@import url(fonts.css);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #35343a;
	font: 14px 'Titillium Web', Verdana, Geneva, sans-serif;
	line-height: 1.428571429;
	color: #565552;
}
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: 26px;
	line-height: 26px;
}

.prod p {
    margin-top: 10px;
	margin-bottom: 10px;
	line-height: 26px;
}
.btn {
	display: inline-block;
	font-weight: 700;
	cursor: pointer;
	border: 2px solid #E74C3C;
	background: transparent;
	outline: none;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: relative;
	text-align: center;
	font-size: 15px;
	line-height: 58px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	background-color: #474747;
}
.btn:hover {
  background: #333333;
}


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 {
	max-width: 250px;
}
h2 {
	font: 24px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	color: #242424;
	letter-spacing: 4px;
	text-align: center;
	position: relative;
	padding-bottom: 24px;
}
h2:after {
	width: 170px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -85px;
	background: #242424;
	position: absolute;
	content: '';
}
h2.indent {
	margin: 0 0 15px 0;
}
h3 {
	font: 21px/24px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #242424;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 32px 0;
}

.camera_caption h4 {
	font: 24px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	color: #242424;
	letter-spacing: 4px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

h4 {
	font: 26px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	color: #242424;
	letter-spacing: 4px;
	text-align: left;
	position: relative;
	padding-bottom: 35px;
}
h4:after {
	width: 170px;
	height: 1px;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	background: #242424;
	position: absolute;
	content: '';
}
h4.indent {
	margin: 0 0 10px 0;
}

.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 10px 0 0 0;
	background: #eaeaea;
}
.topnav {
	text-align: left;
	padding: 0 0 50px 0;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #ffffff;
}
header .container {
	position: relative;
}
header .box1 {
	padding: 28px 0 20px 0;
	position: relative;
	z-index: 11;
	background-color: #E74C3C;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E33320;
}
header .box2 {
	overflow: hidden;
	padding: 19px 0 16px 0;
}
header .box2 .follow_box {
	float: right;
	overflow: hidden;
}
header .box2 .link_list {
	padding: 0;
	margin: 13px 0 0 0;
	list-style: none;
	float: left;
}
header .box2 .link_list li {
	float: left;
	margin-left: 12px;
}
header .box2 .link_list li:first-child {
	margin: 0;
}
header .box2 .link_list li a {
	font: 10px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #bbbbb8;
	letter-spacing: 1px;
	text-transform: uppercase;
}
header .box2 .link_list li a:hover {
	color: #009c82;
}
.follow_icon {
	padding: 0;
	margin: 35px 0 0 0;
	list-style: none;
	display: inline-block;
	overflow: hidden;
	float: left;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 5px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 17px;
	line-height: 36px;
	color: #bbbbb8;
	width: 39px;
	height: 39px;
	border-radius: 100%;
	border: 2px solid #bbbbb8;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
	border-color: #009c82;
	background-color: #474747;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 0 38px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li:last-child {
	padding: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 24px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #f7bc46;
	background: none;
}
nav.tm_navbar li.active > span {
	color: #f7bc46;
}
nav.tm_navbar li:hover > a {
	color: #f7bc46;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li:hover > span {
	color: #f7bc46;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #f7bc46;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > span {
	color: #f7bc46;
	-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: -12px;
	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: 175px;
	left: 0;
	top: 59px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	border-radius: 0;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	background-color: #474747;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 9px 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;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	color: #ffffff;
	background: none;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 8px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 12px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #f7bc46 !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: #f7bc46 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 175px;
	left: 100%;
	top: -16px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	border-radius: 0;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	color: #424242;
	background: none;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #f7bc46 !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;
	color: #f7bc46;
	font-size: 28px;
}
#toTop:hover {
	outline: none;
	color: #000000;
}
.who-box {
	overflow: hidden;
	text-align: center;
}
.who-box .col-lg-4 {
	margin-bottom: 43px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 87px 0 49px 0;
	background: #eaeaea;
	text-align: center;
}
.thumb-box1 .title {
	font: 21px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 33px;
	letter-spacing: 1px;
	color: #242424;
}
.thumb-box1 .col-lg-4 {
	margin-bottom: 40px;
}

