@charset "utf-8";

/* signika-regular - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/signika-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Signika Regular'), local('Signika-Regular'),
       url('../fonts/signika-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/signika-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/signika-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/signika-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/signika-v9-latin-regular.svg#Signika') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v23-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* scada-regular - latin */
@font-face {
  font-family: 'Scada';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/scada-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Scada Regular'), local('Scada-Regular'),
       url('../fonts/scada-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/scada-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/scada-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/scada-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/scada-v7-latin-regular.svg#Scada') format('svg'); /* Legacy iOS */
}

body {
  margin: 0;
}
.banner
{
  display: block;
  width: 100%;
  height: auto;
  position:relative;
  z-index: 200;
}

.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* HOTEL LIST */
.invisible
{
        visibility: hidden;
}


/* NAV */

/* Fixed sidenav, full height */
.rightnav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #339999;
  font-family: "Signika";
  overflow-x: hidden;
  padding-top: 11%;
}

nav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #339999;
  font-family: "Signika";
  font-size: 18px;
  overflow-x: visible;
  padding-top: 11%;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a {
	display: block;
	text-align: center;
	background: #339999;
	padding: 0px 10px;
	color: #fff;
	height: 35px;
    line-height: 35px;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
/* Dropdown Content (Hidden by Default) */
nav .dropdown-content {
    display: none;
    position: absolute;
	left: 202px;
	margin-top: -35px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    opacity: 1;
}
nav ul li a .fa {
	width: 15px;
	text-align: center;
	float: right;
	margin-top: 10px;
}
nav li .dropdown a{
    color: #fff;
	background-color: #339999;
    display: block;
    font-size: 17px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

nav li .dropdown a:hover{
  background-color: #333333;
}
    
/* Links inside the dropdown */
nav li .dropdown-content a {
    color: #fff;
	background-color: #339999;
    padding: 0px 10px 5px;
    text-decoration: none;
    display: block;
    text-transform: none;
    font-size: 1rem;
    height: 30px;  
    border: none;
}
nav li .dropdown-content a:hover {
	background-color: #ff5700;
}

/* Show the dropdown menu on hover */
nav .dropdown:hover .dropdown-content {
    display: block;
}



/* MOBILE */

.toggleMobile
{
        display: none;
}


/* INFO */

#info
{
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}
#info .text
{	
		line-height:25px;
		color:#000000;
        font-family: 'Signika';
		font-size: 15px;
		font-weight: normal;
}
#info .text a
{	
		color:#FF3700;
		text-decoration:none;
}
#info h1
{
        font-family: 'Oswald';
	    font-size:25px;
		text-align:center;
        padding: 0;
}
#info h2
{
        font-family: 'Oswald';
	    font-size:20px;
		text-align:center;
        border-bottom: 1px solid #D6D0C1;
        padding: 0 0 10px 0;
        margin-bottom: 20px;
}
#info .map
{
        clear:both;
		text-align:center;
		padding-bottom:15px;
}

#info .map img
{
        width:100%;
		max-width:800px;
        margin:auto;
}

/* CONTENT */

.content
{
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
		border-bottom: 1px solid #D6D0C1;
		line-height:25px;
		color:#000000;
        font-family: 'Signika';
		font-size: 15px;
		font-weight: normal;
}

.content h2
{
        font-family: 'Oswald';
		color:#7F7F7F;
	    font-size:20px;
		text-align:left;
        padding: 0px;
}

.toggle-box {
  display: none;
}
label:hover {
  color: #7F7F7F;
}
.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 17px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}

/* COLUMNS */

.columns
{
		width:auto;
        max-width:900px;
        margin:0 auto;
	    font-size:14px;
		background:#FFF;
		
}

.list
{
		font-family: 'Scada';
        color:#000000;
        float:left;
        width:280px;
        margin-right:20px;
		font-size:14px;
}

.list ul li
{
        width:auto;
        padding:0 0 10px 0px;
        margin-bottom:0px;
}


.list ul li a
{
        text-decoration:none;
		color:#999900;
}

.list ul li a:hover
{
        color:#990000;
}

/* HOTEL LIST */

.list h4
{
        font-size: 16px;
        color: #000000;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

.center-list
{
		font-family: 'Scada', sans-serif;
        color:#000000;
        float:left;
        width:280px;
        margin-right:20px;
		font-size:14px;
}

.center-list ul li
{
        width:auto;
        padding:0 0 10px 0px;
        margin-bottom:0px;
}

.center-list ul li a
{
        text-decoration:none;
		color:#999900;
}

.center-list ul li a:hover
{
        color:#999900;
}
.center-list h4
{
        font-size: 16px;
        color: #000000;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}
.right-list
{
		font-family: 'Scada', sans-serif;
        color:#000000;
        float:left;
        width:280px;
		font-size:14px;	
}

.right-list ul li
{
        width:auto;
        padding:0 0 10px 0px;
        margin-bottom:0px;
}

.right-list ul li a
{
        text-decoration:none;
		color:#999900;
}

.right-list ul li a:hover
{
        color:#999900;
}
.right-list h4
{
        font-size: 16px;
        color: #000000;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}
.hide
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}

/* SEARCH */

#search
{
        line-height:25px;
        font-family: 'Oswald', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;

}
#search h2
{
        font-size:25px;
		text-align:center;
        padding-top:5px;
        margin-top: 10px;
		margin-bottom: 5px;
}
#search h2 a
{
	
		color:#FF5700;
        text-decoration:none;
}
#search h2 a:hover
{
        color:#999900;
}
#search .bar
{
        clear:both;
		text-align:center;
		padding-bottom:15px;
}

#search .bar img
{
        width:100%;
		max-width:300px;
        margin:auto;
		padding:2px;
        border:2px solid #339999;
}


/* AGODA */

#agoda
{
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;

}
#agoda hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #D6D0C1;
    margin: 0;
    padding-bottom: 20px;
}
#agoda .box
{
        background-color: #80FFFF;
		text-align:center;
        clear:both;
        width:auto;
        max-width:320px;
        margin:0 auto;
		border:2px solid #FF5700;
}

/* PHOTOS */

#photos
{
        line-height:25px;
		color:#000000;
        font-family: 'Oswald', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}
#photos h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 10px 0;
        margin-bottom: 20px;
}
#photos .picture
{
        float:left;
        margin-right:15px;
		margin-bottom:8px;
}
#photos .picture img
{
		border-radius: 8px;
		width:200px;        
		height:133px;
	    border: 0px;
}

#photos .picture a
{
        position:relative;
        display:block;
}
.thumbnail
{
        border-radius: 8px;
		display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:133px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumbnail:hover
{
        opacity:0.5;
}

/* LINKS */

#links
{
        line-height:25px;
		color:#000000;
        font-family: 'Oswald', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}
#links h3
{
        font-size:20px;
		border-bottom: 1px solid #D6D0C1;
        padding: 10px 0;
        margin-bottom: 20px;
}
#links h3 a
{
		color:#FF5700;
        text-decoration:none;
}
#links .picture
{
        float:left;
        margin-right:15px;
		margin-bottom:8px;
}
#links .picture img
{
		border-radius: 8px;
		width:200px;        
		height:133px;
	    border: 0px
}

#links .picture a
{
        position:relative;
        display:block;
}
.thumbnail
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:133px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumbnail:hover
{
        opacity:0.5;
}

figure 
{ 
    display: block;
    margin:0;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        text-align:center;
        display:block;
}

figcaption
{
        line-height: 5px;
        font-size:14px;
}
figcaption a
{
        font-family: 'Oswald', sans-serif;
        color:#000;
		text-decoration: none;
        transition: all .25s ease;
}

/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:100px;
        background:#FFFFFF;
	    max-width:900px;
        margin:0 auto;
}

#copyright
{
        background: #fff;
        height:70px;
        position:absolute;
		bottom:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Signika', sans-serif;
        color: #000;
        font-size:20px;
		text-align:center;
}
#copyright .wrapper a
{
        transition: opacity .25s ease;
		color: #339999;
        display:inline-block;
}
#copyright .wrapper a:hover
{
        opacity: 0.7;
        color: #ff5700;
}

#copyright .footerMobile
{
        display: none;
}



@media (max-width: 1350px)
{
	

	
html, body 

{ 
-webkit-text-size-adjust:none; 
}


/* NAV */

nav {
  width: 140px;
  font-size: 15px;
}
nav ul li a {
	padding: 0px 2px;
	height: 30px;
    line-height: 30px;
}
/* Dropdown Content (Hidden by Default) */
nav .dropdown-content {
    min-width: 140px;
	left: 142px;
	margin-top: -30px;
}
nav ul li a .fa {
	margin-top: 8px;
}
nav li .dropdown a{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
}

    
/* Links inside the dropdown */
nav li .dropdown-content a {
   
    padding: 0px 2px 5px;
    font-size: 13px;
    height: 20px;  
}

.rightnav {
  width: 140px;
}
	
	
/* INFO */


#info
{
	
	    position:relative;
		padding: 0px 10px;
		max-width: 700px;
}

#info .text
{	
		line-height:18px;
		font-size: 15px;
}

#info h1
{
	    font-size:20px;
}
#info h2
{
	    font-size:18px;
}

/* CONTENT */


.content
{	
		line-height:18px;
		font-size: 15px;
		position:relative;
		padding: 0px 10px;
		max-width: 700px;
}

.content h2
{	
		font-size: 18px;
}
       

/* SEARCH */

#search
{
   max-width:700px;

}

/* AGODA */

#agoda
{
        max-width:700px;

}

/* COLUMNS */

.columns
{
        position:relative;
		padding: 0px 20px;
		max-width: 700px;
	    font-size:14px;
		
}

.list
{
        width:33%;
        margin:0px;
		
}

.list h4
{
        font-size: 16px;
        padding: 0 0 5px 0;
        margin-bottom: 5px;
}

.list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list ul > li {
  position: relative;
  padding-left: 12px;
}
.list ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
}


.center-list
{
        width:33%;
        margin:0px;	
}

.center-list h4
{
        font-size: 16px;
        padding: 0 0 5px 0;
        margin-bottom: 5px;
}

.center-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.center-list ul > li {
  position: relative;
  padding-left: 12px;
}
.center-list ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.right-list
{
        width:33%;
        margin:0px;		
}

.right-list h4
{
        font-size: 16px;
        padding: 0 0 5px 0;
        margin-bottom: 5px;
}

.right-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.right-list ul > li {
  position: relative;
  padding-left: 12px;
}
.right-list ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
}

