﻿/*  ------------ LANGUAGE MENU ------------ */

.logo_lang {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding-top: 40px;
}

.logo_lang_container {
	margin: 0px auto;
	background-image: url(../graf/logo_statica.png);
	background-repeat: no-repeat; 
	background-position: left center;
	text-align: right;
}

.flag {
	margin-right: 10px;
}

.dropbtn {
    background-color: #013565;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #427db6;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #fff;
    margin-left: -72px;
	min-width: 130px;
    overflow: auto;
	text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
	background-color: #427db6;
	color: #fff;
}

.show {
	display: block;
}


/*  ------------ SEND EMAIL ------------ */



#send_email {
	display: none;
}

.bg_send_email {
	position: fixed;
	z-index: 50;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */	
}

.send_email_container {
	position: absolute;
	z-index: 100;
}

.send_email_close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
    background-color: #013565;
    color: white;
    width: 35px;
	padding: 5px;
    border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.send_email_close:hover, .send_email_close:focus {
    background-color: #427db6;
}

.thankyou {
	position: fixed;
	margin: 0px auto;
	background-color: #fff;
	overflow: auto;
	border-bottom: 10px solid #ebf1f4;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -175px;
	width: 600px;
	height: 350px;
}

.thankyou_header {
	width: 100%;
	height: 65px;
	padding-top: 45px;
	font-weight: 900;
	background-color: #ebf1f4;
}

.thankyou_container {
	background-image: url(../graf/study_top_500.png);
	background-repeat: no-repeat; 
	background-position: center top;
	padding-top: 85px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}

.feedback {
	margin-bottom: 30px;
	font-size: 24px;
}

.thankyou_title {
	color: #013565;
	font-size: 36px;
	font-weight: 900;
}

input[type=text] {
	height: 60px;
	width: 400px;
	color: #68777e;
	box-sizing: border-box;
	display: inline-block;
	border: 0;
	font-size: 18px;
	padding-left: 20px;
	font-weight: 300;
}

textarea {
	height: 60px;
	width: 534px;
	padding: 20px;
	color: #68777e;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: 0px;
	margin-bottom: 4px;
	resize: none;
	overflow: auto;
	font-weight: bold;
}

.sendbtn {
	background-color: #16436e;
	border: 0;
	color: white;
	height: 60px;
	width: 170px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin-left: 4px;
	font-weight: 300;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.sendbtn:hover {
	background-color: #427db6;
	color: white;
	cursor: pointer;
}

@media (min-width: 640px) and (max-width: 768px ) {


.thankyou {
	margin-left: -250px;
	margin-top: -150px;
	width: 500px;
	height: 300px;
}

.thankyou_header {
	height: 50px;
	padding-top: 45px;
}

.thankyou_container {
	padding-top: 65px;
}

.feedback {
	margin-bottom: 30px;
	font-size: 24px;
}

.thankyou_title {
	font-size: 28px;
}

}

@media (max-width: 640px ) {


.thankyou {
	margin-left: -145px;
	margin-top: -150px;
	width: 290px;
	height: 300px;
}

.thankyou_header {
	height: 40px;
	padding-top: 45px;
}

.thankyou_container {
	padding-top: 65px;
	font-size: 14px;
	line-height: 18px;
}

.feedback {
	margin-bottom: 30px;
	font-size: 18px;
}

.thankyou_title {
	font-size: 20px;
}

.send_email_close {
	right: 10px;
	top: 10px;
	font-size: 14px;
    width: 30px;
}

}


/*  ------------ TOPLAYER ------------ */


#toplayer {
	display: none;
}

.bg_toplayer {
	position: fixed;
	z-index: 50;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */	
}

.toplayer_container {
	position: absolute;
	z-index: 100;
}

.logo_bos {
	position: absolute;
	left: 20px;
	background-image: url(../graf/logo_bos_green.png);
	background-repeat: no-repeat; 
	background-position: center center;
	width: 77px;
	height: 53px;
}

