
html, body, form {
    margin: 0;
    padding: 0;
    height: 100%;
}

#bodyWrapper {
    min-height: 100%;
    z-index: 1;
    /*margin: 0;
    padding: 0;*/
}

#bodyContent {
    z-index: 2;
    padding-bottom: 155px;
}

#bodyFooter {
    position: relative;
    margin-top: -170px;
    padding-top: 50px;
    height: 120px;
    clear: both;
}

/*#endregion*/

body {
    font-family: 'Noto Sans';
    font-size: 13px;
    color: #58595b;
    line-height: 20px;
    cursor: default;
    text-align: center;
    background-color: #fff;
}

a {
    font-family: 'Noto Sans';
    text-decoration: none;
}

    a img {
        border: 0;
    }

    a:hover {
        text-decoration: underline;
    }

    a:link, a:visited {
        text-decoration: none;
    }

.aligner {
    display: table;
    position: relative; 
    width: 964px;
     height: 113px; 
     margin: 0 auto;
    padding: 0;
}

.aligner-item-wrapper {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
     
}

.aligner-item {
    #position: relative;
    #top: -50%;
}

/*#region [ Master Menu ]*/

#headerMenu ul.topnav {
    list-style: none;
}

    #headerMenu ul.topnav li {
        float: left;
        margin: 0 0 0 20px;
        padding: 0;
        position: relative;
    }

        #headerMenu ul.topnav li a {
            font-size: 12px;
            color: #78797c;
            display: block;
            text-decoration: none;
            float: left;
        }

            #headerMenu ul.topnav li a:hover {
                color: #000000;
            }

        #headerMenu ul.topnav li ul.subnav {
            list-style: none;
            position: absolute;
            left: 0;
            top: 40px;
            margin: 0;
            padding: 10px 0;
            display: none;
            float: left;
            width: 143px;
            border: 1px solid #eeeeee;
            border-top: 3px solid #e51937;
            background: #fff;
            text-align: left;
        }

            #headerMenu ul.topnav li ul.subnav li {
                margin: 0;
                padding: 8px 0;
                clear: both;
                width: 100%;
            }

                #headerMenu ul.topnav li ul.subnav li a {
                    color: #8c8d90;
                    font-size: 11px;
                    width: 100%;
                    padding-left: 17px;
                }

                    #headerMenu ul.topnav li ul.subnav li a:hover {
                        color: #000000;
                    }

#lnMenu {
    margin-top: 11px;
}

    #lnMenu a {
        margin-left: 5px;
    }

/*#endregion*/

/*#region [ Footer ]*/

/*#region [ Footer Menu ]*/

#footerMenuWrapper {
    float: left;
    background-color: #e9ebed;
    width: 100%;
    height: 60px;
    clear: both;
}

#footerMenu ul.topnav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #footerMenu ul.topnav li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100px;
        border-left: 2px solid #fff;
    }

        #footerMenu ul.topnav li:last-child {
            border-right: 2px solid #fff;
        }

        #footerMenu ul.topnav li a {
            font-size: 14px;
            color: #58595b;
            display: block;
            text-decoration: none;
            width: 100%;
            height: 60px;
            line-height: 60px;
            cursor: pointer;
        }

            #footerMenu ul.topnav li a:hover {
                color: #000000;
                background-color: #f4f5f6;
            }

/*#endregion*/

/*#region [ Searchbox ]*/

#searchwrapper {
    width: 321px;
    height: 40px;
    background-image: url(../images/searchbox.png);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 10px 0 20px 0;
    position: relative;
    background-position: right;
}

#searchbox {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 270px;
    height: 28px;
    font-size: 13px;
    color: #999b9d;
}

#searchbox_submit {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 4px;
    left: 275px;
    width: 32px;
    height: 28px;
}

/*#endregion*/

/*#region [ Footer SubMenu ]*/

#footerSubMenuWrapper {
    float: left;
    width: 100%;
    height: 60px;
    clear: both;
}

#footerSubMenu ul.topnav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

    #footerSubMenu ul.topnav li {
        float: left;
        margin: 0;
        padding: 0 3px 0 0;
        position: relative;
    }

        #footerSubMenu ul.topnav li a {
            font-size: 11px;
            color: #acaeb2;
            text-decoration: none;
            cursor: pointer;
        }

            #footerSubMenu ul.topnav li a:hover {
                color: #000000;
            }

