/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


#dev7link {
    position: absolute;
    top: 0;
    left: 50px;
    background: url(images/dev7logo.png) no-repeat;
    width: 60px;
    height: 67px;
    border: 0;
    display: block;
    text-indent: -9999px;
}

.slider-wrapper {
    width: 100%;
    margin: 0px auto;
    margin-top: 180px;
}

.nivo-controlNav {
    display: none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
    clear: both;
}

.em-slider-sub-title {
    font-size: 42px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    display: block;
    margin: 0;
    line-height: 1.2;

    padding-bottom: 0px;
    max-width: 800px;
    font-family: GraphikBold;
}

.em-slider-title {
    font-size: 33px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    margin: 0;
}

.nivo-caption p {
    max-width: 370px;
    color: #EBEBEB;
    font-size: 18px;
}

.text-center .em-slider-descript {
    margin: 0 auto 31px;
    text-align: center;
}

.em-button-button-area a {
    -moz-user-select: none;
    background: #A80000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 41px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 400;
    margin-top: 50px;
}

.theme-default .nivo-caption a {
    border-bottom: none;
}

.em-slider-button .withput-active {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
    margin-left: 7px;
}

.em_slider_inner {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0
}

.nivo-caption {
    background: rgba(0, 0, 0, 0.0);
    height: 400px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    overflow: visible !important;
}

.single_slide_img {
    position: absolute;
    top: -180px;
    text-align: right;
    left: 59%;
}

.em-slider-descript {
    margin: 0px auto 31px;
    text-align: center;
}

.em-slider-descript {
    width: 55%;
    text-align: left;
    color: rgb(255, 255, 255);
    margin: 0px 0px 15px;
    font-size: 33px;
    margin-bottom: 25px !important;
}

.nivo-directionNav {
    display: none;
}

.nivo-caption {
    bottom: -100px;
    left: 150px;
    top: auto;
}

/*.nivoSlider img {
    max-height: 550px;
}

*/
.em-button-button-areas .know-more button {
    background: #A80000;
    color: #fff;
}