html, input, textarea
{
    font-family: Lato, sans-serif;
    font-size: 13px;
}

body
{
    min-width: 320px;
}

.container
{
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.container:after, .container:before
{
    content: " ";
    clear: both;
    display: table;
}

.navbar
{
    background: #36A1D5;
}

.navbar .container
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.home .navbar .container
{
    padding-top: 40px;
    padding-bottom: 20px;
}

.home .navbar .container
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home .navbar
{
    border: none;
    box-shadow: none;
}

.logo
{
    width: 124px;
    height: 40px;
}

.home .logo
{
    width: 171px;
    height: 55px;
}

.toggle-nav
{
    display: none;
}

.nav
{
    list-style: none;
    float: right;
}

.nav li
{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.home .nav li
{
    line-height: 55px;
}

.nav li a
{
    /*color: #e4e4e4;*/
    color: #fff;
    padding: 5px;
    margin: 0 20px;
    font-size: 13px;
}

.home .nav li a
{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.hero
{
    position: relative;
    overflow: hidden;
    color: #fff;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}

.home .navbar, .hero
{
    background-color: #0190CC;
}

.home .navbar
{
    border: none;
}

.hero img
{
    display: block;
    margin: 70px auto 0 auto;
    position: relative;
    top: 23px;
    max-width: 100%;
}

.page-title
{
    padding: 60px 0;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin: 80px auto;
    text-align: center;
}

.page-title blockquote
{
    font-size: 18px;
    text-align: right;
    text-align: center;
    font-style: italic;
    color: #777;
    font-weight: normal;
}

.page-title blockquote i
{
    color: #DADADA;
    color: #86C953;
    margin: 0 10px;
    font-size: 16px;
}

.page-title img
{
    margin-top: 50px;
}


h1
{
    color: #444;
    font-size: 48px;
    line-height: 1.3em;
    background-color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    /*text-align: center;*/
}

.home h1
{
    font-size: 84px;
    line-height: 1.3em;
    margin: 110px 0 0 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    border: none;
    background: none;
}

h2, h3
{
    font-size: 36px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.home h2
{
    color: #000;
    padding: 80px 0 65px;
    text-align: center;
    font-size: 48px;
    border: none;
    font-weight: 400;
}

.hero p
{
    font-size: 24px;
    line-height: 1.3em;
    margin: 50px 0 80px 0;
}

.buttons
{
    text-align: center;
}

.hero .btn
{
    display: inline-block;
    margin: 0 10px;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    color: #0190CC;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: box-shadow 0.2s, border-radius 0.2s;
    -o-transition: box-shadow 0.2s, border-radius 0.2s;
    transition: box-shadow 0.2s, border-radius 0.2s;
}

.hero .btn:hover
{
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.features
{
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.features ul
{
    display: block;
}

.features li
{
    display: block;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

.features li.header
{
    margin-bottom: 30px;
}

.features .header img
{
    display: block;
    margin: 0 auto;
}

.features .header span
{
    display: inline-block;
    font-size: 24px;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.pricing
{
    text-align: center;
    background: #f0f0f0;
    padding-bottom: 80px;
}

.pricing-page .pricing
{
    background: none;
    padding-bottom: 0;
}

.pricing-page .mobile
{
    display: none;
}

.pricing ul
{
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
    /*border: 1px solid  #0190CC;
    box-shadow: 0 3px 0 #0190CC;*/
    background: #fff;
}

.pricing-page .pricing ul
{
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    border-bottom: none;
}

.pricing li
{
    padding: 20px 10px;
    /*border-bottom:  1px solid rgba(0, 0, 0, 0.1);*/
    margin: 0 15px;
    border-top: none;
    text-align: left;
}

.pricing li:last-child
{
    border: none;
}

.pricing li.header
{
    text-align: center;
    margin: 0;
    background: #37B1EC;
    padding: 20px;
    overflow: hidden;
}

.pricing li.header img
{
    position: relative;
    top: 4px;
}

.pricing .price
{
    color: #fff;
    background: #0190CC;
    margin: 0;
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle;
}

.pricing .note
{
    color: #86C953;
}

.pricing .yes
{
    display: inline-block;
    margin-right: 10px;
}

i.yes
{
    color: #86C953;
}

i.no
{
    color: #FF6464;
}

.pricing ul
{
    width: 350px;
}

.home .pricing .edition-standard
{
    font-size: 20px;
    margin-left: 30px;
    width: 425px;
    /*box-shadow: 0 4px 0 #0190CC;*/
}

.home .edition-standard li
{
    padding: 22px 15px;
}

.home .edition-standard li.header
{
    padding: 30px;
}

.home ul.edition-standard .yes
{
    margin-right: 20px;
}

.features .btn, .pricing .btn, .content .pricing .btn
{
    display: inline-block;
    margin: 80px auto 0 auto;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
    background: #86C953;
    box-shadow: 0 3px 0 #77AE4C;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: box-shadow 0.2s, border-radius 0.2s;
    -o-transition: box-shadow 0.2s, border-radius 0.2s;
    transition: box-shadow 0.2s, border-radius 0.2s;
    cursor: pointer;
}

.btn.disabled
{
    opacity: 0.5;
}

.features .btn:hover, .pricing .btn:hover, .content .pricing .btn:hover
{
    box-shadow: 0 0 0 5px #77AE4C;
    border-radius: 0;
}

.features .btn
{
    background: #37B1EC;
    box-shadow: 0 3px 0 #36A1D5;
}

.features .btn:hover
{
    box-shadow: 0 0 0 5px #36A1D5;
    border-radius: 0;
}

.footer, .footer-2
{
    text-align: center;
    padding: 80px 0;
    font-size: 16px;
    /*background-color: #444;
    color: #f5f5f5;*/
    background-color: #36A1D5;
    color: #DFF5FF;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.content
{
    /*background: #f9f9f9;*/
    padding-bottom: 100px;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 300;
}

.content strong
{
    /*font-weight: 400;*/
}

button
{
    border: none;
}

.content .btn
{
    display: inline-block;
    margin: 0 10px;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
    /*background: #37B1EC;
    box-shadow: 0 3px 0 #36A1D5;*/
    background: #86C953;
    box-shadow: 0 3px 0 #77AE4C;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: box-shadow 0.2s, border-radius 0.2s;
    -o-transition: box-shadow 0.2s, border-radius 0.2s;
    transition: box-shadow 0.2s, border-radius 0.2s;
}

.content .btn:hover
{
    box-shadow: 0 0 0 5px #36A1D5;
    box-shadow: 0 0 0 5px #77AE4C;
    border-radius: 0;
}

.content .container > img
{
    display: block;
    margin: 80px auto;
}

.content .container > p
{
    padding: 0 150px 20px;
    text-align: center;
}

.content img
{
    max-width: 100%;
}

.gallery
{
    padding-top: 20px;
    margin-bottom: 60px;
}

.gallery img
{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.gallery span
{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.feature-row
{
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    padding-top: 60px;
    margin-bottom: 100px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

.feature-row:last-child
{
    margin-bottom: 0;
}

.feature-row.full-padding
{
    padding-bottom: 60px;
}

.feature-row.filled
{
    color: #fff;
    background: #36A1D5;
}

.feature-row p
{
    margin-bottom: 40px;
    padding: 0 90px;
}

.feature-row img
{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 1px;
}

.feature-row .double-img .col4
{
    padding-left: 4px;
    padding-right: 4px;
}

.contact .success, .contact .error
{
    font-weight: normal;
    text-align: center;
}

.contact .success
{
    color: #77AE4C;
}

.contact .error
{
    color: #f00;
}

.contact-form
{
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: left;
}

.contact-form label
{
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}

.contact-form input[type="text"], .contact-form textarea
{
    background: #F9F9F9;
    border: 1px solid #d5d5d5;
    color: #444;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 5px;
}

.contact-form input[type="text"]:hover,
.contact-form textarea:hover,
.contact-form input[type="text"]:focus,
.contact-form textarea:focus
{
    background: #fff;
    border-color: #37B1EC;
}

.contact-form .btn
{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.pricing-page .pricing ul
{
    border: 1px solid #0190CC;
}

.pricing-page .pricing ul.edition-standard
{
    width: 425px;
}

.pricing-page .pricing li.button
{
    margin: 0;
    padding: 50px;
}

.pricing-page .content .pricing li .btn
{
    width: 100%;
    text-align: center;
    margin: 0;
}

.pricing-page table
{
    border-radius: 5px;
    margin: 40px auto 0 auto;
    padding: 30px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.pricing-page table.mobile
{
    display: none;
}

.pricing-page th img
{
    margin-bottom: 20px;
}

.pricing-page thead th
{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    vertical-align: middle;
}

.pricing-page table tr:first-child
{
    padding-bottom: 10px;
}

.pricing-page th.edition-lite,
.pricing-page th.edition-standard
{
    padding: 0 80px;
}

.pricing-page table td
{
    padding: 3px 5px;
    text-align: center;
}