@charset "UTF-8";
@font-face {
  font-family: 'CentumaLight';
  src: url("https://www.hokkaweb.com/theme/assets/fonts/Centuma-Light.otf") format("opentype");
}
@font-face {
  font-family: 'CentumaRegular';
  src: url("https://www.hokkaweb.com/theme/assets/fonts/Centuma-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'CentumaBold';
  src: url("https://www.hokkaweb.com/theme/assets/fonts/Centuma-Bold.otf") format("opentype");
}
body {
  margin: 0;
  padding: 0;
  font-family: 'CentumaRegular';
}

i, em {
  font-style: normal !important;
}

*:focus {
  outline: 0;
}

.moreReference{
  width: 200px;
  margin:0px auto;
  display: block;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  color:#212121;
  padding:15px 0;
  text-decoration: none;
  border:2px solid #333;
  margin-top: 20px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}



.moreReference:hover{
  text-decoration: none;
  background: #333;
  color:#fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.newsfeed {
  position: absolute;
  background: #ffec00;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-family: 'CentumaBold';
  z-index: 20;
}
.newsfeed .icon {
  display: block;
  padding-top: 2px;
  cursor: pointer;
}

.contact {
  margin-top: 20px;
}
.contact input {
  width: 80%;
  background: #eeeeee;
  border: none;
  padding: 10px;
}
.contact textarea {
  width: 80%;
  background: #eeeeee;
  border: none;
  padding: 10px;
}
.contact button {
  background: #fff;
  border: 2px solid #333;
  padding: 10px 15px;
}
.contact button:hover {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #333;
  color: #fff;
}

.data-modal {
  cursor: pointer;
}

.mdl-close{
  position: absolute;
  right: -30px;
  background: #fff;
  top:20px;
  padding:10px 10px 5px 10px;
  cursor: pointer;
}

.modal-content{
  border-radius: 0px;
}

#modal-filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  display: none;
}

.modals-content {
  width: 50%;
  position: fixed;
  top: 30%;
  background: #fff;
  z-index: 9999;
  display: none;
  padding: 20px;
}
.modals-content .modals-close {
  position: absolute;
  left: 100%;
  background: #fff;
  padding: 15px 20px 10px 20px;
  top: 20px;
  cursor: pointer;
}

.hero {
  width: 100%;
  padding-bottom: 40px;
}
.hero .hero-text {
  color: #fff;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: 'CentumaBold';
}
.hero .hero-text h1 {
  font-size: 60px;
  text-align: center !important;
}
.hero .hero-text p {
  font-size: 24px;
  margin-top: -30px;
  margin-bottom: 80px;
  font-family: 'CentumaLight';
}
.hero .hero-btns {
  margin-top: 90px;
  color: #fff;
}
.hero .hero-btns .container {
  text-align: center;
}
.hero .hero-btns .btn-txt {
  float: left;
}
.hero .hero-btns .hb-btn {
  height: 60px;
  width: 230px;
  font-size: 16px;
  display: inline-block;
  color: #212121;
  text-decoration: none;
  padding: 30px;
  background: #ffec00;
  border: 2px solid transparent;
  margin-right: 20px;
    padding: 20px;

}
.hero .hero-btns .hb-btn span.icon {
  float: left;
  margin-top: -10px;
  font-size: 36px;
  margin-right: 14px;
}
.hero .hero-btns .hb-btn:hover {
  color: #fff;
    border: 2px solid ;

  background: transparent;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.hero .hero-btns .hb-btn-default {
 height: 60px;
  width: 230px;
  font-size: 16px;
  display: inline-block;
  color: #212121;
  text-decoration: none;
  padding: 30px;
  background: #ffec00;
  border: 2px solid transparent;
  margin-right: 20px;
    padding: 20px;

}

.hero .hero-btns .hb-btn-default:hover {
  color: #fff;
    border: 2px solid ;

  background: transparent;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;

}

.hero .hero-btns .hb-btn-default span.icon {
  float: left;
  margin-top: -12px;
  font-size: 36px;
  margin-right: 14px;
}
.hero .hero-btns .hb-btn-default:hover > span.icon {
  color: #ffec00;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.hero .mouse {
  display: block;
  width: 30px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  margin: 140px auto 0px auto;
}
.hero .mouse .wheel {
  position: relative;
  width: 6px;
  height: 9px;
  border-radius: 50%;
  top: 4px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-name: mouseWheel;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: mouseWheel;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.hero-minimal {
  width: 100%;
  height: 290px;
}

.hero-minimal.map {
  background: none !important;
}

.poly {
  margin-top: 120px;
  margin-left: -400px;
}
.poly .left-poly {
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0px 0px 790.00px;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.poly .right-poly {
  border-color: transparent transparent #fff;
  border-width: 0px 0px 50px 1156.35px;
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-style: solid;
}

header {
  padding-top: 60px;
}

#search_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 19999;
}

.searchresult_title a{
  color:#333;
}

#search_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  z-index: 20000;
}
#search_wrapper .searchcontainer {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#search_wrapper .searchcontainer #big_search_wrapper {
  position: relative;
  padding-top: 0px;
}
#search_wrapper .searchcontainer #big_search_wrapper #big_search_fake_txt {
  width: 100%;
  color: #fff !important;
  font-size: 40px !important;
  padding: 0px 0px !important;
  font-weight: 700;
  line-height: 40px !important;
  border: none !important;
  background: none !important;
  position: absolute !important;
  top: 5px !important;
  z-index: 5;
}
#search_wrapper .searchcontainer #big_search_wrapper .bigsearchfield {
  width: 100%;
  color: #fff !important;
  font-size: 40px !important;
  padding: 0px 0px !important;
  font-weight: 700;
  line-height: 40px !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  background: none !important;
  z-index: 10;
  position: relative;
}
#search_wrapper .searchcontainer #big_search_wrapper .bigsearchfield:focus {
  outline: 0;
}
#search_wrapper .searchcontainer .big_search_close {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 40px;
  top: 52px;
  cursor: pointer;
  font-weight: 400;
  z-index: 20;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#search_wrapper .searchcontainer .big_search_close:hover {
  margin-top: -2px;
}

