/* Designer Page Management */
/**, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
.page_designer_background {
    background-color: #262626;
    width: 100%;
/*    min-width: 1170px;*/
    height: 950px;
    display: none;
    position: absolute;
    z-index: 300;
}


.designer_page_bottom {
    width: 100%;
    height: auto;
    display: inline-block;
    min-width: 1170px;
}



#designer_options {
    margin-top: 40px;
    width: 1170px;
}
.close_btn {
    width: 57px;
    height: 57px;
    background-color: #333333;
    display: inline-block;
    float: right;
    color: #FFF;
    border-radius: 49px;
    text-decoration: none;
    margin-top: 30px;
    text-align: center;
    background-image: url('../img/close-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.close_btn:hover {
    background-color: #f8c11f;
    color: #333;
    -webkit-transform: scale(.9);
}
#designer_options ul {
    list-style: none;
    list-style-type: none;
    width: 100%;
    height: 65px;
    border-bottom: 2px solid #333333;
}
#designer_options li a {
    font-size: 16px;
    font-weight: 400;
    color: #bdbdbd;
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    float: left;
    border-top: 1px solid #2a2a2a;
    border-left: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #262626;
}
#designer_options li a.selectedtab {
    color: #FFF;
    border-left: 2px solid #333333 !important;
    border-right: 2px solid #333333 !important;
    border-top: 2px solid #333333 !important;
    border-bottom: 2px solid #262626 !important;
}
#designer_options_content {
    display: block;
    padding: 0;
    margin: 0;
}
.designer_options_content_block {
    display: inline-block;
    padding: 0;
    border-bottom: 2px solid #333333;
}
.hidden {
    display: none;
}
.show {
    display: inline-block !important;
}
.do_column {
    width: 380px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
        -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.do_column_big {
    width: 760px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.do_row {
    height: 53px;
    width: 100%;
    display: block;
 
}
.ml_30 {
    margin-left: 30px;
}
.mb_10 {
    margin-bottom: 10px;
}
.br_2 {
    border-right: 2px solid #2f2f2f;
}
.w_250 {
    width: 250px;
}
.w_110 {
    width: 110px;
}

.w_100 {
    width: 100px;
}
.w_80 {
    width: 80px;
}



.w_203 {
    width: 203px;
}
.w_144 {
    width: 144px;
}


.w_210 {
    width: 210px;
}


.w_96 {
    width: 96px;
}
.w_210 {
    width: 210px;
}

.w_230 {
    width: 230px;
}



.mt_13 {
    padding-top: 13px;
}
.pl_28 {
    padding-left: 28px;
}
.do_label_small {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    width: 100px;
    float: left;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
}

.do_label_middle {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    width: 120px;
    float: left;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
}
.do_label_middle_size {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    width: 68px;
    float: left;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
}

.do_label_small_new {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    width: 135px;
    float: left;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
}


.do_label_big {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    width: 140px;
    float: left;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
}
.do_input {
    height: 53px;
    border-radius: 5px;
    background-color: #292929;
    border: 3px solid #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    outline: none;
    padding-left: 15px;
}
.do_input_size {
    height: 53px;
    border-radius: 5px;
    background-color: #292929;
    border: 3px solid #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    outline: none;
    padding-left: 15px;
}
.label_row {
    position: absolute;
    z-index: 43;
    margin-top: -20px;
    font-size: 13px;
    color: #515151 !important;
    display: inline-block;
}
.label_normal {
    float: left;
    width: 203px;
    text-align: center;
    margin-left: 100px;
}
.label_hover {
    margin-left: 23px;
    float: left;
    width: 203px;
    text-align: center;
}
.label_active {
    margin-left: 23px;
    float: left;
    width: 203px;
    text-align: center;
}
input[type=checkbox]:before {
    content:"";
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align:middle;
    background-color: #292929;
    border-radius: 4px;
    border: 3px solid #2f2f2f;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox]:checked:before {
    border-radius: 4px;
    content:"\2714";
    /* Tick */
    color:white;
    background-color: #292929;
    text-align:center;
    line-height:15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ml50 {
   margin-left: 50px;
}

.do_cross {

    color: #666;
    font-size: 14px;
     font-weight: 600;
   width: 23px;
   display: inline-block;
   text-align: center;

}
.do_cross_size {

    color: #666;
    font-size: 14px;
     font-weight: 600;
   width: 13px;
   display: inline-block;
   text-align: center;

}


.header_white {
    background-color: #262626;
    height: 121px;
    overflow: hidden;
}
.edge_slider_logo_white {
    background-image: url('../../images/edge-slider-logo-white.png');
    background-repeat: no-repeat;
    width: 246px;
    height: 59px;
    margin-top: 31px;
    float: left;
}
.page_designer {
    width: 100%;
    height: 100%;
    display: inline-block;

}

.do_preferences_icon {
    width: 21px;
    height: 21px;
    background-image: url('../img/do-options-icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    margin-right: 10px;
}
.do_transitions_icon {
    width: 24px;
    height: 21px;
    background-image: url('../img/do-options-icon.png');
    background-repeat: no-repeat;
    background-position: -21px 0;
    margin-right: 10px;
    float: left;

}
.do_pager_icon {
    width: 42px;
    height: 21px;
    margin-right: 10px;
    background-image: url('../img/do-options-icon.png');
    background-repeat: no-repeat;
    background-position: -45px 0;
    float: left;
}
.do_navigation_icon {
    width: 27px;
    height: 21px;
    margin-right: 10px;
    background-image: url('../img/do-options-icon.png');
    background-repeat: no-repeat;
    background-position: -87px 0;
    float: left;
}
.save_template_design_btn {
    background-color: #41b657;
     /*    background-color: #fcc100;*/
    
    color: #FFF;
    border-radius:35px;
    border: 0 none;
    font-weight:600;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: right;
    padding-right: 31px;
    padding-left: 31px;
    padding-top: 21px;
    padding-bottom: 21px;
    margin:0;
    margin-top: 30px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    display: inline-block;
    float: right;
 
}
.save_template_design_btn:hover {
    background-color: #41b657;
    color: #ffffff;

}

.blackout {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    z-index: 25;
}
.fixpage {
    overflow: hidden;
}











/** Buradan sonra fake slider **/
@font-face {
    font-family: 'edgeslider';
    src: url('../font/edgeslider.eot?92630285');
    src: url('../font/edgeslider.eot?92630285#iefix') format('embedded-opentype'), url('../font/edgeslider.woff?92630285') format('woff'), url('../font/edgeslider.ttf?92630285') format('truetype'), url('../font/edgeslider.svg?92630285#edgeslider') format('svg');
    font-weight: normal;
    font-style: normal;
}


.designer_slider_frame_title {
    color: #FFF;
    font-size: 58px;
    font-weight: 600;
    margin-top: 115px;
    margin-bottom: 0px;
    letter-spacing: -4px;
    width: 60%;
    text-align: center;
    display: inline-block;

}
.designer_slider_frame_subtitle {
    color: #FFF;
    font-size: 19px;
    font-weight: 300;
    line-height: 25px;
    max-width: 660px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: -.5px;
    width: 60%;

}


.fake-slider {
    overflow: hidden;
   /*G background-color: #000; eçici satır kaldırılacak */
/*    display: inline-block;*/
    position: relative;
margin: 0 auto;
}

.fake-slider > .container {
    height: 100%;
    position: absolute;

}
.fake-slider > .container > .slide-frame {
    display: inline-block;
    position: relative;
    text-align: center;
    float: left;
    font-size: 44px;
    color: #FFF;
    overflow: hidden; /* sadece download level için açık */


}

.fake-slider > .container > .slide-frame img {
position: absolute;
}



.fake-slider > .container > .slide-frame > .slide-wrapper {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}


.fake-slider > .bottom {
    position: absolute;
    width: 100%;
    text-align: center;
    align: center;
    bottom: 0px;
    z-index: 50;

}
.fake-slider > .bottom > .pagination {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    float: none;
    margin: 30px;


}
.fake-slider > .bottom > .pagination > ul {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;

}



.fake-slider > .bottom > .pagination > ul > li {

}


.fake-slider > .bottom > .pagination > ul > li.circle {
    vertical-align: top;
    list-style: none;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}

.fake-slider > .bottom > .pagination > ul > li.number {
    vertical-align: top;
    list-style: none;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}

.fake-slider > .bottom > .pagination > ul > li.name {
    vertical-align: top;
    list-style: none;
    display: inline-block;
    float: left;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
}

.fake-slider > .bottom > .pagination > ul > li.rectangle {
    vertical-align: top;
    list-style: none;
    display: inline-block;
    float: left;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
}




.fake-slider > .bottom > .pagination > ul > li > a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .4s ease;
}
.fake-slider > .bottom > .pagination > ul > li > a.circle {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
}
.fake-slider > .bottom > .pagination > ul > li > a.number {
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 10px;
    font-size: 14px;
}
.fake-slider > .bottom > .pagination > ul > li > a.name {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 20px;
}
.fake-slider > .bottom > .pagination > ul > li > a.rectangle {
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 3.5px;
    width: 14px;
    height: 7px;
}



.fake-slider > .bottom > .pagination > ul > li > a.circle:before {
    content: '\e802';
    font: 13px'edgeslider', Arial, sans-serif;
    padding: 1px;
}

.fake-slider > .bottom > .pagination > ul > li > a.number:before {
    /*for number start */
   /* for number end */
}
.fake-slider > .bottom > .pagination > ul > li > a.name:before {
    /*for name start */
   /* for name end */    
}
.fake-slider > .bottom > .pagination > ul > li > a.rectangle:before {
    /*for name start */
   /* for name end */    
}





.fake-slider > .bottom > .pagination > ul > li > a:hover:not(.selected) {
}

.fake-slider > .bottom > .pagination > ul > li > a.circle:hover:not(.selected) {
/*    color: #000;
    opacity: 1;*/
}
.fake-slider > .bottom > .pagination > ul > li > a.number:hover:not(.selected) {
  /*  color: #ff0fa4 !important;*/
/*    background-color: #0066ff !important;*/
}
.fake-slider > .bottom > .pagination > ul > li > a.name:hover:not(.selected) {
    /*color: #ff0fa4 !important;*/
/*    background-color: #0066ff !important;*/
}

.fake-slider > .bottom > .pagination > ul > li > a.rectangle:hover:not(.selected) {
/*    color: #FFF !important;
    background-color: #FFF !important;*/
  /*  border: 2px solid #FFF;
*/
}









.fake-slider > .bottom > .pagination > ul > li > a.not-selected {

}

.fake-slider > .bottom > .pagination > ul > li > a.circle.not-selected {
/*     opacity: 1;
      color: #FFF;*/
}

.fake-slider > .bottom > .pagination > ul > li > a.number.not-selected {
/*       background:  #f6fc42 !important;*/
/*       color: #00fc7a !important;*/
/*       opacity: .5;*/
}

.fake-slider > .bottom > .pagination > ul > li > a.name.not-selected {
/*       background: #f6fc42 !important;*/
/*       color: #00fc7a !important;
       opacity: .5;*/
}

.fake-slider > .bottom > .pagination > ul > li > a.rectangle.not-selected {
/*       background: #FFF !important;
       color: #FFF !important;
       opacity: .5;*/
 /*      border: 2px solid #FFF;*/
}








.fake-slider > .bottom > .pagination > ul > li > a.selected {
}

.fake-slider > .bottom > .pagination > ul > li > a.circle.selected {
/*        color: #FFF;
        opacity: 1;*/
}

.fake-slider > .bottom > .pagination > ul > li > a.number.selected {
  /*     background:  #f6fc42 !important;*/
   /*    color: #00fc7a !important;*/
      /* opacity: 1;*/
}

.fake-slider > .bottom > .pagination > ul > li > a.name.selected {
/*       background:  #f6fc42 !important;
       color: #00fc7a !important;
       opacity: 1;*/
}

.fake-slider > .bottom > .pagination > ul > li > a.rectangle.selected {
/*       color: #FFF !important;
       opacity: 1;
       border: 2px solid #FFF;*/
}


















.fake-slider > .prev:before {
    content: '\e800';
    font: 27px'edgeslider', Arial, sans-serif;
    padding: 1px;
}
.fake-slider > .next:before {
    content: '\e801';
    font: 27px'edgeslider', Arial, sans-serif;
    padding: 1px;
}
.fake-slider > .prev {
    z-index: 10000;
    top: 50%;
    left: 50px;
    float: left;
    position: absolute;
/*    cursor: pointer;*/
    color: #FFF;
    width: auto;
    height: 30px;
    margin-top: -15px;
/*    opacity: .5;*/
    -webkit-transition: all .4s ease;
}
.fake-slider > .next {
    z-index: 10000;
    top: 50%;
    right: 50px;
    float: right;
    position: absolute;
/*    cursor: pointer;*/
    color: #FFF;
    width: auto;
    height: 30px;
    margin-top: -15px;
 /*   opacity: .5;*/
    -webkit-transition: all .4s ease;
}
.fake-slider > .prev:hover {
    color: #FFF;
  /*  opacity: 1;*/
}
.fake-slider > .next:hover {
    color: #FFF;
   /* opacity: 1;*/
}




@media screen and (min-width: 565px) and (max-width: 1200px) {

                .edge_slider_logo_white {
                    background-size: 70% 70%;
                    margin-left: 30px;
                    margin-top: 40px;
/*                  background-image: url('../img/edge-slider-logo-white.png');
                    background-repeat: no-repeat;
                    width: 246px;
                    height: 59px;
                    margin-top: 31px;
                    float: left;*/
                }

            .close_btn {
                width: 45px;
                height: 45px;
                margin-right: 30px;
                margin-top: 40px;

            }

                .designer_page_bottom {
                    display: none;
                }

                .fake-slider > .prev {
                   visibility: hidden;
                }
                .fake-slider > .next {
                   visibility: hidden;
                }

                .fake-slider > .container > .slide-frame > .slide-wrapper {
                    display: inline-block;
                    width: 100%;
                    margin: 0 auto;
                    height: 100%;
                }
}
       

@media screen and (min-width: 320px) and (max-width: 565px) {


                .edge_slider_logo_white {
                    background-size: 70% 70%;
                    margin-left: 30px;
                    margin-top: 40px;
/*                  background-image: url('../img/edge-slider-logo-white.png');
                    background-repeat: no-repeat;
                    width: 246px;
                    height: 59px;
                    margin-top: 31px;
                    float: left;*/
                }

            .close_btn {
                width: 45px;
                height: 45px;
                margin-right: 30px;
                margin-top: 40px;

            }

                .designer_page_bottom {
                    display: none;
                }

                .fake-slider > .prev {
                   visibility: hidden;
                }
                .fake-slider > .next {
                   visibility: hidden;
                }

                .fake-slider > .container > .slide-frame > .slide-wrapper {
                    display: inline-block;
                    width: 100%;
                    margin: 0 auto;
                    height: 100%;
                }


     

                .fake-slider > .bottom > .pagination {
                   /*for circle start */
                    /*margin: 5px;*/
                    /*for circle end */           
             
                   /*for number start */
                     margin: 15px;
                    /*for number end */   

                   /*for name start */
                   /* margin: 15px;*/
                    /*for name end */   

                   /*for rectangle start */
                    /*margin: 15px;*/
                    /*for rectangle end */   





                    padding: 0;
                    display: inline-block;
                    float: none;
                }


                .fake-slider > .bottom > .pagination > ul > li {

                }

                .fake-slider > .bottom > .pagination > ul > li.circle {
                    vertical-align: top;
                    list-style: none;
                    display: inline-block;
                    float: left;
                    text-align: center;
                    margin-right: 5px;
                    margin-left: 5px;
                }

                .fake-slider > .bottom > .pagination > ul > li.number {
                    margin-right: 3px;
                    margin-left: 3px;



                    vertical-align: top;
                    list-style: none;
                    display: inline-block;
                    float: left;
                    text-align: center;

                }

                .fake-slider > .bottom > .pagination > ul > li.name {
                    /*for name start */
                    vertical-align: top;
                    list-style: none;
                    display: inline-block;
                    float: left;
                    text-align: left;
                    margin-right: 0px;
                    margin-left: 0px;
                    /* for name end */
                }

                .fake-slider > .bottom > .pagination > ul > li.rectangle {
                    /*for rectangle start */
                    vertical-align: top;
                    list-style: none;
                    display: inline-block;
                    float: left;
                    text-align: left;
                    margin-right: 0px;
                    margin-left: 0px;
                    /* for rectangle end */
                }




                .fake-slider > .bottom > .pagination > ul > li > a {
                    text-decoration: none;
                    display: inline-block;
                    cursor: pointer;
                    -webkit-transition: all .4s ease;
                }
                .fake-slider > .bottom > .pagination > ul > li > a.circle {

                    margin-right: 0px;
                    margin-left: 0px;
                    padding: 10px 0px;

                }
                .fake-slider > .bottom > .pagination > ul > li > a.number {
                     font-size: 8px;
                     padding: 3px 6px;  



                    margin-right: 0px;
                    margin-left: 0px;
                }

                .fake-slider > .bottom > .pagination > ul > li > a.name {
                    /* for name start */
                    margin-right: 0px;
                    margin-left: 0px;
                    padding: 10px 20px;
                    /* for name end */
                }
                .fake-slider > .bottom > .pagination > ul > li > a.rectangle {
                    /* for rectangle start */
                    width: 12px;
                    height: 5px;
                    border-radius: 2px;
                    margin-right: 3px;
                    margin-left: 3px;
                    /* for rectangle end */
                }



                .fake-slider > .bottom > .pagination > ul > li > a.circle:before {
                    /*for circle start */
                     font: 13px'edgeslider', Arial, sans-serif;
                    

                    content: '\e802';
                    padding: 1px;
                    /* for circle end */
                }
                .fake-slider > .bottom > .pagination > ul > li > a.number:before {
                    /*for number start */

                   /* for number end */
                }
                .fake-slider > .bottom > .pagination > ul > li > a.name:before {
                    /*for name start */
                   /* for name end */    
                }
                .fake-slider > .bottom > .pagination > ul > li > a.rectangle:before {
                    /*for name start */
       
                   /* for name end */    
                }





                .fake-slider > .bottom > .pagination > ul > li > a:hover:not(.selected) {
                }

                .fake-slider > .bottom > .pagination > ul > li > a.circle:hover:not(.selected) {
                /*    color: #000;
                    opacity: 1;*/
                }
                .fake-slider > .bottom > .pagination > ul > li > a.number:hover:not(.selected) {
                /*    color: #ff0fa4 !important;
                    opacity: 1;
                    background-color: #0066ff !important;*/
                }

                .fake-slider > .bottom > .pagination > ul > li > a.name:hover:not(.selected) {
                /*    color: #ff0fa4 !important;
                    background-color: #0066ff !important;*/
                }

                .fake-slider > .bottom > .pagination > ul > li > a.rectangle:hover:not(.selected) {
                /*    color: #FFF !important;
                    background-color: #FFF !important;*/
                  /*  border: 2px solid #FFF;*/
                }









                .fake-slider > .bottom > .pagination > ul > li > a.not-selected {

                }

                .fake-slider > .bottom > .pagination > ul > li > a.circle.not-selected {
                  /*  opacity: 1;*/
                /*    color: #FFF;*/
                }

                .fake-slider > .bottom > .pagination > ul > li > a.number.not-selected {
                /*   background:  #f6fc42 !important;
                   color: #00fc7a !important;
                   opacity: .5;*/
                }

                .fake-slider > .bottom > .pagination > ul > li > a.name.not-selected {
                /*   background: #f6fc42 !important;
                   color: #00fc7a !important;
                   opacity: .5;*/
                }

                .fake-slider > .bottom > .pagination > ul > li > a.rectangle.not-selected {
                /*   background: #FFF !important;
                   color: #FFF !important;
                   opacity: .5;*/
               /*    border: 2px solid #FFF;*/

                }






                .fake-slider > .bottom > .pagination > ul > li > a.selected {
                }

                .fake-slider > .bottom > .pagination > ul > li > a.circle.selected {

                /*    color: #FFF;
                    opacity: 1;*/

                }
                .fake-slider > .bottom > .pagination > ul > li > a.number.selected {

                /*   background:  #f6fc42 !important;
                   color: #00fc7a !important;
                   opacity: 1;*/

                }
                .fake-slider > .bottom > .pagination > ul > li > a.name.selected {
                /*   background:  #f6fc42 !important;
                   color: #00fc7a !important;
                   opacity: 1;*/
                }

                .fake-slider > .bottom > .pagination > ul > li > a.rectangle.selected {
                /*   color: #FFF !important;
                   opacity: 1;*/
              /*     border: 2px solid #FFF;*/

                }
               
}