/* SEARCH */

#search h2
{
        font-size:20px;
}


/* PHOTOS */

#photos
{
        position:relative;
		padding: 0px 20px;
		max-width: 700px;
}
#photos h3
{
        font-size:18px;
}


/* LINKS */

#links
{
        line-height:18px;
        position:relative;
		padding: 0px 20px;
		max-width: 700px;
}
#links h3
{
        font-size:18px;
}


figcaption
{
        margin-top: 5px;
}
	
	

/* FOOTER */

footer
{
        height:70px;
		max-width: 700px;
}

#copyright
{
        height:50px;
}
#copyright .wrapper
{
        padding-top:15px;
		font-size:14px;
}
#copyright .wrapper .logo img
{
         width: 75%;
         height: auto;
}

	
	

}
	

@media (max-width: 1000px)
{


		.banner
        {
                display: none;
        }
		nav
        {
                display: none;
        }	
	    .rightnav
        {
                display: none;
        }
 
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}     

.list
{
        width:100%;
		
}   
.center-list
{
        width:50%;
		margin:0px;
		
}   
.right-list
{
        width:50%;
		margin:0px;
		
}   

#photos .picture
{
        margin-right:5px;
        margin-bottom:3px;
}

#photos .picture img
{
		width:160px;        
		height:107px;
}

