/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,

.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; max-height:348px; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {  position: relative; zoom: 1;}
.flex-viewport {max-height: 315px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider .field-content {  }

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 33px; height: 33px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {right: 33%; height:33px; position: absolute; bottom:43px; text-align: center; background: url(images/ol_bg.png) no-repeat center; margin:0;  padding:0 0px 8px 0}
.flex-control-nav li { margin: 0 27px; display: inline-block; zoom: 1; 
 }

 .flex-control-paging li {width: 33px; height: 33px; }
 
 .flex-control-paging li a.image1 {background:#ff91f8 url(images/pag1.png) no-repeat 50% 0px;}
 .flex-control-paging li a.image2 {background:#ff91f8 url(images/pag2.png) no-repeat 50% 0px;}
 .flex-control-paging li a.image3 {background:#ff91f8 url(images/pag3.png) no-repeat 50% 0px;}
 .flex-control-paging li a.image4 {background:#ff91f8 url(images/pag4.png) no-repeat 50% 0px;}
    
.flex-control-paging li a { display: block; cursor: pointer; }
.flex-control-paging li a:hover { background-color: #3e1458; background-position: 50% -33px; }
.flex-control-paging li a.flex-active {background-color: #3e1458; background-position:50% -33px; cursor: default; color:#3e1458; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden; list-style-type:upper-roman;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
 
}

.flex-viewport {
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
}
.flexslider {
	background:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;
}

#flexslider-1 .slides li { padding:0; }
#flexslider-1 .slides li .views-field-field-slide-image { position:relative;  float:right;  width:56%;}
#flexslider-1 .slides li .views-field-field-slide-image:after {
	position:absolute;
	z-index:9;
	display:inline-block;
	width:73px;
	height:37px;
	content:'';
	bottom:0;
	left:50%;
	margin-left:-36px;
	
}
#flexslider-1 .slides li img { width:100%; }


#flexslider-1 .flex-control-nav li a {
	
	
	width:33px;
	height:33px;
	display: block;
	font-size:0px;
	box-shadow:none;
	position:relative;
}
#flexslider-1 .flex-control-nav li a:after {
	display:inline-block;
	position:absolute;
	
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
	background:#ff91f8;
	content:'';
	left:50%;
	top:50%;
	margin:-4px 0 0 -4px;
}
#flexslider-1 .flex-control-nav li a:hover:after, #flexslider-1 .flex-control-nav li a.flex-active:after { background:#ff91f8; color:##3e1458; }
#flexslider-1 .flex-control-thumbs li { width:20%; }
#flexslider-1 .flex-direction-nav a:before { line-height:40px; }
#flexslider-1:hover .flex-next {
	opacity:1;
	right:0;
}
#flexslider-1:hover .flex-prev {
	opacity:1;
	left:0;
}
#flexslider-1 .flex-caption {
	
	position:relative;
	font-size:14px;
	line-height:21px;
	padding:0; width:50%;
}
#flexslider-1 .flex-caption h3 { font-family:'Roboto', sans-serif; font-size:15px; color:#fff; line-height: 19px; text-transform: none; }
#flexslider-1 .flex-caption .title-1 {
	font-family:'Roboto', sans-serif;
	font-size:27px;
	line-height: 30px;
	padding-top:15px;
	color:#cfeb65; 
	margin-bottom:6px;
	text-transform:uppercase;
}
#flexslider-1 .flex-caption .title-1 a { color:#cfeb65; line-height:30px;}
#flexslider-1 .flex-caption .title-1 a:hover { color:#6cccff; }

#carousel {
        width:100%;
      
        height:100px;
        position:relative;
        clear:both;
        overflow:hidden;
       
      }
      #carousel img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }

      .split-left {
        width:450px;
        float:left;
      }
      .split-right {
        width:400px;
        float:left;
        margin-left:10px;
      }
      #callback-output {
        height:250px;
        overflow:scroll;
      }
      textarea#newoptions {
        width:430px;
      }