@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext');


body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

html,
body, form {
    height: 100%;
}

body {
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.next-section-link i, .social-profiles a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.page-section {
    height: 100%;
    display: none;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .page-section.current {
        display: block;
    }

#animate-menu {
    position: fixed;
    right: 0;
    top: 0;
    background: #ddd;
    width: 200px;
    z-index: 9;
}

.page-section-content {
    float: left;
    width: 50%;
}

.page-section-bg {
    float: right;
    width: 50%;
    height: 100%;
    background: url(img/anasayfa-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.page-section-content {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.site-logo {
    left: 50px;
    position: absolute;
    top: 50px;
    z-index: 99;
}

.social-profiles {
    bottom: 0;
    right:20px;
    position: absolute;
}



.section-content-table {
    display: table;
    height: 100%;
    width: 100%;
}

.section-content-tablecell {
    display: table-cell;
    padding: 150px 50px;
    vertical-align: middle;
}

body {
    color: #000;
    line-height: 30px;
}

.page-section-inner {
    position: relative;
    z-index: 9;
}

.section-bg-title {
    color: #eeeeee;
    font-size: 120px;
    left: 90px;
    line-height: 175px;
    position: absolute;
    text-transform: uppercase;
    top: -85px;
    z-index: -1;
}

.welcome-title {
    color: #e3c498;
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.section-desc {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.section-excerpt {
    margin-top: 30px;
}

.social-profiles {
    font-size: 24px;
}

    .social-profiles a {
        background-color: transparent;
        /*border-right: 1px solid #ededed;
        border-top: 1px solid #ededed;*/
        color: #333;
        display: block;
        float: right;
        height: 63px;
        padding-top: 15px;
        text-align: center;
        width: 69px;
    }

    .social-profiles .masscode {
        /*border-left: 0px solid #ededed;
        border-right: 1px solid #ededed;
        border-top: 0px solid #ededed;*/
        display: block;
        float: right;
        height: 63px;
        padding-top: 15px;
      
        text-align: center;
        width: 100px;
    }

        .social-profiles .masscode:hover {
            background-color: unset;
            border-color: unset;
            color: unset;
            /*border-right: 1px solid #ededed;*/
        }

    .social-profiles a:first-child {
        /*border-left: 1px solid #ededed;*/
    }

    .social-profiles a:hover {
        background-color: #e3c498;
        border-color: #e3c498;
        color: #fff;
    }

.right-sidebar {
    background: #131415 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: -240px;
    width: 240px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 999;
}

    .right-sidebar.right-sidebar-active {
        right: 0px;
    }

.menu-hide {
    display: none;
}

.menu-show {
    position: fixed;
    right: 50px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 16px;
    font-family: Open Sans;
    top: 60px;
    cursor: pointer;
    z-index: 999;
}

    .menu-show i.el {
        padding-left: 10px;
    }

.site-nav {
    border-top: 1px solid #2a2a2a;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .site-nav li a {
        border-bottom: 1px solid #2a2a2a;
        color: #fff;
        display: block;
        font-family: Open Sans;
        font-size: 12px;
        font-weight: 700;
        padding: 2px 71px 2px 15px;
        text-align: right;
        text-transform: uppercase;
    }

    .site-nav a:hover i {
        color: #e3c498;
    }

    .site-nav a:hover {
        text-decoration: none;
    }

    .site-nav li a.current {
        color: #e3c498;
    }

        .site-nav li a.current:hover {
            color: #fff;
        }

    .site-nav li a i.el {
        line-height: 30px;
        position: absolute;
        right: 40px;
    }

.menu-hide {
    color: #5f5f5f;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 45px 15px 15px;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

    .menu-hide span {
        display: block;
        float: right;
        font-size: 145%;
        margin-top: -1px;
        padding-left: 10px;
    }

.right-sidebar {
    padding-top: 30px;
}

.page-section.current.pageoffcanvas {
    /*margin-left: -240px;
    padding-bottom: 40px;
    padding-right: 240px;
    padding-top: 40px;*/
}

body {
    background-color: #131415;
}

.page-section {
}

.page-section-content {
    background: #fff none repeat scroll 0 0;
}

.page-section-bg-borders {
    height: 94%;
    margin: 3% 2%;
    position: relative;
    width: 96%;
}

.top-left-border,
.bottom-right-border {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .top-left-border:before,
    .top-left-border:after,
    .bottom-right-border:before,
    .bottom-right-border:after {
        background-color: #cfa467;
        content: "";
        position: absolute;
        opacity: .1;
        filter: alpha(opacity=10);
    }

    .top-left-border:before {
        height: 100%;
        left: 15px;
        top: 0;
        width: 1px;
    }

    .top-left-border:after {
        height: 1px;
        left: 0;
        top: 14px;
        width: 100%;
    }

    .bottom-right-border:before {
        height: 100%;
        right: 15px;
        top: 0;
        width: 1px;
    }

    .bottom-right-border:after {
        height: 1px;
        left: 0;
        bottom: 14px;
        width: 100%;
    }

.fullheight-carousel,
.fullheight-carousel .carousel-inner,
.fullheight-carousel .item {
    height: 100%;
}

.right-side-content .page-section-bg {
    float: left;
}

.welcome-title.section-small-title span {
    color: #333;
    display: block;
}

.welcome-title.section-small-title {
    font-size: 85px;
    line-height: 75px;
}

.right-side-content .section-bg-title {
    left: auto;
    right: 90px;
}

.fullheight-carousel .carousel-indicators {
    bottom: 30px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 50px;
    width: auto;
    z-index: 99;
}

    .fullheight-carousel .carousel-indicators li,
    .gentle-line-indicators.carousel-indicators li {
        background: none;
        border: medium none;
        display: block;
        float: left;
        margin: 0 0 0 10px;
        width: 30px;
        height: auto;
        padding: 15px 0;
    }

        .fullheight-carousel .carousel-indicators li span,
        .gentle-line-indicators.carousel-indicators li span {
            background: #333333 none repeat scroll 0 0;
            display: block;
            height: 2px;
            width: 100%;
        }

        .fullheight-carousel .carousel-indicators li.active,
        .gentle-line-indicators.carousel-indicators li.active {
            width: 60px;
        }

            .fullheight-carousel .carousel-indicators li.active span,
            .gentle-line-indicators.carousel-indicators li.active span {
                background-color: #e3c498;
            }

.fullheight-carousel .carousel-inner .item,
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.fullheight-carousel .carousel-inner .item,
.fullheight-carousel .carousel-inner .active.left,
.fullheight-carousel .carousel-inner .active.right,
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.fullheight-carousel .carousel-inner .active,
.fullheight-carousel .carousel-inner .next.left,
.fullheight-carousel .carousel-inner .prev.right,
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

    .fullheight-carousel .carousel-inner .next,
    .fullheight-carousel .carousel-inner .prev,
    .fullheight-carousel .carousel-inner .active.left,
    .fullheight-carousel .carousel-inner .active.right,
    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.fullheight-carousel .carousel-control,
.carousel-fade .carousel-control {
    z-index: 2;
}

.single-skill {
    color: #999;
    font-family: Open Sans;
}

    .single-skill .progress {
        background: #333333 none repeat scroll 0 0;
        border-radius: 0;
        box-shadow: 0 0 0;
        height: 5px;
        overflow: visible;
        position: relative;
    }

.skill-value {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -25px;
}

.single-skill p {
    margin: 0;
}

.single-skill .progress-bar {
    background: #e3c498 none repeat scroll 0 0;
}

.page-section-bg-table {
    display: table;
    height: 100%;
    left: 0;
    padding: 70px 100px;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-section-bg-tablecell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.page-section-bg-title h1 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    padding: 50px 0;
    text-transform: uppercase;
    position: relative;
    text-shadow: 2px 2px 4px #000000;
}

.page-section-bg-title {
    position: relative;
}

    .page-section-bg-title:after,
    .page-section-bg-title:before,
    .page-section-bg-title h1:after,
    .page-section-bg-title h1:before {
        content: "";
        height: 40%;
        position: absolute;
        width: 30%;
        opacity: .1;
        filter: alpha(opacity=10);
    }

    .page-section-bg-title:after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        right: 0;
        bottom: 0;
    }

    .page-section-bg-title:before {
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        left: 0;
        top: 0;
    }

    .page-section-bg-title h1:after {
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        right: 0;
        top: 0;
    }

    .page-section-bg-title h1:before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        left: 0;
        bottom: 0;
    }

.resume-field {
    border: 1px solid #ededed;
    color: #f7ac34;
    font-size: 16px;
    font-weight: 700;
    list-style: outside none none;
    margin: 0 0 0 -51px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

    .resume-field li {
        border-bottom: 1px solid #ededed;
        line-height: 50px;
    }

        .resume-field li:last-child {
            border: medium none;
        }

    .resume-field span {
        border-left: 1px solid #ededed;
        color: #333;
        display: block;
        float: right;
        width: 50%;
    }

.page-section-bg-biyografi {
    background-image: url(img/biyografi-bg.jpg);
}

.page-section-bg-dizi {
    background-image: url(img/dizi-bg.jpg);
}

.page-section-bg-sinema {
    background-image: url(img/sinema-bg.jpg);
}

.page-section-bg-tvprogrami {
    background-image: url(img/tvprogrami-bg.jpg);
}

.page-section-bg-galeri {
    background-image: url(img/galeri-bg.jpg);
}

.page-section-bg-ajandaprojeler {
    background-image: url(img/ajandaveprojeler-bg.jpg);
}

.page-section-bg-iletisim {
    background-image: url(img/iletisim-bg.jpg);
}


.service-items {
    color: #999999;
    font-weight: 300;
    list-style: outside none none;
    margin: 0 -51px 0 0;
    padding: 0;
}

    .service-items li {
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        float: left;
        font-size: 14px;
        line-height: 22px;
        padding: 20px 20px 20px 75px;
        position: relative;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 50%;
    }

.service-items {
    border-top: 1px solid #f1f1f1;
}

.right-side-content .service-items {
    margin-left: -51px;
    margin-right: 0;
}

    .right-side-content .service-items li {
        border-left: 1px solid transparent;
        border-right: 1px solid #f1f1f1;
    }

.service-items h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-items li i.el.box-icon {
    color: #f7ac34;
    font-size: 30px;
    left: 20px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.service-items li:hover {
    box-shadow: 0 0 15px #ccc;
}

.service-items li p:last-child {
    margin: 0;
}

.box-style-2.service-items li i.el.box-icon {
    color: #666;
}

.year-text {
    font-family: Open Sans;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.yellow-text {
    color: #f7ac34;
    font-weight: 500;
}

.gentle-primary-btn {
    background: #32c183 none repeat scroll 0 0;
    border-bottom: 2px solid #29a870;
    color: #fff;
    display: inline-block;
    font-family: Open Sans;
    padding: 8px 30px;
    text-transform: uppercase;
}

    .gentle-primary-btn i.el {
        padding-right: 5px;
    }

.download-cv {
    clear: both;
    padding-top: 40px;
}

.fullheight-carousel .carousel-indicators.left-indicators {
    left: 50px;
    right: auto;
}

    .fullheight-carousel .carousel-indicators.left-indicators li {
        margin-left: 0;
        margin-right: 10px;
    }

.single-speech-item {
    border: 1px solid #f1f1f1;
    margin-left: 50px;
    margin-top: 50px;
    padding: 30px 30px 30px 60px;
    position: relative;
}

.speech-avatar {
    border: 3px solid #f5ab42;
    border-radius: 50%;
    height: 100px;
    left: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
}

.speech-inner-content {
    font-style: italic;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 10px;
}

.single-speech-item h4 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.carousel-indicators.gentle-line-indicators {
    bottom: 0;
    left: auto;
    margin: 0;
    position: relative;
    text-align: right;
    width: 100%;
}

.speech-inner-content p:last-child {
    margin: 0;
}

.speches-carousel-bottom {
    margin-top: 50px;
    float: right;
}

.gengle-contact-form input[type="text"],
.gengle-contact-form input[type="email"],
.gengle-contact-form input[type="tel"],
.gengle-contact-form textarea {
    border: 1px solid #eeeeee;
    padding: 8px 11px 8px 45px;
    width: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.gengle-contact-form .has-error input[type="text"],
.gengle-contact-form .has-error input[type="email"],
.gengle-contact-form .has-error input[type="tel"],
.gengle-contact-form .has-error textarea {
    border-color: #A94465;
}

.gengle-contact-form input[type="text"]:focus,
.gengle-contact-form input[type="email"]:focus,
.gengle-contact-form input[type="tel"]:focus,
.gengle-contact-form textarea:focus {
    border-color: #e3c498;
    box-shadow: 0 0 0;
    outline: inherit;
}

.gengle-contact-form textarea {
    height: 100px;
}

.gengle-contact-form button[type="submit"] {
    background: #32c183 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: Open Sans;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
}

    .gengle-contact-form button[type="submit"] i.el {
        padding-right: 5px;
    }

.gengle-contact-form {
    font-family: Open Sans;
    font-weight: 400;
}

.bottom-contact-info {
    color: #afafaf;
    font-family: Open Sans;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    padding-top: 110px;
    padding-bottom: 20px;
}

    .bottom-contact-info ul {
        list-style: outside none none;
        margin: 0 0 0 -50px;
        padding: 0;
    }

        .bottom-contact-info ul li {
            display: inline-block;
            margin-left: 50px;
        }

.gengle-contact-form p {
    position: relative;
}

.input-name-icon:before,
.input-email-icon:before,
.input-phone-icon:before,
.input-subject-icon:before,
.input-message-icon:before,
.input-security-icon:before {
    border-right: 1px solid #eeeeee;
    font-family: "Elusive-Icons";
    height: 28px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 35px;
}

.input-name-icon:before {
    content: "\f21b";
}

.input-email-icon:before {
    content: "\f14b";
}

.input-phone-icon:before {
    content: "\f1be";
}

.input-subject-icon:before {
    content: "\f148";
}

.input-message-icon:before {
    content: "\f120";
}

.input-security-icon:before {
    content: "\f1a2";
}

.portfolio-list {
    margin-left: -1%;
    overflow: hidden;
}

.single-portfolio-item {
    display: block;
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
    width: 32%;
}

    .single-portfolio-item img {
        width: 100%;
    }

.scrolling-area {
    overflow-y: scroll;
    height: 200px;
}

.portfolio-list {
    padding-bottom: 65px;
}

#next {
    bottom: 0;
    color: #c3c3c3;
    font-size: 15px;
    font-weight: 400;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

    #next:hover {
        text-decoration: none;
    }

    #next i.el {
        display: block;
        margin-bottom: 5px;
    }

#infscr-loading {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

    #infscr-loading img {
        display: none;
    }

.single-portfolio-item:hover:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    width: 100%;
}

.single-portfolio-item:hover:after {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.single-portfolio-item:after {
    color: #f7ac34;
    font-size: 22px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 30px;
    content: "";
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url("img/plus.png") no-repeat scroll center;
}

.gengle-contact-form .help-block {
    font-size: 12px;
}

.next-section-link {
    bottom: 0;
    color: #7b7b7b;
    display: block;
    left: 50%;
    padding: 16px 30px;
    position: absolute;
    text-transform: uppercase;
}

    .next-section-link i.el {
        padding-left: 10px;
    }

    .next-section-link:hover,
    .next-section-link:focus {
        color: #666;
        text-decoration: none;
        outline: 0px solid;
    }

.page-section-content .next-section-link {
    left: auto;
    right: 15px;
}

.next-section-link.left-next-page-link {
    margin-left: -170px;
    text-align: center;
    width: 170px;
}

.page-section-content .next-section-link.left-next-page-link {
    left: 0;
    margin: 0;
    right: auto;
    width: auto;
}


.social-profiles-top {
    font-size: 35px;
    text-align: center;
    top: 0px;
    right: 20px;
    position: absolute;
}

    .social-profiles-top a {
        background-color: transparent;
        /*border-right: 1px solid #ededed;
        border-top: 1px solid #ededed;*/
        color: #333;
        display: block;
        float: right;
        height: 63px;
        padding-top: 15px;
        text-align: center;
        width: 69px;
    }

        .social-profiles-top a:first-child {
            /*border-left: 1px solid #ededed;*/
        }

        .social-profiles-top a:hover {
            background-color: #e3c498;
            border-color: #e3c498;
            color: #fff;
        }