/* 
*	The principle of the site.css style sheet is to add new styles not included in the bootstrap.css framework 
*	and override any styles set in the bootstrap.css as required. Try to leave bottstrap.css code intact
*/

.jrespond{
        width: 30px;
}
@media only screen and (max-width: 991px){
 .jrespond{
        width: 20px;
 }
}
@media only screen and (max-width: 767px){
 .jrespond{
        width: 10px;
 }
}

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

 hr{
        margin: 10px 0;
 }
 
}

/* MARGIN BOTTON */

.mb-xs-0{
        margin-bottom: 0;
}
.mb-xs-10{
        margin-bottom: 10px;
}
.mb-xs-20{
        margin-bottom: 20px;
}
.mb-xs-30{
        margin-bottom: 30px;
}
.mb-xs-40{
        margin-bottom: 40px;
}
.mb-xs-50{
        margin-bottom: 50px;
}
.mb-xs-60{
        margin-bottom: 60px;
}
.mb-xs-70{
        margin-bottom: 70px;
}
.mb-xs-80{
        margin-bottom: 80px;
}
.mb-xs-90{
        margin-bottom: 90px;
}

/* MARGIN TOP */

.mt-xs-0{
        margin-top: 0;
}
.mt-xs-10{
        margin-top: 10px;
}
.mt-xs-20{
        margin-top: 20px;
}
.mt-xs-30{
        margin-top: 30px;
}
.mt-xs-40{
        margin-top: 40px;
}
.mt-xs-50{
        margin-top: 50px;
}
.mt-xs-60{
        margin-top: 60px;
}
.mt-xs-70{
        margin-top: 70px;
}
.mt-xs-80{
        margin-top: 80px;
}
.mt-xs-90{
        margin-top: 90px;
}

@media (min-width: 768px){

 /* MARGIN BOTTOM */

 .mb-sm-0{
        margin-bottom: 0;
 }
 .mb-sm-10{
        margin-bottom: 10px;
 }
 .mb-sm-20{
        margin-bottom: 20px;
 }
 .mb-sm-30{
        margin-bottom: 30px;
 }
 .mb-sm-40{
        margin-bottom: 40px;
 }
 .mb-sm-50{
        margin-bottom: 50px;
 }
 .mb-sm-60{
        margin-bottom: 60px;
 }
 .mb-sm-70{
        margin-bottom: 70px;
 }
 .mb-sm-80{
        margin-bottom: 80px;
 }
 .mb-sm-90{
        margin-bottom: 90px;
 }
 
 /* MARGIN TOP */
 
 .mt-sm-0{
        margin-top: 0;
 }
 .mt-sm-10{
        margin-top: 10px;
 }
 .mt-sm-20{
        margin-top: 20px;
 }
 .mt-sm-30{
        margin-top: 30px;
 }
 .mt-sm-40{
        margin-top: 40px;
 }
 .mt-sm-50{
        margin-top: 50px;
 }
 .mt-sm-60{
        margin-top: 60px;
 }
 .mt-sm-70{
        margin-top: 70px;
 }
 .mt-sm-80{
        margin-top: 80px;
 }
 .mt-sm-90{
        margin-top: 90px;
 }
 
}

@media (min-width: 992px){

 /* MARGIN BOTTOM */

 .mb-md-0{
        margin-bottom: 0;
 }
 .mb-md-10{
        margin-bottom: 10px;
 }
 .mb-md-20{
        margin-bottom: 20px;
 }
 .mb-md-30{
        margin-bottom: 30px;
 }
 .mb-md-40{
        margin-bottom: 40px;
 }
 .mb-md-50{
        margin-bottom: 50px;
 }
 .mb-md-60{
        margin-bottom: 60px;
 }
 .mb-md-70{
        margin-bottom: 70px;
 }
 .mb-md-80{
        margin-bottom: 80px;
 }
 .mb-md-90{
        margin-bottom: 90px;
 }
 
 /* MARGIN TOP */
 
 .mt-md-0{
        margin-top: 0;
 }
 .mt-md-10{
        margin-top: 10px;
 }
 .mt-md-20{
        margin-top: 20px;
 }
 .mt-md-30{
        margin-top: 30px;
 }
 .mt-md-40{
        margin-top: 40px;
 }
 .mt-md-50{
        margin-top: 50px;
 }
 .mt-md-60{
        margin-top: 60px;
 }
 .mt-md-70{
        margin-top: 70px;
 }
 .mt-md-80{
        margin-top: 80px;
 }
 .mt-md-90{
        margin-top: 90px;
 }
 
}

