.container-fluid2 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 50px;
	margin-left: 50px;
	max-width: 100% !important
}

.color-green
{color: #4caf50 !important;
}
img-rounded{
	
	border-radius: 10%!important;
	overflow: hidden
}

.scroll-downs {
  position: absolute;
  top: 85%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :25px;
  height: 55px;
	z-index: 999;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 1;
  box-sizing: content-box;
	z-index: 999;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 20%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
	z-index: 999;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
@media (max-width: 994px)
{	
.scroll-down
    {
        bottom: 24px;

        width: 21px;
        height: 30px;
    }

.scroll-down:before
    {
        top: 8px;

        height: 5px;
    }

   }
@media (max-width: 768px)
{
	.row .col-md-12 .padding-top-20 {
	font-size: 22px;
	margin-bottom: 50px;
	margin-top: 0px;
	padding-top: 30px;
	vertical-align: middle;
}
.container-fluid2 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 30px;
	margin-left: 30px;
	max-width: 100% !important
}	
	
}
@media (max-width: 480px)
{	
.scroll-down
    {
        bottom: 16px;

        width: 20px;
        height: 29px;
    }
	
.row .col-md-12 .padding-top-20 {
	font-size: 16px;
	margin-bottom: 50px;
	margin-top: 0px;
	padding-top: 30px;
	vertical-align: middle;
}
	.container-fluid2 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
	max-width: 100% !important
}
	
}

.anchor {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
}


#booking-form {
	padding: 50px;
	border-radius: 6px;
}

#booking-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

#booking-form .form-control {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #fff !important;
	min-height: 50px;
	color: #111 !important;
	border: none;
	font-size: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 25px !important;
	padding: 10px 25px;
	max-width: 100%
}

#booking-form .form-control::-webkit-input-placeholder {
	color: #111 ;
}

#booking-form .form-control:-ms-input-placeholder {
	color: #111 ;
}

#booking-form .form-control::placeholder {
	color: #111 ;
}

#booking-form input[type="date"].form-control:invalid {
	color: #111 ;
}

#booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 10px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
}

#booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#booking-form .form-label {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	color: #fff;
}

#booking-form .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

#booking-form .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 30px;
	font-weight: 400;
	color: #fff;
}

#booking-form .form-checkbox label+label {
	margin-left: 15px;
}

#booking-form .form-checkbox input+span {
	font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 300;
	position: absolute;
	left: 2px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
}

#booking-form .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #f23e3e;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#booking-form .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

#booking-form .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}

#booking-form .form-btn {
	margin-top: 27px;
}

#booking-form .submit-btn {
	color: #fff;
	background-color: #4caf50;
	font-weight: 400;
	height: 50px;
	font-size: 14px;
	border: none;
	width: 200px;
	border-radius: 40px;
	text-transform: uppercase;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

#booking-form .submit-btn:hover,
#booking-form .submit-btn:focus {
	color: #111 ;
	background-color: #fff;
}
#booking-form textarea.form-control {
	height: auto;
	color: #111 !important;
}

#booking-form textarea.form-control::-webkit-input-placeholder {
	color: #fff !important;
}

#booking-form textarea.form-control:-ms-input-placeholder {
	color: #fff !important;
}


#booking-form textarea.form-control::placeholder {
		color: #fff !important;
}
#booking-form .success {
  position: relative;
  display: block;
  outline: none;
  margin: 10px 0px 10px 0px;
}
#booking-form input {
	width: 100%;
	height: 50px;
}
#booking-form .success {
	padding: 20px 0px;
	text-align: center;
	width: 100%;
	height: 28px;
	line-height: 20px;
	color: #4caf50 !important;
}
#booking-form .help-block.with-errors {
    left: 0px;
	z-index: 0;
	text-align: left;
	width: 100%;
	line-height: 20px;
	color: #FF0000;
	color: #ff5050;
    margin-top: 5px;
}
#booking-form .form-messages {
  z-index: 12;
}

/*Forms End*/
/*close forms*/
#booking-form
.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
#booking-form 
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
#booking-form 
.close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
#booking-form 
.close:disabled, .close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
#booking-form
.ClassThatHides{
 visibility: hidden;
 display: none;
}

/*Contact Form*/
#contact-form {
	padding: 50px;
	border-radius: 6px;
}

#contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

#contact-form .form-control {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #111 !important;
	min-height: 50px;
	color: #fff;
	border: none;
	font-size: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 25px !important;
	padding: 10px 25px;
	max-width: 100%
}

#contact-form .form-control::-webkit-input-placeholder {
	color: #fff;
}

#contact-form .form-control:-ms-input-placeholder {
	color: #fff;
}

#contact-form .form-control::placeholder {
	color: #fff;
}

#contact-form input[type="date"].form-control:invalid {
	color: rgba(82, 82, 84, 0.4);
}

#contact-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact-form select.form-control+.select-arrow {
	position: absolute;
	right: 10px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
}

#contact-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#contact-form .form-label {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	color: #111;
}


#contact-form .form-btn {
	margin-top: 27px;
}

#contact-form .submit-btn {
	color: #fff;
	background-color: #4caf50;
	font-weight: 400;
	height: 50px;
	font-size: 14px;
	border: none;
	width: 200px;
	border-radius: 40px;
	text-transform: uppercase;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

#contact-form .submit-btn:hover,
#contact-form .submit-btn:focus {
	color: #fff ;
	background-color: #111;
	
}

#contact-form textarea.form-control {
	height: auto;
	color: #fff !important;
}

#contact-form textarea.form-control::-webkit-input-placeholder {
	color: #fff !important;
}

#contact-form textarea.form-control:-ms-input-placeholder {
	color: #fff !important;
}


#contact-form textarea.form-control::placeholder {
		color: #fff !important;
}
#contact-form .success {
  position: relative;
  display: block;
  outline: none;
  margin: 10px 0px 10px 0px;
}
#contact-form input {
	width: 100%;
	height: 50px;
}
#contact-form .success {
	padding: 20px 0px;
	text-align: center;
	width: 100%;
	height: 28px;
	line-height: 20px;
	color: #4caf50 !important;
}
#contact-form .help-block.with-errors {
    left: 0px;
	z-index: 0;
	text-align: left;
	width: 100%;
	line-height: 20px;
	color: #FF0000;
	color: #ff5050;
    margin-top: 5px;
}
#contact-form .form-messages {
  z-index: 99999;
}

/*Forms End*/

/*close forms*/
#contact-form
.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
#contact-form 
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
#contact-form 
.close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
#contact-form 
.close:disabled, .close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
#contact-form 
.ClassThatHides{
 visibility: hidden;
 display: none;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*popups*/
.popup-showcase-style-1 .scroll-top
{
    font-size: 17px;
    line-height: 65px;

    position: absolute;
    bottom: 0;
    right: 50%;
	left: 50%;

    overflow: hidden;

    width: 65px;
    height: 65px;

    cursor: pointer;
    -webkit-transition: all .15s ease;
            transition: all .15s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    color: #fff;
    background: #4caf50;
	z-index: 99999999
}


.popup-showcase-style-1 .scroll-top:hover
{
    line-height: 62px;

    height: 74px;
}

.popup-showcase-style-1 .scroll-top-inner
{
    overflow: hidden;

    width: 100%;

    text-align: center;

    color: #000;
}

.popup-showcase-style-1 .scroll-top .scroll-top-inner span
{
    font-size: inherit;
}

div.sticky {

  position: -webkit-sticky;
  position: sticky;
  top: 0;
	z-index: 9999999999999
	}