﻿/*
Theme Name: Embrace2014
Description: Theme designed by hotscot
Author: Hotscot
Author URI: http://hotscot.net
Version: 1.0
*/

body {
    font-family:'Open Sans',sans-serif;
    color:#434343;
    background:#fff url('images/bg1.jpg') no-repeat center top;
    backround-size:auto,100%;
    font-style:normal !important;
}
a {
    color:#75b14b;
    outline: none !important;
}
h1,h2,h3 {
	font-family: "museo-slab", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-weight:normal;
}
h4,h5,h6 {
    font-family:'Open Sans',sans-serif;
    font-weight:normal;
}
header {
    width:100%;
    height:93px;
    /*background:#1a1e44 url(images/header-bg.jpg) no-repeat center top;*/
	background: #ffffff url(images/bg-header-new.gif) repeat-x center bottom;
    color:white;
    margin-bottom:250px;
}
.logo {
    height:93px;
    width:223px;
    float:left;
}
.logo a {
    display:inline-block;
    width:195px;
    height:68px;
    background:url(images/embrace-scotland-logo-new.png) no-repeat left top;
    text-indent:-999em;
    margin:15px 0 0 0px;
}
    #top {
    float:left;
    height:45px;
    width:896px;
    line-height:45px;
    padding-left:20px;
    color:#eaebed;
    font-size:13px;
}
    .newsltr {
    background:url(images/icon-envelope-new.png) no-repeat left 17px;
    padding-left:22px;
	position: relative;
	color:#33348E;
	font-weight:600;
}
        .newsletter {
        display:inline;
        position:absolute;
}
        .newsletter input[type="text"] {
        line-height:1.3em;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        /*border:1px solid #151834;*/
		border:1px solid #cccccc;
        color:#33348E;
        outline:none;
        padding:5px;
        margin-left:10px;
        padding-right:50px;
        width:180px;
		/*background: #1b1f45;*/
		background-color:#ffffff;
}

.newsletter ::-webkit-input-placeholder {
   color: white;
   color:#33348E;
}

.newsletter :-moz-placeholder { /* Firefox 18- */
   color: white;
   color:#33348E;
}

.newsletter ::-moz-placeholder {  /* Firefox 19+ */
   color: white;
   color:#33348E;
}

.newsletter :-ms-input-placeholder {
   color: white;
   color:#33348E;
}

    .newsletter input[type="submit"] {
        position:absolute;
        right:2px;
        top:9px;
        text-transform:uppercase;
        padding:2px 9px;
        font-size:14px;
}
        .btn.btn-primary {
        background:#519025;
        border:1px solid #519025;
}
        .btn.btn-primary:hover {
        background:#477e21;
}
    ::-webkit-input-placeholder {
    color:#151834;
}
:-moz-placeholder {
     color:#151834;
}
::-moz-placeholder {
     color:#151834;
}
:-ms-input-placeholder {
         color:#151834;
}
    .social.list-inline>li {
        padding-left:0;
}
    #menu-menu-1 {
        display: none;
        list-style:none;
}
        #menu-menu-1 li {
        display:inline;
        float:left;
		font-weight:600;
}
#menu-menu-1>li:first-child a {
    border-left:solid 1px #cccccc;
}
        #menu-menu-1 li a {
        display:inline-block;
        /*border-top:2px solid #1f2346;*/
		border-top:2px solid #cccccc;
        /*color:white;*/
		color:#33348E;
        font-size:15px;
        /*border-right:1px solid #394a70;*/
        border-right:1px solid #cccccc;
        padding:11px 27px 11px 27px;
}

        #menu-menu-1 li>a:hover,
		#menu-menu-1 li.current-menu-item>a:hover {
        text-decoration:none;
        /*background:#1f2346;*/
		background-color:#33348E;
		color:#ffffff;
        /*border-top:2px solid #6a9f4a;*/
		border-top:2px solid #33348E;
		border-right:1px solid #33348E;
}
		#menu-menu-1 li.current-menu-item>a {
        text-decoration:none;
		background-color:#ffffff;
		color:#33348E;
		border-top:2px solid #33348E;
		border-right:1px solid #cccccc;
}