@media (min-width: 1200px){

 /* MARGIN BOTTOM */

 .mb-lg-0{
        margin-bottom: 0;
 }
 .mb-lg-10{
        margin-bottom: 10px;
 }
 .mb-lg-20{
        margin-bottom: 20px;
 }
 .mb-lg-30{
        margin-bottom: 30px;
 }
 .mb-lg-40{
        margin-bottom: 40px;
 }
 .mb-lg-50{
        margin-bottom: 50px;
 }
 .mb-lg-60{
        margin-bottom: 60px;
 }
 .mb-lg-70{
        margin-bottom: 70px;
 }
 .mb-lg-80{
        margin-bottom: 80px;
 }
 .mb-lg-90{
        margin-bottom: 90px;
 }

 /* MARGIN TOP */
  
 .mt-lg-0{
        margin-top: 0;
 }
 .mt-lg-10{
        margin-top: 10px;
 }
 .mt-lg-20{
        margin-top: 20px;
 }
 .mt-lg-30{
        margin-top: 30px;
 }
 .mt-lg-40{
        margin-top: 40px;
 }
 .mt-lg-50{
        margin-top: 50px;
 }
 .mt-lg-60{
        margin-top: 60px;
 }
 .mt-lg-70{
        margin-top: 70px;
 }
 .mt-lg-80{
        margin-top: 80px;
 }
 .mt-lg-90{
        margin-top: 90px;
 }
 
}

/* RIGHT LEFT RIGHT POSITIONING */

.left-xs-right, .left-sm-right, .left-md-right, .left-lg-right{
	text-align: right;
}
.right-xs-left{
	text-align: right;
}

@media (min-width: 768px){

 .left-xs-right{
	text-align: left;
 }
 .right-sm-left{
	text-align: right;
 }
 
}

@media (min-width: 992px){

 .left-sm-right{
	text-align: left;
 }
 .right-md-left{
	text-align: right;
 }

}

@media (min-width: 1200px){

 .left-md-right{
	text-align: left;
 }
 .right-lg-left{
	text-align: right;
 }
 
}

.center-xs-left{
        text-align: center;
}
.right-xs-center{
        text-align: right;
}

@media (max-width: 767px){

 .center-xs-left{
        text-align: left;
 }
 .right-xs-center{
        text-align: center;
 }

}

/* GENERAL */

.dred-band{
	background: #581529;
}

.sea-shanty{
        background: #CCEFFC url(../images/sea-shanty-wide.png) top center;
        padding-top: 20px;
        padding-bottom: 20px;
}
.sea-shanty.home-shanty{
        padding-bottom: 0;
}
.white-wash{
	margin: 0 auto;
        max-width: 1058px;
	background: #FFF;
        padding-top: 57px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);    
	box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);
}
.page-images{
        margin-top: 37px;
}
 .page-images figure{
        margin-top: 20px;
 }
 
 
@media (max-width: 991px){

 .sea-shanty{
        background: none;
        padding-top: 0;
        padding-bottom: 0;
 }
 .sea-shanty.home-shanty{
        background: #FFF;
        padding-top: 20px;
 }
 .white-wash{
	margin: 0;
        max-width: auto;
        padding-top: 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;    
	box-shadow: none;
 }

 p.chunkfive-emphasised{
	font-size: 24px;
 }
 h1, p.h1{
	font-size: 32px;
 }

 h2, p.h2{
	font-size: 22px;
 }

 h3, p.h3{
        font-size: 105%;
 }
 
}


