/* 
    Theme Name: Spray
    Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400i,700,700i&display=swap');
body{
    color:#4e4e4e;
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration:none !important;
}
.spray-body-content a:hover, .spray-body-content a{
color: #E41713;
font-weight:600;
}
.arrow-right {
  width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}
.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid #fff; 
}
.hero video {
    position: relative;
    border-bottom: 10px solid #E41713;
    border-top: 10px solid #E41713;
}
/* Bootstrap Overwrite Start */
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    /*font-family: 'Ubuntu Mono' !important;*/
    font-family: 'Open Sans', sans-serif !important;
    font-weight:700;
    text-transform:uppercase;
}
/* Bootstrap Overwrite End */
/*Global Css Start*/
a{   
    text-decoration: none;
    color:#4e4e4e;
}
a:hover{
    text-decoration: none;
    color:#E41713;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.top-n-40{
    margin-top:-40px;
}
video:focus{
    outline:none;
}
/*Global Css End*/
/*Common Css Start*/
.white{
    color: #fff;
}
.red{
    color:#E41713;
}
.sky{
    color:#939393;
}
.bottom-0{
    margin-bottom:0;
}
.top-40{
    margin-top: 40px;
}
.bottom-40{
    margin-bottom: 40px;
}
.bottom-20{
    margin-bottom: 20px;
}

.heading-main{
    /*font-family: 'Ubuntu Mono' !important;*/
    font-family: 'Open Sans', sans-serif !important;
    font-size: 41px;
    font-weight: 700;
    transition: all 0.5s;
    text-transform: uppercase;
     
}
.quote .heading-main{
text-shadow: 2px 2px 3px #000000;
}

.heading-main strong{
    font-weight: 400;
}
.heading-main{
    margin-bottom:0;
}
.navbar{
    margin-bottom: 0 !important;
}
.navbar-collapse {           
    box-shadow: none;
}
nav a{
    text-transform:uppercase;
}
@media(max-width:767px){
    .navbar-nav {
        margin: 0 -15px;
    }
}


.navbar-toggle {      
    margin-right: 9px;
    background: #E41713;
}
/* Button Css Start */
.btn,input[type="submit"]{ 
    font-size: 18px;
    /*font-family: 'Ubuntu Mono' !important;*/
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0;
    text-transform: uppercase;
    background: #E41713;
    color: #ffffff !important;
    border: 2px solid #E41713;
    transition: all 0.25s;
    border-radius: 8px;
}
.btn:hover,input[type="submit"]:hover,.btn:focus{
    color:#ffffff;
    background:#E41713;
    border: 2px solid #E41713;
    border-radius: 8px;  
    outline: none;
}
/* Button Css End */
/* Parallax Start */
.parallax{
    background: url(https://www.cvprogress.co.uk/spray/wp-content/uploads/2020/02/spray-tech-hero.jpg) no-repeat;    
    background-attachment: fixed;
    background-position-y: center;
    border-bottom: 10px solid #E41713;
    border-top: 10px solid #E41713;
    background-size: cover;
}
.parallax > div{ 
    padding: 200px 0;
    /*    background: rgba(244,0,0,0.5);*/
}
.parallax-main-title{
    font-size: 20px;
    font-weight: 900;
}

/* Parallax End */
/* Start: Awards Scroller */
#awards-carousel{
    display:none
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;   
    max-height:115px;
}


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px; 
    position: absolute;
    cursor: pointer;
    z-index: 19;
    opacity: 1;
    background-size: cover !important;
}

.nbs-flexisel-item{
    float:left;
}

.nbs-flexisel-nav-left {
    left: 0;
    background: url(images/left-arrow1.png) no-repeat 100% 100%;
}

