/****************************************************************************/
html,
body {
    width: 100%;

    margin: 0;
    padding: 0;
    font-family: 'ProximaNova', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #808080;
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 960px;
}

.container > div {
    padding: 0;
}

a {
    color: #29abe2;
    text-decoration: underline;
    font-size: .8em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:focus,
a:hover {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
a.btn,
.registerButton {
    padding: 1em 2em;
    display: inline-block;
    border-radius: 26px;
    background: rgba(0, 51, 140, .8);
    text-decoration: none;
    color: #efefef;
    outline: 1px solid rgba(255, 255, 255, 0);
    margin: 1em 0;
}

.registerButton {
    width: auto;
    color: #efefef;
    font-weight: bold;
    font-size: .91em;

    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

a.btn:hover,
.registerButton:hover {
    background: rgba(0, 0, 0, .9);
    color: white;
    padding: 1em 3em;
    outline: 1px solid rgba(255, 255, 255, .5);

}


.navBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background: url(../images/bg-menuBtn.png) top no-repeat;

}

.navBtnClose {
    background-position: bottom;

}

nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 998;
    right: -400px;
    width: 400px;
    /*
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    */
    background: #222222;
    box-shadow: 8px 0px 5px black inset;

    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.open {
    right: 0;
}


body {
    right: 0;

}

body.open {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 400px;

}

nav ul {

    text-align: center;
    font-size: 1.2em;
    margin-top: 100px
}

nav ul li {


    font-size: 1.6em;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: white;
    line-height: 2.2em;
    background: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;


}

nav ul li a:hover {

    color: #f49220;



}

nav ul li a.active {

    color: #5a5a5a;
    text-decoration: line-through;

}

nav p {
    margin-top: 30vh;
    text-align: center;
}

@media screen and (min-width: 650px) {
    nav {

        background: url(../images/bg-nav.jpg) center no-repeat;
        background-size: cover;

    }
}

/****************************************************************************/
.topContainer {
    height: 100vh;
    background: url(../images/header.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

img.goDown {
    position: absolute;
    bottom: 10px;
}

.topContainer h1 {
    background: url(../images/bg-ha-mobile.png) center no-repeat;
    background-size: cover;
    text-indent: -1000%;
    width: 200px;
    height: 200px;
    opacity: .8;
}

@media screen and (min-width: 650px) {
    .topContainer h1 {
        background: url(../images/bg-ha-desktop.png) center no-repeat;
        background-size: cover;
        text-indent: -1000%;
        width: 620px;
        height: 100px;
    }
}

/****************************************************************************/

.dediler {

    background-color: #222;
    padding: 4em 0;
    text-align: center;
    font-size: 1.2em;
    color: #c3c3c3;
}

.dediler p > i {
    font-size: .8em;
}




/****************************************************************************/
.promos {
    background-color: #efefef;
    text-align: center;
}

.promos > div {

    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promos > div > p,
.promos > div > h2,
.promos > div > h3,
.promos > div > a {
    display: inline-block;
}

.promo4 {
    background: url(../images/bg-ha-mobile.png) center no-repeat;
    background-size: cover;

}

.promo2 {
    background: url(../images/bg-promo1.jpg) no-repeat top;
    background-size: cover;
}

.promo3 {
    background: url(../images/bg-promo2.jpg) no-repeat center;
    background-size: cover;
}

.promos > div > h3 {
    font-size: 12.em;
    font-weight: bold;
}

.promos > div > i {
    padding: 1.5em;
    font-size: .8em;
}


/****************************************************************************/
.gallery {
    padding: 4em 0;
}

.gallery > div > p {
    font-size: 1.4em;
    text-align: center
}




.insta1 {
    background: url(../images/insta1.jpg) center no-repeat;
    background-size: cover;
    height: 460px;
}



.insta2 {
    display: none;
}

.bannerAbout {
    background: url(../images/profile.jpg) center no-repeat;
    background-size: cover;
    height: 460px;
}

.bannerContact {
    background: url(../images/contact.jpg) center no-repeat;
    background-size: cover;
    height: 460px;
}

.bannerGallery {
    background: url(../images/banner-gallery.jpg) center no-repeat;
    background-size: cover;
    height: 460px;
}

.bgImza {
    background: url(../images/bg-ha-mobile.png) center no-repeat;
    background-size: cover;
    height: 460px;
}

.onPhoto {
    font-size: 1.4em;
    color: #efefef;
    font-weight: bold;

    text-shadow: 1px 2px black;
    position: relative;

}

.onPhoto > p {
    bottom: 0px;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    padding: 1em;
    margin: 20px;
}

@media screen and (min-width:960px) {
    .insta2 {
        display: block;
        background: url(../images/insta2.jpg) center no-repeat;
        background-size: cover;
        height: 460px;
    }

}

/****************************************************************************/
.subPage h1 {
    font-size: 1.82em !important;
    font-weight: bold;
    color: #222;

}

.subPage h1 i {
    font-size: .82em !important;
    font-weight: normal;
    color: #898989;

}

/****************************************************************************/
.sergiler h2 {

    font-weight: bold;
}

.sergiler ul {
    margin: 2em 0;
}

.sergiler ul li {
    line-height: 2em;
}

/****************************************************************************/
.aboutHim {
    padding: 3em 0;
    margin-top: 4em;
    background: #E5E5E5;
    color: #222;
}

section.contactForm {
    background: #E5E5E5;
    padding: 2em 0;
    margin-top: 2em;
}

/****************************************************************************/
.gallery {}

/****************************************************************************/
.mailForm div {
    margin: 0;
    padding: 0;
}

form {
    position: relative
}

form input,
form select,
form textarea {
    font-size: 1.2em;
    width: 100%;
    border: 1px solid silver;

}

form input,
form textarea {
    margin: .5em auto;
    border-radius: 4px;
    padding: .5em;
    color: #23a6da;
    width: 99%;
}

form strong {
    color: #87ceeb;
    font-size: 1.2em
}

form select {
    height: auto;
    display: block;
    padding: 6px;
    cursor: pointer !important;
    background: url(../images/down.png) 98% no-repeat;
    -webkit-appearance: none;
    -webkit-border-radius: 4px
}

form select option {
    background: #fff;
    display: block
}

form input[type=checkbox],
form input[type=radio] {
    display: inline !important;
    width: auto;
    margin-right: .5em
}

form label {
    display: inline-block;
    margin-right: .5em;
    cursor: pointer;
    margin-top: 1em;
    padding-left: .1em
}

form textarea {
    height: 200px;
    width: 100% !important;
    border: 1px solid silver;
    border-radius: 4px
}

input:required:valid {
    background-image: url(../images/checked2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px
}


/****************************************************************************/
footer {
    background-color: #222;
    padding: 2em 0;
    text-align: center;
    font-size: .8em;
    color: #7c7c7c;
}

footer p.credits {

    font-size: .7em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: -1em;
    opacity: .4;

    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

footer p.credits:hover {
    opacity: 1;
}

footer p.credits a {
    text-decoration: none;
    color: #afafaf;
    font-size: 1em;
}

a.instagram,
a.facebook {
    width: 32px;
    height: 32px;
    margin: .5em;
    display: inline-block;
    opacity: .5;
}

a.instagram:hover,
a.facebook:hover {
    opacity: 1;
}

a.instagram {
    background: url(../images/bg-instagram.png) center no-repeat;
}

a.facebook {
    background: url(../images/bg-facebook.png) center no-repeat;
}
