﻿/** BASIC HTLM CSS***/

.HtmlLtrDiv h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 400;
}

.HtmlLtrDiv h1 {
    font-size: 26px;
}

.HtmlLtrDiv h2 {
    font-size: 22px;
}

.HtmlLtrDiv h3 {
    font-size: 18px;
}

.HtmlLtrDiv h4 {
    font-size: 16px;
}

.HtmlLtrDiv h5 {
    font-size: 14px;
}

.HtmlLtrDiv h6 {
    font-size: 10px;
}

.HtmlLtrDiv p {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    line-height: 22px !important;
}

.HtmlLtrDiv img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.HtmlLtrDiv a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: underline;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .HtmlLtrDiv a:hover {
        color: #0086c2;
        text-decoration: underline;
    }

.HtmlLtrDiv ul {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

    .HtmlLtrDiv ul li {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 15px;
        margin-bottom: 5px;
    }

.HtmlLtrDiv ol {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

    .HtmlLtrDiv ol li {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #333333;
        line-height: 20px;
        list-style-type: decimal-leading-zero;
        list-style-position: inside;
    }


.HtmlLtrDiv table {
    border-collapse: collapse;
    width: 100%;
}

    .HtmlLtrDiv table caption {
        padding: 5px;
        font-size: 16px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        background-color: #0086c2;
        color: #FFFFFF;
    }

.HtmlLtrDiv td {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

    .HtmlLtrDiv td span {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
    }


/*TICKER*/
.TickerDiv {
    position: relative;
}

    .TickerDiv li {
        /*width: 275px;
        height: 95px !important;*/
        line-height: 14px;
        list-style-type: none !important;
        list-style-image: none !important;
    }

/*.TickerDiv li p {
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
            color: #7c7c7c;
            line-height: 18px;
            text-decoration: none;
            font-size: 14px !important;
            margin-right: auto;
            margin-left: auto;
            margin-top: 10px;
            margin-bottom: 25px;
            width: 293px;
        }

        .TickerDiv li img {
            width: 293px;
        }*/

.TickerNavDivLeft {
    position: absolute;
    top: 120px;
    left: 15px;
    z-index: 99999;
}

.TickerNavDivRight {
    position: absolute;
    top: 120px;
    right: 15px;
    z-index: 999;
}

.TickerNextBtn {
    width: 37px !important;
    height: 37px !important;
}

.TickerPreviousBtn {
    width: 37px !important;
    height: 37px !important;
}

/*PARAGRAFLAR*/

.p1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    font-weight: 300;
}

.p1Italic {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-style: italic !important;
    margin-bottom: 10px !important;
    font-weight: 300;
}

.p2 {
    color: #333333 !important;
    line-height: 20px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 10px !important;
    font-weight: 300;
}

/*BAŞLIKLAR*/

.h1TypeA {
    font-size: 24px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    color: #5cb374 !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
}

.h1TypeB {
    color: #0086c2 !important;
}

.h2TypeA {
    color: #333333 !important;
}

.h2TypeB {
    color: #0086c2 !important;
}

.h3TypeA {
    color: #333333 !important;
}

.h3TypeB {
    color: #0086c2 !important;
}

.h4TypeA {
    color: #333333 !important;
}

.h4TypeB {
    color: #0086c2 !important;
}

.h5TypeA {
    color: #333333 !important;
}

.h5TypeB {
    color: #0086c2;
}

.h6TypeA {
    color: #333333 !important;
}

.h6TypeB {
    color: #0086c2 !important;
}

.aTypeA {
    color: #333333 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    margin-bottom: 15px !important;
}

    .aTypeA:hover {
        color: #0086c2 !important;
        text-decoration: underline !important;
    }

.aTypeB {
    color: #0086c2 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

    .aTypeB:hover {
        color: #333333 !important;
        text-decoration: underline !important;
    }

.btnTypeA {
    color: #FFFFFF !important;
    font-size: 16px !important;
    background-color: #5cb374 !important;
    text-decoration: none !important;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

    .btnTypeA:hover {
        background-color: #0086c2 !important;
        color: #FFFFFF !important;
    }

.btnTypeB {
    color: #FFFFFF !important;
    font-size: 16px !important;
    background-color: #0086c2 !important;
    text-decoration: none !important;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

    .btnTypeB:hover {
        background-color: #5cb374 !important;
        color: #FFFFFF !important;
    }

.btnTypeC {
    color: #FFFFFF !important;
    font-size: 16px !important;
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none !important;
}

    .btnTypeC:hover {
        background-color: #0086c2 !important;
    }

.OurTeam1 {
    background-position: left top;
    padding-left: 220px;
    min-height: 200px;
    padding-top: 5px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.aReferance {
    background-position: center center;
    width: 275px !important;
    height: 95px !important;
    float: left;
    border: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .aReferance span {
        display: none;
    }

.aReferance2 {
    background-position: center center;
    width: 275px !important;
    height: 95px !important;
    border: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    float: left;
}

    .aReferance2 span {
        display: none;
    }

.OurTeam2 {
    float: left;
    position: relative;
    background-position: center center;
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
    margin-left: 25px;
    background-repeat: no-repeat;
}

    .OurTeam2 div {
        padding: 5px 10px 5px 10px;
        background-color: rgba(0,0,0, 0.50);
        color: #fff;
        font-size: 12px;
        width: 220px;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
    }

.CS23Div {
    background-color: #363636;
    padding: 30px;
    min-height: 390px;
}

    .CS23Div div {
        width: 340px;
        float: left;
    }

    .CS23Div h2 {
        margin-top: 5px;
        color: #fff;
        font-size: 24px;
    }

    .CS23Div h4 {
        margin-top: 15px;
        color: #539bd5;
        font-size: 18px;
    }

    .CS23Div p {
        margin-top: 15px;
        color: #9f9f9f;
        font-size: 14px;
    }

    .CS23Div a {
        margin-top: 15px !important;
        color: #9f9f9f !important;
        font-size: 14px !important;
        text-decoration: none !important;
    }

        .CS23Div a:hover {
            text-decoration: underline !important;
            color: #5cb374 !important;
        }

    .CS23Div img {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
    }

    .CS23Div .btn {
        color: #FFFFFF !important;
        font-size: 16px !important;
        background-color: #828282 !important;
        text-decoration: none !important;
        padding-bottom: 8px;
        padding-top: 8px;
        padding-right: 15px;
        padding-left: 15px;
    }

        .CS23Div .btn:hover {
            background-color: #539bd5 !important;
            color: #FFFFFF !important;
        }
