/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; max-width: 100%; min-width: 1050px; height: 500px; margin: 0; padding: 0; }

.cycle-slideshow > span { 
    width: 100%; padding: 0; margin: 0 auto; height: 500px;
}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
}
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500000; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-size: 80px; width: 20px; height: 20px; margin-right: 5px; margin-left: 5px;  line-height: 40px;
    display: inline-block; color: #fff; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #f2ba22;}
.cycle-pager > * { cursor: pointer;}



/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}

#progress { position: absolute; top: 0; height: 2px; width: 0px; background: #ef4036; z-index: 110; }


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(https://d1kryjpwpzirc7.cloudfront.net/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(https://d1kryjpwpzirc7.cloudfront.net/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}
/*
body, table li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-size: 14px;
  line-height: 18px; color: #333;
}*/
/* marketing */

#featured-promo {
    width: 100%;
    height: 500px;
}

.appbutton {
    width: 167px;
    height: 49px;
    display: inline-block;
    margin: 0 auto;
}
/*#featured1, #featured2, #featured3, #featured4, #featured5, #featured6, #featured7 {
    width: 1050px;
    margin: 0 auto;
    height: 500px;
    position: relative;
    padding-top: 75px;
}*/
.item img {
    width: 100%;
}
.fc {
    position: absolute;
    top: 25px;
    left: 50px;
    background: rgba(255,255,255,0.95);
    padding: 25px;
    display: inline-block;
    text-align: left;
    border: 1px solid #ffffff;
    color: #33383b;
    font-weight: 400;
    font-size: 20px;
    max-width: 500px;
	z-index: 200;
}
}
.fc p {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.fc-small {
    font-size: 12px;
    line-height: 15px;
}
h5 {
    font-weight: 700;
    font-size: 35px;
    color: #34393a;
    margin: 0px;
    line-height: 35px;
}
.featured-btn {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 5px 10px 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 20px;
    background-color: #004990;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-btn:hover {
    color: #000;
    background-color: #fcb02f;
}
.featured-btn:after {
    color: #004990;
    content: ' >';
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.featured-btn:hover:after {
    content: ' >';
    color: #000;
    padding-left: 3px;
    padding-right: 10px;
}
.featured-link {
    display: block;
    text-decoration: none;
    width: 960px;
    height: 375px;
}
.featured-content {
    width: 200px;
    height: 200px;
    background-color: #0C6;
    margin-left: 200px;
    margin-top: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.featured-btn1 {
    width: 220px;
    height: 35px;
    position: absolute;
    left: 480px;
    bottom: 0px;
}
.featured-btn2 {
    width: 220px;
    height: 35px;
    position: absolute;
    left: 720px;
    bottom: 0px;
}
.featured-btn3 a{
    width: 170px;
    height: 30px;
    position: absolute;
    left: 115px;
    top: 170px;
    display: block;
}
.featured-btn3 span {
    display: none;
}

.hr-div {
    width: 1050px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

#hbl-wrapper-home {
    width: 230px;
    min-height: 120px;
    float: left;
    margin-top: 50px;
    margin-right: 20px;
    background-color: #333333;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


/* featured boxes */
#fbox-container {
    width: 1050px;
    margin: 0 auto;
    min-height: 50px;
}
.fbox-tile {
    width: 320px;
    min-height: 50px;
    float: left;
    margin-right: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.fbox-tile2 {
    width: 320px;
    min-height: 50px;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
#fbox-container img {
    float: left;
    width: 300px;
    margin-bottom: 15px;    
    /* border: 3px #f2ba22 solid;*/
}
#fbox-container p {
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #34393a;
    margin-top: 5px;
    text-align: justify;
}
/* featured rates */
#fr-wrapper {
    width: 100%;
    background-color: #004990;
}
#fr-main {
    margin: 0 auto;
}
.fr-div {
    width: 10px;
    height: 100px;
    float: left;
    margin-top: 15px;
}
.fr-container {
    margin: 15px 0;
    text-align: center;
    line-height: 40px;
}
.frbold {
    color: #ffffff;
    font-size: 15pt;
    font-weight: 300;
}
.frsmall {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 9pt;
    color: #eee;
}
.frdisc {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #fff;
	margin: 5px;
}
.frtext {
    font-size: 32pt;
    color: #ffffff;
    font-weight: 300;
}

/* banners */
#bnnr-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
#bnnr-container {
    width: 1050px;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
}
#bnnr-container img {
    margin-left: 25px;
    margin-right: 25px;
}
a.featured-btn:focus {
    color: #D2E9FF;
}
.left .sr-only, .right .sr-only {
    color: #000;
}
.carousel-indicators li {
    background-color: #004990;
    border: 1px solid #004990;
    border-radius: 10px;
}
.carousel-indicators .active {
    background-color: #fcae28;
    border: 1px solid #fcae28;
}

/*Phones and smaller*/
@media only screen and (max-width: 767px) {
    .fc {
        position: absolute;
        top: 10px;
        left: 50px;
        padding: 15px;
        max-width: 80vw;
    }
    .item .fh4 {
        font-size: 16px;
        line-height: 20px;
    }
    .fc p {
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 13px;
    }
    .featured-btn {
        font-size: 15px;
        padding: 7px;
        margin-top: 5px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 16px;
    }
}


/* Landscape Large Phones */
@media (max-width: 885px) and (orientation: landscape) {
    .fc {
        position: absolute !important;
        top: 10px !important;
        left: 50px !important;
        padding: 15px !important;
        max-width: 40vw !important;
    }
    .item .fh4 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .fc p {
        line-height: 16px !important;
        margin-top: 8px !important;
        margin-bottom: 0 !important;
        font-size: 13px !important;
    }
    .featured-btn {
        font-size: 15px !important;
        padding: 7px !important;
        margin-top: 5px !important;
    }
}