/*///////////////////////////////
// body
///////////////////////////////*/

body {
    background:#fff;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
	}

i {
    display:inline-block;
    background-position:center center;
    background-repeat:no-repeat;
    width:0;
    heihght:0;
}

.table_first {
	margin: 15px;
}
.table {
	margin: 15px;
	float:left;
	width: 30%;
}
.colum {
	padding-left: 10px;
}

.clearfix:before, .clearfix:after {content:" ";display: table;}
.clearfix:after {clear: both;}

.cont {
	margin:0 auto;
	margin-top:300px;
    padding: 0 10px;
    max-width: 980px;
	}
	
h3 {
font-size:1.5em;
}


/*///////////////////////////////
// header
///////////////////////////////*/

header {
    background:#48ABD5;
    color:#fff;
}
#top {
    padding-top:18px;
    padding-bottom:0px;
    background:#48ABD5;
}
header a {
    color:#fff;
    text-decoration:none;
}

header a.logo {
    display: block;
    font-size: 22px;
    font-weight: 700;
    float: left;
    color: #fff;
    text-decoration: none;
    line-height:46px;
}

#desk-nav ul {
    float:right;
    text-align:right;
}

#desk-nav li {
    display:inline-block;
}

#desk-nav li a {
    height:36px;
    line-height:36px;
    display:block;
    margin: 0 14px;
    padding: 0 2px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

#desk-nav li a:hover {
    color:#fff;
    text-decoration:none;
    border-bottom: 2px solid #7FCEEF;   
}

#desk-nav li.current_page_item a, #desk-nav li.current_page_item a:hover {
    border-bottom: 2px solid #fff;
}

@media (max-width: 720px) {
    body {
        padding-top:65px;
    }
    body.no-title {
        padding-top:83px;
    }
    body.no-title #top {
        padding-bottom:18px;
    }
    header {
        position:fixed;
        top:0;
        left:0;
        right:0;
        z-index:9000;
    }
    #title {
         padding-top: 0px;
    }

}
/*///////////////////////////////
// home top
///////////////////////////////*/
#homeTop {
    padding-top: 50px;
    padding-bottom: 130px;
    background: #48ABD5;
    text-align: center;
	background-image: url('style/bg-image-1.png');
}
#homeTop h2 {
    font-size: 42px;
    color: #fff;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 8px;
}
#homeTop p {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 17px;
    color: #efefef;
    line-height: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#homeTop .divider {
    position: relative;
    border: 0 none;
    display: block;
    height: 1px;
    line-height: 1px;
    display: inline-block;
    width: 100%;
    max-width:600px;
    background: #7FCEEF;
    margin-top: 28px;
    margin-bottom: 10px;
    padding: 0; 
    text-align:center;
}
#homeTop .divider .ball {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -6px;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #7FCEEF;
}
#homeTop .divider .ball.cancel-ball{
    margin-left: -27px;
    top: -27px;
    height: 55px;
    width: 55px;
    background: url("style/cancel.png") no-repeat center;
}
#homeTop .divider .ball.success-ball{
    margin-left: -27px;
    top: -27px;
    height: 55px;
    width: 55px;
    background: url("style/success.png") no-repeat center;
}
#homeTop .buttons a {
    display: inline-block;
    background: #095372;

    line-height: 44px;
    border-top: 1px solid #7CB0C6;
    border-bottom: 3px solid #3498C2;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 0 6px;
    padding: 0 18px;
}
#homeTop .buttons a.alt {
    border-top-color: #7CB0C6;
    border-bottom-color: #3498C2;
    background: #fff;
    color: #4c799e;
}
#homeTop .buttons a:hover {
    background: #004664;
    color: #fff;
}
#homeTop .buttons a.alt:hover {
    background: #e3e5e6;
    color: #4c799e;
}
@media (max-width: 720px) {
    #homeTop {
        background-image: none;
        padding-top: 10px;
        padding-bottom: 32px;
    }
    #homeTop h2 {
        font-size: 30px;
    }
    #howwork .steps {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

