/*
Theme Name: theros Theme
Theme URI: http://takeatour.gr
Author: Karvanisoft team
Author URI: http://takeatour.gr
Description: Theme for Web Site theros!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: theros

*/
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=greek,greek-ext');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&subset=greek,greek-ext');
*/

/* CERA GR FONT */
@font-face {
    font-family: "cera";
    src: url("lib/extra-fonts/Cera GR_0.otf");
}


@font-face {
    font-family: "cera";
    src: url("lib/extra-fonts/Cera GR Light_0.otf");
	font-weight:300;
}

@font-face {
    font-family: "cera";
    src: url("lib/extra-fonts/Cera GR Thin_0.otf");
	font-weight:100;
}


@font-face {
    font-family: "cera";
    src: url("lib/extra-fonts/Cera GR Black_0.otf");
	font-weight:bold;
}

/* Gotham GR FONT */

@font-face {
    font-family: "gotham";
    src: url("lib/extra-fonts/GothamGRBook.otf");
	
}

@font-face {
    font-family: "gotham";
    src: url("lib/extra-fonts/GothamGRBlack.otf");
	font-weight:bold;
}

/* Verdana GR FONT */


@font-face {
    font-family: "verdana";
    src: url("lib/extra-fonts/verdana.ttf");
	
}

@font-face {
    font-family: "verdana";
    src: url("lib/extra-fonts/verdanai.ttf");
	font-style:italic
}


/* Times Font */ 
@font-face {
    font-family: "times";
    src: url("lib/extra-fonts/times.ttf");
	
}



.font-1{
font-family: "cera";	
}


.font-2{
font-family: "gotham";	
}

.font-3{
font-family: "verdana";	
}

.font-4{
font-family: "times";	
}



@media (min-width: 1200px) {
    .container{
       width: 1240px;
    }
}

body {
  
	font-family: "cera";
	color: #222;
}

.container {
  font-size:16px;
    padding: 0;
}

a{
color:#222;	
}

a:hover{
color:#747474;
text-decoration:none;
}

.h3, h3 {
    
}

.pink{
color:#e47c98;	
}


img{
max-width:100%;	
height: auto;
}


.th-main-content{
background:white;	
}

.top-menu-div {
  
    position: relative;
    z-index: 30;
}


.top-menu-div {

}





.top-menu a {
    color: white;
    display: table;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 7px;
}
.top-menu li:first-child a{
padding-left:0px;	
}


.top-menu a:hover {
text-decoration:none;
 opacity:0.7;  
	
}


.top-menu li{
list-style:none;
display:inline-table;
position:relative;
}



.top-menu li .sub-menu {
    background: #553a34;
    padding: 0px;
    position: absolute;
     display:none;
	
}

.top-menu li .sub-menu a {
    border-bottom: 1px solid #927a4f;
    color: #f7efe8;
width: 200px;
padding: 4px 10px;
}
.top-menu li .sub-menu:hover{
display:block;		
	
}



.top-menu li .sub-menu li{
display:block;	
text-align: left;
}


.top-menu li:hover .sub-menu{
display:block;
}

.top-menu li a::before {
    color: #fff;
    font-family: FontAwesome;
    margin-right: 4px;
}

/*

.top-menu li:nth-child(1) a::before {
    content: "";
}
.top-menu li:nth-child(2) a::before {
    content: "";
}
.top-menu li:nth-child(3) a::before {
    content: "";
}
.top-menu li:nth-child(4) a::before {
    content: "";
}
.top-menu li:nth-child(5) a::before {
    content: "";
}
.top-menu li:nth-child(6) a::before {
    content: "";
}


.top-menu li:nth-child(7) a::before {
    content: "";
}
*/





ol, ul {
    margin-bottom: 0px;
    margin-top: 0;
}



.top-social-ul li a {
   color: #222;
    font-size: 17px;
	display:table;
    padding: 4px 4px !important;
}

.top-menu-left {
   
    padding-top: 4px;
}

.top-social-ul li {
list-style:none;
display:inline-table
	 
	
}

.main-menu li:last-child a{

}


.top-menu-right {
    text-align: right;
	padding-right: 0px; 
}


.top-social-ul {
    padding: 0;
    width: 100%;
	padding-right:10px;
}


a:hover{
opacity:0.9;

}


.logo-img {
    transition: all 0.5s;
    width: 100%;
    display: table;
    margin: 0 auto;
    height: 95px !important;
    padding: 0px;
    object-fit: contain;
}

.sticky .logo-img {
	
}
.sticky {        position: fixed;    top: 0px;    background: #fff;    /* background-color: white; */   }

.main-menu-div {
   padding-top: 0px;
    text-align: right;
	transition:padding-top 0.5s;
}

.sticky .main-menu-div {
    
}

.main-menu li{
list-style:none;
display:inline-table;
font-size: 14px;

}


.main-menu {
    padding: 0px;
    position: relative;
    text-align: left;
}
.main-menu li a {
   display: table;
padding: 0px 17px;
border-top: 2px solid transparent;
transition: all 0.5s;
cursor: pointer;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.3px;
   
}

.main-menu ul li a{

}

.sticky .top-menu-div{
display:none;	
}

.main-menu li a:hover{
opacity:0.8;
color:#A9A9A9;
background:transparent;
}

.main-menu li:hover .sub-menu{
display:table;	
}

.main-menu li .sub-menu{
display: none;
position: absolute !Important;
z-index: 1000;
padding: 0px;
background: #222;
width: 300px;
}

.main-menu li .sub-menu li a{
padding: 8px;
display: table;
width: 100%;
padding-left: 10px;
border-bottom: 1px solid rgba(0,0,0,0.1);
}

.main-menu li .sub-menu li a:hover{
background: #222;	
color:#fff;
}


.main-menu li .sub-menu li {
width:100%;
text-align:left;

}


#theon-slider{
z-index:10;	
}


.th-main-container{
background:white;	
}


.title-icon {
    height: 26px;
    margin-right: -2px;
    margin-top: -5px;
    width: auto;
}



.derm-title-a{
    color: #73600b;
    font-size: 20px;
    margin: 0;
	 border-bottom: 1px solid #e7e6e6;
    padding-bottom: 10px;
}

.home-text-row{
margin-bottom:40px;	
}

.home-container{

padding:5px 30px;
padding-top:70px;	
}



.derm-text{
	padding-top:30px;
}
.recent-item {
margin-top:30px;	
}


.recent-item img {
    height: 80px;
    width: 115px;
}

.row {
    margin-left: unset;
    margin-right: unset;
}




.carousel-control {
    z-index: 10;
  bottom: 0px;
}


#navbar-mobile {
    display: none;
}

.black-frame-slider{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.black-frame-slider{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;	
z-index:5;
opacity:0.9;
}


header {
z-index: 20;
width: 100%;
transition:background-color 0.3s;
height: 100px;

}

header {
    background: transparent;
    position: relative;
    z-index: 20;
    box-shadow: 10px 7px 34px rgba(0,0,0,0.2);
	background: white;
}

.sticky{
z-index: 130;
}

.top-menu-div{
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding: 5px 0px;
}

.top-menu-div ul{
padding-left:0px;
}

.top-menu-div ul li{
display:inline-table;	
font-size: 14px;
}


.top-menu-div ul li a{
padding: 3px 3px;

}



.main-menu ul{
padding-left:0px;	
}
.section-title {
    font-size: 25px;
    font-weight: bold;
}
.section-subtitle {
    font-size: 12px;
    font-weight: unset;
    font-style: normal;
    margin-top: 12px;
    font-family: "open sans";
}}


.space-60{
margin-bottom:60px;	
}

.service-title {

    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    text-align: center;

}
.service-icon{
text-align:center;
font-size:50px;
color:#e47c98;
	
}

.service-icon img {

    height: 100px;
    margin-bottom: 20px;

}

.service-content {

    font-size: 12px;
    line-height: 19px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    min-height: 50px;
    font-family: "open sans";

}

.single-service-col{
padding:0px;	
}


#theon-slider img {
    filter: contrast(1.2);
}

.single-colorbox-col{
min-height:250px;	
}

.colorbox-readmore{
border:1px solid;
padding:4px 10px;
display:table;
margin-top:20px;
transition:all 0.5s;	
}

.colorbox-readmore:hover{
background:white;
color:#222 !Important;
}


.single-colorbox{
padding:40px;	
}
.colorbox-content
{
font-size: 13px;
line-height: 20px;
font-weight: normal;
font-style: normal;	
padding-bottom:20px;	
}

.service-readmore {

    border: 2px solid;
    padding: 9px 26px;
    display: table;
    margin: 20px auto;
    transition: all 0.5s;
    color: #e47c98;
    font-size: 12px;
    font-family: "open sans";

}


.colorbox-title
{
font-size: 24px;
padding-bottom:20px;	
}


section{
margin:25px 0px; 	
padding:25px 0px; 	

}

.home #service {
    padding-top: 50px;
    margin-bottom: 65px;
}

#testimonials {
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-position: top;
	position:relative;
	border-bottom: 2px solid #553a34;
}

.testimonials-subtitle{
color: white;
font-size: 13px;
margin-top: -5px;
margin-bottom: 3px;
}


.testimonials-title {
    color: white;
    font-size: 35px;
    margin-bottom: 50px;
	margin-top: 0px;
}
.testimonial-title {
font-size: 18px;
line-height: 24px;
color: white;
}
.testimonial-title-box {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #727272;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(114, 114, 114);
    border-bottom: unset;
}
.testimonial-subtitle {
font-size: 12px;
color: #e0e0e0;
}

#testimonials .container{
position:relative;
z-index:10;	
}

.testimonial-content {
	min-height: 140px;
    background: white;
    margin: 0;
	color: #222222;
	font-size: 14px;
    padding: 26px 22px 28px;
	  border: 1px solid #727272;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(114, 114, 114);
    border-top: unset;
    
}

.testimonial-content .fa-quote-left{
font-size:25px;	
}

.testimonial-title-box .arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
 position: absolute;
bottom: 0px;
left: 82px;
  }

.testimonial-titleandsubtitle {
    display: table;
    padding-left: 20px;
    padding-top: 15px;
}
  
.testimonial-title-box img {
    height: 65px;
    width: 65px !important;
    float: left;
    object-fit: cover;
}



