@import url(//fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin-ext);


/* Extra styles
========================================================*/

.booking-form  {margin-bottom:60px;}
.booking-form input, .booking-form select, .booking-form textarea {border:none; width:100%; height:45px; padding:10px;}
.booking-form textarea {height:100%; margin-top:5px;}
.booking-form ul {display:flex;}
.name, .mail {width:30%;}
.message {width:100%; height:200px;}
.booking-data {display:flex;}
.booking-data ul {width:50%;}
.booking-data li {width:60%; margin-left:15px;}
.booking-data .name {margin-left:0;}

@media screen and (max-width:990px) {
.booking-data {flex-direction:column;}
.booking-data ul {width:100%;}
.booking-data .date {margin-left:0;}
}

@media screen and (max-width:480px) {
.booking-form ul {flex-direction:column;}
.booking-form li {width:100%; margin:0 0 10px 0;}
}

/* Stuck menu styles
========================================================*/
.isStuck {
	padding: 0 32px;
	z-index: 9999;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	background: #3b3b3b;
}
.isStuck nav.tm_navbar li a {
	line-height: 56px;
}
.isStuck.indent {
	background: #000;
	background: rgba(0, 0, 0, 0.75);
}
.isStuck h1.navbar-brand_ {
	margin: 5px 0 0 0;
}
.isStuck h1.navbar-brand_ img {
	width: 60%;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}


}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #000000;
	font: 16px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #777777;
}
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: 12px;
	line-height: 28px;
}
h1.navbar-brand_ {
	margin: 22px 0 0 0;
	padding: 0;
	float: left;
	height: auto;
	z-index: 1;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: 71px/71px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0 0 32px 0;
	text-transform: uppercase;
}

h2.smaller {font-size:50px; margin-bottom:30px;}

