@import url(//fonts.googleapis.com/css?family=Abril+Fatface);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #afc2c2 url(../img/pattern.png) repeat;
	font: 18px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #77808e;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	background: none;
	outline: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
 outline: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 16px;
	line-height: 20px;
}
h1.navbar-brand_ {
	margin: 40px 0 0 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: 48px/1em 'Abril Fatface';
	margin: 0 0 38px 0;
	color: #151515;
}
h3 {
	font: 20px/28px 'Abril Fatface';
	color: #911f08;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 0 13px 0;
}
h4 {
	font: 300 14px/16px 'Roboto Condensed';
	color: #b5caca;
	text-transform: uppercase;
	margin: 0 0 22px 0;
}
h5 {
	font: 16px/20px 'Roboto Condensed';
	color: #b5caca;
	margin: 0 0 22px 0;
	font-style: italic; 
}
h6 {
	font: 16px/20px 'Roboto Condensed';
	color: #000000;
	margin: 0 0 22px 0;
	font-style: italic;
}

h7 {
	font: 20px/22px 'Roboto Condensed';
	color: #000000;
	margin: 0 0 22px 0;	
}

.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #f5f5f5;
}
.content.indent {
	padding: 42px 0 0 0;
	margin: 40px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 96px 0 98px 0;
	z-index: 11;
	background: #ffffff; 
	overflow: hidden;
}
header.indent {
	padding: 20px 0 24px 0;
}
header.indent .box2 {
	background: #151515 url(../img/) right top no-repeat;
}
header .box1 {
	padding: 0;
	width: 50%;
	float: left;
	background: #ffffff url(../img/banner.jpg) right bottom no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	min-height: 920px;
}
header .box2 {
	padding: 0;
	width: 50%;
	float: left;
	background: #151515;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	min-height: 920px;
}
header .cont_box1 {
	padding: 10px 0 0 0;
}
header .cont_box1 .title {
	font: 100px/1em 'Abril Fatface';
	color: #212121;
	text-align: center;
	margin: 0;
}
header .cont_box1 .description {
	font: 48px/52px 'Abril Fatface';
	color: #212121;
	margin: 0 0 0 0;
	padding: 0;
}
header .cont_box1 .description span {
	display: block;
	color: #333333;
	font: 30px/1em 'Abril Fatface';
	margin: 0px 0 0 0px;
}
header .cont_box1 p {
	padding-left: 0px;
	margin-top: 10px;
	color: #000000;
	font: 18px/1em 'Abril Fatface';	
}		
header .cont_box2 {
	padding: 120px 0 0 30px;
}
header .cont_box2 .title {
	font: 30px/1em 'Abril Fatface';
	color: #6c7a7a;
	margin-bottom: 9px;
}
header .cont_box2 .phone {
	font: 48px/1em 'Abril Fatface';
	color: #6c7a7a;
	margin-bottom: 0;
}
header .cont_box2 .phone span {
	color: #ffffff;
}
header .cont_box3 {
	padding: 50px 0 0 30px;
}
header .cont_box3 .title2 {
	font: 48px/1em 'Abril Fatface';
	color: #ffffff;
	margin-bottom: 27px;
}
header .cont_box3 strong {
	font: 20px/28px 'Abril Fatface';
	color: #ffffff;
	letter-spacing: 1px;
	margin-bottom: 27px;
	display: block;
}
header .cont_box3 p {
	color: #767676;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	min-height: 0;
	background: none;
	display: inline-block;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 9px 0;
	float: none;
	display: block;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 30px 'Abril Fatface';
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li a:before {
	content: '-';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -15px;
	color: #6c7a7a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 0;
	filter: alpha(opacity=0);
}
nav.tm_navbar li.active span {
	color: #6c7a7a;
}
nav.tm_navbar li.active > a {
	color: #6c7a7a;
	background: none;
	padding-left: 20px;
}
nav.tm_navbar li.active > a:before {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
nav.tm_navbar li:hover span {
	color: #6c7a7a;
}
nav.tm_navbar li:hover > a {
	color: #6c7a7a;
	background: none;
	padding-left: 20px;
}
nav.tm_navbar li:hover > a:before {
	left: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 1;
	filter: alpha(opacity=100);
}
nav.tm_navbar .sfHover span {
	color: #6c7a7a;
}
nav.tm_navbar .sfHover > a {
	color: #6c7a7a;
	background: none;
	padding-left: 20px;
}
nav.tm_navbar .sfHover > a:before {
	left: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 1;
	filter: alpha(opacity=100);
}
nav.tm_navbar li span {
	position: absolute;
	width: 100%;
	left: -20px;
	top: 6px;
	color: #ffffff;
	font-size: 14px;
	z-index: -1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 120px;
	left: 140px;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #151515;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none !important;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul > li a {
	display: inline-block;
	background: none !important;
	padding: 0;
	margin: 0;
	font: 20px 'Abril Fatface';
	color: #ffffff;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul > li a:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 7px;
	left: auto;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	background: none !important;
}
nav.tm_navbar .sub-menu ul > li:hover span {
	color: #6c7a7a;
}
nav.tm_navbar .sub-menu ul > li:hover > a {
	text-decoration: none;
	color: #6c7a7a !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 span {
	color: #6c7a7a;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #6c7a7a !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	width: 120px;
	left: 0;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: none;
	padding: 16px 0 0 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font: 20px 'Abril Fatface';
	color: #ffffff;
	width: 100%;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #6c7a7a !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;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box1 {
	background: #ffffff;
	padding: 53px 0 23px 0;
	overflow: hidden;
}
.list_box {
	padding-bottom: 70px;
}
.thumb-box2 {
	background: #afc2c2 url(../img/pattern.png) repeat;
	padding: 54px 0 32px 0;
	overflow: hidden;
}
.thumb-box2 h2 {
	color: #5b7a7a;
}
.thumb-box2 h3, .thumb-box2 p {
	color: #ffffff;
}
.thumb-box3 {
	overflow: hidden;
}
.thump-box4 p {
	font: 16px/20px 'Times New Roman';
}
.thumb-box4 {
	padding: 0 0 67px 0;
}
.thumb-box4 figure {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}
.thumb-box4 figure img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.thumb-box4 figure a {
	cursor: url('../img/cursor.png') 32 32, crosshair;
}
.thumb-box4 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-box4 figure a:hover strong {
	color: #ffffff;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.thumb-box4 figure a:hover img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
}
.thumb-box4 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	background: #000;
	background: rgba(0, 0, 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;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-box4 figure strong {
	color: #ffffff;
	font: 14px/20px 'Times New Roman';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: -41px 0 0 0;
	padding: 0 20px 0 20px;
	display: block;
	height: 86px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	color: transparent;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.thumb-box4 figure strong span {
	display: block;
	font: 30px 'Abril Fatface';
	padding: 5px 0 0 0;
}
.thumb-box5 {
	overflow: hidden;
	padding: 0 0 48px 0;
}
.thumb-box6 {
	overflow: hidden;
}
.thumb-box6 .col-lg-8, .thumb-box6 .col-lg-4 {
	margin-bottom: 50px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	padding: 47px 26px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #ebebeb;
}
.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 26px 0;
	border-radius: 100%;
	border: 3px solid #ededed;
	text-align: center;
	width: 114px;
	height: 114px;
	line-height: 104px;
	display: inline-block;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 23px 0 0 0;
	font: 300 14px/24px 'Roboto Condensed';
	padding-top: 25px;
	position: relative;
}
.thumb-pad1 .thumbnail .caption p:after {
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #ddd;
	position: absolute;
	content: '';
}
.thumb-pad1 .thumbnail .caption a {
	font: 300 24px 'Roboto Condensed';
	color: #191919;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #b5caca;
}
.thumb-pad2 {
	margin: 0 0 37px 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0 0 14px 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 10px 0 0 0;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0 22px 0 0;
	float: left;
}
.thumb-pad3 {
	margin: 0 0 60px 0;
	padding: 0;
}
.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: 20px 'Abril Fatface';
	color: #212121;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #b5caca;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 15px 0 0 0;
}
.thumb-pad3 figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.thumb-pad3 figure img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.thumb-pad3 figure a {
	cursor: url('../img/cursor.png') 32 32, crosshair;
}
.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 figure a:hover img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
}
.thumb-pad3 figure a i {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	background: #000;
	background: rgba(169, 188, 188, 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-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;
	font: 16px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #77808e;
}
.thumb-pad4 figure {
	margin: 0 0 31px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5-1 .thumbnail .caption time {
	font: 48px/1em 'Abril Fatface';
	color: #ffffff;
	margin: 0 0 3px 0;
	display: block;
}
.thumb-pad5-1 .thumbnail .caption time span {
	font-size: 30px;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 20px 'Abril Fatface';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: none;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:after {
	content: '';
	width: 9px;
	height: 17px;
	display: inline-block;
	margin-left: 13px;
	background: url(../img/icon1.png) no-repeat;
	position: relative;
	top: 3px;
}
.btn-default.btn1:hover {
	color: #b5caca !important;
	background: none;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 20px 'Abril Fatface';
	margin: 17px 0 0 0;
	border-radius: 0;
	color: #151515;
	background: none;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:after {
	content: '';
	width: 9px;
	height: 17px;
	display: inline-block;
	margin-left: 13px;
	background: url(../img/icon2.png) no-repeat;
	position: relative;
	top: 3px;
}
.btn-default.btn2:hover {
	color: #b5caca !important;
	background: none;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: bold 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #31353d;
	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.btn3:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 14px;
	margin-left: 4px;
	color: #31353d;
}
.btn-default.btn3:hover {
	color: #b5caca;
	background: none;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 26px;
	font: 14px/39px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	background: #b5caca;
	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: #939494;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 26px;
	font: 16px/43px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #b5caca;
	border: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #030303;
	background: #ffffff;
	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;
	overflow: hidden;
}
.list1 li figure {
	float: left;
	width: 77px;
	margin-right: 0px;
	line-height: 0px;
}
.list1 li a {
	color: #212121;
	font: 30px/36px 'Abril Fatface';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	padding-bottom: 3px;
	display: inline-block;
}
.list1 li a:hover {
	color: #b5caca;
}
.list1 li .extra-wrap {
	padding-top: -20px;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 11px 0;
}
.list1-1 li a {
	color: #c4c4c4;
	font: 300 14px 'Roboto Condensed';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #b5caca;
}
.list1-1 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	margin: 9px 10px 0 0;
	float: left;
	background: #636363;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.list2 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
}
.list2 li a {
	font: 16px 'Times New Roman';
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #212121;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #b5caca;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.list2-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
}
.list2-1 li a {
	font: 14px 'Times New Roman';
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2-1 li a:hover {
	color: #5b7a7a;
}
.list3 {
	margin: 0;
	padding: 10px 0 12px 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
}
.list3 li a {
	color: #c4c4c4;
	font: 300 14px 'Roboto Condensed';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #b5caca;
}
.list3 li:before {
	content: '\f0a9';
	font-family: FontAwesome;
	font-size: 12px;
	margin: 2px 9px 0 0;
	float: left;
	color: #b5caca;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list4 li time {
	font: 48px/1em 'Abril Fatface';
	color: #212121;
	margin: 0 0 3px 0;
	display: block;
}
.list4 li time span {
	font-size: 30px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 30px 0;
	padding-left: 55px;
	position: relative;
}
.list5 li:before {
	content: '\f10d';
	color: #ffffff;
	font-family: 'FontAwesome';
	font-size: 36px;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 32px;
}
.list6 li span {
	width: 114px;
	height: 114px;
	border-radius: 100%;
	border: 3px solid #ddd;
	background: none;
	font-size: 40px;
	line-height: 114px;
	font-family: FontAwesome;
	color: #b5caca;
	display: inline-block;
	float: left;
	margin: 0 40px 0 0;
	text-align: center;
}
.list6 li h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 26px;
	margin: 0 0 26px 0;
}
.list6 li p {
	margin: 0;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 27px;
}
.list7 li .badge {
	border-radius: 0;
	border: none;
	background: none;
	color: #5b7a7a;
	font: 20px/28px 'Abril Fatface';
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.list7 li p {
	margin: 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 27px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----table-----*/
.table1 {
	display: block;
	margin-bottom: 58px;
}
.table1 tr {
	height: 36px;
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
}
.table1 td {
	font: 300 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #c4c4c4;
	padding: 0 5px;
}
.table1 td a {
	color: #b5caca;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.table1 td a:hover {
	color: #484848;
}
.table1 td:first-child {
	width: 290px;
}
.table1 td:first-child + td {
	width: 130px;
}
.table1 td:last-child {
	text-align: right;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	display: block;
	float: left;
}
#newsletter input {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 390px;
	outline: none;
	background: #939494;
	border-radius: 0;
	border: none !important;
	font: 14px/18px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 10px 14px 10px 35px;
	height: 39px;
	resize: none;
	float: none;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	top: 43px;
	left: 0;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font: 11px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b5caca;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0 5px 0 0;
	float: left;
	border: none;
	display: inline-block;
	height: 39px;
}
#newsletter label:before {
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 14px;
	content: '\f003';
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 15px;
	z-index: 1;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none !important;
	font: 14px/18px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #c4c4c4;
	background: #ffffff;
	padding: 10px;
	height: 39px;
	width: 390px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
}
.list_carousel1 #foo1 > li figure {
	position: relative;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
}
.list_carousel1 #foo1 > li figure: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);
}
.list_carousel1 #foo1 > li figure:hover strong {
	color: #ffffff;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.list_carousel1 #foo1 > li figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	background: #000;
	background: rgba(0, 0, 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;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.list_carousel1 #foo1 > li strong {
	color: #ffffff;
	font: 14px/20px 'Times New Roman';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: -41px 0 0 0;
	padding: 0 20px 0 20px;
	display: block;
	height: 86px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	color: transparent;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.list_carousel1 #foo1 > li strong span {
	display: block;
	font: 30px 'Abril Fatface';
	padding: 5px 0 0 0;
}
.list_carousel1.responsive #foo1 {
	cursor: default !important;
	margin-bottom: 18px !important;
}
.list_btn1 .prev, .list_btn1 .next {
	display: inline-block;
	cursor: pointer;
	margin: 0 4px;
	width: 9px;
	height: 17px;
}
.list_btn1 {
	text-align: right;
}
.list_btn1 .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
}
.list_btn1 .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
}
.list_btn1 #next2 {
	background: url(../img/next2.png) 0 top no-repeat;
}
.list_btn1 #next2:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
}
.list_btn1 #prev2 {
	background: url(../img/prev2.png) 0 top no-repeat;
}
.list_btn1 #prev2:hover {
	background: url(../img/prev2.png) 0 bottom no-repeat;
}
.list_carousel1.responsive #foo2 {
	cursor: default !important;
	margin-bottom: 3px !important;
}
.list_carousel1 .carousel1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .carousel1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 30px;
}
.list_carousel1 .carousel1 > li figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.list_carousel1 .carousel1 > li figure img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.list_carousel1 .carousel1 > li figure a {
	cursor: url('../img/cursor.png') 32 32, crosshair;
}
.list_carousel1 .carousel1 > li 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);
}
.list_carousel1 .carousel1 > li figure a:hover img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
}
.list_carousel1 .carousel1 > li figure a i {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	background: #000;
	background: rgba(169, 188, 188, 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);
}
.list_carousel1 .carousel1 > li .title {
	color: #ffffff;
	font: 48px/1em 'Abril Fatface';
	margin-bottom: 3px;
}
.list_carousel1 .carousel1 > li .title span {
	font-size: 14px;
}
.list_carousel1 .carousel1 > li p {
	color: #ffffff;
	margin-bottom: 0;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 13px 0 0 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 7px 0;
	width: 100%;
	outline: none;
	border: 1px solid #c8c8c8;
	background: none;
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #c4c4c4;
	padding: 20px 14px;
	height: 64px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 500px;
	margin-bottom: 0;
}
.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-style-iw {
	color: #484848;
}
.gm-wrapper {
	margin-left: -36px;
}
.info {
	margin-bottom: 30px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 153px;
	display: inline-block;
}
.info p a {
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #5b7a7a;
}
.mail {
	color: #c4c4c4;
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #212121;
	text-decoration: underline;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 75px 0;
}
.errorBox .title {
	font: 172px/1em 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #484848;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.errorBox .description {
	font: 60px/1em 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b5caca;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.errorBox h2 {
	line-height: 52px;
}
.errorBox figure img {
	width: 100%;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 64px 0;
	overflow: hidden;
	background: rgba(169, 188, 188, 0.5);
}
footer p {
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	margin: 90px 0 0 0;
}
footer p a {
	color: #666666;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover, footer p a:focus {
	color: #537373;
}
footer em {
	font-style: normal;
}
footer figure {
	float: left;
	margin-right: 14px;
}
footer figure a {
	display: inline-block;
}
footer figure a img {
	width: 100%;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel1 #foo2 > li {
 width: 270px !important;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header .cont_box1 .title {
 font-size: 70px;
}
 header .cont_box1 .description {
 font-size: 30px;
 line-height: 1em;
}
 header .cont_box2 {
 padding-left: 0;
}
 header .cont_box2 .phone {
 font-size: 25px;
 line-height: 1em;
}
 .info p span {
 width: 100px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header .cont_box1 {
 padding-top: 120px;
}
 header .cont_box1 .title {
 font-size: 70px;
 text-align: left;
 padding-left: 0;
}
 header .cont_box1 .description {
 font-size: 30px;
 line-height: 1em;
}
 header .cont_box1 p {
 padding-left: 0;
}
 header .cont_box2 {
 padding-left: 0;
}
 header .cont_box2 .phone {
 font-size: 25px;
 line-height: 1em;
}
 header .cont_box3 {
 padding: 40px 0 0 0;
}
 header.indent .box2 {
 background: #151515;
}
 h1.navbar-brand_ {
 margin: 90px 0 0 0;
}
 h1.navbar-brand_ a img {
 width: 70%;
}
 .thumb-box1 h2 {
 margin-bottom: 60px;
}
 .list_btn1 {
 position: absolute;
 top: 0;
 right: 0;
 margin-top: -40px;
}
 .thumb-box4 figure {
 width: 50%;
}
 .thumb-pad5-1 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .info p span {
 width: 100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
}
 h2 {
 font-size: 30px;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #b5caca;
 background: #b5caca;
 color: #212121;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 header .box1 {
 width: 100%;
 background-position: right 200px;
}
 header .box2 {
 display: none;
}
 header .cont_box1 {
 padding-top: 120px;
}
 header .cont_box1 .title {
 font-size: 70px;
 padding-left: 0;
}
 header .cont_box1 .description {
 font-size: 30px;
 line-height: 1em;
}
 header .cont_box1 p {
 padding-left: 0;
 
}
 header .cont_box2 {
 padding: 41px 0 0 0;
}
 header .cont_box2 .phone span {
 color: #6c7a7a;
}
 header,  header.indent {
 padding: 0 0 24px 0;
}
 header .cont_box3 {
 padding: 40px 0 0 0;
}
 header .cont_box3 .title2,  header .cont_box3 strong,  header .cont_box3 p,  header .cont_box3 .btn-default.btn1 {
 color: #212121;
}
 nav.tm_navbar {
 display: block;
}
 .list1 li a {
 font-size: 17px;
 line-height: 1em;
}
 .thumb-box1 h2 {
 margin-bottom: 60px;
}
 .list_btn1 {
 position: absolute;
 top: 0;
 right: 0;
 margin-top: -40px;
}
 .thumb-box1 .row > .col-lg-6 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .thumb-box2 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box4 figure {
 width: 50%;
}
 .thumb-pad5 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad5-1 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .info p span {
 width: 100px;
}
 .content_map {
 height: 200px;
}
 footer {
 text-align: center;
}
 footer figure {
 float: none;
}
 footer p {
 float: none;
 margin: 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 header .box1 {
 background: #ffffff;
}
 header .cont_box1 {
 padding-top: 40px;
 display: none;
}
 header .cont_box2 .phone {
 font-size: 30px;
}
 header .cont_box3 .title2 {
 font-size: 30px;
}
 .list_carousel1 #foo1 > li strong {
 padding: 0 5px 0 5px;
}
 .thumb-box4 figure {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 417px) {
 .list_carousel1 .carousel1 > li {
 margin-right: 0;
}
}
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
