@import url(//fonts.googleapis.com/css?family=Roboto:400,300);
/*------ template stylization ------*/

HTML {
    direction: rtl;
}
body {
	background: #333333;
	font: 12px Roboto, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #606060;
}
p {
	margin-bottom: 0;
	font: 15px 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: right;
	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: 15px '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;
    min-height: 185px;
}
.list0 li .bd {
	float: right;
	margin-left: 16px;
}
.list0 li .extra-wrap {
	padding-left: 30px;
}
.list0 li .title {
	font: bold 18px/20px '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;
	right: -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;
	right: -30px;
	content: ' ';
	z-index: 10;
}
.list31 {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 9px;
}
.list31 li {
	margin-bottom: 30px;
}
.list31-box {
	position: relative;
}
.list31-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-left: 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: right;
	padding-top: 13px;
	text-align: center;
	text-shadow: none;
	background: none;
	font: 20px/20px Roboto, Arial, Helvetica, sans-serif;
	color: #ffffff;    
	float: right;
	margin-left: 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: 14px;
	line-height: 20px;
	-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 figure {
	margin: 0 0 25px 0;
}
.thumb-pad-bann figure > img {
	width: 100%;
}
.thumb-pad-bann time {
	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-left: 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;
    display: inline-block;
}
.thumb-pad2 figure img {
	width: 690;
}
.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: 18px Roboto, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
blockquote a {
	color: #333;
	font: 14px 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: left;
}
header .span12 div ul {
	list-style: none;
	margin: 0;
	float: right;
	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: right;
}
.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: right;
	margin-left: 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;
	margin: 60px 0 80px 0;
}
.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;
	right: -30px;
	content: ' ';
	z-index: 10;
}
.about-box .container{
   min-height: 600px;
}

