﻿body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
}
.animated {
    visibility: visible!important;
}
body.affix-top {
    padding-top: 0!important;
}
body.affix,
body.affix-bottom {
    padding-top: 70px;
    position: relative;
}
/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
header .brow-bar {
    height: 38px;
    width: 100%;
    position: relative;
    z-index: 1;
}
header .brow-bar p {
    margin: 0;
    color: #fefefe;
    line-height: 38px;
    float: left;
    padding-right: 10px;
}
header .brow-bar p strong {
    padding-right: 10px;
}
header .brow-bar ul {
    margin: 0;
}
header .brow-bar ul li {
    padding: 9px 7px;
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-indent: -1px;
}
header .brow-bar ul li a, 
header .brow-bar ul li span,
#pdf-include .brow-bar ul li a,
#pdf-include .brow-bar ul li span {
    color: #fefefe;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
header .brow-bar ul li ul {
    display: none;
}
header .brow-bar ul.country-select li {
    border: none;
    padding-right: 0;
}
header .brow-bar ul.country-select li img {
    margin-left: 8px;
    border: 1px solid rgba(0,0,0,0.2);
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
header .navbar-collapse {
    padding: 0;
}
header .navbar {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    border-radius: 0;
}

header .callBtn,
header .navbar-toggle {
    border-width: 2px;
    border-style: solid;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    float: right;
    margin-right: 0;
    margin-top: 15px;
}
header .callBtn {
    margin-right: 15px;
}
header.affix,
header.affix-bottom {
        position: absolute;
        z-index: 9999!important;
    }
header .callBtn .fa {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

@media only screen and (max-width:991px) {
    header.affix,
    header.affix-bottom {
        background: #fff;
        position: fixed;
        z-index: 10;
        box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.2);
        height: 81px;
    }
    header.affix .brow-bar,
    header.affix-bottom .brow-bar {
        display: none !important;
    }
    #waypoint {
        display: none;
    }
    #why .row {
        min-height: 820px;
        background-size: 110%!important;
        background-position: 140px bottom!important;
    }
}

/* Footer */
#footer {
    position: relative;
}
#footer .navbar-brand {
    background-image: url(/Images/Theme/SOI/logo-white.png);
}
#footer .background-mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(/Images/subtle_carbon.png) repeat;
    opacity: 0.9;
}
#footer .footer-top {
    position: relative;
    z-index: 1;
    padding: 30px 0 15px;
}
#footer .footer-bottom {
    padding: 10px 0;
    background: #222;
    position: relative;
    z-index: 1;
}
#footer .footer-bottom a {
    font-size: 13px;
}
#footer .footer-bottom p,
#pdf-include .footer-bottom p {
    font-size: 13px;
    color: #fefefe;
    margin: 0;
    line-height: 38px;
}
#footer .footer-bottom p a {
    color: #00bfff;
}
#footer .footer-bottom .list-inline {
    margin: 12px 0;
    line-height: 14px;
}
#footer .footer-bottom .list-inline li {
    border-right: 1px solid #fff;
    padding: 0 7px;
    display: block;
    float: left;
}
#footer .footer-bottom .list-inline li a {
    color: #fff;
}
#footer .footer-bottom .list-inline li:last-child {
    border-right: 0;
    padding-right: 0;
}
#footer .social-icons {
    margin: 10px -8px 0 0;
}
#footer .social-icons a {
    height: auto !important;
    width: auto !important;
}
#footer .trust-icons {
    color: #999;
    background: rgba(0,0,0,0.5);
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
#footer .trust-icons .fa {
    margin: 2px 8px 0 0;
    float: left;
    font-size: 44px;
}
#footer .trust-icons .direct-debit {
    float: left;
    margin: 5px 0 0;
}
#footer .trust-icons .taurus {
    margin-top: 10px;
}
#footer .trust-icons .wildcard {
    margin-top: 12px;
}
#footer p.terms {
    color: #fefefe;
    font-size: 13px;
    line-height:17px;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}
#footer p.terms a:hover {
    text-decoration: underline;
    color: #fefefe;
}
#footer p.terms span {
    font-weight: 600;
    color: #00bfff
}
.navbar-brand {
    margin: 15px 0;
    display: block;
    width: 175px;
    height: 50px;
    padding: 0;
    text-indent: -9999px;
}

