/*
Theme Name: Foa
Theme URI: seoport.kz
Author: Oleh Hrebeniuk
Author URI: thewebland.net
Description: Adaptive theme for Fond Alieva. Development Seoport.com.ua
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, responsive, left sidebar
Text domain: Foa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    margin: 0;
    padding: 0;
}

html, body{
  /* font-size: 100%; */
  font-family: "Roboto",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    padding: 10px;
}

h2{
    text-transform: uppercase;
    font-weight: 700 !important;
    text-shadow: 1px 1px 1px #FFD43B;
    text-align: center;
}

video {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.layer-1 {
	height:100%;
	overflow:hidden;
}
.screen{
	min-height:2px;
    min-height: 100vh; /* ?????? ?????? ????? ?????? ??????? ????????? */
    padding-left: 0 !important;
    padding-right: 0 !important;

    /*text*/
    text-align: center;

}
.mobile-menu{
    display: none;
}
/**
* Language links
*/
.lang{
    position: fixed;
    width: 160px;
    z-index: 5;
    right: 0;
    top: 10px;
}
.lang li {
	list-style:none;
	float:left;
}
.lang a{
    padding: 5px;
}

.lang a:hover{
    color: yellow;
}

.lang .active a{
    color: yellow;
}

/**
* Sidebar
*/
.sidebar{
    position: fixed;
    left: 0;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 150px;
    z-index: 999;
}

.sidebar:hover{
    width: 190px;

}

.sidebar:hover .main-menu ul li a{
    font-weight: 400;
    font-size: 15px;
}

.sidebar .logo{
    margin-left: auto;
    margin-right: auto;
}


.sidebar:hover #logo_bg {
    width: 170px;
}
.sidebar:hover #logo {
    width: 90px;
    height: 90px;
    margin: 0 50px;
}

.sidebar:hover #logo_bg{
    margin-left: 10px;
}

.sidebar:hover .sidebar-toggle{
    width: 190px;
}


.sidebar-toggle{
    background-color: transparent;
    background-image: url("assets/img/close-menu-button-w.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    left: 0;
    position: absolute;
    z-index: 100;
    cursor: pointer;

}

.sidebar-toggle:hover{
    background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-toggle-open{
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("assets/img/open-menu-button-w.png");
}

#logo {
    position: absolute;
    border: 6px solid #E5B538;
    top: 65px;
    width: 70px;
    height: 70px;
    z-index: 1;
    margin: 0 40px;
    transition: width 0.2s linear 0s, height 0.2s linear 0s, margin 0.2s linear 0s;
}

#logo_bg {
    
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 100px;
    position: absolute;
    top: 65px;
    z-index: 2;
    transition: width 0.2s linear 0s;
    margin-left: 10px;
}


.main-menu{
    padding-top: 30px;
    padding-right: 10px;
}

.main-menu ul li {
    font-size: 20px;
    height: 30px;
    z-index: 2;
}

.main-menu ul li.active a {
    color: #F4DF40 !important;
    cursor: pointer;
    text-shadow: 0 0 5px #FFE800;
}

.main-menu ul li a {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
}

.main-menu ul {
    list-style: outside none none;
    margin: 150px 10px 0 0;
    padding: 0;
    text-align: right;
}

.main-menu > ul li a:hover {
    color: #F4DF40!important;
    font-size: 15px;
    cursor: pointer;
    text-shadow: 0 0 5px #FFF;

}
.main-menu ul li a.active{
    color: #F4DF40!important;
    cursor: pointer;
    text-shadow: 0 0 5px #FFE800;
}

/**
* Custom
*/
.hide{
    display:none;
}

.no-back{
    background: none;
}

/**
*   Sections
*/
#first{
    background-image: url('assets/img/first-bg.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
	overflow:hidden;
}


#first img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 10;
}


#second{
    background-image: url('assets/img/second-bg-tab1.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
}



#second ul{
    border: 1px solid transparent;
    font-size: 17px;

}



#second .photo-text{
  padding: 10px !important  ;
  text-align: justify !important;
}

#book{
    background-image: url('assets/img/second-bg-tab1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    min-height: 100vh;
}

.nav-tabs li{
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 5px;

}

/*.nav-tabs li:first-child{
  margin-left: 65px;
} */

.nav-tabs li:hover{
    opacity: 0.5;
}

.nav-tabs li a{
    color: white !important;
    text-decoration: none;
}


