﻿@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('font/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('font/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('font/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
}

* {
    outline: none;
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
}

    *:required, *:required:hover, *:required:focus {
        outline: none;
        box-shadow: none;
    }

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
	/*
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	-webkit-overflow-scrolling-y: hidden;
	-webkit-overflow-scrolling-y: touch;
	*/
    background: #fff;
    color: #000;
    font: 14px 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

a, a *, div.band {
    text-decoration: none;
    transition: all linear 0.15s;
}

    a:hover, a:focus, div.band:hover, a:hover *, a:focus *, div.band:focus {
        transition: all linear 0.25s;
    }

div#not-supported {
    position: absolute;
    z-index: -1000;
    display: none;
    width: 100%;
    padding-top: 200px;
    text-align: center;
    transition: all linear 0.5s;
}

div.overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    opacity: 0;
}

    div.overlay.light {
        background: #fff;
    }

    div.overlay.dark {
        background: #00000f;
    }

a.back-to-top {
    position: fixed;
    z-index: 1000;
    width: 40px;
    height: 30px;
    padding: 10px 0 0 0;
    right: 20px;
    bottom: 20px;
    background: #555 url(img/back-to-top.png) 8px 6px no-repeat;
    color: transparent;
    font: 16px 'Roboto Condensed', 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
    cursor: pointer;
    opacity: 0;
    display: none;
    transition: all linear 0.15s;
}

div.main {
    width: 100%;
    height: 100%;
}

div.ajax-main {
    width: 100%;
    height: 100%;
}

