/*body {font-family: 'PT Serif', serif;}*/
/*
 * Row with equal height columns
 * --------------------------------------------------

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
 */

.navbar-nav>li>.dropdown-menu {
    z-index: 1001; 
	}
 
hr {
    margin-top: 3px;
    margin-bottom: 3px;

 }
 
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    cursor: default !important;
	pointer-events: none;
}

h1,h2,h3 {
	color: #428bca; 
}

#preview-pane .preview-container {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

#vk_groups,
#vk_groups iframe {
     width: 100% !important;
}

#image-detail input, .col-toggle-infos input {
    background: transparent;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #01a1fe;
    border-radius: 0;
    box-shadow: none;
    border-color: #288ce4;
    width: 100%;
}


legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

#image-detail legend {
    border-bottom: 1px solid #01a1fe;
}

#image-detail {
	margin-bottom:14px;
}

.mt1-5 {
    margin-top: 15px;
}



.row-sorting {
	background-color:#f5f5f5;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	    border-radius: 4px;
}

.navbar-brand-display {display:none;} 

.category-list {
    margin-left: -15px;
    margin-right: -15px;
}

.thumb-list {
    /*width: 100% !important;*/
    /*height: 145px;*/
    /*border: 1px solid #CCC;*/
    /*overflow: hidden;	*/
}

.img-thumbnail {
    padding: 0px !important;
    border: 0px solid #ddd !important;
    border-radius: 0px !important;
    display: inline-block;
    /*max-width: 100%;*/
	width: 100%;
}

.normal-image {
    padding: 0px !important;
    border: 0px solid #ddd !important;
    border-radius: 0px !important;
    display: inline-block;
    /*max-width: 100%;*/
	width: auto;
}



.main-gallery .col-md-3, .main-gallery .col-sm-4, .main-gallery.col-xs-6 {
	
	height:320px !important;
}

.thumb_title {
	display:block;
}

.thumb_caption {
	display:block;
}
.thumb_hits  {
	display:block;
	font-size:12px;
	text-align:center;
	color:#000000;
}

.thumb_rating {
	display:block;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}

.thumb_date  {
	display:block;
	font-size:10px;
}
.thumb_caption {
	font-size: 11px;
	
}



/* search bar */
    .content{
        width:100%;
        margin:0 auto;
		position: relative;
		z-index:1000;
    }
	
	#searchid:focus {
     	background-image: url("/images/search.svg");   
		background-repeat: no-repeat;
		background-position: 9px;
     border: 1px solid #e7e7e7;
	 outline-color: #e7e7e7;
	 color:#000000;  
	 outline: 1;
   }
	
    #searchid {
        width:100%;
        border:solid 1px #e7e7e7;
        padding:10px;
        font-size:14px;
		background-image: url("/images/search.svg");   
		background-repeat: no-repeat;
		background-position: 9px;
		outline: none; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px; 
		padding-left: 40px; 
		height: 33px;
		
	}
	
	#searchid::-webkit-input-placeholder {
	/*padding-left:20px;*/
	color:#777777;
	font-weight:normal;
	
	}
	
    #result
    {
        position:absolute;
        width:100%;
        padding:10px;
        display:none;
        margin-top:-1px;
        border-top:0px;
        overflow:hidden;
        border:1px #CCC solid;
        background-color: white;
		z-index: 1000;
    }
	#result a:link, #result a:visited {
		text-decoration:none;
		color:#272118
	}
	
    .show
    {
        margin:10px; 
        border-bottom:1px #999 dashed;
        font-size:15px; 
        height:50px;
    }
    .show:hover
    {
        background:#f2e9d4;
        color:#000;
        cursor:pointer;
    }
	.final-caption 
	{
		font-size:12px;
	}
	.image-name {
		color:#272118;
		font-size:16px;
	}
/* search bar */	



.owl-carousel .owl-item img {
	/*height:200px !important;*/
	/*width:350px !important;*/
	border: 1px solid #CCC;
	overflow:hidden;
}




.text-muted {
font-size:12px;
}







/*masonry*/
html {
    overflow-y: scroll;
}

.grid {margin-left: -15px; margin-right: -15px;}

.grid-sizer { width: 20%; }
.grid-item { width: 20%; }


@media screen and (max-width: 1224px) {
  .grid-sizer { width: 33.33%; }
  .grid-item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  .grid-sizer { width: 50%; }
  .grid-item { width: 50%; }
}

@media screen and (max-width: 480px) {
  .grid-sizer { width: 100%; }
  .grid-item { width: 100%; }
}


.images-info {
    position: absolute;
    z-index: 3;
    /*left: 10px;*/
    bottom: 0px;
    opacity: 0;
    width: 100%;
    padding: 10px 9px 10px 9px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    background-color: #fff;
    transition: all 0.3s ease;
	text-align: center;
	display:inline-block;
}

.images-info h3 {
	font-size:14px;
	margin-top: 1px;
    margin-bottom: 1px;
}

.grid-item:hover .images-info{
    opacity: 0.97;
}

.images-info a:hover  {
	text-decoration:none;
}

.images-info .description a:link, .images-info .description a:visited  {
	color:#333333;
}

.thumb-list img:hover {
	    opacity: 0.8;
}
.images-info .description a:hover  {
	text-decoration:none;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.overlay .title {
    text-align: center;
	margin: 10px;
    font-size: 16px;
	color:#FFFFFF;
}

.overlay h3.title:hover, a.overlay:hover  {
	text-decoration:none;
}

.overlay .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    margin: 0;
}

.overlay .description p {
    margin: 10px;
	color:#FFFFFF;
}

.grid-item:hover .overlay {
    display: block;
}

.main-gallery {
	margin-top:10px;
}

/*masonry*/

.category-list .thumb-list img {
	width: 100%;
	/*height:100%;*/
	border: 0px solid #ddd !important;
}

.category-list .thumb-list, .albums-link {
    width: 100% !important;
    height: 170px;
    border: 0px solid #CCC;
    overflow: hidden;
	background-color: #000;
}

.category-list-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}


.category-list-overlay .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    margin: 0;
	font-size:11px;
	padding:10px;
	height: 100%;

}

.category-list:hover .category-list-overlay {
    display: block;
}

.category-list .col-md-3, .category-list .col-sm-4, .category-list.col-xs-6 {
	padding-left: 0px;
    padding-right: 0px;	
	height:auto;
}

.album-name-overlay{
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.70);
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: block;
}

.album-name-overlay h4 {
    text-align: center;
	margin: 10px;
    font-size: 16px;
	color:#FFFFFF;
}

.category-list-overlay a:link, .category-list-overlay a:visited {
color:#FFFFFF;
text-decoration:none;
}

















/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.navbar-brand-display {display:block;} 
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
.album-name-overlay h4 {font-size:12px;}
.final-caption { display: none;}
.image-name {font-size:11px;}
.show {line-height: 12px;}
.row-sorting {display:none;}
.navbar-brand-display {display:block;} 
}