/*

	
	*****************************************
	
	
	- Header
	- Content
    - footer
	- Responsive code
	
*/



/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#ffffff;}
::-moz-selection {color:#ffffff;background:#ffffff;}

.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




/*  header  */
header{
    width: 100%;
    height: 80px;
    background: #0083c2;
}

header .logo{
    float: left;
    margin-top: 21px;
}


/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-top: 40px;
}

.cta h3{
    color: #707070;
    font-family: "sans-serif", calibri;
    font-size: 16px;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: 0px;
}


.cta h1{
    color: #0083c2;
    font-family: "sans-serif", calibri;
    font-size: 24px;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: 0px;
}

.cta p{
    color: #707070;
    font-family: "sans-serif", calibri;
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 0px;
}



.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}




/*  Footer  */



footer{
    padding-top: 40px; padding-bottom: 40px;padding-left: 40px; padding-right: 40px;
    border-top: 1px #0083c2 solid;
    background: #0083c2;
    text-align: right;
}

footer .rights{
    color: #FFFFFF;
    font-family: "sans-serif", calibri;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}

footer .rights a{
	text-decoration: none;
	font-family: 'sans-serif', calibri;
	font-weight: bold;
	color: #8CF3EE;
	font-size: 100%;
}

a{
    color: #0083c2;
}




/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }
    .info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }
}


@media (max-width:1000px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
}


@media (max-width:800px){
    header .logo{
        float: none;
    }

    header .menu_icon{
        display: block;
    }

    ul.social{
        display: none;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }

    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }
}

@media (max-width:500px){

    .features .feature{
        width: 100%;
        margin-right: 0!important;
    }

}
