@charset "utf-8";
/* CSS Document */
.search_box {
	margin: 50px 0 0 0;
}
.search_box input[type=text] {
	width: 40%;
	box-sizing: border-box;
	border: 2px solid #444;
	border-radius: 0;
	font-size: 16px;
	background-color: #000;
	height: 45px;
	padding: 5px 15px;
	color: #fff;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	margin: auto;
	display: block;
	outline: none;
}
.search_box input:focus {
	border: 2px solid #c69540;
}

.cp_logo li:nth-child(1) {
	margin-right: 0;

}
.cp_logo li:nth-child(5) {
    margin-top: 0 !important;
 }

 
@media only screen and (max-widtth: 991px) {


.search_box {
	margin: 110px 0 0 0;
}
.search_box input[type=text] {
	width: 40%;
	box-sizing: border-box;
	border: 2px solid #444;
	border-radius: 0;
	font-size: 16px;
	background-color: #000;
	height: 45px;
	padding: 5px 15px;
	color: #fff;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	margin: auto;
	display: block;
	outline: none;
}
.galler_2 ul li {
	
	/*width:50%;*/
	
}
.galler_2 {
	width: 80%;
	margin-top: 30px;
}
}


/*===========================GALLERY=================================*/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1090;
	width: 100%;
	height: auto;
	background-color: #000;
	opacity: 0.95 !important;
}
#lightbox {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 1100;
	text-align: center;
	color: white;
	line-height: 0;
	padding: 10px 0;
}
#lightbox a, #lightbox a:hover {
	border-bottom: none;
	color: white;
	text-decoration: underline;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	width: auto;
	height: auto; /* without this line error in IE8 detected */
	margin: 0 auto;
	border-radius: 3px;
	position: relative;
	background: #FFF;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.3);
}
#lightboxImage {
	width: 100%;
	height: 100%;
}
#imageContainer {
	width: 50px;
	height: 50px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	font-size: 0;/* ie fix - big info bar*/
}
#loading {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	font-size: 10px;
	z-index: 1;
}
#loadingLink {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 60%;
	height: 32px;
	background: url(fluid_dg-loader.gif) center center no-repeat;
	text-indent: -9999px;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 8;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLinkImg, #nextLinkImg {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: none;
	text-indent: -9999px;
}
#prevLinkImg {
	left: 0;
	float: left;
}
#nextLinkImg {
	right: 0;
	float: right;
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background: url(icons/prev.png) 5% center no-repeat;
	_background-image: url(prev.gif)
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background: url(icons/next.png) 97% center no-repeat;
	_background-image: url(next.gif)
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	font-family: " Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	width: 100%;
}
#imageData {
	overflow: hidden;
	width: 100%;
}
#imageDetails {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0 0 0;
}
#caption {
	font-weight: 600;
	display: block;
	color: #16191a;
	line-height: 18px;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 0;
	text-align: center;
}
#numberDisplay {
	display: block;
	float: left;
	padding: 9px 10px 0 0;
	display: none !important
}
#detailsNav {
	display:  none !important;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}
