/* FONTS */

/* Global */
html,body{
    height:100%;
    margin:0;
}
body {
	font-family: "trebuchet ms";
	font-size: 18px;
	color: #000000;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #abc728;
	text-decoration: none;
}
a.linkgreen:hover {
	color: #abc728;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a.green_color{
	color: #abc728;
}

.common_container {
 	width: 90%; 
	max-width: 1000px;
	margin: auto;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

.hidden{
    display: none;
}

.table{
    display: table;
    height: 100%;
    width:100%;
}

.align_middle{
    display: table-cell;
    vertical-align: middle;
}

.error_input_form{
	color:#FF0000;
}

/* Navigation */
#menu_nav{
    display:none;
}
.menu {
	position:fixed;
	top:0px;
    width: 100%;
    height: 87px;        
	background-color:#ffffff;
	z-index:100;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}


a#logo {	
	margin: 0px 0px;
    float:left;
    padding-top:5px;
    width:106px;
    height:82px;
    /*background-image: url('images/logo.png');*/
    background-image: url('images/logo.jpg');    
	background-size:90%;
	background-repeat:no-repeat;
	background-position:center center;
	-ms-behavior: url(pages/js/backgroundsize.min.htc);
	behavior: url(pages/js/backgroundsize.min.htc);
}
#lan{
    float:right;
    padding-top:22px;
}
#lan a{
    display: block;
    font-size: 13px;
    padding-bottom: 1px; 
}
#lan a.selected{
    display: block;
    padding-bottom: 1px; 
	font-weight:bold;
}
#nav {
	margin: 0px 0px 0px 0px;
}
.navigation{
	float: left;
	list-style: none;
	margin: 0;
    padding-left:20px;
    display:block;
    padding-top:34px;
}
.navigation li{
	float: left;
	padding:4px 0px;
    margin:0px 10px;
    white-space:nowrap;
    text-transform: uppercase;
    font-size: 13px;        
}
.navigation li a{
}

.navigation li:hover{
	cursor:pointer;
}
.navigation li.last_voce{
    padding-right:0px; 
    margin-right:0px;
}

.navigation .active{
	cursor:pointer;
    font-weight: bold;	
}

.navigation .active a{
	color:#abc728;
	font-weight: bold;	
}

/* GALLERY */
.loader{
    width: 100%;
    height: 100%;
    background-image: url('images/wait.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.gallery_container {
    height: 100%;
    position: relative;
    overflow: hidden;
}
#gallery_page.gallery_container {
	height:350px;
}

.gallery_container_slider{
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.gallery{
    height: 100%;
}

.gallery_element{
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    background-position: center;
    background-size: contain;
    display: inline-block;
	white-space: normal;
	background-repeat: no-repeat;
}

#gallery_home{
background: #9ee200;
background: -moz-radial-gradient(center, ellipse cover,  #9ee200 0%, #7fb200 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #9ee200 0%,#7fb200 100%);
background: radial-gradient(ellipse at center,  #9ee200 0%,#7fb200 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ee200', endColorstr='#7fb200',GradientType=1 );	
}

.gallery_slider_text{
	text-align:center;
	color:#FFFFFF;
	font-size:90px;
}

#slider_left{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:40px;
	background-image:url('images/arrow_left.png');
	background-repeat:no-repeat;
	background-position: center;
	display:none;
}

#slider_right{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:40px;
	background-image:url('images/arrow_right.png');
	background-repeat:no-repeat;
	background-position: center;
	display:none;
}

#gallery_clients .gallery_container_slider{
    height:50px;
}

#gallery_testimonials .gallery_container_slider{
    height:100%;    
}

/* General Slides */ 

.slide, .slide_intramezzo{
	width:100%;
	height:auto;
	position: relative;
    padding-top:87px;
    /*padding-bottom:87px;*/    
}

.slide_intramezzo{
    /*background-color: #f4f1f2;*/
    /*background-color:#CECACB;*/
    background-color:#A9A9A9;
    padding:40px 0px;
    color:#FFFFFF;
    text-align: center;
	font-size:25px;
}

