/*@font-face
{
    font-family: SinkinSans-300;
    src: url('/fonts/SinkinSans-300Light.otf') format('opentype');
}

@font-face
{
    font-family: SinkinSans-400;
    src: url('/fonts/SinkinSans-400Regular.otf') format('opentype');
}

@font-face
{
    font-family: SinkinSans-200;
    src: url('/fonts/SinkinSans-200XLight.otf') format('opentype');
}*/



@font-face {
    font-family: 'Bebas Neue';
    src: url('../../fonts/BebasNeueBold.eot');
    src: url('../../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/BebasNeueBold.woff') format('woff'), url('../../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans.eot');
    src: url('../../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../../fonts/OpenSans.woff') format('woff'), url('../../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html,
button,
input,
select,
textarea {
    color: #222;
}

a {
    text-decoration: none !important;
}

body {
    font-size: 1em;
    line-height: 1.4;
    /*font-family: SinkinSans-400, 'Open Sans', sans-serif !important;*/
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

/*.chromeframe
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}*/

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
    /*height: 100%;*/
    min-height: 100%;
    background-color: #fff;
}

.no-js {
    padding-top: 106px;
}

.loading {
    background: url('../images/ico_loading.gif') no-repeat center center;
}

.modal-open .modal {
    /* overflow-x: hidden; */
    /* overflow: scroll; */
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.5);
    /* overflow-y: auto; */
    z-index: 99999;
    padding-top: 10%;
    padding-right: 10% !important;
    }

button.close {
    margin-top: -25px;
}

.close {
    color: rgba(255,255,255,0.3);
    opacity: 1;
    text-shadow: none;
    transition: 0.6s;
}

    .close:hover {
        color: rgba(255,255,255,1);
    }

.modal-content {
    height: 420px;
    width: 750px;
}

.modal-body {
    padding: 0;
}

header {
    position: fixed;
    z-index: 400;
    display: block;
    width: 100%;
    top: 0;
    height: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

    header ul {
        list-style: none;
        color: white;
        float: right;
        margin-bottom: 0;
        padding: 0;
    }

        header ul li {
            float: left;
            /*font-family: SinkinSans-300;*/
            /*line-height: 70px;*/
            padding: 0 10px;
            font-size: 12px;
            cursor: pointer;
        }

            header ul li:last-child {
                padding-right: 0;
            }

            header ul li:hover {
                text-decoration: none;
            }

        header ul.language li {
            border-right: 1px solid white;
            line-height: 20px;
            margin-top: 25px;
        }

            header ul.language li:last-child {
                border-right: none;
            }

        header ul a, header ul a:hover {
            color: white;
        }

    header .logo {
        width: 170px;
        height: 55px;
        float: left;
        cursor: pointer;
    }

.logo img {
    width: 170px;
}

.dijarthealth {
    position: fixed;
    top: 105%;
    margin-top: -83px;
    width: 100px;
    left: 100%;
    margin-left: -175px;
    z-index: 110;
    opacity: 1;
}

section {
    opacity: 1;
    height: 925px;
    min-height: 600px;
}

.homefooter {
    height: 880px;
}


.loaded section,
.loaded header,
.loaded .dijarthealth,
.no-js section {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    overflow: hidden;
}

#preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bcg {
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 600px;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    display: table-cell;
    vertical-align: middle;
    /*padding: 0 8%;*/
    text-align: center;
}

h3 {
    font-size: 49px !important;
    color: #1d1d1f;
}

.middleLine {
    margin-top: 26px;
    border-bottom: 2px solid #39393b;
}

.nm {
    margin: 0;
}

.np {
    padding: 0;
}

p {
    /*font-size: 18px;
    color: #39393b;*/
}

.navbar-default {
    background: rgba(13, 56, 94, 0.90);
    border: none;
}

.sinsinBald {
    font-weight: bold;
}

/* Slide 1 */
#slide-1 .bcg {
    background-image: url('/Library/images/banner1.jpg');
}

#slide-1 .bcg2 {
    background-image: url('/Library/images/banner1.jpg');
}

#slide-1 .bcg3 {
    background-image: url('/Library/images/banner1.jpg');
}

.blue h3 {
    color: #112f62 !important;
    font-size: 79px !important;
    border-radius: 25px;
    margin-top: 75%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

    .blue h3 .big-text {
        font-size: 65px !important;
    }

.blue h4 {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    float: left;
    color: #112f62 !important;
    font-weight: 700;
    /*margin-top:-13%;*/
    margin-left: 6%;
    letter-spacing: 0.5px;
}

.blue i img {
    margin-top: -3px;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
}

ol, ul {
    padding-left: 40px;
    list-style-type: inherit !important;
    list-style-position: inherit !important;
    list-style-image: inherit !important;
}

.page-text ul {
    padding-left: 20px !important;
}

.containerr {
    display: none !important;
}

.default-padding {
    list-style: none !important;
}




.white h3 {
    color: #fff !important;
    font-size: 79px !important;
    border-radius: 25px;
    margin-top: 75%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.white h4 {
    color: white;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    float: left;
    margin-left: 6%;
    font-weight: 700;
    /*margin-top:-13%*/;
    letter-spacing: 0.5px;
}

.white i img {
    margin-top: -3px;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
}

#slide-1 a {
    font-size: 18px;
}

#slide-1 .hsContainer {
    position: absolute;
    z-index: 100;
}

