/*
Theme Name:     Yd theme
Description:    Дочерняя тема для темы Busiprof
Author:         Shad
Template:       busiprof
Version:        0.1.0
*/

@font-face{
    font-family: robotoslub;
    src:url('fonts/RobotoSlab-Regular.ttf');
}
@font-face{
    font-family: opensansbold;
    src:url('fonts/OpenSans-Bold.ttf');
}

body, p, a, h2, h3, h4, h5, .entry-content {font-family: robotoslub, sans-serif;color: #333;}

h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5, h6, .h6{
    font-family:robotoslub;
    color: #333;
    margin: 1em 0;
}

@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/genericons-regular-webfont.woff') format('woff'),
    url('fonts/genericons-regular-webfont.ttf') format('truetype'),
    url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.text-pre {white-space: pre-line;}

body {background: #f5f5f5;}
header {background: #fff;}

/* ============== my animation ================ */
/* The animation code */
@keyframes arrows {
    0%   {right: 0;}
    18%   {right: 20px;}
    36%   {right: 0;}
    48%   {right: 10px;}
    60%   {right: 0;}
    78%   {right: 5px;}
    100%   {right: 0;}
}

/* skip nav */

#skipnav {
    clip-path: inset(1px 1px);
    overflow: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
}
#skipnav:focus {
    width: auto;
    height: auto;
    left: 50%;
    padding: 10px;
    border: 1px solid black;
}

/* ============ my custom style =============== */
#section {
    margin: 0;
    padding: 0;
}
.main-content {
    padding-top: 30px;
}
.white-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.white-bg { background: #fff; }

.go-btn,
.go-btn-subscr {
    font-family: opensansbold;
    display: block;
    padding: 10px 16px;
    /*text-transform: uppercase;*/
    color: #fff;
    position: relative;
    margin-top: 20px;
}

.go-btn:hover,
.go-btn-subscr:hover {color: #333;}

.go-btn:hover .arrow,
.go-btn-subscr:hover .arrow {color: #fff;}

.go-btn:hover .arrow,
.go-btn-subscr:hover .arrow {
    animation-name: arrows;
    animation-duration: 600ms;
    animation-timing-function: ease;
}

.go-btn .arrow,
.go-btn-subscr .arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
}

input[type="text"].search_btn {margin: 0;width: auto;}

/* =============== ICONS ================== */
.myicons {position: relative;}
.myicons:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
}
.icon-link:after {background: url('/wp-content/uploads/2018/04/open-in-new.png') no-repeat center center;}
.icon-mail:after {background: url('/wp-content/uploads/2018/04/email-outline.png') no-repeat center center;}
.icon-phone:after {background: url('/wp-content/uploads/2018/04/phone.png') no-repeat center center;}
.icon-marker:after {background: url('/wp-content/uploads/2018/04/map-marker.png') no-repeat center center;}
.icon-messenger:after {background: url('/wp-content/uploads/2018/04/facebook-messenger.png') no-repeat center center;}


/* ============= TYOGRAPHY ================ */
.align-c {text-align: center;}
h2.bg-heading,
h1.bg-heading {
    background: linear-gradient(to right, #fe6a39 , rgba(254, 106, 57, 0.5));
    padding: 20px 130px;
    /*text-transform: uppercase;*/
    color: #fff;
    position: relative;
    font-size: 24px;
    padding-right: 15vw;
}
h2.bg-heading:before,
h1.bg-heading:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100px;
    height: 3px;
    top: 48%;
    left: 20px;
}

/* ============== NAV MENU ================ */
nav.navbar.navbar-default {
    background: transparent;
}
.navbar-brand {
    line-height: initial;
    margin-right: 0;
    padding: 0;
}

	.navbar-brand img{
		height:100px;
	}
.navbar-default .navbar-nav > li {
    border-left: 0;
}
.navbar-default .navbar-nav > li > a {
    font-family: robotoslub, sans-serif;
    color: #333;
    padding: 10px;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #333;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:before,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.current-menu-item > a,
.dropdown-menu > li.current-menu-item > a:hover {
    background: transparent;
    color: #333;
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li.menu-item > a:hover:after {
    content: "";
    position: absolute;
    background-color: #fe6a39;
    bottom: 0;
    height: 5px;
    left: 10px;
    right: 10px;
}

.navbar-nav .open .dropdown-menu {
    background: #fff;
}
.navbar-nav .open .dropdown-menu > li > a {
    color: #333;
    border: 0;
    position: relative;
    font-family: robotoslub;
}

#menu-top-menu > li:first-child .dropdown-menu li.current-menu-item a:after {
    display: none;
}

.dropdown-menu > li.menu-item > a:hover:after,
.dropdown-menu > .active > a:after,
.dropdown-menu > .active > a:hover:after,
.dropdown-menu > .active > a:focus:after,
#menu-top-menu > li:first-child .dropdown-menu li.current-menu-item a:hover:after {
    content: "";
    position: absolute;
    background-color: #fe6a39;
    bottom: 0;
    height: 5px;
    left: 10px;
    right: 10px;
}
#menu-top-menu > li:first-child .dropdown-menu li.current-menu-item a:hover:after { display: block;}

.social-icon-wrapper {
    display: inherit;
    float: right;
    padding: 0.5rem;
    text-align: right;
    font-size: 1.5rem;
}
.social, .icons {
    background:#ddd;
    color: #333;
    border-radius: 50%;
    font-family: 'Genericons';
    font-size: 18px;
    font-style: normal;
    overflow: hidden;
    padding: 0.5em;
}
.social:after {
    color: #fff;
}
.top-bar {
    height: auto;
    overflow: hidden;
    color: #202020;
    font-size: 1.5rem;
    position: relative;
    padding-right: 10px;
}
.top-bar:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 50%;
    border-bottom: 2px solid #eee;
}
.top-bar .social, .top-bar .icons {
    background: none;
    overflow: hidden;
    padding: 0.2em;
}
.social-feed:before { content: '\f413'; } .social-feed:hover { color:#FD9822; }
.social-twitter:before { content: '\f202'; } .social-twitter:hover { color:#55ACEE; }
.social-facebook:before { content: '\f203'; } .social-facebook:hover { color:#3B579B; }
.social-googleplus:before { content: '\f206'; } .social-googleplus:hover { color:#DD4B39; }
.social-linkedin:before { content: '\f208'; } .social-linkedin:hover { color:#0077B4; }
.social-youtube:before { content: '\f213'; } .social-youtube:hover { color:#e32525; }
.social-instagram:before { content: '\f215'; } .social-instagram:hover { color:#3f729B; }
.social-pinterest:before { content: '\f210'; } .social-pinterest:hover { color:#CE454D; }
.icon-search:before { content: '\f400'; }
.icon-remove:before {content: '\f405';}
.icon-checkmark:before { content: '\f418'; }
.icon-search:before {
    content: '\f400';
}
.icon-remove:before {
    content: '\f405';
}
.toggle-search {
    display: inline-block;
    float: right;
    padding: 0.5rem;
    text-align: right;
    font-size: 1.5rem;
}
.toggle-search .icons.icon-search {
    color: #ccc;
}
.top-bar .icon-search.active {
    display: none;
}
.top-bar .icon-remove {
    display: none;
}
.top-bar .social, .top-bar .icons {
    background: none;
    overflow: hidden;
    padding: 0.2em;
}
.top-bar .toggle-search .icon-remove {
    display: none;
}
.top-bar .toggle-search .icon-remove.active {
    display: inline;
}
.wrapper-search-container {
    position: absolute;
    top: 0;
}
.wrapper-search-top-bar {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    z-index: 999;
}

header#header.scroll {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255,255,255,.95);
}
.pre-scroll {
    margin-top: 100px;
}

.lang {float: right;margin-top: 3px;margin-left: 20px;}
.lang div {display: inline-block;}
.lang a {padding: 0 5px 4px;}
.lang a.active {color: #fe6a39; border:1px solid #fe6a39;border-radius: 8px;}

/* ===================== first section - SLIDER ======================== */
.metaslider .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
}
.metaslider .slider-wrapper .nivo-controlNav a.nivo-control {
    border:1px solid #fe6a39;
    background: transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.metaslider .slider-wrapper .nivo-controlNav a.nivo-control.active {
    background: #fe6a39;
}
.theme-default .nivo-caption {
    font-family: robotoslub;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 0 150px 20px 20px;
}

/* ================= NEWS ====================== */
.news-box {
    border: 1px solid rgba(50, 50, 50, 0.1);
    background: #fff;
}
.news_item {margin-bottom: 30px;}
.news-thumb {height: 150px;}
.news-thumb img {height: 100%;}
.news-meta {
    color: #888;
    padding: 0 25px;
}
.news-title {
    color: #111;
    font-size: 18px;
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news-content p {
    padding: 0 25px;
    font-size: 13px;
    line-height: initial;
    color: #555;
}
.more-link {display: none;}
.my_readmore {
    background: #999;
    padding: 10px 25px;
}
.my_readmore .arrow {
    color: #ffffff;
    background: #7f8080;
}

/* ------------------ MULTIMEDIA ------------------ */
.multirow {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.multirow > div {
    width: 24%;
    margin-bottom: 20px;
}
.multimedia .multi_block {
    position: relative;
    padding-top: 60%;
    background-position:top center;
    background-size: cover;
}
.multimedia .bg_image {
    height: 150px;
    width: 100%;
}
.multimedia .under-bg-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
}
.multimedia .under-bg-block h3{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    font-family: opensansbold;
}
.multimedia .btn-more {
    background: #fe6a39;
    margin: 0;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.multimedia .btn-more .arrow {
    background: #ff5218;
    line-height: 34px;
}

/* ========================== SIDEBAR ====================== */
.search-side-bar {
    max-width: 250px;
    margin: 0 auto 15px;
}
form#searchform2 {
    border-bottom: 2px solid #f86c2f;
    white-space: nowrap;
}
.search-side-bar .search_btn {
    border: transparent;
    max-width: 80%;
}
.search-side-bar .icon-search-sidebar {
    padding: 0 10px;
    line-height: initial;
    color: #f86c2f;
    font-weight: bold;
    border: transparent;
    background: transparent;
}
.search-side-bar .icon-search-sidebar:before { content: '\f400'; }

.helpus-btn {
    background: #fe6a39;
    width: 200px;
    margin: 10px auto;
    font-size: 14px;
}
.helpus-btn .arrow {
    background: #ff5218;
}
.subscribe-btn {
    background: #3a5897;
    width: 200px;
    margin: 10px auto;
}
.subscribe-btn .arrow {
    background: #2d4b89;
}

.facebook-title {
    color: #3a5897;
    font-size: 16px;
    line-height: initial;
    font-weight: bold;
    text-align: center;
}
.facebook-symbol {
    text-transform: none;
    font-size: 19px;
    font-weight: bold;
    vertical-align: bottom;
    padding: 5px;
}
.form-block {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}
.form-block img {
    margin: 0 auto;
}
.go-btn-subscr {
    background: #fe6a39;
    text-align: left;
    border: none;
    width: 100%;
}
.go-btn-subscr .arrow {
    background: #ff5218;
}
.sfp-container { text-align: center; }

/* ==================== footer ============ */
.footer-sidebar {background: #fff;}
.logo-img a.navbar-brand {width: 100%;}
.logo-img a.navbar-brand img {margin-left: -18px;}
.social-footer .social-icon-wrapper{
    display: block;
    float: none;
    text-align: left;
    padding: 0;
}
.social-footer .social-icon-wrapper .social {
    float: none;
    background: transparent;
}

.bot_menu .nav {
    float: unset!important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100px;
}
.bot_menu ul li a {
    color: #333;
    padding: 0 7px;
    font-size: 14px;
    font-family: robotoslub;
}

.bot_menu ul li a .caret {display: none;}

.bot_menu ul li a:hover,
.bot_menu ul li a:focus,
.bot_menu ul li.open a,
.bot_menu ul li.open a:hover,
.bot_menu ul li.open a:focus {background: transparent; outline: none; }

.bot_menu ul .dropdown-menu,
.bot_menu ul .open .dropdown-menu {display: none;}

.sponsors-right {padding-left: 80px;}
img.sponsors-logo {float: left;height: 70px;}

.myname {margin: 10px 0 50px;}
.myname .social {
    background: none;
    padding: 0;
    float: none;
    position: relative;
    top: 4px;
}

.bot_menu .navbar-nav > li.current-menu-item > a:after,
.bot_menu .navbar-nav > li.menu-item > a:hover:after { display: none; }

.copiright-text p {
    margin-top: 20px;
    font-size: 14px;
    font-family: verdana;
}

/* ******************** PAGES ********************** */
.page-content { padding: 0; font-size: 14px;}
.single-post .site-content .entry-content { text-align: justify; }
.single-post .site-content a { color: #337ab7; }
.single-post .site-content a:hover { text-decoration: underline; }

.page-template-default section .container { padding-top: 20px; }

/* contacts */
.entry-content {
    background: #fff;
}

.row.contacts { display: flex; }
.contacts .right-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
}
.contacts .right-col .row {margin-bottom: 10px;}
.contacts .right-col h3 {text-align: center;}
.contacts .right-col .uppercase {display: block;}
.contacts .align-c img.alignnone { margin: 0 auto; }

/* partners */
.page-header { border-bottom: none; }
.logo-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.logo-list > a {
    display: block;
}
.logo-list img {
    max-height: 100px;
    width: auto;
    margin-right: 60px;
    margin-top: 45px;
    height: auto;
    width: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 300ms;
}

.logo-list img:hover { -webkit-filter: grayscale(0); filter: grayscale(0); cursor: pointer; }

/* about us */
.team-block { margin-bottom: 20px; }
.team-img { position: relative; padding-top: 100%; }
.team-img img { top: 0; height: 100%; width: 100%; position: absolute; border-radius: 50%; border: 1px solid #f86c2f;}
.aboutus-block img { margin-bottom: 20px; }
.team-item { background: #fff; padding: 20px; }
.team-content.align-c {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* vacancy page */
.vacancy-block .accordion {
    background-color: #fe6a39;
    color: #eee;
    font-weight: bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.vacancy-block .accordion:after {
    content: '\002B';
    color: #eee;
    font-size: 25px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.vacancy-block .active:after {
    content: "\2212";
}
.vacancy-block .active,
.vacancy-block .accordion:hover {
    background-color: #ff5218;
}
.vacancy-block .panel {
    padding: 0 18px;
    margin: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* category page */
.site-content {
    border: none;
    padding: 0;
}
.site-content .post {
    background-color: #fff;
}
article.post.row,
.single article.post {
    background-color: #fff;
    padding: 15px 0;
    margin: 0 0 20px;
    position: relative;
}
.newsblock article.post.row {
    border-top: 1px solid #ddd;
}
.newsblock article.post.row:first-child {
    border: 0;
}
.single article.post {
    padding: 15px;
}
.archive.category .post.row img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-bottom: 0;
}
.newsblock .post.row .entry-content,
.archive.category .post.row .entry-content {
	position:absolute;
    right: 15px;
    bottom: 15px;
}
.newsblock .post.row .entry-content a.my_readmore.go-btn,
.archive.category .post.row .entry-content a.my_readmore.go-btn {
    width: auto;
    display: inline-block;
    font-size: 12px;
    padding: 8px 75px 8px 25px;
}
.newsblock .post.row .col-sm-8,
.archive.category .post.row .col-sm-8 {
	position: unset;
}
.newsblock .post.row .entry-content a.my_readmore.go-btn .arrow,
.archive.category .post.row .entry-content a.my_readmore.go-btn .arrow {
     line-height: 38px;
}
.archive.category .post.row .entry-meta a {
    font-size: 10px;
    line-height: 12px;
}


/* reports page */
.report-item {
    background-color: #fff;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 20px;
}
.report-item span {
    display: inline-block;
    padding: 11px;
}
.report-item a {
    float: right;
    background: #fe6a39;
    font-family: opensansbold;
    font-size: 14px;
    padding: 10px 16px;
    margin: 0;
    /*text-transform: uppercase;*/
    color: #fff;
}
.report-item a:hover {
    color: #333;
    text-decoration: none;
}

/*************************************************** */

.sidebar-banner-vpo {
    margin-bottom: 3rem;
    transition: 100ms ease-in-out;
}
.sidebar-banner-vpo:hover {
    transform: scale(1.02);
}

/* *********************** ZAMER WINDOWSa ******************* */


/* konec sbrosa */


/* ************** testimonial ***************** */



@media (max-width:1920px){
}
@media (max-width:1620px){
}
@media (max-width:1500px){
}
@media (max-width:1410px){
}
@media (max-width: 1300px){
}
@media (max-width:1200px){
}
@media only screen and (max-width:1024px){
.logo-list img {
    max-height: 50px;
    margin-right: 30px;
    margin-left: 30px;
}
.multirow > div {
    width: 49%;
    margin-bottom: 60px;
}
}
@media (max-width: 992px){
}
@media (max-width:768px){
    .lang { margin-bottom: 3px; margin-left: 0;}
    h2.bg-heading { padding: 20px; }
    .social-icon-wrapper, .toggle-search, .top-bar:after, h2.bg-heading:before { display: none; }
    .row.contacts { display: block; }
	.bot_menu ul li a { text-align: center; }
}
@media (max-width:520px){
	
.multirow > div {
    width: 100%;
}
	.navbar-brand img{
		height:70px;
	}
	img.size-medium {
    	width: 100%;
	}
}
@media (max-width:420px){

}
@media (max-width:380px) {
	
	.new-format-logo { margin: 45px 0 0; }
}


@media only screen and (max-width:992px) and (min-width:768px){
    .navbar.navbar-default .container{width:auto;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
    .navbar-header,
    .navbar-left,
    .navbar-right{float:none !important;}
    .navbar-toggle{display:block;}
    .navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-fixed-top{top:0;border-width:0 0 1px;}
    .navbar-collapse.collapse{display:none!important;}
    .navbar-nav{float:none!important;margin-top:7px;}
    .navbar-nav>li{float:none;}
    .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;}
    .collapse.in{display:block !important;}
    .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;}
}

/*.top-bar .lang { display: none;}*/