@import "animate.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic');

@font-face {
  font-family: 'Mediana-font';
  src: url('/css/fonts/ArciformSanscyr-lat-Regular.eot');
  src: url('/css/fonts/ArciformSanscyr-lat-Regular.woff2') format('woff2'),
       url('/css/fonts/ArciformSanscyr-lat-Regular.woff') format('woff'),
       url('/css/fonts/ArciformSanscyr-lat-Regular.ttf') format('truetype'),
       url('/css/fonts/ArciformSanscyr-lat-Regular.svg#ArciformSanscyr-lat-Regular') format('svg'),
       url('/css/fonts/ArciformSanscyr-lat-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/*========================================================
                    Main layout styles
=========================================================*/

body {
  font: 400 15px/20px  'Roboto', Calibri, sans-serif;
  color: #333;
  background: #fff;
  background-attachment: fixed;
  
  /*opacity: 0.15;
  filter: alpha(opacity=15);
  */
  /*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: #0370af;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
p {
	margin: 10px 0px;
	text-align:justify;
}

u{
	padding-bottom: 4px;
}
/* ======= Headers ======= */


h2 {
  font: 700 24px/24px 'Roboto', Calibri, sans-serif;
  /*color: #372a1e;
  text-transform: uppercase;*/
  margin: 32px 0px;
  letter-spacing:0px;
}
 
h3 {
  font: 400 18px/22px 'Roboto', Calibri, sans-serif;
  color: #000000;
  margin: 10px 0px 35px 0px;
   
}
h2 a, h3 a {
  color: #372a1e;
 
}
h2 a:hover, h3 a:hover {
  
  color: #045ba1;
}

h4 { 
	font: 400 18px/22px 'Roboto', Calibri, sans-serif;
	color: #000000;
	margin: 10px 0px 20px 0px;

}


h4, h5 {
  font-size: 16px;
  color: #372a1e;
  font-weight:bold;
  
}
h6 {
  font: 400 22px/24px 'Roboto', Calibri, sans-serif;
  color: #beae99;
  letter-spacing: -0.02em;
}
.h7 {
  font: 400 12px/16px 'Roboto', Calibri, sans-serif;
  color: #606060;
  text-transform: uppercase;
  display: block;
}
.heading1 {
  margin-bottom: 26px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
/*  font: 400 13px/18px 'Roboto', Calibri, sans-serif;*/
  /*text-transform: uppercase*/;
  color: #fff !important;

  background: #c55e24;  
  text-align: center;
  padding: 4px 7px;
}
.btn-default:hover {
  color: #ffffff !important;
  background: #045ba1;
  box-shadow: 0 0 10px #778899;
}
.btn-big {
  display: inline-block;
}
/* ======= Wrappers ======= */
.background-wrapper {
   /*background-image: url('/images/bg_body.png'); 
   background-image: url('/images/bg_site1.png'); 
   background-color: #fff;*/
   background-image: url('/images/wrap_bg_kazoyu.png');
}
.big-wrapper {
  /*max-width: 1356px;*/
  
  max-width: 1920px;

  margin: 0 auto;

}
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
}
.wrapper1 {
  padding: 51px 0 68px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 0px;
  border-top: 0px solid #b1b7ba;
  position:relative;
}
@media (max-width: 767px) {
  #header {
	  background-image:none;
			}	 
} 
#header .right {
 	
	font-size:12px;
	position:relative;
	width:100%;
} 

#header .right a {
	color: #3f3f3f;
	text-decoration: none;
	border: 1px solid #7badc7;
	padding: 4px 8px;
	border-radius: 6px;
}
#header .right a:hover {
	 color: #0370af;
}

#header .right{
	width:50%;
	float:right;
}
	@media (max-width: 990px) {
		#header  .right{
		/*width:100%;*/
		font-size:10px;
		}
	}
#header  .right ul {
	margin:15px 0px 0px 0px;
}	
#header  .right ul li{
	list-style: none;
	float: right;
	padding: 0px 5px;
	border-left: 0px solid #ddd;

}

