﻿/*#region GENERAL CUSTOM CSS*/
body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    background: #fff;
    font-weight: 300;
    color: #333333
}

fieldset {
    border: 1px solid #333;
    margin-top: 15px
}

legend {
    border-bottom: none;
    color: #333;
    text-align: center;
    font-size: 18px;
    width: 80%
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #FFFF;
    font-weight: 700
}

.navbar-toggle {
    margin-right: 30px;
}

.title {
    background: #f5f5f5
}

.title p, h4, h1, ol {
    margin: 10px 27px
}

.title.bg {
    background: none;
    border-bottom: 1px solid #F5F5F5;
    margin-top: 35px
}

.title.bg p, h1 {
    margin: 10px -3px
}

.title.bg i {
    margin: 13px 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-fluid.ico {
    width: 32px
}

.img-fluid.shadow {
    border: 10px solid #f5f5f56e;
    box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    max-width: 100%;
    width: 330px;
    height: auto;
}

.breadcrumb {
    padding: 0;
    margin: 10px 27px
}

.breadcrumb a {
    text-decoration: none;
    color: #333
}

.breadcrumb > li + li:before {
    content: "\203A"
}

.navbar-default {
    background-color: #FFFF;
    border-color: #FFFF
}

.navbar-default img {
    height: 50px
}

.navbar {
    border-radius: 0
}

.pagination .page-numbers {
    padding: 10px 16px 10px 16px;
    border-radius: 20px;
    background: #f5f5f5;
    font-weight: 700;
    color: #333;
}

.pagination .page-numbers:hover {
    background: #309dff;
    color: #fff;
    text-decoration: none;
}

.pagination .current {
    background: #309dff;
    color: #fff;
    padding: 10px 17px 10px 17px;
    border: none;
}

.next.page-numbers {
    background: #fff;
}

.next.page-numbers:hover, .next.page-numbers:active {
    background: #fff;
    color: #333;
}

.prev.page-numbers:hover, .prev.page-numbers:active {
    background: #fff;
    color: #333;
}

.footer-line {
    height: 3px;
    border: 1px;
    background: #309dff
}


#main_page .footer-line {
    margin-top: 0;
}

footer nav ul li a {
    color: #333;
    line-height : 35px !important;
}

footer nav ul li a:hover {
    color: #309DFF;
    text-decoration: none
}

/*#endregion*/

/*#region MAINPAGE*/

#hero {
    background: url(/wp-content/themes/konusarakogren/assets/img/gri-zemin.png);
    min-height: 500px;
    position: relative;
    display: table;
    width: 100%;
    padding: 7% 0%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility
}

.headerlead {
    font-size: 40px;
    font-weight: 700;
    color: #309DFF
}

.textlead {
    font-size: 20px
}

#hero button {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 9px 11px 7px 15px;
    color: #000000;
    font-size: 16px;
    border: 1px solid #C5C5C5;
    height: 45px;
    width: 100% !important;
    border-radius: 25px;
    border-color: #fff !important;
    background-color: #fff !important
}

#hero button:active, #hero button:hover, #hero button:link, #hero button:visited {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 9px 11px 7px 15px;
    color: #333 !important;
    font-size: 16px;
    border: 1px solid #309dff;
    height: 45px;
    border-radius: 25px;
    background-color: #fff !important;
    font-weight: 600;
}

#hero .bootstrap-select .filter-option {
    opacity: .5
}

#hero .dropdown-menu>li>a{
    color: #000000 !important;
}

.searchBtn {
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    padding: 0 15px;
    background-color: #309dff !important;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    border-radius: 25px !important;
    border: 0;
    border-color: transparent !important
}

.searchBtn:hover, .searchBtn:visited, .searchBtn:link, .searchBtn:active, .searchBtn:focus {
    background-color: #309DFF !important
}

.dropdown-menu.open {
    left: 3px
}

/*#endregion*/

/*#region SEARCH PAGE COURSE LIST*/

#main_title p, ol {
    font-size: 14px
}

#course_list_title p {
    font-size: 14px
}

#course_list_title h1 {
    font-size: 18px
}

#course_list_title .add-course-btn {
    padding: 0 15px;
    background-color: #309dff;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    border-radius: 25px;
    border: 0;
    width: 190px;
    margin: 11px;
    float: right;
}

#course_list_section .container {
    margin-top: 20px
}

#course_list_section p {
    padding: 10px
}

