/* 
1.4
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ffffff;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
input:focus,input:active,
textarea:focus, textarea:active {
    outline: 0;
    -moz-outline:0;
    -webkit-outline:0;
    box-shadow: 0px 0px 5px rgba(54,193,200,0.65);
    border-color: #abd6d9;
}
/*   CUSTOM STYLES   */
* {
    box-sizing: border-box;
}
body {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-style: italic;
    color: #737782;
    line-height: auto;
}
html,body {
    height: 100%;
}
::selection {
background: #36c1c8; /* Safari */
color: #ffffff;
}
::-moz-selection {
background: #36c1c8; /* Firefox */
color: #ffffff;
}
option::selection {background: #36c1c8;}
option::-moz-selection {background: #36c1c8;}
option::-webkit-selection {background: #36c1c8; color:#fff;}
input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent}
textarea:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder {color: transparent}
textarea:focus:-moz-placeholder {color: transparent}
textarea:focus:-ms-input-placeholder {color: transparent}
.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.col-3 {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}
.col-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.clearfix:before,
.clearfix:after {
   content: "";
   display: table;
}
.clearfix:after {
   clear: both;
}
.clearfix {
   zoom: 1;
}
h1,h2,h3,h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
}
header {
background: rgb(54,193,200); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(54,193,200,1) 0%, rgba(54,193,200,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(54,193,200,1) 0%,rgba(54,193,200,1) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(54,193,200,1) 0%,rgba(54,193,200,1) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36c1c8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
box-shadow: 0px 3px 7px 0px rgba(3, 3, 3, 0.07);
position: relative;
z-index: 1;
}
@media (max-width: 1600px) {
    header {
background: rgb(54,193,200); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(54,193,200,1) 0%, rgba(54,193,200,1) 27%, rgba(255,255,255,1) 27%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(54,193,200,1) 0%,rgba(54,193,200,1) 27%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(54,193,200,1) 0%,rgba(54,193,200,1) 27%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36c1c8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
}
.logo {
    width: 25%;
    background: #36c1c8;
    text-align: center;
    padding: 26.75px 15px;
    display: block;
    float: left;
}
.header-right {
    width: auto;
    display: block;
    float: right;
    padding: 32px 0;
}
.main-nav, .login {
    display: block;
    float: left;
}
.main-nav ul {
    list-style: none;
}
.main-nav ul li {
    display: inline-block;
    padding: 0 15px;
}
.main-nav ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #777580;
    font-style: normal;
    font-weight: 600;
    display: block;
    padding: 14px 0;
    position: relative;
}
.main-nav ul li a:after {
    content: " ";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #36c1c8;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3.5px;
}
.main-nav ul li.current a:after {
    background: #d12026;
}
.main-nav ul li:hover a:after,
.main-nav ul li:focus a:after {
    top: 0px;
}
.login a {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777580;
    margin-top: 5px;
}
.login a:hover, .login a:focus {
    color: #36c1c8;
    text-decoration: underline;
}
.login .btn {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #36c1c8;
    font-size: 16px;
    line-height: 1;
    padding: 9px 55px 5px;
    border: solid 1px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    margin-top: 5px;
}
.login .btn:hover,
.login .btn:focus {
    background: #36c1c8;
    color: #ffffff;
    text-decoration: none;
}
.cta {
    padding: 140px 0;
    background: url(/images/cta-bg.png) repeat;
    text-align: center;
}
h1{
    font-size: 36px;
    color: #737782;
    text-transform: uppercase;
    line-height: 1;
}
h1 b {
    color: #d12026;
}
.cta form {
    max-width: 980px;
    margin: 30px auto 0;
}
.cta form input {
    width: calc(100% - 220px);
    border: solid 1px rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 1px 0px rgba(204, 204, 204, 0.04);
    font-weight: 600;
    color: #9c939e;
    font-size: 18px;
    padding: 5.5px 20px;
    border-radius: 21.5px 0 0 21.5px;
    display: block;
    float: left;
}
.cta form button {
    width: 220px;
    background: #36c1c8;
    border: solid 1px rgb(47, 167, 173);
    box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 0.45);
    color: #ffffff;
    padding: 8px 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0 21.5px 21.5px 0;
    display: block;
    float: left;
    cursor: pointer;
}
.cta form button:hover,
.cta form button:focus {
    background: #32b3ba;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.steps {
    text-align: center;
    padding: 70px 0 50px;
    background: #ffffff;
    box-shadow: 0px -3px 7px 0px rgba(3, 3, 3, 0.07);
}
.heading {
    text-align: center;
}
h2, .heading h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #737782;
    position: relative;
    margin-bottom: 30px;
}
h2:after,
.features .heading span:after,
.heading h1:after {
    content: " ";
    display: block;
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -40px;
    background: #ebebeb;
}
.heading span {
    color: #1dbbc2;
    font-size: 18px;
    margin-bottom: 50px;
    display: block;
}
h4 {
    font-size: 24px;
    color: #36c1c8;
    margin-bottom: 10px;
}
.steps .col-3:last-child h4 {
    color: #d12026;
}
.features {
    padding: 100px 0 70px;
    background: #36c1c8 url(/images/features-block-bg.png) no-repeat left top;
    position: relative;
    text-align: center;
}
.features:before {
    content: " ";
    display: block;
    width: 70px;
    height: 33px;
    background: url(/images/features-before.png) no-repeat center top;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
}
.heading a {
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    background: #d12026;
    color: #fff;
    height: 65px;
    line-height: 70px;
    padding: 0 52px;
    border-radius: 32.5px;
    -webkit-border-radius: 32.5px;
    -moz-border-radius: 32.5px;
    -o-border-radius: 32.5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.37);
    border:none;
    margin-bottom: 30px;
    display: inline-block;
}
.heading a:hover,.heading a:focus {
    background: #c71e23;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.features .heading {
    margin-bottom: 50px;
}
.features .heading span {
    color: #dff7f7;
    position: relative;
    margin-bottom: 20px;
    display: block;
    line-height: 1.4;
}
.features .heading span:after {
    background: #737782;
    bottom: -15px;
}
.features h4 {
    color: #ffffff;
}
.features .item p {
    color: #46484f;
}
.features .container > .item h4 {
    margin-top: 20px;
}
.features .col-3 .item {
    margin-bottom: 50px;
}
.features .col-3 .item:last-child {
    margin-bottom: 0;
}
.features .col-3 .item:first-child {
    margin-top: 10px;
}
.features .col-3:first-child .item {
    text-align: right;
}
.features .col-3:first-child .item img {
    float: right;
    margin-left: 10px;
}
.features .col-3:last-child .item {
    text-align: left;
}
.features .col-3:last-child .item img {
    float: left;
    margin-right: 10px;
}
.features .col-3:first-child .item:nth-child(2) h4,
.features .col-3:last-child .item:nth-child(3) h4 {
    margin-top: 15px;
}
.features .col-3:last-child .item:nth-child(2) h4 {
    margin-top: 5px;
}
.features .col-3:first-child .item:nth-child(3) h4 {
    margin-top: 20px;
}
.features .col-3:nth-child(2) {
    padding: 0;
}
.features .col-3:nth-child(2) img {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
footer {
    text-align: center;
}
footer ul.foter-nav {
    display: inline-block;
    margin: 30px auto;
    list-style: none;
    border-bottom: solid 1px #ebebeb;
    padding: 0 100px 30px;
}
footer ul li {
    display: inline-block;
    margin: 0 15px;
}
footer ul li a {
    font-family: 'Lato', sans-serif;
    color: #9c939e;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}
footer ul li:hover a,
footer ul li:focus a {
    color: #36c1c8;
}
footer ul li.current a,
footer ul li.current:hover a,
footer ul li.current:focus a {
    color: #ccc;
    cursor: default;
}
footer p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #9c939e;
    font-weight: 400;
    font-style: normal;
    margin: 14px 0 20px;
}
.rates-tbl {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}
#content {
    padding: 50px 0px 70px;
    box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.17);
}
.rates-tbl td,
.rates-tbl th {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #5c5f69;
    line-height: 1;
    padding: 9px 15px;
}
.rates-tbl th {
    font-weight: 700;
    text-align: left;
}
.rates-tbl tbody tr:nth-child(2n+1) td {
    background: #f1f3f2;
}
form {
    font-family: 'Lato', sans-serif;
    font-style: normal;
}
form input, form textarea {
    border: solid 1px #d5e3e4;
    padding: 6px 12px;
    color: #999999;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
form button {
    font-family: 'Lato', sans-serif;
    display: block;
    margin: 0 auto;
    width: 170px;
    padding: 10px 15px 6px;
    background: #36c1c8;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
form button:hover,form button:focus {
    background: #32b3ba;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
form p {
    display: block;
    float: none;
}
form label {
    color: #737782;
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
    float: none;
}
#contact-form, #signup-form {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 300px;
}
#signup-form input {
    margin-bottom: 20px;
}
#success, #error {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 20px auto;
    text-align: center;
    padding: 15px;
    border: dashed 1px #36c1c8;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
#success h4, #error h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
#success p, #error p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    color: #737782;
}
#error h4 {
    color: #d12026;
}
#error {
    border-color: #d12026;
}
/*   ADPAGE   */
.adpage .logo {
    padding: 6px 15px;
    text-align: left;
}
.adpage .logo img {
    height: 16px;
    width: auto;
}
.adpage header {
    background: #36c1c8;
}
.captcha-wrp {
    padding: 50px 0 70px;
    background: url(/img/capcha-pat.png) repeat;
    text-align: center;
    position: relative;
    border-bottom: solid 4px #36c1c8;
}
.captcha-container {
    border: 1px solid rgba(54,193,200,0.2);
    display: inline-block;
    padding: 30px 50px;
    width: 100%;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 5px 0px rgba(26, 26, 26, 0.22);
}
.captcha-wrp h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: solid 4px #36c1c8;
    display: inline-block;
    clear: both;
    position: relative;
}
.captcha-wrp h3:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 30px solid transparent;
    border-top: 15px solid #36c1c8;
}
.captcha-container p, .captcha-container h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.captcha-container p {
    font-size: 16px;
    color: #737373;
}
.captcha-container h4 {
    font-size: 20px;
    color: #737373;
    padding: 6px 12px;
    border-radius: 6px;
    background: #d5f5d5;
    display: inline-block;
}
.captcha-container h4 img {
    display: inline-block;
    margin-right: 5px;
}
.captcha-container h4 span {
    color: #008000;
}
.captcha-wrp img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.captcha-wrp-inner {
    padding: 20px 5% 30px;
    background: #36c1c8;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.captcha-wrp-inner:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    border: 30px solid transparent;
    border-bottom: 15px solid #ffffff;
}
#about {
    padding: 50px 0 70px;
}
#about p, #about .heading span, #about a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 20px;
}
#about a {
    color: #1dbbc2;
    display: block;
    text-align: right;
    font-size: 13px;
    text-decoration: underline;
}
#about a:focus, #about a:hover {
    color: #666666;
    text-decoration: none;
}
#about img {
    max-width: 100%;
    height: auto;
}
.adpage .features .heading span::after {
    content: none;
}
.adpage .features .heading span {
    margin-bottom: 50px;
}
.adpage .features .heading {
    margin-bottom: 0;
}
.contact {
    text-align: left;
}
.contact h2 {
    font-size: 27px;
    text-align: left;
}
.contact h2:after {
    left: 0;
    margin-left: 0;
}
.contact img, .contact #contact-form {
    margin:0;
}
.contact img {
    max-width: 100%;
}
.contact #contact-form {
    max-width: 500px;
}
.contact #contact-form button {
    margin: 0;
}
.fb-wrp {
    position: fixed;
    right: 0;
    padding: 2px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.23);
    border-radius: 5px 0 0 5px;
}
/*   RESPONSIVE   */
@media(min-width: 640px) {
    #content {
        min-height: calc( 100% - 310.5px);
    }
}
@media(max-width: 1270px) {
    .fb-wrp {
        position: absolute;
        box-shadow: none;
        padding: 0;
        top: 0;
        right: 0;
        background:transparent;
    }
}
@media(max-width: 1150px) {
    .features .col-3:nth-child(2) {
        display: none;
    }
    .features .col-3 {
        width: 50%;
    }
    .features .col-3:first-child .item img,
    .features .col-3:last-child .item img {
        float: none;
        margin: 0 auto;
    }
    .features .col-3:first-child .item,
    .features .col-3:last-child .item {
        text-align: center;
    }
}
@media(max-width: 1070px) {
    #about .col-6 {
        width: 100%;
        float: none;
        clear: both;
    }
    #about .col-6 img {
        display: block;
        margin: 0 auto;
    }
}
@media(max-width: 800px) {
    .logo {
        width: 193px;
        margin-left: -15px;
    }
    .cta {
        padding: 100px 0;
    }
    .contact .col-6 {
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 50px;
        padding: 0;
    }
}
@media(max-width: 640px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 27px;
    }
    .heading span {
        font-size: 16px;
    }
    header {
        background-image: none;
        background-color: transparent;
        text-align: center;
    }
    header .container {
        padding: 0;
    }
    .logo {
        width: 100%;
        float: none;
        margin: 0!important;
    }
    .header-right{
        float: none;
        display: inline-block;
    }
    .steps .col-3 {
        width: 100%;
        float: none;
        max-width: 300px;
        margin: 0 auto 50px;
    }
    .steps h4 {
        margin-top: 10px;
    }
    .heading a {
        font-size: 36px;
    }
    .features .col-3 {
        width: 100%;
        margin: 0 auto;
    }
    .features .container>.item {
        margin: 50px 0;
    }
    footer ul.foter-nav {
        padding: 0 0 30px;
    }
    .contact h2 {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .captcha-container {
        padding: 30px 10px;
    }
    .fb-wrp {
        position: relative;
        top: -15px;
    }
}
@media (max-width: 460px) {
    .main-nav, .login {
        float: none;
        margin: 0 auto;
    }
    .main-nav {
        margin-bottom: 20px;
    }
    .header-right {
        padding: 0 0 15px;
    }
    footer ul li {
        display: inline-block;
        margin: 0 5px;
    }
    #reportAd {
        display: none;
    }
    #bottom {
        padding: 3px 10px !important;
        text-align: center;
    }
    .bottom_left {
        font-size: 11px;
    }
    .fb-wrp {
        padding-bottom: 5px;
        top: auto;
    }
}