

@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,800,600,500,300,200,100);



html {
    height: 100%;
}

body {
    height: 100%;
    background-color: ;
}

input, textarea {
    color: black !important;
    background-color: #fff !important;
}

#frontend {
    
}


    #header {
        
        
    }



    #footer {
        background-color: ;
        
    }


#column {
    
    
}



    #contents {
        background-color: ;
        
    }




#frontend a:not(.controls):link,
#frontend a:not(.controls):visited {
    color: Blue;
}

#frontend a:not(.controls):hover,
#frontend a:not(.controls):active {
    color: Blue;
    text-decoration: none;
}

#frontend p:not(.controls),
#frontend td:not(.controls),
#frontend span:not(.controls):not(.glyphicon),
#frontend a:not(.controls),
#frontend label:not(.controls) {


}


p, td, a, h1, h2, h3, label, li, div, div b,
body.cke_editable_themed {
    /*font-size: 1.2em;*/
    font-size: 14px;
    color: #000;
    
        font-family: Raleway;
    
}


body.cke_editable_themed {
    
}

p, td, span, a, label, button, select, input {
    line-height: 18px;
}


.widget-form-table tr.wrap {
    border-top: 1px solid #ccc;
}

.menu-submenu a {
  border-bottom: 1px solid #ccc;
}

.attachmentbox li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

#frontend h1:not(.controls) {
    font-size: 3em;
    margin: 0px;
}


#frontend h2:not(.controls) {
    font-size: 1.5em;
    margin: 0px;
    line-height: 1.3em;
}

#frontend h3:not(.controls) {
    font-size: 1.2em;
    margin: 0px;
    line-height: 1.3em;
}

#frontend p:not(.controls) {
    margin: 0px;
    width: 100%;
}

/*
#frontend div[widget-type="Menu"] ol a:link,
#frontend div[widget-type="Menu"] ol a:visited {
    color: Blue;
}

#frontend div[widget-type="Menu"] ol a:hover {
    background-color: DarkBlue;
    background-color: DarkBlue;
}
*/


#frontend a.title:not(.controls) {
    font-size: 1.3em;
}


.bx-wrapper .bx-controls-direction a {
  color: White  !important;
  width: 42px;
  height: 42px;
}


.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
    background-image:none;
    background-color: Blue !important;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:active,
 .bx-wrapper .bx-prev.active{
    background-color: Blue  !important;
}


.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:active,
.bx-wrapper .bx-prev.active {
    background-image: none,
    background-color: DarkBlue  !important;
}

#frontend .bx-wrapper {
  border:  none;
}

/* NAVIGATION MENU */

.sm-simple, .sm-simple ul {
    border: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
}

ul.sm:not(.submenu),
ul.sm:not(.submenu) ul:not(.submenu) {
    background-color: transparent !important;
}


ul.sm li, .menu-button {
    background-color: Blue;
}

#frontend a.menu-button:not(.controls) {
    color: White;
    font-family: Raleway;
}

/*#frontend a.menu-button:not(.controls):hover,
#frontend a.menu-button:not(.controls):active {
    background-color: DarkBlue;
    color: White !important;
    text-decoration: none;
}*/

#frontend  ul.sm li a:not(.controls):link,
#frontend  ul.sm li a:not(.controls):visited {
    color: White;
    font-size: 1em;
}

#frontend .sm-simple a.highlighted,
#frontend  .sm-simple a:hover,
#frontend  .sm-simple a:active,
#frontend  .sm-simple a.active {
    background-color: DarkBlue;
    color: White !important;
}

@media screen and (min-width: 768px) {
    .sm-simple > li {
      border-left: 1px solid White !important;
    }

    .sm-simple:not(.sm-simple-vertical)  ul > li {
      border-top: 1px solid White !important;
    }
}

/* sub item */
.sm-simple:not(.sm-simple-vertical) li ul.sm-nowrap li {
    text-align: left;
    width: 100%;
}


.sm-simple:not(.sm-simple-vertical) li ul.sm-nowrap li:last-child {
    border-bottom: 0px;
}


.sm-simple-vertical li:last-child {
    border-right: 0px;
}

ul.sm-nowrap ul.sm-nowrap {
    border-left: 1px solid #fff;
}



/* FOOTER MENU */

.menu-footer {
    background-color: Blue;
}

.menu-footer  a:not(.controls):link,
.menu-footer a:not(.controls):visited {
    color: White !important;
    font-weight: bold;
}

.menu-footer  a.highlighted,
.menu-footer  a:hover,
.menu-footer  a:active,
.menu-footer  a.active {
    background-color: transparent !important;
}

.menu-footer a[level="0"]:not(.controls) {
    font-size: 1.1em;
    padding-bottom:5px;
    margin-bottom: 7px;
    width: 100%;
    display: inline-block;
}
.menu-footer a[level="1"]:not(.controls) {
    padding-left: 5px;
    font-weight: normal;
    margin-top: 10px;
    padding: 0px;
    font-size: 0.9em;
}

.menu-footer a[level="2"]:not(.controls) {
    padding-left: 10px;
    font-weight: normal;
}

.menu-footer a[level="3"]:not(.controls) {
    padding-left: 15px;
    font-weight: normal;
}

.search-btn {
    background-color: Blue;
    border: 1px solid  Blue;
    color: ;
}

.search-btn:hover,.search-btn:active,.search-btn.active {
    background-color: DarkBlue;
    border: 1px solid  DarkBlue;;
    color: ;
}
