﻿@import 'fonts/fonts.css';
@import 'reset.css';
@import 'static.css';
@import 'prettyphoto.css';
@import 'effects.css';
@import 'select2.css';
@import 'bootstrap.css';

body {
    font-family: 'OpenSansRegular',Arial;
    color: #686868;
    font-size: 13px;
    width: 100%;
    line-height: 100%;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
}

/*---OTHER---*/
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.container {
    margin: auto auto;
    position: relative;
}

#main {
    width: 100%;
    overflow: hidden;
}

img {
    border: 0px;
}

input[type="text"], input[type="password"], textarea, select, a, canvas, button {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

.iconpack {
    background: url(../images/iconpack.png) no-repeat;
}

#up-btn {
    position: fixed;
    right: 35px;
    bottom: 25px;
    display: none;
    background: url(../images/up-btn.png) no-repeat;
    width: 48px;
    height: 48px;
}

table tr td {
    padding: 5px;
}

    .content table tr td strong, table tr td b {
        font-family: 'MontserratBold',Arial !important;
    }
/*---/OTHER---*/

/*POPUP*/
#alertscreen { display: none; background: #000; position: fixed !important; top: 0px; left: 0px !important; width: 100%; height: 100% !important; z-index: 99999999 !important; }
#alert { position: fixed; top: 50%; border: 1px solid #009bc9; margin: -100px auto auto auto; left: 0; right: 0; z-index: 9999999999; background: #fff; width: 400px; }
#alert .alert-close { position: absolute; top: 15px; right: 10px; background: url(../images/close-alert.png) no-repeat; width: 13px; height: 13px; display: block; }
#alert .alert-title { padding: 15px; font-size: 16px; letter-spacing: 1px; font-family: 'bebas_neueregular',arial; text-transform: uppercase; color: #fff; background: #009bc9 !important; }
#alert.success .alert-title { background: #76a95b; }
#alert.error .alert-title { background: #df3d3d; }
#alert.warning .alert-title { background: #df913d; }

#alert #alert-content { text-align: center; padding: 25px 20px 25px 20px; line-height: 21px; color: #221f20; font-size: 14px; font-family: 'Open Sans',arial; }
#screenBack {
    position: fixed;
    display: none;
    background: url(../images/popup-bg.png);
    z-index: 999999;
    width: 100%;
    height: 100%;
}

#popup {
    background: #fff;
    border: 4px solid #5b6770;
    display: none;
    padding: 5px;
    border-radius: 3px;
    overflow: hidden;
    position: fixed;
    top: 42%;
    left: 0;
    right: 0;
    margin: -100px auto auto auto;
    width: 650px;
    z-index: 2222222;
}

.close-popup {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: 'MontserratBold',Arial !important;
    padding: 5px 7px 5px 7px;
    border-bottom-left-radius: 3px;
    color: #fff;
    text-align: center;
    background: #5b6770;
}
/*/POPUP*/

/*---TEXT INPUT & BUTTON---*/
.text-input {
    border: 1px solid #e5e5e5;
    color: #818181;
    font-size: 14px;
    padding: 12px 15px 10px 15px;
}

    .text-input.input210 {
        width: 210px;
    }

    .text-input.full {
        width: 100%;
    }

.button {
    float: left;
    padding: 15px 20px 15px 20px;
    font-family: 'OpenSansBold',Arial;
    min-width: 80px;
    text-align: center;
    color: #fff;
    background: #5b6770;
    border: 0px;
    border-radius: 4px;
}

    .button.full {
        float: none;
        width: 100%;
    }

input[disabled] {
    opacity: 0.5;
}

.text-input.error {
    background: url(../images/warning.png) no-repeat 10px 8px #fff4f5 !important;
    color: #eb7070 !important;
    padding: 11px 15px 9px 40px !important;
    border: 1px solid #ff9b9b !important;
}
/*---/TEXT INPUT & BUTTON---*/

/*---GOOGLE SEARCH---*/
.gsc-resultsHeader, .gcsc-branding, .gsc-orderby {
    display: none !important;
}

.gsc-above-wrapper-area-container tr td {
    border: 0px !important;
}

.gsc-table-result tr td {
    border: 0px !important;
    border-bottom: 1px solid #e4e8ea !important;
}

.gs-title {
    color: #1f2c33 !important;
}

    .gs-title b {
        color: #1f2c33 !important;
    }

.gsc-cursor-page {
    color: #1f2c33 !important;
    padding: 4px 8px 4px 8px !important;
    text-decoration: none !important;
}

    .gsc-cursor-page:hover, .gsc-cursor-current-page {
        background: #1f2c33 !important;
        color: #fff !important;
    }
/*---/GOOGLE SEARCH---*/

/*---NOTIFICATIONS---*/
.msg {
    padding: 15px;
    margin: 10px 0px 10px 0px;
    border-radius: 0px;
    display: none;
}

    .msg.info {
        background: #d1e4f3;
        color: #235685 !important;
        border: 1px solid #99c4ea;
    }

    .msg.warning {
        background: #ffe9ad;
        color: #826200 !important;
        border: 1px solid #eac572;
    }

    .msg.error {
        background: #fccac1;
        color: #AC260F !important;
        border: 1px solid #e18b7c;
    }

    .msg.success {
        background: #effeb9;
        color: #3C5A01 !important;
        border: 1px solid #c1d779;
    }

.required-area {
    font-weight: bold;
    display: none;
    color: #ce433f;
    margin: 3px 0px 0px 0px;
    background: url(../../../en/404.html) no-repeat left center;
    padding: 0px 0px 0px 10px;
}
/*---/NOTIFICATIONS---*/

/*---HEADER---*/
header {
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
}
    /*header .container {background:url(../images/menu-bg.png); height:100px;}*/
    header .container {
        background: #fff;
        height: 100px;
        opacity: 0.8;
    }

#logo {
    float: left;
    width: 159px;
    height: 51px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
    margin: 20px 0px 0px 20px;
}

#mobile-menu {
    display: none;
    float: left;
    background: url(../images/menu-icon.png) no-repeat;
    width: 14px;
    height: 10px;
    margin: 40px 10px 0px 20px;
}

nav {
    float: right;
    margin: 15px 40px 0px 0px;
    font-family: 'MontserratRegular',Arial;
}

#menu li {
    float: left;
    font-size: 14px;
    margin-right: 30px;
    position: relative;
    padding-bottom: 3px;
}

    #menu li a {
        color: #5b6770;
        display: block;
        padding-top: 5px;
    }

nav a:hover {
    color: #5b6770;
}

