/* =========================================================
Soup css
=======================================================*/

.wf-loading { visibility: hidden; }
.wf-active, .wf-inactive { visibility: visible; }


.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}
.ctn-preloader .animation-preloader .icon {display: inline-block; position: relative;}
.ctn-preloader .animation-preloader .icon span {
  animation: spinner 1.5s infinite linear;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ctn-preloader .animation-preloader .icon span:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 12px;
  left: 0;
  box-shadow: 0 0 10px var(--red-two);
  border-radius: 50%;
  background: var(--red-one);
}
.ctn-preloader .animation-preloader .txt-loading {user-select: none;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--heading);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  line-height: 70px;
  position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  color: rgb(0 0 0 / 14%);
  position: relative;
  font-size: 70px;
  line-height: 70px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}



.master-widget-category3-blockquote .master-widget-blockquote:before, .master-widget-menu-vertical-left ul li.has-sub a span:before, .master-widget-menu-vertical-left ul li.has-sub.active a span:before, .master-widget-menu-vertical-right ul li.has-sub a span:before, .master-widget-menu-vertical-right ul li.has-sub.active a span:before, .master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-body ul li:first-child a:before, .master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-body ul li:nth-child(2) a:before, .master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-body .form-login .link-other .service:after, .master-page-header .master-middle .master-main-nav .nav-main li .sf-with-ul:after, .master-page-header .master-form .sb-search .sb-icon-search:before, .master-widget-slider .owl-carousel .owl-controls .owl-buttons .owl-prev, .master-widget-slider .owl-carousel .owl-controls .owl-buttons .owl-next, .master-widget-list-article-small-thum .master-widget-blockquote-article .basic-section-blockquote:before, .master-widget-list-article-small-thum .master-widget-blockquote-article .basic-section-blockquote:after, .master-category6-custom-row-section-2 .master-comment-list .master-like:before, .master-category6-custom-row-section-2 .master-comment-list .master-like:after, .master-category6-custom-row-section-2 .master-comment-list .comment-reply-link:before, .master-category7-custom-section-2 .master-author-share .master-description:before, .master-category7-custom-section-2 .master-author-share .master-description:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-size: 12px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); text-rendering: auto; }


body { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-family: "open-sans",sans-serif; background: #ffffff; background: url(../images/soup-bg7.png) repeat; }

a { text-decoration: none; color: #191919; }
a:hover { color: #bed73e; text-decoration: none; }

.clear-fix { clear: both; }

ul { padding: 0; margin: 0; }
ul li { list-style: none; }

img { max-width: 100%; max-height: 100%; }

p { margin-bottom: 0; line-height: 26px; color: #333333; margin-top: 15px; font-size: 16px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

   font-family: "brix-slab",serif;
}

.master-widget-category3-heading .master-first { margin-top: 0; }

.nav-tabs { border-bottom: none; }
.nav-tabs li { border: #000000 solid 3px; text-transform: uppercase; color: #020202; margin-right: 10px; font-weight: 900; }
.nav-tabs li.active { border: none; }
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover { background: #000000; color: #ffffff; text-transform: uppercase; font-weight: 900; border-radius: unset; padding: 13px 33px; }
.nav-tabs li:hover { border: none; margin-right: 10px; }
.nav-tabs li a { margin-right: 0 !important; border: none; border-radius: 0; padding: 11px 30px; }
.nav-tabs li a:hover { background: #000000; color: #ffffff; text-transform: uppercase; font-weight: 900; border-radius: unset; padding: 14px 33px; }

.tab-content { padding: 0px 0; }
.main-menu-wrap {background: #00578e; padding-left: 8px;}
.main-menu-wrap.uszp{background: #333333;}/*zelena: #99cc00, siva: #333333*/
.main-menu-wrap.primss{background: #4b673e;}/*zelena: #007448, rumena: #ffc32d*/


.master-widget-sub-menu { padding: 0 30px 40px; }
.master-widget-sub-menu .sf-mega-section h2 { text-transform: none; margin-bottom: 0; }

.sub-menu .master-widget-sub-menu { padding: 0 30px !important; }


.social-icons {border-bottom: 1px solid #222; padding-bottom: 8px; margin-top: 5px; text-align: right;}
.social-icons a {margin-right: 20px; color: #00578e;}
.social-icons a i {font-size: 18px; color: #000; margin: 3px 5px 0 0;}
.social-icons a span {
	background: #efefef;
    padding: 2px 4px;
    font-size: 13px;
    color: #000;
    border-radius: 2px;}
    
.social-icons a:hover span {background:#000; color: #fff;}

/* anniversary*/

.anniversary { 
  position: absolute;
  left: -25px;
  top: 0;
}
.anniversary img {width: 30px;}
.anniversary:hover {opacity: .8;}
.anniversary-mobile {display: none; text-align: center; }
.anniversary-mobile a { background:#00578e; padding: 3px 10px; font-size: 15px; color:#fff; font-family: "brix-slab",serif; text-align: center; display: inline-block; }
.anniversary-mobile a i {font-size: 14px; margin-left: 5px;}
@media (max-width: 767px) {
  .anniversary {display: none;}
  .anniversary-mobile {display: block;}
}

.master-page-header .master-top .master-top-left.logo img {padding: 16px 0px 10px; max-height:102px;}
.master-page-header .master-top .master-top-left.logo.primss-header img {max-height: 94px; padding: 44px 0 0;}

.master-page-header .master-top .master-top-right { padding: 30px 0; }
.master-page-header .master-top .master-top-right .login { width: 60px; float: left; background: #bed73e; color: #ffffff; text-transform: uppercase; padding: 2px 8px; position: relative; font-size: 13px; font-weight: 500; }
.master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-body .form-login .submit-form button { position: inherit; width: 210px; background: #020202; color: #ffffff; text-transform: uppercase; font-weight: 900; border: none; }
.master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-footer { border-top: none; padding: 20px; }
.master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-footer p { text-align: center;  color: #1a1a1a; font-size: 12px; }
.master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-footer p a { color: #bed73e; }
.master-page-header .master-top .master-top-right .modal-dialog .modal-content .modal-footer p a:hover { text-decoration: underline; }


.header-contacts { padding: 10px 0; text-align: center; }
@media (min-width: 992px) { .header-contacts { padding: 14px 0 28px 0; float: left; text-align: left; } }
@media (min-width: 1200px) { .header-contacts { padding: 8px 0 0 0; float: right; } }
.widget-contact-box { padding: 12px 0; border-bottom: 1px solid rgba(250, 250, 250, 0.12); width: 100%; text-align: center; }
@media (min-width: 480px) { .widget-contact-box { float: left; padding: 8px 0 0 0; width: auto; border-bottom: 0; text-align: left; } }
.widget-contact-box .contact-box { text-align: right; color: #999999; }
.widget-contact-box .contact-box:hover { text-decoration: none; }
.widget-contact-box .contact-box:hover .fa { transition: all 200ms ease-out; color: #dddddd; }
.widget-contact-box:first-of-type { border-top: 1px solid rgba(250, 250, 250, 0.12); }
@media (min-width: 992px) { .widget-contact-box:first-of-type { border-top: 0; } }
.widget-contact-box div.contact-box { cursor: default; }

.contact-box { width: 210px; display: inline-block; padding-right: 15px; margin-left: 15px; text-align: right; }
@media (min-width: 1200px) { .contact-box { border-right: 1px solid rgba(250, 250, 250, 0.12); min-width: 200px; } }
.contact-box .fa { float: left; font-size: 40px; margin-right: 10px; }

.widget_pt_icon_box .contact-box { width: auto; }
.widget_pt_icon_box .icon-box > .fa { color: #f7c51e; }
.widget_pt_icon_box .icon-box__title { color: #333333; }

.contact-box h4 { margin: 4px 0 0 0; font-size: 18px; font-weight: bold; color: #000; }
.contact-box .cbicon {display: none; width: 28px; float: left; margin: 10px 10px 12px 0;}
.contact-box-small { color: #999999; }


/* contact-box With Flexbox test*/
@media (min-width: 992px) { html.flexbox .header-contacts { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; float: none; } }
@media (min-width: 1200px) { html.flexbox .header-contacts { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } }
@media (min-width: 992px) { html.flexbox .widget-contact-box { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; float: none; } }
html.flexbox .widget-contact-box .contact-box { width: auto; display: inherit; }
html.flexbox .widget-contact-box .contact-box-sub { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 50px; }
@media (min-width: 992px) { html.flexbox .widget-contact-box .contact-box-sub { margin-left: 0; } }
@media (min-width: 992px) { html.flexbox .widget-social-icons { float: none; } }

/* Social Icons */
.widget-social-icons { text-align: center; padding: 9px 0; margin: 0 10px; }
@media (min-width: 992px) { .widget-social-icons { float: right; text-align: left; } }

.social-icons__link { font-size: 25px; padding: 0 8px; color: #f7c51e; transition: all 200ms ease-out; }
.social-icons__link:hover { color: #eeb908; }




.master-page-header .master-middle { margin-top: 10px; }
.master-page-header .master-middle .master-main-nav .sf-menu { display: block !important; }
.master-page-header .master-middle .master-main-nav .nav-main { border-top: #000000 solid 2px; border-bottom: #000000 solid 2px; min-height: 55px; }
.master-page-header .master-middle .master-main-nav .nav-main li { float: left; text-transform: uppercase; padding: 8px 14px 6px 5px; font-weight: bold; font-size: 19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.master-page-header .master-middle .master-main-nav .nav-main li:first-child { padding: 12px 15px 11px 0; }
.master-page-header .master-middle .master-main-nav .nav-main li .sf-with-ul { position: relative; padding: 4px 30px 4px 10px; font-weight: 800; display: block; }
.master-page-header .master-middle .master-main-nav .nav-main li .sf-with-ul:after { content: "\f107"; width: 11px; height: 8px; position: absolute; top: 8px; right: 10px; font-size: 20px; }
.master-page-header .master-middle .master-main-nav .nav-main li .sf-with-ul:hover { background: #000000; color: #ffffff; }
.master-page-header .master-middle .master-main-nav .nav-main li .active { background: #000000; color: #ffffff; padding: 7px 9px 7px 9px; }
.master-page-header .master-middle .master-main-nav .nav-main li:hover .sub-menu { opacity: 1; top: 50px; visibility: visible; }
.master-page-header .master-middle .master-main-nav .nav-main li:hover .sub-menu-2 { display: block !important; }
.master-page-header .master-middle .master-main-nav .nav-main li .sub-menu { opacity: 0; width: 98%; position: absolute; top: 100px; left: 14px; background: #020202; padding: 0; z-index: 999999; padding: 15px 10px; visibility: hidden; }
.master-page-header .master-middle .master-main-nav .nav-main li .sub-menu .border-item-right:after { right: 0; top: 9px; border-right: #dff7da solid 1px; }
.master-page-header .master-middle .master-main-nav .nav-main li .sub-menu li { position: relative; padding: 10px 15px; }
.master-page-header .master-middle .master-main-nav .nav-main li .sub-menu li a { text-transform: none; color: #ffffff; font-size: 20px; font-weight: bold; }
.master-page-header .master-middle .master-main-nav .nav-main li .sub-menu li a:hover { text-decoration: underline; padding-bottom: 1px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 { background: #000000; padding: 15px 0; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-top { display: inline-block; border-bottom: #ffffff solid 1px; padding: 0; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-top ul { display: inline-block; padding: 5px 30px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-top ul li:first-child { padding: 10px 15px 10px 0; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .blog-bottom { padding: 0 30px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .blog-bottom .blog-bottom-main { padding: 0; width: 31.5%; margin-right: 30px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .blog-bottom .blog-bottom-main:last-child { margin-right: 0; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .blog-bottom .blog-bottom-main .entry-content h2 { font-size: 19px; line-height: 30px; margin: 25px 0 20px 0; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .blog-bottom .blog-bottom-main .entry-content h2 a { color: #ffffff; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .blog-bottom .blog-bottom-main .entry-content h2 a:hover { text-decoration: underline; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .blog-bottom .blog-bottom-main .entry-content p { font-size: 14px; text-transform: none; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main { padding: 45px 0 25px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content { padding: 0; width: 29.9%; margin-left: 30px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content .entry-thum { float: left; width: 29%; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content .entry-thum .sub-category { position: inherit; background: none; border: none; padding: 0; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content .entry-content { float: left; width: 71%; padding: 0 0 0 20px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content .entry-content h2 { margin: 0; text-transform: none; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content .entry-content h2 a { color: #ffffff; font-size: 18px; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content .entry-content h2 a:hover { text-decoration: underline; }
.master-page-header .master-middle .master-main-nav .nav-main li .menu-blog-2 .menu-blog-3-main .menu-blog-3-content .blog-3-content-main { padding: 0 0 20px 0; display: inline-block; }
.master-page-header .master-middle .master-menu-mobile .menu-mobile { display: none; }
.master-page-header .master-middle .nav-social-mobile { display: none; }
.master-page-header .master-form { /* Open state */ }
.master-page-header .master-form.mainsearch {display: none;}
.master-page-header .master-form form { padding: 17px 10px; position: relative; }
.master-page-header .master-form form input[type='text'] { background: none; border: none; color: #ffffff; width: 340px; margin-top: 2px; }
.master-page-header .master-form form input[type='text']:focus { outline-width: 0; }
.master-page-header .master-form form button { position: absolute; top: 5px; right: 5px; background: none; border: none; color: #ffffff; font-size: 17px; width: 20px; height: 20px; }
.master-page-header .master-form .sb-search { position: relative; width: 0%; min-width: 60px; height: 54px; float: right; overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; }
.master-page-header .master-form .sb-search .sb-search-input { position: absolute; top: 0; right: 0; border: none; outline: none; width: 100%; height: 60px; margin: 0; z-index: 10; padding: 20px 65px 20px 0px; font-family: inherit; font-size: 17px; color: #6e6e6e; }
.master-page-header .master-form .sb-search .sb-search-input::-webkit-input-placeholder { color: #6e6e6e; }
.master-page-header .master-form .sb-search .sb-search-input:-moz-placeholder { color: #6e6e6e; }
.master-page-header .master-form .sb-search .sb-search-input::-moz-placeholder { color: #6e6e6e; }
.master-page-header .master-form .sb-search .sb-search-input:-ms-input-placeholder { color: #6e6e6e; }
.master-page-header .master-form .sb-search .sb-icon-search, .master-page-header .master-form .sb-search .sb-search-submit { width: 60px; height: 60px; display: block; position: absolute; right: 0; top: -3px; padding: 0; margin: 0; line-height: 60px; text-align: center; cursor: pointer; }
.master-page-header .master-form .sb-search .sb-search-submit { background: #ffffff; /* IE needs this */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter: alpha(opacity=0); /* IE 5-7 */ opacity: 0; color: transparent; border: none; outline: none; z-index: -1; }
.master-page-header .master-form .sb-search .sb-icon-search { color: #ffffff; background: #000000; z-index: 90; font-size: 22px; }
.master-page-header .master-form .sb-search .sb-icon-search:before { content: "\f002"; font-size: 20px; }
.master-page-header .master-form .sb-search.sb-search-open, .master-page-header .master-form .no-js .sb-search { width: 100%; }
.master-page-header .master-form .sb-search.sb-search-open .sb-icon-search, .master-page-header .master-form .no-js .sb-search .sb-icon-search { background: #000000; color: #ffffff; z-index: 11; }
.master-page-header .master-form .sb-search.sb-search-open .sb-search-submit, .master-page-header .master-form .no-js .sb-search .sb-search-submit { z-index: 90; }




.master-page-header .master-bottom {  }
.master-page-header .master-bottom .main-bottom { font-family: "brix-slab",serif; font-size: 14px; text-transform: uppercase; font-weight: 600; background: #bed73e; display: table; width: 100%; margin-top: 0px; }
.master-page-header .master-bottom .main-bottom.uszp { background: #99cc00; }
.master-page-header .master-bottom .main-bottom.primss { background: #ffc32d; }
.main-bottom:before  {   
	content: '';
    position: absolute;
    left: 20%;
    top: 0px;
    width: 5%;
    height: 100%;
    background: #efefef;
    -ms-transform: skewX(-14deg);
    -webkit-transform: skewX(-14deg);
    -o-transform: skewX(-14deg);
    -moz-transform: skewX(-14deg);
    transform: skewX(-12deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
    
.master-page-header .master-bottom .master-bottom-left ul .active a:after { right: -17px; }
.master-page-header .master-bottom .master-bottom-left ul li { padding: 8px 8px 8px 24px; position: relative; float: left; }

.master-page-header .master-bottom .master-bottom-left ul li:first-child a { padding-left: 0; }
.master-page-header .master-bottom .master-bottom-left ul li a { color: #000; padding-left: 16px; }
.master-page-header .master-bottom .master-bottom-left ul li a:hover { color: #bed73e !important; }

.border-item-right:after { content: ''; border-right: #363636 solid 1px; transform: rotate(27deg); position: absolute; top: 8px; right: 0; width: 14px; height: 16px; z-index: 9; right: -16px; }

.main-bottom .main-bottom-left {background: #efefef;}
.main-bottom .main-bottom-left ul li, .main-bottom .main-bottom-right ul li { padding: 8px 8px 8px 24px; position: relative; float: left; }

.main-bottom .main-bottom-right ul li a:hover {color: #fff;}
.main-bottom .main-bottom-right ul li.after-border {margin-left: 12px;}

  /*!
 * Css Superfish mega menu
 * http://users.tpg.com.au/j_birch/plugins/superfish/options/
 */
/*** ESSENTIAL STYLES ***/
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;

}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}

.sf-menu > li > a {
  display: block;
  position: relative;
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
 /* margin-bottom: 1em;*/
  width: 100%;
}
.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  width: 100%; /* allow long menu items to determine submenu width */
}
.sf-menu > li > a {
  font-family: "brix-slab",serif;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 20px;
}
.sf-menu > li > a:hover {
  color: #bed73e;
}
.sf-menu.uszp > li > a:hover {
    color: #99cc00;
}
.sf-menu.primss > li > a:hover {
    color: #ffc32d; /*#71a241;*/
}
.sf-menu > li {
  text-transform: uppercase;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu > li > li {
  text-transform: unset;
}
.sf-menu > li.active {
  padding: 0;
}
.sf-menu > li.active a {
  background: #000;
  color: #fff;
  font-weight: bold;
}
.sf-menu > li.active a:after {
  right: 20px;
}
.sf-menu > li ul {
  position: absolute;
  top: 3.6em;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #000;
  padding: 0px;
}
.sf-menu > li ul ul {
  width: 1200px;
  top: 90px;
}
.sf-menu > li ul ul ul {
  top: 60px;
}
.sf-menu > li ul li {
  float: left;
  position: relative;
  padding: 23px 15px 23px;
  font-size: 20px;
}
.sf-menu > li ul li li {
  padding: 12px 15px 12px;
}
.sf-menu > li ul li li:after {
  top: 15px;
}
.sf-arrows > li ul li .sf-with-ul:after {
  top: 40%;
  right: 30px;
}
.sf-arrows > li ul li li .sf-with-ul:after {
  top: 35%;
  right: 27px;
}
.sf-menu > li ul li.parent:after {
  display: none;
}
.sf-menu > li ul li:after {
  content: '';
  border-right: #dff7da solid 1px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 13px;
  height: 21px;
  position: absolute;
  top: 25px;
  right: 0;
}
.sf-menu > li ul li:last-child:after {
  border-right: none;
}
.sf-menu > li ul li a {
  background: none !important;
  text-transform: none !important;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.sf-menu > li ul li a:hover {
  color: #bed73e;
}
.sf-menu > li li li .sf-with-ul {
  padding-right: 25px;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  /*background: #CFDEFF;*/
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** mega menu dropdown ***/
.sf-mega {
  background-color: #000;
  /*padding: 1em;*/
  box-sizing: border-box;
  width: 100%;
}
.sf-menu .sub-menu-top {
  width: 100%;
  display: inline-block;
  border-bottom: #fff solid 1px;
}
.sf-menu .sub-menu-top {
  position: initial;
}
.sf-menu .sub-menu-top  li:first-child {
  padding-left: 30px;

}
.sf-menu .sub-menu-top  li a {
  color: #fff;
}
.sf-mega-section {
 /* float: left;*/
  /*width: 33.33333333%;*/ /* optional */
  /*padding: 0 2em 1em 2em;*/
  /*margin-right: 1em;*/
  /*border-right: 1px solid #b4c8f5;*/
}
.sf-mega-section h2 {
  font-size: 22px;
  font-weight: 900;
}
.sf-mega-section h2 a {
  color: #fff;
}
.sf-mega-section h2 a:hover {
  color: #bed73e;
}
.sf-mega-section p {
  
  text-transform: initial;
  font-size: 14px;
  color: #fff;
  font-size: 500;
}
.sub-menu {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
}
.sf-mega-section .entry-item {
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.sf-mega-section .entry-thum {
  float: left;
  margin-right: 20px;
}
.sf-mega-section .entry-content h2 {
  font-size: 18px;
  margin-top: 0;
  text-transform: initial;
}
.sf-mega-section .entry-content h2 a {
  color: #fff;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 30px;
  /*padding-right: 1em;*/ /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
   display                 : inline-block;
   font-family             : FontAwesome;
   font-style              : normal;
   font-weight             : normal;
   font-size               : 20px;
   line-height             : 1;
   -webkit-font-smoothing  : antialiased;
   -moz-osx-font-smoothing : grayscale;
   transform               : translate(0, 0);
   text-rendering          : auto;
  content: '\f107';
  position: absolute;
  top: 27%;
  right: 20px;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  /*border: 5px solid transparent;
  border-top-color: #dFeEFF;  edit this to suit design (no rgba in IE8) 
  border-top-color: rgba(255,255,255,.5);*/
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}

/* soup sections */
.form-control {border-radius: 0;}
.btn {border-radius: 0;}

.widget { width: 100%; display: block; }

.basic-section { margin-top: 48px; }
.basic-section.top-slider {margin-top: 20px;}
.basic-section.fields-section {background:#efefef; padding-bottom: 100px;}
.basic-section.project-section {margin-top: 0;}

.basic-section  a {color: #00578e;}
.basic-section  a:hover {color: #828282;}

.master-contact { margin-top: 50px; }

.basic-inner { border-top: #020202 solid 5px; padding-top: 0px; }

.soup-projectlist header.basic-title {margin-bottom: 0;}
.soup-projectlist .black-line {margin-bottom: 40px;}

.soup-eventlist header.basic-title {margin-bottom: 0;}
.soup-eventlist .black-line {margin-bottom: 40px;}


/* soup main news */

.topnews {margin-top: 20px;}
.topnews .container {position: relative;}
.topnews .col-md-8, .topnews .col-md-4 {padding-right: 8px; padding-left: 8px;}
.topnews .row {
    margin-right: -8px;
    margin-left: -8px;
}


.newsbox {display: block; position: relative; min-height: 230px; margin-bottom: 16px; background-size: cover; background-position: center center;}
.newsbox:hover {opacity: .95;}
.newsbox.big-box, .col-md-8 .newsbox {min-height: 476px;}

.newsbox:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7161458333333333) 100%);
}

.newsbox-title {position: absolute; bottom: 0px; padding: 20px;}
.newsbox-title h2 {font-size: 24px; line-height: 1.2; color: #fff; margin: 0; }
.newsbox.big-box .newsbox-title, .col-md-8 .newsbox .newsbox-title {padding: 25px; }
.newsbox.big-box .newsbox-title h2, .col-md-8 .newsbox .newsbox-title h2 {font-size: 28px; width: 100%;}
.newsbox span {
    background: #ffd503;
    display: inline-block;
    padding: 1px 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

@media (max-width: 767px) {
    .newsbox.big-box, .col-md-8 .newsbox {min-height: 300px;}
    .newsbox.big-box .newsbox-title h2, .col-md-8 .newsbox .newsbox-title h2 {font-size: 33px; line-height: 1.1; width: 100%;}
 }



.black-line {height: 5px; background: #000; margin-bottom: 20px;}
.soup-main-news { margin-top: 40px;}
.soup-main-news.no-margin {margin-top: 0;}
.soup-main-news .basic-title {margin-bottom: 0px;}
.soup-main-news .basic-title h4 {font-size: 20px;}

.soup-main-news .entry-item { margin-bottom: 60px;}
.soup-main-news .entry-item .entry-thum {margin-bottom: 15px;}
.soup-main-news .entry-item .entry-content h2 {font-size: 24px; line-height: 28px; margin: 5px 0 10px;}
.soup-main-news .entry-item .entry-category {display: inline-block; background: #bed73e; font-size: 12px; font-weight: 600; padding: 2px 6px; margin-right: 8px; border-radius: 1px; color: #fff;}
.soup-main-news .entry-item a:hover .entry-category {background: #1a1a1a;}
.soup-main-news .entry-item .entry-publtime {font-size: 12px;}

.soup-projectlist .entry-item {margin-bottom: 40px;}
.soup-projectlist .entry-dates {
    font-family: "brix-slab",serif;
    background: #efefef;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 8px;
    display: inline-block;
}

.soup-projectlist .entry-item .entry-thum {margin-bottom: 15px;}
.soup-projectlist .entry-item .entry-category {display: inline-block; background: #bed73e; font-size: 12px; font-weight: 600; padding: 2px 6px; margin-right: 8px; border-radius: 1px;}
.soup-projectlist .entry-item .entry-content h2 {font-size: 33px; line-height: 38px; margin: 5px 0 10px;}

.soup-main-projects .black-line {height: 5px; background: #000; margin-bottom: 0;}

.soup-people .entry-function {font-size: 13px; color: #828282;}
.soup-people  .entry-item .entry-content h2 {margin-bottom: 5px;}

.soup-people .people-contacts ul {border-top: 1px solid #efefef; margin-top: 10px; padding-top: 4px;}
.soup-people .people-contacts ul li {color: #000; margin: 2px 0;}

/* soup fields */

.fields-section .basic-title {margin-bottom: 40px;}
.fields-section p {color: #282828;}
.soup-fields {padding-right: 20px;}
.soup-fields-intro {margin: 0 40px 40px 0;}
.soup-fields-intro h3 {font-size: 40px;}
.soup-fields .entry-item {margin-bottom: 20px;}
.soup-fields .entry-item .entry-thumb {float: left;}
.soup-fields .entry-item .entry-thumb i {font-size: 28px; margin-top: 5px;}
.soup-fields .entry-item .entry-meta {margin-left: 50px;}
.soup-fields .entry-item .entry-meta h2 {font-size: 28px; font-weight: 500; margin: 5px 0;}
.soup-fields .entry-item .entry-meta h2 a {color: #1a1a1a;}
.soup-fields .entry-item .entry-meta h2 a:hover {color: #b2b2b2;}

.line-links {margin-top: 10px;}
.line-links ul li {display: inline-block;}
.line-links ul li a {display: inline-block; background: #bed73e; color: #000; padding: 3px 6px; margin: 0 4px 4px 0; font-size: 12px; font-weight: 500;}
.line-links.uszp ul li a {background: #99cc00;}
.line-links.primss ul li a {background: #ffc32d;}
.line-links ul li a:hover {background: #000; color: #fff;}

.widget-joinsoup .entry-content p {color: #282828;}

.master-slider-article { display: inline-block; padding-bottom: 40px; }

.master-row-custom-other { margin-top: 40px; }

.master-widget-adv .entry-main ul li { padding: 15px 0; border-bottom: #edf0f1 solid 1px; }
.master-widget-adv .entry-main ul li:first-child { padding-top: 27px; }
.master-widget-adv .entry-main ul li a { font-size: 18px; color: #000000; font-weight: bold; }
.master-widget-adv .entry-main ul li a:hover { text-decoration: underline; }

.widget-advertisement { margin-top: 60px; }

.master-widget-article-adv-thum .master-thum-article .entry-content h2 { font-size: 22px; }
.master-widget-article-adv-thum .master-thum-article .entry-content p { color: #333333; }
.master-widget-article-adv-thum .pagination { margin-top: 45px; }

.master-home2-section-custom-4 .basic-section-right { padding: 0 15px; }


/* soup contacts */

.soup-contacts h5 {font-size: 20px; margin: 20px 0 4px 0;}
.soup-contacts p {font-size: 15px; margin: 0 0 15px 0;}
.soup-contacts .par-small {font-size: 12px; padding: 2px 4px; display: inline-block; line-height: 15px; background: #efefef; border-radius: 2px;}
.soup-contacts hr {margin: 10px 0;}

.soup-people p {font-size: 13px;}

/* soup side main */

.bg-grey {background: #f8f8f8;}

.favorite-widget {margin-top: 40px;}
.favorite-widget .widget-title {margin-bottom: 40px;}
.favorite-widget .widget-title h4 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 8px 4px 8px;
}
.favorite-widget .widget-title p {font-size: 14px; margin: 0 0 0 20px;}

.favorite-widget {
		display: inline-block;
		width: 100%;
		padding: 0 8px 30px 15px;
}

.favorite-widget .post {
	position: relative;
	display: block;
	float: left;
	padding:15px 0;
	margin:0;
	text-align: left;
}

.favorite-widget .post:first-of-type {
	padding-top: 0;
}

.favorite-widget .post:last-of-type {
	padding-bottom: 0;
}

.favorite-widget .post~.post {
	border-top:1px solid #ececec;
}

.favorite-widget .post .post-type-image {
	float: left;
	max-width: 110px;
}

.favorite-widget .post .post-type-image a {
	position: relative;
	display: block;
	overflow: hidden;
}


.favorite-widget .post .post-content {
	margin:0 0 0 110px;
}

.favorite-widget .post .post-content .post-date {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

.favorite-widget .post .post-content .post-title h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin:0;
}

.favorite-widget .post .post-content .post-title h2 a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	color: #1a1a1a;
}
.favorite-widget .post .post-content .post-title h2 a:hover {color: #b2b2b2;}
.favorite-widget .post .post-content .post-comment a {
	font-size: 12px;
}

.favorite-widget .post .post-category a {background: #e0e0e0;
    font-size: 11px;
    padding: 1px 3px;
    color: #000;
    border-radius: 2px;}
    
.favorite-widget.events-widget .post .post-content .post-date {background: #e0e0e0; width: auto; font-size: 13px; padding: 1px 3px; color: #000; display: inline-block; border-radius: 2px; margin-bottom: 2px;}
.favorite-widget.events-widget .post-location {font-size: 12px; font-weight: 400;}
.favorite-widget.events-widget .post-location a {color: #828282;}
.favorite-widget.events-widget .post-location a:hover {color: #000;}
.favorite-widget.events-widget  .post .post-content .post-title h2 {font-size: 18px; margin-bottom: 5px;}

/* soup projects */

.master-slider { padding: 0; overflow: hidden; position: relative; }
.master-slider:after { position: absolute; content: ''; width: 15px; top: 0; bottom: 0; background: #ffffff; right: 0; z-index: 10; }

.master-widget-slider .owl-carousel { position: relative; margin-left: -15px;  width: calc(100% + 15px); }
.master-widget-slider .owl-carousel .owl-wrapper-outer { overflow: inherit; }
.master-widget-slider .owl-carousel .owl-item { padding: 0 15px; }
.master-widget-slider .owl-carousel .owl-item .entry-thum a { display: block; overflow: hidden; }
.master-widget-slider .owl-carousel .owl-item .entry-thum img { position: relative; width: 100%; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; }
.master-widget-slider .owl-carousel .owl-item .entry-thum:hover img { transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); }
.master-widget-slider .owl-carousel .owl-item .entry-content h2 { line-height: 29px; }
.master-widget-slider .owl-carousel .owl-controls .owl-buttons .owl-prev { position: absolute; top: 90px; left: 35px; font-size: 30px; padding: 15px 20px; background: rgba(255, 255, 255, 0.52); font-weight: bold; }
.master-widget-slider .owl-carousel .owl-controls .owl-buttons .owl-next { position: absolute; top: 90px; right: 35px; font-size: 30px; padding: 15px 20px; background: rgba(255, 255, 255, 0.52); font-weight: bold; }





/* soup main content */

.soupbasic-content.with-padding {padding-left: 40px;}

.soupbasic-content h1 {font-size: 70px; line-height: 80px; margin: 0 0 30px;}
.soupbasic-content h2 {font-size: 30px; line-height: 36px; margin: 30px 0 10px;}
.soupbasic-content h3 {font-size: 24px; line-height: 1.4; margin: 40px 0 10px;}
.soupbasic-content h4 {font-size: 20px; line-height: 28px; margin: 30px 0 10px; border-bottom: 1px solid #bed73e; display: inline-block;}
.soupbasic-content ul {margin: 20px 0 20px 40px; width: 80%;}
.soupbasic-content ul li {list-style: circle; padding: 4px 0;}

.soupbasic-content.with-padding h3 {font-size: 28px; line-height: 33px; margin-bottom: 40px;}

.sub-header {position: relative; margin: 20px 0;}
.subheader-info {
	position: absolute;
	width: 100%;
    left: 0;
    bottom: 0px;
    padding: 40px;
    text-shadow: unset;
    padding-top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.subheader-info h1 {color: #fff; font-size: 82px;}
.subheader-info p {color: #fff; width: 60%;}


.soupbasic-content.special-content .content-inner-top {border-left: 5px solid #00578e; padding: 0 20px; margin: 0 -20px; color: #222; margin-bottom: 60px;}
.soupbasic-content.special-content h2 {font-size: 30px; line-height: 1.3; font-weight: 600; margin:0 0 40px -20px; background: #bed73e; padding: 10px 20px;}
.soupbasic-content.special-content p {font-family: "brix-slab",serif; font-size: 24px; line-height: 1.5;}
.soupbasic-content.special-content textarea {width: 100%; border: 2px solid #bed73e; padding: 30px; font-size: 18px;}
.checkboxes {margin-bottom: 10px;}

input.cta-btn {background: #bed73e; border: 0; color: #222; padding: 12px 20px; font-size: 18px; font-family: "brix-slab",serif; }
input.cta-btn:hover {
    background: #000;
    color: #fff;
}
/* soup side nav */

.side-navigation nav {padding: 20px; margin-bottom: 40px;}
.side-navigation nav ul li {font-family: "brix-slab",serif; font-size: 28px; font-weight: 600;}
.side-navigation nav ul li span {display: block; font-family: "open-sans",sans-serif; font-size: 14px; font-weight: 500; color: #828282;}
.side-navigation nav ul li {padding: 5px 0 10px; border-bottom: 1px solid #222;}
.side-navigation nav ul li.active {border-bottom: 4px solid #000; font-weight: 900; font-size: 36px;}
.side-navigation nav ul li a {color: #282828;}

.side-navigation nav ul li ul { margin-left: 22px;}
.side-navigation nav ul li ul li { border-bottom: 0; list-style: square; margin: 0; padding: 0 0 5px 0; font-size: 18px;}
.side-navigation nav ul li ul li.active { border-bottom: 0px; font-size: 18px; font-weight: 900; }
.side-navigation nav ul li ul li a { font-size: 18px; color: #828282;}
.side-navigation nav ul li ul li.active a, .side-navigation nav ul li ul li a:hover { color: #000; }

.widget-adv { text-align: center; }


.master-widget-article-list-post .basic-section-row-other { margin-top: 25px; }
.master-widget-article-list-post .master-widget-left .entry-item h2 { font-size: 22px; font-weight: 900; margin-top: 0; }
.master-widget-article-list-post .master-widget-left .entry-item .entry-thum p { position: relative; top: 0; left: 0; }
.master-widget-article-list-post .widget-joinsoup .entry-thum p { left: -22px; color: #828282; }
.master-widget-article-list-post .widget-joinsoup .entry-content h2 { font-size: 33px; line-height: 37px; font-weight: 500; margin-top: 20px; }
.master-widget-article-list-post .widget-title-has-child .fa:before { font-size: 13px; position: absolute; top: 5px; }
.master-widget-article-list-post .entry-thum p .sub-category { -webkit-transition: 0; -moz-transition: 0; -ms-transition: 0; -o-transition: 0; transition: 0; }
.master-widget-article-list-post .entry-thum a { display: block; overflow: hidden; }
.master-widget-article-list-post .entry-thum img { position: relative; width: 100%; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; }
.master-widget-article-list-post .entry-thum:hover img { transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); }

.basic-section-section-4 { margin-top: 40px; }

a.cta-btn {padding: 2px 6px; font-family: "brix-slab",serif; font-size: 20px; background: #bed73e; color: #000; border-radius: 2px; margin-top: 15px; display: inline-block;}
a.cta-btn.uszp {background: #99cc00;}
a.cta-btn.primss {background: #ffc32d;}
a.cta-btn:hover {background:#000; color: #fff;}
a.cta-btn.margin-up {margin-top: 0px; margin-bottom: 20px;}

.master-widget-slider-article .carousel-inner .carousel-caption { left: 0; right: 0px; bottom: 0px; text-shadow: unset; padding-top: 0;
	
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

 }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-thum { width: 100%; display: inline-block; margin-bottom: 10px; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-line {width: 100px; height: 2px; background: #bed73e; margin-left: 30px;}
.master-widget-slider-article .carousel-inner .carousel-caption .entry-thum p { left: 15px; text-transform: uppercase; font-weight: 500; padding: 3px 15px; top: 12px; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-thum p a:hover { color: #bed73e; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-content { margin-top: 10px; padding: 0 30px; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-content h2 { font-size: 54px; text-align: left; width: 90%; font-weight: 900; line-height: 55px; margin-top: 20px; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-content h2 a { color: #ffffff; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-content h2 a:hover { color: #b2b2b2; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-content p { text-align: left; color: #ffffff; font-size: 18px; line-height: 27px; font-weight: unset; letter-spacing: 1px; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-content p .read-more { color: #ffffff; display: unset; font-weight: bold; }
.master-widget-slider-article .carousel-inner .carousel-caption .entry-content p .read-more:hover { color: #bed73e; }
.master-widget-slider-article .carousel-control { height: 0; top: unset; right: 0; bottom: 0; opacity: 1; }
.master-widget-slider-article .carousel-control:hover { opacity: .5; }
.master-widget-slider-article .carousel-control .fa:before { font-size: 17px; }


.master-widget-slider-article .carousel-control.left { background: none; left: auto; right: 20px; }
.master-widget-slider-article .carousel-control.left .fa { background: #bed73e;  position: absolute; bottom: -26px; right: 30px; padding: 1px 14px 5px; color: #fff; text-shadow: none; }
.master-widget-slider-article .carousel-control.right { background: none; }
.master-widget-slider-article .carousel-control.right .fa { background: #bed73e; position: absolute; right: 0; bottom: -26px; padding: 1px 14px 5px; color: #000000; text-shadow: none; }


/* sidebar ad */

.basic-section-right { padding: 0 15px; }
.widget-receive-adv { padding: 0; }



.master-last-child { border-bottom: #edf0f1 solid 1px; padding-top: 30px; }

.master-widget-gallery { padding: 0 15px; }

.master-widget-article-thum-large { padding-top: 60px; }
.master-widget-article-thum-large .master-article-thum-large { position: relative; }
.master-widget-article-thum-large .master-article-thum-large .entry-thum a { display: block; overflow: hidden; }
.master-widget-article-thum-large .master-article-thum-large .entry-thum img { position: relative; width: 100%; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; }
.master-widget-article-thum-large .master-article-thum-large .entry-thum:hover img { transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); }
.master-widget-article-thum-large .master-article-thum-large .entry-thum p { left: -22px; }
.master-widget-article-thum-large .owl-prev .fa { position: absolute; left: 0; bottom: 10%; padding: 5px 17px; border: #020202 solid 1px; }
.master-widget-article-thum-large .owl-prev .fa:hover { color: #bed73e; }
.master-widget-article-thum-large .owl-prev .fa-angle-left:before { content: '\f177'; }
.master-widget-article-thum-large .owl-next .fa { position: absolute; left: 5%; bottom: 10%; padding: 5px 17px; border: #020202 solid 1px; }
.master-widget-article-thum-large .owl-next .fa:hover { color: #bed73e; }
.master-widget-article-thum-large .owl-next .fa-angle-right:before { content: '\f178'; }
.master-widget-article-thum-large .entry-content h2 { font-size: 35px; padding-right: 15px; margin-top: 0; line-height: 42px; margin-bottom: 13px; }
.master-widget-article-thum-large .entry-content h2 a { color: #000000; }
.master-widget-article-thum-large .entry-content p { color: #000000; font-size: 18px; line-height: 27px; }

.master-widget-article-adv-thum { border-top: #020202 solid 5px; padding-top: 60px; }
.master-widget-article-adv-thum .master-thum-article .entry-thum a { display: block; overflow: hidden; }
.master-widget-article-adv-thum .master-thum-article .entry-thum img { position: relative; width: 100%; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; }
.master-widget-article-adv-thum .master-thum-article .entry-thum:hover img { transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); }
.master-widget-article-adv-thum .entry-main li a { font-weight: 900 !important; }
.master-widget-article-adv-thum .entry-main li a:hover { color: #bed73e !important; text-decoration: none !important; }





.master-article-main-thumb-medium-main .entry-thum a { display: block; overflow: hidden; }
.master-article-main-thumb-medium-main .entry-thum img { position: relative; width: 100%; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; }
.master-article-main-thumb-medium-main .entry-thum:hover img { transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); }

.widget-receive-email-main { padding: 0 15px; }

.master-category2-section-custom-2 .basic-section-left .entry-content { width: 100%; padding-left: 0; }
.master-category2-section-custom-2 .basic-section-right .master-widget-list-video { margin-top: 60px; }
.master-category2-section-custom-2 .master-article-main-thumb-medium-main .entry-content h2 { line-height: 29px; margin-top: 15px; }
.master-category2-section-custom-2 .pagination { margin-top: 45px; }



.master-widget-category3 h2 { margin-top: 0; text-transform: uppercase; font-weight: 900; color: #000000; }




.widget-read-adv-receive { width: 24.4%; margin: 0px 0 0 15px; padding: 0; }

.widget-receive-email { text-align: center; border: #020202 solid 5px; margin-bottom: 30px;  }
.widget-receive-email h2 { text-transform: uppercase; background: url("image/boder.png") no-repeat center 100%; font-size: 25px; font-weight: 900; padding: 30px 0 17px 0; margin: 0; color: #1a1a1a; line-height: 40px; font-family: "Raleway",sans-serif; }
.widget-receive-email p { font-size: 15px; padding: 15px 40px 27px; font-weight: 400; color: #1a1a1a; margin-bottom: 17px; font-style: italic; }
.widget-receive-email form textarea { width: 86%; height: 90px; background: #efefef; text-align: center; color: #939393; border: none; resize: vertical; }
.widget-receive-email form textarea:focus { outline: none !important; border-color: #000000; box-shadow: none; }
.widget-receive-email form textarea[placeholder] { padding: 24px 49px; text-align: center; font-style: italic; color: #8b8b8b; }
.widget-receive-email form input[type='submit'] { width: 86%; background: #000000; margin-top: 5px; color: #ffffff; text-transform: uppercase; font-weight: 700; padding: 12px 10px; border: none; margin-bottom: 40px; font-size: 14px; font-family: "Raleway",sans-serif; letter-spacing: 1px; }
.widget-receive-email form input[type='submit']:hover { color: #bed73e; }

.pagination { margin: 40px 0; font-family: "brix-slab",serif; }
.pagination .page-numbers li { background: #efefef; float: left; padding: 4px 0px; margin-right: 5px;  font-weight: 700; }
.pagination .page-numbers li span { padding: 6px 14px; }
.pagination .page-numbers li a { padding: 6px 13px; }
.pagination .page-numbers li:first-child { margin-right: 20px; }
.pagination .page-numbers li:first-child span { padding: 0; }
.pagination .page-numbers li:last-child { margin: 0 0 0 15px; }
.pagination .page-numbers li:last-child span { padding: 0; }
.pagination .page-numbers li:hover { background: #000000; }
.pagination .page-numbers li:hover a { color: #ffffff; }
.pagination .page-numbers li:hover span { color: #ffffff; }
.pagination .page-numbers li .current { background: #000000; color: #ffffff; }

.basic-section-section-1 { margin-top: 50px; }







.cd-top { display: inline-block; height: 40px; width: 43px; position: fixed; bottom: 40px; right: 0px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; white-space: nowrap; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; background: #000000; color: #ffffff; font-size: 20px; font-weight: 700; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }

.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: 1; }

.no-touch .cd-top:hover { background-color: #e86256; opacity: 1; }

.cd-top { padding-top: 5px; }
.cd-top p { text-transform: uppercase; text-align: center; margin: 0; color: #fff; }

.master-video-container { position: relative; padding-bottom: 64.5%; padding-top: 0px; height: 0; overflow: hidden; }

.master-video-container iframe, .master-video-container object, .master-video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.master-footer { margin-top: 60px; padding-top: 37px; background: #efefef; position: relative;}
.footer-anniversary {display: block; position: absolute; right: 0; top: 0; }
.footer-anniversary:hover {opacity: .8;}
.footer-anniversary img {width: 80px;}
.master-footer.alt-footer {margin-top: 0px; border-top: 2px solid #fff; background: #f8f8f8;}
.master-footer .footer-title { font-size: 20px; font-weight: 900; text-transform: uppercase; }
.master-footer .footer-title .master-border { border-right: #000000 solid 1px; }
.master-footer .footer-title .form-inline .form-group { width: 100%; color: #000000; margin-top: 10px; }
.master-footer .footer-title .form-inline .form-group span { font-weight: 400; padding: 0 19px; }
.master-footer .footer-title .form-inline .form-group span:first-child { padding-left: 0; font-family: "brix-slab",serif; text-transform: none; }
.master-footer .footer-title .form-inline .form-group input[type='text'] { border-radius: 0; height: 36px; border: 0px; width: 26%; }
.master-footer .footer-title .form-inline .form-group input[type='submit'] { background: #000000; font-family: "brix-slab",serif; border: none; color: #ffffff; padding: 3px 21px 6px; text-transform: uppercase; margin-left: 3px; }
.master-footer .footer-title .form-inline .form-group input[type='submit']:hover { background: #bed73e; }
.master-footer .footer-title .form-inline .form-group input:focus { outline: none !important; border-color: #000000; box-shadow: none; }
.master-footer .master-footer-middle { border: #000000 solid 2px; display: inline-block; width: 100%; padding: 29px 29px; margin-top: 35px; }
.master-footer .master-footer-middle .master-instagram-content h2 { font-size: 14px; font-weight: bold; text-transform: uppercase; margin: 0; }
.master-footer .master-footer-middle .master-instagram-content p { margin-top: 30px;  }
.master-footer .master-footer-bottom { margin-top: 50px; padding-bottom: 30px; width: 100%; display: inline-block; }
.master-footer .master-footer-bottom .master-footer-left .master-footer-bottom-blog { float: left; }
.master-footer .master-footer-bottom .master-footer-left .master-footer-bottom-blog ul li { margin-bottom: 10px; }
.master-footer .master-footer-bottom .master-footer-left .master-footer-bottom-blog ul li a { font-family: "brix-slab",serif; text-transform: uppercase; font-weight: 600; }
.master-footer .master-footer-bottom .master-footer-right { text-align: right; }
.master-footer .master-footer-bottom .master-footer-right .footer-copyright { padding: 10px 0 0; }
.master-footer .master-footer-bottom .master-footer-right .footer-copyright p { margin-bottom: 0px; margin-top: 0; font-size: 14px; }
.master-footer .master-footer-bottom .master-footer-right .footer-copyright p.legal {font-size: 14px;}
.big-contacts {font-family: "brix-slab",serif; font-size: 33px; margin: 0 0 10px 0; }
.big-contacts span {margin-right: 14px;}
.footer-logos {border-top: 2px solid #222;}
.footer-logos ul li {float: left; width: 16%; padding: 10px 20px; display: flex; align-items : center;  height: 150px;}
.footer-logos ul li img:hover {opacity: 0.8;}

.newsletter a {font-family: "brix-slab",serif; font-size: 22px; font-weight: 500; text-transform: none;}

.read-more { color: #1e6b9d; font-size: 12px;  font-style: italic; margin-left: 5px; }
.read-more i {font-size: 18px; color: #222;}
.read-more:hover { color: #000000; }

.master-title-category { background: url(image/iconboder.png) left bottom 16px repeat-x; }
.master-title-category h3 { background: #ffffff; color: #1a1a1a; font-size: 30px; font-weight: 900; display: inline-block; padding-right: 10px; margin-top: 0; }
.master-title-category .breadcrumb { display: inline-block; float: right; margin-bottom: 0; padding: 0; border-radius: 0; margin-top: 10px; background: #ffffff; font-size: 14px; text-transform: uppercase; padding-left: 10px; font-weight: 500; }
.master-title-category .breadcrumb span a { color: #1a1a1a; font-size: 14px; font-weight: bold; }
.master-title-category .breadcrumb .fa { margin: 0 5px; font-size: 11px !important; }
.master-title-category .breadcrumb .current-page { color: #bed73e; font-size: 14px; }


.basic-title {background: #000;}
.basic-title { display: inline-block; margin-bottom: 80px;}
.basic-title.less-margin {margin-bottom: 20px;}
.basic-title h4 {background: #000; color: #fff; display: inline-block; margin: 0; padding: 8px 12px; font-weight: 800; text-transform: uppercase; font-size: 24px; border-bottom: 0;}
.basic-title h4 span.subtitle { display: inline-block; font-size: 50%;}

.entry-thum { position: relative; }
.entry-thum p { position: absolute; top: 20px; left: 0px; display: inline-block; width: 100%; }
.entry-thum p .sub-category { font-family: "brix-slab",serif; font-size: 14px; background: #bed73e; padding: 2px 10px; text-transform: uppercase; font-weight: 700; color: #000; float: left; margin-right: 10px;  }
.entry-thum p .sub-category:hover { color: #bed73e; }

.entry-content h2 { font-size: 28px; font-weight: 900; margin-bottom: 17px; line-height: 36px; margin-top: 15px; }
.entry-content h2 a { color: #1a1a1a; }
.entry-content h2 a:hover { color: #bed73e; }
.entry-content h2 a:focus { outline: none; text-decoration: none; }
.entry-content p { font-size: 14px; color: #333333;  font-weight: 500; line-height: 24px; margin-bottom: 0; }

.entry-meta h2 { font-size: 22px; line-height: 29px; }
.entry-meta p { font-size: 14px; line-height: 24px;  }

.iconsearch { z-index: 90; font-size: 20px; font-family: FontAwesome; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; background-color: #313131; color: #ffffff; border-left: 1px solid #191919; }

.iconsearch:before { content: "\f002"; }

.iconsearch, form button { width: 50px; height: 45px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; line-height: 45px; text-align: center; cursor: pointer; }

.basic-section-error-404 { margin-top: 30px; }

.master-404 h2 { font-size: 150px;  margin: 0; color: #1a1a1a; }
.master-404 h3 { font-size: 50px; text-transform: uppercase; font-weight: 700; color: #333333; display: inline-block; width: 100%;  padding-top: 16px; margin-bottom: 5px; }
.master-404 span { font-size: 30px; text-transform: uppercase; }
.master-404 p {  font-size: 20px; font-weight: 500; color: #1a1a1a; margin-bottom: 0; }
.master-404 p a { color: #bed73e; }
.master-404 p a:hover { color: #000000; }


/* soup event list */

.event-single {margin-bottom: 40px;}
.event-single h2 {font-size: 28px; line-height: 33px; margin: -5px 0 8px 0;}
.event-single p {margin-top: 8px; color: #282828;}
.event-single .event-single-info {}
.event-single .event-single-day {font-family: "brix-slab",serif; }
.event-single .event-single-place a {color: #828282; font-size: 12px;}
.event-single .event-single-place a:hover {color: #282828;}
.event-single .event-single-date {font-family: "brix-slab",serif; font-size: 16px; background: #bed73e;; font-weight: 600; padding: 2px 6px; display: inline-block; color: #000;}
.event-single .event-single-time {font-family: "brix-slab",serif; font-size: 33px; line-height: 36px; font-weight: 700;  border-radius: 2px;}
.event-single .event-single-category {margin: 2px 0 0 0; padding-top: 2px; border-top: 1px solid #efefef;}
/* soup event single */

.event-single-default h1 {margin: 10px 0 12px -4px;}
.event-single-default .post-time {font-family: "brix-slab",serif; font-size: 20px; display: inline-block; padding: 5px 10px; background: #efefef;}
.event-single-default .image {margin-bottom: 30px;}
.event-single-default .event-single-place {font-size: 15px;}
.event-single-default .event-single-place a {color: #828282;}
.event-single-default .event-single-place a:hover {color: #000;}

/* soup projects */
.banner-classic {margin-bottom: 10px; border: 1px solid #efefef; padding: 13px;}
.banner-classic.zz {}


.banner-classic.zz h4 {display: inline-block; background: #000; color: #fff; margin-bottom: 0px; font-size: 26px; padding: 4px 8px;}
.banner-classic.zz h5 {font-size: 16px; margin: 8px 0 20px; border-bottom: 1px dashed #aaa; padding-bottom: 8px;}
.banner-classic:hover {opacity: 0.8;}
.horizontal .banner-classic {margin-bottom: 40px; border: 0px solid #efefef; padding: 0px;}
.widget-receive-adv {border: 1px solid #efefef; margin-bottom: 5px;}
.widget-receive-adv img {padding: 13px;}

/* soup news slingle */

.text-content h3 {margin-bottom: 40px;}
.text-content p {margin: 0 0 30px 0;}

.text-content.single-news-default { padding: 40px 40px 20px 60px;}
.text-content.single-news-default .category {display: inline-block; background: #bed73e; font-family: "brix-slab",serif; font-size: 20px; font-weight: 500; padding: 2px 4px; margin-bottom: 5px;  }
.text-content.single-news-default h1 {font-size: 60px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.text-content.single-news-default h3 {line-height: 34px;}




.content-inner blockquote {
	float: right;
	font-family: "brix-slab",serif;
	padding: 20px;
	background: #efefef;
    margin: 20px 20px 40px 40px;
    font-size: 20px;
    border-left: 10px solid #bed73e;
    width: 45%;
}
.primss-section .content-inner blockquote {border-left: 10px solid #ffc32f;}


.content-inner blockquote p {padding: 0; margin: 0; font-size: 20px;}

.content-inner ul {margin: 10px 0 30px 20px;}
.content-inner ul li {list-style: none; line-height: 24px; color: #1a1a1a; font-size: 16px; padding: 4px 0 4px 15px; text-indent: -19px;}
.content-inner ul li::before {
  content: "■";
  margin-right: 10px;
  color: #bed73e;
}

.content-inner .department-person {float: left; background: #f8f8f8; padding: 20px; width: 250px; margin: 0 20px 0 0;}
.content-inner .department-person h4 {margin: 0; padding: 0;}
.content-inner .department-person ul {margin: 0; padding: 0;}




.content-inner table tr th {
  border-bottom: 1px solid #333;
  background: #bed73e;
  color:#222;
}
.content-inner table tr td {
    font-size: 15px;
    border-bottom: 1px solid #333;
    vertical-align: middle;
    padding: 8px;
    border-right: 1px solid #fff;
    color: #222;
}

.content-inner table tr td.cell-highlight { font-weight: 500; color: #000; background: #eee;}
.content-inner table tr td p {color: #424242;}

.content-inner table.table-stripped tr th {
    background: #333333; color: #fff; font-size: 14px; font-weight: 500; padding: 4px;
}

.content-inner table.table-stripped tr td {
    background: #ffffff;
}



.content-inner table.table-stripped tr:nth-child(odd) td {
    background: #d8d8d8; /*f8f8f8*/
}

p.par-big {font-size: 130%;}
p.par-small {font-size: 90%;}
p.par-highlight {background: #edf9ff; padding: 10px;}
p.par-alternative {border-top: 2px solid #247fab; border-bottom: 2px solid #247fab; padding: 10px 0;}
p.par-comment {background: #f2f2f2; padding: 10px;  float: right; width: 30%; margin: 10px;}

.primss-section p.par-alternative {border-top: 2px solid #ffc32f; border-bottom: 2px solid #ffc32f; padding: 10px 0;}

.content-gallery {margin-bottom: 10px;}
.content-gallery h4 {font-size: 24px;}
.content-gallery img{
	/*width: 130px;*/
	width: 32%;
	background: #f2f2f2;
	margin: 0 5px 5px 0;
    padding: 6px;
}

.content-files {margin: 50px 0 20px 0;}
.content-files h4 {font-size: 24px;}
.content-files ul, .content-files ul li {list-style: none; margin-bottom: 4px;}
.content-files ul li a i {font-size: 15px; color: #bed73e; margin-right: 4px;}
.content-files ul li a {font-size: 15px; font-family: "brix-slab",serif; color: #282828;}
.content-files ul li a:hover { color: #b2b2b2;}
.content-files ul li a span {font-family: "open-sans",sans-serif; color: #aaa; font-size: 80%;}


@-moz-document url-prefix() { .master-footer .footer-title .form-inline .form-group input[type="submit"] { margin-left: 6px; } }

.gm-style img { max-width: none; max-height: none;}
/*search inns*/
.form-group input[type="checkbox"] {
  display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
  width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
  display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none;
}
/*end search inns*/


/* map */

.map-canvas {height: 650px;}

.gm-style #bodyContent img {width: 120px; float: left; height: auto; margin: 0 15px 15px 0;}
.gm-style #bodyContent p {font-size: 14px; margin-bottom: 20px;}
.gm-style #bodyContent a, .gm-style #bodyContent a:focus {    
  font-weight: 600;
  color: #0f0f0f;
  font-size: 14px;
  padding: 4px 10px;
  border: 0;
  display: inline-block;
  background: #bed73e;
  margin-right: 5px;
  outline: none;
  text-decoration: none;
  font-family: "brix-slab",serif;}
.gm-style #bodyContent a:hover {}
.gm-style #bodyContent a.hidelink {display: none;}
.gm-style #firstHeading {font-size: 20px;  margin: 4px 0 4px 0; font-weight: 600;}
.gm-style .address {font-size: 14px; line-height: 1.4; color: #aaa;  margin: 4px 0 10px 0; font-weight: 500;}
.gm-style .gm-style-iw-t::after {display: none;}
.gm-style .gm-style-iw-c {box-shadow: none; padding: 15px; max-width: 400px !important;}
.gm-style .gm-ui-hover-effect {top: -2px !important; right: -2px !important; font-size: 12px;}
.gm-style .gm-ui-hover-effect img {width: 16px !important; height: 16px !important;}



.mappin-wrapper {position: relative; margin-bottom: 80px;}

.mapcontrols {position: absolute; left: 20px; top: 20px; z-index: 200; background: rgba(255,255,255,0.92); width: 280px; min-height: 280px; padding: 10px; -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mapcontrols h2 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.mapcontrols .mapplace {padding: 3px 0; font-size: 11px; color: #333; font-weight: 600; text-transform: uppercase;}
.mapcontrols .maptime {padding: 4px 6px; background: #000; color: #fff; display: inline-block; float: left; -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;}
.mapcontrols p {font-size: 13px; line-height: 18px; padding: 6px 0; color: #888;}
.events {background: #333; margin: 20px 0 0 0; display: none;}
.events #map {width: 100%; height: 480px;}
.eventmap img {max-width: none;}


.mapselect {width: 45%; padding: 20px; border-radius: 5px; background-color: #fff; position: absolute; bottom: 50px; right: 100px; z-index: 200;}

.mapselect .input-group-addon {background: #333; color: #fff;}
.mapselect .form-control {background: rgba(255,255,255,0.92); color: #000; -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0 !important; -webkit-appearance: none;}

.iconfilter .icons img {width: 30px;}
.iconfilter .icons {list-style: none; background: rgba(255,255,255,0.92); -webkit-border-radius: 3px;
  -moz-border-radius: 3px; border-radius: 3px; padding: 5px 5px 2px 5px;}
.iconfilter .icons li {
background-color: transparent;
float: right;
position: relative;
padding: 0 3px;
}
.iconfilter .iconinfo {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 3px;
  text-shadow: 1px 1px 9px rgba(188, 188, 188, 1);
  padding: 3px 0;
}
.iconfilter .icons li a.inactive {opacity: 0.5;}

a.inactive img {
    opacity: 0.5;
}

a.active img {
    opacity: 1;
} 

/* google form */

.ss-q-title h4 {font-size: 28px;}
.ss-form-entry label.ss-q-item-label {display: block;}
.ss-form-entry label.error {margin: 0 30px;
    color: #ec2b2b;
    font-weight: 500;
    font-size: 14px;}
.ss-form-entry ul li {text-indent: -26px;}
.ss-form-entry ul li::before { display: none;}    
.ss-form-entry input {padding: 10px 18px; border: 0; background: #efefef;}
.ss-form-entry input[type=checkbox] {margin-right: 10px;}
.ss-form-entry .ss-choice-label {font-weight: 500;}
.ss-form-entry select {
    background: #efefef;
    border: 0;
    line-height: 30px;
    height: 38px;}
.ss-form-question {margin-bottom: 20px;}

/*# sourceMappingURL=style.css.map */


@media (min-width: 1280px) { .basic-section-row-section-4 .master-widget-left { width: 900px; }
  .basic-section-row-section-4 .master-widget-left .basic-section-row .master-widget-left { width: 410px; }
  .basic-section-row-section-4 .master-widget-left .basic-section-row .widget-joinsoup { width: 490px; }
  .basic-section-row-section-4 .widget-joinsoup { width: 330px; }
  .master-home2-section-custom-1 .basic-section-left, .master-home2-section-custom-2 .basic-section-left, .master-home2-section-custom-4 .basic-section-left, .master-category2-section-custom-1 .basic-section-left, .master-category2-section-custom-2 .basic-section-left, .master-category4-section-custom .basic-section-left, .master-category6-row-custom-1 .basic-section-left, .master-category6-custom-row-section-2 .basic-section-left { width: 900px; }
  .master-home2-section-custom-1 .basic-section-right, .master-home2-section-custom-2 .basic-section-right, .master-home2-section-custom-4 .basic-section-right, .master-category2-section-custom-1 .basic-section-right, .master-category2-section-custom-2 .basic-section-right, .master-category4-section-custom .basic-section-right, .master-category6-row-custom-1 .basic-section-right, .master-category6-custom-row-section-2 .basic-section-right { width: 330px; }
  .master-home2-section-custom-3 .master-home2-left { width: 458px; }
  .master-home2-section-custom-3 .master-home2-right { width: 772px; }
  .ticker { width: 85.9% !important; }
  .master-tag-article-content .slider-pro .sp-caption-container { width: 395px !important; }
  .basic-section-footer-middle-row-1 .basic-section-left { width: 230px; }
  .basic-section-footer-middle-row-1 .basic-section-right { width: 938px; padding: 0 15px; } }
@media (min-width: 1200px) { .container { width: 1230px; }
  .master-middle span { display: none; } }


@media (max-width: 1200px) { 
	
	.main-bottom .main-bottom-left ul li, .main-bottom .main-bottom-right ul li {
    padding: 8px 0px 8px 15px;
    position: relative;
    float: left;
    font-size: 12px;
}
.sf-menu > li > a {

    font-size: 18px;
    padding: 14px 12px;
}
.favorite-widget .post .post-type-image {
    float: none;
    margin-bottom: 20px;
    
    }
    .favorite-widget .post .post-content {
    margin: 0px;
}
    
	

}


@media (max-width: 1024px) { 
	
   
  .master-page-header .ticker { width: 82.8%; }
  .master-page-header .ticker-content { width: 87%; }
  .master-page-header .master-bottom-left li { padding: 18px 4px 17px 16px !important; }
  .master-page-header .sf-menu > li { padding: 0.65em 0 0.65em 8px !important; }
  .master-page-header .sf-arrows .sf-with-ul { padding-right: 25px !important; font-size: 18px; }
  .master-page-header .sf-menu > li > a { padding: 2px 7px !important; }
  .master-page-header .master-top-right .modal-dialog { width: 36% !important; }
  .top-slider .basic-section-left { width: 640px; }
  .top-slider .basic-section-right { width: 330px; }
  
  .master-footer .form-group .master-border { width: 100%; }
  .master-footer .form-group .form-control { width: 83%; }
  .master-footer .footer-title .form-inline .form-group span { padding: 0; }
  .master-footer .footer-title .form-inline .form-group span:first-child { width: 100%; display: inline-block; border-bottom: #000 solid 1px; border-right: none; }
  .master-footer .footer-title .form-inline .form-group .master-border { padding-bottom: 15px; }
  .master-footer .footer-title .form-inline .form-group .master-label-email { margin-top: 25px; display: inline-block; float: left; }
  .master-footer .footer-title .form-inline .form-group input[type="text"] { float: left; width: 57%; margin-top: 20px; margin-left: 10px; }
  .master-footer .footer-title .form-inline .form-group input[type="submit"] { margin-top: 19px; margin-left: 10px; padding: 5px 22px 4px; }
  
  
  .subheader-info h1 {
    color: #fff;
    font-size: 42px;
	}
  
  }
@media (max-width: 980px) { 
  .master-404 h3 { padding-left: 0px; }
  .master-404 span { padding-left: 0px; } }
@media (min-width: 768px) and (max-width: 992px) { 
	
  .main-menu-wrap {background: transparent !important; padding: 0 !important;}
	
  .master-menu-mobile .menu-mobile { position: absolute; top: 0px; left: 15px; width: 70px; height: 58px; text-align: center; line-height: 58px; color: white; font-size: 30px; margin: 0px; cursor: pointer; border-right: 1px solid white; display: block !important; }
  .master-nav-mobile, .master-nav-mobile ul, .master-nav-mobile li { background: #000000; list-style: none; }
  .master-nav-mobile ul { padding: 0; margin: 0 0 0 55px; }
  .master-nav-mobile { padding: 4px; margin: 0px; }
  .master-nav-mobile > li { margin: 4px 0; border-top: #121212 solid 1px; }
  .master-nav-mobile > li li { margin: 2px 0; border-top: #121212 solid 1px; }
  .master-nav-mobile > li li a { font-weight: 500; }
  .master-nav-mobile a { color: #ffffff; display: block; outline: none; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 700; }
  .master-nav-mobile li > a > span { float: right; font-size: 19px; font-weight: bolder; }
  .master-nav-mobile li > a:hover > span { color: #000000; }
  .master-nav-mobile li > a > span:after { font-family: FontAwesome; content: '\f13a'; color: #ffffff; font-size: 13px; }
  .master-nav-mobile li.open > a > span:after { font-family: FontAwesome; content: '\f139'; color: #ffffff; }
  .master-nav-mobile a:hover, .nav li.active > a { color: #bed73e; }
  .master-nav-mobile > li.active > a { color: #ffffff; }
  .master-nav-mobile li a { font-size: 14px; line-height: 18px; padding: 2px 10px; }
  .master-nav-mobile > li > a { font-size: 14px; line-height: 20px; padding: 4px 10px; position: relative; }
  .master-main-nav { display: none; }
  .master-footer .footer-title { font-size: 19px; }
  .master-footer .footer-title .form-inline input[type="text"] { width: 79%; }
  .master-footer .footer-title .form-inline .form-group input[type="submit"] { padding: 3px 20px 6px; }
  .master-footer .footer-title .form-inline .form-group input[type="text"] { width: 337px; }
  .master-footer .master-footer-middle .basic-section-row-other { margin-top: 30px; }
  .master-footer .master-footer-bottom .master-footer-left .master-footer-bottom-blog { margin-right: 40px; }
  .master-footer .master-footer-bottom .master-footer-right .footer-copyright p { text-align: center; padding: 30px 0; }
 
  .social-icons {text-align: left;}
   .content-inner .department-person {
    float: none;
    max-width: 100%;}
    .soupbasic-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 20px;

}
.content-inner blockquote {
    width: 90%;
}
  
  }
@media (max-width: 767px) { 
	
  .master-page-header .master-middle .nav-social-mobile { background: #000000; width: 100%; display: inline-block; }
  .master-page-header .master-middle .master-main-nav .nav-main { display: none; }
  .master-page-header .master-middle .master-breaking .js-hidden { display: block !important; }
  .master-page-header .master-middle .master-menu-mobile .menu-mobile { position: absolute; top: 0px; left: 15px; width: 70px; height: 58px; text-align: center; line-height: 58px; color: white; font-size: 30px; margin: 0px; cursor: pointer; border-right: 1px solid white; display: block !important; }
  .master-page-header .master-middle .master-nav-mobile, .master-page-header .master-middle .master-nav-mobile ul, .master-page-header .master-middle .master-nav-mobile li { background: #000000; list-style: none; }
  .master-page-header .master-middle .master-nav-mobile ul { padding: 0; margin: 0 0 0 55px; }
  .master-page-header .master-middle .master-nav-mobile { padding: 4px; margin: 0px; }
  .master-page-header .master-middle .master-nav-mobile > li { margin: 4px 0; border-top: #121212 solid 1px; }
  .master-page-header .master-middle .master-nav-mobile > li li { margin: 2px 0; border-top: #121212 solid 1px; }
  .master-page-header .master-middle .master-nav-mobile a { color: #ffffff; display: block; outline: none; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 700; }
  .master-page-header .master-middle .master-nav-mobile li > a > span { float: right; font-size: 19px; font-weight: bolder; }
  .master-page-header .master-middle .master-nav-mobile li > a:hover > span { color: #000000; }
  .master-page-header .master-middle .master-nav-mobile li > a > span:after { font-family: FontAwesome; content: '\f13a'; color: #ffffff; font-size: 13px; }
  .master-page-header .master-middle .master-nav-mobile li.open > a > span:after { font-family: FontAwesome; content: '\f139'; color: #ffffff; }
  .master-page-header .master-middle .master-nav-mobile a:hover, .master-page-header .master-middle .nav li.active > a { color: #bed73e; }
  .master-page-header .master-middle .master-nav-mobile > li.active > a { color: #ffffff; }
  .master-page-header .master-middle .master-nav-mobile li a { font-size: 14px; line-height: 18px; padding: 2px 10px; }
  .master-page-header .master-middle .master-nav-mobile > li > a { font-size: 14px; line-height: 20px; padding: 4px 10px; position: relative; }

  .top-slider .basic-section-left, .master-category4-section-custom .basic-section-left { width: 100% !important; }
  .top-slider .basic-section-right, .master-category4-section-custom .basic-section-right { width: 100% !important; }

  .master-footer .master-footer-bottom-blog ul { margin-top: 20px; }
  .master-footer .form-inline .form-control { float: left; width: 100%; }
  .master-footer .form-inline input[type="submit"] { margin-top: 10px; }
  .master-footer .form-inline label span { padding: 0 !important; width: 100%; display: inline-block; }
  .master-footer .form-inline .master-border { border-right: unset; }
  .master-footer .master-footer-middle .basic-section-row-other { margin-top: 30px; }
  .master-footer .master-footer-middle .basic-section-row-first { margin-top: 15px; }
  .master-footer .master-footer-right { margin-top: 45px; }
  .master-widget-article-list-post .entry-thum img { width: 100%; }
  .main-menu-wrap {background: transparent !important; padding: 0 !important;}
  
  .widget-contact-box {display: none;}
  .master-top-left {margin-bottom: 20px; text-align: center;}
  .social-icons a span {display: none;}
  .social-icons {text-align: center;}
  .social-icons a {margin: 0 10px;}
  .social-icons a i {font-size: 30px;}
  .soupbasic-content h1 {
    font-size: 50px;
    line-height: 1;
    margin: 0 0 20px;
}
.soupbasic-content h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 30px;
}

.content-inner blockquote {
    width: 90%;
}
  
  
  }

@media (max-width: 640px) {
  .master-video-container { padding-bottom: 64.6% !important; }
  .main-menu-wrap {background: transparent; padding: 0;}
  .master-widget-category3-columns .basic-section-row-colums-other h2, .master-widget-category3-columns .basic-section-row-colums-other h3 { margin-top: 40px; }
  .master-footer .master-footer-bottom .master-footer-right { text-align: center !important; }
  .master-footer .master-footer-middle { margin-top: 20px; }
  .master-footer .footer-title .form-inline .form-group { display: inline-block; border-bottom: #000000 solid 1px; padding-bottom: 30px; }
  .master-footer .footer-title .form-inline .form-group input[type="text"] { margin-left: 0; width: 72.7%; }
  .master-footer .footer-title .form-inline .form-group input[type="submit"] { float: left; }
   .content-inner .department-person {
    float: none;
    max-width: 100%;
    width: 100%;
}
  
 

  
  }
@media (max-width: 617px) { 
	
  .master-category6-custom-row-section-2 .master-comment-list .master-media-fist .master-heading { width: 86%; }
  
  .master-footer .footer-title .form-inline .form-group input[type="text"] { width: 420px; }
  
   }
@media (max-width: 480px) { 
  
  .master-page-header .sb-search .sb-icon-search { right: -15px !important; }
  .master-page-header .sb-search .sb-search-input { width: 90% !important; }
  .master-menu-mobile .menu-mobile { position: absolute; top: 0px; left: 15px; width: 70px; height: 58px; text-align: center; line-height: 58px; color: white; font-size: 30px; margin: 0px; cursor: pointer; border-right: 1px solid white; }
  .master-nav-mobile, .master-nav-mobile ul, .master-nav-mobile li { background: #000000; list-style: none; }
  .master-nav-mobile ul { padding: 0; margin: 0 0 0 55px; }
  .master-nav-mobile { padding: 4px; margin: 0px; }
  .master-nav-mobile > li { margin: 4px 0; border-top: #121212 solid 1px; }
  .master-nav-mobile > li li { margin: 2px 0; border-top: #121212 solid 1px; }
  .master-nav-mobile a { color: #ffffff; display: block; outline: none; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 700; }
  .master-nav-mobile li > a > span { float: right; font-size: 19px; font-weight: bolder; }
  .master-nav-mobile li > a:hover > span { color: #000000; }
  .master-nav-mobile li > a > span:after { font-family: FontAwesome; content: '\f13a'; color: #ffffff; font-size: 13px; }
  .master-nav-mobile li.open > a > span:after { font-family: FontAwesome; content: '\f139'; color: #ffffff; }
  .master-nav-mobile a:hover, .nav li.active > a { color: #bed73e; }
  .master-nav-mobile > li.active > a { color: #ffffff; }

  .master-footer .footer-title .form-inline .form-group .master-label-email { margin-top: 15px; }
  .master-footer .footer-title .form-inline .form-group input[type="text"] { width: 283px; margin-top: 15px; }
  .master-footer .footer-title .form-inline .form-group input[type="submit"] { margin-top: 14px; } 
  
  .subheader-info {
	  position: relative;
	  background: transparent;
	  padding: 20px;
  }
  .subheader-info h1, .subheader-info p {color: #000;}
  
  .subheader-info h1 {font-size: 50px;}
  .subheader-info p {font-size: 14px; width: 100%;}
  .soupbasic-content.with-padding {padding-left: 20px;}
  .side-navigation {margin: 20px 0;}
  
  }
@media (max-width: 360px) { 
  
  .master-contact .master-title-category { background: none; }
  .master-contact .breadcrumb { float: left; padding-left: 0; margin-top: 20px; }
  .master-page-header .sb-search .sb-search-input { width: 86% !important; }
  .master-widget-article-thumb-medium .master-widget-left .entry-item .entry-thum { margin-right: 0; }
  .master-breadcrumb-element { float: left !important; padding: 0 !important; }
  .master-widget-category3-heading { margin-top: 70px; }


  .master-category6-custom-row-section-2 .master-control-article-post .left { padding: 6px 0px 6px 35px; }
  .master-footer .form-group .form-control { width: 100% !important; }
  .master-footer .form-group input[type="submit"] { margin-left: 0 !important; margin-top: 15px; }
  .master-footer .master-footer-right .footer-copyright { text-align: center; }
  .master-footer .master-footer-right .footer-copyright p { padding: 30px 0 !important; }

  }
@media (max-width: 320px) { 



 }
.zz form {
    margin-bottom: 0;
}
.zz form button, #find{
    position: relative;
    width: auto;
    height: auto;
}