#copyrightWrapper {
    color: #caccd0;
}


/*#endregion*/

/*#region [ FollowUp ]*/

ul#followUp {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#followUp li {
        float: left;
        margin: 0 0 0 7px;
        padding: 0;
        position: relative;
    }

        ul#followUp li a {
            display: block;
            text-decoration: none;
            width: 28px;
            height: 28px;
        }

.followUpFace {
    background-image: url('../images/bg/social_icons_face.png');
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpFace:hover {
        background-position: 0px -28px;
    }

.followUpLinkedin {
    background-image: url('../images/bg/social_icons_linkedin.png');
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpLinkedin:hover {
        background-position: 0px -28px;
    }

.followUpTwitter {
    background-image: url(../images/bg/social_icons_twitter.png);
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpTwitter:hover {
        background-position: 0px -28px;
    }


.followUpGplus {
    background-image: url(../images/bg/social_icons_gplus.png);
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpGplus:hover {
        background-position: 0px -28px;
    }

.followUpYoutube {
    background-image: url(../images/bg/youtubeIcon.png);
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpYoutube:hover {
        background-position: 0px -28px;
    }


.followUpLinkedin {
    background-image: url(../images/bg/linkedinIcon.png);
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpLinkedin:hover {
        background-position: 0px -28px;
    }

.followUpPinterest {
    background-image: url(../images/bg/social_icons_pinterest.png);
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpPinterest:hover {
        background-position: 0px -28px;
    }

.followUpRss {
    background-image: url(../images/bg/social_icons_Rss.png);
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpRss:hover {
        background-position: 0px -28px;
    }

.followUpicon {
    background-image: url(../images/bg/i-con.png);
    height: 28px;
    width: 28px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .followUpicon:hover {
        background-position: 0px -28px;
    }

/*#endregion*/

/*#endregion*/

/*#region [ DefaultPage ]*/

#defaultPage {
}

    #defaultPage #header {
        background: #e9ebed;
        height: 180px;
        overflow: hidden;
        margin-bottom: 10px;
        position:relative;
    }

    #defaultPage .nivoSlider {
        width: 800px;
        margin: 0 auto;
    }

    #defaultPage .nivo-controlNav {
        width: 1000px;
        margin: 0 auto;
    }

    #defaultPage #container {
        width: 1000px;
        position: relative;
        margin: 0 auto;
    }

        #defaultPage #container .flexslider {
            margin: 0 auto;
            text-align: center;
        }

        #defaultPage #container #mainCategory {
            color: #58595b;
            font-size: 15px;
            letter-spacing: 5px;
            clear: both;
        }

#mainCategory a {
    color: #58595b;
}

#defaultPage #container #subCategory {
    color: #bcbec0;
    font-size: 12px;
    margin-top: 5px;
    min-height: 20px;
    clear: both;
}

#defaultPage #container #categoryImage {
    margin-top: 37px;
    border: 0;
}

    #defaultPage #container #categoryImage td {
        padding: 0 8px;
    }

#defaultPage #container #categoryImage2 {
    margin-top: 37px;
    border: 0;
}

    #defaultPage #container #categoryImage2 td {
        padding: 0 8px;
    }

/*#endregion*/

/*#region [ CorporatePage ]*/

#corporatePage {
}

    #corporatePage #headerWrapper {
        background: #e9ebed;
        height: 170px;
        overflow: hidden;
        margin-bottom: 5px;
    }

        #corporatePage #headerWrapper #banner {
            width: 900px;
            margin: 0 auto;
        }

    #corporatePage #headerBarWrapper {
        background: #e9ebed;
        height: 32px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #corporatePage #headerBarWrapper #headerBar {
            width: 964px;
            margin: 0 auto;
            text-align: left;
        }

        #corporatePage #headerBarWrapper .tab {
            width: 208px;
            border-bottom: 3px solid #FF0000;
            font-size: 11px;
            color: #5d5e60;
            text-align: left;
            padding-left: 15px;
            line-height: 29px;
        }

    #corporatePage #contentWrapper {
        width: 964px;
        margin: 0 auto;
        text-align: left;
    }

        #corporatePage #contentWrapper #leftWrapper {
            float: left;
            width: 223px;
        }

        #corporatePage #contentWrapper #rightWrapper {
            float: right;
            width: 711px;
            padding-left: 30px;
            font-size: 13px;
            color: #58595b;
            line-height: 20px;
        }