div.center {
    width: 90%;
    height: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

div.ajax-center {
    width: 100%;
    height: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

div.row {
    float: none;
    width: 100%;
}

div.col {
    float: left;
    height: 100%;
}

div.band {
    float: none;
    clear: both;
    width: 100%;
}

    div.band .inner {
        width: 100%;
        padding: 40px 0;
    }

    div.band.header {
        height: 80px;
        background: #fff;
        color: #555;
        font: 16px 'Roboto Condensed', 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
        position: fixed;
        z-index: 300;
        box-shadow: 0 4px 0 0 #999 inset, 0 1px 0 0 rgba(0,0,0,0.1);
    }

        div.band.header:hover, div.band.header:focus {
            box-shadow: 0 4px 0 0 #000 inset, 0 1px 0 0 rgba(0,0,0,0.1);
        }

    div.band.header-space {
        height: 80px;
    }

    div.band.bread-crumb {
        width: 100%;
        display: table;
        padding: 20px 0 0 0;
        font: 16px 'Roboto Condensed', 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
        color: #777;
    }

        div.band.bread-crumb span, div.band.bread-crumb a {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0px 20px 0px 35px;
            background: url(img/bread-crumb-arrow.png) left center no-repeat;
            background-size: contain;
        }

        div.band.bread-crumb span {
            color: #999;
            cursor: default;
        }

        div.band.bread-crumb a {
            color: #555;
            transition: all linear 0.15s;
        }

            div.band.bread-crumb a:hover, div.band.bread-crumb a:focus {
                color: #000;
                text-decoration: underline;
                transition: all linear 0.25s;
            }

            div.band.bread-crumb a#main {
                background-image: url(img/bread-crumb-home.png);
            }

                div.band.bread-crumb a#main:hover, div.band.bread-crumb a#main:focus {
                    background-image: url(img/bread-crumb-home-hot.png);
                }

    div.band.header-content {
        width: 100%;
        display: table;
        margin-top: 20px;
        background: #f80;
        color: #fff;
        font: 18px 'Roboto Condensed', 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
    }

        div.band.header-content h1 {
            margin: 0;
            padding: 15px 0 15px 70px;
            background: url(img/content-header.png) left center no-repeat;
            background-size: auto 66%;
            font-weight: 400;
        }

            div.band.header-content h1#urunler {
                background-image: url(img/content-header-urunler.png);
            }

            div.band.header-content h1#urunler-yonetim {
                background-image: url(img/content-header-urunler-yonetim.png);
            }

            div.band.header-content h1#urunler-ofis {
                background-image: url(img/content-header-urunler-ofis.png);
            }

            div.band.header-content h1#urunler-log-yonetimi {
                background-image: url(img/content-header-urunler-log-yonetimi.png);
            }

    div.band.detail-content {
        display: table;
        width: 100%;
        padding: 20px 0;
        color: #000;
    }

        div.band.detail-content .not-find {
            width: 100%;
            height: 100px;
            margin-top: 50px;
            padding-top: 300px;
            background: url(img/content-not-find.png) center top no-repeat;
            color: #777;
            font: 28px 'Roboto Condensed', 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
            font-weight: 300;
            text-align: center;
        }

            div.band.detail-content .not-find a {
                display: block;
                float: none;
                padding: 10px 20px;
                text-align: center;
                font-size: 16px;
                font-weight: 400;
                color: #555;
            }

                div.band.detail-content .not-find a:hover, div.band.detail-content .not-find a:focus {
                    color: #08e;
                    text-decoration: underline;
                }

        div.band.detail-content .item {
            float: left;
            width: 30%;
            display: table;
            margin: 0 5% 20px 0;
            background: #fff;
            text-align: center;
            box-shadow: 0 -4px 0 0 transparent inset, 0 0 0 1px rgba(0,0,0,0.1) inset;
            transition: all linear 0.15s;
        }

            div.band.detail-content .item:last-child {
                margin-right: 0;
            }

            div.band.detail-content .item > a {
                display: block;
                width: 100%;
                height: 100%;
                color: #555;
            }

            div.band.detail-content .item:hover, div.band.detail-content .item:focus {
                box-shadow: 0 -4px 0 0 #f80 inset, 0 0 0 1px rgba(0,0,0,0.3) inset;
                transition: all linear 0.25s;
            }

                div.band.detail-content .item:hover h1, div.band.detail-content .item:focus h1, div.band.detail-content .item:hover span, div.band.detail-content .item:focus span {
                    color: #000;
                    transition: all linear 0.25s;
                }

            div.band.detail-content .item .image {
                width: 100%;
                height: 280px;
                background: center top no-repeat;
                background-size: cover;
            }

            div.band.detail-content .item h1 {
                font-size: 16px;
                margin: 0;
                padding: 15px 10% 0 10%;
            }

            div.band.detail-content .item span {
                display: block;
                padding: 15px 5% 15px 5%;
                overflow: hidden;
                font-size: 14px;
                text-align: center;
            }

        div.band.detail-content .item-menu {
            float: left;
            width: 28.3%;
            height: 390px;
            margin: 0 5% 50px 0;
            text-align: center;
            box-shadow: 0 -3px 0 0 transparent inset;
            transition: all linear 0.15s;
            overflow: hidden;
        }

            div.band.detail-content .item-menu:last-child {
                margin-right: 0;
                margin-bottom: 0;
            }

            div.band.detail-content .item-menu > a {
                display: block;
                width: 100%;
                height: 100%;
                color: #777;
            }

            div.band.detail-content .item-menu:hover, div.band.detail-content .item-menu:focus {
                box-shadow: 0 -3px 0 0 #f80 inset;
                transition: all linear 0.25s;
            }

                div.band.detail-content .item-menu:hover .image, div.band.detail-content .item-menu:focus .image {
                    opacity: 0.8;
                    transition: all linear 0.25s;
                }

                div.band.detail-content .item-menu:hover *, div.band.detail-content .item-menu:focus * {
                    color: #000 !important;
                    transition: all linear 0.25s;
                }

            div.band.detail-content .item-menu .image {
                width: 100%;
                height: 200px;
                background: center top no-repeat;
                background-size: cover;
            }

            div.band.detail-content .item-menu p {
                margin: 0 !important;
                padding: 0 !important;
                font-size: 14px !important;
            }

    div.band.detail-page-content {
        display: table;
        width: 100%;
        margin-bottom: 20px;
        color: #000;
    }

        div.band.detail-page-content * {
            font-family: 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif !important;
        }

        div.band.detail-page-content td {
            padding: 0 10px;
        }

        div.band.detail-page-content > h1, div.band.detail-page-content > h2, div.band.detail-page-content > h3, div.band.detail-page-content > h4, div.band.detail-page-content > h5, div.band.detail-page-content > h6, div.band.detail-page-content > p {
            margin: 0;
            padding: 5px 0;
        }

        div.band.detail-page-content > .img {
            display: inline-block;
            width: 100%;
            height: 250px;
            background: center no-repeat;
            background-size: cover;
            margin-bottom: 50px;
        }

        div.band.detail-page-content iframe {
            display: block;
            width: 100%;
            height: 500px;
            margin: 50px 0 0 0;
            border: none;
        }

        div.band.detail-page-content span {
            display: block;
            float: none;
            height: 30px;
            margin: 0 0 30px 0;
            padding: 8px 0 0 40px;
            background: left center no-repeat;
        }

            div.band.detail-page-content span a {
                display: inline;
                margin: 0;
                padding: 0;
                color: inherit;
                text-decoration: underline;
                box-shadow: inherit;
                border: none;
            }

                div.band.detail-page-content a:hover, div.band.detail-page-content span a:focus {
                    color: #07e;
                }

            div.band.detail-page-content span#location {
                height: 40px;
                padding: 0 0 0 40px;
                background-image: url(img/footer-location.png);
            }

            div.band.detail-page-content span#phone {
                background-image: url(img/footer-phone.png);
            }

            div.band.detail-page-content span#mail {
                background-image: url(img/footer-mail.png);
            }

        div.band.detail-page-content .col-left {
            display: table;
            float: left;
            width: 38%;
            height: 360px;
            margin-right: 2%;
        }

            div.band.detail-page-content .col-left .img {
                display: inline-block;
                width: 100%;
                height: 360px;
                background: center no-repeat;
                background-size: cover;
            }

        div.band.detail-page-content .col-right {
            display: table;
            float: left;
            width: 60%;
            height: 360px;
            overflow: hidden;
        }

        div.band.detail-page-content .col-left-condensed {
            display: table;
            float: left;
            width: 14%;
            margin-right: 2%;
        }

            div.band.detail-page-content .col-left-condensed img {
                width: 100%;
                margin-top: 20px;
            }

        div.band.detail-page-content .col-right-wide {
            display: table;
            float: left;
            width: 82%;
            overflow: hidden;
        }

        div.band.detail-page-content hr {
            display: inline-block;
            float: none;
            width: 100%;
            height: 1px;
            margin: 10px 0;
            border: none;
            background: #999;
        }

        div.band.detail-page-content p {
            margin: 0;
            padding: 0;
            font-size: 16px !important;
        }

            div.band.detail-page-content p.detail {
                max-height: 200px;
                padding: 20px 0 0 0;
                font-size: 14px;
                overflow: hidden;
            }

				div.band.detail-page-content div.row {
					display: table;
					width: 96%;
					padding: 10px 2%;
					margin: 0 0 5px 0;
					background: rgba(0,0,0,0.05);
					transition: all linear 0.15s;
				}

				div.band.detail-page-content div.row:hover, div.band.detail-page-content div.row:active, div.band.detail-page-content div.row:focus {
					background: rgba(0,0,0,0.1);
					transition: all linear 0.15s;
				}

				div.band.detail-page-content div.grayed {
					background: rgba(0,0,0,0.1);
				}

				div.band.detail-page-content div.grayed:hover, div.band.detail-page-content div.grayed:active, div.band.detail-page-content div.grayed:focus {
					background: rgba(0,0,0,0.15);
				}

                div.band.detail-page-content div.row span {
                    display: inline-block;
					float: left;
                    font-size: 14px;
					font-weight: normal;
					margin: 0;
					padding: 0;
                }

                div.band.detail-page-content div.row a {
                    display: inline-block;
					float: right;
					min-width: 180px;
					padding: 10px 20px 10px 50px;
					margin: 0;
                    font-size: 14px;
                    background: #777 url(img/download.png) 20px center no-repeat;
                    background-size: 20px auto;
                    color: #fff;
                }

                    div.band.detail-page-content div.row a:hover, div.band.detail-page-content div.row a:focus {
                        background-color: #f80;
                    }

            div.band.detail-page-content div.notes h3 {
				margin: 0 0 10px 0 !important;
                font-size: 16px !important;
            }

            div.band.detail-page-content div.notes h4 {
				margin: 0 !important;
                font-size: 14px !important;
            }

            div.band.detail-page-content div.notes p {
				margin: 10px 0 0 0 !important;
                font-size: 14px !important;
            }

