/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 9.5
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@font-face {
  font-family: BebasNeueBook;
  src: url('fonts/BebasNeueBook/BebasNeueBook.eot'),
       url('fonts/BebasNeueBook/BebasNeueBook.ttf') format('truetype'),
       url('fonts/BebasNeueBook/BebasNeueBook.svg') format('svg'),
       url('fonts/BebasNeueBook/BebasNeueBook.woff') format('woff');
}

@font-face {
  font-family: RussoOne;
  src:  url('fonts/RussoOne/RussoOne.eot'),
	url('fonts/RussoOne/RussoOne.woff') format('woff'),
	url('fonts/RussoOne/RussoOne.ttf')  format('truetype'),
	url('fonts/RussoOne/RussoOne.svg') format('svg');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  
       url('fonts/Roboto-Medium.woff') format('woff'), 
       url('fonts/Roboto-Medium.ttf')  format('truetype'), 
       url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  
       url('fonts/Roboto-Light.woff') format('woff'), 
       url('fonts/Roboto-Light.ttf')  format('truetype'), 
       url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
}

/*---   COMMON    HEADER AND LOGO   ---*/

.mltlngg_switcher{
	position: absolute;
  right: 2.3%;
  top: 14px;
  z-index: 1000;
}
.header_inner {
  padding: 0 2.5%;
  background: #fff;
}
.header_inner,
.header_top_bottom_holder,
.header_bottom,
.header_inner_left,
.q_logo a {
  height: 150px !important;
  margin: 0 !important;
}
header.centered_logo .header_inner_left {
  width: 240px;
  margin: 0 !important;
  float: left!important;
  display: inline-block!important;
}
.q_logo img {
  transform: none!important;
  position: relative!important;
  width: 100%!important;
  height: auto!important;
  top: 10px!important;
}
.header_bottom {
  padding: 0 !important;
}
header.centered_logo .header_inner_right {
  height: 0;
}
.page-template-default header.centered_logo .logo_wrapper {
  height: 55%!important;
} 
.page-template-default .header_bottom {
  position: relative;
}


/*---   COMMON    MENU STYLE   ---*/


