
/*
tags
*/
header{
    margin:0 !important;
    padding: 0 !important;
    background: url(../assets/homeBg.jpg)no-repeat center center fixed;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
}
h4, h2{
    color:#2454AD;
}
footer{
    text-align: center;
    background: #2454AD;
    color:white;
    padding:10px;
    margin-top: 10px;
}
/*
classes
*/
	
::placeholder { color: white !important; }
:-ms-input-placeholder { color: white !important; } /* IE 10+ */
::-webkit-input-placeholder { color: white !important; } /* WebKit */
::-moz-placeholder { color: white !important; } /* Firefox 19+ */

.block{
    display: block;
}
.icon{
    width: 58px;
    height: 60px;
    background: url(../assets/icos-sprite.png)no-repeat;
    float: left;
    margin-right: 4px;
}
/*
main
*/

header img{
    width:100%;
    height: auto;
    overflow: hidden;
}
.formWrap{
    font-weight: lighter;
    overflow: hidden;
    text-align: center;
    color:white;
    margin-top:200px;
    background: -moz-linear-gradient(top, rgba(36,84,173,0.8) 0%, rgba(36,43,98,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(36,84,173,0.8) 0%,rgba(36,43,98,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(36,84,173,0.8) 0%,rgba(36,43,98,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2454ad', endColorstr='#cc242b62',GradientType=0 ); /* IE6-9 */
}
.formWrap img {
    width:100%;
    max-width: 250px;
    margin-top:50px;
}
.logoWrapper{
    margin-bottom:40px;
}
.infoType{
    letter-spacing: 1px;
    border-radius: 0;
    background: #3677E0;
    border-color:rgb(110, 170, 240);
    color:white;
}
.btnSend{
    border-radius: 0;
    width: 100%;
    max-width: 325px;
}
.arrowDown{
    padding:0;
}
.arrowDown img{
    width:100%;
    height: auto;
    position: relative;
    z-index: 999999;
    top: -4px;
}
.main{
    background: #F7F7F7;
    border-top:4px solid red;
}
.sectionTitle p{
    font-size: 2.2em;
    text-align: center;
    color:#2454AD;
    font-weight: lighter;
    margin-bottom:-10px;

}
.sectionTitle .bottomParragraph{
    font-size: 3em;
}
.secondColor{
    color:red;
}
.two{
    background-position: -67px 0;
}
.three{
    background-position: 0 -67px;
}
.four{
    background-position: -67px -67px;
}
.iconWrapper p{
    color:gray;
    font-weight: lighter;
    margin:14px 0 0 15px;
    letter-spacing: 1px;
}

.firstParragraph{
    margin-bottom:20px;
}

.secondParragraph{
    margin: 75px 0 20px 0;
}

@media only screen and (max-width:720px){
    .formWrap{
        margin-top:0; 
    }
    .secondParragraph {
        margin: 34px 0 20px 0;
    }
}