@media (max-width: 767px) {
	#header  .right ul {
		width:100%;
	}
	#header  .right ul li {
		border-left: 0px solid #ddd;
		padding:0px 12px;
		float:none;
	}
	#header  ul li.eye	{
		display:none;
	}
	#header  .right {
		width:100%;
		float:none;
	}
}

	
#header .socials {
  text-align: right;
  margin-top:15px;
}
#header .info {
  padding:  25px 0px 15px 0px;
}
#header .left {
  float: left;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom:10px;
  max-width:50%;
}
	@media (max-width:767px) {
		#header .left {
			max-width:100%;
			float: initial;
		}
		#header .left .logo span, #header .left .logo em {
			padding:0px;
		}
	}
#header .info .left img.logo {
	width: 100px;
	top: 7px;
	position: absolute;
	border-radius: 100%;
	border: 10px solid #fff;
	box-shadow: 0px 4px 4px #bbb;
}

#header .info .header_address {
	padding-left: 20px;
	margin: 0px;
	position: absolute;
	border-left: 2px dotted #c9b283;
	width: 200px;
	right: 32%;
	color: #885757;
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	float: right;
	padding: 10px 0px 10px 20px;
	display:none;
}
#header .info .header_phone {
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	/*width: 23%;*/
	right: 100px;
	font-size: 12px;
	color: #885757;
		font-weight: 300;
	float: right;
	padding: 10px 0px;
}
#header .info .header_phone span{
	font-size: 20px;
	color: #000;
	font-weight: 400;
	display:block;
	
}
 #header .menu-wrapper nav {
    display: inline-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: 0px 10px 15px 5px; 
	/*background-color: #a5793b;
	background-color: #a5793b;*/
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	border-top: 0px solid #e1aa04;
}
@media (max-width: 1199px) {
  #header .menu-wrapper {
    text-align: center;
  }
  #header .menu-wrapper nav {
    display: inline-block;
  }
}
#header #stuck_container {
	background-color: #f5f5f5;
	border-top:2px dashed #fff;
}
#header #stuck_container.isStuck {
  left: 0; 
  /*background-color: #a5793b;*/
  background-color: #f5f5f5;
  border-top: 0px solid #e1aa04;
}
#header #stuck_container.isStuck .menu-wrapper {
	border:none;
} 
@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 .left  {
  /*display: inline-block;*/
}
.info .left  a {
  /*display: block;*/
}
.info .left  a:hover {
  color:#555;
  text-decoration:none;
}	

/*.welcome{
  width: 58%;
}*/

.welcome h3{
  font: 400 22px/22px 'Roboto', Calibri, sans-serif;
color: #000000;
margin: 10px 0px 35px 0px;

}

@media (max-width:720px) {
    .welcome{
  width: 100%;
	}
}

.left .logo {
	font-size: 11px;
	font-weight: 300;
	line-height: 15px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 0px;
	/*width: 295px;*/
	z-index:999;
}
.left  .logo span {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	display: block;
	text-transform: none;
	letter-spacing: -0.5px;
	font: 400 40px/32px Lobster;
	top: 20px;
		
}
.left .logo span,
.left .logo  em {
	padding-left: 110px;
	font-style:normal;
	color: #004690;
}
.left .logo:before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 2px;
  width: 1px;
  height: 29px;
  
}
.left .logo strong {
 
  display: block;
}
@media (max-width: 767px) {
  .left .logo {
    display: block;
    padding-left: 0;
    margin-top: 0;
	
	
  }
  .left img.logo {
 display: none;
	
	
  }  
  .left .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: 700 18px/14px;
  
    
}
.sf-menu > li + li {
  margin-left: 35px;
}
.sf-menu > li + li:before {
  position: absolute;
  display: block;
  content: '';

}
@media (max-width: 1199px) {
  .sf-menu > li {
	margin-left: 20px;
	font-size: 14px;
  }	
  .sf-menu > li + li {
	margin-left: 20px;
	font-size: 14px;
  }
  .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: block;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  /*content: "\f0d7";*/
  content: "\f107";
  color: #ffffff;
  bottom: -15px;
  left: 5%;
  margin-left: -3px;
  -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;*/
  font-weight: 700;
  
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 12px;
  }
}
.sf-menu > li > a:hover {
  color: #0370af;
}
.sf-menu .sfHover > a {
  color: #0370af;
}
.sf-menu .sfHover > a:after {
  color: #0370af;
}
.sf-menu > li.current > a {
  color: #0370af;
}
.sf-menu > li.current > a:after {
  color: #0370af;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
	display: none;
	width: 270px;
	position: absolute;
	top: 42px;
	left: 0%;
	margin-left: 0px;
	background: #f9f7f2;
	text-align: left;
	padding: 10px 0px 7px 0px;
	z-index: 2;
	border: 1px solid #e5e1d6;
	/*font-weight:700;*/
}
.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: block;
  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: #a61b3b;
  background: #004690;
  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;
}
.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;
  }
}
  
/*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-size:50%;
	*/
	background-image: url('../images/bg_slider5.jpg');
	background-size:cover;
	background-position: center center;
	padding: 0px 0px;
	min-height: 200px;
	
	 
}

/* ======= 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 'Roboto', Calibri, 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 4 our services ======= */
.box4 {
  background: #f9f7f2;
  border: 1px solid #e5e1d6;
  padding-bottom: 0px;
}
.box4 h3,
.box4 p {
  padding: 0 16px;
  margin: 0px;
}
.box4 h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.box4 h3 a:hover {
  color: #c55e24;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
  .box4 img {
    width: 100%;
  }
}

/*------___----------*/

.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 'Roboto', Calibri, 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 'Roboto', Calibri, sans-serif;
  color: #000000;
  left: 0;
  top: 0;
}
.blockquote1 cite {
  display: block;
  font: 400 13px/18px 'Roboto', Calibri, 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 'Roboto', Calibri, 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;
  } 
 .socials1 li.lang{ 
 
 }
 .socials1 li.facebook{ 
	padding: 5px 9px;
 } 
.socials1 li a{
  color: #fff;
  /*padding: 5px 9px 3px 8px;*/
  
  }
.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-color: #33312d;
  /*background-image: url('/images/bg_site2.png'); 
  background: linear-gradient(#161411, #33312d);
  color: #f4f0e4;
  */
  
  background-color: #ddd;
  background: linear-gradient(#999,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd);
  color: #333;
  padding: 50px 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: 7px 0 0 0px;
    line-height: 20px;    
    padding-left: 0px;
	font-size:11px;
}
 
#footer .developer a {
    display: inline-block;
    background-color: #AE2626;
    color: #FFF;
    font-weight: normal; 
    padding: 1px 8px 3px 8px;
    text-decoration: none;
    margin-top: 4px;
	font: 400 14px/14px 'Mediana-font';
}
#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;
		
	}

  @media (max-width:767px) {
    #footer .developer{
      text-align: center;
    }
}
	#footer .developer a{
		padding:0px;
		display:normal;
		background-color: transparent;
		color: #AE2626;
		text-decoration:underline;
		font-weight:bold;
		margin-top: 0px;
	}
	#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: #c55e24;
  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: #045ba1;
  /*box-shadow: 0 0 10px #778899;*/
}
@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;
margin-top: 15px;
 
}
.small_font_2 span
{
 
}

.small_font
{
 font-size:11px;
 line-height:12px;
 
}
.small_font span
{
 
}


.pager_line {
	
	width:100%; 
	clear:both; 
	position:relative; 
	margin: 40px 0px 20px 0px; 
	text-align:center;
	height: 45px;

	 
}

.pager_activ {
	/*background-color:#e2dcbe;*/
	border: 1px solid #004690;;
    padding: 8px 12px 8px 12px;
    border-radius:6px;
	margin:4px;
	float: left;
}
.pager {
	background-color:#c55e24;;
 	/*border:1px  solid #a10000;*/
    padding: 6px 12px 6px 12px;
    border-radius:6px;
	margin:4px;
	color: #fff;
	float: left;

}
.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 #004690;
		padding: 0px;
		margin: 2px;
	}
