/*@charset "utf-8";*/
@font-face {
     font-family: Delius-Regular;
     src: url('../fonts/Delius-Regular.ttf'); 
}
body {
	font-family: 'Delius-Regular';
	font-size: 0.9em;
	letter-spacing:1px;
	color:#000;
    background-color: #EAEAE4;
    overflow-x:hidden;
}
@media screen and (max-width:740px) {
    body {
		font-size: 1.1em;
		line-height: 1.5em
    }
}
.clear {
    clear:both;
}
.spacer {
    display: block;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
}
.idxtt {
	letter-spacing: 3px;
	margin-top: 20px;
	font-size: 2.5em;
	line-height: 1.1em;
}
h1 {
    font-size:1.8em;
    font-family:Arial,sans-serif;
	color:#04463d;
}
h2 { 
    font-size:1.4em;
    font-family:Arial,sans-serif;
}
h3 {
    font-size:1.1em;
    line-height:28px;
    font-family:Arial,sans-serif;
	/*font-weight: lighter;*/
}
#top-line {
    background-color: #191919;
    border-bottom: 2px solid #D1D1D1;
    display: block;
    height: 5px;
    max-height: 5px;
    min-height: 5px;
    width: 100%;
}
.logo {
	margin-top:20px;
}
.container-fluid {
    margin:0 auto;
    padding:0 20px 10px;
	background:0;
	border:0;
	max-width:1000px;
}
@media screen and (max-width:767px) {
    .container-fluid {
        padding-left:0;
        padding-right:0;
        border:0;
    }
}
#header {
    display: block;
    padding-bottom: 0;
    position: relative;
}
.header-telephone {
    float:right;
    clear:both;
    min-width:100px;
}
#header .logo {
    float: left;
    margin: 8px 15px;
	background-position: center;
}
#header .logo img {
     width:100%;
}
#header .dynamic-logo {
    color: #111111;
    display: block;
    font-size: 36px;
    padding: 30px 0 0;
}
#header .dynamic-logo a {
    color:#111;
}
#header .navbar {
    margin-bottom:5px;
}
.navbar-inner {
    background:#EAEAE4;
    box-shadow:none;
    border:0px; /*replaces above style*/

    filter:none;
}
.navbar .nav > li > a {
	text-shadow:none;
}
#breadcrumbs {
    display:block;
}
/** item Results **/
.result {
	border-bottom:1px solid #764099;
    padding-bottom:10px;
    padding-top:10px;
}
.post {
	border: 1px solid #cac9ca;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: -10px !important;
}
.postext {
	line-height: 1.3em;
	font-family:arial;
	text-align:justify;
}
.property-image img {
    width:100%;
}
.property-name h1{
    font-size:1.3em;
	margin-top:-10px;
	margin-bottom:-10px;
}
.property-ref {
    font-size:0.8em;
     padding-bottom: 5px;
}
.sellprice {
    font-size: 1.2em;
    color: purple;
}
@media screen and (max-width:767px) {
    .enquiry-buttons {
        width:100%;
    }
    .enquiry-button {
        margin:1%;
        width: 48%;
        float:left;
    }
    .enquiry-buttons a {
        width:99%;
        padding:4px 0;
        margin:0;
    }
}
@media screen and (max-width:480px) {
    .enquiry-button {
        width:100%;
    }
}
@media (max-width:767px){
	.enquiry-button {
		margin: 1%;
		width: 48%!important;
	}
	.enquiry-buttons a {
		width: 101%!important;
	}
	.finance-button {
		margin: 2%;
		width: 97%!important;
	}
}
.enquiry-buttons {
    float:right;
    width:100%;
}
.enquiry-button {
	margin:1%;
	width: 29%!important;
	float:right;
}
.enquiry-buttons a {
    float:right;
    width: 90%!important;
}
.details-title h1 {
    margin:0;
}
.property-image {
    position:relative;
    margin:10px 0 0 0;
	border:2px solid white;
}
.image-thumbnail {
    position:relative;
    margin:10px 0 0 0;
	border:2px solid #fff;
}
.image-thumbnail img {
    width:100%;
}
.property-info ul {
    margin:0;
}
.property-info li {
    margin:4% 0 0 0;
    list-style:none;
    padding:3.5%;
    background:#efefef;
    font-size:15px;
}
@media screen and (max-width:767px) {
    .property-info li {
        width:46%;
        float:left;
        margin:1%;
        padding:1%;
    }
}
@media screen and (max-width:480px) {
    .property-info li {
        width:94%;
        float:left;
        margin:1%;
        padding:2%;
    }
}
/** property Details TABS **/
#tabs h4 {
    font-size:1.2em;
}
div.tab {
    background:#EFEFEF;
    padding:10px 5%;
    width:90%;
    overflow:hidden;
}
/** forms **/
/* 1 custom checkbox */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
	padding-top:6px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* 2 Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* 3 Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
	border: solid 1px #ccc;
	border-radius:5px;
}
/* 4 On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}
/* 5 When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #04463d;
}
/* 6 Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* 7 Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}
/* 8 Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end custom checkbox */
input,
textarea,
.uneditable-input {
  width: 90%;
}
.hint {
    font-size:0.8em;
    font-style:italic;
    margin-top:-10px;
}
label {
    font-weight:bold;
}
.back-buttons .back-button {
    float:left;
    width:50%;
}
/*** responsive hide icon bar and show menu ***/
.navbar .btn-navbar {
    color:#000;
	outline:0;
}
.navbar .btn-navbar:after {
    content:url(../img/menubars2.png);
	outline:0;
}
.navbar .btn-navbar .icon-bar {
display: none;
}
/***  end responsive hide icon bar and show menu ***/
.result-reserve a {
	background: #F07E2C;
}
/* end zp1.css section */
.new {
	position:absolute;
	top:0px;
	left: 0px;
	height: 58px;
	width: 110px;
	background-image: url(../img/ovl_newr.png)
}
.offr {
	position:absolute;
	top:0px;
	left: 0px;
	height: 58px;
	width: 110px;
	background-image: url(../img/ovl_offr.png)
}
.robotic {
	display: none;
}
.imgadd {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, 0%);
}
.reevoo {
	border-bottom:solid 1px grey;
	padding-bottom:5px;
	font-size:1.2em;
}
.mailform {
	padding:0px 0px 0px 10px;
}
.no-btn {
	background: #1f554d;
	color: white;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 2px 6px;
	/*border-radius: 4px;*/
}
.back-btn {
	background: #1f554d;
	color:#fff;
	max-width: 100px;
	margin-top:0px;
}
.more-btn {
	background: #1f554d;
	color: #fff;
	/* max-width: 100px; */
	margin-top: 10px;
	/*margin-bottom: 5px;*/
	display: block;
	padding: 2px 6px;
	text-align:center;
}
.btn:hover {
  background-color: #ff3c0f;
  color: #e4efc8;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	width: auto;
}
a {
	color:#000;
}
a:hover {
	color:#87932F;
}
h2 {
	font-size:16px;
	margin:0px;
}
a#menu-pay {
	cursor: default;
}
#main {
	background:#EAEAE4;
	/*padding:10px;*/
	box-sizing:border-box;
	/*border:solid 1px #ccc;*/
	/*border-radius:10px;*/
}
#header .logo img {
	max-width:630px;
}
@media (max-width:1030px) {
    #header .logo img {
        max-width:580px;
    }
}
.header-title {
	float:right;
	color:#000;
	/*text-transform: uppercase;*/
	/*font-size:1.5em;*/
	margin-top:-115px;
	margin-right:30px;
	text-align: center;
	/*line-height: 20px;*/
    width:320px;
}
#header .navbar {
	background: #373735; /* Old browsers */
	background: -moz-linear-gradient(top,  #373735 0%, #1d1d1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373735), color-stop(100%,#1d1d1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #373735 0%,#1d1d1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #373735 0%,#1d1d1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #373735 0%,#1d1d1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #373735 0%,#1d1d1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373735', endColorstr='#1d1d1b',GradientType=0 ); /* IE6-9 */
	margin-bottom:0;
}
.navbar .nav > li > a {
	color:#000;
	text-transform: uppercase;
	padding:14px 21px 14px 30px;
	font-size:12px;
	background:url(nav.png) center left no-repeat;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	background:url(nav-hover.png) center left no-repeat;
	color:red;
	box-shadow:none;
}
.navbar .nav > .active > a, .navbar .nav >.active {
		cursor:not-allowed;
}