/* Hero banner */
#banner {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
#banner .col-md-6.fadeInRight {
    min-height: 340px;
}
#banner .bannerStatus {
    color: #fefefe;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: normal;
    font-family: Arial;
}
#banner.affix,
#banner.affix-bottom {
    margin-bottom: 70px;
}
#banner .container {
    position: relative;
    z-index: 1;
}
#banner .background-mask {
    min-height: 640px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(/Images/subtle_carbon.png) repeat;
    opacity: 0.75;
}
#banner h1 {
    margin-top: 40px;
}
#banner h2.uppercase {
    margin-bottom: 25px;
}
#banner img.assetImg {
    position: absolute;
    bottom: 15px;
}
#banner .contentBlock p {
    font-size: 16px;
}
#banner .btn-primary,
#banner .btn-secondary {
    margin-top: 40px;
}
#banner .carousel-inner,
#banner .carousel-inner .item {
    min-height: 296px;
    overflow: visible;
    margin-bottom: -20px;
}
#banner .carousel-indicators {
    bottom: 30px;
    z-index: 1;
}
#banner .carousel-indicators .active {
    background: #19bbe5;
}
#banner .priceBubble {
    position: absolute;
    top: -15px;
    right: 15px;
    z-index: 1;
}

#banner .carousel .carousel-control {
    z-index: 1;
    background: none;
    width: 46px;
}
#banner .carousel .carousel-control i {
    height: 46px;
    line-height: 46px;
    width: 46px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -46px;
    color: #fff;
    text-shadow: none;
}
@media only screen and (min-width : 1200px) {
    #banner img.assetImg {
        bottom: 0;
}
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
         opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (max-width : 991px) {
    #banner {
        padding-top: 90px;
        max-height: 100%;
        min-height: 943px;
    }
    #banner .btn {
        position: relative;
        z-index: 9999;
    }
    #banner .container {
        height: 833px;
    }
    #banner img.assetImg {
        max-width: 589px;
        left: 50%;
        margin-left: -294px;
    }
    #banner .item:nth-child(2) img.assetImg {
        bottom: -80px;
        z-index: 0;
        max-width: 539px;
        margin-left: -269px;
    }
    #banner .col-md-6.fadeInRight {
        min-height: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    #banner .carousel-inner, 
    #banner .carousel-inner .item {
        max-height: 100%;
        min-height: 628px;
    }
    #banner .priceBubble {
        bottom: 165px;
        top: auto;
        right: 70px;
    }
    #banner .carousel .carousel-control i {
        top: 75%;
    }
}
@media (max-width: 767px) {
    #banner {
        min-height: 740px;
    }
    #banner h1 {
        max-width: 320px;
        margin: 40px auto 0;
    }
    #banner .container {
        height: 648px;
    }
    #banner img.assetImg {
        max-width: 360px;
        left: 50%;
        margin-left: -180px;
        bottom: -3px;
    }
    #banner .item:nth-child(2) img.assetImg {
        max-width: 340px;
        left: 50%;
        margin-left: -160px;
        bottom: -20px;
    }
    #banner .carousel .carousel-control i {
        top: 65%;
    }
    #banner .priceBubble {
        bottom: 103px;
        top: auto;
        right: auto;
        left: 50%;
        margin-left: 40px;
    }
    .icon-list .icon-list-item h4 {
        max-width: 80px;
        margin: 7px auto!important;
    }
}


/* Static banner */
#staticBanner {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0;
}
#staticBanner.affix,
#staticBanner.affix-bottom {
    margin-bottom: 70px;
}
#staticBanner .container {
    position: relative;
    z-index: 1;
}
#staticBanner .icon-list {
    margin-bottom: 0;
}
#slimBanner {
    padding-top: 160px;
    padding-bottom: 60px;
    min-height: 100px;
}

/* Seperators */
.seperator {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-bottom: 45px;
    background: none !important;
}
.seperator .col-xs-6:nth-child(1) {
    background: #2d2d2d;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    margin-left: -10px;
    margin-right: -15px;
    margin-bottom: -45px;
    width: 51%;
    float: left;
    height: 100px;
}
.seperator .col-xs-6:nth-child(2) {
    background: #2d2d2d;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    width: 51%;
    margin-right: -10px;
    margin-left: -15px;
    margin-bottom: -45px;
    float: right;
    height: 100px;
}
.shadow-bottom {
    margin-top: -20px;
    margin-bottom: 10px;
}

/* Content attributes */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: -8px;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 40px;
    }
}
h2 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
}
h1 strong,
h2 strong {
    font-weight: 500;
}
h2.uppercase {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
}
h3.title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 32px;
}
h3.title strong {
    font-weight: 500;
}
h3.listTitle {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 14px 0 15px;
}

.strapline {
}