.more_pics li 
	{
		position: absolute;
		z-index: 1;
		padding: 0px;
	}
	
.images_list 
	{
		display: block;
		clear: both;
	}
	
	
.images_list li img:hover 
	{
		/*float: left;*/ 
		border-bottom: 2px groove #045ba1;
	}
	
.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 h2{
  margin-top: 7px !important ;
  font-size: 15px;
}

.newsline h3, .newsline h4, .newsline h5 {
	font-size:15px;
	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 'Roboto', Calibri, 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: 100%;
	/*padding: 20px;*/
	/*border: 1px solid #777;*/
}

#content_area h2{
	font-weight: bold;
	border-bottom: 1px dashed #cfcfcf;
	padding-bottom: 10px;
}



.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;
}
}
.slide_gallery {
	padding:0px;
	margin:0px;
	width:100%;
	background-color: #810d17;
	background-image: url('/images/fon_zanaves.jpg');
	background-position: top center;
	background-repeat: repeat-x;	
	color: #fff;
	
}
.slide_gallery h3{
	color: #ffffff;
	font-size: 40px;
	line-height:36px;
	padding: 60px 10px 0px 0px;
	
}
.slide_gallery p{
	text-align:left;
}
.owl-gallery {
	min-height:240px;
	font-size:14px;
	line-height:12px;
	color: #fff;
}

.owl-gallery p {
	text-align:left;	
}
.owl-gallery img{
	width:100%;	
	height: 160px;
}
@media (max-width: 980px) {
	.owl-gallery img{	 	
	height: 120px;
}	
}
@media (min-width: 480px) and (max-width: 767px) {
	.owl-gallery img{	 	
	height: 140px;
}
}
@media (max-width: 479px) {
	.owl-gallery 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 'Roboto', Calibri, sans-serif;
}
 .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 groove #c55e24;
	border-bottom: 2px groove #045ba1;
}  



.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;
}	


/*Измение Мустахим*/

.wblnk{
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
 /* background-image: url(/images/weblnk.png);*/
  background-position: center;
  background-repeat: no-repeat;
 /* margin-top: 30px;*/
}

.wblnk h2{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom:none !important;
   background-image: url(/images/web_back.png);
   background-position: center;
  background-repeat: no-repeat;
  border-bottom:none !important;
}

.wblnk ul{
  width: inherit;
}

.wblnk .row{
  margin-left: 20px;
}


canvas{
  width: 100% !important;
  height: auto !important;
 /* z-index: 1000;*/
}

.ponaram img{
 border-radius: 12px !important;
}

@media (max-width: 750px) {
  canvas{
    display: none !important;
  }
}

.news_liner{
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  margin-top: 2px;
  border-top: 1px dashed #fff;
  background-image: url('/images/wrap_bg_kazoyu.png');
/*  background-image: url(/images/header_lines.png);*/
}


/*.midlee{
    margin: 40px 70px;
    padding: 10px 0px;
    width: 1px;
    height: 300px;
    border: 1px solid #333;
    float: left;

}*/

.news_liner h2{
    font-size: 15px;
    color: #333;
  /*  border-bottom:1px dashed #333 !important;*/
     background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px !important;
    margin-bottom: 0px;
    /*padding-bottom: 10px;*/
    width: 100%;

}

.news_liner .con_newsline{

   text-align: left;
   float: left;
   width: 65%;
    /*font-size: 14px;
    line-height: 18px;
    width: 450px;
    padding-right: 50px;
    float: left;
    margin: 5px 0px 0px 60px;*/
}


.news_liner .con_comline{

    text-align: left;
    float: left;
    /*font-size: 14px;
    line-height: 18px;*/
   /* width: 450px;*/
   /* padding-right: 50px;
    
    margin: 5px 0px 0px 15px;*/
}


/*.news_liner .newsline {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    width: 400px; 
}*/



.news_liner ul{
  width: inherit;
  margin-left: 19.4%;
}

/*.news_liner img{
 
  width: 70px; 
  border:0px;
  float: left;
  margin: 0px 25px 20px 25px; 
 
}*/

