/* colors

orange: #eb892d
dark orange: #d56f13

*/

html {
  position: relative;
  min-height: 100%;
}

body {
	font-family: 'Arimo', sans-serif;
  margin: 0 0 65px 0;
	padding-top: 180px;
}

body#nopadding {
	padding-top:0px;
}	

h1, h2 {
	color:#eb892d;
}

p, ul {font-size:1.2em;}

a:link, a:visited {
	color: #eb892d;
	}

a:hover, a:active {
	color: #d56f13;
	}

.header-link {
	float: right;
	margin-right: 30px;
}

.header-home {
	position:absolute;
	top: 0px;
	z-index: 5;
	width: 100%;
}

.header-home .logo {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1000;
}

.header-home .navbar-default {
	background: none;
	background-color:transparent;
	border:0px;
	border-radius:0px;
	margin-bottom:0px;
}

.header .navbar-default {
	height:180px;
}

.navbar-default {
  background: #333;
	background: -webkit-linear-gradient(#999, #333); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#999, #333); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#999, #333); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#999, #333); /* Standard syntax (must be last) */
	padding-top: 30px;
	padding-bottom: 20px;
}

.header-home .nav-down, .header .nav-down {
	background: #333;
	background: -webkit-linear-gradient(#999, #333); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#999, #333); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#999, #333); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#999, #333); /* Standard syntax (must be last) */
  position: fixed;
  z-index: 1000;
  width: 100%;
 } 
	
.header-home .nav-down .logo img {
   height: 140px;
 }

.header {
	position:relative;
}

.header .logo {
	position: absolute;
	max-width:150px;
	top:20px;
	left:30px;
}

.header .logo img {
	height: 140px;
}


.navbar-default .page-menu {
	color: #fff;
}


.navbar-default .page-menu {
	padding: 6px 10px 6px 10px;
}

.navbar-default .page-menu, .navbar-default .navbar-toggle {
	border:solid 2px #fff;
	margin: 0px 30px 0px;
	display: block;
	text-align: center;
	float: right;
	border-radius: 6px;
	z-index: 1000;
}

.navbar-default .page-menu:hover, .navbar-default .page-menu:focus {
   border:solid 2px #eb892d;
   color: #eb892d;
	background:transparent;
}


.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: 35px;
}

/* Overlay style */
.overlay {
	background: rgba(236,137,46,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	background: url(../images/cross.png) no-repeat center center;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 20;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 60%;
	height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay>nav>ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 40%;
	position: relative;
}

.overlay ul li {
	display: table-row-group;
	height: 5%;
	height: calc(60% / 5);
	min-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	color: #fff;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 300;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover, .overlay ul li a:focus {
	color: #333;
	text-decoration: none;
}


/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


footer {
  background: #fff;
  padding: 20px 0;
}

footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
}

.footer img {
	margin-left:10px;
	margin-right:10px;
}

#social-networking-side {
	position: fixed;
	top: 200px;
	right: 0px;
	width: 50px;
	z-index: 600;
}

#social-networking-side img {
	margin-bottom: 1px;
}

.valpal-link {
	float:right;
	margin-right:50px;
	margin-top:-20px;
}

.valpal-link-strip {
	float:right;
	margin-right:50px;
	margin-top:-15px;
}

img.val-pal-logo {
	margin:10px auto;
}

.mobile-social img {
	margin:20px;
}

.mobile-search-button .button-div {
	padding:1px;
}

.mobile-search-button .btn-default {
	border-radius:0px;
	padding:20px;
	font-size:1.4em;
}

.btn-header {
	color: #fff !important;
	border: 2px solid #fff;
	background-color: none;
}

.btn-header:hover,.btn-header:focus,.btn-header:active,.btn-header.active{
	color: #eb892d !important;
	border: 2px solid #eb892d;
	background-color: none;
}

