/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Content Styles
	=NAV
	=Hero
	=Intro
	=Process
	=Portfolio
	=Carousel
	=Contact
	=Subscribe
	-Footer
	=Flakes
	=Responsive Styles
 	=Animations
 	=404
	
 	=Since 1.01
*/


/* =Common Styles
-------------------------------------------------------------- */
body {
    max-width: 100%;
    overflow-x: hidden;
    background: #FFFFFF;
    color: #777777;
    font: normal 16px "Cardo", georgia, serif;
    font-weight: 400;
    /*opacity: 0;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper a, .wrapper a:hover {
    color: #4cffff;
    text-decoration: #4cffff;
}


section {
    overflow: hidden;
}

::-moz-selection {
    background: #272727;
    color: #fff;
}

::selection {
    background: #272727;
    color: #fff;
}

.wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    /*visibility: hidden;*/
}

u {
    text-decoration-color: #4cffff;
}

/* =Typography
-------------------------------------------------------------- */
@font-face {
    font-family: "Wicked";
    src: url(../fonts/WICKED_T_3rd.ttf) format("truetype");
}

@font-face {
    font-family: "Americana";
    src: url(../fonts/Americana.ttf) format("truetype");
}

.row .founderTitle {
    font-family: "Wicked", arial, sans-serif;
}

.helvetica {
    font-family: "Helvetica", Arial, sans-serif;
}

.americana, .row .americana {
    font-family: "Americana", arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.wrapper h1, #loadingText {
    color: #272727;
    font-family: "Wicked", arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-size: 2em;
    margin: 0.67em 0;
}

.wrapper h2 {
    font-size: 24px;
    color: #272727;
    font-family: "Wicked", arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
}

.wrapper h3, h4 {
    color: #272727;
    font-family: "Wicked", arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.wrapper h3 {
    font-size: 18px;
}

.wrapper h4 {
    color: #777777;
    font-size: 9px;
}

.wrapper p {
    font-size: 18px;
    line-height: 1.7em;
}

.dark h1, .dark h2, .dark h3, .dark h4 {
    color: #fff;
}

.dark p {
    color: #bebebe;
}

.dark ul {
    color: #bebebe;
}

.dark .ctaEmail {
    color: white;
}

/* Landscape Phone */
@media all and (min-width: 400px) {
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
    h1 {
        font-size: 72px;
    }

    h2 {
        font-size: 30px;
    }

    #process h1 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }
}

/* Web */
@media all and (min-width: 900px) {
}

/* Web HD */
@media all and (min-width: 1200px) {
    h2 {
        font-size: 36px;
    }
}




/* =Content Styles
-------------------------------------------------------------- */
.relative {
    position: relative;
}

.center-mobile {
    text-align: center;
}

.center {
    text-align: center;
}

h2 {
    padding: 20px 0 0;
}

h3 {
    padding: 15px 0 10px;
}

h4 {
    padding-bottom: 15px;
}

p {
    margin: 10px 0;
    font-family: 'Helvetica', arial, sans-serif;
}

.padded {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padded-top {
    padding-top: 30px;
}

.padded-bottom {
    padding-bottom: 30px;
}

.block {
    margin-bottom: 20px;
}

.wrapper .full {
    display: block;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.line {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 1px;
    margin-top: 7px;
}

#topLine {
    width: 100px;
}

#midLine {
    width: 70px;
}

#bottomLine {
    width: 35px;
}

.line.no-accent {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #e0e0e0;
}

.separator {
    position: absolute;
    display: none;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    top: 0;
    left: 50%;
}

.icon {
    font-size: 64px;
    line-height: 64px;
}

/* Landscape Phone */
@media all and (min-width: 400px) {
}

/* Tablet Portrait */
@media all and (min-width: 767px) {
    .center-mobile {
        text-align: left;
    }

    .separator {
        display: block;
    }

    .list {
        padding-top: 30px;
    }

    .line.no-accent {
        margin-top: 20px;
    }
}

/* Web */
@media all and (min-width: 900px) {
}

