@-webkit-keyframes pulse {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #006972;
  }
}
/* Main body */
body {
  background-color: black;
  font-family: 'PT Sans', verdana, sans-serif;
  color: #333;
  font-size: 16px !important;
}
body h2 {
  color: #23b2cc;
  font-size: 26px;
}

/* Preloader */
.fishpreload {
  background-color: #000000;
  color: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
.fishpreload .preload-logo {
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 360px;
}
.fishpreload .preload-logo-header {
  background-color: #45CEEF;
  -webkit-animation: pulse 0.5s infinite alternate;
  border: 1px solid #079fac;
  color: #079fac;
  font-family: 'PT Sans', verdana, sans-serif;
  font-size: 48px;
  height: 100px;
  left: 0px;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  opacity: 0.82;
  padding: 16px 20px 0px 20px;
  text-transform: uppercase;
  text-align: center;
}
.fishpreload .preload-txt {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Logo */
.fish-header {
  padding: 0px;
  top: 0px;
  position: fixed;
  z-index: 1100;
}

.fish-logo {
  background-color: #000000;
  color: #ffffff;
  font-family: 'PT Sans', verdana, sans-serif;
  font-size: 22px;
  height: 60px;
  left: 0px;
  letter-spacing: 0.3em;
  opacity: 0.82;
  padding: 16px 20px 0px 20px;
  text-transform: uppercase;
}

.fish-menu {
  right: 0px;
  height: 60px;
  width: 110px;
}
.fish-menu .fish-menu-button {
  background-color: transparent;
  border: 0px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0px;
  width: 110px;
}
.fish-menu .fish-menu-button .menu-text {
  display: block;
  color: #000000;
  float: left;
  font-family: 'PT Sans', verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.fish-menu .fish-menu-button .menu-icon {
  background-color: #ffffff;
  float: right;
  display: block;
  height: 60px;
  width: 60px;
}
.fish-menu .fish-menu-button .menu-icon .ml {
  background-color: #666666;
  display: block;
  height: 3px;
  margin: 4px 14px 0px 14px;
  width: 32px;
}
.fish-menu .fish-menu-button .menu-icon .ml1 {
  margin-top: 20px;
}
.fish-menu .fish-menu-button:hover .menu-icon {
  background-color: #000000;
}
.fish-menu .fish-menu-button:hover .menu-icon .ml {
  background-color: #ffffff;
}
.fish-menu .fish-menu-button.active .menu-icon {
  background-color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #ffffff;
  line-height: 52px;
  margin: 0px;
  padding: 0px;
}
.fish-menu #triggervideomodalbutton {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 1200;
}

/* Buttons */
.fish-play {
  display: block;
  margin-top: 20px;
}
.fish-play span {
  color: #ffffff;
}

/*  No padding */
.no-pad {
  padding-right: 0px;
  padding-left: 0px;
}

/* All Sections */
.fish-section {
  padding: 0px;
  /*  No padding */
  /* Textbanners*/
  /* Content boxes*/
  /* Links */
  /* Promobox themes */
}
.fish-section .row.no-pad {
  margin-right: 0;
  margin-left: 0;
}
.fish-section .full {
  height: 100%;
  width: 100%;
}
.fish-section .fish-grid-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.fish-section .fish-grid-container .fish-grid-header {
  height: 33%;
}
.fish-section .fish-grid-container .fish-grid-columns {
  height: 66%;
}
.fish-section .fish-grid-container-3slides {
  position: absolute;
  height: 100%;
  width: 33.33%;
  z-index: 10;
}
.fish-section .fish-grid-container-3slides .fish-grid-header {
  height: 33%;
}
.fish-section .fish-grid-container-3slides .fish-grid-columns {
  height: 66%;
}
.fish-section .fish-grid-container-2slides {
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: 10;
}
.fish-section .fish-grid-container-2slides .fish-grid-header {
  height: 33%;
}
.fish-section .fish-grid-container-2slides .fish-grid-columns {
  height: 66%;
}
.fish-section .fish-grid-container-fixedheight-scrollable {
  height: auto;
  position: relative;
  width: 100%;
}
.fish-section .fish-grid-container-fixedheight-scrollable .fish-grid-header {
  height: 200px;
}
.fish-section .fish-grid-container-fixedheight-scrollable .fish-grid-columns {
  height: auto;
}
.fish-section .fish-grid-container-images {
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 10;
  /*		.row:nth-child(1){
  			height: 50%;
  			overflow: hidden;
  		}
  		.row:nth-child(2){
  			height: 50%;
  			overflow: hidden;
  		}
  */
  /*  No padding */
}
.fish-section .fish-grid-container-images .row {
  height: 300px;
  overflow: hidden;
}
.fish-section .fish-grid-container-images .row .videobox {
  height: inherit;
}
.fish-section .fish-grid-container-images a {
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  height: inherit;
  width: 100%;
  opacity: 0.4;
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: url(../filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  		    /*	
  			img{
  				display: block;
  				position: relative;
  				opacity: 0.4;
  
  				-webkit-filter: grayscale(100%);
  				-moz-filter: grayscale(100%);
  				filter: grayscale(100%);
  			}
  			*/
}
.fish-section .fish-grid-container-images a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  /*
  img{
  	opacity: 1;
  	-webkit-filter: grayscale(0%);
  	-moz-filter: grayscale(0%);
  	filter: grayscale(0%);	
  }
  */
}
.fish-section .fish-grid-container-images .row.no-pad {
  margin-right: 0;
  margin-left: 0;
}
.fish-section .fish-grid-container-images .row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.fish-section .fish-grid-container-videoplayer .fish-grid-videoheader {
  padding-left: 0px;
  padding-right: 0px;
}
.fish-section .fish-grid-container-videoplayer .fish-grid-videoheader .videocontrols {
  margin-top: 40px;
}
.fish-section .fish-grid-container-videoplayer .fish-grid-videoheader .videocontrols .circle {
  background-repeat: no-repeat;
  background-position: 17px 17px;
  background-size: 25px 25px;
  border: 1px solid #888888;
  border-radius: 30px;
  color: #999999;
  display: inline-block;
  height: 60px;
  padding: 14px;
  padding-top: 18px;
  -moz-border-radius: 30px;
  width: 60px;
}
.fish-section .fish-grid-container-videoplayer .fish-grid-videoheader .videocontrols .circle:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.fish-section .fish-grid-container-videoplayer .fish-grid-videoheader .videocontrols .circle-middle {
  margin-left: 40px;
  padding-left: 15px;
}
.fish-section .fish-grid-container-videoplayer .videoplayer {
  width: 100%;
}
.fish-section .fish-grid-col-white {
  background-color: #ffffff;
}
.fish-section .sketchlogo {
  background-color: #0daedc;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.2em;
  opacity: 0.8;
  padding: 15px;
  text-transform: uppercase;
}
.fish-section .textbanner1 {
  background-color: #0daedc;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.2em;
  opacity: 0.8;
  padding: 8px;
  text-transform: uppercase;
}
.fish-section .textbanner2 {
  background-color: #0daedc;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  opacity: 0.8;
  padding: 8px;
  text-transform: uppercase;
}
.fish-section .fish-content-box-small {
  text-align: center;
}
.fish-section .promo1-box .slogan {
  color: #ffffff;
  font-size: 22px;
}
.fish-section .promo2-box {
  line-height: 24px;
}
.fish-section .promo2-box .slogan {
  color: #ffffff;
  font-size: 18px;
}
.fish-section .promo3-box {
  line-height: 24px;
}
.fish-section .promo3-box .slogan {
  color: #333333;
  font-size: 18px;
}
.fish-section .promo3-box .citation {
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 34px;
}
.fish-section .promo3-box .citation-author {
  border-top: 1px solid #cccccc;
  font-size: 14px;
  font-family: helvetica, sans-serif;
  font-style: italic;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  width: 300px;
}
.fish-section .promoheader1 {
  text-align: center;
  padding-top: 110px;
}
.fish-section .morelink {
  clear: both;
  margin-top: 20px;
}
.fish-section .arrowlink {
  display: block;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 16px;
  z-index: 2000;
  width: 200px;
}
.fish-section .arrowlink .arrowtext {
  display: inline-block;
  height: 80px;
  padding: 10px;
  vertical-align: middle;
}
.fish-section .arrowlink .arrowicon {
  background-image: url("../fishimg/smallarrow_white.png");
  background-repeat: no-repeat;
  background-position: 12px 14px;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  border-radius: 30px;
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  padding: 18px;
  -moz-border-radius: 30px;
  width: 40px;
}
.fish-section .arrowlink .arrowicon:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.fish-section .promobox-dark {
  color: #333333;
}
.fish-section .promobox-dark .slogan {
  color: #333333;
}
.fish-section .promobox-dark .textbanner1, .fish-section .promobox-dark .textbanner2 {
  color: #000000;
}
.fish-section .promobox-dark .arrowlink {
  color: #333333;
}
.fish-section .promobox-dark .arrowlink .arrowicon {
  background-image: url("../fishimg/smallarrow_black.png");
  border-color: #333333;
}

/* Section 1: Slider 2 Exception*/
#section1 .fp-controlArrow, #section2 .fp-controlArrow {
  border-right-color: #999999;
}
#section1 .row, #section2 .row {
  margin-top: 40px;
}
#section1 .row:first-child, #section2 .row:first-child {
  margin-top: 0px;
}
#section1 .row:last-child, #section2 .row:last-child {
  margin-bottom: 50px;
}
#section1 .slide:nth-child(2) img, #section2 .slide:nth-child(2) img {
  height: auto;
  width: 100%;
}
#section1 .slide:nth-child(2) .fish-grid-header, #section2 .slide:nth-child(2) .fish-grid-header {
  background-image: url("../fishimg/aboutus_1920x1080_poster.jpg");
  background-size: 100%;
}
#section1 .slide:nth-child(2) .row:nth-child(3), #section2 .slide:nth-child(2) .row:nth-child(3) {
  margin-top: 40px;
}

