/*
body {
margin-top: 70px;
}
*/




.row-flex {
display: flex;
flex-wrap: wrap;
}

/*
[class*="col-"] {
  margin-bottom: 3px;
}*/

.fon1 {
background: url("../img/fon1.jpg");
background-size:100% auto;


}

.fon2 {
background: url("../img/fon2.jpg") 100% 100% no-repeat;
background-size: cover;
}

.fon2-3 {
background: url("../img/fon2-3.jpg") 100% 100% no-repeat;
background-size: cover; 
}

.fon3 {
background: url("../img/fon3.jpg");
background-size:100% auto;
}

.fon4 {
background: url("../img/fon4.jpg");
background-size:100% auto;
}

.fon5 {
background: url("../img/fon5.jpg");
background-size:100% auto;
}

/*��������� �����*/
.container-fluid {
padding-left: 1px;
padding-right: 1px;
}

/*���������*/
.cent1 {
text-align: center;
}

.cent2 {
text-align: justify;
}

.cent3 {
float: none;
margin: 0 auto;
}


/*����z������� ��������*/

article img {
    max-width: 100%;
    height: auto;
	/*width: auto;*/
	padding: 0 7px 7px 7px;
}

/* ������ �����*/

iframe {
max-width: 100%;
}

#toTop{
	position: fixed;

	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

/*�����*/

.fut1 {
background-color: #26150D;
color: #fff;
}

.fut2 a {
color: #FFC000;
}

.fut3 {
margin: 30px 0 20px 0;
}

.fut4 {
font-size: 0.9em;
}

/*�������� �����*/

.poch1 h2 {
color: #fff;
font-size: 3.1em;
font-family: `Roboto-Regular`;
/*margin-top: 50px;*/
}

.poch2 {
padding-top: 20px;
padding-bottom: 10px;
}

.poch3 hr {
width: 90px;
background: #fff;
margin-left: 1px;
}

.poch4 {
color: #a28f8b;
font-family: `Roboto-Light`;
font-size: 1.7em;
}

.form-control::-moz-placeholder {
color: #a28f8b;
font-size: 1.9em;
font-family: `Roboto-Light`;
}

.form-control {
background-color: transparent;
border: 1px solid;
border-color: transparent;
border-bottom: 1px solid #a28f8b;
color: #fff;
font-family: `Roboto-Light`;
}

.btn-default {
background-color: #4d393b;
border-color: #ead6cb;
color: #ead6cb;
border-radius: 1px;
font-family: `Roboto-Medium`;
}


#jGrowl {
    font-size:18px;
    margin:0px 12px 0;
}
.jGrowl.top-right {
    left:35% !important;
    top:35% !important;
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 320px;
    padding: 15px;
    text-align:center;
    background: none repeat 0 0 #fff !important;
    box-shadow: 0 0 0 7px #8ab933 !important;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #8ab933 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color:#8ab933 !important;
}

/*������ �������*/

.knop1 {
background-color: #4d393a;
}

.knop2 {
padding-top: 20px;
padding-bottom: 20px;
}

.fon2-1 {
background: url("../img/fon2-1.jpg");
background-size:100% auto;
}

.knop3 a {
font-family: `Roboto-Medium`;
font-size: 1.6em;
}

.knop4 {
background-color: #3e2a2c;
}

.btn2 {
background-color: #3e2a2c;
border-color: #ead6cb;
color: #ead6cb;
border-radius: 1px;
font-family: `Roboto-Medium`;
}

.knop5 {
background-color: #26150d;
}

.knop6 a {
font-family: `Roboto-Medium`;
font-size: 1.5em;
color: #fff;
}

.knop7 p {
border: 1px solid #ead6cb;
padding: 10px;
border-color: #ead6cb;
}

.btn-default:hover {
background-color: #4d393b;
border-color: #ead6cb;
color: #fff;
}

.btn3 {
background-color: #26150b;
border-color: #ead6cb;
color: #ead6cb;
border-radius: 1px;
font-family: `Roboto-Medium`;
}





/*������*/

/* carousel */
#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px;

}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}
/*
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
*/


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.otz1 h2 {
color: #23160e;
font-size: 3.3em;
font-family: `Roboto-Regular`;
padding-top: 20px;
}

.otz2 hr {
width: 100px;
border-top: 3px solid #23160e;

}

.otz3 p {
color: #23160e;
font-size: 1.2em;
font-family: `Roboto-Medium`;
}

.otz4 p {
color: #23150c;
font-size: 1.9em;
font-family: `Roboto-Bold`;
padding-top: 10px;
padding-bottom: 10px;
}

.otz5 p {
color: #23150c;
font-size: 1.1em;
font-family: `Roboto-Light`;
padding-top: 20px;
padding-bottom: 30px;
}

.otz6 p {
padding-bottom: 30px;
}

.otz7 {
padding-top: 10px;
padding-bottom: 1px;
}

/*�����*/

.ak1 h2 {
color: #e8d5c7;
font-size: 3.3em;
font-family: `Roboto-Regular`;
padding-top: 20px;
}

.ak2 hr {
width: 100px;
border-top: 3px solid #e8d5c7;

}

.thumbnail {
padding: 0;
border-radius: 1px;
border: 1px solid #4C3839;
}

.thumbnail .caption {
padding: 25px;
}

.ak3 {
color: #b3b3b3;
font-size: 1.1em;
font-family: `Roboto-Light`;
}


.ak4 h3 {
color: #251611;
font-size: 1.9em;
font-family: `Roboto-Medium`;
}

.ak5 p {
line-height: 1.2em;
font-size: 1.3em;
font-family: `Roboto-Regular`;
}

.ak8 {
height: 590px;
}

.ak9 {
padding-top: 20px;
padding-bottom: 50px;
}

.ak10 {
padding-bottom: 30px;
}

/*���������*/


/*	general	*/

/*
section{
    padding: 50px 0;
}*/

/*	gallery */

.gallery-title{
    font-size: 3.3em;
    color: #e9d6c8;
    text-align: center;
    font-weight: 500;
    /*margin-bottom: 70px;*/
	font-family: `Roboto-Regular`;
}
.filter-button{
    font-size: 18px;
    border: 2px solid #e9d6c8;
	padding:5px 10px;
    text-align: center;
    color: #e9d6c8;
    margin-bottom: 30px;
	background:transparent;
	font-family: `Roboto-Medium`;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #271509;
    background-color:#e9d6c8;
	outline:none;
	font-family: `Roboto-Medium`;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(255,255,255,0.6);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#24160d;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
	font-family: `Roboto-Medium`;
	font-size: 1.6em;
	padding-top: 70px;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

/*	end gallery */


.portf1 {
padding-top: 30px;
padding-bottom: 90px;
}

.portf2 hr {
width: 60px;
border-top: 2px solid #27160e;

}

.portf3 h4 {
font-family: `Roboto-Regular`;
color:#24160d;
font-size: 1.1em;
}

/*������*/


.relative {
  position: relative;
}

.d-inline-block {
  display: inline-block;
}

.thumbnail-text {
  position: absolute;
  bottom: 36%;
  left: 45%;
  transform: translateX(-50%);
}


.uslu1 {
background: rgba(255,255,255,0.6);
}

.uslu2 {
padding-bottom: 60px;
}

.uslu3 h3 {
font-family: `Roboto-Regular`;
color:#000;
font-size: 1.6em;
}

.uslu4 p {
font-family: `Roboto-Regular`;
color:#605752;
font-size: 1.2em;
line-height: 1.2em;
}

.uslu5 {
height: 250px;
}

.uslu6 {
font-family: `Roboto-Regular`;
color:#26150d;
font-size: 1.3em;

}

.uslu7 {
background-size: cover;
background-repeat: repeat-y;
}

.uslu7:before {
position:absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
}

.uslu8 {
padding-top: 30px;
}


/*��� ���*/

.obo1 p {
font-family: `Roboto-Regular`;
color:#8c7d76;
font-size: 1.3em;
}

.obo2 {
padding-left: 9%;
}


.obo3 h1 {
font-family: `Roboto-Regular`;
color:#fff;
font-size: 3.1em;
}

/*�����+����*/

.navbar-custom {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #ebd5c8;
  font-family: '7fonts.ru_KremlinScriptOne-Regular';

}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #e9d6c8;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #26150D;
  border-color: #26150D;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #816A5A;
}
.navbar-custom .nav li a {
  font-family: 'Roboto-Bold';
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.7px;
  color: white;

}

.navbar-default .navbar-nav>li>a {
padding-left: 8px;
padding-right: 8px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
  text-decoration: underline;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
  text-decoration: underline;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
  text-decoration: underline;
}

@media (max-width: 768px) {

	.navbar-default .navbar-nav>li>a {
padding-left: 34px;
padding-right: 4px;
font-size: 0.8em;
}

	.navbar-brand {
	font-size: 2.5em;
	}

}

@media (min-width: 768px) {

	.navbar-default .navbar-nav>li>a {
padding-left: 8px;
padding-right: 8px;
font-size: 1em;
}

.nav2 {
background-color: rgba(0, 0, 0, 0.21);
}



  .navbar-custom {
    background-color: rgba(0, 0, 0, 0.21);
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2.8em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  background-image: url('../img/fon5.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: '7fonts.ru_KremlinScriptOne-Regular';
  /*font-style: italic;*/
  font-size: 5.5em;
  line-height: 1.0em;
  color: #ebd8ca;
  margin-bottom: 10px;
}
header .intro-text .intro-heading {
  font-family: 'MinionPro-Regular';
  /*text-transform: uppercase;*/
  /*font-weight: 700;*/
  color: #edd6c6;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: '7fonts.ru_KremlinScriptOne-Regular';
    /*font-style: italic;*/
    font-size: 10.5em;
	color: #ebd8ca;
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  header .intro-text .intro-heading {
    font-family: 'MinionPro-Regular';
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    font-size: 2.1em;
	color: #edd6c6;
    line-height: 0.9em;
    margin-bottom: 50px;
  }
}

.btn-info {
background-color: #ead7c9;
border-color: #fff;
color: #2a1709;
font-family: 'Roboto-Regular';

}

.section1 {
  padding: 100px 0;
}
section1 h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section1 h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section1 {
    padding: 150px 0;
  }
}


/*дополнитлеьно*/

.dop1 a {
  color: #fff;
  font-size: 1.9rem;
}

.dop2 a {
  color: #edd6c6;
  
}