﻿#locations .section01 {
    height: 1850px;
    padding-top: 120px;
    background-color: #fff;
}

#locations .elem01 .col {
    float: left;
}

#locations .elem01 .col01 {
    margin-top: 10px;
}

#locations .elem01 .col02 h2 {
    margin-bottom: 50px;
}

#locations .elem01 .col02 p {
    line-height: 25px;
}

#locations .section01 .elem02 {
    margin-top: 95px;
}

    #locations .section01 .elem02 .box {
        position: absolute;
        height: 520px;
    }

        #locations .section01 .elem02 .box .imageContent {
            height: 275px;
        }

            #locations .section01 .elem02 .box .imageContent img {
                width: 100%;
                height: auto;
            }

        #locations .section01 .elem02 .box .textContent {
            padding: 25px 15px 0 15px;
        }

            #locations .section01 .elem02 .box .textContent h3 {
                margin-bottom: 10px;
                line-height: 19px;
            }

            #locations .section01 .elem02 .box .textContent p {
                line-height: 23px;
            }



    #locations .section01 .elem02 .box02 {
        top: 195px;
    }

    #locations .section01 .elem02 .box03 {
        top: 112px;
    }

    #locations .section01 .elem02 .box04 {
        top: 335px;
    }


#locations .section01 .elem03 {
    top: 1037px;
    height: 700px;
}

    #locations .section01 .elem03 img {
        width: 100%;
        height: auto;
    }


#locations .section01 .elem04 {
    top: 1280px;
}

    #locations .section01 .elem04 .text {
        line-height: 33px;
    }

    #locations .section01 .elem04 p {
        width: 214px;
        margin-top: 15px;
        line-height: 28px;
    }


#locations .section02 {
    padding-top: 20px;
    padding-bottom: 125px;
    background-color: #fff;
}

.map100 {
   height:100% !important;
}
.map101 {
   height:calc(100% - 60px) !important;
}
.map400{
    height:400px !important;
}
#locations {
    height: 647px;
}

    #locations .customSelect {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        height: 100%;
        width: 240px;
        cursor: pointer;
        overflow: hidden;
        background-color: #f6f6f6;
    }

        #locations .customSelect.on {
            height: 100%;
            background-color: #fff;
            transition: height 0.3s ease-in-out;
            -webkit-transition: height 0.3s ease-in-out;
        }

        #locations .customSelect .header {
            height: 60px;
            padding-left: 30px;
            padding-right: 30px;
            background-color: #3d3834;
            transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
        }

        #locations .customSelect .optionList span {
            display: block;
            float: left;
            margin-top: 8px;
            margin-left: 35px;
            font-size: 14px;
            color: #b88e5e;
        }

        #locations .customSelect img {
            /* float: right; */
        }

        #locations .customSelect .optionList {
            width: 90%;
            float: left;
            position: relative;
            margin-top: 50px;
            margin-left: 10%;
            margin-bottom: 51px;
        }

        #locations .customSelect.on .optionList {
            opacity: 1;
            transition: opacity 0.3s 0.3s;
            -webkit-transition: opacity 0.3s 0.3s;
        }

        #locations .customSelect .optionList .option {
            height: 50px;
            padding-left: 20px;
            padding-right: 20px;
            /* border-bottom: 1px solid #efeff0; */
            position: relative;
        }

            #locations .customSelect .optionList .option:before {
                content: "";
                display: inline-block;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: 0;
                color: #b88e5e;
                width: 40px;
                height: 40px;
                background-image: url(/Content/images/secilidegil.jpg);
            }

            #locations .customSelect .optionList .option:hover {
                background-color: #efeff0;
            }

            #locations .customSelect .optionList .option.selected {
                /* background-color: #cccccd; */
            }

                #locations .customSelect .optionList .option.selected:before {
                    content: "";
                    display: inline-block;
                    /* font: normal normal normal 14px/1 FontAwesome; */
                    /* font-size: 25px; */
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 40px;
                    height: 40px;
                    background-image: url(/Content/images/secili.jpg);
                }

    #locations .arrowUp {
        display: block;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: -20px;
        width: 50px;
        height: 50px;
        background-color: #892333;
    }

@media all and (max-width: 700px) {


    #locations .elem01 .col {
        float: none;
    }

    #locations .elem01 .col02 h2 {
        margin-bottom: 30px;
    }



    #locations .section01 {
        height: auto;
        padding-top: 35px;
    }

        #locations .section01 .elem01 {
            opacity: 1;
        }

        #locations .section01 .elem02 {
            margin-top: 35px;
        }

            #locations .section01 .elem02 .box {
                display: inline-block;
                position: relative;
                float: left;
                top: auto;
                right: auto;
                left: auto;
                height: auto;
            }

                #locations .section01 .elem02 .box .imageContent {
                    height: auto;
                }

                #locations .section01 .elem02 .box .textContent {
                    padding: 25px 15px 0 0;
                }


            #locations .section01 .elem02 .box02,
            #locations .section01 .elem02 .box04 {
                margin: 20px 0 30px 0;
            }

                #locations .section01 .elem02 .box02 .textContent,
                #locations .section01 .elem02 .box04 .textContent {
                    padding-right: 0;
                    padding-left: 20px;
                }



        #locations .section01 .elem03 {
            position: relative;
            top: auto;
            top: initial;
            height: auto;
        }

        #locations .section01 .elem04 {
            position: relative;
            top: auto;
            top: initial;
            margin-top: 30px;
            margin-bottom: 50px;
        }

            #locations .section01 .elem04 .text {
                line-height: 28px;
            }

            #locations .section01 .elem04 p {
                width: 100%;
                margin-top: 15px;
                line-height: 25px;
            }


    #locations .section02 {
        padding-top: 30px;
        padding-bottom: 38px;
    }

        #locations .section02 .elem01 .col01 {
            position: absolute;
            top: 9px;
        }


    #locations {
        padding-top: 0;
        background-color: #fff;
    }

        #locations .customSelect {
           
        }

            #locations .customSelect .header {
                height: 44px;
                padding-left: 20px;
                padding-right: 20px;
                background-color: #fff;
            }


        #locations .arrowUp {
            right: -30px;
        }
}