.toplayer_close {
	position: absolute;
	right: 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
    background-color: #013565;
    color: white;
    width: 35px;
	padding: 5px;
    border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.toplayer_close:hover, .toplayer_close:focus {
    background-color: #427db6;
}

.study {
	position: fixed;
	margin: 0px auto;
	background-color: #fff;
	overflow: auto;
	border-bottom: 10px solid #ebf1f4;
}

.study_header {
	width: 100%;
	padding-top: 30px;
	color: #013565;
	font-weight: 900;
	background-color: #ebf1f4;
	line-height: 34px;
}

.study_header_center {
	width: 60%;
	margin: auto;
}

.study_title {
	font-size: 40px;
}

.study_container {
	background-image: url(../graf/study_top.png);
	background-repeat: no-repeat; 
	background-position: center top;
	padding: 70px 50px 0px 50px;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}

@media (min-width: 1280px) {

.study {
	top: 50%;
	left: 50%;
	margin-left: -550px;
	margin-top: -285px;
	width: 1100px;
	height: 570px;
}

}

@media (min-width: 980px) and (max-width: 1280px ) {

.study {
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -255px;
	width: 900px;
	height: 510px;
}

.study_header {
	padding-top: 15px;
	font-size: 20px;
	line-height: 28px;
}

.study_title {
	font-size: 30px;
}

.study_container {
	background-image: url(../graf/study_top_500.png);
	padding: 40px 40px 0px 40px;
	font-size: 15px;
	line-height: 22px;
}

}

@media (min-width: 768px) and (max-width: 980px ) {

.study {
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -240px;
	width: 740px;
	height: 480px;
}

.study_header {
	padding-top: 15px;
	font-size: 16px;
	line-height: 22px;
}

.study_title {
	font-size: 24px;
}

.study_container {
	background-image: url(../graf/study_top_500.png);
	padding: 30px 30px 0px 30px;
	font-size: 14px;
	line-height: 18px;
}

}

@media (max-width: 768px ) {

.study {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.study_header {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

.study_title {
	font-size: 20px;
}

.study_container {
	background-image: url(../graf/study_top_500.png);
	padding: 30px 20px 20px 20px;
	font-size: 16px;
	line-height: 24px;
}

.toplayer_close {
	right: 10px;
	font-size: 14px;
    width: 30px;
}

.logo_bos {
	position: absolute;
	left: 10px;
	background-image: url(../graf/logo_bos_green2.png);
	background-repeat: no-repeat; 
	background-position: center center;
	width: 50px;
	height: 34px;
}

}

a {
	color: #e98900;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
}


body {
	background: #fff;
	color: #51585d;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 100%;
	height: 100%;
	text-align: center;
}

p {
	margin-top: 10px;
	text-align: justify;
}

.container {
	width: 1150px;
}

#wrapper {
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

.casebtn {
	font-family: sans-serif;
	background-color: #16436e;
	border: 0;
	color: white;
	height: 60px;
	width: 170px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 0px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.casebtn:hover {
	background-color: #427db6;
	color: white;
	cursor: pointer;
}


/*  ------------ HEADER ------------ */


#header {
	text-align: center;
	background-image: url(../graf/bg_header.png);
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: cover;
	height: 800px;
	width: 100%;
}

.header_bottom {
	background-image: url(../graf/bottom.png);
	background-repeat: no-repeat; 
	background-position: center bottom; 
	height: 800px;
	width: 100%;
}

.header_container {
	margin: 0px auto;
	text-align: left;
	padding-top: 220px;
}

.header_title {
	color: #16436e;
	font-weight: 900;
	font-size: 72px;
}

.header_lead {
	color: #51585d;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 34px;
	font-weight: 700;
	font-size: 24px;
	width: 810px;
}

.tellmemore {
	background-color: #16436e;
	border: 0;
	color: white;
	height: 40px;
	width: 170px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.tellmemore:hover {
	background-color: #427db6;
	color: white;
	cursor: pointer;
}

/*  ------------ CLIENTS ------------ */



#clients {
	width: 100%;
	height: 150px;
}

.clients_title {
	color: #a3a3a3;
	font-size: 24px;
	margin-bottom: 20px;
}

.clients_container {
	margin-left: 15px;
	margin-right: 15px;
	height: 80px;
	overflow: hidden;
}

.client {
	margin-left: 20px;
	margin-right: 20px;
}



/*  ------------ MOBILE ------------ */



#mobile {
	position: relative;
	text-align: center;
	background-image: url(../graf/bg_mobile.png);
	background-repeat: no-repeat; 
	background-position: center top; 
	background-size: cover;
	height: 850px;
	width: 100%;
}

.mobile_bottom {
	background-image: url(../graf/bottom.png);
	background-repeat: no-repeat; 
	background-position: center bottom; 
	height: 850px;
	width: 100%;
}

.mobile_top {
	background-image: url(../graf/top.png);
	background-repeat: no-repeat; 
	background-position: center top; 
	height: 40px;
	width: 100%;
}

.mobile_container {
	margin: 0px auto;
	text-align: left;
}

.mobile_title {
	color: #16436e;
	font-weight: 900;
	font-size: 50px;
	width: 70%;
	margin-top: 120px;
}

.mobile_lead {
	color: #51585d;
	text-align: justify;
	margin-top: 40px;
	line-height: 34px;
	font-weight: 700;
	font-size: 24px;
	width: 70%;
}

.mobile_txt {
	color: #51585d;
	text-align: justify;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 34px;
	font-weight: 300;
	font-size: 20px;
	width: 70%;
}

.tablet_container {
	position: absolute;
	bottom: -250px;
	width: 100%;
	text-align: center;
}

.tablet {
	background-image: url(../graf/tablet.png);
	background-repeat: no-repeat; 
	background-position: center center;
	width: 746px;
	height: 500px;
	margin: auto;
}



/*  ------------ QUOTATION ------------ */



#quotation {
	height: 350px;
	width: 90%;
	margin: 0px auto
}

.quotation_container {
	padding-top: 250px;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
}

.quotation_person {
	margin-top: 10px;
	font-weight: 300;
	font-size: 18px;
	font-style: italic;
}



/*  ------------ DESKTOP ------------ */



#desktop {
	position: relative;
	text-align: center;
	background-color: #eeeeee;
	background-image: url(../graf/bg_desktop.png);
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-size: cover;
	height: 900px;
	width: 100%;
}

