@import url(//fonts.googleapis.com/css?family=Contrail+One);
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #121b2c;
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #7e7e7e;
}
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: 30px;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;
}
h1.navbar-brand_ {
	margin: 35px 0 0 0;
	padding: 0;
	float: none;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 34px/1em 'Contrail One';
	margin: 0 0 44px 0;
	padding: 58px 0 0 0;
	color: #3e3e3e;
	border-top: 2px solid #111316;
}
h3 {
	font: 22px/30px 'Contrail One';
	margin: 0 0 18px 0;
	text-transform: uppercase;
	color: #5a5a5a;
}
h3.indent {
	margin: 0;
}
h4 {
	font: 26px/1em 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 32px 0;
	color: #7e7e7e;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 50px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
.main {
	position: relative;
}
header {
	position: relative;
	margin: 0;
	padding: 0 0 46px;
	z-index: 11;
	width: 100%;
	background: #f44029;
}
header .container {
	position: relative;
}
.bg_pic {
	background: url(../img/gallery.jpg) center 0 no-repeat;
	background-size: cover;
	min-height: 104px;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 1;
	border: none;
	padding: 0;
	margin: 64px 0 0 0;
	float: none;
	min-height: 0;
	display: inline-block;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 0 40px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 24px 'Contrail One';
	color: #ffffff;
	background: none;
	z-index: 1;
}
nav.tm_navbar li.active > a {
	color: #ffd180;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #ffd180;
	background: none;
}
nav.tm_navbar .sfHover > a {
	color: #ffd180;
	background: none;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -15px;
	color: #ffffff;
	font-size: 10px;
	z-index: 1;
	-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: auto;
	min-width: 115px;
	text-align: center;
	left: -15px;
	top: 64px;
	list-style: none !important;
	zoom: 1;
	z-index: 1;
	padding: 25px 27px 9px 27px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
}
nav.tm_navbar .sub-menu > ul:before {
	position: absolute;
	content: '';
	top: -6px;
	left: 50%;
	margin: 0 0 0 -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 1;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 7px 0 !important;
	line-height: 20px;
	padding: 0 0 6px;
	display: block;
	position: relative;
	border-bottom: 1px dotted #faafa5;
}
nav.tm_navbar .sub-menu > ul li:after {
	display: none;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 17px 'Contrail One';
	color: #f44029;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:after {
	display: none;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: none;
	position: absolute;
	left: auto;
	right: -10px;
	top: 3px;
	color: #121b2c;
	font-size: 14px;
	width: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	color: #3e3e3e !important;
	background: none !important;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	color: #3e3e3e !important;
	background: none !important;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	text-align: center;
	width: auto;
	min-width: inherit;
	left: 100%;
	top: -23px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #121b2c;
	padding: 25px 27px 9px 27px;
	margin: 0 0 0 27px;
}
nav.tm_navbar .sub-menu ul ul li {
	border-bottom-color: #4b525e;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 17px 'Contrail One';
	color: #5f6878;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	color: #ffffff !important;
	background: none !important;
	text-decoration: none;
	-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;
	text-indent: -999px;
	width: 37px;
	height: 37px;
	border-radius: 100%;
	background: #ffffff url(../img/top.png) center center no-repeat;
}
#toTop:hover {
	outline: none;
	background-color: #f44029;
}
.who-box {
	position: relative;
	background: #ffffff;
	padding: 0 0 75px;
	z-index: 1;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box1 {
	margin: 0;
	padding: 97px 0 0 0;
	position: relative;
	background: #f44029;
	z-index: 1;
}
.thumb-box1 figure {
	text-align: center;
}
.thumb-box1 span {
	color: #ffffff;
	font: 36px/1em 'Contrail One';
	margin: 0 0 23px;
	display: block;
}
.thumb-box1 p {
	font: italic 300 20px/30px 'Roboto';
	color: #ffffff;
	margin: 0 0 32px;
}
.thumb-box1 .col-lg-4 {
	padding-bottom: 102px;
	position: relative;
}
.thumb-box1 .col-lg-4:after {
	width: 193px;
	height: 56px;
	content: '';
	display: block;
	position: absolute;
	bottom: -56px;
	left: 50%;
	margin-left: -96px;
	background: url(../img/romb1.png) no-repeat;
}
.thumb-box1 .col-lg-8 {
	padding-bottom: 102px;
}
.thumb-box2 {
	padding: 127px 0 100px 0;
	text-align: center;
	overflow: hidden;
}
.thumb-box2 strong {
	text-align: right;
	color: #f44029;
	font: 34px/1em 'Contrail One';
	display: block;
	padding-bottom: 13px;
	margin: 0 0 86px;
	border-bottom: 2px solid #111316;
}
.thumb-box2 .title {
	margin: 0 0 28px;
	font: 34px 'Contrail One';
	color: #3e3e3e;
}
.thumb-box2 figure {
	height: 70px;
	margin: 0 0 26px;
}
.thumb-box2 p {
	font-style: italic;
	margin-bottom: 36px;
}
.thumb-box2 .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box3 {
	padding: 90px 0;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.thumb-box3:after {
	width: 193px;
	height: 56px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	background: url(../img/romb2.png) no-repeat;
}
.thumb-box3 strong {
	font: 72px/1em 'Racing Sans One';
	color: #3c3c3c;
	display: block;
	margin: 0 0 32px;
	text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
}
.thumb-box3 span {
	font: 20px/1em 'Contrail One';
	color: #424242;
	display: block;
	text-transform: uppercase;
	margin: 0 0 46px;
}
.thumb-box3 p {
	font: italic 20px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3a3a3a;
}
.thumb-box4 {
	margin: 30px 0 0 0;
	padding: 0 0 103px;
	position: relative;
}
.thumb-box4 figure {
	float: left;
	width: 33.3%;
	position: relative;
}
.thumb-box4 figure img {
	width: 100%;
}
.thumb-box4 figure figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -20px 0 0 0;
	text-align: center;
}
.thumb-box4 figure figcaption a {
	color: #ffffff;
	font: 34px/1em 'Contrail One';
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box4 figure figcaption a:after {
	content: '\f18e';
	color: inherit;
	font-size: 22px;
	display: block;
	font-family: 'FontAwesome';
	margin: 10px 0 0 0;
}
.thumb-box4 figure figcaption a:hover {
	color: #f44029;
}
.thumb-box5 {
	padding: 0 0 100px;
}
.thumb-box5 strong {
	display: block;
	border-top: 2px solid #111316;
	padding: 70px 0 67px 0;
	font: 34px/1em 'Contrail One';
	color: #3b3b3b;
	margin: 0;
}
.thumb-box5 time {
	color: #f44029;
	font: 50px/1em 'Contrail One';
	display: block;
	margin: 0 0 20px;
}
.thumb-box5 span {
	margin: 0 0 15px;
	font: 22px/30px 'Contrail One';
	color: #5a5a5a;
	display: block;
	text-transform: uppercase;
}
.thumb-box5 p {
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
}
.thumb-box5 .box {
	margin-bottom: 50px;
}
.fw_video iframe {
	border: none;
}
.thumb-box6 {
	padding: 180px 0 50px 0;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.thumb-box6:after {
	width: 193px;
	height: 56px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	background: url(../img/romb2.png) no-repeat;
}
.thumb-box6.indent {
	background-image: url(../img/bg_pic2.jpg);
	padding-bottom: 100px;
}
.thumb-box6.indent2 {
	background-image: url(../img/bg_pic3.jpg);
}
.thumb-box7 {
	padding: 144px 0 66px 0;
}
.thumb-box7 .col-lg-4 {
	margin: 0 0 50px;
}
.thumb-box7.indent {
	padding-bottom: 140px;
}
.thumb-box8 {
	padding: 180px 0 100px 0;
	position: relative;
	background-image: url(../img/bg_pic3.jpg);
	background-position: center center;
	background-size: cover;
}
.thumb-box8:after {
	width: 193px;
	height: 56px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	background: url(../img/romb2.png) no-repeat;
}
.thumb-box8 .col-lg-6 {
	margin: 0 0 18px;
}
.thumb-box8-1 {
	padding: 180px 0 67px 0;
	position: relative;
	background-image: url(../img/bg_pic4.jpg);
	background-position: center center;
	background-size: cover;
}
.thumb-box8-1:after {
	width: 193px;
	height: 56px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	background: url(../img/romb2.png) no-repeat;
}
.spacer {
	min-height: 163px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 40px 0;
}
.thumb-pad1.indent {
	margin-bottom: 14px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	overflow: hidden;
	background: none;
	text-align: left;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption strong {
	display: block;
	font: 20px 'Paytone One';
	color: #333;
	margin-bottom: 11px;
}
.thumb-pad1 figure {
	margin: 0 0 13px 0;
	border-bottom: 1px solid #f44029;
	padding: 0;
	position: relative;
	background: #f44029;
}
.thumb-pad1 figure img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 figure a {
	display: block;
}
.thumb-pad1 figure em {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 65px;
	text-align: center;
	color: #ffffff;
	font: 30px/65px 'Paytone One';
	z-index: 1;
}
.thumb-pad1 figure em:after {
	width: 100%;
	height: 100%;
	content: '';
	background: #f44029;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 figure:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 figure:hover em:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1-1 {
	margin: 0 0 62px 0;
}
.thumb-pad1-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: left;
}
.thumb-pad1-1 .thumbnail .caption {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad1-1 figure {
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
	position: relative;
}
.thumb-pad1-1 figure time {
	background: #121b2c;
	display: inline-block;
	padding: 12px 0;
	color: #ffffff;
	font: bold 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -21px 0 0 -75px;
	width: 150px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumb-pad2 {
	margin: 0 0 32px 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 {
	margin: 0 0 50px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption h3 {
	margin: 0;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3-1 {
	margin: 0;
	padding: 0 70px 20px 70px;
	text-align: left;
}
.thumb-pad3-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption .lnk {
	font: 800 16px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
.thumb-pad3-1 .thumbnail .caption .lnk img {
	margin: -5px 11px 0 0;
	float: left;
}
.thumb-pad3-1 .thumbnail .caption .lnk a {
	color: #333;
}
.thumb-pad3-1 figure {
	margin: 0 42px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad4-1 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad4-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4-1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4-1 figure {
	margin: 0 0 22px 0;
}
.thumb-pad4-1 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 28px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	color: #f44029;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #333;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
	display: inline-block;
}
.thumb-pad6 {
	margin: 0;
	padding: 0 0 17px;
	overflow: hidden;
	text-align: left;
}
.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;
}
.thumb-pad6 figure {
	margin: 0 0 18px 0;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0 0 30px 0;
	background: #ffffff;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 12px 25px;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption a {
	font: 18px/24px 'Open Sans';
	color: #111;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #e6512e;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 13px 0 0 0;
}
.thumb-pad7 figure {
	margin: 0 0 23px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 26px 0;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail figure {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption time {
	color: #7cc3d8;
	font: bold 16px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 3px;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 5px;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #414042;
	margin: 0;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #22c8ff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #414042;
}
.thumb-pad9 .thumbnail .caption .descrip {
	color: #414042;
	font-size: 16px;
	margin-bottom: 12px;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	color: #414042;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #22c8ff;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	font-size: 16px;
	margin-bottom: 9px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 18px 40px;
	vertical-align: middle;
	font: 22px 'Contrail One';
	border: 2px solid #ffffff;
	position: relative;
	z-index: 1;
	background: none;
	color: #ffffff;
	border-radius: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.btn-default.btn1:after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 18px 40px;
	border-radius: 0;
	color: #f44029;
	-webkit-transform-origin: -25% 50%;
	transform-origin: -25% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
}
.btn-default.btn1:before {
	width: 100%;
	height: 100%;
	background: #ffffff;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.btn-default.btn1:hover {
	background: none;
	color: #ffffff;
	border-color: #ffffff;
	outline: none;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-default.btn1:hover:after {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-default.btn1:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
}
.btn-default.btn2 {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0;
	font: 24px 'Contrail One';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: none;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffd180;
	background: none;
	text-decoration: none;
}
.btn-default.btn3 {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0;
	font: 24px 'Contrail One';
	margin: 0;
	border-radius: 0;
	color: #3e3e3e;
	background: none;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #f44029;
	background: none;
	text-decoration: none;
}
.btn-default.btn4 {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px;
	vertical-align: middle;
	font: 24px 'Contrail One';
	border: none;
	position: relative;
	z-index: 1;
	background: #f44029;
	color: #ffffff;
	border-radius: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.btn-default.btn4:after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	border-radius: 0;
	color: #f44029;
	-webkit-transform-origin: -25% 50%;
	transform-origin: -25% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
}
.btn-default.btn4:hover {
	background: #ffffff;
	color: #ffffff;
	outline: none;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-default.btn4:hover:after {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 6px 0;
	overflow: hidden;
}
.list1 li a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #de8e15;
}
.list1-1 {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
.list1-1 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding-left: 16px;
	background: url(../img/list_point1.png) 0 6px no-repeat;
}
.list1-1 li a {
	color: #ffffff;
	font: 300 14px 'Roboto';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #e93402;
}
.list2 {
	margin: 0;
	padding: 0 0 7px;
	list-style: none;
}
.list2 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	position: relative;
	word-spacing: -2px;
}
.list2 li a {
	font: italic 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7e7e7e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #f44029;
}
.list2 li:before {
	content: "\f0a9";
	font-family: FontAwesome;
	margin-right: 12px;
	font-size: 13px;
	vertical-align: middle;
	color: #f44029;
}
.list2-1 {
	margin: 0;
	padding: 0 0 14px 0;
	list-style: none;
	display: inline-block;
	text-align: left;
}
.list2-1 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	position: relative;
}
.list2-1 li a {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #f44029;
}
.list2-1 li:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	font-size: 18px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 30px 0;
	padding-left: 35px;
	position: relative;
}
.list3 li:before {
	content: '';
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 17px;
	background: url(../img/quote.png) no-repeat;
}
.list3 li h3 {
	margin: 0;
}
.list3 li p {
	margin: 0 0 6px;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 20px;
	overflow: hidden;
}
.list4 li time {
	color: #5a5a5a;
	float: left;
	margin: 0 14px 0 0;
	font: 300 italic 22px/32px 'Contrail One';
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
	overflow: hidden;
}
.list5 li strong {
	font: bold 14px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #db7560;
	float: left;
	width: 145px;
}
.list5 li span {
	display: block;
	overflow: hidden;
}
.list5 li p {
	margin: 0;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 > li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 9px 0;
}
.list6 > li strong {
	font: 800 60px/1em 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
	float: left;
	margin-right: 23px;
}
.list6 > li a {
	color: #e6512e;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 > li a:hover {
	color: #111;
}
.list6 > li .caption {
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 100%;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 38px;
	overflow: hidden;
}
.list7 li span {
	margin: 0 0 5px;
	color: #f44029;
	display: block;
	font: 50px/1em 'Contrail One';
}
.list7 li h3 {
	margin: 0;
}
.list7 li p {
	margin: 0;
}
.list8 {
	margin: 0 0 134px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 37px 0;
}
.list8 li h3 {
	margin: 0;
}
/*------------------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: 0 0 115px -30px;
}
.element {
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	height: auto !important;
	padding: 0 0 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.element figure img {
	width: 100%;
}
.element figure a {
	position: relative;
	display: block;
}
.element figure a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	margin: -14px 0 0 -14px;
	width: 28px;
	height: 28px;
	padding: 0;
	display: block;
	background: url(../img/zoom.png) no-repeat;
	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;
}
.element figure a:before {
	content: '';
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	z-index: 0 !important;
	width: 100%;
	height: 100%;
	background: rgba(62, 62, 62, 0.8);
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.element figure a:hover:after {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.element figure a:hover:before {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	opacity: 50;
	filter: alpha(opacity=5000);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#options .pagination {
	margin: 0 0 35px 0;
	display: block;
	border-radius: 0;
}
#filters {
	position: relative;
	padding: 0;
}
#filters li {
	display: inline-block;
	margin: 0 0 0 40px !important;
	position: relative;
}
#filters li:first-child {
	margin: 0 !important;
}
#filters li a {
	padding: 0;
	float: none;
	border-radius: 0 !important;
	font: 24px 'Contrail One';
	color: #3e3e3e;
	margin: 0;
	text-decoration: none;
	background: none !important;
	border: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
#filters li a:hover {
	text-decoration: none;
	color: #f44029 !important;
	background: none !important;
}
#filters li a.selected {
	text-decoration: none;
	color: #f44029 !important;
	background: none !important;
}
/*-----table-----*/
.table1 {
	display: inline-block;
	padding: 0;
}
.table1 tr {
	height: 42px;
	vertical-align: middle;
	border-bottom: 1px solid #d7d6d6;
}
.table1 tr:nth-child(2n+1) {
 background: #f7f7f7;
}
.table1 td {
	font: italic 18px 'Open Sans', sans-serif;
	color: #8a8a8a;
	padding-left: 20px;
	width: 286px;
}
.table1 td:last-child {
	color: #f44029;
}
/*-----*/
.errorBox {
	padding: 0 0 50px;
	margin: 0;
	text-align: center;
}
.errorBox .title {
	font: 84px/1em 'Contrail One';
	color: #f44029;
	margin-bottom: 29px;
}
.errorBox .description {
	font: 30px/1em 'Contrail One';
	color: #7e7e7e;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.errorBox p {
	color: #7e7e7e;
}
/*-----tabs-----*/
.nav-tabs {
	margin: 0;
	padding: 16px 0 70px 0;
	list-style: none;
	border: none;
	display: inline-block;
}
.nav-tabs li {
	position: relative;
	margin: 0 0 0 60px;
	padding: 0 0 0 27px;
}
.nav-tabs li:after {
	width: 22px;
	height: 20px;
	content: '';
	display: inline-block;
	float: left;
	vertical-align: middle;
	margin: 4px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.nav-tabs li:first-child:after {
	margin: 0;
	background: url(../img/icon1.png) no-repeat;
}
.nav-tabs li:first-child + li:after {
	background: url(../img/icon2.png) no-repeat;
}
.nav-tabs li:first-child + li + li:after {
	background: url(../img/icon3.png) no-repeat;
}
.nav-tabs li:first-child + li + li + li:after {
	background: url(../img/icon4.png) no-repeat;
}
.nav-tabs li a {
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	font: 20px/27px 'Paytone One';
	color: #333;
	margin-right: 0;
	padding: 0;
	border-radius: 0;
	text-transform: none;
	position: relative;
	border: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
	color: #f44029 !important;
	background: none !important;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color: #f44029 !important;
	background: none !important;
}
.tab-content {
	overflow: hidden;
	margin: 0 !important;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	display: block;
}
#newsletter a {
	color: #ffffff;
	font: 20px/44px 'Paytone One';
	text-transform: uppercase;
	background: none;
	display: inline-block;
	padding: 0 29px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#newsletter a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: -1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#newsletter a:hover {
	background: none;
	color: #761641;
}
#newsletter a:hover:after {
	background: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#newsletter input {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 26px 5px 0;
	width: 700px;
	outline: none;
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ffffff !important;
	font: 16px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 4px 14px;
	height: 30px;
	resize: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	top: 45px;
	left: 0;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ffffff;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0;
	float: none;
	border: none;
	display: inline-block;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 16px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 11px 29px;
	background: #761641;
	height: 44px;
	width: 100%;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 13px 0 28px 0;
	overflow: hidden;
	display: block;
}
#search-404 a {
	position: absolute;
	top: 1px;
	right: 6px;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:after {
	content: '\f002';
	font-size: 25px;
	font-family: 'FontAwesome';
}
#search-404 a:hover {
	color: #f44029;
}
#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: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7e7e7e;
	padding: 8px 34px 8px 14px;
	height: 40px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 246px;
}
.content_map.indent {
	height: 426px;
	margin-bottom: 145px;
}
.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;
}
address strong {
	font: 22px/30px 'Contrail One';
	margin: 0;
	text-transform: uppercase;
	color: #5a5a5a;
	display: block;
}
address p {
	margin: 0;
	font-style: italic;
}
address p span {
	width: 100px;
	display: inline-block;
}
address p a {
	color: #f44029;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
address p a:hover {
	color: #5a5a5a;
}
.mail {
	color: #f44029;
	font: italic 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #5a5a5a;
	text-decoration: underline;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 100px 0 90px 0;
	position: relative;
	z-index: 1;
	background-color: #121b2c;
	text-align: center;
	background-image: url(../img/bg_pic1.jpg);
	background-position: center center;
	background-size: cover;
}
footer .privacy {
	font: 18px 'Contrail One';
	color: #d6d6d8;
	text-transform: uppercase;
	margin: 43px 0 0 0;
}
footer .privacy a {
	color: #d6d6d8;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .privacy a:hover {
	color: #f44029;
}
footer em {
	font-style: normal;
}
footer strong {
	display: block;
	font: 24px/36px 'Contrail One';
	color: #ffffff;
	margin: 0 0 22px;
	text-transform: uppercase;
}
.foo_mail {
	color: #ff572b;
	text-transform: uppercase;
	font: 20px 'Contrail One';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_mail:hover {
	color: #ffffff;
}
.foo_mail:before {
	content: '';
	display: block;
	margin: 0 0 15px -11px;
	width: 22px;
	height: 19px;
	position: relative;
	left: 50%;
	background: url(../img/icon4.png) no-repeat;
}
.follow_icon {
	padding: 0;
	margin: 0 0 70px;
	list-style: none;
	display: inline-block;
}
.follow_icon li {
	display: inline-block;
	margin: 0 0 0 14px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	border-radius: 100%;
	border: 1px solid #ffffff;
	width: 76px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.follow_icon li a:hover {
	color: #ff572b;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .content.indent {
 padding: 146px 0 0 0;
}
 .thumb-box3 {
 padding: 150px 0 244px 0;
}
 .thumb-box4 {
 margin: -165px 0 0 0;
}
 #options {
 margin-top: -30px;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-box1 {
 text-align: center;
}
 .thumb-box1 .col-lg-4,  .thumb-box1 .col-lg-8 {
 padding: 0 0 30px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 position: relative;
}
 nav.tm_navbar {
 margin: 0;
}
 .thumb-box1 {
 text-align: center;
 padding: 50px 15px 0 15px;
}
 .thumb-box1 .col-lg-4,  .thumb-box1 .col-lg-8 {
 padding: 0 0 30px;
}
 .thumb-box4 figure figcaption a {
 font-size: 20px;
}
 .thumb-box8 {
 padding: 70px 0 30px 0;
}
 .izotope-box {
 margin-bottom: 0;
}
 .thumb-box8-1 {
 padding: 70px 0 0 0;
}
 .spacer {
 min-height: 30px;
}
 .content_map.indent {
 margin-bottom: 30px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 position: relative;
}
 nav.tm_navbar {
 float: none;
 margin: 0;
 display: block;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #3c3c3c;
 background: #3c3c3c;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box1 {
 text-align: center;
 padding: 50px 15px 0 15px;
}
 .thumb-box1 .col-lg-4,  .thumb-box1 .col-lg-8 {
 padding: 0 0 30px;
}
 .thumb-box2 {
 padding: 30px 0;
}
 .thumb-box3 {
 padding: 90px 0 30px 0;
}
 .thumb-box3 strong {
 font-size: 50px;
}
 .thumb-box4 figure figcaption a {
 font-size: 20px;
}
 .thumb-box5 {
 padding: 0;
 text-align: center;
}
 .thumb-box5 .box .col-lg-6 {
 margin-bottom: 50px;
}
 .thumb-box5 time {
 font-size: 30px;
}
 .follow_icon li {
 margin: 0 0 0 1px;
}
 .follow_icon li a {
 width: 50px;
 height: 50px;
 line-height: 50px;
 font-size: 20px;
}
 .thumb-pad4 figure {
 margin: 0 24px 0 0;
 float: left;
}
 .who-box {
 padding: 0;
}
 .thumb-box6 {
 padding: 70px 0 0 0;
}
 .thumb-box7 {
 padding: 50px 0;
}
 .thumb-box6.indent {
 padding-bottom: 0;
}
 .thumb-box8 {
 padding: 70px 0 30px 0;
}
 .spacer {
 min-height: 30px;
}
 #filters li {
 margin: 0 0 0 10px !important;
}
 #filters li a {
 font-size: 17px;
}
 .izotope-box {
 margin-bottom: 0;
}
 .thumb-box8-1 {
 padding: 70px 0 0 0;
}
 footer {
 padding: 40px 0 0 0;
}
 .content_map {
 height: 300px !important;
}
 .content_map.indent {
 margin-bottom: 30px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 24px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 30px;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box4 figure {
 float: none;
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box6.indent {
 background: #dcdcdc;
}
 #filters li {
 margin: 0 !important;
 display: block;
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