#prevLinkDetails, #nextLinkDetails, #slideShowControl {
	background-repeat: no-repeat;
	outline-style: none;
	display: block;
	float: left;
}
#prevLinkDetails {
	margin: 2px;
	width: 32px;
	height: 32px;
	background-position: left 100%;
	background-image: url(navigation.png);
	_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32grey.png', sizingMethod='scale');
}
#prevLinkDetails:hover {
	background-position: 0 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32color.png', sizingMethod='scale');
}
#nextLinkDetails {
	margin: 2px;
	width: 32px;
	height: 32px;
	background-position: right 100%;
	background-image: url(navigation.png);
	_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-grey.png', sizingMethod='scale');
}
#nextLinkDetails:hover {
	background-position: 100% 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-color.png', sizingMethod='scale');
}
#slideShowControl {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin: 2px;
	background-image: url(navigation.png);
	background-position: -32px 100%;
	background-repeat: no-repeat;
	_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32grey.png', sizingMethod='scale');
}
#slideShowControl:hover {
	background-position: -32px 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32color.png', sizingMethod='scale');
}
#slideShowControl.started {
	background-position: -64px 100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32grey.png', sizingMethod='scale');
}
#slideShowControl.started:hover {
	background-position: -64px 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32color.png', sizingMethod='scale');
}
#close {
	padding: 16px 0 0;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 9;
}
#closeLink {
	display: block;
	outline-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 26px;
	height: 26px;
	background: url(close.png) no-repeat 0 100%;
	_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/cancel48grey.png', sizingMethod='scale');
}
#closeLink:hover {
	background-position: 0 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/cancel48color.png', sizingMethod='scale');
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {	/* Hides from IE-mac \*/
	height: 1%;	/* End hide from IE-mac */
}
#outerImageFrame {
	height: 100%;
	width: 100%;
	position: absolute;
}
#outerImageContainer {
	overflow: visible;
}
#outerImageContainer td {
	text-align: center;
	padding: 0;
}
#lightboxFrameBody {
	background: url(icons/back_info.png);
	_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_info.png', sizingMethod='scale');
}
#outerImageContainer td {
	font-size: 0;
}/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br {
	height: 19px;
	width: 19px;
}
#outerImageContainer td.tl {
	background: url(icons/back_corvers.png) 0 0;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_lt.png', sizingMethod='scale');
}
#outerImageContainer td.tc {
	background: url(icons/back_tb.png) 50% 0;
	_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_ct.png', sizingMethod='scale');
}
#outerImageContainer td.tr {
	background: url(icons/back_corvers.png) 100% 0;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_rt.png', sizingMethod='scale');
}
#outerImageContainer td.ml {
	background: url(icons/back_lr.png) 0 50%;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_lc.png', sizingMethod='scale');
}
#outerImageContainer td.mr {
	background: url(icons/back_lr.png) 100% 50%;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_rc.png', sizingMethod='scale');
}
#outerImageContainer td.bl {
	background: url(icons/back_corvers.png) 0 100%;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_lb.png', sizingMethod='scale');
}
#outerImageContainer td.bc {
	background: url(icons/back_tb.png) 50% 100%;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_cb.png', sizingMethod='scale');
}
#outerImageContainer td.br {
	background: url(icons/back_corvers.png) 100% 100%;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icons/back_rb.png', sizingMethod='scale');
}/*=================*/
#vlightbox span {
	display: block;
}
#vlightbox a {
	display: block;
	float: none;
	overflow: hidden;
	opacity: 1;
}
.zoom {
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 33% 0;
	position: absolute;
	z-index: 9;
	top: 0;
	border-radius: 5px;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	-webkit-transform: scale(0) skew(1deg);
	-moz-transform: scale(0) skew(1deg);
	-o-transform: scale(0) skew(1deg);
}
#vlightbox a:hover .zoom {
	-webkit-transform: scale(1) skew(1deg);
	-moz-transform: scale(1) skew(1deg);
	-o-transform: scale(1) skew(1deg);
}
#vlightbox a img {
	width: 100%;
	height: auto;
	display: block;
}
#vlightbox a img {
	display: block;
	border: none;
	
}
#vlightbox a.vlightbox_hidden {
	display: none;
}







/*===prem gallery==*/






#gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
}

.black #gallery {
    background: #000;
}

.black .filter {
    background: #000;
}

.black .galery_heder {
    background: #000;
}

.black .menu_txt1 a {
    color: #fff;
}

.black .menu_txt1 .bars .bar {
    background-color: #fff;
}

.black .footer_icon {
    color: #fff;
}

.black .back_to a {
    color: #fff;
}

.black .filter ul li a span {
    color: #fff;
}

.galler_1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 8%;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all ease-in-out 0.5s;
}

.gal_t1 {
    margin-top: 0;
}

.galler_1 ul {
    width: 100%;
}

.galler_1 li {
    list-style: none;
    width: 48.1%;
    float: left;
    height: 440px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 4px 5px;
}

