/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured
{
    width: 940px;
    height: 450px;
    overflow: hidden;
}
#featured > img, #featured > div, #featured > a
{
    display: none;
}


/*Homepage super bowl - weld*/
.hp_theguys
{
    background:url(/assets/images/superbowl/hp_theguys_bg2.jpg) no-repeat top center;
    width:100%;
    height:459px;
    position:relative;
}
.hp_theguys .copy
{
    position:relative;
    left:0;
    top:60px;
    background:url('/assets/images/superbowl/bg_blk.png') repeat;
    width:500px;
    height:370px;
    padding:20px 30px 20px 150px;
    color:#ffffff;
    font-size:14px;
}

.hp_theguys h2
{
    font-size:55px;
    line-height:57px;
    font-weight:800;
    text-shadow: 4px 4px 2px #111;
    font-family: 'Raleway', sans-serif;
    margin:0;padding:0;
    }
 .hp_theguys h3
{
    font-size:35px;
    line-height:37px;
    font-weight:700;
    padding-bottom:10px;
    text-shadow: 4px 4px 2px #111;
    font-family: 'Raleway', sans-serif;
    margin:0;padding:0;
}
.hp_theguys h4
{
    font-size:18px;
    line-height:20px;
    font-weight:700;
    padding-bottom:10px;
    text-shadow: 3px 3px 1px #111;
    margin-bottom:0px;
    font-family: 'Raleway', sans-serif;
    margin:0;padding:0;
}

.hp_theguys p
{
    padding:20px 0px;
    color:#fff;
    font-family:'open sans',Sans-Serif;
    width:300px;
}


.btn
{ 
height:37px;
width:160px;
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:22px;
background-color:#0079b8;
-webkit-box-shadow:0 3px 3px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.17);
-moz-box-shadow:0 3px 3px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.17);
box-shadow:0 3px 3px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.17);
border:solid 1px #001c34;
color:#fff;
font-size:16px;
line-height:20px;
font-weight:700;
text-transform:uppercase;
 }
 .btn:hover{color:#fff;}
.btn .glyphicon{top:0px;font-size:11px;}


/* CONTAINER
   ================================================== */

div.orbit-wrapper
{
    width: 1px;
    height: 1px;
    position: relative;
}

div.orbit
{
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
}

div.orbit > img
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

div.orbit > a
{
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
}

.orbit > div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer
{
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
}

span.rotator
{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 3;
}

span.mask
{
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

span.rotator.move
{
    left: 0;
}

span.mask.move
{
    width: 40px;
    left: 0;
}

span.pause
{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
}

span.pause.active
{
}

div.timer:hover span.pause, span.pause.active
{
    opacity: 1;
}


/* CAPTIONS
   ================================================== */

.orbit-caption
{
    display: none;
    font-family: "HelveticaNeue" , "Helvetica-Neue" , Helvetica, Arial, sans-serif;
}

.orbit-wrapper .orbit-caption
{
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav
{
    display: block;
}

div.slider-nav span
{
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

div.slider-nav span.right
{
    right: 0;
}

div.slider-nav span.left
{
    left: 0;
}

/* BULLET NAV
   ================================================== */
.orbit-bullets
{
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    padding: 0;
}

.orbit-bullets li
{
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url('/assets/images/global/orbit/rotation_off.png') no-repeat 0 0;
    width: 21px;
    height: 21px;
    overflow: hidden;
}
.orbit-bullets li.active, .orbit-bullets li.active:hover
{
    color: #222;
    background: url('/assets/images/global/orbit/rotation_on.png');
}
.orbit-bullets li:hover
{
    background: url('/assets/images/global/orbit/rotation_hover.png');
}

.orbit-bullets li.has-thumb
{
    background: none;
    width: 100px;
    height: 75px;
}

.orbit-bullets li.active.has-thumb
{
    background-position: 0 0;
    border-top: 2px solid #000;
}


/*************************************************
CUSTOM
*************************************************/
#superbowl, #slide1, #slide2, #slide3, #slide4, #slide5, #slide6, #slide7, #slide8, #slide9, #slide10
{
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    height: 454px;
    width: 1200px;
}


#slide1
{
    background-image: url("/assets/images/home/slideshow/R1_image.jpg");
}
#slide2
{
    background-image: url("/assets/images/home/slideshow/R2_image.jpg");
}
#slide3
{
    background-image: url("/assets/images/home/slideshow/R3_image.jpg");
}
#slide4
{
    background-image: url("/assets/images/home/slideshow/R4_image.jpg");
}
/*#slide5
{
    background-image: url("/assets/images/home/slideshow/promotion.jpg");
}*/
#slide6
{
    background-image: url("/assets/images/home/slideshow/R6_image.jpg");
}
#superbowl
{
    background-image: url("/assets/images/home/slideshow/superbowl/bg_without_Frame.jpg");
}

#superbowl .heading
{
    position: absolute;
    top: -40px;
}

#superbowl .football
{
    position: absolute;
}

#superbowl .football.pre
{
    top: 206px;
}

#superbowl .football.post
{
    top: 226px;
}


#superbowl iframe
{
    position: absolute;
    left: 474px;
    top: -16px;
}

#superbowl .copy
{
    position: absolute;
    top: 206px;
    line-height: 17px;
}

#superbowl .copy.pre
{
    left: 178px;
    width: 250px;
    font-size: 13px;
}

#superbowl .copy.post
{
    left: 163px;
    width: 400px;
    font-size: 15px;
}

#superbowl .featured-link
{
    position: absolute;
    top: 214px;
    left: 201px;
}

.featured-container
{
    width: 950px;
    position: relative;
    margin: 70px 125px 0 125px;
}
.featured-link
{
    display: block;
    margin: 21px 0 0 0;
}

.featured-content p
{
    font-size: 1.5em;
    color: #4c4f58;
    margin: 21px 0;
    line-height: 1.2em;
}

#slide1 .featured-content
{
    left: 218px;
}
#slide1 .featured-link
{
    margin-left: 225px;
}

#slide2 .featured-content
{
    left: 16px;
}
#slide2 .featured-link
{
    margin: 50px 0 0 102px;
}

#slide3 .featured-content
{
    left: 245px;
    width: 360px;
}
#slide3 .featured-link, #slide3 .featured-content p
{
    margin-left: 95px;
}

#slide4 .featured-content
{
    left: 143px;
    width: 459px;
}
#slide4 .featured-link, #slide4 .featured-content p
{
    margin-left: 295px;
}
#slide4 .featured-content p
{
    margin-top: 58px;
}
#slide5 .featured-content div
{
    left: 80px;
}
#slide5 .featured-content div p
{
    width: 250px;
}
#slide5 #slide-disclaimer
{
    position: absolute;
    left: 0;
    top: 205px;
    width: 330px;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 1px;
}
#slide6 .featured-container
{
    position: relative;
    margin: 35px 125px 0 415px;
}

#slide6 .featured-link, #slide6 .featured-content p
{
    margin-left: 160px;
}

#slide6 .featured-content p
{
    margin-top:-60px;
    width:180px;
    font-size:13px;
}
/*#slide6 .featured-link{
    position: absolute;
    top: 110px;
    left: 152px;
}*/
#slide-disclaimer p
{
    color: #1c4f89 !important;
    line-height: 13px;
}

.slide-disclaimer
{
    margin: 0 0 10px 120px;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 420px;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #1c4f89;
    padding: 1px;
}



