@import url(//fonts.googleapis.com/css?family=Roboto:400,300);
/*------ template stylization ------*/
body {
	background: #333333;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #606060;
	min-width:1200px;
}
p {
	margin-bottom: 0;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1.brand {
	font-size: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	float: left;
	padding: 0 0 0 0 !important;
}
h1.brand a {
	display: inline-block;
}
h2 {
	color: #333;
	font: 14px/16px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	margin: 2px 0 17px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	color: #333;
	font: 300 35px/35px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 41px;
	text-transform: uppercase;
}
h3 > span {
	color: #dd6542;
}
h4 {
	color: #333;
	font: 300 34px/41px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 17px;
}
#content ul {
	list-style: none;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	background: #efede0;
}
.main {
	background: url(../img/main_pic.jpg) center top no-repeat;
	width: 100%;
	height: auto;
	background-size: 100% auto;
}
.main.bg {
	background: url(../img/main_pic2.png) center top no-repeat;
	background-size: 100% auto;
}
/*-----btn-----*/
.btn.btn-primary {
	box-shadow: none;
	background: none;
	position: relative;
	border-radius: 0;
	display: inline-block;
	padding: 10px 44px 11px 44px;
	font: 11px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	color: #333;
	border: none;
	border: 1px solid #bcbab0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none !important;
	white-space: nowrap;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn.btn-primary:hover {
	background: none;
	color: #dd6542;
	border-color: #333;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn.btn-primary.btn1 {
	box-shadow: none;
	background: none;
	position: relative;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	padding: 9px 23px 9px 22px;
	font: bold 16px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	text-shadow: none;
	background: #dd6542;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn.btn-primary.btn1:hover {
	background: #bcbab0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn.btn-primary.btn2 {
	box-shadow: none;
	background: none;
	position: relative;
	text-transform: none;
	border-radius: 0;
	display: inline-block;
	padding: 7px 26px 11px 25px;
	font: 16px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	text-shadow: none;
	background: #0dccd7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 0;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn.btn-primary.btn2:hover {
	background: #bcbab0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn.btn-link {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font: 11px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	color: #dd6542;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	display: inline-block;
	margin-top: -2px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-link:hover {
	color: #333;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*-----list-----*/
.list0 {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 32px;
}
.list0 li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 48px;
}
.list0 li .bd {
	float: left;
	margin-right: 16px;
}
.list0 li .extra-wrap {
	padding-right: 30px;
}
.list0 li .title {
	font: bold 14px/16px 'Roboto';
	color: #333;
	text-transform: uppercase;
	margin-bottom: 19px;
}
.list1-box {
	position: relative;
	padding-top: 102px;
	margin-top: -80px;
	padding-bottom: 60px;
}
.list1-box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #bcbab0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -30px;
	content: ' ';
	z-index: 10;
}
.list1 {
	margin: 0;
	list-style: none;
	margin-top: 49px;
}
.list1 li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 29px;
	border-bottom: 1px solid #bcbab0;
	padding-bottom: 19px;
	overflow: hidden;
}
.list1 li:first-child + li + li + li {
	margin-bottom: 0;
	border-bottom: none;
}
.list1 li p.indent {
	margin-bottom: 27px;
}
.list1 li p strong {
	font-weight: normal;
	color: #333;
}
.list1 li p em {
	color: #333;
}
.list1 li figure {
	margin: 0;
	float: left;
	margin-right: 18px;
}
.list2 {
	margin: 0;
	list-style: none;
	margin-bottom: 97px;
}
.list2 li {
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(../img/list_point.png) left 8px no-repeat;
}
.list2.category li {
	margin-bottom: 11px;
}
.list2 li a {
	font: bold 14px Roboto, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list2 li a:hover {
	color: #0dccd7;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list3 {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 9px;
}
.list3 li {
	margin-bottom: 30px;
}
.list3-box {
	position: relative;
}
.list3-box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #bcbab0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -30px;
	content: ' ';
	z-index: 10;
}
.list4 {
	margin: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 1px;
	padding-right: 39px;
	padding-bottom: 20px;
}
.list4.box-list4 {
	margin-bottom: 54px;
}
.list4 li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 56px;
}
.list4 li .extra-wrap h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}
.list4 .badge {
	padding: 0;
	margin: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 50px;
	height: 37px;
	text-align: left;
	padding-top: 13px;
	text-align: center;
	text-shadow: none;
	background: none;
	font: 20px/20px Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 20px;
	background: #0dccd7;
	margin-top: 6px;
}
.list5 {
	margin: 0;
	list-style: none;
}
.list5 li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
}
.list5.info-box li {
	margin-bottom: 0;
}
.list5.info-box li p {
	font-style: normal;
	color: #efede0;
	font-size: 12px;
	line-height: 18px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list5.info-box li p span {
	display: block;
	width: 65px;
	float: none;
}
.list5.info-box li:first-child + li + li + li + li + li {
	margin-top: 18px;
}
.list5 li a {
	font: 14px/18px Roboto, Arial, Helvetica, sans-serif;
	color: #efede0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 li a:hover {
	color: #0dccd7;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list6-box {
	position: relative;
	padding-bottom: 46px;
}
.list6 li .extra-wrap p br {
	display: none;
}
.list6-box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #bcbab0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: 0;
	content: ' ';
	z-index: 10;
}
.list6 {
	margin: 0;
	list-style: none;
	display: block;
	margin-top: 45px;
	padding-right: 39px;
}
.list6 li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 50px;
}
.list6 .badge {
	padding: 0;
	margin: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 50px;
	height: 43px;
	text-align: left;
	padding-top: 7px;
	text-align: center;
	text-shadow: none;
	background: none;
	font: 20px/20px Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 20px;
	background: #0dccd7;
	margin-top: 5px;
}
.list6 .badge time {
	font: 20px/20px Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.list6 .badge .numb {
	font: 14px/16px Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: -3px;
}
.list6 li .extra-wrap p {
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	color: #606060;
	width: 100%;
	float: left;
}
.list6 li .extra-wrap p br {
	display: none;
}
.list6 li .extra-wrap > a {
	font: bold 14px Roboto, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 19px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li .extra-wrap > a:hover {
	color: #0dccd7;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li .extra-wrap p a {
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	color: #606060;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li .extra-wrap p a:hover {
	color: #0dccd7;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li > div {
	margin-bottom: 16px;
}
.list6 li > div .extra-wrap h3 {
	margin-bottom: 10px;
}
.list9 {
	margin: 0;
	list-style: none;
	margin-bottom: 18px;
}
.list9 li {
	margin-bottom: 53px;
}
.list9 li:first-child + li + li + li + li {
	margin-bottom: 0;
}
.list9 li h2 {
	margin-bottom: 19px;
}
.list10 {
	margin: 0;
	list-style: none;
}
.list10 li {
	margin-bottom: 18px;
}
.privacyBox {
	position: relative;
}
.privacyBox > div {
	padding-right: 39px;
	margin-bottom: 105px;
}
.privacyBox:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #bcbab0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: 0;
	content: ' ';
	z-index: 10;
}
/*-----thumbs-----*/
.thumb-pad-bann
{
	cursor:pointer;
}
.thumb-pad-bann figure {
	margin: 0 0 25px 0;
}
.thumb-pad-bann figure > img {
	width: 100%;
}
.thumb-pad-bann h2 {
	font: 23px/23px 'Roboto';
	color: #dd6542;
}
.thumb-pad0 {
	margin-bottom: 11px;
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	padding-bottom: 25px;
	color: #606060;
}
.thumb-pad0 .thumbnail .caption a {
	margin-bottom: 5px;
	display: inline-block;
	color: #ffffff;
	font: 33px/33px 'Anton', Roboto, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a:hover {
	color: #f6705e;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption h3 {
	margin-bottom: 9px;
}
.thumb-pad0 figure {
	position: relative;
	margin: 0;
	margin-bottom: 27px;
}
.thumb-pad0 figure img {
	width: 100%;
}
.thumb-pad0 figure a > em {
	width: 23px;
	height: 23px;
	background: url(../img/play.png) no-repeat;
	position: absolute;
	bottom: 1px;
	right: 1px;
}
.box-thumb h2 {
	margin-bottom: 28px;
}
.thumb-pad1 {
	margin-top: -6px;
	margin-bottom: 53px;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #606060;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 5px;
}
.thumb-pad1 figure {
	margin: 0;
	margin-bottom: 16px;
}
.thumb-pad1 figure img {
	width: 100%;
}
.holder {
	padding-right: 39px;
}
.thumb-pad2 {
	margin-bottom: 0;
	margin-top: 50px;
}
.thumb-pad2 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #606060;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 18px;
}
.thumb-pad2 .thumbnail .caption h2 {
	margin: 3px 0 20px 0;
}
.thumb-pad2 figure {
	margin: 0;
	margin-bottom: 18px;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad3 figure {
	margin: 0;
	display: inline-block;
	width: 100%;
}
.thumb-pad3 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad4 {
	padding: 20px 20px 15px 20px;
	margin-bottom: 30px;
	background-color: #e7e7e7;
}
.thumb-pad4 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad4 figure {
	margin: 0;
	width: 100%;
	margin-bottom: 16px;
}
.thumb-pad4 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 .thumbnail .caption p {
	color: #7b7b7b;
	margin-top: 11px;
}
.thumb-pad4 .thumbnail .caption a {
	color: #378673;
	font: 16px/20px Roboto, Arial, Helvetica, sans-serif;
	margin: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
	color: #9bd156;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad5 {
	margin: 0;
	display: inline-block;
	margin-bottom: 10px !important;
}
.thumb-pad5 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #606060;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 33px;
}
.thumb-pad5 figure {
	margin: 0;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.thumb-pad5 figure img {
	width: 100%;
}
.box4-box {
	margin-top: 0;
	padding-bottom: 30px;
}
.box4 {
	margin-top: 9px;
}
.thumb-pad8 {
	position: relative;
	padding: 19px 19px 30px 19px;
	margin-bottom: 21px;
	border: 1px solid #e1e0d9;
}
.thumb-pad8 span {
	background-color: #dd6542;
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.thumb-pad8 strong {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail {
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad8 figure {
	margin: 0;
	width: 100%;
	margin-bottom: 17px;
}
.thumb-pad8 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #606060;
}
.thumb-pad8 .thumbnail .caption h2 {
	margin-bottom: 19px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail .caption p {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 33px;
}
.thumb-pad8 .btn.btn-primary.btn1 {
	background: #dd6542 !important;
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.thumb-pad8 .btn.btn-primary.btn1:hover {
	background: #ffffff !important;
	color: #dd6542 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*-----carousel-----*/
.list_carousel {
	position: relative;
}
.caroufredsel_wrapper {
	height: 72px !important;
}
.list_carousel #foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	height: 100% !important;
}
.list_carousel #foo > li {
	padding: 0;
	float: left;
	cursor: default;
}
.list_carousel #foo li figure {
	margin: 0;
}
.list_carousel.responsive {
	width: auto;
	margin: 0;
}
.list_carousel.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel .prev, .list_carousel .next {
	display: inline-block;
	width: 9px;
	height: 13px;
	cursor: pointer;
}
.list_carousel .prev {
	background: url(../img/prev_arrow.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo-btn span {
	border-right: 1px solid #d5d5d5;
	margin-left: 17px;
	margin-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.list_carousel .next {
	background: url(../img/next_arrow.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .prev:hover {
	background: url(../img/prev_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next:hover {
	background: url(../img/next_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo-btn {
	position: absolute;
	float: left;
	top: -74px;
	left: 310px;
}
/*-----blockquote-----*/blockquote {
	padding: 0;
	border: none;
	margin: 0;
	margin-bottom: 48px;
	margin-top: 22px;
}
blockquote img {
	float: left;
	margin-top: -3px;
	margin-right: 6px;
}
blockquote p {
	margin-bottom: 27px;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
blockquote a {
	color: #333;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
blockquote a:hover {
	color: #0dccd7;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----header-----*/
header {
	padding: 0;
	overflow: hidden;
	padding-top: 23px;
	background: #ffffff url(../img/header_bg.png) center bottom no-repeat;
}
header .span12 {
	padding-bottom: 23px;
	overflow: hidden;
}
header .span12 div {
	float: none;
    display: inline-block;
    text-align: center;
}
header .span12 div ul {
	list-style: none;
	margin: 0;
	float: left;
	margin-top: 29px;
}
header .span12 div ul li {
	border-right: 1px solid #606060;
	float: left;
	line-height: 10px;
	padding-right: 14px;
	margin-left: 14px;
}
header .span12 div ul li:first-child + li {
	border-right: none;
}
header .span12 div ul li a {
	font: 11px 'Roboto';
	color: #606060;
	line-height: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .span12 div ul li a:hover {
	color: #dd6542;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header p {
	font: 11px Roboto, Arial, Helvetica, sans-serif;
	color: #abaaa7;
	float: left;
}
header p > span {
	color: #ABAAA7;
}
/*-----menu-----*/
#menu {
	background: #dd6542;
	padding-top: 18px;
	padding-bottom: 7px;
	border-bottom: 4px solid #d2d0c5;
}
.navbar_ {
	margin-bottom: 0 !important;
	float: left;
}
.nav-collapse .nav {
	float: none !important;
}
.navbar_ .collapse {
	overflow: visible;
	line-height: 0 !important;
	font-size: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
	font-size: 24px;
	line-height: 24px;
	display: block;
}
.navbar_ .navbar-inner {
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	min-height: inherit;
	border: none;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
.navbar_ .nav-collapse_ {
	padding: 0;
	height: 36px !important;
}
.nav-collapse_ {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}
.nav-collapse_ .nav {
	float: left;
	margin: 0;
	padding: 0;
}
.nav-collapse_ .nav li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 40px;
	text-transform: uppercase;
	zoom: 1;
}
.nav-collapse_ .nav > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	box-shadow: none !important;
	font: 300 17px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse_ .nav > li.active > a {
	color: #712918 !important;
	background: none !important;
	box-shadow: none;
}
.nav-collapse_ .nav > li a:hover {
	color: #712918 !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a {
	color: #712918 !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse_ .nav > li > a span {
	display: inline-block;
	height: 6px;
	background: url(../img/menu-marker.png) no-repeat;
	width: 7px;
	left: 60px;
	top: 32px;
	position: absolute;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
	position: absolute;
	display: none;
	width: 175px;
	left: -4px;
	top: 43px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #dd6542;
	padding: 25px 0 25px 0;
	margin: 0;
	text-align: center;
}
.nav-collapse .sub-menu > ul li {
	background: none;
	float: none;
	margin: 0;
	border-right: none;
	margin-bottom: 11px;
	box-shadow: none;
	padding: 0;
}
.nav-collapse .sub-menu li:last-child {
	border-bottom: none;
}
.nav-collapse .sub-menu > ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: none;
	display: inline-block;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
	margin-left: 10px;
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 5px;
	position: relative;
	top: -2px;
}
.nav-collapse .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #333333 !important;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	color: #333333 !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 175px;
	left: 177px;
	top: -24px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 25px 0 25px 0;
	margin: 0;
	text-align: center;
}
.nav-collapse .sub-menu ul ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	color: #424242;
	text-transform: none;
	display: inline-block;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #dd6542 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*----content-----*/
#content {
	position: relative;
	padding: 0 0 0 0;
}
.img-polaroid {
	position: relative;
	background: none;
	padding: 0;
	box-shadow: none;
	border: none;
	max-width: inherit;
	background: #e0ded2;
	padding: 6px;
	border: 1px solid #f6f5ee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#toTop {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	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;
}
.mail {
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	color: #dd6542;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #333;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.content-box {
	background: #f2f2f2 url(../img/contBox_bg.png) 0 top repeat-x;
	padding-top: 4px;
	margin-bottom: 22px;
}
.banner-box hr {
	border-top: none;
	border-bottom: 1px solid #bcbab0;
}
.banner-box p {
	margin-bottom: 34px;
}
.videoBox {
	padding-top: 109px;
	margin-bottom: 101px;
}
.videoBox p {
	margin-bottom: 23px;
	font-size: 14px;
	line-height: 21px;
}
.videoBox h4 {
	margin-bottom: 22px;
}
.videoBox .btn-primary {
	margin-top: 13px;
}
.fw_video {
	position: relative;
	padding: 0;
	height: 323px;
	width: 100%;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #f6f5ee;
	background: #e0ded2;
}
.fw_video iframe {
	border: none !important;
	width: 460px;
}
.privacy-box > p {
	color: #ffffff;
	margin-bottom: 15px;
}
.privacy-box p > a {
	color: #ffffff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.privacy-box p > a:hover {
	color: #bfcd01;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.privacy-box .info-box p {
	color: #606060;
	line-height: 15px;
	font-size: 11px;
}
.privacy-box .info-box > div p > span {
	display: inline-block;
	width: 63px;
}
.privacy-box .info-box > div p > a {
	color: #606060;
}
.privacy-box .info-box > div p > a:hover {
	color: #bfcd01;
}
.list4-box {
	position: relative;
}
.list4-box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #bcbab0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -30px;
	content: ' ';
	z-index: 10;
}
.about-box > hr {
	border-top: none;
	border-bottom-color: #bcbab0;
	margin: 0 0 46px 0;
}
.about-box section {
	margin-bottom: -1px;
}
.testimonials-box {
	margin-bottom: 54px;
	margin-top: 55px;
}
.privacyPolicy-box h5 {
	margin-bottom: 0;
}
.error-search h2 {
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.error-search h3 {
	line-height: 42px;
	margin-top: 98px;
}
.error-search p {
	font-size: 14px;
	margin-bottom: 36px;
}
.rightBlock {
	float: right;
}
.rightBlock .follow_icons {
	margin: 0;
	margin-top: 1px;
	list-style: none;
	float: left;
	margin-left: 16px;
	margin-top: -2px;
}
.rightBlock li {
	float: left;
	margin-left: 3px;
}
.rightBlock li a {
	background: #c14926;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 7px;
	text-align: center;
	width: 27px;
	height: 21px;
	font-size: 14px;
	color: #ffffff;
}
.rightBlock li a:hover {
	color: #dd6542;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.rightBlock .tel {
	font: 18px 'Roboto';
	color: #ffffff;
	float: left;
	margin-top: 0;
}
.bannerBox {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #e1e0d9;
	background: #ffffff;
	padding-top: 25px;
	padding-bottom: 21px;
	padding-left: 33px;
	overflow: hidden;
	padding-right: 32px;
	width: 517px;
}
.bannerBox > div {
	float: left;
}
.bannerBox .title1 {
	font: 24px/22px 'Roboto';
	color: #0dccd7;
	text-transform: uppercase;
}
.bannerBox .title2 {
	font: 300 15px 'Roboto';
	color: #0dccd7;
}
.bannerBox .btn.btn-primary.btn1 {
	float: right;
}
.companyBox {
	background: #f7f6f0;
	padding-top: 19px;
	padding-bottom: 17px;
}
.companyBox ul {
	margin: 0;
	list-style: none;
}
.companyBox ul li {
	float: left;
	margin-right: 50px;
}
/*-----subscribeForm-----*/
#subscribe-form {
	margin: 0;
	position: relative;
	margin-top: 11px;
}
#subscribe-form .error {
	display: block;
	overflow: hidden;
	height: 0px;
	position: absolute;
	top: 45px;
	text-align: left;
	left: 0;
	font: 11px Roboto, Arial, Helvetica, sans-serif;
	color: #606060;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#subscribe-form input {
	width: 100%;
	outline: 0;
	box-shadow: none;
	color: #787878;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	border-radius: 0;
	padding: 3px 10px 4px 29px;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e0e0e0;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #c5c5c5;
	margin-bottom: 6px;
	height: 43px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#subscribe-form label.invalid .error {
	height: 19px;
}
#subscribe-form .success {
	display: none;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 0 10px 0;
	background-color: #4c544a;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	width: 268px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: -6px;
}
#search-404 input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 6px 15px 7px 9px;
	width: 100%;
	outline: none;
	border: 1px solid #606060;
	background: none;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #606060;
	margin-bottom: 37px;
	height: 33px;
}
.search_link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#search-404 .btn.btn-link {
	margin-top: 6px;
}
#search {
	margin: 0;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	margin-left: 7px;
	float: left;
}
#search a {
	position: absolute;
	margin-top: 8px;
	right: 11px;
}
#search input {
	width: 210px;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #606060;
	font: 12px 'Roboto', Roboto, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 8px 10px 9px 16px;
	margin-right: 0;
	float: left;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	border: 1px solid #606060;
}
/*-----map-----*/
.map {
	margin: 8px 0 0 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: 389px;
	border: none;
	line-height: 0;
}
.map-box > hr {
	border-top: none;
	border-bottom-color: #bcbab0;
	margin: 105px 0 0 0;
}
.info {
	padding-top: 21px;
}
.info h2 {
	margin-bottom: 19px;
}
.info p {
	margin-bottom: 53px;
}
.info p span {
	color: #ffffff;
}
/*-----form-----*/
.form-box {
	position: relative;
	padding-top: 21px;
}
.form-box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #bcbab0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -30px;
	content: ' ';
	z-index: 10;
}
#contact-form {
	position: relative;
	z-index: 1;
	margin: 48px 0 105px 0;
	padding: 0 0 0 0;
	vertical-align: top;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
.txt-form {
	display: block;
	padding-bottom: 6px;
	color: #ffffff;
}
.txt-form span {
	color: #ffffff;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 200px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
	margin-bottom: 3px;
}
.form-div-1, .form-div-2 {
	margin-right: 10px;
}
#contact-form div {
	overflow: hidden;
	margin-bottom: 1px;
}
#contact-form fieldset {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0;
	width: 100%;
	border: none;
}
#contact-form label {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 42px;
	width: 100%;
}
#contact-form .message {
	display: block !important;
	min-height: 129px;
	width: 100%;
	margin-bottom: 36px;
}
#contact-form input, #contact-form textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 6px 15px 7px 9px;
	width: 100%;
	outline: none;
	border: 1px solid #606060;
	background: none;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #606060;
	height: 33px;
}
#contact-form input:focus, #contact-form textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contact-form .area .error {
	float: none;
}
#contact-form textarea {
	overflow: auto;
	width: 100%;
	height: 191px;
	resize: none;
}
#contact-form .success {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 20;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px;
	width: 100%;
	background: #606060;
	color: #ffffff;
	text-align: center;
	text-transform: none;
	font-size: 14px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#contact-form .error, #contact-form .empty {
	position: absolute;
	bottom: 10px;
	text-align: right;
	right: 2px;
	display: none;
	overflow: hidden;
	padding: 1px 4px 0px 0;
	width: 100%;
	color: #dd6542;
	text-transform: none;
	font-size: 11px;
	line-height: 1.27em;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
