body {
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	font-family: "Comfortaa-Regular", serif;
}
p {
	line-height: 150%;
}
b, strong {
  	font-family: "Comfortaa-Bold", serif;
    font-weight: normal;
}

a {
	color: #bf1d4d;
}

a:hover,  a:focus {
	color: #333333;
}

h1, div.componentheading {
	font-weight: normal;
	line-height: 150%;
	font-size: 35px;
  	font-family: "Comfortaa-Bold", serif;
}

h2, div.contentheading {
	font-weight: normal;
	line-height: 150%;
	font-size: 30px;
  	font-family: "Comfortaa-Bold", serif;
}

h3 {
	font-weight: normal;
	line-height: 150%;
	font-size: 24px;
  	font-family: "Comfortaa-Bold", serif;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #e8e8e8;
	color: #333333;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #dedede;
	color: #000000;
}

.readmore a, .readmore .btn {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	background: #ffffff;
	border: #c7c7c7 1px solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #7d7d7d 1px solid;
}
.attention-content strong {
	color:#c64848;
}
.contact-info {
	margin:0 0 90px;
}
.ci-left, .ci-right {
	width:calc(100% / 2 - 20px);
}
@media screen and (max-width:768px) {
    .ci-left, .ci-right {width:100%;}
	.ci-left {margin-bottom:30px;}
}

/* ---------------------------------------
	Table styling
-----------------------------------------*/

table {
	width:100%;
	border-collapse:separate;
	border-spacing:1px;
	border-radius:6px;
	margin:30px 0;
}
table td, table th {
	text-align:center;
	padding:10px;
}
table th {
	background:#161e27;
	color:#fff;
	padding:15px 10px;
	font-family: "Comfortaa-Bold", serif;
}
table td {
	line-height:20px;
	vertical-align:middle;
	background:#E6E8EB;
	color:#000;
	font-size:14px;
	word-break: break-all;
}
table td:first-child, table th:first-child {
	text-align:left;
	padding-left:20px;
}
table th:first-child {
	border-radius:6px 0 0 0;
}
table th:last-child {
	border-radius:0 6px 0 0;
	width:150px;
}

table tr:last-child td:first-child {
	border-radius:0 0 0 6px;
}
table tr:last-child td:last-child {
	border-radius:0 0 6px 0;
}
table tbody > tr:nth-child(odd) > td {
	background: #EBEBEB;
}
@media screen and (max-width:420px) {
    table td, table th {padding:10px 5px;}
	table td:first-child, table th:first-child {padding-left:10px;}
}

/* ---------------------------------------
	Standart styling
-----------------------------------------*/

.flex-st {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

/* ---------------------------------------
	Gallery styling
-----------------------------------------*/

.mnwall_container {
  padding:0;margin:45px 0 150px;
}
.dark-text h3.mnwall-title a,
.dark-text h3.mnwall-title span {
	color: #f6f6f6;
	text-transform:none;
	font-size:14px;
	font-family: "Comfortaa-Regular", serif;
}
.dark-text h3.mnwall-title a:hover,
.dark-text h3.mnwall-title span:hover {
	color:#f6f5c5;
}
.mnwall-cover {
  border-radius:6px 6px 0 0;
	border-bottom:2px solid #fff;
}
.mnwall-columns .mnwall-item-inner {
	border-radius:0 0 6px 6px;
}
h3.mnwall-title {
  line-height: 24px;
  margin: 0;
  padding: 20px 20px 30px;
}
.dark-text .mnwall-date {
  color: #ccc;
}
.mnwall-date {
  text-transform: uppercase;
  padding: 15px 20px 0;
  font-size: 13px;
	text-transform:none;
}

/* ---------------------------------------
	Mobile menu styling
-----------------------------------------*/

.jf_mm_pro_panel .jf_mm_pro_panel_title {
    font-size:25px;
    padding: 0 20px 0 80px;
    text-shadow:none;
	color:#f6f6f6;
    font-weight:normal;
    border-bottom:2px solid #f6f5c5;
	background:#161e27;
}
.jf_mm_pro_panel_content {
	background:#161e27;
}
.jf_mm_pro_wrapper li a {
    padding:15px 10px 15px 20px;
    font-size:15px;
    text-decoration:none;
    line-height: 150% !important;
	height: auto !Important;
    text-shadow:none;
    font-weight:normal;
	letter-spacing:1px;
    color:#f6f6f6 !important;
	font-family: "Comfortaa-Regular", serif;
	 border-bottom:1px solid #454545;
}
.jf_mm_pro_wrapper li a:hover {
    color:#f6f5c5 !important;
}
#jf_mmpro_1 li.jf_mm_pro_back {
	background:#161e27 !Important;
}
#jf_mmpro_1 li.jf_mm_pro_back > a {
    background: #19181D;
}
#jf_mmpro_1 li.jf_mm_pro_back > a:hover {
    color: #f6f6f6 !important;
    position:relative;
	background:#19181D;
	color:#f6f5c5 !important;
}
#jf_mmpro_1 li.jf_mm_pro_back > a:before {
    color: #f6f6f6 !important;
    content:"<";
    top:16px;left:24px;
    width:20px;
    font-size:24px;
    position:absolute;
  	font-family: "Comfortaa-Regular", serif;
}
#jf_mmpro_1 li.jf_mm_pro_back > a:hover:before {
	color:#f6f5c5 !important;
}


/* ---------------------------------------
	Works styling
-----------------------------------------*/

.fr-content-element {border-radius:6px;}
.fr-info-padder {display:none;}
.fr-close-background {border-radius:6px;}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {
    background:none;
    border:6px solid #f6f6f6;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover {
	border:6px solid #f6f6f6;
	background:none;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink img.sigProImg, ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover img.sigProImg {
    display: block;
    border-radius:6px;
}
ul.sigProResponsiveBlue span.sigProPseudoCaption {
    padding-top: 0;
}

@media screen and (max-width:524px) {
    .small-block-grid-2 > li {width:100%;}
}

/* ---------------------------------------
	Modal style
-----------------------------------------*/

#rl_modals_loaded_content {
    padding:0;margin:0;
	background:#161e27;
}
.cf-control-input h3 {
	color:#f6f6f6;
	margin:20px 0;
}
.convertforms.cf-success .cf-response {
    background-color:none;
    display: block
}