/********************************************************************
********************* Custom ************************************
********************************************************************/
/********************
1.0 - Navigation
2.0 - Homepage
3.0 - Parallax
4.0 - Products
5.0 - Contact
6.0 - Breadcrumps
********************/


/* 1.0 - Navigation */
.menuTop{
    height:108px;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    right:0;
    z-index: 50;
    background:#fff;
}
.fp-viewing-home .menuTop{
	background-color:transparent;	
}
.no-fullpage .menuTop{
	position:absolute;
}
.navigation{
    padding-left: 0;
    margin-bottom: 0;
    display:inline-block;
    width:50%;
    float: right;
}
.menuTop li{
    position: relative;
    display: inline-block;
    padding:0 18px;
    line-height:100px;
}
.nav-right{
    text-align:right;
    padding-right:150px;
}
.menuTop li a{
    position:relative;
    color:#000;
    display: inline-block;
    font-size:17px;
    text-decoration: none !important;
	text-transform:uppercase;
}
.menuTop li a:hover{
	color:#8ec2ad;
}
.menuTop li.active a{
	color:#8ec2ad;
}
.menuTop li a:before{
    content:"";
    display: inline-block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #8ec2ad;
	background:#8ec2ad;
    position: absolute;
    top: -14px;
	left:0;
    opacity:0;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuTop li.active a:before,
.menuTop li a.active:before,
.menuTop li a:hover:before{
    top: -14px;
    opacity:1;
}
.mod-languages {
	display: block;
	position: absolute;
	right: 30px;
	top: -3px;
}
.mod-languages li{
	padding:0 5px;
	position:relative;
}
.mod-languages li:first-child:after{
	content:"/";
	display:block;
	position:absolute;
	right:-1px;
	color:#000;
	top:1px;
	width:5px;
	height:13px;
	line-height:1.2;	
}
.mod-languages li a{
	font-size:13px;
}
.mod-languages .lang-active a{
	color:#8ec2ad;	
}

.logo{
    position:absolute;
    width:109px;
    height:110px;
    display:inline-block;
    left:50%;
    top:50%;
    margin:-3px 0 0 -55px;
}
.logo:after{
	content:"";
	position:absolute;
	display:block;
	width:95px;
	height:95px;
	background:#fff;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	top:10px;
	left:7px;
	z-index:-1;
}
.menu-toggle {
    display:none;
}
.menu-wrap{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
}
.menu-wrap.on {
    visibility: visible;
}
.menu-overlay {
    background: #000;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.responsive-header{
    display:none;
}

.responsive-menu.active{
    left:0;
}
.no-fullpage .menuTop li.active a{
	color:#000;	
}
.no-fullpage .menuTop li.active a::before {
	display:none;
}
.no-fullpage .menuTop li.current a{
	color:#8ec2ad;
}
.no-fullpage .menuTop li.current a::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #8ec2ad;
	background: #8ec2ad;
	position: absolute;
	top: -14px;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.no-fullpage .menuTop li.current a::before{
	top: -14px;
	opacity: 1;
}
/* 2.0 - Homepage */
.yes-fullpage .logo{
opacity:0;
}
.fp-viewing-home{
	background-image:url(../images/first-image.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.fp-viewing-home .logo{
	opacity:0;
}
.fp-viewing-home .arrow-anim{
	bottom:35px;
}
.fp-viewing-home .arrow-anim:hover{
	bottom:20px;
}
#first-screen .col-middle{
	height: calc(80vh);
}
#first-screen li{
	display:inline-block;
	position:relative;
}
#first-screen li span{
	font-size:43px;
}
#first-screen li:after {
	content: '';
	position: absolute;
	right:-36px;
	top: 22px;
	width: 18px;
	height: 18px;
	background:#91c5c1;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#first-screen li:last-child:after {
	display:none;	
}
#first-screen .p{
	color:#000;
}
#first-screen .arrow-anim{
	bottom:75px;
}
#first-screen .arrow-anim:hover{
	bottom:60px;
}
#motoimg, #motos li, #mototxt, #first-screen .arrow-anim{
	 visibility:hidden;
	 opacity:0;
}
.absleft{
	position:absolute;
	height:100%;
	width:50%;
	left:0;
	top:0;	
}
.absright{
	position:absolute;
	height:100%;
	width:50%;
	right:0;
	top:0;
}
.bgGrey{
	background:#f5f5f5;
}
.bgLime{
	background-color:#8ec2ad;
}
#second-screen .custom{
	padding-right:50px;
}
#second-screen .absolute-center{
	bottom:-100px;
}
#second-screen .absolute-center:hover{
	bottom:-115px;
}
.under{
	position:relative;
}
.under:before{
	content:'';
	width:130px;
	height:6px;
	display:block;
	position:absolute;
	left:0;
	top:72px;
	background:#000;
}
.laxani.under:before{
	background:#8ec2ad;
}
.slick-dots {
	position: absolute;
	top: -25px;
	bottom:auto;
	right:0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
.slick-dots li{
	display:inline-block;
	margin-right:5px;
}
.slick-dots li:last-child{
	margin-right:0;
}
.slick-dots li button {
	background: none;
	border: 1px solid #fff;
	text-indent: -9999px;
	width:15px;
	height:15px;
	padding:0;
	position:relative;
}
.slick-dots li.slick-active button:after, .slick-dots li:hover button:after{
	position:absolute;
	display:block;
	content:"";
	padding:5px 5px 4px 4px;
	background:#fff;
	top:2px;
	left:2px;
}
.absolute-center{
    position: absolute; 
    left: 50%;
	transform:translateX(-50%); 
}
/*.moduleText{
	position:absolute;
	top:0;
	transform:translateY(-50%);
}*/
/*************************************/
/********* SERVICES HOME ************/
/************************************/
#third-screen .absright:after{
	display:block;
	position:absolute;
	right:0;
	top:0;
	content:url(../images/services-bg.jpg);
	height:100%;
}
#third-screen .absolute-center{
	bottom:-100px;
}
#third-screen .absolute-center:hover{
	bottom:-115px;
}
#k2ModuleBoxServices{
	position:relative;
}
#k2ModuleBoxServices .minisection {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-decoration:none;
}