#menu-menu-1 ul li a:hover,
#menu-menu-1 ul li.current-menu-item a {
        text-decoration:none;
        background: none;
        border: none;
}

        header .row {
        position:relative;
}
        #stamp {
        position:absolute;
        top:130px;
        right:50px;
}
    .content {
    background:url(images/white-transparent.png);
    padding-top:15px;
}
.col-sm-12 h3.text-center {
    color:#1a1e44;
    margin-bottom:30px;
    margin-top:10px;
}
.search-box {
    background:#519025;
    color:white;
}
.search-box h2 {
    background:#3b7a12 url(images/icon-search.png) no-repeat 14px 16px;
    padding: 15px 10px 18px 67px;
    font-size:17px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:5px;
    margin-top:0;
}
.searchform {
    padding:20px 20px 8px 20px;
    font-weight:normal;
}
.searchform input[type="text"] {
    border:none;
    width:100%;
    webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:4px;
    color:#434343;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width:100%;
}
.searchform .btn-group>.btn:first-child {
    border:none;
    webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:4px;
    width:100%;
    background:white;
    color:#434343;
}
.searchform input[type="text"].datepicker {
    width:118px;
    margin-right:5px;
}
.searchform .glyphicon.glyphicon-question-sign {
    color:white;
    text-decoration:none;
    font-size:22px;
    position:relative;
    top:6px;
}
.searchform label {
    display:block;
    font-weight:normal;
}
.searchform input[type="submit"] {
    width:100%;
}
.btn.btn-default {
	background-color:#FFF;
	color:#33348E;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border: solid 1px #cccccc;
    font-weight:normal;
}
.btn.btn-default:hover {
	background-color:#33348E;
	color:#ffffff;
}
.btn.btn-default.buttonhome {
  background-color:#1A1E44;
    color:white;
	border: none;
	padding: 7px;
}
.btn.btn-default.buttonhome:hover {
  background-color:#33348E;
}
.searchform p {
    margin-bottom:15px;
}
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding:5px 10px;
}
.datepicker td.active,.datepicker td.active:hover,.datepicker td.active:hover,.datepicker td.active:hover:hover,.datepicker td.active:focus,.datepicker td.active:hover:focus,.datepicker td.active:active,.datepicker td.active:hover:active,.datepicker td.active.active,.datepicker td.active:hover.active,.datepicker td.active.disabled,.datepicker td.active:hover.disabled,.datepicker td.active[disabled],.datepicker td.active:hover[disabled] {
    background:#1b1f45;
    color:white;
}
.discover {
    padding:20px 20px 0 20px;
    background:#1a1e44 url(images/mapbg.jpg) no-repeat left bottom;
    color:white;
    font-size:13px;
    line-height:22px;
    min-height:423px;
}
.discover h4 {
    font-family: "museo-slab";
	font-size:18px;
    font-weight:600;
    margin-top:0;
    margin-bottom:20px;
	margin-left: 6px;
}
.regions li {
    margin-bottom:1px;
    width:270px;
}
.regions li a {
    display:inline-block;
    color:white;
    text-decoration:none;
    padding:4px 5px 4px 30px;
    width:100%;
    background:#303765 url(images/smallarrow.png) no-repeat 7px center;
    font-size:13px;
}
.regions li a:hover,.regions li a.active {
    background:#519025 url(images/smallarrow.png) no-repeat 7px center;
    margin-left:-20px;
}
.regions-container {
    width:272px;
    float:right;
}
.regions-text-container {
    width:175px;
    float:left;
    margin-left:22px;
    line-height:18px;
}
.regions-map-container {
    width:244px;
    float:left;
    margin-left:10px;
    padding-top:16px;
}
.region-slider li{display: none;}
.region-slider li.first{display: block;}