.nbs-flexisel-nav-right {
    right: 0;
    background: url(images/right-arrow1.png) no-repeat 100% 100%;
}
@media(max-width:767px){
    .nbs-flexisel-nav-right,.nbs-flexisel-nav-left{
        display: none;
    }
    .paralex > div {
        padding: 40px 0 20px 0;
    }
    .font-21-rsp{
        font-size: 19px;
    }
}
@media(max-width:480px){
    .navbar-brand{    
        padding: 15px 10px;
    }
    .navbar-brand img{
        width:200px;
    }
}
.testimonial blockquote{
    font-size: 13px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.testimonial h4{
    font-size: 15px;
    color: #4e4e4e;
}
.testimonial em > i:first-child{
    float:left;
}
.testimonial em > i:last-child{
    float:right;
}
/* End: Awards Scroller */
/*Common Css End*/

/*NavBar Css Start*/
.dropdown-menu>li>a {
    color:#ffffff;
}
.dropdown-menu{
    background:#E41713;
    border:none;
    box-shadow:none;
    padding:0;
}

.cd-nav{   
    border-width: 0 0 0px;
    background:#939393;
}

.cd-nav a{
    color: #ffffff;
}
.cd-nav .nav a:hover, .current-menu-item a{
    color: #fff !important;
    /* background: #201d1d; */
	background: #212121;
}
.navbar-toggle{
    border-color: #ffffff;
}
.navbar-toggle .icon-bar{
    background: #ffffff;
}
.navbar-brand{
    height: 85px;
}

/*NavBar Css End*/


/* Footer Start */
.footer{
    padding: 33px 0 40px;
    background: #212121;
    border-top: 10px solid #E41713;
}
.footer .menu-heading{
    margin-bottom: 25px;
    margin-top: 25px;
}
.footer-link{
    padding: 0;
    list-style-type: none;
}
.footer-link li{
    margin-bottom: 5px;
}
.footer a{
    color: #ffffff;    
}

.footer a:hover{
    color:#E41713;  
}

.social-strip a:hover, .social-strip a:focus{
    color: #ffffff;    
}
.footer hr {
    border-top: 1px solid #2d2b2b;
}
.last-footer-menu{
    padding: 0;
    list-style-type: none;
}
.last-footer-menu li{
    display: inline;
    margin-left: 3px;
}
.footer {
    color: #fff;
}
/* Footer end */
/* Last Footer Start */
.last-footer{
    padding:20px 0;
    background: #939393;
    color:#ffffff;
}
.last-footer a,.last-footer span{
    color:#ffffff;
}
/* Last Footer End */
/* Contact Page Start */
.custom-contact-form input[type="text"],.custom-contact-form input[type="email"],.custom-contact-form textarea{
    width: 100%;
    padding: 8px 15px;
    border-left: 4px solid #0ac2ec;
}
.custom-contact-form input[type="submit"]{
    padding: 10px 35px;
    background:#0ac2ec;
    border:1px solid #0ac2ec;
    color: #fff;
    font-weight: 600;
}
/* Contact PAge End */

#to-top {
    width: 31px;
    height: 31px;   
    background: #E41713;
    float: right;
    position: fixed;
    bottom:107px;
    right: 2%;
    color: #ffffff;
    border: 1px solid #E41713;
    border-radius: 8px;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;
    text-align: center;
    font-size: 7px !important;
    z-index: 100000;
}
.custom-hidden{
    display:none;
}
#to-top .fa{
    margin-top: 3px;
}
.custom-visible {
    display: inherit !important;
}
#to-top:hover {
    background: #E41713;
    border: 1px solid #E41713;
    color: #fff !important;
}


/* Contact Form Start */
.contact-form input[type="text"],.contact-form input[type="email"], .contact-form textarea, .contact-form select,.contact-form input[type="file"]{
    width: 100%;
    padding: 15px 15px;
    background-color: transparent;
    border:1px solid #939393;
    color:#111111;
    margin-bottom: 20px;
    border-radius: 8px;
    outline: none;
}
.contact-form textarea{
    min-height: 221px;
}
input.btn-border{
    color: #ffffff;
    text-transform: uppercase;
    border:1px;
    border-style: solid;
    border-color: #ffffff;
    padding:7px 15px;
    background: transparent !important;
    font-weight:600;
}
input.btn-border:hover{
    color: #000000;
    background-color: rgba(255,255,255,0.85) !important;
    text-decoration: none;
}
/* Contact Form End */