.main_menu {
  width: auto;
  max-width: 100%;
  top: 65px;
  margin: 0 30px;
}
.single-post header.centered_logo nav.main_menu,
.page-template-default header.centered_logo nav.main_menu {
  position: absolute;
  width: 95%;
  left: 0;
  top: 90px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.my-menu-item {
  width: 11%;
  padding: 0 !important;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  margin-right: 0!important;
}
.my-menu-item:first-child {
  width: 18%;
}
.my-menu-item:nth-child(3), 
.my-menu-item:nth-child(4), 
.my-menu-item:nth-child(5), 
.my-menu-item:nth-child(6) {
  width: 9%;
}
.my-menu-item:nth-child(8) {
  width: 12%;
}
.my-menu-item a {
  width: 100%;
  text-align: center;
  padding: 0px !important;
  height: auto !important;
  vertical-align: middle;
  line-height: 36px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
  color: #000!important;
  border-radius: 10px;
  text-transform: uppercase!important;
}
.my-menu-item:hover{
  background-color: #9bcb3b !important;
  border-radius: 10px;
}
.my-menu-item.active a{
  font-weight: 600 !important;
}
.my-menu-item.active,
.my-menu-item.active:hover {
  background-color: #9bcb3b !important;
}
.my-menu-item a:hover,
.my-menu-item.active a:hover,
.my-menu-item:hover a {
  background-color:transparent!important
}




/*---   HOME PAGE HEADER AND LOGO   ---*/

.home .mltlngg_switcher{
	position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
.home .header_inner,
.home .header_top_bottom_holder,
.home .header_bottom,
.home .header_inner_left {
  height: 280px !important;
  margin: 0 !important;
}
.home header.centered_logo .header_inner_left {
  margin: 0 !important;
}
.home .q_logo img {
  position: absolute!important;
  height: 45% !important;
  top: 18%!important;
  -webkit-transform: translate(-50%,0)!important;
  -moz-transform: translate(-50%,0)!important;
  -ms-transform: translate(-50%,0)!important;
  -o-transform: translate(-50%,0)!important;
  transform: translate(-50%,0)!important;
}
.home header.centered_logo .header_inner_left {
  width: 100%;
}
.home .header_inner,
.home .header_top_bottom_holder,
.home .header_bottom {
  height: 330px;
  padding: 0;
}
.home .header_bottom {
  padding: 0 !important;
}
.home header.centered_logo .header_inner_right {
  height: 0;
}


/*---   HOME PAGE MAIN MENU STYLES   ---*/

.home .main_menu {
  width: 100%;
  max-width: 100%;
  margin: 0!important;
  margin-top: -100px !important;
}

.home .my-menu-item {
  width: 10.5% !important;
  height: 48px;
  background-color: #0675b7 !important;
  line-height: 48px;
  border-radius: 0;
  margin: 0!important;
  padding: 0!important;
}

.home nav.main_menu ul li:first-child {
  width: 16%!important;
}

.home nav.main_menu ul li:nth-child(3),
.home nav.main_menu ul li:nth-child(4),
.home nav.main_menu ul li:nth-child(5),
.home nav.main_menu ul li:nth-child(8) {
  width: 10.5%!important;
}


.home .my-menu-item a {
  width: 100%;
  text-align: center;
  padding: 0px !important;
  height: auto !important;
  vertical-align: middle;
  line-height: 48px !important;
  font-size: 24px;
  margin-top: -2px !important;
  font-family: BebasNeueBook, 'Roboto', sans-serif !important;
  color: #fff !important;
  border-radius: 0;
  text-transform: uppercase;
}

.home .my-menu-item:hover,
.home .my-menu-item a:hover {
  background: #9bcb3b !important;
}

.home .my-menu-item:hover  a{
  font-weight: 600 !important;
  color: #000;
}

.home .my-menu-item.active {
  background-color: #9bcb3b !important;
}

/*---   MOBILE MENU STYLES   ---*/

.mobile_menu_button {
  height: 65px;
  margin-left: 10px !important;
  margin-top: 10px !important;
    z-index: 10000;
}

.mobile_menu_button span {
  font-size: 30px !important;
  display: inline !important;
  color: #0675b7 !important;
}

nav.mobile_menu {
  float: none !important;
}

.mobile_menu {
  margin-top: -60px !important;
}

.mobile_menu .my-menu-item {
  width: 100%;
  height: auto;
}

.mobile_menu .my-menu-item a {
  padding: 4px !important;
}

.qode_icon_font_awesome.fa.fa-bars {
  color: #0675b7 !important;
}



/*--- HOME PAGE TEXT ---*/

.block-first {
  width: 100%;
  background-color: #00b8e8;
}

.block-second p {
  color: #fff !important;
}

.block-second {
  padding: 40px 0;
  background-color: rgba(44, 68, 72, 0.6);
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 500;
  text-align: center;
}

.block-second strong {
  display: inline-block;
  margin-top: 20px;
  margin-left: -20px;
  font-weight: normal;
  font-family: RussoOne, 'Roboto', sans-serif !important;
}

.block-second-content {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto !important;
  height: 600px;
  overflow-y: scroll;
  padding-left: 20px;
  text-align: left;
}

.block-second-content::-webkit-scrollbar {
  width: 30px;
}

/*---   COMMON TEXT STYLES   ---*/

.first {
  padding: 20px 10%;
  background-color: #eaf2f5;
  line-height: 38px;
  text-align: left;
  font-size: 28px;
}

.second {
  padding: 30px 10%;
  line-height: 38px;
  font-size: 24px;
  font-weight: 100;
  text-align: left;
  font-family: 'Roboto-Light';
}

/*---   POEM TITLE   ---*/

.poem-title {
  display: inline-block;
  width: 20%;
  padding: 10px;
  border-radius: 50px;
  border: 4px solid #fff;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 40px;
  font-family: BebasNeueBook, 'Roboto', sans-serif !important;
  font-weight: 600 !important;
}

.poem-title-before,
.poem-title-after {
  content: "";
  background-color: #fff;
  height: 4px;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

/*POEM SCROLLBAR*/

#mCSB_1_container {
  width: 40% !important;
  padding: 20px;
}

#mCSB_1_container br {
  display: none;
}

#mCSB_1_scrollbar_vertical {
  width: 4px;
}

#mCSB_1_dragger_vertical {
  height: 50px !important;
}