.discover .btn.btn-default {
    background:#303765;
    padding:6px 25px;
}
.discover .btn.btn-default:hover {
    background:#252c58;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    outline:none !important;
}
.bx-wrapper .bx-viewport {
    background:none;
    border:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.bx-wrapper {
    margin:0;
}
.searchform input[type="text"].datepicker {
    background:#fff url(images/icon-calendar.gif) no-repeat 6px center;
    padding-left:25px !important;
}
.quarter {
    width:25%;
    float:left;
    margin-bottom:15px;
}
.quarter .box {
    background:#ece2c1;
    border-right:1px solid #dfce9c;
    border-top:1px solid #dfce9c;
    border-bottom:1px solid #dfce9c;
    padding:14px;
    min-height:104px;
}
.quarter .box.first {
    background:#EFD57C;
    color:#323232;
    border-left:1px solid #ECE2C1;
    border-top:1px solid #ECE2C1;
    border-bottom:1px solid #ECE2C1;
    font-weight:bold;
}
.quarter .box.first p {
    color:#323232;
    font-weight:bold;
}
.features .quarter .box.first h5 {
    color:#519025;
    font-weight:700;
}
.features .row {
    margin-left:0;
    margin-right:0;
    margin-top:30px;
}
.features .row .box-icon {
    float:left;
    margin-right:12px;
    margin-bottom:13px;
}
.features .row .quarter h5 {
    margin-top:0;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    color:#609839;
    margin-bottom:3px;
}
.features .row p {
    font-size:13px;
    color:#323232;
    margin-bottom:0;
}
.features {
    margin-bottom:30px;
}
.ideas {
    background:url(images/bulb.png) no-repeat 50px top;
    padding-top:4px;
    margin-top:15px;
}
.ideas h4 {
    color:#1a1e44;
    margin-bottom:-7px;
    font-size:22px;
    padding-bottom:7px;
	font-family: "museo-slab";
}
.ideas .box {
    padding:10px 10px 54px 10px;
    border:1px solid #d6d6d6;
    position:relative;
    box-shadow:5px 5px 5px #f0f0f0;
    background:white;
}
.ideas .box:hover {
    box-shadow:3px 3px 5px #dcd9d9;
}
ul.row {
    margin:0 -15px 0 -15px;
    list-style:none;
    padding:0;
}
ul.row li {
    color:#434343;
}
ul.row li h5 {
    font-size:15px;
    font-weight:bold;
    padding-top:10px;
}
.boxlink {
        border-top:1px solid #dadada;
    color:#519025;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    font-size:13px;
    margin:0;
    padding:14px 0;
}
.boxlink a {
    color:#519025;
}
.boxdesc {
    font-size:14px;
    min-height:85px;
}
.ideas .row {
    margin-bottom:30px;
}
.btn.btn-success {
    background:#519025;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    padding:7px 44px;
    border:none;
}
.btn.btn-success:hover {
    background:#498420;
}
.ideas h4.bordered {
    background:url(images/green-bar.jpg) no-repeat center bottom;
    margin-bottom:0;
    padding-bottom:25px;
    padding-top:20px;
}
.property-carousel {
    background:#f9f9f9;
    border:1px solid #d6d6d6;
    margin-left:15px;
    margin-right:15px;
    padding:20px 20px 7px 20px;
    position:relative;
}
.boximg {
    float:left;
    margin-right:10px;
    position:relative;
}
.property-carousel .box h5 {
    padding-top:0;
    margin-top:0;
    font-size:14px;
    color:#75b14b;
    padding-bottom:0px;
    margin-bottom:3px;
}
.ideas .property-carousel .box {
    padding-bottom:10px;
    position:relative;
}
.ideas .property-carousel .btn.btn-success {
    margin-top:13px;
    margin-bottom:8px;
}
.ideas .property-carousel .row {
    margin-bottom:0;
    margin-top:0;
}
.property-carousel strong {
    margin-bottom:15px;
    display:inline-block;
    font-size:16px;
    font-weight:600;
}
.ideas .property-carousel ul.row {
    margin-left:0;
    margin-right:0;
    margin-top:0px;
    margin-bottom:5px;
}
.arrows {
    position:absolute;
    top:16px;
    right:10px;
}
.arrows .arrow-left .bx-next {
    width:13px;
    height:23px;
    display:inline-block;
    background:url(images/arrow-right.png) no-repeat left top;
    text-indent:-999em;
}
.arrows .arrow-right .bx-prev {
    width:13px;
    height:23px;
    display:inline-block;
    background:url(images/arrow-left.png) no-repeat left top;
    text-indent:-999em;
}
.btn.btn-info {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.property-carousel .btn.btn-default {
    font-size:12px;
    position:absolute;
    right:10px;
    bottom:10px;
}
.bottom-boxes .box {
    padding-bottom:10px;
    font-size:14px;
    min-height:307px;
}
.bottom-boxes .box img.img-responsive {
    width:100%;
}
.bottom-boxes .box h5 {
    font-size:18px;
    text-align:center;
    font-weight:600;
    background:url(images/green-bar.jpg) no-repeat center bottom;
    padding-bottom:20px;
    border-bottom:1px solid #e2e2e2;
    margin-bottom:15px;
	font-family: "museo-slab";
}
.twitter-list .img-twitter {
    float:left;
    margin-right:7px;
    margin-top:4px;
}
.twitter-list li {
    border-bottom:1px solid #d6d6d6;
    font-size:13px;
    margin-bottom:18px;
    padding-bottom:19px;
}
.twitter-list li:last-child {
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}
.bottom-boxes {
    padding-top:15px;
    margin-bottom:100px;
}
.bottom-blue {
    background:#222547 url(images/navy-bg.jpg) no-repeat right bottom;
    color:white;
    padding-bottom:15px;
    font-size:13px;
    line-height:1.6em;
    float:left;
    width:100%;
    margin-top:20px;
}
.bottom-blue h3 {
    color:#75b14b;
    margin-bottom:15px;
    font-weight:600;
	font-family: "museo-slab";
}
.bottom-green {
    background:#509026 url(images/greenbg.jpg) no-repeat right bottom;
    color:white;
    padding:0px 0 5px;
    width:100%;
    clear:both;
}
.bottom-green h4 {
    margin-bottom:18px;
}
.bottom-green input[type="text"] {
        border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:9px 50px 10px 5px;
    outline:none;
    margin-bottom:0;
    width:570px;
    border:2px solid #609839;
    color:#434343;
}
.bottom-green form {
    position:relative;
    margin-bottom:0;
    display:inline-block;
    z-index:100;
}
.bottom-green input[type="submit"] {
    position:absolute;
    right:3px;
    top:3px;
    padding:8px 12px 7px 12px;
}
footer {
    background:#ece2c1;
    padding:36px 0 0 0;
    font-size:12px;
    color:#3d3d3d;
}
footer a {
    color:#336014;
}
footer h4 {
    margin-top:0;
	font-family: "museo-slab";
    font-size:16px;
    font-weight:bold;
    color:#3d3d3d;
}
footer ul li {
    margin-top:5px;
}
p.assc {
    margin-top:20px;
}
.bottom {
    margin-top:20px;
    background:#ddd0a5;
    padding-top:20px;
    line-height:25px;
    color:#000000;
}
.breadcrumb {
    margin:0;
    padding:0;
    background:none;
    color:#000000;
}
.breadcrumb>li+li:before {
    color:#000000;
}
.breadcrumb li {
    margin:0;
    padding:0;
}
header.interior {
    margin-bottom:150px;
}
header.interior #stamp {
    top:100px;
    width:150px;
}
.headerin{
    /*background: #1A1E44 url(images/header-bg.jpg) no-repeat center top;*/
	background: #ffffff url(images/bg-header-new.gif) repeat-x center bottom;
}
.headerin .logo{display: none;}
.container.features {
    background:url(images/white-transparent.png);
}
.search-box-interior {
    color:white;
    border:none;
    background:#519025;

    margin-bottom:15px;
    font-size:13px;
    position:relative;
}
.search-box-interior h2 {
    background:#3b7a12 url(images/icon-search.png) no-repeat 10px 17px;
    background-size:12px 12px;
    padding:10px 10px 15px 30px;
    font-size:18px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:5px;
    margin-top:0;
    color:#fff;
}
.search-box-interior .searchform input[type="text"].datepicker {
    width:86%;
}
.search-box-interior .searchform input[type="text"] {
    border:1px solid #dfce9c;
}
.search-box-interior h2 small {
    color:white;
    display:block;
    color:#fffbee;
}
.search-box-interior .searchform .btn-group>.btn:first-child {
    font-size:12px;
    border:1px solid #dfce9c;
}
.search-box-interior .searchform {
    padding:10px 15px 5px 15px;
}
.search-box-interior .searchform p {
    margin-bottom:11px;
}
.search-box-interior .bootstrap-select.btn-group .dropdown-menu li a {
    font-size:12px;
}
strong.min-price {
    display:inline-block;
    padding-right:19px;
}
.separator {
    border-bottom:1px dotted #6fbd38;
    display:block;
    margin:20px 0;
}
strong.max-price {
    display:inline-block;
    padding-left:10px;
}
.search-box-interior .slider.slider-horizontal {
    width:142px !important;
}
.slider-handle {
    background:#1a1e44 !important;
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    width:11px;
    height:18px;
}
.search-box-interior .btn.btn-default {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:14px;
}
header .breadcrumb {
    position:absolute;
    bottom:-130px;
    font-size:12px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
header .breadcrumb {
    overflow:hidden;
    width:100%;
}
header .breadcrumb li {
    float:left;
    margin:0 .5em 0 1em;
}
header .breadcrumb a {
    background:#ddd;
    padding:.5em 1em;
    float:left;
    text-decoration:none;
    color:#444;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    position:relative;
}
header .breadcrumb a:hover {
    background:#303765;
    color:white;
    text-shadow:none;
    -moz-text-shadow:none;
    -webkit-text-shadow:none;
}
header .breadcrumb a::before {
    content:"";
    position:absolute;
    top:50%;
    margin-top:-1.5em;
    border-width:1.5em 0 1.5em 1em;
    border-style:solid;
    border-color:#ddd #ddd #ddd transparent;
    left:-1em;
}
header .breadcrumb a:hover::before {
    border-color:#303765 #303765 #303765 transparent;
}
header .breadcrumb>li+li:before {
    content:'';
}
header .breadcrumb a::after {
    content:"";
    position:absolute;
    top:50%;
    margin-top:-1.5em;
    border-top:1.5em solid transparent;
    border-bottom:1.5em solid transparent;
    border-left:1em solid #ddd;
    right:-1em;
}
header .breadcrumb a:hover::after {
    border-left-color:#303765;
}
header .breadcrumb .active,header .breadcrumb .active:hover {
    font-weight:bold;
    background:none;
}
header .breadcrumb .active a::after {
    border-color:transparent #519025 transparent #519025;
}
header .breadcrumb .active a::before {
    border-color:#519025 #519025 #519025 transparent;
}
header .breadcrumb .active a {
    cursor:default;
    background:#519025;
    color:white;
    text-shadow:none;
    -moz-text-shadow:none;
    -webkit-text-shadow:none;
}
h3.search-heading {
    color:#1a1e44;
    margin-top:8px;
    font-weight:500;
	font-family: "museo-slab";
	font-size:22px;
}
.paddingp {
    padding:10px;
}
.filter-sort .btn.btn-default {
    background:white;
    font-size:13px;
    color:#434343;
}
.filter-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width:130px;
    margin-top:7px;
    border:1px solid #e8e8e8;
}
.filter-sort ul.selectpicker li a {
    font-size:13px;
}
.search-box-interior input[type=checkbox] {
    margin:0;
    background:white;
}
.search-box-interior label input[type=checkbox] {
    position:relative;
    top:2px;
}
.row.bordered, h3.bordered {
    border-bottom:1px solid #d6d6d6;
    margin-bottom:15px;
}

h3.bordered { padding-bottom: 10px; color: #394a70; }
.listing .box {
    padding:10px;
    border:1px solid #d6d6d6;
    position:relative;
    box-shadow:5px 5px 5px #f0f0f0;
    background:white;
}
.listing .box:hover {
    box-shadow:3px 3px 5px #dcd9d9;
}
.meta-box {
    position:absolute;
    right:5px;
    top:10px;
    font-size:11px;
}
.meta-box li a {
    display:inline-block;
    background:#ece2c1;
    border:1px solid #dfce9c;
    text-decoration:none;
    padding:3px 5px;
    color:#323232;
}
.meta-box li i {
    margin-right:5px;
}
.meta-box li a:hover {
    background:#e0d6b7;
}
.listing .boximg a img {
    border:1px solid #d6d6d6;
    width: 220px;
    min-height: 150px;
    height: auto;
}
.listing .boximg li{margin-bottom: 0px;}
.listing .boximg ul.property-stars{margin-bottom: 10px;}
.listing .boximg ul.property-stars span{margin-right: 5px;}
.listing .boxcont h5 {
    margin-top:0;
    font-weight:600;
    margin-bottom:6px;
    color:#1f2346;
}
.listing .boxcont h4 {
    margin-top:3px;
    font-weight:600;
    padding-right:270px;
    margin-bottom:8px;
}
.listing .boxcont h6 {
    margin-top:0;
    margin-bottom:8px;
}
.listing .boxcont {
    float:right;
    width:590px;
    font-size:13px;
}
.listing li {
    margin-bottom:12px;
}
.listing .boxcont .col-sm-9 h4 {
    padding-right:90px;
}
.listing .boxcont .col-sm-3 {
    padding-top:36px;
}
.price-listing {
    border-left:1px solid #d6d6d6;
    padding-left:20px;
    margin-bottom:10px;
}
.listing .btn {
    font-size:12px;
    margin-bottom:0;
}
.listing .box {
    padding-bottom:0;
}
.listing .price-listing p {
    margin-bottom:5px;
	text-align: right;
}
.listing .price-listing h3 {
    margin:0;
    padding:0;
    font-weight:700;
    color:#1f2346;
	text-align:right;
}
.list-group-item:first-child,.list-group-item:last-child {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.list-group {
    font-size:13px;
}
.select-region-map {
    background:#1f2346;
    padding:15px 15px 5px 15px;
    margin-bottom:10px;
}
.select-region .btn.btn-default {
    background:#0f122b;
    color:white;
    font-size:13px;
}
.pagination {
    font-size:13px;
    margin-top:5px;
}
.pagination>li>a,.pagination>li>span {
    color:#1f2346;
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background:#519025;
    border:1px solid #519025;
}
.pagination>li>a,.pagination>li>span {
    padding:4px 10px;
}
p.star-line {
    margin-top:-5px;
    margin-bottom:5px;
}
.sidebar.box {
    text-decoration:none;
    color:#323232;
    margin-bottom:20px;
    position:relative;
    font-size:13px;
}
.sidebar.box p,.sidebar.box li {
    padding:0 10px;
}
.sidebar.box.last-minute {
    background:#ece2c1;
    border:1px solid #dfce9c;
}
.sidebar.box .btn {
    font-size:13px;
}
.sidebar.box h4 {
    font-weight:600;
    margin-top:0;
    padding:5px 0 10px 0;
font-family: "museo-slab";
}
.sidebar.box h4 i {
    margin:0 8px 0 10px;
    font-size:26px;
    font-weight:normal;
}
.sidebar.box.last-minute h4 {
    border-bottom:1px solid #dfce9c;
    background:#ddd0a5;
    color:#336014;
}
.sidebar.box.last-minute h4 i {
    position:relative;
    top:3px;
    color:#323232;
}
.sidebar-box-bg {
    position:absolute;
    right:10px;
    bottom:10px;
    font-size:86px;
    opacity:.05;
}
.sidebar.box.seasonal-offers h4 {
    border-bottom:1px solid #3b7a12;
    background:#3b7a12;
    color:#ffe17e;
}
.sidebar.box.seasonal-offers h4 i {
    position:relative;
    top:3px;
    color:#fff;
    font-size:24px;
}
.sidebar.box.seasonal-offers {
    background:#519025;
    border:1px solid #3b7a12;
    color:white;
}
.sidebar.box.seasonal-offers a {
    color:#ffe17e;
}
.page-content {
    padding:10px;
    border:1px solid #d6d6d6;
    position:relative;
    box-shadow:5px 5px 5px #f0f0f0;
    background:white;
    margin-bottom:20px;
}
.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6 {
    font-weight:600;
}
.page-content h1 {
    margin-top:0;
}
.sidebar.box .nav {
    background:#1f2346;
    color:white;
    font-size:13px;
}
.sidebar.box .nav li {
    padding:0;
}
.sidebar.box .nav li a {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    color:white;
    display:block;
    padding:4px 10px;
    border-bottom:1px solid #2a2c4c;
}
    .sidebar.box .nav li a:before {
    content:'';
    font:normal normal normal 14px/1 FontAwesome;
    margin-right:5px;
    font-weight:300;
    font-size:11px;
    display:block;
    float:left;
    margin-top:4px;
    padding-bottom:5px;
}
.sidebar.box .nav li a:hover {
    background:#519025;
    color:white;
    text-decoration:none;
}
.sidebar.box .nav li h4 {
    padding:10px;
    background:#0e1230;
    margin:0;
}
.sidebar.box .nav ul li {
    list-style:none;
    width:100%;
    display:block;
}
.sidebar.box .nav ul {
    margin:0;
    padding:0;
    background:#0e1230;
}
.sidebar.box .nav ul li a {
    padding-left:20px;
}
.sidebar.box .nav ul ul li a {
    padding-left:40px;
}
.sidebar.box .nav ul li a:before {
    content:'';
    font-size:9px;
}
.sidebar.box .nav ul.children{display: none;}
.sidebar.box .nav li.current_page_item > ul.children,
.sidebar.box .nav li.current_page_ancestor > ul.children{display: block;}
.sidebar.box .nav li.current_page_item > a{background: #519025;}
.sidebar.box .nav ul ul ul{padding-left: 20px;}

.row.bottom-boxes p {
    margin-bottom:10px;
}
.ideas .row.bottom-boxes .box {
    padding-bottom:0;
	min-height: 382px;
}
.ideas .row.no-margin-bottom {
    margin-bottom:0;
}
.ideas .row.no-margin-top {
    margin-top:0;
}
.top-reviews {
    position:absolute;
    left:15px;
    top:165px;
    width:470px;
}
.top-reviews h3 {
    margin:0;
    background:url(images/green-transparent.png);
	font-family: "museo-slab";
    font-weight:normal;
    display:inline-block;
	font-size:34px;
	padding: 13px 20px 13px 20px;
}
.top-reviews p {
    margin:0;
    background:url(images/green-transparent.png);
    padding:10px 15px 0 15px;
    font-size:12px;
    line-height:1.3em;
}
.top-reviews p.top-reviews-rating {
    padding-bottom:12px;
    font-size:13px;
}
    .top-reviews p.top-reviews-rating img {
    float:right;
    position:relative;
    top:3px;
}
.top-reviews h3 i {
    margin-right:10px;
    color:#e1f5d3;
    font-size:1.5em;
}
.asscbadgestop {
    right:20px;
    bottom:-50px;
    position:absolute;
}
.asscbadgestop {
    right:84px;
    bottom:-334px;
    position:absolute;
    z-index:500;
}
.region-image {
    border:2px solid white;
}
#menu-menu-1 li.item-with-ul ul {
    position:absolute;
    margin:0;
    padding:10px 15px 5px 15px;
    background:#1f2346;
    z-index:600;
}
#menu-menu-1 li.item-with-ul ul li {
    float:none;
    ;
}
#menu-menu-1 li.item-with-ul ul li a {
    display:block;
    border:none;
    font-size:12px;
    padding:0;
    margin-bottom:7px
}
#menu-menu-1 li ul li a:before {
    content:'';
    font:normal normal normal 14px/1 FontAwesome;
    margin-right:7px;
    font-weight:300;
    font-size:11px;
    color:#519025;
}
#menu-menu-1 li ul li a:hover {
    color:#5cb85c;
}
#menu-menu-1 li ol {
    margin:0;
    padding:0;
    float:left;
    min-width:264px;
}
#menu-menu-1 li ol h4 {
    font-weight:600;
    font-size:15px;
    margin-bottom:12px;
    padding-bottom:0px;
    margin-top:0;
    padding-top:8px;
    color:#78be48;
}
.property .nav.nav-tabs {
    margin-top:30px;
}
.nav.nav-tabs>li>a {
    text-decoration:none;
    background-color:#f4f4f4;
    color:#6f6c6c;
}
.nav.nav-tabs>li>a:hover,.nav.nav-tabsv>li>a:focus {
    background:#519025;
    color:white;
}
.nav-tabs>li {
    margin-bottom:0;
    margin-right:4px;
    font-weight:600;
}
.nav.nav-tabs>li.active a {
    position:relative;
    bottom:-1px;
    background:white;
}
.nav.nav-tabs>li.active a:hover {
    color:#555;
}
.tab-pane {
    margin-bottom:30px;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    padding:20px;
    box-shadow:5px 5px 5px #f0f0f0;
    background:white;
}
.gallery img {
    width:100%;
}
.gallery-container {
    border:1px solid #ddd;
    padding:10px 5px 10px 15px;
    margin-bottom:20px;
}
.gallery-pager {
    margin-top:16px;
}
.gallery-container .bx-wrapper .bx-prev {
    left:-5px !important;
    background:#282c59 url(images/smallarrow.png) no-repeat center center;
    top:75px;
}
.gallery-container .bx-wrapper .bx-next {
    right:5px !important;
    background:#282c59 url(images/smallarrow2.png) no-repeat center center;
    top:75px;
}
.property-stars span {
    display:inline-block;
    width:18px;
    height:15px;
    background:url(images/icon-home.png) no-repeat left top;
    color:white;
    text-align:center;
    line-height:18px;
    font-size:11px;
    font-weight:600;
    margin-right:15px;
    position:relative;
    top:2px;
}
.infotable {
    font-size:13px;
    width:100%;
    background:#f9f4e4;
    border-top:1px solid #f2ebd5;
    border-left:1px solid #f2ebd5;
    margin-bottom:20px;
}
.infotable td {
    padding:5px;
    border-right:1px solid #f2ebd5;
    border-bottom:1px solid #f2ebd5;
}
.infotable tr:nth-child(2n+1) td {
    background:white;
}
.property-stars {
    position:relative;
}
.property-social {
    float: right;
    margin-bottom: 10px;
}
.property {
    position:relative;
}
.property .btn {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    font-size:13px;
    padding:6px 12px;
    font-weight:600;
    border:none;
}
.property #overview .btn, .propertybuttons .btn {
    width:100%;
    text-align: left;
}
.property #contact .btn {
    width:200px;
}
.property .btn i {
    font-size:15px;
    margin-right:6px;
}
.property .badges {
    position:absolute;
    top:5px;
    right:0;
}
.property h3 {
    display:inline-block;
    padding-right:150px;
}
.gallery-container .fa.fa-search {
    width:32px;
    height:32px;
    position:absolute;
    bottom:50%;
    left:50%;
    margin-left:-16px;
    margin-bottom:-16px;
    text-align:center;
    line-height:32px;
    background:#282c59;
    color:white;
    display:none;
}
.gallery-container a:hover .fa.fa-search {
    display:block;
}
.gallery-container a:hover img {
    opacity:.6
}
table.facilities {
    margin-top:20px;
    margin-bottom:40px;
}
table.facilities img {
        margin-right:5px;
}
table.facilities td {
    width:33%;
}
.property .listing .boxcont {
    width:540px;
}
ul.image-gallery {
    padding-top:20px;
}
ul.image-gallery img {
    padding:1px;
    border:1px solid #ddd;
}
ul.image-gallery li {
    margin-right:47px;
    margin-bottom:30px;
}
ul.image-gallery li:nth-child(4n) {
    margin-right:0;
}
.popover-content h4 {
    font-size:1.2em;
    font-weight:bold;
}
.popover-content {
    font-size:0.8em;
    width:350px;
}
.popover {
    max-width:inherit;
}
.filter-sort .btn.btn-primary {
    font-size:13px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    margin-right:4px;
    position:relative;
    top:4px;
}
.filter-sort .btn i {
    margin-right:5px;
}
h6.results {
    color:#0f1229;
    font-weight:700;
}
.filter-section {
    padding-top:1px;
}
.filter-section-header {
    background:#3b7a12;
    padding:0 15px;
    cursor: pointer;
}
.filter-section-header h5 {
    font-weight:bold;
    display:inline-block;
}
.filter-section-body {
    padding-top:1px;
    display:none;
}
.filter-section-header .filter-arrow {
    float:right;
    margin-top:8px;
}
.filter-section-header .filter-arrow:hover {
    color:white;
}
.filter-section-header .filter-hide {
    display:none;
}
ul.select-clear {
    display:inline;
    font-size:11px;
    float:right;
    margin-right:5px;
    margin-top:10px;
}
ul.select-clear li a {
    color:#c99b0d;
}
ul.select-clear li {
    padding-left:2px;
    height:11px;
    line-height:1em;
}
ul.select-clear li:first-child {
    border-right:1px solid #fff;
}
.book-online-ribbon {
    position:absolute;
    top:-4px;
    right:-4px;
}
ul.list-properties {
    margin-top:6px;
    width:100%;
}
ul.list-properties>li {
    border-top:1px solid #d6d6d6;
    padding-top:2px;
    margin-bottom:10px;
}
ul.list-properties h4 {
    font-size:14px;
    margin-top:8px !important;
    margin-bottom:2px !important;
}
ul.list-properties ul {
    margin-bottom:0;
}
ul.list-properties ul li {
    display:inline-block;
    line-height:31px;
    font-weight:bold;
    padding-bottom:0;
    margin-bottom:0 !important;
}
 ul.list-properties ul li img {
     margin-top:10px;
}
 .listing .boxcont .list-properties h4 {
    padding-right:0;
}
.map-results {
    height: 750px;
}
.embed-responsive.embed-responsive-4by3{padding-bottom:0}
.back-listing,.map-results {
    display:none;
    margin-bottom: 20px;
}
.listing .list-properties {
    padding:4px 0;
}
#more-from-owner .boxcont {
    position:relative;
}
header .breadcrumb li::before {
    display:none;
}
.related-titles {
    margin-top:40px;
}
.related-titles h4 {
    font-weight:bold;
    margin-bottom:25px;
}
.related-titles h5 a {
    font-weight:bold;
    background:#f9f4e4;
    display:block;
    padding:5px;
    color:#1b1f45;
}
.related-titles h5 a:before {
    content:'';
    font:normal normal normal 14px/1 FontAwesome;
    margin-right:5px;
    font-weight:300;
    font-size:11px;
    color:#75b14b;
}
.related-titles h5 a:hover {
    text-decoration:none;
}
.gal {
    margin-left:10px;
    margin-top:5px;
}
.blog-post h1,.blog-post h2,.blog-post h3,.blog-post h4,.blog-post h5,.blog-post h6 {
    font-weight:bold;
    margin-top:5px;
    margin-bottom:10px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
.blog-post .date,.blog-post .postedin,.blog-post .author,.blog-post .comments {
    font-size:.9em;
    font-weight:bold;
}
.blog-post .date:before {
    content:"\f017";
    margin-right:5px;
    font:normal normal normal 14px/1 FontAwesome;
}
.blog-post .postedin:before {
    content:"\f15c";
    margin-right:5px;
    font:normal normal normal 14px/1 FontAwesome;
}
.blog-post .author:before {
    content:"\f007";
    margin-right:5px;
    font:normal normal normal 14px/1 FontAwesome;
}
.blog-post .comments:before {
    content:"\f086";
    margin-right:5px;
    font:normal normal normal 14px/1 FontAwesome;
}
.blog-post {
    border-bottom:1px dotted #cfcfcf;
    clear:both;
    overflow:hidden;
    padding-top:10px;
}
.pagination {
    margin-top:15px;
}
#commentform {
    margin-top:20px;
}
.price-listing .btn-default {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-top:24px;
}
.list-properties {
    display:none;
    position:relative;
}
.list-properties li.close a {
    padding:0;
    border:none;
    color:#000000;
    position:absolute;
    top:-24px;
    right: 0px;
}