.lead {
    color: #111;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}

.label-info {
    background-color: #19bbe5;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 8px;
}

.contentBlock {
    line-height: 22px;
}
.contentBlock h4 {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
.contentBlock p {
    color: #676f7a;
    margin: 20px 0;
}
.contentBlock address {
    line-height: 22px;
    font-size: 14px;
    font-family: Arial;
}
.contentBlock ul {
    padding: 5px 0 0 12px;
    margin-bottom: 0;
}
.contentBlock ul li {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.numberList,
.tickList {
    padding: 0 !important;
}
.numberList li,
.tickList li {
    list-style: none;
    font-weight: normal !important;
    padding: 0 !important;
    clear: both;
}
.numberList li .listIcon {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 36px;
    border-width: 0px;
    background: none;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    background: #19bbe5;
    color: #fefefe;
}
.tickList {
    padding: 5px 0px 0px 15px !important;
}
.tickList li {
    margin-bottom: 2px;
}
.tickList li .listIcon {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    line-height: 24px;
    border-width: 2px;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}
.tickList li p {
    margin: 10px 0;
    position: relative;
    padding-left: 47px;
    min-height: 32px;
    line-height: 32px;
}
.tickList li p:nth-child(2) {
    padding-left: 0;
    line-height: 130%;
}

.icon-list {
    margin: 40px 0 30px;
    position: relative;
    top: 3px;
    width: 100%;
}
.icon-list .icon-list-item .listIcon {
    width: 56px;
    height: 56px;
    line-height: 52px;
}
.icon-list .icon-list-item h4 {
    font-size: 16px;
    margin: 7px 0;
    line-height: 22px;
    font-weight: 400;
}

.priceBubble {
    width: 180px;
    height: 149px;
    padding: 10px 10px 10px 43px;
    background-size: cover;
    color: #fefefe;
    text-align: center;
}
.priceBubble span {
    display: block;
    font-weight: 500;
    margin: 23px auto 3px;
    max-width: 90px;
    font-size: 14px;
    line-height: 16px;
}
.priceBubble strong {
    display: block;
    font-size: 38px;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 40px;
}
.priceBubble small {
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto";
    font-weight: 600;
    display: inline-block;
    font-size: 10px;
}

.price-right .priceBubble {
    padding: 10px 43px 10px 10px;
}

.feefoRating {
    width: 100%;
    min-height: 57px;
    display: block;
    margin-top: 40px;
    background-size: contain!important;
    background-position: center!important;
}

.listIcon {
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    height: 48px;
    width: 48px;
}

.fa-soi {
    background-image: url(/Images/theme/soi/footerLogo.png) !important;
    background-position: center 9px!important;
    background-repeat: no-repeat !important;
    background-size: 65%;
}
.fa-gadget {
    background-image: url(/Images/theme/soi/footerLogo.png) !important;
    background-position: center 9px!important;
    background-repeat: no-repeat !important;
    background-size: 65%;
}
.fa-frac12 {
    font-family: 'Open Sans', sans-serif;
    line-height: 95px !important;
}
.fa-frac12:before {
    content: "\00BD";
    font-weight: bold;
}
.fa-frac12+h4 > span {
    font-weight: 700;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #999;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
}

.page-header {
    position: relative;
}
.page-header.page-header-with-icon {
    border-bottom: medium none;
    border-top: 2px solid #eaedf2;
    margin: 60px 0 30px;
    padding-bottom: 0;
    padding-top: 16px;
    text-align: center;
}
.page-header.page-header-with-icon > [class^="fa-"],
.page-header.page-header-with-icon > [class*=" fa-"] {
    display: block;
    font-size: 30px;
    left: 50%;
    line-height: 54px;
    margin-left: -28px;
    position: absolute;
    top: -28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 1;
}
.page-header.page-header-with-icon h1,
.page-header.page-header-with-icon h2,
.page-header.page-header-with-icon h3,
.page-header.page-header-with-icon h4,
.page-header.page-header-with-icon h5,
.page-header.page-header-with-icon h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.page-header.page-header-with-icon small {
    display: block;
    font-size: 16px;
    text-transform: none;
}

a {
    color: #00bfff;
}

/* Tab */
.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04) inset;
    margin-top: 15px;
}
.nav-tabs > li > a {
    border-radius: 0;
    color: #666666;
    font-size: 14px;
    padding: 12px 25px;
    position: relative;
    text-transform: uppercase;
}
.nav-tabs > li > a .fa {
    margin-right: 5px;
    font-size: 16px;
}
.nav-tabs > li > a:hover {
    background-color: #fafafa;
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: #f0f0f0 #f0f0f0 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    color: #666;
    font-family: "Roboto";
}
.nav-tabs > li.active > a::after {
    background-color: #00bfff;
    content: "";
    height: 103%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.tab-content:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: -moz-use-text-color #f0f0f0 #f0f0f0;
    border-image: none;
    border-right: 1px solid #f0f0f0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 60px;
    padding: 25px;
    position: relative;
    clear: both;
}
.tab-content p {
    margin-top: 0;
}

/* Vertical Tabs */
.vertical {
    margin: 20px 0;
}
.vertical.hc-tabs {
    margin: 40px 0;
}
.vertical .nav-tabs, .vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}
.vertical .nav-tabs {
    background-color: #999999;
    border-bottom-color: transparent;
    box-shadow: none;
}
.vertical .nav-tabs > li {
    float: none;
}
.vertical .nav-tabs > li a {
    border-bottom: 1px solid #8f8f8f;
    color: #ffffff;
    margin: 0;
    padding: 15px 40px;
    white-space: nowrap;
}
.vertical .nav-tabs > li > a:hover {
    border-color: #f0f0f0 transparent #ebebeb #f0f0f0;
    color: #666666;
    z-index: 2;
}
.vertical .nav-tabs > li > a:hover::after {
    background-color: #00bfff;
    content: "";
    height: 102%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.vertical .nav-tabs > li.active > a, .vertical .nav-tabs > li.active > a:hover, .vertical .nav-tabs > li.active > a:focus {
    border-bottom-color: #f0f0f0;
    border-right-color: transparent;
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.04);
    color: #666666;
    width: 101%;
    z-index: 2;
}
.vertical .nav-tabs > li.active > a::after {
    left: -1px;
    top: -1px;
}
.vertical .tab-content {
    border-top: 1px solid #f0f0f0;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.04);
    left: -1px;
    padding: 20px 30px;
    z-index: 1;
}
.vertical .tab-content::after {
    background-color: transparent;
}

