/*
Theme Name: Silviu Sandulescu Photography
Theme URI: http://www.seelview.ro/
Description: Descriere pt tema mea.
Version: 4.1
Author: Silviu Sandulescu
Author URI: http://www.seelview.ro/
*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

/* STRUCTURE */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}

html, body {
	background: #1a1a1a url('images/bg4.gif');
	color: #808080;
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	height:100%;
	
	-webkit-text-size-adjust: none;
	-moz-text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;

	-moz-webkit-font-smoothing:subpixel-antialiased;
	-webkit-font-smoothing:subpixel-antialiased;
	font-smoothing:subpixel-antialiased;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a {
	color:#666;
	outline:none;
	
	-moz-transition: all .2s ease;
   -webkit-transition: all .2s ease;
   -o-transition: all .2s ease;
   -msie-transition: all .2s ease;
   transition: all .2s ease;
}
a:hover {
	color: #e8e8e8;
}
b, strong { font-weight:600; }

#wrapper {
	width:100%;
	height:100%;
	position:relative;
}
.menu_active #wrapper { overflow: hidden; }
#content {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
	z-index:0;
	
   -moz-transition: -moz-filter .3s;
   -webkit-transition: -webkit-filter .3s;
   -o-transition: -o-filter .3s;
   -msie-transition: -ms-filter .3s;
   transition: filter .3s;
   transition: -webkit-filter .3s;
}
.menu_active #content {
	-webkit-filter:blur(7px);
	-moz-filter:blur(7px);
	-o-filter:blur(7px);
	-ms-filter:blur(7px);
	filter:blur(7px);
}
.box {
	position:absolute;
	width:100%;
	top:50%;
	
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_404 { text-align:center; }
.page_404 #big_404 {
	text-indent:-6000px;
	width:582px;
	height:262px;
	background:url(images/404_2.png) 50% 50% no-repeat;
	background-size:582px 262px;
	display:inline-block;
	margin-bottom:20px;
}
.page_404 p {
	font-size:20px;
	line-height:22px;
	font-weight:600;
	margin-bottom:20px;
}
.page_404 p a {
	border:2px solid #666;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
}
.page_404 p a:hover {
	border-color:#e8e8e8;
}
/* END STRUCTURE */

/* HEADER */
#header {
	position:fixed;
	top:18px;
	left:20px;
	z-index:950;
}
#header #logo {
	display:inline-block;
	font-size:20px;
	letter-spacing:-1px;
	font-weight:300;
	color:#b9b9b9;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	text-decoration:none;
	position:relative;
	padding: 10px;
	z-index: 3;
	background:transparent;
	
   -moz-transition: opacity .2s ease, background .3s ease;
   -webkit-transition: opacity .2s ease, background .3s ease;
   -o-transition: opacity .2s ease, background .3s ease;
   -msie-transition: opacity .2s ease, background .3s ease;
   transition: opacity .2s ease, background .3s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	#header #logo { text-shadow:0px 0px 3px #000; }
}
#header #logo .n1 { font-weight:400; color:#e8e8e8; }
#header #logo .n2 { font-weight:300; }
#header #logo .n3 {
	font-weight:300;
	color:#9E9E9E;
	opacity:0;
	pointer-events:none;
	
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#header #logo:hover .n3,
.menu_active #header #logo .n3 { opacity:1; }
body:not(.menu_active) #header #logo:hover { background:rgba(51,51,51,0.8); }
#nav_but {
	position:fixed;
	top:20px;
	right:30px;
	width:50px;
	height:40px;
	z-index:999;
	cursor:pointer;
	opacity:0.7;
	padding:10px;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#nav_but:before {
	content: "menu";
	position: absolute;
	top: 11px;
	left: -70px;
	text-transform: uppercase;
	font-weight: 400;
	color:#e8e8e8;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	font-size: 18px;
	pointer-events:none;
	opacity:0;
	
   -moz-transition: opacity .2s ease;
   -webkit-transition: opacity .2s ease;
   -o-transition: opacity .2s ease;
   -ms-transition: opacity .2s ease;
   transition: opacity .2s ease;
}
.menu_active #nav_but:before { content:'close'; }
#nav_but:hover::before { opacity:1; }
.lines::before {
  top: 8px;
}
.lines::before, .lines::after {
    background: #ecf0f1;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
	width: 100%;
	box-shadow:1px 1px 1px rgba(0,0,0,0.30);
	
	-webkit-transform-origin: 0.28571rem center 0;
	-moz-transform-origin: 0.28571rem center 0;
	-ms-transform-origin: 0.28571rem center 0;
	-o-transform-origin: 0.28571rem center 0;
	transform-origin: 0.28571rem center 0;
	
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
}
.lines::after {
    top: -8px;
}
.lines {
    background: #ecf0f1;
    border-radius: 0.28571rem;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 100%;
	box-shadow:1px 1px 1px rgba(0,0,0,0.30);
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*#nav_but:hover .lines::before {
    top: 12px;
}
#nav_but:hover .lines::after {
    top: -12px;
}*/
.menu_active #nav_but .lines {
    background: transparent;
	box-shadow: none;
}
.menu_active #nav_but .lines::before,
.menu_active #nav_but .lines::after {
    top: 0;
    -moz-transform-origin: 50% 50% 0;
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	-otransform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}
.menu_active #nav_but .lines::before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.menu_active #nav_but .lines::after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
#nav {
	width:100%;
	height:100%;
	overflow-y:scroll;
	background:rgba(26,26,26,0.9);
	z-index:900;
	position:fixed;
	top:0px;
	left:0px;
	opacity: 0;
	overflow:hidden;
	visibility:hidden;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}
