
.whitetext {color: #fff!important;}
.greytext {color: #484848!important;}
.greytext {color: #484848!important;}
.blacktext {color: #000!important}














/* NIVO  NIVO  NIVO   NIVO   NIVO   NIVO*/


.theme-default .nivoSlider {
  position:relative;
  background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;

}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
  width: 898px!important;
}

.theme-default .nivoSlider a {
  border:0;
  display:block;
}

.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
.theme-default .nivo-controlNav a {
  display:inline-block;
  width:22px;
  height:22px;
  background:url(img/bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url(../img/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
  background-position:-30px 0;
  right:20px;
    top: 160px
}
.theme-default a.nivo-prevNav {
  left: 805px;
  top: 160px
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}








.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
  background:white;
  filter:alpha(opacity=0);
  opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  width:100%;
  z-index:8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
  padding:5px;
  margin:0;
}
.nivo-caption a {
  display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
}
.nivo-prevNav {
  left:0px;
}
.nivo-nextNav {
  right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align:center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}



/*END NIVO END NIVO END NIVO  END NIVO  END NIVO  END NIVO*/




/*SIZING*/

.height100 {height: 100%!important;}
.width100 {width: 100%!important;}

.width50{width: 50%!important;}
.width40{width: 40%!important;}


.desktophidden {display: none;}






/*ACCORDIAN LEFT NAV*/


.nav-tabs.nav-stacked > li:first-child > a {
-webkit-border-top-right-radius: 0px!important;
-moz-border-radius-topright: 0px!important;
border-top-right-radius: 0px!important;
-webkit-border-top-left-radius: 0px!important;
-moz-border-radius-topleft: 0px!important;
border-top-left-radius: 0px!important;
}

.nav-tabs.nav-stacked > li:last-child > a {
-webkit-border-bottom-right-radius: 0px!important;
-moz-border-radius-bottomright: 0px!important;
border-bottom-right-radius: 0px!important;
-webkit-border-bottom-left-radius: 0px!important;
-moz-border-radius-bottomleft: 0px!important;
border-bottom-left-radius: 0px!important;
}

/*top level */
.nav-tabs > li > a, .nav-pills > li > a {
padding-right: 0px;
padding-left: 0px;
margin-right: 2px;
line-height: 14px;
}

/*top level hover*/
.nav-tabs > li > a:hover, .nav-pills > li > a:hover {
padding-right: 0px;
padding-left: 0px;
margin-right: 2px;
line-height: 14px;
background-color: #ebebeb;
}






.nav-list > li > a {
padding: 5px 0px 0pc 5px;
background-color: #eee;
border-bottom: 1px solid #ccc;

}

.nav-list > li > a:hover {
padding: 5px 0px 0pc 5px;
border-bottom: 1px solid #ccc;
background-color: #ccc;
}




.nav-tabs.nav-stacked > li > a {
border: 0px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.nav-tabs.nav-stacked > li > a:hover {
border: 0px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}





.accordion-group {
margin-bottom: 2px;
border: 0px solid #e5e5e5;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
border-radius: 0px!important;
}




#generic-btn-go  {float: left!important; margin-bottom: 10px!important; margin-top: 10px!important;}
#generic-btn-go a {padding: 5px 15px 5px 15px; background-color: #2370a2; color: #fff!important; text-align: center; font-size: 12px; text-decoration: none; }
#generic-btn-go a:hover {padding: 5px 15px 5px 15px; background-color: #3080b5; color: #fff!important; text-align: center; font-size: 12px; text-decoration: none; }





/*SIDE NAV */



.sidenav{
  overflow:hidden;
  padding:0px 30px 10px 0px;
}

.sidenav ul{
  list-style:none;
  padding:0px 0 0;
  margin:0;
  position: relative;
  overflow: hidden;
}
.sidenav li{
  width:90%;
  overflow:hidden;
  vertical-align:top;
  padding:0 0 3px;
}
.sidenav a{
  font-size:13px;
  color:#5c3966;
  padding:1px 5px 1px 0px;
  border-bottom: 1px solid #777; 
  display:block;
  overflow:hidden;
  /*background: */
}
.sidenav a:hover{
  text-decoration:none;

    color: #6d882e;
}

/*.sidenav .active a{color:#ff0000;}*/
.sidenav a span{float:left;}
.sidenav li ul{
  background:url(../images/sep-sidenav1.gif) no-repeat;
  padding:0;
  display:none;
} 

.sidenav li li{
  padding:0 0 2px;
}
.sidenav li.active li a,
.sidenav li li a{
  background-color:#e9ecf4; 
  color:#7e89ad;
  padding:5px 5px 5px 0px;
}
.sidenav li li a em{
  display:block;
  padding:0 15px;
  cursor:pointer;
  font-style:normal;
  width:153px;
}
.sidenav li.active li a:hover,
.sidenav li li a:hover{background: #e5e8f1; width: 100%;}

.sidenav li li ul{
  border-top:1px solid #fff;
  display:none;
}
.sidenav li li li{
  border-bottom:1px solid #fff;
  padding:0;
}
.sidenav li.active li li a,
.sidenav li li li a{
  background: #f3f3f3;
  color;
}
.sidenav li li li a:hover {background: #fff;}










.btn-refine-submit img{ margin-top: -10px;}




#details-product-refine {
  margin-top: -5px;
  padding-left: 35px;
  text-align: right;
} 


.simpleresult-result-title {
font-size: 16px;  
margin: 0px;
padding: 0px;
line-height: 25px;
margin-bottom: 7px;}





























/*FOOTER*/
.footer-wrapper{ width: 862px; padding: 30 40px 0 40px;}






#footer-column-1 {
  font-size: 11px;
  font-family: arial;
  line-height: 16px;
  margin: 20px 0 0 0;
  color: #ac97b1;}

#footer-column-1 a{ color: #166296; text-decoration: none;}
#footer-column-1 a:hover{ color: #3399FF; text-decoration: none;}

#footer-column-2 {
  font-size: 11px;
  font-family: arial;
  line-height: 16px;
  margin: 20px 10px 100px;
  color: #ac97b1;
  float: right;
  padding-left: 30px}

#footer-column-2 a{ color: #166296; text-decoration: none;}
#footer-column-2 a:hover{ color: #3399FF; text-decoration: none;}


#footer-column-3 {
  font-size: 11px;
  font-family: arial;
  line-height: 16px;
  float: right;
  margin: 20px 0px 100px;

  padding-left: 30px;
  color: #ac97b1;}

#footer-column-3 a{ color: #166296; text-decoration: none;}
#footer-column-3 a:hover{ color: #3399FF; text-decoration: none;}
















/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */
/*MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES */










































/* 
oooooooooo.   oooooooooooo  .oooooo..o oooo    oooo 
`888'   `Y8b  `888'     `8 d8P'    `Y8 `888   .8P'  
 888      888  888         Y88bo.       888  d8'    
 888      888  888oooo8     `"Y8888o.   88888[      
 888      888  888    "         `"Y88b  888`88b.    
 888     d88'  888       o oo     .d8P  888  `88b.  
o888bood8P'   o888ooooood8 8""88888P'  o888o  o888o 
*/


@media (min-width: 1025px) {



.container {width: 960px;}
.hero-unit-control { width: 860px;}


#right-content {
  padding-left: 20px;
}


#right-content ul{
padding: 0px!important;
margin: 0px; 
}


#right-content li{
background: #f0e9f2;
background-image: url('../img/testimonial-speech-mark.png');
background-position: top left; 

background-repeat: no-repeat;
border-radius: 4px;
padding: 20px;
margin-bottom:10px;
list-style: none;
}


#testimonial-logo-holder{
float: right;
margin-left: 20px;
margin-bottom: 10px;
display: block;
}


#bucket-holder{
  min-height: 20px;}


#bucket-container{
  background-color: #eee;
  font-size: 12px;
  color: #474747;
  padding: 8px 12px 18px 12px;
  margin-right: 3px;
  width: 282px;
  height: 100%;}


  #bucket-container-special{
  margin-right: 0px;
  height: 100%;}