#course_list_section .title-link {
    text-decoration: none;
    color: #333333;
	font-size:16px;
}

.english-courses-link{
	margin-bottom:15px;
}

.title-h2{
	padding:10px;
}

.course-detail {
    line-height: 30px;
}

.course-detail .course-detail-btn {
    padding: 7px 19px;
    background-color: #f16c00;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    border-radius: 25px;
    border: 0;
    width: 190px;
    text-decoration: none;
    float: right;
}

#course_list_section a.lightbox {
    text-decoration: none;
    color: #333;
}

#comment_section fieldset {
    margin-bottom: 15px;
}

#city_info_section .row {
    margin-top: 15px;
}

#city_info_section ul {
    list-style-type: none;
    padding-left: 20px;
}

#city_info_section ul.dashed > li:before {
    content: "-";
    text-indent: -5px
}

#city_info_section legend {
    font-size: 17px
}

#city_district_list_title {
    margin-bottom: 20px;
}

#city_district_list_section a {
    text-decoration: none;
    color: #333;
}

#city_district_list_section a:hover {
    border-bottom: 1px solid #f16c00;
}

#city_district_list_section ul {
    list-style-type: none;
    display: block;
}

#city_district_list_section li {
    display: inline;
    padding: 5px;
}

#city_district_list_section li:before {
    content: "♦"; /* Insert content that looks like bullets */
    color: #309DFF;
}

.sloganText {
    position: absolute;
    margin-top: 75px;
    color: #fff;
    line-height: 35px;
}

.sloganText .slide_title {
    font-weight: 600;
    font-size: 30px;
}

#form_section {
    margin-top: 5px;
    margin-bottom: 20px;
}

/*#endregion*/

/*#region COURSE DETAIL PAGE*/
#course_info_section article {
    margin-left: 15px;
}

#course_detail_section .col-md-8 {
    top: 25px
}

#course_detail_section .img-fluid.shadow {
    margin-top: 15px;
}

#course_detail_title h1 {
    font-size: 16px
}

#course_info_title {
    margin-bottom: 20px;
}

#course_properties_section {
    margin-top: 15px;
    margin-bottom: 35px;
}

#form_section .title.bg {
    border-top: 1px solid #F5F5F5
}

#comment_form {
    margin: 25px
}

#comment_form .inputPassive {
    padding: 0 15px;
    color: #C5C5C5;
    border: 1px solid #C5C5C5;
    height: 45px;
    border-radius: 6px;
    width: 50%
}

#comment_form .course-detail-btn {
    padding: 0 15px;
    background-color: #f16c00;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    border-radius: 25px;
    border: 0;
    width: 190px
}

#comment_form #add_comment {
    resize: none
}

#add_course_form .inputPassive {
    padding: 0 15px;
    color: #C5C5C5;
    border: 1px solid #C5C5C5;
    height: 45px;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 4px 10px -9px #6a6f74;
}

#add_course_form .course-detail-btn {
    padding: 0 15px;
    background-color: #f16c00;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    border-radius: 25px;
    border: 0;
    width: 190px;
}

#add_course_form textarea {
    resize: none;
    width: 100%;
    box-shadow: 0 4px 10px -9px #6a6f74;
}

#add_course_form .bootstrap-select .dropdown-toggle .filter-option {
    box-shadow: 0 7px 4px -8px #33333391;
}

#add_course_form .btn-default:hover {
    background: #f5f5f566;
}

#add_course_form fieldset {
    border-top: 1px solid #f16c0045;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

#add_course_form legend {
    width: 20% !important;
}

.modal-header {
    box-shadow: 0 4px 10px -9px #6a6f74;
}

.tz-gallery {
    padding: 40px
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: .2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border: 10px solid #f5f5f56e;
    box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3)
}

.tz-gallery img {
    border-radius: 4px
}

.baguetteBox-button {
    background-color: transparent !important
}

#baguetteBox-overlay .full-image img {
    width: 700px;
    height: auto;
}

.ugb-video-popup {
    position: relative;
    width: 40%;
    max-width: 100%;
    height: 362px;
    transition: all 400ms;
    border-radius: 8px;
    border: 1px solid #ddd0;
    padding: 5px
}

