@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #444444;
}
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: 21px;
	line-height: 22px;
}
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: 36px/43px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 27px 0;
	color: #333;
	letter-spacing: -1px;
}
h3 {
	font: 24px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 2px 0;
	color: #ff3d00;
}
h4 {
	font: bold 24px/29px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #323433;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 71px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 97px 75px 31px 75px;
	z-index: 11;
	background: url(../images/bg_pic1.jpg) no-repeat;
}
header.indent {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0;
	margin: 14px 10% 0 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 39px;
	font: 300 30px/61px 'Raleway';
	color: #ffffff;
	border-radius: 61px;
	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: #f7941d;
}
nav.tm_navbar li.active > span {
	color: #ffffff;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #f7941d;
	-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: #f7941d;
	-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: -14px;
	color: #ffffff;
	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: 206px;
	left: -18px;
	top: 180px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	border-radius: 0;
	padding: 15px 0 15px 0;
	margin: 0;
	text-align: left;
	margin-top: -103px;
	z-index: -1;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
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 14px;
	margin: 0;
	float: none;
	display: block;
	font: 300 14px/39px 'Lato';
	color: #444444;
	background: transparent;
	text-transform: none;
	text-indent: 0;
	border-radius: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 9px;
	left: auto;
	width: auto !important;
	color: #333;
	font-size: 22px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #f7941d !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.16);
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #f7941d !important;
	-webkit-box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.16);
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 235px;
	left: 100%;
	top: -15px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	border-radius: 0;
	padding: 15px 0;
	margin: 0 0 0 2px;
	text-align: left;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0 32px;
	margin: 0;
	float: none;
	display: block;
	font: 300 14px/39px 'Lato';
	color: #444444;
	background: transparent;
	text-transform: none;
	text-indent: 0;
	border-radius: 0;
	-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: #f7941d !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: #444444;
	font-size: 61px;
}
#toTop:hover {
	outline: none;
	color: #ff3d00;
}
.who-box {
	overflow: hidden;
	padding: 0 0 0 0;
}
.who-box .col-lg-4 {
	margin-bottom: 35px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 75px 0 79px 0;
	background: #e2e2e2;
}
.thumb-box1 strong {
	font: 36px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	display: block;
	margin-bottom: 26px;
}
.thumb-box1 p {
	margin-bottom: 24px;
}
.thumb-box1 a.enlace {
	font: 300 24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 a.enlace:hover {
	color: #333;
}
.thumb-box2 {
	overflow: hidden;
	background: url(../images/page1_pic1.jpg) left 0 no-repeat;
	background-size: 50%;
}
.thumb-box2 > div {
	background: #ffffff;
	width: 50%;
	float: right;
	padding: 107px 10px 114px 90px;
}
.thumb-box2 > div strong {
	font: 300 60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 20px;
	display: block;
}
.thumb-box2 > div p {
	margin-bottom: 35px;
}
.thumb-box3 {
	overflow: hidden;
	background: url(../images/page1_pic2.jpg) right 0 no-repeat;
	background-size: 50%;
}
.thumb-box3 > div {
	background: #ffffff;
	width: 50%;
	float: left;
	padding: 107px 10px 114px 90px;
}
.thumb-box3 > div strong {
	font: 300 60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 20px;
	display: block;
}
.thumb-box3 > div p {
	margin-bottom: 35px;
}
.thumb-box4 {
	overflow: hidden;
	background: url(../images/page1_pic3.jpg) left 0 no-repeat;
}
.thumb-box4 > div {
	background: #ffffff;
	width: 50%;
	float: right;
	padding: 107px 10px 114px 90px;
}
.thumb-box4 > div strong {
	font: 300 60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 20px;
	display: block;
}
.thumb-box4 > div p {
	margin-bottom: 35px;
}
.thumb-box5 {
	overflow: hidden;
	background: url(../images/page1_pic4.jpg) right 0 no-repeat;
}
.thumb-box5 > div {
	background: #ffffff;
	width: 50%;
	float: left;
	padding: 107px 10px 114px 90px;
}
.thumb-box5 > div strong {
	font: 300 60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 20px;
	display: block;
}
.thumb-box5 > div p {
	margin-bottom: 35px;
}
.thumb-box6 {
	overflow: hidden;
	background: #eee;
	padding: 140px 0 92px 0;
	text-align: center;
}
.thumb-box6 .box {
	width: 216px;
	float: left;
	text-align: left;
	margin: 0 4% 40px 4%;
}
.thumb-box6 strong {
	font: 800 24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444444;
	margin-bottom: 35px;
	display: block;
}
.thumb-box7 {
	overflow: hidden;
	padding: 127px 0 0 0;
	text-align: center;
}
.thumb-box7 .title {
	font: 300 72px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444444;
	margin-bottom: 38px;
}
.thumb-box7 p {
	font-size: 18px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 90px 0 0 0;
	background: #eee;
}
.thumb-box9 {
	overflow: hidden;
	padding: 110px 0 32px 0;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box10 {
	overflow: hidden;
	padding: 46px 0 63px 0;
}
.thumb-box10 .col-lg-2 {
	margin-bottom: 40px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 0 0 30px 0;
}
.thumb-box12 {
	overflow: hidden;
	padding: 90px 0 94px 0;
	background: #e2e2e2;
}
.thumb-box13 {
	overflow: hidden;
	padding: 70px 0 44px 0;
}
.thumb-box13 .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box14 {
	overflow: hidden;
	padding: 0 0 25px 0;
}
.thumb-box15 {
	overflow: hidden;
	padding: 50px 0 55px 0;
}
.thumb-box15 h3 {
	margin-bottom: 25px;
}
.thumb-box15 p {
	margin-bottom: 0;
}
.thumb-box15 p span {
	width: 150px;
	display: inline-block;
}
.thumb-box15 p a {
	color: #ff3d00;
}
.thumb-box15 p a:hover {
	color: #444;
}
.thumb-box15 .col-lg-4 {
	margin-bottom: 48px;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 59px 0;
}
.errorBox .col-sm-6 {
	margin-bottom: 50px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	padding: 50px 0 38px 0;
	text-align: center;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail span {
	font-size: 99px;
	color: #ffffff;
	display: block;
	margin-bottom: 27px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0 20px;
}
.thumb-pad1 .thumbnail .caption a {
	color: #ffffff;
	font: 900 22px/30px 'Lato';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-pad2 {
	margin: 0 0 30px 0;
	background: #e2e2e2;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 30px 20px;
}
.thumb-pad2 .thumbnail .caption a {
	font: 24px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3d00;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #333;
}
.thumb-pad2 .thumbnail .caption p {
	margin: 2px 0 0 0;
}
.thumb-pad2 figure {
	margin: 0;
	position: relative;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 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);
}
.thumb-pad2 figure:hover i strong {
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad2 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #f7941d;
	background: rgba(247, 148, 29, 0.5);
	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);/*&:after {
            content:'+';
            font-size:55px;
            line-height:1em;
            color:@white;
            text-align:center;
            top: 42%;
            left: 47%;
            position:relative;
        }*/
}
.thumb-pad3 {
	margin: 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
	font: 300 24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #333;
}
.thumb-pad3 figure {
	margin: 0 0 15px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.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 .thumbnail .caption time {
	font: 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444444;
}
.thumb-pad4 figure {
	margin: 0 0 27px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 50px 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 time {
	color: #444444;
	font: 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-pad5 .thumbnail .caption a {
	font: 300 24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #333;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0 0 28px 0;
}
.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 .thumbnail .caption p {
	color: #999;
	margin-bottom: 12px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 15px 0 0;
	float: left;
}
.thumb-pad7 {
	margin: 0 0 44px 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 .thumbnail .caption a {
	font: 24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #444444;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 1px 0 0 0;
}
.thumb-pad7 figure {
	margin: 0 0 24px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 26px 0;
	padding: 0;
	text-align: left;
	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;
	float: left;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption p {
	font-size: 24px;
	line-height: 30px;
	color: #323433;
	margin-bottom: 30px;
}
.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 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 19px 37px;
	font: 24px/1em 'Lato';
	margin: 0;
	border-radius: 62px;
	color: #ff3d00;
	background: transparent;
	border: 2px solid #ff3d00;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #ff3d00;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 29px;
	font: 18px/54px 'Lato';
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #f75314;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #7dbb00;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 29px;
	font: 18px/54px 'Lato';
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #323433;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #f75314;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 79px;
	font: 28px/77px 'Lato';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	background: #f75314;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #323433;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 6px 0;
}
.list1 li a {
	font: 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #444444;
	text-decoration: underline;
}
.list1-1 {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding-left: 16px;
	background: url(../images/list_point1.png) 0 6px no-repeat;
}
.list1-1 li a {
	color: #ffffff;
	font: 300 14px 'Roboto';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #e93402;
}
.list2 {
	margin: 0;
	padding: 0 0 9px 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 11px 0;
	padding-left: 24px;
	overflow: hidden;
	background: url(../images/list_arrow.png) 0 6px no-repeat;
}
.list2 li a {
	font: 16px/24px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f75314;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #aeaeae;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 40px 0;
}
.list3 li figure {
	float: left;
	margin: 5px 30px 0 0;
}
.list3 li a {
	font: 24px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 2px 0;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #333;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 42px;
}
.list4 li time {
	font: 18px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444444;
	display: block;
	margin: 0 0 1px 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 1px 1px;
	width: 33%;
	float: left;
}
.list5 li img {
	width: 100%;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 > li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 24px 0;
}
.list6 > li .badge {
	padding: 0;
	margin: 0 21px 0 0;
	width: 70px;
	height: 77px;
	float: left;
	border-radius: 0;
	border: none;
	background: #f75314;
	font: 900 36px/77px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list6 > li .title {
	font: bold 24px/29px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #323433;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 26px;
}
.list7 li .badge {
	position: relative;
	border-radius: 100%;
	background: #e2e2e2;
	width: 70px;
	height: 70px;
	color: #333;
	font: 300 60px/57px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin: 18px 30px 0 0;
	text-align: center;
}
.list7 li p {
	margin: 0;
}
.list7 li .extra-wrap {
	padding: 15px 0 0 0;
}
.list8 {
	margin: 0 0 63px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li .title {
	font: bold 16px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #323433;
	margin-bottom: 3px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo.foo1 {
	padding: 26px 0 0 0;
}
.list_carousel1 .foo.foo2 img {
	width: auto;
}
.list_carousel1 .foo > li {
	padding: 0;
	float: left;
	text-align: center;
	margin-right: 0;
	cursor: default;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	top: 0;
	margin: 0;
	text-align: center;
	padding: 0;
}
.foo-btn .foo_pag1 {
	top: -4px;
}
.foo-btn .foo_pag2.pagination {
	padding: 40px 0 0 0;
}
.foo-btn .foo_pag2.pagination a {
	background: #ffffff !important;
	margin: 0 0 0 16px;
}
.foo-btn .foo_pag2.pagination a:hover {
	background: #f75314 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.foo-btn .foo_pag2.pagination a.selected {
	background: #f75314 !important;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	/*width: 16px;
	height: 16px;*/
	/*padding: 0 !important;*/
	margin: 0 0 0 8px;
	display: inline-block;
	background: #c3c3c3 !important;
	border: none !important;
	border-radius: 100%;
	cursor: pointer;
	/*-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #f75314 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.pagination a.selected {
	background: #f75314 !important;
}
.pagination a span {
	display: none;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 27px 0 0 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #dadbdc;
	background: none;
	font: 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #444444;
	padding: 17px;
	height: 54px;
	resize: none;
	margin-bottom: 40px;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 522px;
}
.content_map.indent {
	height: 527px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.gmap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.gmap 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 'Raleway', "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: 28px;
}
.mail {
	color: #ff3d00;
	font: 14px 'Raleway', "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: #444;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 43px 0 105px 0;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
}
footer p {
	font: 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444444;
	margin: 0;
}
footer p a {
	color: #444444;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ff3d00;
}
footer em {
	font-style: normal;
}
.follow_icon {
	padding: 0;
	margin: 30px 0 30px;
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 51px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 61px;
	line-height: 1em;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #444444;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1501px) {
 .container {
 padding: 0;
}
}
@media (min-width: 1400px) and (max-width: 1500px) {
 .container {
 padding: 0;
}
 .thumb-box6 .box {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (min-width: 1219px) and (max-width: 1399px) {

}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
 padding: 30px 10px 31px 10px;
}
 h1.navbar-brand_ {
 float: none;
}
 nav.tm_navbar {
 float: none;
 margin: 25px 0 0 0;
 display: inline-block;
}
 nav.tm_navbar li a {
 padding: 0 30px;
 line-height: 50px;
 font-size: 20px;
}
 .js-search {
 margin: 5% 43px 0 0 !important;
}
 .thumb-box6 .box {
 text-align: center;
 width: 100%;
 display: block;
 margin: 0 0 40px 0;
}
 .thumb-box2,  .thumb-box3,  .thumb-box4,  .thumb-box5 {
 background: none;
 text-align: center;
 border-bottom: 1px solid #eee;
}
 .thumb-box2 > div,  .thumb-box3 > div,  .thumb-box4 > div,  .thumb-box5 > div {
 padding: 50px;
 width: 100%;
 float: none;
}
 .btn-default.btn1 {
 padding: 12px 27px;
 font-size: 21px;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
 padding: 25px 10px 31px 10px;
}
 h1.navbar-brand_ {
 float: none;
 margin: 0 0 71px 0;
}
/* .js-search {
 margin: 28px -30px 0 0 !important;
 top: 85px !important;
 right: 50% !important;
}*/
 nav.tm_navbar {
 padding: 0;
 float: none;
 margin: 20px 0 6px 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 #f2f4f6;
 background: #f2f4f6;
 color: #8c8c8c;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box6 {
 padding: 60px 0;
}
 .thumb-box6 .box {
 text-align: center;
 width: 100%;
 display: block;
 margin: 0 0 40px 0;
}
 .thumb-box7 {
 padding: 50px 0 0 0;
}
 .thumb-box7 .title {
 font-size: 50px;
}
 .follow_icon li {
 margin: 0 0 0 33px;
}
 .follow_icon li a {
 font-size: 28px;
}
 .thumb-box2,  .thumb-box3,  .thumb-box4,  .thumb-box5 {
 background: none;
 text-align: center;
 border-bottom: 1px solid #eee;
}
 .thumb-box2 > div,  .thumb-box3 > div,  .thumb-box4 > div,  .thumb-box5 > div {
 padding: 50px;
 width: 100%;
 float: none;
}
 .thumb-box2 > div strong,  .thumb-box3 > div strong,  .thumb-box4 > div strong,  .thumb-box5 > div strong {
 font-size: 40px;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .btn-default.btn1 {
 padding: 12px 27px;
 font-size: 21px;
}
 .content_map {
 height: 300px !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .follow_icon li {
 margin: 0 0 0 20px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 /*.js-search {
 margin: 28px -30px 0 0 !important;
 top: 85px !important;
 right: 50px !important;
}*/
 .thumb-pad5 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad5 figure img {
 width: auto;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad5 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