#bucket-image-container{
height: 150px!important;
overflow: hidden;
margin-bottom: 15px;}

#bucket-container p {
  margin-top: 10px;
  font-size: 12px;
  color: #2370a2;
  line-height: 18px!important;}

#bucket-container a {
  font-size: 12px;
  color: #0096f8;
  line-height: 18px!important;
  text-decoration: none;}


#bucket-container a:hover {
  font-size: 12px;
  color: #2370a2;
  line-height: 18px!important;
  text-decoration: none;}


#width100promo {
  padding: 40px 8px 8px 8px;
  background-color: #e1e1e1;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: right;}



#footer-back-to-top {
  position: absolute;
  top: -70px;
  right: 0px;
  font-family: arial;
  font-size: 11px;}


#relativiser {position: relative;}
.relativiser {position: relative;}





#results-result-container {
padding: 20px;	
background-color: #f4f3f3;
margin-bottom: 5px;
min-height: 133px;}

#results-result-thumb {margin-bottom: 10px; min-height: 0px!important;}
#results-result-thumb img {margin: 0 10px 0px 0px;}

.results-result-description-highlight {font-size: 11px; color: #1172ba; font-style: italic; width: 100%; border-bottom: 1px solid #ddd; display: block; margin-bottom: 5px}

#results-result-extra {font-size: 11px; min-height: 15px!important; padding: 0px 0 5px 8px; color: #1172ba;  width: 100%; border-bottom: 1px solid #ddd; display: block; margin-bottom: 5px;}

#results-result-description p {font-size: 12px;font-family: arial; color: #484848; line-height: 17px;}
#results-result-description a {font-size: 12px;font-family: arial; color: #0eb8ff; text-decoration: none;}
#results-result-description a:hover {font-size: 11px;font-family: arial; color: #0eb8ff; text-decoration: none;}

.results-result-title {
font-size: 20px;	
margin: 0px;
padding: 0px;
line-height: 25px;
margin-bottom: 7px;
color: #156393!important;}


#results-result-btn-go  {float: left!important; margin-bottom: 10px!important; margin-top: 10px!important;}
#results-result-btn-go a {padding: 5px 15px 5px 15px; background-color: #2370a2; color: #fff; text-align: center; font-size: 12px; text-decoration: none; }
#results-result-btn-go a:hover {padding: 5px 15px 5px 15px; background-color: #3080b5; color: #fff; text-align: center; font-size: 12px; text-decoration: none; }




#results-pagination-container  {text-align: right; margin-top: 10px;}
#results-pagination-container  a{padding: 4px 7px 4px 7px; background-color: #eeeeee; color: #156393; text-decoration: none;}
#results-pagination-container  a:hover{padding: 4px 7px 4px 7px;  background-color: #fafafa; color: #156393; text-decoration: none;}
#results-pagination-container  a:active{padding: 4px 7px 4px 7px;  background-color: #156393; color: #fff; text-decoration: none;}






.alternate {background-color: #fafafa!important}




/*DETAIL SHOWCASE*/
#details-product-name{ border-bottom: 1px solid #777; margin-bottom: 20px}

#details-product-introduction{
  margin-top: -10px;
  border-top: 1px solid #ccc;
  padding: 10px 0 0 10px;

}


#details-showcase-feature-thumb-top {
padding: 6px 0 6px 6px;
width: 20%;
margin-bottom: -320px;
z-index: 1000;
position: relative;
padding-left: 10px;
right: -265px;
top: 45px;
}

#details-showcase-feature-thumb-top img { border: 0px; margin-bottom: 3px;  }



#details-showcase-feature-image {margin-bottom: 30px;}
#details-showcase-feature-image img {}


#details-showcase-feature-thumb-bottom {margin-bottom: 40px; background-color: #eee; padding: 6px 0 6px 6px; width: 100%;}
#details-showcase-feature-thumb-bottom img { border: 0px; margin-right: 3px; }













#details-showcase-data {padding-left: 20px; }
#details-showcase-data ul { padding:  0px!important; margin:  0px!important;}
#details-showcase-data li { padding: 5px 0 5px 0px; border-top: 1px solid #fff; list-style: none; font-size: 12px; line-height: 15px;}

#details-showcase-extra {font-size: 11px; min-height: 15px!important; padding: 0px 0 5px 0px; color: #1172ba;  width: 100%; border-bottom: 1px solid #ddd; display: block; margin-bottom: 9px; }



#details-showcase-data p { font-family: arial; font-size: 11px; line-height: 14px}



#details-showcase-data-btn-go  {margin-top: 20px!important;}

#details-showcase-data-btn-go a {
padding: 5px 15px 10px 15px; background-color: #2370a2; color: #fff; text-align: center; font-size: 12px; text-decoration: none;}

#details-showcase-data-btn-go a:hover {
padding: 5px 15px 10px 15px; background-color: #3080b5; color: #fff; text-align: center; font-size: 12px; text-decoration: none;}

{display: none;}





#details-supplementary-information-container{ border-top: 1px solid #ddd; margin-top: 50px; margin-bottom: 50px; padding-top: 30px}

#details-supplementary-information-title{ }

#details-supplementary-information-data{}

#details-supplementary-information-data li { list-style: none; line-height: 15px; margin-bottom: 5px;}
#details-supplementary-information-data li img { margin-right: 5px;}








#simpleresult-result-container {
padding: 20px;  
background-color: #f4f3f3;
margin-bottom: 5px;
min-height: 133px;}