.ugb-video-popup:hover {
    box-shadow: 0 110px 150px -50px rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.ugb-video-popup .ugb-video-preview, .ugb-video-popup a, .ugb-video-popup .ugb-play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ugb-video-popup .ugb-video-preview {
    background-size: cover;
    background-position: center;
    opacity: .5;
    transition: all .3s ease-in-out;
    z-index: 1;
    object-fit: fill;
    width: 100%;
    height: 362px;
    border-radius: 8px;
    border: 1px solid #ddd0;
    padding: 5px
}

.ugb-video-popup:hover .ugb-video-preview {
    opacity: .5
}

.ugb-video-popup .ugb-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.ugb-video-popup a {
    z-index: 3;
    box-shadow: none !important;
    background: transparent !important;
    display: block !important
}

.ugb-video-popup .ugb-play-button {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px
}

.ugb-video-popup svg {
    fill: #fff !important
}

.margin-left-10{
	margin-left:10px !important;
}

#student_comment_section blockquote strong {
    color: #309dff
}

#student_comment_section .testimonials {
    margin-top: 15px
}

#student_comment_section .testimonials h3 {
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700
}

#student_comment_section .testimonials ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left
}

#student_comment_section .testimonials ul li > p {
    margin-bottom: 30px
}

#student_comment_section .testimonials ul li > p i {
    padding: 10px
}

#student_comment_section .testimonials ul li img {
    width: 80px;
    margin: 20px auto
}

#student_comment_section .testimonials ul h4 {
    font-size: 14px;
    text-transform: capitalize
}

.error-template {
    padding: 40px 15px;
    text-align: center
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px
}

.error-actions .btn {
    margin-right: 10px
}
 /*Slider Css*/

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.slick-dots li.slick-active button {
    background-color: black;
}
.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.slick-dots li :hover {
    background-color: black;
}

.slick-slide {
height : 25%;
}

/* Custom Arrow */
#course_gallery_section .prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
}
#course_gallery_section.prev :hover {
    cursor: pointer;
    color: black;
}

#course_gallery_section .next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}
#course_gallery_section .next :hover {
    cursor: pointer;
    color: black;
}
/*#endregion*/

/*#region MEDIA SCREEN*/
@media only screen and (max-width: 1800px) {
    #hero {
        padding: 2% 0%;
    }
}

@media only screen and (max-width: 1400px) {
    #hero {
        padding: 13% 0%;
    }
}

@media only screen and (max-width: 1200px) {
    #main_title p, ol {
        font-size: 18px
    }

    #course_list_title p {
        font-size: 16px
    }

    #course_list_section p {
        font-size: 18px
    }

    #comment_title h4 {
        font-size: 18px
    }

    #city_info_title h4 {
        font-size: 18px
    }

    #course_detail_title p, h1 {
        font-size: 17px
    }

    #course_detail_section .col-md-8 {
        top: 8px
    }

    #hero {
        padding: 8% 0%
    }

    .ugb-video-popup {
        left: 66%;
        height: 305px;
        width: 35%;
        top: 20px;
    }

    .ugb-video-popup .ugb-video-preview {
        height: 305px
    }
}

