@charset "utf-8";
/* CSS Document */


body{
font-family: 'TheSans';
    font-size: 16px;
    background: #f5f5f5;
    color: #247ba0;
}
a{
color:#277ba0;	
}
a:hover{
color:#fff;
text-decoration:none;	
}
a:focus {
  outline: none;
  text-decoration: none;
}
h2, .h2 {
    font-size: 40px;
    line-height: 68px;
    font-weight: bold;
}
p{
    font-size: 20px;
}
header{
    background: #247ba0;
    color: #fff;
   
    border-bottom: 2px solid #4e93a0 !important;
}
header .navbar-brand{
    height: 70px;
}
.main{
    padding: 50px 0;
}
.well {
    background-color: #ffffff;
    border:1px solid #ebf5f7;
    padding: 50px;
    box-shadow: none;
}
h1{
        margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 4px solid #ebf5f7;
    padding-bottom: 20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}
.form-control{
    box-shadow: none;
    height: 40px;
    border: 1px solid #ebf5f7;
}
.btn-default {
    color: #fff;
    background-color: #247ba0;
    border-color: #247ba0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #247ba0;
    border-color: #247ba0;
}
footer{
    background: #161E2C;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}


.mainSite{
    background:#247ba0;
/*        background-position: 0 100%;*/
        background-size: cover;
}
.mainSite .bgimg{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
        width: 100%;
}
.mainSite .sect1{
    text-align: center;
    margin-top: 160px;
}
.mainSite .sect1 p{
    color: #fff;
    text-align: right;
    font-size: 18px;
    margin-top: 30px;
}
.mainSite .sect2{
    text-align: center;
    margin-top: 160px;
}
.mainSite .sect2 p{
    color: #fff;
    font-size: 25px;
        margin-top: 75px;
}
.mainSite .sect2 a{
    margin-bottom: 20px;
    display: inline-block;
}
.mainSite .slider{
    position: relative;
    text-align: center;
    min-height: 550px;
}
.mainSite .slider .iphone{
    position: absolute;
    top: 50px;
    left: 0;
}
.mainSite .slider .slide{
    position: absolute;
    top: 110px;
    left: 46px;
    z-index: 10;
}
.terms .sect1 {
    text-align: center;
    margin-top: 60px;
}
.terms .sect1 strong{
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
}
.terms .innertext{
    background: #fff;
    padding: 20px 40px 50px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.terms .innertext p{
color: #247ba0;
}
.termslink{
    color: #fff;
    text-decoration: underline;
}
.slogan{
    font-size: 18px;
    color: #fff;
    border-bottom: 0;
    margin: 0;
}
.showmobile{
    display: none;
}
@media (max-width: 480px){
    .showmobile{
        display: inline-block;
        width: 45%;
    }
    .showmobile img{
        width: 100%;
    }
    .mainSite .sect1{
        margin-top: 50px;
    }
    .mainSite .sect1 p{
        text-align: center;
    }
    .mainSite .sect2 {
         margin-top: 0;
        margin-bottom: 70px;
    }
    .hidemobile{
        display: none !important;
    }
    .well{
        text-align: center;
    }
}