#section2 .slide:nth-child(2) .fish-grid-header {
  background-image: url("../fishimg/services_1920x1080_poster.jpg");
}

/* Section 3: Slider 3 Videoplayer Exception*/
#section3 .slide:nth-child(1) {
  background-image: url("../fishimg/movies_1920x1080_poster.jpg");
  background-size: cover;
}
#section3 .slide:nth-child(3) .row {
  margin-top: 40px;
}
#section3 .slide:nth-child(3) .row:first-child {
  margin-top: 0px;
}
#section3 .slide:nth-child(3) .row:last-child {
  margin-bottom: 50px;
}
#section3 .slide:nth-child(3) img {
  height: auto;
  width: 100%;
}

/* Slider navigation arrows */
.fp-controlArrow {
  display: none;
}

.fp-next {
  display: none !important;
}

.fp-prev {
  opacity: 0.6;
}

.bkgvideo {
  height: inherit;
}

.contentcrop {
  overflow: hidden;
  height: inherit;
}
.contentcrop a {
  height: 100%;
}

/* Modals - bootstrap override */
.modal-backdrop.in {
  opacity: 0.85;
}

#menuModal {
  font-size: 24px;
  margin-top: 10%;
}
#menuModal .modal-content {
  background-color: transparent;
  border: 0px;
  box-shadow: none;
}
#menuModal .modal-body {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
}
#menuModal .modal-body ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#menuModal .modal-body ul li a {
  color: #ffffff;
  display: block;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#menuModal .modal-body ul li a span {
  padding: 0px 30px 0px 30px;
}
#menuModal .modal-body ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#menuModal .modal-body ul li.active a span {
  background-image: url("../fishimg/smallarrow.png");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 15px 10px;
  color: #07cecc;
}
#menuModal .modal-footer {
  border: 0px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}
