/**
 * Resolution breaks
 *
 * MINOR
 * @media screen and (min-width: 320px) {}
 *
 * MAJOR
 * @media screen and (min-width: 480px) {}
 *
 * MINOR
 * @media screen and (min-width: 720px) {}
 *
 * MAJOR
 * @media screen and (min-width: 768px) {}
 *
 * MINOR
 * @media screen and (min-width: 900px) {}
 *
 * MINOR
 * @media screen and (min-width: 960px) {}
 *
 * MAJOR
 * @media screen and (min-width: 1024px) {}
 */


/* Reset ------------------------------------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    zoom: 1;
    box-sizing: content-box;
    word-wrap: break-word;
}

/* Fonty ------------------------------------- */
@font-face {
    font-family: 'loraitalic';
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-italic-webfont.eot');
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-italic-webfont.woff2') format('woff2'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-italic-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-italic-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-italic-webfont.svg#loraitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lorabold_italic';
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bolditalic-webfont.eot');
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bolditalic-webfont.woff2') format('woff2'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bolditalic-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bolditalic-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bolditalic-webfont.svg#lorabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-regular-webfont.eot');
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-regular-webfont.woff2') format('woff2'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-regular-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-regular-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-regular-webfont.svg#loraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lorabold';
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bold-webfont.eot');
    src: url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bold-webfont.woff2') format('woff2'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bold-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bold-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/lora/cs-de-en-pl-sk/lora-bold-webfont.svg#lorabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bold-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bold-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bold-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bolditalic-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bolditalic-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabold-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabold-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabold-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabolditalic-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabolditalic-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabolditalic-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-italic-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-italic-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-italic-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-light-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-light-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-light-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-lightitalic-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-lightitalic-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-regular-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-regular-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-regular-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibold-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibold-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibold-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibolditalic-webfont.eot');
    src: url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibolditalic-webfont.woff') format('woff'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('http://c.delameweby.cz/font/open-sans/cs-en/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Pomocne ----------------------------------- */