/* Web HD */
@media all and (min-width: 1200px) {
    h3 {
        padding: 25px 0 10px;
    }

    h4 {
        padding-bottom: 25px;
    }

    p {
        margin: 20px 0;
    }

    .padded {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padded-top {
        padding-top: 40px;
    }

    .padded-bottom {
        padding-bottom: 40px;
    }

    .block {
        margin-bottom: 30px;
    }

    .list {
        padding-top: 30px;
        margin-bottom: 65px;
    }

    .line.no-accent {
        margin-top: 30px;
    }
}

/* =Nav
-------------------------------------------------------------- */
#theNav {
    margin-bottom: 0;
    z-index: 1000;
    
}

#navLogo {
    height: 50px;
}

#navLogoContainer {
    padding: 0px 0px;
}

.navbar-default {
    background-color: #222;
    border-color: transparent;
}

    .navbar-default .navbar-brand {
        color: #71afae;
        /*	font-family:"Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
*/
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
            color: #fec503;
        }

    .navbar-default .navbar-collapse {
        border-color: rgba(0,0,0,.5);
    }

    .navbar-default .navbar-toggle {
        background-color: #71afae;
        border-color: #71afae;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #FFFFFF;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #71afae;
        }

    .navbar-default .nav li a {
        /*	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
*/ text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        color: #FFFFFF;
    }

        .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
            color: #71afae;
            outline: 0;
        }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 0;
        color: #FFFFFF;
        background-color: #71afae
    }

        .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: #FFFFFF;
            background-color: #71afae
        }

@media (min-width:768px) {
    .navbar-default {
        background-color: rgba(0,0,0,.5);
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }
}

.navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
}

.navbar-default.navbar-shrink {
    background-color: #222;
    padding: 10px 0;
}

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    min-height: 50px;
    margin-bottom: 14px;
    border: 1px solid transparent;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -12px;
    margin-left: -12px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.collapse {
    display: none;
}

nav ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 10px;
}

.navbar-nav > li > a {
    padding-top: -2px;
    padding-bottom: 10px;
    line-height: 20px;
    padding-right: 10px;
}

.navbar-default .nav li a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
}

.dropdown-menu {
    z-index: 1000;
    margin-top: -5px !important;
}
.nav-item{
    padding-top: -5px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
/* =Hero
-------------------------------------------------------------- */
#hero {
    background: #FFFFFF;
    text-align: center;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 68px;
    margin-bottom: 0px;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.scene {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.scene {
    position: relative;
    overflow: hidden;
}

.layer {
    position: absolute;
}

    .layer div {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

/* Call to Action */
#action {
    width: 60px;
    margin-left: -30px;
    height: 60px;
    background: url(../images/arrow@2x.png) no-repeat center bottom;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    /*	bottom: 50px;
*/ left: 50%;
    opacity: .5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Animation */
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: bounce 1.5s infinite;
    -moz-animation: bounce 1.5s infinite;
    -ms-animation: bounce 1.5s infinite;
    -o-animation: bounce 1.5s infinite;
    animation: bounce 1.5s infinite;
}

#hero.dark #action {
    background: url(../images/arrow@2x-dark.png) no-repeat center bottom;
    background-size: 30px 30px;
}

#action:hover {
    opacity: 1;
}


/* Background */
.background {
    /*background: url(../images/background.jpg) no-repeat 50% 100%;
	background: url(../images/introAnimation/0001.png) no-repeat 50% 100%;*/
    bottom: -20px;
    background-size: cover;
    position: absolute;
    width: 110%;
    left: -5%;
    top: -5%;
}

#hero.dark .background {
    background: url(../images/background-dark.jpg) no-repeat top center;
    background-size: cover;
}

.triangles {
    background: url(../images/triangles.png) no-repeat 50% 100%;
    bottom: -20px;
    background-size: cover;
    position: absolute;
    width: 110%;
    left: -5%;
    top: -5%;
}

#hero.dark .triangles {
    background: url(../images/triangles-dark.png) no-repeat 50% 100%;
}