/* Ribbons */
.ribbon {
    position: absolute;
    top: 0;
    line-height: 110%;
    color: #fefefe;
    background: #e91378;
    padding: 8px 10px;
    font-family: "Roboto";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 1;
}
.ribbonRight {
    right: 15px;
    border-radius: 3px;
    min-height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    top: 4px;
}
.ribbonRight:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #e91378;
    border-width: 11px;
    margin-top: -11px;
}
.ribbonLeft {
    left: 15px;
    border-radius: 3px;
    min-height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    top: 4px;
}
.ribbonLeft:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #e91378;
    border-width: 11px;
    margin-top: -11px;
}
.ribbonBottom {
    top: auto !important;
    bottom: 0 !important;
}
.ribbonTop {
    top: -40px;
    left: -15px;
    margin: 0 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    width: 92%;
}
.ribbonTop:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(233, 19, 120, 0);
	border-top-color: #e91378;
	border-width: 10px;
	margin-left: -10px;
}

/* Buttons */
.btn {
    margin-top: 0px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn .fa {
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 15px 16px;
    font-size: 18px !important;
    font-weight: 300;
    width: 100%;
}
.btn-alt.btn-lg {
    padding: 0 15px!important;
}
.btn-short {
    width: 240px;
}
.btn .fa {
    margin-left: 8px;
}
.btn-primary,
.btn-secondary {
    border: none;
    min-width: 180px;
    padding: 12px 14px;
}
.btn-default {
    border: none;
}
.btn-alt {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 14px;
}
.btn-alt i {
    position: relative;
    top: -1px;
}
.btn-link {
    padding: 0;
}

/* Section backgrounds */
section {
    padding: 20px 0;
}
.background {
    background-size: cover;
    background-repeat: no-repeat;
}
.dark h1,
.dark h2,
.dark h3 {
    font-weight: 300;
}
.dark .panel {
    border: none;
    border-radius: 0;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}

/****************************************** Waypoint Controller ******************************************/
#waypoint {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 17px 0;
    height: 80px;
}
#waypoint .waypoint-brand {
    width: 0;
    opacity: 0;
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
    padding: 0;
}
#waypoint .waypoint-brand a,
#waypoint .waypoint-brand a:hover {
    color: #fefefe;
    text-decoration: none;
}
#waypoint .waypoint-brand .waypoint-logo {
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}
#waypoint label {
    line-height: 50px;
    margin: 0;
}
#waypoint .nav {
    margin: 12px 0;
}
#waypoint .nav > li {
    margin-right: 20px;
}
#waypoint .nav > li > a {
    color: #fefefe;
    padding: 0 0 3px;
    border-radius: 0;
}
#waypoint .nav > li.active > a {
    background: none;
    border-bottom: 2px solid;
}
#waypoint .nav-pills > li + li {
    margin-left: 5px;
}
#waypoint .video-tour a {
    border: 2px solid #fff;
    padding: 0 15px;
    border-radius: 5px;
}
#waypoint .video-tour a span {
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    display: block;
    float: left;
    color: #fefefe;
}
#waypoint .video-tour a .fa {
    height: 42px;
    text-align: center;
    line-height: 42px;
    text-align: center;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    color: #fff;
    border-left: 2px solid #fff;
}
#waypoint.affix,
#waypoint.affix-bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 12px 0;
    height: 70px;
}
#waypoint.affix .waypoint-brand,
#waypoint.affix-bottom .waypoint-brand {
    opacity: 1;
    width: 39%;
}
#waypoint.affix .nav,
#waypoiit.affix-bottom .nav {
    margin-left: -30px;
}