.clear     { display: block; clear: both; width: 100%; height: 0; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left      { text-align: left      !important;      }
.center    { text-align: center    !important;      }
.right     { text-align: right     !important;      }
.justify   { text-align: justify   !important;      }
.fleft     { float: left           !important;      }
.fright    { float: right          !important;      }

.hidden    { display: none;  }

.unselectable {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Barvy ------------------------------------- */
.c-white   { color: #ffffff !important; }
.c-black   { color: #000000 !important; }

/* Pozadi ------------------------------------ */
.bg-white  { background: #ffffff !important;     }
.bg-black  { background: #000000 !important;     }

/* Ikony ------------------------------------- */
.icon {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: transparent url('../img/sprite.png') no-repeat 0 0 ;
}
    .icon.size32                    { width: 32px; height: 32px;            }
    .icon.size32.i-cat              { background-position: 0 0;             }
    .icon.size32.i-tel              { background-position: 0 -32px;         }
    .icon.size32.i-msg              { background-position: 0 -64px;         }
    .icon.size32.i-search           { background-position: 0 -96px;         }
    .icon.size32.i-play           { background-position: 0 -128px;         }

/* Text -------------------------------------- */
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    display: block;
    padding: 0.4em 0 0 0;
    margin: 0 0 0.7em 0;
    font-weight: normal;
    font-family: 'lorabold', 'Arial', 'Helvetica', sans-serif;
}

h1, .h1 {
    font-size: 3rem;
    line-height: 3.4rem;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;    
}

h3, .h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
}

h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

hr {
    display: block;
    clear: both;
    height: 1px;
    color: #28556c;
    background: #28556c;
    border: 0;
    margin: 15px 0 15px 0;
}

p {
    margin-bottom: 1.8em;
}

b, strong {
    font-weight: normal;
    font-family: 'open_sansbold', 'Arial', 'Helvetica', sans-serif;
}

ul {
    list-style: none;
}

img {
    display: inline-block;
    max-width: 100%;
}

/* Form prvky -------------------------------- */
label {
    display: inline-block;        
}

input {
    outline: none;
    vertical-align: middle;
}

input[type="text"],
input[type="file"],
input[type="submit"],
button,
select,
textarea {
    font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
    width: 120px;
    border-radius: 5px;
    height: 16px;
    line-height: 16px;
    padding: 11px 11px;
    font-size: 1.2rem;
    background: #f6f6f6;
    color: #222;    
    border: 1px solid #d8d8d8;    
}

input[type="radio"],
input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled] {
    color: #aaa;
    border: 1px solid #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.15);
}

textarea {
    display: block;
    min-height: 100px;
    width: 220px;
    resize: vertical;
}

/* Buttony ----------------------------------- */

button,
.button,
input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 5px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    text-decoration: none;    
    font-size: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
}

    /* Blue */
    button,
    button.button-blue,
    .button,
    .button.button-blue,
    input[type="submit"],
    input[type="submit"].button-blue {
        color: #fff;
        background: #55cfdf;  
        border-color: #3c939e;      
    }

        button:hover,
        button.button-blue:hover,
        .button:hover,
        .button.button-blue:hover,
        input[type="submit"]:hover,
        input[type="submit"].button-blue:hover {
            color: #fff;
            background: #7ce2ef;
        }

    /* Pink */    
    button.button-pink,    
    .button.button-pink,    
    input[type="submit"].button-pink {
        color: #fff;
        background: #a100b0;  
        border-color: #660079;      
    }
        
        button.button-pink:hover,        
        .button.button-pink:hover,        
        input[type="submit"].button-pink:hover {
            color: #fff;
            background: #b400d4;
        }

    button[disabled],
    input[type="submit"][disabled] {
        color: #fff;
        background: #ddd;
    }

    /* Big */
    .button-big,
    input[type="submit"].button-big {
        height: 56px;
        line-height: 56px;
        padding: 0 30px;
        font-size: 1.5rem;
        font-family: 'open_sansbold', 'Arial', 'Helvetica', sans-serif;
    }



/* Odkazy ------------------------------------ */

a {
    text-decoration: underline;
}

    a {
        color: #a100b0;
    }

        a:hover {
            color: #40004c;
        }

a img {
    border: 0;
    text-decoration: none;
}

/* Tabulky ----------------------------------- */
table {
    border-collapse: collapse;
    margin: 0 0 2em 0;
}

    td, th {
        vertical-align: top;
        font-weight: normal;
        text-align: left;
        padding: 0;
    }

form table {
    line-height: 38px;
}

form td {
    padding: 5px 10px 5px 0;
}

/* Html / Body ------------------------------- */
html, body {
    height: 100%;
    min-width: 990px;
    min-height: 100%;
}

html {
    font-size: 10px;
}

body {
    position: relative;
    font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
    line-height: 2rem;
    font-size: 1.4rem;
    background: #fff;
    color: #464646;
}

/* Layout ------------------------------------ */
.container {
    position: relative;
    width: 990px;
    margin: 0 auto;
}    

.top {
    height: 223px;    
    background: #50c5de url('../img/bg-top.jpg') no-repeat center top;
}

.logo {
    display: block;
    width: 143px;
    height: 142px;
}

    .top .logo {
        float: left;
        margin-top: 30px;
    }
    
.player {
    width: 250px;
    margin: 95px 0 0 50px;
    float: left;
}    

    .player a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5rem;
        font-family: 'open_sanssemibold', 'Arial', 'Helvetica', sans-serif;
    }
    
    .player a:hover {
        text-decoration: none;
        color:#40004c;
    }
    
    .player a .icon {
        margin: 0 10px 0 0;
    }

.search {
    margin-top: 70px;
    float: right;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
}    

    .search input[type="text"] {
        width: 300px;
        background: transparent;
        border: 0;
        font-size: 2.1rem;
        line-height:24px;
        height:28px;
        color: #fff;
        font-family: 'open_sanslight', 'Arial', 'Helvetica', sans-serif;
    }

.add {
    clear: both;    
    float: right;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    font-family: 'open_sanssemibold', 'Arial', 'Helvetica', sans-serif;
}    

.catalogue,
.lastitems,
.categories,
.contact {
    padding: 40px 0;
}

.catalogue {        
}

    .catalogue-list {
        overflow: hidden;
        margin-left: -40px;        
    }
    
    .sub .catalogue-list {
        margin-left: 0;
    }

        .catalogue-item {
            position: relative;                    
            float: left;
            width: 430px;
            padding: 8px 0 8px 45px;
            margin: 8px 0 8px 40px;
            font-size: 1.98rem;
            line-height: 2.3rem;      
            font-family: 'open_sanslight', 'Arial', 'Helvetica', sans-serif;      
        }               
        
            .sub .catalogue-item {
                /*width: 151px;*/
                width:201px;
                font-size: 1.4rem;
                margin: 8px 0 8px 0px;
            }
        
        .catalogue-item a {
            display: inline-block;
            text-decoration: none;
            border-bottom: 1px solid #a100b0;
        }
        
        .catalogue-item a:hover {
            border-color: #40004c;
        }

        .catalogue-item:before {
            content: " ";
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            width: 32px;
            height: 32px;
            background: transparent url('../img/sprite.png') no-repeat 0 0;
        }

.lastitems {    
    background: #f6f6f6;
}

    .lastitems .more {
        position: absolute;
        top: 0;
        right: 0;
    }

    .items-list {
        overflow: hidden;
        margin: 0 0 0 -40px;
    }

    .items-item {
        width: 475px;
        float: left;
        margin: 8px 0 12px 40px;
        height: 207px;
        overflow: hidden;
    }

        .items-item h3 {
            font-size: 2.6rem;
            line-height: 1.2;
            padding-top: 5px;   
            margin: 0 0 5px 0;
            font-family: 'open_sansregular', 'Arial', 'Helvetica';
        }        

        .items-item .date {
            position: relative;
            font-size: 1.2rem;                     
            font-family: 'open_sansbold', 'Arial', 'Helvetica';
            margin: 0;
            padding: 0 0 0 22px;
        }

            .items-item .date:before {
                position: absolute;
                content: " ";
                left: 0;
                top: 7px;
                width: 17px;
                height: 5px;
                background: #55cfdf;                
            }

        .breadcrumb {
            font-size: 1.1rem;
            font-family: 'open_sansbold', 'Arial', 'Helvetica';
            text-transform: uppercase;
            margin: 0;
        }
        
            .container > .breadcrumb {
                margin: 0 0 30px 0;
            }

            .breadcrumb a {
                text-decoration: underline;
                color: inherit;
            }

            .breadcrumb a:hover {
                text-decoration: underline;
                color:#000;                
            }

            .breadcrumb i {
                text-align: center;
                display: inline-block;
                vertical-align: middle;
                width: 11px;                
                overflow: hidden;
                color: #55cfdf;
                text-indent: -100px;
                background: transparent url('../img/li-arrow-blue.png') no-repeat center 6px;
            }

        .items-item .desc {
            margin: 0;
        }

        .items-item .link {
            color: #55cfdf;
        }  

        .items-item .item-left {
            position: relative;
            float: left;  
            width: 113px;
            height: 113px;       
            overflow: hidden;
            margin: 0 30px 0 0;      
        }

            .items-item .item-left img {
                min-width: 111px;
                max-width: 111px;                
                margin: 8px 0 0 0;
                border: 1px solid #ddd;
            }

            .items-item .item-left .rank {
                display: block;
                position: absolute;
                top: 8px;
                left: 10px;
                width: 39px;
                height: 47px;
                line-height: 47px;                
                border-radius: 0 0 8px 8px;
                text-align: center;
                font-family: 'open_sansbold', 'Arial', 'Helvetica';
                font-size: 2.0rem;
                color: #fff;
                border-bottom: 3px solid #3c939e;
                background: #55cfdf;
            }

        .items-item .item-right {            
            overflow: hidden;
        }            

.itemswithimg-list {
    overflow: hidden;
    margin: 0 0 30px 0;
}        

    .itemswithimg-list .items-item {
        width: 100%;
        margin: 0 0 30px 0;
        height: auto;
    }

.category-list {
    overflow: hidden;
    margin: 0 0 30px 0;
}   

    .category-item {
        position: relative;
        padding: 6px 0 6px 35px;
        margin: 4px 0 4px 0px;
        float: left;
        width: 130px;
    }   

    .category-item:before {
        content: " ";
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        width: 32px;
        height: 32px;
        background: transparent url('../img/sprite.png') no-repeat 0 0;
    }

        .category-a {
            display: inline-block;
        }    

.quo {
    margin: 0 0 30px 0;
}   

    .quo h3 {
        font-size: 2.1rem;
        font-family: 'open_sanslight', 'Arial', 'Helvetica', sans-serif;
    }

.pagination {

}   

    .pagination .pages {
        display: inline-block;
        padding: 0 20px;
        font-size: 1.7rem;        
    }     

    .pagination .pages a {
        color: inherit;
        text-decoration: none;
    }

    .pagination .pages a:hover {        
        text-decoration: underline;
    }    

    .pagination .pages a.active {
        color: #a100b0;
        font-family: 'open_sansbold', 'Arial', 'Helvetica', sans-serif;
    }

.banner {
    height: 175px;
    line-height: 175px;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    background: #303030 url('../img/banner.jpg') no-repeat center top;
}                

    .banner .button {
        margin-left: 40px;
    }

.contact {

}       

    .columns-contact {
        margin: 0 0 30px 0;       
    }    

        .columns-contact strong {
            font-size: 1.6rem;
            font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
            color: #000;
        }

            .columns-contact a {
                color: #000;
            }

        .columns-contact p {
            margin-bottom: 1em;
        }

    .contact h3 {
        font-size: 1.8rem;
        font-family: 'open_sanssemibold', 'Arial', 'Helvetica', sans-serif;
        color: #55cfdf;
        margin: 0;
    }


.advertisement {    
}   

    .advertisement h3 {
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
    } 

    .advertisement h3 span {
        display: inline-block;
        background: #fff;
        padding: 0 10px;
    }

    .advertisement h3:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 60%;
        right: 0;
        left: 0;
        height: 0;
        border-bottom: 1px solid #e4e4e4;
    }