#menu li:last-child {
    margin-right: 0px !important;
}

    #menu li:last-child .sub {
        right: 0px;
        left: auto;
    }

#menu .sub {
    position: absolute;
    z-index: 9;
    display: none;
    top: 21px;
    left: -20px;
    padding-top: 40px;
    min-width: 305px;
}

#menu li:hover .sub {
    display: block;
}

#menu li:hover a {
    color: #5b6770;
}

#menu .sub ul {
    padding: 20px;
    background: #5b6770;
}

#menu .sub li {
    float: none;
    padding: 0px;
    margin-bottom: 5px;
}

    #menu .sub li a {
        color: #fff;
        font-family: 'OpenSansBold',Arial;
    }

        #menu .sub li a:hover {
            text-decoration: underline;
            color: #5b6770;
        }

#language {
    float: right;
    margin-bottom: 11px;
}

#search {
    float: right;
    position: relative;
    border-left: 1px solid #b3b0b2;
}

.ct-search-open, .search-icon {
    display: block;
    background: url(../images/search.png) no-repeat center;
    width: 100px;
    height: 100px;
    border: 0px;
    cursor: pointer;
}

.search-icon, .searchwrap {
    display: none;
}

.searchwrap {
    position: absolute;
    right: 0px;
    top: 100px;
}

.search-input {
    background: #5b6770;
    padding: 20px;
    width: 310px;
    color: #fff;
    font-family: 'OpenSansRegular',Arial;
    font-size: 16px;
    border: 0px;
}

.ct-search-open:hover, .search-icon {
    background-position:  center;
}
/*---/HEADER---*/

/*---MOBILE MENU---*/
nav#mobile {
    display: block;
    width: 100%;
    background: #5b6770;
    position: fixed;
    top: -20px;
    z-index: 9999999;
    height: 100%;
    left: -100%;
}

#mobilemenu {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

    #mobilemenu li {
        list-style-type: none;
        border-bottom: 1px solid #f5bd65;
        font-size: 14px;
        float: none;
        margin: 0px;
    }

        #mobilemenu li a {
            display: block;
            color: #fff;
            padding: 10px 10px 8px 10px;
            background: url(../images/plus.png) no-repeat 98% 14px;
        }

        #mobilemenu li.active a {
            background: url(../images/minus.gif) no-repeat 98% 18px;
            background-color: #fff;
            color: #5b6770;
        }

        #mobilemenu li ul {
            margin: 8px 0px 0px 15px;
            padding: 0px 0px 5px 0px;
            display: none;
        }

            #mobilemenu li ul li {
                border: 0px;
            }

                #mobilemenu li ul li a {
                    background: url(../../../en/404.html) no-repeat left center !important;
                    padding: 3px 0px 3px 10px;
                    color: #fff !important;
                    margin-bottom: 5px;
                }

                    #mobilemenu li ul li a:hover {
                        text-decoration: underline;
                        color: #242424 !important;
                    }

#closemenu {
    display: block;
    float: right;
    background: url(../images/closemenu.png) no-repeat;
    width: 13px;
    height: 13px;
    margin: 15px 10px 0px 0px;
}

#msearch {
    width: 226px;
    margin: 15px auto auto auto;
    position: relative;
}

    #msearch .search-input {
        background: #fff;
        border-radius: 15px;
        font-size: 12px;
        border: 0px;
        padding: 8px;
        width: 216px;
        color: #797979;
    }

    #msearch .search-btn {
        position: absolute;
        display: block;
        top: 8px;
        right: 18px;
        width: 14px;
        height: 14px;
        background: url(../images/search-icon.png) no-repeat;
        background-size: contain;
        border: 0px;
        text-indent: -9999px;
    }
/*---/MOBILE MENU---*/

/*---SLIDER---*/
#slider {
    width: 100%;
    height: 730px;
    position: relative;
    z-index: 1;
}

    #slider .item {
        position: absolute;
        width: 100%;
        height: 730px;
        overflow: hidden;
    }

        #slider .item span, .imageshadow {
            display: none;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2;
            background: url(../images/slider-shadow.png);
        }

        #slider .item img, #slider .item a {
            display: block;
            float: left;
            position: relative;
            z-index: 1;
        }

    #slider #description {
        position: absolute;
        z-index: 4;
        top: 0px;
        height: 730px;
        display: none;
    }

    #slider .container {
        height: 730px;
    }

    #slider .desc-item {
        color: #fff;
        font-size: 28px;
        line-height: 28px;
        position: absolute;
        top: 30%;
        display: none;
    }

        #slider .desc-item .title {
            font-size: 75px;
            line-height: 90px;
            font-family: 'MontserratBold',Arial;
        }

    #slider .slider-arrows {
        width: 100%; /* height: 100%; */
        z-index: 3;
        top: 45%;
        left: 0px;
    }

        #slider .slider-arrows a {
            display: block;
            position: absolute;
            background: url(../images/slider-arrows.png) no-repeat;
            width: 34px;
            height: 60px;
            text-indent: -9999px;
            top: 41%;
        }

            #slider .slider-arrows a.prev {
                background-position: 0px 0px;
                z-index: 3;
                left: 30px;
            }

            #slider .slider-arrows a.next {
                background-position: -51px 0px;
                z-index: 3;
                right: 30px;
            }

            #slider .slider-arrows a.prev:hover {
                background-position: 0px bottom;
            }

            #slider .slider-arrows a.next:hover {
                background-position: -51px bottom;
            }

    #slider .slider-nav {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 75px;
        z-index: 5;
    }

        #slider .slider-nav .container {
            background: url(../images/menu-bg.png);
            height: 75px !important;
        }

        #slider .slider-nav a {
            display: block;
            width: 25%;
            color: #797979;
            height: 18px !important;
            padding: 30px 0px 45px 0px;
            overflow: hidden;
            position: relative;
            z-index: 2;
            float: left;
            font-size: 18px;
            font-family: 'MontserratBold',Arial;
            border-right: 1px solid #efefef;
        }

            #slider .slider-nav a span {
                padding-left: 30px;
            }

            #slider .slider-nav a:hover, #slider .slider-nav a.active {
                background: #5b6770;
                color: #fff;
            }

            #slider .slider-nav a:last-child {
                border: 0px;
            }

#timer {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0px;
    z-index: 2;
}

    #timer span {
        display: block;
        position: absolute;
        left: 0px;
        width: 0px;
        height: 100%;
        top: 0px;
        background: #5b6770;
    }
/*---/SLIDER---*/