@media (max-width: 761px) {

 .sea-shanty.home-shanty{
        background: #FFF;
        padding-top: 0;
 }
 .page-images{
        margin-top: 0;
 }
 
 p.chunkfive-emphasised{
	font-size: 18px;
 }
 
}



/* HEADER */


.header{
  
}
 .wetherby-whaler-responsive{
	position: relative;
        width: 150px;
        height: 77px;
 }
  .wetherby-whaler{
	position: absolute;
        top: 0;
        left: 26px;
        width: 152px;
        height: 196px;
        background: transparent url(../images/wetherby-whaler.png) no-repeat;
        z-index: 1;
  }
  a.wetherby-whaler{
        text-decoration: none;
        outline: 0;
  }
 .menu-padding{
	padding-left: 269px;
        padding-bottom: 16px;
 }
 
@media (max-width: 991px){

 .wetherby-whaler-responsive{
        width: 100px;
        height: 50px;
 }
 .wetherby-whaler{
        top: 0;
        left: 0;
        width: 100px;
        height: 129px;
        background: transparent url(../images/wetherby-whaler-medium.png) no-repeat;
 }
 .menu-padding{
	padding-left: 100px;
 }

}

@media (max-width: 767px) {

 .wetherby-whaler-responsive{
        width: auto;
        height: auto;
 }
 .wetherby-whaler{
	position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        background: none;
 }
 .menu-padding{
	padding-left: 0;
        padding-bottom: 6px;
 }
 
}

/* NAVBAR */

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

 .navbar-header a{
        display: block;
        float: left;
        width: 80px;
        height: 80px;
        background: #581529 url(../images/wetherby-whaler-small.png) center center no-repeat;
        margin: 4px 0;
 }
 
}


/* CAROUSEL */

.flexslider{
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -webkit-box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);    
        box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);
}
.flexslider img{
        -webkit-border-radius: 12px 0px 0px 12px;
        border-radius: 12px 0px 0px 12px;
}

a.carousel-box{
        display: block;
        color: #6e6e5f;
        text-decoration: none;
        outline: 0;
}

a.carousel-box article{
	padding: 60px 15px 20px 15px;
        font-size: 16px;
        line-height: 1.16;
}
a.carousel-box article h2{
	font-size: 42px;
        font-family: chunkfive_exregular, arial, helvetica, sans-serif;
        color: #ed1651;
        margin-bottom: 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
        filter: dropshadow(color=#ccc, offx=2, offy=2);
}
a.carousel-box article p{
	margin-right: 40px;
        
}
a.carousel-box article p.buttonlabel{
	margin-top: 26px;
        font-size: 20px;
        font-family: chunkfive_exregular, arial, helvetica, sans-serif;
        color: #ed1651; 
}

@media only screen and (max-width: 942px) and (min-width: 855px){

 a.carousel-box article{
	padding: 40px 20px 0;
 }
 a.carousel-box article p{
	margin-right: 0;
 }
 a.carousel-box article h2{
	font-size: 35px;
 }
 
}

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

 a.carousel-box article{
	padding: 14px 20px 4px 20px;
        font-size: 14px;
 }
 a.carousel-box article p{
	margin-right: 0;
        margin-bottom: 8px;
 }
 a.carousel-box article p.buttonlabel{
	font-size: 18px;
 }
 
 
 
 
 a.carousel-box article h2{
	font-size: 23px;
        margin-bottom: 14px;
 }
 
}

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

 .flexslider img{
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
 }
 a.carousel-box article{
	padding: 20px; font-size: 14px;
 }
 a.carousel-box article p{
	margin-right: 0;
 }
 a.carousel-box article h2{
	font-size: 28px;
 }

}

/* HOME */

.pale-blue{
        background: #CCEFFC;
}
.pale-blue.pale-blue-with-carousel{
        margin-top: -70px;
        padding-top: 110px;
}
@media only screen and (max-width: 767px){

 .pale-blue.pale-blue-with-carousel{
        margin-top: 0;
        padding-top: 20px;
 }

}

