/*Theme Name: my*/

body {
    font-family: 'AG_Helvetica', arial;
}
.container {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
}

.container.open-sidebar {
    left: 380px;
	-webkit-transition:  left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition:  left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition:  left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition:  left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition:  left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#sidebar {
	position: absolute;
	left: -380px;
	width: 380px;
	height: 100%;
}
#sidebar ul {
    margin: 0;
    list-style: none;
}
#sidebar ul li {
    margin: 0;
}
#sidebar ul li a {
    text-decoration: none;
    display: block;
    -webkit-transition:  background 0.3s ease-in-out;
    -moz-transition:  background 0.3s ease-in-out;
    -ms-transition:  background 0.3s ease-in-out;
    -o-transition:  background 0.3s ease-in-out;
    transition:  background 0.3s ease-in-out;
}
#sidebar ul li:hover a {
    background: #cda171;
}
.main-content #sidebar-toggle {
    display: block;
    position: fixed;
    padding: 13px 16px;
    float: left;
	top: 70px;
	left: 30px;
}
.dop_sidebar {
	left:396px !important;
	-webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;
}
.main-content #sidebar-toggle .bar{
    width: 55px;
    height: 4px;
    background: #ffffff;
    margin-bottom: 4px;
    border-radius: 6px;
	display: block;
}
body {
    padding: 0;
    margin: 0px;
}
.body_style{
	overflow-x:hidden;
}
.slogan {
	font-family: 'B52', arial;
	font-size: 57px;
	color: #f8f7f7;
	text-align: center;
	margin: auto;
	width: 100%;
	position: fixed;
	top: 56px;
}
.slogan2 {
	display:none;
}
.slogan_content {
    font-family: 'B52', arial;
    font-size: 57px;
    color: black;
    margin-top: 46px;
    width: 100%;
    text-align: center; 
	padding-top: 46px;
}
.menu-buter {
    margin-top: 105px;
    margin-left: 51px;
    visibility: visible;
}
.menu-buter:hover {
	cursor:pointer;
}
.menu-primary-container {
    padding-left: 0px;
    width: 380px;
    background: #c69c6d;
    float: left;
    z-index: 1;
	position: absolute;
}
.dop_style_menu{
	height:100%;
}
.name_menu{
    margin-top: 55px;
} 
.menu {
    padding-left: 0px;
    float: left;
    width: 100%;
	padding-top: 130px;
}
.menu li {

}
.punct_menu_bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
    border-bottom: 1px solid #bb9367;
    border-top: 1px solid #bb9367;
}
.img_punct_menu{
	margin-right: 25px;
	margin-left: 51px;
}  
.menu a{
	font-size: 20px;
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
}
.menu a:last-child{
     border-bottom: 1px solid #bb9367;
}
.menu li:first-child{
     border-top: 1px solid #bb9367;
} 
.menu li:hover{
	background:#cda171;
	cursor:pointer;
	border-left: 5px solid #3b0d01;	
}
.close{
    position: absolute;
    left: 325px;
    z-index: 2;
    top: 7px;
    display: block;
    padding: 20px;	
}
.close:hover{
	cursor:pointer;
}
.punct_menu_bottom:hover{
	background:#cda171;
	cursor:pointer;
	border-left: 5px solid #3b0d01;	
}
a{
    text-decoration: none;
	color:#0c0500;
}  
.content a:link {
  color: #671f0a; 
}
.content a:visited {
  color: #0a0301;
}
.conteiner{
    width: 50%;
    background: url(fon.png);
    height: 1034px;
    display: none;
    margin-left: 480px;
} 
.wrap{
	width: 68%;
    background: url(fon.png);
    margin: auto;
	margin-top: -46px;
	max-width: 960px;
} 
h1{
	padding:0;
	margin: 0px;	
}  
.content{
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
	padding-bottom: 80px;
} 
 #video-bg {
    position: fixed;
    top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
    overflow: hidden;
	z-index: -100;
  }
  #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