#simpleresult-result-thumb {margin-bottom: 10px; min-height: 0px!important;}
#simpleresult-result-thumb img {margin: 0 10px 0px 0px;}

.simpleresult-result-description-highlight {font-size: 11px; color: #1172ba; font-style: italic; width: 100%; border-bottom: 1px solid #ddd; display: block; margin-bottom: 5px}

#simpleresult-result-extra {font-size: 11px; min-height: 15px!important; padding: 0px 0 5px 8px; color: #1172ba;  width: 100%; border-bottom: 1px solid #ddd; display: block; margin-bottom: 5px;}

#simpleresult-result-description p {font-size: 12px;font-family: arial; color: #484848; line-height: 17px;}
#simpleresult-result-description a {font-size: 12px;font-family: arial; color: #0eb8ff; text-decoration: none;}
#simpleresult-result-description a:hover {font-size: 11px;font-family: arial; color: #0eb8ff; text-decoration: none;}


#simpleresult-result-btn-go  {float: left!important; margin-bottom: 10px!important; margin-top: 10px!important;}
#simpleresult-result-btn-go a {padding: 5px 15px 5px 15px; background-color: #2370a2; color: #fff; text-align: center; font-size: 12px; text-decoration: none; }
#simpleresult-result-btn-go a:hover {padding: 5px 15px 5px 15px; background-color: #3080b5; color: #fff; text-align: center; font-size: 12px; text-decoration: none; }


#simpleresult-pagination-container  {text-align: right; margin-top: 10px;}
#simpleresult-pagination-container  a{padding: 4px 7px 4px 7px; background-color: #eeeeee; color: #156393; text-decoration: none;}
#simpleresult-pagination-container  a:hover{padding: 4px 7px 4px 7px;  background-color: #fafafa; color: #156393; text-decoration: none;}
#simpleresult-pagination-container  a:active{padding: 4px 7px 4px 7px;  background-color: #156393; color: #fff; text-decoration: none;}



#stockist-telephone {
  text-align: left;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}


