﻿
body {
	font-family: 'Korolev-Light', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.main-nav,
.tabs li a,
.article-header .time,
.masonry-nav > ul li a,
.dropcap:first-letter {
	font-family:	KorolevMedium, sans-serif;
}

/* Colors */
a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #6E1F1D;
}

footer, a {
	color: #666666;
}

.mobile-overlay p.copyrights  {
	color: #666666;
}


.mobile-overlay p.copyrights a:hover {
	color: #FFFFFF;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	background-color: #6E1F1D;
}

.btn-primary {
	background-color: #333333;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #050505;
}

.article-header .time {
	background-color: #6E1F1D;
}

.module.color-title .module-title {
	background-color: #6E1F1D;
}

.module.color .module-title > * {
	color: #baae99;
}

.module.box-color {
	background-color: #6E1F1D9;
	color: #ece6d9;
}

.module.border-color .module-title {
	border-bottom: 2px solid #6E1F1D;
}

.module.border-color-top .module-title {
	border-top: 2px solid #6E1F1D;
}

/* hide submenus - show on click */
.mobile-nav li.parent ul {
	display: none;
}

/* adds + sign to the parent items */
.mobile-nav li.parent > a:after {
	content: "+";
	display: inline-block;
	margin-left: 10px;
}

/* change sign to - with open class */
.mobile-nav li.parent > a.open:after {
	content: "-";
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}
