﻿#genelbakis {
    background: url("../images/genelbakis-bg.jpg") no-repeat;
    background-size: 100% auto;
}

#productImage {
    margin: 0px;
    position: relative;

}

#productName {
    position: absolute;
    left: 0;
    top: 0px;
    color: #029184;
    font-weight: 300;
    font-size: 14px;
}

    #productName h2 {
        color: #000;
        font-weight: 700;
        font-size: 20px;
        margin: 0;
    }

#price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 25%;
}

    #price span {
        font-weight: 300;
        font-size: 18px;
    }

    #price p {
        font-weight: 300;
        font-size: 12px;
        margin: 0;
        line-height: 12px;
    }

    #price a {
        color: #029184;
    }

    #price strong {
        position: relative;
        top: 5px;
    }

#colors {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-weight: 300;
    font-size: 13px;
    color: #000;
}

    #colors ul {
        margin: 10px 0 0;
        padding: 0;
    }

        #colors ul li {
            display: inline-block;
            width: 44px;
            height: 44px;
            border-radius: 44px;
            -moz-border-radius: 44px;
            -webkit-border-radius: 44px;
            -o-border-radius: 44px;
            margin: 0 10px 0 0;
            cursor: pointer;
            transition: border-color .5s ease;
            -moz-transition: border-color .5s ease;
            -webkit-transition: border-color .5s ease;
            -o-transition: border-color .5s ease;
        }

            #colors ul li:hover,
            #colors ul li.active {
                border-color: #666 !important;
            }

            #colors ul li a {
                width: 44px;
                height: 44px;
                display: block;
                text-indent: -999em;
            }

#productShare {
    position: absolute;
    bottom: 40px;
    right: 0;
    color: #029184;
    font-weight: 300;
    font-size: 14px;
    background: url("../images/masterTitleSocialIcon.png") right 0 no-repeat;
    min-height: 51px;
    padding-right: 60px;
    line-height: 51px;
    padding-top: 15px;
}

.productBlockTitle {
    color: #029184;
    font-weight: 300;
    font-size: 36px;
}

/*#technicalSpecs {
    padding: 30px 0;
}

    #technicalSpecs .tabs {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #technicalSpecs .tabs li {
            -moz-box-shadow: inset 0 0 5px rgba(255,255,255,1);
            -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,1);
            -o-box-shadow: inset 0 0 5px rgba(255,255,255,1);
            border-bottom: 1px #ccc solid;
            padding: 0 15px;
        }

            #technicalSpecs .tabs li:first-child {
                border-top: 1px #ccc solid;
            }

            #technicalSpecs .tabs li a.collapse {
                display: block;
                padding: 10px 0 5px;
                font-size: 22px;
                font-weight: 700;
                color: #000;
                background: url("/images/accordion-plus.png") right 9px no-repeat;
            }

                #technicalSpecs .tabs li a.collapse.active {
                    background: url("/images/accordion-minus.png") right 9px no-repeat;
                }

        #technicalSpecs .tabs .tabContent {
            display: none;
            padding: 10px 0 5px;
        }

            #technicalSpecs .tabs .tabContent table {
                width: 100%;
                margin: 0 0 20px;
            }

                #technicalSpecs .tabs .tabContent table td {
                    padding: 8px 10px;
                }

                #technicalSpecs .tabs .tabContent table tr td:first-child {
                    width: 200px;
                    color: #083C62;
                    font-weight: 700;
                    border-left: 5px #FFCC00 solid;
                }

                #technicalSpecs .tabs .tabContent table tr:hover td:first-child {
                    border-color: #083C62;
                }*/

#virtualTour {
    background: #e0e0e0;
}

#installment,
#description {
    padding: 20px 0;
}

    #installment p,
    #description p {
        color: #666;
        font-size: 16px;
        font-weight: 300;
    }

#others {
    padding: 0 0 30px;
    margin: 0 0 -25px;
}

    #others .wrapper {
        border: 1px #d5dae2 solid;
        background: #fff;
    }

        #others .wrapper .item {
            padding: 10px 0;
            border-right: 1px #d5dae2 solid;
        }

    #others .text p {
        margin: 0 20px;
        border-top: 1px #d5dae2 solid;
        padding: 5px 0 0;
    }

        #others .text p a {
            color: #13284c;
            font-weight: 300;
            font-size: 16px;
        }

    #others .text strong a {
        color: #13284c;
        font-weight: 700;
        font-size: 18px;
    }


    #others .owl-controls {
        margin: 0;
    }

        #others .owl-controls .owl-prev,
        #others .owl-controls .owl-next {
            width: 33px;
            height: 34px;
            background: url("../images/productGeneralCarousel-arrows.png") 0 0 no-repeat;
            position: absolute;
            left: -15px;
            top: 45%;
            text-indent: -999em;
        }

        #others .owl-controls .owl-next {
            left: auto;
            right: -15px;
            background-position: -33px 0;
        }

