@font-face {
	font-family: 'quicksand';
	src: url('../font/quicksand/Quicksand_Light.eot');
	src: url('../font/quicksand/Quicksand_Light.eot?#iefix') format('embedded-opentype'),
		 url('../font/quicksand/Quicksand_Light.woff') format('woff'),
		 url('../font/quicksand/Quicksand_Light.ttf') format('truetype'),
		 url('../font/quicksand/Quicksand_Light.svg#quicksand') format('svg');
	font-style: normal;
	font-weight: normal;
}


@font-face {
	font-family: 'quicksandb';
	src: url('../font/quicksandb/quicksandb.eot');
	src: url('../font/quicksandb/quicksandb.eot?#iefix') format('embedded-opentype'),
		 url('../font/quicksandb/quicksandb.woff') format('woff'),
		 url('../font/quicksandb/quicksandb.ttf') format('truetype'),
		 url('../font/quicksandb/quicksandb.svg#quicksandb') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family:"museos100";
	src:url(../font/museos100/museos-100.eot),
	url(../font/museos100/museos-100.svg),
	url(../font/museos100/museos-100.ttf),
	url(../font/museos100/museos-100.woff);
	font-weight: normal;
}


*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	height: 100%;
	font-size:62.5%;
}

body{
	height: 100%;
	background: white;
	/*background-image: url(../img/blue-drop-bg.jpg);*/
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed !important;
}

a{
	outline: none;
}

.copyrighttest{
	position: fixed;
	bottom: 5px;
	right: 5px;
}

.copyrighttest p {
    color: #bbb;
    text-shadow: 1px 1px 0 black;
    font-size: 1.5rem;
    font-family: quicksand;
}

#mainwrap{
	background-attachment: fixed !important;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center !important;
    background-repeat: repeat;
    background-size: cover !important;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -100;
}

#white-overlay{
	background: rgba(255,255,255,.6);
	background-attachment: fixed !important;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center !important;
    background-repeat: repeat;
    background-size: cover !important;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -100;
}

#wrap{
	height: 100%;
}

#wrap.home{
	background: black;
	position: relative;
}

#wrap.home header{
	background: black;
}

#wrap.home .site-content{
	margin-left: 0;
}

li.slide {
    height: 100vh;
}

#container2, #slider {
    width: auto;
    margin: auto;
}

#slider, #slider img {
    
    display: block;
    
    margin: auto;
    max-height: 100vh;
    max-width: 100vw;
    
    vertical-align: middle;
}

#slider img{
	position: absolute;
	bottom: 0;
    right: 0;
    top: 0;
	left: 0;
	box-shadow: 0 0 5px 4px #888;
	max-height: calc(100vh - 20px) ;
	max-width: calc(100vw - 20px) ;
}

/*========================================================================*/
/*===============================NAV======================================*/
/*========================================================================*/
.home-content{
	bottom: 0;
    left: 0;
    margin: auto;
    max-height: 400px;
    max-width: 450px;
    position: absolute;
    right: 0;
    top: 0;
}

img.homeimg{
	display: block;
	max-width: 100%;
	max-height: 75%;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
}

a.enter-site {
    display: block;
    width: 110px;
    margin: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: rgba(222, 193, 0, 0);
    font-family: quicksand;
    font-size: 2.5rem;
    font-variant: small-caps;
    font-weight: normal;
    margin-top: 10px;
    transition: color .2s;
}

a.enter-site:hover{
	color: rgba(222, 193, 0, 1);
	transition: color .4s;
	transition-delay: .1s;
	transition-timing-function: ease-in;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background: rgba(222, 193, 0, 1);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before{
  left: 0;
  right: 0;
  transition-delay: .2s;
}






a.enter-site:after {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	height: 23px;
	left: 0;
	right: 0;
	bottom: 2px;
	background: url(../img/arrowd.png) no-repeat center center;
	transition: all .2s;
	transition-delay: .2s;
}

a.enter-site:hover:after {
	height: 0;
	transition: all .2s;
}

#wrap.home h1{
	font-family: quicksand;
	color: #8f8f8f;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 60px;
}