.desktop_bottom {
	background-image: url(../graf/bottom.png);
	background-repeat: no-repeat; 
	background-position: center bottom; 
	height: 900px;
	width: 100%;
}

.desktop_top {
	background-image: url(../graf/top.png);
	background-repeat: no-repeat; 
	background-position: center top; 
	height: 40px;
	width: 100%;
}

.desktop_container {
	margin: 0px auto;
	text-align: left;
}

.desktop_title {
	color: #16436e;
	font-weight: 900;
	font-size: 50px;
	width: 70%;
	margin-top: 120px;
}

.desktop_lead {
	color: #51585d;
	text-align: justify;
	margin-top: 40px;
	line-height: 34px;
	font-weight: 700;
	font-size: 24px;
	width: 70%;
}

.desktop_txt {
	color: #51585d;
	text-align: justify;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 34px;
	font-weight: 300;
	font-size: 20px;
	width: 70%;
}

.laptop_container {
	position: absolute;
	bottom: -250px;
	width: 100%;
	text-align: center;
}

.laptop {
	background-image: url(../graf/laptop.png);
	background-repeat: no-repeat; 
	background-position: center center;
	width: 797px;
	height: 622px;
	margin: auto;
}



/*  ------------ SERVICE ------------ */

#services {
	margin-top: 200px;
	background-color: #ebf1f4;
	background-image: url(../graf/top.png);
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 100%;
}

.services_container {
	padding-top: 160px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 100px;
}

.services_title {
	color: #16436e;
	font-weight: 900;
	font-size: 50px;
	margin-bottom: 100px;
}

.service {
	margin-top: 50px;
	padding-left: 100px;
	text-align: justify;
	line-height: 34px;
	font-weight: 300;
	font-size: 20px;
}

.service_title {
	color: #16436e;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
}

.bg_service {
	background-repeat: no-repeat; 
	background-position: left top;
}

.branding {
	background-image: url(../graf/service_branding.png);
}

.customization {
	background-image: url(../graf/service_customization.png);
}

.integration {
	background-image: url(../graf/service_integration.png);
}

.full_localization {
	background-image: url(../graf/service_full_localization.png);
}

.clouding {
	background-image: url(../graf/service_clouding.png);
}

