body {
	color: black;
	font-family: 'Ubuntu',georgia,verdana;
}
label {
	color: rgb(42,100,150);
}
a:hover {
	text-decoration: none;
}
.panel-footer a:hover {
	text-decoration: none;
	color: white;
}
.capital {
	text-transform: capitalize;
}

.line2 {
	height: 500px;
}
.news_panel {
	max-height: 300px;
}
div.headerLine2 {
	height: 180px;
}
.mainSearch {
	margin-top: 8px;
	height: 40px;
	border-radius: 15px;
}
.brown {
	background-color: rgb(90,62,52);
}

.bootstrap-dialog.type-primary .modal-header, 
.bootstrap-dialog.type-info .modal-header {
	background-color: rgba(90,62,52,0.7);
	color: white;
}

.blue {
	color: rgb(42,100,150);
}

.btn-brown {
	background-color: rgba(90,62,52,0.7);
	border-color: rgb(90,62,52);
	color: white;
}

.brown-text, .text-brown {
	color: rgb(90,62,52);
}

.bg-brown {
	background-color: rgba(90,62,52,0.7);
}

.publication {
	margin-bottom: 25px;
}

.publication-image {
	margin-top: 20px;
}

.pub-download {
	border-color: rgb(191,147,129);
	/*background-color: rgba(90,62,52, 0.5);*/
	box-shadow: 0px 3px 3px rgba(191,147,129,0.5);
	padding: 8px;
	color: white;
	min-height: 40px;
}

.pub-download i {
	font-size: 17px;
	padding-left: 10px;
}

.pub-download a {
	color: rgb(90,62,52);
	font-weight: bold;
}

.pub-download a.blue {
	color: rgb(42,100,150);
}

.brown-under {
	border-bottom: 4px solid rgb(90,62,52);
	width: 80%;
}

.brown-under-alt {
	border-bottom: 4px solid rgb(90,62,52);
}

.text-large {
	font-size: 39px;
}

._header {
	background-color: rgb(90,62,52);
}

.down {
	margin-top: 30px;
}

.panel-info {
	border-color: rgb(191,147,129);
	box-shadow: 0px 3px 3px rgba(191,147,129,0.5);
}
.panel-info > .panel-heading {
	background-color: rgba(90,62,52,0.7);
	color: white;
}

._f {
	color: white;
	height: 90px;
	padding-top: 15px;
}

.fa-book, .fa-users, .fa-comments {
	margin-left: 2px;
	background: url(../images/cir.png) no-repeat;
	padding: 26px;
	font-size: 24px;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
}
.pad {
	margin-top: 10px;
}
.pad-under {
	margin-bottom: 20px;
}
._main-pad {
	padding-right: 80px;
}

._my_publish_header {
	padding-top: 30px;
	font-size: 40px;
	color: white;
	font-family: 'Open Sans', verdana, georgia;
	text-align: left;
}

li.parsley-required, li.parsley-type, 
li.parsley-equalto, li.parsley-minlength,
li.parsley-maxlength, li.parsley-length,
li.parsley-min, li.parsley-max,
li.parsley-required, li.parsley-email
{
	padding-top: 5px;
	color: #f56954;
}
.account-box {
    margin-top: 10px;
    padding: 10px 10px 10px;
    background: none repeat scroll 0% 0% #F8F8F8;
    border-bottom: 2px solid rgb(90,62,52);
    text-align: center;
}

.account-box:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.account-box-icon {
    font-size: 50px;
    line-height: 50px;
}

.account-box i.fa-book, .account-box i.fa-pencil, .account-box i.fa-flag, 
.account-box i.fa-user, .account-box i.fa-filter, .account-box i.fa-bookmark,
.account-box i.fa-pinterest, .account-box i.fa-file-o, .account-box i.fa-users {
	margin-left: 2px;
	background: url(../images/cir.png) no-repeat;
	padding: 26px;
	font-size: 24px;
	color: rgb(90,62,52);
	font-family: FontAwesome;
	text-align: center;
}

.account-box p {
	padding-bottom: 5px;
	line-height: 20px;
}
.account-box-link {
	color: black;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', georgia, verdana;
}
.roboto {
	font-family: 'Roboto', georgia, verdana, serif;
}

._name_full {
	font-family: 'Ubuntu', georgia, verdana, serif;
	font-weight: bolder;
}

#menu li a {
	font-weight: bold;
	font-family: 'Roboto', georgia, verdana, serif;
}

.ten {
	width: 10%;
}
.five {
	width: 5%;
}
.eight {
	width: 8%;
}
.fifteen {
	width: 15%;
}
.sixteen {
	width: 16%;
}
.seventeen {
	width: 17%;
}
.twenty {
	width: 20%;
}
.twenty-three {
	width: 23%;
}
.twenty-five {
	width: 25%;
}
.twelve {
	width:12%;
}
.thirty {
	width: 30%;
}
.thirty-five {
	width: 35%;
}
.fifty {
	width: 50%;
}
.sixty {
	width: 60%;
}
.seventy {
	width: 70%;
}
.forty {
	width: 40%;
}
.debug {
	/*border: 1px red solid;*/
}
.key {
	font-size: 18px;
	font-weight: bold;
}
.value {
	font-size: 18px;
	font-weight: bold;
}
.ibig {
	font-size: 30px;
}
.imid {
	font-size: 15px;
}
.imid1 {
	font-size: 20px;
}
.imid2 {
	font-size: 25px;
}
.imid3 {
	font-size: 35px;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.white {
	color: white;
}

.logo{
	margin-top: 40px;
}
.fixed img.my_logo {
	height: 70px;
	padding-top: 20px;
}

.list-group a {
	font-weight: bold;
	color: rgb(42,100,150);
}




@media (max-width: 767px) {
	.brown-under {
		border-bottom: 4px solid rgb(90,62,52);
		width: 100%;
		font-size: 24px;
	}
	.slicknav_menu:before {
		background: url(../images/logo_small.png)no-repeat;
	}
	.perish_div {
		display: none;
	}
	body > div.headerLine {
		height: 150px;
	}

	body > div.headerLine.headerLine2 {
		height: 150px;
	}
	#menuF > div > div > div.logo.col-md-4.alt_header_wood {
		
	}
	#menuF > div.container {
		height: 0px;
	}
	#menuF > div > div.row {
		height: 0px;
	}
	#menuF > div > div > div.logo.col-md-4.alt_header_wood {
		height: 0px;
	}
	#menuF > div > div > div.logo.col-md-4.alt_header_wood > div {
		display: none;
	}
	#menuF > div > div > div.col-md-8 {
		display: none;
	}
	h2 {
		font-size: 25px;
	}
	.rp_name_full, h5 {
		color: white;
	}
	
}