#slide1{
    background-repeat:no-repeat;
    background-position:center center;
    height:100%;
    padding:0px;
    margin:0px;
	margin-bottom:-87px;
}

#slide2 {
    padding-bottom:87px;
}

#slide3 {
    background-color: #f1f1f6;
    padding-bottom:87px;
}
#slide4 {
    padding-bottom:87px;
}
#slide5{
    background-color: #f3f4f3;
    padding-bottom:87px;
}
#slide6{
    background-color: #f3f4f3;
    padding-bottom:87px;
}
#slide10{
    padding-bottom: 0px;
}
#footer{
    background-color: #b0ca39;
    padding:20px 0px;
    font-size: 15px;
}

.title {
    font-size: 50px;
    font-weight: bold;
}

.subtitle {
    font-size: 30px;
}

.align_center {
    text-align: center;
}
.align_right {
    text-align: right;
}
.posrel{
    position: relative;
}
.hmargin_top {
    margin-top:50px;
}

.smargin_top {
    margin-top:20px;
}
.ssmargin_top{
    margin-top:19px;
}

.middle_title {
    font-size: 40px;
    text-transform: uppercase;
}
.small_title{
    font-size: 30px;
    text-transform: uppercase;
}

.green_color {
    color:#abc728;
}

.box3 {
    width: 30.6%;
    margin: 31px 4% 0 0;
    float:left;
    position: relative;
}

.box3.neqh{
    float:none;
    display: inline-block;
    vertical-align: top;
}

.box3.omega{
    margin-right: 0px;
}

.box3 .body{
    margin-top:14px;
}

.box3_contact{
    width: 30.6%;
    margin: 0px 4% 0 0;
    float:left;
    position: relative;    
    padding:10px 0px;
}

.box3_contact.omega{
    margin-right: 0px;
}

.vertline{
    background-image: url('images/vertbar.jpg');
    background-repeat: no-repeat;
    background-size:contain;
    height: 100%;
    width: 2px;
    position: absolute;
    top:0px;
    right: -20px;
}

.parallax-section {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:cover;
	-ms-behavior: url("js/backgroundsize.min.htc");
	behavior: url("js/backgroundsize.min.htc");
}
.parallax-section-mobile{
	background-repeat: no-repeat;
	background-size:cover;
}

.box4.product{
    background-color: #aac90c;
}

.box4{
    float:left;
    width:23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: block;
    position: relative;
}
.box4.intra{
    margin-bottom: 0%;
}
.box4.intra.omega{
    margin-right: 0%;
}
.box4.contact.omega{
    margin-right: 0%;
}
.box4.product.omega{
    margin-right: 0%;
}
.box4.gallery.omega{
    margin-right: 0%;
}
.box4.gallery img{
}

.box4 .margin{
    padding:10px;
}
.box4 .title{
    color: #FFFFFF;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.box4 .image{
    text-align: center;
}

.box2{
    float: left;
    width:49%;
    margin-right: 2%;
    margin-bottom: 4%;
    position: relative;
}
.box2.omega{
    margin-right: 0%;
}
.box2 img{
    width:100%;
}

.rollover_text{
    position: absolute;
    bottom: 4px;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    color:#FFFFFF;
    padding:2%;
    width: 96%;
}

