/*----------------------------------------------
                DEFAULT VALUES:
Font family		: Comfortaa
Imperial		: #f7be68 (buttons, icons, links)
Imperial		: #f7be68 hover (buttons, icons, links, backgrounds)
Spicy Mix		: #885847 (headings)
Trolley Grey	: #7d7d7d (paragraphs)
Trolley Grey	: #7d7d7d (text)
White			: #ffffff (text with dark background)
-----------------------------------------------*/
/*-------------- GENERAL CSS -----------------*/
@font-face {
	font-family: 'Comfortaa';
	src: url("../fonts/Comfortaa[wght].ttf") format("truetype");
	src: url("../fonts/Comfortaa-Bold.ttf") format("truetype");
	src: url("../fonts/Comfortaa-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'Comfortaa', serif;
/*	font-size: 62.5%;*/
    margin: 0;
	background: #fff;
	position: relative;
/*	color: #4e4e6d;*/
	color: #6d6d6d;
}
img {
	max-width: 100%;
	display: block;
	margin: auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	outline: none;
	color: #f7be68;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f7be68;
}
p {
	vertical-align: middle;
}
strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Comfortaa';
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
	color: #885847;
}
h3 {
	border-bottom: none;
}
section {
    margin: 0 auto;
    width: 100%;
}
#content-header, #content-main, #content-footer, .bg_c {
	padding: 40px 0;
}
.bg_c {
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#slider {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#banner {
	height: 150px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#banner h1 {
	color: #fff;
	line-height: 150px;
	vertical-align: middle;
	margin: 0 auto;
}
.ccm-layout-column-wrapper {
	margin: 20px 0;
}
.ccm-panel-content-wrapper .ccm-panel-content-visible section div ul.nav {
	display: block!important;
}
/*---------------- BUTTON ------------------*/
.btn {
	font-size: 1.1em;
    vertical-align: middle;
    padding: 9px 19px;
	margin: 16px auto;
	white-space: normal;
	background: transparent;
/*	color: #f7be68;*/
	color: #fff;
	background-color: #f7be68;
	border: 1px solid #f7be68;
	border-radius: 0;
	cursor: pointer;
	transition: all 300ms ease 0s;
}
.btn:hover, .btn:focus, .btn:active {
/*    color: #fff;*/
	text-decoration: none;
	transition: all 300ms ease 0s;
	background-color: #f7be68;
	color: #fff;
	border: 1px solid #f7be68;
	-webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: none;  /* Firefox 3.5 - 3.6 */
	box-shadow: none; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
/*----------------- LOGO ----------------*/
/*.ccm-panel-add-block .ccm-ui .ccm-panel-content section .ccm-panel-add-block-set header {
	background: none;
}*/
#header h1 {
	font-size: 14px;
	line-height: 60px;
	vertical-align: middle;
	padding: 0;
}
#header a img, #header p {
	max-height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	transition: all 300ms ease 0s;
}
#header a img.small, #header p.small {
	height: 40px;
	vertical-align: middle;
	transition: all 300ms ease 0s;
}
/*----------------- NAVIGATION ----------------*/
#header {
/*	position: fixed;*/
	width: 100%;
	max-height: 80px;
	margin: 10px 0;
	overflow: hidden;
	z-index: 350;
	transition: all 300ms ease 0s;
}
.scrolled {
	height: 60px;
	background: linear-gradient(to right, #182848, #035fd7);
	transition: all 300ms ease 0s;
	-webkit-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.52);
}
#header nav ul li a.small {
	height: 80px;
	line-height: 80px;
	font-size: 1.3em;
	transition: all 300ms ease 0s;
}
#header nav {
	float: right;
	width: 100%;
}
#header nav ul {
	display: table;
	width: 100%;
}
#header nav ul li {
	display: table-cell;
}
#header nav ul li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 1.1em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	transition: all 300ms ease 0s;
	text-transform: uppercase;
	color: #666;
}
#header nav ul li a:hover, #header nav ul li a:focus, #header nav ul li a:active {
	text-decoration: none;
	transition: all 300ms ease 0s;
	color: #f7be68;
}
#header nav ul li a.nav-selected, #header nav ul li a.nav-path-selected {
	color: #f7be68;
}
/*--------------------- MENU SWITCH / CATEGORY -------------------------*/
#switch {
	display: none;
/*	float: right;*/
	font-size: 3.8em!important;
	padding: 10px 20px 10px 10px!important;
	margin: 10px 0 10px 10px!important;
