html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}

/* Fonts */
@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 300;
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Neuton;
    src: url(../fonts/Neuton-Regular.ttf);
}

body{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #808080;
    overflow-x: hidden;
}
body a{
    text-decoration: none!important;
}
.no-padding{
    padding: 0;
}
.hero-section{
    /*background: linear-gradient(to bottom,  #1C92D2 0, #C6E6F5 75%, #fff 100%);*/
    padding-bottom: 80px;
    background: #2893ce; /* Old browsers */
    background: -moz-linear-gradient(top, #2893ce 0%, #c2e5f3 84%, #fdfeff 98%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2893ce 0%,#c2e5f3 84%,#fdfeff 98%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2893ce 0%,#c2e5f3 84%,#fdfeff 98%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2893ce', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
a.logo{
    font-size: 40px;
    color: #fff;
    font-family: Montserrat, sans-serif;
}
a.login{
    color: #fff;
    border: 2px solid #fff;
    padding: 9px 55px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 23px;
}
.hero-section .left h1{
    font-weight: 600;
    font-size: 45px;
}
.margin-vertical{
    margin: 60px 0;
}
.margin-vertical-85{
    margin: 85px 0;
}
.margin-top-100{
    margin-top: 100px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.padding-text{
    padding: 0 5%;
}
.padding-right{
    padding-right: 60px;
}
.margin-top-60{
    margin-top: 60px;
}
.margin-top{
    margin-top: 100px;
}
.feature-one h4,
.feature-two h4,
.feature-three h4{
    margin-top: 60px;
}
.left > div p{
    font-size: 16px;
}
.left > div p:nth-child(2){
    font-size: 21px;
}
.white{
    color: #fff;
}
.left p{
    margin: 35px 0;
    line-height: 1.3;
    font-weight: 300;
}
.my-button{
    color: #fff;
    background: #1C92D2;
    font-weight: 600;
    font-size: 26px;
    padding: 25px 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    max-width: 260px;
    margin: 50px auto;
    text-transform: uppercase;
}
h3{
    font-size: 45px;
}
h4{
    font-size: 35px;
}
.section p{
    margin: 30px 0;
    font-size: 24px;
    font-family: Neuton;
}
.list li{
    color: #000;
    clear: both;
    margin-bottom: 30px;
    font-size: 35px;
}
.list img{
    max-width: 40px;
    float: left;
    margin-right: 25px;
}
.blue{
    height: 300px;
    background: #5eb2df;
}
.pricing{
    min-height: 500px;
}
.pricing .container{
    column-count: 3;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    margin-top: -200px;
    margin-bottom: 30px;
    border: 1px solid #5eb2df;
    -webkit-box-shadow: 0px 10px 35px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 35px 7px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 35px 7px rgba(0,0,0,0.1);
}
.pricing .container>div {
    border-right: 1px solid #5eb2df;
    padding-right: 10px;
}
.pricing .container>div:last-child{
    border-right:none;
}
.price{
    color: #5eb2df;
    font-size: 45px;
    margin-bottom:10px;
}
.websites{
    font-size: 30px;
    margin: 30px 0 80px;
    color: #000;
}
.try{
    background: #2893ce; /* Old browsers */
    background: -moz-linear-gradient(top, #2893ce 0%, #c2e5f3 84%, #fdfeff 98%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2893ce 0%,#c2e5f3 84%,#fdfeff 98%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2893ce 0%,#c2e5f3 84%,#fdfeff 98%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2893ce', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.try p{
    font-size: 26px;
    padding: 60px 20% 40px;
}
footer li{
    display: inline-block;
    width: 100%;   
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
    color: #000;
}
.mid-text{
    float: right;
}
#mc_embed_signup input.email{
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-left: 10px;
    width: calc(100% - 170px);
    color: #000;
}
#mc_embed_signup{
    max-width: 430px;
    margin: 0 auto;
}
#mc_embed_signup input.submit{
    color: #fff;
    background: #1C92D2;
    font-weight: 600;
    display: block;
    margin: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    max-width: 170px;
    float: right;
    border: none;
    margin-bottom: 30px;
    padding: 10px 17px;
    height: 50px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #bfbfbf;
}



.img-hero{
	padding-left:90px;
	padding-top:40px;
}
.feature-two > .margin-top-100{
	margin-top:100px;
}
.body-overflow{
	overflow-x: hidden;
}