a.contact_title{
    background-color: #f0efef;
    display: block;
    position: relative;
}
.contact_body{
    padding:10px 0px;
    display: none;
}
.contact_body .title{
    display: block;
    font-size: 18px;
    color:#abc728;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.contact_align{
    text-align: right;
}
.contact_title_align_middle{
    text-align: center;
}
.contact_title_align_right{
    text-align: right;
}
.contact_box{
    margin-bottom: 5px;
}
.contact_image{
	float:left; 
	width:100px; 
	margin-right:10px;
}
.contact_data{
	overflow:hidden;
}
.plus_icon{
    width: 27px;
    background-image: url('images/plus_icon.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    left:-27px;
}

.minus_icon{
    width: 27px;
    background-image: url('images/minus_icon.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    left:-27px;
}

#footer .box4{
	width:23%;
	color:#FFFFFF;	
	text-align:center;
}
#footer .box4 a{
	color:#FFFFFF;	
}
#footer .box4.left{
	text-align:left;
}
#footer .box4.right{
	text-align:right;
}
/*
#footer .left{
    float:left;    
    background-image: url('images/eximbank.jpg');
    background-repeat: no-repeat;
    height: 34px;
    padding-top: 45px;
    padding-left: 72px;
}
#footer .right{
    float:right;
    color:#FFFFFF;
    margin-right: 30px; 
    padding-top:45px;
}
#footer .right.omega{
    margin-right: 0px;
}
#footer .right a{
    color:#FFFFFF;
    display: block;    
}
*/
.newsletter_button{
	padding-top:30px;
	padding-bottom:10px;
	text-align:center;
}

a.btn_black{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#b0ca39;
	padding:10px 20px;
	background-color:#000000;
	border-radius:5px;
	text-transform:uppercase;
}
/* PAGE */
.page{
    margin-top:20px;
	padding-bottom:20px;
}
.title_page{
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
}
.subtitle_page{
	font-size:30px;
	text-transform:uppercase;
	color:#aac90c;
	font-weight:bold;
}
.common_vmargin{
	margin-top:35px;
}
.box4 .image{	
	width:100%;	
}
.page .image{
	display:inline-block;
	width:48%;
}
.page .description{
	display:inline-block;
	width:48%;
	vertical-align:top;
}
.page .description.right{
	margin-left:2%;
}
.page .image img{
	width:100%;
}
.image.left{
	margin-right:2%;
}
.image.right{
	margin-left:2%;
}
/*
.table_container p{
	height:0px;
}
.table_container table p{
	height:auto;
}
*/
table{
	text-transform:uppercase;
}
table tr td{
	background-color:#dedfd7;
	border:4px solid #FFFFFF;
	padding:8px;
	vertical-align:top;
}
table tr.title td{
	font-size:15px;
	background-color:#aac90c;
	color:#FFFFFF;
	vertical-align:middle;
}
table tr.title_black td{
	font-size:15px;
	background-color:#aac90c;
	color:#000000;
}
.table_title{
	background-color:#aac90c;
	color:#000000;
	margin-bottom:10px;
	text-transform:uppercase;
	padding:8px;
	font-weight:bold;
	text-align:center;
}
a.btn_download{
	display:block;
	background-color:#aac90c;
	color:#000000;
	margin-bottom:10px;
	text-transform:uppercase;
	padding:8px;
	font-weight:bold;
	text-align:center;
}
.page .box3_contact{
	width:100%;
	margin:0px;
}
.contact_box_container{
	margin-left:27px;
}

/* NEWSLETTER */
.data_label{
	float:left;
	width:160px;
	background-color:#aac90c;
	font-size:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:5px 10px;
	height:23px;
	margin-right:4px;
	margin-bottom:4px;
}
.data_input{
	margin-bottom:4px;
	background-color:#dedfd7;
	height:33px;
	overflow:hidden;
}
.data_input input{
	background-color:#dedfd7;
	border:none;
	margin:0px;
	padding:5px 2%;
	width:96%;
	font-size:20px;	
	height:23px;	
}
.form_legals{
	margin:10px 0px;
}
.form_radio{
	text-align:center;
	margin-bottom:10px;
}
.form_tools{
	text-align:center;
}
#tools_wait{
	display:none;
}
.mandatory{
	font-size:10px;
	font-style:italic;
}
a.btn_gray{
	display:block;
	text-transform:uppercase;
	background-color:#dedfd7;
	text-align:center;
	padding:10px;
}
a.btn_gray.bold{
	font-weight:bold;
}
.box3_nl{
	display:inline-block;
	width:31.333%;
	margin:0px 1%;
}
.box3_nl.alpha{
	margin-left:0px;
	width:32.333%;
}
.box3_nl.omega{
	margin-right:0px;
	width:32.333%;
}
.box2.product_link{
	margin-bottom:0px;
}
.nl_title{
	height:179px;
}

