a, b, big, blockquote, body, font, footer, h1, h2, h3, h4, h5, h6, header, html, img, label li, menu, nav, ol, p, section, small, span, sub, sup, table, tbody, td, tfoot, th, thead, ul, { border: 0; margin: 0; padding: 0;}
footer, header, menu, nav, section {display: block;}
b, strong {font-weight: bold;}
img {color: transparent; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; max-width: 100%;}
ol, ul {list-style: none;}
li {display: list-item;}
table {border-collapse: collapse; border-spacing: 0;}
th, td, caption {font-weight: normal; vertical-align: top; text-align: left;}
q {quotes: none;}
q:before, q:after {content: ''; content: none;}
sub, sup, small {font-size: 75%;}
sub,sup {line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg {overflow: hidden;}
a{list-style: none; text-decoration: none; color:#000;}
a:active{outline: none;}
a:focus{ outline: none;}
:focus {outline: 0;}
.clearfix{clear: both;}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #000;
    background-image:url(../images/background.jpg);
    margin:0 auto;
    width:100%;
}
.container {
    margin: 10px auto;
    max-width:900px;
    background: #fff9ac;
    padding: 10px 20px;
}
#nav-container{
    width: 900px;
    height: 80px;
    margin: 0;
    z-index: 1000;
    position: relative; 
    float: left;
}

#nav{
    height: 100%;
    list-style: none;
    max-width: 100%;
    float: right;
}

#nav > ul{
    display: block !important;
}

#nav li{
    float: left;
    position: relative;
    cursor: pointer;
}

#nav > ul > li > a{
    font: 13px 'Open Sans', Arial, sans-serif;
    padding: 30px 10px;
}

#nav > ul > li.current-menu-item > a, 
#nav > ul > li:hover > a{   
    background: #fff59c; 
}

#nav > ul > li > a{  
    text-transform: uppercase;
}

#nav > ul > li{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nav li a{
    float: none;
    display: block;
    font: 13px 'Open Sans', Arial, sans-serif;
    color: #000;  
}

#nav > ul > li.no-sub:hover{
    border-bottom: 4px solid #eee;
}


/* MAIN NAVIGATION SECOND LEVEL
----------------------------------------------------------------------------- */
#nav li ul{
    display: none;
    position: absolute; 
    margin: 0;
    top: 100%;
    left: -40px;
    z-index: 100;
    width: 100%;
}

#nav li ul li{
    background: #ffd16f;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#nav li ul li:hover{
    background: #dca735;
}

#nav li ul li a{
    text-transform: none !important;
    font: 13px 'Droid Sans', sans-serif;
    line-height: 15px;
    color: #000 !important;
    padding: 10px 15px !important; 

    transition-property: text-indent;
    transition-duration: 0.2s;
    -webkit-transition-property: text-indent;
    -webkit-transition-duration: 0.2s;
    -moz-transition-property: text-indent;
    -moz-transition-duration: 0.2s;
    -o-transition-property: text-indent;
    -o-transition-duration: 0.2s;
}

#nav li ul li:hover > a{
    text-indent: 3px;
    color: #000 !important;
    background: #dca735;
}

#nav li ul li, #nav li ul li a{
    float: none;
}

#nav li.current-menu-item ul li.current-menu-item{
    background: #f6f6f6;
}
 div{
    color: #000;
    font: 13px 'Open Sans', Arial, sans-serif;
    line-height: 22px;
}

a.read-more{
    float: right;
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    padding-top: 10px;
}

a.read-more span{
    padding-left: 5px;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #000;
    margin-bottom: 30px; 
}

h1{
    font: 36px  'Raleway', Arial, sans-serif;
    line-height: 38px;
}

h2{
    font: 32px 'Raleway', Arial , sans-serif;
    line-height: 34px;
}

h3{
    font: 26px 'Raleway', Arial, sans-serif;
    line-height: 28px;
}

h4{
    font: 22px 'Raleway', Arial, sans-serif;
    line-height: 24px;
}

h5{
    font: 18px 'Raleway', Arial, sans-serif;
    line-height: 22px;
}

h6{
    font: 16px 'Raleway', Arial, sans-serif;
    line-height: 20px;
}

#header-wrapper {
    width:100%;
}
#header{
    width:900px;
    margin:0 auto;
}
.page-content {
    min-height: 500px;
}
.page-content {
    float: left;
    margin: 0 auto;
    width: 100%;
}
#logo {
    max-width:100px;
}
.footer-page {
    background-color: #999;
    color: #fff;
    padding-bottom: 30px;
    zoom:1;
    display:block;
}
.footer-middle {
    position: relative;
}
.block {
    margin:0;
    position: relative;
}
#block-block-2 {
    float: left;
}
.footer-page  {width:100%;}
footer .menu {
    padding:0;
}
.footer-middle{
    max-width:900px;
    margin:0 auto;
}
.footer-middle {
    margin:10px auto;
}
#footer-block-1 {
    float:left;
    width:250px;
    top:0;
}

#footer-block-2 {
    float:left;
    width:220px;
    padding-top:40px;
}
#footer-block-3 {
    float:left;
    width:250px;
    padding-top:5px;
}
#footer {
    background:#fff9ac;
    position: relative;
    display:inline-block;
    bottom: 0;
    width: 100%;
    left:0;
    margin-top:20px;}
    .carousel .item > img {
        height:800px;
        margin:0 auto;
    }