@import "animate.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/*========================================================
                    Main layout styles
=========================================================*/


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

@font-face {
    font-family: 'NautilusPompilius';
    src: url('fonts/NautilusPompilius.eot');
    src: url('fonts/NautilusPompilius.eot?#iefix') format('embedded-opentype'),
         url('fonts/NautilusPompilius.woff') format('woff'),
         url('fonts/NautilusPompilius.ttf') format('truetype'),
         url('fonts/NautilusPompilius.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  font: 400 16px/20px 'Roboto Condensed', Calibri, "Droid Sans", sans-serif;
  color: #333;
  background: #372a1e;
  background-attachment: fixed;
  /*min-width: 1366px;*/
}
@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #c55e24;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
p {
	margin: 10px 0px;
	text-align:justify;
}
/* ======= Headers ======= */


h2 {

  font-size: 1.4rem;
  /*color: #372a1e;
  text-transform: uppercase;*/
  margin: 32px 0px;
  letter-spacing:-1px;
}

h3 {
  font-size: 1.25rem;
  color: #000000;
  margin: 10px 0px 35px 0px;

}
h2 a, h3 a {
  font-weight:700;
  color: #372a1e;

}
h2 a:hover, h3 a:hover {

  color: #c55e24;
}

h4, h5 {
  font-size: 1.2rem;
  color: #372a1e;
  font-weight:bold;

}
h6 {

  color: #beae99;
  letter-spacing: -0.02em;
}
.h7 {

  color: #606060;
  text-transform: uppercase;
  display: block;
}
.heading1 {
  margin-bottom: 26px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  /*font: 400 13px/18px 'bee_bold', sans-serif;*/
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;

  background: #c55e24;
  text-align: center;
  padding: 4px 21px;
}
.btn-default:hover {
  color: #ffffff;
  background: #78a4a7;
}
.btn-big {
  display: inline-block;
}
/* ======= Wrappers ======= */
.background-wrapper {
  background-image: url('/images/bg_body.png');
   background-color: #fff8f1;
}
.big-wrapper {
  /*max-width: 1356px;*/

  max-width: 1920px;

  margin: 0 auto;

}
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
  .header_social {
      display: none;
  }
}
.wrapper1 {
  padding: 51px 0 68px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 5px 0 0;
  border-top: 5px solid #78685a;
  position:relative;
  /*
  background-image: url('/images/bnr_2.jpg');
  background-size:cover;
  background-position: top center;
  */
}
@media (max-width: 767px) {
  #header {
	  background-image:none;
			}
}
#header .socials {
  text-align: right;
  margin-top:5px;
}
#header .info {
      padding: 20px 0px 5px 0px;

}
#header .info img.logo {
  width: 120px;
}
#header h1 {
  float: left;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom:10px;
}
#header .info .header_address {
	padding-left: 30px;
	margin: 0px;
	margin-top: 5px;
  position: absolute;
	border-left: 2px dotted #c9b283;
	width: 200px;
	right: 38%;
	color: #777;
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
/*	float: right;*/
}

.rrr{
    margin-left: 10px;
}

#header .info .header_social {
	padding-left: 30px;
	margin: 0px;
	margin-top: 30px;
    position: absolute;
	width: 200px;
	right: 38%;
	font-size: 18px;
	font-weight: 300;
	line-height: 15px;
/*	float: right;*/
}

#header .info .header_phone {
	padding-left: 0px;
	margin: 0px;
  margin-top: 5px;
	position: absolute;
	width: 23%;
	right: 12%;
	font-size: 12px;
	color: #777;
		font-weight: 300;
	/*float: right;*/
}
#header .info .header_phone span{
	font-size: 20px;
	color: #000;
	font-weight: 400;
	display:block;

}
@media (min-width: 980px) and (max-width: 1100px) {
	#header .info .header_address {
		right: 330px;
	}
	#header .info .header_phone {
		right: 50px;
	}
}
@media (max-width: 979px) {
	#header .info .header_address, #header .info .header_phone{
		display:none; important!
	}
}


#header #search {
  float: right;
  margin-top: 32px;
}
@media (max-width: 767px) {
  #header #search input{
	  display: none;
  }
}
#header .menu-wrapper {
  /*padding: 7px 50px 22px;*/
  padding: 2px 50px 15px 50px;
  background-color: #249cb8;
  background-color: #0041c7;
  border-radius: 0px 0px 0px 0px;

}
@media (max-width: 1199px) {
  #header .menu-wrapper {
    text-align: center;
  }
  #header .menu-wrapper nav {
    display: inline-block;
  }
}
#header #stuck_container.isStuck {
  left: 0;
  /*background: #178da9;*/
  background: #0041c7;
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header .socials {
    text-align: center;
    margin-bottom: 20px;
  }
  #header h1 {
    float: none;
  }
  #header #search {
    float: none;
    display: inline-block;
  }
  #header .menu-wrapper {
  /*display: none; */
}
}

/* ======= Logo ======= */
.info h1 {
  /*display: inline-block;*/
}
.info h1 a {
  /*display: block;*/
}
.info h1 a:hover {
  color:#555;
  text-decoration:none;
}


h1 .logo {
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	color: #727272;
	display: inline-block;
	position: relative;
	padding-left: 18px;
	margin: 0px;
	/*width: 295px;*/
	width: 380px;
	z-index:999;
}
h1 .logo span {
	  font-weight: 700;
	  font-size: 24px;
	  line-height: 20px;
	  display:block;
	  color: #000;
}
h1 .logo:before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 2px;
  width: 1px;
  height: 29px;

}
h1 .logo strong {

  display: block;
}
@media (max-width: 767px) {
  h1 .logo {
    display: block;
    padding-left: 0;
    margin-top: 0;
    width: 100%;


  }
  h1 img.logo {
 display: none;


  }
  h1 .logo:before {
    display: none;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 15px;
  float: none;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  font: 400 18px/14px;
  padding: 0px 10px;
}
.sf-menu > li + li {
  margin-left: 20px;
}
.sf-menu > li + li:before {
  position: absolute;
  display: block;
  content: '';

}
@media (max-width: 1199px) {
  .sf-menu > li {
	margin-left: 20px;
	font-size: 12px;
  }
  .sf-menu > li + li {
	margin-left: 20px;
	font-size: 12px;
  }
  .sf-menu > li + li:before {
    display: none;
  }
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 8px;
  }
  .sf-menu > li {
    margin-left: 5px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  display: none;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
	bottom: 0px;
	right: 0px;
	margin-right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  display: block;

  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 10px;
  }
}
.sf-menu > li > a:hover {
  color: #fdf1c2;
  text-decoration:none;
}
.sf-menu .sfHover > a {
  color: #fdf1c2;
}
.sf-menu .sfHover > a:after {
  color: #fdf1c2;
}
.sf-menu > li.current > a {
  color: #fdf1c2;
}
.sf-menu > li.current > a:after {
  color: #fdf1c2;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
	display: none;
	width: 220px;
	position: absolute;
	top: 42px;
	left: 0%;
	margin-left: 0px;
	background: #f9f7f2;
	text-align: left;
	padding: 10px 0 7px 7px;
	z-index: 2;
	border: 1px solid #e5e1d6;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 10px;
  overflow: hidden;
  background: url(../images/triangle1.png) no-repeat center top;
  top: -10px;
  left: 5%;
  margin-left: 0px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: none;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #312420;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #312420;
  /*text-transform: uppercase;*/
  padding: 10px;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #c55e24;
  text-decoration:none;
}
.sf-menu ul li + li {
  border-top: 1px solid #eaeaea;
}
.sf-menu ul > .sfHover > a {
  background: #c55e24;
  color: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -11px;
  left: 123px;
  margin-left: 0;
  z-index: 4;
  width: 175%;
}
.sf-menu ul ul:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
   display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {

    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #000;
    width: 100%;
    background: #ffffff;

    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;

    position: relative;

  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}

/*  .submenu__3{
    width: 100%;
  }

  .submenu__3 a{
    width: 100%;
  }*/
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 75px;
  padding-bottom: 53px;
}
#content.common__inset1 {
  padding-bottom: 35px;
}
#content.common__inset2 {
  padding-bottom: 75px;
}

.slider_area {
	background-color: #b38a56;
	/*
	background-image: url('../images/bg_ornament.jpg');
	background-position: top center;
	background-size:50%;
	*/
	background-image: url('../images/slides/bg_slide_2.jpg');
	background-position: center;
	background-size: 80%;

}

