/**** PLUGIN 1 ****/
/**
 * 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 auto 60px;
	padding: 0 38px 0 48px;
	*zoom: 1;
}
.bx-wrapper li{
	float:right !important;
	cursor: pointer;
	border-left: 1px solid #FFFFCC;
	border-right: 1px solid #C6A321;
}

.bx-wrapper a{
	color:#352e17;
	text-align:center;
	display:block;
	max-width:100%;
	height: 18px;
	padding:7px 0;
	background-color:#F7D651;
}
.bx-wrapper a:hover{
	background-color:#DDC04B;
}
.bx-wrapper li.active a{
	color:#fff;
	background-color:#B59E44;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
	/*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);
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-next {
	left: 10px;
	border-right:1px solid #C6A321;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

.bx-wrapper .bx-prev {
	right: 10px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	font-size:1.8em;
	text-align:center;
	line-height:0.6;
	width: 32px;
	height: 18px;
	cursor: pointer;
	z-index: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
}

/**** PLUGIN 2 ****/
.simplePagerContainer .bx-wrapper a{

}

.simplePagerContainer .bx-wrapper a:hover{
	color:#352e17 !important;
	text-decoration:none !important;
}

.simplePagerContainer .bx-wrapper{ margin:40px 0; }

.simplePagerContainer .bx-next,
.simplePagerContainer .bx-prev{
	text-align:center !important;
}

.simplePagerContainer .bx-next {
	right: 10px !important;
	left: auto !important;
	border-right:0 !important;
  -webkit-border-top-right-radius: 5px !important;
  -moz-border-radius-topright: 5px !important;
  border-top-right-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  -moz-border-radius-bottomright: 5px !important;
  border-bottom-right-radius: 5px !important;
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.simplePagerContainer .bx-prev {
	left: 10px !important;
	right: auto !important;
	border-right:1px solid #C6A321 !important;
  -webkit-border-top-left-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  border-bottom-left-radius: 5px !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-bottom-right-radius: 0 !important;
}

a.res_links{
	color:#385372 !important;
}
a.res_links:hover{
	text-decoration:none !important;
}
ul.simplePagerNav li{
	float:left !important;
	margin:0;
}

ul.simplePagerNav li a{
	color:#352e17;
	text-align:center !important;
	text-decoration: none;
}

li.currentPage {
}

ul.simplePagerNav li.currentPage a {
	color: #fff !important;
	background-color:#B59E44 !important;
}

table.pageme {
  border-collapse: collapse;
  border: 1px solid #ccc;
}  

table.pageme td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

/*******************************  MEDIA QUERIES  *************************************/

@media screen and (max-width: 1024px){
	.bx-wrapper a{
		font-size:1.2em;
		height: 26px !important;
		line-height:1.5;
	}
	.bx-wrapper .bx-controls-direction a {
		font-size:2em;
		width: 40px;
		margin-top: -20px;
		line-height:0.8;
	}
	.bx-wrapper .bx-next {
		left: 2px;
	}

	.bx-wrapper .bx-prev {
		right: 2px;
	}
}
@media screen and (max-width: 370px){
	.bx-wrapper .bx-controls-direction a {
		margin-top: -20px;
	}
}