/*---BANNER---*/
#banner {
    width: 100%;
    max-height: 315px;
    position: relative;
    overflow: hidden;
    color: #dfe0df;
}

    #banner img {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    #banner h1 {
        color: #fff;
        font-size: 70px;
        line-height: 70px;
        display: block;
        float: none !important;
        font-family: 'MontserratBold',Arial;
        margin: 8px 0px 0px 0px;
    }

    #banner .container {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 10px;
        z-index: 2;
    }

#breadcrumb {
    margin-bottom: 30px;
    float: right;
    padding: 10px 10px 6px 10px;
    color: #454749;
    background: url(../images/menu-bg.png);
}

    #breadcrumb a, #breadcrumb span {
        display: block;
        font-size: 12px;
        color: #454749;
        font-family: 'OpenSansBold',Arial;
        float: left;
        margin: -1px 7px 0px 0px;
    }

        #breadcrumb a.home {
            background-position: 0px -223px;
            height: 16px;
            width: 16px;
            margin-top: -2px;
            text-indent: -9999px;
        }

        #breadcrumb a:hover {
            text-decoration: underline;
            color: #000;
        }
/*---/BANNER---*/

/*---HOMEPAGE---*/
section {
    margin: 30px 0px 30px 0px;
}

#main-products {
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-family: 'OpenSansLight',Arial;
}

    #main-products b {
        font-family: 'OpenSansSemiBold',Arial;
    }

h3.title {
    padding: 5px 0px 5px 40px;
    font-size: 28px;
    color: #a1a1a1;
    font-family: 'MontserratBold',Arial;
}

    h3.title.product {
        background-position: 0px 1px;
    }

    h3.title.photo {
        background-position: 0px -34px;
    }

    h3.title.news {
        background-position: 0px -70px;
    }

.main-product-list {
    text-align: center;
}

    .main-product-list li figure {
        width: 100%;
        height: 100%;
        min-height: 260px;
        display: block;
    }

    .main-product-list.animation.to-top li {
        opacity: 0;
        transition: 500ms;
        bottom: -80px;
    }

    .main-product-list.animation.start li {
        opacity: 1;
        bottom: 0px;
    }

    .main-product-list li figcaption {
        z-index: 2;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #5b6770/*url(../images/orange-opacity.png);*/
    }

    .main-product-list li {
        display: inline-block;
        width: 33%;
        height: 100%;
        margin-right: 1px;
        position: relative;
        overflow: hidden;
    }

        .main-product-list li:last-child {
            margin-right: 0px !important;
        }

        .main-product-list li a, .main-product-list li span {
            display: block;
        }

        .main-product-list li figcaption span {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(../images/line.gif) no-repeat center 85px;
            padding-top: 110px;
            color: #FFF;
            font-size: 25px;
            font-family: 'MontserratBold',Arial;
        }

#life-in-menderes {
    float: right;
    overflow: hidden;
}

.preview-image, .preview-image .item {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

    .preview-image .item img {
        width: 100%;
    }

    .preview-image .item {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .preview-image .item .description {
            position: absolute;
            display: none !important;
            z-index: 2;
            bottom: 0px;
            left: 0px;
            color: #fff;
            padding: 10px;
            width: 100%;
            background: url(../images/desc-bg.png);
        }

#gallery-right .thumbnail div {
    display: inline-block;
    width: 121px;
    height: 104px;
    overflow: hidden;
    margin-right: 10px;
}

    #gallery-right .thumbnail div a {
        display: block;
    }

.preview-image .item {
    display: none;
}

    .preview-image .item:first-child {
        display: block;
    }

.see-all {
    font-size: 13px;
    transition: 200ms;
    color: #5b6770;
    border: 1px solid #5b6770;
    border-radius: 3px;
    padding: 15px 0px 11px 0px;
    text-align: center;
    font-family: 'MontserratBold',Arial;
}

    .see-all:hover {
        background: #5b6770;
        color: #fff;
    }

.news-wrap, .newslist {
    width: 100% !important; /*height:408px;*/
    position: relative;
    margin: 20px auto auto auto !important;
}

.news-wrap {
    height: 370px;
    width: 90% !important;
    overflow: hidden;
}

.newslist {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

#news a.prev, #news a.next {
    display: block;
    background: url(../images/carousel-arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 26px;
}

#news .prev {
    left: 0px;
    z-index: 222;
    background-position: 0px 0px;
}

    #news .prev:hover {
        background-position: 0px bottom;
    }

#news .next {
    right: 0px;
    z-index: 222;
    background-position: -21px 0px !important;
}

    #news .next:hover {
        background-position: -21px bottom !important;
    }

.news-wrap a, .news-wrap span {
    display: block;
}

.news-wrap .image {
    width: 100%;
    max-height: 193px;
    overflow: hidden;
    margin-bottom: 15px;
}

.newslist .image {
    width: 100% !important;
}

    .newslist .image img, .news-wrap .image img {
        width: 100%;
    }

.news-wrap .date, span.date {
    font-size: 12px;
    color: #686868;
    font-family: 'OpenSansSemiBold',Arial;
    margin: 10px 0px 10px 0px;
    display: block;
}

.news-wrap .title {
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'OpenSansBold',Arial;
    margin-bottom: 10px;
    transition: 200ms;
}

.news-wrap p {
    font-family: 'OpenSansLight',Arial;
    line-height: 18px;
    font-size: 14px;
}

.news-wrap ul {
    position: relative;
}

    .news-wrap ul.animation li {
        opacity: 0;
        transition: 500ms;
        top: 80px;
    }

        .news-wrap ul.animation li:first-child {
            left: -80px;
            top: 0px;
        }

        .news-wrap ul.animation li:last-child {
            right: -80px;
            top: 0px;
        }

    .news-wrap ul.animation.start li {
        opacity: 1;
        top: 0px;
    }

        .news-wrap ul.animation.start li:last-child {
            right: 0px;
        }

        .news-wrap ul.animation.start li:first-child {
            left: 0px;
        }

.newslist ul {
    height: auto !important;
    position: relative !important;
}

.news-wrap ul li {
    width: 250px;
    max-height: 370px;
    min-height: 370px;
    position: relative;
    margin-bottom: 15px;
    float: left;
    height: auto !important;
    margin-right: 15px;
}

    .news-wrap ul li a:hover .title {
        color: #5b6770;
    }

.newslist ul li {
    width: 30.5% !important;
}
/*---/HOMEPAGE---*/

/*---FOOTER---*/
footer {
    background: #5b6770;
    width: 100%;
    padding: 30px 0px 10px 0px;
    position: relative;
}

    footer .box {
        float: left;
        margin-right: 20px;
        width: 11%;
    }

        footer .box:last-child {
            margin-right: 0px !important;
        }

        footer .box h3 {
            font-size: 13px;
            color: #bababa;
            font-family: 'OpenSansBold',Arial;
            padding-bottom: 10px;
            border-bottom: 1px solid #323333;
            margin-bottom: 10px;
        }

        footer .box ul li a {
            font-size: 13px;
            line-height: 18px;
            font-family: 'OpenSansRegular',Arial;
            margin-bottom: 7px;
            color: #b1b1b1;
            display: block;
        }

            footer .box ul li a:hover {
                text-decoration: underline;
                color: #fff;
            }

    footer hr {
        border-top: 2px solid #c7c5c3;
    }

        footer hr.px1 {
            border-top: 1px solid #494745;
        }

#newsletter {
    width: 352px;
}

    #newsletter label, #social label {
        display: block;
        float: left;
        color: #efefef;
        font-family: 'MontserratBold',Arial;
        font-size: 16px;
        margin: 12px 20px 0px 0px;
    }

    #newsletter .subscribe-txt {
        font-size: 13px;
        color: #a7a7a7;
        font-family: 'OpenSansRegular',Arial;
        padding: 15px 10px 15px 10px;
        min-width: 250px;
        background: #4a4846;
        border: 0px;
    }

    #newsletter .subscribe-btn {
        position: absolute;
        top: 17px;
        right: 15px;
        background: url(../images/subscribe-btn.png) no-repeat;
        width: 7px;
        height: 9px;
        border: 0px;
    }

        #newsletter .subscribe-btn.success {
            background: url(../images/tick.png) no-repeat center !important;
        }

        #newsletter .subscribe-btn.error {
            background: url(../images/subscribe-btn2.png) no-repeat center !important;
        }

.subscribe-txt.error {
    background: url(../images/warning.png) no-repeat 10px center #fff4f5 !important;
    color: #eb7070 !important;
    padding: 14px 9px 14px 44px !important;
    border: 1px solid #ff9b9b !important;
}

.subscribe-txt.success {
    background: #effeb9 !important;
    color: #3C5A01 !important;
    border: 1px solid #c1d779 !important;
    padding: 14px 9px 14px 9px !important;
}

#subscribe_loading, .loading {
    display: none;
    background: url(../images/loading.gif) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 20px;
}

.loading {
    position: relative;
    top: auto;
    right: auto;
}

.text-input.success {
    background: #f2ffed !important;
}

#social {
    width: 345px;
}

    #social label {
        margin-right: 30px;
    }

    #social a {
        color: #6c6c6c;
        font-family: 'OpenSansBold',Arial;
        font-size: 14px;
        display: block;
        margin-top: 9px;
        padding: 5px 0px 5px 28px;
    }

        #social a.fb {
            background-position: 0px -108px;
        }

        #social a.tw {
            background-position: 0px -136px;
        }

        #social a.ln {
            background-position: 0px -528px;
        }

            #social a.ln:hover {
                background-position: 0px -555px;
            }

        #social a.fb:hover {
            color: #3B5998;
            background-position: 0px -164px;
        }

        #social a.tw:hover {
            color: #9AE4E8;
            background-position: 0px -192px;
        }

#copyright a {
    display: inline-block;
    color: #9b9b9b;
    font-family: 'OpenSansBold',Arial;
    margin-top: 10px;
}

    #copyright a:hover {
        color: #fff;
    }

#akca-holding {
    color: #fff;
    margin: -14px auto auto auto;
    width: 280px;
}

    #akca-holding b {
        font-family: 'OpenSansSemiBold',Arial;
    }

    #akca-holding .logo {
        background: url(../images/akca-holding.png) no-repeat top center;
        width: 54px;
        height: 57px;
        margin-top: 8px;
        text-indent: -9999px;
    }

#reklam5-logo {
    position: absolute;
    display: block;
    right: 10px;
    top: 45%;
    text-indent: -9999px;
    background: url(../images/reklam5.png) no-repeat;
    width: 13px;
    height: 58px;
}
/*---/FOOTER---*/

/*---LEFT MENU---*/
.left-menu ul li {
    font-size: 16px;
    font-family: 'MontserratBold',Arial;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
}

    .left-menu ul li:last-child {
        border: 0px !important;
    }

    .left-menu ul li a {
        color: #686868;
        position: relative;
        z-index: 2;
        display: block;
        padding: 15px 5px 15px 5px; /*transition:600ms;*/
    }

    .left-menu ul li:hover a, .left-menu ul li.active a {
        background: #5b6770;
        color: #fff !important;
    }

    .left-menu ul li.active a, .left-menu ul li.selected a {
        padding: 15px 5px 15px 5px;
    }
    /*.left-menu ul li:hover a { background:#3d3d39; color:#fff;}*/
    .left-menu ul li span {
        position: absolute;
        display: none;
        background: #5b6770;
        height: 47px;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    .left-menu ul li ul {
        display: none;
        margin: 0px 0px 0px 20px !important;
    }

        .left-menu ul li ul li a {
            font-size: 15px !important;
            line-height: 19px !important;
        }

    .left-menu ul li.active ul, .left-menu ul li.selected ul {
        display: block !important;
    }

    .left-menu ul li.active, .left-menu ul li.selected {
        border-bottom: 0px !important;
    }

        .left-menu ul li.active ul li a, .left-menu ul li.selected ul li a {
            background: none !important;
            padding: 5px 0px 5px 0px !important;
            color: #686868 !important;
        }

            .left-menu ul li.active ul li a:hover, .left-menu ul li.selected ul li a:hover {
                text-decoration: underline !important;
            }

        .left-menu ul li.active ul li, .left-menu ul li.selected ul li {
            border: 0px !important;
        }

            .left-menu ul li.active ul li.active ul li a {
                color: #686868 !important;
                text-decoration: none !important;
            }

            .left-menu ul li ul li.active a, .left-menu ul li.active ul li.active ul li.active a {
                color: #5b6770 !important;
                text-decoration: underline !important;
            }
/*---/LEFT MENU---*/

/*---HISTORY---*/
#history {
    overflow: hidden;
    position: relative;
}

    #history ul li {
        margin-bottom: 30px;
        position: relative;
    }

    #history .date {
        font-size: 80px;
        line-height: 80px;
        color: #3b3b3b;
        font-family: 'OpenSansBold',Arial;
        display: block;
        padding-bottom: 2500px;
        margin-bottom: -2500px;
    }

        #history .date span {
            display: block;
            margin-top: 30%;
        }

    #history .middle {
        width: 6px;
        background: #ededed;
        position: relative;
        border-radius: 3px;
        height: 100%;
        min-height: 100%;
        margin: 0px 15px 0px 41px;
        padding-bottom: 2500px;
        margin-bottom: -2500px;
    }

    #history span.point {
        display: block;
        position: absolute;
        z-index: 3;
        top: 48%;
        background: url(../images/point-icons.png) no-repeat 51.9% 0px;
        width: 100%;
        height: 17px;
    }

    #history span.left {
        background-position: 48.1% -18px !important;
    }

    #history .info {
        padding-bottom: 2500px;
        margin-bottom: -2500px;
        color: #686868;
        font-size: 16px;
        line-height: 22px;
        font-family: 'OpenSansLight',Arial;
    }

        #history .info h3 {
            font-size: 18px;
            color: #3b3b3b;
            font-family: 'OpenSansBold',Arial;
            margin: 10px 0px 10px 0px;
        }

        #history .info img {
            width: 100%;
        }