/* ======= Banner 1 Bed & Breakfast ======= */
.board1 {
  background: #78a4a7;
  background: #da6700;
  background: #aa8c72;
  background-image: url('../images/ornament2.png');

  padding: 25px 0 30px;
  overflow: hidden;
}
.board1 p{
	text-align:left;
}
@media (max-width: 767px) {
  .board1 {
    padding: 40px 20px 10px;
  }
}
/* ======= Box 1 Bed & Breakfast ======= */
.box1 {
  position: relative;
  padding-left: 70px;
  padding-right: 21px;
}
.box1:after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 110px;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .box1:after {
    display: none;
  }
}
.box1 .label {
  position: absolute;
  top: -4px;
  left: 0;
}
.box1 h2, .box1 h2 a {
  color: #ffffff;
  margin-bottom: 4px;
  text-decoration:underline;
}
.box1 h2 a:hover {
  color: #000000;
  margin-bottom: 4px;
}
.box1 .heading {
  display: block;
  color: #372a1e;
  text-transform: uppercase;
  font: 700 13px/17px "Droid Sans", sans-serif;
  margin-bottom: 11px;
}
.box1 p {
  color: #ffffff;
  line-height: 17px;
}
.box1.first {
  margin-left: 21px;
}
.box1.last:after {
  display: none;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 30px;
  }
  .box1.first {
    margin-left: 0;
  }
}
/* ======= Box 2 Why choose us? ======= */
.box2 {
  padding-right: 45px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 our services ======= */
.box3 {
  background: #f9f7f2;
  border: 1px solid #e5e1d6;
  padding-bottom: 0px;
}
.box3 h3,
.box3 p {
  padding: 0 16px;
  margin: 0px;
}
.box3 h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.box3 h3 a:hover {
  color: #c55e24;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
  .box3 img {
    width: 100%;
  }
}
/* ======= Box 3 Wrapper 1 ======= */
.box3-wrapper1 > p {
  /*font: 400 13px/18px 'bee_bold',  sans-serif;*/

  margin-bottom: 30px;
}

.box_afisha {
  background: #f9f7f2;
  border: 1px solid #e5e1d6;
  padding: 0px;
  margin: 4px 0px;
  line-height: 20px;
  position:relative;

}
.box_afisha div.date {
	width: 100px;
	left:0px;
	text-align:center;
	line-height:20px;
	font-size:14px;
	color: darkblue;
	padding: 25px 10px 5px 10px;
	background: #fff;
	min-height: 80px;
	border-top: 8px solid #ca8a3e;

}
.box_afisha div.date strong {
	font-size: 45px;
	font-weight:normal;
	color: #000000;
}
.box_afisha div.date span.month {
	text-transform:uppercase;
	line-height: 35px;
	color: #000000;
}
.box_afisha div.title {
	left: 120px;
	position:absolute;
	top:10px;
	padding: 20px 10px 5px 20px;
  	margin-left:auto;
	margin-right:auto;
}
.box_afisha div.title h3 {
	margin: 0px;
	padding:0px;
	line-height: 15px;
}
.box_afisha div.descript {
	top: 10px;
	right: 10px;
	position:absolute;
}
.afisha_today {
  background: #d8f5fb;
}
.afisha_today, .afisha_tomorrow {
  border: 5px solid #85522c;
}
.afisha_today:hover, .afisha_tomorrow:hover {
  background: #fef3d3;
}
.box_afisha div.date span.afisha_today, .box_afisha div.date span.afisha_tomorrow {
	border:none;
	color: #ffffff;
	background:red;
	font-weight:bold;
	padding: 0px 5px 2px 8px;
}
@media (max-width: 480px) {
.box_afisha {
	font-size: 14px;
	line-height: 15px;
}
.box_afisha div.title h3 {
	font-size: 16px;
	line-height: 15px;
}
}
/* ======= HR 1 ======= */
.hr1 {
  border: none;
  width: 100%;
  height: 1px;
  margin: 61px 0 60px;
  background: #e5e1d6;
}
.hr1.hr2 {
  margin: 86px 0 54px;
}
.hr1.hr3 {
  margin: 75px 0 53px;
}
/* ======= Post 1 Latest News ======= */
.post1 {
  position: relative;
}
.post1 time {
  display: block;
  margin-bottom: 9px;
  font: 700 13px/18px 'bee_bold',  sans-serif;
  color: #c55e24;
}
.post1 h4 {
  margin-bottom: 12px;
}
.post1-wrapper1 {
  padding-bottom: 9px;
  margin-top: -7px;
}
.post1-wrapper1 .post1 + .post1 {
  margin-top: 63px;
}
.post1-wrapper1 .post1 + .post1:before {
  position: absolute;
  display: block;
  content: '';
  overflow: hidden;
  left: 0;
  top: -32px;
  width: 100%;
  height: 1px;
  background: url(../images/border1.png) repeat-x;
}
.post1-wrapper1 .btn-default {
  margin-top: 31px;
}
@media (max-width: 767px) {
  .post1-wrapper1 {
    margin-bottom: 50px;
  }
}
/* ======= Box 4 Welcome ======= */
.box4 h6 {
  margin-bottom: 25px;
}
.box4 h5 {
  margin-bottom: 25px;
}
.box4 .btn-default {
  margin-top: 30px;
}
.box4-wrapper1 {
  margin-top: -9px;
  position: relative;
  padding-bottom: 9px;
}
.box4-wrapper1:before {
  display: block;
  content: '';
  position: absolute;
  left: -57px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e1d6;
}
@media (max-width: 1199px) {
  .box4-wrapper1:before {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .box4-wrapper1:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .box4-wrapper1 {
    margin-bottom: 50px;
  }
}
/* ======= Box 5 Activities ======= */
.box5 .h7 {
  margin-top: 7px;
}
.box5-wrapper1 {
  margin-top: -7px;
  position: relative;
  padding-bottom: 9px;
}
/*.box5-wrapper1:before {
  display: block;
  content: '';
  position: absolute;
  left: -57px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e1d6;
}*/
@media (max-width: 1199px) {
  .box5-wrapper1:before {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .box5-wrapper1:before {
    display: none;
  }
}
.box5-wrapper1 .box5 {
  margin-bottom: 26px;
}
.box5-wrapper1 h5 {
  margin-bottom: 19px;
  color: #c55e24;
}
.box5-wrapper1 .btn-default {
  margin-top: 6px;
}
/* ======= Box 6 About ======= */
.box6 {
  position: relative;
  padding-left: 250px;
}
.box6 img {
  position: absolute;
  left: 0;
  top: 4px;
}
.box6 h4 {
  margin-bottom: 19px;
}
.box6 p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .box6 {
    padding-left: 0;
  }
  .box6 img {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
}
.box6-wrapper1 {
  margin-top: -6px;
}
.with-border1 {
  position: relative;
}
.with-border1:before {
  display: block;
  content: '';
  position: absolute;
  left: -57px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e1d6;
}
@media (max-width: 1199px) {
  .with-border1:before {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .with-border1:before {
    display: none;
  }
}
/* ======= Box 7 Did you know? ======= */
.box7 {
  padding-left: 70px;
  position: relative;
}
.box7 i {
  font-size: 55px;
  color: #c55e24;
  position: absolute;
  left: 0;
  top: 4px;
}
.box7 h4 {
  margin-bottom: 3px;
}
.box7-wrapper1 {
  margin-top: -6px;
}
.box7-wrapper1 .box7 {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .box7-wrapper1 {
    margin-bottom: 50px;
  }
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  color: #372a1e;
  padding-left: 24px;
  padding-top: 7px;
  position: relative;
}
.blockquote1:before {
  position: absolute;
  content: 'вЂњ';
  display: block;
  font: 400 48px/18px 'bee_bold',  sans-serif;
  color: #000000;
  left: 0;
  top: 0;
}
.blockquote1 cite {
  display: block;
  font: 400 13px/18px 'bee_bold',  sans-serif;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.blockquote1 .author {
  display: block;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.blockquote1 a {
  color: #c55e24;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
}
.blockquote1 a:hover {
  color: #372a1e;
}
.blockquote1-wrapper1 {
  margin-top: 32px;
  margin-bottom: 59px;
}
.blockquote1-wrapper1 .blockquote1 {
  margin-bottom: 34px;
}
.box4-wrapper2 {
  margin-top: -7px;
}
/* ======= Box 8 Gallery Our rooms ======= */
.box8 .gallery_image {
  margin-bottom: 34px;
}
.box8 h4 {
  margin-bottom: 9px;
}
.box8 .btn-default {
  margin-top: 30px;
}
.gallery {
  margin-top: -2px;
}
.gallery .box8 {
  margin-bottom: 44px;
}
/* ======= Box 9 Special Offers ======= */
.box9 {
  padding-left: 370px;
  position: relative;
}
.box9 img {
  position: absolute;
  left: 0;
  top: 0;
}
.box9 p {
  margin-bottom: 15px;
}
.box9 .list1 {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .box9 {
    padding-left: 0;
  }
  .box9 img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
.box9-wrapper1 {
  margin-top: -4px;
}
/* ======= Box 10 hotel services ======= */
.box10 .gallery_image {
  border: 1px solid #e5e1d6;
  margin-bottom: 24px;
}
.box10 h5 {
  color: #c55e24;
}
.box10 h5 a:hover {
  color: #372a1e;
}
@media (max-width: 767px) {
  .box10 {
    margin-bottom: 50px;
  }
}
.gallery2 {
  margin-bottom: 21px;
  margin-top: -3px;
}
/* ======= Post 2 Blog ======= */
.post2 .head {
  margin-bottom: 19px;
}
.post2 .head .label-wrapper {
  text-align: right;
}
.post2 .head .label-wrapper .label {
  margin-top: 4px;
  display: inline-block;
  text-align: center;
  font: 400 13px/18px 'bee_bold',  sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background: #c55e24;
  padding: 4px 19px 4px;
}
.post2 img {
  margin-bottom: 28px;
}
.post2 .info {
  margin-bottom: 13px;
  overflow: hidden;
}
.post2 .info time,
.post2 .info span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
}
.post2 .info time:before,
.post2 .info span:before {
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #c55e24;
  line-height: 16px;
  left: 0;
  top: -2px;
}
.post2 .info time:before {
  content: '\f073';
}
.post2 .info .by:before {
  content: '\f007';
  top: -1px;
}
.post2 .info .comments:before {
  content: '\f075';
}
.post2 .btn-default {
  margin-top: 30px;
}
.post2-wrapper1 {
  margin-top: -6px;
  margin-bottom: 88px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 36px;
}
/* ======= Google Map  ======= */
.google-map1 {
  margin-bottom: 44px;
  margin-top: -2px;
  height: 412px;
}
/* ======= Address  ======= */
.address-block {
  margin-top: -3px;
}
.address-block address {
  display: block;
  position: relative;
  padding-left: 54px;
}
.address-block address:before {
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #78a4a7;
  left: 0;
}
.address-block address span {
  display: block;
}
.address-block address.location:before {
  content: '\f015';
  top: 6px;
}
.address-block address.phones:before {
  content: '\f095';
  top: 9px;
}
.address-block address.mail:before {
  font-size: 24px;
  content: '\f0e0';
  top: 1px;
}
.address-block address + address {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}
/* ======= Box 11 Privacy Policy ======= */
.box11 {
  padding-right: 35px;
}
.box11 h5 {
  margin-bottom: 9px;
}
.box11 p {
  margin-bottom: 16px;
}
.box11-wrapper1 {
  margin-top: -5px;
}
.box11-wrapper1 .box11 {
  margin-bottom: 25px;
}
/* ======= Privacy Link ======= */
.link-wrapper1 {
  margin-top: 2px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #78a4a7;
}
.simple-link:hover {
  color: #c55e24;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 24px;
  position: relative;
}
.list1 li a {

  color: #c55e24;
  text-transform: uppercase;
}
.list1 li a:hover {
  color: #372a1e;
}
.list1 li:before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background: url(../images/list1.png) no-repeat center top;
  left: 0;
  top: 0;
}
.list1 li + li {
  margin-top: 33px;
}
.list1 li p {
  margin-top: 10px;
}
.list1__inset1 li + li {
  margin-top: 12px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
	/*display: inline-block;*/
	/*padding: 1px;*/
	font-weight: normal;
	/*background-color: #c5b6a3;*/
	padding: 5px 7px;
  /*position: absolute;*/
  /*right: 2%;*/
  }
 .socials1 li.lang{

 }
 .socials1 li.facebook{
	padding: 5px 9px;
 }
.socials1 li a{
  color: #fff;
  /*padding: 5px 9px 3px 8px;*/
  background-color: #c5b6a3;
  padding: 5px 10px;

  }
.socials1 li + li {
  margin-left: 2px;
}
.socials1 li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #c55e24;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -21px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {

  font-size:12px;
  background: #4f4f4f;
  color: #f4f0e4;
  padding: 35px 0px 40px 0px;

}
#footer .links {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .links {
    float: none;
    text-align: center;
  }
}
#footer .links ul li {

  position: relative;
  display: inline-block;
}
#footer .links ul li + li {
  margin-left: 18px;
}
#footer .links ul li + li:before {
  width: 4px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  display: block;
  content: '';
  left: -12px;
  top: 6px;
  background: #c55e24;
}
#footer .developer {
    margin: 0px 0 0 0px;
    line-height: 15px;
    padding-left: 0px;
}
#footer .developer {
    /*display: inline-block;*/
}
#footer .developer a {
    display: inline-block;
    background-color: #AE2626;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    padding: 2px 10px 4px 9px;
    text-decoration: none;
    margin-top: 4px;
}
#footer .developer a:hover {
	background-color: orange;
	color:#fff;
}
@media (max-width: 767px) {
   #footer .developer {
		border:0px;
		border-top:2px solid #AE2626;
		padding:10px 0px 0px 0px;
		margin-top: 45px;

	}
	#footer .developer a{
		padding:0px;
		display:normal;
		background-color: transparent;
		color: #AE2626;
		text-decoration:underline;
		font-weight:bold;
	}
	#footer .developer a:hover {
		background-color: transparent;
		color:#000;
	}
}