#k2ModuleBoxServices .even{
	background:#ededed;
}
#k2ModuleBoxServices .even:hover{
	background:#8ec2ad;	
}
#k2ModuleBoxServices .odd{
	background:#fff;
}
#k2ModuleBoxServices .odd:hover{
	background:#8ec2ad;
}
#k2ModuleBoxServices .center{
	min-height:240px;
	position:relative
}
#k2ModuleBoxServices .moduleItemTitle{
	color:#000;
	margin-top:20px;	
	font-size:18px;
}
.moduleItemIntrotext{
	position:absolute;
	/*right:0;*/
	top:0;
	background:#fff;
	padding:30px 50px;
	z-index:1;
}
/*#third-screen .col-middle{
    position: absolute;
    top: calc(20vh);
    left: 0;
}*/
.modal-body{
	position: absolute;
    top: 50%;
	left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	padding:15px 0px;
	min-width:550px;
}
/*.modal-body{
	transform:translateY(50%);
	padding:15px 60px;
}
#popcontent3 .modal-body{
	transform:translateY(40%);	
}*/
.closebtn {
	background-color: transparent;
	content: '';
        position: absolute;
        top: 15px;
        right: 10px;
        width: 24px;
        height: 24px;
        background: #8ec2ad;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
		opacity:1;
}
	
.closebtn:before,
.closebtn:after {
	top: 0;
}
.closebtn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 24px;
        height: 2px;
        background: #8ec2ad;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
}
.closebtn:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 24px;
        height: 2px;
        background: #8ec2ad;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
}
/*.closebtn{
	color:#000;
	font-size:30px;
	position:absolute;
	top:5px;
	right:15px;
	display:block;
	cursor:pointer
}*/
.modal {
	top: 0;
	left: calc(74vw - 590px);
	bottom: 0;
	right:auto;
	padding: 0 !important;
}
.modal-dialog {
	width:700px;
	margin: auto;
	/*top: calc(50vh - 200px);*/
}
.modal-content {
	border:none;
	border-radius: 0;
	box-shadow:none;
	height:100%;
}
.modal-header {
	padding: 15px;
	border-bottom: none;
}
.modal-backdrop.in{
	opacity:0;
	z-index:-1;
}
.servicesText{
	top:20vh;
}
.servicesText .custom {
	padding: 0 50px 0 0;
}
.moduleItemExtraFieldsValue.centerText img{
	display:block;
	margin:0 auto 25px;
}
.miniTitle{
	margin-bottom:70px !important;	
}
.intro ul{
	padding-left:15px;
	list-style-type:disc;
}
.intro li{
	font-size:16px;
	list-style-type:disc;
}
/*************************************/
/********* PRODUCTS HOME ************/
/************************************/
#fourth-screen .col-middle{
	/*height:calc(100vh);*/
}
.activeBox{
	background:#8ec2ad !important;
}
.activeBox .greenicon{
	display:none !important;
}
.activeBox .whiteicon{
	display:block !important;
}