.sphere img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7,0.7);
    transform: scale(0.7);
}

/* Content */
.title {
    display: block;
    position: absolute;
    width: 100%;
    top: 10%;
}

    .title .line {
        margin-top: 20px;
    }

.hero-content {
    display: none;
    margin: 0 auto;
    max-width: 90%;
}

/* Landscape Phone */
@media all and (min-width: 400px) {
    .sphere img {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6,0.6);
        transform: scale(0.6);
    }

    .line {
        margin-top: 7px;
    }
    /*#action { bottom: 20px; }*/
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
    .sphere img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1,1);
        transform: scale(1);
    }

    .title {
        top: 20%;
    }

    .line {
        margin-top: 7px;
    }
    /*	#action { bottom: 90px; }
*/
}
/* Web */
@media all and (min-width: 900px) {
}

/* Web HD */
@media all and (min-width: 1200px) {
}

#cta {
    font-size: 2vw;
    padding: 10px 10px;
    color: #4cffff;
    font-family: "Wicked", arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    margin: 0;
    letter-spacing: 0em;
    background-image: url("../images/projectCardBcg_small.png");
    box-shadow: 0px 12px 50px #222222;
}

    #cta:before, #cta:after {
        content: '';
        position: absolute;
        left: 0;
        z-index: -1;
    }

    #cta:before {
        box-sizing: border-box;
        width: 100%;
        height: 0;
        border-width: 0 40px 40px 0;
        border-color: #48CADB transparent;
        border-style: solid;
    }

    #cta:after {
        top: 40px;
        bottom: 0;
        width: 100%;
        background-color: #48CADB;
    }


#ctaLink {
    text-decoration: none;
    color: #4cffff;
}


.tagChar {
    font-size: 36px;
    display: inline-block;
    color: #272727;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    margin: 0;
    padding: 20px 0 0;
}



#tagline {
    visibility: hidden;
    opacity: 0;
}
/* =Intro
-------------------------------------------------------------- */
#whoWeAre {
    visibility: hidden;
    opacity: 0;
    padding: 20px 0 0;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    color: #222222;
    font-size: 2em;
    margin: 0 0;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
}

#intro01 {
    padding-top: 0px;
    padding-bottom: 0px;
}
/* =Process
-------------------------------------------------------------- */
#processImage01 {
    /*vertical-align: middle;
	border: 0;
	max-width: 100%;
	height:auto;*/
}

#process h2, #process p {
    color: #FFFFFF;
}

#process p {
    font-family: sans-serif;
    text-align: center;
}

#process h1 {
    font-family: "Wicked", arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    margin: 0 0;
    color: #FFFFFF;
    letter-spacing: 0em;
}
/* =Talents
-------------------------------------------------------------- */
#talents li, #talents h2 {
    visibility: hidden;
    opacity: 0;
}

#talents li {
    font-family: sans-serif;
}


#talents h1 {
    padding: 20px 0 0;
    font-family: "Wicked", arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    margin: 0 0;
    color: #222222;
    letter-spacing: 0em;
}

#plusSign, #equalSign {
    margin: 0 0 0 0
}
/* =Reel
-------------------------------------------------------------- */

/* =Founders
-------------------------------------------------------------- */
#founders .founderName {
    /*opacity: 0;
	visibility: none;*/
    width: 100%;
    color: #4cffff;
    background-image: url("../images/cardCut.png");
    margin-top: 0;
    margin-bottom: 0;
    background-size: 100% 100%;
}

.founderTitle {
    opacity: 0;
    visibility: hidden;
}

.founderImage {
    position: relative;
}




/* =Contact
-------------------------------------------------------------- */
#menuActive {
    background-image: url("../images/cardCut.png");
    background-size: 100% 100%;
    /*	border-radius: 20px;*/
    color: #4cffff;
}

.contactNameChar, .contactEmailChar, .contactMessageChar {
    color:white;
    display: inline-block;
    text-transform: none;
    margin: 0;
    font-size: 16px;
}

#contactusImpression {
    color: white;
}