/****************************************** Quote Bar ******************************************/
#quotebar {
    padding: 40px 0;
    background-image: url(/Images/Theme/SOI/coverImg01.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
#quotebar .container {
    position: relative;
    z-index: 1;
}
#quotebar .background-mask {
    min-height: 100px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(/Images/subtle_carbon.png) repeat;
    opacity: 0.75;
}
#quotebar h3.title span {
    color: #00bfff;
}
#quotebar .btn-primary,
#quotebar .btn-secondary {
    border: 2px solid #fff;
    width: 100%;
}
/****************************************** Device Cover ******************************************/
#cover .item {
    min-height: 576px;
}
#cover #carousel-cover {
    min-height: 514px;
}
#cover ul.tickList {
    border-left: 3px solid;
    padding: 5px 0 0 25px!important;
    width: 100%;
    margin-top: 40px;
    margin-left: -15px;
}
#cover ul.tickList.pull-right {
    border-left: none;
    border-right: 3px solid;
    margin-right: -15px;
    margin-left: 0;
    padding: 5px 25px 0 0!important;
}
#cover ul.tickList li .listIcon {
    position: relative;
    top: -2px;
}
#cover ul.tickList.pull-right li .listIcon {
    margin-right: 0;
    margin-left: 15px;
    position: relative;
}
#cover ul.tickList li {
    min-height: 28px;
    margin-bottom: 10px;
}
#cover ul.tickList li:last-child,
#cover ul.tickList li:last-child .contentBlock,
#cover ul.tickList li:last-child .contentBlock p {
    margin-bottom: 0;
}
#cover ul.tickList li h3.listTitle {
    margin: 0;
}
#cover ul.tickList li .contentBlock {
    margin-bottom: 15px;
}
#cover ul.tickList li p {
    padding-left: 0;
    line-height: 170%;
    margin-bottom: 25px;
}
#cover .coverImg {
    margin-bottom: 50px;
}
#cover .cover-mobile-img {
    max-width: 48%;
}
#cover .cover-tablet-img {
    max-width: 70%;
}
#cover .cover-laptop-img {
    max-width: 100%;
    margin: 60px 0 0
}
#cover .cover-camera-img {
    max-width: 90%;
}
#cover .cover-gadget-img {
    max-width: 100%;
}
#cover .btn.pull-right {
    margin-right: -46px;
}
#cover .btn.pull-left {
    margin-left: -46px;
}
#cover .btn.active {
    color: #fefefe;
    box-shadow: none;
    position: relative;
}
#cover .btn.active:after, 
#cover .btn.active:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#cover .btn.active:after {
	border-color: rgba(0, 191, 255, 0);
	border-width: 15px;
	margin-left: -15px;
}
#cover .btn.active:before {
	border-color: rgba(0, 191, 255, 0);
	border-width: 21px;
	margin-left: -21px;
}

/****************************************** Login ******************************************/
#login {
    border-bottom: 0px;
    padding-bottom: 0;
}
#login .tab-content {
    background: rgba(255,255,255,0.9); 
    border: none; 
    box-shadow: none; 
    margin-bottom: 20px;
}
@media only screen and (max-width:991px) {
    #login .tab-content {
        padding: 15px;
    }
    #login .container {
        min-height: 780px;
    }
}
@media (max-width: 767px) {
    #login .container {
        min-height: 630px;
        background-size: 520px!important;
        background-position: left bottom!important;
    }
    #login .tab-content {
        padding: 0;
    }
}

/****************************************** About ******************************************/
#about {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
#about .row {
    padding-bottom: 50%;
}
#about .icon-list {
    margin: 20px 0 40px;
    padding-bottom: 0;
}
#about .icon-list .row {
    background: none;
}

/****************************************** Why ******************************************/
/*
@keyframes animatedBackground {
	to { background-position: 0 0; }
}

#why.waypoint {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
#why.waypoint .row {
    background: url(/Images/hero-images/family.jpg) no-repeat 750% bottom #fff; 
    background-size: contain; 
    padding-bottom: 40px;
}
#why.waypoint .row.animate-background {
    animation: animatedBackground .8s;
    animation-fill-mode: forwards
}
#why .lead,
#why .col-md-6 {
    visibility: hidden;
}
 */