#fourth-screen .bgLime{
	background-image:url(../images/products-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#fourth-screen .moduleText{
    top: 10vh;
    left: 0;
}
.spinin .custom{
	float:right;
}

.p-right{
	text-align:right;
}
#cube{
	position:relative;
}
#cube img{
	 visibility:hidden;
	 opacity:0;
}
#fourth-screen .absolute-center {
	bottom: -100px;
}
#fourth-screen .absolute-center:hover {
	bottom: -115px;
}

/****** 3.0 - Parallax *******/
.cover {
	/* height: calc(100vh - 90px); */
	height: 100%;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: -2;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}

/****** 4.0 Products *********/
.catItemImageBlock{
	overflow:hidden;
}
.catItemImageBlock:hover >.filterB{
	background:rgba(0,0,0,.15);
}
.catItemDetails{
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
	z-index:11;
}
.limeBG .catItemInfo{
	background:#8ec2ad;
	overflow:hidden;
	font-size:25px;
	line-height:1;
}
.whiteBG .catItemInfo{
	background:#fff;
	overflow:hidden;
	font-size:25px;
	line-height:1;
}

.limeBG .catItemInfoCategory{
	text-align:left;
	color:#fff;	
}
.limeBG .catItemInfoYear{
	text-align:right;
	color:#fff;
}
.whiteBG .catItemInfoCategory{
	text-align:left;
	color:#000;
}
.whiteBG .catItemInfoYear{
	text-align:right;	
	color:#000;
}

.catItemReadMore{
}
.k2ReadMore {
	line-height: 1.5;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.k2ReadMore:hover{
	background-color:#fff;
	color:#000;
}
.hover{
	background:rgba(0,0,0, .55);
}
.itemView{
	margin-bottom:50px
}
.itemTitle{
	margin-bottom:60px !important;
}
.itemFullText p{
	text-align:justify;
	font-size:15px;
}
.itemAttachments {
	text-align: center;
}
.itemAttachments li{
	display:inline-block;
}
.itemAttachments a {
	display: inline-block;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	border: none;
	background:#8ec2ad;
	vertical-align: middle;
	padding: 40px 20px;
	text-align: center;
	color:#fff;
	font-size:17px;
	position:relative;
}
.itemAttachments a::before {
	border: 1px solid #8ec2ad;
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	width: 126px;
	height: 126px;
	left: -3px;
	top: -3px;
}
.itemAttachments a:hover {
	background:#fff;
	color:#000;
}
/********** 5.0 - Contact *********/
#fifth-screen{
	background:#f5f5f5;
}
fieldset{
	background:transparent;
}
.infoArea{
	padding-top:35px;
}
.infoArea h3, .infoArea h3 span{
	font-family: 'Conv_PFCatalogLight-Regular'!important;
}
.infoArea h3{
	padding-bottom:30px;
}
.infoArea p{
	font-size:18px;
}
.infoArea ul{
	margin:0 auto;
	text-align:center;
}
.infoArea ul li{
	display:inline-block;
	margin-right:10px;
	
}
.infoArea ul li:last-child{
	margin-right:0;
}
.infoArea ul li a:hover:before{
	color:#8ec2ad;
}
#map{
	height:300px;
	width:100%;
}
.home-footer a:hover{
	color:#8ec2ad;
}

/* 6.0 - Breadcrumps */
.breadcrumb > li + li::before {
	padding: 0 2px;
	color: #000;
	content: "/";
}



@media only screen and (min-width : 1600px){
	.yes-fullpage .container{
		width:1460px;		
	}	
}