/* Restaurants */

 /* General */

 .restaurant-page h2.chunkfive-emphasised, .restaurant-page p.h2.chunkfive-emphasised{
	color: #ed1651;
 }
 
 /* Listings */
 
 .restaurant-listings .five.restaurant-five.columns{
	width: 45%; left: 55%;
 }
 .restaurant-listings .seven.restaurant-seven.columns{
	width: 55%; right: 45%;
 }

 

 .restaurant-listings p.opening-times{
	margin-bottom: 0; color: #ed1651;
 }
 
 .restaurant-listings .restaurant-portal{
	width: 210px; height: 210px;
	padding: 8px 0 0 8px;
	background: #FFF url(../images/portal-bg.png) no-repeat;

 }

  .restaurant-listings .restaurant-portal .round-image{
	width: 189px;
	height: 189px;
	border: solid transparent 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
  }
  .restaurant-listings .restaurant-portal .round-image img{
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
  }

 
 /* More details */
 
 .restaurant-details p.opening-times{
	margin-bottom: 12px !important;
 }
 .restaurant-details .view-menu-and-quality-chips{
	margin-top: 30px;
 }
 
  .restaurant-details .view-menu-and-quality-chips .right-mobile-left img{
	margin-top: -48px;
  }
 
@media only screen and (max-width: 990px){

 .restaurant-listings .five.restaurant-five.columns{
	width: 100%; left: auto;
 }
 .restaurant-listings .seven.restaurant-seven.columns{
	width: 100%; right: auto;
 }
 .restaurant-details .view-menu-and-quality-chips .right-mobile-left img{
	margin-top: 0;
 }
}

 .restaurant-details .flexslider{
	-webkit-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow:  none;    
	box-shadow:  none;
 }
 .restaurant-details .flexslider img{
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
 }
 
 .restaurant-details #map_canvas1{
	height: 1px; padding-bottom: 64%;
 }
 #map_canvas1, #map_canvas1 div, #map_canvas1 img{
	max-width: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
 }
 
 .google_map_canvas{
	height: 450px;
 }
 
 /* Menu */
 
 .restaurant-menu .masonary-box{
	margin: 0 -10px;
 }
 
 .restaurant-menu .menu-box{
	width: 50%; padding: 0 10px 20px 10px;
 }
 
 .restaurant-menu .menu-box .menu-box-inner{
	padding: 10px 16px 20px;
	-webkit-box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);    
	box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);
 }
 
 
 .restaurant-menu .menu-box .Sky-Blue{
	background: #bbe9fc;
 }
 .restaurant-menu .menu-box .Cream{
	background: #fafde5;
 }
 .restaurant-menu .menu-box .Pink{
	background: #fddde9;
 }
 .restaurant-menu .menu-box .Pale-Sage{
	background: #deeedd;
 }
 .restaurant-menu .menu-box .Pale-Aqua{
	background: #d2f7fb;
 }
 .restaurant-menu .menu-box .Pale-Orange{
	background: #fef4e3;
 }
 
 .restaurant-menu .menu-box hr{
        display: block;
        border: none;
        height: 5px;
        background-image: url(/images/hr-menus.png);
        margin: 20px 0;
	clear: both;
 }
 
 
@media only screen and (max-width: 767px){

 .restaurant-menu .masonary-box{
	margin: 0;
 }
 .restaurant-menu .menu-box{
	width: 100%; padding: 0 0 20px 0;
 }
 .restaurant-menu .menu-box .menu-box-inner{
	padding: 8px 12px;
	-webkit-box-shadow:  none;    
	box-shadow:  none;
 }
 
}

/* CONTACT FORM */
form.talk-to-us-form{
        border: none !IMPORTANT;
}
form.talk-to-us-form .btn.btn-default{
        border: 0;
        background: #D71149;
        color: #FFF;
        font-weight: bold;
        outline: 0;
}
 form.talk-to-us-form .btn + .btn{
        margin-left: 20px;
 }

