body {
    margin: 0;
    line-height: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0;
}

#menu01 {
    padding-top: 20px;
    padding-bottom: 25px;
    height: 45px;
    margin-right: 20px;
    margin-left: 20px;
}

#menu01 ul {
    margin: 0px;
}

#menu01 li {
    list-style-type: none;
}

#menu01 a {
    text-decoration: none;
    padding-top: 15px;
    padding-left: 40px;
    float: left;
    color: #101410;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Georgia;
}

#menu01 a:hover {
    text-decoration: none;
    color: #ffffff;
}

.menu_lev2act a {
    color: #ffffff !important;
}

#content_4 {
    padding-top: 5px;
}

#content_6 {
    padding-bottom: 20px;
}

#side_button:hover {
    background: #2da9e7 !important;
}

#side_button:active {
    background: #0076b2 !important;
}

#table_5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#menu02 {
    width: 200px;
    padding-top: 15px;
    margin-left: 50px;
}

#menu02 ul {
    margin: 0px;
}

#menu02 li {
    list-style-type: none;
}

#menu02 a {
    text-decoration: none;
    padding-top: 15px;
    padding-left: 40px;
    float: left;
    color: #101410;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Georgia;
}

#menu02 a:hover {
    text-decoration: none;
    color: #ffffff;
}

.menu_lev3act a {
    color: #ffffff !important;
}

#content_10 a,
#content_11,
#content_12,
#content_13 {
    color: #ffffff;
}

#menu01 .menu_lev3 {
    display: none !important;
}

.button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
}

.blue {
    background: #5378c3;
    background: -moz-linear-gradient(top, #6686c7 0%, #6686c7 54%, #5378c3 55%, #5378c3 100%);
    background: -webkit-linear-gradient(top, #6686c7 0%, #6686c7 54%, #5378c3 55%, #5378c3 100%);
    background: -o-linear-gradient(top, #6686c7 0%, #6686c7 54%, #5378c3 55%, #5378c3 100%);
    background: -ms-linear-gradient(top, #6686c7 0%, #6686c7 54%, #5378c3 55%, #5378c3 100%);
    background: linear-gradient(top, #6686c7 0%, #6686c7 54%, #5378c3 55%, #5378c3 100%);
    float: left;
}

.green {
    background: #75d276;
    background: -moz-linear-gradient(top, #8dd98c 0%, #8dd98c 54%, #75d276 55%, #75d276 100%);
    background: -webkit-linear-gradient(top, #8dd98c 0%, #8dd98c 54%, #75d276 55%, #75d276 100%);
    background: -o-linear-gradient(top, #8dd98c 0%, #8dd98c 54%, #75d276 55%, #75d276 100%);
    background: -ms-linear-gradient(top, #8dd98c 0%, #8dd98c 54%, #75d276 55%, #75d276 100%);
    background: linear-gradient(top, #8dd98c 0%, #8dd98c 54%, #75d276 55%, #75d276 100%);
    float: right;
}

.button a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.button a:hover {
    text-decoration: underline;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.preview_album {
    display: table;
    width: 100%;
    border-bottom: 1px solid #64c867;
}

.preview_album div {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0;
}

.preview_album div:first-child {
    width: 200px;
    text-align: center;
}

.preview_album div:first-child {
    padding: 25px 10px;
}

h1 {
    line-height: 32px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.photo_block {
    display: block;
    float: left;
    width: 190px;
    height: 190px;
    margin: 10px 5px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 190px auto;
    background-position: center center;
    text-indent: -9999px;
    border: 1px solid #eeeeee;
}

.photo_block a {
    display: block;
    width: 200px;
    height: 200px;
}


/* Main MENU */

.block_mainMenu {
    margin-top: 40px;
}

.block_mainMenu #main_menu {
    min-height: 36px;
}

#main_menu.hor {
    display: table;
    margin: 0 auto;
    width: 960px;
    height: 60px;
    border-collapse: collapse;
    /*background: url('/templates/index/img/menu_background.png') no-repeat center center transparent;*/
}

#main_menu.hor li {
    position: relative;
}

#main_menu.hor li a {
    display: block;
    text-decoration: none;
}

#main_menu.hor li:hover > a {
    text-decoration: underline;
}

#main_menu.hor li.lev0 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}

#main_menu.hor li.lev0:hover {}

#main_menu.hor li.lev0:first-child {}

#main_menu.hor li.lev0:first-child:hover {}

#main_menu.hor li.lev0:last-child a:after {
    display: none;
}

#main_menu.hor li.lev0:last-child:hover {}

#main_menu.hor li.lev0 > a {}

#main_menu.hor li.act,
#main_menu.hor li:hover {}

#main_menu.hor li.lev0:hover > a {
    color: #ffffff;
}

#main_menu.hor .show_drop {
    display: none;
    left: 0;
    margin: 0;
    min-width: 150px;
    padding: 0px 0 0;
    position: absolute;
    top: calc(100% - 6px);
    white-space: nowrap;
    z-index: 6000;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

#main_menu.hor .show_drop .show_drop {
    left: 100%;
    top: 0;
}

#main_menu.hor li:hover > .show_drop {
    display: block;
}

#main_menu.hor .show_drop li:first-child {
    padding-top: 10px;
}

#main_menu.hor .show_drop li:last-child {
    padding-bottom: 10px;
    border: 0;
}

#main_menu.hor .show_drop li:last-child a {}

#main_menu.hor .show_drop li {
    display: block;
    text-align: left;
    padding: 0 15px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(220, 221, 223, 0.31);
}