.menu_active #nav {
	opacity:1;
	visibility:visible;
}
#nav .menuWrapper {
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	height:100%;
	display: table;
}
#nav .menu {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
#nav .menu li {
	-moz-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-o-transform:translateY(-20px);
	transform:translateY(-20px);
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
	opacity:0;
}
#nav .menu li:first-child { transition-delay:50ms; }
#nav .menu li:nth-child(2) { transition-delay:100ms; }
#nav .menu li:nth-child(3) { transition-delay:150ms; }
#nav .menu li:nth-child(4) { transition-delay:200ms; }
#nav .menu li:nth-child(5) { transition-delay:250ms; }
#nav .menu li:nth-child(6) { transition-delay:300ms; }
.menu_active #nav .menu li {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
}
#nav .menu a {
	display:inline-block;
	padding:8px 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:200;
	font-size:25px;
	color:#999;
	
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
#nav .menu a:after {
	content: '';
	display: block;
	height: 0px;
	width: 0;
	opacity:1;
	background:transparent;
	transition: width .3s ease, opacity .3s ease;
	-webkit-transition: width .3s ease, opacity .3s ease;
	-moz-transition: width .3s ease, opacity .3s ease;
	margin: auto;
	border-bottom: 2px solid #999;
	
	-moz-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
#nav .menu .current-post-ancestor a:after,
#nav .menu .current-menu-parent a:after,
#nav .menu .current-post-parent a:after,
#nav .menu .current-menu-item a:after {
	opacity:1;
	width:50%;
}
.no-mobile #nav .menu a:hover { color: #f6f6f6; }
.no-mobile #nav .menu a:hover::after {
	width:100%;
	/*opacity:1;*/
	border-color:#f6f6f6;
}
#nav .copy {
	position:absolute;
	bottom:20px;
	right:20px;
	text-align:right;
	line-height:18px;
}
/*#nav .patreon {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0px;
	width: 300px;
	text-align: center;
	margin: 0 auto;
}*/
/* END HEADER */

/* Index slideshow start */
#home_slider {
	position:fixed;
	overflow:hidden;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
#home_slider .slides {
	width:100%;
	height:100%;
}
#home_slider img {
	width:100%;
	height:auto;
}
#home_slider .slides div {
	width:100%;
	height:100%;
}
#home_slider div a {
	position:relative;
	display:block;
}
#main_soc {
	position:fixed;
	bottom:10px;
	left:20px;
	text-align:center;
	z-index:901;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
