body {
    font-family: 'Source Sans Pro', sans-serif;
}

@font-face {
  font-family: "linecons";
  src: url('fonts/linecons.eot');
  src: url('fonts/linecons.eot?#iefix') format('eot'), 
    url('fonts/linecons.woff') format('woff'), 
    url('fonts/linecons.ttf') format('truetype'), 
    url('fonts/linecons.svg#linecons') format('svg');
  font-weight: normal;
  font-style: normal;
}





h3 {
    font-size: 180%;
    font-weight: 300;
    margin: 46px 0 30px 10px;
}

h4 {
    font-size: 120%;
    font-weight: 400;
    color: #fff;
}

h5 {
    font-size: 120%;
    font-weight: 400;
    color: #000;
    padding-bottom: 20px;
}

ul.privacy {
    margin: -5px 0px 20px 30px;
    list-style-type: circle;
}

ul.privacy > li{
    padding-bottom: 20px;
}


a {
    color: green;
}

p a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #000;
}

a.button_dark, a.button_light {
    background-color: #00854c;
    display: block;
    width: 90px;
    padding: 15px 30px 0 30px;
    height: 33px;
    text-align: center;
    margin: auto;
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 11pt;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0px 1px black;
    border: 5px solid rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inset 0px 1px black;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.button_light {
    margin-left: 10px;
    width: 100px;
    border: 5px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
}

a:hover.button_dark, a:hover._button_light {
    background-color: #006d3e;
    /*text-shadow: 0px -1px #a70d00;*/
    border: 5px solid rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    /*box-shadow: inset 0px 1px 2px #c14d00;*/
}

a:hover.button_light {
    background-color: #006d3e;
    border: 5px solid #f5f5f5;
    box-shadow: 0px 0px 0px 1px #cbcbcb;
}

.moreabout .button_dark {
    margin: 0;
}

.pxline {
    height: 1px;
    width: 100%;
    background-color: #fff;
    color: #fff;
    opacity: 0.1;
    position: relative;
    top: 30px;
    z-index: 1;
}

hr.cleanit {
    visibility: hidden;
    clear: both;
    margin-bottom: 20px;
}

div.cara {
    clear: both;
    width: 940px;
    height: 1px;
    background-color: #30ab76;
    margin-top: 40px;
    margin-left: 10px;
}

.clear {
	clear:both;
}


/* ---------- Header ---------- */

#header {
    width: 100%;
    height: 75px;
    background-color: #fff;
	position: fixed;
	z-index: 100;	
}

#header_in {
    width: 1080px;
    padding: 0px 10px 0 10px;
    height: 75px;
    margin: auto;
    position: relative;
}

#header_in h1 {
    font-size: 15pt;
    letter-spacing: 1px;
    float: left;
    padding-top: 25px;
}

#header_in h1 a {
    text-decoration: none;
    color: #111;
    font-weight: 100;
}

#header_in h1 a b {
    font-weight: 600;
}

    /* ----- Menu ----- */
    
    #menu, .toggle {
	position: absolute;
	right: 0px;
	font-size: 95%;
	background: #5B7108;
	/*background: url('img/menu_cut.jpg') no-repeat scroll right;*/
	margin-right: 0px;
    }
    
    
    #menu ul li {
	float: left;
	display: inline;
    }
    
    #menu ul li a {
	text-decoration: none;
	color: #101115;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	padding: 29px 40px 0 40px;
	height: 46px;
	background-color: #fff;
    }
	
	.doslinies{
	padding: 18px 35px 0 35px!important;
	height:57px!important;
	}
    
    #menu ul li a:hover {
	background-color: #A7B53F;
	color: #fff;
    }
    
    #menu ul li a.active {
	background: none;
	color: #fff;
    }
    
    
    /* --- */


/* ---------- Main part (slider) ---------- */

#wrapper{
	position:relative;
	top:75px;
}

#main_part, #main_part_inner {
    width: 100%;
    height: 390px;
    background: url('img/main_img_1.jpg') scroll no-repeat center;
    background-color: #000;
    border-bottom: 7px solid #e5e5e5;
}

#main_part_in{
    width: 960px;
    margin: auto;
}

#main_part_inner_in {
    width: 960px;
    margin: auto;
}

