@charset "utf-8";
/* CSS Document */

body {
   font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 18px;
   line-height: 1.4;
   color: #2e2e2e; 
}

a {
    color: inherit;
    text-decoration: none;
	transition: color 0.3s ease;
}

a:focus, a:hover {
    color: #e3c121;
    text-decoration: none;
    transform: scale(1.025);
}


/* Reduce menu height on scroll */

.navbar-default {
	padding-top: 40px;
	padding-bottom: 40px;
    border: 0px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	box-shadow: 0 2px 4px 0 rgba(14, 46, 149, 0.18);
	background-color: #fff;
    border-color: #fff;
}


/* see also embedded js in html */

.sticky {
	margin-top: 0px;
    position: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

/* back to top arrow */

.back-to-top {
cursor: pointer;
position: fixed;
bottom: 0;
right: 20px;
display:none;
}


/* nav bar and drop down stylings */

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
	padding-top: 0px;
}

/* nav bar CC Logo */

.navbar-brand img {
	width: auto;
    height: 50px;
}


.navbar-default .navbar-brand {
  color: #2e2e2e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2e2e2e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #2e2e2e;
}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 600;
   font-style: normal;
  color: #2e2e2e;
 border: 2px solid transparent;
	-webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e3c121;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #e3c121;
	border: 2px solid transparent;
	background-color: transparent;
	border-radius: 24px;
	background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #2e2e2e;
  background-color: #ccc;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.navbar-default .navbar-toggle {
  border-color: #ddd;
  border: none;
     -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #2e2e2e;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  background-color: #transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #000;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {

  border-color: transparent;
}



/* space between menu items */	

.nav > li > a {
	padding-right: 6px;
	padding-left: 6px;
}


.navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 9px;

}

/* dropdown items */

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #cbe8fa;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 15px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
	border-radius: 24px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
    background-color: #e3c121;
}


.dropdown-menu > li > a {
	font-family: 'Montserrat', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	display: block;
	clear: both;
	font-weight: 500;
	line-height: 1.42857143;
	color: #2e2e2e;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	   	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	border-bottom-right-radius: 14px;
	-webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
    text-decoration: none;
	   	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	border-bottom-right-radius: 14px;
    background-color: #e3c121;
}

/* round left corner of drop down on hover */

.dropdown-menu > li:last-child > a:hover {
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	border-bottom-right-radius: 14px;
    background-color: #e3c121;
}

/* resize top margin under menu */

.pagetopmargin {
    margin-top: 100px;
}



/* Useful container and margin settings */	

.margintop10 {
  margin-top: 20px;
}

.topbotpad60to40{
  padding-top: 60px;
  padding-bottom: 60px;
}

.topbotpad50to30{
  padding-top: 50px;
  padding-bottom: 50px;
}

.topbotpad40to30{
  padding-top: 40px;
  padding-bottom: 40px;
}

.nopad{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
 
}

.nolpad{
  padding-left: 0px;
 
}

.norpad{
  padding-right: 0px;
 
}

.nolrpad{
  padding-left: 0px;
  padding-right: 0px;
 
}

.nomargtop{
  margin-top: 0px;
}

.nopadtop{
  padding-top: 0px;
}

.margtophd{
  margin-top: -8px;
}

/* container colors */

.darkyellow{
background-color: #2e2e2e;
}

.lightyellow{
background-color: #e3c121;
}

.paleyellow{
background-color: #f0ffdb;
}

.white{
background-color: #ffffff;
position: relative;
}

.whiteleftbord{
width: 15px;
height: 100%;
background-color: #fff;
position: absolute;
left: -15px;
top: 0px;
}

.whiterightbord{
width: 15px;
height: 100%;
background-color: #fff;
position: absolute;
right: -15px;
top: 0px;
}

.whitebordtop{
border-top: 30px solid #ffffff;
}



/* Useful Text weights */


.lighttx {
   font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 300;
   font-style: normal;
}

.regtx {
   font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 400;
   font-style: normal;
}


strong {
   font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 700;
   font-style: normal;
}



/* Text sizes */

.vlargehd {
   font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 300;
   font-style: normal;
   font-size: 60px;
   line-height: 1.1;
   margin-bottom: 20px;
}

.largehd {
   font-weight: 300;
   font-style: normal;
   font-size: 42px;
   line-height: 1.0;
   margin-bottom: 20px;
}

.medhd {
   font-weight: normal;
   font-style: normal;
   font-size: 30px;
   line-height: 1.1;
   margin-bottom: 15px;
}

.subhd {
   font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   line-height: 26px;
   margin-bottom: 10px;
}

.smsubhd {
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1.4;
   padding-bottom: 30px;
   margin-bottom: 30px;
   border-bottom: 2px solid #e1bd07;
}

.smhd {
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1.1;
   margin-bottom: 15px;
}

.smallbodtx {
   font-size: 14px;
   line-height: 1.2;
}



.darkyellowtx {
color: #2e2e2e;
}

.lightyellowtx {
color: #e3c121;
}

.paleyellowtx {
color: #f0ffdb;
}

.yellowtx {
color: #fff100;
}

.whitetx {
color: #ffffff;
}

.lessletterspace {
letter-spacing: -0.5px;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 40%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 {
    font-size: 24px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


/* Button styles */

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}

.btn-primary:hover {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

/* ad banner*/

.adban-cont {
background-color: #fff100;
margin-bottom: 30px;
padding-bottom: 0px;
cursor: pointer;
}

.adban {
font-size: 20px;
padding-top: 144px;
padding-bottom: 14px;
position: relative;
}


.adban-cont a {
	transition: color 0.2s ease;
}

.adban-cont a:focus, a:hover {
    color: #2e2e2e;
    text-decoration: none;
}

.adban-body {
padding-top: 10px;
padding-bottom: 10px;
font-size: 18px;
line-height: 1.3;
}

.adban-saleshape {
background-color: #2e2e2e;
border-radius: 0 6% 6% 0 / 85%;
margin-left:4px;
margin-right:0px;
color: #ffffff;
font-size: 14px;
padding: 7px;
padding-top: 4px;
padding-left: 16px;
padding-right: 14px;
position: absolute;
right: 15px;
bottom: 12px;
}

.fa-beat {
  animation:fa-beat 1.75s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.11);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.11);
  }
}