#moveTab {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    #moveTab li {
        display: inline-block;
        border-left: 1px #fff solid;
        text-align: center;
        vertical-align: top;
        margin: 0 0 0 -14px;
    }

        #moveTab li a {
            color: #094672;
            font-size: 18px;
            font-weight: 400;
            display: block;
            padding: 18px 40px;
            line-height: normal;
            position: relative;
        }

        #moveTab li:last-child {
            border-right: 1px #fff solid;
        }

            #moveTab li:last-child a {
                /*padding: 15px 34px 12px;*/
            }

        #moveTab li.active a,
        #moveTab li:hover a {
            background: #175685;
            color: #fff;
        }

            #moveTab li.active a:after,
            #moveTab li:hover a:after {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 12.5px 0 12.5px;
                border-color: #175585 transparent transparent transparent;
                left: calc(50% - 12px);
                left: -moz-calc(50% - 12px);
                left: -webkit-calc(50% - 12px);
                left: -o-calc(50% - 12px);
                bottom: -9px;
            }

#runVirtualtour {
    top: 40px;
    right: 0;
    background: #ffcc00;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 15px 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    transition: background .5s ease, color .5s ease;
    -moz-transition: background .5s ease, color .5s ease;
    -webkit-transition: background .5s ease, color .5s ease;
    -o-transition: background .5s ease, color .5s ease;
    z-index: 10;
}

    #runVirtualtour:hover {
        background: #029184;
        color: #fff;
    }

#virtualtour360 {
    width: 100%;
}

#detaylar .item .wrap {
    padding: 0 12px;
}

#detaylar .item img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px #d3d3d3 solid;
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
}

#detaylar .item h4 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
}

#detaylar .item p {
    color: #000;
    font-weight: 300;
    font-size: 13px;
}

#detaylar .textWrapper {
    padding: 0 10px 0 0;
}

#detaylar .owl-prev,
#detaylar .owl-next,
#photos .owl-prev,
#photos .owl-next {
    width: 42px;
    height: 42px;
    background: url("../images/detaylar-arrows.png") 0 0 no-repeat;
    position: absolute;
    top: 60px;
    text-indent: -999em;
    left: -80px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .5s ease,left .5s ease,right .5s ease;
    -moz-transition: opacity .5s ease,left .5s ease,right .5s ease;
    -webkit-transition: opacity .5s ease,left .5s ease,right .5s ease;
    -o-transition: opacity .5s ease,left .5s ease,right .5s ease;
}

#photos .owl-prev,
#photos .owl-next {
    top: 50px;
}

#detaylar .owl-next,
#photos .owl-next {
    background-position: -42px 0;
    left: auto;
    right: -80px;
}

#detaylar:hover .owl-prev,
#photos:hover .owl-prev {
    left: -42px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#detaylar:hover .owl-next,
#photos:hover .owl-next {
    right: -42px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#detaylar .item:hover h4,
#photos .item:hover h4 {
    color: #029184;
}

#technicalSpecs {
    background: url("../images/product-pattern.jpg");
    padding: 60px 0;

}

    #technicalSpecs h3 {
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 20px;
        color: #000;
    }

    #technicalSpecs p {
        font-weight: 300;
        font-size: 17px;
    }

    #technicalSpecs table td {
        border: none;
        padding: 0;
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 5px;
    }

        #technicalSpecs table td:first-child {
            color: #029184;
        }

#photos,
#videos {
    padding: 20px 0 40px;
}

    #photos p {
        font-weight: 300;
        font-size: 12px;
        color: #5c5c5c;
        margin: 0;
    }

    #photos img {
        transition: border-color .5s ease;
        -moz-transition: border-color .5s ease;
        -webkit-transition: border-color .5s ease;
        -o-transition: border-color .5s ease;
    }

        #photos img:hover {
            border-color: #FFCC00;
        }

    #photos .wrap {
        padding: 0 5px;
    }

#videos {
    background: #f3f4f5;
}