.news_liner p{
  color: #333;
}

.news_liner a{
 /* font-weight: bold;*/
}

.news_liner a:hover{
   color: #045ba1 ;
}

.top_g{
  margin-left: -24.1%;
}
/*}

.news_liner .col-lg-3{
 width: 33.3% !important;
}


}*/


.gos_symbols{
  width: 100%;
  height: auto;
  /*background-color: #0066a9;*/
  background-color: #24a2d6;
  background-image: url(/images/header_lines.png);
  margin-top: 2px;
  border-bottom:0px dashed #fff;
  border-top: 1px dashed #fff;
  padding-bottom: 25px;

}


.gos_symbols h2{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom:none !important;
   background-image: url(/images/gos_back.png);
   background-position: center;
  background-repeat: no-repeat;

}

.gos_symbols ul{
  width: inherit;
 /* margin-left: 19.4%;*/
}

.gos_symbols img{
 
  width: 70px; 
  border:0px;
  float: left;
  margin: 0px  auto 20px ; 
 
}

.gos_symbols a{
  color: #fff !important;
 /* font-weight: bold;*/
}

.gos_symbols a:hover{
   color: #fff !important;
}

.top_g{
 /* margin-left: -24.1%;*/

}

.gos_symbols .col-lg-3{
 width: 100% !important;
}

@media (min-width: 980px) and (max-width: 1199px) {
.gos_symbols .col-lg-3 {
    width: 104% !important;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.center_fuga {
    margin:10px 140px;
}
}

/*@media (min-width: 980px) and (max-width: 1199px){
.gos_symbols img{
  width: 60px; 
  border:0px;
  float: left;
  margin: 0px 5px 10px 0px; 
 
}
}*/


.web_links_list{
	display:block;
	margin: 5px 10px;
	min-height: 60px;
	padding:5px;
	width: 100%;
	float: left;
	line-height: 16px;
	font-weight: 100;
}
.web_links_list a {
	font-weight: 400;
	color:#045ba1;
	
}
.web_links_list img {
	max-width: 32px;	 
	border:0px;
	float: left;
	margin: 0px 15px 5px 0px;	
	margin-left: 0px;
}
h2.title {
	width:100%;
	text-align:center;
	font-weight:100;	
	text-transform: none;	
	border-bottom: 1px solid #ccc;
}


.title_pon{
  font-size: 17px;
  text-align: center;
  background-color: #f5f5f5;
  margin: 0px;
  padding: 10px 0px;
}

.title_pon a{
height: 45px !important;
}

.title_pon a:hover{
 background: #0066a9;
 height: 45px !important;
 color: #fff;
}

.top_header {
	
	width:100%;
	height: 80px;
	background-color: brown;
    background-image: url('/images/uly_dala2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	border-bottom: 1px dashed #fff;
	padding:0px;
	margin:auto auto;
	text-align:center;
	color: #fff;
	font-weight:bold;
	
}
.top_header p {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;	
	font: 400 18px/20px "Times New Roman";
	font-style: italic;
	letter-spacing:0px;
	/*text-shadow:0px 1px 1px #000;*/
}
.top_header p i{
	font-size:12px;
	margin: 0px 20px;
}
.top_header img {
	width:80%;
	padding: 25px 0px 0px 0px;
	
}
@media (max-width:767px) {
	.top_header {
		display:none;
	}
}
@media (min-width:768px) and (max-width:980px) {
	.top_header p {
		font-size: 14px;
	}
	.top_header p i{
		font-size:10px;
	}
}

.main_certs {
  margin: 2px auto;
  /*padding: 2px 0px;*/
  width:100%;
  text-align:center;
  /*border-top: 2px solid #0066a9;
  border-bottom: 2px solid #0066a9;*/

}

.def_page{
	margin: 22px 0px 20px 0px;
  	border-bottom: 1px dashed #848484;
  	padding-bottom: 10px;
}

.def_page img{
  float: left;
  width: 20px;
  margin: -8px 5px 0px 5px;
}

.def_page p{
	/*float: left;*/
}