.text{

	 } 
 .podpis{
	font-size: 13px;
	color: #671f0a ;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
hr{
	color: #671f0a;
	background-color: #671f0a;
	width: 80%;
	border: 0px none;
	height:1px;
}
 .podpis3{
	font-size: 13px;
    color: #d95401;
    position: fixed;
    top: 90%;
    text-align: right;
    width: 90%;
}
 .podpis2{
	font-size: 13px;
    color: #d95401;
    position: fixed;
    top: 90%;
    text-align: right;
    width: 90%;
	display:none;
}
.content a {
 
}
 .name_post{
	font-size: 16px;
	margin-left: 30px;
	margin-bottom: 10px; 
}
.name_cat{
	font-size: 20px;
	font-weight: 900;
	margin-top: 30px;
} 
.name_cat a{

} 
.name_post a{
	text-decoration: underline;
} 
.title_post{
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}  
.title_cat{
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 25px;
}
.vspl_forma_slogan {
    font-size: 16px;
    font-weight: 900;
}  
.vspl_forma_text {
    font-size: 30px;
    color: #671f0a;
    font-weight: 900;
    margin-top: 50px;
}  
.wpcf7-form p{
	font-size:20px;
} 
.wpcf7-text{
    width: 45%;
    height: 40px;
    display: block;
    background: #fff5e1;
    border: 1px solid #bb9367;
    margin-bottom: 20px;
	margin-top: 10px;
}
.wpcf7-textarea{
	width: 77%;
    height: 200px;
    display: block;
    background: #fff5e1;
    border: 1px solid #bb9367;
    margin-bottom: 20px;
	margin-top: 10px;
}
.btn_vspl_forma {
	width: 240px;
    height: 60px;
    background: #bb9367;
    border: 1px solid #bb9367;
    color: white;
    font-size: 18px;
}
.btn_vspl_forma:hover{
	cursor: pointer;
	background-color: #a17e57;
	border: 1px solid #a17e57;
}
.paginat{
    margin: auto;
    width: 30%;
    text-align: center;
    font-size: 20px;
    text-shadow: 5px 0px 7px rgba(0,0,0,0.5);
    font-family: 'Seymour One', sans-serif;
}
.paginat a{
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px;
}
.btn_comment {
    width: 240px;
    height: 60px;
    background: #bb9367;
    border: 1px solid #bb9367;
    color: white;
    font-size: 18px;
}
.btn_comment:hover{
	cursor: pointer;
	background-color: #a17e57;
	border: 1px solid #a17e57;
}
.name_comment{
    width: 45%;
    height: 40px;
    display: block;
    background: #fff5e1;
    border: 1px solid #bb9367;
    margin-bottom: 20px;
}
.text_comment {
    width: 77%;
    height: 200px;
    display: block;
    background: #fff5e1;
    border: 1px solid #bb9367;
    margin-bottom: 20px;
}
.form2 p{
	font-size:20px;
}
.coment_block {
    margin-top: 40px;
    border-bottom: 1px solid #bb9367;
    padding-bottom: 25px;
}
.coment_autor {
    font-size: 25px;
    font-weight: 900;
}
.coment_text {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
}
.coment_date {
    font-size: 14px;
    font-style: italic;
}
.slogan_content2 {
	display:none;
}
.next{
	margin-bottom: 30px;
	font-weight: 900;
}
.prev{
	margin-bottom: 10px;
	font-weight: 900;
}
.nav_page{
	text-align: center;
}


@media (min-width: 250px) and (max-width: 1200px) {
#menu-item-45, #menu-item-49, #menu-item-48, #menu-item-41, #menu-item-255, #menu-item-42, #menu-item-50{
	display:none;	
}	
.img_fon{
	display:block;
	width: 100%;
    background: url("images/dentist.jpg");
	background-size: cover;
}	
.main-content #sidebar-toggle {
    background: #c69c6d;
    display: block;
    position: fixed;
    padding: 40px 50px;
    float: left;
    width: 100%;
	top: 0px;
    left: 0px;
	border-radius: 0px;
	z-index: 3;
}
.main-content #sidebar-toggle .bar {
    width: 70px;
    height: 10px;
    background: #ffffff;
    margin-bottom: 12px;
    border-radius: 6px;
    display: block;
}
.menu {
    padding-top: 30px;
}
.menu-primary-container {
    padding-left: 0px;
    visibility: hidden;
    width: 100%;
	height:100%;
    background: #c69c6d;
    float: left;
    margin-top: 120px;
    position: fixed;
	z-index: 1;
	padding-top: 0px;
}
#sidebar {
	position: absolute;
	left: 0px;
	width: 0px;
	height: 100%;
}
.menu li {

}	
.menu a {
    font-size: 40px;
    border-top: 1px solid #bb9367;
    padding-left: 40px;
    display: block;
    /*height: 180px;
    line-height: 180px;*/
}
.close{
	display:none;
}
.wrap {
    width: 96%;
    background: url(fon.png);
    margin-top: -46px;
    margin: auto;
}
.menu-buter {
    visibility: visible;
    background: #c69c6d;
    padding-top: 105px;
    padding-left: 51px;
    padding-bottom: 50px;
	margin-top: 0px;
    margin-left: 0px;
}
#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    display: none;
}
.slogan2 {
    font-family: 'B52', arial;
    font-size: 49px;
    color: #f8f7f7;
    position: fixed;
    text-align: center;
    width: 80%;
    top: 50px;
    left: 164px;
	z-index: 4;
}
.vspl_forma_slogan {
    font-size: 40px;
    font-weight: 900;
}  
.vspl_forma_text {
    font-size: 50px;
    color: #671f0a;
    font-weight: 900;
    margin-top: 50px;
}  
.wpcf7-form p{
	font-size:40px;
} 
.wpcf7-text{
    width: 90%;
    height: 40px;
    display: block;
    background: #fff5e1;
    border: 1px solid #bb9367;
    margin-bottom: 20px;
	margin-top: 10px;
}
.wpcf7-textarea{
	width: 100%;
    height: 200px;
    display: block;
    background: #fff5e1;
    border: 1px solid #bb9367;
    margin-bottom: 20px;
	margin-top: 10px;
}
.btn_vspl_forma{
	width: 340px;
    height: 100px;
    background: #bb9367;
    border: 1px solid #bb9367;
    color: white;
    font-size: 30px;
}
.btn_vspl_forma:hover{
	cursor: pointer;
	background-color: #a17e57;
	border: 1px solid #a17e57;
}
.slogan_content2 {
    font-family: 'B52', arial;
    font-size: 45px;
    color: black;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: -50px;
	display:block;
}
.slogan_content {
	display:none;
}
.content {
    padding-top: 225px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
}
.title_cat {
    font-size: 52px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
}
.title_post {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}
.form2 p {
    font-size: 40px;
}
.btn_comment {
    width: 340px;
    height: 100px;
    background: #bb9367;
    border: 1px solid #bb9367;
    color: white;
    font-size: 32px;
}
body {
    font-size: 25px;
}
.coment_text {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 25px;
}
.name_cat {
    font-size: 30px;
    font-weight: 900;
    margin-top: 30px;
}
.name_post {
    font-size: 30px;
    margin-left: 30px;
    margin-bottom: 10px;
}
}






  
  
  
  
  
  

  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    #video-bg > video {
      top: 0; 
	  left: 0;
      width: 100%; 
	  height: 100%;
      object-fit: cover;
    }
  }