.panel-container {
    width: 100%;
}

    .panel-container * {
        font-family: 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif !important;
		max-width: 100% !important;
    }

    .panel-container p {
        font-family: 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif !important;
		max-width: 100% !important;
    }

    .panel-container > a.img {
        display: inline-block;
        float: left;
        width: 200px;
        height: 150px;
        margin: 0 20px 20px 0;
        background: center no-repeat;
        background-size: contain;
        border: 1px solid rgba(0,0,0,0.1);
    }

        .panel-container > a.img:hover, .panel-container > a.img:focus {
            border: 1px solid rgba(0,0,0,0.25);
        }

        .panel-container > a.img > div {
            display: inline-block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.15) url(img/img-browse.png) center no-repeat;
            opacity: 0;
        }

        .panel-container > a.img:hover > div, .panel-container > a.img:focus > div {
            background-position: center;
            background-size: auto;
            opacity: 1;
        }

.page-content-item {
    display: table;
    float: none;
    width: 96%;
    margin: 0 auto 20px auto;
    padding: 20px 2%;
    background: rgba(0,0,0,0.03) 99% center no-repeat;
    color: #000;
    box-shadow: 0 0 0 1px transparent inset, 0 -3px 0 0 rgba(0,0,0,0.05) inset;
    transition: all linear 0.15s;
}

    .page-content-item:last-child {
        margin-bottom: 0;
    }

    .page-content-item:hover, .page-content-item:focus {
        background-color: #fff;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.05) inset, 0 -3px 0 0 #f80 inset;
        transition: all linear 0.25s;
    }

    .page-content-item a {
        color: #555;
        text-decoration: underline;
    }

        .page-content-item a:hover, .page-content-item a:focus {
            color: #000;
        }

    .page-content-item > .col-left {
        float: left;
        width: 6%;
        height: 100px;
        font-weight: 700;
        line-height: 26px;
    }

    .page-content-item > .col-right {
        float: left;
        width: 90%;
        height: 100px;
        margin-left: 1%;
        line-height: 26px;
    }

    .page-content-item.browse {
        background-image: url(img/item-browse.png);
    }

        .page-content-item.browse:hover, .page-content-item.browse:focus {
            background-image: url(img/item-browse-hot.png);
        }

    .page-content-item.open {
        background-image: url(img/item-open.png);
    }

        .page-content-item.open:hover, .page-content-item.open:focus {
            background-image: url(img/item-open-hot.png);
        }

    .page-content-item.download {
        background-image: url(img/item-download.png);
    }

        .page-content-item.download:hover, .page-content-item.download:focus {
            background-image: url(img/item-download-hot.png);
        }

    .page-content-item.open.news {
        padding: 0 2% 3px 0;
    }

        .page-content-item.open.news:hover, .page-content-item.open.news:focus {
        }

        .page-content-item.open.news .col-left {
            float: left;
            width: 20%;
            height: 200px;
            margin-right: 1%;
            background: center no-repeat;
            background-size: cover;
        }

        .page-content-item.open.news .col-right {
            float: left;
            width: 75%;
            height: 160px;
            padding: 20px 0 20px 0;
            overflow: hidden;
        }

    .page-content-item h3 {
        margin: 0 0 10px 0;
        padding: 0;
    }

    .page-content-item span {
        float: left;
        clear: both;
        display: inline-block;
        width: 70%;
        color: #555;
    }

