


/* Sticky footer styles
-------------------------------------------------- */
html {
}
body {
  /* Margin bottom by footer height */
}

ul[style='list-style-type: checkmark;'] li {
    list-style-type: none;
    padding-left: 8px;
    font-family: 'Source Code Pro', Arial, Geneva, sans-serif !important;
    font-size: 16px;
    padding-left: 10px;
}

ul[style='list-style-type: checkmark;'] li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #007f3b;
    font-size: 16px;
    padding-right: 10px;
    margin-left: -26px;
    display: inline-block !important;
    width: 26px;
}

ul[style='list-style-type: checkmark-big;'] li {
    list-style-type: none;
    font-family: 'Source Code Pro', Arial, Geneva, sans-serif !important;
    font-size: 26px;
    padding-left: 26px;
}

ul[style='list-style-type: checkmark-big;'] li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #007f3b;
    font-size: 26px;
    padding-right: 20px;
    margin-left: -36px;
    display: inline-block !important;
    width: 36px;
}

ol, ul, dl 
{
    padding-left: 1rem;
}

hr {
    color: #7e7c7c;
}

.scroll-margin {
    scroll-margin-top: 100px;
}

.bg-red {
    background-color: #447abe !important;
}

.background-blue {
    background-color: #F8F8F8 !important
}

.error-text {
    color: #ba0606;
}

.notify, .notify a, .notify a:hover {
    background-color: #be2b3b;
    color: #ffffff !important;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
}

.zooming-wrapper {
    overflow: hidden;
    background-color: #111111 !important;
}

.zooming-wrapper img {
    transition: transform 1.6s, opacity 0.6s;
    opacity: 0.9;
    transform: scale(1.00);
}

.zooming-wrapper img:hover {
    transform: scale(1.03);
    opacity: 1;
}

.youtube {
    aspect-ratio: 16/9;
    width: 100% !important;
}

.icon-big {
    font-size: 30px !important;
}

.icon-mid {
    font-size: 24px !important;
}

.text-nodecoration
{
    text-decoration:none !important;
}

.bg-red {
    background-color:#cc0715;
}

/*VIDEO START*/
header {
    position: relative;
    #background-image:url('images/bg_01.jpg');
    #background-size:cover;
    background-color: #ba905f;
    height: 40vh;
    min-height: 40rem;
    width: 100%;
    overflow: hidden;
}

header video {
  position: absolute;
  top: 80%;
  left: 80%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-80%) translateY(-80%);
}

header .container {
  position: relative;
  z-index: 2;
}
/*VIDEO END*/

.notv
{
    display:none;
}

.form-control {
    font-size: 14px !important;
    border: 1px solid #d3d3d3 !important;
    background-color: transparent !important;
}

.form-control:focus {
    border-color: rgba(27, 81, 114, 1) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(27, 81, 114, 0.60);
}

/*NORMAL FORM*/

.normal-form {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    border-radius:5px;
}

.form-white {
    background-color: #ffffff;
}


.form-light {
    background-color: #f6f6f6;
}

.form-light .form-control {
    background-color: #efefef !important;
}

    .form-light .btn {
        font-family: 'Libre Franklin', Geneva, sans-serif;
        font-size: 16px !important;
        background-color: #fff200 !important;
        border-radius: 2px !important;
        color: #333333 !important;
    }

.form-light .btn:hover {
    color: #333333 !important;
    border: 1px solid #7e7c7c !important;
    background-color: #fff200 !important;
    transition: 0.3s;
}


.form-dark {
    background-color: #efefef;
}

.form-dark .form-control {
    background-color: #e9e9e9 !important;
}

    .form-dark .btn {
        font-family: 'Libre Franklin', Geneva, sans-serif;
        font-size: 16px !important;
        background-color: #fff200 !important;
        border-radius: 2px !important;
        color: #333333 !important;
    }

.form-dark .btn:hover {
    color: #333333 !important;
    border: 1px solid #7e7c7c !important;
    background-color: #fff200 !important;
    transition: 0.3s;
}