#main_part_in h2, #main_part_inner_in h2 {
    padding-bottom: 14px;
    font-size: 220%;
    font-weight: 200;
    text-align: left;
    color: #fff;
    text-shadow: 0px 1px #000;
}
#main_part_in h2 {
    padding-top: 86px;
    font-size: 300%;
    font-weight: 300;
}
.nivo-html-caption {
	float:right;
}
#main_part_in h3, #main_part_inner_in h3 {
    padding-bottom: 14px;
	margin: 0 auto;
    font-size: 300%;
    font-weight: 300;
    text-align: left;
    color: #fff;
    text-shadow: 0px 1px #000;
}
#content_inner h3 {
    padding-top: 24px;
    padding-bottom: 14px;
	margin: 0 auto;
    font-size: 180%;
    font-weight: 300;
    text-align: left;
    /*color: #111;*/
    text-shadow: 0px 1px #000;
}
#main_part_in p {
    font-size: 150%;
    font-weight: 300;
    color: #fff;
    /*text-align: center;*/
    text-shadow: 0px 1px #000;
}

#main_part .button_main {
    margin-top: 60px;
}

		/* ---------- Main part, inner pages (headline) ---------- */
		/* -- Some of the css already included in the previous "Main part" for homepage -- */
		
		#main_part_inner {
		    height: 150px;
		    background: url('img/main_img_1.jpg') scroll no-repeat top center;
			padding-top:75px;
		}
		
		#main_part_inner_in {
		    position: relative;
		}
		
		#main_part_inner_in h2 {
		    padding-top: 46px;
		    text-align: left;
		}
		
		#main_part_inner .button_main {
		    position: absolute;
		    top: 46px;
		    right: 15px;
		}
		
		/* --- */


/* ---------- Content ---------- */

#content {
    width: 960px;
    margin: auto;
    padding-top: 0px;
}

#content_inner {
    width: 960px;
    margin: auto;
    padding-top: 0;
}