/* COMPETITION FORM */

.competition-time-form-holder{
 padding: 10px 0 20px 0;
}
.form-control{
 width: 50%;       
}
form.competition-time-form{
        border: none !IMPORTANT;
}
form.competition-time-form .btn.btn-default{
        border: 0;
        background: #D71149;
        color: #FFF;
        font-weight: bold;
        outline: 0;
}
.radio-set{
 margin-bottom: 20px;    
}

@media screen and (max-width: 991px){
        
 .form-control{
  width: 75%;
 }      
        
}

@media screen and (max-width: 767px){
        
 .form-control{
  width: 100%;
 }      
        
}

 
/* NEWS*/

.news-article-hr hr{
	margin: 20px 0;
        border-top: solid #65696e 1px;
}


.news-articles-masonary{
	margin: 0 -10px;
}
 .news-articles-masonary article{
	width: 33.333%;
        padding: 0 10px 20px 10px; 
 }
 
  a.news-article-listing{
        outline: 0;
        text-decoration: none;
  }
  .news-articles-masonary article .news-article-listing{
  
	display: block;
	padding: 10px 16px 20px;
	-webkit-box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);    
	box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .1);
  }
   .news-articles-masonary article .news-article-listing figure{
	margin-bottom: 20px;
   }
    .news-articles-masonary article .news-article-listing figure{
	display: block;
    }
   .news-articles-masonary article .news-article-listing h2.article-headline{
	
   }
   .news-articles-masonary article .news-article-listing p.article-date{
	font-size: 12px; font-style: italic; margin-bottom: 8px;
   }
   .news-articles-masonary article .news-article-listing p.article-snippet{

   }
   .news-articles-masonary article .news-article-listing p.article-readmore{
	 color: #ed1651; font-size: 14px;
   }
   
   .news-article-full p.article-date{
	font-style: italic;
   }
   .news-article-full p.article-back a{
	 color: #ed1651; font-size: 14px;
   }


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

 .news-articles-masonary{
	margin: 0;
 }
 .news-articles-masonary article{
	width: 100%; padding: 0 0 20px 0;
 }
 .news-articles-masonary article .news-article-listing{
	padding: 0 0 20px 0;
	-webkit-box-shadow:  none;    
	box-shadow:  none;
	border-bottom: solid #581529 1px;
 }
  .news-articles-masonary article:last-child .news-article-listing{
	border-bottom: none;
 }
 
}



     

/* FOOTER


.footer{
	margin: 20px 0;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
}
 .footer, .footer a{
	color: #FFF;
 }
 
ul.footer-nav{
	margin: 0;
        padding: 0;
        list-style-type: none;
        float: left;
        width: auto;
}
 ul.footer-nav li{
	padding: 0 10px;
 }
  ul.footer-nav li a{
	color: #FFF;
  }

ul.footer-social-links{
	margin: 0;
        padding: 0;
        list-style-type: none;
        float: right;
}
 ul.footer-social-links li{
        float: left;
 }
  ul.footer-social-links li + li{
        margin-left: 10px;
  }
  ul.footer-social-links li a{
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        outline: 0;
  }
   ul.footer-social-links li.twitter a{
        background: #ED1651 url(../images/twitter-100-white.svg) center center no-repeat;
        background-size: 25px 20px;
   }
   ul.footer-social-links li.facebook a{
        background: #ED1651 url(../images/facebook-100-white.svg) center center no-repeat;
        background-size: 14px 26px;
   }



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

 ul.footer-nav{
        display: table; float: none; margin: 0 auto; text-align: center;
 }
 ul.footer-nav li{
	margin-bottom: 10px;
 }
 ul.footer-social-links{
        display: table; float: none; margin: 20px auto 30px auto;
 }
 ul.footer-social-links li{
        margin: 0 10px;
 }
 ul.footer-social-links li + li{
        margin-left: 0;
 }

}


*/