#contactusSubscribeButton:hover {
    color: #272727;
    background: #71afae;
}

.contactusSendButton {
    transition: all 1s ease-in-out;
}

    .contactusSendButton:hover {
        color: #272727;
        background: #71afae;
    }

#contactusTitle {
    padding: 0 0;
    font-family: "Wicked", arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    margin: 0 0;
    color: white;
    letter-spacing: 0em;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

    fieldset input, fieldset textarea {
        border: none;
        outline: none;
        padding: 0px 0px 15px 0px;
        margin-bottom: 40px;
        width: 100%;
        background: transparent;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 0px;
        font-family: 'Cardo', serif;
        font-size: 16px;
        color: #bfbfbf;
        line-height: 22px;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    fieldset textarea {
        min-height: 100px;
    }

        fieldset input:focus, fieldset textarea:focus {
            color: #212121;
            border-bottom: 1px solid #212121;
        }

.darkFieldSet input:focus, .darkFieldSet textarea:focus {
    color: white;
    border-bottom: 1px solid white;
}

.darkFieldSet input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

.darkFieldSet input::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

.darkFieldSet input:-ms-input-placeholder { /* IE 10+ */
    color: white;
}

.darkFieldSet input:-moz-placeholder { /* Firefox 18- */
    color: white;
}

fieldset label {
    display: block;
    text-align: left;
    color: #212121;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom: 15px;
}

#submit {
    /* Reset */
    outline: 0;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    /* Style */
    display: inline-block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 9px;
    letter-spacing: 0.2em;
    margin-left: 0px;
    padding: 15px 0px;
    width: 100%;
    margin-top: 8px;
    background: #272727;
    border: 2px solid #272727;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url("../images/projectCardBcg_small.png");
    color: white;
}

    #submit:hover {
        background: #000;
        border: 2px solid #000;
    }

.download {
    /* Reset */
    outline: 0;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    /* Style */
    display: inline-block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    line-height: 9px;
    letter-spacing: 0.2em;
    margin-left: 0px;
    padding: 15px 0px;
    background: #272727;
    border: 2px solid #272727;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url("../images/ctaBcg.png");
    color: white;
    box-shadow: 0px 12px 50px #222222;
    font-weight: 800;
    font-size: .8em;
}

    .download:hover {
        background: #71afae;
        border: 2px solid #000;
    }

.ctaEmail {
    margin-top: 6px;
}

#success, #error {
    display: none;
    padding-top: 20px;
}

    #success p {
        color: #00b426;
        font-style: italic;
        padding: 0;
    }

    #error p {
        color: #e72e62;
        font-style: italic;
        padding: 0;
        margin: 0;
    }


label.error {
    color: #e72e62;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aboutUs p {
    color: #FFFFFF;
}

.aboutIntro {
    margin-top: 60px;
}

#about {
    color: #FFFFFF;
}
/* =Testimonials
-------------------------------------------------------------- */
.testimonials-name {
    color: #FFFFFF;
    text-align: left;
}

.testimonials-post {
    color: #FFFFFF;
}

.testimonials-pic {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.dark .testimonials-content {
    color: #FFFFFF;
}

/* Tablet Portrait */
@media all and (max-width: 768px) {
    .testimonials-name {
        text-align: center
    }
}
/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}


    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px
    }

#quote-carousel {
    height: 275px;
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
}
/* =Subscribe
-------------------------------------------------------------- */
form {
    display: block;
    margin-top: 30px;
}

    form .text {
        text-align: center;
        display: inline-block;
        border: none;
        outline: none;
        margin: 0;
        padding: 0;
        width: 100%;
        padding: 15px 0px 15px 15px;
        background: transparent;
        border: 1px solid rgba(39,39,39,.2);
        border-radius: 0px;
        color: rgba(39,39,39,.6);
        font-family: 'Montserrat', sans-serif;
        font-size: 9px;
        text-transform: uppercase;
        line-height: 9px;
        letter-spacing: 0.2em;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

        form .text:focus {
            color: #272727;
            border: 1px solid #272727;
        }

    form .submit {
        /* Reset */
        outline: 0;
        padding: 0;
        margin: 0;
        border-radius: 0px;
        -webkit-appearance: none;
        -webkit-font-smoothing: antialiased;
        /* Style */
        display: inline-block;
        color: #f2f2f2;
        font-family: 'Montserrat', sans-serif;
        font-size: 9px;
        text-transform: uppercase;
        line-height: 9px;
        letter-spacing: 0.2em;
        margin-left: 0px;
        padding: 15px 0px;
        width: 100%;
        margin-top: 8px;
        background: #272727;
        border: 2px solid #272727;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        form .submit:hover {
            background: #000;
            border: 2px solid #000;
        }

#subscribe-result {
    margin-top: 10px;
}

