.header {
    width: 100%;
    display: block;
}

.header ul {
    padding: 0;
    margin: 0;
}

.header ul>li {
    display: inline-block;
    margin: 0;
}

.header ul > li.mobil_reg_link{
    display: none;
}

.header-top {
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    max-width: 1319px;
    text-align: right;
    font-size: 10pt;
    text-transform: uppercase;
}


.header-top-links {

    padding: 0;
    margin: 0;
}

.header-top-links>li {
    padding-left: 15px;
    padding-right: 15px;
}


.headerlink-registration {    
    margin-right: 20px !important;
}

.headerlink-registration a{
    color: #e8516a;
    text-decoration: none;
}


.headerlink-cartname, .headerlink-cartname a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #e8516a;
}

.headerlink-cartname i {
    font-size: 14pt;
    position: relative;
    top: 1px;
    padding-right: 5px;
}

.headerlink-cartdetails {
    color: white;
    background-color: #2e2b2e;
    text-transform: none;
    font-weight: bold;
}

.headerlink-cartdetails i {
    color: #717171;
    font-size: 14pt;
}

.header-main-container {
    width: 100%;
}

.header-main {
    height: 93px;
    margin: 0 auto;
    max-width: 1319px;
    text-align: right;
}

.header-main-logo {
    display: inline-block;
    width: 100px;
    height: 93px;
    /*background-image: url('../images/logo.png');*/
    vertical-align: top;
    float: left;    
}

.header-main-logo img{
    width: 257px;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.header-main-menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    position: relative;
    right: 0;
}

.header-main-menu ul {
    height: 93px;
}

.header-main-menu ul>li {            
    margin-top: 20px;

}

.header-main-menu ul>li a{
    height: 33px;
    display: block;
    text-decoration: none;
    line-height: 33px;
    color: white;
    font-size: 11pt;
    text-transform: uppercase;
    padding: 10px 20px;
}

.header-main-menu ul>li:hover {
    background-color: #e8516a;
    cursor: pointer
}

.header-searchli {
    padding: 10px 0 10px 20px !important;
}

.header-searchli:hover {
    background-color: #2e2b2e !important;
}

.header-main-searchbox {
    display: inline-block;
    float: right;
    height: 93px;
    vertical-align: top;
    line-height: 93px;
}

.header-main-searchbox-inputline {
    display: inline-block;
    /*height: 93px;
    line-height: 93px;*/
}

.header-main-searchbox-searchlogo {
    height: 35px;
    width: 35px;
    /*margin-top: 30px;*/
    /*margin-bottom: 29px;*/
    background-color: #e8516a;
    display: inline-block;
    color: white;
    vertical-align: top;
    line-height: 35px;
    text-align: center;
}

.header-main-searchbox-searchlogo i {
    font-size: 14pt;
}

.header-main-searchinput {
    height: 25px;
    background-color: #433640;
    border: 0;
    color: white;
    font-size: 11pt;
    padding: 5px;
}


.header-search-hidden {
    display: none !important;
}

.header-search-hidden input {
    display: inline-block;
}

.mobilelogo {
    width: 100%;
    height: 45px;
    text-align: center;
    display: none;
    background-color: #2e2b2e;
}

.mobilelogo img {
    height: 40px;
}

