.text_shadow {
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.big_title_font_size_extra_big {
    font-size:50px;
}

.big_title_font_size_big {
    font-size:44px;
}

.big_title_font_size_medium {
    font-size:35px;
}

.big_title_font_size_small {
    font-size:20px;
}

.small_title_font_size_extra_big {
    font-size:28px;
}

.small_title_font_size_big {
    font-size:24px;
}

.small_title_font_size_medium {
    font-size:20px;
}

.small_title_font_size_small {
    font-size:16px;
}

.has_border {
border: 1px solid #EDEDED;
}

.p_big_title {
   font-weight:600; 
   line-height:20px; 
   color:#ffffff; 
}

.p_small_title{
   font-weight:600; 
   line-height:76px; 
   color:#ffffff; 
}

.layerslider_button{

   font-weight:500; 
   text-align:center;
   cursor:pointer; 
   font-size:15px;
   line-height:30px; 
   text-align:initial; 
   font-weight:400; 
   font-style:normal; 
   text-decoration:none; 
   color:#ffffff; 
   background:rgba(0, 0, 0, 0.2); 
   border-radius:2px;
}





.ls-v6 .ls-playvideo {
	width: 62px !important;
	height: 46px !important;
	margin-left: -35px !important;
	margin-top: -25px;
        background-image: url("https://www.tuc.gr/fileadmin/templates/enveng/layerslider/various_images/play.png") !important;
}

.ls-v6 .ls-playvideo:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 0px !important;
	height: 0px !important;
	border: 0px solid transparent !important;
	border-top: 0px solid rgba(255,255,255,0.75) !important;
	right: 0px !important;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 0px solid rgba(255,255,255,0.75) !important;
}

.ls-v6 .ls-playvideo:hover {
	-o-transform: scaleX(1) scaleY(1) !important;
	-ms-transform: scaleX(1) scaleY(1) !important;
	-moz-transform: scaleX(1) scaleY(1) !important;
	-webkit-transform: scaleX(1) scaleY(1) !important;
	transform: scaleX(1) scaleY(1) !important;

-webkit-filter: grayscale(20%); /* Safari 6.0 - 9.0 */
    filter: grayscale(20%);


}


.non_show {display:none;}