#contact-form .message .error, #contact-form .message .empty {
	bottom: -15px;
	text-align: right;
}
.btns .btn.btn-primary {
	float: left;
}
.btns p {
	margin-top: 12px;
	float: left;
	margin-left: 20px;
	font-weight: normal;
}
/*-----footer-----*/
footer {
	background: #333;
	padding-top: 7px;
	padding-bottom: 55px;
}
footer p {
	font: 14px 'Roboto';
	color: #0dccd7;
	text-transform: uppercase;
}
.foo_menu {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 35px;
	padding-bottom: 5px;
}
.foo_menu li {
	border-right: 1px solid #efede0;
	float: left;
	padding-right: 19px;
	line-height: 12px;
	margin-right: 19px;
}
.foo_menu li:first-child + li + li + li + li {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.foo_menu a {
	font: 14px 'Roboto';
	color: #efede0;
	line-height: 12px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo_menu li.active a {
	color: #0dccd7;
}
.foo_menu a:hover {
	color: #0dccd7;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#fooBox .info-box a {
	font-size: 12px;
}
#fooBox {
	padding-top: 78px;
	background: #333;
}
#fooBox section {
	overflow: hidden;
}
#fooBox .foo-logo {
	margin-top: 23px;
	margin-bottom: 50px;
}
#fooBox .foo-logo a {
	display: inline-block;
}
#fooBox .title {
	border-bottom: 1px solid #e9eae4;
	padding-bottom: 14px;
	margin-bottom: 11px;
}
.select-menu {
	display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/

 .nav-collapse_ {
 display: block;
}
 .nav-collapse_ .nav > li > a span {
 left: 66px;
}
 .nav-collapse_ .nav li {
 margin-right: 45px;
}
 .list5 {
 padding-bottom: 59px;
}
 .box-thumb1 {
 width: 236px;
}
 #contact-form label {
 display: inline-block;
}
 .fw_video iframe {
 width: 570px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 250px;
}
 .caroufredsel_wrapper {
 height: 72px !important;
}
 footer .privacy-box > img {
 float: left;
 margin-top: -4px;
 margin-right: 5px;
}
 .list5.info-box li p span {
 float: left;
}
 .nav-collapse_ .nav > li > a {
 font-size: 19px;
}
 .rightBlock .tel {
 font-size: 20px;
}
 .bannerBox {
 width: 676px;
}
 .companyBox ul li {
 margin-right: 85px;
}
 .list3 {
 margin-bottom: 73px;
}
 .foo_menu {
 margin-top: -23px;
}