#links .picture
{
        margin-right:5px;
}		

#links .picture img
{
		width:160px;        
		height:107px;
}

.thumbnail
{
         height:107px;
}	
figcaption
{
        font-size:13px;
}
	
	
		.toggleMobile
        {
                position: fixed;
                top: 0px;
                left: 0px;
                display: block;
                width: 100%;
                height: 45px;
                cursor: pointer;
                z-index: 999;
        }	
	
.topnav {
    text-align:center;
    margin: 0; 
    position: fixed;
	right: 0;
	background-color: #339999;
	width: 50px;
    overflow: hidden;
    padding: 5px 0px 0px 0px;
	border-radius: 0px 0px 0px 10px;
}				
html.zeynep-opened {
	overflow-x: hidden;
}
html.zeynep-opened body {
	width: 100%;
	position: fixed;
}
html.zeynep-opened .zeynep {
	pointer-events: auto;
}

.zeynep {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	overflow: hidden;
	overflow-y: auto;
	background-color: #339999;
	font-family: 'Signika';
	color: #ffffff;
	z-index: 1011;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
	transform: translateX(-100%);
}
html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
	transition: all 375ms;
	transition-property: left, right, transform;
}

.zeynep-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1010;
	display: none;
	/*background-color: rgba(0,0,0,.4);*/
}
.zeynep-opened .zeynep-overlay {
	display: block;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
	-webkit-overflow-scrolling:touch;
}
.zeynep ul > li {
	padding: 10px 10px;
	display: block;
}
.zeynep ul > li.has-submenu {
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
}
.zeynep ul > li > a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.zeynep ul > li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.zeynep .submenu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	overflow: hidden;
	overflow-y: auto;
	background-color: #339999;
	min-height: 100%;
	width: 100%;
}
.zeynep .submenu.opened {
	left: 0;
}
.zeynep .submenu-header {
	background-color: #333333;
	padding: 15px 20px;
	cursor: pointer;
	position: relative;
	padding-left: 55px;
}
.zeynep .submenu-header > a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.zeynep .submenu-header > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	width: 20px;
	height: 100%;
	transform: rotate(-180deg);
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
}
.zeynep .submenu > label {
	padding-left: 50px;
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 0px;
	display: block;
	width: 100%;
	height: 30px;
	background-color: #ff5700;
}
.zeynep .submenu > label a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-decoration: none;
}


/* HOTEL LIST */
      
		.list h4
{
        visibility: visible;
}

/* FOOTER */

		#copyright .footerMobile
        {
                display: inline;
        }

}

@media (max-width: 370px)
{

#photos .picture img
{
		width:135px;        
		height:90px;
}

#links .picture img
{
		width:135px;        
		height:90px;
}

.thumbnail
{
         height:90px;
}	


figcaption
{
        font-size:12px;
}
				
#copyright .wrapper .logo img
{
         width: 60%;
         height: auto;
}
	
}