.top-menu-div .dermedica-gr,
.top-menu-div .g-papandreoy-30-kai-vhs-12-metamorfosh-14-452 {
    display: none !important;
}

footer ul li{
list-style: none;
font-size: 13px;
line-height: 15px;
margin-bottom: 20px;
	
	 
}
footer{
font-size: 15px;
line-height: 22px;
}


footer ul li a{
color: #8F8F8F;	
}


footer ul {
padding:0px;
}

footer ul li i {
    font-size: 18px !important;
}

.footer-widget {
    width: 33.33%;
float: left;
padding-right: 60px;
}

footer .container .footer-widget:nth-child(1) {
    width: 70%;
}


footer .container .footer-widget:nth-child(2) {
    width: 30%;
	margin-top: 5px;
}




.footer-widget-title {
	color:white;
    font-size: 16px;
    margin-bottom: 48px;
    padding-bottom: 15px;
    position: relative;
}

.footer-widget a {
    color: #222;
}


.row.under-footer {
    font-size: 13px;
    line-height: 20px;
    color: #222;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #DDDDDD;
    display: table;
    width: 100%;
}


.copyright{
font-size: 12px;	
color: #222;

}
.under-footer-left{
	padding:0px;
}

.row.under-footer a{
color: #8F8F8F;		
}
.under-footer-right{
text-align:right;
padding:0px;	
}


ul li:first-child, ol li:first-child {
    padding-top: 0;
}

.ores-leitoyrgias li,
.footer-widget-widget_nav_menu li {
    padding: 9px 0;
        padding-top: 9px;
		margin:0px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}




.orone {
    margin-right: 10px;
}

.ortwo {
    color: #9A9A9A;
}
.wpcf7-form
{

}


.wpcf7-form textarea::-webkit-input-placeholder 
.wpcf7-form input::-webkit-input-placeholder 
{
 color: #222;
 opacity:1;
}
.wpcf7-form textarea::-moz-placeholder, 
.wpcf7-form input::-moz-placeholder { 
 color: #222;
 opacity:1;
}
.wpcf7-form textarea:-ms-input-placeholder,
.wpcf7-form input:-ms-input-placeholder { 
  color:#222;
  opacity:1;
}
.wpcf7-form textarea:-moz-placeholder,
.wpcf7-form input:-moz-placeholder { 
  color: #222;
  opacity:1;
  font-weight: normal;
}
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form input::-webkit-input-placeholder { 
  color: #222;
  opacity:1;
  font-weight: normal;
}



.wpcf7-form textarea,
.wpcf7-form input{
width: 100%;
color: #ffffff;
background-color: rgba(255,255,255,.2);
border-color: rgba(255,255,255,.5);
height: 44px;
padding: 10px;
max-width: 100%;
border-width: 1px;
border-style: solid;
font-size: 13px;
line-height: 20px;
font-weight: normal;
font-style: normal;
font-weight: 300;
letter-spacing: 1px;

}

.wpcf7-submit{
	background:transparent !important;
	transition:all 0.5s;
}
.wpcf7-submit:hover{
	background:#fff !important;
	color:#222;
}

.wpcf7-form textarea{
height:100px;
}

.form-col-title
{
margin-top: 0px;
margin-bottom: 48px;
font-size: 24px;
font-weight: normal;
font-style: normal;
color: #ffffff;	
}


.single-halfcolumn-col-1{

}

.grid-item.col-md-1 { height:calc(1 * 31px)	}
.grid-item.col-md-2 { height:calc(2 * 31px)	}
.grid-item.col-md-3 { height:calc(3 * 38px)	}
.grid-item.col-md-4 { height:calc(4 * 31px)	}
.grid-item.col-md-5 { height:calc(5 * 31px)	}
.grid-item.col-md-6 { height:calc(6 * 38px)	}
.grid-item.col-md-7 { height:calc(7 * 31px)	}
.grid-item.col-md-8 { height:calc(8 * 31px)	}
.grid-item.col-md-9 { height:calc(9 * 31px)	}
.grid-item.col-md-10 { height:calc(10 * 31px)	}
.grid-item.col-md-11 { height:calc(11 * 31px)	}
.grid-item.col-md-12 { height:calc(12 * 317px)	}

.grid{
max-width:100%;
width:100%;
position:relative;
display:table;
	
}

.grid-item{
height:200px;	
float: left;
padding:0px;	
}

.grid-item-inner{
padding-left:8px;
padding-bottom:8px;
height:100%;
width:100%;
}

.grid-item-wrap{

height:100%;
width:100%;
overflow: hidden;
position: relative;	
display:block;
}




.grid-item-image{
position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: center;
	display:block;
	
   z-index:10;
}


.grid-item-title{
position: absolute;
display: block;
z-index: 20;
bottom: 0px;
color: white;
width: 100%;
padding-left: 13px;
padding-top: 59px;
   font-size: 19px;
}
.grid-item-title{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.93+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 99%, rgba(0,0,0,0.93) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 99%,rgba(0,0,0,0.93) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 99%,rgba(0,0,0,0.93) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ed000000',GradientType=0 ); /* IE6-9 */
}



.grid-item-wrap:hover .grid-item-image {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);    
}


.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer {
 width: 8.33%; 
}

.gutter-sizer {
 width: 2%; 
}


.grid-item-blog-title {
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 15px;
    padding: 10px 15px;
}



.home .th_gallery-div {
    height: 441px;
    overflow: hidden;
}


.th_gallery-tittle {
    margin-top: 0px;
margin-bottom: 5px;
font-size: 24px;
font-weight: normal;
font-style: normal;
color: #222;
text-align: center;
}



.th_gallery-subtitle {
    margin-top: 0px;
margin-bottom: 21px;
font-size: 12px;
font-weight: normal;
font-style: normal;
color: #222;
text-align: center;
}

.home #colorboxes
{
border-top: 1px solid #e5e5e5;	
padding-top: 50px;
}


.free-text{
transition:filter 0.7s;
	
}

.free-text:hover{
filter:grayscale(10%) !Important;
	
}
.blogcarousel-title {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 100;
    font-style: normal;
    padding-left: 15px;
    color: #232323;
    margin-bottom: 15px;
    text-align: center;
}
.blogcarousel-subtitle{
font-size: 13px;
text-align: left;
font-weight: normal;
font-style: normal;
color: #553a34;
padding-left: 15px;
margin-bottom: 10px;
text-align: center;
margin-bottom: 60px;
}
.owl-controls {
    position: absolute;
    top: -65px;
    right: 30px;
}


.owl-prev,
.owl-next{
display: table;
float: left;
margin-left: 4px;
border: 1px solid #B4B4B4;
padding: 8px 10px;
font-size: 11px;
color: #818181;
}
.flex-blog-date i{
font-size: 14px;
line-height: 20px;
font-weight: normal;
font-style: normal;
color: #553a34;
margin-right:5px;
}

.flex-blog-date{
padding: 10px 0px;
border-bottom: 1px solid #D7D7D7;
margin-bottom: 7px;
position: relative;
overflow: hidden;
border-bottom-width: 1px;
border-bottom-style: solid;
display: block;
clear: both;
font-size: 11px;
line-height: 20px;
font-weight: normal;
font-style: normal;
text-transform: none;
}


.blog-articles-item-img-div-new img{
height:170px;
object-fit:cover;
width:100%;	
}
.blog-articles-title-new a {
    color: #222;
    font-weight: 300;
    line-height: 19px !important;
    font-size: 14px;
}
.blog-articles-title-new
{ 
color: #553a34;
font-size: 17px;
line-height: 23px;
font-weight: normal;
font-style: normal;
text-transform: none;
text-decoration: none;
margin-bottom: 15px;
min-height: 150px;
}


.flex-blog-articles-content-new
{
font-size: 13px;
line-height: 20px;
font-weight: normal;
font-style: normal;	
}



article{

padding-bottom: 150px;
border-top: 1px solid #E7E7E7;	
}

.home article{
border-top: 0px;	
}



.page-template-template-fancypage article{
padding-top:0px;	
padding-bottom:0px;	
}


.sinlge-post-article{

}
.page-headerimage {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 10px;
    height: 310px;
    overflow-y: hidden;
    width: 100%;
    background-position: center;
}
.page-headerimage .container {
    position: relative;
    height: 100%;
}


.page-header-title {
    position: absolute;
    color: white;
    font-size: 155px;
    opacity: 0.4;
    right: -40px;
    bottom: -93px;
    font-family: "times";
    display: none;
    text-transform: uppercase;
}

.headerimage .entry-title{
padding-top: 0px;	
}

.breadcrumbs{
padding-left: 0px;
line-height: 20px;
padding-top: 3px;
margin-bottom: 7px;
}

.breadcrumbs li{
display:inline-table;
font-size: 12px;	
color:#222;

}


.breadcrumbs li a{
opacity: 0.6;
color:white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}


.separator{
    padding: 0px 4px;
}

.bread-current{
    font-weight: normal;
}
.large-title
{
font-size: 24px;
font-weight: normal;
font-style: normal;
color: #222;
margin-bottom: 35px;
}
.the-content
{
font-size: 15px;
line-height: 23px;
font-weight: normal;
font-style: normal;	
}

.the-content li{
    margin-bottom: 8px;
}
.recent-post-word,
.widgettitle {
    margin-bottom: 25px;
font-size: 18px;
padding-left: 15px;
color: #222222;
line-height: 24px;
font-weight: normal;
font-style: normal;
text-transform: none;
text-decoration: none;
	}
	
.recent-posts-title	a{
color: #222;	
}	



.recent-posts-title	
	{
font-size: 13px;	
line-height: 20px;
font-weight: normal;
font-style: normal;
text-transform: none;
text-decoration: none;
	}
	
.recent-posts-row.row {
    margin-bottom: 22px;
}	
	 
	
.ores-leitoyrgias li{ 
    list-style: none;
}	
	
.recent-post-word, .widgettitle{
padding-left:0px;
}		

.main-sidebar-widget-text-5 ul,	
.main-sidebar-widget-text-13 ul,	
.main-sidebar-widget-nav_menu-2 ul,	
.main-sidebar-widget-text-12 ul{ 

padding:0px;

}

	
	
.main-sidebar-widget-text-5 ul li,	
.main-sidebar-widget-text-13 ul li,	
.main-sidebar-widget-nav_menu-2 ul li,	
.main-sidebar-widget-text-12 ul li{ 
    font-size: 13px;
line-height: 20px;
font-weight: normal;
font-style: normal;
display: block;
color:white;
padding: 12px 0;
border-bottom: 1px solid rgba(255,255,255,.2);
}	