.notification-error {
    font-size: 12px;
    color: red;
}

.notification-success {
    font-size: 12px;
    color: #00cd86;
}


/* Landscape Phone */
@media all and (min-width: 400px) {
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
    form .text {
        text-align: left;
        width: 55%;
    }

    form .submit {
        margin-left: 10px;
        width: 20%;
    }
}

/* Web */
@media all and (min-width: 900px) {
    form {
        margin-top: 20px;
    }

    #subscribe-result {
        margin-top: 15px;
    }

    form .text {
        width: 45%;
    }

    form .submit {
        line-height: 9px;
    }
}

/* Web HD */
@media all and (min-width: 1200px) {
}

@media all and (max-width: 1000px) {
    #theNav .navbar-nav > li {
        font-size: .8em;
    }
}

@media all and (max-width: 830px) {
    .tagChar {
        font-size: 28px;
    }
}

@media all and (max-width: 700px) {
    .tagChar {
        font-size: 20px;
    }
}

@media all and (max-width: 575px) {
    .tagChar {
        font-size: 12px;
    }
}

@media all and (max-width: 450px) {
    .tagChar {
        font-size: 7px;
    }
}

@media all and (max-width: 770px) {
    #talents #plusSignMobile, #talents #equalSignMobile {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        margin-bottom: 0;
    }

    #menuActive {
        background: gray;
    }
}

/* =Footer
-------------------------------------------------------------- */
#footer, .footer {
    padding-top: 0;
}

#footEmail {
    margin-right: auto;
    margin-left: auto;
}

#SkypeButton_Call_ALTETHOS_1 p {
    margin: 0 0;
}

.social-list {
    display: block;
    width: 100%;
    text-align: center;
}

    .social-list li {
        position: relative;
        margin: 15px 0;
        display: inline-block;
        width: 100%;
    }

    .social-list a {
        font-size: 9px;
        color: #272727;
        font-family: "Montserrat", arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        line-height: 1em;
    }

        .social-list a::after {
            position: absolute;
            top: 100%;
            margin-top: 10px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #e0e0e0;
            content: '';
            opacity: 0;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            transform: translateY(10px);
        }

        .social-list a:hover::after, .social-list a:focus::after {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0px);
        }

.wrapper .copyright {
    font-size: 9px;
    color: #777777;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.5em;
}


/* Landscape Phone */
@media all and (min-width: 400px) {
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
    .social-list li {
        width: auto;
        margin: 15px;
    }

    .social-list a {
        font-size: 12px;
    }
}

/* Web */
@media all and (min-width: 900px) {
}

/* Web HD */
@media all and (min-width: 1200px) {
}


/* =Flakes
-------------------------------------------------------------- */
/* Flakes Sizing */
.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6,0.6);
    transform: scale(0.6);
}

/* Flakes Positioning */
.depth-5 {
    position: absolute;
    right: 25%;
    top: 20%;
}

.depth-4 {
    position: absolute;
    left: -10%;
    top: 37%;
}

.depth-3.flake1 {
    display: none;
}

.depth-3.flake2 {
    position: absolute;
    right: 16%;
    bottom: 20%;
}

.depth-3.flake3 {
    position: absolute;
    left: 10%;
    bottom: 16%;
}

.depth-3.flake4 {
    display: none;
}

.depth-2.flake1 {
    display: none;
}