div.band.slider-main {
    height: 500px;
}

div.band.slider-main-navigation {
    padding: 10px 0;
}

div.band.content {
    width: 100%;
}

    div.band.content .inner {
        display: block;
    }

div.band.spot-main {
    width: 100%;
    display: table;
    margin: 5px 0 10px 0;
    padding: 10px 0;
    border-top: 1px dashed rgba(0,0,0,0.1);
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

    div.band.spot-main hr {
        display: block;
        float: left;
        width: 0;
        height: 80px;
        margin: 5px 5.95%;
        border: none;
        border-right: 1px solid rgba(0,0,0,0.05);
    }

    div.band.spot-main a {
        display: inline-block;
        float: left;
        width: 16%;
        height: 15px;
        padding: 65px 0 10px 0;
        background: center 5px no-repeat;
        color: #000;
        font-size: 16px;
        text-align: center;
        border-bottom: 2px solid transparent;
        opacity: 0.4;
    }

        div.band.spot-main a:last-child {
            margin-right: 0;
        }

        div.band.spot-main a:hover, div.band.spot-main a:focus {
            opacity: 1;
            border-bottom: 2px solid #f80;
        }

        div.band.spot-main a#indirmeler {
            background-image: url(img/spot-indirmeler.png);
        }

        div.band.spot-main a#dokumanlar {
            background-image: url(img/spot-dokumanlar.png);
        }

        div.band.spot-main a#nereden-alirim {
            background-image: url(img/spot-nereden-alirim.png);
        }

        div.band.spot-main a#iletisim {
            background-image: url(img/spot-iletisim.png);
        }