.secondMenu {
  display: none;
  text-align: right;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  float: right;
  padding-top: 5px;
  margin-top: 5px;
}
.secondMenu .closes {
  display: none;
  background: #000;
  padding: 10px 10px 5px 10px;
}
.secondMenu #second-menu {
  display: none;
  background: #000;
  position: absolute;
  right: 15px;
  font-size: 14px;
  text-align: left;
  z-index: 666;
}
.secondMenu #second-menu ul {
  margin: 0;
  padding: 0;
  width: 730px;
}
.secondMenu #second-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #333;
}
.secondMenu #second-menu ul li:last-child {
  border-bottom: none;
}
.secondMenu #second-menu ul li a {
  text-decoration: none;
  color: #fff;
}
.secondMenu #second-menu ul li ul {
  display: none;
  margin: 0px;
  margin-left: -20px;
  padding-left: 20px;
}
.secondMenu #second-menu ul li ul li {
  margin: 0;
}

#menu {
  padding-top: 20px;
}
#menu ul {
  float: right;
  margin: 0;
  padding: 0;
}
#menu ul li.parent {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
#menu ul li.parent a {
  color: #e7e7e7;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
#menu ul li.parent a span.line {
  display: block;
  background: #fff600;
  width: 0px;
  height: 3px;
  margin-top: 5px;
}
#menu ul li.parent ul {
  background: #000000;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  margin-left: -20px;
  padding: 5px;
  display: none;
  z-index: 9999;
}
#menu ul li.parent ul li a {
  display: block;
  padding: 7px 20px;
}
#menu ul li:hover > ul {
  display: block;
}
#menu ul li.search {
  margin-top: -7px;
}
#menu ul li.search a {
  font-size: 24px;
}
#menu ul li.active a span.line {
  width: 100%;
}

.ribbon {
  background: url(../img/ribbon.png) no-repeat;
  width: 32px;
  height: 62px;
  margin: 0px auto;
}

.our-history-title {
  font-size: 30px;
  margin: 0px auto;
  width: 273px;
  margin-top: 30px;
  font-family: 'CentumaBold';
  border-bottom: 1px solid #E2E2E3;
  text-align: center;
  padding-bottom: 15px;
}

.our-history-icon {
  background: url(../img/triangles.jpg) no-repeat;
  width: 48px;
  height: 16px;
  margin: -10px auto 40px auto;
}

