@font-face {
	font-family: 'DINGreek-Regular';
	src: url('fonts/DINGreek-Regular.eot');
	src: local('☺'), url('../fonts/DINGreek-Regular.woff') format('woff'), url('../fonts/DINGreek-Regular.ttf') format('truetype'), url('../fonts/DINGreek-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body{
	background-color: #faf9f9;
	margin: 0;
	padding: 0;
}

@media #{$xlarge-up} {
    @include grid-html-classes($size:xlarge);
    //may add push and pull, check _grid.scss, line 269
}

#fullpage{
	opacity: 0;
}

.row{
	width: 100%;
	max-width: 100%;
}
.row.main{

}
.row.bottom{
  min-height: 130px;

}

.text-container{
	height: 100%;
}
@media only screen and (min-width: 90.063em){
	.x-large-8{
		width: 66.666666666% !important;
	}

	.x-large-4{
		width: 33.333333333% !important;
	}
}

section{
	position: relative;
	width: 100%;
	height: 100%;
}

/* medium down grid */
@media only screen and (max-width: 64em) {
	section{
		height: auto;
		
		padding-bottom: 150px;
	}
}

/* small grid */
@media only screen and (max-width: 40em) { 
	section{
		height: auto;
		padding-top: 120px;
		padding-bottom: 30px;
	}

}

.topHeader{
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 100;
	background: none;
	z-index: 30;
}
/* small grid */
@media only screen and (max-width: 40em) { 
	.topHeader{
	    height: 120px;
		background: #faf9f9;
		z-index: 1000;
	}
}

.logo{
	display: block;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	top: 30px;

	opacity: 1;

	transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.logo:hover{
	opacity: 0.6;

	transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.logoPlaisio{
	display: block;
	position: absolute;
	background-image: url(../images/plaisiologo.png);
	
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	top: 30px;
	left: 30px;

	opacity: 1;

	transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.logoPlaisio:hover{
	opacity: 0.6;

	transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
	
}

/* small grid */
@media only screen and (max-width: 40em) { 
	.topHeader{
		/*position: relative;*/
		padding-bottom: 20px;
	}

	.logo{
		width:198px;
		height: 66px;
		margin: 0 auto;
		position: relative;
		top: 15px;
		left: 0px;
		
	}
	.logoPlaisio{
		width:150px;
		height: 41px;
		margin: 0 auto;
		position: relative;
		top: 15px;
		left: 0px;
	}
}

/* medium grid */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.logo{
		width:198px;
		height: 66px;
	}
	.logoPlaisio{
		width:150px;
		height: 41px;
	}
}

/* large grid */
@media only screen and (min-width: 64.063em) { 
	.logo{
		width:248px;
		height: 66px;
	}
	.logoPlaisio{
		width:188px;
		height: 51px;
	}
}
.image-container{
	height: 100%;
	padding: 0;
}
.home-title{
	background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    background-image: url(../images/home-title.png);
    min-height: 67px;
    width: 100%;
}
.home-text{
	text-align: center;	
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #595858;
	    padding-top: 27px;
}
.home-image-container{
	height: 100%;
	padding: 0;
}
/* small grid */
@media only screen and (max-width: 40em) { 
	.home-image-container{
		padding-top: 350px;
	}
}

.scrollDown{
    width: 100%;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: block;
        position: relative;
     top: 60px;
    background-image: url(../images/scroll2.png);
    /*margin: 0 auto;
    margin-top: 25px;*/
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.scrollDown{
		top: 0px;
		margin-top: 30px;
    	height: 27px;
	}
}

@media only screen and (max-width: 40em) { 
	.scrollDown{
		margin-top: 20px;
		top:0;
    	height: 22px;
	}
}

.big-image{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.big-image.home{
	background-image: url(../images/home3.jpg);
}
.big-image.palette{
	background-image: url(../images/pallete2.jpg);
}
.big-image.steve{
	background-image: url(../images/steve2.jpg);
}
.big-image.bill{
	background-image: url(../images/bill2.jpg);
}
.big-image.elvis{
	background-image: url(../images/elvis2.jpg);
}
.big-image.ledy{
	background-image: url(../images/ledy2.jpg);
}

.big-image-label{
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: contain;
	height: 100%;
	width: 100%;
	z-index: 0;
	position: absolute;
}
.big-image-label.palette{
	background-image: url(../images/pallete-label.png);
}
.big-image-label.steve{
	background-image: url(../images/steve-label.png);
}
.big-image-label.bill{
	background-image: url(../images/bill-label.png);
}
.big-image-label.elvis{
	background-image: url(../images/elvis-label.png);
}
.big-image-label.ledy{
	background-image: url(../images/ledy-label.png);
}

.table-container{
	display: table;
	height: 100%;
	width: 100%;
}

.table-cell{
	display: table-cell;
	vertical-align: middle;
	padding-left: 2rem;

}

/* very larde grid */
@media only screen and (min-width: 90.063em) { 
	.table-cell{
		padding-left: 4rem;
	}
} 
/* medium down grid */
@media only screen and (max-width: 64em) {
	.table-cell{
		display: block;
		padding: 0;
		position: relative;
		margin: 0 auto;
		max-width: 453px;
	}
}

/* small grid */
@media only screen and (max-width: 40em) { 
	.table-cell{
		display: block;
		padding: 0;
		margin: 0 auto;
		position: relative;;
	}
}

.inner-logo{
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	z-index: 100;
	width: 100%;
	height: 170px;
}


/* small grid */
@media only screen and (max-width: 40em) { 
	.inner-logo{
		width: 100% !important;
		background-position: 50% 50% !important;
	}
}

/* medium down grid */
@media only screen and (max-width: 64em) {
	.inner-logo{
		height: 86px;
	    margin: 0 auto;
	    width: 330px;
	    background-position: 0% 50% ;
	}
}

.inner-logo.palette{
	background-image: url(../images/pallete-logo.png);
}
.inner-logo.steve{
	background-image: url(../images/steve-logo.png);
}
.inner-logo.bill{
	background-image: url(../images/bill-logo.png);
}
.inner-logo.elvis{
	background-image: url(../images/elvis-logo.png);
}
.inner-logo.ledy{
	background-image: url(../images/ledy-logo.png);
}
.line{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #171515;
	max-width: 470px;
}

.subtitle{
	font-family:'DINGreek-Regular', Sans-Serif;
	font-size: 17px;
	color:#020202;
	padding-top: 15px;
	max-width: 470px;
}
.text{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color:#595858;
	padding-top: 15px;
	max-width: 470px;
}

/* medium grid */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.line{
		max-width: auto;
	}
	.subtitle{
		max-width: auto;
	}
	.text{
		max-width: auto;
	}
}

/* small grid */
@media only screen and (max-width: 40em) { 
	

}


.menu-icon{
	display: block;
	position: fixed;
	right: 15px;
	top: 30px;
	z-index: 200;
	cursor: pointer;
}

.menu-icon span{
	display: block;
    width: 23px;
    height: 5px;
    background-color: #030303;
    margin-bottom: 2px;
    border-radius: 5px;
	cursor: pointer;
	z-index: 200;
 

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.menu-icon:hover span{
	background-color: #e30613;
	

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}





#menuInner{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-color: #faf9f9;
}


.closeMenu{
	display: block;
	position: fixed;
	width: 21px;
    height: 21px;
    right: 15px;
	top: 30px;
    z-index: 1000;
    cursor: pointer;

    background-image: url(../images/menuClose.png);
}

.closeMenu:hover{
	cursor: pointer;
	background-image: url(../images/menuCloseOver.png);
}


.menuInnerContainer{
	display: table;
	margin: 0 auto;
	position: relative;
	max-width: 460px;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}


.menuInnerContainer ul{
	vertical-align: middle;
	display: table-cell;
	max-width: 460px;
	list-style: none;

}

.menuInnerContainer ul li{
	list-style:none;
	display: block;
	width: 100%;

	padding-bottom: 15px;

}


.menuInnerContainer ul li:last{
	padding-bottom: 0px;
}


.menuDivider{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c4c3c3;
	position: relative;
}



.menuInnerContainer ul li a{
	display: block;
	height: 120px;
	opacity: 1;
	width: 100%;

	cursor: pointer;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;

}

@media only screen and (max-width: 64em) {
	.menuInnerContainer{
		
		max-width: 330px;

	}
	.menuInnerContainer ul li a{
		height: 80px;
	}
}
.menuInnerContainer ul li a:hover{
	opacity: 0.6;

cursor: pointer;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.menuItem{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}


#menu-Steve{
	background-image: url(../images/menu-steve.png);
}

#menu-Bill{
	background-image: url(../images/menu-bill.png);	
}

#menu-Ledy{
	background-image: url(../images/menu-ledy.png);
}