div.band.slider-products {
    width: 100%;
    margin: 20px 0 20px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

    div.band.slider-products h1 {
        margin: 0;
        padding-top: 20px;
        color: #777;
        font-size: 28px;
        font-weight: 400;
    }

    div.band.slider-products .inner-content {
        width: 100%;
        padding: 20px 0;
    }

    div.band.slider-products .item {
        float: left;
        width: 100%;
        height: 400px;
        background: #fff;
        color: #555;
        text-align: center;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.08) inset, 0 -4px 0 0 transparent inset;
        overflow: hidden;
    }

        div.band.slider-products .item:hover, div.band.slider-products .item:focus {
            color: #000;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 -4px 0 0 #f80 inset;
        }

        div.band.slider-products .item .image {
            display: block;
            height: 180px;
            margin: 1px;
            background: center top no-repeat;
            background-size: cover;
        }

        div.band.slider-products .item h1 {
            font-size: 15px;
            margin: 10px 0;
            padding: 0 3%;
        }

        div.band.slider-products .item span {
            display: block;
            padding: 0 3%;
            color: #000;
            font-size: 14px;
            text-align: center;
        }

            div.band.slider-products .item span.details {
                color: #555;
            }

        div.band.slider-products .item:hover span.details, div.band.slider-products .item:focus span.details {
            color: #000;
        }

div.band.news {
    width: 100%;
    margin: 0 0 20px 0;
    color: #777;
}

    div.band.news .news-col {
        float: left;
        width: 28.66%;
        margin-right: 7%;
    }

        div.band.news .news-col:last-child {
            margin-right: 0;
        }

    div.band.news .inner-content {
        width: 100%;
        padding-bottom: 20px;
        background: #fff;
    }

    div.band.news .image {
        width: 100%;
        height: 240px;
        margin-bottom: 10px;
        background: #fff center no-repeat;
        background-size: cover;
        border: none;
        border-color: none;
        transition: all linear 0.15s;
    }

    div.band.news h1 {
        margin: 0 0 0 0;
        padding: 20px 0 20px 0;
        font-size: 20px;
        font-weight: 400;
    }

    div.band.news .inner-content h2 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 16px;
        color: #666;
    }

    div.band.news .inner-content p {
        height: 50px;
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #777;
        overflow: hidden;
    }

    div.band.news .inner-content a.detail {
        color: #07e;
    }

        div.band.news .inner-content a.detail:hover, div.band.news .inner-content a.detail:focus {
            text-decoration: underline;
        }

    div.band.news .inner-content:hover a.detail, div.band.news .inner-content:focus a.detail {
        text-decoration: underline;
    }

    div.band.news .inner-content:hover h2, div.band.news .inner-content:hover p, div.band.news .inner-content:focus h2, div.band.news .inner-content:focus p {
        color: #000;
    }