.header__icon{
		cursor: pointer;
	    display: block;
	    float: left;
	    height: 50px;
	    margin-top: -25px;
	    position: absolute;
	    top: 50%;
	    right: 0;
	    width: 40px;
	    z-index: 2;
}

.header__icon:after {
	box-shadow: 0 4px 0 1px white, 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    content: "";
    display: block;
    height: 0;
    left: 7px;
    position: absolute;
    top: 12px;
    width: 2.4rem; 
}

#headermain nav.site-nav{
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#headermain{
	position: fixed;
	padding-top: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 4;
	width: 318px;
	background: #1d0909;
	overflow: hidden;

	-moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-moz-transform: translateX(-278px);
    -ms-transform: translateX(-278px);
    -webkit-transform: translateX(-278px);
    transform: translateX(-278px); 
}

.with--sidebar #headermain{
	-moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); 
}

#headermain nav.site-nav ul li {
    display: block;
}

.contactli{
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}

.contactli:before{
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 75%;
	background: white;
	top: 0;
}

.animsition-link i {
    margin-left: 8px;
}

.site-pusher, .site-container {
    height: 100%;
}

.site-pusher {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); 
}

.with--sidebar .site-pusher {
    -moz-transform: translateX(278px);
    -ms-transform: translateX(278px);
    -webkit-transform: translateX(278px);
    transform: translateX(278px); 
}

.site-pusher, .site-container {
    min-height: 100%;
}

.with--sidebar .site-container {
	overflow: hidden;
}

.test .site-container{
	overflow: hidden;        
}

.site-container{
	overflow: inherit;
}

.with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

#headermain nav.site-nav ul{
	padding: 40px 0 40px 40px;
}

.header__icon2 {
	display: none;
}