#slide-1 .carousel-control {
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    #slide-1 .carousel-control:hover {
        -ms-opacity: 1;
        opacity: 1;
    }

#slide-1 .carousel-control, #slide-1 .carousel-indicators {
    z-index: 101;
}

/*.carousel,
.item,
.active
{
    height: 100%;
}*/

.carousel-inner {
    height: 100%;
}

/*.fill
{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

/* Slide 2 */
#slide-2 .bcg {
    background-color: white;
}

#slide-2 .hsContent {
}

#slide-2 .pageLeft-bcg {
    background: url('../../Library/images/pageLeft-bg.png');
    /*height: 900px;*/
    background-repeat: no-repeat;
    /*float:left;*/
    height: auto;
    width: 100%;
    min-height: 955px;
    background-size: cover;
}

#slide-2 .pageLeft-bcg2 {
    /*background-color: #f9f9f9;*/
    /*background-color:rgba(246,89,68,0.5);*/
    background: url('../../Library/images/pageRight-bg2.png');
    /*height: 900px;*/
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    /*float:left;*/
    height: auto;
    width: 100%;
    min-height: 955px;
}

#slide-2 .bg-left {
    background-color: #2d6387;
    width: 100%;
    height: auto;
    float: left;
    min-height: 955px;
}
/* Slide 3 */
#slide-3 .bcg {
    /*background-image: url('/PageGalleryFiles/Banner/Ev-2.jpg');*/
    /*background-color: #e0f8f4;*/
    /*background-repeat: no-repeat;
    background-color: #f5f5f5;*/
}

#slide-3 .middleLine {
    border-color: white;
}

#slide-3 .hsContent, #slide-3 .hsContent p, #slide-3 h3 {
    /*color: white;*/
}

/* Slide 4 */

#slide-4 .bcg {
    background-color: white;
}

#slide-4 .hsContent {
    color: #003663;
    font-size: 18px;
}

#slide-4 .middleLine {
    border-color: #003663;
}

#slide-4 img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 125px;
    max-height: 121px;
}

#slide-4 .glyphicon {
    font-size: 30px;
    margin-top: -10px;
}

#slide-4 h3 {
    color: #003663;
}

#slide-4 h4 {
    /*color: #003663;
    font-size: 22px;*/
}

#slide-4 .hsContent p {
}

/* Slide 5 */

#slide-5 .bcg {
    background-image: url('../images/OurServices.jpg');
    background-color: #0e1b3b;
    background-repeat: no-repeat;
}

#slide-5 .hsContent, #slide-5 .hsContent p {
    color: white;
    font-size: 13px;
}

#slide-5 .middleLine {
    border-color: white;
}

#slide-5 img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 124px;
    max-height: 123px;
}

#slide-5 h3 {
    color: white;
}

#slide-5 h4 {
    font-weight: bold;
    font-size: 18px;
}

#slide-5 p {
    font-size: 14px !important;
}

#slide-5 ul li {
    font-size: 14px;
    text-align: left;
}

/* Slide 6 */
#slide-6 .bcg {
    background-color: white;
}

#slide-6 h3 {
    color: #1ca4ab;
}

#slide-6 .middleLine {
    border-color: #1ca4ab;
}

#slide-6 .quote {
    color: #1ca4ab !important;
}

#slide-6 a {
    font-size: 17px;
    color: #1ca4ab !important;
}

/* Slide 7 */
#slide-7 .bcg {
    background-image: url('../images/Son-Projelerimiz.jpg');
    background-color: #273a68;
    background-repeat: no-repeat;
}

#slide-7 .hsContent, #slide-7 .hsContent p, #slide-7 h3 {
    font-size: 14px;
    color: white;
}

#slide-7 a, #slide-7 a:hover {
    color: white;
}

#slide-7 .middleLine {
    border-color: white;
}

#slide-7 ul {
    font-size: 14px;
    text-align: left;
}

/* Slide 8 */

#slide-8, #slide-8 p {
    color: #7d7b7b;
}

    #slide-8 .middleLine {
        border-color: #003663;
    }

    #slide-8 img {
        display: inline-block;
        margin-bottom: 10px;
        max-width: 124px;
        max-height: 123px;
    }

    #slide-8 h4 {
        font-weight: bold;
        font-size: 16px;
    }

    #slide-8 ul {
        list-style: none;
        text-align: center;
        padding-left: 0;
        margin: 2px auto;
    }

        #slide-8 ul li {
            padding: 0 25px;
            font-size: 14px;
            border-right: 1px solid #7d7b7b;
            text-align: center;
            cursor: pointer;
            display: inline-block;
            margin-top: 15px;
        }

            #slide-8 ul li:last-child {
                border-right: none;
            }

            #slide-8 ul li:hover {
                text-decoration: underline;
            }

