/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Yesteryear);
/*========================================================
                    Main layout styles
=========================================================*/
body {

	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #000;
}
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;
	font-weight: 300;
	line-height: 22px;
	color: #000;
}
.bottom p { margin-bottom: 5px;   }
h1.navbar-brand_ {
	margin: 30px 0 0 0 !important;
	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: 100 24px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 27px 0;
	color: #262626;
	text-transform: uppercase;
}
h2 strong {
	font-weight: bold;
}
h2.indent {
	margin: 0 0 38px 0;
}
h3 {
	font: 21px/32px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #EE9A00;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
h3 span {
	color: #262626;
}
h4 {
	font: 25px/45px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #224055;
	margin: -10px 0 5px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #FEE5AC;
 
}
.content.indent {
	padding: 30px 0 0 0;
	background: #FEE5AC;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	
}
header .box {
	height: 133px;
}
header .tel-box {
	float: right;
	overflow: hidden;
	text-align: right;
	padding-top: 26px;
}
header .tel-box p {
	font: 18px/1em 'Lato';
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}
header .tel-box p span {
	color: #c4c4c4;
	display: inline-block;
	font-size: 35px;
	position: relative;
	top: 1px;
	margin-right: 5px;
}
header .tel-box strong {
	display: block;
	font: 35px/1em 'Lato';
	color: #e2472e;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: #ffffff;
	border-top: 1px solid #c7c7c7;
}
nav.tm_navbar .nav.sf-menu {
	float: right;
}


nav.tm_navbar .sf-menu li.active > a {
	color: #ffffff;
	background: none;
	border-bottom-color: #e2472e;
}
nav.tm_navbar .sf-menu li.active i {
	height: 100%;
}
.navbar li:hover > a {
	color: #ffffff;
	background: none;
	border-bottom-color: #e2472e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.navbar li:hover i {
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sf-menu .sfHover > a {
	color: #ffffff;
	background: none;
	border-bottom-color: #e2472e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu .sfHover i {
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sf-menu li span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(../img/marker.png) center bottom no-repeat;
	left: 0;
	top: 0;
	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: 195px;
	left: 0;
	top: 109px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #262626;
	border-radius: 0;
	padding: 26px 29px 21px 29px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border-bottom: 1px solid #3d3a3a;
	width: auto;
	float: none;
	margin: 0 0 9px 0 !important;
	padding: 0 0 12px 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font: 15px 'Lato';
	color: #f5f5f5;
	background: none;
	border: none;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: -1px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 22px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #e2472e !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #e2472e !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 195px;
	left: 167px;
	top: -26px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #262626;
	border-radius: 0;
	padding: 26px 29px 21px 29px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font: 15px 'Lato';
	color: #f5f5f5;
	background: none;
	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: #e2472e !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;
	overflow: hidden;
	border: none;
	z-index: 20;
	font-size: 42px;
	color: #e2472e;
}
#toTop:hover {
	outline: none;
	color: #c4c4c4;
}
.who-box {
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
.who-box .col-lg-4 {

}
.thumb-box1 {
	padding: 37px 0 0 0;
}
.thumb-box1 .col-lg-4 {
	position: relative;
	top: 33px;
}
.thumb-box2 {
	overflow: hidden;
	padding: 96px 0 30px 0;
	background: #f5f5f5 url(../img/pxl.png) repeat-x;
	border-bottom: 1px solid #bfbfbf;
}
.thumb-box2 .col-lg-6 {
	margin-bottom: 40px;
}
.thumb-box3 {
	overflow: hidden;
	padding: 63px 0 40px 0;
}
.thumb-box4 {
	padding: 65px 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
.thumb-box4 figure {
	margin-bottom: 29px;
}
.thumb-box4 figure img {
	width: 100%;
}
.thumb-box4 a {
	color: #262626;
	text-transform: uppercase;
	font: 21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 8px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box4 a:hover {
	color: #e2472e;
}
.thumb-box4 .col-lg-3 {
	margin-bottom: 46px;
}
.thumb-box5 {
	padding: 63px 0 0 0;
	overflow: hidden;
}
.thumb-box5 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box6 {
	overflow: hidden;
	padding: 20px 0 68px 0;
	border-bottom: 1px solid #bfbfbf;
}
.thumb-box6 .box {
	background: #e2472e;
	margin: 0 2px 36px 0;
	float: left;
}
.thumb-box6 .box figure {
	margin-bottom: 15px;
}
.thumb-box6 .box.indent {
	margin-right: 0;
}
.thumb-box6 .box p {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 0px 24px;
	font: 21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-box7 {
	overflow: hidden;
	padding: 65px 0 27px 0;
	border-bottom: 1px solid #bfbfbf;
}
.thumb-box7 .box {
	background: #262626;
	padding: 30px 27px 31px 27px;
}
.thumb-box7 .col-lg-8, .thumb-box7 .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 35px 0 5px 0;
}
.thumb-box8 .col-lg-6 {
	margin-bottom:2px;
}
.thumb-box9 {
	overflow: hidden;
	padding: 27px 0 35px 0;
	border-bottom: 1px solid #bfbfbf;
}
.thumb-box10 {
	overflow: hidden;
	padding: 65px 0 88px 0;
}
.thumb-box11 {
	overflow: hidden;
	padding: 24px 0 88px 0;
}
.thumb-box12 {
	overflow: hidden;
	padding: 73px 0 0 0;
}
.thumb-box12 p {
	font-size: 24px;
	line-height: 36px;
}
.thumb-box12 .title {
	font: bold 237px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e2472e;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.thumb-box12 h2 {
	font-size: 48px;
}
.thumb-box12 hr {
	margin: 0 0 40px 0;
	border-top: 1px solid #bfbfbf;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	padding: 0 0 42px 0;
	background: #ffffff url(../img/page1_pic1.jpg) right bottom no-repeat;
}
.thumb-pad1.indent {
	background: #ffffff url(../img/page1_pic2.jpg) right bottom no-repeat;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	padding-bottom: 15px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 23px 30px 0 30px;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 100 24px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}
.thumb-pad1 .thumbnail .caption .description {
	font: bold 24px/32px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e2472e;
	text-transform: uppercase;
}
.thumb-pad2 {
	margin: 0;
	padding: 24px 30px 10px 30px;
	text-align: center;
	background: #262626;
}
.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 p {
	margin: 0;
	padding: 17px 0 0 0;
}
.thumb-pad2 .thumbnail .caption .title {
	font: 100 37px'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.thumb-pad2 .thumbnail .caption .title i {
	font-size: 37px;
	color:#EE9A00;
}
.thumb-pad2 .thumbnail .description {
	font: bold 37px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	padding: 0;
}
.thumb-pad2 .thumbnail .caption strong {
	font: 300 20px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
.thumb-pad2 .thumbnail .caption strong span {
	color: #e2472e;
}
.thumb-pad3 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad3 figure {
	margin: 0 40px 0 0;
	float: left;
	position: relative;
}
.thumb-pad3 figure:after {
	content: '';
	width: 19px;
	height: 19px;
	top: 16px;
	right: -19px;
	position: absolute;
	background: url(../img/tr.png) no-repeat;
}
.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 a {
	color: #262626;
	text-transform: uppercase;
	font: 21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #e2472e;
}
.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 26px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 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: 300 22px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #777777;
}
.thumb-pad5 .thumbnail .caption div {
	float: right;
	text-align: right;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	text-align: center;
	margin: 0;
	padding-bottom: 38px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 figure {
	margin: 0 0 23px 0;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption a {
	font: bold 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #20acb8;
}
.thumb-pad6 .thumbnail .caption p {
	margin: 7px 0 0 0;
}
.thumb-pad7 {
	margin: 0 0 10px 0;
	padding-bottom: 42px;
	border-bottom: 1px solid #e4e4e4;
}
.thumb-pad7 .box {
	margin-bottom: 30px;
}
.thumb-pad7 .box strong {
	font: bold 42px/1em 'Arial';
	color: #20acb8;
	display: block;
}
.thumb-pad7 .box span {
	font: bold 18px/1em 'Arial';
	color: #20acb8;
	display: block;
	margin-top: -2px;
}
.thumb-pad7 .box hr {
	width: 1px;
	height: 69px;
	background: #cecece;
	margin: 0 20px;
	float: left;
	border: none;
}
.thumb-pad7 .box .lnk {
	font: 14px/24px 'Trebuchet MS';
	color: #2f2f2f;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .box .lnk:hover {
	color: #20acb8;
}
.thumb-pad7 .box > div {
	float: left;
	width: 70px;
	margin-right: 9px;
}
.thumb-pad7 .box p {
	font-size: 13px;
	color: #a4a4a5;
	margin: 10px 0 0 0;
}
.thumb-pad7 .box p a {
	color: #e44554;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .box p a:hover {
	color: #20acb8;
}
.thumb-pad7.indent {
	border-bottom: none;
	padding-bottom: 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 15px 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 50px;
	font: 18px/63px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #262626;
	text-transform: uppercase;
	background: transparent;
	float: none;
	border: 2px solid #262626;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #262626;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 22px;
	font: 23px/59px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #5499c9;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #35e7f8;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1.indent li {
	margin: 0 0 51px 0;
}
.list1.indent li .badge {
	width: 99px;
	height: 99px;
	line-height: 99px;
	font-size: 42px;
}
.list1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 33px 0;
	overflow: hidden;
}
.list1 li .badge {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 131px;
	height: 131px;
	border-radius: 0;
	background: #EE9A00;
	font: 55px/131px 'Yesteryear';
	color: #ffffff;
	float: left;
	margin: 0 27px 0 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li h3 {
	color: #262626;
}
.list1 li p {
	margin: 0;
}
.list1 li:hover .badge {
	background: #262626;
	color: #e2472e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 {
	margin: 0;
	padding: 7px 0;
	list-style: none;
}
.list1-1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
	padding-left: 19px;
	background: url(../img/list_point.png) left 5px no-repeat;
}
.list1-1 li a {
	color: #262626;
	font: 18px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #e2472e;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
	overflow: hidden;
}
.list2 li strong {
	display: inline-block;
	border-radius: 100%;
	background: #5499c9;
	width: 155px;
	height: 155px;
	text-align: center;
	line-height: 155px;
	float: left;
	margin: 9px 19px 0 0;
	font-size: 65px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li p {
	color: #6e96b2;
}
.list2 li .title {
	font: 55px/1em 'Lato';
	color: #366fa5;
	margin-bottom: 4px;
}
.list2 li .description {
	font: 100 55px/1em 'Lato';
	color: #224055;
	margin-bottom: 12px;
}
.list2 li:hover strong {
	background: #ffffff;
	color: #5499c9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 7px 0;
}
.list3 li figure {
	display: block;
	margin-bottom: 10px;
}
.list3 li a {
	font: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #262626;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #e2472e;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 12px;
}
.list4 li time {
	font: 21px/32px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e2472e;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 26px 0;
	padding-left: 19px;
	background: url(../img/list_point.png) left 5px no-repeat;
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262626;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 28px 0;
}
.list6 li span {
	float: left;
	margin-right: 14px;
	color: #e2472e;
	font-size: 20px;
}
.list6 li a {
	font: 300 20px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e2472e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #ffffff;
}
.list6 li p {
	margin: 5px 0 0 0;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 15px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 30px;
}
.list7 li h3 {
	color: #262626;
}
.list7 li h3 span {
	color: #e2472e;
}
.list7 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 23px 0;
}
.list8 li p {
	margin: 0;
}
.list8 li h3 {
	color: #262626;
	margin-bottom: 11px;
}
/* search
========================================================*/
#search-404 {
	margin: 0;
	padding: 33px 0 79px 0;
}
#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: #e2e2e2;
	border: 1px solid #e2e2e2;
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #777777;
	padding: 14px 15px;
	height: 49px;
	margin-bottom: 42px;
	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: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #777777;
	padding: 6px 40px 6px 15px;
	height: 32px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 415px;
	margin-bottom: 74px;
}
.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: #5499c9 !important;
	background-color: rgba(84, 153, 201, 0.8) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	width: 370px !important;
	height: 147px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 25px 0 0 30px;
	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: #5499c9;
	border-color: rgba(84, 153, 201, 0.8) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw p {
	margin-bottom: 5px;
	font: 13px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gm-style-iw p a {
	color: #ffffff;
	text-decoration: underline;
}
.gm-style-iw p a:hover {
	text-decoration: none;
}
.gm-style-iw strong {
	display: block;
	color: #ffffff;
	font: 900 24px/30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../img/phone.png) left 0 no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}
.info {
	margin-bottom: 30px;
}
.info p {
	margin-bottom: 23px;
}
.info h3 {
	margin-bottom: 0;
}
.mail {
	color: #e2472e;
	font: 15px 'Lato', "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: #262626;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 2px 0 0 0;
	overflow: hidden;
	background: #75A1D0;
}
footer p {
	font: 300 17px/25px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e2472e;
	margin: 0;
}
footer p a {
	color: #e2472e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer strong {
	color: #f5f5f5;
	font-size: 27px;
	line-height: 1em;
	font-weight: 300;
}
footer .badge {
	border-radius: 100%;
	background: #3c3c3c;
	text-align: center;
	line-height: 85px;
	color: #ffffff;
	width: 85px;
	height: 85px;
	font-size: 47px;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	display: inline-block !important;
}
footer .indent {
	padding: 20px 0 0 0;
}
footer .box1 {
	padding: 50px 0 50px 0;
	overflow: hidden;
	border-top: 1px solid #000000;
}
footer .box1 .col-lg-4 {
	overflow: hidden;
}
footer .box2 {
	padding: 32px 0 50px 0;
	overflow: hidden;
}
footer .box2 figure {
	float: left;
	margin-right: 60px;
}
footer .box2 p {
	color: #888;
	font-size: 13px;
	line-height: 19px;
	margin-top: 50px;
}
footer .box3 {
	background: #000000;
	padding: 25px 0;
	overflow: hidden;
}
footer .box3 p {
	color: #888;
	font-size: 13px;
	line-height: 19px;
	float: left;
}
footer .box3 p a {
	color: #888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .box3 p a:hover {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 26px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 31px;
	line-height: 1em;
	color: #3c3c3c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #e2472e;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 h1.navbar-brand_ {
 margin: 0 !important;
}
 .thumb-box1 .col-lg-4 {
 margin-bottom: 30px;
 top: 0;
}
 footer {
 text-align: center;
}
 footer .box1 {
 padding: 0 0 20px 0;
}
 footer .box1 .col-lg-4 {
 margin-bottom: 40px;
}
 footer .box1 .badge {
 float: none;
 margin: 0 0 10px 0;
}
 footer .box2 figure {
 float: none;
 margin-right: 0;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box6 .box {
 width: 49%;
}
 .thumb-box6 .box img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #nava {
 display: none !important;
}
 h1.navbar-brand_ {
 margin: 0 !important;
 float: none;
}
 header {
 text-align: center;
}
 header .box {
 height: auto;
}
 header .tel-box {
 text-align: center;
 float: none;
 padding: 25px 0;
}
 nav.tm_navbar .nav.sf-menu {
 float: none;
}
 nav.tm_navbar .nav.sf-menu li a {
 font-size: 19px;
}
 .thumb-box1 .col-lg-4 {
 margin-bottom: 30px;
 top: 0;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box6 .box {
 width: 49%;
}
 .thumb-box6 .box img {
 width: 100%;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 footer {
 text-align: center;
}
 footer .box1 {
 padding: 0 0 20px 0;
}
 footer .box1 .col-lg-4 {
 margin-bottom: 40px;
}
 footer .box1 .badge {
 float: none;
 margin: 0 0 10px 0;
}
 footer .box2 figure {
 float: none;
 margin-right: 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #nava {
 display: none !important;
}
 nav.tm_navbar .nav.sf-menu {
 float: none;
 display: block;
 text-align: center;
}
 nav.tm_navbar .nav.sf-menu li {
 float: none;
 display: inline-block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 h1.navbar-brand_ {
 margin: 0 !important;
 float: none;
}
 header {
 text-align: center;
}
 header .box {
 height: auto;
}
 header .tel-box {
 text-align: center;
 float: none;
 padding: 25px 0;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #262626;
 background: #262626;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box1 .col-lg-4 {
 margin-bottom: 30px;
 top: 0;
}
 .content_map {
 height: 300px;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box6 .box {
 width: 49%;
}
 .thumb-box6 .box img {
 width: 100%;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad3 figure::after {
 display: none;
}
 .thumb-box12 .title {
 font-size: 89px;
}
 .thumb-box12 p {
 font-size: 15px;
 line-height: 22px;
}
 footer {
 text-align: center;
}
 footer .box1 {
 padding: 0 0 20px 0;
}
 footer .box1 .col-lg-4 {
 margin-bottom: 40px;
}
 footer .box1 .badge {
 float: none;
 margin: 0 0 10px 0;
}
 footer .box2 figure {
 float: none;
 margin-right: 0;
}
 footer .box3 p {
 float: none;
}
 footer .box3 .follow_icon {
 float: none;
 display: inline-block;
 padding: 20px 0 0 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box12 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 {
 background: #ffffff !important;
}
 .thumb-pad1 br {
 display: none;
}
 .list1 li .badge {
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-pad3 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