/** Drop Downs **/
.navbar .nav > li li {
    display:none;
    width: 100%;
    height:40px;
    margin:0;
    padding:0;
    border:0;
    background:#eaeae4;
}
.navbar .nav > li:hover li {
    display: block;
}
.navbar .nav .navigation ul > li > ul {
    position: absolute;
}
.navbar .nav .navigation ul > li > ul > li {
    position:relative;
}
.navbar .nav li ul li a {
    display:block;
    width: auto;
    height:18px;
    padding:11px 15px 15px;
    text-shadow:none;
    border-radius:0;
    color:#000;
    text-decoration: none;
}
.navbar .nav li ul li:hover a {
    background: #04463d;
	color:#fff;
}
.navbar .nav > li:hover > ul {
    position: absolute;
    z-index: 1000;
    margin-left:0;
    box-shadow:10px 10px 23px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width:640px){
    #main{
    display:flex;
    flex-flow: column;
 }
	#a{order:2;}
	#b{order:1;}
}
.leftcol {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.listend {
	color: #1f554d;
	padding: 10px;
	border: solid 1px #1f554d;
	font-weight: bold;
	text-align: center;
	/*margin-left: -10px !important;*/
	margin-bottom:20px;
	border-radius:5px;
}
@media(max-width:980px){
.navbar .nav > li:hover > ul {
    position: relative;
}
}
.mail-panel {
	background:#fff;
	padding:5px 0px 5px 10px;
	border:1px solid #ccc;
	border-radius: 10px;
	margin-bottom:12px;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
}
.news-listing-home {
	min-height: 580px;
	margin-top: 10px;
}
.search-form {
	padding:5px;
	border:1px solid #ccc;
	border-radius: 10px;
	margin-bottom:5px;
	/*margin-top: -20px;*/
}
.search-formindex {
	padding:5px;
	border-radius: 10px;
	/*border:1px solid #ccc;*/
	/*margin-bottom:5px;*/
	/*margin-top: -20px;*/
}

.search-form form {
	margin:0;
}
.search-form h4, .search-box h4 {
	color:#000;
	margin-top:5px;
}
.search-form select {
	width:100%;
	background:#373735;
	border:0;
	color:#fff;
}
.search-form #submit {
	border:0;
	background:0;
}
.search-form #form-pricemin {
	display:none;
}
.carousel-control {
font-size:30px;
border-radius:5px;
border:0;
top:initial;
height:30px;
bottom:120px;
}
.carousel {
margin-bottom:10px;
}
.srchbtn {
	padding:0px 0px 10px 0px;
	border:0;
	background:0
}
.search-box {
	background:#898989;
    padding:10px;
    box-sizing:border-box;
    border-bottom:4px solid #87932F;
    float:left;
    margin-bottom:10px;
}
.slider-wrapper {
	background:#04463d;
	padding:18px;
	border-radius: 5px;
}
.slider-wrapper h4 {
	font-size:24px;
	margin-top:0;
	line-height:28px;
	color:#fff;
	font-family:Arial,sans-serif;
}
div.slider.left {
    height:auto;
}
div.slider.left div div {
    height:auto;
    width:258px;
    padding:0;
    margin-right:20px;
}
div.slider.left img {
    height:165px;
    margin-bottom:10px;
}
/*breadcrumbs*/
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding-top:10px;
  padding-bottom:15px;
}
.breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-family: Helvetica Neue,sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 30px;
  color: #000;
}
.breadcrumbs li a {
  padding: 0 30px 0 0px;
  color: #764099;;
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}
.breadcrumbs li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  
  position: absolute;
  right: 20px;
  top:3px;
  -webkit-transition: all .15s ease;
     -moz-transition: all .15s ease;
      -ms-transition: all .15s ease;
          transition: all .15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
     -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
      -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
          transform: rotateZ(45deg) skew(10deg, 10deg);
}
.breadcrumbs li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
     -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
      -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
          transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/*end breadcumbs*/
