/*  FONTS  */

@font-face {
  font-family: 'DINPro-Medium';
  src: url('../fonts/DINPro-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DINPro-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/DINPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DINPro-Medium.svg#43a856eecb2199e640a1a5bf1dc4a1e7') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}



/*  RULES  */

body, html {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    line-height: 16px;
    color: #3a3a3a;
}

h1 {
    font-family: 'DINPro-Medium';
    font-size: 42px;
    line-height: 42px;
    color: #044683;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 3px;
}

.claim {
    text-align: center;
    margin-top: -10px;
}
.lang {
    text-align: center;
    margin-top: -10px;
}

.cta {
    width: 70%;
    margin-left: 15%;
}

.footer {
    text-align: center;
}

    .footer p {
        padding-top: 7px;
        margin-top: 15px;
        border-top: 1px dotted #b1b1b1;
        display: inline-block;
    }
    
    
    
/*  RESPONSIVE  */

@media (min-width: 768px) {
    body {
        background-image: url(../images/top.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 1600px auto;
    }
    
    p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .claim {
        margin-top: 470px;
        margin-left: 47%;
        width: 50%;
        text-align: right;
    }
	
	.lang {
        margin-top: 5px;
        margin-left: 47%;
        width: 50%;
        text-align: right;
     } 
	
	
    h1 {
        font-size: 50px;
    }
    
    h1 .big {
        font-size: 80px;
        line-height: 60px;
        float: right;
        width: 100%;
    }
    
    h1 .big:before {
        position: relative;
        left: -10px;
        width: 74px;
        height:58px;
        content: " ";
        background-image: url(../images/icn_devices.png);
        display: inline-block;
    }
    
    .claim p {
        margin-top: 10px;
        float: right;
    }
	.lang p {
		margin-top: 10px;
		float: right;
    }
    
    .cta {
        margin-left: 47%;
        width: 50%;
    }
    
    .footer {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    body {
        background-size: 1800px auto;
        background-position: center -40px;
    }
    
    .claim {
        margin-top: 440px;
        margin-left: 50%;
        width: 50%;
    }
	.lang {
        
        margin-left: 50%;
        width: 50%;
    }
    
    .cta {
        margin-left: 75%;
        width: 25%;
    }
    
    .cta .col-xs-6 {
        padding-left: 30px;
        padding-right: 0px;
    }
    
    .footer {
        position: relative;
        width: 100%;
        text-align: center;
        bottom: 0;
        left: 0;
        margin: 0;
    }
    
        .footer p {
            font-size: 12px;
        }
}

@media (min-width: 1200px) {
    body {
        background-size: auto;
        background-position: center top;
    }
    
    .row {
        margin-right: 0px;
    }
    
    .claim {
        margin-top: 550px;
        margin-left: 50%;
        width: 36%;
    }
	    .lang {
        margin-left: 50%;
        width: 37%;
    }
    
    .cta {
        margin-left: 61%;
    }
}