@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
    font-family: 'PT Sans', sans-serif;
}

a {
    color: #777!important;
    text-decoration: none!important;
}

a:hover, a:active {
    color: #999!important;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h4 {
    font-size: 25px;
    text-transform: uppercase;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 13px;
}

::-webkit-scrollbar:horizontal {
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.container-fluid {
    padding:0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 36px;
}

.sticky-nav { 
    font-weight: 400; 
    letter-spacing: 1px; 
    font-size: 14px;
    color: #fff; 
    border-color:transparent;
    background-color: #040404;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2d2d2d),to(#040404));
    background-image: -webkit-linear-gradient(top,#2d2d2d,#040404);
    background-image: linear-gradient(top,#2d2d2d,#040404);
    background-repeat: no-repeat;
    line-height: 12px;
    z-index: 9999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #dcd8d8!important;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    opacity: .65;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent; 
}

.full-screen {
    width: 100%;
    height: 100%;
}

.scrollDown a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -moz-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
}

.scrollDown i {
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-animation: iconFloat 0.8s infinite linear;
    -moz-animation: iconFloat 0.8s infinite linear;
    -ms-animation: iconFloat 0.8s infinite linear;
    -o-animation: iconFloat 0.8s infinite linear;
    animation: iconFloat 0.8s infinite linear;
    padding: 0;
    color: #FFF;
    font-size: 45px;
    opacity: 0.7;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}

.btn-gray {
    background-color: #444;
    box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2);
    color: #a2a2a2;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
    background: #2c2d2c;
    color: #bfc1b2;
}

.black-bg {
	background-color: #000;
}

.popover-content {
    color: #000;
}

.progress-bar {
    background-color: #555;
}

.me {
    margin: 10% auto;
    margin-bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .me {
        margin: 13% auto;
        margin-bottom: 0;
        width: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .me {
        margin: 32% auto;
    }
}

.header-text {
    text-align: center;
    margin-top: 18%;
	padding: 60px;
    color: #fff;
}

@media screen and (min-width: 320px) and (max-height: 800px) and (max-width: 768px) {
    .header-text {
        margin-top: 0;
        padding-top: 0;
    }
}

.header-text .name {
	margin-bottom: 20px;
    line-height: 72px;
}

.header-text .name .highlight {
	background-color: transparent;
    font-size: 90px;
    line-height: 50px;
    font-weight: 100;
    padding: 0;
    color: #FFAC00;
}

@media screen and (min-width: 480px) and (max-width: 1366px) {
    .header-text .name .highlight {
        font-size: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .header-text .name .highlight {
        font-size: 40px;
    }
}

.highlight strong {
    display: block;
}

.job {
    padding: 30px 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.social {
    padding-bottom: 30px;
}

.social-button {
    font-size: 18px;
    padding: 8px 18px;
}

.title {
    padding: 20px 0;
}

.desc {
    text-align: left;
    font-size: 19px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.iletisim {
    color: #a09c9c;
    border: none;
    background: #1E1F1E;
    box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025);
}

footer {
    background: #000;
    color: #999;
}

footer p {
    margin: 0;
    padding: 35px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.uneditable-input:focus {   
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.47);
    outline: 0 none;
}

::-webkit-input-placeholder {
   color: #555!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}

/* ======================== Gallery ======================== */
ul.gallety-filters { list-style-type: none; margin: 0; padding: 0; position: relative; }
ul.gallety-filters:before, ul.gallety-filters:after { content: " "; display: table; }
ul.gallety-filters:after { clear: both; }
ul.gallety-filters > li { float: left; }
ul.gallety-filters > li > a { display: block; padding: 15px 40px 15px; color: #444649; text-transform: uppercase; }
ul.gallety-filters > li.active > a, ul.gallety-filters > li a:hover { color: #999; text-decoration: none; }
ul.gallety-filters > li.gf-underline { position: absolute; bottom: 0; left: 0; width: 103px; height: 3px; background-color: #999; transition: all 0.3s ease; }

.gallery { background-color: #1a1a1a; margin-left: 0; margin-right: 0; list-style-type: none; margin: 0; padding: 0; }
.gallery:before, .gallery:after { content: " "; display: table; }
.gallery:after { clear: both; }
.gallery .gl-item { width: 100%; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 768px) { .gallery .gl-item { float: left; width: 50%; } }
@media (min-width: 992px) { .gallery .gl-item { float: left; width: 33.33333%; } }
@media (min-width: 1200px) { .gallery .gl-item { float: left; width: 25%; } }
.gallery .gl-item.gl-loading { min-height: 225px; background: url(../img/spinner_black.gif) center center no-repeat; }
.gallery .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 768px) { .gallery .gl-item.gl-double { float: left; width: 100%; } }
@media (min-width: 992px) { .gallery .gl-item.gl-double { float: left; width: 66.66667%; } }
@media (min-width: 1200px) { .gallery .gl-item.gl-double { float: left; width: 50%; } }
.gallery .gl-item a:hover { text-decoration: none; }
.gallery .gl-item figure { position: relative; width: 100%; overflow: hidden; }
.gallery .gl-item figure img { max-width: 100%; min-width: 100%; vertical-align: middle; transition: all 0.5s ease; transform-style: preserve-3d; }
.gallery .gl-item figure figcaption { position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; width: 100%; height: 100%; transition: all 0.5s ease; background-color: rgba(0, 0, 0, 0.8); }
.gallery .gl-item figure:hover > img { transform: scale(1.3); -ms-transform: scale(1.3); /* IE 9 */ -moz-transform: scale(1.3); /* Firefox */ -webkit-transform: scale(1.3); /* Safari and Chrome */ -o-transform: scale(1.3); /* Opera */ }
.gallery .gl-item figure:hover > figcaption { opacity: 1; }
.gallery .gl-item.gl-fixed-ratio-item.gl-loading { min-height: 0; }
.gallery .gl-item.gl-fixed-ratio-item > a { display: block; position: relative; width: 100%; padding-top: 67%; }
.gallery .gl-item.gl-fixed-ratio-item figure { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.gallery .gl-item.gl-fixed-ratio-item figure img { min-height: 100%; }
.gallery .gl-item .gl-preview { display: none; }
.gallery .gl-item.gl-preview { position: relative; width: 100% !important; background-color: #1a1a1a; z-index: 999; }
.gallery .gl-item.gl-preview .glp-arrow { display: block; position: absolute; z-index: 1; top: -60px; left: 12.5%; margin-left: -30px; width: 0; height: 0; border: 30px solid transparent; border-bottom-color: #1a1a1a; }
.gallery .gl-item.gl-preview .glp-close { display: block; position: absolute; z-index: 1; top: 15px; right: 25px; width: 24px; height: 30px; line-height: 30px; font-size: 33px; color: #8e9095; }
.gallery .gl-item.gl-preview .glp-zoom { display: block; position: absolute; z-index: 1; top: 0; right: 0; width: 40px; height: 40px; line-height: 40px; font-size: 18px; background-color: #444649; color: #8e9095; }
@media (max-width: 991px) { .gallery .gl-item.gl-preview .glp-zoom { display: none; } }
.gallery .gl-item.gl-preview .gl-preview-container { max-width: 1200px; margin: 0 auto; padding: 20px 0; }
.gallery .gl-item.gl-preview figure { display: inline-block; width: auto; text-align: center; max-width: 100%; }
.gallery .gl-item.gl-preview figure img { max-width: 800px; min-width: 0; }
.gallery .gl-item.gl-preview figure img.glp-zoomed { display: block; position: fixed; z-index: 101; top: 0; right: 0; width: 100%; max-width: none; cursor: url(../img/zoom-out.gif), zoom-out; }
.gallery .gl-item.gl-preview figure:hover > img { transform: none; -webkit-transform: none; -ms-transform: none; -moz-transform: none; -o-transform: none; }
.gallery .gl-item.gl-preview .lg-preview-descr { padding: 0 30px 0 15px; font-size: 13px; }
.lg-preview-descr h4 { color: #8e9095; }
.lg-preview-descr p { color: #8e9095; font-size: 15px; }
.gallery .gl-item.gl-preview .glp-video { position: relative; width: 100%; padding-bottom: 56.25%; }
.gallery .gl-item.gl-preview .glp-video iframe, .gallery .gl-item.gl-preview .glp-video object, .gallery .gl-item.gl-preview .glp-video embed, .gallery .gl-item.gl-preview .glp-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.gallery .gl-item.gl-preview .carousel { display: inline-block; max-width: 100%; }
.gallery.gl-cols-3 .gl-item { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 1200px) { .gallery.gl-cols-3 .gl-item { float: left; width: 33.33333%; } }
.gallery.gl-cols-3 .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 1200px) { .gallery.gl-cols-3 .gl-item.gl-double { float: left; width: 66.66667%; } }
.gallery.gl-cols-5 .gl-item { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 1200px) { .gallery.gl-cols-5 .gl-item { float: left; width: 20%; } }
.gallery.gl-cols-5 .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 1200px) { .gallery.gl-cols-5 .gl-item.gl-double { float: left; width: 40%; } }
.gallery.gl-cols-6 .gl-item { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 1200px) { .gallery.gl-cols-6 .gl-item { float: left; width: 16.66667%; } }
.gallery.gl-cols-6 .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; }
@media (min-width: 1200px) { .gallery.gl-cols-6 .gl-item.gl-double { float: left; width: 33.33333%; } }
.gallery .gl-item-icon { margin-bottom: 0; font-size: 36px; text-align: center; color: white; }
.gallery .gl-item-title { margin-bottom: 0; font-size: 16px; text-align: center; color: white; text-transform: uppercase; }
.gallery .gl-item-category { margin-bottom: 0; font-size: 16px; line-height: 1; text-align: center; color: #8e9095; }
.gallery.gl-pinterest .gl-item { padding: 5px; }
.gallery.gl-pinterest .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; position: relative; min-height: 1px; padding-left: 0; padding-right: 0; padding: 5px; }
@media (min-width: 768px) { .gallery.gl-pinterest .gl-item.gl-double { float: left; width: 50%; } }
@media (min-width: 992px) { .gallery.gl-pinterest .gl-item.gl-double { float: left; width: 33.33333%; } }
@media (min-width: 1200px) { .gallery.gl-pinterest .gl-item.gl-double { float: left; width: 25%; } }
.gallery.gl-pinterest .gl-item figcaption { position: relative; z-index: 1; opacity: 1; padding: 20px; background-color: white; }
.gallery.gl-pinterest.gl-cols-3 .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; padding: 5px; }
@media (min-width: 1200px) { .gallery.gl-pinterest.gl-cols-3 .gl-item.gl-double { float: left; width: 33.33333%; } }
.gallery.gl-pinterest.gl-cols-5 .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; padding: 5px; }
@media (min-width: 1200px) { .gallery.gl-pinterest.gl-cols-5 .gl-item.gl-double { float: left; width: 20%; } }
.gallery.gl-pinterest.gl-cols-6 .gl-item.gl-double { position: relative; min-height: 1px; padding-left: 0; padding-right: 0; padding: 5px; }
@media (min-width: 1200px) { .gallery.gl-pinterest.gl-cols-6 .gl-item.gl-double { float: left; width: 16.66667%; } }
.gallery.gl-pinterest .gl-item-title { margin-bottom: 10px; font-size: 15px; text-align: left; color: #444649; text-transform: uppercase; }

.load-more-block { height: 60px; line-height: 60px; text-align: center; }

.middle { width: 100%; height: 100%; display: table; }
.middle .middle-inner { width: 100%; height: 100%; display: table-cell; vertical-align: middle; }

.footer-loadmore { font-size: 16px; text-transform: uppercase; }

.loading-spinner { display: inline-block; width: 32px; height: 32px; vertical-align: middle; background: url(../img/spinner_black.gif); }