#footer .privacy-block {
  float: left;
}
@media (max-width: 767px) {
  #footer .privacy-block {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #DA9948;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #c55e24;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/


.mediafiles_list
{
	list-style:none;
}


.docfiles_list li img
{
float:left;
margin-right:10px;
}

.docfiles_list li .file_comment
{

}
.docfiles_list li .file_size
{
	font-size:12px;
	font-weight:bold;
}
.docfiles_list li .download_style
{
	color:#6FA1F7;
}

.docfiles_list li
{
 display:block;
 clear:both;
 margin-bottom:15px;
}
.docfiles_list
{
 display:block;
 list-style:none;
}

.small_font_2
{
font-size: 14px;
line-height: 5px;
padding: 0px;

}
.small_font_2 span
{

}

.small_font
{
 font-size:11px;
 line-height:12px;
 margin: 0px 10px;

}
.small_font span
{

}


.pager_line {

	width:100%;
	clear:both;
	position:relative;
	margin: 40px 0px 20px 0px;
	text-align:center;

}

.pager_activ {
	/*background-color:#e2dcbe;*/
	border: 1px solid #a10000;
    	padding: 10px 15px 10px 15px;
    	border-radius:20px;
	margin:4px;
	display: inline-block;
}
.pager {
	background-color:#a10000;
 	border:1px  solid #a10000;
    	padding: 6px 12px 6px 12px;
    	border-radius:16px;
	margin:4px;
	color: #fff;
	display: inline-block;

}
.pager:hover {
	background-color:#FFF;
	border:1px solid #ccc;
}
.more_pics
	{
		display: block;
		list-style: none;
		position: relative;
		width: 200px;
		height: 150px;
		margin-left:30px;
	}
.images_list li img
	{
		border: 1px solid #174789;
		padding: 5px;
		margin: 5px;
	}
.more_pics li
	{
		position: absolute;
		z-index: 1;
		padding: 0px;
	}

.images_list
	{
		display: block;
		clear: both;
	}


.images_list li:hover
	{
		float: left;
		border-bottom-color: #78A9ED;
	}

.images_list li
	{
		float: left;
		border-width: 2px;
		border-color: transparent;
		border-style: solid;
		list-style: none;
		margin: 10px;
	}
.page_link {
	color: #8e7f72;
	font-size:13px;
	width:100%;
	text-align: left;
	vertical-align: bottom;
}
.page_link a {
	text-decoration: underline;

}
.page_link i{
	padding:0px 3px;
	font-size: 12px;
	vertical-align: baseline;
}
.underline {
	text-decoration:underline;
}

.reference, .ticketon {
	margin: 25px 0px;
	border:0px solid brown;
	padding: 10px 20px 20px 20px;
	background-color: #1d937e;
	color:#ffffff;
	text-align:left;
	font-size:18px;
	border-radius: 18px;
}
.reference p, .reference h2, .reference h3
{
	color:#ffffff;
	text-align:left;
}

.ticketon {
	font-size:15px;
	margin: 20px 0px;
	background-color: #da6700;
	background-color: #5086ae;
	border-radius: 0px;
	color: #000;
	padding:15px 0px 25px 0px;
	background: url('/images/ticketon.jpg');
	background-position:left center;
	background-repeat: no-repeat;

}
.ticketon p, .ticketon h2, .ticketon h3
{
	color:#ffffff;
	text-align:left;
	padding: 0px 20px;
}
.ticketon_btn {
	padding: 10px 0px;
	width:100%;
	background: #103b60;
	margin:0px;
	min-height:36px;
	position:relative;
	text-align:center;
}

@media (min-width: 768px) and (max-width: 980px) {
.reference, .ticketon  {
	font-size: 14px;
	}
.reference h2,
.ticketon h2 {
	font-size:20px;
	line-height:18px;
	}
}
.newsline {
	text-align: left;
	font-size:14px;
	line-height:18px;

}
.newsline p {
	margin: 20px 0px 0px 0px;
	font-family: Tahoma;
}
.newsline h3, .newsline h4, .newsline h5 {
	line-height:18px;
	margin: 3px 0px;
}
.newsline a{

	text-decoration:underline;
}
.newsline a:hover {

	text-decoration:underline;
}
.afishaline {
	text-align: left;
	line-height:18px;

}
.afishaline p {
	margin: 0px 0px 0px 0px;
	text-align:left;
}
.afishaline h3, .afishaline h3 a{
	margin: 10px 0px 5px 0px;
	/*color: #807463;*/
}
.afishaline #day {
	font-size: 24px;
	text-align:left;
	color: #FFF;
	padding:5px;
	background:orange;
	letter-spacing:-1px;

}

