@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #231f1e;
	font: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #413734;
}
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: 28px;
	font-weight: 300;
	line-height: 28px;
}
h1.navbar-brand_ {
	margin: 44px 0 0 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 900 48px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 72px 0;
	color: #ffffff;
}
h2 span {
	color: #ff5722;
}
h3 {
	font: 900 24px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 17px 0;
	color: #413734;
}
h4 {
	font: 500 italic 24px/1em 'Cabin';
	margin: 0 0 16px 0;
	color: #3c3c3c;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #f4eade;
}
.content.indent {
	padding: 42px 0 0 0;
	background: #f4eade;
}
.center {
	text-align: center;
}
.content-box {
	background: #ffffff;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 35px;
	z-index: 11;
	background: #ffffff;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0 19px 0 0;
	margin: 0 173px 0 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li:last-child {
	padding: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 22px;
	font: 21px/119px 'Lato';
	letter-spacing: -1px;
	color: #313131;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #ff5722;
}
nav.tm_navbar li.active > span {
	color: #ffffff;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #ff5722;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar 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: #ff5722;
	-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 li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	color: #ff5722;
	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: 119px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ff5722;
	border-radius: 0;
	padding: 15px 0;
	margin: 0;
	text-align: left;
}
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: #ffffff;
	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 span {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 9px;
	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: #ffffff !important;
	background: #413734 !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: #ffffff !important;
	background: #413734 !important;
}
/* 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: #ff5722;
	border-radius: 0;
	padding: 15px 0;
	margin: 0 0 0 2px;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0 32px;
	margin: 0;
	float: none;
	display: block;
	font: 300 14px/39px 'Lato';
	color: #ffffff;
	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: #413734 !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;
	color: #413734;
	font-size: 60px;
}
#toTop:hover {
	outline: none;
	color: #ff5722;
}
.who-box {
	background: #f4eade;
	position: relative;
}
.who-box h2 {
	text-align: center;
}
.who-box .col-lg-4 {
	margin-bottom: 80px;
}
.thumb-box1 {
	padding: 43px 0 29px 0;
	overflow: hidden;
}
.thumb-box1 .title {
	font: 900 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #413734;
	margin-bottom: 17px;
}
.thumb-box2 {
	overflow: hidden;
	padding: 103px 0 121px 0;
	background-image: url(../img/bg_pic.jpg);
	background-position: 100% center;
	text-align: center;
}
.thumb-box2 .btn-default.btn2 {
	margin-top: 10px;
}
.thumb-box3 {
	overflow: hidden;
	padding: 79px 0 144px 0;
	text-align: center;
	background: #ffffff;
}
.thumb-box3 h2 {
	color: #ff5722;
}
.thumb-box4 {
	padding: 0 0 70px 0;
	text-align: center;
	background: #00bcd4;
}
.thumb-box4 .badge {
	width: 148px;
	height: 148px;
	border-radius: 100%;
	background: #f4eade;
	text-align: center;
	line-height: 142px;
	margin: -35px 0 59px 0;
}
.thumb-box4 .badge span {
	font-size: 94px;
	color: #00bcd4;
	vertical-align: middle;
}
.thumb-box4 strong {
	font: 900 24px/40px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #37312f;
	display: block;
	margin-bottom: 50px;
}
.thumb-box5 {
	padding: 90px 0 75px 0;
	background: #413734;
	text-align: center;
}
.thumb-box5 h2 {
	color: #ffffff;
}
.thumb-box5 .client_list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.thumb-box5 .client_list li {
	display: inline-block;
	margin: 0 0 84px 122px;
	height: 32px;
	line-height: 32px;
}
.thumb-box5 .client_list li:first-child {
	margin-left: 0;
}
.thumb-box5 .client_list li a {
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box5 .client_list li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-box6 {
	padding: 90px 0 0 0;
	background: #f4eade;
	text-align: center;
	overflow: hidden;
}
.thumb-box6 h2 {
	color: #413734;
}
.thumb-box6 .badge {
	width: 148px;
	height: 148px;
	text-align: center;
	line-height: 142px;
	border-radius: 100%;
	color: #ffffff;
	font-size: 87px;
	margin-bottom: 16px;
	display: inline-block;
}
.thumb-box6 .badge.badge1 {
	background: #ff5722;
}
.thumb-box6 .badge.badge2 {
	background: #cddc39;
	font-size: 131px;
}
.thumb-box6 .badge.badge3 {
	background: #00bcd4;
}
.thumb-box6 strong {
	font: 900 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #37312f;
	display: block;
	margin-bottom: 6px;
}
.thumb-box6 a {
	font: 300 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #413734;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box6 a:hover {
	color: #ff9800;
}
.thumb-box6 .col-lg-4 {
	margin-bottom: 31px;
}
.thumb-box7 {
	overflow: hidden;
	padding: 73px 0 76px 0;
	background-image: url(../img/bg_pic2.jpg);
	background-position: 100% center;
	text-align: center;
}
.thumb-box7 h2 {
	color: #ffffff;
}
.thumb-box8 {
	overflow: hidden;
	padding: 103px 0 35px 0;
	background-image: url(../img/bg_pic3.jpg);
	background-position: 100% center;
	text-align: center;
}
.thumb-box8 h2 {
	color: #ffffff;
}
.thumb-box9 {
	overflow: hidden;
	padding: 80px 0 0 0;
	background: #ffffff;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 45px;
}
.thumb-box9 h2 {
	text-align: center;
}
.thumb-box10 {
	overflow: hidden;
	padding: 103px 0 121px 0;
	background-image: url(../img/bg_picnew.jpg);
	background-position: 100% center;
	text-align: center;
}
.thumb-box10 .btn-default.btn2 {
	margin-top: 10px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 79px 0 0 0;
	text-align: center;
	background: #ffffff;
}
.thumb-box11 h2 {
	color: #ff5722;
}
.thumb-box12 {
	overflow: hidden;
	background: #00bcd4;
	padding: 81px 0;
	text-align: center;
}
.thumb-box12 h2 {
	color: #ffffff;
	margin-bottom: 64px;
}
.thumb-box12 strong {
	color: #ffffff;
	font: 900 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 15px;
}
.thumb-box12 p {
	color: #ffffff;
	margin-bottom: 75px;
}
.thumb-box13 {
	overflow: hidden;
	padding: 0 0 61px 0;
}
.thumb-box13 h2 {
	text-align: center;
}
.thumb-box14 {
	overflow: hidden;
	padding: 103px 0 75px 0;
	background-image: url(../img/bg_pic.jpg);
	background-position: 100% center;
	text-align: center;
}
.thumb-box14 h2 {
	text-align: center;
	color: #ffffff;
}
.thumb-box14 a {
	font: 900 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box14 a:hover {
	color: #ff5722;
}
.thumb-box14 figure {
	margin-bottom: 25px;
}
.thumb-box14 p {
	color: #ffffff;
	margin: 14px 0 0 0;
	padding: 0 40px;
}
.thumb-box14 .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box15 {
	overflow: hidden;
	padding: 80px 0 57px 0;
	background: #00bcd4;
	text-align: center;
}
.thumb-box15 h2 {
	color: #37312f;
}
.thumb-box16 {
	overflow: hidden;
	padding: 80px 0 31px 0;
	background: #ffffff;
}
.thumb-box16 .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box16 h2 {
	text-align: center;
}
.thumb-box17 {
	text-align: center;
	border-bottom: 1px solid #a8a098;
	padding-bottom: 121px;
}
.thumb-box18 {
	text-align: center;
}
/* 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 'Lato', "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-pad2 {
	margin: 0 0 50px 0;
}
.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 0 25px 0;
}
.thumb-pad2 figure img {
	border-radius: 100%;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0 20px;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption strong {
	color: #ffffff;
	font: bold 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 14px;
	display: block;
}
.thumb-pad2 .thumbnail .caption p {
	color: #ffffff;
}
.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: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #413734;
	-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 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin-bottom: 7px;
}
.thumb-pad3 .thumbnail .caption .date {
	font: bold 18px/22px 'Lato', "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 'Lato', "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 16px 0;
}
.thumb-pad4 figure img {
	width: 100%;
	border-radius: 15px;
}
.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 'Lato', "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 0 0 70px;
}
.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 img {
	width: 100%;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0 0 30px 0;
	background: #ffffff;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 12px 25px;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption a {
	font: 18px/24px 'Open Sans';
	color: #111;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #e6512e;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 13px 0 0 0;
}
.thumb-pad7 figure {
	margin: 0 0 23px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 26px 0;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail figure {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption time {
	color: #7cc3d8;
	font: bold 16px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 3px;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 5px;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #414042;
	margin: 0;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #22c8ff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #414042;
}
.thumb-pad9 .thumbnail .caption .descrip {
	color: #414042;
	font-size: 16px;
	margin-bottom: 12px;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	color: #414042;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #22c8ff;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	font-size: 16px;
	margin-bottom: 9px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	text-decoration: none;
	display: inline-block;
	padding: 16px 59px;
	font: bold 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 61px;
	color: #ffffff;
	background: #ff9800;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #ff5722;
	text-decoration: none;
}
.btn-default.btn2 {
	text-decoration: none;
	display: inline-block;
	padding: 16px 59px;
	font: bold 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 61px;
	color: #ffffff;
	background: #ff5722;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #ff9800;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 900 18px 'Lato', "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 'Lato', "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 'Lato', "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 'Lato', "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: 18px;
	line-height: 1.428571429;
	margin: 0 0 5px 0;
}
.list1 li a {
	font: 300 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f4eade;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #ff9800;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 5px 0;
	padding-left: 28px;
	background: url(../img/list_arrow.png) 0 7px no-repeat;
}
.list1-1 li a {
	font: 300 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #413734;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #ff5722;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 21px 0;
	overflow: hidden;
}
.list2 li figure {
	float: left;
	margin: 0 30px 0 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 33px 0;
	text-align: center;
}
.list3 li .badge {
	width: 102px;
	height: 102px;
	border-radius: 100%;
	background: #f4eade;
	text-align: center;
	line-height: 102px;
	margin: 0 0 17px 0;
}
.list3 li .badge span {
	font-size: 64px;
	color: #00bcd4;
	vertical-align: middle;
}
.list3 li a {
	font: 900 24px/40px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #37312f;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #00bcd4;
}
.list3 li p {
	margin: 10px 0 0 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 30px;
	overflow: hidden;
}
.list4 li .badge {
	float: left;
	margin-right: 30px;
	font: 900 48px/48px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #37312f;
	width: 70px;
	text-align: center;
	background: none;
	border-radius: 0;
}
.list4 li .badge span {
	display: block;
	font-size: 24px;
	line-height: 24px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 24px 0;
}
.list5 li span {
	font-size: 38px;
	color: #545454;
	float: left;
	margin-right: 23px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 > li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 9px 0;
}
.list6 > li strong {
	font: 800 60px/1em 'Lato', "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: 18px;
	line-height: 1.428571429;
	margin-bottom: 2px;
	overflow: hidden;
}
.list7 li strong {
	color: #ffffff;
	font: 900 48px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 69px;
	height: 69px;
	line-height: 64px;
	text-align: center;
	border-radius: 100%;
	float: left;
	margin-right: 30px;
	background: #ff5722;
}
.list8 {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 82px 0;
}
.errorBox .col-lg-6 {
	text-align: center;
	padding-top: 65px;
	padding-bottom: 30px;
}
.errorBox h2 {
	color: #ff5722;
	font-size: 48px;
	line-height: 58px;
	margin: 0 0 57px 0;
}
/*-----table-----*/
.table1 {
	display: inline-block;
	border: 1px solid #f3f3f3;
	border-bottom: none;
	border-right: none;
	padding: 0;
	background: #fdfdfd;
	margin-bottom: 0;
}
.table1 tr {
	height: 55px;
	vertical-align: middle;
	background: #fdfdfd;
	border-bottom: 1px solid #f3f3f3;
}
.table1 td {
	font: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	width: 286px;
	text-align: center;
	border-right: 1px solid #f3f3f3;
}
.table1 td.firstCol {
	color: #111;
}
.table1 .firstLine td {
	margin: 0;
	font: 16px/59px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e6512e;
	text-transform: uppercase;
}
.table1 .firstLine {
	height: 59px;
	vertical-align: top;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
	text-align: center;
}
.list_carousel1 .carousel1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .carousel1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
}
.list_carousel1 .carousel1 > li figure {
	position: relative;
}
.list_carousel1 .carousel1 > li figure img {
	width: 100%;
}
.list_carousel1 .carousel1 > li figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.list_carousel1 .carousel1 > li figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #18ccc6 url(../img/zoom.png) center center no-repeat;
	background: rgba(24, 204, 198, 0.8) url(../img/zoom.png) center center no-repeat;
	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;
	margin-bottom: 45px !important;
}
.list_btn1 {
	text-align: right;
	position: absolute;
	top: -97px;
	right: 0;
}
.list_btn1 .prev, .list_btn1 .next {
	display: inline-block;
	cursor: pointer;
	margin: 0;
	width: 18px;
	height: 31px;
	border-radius: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .next {
	background: url(../img/next.png) 0 top no-repeat;
}
.list_btn1 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
}
.list_btn1 .prev {
	margin: 0 14px 0 0;
	background: url(../img/prev.png) 0 top no-repeat;
}
.list_btn1 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 18px 0 0 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0 0 30px 0;
	width: 100%;
	outline: none;
	border: 1px solid #ffffff;
	background: #ffffff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #413734;
	padding: 15px 14px;
	height: 50px;
	border-radius: 15px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 485px;
}
.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-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: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 80px;
}
.info p a {
	color: #f05f60;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #464646;
}
.info h4 {
	padding: 15px 0 0 0;
}
.mail {
	color: #ff5722;
	font: 300 18px '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: #413734;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 74px 0 78px 0;
	overflow: hidden;
	text-align: center;
}
footer p {
	font: 18px 'Lato';
	color: #f4eade;
	margin: 0;
}
footer p a {
	color: #f4eade;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ff9800;
}
footer em {
	font-style: normal;
}
footer strong {
	font: 900 24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ff9800;
	margin-bottom: 37px;
	display: block;
}
footer .foo_info {
	margin-bottom: 30px;
}
footer .foo_info p {
	margin-bottom: 0;
}
footer .foo_info p span {
	display: inline-block;
	width: 111px;
}
footer .col-lg-4 {
	margin-bottom: 62px;
}
footer .col-lg-4 p {
	font-weight: 300;
	line-height: 30px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
 padding-bottom: 0;
}
 h1.navbar-brand_ {
 float: none;
}
 nav.tm_navbar {
 float: none;
 margin: 20px 0 0 0;
 padding: 0;
 display: inline-block;
}
 .js-search {
 margin: 65px 47px 0 0 !important;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
}
 .thumb-box14 p {
 padding: 0;
}
 .thumb-pad2-1 .thumbnail .caption {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
 padding-bottom: 0;
}
 .js-search {
 margin: 65px 47px 0 0 !important;
}
 h1.navbar-brand_ {
 float: none;
}
 nav.tm_navbar {
 float: none;
 margin: 20px 0 0 0;
 display: inline-block;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
}
 .thumb-box5 .client_list li {
 margin: 0 0 84px 50px;
}
 .thumb-box14 p {
 padding: 0;
}
 .thumb-pad2-1 .thumbnail .caption {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
 padding: 24px 15px;
}
 h1.navbar-brand_ {
 float: none;
}
 h2 {
 font-size: 40px;
}
 nav.tm_navbar {
 padding: 0;
 float: none;
 margin: 20px 0 0 0;
 display: block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #ff5722;
 background: #ff5722;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .btn-default.btn1,  .btn-default.btn2 {
 font-size: 20px;
 padding: 16px 30px;
}
 .thumb-pad2 .thumbnail .caption {
 padding: 0;
}
 .thumb-box5 .client_list li {
 margin: 0 0 84px 50px;
}
 .thumb-pad3 {
 text-align: center;
}
 .thumb-pad3 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
}
 .thumb-box14 p {
 padding: 0;
}
 .thumb-pad2-1 .thumbnail .caption {
 padding: 0;
}
 .content_map {
 height: 300px !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 16px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad5 figure {
 margin: 0 0 30px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box3 .col-lg-4 {
 width: 100%;
 float: none;
}
 .thumb-box5 .client_list li {
 margin: 0 0 30px 30px;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box5 .client_list li {
 margin: 0 0 30px 0;
 display: block;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
