@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=Six+Caps);
/* Stuck menu styles
========================================================*/
.isStuck {
	z-index: 99;
	margin: 0;
	padding: 5px 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: 50%;
}
.isStuck .nav.sf-menu {
	margin-top: 0 !important;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #242424;
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #9b9b9b;
}
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: 24px;
	line-height: 24px;
}
p strong {
	font-weight: 600;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 100px/100px 'Six Caps';
	text-transform: uppercase;
	margin: 0 0 61px 0;
	color: #2c2c2c;
	letter-spacing: 2px;
}
h3 {
	font: 48px/48px 'Six Caps';
	color: #3e3d3d;
	margin: 0 0 42px 0;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
h4 {
	font: 300 18px/24px 'Roboto Condensed';
	color: #df9e5d;
	text-transform: uppercase;
	margin: 0 0 11px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 100px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	border-bottom: 1px solid #dadada;
}
header.indent {
	border-bottom: none;
}
.follow-box {
	overflow: hidden;
	padding: 33px 0 28px 0;
	background: #2c2c2c;
}
.address_icon {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	overflow: hidden;
}
.address_icon li {
	float: left;
	margin-left: 73px;
	font: 12px 'Roboto Condensed';
	color: #a8a8a8;
}
.address_icon li:first-child {
	margin-left: 0;
}
.address_icon li img {
	float: left;
	margin: 1px 9px 0 0;
}
.address_icon li a {
	font: 12px 'Roboto Condensed';
	color: #a8a8a8;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #ffffff;
}
.follow_icon2 {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
.follow_icon2 li {
	float: left;
	margin: 0 0 0 21px;
}
.follow_icon2 li:first-child {
	margin: 0;
}
.follow_icon2 li a {
	font-size: 20px;
	line-height: 25px;
	color: #898989;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon2 li a:hover {
	color: #ffffff;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 24px 0 21px 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: #ffffff;
}
nav.tm_navbar .nav.sf-menu {
	float: right;
	margin-top: 23px;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 0 64px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 24px 'Six Caps';
	color: #242323;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #df9e5d;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #df9e5d;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #df9e5d;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(../img/marker.png) center bottom no-repeat;
	left: 0;
	bottom: -6px;
	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: 118px;
	left: -13px;
	top: 33px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #242424;
	border-radius: 0;
	padding: 19px 10px 11px 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-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: 5px;
	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: #daa529 !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: #daa529 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 108px;
	top: -19px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #daa529;
	padding: 19px 10px 11px 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-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: #010101 !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);
}
.who-box {
	overflow: hidden;
	text-align: center;
}
.who-box .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box1 {
	overflow: hidden;
	text-align: center;
	padding: 44px 0 31px 0;
}
.thumb-box2 {
	overflow: hidden;
	text-align: center;
	background: #2c2c2c;
	padding: 61px 0 47px 0;
}
.thumb-box2 .title {
	font: 48px/48px 'Six Caps';
	color: #ffffff;
	margin-bottom: 43px;
	position: relative;
}
.thumb-box2 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 40px;
	background: #2c2c2c;
}
.thumb-box2 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #4c4c4c;
	position: absolute;
	content: '';
}
.thumb-box3 {
	overflow: hidden;
	text-align: center;
	padding: 74px 0 70px 0;
	border-bottom: 1px solid #dadada;
}
.thumb-box3 .title {
	font: 48px/48px 'Six Caps';
	margin-bottom: 43px;
	position: relative;
}
.thumb-box3 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #3e3d3d;
	letter-spacing: 1px;
	padding: 0 115px;
	background: #ffffff;
}
.thumb-box3 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d2d2d2;
	position: absolute;
	content: '';
}
.thumb-box3 figure {
	margin-bottom: 21px;
}
.thumb-box3 p {
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	color: #707070;
	margin-bottom: 12px;
}
.thumb-box3 strong {
	font: 16px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	display: block;
}
.thumb-box3 strong span {
	z-index: 1;
	font: 16px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	color: #df9e5d;
	background: #ffffff;
	padding: 0 15px;
}
.thumb-box3 strong:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d2d2d2;
	position: absolute;
	content: '';
}
.thumb-box4 {
	overflow: hidden;
	padding: 60px 0 34px 0;
}
.thumb-box4 figure {
	float: left;
	margin-right: 10px;
}
.thumb-box4 .title {
	font: 300 14px/14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #df9e5d;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-box5 {
	background: #2c2c2c;
	overflow: hidden;
	text-align: center;
	padding: 61px 0 16px 0;
}
.thumb-box5 .title {
	font: 48px/48px 'Six Caps';
	color: #ffffff;
	margin-bottom: 43px;
	position: relative;
}
.thumb-box5 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 100px;
	background: #2c2c2c;
}
.thumb-box5 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #4c4c4c;
	position: absolute;
	content: '';
}
.thumb-box6 {
	padding: 70px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.thumb-box6 .col-lg-4 {
	margin-bottom: 43px;
}
.thumb-box7 {
	overflow: hidden;
	text-align: center;
}
.thumb-box7 .title {
	font: 48px/48px 'Six Caps';
	color: #3e3d3d;
	margin-bottom: 43px;
	position: relative;
	text-transform: uppercase;
}
.thumb-box7 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #3e3d3d;
	letter-spacing: 1px;
	padding: 0 134px;
	background: #ffffff;
}
.thumb-box7 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d2d2d2;
	position: absolute;
	content: '';
}
.thumb-box7 strong {
	width: 101px;
	height: 101px;
	border-radius: 100%;
	background: #df9e5d;
	text-align: center;
	line-height: 100px;
	font-size: 48px;
	color: #ffffff;
	margin: -45px 0 30px 0;
}
.thumb-box7 .box {
	background: #f2f2f2;
	margin: 45px 0 0 0;
	padding: 0 50px 42px 50px;
}
.thumb-box7 .box .title1 {
	font: 36px 'Six Caps';
	color: #3e3d3d;
	text-transform: uppercase;
	margin-bottom: 14px;
	letter-spacing: 1px;
}
.thumb-box7 .col-lg-6 {
	margin-bottom: 80px;
}
.thumb-box8 {
	background: #df9e5d;
	overflow: hidden;
	text-align: center;
	padding: 61px 0 34px 0;
}
.thumb-box8 .title {
	font: 48px/48px 'Six Caps';
	color: #ffffff;
	margin-bottom: 43px;
	position: relative;
	text-transform: uppercase;
}
.thumb-box8 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 90px;
	background: #df9e5d;
}
.thumb-box8 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #4c4c4c;
	position: absolute;
	content: '';
}
.thumb-box9 {
	overflow: hidden;
	text-align: center;
	padding: 0 0 37px 0;
	border-bottom: 1px solid #dadada;
}
.thumb-box9 .title {
	font: 48px/48px 'Six Caps';
	margin-bottom: 43px;
	position: relative;
}
.thumb-box9 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #3e3d3d;
	letter-spacing: 1px;
	padding: 0 126px;
	background: #ffffff;
}
.thumb-box9 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d2d2d2;
	position: absolute;
	content: '';
}
.thumb-box10 {
	overflow: hidden;
	text-align: center;
	padding: 73px 0 0 0;
}
.thumb-box10 figure {
	margin-bottom: 25px;
}
.thumb-box10 figure img {
	width: 100%;
}
.thumb-box10 .description {
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	color: #707070;
}
.thumb-box10 .col-lg-6 {
	margin-bottom: 50px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 82px 0 0 0;
	text-align: center;
}
.thumb-box11 .title {
	font: 48px/48px 'Six Caps';
	margin-bottom: 43px;
	position: relative;
}
.thumb-box11 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #3e3d3d;
	letter-spacing: 1px;
	padding: 0 70px;
	background: #ffffff;
}
.thumb-box11 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d2d2d2;
	position: absolute;
	content: '';
}
.thumb-box12 {
	overflow: hidden;
	text-align: center;
}
.thumb-box12 .title {
	font: 48px/48px 'Six Caps';
	margin-bottom: 43px;
	position: relative;
}
.thumb-box12 .title span {
	position: relative;
	z-index: 1;
	font: 48px/48px 'Six Caps';
	color: #3e3d3d;
	letter-spacing: 1px;
	padding: 0 70px;
	background: #ffffff;
}
.thumb-box12 .title:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d2d2d2;
	position: absolute;
	content: '';
}
.thumb-box13 {
	overflow: hidden;
	text-align: center;
	padding: 57px 0 92px 0;
}
.thumb-box13 .title {
	font: 252px/1em 'Roboto Condensed';
	color: #df9e5d;
	letter-spacing: 2px;
}
.thumb-box13 .description {
	font: 72px/1em 'Six Caps';
	color: #3e3d3d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -10px;
	margin-bottom: 60px;
}
.thumb-box13 p {
	font-size: 18px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 figure {
	margin: 0 0 33px 0;
}
.thumb-pad1 figure img {
	border-radius: 100%;
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 30px;
	padding: 0 12px;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 300 30px 'Roboto Condensed';
	color: #df9e5d;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 31px;
	margin-bottom: 16px;
}
.thumb-pad1 .thumbnail .caption .title:after {
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #626262;
	position: absolute;
	content: '';
}
.thumb-pad2 {
	margin: 0;
	text-align: center;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 .thumbnail .caption hr {
	border-top: 3px solid #626262;
	margin: 28px 0 16px 0;
}
.thumb-pad2 .thumbnail .caption a {
	font: 300 30px 'Roboto Condensed';
	color: #df9e5d;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #626262;
}
.thumb-pad2 .thumbnail .caption p {
	padding: 0 25px;
}
.thumb-pad2 figure {
	margin: 0 0 34px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
	font: 18px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 25px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #df9e5d;
}
.thumb-pad3 figure {
	margin: 0 0 33px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.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;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption p {
	margin-bottom: 33px;
}
.thumb-pad4 figure {
	margin: 0 0 36px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.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 {
	overflow: hidden;
	text-align: left;
	margin: 0 0 30px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badge {
	width: 70px;
	height: 70px;
	background: #53afee;
	border-radius: 100%;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	font-size: 45px;
	float: left;
	margin-right: 30px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 {
	margin: 0 0 44px 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 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption h5 {
	margin-bottom: 15px;
}
.thumb-pad7 figure {
	margin: 0 0 21px 0;
}
.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%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 80px;
	font: 300 24px/56px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	border: 3px solid #dcdddd;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #dcdddd;
	background: rgba(220, 221, 221, 0.7);
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 22px;
	font: 18px/43px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #2c2c2c;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #df9e5d;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: bold 18px/38px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #53afee;
	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: #414141;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 28px;
	font: bold 14px/46px 'Roboto Condensed';
	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: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
}
.list1 li a {
	color: #707070;
	font: italic 16px 'Roboto Condensed';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #df9e5d;
}
.list1-1 {
	margin: 0;
	padding: 0 0 9px 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
}
.list1-1 li a {
	color: #3e3d3d;
	font: 18px 'Roboto Condensed';
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #df9e5d;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
	overflow: hidden;
}
.list2 li p {
	color: #242323;
	font-size: 16px;
}
.list2 li strong {
	font-size: 30px;
	color: #242323;
	float: left;
	margin-right: 19px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	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: 14px;
	line-height: 1.428571429;
	margin-bottom: 35px;
}
.list4 li time {
	font: 300 30px/30px 'Roboto Condensed';
	text-transform: uppercase;
	color: #df9e5d;
	display: inline-block;
	margin: 0 0 10px 0;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.list5 li figure {
	margin: 0 0 11px 0;
}
.list5 li a {
	font: 300 18px 'Roboto Condensed';
	color: #3e3d3d;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #df9e5d;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9b9b9b;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 35px;
}
.list7 li span {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 100%;
	background: #df9e5d;
	color: #ffffff;
	font: bold 36px/68px 'Roboto Condensed';
	display: inline-block;
	float: left;
	margin: 0 22px 0 0;
	text-align: center;
}
.list7 li h4 {
	padding-top: 10px;
}
.list7 li p {
	margin: 12px 0 0 0;
}
.list8 {
	margin: 0 0 53px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 24px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li .description {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #242323;
	margin-bottom: 10px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0 0 7px 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	text-align: center;
	cursor: default;
}
.list_carousel1 #foo1 > li figure {
	margin-bottom: 29px;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
}
.list_carousel1 #foo1 > li p {
	font-size: 16px;
	line-height: 24px;
	color: #9c9b9b;
	padding: 0 35px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 15px;
	height: 15px;
	padding: 0 !important;
	margin: 0 0 0 6px;
	display: inline-block;
	background: #c1c1c1 !important;
	border: none !important;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a > span {
	padding: 0 !important;
	border: none !important;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #df9e5d !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #df9e5d !important;
}
.pagination a span {
	display: none;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 40px 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 #d3d3d3;
	font: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #9b9b9b;
	padding: 14px 15px;
	height: 49px;
	resize: none;
	margin-bottom: 32px;
}
#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: 14px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #9b9b9b;
	padding: 6px 40px 6px 15px;
	height: 32px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 410px;
}
.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: 14px 'Roboto Condensed', "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 {
	margin-bottom: 50px;
}
.info h4 {
	font-size: 30px;
	margin-bottom: 20px;
}
.info p {
	margin-bottom: 38px;
}
.mail {
	color: #df9e5d;
	font: italic 15px 'Roboto Condensed', "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: #242323;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 0 0 34px 0;
	overflow: hidden;
}
footer p {
	font: 14px/18px 'Roboto Condensed';
	color: #9fa3ab;
	text-transform: uppercase;
	margin: 0;
}
footer p a {
	color: #9fa3ab;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer span {
	color: #ffffff;
	font-size: 18px;
}
.tools-box {
	background: #323232;
	padding: 48px 0;
	margin-bottom: 34px;
	overflow: hidden;
}
.tools-box p {
	font: 18px/22px 'Roboto Condensed';
	color: #d0d0d0;
	margin: 0;
	text-transform: none;
}
.tools-box p a {
	color: #d0d0d0;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.tools-box p a:hover {
	color: #ffffff;
}
.tools-box .title {
	text-transform: uppercase;
	color: #ffffff;
	font: 36px 'Six Caps';
	letter-spacing: 1px;
	margin-bottom: 28px;
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #5a5a5a;
	padding-top: 16px;
	padding-bottom: 20px;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 25px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 23px;
	line-height: 25px;
	color: #686868;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 header {
 text-align: center;
}
 header .address_icon {
 float: none;
}
 header .address_icon li {
 margin-left: 0;
 float: none;
 display: block;
 margin-bottom: 10px;
}
 header .address_icon li img {
 float: none;
}
 header .follow_icon2 {
 float: none;
 display: inline-block;
 margin-top: 10px;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar .nav.sf-menu {
 float: none;
 margin-top: 23px;
 display: inline-block;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 h2 {
 font-size: 50px;
 line-height: 50px;
}
 .title span {
 padding: 0 15px !important;
}
 header h1.navbar-brand_ {
 padding: 10px 0;
}
 header {
 text-align: center;
}
 header .address_icon {
 float: none;
}
 header .address_icon li {
 margin-left: 0;
 float: none;
 display: block;
 margin-bottom: 10px;
}
 header .address_icon li img {
 float: none;
}
 header .follow_icon2 {
 float: none;
 display: inline-block;
 margin-top: 10px;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar .nav.sf-menu {
 float: none;
 margin-top: 23px;
 display: inline-block;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #f2f4f6;
 background: #f2f4f6;
 color: #8c8c8c;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 .btn-default.btn1 {
 padding: 0px 50px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 {
 text-align: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .content_map {
 height: 300px;
}
 .thumb-box13 .title {
 font-size: 100px;
}
 .thumb-box13 .description {
 font-size: 50px;
}
 footer {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 {
 text-align: center;
}
 .thumb-pad4 figure {
 margin: 0 0 36px 0;
 float: none;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .tools-box .col-lg-3 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Botón Whatsapp*/
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
/*Fin Botón Whatsapp*/

/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
