/*
 * Author - Mehmet Tetik
 * Mail - mehmet.tetik@outlook.com
 * Version - 2.1
 * Sass Lang - http://sass-lang.com/
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600,700,800,400&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body.homepage {
  position: relative;
}
body.homepage .cd-main-content {
  height: 100%;
}
body.cd-dropdown {
  height: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0% 5%;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
}

.clr {
  clear: both;
}

.js {
  text-align: justify;
}

#Show {
  float: right;
  display: block;
  width: 42px;
  height: 30px;
  margin-top: 9px;
  background: url(../img/nav-icon.png) no-repeat center center;
  background-size: 42px 30px;
}

.navbar-mini-menu a {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: background-color .16s ease-in;
}

.navbar-mini-menu a:hover {
  background-color: #939598;
  color: #fff;
}

.navbar-mini-menu {
  background-color: #e2e2e2;
  display: none;
  position: relative;
}

.navbar-mini-menu .menu-select {
  color: #fff;
}

.navbar-mini-menu .menu-select .btn-select {
  background: url("../img/show-bg.svg") no-repeat center center;
  background-size: 30px 30px;
  cursor: pointer;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 5%;
  top: 20px;
}

.navbar-mini-menu .mini-menu-options {
  float: left;
  width: 100%;
  display: block;
  background: #008791;
  position: absolute;
  top: 70px;
  z-index: 98;
}

.navbar-mini-menu .mini-menu-options li {
  display: block;
}

.navbar-mini-menu .mini-menu-options li .submenu.active {
  display: block !important;
}

.navbar-mini-menu .mini-menu-options li .submenu {
  display: none;
  margin-left: 20px;
}

.navbar-mini-menu .mini-menu-options li:focus {
  outline: 0;
}

.navbar-mini-menu .mini-menu-options li a {
  display: block;
  padding: 1rem 1.5rem 1rem 0rem;
  margin: 0px 15px 0px 30px;
  border-bottom: 1px solid #d9d9d9;
}

@-webkit-keyframes showSubMenu {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 750px) {
  .navbar-menu {
    margin: 0;
  }

  .navbar-menu .menu {
    display: none;
  }

  .navbar-mini-menu {
    display: block;
  }

  .navbar-mini-menu .mini-menu-options {
    display: none;
  }
}
header {
  float: left;
  width: 100%;
  height: 80px;
  padding: 15px 0px;
}

#logo {
  float: left;
  display: block;
}
#logo.cd-logo {
  position: absolute;
  bottom: -1px;
  right: 5%;
  margin: 0px;
}

#banner {
  float: left;
  width: 100%;
  height: calc(100% - 110px);
  position: relative;
}
#banner .swiper-slide {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#banner .swiper {
  width:100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.sbBanner {
  float: left;
  width: 100%;
  height: 125px;
  background: url("../img/mbanner.jpg") no-repeat center center;
  background-size: 100% 100%;
}

footer {
  width: 100%;
  height: 30px;
  float: left;
  background-color: #008791;
}

#page, #content {
  float: left;
  width: 100%;
}

#content {
  margin: 20px 0px 20px 0px;
}

.sb-title {
  float: left;
  width: 100%;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 135, 145, 0.6);
  color: rgba(255, 255, 255, 0.87);
  padding: 0px 5%;
  margin-top: -30px;
}

.cont-info {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.cont-info strong, .cont-info span {
  width: 100%;
  display: block;
  float: left;
  color: #008791;
  font-size: 14px;
  margin-bottom: 5px;
}
.cont-info span {
  font-size: 13px;
}
.cont-info span b {
  width: 70px;
  display: block;
  float: left;
}
.cont-info span small {
  width: calc(100% - 70px);
  display: block;
  float: left;
  color: #282828;
}
.cont-info span small a {
  float: left;
  width: 100%;
  display: block;
  float: left;
  color: #282828;
}
.cont-info .map {
  width: 100%;
  height: 50px;
  float: left;
  background: #575656;
  margin-top: 15px;
  line-height: 50px;
  color: #fff;
  text-indent: 10px;
}
.cont-info .map:before {
  content: '';
  width: 51px;
  height: 40px;
  display: block;
  float: left;
  background: url("../img/harita.png") no-repeat center center;
  background-size: 51px 40px;
  margin: 4px 9px;
}

p.lt {
  margin-bottom: 20px;
}

span.Hclass {
  width: 100%;
  display: block;
  float: left;
  color: rgba(85, 85, 85, 0.87);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.refWrap {
  width: 32%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98% 98%;
  border: 1px solid #c2c2c2;
  margin-right: 2%;
}
.refWrap:nth-child(3n+0) {
  margin-right: 0px;
}

.servp {
  width: 100%;
  float: left;
}
.servp h3, .servp h4 {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 8px;
}
.servp h3 {
  color: rgba(0, 135, 145, 0.6);
  font-size: 15px;
}
.servp h4 {
  font-size: 14px;
  color: rgba(85, 85, 85, 0.87);
}
.servp p {
  display: block;
  text-align: justify;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