/*---   FOOTER   ---*/

footer #footer-credits ul li a{
    background: transparent!important;
}

footer .container_inner {
  width: 100% !important;
}

.footer_top {
  padding: 30px 3% !important;
  padding-bottom: 0px !important;
}

.footer_bottom_holder {
  padding: 0px 3% !important;
}

.two_columns_50_50>.column1 {
  width: 98% !important;
  text-align: left;
}
.two_columns_50_50>.column2 {
  width:26.5% !important;
  position: absolute;
  right: 0;
  top: 32px;
}

.two_columns_50_50>.column1 #footer-credits {
  text-align: left;
  padding: 0 !important;
}

.page #footer-credits ul li a {
  font-weight: 300!important;
}

.page #footer-credits ul li a:active {
  background: none !important;
}

.page footer .my-menu-item {
  width: auto!important;;
  height: auto!important;;
  line-height: 24px;
  background: none !important;
  padding: 0!important;
  margin: 0!important;
}

.page footer .my-menu-item a {
  text-decoration: underline !important;
  font-family: Roboto !important;
  font-size: 14px!important;
  line-height: 36px!important;
}

.page footer,
.page .footer_bottom {
  font-family: Roboto !important;
  font-size: 14px!important;
  font-weight: 300 !important;
}

.page footer .my-menu-item:hover,
.page footer .my-menu-item a:active {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 8px;
}

footer .my-menu-item:hover a,
footer .my-menu-item.active a {
  text-decoration: none !important;
  font-weight: bold !important;
  background-color: transparent!important;
}

footer .my-menu-item::before {
  content: '' !important;
}

.footer_bottom {
  vertical-align: top !important;
}

.footer_bottom div {
  text-align: left;
  margin-left: 10px;
  vertical-align: top;
}

.footer_bottom div:first-child {
  text-decoration: underline;
  color: #e7e512;
  cursor: pointer;
}

.footer_bottom div:hover:first-child {
  color: #fff;
}

footer .alignright {
  margin: 0px !important;
  max-width: 237px !important;
}

footer {
  margin-top: 50px !important;
}


.home footer {
  margin-top: 0 !important;
}


/*---   STYLES FOR OTHER PAGES   ---*/

.mltlngg-lang-button-icons, 
.mltlngg-lang-button-icons:active, 
.mltlngg-lang-button-icons:hover, 
.widget .mltlngg-lang-button-icons, 
.widget .mltlngg-lang-button-icons:active, 
.widget .mltlngg-lang-button-icons:hover {
    min-width: 40px;
    height: 30px;    
    outline: none;
}
.mltlngg_switcher .mltlngg-lang-button-icons {
  background: #e5f5fb;
  border-radius: 3px;
  margin-right:5px;
}
.mltlngg_switcher .mltlngg-lang-button-icons img {
  display: none;
}
.mltlngg-lang-button-icons:first-child:before {
  display: inline-block;
  content: 'РУС'; 
  color: #a4b4bd; 
}
.mltlngg-lang-button-icons:nth-child(2):before {
    display: inline-block;
    content: 'УКР';
    color: #a4b4bd;
}
.mltlngg-ru_RU .mltlngg_switcher .mltlngg-lang-button-icons:first-child {
  background: #0675b7;  
}
.mltlngg-ru_RU .mltlngg_switcher .mltlngg-lang-button-icons:first-child:before {
  color: #fff;
}
.mltlngg-uk .mltlngg_switcher .mltlngg-lang-button-icons:nth-child(2) {
  background: #0675b7;  
}
.mltlngg-uk .mltlngg_switcher .mltlngg-lang-button-icons:nth-child(2):before {
  color: #fff;
}

.home .content .wpb_wrapper .grey-block {
  background: #eaf2f5;
  padding: 3% 20%;
  text-align: center;
  font-family: 'Roboto-Light';
  font-size: 32px;
  line-height: 46px;
  color: #000;
}
.container_inner {
  width: 100% !important;
}
.content-img {
  width: 80%;
}
.experience.second {
  padding: 20px 10%;
}
.action .first,
.fear .first,
.hurt .first,
.wine .first {
  padding: 20px 10%;
}

