
@font-face {
    font-family: 'avbold';
    src: url('fonts/itc_avant_garde_gothic_lt_bold-webfont.eot');
    src: url('fonts/itc_avant_garde_gothic_lt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc_avant_garde_gothic_lt_bold-webfont.woff2') format('woff2'),
         url('fonts/itc_avant_garde_gothic_lt_bold-webfont.woff') format('woff'),
         url('fonts/itc_avant_garde_gothic_lt_bold-webfont.ttf') format('truetype'),
         url('fonts/itc_avant_garde_gothic_lt_bold-webfont.svg#itc_avant_garde_gothic_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




#fullpage { transition-delay:300ms !important;}

.delayanimated {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;


}




body,html { padding:0px;
margin:0;
min-height:100%;
background:#000000;}

body, input {     
font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 1.1em;
    letter-spacing:0.05em;
    line-height: 1.4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight:400 !important;
}

small { font-size:0.6em;
}
small span { display:block;}


p, h1, h2, header ul li a, a, strong.lead, .logo { transition:all 500ms;
  transition-delay:500ms;  }

header ul li a {    }

a { color:inherit;}

section#preloader {  background:#000000;
position:fixed;
top:0;
left:0;
width:100%;
height:100%; 
z-index:1000;
color:#ffffff;
/*background-image:url('images/flickr.gif');
background-repeat: no-repeat;
background-position: 50% 50%;
background-size:30px 30px;*/}

section#preloader img { width:60px;
height:auto;
display:block;}

section#preloader p {font-size:1em;
  margin:10px 0;
text-align:center;}

section#preloader.hider{ pointer-events:none;}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.hidden { display:none;}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

 h1, h2, h3, p.lead, strong.lead, { font-weight: 400;
font-size:2em;

letter-spacing:0.1em;
 font-family: 'avbold';
     text-transform: uppercase;
line-height:0.9;

padding:0 0 30px 0 ;
margin:0;

   display:block;
}

p strong { letter-spacing:0.1em;
 font-family: 'avbold';
 font-weight: 400;
     text-transform: uppercase; }

p a { font-weight:700;
letter-spacing:0em;}

     p a.but { background:#000000;
      color:#ffffff;
      padding:4px 12px;
      font-family: 'avbold';
 font-weight: 400;
     text-transform: uppercase;
      text-decoration: none !important;
    }

h3 { font-size:1em;}

@media (max-width: 767px) { 
 h2, h3, p.lead, strong.lead  { font-size:1em;}
}



p{ font-size:1.4em;
  font-weight: 400;
padding:0 0 30px 0 ;
margin:0;}


h1 { font-size:4em;
color:#ffffff;
 }

 .logo { max-width:1200px;
  width:80%;
height:auto;
}

.logovictory {  width:100px;

height:auto;
position:absolute;
bottom:0;
left:50%;
margin:0 0 30px -50px;
z-index:200;}

  @media (max-width: 767px) {  
    .logovictory { width:70px;
      margin:0 0 30px -35px;} }


header {  position:fixed;
top:0px;
left:0px;
padding:7px 0;
z-index:7000;
width:100%;
text-align:center; }

a {
    color: inherit;
    text-decoration: none;
}
nav#menu { position:fixed;
height:100%;
width:100%;
top:0;
left:0;
   pointer-events:none;}



header ul {padding:0px;
  display:flex;
  align-items: center;
  justify-content: center;
   flex-wrap: wrap;
   padding:30px 0;

}



header ul li{ width:16%; 
  width:20%;
list-style: none;}

@media (max-width: 767px) {   
header ul { padding:0px 0;
  margin:5px 0;
}

header ul li{ width:33%;} 
}


header ul li a { color:inherit;
   pointer-events:auto;
   font-size:1.2em;
   border:0px solid rgba(255,255,255,1);
  padding:5px 0px 10px;
      position:relative; 
      display:inline-block;
      overflow: hidden;
    letter-spacing:0.1em;
   font-family: 'avbold';
   color:#ffffff;
     text-transform: uppercase;}


header ul li a:hover { border-bottom:1px solid currentColor; text-decoration: none; }
header ul li a:focus, header ul li a:active { color: currentColor !important;
outline-width:0px !important;
text-decoration: none;}