.galler_1 li h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*    opacity: 1;
*/
}


/*.galler_1 li:hover h3 {
    bottom: -30px;
    opacity: 0;
}*/

.galler_1 li:nth-child(1) {
    float: left;
}

.galler_1 li:nth-child(2),
.galler_1 li:nth-child(3),
.galler_1 li:nth-child(6),
.galler_1 li:nth-child(7) {
    width: 24%;
    float: left;
    height: 215px;
}

.galler_1 li:nth-child(4) {
    width: 49.4%;
    height: 215px;
}

.galler_1 li:nth-child(5) {
    margin-top: -223px;
}

.galler_1 li:nth-child(2) .mask h2,
.galler_1 li:nth-child(3) .mask h2,
.galler_1 li:nth-child(6) .mask h2,
.galler_1 li:nth-child(7) .mask h2 {
    top: 40%;
    line-height: 37px;
    font-size: 20px;
}

.galler_1 li img {
    width: 100%;
    height: 100%;
}

.galler_1 li .mask {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
}

.galler_1 li:hover .mask {
    opacity: 1;
    left: 0;
    /*border: solid 5px #000;*/
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}









.galler_2 {
    width: 60%;
    margin: 0 auto;
    margin-top:5%;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all ease-in-out 0.5s;
}
 

.galler_2 ul {
    width: 100%;
}

.galler_2 li {
    list-style: none;
    width: 49.3%;
    float: left;
    height:219px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0px 0px;
}

.galler_2 li h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*    opacity: 1;
*/
}
 
.galler_2 li:nth-child(1) {
    float: right;
}

.galler_2 li:nth-child(4),
.galler_2 li:nth-child(3) {
    width: 33.33333%;
    float: left;
    height:219px;
}

.galler_2 li:nth-child(2) {
    width: 33.3333%;
    height:219px;
}

.galler_2 li:nth-child(5) {
    margin-top: -180px;
	 width: 33.33333%;
}

.galler_2 li:nth-child(2) .mask h2,
.galler_2 li:nth-child(3) .mask h2,
.galler_2 li:nth-child(6) .mask h2,
.galler_2 li:nth-child(7) .mask h2 {
    top: 40%;
    line-height: 37px;
    font-size: 20px;
}

.galler_2 li img {
    width: 100%;
    height: 100%;
}

.galler_2 li .mask {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
}

.galler_2 li:hover .mask {
    opacity: 1;
    left: 0;
    /*border: solid 5px #000;*/
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.menu_galery {
    position: fixed;
    top: 35px;
    left: 0;
    z-index: 150;
}

.menu_txt1 {
    padding-left: 20px;
    line-height: 37px;
    font-family: "ArquitectaBold";
    font-size: 14px;
    color: #000;
    letter-spacing: 3px;
    cursor: pointer;
    text-transform: uppercase;
}

.menu_txt1 img {
    float: left;
    width: 40px;
    margin-right: 30px;
    cursor: pointer;
}

.menu_txt2 {
    padding-left: 40px;
    line-height: 37px;
    font-size: 15px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu_txt2 img {
    float: left;
    width: 40px;
    margin-right: 30px;
    cursor: pointer;
}

.mask {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    padding: 0;
    left: -440px;
}

.mask h2 {
    position: absolute;
    top: 40%;
    width: 100%;
    display: none;
    color: #fff;
    /* background: #000; */
    text-align: center;
    line-height: 59px;
    font-size: 30px;
    border-bottom: solid 1px #ccc;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
 
.gal_2 ul li {
    height: 154px !important;
    width: 100% !important;
}


.search_box {
	margin: 110px 0 0 0;
}
.search_box input[type=text] {
	width: 80%;
}
.galler_2 ul li {
	
	width:100%;
	
}
.galler_2 {
	width: 90%;
	margin-top: 30px;
}
}

@media only screen and (max-width: 300px) {
 
.gal_2 ul li {
    height: 120px !important;
    width: 100% !important;
}

}