.social a {
	width:30px;
	height:30px;
	display:inline-block;
	text-indent:-6000px;
	position:relative;
	z-index:10;
}
.social a:before {
	font-size:20px;
	color:rgba(255,255,255,0.6);
	width:30px;
	height: 30px;
	line-height:30px;
	position: absolute;
	text-align:center;
	left: 0;
    top: 0;
	padding:0;
	text-indent:0px;
	
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.social a:hover::before { color:rgba(255,255,255,1); }
#main_soc a:nth-child(n+3) {
	opacity:0;
	margin-left: -30px;
	z-index:5;
}
.menu_active #main_soc a:nth-child(n+3),
.no-mobile #main_soc:hover a:nth-child(n+3) {
	opacity:1;
	margin-left: 0px;
}
.social a.fb:before {content:"\f230";}
.social a.be:before {content:'\f1b4';}
.social a.ig:before {content:'\f16d';}
.social a.px:before {content:'\f26e';}
.social a.pi:before {content:'\f0d2';}
.social a.tb:before {content:'\f173';}
/* Index slideshow end */

/* Cat slider start */
.gallery {
	width:100%;
	position:relative;
}
.gallery2 {
	position:absolute;
	top:80px;
	width:900px;
	height:100%;
	left:50%;
	margin-left:-450px;
}
#cat_slider, #slider, #home_slider { opacity:0; }
#cat_slider {
	/*margin:0 auto;*/
	position:relative;
	width:100%;
	/*height:100%;*/
	text-align:left;
}
#cat_slider .art {
	position: relative;
	width:33.33%;
	display:inline-block;
	vertical-align:top;
}
/*.category-6 #cat_slider .art,
.category-7 #cat_slider .art { width:20%; }*/
#cat_slider .art:before{
    padding-bottom:53%;
	content:     "";
    display:     block;
}
#cat_slider .art a {
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#cat_slider .art a:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(51,51,51,0.8);
	z-index:10;
	opacity:0;
	
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.mobile #cat_slider .art a:after {
	opacity:1;
	background: -moz-linear-gradient(top,  rgba(5,28,20,0) 0%, rgba(2,14,10,0) 51%, rgba(0,0,0,0.62) 100%);
	background: -webkit-linear-gradient(top,  rgba(5,28,20,0) 0%,rgba(2,14,10,0) 51%,rgba(0,0,0,0.62) 100%);
	background: linear-gradient(to bottom,  rgba(5,28,20,0) 0%,rgba(2,14,10,0) 51%,rgba(0,0,0,0.62) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00051c14', endColorstr='#9e000000',GradientType=0 );
}
#cat_slider a span {
	position:relative;
	display:block;
	top:50%;
	left:0px;
	width:100%;
	padding:0 10px;
	text-shadow:1px 1px 2px #000;
	overflow:hidden;
	opacity:0;
	font-weight:200;
	text-align:center;
	color:#d9d9d9;
	text-transform:uppercase;
	font-size:25px;
	line-height:35px;
	z-index:11;

	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	
   -moz-transition: all .2s ease;
   -webkit-transition: all .2s ease;
   -o-transition: all .2s ease;
   -ms-transition: all .2s ease;
   transition: all .2s ease;
}
.category-6 #cat_slider a span,
.category-7 #cat_slider a span { font-size:20px; line-height:25px; }
.mobile #cat_slider a span {
	opacity:1;
	top:75%;
	margin-top:0px;
	left:0px;
	height:35px;
	line-height:35px;
	font-weight:400;
	padding:0px;
	font-size:16px;
	
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	-o-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}
.no-mobile #cat_slider a:hover span {
	opacity:1;
	
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.no-mobile #cat_slider a:hover:after { opacity:1; }
#cat_slider .thumb {
	width:100%;
	height:100%;
	border:0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
	overflow:hidden;
}
#cat_slider .thumb img {
	width:100%;
	height:auto;
}
/*.flex-direction-nav {
	width:100%;
	position:relative;
	padding:0;
	bottom:0px;
	margin:-10px 0 0 0;
}
.flex-direction-nav .flex-prev {
	position:absolute;
	left:10px;
}
.flex-direction-nav .flex-next {
	position:absolute;
	right:10px;
}
.flex-direction-nav .flex-disabled {
	display:none;
}
.flex-direction-nav a {
	color: #444;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:20px;
	width:50px;
	line-height:20px;
}
.flex-direction-nav a:hover { color:#666; }

.flex-control-nav {
	position:relative;
	margin:0px auto;
	width:300px;
	height:20px;
}
.flex-control-nav li {
	display: inline-block;
}*/
/* Cat slider end */

