@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

html, body {
    height: 100%;
}

/*************************
*******Typography******
**************************/

body {
    background-color: #dfdfdf;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Times New Roman", Georgia, Serif;
    /*color:#4e4e4e;*/
    color:#bdbdbd;
    line-height: 22px;
    font-size: 16px;

    background-image: url('../images/swemag_camo_dirt.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size:100% 100%;
    position: relative; 
    min-height: 100%;
    top: 0px !important;

}


body > section {
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Times New Roman", Georgia, Serif;
    color:#4e4e4e;
}

area {
    display: block;
}

h1{
    font-size: 40px;
    color:#fff;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
    color: #e2e2e2;
    font-weight: 400;
    line-height: 26px;
}

h4{
    font-size: 18px;
}

a {
    /*color: #a6975e;*/
    color: #BDBDBD;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
    /*  color: #d43133;*/
    color: #C9DB03;
}


a.desc {
    color: #a6975e;
}

a.desc:hover {
    color: #C9DB03;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

body.out{
    visibility: hidden;
}

body.in{
    visibility: visible;
}

.container {
    position: relative;

}

.btn-primary {
    padding: 8px 20px;
    background: #a6975e;
    color: #fff;
    border-radius: 4px;
    border:none;
    margin-top: 10px;
}


.btn-primary:hover,
.btn-primary:focus{
    background: #a6975e;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    /*color: #111;*/
    color: #C9DB03;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2, .right h2{
    font-size:  24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left{
    margin-right: 20px;
}

.media>.pull-right{
    margin-left: 20px;
}

body > section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.right {
    text-align: right;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead{
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

.btn-form {
    background-color: #666;
    margin: 5px 0;
    color: #fff;
    padding: 5px;
}


@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/

nav.navbar {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}

.nav {
    margin-top: 40px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav >li.active > a{
    color:#c9db03;
    text-decoration: underline;
    background-color: transparent;
}

.nav > li > a {
    /*margin-left: 20px;*/
    margin-left: 12px;
}

.navbar-toggle {
    border: 1px solid #C9DB03;

}
.navbar-toggle .icon-bar {
    background-color: #C9DB03;
}


.container-language {
    position: absolute;
    bottom:10px;
    right: 45px;
}

#choosen-language {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
   /* padding-left: 15px;*/
}

#choosen-language select {
    cursor: pointer;
   /* position: absolute;
    opacity: 0;
    top: 15px;
    left: 15px;
    width: 130px;
    z-index: 2;*/

    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(166, 166, 166);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;

}


#main-slider {
    background-color: #fff;
    position: relative;
    color: #fff;
}


#main-slider .carousel h2 {
    color: #fff;
    font-size: 36px;
}

/*#main-slider .carousel 
*/
.btn {
    background-color: #666; /*#rgba(102, 102, 102, 1);*/
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 0;
    margin-top: 5px;
}

#main-slider .carousel .btn:hover {
    background-color: rgba(102, 102, 102, 0.7);

}

#main-slider .carousel .boxed {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}

#main-slider .carousel-inner {
    min-height: 600px;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 600px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev, #main-slider .next, .threesixty-prev, .threesixty-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    cursor: pointer;
}
#main-slider .prev:hover, #main-slider .next:hover, .threesixty-prev:hover, .threesixty-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #C9DB03;
}

.threesixty-prev, .threesixty-next  {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

#main-slider .prev, .threesixty-prev {
    left: 10px;
}
#main-slider .next, .threesixty-next {
    right: 10px;
}

.threesixty-rotateimageicon,  .threesixty-rotateimageicon-home{
    position: absolute;
    z-index: 4;
}

.threesixty-rotateimageicon {
    top: 80px;
    left: 20px;
}

.threesixty-rotateimageicon-home{
    top: 10px;
    right: 20px;
}


.threesixty-rotateimageicon img, .threesixty-rotateimageicon-home img {
    border: none;
    width: 50px;
}

.threesixty-thumbnails {
    position: absolute;
    z-index: 4;
    bottom: 10px;
    right: 30px;

}

.threesixty-thumbnails img {
    display: inline;
    width: 75px;
    height: 75px;
    border-color: #666;
}

.threesixty-thumbnails img:hover {
    width: 80px;
    height: 80px;
    margin-left: -5px;
    margin-top: -5px;
}