.site-nav ul li a.active:before {
    background: rgba(222, 193, 0, 1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 15px;
    left: -35px;
    position: absolute;
    top: 5px;
    width: 34px;
}

.site-nav{
	font-family: quicksand;
}

.site-nav ul li{
	list-style: none;
	position: relative;
}

.site-nav ul li a{
	color: #ccc;
	text-decoration: none;
	font-size: 2.2rem;
	text-transform: uppercase;
	line-height: 2.5rem;
	font-weight: normal;
	transition: all .2s;
}

.site-nav ul li a:hover{
	color: white;
	transition: all .2s;
}

.site-nav ul li a:after{
	content: '';
	display: block;
	width: 10px;
	height: 19px;
	background: #ccc;
	position: absolute;
	left: -15px;
	opacity: 0;
	bottom: 4px;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.site-nav ul li a:hover:after{
	opacity: 1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.site-nav ul li a.active:hover:after{
	opacity: 0;
}

.site-nav ul li .active{
	color: #f9c52a;
}

.signature{
	position: absolute;
	bottom: 10px;
	right: 10px;
}


.copyright{
	color: white;
	text-transform: capitalize;
	font-family: verdana;
	position: absolute;
	bottom: 10px;
}



/*========================================================================*/
/*=============================CONTENT====================================*/
/*========================================================================*/

.site-content{
	height: 100%;
	margin-left: 40px;
	padding: 0;
}


.message{
    font-size:3.2rem;
    text-align: center;
    margin-top:40px;
}






/*========================================================================*/
/*==============================THEME=====================================*/
/*========================================================================*/

/*//////////////////////THEME////////////////////*/

.theme-list a{
	position: relative;
}

.bg-scale{
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}




.gallery-main{
	font-family: museos100;
	font-variant: small-caps;
	padding: 20px 0 20px 20px;
	color: #545454;
	font-size: 2.8rem;
	font-weight: lighter;
	
}

.theme-list{
	height: 100%;
	text-align: center;
}

.theme-list a{
	height: 50%;
	min-height: 350px;
	position: relative;
	float: left;
	text-align: center;
	width: 20%;
	margin: 0;
	overflow: hidden;
	transition: width .4s;
}

.gallery-link{
	display: inline-block;
    max-width: 300px;
    padding: 10px;
    width: 25%;
}
/*//////////////////////hover apollo////////////////////*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
	background: #3085a3;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}



/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: black;
}

figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background: rgba(222, 193, 0, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	border-right: 2px solid #fff;
    bottom: 0;
    color: white;
    font-family: quicksand;
    font-size: 2rem;
    font-variant: small-caps;
    font-weight: normal;
    margin: 2rem;
    opacity: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    text-align: right;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


/*.small-accordion{
	width: 22%;
}

.big-accordion{
	width: 34%;
}*/


/*========================================================================*/
/*=============================GALLERY====================================*/
/*========================================================================*/

/*//////////////////////GALLERY////////////////////*/
.theme-title{
	font-family: quicksand;
	font-weight: normal;
	color: #545454;
	text-transform: uppercase;
	font-size: 3.2rem;
	position: absolute;
	right: 10px;
	top: 15px;

}

.gallery-list, .theme-link{
	text-align: center;
}


.theme-link{
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0;
}

.theme-link:hover p{
	border-radius: 4px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.theme-link p{
	color: white;
	font-family: quicksandb;
	font-weight: normal;
	border-radius: 0 0 4px 4px;
	width: 100%;
	font-size: 1.4rem;
	height: 90px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.torn{
	background: white none repeat scroll 0 0;
    height: 82px;
    margin-bottom: 30px;
    position: relative;
}
.torn-img{
	height: 82px;
	background-repeat: no-repeat !important;
	background-position: center left !important;
	background-size: 400px !important;
	position: relative;
}

.torn-img:after{
	content: '';
	background: url(../img/gradient.png) repeat-y;
	position: absolute;
	top: 0;
	left: 280px;
	height: 82px;
	width: 127px;
}

.torn:after{
	background: rgba(0, 0, 0, 0) url("../img/torn.png") repeat-x scroll 0 0;
    bottom: -28px;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    width: 100%;
}

/*.torn .theme-title{
	position: absolute;
	right: 10px;
	top: 30px;
}*/


/*//////////////////////GALLERY-DETAIL////////////////////*/
a.fancybox{
	position: relative;
}

.vignet{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.vignet:hover{
    box-shadow: 0 0 45px 10px rgba(0, 0, 0, 0.9) inset;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


/*MASONRY*/
#html{
	overflow-y: scroll;
}

#html.loaded{
	overflow-y: inherit;
}



img#preloader {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: inherit;
    z-index: 2;
}

.grid-sizer, .item{
	/*width: calc(20% - 16px / 5);*/
	width: 20%;
	margin:0;
}


#container{
	opacity:0;
	
}
#container.loaded{
	opacity: 1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.backtheme {
    color: #555;
    display: block;
    font-family: quicksand;
    font-size: 2.2rem;
    font-weight: normal;
    margin-left: 6px;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: left;
}

#container .fullwidth a{
	margin-bottom: 0;
}

.fullwidth {
    margin: auto auto 20px;
    max-width: 1000px;
    position: relative;
    padding:4px;
	border:1px solid #ccc;
	background:#eee;
	width:90%;
}

.fullwidth:before
{
	content:"";
	position:absolute;
	z-index:-1;
	bottom:15px;
	left: 10px;
	width:50%;
	height:20px;
	box-shadow:0 15px 10px rgba(0,0,0,.7);
	-moz-box-shadow:0 15px 10px rgba(0,0,0,.7);
	-moz-transform:rotate(-3deg);
	transform:rotate(-3deg);
}

.fullwidth:after
{
	content:"";
	position:absolute;
	z-index:-2;
	right:10px;
	bottom:17px;
	width:40%;
	height:20px;
	box-shadow:0 15px 10px rgba(0,0,0,.8);
	-moz-box-shadow:0 15px 10px rgba(0,0,0,.8);
	-moz-transform:rotate(1deg);
	transform:rotate(2deg);
}

#container{
	max-width: 1400px;
	margin: auto;
}

#container img.smthumb{
	display: none;
}