/*///////////////////////////////
// #mobi-nav
///////////////////////////////*/
#mobi-nav ul {
    display:none;
    z-index:9001;
}
#mobi-nav ul {
    padding:8px;
    background:#6d94b5;
    border:1px solid #406a8d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top:8px;
}
#mobi-nav ul li a {
    display:block;
    color:#fff;
    text-decoration:none;
    line-height:24px;
    
}
#mobi-nav ul li a:hover {
    text-decoration:underline;
}
a#mobi-toggle {
    float:right;
    position: relative;
    display: inline-block;
    height: 46px;
    width: 46px;
    background: #2A95C2;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    line-height:8px;
    padding-top:6px;
}
a#mobi-toggle span {
   display:block;
   position:absolute;
   top:0;
   left:10px;
    background: #fff;
    height: 5px;
    width: 26px;
    border: 1px solid #2A95C2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin:0;
    padding:0;
}
#mobi-toggle span:nth-child(1) {
    top:10px;
}
#mobi-toggle span:nth-child(2) {
    top:18px;
}
#mobi-toggle span:nth-child(3) {
    top:26px;
}

/*///////////////////////////////
// #title
///////////////////////////////*/
#title {
    padding-top:18px;
}
#title hr {
    font-size:1px;
    height:1px;
    line-height:1px;
    width:100%;
    margin:0;
    background:#7FCEEF;
    border:0 none;   
}
#title h2 {
    margin-top: 28px;
    margin-bottom: 42px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
@media (max-width: 720px) {
    #title h2 {
        font-size:16px;
        margin-top:12px;
        margin-bottom:12px;
        text-align:center;
    }
}
/*///////////////////////////////
// main, section
///////////////////////////////*/
main {
    min-height: 180px;
    padding:24px 0;
}
section {
    padding:32px 0;
}
section.alt {
    background:#48ABD5;
}
section h2 {
    font-weight: bold;
    font-size: 30px;
    color: #095372;
    line-height: 42px;
}
section.alt h2 {
    color: #fff;
}
section p.subh {
    color:#9397A0;
}



.subtitle {
    text-align:center;
    padding:8px 0;
}
.subtitle h2 {
    font-weight: bold;
    font-size: 30px;
    color: #095372;
    line-height: 42px;
}
.subtitle p {
    color:#9397A0;
    margin-top:8px;
}

/*///////////////////////////////
// home page stuff
///////////////////////////////*/
#howwork {
    text-align:center;
}
#howwork .steps {
    padding-top: 40px;
    padding-bottom: 40px;
}
#howwork .step {
    position: relative;
    margin: 0 150px;
    text-align:left;
}
#howwork .step h4 {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #48ABD5;
}
#howwork .step p {
    position: absolute;
    font-size: 15px;
    color: #9397a0;
    line-height: 22px;
}
#howwork .step i {
    position: absolute;
    z-index: 100;
}
#howwork .step .line {
    background: url('/style/dot.gif') repeat-x;
    height: 3px;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 3px;
}
#howwork .step.step-1 {
    height: 222px;
}
#howwork .step.step-1 p {
    left: 114px;
    top: 68px;
}
#howwork .step.step-1 h4 {
    left: 114px;
    top: 28px;
}
#howwork .step.step-1 i {
    top: -18px;
    left: -82px;
    width:166px;
    height:239px;
    background-image: url('/style/step1.png');
}
#howwork .step.step-2 {
    height: 246px;
}
#howwork .step.step-2 p {
    left: 0;
    top: 90px;
    padding-right: 125px;
}
#howwork .step.step-2 h4 {
    left: 0;
    top: 50px;
}
#howwork .step.step-2 i {
    top: 0;
    right: -78px;
    width:166px;
    height:245px;
    background-image: url('/style/step2.png');
}
#howwork .step.step-3 {
    height: 222px;
}
#howwork .step.step-3 p {
    left: 114px;
    top: 124px;
}
#howwork .step.step-3 h4 {
    left: 114px;
    top: 84px;
}
#howwork .step.step-3 i {
    top: 0;
    left: -81px;
    width:166px;
    height:234px;
    background-image: url('/style/step3.png');
}
@media (max-width:992px) {
    #howwork .step, #howwork .step p, #howwork .step h4, #howwork .step i, #howwork .step.step-2 p {
        position: static !important;
        top: 0;
        left: 0;
        padding: 0 !important;
    }
    #howwork .step .line {
        display: none;
    }
    #howwork .step i {
        display: inline-block;
        margin: 10px 0;
    }
    #howwork .step {
        height: auto !important;
        margin: 0 5px !important;
        text-align: center !important;
    }
}

