/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
font-family: "lorimer-no-2-condensed", sans-serif;
font-weight: 500;
font-style: normal;
	font-size:1.6rem;
/*	line-height: 1.6rem;*/
}

p {
font-family: "lorimer-no-2-condensed", sans-serif;
font-weight: 500;
font-style: normal;
	font-size:1.6rem;	
/*	line-height: 1.6rem;*/
}

li {
font-family: "lorimer-no-2-condensed", sans-serif;
font-weight: 500;
font-style: normal;
	font-size:1.6rem;
}

h1, h2, h3, h4, h5 {
font-family: "lorimer-no-2-condensed", sans-serif;
font-weight: 900;
font-style: normal;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
/*	line-height: 1.9rem;*/
}

h1 {font-size: 3.6rem;}
h2{font-size: 2.8rem;}
h3{font-size: 2.2rem;}
h4{font-size: 1.8rem;}
h5{font-size: 1.6rem;}

a {
  transition-duration: 0.5s;
}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
max-width: 200px;
/*background-color: #139335;*/
height: 7px;
border: 0;	
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

.side-padding {
    padding: 5px 30px !important;
}

.cta{
	text-transform: uppercase;
	font-size:1.6rem;
	display:inline-block;
font-family: "lorimer-no-2-condensed", sans-serif;
font-weight: 500;
font-style: normal;
margin-top: 15px !important;
 letter-spacing: 0.5px;	
text-decoration: none !important;	
box-shadow: 0 4px 15px -6px #464646;	
}

.teitl{
font-family: "coolvetica", sans-serif;
font-weight: 900;
font-style: normal;
background-color: rgba(255, 255, 255, 0.9);
font-size: 3.8rem;
display: inline-block;
box-shadow: 0 4px 15px -6px #000;
color:#c83138;
padding: 30px !important;
}

.teitl_2{
  background-color: rgba(43, 43, 43,0.9);
  font-size: 2.8rem;
  display: inline-block;
  box-shadow: 0 4px 15px -6px #000;
  color: #FFF;
  padding: 15px !important;
}

.logo {
max-width: 200px;
  width: 100%;
}

.logo-ss {
max-width: 350px;
  width: 100%;
}

.logo-croeso {
  max-width: 170px;
  width: 100%;
	float:right;
padding-top: 15px;	
}

.box-shadow {
box-shadow: 0 4px 15px -6px #464646;
}

.logo-ss-background {
background-color: rgba(255, 255, 255, 0.9);
	width:450px;
	margin-left: auto;
	margin-right: auto;
}

/**WHITE BACKGROUND**/
.white-background {
color:#2B2B2B;
background-color:#ffffff;
min-height:250px;
}

