/************************************************
 * FONTS
 ************************************************/

@font-face {
    font-family: 'pagefont';
    src: url('3993-webfont.eot');
    src: url('3993-webfont.eot?#iefix') format('embedded-opentype'),
         url('3993-webfont.woff') format('woff'),
         url('3993-webfont.ttf') format('truetype'),
         url('3993-webfont.svg#futuramedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/************************************************
 * GENERAL
 ************************************************/


body{
	background-color : #161616;
	color : #a49a9a;	/*CONCEPT ART/ILLUSTRATION*/
	font-family: pagefont,arial,sans-serif;
}

h1{
	margin-top : 28px;
	font-family: pagefont,arial,sans-serif;	
}

/************************************************
 * LINKS
 ************************************************/


a{
	color : #717171;	/*zelena barva*/
	text-decoration : none;
}

a:hover,a.selected{
	color : #a49a9a;
}

/************************************************
 * HEADER
 ************************************************/

.header_wrapper{
	/*height: 150px;*/
	/*line-height : 150px;*/
	border-bottom: 1px solid #423e3e;
	text-align:bottom;
}

.header{
	margin: auto;
	width: 85%;
	max-width: 1410px;
}

.header table{
	table-layout: fixed;
	height: 150px;
	width: 100%;
	padding-right: 12%;
}

.header table td{
	padding: 0px;
	vertical-align: middle;
}

.title_image{
	display: inline;
	height: 90px;
	margin: 30px 0px;
}

.page_title{
	padding: 40px 0px 40px 0px;
	font-size : 36px;
}

.page_subtitle{
	font-size : 16px;
}

/************************************************
 * SOCIAL ICONS
 ************************************************/

.header td.social_cell{
	text-align: right;
	padding-right: 20%;
}

.social ul{
	list-style: none;
	margin : 0px;
}

.social ul li{
	display : inline-block;
	margin: 5px;
}

.social ul li a{
	width : 30px;
	height : 30px;
	display: block;
}

a.facebook{
	background: url("../img/facebook30.png");
}

a.facebook:hover{
	background: url("../img/facebook30_h.png");
}

a.linkedin{
	background: url("../img/linked30.png");
}

a.linkedin:hover{
	background: url("../img/linked30_h.png");
}

a.pinterest{
	background: url("../img/pinterest30.png");
}

a.pinterest:hover{
	background: url("../img/pinterest30_h.png");
}

a.artstation{
	background: url("../img/artstation30.png");
}

a.artstation:hover{
	background: url("../img/artstation30_h.png");
}

/************************************************
 * SIDEBAR - NAVIGATION
 ************************************************/

.sidebar{
	display: block;
	float : left;
	list-style: none;
	font-size : 16px;
	width : 12%;
}

.sidebar{
	margin: 70px 0px;
	padding: 0px
}

.sidebar > li{
	margin: 10px 0px;
}

.sidebar_subcategory{
	list-style: none;
	padding: 10px 20px;
	margin: 0px;
}

.sidebar_subcategory li{
	padding: 5px 0px;
}

/************************************************
 * CONTENT 
 ************************************************/

.content_wrapper{
	width: 80%;
	max-width: 1350px;
	
	margin: auto;
	position: relative;
}

.content{
	float: right;
	width : 65%;
	max-width: 900px;
	min-height: 400px;
	padding: 37px 0px;
	padding-right: 18%;
	color : #717171;
	font-family: Helvetica,Arial,sans-serif;
	font-size : 14px;
}

.content a{
	color: #88a854;
}

.content ul{
	list-style: none;
}

.content a:hover,.content a:active{
	text-decoration: underline;
	color: #88a854;
}

@media (max-width: 1024px){
	.content{
		padding-right: 10%;
	}
}

@media (max-width: 640px){
	.content{
		padding-right: 0%;
	}
}

.image_table{
	table-layout: fixed;
	width: 100%;
	line-height: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}

.image_table td{
	width: 33.3333333%;
	padding: 0px;
	margin : 0px;
	overflow: hidden;
}

.image_table td a{
	display: block;
}

.image_table img{
	/*display: block;*/
	width: 100%;
}

/************************************************
 * FOOTER
 ************************************************/

.footer{
	clear : both;
	border-top: 1px solid #423e3e;
	color : #717171;
	padding-top : 70px;
	padding-bottom : 150px;
}

.footer ol{
	margin : 0px auto;
	padding: 0px;
	width: 350px;
	list-style: none;
}

.footer ol li{
	padding: 0px 20px;
	display : inline-block;
}