#more {
    display: block;
    background-position: 15px -255px;
    width: 100px;
    padding-top: 85px;
    margin: 35px auto auto auto;
    text-align: center;
    font-family: 'OpenSansBold',Arial;
    color: #696f79;
    position: relative;
    z-index: 9;
}

    #more.remove-indent {
        text-align: center !important;
        color: #fff;
        font-size: 20px;
        background: #696f79 !important;
        padding-top: 25px;
        width: 68px;
        height: 68px;
        border-radius: 50%;
    }
/*---/HISTORY---*/

/*---SUB PAGE---*/
#list li {
    margin: 0px 0px 20px 0px !important;
    font-size: 16px;
    font-family: 'OpenSansLight',Arial;
    list-style-type: none !important;
}

    #list li a, #list li span {
        display: block;
    }

        #list li a:hover .title {
            color: #5b6770;
        }

    #list li .date {
        color: #ed882a;
    }

    #list li .image {
        overflow: hidden;
        width: 22%;
    }

        #list li .image img {
            width: 100%;
        }

    #list li span.text {
        line-height: 21px;
        font-size: 15px;
    }

    #list li a .title {
        font-size: 18px;
        line-height: 24px;
        color: #3b3b3b;
        font-family: 'OpenSansBold',Arial;
        margin-bottom: 10px;
    }

.content, .content p {
    line-height: 22px;
    font-family: 'OpenSansLight',Arial;
    font-size: 15px;
}

    .content b, .content strong {
        font-family: 'OpenSansSemiBold',Arial !important;
    }

    .content.noreset ul {
        margin: 10px 0px 10px 0px !important;
    }

        .content.noreset ul li {
            margin: 0px 0px 10px 30px !important;
            line-height: 22px !important;
            list-style-type: disc !important;
        }

    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, #gallery .title, .filter label, .pdflist li .pdftitle, .medialist li .title {
        font-family: 'OpenSansBold',Arial;
        color: #3b3b3b;
    }

    .content h1, #gallery .title {
        font-size: 40px;
    }

    .content h2 {
        font-size: 35px;
    }

    .content h3 {
        font-size: 30px;
    }

    .content h4 {
        font-size: 25px;
    }

    .content h5 {
        font-size: 20px;
    }

    .content h6 {
        font-size: 15px;
    }

    .content h4.title {
        font-size: 18px;
        margin-bottom: 10px;
    }

.filter label, .pdflist li .pdftitle {
    font-size: 18px;
}

.filter .selectbox {
    width: 250px;
}

.content.noreset .pdflist li, .content.noreset .pagination-container li {
    list-style-type: none !important;
}

.content.noreset .pagination-container ul, .content.noreset .pagination-container ul li {
    margin: 0px !important;
}

.pdflist li {
    clear: both;
    margin-bottom: 1px;
    float: left;
}

    .pdflist li:hover .pdficon span, .pdflist li:hover .pdficon div {
        background-position: left bottom;
    }

.bBottom {
    border-bottom: 1px solid #efefef;
}

.pdflist li:hover .pdftitle {
    color: #5b6770;
}

.pdflist li a, .pdflist li span {
    display: block;
}

.pdflist li a {
    float: left;
}

.pdflist li .pdficon {
    padding: 20px;
    border: 1px solid #efefef;
    float: left;
}

.pdflist li:last-child .pdficon, .pdflist li:last-child .pdftitle {
}

.pdflist li .pdficon span, .pdflist li .pdficon div {
    display: block;
    background: url(../images/pdf-icons.png) no-repeat top left;
    width: 59px;
    height: 61px;
}

.pdflist li .pdftitle {
    padding: 43px 20px 40px 20px;
    float: left;
}

.medialist li {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

    .medialist li:hover {
        color: #333;
    }

    .medialist li:last-child {
        border: 0px !important;
        margin-bottom: 0px !important;
    }

    .medialist li a, .medialist li span {
        display: block;
        line-height: 20px;
    }

    .medialist li .item-date {
        background: #5b6770;
        color: #fff;
        text-align: center;
        padding: 20px 0px 20px 0px;
    }

        .medialist li .item-date b {
            color: #fff;
            margin: 0px;
        }

    .medialist li .title {
        font-size: 25px;
        line-height: 28px;
    }

    .medialist li b {
        display: block;
        margin: 10px 0px 10px 0px;
        color: #3b3b3b;
    }
/*---/SUB PAGE---*/

/*---GALLERY---*/
#gallery ul li, #product-list li {
    overflow: hidden;
    display: inline-block;
    margin: 0px 15px 15px 0px !important;
    width: 30.33333333%;
    position: relative;
}

    #gallery ul li a, #product-list li a {
        display: block;
    }

    #gallery ul li figcaption {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: url(../images/orange-opacity.png);
    }

    #gallery ul li .mask {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

        #gallery ul li .mask span {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(../images/zoom.png) no-repeat center;
        }

        #gallery ul li .mask  i {
            display: block;
            position: absolute;
            width: 30px;
            height: 30px;
            background: url(../images/menderes_download.png) no-repeat center;
            top: 10px;
            right: 5px;
        }

        #gallery ul li .mask bdi b {
            display: block;
            position: absolute;
            width: 30px;
            height: 30px;
            background: url(../images/menderes_favori.png) no-repeat center;
            top: 40px;
            right: 5px;
            cursor: pointer;
        }

#gallery ul li .mask bdi k {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/menderes_delete.png) no-repeat center;
    top: 70px;
    right: 5px;
    cursor: pointer;
}