.main-sidebar-widget-text-12 .ortwo {
    color: #D2D2D2;
}

.main-sidebar-widget-text-5 ul li a,	
.main-sidebar-widget-text-13 ul li a,	
.main-sidebar-widget-nav_menu-2 ul li a,	
.main-sidebar-widget-text-12 ul li a{ 
color:white;
}	

.main-sidebar-widget-text-5 a{
	color:#553a34 !Important;
}

.main-sidebar-widget-text-5 ul li::before,	
.main-sidebar-widget-text-13 ul li::before,	
.main-sidebar-widget-nav_menu-2 ul li::before,	
.main-sidebar-widget-text-12 ul li::before{ 
display:none;
}	
	
.home article{
padding-top:0px;	
padding-bottom:0px;	
}	
	
	
.main-sidebar-widget-text-5{
background:#ecd8c9	
}	
	
.main-sidebar-widget-text-12{
background:#ce3e03;	
}	
	
.main-sidebar-widget-nav_menu-2{
background:#553a34;	
}
	

	
.main-sidebar-widget-text-13{
background:#d75d3e;	
}
	
.main-sidebar-widget-text-5,	
.main-sidebar-widget-text-13,	
.main-sidebar-widget-nav_menu-2,	
.main-sidebar-widget-text-12{
padding-top:30px;
padding-bottom:30px;
padding-left:30px;	
padding-right:30px;
color:#553a34;	
}	


	
.main-sidebar-widget-nav_menu-2 .widgettitle,
.main-sidebar-widget-text-12 .widgettitle,
.main-sidebar-widget-text-13 .widgettitle,
.main-sidebar-widget-text-5 .widgettitle{
margin-top: 0px;
color: white;
margin-bottom: 0px;
padding-left: 0px;
}
	
	
.col-md-8.recent-posts-col {
    padding: 0px;
}
	
	.col-md-4.recent-posts-col {
    padding-left: 0px;
}
	
.alignright {
    float: right;
    margin-left: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
	
.single-post-main-col h3{
	    margin-bottom: 15px;
font-size: 20px;
padding-left: 0px;
color: #222222;

line-height: 26px;
}
.single-post-main-col strong{

color:#222;	

}
.single-post-thumbnail img{
width:100%;	
height: 400px;
object-fit: cover;
}

.sinlge-page-article .large-title {

    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;

}

.single-post-the-content img {
    border: 1px solid #CDCDCD;
    padding: 5px;
}	
.single-post-the-content ul li{
	
}	
	
	
.sidebar .form-col-title {
    
    display: none;
}
	
		
.sidebar .wpcf7-form {
    background: unset;
    padding: 0px;
}
	
			
.sidebar .wpcf7-form .col-sm-12,
.sidebar .wpcf7-form .col-sm-6{
     padding: 0px;
	 width:100%;
}



.sidebar .wpcf7-form input{
    height: 35px;
}

.main-sidebar-widget-text-13 .widgettitle{
margin-bottom:20px;	
}



.footer-widget-title::before{
transition:all 0.5s;	
}

.footer-widget-title:hover::before{
	width: 80px
}


#breadcrumbs{

}

.testimonial-items-row{
padding:0px 15px;	
}


.page-id-313 article{
padding:0px;	
}



.page-id-313 .wpcf7-form {
    
}

.page-id-313  .form-col-title {
    display: none;
}



.page-id-313 .single-halfcolumn .info-ul li {
    list-style: none;
    padding-bottom: 15px;
    text-align: center;
}

.page-id-313 .space-60 {
    margin-bottom: 30px;
}

.page-id-313 #multicolumns .single-halfcolumn-col-2 {
    
	color:white;
	padding:30px 0px;
	height:358.5px;
	margin-top: 10px;
}

.page-id-313 #multicolumns .single-halfcolumn-col-2 img{
   margin-top:40px;
}


.page-id-313 #multicolumns .info-ul a{
    color:white;
}



.page-id-313 #multicolumns .info-ul{
    padding:0px;
}


#section_map {
margin-top:0px;
padding-top:0px;	
}





.footer-inner {
    padding-bottom: 50px;
}

.related-pages .blog-articles-title-new {
    color: #553a34;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 3px;
    margin-top: 8px;
}

.menubarlogoDiv {
    padding: 5px 0px;
	
}

.logo-col,
.main-menu-col {
   
}

.menu-and_social-col-2{
padding-left:0px;	
}
.children-pages {
    margin-top: 30px;
}

.children-pages .col-md-3 .blog-articles-item-img-div-new img {   height: 100px; }
.children-pages .col-md-6 .blog-articles-item-img-div-new img {   height: 150px; }




.children-pages .blog-articles-title-new {
    
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 45px;
    text-align: center;
}


.children-pages .col-md-6 .blog-articles-title-new {
    
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 45px;
    text-align: center;
}


.menu-grid-packery-item-half{
width: 50% !important;
}

.sub-menu-button {
    font-size: 25px;
    margin-left: 10px;
    position: relative;
    top: 3px;
	cursor:pointer;
}

.main-menu-mob{
 padding-left:10px;	
}

.main-menu-mob .sub-menu{
 padding-left:9px;	
}

.main-menu-mob .sub-menu .menu-item a {
    font-size: 14px;
    display: table;
    width: 100%;
    padding: 3px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}


.menu-item{
	
list-style:none;	
}



.main-menu-button.navbar-toggle {
    float: left;
    margin-left: 17px;
}


#service .section-title, #service .section-subtitle {

    font-weight: 100;
    font-size: 40px;
    margin-bottom: 55px;

}


.service-icon a{
color:unset;	
}



.orange-box {
    background: #bb2b00;
    color: white;
    padding: 20px;
    margin-top: 22px;
    border-radius: 4px;
}

.orange-box h3 {
    color: white;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 2px;
}





.top-menu-left .info-ul i
{
color: #747474;
margin-right: 0px;
font-size: 16px;
}

.top-menu-left .info-ul li{
margin-right: 5px;
}

.triple-image{
text-align:center;	
}

.triple-img-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}





.triple-img-title {
    font-size: 35px;
line-height: 35px;
color: #222;
font-weight: 100;
}

.triple-img-text
{
padding: 40px;
text-align: center;
font-weight: lighter;	
font-size: 14px;
line-height: 27px;
}


.triple-img-button a {
    letter-spacing: 2px;line-height: 11px;font-size: 11px;background-color: #222;padding: 15px 35px;color: white;
}



.triple-image {
    padding-top: 45px ;
    padding-bottom: 45px ;
}



.text-image-subtitle {
color: #1c1c1c;
padding: 15px 0px;
text-align: center;
font-size: 12px;
line-height: 12px;
letter-spacing: 2px;
font-weight: lighter;
text-transform: uppercase;
margin-top: 65px;
}

.text-image-boxes{
text-align:center;	
}

.subtitle-line {
    height: 1px;
    width: 30px;
    background-color: #878787;
    display: table;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 14px;
}


.text-image-text
{
padding: 40px;
text-align: center;
font-weight: lighter;	
font-size: 14px;
line-height: 27px;
}



.text-image-button a {
    letter-spacing: 2px;
    line-height: 11px;
    font-size: 11px;
    border: 1px solid #553a34;
    padding: 15px 35px;
    color: #553a34;
}


.text-image-title {
    font-size: 25px;
    line-height: 25px;
    color: #553a34;
	font-weight: 300;
}

.text-image-imagediv {
    width: 100%;
    height: 400px;
    background-size: cover;
}
	
.text-image-boxes .col-1, 
.text-image-boxes .col-2{
	padding:0px;
}	
	
.full-width-four-images .col-1, 
.full-width-four-images .col-2{
	padding:0px;
}	
	
.four-img-text-inner {
    width: 100%;
    background: #222;
    color: white;
    height: 700px;
   padding-top: 130px ;
padding-right: 100px ;
padding-bottom: 130px ;
padding-left: 100px ;
}
	
.four-img-imagediv img {
	height:700px;
	width:100%;
	object-fit:cover;
}	
	
.four-img-text-left,	
.four-img-text-right{
padding-left:0px;	
}	

.four-img-subtitle {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    font-family: open sans;
}
	
	
	
.big-title {
    font-size: 72px;
    line-height: 80px;
    color: #553a34;
    font-weight: 100;
}	
	
.four-img-title.big-title {
    color: white;
    line-height: 75px;
    margin-bottom: 40px;
}	
	
	
	
.four-img-text-row a{
z-index: 10;
white-space: normal;
font-size: 11px;
line-height: 11px;
font-weight: 900;
color: rgb(236, 216, 201);
letter-spacing: 2px;
display: inline-block;
font-family: Roboto;
background-color: rgb(85, 58, 52);
padding: 15px 30px;
text-transform: uppercase;
margin-top: 10px;
}	
.four-img-text-row{	
color: #878788;	
	font-size: 14px;
line-height: 23px;
}
	
	
.four-img-text-row h4{
color: white;	
}	
	
.full-width-banner {
    background-position: top;
    background-size: cover;
    color: white;
    padding: 0px;
    margin-bottom: unset;
    margin-top: unset;
}	
	
.full-width-banner-inner {

    text-align: center;
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    background-color: rgba(0,0,0,0.4);
    height: 100%;

}
	
.full-banner-title {

    font-size: 38px;
    line-height: 60px;
    margin-bottom: 61px;
    font-weight: 300;
    font-family: "times";
    margin-top: 49px;
    opacity: 0.5;

}	
	

	
.full-banner-button a {

    color: white;
    border: 1px solid white;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
    line-height: 40px;
    transition: background 0.4s;
    background: transparent;
    padding: 4px 80px;

}	


	
.full-banner-button a:hover {
background:white;
color:#222;	
}
	
.full-banner-subtitle {
    margin-bottom: 50px;
}	
	
#blogcarousel {
    margin-bottom: 50px;
}	
	
.footer-widget-title {
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 3px;
    position: relative;
}
.footer-subtitle {
    position: relative;
    margin-bottom: 30px;
    margin-top: 2px;
    font-size: 15px;
	color:#927a4f;
}	
	
.footer-subtitle::before {
    content: '';
position: absolute;
height: 1px;
width: 50px;
max-width: 100%;
bottom: -6px;
left: 0;
right: auto;
background-color: #553a34;
display: none;
}	
	