.nav-tabs li a:hover{
    background-color: transparent !important;
    border: 1px solid transparent !important;

}

.nav-tabs li a:active{
    background-color: rgba(0, 0, 0, 0.5);

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color:#E5B538 !important;
}

.tab-pane{
    text-align: left;
    color: white;
    font-size: 17px;
}

.content-scroll{
    margin-top: 20px;
    width:100%; /* ?????? ?????? ????? */
    height: 400px;
    overflow: hidden; /* ???????? ??? ????????? ?? ???????????. ?????????, ???? ?????? ????? */
    /*
        @todo ????????? heigth
    */
    position: relative;
}

.people{
    width: 100%;
    clear: both;

}

.people img{
    float: left;
    margin-bottom: 15px;
    margin-right: 5px;
}

.people .description {
    padding: 10px;
    text-align: left;
}

/**Book */
.diary-holder {
    display: block;
    width: 218px;
    float: left;
    height: 400px;
    margin-top: 75px;
    margin-left: 100px;
}

#second div.owner{
    background-image: url('assets/img/osnovatel_btn1.png');
    background-position: center top;
    background-repeat:no-repeat;
    width:213px !important;
    height:66px !important;
    position: absolute;
    top: 385px;
    left: 80px;
}
#second div.owner:hover{
    background-image: url("assets/img/osnovatel_btn11-h.png");
}


#second div.owneren{
    background-image: url('assets/img/oktenen.png');
    background-position: center top;
    background-repeat:no-repeat;
    width:213px !important;
    height:66px !important;
    position: absolute;
    top: 385px;
    left: 80px;
}

#second div.owneren:hover{
    background-image: url("assets/img/oktenenhen.png");
}


#second div.ownerua{
    background-image: url('assets/img/oktenua.png');
    background-position: center top;
    background-repeat:no-repeat;
    width:213px !important;
    height:66px !important;
    position: absolute;
    top: 385px;
    left: 80px;
}
#second div.ownerua:hover{
    background-image: url("assets/img/oktenhua.png");
}






#second div.download{
    background-size: 200px 60px;
    background-position: center top;
    width: 300px !important;
    height: 76px !important;
    position: absolute;
    top: 410px;
    left: 80px;
	display:none !important;
}


.no{
  text-decoration: none !important;
}

ul.wordlist{
  text-align: left;
  list-style-type: none;
  line-height: 30px;
    padding-left: 30px;
}

ul.wordlist li {
   background-image: url(assets/img/word.png);
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 0;
}

ul.wordlist li > h3{
  padding-left: 5px;
  padding-top: 3px;
  font-size:20px;
  margin-top:10px;
  
}

ul.wordlist a{
  color: #333;
}

ul.wordlist{
  margin-left: 50px;
  margin-top: 30px;
}



li.pdf{
    list-style-image: url('assets/img/pdf.png');
}

li.epub{
    list-style-image: url('assets/img/epub.png');
}

li.fb2{
    list-style-image: url('assets/img/fb2.png');
}


.diary-container {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
	-webkit-transition: 0.75s;
	-moz-transition: 0.75s;
	transition: 0.75s;
}

.diary {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.75s;
	-moz-transition: 0.75s;
	transition: 0.75s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 125px 0;
	-moz-transform-origin: 125px 0;
	transform-origin: 125px 0;
	-webkit-transform-origin: 125px 0;
	o-transform-origin: 125px 0;
	border-radius: 0 10px 10px 0;
}



.diary {
	-webkit-transform: translateX(-10px) translateZ(-40px) translateX(-40px) rotateY(-30deg);
	-moz-transform: translateX(-10px) translateZ(-40px) translateX(-40px) rotateY(-30deg);
	-o-transform: translateX(-10px) translateZ(-40px) translateX(-40px) rotateY(-30deg);
	-ms-transform: translateX(-10px) translateZ(-40px) translateX(-40px) rotateY(-30deg);
	transform: translateX(-10px) translateZ(-40px) translateX(-40px) rotateY(-30deg);
}
.diary:hover {
	-webkit-transform: translateX(0px) translateZ(0px) translateX(0px) rotateY(0deg);
	-o-transform: translateX(0px) translateZ(0px) translateX(0px) rotateY(0deg);
	-ms-transform: translateX(0px) translateZ(0px) translateX(0px) rotateY(0deg);
	-moz-transform: translateX(-00px) translateZ(0px) translateX(0px) rotateY(0deg);
	transform: translateX(0px) translateZ(0px) translateX(0px) rotateY(0deg);
}