.contact-tab-yellow {
    font-family: 'Libre Franklin', Geneva, sans-serif;
    font-size: 16px;
    z-index: 99;
    background-color: #fff200;
    float: left;
    position: fixed;
    bottom: 200px;
    left: -50px;
    margin-right: 0px;
    cursor: pointer;
    color: #000000;
    padding: 2px 15px 2px 15px;
    border-radius: 5px;
    transform: rotate(90deg);
}

.contact-tab-yellow-en {
    font-family: 'Libre Franklin', Geneva, sans-serif;
    font-size: 16px;
    z-index: 99;
    background-color: #fff200;
    float: left;
    position: fixed;
    bottom: 200px;
    left: -33px;
    cursor: pointer;
    color: #000000;
    padding: 2px 15px 2px 15px;
    border-radius: 5px;
    transform: rotate(90deg);
}

/*SMALL FORM*/


.startpage-wrapper .btn-white
{
    margin-top:10px;
    color:#c11109 !important;
    min-width:200px;
}

.contact-label 
{
    padding-top: 10px;
    padding-bottom: 3px;
}

.contact-radio 
{
    padding-right: 10px;
}

.contact-radio>label {
    padding-left: 5px;
}

.startpage-wrapper .btn-trans {
    margin-top: 10px !important;
    color: #dddddd !important;
    background-color: transparent !important;
    border-color: #dddddd !important;
    width: 200px !important;
    padding: 10px 30px !important;
}

.startpage-wrapper img {
    width:100%;
}

.social-icons-wrapper 
{
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left:10px !important;
}

.social-icons {
    font-size: 26px !important;
    margin-right: 10px !important;
    color:#ffffff !important;
}

.btn {
    font-size: 14px !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 2px !important;
    padding: 5px 15px !important;
    background-color: #fcf21c !important;
    color: #000000 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.btn:link {
    padding: 2px 15px;
    font-size: 14px;
    background-color: #fcf21c !important;
    color: #fff;
    text-decoration: none;
}

.btn:hover {
    color: #7e7c7c !important;
    background-color: #fcf21c !important;
    border: 1px solid #7e7c7c !important;
}

.btn:focus {
    color: #000000 !important;
    background-color: #fcf21c !important;
}

.btn-inline {
    margin-bottom: 2px;
    height: 34px;
}

.btn-trans {
    font-size: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 2px !important;
    padding: 5px 15px !important;
    background-color: transparent;
    color: #000000 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.btn-trans-selected {
   background-color:#eeeeee !important;
}

.btn-trans:link {
    padding: 2px 15px;
    font-size: 14px;
    background-color: transparent !important;
    color: #fff;
    text-decoration: none;
    display: inline-block !important;
}

.btn-trans-selected:link {
    background-color: #eeeeee !important;
}

.btn-trans:hover {
    color: #7e7c7c !important;
    background-color: transparent !important;
    border: 1px solid #7e7c7c !important;
}

.btn-trans:focus {
    color: #000000 !important;
    background-color: transparent !important;
}

.cta-red {
    font-size: 18px !important;
    border: 1px solid #be2b3b !important;
    border-radius: 2px !important;
    padding: 5px 25px !important;
    background-color: #be2b3b !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: 0.3s;
    display: inline-block !important;
}

.cta-red:link {
    padding: 2px 15px;
    font-size: 14px;
    background-color: #be2b3b !important;
    color: #fff;
    text-decoration: none;
}

.cta-red:hover {
    color: #ffffff !important;
    border: 1px solid #7e7c7c !important;
    background-color: #8f1220 !important;
    transition: 0.3s;
}

.cta-red:focus {
    color: #ffffff !important;
    background-color: #be2b3b !important;
}



.full-width-100 {
    width: 100% !important;
}

.full-width-75 {
    width: 75% !important;
}

.full-width-50 {
    width: 50% !important;
}

.full-width-25 {
    width: 25% !important;
}

.non-responsive {
    width: initial !important;
}

.category
{
    margin-bottom:50px;
}

