body
{
    font-family: Arial, Verdana, Tahoma;
    margin: 0px;
    padding: 0px;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #3c3d3e;
}
#container
{
    overflow: visible;
    width: 982px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
#container_content
{
    width: 982px;
    min-height: 1500px;
    overflow: auto;
    position: relative;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 10px 0px #999999;
    box-shadow: 0 0 10px 0px #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#left 
{
    width: 290px;
    float: left;
    background-color: #ffffff;
}
    #left_logo
    {
        width: 290px;
        float: left;
        padding: 0px;
        margin: 25px 0px 0px 0px;
    }
        #left_logo a
        {
            float: left;
            width: 100%;
            text-align: center;
        }
    #left_menu
    {
        width: 100%;
        float: left;
        background-color: #dab545;
        background-image: linear-gradient(left , #e6c932 0%, #dab545 100%);
        background-image: -o-linear-gradient(left , #e6c932 0%, #dab545 100%);
        background-image: -moz-linear-gradient(left , #e6c932 0%, #dab545 100%);
        background-image: -webkit-linear-gradient(left , #e6c932 0%, #dab545 100%);
        background-image: -ms-linear-gradient(left , #e6c932 0%, #dab545 100%);

        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(0, #e6c932),
                color-stop(1, #dab545)
        );
    }
        #left_menu ul
        {
            width: 100%;
            float: left;
            padding: 25px 0px 25px 0px;
            margin: 0px;
        }
        #left_menu li.first_level
        {
            width: 215px;
            margin: 0px 0px 0px 25px;
            list-style: none;
        }
        #left_menu li.first_level:hover
        {
            background-image: url('../img/menu_arrow.png');
            background-repeat:  no-repeat;
            background-position: 0px 6px;
        }
        #left_menu a.first_level
        {
            width: 100%;
            display: block;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
            padding: 6px 0px 6px 25px;
            margin: 2px 0px 2px 0px;
            color: #ffffff;
            /*text-transform: uppercase;*/
        }
        #left_menu li.second_level
        {
            width: 200px;
            margin: 0px 0px 0px 25px;
            list-style: none;
        }
        #left_menu li.second_level:hover
        {
            background-image: url(../img/menu_arrow.png);
            background-repeat:  no-repeat;
            background-position: 0px 5px;
        }
        #left_menu a.second_level
        {
            width: 100%;
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 0px 5px 40px;
            margin: 2px 0px 2px 0px;
            color: #ffffff;
        }
        #left_menu a.selected
        {
            color: #343434;
            background-color: #ffffff;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }
        #left_menu span
        {
            font-size: 14px;
            padding: 3px 10px 0px 15px;
            float: left;
            font-weight: bold;
        }
    #left_news
    {
        width: 240px;
        float: left;
        padding: 15px 25px 20px 25px;
        border-bottom: 0px solid #dddddd;
    }
        #left_news h2
        {
            margin: 0px 0px 0px 0px;
            font-size: 24px;
            font-weight: bold;
        }
        #left_news h3
        {
            margin: 15px 0px 0px 0px;
            font-size: 12px;
            font-weight: bold;
        }
        #left_news p
        {
            padding: 0px 0px 0px 0px;
            margin: 3px 0px 0px 0px;
        }
    #left_facebook
    {
        width: 240px;
        float: left;
        background-color: #ffffff;
        padding: 0px 25px 25px 25px;
    }
        #left_facebook h2
        {
            margin: 0px 0px 0px 0px;
            font-size: 24px;
            font-weight: bold;
        }
        #left_facebook a
        {
            float: left;
            margin: 15px 5px 0px 0px;
        }
#right
{
    width: 692px;
    float: left;
    margin-left: 0px;
    border-left: 0px solid #dddddd;
}
    #image
    {
        width: 692px;
        float: left;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }
        #image img
        {
            width: 100%;
            float: left;
            padding: 0px;
            margin: 0px;
        }
    #welcome
    {
        width: 647px;
        float: left;
        margin-top: 0px;
        padding: 20px 25px 20px 20px;
        background-color: #dab545;
    }
        #welcome h1
        {
            margin: 0px;
            padding: 0px;
            color: #ffffff;
            font-size: 20px;
            font-weight: bold;
        }
        #welcome h2
        {
            margin: 5px 0px 0px 0px;
            padding: 0px;
            color: #ffffff;
            font-size: 14px;
            font-weight: normal;
        }
    #navigate
    {
        width: 672px;
        float: left;
        margin-top: 0px;
        padding: 15px 0px 15px 20px;
        background-color: #dab545;
    }
        #navigate span
        {
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            font-size: 12px;
            font-weight: normal;
        }
        #navigate a
        {
            color: #ffffff;
            font-size: 12px;
            font-weight: normal;
        }
#footer
{
    width: auto;
    margin-top: -50px;
    padding-top: 90px;
    background-color: #c1c1c1;
}
    #footer p
    {
        text-align: center;
        margin: 10px 0px 0px 0px;
        padding: 0px;
    }
    #footer p.contact
    {
        color: #343434;
        font-size: 16px;
        line-height: 21px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #footer p.title
    {
        color: #343434;
        font-size: 34px;
        margin: 30px 0px 30px 0px;
    }
    #footer p.copy
    {
        font-size: 10px;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    #footer a
    {
        margin: 0px;
        padding: 0px;
        font-size: 10px;
    }
#slider
{
    width: 982px;
    margin-left: auto;
    margin-right: auto;
}
    #slider td
    {
        height: 90px; 
        text-align: center; 
        vertical-align: middle;
    }
    #slider img
    {
        border: 0px;
        margin: 0px;
    }
.bold
{
    font-weight: bold;
}
.normal
{
    font-weight: normal;
}
.white
{
    color: #ffffff;
}
.grey
{
    color: #4c5359;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.align_left
{
    text-align: left;
}
.align_right
{
    text-align: right;
}
.align_center
{
    text-align: center;
}
.full_width
{
    width: 100%;
}        
.link_bt
{
    font-size: 12px;
    padding: 5px 18px 5px 10px;
    text-decoration: none;
    border: 0px solid #ffffff;
    margin-top: 10px;
    background-image: url(../img/go.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link_bt_back
{
    font-size: 12px;
    padding: 5px 10px 5px 18px;
    text-decoration: none;
    border: 0px solid #ffffff;
    margin-top: 10px;
    background-image: url(../img/go_back.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link_bt_notext
{
    width: 16px;
    height: 16px;
    float: left;
    text-decoration: none;
    border: 0px solid #ffffff;
    background-image: url(../img/go.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link_bt_notext_back
{
    width: 16px;
    height: 16px;
    float: left;
    text-decoration: none;
    border: 0px solid #ffffff;
    background-image: url(../img/go_back.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.img_border
{
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: #ffffff;
    float: left;
    margin: 0px 8px 0px 0px;
    -moz-box-shadow: 0 0 5px 0px #dddddd;
    box-shadow: 0 0 5px 0px #dddddd;
}
.img_border_gallery
{
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: #ffffff;
    float: left;
    margin: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 5px 0px #dddddd;
    box-shadow: 0 0 5px 0px #dddddd;
}
.color_01
{
    color: #dab545;
}
.color_02
{
    color: #0255a1;
}
.bg_color_01
{
    background-color: #dab545;
}
.bg_color_02
{
    background-color: #0255a1;
}


p
{
    color: #4c5359;
    font-size: 12px;
}
a
{
    color: #4c5359;
    font-size: 12px;
}

hr {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    margin: 15px 0px;
}
.hide {
    display: none;
}
.cookies {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 0 30px 0;
    background-color: #ffffff;
    z-index: 10;
    -moz-box-shadow: 0 0 10px 0px #95928f;
    box-shadow: 0 0 10px 0px #95928f;
}

.consents {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 920px;
}
    .consents h2 {
        margin-bottom: 5px;
    }
    .consents p {
        margin: 10px 0px 10px 0px;
    }
    .consents button {
        border: none;
        font-size: 16px;
        padding: 10px 13px 10px 13px;
        text-decoration: none;
        margin-top: 15px;
        cursor: pointer;
    }
.consent {
    float: left;
    width: 100%;
}
    .consent p {
        margin: 0px;
        line-height: 23px;
    }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .1s;
  transition: .1s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .1s;
  transition: .1s;
}

input:checked + .slider {
  background-color: #0255a1;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0255a1;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}