em,
li {
  font-size: 0.8rem;
  font-weight: 300;
  color: #2f2f2f;
}


/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

/*----------------------------------
  Colors
------------------------------------*/
/* Text Colors */
.g-color--primary {
    color: #31424A !important;
}

.g-color--blueviolet {
  color: #9877ea !important;
}

.g-color--red {
  color: #c54041 !important;
}

.g-color--gold {
  color: #b99769 !important;
}

.g-color--body {
  color: #fff !important;
}

.g-color--dark {
  color: #222324 !important;
}

.g-color--dark-light {
  color: #242526 !important;
}

.g-color--heading {
  color: #242424 !important;
}

.g-color--white {
  color: #fff !important;
}

.g-color--text {
  color: #656565 !important;
}

.g-color--gray-light {
  color: #cecece !important;
}

.g-color--gray-lighter {
  color: #aeaeae !important;
}

.g-color--white-opacity {
  color: rgba(255, 255, 255, 0.8) !important;
}

.g-color--white2-opacity {
  color: rgba(255, 255, 255, 0.8) !important;
}

.g-color--white-opacity-light {
  color: rgba(255, 255, 255, 0.5) !important;
}

.g-color--white-opacity-lighter {
  color: rgba(255, 255, 255, 0.3) !important;
}

.g-color--white-opacity-lightest {
  color: rgba(255, 255, 255, 0.1) !important;
}

.g-color--sky-light {
  color: #f5f8f9 !important;
}

/* Hover Colors */
.g-color--text[href]:hover {
  color: #2C50B4 !important;
}

.g-color--white-opacity[href]:hover {
  color: #eeaf00 !important;
}


/*.g-color--white-opacity[href]:hover {
  color: #2C50B4 !important;
}*/


.g-color--white2-opacity[href]:hover {
  color: #fff !important;
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
    background-color:#eeaf00 !important;
  color: #fff !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #31424A !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Links */
a {
    color: #2C50B4;
    text-decoration: none;
}

a:focus, a:hover {
    color: #293C70;
    text-decoration: none;
}

a:focus {
  outline: none;
}


/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #31424A;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #31424A;
  }
}


/* Background Colors */
.g-bg-color--primary {
  background-color: #2C50B4 !important;
}

.g-bg-color--blueviolet {
  background-color: #9877ea !important;
}

.g-bg-color--red {
  background-color: #c54041 !important;
}

.g-bg-color--gold {
  background-color: #b99769 !important;
}

.g-bg-color--body {
  background-color: #fff !important;
}

.g-bg-color--dark {
  background-color: #222324 !important;
}

.g-bg-color--dark-light {
  background-color: #242526 !important;
}

.g-bg-color--heading {
  background-color: #242424 !important;
}

.g-bg-color--white {
  background-color: #fff !important;
}

.g-bg-color--text {
  background-color: #656565 !important;
}

.g-bg-color--gray-light {
  background-color: #cecece !important;
}

.g-bg-color--gray-lighter {
  background-color: #aeaeae !important;
}

.g-bg-color--white-opacity {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-color--white-opacity-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-color--white-opacity-lighter {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-color--white-opacity-lightest {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-color--sky-light {
  background-color: #f5f8f9 !important;
}

.g-bg-color--primary-to-blueviolet-ltr {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.g-bg-color--primary-ltr {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.6) 0%, #13b1cd 100%);
  background-repeat: repeat-x;
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #eeaf00;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #293C70;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v3 */
.s-mockup-v3 {
  position: relative;
  width: 15rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v3 {
    width: 25%;
    height: auto;
  }
}


.g-color--text2 {
  color: #FFFFFF !important;
 font-weight: bold;
}

/* Hover Colors */
.g-color--text2:hover {
  color: # !important;
}

.g-bg-color--gold2 {
  background-color: #b99769 !important;
}

.g-bg-color--gold2:hover {
  background-color: #242424 !important;
}


/*----------------------------------
  Fullheight
------------------------------------*/
.g-fullheight--xs {
  height: 100vh;
    
}

/* Small screen / phone */
@media (min-width: 34em) {
  .g-fullheight--sm {
    height: 100vh;

  }
}

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-fullheight--md {
    height: 100vh;
  }
}

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-fullheight--lg {
    height: 100vh;
  }
}
/* menu aksiyonlar */
.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.g-slide--btn_ayar {
  color: #000000 !important;
 font-weight: bold;
    background-color: #eeaf00 !important;
    margin-top: 250px;
    border: none;
    box-sizing: 450px;
}

/*----------------------------------
  slide over etiket
------------------------------------*/

.slide-overimg--xs {
    
    margin-top: 70vh;
    transform: scale(0.7)
    }


/* Small screen / phone */

@media (min-width: 34em) {
    .slide-overimg--sm {
    
    margin-top: 70vh;
    }
}

/* Medium screen / tablet */
    @media (min-width: 48em) {
        
         .slide-overimg--md {
    
    margin-top: 70vh;
              transform: scale(1)
    }
    }

        
/* Extra large screen / wide desktop */
@media (min-width: 62em) { 
.slide-overimg--lg {
    margin-top: 100vh;
    }

}


.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  background-color: #111;
}

.right {
  right: 0;
  background-color: red;
	float: left
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.introbg {
    background-image: url('../images/2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:690px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #28282d;
    opacity: 0.9;
}