@media only screen and (max-width : 1680px){ 
	/*** COMPANY HOME ***/
	
	/*** PRODUCTS HOME ***/
	
	/*** SERVICES HOME ***/
	#third-screen .absright::after {
		right: -40px;
	}
	.p-right {
		text-align: center;
	}
	.modal {
		left: calc(81vw - 590px);
	}

}
@media only screen and (max-width : 1600px){ 
	
	#motoimg{
		max-width:20%;
	}
	#first-screen .arrow-anim {
		bottom: 45px;
	}
	#first-screen .arrow-anim:hover {
		bottom: 30px;
	}
	/*** COMPANY HOME ***/
	#second-screen .fp-scroller{
		height:calc(100vh - 108px);
	}
	#second-screen .absolute-center {
		bottom: -50px;
	}
	.companyL, .companyR{
		padding-top:50px;
	}
	/*** PRODUCTS HOME ***/
	#k2ModuleBoxServices .center {
		min-height: 180px;
		position: relative;
	}
	.modal-body{
		padding:15px 100px;
		min-width:550px;
	}
	/*** SERVICES HOME ***/
	#third-screen .absright::after {
		right: -80px;
	}
	.modal {
		left: calc(84vw - 590px);
	}
	
}


@media only screen and (max-width:1440px){ 
	.nav-right {
		text-align: right;
		padding-right: 100px;
	}
	/*** COMPANY HOME ***/
	#second-screen .fp-scroller{
		height:calc(100vh - 108px);
	}
	.companyL, .companyR{
		padding-top:50px;
	}
	#second-screen .absolute-center {
		bottom: -30px;
	}
	#second-screen .absolute-center:hover {
		bottom: -45px;
	}
	#second-screen	.custom p{
		font-size:16px;
	}
	/*** SERVICES HOME ***/
	#k2ModuleBoxServices .moduleItemTitle {
		font-size: 16px;
	}
	.modal {
		left: calc(80vw - 590px);
	}
}


@media only screen and (max-width : 1366px){
	/* Navigation */
	.fp-viewing-home .responsive-header{
		background-color:transparent;
	}
    .responsive-header{
        display:block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 65px;
        background: #fff;
        z-index: 999;
    }
    .responsive-header .logo {
        position: absolute;
        width: 109px;
        height: 73px;
        display: inline-block;
        left: 50%;
        top: 7px;
        margin: 0 0 0 -55px;
    }
    .menuTop,
    .menu-wrap .menuTop .logo {
        display: none;
    }
    .menu-wrap .menuTop {
        display: block;
        height: 100%;
        background: #fff;
    }
    .navigation {
        display: block;
        width: 100%;
    }
    .menu-toggle {
        line-height: 65px;
        color: #ffffff;
        opacity: 0.6;
        font-size: 15px;
        display: inline-block;
    }
    .menu-toggle .menu-toggle-text {
        display: none;
    }
    .menu-toggle {
        cursor: pointer;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
    .menu-toggle:hover {
        opacity: 1;
    }
    .menu-toggle .menu-toggle-text {
        display: inline-block;
    }
    .menu-toggle .menu-toggle-hamburger {
        display: inline-block;
        position: relative;
        margin: 0 2px -4px 20px;
        width: 24px;
        height: 20px;
    }
    .menu-toggle .menu-toggle-hamburger span,
    .menu-toggle .menu-toggle-hamburger span:before,
    .menu-toggle .menu-toggle-hamburger span:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #8ec2ad;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
    .menu-toggle .menu-toggle-hamburger span:before {
        top: -8px;
    }
    .menu-toggle .menu-toggle-hamburger span:after {
        top: 8px;
    }
    .menu-toggle.on {
        opacity: 1;
    }
    .menu-toggle.on .menu-toggle-hamburger span {
        background-color: transparent;
    }
    .menu-toggle.on .menu-toggle-hamburger span:before,
    .menu-toggle.on .menu-toggle-hamburger span:after {
        top: 0;
    }
    .menu-toggle.on .menu-toggle-hamburger span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-toggle.on .menu-toggle-hamburger span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-wrap.on {
        visibility: visible;
    }
    .menu-wrap.on .menu-overlay {
        opacity: 0.4;
    }
    .menu-wrap.on .menu-overlay:hover {
        opacity: 0.2;
    }
    .menu-wrap.on .menuTop {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-overlay {
        background: #000;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menuTop {
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        left: 0;
        width: 320px;
        padding: 0 30px 30px;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(-100%, 0);
        opacity: 1;
        visibility: visible;
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .menuTop .menu-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px;
        line-height: 1;
        opacity: 0.6;
    }
    .menuTop .menu-toggle:hover {
        opacity: 1;
    }
    .main-menu {
        position: relative;
        list-style: none;
        margin: 10px -12px 0;
    }
    .main-menu li {
        display: block;
    }
    .main-menu li a {
        display: block;
        padding: 12px;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        color: #ffffff;
    }
	.no-fullpage .menuTop li.current a::before, .menuTop li a::before {
		display:none;
	}
    .main-menu li a:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    .menuTop li {
        line-height: 50px;
        padding: 0;
        display: block;
    }
    .menuTop li a {
        display: block;
        padding: 40px 0 0 0;
        text-align: center;
    }
    .nav-left,
    .nav-right {
        float: none;
        text-align: left;
        padding: 0;
    }
	.mod-languages {
		left: 50%;
		right:auto;
		top:auto;
		bottom: 20px;
		transform: translateX(-50%);
	}
	.mod-languages li{
		display:inline-block !important;
		margin:0;
	}
	.mod-languages li a{
		padding:0;
	}
	.mod-languages li:first-child::after {
		right: -6px;
	}
	.h3{
		font-size: 40px !important;
		line-height: 40px !important;	
	}
	.max-150{
		max-width:300px;
	}
	#first-screen{
		padding-top:28px !important;
	}
	#first-screen ul{
		padding-top:25px !important;
	}
	#first-screen .p.center{
		padding-top:35px !important;
	}
	#first-screen .arrow-anim {
		bottom: 50px;
	}
	#first-screen .arrow-anim:hover {
		bottom: 60px;
	}
	/*** COMPANY HOME ***/
	#second-screen .custom{
		padding-right:0;
	}
	#second-screen .custom p{
		font-size:15px;
	}
	.companyL, .companyR {
    	padding-top: 20px;
	}
	.under::before {
		top:62px;	
	}
	.companyL h3{
		padding-bottom:35px !important;
	}
	.slick-dots{
		display:none !important;
	}
	
	/*** SERVICES HOME ***/
	#k2ModuleBoxServices .center{
		min-height:180px;
	}
	#k2ModuleBoxServices .moduleItemTitle {
		margin-top: 15px;
		font-size: 15px;
	}
	.modal {
		left: calc(89vw - 620px);
	}
	.modal-dialog {
		width: 620px;
	}
	/*.modal-body {
		transform: translateY(25%);
	}*/
	.miniTitle {
		margin-bottom: 35px !important;
	}
	#third-screen .absolute-center{
		bottom:-70px;
	}
	#fourth-screen .absolute-center {
		bottom: -50px;
	}
}