.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: left;
}
.rightBlock .follow_icons {
	margin: 0;
	margin-top: 1px;
	list-style: none;
	float: left;
	margin-right: 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: right;
	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;
    margin-bottom: 50px;
}
.bannerBox > div {
	float: right;
}
.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: left;
}
.companyBox {
	background: #f7f6f0;
	padding-top: 19px;
	padding-bottom: 17px;
}
.companyBox ul {
	margin: 0;
	list-style: none;
}
.companyBox ul li {
	float: right;
	margin-left: 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;
	left: 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: 101px;
}
.info h2 {
	margin-bottom: 19px;
}
.info p {
	margin-bottom: 12px;
}
.info p span {
	color: #ffffff;
}
/*-----form-----*/
.form-box {
	position: relative;
	padding-top: 101px;
}
.form-box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #bcbab0;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: -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: right;
	width: 200px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
	margin-bottom: 3px;
}
.form-div-1, .form-div-2 {
	margin-left: 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: right;
}
.btns p {
	margin-top: 12px;
	float: right;
	margin-right: 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-left: 1px solid #efede0;
	float: right;
	padding-left: 19px;
	line-height: 12px;
	margin-left: 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----------------------------------------------------------*/
@media (min-width: 1200px) {
 .nav-collapse_ {
 display: block;
}
 .nav-collapse_ .nav > li > a span {
 left: 66px;
}
 .nav-collapse_ .nav li {
 margin-left: 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: right;
}
 .nav-collapse_ .nav > li > a {
 font-size: 19px;
}
 .rightBlock .tel {
    font-size: 28px;
    margin-top: -5px;
    letter-spacing: 5px;
}
 .bannerBox {
 width: 676px;
     margin-left: 30px;
}
 .companyBox ul li {
 margin-left: 85px;
}
 .list3 {
 margin-bottom: 73px;
}
 .foo_menu {
 /*margin-top: -23px;*/
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
 h1.brand {
 margin: 0 !important;
}
 .nav-collapse_ .nav > li > a span {
 left: 60px;
}
 .nav-collapse_ .nav li {
 margin-right: 40px;
}
 .companyBox ul li {
 margin-right: 50px;
}
 .bannerBox {
 width: 517px;
}
 .fw_video iframe {
 width: 460px;
}
 .nav-collapse_ {
 height: auto !important;
}
 .list5.info-box li p span {
 float: none;
}
 .box-thumb1 {
 width: 182px;
}
 .caroufredsel_wrapper {
 height: 72px !important;
}
 #subscribe-form .success {
 width: 218px;
}
 footer .privacy-box > img {
 float: none;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 200px;
}
 .nav-collapse_ .nav > li > a {
 font-size: 17px;
}
 .rightBlock .tel {
 font-size: 18px;
}
 .list4-box {
 margin-bottom: 0;
}
 .foo_menu {
 margin-top: 35px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
 .foo_menu {
 display: none;
}
 #fooBox .span6 {
 width: 100%;
}
 .navbar_ {
 float: none;
}
 .nav-collapse_ .nav {
 display: inline-block;
}
 .navbar_ {
 margin-bottom: 30px !important;
 display: inline-block;
}
 .companyBox ul li {
 margin-right: 20px;
}
 #menu {
 padding-bottom: 20px;
}
 #menu > .container {
 text-align: center;
}
 .box4 {
 width: 29%;
 margin-right: 0;
 float: left;
}
 .rightBlock {
 float: none;
 display: inline-block;
}
 .list1 li .extra-wrap {
 overflow: visible;
}
 .privacy-box .info-box > div p > span {
 display: block;
}
 .privacy-box p > a {
 display: block;
}
 .list0 li .extra-wrap {
 overflow: visible;
}
 .bannerBox {
 width: 380px;
}
 .bannerBox .btn.btn-primary.btn1 {
 float: none;
 margin-top: 20px;
}
 .list4 li .extra-wrap {
 overflow: visible;
}
 .list5 {
 padding-bottom: 40px;
}
 #fooBox .span2.offset1 {
 margin-left: 20px;
}
 .list6-box:after {
 right: -45px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
}
 .form-div-1,  .form-div-2 {
 margin-right: 20px;
}
 .form-box:after {
 content: none;
}
 .supportBanner .title1 {
 font-size: 55px;
}
 .supportBanner .title2 {
 font-size: 25px;
 line-height: 23px;
 margin-top: 0px;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 19px;
 line-height: 21px;
}
 .box-thumb1 {
 width: 215px;
}
 h1.brand {
 padding: 41px 0 24px 0 !important;
}
 header {
 padding-bottom: 32px;
}
 h1.brand {
 text-align: center;
 width: 100%;
}
 .banner-box .title {
 font-size: 15px;
}
 .navbar_ .nav-collapse_ {
 width: 100%;
 padding: 0;
}
 header {
 padding-bottom: 0;
}
 header .container {
 text-align: center;
}
 header .span12 div {
 float: none;
}
 #search {
 float: right;
}
 .list5 li figure {
 width: 100%;
 float: none;
 margin-bottom: 10px;
}
 #subscribe-form .success {
 width: 164px;
}
 .list3 li p > span {
 display: block;
 width: auto;
}
 .follow_icon li {
 margin-bottom: 5px;
}
 #fooBox .span2 {
 width: 195px;
 float: left;
 margin-right: 30px;
}
 .list6-box:after {
 right: 0;
}
 .thumb-pad5 figure {
 margin-right: 0;
 float: none;
 width: 100%;
 margin-bottom: 20px;
}
 h3 {
 font-size: 28px;
 line-height: 28px;
}
 .list5.info-box li p span {
 display: inline-block;
 width: 65px;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 #menu {
 padding-bottom: 10px;
}
 .foo_menu {
 display: none;
}
 #fooBox .span6 {
 width: 100%;
}
 .companyBox ul li {
 margin-bottom: 20px;
}
 header .span12 div {
 float: none;
}
 .bannerBox {
 width: auto;
 margin-bottom: 65px;
}
 .bannerBox > div {
 float: none;
}
 .bannerBox .btn.btn-primary.btn1 {
 float: none;
 margin-top: 20px;
}
 .list6 {
 padding-right: 0;
}
 .box4 {
 width: 45%;
}
 .list0 li .extra-wrap {
 overflow: visible;
}
 .rightBlock {
 float: none;
 display: inline-block;
}
 #menu {
 padding-bottom: 20px;
}
 #menu > .container {
 text-align: center;
}
 .padTop {
 padding-top: 40px !important;
}
 .holder {
 padding-right: 0;
}
 .privacyBox:after {
 width: 100%;
 height: 1px;
 background: none;
 background: #bcbab0;
 position: absolute;
 z-index: 1;
 display: inline-block;
 top: 0;
 right: 0;
 content: ' ';
 z-index: 10;
}
 .privacyBox {
 margin-top: 70px;
}
 .banner-box .span4 {
 float: left;
 width: 29%;
 margin-right: 20px;
}
 #search {
 float: right;
}
 h1.brand {
 text-align: center;
 width: 100%;
 padding: 41px 0 28px 0 !important;
}
 .select-menu {
 margin-bottom: 14px;
}
 .fw_video {
 margin-bottom: 60px;
 margin-top: 60px;
}
 .fw_video iframe {
 width: 100%;
}
 .list3 {
 margin-bottom: 40px;
}
 .list3 li {
 margin-bottom: 30px;
 width: 28%;
 float: right;
 margin-left: 30px;
}
 .list4 {
 margin-right: 0;
 padding-right: 0;
}
 .list4-box:after {
 width: 100%;
 height: 1px;
 background: #bcbab0;
 bottom: 0;
 top: auto;
 left: 0;
}
 .list4-box {
 padding-bottom: 20px;
 margin-bottom: 50px;
}
 .list5 {
 padding-bottom: 40px;
}
 .list5.info-box li p span {
 float: left;
}
 .list6-box {
 padding-bottom: 0;
}
 .list6-box:after {
 content: none;
 right: 0;
 display: none;
}
 .thumb-pad0 figure {
 float: left;
 margin-right: 15px;
}
 .thumb-pad2 {
 margin-bottom: 80px;
}
 .navbar_ {
 padding: 11px 10px 0 10px;
}
 .navbar_ .nav-collapse_ {
 width: 100%;
 padding: 0;
}
 .thumb-pad1 {
 margin-bottom: 0;
}
 .box4 {
 width: 29%;
 float: left;
 margin-right: 20px;
}
 .thumb-pad8 .btn.btn-primary.btn1 {
 font-size: 13px;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 16px;
 line-height: 18px;
}
 .box-list1 {
 float: left;
 width: 45%;
 margin-right: 10px;
}
 .navbar_ {
 float: none;
}
 .navbar_ .nav-collapse_ {
 width: 100%;
}
 .box-thumb1 {
 width: 30%;
 float: left;
 margin-left: 0;
 margin-right: 18px;
}
 .navbar_ .nav-collapse_ {
 padding: 0;
 margin: 0;
 border: none;
}
 .navbar_ .nav-collapse_ .nav {
 display: none;
}
 .navbar_ .nav-collapse_ {
 height: auto !important;
 padding-bottom: 5px;
 background: none;
}
 .select-menu {
 display: block !important;
 width: 100%;
 border: 1px solid #000;
 background: #d9d9d9;
 color: #000000;
 cursor: pointer;
 margin-top: 10px;
 margin-bottom: 14px;
}
 .top {
 display: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin: 0 0 0 0;
}
 .box-thumb1 {
 width: 30%;
}
 .error {
 text-align: center;
 margin-bottom: 100px;
}
 .thumb-pad1 {
 margin-bottom: 40px;
}
 .box-pad1 {
 width: 45%;
 float: left;
 margin-right: 20px;
}
 .thumb-pad2 figure {
 float: left;
 margin-right: 20px;
}
 #subscribe-form .success {
 width: 100%;
}
 .thumb-pad1 figure {
 float: left;
 margin-right: 20px;
}
 .testimonials-box {
 margin-top: 35px;
}
 .navigation-box .span2,  .navigation-box .span3 {
 width: 40%;
 float: left;
 margin-right: 30px;
}
 .privacy-box > p br {
 display: block;
}
 #fooBox .span2 {
 width: 300px;
 float: left;
 margin-right: 30px;
}
 .list0 li .extra-wrap {
 padding-right: 0;
}
 .form-box {
 padding-top: 40px;
}
 .privacyBox > div {
 padding-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
 #fooBox .span2 {
 width: 250px;
 float: left;
 margin-right: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .box-thumb1 {
 width: 45%;
}
 .box4 {
 width: 45%;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 16px;
 line-height: 18px;
}
 .thumb-pad8 .btn.btn-link {
 font-weight: normal;
 font-size: 11px;
 padding-bottom: 1px;
}
 .list3 li {
 width: 27%;
}
 .foo-btn {
 position: relative;
 top: 0;
 float: none;
 left: 0;
 text-align: center;
 margin-bottom: 20px;
}
 .list5 li figure {
 width: 100%;
 float: none;
 margin-bottom: 10px;
}
 .projects-box.box4 {
 width: 45%;
 float: left;
 margin-right: 20px;
}
 .list6-box {
 overflow: hidden;
}
 .list6-box:after {
 content: none;
 right: 0;
 display: none;
}
 .banner-box .span4 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .banner-box .span4 figure img {
 width: 100%;
}
 .banner-box .span4 {
 margin-bottom: 50px;
}
 #fooBox .span2 {
 width: 220px;
 float: left;
 margin-right: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .list3 li {
 width: 42%;
}
 #search-404 input {
 margin-right: 0;
 width: 100%;
}
 .box-thumb1 {
 width: 45%;
}
 .thumb-pad2 figure {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .box4 {
 width: 45%;
}
 .fw_video {
 height: 193px;
}
 .fw_video iframe {
 height: 193px;
}
 .thumb-pad5 figure {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 20px;
}
 .list6-box {
 overflow: hidden;
}
 .list6-box:after {
 content: none;
 right: 0;
 display: none;
}
 #fooBox .span2 {
 width: 40%;
 float: left;
 margin-right: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
}
@media (max-width: 480px) {
 .rightBlock .follow_icons {
 margin: 0;
}
 .rightBlock .tel {
 float: none;
 margin-bottom: 10px;
}
 .list5 li {
 width: 100%;
}
 .list3 li {
 width: 38%;
}
 .box-thumb1 {
 width: 100%;
 float: none;
 margin-left: 0;
}
 .box4 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .box-list1 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .list4 li .extra-wrap a {
 display: block;
 float: none;
 margin-bottom: 5px;
}
 .map iframe {
 height: 200px;
}
 .thumb-pad0 figure {
 float: none;
 margin-right: 0;
 width: 100%;
}
 header .span12 div {
 text-align: center;
}
 header .span12 div ul {
 display: inline-block;
 float: none;
}
 #search,  #search input {
 width: 100%;
}
 #search {
 float: none;
 margin-left: 0;
}
 .box-pad1 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 footer p {
 float: none;
 margin-bottom: 10px;
}
 footer ul {
 float: none;
 display: block;
}
 #subscribe-form {
 margin-bottom: 30px;
}
 .supportBanner .title1 {
 font-size: 55px;
}
 .supportBanner .title2 {
 font-size: 25px;
 line-height: 23px;
 margin-top: 0px;
}
 .thumb-pad1 figure {
 float: none;
 margin-right: 0;
}
 .projects-box.box4 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .navigation-box .span2,  .navigation-box .span3 {
 width: 39%;
 float: left;
 margin-right: 30px;
}
 .privacy-box .info-box > div p > span {
 display: block;
}
 .privacy-box .info-box p {
 margin-bottom: 10px;
}
 .list6-box {
 overflow: hidden;
}
 .list6-box:after {
 content: none;
 right: 0;
 display: none;
}
 #fooBox .span2 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list6 li .extra-wrap p br {
 display: block;
}
 .list6 li .extra-wrap p .pull-right {
 float: none;
}
 .list5.info-box li p span {
 display: inline-block;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
}
@media (max-width: 320px) {
 .list5 li {
 width: 40%;
}
 .box-thumb1 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list3 li {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list5 li {
 width: 100%;
}
 .list1 li .extra-wrap {
 overflow: visible;
}
 .navigation-box .span2,  .navigation-box .span3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list6-box {
 overflow: hidden;
}
 .list6-box:after {
 content: none;
 right: 0;
 display: none;
}
 #fooBox .span2 {
 width: 100%;
 float: none;
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.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;
}


/*---------------------------------------------------------------------------------------------------------------------------*//*By SP*/
footer a {
    color: #efede0;
}

footer a:hover, footer a:active {
    color: #0dccd7;
}