.btn-default {
	color: #fff !important;
	background-color: #eb892d;
	border:none;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active{
	color: #fff !important;
	background-color: #d56f13;
	border: none;
}

.btn-default[disabled] {
	background-color:#eb892d!important;
	border: none!important;
	filter:alpha(opacity=6);
	opacity:.6
}

.btn-white {
	color: #fff !important;
	border: 2px solid #fff;
	background-color: none;
}

.btn-white:hover,.btn-white:focus,.btn-white:active,.btn-white.active{
	color: #eee !important;
	border: 2px solid #eee;
	background-color: none;	
	transition: all 0.5s ease;
	padding:20px;
}

.btn-property {
	text-align: left;
	font-size:1.2em;
	color: #eb892d!important;
	border: 2px solid #eb892d;
	background-color: none;
}

.btn-property:hover,.btn-property:focus,.btn-property:active,.btn-property.active{
	color:#fff!important;
	border: 2px solid #eb892d;
	background-color:#eb892d;	
}

.btn.btn-search {
	border: none!important;
}

.btn-search {
	color:#fff;
	background-color:#666;
}

.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active {
	color:#fff;
	background-color: #eb892d!important;
	border:1px solid #eb892d;
}


#large-carousel {
  background: #ccc;
}

.carousel-inner > .item > img {
  margin: 0 auto;
}

#large-carousel .carousel-inner > .item > img {
	width:100%;
}

#large-carousel .carousel-search-buttons p {
	color:#fff;
}

#large-carousel .carousel-search-buttons {
	border: 2px solid #fff;
	border-radius:8px;
	position:absolute;
	text-align: center;
	padding:10px 0px 20px;
}


#large-carousel .carousel-search-buttons .btn {
	margin-left:10px;
	margin-right:10px;
}

#large-carousel a.carousel-control {color:#fff;}


.welcome-text {
	margin:0px 30px 40px;
}

.welcome-text h1 {
	margin-bottom:30px;
}

.boxes-container {
	background:#eb892d;
}

.orange-block {
	background:#eb892d;
	color:#fff;
}

.orange-block .orange-block-text h2 {
	color:#fff;
}

.block-photo {
	padding:0px;
}

.block-photo img {
	margin-left:auto;
	margin-right:auto;
}

.main-banner {
	position:relative;
}

.main-banner h1 {
	text-align: center;
	position:absolute;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
}

.main-banner img {
	width:100%;
}

.page-content {
	margin-top:30px;
	margin-bottom:30px;
}

.orange-border-box {
	text-align: center;
	border: 2px solid #eb892d;
	border-radius:8px;
}

.team-member {
	margin-top:20px;
	margin-bottom:20px;
}

.team-member img {
	border:2px solid #eb892d;
	border-radius:5px;
}

.team-member-image {
	position:relative;
}

.team-member-image .title {
	position:absolute;
	bottom:20px;
	left:5%;
	right:5%;
	text-align:center;
}

.team-member-image .title h2 {
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	text-align: center;
}

.team-member-image .title .btn {
	font-size:1.2em;
}

h4.modal-title {
	text-align: center;
  color:#eb892d;
	font-size:2em;
}

form label {
	font-weight: normal;
	font-size:1.1em;
}

.gdpr-consent {background-color:#fff;}

form .gdpr-consent label {
	font-size:1em;
}

.contact-details {
	text-align: center;
	border: 2px solid #eb892d;
	border-radius:8px;
}

.top-margin {
	margin-top:30px;
}

.bottom-margin {
	margin-bottom:30px;
}

.modal-body .table-responsive, .landlords-table {
	font-size:1.2em;
}

.add-to-shortlist .remove, .remove-from-shortlist .add {
  display: none;
}

#googlemap {
  width: 100%;
  height: 300px;
}

#requestedDate, #requestedTime {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.form-control.styled-select::-ms-expand {/* Custom styled select elements. Internet Explorer 10 and > */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.form-control.styled-select {/* Custom styled select elements. Internet Explorer 10 and > */
	background: #fff url('../images/select-bg.jpg') top right no-repeat!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.formhoney {
  visibility: hidden;
  display: none;
}

