@import 
url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* 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: #31353d;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #bbbaba;
}
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: 20px;
	line-height: 23px;
}
p strong {
	color: #333;
	font-weight: bold;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 300 50px/50px 'Open Sans';
	color: #01aef0;
	text-transform: uppercase;
	margin: 0 0 33px 0;
}
h3 {
	font: 300 40px/40px 'Open Sans';
	color: #31353d;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
h3 span {
	color: #ed008c;
}
h3.indent {
	margin: 0 0 39px 0;
}
h4 {
	font: 300 20px/25px 'Open Sans';
	color: #363f45;
	margin: 0 0 14px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 145px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	height: 103px;
	background-color: #000;
}
header.indent {
	/*background: none;*/
	/*height: auto;*/
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 39px 0 0 0;
	display: inline-block;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 23px;
	padding: 0;
	margin: 0 0 0 45px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li.active span {
	color: #01aef0;
}
nav.tm_navbar li.active > a {
	color: #01aef0;
	background: none;
}
nav.tm_navbar li:hover span {
	color: #01aef0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li:hover > a {
	color: #01aef0;
	background: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sfHover span {
	color: #01aef0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sfHover > a {
	color: #01aef0;
	background: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
	color: #ffffff;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	/*display: none;*/
	width: 234px;
	top: 37px;
	left: -93px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #30343c;
	padding: 33px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li.tr1 {
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../img/triangle2.png) center 0 no-repeat;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 3px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #01aef0 !important;
	background: none;
	-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: #01aef0 !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100%;
	top: -29px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #01aef0;
	padding: 28px 0;
	margin: 0 0 0 10px;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li.tr {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 5px;
	height: 9px;
	background: url(../img/triangle1.png) no-repeat;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #30343c !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.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: #4fbcc0;
}
.trainerBox {
	margin-bottom: 38px;
	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 {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box1 {
	/*background: #ffffff url(../img/page1_pic1.jpg) left 0 no-repeat;*/
	/*padding: 90px 0;*/
	overflow: hidden;
	padding: 10px ;
	border:hidden;
}
.thumb-box1 .title {
	line-height: 70px;
	font-weight: 600;
	font-size: 84px;
	font-family: 'Open Sans';
	color: #01aef0;
	text-transform: uppercase;
	float: left;
	margin: 0 32px 0 0;
}
.thumb-box1 .description {
  line-height: 37px;
  font-weight: normal;
  font-size: 30px;
  font-family: 'Open Sans';
  color: #474b52;
  text-transform: uppercase;
  text-align: left;
  margin: 0px 0px 0px 0px;
}
.thumb-box1 p {
	line-height: 20px;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Open Sans';
	color: #111;
	text-transform: uppercase;
	margin: 23px 0 0 0;
	text-align: left;
}
.thumb-box2 {
	overflow: hidden;
	background: #f4f5f5;
	padding: 70px 0 0 0;
}
.thumb-box3 {
	overflow: hidden;
	padding: 25px 0 0 0;
	/*margin-bottom: 64px;*/
	background: #f4f5f5;
}
.thumb-box3 .box {
}
.thumb-box3 .title {
	text-transform: uppercase;
	line-height: 25px;
	font-weight: bold;
	font-size: 28px;
	font-family: 'Open Sans';
	color: #31353d;
	margin-bottom: 25px;
}
.thumb-box3 p {
	font: 14px/23px 'Arial';
	color: #373B42; 
	margin: 0 0 28px 0;
}


.thumb-box4 {
	overflow: hidden;
}
.thumb-box4 .col-lg-6 {
	margin-bottom: 40px;
}
.thumb-box5 {
	background: #000;
	overflow: hidden;
	padding: 124px 0 107px 0;
	background-image: url(../img/bg_pic.jpg);
	background-position: 100% 100%;
	background-attachment: fixed;
}
.thumb-box6 {
	background: #f5f5f6;
	padding: 40px 0 34px 0;
	overflow: hidden;
}
.thumb-box6 p {
	margin: 5px 0 0 0;
	font: 300 20px 'Open Sans';
	text-transform: uppercase;
	display: inline-block;
	color: #1c1d21;
}
.thumb-box6 p span {
	font-size: 30px;
	color: #01aef0;
	margin-right: 19px;
	float: left;
}
.thumb-box7 {
	background: #f4f5f5;
	padding: 83px 0 40px 0;
	overflow: hidden;
}
.thumb-box7 h3 {
	color: #01aef0;
}
.thumb-box7 img {
	margin-bottom: 10px;
}
.thumb-box7 p {
	font-style: italic;
}
.thumb-box7 a {
	font: 300 20px/25px 'Open Sans';
	color: #363f45;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-box7 a:hover {
	color: #01aef0;
}
.thumb-box7 .col-lg-3 {
	margin-bottom: 40px;
}
.thumb-box9 {
	overflow: hidden;
	padding-bottom: 65px;
}
.thumb-box10 {
	overflow: hidden;
	background: #f4f5f5;
	padding: 83px 0 30px 0;
}
.thumb-box10 h3 {
	color: #01aef0;
}
.thumb-box11 {
	padding-bottom: 40px;
	overflow: hidden;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	float: left;
	cursor: default;
	margin-right: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.list_carousel1 #foo1 > li p {
	color: #ffffff;
	font: italic 24px/36px 'Open Sans';
	margin-bottom: 20px;
}
.list_carousel1 #foo1 > li a {
	font: italic 16px 'Open Sans';
	color: #01aef0;
	margin-bottom: 37px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 #foo1 > li a:hover {
	color: #ffffff;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 0 !important;
}
.foo-btn {
	width: 100%;
}
#foo2_pag {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
	display: inline-block;
}
#foo2_pag a {
	position: relative;
	z-index: 1;
	width: 11px;
	height: 11px;
	padding: 0 !important;
	margin: 0 3px;
	display: inline-block;
	background: #ffffff !important;
	border-radius: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#foo2_pag a:first-child {
	margin-left: 0;
}
#foo2_pag a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#foo2_pag a.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}
#foo2_pag a span {
	display: none;
}
.list_btn2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	width: 100%;
	z-index: 0;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	width: 19px;
	height: 30px;
	cursor: pointer;
	margin: 0;
}
.list_btn2 .prev2 {
	float: left;
	background: url(../img/prev.png) no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2 {
	background: url(../img/next.png) no-repeat;
	float: right;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev2:hover {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2:hover {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn2 {
	float: left;
	padding: 0 42px;
	line-height: 37px;
	border-radius: 5px;
		text-transform: none;
	font-size: 12px;
  font-weight: bold;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #abaeb1;
	text-transform: uppercase;
	background: #ffffff;
	height: 37px;
	width: 380px;
	border-radius: 5px;
	padding: 16px;
	margin: 0 9px 0 0;
	float: left;
	-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;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #01aef0;
	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-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/50px 'Open Sans';
	color: #abaeb1;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 10px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 70px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 30px 0 19px 55px;
	background: none;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: #01aef0;
}
.thumb-pad1 .thumbnail p {
	font: 600 40px/40px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad1 .caption {
	padding: 47px 55px 54px 55px;
	margin-top: -10px;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
}
.thumb-pad1 .caption .title {
	margin: 0;
	font: 300 20px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
}
.thumb-pad1 .caption p {
	font: 14px/23px 'Arial';
	color: #bfbfbf;
	margin: 7px 0 32px 0;
}
.thumb-pad1-1 {
	margin: 0 0 70px 0;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 30px 0 19px 55px;
	background: none;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: #ed008c;
}
.thumb-pad1-1 .thumbnail p {
	font: 600 40px/40px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad1-1 .caption {
	padding: 47px 55px 54px 55px;
	margin-top: -10px;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
}
.thumb-pad1-1 .caption .title {
	margin: 0;
	font: 300 20px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
}
.thumb-pad1-1 .caption p {
	font: 14px/23px 'Arial';
	color: #bfbfbf;
	margin: 7px 0 32px 0;
}
.thumb-pad1-2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 30px 0 19px 55px;
	background: none;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: #ebe004;
}
.thumb-pad1-2 .thumbnail p {
	font: 600 40px/40px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad1-2 .caption {
	padding: 47px 55px 54px 55px;
	margin-top: -10px;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
}
.thumb-pad1-2 .caption .title {
	margin: 0;
	font: 300 20px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
}
.thumb-pad1-2 .caption p {
	font: 14px/23px 'Arial';
	color: #bfbfbf;
	margin: 7px 0 32px 0;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0 29px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 23px 0;
	overflow: hidden;
	background: #f5f5f5;
}
.thumb-pad3 br {
	display: none;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 16px 20px;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption h4 {
	margin-bottom: 0;
	float: left;
	font-size: 15px;
}
.thumb-pad3 .thumbnail .caption .lnk {
	float: left;
	font: 300 15px 'Open Sans';
	color: #363f45;
	text-transform: uppercase;
	margin: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .lnk:hover {
	color: #01aef0;
}
.thumb-pad3 .thumbnail .caption a {
	float: right;
	margin-top: 5px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-pad3 figure {
	margin: 0;
	position: relative;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 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);
}
.thumb-pad3 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #01aef0 url(../img/zoom.png) center center no-repeat;
	background: rgba(1, 174, 240, 0.6) url(../img/zoom.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-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 figure {
	margin: 0 0 34px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 30px 0;
	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: 16px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption .lnk {
	float: left;
	font: 300 15px 'Open Sans';
	color: #363f45;
	text-transform: uppercase;
	margin: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .lnk:hover {
	color: #01aef0;
}
.thumb-pad5 .thumbnail .caption .lnk1 {
	margin: 5px 0 0 18px;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .lnk1:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-pad5 .thumbnail .caption .lnk1 img {
	margin: 0;
}
.thumb-pad5 .thumbnail .caption br {
	display: none;
}
.thumb-pad5 figure {
	margin: 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin-bottom: 42px;
}
.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;
	color: #bbbaba;
}
.thumb-pad6 .thumbnail .caption > div {
	padding: 10px 0 19px 0;
}
.thumb-pad6 .thumbnail .caption > div p {
	float: left;
	margin: 0 19px 0 0;
}
.thumb-pad6 .thumbnail .caption > div a {
	font: 11px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bbbaba;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption > div a:hover {
	color: #01aef0;
}
.thumb-pad6 .thumbnail .caption > div span {
	float: left;
	font-size: 14px;
	color: #bbbaba;
	margin: 5px 8px 0 0;
}
.thumb-pad6 .thumbnail .caption .lnk {
	font: 300 20px/25px 'Open Sans';
	color: #363f45;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption .lnk:hover {
	color: #01aef0;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 0 31px 0;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0 0 65px 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #e2b263;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 20px 0;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0;
}
.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: #bbbaba;
}
.thumb-pad8 .thumbnail .caption a {
	font: 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #5fd0eb;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
box-shadow: none;
  z-index: 99;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  font: bold 11px/37px 'Open Sans';
  margin: 0;
  text-shadow: none;
  /* text-align: left; */
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  background: #01aef0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-default.btn1 strong {
  font: bold 14px 'Open Sans';
}
.btn-default.btn1:hover {
	color: #000000;
	background: #ebe004;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	font: 600 16px/45px 'Open Sans';
	margin: 0;
	text-shadow: none;
	border-radius: 10px;
	color: #ffffff;
	text-transform: uppercase;
	background: #01aef0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn2 strong {
	width: 45px;
	display: inline-block;
	background: #31353d url(../img/more_arrow2.png) center center no-repeat;
	height: 45px;
	float: right;
	border-radius: 10px;
	margin-left: 16px;
}
.btn-default.btn2:hover {
	color: #01aef0;
	background: #31353d;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	font: 600 16px/45px 'Open Sans';
	margin: 0;
	text-shadow: none;
	border-radius: 10px;
	color: #ffffff;
	text-transform: uppercase;
	background: #ed008c;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn3 strong {
	width: 45px;
	display: inline-block;
	background: #31353d url(../img/more_arrow2.png) center center no-repeat;
	height: 45px;
	float: right;
	border-radius: 10px;
	margin-left: 16px;
}
.btn-default.btn3:hover {
	color: #ed008c;
	background: #31353d;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	font: 600 16px/45px 'Open Sans';
	margin: 0;
	text-shadow: none;
	border-radius: 10px;
	color: #ffffff;
	text-transform: uppercase;
	background: #ebe004;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn4 strong {
	width: 45px;
	display: inline-block;
	background: #31353d url(../img/more_arrow2.png) center center no-repeat;
	height: 45px;
	float: right;
	border-radius: 10px;
	margin-left: 16px;
}
.btn-default.btn4:hover {
	color: #ebe004;
	background: #31353d;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 49px;
	font: 600 16px/50px 'Open Sans';
	margin: 0;
	text-shadow: none;
	border-radius: 10px;
	color: #ffffff;
	text-transform: uppercase;
	background: #01aef0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn5:hover {
	color: #01aef0;
	background: #31353d;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* list
========================================================*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: left;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../img/list_point.html) left 8px no-repeat;
}
.list1-1 li a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff8cb;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #4fbcc0;
}
.list1 {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

.list1 img {
width:100%;}
.list1 li {
	font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding-left: 20px;
  width: 100%;
  background: #FFFFFF url(../img/list_arrow.png) 202px 20px no-repeat;
}
.list1 li a {
	font: normal 14px/51px 'Open Sans';
	color: #333;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #01aef0;
}
.list1 li:first-child + li {
	background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}
.list1 li:first-child + li + li + li {
	background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}
.list1 li:first-child + li + li + li + li + li {
	background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}
.list1 li:first-child + li + li + li + li + li + li + li {
	background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 30px;
	padding: 0;
}
.list2 li time {
	font: 50px/54px 'Roboto Slab';
	color: #ffffff;
	width: 73px;
	margin-right: 30px;
	display: inline-block;
	letter-spacing: 2px;
	float: left;
}
.list2 li time span {
	display: block;
	font-size: 60px;
	text-transform: uppercase;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 24px;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li .badge {
	width: 60px;
	height: 65px;
	background: #01aef0;
	text-align: center;
	font: 600 24px/65px 'Open Sans';
	color: #ffffff;
	border-radius: 10px;
	padding: 0;
	margin: 6px 21px 0 0;
	float: left;
}
.list3 li figure {
	margin: 3px 20px 0 0;
	float: left;
}
.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: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li a:hover {
	text-decoration: none;
	color: #db9f3c;
}
.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 'Arial', "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: #bbbaba;
}
.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 'Arial', "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 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 52px 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list8 li strong {
	color: #ffffff;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	overflow: hidden;
	padding: 13px 0 0 0;
}
#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 #e5dfd8;
	background: #ffffff;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #bbbaba;
	padding: 10px 14px;
	height: 40px;
	margin-bottom: 36px;
	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 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map {
	margin-bottom: 84px;
	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: 470px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	padding-bottom: 40px;
}
.info p {
	margin-bottom: 33px;
}
.mail {
	color: #01aef0;
	font: 14px 'Arial', "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: #31353d;
	text-decoration: none;
}
.errorBox {
	padding-bottom: 85px;
}
.errorBox h2 {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 29px;
	color: #31353d;
}
.errorBox h3 {
	margin-bottom: 37px;
}
.errorBox1 {
	text-align: center;
	padding-top: 36px;
	padding-bottom: 40px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 30px 0 10px;
	overflow: hidden;
}
footer figure {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
	width: 30px;
}
footer p {
	line-height: 21px;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Open Sans';
	color: #FFFFFF;
	margin-bottom: 14px;
}
footer p.priv strong {
	text-transform: normal;
	color: #01aef0;
	font-weight: 600;
}
footer p.priv a {
	text-transform: none;
}
footer a {
	font: 300 15px/20px 'Open Sans';
	color: #555c69;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #01aef0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer em {
	font-style: normal;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding-top: 3px;
}
footer ul li {
	overflow: hidden;
	width: 35px;
	height: 34px;
	float: left;
	margin-right: 7px;
}
footer ul li a:hover img {
	margin-top: -34px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1350px) {
 .container {
 padding: 0;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 height: 151px !important;
}
}
/*===========================================================================================================================*/
@media (min-width: 1220px) and (max-width: 1349px) {
 .container {
 padding: 0;
}
 h1.navbar-brand_ {
/* margin: -92px 0 0 0;*/
}
 nav.tm_navbar {
 /*margin: 20px 0 0 0;*/
}
 .thumb-box1 {
 background: #ffffff;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
 h1.navbar-brand_ {
/* margin: -92px 0 0 0;*/
}
 nav.tm_navbar {
 /*margin: 20px 0 0 0;*/
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box6 {
 text-align: center;
}
 .thumb-box6 p {
 margin-bottom: 25px;
}
 .thumb-box1 {
 background: #ffffff;
}
 .errorBox1 img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 h1.navbar-brand_ {
/* margin: -92px 0 0 0;*/
}
 nav.tm_navbar {
/* margin: 20px 0 0 0;*/
}

nav.tm_navbar li {
  margin: 0 0 0 25px;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box6 {
 text-align: center;
}
 .thumb-box6 p {
 margin-bottom: 25px;
}
 footer {
 text-align: center;
 padding: 50px 0;
}
 footer figure {
 float: none;
 display: inline-block;
 margin: 0 0 20px 0;
}
 footer div {
 margin-bottom: 15px;
}
 footer ul {
 padding-top: 15px;
 display: inline-block;
}
 .thumb-box1 {
 background: #ffffff;
}
 .thumb-pad3 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad3 .thumbnail .caption a {
 float: none !important;
}
 .thumb-pad3 .thumbnail .caption br {
 display: block;
}
 .thumb-pad3 .thumbnail .caption .lnk1 {
 display: inline-block;
 margin-top: 10px;
}
 .thumb-pad5 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad5 .thumbnail .caption a {
 float: none !important;
}
 .thumb-pad5 .thumbnail .caption .lnk1 {
 display: inline-block;
 margin-top: 10px;
 margin-left: 0;
}
 .thumb-pad5 .thumbnail .caption br {
 display: block;
}
 .errorBox1 img {
 width: 100%;
}

.imganos {display:none;}

}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {

  margin-right: auto;
  margin-left: auto;
  margin-top:25px;
  margin-bottom:25px;
    float: none;
}
 nav.tm_navbar .nav {
 display: none;
}

nav.tm_navbar li {
  position: relative;
  font-size: 14px;
  line-height: 23px;
  padding: 0;
  margin: 0 0 0 10px;
  float: left;
}

 header {
 text-align: center;
 background: #000;

}
 header.indent {
 height: auto;
}
 .content.indent {
 padding: 50px 0px 0px;
}
 h1.navbar-brand_ {
 float: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #01aef0;
 background: #01aef0;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box6 {
 text-align: center;
}
 .thumb-box6 p {
 margin-bottom: 25px;
}
 .thumb-box6 #newsletter {
 display: block;
}
 .thumb-box6 #newsletter label {
 float: none;
 display: block;
 margin: 0;
}
 .thumb-box6 #newsletter input {
 width: 100%;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-box6 #newsletter .btn-default.btn2 {
 float: none;
}
 .list_btn2 {
 display: none;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 footer {
 text-align: center;
 padding: 50px 0;
}
 footer figure {
 float: none;
 display: inline-block;
 margin: 0 0 20px 0;
}
 footer div {
 margin-bottom: 15px;
}
 footer ul {
 padding-top: 15px;
 display: inline-block;
}
 .thumb-box1 {
 background: #ffffff;
}
 .thumb-box1 .title {
  float: none;
  text-align: center;
}
 .thumb-box1 .description {
margin-top: 15px;
   float: none;
  text-align: center;
}
 .thumb-pad3 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad3 .thumbnail .caption a {
 float: none !important;
}
 .thumb-pad3 .thumbnail .caption br {
 display: block;
}
 .thumb-pad3 .thumbnail .caption .lnk1 {
 display: inline-block;
 margin-top: 10px;
}
 .thumb-pad5 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad5 .thumbnail .caption a {
 float: none !important;
}
 .thumb-pad5 .thumbnail .caption .lnk1 {
 display: inline-block;
 margin-top: 10px;
 margin-left: 0;
}
 .thumb-pad5 .thumbnail .caption br {
 display: block;
}
 .map iframe {
 height: 300px;
}
.imganos {display:none;}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad3 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad3 .thumbnail .caption h4 {
 margin-bottom: 10px;
 float: none;
}
 .thumb-pad3 .thumbnail .caption a {
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad1 .thumbnail p,  .thumb-pad1-1 .thumbnail p,  .thumb-pad1-2 .thumbnail p {
 font-size: 25px;
 line-height: 30px;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox1 img {
 width: 100%;
}
 .errorBox h2 {
 font-size: 50px;
 line-height: 50px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}

nav.tm_navbar li {
  position: relative;
  font-size: 14px;
  /* line-height: 23px; */
  padding: 0;
  margin: 0 0 0 0%;
  margin-right: 400px;
  float: left;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  padding-bottom: 85px;
}
#contact-form .btn5 {
  float: left;
  margin-right: 26px;
}
#contact-form p {
  margin: 0;
  float: left;
  color: #01aef0;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 27px;
}
#contact-form fieldset {
  border: none;
}
.contactForm2 #contact-form fieldset {
  margin-bottom: 17px;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  border: 1px solid #e5dfd8;
  background: #fff;
  font: 14px/18px 'Roboto';
  height: 40px;
  color: #bbbaba;
  padding: 10px 14px;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
.contactForm2 #contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  border-radius: 0;
  border: 1px solid #b7b6b5;
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
  font: 16px/49px 'Roboto';
  height: 49px;
  color: #fff;
  padding: 0;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e5dfd8;
  background: #fff;
  font: 14px/18px 'Arial';
  height: 40px;
  color: #bbbaba;
  padding: 10px 14px;
  resize: none;
}

#contact-form input[type='email'] {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e5dfd8;
  background: #fff;
  font: 14px/18px 'Arial';
  height: 40px;
  color: #bbbaba;
  padding: 10px 14px;
  resize: none;
}
.contactForm2 #contact-form input[type='text'] {
  border-radius: 0;
  border: 1px solid #b7b6b5;
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
  font: 16px/49px 'Roboto';
  height: 49px;
  color: #fff;
  padding: 0;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

#contact-form .btn-default:active, #contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  .box-shadow(inset 0 3px 5px rgba(0, 0, 0, 0.125));
}*/
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5dfd8;
  background: #fff;
  font: 14px/18px 'Roboto';
  height: 198px;
  color: #bbbaba;
  padding: 10px 14px;
  resize: none;
}
#contact-form .form-div-1,
#contact-form .form-div-2,
#contact-form .form-div-3 {
  float: left;
  width: 247px;
  margin-right: 12px;
}
#contact-form .form-div-1 strong,
#contact-form .form-div-2 strong,
#contact-form .form-div-3 strong {
  font: 14px 'Arial';
  color: #333;
  margin-bottom: 7px;
  display: block;
}
#contact-form .form-div-3 {
  margin-right: 0;
}
#contact-form .form-div-4 {
  margin-bottom: 24px;
}
#contact-form .form-div-4 textarea {
  line-height: 20px;
  padding: 12px 14px;
}
#contact-form .form-div-4 strong {
  font: 14px 'Arial';
   color: #333;
  margin-bottom: 7px;
  display: block;
}
.contactForm2 #contact-form .form-div-4 {
  text-align: left;
  margin-bottom: 0;
}
.contactForm2 #contact-form textarea {
  border: 1px solid #b7b6b5;
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
  font: 16px/49px 'Roboto';
  height: 49px;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.contactForm2 #contact-form .form-div-1,