.action .second,
.fear .second,
.hurt .second,
.wine .second {
  padding: 30px 10%;
}
.action .scheme {
  width: 45%;
}
.fear .scheme {
  width: 30%;
}
#featured-img-id img {
  width: 100%;	
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.content .content_inner  {
  background-image: url(http://bez-granic.com.ua/wp-content/uploads/2016/10/background-404.png);
  background-size: cover;		
}
.content .content_inner:after {
   content: " ";
   display: block;
   position: absolute;
   background: rgba(255, 255, 255, 0.4);
   width: 100%;
   height: 100%;
   opacity: 0.6;
   z-index: 0;
   bottom: 0;
   left: 0;
}
.page.page-id-387 .content .content_inner   {
  background-image: none;  
  min-height: 650px;
  position: relative;
}
.page.page-id-387 .content .content_inner:after {
   content: " ";
   display: block;
   position: absolute;
   background-image: url(http://bez-granic.com.ua/wp-content/uploads/2016/10/video-bg.jpg);
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: cover;
   width: 100%;
   height: 100%;
   opacity: 0.6;
   z-index: 0;
   bottom: 0;
   left: 0;
}
.error404 .content .content_inner {
  background-image: none;
}
.error404 .content .content_inner:after {
  content: " ";
   display: block;
   position: absolute;
   background-image: url(http://bez-granic.com.ua/wp-content/uploads/2016/10/background-404.png);
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: cover;
   width: 100%;
   height: 100%;
   opacity: 0.6;
   z-index: 0;
   bottom: 0;
   left: 0;
}
.content .container {
  background: transparent!important;
}
.content .container .container_inner .action,
.content .container .container_inner .fear,
.content .container .container_inner .wine,
.content .container .container_inner .hurt,
.content .container .container_inner .video,
.content .container .container_inner .travma,
.content .container .container_inner .contact,
.content .container .container_inner .good-news,
.content .container .container_inner .blog_single {
  width: 94%;
  margin: 26px auto;
  border-radius: 20px;
  background: #f3f3f3;	
  padding-bottom: 20px;	
  position: relative;
  z-index: 10;
}
.content .container .container_inner .contact,
.content .container .container_inner .good-news,
.content .container .container_inner .blog_single  {
  padding:20px;
}
.content .container .container_inner .contact .foto-block {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.content .container .container_inner .contact .contact-info {
  display: inline-block;
  width: 68%;
}
.content .container .container_inner .contact .second {
  padding: 5px 5%;
  line-height: 31px;
  font-size: 20px;
}
.content .container .container_inner .video {
  background: rgba(243, 243, 243, 0.8);
  position: relative;
  z-index: 10;
  padding: 45px 0;
}
.content .container .container_inner.page_container_inner, .full_page_container_inner {
  padding: 15px 0 0;
}
.content .container .container_inner .title_subtitle_holder {display: none;}
.video .thumbnail_block img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    max-height: 100%;
    height: 100%!important;
}
.video .playlist_wrapper h3 {
  display: none!important;
}
#video_page.video .playlist_wrapper, 
#video_page.video .playlist_wrapper ul {
    background: transparent!important;
}
.video .playlist_wrapper ul {
  top: 0!important;  
  height: 100%!important;
}
.video .playlist_wrapper ul .item.active,
.video .playlist_wrapper ul .item:hover,
.video .playlist_wrapper ul .item:active,
.video .playlist_wrapper ul .item:focus {
  background: transparent!important;
}
.video .playlist_wrapper ul .item .playlist_button .thumb {
  display: none!important;
}
.video .playlist_wrapper ul .item .playlist_button .item_title {
  color: #000!important;
  font-family: 'Roboto-Medium';
  font-size: 20px!important;
}
.video .playlist_wrapper ul .item.active .playlist_button .item_title {
  color: #0675b7!important;
  font-family: 'Roboto-Medium';
  font-size: 20px!important;
}
#youtube_single_player_container_35 .thumbnail_block .play {
    height: 49px!important;
}

/*---Styles for Yendif Player--*/

.page-id-505 .title_subtitle_holder {
  display: none;
}
.yendifplayer.white .yf-media {
  width: 75.5%!important;
}
.yendifplayer.white .yf-playlist {
  width: 24%!important;
}
.yendifplayer.white .yf-playlist a {
  padding: 13px 10px!important;
  width: 95%;
}
.yendifplayer .yf-playlist .yf-pimage {
  display: none;
}
.yendifplayer .yf-playlist .yf-pcontent {
  margin-left: 4px;
}
.yendifplayer.white .yf-playlist a:hover, 
.yendifplayer.white .yf-playlist a.active {
   background-color: #fff;
}
.yendifplayer .yf-playlist .yf-pcontent .yf-ptitle {
  color: #000!important;
  font-family: 'Roboto-Medium';
  font-size: 19px!important;
}
.yendifplayer.white .yf-playlist a.active .yf-pcontent .yf-ptitle {
  color: #0675b7!important;
}
.yendifplayer .yf-playlist .yf-pcontent .yf-pdesc {
  font-family: 'Roboto-Light';
  font-size: 14px!important; 
  line-height: 20px;
}

/*----BLOG PAGE----*/

.page-id-233 .bdp_blog_template {
  float: left;
  width: 94%;
  margin-left: 2%;
  margin-bottom: 40px;
  border-radius: 10px!important;
  background: #ffffff;
}
.blog_holder.blog_single article h2 {
    display: block;
    text-align: center;
    color: #0675b7;
}
.blog_holder article .post_info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 18px;
    color: #bebebe;
    font-weight: 500;
}
.single-post .blog_single p,
.bdp_blog_template.evolution .post_content p {
    margin-bottom: 10px!important;
    padding: 5px 5%;
    line-height: 34px;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    font-family: 'Roboto-Light';
}
.wl_pagination_box.evolution .wl_pagination {
    float: right;
    margin-right:20px;
}
.wl_pagination_box.evolution .wl_pagination span, 
.wl_pagination_box.evolution .wl_pagination a {
    color: #000;
    margin-left: 8px;
    margin-right: 0;
}