.afishaline #tomorrow,.afishaline #today {
	float: right;
	text-align:left;
	color: #ffffff;
	padding:0px 6px 1px 6px;
	background:red;
	letter-spacing:0px;
	font-size:14px;
	font-weight:bold;
	margin-top:-2px;
}
.afishaline .show_details {
    color: brown;
    width: 220px;
    padding: 25px;
    position: absolute;
    background: #fff7f1;
    z-index: 9999;
    line-height: 20px;
    font-size: 12px;
}
.wiki {
	text-align: left;
	font-size:15px;
	line-height:18px;
}
.wiki p {
	text-align: left;
}
.wiki p.wiki {
	font: 400 12px/18px 'bee_bold', sans-serif;
	color: brown;
	text-align: center;
	width: 100%;
	border-bottom:1px dotted brown;
}
.wiki p.wiki_info {
	font-style: italic;
}
.wiki a {
	color: blue;
	text-decoration: underline;
}
.wiki a:hover {
	color: orange;
}
.wiki h3 {
	font-size: 16px;
	margin-bottom:0px;
}
.wiki img {
	border-radius:100%;
}
.right_small_menu {
	padding:0px 25px 40px 30px;
	background-color:#faefe6;
	border:1px solid #cec3a2;
	/*width:100%;*/
	border-radius: 4px;
	font-weight:700;
	box-shadow: 0px 2px 5px #bebebe;
}
.right_small_menu li {
	padding: 7px 0px;

}
.right_small_menu li a {
	color: #0055a6;
	text-decoration:underline;

}
.right_small_menu li a:hover {
	color: brown;
}
.side_right {
	float:right;
}

@media (max-width: 767px) {
.side_right {
	float:none;
	}
}

#content_area img {
	margin: 20px;

}

#content_area #map {
	margin: 45px 0px;
	width: 90%;
	padding: 20px;
	border: 1px solid #777;
}