@media only screen and (max-width : 1280px){ 
	#first-screen .col-middle {
		height: auto;
		margin-top:-120px;
	}
	/*** SERVICES HOME ***/
	.modal {
		left: calc(93vw - 620px);
	} 
	.nav-right {
		text-align: left;
		padding-right: 10px;
	}
	.servicesText{
		margin-left:5%;	
	}
}



@media only screen and (max-width : 1024px){
	.menuTop li {
		padding: 0 10px;
	}
	.menuTop li a {
		font-size: 15px;
	}
	.mod-languages {
		right: 5px;
		top: 0px;
	}
	#first-screen li span {
		font-size: 33px;
	}
	/*** COMPANY HOME ***/
	.companyL, .companyR{
		width:50%;
	}
	#second-screen .custom {
		padding-right: 0;
	}
	#second-screen .custom p {
		font-size: 15px;
	}
	/*** SERVICES HOME ***/
	#k2ModuleBoxServices .center {
		min-height: 160px;
	}
	.moduleItemExtraFieldsValue img{
		max-width:45px;	
	}
	.servicesText {
		top: 10vh;
		margin-left: 2.33333333% !important;
	}
	.servicesText .custom p{
		font-size:15px;	
	}
	#third-screen .absolute-center {
		bottom: -50px;
	}
	#third-screen .absolute-center:hover {
		bottom: -65px;
	}
	.modal {
		left: 45vw;
	}
	.modal-dialog {
		width: 500px;
	}
	.modal-body {
		padding: 15px 35px;
		min-width:350px;
	}
	.h6.small {
		font-size: 26px !important;
		line-height: 26px !important;
	}
	.intro p, .intro li{
		font-size:15px;
	}
	.slick-dots {
		display: block !important;
	}
	.companyL{
		padding-top: 30px;
	}
	.companyR {
		padding-top:90px;
	}
	/*** PRODUCTS HOME ***/
	#fourth-screen .moduleText {
		top: 0;
		left: 0;
	}
	#fourth-screen .moduleText .custom p{
		font-size:15px;
	}
	/*** COTNACT ***/
	.infoArea {
		margin-left:4.33333333%;
	}
}
@media only screen and (max-width : 992px){
	.nav-right {
		text-align: left;
		padding-right: 10px;
	}
	.mod-languages li {
		padding: 0 5px !important;
	}
	.slick-dots {
		display: block !important;
	}
	/*** SERVICES HOME ***/
	.modal {
		left: calc(95vw - 480px);
	}	
	.modal-dialog {
		width: 480px;
	}
	.slick-dots{
		display:block !important;
	}

} 