.slider-wrapper {
	margin: 0 auto;
	position: relative;
	top: 75px;
}
    /* ----- thirds / fourths (homepage) / sixths (about)----- */

    .thirds, .thirds_about {
	width: 300px;
	margin: 0 10px 0 10px;
	float: left;
	position:relative;
    }
	
    .two_products {
	width: 460px;
	margin: 0 10px 0 10px;
	float: left;
	position:relative;
    }
	
	.one_index {
    width: 940px;
    margin: 0 10px 0 10px;
	}
	
	.one_about {
    width: 940px;
    margin: 10px 0 0 10px;
	}
	
	.one_about img, .one_index p a img .two_products img{
    width: 100%;
	height:auto;
	}
	
	a.linkvideo {
	text-decoration:none;
	}
	
    .thirdsvideo {
	width: 300px;
	margin: 20px 10px 0 10px;
	float: left;
	position:relative;
	height:186px;
	background:url(img/videopresentacion.jpg) no-repeat 0 0;
    }
	
    .thirdsvideo .playbutton{
	position:absolute;
	left:146px;
	top:44px;	
	}
	
    .thirds h3, .one_index h3 {
	margin-top: 0;
	margin-left: 0;
	font-size: 150%;
	font-weight: 300;
	color: #27292a;
	margin-top: 20px; 
	margin-bottom: 18px;   
    }
    
    .thirds p, .one_index p {
	font-size: 90%;
	color: #37393a;
	line-height: 160%;
	text-align:justify;
    }
    
    .thirdsvideo .text {
	font-size: 80%;
	position:absolute;
	bottom:10px;
	padding:6px 10px 6px 10px;
	margin:0px 8px 14px 7px;
	background-color:rgba(255,255,255,0.8);
	color:#37393a;
    }

	.thirds_portfolio {
	width: 300px;
	height: 300px;
	margin: 0 10px 20px 10px;
	background-color: #5B7108;
	float: left;
	position: relative;
    }
    
    .thirds_portfolio a {
	display: block;
	width: 300px;
	height: 300px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
    
    .thirds_portfolio a:hover {
	opacity: 0.15;
    }
    
    .thirds_portfolio h4 {
	position: absolute;
	top: 10px;
	display: block;
	width: 300px;
	text-align: center;
	text-shadow: 0px 1px black;
    }
    
    .thirds_portfolio img {
	position: absolute;
    }
    
    .thirds_portfolio span {
	font-size: 90%;
	font-weight: 200;
	text-shadow: 0px 1px black;
    }
    
    .product {
	width: 100%;
	height: 520px;
	float: left;
	position: relative;
    }
    
    .product img {
	position: absolute;
	width:100%;
	max-width:450px;
	height:auto;
    }
    
    .product_details {
	width: 380px;
	height: 320px;
	margin: 10px 100px 20px 10px;
	background-color: #5B7108;
	float: right;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
    }
	
	.product_details span {
	font-size: 140%;
	color:#fff;
	text-shadow: 0px 1px black;
	}
	
	.product_details h4 {
	font-size: 180%;
	text-align: center;
	text-shadow: 0px 1px black;
	}
        
    .fourths_portfolio {
	width: 220px;
	height: 220px;
	margin: 0 10px 20px 10px;
	background-color: #00854c;
	float: left;
	position: relative;
    }
    
    .fourths_portfolio a {
	display: block;
	width: 220px;
	height: 220px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
    
    .fourths_portfolio a:hover {
	opacity: 0.15;
    }
    
    .fourths_portfolio h4 {
	position: absolute;
	top: 10px;
	display: block;
	width: 220px;
	text-align: center;
	text-shadow: 0px 1px black;
    }
    
    .fourths_portfolio img {
	position: absolute;
    }
    
    .fourths_portfolio span {
	font-size: 90%;
	font-weight: 200;
	text-shadow: 0px 1px black;
    }
    
    .sixths_team {
	width: 140px;
	height: 160px;
	margin: 0 10px 0 10px;
	background-color: #00854c;
	float: left;
	position: relative;
    }
    
    .sixths_team a {
	display: block;
	width: 140px;
	height: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
    
    .sixths_team a.profession {
	display: block;
	width: 140px;
	height: 20px;
	background-color: #fff;
	text-decoration: none;
	font-size: 95%;
	padding-top: 10px;
    }
    
    .sixths_team a.profession:hover {
	opacity: 1;
    }
    
    .sixths_team a:hover {
	opacity: 0.10;
    }
    
    .sixths_team h4 {
	position: absolute;
	top: 50px;
	display: block;
	width: 140px;
	text-align: center;
	text-shadow: 0px 1px black;
	font-weight: 200;
	font-size: 100%;
	line-height: 140%;
    }
    
    .sixths_team img {
	position: absolute;
    }
    
    .sixths_team span {
	font-weight: 400;
	text-shadow: 0px 1px black;
    }
    
    /* --- */
    
		/* ----- History (About us) ----- */
		/* --- this section is really not pixel-perfect, so you might want to redo it, if it doesn't fit your needs :) */
    
		.history_blok {
		    background-color: #1e2022;
		    width: 855px;
		    min-height: 100px;
		    margin: 70px 0 0 10px;
		    padding: 43px 40px 30px 45px;
		}
		
		.history_blok h3 {
		    color: #f8f9f9;
		    font-weight: 200;
		    margin: 0;
		}
		
		.history_blok img.milestones {
		    margin: 30px 0 0 -13px;
		}
		
		.milestone1, .milestone2, .milestone3, .milestone4 {
		    width: 170px;
		    float: left;
		    margin-left: 32px;
		}
		
		.milestone1 {
		    margin-left: 0;
		}
		
		.milestone2 {
		    width: 188px;
		}
		
		.milestone3 {
		    width: 205px;
		}
		
		.milestone4 {
		    width: 190px;
		}
		
		.miles {
		    padding-top: 2px;
		    font-size: 95%;
		    font-weight: 300;
		    line-height: 180%;
		    color: #e9ecef;
		}
		
		.miles b {
		    font-size: 105%;
		    font-weight: 400;
		}
		
		.descr {
		    margin-top: 3px;
		    color: #a4a8ad;
		    font-size: 90%;
		    font-weight: 300;
		    line-height: 150%;
		}
		
		.moreabout {
		    background-color: #1e2022;
		    width: 855px;
		    min-height: 100px;
		    padding: 35px 40px 40px 45px;
		    margin-left: 10px;
		    margin-bottom: 60px;
		    border-top: 1px #292b2d solid;
		}
		
		.moreabout p {
		    width: 860px;
		    color: #e9ecef;
		    font-size: 115%;
		    font-weight: 200;
		    line-height: 160%;
		    margin-bottom: 25px;
		}
		
		.moreabout b {
		    font-weight: 400;
		    color: #fff;
		}
		
		
		/* --- */
		
		/* ----- Services (About us) ----- */
		
		a.services_list, a.caract_list {
		    width: 298px;
		    height: 85px;
		    display: block;
		    float: left;
		    margin: 8px 10px 12px 10px;
		    border: 1px #ccc solid;
		    text-decoration: none;
		    color: #333;
		    -webkit-transition: all 0.2s ease-in-out;
		    -moz-transition: all 0.2s ease-in-out;
		    -o-transition: all 0.2s ease-in-out;
		    -ms-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
		    position: relative;
		}
		
		a:hover.services_list, a:hover.caract_list {
		    background-color: #1e2022;
		    border: 1px #1e2022 solid;
		    color: #e4e4e4;
		    font-weight: 100;
		}	    
		
		.caract_list span {
		    display: block;
		    float: left;
		    width: 288px;
		    margin-left: 5px;
		    font-size: 105%;
		    line-height: 85px;
			text-align:center;
		}
		
		.services_list span {
		    display: block;
		    float: left;
		    width: 179px;
		    margin-left: 100px;
		    font-size: 105%;
		    padding-top: 19px;
		}
		
		.services_list span b, .caract_list span b {
		    font-weight: 400;
		    line-height: 140%;
		}
		
		
		a.services_list span.icon_services {
		    display: block;
		    float: left;
		    width: 62px;
		}
		
		    /* -- Web Icons (linecons) -- */
		    
		    .ico_paperplane:before, .ico_iphone:before, .ico_food:before, .ico_message:before, .ico_mapmark:before, .ico_shop:before {
			font-family: linecons;
			font-weight: 100;
			font-style: normal;
			font-size: 310%;
			position: absolute;
			top: 14px;
			left: 17px;
			-webkit-font-smoothing: antialiased;
		    }
		    
		    .ico_paperplane:before {
			content: "\e01e";
		    }
		    
		    .ico_iphone:before {
			content: "\e017";
			left: 20px;
		    }
		    
		    .ico_food:before {
			content: "\e026";
			left: 19px;
			top: 13px;
		    }
		    
		    .ico_message:before {
			content: "\e019";
			left: 21px;
		    }
		    
		    .ico_mapmark:before {
			content: "\e012";
			left: 21px;
		    }
		    
		    .ico_shop:before {
			content: "\e02a";
			left: 22px;
		    }
		
		    /* ---- */
		    
		    
    /* --------- Our Work (portfolio stuffs) ---------- */
		
    ul#work_filter {
    margin: 60px 0 42px 0;
    }
	    
    #work_filter li a, .pagination li a {
    text-decoration: none;
    color: #27292a;
    font-size: 100%;
    font-weight: 200;
    letter-spacing: 1px;
    }
	    
    #work_filter li a:hover, .pagination li a:hover {
    color: #000;
    font-weight: 400;
    }
	    
    #work_filter li a.active, .pagination li a.active {
    font-weight: 400;
    }
		
    #work_filter li, .pagination li {
    display: inline;
    margin: 0 10px 0 10px;
    }
    
    .pagination {
	text-align: right;
	margin-top: 20px;
    }
    
		
		
		


