/*

© Mediasparx - all rights reserved

Need a profitable web?
We create effective web solutions that provide targeted traffic, and helps visitors performing the actions you want. We�d love to hear from you!

Call: +47 41 00 00 40 / e-mail: post@mediasparx.com / visit: mediasparx.com

- Images
- Alignsments
- Full width grid
- Align grid

Site spesifics
- Structure
- Fonts
- Links and navigation
- Overrides

http://csscompressor.com/
https://jonassebastianohlsson.com/criticalpathcssgenerator/

*/

body {
    padding-top: 70px; /* For fixed navbar */
    background-color: #ffffff; /* #f7f7f7 */
}
#main,#maincontent,#sidebar {
    /* background-color: #f7f7f7; */
    padding-bottom: 30px;
}
.share-connect {
    padding-top: 30px;
}
#backtotop {
    padding-top:50px;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .text-right-sm {
        text-align: right;
    }
}

/*
footer#footer {
    background-color: #333333;
    padding-top: 20px;
}

footer#footer #row div {
    padding-bottom: 20px;
}
*/

/* -=* Images *=- */

img {
    height:auto;
    max-width: 100%;
}

/* -=* Alignments *=- */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right: auto;
}
img.alignleft {
    margin: 7px 24px 7px 0;
}
img.aligncenter {
    padding-bottom: 7px;
}
img.alignright {
    margin: 7px 0 7px 24px;
}
img.fullwidth {
    width: 100%;
}

/* -=* Full width grid *=- */