/*#endregion*/

/*#region [ CorporateDetailPage ]*/

#corporateDetailPage {
}

    #corporateDetailPage #headerWrapper {
        background: #e9ebed;
        height: 442px;
        overflow: hidden;
    }

    #corporateDetailPage .nivoSlider {
        width: 1024px;
        margin: 0 auto;
    }

    #corporateDetailPage .nivo-controlNav {
        width: 1024px;
        margin: 0 auto;
    }

    #corporateDetailPage #captionWrapper {
        width: 1024px;
        margin: 0 auto;
        text-align: left;
        color: #58595b;
    }

        #corporateDetailPage #captionWrapper .nivo-caption {
            padding: 65px 30px 0 30px;
        }

    #corporateDetailPage #contentWrapper {
        width: 1024px;
        margin: 0 auto;
        text-align: left;
    }

        #corporateDetailPage #contentWrapper .break {
            height: 3px;
            position: relative;
            z-index: 99;
            min-height: 3px;
            background-color: #fff;
        }

        #corporateDetailPage #contentWrapper #contentBarWrapper {
            position: relative;
            z-index: 100;
            padding: 0 30px;
            margin-top: -40px;
        }

            #corporateDetailPage #contentWrapper #contentBarWrapper #contentLeftBar {
                float: left;
                padding-top: 20px;
            }

                #corporateDetailPage #contentWrapper #contentBarWrapper #contentLeftBar a {
                    text-decoration: none;
                    display: block;
                    cursor: pointer;
                    float: left;
                }

                #corporateDetailPage #contentWrapper #contentBarWrapper #contentLeftBar #socialMediaWrapper {
                    width: 325px;
                    height: 25px;
                    padding: 2px 10px 2px 30px;
                    margin-top: -20px;
                    margin-left: 70px;
                    display: block;
                    background-color: #d1d4d6;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                    #corporateDetailPage #contentWrapper #contentBarWrapper #contentLeftBar #socialMediaWrapper #socialMediaContent {
                        position: absolute;
                        width: 325px;
                        height: 25px;
                        z-index: 103;
                    }

                        #corporateDetailPage #contentWrapper #contentBarWrapper #contentLeftBar #socialMediaWrapper #socialMediaContent a {
                            margin-right: 5px;
                        }

            #corporateDetailPage #contentWrapper #contentBarWrapper #contentRightBar {
                float: right;
                vertical-align: top;
            }

        #corporateDetailPage #contentWrapper #description {
            padding: 100px 30px 0 30px;
            font-size: 16px;
        }

        #corporateDetailPage #contentWrapper #detail {
            background-color: #e9ebed;
            margin: 0;
            padding: 100px 30px 30px 30px;
        }

/*#endregion*/

/*#region [ OutletPage ]*/