/*.item {
    padding: 1px;
}*/

/*img{
	max-width: 100%;
	display: block;
}*/

.gallery-detail{
	padding: 0;
}

.gallery-header{
	position: relative;
	margin: auto;
	margin-bottom: 50px;
}

.gallery-title{
	font-family: quicksand;
	font-size: 2.5rem;
	margin-left: 55px;
	font-variant: small-caps;
}

.gallery-header:before{
	content: '';
	background: rgba(222, 193, 0, 1);
	position: absolute;
	left: 5px;
	height: 18px;
	width: 45px;
	top: 5px;
}

.gallery-description{
	max-width: 400px;
	margin: auto;
	font-size: 1.4rem;
	font-family: quicksandb;
	position: relative;
	z-index: 2;
	padding: 0 5px 5px 5px;
	text-align: justify;
}

#container{
	text-align: center;
}

#container a{
	display: block;
	/*margin: 0 2px 4px 2px;*/
	overflow: hidden;
	border: solid 1px rgba(0,0,0,1);
	margin: 2px;
}

#container a:hover img{
	transform: scale(1.05,1.05);
	transition: all .2s;
}

#container img{
	display: block;
	max-width: 100%;
	transition: all .2s;
	
}



a.fancybox-next {
    right: 0 !important;
}

a.fancybox-prev {
    left: 0 !important;
}



/*========================================================================*/
/*==============================THEME=====================================*/
/*========================================================================*/
a:hover .bg-scale {
    overflow: hidden;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.bg-scale{
	-moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}


.gall-description, .theme-description{
	font-family: quicksandb;
}




.view {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}

.view h2 {
    color: #d1b91a;
    font-size: 17px;
    left: 0;
    margin: 20px 0 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    bottom: -40px;
}

.mask:before {
	content: "";
	width: 2px;
	background: #d1b91a;
	height: 0;
	position: absolute;
	top: 0;
	transition: height .4s;
}


.view p {
    font-style: italic;
    position: relative;
    color: #000;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    font-family: quicksandb;
    font-size: 1.7rem;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}



.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background: url(../img/bggal.png);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}



.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
}


.view-first:hover h2{
	bottom: 10px;
}

.view-first:hover .mask:before{
	height: 80%;
	transition: height .4s;
}

.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}




.break:after{
	content: 'NO BREAK';
	background: yellow none repeat scroll 0 0;
    color: black;
    display: block;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 10000;
    text-align: center;
    font-size: 3.5rem;
    font-family: quicksand;
}




/*========================================================================*/
/*============================RESPONSIVE==================================*/
/*========================================================================*/
@media (max-height: 420px) {
	.signature{
		width: 12px;
	}
}

@media (max-width: 1900px) {
	.break:after{
		content: 'BREAK 1900';
	}

	.theme-list a{
		width: 25%;
	}
}

@media (max-width: 950px) {
	.break:after{
		content: 'BREAK 950';
	}

	.gallery-link{
		width: 33.33%;
		padding: 5px;
	}

	.theme-list a{
		width: 33.33%;
	}

	.grid-sizer, .item{
		width: 20% !important;
	}
}

@media (max-width: 850px) {
	.break:after{
		content: 'BREAK 850';
	}
}


@media (max-width: 750px) {
	.break:after{
		content: 'BREAK 750';
	}

	.theme-list a{
		width: 50%;
	}

	.grid-sizer, .item{
		width: 33.33333% !important;
	}
}