.constant_development {
	background-image: url(../graf/service_constant_development.png);
}

.not_only_mobile {
	background-image: url(../graf/service_not_only_mobile.png);
}


/*  ------------ QUESTION ------------ */

#question {
	background-color: #cfdae2;
	width: 100%;
}

.question_container {
	padding-top: 100px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 100px;
}

.question_title {
	color: #16436e;
	font-weight: 900;
	font-size: 50px;
	margin-bottom: 60px;
}


/*  ------------ FOOTER ------------ */



#footer {
	background-color: #51585d;
	padding-top: 50px;
}

.footer_container {
	padding-top: 10px;
	padding-bottom: 50px;
	border-top: 1px solid #868a8e;
	margin: 0px auto;
	color: #fff;
}

.footer_contact {
	vertical-align: top;
	width: 400px;
	display: inline-block;
	line-height: 24px;
	margin: 40px 20px 0px 20px;
}

.contact_title {
	color: #9da1a5;
	font-size: 24px;
	font-weight: 900;
}

.contact_small {
	color: #9da1a5;
	font-size: 12px;
}

.form_case {
	position: absolute;
	z-index: 5;
}


/*  --------------------------------------------------- MEDIA QUERIES ------------------------------------------------------------------------------------------------------------- */



@media (max-width: 1280px ) {

.container {
	width: 92%;
}

}

@media (min-width: 768px) and (max-width: 1280px ) {
	
#header {
	background-image: url(../graf/bg_header_1280.png);
	height: 700px;
}

.header_bottom {
	background-image: url(../graf/bottom_750.png);
	height: 700px;
}

.header_container {
	padding-top: 180px;	
}

.header_title {
	font-size: 72px;
}

.header_lead {
	line-height: 32px;
	font-size: 22px;
}

#mobile {
	background-image: url(../graf/bg_mobile_1280.png);
	height: 700px;
}

.mobile_bottom {
	background-image: url(../graf/bottom_750.png);
	height: 700px;
}

.mobile_top {
	background-image: url(../graf/top_750.png);
	height: 40px;
}

.mobile_title {
	font-size: 40px;
	width: 80%;
	margin-top: 60px;
}

.mobile_lead {
	margin-top: 40px;
	line-height: 32px;
	font-size: 22px;
	width: 85%;
}

.mobile_txt {
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 28px;
	font-size: 20px;
	width: 85%;
}

.tablet_container {
	bottom: -175px;
}

.tablet {
	background-image: url(../graf/tablet_1280.png);
	width: 100%;
	height: 350px;
}

#quotation {
	height: 240px;
}

.quotation_container {
	padding-top: 170px;
	font-size: 20px;
	line-height: 28px;
}

.quotation_person {
	margin-top: 0px;
	font-size: 18px;
}

#clients {
	height: 120px;
}

.clients_title {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.clients_container {
	margin-left: 5px;
	margin-right: 5px;
	height: 50px;
}

.client {
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
}

#desktop {
	background-image: url(../graf/bg_desktop_1280.png);
	height: 700px;
}

.desktop_bottom {
	background-image: url(../graf/bottom_750.png);
	height: 700px;
}

.desktop_top {
	background-image: url(../graf/top_750.png);
	height: 40px;
}

.desktop_title {
	font-size: 40px;
	width: 85%;
	margin-top: 60px;
}

.desktop_lead {
	margin-top: 40px;
	line-height: 32px;
	font-size: 22px;
	width: 85%;
}

.desktop_txt {
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 28px;
	font-size: 18px;
	width: 85%;
}

.laptop_container {
	bottom: -140px;
}

.laptop {
	background-image: url(../graf/laptop_1280.png);
	width: 538px;
	height: 420px;
}

#services {
	margin-top: 120px;
	background-image: url(../graf/top_750.png);
}

.services_container {
	padding-top: 100px;
}

.services_title {
	font-size: 40px;
	margin-bottom: 40px;
}

.service {
	margin-top: 40px;
	line-height: 28px;
	font-size: 18px;
}

.service_title {
	color: #16436e;
	font-size: 24px;
}

.footer_contact {
	width: 360px;
	margin: 40px 10px 0px 10px;
}

}

/*  ---------------------------------------------------------------------------------------------- */