@media all and (min-width: 701px) and (max-width: 1023px) {
    #locations .elem01 .col01 {
        margin-top: 26px;
    }

    #locations .section01 {
        height: 2545px;
    }

        #locations .section01 .elem01 {
            opacity: 1;
        }

        #locations .section01 .elem02 {
            margin-top: 30px;
        }

            #locations .section01 .elem02 .box03 {
                top: 554px;
            }

            #locations .section01 .elem02 .box04 {
                top: 750px;
            }



        #locations .section01 .elem03 {
            top: 1535px;
            height: 512px;
        }

        #locations .section01 .elem04 {
            top: 2230px;
        }

            #locations .section01 .elem04 p {
                width: 440px;
                margin-top: 15px;
                line-height: 28px;
            }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {


    #locations .elem01 .col01 {
        margin-top: 26px;
    }

    #locations .section01 {
        height: 2300px;
        padding-top: 95px;
    }

        #locations .section01 .elem01 {
            opacity: 1;
        }

        #locations .section01 .elem02 {
            margin-top: 25px;
        }

            #locations .section01 .elem02 .box {
                height: 334px;
            }

                #locations .section01 .elem02 .box .imageContent {
                    z-index: 5;
                    margin-top: 30px;
                }

                #locations .section01 .elem02 .box .textContent {
                    position: absolute;
                    z-index: 0;
                    top: 0;
                    height: 100%;
                    padding-top: 0;
                    padding-left: 160px;
                    background-color: #f9f9f9;
                }

                    #locations .section01 .elem02 .box .textContent .title {
                        width: 200px;
                    }

                    #locations .section01 .elem02 .box .textContent p {
                        width: 310px;
                    }




            #locations .section01 .elem02 .box02 {
                top: 353px;
            }

                #locations .section01 .elem02 .box02 .imageContent {
                    margin: 30px 0 0 auto;
                }

                #locations .section01 .elem02 .box02 .textContent {
                    padding: 0 165px 0 0;
                    text-align: right;
                }

                    #locations .section01 .elem02 .box02 .textContent .title {
                        margin: 0 0 10px auto;
                    }

                    #locations .section01 .elem02 .box02 .textContent p {
                        margin: 0 0 0 auto;
                    }



            #locations .section01 .elem02 .box03 {
                top: 706px;
            }



            #locations .section01 .elem02 .box04 {
                top: 1059px;
            }

                #locations .section01 .elem02 .box04 .imageContent {
                    margin: 30px 0 0 auto;
                }

                #locations .section01 .elem02 .box04 .textContent {
                    padding: 0 165px 0 0;
                    text-align: right;
                }

                    #locations .section01 .elem02 .box04 .textContent .title {
                        margin: 0 0 10px auto;
                    }

                    #locations .section01 .elem02 .box04 .textContent p {
                        margin: 0 0 0 auto;
                    }



        #locations .section01 .elem03 {
            top: 1660px;
            height: 457px;
        }

        #locations .section01 .elem04 {
            top: 1880px;
            padding-left: 20px;
        }
}

@media all and (min-width: 1201px) and (max-width: 1434px) {

    #locations .elem01 .col01 {
        margin-top: 28px;
    }


    #locations .section01 {
        height: 1740px;
    }

        #locations .section01 .elem01 {
            opacity: 1;
        }

        #locations .section01 .elem02 {
            margin-top: 70px;
        }

        #locations .section01 .elem03 {
            top: 937px;
            height: 644px;
        }

        #locations .section01 .elem04 {
            top: 1180px;
            padding-left: 30px;
        }
}

@media all and (max-width: 730px) {

    #locations .customSelect .optionList {
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 7px;
    }

        #locations .customSelect .optionList .option {
            height: 39px;
            margin-bottom: 2px;
        }

    .mapyoltarif {
        height: 40px;
    }

        .mapyoltarif span {
            margin-top: 9px;
            font-size: 20px;
        }

        .mapyoltarif b {
            margin-top: 9px;
            font-size: 13px;
        }

    .mapyolharita {
        height: 40px;
    }

        .mapyolharita img {
            margin-top: 5px;
            width: 20px;
        }

        .mapyolharita b {
            margin-top: 7px;
            font-size: 13px;
        }

    .mapyolkroki {
        height: 40px;
    }

        .mapyolkroki img {
            margin-top: 8px;
            width: 20px;
        }

        .mapyolkroki b {
            margin-top: 9px;
            font-size: 13px;
        }
}
