.cd-top{display:inline-block;height:40px;width:40px;position:fixed;z-index:9999;bottom:40px;right:10px;box-shadow:0 0 10px rgba(0, 0, 0, 0.05);overflow:hidden;text-indent:100%;white-space:nowrap;background:rgba(44, 42, 42, 0.9) url(../images/cd-top-arrow.svg) no-repeat center 50%;visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s, visibility 0s .3s;-moz-transition:opacity .3s 0s, visibility 0s .3s;transition:opacity .3s 0s, visibility 0s .3s;border-radius:50%;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{-webkit-transition:opacity .3s 0s, visibility 0s 0s;-moz-transition:opacity .3s 0s, visibility 0s 0s;transition:opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible{visibility:visible;opacity:1;}
.cd-top.cd-fade-out{opacity:.7;}
.no-touch .cd-top:hover{background-color:#a29061;opacity:1;}
@media only screen and (min-width:768px){.cd-top{right:20px;bottom:20px;}
}
@media only screen and (min-width:1024px){.cd-top{height:60px;width:60px;right:30px;bottom:30px;}
}


.embed-responsive {
	margin-bottom: 30px;
}





.modal-backdrop {
	z-index: 1030;
}
.contact-panel {
    padding-top: 0px !important;
    padding-bottom: 0px!important;
}
.well.well-gold {
    border-radius: 0 !important;
    border: 0;
    box-shadow: none !important;
}
.modal-content {
    box-shadow: none !important;
    border: 0 !important;
}
/*
.modal-dialog {
    max-width: 570px;
}
*/
button.close {
    background-color: #2c2a2a;
    opacity: 1 !important;
    text-shadow: none;
    color: #fff !important;
    font-weight: 100;
    right: -15px;
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
	 outline: none !important;
}
.well.well-gold .choice__text{
	text-align: left;
	font-size: 12px;
	padding-top: 15px;
	float: left;
}
.well.well-gold p{
	text-align: left;
	font-size: 12px;
	float: left;
}
.well.well-gold p a{
	color: #333333;
	text-decoration: underline;
}
.well.well-gold input, .well.well-gold textarea{
    border-radius: 0;
    height: 40px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
}
.well.well-gold textarea {
    padding-top: 13px;
    height: 100px;
}
button#saveForm {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(248, 247, 242);
  background-color: rgba(255, 255, 255, 0);
  width: 201px;
  height: 40px;
  font-size: 12px;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  color: rgb(248, 247, 242);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
      border-radius: 0;
	  margin-top: 32px;
	      outline: none !important;
}
.well.well-gold .form-group{
	margin-bottom:8px;
	 text-align: left;
}

button#saveForm:hover {
    background-color: #907e51;
    border-color: #907e51;
}
.get-a-quote {
    font-size: 11px;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    color: rgb(248, 247, 242);
    text-transform: uppercase;
    line-height: 2.143;
    background-color: rgb(162, 144, 97);
    width: 164px;
    height: 40px;
    border-radius: 0;
    position: fixed;
    right: auto;
    left: 0px;
    top: 0px;
    z-index: 1030;
    padding: 0 12px 0 12px;
    border: 0 !important;
    outline: none !important;
    font-weight: 600;
    text-align: center;
	animation: colorchange 50s; /* animation-name followed by duration in seconds*/
    /* you could also use milliseconds (ms) or something like 2.5s */
    -webkit-animation: colorchange 50s; /* Chrome and Safari */
}
@keyframes colorchange
{
  0%   {background: #898C8E;}
  25%  {background: #2c2a2a;}
  50%  {background: #898C8E;}
  75%  {background: #2c2a2a;}
  100% {background: #898C8E;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: #898C8E;}
  25%  {background: #2c2a2a;}
  50%  {background: #898C8E;}
  75%  {background: #2c2a2a;}
  100% {background: #898C8E;}
}
.get-a-quote:hover, .get-a-quote:active, .get-a-quote:focus {
    background-color: #898C8E !important;
}

.get-a-quote:before {
    content: "\f017";
	    font: normal normal normal 14px/1 FontAwesome;
		margin-right:8px;
}




/********   31-10-2018   **********/

/* Sachin styles maybe wrong so SJ has commented below code
.well.well-gold h2 {
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: rgb(248, 247, 242);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}
*/
.well.well-gold h1 {
font-size: 14px;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    color: rgb(248, 247, 242);
    line-height: 1.286;
    text-align: center;
    margin-top: 0;
    text-transform: initial;
    margin-bottom: 8px;
}
.contact-page .sr-only {
	position: unset;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 12px;
	font-family: 'Futura LT W01 Book';
	font-weight: 500;
}
.contact-page .form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select-down-arrow.png) no-repeat 95% center;
}
.contact-page .choice__text {
	font-family: 'Futura LT W01 Book';
	font-weight: 500;
}
.contact-page p {
	font-family: 'Futura LT W01 Book';
	font-weight: 500;
}
.modal-dialog {
	max-width: 720px;
	width: 720px;
}

.grey-dark-colour a {
	color: #2f2d2e;
}




@media (min-width: 768px) {
	.get-a-quote {
		font-size: 13px;
		height: 45px;
		left: auto;
		right: -60px;
	    top: 50%;
	    z-index: 9;
	    transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
}


.contact-form-wrap {
  margin-top: 230px;
  margin-bottom: 100px;
}


/*Update - All Menu background images [23/10/18]*/
.content-panel-punjabi-menu-link , .content-panel-gujarti-menu-link, .content-panel-bespoke-menu-link {
	background-position:center center;
}
.content-panel-live-station-menu-link {
	background-position: center right;
}
@media (max-width: 767px) {
	.modal-dialog {
		max-width: 100%;
		width: 100% !important;
		margin: 0;
		padding: 15px;
	}
}
/*.error {
		color: #820707;
	}*/
	.error {
		color: #fff;
    	font-size: 15px;
    	font-weight: 16;
	}
	label#other-error {
		display: block;
	}

.gm-style .gm-style-iw {
  min-height: 280px !important;
}
.gm-style {
  background-color: #2c2a2a !important;
}
.gm-style-iw-d {
  overflow: hidden!important;
}
.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(44,42,42,1) 50%,rgba(44,42,42,0) 51%,rgba(44,42,42,0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
}
#mapContent {
  text-align: center;
}