@media (max-width: 900px ) {

.header_lead {
	width: 100%;
}

.footer_contact {
	width: 280px;
	margin: 40px 10px 0px 10px;
	
}

.mobile_txt, .desktop_txt {
	font-weight: 400;
}

}


/*  ---------------------------------------------------------------------------------------------- */

@media (min-width: 640px) and (max-width: 768px ) {

.logo_lang_container {
	background-image: url(../graf/logo_statica_768.png);
}
	
#header {
	background-image: url(../graf/bg_header_768.png);
	height: 700px;
}

.header_bottom {
	background-image: url(../graf/bottom_600.png);
	height: 700px;
}

.header_container {
	padding-top: 180px;	
}

.header_title {
	font-size: 60px;
}

.header_lead {
	line-height: 30px;
	font-size: 20px;
}

#clients {
	height: 90px;
}

.clients_title {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.clients_container {
	margin-left: 10px;
	margin-right: 10px;
	height: 40px;
}

.client {
	margin-left: 10px;
	margin-right: 10px;
	height: 40px;
}

#mobile {
	background-image: url(../graf/bg_mobile_768.png);
	height: 700px;
}

.mobile_bottom {
	background-image: url(../graf/bottom_600.png);
	height: 700px;
}

.mobile_top {
	background-image: url(../graf/top_600.png);
	height: 40px;
}

.mobile_title {
	font-size: 40px;
	width: 100%;
	margin-top: 60px;
}

.mobile_lead {
	margin-top: 40px;
	line-height: 30px;
	font-size: 20px;
	width: 100%;
}

.mobile_txt {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 28px;
	font-size: 18px;
	width: 100%;
}

.tablet_container {
	bottom: -150px;
}

.tablet {
	background-image: url(../graf/tablet_768.png);
	width: 100%;
	height: 300px;
}

#quotation {
	height: 240px;
}

.quotation_container {
	padding-top: 150px;
	font-size: 20px;
	line-height: 28px;
}

.quotation_person {
	margin-top: 0px;
	font-size: 16px;
}

#desktop {
	background-image: url(../graf/bg_desktop_768.png);
	height: 660px;
}

.desktop_bottom {
	background-image: url(../graf/bottom_600.png);
	height: 660px;
}

.desktop_top {
	background-image: url(../graf/top_600.png);
	height: 40px;
}

.desktop_title {
	font-size: 40px;
	width: 100%;
	margin-top: 60px;
}

.desktop_lead {
	margin-top: 40px;
	line-height: 30px;
	font-size: 20px;
	width: 100%;
}

.desktop_txt {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 28px;
	font-size: 18px;
	width: 100%;
}

.laptop_container {
	bottom: -100px;
}

.laptop {
	background-image: url(../graf/laptop_768.png);
	width: 448px;
	height: 350px;
}

#services {
	margin-top: 80px;
	background-image: url(../graf/top_600.png);
}

.services_container {
	padding-top: 100px;
}

.services_title {
	font-size: 40px;
	margin-bottom: 40px;
}

.service {
	margin-top: 40px;
	line-height: 28px;
	font-size: 18px;
}

.footer_contact {
	width: 260px;
	margin: 40px 10px 0px 10px;
}

}

/*  ---------------------------------------------------------------------------------------------- */

@media (min-width: 450px) and (max-width: 640px ) {

.logo_lang_container {
	background-image: url(../graf/logo_statica_768.png);
}
	
#header {
	background-image: url(../graf/bg_header_640.png);
	height: 700px;
}

.header_bottom {
	background-image: url(../graf/bottom_400.png);
	height: 700px;
}

.header_container {
	padding-top: 160px;	
}

.header_title {
	font-size: 50px;
}

.header_lead {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 20px;
}

#clients {
	height: 140px;
}

.clients_title {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.clients_container {
	margin-left: 10px;
	margin-right: 10px;
	height: 90px;
}

.client {
	margin-left: 10px;
	margin-right: 10px;
	height: 40px;
	margin-bottom: 10px;
}	

#mobile {
	background-image: url(../graf/bg_mobile_768.png);
	height: 620px;
}

.mobile_bottom {
	background-image: url(../graf/bottom_400.png);
	height: 620px;
}