.page-id-606 .second {
  padding: 10px 10%;
  line-height: 28px;
  font-size: 20px;
}



/*--- 404 PAGE ---*/

.title_outer.title_without_animation {
    height: 662px !important;
}
.error404 .title_subtitle_holder {
    display: none;
}
.error404 .page_not_found .qbutton {
    display: none !important;
}
.error404 .page_not_found {
    margin: 0 !important;
    padding: 150px 0 !important;	
    position: relative;
    z-index: 10;
}
.error404 .page_not_found .page_not_found_img {
    width: 187px;
    height: 150px;
    background: url('img/binoculars.png');
    background-size: cover;
    margin: 0 auto;
}
.error404 .page_not_found h2 {
    text-transform: none !important;
    font-family: 'Roboto', sans-serif !important;
}
.error404 .page_not_found .white_wrapper {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 60px 25px 0 25px;
    width: 70%;
    min-height: 480px;
    margin: 0 auto;
    border-radius: 10px;
}
.error404 .page_not_found .white_wrapper p{
    font-size: 26px;
}
.error404 footer {
    margin-top: 0 !important;	
}

@media (max-width:1165px){
   
  .my-menu-item {
    width: 11%;
  }
  .my-menu-item:first-child {
    width: 20%;
  }
  .my-menu-item:nth-child(3), 
  .my-menu-item:nth-child(4), 
  .my-menu-item:nth-child(5), 
  .my-menu-item:nth-child(6) {
    width: 8%;
  }
  .my-menu-item:nth-child(8) {
    width: 13%;
  }
  .page-template-default nav.main_menu > ul > .my-menu-item > a {
    font-size: 14px;
  }
  .home .my-menu-item a {
    font-size: 21px;
  }
}

