body{
	background-color: #efefef;
	font-family: Georgia;
	
}
.navbar {
  margin-bottom: 20px;
}
#headerTop{
	line-height: 53px;
	border-bottom: 1px solid #b7b7b7;
}
#headerTop a.linkHome, #headerTop a.linkHome:visited, #headerTop a.linkHome:link, #headerTop a.linkHome:hover{
	color: #838383;
	font-size: 10px;
}
#headerTopMenu{
	text-align: right;
}
#headerTopMenu a, #headerTopMenu a:link, #headerTopMenu a:hover,  #headerTopMenu a:visited{
	color: #010101;
	font-size: 16px;
	margin-left: 15px;
}
#header{
	margin-top: 23px;
	height: 60px;
	margin-bottom: 23px;
}
#header .boxRevivalTop{
	width: 100%;
	max-width: 300px;
	height: 60px;
	overflow: hidden;
	float: right;
}
#header .boxRevivalTop .pic{
	float: left;
	width: 60px;
	height: 60px;
}
#header .boxRevivalTop .pic img{
	max-height: 60px;
	float: right;
}
#header .boxRevivalTop .description{
	float: right;
	width: calc(100% - 60px);
	padding: 0px 0px 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #8e8e8e;
	font-family: Tahoma;
	font-size: 12px;
}
#header .boxRevivalTop .description .heading{
	font-family: Georgia;
	display: block;
	font-size: 16px;
	color: #010101;
}
#navbar{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.navbar-default {
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #000a3d;
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #001582;
	color: #fff;
	/* font-weight: bold; */
	font-size: 14px;
	text-transform: uppercase;
}
.nav > li > a{
	padding: 15px 10px 15px 10px;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
	/* font-weight: bold; */
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:visited{
	color: #fff;
	/* font-weight: bold; */
	background-color: #001582;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #fff;
	/* font-weight: bold; */
	background-color: #001582;
}
.caret {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	background-image: url(../images/iconMenu.png);
	width: 5px;
	height: 5px;
	margin-left: 2px;
	vertical-align: middle;
	border: 0px;
}
.boxRevival{
	height: 130px;
	overflow: hidden;
}
.boxRevival .pic{
	float: left;
	width: 93px;
	height: 130px;
}
.boxRevival .pic img{
	max-height: 130px;
	float: right;
}
.boxRevival .description{
	float: right;
	width: calc(100% - 93px);
	padding: 0px 0px 0px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #8e8e8e;
	font-family: Tahoma;
	text-align: justify;
	font-size: 12px;
}
.boxRevival .description .heading{
	font-family: Georgia;
	display: block;
	font-size: 16px;
	color: #010101;
}
#revivals{
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 0px 25px;
}
#leadingNews{
	max-width: 501px;
	padding: 25px 0px 0px 0px;
	float: left;
}
#leadingNews h2{
	font-size: 27px;
	font-weight: bold;
	color: #000;
}
#leadingNews a.heading, #leadingNews a.heading:link, #leadingNews a.heading:hover, #leadingNews a.heading:visited{
	display: block;
	line-height: normal;
	text-decoration: none;
	font-size: 27px;
	font-weight: bold;
	color: #000A3D;
}
#leadingNews img{
	width: 100%;
	height: auto;
}
#leadingNews .description{
	background-color: #fff;
	padding: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #8e8e8e;
}
#leadingNews .description .date{
	display: block;
}
#leadingNews .description .excerpt{
	display: block;
	padding: 20px 0px;
	color: #010101;
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	line-height: 17px;
}
#leadingNews .list{
	background-color: #000a3d;
	padding: 20px;
	line-height: 26px;
}
#leadingNews .list a, #leadingNews .list a:link, #leadingNews .list a:hover, #leadingNews .list a:visited{
	color: #fff;
	display: block;
}
.contentHolder{
	width: 821px;
	float: left;
	background-color: #fff;
	padding: 0px 20px;
	margin: 30px 0px 0px 0px;
}
.contentHolder{
	
}
.column{
	float: left;
	width: 300px;
	margin: 30px 0px 0px 19px;
}
.column .banner2{
	float: left;
	width: 300px;
	margin: 10px 0px;
}
.column .banner2 img{
	width: 100%;
	height: auto;
}
.columnContent{
	padding: 10px;
	background-color: #fff;
}
.columnContent .banner{
	margin: 0px -10px 10px -10px;
}
.columnContent .banner img{
	width: 100%;
	height: auto;
}
.column .top-news{
	display: block;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.column .top-news .pic{
	display: block;
	width: 107px;
	height: auto;
	float: left;
}
.column .top-news .pic img{
	display: block;
	width: 107px;
	height: auto;
}
.column .top-news .description{
	display: block;
	width: calc(100% - 107px);
	padding: 0px 0px 0px 10px;
	line-height: 17px;
	float: left;
}
.column .top-news .description .heading{
	display: block;
	color: #000a3d;
	font-size: 16px;
}
.column .top-news .description .date{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-family: Tahoma;
	color: #8e8e8e;
}
.column .listNews{
	display: block;
}
.column .listNews .item{
	display: block;
	margin-bottom: 20px;
	line-height: 19px;
}
.column .listNews .item .heading{
	display: block;
	color: #000a3d;
	font-size: 16px;
}
.column .listNews .item .text-and-comments{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-family: Tahoma;
	color: #8e8e8e;
}
.column .banner300x250{
	/* width: 300px; */
	/* height: 250px; */
	/* background-color: #fff; */
	/* margin-bottom: 20px; */
}
.column .banner300x250.mt10{
	margin-top: 10px;
}
.column .banner300x250Bottom{
	width: 300px;
	height: 250px;
	background-color: #fff;
	margin-bottom: 20px;
}
.column #latest{
	margin-top: 27px;
}
.column #latest .tab{
	color: #fff;
	background-color: #000a3d;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
}
.column #latest .tab .iconLatestPublished{
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/iconLatestPublished.png);
}
.column #latest .tab .iconLatestComment{
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/iconLatestComment.png);
}
.column #latest .tabActive{
	background-color: #fff;
	color: #000a3d;
}
.column #latest .tabContent{
	background-color: #fff;
	padding: 10px;
	display: none;
}
.column #latest .tabContentActive{
	display: block;
}
.column #latest .tabContent a, .column #latest .tabContent a:link, .column #latest .tabContent a:hover, .column #latest .tabContent a:visited{
	display: block;
	position: relative;
	color: #000a3d;
	font-size: 12px;
	line-height: 19px;
	padding: 10px 0px;
	margin: 0px 10px;
	border-bottom: 1px solid #f1f1f1;
}
.column #latest .tabContent a:last-child{
	border-bottom: 0px;
}
.column #latest .tabContent a:before{
	position: absolute;
	width: 5px;
	height: 5px;
	left: -10px;
	top: 17px;
	background-image: url(../images/dot.png);
	content: "";
}
.column .editorial{
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	clear: both;
}
.column .editorial .news{
	display: block;
	clear: both;
}
.column .editorial .news a, .column .editorial .news a:link, .column .editorial .news a:hover, .column .editorial .news a:visited{
	display: block;
	position: relative;
	color: #000a3d;
	font-size: 12px;
	line-height: 19px;
	padding: 10px 0px;
	margin: 0px 10px;
	border-bottom: 1px solid #f1f1f1;
}
.column .editorial .news a:before{
	position: absolute;
	width: 5px;
	height: 5px;
	left: -10px;
	top: 17px;
	background-image: url(../images/dot.png);
	content: "";
}
.column .editorial .news a:last-child{
	border-bottom: 0px;
}
.column .editorial .label{
	display: block;
	float: left;
	background-color: #999999;
	color: #fff;
	font-size: 14px;
	padding: 0px 10px;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	line-height: 30px;
}
.column .column-news{
	display: block;
	margin-top: 27px;
}
.column .column-news .pic{
	width: 113px;
	height: auto;
	float: left;
}
.column .column-news .pic img{
	max-width: 113px;
}
.column .column-news .description{
	display: block;
	float: left;
	width: calc(100% - 113px);
	color: #010101;
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
}
.column .column-news .description .more{
	color: #999999;
	font-family: Tahoma;
	font-size: 12px;
}
#photoCategory{
	display: block;
	margin-top: 20px;
}
#photoCategory .label{
	display: block;
	float: left;
	background-color: #999999;
	color: #fff;
	font-size: 14px;
	padding: 0px 10px;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	line-height: 30px;
}
#photoCategory .heading, #photoCategory .heading:hover, #photoCategory .heading:visited, #photoCategory .heading:link{
	display: block;
	color: #000A3D;
	font-size: 27px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#photoCategory .pic{
	display: block;
	position: relative;
	width: 100%;
}
#photoCategory .pic img{
	width: 100%;
	height: auto;
	
	display: block;
	position: relative;
	z-index: 1;
}
#photoCategory .pic .excerpt{
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;
	background-color: #000a3d;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	max-width: 90%;
	padding: 10px;
}
#photoCategory .picSmall{
	display: block;
	float: left;
	width: 20%;
	margin-top: 10px;
	height: 64px;
	overflow: hidden;
}
#photoCategory .picSmall img{
	display: block;
	width: 100%;
}
#photoCategory .picSmallHolder{
	width: 100%;
	text-align: center;
}
.columnFooter{
	background-color: #fff;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 22%;
	margin-right: 4%;
	float: left;
}
.columnFooter:nth-child(5n){
	width: 22%;
	margin-right: 0px;
}
.columnFooter .pic{
	height: 158px;
	overflow: hidden;
}
.columnFooter .pic img{
	display: block;
	width: 100%;
	min-height: 158px;
	height: auto;
}
.columnFooter .editorial{
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	clear: both;
}
.columnFooter .editorial .news{
	display: block;
	clear: both;
}
.columnFooter .editorial .news a, .columnFooter .editorial .news a:link, .columnFooter .editorial .news a:hover, .columnFooter .editorial .news a:visited{
	display: block;
	position: relative;
	color: #000a3d;
	font-size: 12px;
	line-height: 19px;
	padding: 10px 0px;
	margin: 0px 10px;
	border-bottom: 1px solid #f1f1f1;
}
.columnFooter .editorial .news a:before{
	position: absolute;
	width: 5px;
	height: 5px;
	left: -10px;
	top: 17px;
	background-image: url(../images/dot.png);
	content: "";
}
.columnFooter .editorial .news a:last-child{
	border-bottom: 0px;
}
.columnFooter .editorial .label{
	display: block;
	float: left;
	font-weight: normal;
	background-color: #999999;
	color: #fff;
	font-size: 14px;
	padding: 0px 10px;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	line-height: 30px;
}
footer{
	background-color: #fff;
	margin-top: 30px;
}
footer #footerMenu{
	width: 100%;
	margin-top: -25px;
	background-color: #000a3d;
}	
footer #footerMenu a, footer #footerMenu a:link, footer #footerMenu a:hover, footer #footerMenu a:visited{
	color: #fff;
}
footer #footerMenu a:hover{
	background-color: #001582;
}
footer .copyrights{
	padding: 10px 20px;
	line-height: 17px;
	font-size: 11px;
	color: #000a3d;
	border-top: 1px solid #d6d8e0;
	margin-top: 5px;
}
#footerLogos{
	line-height: 40px;
}
#footerLogos .copyrights2{
	text-align: center;
	font-size: 11px;
	color: #000a3d;
}
#footerLogos .copyrights2 .logoKAK{
	background-image: url(../images/logoKak.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px auto;
	font-size: 11px;
	font-family: Tahoma;
	color: #101010;
	padding-left: 40px;
	line-height: 12px;
	height: 35px;
	width: 220px;
	padding-top: 5px;
}
.boxNews{
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 1px solid #B7B7B7;
	padding: 10px 0px;
}
.boxNews .pic{
	display: block;
	width: 25%;
	float: left;
}
.boxNews .pic img{
	width: 100%;
	height: auto;
}
.boxNews .description{
	display: block;
	font-family: Tahoma;
	width: 75%;
	float: left;
	padding: 0px 10px;
	position: relative;
}
.boxNews .description .seen{
	display: block;
	margin-top: 20px;
	font-size: 12px;
}
.boxNews .description .heading{
	display: block;
	font-family: Georgia;
	font-size: 22px;
	color: #101010;
}
.pictureHolder{
	width: 60%;
	float: left;
}
.pictureKeywords{
	font-family: Tahoma;
	font-size: 12px;
}
.pictureRight{
	width: 40%;
	padding: 0px 20px;
	float: left;
}
.pictureExcerpt{
	display: block;
	font-size: 18px;
	font-style: italic;
}
.pictureHolder img{
	display: block;
	width: 100%;
}
.errorMessage{
	color: #ff0000;
	display: none;
}
.commentsHeader{
	display: block;
}
.commentsHeader .boxCommentsBig{
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	
}
.commentsMiddle{
	margin: 20px 0px;
}
.commentsBox{
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #b7b7b7;
}
.commentsBox:last-child{
	border-bottom: 0px;
}
.commentsBoxRed{
	background-color: #fafafa;
}
.commentCountOrange{
	float: left;
	width: 40px;
	font-family: Tahoma;
	font-size: 25px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
	line-height: 40px;
}
.commentDetails{
	float: left;
	width: 80%;
	height: 40px;
	padding: 0px 0px 0px 10px;
}
.commentsHeader .commentsHeaderText{
	display: inline-block;
	float: left;
}
.holderAuthor{
	display: block;
	float: right;
	background-color: #fafafa;
}
.commentRating{
	float: right;
	width: 10%;
}
.commentRating .thumbsDown{
	color: #CC0000;
	width: 50%;
	float: left;
	cursor: hand;
	height: 20px;
	cursor: pointer;
	text-align: center;
}
.commentRating .thumbsUp{
	color: #48A800;
	width: 50%;
	height: 20px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	float: left;
}
.commentsUp{
	width: 50%;
	float: left;
	text-align: center;
}
.commentsDown{
	width: 50%;
	float: left;
	text-align: center;
}
.commentRatingValue{
	font-family: Tahoma;
	font-size: 11px;
}
.infoPic{
	width: 40%;
	float: left;
	margin: 0px 10px 10px 0px;
}
.infoPic img{
	width: 100%;
}
.galleryPic{
	width: 32%;
	height: 220px;
	overflow: hidden;
	margin-right: 1%;
	float: left;
}
.galleryPicPic{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.galleryPicPic img{
	width: 100%;
	height: auto;
}
.galleryPicName{
	height: 40px;
}
.newsGallery{
	width: 100%;
}
.newsGallery .pic{
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 230px;
	height: 150px;
	overflow: hidden;
}
.newsGallery .pic img{
	display: block;
	width: 100%;
	min-height: 150px;
}
@media (max-width: 768px) {
	body{
		padding: 0px;
		margin: 0px;
	}
	.container, .row{
		padding: 0px;
		margin: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.clearfix{
		margin: 0px;
		padding: 0px;
	}
	#headerTop{
	}
	#headerTopMenu{
	}
	#header{
		width: 100%;
	}
	#leadingNews{
		width: 100%;
		max-width: 100%;
	}
	#leadingNews img{
		width: 100%;
	}
	.contentHolder{
		width: 100%;
	}
	.facebookLikes{
		display: none;
	}
	.banner300x250{
		margin: 20px auto;
	}
	.columnFooter{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.columnFooter .pic{
		height: auto;
	}
	.columnFooter:last-child{
		width: 100%;
		margin: 0px;
	}
	.columnFooter:nth-child(5n){
		width: 100%;
		margin-right: 0px;
	}
	.columnFooter .editorial{
	}
	.column{
		width: 100%;
		margin: 0px;
	}
	#photoCategory{
	}
	#revivals{
		
	}
	footer{
		margin: 0px;
		width: 100%;
		padding: 0px;
	}
	footer #footerMenu{
		margin: 0px;
	}
	footer .copyrights{
	}
	#footerLogos{
	}
	.pictureHolder{
		width: 100%;
	}
	.pictureRight{
		width: 100%;
		padding: 10px 0px 0px 0px;
	}
}