.diary-spine {
    transform: rotateY(-90deg) translateX(-49px) translateZ(-214px);
   /* -moz-transform:    rotateY(-90deg) translateX(-49px) translateZ(-214px); 
    -ms-transform:     rotateY(-90deg) translateX(-49px) translateZ(-214px); */
    -webkit-transform: rotateY(-90deg) translateX(-49px) translateZ(-214px);
   /* -o-transform:      rotateY(-90deg) translateX(-49px) translateZ(-214px); 
	-sand-transform:      rotateY(-90deg) translateX(-49px) translateZ(-214px); */
    position: absolute;
    color: #FFF;
    bottom: 0;
    top: 0;
    width: 48px;
    z-index: 5;
    overflow: hidden;
	    transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-sand-transform-origin: 0 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: #FFF;

}


 


.diary-naw {
    position: relative;
    z-index: 10;
}



.diary-naw .naw {
    vertical-align: bottom;
    width: 218px;
    height: 295px;
    background-image: url("assets/img/aliev_b.jpg");
    background-size: cover;
    background-position: center top;
    position: relative;
    border-radius: 0 10px 10px 0;
}

#third{
    background-image: url('assets/img/third-bg.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

#fourth{
    background-image: url('assets/img/fourth-bg.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

#fifth{
    background-image: url('assets/img/fifth-bg.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

#sixth{
    background-image: url('assets/img/bg-press.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

#sixth  h2{
    padding-top: 30px;
}

#seventh{
    background-image: url('assets/img/seventh-bg.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

.gr-content{
    color: #333 !important;
    text-align: left;
}

.gr-review-body{
  font-size: 17px !important;
  font-style: normal !important;
  text-align: justify;
}

.gr-author-text{
    display: none;
}

blockquote{
    border-left: transparent !important;
}

.gr-item-has-image .gr-author-img {
    float: left !important;
    width: 25%;
}

.h1-in h1, .h1-in p{
	display:inline;
	padding:0;
	font-size:17px;
}
.h1-in-ua h1 {
	font-weight:bold;
}

#first > h2{
    display: none;
}

#book .text-book{
    text-align: left !important;
    color: white;
	margin-bottom:20px;
}
#book .btn {
    white-space: inherit !important;
	margin-bottom:15px;
}
.text-book a{
    text-decoration: none;
    color: white !important;
}

.text-book a:hover{
    text-decoration: underline;
}
.staff-directory img {
	float:left;
	margin:10px 10px 10px 0;
}


/** single */
#news{

    background-image: url('assets/img/second-bg-tab1.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
	overflow:hidden;
	float:left;
	min-height:100vh;
	width:100%;
	padding-bottom: 25px;
}

#news a{
    text-decoration: none;
    color: #E5B538 !important;
}

#news a:hover{
    text-decoration: underline;
    color: #E5B538 !important;
}

#news img{
    float: left;
    margin-right: 10px;
}

#news p{
    text-align: left;
    color: white;
}

#news .post-excerpt a{
    float: right;
    font-weight: bold;
}
/*
#news article{
    margin-bottom: 60px;
}
*/


#single-page{
    padding-top: 20px;
    min-height: 100vh;
	overflow:hidden;
	padding:0 20px;
}

#single-page h2{
    text-align: center;
}

#single-page .entry-content{
    text-align: left;
    color: white;
    font-size: 17px;
}

#single-page img{
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}