.footer-phone {
    font-size: 20px;
    color: white;
}	
	
.footer-address {
    font-size: 15px;
    line-height: 25px;
	
}	
		
.footer-email a,
.footer-email{
    font-size: 15px;
    line-height: 20px;
	color: #787878;
}	
	
	
.wpcf7-form textarea,
.wpcf7-form input {
width: 100%;
color: #222;
border-color: #B8B8B8;
height: 35px;
padding: 10px;
max-width: 100%;
border-width: 1px;
border-style: solid;
font-size: 13px;
line-height: 20px;
font-weight: normal;
font-style: normal;
font-weight: 300;
letter-spacing: 1px;
width: 100%;
margin-bottom: 20px;
}	
	
.wpcf7-form textarea{
	 height: 100px;
}	
		
.wpcf7-form input.wpcf7-submit {
width: 100%;
color: white;
background-color: #222 !important;
border-color: #222;
height: 44px;
padding: 10px;
max-width: 100%;
border-width: 1px;
border-style: solid;
font-size: 13px;
line-height: 20px;
font-weight: normal;
font-style: normal;
font-weight: 300;
letter-spacing: 1px;
width: 100%;
}	
	
	

.page-id-313 .footer-news-form  .wpcf7-form {
    
    padding: unset;
}

	

.footer-news-form .wpcf7-form input{
width:60%;	
} 		

.footer-news-form .wpcf7-form input.wpcf7-submit {	
width:40%;	
}


.page-id-313 article .info-ul li, 
.page-id-313 article .info-ul li a {
    color: #553a34 !important;
    font-size: 18px;
}
	
.page-id-313 article .info-ul{
padding-top:40px !important; 	
}	
	
.page-id-313 .single-halfcolumn .info-ul li {
    list-style: none;
    padding-bottom: 15px;
    text-align: center;
}	
	
.top-menu-div .info-matoulaclinic-gr,
.top-menu-div .matoulaclinic-gr{
display:none;	
}

.page-id-313 .col-xs-12.col-md-5.single-halfcolumn-col.single-halfcolumn-col-1 img{

    text-align: center;
    margin: 0 auto;
        margin-top: 0px;
    display: table;
    margin-top: 15px;
	margin-top: 40px;
}
	
	
.page-id-313 .headerimage{
display:none;	
}
	
.menu-and_social-col-1 {
width:80%;	
}	
	
	.menu-and_social-col-2 {
width:20%;	
}	
	
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}


.carousel-inner .item .item-inner{
position:relative;	
}


.slider-caption.top_center {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    color: white;
    z-index: 10;
    text-align: center;
    width: 100%;
    top: 26%;
}


.slider-caption-inner h3{
font-size: 52px;
text-shadow: 4px 0px 5px rgba(0,0,0,0.75);
color: #fff;
margin-top: 0px;
text-transform: uppercase;
font-weight: bold;
line-height: 65px;
margin-bottom: 30px;

}






.slider-caption-inner h4{

line-height: 32px;
font-size: 24px;
text-transform: uppercase;
color: #fff;
text-shadow: 4px 0px 5px rgba(0,0,0,0.75);
font-weight: bold;
position:relative;

}
.slider-caption-inner h4::before {
    content: '';
    width: 200px;
    height: 2px;
    background-color: #fff;
    left: 25px;
    top: 34px;
    display: block;
    position: absolute;
}

.slider-caption-inner h4::after {
    content: '';
    width: 200px;
    height: 2px;
    background-color: #fff;
    right: 25px;
    top: 34px;
    display: block;
    position: absolute;
}



.slider-caption a {
    color: white;
	transition:all 0.5s;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 8px 44px;
    display: table;
    margin: 36px auto;
    font-weight: bold;
	background:transparent;
	text-shadow: 4px 0px 5px rgba(0,0,0,0.75);
}


.slider-caption a:hover{
	
	text-shadow: unset;
	background: white;
	color:#222;
}

   #theon-slider,
   .theon-slider-carousel,
   .carousel-inner,
   .carousel-inner,
   .carousel-inner .item,
   .carousel-inner .item img{
	   height:100%;
	   
   }



.scroll-up-text-boxes .in-text-inner{
visibility:hidden;
opacity:0;
transition:0.5s;	
width: calc(100% - 40px);
height: calc(100% - 40px);
position: absolute;
top: 20px;
left: 20px;
padding: 30px 49px;
padding-top: 30%;
text-align: left;
}   
   
.scroll-up-text-boxes-box{
height:600px;	
position:relative;
background-size:cover;
background-position:center;
color:white;
overflow:hidden;
}  
   

   
.scroll-up-text-boxes-box:hover .in-text-inner{
 visibility:visible;
opacity:1;
}  
   
    
.scroll-up-text-boxes-box:hover .out-text{
left: -185px;
}  
   
      
.scroll-up-text-boxes-box .in-text-title{
font-size: 38px;
text-transform: uppercase;
margin-bottom: 28px;
font-weight:bold;
}  
   
   
.scroll-up-text-boxes-box .in-text-more {
margin-top: 28px;	
}
.scroll-up-text-boxes-box .scroll-up-text-boxes-box-read-more {
display: inline-block;
border: 2px solid #fff;
color: #fff;
font-size:17px;

text-decoration: none;
padding: 15px 28px;

}  
   
.title-text {
    color: #222;
    margin-bottom: 70px;
}  
.title-text h2 {
    color: #222;
    font-size: 43px;
    font-weight: 800;
    margin-bottom: unset;
}
 
.title-text h3 {
    color: #222;
    margin: 23px 0px;
    font-weight: bold;
} 
   
.title-text h4 {
    max-width: 900px;
    margin: 0 auto;
    line-height: 22px;
} 
.next-session-div {
    position: absolute;
    z-index: 20;
    bottom: 22px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
}   
   
.next-session-div i{
font-size: 31px;
background: rgba(0,0,0,0.5);
width: 50px;
height: 50px;
line-height: 50px;
border: 1px solid;
border-radius: 50px;
cursor: pointer;
transition: all 0.5s;
}   
   
.next-session-div i:hover{
line-height: 60px;	  
  } 
   
   
.out-text {
    position: absolute;
    left: 0px;
    top: 43%;
    transition: left 0.5s;
    max-width: 160px;
}
      
.out-text span {    padding: 20px;    font-size: 19px;    font-weight: 300;    display: table;    line-height: 25px;    text-align: center;} 
      


   
.col-md-6-box-size .out-text {
	top:unset;
	text-align:center;
	bottom:20px;
	left:0px;
	width:100%;
	
}


.col-md-6-box-size .scroll-up-text-boxes-box:hover .out-text {
	display:none;
	left: -5px;
	
}



.col-md-6-box-size .out-text span {
	margin:0px auto;
	
}
.scroll-up-text-boxes .in-text-inner{
color:#fff;	
}

.col-md-6-box-size.scroll-up-text-boxes .in-text-inner {
    padding-top: 18%;
    text-align: center;
}  
   
   
.full-width-banner .es_textbox_class {
    width: 90%;
background: rgba(0,0,0,0.4);
border: 1px solid #727272;
height: 35px;
padding: 13px;
}
   
.full-width-banner .es_button,
.full-width-banner .es_textbox {
    width: 33.33%;
    float: left;
}  
   
.full-width-banner label {
    display: table;
    width: 100%;
}  
    
.full-width-banner .es_shortcode_form {
    max-width: 850px;
    margin: 0 auto;
    display: table;
    width: 100%;
}
	
	
    
.full-width-banner .es_textbox_button {
   
background: #02a3dd;
border: 1px solid #02a3dd;
width: 100%;
margin-top: 15px;
height: 35px;
}
	
	
	
	
.logo-img-footer {
    opacity: 0.4;
    height: 45px;
}
	
	
.credit-cards {
    height: 45px;
	opacity: 0.8;
}	
	
.footer-widget-title{
position:relative;	
margin-bottom: 40px;
}

	
.footer-widget-title::after{
position: absolute;
bottom: -4px;
width: 50px;
height: 1px;
background: #fff;
content: " ";
left: 0px;
opacity: 0.6;
}	
	
	
	
.left-right-image-text-boxes .image-col img{
height:400px;
width:100%;
object-fit:cover;	
}	
	
.left-right-image-text-boxes .image-col{
padding:0px;	
}
.left-right-image-text-boxes .text-col{
height:400px;	
overflow:hidden;
text-align:center;
padding:0px;

}
.left-right-image-text-boxes .in-text-inner{
display: table-cell;
vertical-align: middle;
height: 400px;
width: 100%;
padding:0px 20px;
}

.left-right-image-text-boxes .in-text-content {
    line-height: 1.55em;
	font-size:15px;
	color:#222;
	 padding-top: 20px;
}

.left-right-image-text-boxes .in-text-title {
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    color: #222;
    font-weight: 900;
	position:relative;
}
	
.left-right-image-text-boxes .in-text-more a{
color:orangered;	
}
.left-right-image-text-boxes .in-text-more {
    margin-top: 30px;
}	
	
.left-right-image-text-boxes .in-text-title::after {
    content: '';
    display: inline-block;
    height: 3px;
    background-color: orangered;
    width: 85px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}	
	
.top-hero-image{
position:relative;	
}	
.top-hero-image img{
width:100%;
object-fit:cover;	
	
}	
	
	
.very-sub-menu{
display:none !important;
position:absolute;
right:-250px;
top:0px;
	
}	
	
.sub-menu .menu-item-has-children {
position:relative !Important;	
}

.sub-menu .menu-item-has-children:hover .very-sub-menu{	
display:unset !important;
}	

	
.hotel-article {
    padding-top: 20px;
	
    padding-bottom: 30px;
}	
	
.gallery-new-item{
height:300px;
width:100%;
background-size:cover;	
}	
	
.main-image-div{
margin-bottom:0px;	
border: 0px;
}		
.main-image-div img{
height: 600px !important;

object-fit:cover;	
}


.thumbnails-pre-div {
    position: relative;
    top: -100px;
    padding: 30px 0px;
}
	