p.youlike, p.teamline {
    font-size: 125%;
    font-weight: 400;
    line-height: 150%;
    width: 940px;
    color: #323536;
    margin: 10px 0 0 10px;
}


p.teamline {
    font-size: 110%;
    margin: -5px 0 20px 10px;
}

p.textit {
    font-size: 115%;
    font-weight: 400;
    line-height: 150%;
    width: 940px;
    margin: 50px 0 0 10px;
}

p.textit1 {
    font-size: 115%;
    font-weight: 400;
    line-height: 150%;
    width: 940px;
    margin: 10px 0 0 10px;
}

p.textit2 {
    font-size: 115%;
    font-weight: 400;
    line-height: 150%;
    width: 940px;
    margin: 20px 0 0 10px;
}

.about_blok {
    width: 550px;
    float: left;
    margin-right: 80px;
}

p.about {
    width: 540px;
    margin: -10px 0 25px 10px;
    color: #27292a;
    font-size: 95%;
    font-weight: 400;
    line-height: 165%;
}

.testimonials {
    width: 318px;
    min-height: 80px;
    float: left;
    margin-top: 50px;
}

.testimonials .quote {
    border: 1px solid #bbb;
    border-bottom: none;
    font-size: 90%;
    font-weight: 400;
    line-height: 160%;
    color: #474a4c;
    padding: 20px 16px 25px 25px;
}

