<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
a,
p,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', 'Arial', 'Tahoma', 'sans-serif';
    color: #000;
}

body {
    background: #fff url(../images/bg.jpg) repeat;
}

a {
    color: #940A08;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover,
a:focus {
    color: #008418;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: underline;
}

.go-to-content:focus {
    background: #9b552a;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: underline;
    z-index: 99999;
    width: auto;
    height: auto;
    clip: auto;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.container {
    position: relative;
}

.disabilities {
    width: 100%;
    background: #FFBC53;
    text-align: right;
    padding: 4px;
    color: #000;
}

.disabilities a {
    color: #000;
}

.disabilities .fonts a {
    padding-left: 5px
}

.header-wrapper {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
    position: relative;
}

#logo p {
    margin: 15px 15px 8px 0;
    text-align: center;
}

#logo a {
    display: inline-block;
}

.header {
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

@media (min-width: 768px) {
    .header {
        padding: 0;
        margin-bottom: 0;
    }
    #logo img {
        margin: 0 auto;
    }
    #logo a {
        display: block;
    }
    .banner-wrapper {
        width: 100%;
        background: url(../images/banner-bg.jpg) top center repeat-x;
        height: 242px;
    }
}

@media (min-width: 992px) {
    #logo img {
        margin: 0;
    }
    #logo p {
        margin: 8px 0;
        text-align: left;
    }
}


/*********************************************
***************** POSITION TOP ***************
*********************************************/


/***************** TOP MENU ***************/

.navbar {
    background: none;
    padding: 0;
    margin: 0;
}

.navbar-toggle {
    background-color: #785511;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar ul {
    display: block;
    list-style: none;
}

.navbar #headerNav {
    list-style: none;
    padding: 20px 0 0 0;
    background: #785511;
    border-radius: 4px;
}

.navbar ul a {
    color: #fff;
}

.navbar ul .parent&gt;a {
    font-size: 18px;
}

.navbar #headerNav&gt;li {
    border-bottom: 1px solid #fff;
    margin: 0 20px 20px 20px;
    padding: 0 20px 20px 20px;
}

.navbar .dropdown {
    padding: 0;
    position: static;
}

.navbar .dropdown .dropdown {
    padding: 0 0 0 10px;
}

.navbar .dropdown li {
    padding-top: 10px;
}


/*.navbar ul {
	left: 0!important;
}*/