.our-history-icon-two {
  background: url(../img/king.png) #E8EAEB no-repeat;
  width: 50px;
  height: 16px;
  margin: -10px auto 40px auto;
  background-position: 13px 0;
}

.our-history-desc {
  text-align: center;
  margin: 0px auto 70px auto;
  font-size: 18px;
  width: 70%;
}

.historys {
  margin-bottom: 100px;
}
.historys .history {
  text-align: center;
}
.historys .history-title {
  margin-top: 15px;
  font-size: 18px;
}
.historys .history-line {
  width: 20px;
  height: 2px;
  margin: 10px auto;
  background: #212121;
}
.historys .history-text {
  font-family: 'CentumaLight';
}

#references {
  background: #e8eaeb;
  padding: 50px 20px;
}
#references .references-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  font-family: 'CentumaLight';
  color: #212121;
}
#references .reference-text {
  text-align: center;

  margin: 10px auto;
  color: #26383e;
}
#references #ref {
 
}
#references #ref .refs {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
#references #ref .refs .refs-image img {
  width: 100%;
}
#references #ref .refs .refs-image:hover > .refs-hidden {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#references #ref .refs .refs-hidden {
  opacity: 0;
  position: relative;
  width: 100%;
  margin-top: -270px;
  height: 270px;
  padding-top: 120px;
  color: #000;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#references #ref .refs a {
  text-decoration: none;
  color: #fff;
}

.reference_tech {
  font-family: 'CentumaBold';
  margin-top: 20px;
  font-size: 18px;
}

.reference_tech_detail {
  margin: 10px 0px 0px 0px !important;
  padding: 0 !important;
  overflow: hidden;
  list-style: none;
}
.reference_tech_detail li {
  margin-right: 10px;
  list-style: none;
  float: left;
  font-size: 30px !important;
}

.reference_gorsel {
  cursor: pointer;
  margin-bottom: 10px;
}

.reference_gorsel img{
  border: 2px solid transparent;
}

.reference_gorsel img.active {
  border: 2px solid #FFEC00;
}

.searchResult {
  background: #eeeeee;
  padding: 20px;
  margin-top: 20px;
  height: 200px;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.searchResult:hover {
  background: #ddd;
  color: #333;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.searchResult p {
  color: #999;
  margin-top: 10px;
}
.searchResult a {
  color: #333;
  text-decoration: none;
}

.noResult {
  color: #fff;
  padding: 15px;
}

#tab {
  margin-bottom: 80px;
}
#tab ul {
  margin: 0;
  padding: 70px 0 50px 0;
  overflow: hidden;
}
#tab ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 56px;
  font-size: 18px;
  cursor: pointer;
}
#tab ul li:last-child {
  margin-right: 0px;
}
#tab .tabs-pane {
  text-transform: uppercase;
}
#tab .tabs-pane .tabs-line {
  display: none;
  width: 50px;
  height: 4px;
  background: transparent;
  margin: 10px auto;
}
#tab .tabs-pane.active .tabs-line {
  display: block;
  width: 50px;
  height: 4px;
  background: #000;
  margin: 10px auto;
}
#tab .tab-content {
  color: #fff;
}
#tab .tab-content .tab-pane-content {
  padding: 70px 0;
}
#tab .tab-content .tab-pane-content .tab-pane-title {
  font-size: 32px;
  text-align: center;
  font-family: 'CentumaRegular';
}
#tab .tab-content .tab-pane-content .tab-pane-desc {
  font-family: 'CentumaLight';
  text-align: center;
  margin-top: 20px;
  line-height: 25px;
  font-size: 16px;
}
#tab .tab-content .tab-pane-content .tab-pane-button {
  text-align: center;
  margin-top: 50px;
}
#tab .tab-content .tab-pane-content .tab-pane-button a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 15px 25px;
  color: #e1e1e1;
  text-decoration: none;
}
#tab .tab-content .tab-pane-content .tab-pane-button a:hover {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #333;
  background: #fff;
}