#whyus {
    text-align:center;
}
#whyus i.why-clock {
    height: 78px;
    width: 78px;
    background-image: url('/style/why-lightning.png');
}
#whyus i.why-support {
    height: 78px;
    width: 78px;
    background-image: url('/style/why-hands.png');
}
#whyus i.why-thumb {
    height: 78px;
    width: 78px;
    background-image: url('/style/why-stars.png');
}

#whyus p {
    margin: 0 35px;
    color: #efefef;
}
#whyus h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 16px;
}
#whyus .colbars {
    position:relative;
    margin-top:32px;
}
#whyus .colbars .border1 {
    height: 280px;
    width: 1px;
    background: #7FCEEF;
    position: absolute;
    top: 0;
    left: 33%;
    margin: 0 10px;
}
#whyus .colbars .border2 {
    height: 280px;
    width: 1px;
    background: #7FCEEF;
    position: absolute;
    top: 0;
    left: 66%;
    margin: 0 10px;
}
#whyus .foot {
    height:32px;
}
@media (max-width: 992px) {
    #whyus .colbars .border1, #whyus .colbars .border2 {
        display: none;
    }
    #whyus i {
        margin-top:32px;
    }
}

#testimonial {
    text-align:center;
    position:relative;
}
#testimonial i.lquote {
    position: absolute;
    left: -30px;
    top: -4px;
    height: 15px;
    width: 17px;
    background-image: url('/style/lquote.gif');
}
#testimonial i.rquote {
    position: absolute;
    right: -40px;
    top: -4px;
    height: 15px;
    width: 17px;
    background-image: url('/style/rquote.gif');
}
#testimonial i.client {
    height: 102px;
    width: 102px;
    background-image: url('/style/ava.png');
}
#testimonial .quote {
    position: relative;
    color: #525d66;
    font-size: 24px;
    font-weight: 300;
    margin: 36px 130px 0 130px;
    line-height: 40px;
}
#testimonial .author {
    display: inline-block;
    border-top: 1px solid #e1e1e5;
    font-size: 18px;
    font-weight: 300;
    padding: 18px 20px 0 20px;
    margin-top: 16px;
}
@media (max-width: 768px) { 
    #testimonial i.lquote, #testimonial i.rquote {
        display:none;
    }
    #testimonial .quote {
        font-size:18px;
        font-weight:400;
        margin: 0;
    }
}

#qblocks h4 {
    font-size: 18px;
    color: #48ABD5;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 16px; 
}
#qblocks p {
    font-size: 14px;
    line-height: 24px;
    color: #9397a0;
    margin-bottom: 36px;
}
#homeBot {
    position: relative;
    background: #095372;
    text-align:center;
    color: #C8D0D5;
}
#homeBot p {
    padding-bottom:24px;
}
#homeBot h2 {
    color: #fff;
}

#homeBot .buttons a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 0 6px;
    padding: 0 18px;
    background: #48ABD5;
    color: #fff;
    border-top-color: #4d89ba;
    border-bottom-color: #4b7191;
}
#homeBot .buttons a:hover {
    background: #00AEF8;
    color: #fff;
}
@media (max-width: 768px) {
    #homeBot .buttons {
        position:static;
    }
    #homeBot .buttons a {
        margin-top:12px;
    }
    #homeBot p {
        padding-bottom:0;
    }
}

#faq {
    line-height:22px;
    font-size:14px;
}
#faq .question {
    position:relative;
    color: #303437;
    padding-bottom: 12px;
}
#faq .answer {
    color: #76797c;
    position:relative;
}
#faq h2 {
   	font-size: 18px;
  	color: #095372;
  	font-weight: bold;
  	line-height: 24px;
    margin: 16px 0;
padding-left:24px;
}
#faq span {
    position:absolute;
    top:0;
    left:0;
	font-size: 18px;
  	color: #095372;
  	font-weight: bold;
  	line-height: 24px;

}
#faq p {
    padding-left:24px
}
#faq hr {
    height: 1px;
    border: 0 none;
    outline: 0 none;
    background: #e6e7e7;
    margin: 30px 0;
}

/*///////////////////////////////
// plans
///////////////////////////////*/
#plans {
    text-align:center;
}

