/*GENERAL
===========================================*/
a,
button,
#offcanvas {
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
#lightbox-nav a {
    -webkit-transition: none;
    transition: none;
}
input:hover,
img:hover, 
a:hover, 
button:hover, 
input:focus,
img:focus, 
a:focus, 
button:focus {
  outline: none !important;
}
body {
    background: #fff;
    padding: 0;
}
#ark-navbar {
    display: none!important;
}
.uk-breadcrumb li a,
.uk-breadcrumb li span {
    color: #999;
}
#totop {
    background: rgba(243, 156, 17, 0.75);
    border: none;
    border-radius: 8px;
    bottom: 30px;
    color: #fff;
    height: 40px;
    line-height: 36px;
    position: fixed;
    right: 60px;
    width: 40px;
}
#totop:hover {
    background: rgba(243, 139, 0, 1);
    color: #fff;
}
.mooupload_listview li div.optionsel {
    width: 60px;
}
.mooupload_listview li div.filesize {
    width: 110px;
}

.page-header {
    border-bottom: none;
    margin: 0;
}
.page-header h1, 
.page-header .uk-h1 {
    line-height: 30px;
    margin-bottom: 15px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f39c11;
  *background-color: #f39c11;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39c11), to(#F38B00));
  background-image: -webkit-linear-gradient(top, #f39c11, #F38B00);
  background-image: linear-gradient(to bottom, #f39c11, #F38B00);
  background-repeat: repeat-x;
  border-color: #F38B00 #F38B00 #f39c11;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39c11', endColorstr='#F38B00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #F38B00;
  *background-color: #F38B00;
}
.uk-button-primary {
  background-color: #0069A4;
  background-image: -webkit-linear-gradient(top, #006097, #0069A4);
  background-image: linear-gradient(to bottom, #006097, #0069A4);
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus,
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #006097;
}
#adminForm .form-horizontal .control-label {
    font-size: 20px;
    text-align: left;
    width: auto;
}
.category_field {
    display: none;
}
.search :-ms-input-placeholder {
  font-style: italic;
}
.search ::-moz-placeholder {
  font-style: italic;
}
.search ::-webkit-input-placeholder {
  font-style: italic;
}
#mod-search-searchword {
    width: 72%;
    border-radius: 0;
}
body > iframe {display: none!important;}
.pull-right.controls .dropdown-menu {
    z-index: 100;
}
.pagination ul {
    padding: 0;
}
.search #searchForm .phrases,
.search #searchForm .only,
.search .result-category {
    display: none!important;
}
.jwmain .jwvideo video {
    height: 100%!important;
    transform: none!important;
    width: 100%!important;
}
.jwmain .jwlogo,
.jwdisplayIcon .jwtext {display: none!important;}
#video-list .video_video,
#video-full .video_video{position: relative;}
#video-list .video_video>a{position: absolute; top: 0; width: 100%;}
#video-full .video_video>a{position: absolute; top: 0; width: 100%; height: 100%;}
#video-list .video_video>a img{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-height: 273px;
}
#video-full .video_video>a img{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#video-list .video_video .jwdisplayIcon,
#video-full .video_video .jwdisplayIcon {z-index: 100;}

/*HEADER
========================================*/
header {
    position: relative;
}
header #header-top {
    background-color: #fff;
    background-image: url("../img/header-bg.png");
    background-repeat: no-repeat;
    height: 200px;
    padding: 15px 0;
}
header #header-top #logo {
    display: block;
    width: 175px;
}
header #header-top #logo img {
    margin-top: 0;
}
.article_descr .uk-button, 
header #header-top .header_value .uk-button, 
header #header-top .header_callback .uk-button {
    background: #f39c11;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 21px;
    padding: 5px 0;
    text-align: center;
    text-shadow: none;
}
.article_descr .uk-button:hover,
.article_descr .uk-button:focus,
header #header-top .header_value .uk-button:hover,
header #header-top .header_value .uk-button:focus,
header #header-top .header_callback .uk-button:hover, 
header #header-top .header_callback .uk-button:focus {
    background: #fecc09!important;
    color: #2464bc!important;
}
footer #footer-bottom .footer_phone,
header #header-top .header_phone {
    height: 80px;
}
header #header-top .header_phone > div:first-child {
    display: table;
    float: left;
    height: 100%;
    width: 30%;
}
header #header-top .header_phone > div:last-child {
    float: left;
    width: 70%;
}
header #header-top .header_phone i {
    color: #ff9700;
    display: table-cell;
    font-size: 34px;
    text-align: center;
    vertical-align: middle;
}
header #header-top .header_phone a {
    color: #000;
    display: block;
    font-size: 27px;
    line-height: 11px;
    margin-top: 20px;
    text-align: right;
}
header #header-top .header_phone a:hover,
header #header-top .header_phone a:focus {
    text-decoration: none;
}
header #header-bottom {
    height: 40px;
    margin-top: -40px !important;
    z-index: 101;
}
header #header-bottom.uk-active {
    margin: 0!important;
    background: #eae8e9;
}
header #header-bottom .uk-navbar-nav:first-child > li:first-child > a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
header #header-bottom .uk-navbar{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}
header #header-bottom nav {
    margin-top: 0;
    background: none;
}
header #header-bottom nav ul.uk-navbar-nav {
    margin-top: 0;
    background: none;
    width: 100%;
    display: table;
}
header #header-bottom nav ul.uk-navbar-nav > li {
    height: 40px;
    padding: 0;
    display: table-cell!important;
    float: none;
    border-right: 1px solid #e1e1e1;
}
header #header-bottom nav ul.uk-navbar-nav > li > a {
    color: #3B3B3B;
    font-weight: bold;
    line-height: 42px;
    text-transform: uppercase;
    height: 40px;
    text-shadow: none;
    margin: 0;
    border: none!important;
    box-shadow: none!important;
    position: relative;
    text-align: center;
}
header #header-bottom nav ul.uk-navbar-nav > li > a {font-size: 14px; padding: 0 10px;}
header #header-bottom nav ul.uk-navbar-nav.admin_menu > li > a {font-size: 14px; padding: 0 10px;}
header #header-bottom nav ul.uk-navbar-nav > li.uk-parent > a::after {
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    font-size: 8px;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
}
header #header-bottom nav ul.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar {
    border-bottom: 3px solid #67992E; 
    padding: 0 15px;
    width: 275px;
    margin: 0;
}
aside .aside_menu li,
header #header-bottom nav ul.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar .uk-nav-navbar li {
    border-bottom: 1px solid #fff;
}
aside .aside_menu li:last-child,
header #header-bottom nav ul.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar .uk-nav-navbar li:last-child {
    border-bottom: none;
}  
aside .aside_menu li a,
header #header-bottom nav ul.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar .uk-nav-navbar li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}
aside .aside_menu li a:last-child,
header #header-bottom nav ul.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar .uk-nav-navbar li a:last-child{
    border-bottom: none!important;
}
aside .aside_menu li:hover a,
header #header-bottom nav ul.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar .uk-nav-navbar li:hover a {
    color: #fff;
    background: none;
}
aside .aside_menu > li.uk-active > a,
aside .aside_menu > li:hover > a,
aside .aside_menu > li > a:hover,
aside .aside_menu > li > a:focus,
aside .aside_menu > li.uk-open > a,
header #header-bottom .uk-navbar-nav .uk-dropdown li.uk-active > a,
header #header-bottom .uk-navbar-nav > li.uk-active > a,
header #header-bottom .uk-navbar-nav > li:hover > a,
header #header-bottom .uk-nav-navbar > li > a:hover,
header #header-bottom .uk-navbar-nav > li > a:focus,
header #header-bottom .uk-navbar-nav > li.uk-open > a {
    background: #ffffff!important;
    color: #f39c11!important;
}
header #header-bottom .uk-navbar > .uk-navbar-nav > li.uk-parent .uk-dropdown {
    padding: 0 15px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    background: #f39c11;
}
#mobile-wrap-menu #mobile_menu li a,
aside .aside_menu li a,
header #header-bottom .uk-navbar > .uk-navbar-nav > li.uk-parent .uk-dropdown li a {
    position: relative;
    overflow: hidden;
    color: #fff;
}
#mobile-wrap-menu #mobile_menu li:hover,
aside .aside_menu li:hover,
header #header-bottom .uk-navbar > .uk-navbar-nav > li.uk-parent .uk-dropdown li:hover {
    box-shadow: none;
}
#mobile-wrap-menu #mobile_menu li:hover a,
aside .aside_menu li:hover a,
header #header-bottom .uk-navbar > .uk-navbar-nav > li.uk-parent .uk-dropdown li:hover a {
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: none;
    color: #fff;
}
#mobile-wrap-menu #mobile_menu li:focus a,
aside .aside_menu li:focus a,
header #header-bottom .uk-navbar > .uk-navbar-nav > li.uk-parent .uk-dropdown li:focus a {
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}
#mobile-wrap-menu .tm-ripple,
aside .aside_menu li .tm-ripple,
header #header-bottom .uk-navbar > .uk-navbar-nav > li .tm-ripple {
  background: rgba(243, 156, 17, 0.6);
}
.tm-ripple {
  position: absolute;
  background: rgba(243, 156, 17, 0.7);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.tm-animate-ripple {
  -webkit-animation: ripple-animation 0.4s linear;
  animation: ripple-animation 0.4s linear;
}
@-webkit-keyframes ripple-animation {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}
@keyframes ripple-animation {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@media (min-width: 960px) {
  .tm-height-650 {
    min-height: 650px;
  }
}
aside .aside_menu {
    background: #f39c11;
    margin-bottom: 20px;
}
/*MAIN
==========================================*/
main {
    min-height: 550px;
    padding: 40px 0;
    background: #f9fafc;
    -webkit-box-shadow: 0px -40px 40px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    0px -40px 40px 1px rgba(255, 255, 255, 0.75);
    box-shadow:         0px -40px 40px 1px rgba(255, 255, 255, 0.75);
}
/*FOOTER
==========================================*/
footer {
    border-bottom: 3px solid #FF9700;
}
#footer-copyright {
    background: #f39c11;
    height: 40px;
}
#footer-copyright #copyright p {
    color: #fff;
    font-size: 11px;
    line-height: 39px;
    margin: 0;
}
#footer-copyright #developer a {
    color: #fff;
    font-size: 11px;
    line-height: 39px;
    text-align: right;
    display: block;
}
/*FORM
======================================================*/
.uk-modal-dialog {
    width: 400px;
}
.contact_page .uk-form-horizontal .uk-form-controls,
.article_form .uk-form-horizontal .uk-form-controls,
aside .aside_form .uk-form-horizontal .uk-form-controls,
.uk-modal .uk-form-horizontal .uk-form-controls {
    margin-left: 0;
}
.uk-modal fieldset {
    border: none;
} 
.contact_page h2, 
.contact_page .uk-h2,
aside .aside_form h2, 
aside .aside_form .uk-h2,
.uk-modal h2, 
.uk-modal .uk-h2 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
aside .aside_form h2, 
aside .aside_form .uk-h2 {
    color: #fff;
}
aside .aside_form .uk-form select, 
aside .aside_form .uk-form textarea, 
aside .aside_form .uk-form input:not([type]), 
aside .aside_form .uk-form input[type="text"], 
aside .aside_form .uk-form input[type="password"], 
aside .aside_form .uk-form input[type="datetime"], 
aside .aside_form .uk-form input[type="datetime-local"], 
aside .aside_form .uk-form input[type="date"], 
aside .aside_form .uk-form input[type="month"], 
aside .aside_form .uk-form input[type="time"], 
aside .aside_form .uk-form input[type="week"], 
aside .aside_form .uk-form input[type="number"], 
aside .aside_form .uk-form input[type="email"], 
aside .aside_form .uk-form input[type="url"], 
aside .aside_form .uk-form input[type="search"], 
aside .aside_form .uk-form input[type="tel"], 
aside .aside_form .uk-form input[type="color"] {
    width: 98%;
}
.contact_page .uk-form select, 
.contact_page .uk-form textarea, 
.contact_page .uk-form input:not([type]), 
.contact_page .uk-form input[type="text"], 
.contact_page .uk-form input[type="password"], 
.contact_page .uk-form input[type="datetime"], 
.contact_page .uk-form input[type="datetime-local"], 
.contact_page .uk-form input[type="date"], 
.contact_page .uk-form input[type="month"], 
.contact_page .uk-form input[type="time"], 
.contact_page .uk-form input[type="week"], 
.contact_page .uk-form input[type="number"], 
.contact_page .uk-form input[type="email"], 
.contact_page .uk-form input[type="url"], 
.contact_page .uk-form input[type="search"], 
.contact_page .uk-form input[type="tel"], 
.contact_page .uk-form input[type="color"],
.uk-modal .uk-form select, 
.uk-modal .uk-form textarea, 
.uk-modal .uk-form input:not([type]), 
.uk-modal .uk-form input[type="text"], 
.uk-modal .uk-form input[type="password"], 
.uk-modal .uk-form input[type="datetime"], 
.uk-modal .uk-form input[type="datetime-local"], 
.uk-modal .uk-form input[type="date"], 
.uk-modal .uk-form input[type="month"], 
.uk-modal .uk-form input[type="time"], 
.uk-modal .uk-form input[type="week"], 
.uk-modal .uk-form input[type="number"], 
.uk-modal .uk-form input[type="email"], 
.uk-modal .uk-form input[type="url"], 
.uk-modal .uk-form input[type="search"], 
.uk-modal .uk-form input[type="tel"], 
.uk-modal .uk-form input[type="color"] {
    width: 100%;
}
.contact_page .uk-button,
aside .aside_form .uk-button,
.uk-modal .uk-button {
    background: #FF9700;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 5px;
    padding: 5px 0;
    text-align: center;
    text-shadow: none;
    width: 100%;
}
aside .aside_form .uk-button {
    width: 99%;
}
.article_form .uk-button {
    background: #FF9700;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 5px;
    padding: 5px 0;
    text-align: center;
    text-shadow: none;
    width: 200px;
}
.contact_page .uk-button:hover, 
.contact_page .uk-button:focus,
.article_form .uk-button:hover, 
.article_form .uk-button:focus,
aside .aside_form .uk-button:hover, 
aside .aside_form .uk-button:focus,
.uk-modal .uk-button:hover, 
.uk-modal .uk-button:focus {
    background: #F08000;
}
aside .aside_form #userForm {
    background: #f39c11;
    margin: 0;
    padding: 10px;
}
aside .aside_form .uk-form input.rsform-upload-box {
    color: #fff;
}
/*SLIDER
======================================================*/
#main-slider {
    border-bottom: 3px solid #f39c11;
}
#main-slider .uk-slideshow-fullscreen, 
#main-slider .uk-slideshow-fullscreen > li {
    height: 50vh;
}
#main-slider h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}
#main-slider span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 30px auto 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    width: 800px;
}
#main-slider a {
    background: #f39c11;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-shadow: none;
}
#main-slider a:hover,
#main-slider a:focus{
    background: #fecc09!important;
    color: #2464bc!important;
}
#main-slider .pol-feat-item {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 0;
    width: 100%;
}
#main-slider .uk-slidenav {
    font-size: 40px;
    line-height: 38px;
    height: 40px;
    width: 40px;
}
/*BANNER
======================================================*/
.banner {
    height: 200px;
}
.banner > div {
    height: 200px;
}
.banner h5 {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin: 50px 0;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}
.banner h5 a {
    color: #fff;
    line-height: 100px;
}
#banner > div {
    background: url('../img/banner1.jpg');
}
/*SIDE_SOCIALS
==================================================*/
.side_socials .socials {
    position: fixed;
    left: 0;
    top: 42%;
    width: 35px;
    height: 155px;
}
.side_socials .socials .uk-button {
    border: medium none;
    height: 35px;
    margin-bottom: 8px;
    width: 35px;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
}
.side_socials .socials .uk-button i {
    margin-top: 10px;
}
.side_socials .socials .uk-button:first-child i {
    margin-left: -2px;
}
.side_socials .socials  .soc_v {
    background: #56789C;
}
.side_socials .socials  .soc_f {
    background: #3E5B99;
}
.side_socials .socials  .soc_t {
    background: #0084B4;
}
.side_socials .socials  .soc_i {
    background: #3897F0;
}
.side_socials .socials  .soc_v:hover, 
.side_socials .socials  .soc_v:focus {
    background: #2F649C; 
}
.side_socials .socials  .soc_f:hover,
.side_socials .socials  .soc_f:focus {
    background: #2B4E99;
}
.side_socials .socials  .soc_t:hover, 
.side_socials .socials  .soc_t:focus {
    background: #00739D;
}
.side_socials .socials  .soc_i:hover,
.side_socials .socials  .soc_i:focus {
    background: #338CDE;
}
/*REVIEW_ON_MAINPAGE
===================================*/
#reviews-main {
    padding: 20px 0;
    background: #fefeef;
    text-align: center;
    height: 470px;
    position: relative;
}
#reviews-main .img_review {
    border-radius: 50%;
    display: block;
    margin: 20px auto;
    width: 100px;
}
#reviews-main h3 {
    color: #3f3f3f;
    font-size: 26px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
