body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #6f7571;
}
header {
  min-height: 128px;
}
header nav.navbar {
  padding: 10px 0 15px 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
header nav.navbar .container .navbar-header button .icon-bar {
  background: #9a1d20;
}
header nav.navbar .container .navbar-collapse ul li a {
  color: #7b7b7b;
  padding: 14px 0px 10px;
  margin: 0 15px;
  border-bottom: 4px solid transparent;
  transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
}
header nav.navbar .container .navbar-collapse ul li a:focus{
	background:none;
	outline:0;
 border-bottom: 4px solid transparent;
   transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
}
header nav.navbar .container .navbar-collapse ul li a:hover {
  color: #7b7b7b;
  background: none;
  padding-bottom: 4px;
  border-bottom: 4px solid #9a1d20;
  border-bottom-color: #9a1d20;
}
header nav.navbar .container .navbar-collapse ul li.active a {
  color: #9a1d20;
  border-bottom: 4px solid #9a1d20;
}
header nav.navbar .navbar-collapse {
  margin-top: 55px;
}
header nav.navbar .corporate-login {
  margin-top: 40px;
}
section.hediyemo-banner-top {
  background: url("../img/banner-top.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px;
}
section.hediyemo-banner-top .container .slogan-wrapper {
  position: absolute;
  width: 70%;
  left: 50%;
  background: url("../img/banner-top-slogan-background.png");
  padding: 25px 80px;
}
section.hediyemo-banner-top .container .slogan-wrapper h1 {
  color: #fff;
  font-size: 4em;
  font-weight: 800;
  text-align: left;
  text-shadow: 3px 2px 3px #000;
}
section.hediyemo-banner-top .container .slogan-wrapper h1 span {
  display: block;
  text-align: right;
  color: #b8e425;
  font-size: 0.85em;
  font-weight: 700;
}
section.solutions {
  background: #f4f4f4;
  padding: 70px 0;
}
section.solutions .container h1 {
  font-size: 2.5em;
  color: #484848;
  font-weight: 600;
  text-align: center;
}
section.solutions .container h1 + span {
  display: block;
  width: 12%;
  margin: 25px auto 35px;
  border-bottom: 3px solid #9a1d20;
}
section.solutions .container h1 + span + p {
  font-weight: 600;
  color: #484848;
  text-align: center;
}
section.solutions .container .solution {
  /*min-height: 400px;*/
  margin-bottom: 30px;
}
section.solutions .container .solution .front {
  width: 70%;
  margin: auto;
}
section.solutions .container .solution .front img {
  margin: auto;
}
section.solutions .container .solution .front span {
  font-size: 1.15em;
  font-weight: 800;
  display: block;
  text-align: center;
}
section.solutions .container .solution .back {
  display: none;
  text-align: center;
  /*position: absolute;*/
  border-radius: 20px;
  top: 0;
  background: #fff;
  padding: 25px 20px 15px;
  min-height: 400px;
}
section.solutions .container .solution .back span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 800;
}
section.solutions .container .solution .back p {
  font-size: 0.8em;
}
section.solutions .container .solution .back a {
  display: block;
  max-width: 120px;
  width: 60%;
  margin: auto;
}
section.solutions .container .solution .back a img {
  margin: auto;
}
section.hediyemo-banner-middle {
  background: url("../img/banner-middle.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px;
}
section.hediyemo-banner-middle .container .slogan-wrapper {
  display: table;
  height: 500px;
}
section.hediyemo-banner-middle .container .slogan-wrapper h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  color: #e8b84e;
  font-size: 3.9em;
}
section.hediyemo-banner-middle .container svg {
  max-height: 100%;
  width: 100%;
  float: right;
}
section.awards {
  padding: 70px 0;
}
section.awards .container h1 {
  font-size: 2.5em;
  color: #484848;
  font-weight: 600;
  text-align: center;
}
section.awards .container h1 + span {
  display: block;
  width: 12%;
  margin: 25px auto 35px;
  border-bottom: 3px solid #9a1d20;
}
section.awards .container p {
  font-weight: 600;
  color: #484848;
  text-align: center;
}
section.awards .container .awards-image {
  margin-top: 30px;
}
section.awards .container .awards-image figure {
  display: block;
  margin-bottom: 50px;
}
section.awards .container .awards-image figure img {
  max-height: 80px;
  max-width: 250px;
  margin: auto;
}
section.awards .container .awards-image figure figcaption {
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
  color: #333;
}
section.why-hediyemo {
  padding: 30px 0 70px;
  background: #f4f4f4;
}
section.why-hediyemo .container h1 {
  font-size: 2.5em;
  color: #484848;
  font-weight: 600;
  text-align: center;
}
section.why-hediyemo .container h1 + span {
  display: block;
  min-width: 160px;
  width: 12%;
  margin: 25px auto 35px;
  border-bottom: 3px solid #9a1d20;
}
section.why-hediyemo .container p {
  font-weight: 600;
  color: #484848;
  margin-bottom: 45px;
  padding: 5px 20px;
  text-align: center;
}
section.why-hediyemo .container p img {
  height: 1.3em;
}
section.why-hediyemo .container .reason {
  margin-bottom: 50px;
}
section.why-hediyemo .container .reason div {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 70%;
  min-height: 460px;
  margin: auto;
  text-align: center;
  border-radius: 15px 15px 10px 10px;
}
section.why-hediyemo .container .reason div img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
section.why-hediyemo .container .reason div h2 {
  font-size: 1em;
  font-weight: 700;
  color: #484848;
}
section.why-hediyemo .container .reason div p {
  font-size: 0.85em;
  font-weight: 400;
}
section.hediyemo-banner-bottom,


section.contact-banner {
  background: url("../img/banner-bottom.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 300px;
}


section.hediyemo-banner-bottom .container div h1,
section.contact-banner .container div h1 {
  font-size: 2.4em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}
section.hediyemo-banner-bottom .container div span,
section.contact-banner .container div span {
  display: block;
}
section.hediyemo-banner-bottom .container div span mark,
section.contact-banner .container div span mark {
  background: transparent;
  color: #b8e425;
}
section.hediyemo-banner-bottom .container div a,
section.contact-banner .container div a {
  display: block;
  width: 200px;
  margin: 30px auto 0;
}
footer {
  background: #333;
  padding: 80px 0 0;
}
footer .container div div {
  margin-bottom: 30px;
}
footer .container div div h1 {
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
footer .container div div ul {
  list-style-type: none;
  margin-top: 10px;
  padding: 0;
}
footer .container div div ul li {
  font-size: 0.85em;
  color: #ccc;
}
footer .container div div ul a {
  font-weight: 700;
  color: #ccc;
}
footer .container div div ul a:hover {
  text-decoration: none;
  color: #ccc;
}
footer .container div div ul.nav {
  margin: 0;
}
footer .container div div ul.nav li a {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  padding: 5px 0;
}
footer .container div div ul.nav li a:hover {
  background: none;
}
footer .container div div ul.address {
  margin-top: 20px;
}
footer .container div div ul.address li {
  text-indent: 0px;
  margin-bottom: 10px;
  line-height: 1.6em;
  display: table;
}
footer .container div div ul.address li span {
  width: 30px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
}
footer .container div div ul.address li.social-media-icons {
  margin-left: -10px;
}
footer .container div div ul.address li.social-media-icons a {
  display: inline-block;
  float: left;
}
footer .container div div ul.address li.social-media-icons a img {
  margin: 5px 5px 0 0;
}
footer .press-carousel {
  margin: 70px auto;
  max-width: 95%;
}
footer .press-carousel img {
  max-width: 150px;
  margin: auto;
}
footer .site-sign {
  padding: 10px 0;
  background: #d52f42;
  color: #fff;
  font-weight: 700;
}
footer .site-sign p {
  vertical-align: middle;
  display: table-cell;
  height: 110px;
}
footer .site-sign p img {
  height: 2.5em;
  margin: 0 10px;
}
footer .site-sign img {
  height: 5em;
  margin-top: 15px;
  
}
.login {
  background: url("../img/ilkbahar-fon.jpg") no-repeat;
  min-height: 700px;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}
.login .login-area {
  float: left;
  width: 100%;
  margin-top: 185px;
  border-radius: 15px;
  background: #FFF none repeat scroll 0% 0%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 24px -6px #000;
}

@media (max-width: 1400px) {
  .login .login-area {
    margin-top: 95px;
  }
}

@media (max-width: 768px) {
  .login .login-area {
    margin-top: 85px;
  }
	.login .login-area section {
	  float: left;
	  margin: 20px auto;
	  background: none;
	  width: 100%;
	  padding:20px;
	}
  .navbar {
    position: relative;
    margin-bottom: 0;
  }
  section.hediyemo-banner-top {
    background: url("../img/banner-top-mobile.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  section.hediyemo-banner-bottom {
    background: url("../img/banner-bottom-mobile.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  section.contact-banner {
    background: url("../img/banner-contact-mobile.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  footer .press-carousel img {
    max-width: 113px;
  }
}

@media (min-width: 768px) {
	.login .login-area section {
	  float: left;
	  margin: 45px auto;
	  background: url("../img/divider-vertical.png") repeat-y top center;
	   width: 100%;
	}
}

.login .login-area section h1,
.login .login-area section label {
  font-weight: 600;
  font-size: 1.15em;
}
.login .login-area section .input-group span {
  background: transparent;
  border: 2px solid #d9d6d6;
  border-right: 0;
  top: 0;
}
.login .login-area section .input-group input.form-control {
  font-weight: 400;
  font-size: 0.90em;
  color: #000;
  border-radius: 0;
  box-shadow: 0 0;
  height: 3.5em;
  border: 2px solid #d9d6d6;
  border-left: 0;
}
.login .login-area section .input-group input.form-control:-webkit-autofill {
  box-shadow: 0 0 0px 9999px #fff inset;
}
.login .login-area section .input-group input.form-control:focus {
  border: 2px solid #d9d6d6;
  border-left: 0;
}
.login .login-area section a {
  font-size: 0.75em;
  font-weight: 600;
  color: #6f7571;
}
.login .login-area section .btn {
  width:160px;
  height:50px;
  border:0px;
  background: url("../img/login.png");
}

.login .login-area section .btn:hover {
  background: url("../img/login-hover.png");
}

.login .login-area section p {
  font-weight: 300;
  font-size: 0.95em;
  margin-top: 15px;
}
.login .login-area section ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
.login .login-area section ul li {
  font-weight: 600;
  font-size: 0.8em;
  margin-top: 10px;
}
.login .login-area section ul li span {
  margin-right: 10px;
}
section.contact .container h1 {
  font-size: 2.5em;
  color: #484848;
  font-weight: 600;
  text-align: center;
  margin-top: 2em;
}
section.contact .container h1 + span {
  display: block;
  width: 12%;
  margin: 25px auto 35px;
  border-bottom: 3px solid #9a1d20;
}
section.contact .container p {
  font-weight: 600;
  font-size: 1.3em;
  color: #333;
}
section.contact .container form .form-control {
  height: 60px;
  font-size: 1.5em;
  border: 2px solid #3ac4be;
  border-radius: 6px;
  font-weight: 300;
}
section.contact .container form textarea.form-control {
  height: 150px;
}
section.contact .container form .submit {
  background: url("../img/send.png") no-repeat;
  border: 0;
  height: 50px;
  width: 160px;
}
section.contact .container form .submit:hover {
  background: url("../img/send-hover.png") no-repeat;
  border: 0;
  height: 50px;
  width: 160px;
}
section.contact .container h2 {
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
  text-align: right;
  margin-top: 10px;
}
section.contact .container ul.address {
  list-style-type: none;
  padding: 0;
}
section.contact .container ul.address li {
  text-align: right;
  font-size: 1em;
  font-size: 600;
}
section.contact .container .map-mask {
  background: url("../img/mask.png") no-repeat;
  height: 350px;
  position: absolute;
  z-index: 10;
  width: 100%;
}
section.contact .container .map-canvas {
  height: 350px;
  width: 100%;
  margin-bottom: 30px;
}
.divider {
  background: url("../img/divider.png") repeat-x top center;
  height: 9px;
  width: 100%;
  margin: 20px auto;
}
text {
  display: none;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}
.anchor {
  display: block;
  height: 128px;
  margin-top: -128px;
  visibility: hidden;
}



.modal .modal-dialog .modal-content .modal-header {
  border: 0;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  font-size: 30px;
  color: #6A1721;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #6d7e1d;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
}
.modal .modal-dialog .modal-content form legend {
  color: #6A1721;
  font-weight: 600;
  margin-bottom: 10px;
  border: 0;
  font-size: 15px;
  padding: 0 !important;
  border-bottom: 1px solid #eee;
  min-height: 80px;
}
.modal .modal-dialog .modal-content form legend span {
  display: block;
  padding: 0 !important;
}
.modal .modal-dialog .modal-content form legend img {
  display: block;
}
.modal .modal-dialog .modal-content form button {
  background: #A1C63A !important;
  border-color: #A1C63A !important;
}
.modal .modal-dialog .modal-content form button:hover,
.modal .modal-dialog .modal-content form button:focus,
.modal .modal-dialog .modal-content form button:active {
  background: #819F2C !important;
  border-color: #819F2C !important;
}

.contact {
  margin-top: 30px;
}
.contact button {
  margin-top: 15px;
}
#formMessageModal {
  display: none;
}
#formMessageModal button {
  margin: 0;
  top: -13px;
}
#formMessage {
  display: none;
}
#formMessage p {
  font-weight: bold;
}
#formMessage button {
  margin: 0;
  top: -13px;
}