#footer-container {background-color: #ff9900!important; border: 0px!important; color: #ff9999;}



#footer-colour-control {background-color: #555!important; color: #555!important;}



#right-content .controls {
width: 634px;
float: left;
/*background: #f0e9f2;
padding: 10px!important;
*/
}


.controls li a:hover{cursor: pointer;}

#right-content .gallery-box {
float: left;
width: 100%;

}

.gallery ul li a:hover .arrow,
.gallery ul li.active .arrow {}
.gallery ul li a:hover {border:0; color: rgba(0,0,0,0);}

ul .fader li {position: relative; border-radius: 0px!important;}
#desc {font-size: 11px; position: absolute; bottom: 10px; background: rgba(0,0,0,0.3)!important; width: 100%; color: rgba(255,255,255,0.8);padding: 5px; }

#right-content .gallery li{
float: left;
list-style: none;
background: none;
display: table;
padding: 0px;
margin-bottom: 0px;
border-radius: 0px!important;
}

.gallery-holder {
  margin-top: 10px;
}

/*custom element control */
/* IN THE HEAD */

.slogan-control {
  margin-top: 22px;
  float: right;
  text-align: right;
  }


.logo-control {
  float: left;
  text-align: left;

}

.hero-unit-control {
  margin-top: 20px;
  margin-bottom: 10px;
}


