/* Global */

body {
	font-family: 'Century Gothic';
	font-weight: 400;
	font-size: 16px;
	color: #8a8683;
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
}
a:link {
	color: #f68f67;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}

/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto;
	z-index:100;
}

#nav {
	margin:0;
	background-image:url(../design/ust-menu-back.png);
	background-repeat:repeat-x;
}

#logo {
	height:140;
	text-align: center;
	margin: 0;
	float:left;
	padding-top:7px;
}

.navigation{
	list-style: none;
	margin: 0;
	height:150px;
	float:right;
	text-align:right;
}

.navigation li{
	float: left;
	padding:10px 10px;
	color:#000;
	font-family:Century Gothic;
	font-size:16px;
	line-height:129px;
	font-weight:bold;
}

.navigation li:hover{
	background: rgba(29, 29, 29, .7);
	cursor:pointer;
	color: #fff;
	
}

.navigation .active{
	cursor:pointer;
	color: #000;
	font-weight:bold;
}

.altmenu {
	position:fixed;
	bottom:0px;
	width:100%; 
	height:auto;
	z-index:100;
}

.hotelsirala {
	width:260px;
	height: 210px;
	text-align:center;
	float:left;
	}

.hotelyazi {
	margin:0 auto;
	background: rgba(29, 29, 29, .7);
	width: 238px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	text-align:center;
	}



#nav2 {
	text-align: left;
	margin:0;
}

.navigation2{
	list-style: none;
	margin: 0;
	background-image:url(../design/sol-alt.png);
	background-repeat:no-repeat;
	height:74px;
}

.navigation2 li{
	float: left;
	padding:40px 20px 0 20px;
	color:#FFFFFF;
}

.navigation2 li:hover{
	cursor:pointer;
	color: #c69338;
}

.slayt {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	float:left;
	clear:left;
}

/* General Slides */ 

.slide{
	width:100%;
	height:auto;
	padding:140px 0;
}

#content {
	color:#fff;
	width:100%;
	margin-top:15%;
}

.contentbaslik {
	background-image:url(../design/baslik-back.png);
	color:#fff;
	font-size:16px;
	width:80%;
	padding:10px;
	margin:0 auto;
	}
.contentbaslik2 {
	background: rgba(29, 29, 29, .7);
	color:#fff;
	font-size:16px;
	width:20%;
	padding:10px;
	margin-left:2px;
	float:left;
	}


/* Slide 1 */ 

#slide1{
	background-image:url(../design/background01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:629px;
}

/* Slide 2 */ 

#slide2{
	background-image:url(../design/background02.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:617px;
}


/* Slide 3 */ 

#slide3{
	background-image:url(../design/background04.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:617px;
}

/* Slide 4 */

#slide4{
	background-image:url(../design/background05.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:617px;
}

/* Slide 5 */

#slide5{
	background-image:url(../design/background03.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:815px;
	
	
}

/* Tablet */
@media screen and (max-width: 1024px) {


#nav {
	top:0;
	position:fixed;
	width:100%;
	text-align:center;
}

#slide1{
	background-image:url(../design/background01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:617px;
}

#decorative {
	display:none;
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}


#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}