.top-search-button {
	margin-top:20px;
	margin-bottom:20px;
}

#horizontal-search {
	display:none;
	margin-top:30px;
}

#horizontal-search .btn {
	font-size:1.2em;
}

.pagination {
  margin: 0;
}

.pagination li a .bracket {
  display: none;
}

.pagination span.hellip {
  cursor: not-allowed;
}

.animated-spinner {
  width: 100px;
  margin: 0 auto;
  padding: 20px;
  color: #eb892d;
  font-size: 2em;
}

.map-search-results#googlemap {
  height: 600px;
}

.thumbnails-container {
	box-shadow:1px 1px 3px #666;
	margin-top:30px;
	margin-bottom:30px;
}

.thumbnails-container h3 {
  margin: 20px 0px 15px;
}

.thumbnails-container h3 a {
	color:#333;
	text-decoration:none;
}

.thumbnails-container h3 a:hover {
	color:#eb892d;
}

.thumbnails-container p {
	font-size:1.2em;
}

.thumbnails-container .btn-property {
	font-size:1.6em;
}

.ias-trigger a {
	font-size:1.2em;
	color:#eb892d;
}

.thumbnails-container .corner-flash {
  position: absolute;
  z-index: 1;
}

.thumbnail .corner-flash {
  position: absolute;
  z-index: 1;
}

.thumbnails-container .property-left {
	padding:20px;
	background-color:#eee;
}

.thumbnails-container .property-left img {
	margin-bottom:10px;
}

.thumbnails-container .property-left .property-price {
	color:#eb892d;
	font-size:1.4em;
}

.property-room-numbers {
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}

.property-bedrooms, .property-receptions, .property-bathrooms {
	display: inline-block;
	width: 40px;
	height: 19px;
	margin: 0 0 0 5px;
}

.property-bedrooms {
	background: url('../images/room-icons.png') left 1px no-repeat;
}

.property-receptions {
	background: url('../images/room-icons.png') left -19px no-repeat
}

.property-bathrooms {
	background: url('../images/room-icons.png') left -39px no-repeat;
}

.property-header .property-room-numbers {
	text-align: left;
	margin: 20px 0px;
}

.property-header .property-bedrooms, .property-header .property-receptions, .property-header .property-bathrooms {
	text-align: right;
}

.property-header .property-price {
	color:#eb892d;
	font-size:1.4em;
	margin-top:20px;
}

.thumbnails-header h1, .property-header h1, .viewing-header h1 {
	font-size:2em;
}

.viewing-header {
	margin-bottom:30px;
}

.property-well {
	border-radius:0px;
	border:0px;
	background-color:#fff;
	box-shadow:1px 1px 3px #666;
	margin-bottom:30px;
}

.property-well h3 {
	margin-top:0px;
}

.property-buttons .btn {
	margin-top:20px;
}

.property-call p a {
	color:#eb892d;
	font-size:1.8em;
	text-decoration:none;
}

.key-features {
	padding:20px;
	color:#fff;
	background-color:#eb892d;
	box-shadow:1px 1px 3px #666;
	margin-bottom:30px;
}

.key-features ul {
	padding-left:20px;
}

.key-features h3 {
	margin-top:0px;
	color:#fff;
}

.property-description h3 {
	font-size:1.4em;
}
.thumbnail, .img-thumbnail {
	border:0px;
	padding:0px;
}

.img-thumbnail {
	border-radius:0px;
}

#google-info-window {
  position: relative;
  text-align: center;
  width: 200px;
}

#google-info-window.google-info-window-property {
  width: 360px;
  overflow: auto;
}

#google-info-window.google-info-window-property #google-info-window-property-image {
  float: left;
  width: 205px;
  margin: 0 10px 0 0;
}

#google-info-window.google-info-window-property #google-info-window-property-details {
  text-align: left;
}

#google-info-window .spacer {
  margin: 10px 0;
}

#google-info-window .corner-flash {
  position: absolute;
  top: 0;
  left: 0;
}