/*.threesixty_images  img {
  max-width: 1280px !important;
  max-height: 640px !important;
  margin: 0 auto; 
}
*/

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}


/*#swemagCarousel.carousel {
  margin-top: 100px;
  height: 580px;
  background-color: #ccc;
}*/


/*************************
*******Footer******
**************************/

#footer {
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 70px;

}


/*************************
*******Home Page******
**************************/

#main-contain {
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color:#222222;*/
    /*background-color:#666;*/
    background-color:#676767;
}

#main-contain h3, #main-contain .lead {
    color: #fff;
}


/*#magasin-container {
    background-color: #fff;
    position: relative;
}


#magasin-container .threesixty {
    position: relative;
    max-width: 320px;
}

#magasin-container .threesixty img {
   max-height: 320px;
}
*/


#product-list {
    padding-top: 20px;
    background-color: #dfdfdf;
}

#product-list p{
    color: #000;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
    margin-top:  10px;
    margin-bottom:  10px;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*************************
********* About Us Page CSS ******
**************************/

#container {
    background-color: #fff;
    position: relative;
    padding-top: 20px;
}

#container.threesixty-home {
    background-color: transparent;

}

#container.container-fluid {
    background-color: #DFDFDF;
}

#container .threesixty {
    position: relative;
    max-width: 960px;
}

#container .threesixty img {
    /*max-width: 100%;*/
    height: 480px;
}

#container .threesixty .nav_bar {
    display: none;
}

#container .threesixty .threesixty_images img.current-image {
    /* height: 75%;*/
    padding: 20px 0px;
}

#featured {
    padding-top: 20px;
    background-color: #dfdfdf;
    font-style: italic;
    color: #000;
    position: relative;

}

#featured article {
    padding-top: 20px;
}

#featured h1,
#featured h2,
#featured h3{
    color: #000;
    font-style: italic;
}

#featured .description {

}

#featured .description ul{
    padding-left: 15px;
}

#featured .thumbnail-image {
    padding: 0 5px 5px;
}

#featured .thumbnail-image img {
    background-color: #fff;
    margin-bottom: 5px;
    border-color: #666;
}

#featured .thumbnail-container {
    margin-bottom: 80px;
}

#featured .thumbnail-image img:hover,
#featured .thumbnail-image img:focus,
#featured .thumbnail-image img.selected {
    border: 2px solid #000;
    max-width: 105%;
    margin-top: -5%;
    margin-left: -5%;
}

.thumbnail-container .btn-default {
    background-color: #666;
    font-size: 1.6em;
    margin: 20px 0;
    width: 100%;
    color: #fff;
    border-radius: 0;
}

.thumbnail-container .btn-default:hover {
    background-color: rgba(102, 102, 102, .8);
}

.swemag-category {

}

.swemag-category.uppercase, .swemag-model.uppercase {
    text-transform: uppercase;
}

.swemag-model {

}



/**************************
********* Webshop  ********
**************************/



.btn-form input[type="number"] {
    display: inline-block;
    background-color: #dfdfdf;
    width: 60%;
}


/*************************
********* Contact Us  ******
**************************/

#contact-container {
    background-image: url('../images/swemag_contact_bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size:100% 100%;*/
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;

}


.contact-address {
    padding-top: 20px;
    padding-bottom: 30px;
    font-style: italic;
    color: #fff;
    min-height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;

}

.contact-address h1, .contact-address h3{
    color: #fff;
}

.contact-form {
    margin-top: 30px;
    padding-bottom: 70px;
    color: #fff;

}

.contact-form .form-row {
    padding-top: 25px;
}



.contact-form .form-row label, .contact-form .form-row input, .contact-form .form-row textarea{
    display: block;
    width: 100%;
    color: #fff;

}

.contact-form .form-row input, .contact-form .form-row textarea{
    /*background-color: #DFDFDF;*/

    padding: 3px 5px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
}

.contact-form .form-row input[type="submit"]{
    width: 50%;
    float: right;
    background-color: #666;
}


.btn.btn-danger {
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A;
}


.btn.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}



/*********************************************************************************/
/* fancybox                                                                      */
/*********************************************************************************/