.name-f, .lastname-f, .phone-f, .email-f {
    width: 100%;
    height: 33px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #C2BDBD;
    line-height: 14px;
    font-size: 14px;
    border-radius: 10px;
    text-indent: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.message-f {
    height: 78px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #C2BDBD;
    line-height: 14px;
    font-size: 14px;
    border-radius: 10px;
    text-indent: 15px;
    width: 100%;
}

.message2-f {
    height: 72px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #C2BDBD;
    line-height: 14px;
    font-size: 14px;
    border-radius: 10px;
    text-indent: 15px;
    width: 100%;
    padding: 6px;
}

input[type="file"]{
  display: inline !important;
  color:#000 !important;
}
.send2-f {
    background-color: rgba(0, 0, 0, 0.5);
    
    background-repeat: no-repeat;
    border: 0px solid #000;
    font-size: 17px;
    color: #FFF !important;
    height: 31px;
    width: 100%;
    
    margin-top: 3px;
    border-radius: 10px;
}
input[type="submit"] {
    background-color: rgba(0, 0, 0, 0.5);
    width: 162px;
    height: 49px;
    background-repeat: no-repeat;
    border: 0 solid #000;
    font-size: 20px;
    color: white !important;
}

.message22{
    padding: 10px;
    padding-right: 30px;
}

/*lib-start*/
.clear {
	clear:both;
}
.lib-title {
	margin:0;
	padding:0;
	font-size: 2em;
}
.lib-bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	background-image: url(/wp-content/themes/foa/image/bg7-1.jpg);
	background-size: cover;
}
.polka-top-bg {
	background-image:url(assets/img/lib/polka-top.png);
	height:43px;
	width:100%;
	background-size:100%;
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:-10px;
}
.book {
	position: relative;
	width: 160px;
	height: 220px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin:0 auto;
}/*
.polka-top-bg-left {
	width:28.2%;
	float:left;
	height:314px;
	background-image:url(assets/img/lib/polka-bottom-left.png);
	background-repeat:no-repeat;
	background-position:100% 0px;
}
.polka-top-bg-right {
	width:27.7%;
	height:314px;
	float:right;
	background-image:url(assets/img/lib/polka-bottom-right.png);
	background-repeat:no-repeat;
	background-position:100% 0px;
}
.polka-top-bg-center {
	width:44.1%;
	height:314px;
	background-position: 0px 1px;
	float:left;
	background-image:url(assets/img/lib/polka-bottom-center.png);
	background-repeat:repeat-x;
	background-position:100% 0px;
}*/
.polka-bottom-bg {
	background-image:url(/assets/img/lib/polka-bottom.png);
	width:100%;
	background-size:100%;
	height:526px;
	background-repeat:no-repeat;
}
.foto-galerey-bg {
	background-image:url(/wp-content/themes/foa/img/fotogall.png);
	background-size:100%;
	height:300px;
	width: 88%;
    float: right;

}
.foto-galerey-bg:hover {
	background-image:url(/wp-content/themes/foa/img/fotogall_hover.png);
}

.lib-lib {
	width:100%;
	height:100%;
	position:absolute;
}
.lib-lib .main-menu {
	display:none !important;
}
/*lib-end*/



.heading{
   /* margin-top: 70px;*/
}
/***

BB PRESS

*/

#forum{
    background-image: url('assets/img/forum_fon.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
    text-align: center;
    min-height: 100vh;
}
.bbp-breadcrumb{
    display: none !important;
}
.bbp-search-form{
    display: none !important;
}
.bbp_search_submit {
    display: none !important;
}

#bbpress-forums{
    margin-top: 60px;
}


#bbpress-forums a:link,#bbpress-forums a:visited,#bbpress-forums a:hover{
    color: #FFD43B;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.bbp-forum-topic-count, .bbp-forum-reply-count,.bbp-forum-freshness {
    font-size: 20px;

    color: #CCC;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{
    border: 1px solid transparent !important;
}

#bbpress-forums li.bbp-header {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
}


#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    border-top: 1px solid transparent;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}




#bbpress-forums li.bbp-header {
   background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;

}


#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic{
    border-top: 1px solid black;
    line-height: 40px;
}

.buttons {
    float: right;
}

.white {
    color: white !important;
}






#navbar{
    color: white !important;
}

.navbar-default {
    color: white !important;
}

.action-desktop{
    display: block;
}

.action-mobile{
    display: none !important;
}


.navbar-nav > li > a {
    line-height: 15px !important;
}





ul.contacts{
    text-align: left;
    font-size:  1.4em;
}

ul.contacts li{
    margin-bottom: 5px;
}

ul.contacts li a{
    margin: 5px;
    text-decoration: none;
    color: black;
}

li.phone{
    list-style-image: url('assets/img/phone-icon.png');
}

li.email{
    list-style-image: url('assets/img/mail-icon.png');
}

li.skype{
    list-style-image: url('assets/img/skype.png');
}