.testimonials_bottom {
    display: block;
    clear: both;
    width: 318px;
    height: 20px;
    background: url('design/quote_bottom.png') no-repeat scroll top;
    margin-top: -5px;
}

.testimonials span.by {
    display: block;
    width: 318px;
    text-align: right;
    font-size: 90%;
}

.testimonials ul.controls {
    
}

.testimonials ul.controls li {
    display: inline;
    float: left;
}

.testimonials ul.controls li a {
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    background: url('design/control.png') no-repeat scroll;
}

.testimonials ul.controls li a:hover, .testimonials ul.controls li a.current {
    background: url('design/control_active.png') no-repeat scroll;
}


/* ---------- Contact ---------- */

form.formit {
    margin-left: 10px;
}

.formit input[type="text"] {
    padding: 15px 22px;
    height: 20px;
    width: 250px;
    border: 1px solid #bbbbbb;
    margin: 0px 18px 20px 0px;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.formit input[type=checkbox] {
    padding: 15px 22px;
    height: 20px;
    width: 50px;
    border: 1px solid #bbbbbb;
    margin: 0px 18px 20px 0px;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.formit textarea {
    width: 888px;
    height: 146px;
    margin-bottom: 22px;
    resize: none;
    padding: 20px;
    font-size: 90%;
    border: 1px solid #bbbbbb;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

form.formit input[type=text]:focus, form.formit textarea:focus, form.formit input[type=checkbox]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

form.formit .button_submit {
    cursor:pointer;
    background-color: #00854c;
    width: 200px;
    height: 58px;
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 1px;
    border: 5px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 0px 1px black;
    text-shadow: 0px 1px black;
}

/*form.formit .button_submit:hover {
    background-color: #006d3e;
    text-shadow: 0px -1px #a70d00;
    border: 5px solid rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box; *//* for Safari */
/*    background-clip: padding-box;
    box-shadow: inset 0px 1px 2px #c14d00;
}*/


.contactinfo {
    position: relative;
    float: left;
    margin-right: 40px;
}

.contactinfo .ico_mapmark:before, .contactinfo .ico_message:before, .contactinfo .ico_iphone:before {
    font-size: 140%;
    top: 0;
    left: 10px;
}

.contactinfo b {
    font-size: 110%;
    font-weight: 300;
    padding-left: 45px;
}

.mapit {
    width: 940px;
    margin: 30px 0 0 10px;
}



/* ---------- Footer ---------- */




#footer {
    width: 100%;
    height: 250px;/*182px;*/
    background: url('img/bg_footer1.jpg') scroll no-repeat center;
    background-color: #000;
    color: #a5a5a5;
    font-weight: 300;
    font-size: 90%;
    margin-top: 30px;
	background-size:cover;
}

#footer_in {
    width: 960px;
    margin: auto;
    position: relative;
    padding-top: 50px;
}

#footer_in p {
    float: left;
}

.drets a {
    color: #fff;
    text-decoration: none;
}

.drets a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer_in span {
    position: absolute;
    right: 10px;
	width: 20%;
}

#footer_in .drets {
    position: absolute;
    right: 10px;
	width: 38%;
	text-align:left;
}

#footer_in .iso {
    padding-top: 10px;
	text-align:left;
    display: flex;
    align-items: center;
}

#footer_in img {
    padding-left: 10px;
	float:left;
}

#footer_in .legal {
    padding-top: 10px;
	text-align:center;
}

.legal a {
    color: #ccc;
    text-decoration: none;
}

.legal a:hover {
    color: #eee;
    text-decoration: none;
}


/* ---------- Other elements ---------- */