/*#slide-8 #map
    {
        background-image: url(/images/map.jpg);
        height: 250px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }*/


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media (max-width: 767px) {
    header ul {
        width: 100%;
    }

        header ul li {
            font-size: 12px;
            padding: 0 12px;
            clear: both;
            text-align: center;
            width: 100%;
            float: left;
        }

        header ul.language {
            width: auto;
            margin-right: 30px;
        }

            header ul.language li {
                clear: none;
                width: auto;
                border-right: 1px solid white;
            }

    section {
        font-size: 14px;
    }

    #slide-1 h3 {
        font-size: 30px !important;
        padding: 4%;
        margin: 1%;
    }

        #slide-1 h3 .big-text {
            font-size: 30px !important;
        }

    #slide-2 h3, #slide-3 h3, #slide-4 h3, #slide-5 h3, #slide-6 h3, #slide-7 h3, #slide-8 h3 {
        font-size: 38px !important;
    }

    #slide-8 ul li {
        clear: both;
        text-align: center;
        width: 100%;
        float: left;
        border: none;
    }
}


@media (max-width: 410px) {
    /*#slide-1 h3
    {
        font-size: 24px !important;
    }*/

    #slide-1 h4 {
        font-size: 18px;
        line-height: 25px;
    }

    #slide-2 h3, #slide-3 h3, #slide-4 h3, #slide-5 h3, #slide-6 h3, #slide-7 h3, #slide-8 h3 {
        font-size: 33px !important;
    }

    header ul.language {
        clear: both;
        margin-right: 19px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .quote {
        font-size: 21px !important;
    }
}