/* Blog Start */

.news ul {
    padding-left:0;
    list-style-type:none;
}

.category-list {
    list-style-type: none;
}
.category-list > li {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.category-list > li:hover{
    background:#E41713;
    color:#ffffff !important;
}
.category-list > li:hover a{    
    color:#ffffff !important;
}
.category-list > li a{
    text-decoration:none;
}
h4.title{
    margin-top:0;
}
.news h4 a{
    text-decoration:none;
}

.news p a{
    color:#111111;
}
.news p a:hover{
    color:#58585a;
}
.blog-section a:hover{
    color:#111111 !important;
}
.color-blk{
    color:#333333;
}
.color-red,.htag-red h1,.htag-red h2,.htag-red h3,.htag-red h4,.htag-red h5,.htag-red h6{
    color:#E41713;
}
.color-black{
    -webkit-transition: color 400ms ease-out;
    -moz-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out;   
}
.border-red{
    border:1px solid #E41713;
}
.border-red iframe{
    border-bottom:-5px;
}
/*.color-black:hover{
    color:#111111 !important;
}*/

.sld{
    border-bottom: 10px solid #E41713;
}

/* For Blog Page h, a and li style Start */
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6{
    color: #4e4e4e !important;   
}
.blog-page ul{
    list-style-type: none;      
}
.blog-page ul li:before{
    content: "• ";
    color: #E41713;
    margin-right: 10px;
    font-size: 24px;
    line-height: 20px;
    top: 3px;
    position: relative;    
}
.category-list li:before, .default-li li:before{
    content: "" !important;
    margin-right: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.margin-top-0{
    margin-top:0 !important;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}

/* For Blog Page h, a and li style End */
@media(min-width:768px) and (max-width:1366px){
    .header-height{
        height:71px;
        display:inherit !important;
    }
}
@media(max-width:767px){
    .header-height{
        height:50px;
        display:inherit !important;
    }
}
.nav>li>a:focus{
    text-decoration: none;
    background-color: transparent;
}
.blog-page a{
    color:#4e4e4e;
}
.blog-page .category-list a{
    color:#4e4e4e;
}
@media(min-width:1367px){
    .header-height{  
        display:none;
    }
}

.news:nth-last-child(2) .hr{
    display:none;
}

.news:nth-last-child(2) {
    margin-bottom: 15px;
}
.news p{
    margin-bottom:10px; 
}
/* Blog pagination start */

.blog-pagination {
    float:  right;
    position: relative;
    z-index: 1000;

}
.blog-pagination ul li::before {
    content: "";
    color: #00A59B;
    margin-right: 0px;
    font-size: 0px;
    line-height: 0px;
    top: 0px;
    position: relative;
}
.blog-pagination ul li{
    display: inline;
}
.blog-pagination ul > li:first-child > a{
    display: inline-block;
    color: #fff !important;
    background: #E41713;
    padding: 5px 15px;
    border-top-left-radius: 20px;
    /*    border-bottom-left-radius: 20px;*/
    box-shadow: 2px 2px 2px #7b7878;
    font-weight: bold;
    font-size: 11px;
}
.blog-pagination ul > li:last-child > a{
    display: inline-block;
    color: #fff !important;
    background: #E41713;
    padding: 5px 15px;
    border-top-right-radius: 20px;
    /*    border-bottom-right-radius: 20px;*/
    box-shadow: 2px 2px 2px #7b7878;
    font-weight: bold;
    font-size: 11px;
}
.blog-pagination ul > li > a:hover{
    box-shadow: 0px 0px 4px #a2a2a2;
}

/* Blog pagination end */
/* Blog Archive Start */
.archives-list ul{
    list-style-type: none;
    padding: 0;
}
.archives-list ul li:before {
    content: "" !important;
    margin-right: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.archives-list ul li{ 
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #929293;
    cursor: pointer;
}
.archives-list ul li a{
    text-transform: uppercase;
    color: #000 !important;
}
.archives-list ul > li:hover {
    background:#E41713;
    color:#ffffff !important;
}
.archives-list ul > li:hover a:hover {    
    color:#ffffff !important;
}
.archives-list ul > li:hover a{
    color:#111111 !important;
}
.archives-list ul > li:last-child {
    border-bottom:transparent;
}
.data-right-logo-container{
    width:100px;
    margin:0 auto;
    display:block;
}
/* Blog Archive End */
/* Blog further */

.news h1 {
    font-size: 25px;
    margin-top:0;
}

.news h2 {
    font-size: 23px;
    margin-top:0;
}

.news h3 {
    font-size: 18px;
    margin-top:0;
}

.news h4 {
    font-size: 16px;
    margin-top:0;
}
.news h5 {
    font-size: 14px;
    margin-top:0;
}

.news h6 {
    font-size: 12px;
    margin-top:0;
}
.hover-underline a:hover{
    text-decoration:none !important;
    color:#E41713 !important;
}

.hover-underline a{
    color: #111111 !important;
}
.hover-underline h1, .hover-underlineh2,.hover-underline h3, .hover-underline h4, .hover-underline h5, .hover-underline h6{
    margin-bottom:10px;
}
.hover-underline h1, .hover-underlineh2,.hover-underline h3, .hover-underline h4, .hover-underline h5, .hover-underline h6{
    margin-bottom:10px;
    margin-top:0;
}
.padding-top-40{
    padding-top: 20px;
}
.news a[title="More"]:hover, .news a[title="Back"]:hover,.news a[title="More"]:active, .news a[title="Back"]:active,.news a[title="More"]:visited, .news a[title="Back"]:visited{
    text-decoration: none !important;    
}
.news a[title="More"]:hover,.news a[title="Back"]:hover{ 
    color:#E41713;
}
/* Blog End */

/* Social Strip Start */
.social-strip-center{
    width: 161px;
    margin-left: auto;
    margin-right: auto;
}
.social-strip{
    padding: 0;
    margin-top: 5px;    
}
.social-strip li{
    list-style-type: none;
    display:block;
    float:left;
    margin-right:10px;   
}
.social-strip li a{
    display:block;   
    width:30px;
    height: 30px;
    border-radius: 50%;
    background:#E41713;;
    text-align: center;
    transition: all 0.5s;
}
.social-strip li a i{
    margin-top:7px;
}
.social-strip li a:hover{
    background: #E41713;
    border-radius: 8px;
}
/* Social Strip End */

/* services-strip Start */

.services-strip{
    background: #e6e6e6;
    overflow:hidden;
    padding:40px 0 20px 0;
}
.service-box{
    margin-bottom: 30px;
}
.service-box .img-box a{
    display: block;
    background:#d2cfcf;
    padding: 10px;
    text-align: center;    
}
.service-box .service-box-footer{
    padding: 20px 20px;
    background: #ffffff;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.service-box-footer .text-box{
    overflow: hidden;
    min-height:100px;
}
.service-box-footer .text-box a{
    transition: all 0.25s;
}
.service-box-footer .text-box a:hover{
    color:#E41713;
}
.service-box-footer .icon-box{
    float: right;
}
.service-box-footer .icon-box a{
    display: block;
    background: #E41713;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    border-radius: 8px;
    transition: all 0.25s;
}
.service-box-footer .icon-box a:hover{ 
    background:#E41713;
    border-radius: 8px;
}
.service-box-footer .icon-box a .fa{
    margin-top: 7px;
    transition: all 0.25s;
}
.service-box-footer .icon-box a:hover .fa{ 
    margin-left: 4px;
}
.service-box-footer .text-box a{
    color:#E41713;
    height: 62px;
    display: block;
}
.service-box-footer .text-box > div{
    min-height:121px;
}
/* services-strip End */

/* Latest News Start */
.latest-news-box{
    background: #E41713;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    border-radius:8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height:135px;
}
.latest-news-box p{
    margin-bottom: 0;
}
.latest-news-box a, .latest-news-box a:hover, .latest-news-box p{
    color:#ffffff !important;
}
/* Latest News End */
/* Contact Page Start */
.contact-icon-box{
    width: 50px;
    height: 50px;
    background: #939393;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    color:#ffffff;
}
.contact-icon-box i{ 
    font-size: 25px;
    margin-top: 12px;
}
/* Contact Page End */

/* Content Page Start */
button[aria-expanded="true"].btn > span:first-child{
    display:none;
}
button[aria-expanded="false"].btn > span:last-child{
    display:none;
}

/* Content Page End */
/* Single Product Page Start */

.caption{
    /*font-family: 'Ubuntu Mono' !important;*/
    font-family: 'Open Sans', sans-serif !important;
    text-transform:uppercase;
    font-size:18px;
    /*border-left: 4px solid #fff;*/
    /*border-right: 4px solid #fff;*/
    padding: 15px 0px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    font-weight:600;
    text-align:center;
    background:#E41713;
    color:#ffffff;
    border-radius:8px;
}
.caption .arrow-right {
    margin-right:20px;
}
.caption .arrow-left {
    margin-left:20px;
}
/* Single Product Page End */

.list-style-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-1 li {
     font-size: 20px;
    /*font-weight: 600;*/
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom:10px;
    /*text-indent: -28px;*/
    /*margin-bottom:10px;*/
    /*text-align: justify;*/
    /*text-align-last: left;*/
}

.list-style-1 li::before {
    content: "â€¢ ";
    color: #E41713;
    margin-right: 10px;
    font-size:25px;
}

.custom-responsive{
    width:100%;
    height:auto;
}
.box-center{
 margin-left:auto;
 margin-right:auto;
}
.point{
    font-size: 45px;
    line-height: 0;
    color: #E41713;
}
/* -------------------------- */
.hero .heading-main{
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top:-25px;
}

.ht-video.hero{
    position:relative;
}
.sld-content-box{
    position:absolute;
    z-index:1;
    text-align: center;
    top: 50%;
    left: 50%;
    min-width:400px;
    margin-left:-200px;
    margin-top:-100px;
}
.sld-content-box > span:first-child{
    font-size:60px;
    color:#ffffff;
    font-weight:700;
    text-shadow: 2px 2px 3px #000000;
    /*font-family: 'Ubuntu Mono' !important;*/
    font-family: 'Open Sans', sans-serif !important;
}
.sld-content-box > span:last-child{
    font-size:40px;
    color:#ffffff;
    font-weight:700;
    text-shadow: 2px 2px 3px #000000;
    /*font-family: 'Ubuntu Mono' !important;*/
    font-family: 'Open Sans', sans-serif !important;
}
@media(max-width:991px){
    .sld-content-box{
        margin-top: -71px;
    }
    .sld-content-box span:first-child{
        font-size:30px;
    }
    .sld-content-box span:last-child{
        font-size:20px;
    }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #211d1d;
}
nav .caret{
    display:none;
}
.navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.full-map{
    border-top: 10px solid #E41713;
}
.full-map iframe{
    margin-bottom: -5px;
}
.contact-form .col-md-6 > div{
    font-weight:600;
}
.contact-form select{
    height:50px;
}
.contact-form input[type="file"]{
    font-style: italic;
}

/* Sub Menu Sub Menu Start */


/* Sub Menu Sub Menu End */
.open .dropdown-menu .dropdown-menu{
    /*display:block;*/
    top: 0;
    left: 160px;
    margin: 0px 0 0;
    border-radius: 0;
}
.open > .dropdown-menu > li{
    position:relative;
}
@media(max-width:767px){
  .open .dropdown-menu .dropdown-menu{
      border-top: 1px solid red;
      border-bottom: 1px solid red;
      border-radius: 0;
  }
  .open .dropdown-menu .dropdown-menu li a{
      padding: 5px 15px 5px 50px;
  }
  
}

.open > .dropdown-menu > li >a:hover + .dropdown-menu,.open > .dropdown-menu .dropdown-menu:hover{
    display:block;
}


@media(min-width:1199px){
    #primary-nav{
        width:1066px;
        display:block;
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
}

@media(max-width:617px){
    .header-logo-617{
        width:100%;
    }
    .header-logo-617 .img-responsive{
      margin-left:auto;
      margin-right:auto;
    }
}

/* responsive Nav Come Earlier Start */
@media (min-width: 768px) and (max-width:1199px){
    #primary-nav{
        width:100%;
    }
   .navbar-header {
     float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .nav>li {
    position: relative;
    display: block;
    float:none;
    width:100%;
  }
}
/* responsive Nav Come Earlier End */
/* Client Start */
.client{
    background:#484444;
    border: 4px solid #E41713;
    padding: 10px;
    margin-bottom:40px;
    border-radius:4px;
    color:#ffffff;
    min-height: 200px;
}
.client .content-box p{
    margin-bottom:0;
}
.img-circle{
    border-radius:50%;
}


.line:after {
    content: '';
    width: 10%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    margin-top: 10px;
}

.client .img-circle{
    width:100%;
    height:auto;
    margin-top:10px;
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 70% !important;
    margin-top:10%;
  }
  .morrison-modal-content p{
      margin-bottom:0;
  }
  .modal-header div{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.my-modal{
   color:#ffffff;
}
.modal-content{
     background: #484444;
     border: 4px solid #E41713;
     border-radius:4px;
}
.close {
    text-shadow:none;
    opacity: 1 !important;
}


/* Client End */

.cookie-notice-container > span {
    display: block;
    margin-bottom: 10px;
}
@media(max-width:601px){
.cookie-notice-container > a{
  display: block !important;
    width: 308px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom:5px;
  }
  .cookiemargin{
margin-bottom: 175px !important;
}
#to-top {
    bottom: 188px;
}
}
@media(max-width:480px){
.cookiemargin{
margin-bottom: 171px !important;
}
}
.cookiemargin{
margin-bottom: 85px;
}
.cookie-notice-container > a {
    margin-bottom: 5px;
}

.cn-button.wp-default {
    background: linear-gradient(to bottom,#212121,#212121) repeat scroll 0 0 #212121 !important;
    border-color: #212121;
    color: #ffffff;
}
.sp-content h1,.sp-content h2,.sp-content h3,.sp-content h4,.sp-content h5,.sp-content h6{
    margin-bottom:10px;
    margin-top:10px;
}




/* Blog page elements style */
   .news h1 {
    font-size: 25px;
    margin-top:0;
}


.news h2 {
    font-size: 23px;
    margin-top:0;
    color: #E41713 !important;
}

.news h3 {
    font-size: 18px;
    margin-top:0;
    color: #E41713 !important;
}

.news h4 {
    font-size: 16px;
    margin-top:0;
    color: #E41713 !important;
}
.news h5 {
    font-size: 14px;
    margin-top:0;
    color: #E41713 !important;
}

.news h6 {
    font-size: 12px;
    margin-top:0;
    color: #E41713 !important;
}
.news a:hover{
 color: #E41713 !important;
}
#cn-close-notice{
    display:none !important;
}

 .grecaptcha-badge{
        display:none;
    }
#tags-list {
    list-style-type:none;
    padding: 0;
}

#tags-list li:before {
    content: "" !important;
    margin-right: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
#tags-list li{
    float:left;
}
#tags-list li a{
    padding: 5px 5px;
    border: 1px solid #444444;
    margin-right: 7px;
    margin-bottom: 7px;
    display: block;
    font-size: 10px;
}
#tags-list li a:hover{
    background: #E41713;
    color:#ffffff;
}
/*.fb_dialog_content iframe,.fb-customerchat iframe{*/
/*    left:12px !important;*/
/*}*/