/*---/GALLERY---*/

/*---PRODUCT LIST---*/
#product-list li {
    border: 1px solid #e6e5e5;
    vertical-align: bottom;
}

    #product-list li:hover {
        border-color: #c7c7c7;
    }

    #product-list li span, #product-list li a {
        display: block;
    }

    #product-list li .p-image {
        width: 100%;
        position: relative;
        max-height: 290px;
        overflow: hidden;
    }

        #product-list li .p-image img {
            width: 100%;
        }

    #product-list li .p-name {
        font-size: 18px;
        color: #3b3b3b;
        font-family: 'OpenSansBold',Arial;
        text-align: center;
        padding: 20px 0px 20px 0px;
    }

.selectbox2 {
    height: 40px;
    width: 250px;
    padding: 8px;
    font-family: 'OpenSansLight';
}

.select {
    margin-bottom: 20px;
    padding-right:15px;
    padding-left:15px;
}
/*---/PRODUCT LIST---*/

/*---404---*/
#page404 {
    text-align: center;
    color: #353535;
    font-size: 18px;
    float: none;
    margin: 20% auto 70px auto;
    line-height: 24px;
}

    #page404 .error-num {
        font-size: 160px;
        line-height: 150px;
        font-family: 'OpenSansBold',Arial;
    }

    #page404 .error-title {
        font-size: 30px;
        line-height: 30px;
        font-family: 'OpenSansBold',Arial;
    }

    #page404 .error-desc {
        margin-top: 20px;
    }

    #page404 a {
        color: #f5b540;
        text-decoration: underline;
    }

        #page404 a:hover {
            text-decoration: none;
        }

#searchbar {
    width: 350px;
    margin: 15px auto auto auto;
}

    #searchbar .search-input {
        padding: 14px 10px 13px 10px;
        background: #fff;
        color: #767676;
        border: 1px solid #e5e5e5;
        width: 285px;
        margin: 0px !important;
    }

    #searchbar .search-btn {
        cursor: pointer;
        border-top: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-left: 0px;
        width: 55px;
        height: 47px;
        background: url(../images/search2.png) no-repeat center;
    }
/*---/404---*/

/*---PAGER---*/
/*#pager, .pagination-container { text-align:center; margin:30px 0px 10px 0px;}
#pager a, .pagination-container li a { display:inline-block; font-family:'GothamLight',Arial; color:#3b3b3b; padding:0px 4px 0px 4px;}
#pager a.arrow, .pagination-container li.PagedList-skipToNext a, .pagination-container li.PagedList-skipToPrevious a{display:block; background:url(../images/pager-arrows.png) no-repeat; width:5px; padding:0px; margin:0px 5px 0px 5px; text-indent:-9999px;}
#pager a.prev, .pagination-container li.PagedList-skipToPrevious a { background-position:0px 4px;}
#pager a.next, .pagination-container li.PagedList-skipToNext a { background-position:-7px 4px;}
#pager a.active, .pagination-container li.active a { color:#5b6770; font-family:'GothamBold',Arial;}
.pagination-container { text-align:center;}
.pagination-container li { display:inline-block;}*/
/*---PAGER---*/
.pagination-container {
    padding: 0px;
    margin-top: 25px;
    clear: both;
    overflow: hidden;
    height: 42px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

    .pagination-container ul {
        text-align: center;
    }

        .pagination-container ul li {
            display: inline-block;
            padding: 13px 20px 13px 20px;
            border-left: 1px solid #f7f7f7;
        }

            .pagination-container ul li a {
                font-size: 14px;
                color: #929499;
            }

            .pagination-container ul li.active {
                color: #fff;
                font-family: 'open_sansbold',Arial;
                background: #5b6770;
            }

                .pagination-container ul li.active a {
                    color: #fff;
                }

.PagedList-skipToPrevious {
    float: left;
    border-right: 1px solid #f7f7f7;
    border-left: 0px solid #f7f7f7 !important;
    padding: 0px !important;
}

.PagedList-skipToNext {
    float: right;
    border-left: 1px solid #f7f7f7;
    padding: 0px !important;
}

    .PagedList-skipToNext a, .PagedList-skipToPrevious a {
        background: url(../images/pd-paging-1.png) no-repeat 15px 15px;
        width: 39px;
        height: 45px;
        text-indent: -9999px;
        display: block;
    }

.PagedList-skipToPrevious a {
    background: url(../images/pd-paging-2.png) no-repeat 15px 15px !important;
}

    .PagedList-skipToNext a:hover, .PagedList-skipToPrevious a:hover {
        background-position: 15px -18px !important;
    }
/*---/PAGER---*/
/*---/PAGER---*/

/*---LIFE IN MENDERES---*/
#gallery-life-in-menderes li {
    display: inline-block;
    margin: 0px 23px 23px 0px;
    max-height: 245px;
    width: 31.333%;
    vertical-align: bottom;
    overflow: hidden;
    position: relative;
    background: #5b6770;
}

    #gallery-life-in-menderes li img {
        width: 100%;
    }

    #gallery-life-in-menderes li a {
        display: block;
        font-size: 14px;
        line-height: 19px !important;
        width: 370px;
        overflow: hidden;
    }

        #gallery-life-in-menderes li a span {
            display: block;
            color: #fff;
            padding: 10px;
            z-index: 2;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            font-family: 'OpenSansRegular',Arial;
            background: #5b6770;
        }
/*---/LIFE IN MENDERES---*/

/*---CONTACT FORM---*/
#contact-form {
    position: relative;
    float: left;
    width: 600px;
}

    #contact-form .inputwrap {
        margin-bottom: 15px;
        color: #3b3b3b;
        font-size: 18px;
    }

        #contact-form .inputwrap .selectbox {
            width: 70%;
            float: right;
        }

        #contact-form .inputwrap label {
            display: block;
            float: left;
            font-family: 'OpenSansBold',Arial;
            min-width: 150px;
            margin: 12px 0px 10px 0px;
        }

        #contact-form .inputwrap input, #contact-form .inputwrap textarea {
            border: 1px solid #e8e6e6;
            border-radius: 4px;
            padding: 10px;
            width: 70%;
            float: right;
        }
/*---/CONTACT FORM---*/

