/******custom styles*******/

.select-menu {
	display: none !important;
} 


#uNMenuDiv1 .uMenuRoot.sf-js-enabled.sf-arrows.clearfix {
    margin-bottom: -8px;
}


.parallax.txt-clr1 {
	background: url(../images/parallax1.jpg) 50% 0;
} 

.parallax.txt-clr2 {
	background: url(../images/parallax2.jpg) 50% 0;
	color: white;
} 

.parallax.txt-clr3 {
	background: url(../images/parallax3.jpg) 50% 0;
	color: white;
} 




.photo-wrap {
    float: left;
    list-style-type: none;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 270px;
} 

.uphoto {
    display: block !important;
    margin: 0 !important;
}

.uphoto {
    width: auto !important;
}




.photo {
 position: relative;
 line-height: 0;
}
.photo img {
 width: 100%;
}

.ph-wrap .ph-link {
 display: block;
 position: absolute;
 z-index: 2;
 width: 0 !important;
 height: 0 !important;
 background: rgba(255, 255, 255, 0.7);
 top: 50%;
 left: 50%;
 margin: 0;
 opacity: 0;
 overflow: hidden;
 transition: all .3s ease;
}
.ph-wrap:hover .ph-link {
 opacity: 1;
 width: 100% !important;
 height: 100% !important;

 top: 0;
 left: 0;
}
.photo .ulightbox:before, .photo .ulightbox:after {
 content: '';
 display: block;
 position: absolute; 
 background: #1a1a1a;


 z-index: 3;
 top: 50%; 
 left: 50%;
 opacity: 0;
 transition: all .3s ease;
}
.photo:hover .ulightbox:before, .photo:hover .ulightbox:after {
 opacity: 1;
}
.photo .ulightbox:before {
 margin-top: -1px;
 margin-left: -25px;
 width: 50px;
 height: 2px;
}
.photo .ulightbox:after {
 margin-top: -25px;
 margin-left: -1px;
 width: 2px;
 height: 50px;
}


.uphoto {
    height: auto !important;
    
}




.photo img {
  -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.photo:hover img {
    transform: scale(1.1); 
}



.albums table tr {
    
    float: left;
    margin-bottom: 5px;
    width: 105px;
}

.album-name a {
    background-color: #f7682c;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
}


.album-name a:hover {
    background-color: white;
    color: #f7682c;
}

.albums .list {
    list-style: outside none none;
    padding-left: 0;
}



.pagesBlockuz1 b.swchItemA {
  display: inline-block;
  background-color: #f7682c;
  padding: 5px;
  color: white;
}


.pagesBlockuz1  a.swchItem {
  display: inline-block;
  background-color: #beb2a5;
  padding: 5px;
  color: white
}

.pagesBlockuz1  a.swchItem:hover {
  background-color: #f7682c;
}


.portfolio-section {
   
    padding-bottom: 60px;
    padding-top: 60px;
}

#contact-form .holder .clearfix {
	width: 33.3%;
	float: left;
	   padding-left: 15px;
    padding-right: 15px;
}


.form-div-1.clearfix {
    margin-left: -15px;
}

#contact-form label {
    box-sizing: border-box;
    display: block;
    letter-spacing: normal;
    margin: 0 0 18px;
    position: relative;
    width: 100%;
    float: left;
}


#contact-form input[type="text"] {
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #777777;
    font: 400 12px/28px "Raleway",Helvetica,Arial,sans-serif;
    height: 50px;
    margin: 0;
    outline: medium none;
    padding: 11px 18px;
    width: 100%;
}


#contact-form textarea {
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #777777;
    display: block;
    font: 400 12px/28px "Raleway",Helvetica,Arial,sans-serif;
    height: 234px;
    outline: medium none;
    overflow: auto;
    padding: 11px 18px;
    resize: none;
    width: 100%;
}


.btns input[type="text"] {
    height: 33px !important;
}

.block-1 {
	padding-bottom: 15px;
}


.isStuck {
    background: #f7682c none repeat scroll 0 0;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 999;
}


.img-info {
    float: left;
    margin: 0 26px 15px 0;
    width: 30%;
}



@media only screen and (max-width: 767px) { 
           .select-menu {
    display: inline-block !important;
    margin: 5px;
    width: 98%;
     background-image: url("../images/select_arrow.png");
    background-position: 97% center;
    background-repeat: no-repeat;
}