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

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');*/


@font-face {
  font-family: 'FFDINPro-Regular';
  src: url('assets/fonts/FFDINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Regular.otf')  format('opentype'),
         url('assets/fonts/FFDINPro-Regular.woff') format('woff'), url('assets/fonts/FFDINPro-Regular.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Regular.svg#FFDIassets/fonts/NPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro-Medium';
  src: url('assets/fonts/FFDINPro-Medium.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Medium.otf')  format('opentype'),
         url('assets/fonts/FFDINPro-Medium.woff') format('woff'), url('assets/fonts/FFDINPro-Medium.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Medium.svg#FFDINPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro-Light';
  src: url('assets/fonts/FFDINPro-Light.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Light.otf')  format('opentype'),
	     url('assets/fonts/FFDINPro-Light.woff') format('woff'), url('assets/fonts/FFDINPro-Light.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Light.svg#FFDINPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro-Bold';
  src: url('assets/fonts/FFDINPro-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Bold.otf')  format('opentype'),
  url('assets/fonts/FFDINPro-Bold.woff') format('woff'), url('assets/fonts/FFDINPro-Bold.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Bold.svg#FFDINPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CalifornianFB-Reg';
  src: url('assets/fonts/CalifornianFB-Reg.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/CalifornianFB-Reg.woff') format('woff'), 
  url('assets/fonts/CalifornianFB-Reg.ttf')  format('truetype'), url('assets/fonts/CalifornianFB-Reg.svg#CalifornianFB-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ArialMT';
  src: url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),  url('fonts/ArialMT.woff') format('woff'), url('fonts/ArialMT.ttf')  format('truetype'), url('fonts/ArialMT.svg#ArialMT') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, .header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video, source {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
img {
width: auto\9;
height: auto;
max-width:100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

article, aside, dialog, figure, footer, .header, 
hgroup, menu, nav, section, menu { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

ins {
	background-color:#ff9;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

/*---------------------end reset css---------------------*/



body
{
	font-size:15px; 
	font-family: 'CalifornianFB-Reg';
	color:#004416;
}


*{ box-sizing: border-box; }

*::before, *::after { box-sizing: border-box; }


a{ color:#8dc63f; text-decoration:none; display: inline-block; transition:all 0.2s ease-in-out;}
a:hover{ color:#8dc63f; text-decoration:none;}
a:focus{ outline:none; text-decoration: none;}

.clear,.clearfix{ clear: both; }

.float_left { float:left !important;}
.float_right { float:right !important;}

.m0 { margin:0px !important;}
.mt0 { margin-top:0px !important;}
.mr0 { margin-right:0px !important;}
.mb0 { margin-bottom:0px !important;}
.ml0 { margin-left:0px !important;}

.p0 { padding:0px !important;}
.pt0 { padding-top:0px !important;}
.pr0 { padding-right:0px !important;}
.pb0 { padding-bottom:0px !important;}
.pl0 { padding-left:0px !important;}

.pt90 { padding-top:90px !important;}
.pb90 { padding-bottom:90px !important;}

.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}

.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}

.mr10 { margin-right:10px !important;}
.mr20 { margin-right:20px !important;}

.clear { clear:both;}
.clear_left { clear:left;}
.clear_right { clear:right;}

.display_none { display:none;}

.alignleft { float:left; margin-right:20px;}
.alignright { float:right; margin-left:20px;}


.text-success
{
	color:#8dc63f;
}

.site-pre-loader{
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s ease;
  height: 100%;
  z-index: 9999999999;
}
.xt-pre-loader-enable > .site{
  opacity: 0;
}
.sk-folding-cube{
  margin: 0px auto;
  top: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube{
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before{
  content: '';
  position: absolute;
  top: 0;
  background-color: #8dc63f;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2{
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3{
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4{
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before{
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before{
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before{
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle{
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle{
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}



.btn{ 
	display:inline-block; 
	padding:12px 20px 10px; 
	font-weight: 600;
	font-size: 15px;
	color:#fff;
	border:0;
	border-radius: 3px;
	transition:all 0.2s linear; 
	text-align:center;
	text-transform: capitalize;
	background-color: #8dc63f;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.btn:hover,
.btn:focus,
.btn:active:focus
{
	color:#fff;
	outline-offset: 0;
	outline: none;
	background-color: #75ad28;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.form-group
{
	margin-bottom: 30px;
}

.form-control                                 
{ 
	height: 42px;
	line-height: 44px;
	padding: 0 15px;
	color: #8b8b8b;
	border:1px solid #ded8d8;
	box-shadow: none;
	border-radius: 0;
	background:none;
	resize: none;
}

.form-control:focus
{
	box-shadow: none;
	border-color:#8dc63f;
}

.form-control::-webkit-input-placeholder
{
	color:#b9b9b9;
}
.form-control:-ms-input-placeholder
{
	color:#b9b9b9;
}
.form-control::-moz-placeholder
{
	color:#b9b9b9;
}

.form-control.textarea
{
	padding:15px;
}


.shadow-1
{
	background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.09);
}

p{ 
	margin:12px 0;
	line-height:24px; 
	color:#004416;
}

h1,h2,h3,h4,h5,h6
{ 
	margin:10px 0 0; 
	font-weight:normal; 
	color:#333; 
	line-height:normal;
	font-weight: 600;
}
h1{ font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:26px;}
h4{ font-size:24px;}
h5{ font-size:22px;}
h6{ font-size:18px;}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{ display:block;}


.text-bf1e2e
{
	color:#8dc63f;
}

.text-center{ text-align: center; }


.sm-icons a
{ 
	font-size:20px; 
	color:#8dc63f; 
	margin-left: 8px;
}
.sm-icons a:hover{ 
	color:#8dc63f;
}


.header
{
	z-index: 9999;
	position: relative;
	padding: 45px 32px;
	background:url("assets/images/header-bg.jpg") no-repeat;
	background-size:cover;
}

.index .header
{
	border:0;
	background:none;
}

.header .logo
{
	float: left;
}

.header .logo a
{ 
	display:inline-block;
}
.header .logo img 
{ 
	width:100%;
}
.header-right
{
	float: right;
}

.header-right > *
{
	float: left;
}


.menu-overlay{
    background:rgba(55,58,71,.9);
    position: fixed;
    opacity: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: -100%;
    z-index: 999;
    transition: opacity 0.2s 0s linear, left 0.3s 0s linear;
}
.menu-overlay.active
{
	opacity: 1;
	left: 0;
}

.main-menu .toggle-menu
{
	display: none;
	text-align: right;
}

.toggle-menu a
{
	color: #333;
	width: 30px;
	height: 30px;
	display: inline-block;

}

.toggle-menu a .fa
{
	font-size: 26px;
}

.main-menu ul:after
{
	content:"";
	display: block;
	clear: both;
}
.header-right .main-menu
{ 
	padding-top: 8px;
	position: relative;
	vertical-align: middle;
}
.main-menu ul li
{ 
	position:relative; 
	padding:0 7px;
	float:left; 
	list-style-type:none;
}



.main-menu > ul > li:last-child
{
	padding-right: 0;
	padding-left: 30px;
}

.main-menu > ul > li:last-child:after
{
	content: "";
	position: absolute;
	left:14px;
	top:2px;
	width: 1px;
	height: 16px;
	background-color: #fff;
}
.main-menu > ul > li:last-child a
{
  font-family: 'FFDINPro-Bold';  
}




.main-menu ul li a
{ 
	color:#fff; 
	cursor: pointer;  
	font-size:16px; 
	padding:0 5px 10px;
	font-family: 'FFDINPro-Medium';
	display:block; 
}

.main-menu ul li > .fa
{ 
  font-size:18px;
  position: absolute;
  top: 2px;
  right: -1px;
  color:#fff;
}

.main-menu ul li a .fa
{
	margin-right: 2px;
}

.main-menu > ul > li:hover a,
.main-menu > ul > li a:hover,
.main-menu > ul > li a.active,
.main-menu > ul > li:hover .fa
{ 
	color:#8dc63f;
}

.main-menu ul li ul
{ 
	position:absolute; 
	left:0; 
	visibility: hidden; 
	opacity: 0;
	top:100%; 
	padding: 10px; 
	transition: all 0.4s ease-in-out; 
	transform: translateY(-20px); 
	z-index:700;  
	background-color:#fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
}
.main-menu ul li:hover ul
{ 
	visibility: visible; 
	opacity: 1; 
	transform: translateY(0); 
}
.main-menu ul li ul li
{ 
	float:none; 
	padding:0;
}
.main-menu ul li ul li a
{ 
	padding:10px 15px; 
	font-size: 13px; 
  color:#8dc63f;
	display:block; 
	white-space: nowrap;

}
.main-menu ul li ul li a:hover
{
	background-color: #e9e9e9;
	color:#8dc63f;
}


.search-icon
{
	padding:5px;
	margin-left: 30px;
	cursor: pointer;
	margin-top: 2px;
}
.search-icon .fa
{
	font-size: 20px;
	color:#fff;
	transition: all 0.2s ease-in-out;
}
.search-icon:hover .fa
{
	color:#8dc63f;
}

.dialog, .dialog-overlay
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog{
    position:fixed;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    pointer-events:none;
    z-index:9999
}
.dialog-overlay{
    position:absolute;
    z-index:1;
    background:rgba(55,58,71,.9);
    opacity:0;
    -webkit-transition:opacity .3s;
    transition:opacity .3s;
    -webkit-backface-visibility:hidden
}
.dialog-open .dialog-overlay{
    opacity:1;
    pointer-events:auto
}
.dialog-content{
    width:80%;
    max-width:520px;
    min-width:290px;
    background:#fff;
    padding:20px;
    text-align:center;
    position:relative;
    z-index:5;
    opacity:0
}
.dialog-open .dialog-content{
    pointer-events:auto
}
.dialog h2{
    margin:0;
    font-weight:400;
    font-size:24px;
    padding:0 0 15px;
    text-transform:uppercase
}
.dialog-open .dialog-overlay{
    -webkit-transition-duration:0.8s;
    transition-duration:0.8s
}
.dialog-close .dialog-overlay{
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s
}
.dialog-content{
    padding:0;
    background:transparent
}
.dialog.dialog-open .dialog-content{
    opacity:1
}
.morph-shape{
    position:absolute;
    width:calc(100% + 2px);
    height:calc(100% + 2px);
    top:-2px;
    left:-2px;
    z-index:-1
}
.morph-shape svg rect{
    stroke:#fff;
    stroke-width:2px;
    stroke-dasharray:1680
}
.dialog-open .morph-shape svg rect{
    -webkit-animation:anim-dash .6s forwards;
    animation:anim-dash .6s forwards
}
.dialog-inner{
    opacity:0;
    background:#fff
}
.dialog-open .dialog-inner{
    padding:30px;
    opacity:1;
    -webkit-transition:opacity .85s .35s;
    transition:opacity .85s .35s
}
.dialog.dialog-open h2{
    -webkit-animation:anim-elem-1 .7s ease-out both;
    -o-animation:anim-elem-1 .7s ease-out both;
    animation:anim-elem-1 .7s ease-out both
}
.dialog-close-btn{
    position:absolute;
    border:none;
    top:0;
    right:0;
    width:35px;
    height:35px;
    line-height:35px!important;
    background-color:#eee;
    color:#484848;
}
.dialog-close-btn:hover
{
	color:#8dc63f;	
}

.dialog-close-btn i{
    font-size:16px;
    line-height:35px!important
}

.dialog.dialog-open p{
    line-height:1.5;
    font-size:18px
}
@keyframes anim-dash{
    0%{
        stroke-dashoffset:1680
    }
    100%{
        stroke-dashoffset:0
    }
}
@-webkit-keyframes anim-dash{
    0%{
        stroke-dashoffset:1680
    }
    100%{
        stroke-dashoffset:0
    }
}
@-webkit-keyframes anim-elem-1{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes anim-elem-1{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}

.search-popup-inner
{
	position: relative;
	padding:32px 16px;
}




.search-popup-inner .input-search{
	padding: 0 20px;
	width:100%;
    height: 50px;
    line-height: 1;
    background-color: transparent;
    color: #47425d;
    box-shadow: none;
    border: 1px solid #ebebeb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
}
.search-popup-inner .input-search:focus
{
	box-shadow: none;
	outline: none;
}

.search-popup-inner .btn
{
	position: absolute;
	right: 16px;
	top:32px;
	border-radius: 0;
	padding:15px 15px 14px;
}

.homeSlider-wrap
{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	bottom:0;
	overflow: hidden;
	z-index: 10;
}

.homeSlider.slick-slider
{
	height: 100%;
	margin:0;
}

.homeSlider img
{
	width: 100%;
}

.homeSlider .home-slide
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.homeSlider .home-slide img
{
	display: none;
}

.homeSlider .home-slide.one
{
	background-image:url("assets/images/home-01.jpg");

}
.homeSlider .home-slide.two
{
	background-image:url("assets/images/home-02.jpg");
}
.homeSlider .home-slide.three
{
  background-image:url("assets/images/home-03.jpg");
}



.homeSlider .slide-text
{
	opacity: 0;
  text-align: center;
}

.animated {
  animation-duration: 4s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


.slide-text h2
{
	font-family: 'FFDINPro-Light';
	line-height: 75px;
	color:#fff;
	font-size:43.17px;
	margin-top: 0;
}
.homeSlider .slide-text a
{
  	font-size: 18px;
    padding: 7px 15px;
    background-color: #8dc63f;
    color: #fff;
    border-radius: 5px;
}
.homeSlider .slide-text a:hover
{
	background-color: #fff;
	color:#8dc63f;
}

.homeSlider .slick-list,
.homeSlider .slick-track
{
	height: 100%;
}

.homeSlider .slick-arrow
{ 
	z-index:999; 
	width: 42px; 
	height: 53px;
	top:auto;
	bottom:45px;

}
.homeSlider .slick-prev
{ 
	left:auto;
	right:300px;
}
.homeSlider .slick-next
{ 
	right:110px; 
}

.homeSlider .slick-prev:before,
.homeSlider .slick-next:before
{ 
	font-family: "FontAwesome";
	font-size:53px;
	opacity: 1;
}

.homeSlider .slick-prev:before
{
	content: "\f104";
}

.homeSlider .slick-next:before
{
	content: "\f105";
}

.homeSlider .slick-dots
{
	bottom:74px;
	right:134px;
	width:180px;
}

.homeSlider .slick-dots li {
    display: inline-block;
    margin-bottom: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid #8dc63f;
    border-radius: 50%;
    text-align: center;
    transform: scale(0.7);
    transition: all 0.3s ease-in-out;
}
.homeSlider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 7px;
    background-color: #fff;
    padding: 0;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}
.slick-dots li button:before
{
	display: none;
}

.homeSlider .slick-dots .slick-active
{
	background-color: #8dc63f;
	transform: scale(1);
}


.container
{
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.index .container
{
	max-width: 940px;
}



.bImage
{
	box-shadow: 8px 8px 0px rgba(76,175,80,0.7);
	border:6px solid #8dc63f;	
}

.w-vh 
{
    min-height: calc(100vh - 215px) !important;
}

.content
{
	padding:80px 0;
}
.content p
{
	font-size: 18px;
}


.about h2
{
	margin-top: -5px;
}


.search-form{ 
  padding-top: 50px;
  z-index:100;
  position:relative;
}

.chosen-select-no-single
{
  background: transparent;
  padding: 8px 10px 7px;
  border-color: #eee;
  outline: none !important;
}
.search-form .chosen-select-no-single
{
  width: 100%;
}

.chosen-container .chosen-results
{
	max-height: 240px;
}

.search-form .form-group
{ 
  margin-bottom: 30px; 
  position: relative;
}
.search-form .form-control,
.chosen-container-single .chosen-single
{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.30);
	border:0 !important;
	background:#fff;
}

.search-form .chosen-select-no-single
{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.30);
}

.search-form .form-control:hover,
.chosen-container-single .chosen-single:hover,
.search-form .chosen-select-no-single
{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}

.chosen-container .chosen-drop
{
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
    
.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li.highlighted
{
	background-color: #f7f7f7;
}


.chosen-container .chosen-results li
{
  font-family: 'FFDINPro-Regular';
  padding: 12px 10px;
  border:0;
}
.chosen-container-single .chosen-single
{
  font-family: 'FFDINPro-Regular';
}

.chosen-container:after{ 
  content: "\f107"; 
  font-family: 'FontAwesome';
  pointer-events:none; 
  width: 44px; 
  height: 43px; 
  text-align: center; 
  line-height: 40px; 
  position: absolute; 
  font-size: 20px;
  right:0; 
  top: 0; 
}
.chosen-container-single .chosen-single div b:after
{
  display: none;
}

.search-form .col-sm-4.postcode .form-group:after
{ 
  display: none; 
}
.search-form .form-group label
{
  margin-bottom: 15px;
  color:#445164;
}
.search-form .btn
{ 
  width: 100%; 
  display: block;
}


.property-tab-content{
  display: none;
}
.property-tab-content.current{
  display: block;
}

.property-top2322
{
  margin-bottom: 40px;
}

.property-top2322 h3
{
  display: inline-block;
  margin:0;
}

.property-top2322 .list-style-change
{
  display: inline-block;
  margin-right: 10px;
}

.property-top2322 .chosen-container
{
  width: 260px !important;
}


.property-switcher
{
  margin-left: 5px;
  background-color: rgba(0,0,0,0.035);
  padding: 10px;
  border-radius: 3px;
  color:#8dc63f;
}
.property-switcher .fa
{
  font-size: 20px;
  display: block;
}
.property-switcher.current,
.property-switcher:hover
{
  background-color:#8dc63f;
  color:#fff; 
}

.property-box
{
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    border-radius: 3px;
    padding:10px;
}
.property-box:after,
.property-top2322:after
{
  content: "";
  display: block;
  clear: both;
}

.property-thumb
{
	position: relative;
}

.property-thumb a
{
  display: block;
  position: relative;
}

.property-thumb img
{
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.property-thumb .property-price
{
  position: absolute;
  left: 15px;
  bottom:15px;
  z-index: 99;
  line-height: 1;
}


.property-thumb a:after, .property-thumb a:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
}
.property-thumb a:before{
    opacity: 0.8;
    background: linear-gradient(to bottom, transparent 65%, rgba(47,47,47,0.47));
    transition: opacity .3s;
}
.property-box:hover .property-thumb a:before {
    opacity: 0;
    transition: opacity 0.4s;
}
.property-box:hover .property-thumb a:after {
    opacity: 0.8;
    transition: opacity 0.3s;
}
.property-thumb a:after {
    opacity: 0;
    transition: opacity .4s;
    background: linear-gradient(to bottom, transparent 60%, rgba(255,255,255,0.33));
}

.property-type{
    background-color:rgb(134,150,171);
    padding: 0 15px;
    display: none;
    line-height: 26px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.property-type.red
{
  background-color: rgba(207, 34, 0, 1);
}

.property-box .property-content
{
  position: relative;
}
.property-content h6
{
  font-size: 20px;
  margin-bottom: 0;
}
.property-content h6 a
{
  color:#181818;
}
.property-content h6 a:hover
{
  color:#8dc63f;
}
.property-header
{
  padding: 25px;
}

.property-address
{
  font-size: 14px;
  margin-top:8px;
  color:#999;
}

.property-desp
{
  padding: 0 25px;
}

.property-basic-info
{
  margin:0;
  padding: 15px 25px;
  background-color:#f7f7f7;
  border-radius: 3px;
}

.property-entry .property-basic-info
{
  padding: 25px;
}

.property-basic-info:after
{
  content: "";
  display: block;
  clear:both;
}

.property-basic-info li
{
  display: inline-block;
  list-style-type: none;
  color:#999;
  font-size: 15px;
  margin-right: 20px;
}

.property-basic-info li .fa
{
  margin-right: 4px;
}

.property-basic-info li span
{
  font-weight: 600;
  color:#323a45;
  margin-right: 5px;
}



.property-content-botm
{
  padding: 12px 15px;
  border-top: 1px solid #e9e9e9;
  margin:25px -15px 0;
  background-color: #535353;
}

.property-price{
    color:#fff;
    font-size:24px;
    display: inline-block;
}

.property-content-botm .view-detail
{
  float: right;
  font-size: 18px;
  color:#fff;
}

.property-content-botm .view-detail:hover
{
  color:#b1bb1d;  
}

.property-list .property-thumb
{
  float: left;
}
.property-list .property-thumb img
{
  max-width: 320px;
}
.property-list .property-content
{
  overflow: hidden;
  height: 234px;
}

.property-list .pos-abosolute
{
  position: absolute;
  right: 30px;
  top: 20px;
  text-align: right;
}

.property-list .property-type
{
  position: static;
}

.property-list p
{
  font-size: 15px;
  margin:0;
}

.property-list .property-price
{
  display: block;
}

.property-list .property-basic-info
{
  position: absolute;
  bottom:0;
  width: 100%;
  left: 0;
  margin:0;
}

.entry-wrap:after,
.property-list-info:after,
.list-info div:after
{
  content:"";
  display: block;
  clear: both;
}

.property-entry-title
{
  float: left;
  max-width: 80%;
}
.property-entry-title h3
{
  margin-bottom: 0;
}
.property-entry-title .property-address
{
  font-size: 16px;
  margin-top: 4px;
}


.property-entry-price
{
  float: right;
  color:#505aa1;
  font-size: 26px;
  text-align: right;
  line-height: 1
}

.sub-price
{
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.property-entry-price .sub-price
{
  color:#999;
  margin-top: 7px;
}



.entry-wrap .property-meta
{
  float: left;
}

.property-meta li
{
  display: inline-block;
  padding: 0 10px;
}
.property-meta li .fa
{
  font-size: 14px;
  margin-right: 5px;
}
.property-meta li span
{
  color:#646568;  
}


.entry-wrap .property-price
{
  float:right;
}

.entry-wrap:first-child
{
  margin-top: 40px;
}

.entry-wrap
{
  margin-top: 30px;
}
.entry-wrap h6
{
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  padding-bottom: 15px;
}

.property-list-info
{
  margin: 10px -5px;
}
.property-list-info li
{
  width: 33.33%;
  float: left;
  padding: 0 10px;
  list-style-type: none;
  margin-bottom: 10px;
}
.property-list-info div
{
  padding: 10px 15px;
  border:1px solid #e9e9e9;
  line-height: 30px;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.035);
}
.property-list-info div span,
.property-list-info div .fa
{
  float:right;
}
.property-list-info div .fa {
    color: #b1bb1d;
    margin-top: 6px;
    width: 19px;
    height: 19px;
    /* margin-right: 10px; */
    top: -2px;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #8dc63f;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}
.sidebar .search-form
{
  padding: 30px;
}

.sidebar .search-form .search_btn
{
  text-transform: uppercase;
}

.property-slider-wrap
{
  margin:30px 0;
}

.property-slider-wrap .slick-arrow
{
  z-index: 400;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 10px;
  background-color:#8dc63f;
}
.property-slider-wrap .slick-prev
{
  left:25px;
}
.property-slider-wrap .slick-next
{
  right:25px;
}
.property-slider-wrap .regular
{
  margin-top: 15px;
}

.regular img
{
  opacity: 0.6;
}

.regular img.slick-current
{
  opacity: 1;
}

.regular .slick-prev:before,
.regular .slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 12px;
}

.regular .slick-next:before
{
  content: "\f105";
}

.regular .slick-prev:before
{
  content: "\f104";
}



.hr{  margin:20px 0; border:1px solid #DCCCAB;}


.list{ margin:20px 0; }
.list li{ line-height:30px; padding-left:25px; background:url(assets/images/list-arr.svg) 0 9px no-repeat; list-style-type:none; }


.map iframe{ height:360px;}


.contact-info .inner {
    position: relative;
    padding:20px 20px 8px 66px;
    background-color: rgba(245, 245, 245, 0.67);
    border:1px solid rgba(247,245,245,0.76);
    margin-bottom: 30px;
    min-height: 115px;
}
.contact-info .inner h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #212121;
    margin: 12px 0px;
    text-transform: capitalize;
}
.contact-info .text {
    margin-bottom: 10px;
}
.contact-info .text p
{
	line-height: 20px;
}

.contact-info .text strong
{
	display: block;
	margin-bottom: 5px;
}


.contact-info .icon-box{
    position:absolute;
    left:20px;
    top:20px;
    color: #d68112;
    font-size: 34px;
    line-height: 1em;
}


/*.contact-form .row
{
	margin:0 -7.5px;
}
.contact-form [class^="col"]
{
	padding: 0 7.5px;
}
*/

.contact-form .form-control
{ 
	font-size:16px;
	width: 100%;
}
.contact-form .textarea.form-control
{ 
	height:200px; 
	line-height: 24px;
}

.success-msg
{
	display: none;
}

.footer
{
	background-color: #19181d;
}

.index .footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background:none;
}

.footer .sep
{
	display: inline-block;
	margin:0 5px;
}

.copyright
{
	display: inline-block;
	padding:18px 0 0 40px;
}
.copyright p
{
	margin:0;
	font-family: 'FFDINPro-Regular';
  font-size: 11px;
}

.copyright p,
.copyright a
{
	color:#eeeeee;
}
.copyright a:hover
{
	color:#8dc63f;	
}

.footer-social
{
	float: right;
}
.footer-social a
{
	font-size: 20px;
    color: #fff;
    margin-left: 8px;
}
.footer-social a:first-child
{
  font-family: 'FFDINPro-Regular'; 
  font-size: 16px; 
}



.footer-social a:hover
{
	color:#8dc63f;	
}
.footer-social a:last-child
{
	padding:14.5px 21.6px 14.5px 21px;
	background-color: #8dc63f;
	margin-left: 15px;
}


@media screen and (min-width:1400px)
{
	.main-menu ul li
	{
		padding:0 10px;
	}


}


@media screen and (max-width:1300px)
{

	.header
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	
}

@media screen and (max-width:1200px)
{
	.main-menu > ul > li:last-child
	{
		display: none;
	}

}

	

@media screen and (max-width:1200px)
{

	.header
	{
		padding:30px 15px;
	}

	.main-menu ul li
	{
		padding:0 7px;
	}



	.search-icon
	{
		margin-left: 30px;
	}


	.index .container
	{
		max-width: 100%;
	}

	main
	{
		min-height: 100%;
	}



}




@media screen and (min-width:769px){
	.home-about
	{
		display: none;
	}
}

@media screen and (min-width:1024px) and (min-height: 1366px)
{
	.homeSlider-wrap
	{
		position: relative;
		left: auto;
		top:auto;
		bottom:auto;
	}

	.homeSlider .home-slide
	{
		background:none !important;
	}
	.homeSlider .home-slide img
	{
		display: block;
	}
	.home-about
	{
		display: block;
		padding: 100px 0;
	}
	.home-about img
	{
		max-width: 500px;
	}
	.home-about h2
	{
		margin-top: -5px;
	}
	.home-about .btn
	{
		margin-top: 20px;
	}

}

@media screen and (max-width:991px) {

	.header .logo
	{
		position: absolute;
		max-width: 234px;
		left:0;
		right:0;
		margin:0 auto;
	}

	.header-right
	{
		display: -webkit-flex;
		display: flex;
		float: none;
		-webkit-justify-content: space-between;
		justify-content: space-between;

	}

	.header-right .main-menu
	{
		padding-top: 0;
	}


	.menu-overlay
	{
		display: block;
	}

	.main-menu .toggle-menu
	{
		display: block;
	}

	.toggle-menu .fa-times
	{
		display: none;
	}

	.toggle-menu .menu-active .fa-bars
	{
		display: none;
	}

	.toggle-menu .menu-active .fa-times
	{
		display: block;
	}


	.main-menu .menu{
	    position: fixed;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    width: 280px;
	    display: block;
	    z-index: 999;
	    background-color: #fff;
	    transform: translateX(-100%);
	    transition: all 0.4s ease-in-out;
	}
	.main-menu .menu.animate-left{
		transform: translateX(0);
	}

	.main-menu .menu > li
	{
		float: none;
		padding: 0;
	}

	.main-menu ul li a
	{
		color:rgba(0,0,0,0.6);
		padding:8px 20px;
	}

  .main-menu ul li:hover a
  {
    color:rgba(0,0,0,0.6);
  }
	
	.main-menu ul li a.active,
	.main-menu ul li a:hover
	{
		background-color: #e9e9e9;
    color: #8dc63f;
	}
	.main-menu ul li ul
	{
		position: static;
		width: 100%;
		box-shadow: none;
		opacity: 1;
		display: none;
		visibility: visible;
		transform: none;
		padding: 0;
		border-bottom: 1px solid #fafafa;
	}
	.main-menu ul li .fa
	{
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 18px;
		text-align: center;
		right:0;
		top:0;
    color:#fff;
    background-color: #333;
	}
	.main-menu ul .dropdown.active .fa:before
	{
		content: "\f106";	
	}

	.search-icon
	{
		margin-top: 0;
	}
	

	.homeSlider .slick-arrow
	{
		width: 32px;
		height: 56px;
		background-size: 30px !important;
	}

	.slider-text h1
	{
		font-size: 60px;
		line-height: 50px;
	}
	.slider-text h1 small
	{
		font-size: 38px;
	}

	.content
	{
		padding:30px 0;
	}

	.search-form
	{
		padding-top:30px;
	}

	.property-top2322
	{
		margin:20px 0 30px;
	}


	.copyright
	{
		padding:15px 15px 0;
	}


}


@media screen and (max-width:768px)
{
	.homeSlider-wrap
	{
		position: relative;
		left: auto;
		top:auto;
		bottom:auto;
	}

	.homeSlider .home-slide
	{
		background:none !important;
		position: relative;
	}
	.homeSlider .home-slide img
	{
		display: block;
	}

	.homeSlider .slide-text {
	    position: absolute;
	    width: 100%;
	    text-align: center;
	}

	.slide-text h2
	{
		font-size: 32px;
		line-height: 35px;
	}

	.homeSlider .slick-arrow
	{
		bottom:10px;
	}

	.homeSlider .slick-dots
	{
		bottom:42px;
	}

	.home-about
	{
		display: block;
		padding: 100px 0;
	}
	.home-about img
	{
		max-width: 300px;
	}
	.home-about h2
	{
		text-transform: uppercase;
		margin-top: -5px;
	}
	.home-about .btn
	{
		margin-top: 20px;
	}

	.index .footer
	{
		background-color: #19181d;
	}

}


@media screen and (max-width:767px)
{

	.header
	{
		padding: 20px 15px;
	}

	.index .header
	{
		background:url("assets/images/header-bg.jpg") no-repeat;
	}

	.header .logo
	{
		top:16px;
	}

	.slider-text h1
	{
		font-size: 48px;
		line-height: 40px;
	}
	.slider-text h1 small
	{
		font-size: 32px;
	}

	.about .pull-right
	{
		float: none !important;
		margin-bottom: 20px;
	}

	.search-form .form-group
	{
		margin-bottom: 20px;
	}

	.search-form .btn
	{
		width: auto;
		display: inline-block;
	}

	.index .footer
	{
		position: relative;
	}

	h2
	{
		font-size: 24px;
	}
	.btn
	{
		padding: 10px 14px 8px;
	}
	
	.map iframe
	{
		height: 300px;
	}

	

	.about img
	{
		margin-bottom: 20px;
	}


	.contact-form
	{
		margin-top: 30px;
	}
	.map
	{
		margin-bottom: 35px;
	}


}

@media screen and (max-width:680px)
{

	.main-menu .menu
	{
		margin-top: -1px;
	}

	.home-about img
	{
		float: none !important;
		margin:0 0 20px 0;
	}
	.home-about
	{
		padding: 30px 0;
	}
	.home-about h2
	{
		margin:0;
	}


}

@media screen and (max-width:480px)
{

	.header
	{
		padding:15px;
	}

	.header .logo
	{
		max-width: 200px;
	}


	.homeSlider .slick-arrow
	{
		display: none !important;
	}

	.homeSlider .slick-dots
	{
		width: 100%;
		left: 0;
		bottom: 8px;
	}

	.slide-text h2
	{
		font-size: 24px;
		line-height: 25px;
	}

	.search-popup-inner
	{
		padding:15px 0 0;
	}

	.search-popup-inner .btn
	{
		position: static;
		display: block;
		margin-top: 15px;
		padding:12px 20px 11px;
	}

	.dialog-content
	{
		width: 90%;
	}

	.dialog h2
	{
		font-size: 18px;
	}


	.property-top2322 h3
	{
		display: block;
		margin-bottom: 15px;
	}

	.copyright
	{
		display: block;
		text-align: center;
	}
	.footer-social
	{
		float: none;
		text-align: center;
		padding: 12px 0 15px;
	}
	.footer-social a:last-child
	{
		border-radius: 50%;
		padding: 9px 16.6px 9px 16.67px;
	}





}