@import url(//fonts.googleapis.com/css?family=Quattrocento+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
body {
	background: #2d2d2d url(../img/pattern1.png) repeat;
	font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #2c2c2c;
}
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: 24px;
	text-align: justify;
}
p span {
	color: #6bb360;
	font-size: 15px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	height: auto;
	border-bottom: 1px solid #6bb360;
}
h1.navbar-brand_ a {
	display: inline-block;
	font: bold 62px/62px 'Times New Roman';
	color: #ffffff;
	text-transform: uppercase;
}
h2 {
	font: 24px/36px 'Droid Serif';
	color: #000000;
	margin: 0 0 39px 0;
}
h3 {
	font: 72px/72px 'Droid Serif';
	color: #ffffff;
	margin: 0 0 23px 0;
}
h4 {
	font: 34px/34px 'Droid Serif';
	color: #000000;
	margin: 0 0 28px 0;
}

h5 {
	font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
h5 > span {
	color: #6bb360;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 48px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 26px 0 0 0;
	float: right;
	display: inline-block;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 24px;
	padding: 0 7px 0 0;
	margin: 0 8px 0 0;
	background: url(../img/border.png) right 0 no-repeat;
	float: left;
}
nav.tm_navbar li:last-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 10px 'Quattrocento Sans';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #6bb360;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #6bb360;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #6bb360;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
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: -2px;
	top: -7px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 120px;
	left: -40px;
	top: 46px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #242424;
	padding: 17px 0 0 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 4px 0;
	line-height: 20px;
	background: url(../img/border2.png) 0 bottom repeat-x;
	padding: 0 0 7px 15px;
	display: block;
	position: relative;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 10px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: none !important;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right 0 no-repeat;
	width: 5px;
	height: 10px;
	position: absolute;
	left: auto;
	right: 8px;
	top: 7px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	color: #6bb360 !important;
	background: none !important;
	text-decoration: none;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	color: #6bb360 !important;
	background: none !important;
	text-decoration: none;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 120px;
	left: 121px;
	top: -17px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #242424;
	padding: 17px 0 0 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 10px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	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 > ul li a:hover {
	color: #6bb360 !important;
	background: none !important;
	text-decoration: none;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	z-index: 11;
	background: #232323 url(../img/border2.png) 0 bottom repeat-x;
	background: rgba(0, 0, 0, 0.22) url(../img/border2.png) 0 bottom repeat-x;
}
body header {
}

footer {
	padding: 20px 0;
	text-align: center;
}
footer p {
	font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #6bb360;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 5px;
	color: #ffffff;
}
footer br {
	display: none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #f2f2f2;
	width: 40px;
	height: 43px;
	font-size: 43px;
	line-height: 38px;
	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: #2c2c2c;
}
.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 {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 48px;
}
.errorBox {
	text-align: center;
	padding: 53px 0 30px 0;
}
.errorBox1 {
	padding-top: 63px;
	padding-bottom: 152px;
}
.errorBox1 .title {
	color: #000000;
	font: 60px/60px 'Droid Serif';
	margin-bottom: 22px;
}
.errorBox1 p {
	font-size: 20px;
	font-style: italic;
}
.thumb-box1 {
	overflow: hidden;
	margin-bottom: 35px;
}
.thumb-box1 figure img {
	width: 100%;
}
.thumb-box2 {
	padding: 37px 0 34px 0;
	background: #3333ff;
	overflow: hidden;
}
.thumb-box2 p {
	color: #ffffff;
}
.thumb-box3 {
	padding: 35px 0 40px 0;
	text-align: center;
	overflow: hidden;
}
.thumb-box3 h3 {
	color: #000000;
}
.thumb-box3 .title {
	font: 24px/24px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 3px;
}
.thumb-box4 {
	margin-bottom: 10px;
}
.who-box .col-lg-4 {
	margin-bottom: 16px;
}
.testimBox {
	background: #3333ff;
	padding: 47px 0 0 0;
	overflow: hidden;
}
.testimBox h4 {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	background: #f2f2f2;
}
.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: 20px;
	overflow: hidden;
	color: #2c2c2c;
}
.thumb-pad1 .thumbnail .caption p {
	font: italic 16px/24px 'Droid Serif';
	color: #000000;
	margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p span {
	color: #9f9f9f;
}
.thumb-pad1 .thumbnail .caption a {
	color: #2c2c2c;
	font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #6bb360;
}
.thumb-pad1 figure {
	margin: 0;
	float: left;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
	background: #f2f2f2;
}
.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;
	float: right;
}
.thumb-pad2 .thumbnail .caption {
	padding: 17px;
	color: #2c2c2c;
	width: 366px;
	float: left;
}
.thumb-pad2 .thumbnail .caption .lnk {
	margin-bottom: 3px;
}
.thumb-pad2 .thumbnail .caption .lnk a {
	color: #2c2c2c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption .lnk a:hover {
	color: #6bb360;
}
.thumb-pad2 .thumbnail .caption h2 {
	margin-bottom: 5px;
}
.thumb-pad3 {
	overflow: hidden;
	margin: 0 0 40px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 figure {
	margin: 0 0 15px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption h2 {
	margin: 0 0 5px 0;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 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;
	color: #2c2c2c;
}
.thumb-pad4 figure {
	margin: 0 0 21px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 13px 0 50px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail span {
	color: #ffffff;
	font-size: 100px;
	text-shadow: 10px 10px 0 #64a25a;
	height: 111px;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0 19px;
	overflow: hidden;
	color: #2c2c2c;
}
.thumb-pad5 .thumbnail .caption .title {
	color: #ffffff;
	font: 24px 'Droid Serif';
	border-bottom: 1px solid #ffffff;
	padding-bottom: 18px;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 25px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #2c2c2c;
}
.thumb-pad6 .thumbnail .caption .lnk {
	font: 20px 'Droid Serif';
	color: #6bb360;
	display: inline-block;
	margin-bottom: 9px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption .lnk:hover {
	color: #000000;
}
.thumb-pad6 .thumbnail .caption time {
	font: 20px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;
	margin-bottom: 15px;
	display: block;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 0 30px 0 0;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad6-1 {
	overflow: hidden;
	margin-bottom: 53px;
}
.thumb-pad6-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6-1 .thumbnail p {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding-bottom: 22px;
	margin-bottom: 24px;
	font-style: italic;
}
.thumb-pad6-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #2c2c2c;
}
.thumb-pad6-1 .thumbnail .caption a {
	font: 22px 'Droid Serif';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6-1 .thumbnail .caption a:hover {
	color: #2c2c2c;
}
.thumb-pad6-1 .thumbnail figure {
	float: left;
	margin: 0 14px 0 0;
}
.thumb-pad7 {
	margin: 0;
}
.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;
	color: #2c2c2c;
}
.thumb-pad7 .thumbnail .caption .title {
	font: 20px 'Droid Serif';
	color: #6bb360;
	margin-bottom: 6px;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 22px 0;
	position: relative;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail figure em {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #2c2c2c url(../img/zoom.png) center center no-repeat;
	background: rgba(44, 44, 44, 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-pad7 .thumbnail figure:hover em {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad8 {
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 30px;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad8 .thumbnail p {
	margin-bottom: 35px;
}
.thumb-pad8 .thumbnail .caption {
	padding: 32px 20px 30px 20px;
	overflow: hidden;
	color: #2c2c2c;
}
.thumb-pad8 .thumbnail figure {
	margin: 0;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
/*------------------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;
}
.izotopeBox {
	overflow: hidden;
}
.izotope-box {
	margin: 0 0 14px -30px;
}
.element {
	height: auto !important;
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	padding: 0 0 39px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#options {
	margin-bottom: 34px;
}
#options .pagination {
	margin: 0;
}
#filters li {
	display: inline-block;
	margin-right: 40px !important;
}
#filters {
	position: relative;
}
#filters li {
	float: left;
}
#filters li a {
	padding: 0;
	border-radius: 0 !important;
	font: 18px 'Droid Serif';
	color: #000000;
	margin: 0;
	background: none !important;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#filters li a:hover {
	text-decoration: none;
	color: #6bb360 !important;
}
#filters.pagination li a.selected {
	text-decoration: none;
	color: #6bb360 !important;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: bold 14px/32px 'Droid Sans';
	color: #2c2c2c;
	border-top: 1px solid #2c2c2c;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	border-color: #6bb360;
	color: #6bb360;
	background: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 40px;
	font: bold 14px/45px 'Droid Sans';
	margin: 0;
	border: 1px solid #b4b4b4;
	text-shadow: none;
	border-radius: 5px;
	color: #2c2c2c;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #6bb360 !important;
	border-color: #6bb360;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: bold 14px/45px 'Droid Sans';
	margin: 0;
	border: 1px solid #6bb360;
	text-shadow: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #6bb360;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #6bb360;
	background: transparent !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1-1 {
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list1-1 li a {
	font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #6bb360;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1.indent {
	margin-bottom: 32px;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 26px;
}
.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: 22px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 6px;
}
.list3 li a {
	font: 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #ff5d5c;
}
.list3 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 15px;
}
.list4 li p {
	margin-bottom: 0;
}
.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 'Quattrocento Sans', "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: #2c2c2c;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list6 li .badge {
	padding: 10px 0 0 0;
	width: 66px;
	height: 66px;
	text-align: center;
	border-radius: 100%;
	background: #6bb360;
	float: left;
	margin: 0 23px 0 0;
	font: 22px/22px 'Droid Serif';
	color: #ffffff;
}
.list6 li p {
	margin-bottom: 0;
	margin-top: 10px;
}
.list6 li a {
	font: 20px/22px 'Droid Serif';
	color: #6bb360;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #2c2c2c;
}
.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 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 20px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h3 {
	margin-bottom: 12px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 298px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#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;
	width: 267px;
	outline: none;
	border: 1px solid #e8e8e8;
	background: #fbfbfb;
	font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	padding: 10px 14px;
	height: 42px;
	resize: none;
}
#search {
	margin: 0 0 15px 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 7px;
	right: 13px;
}
#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: #242424;
	border: 1px solid #292a31;
	font: italic 12px/18px 'Droid Serif';
	color: #5a5a5a;
	padding: 8px 45px 8px 14px;
	height: 36px;
	outline: none;
	resize: none;
	overflow: hidden;
}
.search-box {
	padding-bottom: 20px;
}
.search-box .title {
	font: 60px/60px 'Droid Serif';
	color: #ffffff;
}
.search-box .description {
	font: 10px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
/*-----map-----*/
.formBox .col-lg-4, .formBox .col-lg-8 {
	margin-bottom: 60px;
}
.map {
	margin: 0 0 60px 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: 462px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 80px;
	display: inline-block;
	color: #2c2c2c;
}
.info p a {
	color: #6bb360;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #2c2c2c;
}
.mail {
	color: #6bb360;
	font: 14px 'Quattrocento Sans', "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: #2c2c2c;
	text-decoration: underline;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
 .errorBox img {
 width: 100%;
}
 .thumb-box1 .box1 {
 display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .errorBox img {
 width: 100%;
}
 .thumb-box1 .box1 {
 display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar .nav {
 display: none;
}
 nav.tm_navbar {
 width: 100%;
 margin-bottom: 0;
 margin-top: 48px;
}
 h3 {
 font-size: 40px;
 line-height: 40px;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #6bb360;
 background: #6bb360;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .map iframe {
 height: 300px;
}
 .errorBox {
 text-align: center;
}
 .errorBox img {
 width: auto;
}
 #search {
 float: none;
}
 #search input {
 width: 100%;
}
 .search-box .title {
 font-size: 35px;
 line-height: 50px;
}
 .thumb-box1 .box1 {
 display: none;
}
 .thumb-pad1 figure {
 float: none;
 display: block;
}
 .thumb-pad1 figure img {
 width: auto;
}
 .thumb-pad2 figure {
 float: none;
 display: block;
}
 .thumb-pad2 figure img {
 width: auto;
}
 .thumb-pad3 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-box4 {
 margin-bottom: 50px;
}
 .errorBox {
 float: none !important;
}
 .errorBox1 .title {
 font-size: 34px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad6 .thumbnail figure {
 float: none;
 margin: 0 0 30px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
 .errorBox figure {
 padding: 0 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .thumb-pad1 figure img {
 width: 100%;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 h2 {
 font-size: 19px;
}
 footer span {
 display: none;
}
 footer br {
 display: block;
}
 .errorBox img {
 width: 100%;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 #search-404 {
 width: 280px;
}
 #search-404 input {
 width: 250px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}

hr { 
  background-color: gray;
  height: 2px;
  margin-left: 0%;
  margin-right: 0%;
  max-width: 100%;
  clear:left;

}

#contenedorauto {
       max-width: 1200px;
       height: auto;
}


.centrado2 {
	text-align: center;
}

s