#outletPage {
}

    #outletPage #headerWrapper {
        background: #e9ebed;
        height: 170px;
        overflow: hidden;
        margin-bottom: 5px;
    }

        #outletPage #headerWrapper #banner {
            width: 900px;
            margin: 0 auto;
        }

    #outletPage #headerBarWrapper {
        background: #e9ebed;
        height: 32px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #outletPage #headerBarWrapper #headerBar {
            width: 964px;
            margin: 0 auto;
            text-align: left;
        }

        #outletPage #headerBarWrapper .tab {
            width: 208px;
            border-bottom: 3px solid #FF0000;
            font-size: 11px;
            color: #5d5e60;
            text-align: left;
            padding-left: 15px;
            line-height: 29px;
        }

    #outletPage #contentWrapper {
        width: 964px;
        margin: 0 auto;
        text-align: left;
    }

        #outletPage #contentWrapper #leftWrapper {
            float: left;
            width: 223px;
        }

        #outletPage #contentWrapper #rightWrapper {
            float: right;
            width: 711px;
            padding-left: 30px;
            font-size: 13px;
            color: #58595b;
            line-height: 20px;
        }

            #outletPage #contentWrapper #rightWrapper #mapWrapper {
                font-size: 12px;
                width: 711px;
                height: 327px;
            }

                #outletPage #contentWrapper #rightWrapper #mapWrapper svg {
                    width: 711px;
                    height: 327px;
                }

                    #outletPage #contentWrapper #rightWrapper #mapWrapper svg a {
                        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                    }

                #outletPage #contentWrapper #rightWrapper #mapWrapper polygon:hover, #outletPage #contentWrapper #rightWrapper #mapWrapper path:hover {
                    cursor: pointer;
                    fill: #fe2120;
                }

                #outletPage #contentWrapper #rightWrapper #mapWrapper polygon, #outletPage #contentWrapper #rightWrapper #mapWrapper path {
                    fill: #d9dcde;
                }

            #outletPage #contentWrapper #rightWrapper #outletWrapper {
                width: 711px;
            }

                #outletPage #contentWrapper #rightWrapper #outletWrapper table {
                    width: 100%;
                    border: 0;
                    color: #58595b;
                    text-align: left;
                }

                    #outletPage #contentWrapper #rightWrapper #outletWrapper table .trHeader td {
                        border-bottom: 2px solid #f4f5f6;
                        font-size: 15px;
                        font-weight: bold;
                        vertical-align: bottom;
                        padding-bottom: 3px;
                    }

                        #outletPage #contentWrapper #rightWrapper #outletWrapper table .trHeader td span {
                            color: #a7a9ac;
                        }

                    #outletPage #contentWrapper #rightWrapper #outletWrapper table .trHeader .tdMap {
                        width: 85px;
                        text-align: right;
                        color: #d6d7d8;
                    }

                    #outletPage #contentWrapper #rightWrapper #outletWrapper table .trContent td {
                        font-size: 13px;
                        padding-top: 5px;
                    }

                        #outletPage #contentWrapper #rightWrapper #outletWrapper table .trContent td p {
                            margin: 0;
                            padding-top: 2px;
                            padding-bottom: 2px;
                        }

                            #outletPage #contentWrapper #rightWrapper #outletWrapper table .trContent td p span {
                                color: #a7a9ac;
                                font-weight: bold;
                            }


/*#endregion*/

/*#region [ ProductListPage ]*/

#productListPage {
}

    #productListPage #headerWrapper {
        background: #e9ebed;
        height: 170px;
        overflow: hidden;
        margin-bottom: 5px;
    }

        #productListPage #headerWrapper #banner {
            width: 900px;
            margin: 0 auto;
        }

    #productListPage #headerBarWrapper {
        background: #e9ebed;
        height: 32px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #productListPage #headerBarWrapper #headerBar {
            width: 964px;
            margin: 0 auto;
            text-align: center;
        }

            #productListPage #headerBarWrapper #headerBar ul.topnav {
                list-style: none;
                margin: 0 auto;
                padding: 0;
                display: inline-block;
                *display: inline;
            }

                #productListPage #headerBarWrapper #headerBar ul.topnav li {
                    float: left;
                    margin: 0;
                }

                    #productListPage #headerBarWrapper #headerBar ul.topnav li a {
                        font-size: 11px;
                        color: #5d5e60;
                        display: block;
                        text-decoration: none;
                        padding: 0 15px;
                        height: 32px;
                        line-height: 32px;
                        cursor: pointer;
                    }

                        #productListPage #headerBarWrapper #headerBar ul.topnav li a:hover {
                            height: 29px;
                            border-top: 3px solid #FF0000;
                            border-bottom: none;
                            line-height: 26px;
                        }

                        #productListPage #headerBarWrapper #headerBar ul.topnav li a.selected {
                            height: 29px;
                            border-top: none;
                            border-bottom: 3px solid #FF0000;
                            line-height: 32px;
                        }

    #productListPage #container {
        width: 964px;
        position: relative;
        margin: 0 auto;
        text-align: left;
    }

/*#productListPage #container a {
            font-size: 10px;
            letter-spacing: 2px;
            color: #acaeb2;
            text-decoration: none;
        }

            #productListPage #container a:hover {
                color: #5d5e60;
            }*/


/*#endregion*/

/*#region [ ProductPage ]*/