@media (min-width: 768px) {
    .position-top {
        padding: 0px;
    }
    .navbar {
        margin: 0;
        text-align: right;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar .container {
        padding: 0;
    }
    .navbar ul {
        list-style: none;
        padding-left: 0;
    }
    .navbar #headerNav {
        margin: 0;
        padding: 0;
        width: auto;
        display: inline-block;
        background: none;
        border: none;
        float: none;
    }
    .navbar ul li {
        position: relative;
        -webkit-transition: background .2s;
        transition: background .2s;
        margin-bottom: 10px;
    }
    .navbar #headerNav&gt;li {
        width: auto;
        margin-bottom: 0;
        border: none;
        margin: 10px 0px 0px 25px;
        padding: 0 0px 0 13px;
        float: left;
        display: block;
        height: 30px;
        background: none;
    }
    .navbar #headerNav&gt;li:first-child {
        border: none;
        margin-left: 0;
        padding-left: 0;
    }
    .navbar #headerNav&gt;li&gt;a {
        color: #785511;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        height: 30px;
        line-height: 30px;
        text-decoration: none;
        display: inline-block;
        outline: 0;
        cursor: pointer;
    }
    .navbar #headerNav&gt;li&gt;a:hover,
    .navbar #headerNav&gt;li&gt;a:focus {
        color: #940A08;
        text-decoration: underline;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar ul ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        background: #785511;
        border-radius: 2px;
        min-width: 160px;
        padding: 10px;
        padding-bottom: 0;
    }
    .navbar #headerNav&gt;li:hover&gt;ul,
    .navbar #headerNav&gt;li.sfHover&gt;ul {
        display: block;
    }
    .navbar .dropdown {
        padding: 10px 10px 0 10px;
        position: absolute;
    }
    .navbar .dropdown .dropdown {
        padding: 10px 10px 0 10px;
    }
    .navbar .dropdown li {
        padding-top: 0px;
    }
    .navbar ul ul a {
        font-size: 15px;
        line-height: 21px;
        padding: 4px 8px;
        text-align: left;
        text-decoration: none;
        display: block;
        outline: 0;
        cursor: pointer;
        color: #fff;
    }
    .navbar ul ul li:hover&gt;a,
    .navbar ul ul li a:focus {
        background: #000;
        border-radius: 3px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar ul ul ul {
        top: -10px;
        left: 100%;
    }
    .navbar ul li:hover,
    .navbar ul li.sfHover {
        -webkit-transition: none;
        transition: none;
    }
    .navbar ul.sf-arrows .child .sf-with-ul {
        padding-right: 2.5em;
    }
    /* styling for both css and generated arrows */
    .navbar ul.sf-arrows .child .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF;
        /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255, 255, 255, .5);
    }
    .navbar ul.sf-arrows&gt;li&gt;.sf-with-ul:focus:after,
    .navbar ul.sf-arrows&gt;li:hover&gt;.sf-with-ul:after,
    .navbar ul.sf-arrows&gt;.child.sfHover&gt;.sf-with-ul:after {
        border-top-color: white;
        /* IE8 fallback colour */
    }
    /* styling for right-facing arrows */
    .navbar ul.sf-arrows ul .child .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #dFeEFF;
        /* edit this to suit design (no rgba in IE8) */
        border-left-color: rgba(255, 255, 255, .5);
    }
    .navbar ul.sf-arrows ul .child li&gt;.sf-with-ul:focus:after,
    .navbar ul.sf-arrows ul .child li:hover&gt;.sf-with-ul:after,
    .navbar ul.sf-arrows ul .child .sfHover&gt;.sf-with-ul:after {
        border-left-color: white;
    }
    .navbar #headerNav&gt;li&gt;ul&gt;.sub-pointer {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 6px 5px 6px;
        border-color: transparent transparent #6B543B transparent;
        position: absolute;
        top: -5px;
        left: 9px;
    }
    .navbar #headerNav&gt;li&gt;ul ul .sub-pointer {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar #headerNav {
        padding-top: 30px;
    }
    .navbar #headerNav&gt;li {
        height: 40px;
    }
    .navbar #headerNav&gt;li&gt;a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .navbar #headerNav&gt;li&gt;a {
        font-size: 16px;
    }
}


/*********************************************
******************* SLIDER *******************
*********************************************/

.position-slider {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

#slider {
    margin: 0!important;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    /*border-radius: 5px;*/
}

.position-slider .nivo-caption {
    padding: 9px 10px;
    background: none;
    font-size: 18px;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', 'sans-serif';
}

.position-slider.theme-default .nivo-controlNav {
    padding: 20px 20px 15px 20px;
}

@media (min-width: 768px) {
    .slider-wrapper {
        margin: 0 -20px;
    }
    .slider-container {
        margin-top: 15px;
        margin-bottom: 15px;
        min-height: 248px;
    }
}

@media (min-width: 992px) {
    .slider-container {
        margin-top: 0;
        min-height: 212px;
    }
    .position-slider {
        padding-left: 6px;
    }
}

@media (min-width: 1200px) {
    .slider-container {
        min-height: 256px;
    }
}


/*********************************************
************ BREADCRUMBS ************
*********************************************/

.breadcrumbs {
    color: #585858;
    padding: 15px;
    line-height: 22px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid #e8e8e8;
}

