﻿/*
    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;
}
#featured0 {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}
#featured0-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2018/yakin.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.appbutton {
	width: 167px;
	height: 49px;
	display: inline-block;
	margin: 0 auto;
}
#featured1 {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}
#featured1-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2018/places.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured2 {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}
#featured2-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2018/sweetsavings.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured3 {
	width: 1050px; 
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}
#featured3-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2018/groovecar.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured4 {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}
#featured4-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2017/lifesaver.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured5 {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}
#featured5-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2017/driver.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#featured6 {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}


#featured6-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2017/truck-mud.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured7 {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	padding-top: 75px;
}
#featured7-back {
	width: 100%;
	height: 500px;
	background-image: url(../images/ma2017/painting.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.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-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 20px;
	max-width: 500px;
}
.fc p {
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.fc-small {
	font-size: 12px;
	line-height: 15px;
}
h5 {
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #34393a;
	margin: 0px;
	line-height: 35px;
}
.featured-btn {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 10px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #00529b;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.featured-btn:hover {
	color: #ffffff;
	background-color: #006f51;
}
.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-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #34393a;
	margin-top: 5px;
	text-align: justify;
}
/* featured rates */
#fr-wrapper {
	width: 100%;
	background-color: #006f51;
}
#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-family: 'Play', sans-serif;
	font-weight: 300;
}
.frsmall {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9pt;
	color: #eee;
}
.frtext {
	font-size: 32pt;
	color: #ffffff;
	font-family: 'Play', sans-serif;
	font-weight: 300;
}
.frdisc {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #fff;
	margin: 5px;
}

/* 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: #fff;
}

#myCarousel .item {
	height: 500px;
}
#myCarousel .caption {
	max-width: 1050px;
	width: 100%;
	height: 100%;
   margin: 0 auto;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-direction: row;
}
#myCarousel .caption .inner {
	background: rgba(255,255,255,0.95);
	padding: 25px;
	display: inline-block;
	text-align: left;
	color: #33383b;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 20px;
	max-width: 500px;
	width: 100%;
	margin-top: -10vh;
}
#myCarousel .caption .fh4 {
	font-size: 2.6rem;
	line-height: 1.1;
	margin-bottom: 10px;
}
#myCarousel .caption p {
	font-size: 16px;
	line-height: 1.4;
}

/*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;
    }
}