/* Home boxes*/

.twocol-serv {
min-height: 360px;
padding: 30px;
font-size: 18px;
line-height: 1.2;
position: relative;
}

.twocol-serv-pawnbg {
	background-image: url(../images/Home_serv_Pawn_new_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.twocol-serv-travelbg {
	background-color: #D2ECFB;
	background-image: url(../images/Home_serv_Trav_bg.jpg);
	background-size: 850px;
	background-position: left 220px bottom -40px;
	background-repeat: no-repeat;
}

.sellbox {
	padding: 30px;
	padding-top: 32px;
	background-color: #D2ECFB;
	margin-top:30px;
	margin-bottom: 0px;
	background-image: url(../images/sellbg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
	cursor: pointer;
}

.sellbox:hover {
	
	background-image: url(../images/sellbg.png);
	background-position: right -35px bottom;
	background-repeat: no-repeat;
}


.sellvirus {
    padding: 30px;
    padding-top: 30px;
    padding-top: 32px;
    background-color: #D2ECFB;
    margin-top: 30px;
    margin-bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
    cursor: pointer;
}


.sellbkicon {
	padding-top:30px;
}

/* Special Rates table*/

.specwebrate-hd {
font-size: 20px;
line-height: 1.2;
}

.specwebrate-tx {
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px;
}


.specwebrate-tx > tbody > tr > td, .specwebrate-tx > tbody > tr > th, .table > tfoot > tr > td, .specwebrate-tx > tfoot > tr > th, .specwebrate-tx > thead > tr > td, .specwebrate-tx > thead > tr > th {
    padding: 10px;
	font-size: 16px;
	padding-top: 11px;
	padding-left: 0px;
    line-height: 1.15;
    vertical-align: middle;
	border-top: 0px;
    border-bottom: 2px solid #e1bd07;
}



/* Four col services boxes*/

.fourcol-serv-hd {
font-size: 28px;
line-height: 1.1;
margin-bottom: 10px;
color: #fff;
}

.fourcol-serv {
min-height: 250px;
margin-top: 30px;
padding: 20px;
padding-right:50px;
font-size: 14px;
line-height: 1.3;
color: #fff;
background-color: #D2ECFB;
border-top: 0px solid #4eb2ee;
position: relative;
background-size: 500px;
background-position: right bottom;
background-repeat: no-repeat;
-webkit-transition: background-position ease .3s;
-moz-transition: background-position: ease .3s;
-o-transition: background-position: ease .3s;
transition: background-position ease .3s;
}

.fourcol-serv:hover {
  background-position: right -15px bottom;
}

/* swap background service images */

.fourcol-serv-buybacks {
  background-image: url(../images/serv-buyback-bg.jpg);
}

.fourcol-serv-gold {
  background-image: url(../images/serv-gold-bg.jpg);
}

.fourcol-serv-cheque {
  background-image: url(../images/serv-cheque-bg.jpg);
}

.fourcol-serv-jewellery {
  background-image: url(../images/serv-jewel-bg.jpg);
}




/* yellow button*/

.btn-yellow  {
font-size: 14px;
line-height: 15px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 16px;
padding-right: 16px;
color: #2e2e2e;
background-color: #fff100;
border-radius: 0 6% 6% 0 / 85%;
text-decoration: none;
border: none;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
bottom: 0px;
left: 0px;
position: absolute;
}


.fourcol-serv:hover .btn-yellow  {
  color: #2e2e2e;
   background-color: #ffffff;
}


/* white button*/

.btn-white  {
font-size: 14px;
line-height: 15px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 16px;
padding-right: 16px;
color: #ffffff;
background-color: #4eb2ee;
border-radius: 0 6% 6% 0 / 85%;
text-decoration: none;
border: none;
-webkit-transition: background-color color ease .3s;
-moz-transition: background-color color ease .3s;
-o-transition: background-color color ease .3s;
transition: background-color color ease .3s;
bottom: 30px;
left: 30px;
position: absolute;
}

.btn-white:hover {
	color: #2e2e2e;
    background-color:#ffffff;
}

.btn-white-div  {
	margin-top: 20px;
}

.btn-white-intext  {
	bottom: 0px;
	left: 0px;
	position:static;
	display: inline-block;
}

/* dark yellow button*/

.btn-dyellow  {
font-size: 14px;
line-height: 15px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 16px;
padding-right: 16px;
color: #fff100;
background-color: #2e2e2e;
border-radius: 0 6% 6% 0 / 85%;
text-decoration: none;
border: none;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}

.btn-dyellow:hover {
	color: #ffffff;
    background-color: #4eb2ee;
}

/* light yellow button*/

.btn-lyellow  {
font-size: 16px;
line-height: 17px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 16px;
padding-right: 16px;
color: #ffffff;
background-color: #4eb2ee;
border-radius: 0 6% 6% 0 / 85%;
text-decoration: none;
border: none;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}

.btn-lyellow:hover {
	color: #ffffff;
    background-color: #2e2e2e;
}


.servboxmargin {
margin-left: 15px;
margin-right: 15px;
}

/* About us yellow tint area */

.aboutusbox {
	min-height: 350px;
	margin-top: 30px;
	background-color: #D2ECFB;
	padding: 30px;
	background-image: url(../images/homeabout.png);
	background-size: 870px;
	background-position: right 0px bottom;
	background-repeat: no-repeat;

}


/* Our stores map */

.ourstoresmapbox {
	min-height: 350px;
	margin-top: 20px;
	padding: 30px;
	background-image: url(../images/Our_Stores.jpg);
	background-size: 1250px;
	background-position: right bottom;
    background-repeat: no-repeat;
}

.ourstoreslist {
	width: 232px;
	background-color: #ffffff;
	margin-left: -30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-right: 6px solid #fff100;
	position: relative;
}

.ourstoreslist-linetop {
	width: 70px;
	height: 6px;
	background-color: #fff100;
	right: 0px;
	top: 0px;
	position: absolute;
}

.ourstoreslist-linebot {
	width: 70px;
	height: 6px;
	background-color: #fff100;
	right: 0px;
	bottom: 0px;
	position: absolute;
}







/* FOOTER items*/


.complaintsarea {
   font-size: 14px;
   color: #fff;
}

.complaintsarea a {
    color: inherit;
    text-decoration: none;
	transition: color 0.3s ease;
}

.complaintsarea a:focus, .complaintsarea a:hover {
    color: #fff100;
    text-decoration: none;
}


.footer {
font-size: 14px;
background-color: #2e2e2e;
}

.footpad{
  padding-top: 60px;
  padding-bottom: 60px;
}

.footerline {
min-height: 200px;
border-right: 1px solid #4eb2ee;
}

.footersm a {
	color: #fff;
	font-size: 22px;
	margin-right: 12px;
	display: inline;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.footersm a:link {
	color: #fff;
	text-decoration: none;
}
.footersm a:hover {
	color: #4eb2ee;
}


.footerhd {
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
padding-bottom: 12px;
color: #fff100;
}

.footer ul {
margin-bottom: 20px;
}

.footer li a {
color: #ffffff;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}

.footer li a:hover {
color: #4eb2ee;
text-decoration:none;
}

.footertwo {
border-top: 1px solid #ffffff;
}

.npalogo {
width: 40px;
margin-top: 15px;
display: block;
}



/* Template Items Two Columns*/

.temphd {
padding-top: 230px;
padding-bottom: 80px;
background-color: #d1ca00;
color: #fff;
}

/* ---------------Image Headers-------------------- */

.temphdtest {
	background-image: url(../images/hd-test.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}

.temphdpawn {
	background-image: url(../images/hd-pawn.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}

.temphdbuybacks {
	background-image: url(../images/hd-buyback.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}

.temphdgold {
	background-image: url(https://pipersgold.es/landing/img/donde-vender-oro-malaga-pipersgold.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}

.temphdsilver {
    background-image: url(https://pipersgold.es/landing/img/donde-vender-plata-malaga-pipersgold.jpg);
    background-position: right -150px bottom;
    background-repeat: no-repeat;
}

.temphdfuengirola {
	background-image: url(https://pipersgold.es/landing/img/donde-vender-oro-fuengirola-pipersgold.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}

.temphddivisas {
background-image: url(https://pipersgold.es/img/money-exchange-cambio-divisas-pipers.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}




.temphdcheques {
	background-image: url(../images/hd-cheques.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}

.temphdjewellery {
	background-image: url(../images/hd-jewellery.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}

.temphdfx {
	background-image: url(../images/hd-fx.jpg);
	background-position: right -150px bottom;
	background-repeat: no-repeat;
}


.blockhdtx {
font-size: 30px;
line-height: 30px;
font-family: ''Montserrat'', Arial, sans-serif;
font-weight: 400;
font-style: normal;
}

.bulletsblock{
	padding: 20px;
	margin-bottom: 30px;
	background-color: #f0ffdb;
	position: relative
}

.bulletsblock ul {
list-style-type: square;
margin-left: 15px;
padding-left: 0px;
}

.bulletsblock li  {
color: #2e2e2e;
}


.storesopenblockhd {
color: #2e2e2e;
padding: 20px;
padding-top: 20px;
padding-bottom: 16px;
margin-top: 30px;
background-color: #f0ffdb;
border-bottom: 2px solid #e1bd07;
}

.storesopenblock{
	font-size: 16px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #f0ffdb;
	position: relative

}

.storesopenblock ul {
list-style-type:none;
margin-left: 0px;
padding-left: 0px;
}

.storesopenblock li a {
color: #2e2e2e;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}

.storesopenblock li a:hover {
color: #4eb2ee;
text-decoration:none;
}

.storesopentimes{
	left: 110px;
	position: absolute;
	display: inline;

}

.storeslocblockhd {
color: #2e2e2e;
padding: 20px;
padding-top: 20px;
padding-bottom: 18px;
margin-top: 30px;
background-color: #fff100;
}

.storeslocblock{
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fef9b0;
}

/* Rates Right block items*/

.Rateshd {
color: #fff;
padding: 20px;
padding-top: 20px;
padding-bottom: 18px;
background-color: #2e2e2e;
}

.Ratesblock {
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 400;
font-style: normal;
background-color: #f0ffdb;
margin-bottom: 30px;
padding: 20px;
padding-top: 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
	padding-top: 11px;
	padding-left: 0px;
    line-height: 1.15;
    vertical-align: middle;
	border-top: 0px;
    border-bottom: 2px solid #e1bd07;
}

.table-nobotborder {
    border-bottom: 0px solid #e1bd07;
}

.Ratespergram {
font-size: 11px;
padding-left: 8px;
}

.Rateswepay {
font-size: 11px;
margin-top: 4px;
}

.Ratesviewall {
font-size: 16px;
line-height: 18px;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 700;
font-style: normal;
color: #2e2e2e;
}

.storesdrop{
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff100;
	padding: 5px;
	padding-top: 13px;
	padding-bottom: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}

.storesdrop > li > a {
	font-family: 'Montserrat', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	display: block;
	font-size: 14px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #2e2e2e;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.storebtn {
height: 44px;
color: #2e2e2e;
font-size: 15px;
padding: 12px;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 600;
font-style: normal;
float: left;
background-color:  #ffffff;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-btop-left-radius: 0px;
}

.storebtntog {
height: 44px;
color: #2e2e2e;
background-color:  #fff100;
-webkit-border-top-right-radius: 22px;
-moz-border-radius-topright: 22px;
border-top-right-radius: 22px;
-webkit-border-bottom-right-radius: 22px;
-moz-border-radius-bottomright: 22px;
border-bottom-right-radius: 22px;
border: 0px;
}


.storesdrop  > li > a:focus, .storesdrop  > li > a:hover {
	color: #4eb2ee;
    text-decoration: none;
	   	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
    background-color: transparent;
}

.storesdrop > li:last-child > a:hover {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
     background-color: transparent;
}


.btn-reserve  {
	font-size: 11px;
	line-height: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-right: 7px;
    color: #fff;
    background-color: #4EB2EE;
	border-radius: 0 6% 6% 0 / 85%;
	text-decoration: none;
    border: none;
	-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}

.btn-reserve:hover {
    color: #fff;
    background-color: #2e2e2e;
}


.storesblockitem {
	min-height: 250px;
	background-color: #f0ffdb;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 170px;
	background-image: url(../images/temp_Stores.jpg);
	background-size: 1100px;
	background-repeat: no-repeat;
	background-position: right -90px center;
}

.Storeshd {
font-size: 30px;
line-height: 30px;
color: #fff;
padding: 20px;
padding-top: 20px;
padding-bottom: 18px;
background-color: #4EB2EE;
}

.Storesimg {
margin-top: 30px;
margin-bottom: 30px;
}

/* Services templates*/

.howworksno {
color: #2e2e2e;
width: 60px;
height: 60px;
font-size: 30px;
line-height: 1.1;
padding-top: 16px;
border-radius: 0 22% 22% 0 / 100%;
background-color: #fff100;
text-align: center;
}

.howworksline {
height: 2px;
background-color: #fff100;
margin-bottom: 20px;
}

.serv-image {
font-weight: 300;
min-height: 360px;
margin-top: 30px;
color: #fff;
padding: 30px;
padding-right: 50%;
font-size: 48px;
line-height: 1.0;
border-left: 15px solid #fff100;
}

/* Services page images*/

.serv-image-pawnbg {
	background-image: url(../images/Home_serv_Pawn_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-pawnbg2 {
	background-image: url(../images/Pawn_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-buybackbg {
	background-image: url(../images/Buyback_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-buygoldbg {
	background-image: url(../images/buygold_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-Chequebg {
	background-image: url(../images/Cheque_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-jewelbg {
	background-image: url(../images/Jewel_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.dividerline {
height: 2px;
background-color: #e1bd07;
margin-bottom: 30px;
}


/* Click and collect items */

.stage {
width: 33.3%;
padding: 5px;
padding-top: 8px;
padding-bottom: 7px;
color: #4eb2ee;
background-color: #f0ffdb;
margin-bottom: 10px;
text-align: center;
float: left;
}

.stage-active {
color: #fff;
background-color: #4eb2ee;
}

.stage-icon {
font-size: 20px;
display: block;
padding-bottom: 0px;

}

.dottedbox {
padding: 12px;
border: 3px dotted #4eb2ee;

}

label {
    display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
    max-width: 100%;
	margin-top: 10px;
    margin-bottom: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2e2e2e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #4eb2ee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.rates {
	font-weight: normal;
	font-style: normal;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2e2e2e;
    background-color: #fff;
    background-image: none;
    border: 2px solid #4eb2ee;
    border-radius: 0px;
}



/* back to top arrow */

.back-to-top {
cursor: pointer;
position: fixed;
bottom: 0;
right: 20px;
display:none;
z-index: 1001;
}

.btn-backtop {
	 padding: 13px 13px;
	font-size: 18px;
	width: 50px;
	height: 50px;
    line-height: 1.3333333;
    border-radius: 25px;
    color: #fff;
	background: #4eb2ee;
filter:alpha(opacity=60); /* IE */
-moz-opacity:0.6; /* Mozilla */
opacity: 0.6; /* CSS3 */
    

}


.btn-backtop:focus, .btn-backtop:hover {
    color: #fff;
	outline: 0;
    background-color: #00AEEF;
	filter:alpha(opacity=100); /* IE */
-moz-opacity:1.0; /* Mozilla */
opacity: 1.0; /* CSS3 */

}


@media (max-width: 1199px) {
	
/* nav bar CC Logo */

.navbar-brand img {
	margin-top: 4px;
	width: auto;
    height: 41px;
}

/* Four col services boxes*/

.fourcol-serv-hd {
font-size: 22px;
line-height: 1.1;
}

.fourcol-serv {
padding-right:20px;
}
	
.twocol-serv-pawnbg {
	background-image: url(../images/Home_serv_Pawn_new_bg.jpg);
	background-position: right -95px bottom;
	background-repeat: no-repeat;
}

.twocol-serv-travelbg {
	background-color: #D2ECFB;
	background-image: url(../images/Home_serv_Trav_bg.jpg);
	background-size: 700px;
	background-position: left -60px bottom -200px;
	background-repeat: no-repeat;
}	

.sellbox {
	font-size: 48px;
	padding: 30px;
	padding-top: 32px;
	background-color: #D2ECFB;
	margin-top:30px;
	margin-bottom: 0px;
	background-image: url(../images/sellbg.png);
	background-size: 960px;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
	cursor: pointer;
}

.specwebrate-hd {
line-height: 1.2;
}

/* About us yellow tint area */

.aboutusbox {
	background-image: url(../images/homeabout.png);
	background-size: 820px;
	background-position: right -0px bottom;
	background-repeat: no-repeat;

}
	
.storesblockitem {
	background-image: url(../images/temp_Stores.jpg);
	background-size: 1000px;
	background-repeat: no-repeat;
	background-position: right -100px center;
}

.rightcolpad {
	margin-top: 0px;
}

/* images Header */

.temphdtest {
	background-image: url(../images/hd-test.jpg);
	background-size: 1840px;
	background-position: right -270px bottom;
	background-repeat: no-repeat;

}

.temphdpawn {
	background-image: url(../images/hd-pawn.jpg);
	background-size: 1840px;
	background-position: right -270px bottom;
	background-repeat: no-repeat;
}

.temphdbuybacks {
	background-image: url(../images/hd-buyback.jpg);
	background-size: 1840px;
	background-position: right -270px bottom;
	background-repeat: no-repeat;
}

.temphdgold {
	background-image: url(../images/hd-gold.jpg);
	background-size: 1840px;
	background-position: right -270px bottom;
	background-repeat: no-repeat;
}

.temphdcheques {
	background-image: url(../images/hd-cheques.jpg);
	background-size: 1840px;
	background-position: right -270px bottom;
	background-repeat: no-repeat;
}

.temphdjewellery {
	background-image: url(../images/hd-jewellery.jpg);
	background-size: 1840px;
	background-position: right -270px bottom;
	background-repeat: no-repeat;
}

.temphdfx {
	background-image: url(../images/hd-fx.jpg);
	background-size: 1840px;
	background-position: right -270px bottom;
	background-repeat: no-repeat;
}




/* Service pages */

.serv-image {
min-height: 360px;
margin-top: 30px;
color: #fff;
padding: 30px;
padding-right: 40%;
font-size: 48px;
line-height: 1.1;
border-left: 15px solid #fff100;
}


	


}


@media (max-width: 991px) {
	
	.home {
background: #ffffff; /* Old browsers */
}

.whiteleftbord{
width: 0px;
}

.whiterightbord{
width: 0px;
}

.whitebordtop{
border-top: 0px solid #ffffff;
}

	
	.navbar-brand {
	padding-top: 0px;
}
	
	
	
/* BS fix for menu to collapse below 992 */	

	.navbar-right {
    float: right !important;
    margin-right: 0px;
}

/* collapse nav bar height for smaller widths*/

.navbar-default {
	
	padding-top: 15px;
	padding-bottom: 15px;
    border: 0px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: #fff;
    border-color: #fff;
}



  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0px solid transparent;
      box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 0px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
	  
  }
  .navbar-nav >li {
	    
      float: none;
  }
  .navbar-default .navbar-nav > li >a {
	  font-size: 15px;
	  padding-left: 0px;
	  padding-right: 0px;
      padding-top: 6px;
      padding-bottom: 6px;
  }



  .collapse.in{
      display:block !important;
	  
  }
  
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: none;
 

}



/* change drop down styles to also collapse below 992 */
  
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2e2e2e;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #4eb2ee;
    background-color: transparent;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}  

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
	
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #4eb2ee;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #4eb2ee;
	border: 2px solid transparent;
	background-color: transparent;
	border-radius: 24px;
	background-color: #fff;
}


/* ad banner*/

.adban-cont {
background-color: #fff100;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 26px;
padding-bottom: 0px;
cursor: pointer;
}

.adban {
font-size: 16px;
padding-top: 92px;
padding-bottom: 12px;
}

.adban-saleshape {
background-color: #2e2e2e;
border-radius: 0 6% 6% 0 / 85%;
margin-left:4px;
margin-right:0px;
color: #ffffff;
font-size: 12px;
padding: 7px;
padding-top: 4px;
padding-left: 16px;
padding-right: 14px;
position: absolute;
right: 15px;
bottom: 10px;
}



.pagetopmargin {
    margin-top: 60px;
}

.topmargin20 {
margin-top: 20px;
}

.topbotpad60to40{
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Text sizes */

.vlargehd {
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
   line-height: 1.05;
   margin-bottom: 20px;
   margin-left: 0px;
}

.temphd {
padding-top: 140px;
padding-bottom: 30px;
}

.rightcolpad {
    margin-top: 30px;
}

/* images Header */

.temphdtest {
	background-image: url(../images/hd-test.jpg);
	background-position: right -150px bottom;
  background-size: 1220px;
  background-repeat: no-repeat;

}

.temphdpawn {
	background-image: url(../images/hd-pawn.jpg);
	background-position: right -150px bottom;
  background-size: 1220px;
  background-repeat: no-repeat;

}

.temphdbuybacks {
	background-image: url(../images/hd-buyback.jpg);
	background-position: right -150px bottom;
  background-size: 1220px;
  background-repeat: no-repeat;

}


.temphdgold {
	background-image: url(../images/hd-gold.jpg);
	background-position: right -150px bottom;
  background-size: 1220px;
  background-repeat: no-repeat;

}

.temphdcheques {
	background-image: url(../images/hd-cheques.jpg);
	background-position: right -150px bottom;
  background-size: 1220px;
  background-repeat: no-repeat;

}

.temphdjewellery {
	background-image: url(../images/hd-jewellery.jpg);
	background-position: right -150px bottom;
  background-size: 1220px;
  background-repeat: no-repeat;

}

.temphdfx{
	background-image: url(../images/hd-fx.jpg);
	background-position: right -150px bottom;
  background-size: 1170px;
  background-repeat: no-repeat;

}

/* Four col services boxes*/

.fourcol-serv-hd {
font-size: 30px;
line-height: 1.1;
}

.fourcol-serv {
padding-right:20px;
}


.twocol-serv-pawnbg {
	background-image: url(../images/Home_serv_Pawn_new_bg.jpg);
	background-position: right 0px bottom;
	background-repeat: no-repeat;
}

.twocol-serv-travelbg {
	padding-bottom: 375px;
	background-size: 880px;
	background-position: right -520px bottom -10px;
	background-repeat: no-repeat;
}

.sellbox {
	font-size: 16px;
	padding: 30px;
	padding-top: 32px;
	background-color: #D2ECFB;
	margin-top:20px;
	margin-bottom: 0px;
	background-image: url(../images/sellbg.png);
	background-size: 680px;
	background-position: right -60px bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sellbkicon {
	padding-top:22px;
}
	
.sellvirus {
	margin-top: 20px;
}
	


.fourcol-serv {
background-size: 570px;
background-position: right bottom;
margin-top: 20px;
}


.aboutusbox {
	margin-top: 20px;
	background-image: url(../images/homeabout.png);
	background-size: 860px;
	background-position: right -120px bottom;
	background-repeat: no-repeat;

}



.ourstoresmapbox {
	min-height: 350px;
	margin-top: 10px;
	padding: 30px;
	background-image: url(../images/Our_Stores.jpg);
	background-size: 1100px;
	background-position: right -40px bottom;
    background-repeat: no-repeat;
}



.Ratesblock {
padding: 20px;
padding-top: 10px;
padding-bottom: 20px;
}

label {
    display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
    max-width: 100%;
	margin-top: 12px;
    margin-bottom: 3px;
}

.labelcol2up {
	margin-top: -14px;
   
}







  
}




@media (max-width: 767px) {
	
   body {
   font-size: 15px;
      padding-top: 0px;
}

.navbar-brand {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}



  .navbar-default .navbar-nav > li >a {

	  padding-left: 15px;
  }
  
  
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 235px;
}



/* Useful container and margin settings */	

.topbotpad60to40{
  padding-top: 20px;
  padding-bottom: 20px;
}

.topbotpad50to30{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.topbotpad40to30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.nolrpadmob{
  padding-left: 0px;
  padding-right: 0px;
 
}

.pagetopmargin {
    margin-top: 80px;
}


/* Text sizes */

.vlargehd {
    color:#000;
   font-weight: normal;
   font-style: normal;
   font-size: 40px;
   line-height: 1.05;
   margin-bottom: 20px;
   margin-left: 0px;
}

.largehd {
   font-weight: normal;
   font-style: normal;
   font-size: 40px;
   line-height: 1.05;
   margin-bottom: 15px;
}

.medhd {
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1.1;
   margin-bottom: 15px;
}

.subhd {
   font-style: normal;
   font-size: 20px;
   line-height: 26px;
   margin-bottom: 10px;
}

.smsubhd {
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 1.3;
   padding-bottom: 30px;
   margin-bottom: 30px;
   border-bottom: 2px solid #e1bd07;
}

.smhd {
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 1.1;
}

/* Carousel Header Styles */

.header-text h2 {
    font-size: 24px;
}

.header-text h3 {
    font-size: 16px;
}


/* Home boxes*/

.twocol-serv {
font-size: 16px;
line-height: 1.2;
padding: 20px;
}

.twocol-serv-pawnbg {
	min-height: 280px;
	background-image: url(../images/Home_serv_Pawn_new_bg.jpg);
	background-size: 750px;
	background-position: right -25px bottom;
	background-repeat: no-repeat;
}

.twocol-serv-travelbg {
	background-color: #D2ECFB;
	padding-bottom: 60px;
	background-image: url(../images/Home_serv_Trav_bg.jpg);
	background-size: 880px;
	background-position: right -520px bottom -10px;
	background-repeat: no-repeat;
}

.sellbox {
	padding: 20px;
	padding-top: 22px;
	background-color: #D2ECFB;
	margin-top:20px;
	margin-bottom: 0px;
	background-image: url(../images/sellbg.png);
	background-size: 570px;
	background-position: right -55px bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
.sellvirus {
	padding: 20px;
	padding-top: 22px;
}
	
.sellvirus-space{
	margin-top: 20px;
}

/* Four col services boxes*/

.fourcol-serv-hd {
font-size: 36px;
line-height: 1.1;
}

.fourcol-serv {
font-size: 18px;
padding-right: 170px;
background-size: 750px;
background-position: right bottom;
}





/* about us box*/



.aboutusbox {
	margin-top: 20px;
	padding: 20px;
	padding-right: 160px;
	padding-bottom: 120px;
	background-image: url(../images/homeabout.png);
	background-size: 560px;
	background-position: right 0px bottom -35px;
	background-repeat: no-repeat;

}


/* stores list map*/

.ourstoresmapbox {
	min-height: 300px;
	margin-top: 20px;
	padding: 20px;
	background-image: url(../images/Our_Stores.jpg);
	background-size: 960px;
	background-position: right -40px bottom;
    background-repeat: no-repeat;
}

.ourstoreslist {
	width: 180px;
	background-color: #ffffff;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-right: 6px solid #fff100;
	position: relative;
}



/* white button*/

.btn-white  {
bottom: 20px;
left: 20px;
}


.specwebrate-hd {
line-height: 1.2;
letter-spacing: 0px;
margin-top: 20px;
padding-top: 15px;
padding-bottom: 5px;
border-top: 4px solid #4eb2ee;
}

.specwebrate-tx > tbody > tr > td, .specwebrate-tx > tbody > tr > th, .table > tfoot > tr > td, .specwebrate-tx > tfoot > tr > th, .specwebrate-tx > thead > tr > td, .specwebrate-tx > thead > tr > th {
    padding: 7px;
	font-size: 16px;
	padding-top: 8px;
	padding-left: 0px;
    line-height: 1.15;
    vertical-align: middle;
	border-top: 0px;
    border-bottom: 2px solid #e1bd07;
}

.complaintsarea {
   font-size: 11px;
   line-height: 15px;
   color: #fff;
}

.footer {
font-style: normal;
font-size: 15px;
line-height: 22px;
}

.footpad{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px
}

.footerhd {
font-style: normal;
font-size: 16px;
padding-bottom: 8px;
color: #fff100;
}

.footer ul {
padding-bottom: 20px;
border-bottom: 1px solid #4eb2ee;
}

.footersm a {
	font-size: 18px;
	margin-right: 12px;
}

.footerline {
min-height: auto;
border-right: 0px solid #4eb2ee;
}


/* Template  */

.temphd {
    padding-top: 130px;
    padding-bottom: 20px;
}

.temphdgold {
background-image: url(https://pipersgold.es/img/donde-vender-oro-malaga-pipersgold.jpg);
background-position: right -135px bottom;
background-size: 1000px;
background-repeat: no-repeat;
}

.temphdsilver {
background-image: url(https://pipersgold.es/landing/img/donde-vender-plata-malaga-pipersgold.jpg);
background-position: right -135px bottom;
background-size: 1000px;
background-repeat: no-repeat;
}

.temphdfuengirola {
background-image: url(https://pipersgold.es/img/donde-vender-oro-fuengirola-pipersgold.jpg);
background-position: right -135px bottom;
background-size: 1000px;
background-repeat: no-repeat;
}

.temphddivisas {
background-image: url(https://pipersgold.es/img/money-exchange-cambio-divisas-pipers.jpg);
background-position: right -135px bottom;
background-size: 1000px;
background-repeat: no-repeat;
}

.Storesimg {
margin-bottom: 20px;
}

.bulletsblock{
	margin-bottom: 20px;
}

.storesopenblockhd {
margin-top: 20px;
}

.storesopenblock {
    margin-bottom: 20px;
}

.storeslocblockhd {
margin-top: 20px;
}

.storeslocblock {
    margin-bottom: 20px;
}

.rightcolpad {
    margin-top: 20px;
}



.rightcoltop {
	margin-top: 40px;
}

.blockhdtx {
font-size: 26px;
line-height: 26px;
font-weight: 400;
font-style: normal;
}

.Ratesblock {
padding: 20px;
padding-top: 10px;
margin-bottom: 20px;
}

/* Services templates*/

.howworksno {
color: #2e2e2e;
width: 40px;
height: 40px;
font-size: 24px;
line-height: 1.1;
padding-top: 9px;
background-color: #fff100;
text-align: center;
}

.serv-image {
min-height: 40%;
margin-top: 20px;
color: #fff;
padding: 25px;
padding-bottom: 15%;
padding-right: 40%;
font-size: 36px;
line-height: 1.1;
border-left: 10px solid #fff100;
}

.serv-image-pawnbg {
	background-image: url(../images/Home_serv_Pawn_bg.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-pawnbg2 {
	background-image: url(../images/Pawn_bg.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}


.serv-image-buybackbg {
	background-image: url(../images/Buyback_bg.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-buygoldbg {
	background-image: url(../images/buygold_bg.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-Chequebg {
	background-image: url(../images/Cheque_bg.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-jewelbg {
	background-image: url(../images/jewel_bg.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}









}
 


	


@media (max-width: 599px) {
	
.temphdtest {
	background-image: none;
	background-color: #d1ca00;
}

.temphdpawn {
	background-image: none;
	background-color: #d1ca00;
}

.temphdbuybacks {
	background-image: none;
	background-color: #d1ca00;
}

.temphdgold, .temphdsilver, .temphdfuengirola, .temphddivisas {
    background-blend-mode: overlay;
	background-color: #d1ca00;
}


.temphdcheques {
	background-image: none;
	background-color: #d1ca00;
}

.temphdjewellery {
	background-image: none;
	background-color: #d1ca00;
}

.temphdfx{
	background-image: none;
	background-color: #d1ca00;
}

.sellbox {
	padding: 20px;
	padding-top: 22px;
	background-color: #D2ECFB;
	margin-top:20px;
	margin-bottom: 0px;
	background-image: url(../images/sellbg.png);
	background-size: 620px;
	background-position: right -180px bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sellbox:hover {
	background-image: url(../images/sellbg.png);
	background-position: right -180px bottom;
}




.serv-image {
min-height: 40%;
margin-top: 20px;
color: #fff;
padding: 18px;
padding-bottom: 230px;
padding-right: 18px;
font-size: 32px;
line-height: 1.1;
border-left: 6px solid #fff100;
}

.serv-image-pawnbg2 {
	background-image: url(../images/Pawn_bg.jpg);
	background-color: #d1ca00;
	background-size: 700px;
	background-position: right bottom;
	background-repeat: no-repeat;
}


.aboutusbox {
	min-height: auto;
	margin-top: 20px;
	padding: 20px;
	padding-right: 50px;
	padding-bottom: 140px;
	background-image: url(../images/homeabout.png);
	background-size: 500px;
	background-position: right -30px bottom -20px;
	background-repeat: no-repeat;

}

}

@media (max-width: 479px) {
	
/* nav bar CC Logo */

.navbar-brand img {
	width: auto;
    height: 31px;
	margin-top: 9px;
}
	
	
.largehd {
   font-weight: normal;
   font-style: normal;
   font-size: 30px;
   line-height: 1.05;
   margin-bottom: 15px;
}

.padright50{
  padding-right: 30%;
}

/* ad banner*/

.adban-cont {
margin-bottom: 20px;
}

.adban {
font-size: 13px;
font-weight: 500;
padding-top: 92px;
padding-bottom: 12px;
}

.adban-saleshape {
background-color: #2e2e2e;
border-radius: 0 6% 6% 0 / 85%;
margin-left:4px;
margin-right:0px;
color: #ffffff;
font-size: 11px;
padding: 5px;
padding-top: 2px;
padding-left: 7px;
padding-right: 6px;
position: absolute;
right: 14px;
bottom: 10px;
}




	
/* Home boxes*/

.twocol-serv {
font-size: 15px;
line-height: 1.2;
}
	
	.twocol-serv-pawnbg {
	min-height: 260px;
	background-image: url(../images/Home_serv_Pawn_new_bg.jpg);
	background-size: cover;
	background-position: right -60px bottom;
	background-repeat: no-repeat;
}

.twocol-serv-travelbg {
	background-color: #D2ECFB;
	padding-bottom: 30px;
	background-image: url(../images/Home_serv_Trav_bg.jpg);
	background-size: 800px;
	background-position: left 10px bottom;
	background-repeat: no-repeat;
}

.sellbox {
	font-size: 16px;
	padding: 20px;
	padding-top: 22px;
	background-color: #D2ECFB;
	margin-top:20px;
	margin-bottom: 0px;
	background-image: url(../images/sellbg.png);
	background-size: 500px;
	background-position: right -180px bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sellbox:hover {
	background-image: url(../images/sellbg.png);
	background-position: right -200px bottom;
}

.sellbkicon {
	padding-top:16px;
}

	
	.storesblockitem {
	background-image: url(../images/temp_Stores.jpg);
	background-size: 1000px;
	background-repeat: no-repeat;
	background-position: right -110px center;
}



/* Four col services boxes*/

.fourcol-serv-hd {
font-size: 28px;
line-height: 1.1;
}

.fourcol-serv {
font-size: 18px;
padding-right: 80px;
background-size: 500px;
background-position: right bottom;
}

.aboutusbox {
	min-height: auto;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 95px;
	background-image: url(../images/homeabout.png);
	background-size: 380px;
	background-position: right -30px bottom -20px;
	background-repeat: no-repeat;

}

.ourstoresmapbox {
	min-height: 250px;
	margin-top: 20px;
	padding: 20px;
	background-image: url(../images/Our_Stores.jpg);
	background-size: 760px;
	background-position: right -110px bottom;
    background-repeat: no-repeat;
}


.serv-image-pawnbg {
	background-image: url(../images/Home_serv_Pawn_bg.jpg);
	background-color: #d1ca00;
	background-size: 700px;
	background-position: right bottom;
	background-repeat: no-repeat;
}


.serv-image-pawnbg2 {
	background-image: url(../images/Pawn_bg.jpg);
	background-color: #d1ca00;
	background-size: 700px;
	background-position: right bottom;
	background-repeat: no-repeat;
}


.serv-image-buybackbg {
	background-image: url(../images/Buyback_bg.jpg);
	background-color: #d1ca00;
	background-size: 650px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-buygoldbg {
	background-image: url(../images/buygold_bg.jpg);
	background-color: #d1ca00;
	background-size: 720px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-Chequebg {
	background-image: url(../images/Cheque_bg.jpg);
	background-color: #d1ca00;
	background-size: 650px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.serv-image-jewelbg {
	background-image: url(../images/jewel_bg.jpg);
	background-color: #d1ca00;
	background-size: 700px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.btn-dyellow {
width: 100%;

}



/* break title so right icon fits on line */
.breakmob {
	max-width: 200px;
}

/* Click and collect items v*/

.stage {
width: 33.3%;
font-size: 13px;
padding: 8px;
margin-bottom: 20px;
}


.stage-icon {
font-size: 20px;
display: block;
padding-bottom: 0px;

}
	
}

/*! CSS CTA final prefooter ; media=all */
@media all{
a{text-decoration:none;}
img{max-width:100%;}
.container_inner{width:1300px;margin:0 auto;}
.section-03{background: linear-gradient(180deg, #ffffff 10.19%, #d1ca00 100%);;padding-top:50px;background-size:100%100%;padding:30px 0px 30px 0px;padding-bottom:0;background-color:#FCFAF8;}
.section-03 .container_inner{display:flex;}
.section-03 .container_inner div{width:50%;display:flex;flex-direction:column;justify-content:center;}
.section-03 .container_inner img{max-width:75%;margin:0 auto;display:block;}
.ctafont{text-align:center;font-size:36px;line-height:42px;font-style:normal;font-weight:700;text-transform:none;margin:0;margin-bottom:0px;color:#423D33;}
.ctafont1{text-align:left;color:#AF6D00;font-size:28px;text-transform:uppercase;}
.ctafont2{color:black;font-size:45px;text-transform:uppercase;margin-top:5px;display:block;margin-bottom:15px;}
.ctafont3 span{color:black;font-size:25px;}
.ctafont3{text-align:left;background-image:url(https://pipersgold.es/landing/img/btnf.png);background-size:100% 100%;background-position:center;max-width:max-content;color:white;padding:14px 25px;margin-top:9px;margin-bottom:70px;}
@media (max-width: 1390px){
.container_inner{width:100%;padding:0 45px;box-sizing:border-box;}
}
@media (max-width: 978px){
.section-03 .container_inner{width:768px;margin:0 auto;padding:0 45px;box-sizing:border-box;}
}
@media (max-width: 768px){
.section-03 .container_inner{width:600px;padding:0px 0px 0px 0px;}
.section-03{display:none;}
}
@media (max-width: 600px){
.section-03 .container_inner{width:420px;padding:0px 0px 0px 0px;}
}
@media (max-width: 480px){
.section-03 .container_inner{width:300px;padding:0px 0px 0px 0px;}
}
}

/*! CSS botones */
@media all{
*,::after,::before{box-sizing:border-box;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{overflow:visible;}
button{text-transform:none;}
[type=button],button{-webkit-appearance:button;}
[type=button]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
.btn{display:inline-block;font-weight:400;color:#1d1d1d;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.75rem 2.25rem;font-size:2rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media screen and (prefers-reduced-motion:reduce){
.btn{transition:none;}
}
.btn:hover{color:#1d1d1d;text-decoration:none;}
.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(30,72,188,.25);}
.btn:disabled{opacity:.65;}
.btn-primary{color:#000;background-color:#e6e003;border-color:#e1bd07;}
.btn-primary:hover{color:#000;background-color:#f2ea00;transform: scale(1.025);border-color:#e1bd07;}
.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(64,99,198,.5);}
.btn-primary:disabled{color:#fff;background-color:#e6e003;border-color:#e1bd07;}
.w-100{width:100%!important;}
.mt-3{margin-top:1rem!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
}
.btn{   font-family: 'Montserrat', Arial, sans-serif;}
.btn:focus{box-shadow:none;}
.formulario-modal-landing .block-form ::placeholder{color:rgba(108,115,122,.5);opacity:1;letter-spacing:.06rem;}
.formulario-modal-landing .block-form :-ms-input-placeholder{color:rgba(108,115,122,.5);letter-spacing:.06rem;}
.formulario-modal-landing .block-form ::-ms-input-placeholder{color:rgba(108,115,122,.5);letter-spacing:.06rem;}
.formulario-modal-landing .block-form #btn-contactar-mvc{font-size:2rem;}
}

/*IMAGENES COMPRO PLATA*/
.mtop img {
    margin-top: 25px;
}
/*FIN IMAGENES COMPRO PLATA*/