.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 15px;
}

body .space24 {
  height: 24px;
  clear: both;
}

body a,
body a:visited {
  text-decoration: none;
  color: #066c61;
}

body a:hover,
body a:visited:hover {
  text-decoration: none;
  color: black;
}

body :focus {
  outline: 0;
  text-decoration: none;
}

body .alert {
  border-radius: 0;
}

body .alert.alert-info {
  color: #1976d2;
  background-color: #e3f2fd;
  border-color: #64b5f6;
}

body .alert.alert-error {
  color: #d32f2f;
  background-color: #ffebee;
  border-color: #E57373;
}

body .alert.alert-success {
  color: #388e3c;
  background-color: #e8f5e9;
  border-color: #81c784;
}

body .alert.alert-warning {
  color: #ffa000;
  background-color: #fff8e1;
  border-color: #ffd54f;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: #066c61;
}

#up {
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  height: 40px;
  min-width: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #066c61;
  display: none;
  border-radius: 100%;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

@media (max-width: 767px) {
  #up {
    display: none !important;
  }
}

#up i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  -ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

#up:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.hideWhileLoading {
  opacity: 0;
}

#page {
  margin-top: 98px;
  margin-bottom: 24px;
  line-height: 24px;
}

#page .link {
  background: #066c61;
  color: #fff;
  padding: 8px 12px;
  margin-top: 16px;
  float: left;
}

#page img.zoom {
  margin-bottom: 24px;
}

#page p {
  margin-bottom: 12px;
}

#page .sube i {
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -4px;
  font-size: 20px;
}

#page .sube p {
  font-size: .9em;
  margin-bottom: 12px;
}

#page .form .form-input {
  width: 100%;
  margin-bottom: 12px;
  resize: none;
  background: #efefef;
  border: 1px solid #066c61;
  border-radius: 2px;
  padding: 8px;
  transition: box-shadow .225s, background .195s;
}

#page .form .form-input:focus {
  background: #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#page .form .form-input:disabled {
  opacity: 0.5;
}

#page .form textarea {
  max-height: 128px;
  height: 128px;
  min-height: 128px;
}

#page .form .button-container #sendButton {
  padding: 8px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 0;
  float: right;
  background: #066c61;
  color: #fff;
  font-weight: 700;
}

#page .form .button-container #sendButton:disabled {
  cursor: default;
  pointer-events: none;
  box-shadow: 0;
  opacity: 0.5;
}

#page .content-menu ul {
  list-style: none;
}

#page .content-menu ul li {
  background: #fff;
}

#page .content-menu ul li a {
  display: block;
  width: 100%;
}

#page .content-menu ul li a i {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
}

#page .content-menu ul li:hover {
  background: #066c61;
}

#page .content-menu ul li:hover a {
  color: #fff;
  text-decoration: none;
}

#page .content-menu ul li.active {
  background: #066c61;
}

#page .content-menu ul li.active a {
  color: #fff;
  text-decoration: none;
}

#page .content-menu ul li.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

#page .content-menu ul .sub-category {
  margin-bottom: 16px;
  margin-top: -1px;
}

#page .page-title {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 16px;
  display: inline-block;
}

@media (max-width: 767px) {
  #page .page-title {
    margin-top: 16px;
  }
}

#page .page-subtitle {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 12px;
}

#boxes .box {
  margin-bottom: 24px;
}

#boxes .box .box-wrapper {
  float: left;
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#boxes .box .box-wrapper .thumb {
  float: left;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: relative;
}

#boxes .box .box-wrapper .thumb a {
  width: 100%;
  float: left;
}

#boxes .box .box-wrapper .thumb a img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

#boxes .box .box-wrapper .title {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0 0 2px 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
}

#boxes .box .box-wrapper .title a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 1.1em;
}

#boxes .box .box-wrapper:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#boxes .box .box-wrapper:hover a {
  color: rgba(255, 255, 255, 0.75);
}

#header {
  background: #fff;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding: 16px;
}

#header .logo {
  width: 100%;
  text-align: center;
  float: left;
}

#header .logo a {
  display: inline-block;
}

#header .logo a img {
  float: left;
}

#header .menu {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
  float: left;
}

#header .menu ul {
  width: 100%;
}

#header .menu ul li {
  width: 100%;
  text-align: center;
  float: left;
  margin-right: 0;
}

