/*----------------------------------*/
/*Basic Setup*/
/*----------------------------------*/

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	background-color: #fff;
	color: #555;
	font-family: 'Roboto', 'Arial', 'sans-serif';
	font-weight: 300;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

.clearfix {zoom:1}
.clearfix:after {
	content: '';
	clear: both;
	display: table;
	height: 0;
}

body {overflow-x: hidden;}


/*----------------------------------*/
/*Reusable Componebts*/
/*----------------------------------*/

.row{
	max-width: 1140px;
	margin: 0 auto;
	padding: 3px 0;
}

section {
	padding: 60px 0;
}

/*Headings*/

h1,
h2,
h3{
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	
}

h1{
	color: #fff;
	font-size: 240%;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 2%;
}
h2{
	font-size: 200%;
	text-align: center;
	margin-bottom: 30px;
}

h3{
	font-size: 110%;
	margin-bottom: 30px;
	
}

h2:after {
	display: block;
	height: 2px;
	background-color: #c0392b;
	content: " ";
	width: 100px;
	margin: 0 auto;
	margin-top: 30px;
}

h4{
	font-size: 180%;
	text-align: center;
	margin-bottom: 30px;
}

.box{
	padding: 1%
}

/*icons*/

.icon-col{
	display: inline-block;
	width: 30px;
	text-align: center;
	color: #c0392b;
	font-size: 120%;
	margin-right: px;
	margin-top: -2px;
	line-height: 120%;
	vertical-align: center;
}


/*Buttons*/

.btn:link,
.btn:visited,
input[type=submit] {
	display: inline-block;
	padding: 10px 30px;
	font-weight: 300; 
	text-decoration: none;
	border-radius: 200px;
	color: #fff;
	-webkit-transition: background-color 0.2s, border 0.2s, color 0.4s;
	transition: background-color 0.2s, border 0.2s, color 0.4s;
}
	
.btn-full:link,
.btn-full:visited,
input[type=submit]{
	background-color: #c0392b;
	border: 1px solid #c0392b;
	margin-right: 5px;
}

.btn-ghost:link,
.btn-ghost:visited{
	border: 1px solid #c0392b;
	color: #c0392b;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
	background-color: #a43125;
}

.btn-full:hover,
.btn-full:active,{
	border: 1px solid #a43125;
}

.btn-ghost:hover,
.btn-ghost:active{
	border: 1px solid #a43125;
	color: #fff;
}

.ourhistoryrhymesbut{
	display: inline-block;
	padding: 10px 30px;
	font-weight: 300; 
	text-decoration: none;
	border-radius: 200px;
	color: #fff;
	-webkit-transition: background-color 0.2s, border 0.2s, color 0.4s;
	transition: background-color 0.2s, border 0.2s, color 0.4s;
	background-color: #c0392b;
	border: 1px solid #c0392b;
	margin-right: 5px;
}
.ourhistoryrhymesbut:hover,
.ourhistoryrhymesbut:active{
	background-color: #a43125;
	cursor: url("cursors/cursor.png"),default;
}

.buttonsong{
	display: inline-block;
	padding: 10px 20px;
	font-weight: 300; 
	text-decoration: none;
	border-radius: 200px;
	border: 1px solid #c0392b;
	color: #c0392b;
	-webkit-transition: background-color 0.2s, border 0.2s, color 0.4s;
	transition: background-color 0.2s, border 0.2s, color 0.4s;
	background-color: transparent;
}

.buttonsong:hover,
.buttonsong:active{
	border: 1px solid #a43125;
	color: #fff;
	cursor: url("cursors/white-cursor.png"),default;
}


/*----------------------------------*/
/*Play Song*/
/*----------------------------------*/


.playsong{
	position: absolute;
	display: inline-block;
	width: 50px;
	top: 100%;
	left: 60%;
	margin-left: 100px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 8%;
}


/*----------------------------------*/
/*Headers*/
/*----------------------------------*/

header {
	background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.70)),to(rgba(0, 0, 0, 0.70))),url(backgroundimg/section0.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.70),rgba(0, 0, 0, 0.70)),url(backgroundimg/section0.jpg);
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	height: 100vh;
	background-attachment: fixed;
}

.hello-box{
	position: absolute;
	display: inline-block;
	width: 1140px;
	top: 85%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 8%;
}

.butoonsmobile{
	display: inline-block;
}


.butsforhead{
	float: left;
	display: block;
}

.butsforheadinside{
	margin-bottom: 10px;
}

.logo{
	height: 80px;
	width: auto;
	float: left;
	margin-top: 20px;
}

.logo-black{
	display: none;
	height: 50px;
	width: auto;
	float: left;
	margin: 5px ;
	margin-bottom: 0;
}

/* Main navi */

.main-nav{
	float: right;
	list-style: none;
	margin-top: 55px;
}

.main-nav li {
	display: inline-block;
	margin-left: 30px;
}

.main-nav li a:link,
.main-nav li a:visited{
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-bottom 0.2s;
	transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active{
	border-bottom: 2px solid #c0392b;
}

/* Sticky navi */

.sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 2px 2px #efefef;
	z-index: 9999;
}

.sticky .main-nav{
	margin-top: 17px; 
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited{
	padding: 17px 0;
	color: #555;
}
.sticky .logo {display: none;}
.sticky .logo-black{display: block;}


/* Mobile navi */

.mobile-nav-icon{
	float: right;
	margin-top: 30px;
	cursor: pointer;
	display: none;
}

.mobile-nav-icon i{
	font-size: 170%;
	color: #fff;
	margin-right: 30px;
}

/*----------------------------------*/
/*VideoClips*/
/*----------------------------------*/

.section-VideoClips{
	padding-bottom: 0px;
}

.videos{
	list-style: none;
	width: 100%;
}

.videos li{
	position: relative;
	float: left;
	width: 33.333%;
}

.videospicsfig{
	width: 100%;
	margin: 0;
	overflow: hidden;
	background-color: #000;
}

.videospicsfig img{
	opacity: 0.7;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.16);
	transform: scale(1.16);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}