@media (min-width: 768px) {

    section {
        -moz-min-width: 768px;
        -ms-min-width: 768px;
        -o-min-width: 768px;
        -webkit-min-width: 768px;
        /*min-width: 768px;
        min-height: 600px;*/
    }

    .row.ml8 {
        margin-left: 8%;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 768px) and (max-width: 992px) {
    header ul:first-child {
        margin-left: 18px;
    }

    header ul li {
        font-size: 9px;
        padding: 0 3px;
    }
}

@media (min-width: 992px) and (max-width: 1220px) {
    header ul li {
        font-size: 10px;
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.radius5 {
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.lightBlueColor {
    color: #60afeb;
}

.blueColor {
    color: #003663;
}

.blueBg {
    background-color: #003663;
}

.space {
    float: left;
    clear: both;
    width: 100%;
    height: 50px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    /**
    {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited
    {
        text-decoration: underline;
    }

        a[href]:after
        {
            content: " (" attr(href) ")";
        }

    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }


    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after
    {
        content: "";
    }

    pre,
    blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }

    tr,
    img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
    }

    @page
    {
        margin: 0.5cm;
    }

    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3
    {
        page-break-after: avoid;
    }*/
}


.thumbnail .caption {
    padding: 0 !important;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
}

    .thumbnail .caption h4 {
        color: #265891;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif !important;
    }

    .thumbnail .caption p {
        color: #504f4f;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        line-height: 1.6;
    }

.homebrand {
    height: 855px;
    /*background-color: rgba(178,238,227,0.4);*/
    background-color: #fff;
    margin-top: 30px;
}

.thumbnail .caption .btn {
    width: 140px;
    height: 40px;
    float: left;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 11px;
    border-radius: 5px;
    padding-top: 11px;
    margin-top: 22px;
    background-color: #fff;
    border-color: #012c56;
    color: #012c56;
}

    .thumbnail .caption .btn:hover {
        border: 1px solid #012c56;
        background-color: #012c56;
        color: #fff;
    }

.footer {
    background-color: #113852;
    min-height: 425px;
    height: auto;
    padding-top: 60PX;
    color: #FFF !important;
    text-align: left;
}

.homenews {
    /*margin-top:-16px;*/
}

.footer h4 {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer p {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    /*margin-bottom: -10px;*/
}

.footer a {
    float: left;
    margin-right: 20px;
    /*margin-top: 10px;*/
}

.bottom-footer {
    min-height: 75px;
    background-color: #0e2d42;
    border-top: 1px solid #416075;
    height: auto;
}

.footer-btn {
    width: 230px;
    height: 45px;
    text-align: center;
    padding-top: 14px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 12px;
    float: right;
    margin-bottom: 15px;
    margin-right: 33px;
    font-weight: 600;
}

    .footer-btn a {
        text-align: center;
        float: right;
        font-weight: 600;
        color: #fff;
        font-family: 'Open Sans';
        font-size: 12px;
        margin-right: 30px;
    }

.footer-btn2 {
    width: 189px;
    height: 45px;
    text-align: center;
    padding-top: 14px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 12px;
    float: right;
    margin-bottom: 15px;
    margin-top: 23px;
    font-weight: 600;
}

    .footer-btn2 a {
        text-align: center;
        float: right;
        font-weight: 600;
        color: #fff;
        font-family: 'Open Sans';
        margin-right: 30px;
        font-size: 12px;
    }


.footer-btn-en {
    width: 230px;
    height: 45px;
    text-align: center;
    padding-top: 14px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 12px;
    float: right;
    margin-bottom: 15px;
    margin-right: 33px;
    font-weight: 600;
}

    .footer-btn-en a {
        text-align: center;
        float: initial;
        font-weight: 600;
        color: #fff;
        font-family: 'Open Sans';
        font-size: 12px;
        margin-right: 0;
    }

.footer-btn2-en {
    width: 189px;
    height: 45px;
    text-align: center;
    padding-top: 14px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 12px;
    float: right;
    margin-bottom: 15px;
    margin-top: 23px;
    font-weight: 600;
}

    .footer-btn2-en a {
        text-align: center;
        float: initial;
        font-weight: 600;
        color: #fff;
        font-family: 'Open Sans';
        margin-right: 0;
        font-size: 12px;
    }

.text-center {
    text-align: center;
}

.pdTop-28 {
    padding-top: 28px;
}

.page-left-title {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-left: 3px;
}

.page-space {
    height: 210px;
    width: 100%;
}

.page-image-title {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: 'Open Sans';
    padding: 30px 0 20px 0;
    font-weight: 500;
}

.page-image-text {
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: left;
    line-height: 23px;
    letter-spacing: 0.1px;
}

.page2-left-title {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-left: 3px;
}


.page2-image-title {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: 'Open Sans';
    padding: 30px 0 20px 0;
    font-weight: 500;
}

.page2-image-text {
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: left;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.thumbnail .caption .page1-btn {
    width: 140px;
    height: 40px;
    float: left;
    text-align: center;
    color: #124668;
    font-family: 'Open Sans';
    font-size: 11px;
    border-radius: 5px;
    padding-top: 13px;
    margin-top: 25px;
    border: 1px solid #ffffff;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-decoration: none;
}

    .thumbnail .caption .page1-btn:hover {
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

.thumbnail .caption .page2-btn {
    width: 140px;
    height: 40px;
    float: left;
    text-align: center;
    color: #ff9753;
    font-family: 'Open Sans';
    font-size: 11px;
    border-radius: 5px;
    padding-top: 13px;
    margin-top: 25px;
    border: 1px solid #fff;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-decoration: none;
    background-color: #fff;
}

    .thumbnail .caption .page2-btn:hover {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

.page-text {
    background-color: #fff;
    min-height: 880px;
    width: 100%;
    border-top: 1px solid #6a8398;
    padding: 30px 20px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #0a0a0a;
    line-height: 1.6;
    margin-bottom: 20px,;
}

.default-padding {
    padding: 0;
    list-style: none;
    padding-bottom: 20px;
}

    .default-padding li {
        float: left;
    }

        .default-padding li a {
            font-family: 'Open Sans';
            font-size: 12px;
            text-decoration: none;
            color: #777777;
        }

.cb {
    clear: both;
}

.pd-top15 {
    padding-top: 15px;
    margin-bottom: 50px;
}


.online span {
    color: white;
    float: right;
    margin-right: 18px;
    margin-top: 20px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 13px;
}

    .online span a {
        color: white;
        font-family: 'Open Sans';
        font-weight: 500;
        font-size: 13px;
        text-decoration: none;
    }

        .online span a:hover {
            color: white;
        }

.onlinedrop {
    float: right;
    margin-top: 10px;
    border: none !important;
    padding: 10px;
}

.page-br {
    margin-top: 1%;
}

.onlinedropbtn {
    background-color: transparent;
    border: none;
    color: white;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
    margin-top: -3px;
}



.onlinedropmenu {
    background-color: #f2f3f3;
    border-radius: 0;
    width: 188px !important;
    margin-top: 7px;
    margin-left: 75px;
    list-style: none !important;
}

    .onlinedropmenu li {
        border-top: 1px solid #d7d7d7;
        width: 100%;
    }

        .onlinedropmenu li a {
            color: #143e63 !important;
            font-family: 'Open Sans';
            font-weight: 600;
            font-size: 12px;
            padding: 10px;
            width: 100%;
            margin-top: 5px;
            text-decoration: none !important;
            padding-bottom: 15px;
        }

            .onlinedropmenu li a:hover {
                text-decoration: none !important;
                background: #f2f3f3 !important;
                color: orange !important;
            }

.page-br h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-br p {
    line-height: 25px !important;
}

/*#snav li  a:hover .fadiger {  background:url(../images/diger-icon-white.png) no-repeat; background-position:center; }*/


.leftMenu #treeView .rootmenu .linkbutton {
    /*width:100%;
    min-height:50px;
    background-color:#fff;
    border:1px solid #e1e1e1;
    padding:13px 0 0 20px;
    font-size:14px;
    font-family:'Open Sans';
    color:#909090 !important;
    margin-bottom:3px;
    height:auto;
    float:left;*/
}

.treecontainer {
    background-color: #fff;
    margin-top: -4px;
    margin-bottom: 2px;
    border: 1px solid;
    padding-right: -91px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 35px;
}

#treeView .rootmenu .node-selected {
    background-color: #f78733 !important;
    color: #fff !important;
}

#treeView .node-selected.rootmenu .linkbutton a {
    background-color: #f78733 !important;
    color: #fff !important;
}

#treeView .node-selected.rootmenu .linkbutton a {
    background-image: url('../../Library/images/eksi.png');
    float: left;
    background-repeat: no-repeat;
    padding-top: 17px;
}

    #treeView .node-selected.rootmenu .linkbutton a .ddddd:hover {
        background-image: url('../../Library/images/eksi.png');
        height: 20px;
        width: 20px;
        float: left;
        background-repeat: no-repeat;
        padding-top: 10px;
        margin-top: 7px;
    }

#treeView .rootmenu .linkbutton a {
    background-image: url('../../Library/images/arti.png');
    background-repeat: no-repeat;
    background-position: 25px 25px;
    position: relative;
}

    #treeView .rootmenu .linkbutton a:hover {
        background-image: url('../../Library/images/eksi.png');
        background-repeat: no-repeat;
        background-position: 25px 25px;
        position: relative;
    }

.select-menu a {
    background-color: orange !important;
}

.node .linkbutton a span {
    display: none;
}



.leftMenu #treeView .rootmenu {
    width: 100%;
    min-height: 52px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #211313 !important;
    margin-bottom: 3px;
    height: auto;
    float: left;
    font-weight: 400 !important;
}

