/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
#minic_slider {
    position:relative;
    z-index:1;
    margin: 0;
    padding: 0;
}
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    color:#b8b8b8;
    text-transform: uppercase;
    width:100%;
    text-align: right;
    z-index:8;
    padding: 0;
    overflow: hidden;
    display: none;
    height:100px;
    background-color: rgba(1, 156, 134, 0.5);
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:42%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
    position:relative;
    margin: 0 auto;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:46px;
    height:73px;
    background:url(arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 999;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:-138px 0;
    right:0px;
}
.theme-default a.nivo-nextNav:hover {
    background-position:-92px 0px;
}
.theme-default a.nivo-prevNav {
    left:0px;
}
.theme-default a.nivo-prevNav:hover {
    background-position:-46px 0;
}
.theme-default a.
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #b8b8b8;
}
.theme-default .nivo-caption i {
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
}
.theme-default .nivo-caption a {
    display: inline-block;
    font: 400 15px/15px "Open Sans", serif;
    padding: 14px 14px 14px 20px;
    color:#fff;
    background: #f59239; /* Old browsers */
    background: -moz-linear-gradient(top,  #f59239 0%, #f16f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f59239), color-stop(100%,#f16f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f59239 0%,#f16f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f59239 0%,#f16f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f59239 0%,#f16f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f59239 0%,#f16f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59239', endColorstr='#f16f2b',GradientType=0 ); /* IE6-9 */
}
.theme-default .nivo-caption a:hover {
    color:#fff;
    background: #424242; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #313131 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#313131)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#313131 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#313131 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#313131 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #424242 0%,#313131 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
}
.theme-default .nivo-caption p {
    display: none;
}
.theme-default .nivo-caption h3 {
    font: 600 50px/50px "Open Sans", serif;
    font-style: italic;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 0 0;
    text-align:left;
    line-height:1;
    padding:25px 0 25px 30px;
}
.theme-default .nivo-caption h4 {
    font: 200 20px/20px "Open Sans", serif;
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 0 0 35px 0;
}
.theme-default .nivo-caption em {
    display: block;
    font: 200 28px/28px "Open Sans", serif;
    text-transform: none;
    margin: 16px 0 22px 0;
}
.theme-default .nivo-caption em b {
    font-weight: 600;
    color: #3d3d3d;
}
.theme-default .nivo-caption
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a:hover,
.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active{
    webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
body.instant_search #minic_slider { display:none;}

@media only screen and (min-width: 950px) and (max-width: 1199px) {
    .theme-default .nivo-caption {
        height:80px;
    }
    .theme-default .nivo-caption h3 {
        font: 600 26px/26px "Open Sans", serif;    
        padding:27px 0 18px 27px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .theme-default .nivo-caption {
        height:60px;
    }
    .theme-default .nivo-caption h3 {
        font: 600 20px/20px "Open Sans", serif;    
        padding:20px 0 20px 15px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .theme-default .nivo-caption {
        height:40px;
    }
    .theme-default .nivo-caption h3 {
        font: 600 16px/16px "Open Sans", serif;    
        padding:12px 0 12px 15px;
    }
    .theme-default .nivo-caption h4 {
        font: 200 18px/20px "Open Sans",serif;
        margin: 0 0 10px 0;
    }
    .theme-default .nivo-caption em {
        font: 200 24px/24px "Open Sans",serif;
        margin: 16px 0 10px 0;
    }
    .theme-default .nivo-caption i {
        display: none;
    }
    #Slider .slider_image {
        margin-bottom: 20px;
    }
    .theme-default .nivo-caption a {
        padding: 10px 10px 10px 16px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    #minic_slider{
        display:none;
    }    
    .theme-default .nivo-caption {
        padding: 15px 10px 10px 10px;
        width: 48%;
    }
    .theme-default .nivo-caption h3 {
        font: italic 600 35px/35px "Open Sans",serif;
        margin-top: 0 0 5px 0;
    }
    .theme-default .nivo-caption h4 {
        font: 200 16px/18px "Open Sans",serif;
        margin: 0 0 15px 0;
        display: none;
    }
    .theme-default .nivo-caption em {
        font: 200 16px/22px "Open Sans",serif;
        margin: 5px 0 25px 0;
    }
    .theme-default .nivo-caption i {
        display: none;
    }
    .theme-default .nivo-caption a {
        padding: 7px 8px 7px 8px;
    }
    .theme-default .nivo-directionNav a  {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        transform: scale(0.5,0.5); 
        -o-transform: scale(0.5,0.5);
        -moz-transform: scale(0.5,0.5);
        -webkit-transform: scale(0.5,0.5);
    }
    .theme-default .nivo-directionNav a:hover {

    }
    .nivo-directionNav a {
        top:28%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 560px) {
    .theme-default .nivo-caption {
        height:30px;
    }
    .theme-default .nivo-caption h3 {
        font: 600 15px/15px "Open Sans", serif;    
        padding:5px 0 5px 15px;
    }
    .theme-default .nivo-directionNav a  {
        top:34%;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        transform: scale(0.7,0.7); 
        -o-transform: scale(0.7,0.7);
        -moz-transform: scale(0.7,0.7);
        -webkit-transform: scale(0.7,0.7);
    }
}
@media only screen and (min-width: 561px) and (max-width: 767px) {

    .theme-default .nivo-directionNav a  {
        top:34%;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        transform: scale(0.7,0.7); 
        -o-transform: scale(0.7,0.7);
        -moz-transform: scale(0.7,0.7);
        -webkit-transform: scale(0.7,0.7);
    }
}