.category-holder {
    padding: 20px;
    border: 1px solid #dddddd;
    box-shadow: 3px 3px 10px 5px #eeeeee;
    background-color: #fafafa;
    border-radius: 0px;
    border-bottom: 5px solid #447abe !important;
    transition: all 0.5s;
    height: 100%;
}

.category-holder:hover {
    background-size: 40px;
    transition: all 0.5s;
    background-color: #f6f6f6;
}

.category-holder img
{
    width:100%;
}

.spot-holder {
    margin-bottom: 25px;

}

.spot-holder-blue {
    background-color:#F8F8F8 !important;
    padding: 10px;
    height: 100%;

}

.spot-holder-blue img {
    height:70px;
    transition: all 0.3s;
}

.spot-holder-blue img:hover {
    transition: all 0.3s;
    transform: scale(0.96);
}


.spot-holder-blue a:hover {
    color: #dddddd !important;
        
}
 
.news {
    margin-bottom: 50px;
    cursor: pointer;
}

.news-full img{
    width:100%;
}

.news-date
{
    font-size:12px !important;
    font-weight:bold;
    padding-bottom:6px;
}

.news-holder {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 20px;
    transition: all 1s;
    height: 100%;
    font-size: 12px !important;
    border-radius: 5px;
}

.news-holder:hover {
    border: 1px solid #a08479;
    background-color: #f6f6f6;
    
    transition: all 1s;
}

.news-holder img {
    width: 100%;
    transition: all 0.5s;
    opacity: 0.9;
}

.news-holder img:hover {
    transition: all 0.5s;
    opacity:1;
}

.firstpage-spot {
    height: 98% !important;
    display: table;
}

.firstpage-spot-col {
    margin: 0px !important;
    padding: 0px !important;
}

.firstpage-spot-col p {
    margin: 0px !important;
}