#why.waypoint {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
#why.waypoint .row:first-child {
    padding-bottom: 40px;
}
#why .why-item {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#why .why-item.border-none {
    border-bottom: none;
}
#why .why-item .fa {
    color: #00bfff;
    margin-right: 10px;
}
#fair {
    padding-bottom: 60px;
}
#claim-process .container {
    background: url(/Images/hero-images/theft.jpg) no-repeat center bottom #fff; 
    background-size: contain;
}
@media only screen and (max-width:991px) {
    #claim-process .container {
        min-height: 800px;
        background-size: 140%;
        background-position: 50px bottom;
    }
}
@media (max-width: 767px) {
    #claim-process .container {
        min-height: 700px;
        background-size: 162%;
        background-position: 0 bottom;
    }
}

/****************************************** Plans ******************************************/

#plans {
    margin-top: -1px;
}
#plans .btn-link {
    margin-top: 0;
}
#plans img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 87%;
}
#plans .panel {
    position: relative;
}
#plans .ribbon {
    bottom: 25px!important;
    right: 25px;
}
#plans .row:nth-child(2) .col-md-6:nth-child(1) img {
    right: -36px;
    max-width: 76%;
}
#plans .row:nth-child(3) .col-md-6:nth-child(1) img {
    right: -55px;
    max-width: 71%;
}
#plans .row:nth-child(3) .col-md-6:nth-child(2) img {
    right: -52px;
}
#plans .contentBlock p {
    padding-right: 5px;
}
#lifestyles {
    padding-bottom: 0;
    min-height: 590px; 
    border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
    #lifestyles .container {
        background-size: 145%!important;
        background-position: bottom left!important;
        min-height: 780px!important;
    }
}
@media only screen and (min-width:1200px) {
    #plans img,
    #plans .row:nth-child(2) .col-md-6:nth-child(1) img,
    #plans .row:nth-child(3) .col-md-6:nth-child(1) img,
    #plans .row:nth-child(3) .col-md-6:nth-child(2) img
     {
        max-width: 72%;
        right: 0;
    }
}
@media only screen and (max-width:991px) {
    #plans img,
    #plans .row:nth-child(2) .col-md-6:nth-child(1) img,
    #plans .row:nth-child(3) .col-md-6:nth-child(1) img {
        max-width: 40%;
        right: 0;
    }
    #plans .row:nth-child(3) .col-md-6:nth-child(2) img {
        max-width: 45%;
        right: 0;
    }
}
/****************************************** Testimonials ******************************************/
#testimonials {
    padding: 30px 0 80px;
}
#testimonials #carousel-testimonials {
    min-height: 210px;
    margin-bottom: 40px;
}
#testimonials #carousel-testimonials .carousel-indicators {
    bottom: 0;
    z-index: 0;
}
#testimonials .carousel-indicators li {
    border-color: rgba(0,0,0,0.2)
}
#testimonials .carousel-indicators .active {
    background-color: #00bfff;
}
#testimonials .testimonial {
    margin-top: 10px;
}
#testimonials .testimonial.pull-left {
    margin-left: 10px;
}
#testimonials .testimonial.pull-right {
    margin-right: 10px;
}
#testimonials .testimonial blockquote {
    font-size: 14px;
}
#testimonials .testimonial blockquote footer {
    color: #00bfff;
    font-size: 13px;
    font-weight: 600;
}
#testimonials .testimonial blockquote footer span {
    font-weight: 400;
    color: #999;
}
#testimonials .testimonial .rating {
    width: 100px;
    height: 100px;
    padding: 26px 0;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ddd;
    color: #00bfff;
    text-align: center;
}
#testimonials .testimonial .rating .rating-icons .fa {
    margin-right: -2px;
}

/****************************************** Benefits ******************************************/
#benefits {
    padding: 20px 0;
}

/****************************************** Contact ******************************************/
#contactMessage {
    padding: 60px 0;
}
#contactMessage .listIcon {
    margin-bottom: 15px;
}

/****************************************** Help ******************************************/
#faqSearch {
    margin-bottom: 120px;
}
#helpPopular {
    padding-bottom: 50px;
}
.helpList ul.tickList li {
    border-bottom: 1px dotted #eee;
}
.helpList ul.tickList li:last-child {
    border-bottom: 0;
}
.helpList ul.tickList li p {
    margin-bottom: 14px;
}
.helpList ul.tickList li .listIcon {
    float: left;
}
.helpList ul.tickList li .fa  {
    float: left;
}
#faqMore {
    display: none;
}