@media only screen and (max-width : 991px){ 
	/* Navigation */
	.fp-viewing-home .responsive-header{
		background-color:transparent;
	}
    .responsive-header{
        display:block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 65px;
        background: #fff;
        z-index: 999;
    }
    .responsive-header .logo {
        position: absolute;
        width: 109px;
        height: 73px;
        display: inline-block;
        left: 50%;
        top: 7px;
        margin: 0 0 0 -55px;
    }
    .menuTop,
    .menu-wrap .menuTop .logo {
        display: none;
    }
    .menu-wrap .menuTop {
        display: block;
        height: 100%;
        background: #fff;
    }
    .navigation {
        display: block;
        width: 100%;
    }
    .menu-toggle {
        line-height: 65px;
        color: #ffffff;
        opacity: 0.6;
        font-size: 15px;
        display: inline-block;
    }
    .menu-toggle .menu-toggle-text {
        display: none;
    }
    .menu-toggle {
        cursor: pointer;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
    .menu-toggle:hover {
        opacity: 1;
    }
    .menu-toggle .menu-toggle-text {
        display: inline-block;
    }
    .menu-toggle .menu-toggle-hamburger {
        display: inline-block;
        position: relative;
        margin: 0 2px -4px 20px;
        width: 24px;
        height: 20px;
    }
    .menu-toggle .menu-toggle-hamburger span,
    .menu-toggle .menu-toggle-hamburger span:before,
    .menu-toggle .menu-toggle-hamburger span:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #8ec2ad;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
    .menu-toggle .menu-toggle-hamburger span:before {
        top: -8px;
    }
    .menu-toggle .menu-toggle-hamburger span:after {
        top: 8px;
    }
    .menu-toggle.on {
        opacity: 1;
    }
    .menu-toggle.on .menu-toggle-hamburger span {
        background-color: transparent;
    }
    .menu-toggle.on .menu-toggle-hamburger span:before,
    .menu-toggle.on .menu-toggle-hamburger span:after {
        top: 0;
    }
    .menu-toggle.on .menu-toggle-hamburger span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-toggle.on .menu-toggle-hamburger span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-wrap.on {
        visibility: visible;
    }
    .menu-wrap.on .menu-overlay {
        opacity: 0.4;
    }
    .menu-wrap.on .menu-overlay:hover {
        opacity: 0.2;
    }
    .menu-wrap.on .menuTop {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-overlay {
        background: #000;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menuTop {
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        left: 0;
        width: 320px;
        padding: 0 30px 30px;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(-100%, 0);
        opacity: 1;
        visibility: visible;
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .menuTop .menu-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px;
        line-height: 1;
        opacity: 0.6;
    }
    .menuTop .menu-toggle:hover {
        opacity: 1;
    }
    .main-menu {
        position: relative;
        list-style: none;
        margin: 10px -12px 0;
    }
    .main-menu li {
        display: block;
    }
    .main-menu li a {
        display: block;
        padding: 12px;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        color: #ffffff;
    }
	.no-fullpage .menuTop li.current a::before, .menuTop li a::before {
		display:none;
	}
    .main-menu li a:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    .menuTop li {
        line-height: 50px;
        padding: 0;
        display: block;
    }
    .menuTop li a {
        display: block;
        padding: 40px 0 0 0;
        text-align: center;
    }
    .nav-left,
    .nav-right {
        float: none;
        text-align: left;
        padding: 0;
    }
	.mod-languages {
		left: 50%;
		right:auto;
		top:auto;
		bottom: 20px;
		transform: translateX(-50%);
	}
	.mod-languages li{
		display:inline-block !important;
		margin:0;
	}
	.mod-languages li a{
		padding:0;
	}
	.mod-languages li:first-child::after {
		right: -6px;
	}
	#first-screen li {
		display: block;
		text-align: center;
		margin: 0 0 25px !important;
	}
	#first-screen li:last-child {
		margin:0 !important;
	}
	/*#first-screen li::after {
		right: 50%;
		top: 51px;
	}*/
	#first-screen li::after {
		top: 60px;
		left:47.5%;
		right:auto;
		transform:none;
		width:40px;
		height:2px;
	}
	#first-screen .arrow-anim {
		bottom: 30px;
	}
	#first-screen .arrow-anim:hover {
		bottom: 15px;
	}
	/*** COMPANY HOME ***/
	.under::before {
		top: 52px;
	}
	.companyR, .absright, .servicesText, .spinin{
		display:none;
	}
	.absleft, .companyL, #servicesArea, .moduleText{
		width:100%;
	}
	/*** SERVICES HOME ***/
	#servicesArea{
		padding:15px !important;
	}
	.modal-open .modal{
		width:100%;
	}
	.modal {
		left: 0;
	}
	.modal-dialog {
		width: 94vw;
	}
	.modal-body{
		padding:15px 130px;
		min-width:300px;
	}
	/*** CONTACT ***/
	.infoArea {
		margin-left: 0;
	}

}