/*---HUMAN RESOURCES FORM---*/
#hm, #hm table {
    width: 100%;
    font-size: 13px;
    border-spacing: 0px 0px;
    color: #242424;
}

    #hm h6 {
        font-size: 20px;
        color: #5b6770;
    }

    #hm table tr td {
        padding: 5px 5px 5px 0px;
    }

    #hm table tr.head td {
        font-family: 'OpenSansBold',Arial;
        line-height: 19px;
        text-align: center;
    }

    #hm .text-input {
        font-family: 'OpenSansRegular',Arial !important;
    }

    #hm table tr td.widthfixed {
        width: 130px;
    }

    #hm .inputwrap label {
        display: block;
        margin: 17px 0px 10px 0px;
        font-family: 'OpenSansBold',Arial;
        float: left;
        width: 270px;
    }

    #hm .inputwrap .text-input {
        float: left;
        width: 350px;
        margin-bottom: 10px;
    }

    #hm .text-input.date {
        width: 110px;
    }

    #hm .inputwrap label.width-auto {
        width: auto !important;
        margin-right: 15px;
    }

    #hm .inputwrap .selectbox {
        min-width: 116px;
    }
	.text-message {
    margin-bottom: 20px;
}
    .text-message b {
        font-family: 'OpenSansLight' !important;
    }
.text-message b input{ margin-right: 10px;}
        .text-message b a {
            color: #5b6770;
            font-family: 'OpenSansBold' !important;
        }
/*---/HUMAN RESOURCES FORM---*/

@media (min-width: 768px) and (max-width: 1200px) {
    section, footer .container {
        padding: 0px 10px 0px 10px;
    }

    .container {
        width: 100%;
    }

    header {
        position: relative;
    }

        header, header .container {
            height: 80px;
        }

    nav ul#menu {
        display: none;
    }

        nav ul#menu li {
            margin-right: 15px;
        }

    #slider #description {
        width: 80%;
        margin-left: 10%;
    }

    #slider .desc-item .title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    #slider .desc-item {
        font-size: 20px;
        line-height: 20px;
        top: 35%;
    }

    #slider .slider-nav {
        height: 55px;
    }

        #slider .slider-nav a {
            height: 18px !important;
            padding: 20px 0px 35px 0px;
            font-size: 13px;
        }

        #slider .slider-nav .container {
            height: 55px !important;
        }

    .slider-arrows {
        display: none;
    }

    #main-products, #life-in-menderes {
        float: none;
        width: 100%;
    }

    .main-product-list li figcaption span {
        background: url(../images/line.gif) no-repeat center 45%;
        padding-top: 45%;
        font-size: 18px;
    }

    .preview-image, .preview-image .item {
        height: 350px;
    }

    .news-wrap {
        width: 100% !important;
    }

    #reklam5-logo {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px auto auto auto;
        width: 58px;
        height: 14px;
        background-position: left bottom;
    }

    .newslist ul li {
        margin-right: 10px !important;
        opacity: 1 !important;
        left: 0px !important;
    }

    .main-product-list li {
        opacity: 1 !important;
        bottom: 0px !important;
    }

    #breadcrumb {
        float: none !important;
        text-align: center;
        margin-top: 20px !important;
        color: #5b6770;
    }

        #breadcrumb span:first-child {
            display: none !important;
        }

        #breadcrumb a, #breadcrumb span {
            display: inline-block;
            float: none;
            color: #242424;
        }

            #breadcrumb a:hover {
                color: #5b6770;
                text-decoration: underline;
            }

            #breadcrumb a.home {
                background: none;
                width: auto;
                height: auto;
                text-indent: 0px;
            }

    #banner img, #banner .imageshadow {
        display: none;
    }

    #banner .container {
        position: relative;
        top: 0px;
    }

    #banner h1 {
        color: #242424;
        font-size: 40px;
        line-height: 40px;
        float: none !important;
        margin-top: 20px;
        text-align: center;
    }

    #logo {
        float: left;
        width: 139px;
        height: 41px;
        background-size: contain;
        margin: 20px 0px 0px 20px;
    }

    #mobile-menu {
        display: block;
    }

    #language {
        margin-top: 20px;
    }

    #search {
        display: none;
    }

    .pdflist li, .pdflist li a, .pdflist li span {
        float: none !important;
        border: 0px !important;
        padding: 10px !important;
        text-align: center !important;
    }

        .pdflist li .pdficon span, .pdflist li .pdficon div {
            margin: auto auto;
        }
}