.videospicsfig img:hover {
	opacity: 1;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.animation-titles{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 200%;
	text-align: center;
}


.videospicsfig:hover .animation-titles{
	opacity: 0.8;
}

.videos2 li{
	position: relative;
	float: left;
	width: 50%;
}

/*----------------------------------*/
/*Tracks*/
/*----------------------------------*/


.tracks{
	display: flex;
}
.tracks > *{
	flex-basis: 100%;
}

.section-Tracks img{
	width: 100%;
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.section-Tracks img:hover{
	opacity: 1;
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

/*----------------------------------*/
/*TheStory*/
/*----------------------------------*/

.thestory{
	background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.80)),to(rgba(0, 0, 0, 0.80))), url(backgroundimg/TheStory.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.80),rgba(0, 0, 0, 0.80)), url(backgroundimg/TheStory.jpg);
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
	padding-bottom: 12%;
}

.text{
	text-align: center;
	padding: 2%;
	line-height: 150%;
	margin-bottom: 20px;
}

.textrhymes{
	text-align: center;
	padding-top: 5%;
	line-height: 145%;
}

.micrhymecursor{
	cursor: url("cursors/cursor.png"),default;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.logowhite{
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ourhistoryrhymes{
	margin-top: 30px;
	text-align: center;
}

.swiper-container {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
      }

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 350px;
		display: flex;
		justify-content: center;
		align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
      }


.slider{
	position: relative;
	width: 100%;
	justify-content: flex-end;
	z-index: 10;
}

.slider img{
	max-width: 250px;
	position: absolute;
	max-height: 100%;
}

/*----------------------------------*/
/*Store*/
/*----------------------------------*/

.section-store{
	background-color: #f4F4F4f7;
}

.steps-box{
	margin-top: 30px;
}

.clothplat-box{
	background-color: #fff;
	border-radius: 5px;
	width: 90%;
	margin-left: 5%;
	-webkit-box-shadow: 0 2px 2px #9b9b9b;
	box-shadow: 0 2px 2px #9b9b9b;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.clothplat-box:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.clothplat-box div{
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.cltitle{
	font-size: 110%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.steps-box:first-child{
	text-align: center;
}

.steps-box:last-child{
	text-align: center;
}

.clothes{
	width: 100%;
	margin-top: 30%;
	margin-bottom: 30%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.clothes:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.plat:last-of-type{
	margin-top: 40px;
}

.plat{
	width:80%;
	margin-bottom:0px;
	display: block;
	margin-left: 10%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.plat:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

/*----------------------------------*/
/*Collaborators*/
/*----------------------------------*/

.onom{
	text-align: center;
}

.colab{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 50%;
}

.colab-future{
	font-size: 18px;
	margin-bottom: 1px;
}

.col-link:link,
.col-link:active{
	color: #c0392b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #c0392b;
	-webkit-transition: border-bottom 0.2s, 0.2s;
	transition: border-bottom 0.2s, 0.2s;
}

.col-link:hover,
.col-link:active{
	color: #555;
	border-bottom: 1px solid transparent;
}
/*Αφορά το να μπουν σε ευθεία με τα icon δες το
.stoixeia{
	position: relative;
	top: -23px;
	right: -30px
}
*/

/*----------------------------------*/
/*ContactForm*/
/*----------------------------------*/


.section-ContactForm{
	margin: 0 auto;
	background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255, 255, 255, 0.72)),to(rgba(255, 255, 255, 0.92))), url(backgroundimg/background-contactform.jpg);
	background-image: linear-gradient(rgba(255, 255, 255, 0.72),rgba(255, 255, 255, 0.92)), url(backgroundimg/background-contactform.jpg);
	background-size: cover;
}

input[type=text],
input[type=email],
select,
textarea{
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ccc
}

textarea{
	height: 100px;
	resize: none;
}

input[type=checkbox]{
	margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

.form-messages {
	width: 70%;
	margin: 40px auto;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 10px;
	color: #333;
}

.success{
	background-color: rgba(41, 183, 107, 0.56);
}

.error{
	background-color: rgba(180, 12, 12, 0.56);
}

.dangertext{
	text-align: center;
	color: red;
}

/*----------------------------------*/
/*Footer*/
/*----------------------------------*/

footer{
	background-color: #333;
	padding: 10px;
}



.social-links{
	margin-top: 20px;
	margin-bottom: 40px;
	list-style: none;
	text-align: center;
}

.social-links li{
	display: inline-block;
	margin-right: 30px;
}

.social-links li a:link,
.social-links li a:visited{
	color: #888;
	font-size: 150%
}

.ion-social-facebook,
.ion-social-instagram,
.ion-social-youtube,
.ion-social-apple{
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.ion-social-facebook:hover{
	color: #3b5998;
}

.ion-social-instagram:hover{
	color: #8a3ab9;
}

.ion-social-youtube:hover{
	color: #ff0000;
}

.ion-social-apple:hover{
	color: #ffffff;
}

footer p{
	font-size: 80%;
	color: #888;
	text-align: center;
}

footer a{
	color: #888;
	text-decoration: none;
}

/*----------------------------------*/
/*Animations*/
/*----------------------------------*/

.js--wp-1{
	opacity: 0;
}

.js--wp-1.animated{
	opacity: 1;
}