@media only screen and (max-width: 480px) {
	.responsive-header .logo, .logo {
		max-width: 80px;
		width:80px;
		height:73px;
		top:25px;
		left:54%;
	}
	.logo::after {
		width: 75px;
		height: 75px;
		top: 0px;
		left: 3px;
	}
	.max-150 {
		max-width: 150px;
	}
	#first-screen li {
		margin: 0 0 15px !important;
	}
	#first-screen li span {
		font-size: 24px;
	}
	#first-screen .p {
		font-size:14px !important;
	}
	#first-screen li::after {
		top: 42px;
		left:45%;
		right:auto;
		transform:none;
		width:40px;
		height:2px;
	}
	.under::before {
		height: 4px;
		top:53px;
		width:100px;
	}
	h3 {
		font-size: 42px;
		line-height: 42px;
	}
	.h3 {
		font-size: 42px !important;
		line-height: 42px !important;
	}
	#second-screen{
		padding-top:0 !important;
	}
	#second-screen .fp-scroller{
		height:100vh;
	}
	.companyL{
		padding-top:120px;
	}
	#second-screen .custom{
		height:50vh;
		overflow:auto;
	}
	#third-screen{
		padding-top:0 !important;
	}
	#servicesArea{
		padding-top:120px !important;	
	}
	#k2ModuleBoxServices .center {
		min-height: 150px;
	}
	.moduleItemExtraFieldsValue img {
		max-width: 40px;
	}
	#k2ModuleBoxServices .moduleItemTitle {
		font-size: 14px;
	}
	.modal-header .close{
		z-index:9999;
	}
	.closebtn::before, .closebtn::after{
		left:-20px;
	}
	#third-screen .moduleItemIntrotext{
		height:80vh !important;
	}
	.modal{
		top:-15vh;
	}
	.modal-dialog{
		height:70vh !important;
	}
	.modal-body{
		padding:10px !important;
		top:60%;
		min-width:150px;
	}
	#fourth-screen{
		padding-top:0 !important;
	}
	#fourth-screen .fp-scroller{
		height:100vh;
	}
	#fourth-screen .moduleText{
		padding-top:120px;	
	}
	#fourth-screen .absolute-center{
		bottom:0;
	}
	.rsform .h3 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.infoArea{
		padding-bottom:35px;
	}
	.infoArea h3{
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.infoArea p {
		font-size: 14px;
	}
	.home-footer p {
		text-align: center;
	}
	.breadcrumb {
		padding: 35px 0px;
	}
	.catDetails{
		padding-bottom:20px;
	}
	.catTtile{
		text-align:center;
		margin-bottom:10px;
	}
	.catTtile h1{
		font-size:44px;
		line-height:44px;
	}
	.catDesc p{
		font-size:14px;
	}
	.catItemDetails .h3{
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.itemTitle {
		margin-bottom: 30px !important;
	}
	h6 {
		font-size: 32px;
		line-height: 42px;
	}
	.h6 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.itemFullText p {
		font-size: 14px;
	}
	.itemAttachmentsBlock{
		padding-bottom:40px;
	}
	div.sigProGalleriaWhitePlaceholderContainer{
		width:100% !important;
	}
	ul.sigProGalleriaWhite{
		width:100% !important;
	}
	.sigProLink, .sigProImg{
		height:140px !important;
	}
	#k2Container .itemBody{
		margin-top:50px
	}
}