.contactForm2 #contact-form .form-div-2,
.contactForm2 #contact-form .form-div-3 {
  float: left;
  width: 202px;
  margin-right: 30px;
  margin-bottom: 11px;
  text-align: left;
}
.contactForm2 #contact-form .form-div-3 {
  margin-right: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 0;
  color: #01aef0;
  font-weight: normal;
  height: 0;
  overflow: hidden;
  font-size: 10px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../img/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  overflow: hidden;
}
#contact-form .modal h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
  #contact-form .form-div-1,
  #contact-form .form-div-2,
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .contactForm2 #contact-form .form-div-1,
  .contactForm2 #contact-form .form-div-2,
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  #contact-form .form-div-1,
  #contact-form .form-div-2,
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #contact-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contactForm2 #contact-form .form-div-1,
  .contactForm2 #contact-form .form-div-2,
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #contact-form .form-div-1,
  #contact-form .form-div-2,
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #contact-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contact-form-box {
    margin: 62px 0;
  }
  .contactForm2 #contact-form .form-div-1,
  .contactForm2 #contact-form .form-div-2,
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}

.listagens { color:#373B42}

.imagemdireita {
	width:50%; 
	margin-left:20px;
	float:right;
	}
	
	.fotosinterior {float:right; margin-left:20px}
	
	
	
	.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}