/* Showroom */
.pagination {
	margin:0;
	color:#000;
}
.pagination a {
	color:#000;
}
/*pagination dup bootstrap*/
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #dee4ee;
  border: 0;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #764099;
  color: #fff;
}
/*end bootstrap pagination*/
.property-name a {
	color:#fff;
	font-size:18px;
}
.disclosure {
	font-size: 0.8em;
	padding:4px;
	margin: 2px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
	border-color: #fff;
}
.property-price {
	font-size: 24px;
	width: 100%;
	background: #764099;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-bottom: 10px;
	font-weight:bolder;
	color: #fff;
	border-radius: 5px;
}
.property-price .sold {
	color:#ec0000;
}
.finance-button {
	margin: 2%;
	width: 29%!important;
}
.finance-button a {
	background-color: #F07E2C;
}
.btn-primary {
	background:#1f554d;
}
.btn-primary:hover, .btn-primary:focus {
	background:#87932f;
}
.btn-page {
	background:#dddbdb;
	margin-right:15px;
}
.btn-page:hover, .btn-primary:focus {
	background:#868684;
}
.btn-page-dead {
	padding: 5px 12px;
	margin-right:15px;
border-left: solid 1px grey;
border-right: solid 1px grey;
border-radius:5px;
margin-top:2px;
	}