#plans .plan {
    position:relative;
    text-align:center;
    margin: 0 9px 18px 9px;
    display: inline-block;
    width: 200px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
#plans .plan .bar {
    height: 7px;
    background: #095372;
    border-bottom: 1px solid #2A95C2;
}
#plans .plan .name {
    height: 84px;
    background: #2a95c2;
    color:#fff;
}
#plans .plan .name .amount {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    padding-top: 12px;
}
#plans .plan .name .type {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding-top: 6px;
}
#plans .plan .arrow {
    height: 9px;
    width:100%;
    background: url('/style/plan-arrow.png') top center no-repeat;
}
#plans .plan .price {
    font-weight:bold;
    padding-top:14px;
    padding-bottom:18px;
}
#plans .price span.sign {
    font-size: 24px;
    position: relative;
    top: -12px;
}
#plans .price span.dollars {
    padding-top: 28px;
    font-size: 48px;
    font-weight: bold;
    color: #2A95C2;
}
#plans .price span.cents {
    font-size: 16px;
    position: relative;
    top: -20px;
	  color: #2A95C2;
}
#plans .features ul {
    border-top: 1px solid #e2e2e2;
    font-weight:600;
}
#plans .features ul li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 15px;
    color: #7e8989;
}
#plans .features ul li:nth-child(even) {
    background: #f2f2f2;
}
#plans .features span {
    font-weight:normal;
}
#plans .buy {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a7a7a7;
}
#plans .buy button {
    display: block;
    background: #095372;
    border-top: 1px solid #7CB0C6;
    border-bottom: 3px solid #3498C2;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none; 
    line-height: 42px;
    border: 0 none;
    border-radius: 0;
    width: auto;
    margin: 10px auto 0;
    padding: 1px 20px;
}
#plans .buy button:hover {
    background:#004664;
}

#plans .plan.feature .bar {
    background: #0181B8;
    border-bottom: 1px solid #0181B8;
}
#plans .plan.feature .name {
    padding-top:6px;
    height: 104px;
    color:#fff;
    background:#0EB7FF;
}
#plans .plan.feature .arrow {
    background-image:url('/style/feature-arrow.png');
}
#plans .plan.feature .buy button {
    background: #F72E41;
}
#plans .plan.feature .buy button:hover {
    background: #E50C21;
}
#plans .plan.feature:before {
    content:'';
    height:64px;
    width:64px;
    display:block;
    position:absolute;
    top: -25px;
    right: -6px;
    background:url('/style/feature-bubble.png') no-repeat;
}
@media (max-width: 500px) {
    #plans .plan {
        width:100%;
        display:block;
        margin: 18px 0 0 0;
    }
}

/*///////////////////////////////
// footer
///////////////////////////////*/
footer {
    padding-bottom:30px;
}
#foot-nav {
    background: #f0f0f0;
    padding-top: 36px;
    padding-bottom: 36px;
}
#foot-nav ul {

}
#foot-nav li a {
    display: block;
    float: left;
    margin-right: 18px;
    color: #788895;
    font-size: 15px;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
}
#foot-nav li a:hover {
    color:#555;
}
#foot-end {
    color: #5e6c7b;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    padding-top:30px;
}

@media (max-width: 720px) {
    #foot-nav ul, #foot-end {
        text-align:center;
    }
    #foot-nav li {
        display:inline-block;
    }
    #foot-nav li a {
        margin-right: 6px;
        font-size: 13px
    }
    #foot-nav {
        background: #f0f0f0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.text-center{
    text-align: center;
}
@media (max-width: 720px) {
    main {
        padding:75px 0 10px 0;
    }
    section {
        padding:12px 0;
    }
    section h2, .subtitle h2 {
        font-size:24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #homeTop h2, #homeTop .divider {
        margin-top: 10px;
    }
    #homeTop p {
        padding-top: 0;
        padding-bottom: 20px;
    }
    #whyus i {
        margin-top: 0px;
    }
    #qblocks p {
        margin-bottom: 15px;
    }
    footer {
         padding-bottom: 0px;
    }
    #foot-end {
        font-size: 10px;
        padding-top: 10px;
    }
    #faq {
        margin-top: 90px;
    }
    .no-mobile{
        display: none;
    }
}
