/* FOR DESKTOP \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

@media (min-width: 1060px) {
    .allWrapper {
        width: 100%;
    }

    header {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 123px;
        position: relative;
        background: url(images/header.jpg) no-repeat top center #EBECF0;
        top: 0;
        clear: both;
    }

        header > div {
            width: 1060px;
            position: relative;
            margin: 0 auto;
        }

        header a.logo img {
            width: 170px;
            float: left;
            margin-top: 25px;
        }

        header h2 {
            width: 346px;
            height: 36px;
            display: block;
            background: url(images/tukenmeyen-nefesle.png) no-repeat;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            float: left;
            margin-top: 50px;
            margin-left: 20px;
        }

    nav {
        margin: 0 auto;
        width: 100%;
        height: 45px;
        position: relative;
        background: #F5F5F5;
        border-bottom: 6px solid #A9B7C8;
        clear: both;
    }

        nav > div {
            margin: 0 auto;
            width: 1060px;
            height: 45px;
            left: -30px;
            clear: both;
        }

    div.wrapper {
        width: 100%;
        position: relative;
        background: url(images/wrapper.png) repeat-x;
    }

        div.wrapper > div {
            width: 1060px;
            margin: 0 auto;
            padding-top: 10px;
        }

    section.column1 {
        width: 600px;
        float: left;
        /*height: 680px;*/
        position: relative;
    }

    section.column2 {
        width: 220px;
        float: left;
        margin-left: 10px;
        height: 680px;
        position: relative;
    }

    section.column3 {
        width: 220px;
        float: left;
        margin-left: 10px;
        height: 680px;
        position: relative;
    }

    section.column4 {
        width: 830px;
        float: left;
        position: relative;
    }

    div.box {
        width: 100%;
        border: 1px solid #DBDBDC;
        clear: both;
        background: #F9F9F9;
        position: relative;
    }

        div.box h2 {
            background: #5995BC;
            font-family: Roboto Condensed;
            font-size: 13px;
            color: #FFF;
            font-weight: normal;
            padding: 5px;
        }

            div.box h2 i {
                font-size: 20px;
            }

        div.box p {
            padding: 15px;
            font-size: 12px;
        }

        div.box ul {
            padding: 0 15px;
            list-style-position: inside;
            clear: both;
			min-height: 206px;
        }

            div.box ul li {
                padding-top: 0;
                margin-top: 0;
                display: block;
                border-bottom: 1px solid #DFDFDF;
                height: 40px;
                clear: both;
            }

                div.box ul li .haberIcon {
                    width: 37px;
                    padding-right: 10px;
                    float: left;
                    padding-bottom: 20px;
                }

                div.box ul li .devami {
                    text-decoration: none;
                    color: #B64B59;
                    font-family: Arial;
                    font-size: 10px;
                }

                    div.box ul li .devami:hover {
                        text-decoration: underline;
                        color: #000;
                    }

        div.box .tumDuyurular {
            text-decoration: none;
            display: block;
            color: #B64B59;
            float: right;
            font-family: Arial;
            font-size: 10px;
            clear: both;
            padding: 0 15px 15px 0;
        }

            div.box .tumDuyurular:hover {
                text-decoration: underline;
                color: #000;
            }

    .icons {
        width: 180px;
        float: right;
        position: relative;
    }

    a.buton1 {
        width: 115px;
        height: 70px;
        display: block;
        text-decoration: none;
        float: left;
        background: #E1A93C;
    }

        a.buton1 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 40px;
            padding-top: 16px;
            display: block;
        }

        a.buton1 i {
            font-size: 24px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 19px;
            padding-left: 7px;
        }

        a.buton1:hover {
            background: #9E7018;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton2 {
        width: 95px;
        height: 70px;
        display: block;
        text-decoration: none;
        float: left;
        background: #44A5E0;
        margin-left: 12px;
    }

        a.buton2 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 40px;
            padding-top: 16px;
            display: block;
        }

        a.buton2 i {
            font-size: 24px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 19px;
            padding-left: 7px;
        }

        a.buton2:hover {
            background: #1D78AF;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton3 {
        width: 95px;
        height: 70px;
        display: block;
        text-decoration: none;
        float: left;
        background: #FA965A;
        margin-left: 12px;
    }

        a.buton3 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 39px;
            padding-top: 16px;
            display: block;
        }

        a.buton3 i {
            font-size: 24px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 19px;
            padding-left: 7px;
        }

        a.buton3:hover {
            background: #D05206;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton4 {
        width: 125px;
        height: 70px;
        display: block;
        text-decoration: none;
        float: left;
        background: #B581C2;
        margin-left: 12px;
    }

        a.buton4 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 35px;
            padding-top: 16px;
            display: block;
        }

        a.buton4 i {
            font-size: 24px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 19px;
            padding-left: 7px;
        }

        a.buton4:hover {
            background: #7E458D;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

          a.buton6 {
        width: 120px;
        height: 70px;
        display: block;
        text-decoration: none;
        float: left;
        background: #6BAE89;
        margin-left: 12px;
    }

        a.buton6 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 36px;
            padding-top: 16px;
            display: block;
        }

        a.buton6 i {
            font-size: 24px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 19px;
            padding-left: 7px;
        }

        a.buton6:hover {
            background: #478362;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

        a.buton5 {
        width: 100%;
        height: 33px;
        display: block;
        text-decoration: none;
        float: left;
        background: #6BAE89;
        margin-top: 10px;
    }

        a.buton5 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 57px;
            margin-top:-5px;
           
            display: block;
        }

        a.buton5 i {
            font-size: 35px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 5px;
            padding-left: 15px;
        }

        a.buton5:hover {
            background: #478362;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

  

    /* FOOTER */
    footer {
        width: 100%;
        background: #ECECEC;
        color: #6E6E6E;
        height: 300px;
        position: relative;
        clear: both;
        margin-top: 20px;
        text-shadow: 1px 1px 1px #FFF;
    }

    .footerUst {
        background: #DCDCDC;
        width: 100%;
        text-shadow: 1px 1px 1px #FFF;
    }

        .footerUst > div {
            width: 1060px;
            position: relative;
            margin: 0 auto;
            color: #979797;
            padding-top: 10px;
            padding-bottom: 10px;
            font-family: Arial;
            font-size: 11px;
            text-align: center;
        }

    .ortalaFooter {
        width: 1060px !important;
        position: relative;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: Roboto Condensed;
        font-size: 12px;
        color: #6E6E6E;
    }

    .footerColAdress {
        width: 200px;
        position: relative;
        float: left;
        font-family: 'Roboto Condensed';
        font-size: 11px;
    }

    .footerColMenu {
        width: 120px;
        position: relative;
        float: left;
        font-family: 'Roboto Condensed';
        font-size: 11px;
    }

        .footerColMenu ul {
            padding-left: 20px;
        }

            .footerColMenu ul li a {
                color: #6E6E6E;
            }

                .footerColMenu ul li a:hover {
                    color: #363636;
                }

    .footerColSpace {
        width: 50px;
        position: relative;
        float: left;
        height: 130px;
        background: url(images/split.png) no-repeat top center;
    }
    /* FOOTER */

    div.mobileMenu {
        display: none;
    }
}



