blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0}
html,body{height: 100%;}

.group {zoom:1;}
.group:after {clear:both;}
.group:before,.group:after {content:"";display:table;}



.form_error {color: red;}
.form_ret_error{  margin: 10px auto;text-align: center;color: #B60000;font-weight: bold;background: #ffcccc;padding: 5px 20px;border: 1px solid #CCC;display: block;}
.form_susces{margin: 10px auto;text-align: center;color: #3C5F92;font-weight: bold;background: #DCF5BD;padding: 5px 20px;border: 1px solid #CCC;}


@media only screen and (max-width: 480px) {
    .grid_12,.grid_11,.grid_10,.grid_9,.grid_8,.grid_7,.grid_6,.grid_5,.grid_4,.grid_3,.grid_2,.grid_1 { 
        margin: 1% 0 1% 0%;
        width: 100%;
    }
}

h1,h1 a {text-align: left;font-size: 28px;color: #445BA5;margin-bottom: 30px;}
img{max-width: 100%;}
.no_margin_left {margin-left: 0;}
.no_margin_right {margin-right: 0;}
.left {float: left;}
.right{float: right;}
.inline{display:inline-block;}
@media only screen and (max-width: 480px) {

    .mobile_hide{display: none;}
    .mobile_center{margin:0 auto;text-align: center}
    .mobile_block{display: block;}
}
table{border:none}
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.cke_editable .grid_1,
.cke_editable .grid_2,
.cke_editable .grid_3,
.cke_editable .grid_4,
.cke_editable .grid_5,
.cke_editable .grid_6,
.cke_editable .grid_7,
.cke_editable .grid_8,
.cke_editable .grid_9,
.cke_editable .grid_10,
.cke_editable .grid_11,
.cke_editable .grid_12{border:1px solid red;margin:2px;}


.cke_editable .content_widget {
    background: none repeat scroll 0 0 #008000;
    min-height: 100px;

}

.cke_editable .content_slider {
    background: none repeat scroll 0 0 #848619;
    min-height: 100px;
}

.cke_editable .content_sidebar {
    background: none repeat scroll 0 0 #0000FF;
    min-height: 100px;
}
.cke_editable  table{border:1px solid #ccc !important;}
.cke_editable  table tr{border-bottom:1px solid #999;}
.cke_editable  table tr td{border-right:1px solid #ccc;padding:3px 10px;}
/* 404 */





a {text-decoration:none; }



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;

    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    position:relative;
    top:20px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

// SLİDER DÜZENLEMELERİ
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right: 10px;width: 31px;height: 51px;display: block;background: url('../img/sprite_beyaz.png') no-repeat -34px -76px;text-indent: -10000px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left: 10px;width: 31px;height: 50px;display: block;background: url('../img/sprite_beyaz.png') no-repeat 0 -77px;text-indent: -10000px;}
ol.bjqs-markers{display: none;list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;background: rgba(0,0,0,0.5);color: #fff;font-size:18px;cursor: pointer;}
li.bjqs-slide{overflow: hidden;}
li.bjqs-slide img {min-height: 400px;min-width: 970px;}

.left_mini_blue{display:none;}


.flipbook-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/overlay_lightbox.png) repeat;
}
.flipbook-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);

    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    text-shadow: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
.flipbook-wrapper-transparent {
    width: 100%;
    height: 100%;
    background: 0 0;
}
.main-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.flipbook-bookLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    perspective: 6000px;
    -webkit-perspective: 6000px;
    -moz-perspective: 6000px;
}
.flipbook-book {
    position: relative;
    perspective: 6000px;
    -webkit-perspective: 6000px;
    -moz-perspective: 6000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flipbook-page {
    overflow: hidden;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.flipbook-shadowLeft {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
.flipbook-shadowRight {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
.flipbook-currentPage {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 999999;
    background: none!important;
    border: none!important;
}
.flipbook-currentPage:focus {
    outline: 0;
}
.flipbook-menuWrapper {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.flipbook-menu {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5px;
    z-index: 99999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.flipbook-menu-btn {
    display: inline;
    cursor: pointer;
    background: 0 0;
}
.flipbook-thumbHolder {
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.flipbook-toc {
    position: relative;
}
.flipbook-tocHolder {
    position: absolute;
    top: 80px;
    height: 100%;
    width: 300px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.flipbook-tocItem {
    display: block;
    padding: 10px 20px;
    text-align: justify;
    cursor: pointer;
    font-size: .9em;
}
.flipbook-tocItem .right {
    float: right;
}
.flipbook-tocTitle {
    display: block;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
}
.invisible {
    opacity: 0;
    pointer-events: none;
}
.transition {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.flipbook-shareButtons {
    width: 41px;
    position: absolute;
    bottom: 45px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.flipbook-shareBtn {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
@font-face {
    font-family: icomoon;
    src: url(../css/fonts/icomoon.eot);
    src: url(../css/fonts/icomoon.eot?#iefix) format("embedded-opentype"),url('../css/fonts/icomoon.woff') format("woff"), url('../css/fonts/icomoon.ttf') format("truetype"), url('../css/fonts/icomoon.svg#icomoon') format("svg");
    font-weight: 400;
    font-style: normal;
}
.icon-blogger:before, .icon-code:before, .icon-delicious:before, .icon-deviantart-2:before, .icon-deviantart:before, .icon-dribbble-2:before, .icon-dribbble:before, .icon-facebook-2:before, .icon-facebook-3:before, .icon-facebook:before, .icon-feed-2:before, .icon-feed:before, .icon-flattr:before, .icon-flickr-2:before, .icon-flickr-3:before, .icon-flickr:before, .icon-forrst-2:before, .icon-forrst:before, .icon-foursquare:before, .icon-google-plus-2:before, .icon-google-plus:before, .icon-googleplus:before, .icon-lastfm-2:before, .icon-lastfm:before, .icon-linkedin:before, .icon-paypal-2:before, .icon-paypal:before, .icon-picassa-2:before, .icon-picassa:before, .icon-pinterest:before, .icon-soundcloud-2:before, .icon-soundcloud:before, .icon-stackoverflow:before, .icon-steam-2:before, .icon-steam:before, .icon-stumbleupon:before, .icon-tumblr-2:before, .icon-tumblr:before, .icon-twitter-2:before, .icon-twitter-3:before, .icon-twitter:before, .icon-vimeo-2:before, .icon-vimeo2:before, .icon-vimeo:before, .icon-wordpress-2:before, .icon-wordpress:before, .icon-xing:before, .icon-yahoo:before, .icon-youtube-2:before, .icon-youtube:before {
    font-size: 1.3em;
    margin: 5px;
    padding: 5px;
}
.icon-arrow-left-2:before, .icon-arrow-left:before, .icon-arrow-right-2:before, .icon-arrow-right:before, .icon-cross:before, .icon-layout:before, .icon-list:before, .icon-minus:before, .icon-plus:before, .icon-resize-enlarge:before, .icon-resize-shrink:before, .icon-share:before, .icon-zoom-in:before, .icon-zoom-out:before {
    font-size: 1.9em;
    margin: 5px 3px;
    padding: 0;
}
.icon-general {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-share:before {
    content: "\e002"}
.icon-minus:before {
    content: "\e003"}
.icon-plus:before {
    content: "\e004"}
.icon-arrow-left:before {
    content: "\e005"}
.icon-arrow-right:before {
    content: "\e006"}
.icon-facebook:before {
    content: "\e007"}
.icon-layout:before {
    content: "\e009"}
.icon-list:before {
    content: "\e00a"}
.icon-cross:before {
    content: "\e00b"}
.icon-twitter:before {
    content: "\e000"}
.icon-googleplus:before {
    content: "\e001"}
.icon-resize-enlarge:before {
    content: "\e008"}
.icon-resize-shrink:before {
    content: "\e00c"}
.icon-flickr:before {
    content: "\e00d"}
.icon-vimeo:before {
    content: "\e00e"}
.icon-linkedin:before {
    content: "\e00f"}
.icon-arrow-left-2:before {
    content: "\e010"}
.icon-arrow-right-2:before {
    content: "\e011"}
.icon-zoom-out:before {
    content: "\e012"}
.icon-zoom-in:before {
    content: "\e013"}
.icon-youtube:before {
    content: "\e014"}
.icon-youtube-2:before {
    content: "\e015"}
.icon-vimeo-2:before {
    content: "\e016"}
.icon-vimeo2:before {
    content: "\e017"}
.icon-google-plus:before {
    content: "\e018"}
.icon-google-plus-2:before {
    content: "\e019"}
.icon-twitter-2:before {
    content: "\e01a"}
.icon-twitter-3:before {
    content: "\e01b"}
.icon-feed:before {
    content: "\e01c"}
.icon-feed-2:before {
    content: "\e01d"}
.icon-flickr-2:before {
    content: "\e01e"}
.icon-flickr-3:before {
    content: "\e01f"}
.icon-picassa:before {
    content: "\e020"}
.icon-picassa-2:before {
    content: "\e021"}
.icon-dribbble:before {
    content: "\e024"}
.icon-dribbble-2:before {
    content: "\e025"}
.icon-forrst:before {
    content: "\e022"}
.icon-forrst-2:before {
    content: "\e023"}
.icon-deviantart:before {
    content: "\e026"}
.icon-deviantart-2:before {
    content: "\e027"}
.icon-steam:before {
    content: "\e028"}
.icon-steam-2:before {
    content: "\e029"}
.icon-wordpress:before {
    content: "\e02a"}
.icon-wordpress-2:before {
    content: "\e02b"}
.icon-blogger:before {
    content: "\e02c"}
.icon-tumblr:before {
    content: "\e02d"}
.icon-tumblr-2:before {
    content: "\e02e"}
.icon-yahoo:before {
    content: "\e02f"}
.icon-code:before {
    content: "\e030"}
.icon-soundcloud:before {
    content: "\e031"}
.icon-soundcloud-2:before {
    content: "\e032"}
.icon-lastfm:before {
    content: "\e033"}
.icon-lastfm-2:before {
    content: "\e034"}
.icon-delicious:before {
    content: "\e035"}
.icon-stumbleupon:before {
    content: "\e036"}
.icon-stackoverflow:before {
    content: "\e037"}
.icon-pinterest:before {
    content: "\e038"}
.icon-xing:before {
    content: "\e039"}
.icon-flattr:before {
    content: "\e03a"}
.icon-foursquare:before {
    content: "\e03b"}
.icon-paypal:before {
    content: "\e03c"}
.icon-facebook-2:before {
    content: "\e03e"}
.icon-facebook-3:before {
    content: "\e03f"}
.icon-paypal-2:before {
    content: "\e03d"}
/* flipbook.skin.white.css */
.skin-color-bg {
    background:  rgba(255,  255,  255, .6);
    border-top:  1px solid rgba(255,  255,  255,  1);
    border-bottom:  1px solid rgba(173,  173,  173,  0.5);
}

.skin-color {
    color:  rgba(0, 0, 0, 1);
    -webkit-transition:  all .2s ease-out;
    -moz-transition:  all .2s ease-out;
    -o-transition:  all .2s ease-out;
    transition:  all .2s ease-out;
}

.skin-color:hover {
    color:  rgb(102,  102,  102);
}


.icon-share, 
.icon-resize-enlarge {
    display: none;
}
.main-wrapper {
    width: 960px;
    left: auto;
    right: auto;
    background: none;
    height: 710px;
    top: 130px;
}

#book {
    height:  700px;
}
.flipbook-book{ margin-top: -30px;}