.treecontainer .node {
    background-color: #fff !important;
}

.leftMenu #treeView .rootmenu a {
    width: 100%;
    min-height: 52px;
    padding-left: 40px;
    padding-top: 19px;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #909090;
    float: left;
}

.treecontainer .linkbutton a {
    font-family: 'Open Sans';
    /*color: #909090;*/
    font-size: 13px;
    color: #131010;
}

.treecontainer .linkbutton {
    margin-top: 15px;
    margin-bottom: 15px;
}

.leftMenu #treeView .rootmenu a:hover {
    background-color: #f78733;
    color: #fff !important;
}

.leftMenu #treeView .rootmenu .linkbutton a {
    color: #6d6262;
    text-decoration: none;
    padding-bottom: 13px;
    padding-bottom: 13px;
    line-height: 1.4;
    padding-right: 7px;
}

.pd-left0 {
    padding-left: 0;
}

.pd-right0 {
    padding-right: 0;
}

.onay {
    background: url(../images/onay-icon.png) no-repeat;
}

.cscontL {
    opacity: 0;
}

.cscontR {
    opacity: 0;
}
/*Icon Bar*/


#snav.en {
    left: 0;
    text-align: left;
}

    #snav.en li span {
        left: -100px;
    }

    #snav.en li a:hover span {
        left: 55px;
    }

/* RTL CSS */


#snav.ar {
    right: 0;
    text-align: right;
}

    #snav.ar li span {
        right: -100px;
    }

    #snav.ar li a:hover span {
        right: 35px;
    }

/* main SideNav.css styles */


#snav {
    position: fixed;
    top: 20%;
    z-index: 999;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

    #snav ul {
        list-style: none;
    }

    #snav * {
        margin: 0;
        padding: 0;
        outline: 0;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #snav li a {
        text-decoration: none;
        color: #2d7ece;
        display: block;
        position: relative;
        font-family: 'Open Sans';
        font-weight: 300;
    }

    #snav .fa {
        vertical-align: middle;
        font-size: 25px;
        width: 70px;
        height: 60px;
        line-height: 35px;
        text-align: center;
        position: relative;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 5px;
        padding-top: 10px;
        -webkit-box-shadow: 10px 10px 78px -19px rgba(0,0,0,0.57);
        -moz-box-shadow: 10px 10px 78px -19px rgba(0,0,0,0.57);
        box-shadow: 10px 10px 78px -19px rgba(0,0,0,0.57);
        z-index: 4;
    }

.fakobi {
    background: url(../images/kobi-icon.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

    .fakobi:hover {
        background: url(../images/kobi-icon-white.png) no-repeat;
        background-position: center;
        background-size: 28px;
    }

.fakonut {
    background: url(../images/konut-sigorta-icon.png) no-repeat;
    background-position: center;
    background-size: 29px;
}

    .fakonut:hover {
        background: url(../images/konut-sigorta-icon-white.png) no-repeat;
        background-position: center;
        background-size: 29px;
    }

.fakasko {
    background: url(../images/kasko-sigorta-icon.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

    .fakasko:hover {
        background: url(../images/kasko-sigorta-icon-white.png) no-repeat;
        background-position: center;
        background-size: 28px;
    }

.fasaglik {
    background: url(../images/saglik-sigortasi-icon.png) no-repeat;
    background-position: center;
    background-size: 27px;
}

    .fasaglik:hover {
        background: url(../images/saglik-sigortasi-icon-white.png) no-repeat;
        background-position: center;
        background-size: 27px;
    }

.faissizlik {
    background: url(../images/issizlik-sigortasi-icon.png) no-repeat;
    background-position: center;
    background-size: 29px;
}

    .faissizlik:hover {
        background: url(../images/issizlik-sigortasi-icon-white.png) no-repeat;
        background-position: center;
        background-size: 29px;
    }

.fadeprem {
    background: url(../images/deprem-sigortasi-icon.png) no-repeat;
    background-position: center;
    background-size: 33px;
}

    .fadeprem:hover {
        background: url(../images/deprem-sigortasi-icon-white.png) no-repeat;
        background-position: center;
        background-size: 33px;
    }

.fatrafik {
    background: url(../images/trafik-sigortasi-icon.png) no-repeat;
    background-position: center;
    background-size: 29px;
}

    .fatrafik:hover {
        background: url(../images/trafik-sigortasi-icon-white.png) no-repeat;
        background-position: center;
        background-size: 29px;
    }

.faseyahat {
    background: url(../images/seyahat-sigortasi.png) no-repeat;
    background-position: center;
    background-size: 35px;
}

    .faseyahat:hover {
        background: url(../images/seyahat-sigortas-whitei.png) no-repeat;
        background-position: center;
        background-size: 35px;
    }

.fakaza {
    background: url(../images/kaza-sigortasi-icon.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

    .fakaza:hover {
        background: url(../images/kaza-sigortasi-icon-white.png) no-repeat;
        background-position: center;
        background-size: 28px;
    }



.fadiger {
    background: url(../images/diger-icon.png) no-repeat;
    background-position: center;
    background-size: 27px;
}

    .fadiger:hover {
        background: url(../images/diger-icon-white.png) no-repeat;
        background-position: center;
        background-size: 27px;
    }










#snav li span {
    font-size: 15px;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 35px;
    height: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0 30px 0 30px;
    padding-top: 13px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 3;
}

#snav li a:hover .fa {
    transform: rotate(720deg);
}


#snav li a:hover span {
    visibility: visible;
}

/* colors styles */

/* menu items title background used for browsers not supporting :nth-child */


#snav li span {
    background-color: #555;
}

/* icons color and background before hover  */


#snav li .fa {
    /*background-color: #EEE;*/
    color: #2d7ece;
    background-color: rgb(22, 63, 101);
}

/* icons hover color */


#snav li a:hover .fakobi {
    background: url(../images/kobi-icon-white.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

#snav li a:hover .fakonut {
    background: url(../images/konut-sigorta-icon-white.png) no-repeat;
    background-position: center;
    background-size: 29px;
}

#snav li a:hover .fakasko {
    background: url(../images/kasko-sigorta-icon-white.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

#snav li a:hover .fasaglik {
    background: url(../images/saglik-sigortasi-icon-white.png) no-repeat;
    background-position: center;
    background-size: 27px;
}

#snav li a:hover .faissizlik {
    background: url(../images/issizlik-sigortasi-icon-white.png) no-repeat;
    background-position: center;
    background-size: 29px;
}