#reviewscoukWidget {
    margin: 0 auto;
    }

ul.select-clear {
    display: none;
    }

.searchform label.labelcheckbox{display: inline-block; padding-left: 10px;}
.popover-title{font-weight: bold;}
.popover-content{font-size: 13px;}
.searchform .tooltip_ht .glyphicon.glyphicon-question-sign {font-size: 18px;}
.searchform .tooltip_ht{display: inline-block; margin: -5px 0px 0px 0px; float: right;}

/*** fixes for slider tooltip ***********/
.slider .tooltip{top:-30px !important;}

.prop_box_hidden{display: none;}

#ht_googlemap{width: 100%; height: 700px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#mapimagemap area{outline: 0px none;}

/******************* COMMENTS **********************/
ul#comments_div,
ul#comments_div ul{margin: 0px; padding: 0px;}
ul#comments_div li{list-style: none;}
#comments_div .comment{
    background-color: #ebebeb;
    margin-bottom: 15px;
    padding:10px 10px 10px 10px;
    display: block;
    font-size: 14px;
}
#comments_div .comment .comment{
    background:none;
    background-color: #dbdbdb;
    border:1px dashed #cccccc;
    margin-bottom: 5px;
    padding:10px 0px 10px 10px;
}
#comments_div img.avatar{float: right; margin: 10px 10px 10px 10px; border:0px none; padding: 0px;}
#comments_div p{margin-bottom: 10px;}
/******************* COMMENTS **********************/