@media screen and (min-width: 100px) and (max-width:768px) {
    section, footer .container {
        padding: 0px 10px 0px 10px;
    }

    .container {
        width: 100%;
    }

    header {
        position: relative;
    }

        header, header .container {
            height: 80px;
        }

    nav ul#menu {
        display: none;
    }

        nav ul#menu li {
            margin-right: 15px;
        }

    .slider-arrows {
        display: none;
    }

    #slider .slider-arrows a {
        background: url(../images/carousel-arrows.png) no-repeat;
        width: 16px;
        height: 27px;
        top: 43%;
    }

        #slider .slider-arrows a.next {
            background-position: -22px 0px;
            right: 10px;
        }

            #slider .slider-arrows a.next:hover {
                background-position: -22px bottom;
            }

        #slider .slider-arrows a.prev {
            background-position: 0px 0px;
            left: 10px;
        }

    #search {
        display: none;
    }

    #slider #description {
        width: 80%;
        margin-left: 10%;
        display: none;
    }

    #slider .desc-item .title {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    #slider .desc-item {
        font-size: 13px;
        line-height: 15px;
        top: 25%;
    }

    #logo {
        float: left;
        width: 139px;
        height: 41px;
        background-size: contain;
        margin: 20px 0px 0px 20px;
    }

    #mobile-menu {
        display: block;
    }

    #language {
        margin-top: 20px;
    }

    #slider .slider-nav a {
        padding: 25px 0px 30px 0px;
    }

        #slider .slider-nav a span {
            padding-left: 15px;
        }

    #main-products, #life-in-menderes {
        float: none;
        width: 100%;
    }

    .main-product-list li figcaption span {
        background: none;
        padding-top: 55%;
        font-size: 18px;
    }

    .preview-image, .preview-image .item {
        height: 300px;
    }

    .news-wrap {
        width: 100% !important;
    }

    #news .prev, #news .next {
        top: 5px !important;
        right: 0px !important;
        left: auto !important;
    }

    #news .prev {
        right: 30px !important;
    }

    #social, #newsletter {
        float: none !important;
        margin: auto auto 20px auto;
    }

    #copyright, #akca-holding {
        float: none !important;
        text-align: center;
    }

    #social, #newsletter {
        width: 320px;
    }

        #social .mRight20 {
            margin-right: 8px !important;
        }

        #social a {
            padding-left: 26px;
        }

        #social label, #newsletter label {
            font-size: 15px;
            margin-right: 10px;
        }

        #newsletter .subscribe-txt {
            min-width: 220px;
        }

    h3.title {
        font-size: 24px;
        padding: 7px 0px 5px 40px;
    }

    #newsletter .subscribe-btn {
        right: 20px;
    }

    #breadcrumb {
        float: none !important;
        text-align: center;
        margin-top: 20px !important;
        color: #5b6770;
    }

        #breadcrumb span:first-child {
            display: none !important;
        }

        #breadcrumb a, #breadcrumb span {
            display: inline-block;
            float: none;
            color: #242424;
        }

            #breadcrumb a:hover {
                color: #242424;
                text-decoration: underline;
            }

            #breadcrumb a.home {
                background: none;
                width: auto;
                height: auto;
                text-indent: 0px;
            }

    #banner img, #banner .imageshadow {
        display: none;
    }

    #banner .container {
        position: relative;
        top: 0px;
    }

    #banner h1 {
        color: #242424;
        font-size: 40px;
        line-height: 40px;
        float: none !important;
        margin-top: 20px;
        text-align: center;
    }

    .left-menu {
        float: none !important;
        width: 100%;
    }

    .content {
        width: 100%;
        float: none !important;
    }

    #history span.point {
        display: none;
    }

    #history .date {
        font-size: 70px;
    }

    #reklam5-logo {
        position: relative;
        top: auto;
        right: auto;
        margin: 15px auto auto auto;
        width: 58px;
        height: 14px;
        background-position: left bottom;
    }

    #gallery ul li, #product-list li {
        margin: 0px 5px 5px 0px !important;
        width: 100%;
    }

        #product-list li .p-name {
            font-size: 15px;
        }

    #up-btn {
        display: none !important;
    }

    .newslist ul li {
        margin-right: 10px !important;
        opacity: 1 !important;
        left: 0px !important;
    }

    .main-product-list li {
        opacity: 1 !important;
        bottom: 0px !important;
    }

    #page404 {
        width: 100%;
    }

    .main-product-list li figure {
        min-height: 100%;
    }

    #gallery-life-in-menderes li, #gallery-life-in-menderes li a {
        display: block;
        width: 100%;
    }

    #contact-form {
        width: 100%;
        float: none;
    }

        #contact-form .inputwrap label, #contact-form .inputwrap input, #contact-form .inputwrap textarea, #contact-form .inputwrap .selectbox {
            float: none;
            width: 100%;
        }

    .pdflist li, .pdflist li a, .pdflist li span {
        float: none !important;
        border: 0px !important;
        padding: 10px !important;
        text-align: center !important;
    }

        .pdflist li .pdficon span, .pdflist li .pdficon div {
            margin: auto auto;
        }

    #gallery ul li img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .btnlogin {
        width: 100%;
        left: 0 !important;
    }
    #user-login { left: 0 !important;
        }
    .user-input {   
        margin-top: 0 !important;
        margin-bottom: 15px !important; }
    
    .user-label {  margin-bottom: 10px ; }
    #menu li {
        margin-right: 15px;
        font-size: 12px;
    }

    #popup {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    #menu li {
        margin-right: 30px;
        font-size: 14px;
    }

    #banner h1 {
        font-size: 50px;
        margin-top: 0px;
        line-height: 50px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {

    #user-login { left: 0 !important;
       margin-top:25% !important}
    .user-input {   
        margin-top: 0 !important;
        margin-bottom: 15px !important; }
    
    .user-label {  margin-bottom: 10px ; }
    footer .box {
        float: none;
        width: 100%;
        margin: 0px 0px 25px 0px;
    }

    #history .middle {
        margin-left: 15px;
    }

    #history .date span {
        margin-top: 70%;
    }

    .medialist li .item-date {
        float: none !important;
        width: 100%;
        padding: 8px 0px 8px 0px;
        margin-bottom: 15px;
        font-size: 16px;
    }

        .medialist li .item-date b {
            display: inline-block;
        }

    .medialist li .fRight {
        float: none !important;
        width: 100%;
    }

    .newslist ul li {
        width: 100% !important;
        float: none;
    }

    .content h2 {
        font-size: 30px;
    }

    .news-wrap ul li {
        width: 100%;
    }

    .newslist ul li {
        margin-right: 10px !important;
        min-height: initial;
        opacity: 1 !important;
        left: 0px !important;
        margin-bottom: 30px;
        right: 0px !important;
    }

    .main-product-list li {
        opacity: 1 !important;
        bottom: 0px !important;
    }

        .main-product-list li figcaption span {
            background: none;
            padding-top: 65%;
            font-size: 18px;
        }

    #history .date {
        font-size: 60px;
    }

    #language {
        float: none;
    }

    #gallery ul li img {
        width: 100%;
    }
}

.loginlabel {
    color: #3b3b3b;
    font-size: 18px;
    font-family: OpenSansBold;
    float: right;
    padding-right: 10px;
}

.loginbox {
    width: 100%;
    border-radius: 0px;
    height: 35px;
    margin-top: -7px;
    margin-left: 30px;
}

.btnlogin {
    float: left;
    padding: 15px 20px 15px 20px;
    font-family: 'OpenSansBold',Arial;
    min-width: 170px;
    text-align: center;
    color: #fff;
    background: #5b6770;
    left:23%;
    position: relative;
    border:0;
}
input {border:1px solid !important }
#user-login {left: 18%;
    position: relative;
    margin: auto;
    margin-top: 19%;}
.user-input {    width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
    height: 45px;
    padding: 13px;font-family: 'OpenSansBold'; }
.user-label {font-family: 'OpenSansBold'; font-size: 18px; color: #3b3b3b }
.login { font-family: 'OpenSansLight';font-size:18px;color:#3b3b3b }
.loginuser { font-family: 'OpenSansBold';font-size:18px;color:#3b3b3b }
.search-input2 {border-left: 5px solid #5b6770 !important; width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
    height: 45px;
    padding: 13px;font-family: 'OpenSansLight'; }
.searchbtn {  
    float: right;
    width: 20px;
    height: 22px;
    background: url(../images/search.png) no-repeat;
    text-indent: -9999px;
    border: none !important;
    margin-top: -47px;
    /* z-index: 99999999; */
    position: relative;    margin-right: 10px; }
.select span {font-size: 20px;
    font-family: 'OpenSansSemiBold',Arial !important; }
.btn-submit {background: #5b6770;
    border: 0;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    margin-top: -12px; }
.search {float: right;
    margin-bottom: 30px; }