/* FOR TABLET \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/




@media (min-width: 801px) and (max-width: 1059px) {
    .allWrapper {
        width: 100%;
    }

    header {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 123px;
        position: relative;
        background: url(images/header.jpg) no-repeat top center #EBECF0;
        top: 0;
        clear: both;
    }

        header > div {
            width: 800px;
            position: relative;
            margin: 0 auto;
        }

        header a.logo img {
            width: 180px;
            height: 85px;
            float: left;
            margin-top: 20px;
        }

        header h2 {
            width: 346px;
            height: 36px;
            display: block;
            background: url(images/tukenmeyen-nefesle.png) no-repeat;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            float: left;
            margin-top: 50px;
            margin-left: 20px;
        }

    nav {
        display: none;
    }

        nav > div {
            margin: 0 auto;
            width: 800px;
            height: 45px;
            left: -30px;
            clear: both;
        }

    div.wrapper {
        width: 100%;
        position: relative;
        background: url(images/wrapper.png) repeat-x;
    }

        div.wrapper > div {
            width: 800px;
            margin: 0 auto;
            padding-top: 10px;
        }

    section.column1 {
        width: 570px;
        float: left;
        height: 650px;
        position: relative;
    }

    section.column2 {
        width: 220px;
        float: left;
        margin-left: 10px;
        height: 650px;
        position: relative;
    }

    section.column3 {
        width: 220px;
        float: right;
        margin-left: 10px;
        height: 650px;
        position: relative;
    }

    section.column4 {
        width: 570px;
        float: left;
        position: relative;
    }

    div.box {
        width: 100%;
        border: 1px solid #DBDBDC;
        clear: both;
        background: #F9F9F9;
        position: relative;
    }

        div.box h2 {
            background: #5995BC;
            font-family: Roboto Condensed;
            font-size: 13px;
            color: #FFF;
            font-weight: normal;
            padding: 5px;
        }

            div.box h2 i {
                font-size: 20px;
            }

        div.box p {
            padding: 15px;
            font-size: 12px;
        }

        div.box ul {
            padding: 0 15px;
            list-style-position: inside;
            clear: both;
        }

            div.box ul li {
                padding-top: 0;
                margin-top: 0;
                display: block;
                border-bottom: 1px solid #DFDFDF;
                height: 40px;
                clear: both;
            }

                div.box ul li .haberIcon {
                    width: 37px;
                    padding-right: 10px;
                    float: left;
                    padding-bottom: 20px;
                }

                div.box ul li .devami {
                    text-decoration: none;
                    color: #B64B59;
                    font-family: Arial;
                    font-size: 10px;
                }

                    div.box ul li .devami:hover {
                        text-decoration: underline;
                        color: #000;
                    }

        div.box .tumDuyurular {
            text-decoration: none;
            display: block;
            color: #B64B59;
            float: right;
            font-family: Arial;
            font-size: 10px;
            clear: both;
            padding: 0 15px 15px 0;
        }

            div.box .tumDuyurular:hover {
                text-decoration: underline;
                color: #000;
            }

    .icons {
        width: 180px;
        float: right;
        position: relative;
    }

    a.buton1 {
        width: 135px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #E1A93C;
    }

        a.buton1 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 49px;
            padding-top: 5px;
            display: block;
        }

        a.buton1 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton1:hover {
            background: #9E7018;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton2 {
        width: 135px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #44A5E0;
        margin-left: 10px;
    }

        a.buton2 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 49px;
            padding-top: 5px;
            display: block;
        }

        a.buton2 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton2:hover {
            background: #1D78AF;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton3 {
        width: 135px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #FA965A;
        margin-left: 10px;
    }

        a.buton3 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 49px;
            padding-top: 5px;
            display: block;
        }

        a.buton3 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton3:hover {
            background: #D05206;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton4 {
        width: 135px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #B581C2;
        margin-left: 10px;
    }

        a.buton4 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 35px;
            padding-top: 5px;
            display: block;
        }

        a.buton4 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton4:hover {
            background: #7E458D;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton5 {
        width: 100%;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #6BAE89;
        margin-top: 10px;
    }

        a.buton5 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 57px;
            padding-top: 7px;
            display: block;
        }

        a.buton5 i {
            font-size: 35px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 10px;
            padding-left: 15px;
        }

        a.buton5:hover {
            background: #478362;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }


    footer {
        width: 100%;
        background: #ECECEC;
        color: #6E6E6E;
        height: auto;
        position: relative;
        clear: both;
        margin-top: 20px;
        text-shadow: 1px 1px 1px #FFF;
    }

    .footerUst {
        background: #DCDCDC;
        width: 100%;
        text-shadow: 1px 1px 1px #FFF;
    }

        .footerUst > div {
            width: 800px;
            position: relative;
            margin: 0 auto;
            color: #979797;
            padding-top: 10px;
            padding-bottom: 10px;
            font-family: Arial;
            font-size: 11px;
            text-align: center;
        }

    .ortalaFooter {
        width: 800px;
        position: relative;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: Roboto Condensed;
        font-size: 12px;
        color: #6E6E6E;
    }

    .footerColAdress {
        width: 250px;
        position: relative;
        float: left;
        font-family: 'Roboto Condensed';
        font-size: 11px;
    }

    .footerColMenu {
        width: 150px;
        position: relative;
        float: left;
        font-family: 'Roboto Condensed';
        font-size: 11px;
    }

        .footerColMenu ul {
            padding-left: 20px;
        }

            .footerColMenu ul li a {
                color: #6E6E6E;
            }

                .footerColMenu ul li a:hover {
                    color: #363636;
                }

    .footerColSpace {
        width: 50px;
        position: relative;
        float: left;
        height: 130px;
        background: url(images/split.png) no-repeat top center;
    }

    div.mobileMenu {
        display: inline-block;
        text-align: center;
        width: 100%;
        background: #C8D5E8;
    }

        div.mobileMenu select {
            display: inline-block;
            width: 400px;
            border: 1px solid #6B8DC0;
            color: #6B8DC0;
            height: 40px;
            font-size: 22px;
            text-align: center;
        }

        div.mobileMenu i {
            display: inline-block;
        }

          .contentDiv img {
       width:100%;
    }
}



/* FOR MOBILE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/




@media (max-width: 800px) {
    .allWrapper {
        padding: 10px;
        width: 420px;
        margin: 0 auto;
    }

    header {
        margin: 0;
        padding: 5%;
        width: 90%;
        height: 123px;
        position: relative;
        top: 0;
        clear: both;
    }

        header > div {
            width: 100%;
            position: relative;
            margin: 0 auto;
            text-align: center;
        }

        header a.logo img {
            width: 180px;
            height: 85px;
            display: block;
            margin: 0 auto;
        }

        header h2 {
            display: none;
        }

    nav {
        display: none;
    }

        nav > div {
            margin: 0 auto;
            width: 800px;
            height: 45px;
            left: -30px;
            clear: both;
        }

    div.wrapper {
        width: 100%;
        position: relative;
    }

        div.wrapper > div {
            width: 100%;
            margin: 0 auto;
            padding-top: 10px;
        }

    section.column1 {
        width: 100%;
        float: left;
        position: relative;
    }

    section.column2 {
        width: 100%;
        float: left;
        position: relative;
    }

    section.column3 {
        width: 100%;
        float: left;
        position: relative;
    }

    section.column4 {
        width: 100%;
        float: left;
        position: relative;
    }


    div.box {
        width: 100%;
        border: 1px solid #DBDBDC;
        clear: both;
        background: #F9F9F9;
        position: relative;
        margin-top: 10px;
        clear: both;
    }

        div.box h2 {
            background: #5995BC;
            font-family: Roboto Condensed;
            font-size: 13px;
            color: #FFF;
            font-weight: normal;
            padding: 5px;
        }

            div.box h2 i {
                font-size: 20px;
            }

        div.box p {
            padding: 15px;
            font-size: 12px;
        }

        div.box ul {
            padding: 0 15px;
            list-style-position: inside;
            clear: both;
        }

            div.box ul li {
                padding-top: 0;
                margin-top: 0;
                display: block;
                border-bottom: 1px solid #DFDFDF;
                height: 50px;
                clear: both;
            }

                div.box ul li .haberIcon {
                    width: 37px;
                    padding-right: 10px;
                    float: left;
                    padding-bottom: 20px;
                }

                div.box ul li .devami {
                    text-decoration: none;
                    color: #B64B59;
                    font-family: Arial;
                    font-size: 10px;
                }

                    div.box ul li .devami:hover {
                        text-decoration: underline;
                        color: #000;
                    }

        div.box .tumDuyurular {
            text-decoration: none;
            display: block;
            color: #B64B59;
            float: left;
            font-family: Arial;
            font-size: 10px;
            clear: both;
            padding: 0 15px 15px 0;
        }

            div.box .tumDuyurular:hover {
                text-decoration: underline;
                color: #000;
            }

    .icons {
        clear: both;
        width: 100%;
        position: relative;
        margin-top:   px;
    }

    a.buton1 {
        width: 207px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #E1A93C;
        margin-top: 7px;
    }

        a.buton1 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 49px;
            padding-top: 5px;
            display: block;
        }

        a.buton1 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton1:hover {
            background: #9E7018;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton2 {
        width: 207px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #44A5E0;
        margin-top: 7px;
        margin-left: 6px;
    }

        a.buton2 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 49px;
            padding-top: 5px;
            display: block;
        }

        a.buton2 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton2:hover {
            background: #1D78AF;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton3 {
        width: 207px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #FA965A;
        margin-top: 7px;
    }

        a.buton3 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 49px;
            padding-top: 5px;
            display: block;
        }

        a.buton3 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton3:hover {
            background: #D05206;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton4 {
        width: 207px;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #B581C2;
        margin-top: 7px;
        margin-left: 6px;
    }

        a.buton4 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 35px;
            padding-top: 5px;
            display: block;
        }

        a.buton4 i {
            font-size: 23px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 16px;
            padding-left: 7px;
        }

        a.buton4:hover {
            background: #7E458D;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    a.buton5 {
        width: 100%;
        height: 50px;
        display: block;
        text-decoration: none;
        float: left;
        background: #6BAE89;
        margin-top: 10px;
    }

        a.buton5 span {
            color: #FFF;
            font-size: 13px;
            padding-left: 57px;
            padding-top: 7px;
            display: block;
        }

        a.buton5 i {
            font-size: 35px;
            color: #FFF;
            display: block;
            float: left;
            padding-top: 10px;
            padding-left: 15px;
        }

        a.buton5:hover {
            background: #478362;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

    footer {
        width: 100%;
        background: #ECECEC;
        color: #6E6E6E;
        height: auto;
        position: relative;
        clear: both;
        margin-top: 20px;
        text-shadow: 1px 1px 1px #FFF;
    }

    .footerUst {
        background: #DCDCDC;
        width: 100%;
        text-shadow: 1px 1px 1px #FFF;
    }

        .footerUst > div {
            width: 100%;
            position: relative;
            margin: 0 auto;
            color: #979797;
            padding-top: 10px;
            padding-bottom: 10px;
            font-family: Arial;
            font-size: 11px;
            text-align: center;
        }

    .ortalaFooter {
        width: 420px;
        position: relative;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: Roboto Condensed;
        font-size: 13px;
        color: #6E6E6E;
    }

    .footerColAdress {
        width: 100%;
        padding: 0 20px;
        position: relative;
        float: left;
        font-family: 'Roboto Condensed';
        font-size: 13px;
    }

    .footerColMenu {
        width: 100%;
        padding: 0 20px;
        position: relative;
        float: left;
        font-family: 'Roboto Condensed';
        font-size: 13px;
    }

        .footerColMenu ul {
            padding-left: 20px;
        }

            .footerColMenu ul li a {
                color: #6E6E6E;
            }

                .footerColMenu ul li a:hover {
                    color: #363636;
                }

    .footerColSpace {
        display: none;
    }


    div.mobileMenu {
        text-align: center;
        width: 100%;
        background: #C8D5E8;
    }

        div.mobileMenu select {
            width: 420px;
            border: 0;
            color: #6B8DC0;
            height: 40px;
            font-size: 22px;
            text-align: center;
            background: #C8D5E8;
        }

        div.mobileMenu i {
            display: none;
        }


  .contentDiv img {
       width:100%;
    }
}



/*
@media (max-width: 1200px) {
}

@media (min-width: 1025px) {
}

@media (min-width: 1025px) and (max-width: 1205px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {

}

@media (max-width: 600px) {
}

@media (max-width: 480px) {

}

@media (max-width: 390px) {

}

@media (max-width: 330px) {
}

@media (max-width: 320px) {

}
*/