.depth-2.flake2 {
    display: none;
}

.depth-1.flake1 {
    display: none;
}

.depth-1.flake2 {
    position: absolute;
    right: 40%;
    top: 50%;
}

.depth-1.flake3 {
    display: none;
}

.depth-1.flake4 {
    position: absolute;
    right: 0;
    top: 0;
}

/* Landscape Phone */
@media all and (min-width: 400px) {
    .depth-5 {
        position: absolute;
        right: 25%;
        top: 20%;
    }

    .depth-4 {
        left: -4%;
        top: 20%;
    }

    .depth-3.flake1 {
        display: none;
    }

    .depth-3.flake2 {
        position: absolute;
        right: 16%;
        bottom: 20%;
    }

    .depth-3.flake3 {
        position: absolute;
        left: 10%;
        bottom: 16%;
    }

    .depth-3.flake4 {
        display: none;
    }

    .depth-2.flake1 {
        display: none;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: none;
    }

    .depth-1.flake2 {
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-1.flake3 {
        display: none;
    }

    .depth-1.flake4 {
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
    .depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8,0.8);
        transform: scale(0.8);
    }

    .depth-5 {
        right: 25%;
        top: 20%;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
    }

    .depth-3.flake1 {
        display: none;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 20%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 {
        display: none;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: none;
    }

    .depth-1.flake2 {
        display: block;
        left: 15%;
        top: 25%;
    }

    .depth-1.flake3 {
        display: none;
    }

    .depth-1.flake4 {
        display: none;
    }
}

/* Web */
@media all and (min-width: 900px) {
    .depth-5 {
        right: 25%;
        top: 20%;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
    }

    .depth-3.flake1 {
        display: none;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 20%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 {
        display: none;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: none;
    }

    .depth-1.flake2 {
        display: block;
        left: 15%;
        top: 25%;
    }

    .depth-1.flake3 {
        display: none;
    }

    .depth-1.flake4 {
        display: none;
    }
}

/* Web HD */
@media all and (min-width: 1200px) {
    .depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1,1);
        transform: scale(1);
    }

    .depth-5 {
        right: 25%;
        top: 20%;
        -webkit-animation: wave 9s 0.1s infinite linear;
        -moz-animation: wave 9s 0.1s infinite linear;
        animation: wave 9s 0.1s infinite linear;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
        -webkit-animation: wave 7s 0.1s infinite linear;
        -moz-animation: wave 7s 0.1s infinite linear;
        animation: wave 7s 0.1s infinite linear;
    }


    .depth-3 {
        -webkit-animation: wave 6s 0.1s infinite linear;
        -moz-animation: wave 6s 0.1s infinite linear;
        animation: wave 6s 0.1s infinite linear;
    }

        .depth-3.flake1 {
            display: block;
            position: absolute;
            left: 20%;
            top: 40%;
        }

        .depth-3.flake2 {
            right: 25%;
            bottom: 25%;
        }

        .depth-3.flake3 {
            left: 20%;
            bottom: 20%;
        }

        .depth-3.flake4 {
            display: block;
            position: absolute;
            left: 10%;
            bottom: 40%;
        }

    .depth-2 {
        -webkit-animation: wave 5s 0.1s infinite linear;
        -moz-animation: wave 5s 0.1s infinite linear;
        animation: wave 5s 0.1s infinite linear;
    }

        .depth-2.flake1 {
            display: block;
            position: absolute;
            right: 40%;
            top: 40%;
        }

        .depth-2.flake2 {
            display: none;
        }

    .depth-1 {
        -webkit-animation: wave 4s 0.1s infinite linear;
        -moz-animation: wave 4s 0.1s infinite linear;
        animation: wave 4s 0.1s infinite linear;
    }

        .depth-1.flake1 {
            display: block;
            position: absolute;
            left: 30%;
            bottom: 20%;
        }

        .depth-1.flake2 {
            display: block;
            left: 15%;
            top: 25%;
        }

        .depth-1.flake3 {
            display: block;
            position: absolute;
            bottom: 20%;
            right: 40%;
        }

        .depth-1.flake4 {
            display: block;
            right: 40%;
            top: 25%;
        }
}

