html, body {
    margin: 0; padding: 0;
    width: 100%; height: 100%;
    font-family: 'Raleway', 'Helvetica', 'Myriad', 'Myriad Pro', 'Arial', sans-serif;
}

/* color : #e6ae48 */

body {
    position: relative;
    background: #000;
    /*min-width: 768px;*/
    /* overflow-x: auto; overflow-y: hidden;*/
}
object {
position: relative;
}
p {
    margin-bottom: .5em;
}
#lead {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    overflow: hidden;
    top: 0;
    left: 0;
}


/* ===============================================================
slider
================================================================*/
.container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.wrapper, .services-wrapper, .about-slide {
    -webkit-will-change: transform, opacity;
    will-change: transform, opacity;
    position:relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;
    
    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;
    
    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);
    
    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;
    
    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.about-slide,
.services-wrapper {
    position: absolute;
}
.dummy {
    width: 100%;
    background: none;
    height: 100%;
    position: relative;
    z-index: -1;
}
.free-mode > .wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.slide, 
.services-slide, 
.about-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.content-container .about-slide .content,
.content-container .services-slide .content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.loader,
.about-slide,
.services-slide {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px; 
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.9);
    background-image: url('../img/loader.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.loader {
    position: fixed;
    z-index: 9999;
    display: none;
}
.loader.active {
    display: block;
}

/* IE10 Windows Phone 8 Fixes */
.wp8-horizontal {
    -ms-touch-action: pan-y;
}
.wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.container {}
.slide {}
.slide-active {}
.slide-visible {}
/* ===============================================================
Pagination Styles
================================================================*/
.pagination-switch {}
.active-switch {}
.visible-switch {}

button, input, optgroup, select, textarea {
margin: 0;
font: inherit;
color: inherit;
}

.container, 
.wrapper { height: 100%; }

