
/*  Fonts  */

@import url(http://fonts.googleapis.com/css?family=Lato:300);
/*@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot') format('embedded-opentype'),
         url('../fonts/lato-light.woff2') format('woff2'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg#LatoLight') format('svg');
	font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  General CSS*/
body {
	font-family:"Lato", Arial;
	color:#333
}

.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

.cta a.cta_btn {
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}

/*  Billboard  */
.billboard{
	background:#f7f7f7;
	text-align:center
}

.billboard .wrapper {
	 height:740px
}

.billboard .caption {
    padding-top: 80px;
	padding-bottom:20px
}

.billboard .caption p, .billboard .caption h1 {
    font-size: 45px;
    margin-bottom: 5px;
	font-weight:normal;
}
.billboard .caption p {
	font-size:23px;
	letter-spacing:1px;
}
.billboard .caption h1 span {
	font-family: 'lato_bold',sans-serif;
}

/*  Services/features  */
.features{
    padding-top: 100px;
    background: #f7f7f7;
    overflow: hidden;
	padding-bottom:50px
}

.features .feature{
    float: left;
	margin-right:79px;
    margin-bottom: 50px;
}

.features .feature.last {
    margin-right: 0;
}

.feature .ficon {
    float: left;
	margin-right:20px;
	opacity:0.8
}

.feature .details_exp {
    display: block;
    float: left;
}

.feature h3 {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 1px;
	margin-top:14px;
	font-weight:normal
}


/*  About  */
.sep_line{
    display: block;
    width: 13.5px;
    height: 50px;
}

.sep_line:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top {
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom {
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}

.about p {
	color: #8e8d8d;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
	text-align:center;
	max-width:750px;
	margin:0 auto
}


/*  Info Section  */
.info {
    overflow: hidden;
    background: #eee;
	padding: 60px 0;
}

.info_details {
    display: block;
    width: 49%;
	margin-right: 2%;
    float: left;
}

.info_details.last {
	margin-right:0
}

.info_details li {
	padding:12px 0 12px 0px;
	letter-spacing: .5px;
	list-style-image:url(../img/arrow.png);
	*list-style-image:none; /*IE7 fix*/
	font-size:17px;
	margin-left:30px
}	


/*  Call To Action Section  */
.cta {
    display: block;
    text-align: center;
    padding: 70px 0;
}

.cta a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    background-color: #1192cd;
    color: #fff;
    font-family: "lato_bold", arial;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	margin:10px
}

.cta a.cta_btn:hover {
    background: #333;
}

/*  Footer  */
.footer{
    padding: 50px 0;
    background: #333;
    text-align: center;
}

.footer .rights {
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}

.footer a{
    text-decoration: none;
    font-family: 'lato_bold', arial;
    color: #fff;
	font-size: 14px;
}
.footer a:hover {
	color:#ddd	
}
#imprintlink {
	font-family: "lato_regular", arial;
	text-decoration:underline
}

/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }
	.features .feature{
        width: 28%;
        margin-right: 8%;
    }
    .features .feature:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width:800px){
    
    .features .feature, .features .feature:nth-child(3n){
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%;
    }
    .features .feature:nth-child(2n+2) {
        margin-right: 0;
    }
	.info_details {
		width:100%
	}
	.ui-dialog {
		left:10%!important;
		width:80% !important
	}
}

@media (max-width:500px){

    .features .feature, .features .feature:nth-child(3n){
        width: 100%;
        margin-right: 0;
    }
}