@media (max-width: 650px) {
	.break:after{
		content: 'BREAK 650';
	}

	.gallery-link{
		width: 50%;
	}

	.site-content{
		/*margin-left: 0;*/
	}

	

	.theme-link{
		max-height: 250px;
		min-height: inherit;
	}


	.view {
	    height: 50px !important;
	    left: 0;
	    min-height: 30px !important;
	    top: inherit;
	}

	.view h2 {
	    background: rgba(0, 0, 0, 0.8);
	    color: #d1b91a;
	    margin: 0;
	    padding: 0;
	}

	.view-first:hover h2{
		bottom: 0;
	}

	.view a.info {
	    display: inline-block;
	    padding: 0;
	    background: none;
	    color: #fff;
	    box-shadow: none;
	    height: 100%;
	    width: 100%;
	}
	.view a.info:hover {
	    box-shadow: none;
	}

	.mask:before{
		content: '';
		width: 0;
	}

	.view-first img { 
	    transition: none;
	}
	.view-first .mask {
	    opacity: 1;
	    background: none; 
	    transition: none;
	}
	.view-first h2 {
	    opacity: 1;
	    line-height: 5rem;
	    transition: none;
	    bottom: 0;
	}
	.view-first p { 
	    transform: translateY(0px);
	    display: none;
		transition: none;
	}
	.view-first a.info{
	    opacity: 0;
		transition: none;
		position: absolute;
		top: 0;
		left: 0;
		vertical-align: middle;
	}



	.view-first:hover img { 
		transform: none;
	} 
	.view-first:hover .mask { 
		opacity: 1;
	}
	.view-first:hover h2,
	.view-first:hover p {
	    opacity: 1;
	    transform: translateY(0px);
	}

	.view-first:hover a.info {
	    opacity: 0;
	    transform: translateY(0px);
	}

	.view-first:hover p {
	    transition-delay: none;
	}
	.view-first:hover a.info {
	    transition-delay: none;
	}

	figure.effect-apollo p{
		opacity: 1;
		border-right: none;
		margin: 1rem 0 1rem 1rem;
		background: rgba(0, 0, 0, 0.4);
	}

}

@media (max-width: 550px) {
	.break:after{
		content: 'BREAK 550';
	}

	.theme-list a{
		width: 100%;
		height: 200px;
		min-height: inherit;
	}

	.grid-sizer, .item{
		width: 50% !important;
	}

}



@media (max-width: 450px) {
	.break:after{
		content: 'BREAK 450';
	}

	#container img.smthumb{
		display: inherit;
	}

	#container img.lgthumb{
		display: none;
	}

	.gallery-link{
		width: 100%;
	}


	.site-content{
		margin-left: 0;
	}

	.theme-link{
		width: 100%;
	}

	

	#container img {
	    max-width: 100%;
	}

	.gallery-main {
	    padding: 60px 0 30px 10px;
	}

	.torn-img {
	    background-position: right center !important;
	}

	.header__icon{
		display: none;
	}

	.header__icon2:after {
	    box-shadow: 0 4px 0 1px white, 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
	    content: "";
	    display: block;
	    height: 0;
	    left: 7px;
	    position: absolute;
	    top: 7px;
	    width: 24px;
	}
	.header__icon2 {
	    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	    border-radius: 2px;
	    cursor: pointer;
	    display: block;
	    height: 40px;
	    left: 5px;
	    position: fixed;
	    top: 5px;
	    width: 40px;
	    z-index: 5;
	}

	#headermain{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-moz-transform: translateX(-318px);
	    -ms-transform: translateX(-318px);
	    -webkit-transform: translateX(-318px);
	    transform: translateX(-318px); 
	}

	.with--sidebar .site-pusher {
	    -moz-transform: translateX(318px);
	    -ms-transform: translateX(318px);
	    -webkit-transform: translateX(318px);
	    transform: translateX(318px); 
	}

    .with--sidebar .site-cache {
	    left: 0;
	}
}


@media (max-width: 460px) {
	.torn-img:after {
	    right: 0;
	    left: inherit;
	}

	.with--sidebar .menu-linkresponsive{
		transform: translateX(270px);
		transition: all .3s;
	}
	.menu-linkresponsive{
		transform: translateX(0px);
		transition: all .3s;
	}
}

@media (max-width: 350px) {
	.break:after{
		content: 'BREAK 350';
	}

	.grid-sizer, .item{
		width: 100% !important;
	}

	#container a {
	    max-width: 280px;
	    margin: 0px;
	    margin: auto auto 4px;
	}
}