/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');

/* -------------------------------- 
Primary style
-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	background-color: white;
	color:#3C3C3B;
}

body, html {
  /* important */
  height: 100%;
  overflow-x: hidden;
}

.img-responsive-x {
	    display: inline;
}

.navbar {
  min-height: 80px;
  margin-bottom:0;
  border-radius:0;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.lang-options{
    position: absolute;
    bottom: 20px;
    width: 100%;
	margin-right: 0;
    margin-left: 0;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
	font-size:12px;
}

.nav>li>a>img {
    max-width: 20px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}


.navbar-brand>img {
  	height: 100%;
  	width: auto;
}

.navbar-inverse {
     background-color: #3C3C3B;
     border-color: transparent;
}

.p-20 { padding: 20px; }
.p-30 { padding: 30px; }

header .img-responsive { display:inline; }

header {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #FFF;
}

.top-nav a {
	font-family: 'Poppins', sans-serif;
	font-size:19px;
	font-weight: 400;
	color: #FFF;
}

.top-nav a:hover {
	text-decoration:none;
	color: #8CC919;
}

.top-nav > a > div {
	height:40px;
}

.top-nav > a:hover > div {
	height:40px;
	background-image:url('/images/misc/lines.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom: 45px;
}

.top-nav > a.selected > div {
	height:40px;
	background-image:url('/images/misc/lines.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	text-decoration:none;
	color: #8CC919;
	padding-bottom: 45px;
}

.top-nav > a.green > div {
	color: #8CC919;
}

.top-lang img { 
	padding: 5px 0;
	max-width:32px;
}

.top-lang > span { 
	display: inline-block;
	padding: 0 5px;
}

.top-lang a {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight: 400;
	color: #FFF;
}

.top-lang a:hover {
	font-weight:700;
	text-decoration:none;
	color: #FFF;
}

.top-lang a.selected {
	font-weight:700;
	text-decoration:none;
	color: #FFF;
}


/* -------------------------------- 
Modules - reusable parts of our design
-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.h-100 { height:100vh; }

.bg-cover {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-fixed-bg {
  position: relative;
  /*min-height: 100%;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("/images/misc/banner.jpg");
}

@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
}


.title {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-size:48px;
	color: #3C3C3B;
	font-weight:700;
	padding-top: 50px;
} 


.h-blog-title {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color: #FFF;
	font-weight:400;
	padding-top: 30px;
} 

.h-blog-title-01 {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color: #3C3C3B;
	font-weight:400;
	padding-top: 30px;
} 


.sub-title {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-size:32px;
	color: #3C3C3B;
	font-weight:700;
} 


.testimonial-title {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color: #3C3C3B;
	font-weight:700;
}

.testimonial-title span {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color: #3C3C3B;
	font-weight:400;
}

hr.style1 {
	background-color: #fff;
	border-top: 4px solid #3C3C3B;
	width:50px;
	text-align:center;
}

hr.style2 {
	background-color: #fff;
	border-top: 3px solid #3C3C3B;
	width:100px;
	float:left;
}

hr.style3 {
	background-color: #3c3C3B;
	border-top: 3px solid #FFF;
	width:50px;
	float:left;
}

hr.style4 {
	background-color: #8CC919;
	border-top: 3px solid #3c3C3B;
	width:50px;
	float:left;
}



.button-01 {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight: 700;
	padding:10px 20px;
	border-left:5px solid #8CC919;	
	border-right:5px solid #8CC919;	
	color: #3C3C3B;
}

.button-01:hover {
	color: #8CC919;
	text-decoration:none;
}

.button-02 {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight: 400;
	color: #3C3C3B;
}
.button-02:hover {
	color: #3C3C3B;
	text-decoration:none;
}



.button-022 {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight: 400;
	color: #1D1D1B;
}
.button-022:hover {
	color: #1D1D1B;
	text-decoration:none;
}

.button-03 {
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	font-weight: 700;
	padding:5px 10px;
	border-left:5px solid #8CC919;	
	border-right:5px solid #8CC919;	
	color: #8CC919;
}

.button-03:hover {
	color: #FFF;
	text-decoration:none;
}

.button-04 {
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	font-weight: 700;
	padding:5px 10px;
	border-left:5px solid #3C3C3B;	
	border-right:5px solid #3C3C3B;	
	color: #3C3C3B;
}

.button-04:hover {
	color: #FFF;
	text-decoration:none;
}

.button-05 {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight: 400;
	padding:10px 30px;
	border:1px solid #FFF;	
	color: #FFF;
}

.button-05:hover {
	color: #3C3C3B;
	background-color:#FFF;
	text-decoration:none;
}


.button-06 {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight: 400;
	padding:10px 30px;
	background-color:#8CC919;
	color: #3C3C3B;
}

.button-06:hover {
	color: #FFF;
	background-color:#8CC919;
	text-decoration:none;
}


.button-07 {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight: 400;
	color: #FFF;
}
.button-07:hover {
	color: #FFF;
	text-decoration:none;
}

.footer-title {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:700;
	color: #FFF;
}

.footer-desc {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #FFF;
}

.footer-social a {
	font-size:24px !important;
	color: #FFF;
}


.copyright {
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	font-weight: 400;
	color: #FFF;
}

.copyright a {
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	font-weight: 400;
	color: #8CC919;
}

.copyright a:hover {
	text-decoration:underline;
	color: #8CC919;
}

.bottom-nav a {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight: 400;
	color: #FFF;
	padding: 0 10px;
	border-right:3px solid #FFF;
}

.bottom-nav a:hover {
	text-decoration:none;
	color: #8CC919;
}

.btn-tick {
	color: #000;
	background-color: #8CC919;
	border-radius: 0;
}
.btn-tick:focus, .btn-tick.focus {
	color: #3C3C3B;
	background-color: #8CC919;
}
.btn-tick:hover {
	color: #FFF;
	background-color: #8CC919;
}
.btn-tick:active {
	color: #FFF;
	background-color: #8CC919;
}


footer .form-control {
	background-color: transparent;
	color: #fff;
	text-align: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 10px;
}
footer input[type=email]::-webkit-input-placeholder {
color: #fff;
}
footer input[type=email]::-webkit-input-placeholder {
color: #fff;
}
footer input[type=email]::-moz-placeholder {
color: #fff;
}
footer input[type=email]:-ms-input-placeholder {
color: #fff;
}
footer input[type=email]:-moz-placeholder {
color: #fff;
}
footer input[type=password]::-webkit-input-placeholder {
color: #fff;
}
footer input[type=password]::-webkit-input-placeholder {
color: #fff;
}
footer input[type=password]::-moz-placeholder {
color: #fff;
}
footer input[type=password]:-ms-input-placeholder {
color: #fff;
}
footer input[type=password]:-moz-placeholder {
color: #fff;
}

.fs-32 { font-size:32px; }

.no-p { padding: 0 !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-80 { padding-top: 80px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-50 { padding-right: 50px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pl-50 { padding-left: 50px !important; }

.h-40 { height:40px; }

@media only screen and (max-width: 1170px) {
	.plx-50 { padding-left: 50px !important; }
}

@media only screen and (max-width: 768px) {
	.text-right-xs { text-align: left !important; }
}

.wrapper {
    display: inline-block;
    position: relative;
	margin-bottom:30px;
}

.options {
	position: absolute;
    left: 15px;
    right: 15px;
    bottom:15px;
    padding: 10px;
    border: 0;
    color: #3C3C3B;
    background-color: rgba(204, 204, 204, 0.8);
}

.options .bg-grey-text{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
}


.options .bg-grey-small-text{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
}

.options .icons img {
    display: inline-block;
	width: auto;
	max-height:24px;
}

.options-xx .icons img {
    display: inline-block;
	width: auto;
	max-height:24px;
}
.options-x  {
	font-family: 'Poppins', sans-serif;
	font-size:24px;
	display: inline;
}

.options-x img {
    display: inline-block;
	width: auto;
	max-height:48px;
	padding-left:30px;
}

.icons > span{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	padding-right: 10px !important;
}

.hover {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: rgba(140, 201, 25, 0);
    transition: background-color 0.5s;
	z-index:2;
	opacity:0;
}

.hover:hover {
    background-color: rgba(140, 201, 25, 0.8);
	opacity:1;
}

.wrapper-sale {
    position: relative;
}


#sale .owl-nav [class*=owl-] {
	position: absolute;
	bottom: 45%;
	font-size: 18px;
	font-weight:400;
	color: #3C3C3B;
	background-color: transparent;
}
#sale .owl-prev {
	left: 0;
	margin-left: -40px;
}
#sale .owl-next {
	right: 0;
	margin-right: -40px;
}

.wrapper-sale {
    position: relative;
}

.hover-sale {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(140, 201, 25, 0);
    transition: background-color 0.5s;
	z-index:2;
	opacity:0;
}

.hover-sale:hover {
    background-color: rgba(140, 201, 25, 0.8);
	opacity:1;
}


/* OVERLAY */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item:hover .overlayfx {
	opacity: 1;
}
.hoverfx .overlayfx {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
    background-color: rgba(140, 201, 25, 0.6);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition-property: all .3s ease;
}


.bg-dark-grey {
	background-color:#3C3C3B;	
}
.bg-green{
	background-color:#8CC919;
}
.bg-grey { 
	background-color: #DCDCDC;
	padding:15px;
}

.bg-grey-text{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
}

.bg-grey-text-h1{
	font-family: 'Poppins', sans-serif;
	font-size:24px;
	display: inline;
}
.bg-grey-text-lead{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	display: inline;
}
.bg-grey-text-lead > span{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weigt: 700;
}

.owl-carousel .owl-item .icons img {
    display: inline-block;
	width: auto;
	max-height:24px;
}

.owl-carousel .owl-item .icons >span{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	padding-right: 10px;
}

div.options {
  display: block;
}

.block-text { 
	background-color:#FFF;
	padding: 0 20px 20px 20px;
}


.carousel-inner .img-responsive {
	max-width: initial!important;
}

@media only screen and (max-width: 1200px) {
	
.title {
	font-size:24px;
} 

.sub-title {
	font-size:16px;
} 


}

@media only screen and (max-width: 1400px) {
	.carousel-inner .img-responsive {
		max-width: 100%!important;
	}
	.carousel-control {
		bottom: 325%!important;
	}
}

@media only screen and (max-width: 991px) {
.pt-50x { padding-top: 200px !important; }
.pb-50x { padding-bottom: 0 !important; }
}

@media only screen and (max-width: 600px) { 
	.carousel-control {
		bottom: 245%!important;
	}
}

@media only screen and (max-width: 500px) { 
	.carousel-control {
		bottom: 170%!important;
	}
}


/*
html body .carousel {
  height: 100%;
}
html body .carousel .carousel-inner {
  height: 100%;
}
html body .carousel .carousel-inner .item {
  height: 100%;
}
html body .carousel .carousel-inner .item .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
*/
.carousel-inner {
	overflow: initial!important;
}
.carousel-caption { 
    background-color: rgba(0, 0, 0, 0.6);
	position: relative;
	left: initial;
	right: initial;
	bottom: -1px;
}

.carousel-control {
	background:	transparent;
	color:#fff;
	width:30px;
	height:30px;
	top:auto;	
	left:auto;
	/*bottom:40%;*/
	bottom: 560%;
	opacity:1;
	background-image: none !important;
}

.carousel-control:hover {
	background:	transparent;
	
}
.carousel-control.right {
	right:20px;
}

.carousel-control.left {
	left: 20px;
} 

.nav-tabs { border-bottom: 2px solid #3C3C3B; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { 
	font-family: 'Poppins', sans-serif;
	font-size:24px;
	font-weight:400;
	border: none; 
	color: #3C3C3B;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
	font-family: 'Poppins', sans-serif;
	font-size:24px;
	font-weight:400;
	border: none; 
	color: #8CC919 !important; 
	background: transparent; 
}
.nav-tabs > li > a::after { 
	content: ""; 
	background: #8CC919; 
	height: 10px; 
	position: absolute; 
	width: 100%; 
	left: 0px; 
	bottom: -5px; 
	transition: all 250ms ease 0s; 
	transform: scale(0); 
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { 
	background: #21527d none repeat scroll 0% 0%; 
	color: #fff; 
}
.tab-pane { padding: 15px 0; }
.tab-content{
	padding:20px;
	border-bottom: 2px solid #3C3C3B; 
 }
.nav-tabs.nav-justified>li>a {
    text-align: left; 
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
}

@media (min-width: 768px) {
.nav-tabs.nav-justified>li>a {
    border-bottom: 2px solid #3C3C3B;
    border-radius:0;
}
}

.embed-responsive-100x400px{
  padding-bottom: 400px;
}

.table>thead>tr>th {
    border-bottom: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    border-top: 0px solid #ddd;
}


th {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
}

td {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	padding: 10px 0;
}




.grid {
	position: relative;
	margin: 0 auto;
	padding: 15px;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;*/
	min-width: 200px;
	/*max-width: 480px;*/
	max-height: 320px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	/*opacity: 0.8;*/
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

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

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background-color:#8CC919;

}

figure.effect-layla img {
	height: auto;
}

figure.effect-layla figcaption {
	padding: 3em;
	z-index:2;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 20px;
	right: 10px;
	bottom: 20px;
	left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 10px;
	right: 20px;
	bottom: 10px;
	left: 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 18%;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.grid:hover .options { display: none; }
.offer:hover .tags { /*display: none;*/ z-index:1; }

.gridx figure.effect-layla img {
    height: auto;
	width:auto;
}
.gridx {
    padding: 0;
}

figure.effect-layla img {
     -webkit-transform: translate3d(0,0,0); 
     transform: translate3d(0,0,0); 
}

nav a {
	position: relative;
	display: inline-block;
	/*margin: 15px 25px;*/
	outline: none;
	color: #3C3C3B;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

nav a:hover,
nav a:focus {
	outline: none;
	text-decoration:none;
	color:#3C3C3B;
}


/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 3px;
	background: #8CC919;
	content: '';
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}


nav a.nav-01 {
	position: relative;
	display: inline-block;
	/*margin: 15px 25px;*/
	outline: none;
	color: #8CC919;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

nav a.nav-01:hover,
nav a.nav-01:focus {
	outline: none;
	text-decoration:none;
	color:#8CC919;
}

.cl-effect-14-1 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.cl-effect-14-1 a::before,
.cl-effect-14-1 a::after {
	position: absolute;
	width: 45px;
	height: 3px;
	background: #8CC919;
	content: '';
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14-1 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14-1 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14-1 a:hover::before,
.cl-effect-14-1 a:hover::after,
.cl-effect-14-1 a:focus::before,
.cl-effect-14-1 a:focus::after {
	opacity: 1;
}

.cl-effect-14-1 a:hover::before,
.cl-effect-14-1 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14-1 a:hover::after,
.cl-effect-14-1 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}


.cl-effect-14-2 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.cl-effect-14-2 a::before,
.cl-effect-14-2 a::after {
	position: absolute;
	width: 45px;
	height: 3px;
	background: #3C3C3B;
	content: '';
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14-2 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14-2 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14-2 a:hover::before,
.cl-effect-14-2 a:hover::after,
.cl-effect-14-2 a:focus::before,
.cl-effect-14-2 a:focus::after {
	opacity: 1;
}

.cl-effect-14-2 a:hover::before,
.cl-effect-14-2 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14-2 a:hover::after,
.cl-effect-14-2 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}


.frm-contact .form-control {
	background-color: transparent;
	color: #333;
	text-align: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 20px;
	border: 0px;
	border-bottom:1px solid #333;
	-webkit-box-shadow: none; 
    box-shadow: none; 
	font-size:16px;
}
.frm-contact .form-control-x {
	border:1px solid #333;
}

.frm-contact input[type=text]::-webkit-input-placeholder {
color: #333;
}
.frm-contact input[type=text]::-webkit-input-placeholder {
color: #333;
}
.frm-contact input[type=text]::-moz-placeholder {
color: #333;
}
.frm-contact input[type=text]:-ms-input-placeholder {
color: #333;
}
.frm-contact input[type=text]:-moz-placeholder {
color: #333;
}

.frm-contact textarea::-webkit-input-placeholder {
color: #333;
}
.frm-contact textarea::-webkit-input-placeholder {
color: #333;
}
.frm-contact textarea::-moz-placeholder {
color: #333;
}
.frm-contact textarea:-ms-input-placeholder {
color: #333;
}
.frm-contact textarea:-moz-placeholder {
color: #333;
}


.services p { padding-top: 20px; }


figure.effect-layla-x figcaption::before {
	top: 20px;
	right: 10px;
	bottom: 20px;
	left: 10px;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla-x figcaption::after {
	top: 10px;
	right: 20px;
	bottom: 10px;
	left: 20px;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.tags {position:absolute; z-index:1; left:40px; }
.tags-details {position: relative; top:-100px; text-align:center; font-size:14px; color:#000;} 
.tags-details span{
	font-weight:700;
	font-size:18px;	
} 


.frm-reservation .form-control {
	background-color: #DCDCDC;
	color: #333;
	text-align: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 20px;
	border: 0px;
	-webkit-box-shadow: none; 
    box-shadow: none; 
}
.frm-reservation .form-control-x {
	border-left:5px solid #8CC919;
}

.frm-reservation input[type=text]::-webkit-input-placeholder {
color: #333;
}
.frm-reservation input[type=text]::-webkit-input-placeholder {
color: #333;
}
.frm-reservation input[type=text]::-moz-placeholder {
color: #333;
}
.frm-reservation input[type=text]:-ms-input-placeholder {
color: #333;
}
.frm-reservation input[type=text]:-moz-placeholder {
color: #333;
}

.frm-reservation textarea::-webkit-input-placeholder {
color: #333;
}
.frm-reservation textarea::-webkit-input-placeholder {
color: #333;
}
.frm-reservation textarea::-moz-placeholder {
color: #333;
}
.frm-reservation textarea:-ms-input-placeholder {
color: #333;
}
.frm-reservation textarea:-moz-placeholder {
color: #333;
}

.reservation-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    border: none;
    color: #3C3C3B;
}


.ui-state-default, .ui-widget-content .ui-state-default{
    border: 1px solid #EEE;
	background: none;
    background-color: #DCDCDC;
    font-weight: 400;
    color: #3C3C3B;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity: 1;
    filter: Alpha(Opacity=100);
    background-image: none;
}
.ui-state-disabled .ui-state-default {
	background: none;
	background-color:#FF6600;	
	color: #3C3C3B;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #8CC919 none;
    color: #3C3C3B;
}


.ui-datepicker-calendar a.ui-state-default { background: #DCDCDC; }
/*.ui-datepicker-calendar td.ui-datepicker-today a { background: red; } // Today
.ui-datepicker-calendar a.ui-state-hover { background: yellow; } // Hovered date
.ui-datepicker-calendar a.ui-state-active { background: lime; } // Selected date*/

.ui-widget-content {
    border: 0px;
	border-radius:0px;
    background: none;
    background-color: #DCDCDC;
}

.ui-datepicker table th {
	font-size:12px;	
}

.ui-widget.ui-widget-content {
     border: 0px;
	 width:100%;
}

.bg-grey-calendar { background-color: #DCDCDC;}
.bg-orange-calendar { background-color:#FF6600 ;}


/**********************************************************************************************/
.logo{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:400;
	color: #FFF;
}

.tagline{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:400;
	color: #FFF;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 0px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.btn-img {opacity:1 !important; display:inline !important; padding-bottom:25px;}
.btn-img-small {opacity:1 !important; display:inline !important; padding-bottom:10px;}

.arrow_box {
	position: relative;
	background: #3C3C3B;
}
.arrow_box:after {
	right: 100%;
	top: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #3C3C3B;
	border-width: 20px;
	margin-top: -20px;
}

.arrow_box_right {
	position: relative;
	background: #8CC919;
}
.arrow_box_right:after {
	left: 100%;
	top: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #8CC919;
	border-width: 20px;
	margin-top: -20px;
}

.z-9 { z-index:9; }

.mh-250 { min-height:250px; }

@media (max-width: 768px) {
.arrow_box:after {
	display:none
}
.arrow_box_right:after {
	display:none
}
}

label {
  font-weight: 400;
}


.carousel-caption {
    text-shadow: none !important;
}

.blog-title{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:500;
	color: #3C3C3B;
}

.blog-text{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:300;
	color: #3C3C3B;
}

.carousel-inside .carousel-control.left {
    left: 0;
    bottom: 0;
}

.carousel-inside .carousel-control.right {
    left: 30px;
    bottom: 0;
}


.ui-widget-header .ui-icon {
    background-image: url(/images/icons/ui-icons_b83400_256x240.png);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #fff;
	background: #fff url("/images/icons/ui-bg_fine-grain_65_654b24_60x60.png") 50% 50% repeat;
	font-weight: bold;
	color: #ffffff;
	content: 'x';
}

td {
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:400;
	color: #3C3C3B;
}


.pagination {
  text-align: center;
  /*padding: 15px 0;*/
  /*border-top: 1px solid #e4e4e4;*/
  /*margin-top: 20px;*/
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}

.pagination ul > li {
  display: inline-block;
  width: 48px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  float: left;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 12pt;
  border: 1px solid #e4e4e4;
}

.pagination ul > li a {
  display: block;
  width: 48px;
  height: 43px;
  color: #74777c;
}

.pagination ul > li a:hover,
.pagination ul > li a:focus {
  text-decoration: none;
}

.pagination ul li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.pagination ul li:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination ul li:hover,
.pagination ul li.active {
  background-color: #f1f3f6;
}


#map {
	height: 400px;
	width: 100%;
   }
   
.alert {
	margin-top:15px;
	padding:5px;
}

.send-btn{
	border: 0;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	border-left: 3px solid #3C3C3B;
	border-right: 3px solid #3C3C3B;
	font-size:16px;
	background-color:transparent;
	color: #3C3C3B;
	font-weight:700;
}

#modal_review_form .text-danger {
	margin-top: -20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
    .cd-main-content {
        margin-top: 80px;
    }
}