.repertuar {
	min-height: 380px;
	margin-bottom: 25px;
}
.repertuar img {
		width:100%;
		height: 250px;
	}
.actors {
	min-height: 350px;
	margin-bottom: 20px;
}
.actors img {
		width:90%;
		border-radius: 20px;

	}

@media (min-width: 980px) and (max-width: 1199px) {
.repertuar, .actors {
	min-height: 350px;
	margin-bottom: 25px;
}

.repertuar img {
		height: 200px;
	}
}
h3 span {
	color: brown;
}
@media (min-width: 768px) and (max-width: 979px) {
.repertuar, .actors {
	min-height: 320px;
	margin-bottom: 25px;
}
.repertuar img {
		height: 150px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
.repertuar, .actors {
	min-height: 10px;
	margin-bottom: 25px;
}
.repertuar img {
		height: 260px;
	}
.actors img {
		width: 50%;
	}
}
@media (max-width: 480px) {
.repertuar, .actors {
	min-height: 10px;
	margin-bottom: 25px;
}
.repertuar img {
		height: 180px;
	}
}
.afisha_karusel {
	min-height:240px;
	font-size:14px;
	line-height:12px;
}
.afisha_karusel p {
	text-align:left;

}
.afisha_karusel img{
	width:100%;
	height: 160px;
}
@media (max-width: 980px) {
	.afisha_karusel img{
	height: 120px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
	.afisha_karusel img{
	height: 140px;
}
}
@media (max-width: 479px) {
	.afisha_karusel img{
	height: 160px;
}
}
.border-ten {
    position: relative;
    background-image: url('../images/border_ten.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    border: none;
}
@media (max-width: 980px) {
.border-ten {
	display:none;
}
}
.karusel {
	width:100%;
	margin: 40px 0px 30px 0px;
}
.block_ticketon {
	color: #fff;
	font-size: 22px;
	min-height:60px;
	padding: 45px 10px 35px 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.tcn-widget-btn-tickets .tcn-widget-btn-text {
    text-shadow: 0 1px 0 #EEE;
    font-weight: bold;
    line-height: 18px;
    padding: 0 2px;
    background-position: 0 0;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
}
.tcn-widget-btn-tickets .tcn-widget-btn-s, .tcn-widget-btn-tickets .tcn-widget-btn-text {
    background-image: url('i/btn_h_e_s.png');
    background-repeat: repeat-x;
    height: 22px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.content_right_date {
	padding:10px 0px 0px 0px;
}

.gosprograms .logos {
  margin: 0;
  padding: 0;
  font: 700 11px/10px Arial;
}
 .gosprograms .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
  margin-bottom: 15px;
}
.gosprograms .logos li img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0 auto;
}
.gosprograms .logos li img:hover{
/*
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
*/
	opacity: 1 !important;
	-webkit-filter: grayscale(1);
	-webkit-transition:all 0.5s;
}
.gosprograms .carousel-control {
  background: none;
  width: auto;
  top: 75px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.gosprograms .carousel-control .fa
{
  color: #444444;
  font-weight: bold;
}
.gosprograms .carousel-control:hover .fa{
  color: #999;
}
.carousel .item {
    min-height: inherit;
  }
.record_details {
	font-size:12px;
	margin: 25px 0px;
	padding: 5px 10px;
	border-top: 2px solid #a69568;
	border-bottom: 2px solid #a69568;
}
.res_links {
	/*border-top: 1px dotted #777;*/
	text-align:center;
	padding: 20px 0px;
}
.res_links span {
	width:100%;
	display:block;
	text-align:center;
	margin:10px 0px 10px 0px;

}
.res_links img {
	width: 64px;
}
.res_links a{
	color: #000;
	text-decoration:underline;

}
.res_links a:hover {
	color: brown;
}




.qa-form{
  width: 100%;
	height: auto;
	padding: 0px;
  margin-top: 2px;
	border-top: 1px dashed #fff;
}


.qa-form button {
  /* border-radius: 0.3rem; */
  border: 0;
  padding: 10px 15px;
  font-size: 14px;
}


.wlink-title {
    font-size: 1.4em;
    border-bottom: 1px solid rgba(39, 39, 39, 0.1);
    line-height: 1.5em;
    margin: 0px 0px 20px 0;
    padding-left: 10px;
    font-weight: 700;
}

/*card*/
.mangystau-gallery{
	width: 100%;
	height: auto;
	padding: 40px 0px;
	background-color: #f5f5f5;
	margin-top: 2px;
	border-top: 1px dashed #fff;
	/*background-image: url('https://mangystau.inmap.kz/assets/img/slide_3.jpg');*/
  background-image: url('/images/slide_3.jpg');
	background-size:100%;
}


@media (max-width:770px) {
  .mangystau-gallery {
    background-image: url('/images/mobile-background2.jpg');
    background-size: cover;
  }
}


.mangystau-gallery_row{
  display: flex;
  justify-content: stretch;
}


@media (max-width:770px) {
  .mangystau-gallery_row{
    flex-direction: column;
  }
}

.mangystau-gallery_row-card_blog{
  display: flex;
}

.card {
    border: 0;
    border-radius: 0.5rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    background-color: #fff;
}


.card .card-header:not([data-background-color]) {
    background-color: transparent;
}
.card .card-header {
    padding: 15px 15px 0;
    border: 0;
}

.card .card-header h4{
  /*font-size: 17px;*/
  font-size: 1.25rem;
}


.card-chart .card-header .card-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 400;
    /*color: #ab7c4e;*/
}

.card .card-body  .card-title{
    /* padding: 15px 15px 10px 15px; */
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 700;
}


.card .card-body .card-text{
  text-align: left;
}

.card .card-body {
    padding: 15px 15px 10px 15px;
}


.card .card-body .card-body_text{
  /*font-size: 15px;*/
  font-size: 17px;
  margin: 10px 0px;
}

.card-chart .card-footer .stats {
    color: #9A9A9A;
    font-size: 0.8em;
    line-height: 2rem;

}
.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.card-chart .card-footer {
    /*margin-top: 15px;*/
}
.card .card-footer {
    background-color: transparent;
    border: 0;
}





.warning-card {
  border: 1px solid;
  border-radius: 0.5rem;
  border-color: #ebccd1;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
  background-color: #fff;
}

.warning-card-header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color:#ebccd1;
  border-radius: 0.5rem 0.5rem 0 0;
}


/* .warning-card-header_icon{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 25px;
} */

/* .warning-card-header_icon i {
    font-size: 80px;
    color: #a94442;
} */



.warning-card-header_title{
  color: #a94442;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}


.warning-card-header_title i{
  font-size: 25px;
}

.warning-card-header_title p{
  margin: 10px;
}



.warning-card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    padding: 20px;
}

.warning-card-body_text p {
  text-align: left;
}




.info-card {
    border: 1px solid;
    border-radius: 0.5rem;
    border-color: #d1ebcc;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px;
    /* margin-bottom: 20px; */
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    background-color: #fff;
}




.info-card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    padding: 20px;
}


.info-card-body_text p {
  text-align: left;
}



.info-card-header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color:#d1ebcc;
  border-radius: 0.5rem 0.5rem 0 0;
}

