@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

/* Basic Reset and Typography */
body {
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    margin: 0;
    min-width: 290px;
    color: #555555;
}

p {
    font-size: 19px;
    letter-spacing: -0.1pt;
    line-height: 1.4em;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

section {
    display: block;
}

article section {
    margin: 40px 0 20px 0;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

/* Typography */
h1, h2, h3, h5 {
    font-weight: normal;
}

h1 {
    font-size: 315%;
    color: #003e65;
    margin: 0;
    line-height: 40px;
}

h2 {
    font-size: 42px;
    color: #003e65;
    margin: 0 0 20px 0;
    font-weight: 900;
    letter-spacing: -0.5pt;
}

h3 {
    font-size: 30px;
    color: #2681C0;
    margin: -15px 0 25px 0;
    letter-spacing: -0.5pt;
}

h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 5px 0;
    line-height: 60px;
    color: #000000;
}

.sixdesc {
    font-size: 17px;
}

.packpack h4 {
    font-size: 120%;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #ffffff;
}

/* Grid System */
.row {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
}

.four {
    width: 33.33333%;
}

.six {
    width: 50%;
}

/* .mobile-two only gets width in mobile media queries */

/* Utility Classes */
.position_left {
    float: left;
    margin: 0 10px 0 0;
}

.last {
    margin-right: 0;
}

.collapse {
    display: none;
}

.cframe {
    background-color: #f0ece8;
    border-radius: 20px;
    padding: 20px;
}

.tripleimg {
    border-radius: 10px;
    margin-bottom: 15px;
}

.footertext {
    font-size: 14px !important;
    color: #676767;
}

.mb-5 {
    margin-bottom: 20px;
}

/* Banner */
#banner {
    background: #2986c7;
    background: linear-gradient(to bottom, #2986c7 0%, #003e65 100%);
    color: #fff;
    clear: both;
    height: 430px;
    margin: 0 0 80px 0;
    padding: 35px 0 30px 0;
}

#banner h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 15px 0;
    letter-spacing: -1pt;
    line-height: 51px;
}

#banner ul {
    margin: 20px 0 20px 0;
}

#banner li {
    background: url(../images/sprite.png) no-repeat -1px -79px;
    font-weight: bold;
    padding: 7px 0 7px 35px;
}

#banner_image img {
    display: block;
    margin: 0 auto;
}

#banner_image img#image_bottom {
    margin-top: -10px;
}

/* Features */
#features {
    clear: both;
}

#features li {
    margin: 15px 0 15px 0;
}

#features img {
    float: left;
    margin: 0 10px 0 0;
}

#features h2, #features h3 {
    text-align: center;
}

/* Description */
#description ul {
    margin: 20px 0 20px 30px;
}

#description ul li {
    background: url(../images/icons/icon_check.png) no-repeat 0 7px;
    padding: 6px 0 6px 28px;
}

/* Testimonials */
.testimonial_big {
    margin: 0;
    padding: 0;
    text-align: center;
}

.testimonial_big q {
    font-size: 140%;
    line-height: normal;
}

.testimonial_big footer div {
    display: inline;
    padding: 13px 0 0 0;
    font-weight: bold;
    color: #003e65;
}

/* Pricing */
#pricing h2, #pricing h3 {
    text-align: center;
}

#pricing_table {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.pricing_block {
    background: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.pricing_header {
    background: #355d75;
    background: linear-gradient(345deg, rgba(53, 93, 117, 1) 0%, rgba(102, 169, 212, 1) 100%);
    height: 185px;
    color: #fff;
    padding: 0 10px 25px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.pricing_header h4 {
    font-size: 210%;
    padding: 15px 0 0 0;
}

.pricing_header h5 {
    font-size: 105%;
    color: #fff;
    margin: -10px 0 10px 0;
    padding: 3px 15px;
    background-color: #000;
    display: inline-block;
    border-radius: 49px;
    font-weight: bold;
}

.pricing_footer {
    background: #355d75;
    background: linear-gradient(345deg, rgba(53, 93, 117, 1) 0%, rgba(102, 169, 212, 1) 100%);
    height: 8px;
    margin: 10px 0 0 0;
    padding: 20px 0 5px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.price {
    font-size: 300%;
    font-weight: 700;
    margin: 0;
    padding: 0;
    letter-spacing: -0.5pt;
}

.price span {
    font-size: 45%;
    position: relative;
    top: -20px;
    left: -5px;
    letter-spacing: -0.5pt;
}

.pricing_block li {
    border-bottom: 1px dashed #e5e5e5;
    margin: 0 10px 0 10px;
    padding: 8px 0 8px 0;
}

.pricing_block li.last {
    border: none;
}

/* Special Pricing Blocks */
#favorite .pricing_header, #favorite .pricing_footer {
    background: #090979;
    background: linear-gradient(345deg, rgba(9, 9, 121, 1) 7%, rgba(0, 212, 255, 1) 100%);
}

#premium .pricing_header, #premium .pricing_footer {
    background: #140382;
    background: linear-gradient(335deg, rgba(20, 3, 130, 1) 0%, rgba(97, 51, 245, 1) 100%);
}

#badge {
    background: url(../images/badges/badge_favorite.png) no-repeat left top;
    float: right;
    width: 58px;
    height: 58px;
    margin: -7px -6px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 58px 58px;
}

#badge span {
    display: none;
}

/* Footer */
#page_footer {
    text-align: center;
    clear: both;
    font-size: 80%;
    color: #999;
}

#page_footer p {
    margin: 3px 0 20px 0;
}

/* Responsive Design */
@media screen and (min-width: 761px) and (max-width: 1005px) {
    .row .six.mobile-two {
        width: 50% !important;
        float: left;
        padding: 0 10px 0 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .collapse {
        display: none;
    }
    
    .column, .columns {
        width: auto !important;
        float: none;
    }
    
    .mobile-two {
        width: 100% !important;
        float: left;
        padding: 0 10px;
    }
    
    .row {
        width: 430px;
        margin: 0 auto;
    }
    
    #banner {
        height: auto;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    
    #banner_image {
        margin-top: 10px;
    }
    
    #banner_image img#image_bottom {
        margin-top: 10px;
    }
    
    #features {
        padding-top: 45px;
    }
    
    #features li {
        margin: 15px 0 25px 0;
    }
    
    #pricing_table {
        padding-bottom: 5px;
        padding-top: 15px;
    }
    
    .pricing_block {
        margin-bottom: 10px;
    }
    
    h1 {
        font-size: 40px !important;
    }
    
    .tripleimg {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 460px) {
    .row {
        width: 350px;
        margin: 0 auto;
    }
    
    .six.mobile-two.columns {
        width: 100% !important;
        padding-left: 0 !important;
        clear: both;
    }
    
    #banner {
        height: auto;
        padding-top: 10px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    
    #features {
        padding-top: 15px;
    }
    
    #pricing_table {
        margin: 0 auto;
        width: 350px;
    }
    
    .pricing_block {
        margin-bottom: 10px;
        width: 320px;
    }
.carousel-indicators {
	text-align: center;
	margin: 400px 0 20px 0;
	position: relative;
	z-index: 10;
}
}