.degrade-up-back{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.74+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 99%, rgba(0,0,0,0.74) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 99%,rgba(0,0,0,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 99%,rgba(0,0,0,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
}		




.thumbnails-div{
display: table;
margin: 0 auto;
background:transparent;
border:unset;
}	
	
	
.thumbnails-div img{
cursor:pointer;
}	
	
	
	
	
.thumbnails-div .flex-direction-nav {

}	
	
.flex-direction-nav a::before {
    font-family: "flexslider-icon";
    font-size: 28px;
}	
	
.hotel-title {
font-size: 35px;
font-weight: 800;
line-height: 40px;
color: #222;
margin-bottom: 10px;
}
	
.hotel-stars {
    font-size: 15px;
    color: #5D5D5D;
    margin-bottom: 8px;
    margin-top: 4px;
    font-weight: 900;
}

.hotel-subtitle {
    font-size: 13px;
    color: #222;
    margin-bottom: 14px;
    margin-top: 10px;
}
	
.hotel-title-box {
    padding-top: 10px;
    text-align: center;
}

.hotel-gallery {
    
}

.main-text {
    font-size: 14px;
}
.main-text h3{

}


.highlight-icon img{
height:40px;	
}


.highlight-col {
   text-align: center;
font-size: 12px;
width: calc(100% / 6 );
min-height: 145px;
}


.hotel-highlights h3 {
   color: white;
font-size: 44px;
margin-top: 0px;
display: table;
margin: 0 auto;
font-weight: 600;
	}

	
.hotel-highlights h3 .center-line {
    background-color: white;
    margin-bottom: 60px;
}	
	
.hotel-highlights {
    background: #F1F1F1;
padding-bottom: 30px;
padding-top: 12px;
margin-top: 16px;
text-align: center;

}

.center-line{
height: 2px;
display: table;
width: 50%;
margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
background: #575757;
margin-top: 6px;
margin-bottom: 31px;
}

.two_columns_image_text-col-1 {
    font-size: 13px;
    color: #222;
    margin-bottom: 14px;
    margin-top: 10px;
    line-height: 23px;
    padding-left: 0px;
}

.two_columns_image_text-image{
width:70%;	
height:220px;
object-fit:cover;
}
.two_columns_image_inner{
position:relative;	
}



.two_columns_image_text-image-2{
    position: absolute;
    right: 0px;
    top: 110px;
}


.hotel-location-col-1{
    background: #222;
    height: 500px;
    color: white;
}

.hotel-location-inner {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.hotel-location-inner h2 {
    color: #e47c98;
    font-size: 70px;
    font-weight: 300;
}
.hotel-location-inner h3 {
    color: white;
    font-weight: 300;
    margin-bottom: 20px;
}
.hotel-location-inner p {
   line-height:25px;
}


.hotel-location-col.hotel-location-col-2.col-md-6 {
    padding: 0px;
}



.hotel-location-inner h4 {
    font-size: 18px;
    margin-top: 25px;
    font-weight: bold;
}



.hotel-location {
    margin-top:100px;
}


.location-text {
    line-height: 22px;
    font-size: 13px;
}


.hotel-price-table-table {
	font-size:13px;
	
}


.hotel-price-table h3 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #222;
    font-weight: 800;
}


.hotel-price-table-col.hotel-price-table-col-1.col-md-6 {
    padding-left: 0px;
}


.hotel-price-enquiry-form{
padding:0px 50px;	
font-size:13px;
}



.hotel-price-table { 
    background: #F8F8F8;
	padding: 20px 0px;
	margin-top: 30px;
}



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

.resort-main-text .main-text h3{
 color:#222;
	
	
}


.hotel-left-right-image-text-boxes .in-text-subtitle {
    margin-top: -14px;
    color: #222;
}

.hotel-left-right-image-text-boxes .in-text-title {
    font-size: 23px;
    padding-bottom: 20px;
    color: #222;
   
}
 
.hotel-left-right-image-text-boxes .in-text-title::after {
  
    bottom: -20px;
}
.hotel-left-right-image-text-boxes .in-text-content {
    line-height: 24px;
    font-size: 13px;
    color: #222;
    padding-top: 31px;
}


.resort-gallery-item-img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.resort-article {
    padding-bottom: 0px;
	padding-top: 20px;
}
.page-template-template-resort footer{
margin-top:0px;	
}
.resort-gallery {
    margin-top: 50px;
}
.four-img-title.big-title {
    color: white;
    line-height: 40px;
    margin-bottom: 40px !important;
    font-size: 56px;
    line-height: 60px;
}



.page-id-313  .left-right-image-text-boxes .in-text-title {
   font-size: 26px;
margin-top: 25px;
  
}


.page-id-313  .left-right-image-text-boxes .in-text-content {
    line-height: 1.55em;
    font-size: 14px;
    color: #222;
    padding-top: 20px;
}



.is-sticky-body {
	margin-top:87px !Important;
}

.hotel-article section{
margin:unset;
padding:unset;	
}

.fancy-triple-image{
position:absolute;	
object-fit:cover;
}
.fancy-triple-image-1{
width: 70%;
height: 300px;
margin-left: 10%;
top: 30px;
}

.fancy-triple-image-2{
  width: 60%;
height: 350px;
right: 0px;
top: 120px;
	
}

.fancy-triple-image-3 {
    width: 70%;
    height: 245px;
    top: 255px;
}

.main-text-col-2{
position:relative;	
}



.main-text-col-text-1 {
font-size: 29px;
line-height: 44px;
font-weight: 100;
text-align: right;
color: #222;
}

.main-text-col-text-2 {
color: #a3a3a3;
font-size: 14px;
line-height: 27px;
padding-top: 10px;
}

.main-text-col-title {
    font-size: 29px;
    text-align: center;
    font-weight: 400;
    color: #222;
    margin-bottom: 28px;
}


.hotel-main-text {
   padding-top: 18px;
background-color: #F7F7F7;
margin-top: 20px;
padding-bottom: 25px;
}

.main-text-col-text-2 h3 {
    color: #222;
font-size: 24px;
line-height: 27px;
padding-top: 10px;
font-weight: 100 !important;
margin-top: 0px;
}


.hotel-highlights .container{
z-index: 20;
position: relative;	
}


.hotel-highlights{
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
color:white;
padding-top: 20px;
	
}
.hotel-highlights::before {
    content: "";
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
}


.highlight-icon img {
    height: 60px;
    filter: contrast(5);
}


.highlight-title {
    text-transform: uppercase;
margin-top: 8px;
font-weight: 800;
line-height: 15px;
}

.hotel-two-columns-image-text h3 {
    color: #222;
    font-weight: 800;
    font-size: 40px;
    margin-top: unset;
    margin-bottom: 20px;
}

.hotel-two-columns-image-text {
    padding-top: 30px;
    margin-top: 40px;
}

.two_columns_image_text-col-1-read-more{
display: table;
font-size: 22px;
font-weight: 400;
padding: 15px 35px;
color: orangered;
border: 1px solid;
margin-top: 10px;	

}

.two_columns_image_text-col-2{
    padding-top: 25px;
}

.hotel-price-table-table thead tr{
text-transform:uppercase;
font-size: 20px;
	
}
.hotel-price-table-table thead tr th {
    border-top: 2px solid #fe6601 !important;
    border-bottom: 2px solid #fe6601;
}

.hotel-price-table-table tbody tr{
font-size: 14px;	
}

.hotel-price-table-table tbody tr td{
padding-top:10px;
padding-bottom:6px;	
}


.hotel-price-table-table thead tr th:first-child,
.hotel-price-table-table tbody tr td:first-child{
padding-left: 30px;
padding-right: 15px;
text-align:left;
}



.hotel-price-table-table thead tr th:nth-child(2),
.hotel-price-table-table tbody tr td:nth-child(2){
padding-left: 15px;
text-align:left;
padding-right: 15px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ebebeb;
}

.hotel-price-table-table thead tr th:nth-child(3),
.hotel-price-table-table tbody tr td:nth-child(3){
padding-left: 15px;
text-align:center;
padding-right: 15px;
}


.special-notes h3 {
    font-weight: 600;
    color: #222;
    font-size: 30px;
}


.resort-article .main-text h3{
font-size: 35px;
font-weight: 800;
line-height: 40px;
color: #222;
margin-bottom: 10px;
}



.top-link {
    background-color: #e47c98;
    color: white;
    text-transform: uppercase;
    padding: 10px 18px;
    font-weight: 800;
    margin-left: 5px;
}
.home-slider.left_logo {        z-index: 10;}
.slider-title {    		position: absolute;    		font-weight: 800;    		text-align: center;    		width: 100%;    		font-size: 40px;    		top: calc(50% - 150px);   		letter-spacing: 3px;		color: #222;		}

header {
    height: auto;
}


.slider-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 800px;
    overflow: hidden;
    top: -160px;
    z-index: 10;
    margin-bottom: -160px;
}

.space-30 {
    margin-top: 30px;
}

.single-testimonial-new-col {
    height: 450px;
    padding: 40px;
    background-size: cover;
}

.single-testimonial-new {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    padding: 40px;
    text-align: center;
}

.testimonial-new-title {
    font-weight: 100;
    font-size: 25px;
    color: #222;
    margin-bottom: 10px;
}

.testimonial-new-subtitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.line-small-div {
    margin: 20px 0px;
}

.line-small {
    display: table;
    width: 30px;
    height: 2px;
    background: #e4e4e4;
    margin: 0 auto;
}

.testimonial-new-content {
    font-size: 14px;
    line-height: 27px;
}

.item.col-md-4 {
    margin-bottom: 60px;
}

header {
  
}

.photografish-header{
height: 100px;
background-size: cover;
position: relative;
top: -100px;
margin-bottom: -100px;
background-position: center;
background-attachment: fixed;
}

.single-photografish header {
    /*height: 100px;
    background: rgba(0,0,0,0.8);
    position: fixed;
	top: 0px;*/
}

.title-box{
text-align:center;	
}

.title-box h1 {
    font-weight: 300;
    font-size: 30px;
}

.title-box h2 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 5px;
}


.text-row.row {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.moto {
    font-family: "kaligraphic";
    text-align: center;
    font-size: 50px;
    font-style: italic;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}



.single-photografish.is-sticky-body {
	/*margin-top:unset !Important;*/
}

.grid{
max-width:100%;
width:100%;
position:relative;
display:table;
	
}

.grid-item{
height:200px;	
float: left;
padding:0px;	
}

.grid-item-inner {
    padding-left: 0;
    padding-bottom: 0px;
    height: 100%;
    width: 100%;
}

.grid-item-wrap{

height:100%;
width:100%;
overflow: hidden;
position: relative;	
display:block;
}




.grid-item-image{
position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: left;
	display:block;
   z-index:10;
}

.grid-item-title {
    position: absolute;
    display: block;
    z-index: 20;
    bottom: 0px;
    color: white;
    width: 100%;
    padding-left: 12px;
    padding-top: 96px;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 12px;
    font-weight: 300;
}
.grid-item-title{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.93+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 99%, rgba(0,0,0,0.93) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 99%,rgba(0,0,0,0.93) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 99%,rgba(0,0,0,0.93) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ed000000',GradientType=0 ); /* IE6-9 */
}



.grid-item-wrap:hover .grid-item-image {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);    
}


.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer {
 width: 8.33%; 
}

.gutter-sizer {
 width: 2%; 
}

.grid-item.col-md-1 { height:calc(1 * 63.333px)	}
.grid-item.col-md-2 { height:calc(2 * 63.333px)	}

.grid-item.col-md-4 { height:calc(4 * 63.333px)	}
.grid-item.col-md-5 { height:calc(5 * 63.333px)	}
.grid-item.col-md-6 { height:calc(6 * 63.333px)	}
.grid-item.col-md-7 { height:calc(7 * 63.333px)	}
.grid-item.col-md-8 { height:calc(8 * 63.333px)	}
.grid-item.col-md-9 { height:calc(9 * 63.333px)	}
.grid-item.col-md-10 { height:calc(10 * 63.333px)	}
.grid-item.col-md-11 { height:calc(11 * 63.333px)	}
.grid-item.col-md-12 { height:calc(12 * 63.333px)	}

.grid-item.col-md-6.col-portait {height: calc(6 * 63.333px *2);}
.grid-item.col-md-3.col-portait {height: calc(3 * 63.333px *2);}

.grid-item.col-md-4.col-portait {height: calc(4 * 63.333px *2);}
.grid-item.col-md-8.col-portait {height: calc(8 * 63.333px *2);}


.image-blocks .grid-item.col-md-9  { 
  height:660px;
  width:calc(75% - 10px);  
  }
.image-blocks .grid-item.col-md-3 
 { 
  height:calc( 650px / 2 );	
  }



.logo-img-inverted{
display:none;	
}
.sticky .logo-img-normal{
display:none;	
}

.sticky .logo-img-inverted{

display: table;
}

.main-menu li a {
color: #222;
}


.sticky .main-menu li a
{
}


.main-menu li a:hover {


}


.sticky .main-menu li a:hover,
.home .main-menu li a:hover {

}



.title-box {
background: #F4F4F4;
color: #222;
margin-bottom: 5px;
position: relative;
padding-left: 30px;
text-align: center;
margin-bottom: 20px;
padding-bottom: 20px;
}

.title-box img{
opacity:0.1;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
object-fit:cover;	
	
}

.main-menu li .sub-menu {
background: #fff;	
}

.sticky .main-menu li .sub-menu,
.home .main-menu li .sub-menu {
background: #222;	
}

.flex-blog-date span{
float: right;
}

.breadcrumbs ul li a {
    color: #222;
    text-transform: uppercase;
}


.single-halfcolumn {
    font-size: 13px;
    line-height: 28px;
    text-align: justify;
    font-family: "open sans";
}

.profile-image{
	height: 810px;
object-fit: cover;
}


.home .title-box{
display:none;	
}
.footer-widget a{
color:#fff;	
}
.footer-widget.footer-widget-text-2.footer-widget-widget_text {
   width: 100%;
font-size: 15px;
text-align: center;
padding: unset;
line-height: 25px;
font-weight: 300;
}


.page-id-7740 .single-halfcolumn-col-2 .top-social-ul {
    padding: 0px;
    text-align: center;
}



.page-id-7740 .single-halfcolumn-col-2 .top-social-ul li a{
color:#222;
}


.page-id-7740 .single-halfcolumn-col-2 .single-halfcolumn{
text-align: center !important;
}


 .gallery-inner .item.col-md-6 img{
	 height:340px;
 }

.navigation li a {
    border: 1px solid lightgray;
    padding: 4px 10px;
    background: #BDBDBD;
}
.navigation li {
    list-style: none;
    display: inline-table;
    opacity: 0.6;
}
 .navigation .active {
    opacity: 1;
} 
.pagination-div {
    padding: 20px 5px;
    text-align: right;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}


.taxonomy-text h3 {
    color: #222;
    margin-bottom: 14px;
    line-height: 29px;
    font-weight: 400;
	text-align: left;
}
.taxonomy-text .col-md-12 {
    margin-top: 20px;
    margin-bottom: -27px;
}

.taxonomy-text .col-md-6 { 
    margin-top: 20px;
}


.photografisi-item {
    min-height: 365px;
}


.single-post-image {
    width: 100%;
    border: 1px solid #D7D7D7;
    padding: 10px;
    margin-bottom: 40px;
}

.main-menu-col {
padding-top: 40px;
border-left: 1px solid #222;
height: 100px;
padding-left: 30px;
}

.logo-col-center {
    text-align: center;
}
.sticky{

}
.sticky .main-menu li a {
    display: table;
    transition: all 0.5s;
    cursor: pointer;
}
.sticky .logo-img {
    
}
.sticky .main-menu {
   
    
    
}



.single-award-col{
margin-bottom:50px;
font-size:12px;	
}
.award-col-left {

    padding-right: 30px;
    border-right: 1px solid #C3C3C3;

}

.award-col-right{
	padding-left:30px;
	text-align:left;
}
.single-award-text{
	max-width:300px;
	margin-top:10px;
	
}


.award-col-left .single-award-text {
    float: right;
    text-align: right;
}


.news-letter-popup{
display:none;	
}
.logo-col {

    padding-left: 0px;
    padding-right: 0px;

}

.logo-col-left {
    text-align: left;
    padding-left: 0px;
   
}
.logo-col-left,
.logo-col-right
{
 padding-top: 25px;
}

.logo-col-right {
    text-align: right;
    position: relative;
    padding-right: 0px;
}

.logo-col-right i {
    color: #222;
    margin-left:8px;
	cursor:pointer;
	
}


.login-menu-button{
border: 1px solid #C7C7C7;	
    padding: 5px 10px;
}


.search-collapsse {
    position: absolute;
    width: 80%;
    bottom: -25px;
    left: 60px;
    z-index: 99;
}
.section-title::before
{
content: " ";
position: absolute;
width: 33px;
height: 32px;
background-size: cover;
background-image: url("/wp-content/uploads/2018/03/favicon.png");
margin-left: -36px;
transform: rotate(10deg);
margin-top: -3px;
}

#service .col-sm-4:first-child {
    padding-left: 0px;
}

