@font-face {
    font-family: 'gotham_htflight';
    src: url('/Static/font/gothamhtf-light-webfont.eot');
    src: url('/Static/font/gothamhtf-light-webfont.woff') format('woff'), url('/Static/font/gothamhtf-light-webfont.ttf') format('truetype'), url('/Static/font/gothamhtf-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('/Static/font/gothamhtf-book-webfont.eot');
    src: url('/Static/font/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'), url('/Static/font/gothamhtf-book-webfont.woff') format('woff'), url('/Static/font/gothamhtf-book-webfont.ttf') format('truetype'), url('/Static/font/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container {
    display: block;
    margin: 0px auto;
}

#iview {
    display: block;
    max-width: 100%;
    min-width: 300px;
    /*max-height:346px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px;
	border-radius: 5px;*/
    position: relative;
    /*	-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);*/
    margin: 10px auto;
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

    #iview .iviewSlider {
        display: block;
        /*width: 900px;*/
        height: 346px;
        overflow: hidden;
        /*border-radius: 4px;*/
    }



    #iview div.iview-directionNav {
        position: absolute;
        top: 47%;
        left: 0px;
        z-index: 9;
        width: 100%;
    }

        #iview div.iview-directionNav a {
            display: block;
            cursor: pointer;
            position: absolute;
            width: 27px;
            height: 27px;
            background-image: url(/Static/img/staffing/bg_direction_nav.png);
            text-indent: -9999px;
            -webkit-transition: left 0.3s ease-in-out;
            -webkit-transition-property: left,right;
            -moz-transition: left 0.3s ease-in-out;
            -moz-transition-property: left,right;
            -o-transition: left 0.3s ease-in-out;
            -o-transition-property: left,right;
            -ms-transition: left 0.3s ease-in-out;
            -ms-transition-property: left,right;
            transition: left 0.3s ease-in-out;
            transition-property: left,right;
        }

            #iview div.iview-directionNav a.iview-nextNav {
                right: -27px;
                background-position: 27px 0px;
            }

            #iview div.iview-directionNav a.iview-prevNav {
                left: -27px;
                background-position: 0px 0px;
            }

    #iview.iview-hover div.iview-directionNav a.iview-nextNav {
        right: 20px;
    }

    #iview.iview-hover div.iview-directionNav a.iview-prevNav {
        left: 20px;
    }

.iview-caption {
    color: #23272c;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: 'gotham_htflight';
    /*font-weight:lighter;*/
    font-size: 40px;
    width: 960px !important;
    margin: 0 auto;
    line-height: 44px;
    letter-spacing: -3px;
    min-height: 100px;
}
    /*.iview-caption span{
	color:#ab0534;
	font-size: 18px;
	margin-top:5px;
	float:left;
	line-height:24px;
	font-family: 'gotham_htfbook';
	letter-spacing:0px;
	transition:all 0.5s ease-in-out 0.5s;
	-moz-transition:all 0.5s ease-in-out 0.5s;
}*/
    .iview-caption span {
        color: #ab0534;
        font-size: 18px;
        margin-top: 5px;
        float: left;
        line-height: 20px;
        font-family: 'gotham_htfmedium';
        letter-spacing: 0;
        transition: all .5s ease-in-out .5s;
        -moz-transition: all .5s ease-in-out .5s;
    }

        .iview-caption span a, .iview-caption span a:hover {
            color: #ab0534;
            text-decoration: underline !important;
            font-family: 'gotham_htfbook';
        }

            .iview-caption span a strong {
                font-family: 'gotham_htfbook';
                font-weight: bold;
            }

#iview-preloader {
    border: #666 1px solid;
    width: 150px;
}

    #iview-preloader div {
        background: #666;
    }

#iview-timer {
    border-radius: 10px;
}

    #iview-timer div {
        border-radius: 10px;
    }
/*----------------------------- */


.iview-controlNav {
    position: relative;
    bottom: 30px;
    left: 47.7%;
}

    .iview-controlNav a {
        text-indent: -9999px;
    }

        .iview-controlNav a.iview-control {
            padding: 0px;
            float: left;
            width: 10px;
            height: 10px;
            background: url('/Static/img/staffing/bullets_2.png') no-repeat 0px 0px;
            background: #fff;
            border-radius: 50%;
            line-height: 0px;
            margin-right: 7px;
            box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
        }

            .iview-controlNav a.iview-control.active {
                background: #38424d;
            }

            .iview-controlNav a.iview-control.active {
                background-position: 0px -11px;
            }

.iview-controlNav {
    width: 100%;
}

    .iview-controlNav ul {
        margin: 0 auto;
    }

#iview-tooltip {
    display: none !important;
}

element.style {
}