/* Photo Slider start */
#slider {
	position:fixed;
	overflow:hidden;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.gallery-viewport { height:100%; }
#slider.sm {
	height:520px;
	width:780px;
	top:50%;
	left:50%;
	margin:-260px 0 0 -390px;
}
#slider .slides {
	width:100%;
	height:100%;
	position:relative;
}
#slider .slides > div {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
#slider .ptr {
	text-align: center;
	font-size:20px;
	line-height:22px;
	font-weight:600;	
}
#slider .ptr p {
	margin: 30px 0;
}
/*#slider img.landscape {
	margin-top:0px;
	width:100%;
	height:auto;
}*/
#slider img.portrait {
	margin-top:0px;
	height:100%;
	width:auto;
}
.gallery-direction-nav a.gallery-prev {
	display:block;
	position: fixed;
	left:0;
	top:0px;
	/*cursor:pointer;*/
	cursor:url('images/arrow_l.png') 6 20, pointer;
	width:50%;
	height:100%;
	text-decoration:none;
	z-index:1000;
	text-indent:-5000px;
	background:none;
	}
.gallery-direction-nav a.gallery-next {
	position:fixed;
	right:0;
	top:0px;
	/*cursor:pointer;*/
	cursor:url('images/arrow_r.png') 26 22, pointer;
	width:50%;
	height:100%;
	display:block;
	text-decoration:none;
	z-index:1000;
	text-indent:-5000px;
	}
#loading {
	position:fixed;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	z-index:1000;
	background:#000 url(images/loading.gif) 50% 50% no-repeat;
	text-indent:-5000px;
	border-radius:4px;
}
#info_but {
	position:fixed;
	right:30px;
	bottom:10px;
	width:40px;
	height:40px;
	z-index:1002;
	cursor: pointer;
	color:rgba(255,255,255,0.6);
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	
	-moz-transition: all .2s ease;
   -webkit-transition: all .2s ease;
   -o-transition: all .2s ease;
   -msie-transition: all .2s ease;
   transition: all .2s ease;
}
/*.info_active #info_but { opacity:0; }*/
#info_but:before,
#info_but div:before {
	width:40px;
	height: 40px;
	line-height:40px;
	position: absolute;
	left: 0;
    top: 0;
	padding:0;
}
#info_but:before {
	content:"\f1db";
	font-size:32px;
}
#info_but div:before {
	content:"\f02b";
	font-size:15px;
}
#info_but:after {
	content: "Info";
	position: absolute;
	top: 12px;
	left: 0px;
	padding-right:15px;
	text-transform: uppercase;
	font-weight: 400;
	font-family:'Raleway', sans-serif;
	color:#e8e8e8;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	font-size: 16px;
	pointer-events:none;
	opacity:0;
	
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	transform:translateX(-100%);
	
   -moz-transition: opacity .2s ease;
   -webkit-transition: opacity .2s ease;
   -o-transition: opacity .2s ease;
   -ms-transition: opacity .2s ease;
   transition: opacity .2s ease;
}
.info_active #info_but:after { content:"close"; }
#info_but:hover { color:rgba(255,255,255,1); }
#info_but:hover::after { opacity:1; }
#info {
	position:fixed;
	left:0;
	bottom:0px;
	width:100%;
	padding:200px 50px 50px;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	color:#CCC;
	font-size:13px;
	z-index:1001;
	text-align:center;
	pointer-events:none;
	opacity:0;
	visibility:hidden;
	
	background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.76)));
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c2000000',GradientType=0 );
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	-webkit-transform:translateY(20%);
	-moz-transform:translateY(20%);
	-o-transform:translateY(20%);
	-ms-transform:translateY(20%);
	transform:translateY(20%);
}
.info_active #info {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-moz-transform:translateY(0%);
	-o-transform:translateY(0%);
	transform:translateY(0%);
	
	-webkit-transition: all 1s cubic-bezier(.09, .99, .57, .93);
	-moz-transition: all 1s cubic-bezier(.09, .99, .57, .93);
	-o-transition: all 1s cubic-bezier(.09, .99, .57, .93);
	-ms-transition: all 1s cubic-bezier(.09, .99, .57, .93);
	transition: all 1s cubic-bezier(.09, .99, .57, .93);
}
#info .credits {
	margin-top:10px;
	display:block;
	line-height:20px;
}
#info h3 {
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:50px;
	line-height:60px;
	font-weight:200;
}
#info #caption {
	font-size: 20px;
	font-weight: 200;
}
#info .tags {
	display:block;
	pointer-events:all;
	margin-top:10px;
}
#info .tags a {
	color:#ccc;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}