@media all and (min-width: 1400px) {
    .depth-5 {
        right: 25%;
        top: 20%;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
    }

    .depth-3.flake1 {
        display: block;
        position: absolute;
        left: 20%;
        top: 40%;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 40%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 {
        display: block;
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: block;
        position: absolute;
        left: 30%;
        bottom: 30%;
    }

    .depth-1.flake2 {
        display: block;
        left: 15%;
        top: 25%;
    }

    .depth-1.flake3 {
        display: block;
        position: absolute;
        bottom: 20%;
        right: 40%;
    }

    .depth-1.flake4 {
        display: block;
        right: 40%;
        top: 25%;
    }
}


@media all and (min-width: 1920px) {
    .depth-5 {
        right: 25%;
        top: 20%;
    }

    .depth-4 {
        left: 3%;
        top: 15%;
    }

    .depth-3.flake1 {
        display: block;
        position: absolute;
        left: 20%;
        top: 40%;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 40%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 {
        display: block;
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: block;
        position: absolute;
        left: 30%;
        bottom: 30%;
    }

    .depth-1.flake2 {
        display: block;
        left: 20%;
        top: 30%;
    }

    .depth-1.flake3 {
        display: block;
        position: absolute;
        bottom: 30%;
        right: 40%;
    }

    .depth-1.flake4 {
        display: block;
        right: 40%;
        top: 25%;
    }
}


/* =Responsive Styles
-------------------------------------------------------------- */
/* Landscape Phone */
@media all and (min-width: 400px) {
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
}

/* Web */
@media all and (min-width: 900px) {
}

/* Web HD */
@media all and (min-width: 1200px) {
}



/* =Animations
-------------------------------------------------------------- */
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

@-moz-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

@-ms-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    }
}

/* =404
-------------------------------------------------------------- */

.snap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/404-background.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

    .snap .line {
        margin-bottom: 70px;
    }

.button {
    display: inline-block;
    margin-top: 80px;
    font-family: "Montserrat", arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.2em;
    color: #272727;
    border: 1px solid rgba(39,39,39,.4);
    padding: 15px 35px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .button:hover {
        background: #272727;
        color: #fff;
        border: 1px solid #272727;
    }

/* = testimonials
-------------------------------------------------------------- */
.mfp-title {
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
    font-family: "Montserrat", arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-size: 9px;
}



/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px
    }
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            margin: 0px 5px;
            width: 20px;
            height: 20px;
        }

            #quote-carousel .carousel-indicators li.active {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
            }
}


/************************************PROJECT*********************************************/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#reelContainer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.featuredProject {
    margin-bottom: 20px;
    margin-top: 20px;
}

.projectName, .projectTagline, .projectDesc {
    text-align: left;
}

.projectName {
    font-size: 3em;
}

.projectTagline {
    padding: 0;
}

.projectDescription {
    text-align: left;
}

.projectImg {
    padding: 20px;
    cursor: pointer;
}

.projectCard {
    /*background-color: #71afae;*/
    background-image: url("../images/projectCardBcg_small.png");
    z-index: 2;
    margin-top: 20px;
    position: absolute;
    height: 200px;
    cursor: pointer;
    box-shadow: 0px 12px 50px #222222; /*https://codepen.io/bskousen/pen/CpJoj TODO*/
}

    .projectCard i {
        font-size: 14px;
    }

@media all and (max-width: 767px) {
    .row .projectCard {
        position: relative !important;
    }

    .projectCard {
        height: 180px;
    }
}
@media all and (min-width: 767px) {
    .row .projectCard {
        max-width: 360px !important;
    }

    .projectCard {
        height: 200px;
    }
}
.project {
    vertical-align: middle;
    padding-top: 6%;
}

.viewProject {
    margin-top: -20px;
}

.row .projectCard {
    position: absolute;
}

.projectCard h1 {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0;
    color: #4CFFFF;
    padding-top: 10px;
}