.columns {
    display: table;
    border-collapse: collapse;
}

    .column {
        display: table-cell;
    }

    .column-icon {
        padding-right: 15px;
    }

    .column-content {
        padding-right: 40px;
    }

.form {
    font-size: 1.3rem;
    width: 716px;
}    

    .form .column {
        padding: 0 15px 15px 0;
    }

.inputwrap {        
}   

    .inputwrap label {
        border: 1px solid #d8d8d8;
        border-right: 0;
        border-radius: 5px 0 0 5px;
        height: 38px;
        line-height: 38px;
        padding: 0 20px;
        vertical-align: top;
    } 

    .inputwrap input {
        border-radius: 0 5px 5px 0;
        vertical-align: top;
    }

.footer {
    padding: 30px 0;
    text-align: center;
}

    .footer a {
        color: inherit;
    }

.content > ul,
.content > ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}

.content > ul {
    padding: 0 0 0 15px;
}

.error-text,
.message-text {
    display: none;
    border-width: 1px;
    border-style: dotted;
    padding: 10px;
}
.error-text {
    background: #ffeeee;
    color: red;
}
.message-text {
    background: #eeffee;
    color: green;
}
.loading {    
    display: none;
    overflow: hidden;
    height: 32px;    
    line-height: 32px;
    padding-left: 32px;
    margin:  0 0 10px 0;
    font-style: italic;
    background: transparent url('../img/ajax-loader.gif') no-repeat left center;
}
.error {
    outline: 1px dotted red;
    color: red;
}