.fancybox-wrap .fancybox-title-float-wrap {
    margin-bottom: -45px;
}
.fancybox-wrap .fancybox-title-float-wrap .child {
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.fancybox-wrap .oldal-fancy {
    background: #202020;
    border: none;
    color: white;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
.fancybox-wrap .left-container {
    position: absolute;
    bottom: -45px;
    left: 10px;
}
.fancybox-wrap .left-container button {
    margin-right: 5px;
}
.fancybox-wrap .oldal-close {
    position: absolute;
    bottom: -40px;
    right: 10px;
}
.fancybox-wrap .oldal-fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
}

.oldal-prev, .oldal-next{
    top: -30px;
    position: relative;
}


.magasin-mouseover-description {
    line-height: 22px;
    position: relative;
}

#magasin-device-description {

}


.magasin-point1-text, .magasin-point1-text-en,
.magasin-point2-text, .magasin-point2-text-en,
.magasin-point3-text, .magasin-point3-text-en,
.magasin-point4-text, .magasin-point4-text-en,
.magasin-point5-text, .magasin-point5-text-en {
    display:none;
   /* position: absolute;
    top: -999999999px;
    left: -999999999px;*/
}

.marker-magasin-point1,
.marker-magasin-point2,
.marker-magasin-point3,
.marker-magasin-point4,
.marker-magasin-point5{
    cursor: pointer;
    position: absolute;
    z-index: 999;
    /* width: 4%;
     height: 5%;*/
    width: 7%;
    height: 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: transparent;
    background-image: url("../images/about-mouseover/mark.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;

}

.magasin-point1-description,
.magasin-point2-description,
.magasin-point3-description,
.magasin-point4-description,
.magasin-point5-description {
    display: none;
    /*font-size: 1.031em;*/
    /*font-size: 0.85vw;
    line-height: 22px; */
    color: rgba(180, 204, 5, 0.8);
    position: absolute;
    z-index: 3;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
}

/* font-size and line-weight */

@media screen and (min-width: 1280px) {

    .magasin-point1-description,
    .magasin-point2-description,
    .magasin-point3-description,
    .magasin-point4-description,
    .magasin-point5-description {
        font-size: 18px
        line-height: 22px;       
    }


}


@media screen and (min-width: 900px) and ( max-width: 1279px) {
    .magasin-point1-description,
    .magasin-point2-description,
    .magasin-point3-description,
    .magasin-point4-description,
    .magasin-point5-description {
        font-size: 85%;
        line-height: 22px;   
    }


}


@media screen and (min-width: 768px) and (max-width: 899px){
    .magasin-point1-description,
    .magasin-point2-description,
    .magasin-point3-description,
    .magasin-point4-description,
    .magasin-point5-description {
        font-size: 70%;
        line-height: 14px; 
    }

}


@media screen and (min-width: 600px) and (max-width: 767px) {
    .magasin-point1-description,
    .magasin-point2-description,
    .magasin-point3-description,
    .magasin-point4-description,
    .magasin-point5-description {
        font-size: 70%;
        line-height: 14px; 
        
    }

}


@media screen and (min-width: 480px) and (max-width: 599px) {
    .magasin-point1-description,
    .magasin-point2-description,
    .magasin-point3-description,
    .magasin-point4-description,
    .magasin-point5-description {
        font-size: 60%;
        line-height: 14px;
        
    }

}

@media screen and (max-width: 479px) {
    .magasin-point1-description,
    .magasin-point2-description,
    .magasin-point3-description,
    .magasin-point4-description,
    .magasin-point5-description {
        font-size: 36%;
        line-height: 10px;
    }

}




.marker-magasin-point1{
    top: 90px;
    left: 37%;
}

.magasin-point1-description {
    padding-top: 2%;
    padding-left: 17%;
    background-image: url("../images/about-mouseover/swemag_textrutor_swe_lipp_point1.png");
    width: 50%;
    top: 45px;
    height: 230px;
    right: 10%;
    padding-right: 2%;
}


.marker-magasin-point2 {
    left: 37%;
    top: 255px;
}

.magasin-point2-description {
    padding-top: 2%;
    padding-left: 2%;
    background-image: url("../images/about-mouseover/swemag_textrutor_swe_paskjutare_fjaderspole_point2.png");
    width: 42%;
    height: 300px;
    left: 0px;
    top: 0px;
    padding-right: 11%;
}

.marker-magasin-point3 {
    top: 285px;
    left: 41%;
}

.magasin-point3-description {
    padding-top: 2%;
    padding-left: 2%;
    background-image: url("../images/about-mouseover/swemag_textrutor_swe_fjader_point3.png");
    width: 42%;
    height: 230px;
    left: 2%;
    top: 245px;
    padding-right: 14%;
}


.marker-magasin-point4 {
    top: 409px;
    right: 44%;
}

.magasin-point4-description {
    padding-top: 2%;
    padding-left: 8%;
    background-image: url("../images/about-mouseover/swemag_textrutor_swe_magasinkropp_point4.png");
    width: 36%;
    height: 230px;
    right: 12%;
    top: 200px;
    padding-right: 1%;
}


.marker-magasin-point5 {
    top: 473px;
    right: 32%;
}


.magasin-point5-description {
    padding-top: 2%;
    padding-left: 10%;
    background-color: transparent;
    background-image: url("../images/about-mouseover/swemag_textrutor_swe_skruvar_point5.png");
    width: 35%;
    height: 230px;
    right: 0px;
    top: 410px;
    padding-right: 2%;

}


.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}