.fullwidthbackground {
    background-color: #eaedee;
}
.fullwidthcontainer {
    float:none;
    margin-right:auto;
    margin-left:auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .fullwidthcontainer {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .fullwidthcontainer {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .fullwidthcontainer {
        width: 1170px;
    }
}



/* -=* Align grid *=- */

.text-center-xs {
    text-align: center;
}
.text-right-xs {
    text-align: right;
}
@media (min-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
}
@media (min-width: 992px) {
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
}

/* Gallery */

.gallery {
    margin-bottom: 20px;
}
.gallery-item {
    float:left;
    margin:0;
    margin-right:-1px;
    margin-bottom:-1px;
    overflow:hidden;
    position:relative;
    padding:4px;
    border:1px solid #dddddd;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width:48%;
    max-width:-webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width:32%;
    max-width:-webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width:23%;
    max-width:-webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width:19%;
    max-width:-webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width:15%;
    max-width:-webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width:13%;
    max-width:-webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width:11%;
    max-width:-webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width:9%;
    max-width:-webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-caption {
    background-color:rgba(0,0,0,0.7);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    color:#fff;
    font-size:9px;
    line-height:1.5;
    margin:0;
    max-height:50%;
    opacity:0;
    padding:6px 8px;
    position:absolute;
    bottom:0;
    left:0;
    text-align:left;
    width: 100%;
}
.gallery-caption:before {
    content:"";
    height:100%;
    min-height:49px;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Extra clears */

@media (min-width: 768px) and (max-width: 991px) {
    .clear-sm {
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .clear-md {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .clear-lg {
        clear: both;
    }
}
.clear-none {
    clear: none!important;
}



/* Tiny grid */

@media (max-width: 480px) {
    .col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12 {
        position:relative;
        min-height:1px;
        padding-right:15px;
        padding-left: 15px;
    }
    .col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666666666666%;
    }
    .col-xxs-10 {
        width: 83.33333333333334%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666666666666%;
    }
    .col-xxs-7 {
        width: 58.333333333333336%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666666666667%;
    }
    .col-xxs-4 {
        width: 33.33333333333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.666666666666664%;
    }
    .col-xxs-1 {
        width: 8.333333333333332%;
    }
    .col-xxs-pull-12 {
        right: 100%;
    }
    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }
    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }
    .col-xxs-pull-9 {
        right: 75%;
    }
    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }
    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }
    .col-xxs-pull-6 {
        right: 50%;
    }
    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }
    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }
    .col-xxs-pull-3 {
        right: 25%;
    }
    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }
    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }
    .col-xxs-pull-0 {
        right: 0;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666666666666%;
    }
    .col-xxs-push-10 {
        left: 83.33333333333334%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }
    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }
    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }
    .col-xxs-push-0 {
        left: 0;
    }
    .col-xxs-offset-12 {
        margin-left: 100%;
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-xxs-offset-9 {
        margin-left: 75%;
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-xxs-offset-6 {
        margin-left: 50%;
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-xxs-offset-3 {
        margin-left: 25%;
    }
    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}





/* extra extra wide header stop */
/*@media (min-width: 1529px) {*/
/*    header#header > .container {*/
/*        width: 1499px;*/
/*    }*/
/*}*/
/* bootstrap 3 xl grid start */
@media (min-width: 1200px) and (max-width: 1349px) {
    .hidden-xl {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }

    .fullwidthcontainer {
        width: 1320px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}
/* bootstrap 3 xl grid slutt */






/* -= Pagination *=- */

.pagination .current,.pagination .current:hover,.pagination li a:hover {
    background-color:#009590;
    color: #ffffff;
}
.pagination {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
@media (max-width: 768px) {
    .pagination > li > a,.pagination > li > span {
        font-size:18px;
        padding: 10px 16px;
    }
}

/* -=* Gravity forms *=- */

/* .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"],
.gform_wrapper textarea,
.gform_wrapper select {
    font-size: 14px !important;
}

.gfield_time_hour .form-control {
    display: inline !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
} */

.gform_wrapper.gravity-theme form .gform_fields.row {
    margin-left: 0;
    margin-right: 0;
}
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    position: relative;
}
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input {
    top: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 360px) {
    #wrap   .gform_wrapper.gravity-theme .gform-body .gform_fields {
        grid-column-gap: 0;
    }
}


.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
    padding-left: 20px !important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label input,
.gform_legacy_markup_wrapper .gfield_radio li label input {
    margin-left: -20px !important;
}

/*
#wrap .gform_legacy_markup_wrapper .gfield_checkbox li input,
#wrap .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],
#wrap .gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
    margin-left: -20px;
}

#wrap .gform_legacy_markup_wrapper .gfield_checkbox li label,
#wrap .gform_legacy_markup_wrapper .gfield_checkbox li label,
#wrap .gform_legacy_markup_wrapper .gfield_radio li label {

    padding-left: 20px
}
*/



/* -=* Fonts *=- */

hr {
    margin-top:40px;
    margin-bottom: 40px;
}
.su-tabs-nav {
    font-weight: bold;
}

/* -=* Links and navigation *=- */

/* a:link, a     { color: #0000CC; }
a:visited     { color: #660099; }
a:active      { color: #CC0000; }

@media screen {
    a[href]:hover {
        background: none repeat scroll 0 0 #FFFFAA;
    }
}

@media screen {
    a[href]:hover {
        background-color: transparent;
    }
}

.navbar {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

.navbar-default {
    background-color: #fff;
    border-color: #E7E7E7;
} */

/* Expanding Search Alt */

.exp-search-alt {
    float: right;
}
.exp-search-alt span {
    padding:15px;
    cursor: pointer; cursor: hand;
}
#exp-search-alt-form {
    background-color: #000000;
    color:#fff;
    margin:0;
    overflow:hidden;
    width: 100%;
}
.exp-search-alt-input {
    background-color: #000000;
    border:none;
    box-shadow:none;
    outline:none;
    color:#fff;
    display:block;
    font-size:36px;
    height:90px;
    width: 100%;
}
.exp-search-alt-submit {
    border:0 none;
    clip:rect(0px,0px,0px,0px);
    height:1px;
    margin:-1px;
    padding:0;
    position:absolute;
    width: 1px;
}
.exp-search-alt-inner {
    position: relative;
}
.exp-search-alt-inner .glyphicon {
    position:absolute;
    padding:22px;
    padding-left:15px;
    pointer-events:none;
    left: 0px;
    line-height:45px;
    font-size:24px;
    margin: auto;
}
.exp-search-alt-inner input {
    padding-left:  43px;
}
.exp-search-alt-inner input:focus {
    transition: all 0.1s ease-in-out 0s;
}


/*--- page-gap ---*/

.page-gap {
    margin:40px 0 20px;
    padding-bottom: 9px;
}


/* Expanding Search */

.exp-icon-search:hover:before {
    background-color:#f05023;
    color:#fff;
    width:34px;
    height:34px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    line-height:34px;
    text-align:center;
    cursor: pointer;
}
.exp-search {
    position:relative;
    float:right;
    width:34px;
    height:34px;
    z-index: 100000;
}
.exp-search-input-wrap {
    position:absolute;
    right:34px;
    height:34px;
    width:0;
    overflow:hidden;
    -webkit-transition:width 200ms;
    -moz-transition:width 200ms;
    transition: width 200ms;
}
.exp-search.exp-search-open .exp-search-input-wrap {
    width: 278px;
}
.exp-icon-search,input[type="submit"].exp-search-submit {
    width:34px;
    height:34px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    line-height:34px;
    text-align:center;
    cursor: pointer;
}
.exp-icon-search {
    color:#576066;
    z-index: 90;
}
.exp-search-submit {
    color: #576066;
}
.exp-search.exp-search-open .exp-icon-search {
    background:#576066;
    color:#fff;
    z-index:1;
    pointer-events: none;
}
.exp-search.exp-search-open:hover .exp-icon-search {
    background: #f05023;
}
input[type="submit"].exp-search-submit {
    background:transparent;
    color:transparent;
    box-shadow:none;
    border:none;
    padding:0;
    border-radius:0;
    outline:none;
    z-index: -1;
}
.exp-search.exp-search-open input[type="submit"].exp-search-submit {
    z-index: 90;
}
input[type="text"].exp-search-input {
    border:none;
    outline:none;
    opacity:0;
    background:#eaedee;
    width:278px;
    height:34px;
    margin:0;
    padding: 2px 7px;
}
.exp-search.exp-search-open input[type="text"].exp-search-input {
    opacity: 1;
}
@media screen and (max-width: 400px) {
    .exp-search {
        width:262px;
        float:none;
        margin:15px auto;
        height: 34px;
    }
    .exp-search .exp-search-input-wrap,.exp-search.exp-search-open .exp-search-input-wrap {
        width:228px;
        -webkit-transition:none;
        -moz-transition:none;
        transition: none;
    }
    .exp-search .exp-icon-search {
        background:#576066;
        color:#fff;
        z-index:1;
        pointer-events: none;
    }
    .exp-search input[type="text"].exp-search-input {
        opacity: 1;
    }
}

/* Expanding Search end */

.share-connect {
    display:block;
    clear:both;
    padding-top:30px;
    padding-bottom: 15px;
}


/* Mixitup */

/* .controls .btn, .meta-bar .btn {
    background: none repeat scroll 0 0 white;
    color: #555555;
    display: inline-block;
    vertical-align: middle;
}

.controls .btn.active, .meta-bar .btn.active {
    background: none repeat scroll 0 0 #eee;
}

#mixitupx .controls {
    width: 100%;
    text-align: right;
    padding: 15px 15px;
    margin-bottom: 20px;
}

body.post-type-archive-recruiter #mixitupx .controls {
    border-bottom: 1px solid #eee;
}

#mixitupx .container .mix{
    display: none;
}

@media (max-width: 768px) {
    #mixitupx .container select {
        clear: both;
    }
} */



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.uppercase {
    text-transform: uppercase;
}



.max-width-1740 {
    max-width: 1740px;
    margin: auto;
}

.max-width-1470 {
    max-width: 1470px;
    margin: auto;
}

.max-width-1200 {
    max-width: 1200px;
    margin: auto;
}

.max-width-1100 {
    max-width: 1100px;
    margin: auto;
}

.max-width-1070 {
    max-width: 1070px;
    margin: auto;
}

.max-width-960 {
    max-width: 960px;
    margin: auto;
}

.max-width-850 {
    max-width: 850px;
    margin: auto;
}




@media (min-width:768px) {
    .fullwidthcontainer_right {
        width: calc(((100% - 750px) / 2) + 750px) !important;
        float: right;
    }
}

@media (min-width:992px) {
    .fullwidthcontainer_right {
        width: calc(((100% - 970px) / 2) + 970px) !important;
        margin-right: 0;
        float: right;
    }
}

@media (min-width:1200px) {
    .fullwidthcontainer_right {
        width: calc(((100% - 1170px) / 2) + 1170px) !important;
        margin-right: 0;
        float: right;
    }
}
@media (min-width:1350px) {
    .fullwidthcontainer_right {
        width: calc(((100% - 1320px) / 2) + 1320px) !important;
        margin-right: 0;
        float: right;
    }
}

@media (min-width:768px) {
    .fullwidthcontainer_left {
        width: calc(((100% - 750px) / 2) + 750px) !important;
        float: left;
    }
}

@media (min-width:992px) {
    .fullwidthcontainer_left {
        width: calc(((100% - 970px) / 2) + 970px) !important;
        margin-right: 0;
        float: left;
    }
}

@media (min-width:1200px) {
    .fullwidthcontainer_left {
        width: calc(((100% - 1170px) / 2) + 1170px) !important;
        margin-right: 0;
        float: left;
    }
}
@media (min-width:1350px) {
    .fullwidthcontainer_left {
        width: calc(((100% - 1320px) / 2) + 1320px) !important;
        margin-right: 0;
        float: left;
    }
}

/* S7yl3 f0r 5p4m f1lt3r */

.gfield[class^="e79a3f"],
[class*="e79a3f"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


/* -=* Print *=- */

@media print {
    a[href]:after {
        content: none;
    }
    #menucontainer,#meny,.exp-search,#searchform,footer#footer {
        display: none;
    }
}