/* responzivita */

.breadcrumb {font-size: 1.2rem}
.items-item .desc {font-size: 1.5rem}
.add {font-size: 1.5rem}
.player a {font-size: 1.6rem}
.advertisement h3 {font-size: 1.3rem}
input[type="text"], input[type="password"], input[type="file"], textarea, select {font-size: 1.3rem}

.container {width: 96%; max-width: 990px}
img, table {max-width: 100%}
.column-whole {display: inline-block}


@media(max-width: 1060px){
	.items-list {margin: 0}
	.items-item {width: 100%; height: auto; margin: 0 0 30px 0; float: none}
	.catalogue-list {margin: 0}
	.catalogue-item {width: 50%; box-sizing: border-box; margin: 8px 0}
	.sub .catalogue-list {display: flex; flex-wrap: wrap}
	.sub .catalogue-item {width: 25%; float: none}
}

@media(max-width: 1010px){
  html, body {min-width: 0}
	.top {height: auto; background-size: cover; text-align: center}
	.top .logo {float: none; display: inline-block; vertical-align: middle}
	.player {float: none; display: inline-block; vertical-align: middle; margin-top: 30px}
	.search {float: none; margin: 20px auto; clear: both; display: inline-block}
	.add {margin: 0 0 20px 0; display: inline-block; float: none}
}