@media only screen and (max-width: 979px) {
    #main_title p, ol {
        font-size: 18px
    }

    #course_list_title p {
        font-size: 15px
    }

    #course_list_section p {
        font-size: 18px
    }

    #comment_title h4 {
        font-size: 18px
    }

    #city_info_title h4 {
        font-size: 18px
    }

    #course_detail_title p, h1 {
        font-size: 17px
    }

    #hero {
        padding: 32% 0%;
    }

    .ugb-video-popup {
        height: 232px;
        width: 35%;
        top: 20px;
    }

    .ugb-video-popup .ugb-video-preview {
        height: 232px
    }

    .course-detail .course-detail-btn {
        padding: 10px 30px;
        width: 180px;
    }

    #add_course_form .inputPassive {
        width: 100%
    }

    #course_list_title .add-course-btn {
        float: inherit;
    }

    .sloganText {
        position: inherit;
        font-size: 26px;
        left: 30px;

    }

    .sloganText .slide_title {
        font-size: 35px;
    }

    .next {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #main_title p, ol {
        font-size: 14px
    }

    #course_list_title h4, h1 {
        font-size: 18px
    }

    #course_list_title p {
        font-size: 14px
    }

    #course_list_section p {
        font-size: 18px
    }

    #comment_title h4 {
        font-size: 18px
    }

    #city_info_title h4 {
        font-size: 18px
    }

    #course_detail_title p, h1 {
        font-size: 18px
    }

    #course_properties_section .col-md-2.col-sm-2 {
        margin: 10px
    }

    #hero {
        padding: 15% 0%;
    }

    #course_list_title .add-course-btn {
        margin-right: -90px;
        float: right;
    }

    #course_list_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    #course_detail_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    .ugb-video-popup {
        width: 95%;
        left: 3%;
    }

    .ugb-video-popup .ugb-video-preview {
        height: 230px
    }

    .ugb-video-popup .ugb-play-button {
        top: 25px;
    }

    .sloganText {
        position: inherit;
        font-size: 20px;
        left: 30px;

    }

    .sloganText .slide_title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 480px) {

    #course_list_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    #course_detail_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    #course_list_title .add-course-btn {
        margin-right: 30px;
        float: right;
    }

    #hero {
        padding: 15% 0%;
    }

    .headerlead {
        font-size: 30px
    }

    .textlead {
        font-size: 17px
    }

    .course-detail .course-detail-btn {
        width: 140px;
        float: inherit;
    }

    #course_list_title h4, h1 {
        font-size: 15px
    }

    #course_list_title p {
        font-size: 12px
    }

    #course_list_section p {
        text-align: center;
        margin: 5px;
        font-size: 14px
    }

    #comment_title h4 {
        font-size: 15px
    }

    #city_info_title h4 {
        font-size: 15px
    }

    #course_detail_title p, h1 {
        font-size: 14px
    }

    .title.bg i {
        margin: 0 -2px 0 0
    }

    #course_detail_title .col-md-3 {
        text-align: right;
        font-size: 14px
    }

    .title.bg p {
        margin: 10px -10px
    }

    #course_properties_section .col-md-2.col-sm-2 {
        margin: 10px
    }

    #comment_form .inputPassive {
        width: 100%
    }

    #comment_form .comment-btn {
        text-align: center
    }

    .img-fluid.ico {
        width: 20px;
    }

    .sloganText {
        position: inherit;
        font-size: 20px;
        left: 5px;
    }

    .sloganText .slide_title {
        font-size: 25px;
    }

    #city_district_list_section{
        margin-left: -30px;
    }
}

@media only screen and (max-width: 380px) {

    #course_list_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    #course_detail_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    #hero {
        padding: 14% 0%;
    }

    #course_list_title .add-course-btn {
        margin-right: 18px;
    }

    .ugb-video-popup {
        left: 5%;
        top: 10px;
        height: 250px;
        width: 91%
    }

    .ugb-video-popup .ugb-video-preview {
        height: 250px
    }

    .ugb-video-popup .ugb-play-button {
        top: 65px;
    }

    .sloganText {
        position: inherit;
        font-size: 18px;
        left: 1px;
    }

    .sloganText .slide_title {
        font-size: 23px;
    }

    #city_district_list_section{
        margin-left: -30px;
    }
}

@media only screen and (max-width: 320px) {
    #course_list_title h4, h1 {
        font-size: 15px
    }

    #course_list_title p {
        font-size: 12px
    }

    #course_list_section p {
        text-align: center;
        margin: 5px;
        font-size: 14px
    }

    #comment_title h4 {
        font-size: 15px
    }

    #city_info_title h4 {
        font-size: 15px
    }

    #course_detail_title p, h1 {
        font-size: 14px
    }

    .title.bg i {
        margin: 0 -2px 0 0
    }

    #course_detail_title .col-md-3 {
        text-align: right;
        font-size: 14px
    }

    .title.bg p {
        margin: 10px -10px
    }

    #course_properties_section .col-md-2.col-sm-2 {
        margin: 10px
    }

    #comment_form .inputPassive {
        width: 100%
    }

    #comment_form .comment-btn {
        text-align: center
    }

    .headerlead {
        font-size: 25px
    }

    .textlead {
        font-size: 15px
    }

    #hero {
        padding: 4% 0%;
    }

    .ugb-video-popup {
        left: 5%;
        top: 10px;
        height: 250px;
        width: 91%
    }

    .ugb-video-popup .ugb-video-preview {
        height: 250px
    }

    #add_course_form .inputPassive {
        width: 100%
    }

    .img-fluid {
        max-width: 80%;
    }

    #course_list_title .add-course-btn {
        margin-right: 0;
    }

    #course_list_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    #course_detail_section .course-detail .col-md-12 {
        margin-left: -15px;
    }

    .sloganText {
        position: inherit;
        font-size: 16px;
    }

    .sloganText .slide_title {
        font-size: 20px;
    }
}

/*#endregion*/