@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
body {
	background: #fdfdfd;
	font: 14px Open Sans, Arial, Helvetica, sans-serif;
	line-height: 1.428571429;
	color: #9b9b9b;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: 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: 18px;
	line-height: 23px;
}
p strong {
	color: #edce3d;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ span {
	font: 20px 'Georgia';
	color: #fdc9b4;
	margin-bottom: 0;
	margin-top: -6px;
	display: block;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > img {
	width: 100%;
}
h2 {
	color: #f94902;
	font: 35px 'Georgia';
	margin: 0 0 22px 0;
}
h3 {
	color: #9b9b9b;
	font: 20px 'Georgia';
	margin: 0 0 9px 0;
}
.extra-wrap {
	overflow: hidden;
}
.container {
	position: relative;
}
.global {
	background: #ffffff;
}
/*-----menu-----*/
.menuBox {
	background: #e52d02;
}
.menuBox.indent {
	margin-bottom: 58px;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 20px 0 19px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar > ul {
	display: inline-block;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 23px;
	position: relative;
	margin-right: 27px;
	padding-right: 26px;
	background: url(../img/menu_point.png) right 10px no-repeat;
}
nav.tm_navbar li:last-child {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 22px 'Georgia';
	color: #ffffff;
	background: none;
	line-height: 22px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.active > a {
	color: #ffe7b7;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #ffe7b7;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffe7b7;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 5px;
	background: url(../img/menu-marker.png) no-repeat;
	width: 6px;
	position: relative;
	left: -33px;
	top: 13px;
	margin-left: 5px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 110px;
	left: -20px;
	top: 46px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffab08;
	padding: 12px 22px 12px 22px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 8px 0 9px 0;
	display: block;
	text-align: left;
	border-bottom: 1px dashed #ffc350;
}
nav.tm_navbar .sub-menu > ul li.triangle {
	background: url(../img/triangle.png) no-repeat !important;
	width: 9px;
	height: 5px;
	position: absolute;
	border: none;
	top: -4px;
	left: 50px;
}
nav.tm_navbar .sub-menu > ul li:first-child + li + li {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0 0 0 11px;
	margin: 0;
	float: none;
	font: 15px 'Georgia';
	color: #ffffff;
	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: 5px;
	position: relative;
	left: 16px;
	top: -1px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #fff38e !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: #fff38e !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 110px;
	left: 88px;
	top: -12px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #403727;
	padding: 12px 22px 12px 22px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 8px 0 9px 0;
	display: block;
	text-align: left;
	border-bottom: 1px dashed #676155;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	border-bottom: none !important;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 15px 'Georgia';
	color: #968573;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	width: 100%;
	z-index: 1;
	margin: 0;
	padding-top: 36px;
	padding-bottom: 42px;
	top: 0;
	left: 0;
	background: #f94902 url(../img/pattern1.png) 0 bottom repeat-x;
}
header .followBox {
	background: #333;
	padding-top: 11px;
	padding-bottom: 14px;
	margin-bottom: 25px;
}
header .followBox br {
	display: none;
}
.follow_icon {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	text-align: center;
	margin-bottom: 48px;
}
.follow_icon li {
	margin-right: 10px;
	display: inline-block;
}
.follow_icon li a {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.follow_icon li a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
footer {
	padding-top: 63px;
	background: #4f9fab;
	position: relative;
}
footer em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	display: inline-block;
	background: url(../img/pattern3.png) repeat-x;
}
footer .col-lg-4, footer .col-lg-5, footer .col-lg-3 {
	min-height: 143px;
}
footer .col-lg-4 {
	position: relative;
}
footer .col-lg-4:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #74b3bd;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: 35px;
	content: ' ';
	z-index: 10;
}
footer .col-lg-5:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #74b3bd;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: 35px;
	content: ' ';
	z-index: 10;
}
footer .followBox {
	padding-top: 80px;
	padding-bottom: 92px;
	margin-top: 62px;
	background: url(../img/pattern4.png) 0 top repeat-x;
}
footer .followBox article {
	text-align: center;
}
footer .followBox p {
	color: #ffffff;
	font: 18px 'Georgia';
}
footer .followBox a {
	color: #ffffff;
	font: 18px 'Georgia';
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
footer .followBox a:hover {
	color: #9ff2ff;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.iconBox img {
	float: left;
	margin-right: 15px;
}
.iconBox p {
	color: #fefefe;
	font: 22px/29px 'Georgia';
}
.dateBox {
	text-align: center;
	position: relative;
}
.dateBox:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #f2f2f2;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: 2px;
	content: ' ';
	z-index: 10;
}
.dateBox > div {
	padding: 0 20px;
}
.dateBox .date {
	font: 80px/75px Racing Sans One;
	color: #4b4b4b;
	margin-bottom: 26px;
	margin-top: -9px;
}
.dateBox .title {
	font: 15px/20px Racing Sans One;
	color: #4b4b4b;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.advantageBox {
	padding-bottom: 73px;
}
.info-box p {
	font: 12px/18px 'Open Sans';
	color: #ffffff;
	letter-spacing: 1px;
}
.info-box a {
	color: #edce3d;
	text-decoration: underline;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info-box a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info-box h2 {
	font-size: 21px;
	letter-spacing: 2px;
	white-space: nowrap;
}
.professionalBox {
	padding-top: 81px;
	padding-bottom: 68px;
}
.professionalBox h2 {
	margin-bottom: 42px;
}
.professionalBox article figure {
	margin: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 38px;
}
.professionalBox article figure img {
	display: inline-block;
}
.aboutBox {
	padding-bottom: 10px;
}
.aboutBox h2 {
	margin-bottom: 21px;
}
.stallionBox {
	background: #ececf1 url(../img/pattern2.png) repeat;
	padding-top: 12px;
	padding-bottom: 46px;
}
.picBox {
	max-height: 256px;
	overflow: hidden;
	margin-bottom: 59px;
}
.picBox figure img {
	width: 100%;
}
.programsBox {
	padding: 48px 0 42px 0;
	background: #ffffff;
}
.servicesBox {
	padding-bottom: 94px;
}
.servicesBox em {
	width: 100%;
	height: 1px;
	display: block;
	background: #f2f2f2;
	margin-top: -10px;
	margin-bottom: 50px;
}
.servicesBox .container > h2 {
	font: 15px/20px Racing Sans One;
	color: #4b4b4b;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.servicesBox .container > h2 > span {
	background: #ffffff;
	display: inline-block;
	padding: 0 17px;
}
.mailBox p {
	margin-bottom: 10px;
}
.mailBox a:hover {
	text-decoration: underline;
}
.mailBox p img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.mailBox p a {
	color: #9ff2ff;
	font: 22px 'Georgia';
}
.mailBox span a {
	color: #ffffff;
	font: 22px 'Georgia';
}
.mailBox span img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.formBox {
	padding-top: 26px;
	margin-bottom: 36px;
}
.error-box {
	padding-bottom: 32px;
}
.errorBox {
	text-align: center;
	margin-top: 28px;
}
.errorBox > img {
	display: inline-block;
}
.errorBox1 h2 {
	line-height: 41px;
	margin-top: 40px;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 60px;
	height: 60px;
	border-radius: 54px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 40px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.bannerBox {
	padding-top: 10px;
	padding-bottom: 63px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: url(../img/shadow.png) center top no-repeat;
}
.bannerBox article {
	text-align: center;
	padding-top: 52px;
}
.bannerBox article figure {
	margin: 0;
	margin-bottom: 8px;
}
.bannerBox article figure img {
	width: 100%;
}
.bannerBox article strong {
	position: relative;
	width: 100%;
	height: 1px;
	background: #ded8d3;
	display: inline-block;
}
.bannerBox article strong em {
	position: absolute;
	bottom: -3px;
	left: 50%;
	background: #ffffff url(../img/em_img.png) no-repeat;
	width: 38px;
	height: 7px;
	display: inline-block;
	margin-left: -19px;
}
.bannerBox article p {
	margin-top: 23px;
}
.bannerBox article .title1 {
	margin: 0;
	font: 30px 'Georgia';
	margin-bottom: 22px;
	color: #6b5743;
	padding-bottom: 32px;
	border-bottom: 1px solid #dbd5d0;
	position: relative;
}
.bannerBox article .title1 em {
	position: absolute;
	bottom: -4px;
	left: 50%;
	background: #ffffff url(../img/em_img.png) no-repeat;
	width: 38px;
	height: 7px;
	display: inline-block;
	margin-left: -19px;
}
.circleBox {
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
}
.circleBox p {
	font: 35px 'Georgia';
	color: #403727;
	margin-bottom: 0;
	margin-top: -36px;
	padding-bottom: 40px;
}
.circleBox p a {
	color: #f94902;
	border-bottom: 3px dashed #f94902;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.circleBox p a:hover {
	color: #403727;
	border-color: #403727;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.circleBox ul {
	list-style: none;
	margin: -60px 0 0 0;
	padding: 0;
	display: inline-block;
}
.circleBox ul li {
	width: 189px;
	height: 189px;
	float: left;
	overflow: hidden;
	border-radius: 189px;
	background: #ffffff;
	padding-top: 37px;
}
.circleBox ul li:first-child + li {
	margin-top: -30px;
}
.servBox {
	padding-bottom: 61px;
}
.privacyBox p {
	margin-bottom: 24px;
}
/*-----thumbs-----*/
.thumbBox1 {
	padding-top: 62px;
	padding-bottom: 65px;
}
.thumb-pad1 {
	overflow: hidden;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #9b9b9b;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title1 {
	font: 600 35px 'Georgia';
	color: #f94902;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
	border: 31px solid #f1f7f8;
	float: left;
	margin-right: 71px;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #9b9b9b;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0;
	float: left;
	margin-right: 40px;
}
.thumb-pad3 {
	margin-top: -6px;
}
.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: #9b9b9b;
	overflow: hidden;
}
.thumb-pad3 figure {
	margin: 0 0 25px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.teamBox {
	margin-top: 77px;
	border-top: 1px solid #eee;
	padding-top: 53px;
}
.thumb-pad4 {
	margin-top: 4px;
	padding-bottom: 12px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 figure {
	margin: 0;
	float: none;
	border: 22px solid #f1f7f8;
	margin-bottom: 32px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #9b9b9b;
}
.thumb-pad4 .thumbnail .caption a {
	color: #9b9b9b;
	font: 20px/20px 'Georgia';
	margin-bottom: 12px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
	color: #6b5743;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption p a {
	font: 20px 'Georgia';
	color: #9b9b9b;
	float: left;
}
.thumb-pad4 .thumbnail .caption p span {
	float: right;
	font: 20px 'Georgia';
	color: #9b9b9b;
}
.thumb-pad5 {
	margin-bottom: 66px;
	padding-top: 2px;
}
.thumb-pad5 br {
	display: none;
}
.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: #9b9b9b;
}
.thumb-pad5 .thumbnail .post {
	display: block;
	margin-bottom: 10px;
}
.thumb-pad5 .thumbnail .post p {
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .post p span {
	float: left;
	margin-right: 5px;
}
.thumb-pad5 .thumbnail .post > div > a {
	color: #9b9b9b;
	font: 20px/20px 'Georgia';
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .post > div > a:hover {
	color: #f94902;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .post .posted {
	overflow: hidden;
	color: #9b9b9b;
	margin-bottom: 18px;
}
.thumb-pad5 .thumbnail .post .posted br {
	display: none;
}
.thumb-pad5 .thumbnail .post .posted em {
	font-style: normal;
}
.thumb-pad5 .thumbnail .post .posted a {
	color: #9b9b9b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .post .posted a:hover {
	color: #f94902;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .post .posted .pull-right {
	color: #f94902;
}
.thumb-pad5 .thumbnail .post .posted .pull-right:hover {
	color: #9b9b9b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	border: 22px solid #f1f7f8;
	margin-right: 30px;
}
.thumb-pad5 figure > img {
	width: 100%;
}
.deliveringBox h2 {
	margin-bottom: 40px;
}
.thumb-pad7 {
	overflow: hidden;
	padding-bottom: 46px;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 figure {
	margin: 0;
	margin-bottom: 28px;
}
.thumb-pad7 figure > img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	color: #9b9b9b;
}
.thumb-pad7 .thumbnail .caption a {
	color: #333;
	font: bold 20px/20px 'Open Sans Condensed';
	text-transform: uppercase;
	margin-bottom: 12px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #00acef;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.bg_pic {
	width: 100%;
	height: 28px;
	background: url(../img/bg_page.png) repeat;
	margin-top: 2px;
	margin-bottom: 58px;
}
/*-----carousel-----*/
.carouselBox {
	padding: 23px 0 14px 0;
	margin-top: 9px;
	margin-bottom: 38px;
}
.carouselBox h2 {
	font: 80px 'Righteous';
	color: #ffffff;
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
}
.carouselBox hr {
	border-bottom: none;
	border-top: 1px solid #fd9188;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 28px;
}
.carouselBox .container {
	padding-top: 0;
}
.list_carousel2.responsive {
	width: auto;
	margin: 0;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 h2 {
	font: 25px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 19px;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	text-align: center;
	padding-left: 130px;
	padding-right: 130px;
}
.list_carousel2 #foo2 > li a {
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li a:hover {
	color: #4b4b4b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li span {
	color: #ffffff;
	font-size: 23px;
	width: 100%;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 13px;
	display: block;
}
.list_carousel2 #foo2 > li .title {
	font: 17px/21px 'Roboto Condensed';
	color: #ffc1bc;
}
.list_carousel2 #foo2 > li p {
	font: 15px/24px 'Open Sans';
	color: #868686;
}
.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;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 32px 0 0 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0 38px;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 10px;
	height: 10px;
	padding: 0 !important;
	margin: 0 0 0 5px;
	display: inline-block;
	background: #6a5f4c !important;
	border: none !important;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a > span {
	padding: 0 !important;
	border: none !important;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #f94902 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #f94902 !important;
}
.pagination a span {
	display: none;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 19px 12px 0 13px;
	font: 12px 'Georgia';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #6b5743 !important;
	border-radius: 55px;
	height: 55px;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #ffa740 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 14px 26px 14px 26px;
	font: 12px 'Georgia';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #f94902 !important;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2:hover {
	color: #3a7e8c;
	background: #f1f7f8 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	font: 14px Open Sans, Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #00acef;
	border: none;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3:hover {
	color: #333;
	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-----*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 23px;
	float: none;
	padding: 0 0 0 15px;
	margin: 0 0 2px 0;
	background: url(../img/list_arrow.png) left 10px no-repeat;
}
.list1 li a {
	font: 22px 'Georgia';
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 a:hover {
	color: #9ff2ff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li.active a {
	color: #9ff2ff;
}
.list2 {
	margin: 0 0 66px 0;
	padding: 4px 0 19px 0;
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 25px;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 8px;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li a {
	color: #9b9b9b;
	font: 20px 'Georgia';
	margin-bottom: 8px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #6b5743;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: 25px 'Open Sans';
	text-align: center;
	color: #ffffff;
	padding-top: 8px;
	width: 55px;
	height: 55px;
	border-radius: 45px;
	float: left;
	margin-right: 27px;
	margin-top: 0;
	text-decoration: none;
	background: #6b5743 !important;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 14px;
}
.list3 li span {
	font: 20px 'Georgia';
	color: #9b9b9b;
	margin-bottom: 3px;
}
.list3 li > img {
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.list3 li a {
	color: #9b9b9b;
	font: 14px/20px 'Open Sans';
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #6b5743;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li:first-child + li + li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list4 {
	margin: -3px 0 36px 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 23px;
	padding-left: 16px;
	margin-bottom: 7px;
	background: url(../img/list_point.png) left 11px no-repeat;
}
.list4 li a {
	color: #9b9b9b;
	font: 14px Open Sans, Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #f06d56;
	-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: 23px;
	margin-bottom: 33px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 4px;
}
#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 #cacbc9;
	background: #ffffff;
	font: 14px Open Sans, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #9b9b9b;
	padding: 10px 15px 11px 14px;
	height: 41px;
	margin-bottom: 21px;
	resize: none;
}
#search-404 a {
	float: left;
	margin-top: 8px;
}
#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 Open Sans, 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: 10px 0 39px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
	border: 22px solid #f1f7f8;
}
.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: 22px;
}
.info a:hover {
	color: #4b4b4b;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	padding-bottom: 29px;
	overflow: hidden;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 61px;
	margin: 0;
	font-weight: normal;
	font: 14px Open Sans, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #9b9b9b;
}
#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 11px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: .4;
	filter: alpha(opacity=40);
	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 #cacbc9;
	background: #ffffff;
	font: 14px Open Sans, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #9b9b9b;
	padding: 10px 15px 11px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 201px;
	margin-bottom: 29px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px Open Sans, Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#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: 0px 0;
}
#contact-form.success .success-message {
	height: 41px;
	padding: 10px 0 11px 0;
	line-height: 18px;
	border: 1px solid #cbccca;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
}
.btns p {
	margin-top: -3px;
	float: left;
	margin-left: 53px;
	font-weight: normal;
}
.mail {
	text-decoration: underline;
	color: #9b9b9b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #333;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 191px;
}
 h2 {
 font-size: 21px;
}
 h3 {
 font-size: 20px;
 line-height: 20px;
}
 .bannerBox article .title1 {
 font-size: 22px;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 22px;
}
 .foo-btn {
 right: 0;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .list-romb-box {
 text-align: center;
}
 .errorBox > img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 nav.tm_navbar {
 margin: 0 35px 0 0;
}
 nav.tm_navbar li {
 padding-right: 15px;
 margin-right: 10px;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
}
 h2 {
 font-size: 21px;
}
 h3 {
 font-size: 20px;
 line-height: 20px;
}
 .bannerBox article .title1 {
 font-size: 22px;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 22px;
}
 nav.tm_navbar {
 float: none;
 margin: 0;
 text-align: center;
}
 nav.tm_navbar ul {
 display: inline-block;
}
 header > em {
 left: -534px;
}
 .mailBox p img {
 margin-top: 0px;
}
 .mailBox p a {
 font-size: 14px;
}
 .mailBox span img {
 margin-top: 6px;
}
 .mailBox span a {
 font-size: 14px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 142px;
}
 .info-box {
 width: 100%;
}
 .info-box h2 {
 font-size: 17px;
 letter-spacing: 0;
 font-weight: 600;
}
 .thumb-pad2 figure {
 width: 110px;
}
 .foo-btn {
 right: 0;
}
 .errorBox img {
 width: 100%;
}
 .list-romb-box {
 text-align: center;
}
 .thumb-pad4 figure,  .thumb-pad4-1 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img,  .thumb-pad4-1 figure img {
 width: 100%;
}
 footer p span {
 display: none;
}
 footer br {
 display: block;
}
 .thumb-pad5 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .idealBox {
 width: 100%;
 float: none;
}
 .list_carousel2 #foo2 > li figure p {
 text-align: center;
}
 .list_carousel2 #foo2 > li figure a {
 float: none;
 display: inline-block;
}
 footer ul {
 display: inline-block;
}
 footer .pull-right {
 float: none !important;
 text-align: center;
}
 footer .pull-right p {
 float: none;
}
 .thumb-pad4 figure {
 border-width: 7px;
}
 .thumb-pad5 figure {
 border-width: 7px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #ffd97d;
 background: #ffd97d;
 color: #333;
 cursor: pointer;
 margin-top: 10px;
 height: 30px;
 vertical-align: middle;
}
 header {
 text-align: center;
 position: relative;
 height: auto;
 padding: 0 20px 10px 20px;
}
 .foo-btn {
 right: 0;
}
 #search {
 display: inline-block;
 float: none;
}
 #search input {
 width: 200px;
}
 h1.navbar-brand_ {
 width: 100%;
 float: none;
 text-align: center;
 margin-bottom: 40px;
 margin-top: 20px;
}
 h2 {
 font-size: 24px;
}
 .thumb-pad1 .thumbnail figure {
 margin-right: 20px;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 22px;
}
 .programsBox article {
 width: 100%;
 display: block;
 overflow: hidden;
 margin-bottom: 35px;
}
 .flickr_badge_image {
 width: 25%;
}
 .thumb-pad3 {
 margin-bottom: 70px;
}
 .thumb-pad3 figure {
 float: left;
 margin-right: 20px;
}
 .servicesBox {
 padding-bottom: 0px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .circleBox ul li {
 width: 160px;
 height: 160px;
}
 .dateBox:after {
 width: 0;
 height: 0;
 background: none;
 position: absolute;
 z-index: 1;
 display: inline-block;
 top: 0;
 left: 0;
 content: none;
 z-index: 10;
}
 .dateBox {
 margin-top: 70px;
}
 .padTop {
 padding-top: 20px;
}
 .padTop1 {
 padding-top: 0;
}
 .about-box {
 margin-bottom: 50px;
}
 .list2 {
 margin-bottom: 70px;
}
 .services-box {
 float: left;
}
 .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%;
}
 .iconBlock {
 margin-top: 50px;
 margin-bottom: 50px;
}
 .margTop {
 margin-top: 60px !important;
}
 .list-romb-box {
 text-align: center;
}
 .list3 {
 padding-bottom: 70px;
}
 .privacyBox {
 padding-bottom: 40px;
}
 .padTop,  .padTop1 {
 padding-top: 0 !important;
}
 .thumb-pad4-1 .thumbnail .caption {
 overflow: visible;
}
 footer .col-lg-4 {
 display: none;
}
 footer .col-lg-5 {
 margin-bottom: 35px;
}
 footer .col-lg-5:after {
 width: 0;
 height: 0;
 background: none;
 position: absolute;
 z-index: 1;
 display: inline-block;
 top: 0;
 right: 0;
 content: none;
 z-index: 10;
}
 .list_carousel2 #foo2 > li {
 padding-left: 40px;
 padding-right: 40px;
}
 .thumb-pad4 figure {
 border-width: 7px;
}
 .thumb-pad5 figure {
 border-width: 7px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad2 figure {
 margin: 0;
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 .flickr_badge_image {
 width: 20%;
}
 .thumb-pad4 .thumbnail .caption p span {
 float: none;
 display: block;
}
 .thumb-pad4 .thumbnail .caption p a {
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 15px;
}
 .thumb-pad1 .thumbnail figure img {
 width: 100%;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad4-1 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4-1 figure 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;
}
 .circleBox ul li {
 width: 140px;
 height: 140px;
 padding-top: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 .dateBox {
 width: 100%;
 float: none;
}
 .services-box {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .bannerBox article {
 float: none;
 margin-right: 0;
 padding-bottom: 30px;
 width: 100%;
}
 .bannerBox {
 padding-bottom: 10px;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 18px;
 line-height: 30px;
 font-weight: normal;
}
 .list2 li .badge {
 float: none;
 margin-bottom: 10px;
 margin-right: 0;
}
 .professionalBox article {
 width: 100%;
 float: none;
}
 .thumb-pad4 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 .circleBox ul {
 margin: -42px 0 0 0;
}
 .circleBox ul li {
 width: 100px;
 height: 100px;
 padding-top: 7px;
 float: none;
 margin-top: 0 !important;
}
 .circleBox p {
 font-size: 19px;
 margin-top: -16px;
}
 .circleBox p a {
 border-bottom-width: 1px;
}
 .thumb-pad4 .thumbnail .caption p span {
 font-size: 14px;
}
 .thumb-pad4 .thumbnail .caption p a {
 font-size: 14px;
}
 .servBox .padBot {
 padding-bottom: 10px;
}
 .servBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
 #search input {
 width: 150px;
}
 .follow_icon li {
 margin-right: 5px;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .thumb-pad4 .thumbnail .posted br {
 display: block!important;
}
 .thumb-pad4 .thumbnail .posted a {
 float: none!important;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .foo-btn {
 right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
	margin-bottom: 96px;
}
.padBot {
	padding-bottom: 41px;
}
.padTop {
	padding-top: 33px;
}
/*Core variables and mixins*/