#main_menu.hor .show_drop li a {
    color: #101410;
    font-weight: 400;
    display: block;
    /* font-size: 0.9rem; */
    padding: 5px 0px;
    /* text-transform: uppercase; */
    text-decoration: none;
}

#main_menu.hor .show_drop li a:hover {
    color: #0990d4;
}

#main_menu.hor li.lev0 > a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    line-height: 1.25rem;
}

#main_menu.hor li.lev0 > a:hover {}

#main_menu.hor > li.lev0:first-child > a {
    padding: 0 20px;
}

#main_menu.hor > li.lev0:last-child > a {}

#main_menu.hor li.lev0 > a::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

#main_menu.hor li.lev0 > a > span {
    display: inline-block;
    padding: 0 0px;
    vertical-align: middle;
    font-family: Georgia;
}

#main_menu.hor li.lev0:hover > a {}

#main_menu.hor li.lev0:last-child {}

#main_menu.hor li.lev0 > a:hover,
#main_menu .lev0.act a,
#main_menu.hor li.lev0.act > a {}

#main_menu.hor li.lev0 {
    position: relative;
    min-width: 100px;
}

#main_menu.hor li.lev0:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
}

#main_menu.hor li.lev0:hover:after {}

#content_3 {
    display: none
}

#content_18 {
    margin: 15px auto;
}

.intro{
background:url('/templates/index/img/bgContent.jpg') no-repeat top center transparent;
background-size:cover;
border-radius:20px;
overflow:hidden;
}

.intro>div{padding: 15px 0 20px;background-color: rgba(255,255,255,0.6);}

.intro h3{background-color: rgba(255,255,255,0.5);text-align:center;padding:20px;margin: 0px 0;font-weight:normal;font-size: 28px;}
.intro p{
padding-left:30px;
padding-right:30px;
}
 h3{font-size:28px;text-align:center;font-weight:normal;line-height: 32px;}
.hide{
display:none;
}
.hide p{
margin:0;
padding:0;
}

.drop{position:relative;text-decoration:underline;padding: 0 20px 0 0;}

.drop:hover{
text-decoration:none;
}
.drop.up:after, .drop.down:after{border: 6px solid transparent;content:"";display:block;/* width: 9px; *//* height: 9px; */border-top: 8px solid #5378c3;position: absolute;right: 0;top: 50%;margin: 0;margin-top: -3px;}
.drop.down:after{

}

a, a:visited{
color:#5378c3;
}

p{
margin:5px 0;
}