#slide {
  margin-bottom: 80px;
}
#slide .row {
  overflow: hidden;
}
#slide .col-md-4 {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
#slide .slide {
  overflow: hidden;
  height: 400px;
}
#slide .slide .slide-image {
  text-align: center;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: 100px;
}
#slide .slide .slide-image img {
  width: 350px;
  margin-top: -30px;

}
#slide .slide .slide-top {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 28px;
  font-family: 'CentumaLight';
  position: absolute;
  margin-left: 228px;
  margin-top: 40px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide .slide-top b {
  font-family: 'CentumaRegular';
  font-size: 16px;
  display: block;
}
#slide .slide:hover > .slide-image {
  margin-right: -40%;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#slide .slide:hover > .slide-top {
  margin-left: 400px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide:hover > .slide-text {
  margin-top: 55px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide:hover > .slide-desc {
  margin-top: 120px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide:hover > .slide-button {
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide .slide-text {
  font-size: 20px;
  margin-left: 20px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide .slide-desc {
  position: absolute;
  margin-left: 20px;
  width: 160px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide .slide-button {
  position: absolute;
  margin-top: 240px;
  opacity: 0;
  margin-left: -20px;
}
#slide .slide .slide-button a {
  display: block;
  border: 2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slide .slide .slide-button a:hover {
  background: #fff;
  color: #212121;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 2px solid #fff;
}
#slide .slide-default {
  background: #e54e23;
}
#slide .slide-default .slide-top {
  background: #e54e23;
}
#slide .slide-default .slide-text {
  color: #fff;
}
#slide .slide-warning {
  background: #ffc000;
}
#slide .slide-warning .slide-top {
  background: #ffc000;
  color: #fff;
}
#slide .slide-warning .slide-text {
  color: #fff;
}
#slide .slide-warning .slide-desc {
  color: #fff;
}
#slide .slide-warning .slide-button a {
  border: 2px solid #fff;
  color: #fff;
}
#slide .slide-primary {
  background: #52456c;
}
#slide .slide-primary .slide-top {
  background: #52456c;
}
#slide .slide-primary .slide-text {
  color: #fff;
}

#footerButton {
  margin-bottom: 80px;
}
#footerButton .normal-btn {
  background: #fff;
  border: 2px solid #181818;
  padding: 5px 35px;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
#footerButton .normal-btn:first-child {
  margin-right: 20px;
}
#footerButton .normal-btn:hover {
  background: #181818;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
#footerButton .normal-btn:focus {
  outline: 0;
}

#kroki {
  display: none;
}