@media (min-width:1017px){
   
  header .q_logo img.mobile {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .video .playlist_wrapper, 
  .video .playlist_wrapper ul {
    background: transparent!important;
  }

}


@media (min-width:1000px) and (max-width:1017px) {
 .home .q_logo img {
    height: 45% !important;
    top: 18%!important;
  }
}

@media (min-width:1000px) and (max-width:1015px) {
 .home  header.centered_logo .q_logo {
	height: 100%!important;
 }
 .home  header.centered_logo .q_logo a{
	height: 100%!important;
 }
}

@media (max-width:1024px) {
  .poem-title {
    width: 30%;
  }

}

@media (max-width:1000px) {

  .home header .q_logo img.mobile {
    -webkit-transform: none !important;
    transform: none !important;
   }
  .page header.centered_logo .header_inner_left {
    width: 100%;
   }
  .page .q_logo img {
    height: 55% !important;
    top: 18%!important;
    position: relative!important;
  }
  .page header.centered_logo .q_logo {
    padding: 0 !important;
    width: 100%!important;
  }
  .page header.centered_logo .q_logo a{
	left: 0!important;
	width: 100%!important;
  }
  .page header.centered_logo .logo_wrapper {
	left: 0!important;
	height: 100%!important;
	width: 100%!important;
   }
  .page .header_inner,
  .page .header_top_bottom_holder,
  .page .header_bottom,
  .page  .header_inner_left {
     height: 200px !important;
   }
  .page .header.centered_logo .q_logo {
    padding: 10px 0 !important;
  }
 .page .q_logo img.mobile {
    height: auto !important;
    width: 60% !important;
  }
  .mobile_menu {
     margin-top: -120px !important;
  }   
  .home .mobile_menu ul li {
    width: 100% !important;
  }
  .home .mobile_menu ul {
    width: 90%;
    margin: 0 auto;
  }
  .home .mobile_menu ul li:active {
    background-color: #9bcb3b !important;
  }
  .home .mobile_menu .my-menu-item a {
    padding: 4px !important;
    margin: 0 auto;
    width: 90%;
    border-radius: 10px;
  }
  .home .my-menu-item:hover a {
    font-weight: 500 !important;
  }
  .home .mobile_menu .my-menu-item:hover {
    background: #0675b7 !important;
  }
  .page-template-default .wrapper .mltlngg_switcher {top: 12px;}
  .page-template-default .wrapper .header_bottom nav.mobile_menu {
    background-color: #0675b7 !important;
    padding-bottom: 15px;
    width: 99%;
    margin: 0 auto;
  }
  .page-template-default .wrapper .header_bottom nav.mobile_menu > ul {
    width: 100%;
    margin: 0 auto;
  } 
  .page-template-default .wrapper .header_bottom nav.mobile_menu .my-menu-item {
    border-radius: 10px;
    border: 0;
    padding: 0!important;
    width: 90%;
    margin: 0 auto!important;
  }
  .page-template-default .wrapper .header_bottom nav.mobile_menu .my-menu-item a {
     font-size: 24px;
     font-family: 'BebasNeueBook', 'Roboto', sans-serif !important;
     color: #fff!important;
     line-height: 40px !important;
  }
  .page-template-default .wrapper .header_bottom nav.mobile_menu .my-menu-item a.current {
    color: #fff!important;
    font-weight: 500 !important;
  }
  .content .container .container_inner .contact .foto-block {
    width: 41%;
  }
  .content .container .container_inner .contact .contact-info {
    width: 58%;
  }
  .page-template-default .wrapper .header_bottom .mobile_menu .my-menu-item a:hover,
  .page-template-default .wrapper .header_bottom .mobile_menu .my-menu-item a:focus,
  .page-template-default .wrapper .header_bottom .mobile_menu .my-menu-item a:active {
    color: #fff!important;
    font-weight: 500 !important;
  }   
  .vc_column-inner {
    padding: 0 !important;
  }

#layerslider_8{
    margin-top: 0px!important;
}

  .first {
    margin: 30px 10px !important;
    padding: 10px 0 !important;
  }

  .second {
    margin: 20px 10px !important;
    padding: 0 !important;
  }

  .about.second {
    padding: 20px 20px !important;
  }

  .action .scheme,
  .fear .scheme {
    width: 90%;
  }
  .content-img {
    width: 98%;
  }
  .title_outer.title_without_animation {
     height: 0px !important;
  }
  .error404 .page_not_found {
    background-size: cover;
  }
  #footer_copyright-2 {
   display: none;
  }
  .two_columns_50_50>.column2 {
    width: 100% !important;
    text-align: center!important;
    float: none;
    position: relative;
    right: 0;
    top: 0;
  }
  .two_columns_50_50>.column2 #widget_sp_image-2 a .alignright {
    float: none;
  }
  .footer_top .two_columns_50_50 .column2 .column_inner>div {
    margin: 0 !important;
    text-align: center !important;
  }
  footer .footer_bottom div {
    text-align: center;
  }
  .yendifplayer.white .yf-media {
    width: 70%!important;
  }
  .yendifplayer.white .yf-playlist {
    width: 29%!important;
  }
  .yendifplayer.white .yf-playlist a.active {
    background-color: #fff;
    margin: 0 auto!important;
    padding: 5px 10px !important;
  }
  .yendifplayer.white .yf-playlist a {
    padding: 5px 10px!important;
    width: 87%;
    margin: 0 auto !important;
  }
  .yendifplayer.white .yf-playlist a.first {
    margin: 0 auto !important;
  }
