@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,700,300);
/* Stuck menu styles
========================================================*/
.isStuck {
	z-index: 99;
	margin: 0;
	padding: 0 !important;
	-webkit-box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
}
.isStuck h1.navbar-brand_ a img {
	width: 60%;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #302017 url(../img/bg_pic.jpg) 0 0 no-repeat;
	font: 13px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #ffffff;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	line-height: 20px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: absolute;
	top: -17px;
	left: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: bold 44px/46px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 26px 0;
	color: #ffffff;
	text-transform: uppercase;
}
h2 span {
	display: block;
	font-size: 50px;
	white-space: nowrap;
}
h2.indent {
	color: #2c1d15;
}
h2.indent span {
	color: #fc5900;
}
h2.marg {
	margin-left: 20px;
}
h3 {
	font: bold 15px/22px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
h4 {
	font: bold 24px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e35203;
	text-transform: uppercase;
	margin: 0 0 21px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 100px 0 0 0;
}
.content.indent {
	padding: 60px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
}
header .box {
	background: #2b1c13;
	background: rgba(43, 28, 19, 0.8);
	padding: 17px 0 20px 0;
}
header .box .container {
	position: relative;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar .sf-menu li {
	position: relative;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0 17px;
	padding: 0 18px 0 0;
	float: left;
}
nav.tm_navbar .sf-menu li:first-child {
	margin: 0;
}
nav.tm_navbar .sf-menu li:last-child:after {
	display: none;
}
nav.tm_navbar .sf-menu li:after {
	content: '';
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/border.png) right center no-repeat;
	position: absolute;
}
nav.tm_navbar .sf-menu li a {
	position: relative;
	padding: 0;
	font: bold 21px 'Roboto Slab';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li.active > a {
	color: #fc5900;
	background: none;
}
nav.tm_navbar .sf-menu li:hover > a {
	color: #fc5900;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu .sfHover > a {
	color: #fc5900;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(../img/marker.png) center bottom no-repeat;
	left: -10px;
	bottom: -5px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 270px;
	left: -25px;
	top: 48px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2b1c13;
	background: rgba(43, 28, 19, 0.8);
	border-radius: 0;
	padding: 0 28px 11px 28px;
	margin: 0;
	border-radius: 0 0 7px 7px;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 3px 0 !important;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li:after {
	display: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: bold 15px 'Roboto Slab';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 4px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #fc5900 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #fc5900 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 190px;
	left: 100%;
	top: -11px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2b1c13;
	background: rgba(43, 28, 19, 0.8);
	border-radius: 0;
	padding: 11px 28px 11px 28px;
	margin: 0 0 0 28px;
	border-radius: 7px;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: bold 15px 'Roboto Slab';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #fc5900 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.hr1 {
	margin: 0 0 30px 0;
	border: none;
	height: 2px;
	width: 100%;
	background: url(../img/border1.png) repeat-x;
}
.hr2 {
	margin: 0 0 30px 0;
	border: none;
	height: 2px;
	width: 100%;
	background: url(../img/border2.png) repeat-x;
}
.thumb-box1 {
	background: #2b1c13;
	background: rgba(43, 28, 19, 0.8);
	border-radius: 7px;
	padding: 28px 0 30px 0;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-box1 .box {
	padding: 0 30px;
}
.thumb-box1.indent {
	padding-bottom: 0;
}
.thumb-box2 {
	background: #d5510d;
	border-radius: 7px;
	padding: 28px 0 30px 0;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-box2 .box {
	padding: 0 30px;
}
.thumb-box2.indent {
	padding-bottom: 0;
}
.thumb-box3 {
	background: #525250;
	background: rgba(82, 82, 80, 0.8);
	border-radius: 7px;
	padding: 28px 0 30px 0;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-box3 .box {
	padding: 0 30px;
}
.thumb-box3.indent {
	padding-bottom: 0;
}
.thumb-box4 {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 7px;
	padding: 28px 0 30px 0;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-box4 .box {
	padding: 0 30px;
}
.thumb-box4.indent {
	padding-bottom: 0;
}
.phone-box {
	margin: 0 0 -5px 0;
}
.phone-box > div {
	margin: -5px 0 8px 0;
	overflow: hidden;
}
.phone-box p {
	margin-bottom: 0;
}
.phone-box span {
	color: #ffffff;
	font-size: 41px;
	float: left;
	margin: 5px 11px 0 0;
}
.phone-box .tel {
    font: bold 21px/29px 'Roboto Slab';
    color: #fc5900;
    text-transform: uppercase;
    text-align: center;
}
.error-box {
	text-align: center;
}
.error-box .title {
	font: bold 244px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	margin-bottom: 0;
	text-transform: uppercase;
}
.error-box .description {
	font: bold 90px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: -9px 0 50px 0;
	text-transform: uppercase;
}
.error-box p {
	color: #ffffff;
	font-size: 16px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 5px 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-top: 5px;
}
.thumb-pad1 .thumbnail .caption a {
	font: bold 15px/22px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #ffffff;
}
.thumb-pad1 figure {
	margin: 0 0 14px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 22px 0;
}
.thumb-pad2.indent {
	margin: 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	color: #2c1d15;
	margin-top: 5px;
	margin-bottom: 3px;
}
.thumb-pad2 .thumbnail .caption a {
	font: bold 15px/22px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #2c1d15;
}
.thumb-pad2 .thumbnail .caption .price {
	font: bold 45px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c1d15;
	margin: 0;
}
.thumb-pad2 .thumbnail .caption .price span {
	font-size: 25px;
	position: relative;
	top: -13px;
}
.thumb-pad2 figure {
	margin: 0 0 14px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 22px 0;
}
.thumb-pad2-1.indent {
	margin: 0;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #2c1d15;
	margin-bottom: 3px;
	margin-top: 5px;
}
.thumb-pad2-1 .thumbnail .caption a {
	font: bold 15px/22px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	color: #2c1d15;
}
.thumb-pad2-1 .thumbnail .caption .price {
	font: bold 45px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c1d15;
	margin: 0;
}
.thumb-pad2-1 .thumbnail .caption .price span {
	font-size: 25px;
	position: relative;
	top: -13px;
}
.thumb-pad2-1 figure {
	margin: 0 0 14px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
}
.thumb-pad3 figure {
	margin: 0;
	overflow: hidden;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 figure span {
	color: #ffffff;
	font-style: normal;
	display: block;
}
.thumb-pad3 figure strong {
	font: bold 15px/22px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.thumb-pad3 figure a {
	position: relative;
	display: block;
}
.thumb-pad3 figure a i {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px 20px;
	display: block;
	background: #fc5900;
	background: rgba(252, 89, 0, 0.8);
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad3 figure a:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 24px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 figure {
	margin: 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0;
	padding-bottom: 31px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 figure {
	margin: 0 0 21px 0;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption a {
	color: #ffffff;
	font: bold 13px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #fc5900;
}
.thumb-pad7 {
	margin: 0 0 37px 0;
	padding-bottom: 42px;
	border-bottom: 1px solid #e4e4e4;
}
.thumb-pad7 .box {
	margin-bottom: 30px;
}
.thumb-pad7 .box strong {
	font: bold 42px/1em 'Arial';
	color: #20acb8;
	display: block;
}
.thumb-pad7 .box span {
	font: bold 18px/1em 'Arial';
	color: #20acb8;
	display: block;
	margin-top: -2px;
}
.thumb-pad7 .box hr {
	width: 1px;
	height: 69px;
	background: #cecece;
	margin: 0 20px;
	float: left;
	border: none;
}
.thumb-pad7 .box .lnk {
	font: 14px/24px 'Trebuchet MS';
	color: #2f2f2f;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .box .lnk:hover {
	color: #20acb8;
}
.thumb-pad7 .box > div {
	float: left;
	width: 70px;
	margin-right: 9px;
}
.thumb-pad7 .box p {
	font-size: 13px;
	color: #a4a4a5;
	margin: 10px 0 0 0;
}
.thumb-pad7 .box p a {
	color: #e44554;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .box p a:hover {
	color: #20acb8;
}
.thumb-pad7.indent {
	border-bottom: none;
	padding-bottom: 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.dotted-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
}
.dotted-box > table {
	margin-bottom: 8px;
	width: 100%;
}
.dotted-box > table tr > td {
	white-space: nowrap;
}
.dotted-box > table tr > td span {
	color: #fc5900;
	font: bold 15px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.dotted-box > table a {
	color: #fc5900;
	text-decoration: none;
	font: bold 15px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.dotted-box > table a:hover {
	color: #ffffff;
}
.dots {
	background: url(../img/border3.png) 30% 13px repeat-x;
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	font: bold 15px/37px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #fc5900;
	border-radius: 4px;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #fc5900;
	background: #ffffff;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 12px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #e44554;
	background: none;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 i {
	width: 6px;
	height: 5px;
	display: inline-block;
	float: none;
	position: relative;
	top: -2px;
	margin-left: 3px;
	background: url(../img/more_arrow.png) no-repeat;
}
.btn-default.btn2:hover {
	color: #20acb8;
	text-shadow: none;
	background: none;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 40px;
	font: bold 30px/56px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 3px;
	color: #ffffff;
	background: #e44554;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	text-shadow: none;
	background: #20acb8;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 28px;
	font: bold 14px/46px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #53afee;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	text-shadow: none;
	background: #414141;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: -6px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 17px 0 0 0;
}
.list1 li .title {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 21px/1em 'Roboto Slab';
	margin: 0 0 7px 0;
	white-space: nowrap;
}
.list1 li p {
	margin: 0;
	font: 14px/23px 'Roboto Slab';
	color: #2c1d15;
}
.list1 li:first-child {
	margin: 0;
}
.list1-1 {
	margin: 0;
	padding: 4px 0 14px 0;
	list-style: none;
}
.list1-1.indent {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
	padding-bottom: 25px;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 13px 0;
	padding-left: 13px;
	background: url(../img/list_point.png) left 6px no-repeat;
}
.list1-1 li a {
	color: #e44554;
	font: 13px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #ffffff;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 26px 0;
}
.list2 li > div {
	border: 2px solid #ffffff;
	border-radius: 3px;
	position: relative;
	padding: 11px 16px;
	margin-bottom: 24px;
}
.list2 li > div p {
	margin: 0;
}
.list2 li > div:after {
	content: '';
	width: 18px;
	height: 18px;
	bottom: -18px;
	left: 18px;
	background: url(../img/tr.png) no-repeat;
	position: absolute;
}
.list2 li a {
	font: bold 15px/22px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #ffffff;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0;
}
.list2-1 li > div {
	border: 2px solid #ffffff;
	border-radius: 3px;
	padding: 31px 16px 13px 19px;
	margin-bottom: 24px;
	position: relative;
}
.list2-1 li > div p {
	margin: 0;
}
.list2-1 li > div em {
	background: url(../img/quote.png) no-repeat;
	width: 35px;
	height: 31px;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 17px;
}
.list2-1 li > div:after {
	content: '';
	width: 18px;
	height: 18px;
	bottom: -18px;
	left: 18px;
	background: url(../img/tr.png) no-repeat;
	position: absolute;
}
.list2-1 li a {
	font: bold 15px/22px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #ffffff;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 0 86px;
	float: left;
}
.list3 li:first-child {
	margin: 0;
}
.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 20px;
}
.list4 li .badge {
	width: 30px;
	height: auto;
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 10px;
	font: bold 45px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c1d15;
}
.list4 li .extra-wrap {
	padding: 23px 0 0 0;
}
.list4 li p {
	margin-bottom: 0;
	color: #2c1d15;
}
.list4 li:last-child {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 29px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}
.list5 li p {
	font: italic 16px/26px 'Roboto Condensed';
	color: #8b8a8a;
	margin-bottom: 17px;
}
.list5 li a {
	font: 20px/21px 'Roboto Condensed';
	color: #7d8286;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #53afee;
}
.list5 li .description {
	font: bold 14px 'Roboto Condensed';
	color: #53afee;
	margin: 3px 0 0 0;
	text-transform: uppercase;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 24px 0;
}
.list6 li p {
	font: bold 15px/1em 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fc5900;
	text-transform: uppercase;
	margin-bottom: 0;
}
.list6 li p span {
	color: #fc5900;
	position: relative;
	z-index: 1;
}
.list6 li p b {
	color: #fc5900;
	font-weight: normal;
	float: right;
	text-align: right;
	position: relative;
	z-index: 1;
}
.list6 li p i {
	border-bottom: 2px dotted #fc5900;
	display: inline-block;
	height: 2px;
	width: auto;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 32px;
}
.list7 li span {
	width: 70px;
	position: relative;
	color: #2e2929;
	display: inline-block;
	font-size: 48px;
	float: left;
	margin: 5px 30px 0 0;
	text-align: center;
}
.list7 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 2px 0;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.izotope-box {
	margin: 0 0 0 -30px;
}
.element {
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	height: auto !important;
	padding: 0 0 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.element img {
	width: 100%;
}
.element a {
	display: block;
	position: relative;
}
.element a i {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #fc5900 url(../img/zoom.png) center center no-repeat;
	background: rgba(252, 89, 0, 0.7) url(../img/zoom.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.element a:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* search
========================================================*/
#search-404 {
	margin: 34px 0 0 0;
	position: relative;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: none;
	border: 1px solid #ffffff;
	font: 13px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 14px 15px;
	height: 49px;
	resize: none;
	margin-bottom: 30px;
}
#search {
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 269px;
	outline: none;
	background: #ffffff;
	border: 1px solid #ffffff;
	font: 13px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 6px 40px 6px 15px;
	height: 32px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 478px;
	overflow: hidden;
	border-radius: 7px;
	margin-bottom: 30px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 13px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info p {
	margin-bottom: 32px;
	color: #2c1d15;
}
.info p.indent {
	margin-bottom: 0;
}
.mail {
	color: #fc5900;
	font: 13px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #ffffff;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 7px 0 25px 0;
	overflow: hidden;
	text-align: center;
}
footer p {
	font: 13px 'Roboto Slab';
	color: #ffffff;
	margin: 0 0 25px 0;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #fc5900;
}
footer em {
	font-style: normal;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 16px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 41px;
	line-height: 59px;
	text-align: center;
	width: 59px;
	height: 59px;
	border-radius: 100%;
	background: #fc5900;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #fc5900;
	background: #ffffff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-pad2-1 {
 margin: 0 0 30px 0;
}
 .thumb-pad2-1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box1.maxheight {
 height: auto !important;
 padding-bottom: 30px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .thumb-pad1 {
 margin: 0 0 30px 0;
}
 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 nav.tm_navbar .sf-menu li a {
 font-size: 13px;
 font-weight: normal;
}
 nav.tm_navbar .sub-menu > ul {
 top: 38px;
}
 .thumb-pad2-1 {
 margin: 0 0 30px 0;
}
 .thumb-pad2-1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .list2-1 {
 margin-bottom: 30px;
}
 .thumb-box1.maxheight,  .thumb-box3.maxheight,  .thumb-box4.maxheight {
 height: auto !important;
 padding-bottom: 30px;
}
 .error-box .title {
 font-size: 100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 text-align: center;
 padding: 0;
 margin: 0;
 float: none;
}
 nav.tm_navbar .nav.sf-menu {
 float: none;
 display: block;
 margin-bottom: 25px;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .content {
 padding: 50px 0px 0px;
}
 header {
 text-align: center;
}
 header .box {
 padding: 0 0 20px 0;
}
 h1.navbar-brand_ {
 position: relative;
 top: 0;
}
 h2 span {
 display: block;
 font-size: 44px;
 white-space: normal;
}
 h4 {
 font-size: 20px;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #1a0f0a;
 background: #1a0f0a;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .content_map {
 height: 300px;
}
 .thumb-pad1 {
 margin: 0 0 30px 0;
}
 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad2-1 {
 margin: 0 0 30px 0;
}
 .thumb-pad2-1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad3 figure a i {
 text-align: center;
 padding: 30% 20px;
}
 .list2-1 {
 margin-bottom: 30px;
}
 .thumb-box1.maxheight,  .thumb-box3.maxheight,  .thumb-box4.maxheight {
 height: auto !important;
 padding-bottom: 30px;
}
 .thumb-pad4 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .error-box .title {
 font-size: 100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .error-box .title {
 font-size: 60px;
}
 .error-box .description {
 font-size: 50px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 0 14px 0;
 float: none;
}
 .thumb-pad3 figure a i {
 text-align: center;
 padding: 23% 20px;
}
 .thumb-pad2-1 figure {
 margin: 0 0 14px 0;
 float: none;
}
 .dotted-box > table a {
 font-size: 12px;
 font-weight: normal;
}
 h2 {
 font-size: 35px;
}
 h2 span {
 font-size: 35px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
