/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
input, select {
    width: 135px;
    height: 40px;
    font-size: 12px;
    padding-left: 5px;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
}
.content-wrap {
    width: 1000px;
    margin: 0 auto;
}
.nav {
    background: #fff;
    border-bottom: 5px solid #0ca8f0;
}
.nav-links {
    padding-top: 25px;
}
.nav-links ul {
    list-style: none;
    padding-left: 0;
    border-radius: 30px;
    background-color: #FAFAFA;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(219,219,219,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(219,219,219,1);
    box-shadow: 0px 0px 4px 0px rgba(219,219,219,1);
}
.nav-links ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #e8e8e8;
    height: 30px;
    padding-top: 3px;
}
.nav-links ul li:last-child {
    border: none;
}
.nav-links ul li:first-child.active {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: rgba(66,153,212,1);
    background: -moz-linear-gradient(top, rgba(66,153,212,1) 0%, rgba(27,109,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,153,212,1)), color-stop(100%, rgba(27,109,163,1)));
    background: -webkit-linear-gradient(top, rgba(66,153,212,1) 0%, rgba(27,109,163,1) 100%);
    background: -o-linear-gradient(top, rgba(66,153,212,1) 0%, rgba(27,109,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,153,212,1) 0%, rgba(27,109,163,1) 100%);
    background: linear-gradient(to bottom, rgba(66,153,212,1) 0%, rgba(27,109,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4299d4', endColorstr='#1b6da3', GradientType=0 );
    color: #fff;
}
.nav-links ul li a {
    text-decoration: none;
    color: inherit;
}
.block1{
    background-image: url('../img/block1-bg.jpg');
    background-size: cover;
    background-position: center;
}
.block1 .left {
    width: 470px;
}
.block1 .left h1:first-child {
    font-size: 40px;
    color: #0f516f;
}
.block2 {
    padding-bottom: 20px;
}
.four-col {
    width: 250px;
    float: left;
    padding: 0 10px;
}
.three-col {
    width: 333.3px;
    float: left;
    padding: 0 10px;
}
.three-col h3 {
    color: #0c6689;
}
.check-list {
    list-style: none;
    padding: 0;
}
.check-list li {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}
.check-list li span {
    color: #407147;
    font-family: 'Cabin', sans-serif;
}
.two-col {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.form-container {
    margin-top: 20px;
    background-color: #daecfd;
    padding: 20px 0;
    border-radius: 10px;
}
.row {
    margin-bottom: 10px;
}
input.submit-button:hover {
    border: 1px solid #2983e6;
    background: rgba(32,124,229,1);
    background: -moz-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,124,229,1)), color-stop(100%, rgba(73,155,234,1)));
    background: -webkit-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
    background: -o-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
    background: linear-gradient(to bottom, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=0 );
}
input.submit-button {
    width: 75%;
    height: 47px;
    display: block;
    clear: both;
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #2983e6;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
    margin: 0 auto;
    font-family: 'Cabin', sans-serif;
}
.block3 {
    padding: 20px 0;
    background-color: #464D51;
    height: 335px;
}
.five-col {
    width: 200px;
    float: left;
    padding:0 5px;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(64,64,64,1);
    -moz-box-shadow: 0px 0px 20px -4px rgba(64,64,64,1);
    box-shadow: 0px 0px 20px -4px rgba(64,64,64,1);
}
.five-col:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.five-col:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.five-col h1 {
    text-transform: uppercase;
    font-size: 1.8em;
}
.bg-teal {
    background-color: #2BCAC9;
}
.bg-red {
    background-color: #E24E4C;
}
.bg-orange {
    background-color: #F79200;
}
.bg-violet {
    background-color: #8452c5;
}
.bg-yellow {
    background-color: #F7C717;
}
.price {
    width: 90%;
    border-radius: 10px;
    background-color: #fff;
    font-size: 30px;
    margin: 0 auto 10px auto;
    min-height:168px;
}
/*.product-price-0, .product-price-1, .product-price-2, .product-price-3, .product-price-4 {
    font-size: 30px!important;
}*/
.price span {
    font-size: 16px !important;
}
.five-col:hover {
    cursor: pointer;
    border-radius: 0px;
    padding: 10px 5px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;
}
.four-col {
    width: 250px;
    padding: 10px;
    float: left;
}
.round {
    width: 200px;
    height: auto;
    border-radius: 100px;
    -webkit-box-shadow: 0px 4px 10px -4px rgba(64,64,64,1);
    -moz-box-shadow: 0px 4px 10px -4px rgba(64,64,64,1);
    box-shadow: 0px 4px 10px -4px rgba(64,64,64,1);
}
.block5 {
    background-image: url('../img/block5-bg.jpg');
    background-position: center;
    margin-bottom: 20px;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    display: inline-block;
    padding: 0 20px;
}
.footer ul li a {
    text-decoration: none;
    color: inherit;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.left {
    float: left;
}
.right {
    float: right;
}
.font-cabin {
    font-family: 'Cabin', sans-serif;
}
.font-indie {
    font-family: 'Indie Flower', cursive;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.white {
    color: #fff;
}
.green {
    color: #57890c;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}