/* FOOTER */


.footer, .footer a{
        color: #FFF;
        outline: 0;
}
.footer small{
        font-size: 12px
}
.footer address{
        line-height: 1.1;
        margin-bottom: 0;

}
 .footer address b{
        color: #FFF;
        font-size: 26px;
        font-weight: bold;
 }
 .footer address a{
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        outline: 0;
 }
 
 ul.footer-menu{
        margin: 0; padding: 0; list-style-type: none; font-size: 13px; color: #FFF;
 }
  ul.footer-menu a{
       color: #FFF;
       outline: 0;
  }

 ul.inline-list{
        display: table; margin: 0; padding: 0; list-style-type: none;
 }
 ul.inline-list.inline-list-right, ul.inline-list.inline-list-right-mobile-left{
        float: right;
 }
  ul.inline-list li{
        float: left;
  }
   ul.inline-list li a{
        display: block;
   }
   ul.inline-list.li-height-50 li:not(.ignore-heights){
        height: 50px;
        line-height: 50px;
   }
   ul.inline-list.li-height-52 li:not(.ignore-heights){
        height: 52px;
        line-height: 52px;
   }
   ul.inline-list.li-height-55 li:not(.ignore-heights){
        height: 55px;
        line-height: 55px;
   }
   ul.inline-list.li-height-57 li:not(.ignore-heights){
        height: 57px;
        line-height: 57px;
   }
   ul.inline-list li a{
        height: inherit;
   }
   ul.inline-list.inline-list-m8 li + li{
        margin-left: 8px;
   }
   ul.inline-list.inline-list-m18 li + li{
        margin-left: 18px;
   }
   ul.inline-list.inline-list-m34 li + li{
        margin-left: 34px;
   }
   
    ul.inline-list li.linkedin a{
        background: transparent url(../images/footer/linked-in-100-white.svg) center center no-repeat;
        background-size: 20px 20px;
        width: 20px;
    }
    ul.inline-list li.twitter a{
        background: transparent url(../images/footer/twitter-100-white.svg) center center no-repeat;
        background-size: 25px 20px;
        width: 25px;
    }
    ul.inline-list li.facebook a{
        background: transparent url(../images/footer/facebook-100-white.svg) center center no-repeat;
        background-size: 14px 26px;
        width: 14px;
    }
    ul.inline-list li.google-plus a{
        background: transparent url(../images/footer/google-plus-100-white.svg) center center no-repeat;
        background-size: 26px 22px;
        width: 26px;
    }
    

    ul.inline-list li.acred-blank{
        background: transparent url(../images/footer/acreds/acred.png) center center no-repeat;
        background-size: 54px 55px;
        width: 54px;   
    }

    
    ul.inline-list li.map-pointer a{
        background: transparent url(../images/footer/map-pointer.svg) center center no-repeat;
        background-size: 73px 57px;
        width: 73px; 
    }
    ul.inline-list li.rwd-desktop{
        background: transparent url(../images/footer/rwd-desktop.svg) center center no-repeat;
        background-size: 64px 50px;
        width: 64px; 
    }
    ul.inline-list li.rwd-mobile{
        background: transparent url(../images/footer/rwd-mobile.svg) center center no-repeat;
        background-size: 23px 38px;
        width: 23px; 
    }
    ul.inline-list li.rwd-tablet{
        background: transparent url(../imagesfooter/rwd-tablet.svg) center center no-repeat;
        background-size: 39px 52px;
        width: 39px; 
    }
    ul.inline-list li.rwd-iphone{
        background: transparent url(../images/footer/rwd-iphone.svg) center center no-repeat;
        background-size: 23px 38px;
        width: 23px; 
    }
    ul.inline-list li.rwd-ipad{
        background: transparent url(../images/footer/rwd-ipad.svg) center center no-repeat;
        background-size: 39px 52px;
        width: 39px; 
    }
    ul.inline-list li.rwd-android{
        background: transparent url(../images/footer/rwd-android.svg) center center no-repeat;
        background-size: 23px 38px;
        width: 23px; 
    }
    ul.inline-list li.html5{
        background: transparent url(../images/footer/html5.svg) center center no-repeat;
        background-size: 26px 36px;
        width: 26px; 
    }
    ul.inline-list li.w3c a{
        background: transparent url(../images/footer/w3c.svg) center center no-repeat;
        background-size: 40px 22px;
        width: 40px;
    }
    
    