div.band.footer {
    width: 100%;
    background: #f0f0f0 url(img/footer-contact.png) center 50px no-repeat;
    background-size: auto 500px;
    color: #777;
    font-size: 12px;
}

    div.band.footer .inner {
        display: block;
        padding: 0;
    }

        div.band.footer .inner hr {
            display: block;
            float: left;
            width: 1px;
            background: transparent;
            border: none;
        }

div.footer-col {
    float: left;
    margin-right: 6.5%;
    margin-top: 50px;
}

    div.footer-col:last-child {
        margin-right: 0;
    }

    div.footer-col a {
        display: block;
        float: none;
        clear: both;
        margin: 10px 0;
        padding-bottom: 2px;
        color: #333;
        border-bottom: 1px solid transparent;
    }

        div.footer-col a.main {
            border-bottom: 1px solid rgba(0,0,0,0.2);
        }

            div.footer-col a:hover, div.footer-col a:focus, div.footer-col a.main:hover, div.footer-col a.main:focus {
                color: #000;
                border-bottom: 1px solid rgba(0,0,0,0.6);
            }

        div.footer-col a.disabled {
            cursor: default;
        }

        div.footer-col a.social {
            height: 24px;
            padding: 10px 8px 0 40px;
            margin: 0;
            background: 6px center no-repeat;
            border-radius: 20px;
            border: none;
        }

            div.footer-col a.social:hover, div.footer-col a.social:focus {
                background-color: rgba(0,0,0,0.1);
                color: #000;
            }

            div.footer-col a.social#twitter {
                background-image: url(img/social-twitter.png);
            }

            div.footer-col a.social#facebook {
                background-image: url(img/social-facebook.png);
            }

            div.footer-col a.social#google-plus {
                background-image: url(img/social-google-plus.png);
            }

            div.footer-col a.social#linkedin {
                background-image: url(img/social-linkedin.png);
            }

            div.footer-col a.social#skype {
                background-image: url(img/social-skype.png);
            }

div.footer-full {
    clear: both;
    display: table;
    width: 100%;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

    div.footer-full.navigation {
        height: 220px;
        padding-bottom: 50px;
    }

    div.footer-full.contact {
        padding-bottom: 50px;
        color: #000;
    }

        div.footer-full.contact .footer-col {
            width: 46.3%;
        }

        div.footer-full.contact span {
            display: block;
            float: none;
            height: 22px;
            margin-bottom: 20px;
            padding: 8px 0 0 40px;
            background: left center no-repeat;
        }

            div.footer-full.contact span a {
                display: inline;
                margin: 0;
                padding: 0;
                color: inherit;
                text-decoration: underline;
                box-shadow: inherit;
                border: none;
            }

                div.footer-full.contact span a:hover, div.footer-full.contact span a:focus {
                    color: #07e;
                }

            div.footer-full.contact span#location {
                height: 40px;
                padding: 0 0 0 40px;
                background-image: url(img/footer-location.png);
            }

            div.footer-full.contact span#phone {
                background-image: url(img/footer-phone.png);
            }

            div.footer-full.contact span#mail {
                background-image: url(img/footer-mail.png);
            }

        div.footer-full.contact h2 {
            margin: 0 0 5px 0;
            padding: 0;
            font-weight: 400;
        }

        div.footer-full.contact p {
            margin: 0;
            padding: 10px 0;
        }

            div.footer-full.contact p a {
                padding: 5px 10px;
                margin: 0 2px 10px 0;
                border-radius: 16px;
                height: auto;
                display: inline-block;
                background: rgba(0,0,0,0.05);
                border: none;
            }

                div.footer-full.contact p a:hover, div.footer-full.contact p a:focus {
                    background: rgba(0,0,0,0.2);
                    color: #000;
                }

    div.footer-full.copyright {
        display: block;
        text-align: right;
        font-size: 12px;
        padding: 25px 0;
        border-bottom: 0;
    }

        div.footer-full.copyright a, div.footer-full.copyright span {
            color: inherit;
            margin-left: 25px;
        }

        div.footer-full.copyright a {
            text-decoration: underline;
        }

            div.footer-full.copyright a:hover, div.footer-full.copyright a:focus {
                color: #07e;
            }

