@import url(http://fonts.googleapis.com/css?family=Sanchez);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
/* Stuck menu styles
========================================================*/
.isStuck {
	z-index: 99;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 7px 0;
	background: #333;
	margin: 0;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #000000;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #000000;
}
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: 24px;
	line-height: 24px;
}
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: 30px/30px 'Sanchez';
	color: #000000;
	margin: 0 0 26px 0;
}
h3 {
	font: 18px/53px 'Sanchez';
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	border-top: 3px solid #ed2017;
	border-bottom: 1px solid #ed2017;
}
h3.indent {
	border-top: none;
	border-bottom: none;
	line-height: 24px;
}
h3.indent2 {
	margin: 0 0 29px 0;
}
h4 {
	font: 18px/20px 'Roboto';
	color: #000000;
	margin: 0 0 19px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 30px 0 0 0;
	background: #ffffff;
}
.content.indent {
	padding: 30px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 29px 0 0 0;
	z-index: 11;
	background: #1b1b1b;
}
header .box {
	padding: 7px 0;
	margin-top: 30px;
	background: #333;
}
.follow_icon {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	float: right;
}
.follow_icon li {
	float: left;
	margin-left: 15px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ed2017;
}
.caption-bottom {
	font: 18px/43px 'Sanchez';
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: #ed2017;
	padding: 0 30px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.caption-bottom:hover {
	color: #ed2017;
	background: #1b1b1b;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 26px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 4px 5px;
	font: bold 14px 'Roboto';
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a::before, nav.tm_navbar li a::after {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background: #ffffff;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::before {
 top: 0;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::after {
 bottom: 0;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > a::before, nav.tm_navbar li.active > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a::before, nav.tm_navbar li:hover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a::before, nav.tm_navbar .sfHover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -21px;
	color: #333;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 159px;
	left: 0;
	top: 50px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #1b1b1b;
	background: rgba(27, 27, 27, 0.8);
	padding: 17px;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 4px 0;
	line-height: 20px;
	padding: 0;
	display: block;
	position: relative;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: bold 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
}
nav.tm_navbar .sub-menu > ul li a::before, nav.tm_navbar .sub-menu > ul li a::after {
 display: none !important;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: none;
	position: absolute;
	left: auto;
	right: 0px;
	top: 1px;
	color: #ffffff;
	font-size: 14px;
	width: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	text-decoration: underline;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	text-decoration: underline;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 165px;
	left: 143px;
	top: -17px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #1b1b1b;
	background: rgba(27, 27, 27, 0.8);
	padding: 17px;
	margin: 0;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: bold 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	text-decoration: underline;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #333;
	font-size: 31px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #ed2017;
}
.banner1 {
	position: relative;
	margin-bottom: 30px;
}
.banner1 figure img {
	width: 100%;
}
.banner1 .caption {
	text-align: center;
	position: absolute;
	padding: 60px 0 0 0;
	top: 0;
	left: 0;
	right: 0;
}
.banner1 .caption .title {
	font: bold 18px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.banner1 .caption .description {
	font: bold 30px/36px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.banner2 {
	position: relative;
	margin-bottom: 30px;
}
.banner2 figure img {
	width: 100%;
}
.banner2 .caption {
	text-align: right;
	position: absolute;
	padding: 110px 25px 0 0;
	top: 0;
	left: 0;
	right: 0;
}
.banner2 .caption p {
	font: bold 12px/24px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.banner2 .caption .title {
	font: bold 30px/30px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.banner2 .caption .description {
	font: bold 24px/24px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.banner3 {
	position: relative;
	margin-bottom: 30px;
}
.banner3 figure img {
	width: 100%;
}
.banner3 .caption {
	text-align: right;
	position: absolute;
	padding: 70px 25px 0 0;
	top: 0;
	left: 0;
	right: 0;
}
.banner3 .caption p {
	font: bold 12px/24px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.banner3 .caption .title {
	font: bold 30px/30px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.banner3 .caption .description {
	font: bold 24px/24px 'Roboto';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.who-box {
	overflow: hidden;
	border-bottom: 20px solid #f1f1f1;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 0 0 30px 0;
	border-bottom: 20px solid #f1f1f1;
}
.thumb-box2 {
	overflow: hidden;
	padding: 28px 0 0 0;
}
.thumb-box3 {
	overflow: hidden;
	padding: 24px 0;
}
.thumb-box4 {
	padding: 24px 0 0 0;
	overflow: hidden;
}
.thumb-box5 {
	padding: 0;
	overflow: hidden;
}
.thumb-box5 .col-lg-3, .thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	margin-bottom: 44px;
}
.thumb-box6 {
	overflow: hidden;
	padding: 0 0 30px 0;
	border-bottom: 20px solid #f1f1f1;
}
.thumb-box7 {
	overflow: hidden;
	padding: 24px 0 22px 0;
}
.thumb-box7 h4 {
	margin-bottom: 4px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 0 0 40px 0;
}
.thumb-box9 {
	overflow: hidden;
	padding: 0;
}
.errorBox {
	text-align: center;
}
.errorBox1 {
	padding-top: 32px;
	padding-bottom: 70px;
}
.errorBox1 .title {
	font: 100px/100px 'Sanchez';
	color: #ed2017;
	margin-bottom: 12px;
}
.errorBox1 .description {
	font: 36px/36px 'Sanchez';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 35px;
	letter-spacing: -2px;
}

/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure {
	position: relative;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail figure span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	font: 18px/20px 'Sanchez';
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}
.thumb-pad2 {
	overflow: hidden;
	margin: 0 0 24px 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 12px;
}
.thumb-pad2 .thumbnail .caption img {
	margin-bottom: 11px;
}
.thumb-pad2 .thumbnail .caption time {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	display: block;
}
.thumb-pad2 .thumbnail .caption time a {
	color: #ed2017;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption time a:hover {
	color: #000000;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 40px 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;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #ed2017;
}
.thumb-pad3 figure {
	margin: 0 0 15px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
}
.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;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 26px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 23px 0;
}
.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 .review {
	color: #ed2017;
}
.thumb-pad5 .thumbnail .caption a {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #000000;
	margin-bottom: 6px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #ed2017;
}
.thumb-pad5 figure {
	margin: 0 0 25px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption h2 {
	margin-bottom: 18px;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 12px;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 {
	margin: 0 0 50px 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 h2 {
	margin-bottom: 13px;
}
.thumb-pad7 .thumbnail .caption time {
	display: block;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 14px;
}
.thumb-pad7 .thumbnail .caption img {
	margin-bottom: 11px;
}
.thumb-pad7 .thumbnail .caption .bt p {
	float: left;
	margin: 0 0 13px 0;
}
.thumb-pad7 .thumbnail .caption .bt .lnk {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ed2017;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .bt .lnk:hover {
	color: #000000;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail figure {
	position: relative;
	overflow: hidden;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail figure span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	font: 30px/36px 'Sanchez';
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad8 .thumbnail figure em {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #000000 url(../img/zoom.png) center center no-repeat;
	background: rgba(0, 0, 0, 0.6) 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);
}
.thumb-pad8 .thumbnail figure:hover em {
	-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-pad8 .thumbnail figure:hover span {
	bottom: -150px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad9 .thumbnail figure {
	position: relative;
	overflow: hidden;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail figure span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	font: 18px/18px 'Sanchez';
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad9 .thumbnail figure em {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #000000 url(../img/zoom.png) center center no-repeat;
	background: rgba(0, 0, 0, 0.6) 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);
}
.thumb-pad9 .thumbnail figure:hover em {
	-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-pad9 .thumbnail figure:hover span {
	bottom: -100px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: underline;
	display: inline-block;
	padding: 0;
	font: bold 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #000000;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #000000;
	background: none;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ed2017;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #000000;
	background: none;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	float: left;
	padding: 0 8px;
	font: 11px/20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 2px 0 0 10px;
	border-radius: 0;
	border: 1px solid #eee;
	color: #000000;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #ed2017;
	border-color: #ed2017;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 18px 'Sanchez';
	margin: 0;
	border-radius: 0;
	color: #ed2017;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #000000;
	background: none;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0 0 16px 0;
	padding: 0;
}
.list1 li a {
	font: 12px 'Roboto', "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;
}
.list1 li a:hover {
	color: #ed2017;
}
.list2 {
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0 0 12px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #c7c7c7;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li .title {
	font: 18px/30px 'Sanchez';
	color: #000000;
	margin-bottom: 3px;
}
.list2 li a {
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #ed2017;
}
.list2 li:last-child {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0 0 16px 0;
	padding: 0 0 0 19px;
	background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list3 li a {
	font: 12px 'Roboto', "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;
}
.list3 li a:hover {
	color: #ed2017;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0 0 16px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
}
.list4 li .badge {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #333;
	text-align: center;
	color: #ffffff;
	font: bold 36px/63px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin: 4px 30px 0 0;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li:last-child {
	border-bottom: none;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0 0 19px 0;
	overflow: hidden;
}
.list5 li .badge {
	width: 70px;
	height: 70px;
	border-radius: 0;
	background: none;
	text-align: center;
	color: #ed2017;
	font-size: 48px;
	float: left;
	margin: -4px 30px 0 0;
}
.list5 li p {
	margin-bottom: 0;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list8 {
	padding: 0;
	margin: 0 0 48px 0;
	list-style: none;
}
.list8 li {
	margin-bottom: 18px;
}
.list8 li p {
	margin-bottom: 0;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 32px 0 0 0;
	position: relative;
}
#search-404 a {
	position: absolute;
	top: 11px;
	right: 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	padding: 11px 35px 11px 14px;
	height: 43px;
	resize: none;
}
#search {
	margin: 13px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 10px;
	right: 15px;
	-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: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 667px;
	border: 1px solid #ffffff;
	font: bold 14px 'Roboto';
	color: #333;
	background: #ffffff;
	padding: 11px 35px 11px 30px;
	height: 43px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.content_map {
	margin-bottom: 50px;
}
.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;
}
.content_map {
	position: relative;
	height: 420px;
}
.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 'Roboto', "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;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 145px;
}
.info p a {
	color: #ed2017;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #000000;
}
.mail {
	color: #ed2017;
	font: 14px 'Roboto', "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: #000000;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 29px 0;
	text-align: center;
	overflow: hidden;
}
footer p {
	font: 14px 'Roboto';
	color: #ffffff;
	margin-bottom: 0;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #ed2017;
}
footer span {
	padding: 0 5px;
}
footer br {
	display: none;
}
footer em {
	font-style: normal;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header #search {
 float: none;
}
 header #search input {
 width: 100%;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .banner2 .caption {
 padding: 60px 25px 0 0;
}
 .banner3 .caption {
 padding: 30px 25px 0 0;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header #search {
 float: none;
}
 header #search input {
 width: 100%;
}
 .thumb-pad7 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad8 .thumbnail figure span {
 font-size: 18px;
 line-height: 18px;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 width: 100%;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header #search {
 float: none;
}
 header #search input {
 width: 100%;
}
 header .follow_icon {
 margin: 15px 0 0 0;
 float: none;
 display: inline-block;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #ed2017;
 background: #ed2017;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .banner1 .caption {
 top: 40%;
 padding: 0 15px;
}
 .banner2 .caption {
 padding: 0 15px;
 text-align: center;
 top: 40%;
}
 .banner2 .caption br {
 display: none;
}
 .banner3 .caption {
 padding: 0 15px;
 text-align: center;
 top: 40%;
}
 .banner3 .caption br {
 display: none;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-box6 .col-lg-8 {
 margin-bottom: 50px;
}
 .thumb-pad7 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad7 figure img {
 width: 100%;
}
 .thumb-pad8 .thumbnail figure span {
 font-size: 18px;
 line-height: 18px;
}
 .errorBox {
 margin-bottom: 30px;
}
 .map iframe {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .banner1 .caption {
 top: 25%;
}
 .banner2 .caption {
 top: 25%;
}
 .banner3 .caption {
 top: 25%;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .banner1 .caption {
 top: 20%;
}
 .banner1 .caption .title {
 font-size: 20px;
}
 .banner2 .caption {
 top: 20%;
}
 .banner2 .caption .title {
 font-size: 20px;
}
 .banner3 .caption {
 top: 20%;
}
 .banner3 .caption .title {
 font-size: 20px;
}
 .thumb-pad6 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .list4 li .badge {
 float: none;
 margin: 0 0 20px 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad6 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
