﻿/** BASIC HTLM CSS***/

.HtmlLtrDiv h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 400;
}

.HtmlLtrDiv h1 {
    font-size: 32px;
}

.HtmlLtrDiv h2 {
    font-size: 32px;
}

.HtmlLtrDiv h3 {
    font-size: 24px;
}

.HtmlLtrDiv h4 {
    font-size: 18px;
}

.HtmlLtrDiv h5 {
    font-size: 16px;
}

.HtmlLtrDiv h6 {
    font-size: 14px;
}

.HtmlLtrDiv p {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    line-height: 22px !important;
}

.HtmlLtrDiv img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

    .HtmlLtrDiv img:hover {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -moz-transform: scale(1.06);
        transform: scale(1.06);
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

.HtmlLtrDiv a {
    font-family: Helvetica, Arial, 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: #bb0a0a;
        text-decoration: underline;
    }

.HtmlLtrDiv ul {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

    .HtmlLtrDiv ul li {
        font-family: Helvetica, Arial, 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: Helvetica, Arial, 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: Helvetica, Arial, sans-serif;
        background-color: #666666;
        color: #FFFFFF;
    }

.HtmlLtrDiv td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

    .HtmlLtrDiv td span {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 14px !important;
    }

/*SLIDER CONTENT*/

.SliderContentMaster {
    position: relative;
    min-width: 800px;
    max-width: 1920px;
}

.SliderSlogan {
    position: absolute;
    font-family: Oxygen, 'Segoe UI';
    text-align: center;
    margin-top: -10px;
    font-size: 55px !important;
    color: #272727;
    font-weight: 200;
    line-height: 45px;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
    z-index: 2;
}

    .SliderSlogan span {
        font-size: 32px !important;
        color: #272727;
        font-weight: 200;
        line-height: 32px;
    }

.SliderSlogan2 {
    position: absolute;
    text-align: left;
    margin-top: -10px;
    font-family: Oxygen, 'Segoe UI';
    font-size: 38px !important;
    color: #fff;
    /*font-weight: 700;*/
    line-height: 48px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    z-index: 2;
}

    .SliderSlogan2 span {
        font-size: 16px !important;
        color: #fff;
        font-weight: 200;
        line-height: 16px !important;
    }

    .SliderSlogan2 p {
        font-size: 16px !important;
        color: #fff;
        font-weight: 200;
        line-height: 22px !important;
    }


@media screen and (max-width: 1250px) {
    .SliderSlogan {
        display: none;
    }

    .SliderSlogan2 {
        display: none;
    }
}



.SliderPrBlock {
    width: 800px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.50);
    border: 1px solid #fff;
    display: inline-block;
}

    .SliderPrBlock h2 {
        font-size: 32px !important;
    }

    .SliderPrBlock p {
        font-size: 16px !important;
        line-height: 22px;
    }

/*TICKER*/
.TickerDiv {
    position: relative;
}

    .TickerDiv li {
        line-height: 5px;
        list-style-type: none !important;
        list-style-image: none !important;
    }

    .TickerDiv a {
        position: relative;
        float: left;
        margin-top: 14px;
        height: 260px;
        width: 216px;
        overflow: hidden;
    }


.Tickerimg {
    position: absolute;
    top: 0;
    left: 0;
}

.TickerTextDiv {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 216px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.60);
}

    .TickerTextDiv:hover {
        color: #bb0a0a;
        /*background-color: #333333;*/
    }

    .TickerTextDiv span {
        font-size: 15px;
        color: #272727;
    }

    .TickerTextDiv:hover span {
        font-size: 15px;
        color: #bb0a0a;
    }


.TickerBorder {
    border: 1px ridge #333333;
    width: 1168px;
    height: 287px;
}

.TickerNavDivLeft {
    position: absolute;
    width: 38px !important;
    height: 38px !important;
    top: 30px !important;
    left: 30px !important;
    z-index: 99999 !important;
    cursor: pointer;
    display: none;
}

.TickerNavDivRight {
    position: absolute;
    top: 30px !important;
    right: 15px !important;
    width: 38px !important;
    height: 38px !important;
    z-index: 9999 !important;
    cursor: pointer;
    display: none;
}

.TickerNextBtn {
    width: 38px !important;
    height: 38px !important;
}

.TickerPreviousBtn {
    width: 38px !important;
    height: 38px !important;
}

.TickerDiv:hover div {
    display: block !important;
}


/*PARAGRAFLAR*/

.p1 {
    font-family: Helvetica, Arial, sans-serif;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    font-weight: 300;
}

.p1Italic {
    font-family: Helvetica, Arial, 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: Helvetica, Arial, sans-serif;
    margin-bottom: 10px !important;
    font-weight: 300;
}

/*BAŞLIKLAR*/

.h1TypeA {
    font-size: 32px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    color: #333333 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    line-height: 32px;
}

.h1TypeB {
    color: #bb0a0a !important;
}

.h2TypeA {
    color: #333333 !important;
}

.h2TypeB {
    color: #bb0a0a !important;
}

.h3TypeA {
    color: #333333 !important;
}

.h3TypeB {
    color: #bb0a0a !important;
}

.h4TypeA {
    color: #333333 !important;
}

.h4TypeB {
    color: #bb0a0a !important;
}

.h5TypeA {
    color: #333333 !important;
}

.h5TypeB {
    color: #bb0a0a;
}

.h6TypeA {
    color: #333333 !important;
}

.h6TypeB {
    color: #bb0a0a !important;
}

.aTypeA {
    color: #333333 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    margin-bottom: 15px !important;
}

    .aTypeA:hover {
        color: #bb0a0a !important;
        text-decoration: underline !important;
    }

.aTypeB {
    color: #bb0a0a !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: #333333 !important;
    text-decoration: none !important;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

    .btnTypeA:hover {
        background-color: #bb0a0a !important;
        color: #FFFFFF !important;
    }

.btnTypeB {
    color: #FFFFFF !important;
    font-size: 16px !important;
    background-color: #bb0a0a !important;
    text-decoration: none !important;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

    .btnTypeB:hover {
        background-color: #333333 !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: #666666 !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;
    }
