html {
  box-sizing: border-box;
}

body {
  /*background-color: #d53c61;*/
 /* color: #ffffff;*/
  /*font-family: 'Montserrat', sans-serif;*/
}

html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -3px;
  margin-top: 0;
}
h1 span {
  font-weight: 300;
}

.lead {
  font-size: 16px;
  line-height: 1.44;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 25px;
}

main {
  text-align: center;
  padding: 55px 20px;
}

.btn-open {
  border: 0;
  border-radius: 27.5px;
  /*box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .05);*/
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
 /* min-width: 150px;*/
  outline: 0;
  padding-bottom: 15px;
  padding-top: 0px;
  cursor: pointer;
  margin: 0 6px;
}
.btn-open:active {
  /*box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);*/
}

.btn-open.first {
   background-color: unset;
 /* background-color: #fff;*/
  color: #ffffff;
}
.btn-open.second {
  background-color: #ffffff;
  color: #fd698d;
}

/* zeynepjs menu styles */
.zeynep {
  background-color: #ffffff;
  color: #404143;
  width: 320px;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0px;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}

.zeynep ul > li > a {
  font-family: 'Roboto', sans-serif !important;
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 100;
  /*font-weight: bold;*/
  padding: 12px 15px;
  text-decoration: none;
  transition: all 150ms;
  border-bottom: 1px solid #efefef;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}

/*.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}*/

.zeynep ul > li.has-submenu > a {
  background-image: url("../img/submenu-arrow.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}

.zeynep ul > li.has-submenu > a:hover {
  background-image: url("../img/submenu-arrow-active.png");
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background-color: #ffffff;
  left: 320px;
}

.zeynep .submenu-header {
  background-image: url("../img/menu-back.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}

.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: 100;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}

.zeynep .submenu-header > a:before {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}

.zeynep .submenu > label {
  color: #fab900;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 19px;
  opacity: .5;
  padding-left: 40px;
  width: 100%;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 35px;
    margin-left: 50px;
    color: #e31e24;
    text-decoration: none !important;
}
.closebtn:hover{
  color: #e31e24;
}

.nav-wrap {
  width: 100%;
  margin: 1em auto 0;
}
@media (min-width: 992px) {
  .nav-wrap {
    width: 50%;
  }
}

[hidden] {
  display: none;
  visibility: hidden;
}

.acnav {
  width: 100%;
}
.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acnav__list--level1 {
  border: 1px solid #fcfcfc;
}
.has-children > .acnav__label::after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 1em;
  transition: transform 0.3s;
  float: right;
  color: #fab900;
}
.has-children.is-open > .acnav__label::after {
  transform: rotate(405deg);
}
.acnav__link, .acnav__label {
  display: block;
  font-size: 1em;
  padding: 1em;
  margin: 0;
  cursor: pointer;
  color: #231f20;
  /*background: #317589;*/
  border-bottom: 1px solid #efefef;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
}
.acnav__link:focus, .acnav__link:hover, .acnav__label:focus, .acnav__label:hover {
  color: #231f20;
  background: #fff;
}
.acnav__link--level2, .acnav__label--level2 {
  padding-left: 20px;
  background: #fff;
}
.acnav__link--level2:focus, .acnav__link--level2:hover, .acnav__label--level2:focus, .acnav__label--level2:hover {
  background: #fff;
}
.acnav__link--level3, .acnav__label--level3 {
  padding-left: 5em;
  background: #fff;
}
.acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:focus, .acnav__label--level3:hover {
  background: #fff;
}
.acnav__link--level4, .acnav__label--level4 {
  padding-left: 7em;
  background: #255867;
}
.acnav__link--level4:focus, .acnav__link--level4:hover, .acnav__label--level4:focus, .acnav__label--level4:hover {
  background: #214f5c;
}
.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
  display: none;
}
.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
  display: block;
  color: #fab900;
}
.acnav__list--level3 li{
  /*padding-left: 20px;*/
    text-indent: 15px;
}
/*.acnav__label--level2 li a {
  padding-left: 25px;
  background: #fff;
}*/
/*.acnav__list--level2, .acnav__list--level2 li a{
  text-indent: 10px;
}*/
@media only screen and (min-width:1400px)
{
  .zeynep ul > li > a {font-size: 1.1em;}
  .acnav__link, .acnav__label {font-size: 1.1em;}
}