/*BASIC COLORS
kreola blue: #00b1b0;
light blue: #66e0fe;
green: #41f790;
red: #ff7c7c;
dark grey: #5f5f5f;
*/


body,
html {
    font-family: 'Open Sans', sans-serif;
}
* { 
	font-family: 'Open Sans', sans-serif; 
	}
h1 { 
	font-family: 'Roboto', sans-serif; 
	letter-spacing: normal!important;
    color: #5f5f5f;
	font-weight: 600!important;
	font-size: 28px;
	}
a { 
    text-decoration: none!important; }
a:hover {
    text-decoration: none!important;
}
a:after {
    text-decoration: none!important;
}
a:link {
    text-decoration: none!important;
}
a:visited {
    text-decoration: none!important;
}
ul,
li { list-style: none }
ul { margin-left: -40px; }
input,
textarea {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.required {
	border: 1px solid #ff7f7f!important;
}
.pointer {
	cursor: pointer;
	text-decoration: none!important;
	color: #5f5f5f!important;
}
table {
    width: 100%;
}
table tr td{
    border-left: none;
    border-right: none;
}
.no-border-table tr td{
	border: none;
}
.text-center {
	text-align: center;
}
.center-heading {
	text-align: center;
	color: #5f5f5f;
}

.width-100 {
	width: 100%!important;
}

.no-padding {
	padding: 0px!important;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #02b5b4;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #7bcce4;
}

.arrow {
  text-align: center;
  margin: 8% 0;
  color: #fff;
  font-size: 40px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.flex-center {
  display: flex;
  justify-content: center;
}
main div {
  width: 100%;
}

.banner{
	margin-bottom: 40px;
	text-align: center;
}
.banner img{
	width: 100%;
	margin-top: -150px;
	opacity: 0.9;
}
.banner h4{
	position: absolute;
	top: 180px;
	font-size: 22px;
	color: #fff;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}
.banner p{
	position: absolute;
	top: 220px;
	color: #fff;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}

.parallax{
    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 100px;
}
.parallax h1{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
   text-shadow: 2px 2px 4px #494949;
}
.parallax h2{
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 4px #494949;
}
.parallax button{
	color: #fff;
	font-size: 16px;
	background: #ff7c7c;
	padding: 10px;
	border-radius: 5px;
	border: none;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.parallax button:hover {
	background: #ed5353;
}

.section-header {
	font-size: 34px;
	text-align: center;
	color: #5f5f5f;
}
.section-subheader {
	font-size: 16px;
	text-align: center;
	color: #5f5f5f;
}

/* ngIf animation */
.animationIf{
	text-align: center;
	animation:signup-response 5s 1;
    -webkit-animation:signup-response 5s 1;
    animation-fill-mode: forwards;
} 

@keyframes signup-response{
    0%,100% {opacity :0;}
    20%, 80% {opacity :1;}
}

@-webkit-keyframes signup-response{
    0%,100% {opacity :0;}
    20%, 80% {opacity :1;}
}
.animationIf .fa-check-circle{
  color: #5b965b;
  font-size: 22px;
}
.animationIf .fa-times-circle{
  color: red;
  font-size: 22px;
}

.fa-check-circle{
  color: #5b965b;
  font-size: 22px;
}
.fa-times-circle{
  color: red;
  font-size: 22px;
}

.gallery{
	background:rgba(42,42,42, 0.3);
	max-height: 600px;
	width: auto;
}
.gallery img{
	width: auto;
	max-height: 600px;
}
.gallery .close{
	z-index: 3;
	position: absolute;
	right: 10px;
	font-size: 40px;
}
.partial {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    overflow: hidden;
	margin-top: 0px;
	min-height: 800px;
	padding-bottom: 50px;
	padding-top: 170px;
	position: relative;
    z-index: 1;
    border-bottom: 1px solid #e7e7e7; 
    background: white;
    margin-bottom: 230px;
	-webkit-box-shadow: #e7e7e7 0 7px 35px 0;
	-moz-box-shadow: #e7e7e7 0 7px 35px 0;
	box-shadow: #e7e7e7 0 7px 35px 0;
}
.box{
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 10px;
	-webkit-box-shadow: #e7e7e7 0 7px 35px 0;
	-moz-box-shadow: #e7e7e7 0 7px 35px 0;
	box-shadow: #e7e7e7 0 7px 35px 0;
}
.small-box{
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 5px;
	-webkit-box-shadow: #e7e7e7 0 7px 35px 0;
	-moz-box-shadow: #e7e7e7 0 7px 35px 0;
	box-shadow: #e7e7e7 0 7px 35px 0;
}
.cookies {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background:rgba(42,42,42, 0.7);
	width: 100%;
	z-index: 9;
}
.cookies a{
	cursor: pointer;
}
.cookies .inner-section{
	padding: 10px;
	text-align: center;
	color: #fff;
}
.cookies .inner-section p{
	display: inline;
}

.path { 
	margin-bottom: 20px;
	margin-top: -30px;
	margin-right: 20px;
	float: right;
	}
.path a { 
	color: #2a2a2a;
	}
.path a:hover {
    color: #2a2a2a;
    text-decoration: underline!important;
}
.path a:after {
    color: #2a2a2a;
    text-decoration: none;
}
.path a:link {
    color: #2a2a2a;
    text-decoration: none;
}
.path a:visited {
    color: #2a2a2a;
    text-decoration: none;
}

.ng-description p{
    margin-top: 0px!important;
}

.total {
	margin-top: -20px;
}
.total h4{
	float: left;
	margin-right: 10px;
}
.total select{
	width: 80px;
}
.total-special {
	margin-right: 30px;
}

.timepicker table tr td{
	border: none;
	padding: 0px;
}
.timepicker input{
	margin-left: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}
.datepicker {
	margin-top: 0px;
}
.datepicker input{
	margin-top: 0px;
}
.datepicker table tr td{
	padding: 0px!important;
}
.datepicker table{
	width: auto!important;
}
.datepicker table th{
	padding: 0px!important;
}

.uib-button-bar {
	display: none!important;
}
.time-picker button{
	margin-left: 5px;
	margin-top: -10px!important;
}
.center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.sync {
    margin-bottom: 10px;
}
.center-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 250px;
}
.sync-button {
	width: 250px;
	color: #fff;
	background: #f88282;
	border: none;
	padding: 30px;
	font-size: 20px;
}
.search-button {
	width: 150px;
	color: #fff;
	background: #f88282;
	border: none;
	padding: 10px;
	border-radius: 5px;
}

h3 {
    margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

	#floatingBarsG{
	position:relative;
	width:60px;
	height:75px;
	margin:auto;
}

.blockG{
	position:absolute;
	background-color:rgb(255,255,255);
	width:10px;
	height:23px;
	border-radius:8px 8px 0 0;
		-o-border-radius:8px 8px 0 0;
		-ms-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		-moz-border-radius:8px 8px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeG;
		-o-animation-name:fadeG;
		-ms-animation-name:fadeG;
		-webkit-animation-name:fadeG;
		-moz-animation-name:fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#rotateG_01{
	left:0;
	top:27px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#rotateG_02{
	left:8px;
	top:10px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#rotateG_03{
	left:25px;
	top:3px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#rotateG_04{
	right:8px;
	top:10px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#rotateG_05{
	right:0;
	top:27px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#rotateG_06{
	right:8px;
	bottom:7px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#rotateG_07{
	bottom:0;
	left:25px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#rotateG_08{
	left:8px;
	bottom:7px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}



@keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/*
.ng-invalid-required {
	border: 2px solid red;
	}
*/
	
.bank-loading {
	text-align: center;
	}
	
.pointer {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
	}
	
.margin-minus-30 {
	margin-top: -30px;
	}
	
.error {
	color: #ff3232;
	}
	
.add-button {
	background: #f88282;
	border: none;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	}
	
.grey-button {
	background-color: #a8a8a8;
	color: #fff;
	border: none;
	}
.choose-button {
	background-color: #fff;
	color: #555555;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 6px;
	}
.checkout-button{
	color: #fff;
	font-size: 16px;
	padding: 10px;
	border: none;
}
.checkout-disabled {
	background-color: #b7b7b7;
	}	
.checkout-enabled {
	background-color: #f88282;
	}
.header-button {
	background: #4dcbca;
	border: none;
	color: #fff;
	padding: 10px;
	width: 100%;
	}
.selected-button {
    background: #9dbcd3!important;
	}
	
.login-logo img{
	width: 100%;
	margin-bottom: 20px;
	}
	
.icon-big {
	font-size: 22px;
	}
	
.save-button {
	background: #f88282;
	border: none;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	display: inline-block;
	min-width: 100px;
	border-radius: 5px;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.save-button:hover {
	background: #ed5353;
}

.book-button {
	background: #00b1b0;
	border: none;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	border-radius: 5px;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.book-button:hover {
	background: #009897;
}

.action-button{
	color: #fff;
	font-size: 16px;
	background: #ff7c7c;
	padding: 10px;
	border-radius: 5px;
	border: none;
}
.action-button:hover {
	background: #ed5353;
}

.cart-button {
	border: none;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	width: 120px;
}

.cart-button-2 {
	background: #f88282;
	border: none;
	color: #fff;
	padding: 5px;
	font-size: 14px;
}
.picture-edit {
	background: #f88282;
	border: none;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	margin-left: 0px;
}

.full-width-button {
	background: #f88282;
	border: none;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	width: 100%;
}

.fa-times-circle {
	color: #f88282;
}

.light-grey {
	background: #f0f0f0;
}

.font-10 {
	font-size: 10px;
}
.td-90 {
    width: 90%;
}
.td-80 {
    width: 80%;
}
.td-70 {
    width: 70%;
}
.td-60 {
    width: 60%;
}
.td-50 {
    width: 50%;
}
.td-40 {
    width: 40%;
}
.td-33 {
    width: 33.3333%;
}
.td-30 {
    width: 30%;
}
.td-20 {
    width: 20%;
}
.td-15{
	width: 15%;
}
.td-12{
	width: 12%;
}
.td-10{
	width: 10%;
}
.td-8{
	width: 8%;
}
.td-7{
	width: 7%;
}
.td-6{
	width: 6%;
}
.td-5{
	width: 5%;
}
.td-3{
	width: 3%;
}
.td-1{
	width: 1%;
}

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

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
margin-bottom: 10px;
cursor: pointer;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h4 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h4,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

@media screen and (max-width: 768px) { 
    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    h1,
    h2,
    h3,
    h4,
    h5 { margin: 0 }
    .clearfix { clear: both }
	
	.partial {
	padding-top: 50px;
	}
	
	.path { 
	margin-left: 0px;
	margin-bottom: 20px;
	}
	.gallery{
		background:rgba(42,42,42, 0.3);
		height: auto;
		width: auto;
	}
	.gallery img{
		width: 100%;
		max-height: auto;
	}
	.banner{
	margin-bottom: 0px;
	text-align: center;
	}

	.banner img{
		width: 100%;
		margin-top: -190px;
	}

	.banner h4{
		position: absolute;
		top: 180px;
		font-size: 22px;
		color: #fff;
		left: 50%;
		width: 200px;
		margin-left: -100px;
	}

	.banner p{
		position: absolute;
		top: 220px;
		color: #fff;
		left: 50%;
		width: 400px;
		margin-left: -200px;
	}
	.parallax h1{
		font-size: 30px;
	}
	.parallax h2{
		font-size: 20px;
	}

	.section-header {
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px){ 
	.banner h4{
		top: 80px;
	}
	.banner p{
		top: 120px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px){ 
	.banner h4{
		top: 100px;
	}
	.banner p{
		top: 140px;
	}
}

/* CHRIS CSS */
.ngViewHidden {
}
.loadingFadeInOut img{
	width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}
.loadingFadeInOut {
    position:absolute; 
	display:block; 
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 5;
	top: 0px;
}
.ngViewFadeIn {
    opacity: 1;
    animation: fadeInPartialLoad 1s linear;
}
@keyframes fadeInPartialLoad {
	0% {opacity: 0}
	100% {opacity: 1}
}

.loadingFadeInOut {
    opacity: 0;
    animation: fadeInOutPartialLoad 2s linear;
}
@keyframes fadeInOutPartialLoad {
	0%,100% {opacity: 0}
	50%,80% {opacity: 1}
}

.fade-in {
    opacity: 1;
    animation: fadeIn 1s linear;
}
@keyframes fadeIn {
	0% {opacity: 0.5}
	100% {opacity: 1}
}


.spinner {
	display: none;
}

[ng-cloak].spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

[ng-cloak].spinner > div {
  width: 18px;
  height: 18px;
  background-color: #00b1b0;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

[ng-cloak].spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

[ng-cloak].spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
	-webkit-transform: scale(0);
	transform: scale(0);
  } 40% { 
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
  }
}