.thumb-box2 .title {
	margin-bottom: 26px;
}
.thumb-box2 {
	overflow: hidden;
	padding: 91px 0 94px 0;
	text-align: center;
}
.thumb-box2 figure {
	position: relative;
	margin-bottom: 30px;
}
.thumb-box2 figure img {
	width: 100%;
}
.thumb-box2 figure figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
	text-align: center;
	width: 100%;
}
.thumb-box2 figure a {
	font: 21px/24px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box2 figure a:hover {
	color: #f7bc46;
}
.thumb-box2 figure p {
	color: #ffffff;
	margin: 11px 0 0 0;
	line-height: 20px;
}
.thumb-box2 .btn-default.btn2 {
	margin-top: 64px;
}
.thumb-box3 {
	padding: 90px 0 123px 0;
	overflow: hidden;
	background-position: 100% 100%;
	position: relative;
	text-align: center;
	background-image: url(../img/bg_pic.jpg);
}
.thumb-box3 h2 {
	color: #ffffff;
	margin: 0 0 35px 0;
}
.thumb-box3 h2:after {
	background: #ffffff;
}
.thumb-box3 .title {
	color: #ffffff;
	text-transform: uppercase;
	font: 16px 'Titillium Web', Verdana, Geneva, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 14px;
}
.thumb-box3 .title2 {
	font: 60px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 65px;
}
.thumb-box3 p {
	font: 18px/30px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-box4 {
	background: #eaeaea;
	overflow: hidden;
	padding: 90px 0 65px 0;
}
.thumb-box5 {
	overflow: hidden;
	padding: 90px 0 39px 0;
}
.thumb-box6 {
	background: #35343a;
	overflow: hidden;
	padding: 90px 0 24px 0;
}
.thumb-box6 h2 {
	color: #ffffff;
	margin: 0 0 67px 0;
}
.thumb-box6 h2:after {
	background: #ffffff;
}
.thumb-box6 .title {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 18px 'Titillium Web', Verdana, Geneva, sans-serif;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.thumb-box7 {
	background: #35343a;
	overflow: hidden;
	padding: 0 0 62px 0;
	text-align: center;
}
.thumb-box7 .title {
	color: #ffffff;
	font: 45px 'Titillium Web', Verdana, Geneva, sans-serif;
	margin: 0 0 38px 0;
}
.thumb-box7 p {
	color: #8c8a94;
	margin: 21px 0 0 0;
}
.thumb-box8 {
	background: #ffffff;
	padding: 91px 0 20px 0;
	overflow: hidden;
}
.thumb-box81 {
	background: #ffffff;
	padding: 10px 0 10px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-box9 {
	background: #35343a;
	overflow: hidden;
	padding: 90px 0 24px 0;
	text-align: center;
}
.thumb-box9 h2 {
	color: #ffffff;
}
.thumb-box9 h2:after {
	background: #ffffff;
}
.thumb-box9 h3 {
	color: #ffffff;
}
.thumb-box9 p {
	color: #85848d;
}
.thumb-box10 {
	text-align: center;
	overflow: hidden;
	padding: 0 0 64px 0;
}
.thumb-box10 .col-lg-4 {
	margin-top: 31px;
}
.thumb-box11 {
	padding: 100px 0 123px 0;
	overflow: hidden;
	background-position: 100% 100%;
	position: relative;
	text-align: center;
	background-image: url(../img/bg_pic2.jpg);
}
.thumb-box11 .title {
	font: italic 32px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 65px;
}
.thumb-box11 p {
	color: #ffffff;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 30px;
}
.thumb-box12 {
	overflow: hidden;
	padding: 91px 0 94px 0;
	background: #35343a;
	text-align: center;
}
.thumb-box12 figure {
	position: relative;
	margin-bottom: 30px;
}
.thumb-box12 figure img {
	width: 100%;
}
.thumb-box12 figure figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
	text-align: center;
	width: 100%;
}
.thumb-box12 figure a {
	font: 21px/24px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box12 figure a:hover {
	color: #f7bc46;
}
.thumb-box12 figure p {
	color: #ffffff;
	margin: 11px 0 0 0;
	line-height: 20px;
}
.thumb-box12 h2 {
	color: #ffffff;
}
.thumb-box12 h2:after {
	background: #ffffff;
}
.thumb-box12 h3 {
	color: #ffffff;
}
.thumb-box12 .descript {
	color: #85848d;
	margin-bottom: 40px;
}
.thumb-box13 {
	overflow: hidden;
	padding-bottom: 70px;
}
.thumb-box14 {
	overflow: hidden;
	background: #ffffff;
	padding: 91px 0 31px 0;
}
.errorBox {
	text-align: center;
	padding-bottom: 90px;
}
.errorBox strong {
	font: 300px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #35343a;
	margin-bottom: 54px;
	letter-spacing: 25px;
	display: block;
}

/* contact address
========================================================*/
address {
  font-style: normal;
}
* + address.h5 {
	margin-top: 21px;
	color: #333;
}
address.h5 + * {
  margin-top: 17px;
}

.addr1 {
  margin-top: 9px;
  color: #333;
}
.addr1 dl {
  padding-left: 0;
  margin-top: 0px;
  max-width: 335px;
}
.addr1 dl dt, .addr1 dl dd {
  display: inline-block;
}
.addr1 dl dt {
  width: 20%;
  min-width: 53px;
}
.addr1 dl dd {
  width: 75%;
}
.addr1 dl dd a:hover {
  color: #ff4b33;
}
.addr1 dl dd + dt {
  margin-top: 0;
}
.addr1 dl dt + dd {
  margin-top: 0;
}
.addr1 .mail dt {
  width: 20%;
  min-width: 53px;
}
.addr1 .mail dd {
  font-size: 16px;
  color: #ff4b33;
}
.addr1 .mail dd a:hover {
  color: #333;
}
@media (max-width: 1199px) {
  .addr1 dl dt, .addr1 .mail dt {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .addr1 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

/* thumbs
========================================================*/
.thumb-pad0 {
	text-align: center;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #067C8B;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 250px;
	font-weight: bold;
	padding: 0;
}
.thumb-pad02 {
	text-align: center;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #445070;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 250px;
	font-weight: bold;
	padding: 0;
}
.thumb-pad03 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #0274A3;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 250px;
	font-weight: bold;
	padding: 0;
}
.thumb-pad03 a {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-family: 'Titillium Web', Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height: 250px;
}
.thumb-pad0 a {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-family: 'Titillium Web', Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height: 350px;
}
.thumb-pad02 a {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-family: 'Titillium Web', Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height: 250px;
}
.thumb-pad1 {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 21px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #242424;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 31px;
}
.thumb-pad1 .thumbnail figure {
	position: relative;
	margin-bottom: 58px;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail figure figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
	text-align: center;
	width: 100%;
}
.thumb-pad1 .thumbnail figure a {
	font: 21px/24px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail figure a:hover {
	color: #f7bc46;
}
.thumb-pad1 .thumbnail figure p {
	color: #ffffff;
	margin: 11px 0 0 0;
	line-height: 20px;
}

.thumb-pad21 {
	text-align: center;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	padding: 20px;
}
.thumb-pad21 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad21 figure {
	margin: 0 0 10px 0;
}
.thumb-pad21 figure img {
	width: 100%;
}

.thumb-pad21 .thumbnail figure a {
	position: relative;
	display: block;
}
.thumb-pad21 .thumbnail figure a em {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #444444 url(../img/zoom.png) center center no-repeat;
	background: rgba(68, 68, 68, 0.8) url(../img/zoom.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad21 .thumbnail figure a: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-pad2 {
	margin: 0 0 20px 0;
	text-align: center;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	padding: 20px 20px 55px 20px;
}
.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 10px;
}
.thumb-pad2 figure {
	margin: 0 0 60px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	padding-bottom: 17px;
	text-align: center;
	border: 1px solid #bbb;
}
.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 p {
	margin: 0;
	color: #9c9a9a;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 22px;
}
.thumb-pad3 .thumbnail .caption p:after {
	width: 190px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -95px;
	background: #ededed;
	position: absolute;
	content: '';
}
.thumb-pad3 .thumbnail .caption strong {
	font: 20px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #2b2b2b;
	margin-bottom: 9px;
	display: block;
}
.thumb-pad3 figure {
	margin: 0 0 28px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.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 60px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	font: 21px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #242424;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #f7bc46;
}
.thumb-pad5 figure {
	margin: 0 0 58px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0;
	text-align: left;
}
.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 a {
	font: 14px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #22c8ff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #2b2b2b;
}
.thumb-pad6 .thumbnail figure {
	padding: 0;
	margin: 0 30px 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 strong {
	font: 18px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #414042;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #a09fa0;
}
.thumb-pad7 .thumbnail .caption a {
	font: 15px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #22c8ff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #414042;
}
.thumb-pad7 figure {
	margin: 0 0 20px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 39px 30px 52px 30px;
	border: 1px solid #e4e4e4;
	background: #fefefe;
	text-align: center;
}
.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 p {
	margin: 0;
}
.thumb-pad8 .thumbnail .caption strong {
	font: bold 18px/21px 'Titillium Web', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 16px;
}
.thumb-pad8 .badge {
	margin: 0 0 21px 0;
	padding: 0;
	width: 97px;
	height: 97px;
	border-radius: 100%;
	background: #ffffff;
	text-align: center;
	font: 600 48px/91px 'Open Sans';
	color: #ababab;
	border: 1px solid #e4e4e4;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #fff;
	padding: 20px;
	border: 1px solid #e0e0e0;
}
.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 .lnk {
	font: 21px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #242424;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .lnk:hover {
	color: #f7bc46;
}
.thumb-pad9 .thumbnail .caption .descrip {
	color: #565552;
	margin: 31px 0 27px 0;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	color: #f7bc46;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #565552;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}
.thumb-pad9 figure img {
	width: 100%;
}
.thumb-pad9 figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	font: 21px/43px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #242424;
	text-transform: uppercase;
	text-align: center;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 10px 'Titillium Web', Verdana, Geneva, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #242424;
	background: none;
	text-transform: uppercase;
	float: none;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #d0253c;
	background: none;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 80px;
	font: 14px/48px 'Titillium Web', Verdana, Geneva, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #242424;
	background: none;
	border: 1px solid #35343a;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #f7bc46;
	background: #35343a;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 15px 'Titillium Web', Verdana, Geneva, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #22c8ff;
	background: none;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #414042;
	text-shadow: none;
	background: none;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 92px;
	font: 14px/56px 'Titillium Web', Verdana, Geneva, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #f7bc46;
	background: none;
	border: 1px solid #f7bc46;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #f7bc46;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 37px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
}
.list1 li a {
	color: #85848d;
	font: 12px 'Titillium Web', Verdana, Geneva, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #cbcbcd;
}
.list1-1 {
	margin: 0 0 37px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
}
.list1-1 li a {
	color: #85848d;
	font: 12px 'Titillium Web', Verdana, Geneva, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #cbcbcd;
}
.list1-1 li span {
	color: #cbcbcd;
	font-size: 17px;
	width: 20px;
	margin: 3px 5px 0 0;
	float: left;
}
.list1-2 {
	margin: 0 0 37px 0;
	padding: 0;
	list-style: none;
}
.list1-2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 6px 0;
}
.list1-2 li a {
	color: #ffffff;
	font: 12px 'Titillium Web', Verdana, Geneva, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-2 li a:hover {
	color: #f7bc46;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 15px;
	position: relative;
	float: left;
}
.list2 li:first-child {
	margin: 0;
}
.list2 li:first-child:after {
	display: none;
}
.list2 li::after {
 width: 1px;
 height: 12px;
 top: 2px;
 left: -7px;
 background: #85848d;
 position: absolute;
 content: '';
}
.list2 li a {
	display: block;
	color: #85848d;
	font: 12px 'Titillium Web', Verdana, Geneva, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #f7bc46;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list3 img {
	max-width: 180px;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 47px 60px;
	display: inline-block;
}
.list3 li:first-child {
	margin: 0;
}
.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 52px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 25px 0 37px 0;
	list-style: none;
	text-align: center;
}
.list5.indent {
	padding: 25px 0 70px 0;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
	overflow: hidden;
}
.list5 li a {
	font: 18px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #242424;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #f7bc46;
}
.list5-1 {
	margin: 0;
	padding: 25px 0 37px 0;
	list-style: none;
	text-align: center;
}
.list5-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
	overflow: hidden;
}
.list5-1 li a {
	font: 18px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #f7bc46;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5-1 li a:hover {
	color: #ffffff;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 44px 0;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li strong {
	font: 15px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #414042;
	text-transform: uppercase;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 51px;
}
.list7 li span {
	display: block;
	text-align: center;
	color: #f7bc46;
	font-size: 60px;
	margin-bottom: 15px;
}
.list7 li p {
	margin: 0;
}
.list8 {
	margin: 0 0 71px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 52px 0;
	text-align: center;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li .description {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #242323;
	margin-bottom: 10px;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.izotope-box {
	margin: 90px 0 0 0;
}
.element {
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	height: auto !important;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.element figure {
	position: relative;
}
.element figure img {
	width: 100%;
}
.element 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);
}
.element figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #444444 url(../img/zoom.png) center center no-repeat;
	background: rgba(68, 68, 68, 0.8) url(../img/zoom.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	display: inline-block;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 430px;
	outline: none;
	border: 1px solid #d4d4d4;
	background: #ffffff;
	font: 14px 'Titillium Web', Verdana, Geneva, sans-serif;
	line-height: 18px;
	color: #565552;
	padding: 10px 14px;
	height: 41px;
	resize: none;
	margin-bottom: 49px;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 485px;
}
.content_map.indent {
	height: 403px;
	margin-bottom: 94px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Georgia', "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;
	text-align: center;
}
.info p {
	margin-bottom: 52px;
}
.mail {
	color: #f7bc46;
	font: 14px 'Titillium Web', Verdana, Geneva, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #565552;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 92px 0 120px 0;
	overflow: hidden;
	background: #35343a;
}
footer p {
	font: 12px/21px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #85848d;
	margin: 0;
}
footer p a {
	color: #949494;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer .priv {
	font: 14px 'Titillium Web', Verdana, Geneva, sans-serif;
	color: #cbcbcd;
	margin: 0 0 8px 0;
}
footer .priv a {
	color: #cbcbcd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .priv a:hover {
	color: #ffffff;
}
footer .priv strong {
	color: #f7bc46;
	font-size: 14px;
	text-transform: uppercase;
}
footer em {
	font-style: normal;
}
footer .title {
	font: 300 18px/1em 'Titillium Web', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #f7bc46;
	margin-bottom: 12px;
	letter-spacing: 1px;
}
footer .contact-box {
	text-align: right;
}
footer .contact-box .info-box {
	margin-bottom: 37px;
}
footer .contact-box .info-box p {
	margin: 0;
}
footer .contact-box .info-box p span {
	display: inline-block;
}
footer .contact-box .info-box p a {
	color: #85848d;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .contact-box .info-box p a:hover {
	color: #ffffff;
}
footer .col-lg-12 {
	text-align: right;
	padding-top: 109px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar li a {
 font-size: 16px;
}
 header .box2 {
 text-align: center;
 padding: 39px 0 0 0;
}
 header .box2 .follow_box {
 float: none;
}
 header .box2 .link_list {
 float: none;
 text-align: center;
 display: block;
 margin: 0 0 30px 0;
}
 header .box2 .link_list li {
 display: inline-block;
 float: none;
}
 header .box2 .follow_icon {
 float: none;
 text-align: center;
 display: block;
 margin: 0 0 30px 0;
}
 header .box2 .follow_icon li {
 display: inline-block;
 float: none;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 10px;
}
 .thumb-box2 figure p {
 display: none;
}
 .thumb-box2 figure figcaption {
 margin-top: -25px;
}
 .thumb-box3 .title2 {
 font-size: 40px;
 margin-bottom: 30px;
}
 .thumb-box11 .title {
 font-size: 40px;
}
 footer .align-box {
 text-align: right;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header .box2 {
 text-align: center;
 padding: 39px 0 0 0;
}
 header .box2 .follow_box {
 float: none;
}
 header .box2 .link_list {
 float: none;
 text-align: center;
 display: block;
 margin: 0 0 30px 0;
}
 header .box2 .link_list li {
 display: inline-block;
 float: none;
}
 header .box2 .follow_icon {
 float: none;
 text-align: center;
 display: block;
 margin: 0 0 30px 0;
}
 header .box2 .follow_icon li {
 display: inline-block;
 float: none;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
 .js-search {
 margin: 20px 0 0 0 !important;
}
 nav.tm_navbar {
 padding: 0;
 float: none;
 margin: 0;
 display: block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #f2f4f6;
 background: #f2f4f6;
 color: #8c8c8c;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box3 .title2 {
 font-size: 40px;
 margin-bottom: 30px;
}
 .content_map {
 height: 250px;
}
 .btn-default.btn4 {
 padding: 0 70px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 text-align: left;
}
 .thumb-box11 .title {
 font-size: 40px;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search-404 {
 display: block;
}
 #search-404 input {
 width: 100%;
}
 .errorBox strong {
 font-size: 200px;
 letter-spacing: 10px;
}
 footer .align-box {
 text-align: right;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-box2 figure p {
 display: none;
}
 .thumb-box2 figure figcaption {
 margin-top: -25px;
}
 .list3 li {
 margin: 0px 0px 47px 15px;
}
 .thumb-pad4 figure {
 margin: 0 0 40px 0;
 float: none;
}
 .thumb-pad4 .thumbnail .caption {
 text-align: center;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list1-1 li span {
 float: none;
}
 .thumb-pad6 .thumbnail figure {
 float: none;
 margin: 0 0 20px 0;
}
 footer .col-lg-3,  footer .col-lg-12 {
 text-align: center !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