#sidenav-mobile {display: none;}









.desktophidden {display: none!important;}
.dhidden {display: none!important;}
.minheightkill {min-height: 0px!important}
}

















(min-width: 1018px) and (max-width: 1024px) tablet-landscape


  <!-- DESKTOP -->
(min-width: 1025px)


 
































@media (min-width: 481px) and (max-width: 586px) {

.devicepaddingtop10 {padding-top: 10px;}
.devicepaddingtop15 {padding-top: 15px;}
.devicepaddingtop20 {padding-top: 20px;}
.devicepaddingtop25 {padding-top: 25px;}
.devicepaddingtop30 {padding-top: 30px;}
.devicepaddingtop35 {padding-top: 35px;}
.devicepaddingtop40 {padding-top: 40px;}
.devicepaddingtop45 {padding-top: 45px;}
.devicepaddingtop50 {padding-top: 50px;}
.devicepaddingtop55 {padding-top: 55px;}

.devicepaddingbottom10 {padding-bottom: 10px!important;}
.devicepaddingbottom15 {padding-bottom: 15px!important;}
.devicepaddingbottom20 {padding-bottom: 20px!important;}
.devicepaddingbottom25 {padding-bottom: 25px!important;}
.devicepaddingbottom30 {padding-bottom: 30px!important;}
.devicepaddingbottom35 {padding-bottom: 35px!important;}
.devicepaddingbottom40 {padding-bottom: 40px!important;}
.devicepaddingbottom45 {padding-bottom: 45px!important;}
.devicepaddingbottom50 {padding-bottom: 50px!important;}
.devicepaddingbottom55 {padding-bottom: 55px!important;}

.devicemarginbottom10 {margin-bottom: 10px!important;}
.devicemarginbottom15 {margin-bottom: 15px!important;}
.devicemarginbottom20 {margin-bottom: 20px!important;}
.devicemarginbottom25 {margin-bottom: 25px!important;}
.devicemarginbottom30 {margin-bottom: 30px!important;}
.devicemarginbottom35 {margin-bottom: 35px!important;}
.devicemarginbottom40 {margin-bottom: 40px!important;}
.devicemarginbottom45 {margin-bottom: 45px!important;}
.devicemarginbottom50 {margin-bottom: 50px!important;}
.devicemarginbottom55 {margin-bottom: 55px!important;}


.devicecentretitle { 
display: block;
text-align: center!important;
}
 

 .devicecentreblock { 
display: block;
margin: 0 auto;

}




}	