﻿/*
Lions Mavi
#00529c;

Lions Sarı
#ffcf01;
#ffd700??


 */

html, body, div{
    font-family: "Roboto",sans-serif;
    font-size: 13px;
}

.btnFormAction{
    width: 150px;
}
.btnDelete{
    //
}

.btnSave{
    //
}
/*@media (min-width: 1200px){*/
    /*.col-lg-12 {*/
        /*width: 80% !important;*/
    /*}*/
/*}*/

/*@media (max-width: 900px) {*/
    /*.col-lg-12 {*/
        /*width: 100% !important;*/
    /*}*/
/*}*/






.pdocrud-table-container .panel-title{
    display: none;
}

ul.pdocrud-export-options li a {
    font-size: 12px;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    padding-left: 20px;
}


/**
Tablo datasını (satırı) info görünümünde açtığıda sola dayalı olsun.
 */
#pdocrud-table-view\20 table-responsive > table > tbody > tr > td{
    text-align: left;
}


.main_menu .menu > li > a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 33px;
    text-transform: capitalize;
    padding: 35px 15px;
    color: #00529c;
}

.main_menu .menu > li > a:hover{
    text-decoration: none;
    /*color: #fbb122;*/
    color: #ffd700;
}


/*.main_menu .menu .sub_menu {*/
    /*display: none;*/
    /*position: absolute;*/
    /*min-width: 280px;*/
    /*background-color: #fff;*/
    /*border-top: 3px solid #ffd700;*/
    /*z-index: 999;*/
    /*padding: 10px 20px 0;*/
    /*box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);*/
/*}*/


.sub4_menu_sub{
    margin: 5px 0 0 10px;
}
.sub4_menu_sub > li{
    border-bottom: none !important;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
}
.sub4_menu_sub > li > a{
    padding-left: 20px;
}


.main_menu .menu .sub_menu li a {
    position: relative;
    padding-left: 10px;
}



@media only screen and (max-width : 1200px){
    .main_menu .menu .sub_menu li.wide {
        width: 80% !important;
    }

    #close {
        display: block !important;
        position: absolute;
        right: 15px;
        text-align: right;
        top: -30px;
        cursor: pointer;
        font-size: 2em;
        color: #ffcf01 !important;
    }

}
@media only screen and (max-width: 992px){
    .main_menu .menu .sub_menu li.wide {
        width: 80% !important;
    }
}
@media only screen and (max-width : 768px){
    .main_menu .menu .sub_menu li.wide {
        width: 100% !important;
    }

    /*.sub4_menu .img-block img {*/
        /*display: none;*/
    /*}*/
}
@media only screen and (max-width : 480px){
    .main_menu .menu .sub_menu li.wide {
        width: 100% !important;
    }
}



div.content-main div {
    margin-top: 20px;
}

span.error{
    color: red;
}

.categories ul{
    padding: 0;
    /*margin: 0;*/
    margin-left: 15px;
}
.categories ul li a{
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}
.categories ul li a:hover{
    color: #ffcf01;
    text-decoration: underline !important;
}





.block-content ul li a{
    padding: 10px 10px 10px 20px;
    display: block;
    border: 1px solid #EEEEEE;
    background: #F6F6F6;
    text-transform: none;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    font-family: "Roboto Slab",sans-serif;
    font-weight: 400;
    color: #000;
}
.block-content ul li{
    border: none;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: none !important;
}
.block-content ul li a:after{
    content: "\f178";
    position: absolute;
    top: 10px;
    left: -20px;
    font-family: "FontAwesome";
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #FBB122;
}
.block-content ul li a:hover:after{
    visibility: visible;
    opacity: 1;
    z-index: 10;
    left: 20px;
}
.block-content ul li a:hover{
    color: #FBB122;
    padding-left: 40px;
}


/* .select2  kutusundaki sol boşluk için. orjinali 6px 12px*/
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 6px 2px;
}


.stepy-titles li {
    color: #757575 !important;
    margin: 10px 10px !important;
    list-style: none !important;
}