#iletisimFormu {
  display: none;
  background: #333;
  margin-bottom: 10px;
  padding: 60px;
}
#iletisimFormu .formTitle {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  font-family: 'CentumaLight';
}
#iletisimFormu span.icon {
  position: absolute;
  font-size: 24px;
  color: #888;
  margin-left: 10px;
  margin-top: 12px;
}
#iletisimFormu input {
  background: #fff;
  width: 100%;
  line-height: 1em;
  border-radius: 3px;
  padding: 15px 15px 15px 40px;
  margin-right: 10px;
  border: 1px solid #444;
  font-family: 'CentumaLight';
  font-size: 16px;
}
#iletisimFormu input:focus {
  outline: 0px;
}
#iletisimFormu button {
  width: 100%;
  padding: 21px 40px 19px;
  background: #f36;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mouseWheel {
  0% {
    top: 4px;
    opacity: 0;
  }
  30% {
    top: 9px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
/* Standard syntax */
@keyframes mouseWheel {
  0% {
    top: 4px;
    opacity: 0;
  }
  30% {
    top: 9px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.icerik {
  margin-top: 30px;
  margin-bottom: 50px;
}
.icerik .left-title {
  font-size: 20px;
  padding-top:20px; 
}
.icerik ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 5px;
}
.icerik ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.icerik ul li a {
  color: #656565;
}
.icerik ul li:last-child {
  margin-bottom: 10px;
}
.icerik .newBtn {
  background: #ffec00;
  padding: 16px 15px 5px 15px;
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
  color: #070707;
  font-size: 16px;
  border: 2px solid transparent;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.icerik .newBtn span.icon {
  font-size: 26px;
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
.icerik .newBtn:hover {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 2px solid #070707;
}
.icerik .page-title {
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.icerik .page-content {
  font-size: 14px;
  line-height: 25px;
}
.icerik .page-content ul > li {
  list-style-type: square;
}

.relatedPost {
  z-index: 0;
}
.relatedPost .postTitle {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  font-size: 13px;
  margin-top: -38px;
  z-index: 1;
  position: relative;
  opacity: 0;
  overflow: hidden;
  /* taşanları gizle */
  white-space: nowrap;
  /* alt satıra hiç inme */
  text-overflow: ellipsis;
  /* eğer uzunsa üç nokta koy */
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.relatedPost:hover > .postTitle {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.blog-category ul {
  overflow: hidden;
}
.blog-category ul li {
  float: left;
  background: #333;
  padding: 10px 15px;
  margin-left: 10px;
}
.blog-category ul li a {
  text-decoration: none;
  color: #fff;
}
.blog-category ul li.wt {
  background: #eb5767;
}
.blog-category ul li.wy {
  background: #fa6f57;
}
.blog-category ul li.seo {
  background: #a1d36e;
}
.blog-category ul li.sm {
  background: #55c2e7;
}
.blog-category ul li.et {
  background: #fecd5f;
}
.mini-line {
  width: 30px;
  height: 2px;
  margin: 0px auto;
  background: #333;
  margin-top: -20px;
  margin-bottom: 25px;
}

.articles {
  margin-top: 30px;
}
.articles .article {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.articles .article .article-image {
  z-index: 0;
}
.articles .article .article-title {
  z-index: 1;
  position: relative;
  margin-top: -90px;
  margin-left: 10px;
  font-size: 13px;
  margin-bottom: 10px;

}
.articles .article .article-title span {
  display: inline-block;
  margin-bottom: 8px;
  background: #333;
  color: #fff;
  padding: 10px;
}
.articles .article .article-desc {
  padding: 10px;
}
.articles .article .article-desc .article-exp {
  color: #949494;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.articles .article .article-desc .article-info ul {
  overflow: hidden;
}
.articles .article .article-desc .article-info ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  color: #b2b2b2;
}
.articles .article .article-desc .article-info ul li span.icon {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

#page-nation {
  display: table;
  margin: 30px auto;
}
#page-nation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  padding-top: 20px;
}
#page-nation a {
  display: inline;
  border: 1px solid #CCCCCC;
  color: #999999;
  font-size: 18px;
  padding: 7px 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  text-decoration: none;
  color: #999;
}
#page-nation a:hover {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border-color: #FD6CA3;
  color: #FD6CA3;
}
#page-nation .current {
  border: 1px solid #FD6CA3;
  display: inline-block;
  color: #FD6CA3;
  font-size: 18px;
  padding: 7px 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
}

.sharer .sharers {
  padding: 8px 10px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  margin-top: 20px;
}
.sharer .sharers .sharer-icon {
  float: left;
  margin-right: 10px;
}
.sharer .sharers .sharer-text {
  float: left;
}
.sharer .sharer-fb {
  border: 1px solid #43609c;
  color: #43609c;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.sharer .sharer-fb:hover {
  background: #43609c;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.sharer .sharer-tw {
  border: 1px solid #55acee;
  color: #55acee;
}
.sharer .sharer-tw:hover {
  background: #55acee;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.sharer .sharer-gp {
  border: 1px solid #DD4B32;
  color: #DD4B32;
}
.sharer .sharer-gp:hover {
  background: #DD4B32;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.sharer .sharer-in {
  border: 1px solid #287bbc;
  color: #287bbc;
}
.sharer .sharer-in:hover {
  background: #287bbc;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.sharer .sharer-rd {
  border: 1px solid #e6a313;
  color: #e6a313;
}
.sharer .sharer-rd:hover {
  background: #e6a313;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

#bulten p {
  font-size: 18px;
}
#bulten .bultenForm {
  width: 100%;
  margin-top: 15px;
  padding: 10px 10px;
  border: 1px solid #ddd;
}
#bulten .bultenForm:focus {
  outline: 0px;
}
#bulten .bultenButton {
  margin-top: 15px;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #212121;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
#bulten .bultenButton:hover {
  background: #212121;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

/* Yorum */
ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.commentlist li {
  margin-top: 20px;
}

article.comment .comment-author {
  float: left;
  padding-top: 0px;
  margin-right: 40px;
  margin-top: 10px;
}
article.comment .comment-author img {
  border-radius: 50px;
  border: 3px solid #ddd;
}

section.comment {
  float: left;
  width: 680px;
  background: #f7f7f7;
  margin-top: 7px;
  padding: 10px;
  border-radius: 4px;
}
section.comment:before {
  content: '';
  border: 10px solid transparent;
  border-right-color: #f7f7f7;
  position: absolute;
  margin-left: -30px;
  margin-top: 18px;
}

#googlemaps{
  width: 100%;
  height: 310px;
  position: absolute;
  z-index: 0;
}