#info .tags a:before {
	content:"#";
}
#info a:hover { text-decoration:underline; }
/*#info_close {
	position:absolute;
	top:22px;
	left:10px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#CCC;
	cursor:pointer;
	pointer-events:all;
}
#info_close:before {
	content:"\f00d";
	font-size:20px;
}
#info_close:hover {
	color:#e8e8e8;
}*/
/* Photo Slider end */

/* FOOTER */
/*#fb {
	position:fixed;
	left:50%;
	margin-left:-60px;
	bottom:0px;
	width:120px;
	height:35px;
	padding:6px 10px 0 10px;
	text-align:center;
	
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
   -o-transition: background .25s ease-in-out;
   -msie-transition: background .25s ease-in-out;
}
#fb:hover { background: rgba(26,26,26,0.3); }*/
/* FOOTER END */

/* CONTACT */
#contact {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:900px;
}
#contact #left_col {
	position:relative;
	float:left;
	padding-right:20px;
	width:50%;
}
#contact #right_col {
	position:relative;
	float:right;
	padding-left:20px;
	width:50%;
	min-height: 410px;
}
#contact .copy {
	width:100%;
	position:relative;
	padding-top:30px;
}
#contact a {
	text-decoration:none;
	color:#CCC;
}
#contact a span {
	color:#808080;
	font-style:italic;
	margin: 0 5px 0 20px;
}
#contact a:hover {
	color:#FFF;
}
#contact a:hover span { color:#b3b3b3; }
/*#published p.txt,*/
#contact p {
	margin-bottom:18px;
	line-height:18px;
}
/*#published p.title,*/
#contact h3 {
	margin-bottom:20px;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	color: #C3C3C3;
}
#contact h3.follow { padding-top:20px; }
.wpcf7 {
	width:100%;
	position:relative;
}
.wpcf7 .screen-reader-response { display:none; }
.wpcf7 .wpcf7-form-control-wrap {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.wpcf7 .wpcf7-response-output {
	position:relative;
	/*margin-top:10px;*/
}
.wpcf7 .name {
	width:50%;
	padding-right:3px;
	position:relative;
	float:left;
}
.wpcf7 .email {
	width:50%;
	padding-left:3px;
	position:relative;
	float:right;
}
.wpcf7 .message {
	position:relative;
	clear:both;
	padding-top:5px;
}
.wpcf7 .submit {
	position:relative;
	clear:both;
	padding-top:5px;
	padding-bottom: 10px;
}
.wpcf7 .ajax-loader {
	position:absolute;
	top:10px;
}
.wpcf7 .wpcf7-submit {
	cursor:pointer;
	text-transform:uppercase;
	width: 120px;
	-webkit-appearance:push-button;
	appearance:push-button;
}
.wpcf7 input {
	width:100%;
	padding:10px;
	margin:0;
	border:2px solid #666;
	color:#808080;
	background:none;
	font-size:14px;
	outline: none;
	-webkit-appearance:textfield;
	font-family:'Raleway', sans-serif;
	appearance:textfield;
}
.wpcf7 textarea {
	width:100%;
	height:100px;
	padding:10px;
	font-size:14px;
	border:2px solid #666;
	background:none;
	color:#808080;
	font-family:'Raleway', sans-serif;
	outline: none;
    resize: none;
}
/*.wpcf7 input:hover,*/
.wpcf7 input:focus,
/*.wpcf7 textarea:hover,*/
.wpcf7 textarea:focus,
.wpcf7 .wpcf7-submit:hover {
	border-color:#e8e8e8;
	color:#e8e8e8;
}
.wpcf7 .wpcf7-not-valid-tip {
	position:absolute;
	top:0;
	right:5px;
	color:#F00;
	line-height:45px;
	pointer-events:none;
}
/* CONTACT END */

@media only screen and (max-width: 1280px) {

.category-6 #cat_slider .art,
.category-7 #cat_slider .art { width:25% }
#cat_slider a span { font-size:18px; line-height:30px; }
#info h3 { font-size:40px; line-height:50px; }

}
@media only screen and (max-width: 1024px) {

#contact { width:100%; padding:0 20px; }
.box { position:relative; top:90px; transform:none; }

#cat_slider .art { width:50%; }
.category-6 #cat_slider .art,
.category-7 #cat_slider .art { width:33.33% }
.category-6 #cat_slider a span,
.category-7 #cat_slider a span { font-size:14px; line-height:16px; font-weight:400; }
#info { padding-top:100px; }
#info h3 { font-size:30px; line-height:40px; }
	
}

@media only screen and (max-width: 767px) {
	
#header { top:5px; left:10px; }
#header #logo { font-size:18px; padding:8px; }
#nav_but { top:6px; right:10px; }
#nav_but:before { display:none; }
/*#nav .menu a { font-size:20px; padding:5px 15px; }*/
#nav .menu a:after { border-bottom-width:1px; }
#nav .copy { bottom: 45px; right:auto; left:15px; text-align:left; }
/*#nav .patreon {bottom: 75px; left: 15px; text-align: left; width: 100%;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transform-origin: 0 100%; 
	-webkit-transform-origin: 0 100%; 
	-o-transform-origin: 0 100%; 
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%; 
	}*/

#main_soc { left:10px; }

.page_404 #big_404 { width:300px; height:135px; background-size:300px 135px; }
.page_404 p { font-size:18px; }

#contact #left_col,
#contact #right_col { width:100%; float:none; padding:0 0 40px; }
.box { top:60px; }

#info_but { right:10px; bottom:5px; }
#info { width:100%; max-width:none; padding:50px 15px 40px; }
#info h3 { font-size:25px; line-height:30px; }

}

@media handheld, only screen and (max-width: 479px) {

#cat_slider .art { width:100%; }
#cat_slider .thumb img { max-height:none; }

.category-6 #cat_slider .art,
.category-7 #cat_slider .art { width:50% }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (min--moz-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5) {

 #info_but .but {
	 background-image:url(images/ico_plus@2x.png);
	 -moz-background-size:18px 18px;
     -ie-background-size:18px 18px;
     -o-background-size:18px 18px;
     -webkit-background-size:18px 18px;
      background-size:18px 18px;
 }
 #loading {
	 background-image:url(images/loading@2x.gif);
	 -moz-background-size:24px 24px;
     -ie-background-size:24px 24px;
     -o-background-size:24px 24px;
     -webkit-background-size:24px 24px;
      background-size:24px 24px;
 }
}