.mobile_top {
	background-image: url(../graf/top_400.png);
	height: 40px;
}

.mobile_title {
	font-size: 30px;
	width: 100%;
	margin-top: 30px;
}

.mobile_lead {
	margin-top: 30px;
	line-height: 28px;
	font-size: 18px;
	width: 100%;
}

.mobile_txt {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
}

.tablet_container {
	bottom: -150px;
}

.tablet {
	background-image: url(../graf/tablet_320.png);
	width: 100%;
	height: 300px;
}

#quotation {
	height: 220px;
}

.quotation_container {
	padding-top: 120px;
	font-size: 20px;
	line-height: 28px;
}

.quotation_person {
	margin-top: 0px;
	font-size: 15px;
}

#desktop {
	background-image: url(../graf/bg_desktop_768.png);
	height: 550px;
}

.desktop_bottom {
	background-image: url(../graf/bottom_400.png);
	height: 550px;
}

.desktop_top {
	background-image: url(../graf/top_400.png);
	height: 40px;
}

.desktop_title {
	font-size: 30px;
	width: 100%;
	margin-top: 30px;
}

.desktop_lead {
	margin-top: 30px;
	line-height: 28px;
	font-size: 18px;
	width: 100%;
}

.desktop_txt {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
}

.laptop_container {
	bottom: -100px;
}

.laptop {
	background-image: url(../graf/laptop_320.png);
	width: 320px;
	height: 250px;
}

#services {
	margin-top: 80px;
	background-image: url(../graf/top_400.png);
}

.services_container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.services_title {
	font-size: 40px;
	margin-bottom: 40px;
}

.service {
	margin-top: 40px;
	line-height: 26px;
	font-size: 16px;
}

.form {
	text-align: center;
}

input[type=text] {
	width: 100%;
}

textarea {
	width: calc(100% - 40px);
}

.sendbtn {
	margin-top: 10px;
}

.footer_contact {
	width: 250px;
	margin: 40px 0px 0px 00px;
}

}

/*  ---------------------------------------------------------------------------------------------- */

@media (min-width: 320px) and (max-width: 450px ) {

.dropbtn {
    padding: 10px;
}

.dropdown-content {
    margin-left: -75px;
}

.logo_lang {
	padding-top: 20px;
}

.logo_lang_container {
	background-image: url(../graf/logo_statica_768.png);
}
	
#header {
	background-image: url(../graf/bg_header_640.png);
	height: 600px;
}

.header_bottom {
	background-image: url(../graf/bottom_400.png);
	height: 600px;
}

.header_container {
	padding-top: 140px;	
}

.header_title {
	font-size: 30px;
}

.header_lead {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 18px;
}

#clients {
	height: 140px;
}

.clients_title {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.clients_container {
	margin-left: 5px;
	margin-right: 5px;
	height: 80px;
}

.client {
	margin-left: 10px;
	margin-right: 10px;
	height: 35px;
	margin-bottom: 10px;
}

#mobile {
	background-image: url(../graf/bg_mobile_450.png);
	height: 720px;
}

.mobile_bottom {
	background-image: url(../graf/bottom_400.png);
	height: 720px;
}

.mobile_top {
	background-image: url(../graf/top_400.png);
	height: 40px;
}

.mobile_title {
	font-size: 30px;
	line-height: 28px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.mobile_lead {
	margin-top: 20px;
	line-height: 26px;
	font-size: 18px;
	width: 100%;
}

.mobile_txt {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 16px;
	width: 100%;
}

.tablet_container {
	bottom: -150px;
}

.tablet {
	background-image: url(../graf/tablet_320.png);
	width: 100%;
	height: 300px;
}

#quotation {
	height: 200px;
}

.quotation_container {
	padding-top: 110px;
	font-size: 18px;
	line-height: 24px;
}

.quotation_person {
	margin-top: 0px;
	font-size: 14px;
}

#desktop {
	background-image: url(../graf/bg_desktop_768.png);
	height: 600px;
}

.desktop_bottom {
	background-image: url(../graf/bottom_400.png);
	height: 600px;
}

.desktop_top {
	background-image: url(../graf/top_400.png);
	height: 40px;
}