#snav li a:hover .fadeprem {
    background: url(../images/deprem-sigortasi-icon-white.png) no-repeat;
    background-position: center;
    background-size: 33px;
}

#snav li a:hover .fatrafik {
    background: url(../images/trafik-sigortasi-icon-white.png) no-repeat;
    background-position: center;
    background-size: 29px;
}

#snav li a:hover .faseyahat {
    background: url(../images/seyahat-sigortas-whitei.png) no-repeat;
    background-position: center;
    background-size: 35px;
}

#snav li a:hover .fakaza {
    background: url(../images/kaza-sigortasi-icon-white.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

#snav li a:hover .fadiger {
    background: url(../images/diger-icon-white.png) no-repeat;
    background-position: center;
    background-size: 27px;
}

/* repeated colors from 1 to 10 each hover color repeated after 10 menu items */


#snav li:nth-child(10n+1) span,
#snav li:nth-child(10n+1) a:hover .fa {
    background-color: #2d7ece;
    color: white;
}

#snav li:nth-child(10n+2) span,
#snav li:nth-child(10n+2) a:hover .fa {
    background-color: #e04c71;
    color: white;
}

#snav li:nth-child(10n+3) span,
#snav li:nth-child(10n+3) a:hover .fa {
    /*background-color: #3f51b5;*/
    background-color: #9c5cc9;
    color: white;
}

#snav li:nth-child(10n+4) span,
#snav li:nth-child(10n+4) a:hover .fa {
    /*background-color: #a635b9;*/
    color: white;
    background-color: #0e9378;
}

#snav li:nth-child(10n+5) span,
#snav li:nth-child(10n+5) a:hover .fa {
    /*background-color: #03a9f4;*/
    color: white;
    background-color: #f55843;
}

#snav li:nth-child(10n+6) span,
#snav li:nth-child(10n+6) a:hover .fa {
    background-color: #00ae69;
    color: white;
}

#snav li:nth-child(10n+7) span,
#snav li:nth-child(10n+7) a:hover .fa {
    background-color: #e77f18;
    color: white;
}

#snav li:nth-child(10n+8) span,
#snav li:nth-child(10n+8) a:hover .fa {
    /*background-color: #f65944;*/
    color: white;
    background-color: #03a9f4;
}

#snav li:nth-child(10n+9) span,
#snav li:nth-child(10n+9) a:hover .fa {
    background-color: #009688;
    color: white;
}

#snav li:nth-child(10n+10) span,
#snav li:nth-child(10n+10) a:hover .fa {
    /*background-color: #4164b1;*/
    color: white;
    background-color: #ff7451;
}

/* Top Menu */


.menu {
    width: 42px;
    height: 46px;
    float: right;
    margin: 15px 30px 0 0;
    position: relative;
    z-index: 1505;
    cursor: pointer;
    border: 2px solid #fff !important;
    padding-top: 10px;
    padding-left: 7px;
    border-radius: 3px;
}

    .menu div.strokes {
        width: 80%;
        height: 3px;
        margin: 0 0 6px 0;
        background: white;
        border-radius: 3px;
        transition: transform 0.3s, opacity 0.1s;
        z-index: 1505;
    }

.hide {
    opacity: 0;
    transform: translateX(42px);
}