/*** Input Styles ***/
.input-row {
    float: none;
    width: 100%;
    display: table;
}

    .input-row > p {
        text-align: center !important;
        font-size: 24px !important;
        padding: 20px 0 !important;
        color: #999 !important;
    }

    .input-row span {
        margin: 0 !important;
        padding: 12px 0 0 0 !important;
    }

.input-col-10 {
    float: none;
    width: 100%;
    margin-right: 0;
}

.input-col-9 {
    float: left;
    width: 86%;
    margin-right: 4%;
}

.input-col-8 {
    float: left;
    width: 76%;
    margin-right: 4%;
}

.input-col-7 {
    float: left;
    width: 66%;
    margin-right: 4%;
}

.input-col-6 {
    float: left;
    width: 56%;
    margin-right: 4%;
}

.input-col-5 {
    float: left;
    width: 46%;
    margin-right: 4%;
}

.input-col-4 {
    float: left;
    width: 36%;
    margin-right: 4%;
}

.input-col-3 {
    float: left;
    width: 26%;
    margin-right: 4%;
}

.input-col-2 {
    float: left;
    width: 16%;
    margin-right: 4%;
}

.input-col-1 {
    float: left;
    width: 6%;
    margin-right: 4%;
}

.input-col-1b {
    float: left;
    width: 8%;
    margin-right: 2%;
}

.input-col-left {
    float: left;
    width: 10%;
    padding: 12px 0 0 0;
}

.input-col-right {
    float: left;
    width: 90%;
}

input.common, textarea.common, select.common, button.common {
    display: inline-block;
    float: left;
    width: 97%;
    margin: 0 0 20px 0;
    padding: 10px 1%;
    /*border-radius: 2px;*/
    border: 2px solid rgba(0,0,0,0.1);
    transition: all linear 0.15s;
}

    select.common, select.common * {
        cursor: pointer;
    }

        input.common:hover, textarea.common:hover, select.common:hover, button.common:hover {
            border-color: rgba(0,0,0,0.3);
            transition: all linear 0.25s;
        }

        input.common:focus, textarea.common:focus, select.common:focus, button.common:focus {
            border-color: #f80;
            transition: all linear 0.25s;
        }

input[type='submit'].common, input[type='reset'].common, button.common {
    display: inline-block;
    width: 100px;
    margin: 0 0.6% 20px 0;
    padding: 10px 1%;
    background: rgba(0,0,0,0.05);
    /*border-radius: 2px;*/
    border: 2px solid rgba(0,0,0,0.1);
    transition: all linear 0.25s;
}

    input[type='submit'].common:hover, input[type='reset'].common:hover, button.common:hover {
        background: rgba(0,0,0,0.1);
        border-color: rgba(0,0,0,0.2);
        transition: all linear 0.25s;
    }

    input[type='submit'].common:focus, input[type='reset'].common:focus, button.common:hover {
        background: #f80;
        color: #fff;
        border-color: rgba(0,0,0,0.1);
        transition: all linear 0.25s;
    }

.input-row#footer input.common, button.common {
    float: none;
}

/*** Search Styles ***/
div.search {
    display: table;
    float: none;
    width: 100%;
}

    div.search div.search-col-left {
        float: left;
        display: table;
        width: 20%;
        padding: 15px 0;
    }

        div.search div.search-col-left .row {
            width: 100%;
            height: 0;
            overflow: hidden;
        }

        div.search div.search-col-left .check-row {
            float: none;
            width: 92%;
            padding: 7px 4%;
            cursor: pointer !important;
            transition: all linear 0.15s;
        }

            div.search div.search-col-left .check-row * {
                cursor: pointer !important;
            }

            div.search div.search-col-left .check-row:hover, div.search div.search-col-left .check-row:focus {
                background: rgba(0,0,0,0.1);
                transition: all linear 0.15s;
            }

    div.search div.search-col-right {
        float: left;
        display: table;
        width: 76%;
        margin-left: 2%;
        padding: 15px 0 15px 2%;
        box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
    }

