/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0px;
	width: 100% !important;
	background: transparent;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; width:100%;}

/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 100% !important; 
    position: relative; 
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden 
}

div.orbit > img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
}

div.orbit > a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; 
}

.orbit > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the "
.orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */

/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; 
}

/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 1px;
}

.orbit-wrapper .orbit-caption {
    position: relative;
    top: 165px;
    z-index: 99;
    font-weight: 300;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
}

.slider-title{
    width: 35%;
}

.slider-h1{
    font-size: 150px;
    line-height: 0.9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #262626;
    letter-spacing: -0.05em;
    margin: 0;
    position: relative;
    top: -95px;
    left: 20px;
    text-shadow: 0 0 5px #fff;
}

.content{
    height: 500px;
    position: relative;
    top: -225px;
    width: 65%;
    left: 33%;
    color: #1a1a1a;
    text-align: center;
}

.content-d{
    height: 500px;
    position: relative;
    top: -276px;
    width: 65%;
    left: 33%;
    color: #1a1a1a;
    text-align: center;
}

.special-box{
    border-style: double;
    text-align: center;
}

.btn-s {
    display: inline-block;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    padding: 11px 19px;
    font-size: 24px;
    line-height: 21px;
    border-radius: 0;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.btn-s:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: inherit;
    margin-left: 11px;
}

.slider-more-btn{
    background-color: #ec1d23;
    border-color: #cccbcb;
    color: #fff;
}

.slider-more-btn:hover{
    color: #ffffff;
    background-color: #dad092;
    border-color: #cccbcb;
}

a.slider-more-btn{
    text-decoration: none;
    border-color: #cccbcb;
    color: #fff;
}

a.slider-more-btn:hover{
    text-decoration: none;
    background-color: #dad092;
    color: #fff;
}

/* DIRECTIONAL NAV
   ================================================== */

 div.slider-nav {
    display: block;
    position: relative;
    top: -131px;
}

div.slider-nav span {
    width: 27px;
    height: 35px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 40%;
    color: transparent;
    margin-top: -60px;
    cursor: pointer; 
}

div.slider-nav span.left {
    background: url(../orbit/left-arrow.png) no-repeat;
    right: 193px; 
    opacity: 0.5;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
} 

div.slider-nav span.left:hover {
    background: url(../orbit/left-arrow-hover.png) no-repeat;
    opacity: 0.8;
    -moz-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}

div.slider-nav span.right {
    background: url(../orbit/right-arrow.png) no-repeat;
    right: 140px;
    margin-right: 20px;
    opacity: 0.5;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; 
}

div.slider-nav span.right:hover {
    background: url(../orbit/right-arrow-hover.png) no-repeat;
    opacity: 0.8;
    -moz-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 5000 !important;
    list-style: none;
    bottom: 219px;
    left: 85%;
	margin-left: -50px;
    padding: 0; 
} 

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: transparent;
    text-indent: -9999px;
    background: url(../orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
    z-index: 5000 !important; 
}

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; 
}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; 
}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; 
}

.orbit-wrapper .orbit-bullets .orbit-bullets li{
        z-index: 5000 !important;
}