.bx-wrapper .bx-controls-direction a{z-index: 100;}
.formtext p{font-size: 12px;}

/* animate loader icon */
.glyphicon-refresh-animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    -moz-animation: spin3 1s infinite linear;
}

@-moz-keyframes spin3 {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.sleeps {
 margin-bottom: 5px;
 font-weight: bold;
 color: #3b3b3b;
 line-height: 1.8;
 }

.sleeps i {
 margin-right: 5px;
 }
 .offercolour{color:#a41c5f;}
 .la_homepage .box h5{margin-bottom: 10px;}
 .la_homepage .boximg{width: 100px;}
 .la_homepage .boxcont p{line-height: 1.2; margin-bottom: 5px;}
 .ideas .la_homepage .box{padding-bottom: 20px;}
 .la_homepage .property-stars{padding-top: 5px;}
 .la_homepage .property-stars img{display: inline-block;}

 .features .row p.boxdesc {
	 min-height: 129px;
	 font-size: 14px !important;
	 }

.col-sm-9 article h1, .col-sm-9 article h2, .col-sm-9 article h3, .col-sm-9 article h4, .col-sm-9 article h5, .col-sm-9 article h6 {
	font-weight: 600;
	}

.col-sm-9 article h1 {
	color: #0e1230;
	font-size: 32px;
	margin-top: 5px;
	margin-bottom: 20px;
	}

.col-sm-9 article h2 {
	font-weight: 600;
	color: #3b7a12;
	font-size: 24px;
	margin-bottom: 15px;
	}

.col-sm-9 article h6 {
	font-size: 14px;

}

.related-articles {
background: #1f2346;
font-size: 13px;
line-height: 1.2em;
}

.related-articles a {
color: white;
}

.related-articles h4 {
padding: 10px;
background: #0e1230;
margin: 0;
color: white;
}

.related-articles ul {
padding: 10px;
}

.related-articles ul img {
width: 80px;
height: auto !important;
float: left;
margin-right: 10px;
}

.related-articles ul li {
overflow: hidden;
margin-bottom: 10px;
}

.related-articles ul li small {
display: block;
color: #75b14b;
}

figure.effect-apollo {
background: #3498db;
}

.col-sm-4 figure {
position: relative;
overflow: hidden;
margin: 0 0 20px 0;
max-width: 100%;
height: auto;
background: #1A1E44;
text-align: center;
height: 131px;
}

figure.effect-apollo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
/*-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1); */
}

.col-sm-4 figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
top: -2px;
}