/*	background-color: #ef206f;*/
	transition: all 300ms ease 0s;
}
#switch:hover, #switch, #switch:focus, #switch:active {
		color: #f7be68;
}
#header #switch.small {
	margin: 0!important;
}
.category {
	display: none;
	font-size: 1.6em;
    vertical-align: middle;
    padding: 10px 16px;
	margin-bottom: 3px;
    text-decoration: none;
    background-color: #599900;
    color: #fff;
    border-radius: 6px;
	cursor: pointer;
	transition: all 300ms ease 0s;
}
/*--------------------- SLIDER ------------------------*/
.ccm-image-slider-text {
    position: absolute;
	left: 10%;
	top: 50%!important;
    display: block;
	text-align: center;
/*	background-color: #885847;*/
	padding: 6px 20px;
}
.ccm-image-slider-text .ccm-image-slider-title {
    color: #fff;
	text-shadow: 1px 1px 6px #000000;
    font-size: 2em;
	border-bottom: none;
}
.ccm-image-slider-text p {
    color: #fff;
	text-shadow: 1px 1px 6px #000000;
    font-size: 1em;
    font-weight: 100;
    margin: 6px 30px;
}
ul.rslides_tabs {
/*	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;*/
	text-align: center;
	margin: auto;
	z-index: 100;
}
ul.rslides_tabs li {
	z-index: 100;
}
ul.rslides_tabs li a {
	width: 60px;
	height: 9px;
	border-radius: 0;
	z-index: 9900;
}
ul.rslides_tabs li a {
	background: #666;
}
.rslides_tabs li.rslides_here a, ul.rslides_tabs li a:hover {
	background: #f7be68!important;
}
/*-------------------- FOTTER ------------------------*/
footer {
	text-align: center;
}
#footer-top {
	padding: 40px 0;
	background: #363636;
}
#footer-top .nav {
	margin-top: 40px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
#footer-top .nav li a {
/*	display: block;
	text-align: center;*/
	text-decoration: none;
	color: #ffffff;
	transition: all 300ms ease 0s;
}
#footer-top .nav li a:hover, #footer-top .nav li a:focus, #footer-top .nav li a:active {
	color: #f7be68;
	text-decoration: none;
	transition: all 300ms ease 0s;
}
#footer-bottom {
	padding: 20px 0 0px 0;
}
#footer p {
	margin: 10px auto;
}
/*-------------------- SIDEBAR -------------------------*/
.col-sidebar-fotter i {
	color: #c8b274;
	font-size: 1.3em;
}
.col-sidebar-fotter p {
	padding: 6px 0;
	border-bottom: 2px solid #413c32;
}
.col-sidebar-fotter p::before {
	content: '> ';
	color: #c8b274;
}
.col-sidebar-fotter p::after {
	content: '';
	height: 2px!important;
	width: 100%!important;
	background: #282727;
}
/*-------------------- INFO -------------------------*/
table.info {
	border: 0;
	width: 100%;
	margin-top: 20px;
}
table.info th {
/*	padding: 20px 40px;*/
}
table.info td {
	text-align: center;
	border: none;
}
table.info	tr:nth-child(odd) {
	background-color: #eeeeee;
}
table.info tr:nth-child(even) {
	background-color: #dddddd;
}
table.info tr td:first-child {
	max-width: 80%!important;
}
table.info tr td p {
	margin: 10px auto;
}
table.info td:last-child {
	color: #885847;
	border-left: 1px solid #cccccc;
}
/*----------------- CONTACT TABLE ---------------------*/
table.contact {
	border: 0;
	width: 100%;
	margin-top: 20px;
}
table.contact th {
/*	padding: 20px 40px;*/
}
table.contact td {
	text-align: center;
	border: none;
}
table.contact tbody tr td p {
	margin: 10px auto;
}
table.contact tbody tr td i {
	font-size: 2em!important;
	color: #885847;
}
/*-------------------- FORM -------------------------*/
#content form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#content form fieldset .form-group label {
	font-weight: normal!important;
	font-family: inherit;
}
#content form fieldset .form-group .form-control {
	vertical-align: middle;
	color: #4e4e6d;
	background: #ffffff;
	border-radius: 0;
	border: 1px solid #cccccc;
}
#content form fieldset .form-group .form-control:focus {
	-webkit-box-shadow: inset 0px 0px 6px 0px #125194;
	-moz-box-shadow: inset 0px 0px 6px 0px #125194;
	box-shadow: inset 0px 0px 6px 0px #125194;
}
#content form .form-actions button {
/*	font-size: 1.1em;
    vertical-align: middle;
    padding: 9px 13px;
	margin: 16px auto!important;*/
}
#content .form-actions .btn:focus, section .form-actions .btn:active {
	text-decoration: none;
	transition: all 300ms ease 0s;
	background-color: #125194!important;
	color: #ffffff!important;
	border: 1px solid #125194!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