#reviews-main li p {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    font-style: italic;
    margin: 0 0 40px;
}
#reviews-main span {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: bold;
    line-height: 48px;
    margin: 0 0 40px;
}
#reviews-main li.uk-slide-before span, 
#reviews-main li.uk-slide-after span {
    font-size: 10px;
}
#reviews-main .uk-slidenav {
    display: block !important;
    height: 590px;
    margin: 0;
    top: 0;
    width: 25%;
    position: absolute;
    line-height: 8;
}
#reviews-main .uk-slidenav::before {
    font-size: 80px;
    color: rgba(63, 63, 63, 0.7);
}
#reviews-main .uk-slidenav-previous {
    left: 0;
    background: rgba(237,237,223,0.6);  
    background: -webkit-gradient(linear, bottom left, bottom right, color-stop(0%,rgba(237,237,223,0.6)), color-stop(100%,#FEFEEF));  
    background: -webkit-linear-gradient(left,  rgba(237,237,223,0.6) 0%,#FEFEEF 100%);  
    background: linear-gradient(to right,  rgba(237,237,223,0.6) 0%,#FEFEEF 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(237,237,223,0.6)', endColorstr='#FEFEEF',GradientType=0 );
}
#reviews-main .uk-slidenav-next {
    right: 0;
    background: rgba(237,237,223,0.6);  
    background: -webkit-gradient(linear, bottom right, bottom left, color-stop(0%,#FEFEEF), color-stop(100%,rgba(237,237,223,0.6)));  
    background: -webkit-linear-gradient(right,  #FEFEEF 0%,rgba(237,237,223,0.6) 100%);  
    background: -webkit-linear-gradient(left,  #FEFEEF 0%,rgba(237,237,223,0.6) 100%);  
    background: linear-gradient(to right,  #FEFEEF 0%,rgba(237,237,223,0.6) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEEF', endColorstr='rgba(237,237,223,0.6)',GradientType=0 );
}
#reviews-main .review_wrap {
    margin: 0 auto;
    width: 50%;
}
#reviews-main .uk-dotnav, 
#reviews-main .uk-subnav {
    margin-bottom: 40px !important;
}
/* MAINPAGE
==========================*/
#manepage_title h1 {
    text-align: center;
}
/*CONTACTS
============================*/
contacts {
    display: block;
    margin-bottom: 20px;
}
contacts a {
    color: #000;
    display: block;
    font-size: 27px;
    line-height: 11px;
    margin-top: 20px;
    display: inline-block;
    margin-left: 7px;
}
contacts a:hover,
contacts a:focus {
    text-decoration: none;
}
contacts span a {
    font-size: 23px;
}
contacts i {
    color: #ff9700;
    font-size: 34px;
}
contacts i.uk-icon-viber {
    background: rgba(0, 0, 0, 0) url("../img/viber.png") no-repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    height: 29px;
    width: 29px;
}
.contact_page h2, 
.contact_page .uk-h2 {
    font-size: 20px;
    text-align: left;
}
.uk-form.uk-form-horizontal.formContainer {
    border: none;
}
.contact_page form .uk-form {
    margin: 0;
    padding: 0;
}
.contact_page h2, 
.contact_page .uk-h2 {
    font-size: 23px;
    margin-top: 25px;
}
/*LIST
=====================*/
#event-list .event_date {
    color: #ccc;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
/*FULL
=====================*/
#event-full .event_date {
    color: #ccc;
    display: block;
    font-size: 12px;
    line-height: 36px;
}
/* LOGIN-FORM
==============================*/
#login-form #form-login-username .add-on,
#login-form #form-login-password .add-on {
    width: 32px; 
}  
#login-form #form-login-username input,
#login-form #form-login-password input,
#login-form #form-login-submit button {
    width: 100%;    
}
#login-form span.icon-arrow-right::before {
    content: none;
}
/* HOME MODULE
=======================================*/
.homepage .moduletable {
    margin-bottom: 60px;
}
.homepage h2 {
    color: #000000;
    font-size: 30px;
    margin: 20px 0 40px;
    text-align: center;
    text-transform: uppercase;
}
.homepage .home_title {
    background: #2464bc none repeat scroll 0 0;
    line-height: 20px;
    margin: 0;
    padding: 10px;
}
.homepage .home_title a {
    color: #fecc09;
    font-size: 17px;
    font-weight: bold;
}
/* HEADER
=======================================*/
#nav_wrap {
    background: #eae8e9 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    height: 40px;
    padding: 0 15px;
}
/* SUBSCRIBE
=======================================*/
.acymailing_form {
    width: 100%;
}
.header_subscribe .acyfield_email input {
    margin-top: 4px;
    font-style: italic;
}
.header_subscribe .acysubbuttons .subbutton,
.header_subscribe .acysubbuttons .modal_subbutton  {
    background: #f39c11 url("../img/subscribe-bg.png") no-repeat scroll center center;
    color: #ffffff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    margin: 4px 0 0 -24px;
}
.header_subscribe .acysubbuttons .subbutton:hover,
.header_subscribe .acysubbuttons .subbutton:focus{
    background-color: #F38E00;
}
.header_subscribe .acysubbuttons .subbutton::before {
    content: "/f0e0";
}
/* VIDEO
=====================================================*/
#video-list .video_item,
#anons-list .anons_item {
    border-radius: 8px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #F2F1F2;
    margin-bottom: 10px;
}
#video-list .video_item .video_title a,
#anons-list .anons_item .anons_title a {
    color: #000;
}
#video-full .video_views img,
#video-full .video_share img,
#video-full .video_mail img,
#video-list .video_item .video_views img,
#video-list .video_item .video_share img,
#video-list .video_item .video_mail img,
#anons-list .anons_item .anons_views img,
#anons-list .anons_item .anons_share img,
#anons-list .anons_item .anons_mail img {
    margin-right: 5px;
    width: 20px;
}
#video-full .video_views span,
#video-full .video_share span,
#video-list .video_item .video_views span,
#video-list .video_item .video_share span,
#anons-list .anons_item .anons_views span,
#anons-list .anons_item .anons_share span {
    color: #000;
    font-weight: bold;
}
#video-full .video_mail a,
#video-list .video_item .video_mail a,
#anons-list .anons_item .anons_mail a {
    font-weight: bold;
}
#anons-full .anons_views,
#anons-full .anons_share,
#anons-full .anons_mail,
#video-full .video_views,
#video-full .video_share,
#video-full .video_mail {
    margin-top: 15px;
}
#anons-list .anons_views,
#anons-list .anons_share,
#video-list .video_views,
#video-list .video_share {
    margin-bottom: 5px;
}
/* FACES
=====================================================*/
#faces-list .faces_card .faces_title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
}
.faces_title a {
    color: #000;
    font-weight: bold;
}
#faces-list .faces_item {
    border-radius: 6px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #F2F1F2;
    margin-bottom: 10px;
}
#face-full .full_share_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
}
#faces-list .faces_img {
    
}
#faces-list .faces_img img {
    
}
/* ANONS
=====================================================*/
#anonsside-list {
    border-radius: 8px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #F2F1F2;
    margin-bottom: 10px;
}
#anonsside-list h2 {
    text-align: center;
}
#anonsside-list h2 a {
    color: #858585;
}
#anonsside-list h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 13px 0 20px;
    text-align: center;
}
#anonsside-list iframe {
    height: 100%;
    width: 100%;
}
#aside_anons_search #mod-search-searchword {
    width: 70%;
}
#anonsside_item {
    margin-bottom: 10px;
}
/* FOOTER
====================================================*/
.social_footer {
    margin: 0 auto;
    padding-top: 15px;
    width: 215px;
}
.copyright {
    color: #858585;
    font-size: 16px;
    line-height: 47px;
    padding: 5px 0;
    text-align: left;
}
/* CONTACTS
====================================================*/
.ny_wrap {
    border-radius: 8px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #F2F1F2;
    margin-bottom: 15px;
}
#kontacts .uk-form textarea, 
#kontacts .uk-form input[type="email"] {
    width: 100%;
}
#kontacts .ny_wrap .kon_tit {
    font-size: 18px;
    margin: 0 5px;
}
#kontacts .uk-form-horizontal .uk-form-controls {
    margin-left: 0;
}
#kontacts .ny_wrap .kon_link, 
#kontacts .ny_wrap address {
    color: #f39c11;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