.pagination {
position: absolute;
z-index: 20;
left: 50%;
bottom: 4%;
}
/*.pagination-switch, */
.pagination .visible-switch,
.pagination .active-switch { background: #FFF; }

.pagination-switch {
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
background: rgba(0, 0, 0, 0);
margin: 0 10px 0 0;
border: 1px solid #FFF;
cursor: pointer;
}
.content-container {
    position: relative;
    height: 100%;
    width: 100%;
    color: #FFF;
    text-align: center;
    display: table;
    overflow: hidden;
}

.content-container .content { }

.wrapper .slide {
    display: table;
    height: inherit;
    width: 100%;
    overflow: hidden;
}
.wrapper .slide .content {
    display: table-cell;
    vertical-align: middle;
    max-width: 768px;
    padding: 0 20%;
    z-index: 2;
    position: relative;
}
.about-info,
.services-list { position: absolute; width: 100%; }

.about-info .info-go-left, .about-info .info-go-right {
    position: absolute;
    top: 50%;
    z-index: 1000;
    display: block;
    cursor: pointer;
    font-size: 30px;
}

.about-info .info-go-right {
    right: 80px;
}

.about-info .info-go-left {
    left: 80px;
}



.slider {
/*position: absolute;*/
zoom: 1;
height: 100%;
width: 100%;
z-index: 0;
opacity: 1;
}
.slides {
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.slides li{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.slider ul,
.slider ol {
    list-style: none;
    position: absolute;
    text-align: center;
}
.slides { margin: 0; }
ol li {
    float: left;

}

.team {
    
}
.team.content h3{
    font-weight: bold;
    font-size: 1em;
    margin: 1em 0 0 0;
    text-align: center;
    font-size: .73em;
}
.team.content p {
    text-align: center;
    margin: 0;
    line-height: 1.4;
    font-size: 0.9em;
}
.team.content p a{
    border : none;
}
.team.content p a i{
   padding-right: 10px;
}
.team img:hover {
    opacity: .7;
}
.team img {
    cursor: pointer;
    border: 1px solid #FFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all .42s ease;
    -moz-transition: all .42s ease;
    -o-transition: all .42s ease;
    transition: all .42s ease;

    max-width: 80px;
    /*float: left;
    margin-right: 10px;
    */
}
.team .description{
    margin-bottom: 10px;
}
.team .medium-3 {
    margin: 0 4.1%;
    position: relative;
    float: left !important;
}

.flex-viewport {
    height: 100%;
}
.flex-control-nav {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
bottom: 0;
text-align: center;
z-index: 20;
padding:20px;
}
.flex-control-nav li{
display: inline-block;
margin-right: 10px;
float: none;
}
.flex-control-nav li a {
background: #FFF;
background: rgba(255,255,255, .4);
display: inline-block;
overflow: hidden;
width: 10px;
height: 0;
padding-top: 10px;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.flex-control-nav li a.flex-active, .flex-control-nav li:hover a {
background-color: #e6ae48;
}
.flex-direction-nav .flex-prev {
left: 20px;
text-align: left;
}
.flex-direction-nav .flex-next {
right: 20px;
text-align: right;
}
.flex-direction-nav a {
display: block;
font-size: 40px;
width: 50px;
height: 60px;
margin: -25px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #EDEDED;
opacity: 0.7;
font-weight: normal;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.background {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.background img {
  position: absolute; 
  max-width: none;
  left: 0;
  top: 0;
  z-index: 0;
}
.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.filter { background-image: url(../img/pattern.png);}

/**/
.nav-icon {
    position: fixed;
    z-index: 1000;
    height: 100%;
}
.nav-icon.active {
    height: auto;
}

.nav-icon button {
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
       -moz-transition:    -moz-transform .3s ease;
        -ms-transition:     -ms-transform .3s ease;
         -o-transition:      -o-transform .3s ease;
            transition:         transform .3s ease;
}
.nav-icon button.active {
    -webkit-transform : rotateZ(180deg);
}

.nav-icon button.active .icon-bar:first-child {
    -webkit-transform: rotateZ(30deg) scaleX(.5) translate(13px, 0px);
}

.nav-icon button.active .icon-bar:last-child {
    -webkit-transform: rotateZ(-30deg) scaleX(.5) translate(13px, 0px);
}

.nav-icon button .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #FFF;

    -webkit-transition: -webkit-transform 0.4s .1s;
       -moz-transition:    -moz-transform 0.4s .1s;
         -o-transition:      -o-transform 0.4s .1s;
            transition:         transform 0.4s .1s;
}

/*
.nav-icon button.active .icon-bar {
     -webkit-animation-delay : 1s;
     -webkit-animation : Turn 3s infinite linear;
}

@-webkit-keyframes Turn {
  from {
    -webkit-transform : rotateZ(0deg) rotateY(0deg) rotateX(0deg) scale(.2);
  }
  
  to {
    -webkit-transform : rotateZ(360deg) rotateY(360deg) rotateX(0deg) scale(8);
  }
}
*/

.nav-icon button {
    background: none;
    border: none;
    padding: 20px;
}
.nav-icon button .icon-bar { margin-top: 4px; }
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.navbar {
    position: fixed;
    display: table;
    width: 220px;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    border-right: 1px solid rgba(255, 255, 255, 0.2);

    opacity: 0;
    top: 0;
    left: -220px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    -webkit-transform: translateX(-220px);
       -moz-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
         -o-transform: translateX(-220px);
            transform: translateX(-220px);
}

.navbar.active {
   left: 0;
   opacity: 1;
   -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
       -ms-transform: translateX(0);
        -o-transform: translateX(0);
           transform: translateX(0);
}
.navbar div{
    display: table-cell;
    vertical-align: middle;
}
.navbar ul{
    margin: 0; padding: 0;
    margin-top: 80px;
    text-align: center;
}
.navbar ul li:after {
content: "";
display: inline-block;
margin: 10px 0;
background: #FFF;
height: 1px;
width: 30px;
}
.navbar ul li:last-child:after {
content: none;
}
.navbar ul li a {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    padding: 10px;
}

.navbar ul li a.active {
    color : #e6ae48;
    font-weight: bolder;
}
.navbar p{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #FFF;
    font-size: .8em;
    width: 100%;
    text-align: center;
}

.navbar small{
    font-size: 80%;
}


.bottom-dot-nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
        z-index: 1;
}
.about-pagination {
    width: 56%;
    bottom: 40px;
    text-align: center !important;
    margin: 0 0 0 22% !important;
}
@media only screen and (max-width: 40.063em) { 
    .about-pagination {
            width: 100%;
            margin: 0 !important;
            padding: 0 15px;
    }
    
} 
.about-pagination .item {
    width: 24%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.about-pagination .item span{
}

.about-pagination .item .text {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: .9em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

.about-pagination .item .bar {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    right: -50%;
    top: -16px;
    background: white;
    float: right;
}

.about-pagination .item .dot {
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 9px;
    line-height: 0;
    border-radius: 50%;
    text-align: center;
    top: -3px;
    z-index: 1;
}

.about-pagination .item.active .dot {
    background: #E6AE48;
    color: #fff;
    opacity: 1;
}

.about-pagination .item.active .text {
    color: #E6AE48;
}

.social-icon {
    position: fixed;
    right: 5px;
    z-index: 10;
    top: 10px;
    padding: 0;
}

.social-icon ul {
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
}
.social-icon ul li {
margin-bottom: -1px;
background: rgba(0, 0, 0, 0.2);
/*border : 1px solid rgba(255, 255, 255, 0.2);*/
float: left;
}
.social-icon ul li:hover {
/*border : 1px solid rgba(255, 255, 255, 0.4);*/
}

.social-icon ul li a {
display: block;
width: 30px;
height: 30px;
text-align: center;
color: #fff;
line-height: 30px;
opacity: .7;
-webkit-transition : opacity .5s, background .5s;
   -moz-transition : opacity .5s, background .5s;
    -ms-transition : opacity .5s, background .5s;
     -o-transition : opacity .5s, background .5s;
        transition : opacity .5s, background .5s;
}
.social-icon ul li a:hover {
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
opacity: 1;
background: rgba(255, 255, 255, 0.1);
}
.social-icon ul li a i{
    font-size: 16px;
}
.vimeo {
    background: url(../img/vimeo.png);
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-top: 8px;
    background-size: cover;
}
audio {
    display: none;
}
/* ===============================================================
CONTENT
================================================================*/

h1 span{ display: none; }
h1{
    display: block;
    width: 120px;
    height: 120px;
    padding: 0 !important;
    background: url(../img/lead_star.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto 0 auto;
    position: relative;
}

a:hover, a:focus {
    color: #e6ae48;
}
/*
.services-menu .link {
    padding-top: 2rem;
    padding-bottom: 1rem;
    min-height: 300px;
}*/
.about .content h2,
#contact .content h2 {
    margin: 0 auto 60px auto;
}
.content.services-menu h2 {
    margin: 0 auto 100px auto;
}
.services-menu .info-go-right{ display: none; }
.services-menu .link:hover,
.services-menu .link:focus {
    color: #FFF;
    /*background: #e6ae48;
    background: rgba(230, 174, 72, 0.2);*/
}
.services-menu .link { cursor: pointer; }
.service-path path,
.service-path rect, 
.service-path circle { 
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    fill : #ffffff;
    cursor: pointer;
}

.services-menu .link:hover .service-path path,
.services-menu .link:hover .service-path rect, 
.services-menu .link:hover .service-path circle { 
    fill : #E6AE48;
}


h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal;}
.center { margin: 0 auto; }
.content {
    -webkit-transition: -webkit-transform .3s ease;
       -moz-transition:    -moz-transform .3s ease;
        -ms-transition:     -ms-transform .3s ease;
         -o-transition:      -o-transform .3s ease;
            transition:         transform .3s ease;
}
.content.offset {
    -webkit-transform: translateX(220px);
       -moz-transform: translateX(220px);
        -ms-transform: translateX(220px);
         -o-transform: translateX(220px);
            transform: translateX(220px);
}
.content  h2 {
    /*
    font-family: 'Raleway','Marck Script', cursive;
     */
    text-transform: uppercase;
    margin: 0 auto 40px auto;
    max-width: 768px;
    display: block;
    padding: 0;
    position: relative;
    font-size: 3em;
    /*font-size: 3.6em;*/
    line-height: 1em;
}

.content  h3 { 
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: normal;
    /*text-align: left;*/
    text-align: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.content  h4 { 
    /*
    font-size: 1.4em;
    font-weight: bolder;
    */
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: normal;
    text-align: left;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.content p { 
    font-weight: normal;
    text-align: left;
    position: relative;
}
.content a { 
    font-weight: bolder;
}
.go-service,
.go-contact {
    font-weight: bolder;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
    cursor: pointer;
    padding-bottom: 2px;
}
.go-service:hover,
.go-contact:hover {
    color: #E6AE48;
    border-bottom: 1px solid #E6AE48;
}
.about a:hover { border-bottom: 1px solid #E6AE48; }
.support {
    margin-top: 60px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.support div{
    display: inline-block;
}
.support .facebook{
    width: 140px;
}

.support div p{
    margin: 0 0 5px 0;
padding: 0;
float: left;
}

.services-slide svg { 
    width: 60px;
    float: none;
    margin: 0 auto 20px auto;
    /*margin-bottom: 20px;
    float: left;
    width: 100%;*/
}
.content ul { list-style: none; margin: 0 0 1.5rem 1rem; text-align: left; }
.content ul li { margin-bottom : 10px; }
.content ul li:last-child { margin-bottom : 0; }
.content ul li i{ 
    padding-right: 10px;
    /*font-size: 18px;*/
}


.go-down {
    position: absolute;
    bottom: 40px;
    font-size: 2.4em;
    width: 60px;
    line-height: 60px;
    cursor: pointer;
    height: 60px;
}
.a .btn {
    text-transform: uppercase;
    padding: 1rem;
    background: #E6AE48;
    background: rgba(230, 174, 72, 0.2);
}

.animation {
    width: 330px;
    height: 330px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.star {cursor: pointer;}
.star.full {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.animation .tagline {
    font-weight: 400;
    /*font-weight: 100;*/
    font-size: 55px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 10px;
    position: absolute;
    width: 330px;
    height: 330px;

    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}
.animation:hover .tagline {
    opacity: .6;
}

.animation .tagline span{
    width: 100%;
    display: block;
    -webkit-animation-delay : .4s;
       -moz-animation-delay : .4s;
        -ms-animation-delay : .4s;
         -o-animation-delay : .4s;
            animation-delay : .4s;
}

.animation .shadow {
    position: absolute;
    width: 200%;
    left: -50%;
    height: 100%;
    background: transparent;
    z-index: 1000;
    display: block;
}

.transparent {opacity: 0;}

.animation .tagline span i{
    font-style: normal;
    color : #ffffff;
    -webkit-transition: color .3s ease;
       -moz-transition: color .3s ease;
        -ms-transition: color .3s ease;
         -o-transition: color .3s ease;
            transition: color .3s ease;
}

.animation .tagline span i{
    color : #e6ae48;
}

.animation .logo {
    cursor: pointer;
    position: absolute;
    display: block;
    left: 182px;
    top: 10px;
    width: 380px;
    height: 380px;
    /*background: url(../img/lead_star.svg) no-repeat center;*/
    /*background: url(../img/lead_star.png) no-repeat center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform .3s ease-out;
       -moz-transition:    -moz-transform .3s ease-out;
        -ms-transition:     -ms-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
    
}


.animation:hover .logo {
    -webkit-transform: translate(30px, 0);
       -moz-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
         -o-transform: translate(30px, 0);
            transform: translate(30px, 0);
}

.about .content { padding: 0 20%; }

.contact .columns{
    text-align: left;
}
.contact > .content > .row .columns {
    margin-bottom: 20px;
}



.resume {

}

#resume .content ul li{
    margin-bottom: 0;
    font-size: .8em;
}

.services-submenu {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin: 40px auto 0 auto; /* margin: 60px auto 0 auto;  */
    max-width: 768px;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}
.services-submenu:before {
    content: "";
    width: 10%;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 0;
}
.services-submenu b{
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 1em;
}
.services-submenu ul { margin: 0; }
.services-submenu li { 
    float: left;
    margin-right: 0;
    text-transform: capitalize;
}
.services-submenu li:after { 
    content: "-";
    margin: 0 10px;
}
.services-submenu li:last-child:after { 
    content: none;
}
.services-submenu li span{ font-weight: normal; cursor: pointer; }
.services-submenu li:hover span{  color: #FFD995; }
.services-submenu li.active span{
    cursor: pointer;
    color: #E6AE48;
}

.info {
    position: absolute;
    z-index: 1000;
    padding: 20px;
    right: 20px;
    text-align: right;
    opacity: .7;
    bottom: 30px;
    /*width: 100%;*/
}
.info p{
    margin: 0;
    font-size: 1.5em; /*1.4em;  1.8em; */
}
.info h3{
    color : #E6AE48;
    margin: 0;
    font-size: 1.9em;  /*1.4em; 1.8em; */
    line-height: 0.6em;
    font-weight: bolder;
    text-transform: uppercase;
}
ul.formatList {
    margin: 0 0 .7rem 1rem;
}
.formatList li {
   /* margin-bottom: 10px;
border-left: 1px solid #E6AE48;
padding-left: 1rem;*/
}
.formatList b {
    color: #E6AE48;
}
form {}
form label{ margin-bottom: 5px; display: block;}
form input, form textarea {
    width: 100%;
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 10px;
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
}
form input.error, form textarea.error  {
    border: 1px solid #e6ae48;  
}
::-webkit-input-placeholder { color: #bbb; }
     :-ms-input-placeholder { color: #bbb; }
         ::-moz-placeholder { color: #bbb; opacity:  1; }
          :-moz-placeholder { color: #bbb; opacity:  1;}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance:    textfield;
    -o-appearance:    textfield;
    appearance: textfield;
}
form button {
    width: auto;
    text-transform: uppercase;
    background: white;
    border: none;
    color: #000;
    margin-top: 20px;
    padding: 10px 20px;
    -webkit-appearance: none;
    border-radius: 0;
}
form button i{
    margin-left: 10px; 
}
form button:hover, form button:focus {
    background-color: #e6ae48;
}
form small {
    display: block;
    padding: 0 5px 5px 5px;
    margin-bottom: 0px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    height: 20px;
     -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

form span.error, form small.error {
    background: #e6ae48;
    color: #000;
}
form textarea { min-height: 150px; }


.video {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: table;
}
.video .close {
    /*position: absolute;*/
    display: block;
    width: 100%;
    /*
    width: 60px;*
    height: 60px;
    */
    text-align: center;
    color: #FFF;
    font-size: 2em;
    line-height: 2em;
    text-transform: uppercase;
    cursor: pointer;
}
.video .close:hover {
    color: #E6AE48;
}
.video .player-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}
.video .player-container {

}


.newsletter {

position: absolute;
background: #000;
width: 100%;
height: 100%;
display: table;
top: 0;
left: 0;
z-index: 3;

}
.newsletter h4{
    text-transform: uppercase;
}
.newsletter p{
    margin: 1em 0;
}
.newsletter .newsletter-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25%;
}
.newsletter .close{
font-size: 2em;
position: absolute;
top: 10px;
right: 20px;
width: 60px;
height: 60px;
display: inline-block;
line-height: 30px;
}
.newsletter .content{


}
.newsletter input{
width: 60%;
background: none;
border: 1px solid #FFF;
color: #FFF;
padding: 10px;
display: block;
-webkit-appearance: none;
border-radius: 0;
float: left;
}
.newsletter button{
width: 40%;
background: #FFF;
border: 1px solid #FFF;
color: #000;
padding: 10px;
display: block;
-webkit-appearance: none;
border-radius: 0;
float: left;
}
.newsletter button:hover{
background: #E6AE48;
color: #fff;
}
.newsletter .error{
    background: #E6AE48;
    color: #000;
    display: block;
    padding: 0 5px 5px 5px;
    margin-bottom: 0px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    height: 20px;
    width: 100%;
    float: left;
}

#fbBig { border:none; overflow:hidden; height:258px; }
#fbSmall { border:none; overflow:hidden; height:62px; }


.btn {
    cursor: pointer;
    color: #000;
    padding: 10px 15px;
    background: #FFF;
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase;
    border: none;
    border-bottom: none;
}
.btn:hover {
    border: none;
    border-bottom: none;
}
.btn-xm {
    cursor: pointer;
    padding: 5px 10px;
    margin: .5rem 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.subscribe {
    cursor: pointer;
    color: #000;
    padding: 10px 15px;
    background: #FFF;
    display: inline-block;
    margin: .5rem 0;
}
button.subscribe {
background-color: #FFF;
}

.btn:hover, button.subscribe:hover {
color: #fff;
background-color: #e6ae48;
}

.mt { margin-top: 2em; }
/* Small screens*/
@media only screen { 

} /* Define mobile styles */

@media only screen and (max-width: 40em) { 

    /*body{ font-size: 0.9em; }*/
    /*
    .xs-hide {
        display: block;
    }
    .xs-show {
        display: none;
    }
    */

    .loader { display: none; }
    h1{ margin-bottom: 20px; width: 60px; height: 60px; }
    h4 { margin-bottom: 0.3rem; }
    
    .nav-icon {
        height: auto;
    }
    
    .about-nav {
        position: relative;
    }
    .about-nav .item .text { 
        position: relative; 
        top : 0;
        text-align: left;
    }
    .about-nav .item {
            width: auto;
    }
    
    .go-down {
        position: absolute;
        left: 0;
        width: 100%;
    }
    
    
    .about-pagination .item .text {
        display: none;
        position: absolute;
        top: -36px;
        left: -50%;
        font-size: .8em;
        width: 200%;
        text-align: center;
        text-transform: uppercase;
        word-break: break-word;
    }
    

    /*p { font-size: .8rem; }*/
    /*.content-container { overflow : inherit; }
    
    #lead{ position: relative; height: auto; }
    .container, .wrapper { height: auto;position: relative; }*/
    
    .wrapper .slide .content {  
        padding: 0 5%;
        margin: 0;
        display: block;
        top: 0;
        position: absolute;
    }
    .wrapper .slide { display: block; overflow: hidden; /* min-height: 500px; */}

    .wrapper .contact .content {
        padding: 0 20px;
    }

    /*.background { display: none; }*/
    .animation .tagline {
        top: 40%; 
        left: 5%;
        font-size: 40px; 
    }
    .animation .tagline span { font-size: .6em; }
    .animation .logo {
        top: 28%;
        left: 15%;
        width: 300px;
        height: 300px;
    }
    #home .content { 
        height: 100%; 
        cursor: pointer;
        width: 100%;
    }

    
    .about-info .info-go-left, 
    .about-info .info-go-right {
        display: none;
    }
    
    .bottom-dot-nav{
        position: absolute;
        bottom: 0;
        z-index: 500;
        margin: 20px 0;
    }
    .about-pagination .item {
        width: 22%;
    }
    
    .about-pagination .item.active .text{
        display: block;
    }
    
    .team.content h3 {
        font-size: 1em;
        text-align: left;
        margin-left: 1em;
        margin-top: .2em;
        float: left;
        width: 75%;
    }
    .team.content p {
        text-align: left;
        font-size: 0.9em;
        margin:0 0 0 1em;
        float: left;
    }
    .team img {
        width: 20%;
        float: left;
        margin-bottom: 1em;
    }
    
    .team .member{
        
    }
    .team .description{
        float: left;
        width: 75%;
    }
    .team .medium-3 {
        margin: 0;
    }
    .content h2 {
        font-size: 1.6em;
        margin: 20px 0 !important;
        padding: 0 1em;
    }

    .content h3 {
       /* font-size: .8em;/
        font-weight: bolder;
        margin-bottom: 5px;
       */
        text-align: left;
    }
    .content h4 { font-size: 1.2em; }
    .content p {
        /*font-size: .8em;*/
        width: 100%;
        line-height: 1.2em;
    }
    .services-menu p {
        /*font-size: .8em;*/
        float: left;
        margin: 0;
        width: 80%;
        line-height: 1.2em;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 15px;
    }
    .services-slide svg {
        width: 15%;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }
    .services-menu a {
        min-height: 0px;
        padding: .1em .1em;
    }
    .services-menu .info-go{
        display: block;
        position: absolute;
        right: 0;
    }
    .content ul {
       /* margin: 0 0 .2rem .5rem;*/
    }
    .content ul li {
        margin-bottom: 10px;
        margin: 0;
        /*
        width: 50%;
        font-size: .8em;
        */
    }
    .content p + ul li {
        width: 100%;
    }


    .services-submenu { margin: 30px auto 0 auto; /*display: none; */}
    .services-submenu li { width: 50%; }
    .services-submenu li:after { content: none;}
    .slider { display: none; }
    .loader, .services-slide { background: none; }
    .flex-control-nav { display: none; }
    .info { display: none; }
    .wrapper .contact .content {
        padding: 1em;
        display: block;
        
        height: 100%;
    }
    .wrapper .contact .content ul li{
        width: 100%;
        margin-bottom: .5rem;
    }
    .navbar ul { margin: 0; }
    .navbar ul li a { padding: 0; }
    .services-submenu b { font-size: .94em; }
    .contact .pull-left {
        display: none;
    }

    .newsletter .newsletter-content {
        padding: 0 5%;
    }

    .navbar {
        width: 180px;
        left: -180px;
        -webkit-transform: translateX(-180px);
        -moz-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
        -o-transform: translateX(-180px);
        transform: translateX(-180px);
    }

    .content.offset {
        -webkit-transform: translateX(180px);
        -moz-transform: translateX(180px);
        -ms-transform: translateX(180px);
        -o-transform: translateX(180px);
        transform: translateX(180px);
    } 

    .navbar ul  { padding: 0 1rem; }
    .navbar ul li:after { 
        display: none;
    }

    .social-icon {
        right: 0;
    }
    .social-icon ul li {
        float: none;
    }

    .subscribe {
        margin: .2rem 0;
    }
    .btn {
        padding: 5px 10px;
    }
    
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */


.blink {
  animation: blink-animation 1s infinite;
  -webkit-animation: blink-animation 1s infinite;
}
@keyframes blink-animation {
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink-animation {
  to {
    opacity: 0.5;
  }
}


/* Medium screens*/
@media only screen and (max-width: 40.063em) { 
    

} 
/* Medium screens*/
@media only screen and (min-width: 40.063em) { 
    .wrapper .slide .content {
        padding: 0 5%;
    }

} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    body{ font-size: 1.2em; }
    button.subscribe {
        font-size: .8em;
    }
    .content h2{
        font-size: 2em;
        margin: 0 auto 30px auto;
    }
    .content h3{
        font-size: 1.3em;
    }
    .about-pagination .item .text {
        top: -50px;
    }

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens*/
@media only screen and (min-width: 64.063em) { 
    .about-pagination .item .text {
        top: -50px;
    }
    
} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
    .about-pagination .item .text {
        top: -50px;
    }
    
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */


