*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

* {
	margin: 0;
	padding: 0;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  min-width: 320px;
}

h1 {
	color: #fcfdfd;
  font-size: 36px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

h2{
	color: #f5811d;
	font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
      padding-bottom: 28px;
}

h3{
	color: #fcfdfd;
}

h5 {
  color: #f5811d;
  font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.btn-primary-modal {
  background: #fff;
}

.block_padding_top {
  margin-top: 0px;
}

p {
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

.rade-top{
      padding-top: 140px;
}

.link-1 {
  background: #f4f4f4;
  padding: 30px 55px 30px 40px;
  text-align: left;
}

.link-2{
  background: #fff;
  padding: 30px 181px 30px 40px;
  text-align: left;
}

.tekst-blok-border{
color: #5c5c5e;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.text-header{
	color: #fcfdfd;
  text-align: left;
}
.wrapper {
  min-width: 320px;
  width: 100%;
  overflow:hidden;
}

.header-top {
  background: url(../img/Layout_Meet.jpg) no-repeat;
  background-position: center;
  background-size: cover; 
  padding-bottom: 13%;
}

.navbar-default{
	background: none;
	border: none;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: none;
    border-top: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

.navbar-default .navbar-nav > li > a {
    color: #efeeed;
        font-size: 16px;
    border-bottom: solid 3px transparent;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0px 15px;
}
.navbar-default .navbar-nav > li > a:focus{
   color: #f5811d !important;
   border-bottom: 3px solid #f5811d;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
        font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: solid 3px #f5811d;
    -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
 
.foto-brend {
    margin: 57px 0px 1px 0px;
    height: 240px;
}

.foto-first_1 {
    position: relative;
}

.section-logo {
  background-color: #f7f7f7;
  height: 390px;
}

.foto_logo_margin {
  height: 108px;
  margin: 35px 0 0;
}

.foto_logo_margin_2 {
  margin: 35px 0 0;
}


.linkedin img {
  position: absolute;
  top: 0px;

}
nav ul li.link-to-linkedin a:hover{
 border-bottom: 0px !important;
}
.saffi {
  position: relative;
  height: 110px;
  left: 28px;
  margin-bottom: -80px;
}

.col-md-3 img {
      margin: 29px 0px -58px 0px;
}


.twet {
  margin-top: 5PX;
  border-radius: 100%;
}
.yel-blok, .red-blok, .carousel-control{
  height: 430px;

}
.navbar-nav  {
    margin-top: 30px;
}
.red-blok .item p{

}

.img_top {
	position: relative;
	bottom: 22px;
	border-bottom: none;
}

.nav_top_firf{
      margin: 0px 15px 20px 95px;
}


/* form styles */

.form-top{
   margin-top: 120px;
}

#w {
	background: #eff3f9;
	width: 60%;
	-webkit-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  -moz-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
}

#contact-form {
  padding: 40px;
  padding-top: 10px;
}

.tecst-form-top {
	font-size: 20px;
	padding: 45px 5px 0 5px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
	color: #f5811d;
}

.txtarea {
	width: 100%;
}

.text-header-blok {
	margin-top: 5%;
}

form .row {
display: block;
padding: 7px 8px;
margin-bottom: 7px;
}


form label {
display: inline-block;
font-size: 1.2em;
font-weight: bold;
padding: 6px 0;
color: #464646;
vertical-align: top;
}
form .req { color: #ca5354; }

form .note {
font-size: 1.2em;
line-height: 1.33em;
font-weight: normal;
padding: 2px 7px;
margin-bottom: 10px;
}

form input:focus, form textarea:focus { outline: none; }

/* placeholder styles: http://stackoverflow.com/a/2610741/477958 */
::-webkit-input-placeholder { color: #aaafbd; font-style: italic; } /* WebKit */
:-moz-placeholder { color: #aaafbd; font-style: italic; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #aaafbd; font-style: italic; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #aaafbd; font-style: italic; } /* Internet Explorer 10+ */

.txt {
display: inline-block;
padding: 8px 9px;

font-family: 'Oxygen', sans-serif;
font-weight: normal;
color: #898989;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  background: #f5811d;
  padding: 13px 25px 13px 25px;
  margin: 19px 0 0 0;
  text-decoration: none;
}


a:visited {
    color: #cecece; /* Цвет посещенных ссылок */
}
.btn:hover {
  background: #f5811d;
  text-decoration: none;
}

.btn-left  {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  background: #f5811d;
  padding: 18px 65px 18px 65px;
  margin: 60px 0 0 0;
  text-decoration: none;
}

.btn-left:hover {
  background: #f5811d;
  text-decoration: none;
  opacity: 0.8;
}

.foto-2 {
	margin-top: 11%;
}

.tekst-blok-center {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: none;
  text-align: left;
  color: #5c5c5e;
}

.tekst-blok-center_p{
 font-size: 13px;
 text-align: left;
  font-family: 'Open Sans', sans-serif;
  color: #7f7e83;
}

.tekst-blok-center_g{
 font-size: 13px;
 text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #7f7e83;
}

.fa-search-or{
	color: #f5811d;
	font-size: 40px;
	position: relative;
	top: 75px;
}



.container-priser {
  background: url(../img/Layout_Meet-03.jpg);
  background-position: center;
  border-top: 1px solid #8b8b8d;
  background-size: cover; 
}

.numbers{
  font-size: 58px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.text-center-blok{
	padding: 5%;
}

.bloc-top{
	margin-top: 80px;
	width: 72%;
}

.bloc-top_2{
  margin-top: 150px;
  width: 72%;
}

.text-center-blok p {
   color: #b5b5b5;
}





.left-gray {
	background: #f4f4f4;
  width: 100%;
}

.container-left-border{
	border: 1px solid #f4f4f4;
}


.tekst-blok-border{
 color: #5c5c5e;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.container-yelloy{
  background: #f5811d;
  padding: 17px 50px;
   position: relative;
   bottom: 30px;
   right: 30px;
  -webkit-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
    -moz-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
    box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
}

.tekst-blok-yelloy{
  color: #fff;
  font-size: 14px;
  padding: 72px 50px;
  font-family: 'Open Sans', sans-serif;
}

.container-hover{
  background: #f7f7f7;
  padding-bottom: 70px;
}

.container-hover-w{
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 80px 35px 0 35px;
  height: 350px;
}

.container-hover-w:hover p{
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.container-hover-w:hover h4 {
  color: #b6b6b7;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.container-hover-w:hover{
  position: relative;
  background: url(../img/photo_1-2.jpg) no-repeat;
  background-color: #f5811d;
  /* Полупрозрачность элемента */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  -moz-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  background-size: cover; 
  top: -5px;
  color: #fff;
}

.container-hover-k{
  background: url(../img/Layout_Meet-07.png) no-repeat;
  background-color: #f5811d;
  padding: 9px;
  height: 339px;
  padding-top: 80px;
  /* Полупрозрачность элемента */
  -webkit-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  -moz-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
  background-size: cover; 
  color: #fff;
}

.container-hover-k .container-text-center  p {
   color: #fff;
}
.container-hover-k   h4 {
   color: #fff;
}


.container-text-center {
      height: 53px;
}

.bloc-2 {
    margin-top: 80px; 
    width: 70%
   
}



.tekst-blok-center_p-2{
 font-size: 13px;
 text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #7f7e83;
}

.fa-search-boot{
  color: #f5811d;
  font-size: 18px;
  padding: 70px 0 50px 0;
}
.fa-search-boot.first-div{
    margin-top: -15px;
}
.red-blok{
  background: #8e3829;
  margin: 0;
  padding: 0;
 
}

.yel-blok {
  background: #f58634;
  padding: 50px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    top: 100px;
   padding: 0 0 199px 40px ;
}
.carousel-indicators {
    position: absolute;
    bottom: -6px;
    left: 123%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    top: 150px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  left: 25%;
  top: 10px;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption p{
  font-size: 12px;
}
.footer {
  background: #414143;
  padding: 30px 0 30px 0;
  border-top: 1px solid #8b8b8d;
}

.text-footer-p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #dededf;
}

.img-footer img {
  margin: 22px 0 0 60px ;
}


.container-menu-top {
    position: relative;
    width: 100%;
    position: fixed; /* Фиксированное положение */
}



#header {
	z-index: 9999;
  width: 100%;
  position: fixed;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#header.default {
	position: fixed;
	top: 0;
  background: #fefefe;
  opacity: 100;
	-webkit-box-shadow: 0 2px 2px #444;
	-moz-box-shadow: 0 2px 2px #444;
	-ms-box-shadow: 0 2px 2px #444;
	-o-box-shadow: 0 2px 2px #444;
  box-shadow: 0 2px 2px #444;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.nav a {
	text-transform: uppercase;
  color: #fff;
}
#header.default .nav a {color: #222;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
  width: 80%;
}

.navbar-brand img {
  padding-left: 100px;
  top: 20px;
  width: 290px;
}

.container-yelloy-spaceChurrascaria{
  display: none;
  background: #f5811d;
       padding: 37px 50px;
   position: relative;
   bottom: 30px;
   right: 30px;
  -webkit-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
    -moz-box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);
    box-shadow: -2px 5px 59px 6px rgba(0,0,0,1);

}
.alert-message {
 font-family: 'Open Sans';
 display: block;
 position: fixed;
 z-index: 1000;
 bottom: 0;
 left: 0;
 width: 50%;
 margin: 0;
 margin-left: 30%;
 text-align: center;
 -moz-transition-duration: 200ms;
 -o-transition-duration: 200ms;
 -webkit-transition-duration: 200ms;
 transition-duration: 200ms;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 visibility: hidden;
 -moz-transform: translateY(100%) scale(0.8);
 -ms-transform: translateY(100%) scale(0.8);
 -webkit-transform: translateY(100%) scale(0.8);
 transform: translateY(100%) scale(0.8);
}
.alert-message span {
 display: table-caption;
 padding: 40px 45px 35px 45px;
 width: 620px;
 background-color: #999;
 border: 2px solid #fff;
 border-radius: 3px;
 /* text-align: left; */
 color: #FFFFFF ;
 margin: 50% 0px;
 font-size: 30px !important;
 position: relative;
}
.alert-message.active {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
 visibility: visible;
 -moz-transform: translateY(-40px) scale(1);
 -ms-transform: translateY(-40px) scale(1);
 -webkit-transform: translateY(-40px) scale(1);
 transform: translateY(-40px) scale(1);
}
.alert-message.error span {
 background-color: #E45264 ;
}
.alert-message.success span {
 background-color: #51BC83 ;
 font-size: 30px;
}
@media screen and (max-width: 1200px) {
 .alert-message{
   margin-left: 45px !important;
 }
 .alert-message span {
   font-size: 19px !important;
   display: flex !important;
   padding: 50px 10px !important;
   width: 260px !important;
   margin-left: 30px;
 }
}

.form-my{
  padding-right: 6px;
  padding-left: 6px;
}
@media screen and (max-width: 700px) {
  .modal-content{
    width: 95% !important;
    left: 10px !important;
  }
}

    
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    top: 132px;
        width: 150%;
        left: -150px;
}    


.btn-center-bot {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    background: #f5811d;
    padding: 18px 65px 18px 65px;
        margin: 18px 0 91px 0;
    text-decoration: none;
}

.btn-center-bot {
  
    color: #ffffff;
    text-decoration: none;
}

.bloc-pdf {
  padding: 73px 0 0 0;
}

a:visited {
    color: #ffffff;
}
.bloc-pdf h2.top{
  margin-bottom: 45px;
}
.bloc-pdf h2.bottom{
      margin-top: 141px;
}