.info-card-header_icon{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 25px;
}

.info-card-header_icon i {
    /* font-size: 80px; */
    color: #48a942;
}


.info-card-header_title{
  color: #48a942;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}


.info-card-header_title i{
  font-size: 25px;
}

.info-card-header_title p{
  margin: 10px;
}


/*welcome-card*/

.welcome .card-header{
  /*border-bottom: 2px solid #ededed;*/
  border-bottom: 1px dashed #c4c4c4 !important;
}

/*welcome-card*/



/*director-card*/

.director .card-body{
  padding: 15px 0px 0px 0px;
  border-top: 1px dashed #c4c4c4 !important;
  text-align: center;
}

/*director-card*/


.director_links{
  border-top: 1px dashed #c4c4c4 !important;
}


/*.director_links */

@font-face {
  font-family: "toolkit-entypo";
  src: url("fonts/toolkit-entypo.eot");
  src: url("fonts/toolkit-entypo.eot?#iefix") format("eot"), url("fonts/toolkit-entypo.woff2") format("woff2"), url("fonts/toolkit-entypo.woff") format("woff"), url("fonts/toolkit-entypo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon-google-play::before {
    content: "\EABA";
}

.icon-app-store::before {
    content: "\EA11";
}

.icon::before {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: "toolkit-entypo";
    speak: none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.m-0{
  margin: 0px !important;
}


.dircertor_links_button{
  /*font-size: 12px;*/
  color: #249cb8;
}


.award_kz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    min-height: 40px;
    padding: 10px 20px 10px 15px;
    position: relative;
    border: 2px dotted #f8ce5b;
    text-align: left;
    line-height: 18px;
    color: #000000;
}


.award_kz img {
    /* position: relative; */
    /* top: 10px; */
    width: 130px;
    /* left: 0px; */
}

.award_kz p{
  text-align: center;
}


.award_kz a{
  color: #249cb8;
}

.news_list {
    margin: 5px 0px;
    padding: 10px 0px;
    border-top: 1px solid #dccfa6;
    position: relative;
    min-height: 90px;
}


.ekspozitsya{
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border-radius: 0.5rem !important;
}

.ekspozitsya img{
  border-radius: 0.5rem !important;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.ekspozitsya p{
  position: absolute;
  top: 10px;
  padding: 5px 20px;
  font-size: 24px;
  text-align: left;
  color: #fff;
  width: 100%;
}



.carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control i {
    font-size: 48px;
}

.gossymbols {
    margin-bottom: 30px;
}

.box.box-kaz {
    background: #9DD9ED;
    color: darkblue;
    border: 1px solid #ababab;
    background-image: url('/images/body_uzor.png');
    box-shadow: 0px 0px 8px #aaa;
}


.box.box-kaz {
    border: 1px solid #ababab;
    box-shadow: 0px 0px 8px #4b4848;
    background: #fff8f1;
    background-image: url('/images/bg_body.png');
}


 .gossymbols h1.section-heading {
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    color: #81665b;
}
 h1.section-heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    margin-top: 0;
    color: #2f506c;
    /*color: #fff;*/
}

.gossymbols-content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #81665b;
}


@media (max-width: 770px){

.gossymbols-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

}

.symbol {
    /*position: relative;
    float: left;
    padding: 0px 20px 0px 0px;
    margin-top: auto;*/
    /*color: #fff;*/

    display: flex;
    align-items: center;
    flex-direction: row;
}


@media (max-width: 770px){

.symbol{
  margin: 5px 0px;
}

}



.symbol-img{
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}


.symbol img {
    height: 60px;
    /*margin-right: 20px;*/
    /*float: left;*/
}

.region-section{
  padding: 0px;
}

.about_region {
    width: 100%;
    height: 350px;
    margin: 30px auto;
    width: 100%;
    padding: 0px;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem !important;
}


.about_slider {
    max-height: 350px;
   /* min-width: 950px;
    max-width: 1100px;*/
    position: relative;
    overflow-y: hidden;
    /*margin: 0 auto;*/
    background-color: #005188;
    /*background-image: url(../images/bg_about_slider.png);*/
    border-radius: 0.5rem !important;
}


.about_slider .slider-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.about_slider .nivo-controlNav{
  top:0;
  left: 0;
  width: auto;
  padding: 50px 60px;
}


.about_slider .nivo-caption {
    position: relative;
    color: #f7eee2;
    font-size: 16px;
    z-index: 150;
    top: 0;
    left: 0;
    /*display: none;*/
    width: none;
    text-align: left;
    /*font-family: 'Times New roman';*/
}


.about_slider .nivo-caption p {

    padding: 5px;
    margin: 10px 0px;

}


@media (max-width:770px){
  .slider-wrapper {

    height: auto !important;

}
}



@media (max-width:770px){
.about_region {
    width: 100%;
    height:auto !important;
    margin: 30px auto;
    padding: 0px;
}
}

@media (max-width:770px){
.about_slider {

    max-height: none;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    background-color: #005188;
    border-radius: 0.5rem !important;

}
}


@media (max-width:770px){
.about_slider .nivo-controlNav {
padding: 10px 10px;
top: 210px;
}
}



@media (max-width:770px){

  .nivoSlider {

      position: absolute;
      width: 100% !important;
      top: 0;
      height: auto;
      overflow: hidden;
      right: 0px;
      object-fit: cover;

  }
}



@media (max-width:770px){
  .nivoSlider img {
    top: 0;
    left: 0px;
    max-width: none;
    height: 200px !important;
}
}


@media (max-width:770px){
.about_slider .nivo-caption {
    display: block;
    width: 100%;
    position: relative;
    color: #f7eee2;
    font-size: 16px;
    z-index: 150;
    top: 0;
    left: 0;
    text-align: left;

}
}

.nivo-caption i{
  font-size: 1.25rem;
}

@media (max-width:770px){
.nivo-caption i {

    color: #FFF;
    font-size: 20px !important;
    font-weight: bold;
    font-style: normal;

}
}

@media (max-width:770px){
.about_slider .nivo-caption p {

    padding: 5px;
    margin: 10px 0px;
    font-size: 12px;
    text-align: left;

}
}

.korygy-title{
  color: #FFF;
font-size: 26px;
font-weight: bold;
font-style: normal;
margin-bottom: 5px;
}


.statistic{
  width: 100%;
  margin-top: 30px;
  background-color: #e2bc8f;
  background-image: url('/images/bg_body.png');
}


.statistic .statistic-content{
  min-height: 250px;
  /* color: #fff; */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}


@media (max-width: 770px){
  .statistic .statistic-content{
    flex-direction: column;
    padding: 20px 0px;
  }
}

.statistic .statistic-content .statistic-content-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}




.statistic .statistic-content .statistic-content-icon img{
  width: 100%;

}

@media (max-width: 770px){

.statistic .statistic-content .statistic-content-icon img{
  width: 70%;
}

}


.statistic .statistic-content .statistic-content-main_stat{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #81665b;
  justify-content: space-evenly;
  border-right: 1px dashed;
  border-color: #81665b;
}



@media (max-width:770px){
  .statistic .statistic-content .statistic-content-main_stat{
    flex-direction: column;
    border-bottom: 1px dashed;
    border-right: none;
    margin: 10px 0px;
  }
}



.statistic .statistic-content .statistic-content-main_stat .main_stat_title{
  font-size: 4.5rem;
  font-weight: 700;
  color: #81665b;
  margin: 10px 0px;
}


.statistic .statistic-content .statistic-content-main_stat .main_stat_text{
  /* font-size: 1.5rem; */
  text-align: left;
}


@media (max-width:770px){
.statistic .statistic-content .statistic-content-main_stat .main_stat_text{
    text-align: center;
  }
}



.statistic-content-sub_stat{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  color: #81665b;

}


@media (max-width:770px){

.statistic-content-sub_stat {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #81665b;
}

}



.statistic-content-sub_stat-respublic, .statistic-content-sub_stat-region{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #81665b;
}


.statistic-content-sub_stat-respublic .sub_stat-respublic_title, .statistic-content-sub_stat-region .sub_stat-region_title{
  font-size: 4.5rem;
  font-weight: 700;
  color: #81665b;
  margin: 10px 0px;
}




/*
=============================
||     Swiper Slide        ||
=============================
*/

   .swiper-container_blog {
      width: 100%;
    }


.swiper-slide{
  display: flex;
  flex-direction: row;
  align-items: center;
}


@media (max-width:770px){

    .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }

}

/*=============================
          Swiper Slide
=============================*/


@media (max-width:770px){
.slide-section{
  background-image: url('/images/slides/bg_slide_2.jpg');
  height: 120px;
  background-size: cover;
}
}



/* ANSWER AND QUESTION  */


.blog-question{
  border-bottom: 1px solid;
  border-color: #c55e24;
  margin: 0px 0px 35px 0px;
}

.blog-question-date{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width:770px){
.blog-question-date{
  flex-direction: column;
  align-items: baseline;
}
}


.blog-question-date-time{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.blog-question-author{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}



.blog-question-ask-title{
    margin: 10px 0px;
}


.blog-question-answer{
    border-top: 1px dashed #999;
    margin: 20px 0px 0px 0px;
    padding: 10px 0px;
}

.blog-question-answer-title{
  color: steelblue;
}

.sendbutton{
  border: none;
  font-size: 14px;
}

@media(max-width:770px){
  .sendbutton{
    margin: 0px 0px 30px 0px;
  }
}


.agree-section{

}

@media (max-width:770px){
  .agree-section{
    margin: 10px 0px 20px 0px !important;
    padding: 5px;
    background-color: #fff;
    border-radius: 1.5rem;
    color: #0055a6;
    border-color: #0055a6;
    border: 1px solid;
    width: auto;
    border-radius: 2.5rem;
  }
}

.agree-btn {
    margin: 10px 0px 0px 0px !important;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 1.5rem;
    color: #0055a6;
    border-color: #0055a6;
    border: 1px solid;
    /* width: auto; */
}

@media (max-width:770px){
  .agree-btn {
    margin: 0px !important;
    padding: 0px;
    background-color:none;
    border-radius: 0;
    color: #0055a6;
    border-color: none;
    border: none;
    /* width: auto; */

}
}

.agree-btn:hover{
  color: #c55e24;
}