.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5 {color:#2B2B2B;}

.white-background hr {background-color: #c83138;  margin: 0px;}

.white-background a {color: #2B2B2B; text-decoration: underline dotted;}
.white-background a:hover {color: #2B2B2B; text-decoration: underline;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #2B2B2B; text-decoration: underline;}

.white-background .cta {
padding: 12px 18px 12px 18px;
  background: #c83138;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
}
.white-background .cta:hover{
	background: #9b0404;
	color:#fff;
	transition: 0.5s;	
}

/**RED BACKGROUND**/
.red-background {
color:#fff;
background-color:#c83138;
}

.red-background h1, .red-background h2, .red-background h3, .red-background h4, .red-background h5 {color:#fff;}

.red-background hr {background-color: #fff; margin: 0px;}

.red-background a {color: #fff; text-decoration: underline dotted;}
.red-background a:hover {color: #fff; text-decoration: underline;}
.red-background a:hover h2, .red-background a:hover h3, .red-background a:hover h4 {color: #fff; text-decoration: underline;}

.red-background .cta {
padding: 12px 18px 12px 18px;
  background: #2B2B2B;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
}
.red-background .cta:hover{
	background: #000;
	color:#fff;
	transition: 0.5s;	
}

#teitl h1 {
	margin: 1px 0px 1px 0px;
	
}


/**GREY BACKGROUND**/
.grey-background {
color:#2B2B2B;
background-color:#dadada;
}

.grey-background h1, .grey-background h2, .grey-background h3, .grey-background h4, .grey-background h5 {color:#2B2B2B;}

.grey-background hr {background-color: #c83138;margin: 0px;}

.grey-background a {color: #2B2B2B; text-decoration: underline dotted;}
.grey-background a:hover {color: #2B2B2B; text-decoration: underline;}
.grey-background a:hover h2, .grey-background a:hover h3, .grey-background a:hover h4 {color: #2B2B2B; text-decoration: underline;}

.grey-background .cta {
padding: 12px 18px 12px 18px;
  background: #c83138;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
}
.grey-background .cta:hover{
	background: #9b0404;
	color:#fff;
	transition: 0.5s;	
}



/**CHARCOLE BACKGROUND**/
.charcole-background {
color:#fff;
background-color:#333333;
}

.charcole-background h1, .charcole-background h2, .charcole-background h3, .charcole-background h4, .charcole-background h5 {color:#fff;}

.charcole-background hr {background-color: #c83138; margin: 0px;}

.charcole-background a {color: #fff; text-decoration: underline dotted;}
.charcole-background a:hover {color: #fff; text-decoration: underline;}
.charcole-background a:hover h2, .charcole-background a:hover h3, .charcole-background a:hover h4 {color: #fff; text-decoration: underline;}

.charcole-background .cta {
padding: 12px 18px 12px 18px;
  background: #fff;
  color: #d90b0a;
  transition: 0.5s;
  display: inline-block;
}
.charcole-background .cta:hover{
	background: #d90b0a;
	color:#fff;
	transition: 0.5s;	
}



/**IMG BACKGROUND**/
.img-background {
background-image: url("../images/cefndir.jpg");
background-position: center;
background-size: cover;
}



/**TOP ROW**/

.top-row-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.top-row p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.top-row a {
text-decoration: none !important;
}

.top-row a:hover {color: #000;}

.top-left p {
  letter-spacing: 3px;
}


.menu .cta {
padding: 12px 15px 12px 15px;
  background: #2B2B2B;
  color: #fff;
  transition: 0.5s;
display: inline-block;	
font-size: 20px !important;	
margin-top: 21px !important;	

}
.menu .cta:hover{
	background: #D90B0A;
	color:#fff;
	transition: 0.5s;	
}

.hide-on-desktop {display:none !important;}

.menu-row-center {
  padding-right: 0px;
	margin-top: 17px;
}

.menu-row-right {
  padding-left: 0px;
}


.ism-newyddion a:hover h3 {
  color: #000 !important;
  text-decoration: none !important;
}


.fa-lg {
  letter-spacing: 0.25em !important;
}

/**SLIDESHOW**/

.slideshow-padding {
  padding-top: 250px;
  padding-bottom: 250px;
}


/**FOOTER**/

.p7LBM-01{
            min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}


.footer li {
  margin-bottom: 10px !important;
}

.footer ul {
  list-style: none;
padding-left: 0px;	
}

.strapline p {
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 20px 0px 10px 0px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

/**COPYRIGHT**/


/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}

.p7AMM li a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 20px !important;
font-family: lorimer-no-2-condensed, sans-serif;
font-weight: 700;
font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.p7AMM.amm-rootlinks-white ul a {
  background-color: rgb(255,255,255) !important;
  color: #2b2b2b !important;
}

.p7AMM.amm-rootlinks-white ul a:hover, .p7AMM.amm-rootlinks-white ul a:focus, .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
  background-color: rgb(217, 11, 10) !important;
  color: #FFF !important;
}
.p7ISM {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.p7AMM ul {
 /* padding-top: 15px !important;*/
}


.ism-content p {
  margin: 5px 0px;
  color: #000 !important;
}

.date {
  color: #6f6f6f !important;
  margin-bottom: 20px !important;
}


.ism-pad-15 .ism-content {
  padding: 15px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p7AMM li a {
  padding: 12px 20px !important;
}
.ism-pad-30 .ism-content {
padding-right: 30px !important;
padding-left: 30px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}


.mbx-padding {
  padding-top: 20px !important;
	  padding-bottom: 20px !important;
}
.p7AMM.amm-subs-blue ul ul {
  background-color: rgb(51, 51, 51) !important;
}

/*
***************************************************
NEWS LISTING PAGE
***************************************************
*/
.news-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 13rem;
}


.news-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;	
	
}

.news-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.news-tile-image-link{
	text-decoration: none;
}

.news-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);	
	
}

.news-tile-description{
	padding:5px 15px 15px 20px;
	background-color:#fff !important;
	min-height:  165px;
}
.news-grid{
	padding:5px 15px 5px 15px !important;
}


.news-tile-description h3 {
 font-size: 1.4rem;
  color: #000;
	margin: 10px 0px;
	    font-weight: 700;
}

.news-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

.news-grid h2{
    font-size: 1.5rem;
	margin: 10px 0px 10px 0px;
	    font-weight: 700;
}

.ism-panels-4 a:hover h3 {
  color: #000 !important;

}

.ism-panels-4 a:hover p {
  color: #000 !important;

}

.news-grid p{
	font-size: 1.2rem;
}


/*
***************************************************
SECTION LISTING PAGE
***************************************************
*/
.section-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}


.section-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;	
	
}

.section-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.section-tile-image-link{
	text-decoration: none;
}

.section-tile-image-link-container {
  transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
  border: 2px solid #c83138;
background-image: url("../images/section-placeholder.jpg");
background-position: center;
background-size: cover;	
height: 250px;
box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);	
background-color: #000;
}



.section-tile-image-link-container:hover {
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}


.section-tile-description{
	padding:5px 15px 15px 20px;
	background-color:#fff !important;
}
.section-grid{
	padding:5px 15px 5px 15px !important;
}
.section-grid-padding{
    vertical-align: middle;
    height: 250px;
    display: table-cell;
line-height: 2.4rem;	
}

.section-tile-description h3 {
 font-size: 1.7rem;
  color: #000;
	    line-height: 2.2rem;
}

.section-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

.section-grid h2{
font-size: 2.5rem;
  margin: 10px 0px 10px 0px;
  color: #fff;
	    line-height: 2.2rem;
}

.section-grid a:hover h2 {
	color: #cecece; text-decoration: none !important;
}


.section-tile-image-link-container a:hover {
/**background-color: #000 !important;**/
}



.ism-panels-4 a:hover h3 {
  color: #000 !important;

}

.ism-panels-4 a:hover p {
  color: #000 !important;

}

.section-grid p{
	font-size: 1.1rem;
}



/**IN THIS SECTION**/

.in-this-section{
	background-color: #f4f4f4;
}

.in-this-section h2 {
	font-size: 1.8rem;}

/**BREADCRUMB**/

#breadcrumb p{
	font-weight: 500;
	
}
#breadcrumb .lbm-column {
	padding: 2px 30px !important
}

/*
***************************************************
SPACEING
***************************************************
*/

.pad-bottom {
  padding-bottom: 55px;
}
.pad-top {
  padding-top: 55px;
}


.fa-lg {
font-size: 0.9em !important;
  line-height: .05em;
  vertical-align: -.075em;
letter-spacing: 0.05em;	
}

/**CONTACT FORM**/

.stripe-fields {
    	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
    
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=date]
 {
	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 85%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#2B2B2B;
	display: inline-block;
	background: #ffffff;
}


select[multiple] option:checked { background: none; }

select option:focus,
select option:hover,
select option:active ,
select option {
	background:#2B2B2B;
	color: #fff;
}

input[type=submit]{
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	/*letter-spacing: 1.2px;*/
	font-size:1.2rem;
	/*margin-top:15px;*/
	display:inline-block;
	border:none;
	padding:10px 15px;
	background: #9b0404;
	color:#2B2B2B ;
	transition: 0.5s;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
	/*box-shadow: 0 4px 15px -6px #484848;*/
}

input[type=submit]:hover{
	background: #9b0404;
	color:#2B2B2B;
	transition: 0.5s;
}

select option:focus, select option:hover, select option:active, select option {
  background: #eee;
  color: #2B2B2B ;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B2B2B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2B2B2B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #2B2B2B;
}

.name_2{
	display: none !important;
}

/**SHOP**/

.variant-options{
    list-style: none;
}

.cart-quantity{
	display: none;
}

.product-slug{
	display: none;
}

.tabl-basged {width: 100%;}

.tabl-basged-colofn-llun {width: 5%;}
.tabl-basged-colofn-cynnyrch {width: 60%;}
.tabl-basged-colofn-15 {width: 15%;}

.tabl-cyfanswm-basged {
width: 100%;
max-width: 500px;
}

.tabl-cyfanswm-basged-colofn {
width: 50%;
}

.siop-ar-lein hr {
  max-width: 100%;
  height: 4px;
}

.terms-and-conditions {
    background: #FFF;
    font-family: "Times New Roman", Times, serif;
    color: #000;
	font-size:0.9em;
    /*font-size: 11px;*/
    width: 100%;
    min-height: 100px;
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 15px;
    padding: 0px 5px 5px 5px;
	border: 1px solid #000;
}

.terms-and-conditions p{
    font-family: "Times New Roman", Times, serif;
}

.terms-and-conditions h2, .terms-and-conditions h3{
	font-size: 1.5rem;
	font-family:"Times New Roman", Times, serif;
	color:#000;	
	font-weight:bold;
	margin-top:5px;
}

.terms-and-conditions h4{
	font-family:"Times New Roman", Times, serif;
	color:#000;	
	font-weight:bold;
}

.product-grid-title h2 {font-size: 2rem;}


/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel]
 {
	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 85%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#2B2B2B;
	display: inline-block;
	background: #ffffff;
}


select[multiple] option:checked { background: none; }

select option:focus,
select option:hover,
select option:active ,
select option {
	background:#2B2B2B;
	color: #fff;
}

input[type=submit]{
	font-family: lorimer-no-2-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size:1.6rem;
	margin-top:15px;
	display:inline-block;
	border:none;
	/*padding:12px 18px 12px 18px;*/
	background: #c83138;
	color:#fff;
	transition: 0.5s;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: 0 4px 15px -6px #464646;

}

input[type=submit]:hover{
	background: #9b0404;
	color:#fff;
	transition: 0.5s;
}

select option:focus, select option:hover, select option:active, select option {
  background: #eee;
  color: #2B2B2B;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B2B2B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2B2B2B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #2B2B2B;
}

.name_2{
	display: none !important;
}

.customer-form-addresses input[type="radio"] {
	height: 14px;
	width: 14px;
	vertical-align: top;
	position: relative;
	bottom: -3px;
}

.customer-form-addresses .address-to-choose {
    position: relative;
    padding-left: 5px;
    text-indent: 0;
    display: initial;
    /*max-width: 95%;*/

	
}
	
	label[for="form1_billing0"]{

    display:none;

}

label[for="form1_shipping0"]{

    display:none;

}

.search-icon {
	margin-left: 8px;
	margin-right: 6px;
}

.lang-link {margin-right: 6px;}


/**RESPONSIVE**/

@media only screen and (max-width: 1400px) {
	.logo-menu .width-15 {
padding-left: 15px;
    padding-right: 0px;	
}
	
.logo-menu .width-75 {
padding-left: 5px;	
}
}
 

@media only screen and (max-width: 1380px) {
  .news-grid {flex-basis: 25% !important;}
	  .section-grid {flex-basis: 33% !important;}
  .product-grid-description {flex-basis: 100% !important;}	
	
}

@media only screen and (min-width: 0px) and (max-width: 1272px) {
	.news-grid {flex-basis: 33% !important;}
.news-tile-description {
    min-height: 135px;	}
}

@media only screen and (min-width: 0px) and (max-width: 1240px) {
	.hide-on-tablet {display:none;}
	.p7HMY .products-grid {flex-basis: 25% !important;}

}

@media only screen and (min-width: 0px) and (max-width: 1222px) {
.news-tile-description {
    min-height: 165px;	}
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
	.slideshow-padding {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
	
	body {
font-size:1.4rem;
}

p {
font-size:1.4rem;	
line-height: 1.4rem;
}

li {
font-size:1.4rem;
}


h1 {font-size: 3rem;}
h2{font-size: 2.2rem;}
h3{font-size: 1.6rem;}
h4{font-size: 1.5rem;}
h5{font-size: 1.4rem;}

.strapline p {
  font-size: 2.2rem;
}

.section-grid h2 {
  font-size: 2.0rem;
}
	
.teitl{
font-size: 3rem;
}

.teitl_2{
  font-size: 2.2rem;
}
	
.logo-croeso {
  max-width: 130px;
  width: 100%;
	float:right;
padding-top: 15px;	
}	
	.cta {
  font-size: 1.4rem;
}
input[type=submit]{
		font-size:1.4rem;
	}
	

.logo-ss {
  max-width: 250px;
  width: 100%;
}	
.logo-ss-background {
  width: 350px;
}	
	.logo {
  max-width: 150px;
  width: 100%;
}
	.section-grid h2 {
    line-height: 1.9rem; 

}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
.p7HMY .products-grid {flex-basis: 33% !important;}
.logo-menu .width-15 {
width: 25% !important;
}
	
.logo-menu .width-75 {
width: 60% !important;
}

.logo-menu .width-10 {
width: 15% !important;
}	
}

@media only screen and (min-width: 0px) and (max-width: 978px) {
.news-grid h2 {
	font-weight: 600;}
}

@media only screen and (min-width: 0px) and (max-width: 930px) {
		.slideshow-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
	
		body {font-size:1.3rem;}

p {
font-size:1.3rem;	
line-height: 1.3rem;
}

li {font-size:1.3rem;}

h1 {font-size: 2.8rem;}
h2{font-size: 2rem;}
h3{font-size: 1.4rem;}
h4{font-size: 1.3rem;}
h5{font-size: 1.2rem;}

.strapline p {font-size: 2rem;}
	
.teitl{
font-size: 2.8rem;
padding: 20px !important;		
}

.teitl_2{font-size: 2rem;}
	.cta {font-size: 1.3rem;}
.img-background {
  background-image: url("../images/cefndir-tablet.jpg");
  background-position: center;
  background-size: cover;
}
	 .news-grid {flex-basis: 50% !important;}
	.news-tile-description {
        min-height: 135px;
    }
}
	
	@media only screen and (max-width: 910px) {
	
 .section-grid {flex-basis: 50% !important;}
		div.mbx-thumbs li img {
  max-height: 140px !important;
  max-width: 140px !important;
}
}

@media only screen and (max-width: 800px) {
.img-background {
  background-image: url("../images/cefndir-mobile.jpg");
  background-position: center;
  background-size: cover;
}
.menu .cta {font-size: 19px !important;}	
}


@media only screen and (max-width: 810px) {
.menu .cta { padding: 12px 15px 12px 15px;}
}

@media only screen and (max-width: 703px) {
.news-grid h2 {
		font-size: 1.4rem;}

}

@media only screen and (max-width: 700px) {
	
	.hide-on-desktop {display:block !important;}
	.hide-on-mobile {display:none !important;}
	.mobile-side-padding {padding: 10px 30px !important;}
	.top-row .top-left {
    width: 40% !important;
    float: left !important;
  }
		.top-row .top-right {
    width: 60% !important;
    float: left !important;
  }
	
	  .p7AMM.amm-responsive .amm-toolbar a {
    color: #2b2b2b!important;
    opacity: 1!important;
  }

  .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.7!important;
  }

  .p7AMM.amm-responsive .amm-toolbar {
    background-color: rgba(255, 255, 255,0)!important;
    color: #2b2b2b !important;
  }
	
.p7AMM.amm-root-white {
  background-color: rgba(255,255,255,0) !important;
  color: #000 !important;
}	

		body {font-size:1.2rem;}

p {
font-size:1.2rem;	
line-height: 1.2rem;
}

li {font-size:1.2rem;}

h1 {font-size: 2.2rem;}
h2{font-size: 1.8rem;}
h3{font-size: 1.3rem;}
h4{font-size: 1.2rem;}
h5{font-size: 1.1rem;}

.strapline p {font-size: 1.5rem;}
		
.teitl{
font-size: 2.2rem;
padding: 15px !important;	
}

.teitl_2{
  font-size: 1.8rem;
  padding: 10px !important;	
}
	.cta {font-size: 1.2rem;}
	
	input[type=submit]{
	font-size:1.2rem;

	}
.logo-croeso {
max-width: 60px;
  width: 100%;
	float:right;
padding-top: 30px;	
}	
.pad-bottom {padding-bottom: 30px;}
.pad-top {padding-top: 30px;}	

  .p7AMM.amm-responsive .amm-toolbar {text-align: left !important;}	
	
.menu .cta {
padding: 8px 12px 8px 12px;
  background: #2B2B2B;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  font-size: 16px !important;
float: right;	
	margin-top: 0px !important;
    float: right;
    margin-left: 20px;
    margin-right: 30px;
	display: block;
	z-index: 1000;
	position:sticky;
}	
.p7AMM li a {padding: 8px 9px !important;}	
.p7AMM ul li {padding: 4px 3px !important;}
	
	.red-banner-left {padding-bottom: 0px;	}
	
.red-banner-right {
  text-align: left;
  padding-top: 0px;
	}
	
	.red-banner-left  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
	
.white-banner-left {padding-bottom: 0px;}
	
.white-banner-right { padding-top: 0px;	}
	
footer .width-33 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  }
footer .width-100 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  }	
	
  .p7AMM.amm-responsive .amm-toolbar {text-align: right !important;}
	.menu-row-center {
  padding-right: 0px;
 margin-top: -76px;
}
 .logo {
    max-width: 100px;
    width: 100%;
  }
	.mobile-logo-top {padding-top:10px;}
div.mbx-thumbs li img {
  max-height: 200px !important;
  max-width: 200px !important;
}	
.logo-ss {
  max-width: 150px;
  width: 100%;
}	
	
.logo-ss-background {width: 200px !important;}	
	

}
@media only screen and (max-width: 668px) {
    .news-grid {
		flex-basis: 100% !important;}
	    .news-tile-description {
        min-height: auto;
    }
    }

@media only screen and (max-width: 600px) {
	.p7HMY .products-grid{flex-basis: 50% !important;	}
	.section-grid-padding {
    vertical-align: middle;
    height: 150px;
    display: table-cell;
}

.section-tile-image-link-container {height: 150px;}	
	
	.fa-lg {letter-spacing: 0.25em !important;}
	
	.news-tile-description {min-height: 0px;}
	
}
@media only screen and (max-width: 500px) {
div.mbx-thumbs li img {
  max-height: 100px !important;
  max-width: 100px !important;
}
		
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}