/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
.div-slider, .div-slider2{
    position: relative;
    margin-bottom: 40px;
}
.slider-top, .slider-bottom{
    display: block;
    position: absolute;
    z-index: 99;
}
.slider-top{
    background: url(../images/slider-top-middle.png) no-repeat center;
    top: 0px;
    width: 100%;
    height: 14px;
}
.slider-bottom{
    background: url(../images/nav-middle-img.png) no-repeat center;
    bottom: 0;
    width: 100%;
    height: 14px;
}
.slider-content{
    position: relative;
    padding-top: 165px;
}
.slider-content2{
    position: relative;
    padding-top: 40px;
}
.slider-content p, .slider-content2 p{
    display: block;
    text-align: left;
    font-size: 72px;
    padding-left: 40px;
    font-weight: bold;
    color: #FFF;
    line-height: 60px;
    text-transform: uppercase;
}

.rhino-container{
    width: 100% !important;  
    margin: 0 !important;
}
#slider, #slider2{
    margin: 0 0 30px;
    /*height: 635px;*/
    width: 100%;
}
#slider li, #slider2 li{
    width: 100% !important;
}
#slider li img, #slider2 li img{
    width: 100%;
    height: auto;   
    position: absolute;
    top: 0;
}
.rhino-btn {
	z-index:10;
	width:38px;
	height:38px;
	display:block;
	text-indent:-99999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}



.rhino-prev {
    top: 50%;
	left:10px;
    background: url(../images/slider-left-arrow.png) no-repeat left;
    display: none;
}

.rhino-next {
	right:10px;
    top: 50%;
    background: url(../images/slider-right-arrow.png) no-repeat right;
}



.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.slider-wrapper{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 90px;
    right: 0;
    text-align: center;
    z-index: 99;
    overflow: hidden;
}
.rhino-bullets {
	z-index: 10;
	padding:0;
    display: inline-block;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	/*background:url(../images/rhinoslider-sprite.png) -224px 0 no-repeat;*/
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
    text-indent: -1200px;
    color:#fff;
    background:url(../images/slider-pagination.png) no-repeat center;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#000;
    background:url(../images/slider-pagination-hover.png) no-repeat center;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    color:#000;
    background:url(../images/slider-pagination-hover.png) no-repeat center;
}
.slider-left-content{
    z-index: 99;
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
}
.slider-left-content .offset5 div{
    margin-right: 20px;
}
.slider-left-content h3{
    color: #003db0;
    font-weight: 400;
}
.slider-btn{
    /*background: url(../images/cta-bg.png) no-repeat top left;*/
    width: 148px;
    height: 39px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 20px;
    line-height: 39px;
    font-size: 14px;
}
.slider-btn:hover{
    text-decoration: none;
    color: #FFF;
}
#footer .span2{
    text-align: right;
}
@media (max-width: 1399px) {
    #slider, #slider2{
        /*height: 480px;*/
    }
    .slider-content2{
        padding-top: 40px;
    }
}
@media (max-width: 1279px) {

    #slider, #slider2{
        /*height: 400px;*/
    }
    .slider-content2{
        padding-top: 40px;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    #slider, #slider2{
        /*height: 340px;*/
    }
    .slider-content2{
        padding-top: 40px;
    }
}
@media (max-width: 767px) {

    #slider, #slider2{
        /*height: 200px;*/
    }
    .slider-content2{
        padding-top: 40px;
    }
    .slider-content{
        padding-top: 30px;
    }
    .slider-content p, .slider-content2 p{
        font-size: 38px;
        line-height: 30px;
    }
    .rhino-next, .rhino-prev{
        top: 40%;
    }
    .slider-wrapper{
        bottom: 10px;
    }
}
