
/* 
    Created on : 22.Ağu.2015, 20:26:48
    Author     : makbash
*/

[class^="spacer"]{clear:both;width:100%; font-size:0; margin:0; padding:0; border:0; display:block;position:relative;z-index:-1;}
.spacer5{height:5px;}.spacer10{height:10px;}.spacer15{height:15px;}.spacer20{height:20px;}.spacer25{height:25px;}
.spacer30{height:30px;}.spacer35{height:35px;}.spacer40{height:40px;}.spacer45{height:45px;}.spacer50{height:50px;}
.spacer60{height:60px;}.spacer70{height:70px;}.spacer80{height:80px;}.spacer90{height:90px;}.spacer100{height:100px;}
.spacer120{height:120px;}.spacer150{height:150px;}.spacer200{height:200px;}


a.popup-img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

#pageArticle [style*="float:left"],
#pageArticle [style*="float: left"]
{
    margin-right: 20px;
    margin-bottom: 20px;
}
#pageArticle [style*="float:right"],
#pageArticle [style*="float: right"]
{
    margin-left: 20px;
    margin-bottom: 20px;
}

/* flexbox */
.flexParent {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;

    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;

    /*     -webkit-flex-flow: row wrap; 
         -moz-flex-flow: row wrap;
         flex-flow: row wrap;*/

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.flexChild {
    -webkit-flex: 1 0 auto; 
    -moz-flex: 1 0 auto; 
    flex: 1 0 auto;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;

    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
/* flexbox */

/*       -webkit-column-count: 6; 
        -moz-column-count: 6; 
        column-count: 6;*/

/*        -webkit-column-gap: 40px; 
        -moz-column-gap: 40px; 
        column-gap: 40px;*/

/*.valignParent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.valignChild {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}*/
/*.parent {
    background: #00c6e3;
}
.vcenter {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translatex(-50%) translatey(-50%);
}*/

.absoluteCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    /* horizantol and vertical*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    /*
    This doesn't work
    margin-left: -25%;
    margin-top: -25%;
    */
    width: auto;
    height: auto;
}
.vCenterParent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.vCenterChild {
    position: relative;
    top: 50%;    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.textCenter {text-align:center;}
.textLeft {text-align:left;}
.textRight {text-align:right;}

.textTransformNone {
    text-transform: none;
}
.textTransformLC {
    text-transform: lowercase;
}
.textTransformUC {
    text-transform: uppercase;
}

.color1 {color: #005abc;} 
.color2 {color: #ff5620;} 
.color3 {color: #2d2d2d;} 
.color4 {color: #bdbdbd;} 

.contentSliderWrapper {
    position: relative;
}
.contentSlider {}
.contentSlider .item a:hover ,
.contentSlider .item a:focus {opacity: 1;}
#sliderContent {
    position: absolute;
    bottom: 25%;
    left: 50%;
    width: auto;
    text-align: center;
    z-index: 7;
    color: #ffffff;
    padding: 10px 50px;
}
#sliderContent .sliderDesc{
    position: relative; 
    left: -50%;
}
#sliderContent * 
{
    color: inherit;
    /*font-size: 300%;*/
}
#sliderContent p,
#sliderContent a
{
    font-size: 150%;
}

.contentSlider.controls-inside.owl-carousel .owl-nav {
    position: static;
    height: 0px;
}
.contentSlider.controls-inside.owl-carousel .owl-nav .owl-prev,
.contentSlider.controls-inside.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -40px;
}
.contentSlider.controls-inside.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.contentSlider.controls-inside.owl-carousel .owl-nav .owl-next {
    right: -40px;
}
@media screen and (max-width: 480px) {
    .contentSlider.controls-inside.owl-carousel .owl-nav {
        display: none;
    }
}
.contentSlider.controls-inside.owl-carousel .owl-nav .owl-prev,
.contentSlider.controls-inside.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 150px;
    height: 60px;
    background-color: transparent;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-left: 0;
    opacity: 1;
    border-bottom: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contentSlider.controls-inside.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.contentSlider.controls-inside.owl-carousel .owl-controls .owl-nav .owl-next:before {
    font-family: 'Pe-icon-7-stroke';
    font-size: 150px;
}
/*.contentSlider .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\e686";
}
.contentSlider .owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\e684";
}*/

.contentSlider.owl-carousel .owl-controls .owl-dots {
    margin-top: 12px;
}
.contentSlider.owl-carousel .owl-controls .owl-dots .owl-dot {
    border-radius: 0;
    box-shadow: none;
    background-color: #b4b4b4;
    width: 200px;
    height: 4px;
    margin: 0 12px 6px 12px;
}
@media screen and (max-width: 768px) {
    .contentSlider.controls-inside.owl-carousel .owl-nav .owl-prev,
    .contentSlider.controls-inside.owl-carousel .owl-nav .owl-next {
        width: 60px;
        height: 60px;
        /*margin-top: -60px;*/
    }
    .contentSlider.controls-inside.owl-carousel .owl-nav .owl-prev {        
        left: 0px;
    }
    .contentSlider.controls-inside.owl-carousel .owl-nav .owl-next {
        right: 0px;
    }
    .contentSlider.controls-inside.owl-carousel .owl-controls .owl-nav .owl-prev:before,
    .contentSlider.controls-inside.owl-carousel .owl-controls .owl-nav .owl-next:before {
        font-family: 'Pe-icon-7-stroke';
        font-size: 60px;
    }
    .contentSlider.owl-carousel .owl-controls .owl-dots {
        display: none !important;
    }
}

#menuModal .modal-dialog {
    background-color: #3a3a3a;
}

/* mega menu */

.megaMenu {
    display: block;
    position: relative;
    text-align: left;
}
.megaMenu li {
    position: relative;
    display: block;
    padding: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}
.megaMenu li a {
    display: block;
    padding: 8px 30px 8px 0px;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.megaMenu .submenuHeading {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.megaMenu > ul {
    display: table-cell;
    width: 12.5%;
    padding: 15px 0;
    /*background-color: rgba(0,0,0,0.1);*/
}

@media (max-width: 767px) {
    .megaMenu > ul {
        display: block;
        width: auto;
        padding: 0px 0;
    }
}

/* mega menu */

.srcBtn {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url('../img/srcBtn.png') no-repeat center scroll;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 10px 10px 0 0;
}



/* frontpage */
.bg-custom1 {
    background: #ecaa00;
}

.frontPageC1 {}
.frontPageC1 .thumbnail {
    max-width: 100%;
}

.frontPageC1 .post-counters
{
    color: #ffffff;
}

.frontPageC2 .content-box-alt {
    color: #1775d1;
    padding: 5px 30px 30px 30px;
}

#ajaxData {}
#ajaxData > .container {
    background-color: #ffffff;
    /*border-radius: 5px;*/
    border: 3px solid #878787;
    box-shadow: 0 0 6px 0 #878787;
}

.block-title-custom1 {
    border-right: 2px solid #dcdcdc;
}

.socialButtonsTop {
    margin: 0 0 10px 0;
}
.socialButtonsTop p {
    margin: 0;
    padding: 0 25px 0 0;
    line-height: 40px;
}
.socialButtonsTop a {
    color: #fff !important;
    background-color: #000 !important;
    line-height: 28px;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    font-size: 14px;
}
.socialButtonsTop a i {
    font-size: inherit;
}
.stuck .socialButtonsTop {display: none;}

.footer .copyright, 
.footer .powered_by 
{
    margin-bottom: 0;
}


/* langs */
#langs {
    z-index: 1002;
    position: relative;
    margin-right: 10px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}
.stuck #langs {display: none;}
/* dd list */
#langs .dd {
    margin: 0px auto;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
}
#langs .selLabel {
    text-transform: uppercase;
}
#langs .dd.active .selLabel:after {
    content: '\25B2';
}
#langs .dd.active .ddList li:nth-child(1) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
#langs .dd.active .ddList li:nth-child(2) {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}
#langs .dd.active .ddList li:nth-child(3) {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}
#langs .dd.active .ddList li:nth-child(4) {
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
}
#langs .dd.active .ddList li:nth-child(5) {
    -webkit-transform: translateY(500%);
    transform: translateY(500%);
}
#langs .dd.active .ddList li:nth-child(6) {
    -webkit-transform: translateY(600%);
    transform: translateY(600%);
}
#langs .dd > span {
    /*    border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 2px;
    background: #3a3a3a;
    display: block;
    padding: 0 45px 0 15px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#langs .dd > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 35px;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    height: 70%;
    line-height: 24px;
    border-left: 1px solid #ddd;
}
#langs .dd.active > span {
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
}
#langs .dd.active > span:after {
    content: '\25B2';
}
#langs .ddList {
    position: absolute;
    top: 0px;
    width: 100%;
}
#langs .ddList li {
    display: block;
    list-style: none;
    opacity: 1;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    background-color: #3a3a3a;
}
#langs .ddList li:nth-child(1) {
    /*background-color: #dc2916;*/
    z-index: 6;
}
#langs .ddList li:nth-child(2) {
    /*background-color: #022578;*/
    z-index: 5;
}
#langs .ddList li:nth-child(3) {
    /*background-color: #53a1de;*/
    z-index: 4;
}
#langs .ddList li:nth-child(4) {
    /*background-color: #93a7d5;*/
    z-index: 3;
}
#langs .ddList li:nth-child(5) {
    /*background-color: #c7c201;*/
    z-index: 2;
}
#langs .ddList li:nth-child(6) {
    /*background-color: #61ad3d;*/
    z-index: 1;
}
#langs .ddList li span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0px 0 0px;
    display: block;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
}
.mobile-navbar-tools .langs {}
.mobile-navbar-tools .langs a {
    color: #fff;
}
.mobile-navbar-tools .langs a.active {
    font-weight: bold;
}


.newsletterForm {

}
.newsletterForm .checkbox {
    margin: 5px 0 0 0;
    padding: 0;
}
.newsletterForm .checkbox input[type=checkbox] {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.newsletterForm .checkbox label {
    display: inline;
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
}