#mobmenu ul { margin:0; }
#mobmenu ul li a { color:#ffffff;
padding:5px 0;}

nav#mobmenu { background:#000000;
position:fixed;
top:0;
left:0;
width:100%;
height:30px; }

a.request { position:relative;
border-bottom:1px solid currentColor;
}


header ul li.active a .wave, header ul li:hover a .wave, a.request .wave{ 
opacity:1;
stroke:currentColor;
    transition-delay:500ms;

}



section {  

-webkit-transition:  opacity 0.5s ease-in;
   -moz-transition:  opacity 0.5s ease-in;
      transition:  opacity 0.5s ease-in;
      height:100%;
    min-height:100vh;
    width:100%;
position:relative;
top:0;
left:0px;
padding:0px;
display:flex;
  align-items: center;
  justify-content: center;
}




section:nth-of-type(odd) { background:#ffffff;}


#about-page { background:#000000;}
#info-page{ background:#eee; } 
#book-page {  background:#ffffff;}
#film-page {background:#000000;}
 #photography-page  {background:#000000;}
 #contact-page  {background:#000000;}
 #apps-page  {background:#000000;}
 #contact-page  {background:#000;}




.fp-viewing-book-0 header ul li a {   color:#000000; }
.fp-viewing-info header ul li a {   color:#000000; }
.fp-viewing-contact header ul li a {   color:#fff; }
/*
.fp-viewing-about{  color:#fdeae2; }
.fp-viewing-development {  color:#111b2b; }
.fp-viewing-creative {  color:#fdeae2; }
.fp-viewing-ecommerce {  color:#111b2b; }
.fp-viewing-photography {  color:#fdeae2; }
.fp-viewing-seo { color:#111b2b;  }
.fp-viewing-apps  {  color:#fdeae2; }
.fp-viewing-contact {  color:#111b2b; }


.fp-viewing-about .logo  {border-color:#fdeae2 !important; }

.fp-viewing-about .svg-logo path, .fp-viewing-about .svg-logo circle { fill:#fdeae2 !important; }

.fp-viewing-development .svg-logo path, .fp-viewing-development .svg-logo circle { 
 fill:#111b2b  !important;}

.fp-viewing-development .logo {border-color:#111b2b !important; }
*/
.fp-viewing-about-0 #aboutbut { border-bottom:1px solid currentColor;}
.fp-viewing-about #aboutbut { border-bottom:1px solid currentColor;}
.fp-viewing-info #infobut { border-bottom:1px solid currentColor;}
.fp-viewing-book-0 #bookbut { border-bottom:1px solid currentColor;}
.fp-viewing-creative #creativebut { border-bottom:1px solid currentColor;}
.fp-viewing-creative-0 #creativebut { border-bottom:1px solid currentColor;}
.fp-viewing-film #filmbut { border-bottom:1px solid currentColor;}
.fp-viewing-photography #photographybut { border-bottom:1px solid currentColor;}
.fp-viewing-contact #contactbut { border-bottom:1px solid currentColor;}
.fp-viewing-apps #appsbut { border-bottom:1px solid currentColor;}
.fp-viewing-contact #contactbut { border-bottom:1px solid currentColor;}


section.active {  }


.fp-tableCell { display:flex;
  align-items: center;
  justify-content: center;
  width:100%; }
 



  @media (min-width: 767px) {  

.fp-slides, .fp-slidesContainer { width:100%;
height:100%;}

.sectioninner {  
width:100%;
height:100%;

text-align:center;
position:relative;

-webkit-transition:  opacity 0.1s;
   -moz-transition:  opacity 0.1s;
      transition:  opacity 0.1s;
      opacity:0;
}



}



@media (max-width: 767px) {   
.sectioninner {  
max-width:100%;
padding:30px;
text-align:center;
opacity:1 !important;
}

.about .sectioninner { min-height:100vh;

width:100%;
padding:0px; }

.about .fp-slides, .about .fp-slidesContainer { width:100%;
height:100vh;}

  }

  section.development { background:#f6f6f6 !important;}

section.completely .sectioninner {  opacity:1;
-webkit-transition:  opacity 0.5s ease-in;
   -moz-transition:  opacity 0.5s ease-in;
      transition:  opacity 0.5s ease-in; }


.content { 
z-index:900;
 
}

.homecontent { width:100%;
  max-width:800px;
height:200px;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
position:absolute;
}

.aboutcontent { max-width:1000px;
margin:200px auto 0;
}

.videocontent, .videocontent iframe { position:absolute;
height:100%;
width:100%; 
top:0;
left:0; }

.contentcenter { display:flex;
  align-items: center;
  justify-content: center;
   flex-wrap: wrap;
   height:100%;width:100%;}

/*
.logo { width:130px;
   

     background-repeat:no-repeat;
    background-position:0% 50%;
    background-size:contain;
 
    display:block;
    padding:15px 25px 12px 25px;
    margin:0 auto 30px ;
    border:1px solid #fdeae2;
}
.logo img { max-width:100%;
height:auto;} */




.controller { height:20%;
    position:absolute;
top:100%;
left:2px;
border-left:0px solid red;

z-index:5000;
width:1px;
margin-top:-1px;
display:none;}

section.home .control{ margin-top:2px; }




.centerall { position: relative;
  top: 50%;
     -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.svg-icon {
  width: 1.2em;
  height: 1.2em;
  margin:0 5px 20px;

}

.svg-icon.mobile { width:1.4em;
height:1.4em;}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: currentColor;
  transition:all 500ms;
  transition-delay:500ms;
}

.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1;
}

.icon-link { 
}


.contact p, .contact a { color:#ffffff;}



a.arrow { display:block;
height:10px;
width:10px;
  margin:0px auto;
padding:50px 0 30px 0 ;
outline-width:0px !important;

}
a.arrow:after { background:none;
  content:'';
  height:0px;
  width:0px;
  display:block;
  margin:0px auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; 
  border-top: 5px solid currentColor;}

a.arrowup:after {  border-left: 5px solid transparent;
  border-right: 5px solid transparent; 
  border-bottom: 5px solid currentColor;
  border-top: 0px solid currentColor;
display:none;}


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







@media only screen and (max-height: 680px) {

}




.carousel, .carousel-inner, .item, .overlay{ position:absolute;
top:0;
left:0;
height:100%;
width:100%;}

@media (max-width: 767px) { 

@media (max-width: 767px) {   

section.book {  
    min-height:0px;
       width:100%;
    height:0px;
    padding-bottom:70%;
  }
  }

#carousel-book, #carousel-book .carousel-inner, #carousel-book .item{  
    width:100%;
    height:0px;
    padding-bottom:70%;
  }

section.creative, section.ecommerce { width:100%;
height:0;
padding-bottom:100%;
min-height:0px; }

section.development {  
min-height:0px;
height:auto; }

section.contact {  
min-height:0px;
height:auto;
padding:40px 0;
}

.aboutcontent { margin-top:10px;}

}

.overlay { background:rgba(0,0,0,0.2);
z-index:2;
pointer-events: none;}

.item { background-size:cover;
background-position:50% 50%;
background-repeat:no-repeat;
background-color:#ffffff;}

.item.contain { background-size:contain;}

 .carousel-indicators { z-index:200;}

#carousel-book .carousel-indicators li { 
height:5px;
width:5px;
background:#333;
border-color:#333;
margin:3px;
}


#carousel-book .carousel-indicators li.active { background-color:#000000;
height:9px;
width:9px;
margin:1px;}

@media (max-width: 767px) {   .carousel-indicators { display:none;} }

 .carousel-control { background-image:none;
background:none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    opacity:1;}

 .carousel-control span { position:absolute;
top:50%;
margin-top:-10px;
color:#000000;
opacity:1 !important;
  font-family: 'avbold';
  font-size:1em;

   }

 .carousel-control img { height:20px;
  width: auto;}

  .carousel-control.right img {  -webkit-transform: rotate(180deg); 
      -ms-transform: rotate(180deg); 
          transform: rotate(180deg) !important; }

/* ==========================================================================
   Media Queries
   ========================================================================== */




@media (max-width: 991px) {

}






#mobmenu { display:none;}
@media (max-width: 767px) {
  body { font-size:10px;}
#mobmenu { display:block;}
#menu { display:none;}
}




@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1600px) {
body { font-size:1.4em;}

.sectioninner {  

}

}


@media (min-width:768px) and (max-width:991px){   }