.breadcrumbs a {
    color: #585858;
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs span {
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs span.breadcrumbs-prefix {
    margin-left: 0;
}

@media (min-width: 992px) {
    /*.breadcrumbs {
		padding: 15px;
	}*/
}


/*********************************************
************** POSITION FEATURE **************
*********************************************/

.position-feature {
    margin-bottom: 20px;
    /*text-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
}

.position-feature,
.position-feature p,
.position-feature span,
.position-feature h1,
.position-feature h2,
.position-feature h3,
.position-feature h4,
.position-feature h5 {
    color: #fff;
}

.position-feature a {
    color: #ccc;
}

.position-feature a:hover,
.position-feature a:focus {
    color: #ccc;
    /*text-decoration:none;*/
}


/*********************************************
******************* CONTENT ******************
*********************************************/

.content {
    padding-bottom: 20px;
    padding-top: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/******** CONTENT INSIDE *********/

.content-inside {
    height: 100%;
    border-top: 5px solid #ffbc53;
    background: #fff;
}

.content-inside img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.go-to-menu {
    padding: 5px
}

.go-to-menu a {
    background: #8A6C4D;
    border: none;
    border-radius: 2px;
    color: #fff;
}


/******** CONTENT NEWS ************/

.content-inside .content-news .content-news-item {
    width: 100%;
    position: relative;
    margin-bottom: 47px;
}

.content-inside .content-news .content-news-item:after {
    position: absolute;
    content: "";
    background: url(../images/separator.png) top center no-repeat;
    width: 100%;
    height: 17px;
    bottom: -40px;
    left: 0;
}

.content-inside .content-news .content-news-item-header {
    font-weight: 300;
    font-size: 24px;
    color: #301f03;
}

.content-inside .content-news .content-news-item-header {
    color: #301f03;
}

.content-inside .content-news .content-news-item-header a:hover,
.content-inside .content-news .content-news-item-header a:focus {
    color: #940A08;
    text-decoration: underline;
}

.content-inside .content-news .content-news-item-utilities {
    font-size: 12px;
    color: #595959;
    margin-bottom: 10px;
    margin-left: 1px;
}

.content-inside .content-news .content-news-item-content {
    /*border-bottom: 2px solid #e8e8e8;*/
    padding-bottom: 10px;
    overflow: hidden;
}

.content-inside .content-news .content-news-item-content .thumbnail-news {
    max-width: 20%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more {
    font-weight: 400;
    font-style: italic;
    color: #432100;
    margin-top: 5px;
    padding: 4px 26px;
    background: #ff7f00;
    font-size: 14px;
    position: relative;
    float: right;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.content-inside .content-news .content-news-item-content .content-news-read-more .content-news-read-more-icon {
    display: none;
}

.content-inside .content-news .content-news-item-content .content-news-read-more:hover,
.content-inside .content-news .content-news-item-content .content-news-read-more:focus {
    color: #fff;
    background: #432100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/************* CONTENT SUBPAGE **************/

.content-subpage-header {
    margin: 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d5d5d5;
}

.content-subpage-header h1 {
    font-weight: 100;
    font-size: 30px;
}

.content-subpage-utilities,
.content-subpage-utilities a {
    font-size: 12px;
    color: #595959;
}

.content-subpage-utilities&gt;div {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #DFDFDF;
}

.content-subpage-utilities&gt;div:first-child,
.content-subpage-utilities&gt;.clearfix {
    padding: 0;
    margin: 0;
    border-left: none;
}

.content-subpage-utilities a {
    padding-left: 5px;
}

.content-subpage-utilities a:hover {
    color: #333;
}

.content-subpage-text {
    overflow: hidden;
}

.content-homepage {
    padding-top: 30px;
}

.subpage-separator {
    height: 1px;
    background: #EBEBEB;
    margin: 30px 0;
}

.subpage-header {
    text-align: center;
    font-weight: 100;
    margin-bottom: 26px;
}


/************ CONTENT GALLERIES LIST *******/

.content-gallery-item-utilities {
    font-size: 12px;
    color: #595959;
}

.content-galleries&gt;div {
    margin-bottom: 15px;
}

.content-galleries .thumbnail {
    -webkit-box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    outline: none;
    padding: 5px;
}

.content-galleries .thumbnail:hover {
    /*background:#fbf3c7;*/
    /*background:rgb(146,96,91);
	border:1px solid rgb(146,96,91);
	outline:none;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.content-galleries h4 {
    margin-top: 0;
}

.image-overlay {
    position: relative;
}

.image-overlay .image-overlay-mask {
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.image-overlay:hover .image-overlay-mask {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.image-overlay-mask a {
    display: block;
    width: 100%;
    height: 100%;
}

.image-overlay-mask span {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
}

@media (max-width: 767px) {
    .content-galleries&gt;div {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}


/********** CONTENT GALLERY IMAGES ***********/

.fr-window canvas {
    left: -3000px!important;
}

.fr-window-fresco .fr-close .fr-close-icon {
    width: 23px;
    height: 23px;
}

.fr-close {
    right: 25px;
}

.gallery-images&gt;div&gt;div {
    margin-bottom: 20px
}

.gallery-images .thumbnail {
    -webkit-box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
}

.gallery-images .thumbnail:hover,
.gallery-images .thumbnail:focus {
    /*background:#fbf3c7;*/
    background: rgb(146, 96, 91);
    border: 1px solid rgb(146, 96, 91);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-images .thumbnail:after {
    display: none;
}

.gallery-images .thumbnail:hover:after {
    width: 0%;
}


/************ CONTENT ATTACHMENTS LIST *******/

.content-attachments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-attachments li {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.content-attachments .att-title {
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.content-att-item-utilities {
    font-size: 12px;
    color: #595959;
    margin-bottom: 10px;
}


/*********************************************
************* POSITION INSIDETOP *************
*********************************************/


/*********************************************
*********** POSITION INSIDEBOTTOM ************
*********************************************/

.eventslist-day {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
}

.eventslist-event {
    margin-bottom: 5px;
    overflow: hidden;
}

.eventslist-event p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #B8ACA5;
}

.eventslist-event h4 {
    margin-top: 0;
}


/*********************************************
***** POSITION BOTTOMFIRST BOTTOMSECOND ******
*********************************************/


/*.position-bottom-first-second {
	
}

.position-bottom-first-second &gt; div {
	
}*/

.position-bottom-first-second&gt;.col-lg-6 {
    /*padding:0;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .position-bottom-first-second&gt;.col-lg-6 {
        padding-right: 0;
    }
    .position-bottom-first-second&gt;.col-lg-6:first-child {
        padding-left: 0
    }
}


/*
.counter h4 {
	margin: 0 0 5px 0;
}*/

.addon-box-inside-bottom.counter {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
    border-radius: 2px;
    padding: 13px;
    min-height: 140px;
}

.addon-box-inside-bottom.counter h4 {
    margin: 0 0 5px 0;
}

.counter p {
    margin-bottom: 2px;
}


/*********************************************
******* POSITION LEFTFIRST LEFTSECOND ********
*********************************************/

.position-right-container {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .position-side-left {
        padding-left: 0;
        padding-top: 10px;
    }
    .position-side-right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .content {
        padding-left: 0;
        padding-right: 0;
    }
    .position-side-left {
        padding-right: 30px;
    }
    .position-side-right {
        padding-left: 30px;
    }
}

.addon-box {
    overflow: hidden;
    padding: 20px;
}

.addon-box .addon-box-header {
    /*margin-top:0;*/
    margin-top: -5px;
    margin-bottom: 18px;
    color: #785511;
    font-weight: 100;
    font-size: 20px;
    line-height: 32px;
    border-bottom: 1px solid #acacac;
    text-align: center;
}

.addon-box.addon-box-side-right .addon-box-header {
    color: #785511;
}

.addon-box-side-right,
.addon-box-side-right p {
    color: #585858;
}

.addon-box .addon-box-content a {
    max-width: 100%;
}

.addon-box .addon-box-content img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.addon-box.addon-box-side-left {
    margin-bottom: 15px;
}

.addon-box-side-left.textmodule {
    border-top: 5px solid #ffbc53;
}

.position-side-right .addon-box {
    border-top: 5px solid #ffbc53;
    margin-bottom: 15px;
}


/*************** MENU ************************/

.addon-box .sf-menu,
.addon-box .sf-menu ul {
    list-style: none;
}

.addon-box.menu-box {
    margin-bottom: 35px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 0px;
    border-top: 5px solid #ffbc53;
}

.addon-box .sf-menu {
    margin: 0;
    padding: 0;
}

.addon-box .sf-menu a {
    color: #785511;
    display: block;
}

.addon-box .sf-menu&gt;li&gt;a {
    font-weight: 600;
    font-size: 16px;
    background: url(../images/menu-left-arrow.png) left center no-repeat;
    padding-left: 20px;
}

.addon-box .sf-menu&gt;li {
    padding: 7px 5px 7px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #c4c4c4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.addon-box .sf-menu&gt;li:last-child {
    border: none;
}


/*.addon-box .sf-menu &gt; li:hover {
	background: #b69470;

	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}*/

.addon-box .sf-menu a:hover,
.addon-box .sf-menu a:focus {
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: underline;
}

.addon-box .sf-menu ul {
    margin: 0;
    padding: 0 10px 10px 21px;
}

.addon-box .sf-menu ul ul {
    left: 0!important;
    padding: 0px 10px 0px 10px;
}

.addon-box .sf-menu ul li a {
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 0;
    line-height: 16px;
}

.addon-box .sf-menu .glyphicon {
    top: -1px;
    font-size: 9px;
    color: #b3b3b3;
}


/************ Survey *******************/

.addon-box-side-left.surveymodule {
    padding-top: 8px;
    /*padding-right: 0;*/
    /*padding-left: 0;*/
    border-top: 5px solid #ffbc53;
}

.addon-box-side-left.surveymodule .addon-box-header {
    color: #585858;
    font-weight: 100;
    font-size: 19px;
    padding: 1px 5px 2px 1px;
    margin-left: -1px;
    border-bottom: 1px solid #a7a3b5;
    text-align: center;
}

#surveymodule {
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
}

.addon-box-side-left.surveymodule legend,
.addon-box-side-left.surveymodule label {
    color: #000;
    border: none;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.addon-box-side-left.surveymodule .surveymodule-buttons {
    text-align: center;
}

.addon-box-side-left.surveymodule .btn {
    background: #575757;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.addon-box-side-left.surveymodule .btn:hover {
    background: #000;
    /*-webkit-box-shadow:inset 0 0 10px 2px #676903;
	box-shadow:inset 0 0 10px 2px #676903;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.flash-error,
.flash-success {
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    background: rgb(226, 70, 70);
    text-align: center;
}

.flash-success {
    background: rgb(57, 119, 27);
}


/***************** SEARCH *******************/

.search {
    padding-top: 25px;
}

@media (min-width: 992px) {
    .search {
        padding-right: 0;
        padding-top: 3px;
    }
}

#search-form {
    position: relative;
}

#search-form label {
    display: none;
}

#search-input {
    background: #f1f1f1;
    padding: 7px 29px 5px 8px;
    width: 100%;
    color: #000;
    border: 2px solid #f1f1f1;
    border-radius: 40px;
    height: 34px;
    font-size: 13px;
    outline: 0;
    /*-webkit-box-shadow:none;*/
    /*box-shadow:none;*/
    box-shadow: 1px 2px 0px 0 #acacac;
    -webkit-box-shadow: 1px 2px 0px 0 #acacac;
}

#search-input:focus {
    border: 2px solid #927453;
    outline: 0;
}

#search-form button {
    height: 33px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    padding-left: 7px;
    background: transparent;
    border: none;
}

#search-form button span {
    color: #863100;
}


/*********************************************
*************** POSITION BOTTOM **************
*********************************************/


/*********************************************
******************* FOOTER *******************
*********************************************/

.footer-wrapper {
    background: #ffbc53;
    width: 100%;
}

.footer,
.footer p,
.footer a {
    color: #000;
}

.footer {
    margin-top: 20px;
    /*border-top:1px solid #748152;*/
}

.footer&gt;div {
    padding: 15px;
}


/*********************************************
******************* CALENDAR *****************
*********************************************/

.nc-header,
.weekdays,
.week {
    display: flex;
    justify-content: space-between;
}

.weekdays div {
    text-align: center;
}

.weekdays div {
    min-width: 13.5%;
    max-width: 14.2857vw;
    margin: 1px;
    padding: 3px 0;
}

.nc-header,
.nc-body {
    border: none;
    width: 100%;
}

.nc-header tr,
.nc-body tr,
.nc-header td,
.nc-body td {
    border: none;
}

.nc-header {
    margin: 5px 0;
}

.nc-header a {
    background: url(../images/arrows-gray.png) no-repeat 0 100%;
    height: 16px;
    display: block;
    width: 16px;
}

.nc-header a.back-mth {
    background-position: 0 -32px;
}

.nc-header a.fwd-mth {
    background-position: 0 -16px;
}

.nc-header a.fwd-yr {
    background-position: 0 0;
}

.nc-header .monthname,
.nc-header .yearname,
.nc-body .dayname {
    font-weight: bold;
}

.today {
    font-weight: bold;
}

.today ul li {
    font-weight: normal;
}

.nc-day {
    position: relative;
    min-width: 13.5%;
    max-width: 14.2857vw;
    margin: 1px;
    padding: 3px 0;
    text-align: center;
}

ul.nc-items {
    background: url(../images/opacity.png) repeat;
    position: absolute;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: 15px !important;
    font-size: 0.8em;
    line-height: 1.1em;
    margin: 0;
    padding: 5px 10px;
    width: 180px;
    list-style: none;
    border: 1px solid #000;
    text-align: left;
    z-index: 100;
    box-shadow: 0 0 8px #333;
    border-radius: 5px;
    display: none;
}

.week1 ul.nc-items,
.week2 ul.nc-items {
    top: 15px !important;
    bottom: auto !important;
}

.weekday1 ul.nc-items {
    left: 0 !important;
}

.weekday2 ul.nc-items {
    left: -100% !important;
}

.weekday3 ul.nc-items {
    left: -200% !important;
}

.weekday4 ul.nc-items {
    left: -250% !important;
}

.weekday5 ul.nc-items {
    right: -200% !important;
}

.weekday6 ul.nc-items {
    right: -100% !important;
}

.weekday7 ul.nc-items {
    right: 0 !important;
}

.nc-day ul.nc-items li {
    padding: 3px 5px;
}

.nc-day ul.nc-items li a {
    background: none;
    display: block;
    color: #fff;
}

.nc-day ul.nc-items li a:hover {
    color: yellow;
}

.nc-day:hover ul.nc-items {
    display: block;
}

div.hasitems {
    cursor: pointer;
    background: url(../images/dot.png) no-repeat 50% 100%;
}

.bgimgcall {
    display: none;
}

.calendar {
    /*background:#3B0518 url(../images/box-bg-fiolet.jpg) !important;*/
    /*border:none !important;*/
}

.nc-body .week div {
    background: #000;
    color: #fff;
    border-radius: 3px;
}

.nc-body div.hasitems {
    background: #5d452b;
    border-radius: 3px;
    color: #c8c886;
}

.nc-body div.outofmonth {
    background: none;
    color: #9E866F;
}

.nc-body div.today {
    font-size: 15px;
    background: #5d452b;
    color: #c8c886;
}

.nc-header a {
    background: url(../images/arrows-gray.png) no-repeat;
    background-position: -2px -49px;
    width: 12px;
    height: 14px;
}

.nc-header a.back-mth {
    background-position: -2px -33px;
}

.nc-header a.fwd-mth {
    background-position: -2px -17px;
}

.nc-header a.fwd-yr {
    background-position: -2px -1px;
}

.nc-day ul.nc-items li a {
    font-size: 12px;
}

.nc-day ul.nc-items li a:hover {
    text-decoration: underline;
}


/*********************************************
******************* MODAL ********************
*********************************************/

.modal-content {
    background: #41241C;
    color: #fff;
    border: 1px solid #41241C;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body p,
.modal-body div,
.modal-body ul,
.modal-body li {
    color: #fff
}

.modal-footer {
    border-top: 1px solid #664B46;
}


/*********************************************
******************* PAGINATOR ********************
*********************************************/

.pagin {
    margin-top: 10px;
}

.pager li&gt;a,
.pager li&gt;span {
    border: none;
    background: none;
    color: #1b0e02;
    font-size: 15px;
}

.pager li.active&gt;a,
.pager li&gt;a:hover,
.pager li&gt;a:focus {
    background: none;
    color: #6e4f10;
    text-decoration: underline;
}


/*********************************************
******************* CONTACT FORM ********************
*********************************************/

.form-control.error {
    color: #fff;
    background: rgb(226, 70, 70);
    border: 1px solid rgb(226, 70, 70);
}

form label {
    font-weight: 100;
}

form label.required {
    font-weight: bold;
}

form label span.required {
    color: red;
}

pre {
    display: none;
}

.addon-box.clock {
    height: 290px;
}

@media (min-width: 768px) {
    .addon-box.clock {
        height: 330px;
    }
}

@media (min-width: 992px) {
    .addon-box.clock {
        height: 185px;
    }
}

@media (min-width: 1200px) {
    .addon-box.clock {
        height: 150px;
    }
}

.addon-box .clock {
    display: block;
}

#clock-inner {
    padding: 0 50px;
}</pre></body></html>