/* Google translate style */

body .skiptranslate iframe {
    display: none;
}

div#goog-gt-tt {
    /*padding-left: -10000000000px !important;*/
   /* top:  -99999999px !important;
    left: -99999999px !important;*/
    position: absolute !important;
    z-index: -100000 !important;
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important; 
    -webkit-box-shadow : none !important;
       -moz-box-shadow : none !important;
         -o-box-shadow : none !important;
            box-shadow : none !important;

    -webkit-box-sizing : none !important;
       -moz-box-sizing : none !important; 
         -o-box-sizing : none !important;
            box-sizing : none !important;

}


#google_translate_element {
    padding-top: 12px;
}

#google_translate_element .skiptranslate.goog-te-gadget {
    color: transparent;
}

#google_translate_element .goog-te-gadget .goog-logo-link {
    display: none;
}

#goog-gt-tt .goog-tooltip.skiptranslate {
    visibility: hidden !important;
    display: none !important; 
  
}




@media screen and (min-width:768px){

    .lead{
        font-size: 16px;
        line-height: 24px;
    }

    #container .threesixty .threesixty_images img.current-image {
        height: auto;
        padding: 0px;
    }


    #header {
        margin-bottom:  0px;
    }

    .center h2,   .right h2{
        font-size: 36px;
    }

    #bottom .widget {
        margin-bottom: 0;
    }


    #bottom .social-media-footer {
        font-size: 14px;
    }

    #bottom .social-media-footer li {
        padding: 0px 5px;
    }
    .instagram-photo {
        width: 23.5%;
        height: auto;
        margin-right: 2%;
    }

    .instagram-photo img{
        width: inherit;
    }

    .instagram-photo:nth-child(4n+4){
        margin-right: 0;
    }


    .contact-image-wrap .buttons-wrap a {
        font-size: 20px;
        width: 36px;
        height: 36px;
        line-height: 27px;
    }

    .navbar {
        border-radius: 0;
    }

    #choosen-language select {
        right: 0px;
    }

    #contact-container {

        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

    .contact-address {
        padding-top: 70px;
    }

    .contact-form {
        margin: 100px 0px 50px 30px;
    }

    .contact-address {
        min-height: 450px;
        margin-top: 125px;
    }

}



@media screen and (min-width: 100px) and (max-width: 767px){

    body {
        background-repeat: repeat;
        background-position: center top;
        background-attachment: scroll;
        background-size: 1680px 1050px;
    }

    .magasin-point1-description, .magasin-point2-description,
    .magasin-point3-description, .magasin-point4-description,
    .magasin-point5-description {
        background-image:url('');
    }

    .magasin-description {
        position : relative;
    }

    .marker-magasin-point1, .marker-magasin-point2,
    .marker-magasin-point3, .marker-magasin-point4,
    .marker-magasin-point5 {
        height: 30px;
        width: 7%;
    }

    #google_translate_element .goog-te-combo {
        margin-left: 25px !important;
    }

    #choosen-language {
        padding-left: 25px;
    }
   
}