#menu-Elvis{
	background-image: url(../images/menu-elvis.png);
}

#menu-Palette{
	background-image: url(../images/menu-palette.png);
}



.share-container{
	
	position: relative;
}
/* medium grid */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.share-container{
	
		max-width: 300px;
		margin: 0 auto;

		margin-top: 15px;
	}
}
/* small grid */
@media only screen and (max-width: 40em) { 
	.share-container{
	
		max-width: 300px;
		margin: 0 auto;

		margin-top: 15px;
	}
}

.fbShareFreaksBut{
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	z-index: 100;
	width: 116px;
	height: 99px;
	background-image: url(../images/fbShareFreaks.png);


	left: 30px;
	position: relative;
	
	cursor: pointer;
	opacity: 1;
	

	transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;

}
.fbShareFreaksBut a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.fbShareFreaksBut:hover{
	opacity: 0.6;
	

	transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}


.fbShareFreaksButOver{
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	z-index: 100;
	width: 182px;
	height: 51px;
	background-image: url(../images/fbShare2.png);

	position: absolute;
	
	   
    left: 145px;
    top:38px;
	cursor: pointer;
	
	
}

.fbShareFreaksButOver a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}


/* small grid */
@media only screen and (max-width: 40em) { 
	.fbShareFreaksBut{
		width: 87px;
		height: 74px;
		/*bottom: -90px;*/
	}
	.fbShareFreaksButOver{
		width: 137px;
		height: 38px;
		left: 122px;
	    top: 25px;
	}
}

/* medium grid */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.fbShareFreaksBut{
		width: 87px;
		height: 74px;
		/*bottom: -90px;*/
	}
	.fbShareFreaksButOver{
		width: 137px;
	    height: 38px;
	    left: 122px;
	    top: 25px;
	}


}


.home-text-container{
	display: table-cell;
	vertical-align: center;
}