.scroll-icon {
    background-image: url("images/scroll.png");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 8px;
    height: 40px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    width: 120px;
    z-index: 10;
}

/* Tablet */
@media screen and (max-width: 1024px) {
}

/* Under Tablet */
@media screen and (max-width: 1023px) {
    .menu{
        
    }
    #logo{
        
    }
    
	#lan{
		padding-top:19px;
	}
    #menu_nav{
        display:block;
        float:right;
        padding-top: 20px;
        padding-right: 20px;
    }
    .navigation{
        position: absolute;
        left:0px;
        top:87px;
        width:100%;
        list-style: none;
        margin: 0;
        padding-left:0px;
        display:none;
        padding-top:0px;
    }
    .navigation li{
        display: block;
        width: 100%;
        background-color: #abc728;
        padding:0px;
        margin: 0px;
        border-bottom: 1px solid #FFFFFF;
        padding:5px;
        text-align: center;
    }
    .navigation li a{
        color:#FFFFFF;        
    }

    .box3 {
        width: 46%;
        margin-right: 4%;
    }

    .box3.omega2{
        margin-right:0px;
    }
    
    .box3.omega{
        margin-right:4%;
    }
    
    .box4.product{
        width:49%;
        margin-right: 2%;
    }
    
    .box4.product.omega2{
        margin-right: 0%;
    }
	
    .box4.contact{
        width:49%;
        margin-right: 2%;
    }
    
    .box4.contact.omega2{
        margin-right: 0%;
    }
}

/* Mobile upper */
@media screen and (max-width: 750px) {
    .title{
        font-size: 30px;
    }
    .box3 {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }    
    .box4.product{
        width:100%;
        margin-right: 2%;
    }
    .box4.gallery{
        width:49%;
        margin-right: 2%;
    }    
    .box4.gallery.omega2{
        margin-right: 0%;
    }
    .box4.product{
        width:100%;
        margin-right: 0;
    }
    .box2{
        margin-right: 0px;
        width:100%;
    }
    .box3_contact{
        margin-right: 0px;
        width:100%;
    }
    .contact_align{
        text-align: left;
    }
    .contact_title_align_middle{
        text-align: left;
    }
    .contact_title_align_right{
        text-align: left;
    }
    #footer .box4{
        float:none;
		width:100%;
		margin-right:0px;
    }
	#footer .box4, #footer .box4.left, #footer .box4.right{
		text-align:left;
	}
	.slide_intramezzo{
		font-size:20px;
	}
	.contact_image{
		float:none;
		width;100%;
	}
}

/* Mobile */
@media screen and (max-width: 480px) {
    .gallery_slider_text{
		font-size:40px;
	}
	.box4.intra{
		width:47%;
		margin-bottom:10px;
	}
	a.btn_black.nl{
		width:68%;
		margin-bottom:20px;
	}
/*
	#slide_intramezzo3{
		font-size:20px;
	}
*/
	.slide_intramezzo{
		font-size:15px;
	}

	.page .image{
		display:inline-block;
		width:100%;
		margin:0px 0px 20px 0px;
	}
	.page .description{
		display:inline-block;
		width:100%;
		vertical-align:top;
		margin:0px 0px 0px 0px;
	}
	.box3_nl, .box3_nl.alpha, .box3_nl.omega{
		width:100%;
		margin:0px 0px;
		margin-bottom:10px;
	}
	.box3_nl.omega{
		margin-bottom:0px;
	}
	table tr td{
		font-size:9px;
	}
	table tr.title td{
		font-size:9px;
	}
	table tr.title_black td{
		font-size:9px;
	}
	
	.box4.contact a, .small_title{
		font-size:14px;
	}
	
	.box4.contact{
		word-break:break-all;
		margin-top:20px;
	}	
	.contact-margin{
		margin:0px 20px;
	}
}