@import url(//fonts.googleapis.com/css?family=Fjalla+One);
body {
	background: #f0f0f0;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.428571429;
	color: #727272;
}
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: 17px;
	line-height: 22px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	color: #2b2b2b;
	font: 22px/22px 'Fjalla One';
	margin: 0 0 19px 0;
	text-transform: uppercase;
}
h3 {
	color: #393939;
	font: 24px/26px 'Fjalla One';
	margin: 0 0 9px 0;
	text-transform: uppercase;
}
h4 {
	color: #2b2b2b;
	font: 24px/24px 'Fjalla One';
	margin: 0 0 39px 0;
	text-transform: uppercase;
}
h5 {
	color: #969696;
	font: 14px/26px 'Fjalla One';
	font-weight: normal !important;
	margin: 0 0 12px 0;
}
.extra-wrap {
	overflow: hidden;
}
.container {
	position: relative;
}
.global {
	background: #ffffff;
	padding: 55px 0 0 0;
}
/*-----menu-----*/
nav.tm_navbar {
	position: relative;
	z-index: 2;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	min-height: 0;
	float: right;
	margin-top: -14px;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	position: relative;
	margin-right: 41px;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
	padding-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: 16px 'Fjalla One';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	line-height: 22px;
	padding-top: 34px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > a em {
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li > a:hover em {
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a em {
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 4px;
	background: url(../img/menu-marker.png) no-repeat;
	width: 5px;
	position: absolute;
	left: 21px;
	top: 56px;
	float: left;
	margin-left: 7px;
}
nav.tm_navbar li em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	display: inline-block;
	opacity: 0;
	background: url(../img/hover.png) center 0 no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 102px;
	left: -21px;
	top: 87px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2a2a2a;
	padding: 21px 19px;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	display: block;
	text-align: center;
	border-bottom: 1px dashed #4a4a4a;
}
nav.tm_navbar .sub-menu > ul li.triangle {
	background: url(../img/tr.png) no-repeat !important;
	width: 9px;
	height: 5px;
	position: absolute;
	border: none;
	top: -5px;
	left: 47px;
}
nav.tm_navbar .sub-menu > ul li:first-child + li + li {
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Fjalla One';
	color: #b9b9b9;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: absolute;
	right: -24px;
	top: 6px;
	margin-left: 0;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 87px;
	left: 83px;
	top: -17px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #d00000;
	padding: 17px 16px;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Fjalla One';
	color: #ffffff;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li {
	border-color: #dc4242;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffea86 !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
.main {
	padding: 0;
	background: #ffffff;
}
header {
	position: relative;
	background: #d8d8d7;
	border-top: 6px solid #ffffff;
	padding-top: 23px;
	padding-bottom: 124px;
}
header article {
	padding: 0 46px 17px 39px;
	background: #000000;
	border-top: 14px solid #080808;
	border-bottom: 14px solid #080808;
}
header article p {
	float: left;
	font: 18px 'Fjalla One';
	color: #ffffff;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 0;
	padding-top: 20px;
	position: relative;
	z-index: 1;
	background-color: #3399FF;
}
header article > figure {
	margin: 0;
	position: absolute;
	bottom: -34px;
	left: 0;
	z-index: 0;
}
header article > figure img {
	width: 100%;
}
header.indent {
	padding-bottom: 143px;
}
header .col-tab {
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	width: 298px;
	position: absolute;
	top: 140px;
	left: 105px;
	padding: 22px 0 23px 39px;
}
header .col-tab strong {
	display: inline-block;
	background: url(../img/clip.png) center 0 no-repeat;
	width: 100%;
	height: 34px;
	position: absolute;
	z-index: 0;
	top: -30px;
	left: 0;
}
header .col-tab em {
	display: inline-block;
	background: url(../img/shadow2.png) center 0 no-repeat;
	width: 100%;
	height: 23px;
	position: absolute;
	bottom: -23px;
	left: 0;
}
header .col-tab img {
	float: left;
	margin-right: 9px;
}
header .col-tab .title1 {
	margin: 0;
	font: 20px/20px 'Fjalla One';
	color: #ed2121;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 10px;
}
header .col-tab .title2 {
	margin: 0;
	font: 24px/24px 'Fjalla One';
	color: #252525;
	text-transform: uppercase;
}
header .col-tab .title2 span {
	background: url(../img/tel_point.png) no-repeat;
	width: 4px;
	height: 4px;
	display: inline-block;
	margin: 0 5px 7px 5px;
}
footer {
	padding: 0;
	border-top: 1px solid #efefef;
	background: #f0f0f0;
}
footer em {
	font-style: normal;
}
footer section {
	border-top: 6px solid #ffffff;
	overflow: hidden;
	padding: 62px 0 132px 0;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 14px;
	background: url(../img/list_point.png) left 9px no-repeat;
	padding-left: 13px;
}
footer ul li a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #727272;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer ul li a:hover {
	color: #d00000;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer figure {
	margin: 0;
	display: block;
	margin-bottom: 14px;
}
footer p {
	font: 13px 'Fjalla One';
	color: #3e3e3e;
	text-transform: uppercase;
}
footer p span {
	color: #d10808;
}
footer p a {
	font: 13px 'Fjalla One';
	color: #3e3e3e;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #d10808;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.error-box {
	padding-bottom: 83px;
}
.errorBox {
	text-align: center;
	margin-top: 4px;
}
.errorBox figure {
	margin: 0;
}
.errorBox img {
	display: inline-block;
	width: 100%;
}
.errorBox1 h3 {
	line-height: 29px;
	margin-bottom: 34px;
}
.formBox {
	background: url(../img/pattern3.png) repeat;
	padding-top: 73px;
	padding-bottom: 47px;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 47px;
	height: 47px;
	border-radius: 54px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -710px !important;
	right: 50%;
	bottom: 40px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.testimonialsBox {
	padding-top: 23px;
	padding-bottom: 46px;
}
.testimonialsBox h4 {
	margin-bottom: 58px;
}
.testimonialsBox img {
	float: left;
	margin-right: 11px;
	margin-top: -9px;
}
.testimonialsBox a {
	color: #302f46;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	margin-top: 18px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox a:hover {
	color: #8fbf56;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox article {
	margin-top: -3px;
}
.trainerBox {
	margin-bottom: 16px;
	padding-top: 4px;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.handymanBox {
	margin-top: -64px;
}
.handymanBox > div {
	padding: 26px 36px 26px 30px;
	background: #f9b806;
	overflow: hidden;
}
.handymanBox > div .link1 {
	background: #d00000;
	font: 38px 'Fjalla One';
	color: #ffffff;
	text-transform: uppercase;
	padding: 14px 26px 14px 25px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 27px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.handymanBox > div .link1:hover {
	background: #ffffff;
	color: #d00000;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.handymanBox > div .link2 {
	background: #000000;
	font: 16px 'Fjalla One';
	color: #ffffff;
	border-radius: 2px;
	margin-top: 2px;
	float: right;
	padding: 14px 24px 14px 25px;
	margin-top: 11px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.handymanBox > div .link2 > img {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.handymanBox > div .link2:hover {
	background: #ffffff;
	color: #000000;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.handymanBox > div p {
	font: 40px 'Fjalla One';
	color: #ffffff;
	margin: 0;
	float: left;
	margin-top: 10px;
}
.welcomeBox {
	padding-top: 49px;
	margin-bottom: 80px;
}
.welcomeBox .title {
	margin: 0;
	color: #383838;
	font: 45px 'Fjalla One';
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 30px;
	margin-bottom: 33px;
}
.classesBox {
	border-top: 1px solid #efefef;
	margin-top: 87px;
	padding: 71px 0 84px 0;
}
.classesBox h3 {
	margin-bottom: 42px;
}
.classesBox .title {
	color: #535353;
	font: 14px/20px 'Fjalla One';
	text-transform: uppercase;
	margin-bottom: 10px;
}
.classesBox .sm_logo {
	margin-bottom: 35px;
	margin-top: 7px;
}
.classesBox a {
	color: #ff4f4f;
	font: 14px/20px 'Fjalla One';
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.classesBox a:hover {
	color: #535353;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.classesBox figure {
	margin: 0 0 26px 0;
}
.classesBox figure img {
	width: 100%;
}
.classesBox .follow_icon {
	padding: 0;
	margin: 54px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.classesBox .follow_icon li {
	float: left;
	margin-right: 18px;
}
.classesBox .follow_icon li a {
	font-family: FontAwesome;
	color: #000000;
	font-size: 16px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.classesBox .follow_icon li a:hover {
	color: #ff4f4f;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.aboutBox h4 {
	margin-bottom: 37px;
}
.aboutBox hr {
	border-color: #efefef;
	margin: 86px 0 0 0;
}
.teamBox {
	padding-top: 72px;
}
.services-box {
	padding-bottom: 72px;
}
.services-box hr {
	border-color: #efefef;
	margin: 68px 0 0 0;
}
.servicesBox {
	padding-top: 2px;
}
.servicesBox h4 {
	color: #979797;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 37px;
}
.box_1 {
	display: inline-block;
	margin-top: -1px;
	margin-bottom: 18px;
	width: 100%;
}
.box_1 > table {
	margin-bottom: 12px;
	width: 100%;
}
.box_1 > table tr > td > img {
	margin-right: 11px;
	float: left;
	display: inline-block;
	margin-top: 8px;
}
.box_1 > table tr > td {
	white-space: nowrap;
}
.box_1 > table a {
	color: #707070;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif 14px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.dots {
	background: url(../img/background-point.png) 30% 15px repeat-x;
	width: 100%;
}
.box_1 > table a:hover {
	color: #d00000;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.priceBox hr {
	border-color: #efefef;
	margin: 46px 0 72px 0;
}
/*-----carousel-----*/
.list_carousel2.responsive {
	width: auto;
	margin: 0;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 31px;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	text-align: center;
}
.list_carousel2 #foo2 > li p {
	color: #969696;
	font: 14px/26px 'Fjalla One';
}
.list_carousel2 #foo2 > li figure:first-child {
	margin-left: 0;
}
.list_carousel2 #foo2 > li figure a {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li figure a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel2 .prev, .list_carousel2 .next {
	display: inline-block;
	cursor: pointer;
}
.foo-btn {
	position: relative;
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 21px;
}
.foo-btn .prev {
	width: 17px;
	height: 17px;
	background: url(../img/prev_arr.png) no-repeat;
	opacity: 1;
	margin-right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.foo-btn .next {
	width: 17px;
	height: 17px;
	background: url(../img/next_arr.png) no-repeat;
	opacity: 1;
	margin-left: 1px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.foo-btn .next:hover {
	opacity: 0.45;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.foo-btn .prev:hover {
	opacity: 0.45;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*-----thumbs-----*/
.bannerBox {
	background: #d8d8d7;
	padding-top: 94px;
	padding-bottom: 133px;
	text-align: center;
	font-size: 18px;
}
.thumb-pad1 {
	overflow: hidden;
	padding: 0;
	margin-bottom: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
	margin-bottom: 36px;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #727272;
	overflow: hidden;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption a {
	display: inline-block;
	color: #2b2b2b;
	font: 22px/22px 'Fjalla One';
	margin: 0 0 10px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #ed2121;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 0;
	font: 12px 'Fjalla One';
	color: #959595;
	text-transform: uppercase;
}
.thumb-pad2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h3 {
	margin-top: 14px;
	letter-spacing: -1px;
}
.thumb-pad2 figure {
	margin: 0;
	float: left;
	margin-right: 30px;
	border-radius: 200px;
}
.thumb-pad2 figure img {
	border-radius: 200px;
}
.thumb-pad2-2 {
	padding-top: 6px;
}
.thumb-pad2-2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2-2 .thumbnail .caption {
	padding: 0;
	color: #727272;
	overflow: hidden;
}
.thumb-pad2-2 figure {
	margin: 0 0 33px 0;
}
.thumb-pad2-2 figure img {
	width: 100%;
}
.thumb-pad2-2 figure a {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad2-2 figure a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad2-2 .thumbnail .caption a {
	color: #97f4f8;
	font: 600 14px 'Open Sans';
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad2-2 .thumbnail .caption a:hover {
	color: #114345;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #727272;
	overflow: hidden;
}
.thumb-pad3 figure {
	margin: 0 0 29px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	padding-bottom: 1px;
	margin-top: 6px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail figure {
	margin: 0 0 20px 0;
}
.thumb-pad4 .thumbnail figure a {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail figure a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 .thumbnail a {
	font: 14px 'Fjalla One';
	color: #969696;
	margin-bottom: 7px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail a:hover {
	color: #d00000;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.blogBox {
	padding-bottom: 51px;
}
.thumb-pad5 {
	overflow: hidden;
	margin-bottom: 12px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #727272;
}
.thumb-pad5 .thumbnail .caption a {
	display: inline-block;
	margin-bottom: 24px;
}
.thumb-pad5 .thumbnail .caption time {
	font: 600 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption a:hover time {
	color: #97f4f8;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 figure {
	position: relative;
	z-index: 1;
	margin: 0 0 34px 0;
	background: #aeb489;
}
.thumb-pad5 figure em {
	position: absolute;
	top: 50%;
	left: 50%;
	font-style: normal;
	display: inline-block;
	font: 600 30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin-left: -33px;
	margin-top: -33px;
	opacity: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad5 figure em img {
	width: auto;
}
.thumb-pad5 figure a {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad5 figure a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad5 figure a:hover em {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad9 {
	overflow: hidden;
	margin-bottom: 31px;
	padding-top: 5px;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
	padding-bottom: 10px;
}
.thumb-pad9 figure {
	margin: 0;
	float: left;
	margin-right: 30px;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #727272;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad9 .thumbnail .caption a {
	font: 14px 'Fjalla One';
	color: #969696;
	display: inline-block;
	margin-bottom: 17px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad9 .thumbnail .caption a:hover {
	color: #d00000;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad10 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad10 figure {
	margin: 0;
	float: left;
	margin-right: 15px;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0;
	color: #727272;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 9px 19px 8px 19px;
	font: 14px/17px 'Fjalla One';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #f9b806;
	border-radius: 2px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1 > img {
	display: inline-block;
	margin-top: -1px;
	margin-left: 6px;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #f52a1a;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Fjalla One';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	text-transform: none;
	color: #3d3d3d;
	border: none;
	background: none;
	padding-right: 20px;
	background: url(../img/more_arr3.png) right 5px no-repeat !important;
	border-radius: 0;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 > img {
	display: inline-block;
	margin-top: -1px;
	margin-left: 2px;
}
.btn-default.btn2:hover {
	color: #d00000;
	background: url(../img/more_arr3.png) right 5px no-repeat !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 14px 'Cabin';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3 img {
	display: inline-block;
	margin-left: 7px;
	margin-top: -2px;
}
.btn3:hover {
	color: #114345;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----Flickr-----*/
#flickr_badge_wrapper {
	padding: 0 0 3px 0 !important;
}
.flickr_badge_image {
	margin: 0 7px 9px 0px !important;
	width: 60px;
}
.flickr_badge_image a {
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}
.flickr_badge_image a img {
	border-radius: 0 !important;
}
/*-----list-----*/
.price-list {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
.price-list li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
}
.price-list li img {
	float: left;
	display: inline-block;
	margin-right: 9px;
	margin-top: 4px;
}
.price-list li a {
	color: #727272;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.price-list li a:hover {
	color: #d00000;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-3 {
	margin: -7px 0 15px 19px;
	padding: 0;
	list-style: none;
}
.list1-3 li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/more_arr.png) left 6px no-repeat;
}
.list1-3 li a {
	color: #97f4f8;
	font: 14px 'Open Sans';
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-3 li a:hover {
	color: #114345;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 23px;
}
.list1 li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.list1 li em {
	display: inline-block;
	float: right;
	width: 11px;
	height: 16px;
	background: url(../img/list_arrow.png) no-repeat;
	margin-top: 3px;
	margin-right: 3px;
}
.list1 li a {
	font: 22px/26px 'Fjalla One';
	color: #979797;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #242424;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	padding: 0 0 45px 0;
	margin-bottom: 72px;
	list-style: none;
	border-bottom: 1px solid #efefef;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
}
.list2 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 61px;
	box-shadow: none;
	text-shadow: none;
	font: 24px/24px 'Fjalla One';
	text-align: center;
	color: #ffffff;
	background: #d00000;
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 29px;
	margin-top: 3px;
	padding-top: 10px;
}
.list2 li a {
	font: 14px/20px 'Fjalla One';
	color: #969696;
	margin-bottom: 15px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #d00000;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 35px;
}
.list3 li a {
	font: 14px 'Fjalla One';
	color: #969696;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #d00000;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li span {
	font-size: 18px;
	color: #ffffff;
}
.list3 li img {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	margin-bottom: 14px;
	background: url(../img/list_point.png) left 9px no-repeat;
	padding-left: 13px;
}
.list4 li a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #727272;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #d00000;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 {
	margin: -9px 0 0 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 33px;
}
.list5Box .list1 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 55px;
}
.list6 {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 7px;
}
.list6 li p {
	margin-bottom: 25px;
}
.list6 li a {
	color: #302f46;
	font: bold 16px/18px 'Arial';
	margin-bottom: 4px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #91ca4e;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: bold 30px Arial, Helvetica, sans-serif;
	color: #91ca4e;
	background: none;
	float: left;
	margin-right: 14px;
	margin-top: -13px;
}
.list8 {
	margin: 0;
	padding: 0;
	margin-top: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding-top: 9px;
}
#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: 100%;
	outline: none;
	border: 1px solid #cbccca;
	background: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #727272;
	padding: 10px 15px 11px 15px;
	height: 41px;
	resize: none;
	margin-bottom: 18px;
}
#search-404 a {
	float: left;
	margin-top: 8px;
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search-404 a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search {
	position: relative;
	float: right;
	margin-top: 1px;
	margin-right: 21px;
}
#search a {
	position: absolute;
	top: 0px;
	right: -21px;
	width: 15px;
	height: 14px;
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search input {
	position: relative;
	width: 95px;
	outline: none;
	box-shadow: none;
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	border-radius: 0;
	padding: 0 10px 0 13px;
	margin-right: 0;
	background: url(../img/search_bg.png) 0 bottom repeat-x;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 19px;
	line-height: 19px;
}
/*-----map-----*/
.map {
	margin: 0 0 55px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 382px;
	border: none;
	line-height: 0;
}
.info p {
	margin-bottom: 20px;
	color: #535353;
	font: 14px/20px 'Fjalla One';
	text-transform: uppercase;
}
.info a {
	text-decoration: underline;
	color: #727272;
}
.info a:hover {
	text-decoration: none;
}
.info span {
	display: inline-block;
	width: 84px;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	margin: 0;
	float: right;
	margin-top: 3px;
}
#newsletter label {
	position: relative;
	width: 286px;
	height: 42px;
	float: left;
	margin-bottom: 0;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	font: 12px 'Quicksand';
	line-height: 18px;
	color: #767676;
	text-transform: uppercase;
	background: url(../img/search_bg.png) repeat-x;
	height: 42px;
	width: 100%;
	padding: 11px 20px 11px 20px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #e9e9e9;
}
#newsletter .error {
	position: absolute;
	top: 44px;
	right: 0px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #8fbf56;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .btns a {
	position: absolute;
	top: 9px;
	right: 13px;
	opacity: 1;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#newsletter .btns a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border-radius: 0px;
	padding: 5px 12px 5px 12px;
	font: 12px 'Arial';
	color: #767676;
	border: 1px solid #e9e9e9;
	text-align: center;
	background: #e9e9e9;
	height: 42px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	padding-bottom: 29px;
	overflow: hidden;
	padding-top: 4px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 61px;
	margin: 0;
	font-weight: normal;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #727272;
}
#contact-form label span {
	margin-bottom: 2px;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 242px;
	margin-right: 20px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 15px 12px 15px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	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: 100%;
	outline: none;
	border: 1px solid #cbccca;
	background: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #727272;
	padding: 10px 15px 11px 15px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 201px;
	margin-bottom: 25px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px Arial, Helvetica, sans-serif;
	color: #727272;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	height: 42px;
	padding: 10px 15px 12px 15px;
	line-height: 18px;
	border: 1px solid #cbccca;
	background: #ffffff;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mail {
	text-decoration: underline;
	color: #727272;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #727272;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .classesBox .provideBox div {
 padding-right: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 191px;
}
 header article > figure {
 bottom: -25px;
}
 header .col-tab {
 left: 15px;
}
 .handymanBox > div p {
 margin-top: 21px;
 font-size: 26px;
}
 .thumb-pad1 .thumbnail .caption a {
 font-size: 17px;
 line-height: 19px;
}
 .errorBox > img {
 width: 100%;
}
 .thumb-pad5 figure em {
 margin-left: -45px;
 margin-top: -33px;
}
 nav.tm_navbar li a {
 font-size: 13px;
}
 header article {
	padding-right: 20px;
	font-size: 24px;
	color: #6CF;
}
 nav.tm_navbar li a span {
 left: 15px;
}
 nav.tm_navbar .sub-menu > ul {
 left: -27px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 h1.navbar-brand_ {
 position: relative;
 text-align: center;
}
 nav.tm_navbar {
 float: none;
 display: block;
 text-align: center;
 margin-top: 20px;
 border-top: 7px solid #d8d8d7;
}
 nav.tm_navbar > ul {
 display: inline-block;
}
 header article {
 padding: 0 0 17px 0;
 position: relative;
}
 header article p {
 float: none;
 display: inline-block;
}
 header article > figure {
 bottom: -21px;
}
 header .col-tab {
 top: 430px;
 left: 50%;
 margin-left: -150px;
}
 nav.tm_navbar .sub-menu > ul {
 top: 92px;
}
 .bannerBox article {
 margin-bottom: 70px;
}
 .handymanBox > div p {
 margin-top: 16px;
 font-size: 20px;
}
 .handymanBox > div .link1 {
 font-size: 25px;
}
 .handymanBox > div .link2 {
 margin-top: 3px;
}
 .list_carousel2 #foo2 > li p br {
 display: none;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .thumb-pad2 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad2 .thumbnail .caption br {
 display: none;
}
 .list1 li a {
 font-size: 15px;
}
 .classesBox h3 {
 font-size: 17px;
}
 .classesBox article {
 margin-bottom: 70px;
}
 .thumb-pad4 figure {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 15px;
}
 .thumb-pad1 .thumbnail .caption .title {
 font: italic 24px/24px 'Cabin';
 color: #ffffff;
 margin-bottom: 26px;
}
 .thumb-pad1 .thumbnail .caption a {
 font-size: 17px;
 line-height: 19px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
}
 .info-box {
 width: 100%;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .foo-btn {
 right: 30px;
}
 .errorBox img {
 width: 100%;
}
 footer .copyright br {
 display: block;
}
 .thumb-pad5 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad5 figure {
 border-width: 7px;
}
 header {
 text-align: center;
 position: relative;
 height: auto;
 margin-top: 0;
}
 footer article {
 margin-bottom: 50px;
}
 .list1-3 {
 margin-left: 0;
}
 .thumb-pad5 figure em {
 font-size: 23px;
 margin-left: -33px;
 margin-top: -33px;
}
 footer section {
 padding: 62px 0 0 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #d00000;
 background: #d00000;
 color: #ffffff;
 cursor: pointer;
 margin-bottom: 0;
 margin-top: 30px;
 height: 30px;
 vertical-align: middle;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0 15px;
 margin: 0;
 border-top: 7px solid #d8d8d7;
}
 nav.tm_navbar .nav {
 display: none;
}
 nav.tm_navbar {
 float: none;
 display: block;
 text-align: center;
 margin-top: 20px;
}
 nav.tm_navbar > ul {
 display: inline-block;
}
 h1.navbar-brand_ {
 position: relative;
}
 header article {
	text-align: center;
	padding: 0 0 17px 0;
	font-size: 36px;
}
 header article p {
 float: none;
 display: inline-block;
}
 header article > figure {
 display: none;
}
 header .col-tab {
 top: 430px;
 left: 50%;
 margin-left: -150px;
}
 .bannerBox article {
 margin-bottom: 70px;
 width: 50%;
 float: left;
}
 .handymanBox > div p {
 margin-top: 16px;
 font-size: 20px;
 float: none;
 margin: 0;
 margin-bottom: 30px;
}
 .handymanBox > div .link1 {
 font-size: 25px;
 float: none;
 margin: 0;
 margin-bottom: 20px;
}
 .handymanBox > div .link2 {
 margin-top: 3px;
 float: none;
 margin: 0;
}
 .handymanBox > div {
 text-align: center;
}
 .handymanBox > div .link2 {
 margin-top: 3px;
}
 .handymanBox > div .link2 > img {
 float: none;
 margin-right: 10px;
 display: inline-block;
}
 .list_carousel2 #foo2 > li p br {
 display: none;
}
 .thumb-pad2 {
 margin-bottom: 30px;
}
 .thumb-pad2 .thumbnail .caption br {
 display: none;
}
 .classesBox h3 {
 font-size: 17px;
}
 .classesBox article {
 margin-bottom: 70px;
 width: 50%;
 float: left;
}
 footer article {
 margin: 0 0 50px 0;
}
 footer section {
 padding-bottom: 0;
}
 .thumb-pad9 figure {
 float: left;
 margin-right: 15px;
}
 #search {
 display: inline-block;
 float: none;
}
 #search input {
 width: 200px;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 {
 padding-bottom: 40px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-bottom: 3px;
}
 #contact-form .error,  #contact-form .empty {
 bottom: 2px;
 text-align: right;
}
 #contact-form .message .error,  #contact-form .message .empty {
 bottom: 2px;
}
 .errorBox {
 margin-top: 0;
 margin-bottom: 50px;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .info-box {
 width: 100%;
}
 .list3 {
 padding-bottom: 70px;
}
 .thumb-pad5 figure {
 border-width: 7px;
}
 .thumb-pad9 {
 padding-bottom: 60px;
}
 .thumb-pad3 {
 margin-bottom: 70px;
}
 .thumb-pad3 figure {
 float: left;
 margin-right: 20px;
 margin-bottom: 0;
}
 .thumb-pad3 .thumbnail .caption {
 margin: 0;
 overflow: visible;
}
 .list1 {
 margin-bottom: 60px;
}
 .errorBox {
 padding-top: 30px;
}
 .errorBox figure {
 margin: 0;
 padding: 0 110px;
}
 .error-box {
 padding-bottom: 30px;
}
 .thumb-pad5 figure em {
 font-size: 23px;
 margin-left: -33px;
 margin-top: -33px;
}
 .servicesBox {
 margin-bottom: 60px;
}
 .servicesBox article {
 width: 50%;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad9 figure {
 float: none;
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .welcomeBox .title {
 font-size: 30px;
}
 .thumb-pad4 figure {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 15px;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad5 .thumbnail .post .posted br {
 display: block;
}
 .thumb-pad5 .thumbnail .post .posted a {
 float: none !important;
}
 .thumb-pad9 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 14px;
}
 .services-box {
 padding-bottom: 0px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 h1.navbar-brand_ img {
 width: 100%;
}
 .bannerBox article {
 margin-bottom: 50px;
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .thumb-pad2 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad2 {
 margin-bottom: 70px;
}
 .classesBox article {
 margin-bottom: 70px;
 width: 100%;
 float: none;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
 header .col-tab {
 width: 265px;
 padding: 22px 0 23px 15px;
 margin-left: -135px;
}
 header .col-tab em {
 display: none;
}
 #search input {
 width: 150px;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .box_1 > table a {
 font-size: 11px;
}
 .box_1 > table tr > td {
 font-size: 11px;
}
 .dots {
 background: url("../img/background-point.png") repeat-x scroll 30% 12px transparent;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 51px;
}
.padBot1 {
	padding-bottom: 49px;
}
.padBot2 {
	padding-bottom: 55px;
}
.padBot3 {
	padding-bottom: 80px;
}
.padTop {
	padding-top: 62px;
}
/*Core variables and mixins*/
