@charset "utf-8";
/* CSS Document by Frenify */
/*------------------------------------------------------------------*/ 
/*	xx) CUSTOM TITLE
/*------------------------------------------------------------------*/
.fotofly_fn_title[data-type="beta"] .fotofly_fn_title_content span{
	background-image: none;
}
.fotofly_fn_title[data-text-pos="left"]{text-align: left;}
.fotofly_fn_title[data-text-pos="center"]{text-align: center;}
.fotofly_fn_title[data-text-pos="right"]{text-align: right;}

.fotofly_fn_title[data-text-transform="uppercase"] .fotofly_fn_title_content span{text-transform: uppercase;}
.fotofly_fn_title[data-text-transform="lowercase"] .fotofly_fn_title_content span{text-transform: lowercase;}
.fotofly_fn_title[data-text-transform="capitalize"] .fotofly_fn_title_content span{text-transform: capitalize;}
/*------------------------------------------------------------------*/ 
/*	xx) MAIN TITLE
/*------------------------------------------------------------------*/
.fotofly_fn_maintitle{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_maintitle .title_holder{
	width: 50%;
	float: left;
	max-width: 250px;
}
.fotofly_fn_maintitle .title_holder h3{
	font-size: 36px;
	letter-spacing: 0;
	color: #111;
	line-height: 1.2;
	margin-bottom: 17px;
}
.fotofly_fn_maintitle .title_holder p{
	color: #999;
	line-height: 1.5;
}
.fotofly_fn_maintitle .descr{
	width: 50%;
	float: right;
}
.fotofly_fn_maintitle .descr p{
	color: inherit;
	line-height: 1.5;
	margin-bottom: 22px;
}
.fotofly_fn_maintitle .descr p:last-child{
	margin-bottom: 0;
}
/*------------------------------------------------------------------*/ 
/*	xx) UNIT INFO
/*------------------------------------------------------------------*/
.fotofly_fn_unit_info{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_unit_info .title_holder,
.fotofly_fn_unit_info .img_holder,
.fotofly_fn_unit_info .link_holder{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_unit_info .title_holder h3{
	font-size: 24px;
	color: #111;
	letter-spacing: 0px;
	line-height: 1.4;
	margin-bottom: 27px;
}
.fotofly_fn_unit_info .title_holder p{
	color: #555;
	line-height: 1.5;
	margin-bottom: 35px;
}
.fotofly_fn_unit_info .owl-carousel .owl-item img{
	max-height: 120px;
	width: auto;
}
.fotofly_fn_unit_info .img_holder{
	position: relative;
	margin-bottom: 30px;
}
.fotofly_fn_unit_info .img_holder:hover .owl_control{
	opacity: 1;
}
.fotofly_fn_unit_info .img_holder .owl_control{
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 22;
	margin-top: -15px;
	height: 0;
	opacity: 0;
	transition: all .3s ease;
}
.fotofly_fn_unit_info .img_holder .owl_control > div{
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	background-color: rgba(0,0,0,0.3);
	margin-left: 10px;
	
	border-radius: 3px;
}
.fotofly_fn_unit_info .img_holder .owl_control > div span{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
}
.fotofly_fn_unit_info .img_holder .owl_control > div svg{
	position: absolute;
	top: 7px;
	left: 7px;
	width: 16px;
	height: 16px;
}
.fotofly_fn_unit_info .img_holder .owl_control > div:last-child{
	float: right;
	margin-right: 10px;
	margin-left: 0px;
}
.fotofly_fn_unit_info .img_holder .owl_control > div:last-child svg{
	transform: rotate(180deg) translateZ(0);
}
.fotofly_fn_unit_info .link_holder a{
	display: inline-block;
	line-height: 1;
	padding: 15px 75px 15px 40px;
	background-color: #c05959;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
}
.fotofly_fn_unit_info .link_holder a svg{
	transform: rotate(180deg) translateZ(0);
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 35px;
	transition: all .5s ease;
}
.fotofly_fn_unit_info .link_holder a:hover svg{
	right: 25px;
}
/*------------------------------------------------------------------*/ 
/*	xx) IMAGE AFTER BEFORE (TWENTY TWENTY)
/*------------------------------------------------------------------*/
.twentytwenty-wrapper{
	z-index:10;
	position:relative;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-overlay{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label{
	position: absolute;
	top: 0; 
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay{
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.twentytwenty-before-label, .twentytwenty-after-label{
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow{
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}
.twentytwenty-container{
	z-index: 0;
	overflow: hidden;
	position: relative;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-before-label {
	opacity: 0;
}
.twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label{
	left: 15px;
	top:auto;
	bottom:10px;
	right:auto;
}
.twentytwenty-horizontal .twentytwenty-after-label{
	right: 15px;
	top:auto;
	bottom:10px;
	left:auto;
}
.twentytwenty-vertical .twentytwenty-before-label{
	top: 10px;
	left: 15px;
}
.twentytwenty-vertical .twentytwenty-after-label{
	bottom: 10px;
	top:auto;
	left:15px;
}
.twentytwenty-overlay{
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}
.twentytwenty-overlay:hover{
	background: rgba(0, 0, 0, 0.7);
}
.twentytwenty-overlay:hover .twentytwenty-after-label{
 	opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label{
	opacity: 1;
}
.twentytwenty-before{
	z-index: 20;
}
.twentytwenty-after{
	z-index: 10;
}
.twentytwenty-handle{
	height: 30px;
	width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background:#fff;
	
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	
	z-index: 40;
	cursor: pointer;
}
.twentytwenty-left-arrow{
	border-right: 6px solid #111;
	left: 50%;
	margin-left: -14px;
}
.twentytwenty-right-arrow{
	border-left: 6px solid #111;
	right: 50%;
	margin-right: -14px;
}
.twentytwenty-up-arrow{
	border-bottom: 6px solid #111;
	top: 50%;
	margin-top: -14px;
}
.twentytwenty-down-arrow{
	border-top: 6px solid #111;
	bottom: 50%;
	margin-bottom: -14px;
}
/*------------------------------------------------------------------*/ 
/*	xx) CUSTOM LINK
/*------------------------------------------------------------------*/
.fotofly_fn_link{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_link a{
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 3px;
	color: #eb1010;
	border-bottom: 1px solid #eb1010;
	
	transition: all .5s ease;
}
.fotofly_fn_link a:hover{
	border-bottom-color: transparent !important;
}
.fotofly_fn_link[data-text-transform="capitalize"]{text-transform: capitalize;}
.fotofly_fn_link[data-text-transform="uppercase"]{text-transform: uppercase;}
.fotofly_fn_link[data-text-transform="lowercase"]{text-transform: lowercase;}

.fotofly_fn_link[data-text-pos="left"]{text-align: left;}
.fotofly_fn_link[data-text-pos="center"]{text-align: center;}
.fotofly_fn_link[data-text-pos="right"]{text-align: right;}
/*------------------------------------------------------------------*/ 
/*	xx) HOTSPOT
/*------------------------------------------------------------------*/
.fotofly_fn_hotspot_container_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_hotspot_container{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_hotspot{
	position: absolute;
	z-index: 22;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.fotofly_fn_hotspot:after{
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px auto auto -15px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
	-webkit-animation: fn_pulse 3s cubic-bezier(0.3,1,0.3,1) infinite;
    animation: fn_pulse 3s cubic-bezier(0.3,1,0.3,1) infinite;
	
    border-radius: 100%;
}
@-webkit-keyframes fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(2,2)}
}
@keyframes fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(2,2)}
}
.fotofly_fn_hotspot span{
	display: inline-block;
	background: inherit;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	
	border-radius: 100%;
}
.fotofly_fn_hotspot .in{
	position: relative;
	width: 30px;
	height: 30px;
}
.fotofly_fn_hotspot .hs_tool{
	position: absolute;
	width: max-content;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	max-width: 200px;
	background-color: #f5f5f5;
	padding: 20px;
	color: #555;
	line-height: 1.5;
	
	-webkit-box-shadow: 0px 0px 65px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 65px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 65px -11px rgba(0,0,0,0.75);
	
	border-radius: 10px;
}
/* skin */
.fotofly_fn_hotspot[data-hs-skin="light"] span{
	background-color: #f5f5f5;
	color: #555;
}
.fotofly_fn_hotspot[data-hs-skin="dark"] span{
	background-color: #111;
	color: #f5f5f5;
}
/* tooltip open */
.fotofly_fn_hotspot[data-hs-tooltip="open"] .hs_tool{
	opacity: 1;
	visibility: visible;
}
.fotofly_fn_hotspot[data-hs-tooltip="hover"] .hs_tool{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.fotofly_fn_hotspot[data-hs-tooltip="click"] .hs_tool{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.fotofly_fn_hotspot[data-hs-tooltip="click"] .hs_tool.opened{
	opacity: 1;
	visibility: visible;
}
.fotofly_fn_hotspot[data-hs-tooltip="hover"]:hover .hs_tool{
	opacity: 1;
	visibility: visible;
}
/* tooltip position */
.fotofly_fn_hotspot[data-hs-tooltip-pos="t"] .hs_tool{
	bottom: 100%;
	margin-bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.fotofly_fn_hotspot[data-hs-tooltip-pos="b"] .hs_tool{
	top: 100%;
	margin-top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.fotofly_fn_hotspot[data-hs-tooltip-pos="l"] .hs_tool{
	right: 100%;
	margin-right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.fotofly_fn_hotspot[data-hs-tooltip-pos="r"] .hs_tool{
	left: 100%;
	margin-left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.fotofly_fn_hotspot[data-hs-tooltip-pos="tl"] .hs_tool{
	bottom: 100%;
	margin-bottom: 20px;
	right: 100%;
	margin-right: 20px;
}
.fotofly_fn_hotspot[data-hs-tooltip-pos="tr"] .hs_tool{
	bottom: 100%;
	margin-bottom: 20px;
	left: 100%;
	margin-left: 20px;
}
.fotofly_fn_hotspot[data-hs-tooltip-pos="bl"] .hs_tool{
	top: 100%;
	margin-top: 20px;
	right: 100%;
	margin-right: 20px;
}
.fotofly_fn_hotspot[data-hs-tooltip-pos="br"] .hs_tool{
	top: 100%;
	margin-top: 20px;
	left: 100%;
	margin-left: 20px;
}

/*------------------------------------------------------------------*/ 
/*	xx) BROCHURES
/*------------------------------------------------------------------*/
ul.brochures{
	margin: 0;
	list-style-type:none;
	clear:both;
	display:block;
	width:100%;
	float:left;
	padding-left: 0px;
}
ul.brochures li{
	margin-bottom:5px;
	width:100%;
	clear:both;
	float:left;
	overflow: hidden;
}
ul.brochures li a{
	color:#000;
	display:block;
	text-decoration:none;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	font-size:13px;
	background-color: #eee;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.brochures li a:hover{
	background:#eee;
}
ul.brochures li a i{
	font-size:16px;
	text-align:center;
	color:#fff;
	float:right;
	margin:10px;
	width:40px;
	height:32px;
	padding-top:8px;
	
	background:#eb1010;
	background:linear-gradient(to bottom,#00c4cc,#7d2ae8);
}
ul.brochures li a span.text_b{
	font-weight:500;
	margin-top:22px;
	float:left;
	margin-left:20px;
}
ul.brochures li a:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0%;
	width: 5px;
	
	background: #7d2ae8;
	background:linear-gradient(to bottom,#00c4cc,#7d2ae8);
	
	transition: all .3s cubic-bezier(.4,.2,.2,1);
}
ul.brochures li a:hover{
	background-color: #ddd;
}
ul.brochures li a:hover:after{
	height: 100%;
}
/*------------------------------------------------------------------*/ 
/*	xx) MAIN BUTTON STYLE
/*------------------------------------------------------------------*/
.fotofly_fn_mainbutton{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_mainbutton a{
	display: inline-block;
	font-size: 15px;
	text-decoration: none;
	color: #111;
	cursor: pointer;
	padding: 10px 15px;
	line-height: 1;
	letter-spacing: 0px;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	z-index: 10;
	
	transition: all .5s ease;
}
.fotofly_fn_mainbutton a:before,
.fotofly_fn_mainbutton a:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0px;
	z-index: -10;
	outline-color: transparent;
	outline-style: none;
}
.fotofly_fn_mainbutton a:after{
	right: 0px;
	transition: all .5s ease;
}
.fotofly_fn_mainbutton a:hover:after{
	z-index: -15;
}
.fotofly_fn_mainbutton a:before{
    width: 0px;
    left: 100%;
	
	-webkit-transition: left .5s ease,width .5s ease;
	   -moz-transition: left .5s ease,width .5s ease;
	    -ms-transition: left .5s ease,width .5s ease;
	     -o-transition: left .5s ease,width .5s ease;
	        transition: left .5s ease,width .5s ease;
}
.fotofly_fn_mainbutton a:hover:before{
	width: 100%;
    left: 0;
	
	-webkit-transition: width .5s ease;
	   -moz-transition: width .5s ease;
	    -ms-transition: width .5s ease;
	     -o-transition: width .5s ease;
	        transition: width .5s ease;
}
.fotofly_fn_mainbutton .arrow{
	margin-left: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.fotofly_fn_mainbutton .fotofly_fn_svg{
	transform: rotate(180deg);
	width: 20px;
	height: 20px;
	transition: all .5s ease;
}
.fotofly_fn_mainbutton span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.fotofly_fn_mainbutton[data-size="small"] span{vertical-align: sub;}
.fotofly_fn_mainbutton[data-size="small"] a{padding: 10px 15px;font-size: 15px;}
.fotofly_fn_mainbutton[data-size="small"] .arrow,
.fotofly_fn_mainbutton[data-size="small"] .fotofly_fn_svg{width: 10px;height: 10px;}
.fotofly_fn_mainbutton[data-size="medium"] a{padding: 20px 30px;font-size: 20px;}
.fotofly_fn_mainbutton[data-size="large"] a{padding: 30px 45px;font-size: 30px;}
.fotofly_fn_mainbutton[data-size="large"] .arrow{margin-left: 40px;width: 30px;height: 30px;}
.fotofly_fn_mainbutton[data-size="large"] .fotofly_fn_svg{width: 30px;height: 30px;}

/*------------------------------------------------------------------*/ 
/*	xx) FLIPBOXES
/*------------------------------------------------------------------*/
.fotofly_fn_flipbox_fn{
	width: 100%;
	float: left;
	clear: both;
	min-height: 300px;
	position: relative;
	
	perspective: 1000px; 
	-webkit-perspective: 1000px;
	
	-webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.fn_flipbox_frontside{
	width: 100%;
	float: left;
	position: relative;
	
	height: 400px;
	
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
	-ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
}
.fn_flipbox_backside{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
	-ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
}
.fotofly_fn_flipbox_fn .inner{
	position: absolute;
    left: 0;
	top: 0;
    width: 100%;
    padding: 15%;
    outline: 1px solid transparent;
    z-index: 10;
	
    -webkit-perspective: inherit;
    perspective: inherit;
	
    -webkit-transform: translateZ(60px) scale(0.94, 0.94);
    -ms-transform: translateZ(60px) scale(0.94, 0.94);
	transform: translateZ(60px) scale(0.94, 0.94);
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_flipbox_fn .o_color,
.fotofly_fn_flipbox_fn .o_image,
.fotofly_fn_flipbox_fn .o_gradient{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 5;
}
.fotofly_fn_flipbox_fn .o_image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #aaa;
}
.fotofly_fn_flipbox_fn:hover .fn_flipbox_frontside{
	-webkit-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}

.fotofly_fn_flipbox_fn:hover .fn_flipbox_backside{
	-webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.fotofly_fn_flipbox_fn h3{
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.fotofly_fn_flipbox_fn p{
	line-height: 1.5;
	letter-spacing: 0px;
}
.fotofly_fn_flipbox_fn a{
	display: inline-block;
	text-decoration: none;
	padding: 15px 60px 15px 40px;
	border: 1px solid #fff;
	position: relative;
	margin-top: 40px;
	
	border-radius: 3px;
}
.fotofly_fn_flipbox_fn a span{
	display: inline-block;
    vertical-align: middle;
    line-height: 1;
	position: relative;
}
.fotofly_fn_flipbox_fn a .arrow{
    width: 20px;
    height: 20px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
	transform: rotateY(180deg) rotateZ(0);
	
	transition: right .3s ease;
}
.fotofly_fn_flipbox_fn a:hover .arrow{
	right: 20px;
}
.fotofly_fn_flipbox_fn .fn_flip{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 0;
	overflow: hidden;
}
.fotofly_fn_flipbox_fn .fn_flip > div{
	opacity: 0;
	visibility: hidden;
	width: 100%;
	padding: 15%;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_flipbox_fn .in{
	width: 100%;
	position: absolute;
	padding: 15%;
	left: 0px;
	top: 0px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_flipbox_fn[data-content-pos="topleft"] .in{top: 0;left: 0;text-align: left;}
.fotofly_fn_flipbox_fn[data-content-pos="topcenter"] .in{top: 0;left: 0;text-align: center;}
.fotofly_fn_flipbox_fn[data-content-pos="topright"] .in{top: 0;left: 0;text-align: right;}
.fotofly_fn_flipbox_fn[data-content-pos="middleleft"] .in{top: 50%;left: 0;text-align: left;transform: translateY(-50%);}
.fotofly_fn_flipbox_fn[data-content-pos="middlecenter"] .in{top: 50%;left: 0;text-align: center;transform: translateY(-50%);}
.fotofly_fn_flipbox_fn[data-content-pos="middleright"] .in{top: 50%;left: 0;text-align: right;transform: translateY(-50%);}
.fotofly_fn_flipbox_fn[data-content-pos="bottomleft"] .in{top: auto;left: 0;text-align: left;bottom: 0;}
.fotofly_fn_flipbox_fn[data-content-pos="bottomcenter"] .in{top: auto;left: 0;text-align: center;bottom: 0;}
.fotofly_fn_flipbox_fn[data-content-pos="bottomright"] .in{top: auto;left: 0;text-align: right;bottom: 0;}

.fotofly_fn_flipbox_fn[data-effect="toptobottom"] .fn_flipbox_frontside{
	-ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.fotofly_fn_flipbox_fn[data-effect="toptobottom"] .fn_flipbox_backside{
	-ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.fotofly_fn_flipbox_fn[data-effect="toptobottom"]:hover .fn_flipbox_frontside{
	-ms-transform:rotateX(-180deg);
	-webkit-transform:rotateX(-180deg); 
	transform:rotateX(-180deg);
}
.fotofly_fn_flipbox_fn[data-effect="toptobottom"]:hover .fn_flipbox_backside{
	-ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.fotofly_fn_flipbox_fn[data-effect="bottomtotop"] .fn_flipbox_frontside{
	-ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.fotofly_fn_flipbox_fn[data-effect="bottomtotop"] .fn_flipbox_backside{
	-ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.fotofly_fn_flipbox_fn[data-effect="bottomtotop"]:hover .fn_flipbox_frontside{
	-ms-transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg); 
	transform:rotateX(180deg);
}
.fotofly_fn_flipbox_fn[data-effect="bottomtotop"]:hover .fn_flipbox_backside{
	-ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.fotofly_fn_flipbox_fn[data-effect="lefttoright"] .fn_flipbox_frontside{
	-ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.fotofly_fn_flipbox_fn[data-effect="lefttoright"] .fn_flipbox_backside{
	-ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.fotofly_fn_flipbox_fn[data-effect="lefttoright"]:hover .fn_flipbox_frontside{
	-ms-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg); 
	transform:rotateY(180deg);
}
.fotofly_fn_flipbox_fn[data-effect="lefttoright"]:hover .fn_flipbox_backside{
	-ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.fotofly_fn_flipbox_fn[data-effect="righttoleft"] .fn_flipbox_frontside{
	-ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.fotofly_fn_flipbox_fn[data-effect="righttoleft"] .fn_flipbox_backside{
	-ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.fotofly_fn_flipbox_fn[data-effect="righttoleft"]:hover .fn_flipbox_frontside{
	-ms-transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg); 
	transform:rotateY(-180deg);
}
.fotofly_fn_flipbox_fn[data-effect="righttoleft"]:hover .fn_flipbox_backside{
	-ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: HOVER WIDTH
/*------------------------------------------------------------------*/
.fotofly_fn_hover_width{
	width: 100%;
	float: left;
	clear: both;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.fotofly_fn_hover_width img{
	opacity: 0;
	height: 0;
	position: relative;
	z-index: -5;
}
.fotofly_fn_hover_width .item{
	width: 25%;
	float: left;
}
.fotofly_fn_hover_width .item.item_middle{
	width: 50%;
	padding: 0px;
}
.fotofly_fn_hover_width .item_in{
	width: 100%;
	float: left;
	padding: 2% 10%;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_hover_width .item_middle .item_in{
	padding: 0px;
}
.fotofly_fn_hover_width .item_middle ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -5px;
}
.fotofly_fn_hover_width .item_middle li{
	margin: 0px;
	float: left;
	width: 15%;
	padding-left: 5px;
	height: 500px;
	position: relative;
	overflow: hidden;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
	transition: all .5s ease;
}
.fotofly_fn_hover_width .item_middle li.current{
	width: 40%;
}
.fotofly_fn_hover_width .item_right{
	text-align: center;
}
.fotofly_fn_hover_width .h_item{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 0px;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fotofly_fn_hover_width h3{
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #111;
}
.fotofly_fn_hover_width p{
	line-height: 1.5;
	letter-spacing: 0;
	color: #777;
}
.fotofly_fn_hover_width a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding: 15px 80px 15px 40px;
	border: 2px solid #999;
	position: relative;
	line-height: 0;
	color: #777;
	font-weight: 600;
	
	border-radius: 30px;
}
.fotofly_fn_hover_width a span{
	display: inline-block;
    vertical-align: middle;
    line-height: 1;
	position: relative;
}
.fotofly_fn_hover_width a .arrow{
    width: 20px;
    height: 20px;
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -10px;
	transform: rotateY(180deg) rotateZ(0);
	
	
	transition: right .3s ease;
}
.fotofly_fn_hover_width a:hover .arrow{
	right: 25px;
}
.fotofly_fn_hover_width[data-skin="dark"] h3{color: #ccc;}
.fotofly_fn_hover_width[data-skin="dark"] p{color: #999;}
.fotofly_fn_hover_width[data-skin="dark"] a{
	color: #fff;
	border-color: #fff;
}
/*------------------------------------------------------------------*/ 
/*	xx) CUSTOM CONTENT
/*------------------------------------------------------------------*/
.fotofly_fn_custom_content h1,
.fotofly_fn_custom_content h2,
.fotofly_fn_custom_content h3,
.fotofly_fn_custom_content h4,
.fotofly_fn_custom_content h5,
.fotofly_fn_custom_content h6{
	margin: 10px 0px;
	color: inherit;
}
.fotofly_fn_custom_content{
	width: 100%;
	float: left;
}
.fotofly_fn_custom_content[data-x-pos="left"]{text-align: left;}
.fotofly_fn_custom_content[data-x-pos="center"]{text-align: center;}
.fotofly_fn_custom_content[data-x-pos="right"]{text-align: right;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: SERVICETAB SINGLE
/*------------------------------------------------------------------*/
.fotofly_fn_servicetab_single{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
}
.fotofly_fn_servicetab_single .img_holder{
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.fotofly_fn_servicetab_single .content_holder{
	width: 50%;
	position: relative;
	float: right;
	padding: 100px;
	min-height: 500px;
	background-color: #f5f5f5;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_servicetab_single .color_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 10;
	background-color: #0d0d0d;
}
.fotofly_fn_servicetab_single .color_overlay .picture{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.fotofly_fn_servicetab_single .color_overlay .fotofly_fn_svg{
	width: 100px;
	height: 100px;
}
.fotofly_fn_servicetab_single .img_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 15;
	
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.fotofly_fn_servicetab_single .img_holder.no .color_overlay{
	z-index: 20;
}
.fotofly_fn_servicetab_single .content_holder h3{
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 1.3;
	color: #111;
	margin: 0px;
	margin-bottom: 12px;
}
.fotofly_fn_servicetab_single .content_holder p{
	line-height: 1.5;
	color: #111;
	letter-spacing: 0px;
	margin-bottom: 70px;
}
.fotofly_fn_servicetab_single .content_holder ul{
	list-style-type: none;
	margin: 0px;
}
.fotofly_fn_servicetab_single .content_holder ul li{
	margin: 0px;
	border-top: 1px solid #ddd;
	padding: 10px 0px;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
}
.fotofly_fn_servicetab_single .content_holder ul li:first-child{
	border-top-color: transparent;
}
.fotofly_fn_servicetab_single .minicontent{
	margin-bottom: 70px;
}
.fotofly_fn_servicetab_single .content_holder .price_holder{
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.fotofly_fn_servicetab_single .content_holder .price_holder .text{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	color: #999;
	letter-spacing: 0px;
}
.fotofly_fn_servicetab_single .content_holder .price_holder .price{
	display: inline-block;
	padding: 3px 10px;
	background-color: #333;
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	margin-left: 17px;
}
.fotofly_fn_servicetab_single[data-img-pos="right"] .content_holder{
	float: left;
}
.fotofly_fn_servicetab_single[data-img-pos="right"] .img_holder{
	left: auto;
	right: 0px;
}
.fotofly_fn_servicetab_single[data-skin="dark"]{
	-webkit-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	-moz-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
}
.fotofly_fn_servicetab_single[data-skin="dark"] .content_holder{background-color: #050505;}
.fotofly_fn_servicetab_single[data-skin="dark"] .content_holder h3{color: #ccc;}
.fotofly_fn_servicetab_single[data-skin="dark"] .content_holder p{color: #999;}
.fotofly_fn_servicetab_single[data-skin="dark"] .content_holder .price_holder .price{color: #111;background-color: #fff;}
.fotofly_fn_servicetab_single[data-skin="dark"] .content_holder ul li{border-color: #222;}
.fotofly_fn_servicetab_single[data-skin="dark"] .content_holder ul li:first-child{border-color: transparent;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: SERVICE CAROUSEL
/*------------------------------------------------------------------*/
.fotofly_fn_service_carousel{
	width: 100%;
	float: left;
	padding: 0px 70px;
	position: relative;
	z-index: 30;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_service_carousel .service_item{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 180px;
}
.fotofly_fn_service_carousel .service_item img{
	opacity: 0;
}
.fotofly_fn_service_carousel .color_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	
	background-color: #000;
}
.fotofly_fn_service_carousel .img_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 15;
	
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.fotofly_fn_service_carousel .color_overlay .picture{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.fotofly_fn_service_carousel .color_overlay .fotofly_fn_svg{
	width: 100px;
	height: 100px;
}
.fotofly_fn_service_carousel .img_holder{
	float: left;
	width: 100%;
	position: relative;
}
.fotofly_fn_service_carousel .img_holder.no .color_overlay{
	z-index: 20;
}
.fotofly_fn_service_carousel .content_holder{
	position: absolute;
	width: 90%;
	float: left;
	z-index: 50;
	left: 5%;
	bottom: 80px;
	overflow: scroll;
	
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
	
	transition: all .5s ease;
}
.fotofly_fn_service_carousel .owl-carousel{
	clear: both;
}
.fotofly_fn_service_carousel .owl-carousel .owl-stage-outer{overflow: visible;}
.fotofly_fn_service_carousel .title_holder{
	text-align: center;
	width: 100%;
	padding: 10% 7%;
	background-color: #f5f5f5;
	z-index: 30;
	
	transition: all .3s ease;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_service_carousel .title_holder h3{
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 1.3;
	color: #111;
	margin: 0px;
	margin-bottom: 12px;
}
.fotofly_fn_service_carousel .title_holder .text{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	color: #999;
	letter-spacing: 0px;
}
.fotofly_fn_service_carousel .title_holder .price{
	display: inline-block;
	padding: 3px 10px;
	background-color: #333;
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	margin-left: 17px;
}
.fotofly_fn_service_carousel .list_holder{
	width: 100%;
	float: left;
	clear: both;
	padding: 0px 7% 10% 7%;
	background-color: #f5f5f5;
	display: none;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_service_carousel .list_holder ul{
	list-style-type: none;
	margin: 0px;
}
.fotofly_fn_service_carousel .list_holder ul li{
	margin: 0px;
	border-top: 1px solid #ddd;
	padding: 10px 0px;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
}
.fotofly_fn_service_carousel .list_holder ul li:first-child{
	border-top-color: transparent;
}
.fotofly_fn_service_carousel .service_item.opened .content_holder{
	width: 100%;
	left: 0px;
}
.fotofly_fn_service_carousel .service_item.opened .title_holder{
	width: 100%;
	margin: 0px;
	background-color: transparent;
	background: rgba(245,245,245,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(245,245,245,.8), rgba(245,245,245,1) 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(245,245,245,.8), rgba(245,245,245,1) 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(245,245,245,.8), rgba(245,245,245,1) 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rrgba(245,245,245,.8), rgba(245,245,245,1) 50%); /* Standard syntax */
}
.fotofly_fn_service_carousel .mobile_version{
	display: none;
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_service_carousel .mobile_version > div{
	margin-left: -20px;
}
.fotofly_fn_service_carousel .mobile_version > div > div{
	width: 50%;
	float: left;
	padding: 0px;
	padding-left: 20px;
	margin-bottom: 20px;
	
	box-sizing: border-box;
}
.fotofly_fn_service_carousel .mobile_version .content_holder{
	position: relative;
	bottom: auto;
	overflow: visible;
	height: 100%;
	transform: translateY(-50px) translateZ(0);
}
.fotofly_fn_service_carousel .mobile_version .title_holder h3{
	font-size: 24px;
}
.fotofly_fn_service_carousel .mobile_version .title_holder{
	height: 100%;
}
.fotofly_fn_service_carousel .mobile_version .list_holder{
	display: none !important;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: ABOUT SLIDER
/*------------------------------------------------------------------*/
.fotofly_fn_aboutslider{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_aboutslider .about_slider_in{
	width: 100%;
	max-width: 1380px;
	margin: 0px auto;
	float: none;
	padding: 0px 40px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_aboutslider .about_slider{
	float: left;
	width: 50%;
	position: relative;
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
	margin-bottom: 90px;
	
	border: 2px solid #f5f5f5;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_aboutslider .about_content{
	float: right;
	width: 50%;
	position: relative;
	padding: 7%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_aboutslider .about_slider img{
	opacity: 0;
	min-width: 100%;
}
.fotofly_fn_aboutslider .about_slider .overlay_img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	z-index: 10;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fotofly_fn_aboutslider ul.slides > li{
	position: relative;
}
.fotofly_fn_aboutslider .flex-direction-nav a{
	top: 100%;
	background-color: #f5f5f5;
	z-index: 99;
}
.fotofly_fn_aboutslider .flex-direction-nav .myflex-nav:before,
.fotofly_fn_aboutslider .flex-direction-nav .myflex-nav:after,
.fotofly_fn_aboutslider .flex-direction-nav .myflex-nav{
	background-color: #111;
}
.fotofly_fn_aboutslider .flex-direction-nav .flex-next{right: -30px;}
.fotofly_fn_aboutslider .flex-direction-nav .flex-prev{right: 35px;left: auto;}

.fotofly_fn_aboutslider .about_content h3{
	font-size: 36px;
	margin: 0;
	letter-spacing: 0px;
	line-height: 1.3;
	color: #111;
	margin-bottom: 50px;
}
.fotofly_fn_aboutslider .about_content p{
	color: #555;
	line-height: 1.5;
	column-rule-style: 0px;
	margin-bottom: 60px;
}
.fotofly_fn_aboutslider .about_content a{
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 3px;
	color: #eb1010;
	border-bottom: 1px solid #eb1010;
	
	transition: all .5s ease;
}
.fotofly_fn_aboutslider .about_content a:hover{
	border-bottom-color: transparent;
}
.fotofly_fn_aboutslider[data-img-pos="right"] .about_slider{float: right;}
.fotofly_fn_aboutslider[data-img-pos="right"] .about_content{float: left;}

.fotofly_fn_aboutslider[data-skin="dark"] .about_content p{color: #999;}
.fotofly_fn_aboutslider[data-skin="dark"] .about_content h3{color: #ccc;}
.fotofly_fn_aboutslider[data-skin="dark"] .about_slider{border-color: #1f1f1f;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CORTEX SLIDER
/*------------------------------------------------------------------*/
.fotofly_fn_w_cortex_slider_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_w_cortex_slider_wrap .item{
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
}
.fotofly_fn_w_cortex_slider_wrap .image_holder{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fotofly_fn_w_cortex_slider_wrap .title_holder{
	height: 100px;
	line-height: 100px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 30;
	background-color: rgba(0,0,0,0.6);
	padding: 0px 120px;
	text-align: center;
	overflow: hidden;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_cortex_slider_wrap h3{
	margin: 0px;
	font-size: 36px;
	letter-spacing: 0px;
}
.fotofly_fn_w_cortex_slider_wrap h3 a{
	color: #fff;
	line-height: 0;
}
.fotofly_fn_w_cortex_slider_wrap h3 a:hover{
	color: #eb1010;
}
.fotofly_fn_w_cortex_slider_wrap .flex-direction-nav a{
	top: auto;
	bottom: 0px;
	background-color: #050505;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 0px;
}
.fotofly_fn_w_cortex_slider_wrap .flex-direction-nav .flex-prev{left: 0px;}
.fotofly_fn_w_cortex_slider_wrap .flex-direction-nav .flex-next{right: 0px;}
.fotofly_fn_w_cortex_slider_wrap .flex-direction-nav .myflex-nav{
	display: inline-block;
	margin-left: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: MULTISCROLL
/*------------------------------------------------------------------*/
.fotofly_fn_w_multi_scroll{
	width: 100%;
	float: left;
	position: relative;
	height: 100vh;
}
.fotofly_fn_w_multi_scroll .ms-left .item{
	border-right: 4px solid #050505;
}
.fotofly_fn_w_multi_scroll .ms-right .item{
	border-left: 4px solid #050505;
}
.fotofly_fn_w_multi_scroll .item_in{
	width: 100%;
	height: 100%;
	position: relative;
}
.fotofly_fn_w_multi_scroll .image_holder{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fotofly_fn_w_multi_scroll .title_holder{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 50px 40px;
	z-index: 20;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Standard syntax */
}
.fotofly_fn_w_multi_scroll .title_holder h3{
	margin: 0px;
	font-size: 36px;
	letter-spacing: 0px;
}
.fotofly_fn_w_multi_scroll .title_holder h3 a{
	color: #fff;
}
.fotofly_fn_w_multi_scroll .title_holder h3 a:hover{
	color: #eb1010;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CATEGORY COLUMN PORTFOLIO
/*------------------------------------------------------------------*/
.fotofly_fn_category_column_portfolio,
.fotofly_fn_category_column_gallery{
	width: auto;
	overflow-x: scroll;
}
.fotofly_fn_category_column_portfolio table,
.fotofly_fn_category_column_gallery table{
    width: auto !important;
    border: none;
	margin-bottom: 0;
}
.fotofly_fn_category_column_portfolio table tr,
.fotofly_fn_category_column_gallery table tr{
    border: none;
    padding: 0px;
}
.fotofly_fn_category_column_portfolio table td,
.fotofly_fn_category_column_gallery table td{
    width: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    border: none !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.fotofly_fn_category_column_portfolio table .list,
.fotofly_fn_category_column_gallery table .list{
	width: 25vw;
	height: 100vh;
	transition: width .5s ease;
	display: block;
}
.fotofly_fn_category_column_portfolio table .title_holder,
.fotofly_fn_category_column_gallery table .title_holder{
	position: absolute;
	width: 100%;
	bottom: 0;left: 0;
	background-color: #050505;
	text-align: center;
	z-index: 20;
}
.fotofly_fn_category_column_portfolio table .title_holder h3,
.fotofly_fn_category_column_gallery table .title_holder h3{
	margin: 0;
}
.fotofly_fn_category_column_portfolio table .title_holder h3 a,
.fotofly_fn_category_column_gallery table .title_holder h3 a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 40px;
	line-height: 120px;
	text-transform: capitalize;
	font-size: 36px;
}
.fotofly_fn_category_column_portfolio table .title_holder h3 a:hover,
.fotofly_fn_category_column_gallery table .title_holder h3 a:hover{
	color: #eb1010;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: SERVICELIST
/*------------------------------------------------------------------*/
.fotofly_fn_servicelist{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_servicelist ul{
	margin: 0px;
	list-style-type: none;
}
.fotofly_fn_servicelist li{
	margin: 0px;
	width: 33.3333%;
	float: left;
	position: relative;
}
.fotofly_fn_servicelist .item{
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 60px;
	text-align: center;
	height: 100%;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
	transition: all .5s ease;
}
.fotofly_fn_servicelist .item_in{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.fotofly_fn_servicelist .item a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}
.fotofly_fn_servicelist .item:hover{
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
}
.fotofly_fn_servicelist .item h3{
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
}
.fotofly_fn_servicelist .item p{
	line-height: 1.5;
	color: #777;
	letter-spacing: 0px;
	margin-bottom: 70px;
}
.fotofly_fn_servicelist .number{
	position: absolute;
    font-size: 50px;
    color: #aaa;
    display: block;
    z-index: -2;
    opacity: .2;
    left: 0px;
    top: 0px;
    line-height: 1;
	padding: 15px;
}
.fotofly_fn_servicelist .item .arrow{
	color: #999;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	transform: rotateY(180deg) rotateZ(0);
}
.fotofly_fn_servicelist[data-cols="2"] li{width: 50%;}
.fotofly_fn_servicelist[data-cols="4"] li{width: 25%;}

.fotofly_fn_servicelist[data-skin="dark"] .item h3{color: #ccc;}
.fotofly_fn_servicelist[data-skin="dark"] .item p{color: #999;}
.fotofly_fn_servicelist[data-skin="dark"] .item .arrow{color: #ccc;}
.fotofly_fn_servicelist[data-skin="dark"] .item:hover{
	-webkit-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	-moz-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CUSTOMPOST CAROUSEL
/*------------------------------------------------------------------*/
.fotofly_fn_w_custompost_carousel_wrap{
	width: 100%;
	float: left;
	clear: both;
	padding: 0px 30px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.w_cpost_carousel{
	width: 100%;
	float: left;
}
.w_cpost_carousel .item{
	width: 100%;
	float: left;
	position: relative;
	
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
}
.w_cpost_carousel img{
	opacity: 0;
}
.w_cpost_carousel .image_holder_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.w_cpost_carousel .title_holder{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px;
	text-align: left;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Standard syntax */
}
.w_cpost_carousel .title_holder h3{
	margin: 0px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1;
}
.w_cpost_carousel .title_holder h3 a{
	color: #fff;
}
.w_cpost_carousel .title_holder h3 a:hover{
	color: #eb1010;
}
.w_cpost_carousel .title_holder p{
	line-height: 1.5;
	margin-bottom: 5px;
}
.w_cpost_carousel .title_holder p a{
    cursor: pointer;
    position: relative;
	text-decoration: none;
	color: #ccc;
	border-bottom: none !important;
}
.w_cpost_carousel .title_holder p a:after{
	content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 100%;
    background-color: #ccc;
	
	-webkit-transition: left .5s ease,width .5s ease;
	   -moz-transition: left .5s ease,width .5s ease;
	    -ms-transition: left .5s ease,width .5s ease;
	     -o-transition: left .5s ease,width .5s ease;
	        transition: left .5s ease,width .5s ease;
}
.w_cpost_carousel .title_holder p a:hover:after{
	width: 100%;
    left: 0;
	
	-webkit-transition: width .5s ease;
	   -moz-transition: width .5s ease;
	    -ms-transition: width .5s ease;
	     -o-transition: width .5s ease;
	        transition: width .5s ease;
}
.w_cpost_carousel .title_wrapper{
	width: 100%;
	float: left;
	clear: both;
}
.w_cpost_carousel .main_title_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-right: 100px;
	margin-bottom: 40px;
	min-height: 40px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.w_cpost_carousel .main_title_holder .owl_control{
	position: absolute;
	right: 0px;
	top: 0px;
}
.w_cpost_carousel .main_title_holder .owl_control > div{
	width: 40px;
	height: 40px;
	border: 2px solid #999;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	color: #fff;
	
	border-radius: 2px;
	
	box-sizing: border-box;
}
.w_cpost_carousel .main_title_holder .owl_control > div span{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #555;
}
.w_cpost_carousel .main_title_holder .owl_control > div svg{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 16px;
	height: 16px;
}
.w_cpost_carousel .main_title_holder .owl_control > div:last-child svg{
	transform: rotate(180deg) translateZ(0);
}
.w_cpost_carousel .main_title_holder h2{
	font-size: 36px;
	letter-spacing: 0px;
	margin: 0px;
	color: #111;
	margin-bottom: 5px;
}
.w_cpost_carousel .main_title_holder p{
	line-height: 1.5;
	letter-spacing: 0px;
	color: #777;
}
.w_cpost_carousel .owl-carousel{
	clear: both;
}
.w_cpost_carousel .owl-carousel .owl-stage{
	padding-bottom: 90px;
}
.w_cpost_carousel .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.fotofly_fn_w_custompost_carousel_wrap[data-skin="dark"] .w_cpost_carousel .main_title_holder h2{color: #ccc;}
.fotofly_fn_w_custompost_carousel_wrap[data-skin="dark"] .w_cpost_carousel .main_title_holder p{color: #999;}
.fotofly_fn_w_custompost_carousel_wrap[data-skin="dark"] .w_cpost_carousel .item{
	-webkit-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	-moz-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
}
.fotofly_fn_w_custompost_carousel_wrap[data-skin="dark"] .w_cpost_carousel .main_title_holder .owl_control > div span{color: #fff;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CUSTOMPOST CAROUSEL 2
/*------------------------------------------------------------------*/
.fotofly_fn_w_custompost_carousel_2{
	width: 100%;
	float: left;
	clear: both;
}
.w_cpost_carousel.c2{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.w_cpost_carousel.c2 > div{
	float: left;
	clear: none;
}
.w_cpost_carousel.c2 .title_wrapper{
	width: 30%;
}
.w_cpost_carousel.c2 .owl-carousel{
	width: 70%;
}
.w_cpost_carousel.c2 .owl-carousel .owl-stage-outer{overflow: hidden}
.w_cpost_carousel.c2 .main_title_holder{
	padding-right: 0px;
	margin-bottom: 0px;
	min-height: auto;
	padding: 0px 90px;
}
.w_cpost_carousel.c2 .main_title_holder h2{
	margin-bottom: 20px;
}
.w_cpost_carousel.c2 .main_title_holder p{
	margin-bottom: 45px;
}
.w_cpost_carousel.c2 .main_title_holder .owl_control > div:first-child{margin: 0px;}
.w_cpost_carousel.c2 .main_title_holder .owl_control > div{float: left;}
.w_cpost_carousel.c2 .main_title_holder .owl_control{
	position: relative;
	float: left;
}
.w_cpost_carousel.c2 .owl-carousel .owl-stage{padding-bottom: 0px;}
.w_cpost_carousel.c2 .item{
	box-shadow: none;
	width: 300px;
}
.fotofly_fn_w_custompost_carousel_2[data-skin="dark"] .w_cpost_carousel.c2 .main_title_holder h2{color: #ccc;}
.fotofly_fn_w_custompost_carousel_2[data-skin="dark"] .w_cpost_carousel.c2 .main_title_holder p{color: #999;}
.fotofly_fn_w_custompost_carousel_2[data-skin="dark"] .w_cpost_carousel .main_title_holder .owl_control span{color: #fff;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CUSTOMPOST CATEGORY FOLDER
/*------------------------------------------------------------------*/
.fotofly_fn_w_cuspostcatfol_wrap,
.fotofly_fn_w_cuspostcatfol{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_w_cuspostcatfol{
	margin: 50px 0px;
}
.fotofly_fn_w_cuspostcatfol img{
	min-width: 100%;
	opacity: 0;
}
.fotofly_fn_w_cuspostcatfol .title_holder{
	position: absolute;
	z-index: 200;
	width: 70%;
	left: 15%;
	background-color: #f5f5f5;
	padding: 20px 10px;
	text-align: center;
	bottom: -50px;
	
	border-radius: 3px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
}
.fotofly_fn_w_cuspostcatfol .title_holder h3{
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.fotofly_fn_w_cuspostcatfol .title_holder p{
	letter-spacing: 0px;
	line-height: 1.5;
	color: #999;
}

.frenify-folder-slider .folder_fn_wrap{
	z-index: 50;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.frenify-folder-slider .folder_fn_wrap .item{
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 0px;
	background-size: cover;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
	transition: all .2s ease;
}
.frenify-folder-slider .backup{
	width: 100%;
	position: relative;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}
.frenify-folder-slider .backup img{
	max-width: 100%;
}
.frenify-folder-slider .folder_fn_wrap .item:nth-child(2){
	top: -7%;
	z-index: 90;
	transform: scale(0.95, 0.95)
}
.frenify-folder-slider .folder_fn_wrap .item:nth-child(3){
	top: -13%;
	z-index: 80;
	transform: scale(0.9, 0.9);
}
.frenify-folder-slider .folder_fn_wrap .item:nth-child(4){
	top: -18%;
	z-index: 60;
	transform: scale(0.85, 0.85);
}
.frenify-folder-slider .folder_fn_wrap .item.ab{
	z-index: 100;
	top: 0px;
	transform: scale(1, 1);
	transition: all .5s .0s ease;
}
.frenify-folder-slider .folder_fn_wrap .item.ac{
	z-index: 90;
	top: -7%;
	transform: scale(0.95, 0.95);
	transition: all .5s .1s ease;
}
.frenify-folder-slider .folder_fn_wrap .item.ad{
	z-index: 80;
	top: -13%;
	transform: scale(0.9, 0.9);
	transition: all .5s .2s ease;
}
.frenify-folder-slider .folder_fn_wrap .item.ae{
	z-index: 60;
	top: -18%;
	transform: scale(0.85, 0.85);
	transition: all .5s .0s ease;
	
	opacity: 0;
	visibility: hidden;
}
.frenify-folder-slider .folder_fn_wrap .item.hideme{
	opacity: 0;
	visibility: hidden;
	transform: scale(0.85, 0.85);
}
.frenify-folder-slider .item img{
	max-width: 100%;
	vertical-align: top;
}
.fotofly_fn_w_cuspostcatfol_wrap[data-skin="dark"] .fotofly_fn_w_cuspostcatfol .title_holder{
	background-color: #050505;
	-webkit-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	-moz-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
}
.fotofly_fn_w_cuspostcatfol_wrap[data-skin="dark"] .fotofly_fn_w_cuspostcatfol .title_holder h3 a{color: #ccc;}
.fotofly_fn_w_cuspostcatfol_wrap[data-skin="dark"] .fotofly_fn_w_cuspostcatfol .title_holder h3 a:hover{color: #eb1010;}
.fotofly_fn_w_cuspostcatfol_wrap[data-skin="dark"] .frenify-folder-slider .folder_fn_wrap .item{border-color: #1d1d1d;}

/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CUSTOMPOST CATEGORY MODERN
/*------------------------------------------------------------------*/
.fotofly_fn_w_cuspostcatmod{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_w_cuspostcatmod img{
	max-width: 100%;
	opacity: 0;
}
.fotofly_fn_w_cuspostcatmod .item{
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
}
.fotofly_fn_w_cuspostcatmod .title_holder{
	position: absolute;
	left: -20px;
	bottom: 20px;
	z-index: 20;
}
.fotofly_fn_w_cuspostcatmod .title_holder a{
	text-decoration: none;
	color: #fff;
	display: block;
    background-color: #111;
    padding: 15px 90px 15px 30px;
	text-transform: capitalize;
	position: relative;
	font-size: 22px;
	min-width: 100px;
}
.fotofly_fn_w_cuspostcatmod .title_holder a:after{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	content: '';
	top: 0px;
	left: 0px;
	z-index: -1;
	
    -webkit-box-shadow: 1px 1px 3px;
    -moz-box-shadow: 1px 1px 3px;
    box-shadow: 1px 1px 3px;
}
.fotofly_fn_w_cuspostcatmod .title_holder span{
	display: inline-block;
	color: inherit;
}
.fotofly_fn_w_cuspostcatmod .arrow{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	position: absolute;
	right: 40px;
	top: 50%;
    transform: translateY(-50%);
	
	transition: all .5s ease;
}
.fotofly_fn_w_cuspostcatmod .fotofly_fn_svg{
	width: 25px;
	height: 25px;
	transform: rotate(180deg);
}
.fotofly_fn_w_cuspostcatmod .title_holder:hover .arrow{
	right: 30px;
}
.fotofly_fn_w_cuspostcatmod .image_holder_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fotofly_fn_w_cuspostcatmod_wrap[data-skin="light"] .fotofly_fn_w_cuspostcatmod .title_holder a{
	background-color: #f5f5f5;
	color: #111;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CUSTOMPOST RIBBON
/*------------------------------------------------------------------*/
.fotofly_fn_w_custompost_ribbon_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_w_custompost_ribbon_wrap .item{
	position: relative;
	border-left: 4px solid #050505;
	border-right: 4px solid #050505;
	width: 100%;
	height: 100%;
	float: left;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_custompost_ribbon_wrap img{
	opacity: 0 !important;
}
.fotofly_fn_w_custompost_ribbon_wrap .image_holder_overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fotofly_fn_w_custompost_ribbon_wrap .hover_overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	
	transition: all .5s ease;
}
.fotofly_fn_w_custompost_ribbon_wrap .title_holder{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 50px 40px;
	z-index: 20;
	text-align: center;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Standard syntax */
}
.fotofly_fn_w_custompost_ribbon_wrap .title_holder h3{
	margin: 0px;
	font-size: 36px;
	letter-spacing: 0px;
}
.fotofly_fn_w_custompost_ribbon_wrap .title_holder h3 a{
	color: #fff;
}
.fotofly_fn_w_custompost_ribbon_wrap .title_holder h3 a:hover{
	color: #eb1010;
}
.fotofly_fn_w_custompost_ribbon_wrap .owl-item.center .hover_overlay{
	opacity: 0;
	visibility: hidden;
}
.fotofly_fn_w_custompost_ribbon_wrap .flex-viewport{
	overflow: visible !important;
	max-height: 100vh !important;
}
.fotofly_fn_w_custompost_ribbon_wrap .slides > li:not(.flex-active-slide) .hover_overlay{
	z-index: 25;
	background-color: rgba(0,0,0,0.8);
}
.fotofly_fn_w_custompost_ribbon_wrap .flex-direction-nav a.flex-next{
	background: none;
    border-radius: 0;
    height: 100%;
    left: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    padding-left: 30px;
}
.fotofly_fn_w_custompost_ribbon_wrap .flex-direction-nav a.flex-prev{
	background: none;
    border-radius: 0;
    height: 100%;
    right: 100%;
    left: auto;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    padding-right: 30px;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: TESTIMONIAL SINGLE
/*------------------------------------------------------------------*/
.fotofly_fn_testimonial_single{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_testimonial_single .inner{
	width: 100%;
	float: left;
	clear: both;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_testimonial_single .content_holder{
	width: 100%;
	float: left;
	clear: both;
	padding: 40px 30px;
	margin-bottom: 20px;
	position: relative;
	background-color: #eee;
	z-index: 10;
	
	border-radius: 2px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_testimonial_single .content_holder:after{
	content: '';
	width: 0px;
	height: 0px;
	border: 40px solid transparent;
	border-right-color: #eee;
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: -65px;
	z-index: 5;
}
.fotofly_fn_testimonial_single .content{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.fotofly_fn_testimonial_single .content_holder p{
	color: #777;
    line-height: 1.5;
}
.fotofly_fn_testimonial_single .title_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 0px 20px 0px 80px;
	min-height: 60px;
	margin-bottom: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_testimonial_single .image_holder{
	width: 60px;
	height: 60px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.fotofly_fn_testimonial_single .image_holder img{
	width: 60px;
	height: 60px;
	
	border-radius: 100%;
}
.fotofly_fn_testimonial_single .title_holder h4{
	font-size: 18px;
	color: #111;
	line-height: 1.3;
	letter-spacing: 0px;
	font-weight: 500;
	margin:5px 0px;
	text-transform: capitalize;
}
.fotofly_fn_testimonial_single .title_holder p{
	color: #777;
    line-height: 1.6;
    letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 500;
}
.fotofly_fn_rating_star{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 333;
}
.fotofly_fn_rating_star .fotofly_fn_svg{
	width: 100px;
}
.fotofly_fn_rating_star .abs{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	overflow: hidden;
	color: #f7931e;
}
.fotofly_fn_rating_star .rel{
	position: relative;
	z-index: 4;
	color: #aaa;
}
.fotofly_fn_rating_star[data-rating="5"] .abs{width: 100px;}
.fotofly_fn_rating_star[data-rating="4"] .abs{width: 80px;}
.fotofly_fn_rating_star[data-rating="3"] .abs{width: 60px;}
.fotofly_fn_rating_star[data-rating="2"] .abs{width: 40px;}
.fotofly_fn_rating_star[data-rating="1"] .abs{width: 20px;}
.fotofly_fn_rating_star[data-rating="nothing"]{display: none;}

.fotofly_fn_testimonial_single[data-layout="beta"] .content_holder{
	margin-bottom: 0px;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
}
.fotofly_fn_testimonial_single[data-layout="beta"] .inner{
	padding: 40px 30px;
	background-color: #eee;
	margin-bottom: 20px;
	
	border-radius: 2px;
}
.fotofly_fn_testimonial_single[data-layout="beta"] .content_holder:after{display: none;}
.fotofly_fn_testimonial_single[data-layout="beta"] .title_holder{margin-bottom: 40px;}
.fotofly_fn_testimonial_single[data-layout="beta"] .content{margin-bottom: 40px;}

.fotofly_fn_testimonial_single[data-skin="dark"][data-layout="beta"] .inner{background-color: #050505;}
.fotofly_fn_testimonial_single[data-skin="dark"] .title_holder h4{color: #ccc;}
.fotofly_fn_testimonial_single[data-skin="dark"] .title_holder p{color: #999;}
.fotofly_fn_testimonial_single[data-skin="dark"] .content_holder p{color: #999;}
.fotofly_fn_testimonial_single[data-skin="dark"][data-layout="alpha"] .content_holder{background-color: #050505;}
.fotofly_fn_testimonial_single[data-skin="dark"] .content_holder:after{border-right-color: #050505;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CALL TO ACTION
/*------------------------------------------------------------------*/
.fotofly_fn_call_to_action{
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	line-height: 1;
	position: relative;
	overflow: hidden;	
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_call_to_action .call_inner{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.fotofly_fn_call_to_action a{
	font-size: 14px;
    letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
	width: 100%;
	position: relative;
	z-index: 20;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_call_to_action > a span{
	display: inline-block;
	position: relative;
	padding-right: 30px;
	line-height: 1.2;
}
.fotofly_fn_call_to_action > a i{
	position: absolute;
	left: 100%;
	margin-left: -20px;
	top: 0px;
}
.fotofly_fn_call_to_action > a:hover i{
	margin-left: -10px;
}
.frenify-animated{
	position: relative;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CALL TO ACTION CLASSIC 
/*------------------------------------------------------------------*/
.fotofly_fn_call_to_action_classic{
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
}
.fotofly_fn_call_to_action_classic h1{
	margin: 0;
	font-size: 72px;
	color: #fff;
	letter-spacing: 0px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.fotofly_fn_call_to_action_classic p{
	color: #fff;
	letter-spacing: 0px;
	line-height: 1.2;
}
.fotofly_fn_call_to_action_classic a{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 20px 95px 20px 40px;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	font-size: 22px;
	color: #fffefe;
	letter-spacing: 0px;
	background: none;
	margin-top: 50px;
}
.fotofly_fn_call_to_action_classic a:hover span.arrow{
	right: 35px;
}
.fotofly_fn_call_to_action_classic span.text{
	line-height: 25px;
	color: inherit;
}
.fotofly_fn_call_to_action_classic span.arrow{
	position: absolute;
	color: inherit;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	line-height: 0;
	
	transition: right .3s ease;
}
.fotofly_fn_call_to_action_classic .fotofly_fn_svg{
	width: 25px;
	height: 25px;
	transform: rotate(180deg);
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: BLOG TRIPLE
/*------------------------------------------------------------------*/
.fotofly_fn_w_blogtriple_wrap,
.fotofly_fn_w_blogtriple{
	width: 100%;
	float: left;
	clear: both;
}
ul.w_blog_list{
	list-style-type: none;
	margin: 0px;
	margin-left: -15px;
}
li.fotofly_fn_w_blogtriple_item{
	width: 33.3333%;
	float: left;
	padding-left: 15px;
	margin-bottom: 15px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.w_blog_list .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
ul.w_blog_list .item img{
	opacity: 0;
}
ul.w_blog_list .image_holder_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
	
	border-radius: 3px;
}
ul.w_blog_list .title_holder{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px 40px;
	width: 100%;
	z-index: 30;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.w_blog_list .title_holder .in{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Standard syntax */
	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
ul.w_blog_list .title_holder p{
	display: block;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 3px;
}
ul.w_blog_list .title_holder p > *{
	display: inline-block;
	color: inherit;
}
ul.w_blog_list .title_holder p a{
	text-decoration: none;
	color: #fff;
	position: relative;
}
ul.w_blog_list .title_holder p a:after{
	content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 100%;
    background-color: #fff;
	
	-webkit-transition: left .5s ease,width .5s ease;
	   -moz-transition: left .5s ease,width .5s ease;
	    -ms-transition: left .5s ease,width .5s ease;
	     -o-transition: left .5s ease,width .5s ease;
	        transition: left .5s ease,width .5s ease;
}
ul.w_blog_list .title_holder p a:hover:after{
	width: 100%;
    left: 0;
	
	-webkit-transition: width .5s ease;
	   -moz-transition: width .5s ease;
	    -ms-transition: width .5s ease;
	     -o-transition: width .5s ease;
	        transition: width .5s ease;
}
ul.w_blog_list .title_holder h3{
	font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
}
ul.w_blog_list .title_holder h3 a{
	color: #fff;
	text-decoration: none;
}
ul.w_blog_list .title_holder h3 a:hover{
	color: #eb1010;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: SERVICE TABS
/*------------------------------------------------------------------*/
.fotofly_fn_service_tabs{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_sertabs{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
}
.fotofly_fn_sertabs ul.etabs{
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top: 20px;
	left: -40px;
	z-index: 40;
}
.fotofly_fn_sertabs ul.etabs li{
	margin: 0px;
	margin-bottom: 2px;
}
.fotofly_fn_sertabs ul.etabs li:last-child{
	margin-bottom: 0px;
}
.fotofly_fn_sertabs ul.etabs li a{
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 0px;
	position: relative;
}
.fotofly_fn_sertabs ul.etabs .e_number{
	width: 40px;
	display: inline-block;
	text-align: center;
	background-color: #555;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	color: #ccc;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2) ;
}
.fotofly_fn_sertabs ul.etabs .e_title{
	display: inline-block;
	padding: 0px 20px;
	background-color: #323232;
	color: #fff;
	position: absolute;
	top: 0px;
	height: 100%;
	width: max-content;
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s .1s ease, left .5s ease;
}
.fotofly_fn_sertabs ul.etabs a:hover .e_title{
	opacity: 1;
	visibility: visible;
	left: 100%;
}
.fotofly_fn_sertabs ul.etabs li:hover a .e_number,
.fotofly_fn_sertabs ul.etabs li.active a .e_number{
	background-color: #333;
	color: #fff;
}
.fotofly_fn_sertabs .img_holder{
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.fotofly_fn_sertabs .content_holder{
	width: 50%;
	position: relative;
	float: right;
	padding: 100px;
	min-height: 500px;
	background-color: #f5f5f5;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_sertabs .color_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 10;
	background-color: #000;
}
.fotofly_fn_sertabs .color_overlay .picture{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.fotofly_fn_sertabs .color_overlay .fotofly_fn_svg{
	width: 100px;
	height: 100px;
}
.fotofly_fn_sertabs .img_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 15;
	
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.fotofly_fn_sertabs .img_holder.no .color_overlay{
	z-index: 20;
}
.fotofly_fn_sertabs .content_holder h3{
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 1.3;
	color: #111;
	margin: 0px;
	margin-bottom: 12px;
}
.fotofly_fn_sertabs .content_holder p{
	line-height: 1.5;
	color: #111;
	letter-spacing: 0px;
	margin-bottom: 70px;
}
.fotofly_fn_sertabs .content_holder ul{
	list-style-type: none;
	margin: 0px;
}
.fotofly_fn_sertabs .content_holder ul li{
	margin: 0px;
	border-top: 1px solid #ddd;
	padding: 10px 0px;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
}
.fotofly_fn_sertabs .content_holder ul li:first-child{
	border-top-color: transparent;
}
.fotofly_fn_sertabs .minicontent{
	margin-bottom: 70px;
}
.fotofly_fn_sertabs .content_holder .price_holder{
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.fotofly_fn_sertabs .content_holder .price_holder .text{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	color: #999;
	letter-spacing: 0px;
}
.fotofly_fn_sertabs .content_holder .price_holder .price{
	display: inline-block;
	padding: 3px 10px;
	background-color: #333;
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	margin-left: 17px;
}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs .content_holder{
	float: left;
}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs .img_holder{
	left: auto;
	right: 0px;
}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs ul.etabs{
	left: auto;
	right: -40px;
}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs ul.etabs .e_title{
	left: auto;
	right: 0px;
	transition: opacity .5s .1s ease, right .5s ease;
}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs ul.etabs a:hover .e_title{
	left: auto;
	right: 100%;
}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs ul.etabs .e_number{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.fotofly_fn_service_tabs[data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs{
	margin-left: -2px;
	top: -40px;
	left: 20px;
}
.fotofly_fn_service_tabs[data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs li{
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 2px;
}
.fotofly_fn_service_tabs[data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs li a{
	height: 40px;
	line-height: 40px;
}
.fotofly_fn_service_tabs[data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs .e_number{
	border-bottom-right-radius: 0px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	width: 50px;
}
.fotofly_fn_service_tabs[data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs .e_title{
	transform: rotate(90deg);
	transform-origin: top left;
	left: 40px;
	top: 0px;
	height: 50px;
	line-height: 50px;
	transition: opacity 0.5s .1s ease, top .5s ease;
}
.fotofly_fn_service_tabs[data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs a:hover .e_title{
	opacity: 1;
	visibility: visible;
	left: auto;
	top: 100%;
}
.fotofly_fn_service_tabs[data-position="right"][data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs{
	left: auto;
	right: 20px;
}
.fotofly_fn_service_tabs[data-position="right"][data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs a:hover .e_title{
	right: auto;
	top: 100%;
}
.fotofly_fn_service_tabs[data-tabs-position="top"] .fotofly_fn_sertabs ul.etabs .e_title{
	left: 100%;
	right: auto;
}


.fotofly_fn_service_tabs[data-skin="dark"] .content_holder{background-color: #0d0d0d;}
.fotofly_fn_service_tabs[data-skin="dark"] .fotofly_fn_sertabs{
	-webkit-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	-moz-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
}
.fotofly_fn_service_tabs[data-skin="dark"] .fotofly_fn_sertabs .content_holder h3{color: #ccc;}
.fotofly_fn_service_tabs[data-skin="dark"] .fotofly_fn_sertabs .content_holder p{color: #999;}
.fotofly_fn_service_tabs[data-skin="dark"] .fotofly_fn_sertabs .content_holder ul li{border-color: #222;}
.fotofly_fn_service_tabs[data-skin="dark"] .fotofly_fn_sertabs .content_holder ul li:first-child{border-color: transparent;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: CONTACT INFO
/*------------------------------------------------------------------*/
.fotofly_fn_contact_info{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_contact_info .inner{
	width: 100%;
	float: left;
	clear: both;
	padding: 10% 5%;
	text-align: center;
	
	box-shadow: 0px 30px 90px 0px rgba(0,0,0,0.14);
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_contact_info .mailbox{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 60px;
}
.fotofly_fn_contact_info p{
	color: #999;
	letter-spacing: 0px;
	line-height: 1.5;
}
.fotofly_fn_contact_info .iconbox{
	margin-bottom: 10px;
}
.fotofly_fn_contact_info .fotofly_fn_svg{
	width: 50px;
	height: 50px;
}
.fotofly_fn_contact_info span{
	display: inline-block;
}
.fotofly_fn_contact_info a{
	display: inline-block;
	color: #999;
	text-decoration: none;
	margin-left: 10px;
}
.fotofly_fn_contact_info .callbox{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_contact_info .callbox:before{
	content: '/';
	position: absolute;
	bottom: 100%;
	margin-bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #999;
}
.fotofly_fn_contact_info .callbox p{
	margin-bottom: 10px;
}
.fotofly_fn_contact_info h3{
	margin: 0px;
	line-height: 1.5;
	font-size: 36px;
	color: #999;
	letter-spacing: 1px;
}
.fotofly_fn_contact_info[data-skin="dark"] .inner{
	background-color: #050505;
}
.fotofly_fn_contact_info[data-skin="dark"] p{color: #ccc;}
.fotofly_fn_contact_info[data-skin="dark"] .inner{
	-webkit-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	-moz-box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
	box-shadow: 0px 0px 15px 10px rgba(3,1,3,.3);
}
/*------------------------------------------------------------------*/ 
/*	xx) MAGNIFIC POPUP
/*------------------------------------------------------------------*/
.mfp-close-btn-in .mfp-close{
	color: #fff;
}
.details_popup{
	position: relative;
	width: auto;
	max-width: 500px;
	margin: 0px auto;
	padding: 70px 50px;
	background-color: #111;
}
.details_popup .title_holder{
	margin-bottom: 40px;
}
.details_popup .title_holder h3{
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: 400;
}
.details_popup table,
.details_popup table tr,
.details_popup table td{
	border: none;
} 
.details_popup table{
	font-size: 12px;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 0px;
	line-height: 1;
	width: 100%;
}
.details_popup table td{
	padding: 10px 0px;
	width: 100%;
	display: block;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.details_popup table td.label{
	text-transform: uppercase;
	color: #fff;
}
/*------------------------------------------------------------------*/ 
/*	xx) SOCIAL ICONS
/*------------------------------------------------------------------*/
.fotofly_fn_social_list_wrapper{
	width: 100%;
	float: left;
	clear: both;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_social_list{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_social_list > label{
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 40px;
	color: #444;
	font-weight: 600;
	margin-right: 20px;
}
.fotofly_fn_social_list > ul{
	display: initial;
	margin: 0px;
	list-style-type: none;
	margin-left: -5px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_social_list > ul > li{
	display: inline-block;
	margin-left: -3px;
	margin: 0px 0px 5px 5px;
	text-align: center;
}
.fotofly_fn_social_list > ul > li a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0px;
	color: #555;
	line-height: 1;
	width: 40px;
	padding: 13px 0px 12px;
	height: 40px;
	background-color: transparent;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_social_list > ul > li a.active,
.fotofly_fn_social_list > ul > li a:hover{
	background-color: #ddd;
}
.fotofly_fn_social_list > ul > li a i{
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.fotofly_fn_social_list_wrapper[data-skin="dark"] .fotofly_fn_social_list > label{color: #ccc;}
.fotofly_fn_social_list_wrapper[data-skin="dark"] .fotofly_fn_social_list > ul > li a{color: #fff;}
.fotofly_fn_social_list_wrapper[data-skin="dark"] .fotofly_fn_social_list > ul > li a.active,
.fotofly_fn_social_list_wrapper[data-skin="dark"] .fotofly_fn_social_list > ul > li a:hover{background-color: #050505;}
/*------------------------------------------------------------------*/ 
/*	xx) HALFIMAGE SHORTCODE
/*------------------------------------------------------------------*/
.fotofly_fn_halfimage,
.fotofly_fn_halfimg_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_halfimage .info_content{
	width: 50%;
	float: right;
	padding: 8% 3%;
	min-height: 550px;
	display: table;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_halfimage .image_content{
	position: absolute;
	height: 100%;
	left: 0px;
	width: 50%;
	float: left;
}
.fotofly_fn_halfimage .image_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fotofly_fn_halfimage .info_content .info_in{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.fotofly_fn_halfimage .info_content .title_holder{
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.fotofly_fn_halfimage .info_content h3{
	margin: 0px;
    font-size: 30px;
    letter-spacing: .5px;
    line-height: 1.2;
    color: #111;
    font-weight: 400;
    margin-bottom: 40px;
}
.fotofly_fn_halfimage .info_content h3 i{
    font-weight: 400;
	font-size: inherit;
}
.fotofly_fn_halfimage .info_content p{
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #777;
}
.fotofly_fn_halfimage .info_content a{
	font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #eb1010;
    text-decoration: none;
}
.fotofly_fn_halfimage .info_content a i{
	margin-left: 5px;
}
.fotofly_fn_halfimage .info_content a:hover i{
	margin-left: 15px;
}
.fotofly_fn_halfimage[data-image-pos="right"] .image_content{right: 0px;left: auto;}
.fotofly_fn_halfimage[data-image-pos="right"] .info_content{float: left;}

.fotofly_fn_halfimage[data-skin="dark"] .info_content h3{color: #ccc;}
.fotofly_fn_halfimage[data-skin="dark"] .info_content p{color: #999;}
/*------------------------------------------------------------------*/ 
/*	xx) INSTAGRAM SHORTCODE 
/*------------------------------------------------------------------*/
.fotofly_fn_instagram{
	width: 100%;
	float: left;
	clear: both;
	min-height: 230px;
	position: relative;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_instagram_content{
    margin: 0px auto;
	position: relative;
	height: auto;
}
.fotofly_fn_instagram .fixer{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.fotofly_fn_instagram ul{
	list-style-type: none;
	margin: 0px 0px -10px -10px;
    float: left;
    position: relative;
	text-align: left;
}
.fotofly_fn_instagram ul li{
	margin: 0px;
    width: 25%;
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
	
    -webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_instagram ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.fotofly_fn_instagram ul li a img{
	display: block;
	
	border-radius: 3px;
}
.fotofly_fn_instagram .follow{
	position: absolute;
	z-index: 10;
	height: 0px;
    top: 50%;
	width: 100%;
}
.fotofly_fn_instagram .following{
	display: inline-block;
    background-color: #fff;
    padding: 55px 150px 52px;
	position: relative;
	
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	
    -webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.fotofly_fn_instagram .following .fotofly_fn_svg{
	width: 50px;
    height: 50px;
    color: #aaa;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
}
.fotofly_fn_instagram .following h3{
	display: block;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 16px;
}
.fotofly_fn_instagram .following h3 a{
	color: #111;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fotofly_fn_instagram .following h3:hover a{
	color: #eb1010;
}
.fotofly_fn_instagram .following p{
    letter-spacing: 0px;
    line-height: 1;
	color: #111;
}
.fotofly_fn_instagram[data-skin="dark"] .following{background-color: #050505;}
.fotofly_fn_instagram[data-skin="dark"] .following .fotofly_fn_svg{color: #ccc;}
.fotofly_fn_instagram[data-skin="dark"] .following h3 a{color: #ccc;}
.fotofly_fn_instagram[data-skin="dark"] .following h3 a:hover{color: #eb1010;}
.fotofly_fn_instagram[data-skin="dark"] .following p{color: #999;}
/*------------------------------------------------------------------*/ 
/*	xx) ABOUTME SHORTCODE
/*------------------------------------------------------------------*/
.fotofly_fn_about_me{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_about_me_holder{
	max-width: 1250px;
    margin: 0px auto;
    padding: 0 40px;
    position: relative;
	
    -webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_about_me .inner{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_about_me .img_holder{
	width: 50%;
    position: relative;
    float: left;
}
.fotofly_fn_about_me .img_holder img{
	opacity: 0;
}
.fotofly_fn_about_me .img_holder .overlay{
	position: absolute;
    z-index: 10;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.fotofly_fn_about_me .img_holder .overlay_image{
	position: absolute;
    z-index: 15;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background-size: cover;
	background-position: center center;
}
.fotofly_fn_about_me .img_holder .overlay_color{
	position: absolute;
    z-index: 20;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,transparent),color-stop(76%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.4)),to(rgba(0,0,0,0.49)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 70%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.49) 100%);
    background-image: linear-gradient(transparent 0%,transparent 70%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.49) 100%);
}
.fotofly_fn_about_me .img_holder .title_holder{
	position: absolute;
    bottom: 40px;
    text-align: center;
    z-index: 25;
    width: 100%;
	padding: 0px 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_about_me .img_holder .title_holder_in{
	display: inline-block;
}
.fotofly_fn_about_me .img_holder .title_holder h3{
	font-size: 36px;
    letter-spacing: .5px;
    color: #fffefe;
    line-height: 1.2;
    font-weight: 400;
	margin-bottom: 5px;
}
.fotofly_fn_about_me .img_holder .title_holder span{
	font-size: 12px;
    letter-spacing: 5px;
    color: #fffefe;
	display: block;
    line-height: 1.2;
    text-transform: uppercase;
}

.fotofly_fn_about_me .info_content{
	width: 50%;
    position: relative;
    float: left;
	padding: 8% 5%;
	display: table;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_about_me .info_content_in{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.fotofly_fn_about_me .info_content .title_holder{
	width: 100%;
	margin-bottom: 40px;
}
.fotofly_fn_about_me .info_content .title_holder h3{
	font-size: 30px;
    letter-spacing: 1px;
    color: #111;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 40px;
}
.fotofly_fn_about_me .info_content .title_holder h3 i{
	font-size: 30px;
}
.fotofly_fn_about_me .info_content .title_holder p{
	font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    color: #777;
    display: block;
}
.fotofly_fn_about_me .info_content .social_icons{
	width: 100%;
	margin-bottom: 40px;
}
.fotofly_fn_about_me .info_content .btn a{
	text-decoration: none;
	line-height: 1;
	letter-spacing: .5px;
	font-size: 15px;
	color: #eb1010;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #eb1010;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.fotofly_fn_about_me .info_content .btn a:hover{
	border-bottom-color: transparent;
}
.fotofly_fn_about_me .info_content ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -5px;
}
.fotofly_fn_about_me .info_content ul li{
    display: inline-block;
    margin: 0px 0px 5px 5px;
    text-align: center
}
.fotofly_fn_about_me .info_content ul li a{
	display: block;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0px;
    color: #555;
    line-height: 1;
    width: 40px;
    padding: 13px 0px 12px;
    height: 40px;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_about_me .info_content ul li:hover a{
	background-color: #ddd;
}
.fotofly_fn_about_me[data-image-pos="right"] .img_holder{float: right;}

.fotofly_fn_about_me[data-skin="dark"] .info_content ul li a{color: #ccc;}
.fotofly_fn_about_me[data-skin="dark"] .info_content ul li:hover a{background-color: #050505;}
.fotofly_fn_about_me[data-skin="dark"] .info_content .title_holder h3{color: #ccc;}
.fotofly_fn_about_me[data-skin="dark"] .info_content .title_holder p{color: #999;}
/*------------------------------------------------------------------*/ 
/*	xx) COLUMN BASE
/*------------------------------------------------------------------*/
.frenify-layout-column.have_bg .col_in_in{
	padding: 10%;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.frenify-layout-column .col_in{
	position: relative;
}
.frenify-layout-column .col_in_in:after,
.frenify-layout-column .col_in:after{
	clear: both;
	display: table;
	content: '';
}
.frenify-layout-column .col_in_in{
	position: relative;
}
.frenify-layout-column{
	position: relative;
}
.frenify-layout-column .fotofly_fn_content_holder{
	z-index: 20;
	transform: translateZ(0);
	position: relative;
}
.frenify-layout-column .fotofly_fn_bg{
	z-index: 10;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.fotofly_fn_animated_block{
	position: relative;
	display: block;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.fotofly_fn_fullwidth[data-cols-ver-align="top"] .frenify-layout-column .fotofly_fn_content_holder{display: table;}
.fotofly_fn_fullwidth[data-cols-ver-align="middle"] .frenify-layout-column .fotofly_fn_content_holder{display: table;}
.fotofly_fn_fullwidth[data-cols-ver-align="bottom"] .frenify-layout-column .fotofly_fn_content_holder{display: table;}

.fotofly_fn_fullwidth[data-cols-ver-align="top"] .frenify-layout-column .fotofly_fn_content_holder > div{vertical-align: top; display: table-cell;}
.fotofly_fn_fullwidth[data-cols-ver-align="middle"] .frenify-layout-column .fotofly_fn_content_holder > div{vertical-align: middle; display: table-cell;}
.fotofly_fn_fullwidth[data-cols-ver-align="bottom"] .frenify-layout-column .fotofly_fn_content_holder > div{vertical-align: bottom; display: table-cell;}

/*------------------------------------------------------------------*/ 
/*	xx) OVERLAYS
/*------------------------------------------------------------------*/
.fotofly_fn_overlay_parallax{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:4;
}
.fotofly_fn_overlay_video{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:4;
	background-size: cover;
}
.fotofly_fn_overlay_bgslide{
	position:absolute;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	z-index:4;
}
.fotofly_fn_overlay_image{
	position:absolute;
	z-index:4;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fotofly_fn_overlay_color{
	position:absolute;
	z-index:10;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
/*------------------------------------------------------------------*/ 
/*	xx) ACCORDION
/*------------------------------------------------------------------*/
.fotofly_fn_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	clear:both;
	width:100%;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.fotofly_fn_accordion .accordion_in {
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-bottom:5px;
}
.fotofly_fn_accordion .accordion_in .acc_head{
	position: relative;
	border-bottom: 1px solid #ddd;
	color:#111;
	padding: 30px 0px;
	font-size: 16px;
	font-weight:500;
	letter-spacing:0.5px;
	line-height: 1.6;
	text-transform:uppercase;
	display: block;
	cursor: pointer;
	padding-right: 20px;
}
.fotofly_fn_accordion .accordion_in .acc_head:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #999;
	right: 0px;
	top: 42px;
}
.fotofly_fn_accordion .accordion_in .acc_head:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #999;
	right: 7px;
	top: 35px;
	transition: .3s ease all;
}
.fotofly_fn_accordion .accordion_in.acc_active .acc_head{
	color: #eb1010;
}
.fotofly_fn_accordion .accordion_in.acc_active .acc_head:before{
	height: 0px;
	top: 50px;
}
.fotofly_fn_accordion .accordion_in .acc_content {
	padding: 40px 0px;
	color:#555;
	letter-spacing: 0px;
	line-height:1.8;
	font-size:15px;
}
.fotofly_fn_accordion .accordion_in .acc_content p{
	color:#333;
	letter-spacing:1px;
	line-height:1.8;
	font-size:14px;
	margin-bottom:15px;
}
.fotofly_fn_accordion .accordion_in .acc_content p:last-child{
	margin-bottom: 0px;
}
.fotofly_fn_accordion .accordion_in.acc_active > .acc_content {
  	display: block;
}

.fotofly_fn_accordion[data-skin="dark"] .accordion_in .acc_head{background:#000; color:#fff; border:none;padding: 30px 55px 30px 20px;}
.fotofly_fn_accordion[data-skin="dark"] .accordion_in .acc_content{background:#000; color:#bbb; border: none;padding: 40px 20px;}
.fotofly_fn_accordion[data-skin="dark"] .accordion_in.acc_active .acc_head{border-bottom:1px solid #222;}

.fotofly_fn_accordion[data-skin="dark"] .accordion_in .acc_head:before{right: 27px;}
.fotofly_fn_accordion[data-skin="dark"] .accordion_in .acc_head:after{right: 20px;}
/*------------------------------------------------------------------*/ 
/*	xx) SECTION
/*------------------------------------------------------------------*/
.fotofly_fn_section{
	height:auto;
	width:100%;
	float:left;
	clear:both;
}

.fotofly_fn_fullwidth{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_fullwidth[data-min-height="h100"]{min-height:100px;}
.fotofly_fn_fullwidth[data-min-height="h200"]{min-height:200px;}
.fotofly_fn_fullwidth[data-min-height="h300"]{min-height:300px;}
.fotofly_fn_fullwidth[data-min-height="h400"]{min-height:400px;}
.fotofly_fn_fullwidth[data-min-height="h500"]{min-height:500px;}
.fotofly_fn_fullwidth[data-min-height="h600"]{min-height:600px;}
.fotofly_fn_fullwidth[data-min-height="h700"]{min-height:700px;}
.fotofly_fn_fullwidth[data-min-height="h800"]{min-height:800px;}
.fotofly_fn_fullwidth[data-min-height="h900"]{min-height:900px;}
.fotofly_fn_fullwidth[data-min-height="h1000"]{min-height:1000px;}

.fotofly_fn_fullwidth .fotofly_fn_wrap{
	position:relative;
	z-index:10;
	float: left;
	width: 100%;
}
.fotofly_fn_fullwidth .fotofly_fn_back{
	position:absolute;
	z-index:9;
	min-height:100%;
	width:100%;
	top:0;
	left:0;
	overflow:hidden;
}
/*------------------------------------------------------------------*/ 
/*	xx) TABS
/*------------------------------------------------------------------*/
.fotofly_fn_tabs{
	clear:both;
	width:100%;
	float:left;
}
.fotofly_fn_tabs ul.etabs{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
}
.fotofly_fn_tabs ul.etabs li{
	display:inline-block;
	margin-bottom: 0px;
	margin-left: 5px;
}
.fotofly_fn_tabs ul.etabs li a{
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	color:#111;
	font-weight:500;
	letter-spacing:0.5px;
	line-height: 1;
	display:block;
	padding:10px 35px;
	margin-bottom:-1px;
	background-color: #eee;
}
.fotofly_fn_tabs ul.etabs li:first-child{
	padding-left: 0px;
}
.fotofly_fn_tabs ul.etabs li.active a{
	background-color: #ddd;
}
.fotofly_fn_tabs .tabcontent{
	display:block;
	padding:30px 0px;
	color:#333;
	letter-spacing:1px;
	line-height:1.8;
	font-size:14px;
	border-top: 1px solid #ddd;
}
/* position */
.fotofly_fn_tabs[data-x-pos="center"] ul.etabs{text-align:center;}
.fotofly_fn_tabs[data-x-pos="center"] ul.etabs li:first-child{padding-left: 35px;}

.fotofly_fn_tabs[data-x-pos="right"] ul.etabs{text-align:right;}
.fotofly_fn_tabs[data-x-pos="right"] ul.etabs li:first-child{padding-left: 35px;}
.fotofly_fn_tabs[data-x-pos="right"] ul.etabs li:last-child{padding-right: 0px;}
/* skin */
.fotofly_fn_tabs[data-skin="dark"] ul.etabs li a{
	background:#222;
	color:#fff;
	border:none;
}
.fotofly_fn_tabs[data-skin="dark"] ul.etabs li a.active{
	background:#000;
}
.fotofly_fn_tabs[data-skin="dark"] .tabcontent{
	border:none;
	background:#000;
	color:#FFF;
	padding: 20px;
}
.fotofly_fn_tabs[data-layout="beta"][data-skin="dark"] ul.etabs li a.active{
	color: #111;
	border-bottom-color: #111;
}
/* layout */
.fotofly_fn_tabs[data-layout="beta"] ul.etabs li{
	padding: 0px 35px;
	margin-bottom: 1px;
}
.fotofly_fn_tabs[data-layout="beta"] ul.etabs li a{
	background-color: transparent;
	color: #666;
	border-bottom: 1px solid transparent;
	padding: 10px 0px;
}
.fotofly_fn_tabs[data-layout="beta"] .tabcontent{
	border-top: none;
}
.fotofly_fn_tabs[data-layout="beta"] ul.etabs li a.active{
	background-color: transparent;
	color: #eb1010;
	border-bottom-color: #eb1010;
}
.fotofly_fn_tabs[data-layout="beta"][data-skin="dark"] .tabcontent{
	margin-top: 20px;
}
/*------------------------------------------------------------------*/ 
/*	xx) ALERT SHORTCODE
/*------------------------------------------------------------------*/
.fotofly_fn_alert{
	width: 100%;
    position: relative;
	float: left;
    clear: both;
    padding: 50px;
    border: 1px solid #e2e6e7;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_alert .inner{
	width: 100%;
	padding: 0px 40px 0px 100px;
	min-height: 70px;
	position: relative;

    -webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_alert .inner .alert-icon{
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}
.fotofly_fn_alert .inner .alert-icon i{
	font-size: 24px;
}
.fotofly_fn_alert .inner .close_button{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.fotofly_fn_alert .inner .close_button .after{
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #111;
	left: 2px;
	top: 9px;
	transform: rotate(45deg);
}
.fotofly_fn_alert .inner .close_button .before{
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #111;
	left: 2px;
	top: 9px;
	transform: rotate(135deg);
}
.fotofly_fn_alert .alert_content{
	width: 100%;
	padding-top: 15px;
	clear: both;
}
.fotofly_fn_alert .alert_content h3{
    font-size: 16px;
    letter-spacing: 1px;
    color: #111;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
}
.fotofly_fn_alert .alert_content p{
	font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #777;
}

.fotofly_fn_alert.general .inner .alert-icon{background-color: #ffc22f;}
.fotofly_fn_alert.general .inner .alert-icon i{color: #a47503;}
.fotofly_fn_alert.general.alert-shadow{
	-webkit-box-shadow: inset 0px -20px 54px 6px rgba(255,194,47,0.25);
	-moz-box-shadow: inset 0px -20px 54px 6px rgba(255,194,47,0.25);
	box-shadow: inset 0px -20px 54px 6px rgba(255,194,47,0.25);
}

.fotofly_fn_alert.error .inner .alert-icon{background-color: #fd725b;}
.fotofly_fn_alert.error .inner .alert-icon i{color: #bf270e;}
.fotofly_fn_alert.error.alert-shadow{
	-webkit-box-shadow: inset 0px -20px 54px 6px rgba(253,114,91,0.25);
	-moz-box-shadow: inset 0px -20px 54px 6px rgba(253,114,91,0.25);
	box-shadow: inset 0px -20px 54px 6px rgba(253,114,91,0.25);
}

.fotofly_fn_alert.success .inner .alert-icon{background-color: #9bdc7b;}
.fotofly_fn_alert.success .inner .alert-icon i{color: #558502;}
.fotofly_fn_alert.success.alert-shadow{
	-webkit-box-shadow: inset 0px -20px 54px 6px rgba(155,220,123,0.25);
	-moz-box-shadow: inset 0px -20px 54px 6px rgba(155,220,123,0.25);
	box-shadow: inset 0px -20px 54px 6px rgba(155,220,123,0.25);
}

.fotofly_fn_alert.notice .inner .alert-icon{background-color: #68d8fd;}
.fotofly_fn_alert.notice .inner .alert-icon i{color: #0787d4;}
.fotofly_fn_alert.notice.alert-shadow{
	-webkit-box-shadow: inset 0px -20px 54px 6px rgba(104,216,253,0.25);
	-moz-box-shadow: inset 0px -20px 54px 6px rgba(104,216,253,0.25);
	box-shadow: inset 0px -20px 54px 6px rgba(104,216,253,0.25);
}

.fotofly_fn_alert.custom .inner{padding-left: 0px;}
.fotofly_fn_alert.custom .alert_content{padding-bottom: 15px;}






/*------------------------------------------------------------------*/ 
/*	xx) EXPANDABLE
/*------------------------------------------------------------------*/
.fotofly_fn_expandable{
	width:100%;
	float:left;
	clear:both;
	z-index:10;
	position:relative;
	border: 1px solid #e5e5e5;
	background: #eee;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_expandable .etitle{
	padding:50px 20px;
	text-align:center;
	cursor:pointer;
	position:relative;
	z-index:10;
}
.fotofly_fn_expandable .etitle span{
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
	display:block;	
}
.fotofly_fn_expandable .etitle i{
	font-size:14px;
	line-height:20px;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:30px;
	width: 20px;
	height: 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;
}
.fotofly_fn_expandable.open .etitle i{
	-webkit-transform:rotateZ(180deg);
	-moz-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
}
.fotofly_fn_expandable .econtent{
	display:none;
	position:relative;
	padding:30px;
	z-index:10;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	color: #555;
}
.fotofly_fn_expandable[data-skin="dark"]{
	border-color: #222;
	background-color: #050505;
}
.fotofly_fn_expandable[data-skin="dark"] .etitle span{color: #ccc;}
.fotofly_fn_expandable[data-skin="dark"] .etitle i{color: #ccc;}
.fotofly_fn_expandable[data-skin="dark"] .econtent{color: #999;border-top-color: #222;}
/*------------------------------------------------------------------*/ 
/*	xx) COUNTERS
/*------------------------------------------------------------------*/
.fotofly_fn_counter_wrap{
	width:100%;
	display:block;
	clear:both;
	float:left;
}
ul.fotofly_fn_counter_list{
	list-style-type:none;
	width:100%;
	padding: 0px;
	margin: 0px;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}
.fotofly_fn_counter_list li{
	width:20%;
	float:left;
	text-align:center;
	padding:20px 0px;
	margin-bottom: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_counter_list li i{
	font-size:30px;
	color:#333;
}
.fotofly_fn_counter_list li h3{
	font-size:36px;
	font-weight:600;
	color:#333;
	margin-bottom:10px;
	line-height:1;
}
.fotofly_fn_counter_list li span{
	color:#777;
	font-weight:400;
	letter-spacing:1px;
	text-transform: capitalize;
	font-style: italic;
}

.fotofly_fn_counter_wrap[data-col="1"] .fotofly_fn_counter_list li{width:100%;}
.fotofly_fn_counter_wrap[data-col="2"] .fotofly_fn_counter_list li{width:50%;}
.fotofly_fn_counter_wrap[data-col="3"] .fotofly_fn_counter_list li{width:33.3333%;}
.fotofly_fn_counter_wrap[data-col="4"] .fotofly_fn_counter_list li{width:25%;}
.fotofly_fn_counter_wrap[data-col="5"] .fotofly_fn_counter_list li{width:20%;}
.fotofly_fn_counter_wrap[data-col="6"] .fotofly_fn_counter_list li{width:16.6666%;}

.fotofly_fn_counter_wrap[data-skin="dark"] li i{color: #ccc;}
.fotofly_fn_counter_wrap[data-skin="dark"] li h3{color: #ccc;}
.fotofly_fn_counter_wrap[data-skin="dark"] li span{color: #999;}
/*------------------------------------------------------------------*/ 
/*	xx) MEMBER
/*------------------------------------------------------------------*/
.fotofly_fn_member{
	position:relative;
	width:100%;
	z-index:10;
	float: left;
	clear: both;
}
.fotofly_fn_member .fotofly_fn_member_holder{
	text-align:center;
	margin-bottom: 30px;
}
.fotofly_fn_member .fotofly_fn_member_holder .img_holder{
	text-align:center;
	overflow: hidden;
	position: relative;
}
.fotofly_fn_member .fotofly_fn_member_holder .social_list_wrap{
	position: absolute;
	bottom: 0px;
	z-index: 20;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	padding: 0px 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_member .fotofly_fn_member_holder .img_holder > a{
	display:block;
	overflow:hidden;
	z-index:15;
	position:absolute;
	height: 100%;
	width: 100%;
	left: 0px;
}
.fotofly_fn_member .fotofly_fn_member_holder .img_holder img{
	opacity: 0;
	z-index:5;
	height:auto;
	
	-webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	-ms-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	
	-webkit-transform: scale(1,1) translateZ(0);
	-ms-transform: scale(1,1) translateZ(0);
    transform: scale(1,1) translateZ(0);
}
.fotofly_fn_member .fotofly_fn_member_holder:hover .img_holder img{
	-webkit-transform: scale(1.1,1.1) translateZ(0);
	-ms-transform: scale(1.1,1.1) translateZ(0);
    transform: scale(1.1,1.1) translateZ(0);
}
.fotofly_fn_member .fotofly_fn_member_holder .img_holder .original_img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fotofly_fn_member .fotofly_fn_member_holder .title_holder{
	padding:25px 20px;
	text-align:center;
}
.fotofly_fn_member .fotofly_fn_member_holder .title_holder h3{
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:6px;
	line-height:1.3;
	color:#555;
}
.fotofly_fn_member .fotofly_fn_member_holder .title_holder span{
	color: #aaa;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:600;
	text-decoration: none;
	display:block;
	line-height:1.3;
}
.fotofly_fn_member .fotofly_fn_member_holder .content_holder{
	display: none;
}
.fotofly_fn_member .social_list{
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px;
}
.fotofly_fn_member .social_list li {
	display: inline-block;
	margin: 5px 15px 5px 0px;
	line-height: 1;
	vertical-align: middle;
}
.fotofly_fn_member .social_list li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #666;
	
	transition: none;
}
.fotofly_fn_member .social_list li a i{
	transition: all .3s ease;
}
.fotofly_fn_member .social_list li a:hover {
	color: #fff;
}
.fotofly_fn_member[data-text-hor-pos="center"] .social_list li{margin: 5px 7.5px 5px 7.5px;}
.fotofly_fn_member[data-text-hor-pos="right"] .social_list li{margin: 5px 0px 5px 15px;}

.fotofly_fn_member[data-text-hor-pos="left"] .fotofly_fn_member_holder,
.fotofly_fn_member[data-text-hor-pos="left"] .fotofly_fn_member_holder .img_holder,
.fotofly_fn_member[data-text-hor-pos="left"] .fotofly_fn_member_holder .title_holder{text-align:left;}
.fotofly_fn_member[data-text-hor-pos="left"] .fotofly_fn_member_holder .title_holder{padding: 25px 0px;}

.fotofly_fn_member[data-text-hor-pos="right"] .fotofly_fn_member_holder,
.fotofly_fn_member[data-text-hor-pos="right"] .fotofly_fn_member_holder .img_holder,
.fotofly_fn_member[data-text-hor-pos="right"] .fotofly_fn_member_holder .title_holder{text-align:right;}
.fotofly_fn_member[data-text-hor-pos="right"] .fotofly_fn_member_holder .title_holder{padding: 25px 0px;}

/*------------------------------------------------------------------*/ 
/*	xx) PROGRESS BAR
/*------------------------------------------------------------------*/
.fotofly_fn_progress_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_progress_wrap[data-size="big"] .fotofly_fn_progress .fotofly_fn_bar_bg{height:40px;}
.fotofly_fn_progress_wrap[data-size="small"] .fotofly_fn_progress .fotofly_fn_bar_bg{height:3px;}

.fotofly_fn_progress_wrap[data-round="a"] .fotofly_fn_progress .fotofly_fn_bar_bg,
.fotofly_fn_progress_wrap[data-round="a"] .fotofly_fn_progress .fotofly_fn_bar{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.fotofly_fn_progress_wrap[data-round="b"] .fotofly_fn_progress .fotofly_fn_bar_bg,
.fotofly_fn_progress_wrap[data-round="b"] .fotofly_fn_progress .fotofly_fn_bar{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.fotofly_fn_progress_wrap[data-round="c"] .fotofly_fn_progress .fotofly_fn_bar_bg,
.fotofly_fn_progress_wrap[data-round="c"] .fotofly_fn_progress .fotofly_fn_bar{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.fotofly_fn_progress{
	width:100%;
	margin-bottom:15px;
}
.fotofly_fn_progress > span{
	margin:0px 0px 3px 0px;
	width:100%;
	display:block;
	text-align:left;
}
.fotofly_fn_progress span.label{
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
	color:#333;
	letter-spacing:1px;
}
.fotofly_fn_progress span.number{
	float:right;
	font-size:13px;
	color:#999;
}
.fotofly_fn_progress .fotofly_fn_bar_bg{
	background:#eee;
	width:100%;
	min-width:100%;
	position:relative;
	height:20px;
}
.fotofly_fn_progress .fotofly_fn_bar_bg .fotofly_fn_bar_wrap{
	width:0px;
	height:100%;
}
.fotofly_fn_progress .fotofly_fn_bar_bg .fotofly_fn_bar_wrap.open{
	-webkit-animation: td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;
}
.fotofly_fn_progress .fotofly_fn_bar_bg .fotofly_fn_bar{
	height:100%;
	background:#333;
	width:0px;
	overflow:hidden;
}
.fotofly_fn_progress_wrap[data-strip="on"] .fotofly_fn_progress .fotofly_fn_bar{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	
	-webkit-animation: td_bar_move 4s linear infinite;
	-moz-animation: td_bar_move 4s linear infinite;
	animation: td_bar_move 4s linear infinite;
	background-size: 50px 50px;
}

@-webkit-keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}

/*expand width animation*/
@-webkit-keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}

/*------------------------------------------------------------------*/ 
/*	xx) TESTIMONIAL
/*------------------------------------------------------------------*/
.fotofly_fn_testimonial_slider{
	width:100%;
	float:left;
	clear:both;
	padding: 60px 30px;
	position: relative;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_testimonial_slider .slider_item{
	width:100%;
	position:relative;
	float:left;
	text-align:center;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_testimonial_slider[data-textalign="left"] .slider_item{text-align:left;}
.fotofly_fn_testimonial_slider[data-textalign="right"] .slider_item{text-align:right;}

.fotofly_fn_testimonial_slider .author_picture{
	width: auto;
	margin-bottom: 40px;
}
.fotofly_fn_testimonial_slider .author_picture img {
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 100%;
}
.fotofly_fn_testimonial_slider .in {
	margin: 0px auto;
	max-width: 700px;
	position: relative;
	padding: 0px 80px;
	z-index: 20;
}
.fotofly_fn_testimonial_slider .slider_text{
	margin-bottom:30px;
}
.fotofly_fn_testimonial_slider .slider_text p{
	color:#777;
	line-height:1.6;
	font-weight: 100;
	margin-bottom:0px;
	letter-spacing:1px;
	font-size: 22px;
}
.fotofly_fn_testimonial_slider span.t_author{
	display:block;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color:#333;
	margin-bottom: 3px;
}
.fotofly_fn_testimonial_slider .t_occ {
	font-weight:400;
	letter-spacing:2px;
	font-size:14px;
	color:#777;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.fotofly_fn_testimonial_slider a.t_occ:hover{
	color: #333;
	border-bottom-color: #333;
}
.fotofly_fn_testimonial_slider .fotofly_fn_nav{
	width: 100%;
	top:0px;
}
.fotofly_fn_testimonial_slider .fotofly_fn_nav span{
	position:absolute;
	width:30px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#777;
	cursor:pointer;
	text-decoration:none;
	font-size:18px;
	top: 50%;
	margin-top: -20px;
	left: 0px;
	
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.fotofly_fn_testimonial_slider .fotofly_fn_nav span.fotofly_fn_right{
	right: 0px;
	left: auto;
}
/* ----- TESTIMONIAL ----- */
.testimonials{
	width:100%;
	float:left;
	clear:both;
	padding:30px;
	margin-bottom:80px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.testimonials .fotofly_fn_item_in{
	width:100%;
	position:relative;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.testimonials .fotofly_fn_quote{
	font-size:20px;
	position:absolute;
	left:50px;
	top:45px;
}
.carouselle .carousel-item{
	width:100%;
	position:relative;
	float:left;
	text-align:center;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.carouselle .carousel-item .team-item{
	max-width: 600px;
	margin: 0px auto;
	padding-bottom: 80px;
}
.carouselle .carousel-item .xx_b{
	width:100%;
	float:left;
	padding: 70px 50px 90px 50px;
	background-color: #eee;
	position:relative;
	margin-bottom: 100px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.carouselle .flickity-page-dots{
	bottom: 32px;
	z-index: 100;
}
.carouselle .carousel-item .img_holder{
	position: absolute;
	top: 100%;
	left: 0px;
	margin-top: -40px;
	width: 100%;
	text-align: center;
}
.carouselle .carousel-item .img_holder img{
	width: 110px;
	height: 110px;
	border: 4px solid #f5f5f5;
	border-radius: 100%;
}
.carouselle .carousel-item p{
	color:#555;
	line-height:1.6;
	margin-bottom:0px;
	letter-spacing:0px;
	text-align: left;
}
.testimonials span.t_author{
	display:block;
	font-weight:600;
	letter-spacing:1px;
	font-size:16px;
	text-transform:uppercase;
	color:#555;
	clear:both;
	position:relative;
	text-align: center;
}
.testimonials p.t_author_oc{
	text-align: center;
	display:block;
	font-weight:500;
	letter-spacing:1px;
	font-size:14px;
	text-transform:uppercase;
	color:#aaa;
	clear:both;
	position:relative;
}
.testimonials .fotofly_fn_nav{
	position:absolute;
	right:20px;
	bottom:10px;
	display: none;
}
.testimonials .fotofly_fn_nav span{
	position:relative;
	width:30px;
	height:40px;
	line-height:40px;
	text-align:center;
	float:left;
	color:#bbb;
	cursor:pointer;
	text-decoration:none;
	font-size:13px;
	
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.testimonials .fotofly_fn_nav span.fotofly_fn_right{
}
.testimonials .fotofly_fn_nav span:hover{
	color:#fff;
}
.testimonials .fotofly_fn_item_in.dark .carouselle .carousel-item .img_holder img{
	border-color: transparent;
}
.testimonials .fotofly_fn_item_in.dark .carouselle .carousel-item .xx_b{
	background-color: #0d0d0d;
}
.testimonials .fotofly_fn_item_in.dark .carouselle .carousel-item p{color: #999;}
/*------------------------------------------------------------------*/ 
/*	xx) KENBURNS
/*------------------------------------------------------------------*/
.fotofly_fn_kenburns_wrap{
	width: 100%;
	position: relative;
	float: left;
}
.fotofly_fn_kenburns {
	overflow: hidden;
}
.kenburnsy {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.fotofly_fn_kenburns img {
  visibility: hidden;
}

.kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
/*------------------------------------------------------------------*/ 
/*	xx) FLOW GALLERY
/*------------------------------------------------------------------*/
.fotofly_fn_flowgallery_wrap{
	position:relative;
	padding-bottom:60px;
}
.flow_list{
	position:relative;
	width:100%;
	height:500px;
	display:block;
	padding:0px !important;
	margin: 0px;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.flow_list li {
	position:absolute;
	display:block;
	left:50%;
	top:0;
	opacity:0;
	transform:scale(0,0);
	z-index:-5;
	cursor:pointer;
	margin-bottom:0px;
	outline: none;
	overflow: hidden;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.flow_list li .img_holder{
	width:auto;
	height:auto;
	position:relative;
}
.flow_list li img {
	display:block;
	transition:all 0.5s ease;
	z-index:15;
	position:relative;
	filter: blur(5);
}
.flow_list li .original_img{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 99;
	background-position: center center;
	box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.5);
}

.purchase_button{
	width:auto;
	margin: 0px;
	
	text-decoration: none;
	display: inline-block;
	padding: 12px 12px;
	color: #fff;
	border: none;
	position: absolute;
	line-height: 0;
	background-color: #222;
	
	right: 60px;
	top: 40px;
	z-index: 99;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	
	border-radius: 100%;
}
.purchase_button i{
	position: absolute;
	left: 12px;
	line-height: 32px;
}
.purchase_button p{
	line-height: 40px;
	text-transform: uppercase;
	position: absolute;
	min-width: 200px;
	opacity: 1;
	visibility: visible;
	right: 100%;
	text-align: right;
	margin-right: 15px;
	padding-left: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	top: 0px;
}
.purchase_button p span{
	color: #eee;
	position: relative;
	padding: 7px 15px;
	background-color: #222;
	border-radius: 2px;
}
.purchase_button p span:before {
	position: absolute;
	content: '';
	border: 5px solid transparent;
	top: 50%;
	margin-top: -5px;
	right: -10px;
	border-left-color: #222;
}
.purchase_button svg,
.purchase_button .svg{
	width: 15px;
	height: 15px;
}
.flow_item .purchase_button{
	opacity:0;
	visibility:hidden;
}
.flow_item.currentItem .purchase_button{
	opacity:1;
	visibility:visible;
}

.flow_list li.currentItem {
	z-index:30;
	opacity:1;
	cursor:auto;
}
.flow_list li.prevItem,.flow_list li.nextItem {
	z-index:25;
	opacity:1;
}
.flow_list li.prevItem2,.flow_list li.nextItem2 {
	z-index:20;
	opacity:1;
}
.flow_list .img_reflection {
	position:absolute;
	top:100%;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	transform:scaleY(-1);
	opacity:.15;
	background-position:center center;
	background-size:cover;
	overflow: hidden;

}
.flow_list .img_reflection:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100px;
	z-index: 11;
	
	background-image: -webkit-linear-gradient(to bottom, rgba(245,245,245,1) 30%,rgba(245,245,245,0) 100%);
	background-image: -moz-linear-gradient(to bottom, rgba(245,245,245,1) 30%,rgba(245,245,245,0) 100%);
	background-image: linear-gradient(to bottom, rgba(245,245,245,1) 30%,rgba(245,245,245,0) 100%);
}
.flow_list .img_reflection .ir{
	height: 100px;
}
.ref_back{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	background:#f5f5f5;
}
.flow_gallery_title{
	text-align: center;
    padding: 0px;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100px;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_gallery_title h3{
	color: #111;
	position: relative;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0px;
}
.flow_gallery_controller{
	width:100px;
	top:auto;
	position: absolute;
	z-index: 99;
	bottom: 100px;
	height: 25px;
	left: auto;
}

.flow_gallery_controller span.line{
	display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: relative;
    top: 50%;
    margin-top: -2px;
	
	transition: all .5s ease;
}
.flow_gallery_controller span.line:before{
	content: '';
    position: absolute;
    display: block;
    top: -4px;
    right: 0px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.flow_gallery_controller span.line:after{
	content: '';
    position: absolute;
    display: block;
    right: 0px;
    top: 4px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.flow_gallery_controller span.line.prev:before{
	right: auto;
	left: 0px;
	
	 -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.flow_gallery_controller span.line.prev:after{
	right: auto;
	left: 0px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.flow_gallery_controller > div{
	display: inline-block;
	height: 25px;
	width: 25px;
	cursor: pointer;
}
.flow_gallery_controller div.next{
	margin-left: 25px;
	transition: all .5s ease;
}
.flow_gallery_controller div.next:hover span.line{margin-left: 15px;}
.flow_gallery_controller div.previous:hover span.line{margin-left: -15px;}
.fotofly_fn_flowgallery_wrap{
	width: 100%;
	float: left;
	clear: both;
	height: auto;
	padding-bottom: 70px;
	position: relative;
}
/*------------------------------------------------------------------*/ 
/*	xx) COVERBOX
/*------------------------------------------------------------------*/
.fotofly_fn_cover_box_wrap{
	float: left;
	clear: both;
	width: 100%;
}
.fotofly_fn_cover_box{
	margin: 0px auto;
	height: auto;
	width: 100%;
	text-align: center;
	position: relative;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_cover_box .fotofly_fn_in{
	background: #fff;
	padding: 100px 80px;
	width: 100%;
	position: relative;
	z-index: 10;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_cover_box .fotofly_fn_in > div{
	z-index: 15;
	position: relative; 
}
.fotofly_fn_cover_box::before,
.fotofly_fn_cover_box::after,
.fotofly_fn_cover_box .fotofly_fn_in ::before,
.fotofly_fn_cover_box .fotofly_fn_in ::after{
	z-index: 5;
}
.fotofly_fn_cover_box[data-skin="dark"] .fotofly_fn_in{
	background: #111;
	color: #fff;
}
.fotofly_fn_cover_box[data-skin="dark"] .fotofly_fn_in p{color: #fff;}

.fotofly_fn_cover_box[data-temp="beta"]{
	border: 6px solid #fff;
	padding: 8px;
}
.fotofly_fn_cover_box[data-temp="beta"][data-skin="dark"]{
	border-color: #111;
}
.fotofly_fn_cover_box[data-temp="gamma"]{ padding:20px; }
.fotofly_fn_cover_box[data-temp="gamma"]::before{
	content: "";
	position: absolute;
	border: 2px solid #fff;
	top: 0px;
	bottom:0px;
	left: 10px;
	right: 10px;
}
.fotofly_fn_cover_box[data-temp="gamma"]::after{
	content: "";
	position: absolute;
	border: 2px solid #fff;
	left: 0px;
	right:0px;
	top: 10px;
	bottom: 10px;
}
.fotofly_fn_cover_box[data-temp="gamma"][data-skin="dark"]::before,
.fotofly_fn_cover_box[data-temp="gamma"][data-skin="dark"]::after{border-color: #111;}

.fotofly_fn_cover_box[data-temp="delta"] .fotofly_fn_in::before{
	content: "";
	position: absolute;
	border: 2px solid #111;
	left: 15px;
	right:15px;
	top: 15px;
	bottom: 15px;
}
.fotofly_fn_cover_box[data-temp="delta"][data-skin="dark"] .fotofly_fn_in::before{border-color: #ccc;
}
.fotofly_fn_cover_box[data-temp="epsilon"]::before{
	content: "";
	position: absolute;
	bottom: -10px;
	right: 10px;
	left: 10px;
	height: 10px;
	background: rgba(255,255,255,0.8);
}
.fotofly_fn_cover_box[data-temp="epsilon"]::after{
	content: "";
	position: absolute;
	bottom: -20px;
	right: 20px;
	left: 20px;
	height: 10px;
	background: rgba(255,255,255,0.6);
}
.fotofly_fn_cover_box[data-temp="epsilon"][data-skin="dark"]::before{ background: rgba(17,17,17,0.85) }
.fotofly_fn_cover_box[data-temp="epsilon"][data-skin="dark"]::after{ background: rgba(17,17,17,0.65) }

.fotofly_fn_cover_box[data-temp="zeta"] .fotofly_fn_in{ background: rgba(255,255,255,0.85); }
.fotofly_fn_cover_box[data-temp="zeta"][data-skin="dark"] .fotofly_fn_in{ background: rgba(17,17,17,0.95); }

.fotofly_fn_cover_box[data-temp="eta"]{ padding:20px; }
.fotofly_fn_cover_box[data-temp="eta"]::before{
	content: "";
	position: absolute;
	border: 5px solid #fff;
	top: 9px;
	bottom:9px;
	left: 9px;
	right: 9px;
}
.fotofly_fn_cover_box[data-temp="eta"]::after{
	content: "";
	position: absolute;
	border: 3px solid #fff;
	left: 0px;
	right:0px;
	top: 0px;
	bottom: 0px;
}
.fotofly_fn_cover_box[data-temp="eta"][data-skin="dark"]::before,
.fotofly_fn_cover_box[data-temp="eta"][data-skin="dark"]::after{border-color: #111;}

.fotofly_fn_cover_box[data-temp="theta"] .fotofly_fn_in::before{
	content: "";
	position: absolute;
	border: 2px solid #111;
	top: 15px;
	bottom:15px;
	left: 25px;
	right: 25px;
}
.fotofly_fn_cover_box[data-temp="theta"] .fotofly_fn_in::after{
	content: "";
	position: absolute;
	border: 2px solid #111;
	left: 15px;
	right:15px;
	top: 25px;
	bottom: 25px;
}
.fotofly_fn_cover_box[data-temp="theta"][data-skin="dark"] .fotofly_fn_in::before,
.fotofly_fn_cover_box[data-temp="theta"][data-skin="dark"] .fotofly_fn_in::after{
	border-color: #ccc;
}

.fotofly_fn_cover_box[data-x-pos="left"]{float: left;}
.fotofly_fn_cover_box[data-x-pos="right"]{float: right;}
.fotofly_fn_cover_box[data-text-pos="left"]{text-align: left;}
.fotofly_fn_cover_box[data-text-pos="right"]{text-align: right;}

.max400{max-width: 400px;}
.max500{max-width: 500px;}
.max600{max-width: 600px;}
.max700{max-width: 700px;}
.max800{max-width: 800px;}
.max900{max-width: 900px;}
.max1000{max-width: 1000px;}

/*------------------------------------------------------------------*/ 
/*	xx) SERVICE
/*------------------------------------------------------------------*/
.fotofly_fn_service{
	width: 100%;
	float: left;
}
.fotofly_fn_service .image_holder{
	position: relative;
	margin-bottom: 0px;
}
.fotofly_fn_service .image_holder img{
	min-width: 100%;
}
.fotofly_fn_service .tilter__caption{
	position: absolute;
	bottom: 40px;
	padding: 0px 40px;
	color: #fff;
	width: auto;
	width: 100%;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_service .tilter__caption h3 {
	color: #fff;
	font-size: 17px;
	padding-right: 30%;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.fotofly_fn_service .tilter__caption span {
	
}
.fotofly_fn_service .content_holder{
	width: auto;
	padding:3em;
	margin-top: 1em;
	border: 1px solid #e5e5e5;
}
.fotofly_fn_service .content_holder ul li{
	margin-bottom:10px;
}
.tilter {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;
	color: #fff;
	flex: none;
	perspective: 1000px;
}
.tilter * {
	pointer-events: none;
}
.tilter:hover,
.tilter:focus {
	color: #fff;
	outline: none;
}
.tilter__figure,
.tilter__image {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.tilter__figure > * {
	transform: translateZ(0px); /* Force correct stacking order */
}

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
	transition: transform 0.3s ease-out;
}

.tilter__figure {
	position: relative;
}

.tilter__figure::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
}
.tilter:hover .tilter__figure::before {
	box-shadow: 0 20px 20px rgba(0,0,0,0.4);
}

.tilter__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tilter__deco--overlay {
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.tilter__deco--shine div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 50%, transparent 100%);
}

.tilter__deco--lines {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	z-index: 10;
	border: 2px solid #fff;
}
/*------------------------------------------------------------------*/ 
/*	xx) WORK STEP
/*------------------------------------------------------------------*/
.fotofly_fn_workstep{
	position: relative;
	text-align: left;
}
.fotofly_fn_workstep .step h3{
	font-weight: 900;
	font-size: 72px;
    line-height: 1;
    letter-spacing: 0;
    color: #ddd;
    margin-bottom: 20px;
}
.fotofly_fn_workstep .title_holder h3{
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	font-size: 24px;
    letter-spacing: .5px;
    color: #111;
    margin-bottom: 40px;
}
.fotofly_fn_workstep .content_holder p {
	color: #777;
	font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
}
/*------------------------------------------------------------------*/ 
/*	xx) GALLERY BLOCK SLIDER
/*------------------------------------------------------------------*/
.fotofly_fn_galleryblock_wrap,
.fotofly_fn_galleryblock{
	float:left;
	clear:both;
	width:100%;
}
.fotofly_fn_galleryblock .gallery_cover .img_holder_overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:5;
	background-position:center;
	background-size:cover;
	
	min-width:100%;
	max-width:100%;
	
	-webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	-ms-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
}
.fotofly_fn_galleryblock .gallery_cover:hover .img_holder_overlay{
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.fotofly_fn_galleryblock .gallery_cover .img_holder_overlay a{
	width:100%;
	height:100%;
	display:block;
}
.fotofly_fn_galleryblock .gallery_cover{
	position:relative;
	overflow:hidden;
	width:100%;
}
.fotofly_fn_galleryblock .gallery_cover .img_holder{
	z-index:0;
	position:relative;
}
.fotofly_fn_galleryblock .gallery_cover .img_holder img{
	min-width:100%;
	max-width:100%;
	
	-webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	-ms-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
}
.fotofly_fn_galleryblock .gallery_cover:hover .img_holder img{
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.fotofly_fn_galleryblock .gallery_cover a{
	position:relative;
	z-index:5;
}
.fotofly_fn_galleryblock .title_holder{
	position:relative;
	padding-bottom: 60px;
}
.fotofly_fn_galleryblock .title_holder span{
	display: block;
    color: #999;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.5;
}
.fotofly_fn_galleryblock .title_holder span a{
	cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #555;
    border-bottom: none !important;
	text-transform: capitalize;
}
.fotofly_fn_galleryblock .title_holder span a:after{
	content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 100%;
    background-color: #555;
	
	-webkit-transition: left .5s ease,width .5s ease;
	   -moz-transition: left .5s ease,width .5s ease;
	    -ms-transition: left .5s ease,width .5s ease;
	     -o-transition: left .5s ease,width .5s ease;
	        transition: left .5s ease,width .5s ease;
}
.fotofly_fn_galleryblock .title_holder span a:hover:after{
	width: 100%;
    left: 0;
	
	-webkit-transition: width .5s ease;
	   -moz-transition: width .5s ease;
	    -ms-transition: width .5s ease;
	     -o-transition: width .5s ease;
	        transition: width .5s ease;
}
.fotofly_fn_galleryblock .title_holder h3{
	margin: 0px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 11px;
    font-weight: 400;
}
.fotofly_fn_galleryblock .content_holder p{
    line-height: 1.5;
    letter-spacing: 0px;
    color: #555;
}
.fotofly_fn_galleryblock .content_holder a{
	text-decoration: none;
    line-height: 2;
    letter-spacing: .5px;
	margin-top: 60px;
	display: inline-block;
    font-size: 15px;
    color: #eb1010;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #eb1010;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fotofly_fn_galleryblock .content_holder a:hover{
	border-bottom-color: transparent;
}
/*------------------------------------------------------------------*/ 
/*	xx) GALLERY BLOCK HALF SCREEN IMAGE
/*------------------------------------------------------------------*/
.fotofly_fn_galleryblock_halfimg .fotofly_fn_first_half{
	width:50%;
	left: 0px;
	right: auto;
	top: 0px;
	position:absolute;
	min-height:100%;
}
.fotofly_fn_galleryblock_halfimg .fp-section{
	height: 100vh;
}
.fotofly_fn_galleryblock_halfimg .img_holder_bg{
	position:absolute;
	top:0px;
	bottom:0px;
	overflow:hidden;
	width:100%;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
}
.fotofly_fn_galleryblock .fotofly_fn_galleryblock_halfimg .detail_small{
	bottom:60px;
}
.fotofly_fn_galleryblock_halfimg .item:nth-child(2n) .fotofly_fn_first_half{
	right:0px;
	left: auto;
}
.fotofly_fn_galleryblock .fotofly_fn_galleryblock_halfimg .item:nth-child(2n) .detail_small{
	right:auto;
	left:30px;
}
.fotofly_fn_galleryblock_halfimg .fotofly_fn_second_half{
	width:50%;
	right:0px;
	left: auto;
	top:0px;
	position:absolute;
	min-height:100%;
}
.fotofly_fn_galleryblock_halfimg .item:nth-child(2n) .fotofly_fn_second_half{
	left:0px;
	right: auto;
}
.fotofly_fn_galleryblock_halfimg .fotofly_fn_second_half .in{
	width: 100%;
	height:100%;
	position: absolute;
	z-index: 2;
	padding:0px 18% 0px 18%;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_galleryblock_halfimg .fotofly_fn_second_half .in .inin{
	display: table;
	height: 100%;
	min-height: 100%;
}
.fotofly_fn_galleryblock_halfimg .fotofly_fn_second_half .in .inin > div{
	display:table-cell;
	vertical-align:middle;
}
.fotofly_fn_galleryblock_halfimg .content_holder ul{
	margin: 0;
	margin-left: -1%;
}
.fotofly_fn_galleryblock_halfimg .content_holder ul li{
	width:32%;
	display:inline-block;
	margin:0px 0px 1% 1%;
}
.fotofly_fn_galleryblock .overlay{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:10;
}
.fotofly_fn_galleryblock .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.fotofly_fn_galleryblock_fullscreen .img_holder_bg{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	z-index:5;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_overlay{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	z-index:10;
	background:rgba(0,0,0,0.7);
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_tc{
	position:relative;
	z-index:15;
	vertical-align:top;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_details{
	width:50%;
	float:left;
	padding:80px 30px 100px 40px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box; 
}
.fotofly_fn_galleryblock_fullscreen .title_holder h3 a{
	color:#fff;
}
.fotofly_fn_galleryblock_fullscreen .title_holder h3 a:hover{
	color: #eb1010;
}
.fotofly_fn_galleryblock_fullscreen .title_holder span a{
	color: #ccc;
}
.fotofly_fn_galleryblock_fullscreen .title_holder span a:after{
	background-color: #ccc;
}
body.fn_fullpagejs #fp-nav ul li a span,
body.fn_fullpagejs .fp-slidesNav ul li a span{
	background-color: #fff;
}
.fotofly_fn_galleryblock .fotofly_fn_galleryblock_fullscreen .content_holder p{
	color:#ccc;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_thumbs{
	width:50%;
	float:left;
	padding-left:50px;
	padding-right:0px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_thumbs ul{
	list-style-type:none;
	width:200px;
	float:left;
	padding:0px;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_thumbs ul.list_img_1{
	margin-right:20px;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_thumbs ul.list_img_1 li{
	margin-top:20px;
	margin-bottom:0px;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_thumbs ul li{
	width:100%;
	margin-bottom:20px;
	position:relative;
}
.fotofly_fn_galleryblock_fullscreen .fotofly_fn_thumbs img{
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.fotofly_fn_galleryblock_fullscreen .content_holder ul{
	margin: 0;
	list-style-type: none;
	margin-left: -1%;
}
.fotofly_fn_galleryblock_fullscreen .content_holder ul li{
	display: inline-block;
	width: 32%;
	margin-left: 1%;
}
/*------------------------------------------------------------------*/ 
/*	xx) GALLERY BLOCK FULLWIDTH
/*------------------------------------------------------------------*/
.fotofly_fn_galleryblock_fullwidth{
	float:left;
	clear:both;
	width:100%;
}
.fotofly_fn_galleryblock_fullwidth .item{
	position:relative;
	padding:150px 70px;
	float:left;
	clear:both;
	width:100%;
	overflow:hidden;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_galleryblock_fullwidth .img_holder_bg{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
	width:100%;
	z-index:5;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.fotofly_fn_galleryblock_fullwidth .fotofly_fn_overlay{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	z-index:10;
}
.fotofly_fn_galleryblock_fullwidth .fotofly_fn_tc{
	position:relative;
	z-index:15;
	vertical-align:top;
	max-width:620px;
	width: 620px;
	background:#fff;
	float:left;
	padding:70px 70px 100px 70px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_galleryblock_fullwidth .item:nth-child(2n) .fotofly_fn_tc{
	float:right;
}
.fotofly_fn_galleryblock_fullwidth .content_holder ul{
	list-style-type:none;
	padding:0px;
	margin: 0;
	margin-left: -1%;
}
.fotofly_fn_galleryblock_fullwidth .content_holder li{
	width: 32%;
	display: inline-block;
	margin: 0px 0px 1% 1%;
}
.fotofly_fn_w_cuspost_parallax_wrap[data-skin="dark"] .fotofly_fn_galleryblock_fullwidth .fotofly_fn_tc{
	background-color: #050505;
}
.fotofly_fn_w_cuspost_parallax_wrap[data-skin="dark"] .fotofly_fn_galleryblock .title_holder h3 a{
	color: #ccc;
}
.fotofly_fn_w_cuspost_parallax_wrap[data-skin="dark"] .fotofly_fn_galleryblock .title_holder h3 a:hover{
	color: #eb1010;
}
/*------------------------------------------------------------------*/ 
/*	xx) PROJECT SLIDER
/*------------------------------------------------------------------*/
.fotofly_fn_projectslider_slider{
	width:100%;
	position:relative;
	float:left;
	clear:both;
}
.fotofly_fn_projectslider_slider .flex-viewport{
	overflow:visible !important;
}
.fotofly_fn_projectslider_slider .slides > li{
	-webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.fotofly_fn_projectslider_slider .slides > li:not(.flex-active-slide) {
    opacity: 0.1;
}
.fotofly_fn_projectslider_slider .flex-direction-nav{
	height:100%;
}
.fotofly_fn_projectslider_slider .flex-direction-nav .flex-prev{
	background: none;
	border-radius: 0;
	height:100%;
	right: 100%;
	left:auto;
	position: absolute;
	text-align: right;
	top: 0;
	width: 100%;
	padding-right: 30px;
}
.fotofly_fn_projectslider_slider .flex-direction-nav .flex-next{
	background: none;
	border-radius: 0;
	height: 100%;
	left: 100%;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	padding-left: 30px;
}
.fotofly_fn_projectslider_slider .flex-direction-nav a{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
	color:#777;
}
.fotofly_fn_projectslider_slider .flex-direction-nav a:before{
	margin-top:26%;
	font-size:60px;
	color:inherit;
}
.fotofly_fn_projectslider_slider .fotofly_fn_projectslider_item{
	max-width:100%;
	float:left;
	position:relative;
}
.fotofly_fn_projectslider_slider .fotofly_fn_first_half{
	width:55%;
	float:left;
}
.fotofly_fn_projectslider_slider .fotofly_fn_second_half{
	width:45%;
	right:0px;
	position:absolute;
	min-height:100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.fotofly_fn_projectslider_slider .fotofly_fn_second_half .in{
	margin: 0px 3em;
}
.fotofly_fn_projectslider .gallery_cover .img_holder_overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:5;
	background-position:center;
	background-size:cover;
	
	min-width:100%;
	max-width:100%;
	
	-webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	-ms-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
}
.fotofly_fn_projectslider .gallery_cover:hover .img_holder_overlay{
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.fotofly_fn_projectslider .gallery_cover .img_holder_overlay a{
	width:100%;
	height:100%;
	display:block;
}
.fotofly_fn_projectslider .gallery_cover{
	position:relative;
	overflow:hidden;
	width:100%;
}
.fotofly_fn_projectslider .gallery_cover .img_holder{
	z-index:0;
	position:relative;
}
.fotofly_fn_projectslider .gallery_cover .img_holder img{
	min-width:100%;
	max-width:100%;
	
	-webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	-ms-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
}
.fotofly_fn_projectslider .gallery_cover:hover .img_holder img{
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.fotofly_fn_projectslider .gallery_cover a{
	position:relative;
	z-index:5;
}
.fotofly_fn_projectslider .title_holder{
	position:relative;
	padding: 30px 0px;
}
.fotofly_fn_projectslider .title_holder span{
	color:#999;
	display: block;
	margin-bottom: 10px;
}
.fotofly_fn_projectslider .title_holder span a{
	color:#555;
	cursor: pointer;
    position: relative;
    text-decoration: none;
    border-bottom: none !important;
    text-transform: capitalize;
	padding-bottom: 3px;
}
.fotofly_fn_projectslider .title_holder span a:after{
	content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 100%;
    background-color: #555;
	
	-webkit-transition: left .5s ease,width .5s ease;
	   -moz-transition: left .5s ease,width .5s ease;
	    -ms-transition: left .5s ease,width .5s ease;
	     -o-transition: left .5s ease,width .5s ease;
	        transition: left .5s ease,width .5s ease;
}
.fotofly_fn_projectslider .title_holder span a:hover:after{
	width: 100%;
    left: 0;
	
	-webkit-transition: width .5s ease;
	   -moz-transition: width .5s ease;
	    -ms-transition: width .5s ease;
	     -o-transition: width .5s ease;
	        transition: width .5s ease;
}
.fotofly_fn_projectslider .title_holder h1{
	margin: 0px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 400;
}
.fotofly_fn_projectslider .title_holder h1 a{
	position:relative;
}
.fotofly_fn_projectslider .content_holder p{
	margin-bottom:40px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #555;
}
.fotofly_fn_projectslider .content_holder a{
	text-decoration: none;
    line-height: 2;
    letter-spacing: .5px;
    display: inline-block;
    font-size: 15px;
    color: #eb1010;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #eb1010;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fotofly_fn_projectslider .content_holder a:hover{
	border-bottom-color: transparent;
}
.fotofly_fn_projectslider_slider .fotofly_fn_second_half .content_holder ul{
	margin-top:40px;
	padding:0px;
}
.fotofly_fn_projectslider_slider .fotofly_fn_second_half .content_holder ul li{
	width:32%;
	display:inline-block;
	margin:0px 1% 0px 0px;
}
.fotofly_fn_projectslider_wrap[data-skin="dark"] .fotofly_fn_projectslider .title_holder h1 a{color: #ccc;}
.fotofly_fn_projectslider_wrap[data-skin="dark"] .fotofly_fn_projectslider .title_holder h1 a:hover{color: #eb1010;}
.fotofly_fn_projectslider_wrap[data-skin="dark"] .fotofly_fn_projectslider .content_holder p{color: #999;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: PORTFOLIO CUSTOM (TRIPLE)
/*------------------------------------------------------------------*/
.fotofly_fn_w_portfoliocustom_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.fotofly_fn_w_portfoliocustom{
	width: 100%;
	clear: both;
}
.fotofly_fn_w_portfoliocustom_triple{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list{
	margin: 0px;
	list-style-type: none;
	margin-left: -20px;
	position: relative;
	float: left;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list > li{
	width: 30%;
	padding-left: 20px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list > li:first-child{
	width: 40%;
}
.fotofly_fn_w_portfoliocustom_triple .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fotofly_fn_w_portfoliocustom_triple .image_holder img{
	opacity: 0;
}
.fotofly_fn_w_portfoliocustom_triple .image_holder_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
}
.fotofly_fn_w_portfoliocustom_triple .title_holder{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 40px 0px;
	z-index: 30;
	text-align: center;
	
	transition: bottom .5s cubic-bezier(0.065, 0.560, 0.000, 0.930), opacity .3s cubic-bezier(0.065, 0.560, 0.000, 0.930), background 0s 0.5s;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_triple .title_holder .in{
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	
	transition: opacity 0.5s 0.3s ease;
	
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Standard syntax */
}
.fotofly_fn_w_portfoliocustom_triple .title_holder span{
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1.3;
	display: block;
	position: relative;
	z-index: 2;
}
.fotofly_fn_w_portfoliocustom_triple .title_holder a{
	text-decoration: none;
	display: block;
	color: #fffefe;
	width: 100%;
	padding: 0px 5px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_triple .hover_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0px;
	padding: 5%;
	z-index: 40;
	opacity: 0;
	visibility: hidden;
	
	transition: all .5s ease;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_triple .hover_overlay .in{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.8);
	z-index: 60;
}
.fotofly_fn_w_portfoliocustom_triple .hover_overlay .in a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.fotofly_fn_w_portfoliocustom_triple .hover_overlay span{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: bottom .5s .3s cubic-bezier(0.065, 0.560, 0.000, 0.930), opacity .3s .3s cubic-bezier(0.065, 0.560, 0.000, 0.930);
}
.fotofly_fn_w_portfoliocustom_triple .hover_overlay .fotofly_fn_svg{
	width: 25px;
	height: 25px;
}
.fotofly_fn_w_portfoliocustom_triple .item:hover .hover_overlay{
	opacity: 1;
	visibility: visible;
}
.fotofly_fn_w_portfoliocustom_triple .item:hover .title_holder{
	z-index: 50;
	bottom: 50%;
	transform: translateY(50%);
	transition-delay: 0;
	padding: 0px 5%;
	background:none;
}
.fotofly_fn_w_portfoliocustom_triple .item:hover .title_holder .in{
	opacity: 0;
	visibility: hidden;
	transition-delay: 0s;
}
.fotofly_fn_w_portfoliocustom_triple .item:hover .hover_overlay span{
	bottom: 5%;
	opacity: 1;
	visibility: visible;
	transition-delay: 0;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover{
	width: 60%;
	position: absolute;
	right: 0px;
	bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .in{
	width: 100%;
	height: 40px;
	background-color: #151515;
	transition: height .5s ease;
	position: relative;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
	text-decoration: none;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover p{
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fffefe;
	font-size: 22px;
	padding: 0px 10px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover span{
	display: inline-block;
	transition: margin .3s ease;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .arrow{
	margin-left: 23px;
	position: relative;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	transform: rotateY(180deg) rotateZ(0);
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .fotofly_fn_svg{
	width: 25px;
	height: 25px;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover:hover .text{
	margin-left: 5px;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover:hover .arrow{
	margin-left: 28px;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .image_holder{opacity: 0;height: 0px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .image_holder img{visibility: hidden;height: 0px;}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: PORTFOLIO CUSTOM (QUINTUPLE)
/*------------------------------------------------------------------*/
.fotofly_fn_w_portfoliocustom_quintuple{
	display: block;
	margin-left: -20px;
	float: left;
	clear: both;
}
.fotofly_fn_w_port_quintuple_col{
	width: 28%;
	float: left;
	padding-left: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_port_quintuple_col.mixed{
	width: 44%;
}
.fotofly_fn_w_port_quintuple_item{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_port_quintuple_item .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.fotofly_fn_w_portfoliocustom_quintuple img{
	opacity: 0;
}
.fotofly_fn_w_portfoliocustom_quintuple .image_holder_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
}
.fotofly_fn_w_portfoliocustom_quintuple .title_holder{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 40px 0px;
	z-index: 30;
	text-align: center;
	
	transition: bottom .5s cubic-bezier(0.065, 0.560, 0.000, 0.930), opacity .3s cubic-bezier(0.065, 0.560, 0.000, 0.930), background 0s 0.5s;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quintuple .title_holder .in{
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	
	transition: opacity 0.5s 0.3s ease;
	
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Standard syntax */
}
.fotofly_fn_w_portfoliocustom_quintuple .title_holder span{
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1.3;
	display: block;
	position: relative;
	z-index: 2;
}
.fotofly_fn_w_portfoliocustom_quintuple .title_holder a{
	text-decoration: none;
	display: block;
	color: #fffefe;
	width: 100%;
	padding: 0px 5px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quintuple .hover_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0px;
	padding: 5%;
	z-index: 40;
	opacity: 0;
	visibility: hidden;
	
	transition: all .5s ease;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quintuple .hover_overlay .in{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.8);
	z-index: 60;
}
.fotofly_fn_w_portfoliocustom_quintuple .hover_overlay .in a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.fotofly_fn_w_portfoliocustom_quintuple .hover_overlay span{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: bottom .5s .3s cubic-bezier(0.065, 0.560, 0.000, 0.930), opacity .3s .3s cubic-bezier(0.065, 0.560, 0.000, 0.930);
}
.fotofly_fn_w_portfoliocustom_quintuple .hover_overlay .fotofly_fn_svg{
	width: 25px;
	height: 25px;
}
.fotofly_fn_w_portfoliocustom_quintuple .item:hover .hover_overlay{
	opacity: 1;
	visibility: visible;
}
.fotofly_fn_w_portfoliocustom_quintuple .item:hover .title_holder{
	z-index: 50;
	bottom: 50%;
	transform: translateY(50%);
	transition-delay: 0;
	padding: 0px 5%;
	background:none;
}
.fotofly_fn_w_portfoliocustom_quintuple .item:hover .title_holder .in{
	opacity: 0;
	visibility: hidden;
	transition-delay: 0s;
}
.fotofly_fn_w_portfoliocustom_quintuple .item:hover .hover_overlay span{
	bottom: 5%;
	opacity: 1;
	visibility: visible;
	transition-delay: 0;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover{
	width: 100%;
	float: left;
	margin-bottom: 40px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover .image_holder{
	opacity: 0;
	height: 0px;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover img{
	opacity: 0;
	height: 0px;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover .in{
	width: 100%;
	height: 40px;
	background-color: #151515;
	transition: height .5s ease;
	position: relative;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
	text-decoration: none;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover p{
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%) translateZ(0);
	color: #fffefe;
	font-size: 22px;
	padding: 0px 10px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover span{
	display: inline-block;
	transition: margin .3s ease;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover .arrow{
	transform: rotateY(180deg) rotateZ(0);
	margin-left: 23px;
	position: relative;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover .fotofly_fn_svg{
	width: 25px;
	height: 25px;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover:hover .text{
	margin-left: 5px;
}
.fotofly_fn_w_portfoliocustom_quintuple .discover:hover .arrow{
	margin-left: 28px;
}
/*------------------------------------------------------------------*/ 
/*	xx) SHORTCODE: PORTFOLIO CUSTOM (QUADRUPLE)
/*------------------------------------------------------------------*/
.fotofly_fn_w_portfoliocustom_quadruple{
	margin-left: -20px;
}
.fotofly_fn_w_port_quadruple_col{
	width: 30%;
	float: left;
	padding-left: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_port_quadruple_col.righted{
	float: right;
}
.fotofly_fn_w_port_quadruple_col.mixed{
	width: 40%;
	padding-left: 0px;
}
.fotofly_fn_w_port_quadruple_item{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_port_quadruple_col.mixed .fotofly_fn_w_port_quadruple_item{
	width: 50%;
	clear: none;
	padding-left: 20px;
}
.fotofly_fn_w_port_quadruple_item .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.fotofly_fn_w_portfoliocustom_quadruple img{
	opacity: 0;
	max-width: 100%;
	min-height: 100%;
}
.fotofly_fn_w_portfoliocustom_quadruple .image_holder_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
}
.fotofly_fn_w_portfoliocustom_quadruple .title_holder{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 40px 0px;
	z-index: 30;
	text-align: center;
	
	transition: bottom .5s cubic-bezier(0.065, 0.560, 0.000, 0.930), opacity .3s cubic-bezier(0.065, 0.560, 0.000, 0.930), background 0s 0.5s;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quadruple .title_holder .in{
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	
	transition: opacity 0.5s 0.3s ease;
	
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); /* Standard syntax */
}
.fotofly_fn_w_portfoliocustom_quadruple .title_holder span{
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1.3;
	display: block;
	position: relative;
	z-index: 2;
}
.fotofly_fn_w_portfoliocustom_quadruple .title_holder a{
	text-decoration: none;
	display: block;
	color: #fffefe;
	width: 100%;
	padding: 0px 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quadruple .hover_overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0px;
	padding: 5%;
	z-index: 40;
	opacity: 0;
	visibility: hidden;
	
	transition: all .5s ease;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quadruple .hover_overlay .in{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.8);
	z-index: 60;
}
.fotofly_fn_w_portfoliocustom_quadruple .hover_overlay .in a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.fotofly_fn_w_portfoliocustom_quadruple .hover_overlay span{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: bottom .5s .3s cubic-bezier(0.065, 0.560, 0.000, 0.930), opacity .3s .3s cubic-bezier(0.065, 0.560, 0.000, 0.930);
}
.fotofly_fn_w_portfoliocustom_quadruple .hover_overlay .fotofly_fn_svg{
	width: 25px;
	height: 25px;
}
.fotofly_fn_w_portfoliocustom_quadruple .item:hover .hover_overlay{
	opacity: 1;
	visibility: visible;
}
.fotofly_fn_w_portfoliocustom_quadruple .item:hover .title_holder{
	z-index: 50;
	bottom: 50%;
	transform: translateY(50%);
	transition-delay: 0;
	padding: 0px 5%;
	background:none;
}
.fotofly_fn_w_portfoliocustom_quadruple .item:hover .title_holder .in{
	opacity: 0;
	visibility: hidden;
	transition-delay: 0s;
}
.fotofly_fn_w_portfoliocustom_quadruple .item:hover .hover_overlay span{
	bottom: 5%;
	opacity: 1;
	visibility: visible;
	transition-delay: 0;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-left: 20px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover .image_holder{
	opacity: 0;
	height: 0px;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover img{
	opacity: 0;
	height: 0px;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover .in{
	width: 100%;
	height: 40px;
	background-color: #151515;
	transition: height .5s ease;
	position: relative;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
	text-decoration: none;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover p{
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fffefe;
	font-size: 22px;
	padding: 0px 10px;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover span{
	display: inline-block;
	transition: margin .3s ease;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover .arrow{
	transform: rotateY(180deg) rotateZ(0);
	margin-left: 23px;
	position: relative;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover .fotofly_fn_svg{
	width: 25px;
	height: 25px;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover:hover .text{
	margin-left: 5px;
}
.fotofly_fn_w_portfoliocustom_quadruple .discover:hover .arrow{
	margin-left: 28px;
}
/*------------------------------------------------------------------*/ 
/*	xx) MEDIA QUERIES (FOR SMALL DEVICES)
/*------------------------------------------------------------------*/
@media (max-width: 1500px){
.fotofly_fn_w_portfoliocustom_quadruple .title_holder span,
.fotofly_fn_w_portfoliocustom_quintuple .title_holder span,
.fotofly_fn_w_portfoliocustom_triple .title_holder span{font-size: 22px;}
.fotofly_fn_w_portfoliocustom_quadruple .discover p,
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover p,
.fotofly_fn_w_portfoliocustom_quintuple .discover p{font-size: 18px;}
}
@media (max-width: 1300px){
.fotofly_fn_servicetab_single .content_holder,
.fotofly_fn_sertabs .content_holder{padding: 10% 5%;}
.fotofly_fn_sertabs ul.etabs{left: -20px;}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs ul.etabs{right: -20px;}
.fotofly_fn_sertabs ul.etabs .e_number{width: 50px;}

.fotofly_fn_w_port_quadruple_col{width: 50%;}
.fotofly_fn_w_port_quadruple_col.mixed{width: 100%;}
.fotofly_fn_w_portfoliocustom_quadruple .discover .in{height: auto !important;}
.fotofly_fn_w_portfoliocustom_quadruple .discover p{position: relative;transform:translateY(0);padding: 20px 10px;}

.fotofly_fn_w_portfoliocustom_quadruple .title_holder span,
.fotofly_fn_w_portfoliocustom_quintuple .title_holder span,
.fotofly_fn_w_portfoliocustom_triple .title_holder span{font-size: 20px;}
.fotofly_fn_counter_wrap[data-col="6"] .fotofly_fn_counter_list li{width:20%;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover{
	width: 50%;
	position: relative;
	float: left;
	right: auto;
	bottom: auto;
}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .image_holder{opacity: 1;height: auto;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .image_holder img{visibility: visible;height: auto;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .in{height: auto !important;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list > li:first-child,
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list > li{width: 50%;}
.fotofly_fn_servicelist[data-cols="4"] li{width: 33.3333%;}
}
@media (max-width: 1200px){
.fotofly_fn_w_cuspostcatmod .title_holder{left: -10px;}
.fotofly_fn_w_cuspostcatmod .title_holder a{padding: 7px 90px 7px 25px;font-size: 18px;line-height: 1.5;}
.w_cpost_carousel.c2{display: block;}
.w_cpost_carousel.c2 .main_title_holder{padding: 0px 20px;margin-bottom: 40px;}
.w_cpost_carousel.c2 .title_wrapper{width: 100%;}
.w_cpost_carousel.c2 .owl-carousel{width: 100%;padding: 0px 20px;}

.fotofly_fn_hover_width .item_middle ul{margin-left: -10px;}
.fotofly_fn_call_to_action_classic h1{font-size: 50px;}
.fotofly_fn_hover_width .item.item_middle,
.fotofly_fn_hover_width .item{width: 100%;}
.fotofly_fn_hover_width{display: block;}
.fotofly_fn_hover_width .item_in,
.fotofly_fn_hover_width .item_middle .item_in{padding: 0px 40px;}
.fotofly_fn_hover_width .item_middle li.current,
.fotofly_fn_hover_width .item_middle li{width: 50%;margin-bottom: 5px;height: auto;}
.fotofly_fn_hover_width img{height: auto;}
.fotofly_fn_hover_width .item{margin-bottom: 40px;}

.fotofly_fn_hover_width .item_middle li:nth-last-child(1),
.fotofly_fn_hover_width .item_middle li:nth-last-child(2),
.fotofly_fn_hover_width .item_middle li:nth-last-child(3){
width: 33.3333%;
}

ul.w_blog_list .title_holder{padding: 15px 20px;}
.fotofly_fn_counter_wrap[data-col="5"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="6"] .fotofly_fn_counter_list li{width:25%;}
}
@media (max-width: 1040px){
.fotofly_fn_service_carousel .owl-carousel{display: none;}
.fotofly_fn_service_carousel .mobile_version{display: block;}
.fotofly_fn_service_carousel{padding: 0px 20px;}
.fotofly_fn_projectslider .title_holder h1,
.w_cpost_carousel .main_title_holder h2,
.fotofly_fn_service_carousel .title_holder h3{font-size: 30px;}


.fotofly_fn_hover_width .item_in,
.fotofly_fn_hover_width .item_middle .item_in{padding: 0px 20px;}
.fotofly_fn_servicelist[data-cols="3"] li{width: 50%;}
.fotofly_fn_servicelist[data-cols="4"] li{width: 50%;}

.fotofly_fn_w_custompost_ribbon_wrap .title_holder{padding: 25px 20px;}
.fotofly_fn_w_custompost_ribbon_wrap .title_holder h3{font-size: 24px;}
.fotofly_fn_category_column_portfolio table .title_holder h3 a{font-size: 24px;padding: 0px 20px;line-height: 60px;}

.fotofly_fn_w_multi_scroll .title_holder{padding: 25px 20px;}
.fotofly_fn_w_multi_scroll .title_holder h3{font-size: 24px;}
.fotofly_fn_w_cortex_slider_wrap h3{font-size: 24px;}
.fotofly_fn_w_cortex_slider_wrap .title_holder{height: 60px;line-height: 60px;padding: 0px 80px;}
.fotofly_fn_w_cortex_slider_wrap .flex-direction-nav a{width: 60px;height: 60px;line-height: 60px;}


.fotofly_fn_aboutslider .about_slider{width: 40%;}
.fotofly_fn_aboutslider .about_content{width: 60%;}
.fotofly_fn_aboutslider .about_slider_in{padding: 0px 20px;}
.fotofly_fn_sertabs ul.etabs{left: -10px;}
.fotofly_fn_service_tabs[data-position="right"] .fotofly_fn_sertabs ul.etabs{right: -10px;}

.fotofly_fn_w_port_quintuple_col.mixed,
.fotofly_fn_w_port_quintuple_col{width: 100%;}
.fotofly_fn_w_port_quintuple_col{padding-left: 0px;}
.fotofly_fn_w_portfoliocustom_quintuple{margin-left: -20px;}
.fotofly_fn_w_port_quintuple_item{width: 50%;clear: none;padding-left: 20px;margin-bottom: 20px;}
.fotofly_fn_w_portfoliocustom_quintuple .discover{width: 50%;padding-left: 20px;margin-bottom: 20px;}
.fotofly_fn_w_portfoliocustom_quintuple .discover .in{height: auto !important;}
.fotofly_fn_w_portfoliocustom_quintuple .discover .image_holder{opacity: 1;height: auto;}
.fotofly_fn_w_portfoliocustom_quintuple .discover img{height: auto;}


.fotofly_fn_about_me_holder{padding: 0px 20px;}
.fotofly_fn_counter_wrap[data-col="4"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="5"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="6"] .fotofly_fn_counter_list li{width:33.3333%;}
.testimonials .fotofly_fn_item_in{padding: 60px 40px;}
.fotofly_fn_halfimage .info_content{width: 100%;min-height: auto;}
.fotofly_fn_halfimage .image_content{width: 100%;height: 550px;position: relative;left: 0px !important;right: 0px !important;margin-bottom: 20px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list{margin-left: -20px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list > li{padding-left: 20px;margin-bottom: 20px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover{padding-left: 20px;}
}
@media (max-width: 768px){
.fotofly_fn_maintitle .title_holder{width: 100%;max-width: 100%;margin-bottom: 30px;}
.fotofly_fn_maintitle .descr{width: 100%;}
.fotofly_fn_service_carousel .mobile_version .service_item{width: 100%;}
.fotofly_fn_projectslider_slider .fotofly_fn_second_half{display: none;}
.fotofly_fn_projectslider_slider .fotofly_fn_first_half{width: 100%;}
.fotofly_fn_hover_width .item_middle li{width: 100% !important;}
.fotofly_fn_servicelist .item{padding: 30px 40px;}

.fotofly_fn_galleryblock_fullscreen .fotofly_fn_details{width: 100%;padding: 0px;}

.fotofly_fn_galleryblock_fullwidth .item{padding: 10% 5%;}
.fotofly_fn_galleryblock_fullwidth .fotofly_fn_tc{width: 100%;max-width: 100%;padding: 40px;}
.fotofly_fn_galleryblock .title_holder h3{font-size: 24px;}

.fotofly_fn_galleryblock_halfimg .title_holder h3 a{color: #fff;}
.fotofly_fn_galleryblock_halfimg .title_holder h3 a:hover{color: #eb1010;}
.fotofly_fn_galleryblock_halfimg .content_holder p,
.fotofly_fn_galleryblock_halfimg .title_holder span a{color: #ccc;}
.fotofly_fn_galleryblock_halfimg .title_holder span a:after{background-color: #ccc;}
.fotofly_fn_galleryblock_halfimg .fotofly_fn_second_half .in{padding: 0px 20px;background-color: rgba(0,0,0,0.5);}
.fotofly_fn_galleryblock_halfimg .fotofly_fn_second_half,
.fotofly_fn_galleryblock_halfimg .fotofly_fn_first_half{width: 100%;}


.fotofly_fn_aboutslider .about_slider{width: 100%;margin-bottom: 50px;}
.fotofly_fn_aboutslider .about_content{width: 100%;min-height: auto !important;}
.fotofly_fn_aboutslider .flex-direction-nav .flex-next{right: 5px;}
.fotofly_fn_aboutslider .flex-direction-nav .flex-prev{right: 70px;}
.fotofly_fn_aboutslider .about_content h3{font-size: 30px;}

.fotofly_fn_servicetab_single .content_holder p,
.fotofly_fn_sertabs .content_holder p{margin-bottom: 40px;}

.fotofly_fn_servicetab_single .img_holder,
.fotofly_fn_sertabs .img_holder{width: 100%;position: relative;height: 500px;}

.fotofly_fn_servicetab_single .content_holder,
.fotofly_fn_sertabs .content_holder{width: 100%;padding: 40px 20px;min-height: auto;}

.fotofly_fn_servicetab_single .content_holder h3,
.fotofly_fn_sertabs .content_holder h3{font-size: 24px;}



li.fotofly_fn_w_blogtriple_item{width: 100%;}
ul.w_blog_list .title_holder{padding: 30px 40px;}
.fotofly_fn_w_port_quadruple_col.mixed .fotofly_fn_w_port_quadruple_item,
.fotofly_fn_w_port_quadruple_col{width: 100%;}
.fotofly_fn_w_portfoliocustom_quintuple .discover,
.fotofly_fn_w_port_quintuple_item{width: 100%;}
.fotofly_fn_w_portfoliocustom_quintuple .discover p{padding: 20px 10px;position: relative;transform: translate(0,0)}
.fotofly_fn_w_portfoliocustom_quintuple .discover img,
.fotofly_fn_w_portfoliocustom_quintuple .discover .image_holder{opacity: 0;height: 0;}

.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover{width: 100%;margin-bottom: 20px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .image_holder img{height: 0px;visibility: hidden;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover .image_holder{opacity: 0;height: 0px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover p{position: relative;transform: translateY(0);padding: 20px 10px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list > li:first-child, .fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list > li{width: 100%;}

.fotofly_fn_about_me .info_content{width: 100%;}
.fotofly_fn_about_me .img_holder{width: 100%;margin-bottom: 20px;}
.fotofly_fn_workstep{text-align: center;}
.fotofly_fn_cover_box .fotofly_fn_in{padding: 50px 20px;}
.purchase_button{right: 20px;top: 20px;}
.purchase_button p{display: none;}
.fotofly_fn_instagram .follow{position: relative;height: auto;top: auto;}
.fotofly_fn_instagram .following{
	display: block;
	padding: 55px 20px;
	margin-bottom: 10px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.fotofly_fn_counter_wrap[data-col="3"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="4"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="5"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="6"] .fotofly_fn_counter_list li{width:50%;}
.testimonials .fotofly_fn_item_in{padding: 60px 20px;}
.post-password-form > div{width: 100%;}
.post-password-form input[type="password"]{margin-bottom: 10px;}
}
@media (max-width: 600px){
.fotofly_fn_alert{padding: 30px;}
.fotofly_fn_alert .alert_content{padding-bottom: 15px;}
.fotofly_fn_alert .inner{padding: 0px 20px 0px 0px;text-align: center;}
.fotofly_fn_alert .inner .alert-icon{position: relative;display: inline-block;}
}
@media (max-width: 480px){
.fotofly_fn_call_to_action_classic h1{font-size: 40px;}
.fotofly_fn_service_carousel{padding: 0px 10px;}
.fotofly_fn_servicelist .item{padding: 30px 20px;}
.fotofly_fn_servicelist[data-cols="4"] li,
.fotofly_fn_servicelist[data-cols="3"] li,
.fotofly_fn_servicelist[data-cols="2"] li{width: 100%;}
.fotofly_fn_servicelist li{width: 100%;}
.fotofly_fn_w_cuspostcatmod .title_holder{left: -5px;bottom: 5px;}



.fotofly_fn_galleryblock .title_holder{padding-bottom: 20px;}
.fotofly_fn_galleryblock .content_holder a{margin-top: 20px;}



.fotofly_fn_aboutslider .about_content h3{font-size: 25px;}
.fotofly_fn_aboutslider .about_slider_in{padding: 0px 10px;}
.fotofly_fn_contact_info h3{font-size: 25px;}

.fotofly_fn_servicetab_single .img_holder,
.fotofly_fn_sertabs .img_holder{height: 400px;}

ul.w_blog_list .title_holder{padding: 15px 20px;}
ul.w_blog_list .title_holder p{margin-bottom: 10px;}
.fotofly_fn_w_portfoliocustom_triple ul.w_portfolio_list li.discover p,
.fotofly_fn_w_portfoliocustom_quintuple .discover p,
.fotofly_fn_w_portfoliocustom_quadruple .title_holder span,
.fotofly_fn_w_portfoliocustom_quadruple .discover p,
.fotofly_fn_w_portfoliocustom_quintuple .title_holder span,
.fotofly_fn_w_portfoliocustom_triple .title_holder span{font-size: 16px;}
.fotofly_fn_password_protected_content > .in > div{padding: 50px 20px 100px 20px;}
.fotofly_fn_about_me_holder{padding: 0px 10px;}
.flow_gallery_title h3{font-size: 17px;}
.testimonials{padding: 10px;}
.carouselle .carousel-item .xx_b{padding: 50px 30px 70px 30px;}
.testimonials .fotofly_fn_item_in{padding: 30px 0px;}
.fotofly_fn_instagram ul li{width: 50%;}
.fotofly_fn_counter_wrap[data-col="2"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="3"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="4"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="5"] .fotofly_fn_counter_list li,
.fotofly_fn_counter_wrap[data-col="6"] .fotofly_fn_counter_list li{width:100%;}
}
@media (max-width: 320px){
.fotofly_fn_instagram ul li{width: 100%;}
.fotofly_fn_sertabs .content_holder{padding: 30px 20px;}
}