/* 
    Q) LIGHTBOXES    
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */



/* lightbox item */

/* lightbox item style1 */

.lightbox_item_style1 {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.flexslider .lightbox_item_style1:hover, .multi_flexslider .lightbox_item_style1:hover {

}

.lightbox_item_style1:before {
    background: url("../images/general_elements/overlay_effect.png") no-repeat scroll center center transparent;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

/*.lightbox_item_style1:after, .lightbox_item_style1:before {
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    content: "";
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    position: absolute;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -2;
}
.lightbox_item_style1:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
*/
.lightbox_item_style1 .lightbox_item_style1_overlay_content,.lightbox_item_style1 .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   padding: 20px;
   text-align: center;
   z-index: 5; /* important */
}
.lightbox_item_style1 img {
   display: block;
   position: relative;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style1 .lightbox_item_style1_title {
	text-transform: uppercase;
	position: relative;
	top: 50%;
	margin-top: -50px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);	
}

.lightbox_item_style1 .lightbox_item_style1_title a {
   color: #fff;
   position: relative;
   margin: 0px 0 0 0;
}

.lightbox_item_style1 .lightbox_item_style1_title a:hover {
	color: #222;	
}

.lightbox_item_style1 .subheader {
	color: #222;
	text-transform: uppercase;
	position: relative;
	top: 50%;
	margin-top: -10px !important;
	font-family: 'Open Sans',Arial,serif !important;
	font-weight: 100;
}

.lightbox_item_style1  h6.subheader {
	font-size: 13px;
}

.lightbox_item_style1 a.permalink, .lightbox_item_style1 a.preview {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #222;
	position: absolute;
	top: 50%;
	font-size: 20px;
	border-radius: 1000px;
	left: 50%;
	margin-left: -6px;
}

.lightbox_item_style1 a.preview {
	margin-left: -53px;
	background: #fff;
	color: #222;
	z-index: 1;	
}

.lightbox_item_style1 a.preview:hover, .lightbox_item_style1 a.permalink:hover {
	color: #92282A;
	margin-top: -3px;
}

.lightbox_item_style1 a.preview:hover {
	background: #eee;
}

.lightbox_item_style1 a.permalink:hover {
	background: #333;
}

.lightbox_item_style1 a.permalink i, .lightbox_item_style1 a.preview i {
		
}


/* lightbox item transition details */

.lightbox_item_style1 img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.lightbox_item_style1:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.lightbox_item_style1 .lightbox_item_style1_overlay_content {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: #92282A;
   background-color: rgba(241, 90, 35, .95);
   background-image: url(../images/general_elements/lightbox_overlay_effect.png);
   background-position: center center;
   background-repeat: no-repeat;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.lightbox_item_style1:hover .lightbox_item_style1_overlay_content {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.lightbox_item_style1 .lightbox_item_style1_title, .lightbox_item_style1 .subheader {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.lightbox_item_style1:hover .lightbox_item_style1_title,
.lightbox_item_style1:hover .subheader {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.lightbox_item_style1 a.preview, .lightbox_item_style1 a.permalink {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
}

.lightbox_item_style1:hover a.preview,
.lightbox_item_style1:hover a.permalink {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}


/* lightbox item style2 */

.lightbox_item_style2 {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
}

.flexslider .lightbox_item_style2:hover, .multi_flexslider .lightbox_item_style2:hover {

}

.lightbox_item_style2:before {
    background: url("../images/general_elements/overlay_effect.png") no-repeat scroll center center transparent;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
}

/*.lightbox_item_style2:after, .lightbox_item_style2:before {
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    content: "";
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    position: absolute;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -2;
}
.lightbox_item_style2:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
*/
.lightbox_item_style2 .lightbox_item_style2_overlay_content,.lightbox_item_style2 .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   padding: 20px;
   text-align: center;
   z-index: 5; /* important */
}
.lightbox_item_style2 img {
   display: block;
   position: relative;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2 a.permalink, .lightbox_item_style2 a.preview {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px !important;
	text-align: center;
	color: #fff;
	background: #222;
	position: absolute;
	top: 50%;
	font-size: 20px;
	border-radius: 1000px;
	left: 50%;
	margin-left: -6px;
	margin-top: -30px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2 a.preview {
	margin-left: -25px;
	background: #fff;
	color: #222;
	z-index: 1;
}

.lightbox_item_style2 a.preview:hover, .lightbox_item_style2 a.permalink:hover {
	color: #92282A;
	margin-top: -33px;
}

.lightbox_item_style2 a.preview:hover {
	background: #eee;
}

.lightbox_item_style2 a.permalink:hover {
	background: #333;
}

.lightbox_item_style2 a.permalink i, .lightbox_item_style2 a.preview i {
	line-height:60px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
		
}


/* lightbox item style2 transition details */

.lightbox_item_style2 img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lightbox_item_style2 .lightbox_item_style2_overlay_content {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: #92282A;
   background-color: rgba(227, 164, 1, .85);
   background-image: url(../images/general_elements/lightbox_overlay_effect.png);
   background-position: center center;
   background-repeat: no-repeat;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2:hover .lightbox_item_style2_overlay_content {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2 a.preview, .lightbox_item_style2 a.permalink {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2 a.permalink {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-transform: translateX(100px);
   -moz-transform: translateX(100px);
   -o-transform: translateX(100px);
   -ms-transform: translateX(100px);
   transform: translateX(100px);
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2 a.preview {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-transform: translateX(-100px);
   -moz-transform: translateX(-100px);
   -o-transform: translateX(-100px);
   -ms-transform: translateX(-100px);
   transform: translateX(-100px);
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.lightbox_item_style2:hover a.preview,
.lightbox_item_style2:hover a.permalink {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