.banner1 {
    width: 890px;
    height: 76px;
    padding: 42px 0 0 50px;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 45px;
    background: url('img/banner1.jpg') no-repeat scroll;
    background-color: #000;
    color: #c3ccd5;
    position: relative;
}

.banner1 p {
    font-weight: 200; 
    font-size: 20pt;
    display: block;
    width: 630px;
    text-shadow: 0px 1px #000;
}

.banner1 p b {
    color: #fff;
    font-weight: 300;
}

.banner1 a.button_dark {
    width: 200px;
    position: absolute;
    right: 42px;
    top: 30px;
}

.center {text-align:center;}

img.imatge{width:100%; height:auto}

.no_mobile_element{display:inherit;}
.mobile_element{display:none;}
.devBy{position:absolute;right:10px; bottom:10px;}

/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (min-width : 320px) and (max-width : 768px){
    /*#principal { width: 90%; }*/
	#header { height:auto; position:relative; min-width:320px;}
	#header_in { width: 100%; height: auto; min-width:320px; padding:0px;}
	#header_in h1 img{padding-left:20px;}
	#main_part, #main_part_inner { height: auto; }
	#main_part_in p{font-size: 120%;}
	#main_part_in h2{font-size:220%;font-weight:200;}
	#main_part_inner_in {width:100%; height: auto; }
	#main_part_inner_in h2{padding-left:20px;}
	/*#main_part_in img{min-width:320px}*/
	#main_part_inner { padding-top:75px;height: auto; min-width:320px; background-size:cover;}
	#main_part_in{width:100%; padding-top:0px; background-size:cover;}		    
	.nivo-html-caption{display:none!important;}
	#wrapper {top:0px;}
	/*#noflash {  width: 100%; }*/
	/*#logo{ margin-bottom:1em;}*/
	/*#mobile-header { display:block; float:left; }*/
	#content{padding-top:0px;}
	#content, #content_inner { width: 96%; min-width:320px;}
	#menu { width: 100%; top:65px; font-size:150%;}
	#menu ul li {float: none;}
	#menu ul li a{ padding:5px 4px 0 4px; height:35px; }
	.doslinies{padding: 5px 4px 0 4px!important;height:35px!important;}
	.banner1 { width: 98%; min-width:300px; padding:20px 0 0 5px; background-size:cover; margin-top:0px; height:100%}
	.banner1 p { width: 100%; font-size:115%; text-align:center;}
	div.cara { width: 100%; min-width:320px}
	#footer { min-width:320px; background-size:cover; height: 100%; }
	#footer_in { width: 90%; padding-top:10px;}
	#footer_in p { height: 100%; padding-top:10px;}
	.no_mobile_element{display:none!important;}
	.about_blok {width: 100%;float:left;margin-right:80px;}
	p.about {width: 90%;}
	.history_blok {width: 95%; margin: 5px 0 0 5px; padding: 4px 4px 3px 4px;}
	.two_products{max-width:460px;width:90%;}
	.mobile_element{width: 100%; display:block; text-align:center;}
	.mobile_element a {color: #fff; text-decoration: none;}
	.mobile_element a:hover {color: #fff; text-decoration: underline;}
	.mobile_element img{min-width:320px}
	#footer_in .drets { position: relative; top: 10px; padding-bottom:10px; width: 100%; text-align:center;}
	a.button_light { width: 80px; padding: 15px 3px 0 3px; height: 33px;}
	.banner1 a.button_dark { position:inherit; width:180px; top:0px; right:0px;}
	p.textit1, p.textit2, p.teamline{width:98%;}
	.one_about, .one_index{width:94%;}
	.product_details {float: none; position:relative; width:85%; min-width:295px; margin-left:5px!important;}
	.product_details span table {margin-left:10px!important; width:90%!important; max-width:330px;}
	.product {height:auto;}
	.product img {float: none; position:relative;}
	.mapit, .moreabout {width: 95%;}
	.moreabout {padding: 4px 4px 3px 4px; margin-left: 5px; margin-bottom: 5px;}
	.mapit iframe, .moreabout p {width: 90%;}
	.moreabout p {margin-left:18px;}
	.formit input[type="text"] {width: 79%;}
	.formit textarea {width: 80%;}
	.milestone1 {margin-left: 32px;}
}    