@charset "utf-8";
/* CSS Document */
@mixin tab-focus() {
outline: none;
}
		a:focus,dropdown a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}
.navbar-fixed-top {
        position: absolute;
}
.affix {
    top: 0 !important;
}
.warn {
    color: #d9534f !important;
}
.stick-menu {
    padding: 0 20px;
    max-width: 1300px;
    overflow: hidden;
    /* clear: both; */
    padding-top: 50px;
}
.album-banner {
    padding-bottom: 0%;
}
.banner_wrapper {
    background-color: transparent;
    max-width: 100%;
}
.version-margin {
    margin-right: 0;
}
.weblink a {
    padding: 5px 0px 5px 0 !important;
}
.navbar-header {
	border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
	    overflow: hidden;
	    min-height: 43px;
}
.container.danimated.bounceInDown {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.navbar-brand img {
    margin: 5px 0;
}
figure {
    margin: 0 0 5px;
}
.event.container {
    padding: 0px 35px !important;
	min-height: 0;
}
.pagination {
    margin: 0;
}
.pagination {
    padding: 0 35px 20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.pagination > li > a, .pagination > li > span {
    color: #d43f3a;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color:rgba(150,15,44,1.00);
}
#id_pager {
	position: fixed;
    bottom: 5px;
    width: 100%;
    background-color: #fff;
    max-width: 1230px;
}
.event.container {
    padding: 0px 35px 100px !important;
	    min-height: 100vh;
}
#footer {
	background-color: #fff;
    color: #444;
	position: fixed;
	margin:auto;
	border-left: 35px solid #fff;
    border-right: 35px solid #fff;
	    padding: 5px 0;
}
#back-to-top {
        bottom: 39px;
    right: 0;
	position: absolute;
}
.navbar-nav > li, .navbar-nav-2 > li {
    float: right;
}
.view-photo-btn {
margin-right:15px;
	display:inline-block;
}
#dropdown_lang1_container .btn-default {
	    background-color: #fff !important;
    border-color: #fff !important;
}
#dropdown_lang1_container .btn {
	        padding: 8px 3px 4px;
}
#dropdown_lang1_container .version-active:hover {
    color: #d9534f !important;
}
#dropdown_lang1_container .open ul li > a:hover {
    color: #d9534f!important;
    background-color: #fff;
}
.event_title_pad {
    FONT-SIZE: 15PX;
}
.weblink {
	    margin-left: 20px;
}
.weblink .dropdown-menu {
    position: absolute;
    min-width: 50px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.menu-height {
	position: absolute;
}
#modal-photo .modal-footer {
    bottom: 0;
    padding: 5px 0;
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,0.8)), color-stop(75%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
#modal-photo .modal-body {
    padding: 15px;
}
#modal-photo .modal-dialog, #modal-photo .b-photo, #modal-photo.modal {
    max-height: 100%;
    height: 95vh;
	    margin: auto auto;
    
}
#modal-photo .modal-header {
    padding: 5px 15px;
background: rgba(0,0,0,0.8);
background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 41%, rgba(0,0,0,0.59) 55%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(41%, rgba(0,0,0,0.8)), color-stop(55%, rgba(0,0,0,0.59)), color-stop(95%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 41%, rgba(0,0,0,0.59) 55%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 41%, rgba(0,0,0,0.59) 55%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 41%, rgba(0,0,0,0.59) 55%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 41%, rgba(0,0,0,0.59) 55%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#modal-photo .modal-header .close {
    padding: 0 0px;
}
#modal-photo .btn-client {
	
    font-size: 10px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 8px;
}
#album_modal_download_button {
	
}
#album_modal_print_button {
	
}
#modal-photo p {
		    font-size: 14px;
    line-height:  22px;
		    margin: 0;
	}
.overlay-icon .fa-stack {
    background-color: transparent;
	opacity: 1;
	height: 25px;
    width: 25px;
}
.overlay-icon {
    padding-top: 0;
    z-index: 0;
}
.overlay-icon .fa-stack-2x {
    font-size: 1.8em;
}
.overlay-icon .fa-stack-1x {
    line-height: inherit;
    font-size: 1em;
    line-height: 1.7em;
}

.featured-image .fa-stack-1x.t-red,.featured-image  .fa-stack-2x.t-red {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0));
}
.t-red {
	color:#d9534f;
}
.overlay-icon-unselected {
    color: #fff!important;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}
.photo {
	    position: absolute;
    float: right;
    right: 205px;
}
.photo .btn-client {
	float: right;
    padding: 3px 6px;
    margin: 10px 5px 0 0;
}
.photo .fa-check-square, .photo .fa-arrow-circle-down {
	font-size: 33px;
}


@media (max-width: 790px) {
	.destop {
	visibility:inherit; 
}
	#back-to-top {
		bottom: 55px;
    color: #444;
    background-color: transparent;
}
	#footer {
    padding: 5px 0;
    position: fixed;
    width: 100%;
    max-width: 1235px;
    bottom: 0;
    margin: auto;
		text-align: center;
		font-size: 15px;
}
	
}