.viber{
    background-image: url('assets/img/viber.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

.whatsapp{
    background-image: url('assets/img/whatsapp.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

/** SOCIAL */

.vk{
    background-image: url('assets/img/socials/vk.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.fb{
    background-image: url('assets/img/socials/facebook_circle.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.tw{
    background-image: url('assets/img/socials/twitter_circle_color.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.yo{
    background-image: url('assets/img/socials/youtube_circle_color.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.insta{
    background-image: url('assets/img/socials/Instagram.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.lin{
    background-image: url('assets/img/socials/linkedin_circle_color.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
	#second .tabs {
		padding-left:15px;
	}
	







.logo {
	position:absolute;
	width:70%;
	top:50%;
	margin-top:-70px;
	left:50%;
	margin-left:-35%;
	z-index:6;
}
.logo img {
	width:100%;
	height:auto;
}
.largeLabel {
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.slider-body-container .slider-body {
	margin-top: 15%;
}

.slider-body-container .slider-body .slider-slides-container{
	width:100% !important;
	position:static !important;
	margin-left:4%;
}
.slider-body-container .slider-body {
	width:100% !important;
}
#testSlider {
	min-width:inherit !important;
	max-width:inherit !important;
	width:100% !important;
	margin-top:-130px;
	margin-bottom:-90px;
	position:static;
	height:auto !important;
}
.carusel-mob {
	float:left;
	width:24%;
	padding:0 10px;
	box-sizing:border-box;
}
.carusel-mob img {
	width:100%;
}
.press-nav{
    border-bottom: medium none;
    text-align: center;
    position: absolute;
    top: 330px;
    left: 0;
	width:100%;
}


#home{
    color: black !important;
}

#accordion{
    font-size: 0.8em;
}

.panel-body {
    padding-left: 35px;
    padding-right: 35px;
    text-align: left;
    font-size: 13px;
}


.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none !important;
}

#accordion .panel{
    background-color: transparent !important;
    color: black;
}

.plus {
    background-image: url('assets/img/acc-plus-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 10px;

}

.minus {
    background-image: url('assets/img/acc-minus-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 10px;

}


#second {
	padding-bottom:35px !important;
}
#second .content-scroll {
	padding-right:20px;
}


.mob-soc {
	display:inline-block;
	width:48px;
	height:48px;
}
.mob-soc  img {
	width:100%;
}
#messages a {
	display:block;
	width:128px;
	height:128px;
}
#messages a  img {
	width:100%;
	height:128px;
}
.wpcf7-form-control-wrap {
	display:block !important;
}







@media screen and (max-width: 996px) {
	h2 {
		margin-top:0;
	}

	.carusel-mob {
		width:50%;
		margin-bottom:30px;
	}
	.slider-body-container .slider-body .slider-slides-container {
		height:auto !important;
	}
}


@media screen and (max-width: 768px){
.carusel-mob {
	width:80%;
	text-align:center;
}

.carusel-mob img {
	width:100% !important;
	margin:0 auto;
}
.slider-body-container .slider-body .slider-slides-container {
	margin-left:0 !important;

}

/*
.content-scroll {
	height:100% !important;
} */

    .download{
        display: none;
    }
}

@media screen and (max-width: 400px){
  .photo-text{
    clear: both !important;
  }
}

/*iphone 6 */

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
  .staf .photo-text{
    clear: both;
  }

}

/* iphone 6+ */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
  .staf-photo{
    clear:right;
  }
  
  .photo-text{
    clear: both;
  }
}


/* iphone 5 & 5S */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

}

/* iphone 2g-4s */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

}


.palec {
	display:none !important;
}
#post-541 p{
	color:#000 !important;
}

#post-541 h1, #post-541 h2, #post-541 h3{
	color:#000 !important;
}
#post-541 h1{
    text-transform: uppercase;
    font-weight: 700 !important;
	font-size:30px;
	text-align:center;
    text-shadow: 1px 1px 1px #FFD43B;
}
.pseudo-h2{
   text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFD43B;
	color:#000;
}

.staf-photo {
	width:120px;
}
.staf-photo img {
	width:100%;
}
.videoelement_1 {
	width:275px!important;
}
.number-404 {
	text-transform: uppercase;
    font-weight: 700 !important;
    text-shadow: 1px 1px 1px #FFD43B;
    text-align: center;
	font-size: 230px;
}
.title-404, .title-404 p {
	color:#fff;
	font-size:25px;
	text-align:center !important;
}

.video_view9_container {
	width:auto !important;
	display:inline-block !important;
}
.video_view9_container iframe {
	width:auto !important;
	height:auto !important;
}

#menu-mobile a {
	color:yellow !important;
}