/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
	max-width: 100% !important;
	margin-top: 30px;
}
.margBot {
	margin-bottom: 81px;
}
.padTop {
	padding-top: 102px;
}
.padTop1 {
	padding-top: 22px;
}
.border {
	border-bottom: 1px solid #bcbab0;
}
.padBot {
	padding-bottom: 75px;
}
.padBot1 {
	padding-bottom: 46px;
}
.padBot2 {
	padding-bottom: 106px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.magnifier {
    background: url("magnifier.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    position: relative;
}
.magnifier img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.magnifier span {
    background: url("opac-1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 0;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transition: all 0.5s ease-in 0s;
    width: 0;
}
.magnifier:hover span {
    background: url("opac-1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.magnifier > .zoom {
    height: 58px;
    left: 50%;
    margin-left: -28px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease-in 0s;
    width: 58px;
}
.magnifier:hover > .zoom {
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transition: all 0.5s ease-out 0s;
}

.box-3 {
    margin-top: 25px;
}
.grid_4 {
    width: 370px;
}
[class*="grid_"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}

.smallh1
{
	line-height:14px;
	font-size:12px;
}
.boldacc
{
font-size:20px;line-height:normal;color:#990000;display:block;text-align:center;
}

.icon-yelp
{
	background: url("yelp.png") no-repeat  scroll center transparent !important;
}