.author-detail {
  margin-bottom: 10px;
}
.author-detail a {
  text-decoration: none;
  color: #333;
}

.single-article-title {
  margin-top: 20px;
}

.comment-form-comment label {
  display: block;
}

.comment-form-comment textarea {
  height: 120px;
  resize: none;
  border: 1px solid #ddd;
  background: #f2f2f2;
}

.comment-form label {
  display: block;
}

.comment-form {
  text-align: center;
}

.comment-form input {
  resize: none;
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 10px;
  width: 400px;
}

.form-allowed-tags {
  display: none;
}

.comment-form label {
  display: none;
}

.comment-form input:focus {
  outline: 0;
}

.comment-form-comment textarea {
  padding: 10px;
  width: 400px;
}

.comment-notes {
  display: none;
}

.comment-form-comment textarea:focus {
  outline: 0px;
}

.form-submit .submit {
  width: 120px;
  margin-top: 20px;
  background: #fff;
  border: 2px solid #333;
  padding: 10px 15px;
}


.ik{
  border:1px solid #ddd;
  padding:20px;
  font-size: 20px;
  font-family: 'CentumaLight';
  margin-bottom: 30px;
}

.ik-row{
  margin-top: 20px;
  margin-bottom: 20px;
}

.ik span{
    display: block;
}

.ik .ik-read{
  margin-top: 40px;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}

.ik .ik-read a{
  text-decoration: none;
  color:#999;
}

.ik .ik-line{
  width: 100%;
  height: 2px;
  position: absolute;
  top:0;
  left: 15px;
  background: #FF3366;
  width: 0px;
}

.ik-title{
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}


footer {
    background-color: #000;
    padding-top: 40px;
}
footer .footer-title {
  font-size: 14px;
  margin-top: 12px;
  font-family: 'CentumaRegular';
  padding-bottom: 4px;
  margin-bottom: 4px;
  color: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration:none
}
footer ul li a {
  font-size: 13px;
  color: #999;
  font-family: 'CentumaRegular';
  line-height: 24px;
  text-decoration:none
}

footer ul li a:hover{
  color:#fff;
  text-decoration: none;
}

footer ul li.icons {
  margin-top: 10px;
}
footer ul li.icons a {
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
}
footer ul li.icons a.fb {
  color: #415E99;
}
footer ul li.icons a.tw {
  color: #55acee;
}

footer ul li.icons a.gb {
  color: #fff;
}
footer ul li.icons a.in {
  color: #23639a ;
}
footer ul li.icons a.ins {
  color: #a87d63 ;
}
footer ul li.icons a.db {
  color: #eb4f8b;
}
footer .footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  color: #888;
}


section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;

}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 0 0;
}
section.module.parallax h1 {

}
section.module.parallax-1 {
  background-image: url("../img/grade.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/hero-mini.png");
}
section.module.parallax-3 {
  background-image: url("../img/web-danisman.jpg");
}

section.module.parallax-blog {
  background-image: url("../img/blog-header.jpg");
}

section.module.parallax-4 {
}

@media all and (min-width: 600px) {
  section.module h2 {
    
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 10px 0;
  }
  section.module.parallax h1 {
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {

  }
}

.location{
  background: #FFEC00;
  color:#333;
  padding:10px 20px 5px 20px;
  border : 2px solid #333;
  border-radius: 4px;
  margin-top: 10px;
}

.location span.icon{
    float:left;
    margin-top: 2px;
    font-size: 20px;
}

.location span.textLocation{
    float:right;
    margin-top: 2px;
    font-family: 'CentumaBold';
}

.iconk {
  float:left;
  margin-right: 15px;
  font-size: 30px;
  margin-top: 10px;
}

.iconText{
  float:right;
  margin-top: 14px;
}