.desktop_title {
	font-size: 30px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.desktop_lead {
	margin-top: 20px;
	line-height: 28px;
	font-size: 18px;
	width: 100%;
}

.desktop_txt {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
}

.laptop_container {
	bottom: -100px;
}

.laptop {
	background-image: url(../graf/laptop_320.png);
	width: 300px;
	height: 234px;
}

#services {
	margin-top: 80px;
	background-image: url(../graf/top_400.png);
}

.services_container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.services_title {
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.service {
	margin-top: 30px;
	padding: 0px;
	line-height: 26px;
	font-size: 16px;
}

.service_title {
	padding-top: 80px;
	text-align: center;
}

.bg_service {
	background-repeat: no-repeat; 
	background-position: center top;
}

.form {
	text-align: center;
}

input[type=text] {
	width: 100%;
}

textarea {
	width: calc(100% - 40px);
}

.sendbtn {
	margin-top: 10px;
}

.footer_contact {
	width: 250px;
	margin: 30px 0px 0px 00px;
}

}

/*  ---------------------------------------------------------------------------------------------- */

@media (max-width: 320px ) {

.dropbtn {
    padding: 5px;
}

.dropdown-content {
    margin-left: -84px;
}

.logo_lang {
	padding-top: 10px;
}

.logo_lang_container {
	background-image: url(../graf/logo_statica_768.png);
}

#header {
	background-image: url(../graf/bg_header_640.png);
	height: 480px;
}

.header_bottom {
	background-image: url(../graf/bottom_600.png);
	height: 480px;
}

.header_container {
	padding-top: 70px;	
}

.header_title {
	font-size: 34px;
	text-align: center;
}

.header_lead {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 15px;
	text-align: justify;
}

#clients {
	height: 160px;
}

.clients_title {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.clients_container {
	margin-left: 5px;
	margin-right: 5px;
	height: 110px;
}

.client {
	margin-left: 10px;
	margin-right: 10px;
	height: 30px;
	margin-bottom: 10px;
}	

#mobile {
	background-image: url(../graf/bg_mobile_768.png);
	height: 700px;
}

.mobile_bottom {
	background-image: url(../graf/bottom_600.png);
	height: 700px;
}

.mobile_top {
	background-image: url(../graf/top_600.png);
	height: 40px;
}

.mobile_title {
	font-size: 30px;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.mobile_lead {
	margin-top: 20px;
	line-height: 22px;
	font-size: 15px;
	width: 100%;
}

.mobile_txt {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 15px;
	width: 100%;
}

.tablet_container {
	bottom: -150px;
}

.tablet {
	background-image: url(../graf/tablet_320.png);
	width: 100%;
	height: 300px;
}

#quotation {
	height: 210px;
}

.quotation_container {
	padding-top: 110px;
	font-size: 18px;
	line-height: 24px;
}

.quotation_person {
	margin-top: 0px;
	font-size: 14px;
}

#desktop {
	background-image: url(../graf/bg_desktop_768.png);
	height: 550px;
}

.desktop_bottom {
	background-image: url(../graf/bottom_400.png);
	height: 550px;
}

.desktop_top {
	background-image: url(../graf/top_400.png);
	height: 40px;
}

.desktop_title {
	font-size: 30px;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.desktop_lead {
	margin-top: 20px;
	line-height: 22px;
	font-size: 15px;
	width: 100%;
}

.desktop_txt {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 15px;
	width: 100%;
}

.laptop_container {
	bottom: -100px;
}

.laptop {
	background-image: url(../graf/laptop_320.png);
	width: 300px;
	height: 234px;
}

#services {
	margin-top: 80px;
	background-image: url(../graf/top_400.png);
}

.services_container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.services_title {
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.service {
	margin-top: 30px;
	padding: 0px;
	line-height: 26px;
	font-size: 16px;
}

.service_title {
	padding-top: 80px;
	text-align: center;
}

.bg_service {
	background-repeat: no-repeat; 
	background-position: center top;
}

.footer_contact {
	width: 250px;
	margin: 20px 0px 0px 00px;
}

.form {
	text-align: center;
}

input[type=text] {
	height: 50px;
	width: 100%;
}

textarea {
	width: calc(100% - 40px);
}

.sendbtn {
	height: 50px;
	margin-top: 5px;
}

}