#productPage {
}

    #productPage #headerWrapper {
        background: #e9ebed;
        height: 180px;
        overflow: hidden;
    }

    #productPage .nivoSlider {
        width: 1024px;
        margin: 0 auto;
    }

    #productPage .nivo-controlNav {
        width: 1024px;
        margin: 0 auto;
    }

    #productPage #contentWrapper {
        width: 1024px;
        margin: 0 auto;
        text-align: left;
    }

        #productPage #contentWrapper .break {
            height: 3px;
            position: relative;
            z-index: 99;
            min-height: 3px;
            background-color: #fff;
        }

        #productPage #contentWrapper #contentBarWrapper {
            position: relative;
            z-index: 100;
            padding: 0 30px;
            margin-top: -40px;
        }

            #productPage #contentWrapper #contentBarWrapper #contentLeftBar {
                float: left;
                padding-top: 20px;
            }

                #productPage #contentWrapper #contentBarWrapper #contentLeftBar a {
                    text-decoration: none;
                    display: block;
                    cursor: pointer;
                    float: left;
                }

                #productPage #contentWrapper #contentBarWrapper #contentLeftBar #socialMediaWrapper {
                    width: 127px;
                    height: 28px;
                    padding: 5px 9px 5px 6px;
                    margin-top: -22px;
                    margin-left: 84px;
                    display: block;
                    background-color: #FFFFFF;
                    -webkit-border-radius: 18px;
                    -moz-border-radius: 18px;
                    border-radius: 18px;
                }

                    #productPage #contentWrapper #contentBarWrapper #contentLeftBar #socialMediaWrapper #socialMediaContent {
                        position: absolute;
                        width: 325px;
                        height: 25px;
                        z-index: 103;
                    }

                        #productPage #contentWrapper #contentBarWrapper #contentLeftBar #socialMediaWrapper #socialMediaContent a {
                            margin-right: 5px;
                        }

            #productPage #contentWrapper #contentBarWrapper #contentRightBar {
                float: right;
                vertical-align: top;
            }

        #productPage #contentWrapper #description {
            padding: 100px 30px 0 30px;
            font-size: 16px;
        }

        #productPage #contentWrapper #detail {
            background-color: #e9ebed;
            margin: 0;
            padding: 75px 30px 30px 30px;
        }

.ProductBoyut {
    width: 954px;
    height: 100px;
    float: left;
    position: absolute;
    bottom: 0;
}

.ProductRenkGrup {
    /*width: 282px;
    height: 98px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;*/
}

.RenkGrupTitle {
    width: 250px;
    height: 20px;
    text-align: left;
    border-bottom: 2px solid #c6c8ca;
    color: #58595b;
    font-family: 'Noto Sans';
    font-size: 13px;
    font-weight: bold;
    float: left;
}

.RenkDokular {
    width: 250px;
    height: 80px;
    float: left;
}

/*#endregion*/

/*#region [ Image Effect ]*/

