/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	
}

.bxslider p{ /*padding:10px 0; position:absolute; bottom:0; background-color: rgba(0,0,0, 0.5); color:#FFF; font-size:16px; text-transform:uppercase; width:100%; text-align:center;*/ } 
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;    right: 7px;
	width:100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .0em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	display:block;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {

	left: -5px;
	  background: rgba(255, 255, 255, 1);
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;box-shadow: 2px 4px 2px black;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #968259;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	outline: 0;
	
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background:url(../images/controls.png) no-repeat 0px -67px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background:url(../images/controls.png) no-repeat -0px 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0px -67px;
}

.bx-wrapper .bx-next:hover {
	background-position: -0px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 40%;
	outline: 0;
	width: 40px;
	height: 55px;
	text-indent: -9999px;
	z-index: 999;
	display:none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000\9;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;  
	font-size: 11px;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
font-size: 11px;
	  padding: 19px 0px 17px 38px;
}




.caption{ width:40%; height:auto; position:absolute; top:55px; left:70px;}
.line{ width:366px; height:1px; background-color:#ed1c24; margin:19px 0px 25px 0px}
.caption p{ font-family: 'futura_md_btmedium'; font-size:22px; color:#FFF; margin-top:25px; text-transform:uppercase;}
.mores{ width:24%; height:auto; padding:0px 4px 0px 14px; background-color:#968561;  
border:1px solid #968561;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;margin-top:15px;box-shadow: 4px 3px 6px black;
}


.mores:hover{ background-color:#a99b7d;  

}

.mores b {
  color: #fff;
  cursor: default;
  background-position: right 16px, right center, right 46px; margin-left:5px; 
}

.mores a:link, .mores a:visited{font-family: 'futura_md_btmedium'; font-size:17px; color:#FFF; text-decoration:none; text-transform:uppercase;}








.caption1{ width:40%; height:auto; position:absolute; top:55px; left:70px;}
.line1{ width:366px; height:1px; background-color:#ed1c24; margin:19px 0px 25px 0px}
.caption1 p{ font-family: 'futura_md_btmedium'; font-size:22px; color:#FFF; margin-top:25px; text-transform:uppercase;}
.mores1{ width:24%; height:auto; padding:0px 14px 0px 14px; background-color:#968561;  
border:1px solid #968561;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;margin-top:15px;box-shadow: 10px 5px 5px black;
}

.mores1 b {
  color: #fff;
  cursor: default;
  background-position: right 16px, right center, right 46px; margin-left:5px; 
}

.mores1 a:link, .mores1 a:visited{font-family: 'futura_md_btmedium'; font-size:17px; color:#FFF; text-decoration:none; text-transform:uppercase;}







.caption3{ width:80%; height:auto; position:relative; top:1px; left:0px;  z-index: 9999;}
.caption3 p{ font-family: 'futura_md_btmedium'; font-size:22px; color:#FFF; margin-top:25px; text-transform:uppercase;}


.image:hover {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}





.caption4 {
    width: 25%;
    height: auto;
    position: absolute;
    top: 55px;
    right: 50px;
    text-align: right;
}
.line3{ width:366px; height:1px; background-color:#ed1c24; margin:19px 0px 25px 0px}
.caption4 p{ font-family: 'futura_md_btmedium'; font-size:22px; color:#FFF; margin-top:25px; text-transform:uppercase;}
.mores4{   width: 39%;height: auto;padding: 0px 14px 0px 6px; background-color:#968561;  
border:1px solid #968561;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;margin-top:15px;box-shadow: 10px 5px 5px black;    float: right;
}

.mores4 b {
  color: #fff;
  cursor: default;
  background-position: right 16px, right center, right 46px; margin-left:5px; 
}

.mores4 a:link, .mores4 a:visited{font-family: 'futura_md_btmedium'; font-size:17px; color:#FFF; text-decoration:none; text-transform:uppercase;}



@media only screen and (min-width : 1601px) and (max-width : 1680px) {
.caption p {
  font-family: 'futura_md_btmedium';
  font-size: 19px;
  color: #FFF;
  margin-top: 25px;
  text-transform: uppercase;
}


.caption {
  width: 46%;
  height: auto;
  position: absolute;
  top: 55px;
  left: 70px;
}




.caption4 p {
  font-family: 'futura_md_btmedium';
  font-size: 20px;
  color: #FFF;
  margin-top: 25px;
  text-transform: uppercase;
}


.caption4{ width:30%; height:auto; position:absolute; top:55px; right:0px;}

.caption4 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 55px;
    right: 54px;
}

.caption4{ width:30%; height:auto; position:absolute; top:55px; right:54px;}
.mores4 {width: 38%;    margin-top: 7px;}

}

@media only screen and (min-width : 1441px) and (max-width : 1600px) {

.line {width: 300px;  margin: 17px 0px 16px 0px;}
.caption p { font-size: 15px; line-height:24px;}
.mores a:link, .mores a:visited { font-size: 14px;}

.line4 {width: 300px;  margin: 17px 0px 16px 0px;}
.caption4 p { font-size:18px; line-height:24px;    margin-top: 13px;}
.mores4 a:link, .mores4 a:visited { font-size: 14px;}

}

@media only screen and (min-width : 1367px) and (max-width : 1440px) {

.line {width: 300px;  margin: 17px 0px 16px 0px;}
.caption p { font-size: 15px; line-height:24px;}
.mores a:link, .mores a:visited { font-size: 14px;}

.line4 {width: 300px;  margin: 17px 0px 16px 0px;}
.caption4 p { font-size: 15px; line-height:24px;}
.mores4 a:link, .mores4 a:visited { font-size: 14px;}
.mores4 {width: 41%;}

}

@media only screen and (min-width : 1281px) and (max-width : 1366px) {

.line {width: 300px;  margin: 17px 0px 16px 0px;}
.caption p { font-size: 15px; line-height:24px;}
.mores a:link, .mores a:visited { font-size: 14px;}

.line4 {width: 300px;  margin: 17px 0px 16px 0px;}
.caption4 p { font-size: 15px; line-height:24px;}
.mores4 a:link, .mores4 a:visited { font-size: 14px;}
.mores4 {width: 42%; margin-top:7px;}
}




@media only screen and (min-width : 1153px) and (max-width : 1280px) {

.line {width: 300px;  margin: 17px 0px 16px 0px;}
.caption p { font-size: 15px; line-height:24px;}
.mores a:link, .mores a:visited { font-size: 14px;}
.mores {width: 29%;}

.line4 {width: 300px;  margin: 17px 0px 16px 0px;}
.caption4 p { font-size: 15px; line-height:24px;}
.mores4 a:link, .mores4 a:visited { font-size: 14px;}
.mores4 {width: 46%;}
.mores4 {width: 41%; margin-top:7px;}
}


@media only screen and (min-width : 1023px) and (max-width : 1152px) {

.line {width: 300px;  margin: 17px 0px 16px 0px;}
.caption p { font-size: 15px; line-height:24px;}
.mores a:link, .mores a:visited { font-size: 14px;}
.mores {width: 29%;}

.line4 {width: 300px;  margin: 17px 0px 16px 0px;}
.caption4 p { font-size: 15px; line-height:24px;}
.mores4 a:link, .mores4 a:visited { font-size: 14px;}
.mores4 {width: 46%;}
.mores4 {width: 48%; margin-top:7px;}

}



@media only screen and (min-width : 961px) and (max-width : 1024px) {

.line {width: 300px;  margin: 17px 0px 16px 0px;}
.caption p { font-size: 13px; line-height:24px;}
.mores a:link, .mores a:visited { font-size: 14px;}
.mores {width: 33%;}

.line4 {width: 300px;  margin: 17px 0px 16px 0px;}
.caption4 p { font-size: 13px; line-height:24px;}
.mores4 a:link, .mores4 a:visited { font-size: 14px;}
.mores4 {width: 46%;}
.mores4 {width: 55%; margin-top:7px;}

}




@media only screen and (min-width : 240px) and (max-width : 320px) {


.bx-wrapper .bx-pager.bx-default-pager a {

	left: -5px;
	  background: rgba(255, 255, 255, 1);
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;box-shadow: 2px 4px 2px black;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #968259;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	outline: 0;
	
}

}