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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sun:before {
  content: "\e900";
}
.icon-moon:before {
  content: "\e901";
}
.icon-specialplace:before {
  content: "\e902";
}
.icon-localrides:before {
  content: "\e903";
}
.icon-ayurvedic:before {
  content: "\e904";
}
.icon-boatride:before {
  content: "\e905";
}
.icon-family:before {
  content: "\e906";
}
.icon-friends:before {
  content: "\e907";
}
.icon-adults:before {
  content: "\e908";
}
.icon-business:before {
  content: "\e909";
}
.icon-more:before {
  content: "\e90a";
}
.icon-arrow:before {
  content: "\e90b";
  color: #e9c01d;
}
.icon-call:before {
  content: "\e90c";
}
.icon-call-2:before {
  content: "\e90d";
}
.icon-gallery-hover:before {
  content: "\e90e";
}
.icon-headline .path1:before {
  content: "\e90f";
  color: rgb(8, 23, 47);
}
.icon-headline .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(8, 23, 47);
}
.icon-headline .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(233, 192, 29);
}
.icon-locate:before {
  content: "\e912";
}
.icon-logo:before {
  content: "\e913";
}
.icon-mail:before {
  content: "\e914";
}
.icon-mail-2:before {
  content: "\e915";
}
.navbar-header{
    text-align:center;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:transparent;
}

.headding-one h1{
	text-transform:
	uppercase;
	margin-top: 30px;
	}
	.head-line{
		max-width:100px;
		padding: 15px 0;
	}
	blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    border-left: 5px solid #0d1a32;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #333;
	text-align:right;
}

.face {
  margin: 0 auto;
  width: 300px;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  0% {
  }
  10% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg); 
  }
  20% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  30% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   40% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  50% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   60% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  70% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
  80% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  90% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   100% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
}