#service .col-sm-4:last-child {
    padding-right: 0px;
}

.full-width-four-images {
    margin-top: 0px;
    padding-top: 0px;
}

.four-img-imagediv video{
width:100%;
height:100%;
object-fit:cover;	
}

.four-images-link-div a {
    color: white;
    font-family: "open sans";
    border: 1px solid;
    padding: 10px 41px;
    margin-top: 18px;
    display: table;
}
.triple-background {
    height: 700px;
    position: relative;
}

.col-to-play{
height:100%;	
}
.col-to-play-img {
    background-size: cover;
    background-position: center;
	 position: relative;
}
.triple-back-row.row {
    height: 100%;
}


.pink-cube {
    border: 2px solid;
    width: 80%;
    height: 60%;
    position: absolute;
    left: -20%;
    top: 20%;
   /* background: #e47c98;
    opacity: 0.3;*/
}


.triple-back-text-thing {
    position: absolute;
    width: 100%;
    top: 120px;
}

.triple-back-text-thing h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
}


.triple-back-subtitle.pink {
    margin-bottom: 35px;
    font-weight: unset;
    font-size: 30px;
}

.triple-back-text {
    font-family: "open sans";
    font-size: 15px;
    opacity: 0.8;
    line-height: 28px;
    padding-right: 60px;
}

.triple-back-subtitle img{
width:40px;	
}


.triple-back-more-div a {
    color: #e47c98;
    font-family: "open sans";
    border: 1px solid;
    padding: 10px 41px;
    margin-top: 50px;
    display: table;
}


.triple-background {
    height: 700px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color:  #e47c98;
    font-size: 1.25em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e47c98;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
	color:#222;
}
.packet-image-div{
min-height:100px;	
}
.packet-col{
text-align:center;	
}
.packet-image-div {
    min-height: 75px;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    margin: 0 auto;
	
}

.packet-image-outer{
	display:table;
	width:100%;
}

.packet-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
}

.top-list-item {
    font-family: "open sans";
    font-size: 14px;
    margin-bottom: 8px;
	text-align: left;
}

.top-list-title {
    font-weight: bold;
   
}

.bottom-list-item {
    font-family: "open sans";
    font-size: 16px;
    margin-bottom: 8px;
	text-align: left;
}

.bottom-list-title {
    font-weight: bold;
   
}

.packet-border-div {
    width: 50%;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    height: 10px;
    border-top: 1px dotted #999999;
    margin-top: 20px;
    margin-bottom: 5px;
}

.packet-inner {
    border: 1px solid #C8C8C8;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 1px 0px 17px #CDCDCD;
}




.packet-button-div a {
    color: white;
    background: #e47c98;
    padding: 9px 32px;
    display: table;
    margin: 15px auto;
        margin-top: 15px;
   margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "open sans";
}

.packet-under-price {
    font-size: 12px;
}


.packet-price-value {
    margin-top: 10px;
}

.left-things ul li {
list-style:none;
display:inline-table;	
}

.left-things ul li {

    list-style: none;
    display: inline-table;
    font-size: 14px;
    padding: 40px 30px;
    border-right: 1px solid;
    height: 100px;

}

.langs-li select {
 -webkit-appearance: none; 
-moz-appearance: none;
background: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
background-image: none;
background-repeat: repeat;
background-position-x: 0%;
background-position-y: 0%;
background-image: url("/wp-content/themes/theros/lib/images/arrow-down.jpg");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 7px;
border: 0px solid #dfdfdf;
padding-right: 8px;
text-transform: uppercase;
font-weight: bold;
}

.top-menu-arrow {
    float: right;
    margin-top: 4px;
    margin-left: 4px;
}