@media(max-width: 980px){
	.contact-in {display: flex; flex-wrap: wrap}
	.contact-left {order: 1; width: 100%}
	.contact-in > img {float: none !important; margin: 15px auto 0 auto; order: 2}
	.banner {height: auto; line-height: 1.5; padding: 60px 0 55px 0; background-size: cover}
}

@media(max-width: 840px){
	.catalogue-item {width: 100%}
	.sub .catalogue-item {width: 33.3333%}
}

@media(max-width: 820px){
	.banner {padding: 40px 0}
	.banner .button {display: block; margin: 20px auto 0 auto; max-width: 110px}
}

@media(max-width: 760px){
	.form {width: 100%}
	textarea {width: 100% !important; box-sizing: border-box}
	.form .columns {display: block}
	.form .column {display: block; padding-right: 0}
	.form label {width: 100px; box-sizing: border-box}
	.form .inputwrap input {box-sizing: border-box; width: calc(100% - 100px); height: 38px}
	.pagination-in {display: block; margin-top: 20px}
}

@media(max-width: 630px){
	.sub .catalogue-item {width: 50%}
}

@media(max-width: 580px){
	.search {width: 100%; box-sizing: border-box}
	.search input[type="text"] {box-sizing: border-box; width: calc(100% - 145px); height: 50px}
	.search .button {width: 140px; box-sizing: border-box; padding: 0}
	.player {margin-left: 0}
}

@media(max-width: 500px){
	.container {width: 92%}
	.contact .column-content {padding-right: 0}
	.items-item .item-left {float: none; margin: 0}
	.itemswithimg-list .items-item {margin-bottom: 10px}
	.items-item h3 {font-size: 2.2rem}
	.catalogue-item {font-size: 1.6rem}
	h1, .h1 {font-size: 2.6rem; line-height: 3rem}
	.search input[type="text"] {font-size: 1.8rem; padding-left: 5px; width: calc(100% - 125px)}
	.search .button {width: 120px; padding-left: 10px}
	.player {clear: both; margin-top: 15px}
	.pagination-in .button, .pagination-in .pages {margin-bottom: 10px; vertical-align: middle}
	.pagination-in .pages {text-align: center; max-width: calc(100% - 230px)}
}