#header .menu ul li a {
  float: left;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #39404a;
}

#header .menu ul li a.active {
  color: #066c61;
}

#header .menu ul li a:hover {
  color: #00a69c;
}

#header .social {
  width: 100%;
  float: left;
}

#header .social .social-media {
  text-align: center;
  width: 100%;
}

#header .social .social-media a {
  margin-right: 12px;
  display: inline-block;
}

#header .social .social-media a img {
  float: left;
}

#header .social .social-media a:last-child {
  margin-right: 0;
}

#index1 {
  width: 100%;
  height: calc(100% - $w1200_headerSpace);
  margin-top: 74px;
}

#index1 [id*=panel-] {
  float: left;
  width: 100%;
  height: 20%;
  background-position: center center;
  background-size: cover;
}

#index1 [id*=panel-] .panel-container {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}

#index1 [id*=panel-] .panel-container .panel-content {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

#index1 [id*=panel-] .panel-container .panel-content a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  font-size: 2em;
}

#index1 [id*=panel-]#panel-1 {
  background-image: url(../img/bg_muhendislik_small.jpg);
}

#index1 [id*=panel-]#panel-2 {
  background-image: url(../img/bg_hukuk_small.jpg);
}

#index1 [id*=panel-]#panel-3 {
  background-image: url(../img/bg_gida_small.jpg);
}

#index1 [id*=panel-]#panel-4 {
  background-image: url(../img/bg_turizm_small.jpg);
}

#index1 [id*=panel-]#panel-5 {
  background-image: url(../img/bg_insaat_small.jpg);
}

.kwicks {
  border: 8px solid #fff;
  width: 100%;
  position: relative;
  height: 100%;
}

.kwicks > li {
  height: 100%;
  width: 20%;
  float: left;
}

.kwicks [id*=panel-] {
  background-repeat: no-repeat;
  background-size: cover;
}

.kwicks [id*=panel-] .panel-container {
  background: linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  display: table;
  text-align: right;
  position: relative;
}

.kwicks [id*=panel-] .panel-container .panel-content {
  display: table-cell;
  vertical-align: bottom;
  padding: 48px 24px;
}

.kwicks [id*=panel-]#panel-1 {
  background-image: url(../img/bg_muhendislik.jpg);
  background-position: right -300px bottom 0;
}

.kwicks [id*=panel-]#panel-2 {
  background-image: url(../img/bg_hukuk.jpg);
  background-position: left -256px bottom 0;
}

.kwicks [id*=panel-]#panel-3 {
  background-image: url(../img/bg_gida.jpg);
  background-position: left -256px bottom 0;
}

.kwicks [id*=panel-]#panel-4 {
  background-image: url(../img/bg_turizm.jpg);
  background-position: center bottom 0;
}

.kwicks [id*=panel-]#panel-5 {
  background-image: url(../img/bg_insaat.jpg);
  background-position: center bottom 0;
}

@media (min-width: 768px) {
  .kwicks [id*=panel-] .panel-container .panel-content img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px), (min-width: 992px), (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .logo {
    width: auto;
  }
  #header .menu {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: table;
  }
}

@media (min-width: 1200px) and (min-width: 768px), (min-width: 992px) and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  #header .menu {
    margin-left: 24px;
  }
}

@media (min-width: 1200px), (min-width: 992px), (min-width: 768px) {
  #header .menu ul {
    display: table-cell;
    vertical-align: bottom;
  }
  #header .menu ul li {
    width: auto;
    margin-right: 48px;
  }
}

@media (min-width: 1200px) and (min-width: 768px), (min-width: 992px) and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  #header .menu ul li {
    margin-right: 24px;
  }
}

@media (min-width: 1200px), (min-width: 992px), (min-width: 768px) {
  #header .menu ul li a {
    padding-top: 0;
  }
  #header .menu ul li a.active {
    font-weight: 700;
    position: relative;
  }
  #header .menu ul li a.active:after {
    content: "";
    background: #00a69c;
    bottom: 0;
    left: 5%;
    right: 5%;
    position: absolute;
    width: 90%;
    height: 2px;
  }
  #header .social {
    display: table;
    float: right;
    width: auto;
  }
  #header .social .social-media {
    display: table-cell;
    vertical-align: bottom;
  }
}
