/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=cyrillic');

img {
  max-width: 100%;
	height: auto;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.2em;
  line-height: 1em;
  letter-spacing: 0.04em;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.45em;
  line-height: 1em;
  letter-spacing: 0.04em;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 0.04em;
}

h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.04em;
}

p {
  font-family: 'Roboto', sans-serif;
}

.header {
  background-color: #EBEBE9;
}

.header a {
  color: #28231f;
}

.default {
  padding: 20px 0;
}

.fixed {
  position:fixed;
  padding: 5px 0;
  top:0; left:0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.fixed img {
  width:250px;
}

.menu_btn {
  margin: 10px auto;
  padding: 10px 18px;
  font-size: 18px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #bcb294;
  color: #28231f;
}

.menu_btn:hover {
  background: #ded8c6;
  color: #28231f;
  cursor: pointer;
}

.panel {
    position: fixed;
    top: 120px;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

.wrap {
    position: relative;
}


/*Section 1*/
.sct_bg {
  background: url('../img/bg1.jpg') no-repeat 50% 0%;
  background-size: cover;
  margin-top: -160px;
  padding-top: 160px;
}

.sct_bg .m-d {
  float: right;
  margin-bottom: -70px;
}

.sct_bg .container {
  padding: 160px 0 0;
}

.sct_bg .container .m-d:last-child {
  padding: 60px 0 0;
}

.sct_bg .container .m-d:first-child img{
  box-shadow: 0 7px 10px rgba(4,18,46,0.75);
}

.sct_bg .container h1,
.sct_bg .container h2,
.sct_bg .container p {
  color: #28231f;
  margin: 10px 0 0;
}

.sct_bg .container p {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
}

.line {
  display: block;
  width: 100px;
  height: 2px;
  background-color: #bcb294;
  margin: 35px 0 25px;
}

.cta_btn {
  margin: 50px 0;
}

.cta_btn a {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  color: #fff;
  display: inline-block;
  padding: 20px 30px;
  max-width: 335px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}

.cta_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.cta_btn a:first-child {
  background-color: #2196f3;
  border-bottom: 1px solid #061827;
}

.cta_btn a:last-child {
  background-color: #ffd800;
  border-bottom: 1px solid #061827;
  color: #28231f;
  padding: 18px 30px 18px 30px;
}
.cta_btn a:last-child i,
.cta_btn a:last-child span {
  display: inline-block;
  vertical-align: middle;
}

.cta_btn a:last-child i {
  margin-right: 10px;
  font-size: 40px;
}

.cta_btn a:last-child span {
  max-width: 200px;
  font-size: 90%;
  line-height: 1em;
}


/*Section 2*/
.i-g {
  padding: 140px 0 70px 0;
}

.i-g div {
  text-align: center;
  margin-bottom: 20px;
}

.i-g div span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1em;
  line-height: 1.5em;
  color: #28231f;
  text-transform: uppercase;
  padding-top: 20px;
}


/*Section 3*/
.sct_bg_2 {
  background-color: #ebebea;
  background: url('../img/bg2.jpg') no-repeat 50% 100%;
  background-size: cover;
}

.sct_bg_2{
  padding-top: 70px;
  padding-bottom: 70px;
}

.subh {
  text-align: center;
}

.subh .line {
  margin: 25px auto 15px auto;
}

.subh h2,
.subh p {
  color: #28231f;
}

.subh p {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
}

.book {
  margin: 35px 0;
}

.book h3,
.book h4 {
  margin: 0;
}

.book h4 {
  color: #bcb294;
}

.book h3,
.book p {
  color: #28231f;
}

.book p {
  font-weight: 400;
  line-height: 1.6em;
  padding-bottom: 25px;
}

.slim_line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #bcb294;
  margin: 15px 0 10px 0;
}

.book a {
  background-color: #2196f3;
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-bottom: 1px solid #061827;
}

.book img{
  box-shadow: 0 7px 10px rgba(4,18,46,0.75);
}

.rb div{
  float: right;
  text-align: right;
}


/*Section 4*/
.rvwr, .rvwr .container {
  padding: 35px 0;
}

.rvwr p {
  color: #28231f;
  font-size: 1.2em;
}

.rvwr p:first-child {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
}


/*Section 5*/
.cbwr {
  padding: 70px 0;
  color: #28231f;
  background: #ebeaea url('../img/bg3.png') no-repeat 50% 0;
  background-size: cover;
  text-align: center;
}

.cbwr p {
  line-height: 1.4em;
  font-weight: 300;
  font-size: 2.2em;
}

.cbwr button {
  background-color: #ffd800;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #000;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 5px 50px;
  font-size: 1.5em;
}

.cbwr button:hover {
  opacity: 0.8;
}


/*Section 6*/
.rmdwr,
.rmdwr .container {
  padding: 35px 0;
}

.rmdwr .form-group {
  margin-bottom: 50px;
}

.rmdwr .form-group:last-child {
  margin-bottom: 0;
  text-align: center;
}

.rmdwr button {
  background-color: #2196f3;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #000;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 5px 50px;
  font-size: 1.5em;
  color: #fff;
}

.rmdwr button:hover {
  opacity: 0.8;
}


/*Section 7*/
.cont {
  padding: 35px 0;
  background: url('../img/bg4.jpg') no-repeat 50% 0;
  background-size: cover;
  text-align: center;
}

.cont .container {
  padding: 20px 0;
}

.cont h2,
.cont p {
    color: #fff;
}

.cont p {
  font-size: 1.6em;
}

/*Footer*/
footer {
  background-color: #1a1919;
  color: #fff;
  padding: 20px 0;
}

footer .container div:first-child {
  padding: 15px 0;
}

