html {
	font-family: sans-serif;
}
a, a:hover, a:visited {text-decoration: none; color:#000;}
a:hover {color: #b20000; }
.navbar {margin-bottom: 20px;}

.navbar-nav .nav-item:not(:last-child) {
   border-right: 1px solid silver;
}


@media (max-width: 768px) {
  .navbar-nav .nav-item:not(:last-child) {
    border-right: none;
  }
    .content img {
        width: 100% !important;
    }
    .show-image img {
        width: 100% !important;
    }
    .show-image {
        width: 94% !important;
    }
    #mobile1, #mobile2, #mobile3 { display: block !important; }
    #area1, #norm2, #norm3 { display: none !important; }

    .navbar-brand {
        font-size: 25px !important;
    }
    .navbar {margin-bottom: 10px !important;}
    
    .modala {
        position: fixed;
        z-index: 9999;
        bottom: 0%;
        right: 0%;
        width: 100% !important;
        height: 200px;
        overflow: auto; 
    }
    
    .tagpage h1 {font-size: 27px !important;}
    
    .content-single .main1 img {
        width: 99% !important;
        height: auto;
        text-align: center;
    }
    
    .grid-sizer, .grid-item { width: 33.3% !important;}


}
#mobile1, #mobile2, #mobile3 { display: none; }
#norm1, #norm2, #norm3 { display: block; }

#area1{width: 90%; margin: 0px auto;}


img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
    
}

.navbar-brand {
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
}

.side-menu h5 {
    font-size: 20px;
	text-transform: uppercase;
	border-bottom: 4px solid #dedede;
	padding-bottom: 10px;
}

.side-menu {margin-bottom: 30px;}

.list-group-item {
    padding: 10px 1px
}

.main {
    margin-bottom: 25px;
}
.content {
    width: 100%;
    margin-bottom: 25px;
    padding: 0px 10px 25px 0px;
    border-bottom: 1px solid #dddddd;
    
}
.content img {
    width: 20%;
    margin: 0px 10px 0px 0px;
    border: 0 none;
    box-shadow: none;
}

.content .thumb {
    float:left;
    height: 150px;
    padding: 0px 10px 10px 0px;
    
}
.content .thumb img {
    height: 150px;
    width: auto;
    
}


.content h2 {
    font-weight: bold;
    font-size: 26px;
}

.content-single {
    padding: 0px 0px 0px 0px;
}

.content-single .main1 img {
    max-width: 90%;
    height: auto;
    text-align: center;
}


.content-single h1 {
    border-bottom: 1px solid #dddddd;
    padding: 0px 0px 10px 0px;
    font-size: 28px;
    font-weight: bold;
}


.content-single h2, .content-single h3, .content-single h4, .content-single h5, .content-single h6 {
    padding: 0px 0px 8px 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: bold;
}

.content-single ul li {
    margin: 0px;
    padding: 0px;
}

.show-image {
    text-align: center;
    width: 70%;
    margin: 0px auto;
    margin-top:10px;
    margin-bottom:20px;
}

.single-nav {
    margin: 20px 0px 0px 0px;
    padding: 0px 5px 20px 5px;
    
}

.single-nav a:visited, .single-nav a {color:  #FFF; }

.single-nav .info {text-align: center; font-size: 12px; font-style:italic; margin-top:-7px; }
.single-nav .pagination { font-size:14px; }

.related-content, .comments {
    margin-top: 20px;
}
.related-content h5, .comments h5 {
	text-align:center;
	padding-bottom:10px;
	border-bottom: 4px solid #dedede;
	font-size: 21px;
	text-transform: uppercase;
}

.related-content .row {
	border-bottom: 1px solid #dddddd;
	margin: 0px 0px;
	padding: 10px 0px;
}
.related-content .row h3 {
	font-size: 18px;
}
.related-content .row .thumb img {
	max-height: 100px;
	min-height: 100px;
	width: auto;

}


.pagination .active .page-link {
    color: white;
    background-color: #b20000 !important;
    border: solid 1px #b20000 !important;
}

.pagination a, .pagination a:visited {
	color: #000 !important;
}

.pagination a:hover {
	color: #b20000 !important;
}



.footer {
    margin-top: 50px;
    border-top: 1px solid #dddddd;
    padding: 10px 0px 10px 0px;
}


.imgPinWrap {
  position: relative;
  display: inline-block;
}

.imgPinWrap .pin {
  opacity: 0;
  position: absolute;
  display: block;
}
.imgPinWrap .pin img {
  display: block;
}
.imgPinWrap .pin:hover {
  box-shadow: 0 0 5px #fff;
}

.imgPinWrap:hover .pin {
  opacity: 1;
}

.imgPinWrap .left { left: 15px; }
.imgPinWrap .right { right: 15px; }
.imgPinWrap .bottom { bottom: 15px; }
.imgPinWrap .top { top: 15px; }
.imgPinWrap .center {
  left: 50%;
  top:50%;
}



.left-pre {
    position:fixed;
    left: 0px;
    top:40%;
}
.right-pre {
    position:fixed;
    right: 0px;
    top:40%;
}

.cimages {
    width: 95%;
    margin: 0 auto;

}
.cimages .g {
    text-align: center;
    padding: 10px 5px 10px 5px;
}
.cimages img {
    
    display: inline-block;  width: auto; max-height: 150px; min-height: 150px;
}

.categorypage h1 {text-align: center; font-weight: bold; font-size:28px; border-bottom: 1px solid #dddddd; margin-bottom: 25px; padding: 0px 0px 25px 0px;}
.tagpage h1 {text-align: center; font-weight: bold; font-size:28px; border-bottom: 1px solid #dddddd; margin-bottom: 25px; padding: 0px 0px 25px 0px;}


.sharethis-inline-share-buttons{ margin-top:15px;}

.main .info {margin-top: 10px; text-align: center;}
.tagpage h1 {text-align: center; border-bottom: 1px solid #dddddd; margin-bottom: 25px; padding: 0px 0px 25px 0px;}


.commentform {margin: 0px 0px; padding: 10px 0px 20px 0px; border-bottom: 1px solid #dedede;}
.commentform .first, .commentform .second {padding-bottom: 20px;}
.commentform .title { font-weight: bold; font-size:27px;}
.commentform .titleinfo {font-size: 12px;}



.modala {
    position: fixed;
    z-index: 11;
    bottom: 0%;
    right: 1%;
    width: 440px;
    height: 220px;
    overflow: auto; 
}
.modala .contenta {
    padding: 10px;
    background: #ffffff; border: 1px solid #f4f4f4; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;
}

.modala .contenta .titlen {
    font-weight: bold;
    padding-bottom: 10px;
}

.modala .contenta .buttons {
    padding-top: 10px;
}
.grid-container img {width: 100% !important;}
.grid-sizer, .grid-item { width: 20%; float: left; position: relative; margin: 5px 0px 5px 0px; padding-right: 10px;}

.grid-item img { max-width: 100%; }

.like-button .liked {color:#b20000;}


.comments .row {
	background: #F7F7F7; margin: 0px; padding:10px 10px 10px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
    margin: 20px 0px 10px 0px;
}


.comments .row .comment-content { width: 100%; }
.comments .row .comment-author { width: 100%; margin-top:15px; }