@charset "utf-8";
/* CSS Document */

html, body {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

#mainContainer {
	width:100%;
	height:100%;
	
	-webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	background: url(assets/img/background_img.jpg) no-repeat bottom right fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	
	opacity:0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;  
}


#loader_img{
  background: url('loading.gif') no-repeat;
}



/* Sidebar */



.sidebar{
	float: left;
	width: 25%;
	margin-left: 10px;
	margin-top: 20px;
}

#logo{
	margin-left: 10px;
}

#horizontal_line{
	display: block;
	width: 100%;
	float:left;
}

.sidebar header a{
	text-decoration:none;
}

.sidebar nav {
	float:left;
	margin-left: 2%;
}

.sidebar nav ul li a{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
}

.sidebar nav ul li{
	list-style-type: none;
	padding: 9px;
}

.sidebar nav ul li a.active{	
	color: grey;
}











/*-------------Portfolio.html--------------*/


/* Navigation Box */

.navigation_menu_bar {
	display: inline;
	float: left;
	width: 33%;
	margin-top: 85px;
	margin-bottom: 2%;
}

.navigation_menu{
	margin-right:2px;
	font-weight: 400;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	text-shadow: 0px 0px;
	display: inline;
	float: left;
}

.navigation_menu a{
	text-decoration: none;
	background-color: black;
	color: white;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;	
}

 .navigation_menu a.active{	
	color: grey;
}

.navigation_menu a:hover{
	background-color: white;
	color: black;
}






/* Main Content */

#maincontent{
	float: left;
	width: 74%;
}






/* Categories */

.category {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
	width: 49%;
	display: inline-block;
}

.category a {
    position: relative;
    display: block;
	text-decoration: none;
}

.category a h1 {
	text-align: center;
	width: 100%;
	font-weight: 300;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	text-transform: lowercase;
	text-decoration: none;
	font-style: normal;
	color: black;
	background-color: white;
	
	-ms-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}


.category a:hover h1 {
  background-color: #DCDCDC;
  text-decoration: none;
}











/*------------Street/Music/Portrait/Wallpaper.html--------------*/

.column{
	width: 32.5%;
	display:inline-block;
	
}

.imgExt{
	width: 100%;
}

.imgInt{
	width: 100%;
}











/*-----------------------Image-slider------------------------*/
	
::-moz-selection {		/*Avoid blue color double-click selection*/
    background: none;
    color: none;
    text-shadow: none;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::selection {			/*Avoid blue color double-click selection*/
    background: none;
    color: none;
    text-shadow: none;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#thumbnails{
	cursor: pointer;
	position: absolute;
	bottom: 12%;
	left: 5%;
	font-size: 13px;
	text-decoration: underline;
	color: black;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

#PN{
	cursor: pointer;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-size: 13px;
	text-decoration: underline;
	color: black;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

span a:visited {
	color:black;
}




	
#slider {
	width: 100%;
	height: 100%;
	position:relative;
	margin-left:1%;
	margin-bottom:0px;
	vertical-align:central;
	text-align:center;
}

#image {
	width: 100%;
	height: 100%;
	display:block;
	position:relative;
}
	
.left_hold {
	max-width: 150px;
	max-height: 650px;
	height:100%;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
}
.right_hold {
	max-width: 150px;
	max-height: 650px; /*600px;*/
	height:100%; /*90%;*/
	width: 100%;
	position:absolute;
	top: 0px;/*50px;*/
	right: 0px;
}
.left {
	height:50px;
	width:50px;
	position:absolute;
	top:50%;/*270px;*/
	left:25px;
	opacity:0.25;
	transition: all .2s ease-in-out 0s;
	}
.right {
	height:50px;
	width:50px;
	position:absolute;
	top:50%;/*220px;*/
	right:25px;
	opacity:0.25;
	transition: all .2s ease-in-out 0s;
	}
.left_hold:hover .left {
	opacity:1;
	}
.right_hold:hover .right {
	opacity:1;
}
/*.close{
	position:absolute;
	right:1%;
	top: 1%;
}*/
.divclose {
	max-width: 100px;
	max-height: 50px;
	height:100%;
	width: 100%;
	position:absolute;
	top: 0px;
	right: 0px;
}
.imgclose {
	height:35px;
	width:35px;
	position:absolute;
	top:10px;
	right:31px;
	opacity:0.01;
	transition: all .2s ease-in-out 0s;
	}
	
.divclose:hover .imgclose {
	opacity:1;
}


















	/*------Media------*/
	@media screen and (max-width:1190px) {
	
	.sidebar{
		width: 350px;	
	}
	
	#maincontent {
		width:99%;
		margin-left: 1%;
	}
	
	}
	
	@media screen and (max-width:570px) {
		
	
	
		#logo {
			padding:5px 0px 5px 0px;
			text-align:center;
			float:none;
			width:98%;
			margin-left:1%;
			margin-right:1%;
		}
			
		#horizontal_line {
			clear:both;
			width:98%;
			margin-left: 1%;
			margin-right: 1%;
		}	
		
		
		
		
		.sidebar{
			float: none;
			width: 100%;
			margin-left: 0px;
			margin-top: 0px;
		}
			
		.sidebar nav {
			width:98%;
			float:none;
			margin-left:1%;
			margin-right:1%;
			margin-top:20px;
		}
		
		.sidebar nav ul {
			width:100%;
			float:none;
			text-align:center;
			margin-right:0%;
			margin-top:0%;
			-webkit-padding-start: 0px;
		}
		
		.sidebar nav ul li {
			float:none;
			display:block;
			padding: 9px;
			margin-top:10px;
			margin-bottom:10px;
		}
	
	
	
	
	
		.navigation_menu_bar {
			visibility:hidden;
			height:0%;
			margin:0%;
		}
	
		
		
		
		
		
		
		
		
		#maincontent {
			margin-top:5%;
		}
		
		.column {
			width:100%;
		}
		
		.not-active {
			pointer-events: none;
			cursor: default;
		}
		
		
		
		
		
		
		.category {
			width: 99%;			
		}
		
		
		.imgInt{
			width: 99%;
		}
		
		
		}
		/*ka8etes: 710x1066
		  orizonties: 1600x1066*/