@import url(//fonts.googleapis.com/css?family=Audiowide);
@import url(//fonts.googleapis.com/css?family=Play:400,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #2c3130 url(../img/pattern2.png) repeat;
	font: 13px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #514f4f;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	background: none;
	outline: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
 outline: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 21px;
	font-size: 1.4em;
}
h1.navbar-brand_ {
	margin: 0 25px 0 0;
	padding: 33px 44px 28px 20px;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../img/pattern1.png) repeat;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
.logo_title {
	font: 15px/18px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2d2e;
	float: left;
	margin: 45px 0 0 0;
}
h2 {
	font: bold 48px/45px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 33px 0;
	color: #302d32;
}
h3 {
	font: 18px/24px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d50000;
	margin: 0 0 22px 0;
}
h4 {
	font: 14px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #282d32;
	text-transform: uppercase;
	margin: 0 0 26px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff url(../img/pattern3.png) repeat;
}
.content.indent {
	padding: 66px 0 0 0;
	background: #ffffff url(../img/pattern3.png) repeat;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #ffffff;
}
header .box {
	padding: 0;
	background: url(../img/pattern2.png) repeat;
}
header .box:after {
	display: table;
	width: 100%;
	clear: both;
	content: '';
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 13px;
	line-height: 21px;
	padding: 0;
	margin: 0 1px 0 0;
	float: left;
}
nav.tm_navbar li:before {
	width: 1px;
	height: 18px;
	background: #bcbcbc;
	content: '';
	position: absolute;
	top: 50%;
	right: -1px;
	margin: -9px 0 0 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 27px 30px;
	font: 14px 'Audiowide';
	text-transform: uppercase;
	color: #ffffff;
	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: #d50000 !important;
}
nav.tm_navbar li.active > span {
	color: #2e312c !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #d50000 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #2e312c !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #d50000 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > span {
	color: #2e312c !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4px;
	color: #ffffff;
	font-size: 12px;
	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: 118px;
	left: 0;
	top: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	border-radius: 0;
	padding: 5px 16px 5px 16px;
	margin: 0;
	text-align: left;
	background: #2c3130;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li a {
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 1px;
	left: auto;
	width: auto !important;
	color: #ffffff !important;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #d50000 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #d50000 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 102px;
	top: -10px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #d50000;
	padding: 5px 16px 0 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-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: #090f09 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 6px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 30px 0 0 0;
}
.thumb-box1 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box1 strong {
	font: bold 48px/1em 'Play';
	text-transform: uppercase;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thumb-box1 span {
	font: 30px/1em 'Play';
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.thumb-box1 p {
	font: 12px/18px 'Play';
	margin: 0;
	max-width: 290px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-box1 a {
	color: inherit;
	display: block;
	min-height: 238px;
	overflow: hidden;
	position: relative;
	background: #ffffff no-repeat center center;
	background-size: cover;
	z-index: 1;
	color: #ffffff;
}
.thumb-box1 a:hover strong, .thumb-box1 a:hover span {
	margin-left: -300px;
}
.thumb-box1 a:hover p {
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-box1 a:hover:before {
	webkit-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.thumb-box1 a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-box1 a.box1 {
	background-image: url(../img/banner1.jpg);
}
.thumb-box1 a.box2 {
	background-image: url(../img/banner2.jpg);
}
.thumb-box1 a.box3 {
	background-image: url(../img/banner3.jpg);
}
.thumb-box1 a:after {
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.5);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thumb-box1 a:before {
	position: absolute;
	content: '\f0c1';
	font-family: FontAwesome;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
	z-index: 1;
	background: #d50000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-box1 .wrap {
	display: table;
	min-height: inherit;
}
.thumb-box1 .wrap .wrap_content {
	padding: 66px 10px 0 37px;
	/*display: table-cell;*/
  vertical-align: middle;
}
.thumb-box2 {
	padding: 70px 0 0 0;
	overflow: hidden;
}
.thumb-box2 strong {
	font: bold 24px/1em 'Play';
	color: #d50000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}
.thumb-box2 strong:before {
	content: '';
	float: left;
	margin: 0 13px 0 0;
	background: url(../img/icon1.png) no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
}
.thumb-box2 strong.title1:before {
	background: url(../img/icon1.png) no-repeat;
}
.thumb-box2 strong.title2:before {
	background: url(../img/icon2.png) no-repeat;
}
.thumb-box2 strong.title3:before {
	background: url(../img/icon3.png) no-repeat;
}
.thumb-box2 span {
	display: block;
	margin-bottom: 23px;
	font: 14px/21px 'Play';
	color: #282d32;
	text-transform: uppercase;
}
.thumb-box2 a {
	font-size: 30px;
	color: #d50000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box2 a:hover {
	color: #282d32;
}
.thumb-box2 .col-lg-4 {
	margin-bottom: 45px;
}
.thumb-box3 {
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: url(../img/pattern2.png) repeat;
}
.thumb-box3:after {
	background: url(../img/pattern2.png) repeat;
	position: absolute;
	top: 0;
	left: -50%;
	margin: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
}
.thumb-box3.indent .box {
	background: url(../img/bg_pic4.jpg) left center no-repeat;
}
.thumb-box3.indent:after {
	left: auto;
	right: -50%;
	margin-right: 50px;
}
.thumb-box3 strong {
	font: 65px/1em 'Audiowide';
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 4px 0;
}
.thumb-box3 span {
	font: 28px/1em 'Audiowide';
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 33px 0;
}
.thumb-box3 p {
	color: #ffffff;
	text-transform: uppercase;
	font: 16px/24px 'Play';
	margin-bottom: 50px;
}
.thumb-box3 .box {
	background: url(../img/bg_pic1.jpg) right center no-repeat;
	padding: 115px 0 120px 0;
}
.thumb-box3 .box .container {
	position: relative;
	z-index: 2;
}
.thumb-box4 {
	padding: 65px 0 0 0;
	background: #ffffff;
	overflow: hidden;
}
.thumb-box4 strong {
	font: bold 48px/45px 'Play';
	color: #302d32;
	display: block;
	margin: 0 0 25px 0;
}
.thumb-box4 span {
	font: 18px/30px 'Play';
	color: #d50000;
	display: block;
	margin: 0 0 21px 0;
}
.thumb-box4 p {
	margin-bottom: 35px;
}
.thumb-box4 .col-lg-6 {
	margin-bottom: 67px;
}
.thumb-box5 {
	padding: 82px 0 36px 0;
	position: relative;
	background-image: url(../img/bg_pic2.jpg);
	background-position: center 0;
	background-size: cover;
	background-attachment: fixed;
}
.thumb-box5 figure {
	border: 8px solid #a0a3a9;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 37px;
}
.thumb-box5 figure img {
	border-radius: 100%;
}
.thumb-box5 .title {
	font: 52px/48px 'Audiowide';
	color: #ffffff;
	text-transform: uppercase;
	margin: 67px 0 20px 0;
}
.thumb-box5 strong {
	font: 30px 'Play';
	color: #ffffff;
	margin-bottom: 34px;
	display: block;
}
.thumb-box5 p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 48px;
}
.thumb-box6 {
	background: url(../img/pattern2.png) repeat;
	padding: 115px 0 34px 0;
	overflow: hidden;
}
.thumb-box6 strong {
	font: 72px/1em 'Audiowide';
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 4px 0;
}
.thumb-box6 span {
	font: 30px/1em 'Audiowide';
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 33px 0;
}
.thumb-box7 {
	background-image: url(../img/bg_pic3.jpg);
	background-position: center 0;
	background-size: cover;
	background-attachment: fixed;
	padding: 117px 0 0 0;
}
.thumb-box7.indent {
	background-image: url(../img/bg_pic5.jpg);
	padding-bottom: 60px;
}
.thumb-box7 strong {
	font: 30px/35px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	display: block;
	margin: 0 0 5px;
}
.thumb-box7 h2 {
	text-transform: uppercase;
	color: #ffffff;
	font: 52px/48px 'Audiowide';
}
.thumb-box7 p {
	color: #ffffff;
}
.thumb-box7 .col-lg-4 {
	margin-bottom: 45px;
}
.thumb-box8 {
	padding: 0 0 34px 0;
	overflow: hidden;
}
.thumb-box9 {
	padding: 66px 0 34px 0;
	overflow: hidden;
	background: #ffffff;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box10 {
	background: url(../img/pattern2.png) repeat;
	padding: 115px 0 34px 0;
	overflow: hidden;
}
.thumb-box10 strong {
	font: 72px/1em 'Audiowide';
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 4px 0;
}
.thumb-box10 span {
	font: 30px/1em 'Audiowide';
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 33px 0;
}
.thumb-box10 p {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 51px;
}
.thumb-box10 .col-lg-4 {
	margin-bottom: 90px;
}
.thumb-box11 {
	background: #ffffff;
	padding: 67px 0 0 0;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1:hover .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #f0efef;
	box-shadow: inset 0 0 0 6px #f0efef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.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 {
	border: 1px solid #f0efef;
	margin-bottom: 34px;
	position: relative;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail figure:after {
	-webkit-box-shadow: inset 0 0 0 0 transparent;
	box-shadow: inset 0 0 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad1 .caption {
	padding: 0;
	color: #514f4f;
}
.thumb-pad1 .caption strong {
	font: bold 30px/1em 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6090b6;
	display: block;
	margin-bottom: 17px;
}
.thumb-pad1 .caption hr {
	margin: 12px 0 25px 0;
	border-color: #dfdfdf;
}
.thumb-pad2 {
	margin: 0;
	padding: 0 0 40px;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad2 .thumbnail figure {
	border: 5px solid #a0a3a9;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 27px;
	position: relative;
}
.thumb-pad2 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad2 .caption {
	padding: 0;
	color: #514f4f;
}
.thumb-pad2 .caption h4 {
	color: #ffffff;
	margin: 0 0 3px;
}
.thumb-pad2 .caption p {
	color: #ffffff;
}
.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;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
	font-size: 30px;
	color: #d50000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #282d32;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad4:hover figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #f0efef;
	box-shadow: inset 0 0 0 6px #f0efef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.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 20px 0;
	position: relative;
}
.thumb-pad4 figure:after {
	-webkit-box-shadow: inset 0 0 0 0 transparent;
	box-shadow: inset 0 0 0 0 transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 30px;
	padding: 5px;
	background: #fdfdfd;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 26px 16px 8px 16px;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	font: 18px/30px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d50000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #514f4f;
}
.thumb-pad5 .thumbnail figure {
	margin: 0;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 60px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption time {
	color: #ffffff;
	text-transform: uppercase;
	font: 300 30px 'Open Sans';
}
.thumb-pad7 {
	margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 28px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: 300 14px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
	display: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 35px;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #efefef;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 25px 0 0 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #333;
	font: 800 13px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
	color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #72a80c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
	margin: 13px 0 13px 3px;
	display: block;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	font: 13px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65c6bb;
	margin: 0 30px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
	color: #65c6bb;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 17px 24px;
	font: bold 18px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #464646;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #d50000;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 17px 24px;
	font: bold 18px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d50000;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #464646;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 16px 38px;
	font: bold 18px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d50000;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	float: none;
	margin: 21px 0 0 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #2c3130;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.list1 li a {
	font: 15px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2d2e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	margin-right: 11px;
	color: #d50000;
	vertical-align: middle;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #d50000;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.list1-1 li a {
	font: 15px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	margin-right: 11px;
	color: #d50000;
	vertical-align: middle;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #d50000;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 50px 0;
}
.list2 li .badge {
	margin: 0 31px 0 0;
	padding: 4px 0 0 0;
	border-radius: 0;
	background: #f4f5f5;
	text-align: center;
	border: none;
	font: 300 60px/1em 'Open Sans';
	text-transform: uppercase;
	color: #e74c3c;
	width: 100px;
	height: 100px;
	float: left;
}
.list2 li .badge span {
	font-size: 30px;
	line-height: 1em;
	display: block;
	margin-top: -3px;
}
.list2 li p {
	margin: 5px 0 0 0;
}
.list2 li a {
	font: 20px/25px 'Open Sans';
	color: #99bf38;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #2a2a2a;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2-1.indent li a {
	color: #ffffff;
}
.list2-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 0 26px;
	background: url(../img/list_arrow.html) 0 5px no-repeat;
}
.list2-1 li a {
	font: 15px 'Open Sans';
	color: #2a2a2a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #99bf38;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 9px;
	overflow: hidden;
}
.list4 li .badge {
	border: none;
	background: none;
	border-radius: 0;
	float: left;
	margin: -8px 30px 0 0;
	width: 70px;
	font: bold 48px/1em 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #302d32;
	text-align: center;
	text-transform: uppercase;
}
.list4 li .badge span {
	display: block;
	color: #d50000;
	font-size: 24px;
	line-height: 1em;
	margin: -3px 0 0 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 22px 0;
	padding-left: 53px;
	position: relative;
}
.list5 li:before {
	content: '\f10d';
	color: #ffffff;
	font-size: 36px;
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
}
.list5 li p {
	font-size: 18px;
	line-height: 30px;
}
.list5 li h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #514f4f;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.html) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 11px;
}
.list7 li span {
	float: left;
	margin: 10px 41px 0 0;
	width: 59px;
	height: 59px;
	background: #d50000;
	text-align: center;
	color: #ffffff;
	font: 40px/59px 'Audiowide';
	position: relative;
}
.list7 li span:after {
	width: 11px;
	height: 21px;
	content: '';
	position: absolute;
	top: 9px;
	right: -11px;
	background: url(../img/tr.png) no-repeat;
}
.list7 li p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.list8 {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0;
}
/*-----tabs-----*/
.nav-tabs2 {
	margin-bottom: 0;
	border: none;
	margin-top: 0;
}
.nav-tabs2 li {
	margin: 0 0 2px;
}
.nav-tabs2 li a {
	background: #dfdfdf;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none;
	font: bold 18px/54px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c3130;
	margin-right: 0;
	padding: 0 10px;
	border-radius: 0;
	text-transform: none;
	position: relative;
	text-transform: uppercase;
	height: 54px;
	border-top: none;
	text-align: center;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.nav-tabs2 li a:hover {
	background: #d50000 !important;
	color: #ffffff !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.nav-tabs2 li a:focus {
	outline: none;
}
.nav-tabs2 > .active > a, .nav-tabs2 > .active > a:hover {
	background: #d50000 !important;
	color: #ffffff !important;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 28px 0 0 0;
	position: relative;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 40px;
	width: 100%;
	outline: none;
	border: none;
	background: rgba(39, 39, 39, 0.1);
	font: 14px/18px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 38px;
	line-height: 18px;
	color: #514f4f;
	padding: 9px 16px;
	resize: none;
}
#search {
	padding: 0;
	margin: 21px 0 0 0;
	float: right;
	position: relative;
}
#search a {
	position: absolute;
	top: 4px;
	right: 14px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#search a:after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 14px;
}
#search a:hover {
	color: #d50000;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 269px;
	outline: none;
	background: #3d413d;
	border: 1px solid #3d413d;
	font: 13px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 5px 30px 5px 15px;
	height: 30px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 600px;
	margin: 17px 0 0 0;
}
.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-style-iw {
	color: #333;
}
.gm-wrapper {
	margin-left: 0;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 205px;
	display: inline-block;
}
.info p a {
	color: #d50000;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #514f4f;
}
.mail {
	color: #d50000;
	font: bold 13px 'Play', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #514f4f;
	text-decoration: none;
}
.errorBox {
	padding-bottom: 70px;
}
.errorBox figure {
	text-align: center;
}
.errorBox h2 {
	font-weight: bold;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 0 0 30px 0;
	overflow: hidden;
}
footer p {
	font: 16px 'Play';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 18px;
	text-align: center;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #2a292a;
}
footer em {
	font-style: normal;
}
footer figure {
	background: url(../img/pattern1.png) repeat;
	padding: 46px 44px 28px 20px;
	display: inline-block;
}
footer .follow_icon li a {
	color: #ffffff;
}
footer .follow_icon li a:hover {
	color: #d50000;
}
footer strong {
	font: bold 24px 'Play';
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin: 10px 0 9px 0;
}
footer address span {
	font: bold 14px/20px 'Play';
	text-transform: uppercase;
	color: #ddd;
	display: block;
	margin: 0 0 7px 0;
}
footer address span a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer address span a:hover {
	color: #d50000;
}
.follow_icon {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	margin: 0 0 0 28px;
	overflow: hidden;
	float: left;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	color: #d50000;
	font-size: 40px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #2c2d2e;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .thumb-box1 {
 margin-top: -303px;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li a {
 padding: 27px 20px;
}
 .follow_icon li {
 margin: 0 0 0 20px;
}
 .thumb-box3 strong {
 font-size: 40px;
}
 .thumb-box5 {
 text-align: center;
}
 .who-box .col-lg-4 {
 margin-bottom: 40px;
}
 .info p span {
 width: 85px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar li a {
 padding: 27px 20px;
}
 .follow_icon li {
 margin: 0 0 0 20px;
}
 header {
 text-align: center;
}
 header .box {
 /* padding-bottom: 10px; */
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
}
 #search {
 display: inline-block;
 float: none;
}
 h1.navbar-brand_ {
 float: none;
 margin: 0;
}
 .logo_title {
 float: none;
}
 .thumb-box3 strong {
 font-size: 40px;
}
 .follow_icon {
 float: none;
 display: inline-block;
}
 .thumb-box5 {
 text-align: center;
}
 .who-box .col-lg-4 {
 margin-bottom: 40px;
}
 .thumb-box7 h2 {
 font-size: 35px;
 line-height: 1em;
}
 .thumb-box6 strong {
 font-size: 51px;
}
 .thumb-box10 strong {
 font-size: 51px;
}
 .info p span {
 width: 85px;
}
 .content_map {
 height: 250px;
}
 .errorBox img {
 width: 100%;
}
 footer figure {
 text-align: center;
 display: block;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #d50000;
 background: #d50000;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 header {
 text-align: center;
}
 header .box {
 padding-bottom: 10px;
 display: none;
}
 nav.tm_navbar {
 float: none;
 display: block;
}
 nav.tm_navbar .nav {
 /* display: none; */
}
 #search {
 display: inline-block;
 float: none;
}
 h1.navbar-brand_ {
 float: none;
 margin: 0;
}
 .logo_title {
 float: none;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3:after {
 left: 0 !important;
}
 .thumb-box3 .box {
 padding: 40px 10px;
}
 .thumb-box3 strong {
 font-size: 35px;
}
 .thumb-box3 span {
 font-size: 25px;
}
 .thumb-box3 p {
 font-size: 13px;
 line-height: 20px;
}
 .follow_icon {
 float: none;
 display: inline-block;
}
 .thumb-box4 strong {
 font-size: 30px;
 line-height: 1em;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 figure {
 display: block;
}
 .thumb-box5 figure img {
 width: 100%;
}
 .thumb-box5 .title {
 font-size: 35px;
 line-height: 1em;
}
 .who-box .col-lg-4 {
 margin-bottom: 40px;
}
 .thumb-box7 h2 {
 font-size: 35px;
 line-height: 1em;
}
 .thumb-box6 strong {
 font-size: 34px;
}
 .thumb-box10 strong {
 font-size: 51px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad3 .thumbnail figure {
 margin: 0 0 30px;
 float: none;
}
 .thumb-pad3 .thumbnail figure img {
 width: 100%;
}
 .info p span {
 width: 85px;
}
 .content_map {
 height: 250px;
}
 footer figure {
 text-align: center;
 display: block;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 footer .col-xs-6 {
 width: 100%;
 float: none;
 text-align: center;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box1 strong {
 font-size: 30px;
}
 .thumb-box1 span {
 font-size: 23px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

.menu2 {
    display: none;
}

@media (max-width: 767px) {
	
.menu2 {
    display: block;
}	
	
.menu2 a {
    margin: 10px 19px 2px 10px;
    display: inline-block;
    color: white;
}

}