@media (max-width: 768px) {
	.carousel-control {
	    height: 50px;
    width: 40px !important;
		top:45% !important;
		}
.photo {
    /*float: unset;
    position: unset;
    right: 0;*/
	float: unset;
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    z-index: 1039;
    width: auto; 
    padding: 7px 15px;
    background-color: #fff;
}
	.photo .btn-client {
		    float: unset;
    padding: 3px 15px;
    margin: 0px 0px 0 0;
    width: auto;
    display: inline-block;
    /*background-color: #999;
    border-color: #949494;*/
	    background-color: #fff;
    border-color: #ddd;
    color: #777;
}
	.photo .btn-client:hover, .photo .btn-client:focus, .photo .btn-client.focus, .photo .btn-client:active, .photo .btn-client.active {
    color: #fff;
        background-color: #999;
    border-color: #949494;
}
	.photo .fa-check-square, .photo .fa-arrow-circle-down {
    font-size: 18px;
		display: block;
}
		.photo .btn-client {
   /* font-size: 12px;*/
			font-size: 9px;
}
	
	.filterable-items .overlay-icon {
        top: 0;
    right: 6px;
}
	#modal-photo .modal-footer {
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.59) 45%, rgba(0,0,0,0.8) 59%, rgba(0,0,0,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(5%, rgba(0,0,0,0)), color-stop(45%, rgba(0,0,0,0.59)), color-stop(59%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.8)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.59) 45%, rgba(0,0,0,0.8) 59%, rgba(0,0,0,0.8) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.59) 45%, rgba(0,0,0,0.8) 59%, rgba(0,0,0,0.8) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.59) 45%, rgba(0,0,0,0.8) 59%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.59) 45%, rgba(0,0,0,0.8) 59%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
	#modal-photo .modal-body {
    padding: 10px;
}
	#modal-photo p {
		    font-size: 12px;
    line-height:  18px;
		    margin: 0;
	}
	#modal-photo .btn-client {
    border-radius: 50px;
}
	#modal-photo .modal-dialog, #modal-photo .b-photo, #modal-photo.modal {
    height: 100vh;
		margin: auto;
}
	#dropdown_lang1_container {
    float: right;
    padding-right: 0;
    padding-top: 0px;
    margin-top: 0px;
        margin-bottom: 0 !important;
}
	#dropdown_lang1_container .btn {
    padding: 0;
    margin: 0 0 0 15px;
}
	#dropdown_lang1_container .caret {
    margin-left: 3px;
    display: block;
		    margin-top: 5px;
}
.navbar-center .weblink {
    float: none !important;
    margin: auto;
	padding-right: 5px;
}
	.weblink .txt {
	font-size: 9px;
    display: block;
    line-height: 12px;
	}
	.weblink .fa-stack.fa-lg {
    font-size: 0.9em;
}
	#back-to-top {
            /*bottom: 33px;*/
			bottom:49px;
    right: 0;
		font-size: 13px;
}
	#footer {
	background-color: #fff;
	color:#444;
	    font-size: 12px;
    padding: 0;
    /*fix: transparent-see the photo// margin-bottom: 15px;
	padding-bottom: 15px;*/
	
		    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}
	#footer .copyright_txt .col-sm-4.col-xs-12 {
		border-top: #ccc 1px dotted;
	}
	
	#id_pager {
    bottom: 0;
		    padding-bottom: 15px;
}
	.pagination > li > a, .pagination > li > span {
		padding: 4px 8px;
	}
	.event.container {
    padding: 0px 15px 76px !important;
}
	.figure {
    margin: 0px 0px 8px;
}
	.navbar-header {
    float: none;
}
	.stick-menu {
    padding: 45px 0 0 0;
}
	#a_find_me.find {
		    margin: 5px 0 5px 15px;
	}
	#a_my_upload.find {
		    margin: 0px 0 0 15px!important;
	}
	.container.danimated.bounceInDown {
	border-bottom: 1px dotted #ccc;
    padding-bottom: 0px;
}
.menu-height {
    padding: 0 15px;
	    overflow: hidden;
    height: auto !important;
	position:unset;
}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}
	.navbar-toggle.social-menu {
    margin-right: 15px;
	margin-left: 0px;
}
	.navbar-brand {
    margin-left: 0px !important;
}
	.banner_wrapper {
    padding: 0;
    margin-top: 0px;
}
	.navbar-brand img {
    margin: 10px 0 0 -5px;
}
	.breadcrumb {
    font-size: 13px;
		/*padding: 5px 50px 5px 0;*/
		padding: 5px 0px 5px 0;
		TEXT-ALIGN: center;
		WIDTH: 100%;
}
.stick-menu div {
	width:100%;
}
	.social-menu {
		display:block;
	}
}
@media screen and (max-width: 550px){
.navbar {
    min-height: auto !important;
}
	.menu-height {
    padding: 0 15px;
		    overflow: hidden;
    height: auto !important;
}
	.navbar-brand {
    position: sticky;
		margin-top:0;
	}
	#footer .txt-left-550 {
		text-align: left;
	}
	#footer .txt-right-550 {
		text-align: right;
	}
}

@media handheld, only screen and (max-width: 767px){
.album-banner {
    padding-bottom: 0%; 
}
	.pagination {
    padding: 0 15px 12px;
}
	}