#menuModal .modal-footer .social-circle {
  background-repeat: no-repeat;
  background-position: 17px 17px;
  background-size: 25px 25px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  display: inline-block;
  height: 60px;
  padding: 18px;
  -moz-border-radius: 30px;
  width: 60px;
}
#menuModal .modal-footer .social-circle:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#menuModal .modal-footer .social-facebook {
  background-image: url("../fishimg/logo_facebook.png");
  background-position: 17px 14px;
}
#menuModal .modal-footer .social-twitter {
  background-image: url("../fishimg/logo_twitter.png");
  margin-left: 40px;
  margin-right: 40px;
}
#menuModal .modal-footer .social-youtube {
  background-image: url("../fishimg/logo_youtube.png");
}

/* VideoModal */
/*
#videoModal{
	background-color: #ffffff;
	margin-top: auto;
	font-size: 24px;
	.modal-dialog{
		margin: 0px;
		width: auto;
	}
	.modal-content{
		background-color: transparent;
		border: 0px;
		box-shadow: none;
	}
	.modal-body{
		font-family: 'Open Sans Condensed', sans-serif;
		padding: 0px;
		text-align: center;
		#modalvideo{
			width: 100%;
		}
	}
	.modal-footer{
		border: 0px;
		color: #333333;
		margin-top: 20px;
		text-align: center;
		.social-circle{
			background-repeat: no-repeat;
			background-position: 17px 17px;
			background-size: 25px 25px;
			border: 1px solid #888888;
			border-radius: 30px;
			color: #999999;
			display: inline-block;
			height: 60px;
			padding: 14px;
			-moz-border-radius: 30px;
			width: 60px;
		}
		.social-circle:hover{
			background-color: rgba(0,0,0,0.3);
			color: #ffffff;
		}
		.social-middle{
			margin-left: 40px;
			//margin-right: 40px;
			padding-left: 15px;
		}
		.information{
			position: absolute;
			display: block;
			margin: 0px;
			padding: 0px;
			width: 300px;
		}
	}
}
*/
body {
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

/* Style for our header texts
* --------------------------------------- */
h1 {
  font-size: 5em;
  font-family: arial,helvetica;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2em;
  margin: 0 0 18px 0;
  font-family: arial,helvetica;
}

/* Common styles
* --------------------------------------- */
img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.section {
  text-align: center;
  overflow: hidden;
}

.wrap {
  width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.box {
  text-align: left;
  color: #808080;
  font-size: 1.2em;
  line-height: 1.6em;
}

/* Section 0
* --------------------------------------- */
/* Section 1
* --------------------------------------- */
#section1 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -192px;
  margin-left: 89px;
  width: 395px;
  z-index: 1;
}

#section1 .imgsContainer {
  display: block;
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 58%;
  margin-top: -325px;
  margin-left: -747px;
  width: 800px;
  height: 696px;
}

