@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #bab9b9;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	line-height: 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: 600 40px/36px 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 42px 0;
	color: #414141;
}
h3 {
	font: 20px/25px 'Open Sans';
	color: #3e454c;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
h3 span {
	color: #e15d99;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 15px 0 0 0;
	background: #ffffff;
}
.content.indent hr {
	border-top: 1px solid #ebeced;
	margin: 0 0 40px 0;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 5px 0 0 0;
	z-index: 11;
	background: #ffffff;
	border-top: 12px solid #3e454c;
}
.call-box {
	overflow: hidden;
	margin: 44px 0 0 0;
	float: right;
	width: 290px;
}
.call-box span {
	float: left;
	display: inline-block;
	margin-right: 18px;
	width: 31px;
	height: 40px;
	margin-top: 4px;
	background: url(../img/phone.png) no-repeat;
}
.call-box .title {
	font: 300 15px/18px 'Open Sans';
	text-transform: uppercase;
	color: #3e454c;
	margin-bottom: 2px;
}
.call-box .description {
	font: 600 26px/26px 'Open Sans';
	color: #c5c7c9;
	color: #3e454c;
	margin-bottom: 0;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 20px 0 34px 0;
	float: none;
	min-height: 0;
	background: none;
	border: 1px solid #ebeced;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child a {
	width: 129px;
	text-indent: -9999px;
	background: url(../img/home.png) center center no-repeat;
}
nav.tm_navbar li:last-child a {
	width: 262px;
}
nav.tm_navbar li::after {
 position: absolute;
 left: 0;
 top: 0;
 width: 1px;
 height: 100%;
 background: #ebeced;
 content: '';
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 600 14px/89px 'Open Sans';
	width: 259px;
	text-align: center;
	color: #3e454c;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #e57300 !important;
	background: #C6AD28 !important;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li.active:first-child > a {
	background: #e57300 url(../img/home.png) center center no-repeat !important;
	background: #58ae2f url(../img/home.png) center center no-repeat !important;
	background: #C6AD28 url(../img/home.png) center center no-repeat !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #e57300;
	background: #C6AD28;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover:first-child > a {
	background: #e57300 url(../img/home.png) center center no-repeat;
	background: #C6AD28 url(../img/home.png) center center no-repeat;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #e57300;
	background: #C6AD28;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover:first-child > a {
	background: #e57300 url(../img/home.png) center center no-repeat;
	background: #C6AD28 url(../img/home.png) center center no-repeat;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 6px;
	color: #e57300;
	color: #C6AD28;
	font-size: 14px;
	z-index: 0;
	-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: 260px;
	top: 89px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	border: 1px solid #e6e7e8;
	padding: 33px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li::after {
 content: none !important;
 display: none !important;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 2px;
	left: auto;
	width: auto !important;
	color: #3e454c;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #e57300 !important;
	color: #58ae2f !important;
	background: none;
	-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: #e57300 !important;
	color: #58ae2f !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100%;
	top: -26px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3e454c;
	padding: 28px 0;
	margin: 0 0 0 10px;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul::after {
 position: absolute;
 left: -5px;
 top: 13px;
 width: 5px;
 height: 9px;
 background: url(../img/tr.png) left 0 no-repeat;
 content: '';
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li.tr {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 5px;
	height: 9px;
	background: url(../img/triangle1.png) no-repeat;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #e57300 !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s 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: 26px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 0;
}
.thumb-box1 .box {
	padding: 40px 0 44px 40px;
	position: relative;
	margin-bottom: 49px;
}
.thumb-box1 .box1 {
	background: #e_74c3c;
	background: #e15d99;
}
.thumb-box1 .box1 a {
	background: #d_44334 url(../img/more_arrow.png) center center no-repeat;
	background: #c94e86 url(../img/more_arrow.png) center center no-repeat;
}
.thumb-box1 .box2 {
	background: #8_fbf4d;
	background: #58ae2f;
}
.thumb-box1 .box2 a {
	background: #7_da941 url(../img/more_arrow.png) center center no-repeat;
	background: #42921b url(../img/more_arrow.png) center center no-repeat;
}
.thumb-box1 .box3 {
	background: #e57300;
}
.thumb-box1 .box3 a {
	background: #2_c83be url(../img/more_arrow.png) center center no-repeat;
	background: #c76502 url(../img/more_arrow.png) center center no-repeat;
}
.thumb-box1 .title {
	font: 600 50px/45px 'Open Sans';
	color: #ffffff;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.thumb-box1 .description {
	font: 300 20px/20px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
	text-transform: uppercase;
}
.thumb-box1 a {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box1 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-box2 {
	overflow: hidden;
}
.thumb-box2 hr {
	border-top: 1px solid #ebeced;
	margin: 0 0 40px 0;
}
.thumb-box3 {
	overflow: hidden;
}
.thumb-box3 hr {
	border-top: 1px solid #ebeced;
	margin: 0 0 40px 0;
}
.thumb-box3 .title {
	font: 600 50px/40px 'Open Sans';
	text-transform: uppercase;
	color: #e15d99;
	margin-bottom: 7px;
}
.thumb-box3 .title3 {
	font: 600 40px/40px 'Open Sans';
	text-transform: uppercase;
	color: #3e454c;
	margin-bottom: 3px;
}
.thumb-box3 .description {
	font: 300 30px/30px 'Open Sans';
	text-transform: uppercase;
	color: #757575;
	margin-bottom: 53px;
}
.thumb-box3 .description2 {
	font: 300 30px/30px 'Open Sans';
	text-transform: uppercase;
	color: #979797;
	margin-bottom: 53px;
}
.thumb-box3 .col-lg-8, .thumb-box3 .col-lg-4 {
	margin-bottom: 6px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 0 0 20px 0;
}
.thumb-box4 hr {
	border-top: 1px solid #ebeced;
	margin: 0 0 40px 0;
}
.thumb-box5 {
	overflow: hidden;
	padding: 0 0 35px 0;
}
.thumb-box6 {
	padding: 0 0 75px 0;
}
.thumb-box7 {
	padding: 40px 0 0 0;
	overflow: hidden;
	border-top: 1px solid #ebeced;
}
.thumb-box7 .col-lg-4, .thumb-box7 .col-lg-8 {
	margin-bottom: 64px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 0 0 53px 0;
}
.errorBox {
	text-align: center;
	padding-top: 64px;
	padding-bottom: 50px;
}
.errorBox1 {
	padding-top: 64px;
	padding-bottom: 50px;
}
.errorBox1 h2 {
	text-align: left;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 46px 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 27px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 {
	margin: 0;
	padding: 0;
}
.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 .title2 {
	font: 15px 'Open Sans';
	text-transform: uppercase;
	color: #757575;
	margin-bottom: 4px;
}
.thumb-pad2 figure {
	margin: 0 27px 0 0;
	float: left;
}
.thumb-pad3 {
	margin: 0 0 23px 0;
	overflow: hidden;
}
.thumb-pad3 .badge {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #e15d99;
	width: 70px;
	display: inline-block;
	font: 600 40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 30px;
	float: left;
}
.thumb-pad3 .badge span {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin-top: -6px;
	position: relative;
	padding: 0 0 19px 0;
	background: url(../img/border.png) 0 bottom repeat-x;
}
.thumb-pad3 .badge > div {
	padding-bottom: 0;
}
.thumb-pad3 .badge a {
	background: #e15d99;
	text-align: center;
	display: block;
	padding: 7px 0;
	color: #ffffff;
	font: 300 15px/34px 'Open Sans';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad3 .badge a:hover {
	background: #3e454c;
}
.thumb-pad3 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/triangle.png) no-repeat;
}
.thumb-pad3 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption .title4 {
	font: 25px/25px 'Open Sans';
	color: #e15d99;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.thumb-pad3 .thumbnail .caption .description4 {
	font: 14px 'Open Sans';
	color: #757575;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.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;
}
.thumb-pad4 figure {
	margin: 0 0 27px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 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 p {
	margin: 15px 0 0 0;
}
.thumb-pad5 .thumbnail .caption p a {
	color: #3e454c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption p a:hover {
	color: #e15d99;
}
.thumb-pad5 .thumbnail .caption .lnk {
	font: 20px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .lnk:hover {
	color: #e15d99;
}
.thumb-pad5 figure {
	margin: 0 0 26px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	text-align: left;
	margin-bottom: 30px;
	padding: 20px 20px 33px 20px;
	border: 1px solid #ebeced;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 0 21px 0;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.thumb-pad7 .badge {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #e15d99;
	width: 70px;
	display: inline-block;
	font: 600 40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 25px;
	float: left;
}
.thumb-pad7 .badge span {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin-top: -6px;
	position: relative;
	padding: 0 0 19px 0;
}
.thumb-pad7 .badge > div {
	padding-bottom: 0;
}
.thumb-pad7 .badge a {
	text-align: center;
	display: block;
	padding: 0;
	color: #ffffff;
	font: 300 15px/34px 'Open Sans';
	background: #e15d99 url(../img/border.png) 0 top repeat-x;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad7 .badge a:hover {
	background: #3e454c url(../img/border.png) 0 top repeat-x;
}
.thumb-pad7 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/triangle.png) no-repeat;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 36px;
	font: 600 20px/50px 'Open Sans';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #e57300;
	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: #3e454c;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 36px;
	font: 600 20px/50px 'Open Sans';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #58ae2f;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #3e454c;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 36px;
	font: 600 20px/50px 'Open Sans';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #e15d99;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #3e454c;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: 600 14px/45px 'Open Sans';
	margin: 10px 0 0 0;
	border-radius: 0;
	color: #ffffff;
	background: #e15d99;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #3e454c;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 11px 0;
	padding-left: 25px;
	background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list1 li a {
	color: #3e454c;
	font: 20px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #e15d99;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding-left: 21px;
	background: url(../img/list_point.png) left 4px no-repeat;
}
.list2 li a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bab9b9;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #f1373a;
}
.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: 24px;
}
.list4 li time {
	font: 20px 'Open Sans';
	text-transform: uppercase;
	color: #3e454c;
	display: inline-block;
	width: 60px;
	float: left;
	text-align: center;
	margin: 0 16px 0 0;
}
.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 29px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}
.list5 li p {
	font: italic 16px/26px 'Roboto Condensed';
	color: #8b8a8a;
	margin-bottom: 17px;
}
.list5 li a {
	font: 20px/21px 'Roboto Condensed';
	color: #7d8286;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #53afee;
}
.list5 li .description {
	font: bold 14px 'Roboto Condensed';
	color: #53afee;
	margin: 3px 0 0 0;
	text-transform: uppercase;
}
.list6 {
	margin: 0 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 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bab9b9;
	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: 10px;
}
.list7 li span {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 100%;
	background: #53afee;
	color: #ffffff;
	font: 40px/68px 'Roboto Condensed';
	display: inline-block;
	float: left;
	margin: 5px 30px 0 0;
	text-align: center;
}
.list8 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 36px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 28px;
}
._accodList > li {
	padding-bottom: 0;
	margin-bottom: -1px;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 50px;
}
._accodList > li strong {
	margin: 0;
	float: none;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font: 12px/31px 'Roboto Condensed';
	width: 100%;
	color: #878787;
	background: #f4f4f4;
	border: 1px solid #ececec;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 0 0 0 9px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList > li strong.color1 {
	color: #878787;
}
._accodList > li strong.color2 {
	color: #53afee;
}
._accodList > li strong.color2 span {
	background: url(../img/plus.png) 0 bottom no-repeat;
}
._accodList > li span {
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../img/plus.png) 0 top no-repeat;
	float: left;
	display: inline-block;
	margin: 7px 8px 0 0;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList > li p {
	margin: 0;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #bab9b9;
	padding: 13px 33px 35px 33px;
}
._accodList.indent {
	padding-bottom: 0;
}
._accodList.indent p {
	padding: 13px 33px;
}
._accodList li strong:hover {
	color: #53afee;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList li strong:hover span {
	background: url(../img/plus.png) 0 bottom no-repeat;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 40px 0 0 0;
	position: relative;
}
#search-404 a {
	position: absolute;
	top: 2px;
	right: 3px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#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 #ebeced;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #bab9b9;
	padding: 10px 48px 10px 16px;
	height: 41px;
	resize: none;
}
#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 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #bab9b9;
	padding: 6px 15px;
	height: 32px;
	resize: none;
}
/* map
========================================================*/
.content_map2 {
	position: relative;
	height: 393px;
	margin-bottom: 49px;
}
.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 'Arial', "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: 36px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 102px;
}
.info p a {
	color: #bab9b9;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #e15d99;
}
.mail {
	color: #bab9b9;
	font: 14px '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: #53afee;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 0 0 60px 0;
	overflow: hidden;
}
footer hr {
	border-top: 1px solid #ebeced;
	margin: 0 0 62px 0;
}
footer p {
	font: 300 14px 'Open Sans';
	color: #92a2af;
	text-transform: uppercase;
	float: left;
	margin: 0;
}
footer p a {
	color: #92a2af;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #e15d99;
}
footer p span {
	color: #e15d99;
}
footer p i {
	color: #58ae2f;
	font-style: normal;
}
footer p strong {
	color: #e57300;
	font-weight: 600;
}
footer p b {
	color: #3e454c;
	font-weight: 600;
}
footer em {
	font-style: normal;
}
.follow_icon {
	padding: 0;
	margin: -7px 0 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 4px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	width: 37px;
	height: 34px;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover img {
	margin-top: -34px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li a {
 width: 202px;
}
 nav.tm_navbar li:last-child a {
 width: 202px;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .errorBox img {
 width: 100%;
}
 nav.tm_navbar li a {
 width: 143px !important;
}
 .thumb-box2 .col-lg-8,  .thumb-box2 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box3 .col-lg-8,  .thumb-box3 .col-lg-4 {
 margin-bottom: 50px;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 border: none;
 float: none;
 padding: 0;
 margin: 0 0 25px 0;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 h2 {
 font-size: 30px;
 line-height: 30px;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header .call-box {
 float: none;
 display: inline-block;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #e57300;
 background: #e57300;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
 text-transform: uppercase;
}
 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box2 .col-lg-8,  .thumb-box2 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box3 .col-lg-8,  .thumb-box3 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 footer {
 text-align: center;
}
 footer p {
 float: none;
 margin-bottom: 15px;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad1 figure {
 margin: 0 0 27px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 27px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .errorBox img {
 width: 100%;
}
 .thumb-box6 {
 padding: 0;
}
 .thumb-pad7 .badge {
 float: none;
 margin: 0 0 15px 0;
 width: 100%;
}
 .thumb-pad7 .badge em {
 display: none;
}
 .thumb-box1 .title {
 font-size: 30px;
 line-height: 35px;
}
 .thumb-box1 .description {
 font-size: 14px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


.container p {
	color:#333;
}
.container dl {
	width:70%;
	color:#333;
	margin:0px auto;
	padding:0px 0px 50px 0px;
}
.container dl dt {
	display:block;
	clear:both;
	float:left;
	width:20%;
	margin:1em 0;
}

.container dl dd {
	float:left;
	display:block;
	width:75%;
	margin:1em 0;
}
@media (max-width: 626px) {
.container dl {
	width:98%;
}
.container dl dt {
	clear:both;
	float:left;
	width:35%;
	margin:1em 0;
}
.container dl dd {
	float:left;
	display:block;
	width:60%;
	margin:1em 0;
}
}

.container dl.type2 dt {
	display:block;
	clear:both;
	float:left;
	width:25%;
	margin:1em 0;
}
.container dl.type2 dd {
	float:left;
	display:block;
	width:74%;
	margin:1em 0;
}

.clear {
	clear:both;
}
.img_r {
	width:350px;
	overflow:hidden;
	float:right;
}

p.ind {
	margin-left:15%;
}

#hname {
	text-align:left;
	color:#3e454c;
	padding:0px 0px 0px 10px;
	margin:0px;
}

.img-w {
	clear: both;
	margin: 0 auto 20px;
}
.img-w img {
	width: 100%;
	height: auto;
}