div.alert-danger, div.alert-success {
	border-radius: 0;
}
div.alert-danger ul, div.alert-success {
	margin: 10px 0;
	font-size: 0.9em;
	color: #41464b;
}
/*------------- BLOCK PURE ACCORDION -----------------*/
.pure-accordion-block-container {
    position: relative;
    margin-bottom: 10px;
}
.pure-accordion-block-container .header{
    padding: 6px 0px;
    cursor: pointer;
    z-index: 1;
}
.pure-accordion-block-container .header .title{
    font-size: 18px;
    display: inline-block;
    margin: 0;
	text-align: left;
	color: #125194;
	width: 100%;
	border-bottom: none;
}
.pure-accordion-block-container .header:hover .title,
.pure-accordion-block-container .header:hover .fa.fa-chevron-down{
/*    color: #004c99;*/
}
.pure-accordion-block-container .header .fa.fa-chevron-down{
    position: absolute;
    right: 0;
	top: 16px!important;
    font-size: 23px;
	color: #125194!important;
}
/*------------- BLOCK FEATURE ITEM -----------------*/
.ccm-block-feature-item {
	margin-bottom: 20px!important;
}
.ccm-block-feature-item h4 {
	color: #eeeeee;
	border-bottom: none;
}
/*--------------------- BLOCK SOCIAL ICONS ---------------------*/
.ccm-block-social-links ul {
	text-align: center;
	margin: auto;
}
.ccm-block-social-links ul li a i {
	font-size: 1.3em;
	width: 50px;
	height: 50px;
	margin: 6px;
	padding: 14px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	color: #125194;
	border: 1px solid #125194;
	transition: all 300ms ease 0s;
}
.ccm-block-social-links li a i:hover, .ccm-block-social-links li a i:focus, .ccm-block-social-links li a i:active {
	color: #fff;
	background: #125194;
	transition: all 300ms ease 0s;
}
/*------------- BLOCK PURE COOKIES NOTICE -----------------*/
.pure-cookies-notice-close-button {
	border-radius: 0!important;

}
/*------------- BLOCK BACK TO TOP -----------------*/
.hw-back-to-top {
	border-radius: 0!important;
/*	color: #f7be68;*/
	background: rgba(247, 190, 104, 0.9)!important;
}
.hw-back-to-top i {
	padding: 5px!important;
	left: 0!important;
}
/*---------------------max-width 1280---------------------*/
@media screen and (max-width: 1280px) {
	#magic-line {
		display: none;
	}
}
/*---------------------max-width 1024---------------------*/
@media screen and (max-width: 1024px) {
	.ccm-image-slider-text {
	top: 50%!important;
	}
	.ccm-image-slider-text h1 {
		font-size: 1.3em;
	}
	.ccm-image-slider-text p {
		font-size: 1em;
	}
}
/*---------------------max-width 991---------------------*/
@media screen and (max-width: 991px) {
	#switch, #switch:visited {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block!important;		
		vertical-align: middle;
		cursor: pointer;
		color: #666;
	}
	#header {
		max-height: 100px;
		overflow: hidden;
		transition: all 300ms ease 0s;
	}
	#header a img, #header p {
		max-height: 80px;
		margin: 10px auto;
		vertical-align: middle;
		transition: all 300ms ease 0s;
	}
	#header.scrolled {
		height: 60px;
		overflow: hidden;
		transition: all 300ms ease 0s;
	}
	#header.visible {
	max-height: 500px!important;
	transition: all 300ms ease 0s!important;
	}
	#header nav ul li {
		display: block;
		margin: 0;
	}
	#header nav ul li a {
	height: 60px!important;
	line-height: 60px!important;
	transition: all 300ms ease 0s;
	}
}
/*---------------------max-width 768---------------------*/
@media screen and (max-width: 768px) {
	.main-content {
		width: 98%;
		margin: 10px 1%;
	}
	.col-sidebar {
		display: none;
	}
	.ccm-image-slider-text {
		top: 30%!important;
		magin: 1px 3px
	}
	.ccm-image-slider-text .ccm-image-slider-title {
		font-size: 0.9em;
	}
	.ccm-image-slider-text p {
		display: none;
	}
	#footer-top .nav li {
		width: 100%;
		margin: 10px auto;
}
}
/*---------------------max-width 600---------------------*/
@media screen and (max-width: 600px) {
	.ccm-image-slider-text p {
		display: none;
	}
}