.video .yendifplayer {
    height: 1075px!important;
  }
  .video .yendifplayer.white .yf-media {
    width: 90%!important;
    margin-left: 5%;
  }
  .yendifplayer .yf-playlist .yf-viewport {
    position: relative;
    top: 0;
    overflow-x: hidden!important;
    overflow-y: hidden!important;
    height: 650px!important;
  }
  .video .yendifplayer.white .yf-playlist {
    width: 100%!important;
    top: 395px;
  }
  .yendifplayer.white .yf-playlist a {
    width: 94%;
  }
  .yendifplayer .yf-playlist .yf-pcontent .yf-ptitle {
    font-size: 17px!important;
  }
  .yendifplayer .yf-playlist .yf-pcontent .yf-pdesc {
    font-size: 13px!important;
    line-height: 18px;
  }

}

@media (max-width:860px) {

  .video .yendifplayer.white .yf-playlist {
    top: 345px;
  }

}


@media (max-width:768px) {

  .header_inner,
  .header_top_bottom_holder,
  .header_bottom,
  .header_inner_left {
    height: 180px !important;
  }  
  .home nav.mobile_menu>ul {
    width: 90%;
  }
  .poem-title {
    width: 90%;
    padding: 0 !important;
    margin: 10px !important;
  }

  .poem-title-before,
  .poem-title-after {
    display: none;
  }

  .block-second-content {
    width: 90% !important;
    max-width: 90% !important;
  }

  .two_columns_50_50>.column1,
  .two_columns_50_50>.column2 {
    width: 100% !important;
    text-align: center;
  }

  footer .column_inner {
    padding: 0px !important;
  }

  footer .container_inner {
    padding: 0px !important;
  }

  .footer_top .footer_col2 {
    text-align: center !important;
  }
  footer .alignright {
    margin: 0 !important;
    float: none !important;
    display: inline-block;
  }
  .footer_top {
    padding: 20px 10px 0px 10px !important;
  }
  .footer_bottom .textwidget,
  .copyright,
  footer .menu,
  .footer_top .two_columns_50_50 .column2 .column_inner>div {
    margin: 0 !important;
    text-align: center !important;
  }
  .footer_top .two_columns_50_50 .column1 {
    margin: 0 !important;
  }
  footer  .footer-center {
    text-align: center !important;
  }
  footer .footer-credits {
    display: inline-block;
  }
  .footer_top_holder {
    padding-top: 10px;
  }
  .footer_bottom_holder {
    padding: 0px 6% !important;
  }
  .footer_bottom {
    line-height: 23px;
  }
  #slide_1 .ls-l {
    display: none !important;
  }

  #slide_1 .mobi-text {
    display: block !important;
  }

  .slide-heart {
    display: none;
  }

 .ls-l {
    top: 50px!important;
    left: 16% !important;
    width: 71% !important;
    line-height: 38px !important;
    font-size: 24px!important;
  }
   .home .content .wpb_wrapper .grey-block {
    padding: 3% 10%;
    font-size: 20px;
    line-height: 31px;
  }
  .home .content .wpb_wrapper .second {
    line-height: 22px;
    font-size: 18px;
  }
  .home .content .wpb_wrapper .second p {
    line-height: 22px;
    font-family: 'Roboto-Light';
  }
  .page-template-default #video_page .fullwidth .playlist_wrapper,
  .page-template-default #video_page .fullwidth .playlist_wrapper ul {
    background: transparent!important;
  }
  #video_page .fullwidth .playlist_wrapper ul li.item .playlist_button .item_title {
     height: 40px;
     line-height: 40px;
     float: left;
  }
  .page-template-default .first {
    padding: 20px 10%;
    background-color: #eaf2f5;
    line-height: 35px;
    font-size: 23px;
  }
  .page-template-default .second {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding: 0 15px!important;
  } 
  #featured-img-id img {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }  
  .video .yendifplayer.white .yf-playlist {
    top: 310px;
  }

}