.stepy-titles li.current-step div {
    color: #e2b3a4 !important;
    cursor: auto;
    background: #c74848cc !important;
     border-radius: 0 !important;
     -webkit-border-radius: 0 !important;;
    width: 150px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.stepy-titles li div {
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
    background: #c74848cc !important;
     border-radius: 0 !important;;
     -webkit-border-radius: 0 !important;;
    width: 150px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
}


.button-next, .button-back{
    /*display: none;*/
    margin-bottom: 20px !important;
    background-color: #9e7474cc !important;
    color: white !important;
}


.select2-container{
    /*width: 180px !important;*/
    width: 100% !important;
}


div.radio p{
    margin: 5px 0 0 5px;
}

div.radio label{
    padding-right:20px !important;
    /*width: 25%;*/
}


/*#content > div{*/
    /*padding: 150px 0 0 0 !important;*/
/*}*/

.radio{
    font-weight:400 !important;
    padding-top: 0 !important;
}

.img-preview{
    max-width: 100%;
    cursor: pointer;
}

.img-social{
    max-width: 20px;
}

.control-group{
    margin-top: 10px !important;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 15px;
    padding-left: 15px;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
    color: #777 ;
}

.bar{
    background: #000;
}

#overlay {
    background-color: #F0F0F0;
    /*    background-color: #413a38; */
    filter:alpha(opacity=80); /* IE */
    opacity: 0.8; /* Safari, Opera */
    -moz-opacity:0.80; /* FireFox */
    z-index: 20;
    background-repeat:no-repeat;
    background-position:center;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.overlay {
    /*    background-color: #F0F0F0; */
    background-color: #000;
    filter:alpha(opacity=80); /* IE */
    opacity: 0.8; /* Safari, Opera */
    -moz-opacity:0.80; /* FireFox */
    z-index: 9999;
    background-repeat:no-repeat;
    background-position:center;
    width: 100%;
    height: 200%;
    position:absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #f7f8e7;
}

.btn{
    /*margin-left: 20px ;*/
    margin-top: 5px;
}


.frmBackBtn{
    margin-left: 0px !important;
    background-color: #cfd1cf;
}

.mapDisplayForm {
    height: 400px;
    width: 100%;
    background-color: grey;
}


span.info{
    font-style: italic;
    color: gray;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
}

div.txtInfo{
    padding-top: 10px;
    padding-left: 0 !important;
    color: #2a62bc;
    font-style: italic;
}

#lnu_password{
    margin-bottom: 5px;
}

ul.error-list {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ul.error-list li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.btn-add{
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    background-color: #2B72D5;
    border-color: #2B72D5;
    color: white;
    font-size: 1.2em !important;
}



#quote {
    position: relative;
    background-image: url(/img/ataturk_quote_back.png);
    width: 641px;
    height: 141px;
}

#quoteInner {
    text-align: center;
    top: 30px;
    position: absolute;
    margin: 0 auto;
    width: 500px;
    font-style: italic;
    left: 111px;
    font: 400 27px/0.8 'Great Vibes', Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    line-height: 30px;
}




#sync10 .item {
    height: 500px;
    background-size: cover;
    background-position: center top;
}

#main #sync10 .item .text_zz {
    position: absolute;
    top: 10%;
    padding: 10px;
    background: rgba(0, 0, 0, .6);
}

#main #sync10 .item .text_zz h3 {
    font-family: roboto slab;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    padding-bottom: 30px;
    position: relative;
    font-weight: 300;
}



#quote {
    position: relative;
    background-image: url(../images/ataturk_quote_back.png);
    width: 641px;
    height: 141px;
}


#quoteInner {
    text-align: center;
    top: 30px;
    position: absolute;
    margin: 0 auto;
    width: 500px;
    font-style: italic;
    left: 111px;
    font: 400 27px/0.8 'Great Vibes', Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    line-height: 30px;
}


.center{
    text-align: center;
}


.img-1{
    padding-top: 10px;
    width: 50% !important;
    margin: auto;

}

.campaigns{
    background-color: #eff1f2;
    padding-bottom: 0px !important;
    padding-top: 70px;
}


.displayTable {

    cellpadding: 10px !important;
}

.form-group.required .control-label:after {
    content:"\ *";
    color:red;
}


.list_posts {
    padding-top: 80px !important;
}

.list-comment h2 span{
    font-size: 20px;
    color: red;
}

.comment_item{
    height: 110px;
    margin-top: 20px !important;
}

.page_detail .list_posts .main-content .main-content-inner .cmp_detail .comment  .content_cmt .cmt-content {
    padding-left: 140px;
}

.image-cropper {
    overflow: hidden;

    width: 100px;
    height: 100px;
    float: left;
    padding: 4px;
    border: 1px solid #c5c5c7;
    border-radius: 30%;
    position: relative;

    margin-right: 25px;

}

img {
    display: inline;
    margin: 0 auto;
    /*height: 100%;*/
    width: auto;
}

#personal_news_comments{
    padding-top: 30px;
}
.pager a{
    cursor: pointer;
}

.btn_post a{
    cursor: pointer;
}

#deleteMyComment{
    color: red;
}

.page_detail .list_posts .main-content .main-content-inner .cmp_detail .form_comment .cmt_text textarea {
    width: 100%;
    border: 1px solid;
    height: 200px;
}

.md-h2{
    font-size: 40px;
}

#users_comment{
    border:solid 1px #ccc;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}


/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}


/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/

.frmButtons{
    display: flow-root;
    margin-bottom: 30px;
    margin-top: -10px;
}

.small-box>.inner {
    height: 150px !important;
}

.small-box h3, .small-box p {
    height: 80px !important;
}


.small-box h3 {
    font-size: 58px !important;
}


.main_menu{
    padding: 0;

}

.main_menu.left{
    padding: 0;
    padding-left: 0px;
    width: 45%;

}

.main_menu.right{
    padding: 0;
    padding-left: 0px;
    width: 45%;
    float: right;
}



.header .logo{
    padding: 0;
    width: 10%;
    min-width: 10%;
    float: left;
    text-align: center;
}

.header .logo img {
    width: 100px;
}