.animate0 {
    transform: rotate(35deg) translateY(6px);
    margin-top: 4px !important;
    margin-left: 3px !important;
}

.menu:visited, .menu:focus {
    border: none !important;
}

.animate2 {
    transform: rotate(-35deg) translateY(-6px);
    margin-top: 4px !important;
    margin-left: 3px !important;
}

.fullscreenmenu {
    background-color: rgba(52, 152, 219, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: background 0.5s ease-in-out, opacity 0.5s;
    -moz-transition: background 0.5s ease-in-out, opacity 0.5s;
    -ms-transition: background 0.5s ease-in-out, opacity 0.5s;
    -o-transition: background 0.5s ease-in-out, opacity 0.5s;
    transition: background 0.5s ease-in-out, opacity 0.5s;
    text-align: center;
}

    .fullscreenmenu.show {
        opacity: 1;
        position: fixed;
        z-index: 1000;
        background-color: rgba(52, 152, 219, 0.9);
        -webkit-transition: background 0.5s ease-in-out, visibility 0.5s;
        -moz-transition: background 0.5s ease-in-out, visibility 0.5s;
        -ms-transition: background 0.5s ease-in-out, visibility 0.5s;
        -o-transition: background 0.5s ease-in-out, visibility 0.5s;
        transition: background 0.5s ease-in-out, visibility 0.5s;
    }

    .fullscreenmenu ul {
        padding: 10%;
        list-style: none;
    }

    .fullscreenmenu li a {
        visibility: inherit;
        color: white;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 70px;
        text-decoration: none;
        font-weight: 100;
        text-transform: uppercase;
        line-height: 150%;
    }


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(11,44,72, 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    /*top: 25%;*/ /* 25% from the top */
    top: 9%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300 !important;
    font-family: 'Open Sans',sans-serif;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    letter-spacing: 0.5px;
    line-height: 38px;
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover {
        color: rgba(255,255,255,0.5);
        background-color: transparent;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -2px;
    right: 22px;
    font-size: 50px;
}

.mClose a {
    color: #fff;
}

    .mClose a:hover {
        color: #fff;
        background-color: transparent;
    }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.dp {
    margin-left: -30px !important;
    position: absolute;
    margin-top: 35px;
}

.dp-travel {
    margin-top: 13px;
    margin-left: -66px !important;
    position: absolute;
}

.dp-unem {
    margin-top: 2px;
    margin-left: 0px !important;
    position: absolute;
}

.dp-person {
    margin-top: 13px;
    margin-left: -90px !important;
    position: absolute;
}

.mLeftmenu span {
    margin-left: -30px;
}

.mLeftmenu .fa {
    vertical-align: middle;
    font-size: 20px;
    width: 70px;
    height: 60px;
    line-height: 35px;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px;
    z-index: 4;
}


.mfakobi {
    background: url(../images/kobi-icon.png) no-repeat;
    background-position: left;
    background-size: 25px;
}

.mkobi {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-top: 2px solid #306589 !important;
    border-left: 2px solid #306589 !important;
}

    .mkobi a {
        font-family: 'Open sans';
        color: #2d7ece !important;
        font-size: 11px;
        font-weight: 500;
    }


.mfakonut {
    background: url(../images/konut-sigorta-icon.png) no-repeat;
    background-position: left;
    background-size: 25px;
}

.mkonut {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-top: 2px solid #306589 !important;
    border-right: 2px solid #306589 !important;
}

    .mkonut a {
        font-family: 'Open sans';
        color: #e04c71 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfakasko {
    background: url(../images/kasko-sigorta-icon.png) no-repeat;
    background-position: left;
    background-size: 24px;
}

.mkasko {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-left: 2px solid #306589 !important;
}

    .mkasko a {
        font-family: 'Open sans';
        color: #9c5cc9 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfasaglik {
    background: url(../images/saglik-sigortasi-icon.png) no-repeat;
    background-position: left;
    background-size: 21px;
}

.msaglik {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-right: 2px solid #306589 !important;
}

    .msaglik a {
        font-family: 'Open sans';
        color: #0e9378 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfaissizlik {
    background: url(../images/issizlik-sigortasi-icon.png) no-repeat;
    background-position: left;
    background-size: 24px;
}

.missizlik {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-left: 2px solid #306589 !important;
}

    .missizlik a {
        font-family: 'Open sans';
        color: #03a9f4 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfadeprem {
    background: url(../images/deprem-sigortasi-icon.png) no-repeat;
    background-position: left;
    background-size: 27px;
}

.mdeprem {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-right: 2px solid #306589 !important;
}

    .mdeprem a {
        font-family: 'Open sans';
        color: #00ae69 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfatrafik {
    background: url(../images/trafik-sigortasi-icon.png) no-repeat;
    background-position: left;
    background-size: 25px;
}

.mtrafik {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-left: 2px solid #306589 !important;
}

    .mtrafik a {
        font-family: 'Open sans';
        color: #e77f18 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfaseyahat {
    background: url(../images/seyahat-sigortasi.png) no-repeat;
    background-position: left;
    background-size: 28px;
}

.mseyahat {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-right: 2px solid #306589 !important;
}

    .mseyahat a {
        font-family: 'Open sans';
        color: #03a9f4 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfakaza {
    background: url(../images/kaza-sigortasi-icon.png) no-repeat;
    background-position: left;
    background-size: 25px;
}

.mkaza {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-left: 2px solid #306589 !important;
    border-bottom: 2px solid #306589 !important;
}

    .mkaza a {
        font-family: 'Open sans';
        color: #009688 !important;
        font-size: 11px;
        font-weight: 500;
    }

.mfadiger {
    background: url(../images/diger-icon.png) no-repeat;
    background-position: left;
    background-size: 22px;
}

.mdiger {
    background-color: #fff;
    height: 75px;
    padding-top: 7px;
    border: 1px solid #306589;
    border-right: 2px solid #306589 !important;
    border-bottom: 2px solid #306589 !important;
}

    .mdiger a {
        font-family: 'Open Sans';
        font-size: 11px;
        color: #4164b1 !important;
        font-weight: 500;
    }

.mail {
    margin-left: 25px;
}

.tel {
    margin-left: 5px;
}

.fax {
    margin-left: 30px;
}

    .fax a {
        color: white;
        margin-left: 26%;
        margin-top: -9%;
    }

.tel a {
    color: white;
    margin-left: 26%;
    margin-top: -9%;
}

.zorunluW {
    width: 300px !important;
}

.KazaW {
    width: 200px !important;
}

.SeyahatW {
    width: 200px !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px solid rgba(255, 255, 255, 0.0);
}



/*........................................Gayrimenkuller Css.......................................*/



.GayrimenkulTitle {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    font-family: Calibri;
    font-size: 16px;
    color: #234a6c;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 500;
}

.GayrimenkulContainer {
    width: 100%;
    height: auto;
}

.GayrimenkulContent {
    width: 100%;
    height: 93px;
    float: left;
    background-color: #f5f5f5;
    margin-top: 10px;
    border: 1px solid #ddd;
}

.GayrimenkulImgContent {
    width: 148px;
    height: 93px;
    float: left;
}

.GayrimenkulImg {
    width: 128px;
    height: 78px;
    margin: 3px auto;
    border: 3px solid #fff;
    text-align: center;
}

.textTitle {
    width: 100%;
    height: 20px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: bold;
    color: #00264a;
    margin-top: 5px;
    margin-left: 5px;
}

.text {
    width: 100%;
    height: auto;
    min-height: 33px;
    font-family: 'Open Sans';
    font-size: 12px;
    margin-left: 5px;
    color: #00264a;
    padding-right: 10px;
}

.orangeBox {
    padding: 5px 17px;
    float: left;
    /*background-image: url("../Images/SiteImages/orangeBox.jpg");
    background-repeat: no-repeat;*/
    margin-left: 5px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    background-color: #f78733;
    border-radius: 2px;
}

.GayrimenkulPaging {
    width: auto;
    height: 30px;
    margin: 10px auto;
    float: right;
    text-align: right;
}

.pagingBox {
    width: 26px;
    height: 28px;
    float: left;
    text-align: center;
    padding-top: 2px;
    background-color: #f78733;
    border: 1px solid #fff;
    color: #fff;
}

.activePage {
    color: #fff;
    background-image: url("/Images/SiteImages/pagingHoverBox.png");
    background-repeat: no-repeat;
}

.pagingBox:hover {
    color: #fff;
    background-image: url("/Images/SiteImages/pagingHoverBox.png");
    background-repeat: no-repeat;
}


.bottom10 {
    margin-bottom: 10px;
}

.hak-sahip-style {
    font-family: 'Open Sans';
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 118px;
    line-height: 1.2;
    font-weight: bold;
}

.logo-hazine a {
    margin-top: -2px !important;
}


.page-name-title {
    background-color: #fff;
    height: 48px;
    float: right;
    /* position: absolute; */
    float: right;
    z-index: 999;
    margin-top: -85px;
    color: #000;
    margin-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    font-family: 'Bebas Neue';
    font-size: 25px;
    letter-spacing: 0.7px;
}

.isortak {
    margin-left: -188px;
    z-index: 9999;
    background-color: #f2f3f3;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .isortak h2 {
        color: #143e63 !important;
        font-family: 'Open Sans';
        font-weight: 600;
        padding: 10px;
        width: 100%;
        margin-top: 5px;
        text-decoration: none !important;
        padding-bottom: 15px;
    }

.musteri h2 {
    color: #143e63 !important;
    font-family: 'Open Sans';
    font-weight: 600;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    text-decoration: none !important;
    padding-bottom: 15px;
}

.droptitle {
    padding-left: 30px !important;
    font-size: 15px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.hsSearch {
    margin-top: 15px;
    float: left;
}

.frm-search {
    font-family: 'Open Sans';
    font-size: 11px;
    /*box-shadow:inset 0px 0px 6px 0px #183E5E;*/
}

.btn-search {
    padding-top: 2px;
}

    .btn-search:hover {
        background-color: #fff;
        border-color: #ccc;
    }

/* Tooltip */
.mOpen + .tooltip > .tooltip-inner {
    background-color: #1E4565;
    color: #FFFFFF;
    border: 2px solid #1E4565;
    padding: 6px;
    font-size: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.mOpen + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid white;
}