@media (max-width:630px) {

  .video .yendifplayer.white .yf-playlist {
    top: 250px;
  }
  .yendifplayer .yf-playlist .yf-viewport {
    height: 715px!important
  }
  .content .container .container_inner .contact .foto-block {
    width: 45%;
  }
  .content .container .container_inner .contact .contact-info {
    width: 100%;
  }

}

@media (max-width:600px) {
  
  .home nav.mobile_menu>ul {
    width: 90%;
  }
  .ls-l {
    line-height: 32px !important;
    font-size: 22px!important;
  }
  .page-template-default .mltlngg_switcher {
    top: 12px;
   }
  .footer_top {
    padding: 0 !important;
  }
  .footer_top #footer-credits {
    display: none;
  }
  .video .yendifplayer {
    height: 1200px!important;
  }
  .yendifplayer .yf-playlist .yf-viewport {
    height: 800px!important;
  }
}

@media (max-width:570px) {

  
  .video .yendifplayer.white .yf-playlist {
    top: 225px;
  }
  .yendifplayer .yf-playlist .yf-viewport {
    height: 825px!important
  }

}

@media (max-width:500px) {

  .page .header_inner, 
  .page .header_top_bottom_holder, 
  .page .header_bottom, 
  .page .header_inner_left {
    height: 160px !important;
  }
  .page .q_logo img {
    height: 55% !important;
    top: 35%!important;
    position: relative!important;
   } 
   .home nav.mobile_menu {
    width: 96%;
    margin: 0 auto;
   }  
   .home .mobile_menu ul .my-menu-item a:hover {
    background: #9bcb3b;
   } 
   .wpb_wrapper .about second p {
    line-height: 33px;
    font-weight: 300;
    font-size: 20px;
   }   
  .ls-l {
    left: 16% !important;
    top: 40px !important;
    line-height: 22px !important;
    font-size: 19px !important;
  }
  .content .container .container_inner .action,
  .content .container .container_inner .fear,
  .content .container .container_inner .wine,
  .content .container .container_inner .hurt,
  .content .container .container_inner .video,
  .content .container .container_inner .travma {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding-bottom: 10px;	
  }  
  #layerslider_8 .ls-nav-prev,
  #layerslider_8 .ls-nav-next {
    width: 24px !important;
    height: 24px !important;
    top: 58% !important;
  }

  .ls-nav-prev {
    left: 15px !important;
  }

  .ls-nav-next {
    right: 15px !important;
  }

  .ls-nav-prev::after,
  .ls-nav-next::after {
    line-height: 24px !important;
  }
  #layerslider_8 .ls-nav-next::after {
    left: 2px!important;
}
  #layerslider_8 .ls-nav-prev::after {
    left: -2px!important;
}
  .header_inner,
  .header_top_bottom_holder,
  .header_bottom,
  .header_inner_left {
    height: 120px !important;
  }
  .q_logo img.mobile {
    height: auto !important;
    width: 70% !important;
  }
  .mobile_menu {
    margin-top: -60px !important;
  }
  
}

@media (max-width:400px) {

  #slide_1 .ls-l, #slide_2 .ls-l, #slide_3  .ls-l {
    top: 20px !important;
  }
  .video .yendifplayer.white .yf-playlist {
    top: 180px;
    height: 850px!important
  }

}


@media (max-width:350px) {

  #slide_1 .ls-l {
    top: 10px !important;
  }
    #slide_2  .ls-l, #slide_3  .ls-l {
    top: 0px !important;
  }
  .page-template-default .wrapper .header_bottom nav.mobile_menu .my-menu-item {
    border: none;
    width: 93%!important;
  }
  .video .yendifplayer.white .yf-playlist {
    top: 150px;
  }
  .yendifplayer .yf-playlist .yf-pcontent .yf-ptitle {
    font-size: 15px!important;
  }
  .yendifplayer .yf-playlist .yf-pcontent .yf-pdesc {
    font-size: 12px!important;
    line-height: 18px;
  }
  
}