.firstpage-spot-text {
    padding: 20px 50px 20px 50px;
    margin: 0;
    background-color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.firstpage-spot-image {
    padding: 0px;
    margin: 0;
    background-color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.projects {
    margin-bottom: 50px;
    cursor: pointer;
}

.projects-full img {
    display: none;
}

.projects-date {
    font-size: 12px !important;
    font-weight: bold;
    padding-bottom: 6px;
}

.projects-holder {
    border: 1px solid #ffffff;
    padding: 10px;
    box-shadow: 2px 2px 10px 2px #cccccc;
    transition: all 1s;
    height: 100%;
    font-size: 12px !important;
}

.projects-holder:hover {
    box-shadow: 2px 2px 10px 2px #b5b5b5;
    background-color: #f6f6f6;
    border-radius: 5px;
    transition: all 1s;
}

.projects-holder img {
    width: 100%;
    transition: all 0.5s;
    opacity: 0.9;
}

.projects-holder img:hover {
    transition: all 0.5s;
    opacity: 1;
}


.jobs {
    margin-bottom: 50px;
    cursor: pointer;
}

.jobs-holder {
    padding: 20px;
    border: 1px solid #dddddd;
    box-shadow: 3px 3px 10px 5px #eeeeee;
    background-color: #fafafa;
    border-radius: 0px;
    border-bottom: 5px solid #447abe !important;
    transition: all 0.5s;
    height: 100%;
}

.jobs-holder:hover {
    background-size: 40px;
    transition: all 0.5s;
    background-color: #f6f6f6;
    border-bottom: 5px solid #c11109;
}

.jobs-holder img {
    width: 100%;
}


.text-offset 
{
    margin: auto !important;
}




.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}



.productdetail img
{
    padding:20px;
    width:100%;
    max-width:400px;
}

.logos img
{
    width:100%;
    display:block;
    padding:25px;

}

.static-width
{
    width:initial !important;
}


/* header end */


/* Custom page CSS
-------------------------------------------------- */

.footer {
    background-color: #464646;
    padding-top: 20px;
}

.footer-wrapper {
    background-color: #464646;
}

.footer div, .footer a, .footer p {
    font-size: 14px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.footer-content 
{
    padding-right: 20px;
    padding-left: 20px;
}

.footer-border {
    border-left: 1px solid #ffffff;
}

.pagetop {
    padding-top: 5px;
    height: 30px;
    background-color: #e8ecef;
}

.fullwrapper {
  background-color:#ffffff;
}

.fullspot img
{
    width:100%;
}

.fullspot-center
{
    text-align:center;
}

.fullspot-center img
{
    width:100%;
}

.fullspot iframe {
    width: 100%;
}

.iframe-youtube {
    width: 50% !important;
}

.fullspot-img {
    height: 600px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.fullspot-img {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullspot-img img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fullspot-img video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fullspot-img p {
    margin: 0px;
}


.smallspot {
    width: 100%;
    min-height: 400px;
    float: left;
    border: 1px solid #cccccc;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden !important;
}

.smallspot:hover
{
    border:1px solid #888888;
}


.smallspot p, .smallspot span, .smallspot h1, .smallspot h2, .smallspot h3 {
    margin-top: 0px;
    padding-top: 0px;
}

.smallspot img {
    width: 100% !important;
}


.smallspot a:link {
    color: #444444;
    text-decoration: none;
}

.fullimg img
{
    width:100%;
}

.container-nospace {
    padding: 0px;
}

.container-spacer
{
    padding-top:40px;
    padding-bottom:30px;
}

.container-spacer-top {
    padding-top: 30px;
}

.container-nospacer
{
    padding-top:0px;
    padding-bottom:0px;
}

.container-narrow {
    padding-left: 100px;
    padding-right: 100px;
}



.pagetop > .container {
    text-align: right;
    color: #fff;
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 0px;
  padding-left: 0px;
}


.footer > .container a
{
    color:#ffffff;
}

input#password-clear,
input#username-clear {
    display: none;
}

p#username input {
    background: url(/images/icons/btn_user.png) #ffffff no-repeat left center;
    background-position: 10px;
}

p#password input {
    background: url(/images/icons/btn_password.png) #ffffff no-repeat left center;
    background-position: 10px;
}

.tooltip-inner {
    max-width: 350px !important;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #fff200;
    color: #000000;
    width: 36px;
    height: 32px;
    right: 100px;
    bottom: 0px;
    padding-top: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.scroll-top-wrapper:hover 
{
    cursor:pointer;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.scroll-icon {
    font-size: 24px;
    color: #333333;
}

/*AXEL START*/

.black {
    background-color: #000000 !important;
}

.yellow {
    background-color: #fff200 !important;
}

.gray {
    background-color: #878887 !important;
}

.lightgray {
    background-color: #e6e7e9 !important;
}

.small-product-spot {
    background-color: #fff;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}

.small-product-spot-heading {
    background-color: #fcfcfc;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #e8e8e8;
}

.small-product-spot img {
    width: 100%;
}

.small-product-spot-item-number {
    background-color: #eeeeee;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.small-product-spot-item-name {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center
}

.product-path, .product-path span, .product-path a, .product-path a:hover {
    color: #878887 !important;
    font-size: 13px !important;
    text-decoration: none;
}

.product-spot-img {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*** DOCUMENT TABS BEGIN ***/

a.documentButton {
    font-size: 14px;
    color: #000000;
    font-family: 'Libre Franklin';
    text-decoration: none;
    display: inline-block;
    background-color: #dddddd;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-right: 8px;
    border: 1px solid #bbbbbb;
    border-top-right-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.documentTab {
    font-size: 14px;
    color: #000000;
    font-family: 'Libre Franklin';
    display: inline-block;
    background-color: #dddddd;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    cursor: pointer;
}

.documentTabSelected {
    font-size: 14px;
    color: #ffffff !important;
    font-family: 'Libre Franklin';
    display: inline-block;
    background-color: #4c4c4e;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    cursor: pointer;
}

    .documentTabSelected span {
        color: #ffffff !important;
    }

.documentTabContent {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    padding: 10px;
}

/*** DOCUMENT TABS END ***/

.gridview {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    width: 100%;
}

.gridview-fixed {
    table-layout: fixed;
}

.gridview-header th {
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}

.gridview td {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    vertical-align: text-top;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
}

.gridview a {
    font-size: 14px;
}

.gridview-header {
    background-color: #eeeeee;
    border: solid 1px #cccccc;
}

.gridview-item {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    vertical-align: text-top;
    padding-left: 5px;
    padding-right: 5px;
}



.gridview-pager td {
    background-color: #eeeeee !important;
    border: none !important;
    font-size: 12px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.gridview-pager tr {
    border: none !important;
}

.gridview-pager a {
    font-size: 14px !important;
}

.gridview-pager span {
    font-size: 14px !important;
}

.gridview-empty td {
    font-weight:bold;
}

.form-login {
    max-width: 400px;
    float: none;
    margin: 0 auto;
}

/*AXEL END*/

/*MEGAMENU START*/

.navbar-nospace {
    padding: 0px;
    margin: 0px;
}

.dropdown-toggle-megamenu:focus {
    background-color: #5f6062;
}

.dropdown-toggle-megamenu {
    padding-left: 16px !important;
}

a.nav-link-mega-heading {
    font-size: 15px !important;
}

a.nav-link-mega-heading:hover {
    color: #fcf21c !important;
}

a.nav-link-mega-title {
    color: #fcf21c !important;
    text-decoration: none;
    padding-left: 8px;
    font-size: 15px;
}

a.nav-link-mega-text {
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none;
    margin-left: 19px;
}

a.nav-link-mega-text:hover {
    color: #fcf21c !important;
}

.nav-link-mega-sub {
    font-size: 16px;
    color: #fcf21c !important;
    text-decoration: none;
    margin-left: 19px;
    #text-transform:uppercase;
}

a.nav-link-mega-sub {
    font-size: 16px;
    color: #fcf21c !important;
    text-decoration: none;
    margin-left: 19px;
    #text-transform:uppercase;
}


.mega-dropdown-menu-icon {
    color: #fcf21c !important;
    font-size: 14px;
    padding-top: 5px;
}

a.nav-link-mega {
    color: #ffffff !important;
    text-decoration: none;
}

.navbar .megamenu {
    padding: 1rem;
    padding: 14px;
    margin-top: 0;
    border: none;
    border-radius: 0px;
    background-color: #000000;
    background-color: #5f6062;
}

.navbar-collapse-mega {
    background-color: #000000;
    color: #ffffff;
}

.nav-link-mega {
    width: 100%;
}

a.nav-link-mega {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    #border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/*MEGAMENU END*/



/*** MEDIA QUERIES ***/

@media(max-width:320px)
{
}

@media(max-width:767px)
{
    .iframe-youtube {
        width: 100% !important;
    }

    .contact-radio {
        display: block;
        width: 100%;
    }
    .smallspot 
    {
        min-height:0px;
    }
    .smallspot img
    {
        width:50%;
        margin-right:20px;
        float:left;
    }

    .text-offset {
        margin-top:50px !important;
    }

    .full-width-75 {
        width: 100% !important;
    }

    .full-width-50 {
        width: 100% !important;
    }

    .full-width-25 {
        width: 100% !important;
    }




}

@media(max-width:992px ) 
{

    .gridview-hide-small {
        display: none;
    }

    .startpage-wrapper img {
        display: none;
    }

    .container-narrow {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media(max-width:1200px) 
{
}


@media(min-width:1340px) {
    .container {
        width: 1340px !important;
    }

    .text-offset {
    }
}

/*** END MEDIA QUERIES ***/

/*** BEGIN MEDIA QUERIES IMAGE ***/
@media(max-width:767px) {
    .fullspot-img {
        height: 260px !important;
        transition: 1s;
    }

    .hide-small-screen * {
        display: none;
    }
}

@media(min-width:767px) {
    .hide-large-screen * {
        display: none;
    }
}


@media(min-width:768px) and (max-width:992px) {
    .fullspot-img {
        height: 400px !important;
        transition: 1s;
    }
}

@media(min-width:992px) and (max-width:1200px) {

    .fullspot-img {
        height: 500px !important;
        transition: 1s;
    }
}

@media(min-width:1200px) {


    .fullspot-img {
        height: 600px !important;
        transition: 1s;
    }
}

/*** END MEDIA QUERIES IMAGE ***/