.property-images .corner-flash {
  position: absolute;
  width: auto;
  z-index: 1;
}

#property-carousel .carousel-inner .item img {
  max-height: 550px;
  width: 100%;
  margin: 0 auto;
}

#property-carousel, #property-thumbnails, .carousel-control.right, .carousel-control.left {
  background-image: none;
}

#property-thumbnails .carousel-inner a {
  cursor: pointer;
}

#property-thumbnails .carousel-control {
  width: 2%;
  color: #337ab7;
}

#property-carousel a.carousel-control, #property-thumbnails a.carousel-control, #property-slideshow a.carousel-control {color:#fff;}


#slideshow .modal-content {
  border: 8px solid #ffffff;
}

#back-to-top {
  background: #eb892d;
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: none;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
}

.vertical-align-container {
  display: table;
  height: inherit;
}

.vertical-align-content {
  display: table-cell;
  display-vertical-align: middle;
}

.iframe-embed {
  border: none;
  width: 100%;
  height: 300px;
}
.carousel-caption  {
	z-index:4;
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 19%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    border-radius: 4px;
}
.overlay ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    display: block;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    padding-bottom: 10px;
}

@media (min-width: 1201px) {
	
	#large-carousel .carousel-caption{bottom:50%;}

	#large-carousel .carousel-caption p {
		font-size:3.4em;
	}

	#large-carousel .carousel-search-buttons p {
		font-size:2.4em;
	}

	#large-carousel .carousel-search-buttons {
		left:35%;
		right:35%;
		bottom:170px;
	}
	

	#large-carousel .carousel-caption .btn,
	#large-carousel .carousel-search-buttons .btn {
		font-size:1.6em;
	}
	
	.orange-block-text {
	padding:40px;
	}

	.orange-block-text h2 {
		font-size:2.8em;
		margin-bottom:30px;
	}

	.orange-block-text p {
		font-size: 1.6em;
	}

	.orange-block-text .btn {
		font-size:1.1em;
		margin-top:30px;
	}
	
	.main-banner h1 {
	right:15%;
	left:15%;
	top:50%;
	}
	
	.orange-border-box {
	padding:20px;
	font-size:1.4em;
	margin-bottom:30px;
	}
	
	.contact-details {
	padding:20px;
	font-size:1.2em;
	margin-bottom:30px;
	}
	
	
	.thumbnails-container .property-left img.thumbnail-photo {
	height:160px;
  width:100%;
	}
	
	.thumbnails-container .btn-property {
	margin-top:30px;
	}
	
	.property-call {
	margin-top:30px;
	}
	
	.addthis_toolbox {
	margin-top:50px;
	}

  #googlemap {
    min-height: 600px;
  }
	
}

@media (max-width:1445px) {
	.valpal-link-strip img {
		width:210px;
}
	
	.valpal-link img {
		width:120px;
		height:120px;
		}
}

@media (min-width: 992px) {
	
	.thumbnails-container .thumbnails-detail {
	padding-right:20px;
}
	

	
}

@media (min-width: 992px) and (max-width: 1200px) {
	
	#large-carousel .carousel-caption{bottom:45%;}

	#large-carousel .carousel-caption p {
		font-size:2.8em;
	}

	#large-carousel .carousel-search-buttons p {
		font-size:1.8em;
	}

	#large-carousel .carousel-search-buttons {
		left:35%;
		right:35%;
		bottom:100px;
	}

	#large-carousel .carousel-caption .btn,
	#large-carousel .carousel-search-buttons .btn {
		font-size:1.2em;
	}
	
	.orange-block-text {
	padding:30px;
	}

.orange-block-text h2 {
	font-size:2.4em;
	margin-bottom:30px;
	}

.orange-block-text p {
	font-size: 1.4em;
	}