a.humans_txt{
        display: inline-block;
        background: transparent url(../images/footer/humans_txt.svg) center center no-repeat;
        background-size: 66px 19px;
        width: 66px;
        height: 19px;
        margin-top: 12px;
}

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

 ul.inline-list li.fold-on-tablet{
       clear: both;
       margin-left: 0 !IMPORTANT;
 }

}
    
@media (max-width: 767px) {

 .footer{
        padding: 0;
 }
 ul.inline-list.inline-list-right-mobile-left{
        float: none;
 }
 ul.inline-list.inline-list-mobile-fold-all li{
        float: none;
        margin-left: 0 !IMPORTANT;
 }
 ul.inline-list li.fold-on-mobile{
       clear: both;
       margin-left: 0 !IMPORTANT;
 }
 
 ul.inline-list.inline-list-m18 li + li{
        margin-left: 12px;
 }
 ul.inline-list li.rwd-desktop{
        background-size: 46px 37px;
        width: 46px; 
 }
 ul.inline-list li.rwd-mobile{
        background-size: 16px 26px;
        width: 16px; 
 }
 ul.inline-list li.rwd-tablet{
        background-size: 29px 39px;
        width: 29px; 
 }
 ul.inline-list li.rwd-iphone{
        background-size: 16px 26px;
        width: 16px; 
 }
 ul.inline-list li.rwd-ipad{
        background-size: 29px 39px;
        width: 29px; 
 }
 ul.inline-list li.rwd-android{
        background-size: 16px 26px;
        width: 16px; 
 }
 ul.inline-list li.html5{
        background-size: 18px 25px;
        width: 18px; 
 }
 ul.inline-list li.w3c a{
        background-size: 29px 16px;
        width: 29px;
 }
 
 
 
}

.talk-to-us-form .field-group.messagebox-onleft-lg label {
    display: block;
    padding-left: 30px;
    text-indent: -30px;
}
.talk-to-us-form .field-group label > input[type="checkbox"]{
 margin-right: 20px;       
}
.talk-to-us-form .field-group + .field-group{
 margin-top: 20px;
}
.talk-to-us-form .field-group.messagebox-onleft-lg label input[type="checkbox"]{
    display:block;
    float:left;
    width: 13px;
    height: 13px;
    left: -30px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    margin-right: 15px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;   
}
.talk-to-us-form .field-group.messagebox-onleft-lg.required label:after{
 content: '';       
}
.talk-to-us-form .field-group.messagebox-onleft-lg.required label input:after{
 content: '*';
 margin-left: 16px;
 color: #85969f;  
}


table.web-table{
 display: table;
 border-collapse: collapse;
 width: 100%;
 border-bottom: solid #a7a9ac 1px
}

table.web-table tr{
 display: table-row
}

table.web-table tr td{
 display: table-cell;
 padding: 4px 8px;
 border: 0;
 vertical-align: top
}

table.web-table tr td:not(:empty){
 border-top: solid #a7a9ac 1px
}

table.web-table tr td+td{
 border-left: solid #a7a9ac 1px
}

.DYK-box{    
	display: inline-block;
	background: #581B2D;
    color: #fff;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;	
}
.DYK-title{
	width: 100%;
    background: #D4144A;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
	font-family: chunkfive_exregular,arial,helvetica,sans-serif;
    padding: 5px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.DYK-number{
	display: inline-block;
	width: 34px;
    padding: 5px;
	color: #fff;
    background: #D71149;
    border-radius: 20px;
}

@media screen and (max-width:911px){
	.DYK-number{
		width:26px;
	}
}
