/*
 * 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)
*/

#main{ height: 325px;
       left: 0;
       max-width: 854px;
       position: absolute;
       top: -9%;
       width: 100%;
       z-index: 4;}

.small{ position: relative; max-height: 90px}
.small #main{ top: 0; margin-left: 23%; max-width: 640px; width: 77%;height: auto;}
.small .flex-direction-nav li a{ background:url(arrows-s.png) no-repeat; margin-top: -14px; height: 38px}
.small .flex-direction-nav .flex-next{ background-position: -30px 0}
.small .flexslider .slides > li{ text-align: right; padding-right: 0}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.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; padding-right: 1px} /* Hide the slides before the JS is loaded. Avoids image jumping */
.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; height: 100%;}
.flex-viewport {max-height: 2000px; height: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; height: 100%}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;width: 100%;}
.flex-direction-nav li{ display: inline}
.flex-direction-nav li a{ width:30px; height:50px; display:block; background:url(arrows.png) no-repeat; position: absolute; top: 50%; margin-top: -25px; text-indent: -999999999px}
.flex-direction-nav .flex-next{ background-position: -30px 0; right: -5%}
.flex-direction-nav .flex-prev{ left:-5%;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.flex-direction-nav .flex-prev:hover,.flex-direction-nav .flex-next:hover{ background: url("arrows-over.png") no-repeat 0 0;}
.small .flex-direction-nav .flex-prev:hover,.small .flex-next:hover{ background: url("arrows-over-s.png") no-repeat 0 0;}
.flex-direction-nav .flex-next:hover,.small .flex-direction-nav .flex-next:hover{ background-position: -30px 0;}


/* Control Nav */
.flex-control-nav{ position: absolute; right: 30%; top: -30px;}
.flex-control-nav li{ display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a{ display:block; width:22px; height:22px; background:url(bullets.png) no-repeat; text-indent:-9999px; margin-right:3px; float:left;}
.flex-control-paging li a:hover {  opacity: 0.7;filter:alpha(opacity=70);}
.flex-control-paging li a.flex-active{ background-position: 0 -22px;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.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;}


#main .caption{ color: #FFFFFF; position: absolute; top: 15%; max-width: 450px; z-index: 8;}
.caption a,.caption span,.caption p,.caption h1,.caption h2{ color:#FFF;}

.caption h1{ font-size: 36px; font-family: rokkitt-bold,sans-serif;}
.caption h2{ font-size: 22px; text-transform: uppercase; padding: 5px 0 20px}
.caption .bullets li{ padding-left: 8px;}
.caption li{ font-size: 16px; font-family: ubuntu-light,sans-serif; position: relative; line-height: 18px; padding-bottom: 4px}
.caption li span{ position: absolute; left: 0; top: 2px; padding-right: 2px}
.caption a{ float: left; margin: 10px 0 0 3px}
.caption a + span{ font-size: 13px; color: #555; line-height: 48px; padding-left: 10px;}

.small .flexslider .slides > li{ position: relative}
.small .flex-control-nav{ display: none}
.small .flex-direction-nav .flex-prev{ left: -36%}
.small #main .caption{ position: absolute; top: 20px}
.small .caption p{ padding-top: 23px}
.small .caption h1,.small .caption h2{ color: #555; text-align: right}
.small .caption h1{ font-size: 24px; line-height: 25px}
.small .caption h2{ font-size: 14px; line-height: 14px; padding: 0 0 0 0}
.small a.btn{ position: absolute; top: 50%; margin-top: -12px; right: 20px; padding: 5px 10px}

@media (max-width: 450px) {
    .flex-direction-nav .flex-next{ right: -7%}
    .flex-direction-nav .flex-prev{ left: -7%}
}