body{
    background-image: url("hatter.jpg");

    padding-top: 0; !important;
}
/*Logo*/
.logo {
    position: absolute;
    left: 20%;
    z-index: 100;
}

.logo img{
    max-width: 40%;
    height: auto;
}
/*Carousel*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
   width: 100%;
    margin: 0;
}
/*Navbars - Footer*/
.navbar, .carousel{
    padding: 0;
    margin: 0;

}

.navbar-dark{
    background-color: #fd4f04;
    font-size: 150%;
}

.linkek2{
    color: white;
}

.linkek2:hover{
    color: black;
}
.linkek2:focus{
    color: black;
}

.dropdown-menu>li>a
{
    color: white;
    background-color: #fd4f04;
    font-size: 120%;
}

.linkek3:hover
{
    color: black;
    background-color:#CCCCCC;
}

.linkek3:focus
{
    color: black;
    background-color: #CCCCCC;
}


.full {
    width: 100%;
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background: #606062;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #E6E7E9;
    font-size: 18px;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: #78828D
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}
.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;
}

/*Product price*/

.price-line-through {
    text-decoration: line-through;
    text-align: left; !important;
}

.price-bold{
    font-weight: bold;
}
.text{
    font-size: 125%;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    top:50%;
    left: 0%;
    text-align:center;
    top:0%;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 130%;

    display: inline-block;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
/* Popup box BEGIN */
/* Popup box BEGIN2 */
.hover_bkgr_fricc2{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    top:50%;
    left: 0%;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc2 .helper2{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc2 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton2 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton2:hover {
    background-color: #ccc;
}
.trigger_popup_fricc2 {
    cursor: pointer;
    font-size: 130%;

    display: inline-block;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
/* Popup box BEGIN */
/* Popup box BEGIN3 */
.hover_bkgr_fricc3{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    top:50%;
    left: 0%;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc3 .helper3{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc3 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton3 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton3:hover {
    background-color: #ccc;
}
.trigger_popup_fricc3 {
    cursor: pointer;
    font-size: 130%;

    display: inline-block;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
/* Popup box BEGIN3 */
/* Popup box BEGIN4 */
.hover_bkgr_fricc4{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    top:50%;
    left: 0%;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc4 .helper4{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc4 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton4 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton4:hover {
    background-color: #ccc;
}
.trigger_popup_fricc4 {
    cursor: pointer;
    font-size: 130%;

    display: inline-block;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
/* Popup box BEGI4 */
/* Popup box BEGIN5 */
.hover_bkgr_fricc5{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    top:50%;
    left: 0%;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc5 .helper5{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc5 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton5 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton5:hover {
    background-color: #ccc;
}
.trigger_popup_fricc5 {
    cursor: pointer;
    font-size: 130%;

    display: inline-block;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
/* Popup box BEGIN5 */
/* Popup box BEGIN6 */
.hover_bkgr_fricc6{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    top:50%;
    left: 0%;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc6 .helper6{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc6 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton6 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton6:hover {
    background-color: #ccc;
}
.trigger_popup_fricc6 {
    cursor: pointer;
    font-size: 130%;

    display: inline-block;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
/* Popup box BEGIN */
/* Popup box BEGIN7 */
.hover_bkgr_fricc7{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    top:50%;
    left: 0%;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc7 .helper7{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc7 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton7 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton7:hover {
    background-color: #ccc;
}
.trigger_popup_fricc7 {
    cursor: pointer;
    font-size: 130%;

    display: inline-block;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
}
/* Popup box BEGIN */

@media screen and (min-width:1120px)  {


    .hiddenText{
        display: none;
    }



    .navigacio2{
        display: none;
    }

}

@media screen and (min-width:320px) and (max-width:1119px) {
   .logo { display: none}

    .ar { display: none}

.hiddenText{
    display: inline;
}
 .udv{
     font-size: 150%;
 }
    .navigacio{
        display: none;
    }

}