.search .search-col-left > h1, .search .search-col-left > h2, .search .search-col-right > h1, .search .search-col-right > h2 {
    width: auto;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.search h3.toggle-header {
    width: auto;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    font-weight: 400;
    background: rgba(0,0,0,0.05) url(img/arrow-down.png) 97% center no-repeat;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    cursor: pointer;
    transition: all linear 0.15s;
}

    .search h3.toggle-header:hover, .search h3.toggle-header:focus {
        background-color: #777;
        background-image: url(img/arrow-down-hot.png);
        color: #fff;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset;
        transition: all linear 0.15s;
    }

    .search h3.toggle-header.expanded {
        background-image: url(img/arrow-up.png);
    }

        .search h3.toggle-header.expanded:hover, .search h3.toggle-header.expanded:focus {
            background-image: url(img/arrow-up-hot.png);
        }

.check-row *::selection, .toggle-header::selection {
    background: transparent !important;
    background: rgba(255,255,255,0) !important;
}

.check-row *::-moz-selection, .toggle-header::-moz-selection {
    background: transparent !important;
    background: rgba(255,255,255,0) !important;
}

.search input[type='text'] {
    width: 75%;
    padding: 10px 5% 10px 20%;
    margin: 0 0 20px 0;
    background: url(img/search-box.png) 5% center no-repeat;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 5px 0 transparent;
    transition: all linear 0.15s;
}

    .search input[type='text']:hover {
        box-shadow: 0 0 0 1px rgba(0,0,0,0.4) inset, 0 0 5px 0 transparent;
        transition: all linear 0.15s;
    }

    .search input[type='text']:focus {
        box-shadow: 0 0 0 1px #f80 inset, 0 0 5px 0 #f80;
        transition: all linear 0.15s;
    }

.search input[type='checkbox'] {
    margin: 0;
    cursor: pointer;
}

    .search input[type='checkbox'].grayed {
        opacity: 0.3;
    }

    .search input[type='checkbox'].sub {
        margin: 0 0 0 20px;
        cursor: pointer;
    }

.search input[type='submit'], .search button {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 0 0;
    background: rgba(0,0,0,0.05);
    border: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1) inset;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: all linear 0.15s;
}

    .search input[type='submit']:hover, .search input[type='submit']:focus, .search button:hover, .search button:focus {
        background: #f80;
        color: #fff;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.2) inset;
        transition: all linear 0.15s;
    }

.search .result-row {
    width: 97.5%;
    height: 100px;
    margin: 0 0 20px 0;
    padding: 10px 1% 10px 1.5%;
    box-shadow: 7px 0 0 0 transparent inset, 0 0 0 1px rgba(0,0,0,0.1) inset, 1px 1px 2px 1px transparent;
    transition: all linear 0.15s;
}

    .search .result-row:hover, .search .result-row:focus {
        border-color: rgba(0,0,0,0.2);
        box-shadow: 7px 0 0 0 #f80 inset, 0 0 0 1px rgba(0,0,0,0.2) inset, 1px 1px 2px 1px rgba(0,0,0,0.15);
        transition: all linear 0.15s;
    }

        .search .result-row:hover h2, .search .result-row:focus h2 {
            color: #f80;
            transition: all linear 0.15s;
        }

        .search .result-row:hover a, .search .result-row:focus a {
            color: #000;
        }

    .search .result-row > a {
        display: block;
        width: 100%;
        height: 100%;
        color: #555;
    }

    .search .result-row .image {
        float: left;
        width: 13%;
        height: 100%;
        background: center no-repeat;
        background-size: cover;
    }

    .search .result-row .content {
        float: left;
        width: 86%;
        height: 100%;
        margin-left: 1%;
        overflow: hidden;
    }

    .search .result-row h2 {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
        font-size: 16px;
        border-bottom: 1px dashed rgba(0,0,0,0.1);
        transition: all linear 0.15s;
    }

        .search .result-row h2 > span {
            display: inline-block;
            float: right;
            margin: 0;
            padding: 0 0 0 10px;
            font-size: 12px;
            border-left: 1px solid rgba(0,0,0,0.1);
        }

    .search .result-row .content p {
        clear: both;
        font-size: 13px;
        padding: 0;
        margin: 0;
    }