.orange-block-text .btn {
	font-size:1.2em;
	margin-top:30px;
	}
	
	.main-banner h1 {
	font-size:2em;
	right:15%;
	left:15%;
	top:50%;
	}
	
	.orange-border-box {
		padding:10px;
		font-size:1.2em;
		margin-bottom:20px;
	}
	
	.contact-details {
	padding:20px;
	font-size:1.1em;
	margin-bottom:30px;
	}
	
	.thumbnails-container .btn-property {
	margin-top:20px;
	font-size:1.2em;
	}
	
	.property-well {
		padding-bottom:10px;
	}
	
	.property-buttons .btn {
	margin-top:15px;
	}
	
	.property-call {
	margin-top:10px;
	}
	
  .addthis_toolbox {
	margin-top:20px;
	}
	
  #googlemap {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
	
	body#nopadding,body {
		padding-top:125px;
	}	
	
	.header-home {
		position:relative;
	}
	
	.header-home .logo {
		position:absolute;
		max-width:150px;
		top:20px;
	}

	.header-home .logo img,.header .logo img,.header-home .nav-down .logo img,.header .nav-down .logo img {
		height: 80px;
	}
		
	.header-home .navbar-default {
		background: #333; /* For browsers that do not support gradients */
	    background: -webkit-linear-gradient(#999, #333); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient(#999, #333); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(#999, #333); /* For Firefox 3.6 to 15 */
	    background: linear-gradient(#999, #333); /* Standard syntax (must be last) */
		height:115px;
	}
	.header{
		top: 0px;
	    z-index: 5;
	    width: 100%;
	}
	.header .navbar-default{
		height:115px;
	}
	.overlay ul li a{
		font-size:16px;
	}
	.property-room-numbers {
		text-align: left;
		margin-bottom: 10px;
	}
	
	.property-bedrooms, .property-receptions, .property-bathrooms {
		text-align: right;
	}
	
	.property .thumbnails-detail {
	padding:20px;
	}
	
	.property h3 {
  margin: 0px 0px 15px;
		font-size:1.4em;
	}
	
	.property-left img.thumbnail-photo {
	width:100%;
	}
	
	.property-well {
		margin-top:30px;
		padding-bottom:10px;
	}
	
	.property-call {
	margin-top:20px;
	}
	
  .addthis_toolbox {
	margin-top:20px;
	}
	
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
		.valpal-link {
			margin-right:20px;
		}
	
	.valpal-link img {
		width:120px;
		height:120px;
		}

			.orange-block-text {
			padding:20px;
		}

		.orange-block-text h2 {
			font-size:2.4em;
			margin-bottom:20px;
		}

		.orange-block-text p {
			font-size: 1.4em;
		}

		.orange-block-text .btn {
			font-size:1.2em;
			margin-top:20px;
		}
	
		.main-banner h1 {
		font-size:2em;
		right:15%;
		left:15%;
		top:40%;
		}
	
		.orange-border-box {
		padding:10px;
		font-size:1.2em;
		margin-bottom:20px;
		}	
	
		.contact-details {
	padding:20px;
	font-size:1.1em;
	margin-bottom:30px;
	}
	
		.team-member-image .title h2 {
		font-size:1.4em;
		}
	
	.thumbnails-container {
		height:530px;
	}
	
	 .thumbnails-container .property-left img.thumbnail-photo {
		height:200px;
		width:100%;
		}
	
  .thumbnails-container .property-grid .panel .panel-body {
    min-height: 370px;
  }
  #googlemap {
    min-height: 400px;
  }
  /*.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }*/
}

@media (min-width: 480px) and (max-width: 768px) {
	
	.main-banner h1 {
	font-size:2em;
	right:15%;
	left:15%;
	top:20%;
}
	
  footer {
    font-size: 10px;
    text-align: center;
  }
	
}