.og-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 117px;
}

    .og-grid li {
        float: left;
        display: inline-block;
        margin: 0px;
        text-align: center;
        vertical-align: top;
        width: 222px;
        padding: 0;
        margin: 0 0 15px 25px;
        transition: height 550ms ease 0s;
    }

        .og-grid li:first-child {
            margin-left: 0px;
        }

    .og-grid > li > a,
    .og-grid > li > a img {
        border: none;
        outline: none;
        display: block;
        position: relative;
    }

    .og-grid .view2 {
        width: 222px;
        height: 97px;
        margin-bottom: 5px;
        display: block;
        position: relative;
        text-align: center;
    }

        .og-grid .view2 .clip {
            width: 222px;
            height: 97px;
            overflow: hidden;
            position: relative;
            text-align: center;
            cursor: default;
        }

        .og-grid .view2 .mask2 {
            width: 222px;
            height: 97px;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
        }

        .og-grid .view2 img {
            display: block;
            position: relative;
            transform: scale(1);
            -moz-transition: transform .4s linear, visibility .1s linear .5s;
            -webkit-transition: transform .4s linear, visibility .1s linear .5s;
            -o-transition: transform .4s linear, visibility .1s linear .5s;
            transition: transform .4s linear, visibility .1s linear .5s;
            width: 222px;
            height: 97px;
        }

        .og-grid .view2 a.info2 {
            background: url(../images/plus_icon.png) center no-repeat;
            display: inline-block;
            text-decoration: none;
            padding: 0;
            text-indent: -9999px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #FFFFFF;
        }

    .og-grid .effect2 .mask2 {
        opacity: 0;
        overflow: visible;
        border: 111px solid rgba(175,0,0,0.70);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


    .og-grid .effect2 .product {
        color: #acaeb2;
        font-size: 10px;
    }

    .og-grid .effect2 a.info2 {
        position: relative;
        top: -73px;
        left: -10px;
        opacity: 0;
        -webkit-transition: opacity 0.5s 0s ease-in-out;
        -moz-transition: opacity 0.5s 0s ease-in-out;
        -o-transition: opacity 0.5s 0s ease-in-out;
        -ms-transition: opacity 0.5s 0s ease-in-out;
        transition: opacity 0.5s 0s ease-in-out;
    }

    .og-grid .effect2:hover .mask2 {
        opacity: 1;
        border: 111px solid rgba(175,0,0,0.70);
    }

    .og-grid .effect2:hover .product {
        color: #5d5e60;
    }


    .og-grid .effect2:hover a.info2 {
        opacity: 1;
        -moz-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .og-grid .effect2:hover img {
        transform: scale(2);
        -moz-transition: transform .4s linear, visibility .1s linear .5s;
        -webkit-transition: transform .4s linear, visibility .1s linear .5s;
        -o-transition: transform .4s linear, visibility .1s linear .5s;
        transition: transform .4s linear, visibility .1s linear .5s;
    }

/*#endregion*/

/*#region [ CampaignPage ]*/

#campaignPage {
}

    #campaignPage #headerWrapper {
        background: #e9ebed;
        height: 440px;
        overflow: hidden;
    }

    #campaignPage .nivoSlider {
        width: 1024px;
        margin: 0 auto;
    }

    #campaignPage .nivo-controlNav {
        width: 1024px;
        margin: 0 auto;
    }

    #campaignPage #captionWrapper {
        width: 1024px;
        margin: 0 auto;
        text-align: left;
        color: #58595b;
    }

        #campaignPage #captionWrapper .nivo-caption {
            padding: 65px 30px 0 30px;
        }

/*#endregion*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*Project*/
.ProjcejtContent {
    width: 964px;
    margin: auto;
    height: auto;
}

.ContentTitle {
    font-size: 13px;
    color: #58595b;
    float: left;
    width: 964px;
    height: 15px;
    font-family: 'Noto Sans';
    font-weight: bold;
    margin-top: 70px;
}

.ContentText {
    float: left;
    width: 964px;
    height: auto;
}

    .ContentText p {
        font-size: 13px;
        color: #58595b;
        font-family: 'Noto Sans';
    }

.ProjectClick {
    margin: auto;
    width: 964px;
    height: 39px;
    background: #e9ebed;
}

    .ProjectClick:hover {
        background: #f4f5f6;
    }

    .ProjectClick p {
        text-align: right;
        padding-top: 8px;
        color: #5d5e60;
        font-size: 12px;
    }

        .ProjectClick p a {
            color: #5d5e60;
            font-size: 12px;
        }


/*Kataloglar*/
.CatalogHome {
    width: 100%;
    height: auto;
    margin-top: 24px;
    float: left;
    margin-bottom: 340px;
}

.CatalogsContent {
    width: 118px;
    height: 190px;
    float: left;
    margin-right: 19px;
}

    .CatalogsContent a {
        font-size: 10px;
        color: #5d5e60;
    }

        .CatalogsContent a:hover {
            opacity: 1;
        }

.CatalogImg {
    float: left;
    width: 118px;
    height: 167px;
    margin: 0;
    background: #f2f2f2;
}

    .CatalogImg img {
        float: left;
        width: 118px;
        height: 167px;
        margin: 0;
    }

.CatalogText {
    float: left;
    height: 23px;
    width: 118px;
    text-align: center;
    font-size: 10px;
    color: #5d5e60;
    opacity: 0.5;
}

span a {
    color: #bcbec0;
}
span a:hover {
    color: #535353;
}

dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*@media screen and (max-device-width: 580px) and (orientation: portrait) {
     #productListPage #container {
        width: 530px;
        position: relative;
        margin: 0 auto;
        text-align: left;
    }
    #productListPage #headerBarWrapper #headerBar {
        width: 100%;
margin: 0 auto;
text-align: center;
    }
    #productListPage #headerWrapper #banner {
        width: 537px;
        margin: 0 auto;
    }
        #productListPage #headerWrapper #banner img {
             width: 537px;
        }
    .aligner {
        width:537px;
    }
}*/