@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #363636;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #404040;
}
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: 18px;
	line-height: 18px;
}
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: 300 41px/1em 'Roboto Condensed';
	margin: 0 0 63px 0;
	color: #404040;
}
h2.indent {
	margin: 0 0 17px 0;
}
h2 span {
	color: #cc0033;
}
h3 {
	font: bold 18px/21px 'Roboto Condensed';
	margin: 0 0 17px 0;
	text-transform: uppercase;
	color: #cc0033;
}
h4 {
	font: 22px/25px 'Roboto Condensed';
	margin: 0 0 32px 0;
	text-transform: uppercase;
	color: #dc4637;
}
h5 {
	font: 22px/25px 'Roboto Condensed';
	margin: 0 0 17px 0;
	color: #cc0033;
}
h6 {
	font: bold 22px/25px 'Roboto Condensed';
	margin: 0 0 17px 0;
	text-transform: uppercase;
	color: #cc0033;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #f5f5f5;
}
.content.indent {
	padding: 63px 0 0 0;
	background: #f5f5f5;
}
.main {
	width: 1230px;
	margin: 0 auto;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 10px 0 0px 0;
	z-index: 0;
	border-top: 8px solid #cc0033;
	background: #f5f5f5;
}
header .box {
	float: right;
	width: 100%;
}
.info_list {
	bottom: 28px;
	position: relative;
	padding: 0;
	margin: 6px -50px 0 0;
	list-style: none;
	float: right;
	overflow: hidden;
	font-size: 20px;

}
.info_list li {
	float: left;
	margin-left: 28px;
	min-width: 215px;
}
.info_list li span {
	color: #797979;
	font-size: 44px;
	float: left;
	margin-right: 9px;
}
.info_list li p {
	color: #797979;
	line-height: 20px;
}
.info_list li:first-child span {
	font-size: 28px;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 1;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	width: 100%;
	min-height: 0;
	background: url(../img/pattern.png) repeat-x;
}
nav.tm_navbar ul.nav {
	float: left;
}
nav.tm_navbar .nav li {
	position: relative;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	float: left;
}
nav.tm_navbar .nav li:first-child {
	margin: 0;
}
nav.tm_navbar .nav li:last-child {
	padding: 0;
	background: none;
}
nav.tm_navbar .nav li a {
	position: relative;
	padding: 0 17px;
	font: 20px/85px 'Roboto';
	color: #999;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .nav li a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #dc4637;
	z-index: -1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .nav li a:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 0;
	background: #dc4637;
	display: block;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
nav.tm_navbar .nav li a:after {
	content: '';
	position: absolute;
	top: -6px;
	right: -6px;
	width: 6px;
	height: 6px;
	background: url(../img/tr.png) no-repeat;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
nav.tm_navbar .nav li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar .nav li.active > a i {
	height: 100%;
}
nav.tm_navbar .nav li.active > a:before {
	height: 6px;
}
nav.tm_navbar .nav li.active > a:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
nav.tm_navbar .nav li.active > span {
	color: #ffffff;
}
nav.tm_navbar .nav li:hover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .nav li:hover > a i {
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;
}
nav.tm_navbar .nav li:hover > a:before {
	height: 6px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .nav li:hover > a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .nav li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a i {
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;
}
nav.tm_navbar .sfHover > a:before {
	height: 6px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .nav li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	color: #dc4637;
	font-size: 10px;
	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: 235px;
	left: 0;
	top: 85px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	border-radius: 0;
	padding: 15px 0;
	margin: 0;
	text-align: left;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 !important;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
	padding: 0 32px;
	margin: 0;
	float: none;
	display: block;
	font: 300 14px/39px 'Lato';
	color: #2c2c2c;
	letter-spacing: 0;
	background: transparent;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:after, 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: 20px;
	top: 12px;
	left: auto;
	width: auto !important;
	color: #dc4637;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #dc4637 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #dc4637 !important;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 235px;
	left: 100%;
	top: -15px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	border-radius: 0;
	padding: 15px 0;
	margin: 0 0 0 2px;
	text-align: left;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0 32px;
	margin: 0;
	float: none;
	display: block;
	font: 300 14px/39px 'Lato';
	color: #2c2c2c;
	letter-spacing: 0;
	background: transparent;
	text-transform: none;
	-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: #ffffff !important;
	background: #dc4637 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	color: #333;
	font-size: 37px;
}
#toTop:hover {
	outline: none;
	color: #cc0033;
}
.follow_icon {
	float: right;
	padding: 26px 0 0 0;
	margin: 0;
	list-style: none;
}
.follow_icon li {
	display: inline-block;
	margin-left: 5px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	border-radius: 100%;
	width: 35px;
	height: 35px;
	border: 1px solid #b2b2b2;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: #666;
	font-family: 'FontAwesome';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #dc4637;
}
.follow_icon_team {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_icon_team li {
	float: left;
	margin-left: 5px;
}
.follow_icon_team li:first-child {
	margin: 0;
}
.follow_icon_team li a {
	border-radius: 100%;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
	background: #cc0033;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon_team li a:hover {
	color: #ffffff;
	background: #dc4637;
}
.who-box {
	position: relative;
}
.who-box .col-lg-4 {
	margin-bottom: 62px;
}
.thumb-box1 {
	padding: 8px 0 30px 0;
	overflow: hidden;
}
.thumb-box2 {
	overflow: hidden;
	padding: 63px 0 69px 0;
	background: #e9e9e9;
}
.thumb-box2 .description {
	font: 300 22px/26px 'Roboto Condensed';
	color: #7c7b7a;
	margin-bottom: 67px;
}
.thumb-box2 .services_box .box {
	float: left;
	width: 25%;
	border-left: 1px solid #e0e0e0;
	background: #ffffff;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.thumb-box2 .services_box .box:first-child {
	border-left: none;
}
.thumb-box2 .services_box .box strong {
	font: bold 24px/83px 'Roboto Condensed';
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}
.thumb-box2 .services_box .box.box1 {
	border-radius: 6px 0 0 6px;
}
.thumb-box2 .services_box .box.box1 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2 .services_box .box.box2 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2 .services_box .box.box3 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2 .services_box .box.box4 {
	border-radius: 0 6px 6px 0;
}
.thumb-box2 .services_box .box.box4 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2 .services_box figure {
	height: 71px;
	vertical-align: middle;
	margin-bottom: 14px;
}
.thumb-box2 .services_box .caption {
	padding: 0 40px 38px 40px;
}
.thumb-box2 .services_box .caption p {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 21px;
}
.thumb-box2b {
	overflow: hidden;
	padding: 63px 0 69px 0;
	background: #e9e9e9;
}
.thumb-box2b .description {
	font: 300 22px/26px 'Roboto Condensed';
	color: #7c7b7a;
	margin-bottom: 67px;
}
.thumb-box2b .services_box .box {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;

}
.thumb-box2b .services_box .box:first-child {
	border-left: none;
}
.thumb-box2b .services_box .box strong {
	font: bold 24px/83px 'Roboto Condensed';
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}
.thumb-box2b .services_box .box.box1 {
	border-radius: 6px 0 0 6px;
}
.thumb-box2b .services_box .box.box1 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2b .services_box .box.box2 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2b .services_box .box.box3 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2b .services_box .box.box4 {
	border-radius: 0 6px 6px 0;
}
.thumb-box2b .services_box .box.box4 strong {
	background: url(../img/pattern1.png) repeat-x;
}
.thumb-box2b .services_box figure {
	height: 71px;
	vertical-align: middle;
	margin-bottom: 14px;
}
.thumb-box2b .services_box .caption {
	padding: 0 40px 38px 40px;
}
.thumb-box2b .services_box .caption p {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 21px;
}
.thumb-box3 {
	padding: 65px 0 60px 0;
	overflow: hidden;
}
.thumb-box3 h2 {
	margin: 0 0 13px 0;
}
.thumb-box4 {
	background: #ffffff;
	padding: 65px 0 58px 0;
	overflow: hidden;
}
.thumb-box4 figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.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/cursor1.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: #cc0033;
	background: rgba(153, 153, 153, 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: 300 20px/1em 'Roboto Condensed';
	margin: -10px 0 0 0;
	padding: 0 10px;
	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-transform: capitalize;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.thumb-box5 {
	padding: 65px 0 58px 0;
	overflow: hidden;
}
.thumb-box6 {
	padding: 32px 0 20px 0;
	background: #ffffff;
}
.thumb-box7 {
	background: #ffffff;
	padding: 65px 0 28px 0;
	overflow: hidden;
}
.thumb-box8 {
	padding: 65px 0 0 0;
	overflow: hidden;
}
.thumb-box8 .col-lg-3, .thumb-box8 .col-lg-4, .thumb-box8 .col-lg-5 {
	margin-bottom: 26px;
}
.serv_box {
	margin-bottom: 64px;
}
.serv_box span {
	float: left;
	color: #cc0033;
	margin-right: 13px;
	width: 55px;
	font-size: 48px;
}
.thumb-box9 {
	background: #ffffff;
	padding: 65px 0 0 0;
	overflow: hidden;
}
.thumb-box9.indent {
	padding-bottom: 30px;
}
.serv-box ul ul {
margin-left:-35px;
} 
.thumb-box10 {
	overflow: hidden;
	padding: 132px 0 113px 0;
	background-size: cover;
	background-position: 100% 0;
	background-image: url(../img/bg_pic.jpg);
	background-attachment: fixed;
}
.thumb-box10 strong {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 62px/56px 'Roboto Condensed';
	display: block;
	margin-bottom: 26px;
}
.thumb-box10 p {
	color: #ffffff;
	font: 17px/22px 'Roboto Condensed';
}
.thumb-box11 {
	padding: 65px 0 58px 0;
	overflow: hidden;
	background: #e9e9e9;
}
.thumb-box12 {
	padding: 65px 0 35px 0;
	overflow: hidden;
}
.thumb-box13 {
	padding: 0 0 0 0;
	overflow: hidden;
}
.thumb-box13 .col-lg-6 {
	margin-bottom: 44px;
}
.thumb-box14 {
	padding: 65px 0 44px 0;
	overflow: hidden;
	background: #e9e9e9;
}
.thumb-box15 {
	padding: 65px 0 0 0;
	overflow: hidden;
}
.thumb-box15 .col-lg-3, .thumb-box15 .col-lg-6 {
	margin-bottom: 58px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 36px 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	overflow: hidden;
	background: none;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0 40px;
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption a {
	font: 900 24px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 14px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #ff9800;
}
.thumb-pad1 .thumbnail .caption p {
	color: #ffffff;
}
.thumb-pad1 figure {
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}
.thumb-pad1 figure img {
	border-radius: 100%;
}
.thumb-pad2 {
	margin: 0 0 30px 0;
	padding: 0 0 39px 0;
	background: #e9e9e9;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 .thumbnail .caption {
	padding: 36px 15px 0 25px;
}
.thumb-pad2-1 {
	margin: 0 0 29px 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 figure {
	margin: 0 0 16px 0;
}
.thumb-pad2-1 figure img {
	border-radius: 15px;
	width: 100%;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 20px;
	overflow: hidden;
}
.thumb-pad2-1 .thumbnail .caption a {
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	color: #ff5722;
}
.thumb-pad3 {
	margin: 0;
	overflow: hidden;
	text-align: left;
}
.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;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption strong {
	font: 900 24px/34px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin-bottom: 7px;
}
.thumb-pad3 .thumbnail .caption .date {
	font: bold 18px/22px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 19px;
}
.thumb-pad3 .thumbnail .caption .date a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .date a:hover {
	color: #ff9800;
}
.thumb-pad3 .thumbnail .caption p {
	color: #ffffff;
}
.thumb-pad3 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad3 figure img {
	border-radius: 100%;
}
.thumb-pad3-1 {
	margin: 0;
	padding: 0 70px 20px 70px;
	text-align: left;
}
.thumb-pad3-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption .lnk {
	font: 800 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
.thumb-pad3-1 .thumbnail .caption .lnk img {
	margin: -5px 11px 0 0;
	float: left;
}
.thumb-pad3-1 .thumbnail .caption .lnk a {
	color: #333;
}
.thumb-pad3-1 figure {
	margin: 0 42px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0;
	padding: 0 0 2px 0;
	overflow: hidden;
	text-align: left;
}
.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;
}
.thumb-pad4 figure {
	margin: 0 0 36px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 60px 0;
	overflow: hidden;
}
.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 .thumbnail .caption a {
	font: 900 24px/1em 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #413734;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #ff5722;
}
.thumb-pad5 .thumbnail .caption p {
	margin: 17px 0 0 0;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
	border-radius: 15px;
}
.thumb-pad6 {
	overflow: hidden;
	padding: 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	font-size: 14px;
	line-height: 22px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 {
	margin: 0 0 0 0;
}
.thumb-pad7 .list5 {
	padding: 12px 0 10px 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-pad7.indent figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 {
	margin: 0 0 0 0;
}
.thumb-pad8 .list5 {
	padding: 12px 0 10px 0;
}
.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;
	overflow: hidden;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 13px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #dc4637;
	letter-spacing: 4px;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:after {
	font-family: 'FontAwesome';
	font-size: 17px;
	content: '\f0a9';
	float: right;
	margin-left: 4px;
}
.btn-default.btn1:hover {
	color: #424242;
	background: none;
	text-decoration: none;
}
.btn-default.btn2 {
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 13px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #cc0033;
	letter-spacing: 4px;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:after {
	font-family: 'FontAwesome';
	font-size: 17px;
	content: '\f0a9';
	float: right;
	margin-left: 4px;
}
.btn-default.btn2:hover {
	color: #424242;
	background: none;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 900 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ff9800;
	background: none;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 50px;
	font: 16px/56px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #e6512e;
	border-color: #e6512e;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #e6512e;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #111;
	background: none;
	text-decoration: none;
}
.btn-default.btn6 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 32px;
	font: 18px/53px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #e6512e;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #3b9842;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin: 0 0 19px 0;
	padding: 0 0 17px 0;
	border-bottom: 1px solid #dcdcdc;
}
.list1 li:last-child {
	border-bottom: none;
}
.list1 li strong {
	color: #646464;
	font-weight: 400;
}
.list1 li strong span {
	color: #cc0033;
	font-weight: bold;
}
.list1 li p {
	font-style: italic;
	color: #000000;
	margin-bottom: 0;
}
.list1 li time {
	font: 11px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #646464;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.list2 li figure {
	float: left;
	margin: 0 20px 0 0;
}
.list2 li p {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0;
}
.list2 li time {
	font: 11px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #646464;
}
.list2 li:last-child {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list3 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin: 0 0 15px 32px;
	display: inline-block;
}
.list3 li a {
	display: 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);
}
.list3 li:first-child {
	margin-left: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin-bottom: 20px;
	padding-bottom: 17px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.list4 li .badge {
	float: left;
	margin-right: 26px;
	font: bold 36px/1em 'Roboto Condensed';
	color: #cc0033;
	background: none;
	border-radius: 0;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li:last-child {
	border-bottom: none;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5.indent {
	padding: 10px 0;
}
.list5 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin: 0 0 13px 0;
	padding-left: 18px;
	position: relative;
}
.list5 li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #cc0033;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}
.list5 li a {
	font: bold italic 12px/18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #cc0033;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 > li {
	font-size: 12px;
	line-height: 1.428571429;
	margin: 0 0 9px 0;
}
.list6 > li strong {
	font: 800 60px/1em 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
	float: left;
	margin-right: 23px;
}
.list6 > li a {
	color: #e6512e;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 > li a:hover {
	color: #111;
}
.list6 > li .caption {
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 100%;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 19px;
	padding-bottom: 0;
	border-bottom: 1px solid #dcdcdc;
}
.list7 li:last-child {
	border-bottom: none;
}
.list8 {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin: 0 0 60px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.errorBox {
	overflow: hidden;
	padding: 50px 0 269px 0;
	background: url(../img/bg_pic.jpg) no-repeat;
	background-size: cover;
}
.errorBox strong {
	font: bold 160px/1em 'Roboto Condensed';
	color: #ffffff;
	display: block;
}
.errorBox span {
	font: bold 62px/1em 'Roboto Condensed';
	color: #ffffff;
	display: block;
	margin-bottom: 30px;
}
.errorBox p {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 14px/24px 'Roboto Condensed';
}
/*-----tabs-----*/
.nav-tabs {
	margin-bottom: 0;
	border: none;
	margin-top: 0;
}
.nav-tabs li {
	width: 173px;
	line-height: 50px;
	position: relative;
	border-right: 1px solid #ffffff;
}
.nav-tabs li:before {
	content: '';
	width: 100%;
	height: 3px;
	background: transparent;
	position: absolute;
	left: 0;
	top: -3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-tabs li:after {
	content: '';
	width: 1px;
	height: 3px;
	background: transparent;
	position: absolute;
	right: 0;
	top: -3px;
}
.nav-tabs li:first-child a {
	background: #cc0000;
}
.nav-tabs li:first-child + li a {
	background: #cc0000;
}
.nav-tabs li:first-child + li + li a {
	background: #cc0000;
}
.nav-tabs li:last-child > em {
	display: none;
}
.nav-tabs li a {
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none;
	font: 14px/35px 'Roboto Condensed';
	color: #ffffff;
	margin-right: 0;
	padding: 0;
	border-radius: 0;
	text-transform: none;
	position: relative;
	height: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none !important;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nav-tabs li a:hover {
	background: #e9e9e9 !important;
	color: #000000 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-tabs li a:focus {
	outline: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background: #e9e9e9 !important;
	color: #000000 !important;
}
.nav-tabs > .active:before {
	background: #e9e9e9;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.tab-content {
	padding: 40px 32px 34px 32px;
	background: #e9e9e9;
	margin: 0 !important;
	border: none;
}
.tab-content .tab-pane {
	overflow: hidden;
}
.tab-content .tab-pane figure {
	float: left;
	margin-right: 24px;
}
.tab-content .tab-pane strong {
	font: 15px/18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 19px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	padding: 0;
	margin: 0px -15px;
	position: relative;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0 15px;
	float: left;
	text-align: center;
	cursor: default;
}
.list_carousel1 #foo1 > li figure {
	position: relative;
	overflow: hidden;
}
.list_carousel1 #foo1 > 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 #foo1 > li figure a {
	cursor: url('..img/cursor.png') 22 22, crosshair;
}
.list_carousel1 #foo1 > 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: 0.5;
	filter: alpha(opacity=50);
}
.list_carousel1 #foo1 > 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 #foo1 > 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: #dc4637;
	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.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	padding: 0 0 5px 0;
	float: right;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 9px;
	height: 9px;
	padding: 0 !important;
	margin: 0 0 0 4px;
	display: inline-block;
	background: #7c7b7a !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: #dc4637 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #dc4637 !important;
}
.pagination a span {
	display: none;
}
.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 15px;
	float: left;
	cursor: default;
}
.list_carousel1 .carousel1 > li figure {
	margin: 0 19px 0 0;
	float: left;
}
.list_carousel1 .carousel1 > li .extra-wrap {
	padding: 8px 0 0 0;
}
.list_carousel1 .carousel1 > li p {
	margin-top: 8px;
}
.list_btn1 .prev, .list_btn1 .next {
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
}
.list_btn1 {
	text-align: right;
}
.list_btn1 .next {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .next:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #808080;
	font-size: 36px;
}
.list_btn1 .next:hover:after {
	color: #dc4637;
}
.list_btn1 .prev:after {
	content: '\f104';
	font-family: 'FontAwesome';
	color: #808080;
	font-size: 36px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .prev:hover:after {
	color: #dc4637;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search-404 a {
	position: absolute;
	top: 6px;
	right: 17px;
	display: inline-block;
}
#search-404 a:after {
	color: #cc0033;
	font-size: 25px;
	font-family: 'FontAwesome';
	content: '\f002';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover:after {
	color: #dc4637;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 input {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7eff3;
	background: #e7eff3;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #404040;
	padding: 12px 45px 12px 14px;
	height: 46px;
	border-radius: 0;
	resize: none;
}
#search {
	position: relative;
	margin: 0;
	float: right;
	overflow: hidden;
}
#search a {
	position: absolute;
	top: 3px;
	right: 15px;
}
#search a:after {
	content: '\f002';
	font-family: FontAwesome;
	font-size: 33px;
	color: #b5b5b5;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover:after {
	color: #cc0033;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search input {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 257px;
	outline: none;
	border: 1px solid #c5c5c5;
	background: none;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #404040;
	padding: 16px 50px 16px 14px;
	height: 55px;
	border-radius: 0;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 375px;
}
.content_map.indent {
	height: 420px;
	margin-bottom: 88px;
}
.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: #333;
}
.gm-wrapper {
	margin-left: 0;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 100px;
}
.info p a {
	color: #cc0033;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #404040;
	text-decoration: none;
}
.info h4 {
	padding: 15px 0 0 0;
}
.mail {
	color: #cc0033;
	font: 12px 'Arial', "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: #404040;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 0 0 34px 0;
	overflow: hidden;
}
footer p {
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #999;
	margin: 0;
}
footer p a {
	color: #999;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #cc0033;
}
footer figure {
	margin-bottom: 30px;
}
footer .privacy {
	color: #fff;
}
footer .privacy a {
	color: #fff;
}
footer .privacy a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer .box {
	background: url(../img/pattern.png) repeat;
	padding: 44px 0 35px 0;
	margin-bottom: 34px;
}
footer .box .ic {
	font-size: 17px;
	color: #ffffff;
	font-style: normal;
	display: block;
	padding-bottom: 11px;
	border-bottom: 1px solid #5d5d5d;
	margin-bottom: 13px;
}
footer .info_foo p {
	margin-bottom: 0;
}
footer .info_foo p span {
	width: 70px;
	display: inline-block;
}
footer .info_foo p i {
	color: #ffffff;
}
footer .info_foo p a {
	color: #ffffff;
}
footer .info_foo p a:hover {
	color: #cc0033;
}
footer .info_foo p.info_mail {
	margin-top: 18px;
}
footer .list {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .list li {
	margin-bottom: 7px;
}
footer .list li a {
	color: #999;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .list li a:hover {
	color: #cc0033;
}
.foo_menu {
	padding: 33px 0 0 0;
	margin: 0;
	list-style: none;
}
.foo_menu li {
	margin: 0 0 0 42px;
	position: relative;
	float: left;
}
.foo_menu li:first-child {
	margin: 0;
}
.foo_menu li:first-child:after {
	display: none;
}
.foo_menu li:after, .foo_menu li:focus {
	content: '';
	position: absolute;
	top: 3px;
	left: -21px;
	width: 1px;
	height: 11px;
	background: #999;
}
.foo_menu li a {
	color: #999;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_menu li a:hover {
	color: #cc0033;
}
.foo_menu li.active a {
	color: #fff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (max-width: 1270px) {
 .main {
 margin: 0;
 width: 100%;
}
 .thumb-box2 {
 padding-left: 10px;
 padding-right: 10px;
}
}
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
 header .box {
 float: none;
 width: 100%;
}
 header .box #search {
 float: none;
 display: inline-block;
 margin-bottom: 30px;
}
 header .box #search input {
 width: 300px;
}
 header .box .info_list {
 float: none;
 margin: 0;
}
 header .box .info_list li {
 margin: 0;
 float: none;
}
 header .box .info_list li span {
 margin: 0 10px 0 0;
 float: none;
}
 .thumb-box2 .services_box .caption {
 padding: 0 20px 20px 20px;
}
 .errorBox {
 padding: 50px 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
 header .box {
 float: none;
 width: 100%;
}
 header .box #search {
 float: none;
 display: inline-block;
 margin-bottom: 30px;
}
 header .box #search input {
 width: 300px;
}
 header .box .info_list {
 float: none;
 margin: 0;
}
 header .box .info_list li {
 margin: 0;
 float: none;
}
 header .box .info_list li span {
 margin: 0 10px 0 0;
 float: none;
}
 nav.tm_navbar {
 text-align: center;
}
 nav.tm_navbar ul.nav {
 float: none;
 display: inline-block;
}
 .follow_icon {
 float: none;
 padding: 25px 0;
}
 .thumb-box2 .services_box .box {
 width: 50%;
 margin-bottom: 15px;
}
 .thumb-box2 .services_box .box.box1 {
 border-radius: 6px 0 0 6px;
}
 .thumb-box2 .services_box .box.box2 {
 border-radius: 0 6px 6px 0;
}
 .thumb-box2 .services_box .box.box3 {
 border-radius: 0 0 0 6px;
}
 .thumb-box2 .services_box .box.box4 {
 border-radius: 0 0 6px 0;
}
 .thumb-pad7 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .foo_menu {
 margin-bottom: 50px;
}
 .thumb-pad8 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .errorBox {
 padding: 50px 0;
}
 .foo_icon_box {
 padding-top: 40px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 padding: 0;
 float: none;
 margin: 0;
 text-align: center;
 display: block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 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 #dc4637;
 background: #dc4637;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .content_map {
 height: 300px !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
 header .box {
 float: none;
 width: 100%;
}
 header .box #search {
 float: none;
 display: inline-block;
 margin-bottom: 30px;
}
 header .box #search input {
 width: 300px;
}
 header .box .info_list {
 float: none;
 margin: 0;
}
 header .box .info_list li {
 margin: 0;
 float: none;
}
 header .box .info_list li span {
 margin: 0 10px 0 0;
 float: none;
}
 .follow_icon {
 float: none;
 padding: 25px 0;
}
 .thumb-box2 .services_box .box {
 width: 50%;
 margin-bottom: 15px;
}
 .thumb-box2 .services_box .box.box1 {
 border-radius: 6px 0 0 6px;
}
 .thumb-box2 .services_box .box.box2 {
 border-radius: 0 6px 6px 0;
}
 .thumb-box2 .services_box .box.box3 {
 border-radius: 0 0 0 6px;
}
 .thumb-box2 .services_box .box.box4 {
 border-radius: 0 0 6px 0;
}
 .foo_menu {
 display: none;
}
 .content_map {
 height: 250px !important;
}
 .thumb-box5 .col-lg-3 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .thumb-box8 .col-lg-3,  .thumb-box8 .col-lg-4,  .thumb-box8 .col-lg-5 {
 margin-bottom: 40px;
}
 .thumb-pad7 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-box10 {
 padding: 70px 0;
}
 .thumb-box10 strong {
 font-size: 30px;
 line-height: 1em;
}
 .thumb-box12 .col-lg-4 {
 margin-bottom: 30px;
}
 .thumb-pad8 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .errorBox {
 padding: 50px 0;
}
 .errorBox strong {
 font-size: 100px;
}
 .errorBox span {
 font-size: 40px;
}
 footer {
 text-align: center;
}
 footer .list {
 margin-bottom: 40px;
}
 footer .pull-left,  footer .pull-right {
 float: none !important;
}
 footer .foo_icon_box {
 padding-top: 40px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .nav-tabs li {
 border: none;
 width: 100%;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box2 .services_box .box {
 width: 100%;
 margin-bottom: 15px;
}
 .thumb-box2 .services_box .box.box1 {
 border-radius: 6px;
}
 .thumb-box2 .services_box .box.box2 {
 border-radius: 6px;
}
 .thumb-box2 .services_box .box.box3 {
 border-radius: 6px;
}
 .thumb-box2 .services_box .box.box4 {
 border-radius: 6px;
}
 .tab-content .tab-pane .extra-wrap {
 overflow: visible;
}
 .thumb-pad7.indent figure {
 margin: 0 0 30px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 header .box #search input {
 width: 285px;
}
 .tab-content .tab-pane {
 text-align: center;
}
 .tab-content .tab-pane figure {
 float: none;
 margin: 0 0 30px 0;
}
 .thumb-pad6 {
 text-align: center;
}
 .thumb-pad6 .caption {
 overflow: visible;
}
 .thumb-pad6 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
}
 .list_carousel1 .carousel1 > li {
 text-align: center;
}
 .list_carousel1 .carousel1 > li figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

.serv_box ul > ul {
    margin-left: -27px;
}