/*
 * 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
 */
 
/* 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;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	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;
}

/*  3. slider
/*----------------------------------------*/
.pos_description {
    padding-top: 70px;
}

    .pos_description .title1 .txt {
        display: inline-block;
        font-family: "Roboto",sans-serif;
        font-size: 55px;
        font-weight: 300;
        line-height: 30px;
        padding: 24px 10px 13px;
        color: #fff;
        background: rgba(0,0,0,0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-animation: fadeInLeft 1000ms linear;
        -o-animation: fadeInLeft 1000ms linear;
        -webkit-animation: fadeInLeft 1000ms linear;
        animation: fadeInLeft 1000ms linear;
    }

    .pos_description .title2 .txt {
        display: inline-block;
        font-family: "Roboto",sans-serif;
        color: #fff;
        font-size: 67px;
        font-weight: 800;
        line-height: 45px;
        margin-bottom: 20px;
        margin-top: 5px;
        padding: 25px 10px 10px;
        background: rgba(0,0,0,0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 5px;
        -moz-animation: flipInX 1500ms linear;
        -o-animation: flipInX 1500ms linear;
        -webkit-animation: flipInX 1500ms linear;
        animation: flipInX 1500ms linear;
    }

    .pos_description .title3 .txt {
        display: inline-block;
        font-family: "Roboto",sans-serif;
        color: #000;
        font-size: 67px;
        font-weight: 700;
        line-height: 13px;
        margin-bottom: 35px;
        margin-top: 5px;
        padding: 25px 10px 10px;
        margin-top: 5px;
        -moz-animation: flipInX 1500ms linear;
        -o-animation: flipInX 1500ms linear;
        -webkit-animation: flipInX 1500ms linear;
        animation: flipInX 1500ms linear;
        text-transform: uppercase;
    }

    .pos_description .pos-slideshow-readmore a {
        display: inline-block;
        background: #ffa200;
        color: #fff;
        border-bottom: 2px solid #e68700;
        padding: 16px 25px 3px;
        font-family: "Roboto",sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 55px;
        text-transform: uppercase;
        margin-top: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-animation: flipInX 2000ms linear;
        -o-animation: flipInX 2000ms linear;
        -webkit-animation: flipInX 2000ms linear;
        animation: flipInX 2000ms linear;
    }

        .pos_description .pos-slideshow-readmore a:hover {
            background: #f06262;
            border-color: #ca3030;
        }

.slider-area .nivo-caption {
    background: transparent none repeat scroll 0 0;
    bottom: 165px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 8;
}

.slider-area .nivo-directionNav a {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 30px;
    height: 40px;
    left: 0;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    transition: all 300ms ease 0s;
    width: 40px;
}

    .slider-area .nivo-directionNav a:hover {
        background-color: #ffa200;
        color: #fff;
    }

    .slider-area .nivo-directionNav a.nivo-nextNav {
        left: auto;
        right: 0;
    }

.slider-area:hover .nivo-directionNav a {
    opacity: 1;
}

.slider-area {
    position: relative;
}

    .slider-area .nivo-controlNav {
        bottom: 20px;
        left: 0;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        z-index: 9;
    }

.nivo-controlNav::after {
    background: transparent url("../images/dot_bg.png") no-repeat scroll right center;
    content: "";
    display: inline-block;
    height: 15px;
    padding-left: 5px;
    width: 45px;
}

.nivo-controlNav::before {
    background: transparent url("../images/dot_bg.png") no-repeat scroll left center;
    content: "";
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    width: 45px;
}

.nivo-controlNav a.active::after {
    color: #ffa200;
}

.nivo-controlNav a::after {
    color: #fff;
    content: "\f192";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 20px;
    padding: 0 5px;
}

.nivo-controlNav a {
    font-size: 0;
}

    .nivo-controlNav a.active::after {
        color: #ffa200;
    }