/*
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-carousel-main .owl-controls{
height: 0;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
position: absolute;
z-index: 1;
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
.owl-carousel-main .owl-controls .owl-buttons div{
height: 66px;
width: 66px;
top: 50%;
margin-top: -33px;
background: url('/images/slider-arrows.png');
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.7;
}
.owl-carousel-main .owl-controls .owl-buttons div.owl-next{
right: 0;
background-position: -66px 0;
}
/* Styling Pagination*/
.owl-pagination{
display: none;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 13px;
height: 13px;
margin: 0 3px;
background: url(/images/nav-off.png) no-repeat;
}
.owl-theme .owl-controls .owl-page.active span{
background: url(/images/nav-on.png) no-repeat;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(/images/slider-loading.gif) no-repeat center center
}
.item {
position: relative;
}
.item img {
width: 100%;
display: block;
}
.item-content {
width: 649px;
position: absolute;
top: 67px;
right: 0;
color: #58627b;
z-index: 2;
}
.fast-auto-quote{
position: absolute;
bottom: 20px;
right: 20px;
z-index: 1;
text-align: center;
width: auto;
max-width: 425px;
padding-top: 160px;
background: url(../images/slider-auto-quote.png) center top no-repeat;
}
.fast-auto-quote div{
font-weight: bold;
text-transform: uppercase;
}
.fast-auto-quote A:link, .fast-auto-quote A:visited{
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: top;
color: #953E61;
text-transform: uppercase;
text-decoration: underline;
}
.fast-auto-quote A:hover{
text-decoration: none;
}
.item-content .item-heading {
margin-bottom: 10px;
font-weight: 700;
font-size: 30pt;
text-transform: uppercase;
}
.item-content .item-heading:before {
content: '';
display: inline-block;
width: 17px;
height: 29px;
background: #963e61;
margin-left: -40px;
margin-right: 26px;
}
.item-list {
list-style: none;
}
.item-list li {
margin-bottom: 17px;
font-size: 23pt;
font-weight: 300;
}
.item-list li:before {
content: '';
margin: 0 22px -3px 4px;
display: inline-block;
width: 32px;
height: 26px;
background: url('/images/item-list-icon.png');
}
/* .item-content .more-link {
margin: 24px 0 0 54px;
height: 48px;
line-height: 48px;
padding: 0 27px;
border: 6px solid #963e61;
display: inline-block;
color: #fff;
box-shadow: 10px 10px 35px -16px rgba(0,0,0,0.75);
white-space: nowrap;
color: #1d1d1d;
border-radius: 3px;
} */
.home-slider-container .slider-border-bottom {
width: 90%;
height: 34px;
background: #fb8d22;
}
@media (max-width: 1500px) {
.item-content {
top: 60px;
}
}
@media (max-width: 1350px) {
.item-content .item-heading {
font-size: 25pt;
}
.item-content .item-heading:before {
height: 25px;
}
/* .item-content .more-link {
margin-top: 10px;
} */
.item-content {
top: 30px;
}
}
@media (max-width: 1200px) {
.item-content {
top: 20px;
}
}
@media (max-width: 1000px) {
.item-content {
background: #eee;
top: 0;
position: relative;
width: auto;
padding: 30px 0 30px 70px;
}
.owl-carousel-main .owl-controls .owl-buttons div {
top: 25%;
}
.fast-auto-quote{
z-index: 3;
width: 250px;
background-size: 50%;
padding-top: 115px;
}
}
/* OLD STYLES */
@media (max-width: 1320px) {
.item-content h3{
line-height: 100%;
font-size: 25pt;
}
}
@media (max-width: 925px) {
.home-slider-container .item-content {
width: 90%;
max-width: 90%;
position: relative;
left: 0;
top: 0;
padding-right: 5%;
padding-left: 5%;
padding-top: 30px;
}
.slider-vewport {
width: 100%;
}
.slider-previews {
margin-top: 7px;
width: 100%;
}
.slider-previews .slider-preview-item {
margin-left: 0px;
margin-right: 7px;
}
.slider-picture {
width: 80%;
left: 10%;
}
}
@media (max-width: 745px) {
.owl-buttons {
display: none;
}
}
@media (max-width: 680px) {
/*.fast-auto-quote{
display: none;
}*/
.fast-auto-quote{
z-index: 3;
position: absolute;
top: 75px;
right: 20px;
zoom: 0.3;
text-align: center;
width: auto;
padding-top: 160px;
background: url(../images/slider-auto-quote.png) center top no-repeat;
}
}