.projectCard h2 {
    text-align: left;
    padding-top: 0;
    margin-top: 10px;
    color: white;
}

.projectCard h3 {
    text-align: left;
    color: #4CFFFF;
}

.projectOverlay {
    background-color: black;
    opacity: 0;
}

    .projectOverlay:hover {
        opacity: .9;
    }

#slider-wrap {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

    #slider-wrap ul#slider {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        #slider-wrap ul#slider li {
            float: left;
            position: relative;
            width: 600px;
            height: 400px;
            background-size: 600px 400px;
        }

            #slider-wrap ul#slider li > div {
                position: absolute;
                top: 20px;
                left: 35px;
            }

                #slider-wrap ul#slider li > div h3 {
                    font-size: 36px;
                    text-transform: uppercase;
                }

                #slider-wrap ul#slider li > div span {
                    font-family: Neucha, Arial, sans serif;
                    font-size: 21px;
                }

            #slider-wrap ul#slider li i {
                text-align: center;
                line-height: 400px;
                display: block;
                width: 100%;
                font-size: 90px;
            }


/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

    .btns:hover {
        background: rgba(0,0,0,0.3);
    }


#next {
    right: 0px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: 0px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}


/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

    #pagination-wrap ul {
        width: 100%;
    }

        #pagination-wrap ul li {
            margin: 0 4px;
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #fff;
            opacity: 0.5;
            position: relative;
            top: 0;
        }

            #pagination-wrap ul li.active {
                width: 12px;
                height: 12px;
                top: 3px;
                opacity: 1;
                box-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
            }

        /*ANIMATION*/
        #slider-wrap ul, #pagination-wrap ul li {
            -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
            -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
            -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
            -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
            transition: all 0.3s cubic-bezier(1,.01,.32,1);
        }

.aboutUs .mission {
    font-size: 1.8em;
}

#blndsptCover {
    margin: auto;
    width: 100%;
}

h2 {
    text-align: center;
    padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
    text-align: center;
}

    .slick-slide img {
        width: 100%;
        vertical-align: middle;
        display: inline-block;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.features li, .priceTable th {
    color: white;
    font-family: "Wicked", arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-size: 1.2em;
}

.features h2 {
    text-align: center;
    padding: 0 0 0 0;
    margin-top: 0px;
}

.baselinePricing {
    text-align: left;
    padding: 0;
}

.priceTable {
    color: #bebebe;
}

    .priceTable th, .priceTable td {
        border: 1px solid #bebebe;
    }

    .priceTable tr, .priceTable th {
        text-align: center;
        font-size: 18px;
        line-height: 1.7em;
    }

#reelLayer {
    height: 100%;
}

.audioButton {
    cursor: pointer;
}

#projectVideo .rentalWrapper, .projectContent .contentWrapper {
    padding-top: 0px;
    width: 100%;
}

.chop {
    position: absolute;
    width: 57%;
    height: 35px;
    background: linear-gradient(130deg, transparent 13%, #71afae 13%, #71afae 100%);
    right: 0;
    bottom: 0;
}

    .chop:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 5px;
        right: 0;
        background: linear-gradient(130deg, transparent 14%, #4cffff 14%, #4cffff 100%);
    }

.infoBcg {
    background-image: url(../images/dark-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6%;
}

.inlineCTA, .wrapper div div .inlineCTA {
    text-align: left;
    padding: 20px 10px;
    color: #4cffff;
}

.projectHighLevel {
    margin-top: 60px;
}

.blurWrapper img {
    position: absolute;
    opacity: 0.45;
    margin: auto;
    width: 150%;
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
}
.projectInfo{
    margin-right: 0px !important;
}
.wrapper .features h2{
    color: #4CFFFF;
}

hr {
    background-color: white;
}

.inlineCTA a:hover{
        text-decoration: underline;
}

#footEmail a:hover {
    text-decoration: underline;
}

#projectVideo {
    margin-bottom: 3%;
}

.projectContent {
    margin-bottom: 3%;
}

.carouselText {
    color: white;
}