section div.pad-bottom{
    padding-bottom: 30px;
    /*padding-top: 30px;*/
}


.container {
    width: 100% !important;
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.home .content h2 {
    font-weight: normal;
    font-weight: 300;
    font-size: 30px;
}
@media (min-width: 64em) {
    /* line 50, ../sass/layout/_content.scss */
    .home .content h2 {
        font-size: 25px;
        line-height: 50px;
        /* width: 100% !important; */
        /*min-width: 64em;*/
    }
}


table.banner{
    width: 285px;
    margin:auto;
}

table.banner, table.banner tbody, table.banner tr, table.banner td{
    border: none;
    font-size: 20px;
}

table.banner td:first-child{
    width: 85px;
}


/*.content h1.featured-heading, .content h1.mobile-heading, .content h1.desktop-heading, .content h2.featured-heading, .content h2.mobile-heading, .content h2.desktop-heading, .content h3.featured-heading, .content h3.mobile-heading, .content h3.desktop-heading, .content h4.featured-heading, .content h4.mobile-heading, .content h4.desktop-heading, .content h5.featured-heading, .content h5.mobile-heading, .content h5.desktop-heading, .content h6.featured-heading, .content h6.mobile-heading, .content h6.desktop-heading {*/
    /*padding: 0.25em 22px;*/
/*}*/
/*@media (min-width: 48em) {*/
    /*!* line 14, ../sass/layout/_content.scss *!*/
    /*.content h1.featured-heading, .content h1.mobile-heading, .content h1.desktop-heading, .content h2.featured-heading, .content h2.mobile-heading, .content h2.desktop-heading, .content h3.featured-heading, .content h3.mobile-heading, .content h3.desktop-heading, .content h4.featured-heading, .content h4.mobile-heading, .content h4.desktop-heading, .content h5.featured-heading, .content h5.mobile-heading, .content h5.desktop-heading, .content h6.featured-heading, .content h6.mobile-heading, .content h6.desktop-heading {*/
        /*padding: 0.4em 22px 0.5em;*/
        /*color: white;*/
        /*font-size: 26px;*/
        /*margin: 0;*/
        /*background-color: transparent;*/
    /*}*/

    /*.content h1.featured-heading .boldbg{*/
        /*background-color: #292929 !important;*/
    /*}*/
/*}*/




/*.content a {*/
    /*font-size: 15px;*/
/*}*/
/*@media (min-width: 64em) {*/
    /*!* line 125, ../sass/layout/_content.scss *!*/
    /*.content a {*/
        /*font-size: 28px;*/
    /*}*/
/*}*/


footer input.form-control{
    margin-bottom:10px;
}
ul.social-media-links{
    width: 100%;
}
ul.social-media-links li{
    width: 20%;
    margin: auto;
}

.global-footer .social-media-links li {
    float: right;
}

.global-footer .social-media-links li img{
    margin: auto;
}

.slider-image{
    float: left;
    max-width:30% !important;
    max-height: 200px;
}

.slider-content{
    float: left;
    max-width:60% !important;
    padding: 5px;
}

.slider-bottom{
    /*position: absolute;*/
    margin-top: 250px;
}

#slideHaberler {
    font-size: 15px;
    max-height: 290px;
    text-align: center;
}

#slideHaberler img{
    max-height: 200px;
}

#slideHaberler h3.baslik{
    color: #ff0000;
}


#desktop-header > nav > div > ul > li > ul {
    min-height: 100px;
}

/*.pdo-search-cols, .pdo-table-search  {*/
    /*display: none;*/
/*}*/

.calendarFilter{
    padding-top: 5px;
    height: 50px;
}

.m_settings_cell{
    line-height: 30px;
}

.slick-slide h3{
    margin-top: 10px;
}



.slick-dots li button:before {
    font-size: 36px !important;
}


.calendar ol{
    margin: 0;
    padding: 0;
}

ol.week li{
    text-align: right !important;
}

ol.days, ol.week{
    margin-left: -12px;
}

ol.days li{
    padding-right: 5px;
}

.calendar .calendar-views .hasEvent {
    color: #1c2529;
    background: #ffcf03 !important;
    text-decoration: underline;
    -webkit-border-radius: 90% !important;
    -moz-border-radius: 90% !important;
    border-radius: 90% !important;
}

.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-group{
    text-align: justify;
    text-justify: inter-word;
}

.mobile-header{
    position: fixed;
    z-index: 999;
    background-color: white;
    width: 100%;
}

span.loading{
    width: 100%;
    text-align: center;
    color: gray;
}

.textCenter{
    text-align: center;
}

.textLeft{
    text-align: left;
}


.slick-slide, #events_list{
    text-align: justify;
    text-justify: inter-word;
}


#events_list .club_name{
    /*color: red;*/
    font-weight: bold;
}

.selectDescription{
    font-style: italic;
}

.btnDeleteProfile{
    color: red;
    float: left !important;
}

.bx-wrapper {
    border: none !important;
}

.event-image{
    background-size:cover;
    background-repeat:no-repeat;
    height: 30px;
}