@media screen and (max-width: 1325px){
    
    .header-main{
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .content-flexcontainer{
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

@media screen and (max-width: 1220px)
{
    .header-main-logo img {
        width: 200px;
        position: relative;
        top: 10px;
        left: 10px;
    }

    .header-main-menu ul>li a{
        padding: 10px 10px;
    }

    .header-main-searchbox {
        margin-right: 5px;
    }
    
    .slider h1{
        font-size: 40px;
        line-height: 42px;
    }
    
    .slider h2{
        font-size: 20px;
        line-height: 22px;
    }
    
    .slider .article{
        max-width: 620px;
    }
    
    
}

@media screen and (max-width: 1100px)
{

    .header-searchli {
        display: none !important;
    }

    .header-top-links > li.header-search-hidden {
        display: inline-block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-top {
        height: inherit;
    }

    .header-main-searchinput {
        padding: 9px;
        margin: 0;
        background-color: white;
        color: #fff;
        background: #433640;
    }

    .header-main-searchbox-searchlogo {
        height: 43px;
        line-height: 43px;
        position: relative;
        top: 0px;
        width: 45px;
        cursor: pointer;
    }
    
    .slider h1{
        font-size: 30px;
        line-height: 32px;
    }
    
    .slider h2{
        font-size: 16px;
        line-height: 18px;
    }
    
    
    .slider .article{
        width: 60% !important;
        max-width: 60% !important;
        
    }
    
    .more_button_holder{
        line-height: 185px;
    }
    

}

@media screen and (max-width: 860px)
{


    .header-main-logo {
        width: 30px;
    }
    .header-main-logo img {
        width: 160px;
        position: relative;
        top: 17px;
        left: 5px;
    }
    
}

@media screen and (max-width: 770px)
{

    .header ul > li.mobil_reg_link{
        display: inline-block;        
    }

    .carousel {
        /*display: none;*/
    }
    
    .header-main-searchbox-searchlogo{
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .header-main-searchinput{
        box-sizing: border-box;
        width: 100%;
        height: 43px;
        line-height: 43px;
    }
    
    .header-top-links{
        background: #2E2B2E;
    }
    
    .header ul > li.headerlink-registration{
        display: none;
    }
    
    .headerlink-cartdetails{
        text-align: center;
    }
    
    .headerlink-cartname{
        float: left;
    }
    
    .header-top-links > li{
        position: relative;
        width: 33%;
        box-sizing: border-box;
    }    
    
    .header-main-logo {
        display: none;
    }

    .header-main-container{
        border-bottom: 2px solid #433640;
        color: white;
    }

    .header-main {
        height: auto;
    }

    .header-main-menu {
        margin-left: 0;
        text-align: center;
        width: 100%;        
    }

    .header-main-menu ul {
        width: 100%;
    }

    .header-main-menu ul>li {
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 31%;
    }

    .header-main-menu ul>li a{
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 10pt;
    }

    .mobilelogo {
        display: block;
    }
    
    .more_button_holder{
        display: none;
    }
    
    .slider h1{
        font-size: 22px;
        line-height: 24px;
    }
    
    .slider p{
        font-size: 12px;
        line-height: 16px;
    }
    
}

@media screen and (max-width: 560px)
{
    
    .slider .article{
        width: 65% !important;
        max-width: 65% !important;
    }
    
    .slider h1{
        font-size: 16px;
        line-height: 16px;
        text-transform: none;
    }
    
    .slider h2{
        text-transform: none;
        font-size: 14px;
        line-height: 14px;
        white-space: normal;
    }
    
    .slider p{
        font-size: 11px;
        line-height: 13px;
        margin-top: 5px;
    }
    
    
    .header-main-menu ul > li a{
        padding-left: 0;
        padding-right: 0;
    }
    
    .header-top-links > li{
        width: 60%;
    }
    
    .header-top-links > li.headerlink-cartname{
        width: 40%;
    }
    
    .header-top-links > li.header-search-hidden{
        width: 100%;
    }
    
    .header-main{
        height: 140px;
        padding-top: 10px;
    }
    
    .header-top {
        height: inherit;
    }



    .header-main-menu ul>li {
        width: 44%;
    }
    
    .header-main-menu ul>li a{
        font-size: 9pt;
        line-height: 20px;
    }
    
    .subPage .carousel{
        height: 0px !important;
    }
    
    
    
    
}




 @media screen and (max-width: 380px){   
     
    .slider p{
        display: none;
    }
    
    .slider .article{
        width: 55% !important;
        max-width: 55% !important;
    }
    
    .slider h1{
        white-space: normal;
    }
}