#kontacts .form-success {
    color: #f39c11;
    font-size: 20px;
    font-weight: bold;
}
#kontacts .share-f{
    background-position: 0 0;
}
#kontacts .share-od {
    background-position: -93px 0;
}
#kontacts .share-lj {
    background-position: -248px 0;
}
#kontacts .share-link {
    background-image: url("http://share.pluso.ru/img/pluso-like/square/medium/04.png");
    display: inline-block;
    height: 30px;
    margin: 3px 0 0 3px;
    padding: 0;
    vertical-align: inherit;
    width: 30px;
}
#kontacts .share-link:hover,
#kontacts .share-link:focus {
    text-decoration: none;
}

/* BANNERS
====================================================*/
#banner-bottom .moduletable,
#video-list .ban-module {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px !important;
    padding: 10px;
}
!#faces-list .ban-module {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px !important;
    padding: 10px 10px 10px 20px;
}
#faces-list .ban-module {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 10px !important;
    margin-left: 10px;
    padding: 10px;
    width: 98%;
}
.side-module {
    margin-bottom: 10px !important;
}
#banner-bottom .moduletable > h3,
aside > .moduletable > h3,
#faces-list .ban-module .ban_title,
#video-list .ban-module .ban_title,
.side-module .side_title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
aside > .moduletable {
    border-radius: 8px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #F2F1F2;
    margin-bottom: 10px;
}
/* MOBILE MENU
====================================================*/
#mobile-wrap-menu .uk-dropdown {
    width: 100%;
    border-bottom: 3px solid #67992e;
    padding: 0;
}
#header-bottom.uk-active #mobile-wrap-menu .uk-dropdown {
    margin-top: 0;
}
#mobile-wrap-menu #mobile_menu {
    margin-bottom: 0;
    padding-left: 0;
}
#mobile-wrap-menu #mobile_menu > li {
    border-bottom: 1px solid #fff;
}
#mobile-wrap-menu #mobile_menu > li:hover {
    border-bottom: 1px solid #F39C11;
}
#mobile-wrap-menu #mobile_menu > li:last-child {
    border-bottom: none;
}
#mobile-wrap-menu #mobile_menu > li > a {
    background: #F39C11;
    color: #ffffff;
    padding: 10px;
} 
#mobile-wrap-menu #mobile_menu > li.uk-active > a,
#mobile-wrap-menu #mobile_menu > li:hover > a,
#mobile-wrap-menu #mobile_menu > li > a:hover,
#mobile-wrap-menu #mobile_menu > li > a:focus,
#mobile-wrap-menu #mobile_menu > li.uk-open > a {
    background: #ffffff!important;
    color: #f39c11!important;
}
/* ARCHIVE
=====================================================*/
#archiveside-list {
    border-radius: 8px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #F2F1F2;
    margin-bottom: 10px;
}
#archiveside-list h2 {
    text-align: center;
}
#archiveside-list h2 a {
    color: #858585;
}
#archiveside-list h3 {
    font-size: 17px;
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
}
#archiveside-list h3 a {
    display: flex;
}
#archiveside_item {
    margin-bottom: 10px;
}
.archiveside_item_wrap .archiveside_item {
    border-bottom: 1px solid #ededed;
}
.archiveside_item_wrap:last-child .archiveside_item {
    border-bottom: none;
}
.rsform-block-sendcaptcha5 img,
.rsform-block-sendcaptcha2 img {
    margin-right: 0!important;
    width: 100px!important;
}
/* DEVELOP
=====================================================*/
footer .pluso {margin-top: 13px;float: right;}
footer .develop {
    color: #858585;
    display: block;
    font-size: 12px;
    line-height: 58px;
    text-align: center;
}

.acymailing_form .captchakeymodule{
    position: relative;
}
.captchakeymodule {display: none}
.acymailing_form .captchakeymodule .g-recaptcha {
    position: absolute;
    top: 79%;
    right: 0;

}
.acymailing_form  .acysubbuttons{
    position: relative;
    z-index: 10;
}
#system-message-container {display: none!important;}