.box-title{
 position: absolute;
z-index: 10;
font-size: 40px;
color: white;
font-weight: bold;
top: 30%;
text-align: center;
font-family: gotham;
left: auto;
right: auto;
line-height: 58px;
text-align: center;
width: 500px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
letter-spacing: -3px;	
}

.box-title-1 {
    position: absolute;
    z-index: 10;
    font-size: 50px;
    color: white;
    font-weight: bold;
    top: 30%;
    text-align: center;
    font-family: gotham;
    left: auto;
    right: auto;
    line-height: 38px;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    letter-spacing: -3px;
}

.box-title-2 {
    left: 25px;
    width: unset;
    margin-left: unset;
    margin-right: unset;
    right: unset;
    width: 98px;
    line-height: 26px;
    top: 33px;
    font-size: 31px;
    letter-spacing: -1px;
}

.box-title-3 {
    left: 25px;
    width: unset;
    margin-left: unset;
    margin-right: unset;
    right: unset;
    width: 145px;
    line-height: 26px;
    top: 33px;
    font-size: 31px;
    letter-spacing: -1px;
}
.box-sale-text {
    font-size: 69px;
    margin-top: 18px;
    margin-left: -20px;
}
.box-title-span-echo-2 {
    position: absolute;
    opacity: 0.4;
    top: -10px;
    margin-left: 10px;
}



.box-title-span-echo-1 {
    position: absolute;
    opacity: 0.2;
    top: -18px;
    margin-left: 15px;
}


.left-things {
    text-align: right;
    padding-right: 30px;
}





.box-title a {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 37px;
    padding: 5px 70px;
    line-height: 40px;
    transition: background 0.4s;
    background: transparent;
}


.box-title-2 a {
    padding: 2px 34px;
    line-height: 32px;
    margin-top: 104px;
    font-size: 11px;
}
.box-title-3 a {
    padding: 2px 34px;
    line-height: 32px;
    margin-top: 20px;
    font-size: 11px;
}


.box-title a:hover{
background:white;
color:#222;	
}

.imgprd-chess-image-col,
.imgprd-chess-prd-col{
	height: 270px;
	background:white;
	padding:0px;
}
.imgprd-chess-image-col img{
	height:100%;
	width:100%;
	object-fit:cover;
	
}



.imgprd-chess-logo-col img {

    height: 55px;
    margin-bottom: 50px;

}


.imgprd-chess {

    padding-top: 70px;
    padding-bottom: 140px;

}

.imgprd-chess-ttile-col{
text-align:right;	
padding:0px;
}

.imgprd-chess-ttile-col h3 {

    color: white;
    font-size: 33px;
    letter-spacing: 6px;

}

.th-prd-img-div {

    text-align: center;
    
    margin-top: 30px;

}

.th-prd {
text-align: left;
    height: 100%;
    padding: 20px;

}

.th-prd-name-div {
    font-weight: normal;
    margin-top: 17px;
    margin-bottom: 0px;
    font-size: 17px;
}

.th-prd-start-price {

    opacity: 0.5;
    text-decoration: line-through;
    margin-right: 10px;

}

.circle-links-circle img {
    width: 285px !important;
    height: 285px;
    border-radius: 250px;
    object-fit: cover;
    display: table !important;
    margin: 0 auto;
}
.circle-links-row .owl-controls {
    position: unset;
    top: unset;
    right: unset;
}

.circle-links-row .owl-prev, .circle-links-row .owl-next {
    display: table;
    float: left;
    margin-left: 4px;
    border: 0px solid #B4B4B4;
    padding: unset;
    font-size: 20px;
    position: absolute;
    left: -30px;
    top: 40%;
    background: #69d7cc;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
}


.circle-links-row .owl-next {
    left: unset;
    right: -30px;
}

.owl-dots {

    text-align: center;
    display: table;
    margin: 15px auto;
        margin-top: 15px;
    margin-top: 35px;

}


.circle-links-row .owl-dot{
 float: left;	
 display: table;
 margin: 0px 6px;
}

.circle-links-row .owl-dot span {
    
    background: #8E8E8E;
    width: 13px;
    height: 13px;
    display: table;
    border-radius: 20px;
}


.circle-links-row .owl-dot.active span {
    
    background: #222;
   
}
.circles-links-title h3 {

    text-align: center;
    margin-bottom: 60px;
    font-weight: 100;
    font-size: 35px;

}
.circles-links-title h3 i {

    margin-right: 7px;
    font-size: 40px;
    margin-top: 10px;
    position: relative;
    top: 2px;

}

#circles-links {

    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 75px;
    padding-top: 45px;

}

.full-width-banner-logo-div img {

    height: 40px;

}
.fancy-products-row-title {

    text-align: center;
    margin-bottom: 50px;

}


.fancy-products-row-title h3 {

    font-weight: 100;
    font-size: 40px;
    margin-bottom: 18px;

}
.fancy-products-row-link i {

    opacity: 0.5;
    margin-left: 30px;

}

.fancy-products-row-link {

    font-size: 19px;
    font-weight: 100;
    letter-spacing: 4px;

}

.th-prd-button .woocommerce-Price-amount{
	display:none;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {

   font-weight: normal;
text-transform: uppercase;
font-size: 12px;
color: white;
background: #222;
line-height: 25px;
border-radius: 25px;
width: 174px;
margin: 0 auto;
margin-top: 35px;
height: 40px;

}

#fancy-products-row {

    margin: 0px;
    padding-bottom: 75px;
    padding-top: 70px;
    background-size: cover;

}
/*
.cart-contents:before {
    font-family: FontAwesome;
    content: "\f07a";
    font-style:normal;
    padding-right:5px;
    vertical-align: bottom;
}*/
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {

    color: #222;
    border-radius: 10px;
    padding: 1px 1px;
    line-height: 20px;
    font-family: arial;
    vertical-align: top;

}


.fancy-products-row .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.fancy-products-row .added_to_cart.wc-forward{
 display: none;
 
 
 
}
.fancy-products-row .th-prd:hover{
	background:white;
	border-radius: 4px;
    background: white;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    padding: 10px;
	
}

.fancy-products-row .th-prd:hover .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.fancy-products-row .th-prd .added_to_cart.wc-forwar {
display:block;	
}
.products-row-item {

   

}

.products-row-item .th-prd {

    min-height: 385px;
    padding: 10px;

}





.newsletter-sign-up {
   padding-top: 138px;
    padding-bottom: 100px;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
	height: 395px;
}

#newsletter-email {

    width: 455px;
    border-radius: 110px;
    float: left;
    margin-right: 10px;
    padding: 0px 20px;
    height: 58px;
    font-size: 17px;

}

.form-control.newsletter-submit {

    width: 250px;
    border-radius: 120px;
    background: transparent;
    color: white;
    float: left;
    transition: background 0.4s;
    height: 58px;
    border: 2px solid;
    letter-spacing: 1px;

}

.form-control.newsletter-submit:hover{
	 background: #fff;
	 color:#222;
}





.newsletter-sign-up-title {

    font-size: 38px;
    font-weight: 100;
    margin-bottom: 35px;
    line-height: 32px;

}


#newsletter-sign-up-form {
    display: table;
    margin: 0 auto;
}

footer .top-social-ul {
    padding: 0;
        padding-right: 0px;
    width: unset;
    padding-right: 10px;
   
}

.footer-social-text {
    float: left;
    margin-right: 12px;
    font-size: 23px;
    font-weight: 600;
}

.top-footer {
    padding-top: 55px;
    padding-bottom: 20px;
   margin-bottom: 25px;
    border-bottom: 1px solid #DDDDDD;
}
.top-footer-col-social {
    text-align: right;
    margin-top: 10px;
}

footer .top-social-ul li a {
    color: #fff;
    font-size: 17px;
    display: table;
    padding: 0px !important;
    background: #222;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.footer-widget a {
    color: #222;
}

.footer-widget-inner ul li {
    list-style: none;
    display: inline-table;
    width: 24%;
    line-height: 10px;
    padding-bottom: 0px;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #222;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 35px;
	transition:background 0.4s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #919191;
    color: #222;
}

#coupon_code {
    width: 160px;
}

.woocommerce .woocommerce-breadcrumb {
       display: none;
}

.woocommerce-products-header {
    box-shadow: unset;
   margin-bottom: 10px;
}
.woocommerce ul.products li.product a img {
   padding: 50px 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
   
    padding-bottom: 35px;
	min-height: 385px;
}
.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
display:none;
margin-top:30px;	
}

.woocommerce ul.products li.product:hover{
  box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
  
}

.woocommerce ul.products li.product:hover .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
  display:table;
  
}



.woocommerce ul.products li.product .price {
    color: #222;
    font-weight: normal;
    font-family: gotham;
    font-size: 16px;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: unset;
}

.woocommerce span.onsale {
    min-height: unset;
    min-width: unset;
    padding: 10px;
    font-size: 1em;
    font-weight: 100;
    position: absolute;
    text-align: center;
    line-height: 10px;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    background-color: #D2691E;
    color: #fff;
    font-size: 13px;
    z-index: 9;
	display:none;
}

.woocommerce ul.products li.product .onsale {

    top: 9px;
    right: 3px;
    left: auto;
    margin: -.5em -.5em 0 0;
    display: none;

}

.woocommerce .products ul, .woocommerce ul.products {
    margin-top: 90px;
}
.woocommerce ul.products li.product .price ins {
    font-weight: unset;
    text-decoration: unset;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
        margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}


.orderby {
    font-size: 12px;
    padding: 7px 5px;
}

.related.products h2 {
    text-align: center;
    font-weight: 100;
    font-size: 40px;
}

#sync1 .item{
   
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{
   
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #0c83e7;
}

.single-prd-carousel .owl-controls {
    position: absolute;
    top: 44%;
    right: 0px;
	width: 100%;
}

.single-prd-carousel .owl-prev, 
.single-prd-carousel .owl-next {

    display: table;
    float: left;
    margin-left: 4px;
    border: unset;
    padding: 8px 10px;
    font-size: 25px;
    color: #787878;
    font-weight: normal;
	position: absolute;

}

.single-prd-carousel .owl-next {

  right:0px;

}

.single-prd-carousel .prd-big-image{
	padding:20px 50px;
	
} 

.prd-thumb-image{
padding:10px;
}