#section1 img {
  height: 100%;
}

/*screen resolutions between 620px and 800px*/
@media all and (min-width: 620px) and (max-width: 800px) {
  #section1 .imgsContainer {
    margin-top: -278px;
    margin-left: -685px;
    width: 647px;
    height: 563px;
  }
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 620px) {
  #section1 .imgsContainer {
    margin-top: -208px;
    margin-left: -516px;
    width: 534px;
    height: 464px;
  }
}
#iphone2 {
  z-index: 10;
}

#iphone2.active {
  -webkit-transform: translate3d(-134px, 0px, 0px);
  -moz-transform: translate3d(-134px, 0px, 0px);
  -ms-transform: translate3d(-134px, 0px, 0px);
  transform: translate3d(-134px, 0px, 0px);
}

#iphone3 {
  z-index: 12;
}

#iphone3.active {
  -webkit-transform: translate3d(213px, 0px, 0px);
  -moz-transform: translate3d(213px, 0px, 0px);
  -ms-transform: translate3d(213px, 0px, 0px);
  transform: translate3d(213px, 0px, 0px);
}

#iphone4 {
  z-index: 11;
  left: 140px;
}

#iphone4.active {
  -webkit-transform: translate3d(548px, 0px, 0px);
  -moz-transform: translate3d(548px, 0px, 0px);
  -ms-transform: translate3d(548px, 0px, 0px);
  transform: translate3d(548px, 0px, 0px);
}

/* Section 2
* --------------------------------------- */
#section2 .imgsContainer,
#staticImg .imgsContainer,
#section3 .imgsContainer {
  position: absolute;
  z-index: 1;
  left: 50%;
  display: block;
  margin-top: -288px;
  margin-left: -636px;
  width: 0;
  height: 0;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

#section2.moveUp .imgsContainer {
  top: 50%;
}

#section2.moveDown .imgsContainer,
#staticImg .imgsContainer {
  top: 90%;
}

#section2.active .imgsContainer {
  top: 50%;
}

#section2 .box {
  top: 22%;
  left: 42%;
  position: absolute;
  width: 582px;
}

#iphone-yellow {
  top: -35px;
  left: -222px;
}

#iphone-red {
  top: -194px;
  left: 106px;
}

#iphone-blue {
  top: 320px;
  left: 448px;
}

#iphone-green {
  left: 106px;
  position: absolute;
}

#staticImg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 200%;
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

#staticImg.moveDown {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

#staticImg.moveUp {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#staticImg.moveDown .imgsContainer {
  top: 50%;
}

#staticImg.moveDown img {
  top: 155px;
}

#staticImg.active .imgsContainer {
  top: 50%;
}

#staticImg.active img {
  top: 487px;
}

/* Section 3
* --------------------------------------- */
/*
  #section3 .imgsContainer{
    top: 50%;
  }

  #section3 img{
    top: 155px;
    left: 455px;
    position: absolute;
  }
  #section3 .box{
    text-align: center;
    margin: 10% 0 0 0;
  }

*/
/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
.fp-tooltip {
  color: #AAA;
}

#fp-nav span, .fp-slidesNav span {
  border-color: #AAA;
}

#fp-nav li .active span, .fp-slidesNav .active span {
  background: #AAA;
}

#section0 {
  background-color: #000000;
}

/*# sourceMappingURL=stylemain.css.map */