.col-sm-4 figure figcaption, .col-sm-4  figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.col-sm-4 figure figcaption {
padding: 10px;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

figure.effect-apollo figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.col-sm-4 figure figcaption::before, .col-sm-4 figure figcaption::after {
pointer-events: none;
}

figure.effect-apollo h2 {
text-align: left;
}
.col-sm-4 figure h2, .grid figure p {
margin: 0;
}

.col-sm-4 figure a {
	color: white;
	}

.col-sm-9 article .col-sm-4 figure h2 {
font-weight: 600;
color: white;
font-size: 16px;
color: #fff;
text-shadow: 1px 1px 0 #000;
text-transform: capitalize;
}

figure.effect-apollo h4 {
position: absolute;
right: 0;
bottom: 10px;
margin: 0;
padding: 0 1em;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
font-weight: normal;
text-transform: capitalize;
font-size: 14px;
}

figure.effect-apollo:hover h4 {
	opacity: 1;
	}

figure.effect-apollo br {
	display: none;
	}


.col-sm-4 figure p {
letter-spacing: 1px;
font-size: 68.5%;
}

.col-sm-4 figure h2, .grid figure p {
margin: 0;
}

figure.effect-apollo:hover img {
opacity: 0.3;
/*-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
top: -6px; */
}
figure.effect-apollo img {
opacity: 0.6;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}

figure.effect-apollo:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover h2 {
	color: white !important;
	}

.metaslider {
	margin: 30px 0 30px 0;
	}

article .row.bordered {
	margin-left: 0px;
	margin-right: 0px;
	}

p.offers {
	color: #303765;
	font-size: 0.9em;
	}

.last-minute-banner {
	color: white;
	margin-top: 20px;
	background: #1f2346 url(images/stopwatch.png) no-repeat -30px bottom;
    margin-bottom: 20px;
	}

.last-minute-banner h3 {
	padding: 10px;
	background: #0e1230;
	margin: 0 0 8px 0;
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "museo-slab";
	font-weight:500;
	}

.last-minute-banner .offers {
	color: #ece2c1;
	line-height: 34px;
	}

.last-minute-banner p {
	padding: 0 10px;
	text-indent: 120px;
	}

.last-minute-banner p.text-right {
	text-indent: 0px;
	}

.loved-carousel{margin-bottom: 20px;}
.loved-carousel h3 {
	margin-top: 0;
	font-weight: 600;
	color: #0e1230;
	font-family: "museo-slab";
	}

.loved-carousel .boximg {
	width: 100px;
	}

.loved-carousel p {
	font-size: 13px;
	}
.loved-carousel .boxcont{margin-bottom: 50px;}

.bottom-boxes small {
font-size: 14px;
}

.loved-carousel h3 {
margin-left: -6px;
}

article.clearfix {
padding-bottom: 25px;
}

article .col-sm-6  {
margin-bottom: 25px;
}

article .col-sm-6 h4 {
font-size: 22px;
font-family: "museo-slab";
}

article .col-sm-6 h4 a {
color: #3b7a12;
}

.la_homepage .boximg img {
	height: 80px;
	}

.la_homepage .boximg ul img {
	height: auto;
	}

.ideas.bulb ul.row li.col-sm-3 .box img.img-responsive {
	width: 232px;
	height: 116px;
	}

.big_temp .metaslider{margin-top: 0px;}
.big_temp h1.text-center{
    color: #1A1E44;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 28px;
}
.arrows.list-inline>li:first-child {
	margin-right: 15px;
	}

header .social a {
	/*color: white;*/
	color:#33348E;
	font-size: 18px;
	position: relative;
	top: 2px;
	}

header .social a:hover {
	color: #519025;
	}

.social-container {
	background: url(images/follow-us.png) no-repeat left 5px;
	padding-left: 151px;
	}

.social-container .social a {
	color: #000000;
	font-size: 18px;
	position: relative;
	top: -4px;
	}

.social-container .social a:hover {
	color: #519025;
	}

h1.title-main {
	font-size: 24px;
	color: #1a1e44;
	margin-bottom: 30px;
	margin-top: 10px;
	}

h1.search-heading {
	color: #1a1e44;
	margin-top: 8px;
	font-weight: 600;
	padding-right: 150px;
	font-size: 24px;
	}

.loved-carousel {
	visibility: hidden;
	height: 10px;
	overflow: hidden;
	}

#videoembed{margin: 20px 0px 0px 0px;}
#videoembed iframe{width: 100% !important;}

/************* New Home Page **********************/
.headerheadings{padding-top: 50px;}
.headerheadings h1, .headerheadings h2{
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.63);
    font-weight: 700;
}
.headerheadings h1{font-size: 50px;}
.headerheadings h2{font-size: 30px; font-weight: normal;}
.homepageclass .search-box h2 {
    background-position: 12px 10px;
}