/*
.single-prd-carousel-thumbs {

    text-align: center;
    display: table !important;
    margin: 0 auto;
    width: unset;

}

*/

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    background: #F3F3F3;
    border: 1px solid #E0E0E0;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(224, 224, 224);
    padding: 10px 20px;
        padding-top: 10px;
    border-top: 0px;
    margin-top: -25px;
    position: relative;
    z-index: 10;
    padding-top: 25px;
}

.single-product-container{
margin-top:10px;	
}

.single-product-container div.product .product_title {

    clear: none;
    margin-top: 0;
    padding: 0;
    color: #222;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;

}

.woocommerce div.product p.price, .woocommerce div.product span.price {

    color: #222;
    font-size: 1.25em;
    font-family: gotham;

}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {

    background: inherit;
    font-weight: unset;
    display: inline-block;
    text-decoration: unset;
    margin-left: 8px;

}

.single-product-container .quantity .qty {
    width: 3.631em;
    text-align: center;
    display: none;

}



.woocommerce div.product form.cart .button {
  vertical-align: middle;
float: left;
margin-top: 50px;
font-weight: unset;
text-transform: uppercase;
font-size: 16px;
line-height: 70px;
padding: 0px 0px;
width: 305px;
height: 70px;
display: table;
border-radius: 100px;
letter-spacing: 1px;
margin-bottom: 15px;
}

.relatives-row {

    display: table;
    width: 100%;

}



.accordion-toggle:hover {
      text-decoration: none;
    }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  /* font-size: inherit; */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 



.clps-minus {
    height: 20px;
    width: 20px;
    background-image: url("lib/images/minus.png");
    background-size: 100%;
    display: table;
    float: right;
}


.clps-plus{
	height:20px;
	width:20px;
	background-image:url("lib/images/plus.png");
	background-size:100%;
	display: table;
    float: right;
	
}


.single-product-collapse .panel-group .panel {
    border: unset;
        border-top-width: unset;
        border-top-style: unset;
        border-top-color: unset;
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
}

.single-product-collapse .panel-heading {
background:unset;	
}

.single-product-collapse .panel-title {
    font-weight: bold;
}



.single-product-collapse .panel-body {
    border: unset !Important;
}

.woocommerce form .form-row input.input-text {
    height: 30px;
}

.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    color: #222;
    max-width: 500px;
}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 300;
    border-radius: 3px;
    left: auto;
    color: white;
    background-color: #222;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.user-li{
position:relative;	
}



.user-sub-menu {
    position: absolute;
    left: 0px;
    z-index: 1000000;
    display: table;
    background: #fff;
    padding: 5px;
    width: 130px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}


.user-li:hover .user-sub-menu{
	visibility: visible;
    opacity:1;
}

.fa.fa-angle-right.bread-sep {
    position: relative;
    top: 2px;
    opacity: 0.5;
    padding: 0 5px;
}


.full-width-banner-free-text .full-banner-text h3 {
   font-size: 51px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.full-width-banner-free-text .full-banner-text h2 {
    font-weight: bold;
    font-size: 85px;
    letter-spacing: -1px;
    margin-top: 0px;
    line-height: 65px;
	margin-bottom: 40px;
}

.full-width-banner-free-text .full-banner-text h5 {
    font-size: 28px;
    font-weight: 300;
    max-width: 900px;
    margin: 0 auto;
        margin-top: 0px;
    line-height: 38px;
    margin-top: 50px;
}

.full-width-banner-free-text .full-banner-text h4 {
    font-size: 37px;
    font-weight: bold;
    max-width: 900px;
    margin: 0 auto;
    line-height: 50px;
}

.without-background .full-width-banner-inner {
   
    background-color: unset;
   
}

.full-width-banner-inner .wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
}

.full-width-banner-free-text .wpcf7-form textarea, .full-width-banner-free-text .wpcf7-form input {
color: white;
}

.full-width-banner-free-text .wpcf7-form input.wpcf7-submit {
   
    color: #222;
    background-color: #fff !important;
    text-transform:uppercase;
}

.woocommerce-mini-cart img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
    color: white;
}
.top-footer-col-img .logo-img.logo-img-normal {
    height: 75px;
	margin: unset;
}


.imgprd-chess-prd-col .th-prd-name-div {
    margin-top: 0px;
 
}

.woocommerce-products-header .woocommerce-products-header__title.page-title {
    display: none;
}



.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}

.top-main-sidebar-widget .woocommerce-widget-layered-nav-list li{
display:inline-table;	
}


.top-main-sidebar-widget .woocommerce-widget-layered-nav-list li .count{
display:none;
}

.top-main-sidebar-widget .woocommerce-widget-layered-nav-list li a {

    color: #585858;
   padding: 0px 10px !important;

}

.top-main-sidebar-widget .woocommerce-widget-layered-nav-list {
    float: left;
    display: table;
    margin-left: 13px;
    text-transform: uppercase;
}


.top-main-sidebar-widget-title {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.top-main-sidebar-widget {
font-size: 14px;
color: #585858;
display: table;
width: 100%;
}
.top-shop-sidebar {

    box-shadow: 0px 9px 15px #EBEBEB;
    padding-bottom: 20px;
    padding-top: 10px;

}

.breadcrumbs.single-product-breadcrumbs {
    padding-left: 40px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 50%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 50%;
    clear: none;
}


.entry-summary-title-price-row {
    padding-left: 60px;
    padding-top: 60px;
}

.single-product-collapse .panel-body,
.single-product-collapse .panel-heading {
    padding-left: 60px;
	padding-right: 50px;
}




.full-width-banner {
      background-attachment: fixed;
	  background-position: center;
}


.home .full-width-banner {
      background-attachment: unset;
	  background-position: unset;
}





.white-red-line {
    background-attachment: unset;
    background-position: center;
    background-size: 100% 100%;
}
.full-width-banner-inner{
background:transparent;	
}
.page-id-473 #service{
padding: 100px 0px;	
}



.full-width-banner-free-text h5.why-legget-inner-div span{
display:table;
max-width:900px;	
margin:0 auto;
margin-top: 25px;
}


.full-width-banner-free-text h5.why-legget-inner-div {
    background-image: url('/wp-content/uploads/2018/05/backwhite.png');
    color: #222;
    display: table;
    width: 100%;
    max-width: unset;
    height: 910px;
    background-size: 100% 100%;
    background-position: center;
    padding-top: 290px;
}

.page-id-543 .full-width-banner-free-text a ,
.page-id-473 .full-width-banner-free-text a {
    font-size: 14px;
    background: white;
    border-radius: 200px;
    width: 250px;
    display: table;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
}

.why-lleget-first-section {
background-position: top;	
}



.why-lleget-first-section .full-width-banner-inner {
    
padding-top: 100px !important;

}

.shmenei-anthektikotita {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.shmenei-anthektikotita .full-banner-text h3{
	margin-bottom:20px;
}

.shmenei-anthektikotita .full-banner-text a{
	 margin-top: 40px;
}

.shmenei-anthektikotita .full-banner-text{
	max-width:900px;
	display:table;
	margin-left:auto;
	margin-right:auto;
}


.full-width-banner-free-text.thn-omorfia-sta-matia .full-banner-text h3 {
    font-size: 46px;
    margin-bottom: -20px;
}



.search-image{
    height: 170px;
    object-fit: contain !important;
    width: 100%;
}


.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 400px;
    margin: 0 auto;
}


.single-product-container #sync1 .item {
padding: 0px 0px;
}


.prd-thumb-image {
    max-height: 100px !important;
    object-fit: cover;
}

.langs-li.mobile-lang-sel {
    display: table;
    background: white;
    position: absolute;
    bottom: 0px;
    left: 10px;
}


.home .grid-item-1 {
    height: 800px !important;
	border-right: 15px solid #fff;
}


.home .grid-item-2, 
.home .grid-item-3

{
    height: 400px !important;
	border-bottom: 15px solid #fff;
}

.home .grid-item-4

{
    height: 400px !important;
	
}

.home .grid-item-2{
	border-right: 15px solid #fff; 
}


.grid-item-1 .box-title {
    left: 40px;
    right: unset;
    color: #222;
    top: 140px;
    font-weight: normal;
    text-align: left;
    line-height: 45px;
}







.grid-item-1 .box-title a {
    color: #222;
    border: 1px solid #222;
    border-radius: 0px;
    font-size: 18px;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
    margin-top: 0px;
    margin-top: 37px;
    padding: 5px 30px;
    line-height: 40px;
    transition: background 0.4s;
    background: transparent;
    margin-left: 0px;
}

.grid-item-image {
    background-size: cover;
    transition: all 0.3s !important;
}


.grid-item:hover .grid-item-image {
   /* background-size: 100% 110% !important;*/
}


.grid-item-4 .box-title,
.grid-item-3 .box-title,
.grid-item-2 .box-title {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 250px;
    line-height: 37px;
    font-weight: normal;
	top: 30%;
}


.box-title-4 a,
.box-title-2 a,
.box-title-3 a {
    padding: 2px 34px;
    line-height: 32px;
    margin-top: 18px;
    font-size: 15px;
    border-radius: 0px;
}


.grid-item-4 .box-title {
    width: 420px;
    line-height: 45px;
}


.service-item-content {
    font-size: 14px;
    color: #555;
}


.service-item-title {
    font-size: 18px;
}


.service-item-icon-col {
    padding-right: 0px;
}


.th-prd-img {
    height: 260px;
    object-fit: cover;
}

.home .add-to-cart-div {
	display:none;
	
}

.th-prd-price-div {
    color: #c60017;
}


.th-prd-price-div del {
    color: #707070;
}


.th-prd-price-div ins {
    text-decoration: none;
}



.fancy-products-row-title {
    text-align: center;
    margin-bottom: 0px;
}



.fancy-products-row-title h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0px;
}


.footer-widget-title {
    display: none;
}

.top-footer-col-img .logo-img {
    object-fit: unset;
    height: 90px !important;
    width: auto;
}

.product-cat-title {
    margin-top: 25px;
    margin-bottom: -80px;
    font-weight: bold;
}

#customer_details .col-1{
	float: left;
	width: 100%;
	max-width: unset;
}

#customer_details .col-1 .form-row {
	width: 100%;
	overflow: visible;
}

#customer_details label {
  display: table;
  width: 100%;
}

#customer_details .woocommerce-input-wrapper {
	width: 50%;
}

#customer_details .col-2{
	float: left;
	width: 100%;
	max-width: unset;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: unset;
}