.property-info {
	padding-top:10px;
}
.img-detail {
	padding-right: 20px;
	/*padding-bottom: 15px;*/
	display: flex;
	margin: auto;
}
.spacer-h1 {
	display: block;
	height: 2px;
	max-height: 2px;
	min-height: 2px;
}
.rtdetail {
	margin-top: -30px;
	font-size: 1.1em;
}
.property-info li {
	background:#D2D2D2;
	color:#000;
	margin-top:0;
	margin-bottom:10px;
	padding:8px;
}
.promo{
	box-sizing: border-box;
	background: #764099;
	padding: 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 18px;
	min-height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
}
div .tab {
	background:#898989;
}
fieldset > div {
    background:#373735;
    padding:3%;
    width:94%;
    margin-bottom:15px;
    color:#fff;
    float:left;
}
fieldset > div > div {
    float: left;
    width: 50%;
}
fieldset label {
    width:70%;
    float:left;
}
fieldset .hint {
    color:#ccc;
    margin-top:5px;
}
legend {
    margin-bottom:0;
    border:0;
    background:#04463D;
    color:#fff;
    padding-left:2%;
    width:98%;
    font-weight:bold;
    font-size:18px;
    border-bottom:4px solid #ccc;
}
#fieldset-contactFieldset .hint, #fieldset-detailsFieldset .hint, #fieldset-vehicleFieldset .hint {
	display:none;
}
.service-box {
	padding:10px;
	background:#898989;
	border-bottom:4px solid #87932F;
	margin-bottom:10px;
	box-sizing:border-box;
}
.info-column-follow .box {
	background:#898989;
    padding:10px;
    box-sizing:border-box;
    border-bottom:2px solid #764099;
	border-radius: 5px;
    margin-bottom:10px;
    font-size:12px;
}
.info-column-follow .box a:hover {
	color:#fff;
}
.footer {
	/*background:#ccc;*/
	padding:10px;
	font-size: 0.7em;
	text-align:center;
	font-family: arial;
	/*border: 1px solid #989ea6;*/
	/*border-radius: 10px;*/
}
.social-footer {
	background:#ccc;
	border: solid 1px #fff;
	border-radius: 5px;
	padding:10px;
	text-align:center;
}
@media (max-width:1036px) {
	.navbar .nav > li > a {
	   padding:14px 2px 14px 23px;
	}
	.header-title {
	   font-size:14px;
	}
}
@media (max-width:1005px) {
	.navbar .nav > li > a {
       padding:14px 1px 14px 30px;
    }
}
@media (max-width:979px) {
	.navbar .btn-navbar {
	   width:100%;
	   background:0;
	   border:0;
	   color:#000;
	   margin-top:2px;
	   box-shadow:none;
	   text-align: right;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus {
	   background:0;
	   color:#000;
	}
	#header .logo {
	   float:none;
	   text-align: center;
	}
	.header-title {
	   float:none;
	   text-align: center;
	   margin:10px 0;
	   display:none;
	}
}
form .button {
	background:#889330;
	border:0;
	padding:0px;
	color:#fff;
	border-radius:4px;
}
input[type="radio"], input[type="checkbox"] {
	margin:11px 0 0;
}
@media (max-width:480px) {
    fieldset label, fieldset > div > div {
       width:100% !important;
    }
    .enquiry-button {
        margin-top:5px;
    }
}
#myCarousel {
	margin-bottom:0;
}
.marquee {
  width: 100%;
  margin-bottom:11px;
  overflow: hidden;
  box-sizing:border-box;
  background:#989ea6;
  background: linear-gradient(#b1bed8, #ffffff, #ffffff, #b1bed8);
  line-height: 30px;
}
.property-detail-main {
	background:#fff;
	padding:10px;
	box-sizing:border-box;
	line-height: 1.2em;
	margin-top:-10px;
	/*box-shadow: 0 0 4px rgba(0,0,0,0.25);*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 5px;*/


}
.property-detail-main .image-wrap {
	min-height:205px;
	text-align:center;
	line-height:205px;
}
.property-detail-main .image-wrap img {
	vertical-align: middle;
	
}
.property-detail {
	float:left;
	padding:5px;
	/*min-height: 132px;*/
	/*margin-top: 8px;*/
}
.property-detail .image-wrap {
	min-height:205px;
	text-align:center;
	line-height:205px;
}
.property-detail .image-wrap img {
	vertical-align: middle;
	
}
.about-listing-home {
	float:left;
	/*background:#dee4ee;*/
	padding:12px;
	border-radius: 5px;
}
.about-listing-home .image-wrap {
	text-align:center;
	/*min-height:205px;
	line-height:205px;*/
}
.about-listing-home .image-wrap img {
	vertical-align: middle;
}
.news-listing-home {
	/*float:left;*/
	background:#f9f9fa;
	padding:12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align:center;
}
.news-listing-home .image-wrap {
	/*min-height:205px;*/
	text-align:center;
	/*line-height:205px;*/
}
.news-listing-home .image-wrap img {
	vertical-align: middle;
	padding-bottom:10px;
}
.vertbanner {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding-bottom:10px;
}
@media(max-width:767px){

	.vertbanner img {
		margin:0 auto;
		width:100%;
		background:#eee;
		text-align:center;
		padding-bottom:10px;
	}


}
@media(max-width:767px){

	.mobile-search{
		display: none;
	}
}
#button-element button {
	width: 97%;
	height: 40px;
	margin-top: -66px;
	background-color: #f7610b;
	border-color: #f7610b;
	color: #fff;
}
#token-label {
	display: none;
}
.button-toggle.toggled {
right:252px;
}
.button-toggle{
	display:none;
	position: fixed;
	right:-50px;
	top:252px;
	transform: rotate(-90deg);
	background:#259718;
	padding:17px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	transition:0.2s;
	min-width: 115px;
	text-align: center;
	cursor:pointer;
}
.social img {
	float: right;
	width: 24px;
	margin-left: 4px;
}
.social1 img {
	float: left;
	width: 24px;
	margin-left: 4px;
}
/*new carousel fade option*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*STICKYTOP*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d52626;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  Right:25%;
  width:50px;
}
.lrswap {
  right: 40px;
}
@media screen and (max-width:800px) {
    .lrswap {
	left: 40px;
    }
}
/*GOOGLE SEARCH BOX*/
.gsc-search-box {
	width: 220px !important;
	margin-left: -7px !important;
}
.gsc-control-cse {
	border-color: #DEE4EE !important;
	background-color: #DEE4EE !important;
}
.gsc-search-button-v2 {
	padding: 6px 6px 0px 6px !important;
	background-color: #764099 !important;
	border-color: #764099 !important;
	font-size: 10px !important;
}
.gsib_a {
	padding: 1px !important;
}
.final {
background-color: #1f554d;
text-align: center;
padding: 20px;
font-size: 1.5em;
color: white;
font-weight: bolder;
margin:0px 0px 25px;
line-height: 30px;
}
.overlay {
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
.itemdesc {
	text-align: center;
	font-style: oblique;
	padding-top: 5px;
	min-height:40px;
}
.nolink {
background: #277511 !important;
padding-left: 15px !important;
padding-top: 10px !important;
width: auto !important;
color: white;
height: 30px !important;
}
.modhd {
line-height: 20px;
margin-bottom: 10px;
padding-top: 15px;
}
.mail2 {
font-size: 20px;
margin-bottom: 15px;
color: #04463d;
font-style: oblique;
font-weight: bold;
}

#modal {
  display: none;
  width: 100%;
  max-width: 600px;
  padding: 0 0 40px 0;
  /*text-align: justify;*/
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#modal .fancybox-close-small {
  top: 5px;
  right: 20px;
}

#modal .content-header {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

#modal .content-scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0px 20px 0 20px;
}
.bal {
float: right;
margin-top: -32px;
background: 0;
color: #527b47;
border: 0;
font-size: 45px;
text-decoration: none !important;
}
.bar {
float: left;
margin-top: -30px;
font-size: 45px;
text-decoration: none !important;
color: #527b47 !important;
font-style: normal;
border: 0;
background: 0;
}
.btn-disabled {
	display:none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.pull-left {
  float: left !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.button {
  overflow: visible;
}
.button,
select {
  text-transform: none;
}
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
.phdr {
text-align: center;
width: fit-content;
margin: auto;
}