.homepageclass .searchicons{
    width: 125px;
    height: 73px;
    background-image: url(images/searchicons.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
}
.homepageclass .popularsearch{padding-top: 10px;}
.homepageclass .popularsearch .btn-default{
    background-color: #63b42e;
    color: #ffffff;
    border: 0px none;
    border-radius: 5px;
    margin: 10px 5px 10px 5px;
}
.homepageclass .popularsearch .btn-default:hover{background-color: #5AA329;}
.homepageclass .popularsearch h4{font-weight: 700; font-family: "museo-slab", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;}

.homepageclass .search-box{margin-bottom: -10px;}

.homepageclass .pushfeature1{margin-top: 10px; margin-bottom: 30px;}
.homepageclass .pushfeature1 h4{
    text-align: center;
    background: url(images/green-bar.jpg) no-repeat center bottom;
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-top: 20px;
    font-size: 22px;
    font-family: "museo-slab", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.homepageclass .pushfeature1 p{
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
}
.staticregions a{
    display: table;
    width: 100%;
    height: 244px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    margin-bottom: 20px;
}
.staticregions a span{
    display: block;
    width: 80%;
    min-height: 81px;
    padding: 10px 5% 10px 5%;
    position: absolute;
    top: 81px;
    left: 10%;
    color: #ffffff;
    background-color: rgba(26,30,68,0.85);
    font-size: 22px;
    font-family: "museo-slab", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.staticregions a:hover span{
    background-color: rgba(26,30,68,1);
}

@media (max-width: 1199px) {
    .homepageclass .search-box{min-height: 0px;}
}
@media (max-width: 991px) {
    .homepageclass .searchicons{display: none;}
    .homepageclass .search-box h2 {
        background-position: 12px 16px;
    }
    .staticregions a{margin-bottom: 20px;}
    .staticregions .row{margin-bottom: 0px; margin-top: 0px;}
}

@media (max-width: 767px) {
    .headerheadings h1, .headerheadings h2{
        color: #000000;
        text-shadow: none;
    }
    .headerheadings h1{font-size: 30px;}
    .headerheadings h2{font-size: 20px;}
    .staticregions a{height: 200px;}
    .staticregions a span{
        top: 64px;
        font-size: 20px;
    }
    .homepageclass .headerheadings{padding-top: 0px;}
}