

/*---------------------------------scrollbar----------------------------------*/
#photography{
	float: left;
	width: 100%;
}
.frame {
	overflow: hidden;
	width: 100%;
	float: left;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
.frame ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.frame ul li {

    cursor: pointer;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*.frame ul li img {
    opacity: 0.6;
}
.frame ul li.active img {
    opacity: 1;
}*/
.frame ul li.active {
    color: #FFFFFF;
}
.frame ul li.relative img {
    max-height:none;
    max-width:  100%;
    width: auto;
}
.frame ul li:hover .zoom-image {
	opacity: 1;

}
.scrollbar {

	height: 5px;
	line-height: 0;
	width: 100%;
	bottom: 40px;
	position: absolute;
}

.single-format-gallery .scrollbar{
	height: 5px;
	margin-top: -6px;
}

.scrollbar .handle {
    background: #FF6600;
    cursor: pointer;
    height: 100%;
    width: 100px;
}
.scrollbar .handle .mousearea {
    height: 20px;
    left: 0;
    position: absolute;
    top: -9px;
    width: 100%;
}
.pages {
    list-style: none outside none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
.pages li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -999px;
    width: 14px;
}
.pages li:hover {
    background: none repeat scroll 0 0 #AAAAAA;
}
.pages li.active {
    background: none repeat scroll 0 0 #666666;
}
.controls {
    width: 100%;
}
.controls .btn.prev, .controls .btn.next {

    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 50%;
    width: 40px;
    margin-top: -20px;
}
.controls .btn.prev {
    margin-left: 5px;
}
.controls .btn.next {
    right: 15px;
}
.single-format-gallery .controls .btn.prev {
    left: 0;
}

.oneperframe {
    height: 300px;
    line-height: 300px;
}
.oneperframe ul li {
    width: 1140px;
}
.oneperframe ul li.active {
    background: none repeat scroll 0 0 #333333;
}
.crazy ul li:nth-child(2n) {
    margin: 0 4px 0 20px;
    width: 100px;
}
.crazy ul li:nth-child(3n) {
    margin: 0 10px 0 5px;
    width: 300px;
}
.crazy ul li:nth-child(4n) {
    margin: 0 30px 0 2px;
    width: 400px;
}
.effects {
    height: 200px;
    line-height: 200px;
    perspective: 800px;
    perspective-origin: 50% 50%;
}
.effects ul {
    transform-style: preserve-3d;
}
.effects ul li {
    margin: 0 -20px;
    position: relative;
    transform: rotateY(60deg) scale(0.9);
    transition: transform 300ms ease-out 0s;
}
.effects ul li.active {
    transform: scale(1);
    z-index: 10;
}
.effects ul li.active ~ li {
    transform: rotateY(-60deg) scale(0.9);
}

/*---------------------------------EOF scrollbar----------------------------------*/
.hotkeys-meta{
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.hotkeys-meta .nav-next a:before, .hotkeys-meta .nav-previous a:before{
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
    margin-top: 30px;
    text-shadow: -1px 1px 1px #FFF;
}

.hotkeys-meta .nav-next a.fixed:before,
.hotkeys-meta .nav-previous a.fixed:before{
    position: fixed;
    top: 50px;
}

.hotkeys-meta .nav-next a.absbottom:before,
.hotkeys-meta .nav-previous a.absbottom:before{
    bottom: 20px;
    position: absolute;
    top: auto;
}

.hotkeys-meta .nav-next a:before{
    display: block;
    position: absolute;
    right: 0;
    top: 73px;
    content: '\e75e';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 50px;
    line-height: 0;
}
.hotkeys-meta .nav-previous a:before{
    display: block;
    position: absolute;
    left: 0;
    top: 72px;
    content: '\e75e';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 50px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    line-height: 0;
}
.hotkeys-meta .nav-previous a:hover:before, .hotkeys-meta .nav-next a:hover:before{ 
    color: #DB2B1E;
}
p.copyright{
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 40px;
}
p.copyright a{

}

/*================ Gallery ==============*/
.gallery-info {
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
    padding: 0 30px;
    overflow-y: auto;
    height: 100%;
}

.protected-gallery .single-like-container,
.protected-gallery .meta-details{
	display: none;
}
.protected-gallery .password-center{
	text-align: center;
}
.protected-gallery .password-center .icon-password{
	font-size: 140px;
	color: #f2f2f2;
}
.gallery-info .content > p {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 13px;
    color: #444;
}
.gallery-info h1.post-title {
	text-align: center;
	margin: 0 0 30px;
	font-size: 26px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: -0.3px;
}
.single-gallery .main-container{ opacity: 0; }
.single-gallery .entry-header {
    margin-left: 300px;
}
.single-gallery .no-gallery-sidebar .entry-header {
    margin-left: 0;
}
.collapse-btn {
    background: #f2f2f2;
    color: #888;
    bottom: 30px;
    height: 30px;
    left: 75px;
    line-height: 30px;
    position: absolute;
    text-align: right;
    width: 150px;
    z-index: 99;
    cursor: pointer;
}
.collapse-btn > span {
    margin-right: 15px;
}
.single-gallery.sly{
	overflow: hidden;
}

.gallery-info .hotkeys-meta {
    width: 60%;
    margin-top: 30px;
    text-align: center;
}
.gallery-info .hotkeys-meta > span {
    display: inline-block;
    width: 28px;
    height: 22px;
    line-height: 22px;
    background: #f2f2f2;
    color: #888;
    margin-left: 5px;
    font-size: 12px;
}
.gallery-info .hotkeys-meta > span a {
    vertical-align: middle;
}
.gallery-info .hotkeys-meta > span:first-child {
    margin-left: 0;
}

.main-container .wp-availability-month{
	padding: 3px;
	margin: 0;
	width: 25%;
	border: 0;
}

.main-container .wp-availability-month > table{
	width: 100%;
	margin: 0;
}

.main-container .wp-availability-month table tbody td{
	border: 0;
}

.main-container .wp-availability-month table tbody tr:nth-child(odd){
	background: #f9f9f9;
}

.main-container .wp-availability-month table tbody tr:nth-child(even),
.main-container .wp-availability-month table tbody tr:nth-child(even) td{
	
}

.main-container .wp-availability-month table thead th{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: black;
	background:white;
}
#availability_year{
	width: 100px;
}

.align-middle, .align-bottom{
	-webkit-transition: margin-top .5s ease-in-o;
	-moz-transition: margin-top .5s ease-in;
	-o-transition: margin-top .5s ease-in;
	-ms-transition: margin-top .5s ease-in;
	transition: margin-top .5s ease-in;
}


.entry-header.noimages h3{width: 100% !important;}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


.header-collapser{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	background: #FFF;
	display: none;
}
.header-collapser.animated{
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-ms-animation-iteration-count: 5;
	-o-animation-iteration-count: 5;
	animation-iteration-count: 5;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	backface-visibility: hidden;
}



@media only screen and (max-width : 767px){
	.header-collapser{
		display: block;
	}
}		
.password-protected-content{
	width: 300px;
	margin: 30px auto 0 auto;
	font-size: 14px;
	color: #444;
	z-index: 99;
	position: relative;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.password-protected-content label{
	color: #9099A3;
	font-size: 11px;
	text-transform: uppercase;
}
.password-protected-content input, .password-protected-content input:focus, .password-protected-content input:active{
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0,0,0,0.05);
	background: #FFF;
}
.password-protected-content input[type="submit"]{
	background: #FCFCFC;
	border: 1px solid rgba(0,0,0,0.08);
	font-size: 14px;
	color: #9099A3;
	padding: 0 15px;
	box-shadow: inset 0 0 2px rgba(255,255,255,0.2);
	cursor: pointer;
}
.password-protected-content input[type="submit"]:hover{
	border: 1px solid rgba(0,0,0,0.12);
}
.single-format-gallery .frame{
	height: 410px;
}

#main.folio #galleria{overflow: hidden;}

#main.folio .no-gallery-sidebar #galleria, #main.clasic .no-gallery-sidebar #galleria, #main.image_flow .no-gallery-sidebar #cosmoImageFlow {
	margin-left: 0;
}

#button{
	height: 50px;
	width: 100px;
	position: absolute;
	z-index: 100;
	left: 50px;
	top: 300px;
}