h2.indent {
	margin: 0 0 24px 0;
}
h3 {
	font: bold 20px/30px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 14px 0;
}
h4 {
	font: 18px/24px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 8px 0;
}
h5 {
	font: 48px/48px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0 0 32px 0;
	text-transform: uppercase;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #f2f2f2;
}
.global.indent {
	padding: 68px 0 0 0;
	background: #ececec;
}
.center {
	text-align: center;
}
/*---------------------------------------*/
p.work {margin-top:40px; font-weight:700;}
ul {list-style-type:none; padding:0;}
.taxi_num {color:#000000; margin-top:20px; font-size:20px;}
.links a {color:grey; }
.links a:hover {text-decoration:underline;}
.images {margin-top:40px;}
.gallery li {margin-bottom:30px;}
.lang {padding:10px 20px 0px 20px;}
.lang ul {text-align:right;}
.lang li {display:inline-block; padding:0 5px;}
.lang li a {color:#aef35a; text-transform:uppercase;}
.lang li:first-child {border-right:1px solid #aef35a; padding-right:7px;}
h1.navbar-brand a.ver_small {display:none;}
.marbot1 {margin-bottom:40px;}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 32px;
	z-index: 11;
	background: #3b3b3b;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header.indent {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
}
/* menu
========================================================*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 15px;
	font: bold 21px/120px 'Oxygen';
	color: #ffffff;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #000000;
	background: #aef35a;
}
nav.tm_navbar li:hover > a {
	color: #000000;
	background: #aef35a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #000000;
	background: #aef35a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 0;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 260px;
	left: 0;
	top: 120px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 15px 0 23px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	background: none;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	padding: 0 0 0 30px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px/40px 'Oxygen';
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	font-size: 22px;
	color: #aef35a;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 23px;
	left: auto;
	background: none;
}
nav.tm_navbar .sub-menu > ul li:hover > a {
	text-decoration: none;
	color: #000000 !important;
	background: #aef35a!important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li:hover span {
	color: #000000;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #000000 !important;
	background: #aef35a;
}
nav.tm_navbar .sub-menu > ul li.sfHover span {
	color: #000000;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 260px;
	left: 100%;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 15px 0 23px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0 0 0 30px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px/40px 'Oxygen';
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li > ul li > a:hover {
	text-decoration: none;
	color: #000000 !important;
	background: #aef35a!important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    Content
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #ffffff;
	font-size: 31px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #474747;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.who-box .col-lg-4 {
	margin-bottom: 77px;
}
.thumb-box1 {
	padding: 81px 0;
	background-image: url(../img/bg_pic1.jpg);
	background-position: 100% 100%;
	background-attachment: fixed;
	position: relative;
}
.thumb-box1 p {
	font: 18px/30px 'Oxygen';
	color: #aef35a;
	text-transform: uppercase;
	margin: 0;
}
.thumb-box1 .title {
	font: 71px/71px 'Oxygen';
	color: #ececec;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}
.thumb-box1 .description {
	font: bold 102px/102px 'Oxygen';
	color: #ececec;
	text-transform: uppercase;
	margin: 0 0 22px 0;
}
.thumb-box2 {
	background: #ececec;
	padding: 67px 0 40px 0;
	overflow: hidden;
}
.thumb-box2 .col-lg-6 {
	margin-bottom: 40px;
}
.thumb-box3 {
	padding: 60px 0 88px 0;
	background: url(../img/bg_pic2.jpg) 100% 100% fixed no-repeat;
	position: relative;
	overflow: hidden;
}
.thumb-box3 h2 {
	color: #aef35a;
	margin-bottom: 62px;
}
.thumb-box4 {
	background: #aef35a;
	padding: 80px 0 14px 0;
	overflow: hidden;
}
.thumb-box4 h2 {
	margin-bottom: 43px;
}
h2.smaller {margin-bottom:10px;}
.thumb-box5 {
	padding: 68px 0 43px 0;
	background-image: url(../img/bg_pic3.jpg);
	background-position: 100% 100%;
	background-attachment: fixed;
	position: relative;
}
.thumb-box5 h2 {
	color: #aef35a;
}
.thumb-box6 {
	background: #aef35a;
	padding: 68px 0 0 0;
}
.thumb-box6 p {
	color: #000000;
}
.thumb-box6 .col-lg-3, .thumb-box6 .col-lg-4, .thumb-box6 .col-lg-5 {
	margin-bottom: 40px;
}
/*-----carousel-----*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 30px;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
	width: 45px;
	height: 45px;
}
.list_btn2 {
	text-align: center;
	margin-top: 3px;
}
.list_btn2 .prev2 {
	background: url(../img/prev2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2 {
	background: url(../img/next2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev2:hover {
	background: url(../img/prev2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 36px 0;
	overflow: hidden;
}
.thumb-pad1:hover .thumbnail .caption h3 {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1:hover .thumbnail .caption p {
	color: #aef35a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption h3 {
	color: #aef35a;
	margin-bottom: 6px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption p {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 figure {
	margin: 0 0 22px 0;
	position: relative;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 figure time {
	background: #aef35a;
	padding: 0 11px;
	font: bold 30px/43px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #777777;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 6px;
}
.thumb-pad2 .thumbnail .caption time {
	font: 18px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}
.thumb-pad2 .thumbnail .caption a {
	font: 18px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #ffffff;
}
.thumb-pad3 {
	margin: 0 0 38px 0;
	overflow: hidden;
}
.thumb-pad3.indent {
	margin: 0;
	padding-bottom: 53px;
}
.thumb-pad3.indent p {
	margin: 0 !important;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 53px;
}
.thumb-pad3 figure {
	margin: 0 0 21px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption .lnk {
	font: 18px/24px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad4 .thumbnail .caption .lnk:hover {
	color: #777777;
}
.thumb-pad4 .thumbnail .caption .descrip {
	margin-top: 8px;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
	position: relative;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	padding-bottom: 60px;
	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: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption .lnk {
	font: 18px/24px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .lnk:hover {
	color: #777777;
}
.thumb-pad5 .thumbnail .caption .descrip {
	margin-top: 8px;
}
.thumb-pad5 figure {
	margin: 0 0 24px 0;
	position: relative;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0 0 30px 0;
	text-align: center;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
	padding: 9px 0 0 0;
	overflow: hidden;
	color: #777777;
}
.thumb-pad6 .thumbnail .caption a {
	font: bold 20px/30px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #ffffff;
}
.thumb-pad6 .thumbnail .caption p {
	color: #000000;
	margin-top: 3px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 0 15px 0;
}
.thumb-pad7 {
	overflow: hidden;
	margin: 0 0 0px 0;
}
.thumb-pad7 .btn-default.btn1 {
	margin-top: 16px !important;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 30px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail time {
	background: #aef35a;
	padding: 0 16px;
	font: bold 30px/60px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	display: inline-block;
	float: left;
	margin-right: 35px;
}
.thumb-pad7 .thumbnail .lnk {
	font: 18px/24px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .lnk:hover {
	color: #777777;
}
.thumb-pad7 .thumbnail > div {
	padding-top: 15px;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #777777;
}
.thumb-pad7 figure {
	margin: 0 29px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	text-align: center;
}
.thumb-pad8 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #777777;
}
.thumb-pad8 .thumbnail .caption a {
	font: bold 20px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aef35a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #ffffff;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 4px 0 0 0;
	color: #ffffff;
}
.thumb-pad8 figure {
	margin: 0 0 6px 0;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 30px;
	font: bold 21px/60px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 22px 0 0 0;
	text-shadow: none;
	border-radius: 0;
	color: #aef35a;
	background: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border:none;
}
.btn-default.btn1:hover {
	color: #000000;
	background: #aef35a!important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: underline !important;
	display: inline-block;
	padding: 0;
	font: bold 21px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #aef35a;
	background: none !important;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	font: 20px/86px 'Rosario';
	width: 86px;
	height: 86px;
	text-align: center;
	margin: 0;
	text-shadow: none;
	border-radius: 100%;
	color: #ffffff;
	background: #ffc246;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #95eaef !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: underline !important;
	display: inline-block;
	padding: 0;
	font: 16px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #68c6db;
	border-radius: 0;
	background: none;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #555;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 12px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #f15374;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #222;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 32px;
	font: 800 14px/43px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #222;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* list
========================================================*/
.list1-1 {
	margin: 0;
	padding: 16px 0 13px 0;
	list-style: none;
	overflow: hidden;
}
.list1-1.indent {
	padding-bottom: 50px;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 23px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
	font: 14px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777777;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #000000;
}
.list1-2 {
	margin: 0;
	padding: 16px 0 13px 0;
	list-style: none;
	overflow: hidden;
}
.list1-2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 23px;
	background: url(../img/list_arrow2.png) left 6px no-repeat;
}
.list1-2 li a {
	font: 14px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-2 li a:hover {
	color: #ffffff;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 18px;
}
.list1 li p {
	margin-bottom: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 29px;
	padding: 0;
}
.list2 li .badge {
	width: 70px;
	height: 60px;
	background: #aef35a;
	text-align: center;
	font: bold 21px/60px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0;
	margin: 6px 30px 0 0;
	float: left;
	border-radius: 0;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 29px;
	overflow: hidden;
}
.list3 li p {
	margin-bottom: 0;
	color: #000000;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 27px;
	overflow: hidden;
}
.list4 li p {
	margin-bottom: 21px;
}
.list4 li img {
	float: left;
	margin-right: 21px;
	margin-top: 7px;
}
.list4 li a {
	font: 16px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li a:hover {
	text-decoration: underline;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.list5 li a {
	color: #ff5d5c;
	font: 14px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #777777;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	color: #74c0bc;
	font: 14px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 0;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background: #74c0bc;
	text-align: center;
	line-height: 52px;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.list7 li .title {
	text-transform: uppercase;
	color: #74c0bc;
	font: 300 14px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0 0 46px 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 0;
	padding-top: 14px;
	float: right;
	overflow: hidden;
}
#search-404 a {
	width: 40px;
	height: 47px;
	background: #767676;
	text-align: center;
	line-height: 47px;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	background: #000000;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 6px 0 0;
	width: 420px;
	outline: none;
	border: 1px solid #767676;
	background: #767676;
	font: 14px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 13px 14px;
	height: 47px;
	resize: none;
}
#search {
	margin: 8px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font: 13px/48px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map {
	margin: 0 0 68px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 404px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.map1 {
	margin: 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map1 iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 484px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 108px;
	display: inline-block;
}
.info p a {
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #777777;
}
.mail {
	color: #777777;
	font: 14px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #000000;
	text-decoration: none;
}
.error-box {
	text-align: right;
	padding-bottom: 139px;
	overflow: hidden;
}
.error-box figure {
	margin-bottom: 32px;
}
.error-box .title {
	font-size: 90px;
	line-height: 90px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 12px;
}
.error-box h4 {
	margin-bottom: 36px;
}
.contacts-box .col-lg-4 {
	margin-bottom: 40px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 44px 0;
}
footer p {
	font: 13px 'Oxygen';
	color: #888;
	margin-bottom: 0;
}
footer p a {
	color: #888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #aef35a;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 5px;
}
.foo_menu {
	padding: 0;
	margin: 0 0 13px 0;
	list-style: none;
	overflow: hidden;
}
.foo_menu li {
	float: left;
	margin-left: 28px;
}
.foo_menu li:first-child {
	margin-left: 0;
}
.foo_menu li a{
	font: bold 20px 'Oxygen', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #aef35a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_menu li a:hover {
	color: #ffffff;
}
.foo_menu li.active a {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	float: left;
	margin:0 10px;
	
}
.follow_icon li a:before{ content:url('twitter.png');}

.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li:nth-child(3 ){
margin-left:0;
}
.follow_icon li a {
	color: #474747;
	font-size: 30px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-weight:700;
}
.follow_icon li a:hover {
	color: #ffffff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1450px) {
 .container {
 padding: 0;
}
 .list_btn2 {
 text-align: left;
 position: absolute;
 top: 97px;
 width: 100%;
}
 .list_btn2 .next2 {
 float: right;
 margin-right: -60px;
}
 .list_btn2 .prev2 {
 margin-left: -90px;
 float: left;
}
}
@media (min-width: 1220px) and (max-width: 1449px) {
 .container {
 padding: 0;
}

}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
 .thumb-box1 .title {
 font-size: 30px;
 line-height: 40px;
}
 .thumb-box1 .description {
 font-size: 50px;
 line-height: 50px;
}
 footer {
 text-align: center;
}
 footer .foo_menu {
 display: inline-block;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 footer p {
 margin-bottom: 30px;
}


}

/*@media screen and (max-width:1219px) {
.follow_icon li:nth-child(3){
margin-left:36px;
}
}*/
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 1312px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 20px;
}
 header nav.tm_navbar {
 float: none;
 text-align: center;
}
 header nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 header nav.tm_navbar li a {
 line-height: 40px;
}
 header nav.tm_navbar .sub-menu > ul {
 top: 40px;
}
 h2 {
 font-size: 40px;
 line-height: 40px;
}


 .thumb-box1 .title {
 font-size: 30px;
 line-height: 40px;
}
 .thumb-box1 .description {
 font-size: 50px;
 line-height: 50px;
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
 footer {
 text-align: center;
}
 footer .foo_menu {
 display: inline-block;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 footer p {
 margin-bottom: 30px;
}
 .error-box .title {
 font-size: 60px;
 line-height: 70px;
}
 .thumb-pad8 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 20px;
}
 header nav.tm_navbar {
 float: none;
 width: 100%;
}
 header nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 header nav.tm_navbar li a {
 line-height: 40px;
}
 header nav.tm_navbar .sub-menu > ul {
 top: 40px;
}
 header .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #aef35a;
 background: #aef35a;
 color: #000000;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 h2 {
 font-size: 40px;
 line-height: 40px;
}
 .thumb-box1 .title {
 font-size: 30px;
 line-height: 40px;
}
 .thumb-box1 .description {
 font-size: 50px;
 line-height: 50px;
}
 .thumb-pad6 .thumbnail figure img {
 width: 100%;
}
 footer {
 text-align: center;
}
 footer .foo_menu {
 display: none;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 footer p {
 margin-bottom: 30px;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad7 .thumbnail time {
 float: none;
 margin-right: 0;
}
 .error-box {
 text-align: center;
}
 .error-box .title {
 font-size: 60px;
 line-height: 70px;
}
 .error-box br {
 display: none;
}
 .map iframe,  .map1 iframe {
 height: 300px;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .error-box figure img {
 width: 100%;
}
 #search-404 {
 float: none;
}
 #search-404 input {
 float: none;
 display: block;
 margin-right: 0;
 width: 100%;
 margin-bottom: 6px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box1 .description {
 font-size: 35px;
 line-height: 35px;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: auto;
}
.follow_icon li {float:none; margin-left:0;}
}

@media (max-width: 580px) {
h1.navbar-brand a.ver_big {display:none;} h1.navbar-brand a.ver_small {display:block;}
}

/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