/**** DEBUG THEME ****/
.styleSelect {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 9999;
}
.styleSelect li {
    list-style: none;
    padding: 20px;
    background: #222;
    margin-bottom: 5px;
}
.styleSelect li a {
    color: #fefefe;
    font-weight: 500;
}



/*********************************************************************************************/
/************************************* MOBILE RESPONSIVE *************************************/
/*********************************************************************************************/
@media (min-width: 768px) {
    #banner.affix,
    #banner.affix-bottom {
        margin-bottom: 0!important;
    }
    
}
@media (max-width: 767px) {
    #why .row:first-child {
        background-size: 150%!important;
        background-position: 50px bottom!important;
    }
    .lead {
        margin-top: 10px!important;
    }
    .navbar-brand {
        width: 170px;
    }
    footer .footer-bottom .list-inline {
        float: left!important;
    }
    footer .footer-bottom .list-inline li:first-child {
        padding-left: 0;
    }
    h1 {
        font-size: 36px;
        text-align: center;
    }
    h2.uppercase {
        text-align: center;
        line-height: 130%;
        font-size: 16px;
    }
    .page-header.page-header-with-icon {
        margin: -20px -15px 20px;
    }
    .lead {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px!important;
    }
    .tab-content {
        margin-bottom: 30px;
    }
    .icon-list {
        margin: 30px 0 0;
    }
    .icon-list .icon-list-item h4 {
        font-size: 14px;
    }
        #banner .icon-list .icon-list-item.borderRight {
        padding: 0 20px;
    }
    #banner hr {
        display: none;
    }
    .vertical .nav-tabs, .vertical .tab-content {
        display: block;
    }
    .btn-short {
        width: 100%;
        margin-bottom: 15px;
    }
    
    #testimonials .testimonial.pull-right {
        float: left!important;
        margin-right: 0;
        margin-left: 10px;
    }
    #testimonials .testimonial p.text-right,
    #testimonials .testimonial footer {
        text-align: left!important;
    }
    #testimonials .testimonial .blockquote-reverse {
        border-left: 5px solid #eee;
        border-right: none;
        padding: 10px 20px;
        margin: 0 0 20px;

    }
    #cover .page-header.page-header-with-icon {
        margin-bottom: 15px!important;
        cursor: pointer;
    }
    #cover .page-header.page-header-with-icon .fa {
        background: none!important;
        margin-right: 0!important;
        width: 40px;
    }
    #cover .page-header.page-header-with-icon h2 {
        color: #444!important;
    }
    
    #cover .page-header.page-header-with-icon.active .fa {
        color: #fff!important;
    }
    #cover .page-header.page-header-with-icon.active h2 {
        color: #fefefe!important;
    }
    #cover .item:nth-child(2) .col-md-4,
    #cover .item:nth-child(2) .lead,
    #cover .item:nth-child(3) .col-md-4,
    #cover .item:nth-child(3) .lead,
    #cover .item:nth-child(3) hr {
        display: none;
    }
    #cover h2 .fa-chevron-circle-down,
    #cover h2 .fa-chevron-circle-up {
        margin: 0!important;
        width: 100%!important;
        height: 44px;
        line-height: 44px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        padding-right: 30px;
        z-index: 1;
    }

    #lifestyles {
        background: #fff;
        min-height: 100%!important;
    }
    .priceBubble {
        width: 120px;
        height: 99px;
        background-size: 120px 99px!important;
        padding: 0 0 0 21px;
    }
    .priceBubble span {
        font-size: 10px;
        margin: 18px auto 0!important;;
    }
    .priceBubble strong {
        font-size: 20px;
        line-height: 26px;
    }

    hr {
        margin-bottom: 0!important;
    }

}

