
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&subset=all');
*, *:focus, a:focus, a:active, .btn:focus {outline:none !important; }

html {margin:0;padding:0;overflow-x:hidden;}

body {
  	font-family: 'Source Sans Pro', sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	background: url(../_files/_design/ornament.png) center center;

	background-attachment: fixed;
}

a,* {outline:none !important;text-decoration:none; }
* img {max-width: 100% !important;}

.main_content {
	background: url(../_files/_design/background-pattern.jpg);
}
.content {
	background: rgba(255, 250, 235, 0.95);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.main_content, footer, topnav {
	color:#000;
}


.footer_wrap {	background: #FFF; box-shadow: 0px 0px 30px rgba(189, 121, 58, 0.8); }         

.footer_wrap a {color:rgba(10, 10, 10, 0.98); }

.marketing {background: rgb(224, 218, 202); }

.marketing p strong {display: block; color: #FFF; text-shadow: 0px 0px 3px rgba(0,0,0,1), 0px 0px 3px rgba(0,0,0,1); margin-top: -80px;}
.marketing img:hover {box-shadow: 0px 0px 15px rgba(188, 35, 1, 0.5);}
.marketing a {text-decoration: none;}

.main_content hr {
	border-top: 1px solid #000;
	color: #000 !important;
}


.topnav.navbar {	
 
	background: rgba(255, 210, 215, 0.9);
	
	background: -moz-linear-gradient(-45deg,  rgba(255,250,235,0) 0%, rgba(255,250,235,0) 11%, rgba(255,250,235,0.78) 38%, rgba(255,250,235,0.65) 64%, rgba(192,13,14,0.46) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,250,235,0)), color-stop(11%,rgba(255,250,235,0)), color-stop(38%,rgba(255,250,235,0.78)), color-stop(64%,rgba(255,250,235,0.65)), color-stop(100%,rgba(192,13,14,0.46))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  rgba(255,250,235,0) 0%,rgba(255,250,235,0) 11%,rgba(255,250,235,0.78) 38%,rgba(255,250,235,0.65) 64%,rgba(192,13,14,0.46) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  rgba(255,250,235,0) 0%,rgba(255,250,235,0) 11%,rgba(255,250,235,0.78) 38%,rgba(255,250,235,0.65) 64%,rgba(192,13,14,0.46) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  rgba(255,250,235,0) 0%,rgba(255,250,235,0) 11%,rgba(255,250,235,0.78) 38%,rgba(255,250,235,0.65) 64%,rgba(192,13,14,0.46) 100%); /* IE10+ */

background: linear-gradient(135deg,  rgba(255,250,235,0) 0%,rgba(255,250,235,0) 11%,rgba(255,250,235,0.78) 38%,rgba(255,250,235,0.65) 64%,rgba(192,13,14,0.46) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffaeb', endColorstr='#75c00d0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
.topnav .navbar-nav {
	font-size: 1.2em;
	font-weight:400;
	margin-right: 10px;
	margin-left: -10px; 
}


.topnav.small_navbar {
	background: rgba(255, 250, 235, 0.95);	
}



.topnav.navbar .nav-link {
	border: none;
	padding: 10px 10px !important;
	margin: 0px 3px;
	
}
.nav-part {

}
.topnav.navbar ul a {
	color:#000;
}
.topnav.navbar ul a:hover {
	color: #333;
}
.topnav .navbar-nav .nav-link:hover, .topnav.navbar .dropdown-menu li {
	border: none;
	background: rgba(255, 210, 215, 0.9);	
}
.topnav.navbar .nav-link.active, .topnav.navbar a.dropdown-item.active, .main_content a.active {
	background: rgba(255, 140, 115, 0.5) !important;
	color: #333 !important;
}
.topnav.navbar a.dropdown-item.active {
	background: rgba(255, 210, 215, 0.9) !important;
	color: #333 !important;
}
.topnav .dropdown-menu,.topnav .dropdown-menu.show {
background: rgba(255, 255, 255, 1)  url(../_files/_design/background-ornament.png) !important;
	border: none;
	padding:0;
	margin: 0 3px;
}
.topnav .dropdown-menu li a {
	color: #000;
		background: rgba(255, 210, 215, 0.4);
}
.topnav .dropdown-menu li a:hover {
	background: rgba(255, 210, 215, 0.9);
}
.topnav * .dropdown-toggle:after { content: none }

.topnav .navbar-brand img {
	height: 80px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px !important;
	padding-bottom:0px !important;	
}

.topnav .small_logo img {
	margin-bottom:-30px;
	margin-top:-36px;	
	height: 50px;
	padding:0 !important;
}

@media (max-width: 1200px) {
	.topnav .navbar-brand img {
		height: 50px;
		margin-bottom:-34px;
		padding:0 !important;	
		margin-top: -38px;
	}
	.topnav.navbar {
		background: rgba(255, 250, 235, 0.95);
		padding:10px !important;
	}
	.topnav .navbar-nav {
		padding-top: 2px;
		margin-left: -20px;
	}

}
@media (max-width: 1400px) {
	.topnav .navbar-nav {
		font-size: 1.05em;
	}
}

.main_content .lead strong { font-weight: 600 !important; }
.menu a.active {
	background: transparent !important;
	color: rgba(255, 140, 115, 0.9) !important;
	font-weight: bold;	
}
.croper_wrap {
    overflow: hidden;
}
/* size- defined in user.css */

.header img {
	width: 100%; 
}
.sitemap a {
	text-decoration:none !important;
}

@media (max-width: 768px) {
.main_content h1 {
	font-size: 2em;
}

	.croper_wrap .size-20 { width: 100%!important;}
	.croper_wrap .size-30 { width: 100% !important;}
	.croper_wrap .size-40 { width: 100% !important;}
	.croper_wrap .size-50 { width: 100% !important;}
	.croper_wrap .size-100 { width: 100% !important;}
}

.croped_img {
	width:100%;
}

.clickable:hover {
	cursor: pointer;
}
.clickable:hover a {
	color:var(--color3);
}
.main_content .card {
border-radius: 0;
	border: 1px solid var(--color6); 
	color:var(--color2);
background:rgba(237, 133, 75, 0.1) url(../_files/_design/background-ornament.png); 

}
.main_content .card a {
	text-decoration: none;
}
.main_content .card h2 {
	font-size: 1.8em;
}
.main_content .card h3 {
	font-size: 1.4em;
}  
.card-body p:last-child {
	margin:0;
}

.main_content .bordered, .card.clickable:hover {
	border: 1px solid;
	border-color: var(--color3);
}



.main_content h1 {font-size: 46px; margin-bottom: 15px;color: rgb(181, 38, 30);font-weight: 400;}
.main_content h1 strong {font-weight: 600;}
.main_content h2 {font-size: 33px; margin-bottom: 15px;color: rgb(181, 38, 30);font-weight: 400;}
.main_content h3 {font-size: 25px; margin-bottom: 15px;color: rgb(188, 34, 0);font-weight: 300;}
.main_content h4 {font-size: 20px; margin-bottom: 10px;color: rgb(188, 34, 0);}
.main_content p {margin-bottom: 10px; line-height: 20px; color: #000; font-weight: 300;}
/*content p {font-size: 16px; margin-bottom: 10px; line-height: 20px; color: #6f7073; font-weight: 300;}  */
.main_content a {color: rgb(181, 38, 30); text-decoration:underline;}
.main_content .btn {text-decoration:none;}
.main_content a:hover, .footer_wrap a:hover, .topnav a:hover {color: rgb(0, 0, 0); text-decoration:none;}
.main_content li {font-size: 16px; line-height: 20px; font-weight: 300;margin-bottom: 5px; color:#000;}  /*color:#6f7073;*/
.main_content strong {font-weight: 600;}
/*
.main_content a, .footer_wrap a, .topnav a {
	color:var(--color2) !important;
}
.main_content a:hover, .footer_wrap a:hover, .topnav a:hover {
	color:var(--color3) !important; 
}
*/
.card .form-control {
	background:var(--color6);
	color:var(--color2); 
}
.card .control-label {
	color:var(--color1); 
}
.fs-small {
	font-size:0.8rem;
}
.main_content .btn {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.main_content .btn-primary {
	background:rgb(181, 38, 30); color:#fff; border: none; 
}
.main_content .btn-primary:hover { background:#000; color: #fff !important;}


.main_content .has-error input {
	border-color: red;
}

.main_content .modal-content {
	background: var(--color4) !important;
}

.main_content .modal-content .btn-default {
	color: var(--color2) !important;	
}
