/*
#myModal {
	display: block;
    width: 500px;
    right: 180px;
    position: absolute;
    left: inherit;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
    height: 400px;
    margin: auto;
	z-index:-1;
}
.modal.in .modal-dialog {
	margin: 50px auto;
}
#myModal.in {
	z-index:999;
}
.modal-content-gallery .modal-header {
	padding:20px 0;
}
.modal-content-gallery .modal-body row div:first-child {
	display:none;
}
*/
body.single-photogallery .modal {background:transparent;overflow:hidden;}
body.single-photogallery .modal-body {
	padding:20px 50px;
}
.modal-body {padding:20x 50px;}
.modal-dialog {
    position: absolute !important;
    right: 200px;
    max-width: 20%;
    bottom: 200px;
	background-color:rgba(0,0,0,0.7);
	border-radius: 5px;
}
.modal-content-gallery .modal-header {
    padding-top: 30px;
}
#menu-wrap .logo {
	width: 392px;
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	position: relative;
    z-index: 9;
	}
#menu-wrap .logo img {
	max-width:392px;
}
.copyright {padding-top:5px;}
/*TRANSITIONS*/
#menu-toggle .circle, #menu-toggle .circle i{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#menu-toggle {
    position: absolute;
    top: 40px;
    right: 5px;
    height: 120px;
    width: 120px;
}
.circle-wrapper {
	position:relative;
	width:100%;
	height:100%;
}
@-webkit-keyframes shadow_anim {
  0%   { padding: 0; }
  50%  { padding: 10px; }
  100% { padding: 0; }
}
@-moz-keyframes shadow_anim {
  0%   { padding: 0; }
  50%  { padding: 10px; }
  100% { padding: 0; }
}
@-o-keyframes shadow_anim {
  0%   { padding: 0; }
  50%  { padding: 10px; }
  100% { padding: 0; }
}
@keyframes shadow_anim {
  0%   { padding: 0; }
  50%  { padding: 10px; }
  100% { padding: 0; }
}
#menu-toggle .circle-shadow.back {
	box-sizing: content-box;
    box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    -webkit-animation: shadow_anim 3s infinite;
    -moz-animation: shadow_anim 3s infinite;
    -o-animation: shadow_anim 3s infinite;
    animation: shadow_anim 3s infinite;
	height: 90px;
    width: 90px;
    position: absolute;
	padding:0;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#menu-toggle .circle-shadow {
	box-shadow: 0px 0px 0px;
}
#menu-toggle .circle.back {
	height:60px;
	width:60px;
	background-color:#3CD445;
}
#menu-toggle .circle {
	cursor: pointer;
    height: 40px;
    width: 40px;
    background-color: rgba(60, 212, 69, 0.18);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}
#menu-toggle .circle.back i {
	height: 24px;
    width: 23px;
    font-size: 26px;
	color:#fff;
}
#menu-toggle .circle i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 16px;
    margin: auto;
    font-size: 20px;
	color:rgba(255, 255, 255, 0.3);;
}
#photoframe.layout-thumbs .photography img {
    margin: auto;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    max-height:90%;
    max-width: 48%;
    height: auto !important;
	
	-webkit-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2)); 
	-moz-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
	-ms-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
	-o-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2)); 
	filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
}

.tp-caption img {
	-webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2)); 
	-moz-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
	-ms-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
	-o-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2)); 
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}

.zoom-container img {
	width:130%;
	height:auto;
}
#menu-wrap.visible-menu .logo {
    /* pointer-events: all; */
    /* transform: scale(1); */
    /* -webkit-transform: scale(1); */
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    /* transform: scale(1); */
    /* -webkit-transition: all 0.5s ease; */
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /* transition: all 0.5s ease; */
    /* -webkit-transition-delay: 0s; */
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    /* transition-delay: 0s; */
    /* position: absolute; */
    z-index: 9999;
}
#menu-wrap.visible-menu .logo {
    
}
#page-footer {
	position:fixed !important;bottom:0;left:0;
}

@media(min-width:300px) and (max-width:700px){

.tp-fade img {
    width: 93% !important;
       height: auto !important;;
       margin: -80px auto 0 24px;
}

}