@media (max-width:991px) {
    .lead {
        margin-top: -20px;
        margin-bottom: 50px!important
    }
    #quotebar h3.title {
        text-align: center;
        margin-bottom: 35px;
    }

    .tab-content {
        padding: 0;
    }
    .tab-content.left-align::after {
        background-color: #fff!important;
    }
    .contentBlock.text-right {
        text-align: left!important;
    }

    #lifestyles .container {
        min-height: 730px;
        background-size: contain;
        background-position: 100px bottom;
    }
    #fair .row:nth-child(2) {
        background: #fff; 
    }
    #fair .tab-content::after {
        background: none;
    }
    #claim-process {
        background: #fff;
    }

    #cover {
        min-height: 100%;
        padding-bottom: 15px!important;
    }
    #cover.travel {
        padding-bottom: 30px !important;
    }
    #cover #carousel-cover {
        min-height: 100%;
    }
    #cover .item {
        min-height: 100%;
        display: block!important;
    }
    #cover .item hr {
        display: none;
    }
    #cover ul.tickList {
        padding: 0!important;
        margin: 0 0 15px!important;
        border: 1px solid #dbe6f1!important;
        float: left;
        clear: both;
    }
    #cover ul.tickList li {
        border-bottom: 1px solid #eee;
        width: 100%;
        margin: 0!important;
        padding: 12px 10px!important;
        min-height: 100%;
    }
    #cover ul.tickList li:last-child {
        border-bottom: 0!important;
    }
    #cover ul.tickList.pull-right {
        float: left!important;
        padding: 0!important;
        margin: 0 0 -1px!important;
    }
    #cover ul.tickList.pull-right .text-right {
        text-align: left!important;
    }
    #cover ul.tickList.pull-right li .listIcon.pull-right {
        float: left!important;
        margin-left: 0;
        margin-right: 15px;
    }
    #cover ul.tickList li h3.listTitle {
        font-size: 14px!important;
        color: #676f7a!important;
    }
    #cover ul.tickList li .listIcon {
        border: 0;
        height: 100%;
        width: auto;
        line-height: 100%;
        font-size: 14px;
        top: 1px;
    }
    #cover .label-info {
        top: -2px;
        position: relative;
    }
    #cover .item:nth-child(2) .col-md-4,
    #cover .item:nth-child(3) .col-md-4 {
        border: 1px solid #dbe6f1;
        text-align: left!important;
        clear: both;
        padding: 12px;
        margin: 0 15px -1px;
    }
    #cover .item:nth-child(2) .col-md-4 .fa,
    #cover .item:nth-child(3) .col-md-4 .fa {
        border-radius: 0;
        font-size: 14px;
        width: auto!important;
        height: 100%!important;
        line-height: 100%!important;
        border: none;
        float: none;
        margin: 0!important;
        display: inline;
        margin-right: 15px!important;
    }
    #cover .item:nth-child(2) .col-md-4 .listTitle,
    #cover .item:nth-child(3) .col-md-4 .listTitle {
        font-size: 14px!important;
        float: none;
        margin: 0;
        display: inline;
        color: #676f7a!important;
    }
    #cover .item:nth-child(2) .col-md-4:last-child,
    #cover .item:nth-child(3) .col-md-4:last-child {
        margin-bottom: 15px;
    }
}

.no-margin-top {
    margin-top: 0!important;
}
.no-margin-bottom {
    margin-bottom: 0!important;
}
.no-margin-left {
    margin-left: 0!important;
}
.no-margin-right {
    margin-right: 0!important;
}
.no-margin {
    margin: 0!important
}
/* padding overrides */
.no-padding-top {
    padding-top: 0!important;
}
.no-padding-bottom {
    padding-bottom: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
.no-padding-right {
    padding-right: 0!important;
}
.no-padding {
    padding: 0!important
}

.couponCutOut{
    border: 3px dashed #444; 
    color: #444; 
    margin: 15px 0; 
    padding: 10px; 
    font-size: 14px; 
    position: relative;
    display: none;
    text-align:center;
}

.couponCutOut ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.couponCutOut .couponHeader{
    font-weight:600;
}

.couponScissors{
    position: absolute; 
    font-size: 22px; 
    left: 10px; 
    top: -14px;
}


.top-right-triangle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0) #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 90px 90px 0;
    height: 0;
    margin-right: 15px;
    margin-top: 0px;
    padding: 0px;
    width: 0;
    position:absolute;
    right:0;
    z-index:200;
}

.top-right-triangle i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    margin-left: 55px !important;
    margin-top: 22px !important;
    padding: 0;
    position: relative !important;
    color:#fff;
}

.product-select-label
{
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    position:absolute;
    top:0;
    right:0;
    width:100%;
}

.product-select-label.active
{
    display:inline-block;
}

.cover-select .cover-item.active {
    border-color: #fff #eee #eee transparent;
    border-style: solid !important;
    border-width: 1px !important;
}
.cover-select .cover-item {
    border-color: #eee #eee #eee transparent;
    border-style: solid;
    border-width: 1px;
}
.cover-select .cover-item:first-child {
    border-left-color: transparent;
}
.cover-select .cover-item:last-child {
    border-right-color: transparent;
}

section#cover.cover-video .container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#siteMap {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 30px;
}

.staticContentHeader {
    padding-bottom: 3.5%;
    padding-top: 3.5%;
}

#siteMap .list-group li{
    margin-bottom:0px;
}

#siteMap .list-group li a{
    color: #00bfff;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.background.light {
    background-color: #fff;
}

.bannerContentBlockLeft {
    height:535px !important;
}

#quoteTotal .body {
    padding-left:10px;
    padding-right:10px;
}

.slimScrollBar {
    opacity: 1!important;
}