@media (max-width:767px) {
	
	.overlay ul li {
		padding-top:20px;
		padding-bottom:20px;
	}
	
		.orange-block-text {
			padding:20px;
		}

		.orange-block-text h2 {
			font-size:2.4em;
			margin-bottom:20px;
		}

		.orange-block-text p {
			font-size: 1.4em;
		}

		.orange-block-text .btn {
			font-size:1.2em;
			margin-top:20px;
		}
	
		.orange-border-box {
		padding:10px;
		font-size:1.2em;
		margin-bottom:20px;
		}
	
		.contact-details {
		padding:20px;
		font-size:1.1em;
		margin-bottom:30px;
		}
	
	#horizontal-search .btn-map-search {
		margin-top:20px;
	}
	
}


@media (max-width: 480px) {
	
	.main-banner h1 {
	font-size:1.4em;	
	right:5%;
	left:5%;
	top:5%;
	}
	
	.orange-border-box, .contact-details {
	padding:10px;
	font-size:1em;
	margin-bottom:20px;
	}	
	
	.team-member-image .title h2 {
	font-size:1.4em;
	}
	
	h4.modal-title {
	font-size:1.4em;
}
	
  .map-search-results#googlemap {
    height: 300px;
  }
  .property-grid .panel .panel-body {
    min-height: auto;
  }
  #googlemap {
    min-height: 300px;
  }
  footer {
    font-size: 10px;
    text-align: center;
  }
  /*.cc-cookies {
    position: absolute;
    float: left;
  }*/
	
}

/*cookie policy*/
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

    background-color: rgba(0, 0, 0, 0.8) !important;
    max-width: 100% !important;
    
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree{
	color:#fff !important;
	background: #eb892d !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject{
	color:#fff !important;
	background: #eb892d !important;

}
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save{
	color:#fff !important;
	background: #eb892d !important;
}
/*cookie policy*/

    .header-home .logo2,
    .header .logo2 {
        position: absolute;
        left: 210px;
        top: 30px;
        z-index: 1000;
    }

    @media (min-width:1024px) and (max-width:1365px) {
        .header-home .logo2,
        .header .logo2 {
            position: absolute;
            left: 2px;
            top: 30px;
            z-index: 1000;
        }
        .logo2 img {
            max-height: 133px;
        }
    }

    @media (max-width:1023px) {
        .header-home .logo2,
        .header .logo2 {
            position: absolute;
            left: 90px;
            top: 20px;
            z-index: 1000;
        }
        .logo2 img {
            max-height: 80px;
        }
    }

    @media (min-width:1366px) and (max-width:1439px) {
        .header-home .logo2,
        .header .logo2 {
            position: absolute;
            left: 190px;
            top: 30px;
            z-index: 1000;
        }
        .logo2 img {
            max-height: 133px;
        }
    }

    @media (min-width:1440px) {
        .header-home .logo2 {
            position: absolute;
            left: 210px;
            top: 30px;
            z-index: 1000;
        }
        .header-home .logo2 img {
            max-height: 251px;
        }
    }

    @media (min-width:1440px) {
        .header .logo2 {
            position: absolute;
            left: 150px;
            top: 30px;
            z-index: 1000;
        }
        .header .logo2 img {
            max-height: 133px;
        }
    }

    .header-home .nav-down .logo2 img,
    .header .nav-down .logo2 img {
        height: 140px;
    }

    .header-home .nav-down .logo2,
    .header .nav-down .logo2 {
        left: 150px;
    }

    @media (max-width:1440px) and (min-width:769px) {
        .header-home .nav-down .logo img,
        .header-home .nav-down .logo2 img,
        .header .nav-down .logo img,
        .header .nav-down .logo2 img {
            height: 115px;
        }
        .header-home .nav-down .logo2,
        .header .nav-down .logo2 {
            left: 120px;
        }
    }

    @media (max-width:768px) {
        .header-home .nav-down .logo img,
        .header-home .nav-down .logo2 img,
        .header .nav-down .logo img,
        .header .nav-down .logo2 img {
            height: 80px;
        }
        .header-home .nav-down .logo2,
        .header .nav-down .logo2 {
            left: 90px;
        }
    }
ul.fees {
    list-style: none;
}

ul.fees li::before {
    content: "\2022";
    color: #eb892d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

