@import url(font-awesome/css/font-awesome.min.css);
@import url(micons/micons.css);
@import url(../fonts/fonts.css);

a,
a:focus,
a:hover,
a:visited {
    color: #07617d
}

code,
pre {
    background: #F1F1F1
}

#contact form .form-field:after,
hr {
    clear: both
}

html {
    font-size: 10px
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 9.38px
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 10px
    }
}

@media only screen and (max-width:400px) {
    html {
        font-size: 9.38px
    }
}

body,
html {
    height: 100%
}

body {
    background: #111;
    font-family: Roboto, sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #353535;
    margin: 0;
    padding: 0
}

a,
a:visited {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.h01,
.h02,
.h03,
.h04,
.h05,
.h06,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: proxima_nova_altblack, sans-serif;
    color: #151515;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 2.1rem
}

b,
em,
i,
p.lead,
strong {
    font-family: Roboto, sans-serif
}

abbr,
p.lead {
    color: #4f4f4f
}

.h03,
.h04,
h3,
h4 {
    margin-bottom: 1.8rem
}

.h05,
.h06,
h5,
h6 {
    margin-bottom: 1.2rem
}

.h01,
h1 {
    font-size: 3.1rem;
    line-height: 1.35;
    letter-spacing: -.1rem
}

@media only screen and (max-width:600px) {

    .h01,
    h1 {
        font-size: 2.6rem;
        letter-spacing: -.07rem
    }
}

.h05,
.h06,
h5,
h6 {
    letter-spacing: .2rem;
    text-transform: uppercase
}

.h02,
h2 {
    font-size: 2.4rem;
    line-height: 1.25
}

.h03,
h3 {
    font-size: 2rem;
    line-height: 1.5
}

.h04,
h4 {
    font-size: 1.7rem;
    line-height: 1.76
}

.h05,
h5 {
    font-size: 1.4rem;
    line-height: 1.7
}

.h06,
h6 {
    font-size: 1.3rem;
    line-height: 1.85
}

p img {
    margin: 0
}

p.lead {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 3.6rem
}

@media only screen and (max-width:768px) {
    p.lead {
        font-size: 1.8rem
    }
}

b,
em,
i,
strong {
    font-size: 1.6rem;
    line-height: 3rem;
    font-style: normal;
    font-weight: 400
}

b,
strong {
    font-weight: 900
}

small {
    font-size: 1.1rem;
    line-height: inherit
}

blockquote {
    margin: 3rem 0;
    padding-left: 5rem;
    position: relative
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0;
    margin: 0;
    color: rgba(0, 0, 0, .3);
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0
}

blockquote p {
    font-family: Roboto, sans-serif;
    font-style: italic;
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.895
}

blockquote cite {
    display: block;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.615
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #4f4f4f;
    border: none
}

abbr {
    font-family: proxima_nova_altblack, sans-serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem
}

code,
kbd,
pre,
samp,
var {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace
}

pre {
    padding: 2.4rem 3rem 3rem
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    border: 1px solid #E1E1E1;
    border-radius: 3px
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0
}

li,
ul.disc li {
    display: list-item
}

pre.prettyprint>code {
    border: none
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

mark {
    background: #FFF49B;
    color: #000
}

hr {
    border: solid #d2d2d2;
    border-width: 1px 0 0;
    margin: 2.4rem 0 1.5rem;
    height: 0
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ol,
ul {
    margin-left: 1.7rem
}

ul li {
    padding-left: .4rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .6rem 0 .6rem 1.7rem
}

ul.disc li {
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #07617d;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle
}

.no-js #preloader,
.oldie #preloader,
.pace-inactive {
    display: none
}

#preloader,
.pace .pace-progress {
    top: 0;
    width: 100%;
    position: fixed
}

dt {
    margin: 0;
    color: #07617d
}

dd {
    margin: 0 0 0 2rem
}

.button,
button {
    margin-bottom: 1.2rem
}

fieldset {
    margin-bottom: 1.5rem
}

.fluid-video-wrapper,
.ss-custom-select,
blockquote,
dl,
figure,
form,
input,
ol,
p,
pre,
select,
table,
textarea,
ul {
    margin-bottom: 3rem
}

img.pull-right {
    margin: 1.5rem 0 0 3rem
}

img.pull-left {
    margin: 1.5rem 3rem 0 0
}

.bgrid {
    padding: 0 20px
}

@media only screen and (max-width:1024px) {
    .bgrid {
        padding: 0 18px
    }
}

@media only screen and (max-width:768px) {
    .bgrid {
        padding: 0 15px
    }
}

@media only screen and (max-width:600px) {
    .bgrid {
        padding: 0 10px
    }
}

@media only screen and (max-width:400px) {
    .bgrid {
        padding: 0
    }
}

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: librebaskerville-regular, sans-serif
}

td,
th {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8
}

th {
    color: #151515;
    font-family: montserrat-bold, sans-serif
}

td {
    line-height: 1.5
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace .pace-progress {
    background: #07617d;
    z-index: 900;
    right: 100%;
    height: 6px
}

#preloader {
    left: 0;
    right: 0;
    bottom: 0;
    background: #0F1215;
    z-index: 800;
    height: 100%
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0;
    background-color: #07617d;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

fieldset {
    border: none
}

input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=email],
select,
textarea {
    display: block;
    height: 6rem;
    padding: 1.5rem 2rem;
    border: 0;
    outline: 0;
    vertical-align: middle;
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    max-width: 100%;
    background: rgba(0, 0, 0, .1);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ss-custom-select {
    position: relative;
    padding: 0
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem
}

.ss-custom-select select::-ms-expand {
    display: none
}

.ss-custom-select::after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-top: -10px;
    bottom: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    pointer-events: none;
    color: #252525
}

.alert-box,
.drop-cap:first-letter,
label,
label>.label-text,
legend {
    font-family: Roboto, sans-serif
}

.oldie .ss-custom-select::after {
    display: none
}

textarea {
    min-height: 25rem
}

input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    color: #000
}

label,
legend {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: .6rem;
    color: #020202;
    display: block
}

input[type=checkbox],
input[type=radio] {
    display: inline
}

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    line-height: inherit
}

label>input[type=checkbox],
label>input[type=radio] {
    margin: 0;
    position: relative;
    top: .15rem
}

::-webkit-input-placeholder {
    color: #8e8e8e
}

:-moz-placeholder {
    color: #8e8e8e
}

::-moz-placeholder {
    color: #8e8e8e
}

:-ms-input-placeholder {
    color: #8e8e8e
}

.placeholder {
    color: #8e8e8e !important
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #fabc5a;
    transition: background-color 5000s ease-in-out 0s
}

.button,
a.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 5.4rem;
    line-height: 5.4rem;
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    background: #A5A5A5;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button:focus,
.button:hover,
a.button:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
    background: #989898;
    color: #0d95be;
    outline: 0
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
    background: #151515;
    color: #FFF
}

.button.button-primary:focus,
.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type=submit].button-primary:focus,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=button].button-primary:focus,
input[type=button].button-primary:hover {
    background: #030303
}

.button.full-width,
button.full-width {
    width: 100%;
    margin-right: 0
}

.button.medium,
button.medium {
    height: 5.7rem !important;
    line-height: 5.7rem !important;
    padding: 0 1.8rem !important
}

.button.large,
button.large {
    height: 6rem !important;
    line-height: 6rem !important;
    padding: 0 3rem !important
}

.button.stroke,
button.stroke {
    background: 0 0 !important;
    border: 3px solid #313131;
    line-height: 4.8rem
}

.button.stroke.medium,
button.stroke.medium {
    line-height: 5.1rem !important
}

.button.stroke.large,
button.stroke.large {
    line-height: 5.4rem !important
}

.button.stroke:hover,
button.stroke:hover {
    border: 3px solid #ab63e6;
    color: #ab63e6
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-size: 1.5rem
}

.alert-box .close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer
}

.ss-error {
    background-color: #ffd1d2;
    color: #e65153
}

.ss-success {
    background-color: #c8e675;
    color: #758c36
}

.ss-info {
    background-color: #d7ecfb;
    color: #4a95cc
}

.ss-notice {
    background-color: #fff099;
    color: #bba31b
}

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-weight: 700;
    line-height: 6rem;
    text-indent: 0;
    background: 0 0;
    color: #151515
}

.lining dd,
.lining dt {
    display: inline;
    margin: 0
}

.lining dd+dt:before,
.lining dt+dt:before {
    content: "\A";
    white-space: pre
}

.lining dd+dd:before {
    content: ", "
}

.lining dd:before {
    content: ": ";
    margin-left: -.2em
}

.dictionary-style dt {
    display: inline;
    counter-reset: definitions
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -.2em
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". "
}

.pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0
}

.pull-quote:after,
.pull-quote:before {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-Serif;
    color: rgba(0, 0, 0, .3)
}

.pull-quote:before {
    content: "\201C";
    top: 33px;
    left: 0
}

.pull-quote:after {
    content: '\201D';
    bottom: -33px;
    right: 0
}

.pull-quote blockquote {
    margin: 0
}

.pull-quote blockquote:before {
    content: none
}

.stats-tabs {
    padding: 0;
    margin: 3rem 0
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #ccc
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: proxima_nova_altbold, sans-serif;
    border: none;
    color: #252525
}

.stats-tabs li a:hover {
    color: #07617d
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0;
    font-size: 1.4rem;
    font-family: Roboto, sans-serif;
    color: #4f4f4f
}

.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem
}

.skill-bars li {
    height: .6rem;
    background: #a1a1a1;
    width: 100%;
    margin-bottom: 6rem;
    padding: 0;
    position: relative
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: proxima_nova_altbold, sans-serif;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.5rem;
    line-height: 2.4rem
}

#about h3,
.home-content-tablecell h3,
.scroll-icon,
.section-intro h3 {
    letter-spacing: .3rem;
    text-transform: uppercase
}

.skill-bars li .progress {
    background: #313131;
    position: relative;
    height: 100%
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    background: #313131;
    padding: .6rem;
    border-radius: 3px
}

#menu-nav-wrap h3,
.section-intro h1 {
    font-family: proxima_nova_altbold, sans-serif
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #313131;
    content: ""
}

.skill-bars li .percent5 {
    width: 5%
}

.skill-bars li .percent10 {
    width: 10%
}

.skill-bars li .percent15 {
    width: 15%
}

.skill-bars li .percent20 {
    width: 20%
}

.skill-bars li .percent25 {
    width: 25%
}

.skill-bars li .percent30 {
    width: 30%
}

.skill-bars li .percent35 {
    width: 35%
}

.skill-bars li .percent40 {
    width: 40%
}

.skill-bars li .percent45 {
    width: 45%
}

.skill-bars li .percent50 {
    width: 50%
}

.skill-bars li .percent55 {
    width: 55%
}

.skill-bars li .percent60 {
    width: 60%
}

.skill-bars li .percent65 {
    width: 65%
}

.skill-bars li .percent70 {
    width: 70%
}

.skill-bars li .percent75 {
    width: 75%
}

.skill-bars li .percent80 {
    width: 80%
}

.skill-bars li .percent85 {
    width: 85%
}

.skill-bars li .percent90 {
    width: 90%
}

.skill-bars li .percent95 {
    width: 95%
}

.skill-bars li .percent100 {
    width: 100%
}

.section-intro {
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem
}

.section-intro h1 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.375;
    color: #151515
}

.section-intro .lead,
.section-intro h3 {
    font-family: Roboto, sans-serif
}

.section-intro h3 {
    font-weight: 700;
    font-size: 1.8 rem;
    line-height: 1.667;
    color: rgba(242, 242, 242, .5);
    margin-bottom: 1.2rem
}

.section-intro .lead {
    font-size: 1.8;
    line-height: 1.833
}

.section-intro.with-bottom-sep {
    padding-bottom: 4.2rem;
    position: relative
}

.section-intro.with-bottom-sep::after {
    display: inline-block;
    height: 1px;
    width: 200px;
    background-color: rgba(242, 242, 242, .1);
    text-align: center
}

@media only screen and (max-width:1024px) {
    .section-intro h1 {
        font-size: 4.4rem
    }

    .section-intro .lead {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:768px) {
    .section-intro h1 {
        font-size: 4rem
    }

    .section-intro h3 {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:600px) {
    .section-intro h1 {
        font-size: 3.4rem
    }

    .section-intro h3 {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:500px) {
    .section-intro h3 {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:400px) {
    .section-intro h1 {
        font-size: 3.1rem
    }
}

.wide {
    max-width: 1300px
}

.narrow {
    max-width: 800px
}

.js .animate-intro,
.js .animate-this {
    opacity: 0
}

.no-cssanimations .animate-intro,
.oldie .animate-intro .no-cssanimations .animate-this,
.oldie .animate-this {
    opacity: 1
}

header {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 700
}

header .row {
    height: auto;
    max-width: 1300px;
    position: relative
}

header .header-logo {
    position: absolute;
    left: 32px;
    top: 42px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

header .header-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 130px;
    height: 55px;
    background: url(../images/logos/starts_w.png) center no-repeat;
    background-size: 130px 55px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#header-menu-trigger,
#menu-nav-wrap a,
#menu-nav-wrap a:visited {
    color: rgba(255, 255, 255, .5)
}

#header-menu-trigger {
    display: block;
    position: fixed;
    right: 32px;
    top: 30px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header-menu-trigger.opaque,
#header-menu-trigger.opaque .header-menu-text {
    background-color: #000
}

#header-menu-trigger:focus,
#header-menu-trigger:hover {
    color: #FFF
}

#header-menu-trigger .header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -75px;
    width: 75px;
    text-align: center;
    background-color: transparent;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header-menu-trigger .header-menu-icon {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -1.5px
}

#header-menu-trigger .header-menu-icon::after,
#header-menu-trigger .header-menu-icon::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0
}

#header-menu-trigger .header-menu-icon::before {
    top: -9px
}

#header-menu-trigger .header-menu-icon::after {
    bottom: -9px
}

#menu-nav-wrap {
    background: #0C0C0C;
    color: rgba(255, 255, 255, .25);
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 3.6rem 3rem;
    height: 100%;
    width: 240px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: 800;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#home,
#home .logo-header {
    background-repeat: no-repeat
}

#menu-nav-wrap a:active,
#menu-nav-wrap a:focus,
#menu-nav-wrap a:hover {
    color: #fff
}

#menu-nav-wrap h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

#menu-nav-wrap .nav-list {
    font-family: Roboto, sans-serif;
    margin: 3.6rem 0 1.5rem;
    padding: 0 0 1.8rem;
    list-style: none;
    line-height: 3.6rem
}

#menu-nav-wrap .nav-list li {
    padding-left: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, .03);
    line-height: 4.2rem
}

#menu-nav-wrap .nav-list li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, .03)
}

#menu-nav-wrap .nav-list li a {
    color: rgba(255, 255, 255, .25);
    display: block
}

#menu-nav-wrap .nav-list li a:focus,
#menu-nav-wrap .nav-list li a:hover {
    color: #fff
}

#menu-nav-wrap .header-social-list {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 2.1rem
}

#menu-nav-wrap .header-social-list li {
    margin-right: 12px;
    padding-left: 0;
    display: inline-block
}

#menu-nav-wrap .header-social-list li a {
    color: rgba(255, 255, 255, .15)
}

#menu-nav-wrap .header-social-list li a:focus,
#menu-nav-wrap .header-social-list li a:hover {
    color: #fff
}

#menu-nav-wrap .header-social-list li:last-child {
    margin: 0
}

#menu-nav-wrap .close-button {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

#menu-nav-wrap .close-button span::after,
#menu-nav-wrap .close-button span::before {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px
}

#menu-nav-wrap .close-button span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#menu-nav-wrap .close-button span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#menu-nav-wrap .sponsor-text {
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    line-height: 3rem
}

#menu-nav-wrap .sponsor-text span {
    color: rgba(255, 255, 255, .5)
}

.menu-is-open #menu-nav-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width:768px) {
    header .header-logo a {
        width: 75px;
        height: 35px;
        background-size: 75px 35px
    }
}

#home,
#home .overlay,
.home-content-table {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:400px) {
    #header-menu-trigger .header-menu-text {
        display: none
    }
}

#home {
    background-color: #1f1f1f;
    background-position: center 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 804px;
    position: relative
}

#home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    background-color: #19191b
}

#home .logo-header {
    background-image: url(../images/logos/starts_w.png);
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    min-height: 200px
}

.home-content-table {
    display: table;
    position: relative;
    text-align: center
}

.home-content-tablecell {
    display: table-cell;
    vertical-align: middle;
    z-index: 500
}

.home-content-tablecell .row {
    position: relative;
    padding-top: 16.2rem;
    padding-bottom: 15rem
}

.home-content-tablecell h3 {
    font-family: proxima_nova_altbold, sans-serif;
    font-size: 2.2rem;
    color: #fff;
    margin: 0 0 .9rem
}

.home-content-tablecell h1 {
    font-family: proxima_nova_altblack, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 9rem;
    line-height: 1.133;
    color: #FFF;
    text-transform: uppercase
}

.home-content-tablecell .more {
    margin: 4.8rem 0 0
}

.home-content-tablecell .more .button {
    border-color: #FFF;
    color: #FFF
}

.home-social-list {
    position: absolute;
    left: 48px;
    bottom: 54px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2.4rem;
    line-height: 1.75;
    text-align: center
}

.home-social-list::before {
    display: block;
    content: "";
    width: 2px;
    height: 42px;
    background-color: rgba(255, 255, 255, .3);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

.home-social-list li {
    padding-left: 0
}

.home-social-list li a,
.home-social-list li a:visited {
    color: #FFF
}

.home-social-list li a:active,
.home-social-list li a:focus,
.home-social-list li a:hover {
    color: #07617d
}

.scrolldown {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    transform-origin: right top 0;
    float: right
}

#about,
#about h3,
#services,
.scroll-icon {
    position: relative
}

#cannot-attend p {
    text-align: center !important;
}

.scrolldown i {
    padding-left: 9px
}

.scrolldown a:active,
.scrolldown a:focus,
.scrolldown a:hover {
    color: #07617d !important
}

.oldie .scrolldown,
html[data-useragent*='MSIE 10.0'] .scrolldown {
    display: none
}

.scroll-icon {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FFF !important;
    background: 0 0;
    top: 36px;
    right: 42px;
    -webkit-animation: animate-it 3s ease infinite;
    animation: animate-it 3s ease infinite
}

#about h3,
#contact form .form-field label,
#lg-counter,
#submit-loader .text-loader,
.lg-sub-html h4,
.lg-sub-html p {
    font-family: proxima_nova_altbold, sans-serif
}

@-webkit-keyframes animate-it {

    0%,
    100%,
    60%,
    80% {
        -webkit-transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-5px)
    }

    40% {
        -webkit-transform: translateX(20px)
    }
}

@keyframes animate-it {

    0%,
    100%,
    60%,
    80% {
        -webkit-transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-5px)
    }

    40% {
        -webkit-transform: translateX(20px)
    }
}

@media only screen and (max-width:1200px) {
    .home-content-tablecell h3 {
        font-size: 2.1rem
    }

    .home-content-tablecell h1 {
        font-size: 7rem
    }
}

@media only screen and (max-width:1024px) {
    .home-content-tablecell h3 {
        font-size: 2rem
    }

    .home-content-tablecell h1 {
        font-size: 6rem
    }
}

@media only screen and (max-width:768px) {
    .home-content-tablecell .row {
        max-width: 600px
    }

    .home-content-tablecell h3 {
        font-size: 1.8rem
    }

    .home-content-tablecell h1 {
        font-size: 5.2rem
    }

    .home-content-tablecell h1 br {
        display: none
    }

    .home-social-list {
        left: 36px;
        bottom: 30px;
        font-size: 2.1rem
    }

    .home-social-list::before {
        height: 30px
    }

    .scrolldown .scroll-icon {
        font-size: 1.2rem;
        top: 24px;
        right: 10px
    }
}

@media only screen and (max-width:600px) {
    #home {
        min-height: 702px
    }

    .home-content-tablecell .row {
        max-width: 480px;
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    .home-content-tablecell h3 {
        font-size: 1.7rem
    }

    .home-content-tablecell h1 {
        font-size: 4.8rem
    }
}

@media only screen and (max-width:500px) {
    .home-content-tablecell .row {
        max-width: 420px
    }

    .home-content-tablecell h3 {
        font-size: 1.5rem
    }

    .home-content-tablecell h1 {
        font-size: 4.2rem
    }

    .home-social-list {
        left: 30px;
        bottom: 30px;
        font-size: 1.8rem
    }

    .home-social-list::before {
        height: 24px
    }
}

@media only screen and (max-width:400px) {
    #home {
        min-height: 654px
    }

    .home-content-tablecell .row {
        padding-top: 4.8rem;
        padding-bottom: 10.8rem
    }

    .home-content-tablecell h3 {
        font-size: 1.4rem
    }

    .home-content-tablecell h1 {
        font-size: 3.6rem
    }
}

#about {
    padding: 4.2rem 0 12rem;
    background-color: #FFF;
    min-height: 696px;
    text-align: center
}

#about .about-wrap {
    max-width: 800px
}

#about h3 {
    font-size: 1.8rem;
    line-height: 1.667;
    color: #000
}

#about h3::before {
    display: block;
    content: "";
    width: 3px;
    height: 9.6rem;
    background-color: rgba(149, 149, 149, .7);
    margin: 0 auto 2.4rem
}

#about .lead {
    font-family: Roboto, sans-serif;
    font-size: 2.5rem;
    line-height: 1.8;
    color: #2e383f;
    margin-top: 6rem
}

@media only screen and (max-width:1024px) {
    #about {
        min-height: 636px
    }

    #about .about-wrap {
        max-width: 800px
    }

    #about .lead {
        font-size: 3.8rem
    }
}

@media only screen and (max-width:900px) {
    #about .about-wrap {
        max-width: 720px
    }

    #about .lead {
        font-size: 3.6rem
    }
}

@media only screen and (max-width:768px) {
    #about h3 {
        font-size: 1.7rem
    }

    #about .about-wrap {
        max-width: 600px
    }

    #about .lead {
        font-size: 3.1rem
    }
}

@media only screen and (max-width:600px) {
    #about {
        min-height: auto
    }

    #about .about-wrap {
        max-width: 500px
    }

    #about .lead {
        margin-top: 4.8rem;
        font-size: 2.8rem
    }
}

@media only screen and (max-width:500px) {
    #about h3 {
        font-size: 1.5rem
    }

    #about .lead {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:400px) {
    #about {
        padding: 4.2rem 0 9.6rem
    }

    #about .about-wrap {
        max-width: 380px
    }

    #about .lead {
        font-size: 2.3rem
    }
}

#services {
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 800px;
    padding: 15rem 0;
    color: rgba(255, 255, 255, .3)
}

#services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, .7)
}

#services .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .85) 0, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .85) 0, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .85) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9000000', endColorstr='#00000000', GradientType=0)
}

#services .sponsor-father-coffee,
#services .sponsor-lisof,
#services .sponsor-paul-wallace {
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
}

#services .section-intro h3 {
    color: rgba(242, 242, 242, .5);
}

#services .section-intro h1 {
    color: #FFF;
}

#services .section-intro .lead {
    color: rgba(242, 242, 242, .4);
}

#services .services-content {
    text-align: center;
    max-width: 1040px;
}

#services .services-list {
    margin-top: 1.2rem;
    text-align: left;
}

#services .services-list .service-item {
    margin-bottom: 3rem;
    padding: 0 50px;
}

#services .services-list .service-item p {
    color: rgba(242, 242, 242, .5)
}

#services .services-list .icon {
    display: inline-block;
    margin-bottom: 1.5rem;
}

#services .services-list .icon i {
    font-size: 5.4rem;
    color: #ab63e6;
}

#services .services-list .h05 {
    font-size: 1.7rem;
    line-height: 1.765;
    color: #FFF;
    margin-bottom: 3rem;
}

#services .sponsor-lisof {
    background-image: url(../images/partners/lisof.png);
    width: 50%;
}

#services .sponsor-paul-wallace {
    background-image: url(../images/partners/paul-wallace.png);
    width: 50%;
}

#services .sponsor-woodstock-gin {
    background-image: url(../images/partners/woodstock-gin.png)
}

#services .sponsor-drydock {
    background-image: url(../images/partners/dry-dock.png);
}

#services .sponsor-xbrewing {
    background-image: url(../images/partners/xbrewing-w.png);
    width: 50%;
}

#services .sponsor-yoco {
    background-image: url(../images/partners/yoco.svg);
    width: 50%;
}

#services .sponsor-aquav {
    background-image: url(../images/partners/aquav.png);
    width: 50%;
}

#services .sponsor-okovusa {
    background-image: url(../images/partners/okovusa.png);
    width: 50%;
}

#services .sponsor-splitbeam {
    background-image: url(../images/partners/splitbeam.png);
    width: 50%;
}

#services .sponsor-madap {
    background-image: url(../images/partners/madap-w.png);
    width: 50%;
}

#services .sponsor-pconcepts {
    background-image: url(../images/partners/pconcepts.png);
    width: 50%;
}

#services .zapper-barcode {
    background-image: url(../images/barcodes/zapper.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    min-height: 250px;
}

#services .sponsor-image {
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 50%;
}

@media only screen and (max-width:1024px) {
    #services .services-list .service-item {
        padding: 0 40px
    }
}

@media only screen and (max-width:900px) {
    #services .services-list .service-item {
        padding: 0 30px
    }
}

@media only screen and (max-width:768px) {
    #services {
        padding: 12rem 0
    }

    #services .services-content {
        max-width: 550px
    }

    #services .services-list .service-item {
        padding: 0 15px
    }

    #services .services-list .icon i {
        font-size: 5.1rem
    }
}

@media only screen and (max-width:600px) {
    #services .services-list .service-item {
        padding: 0 10px
    }

    #services .services-list .icon i {
        font-size: 5rem
    }
}

@media only screen and (max-width:400px) {
    #services .services-list .service-item {
        padding: 0
    }
}

#portfolio {
    background: #FFF;
    min-height: 800px;
    position: relative;
    padding: 0
}

#portfolio span {
    color: #07617d
}

#portfolio .intro-wrap {
    padding: 15rem 0 21rem;
    background: #fff
}

#portfolio .section-intro .lead,
#portfolio .section-intro h3,
h1 {
    color: #000
}

#portfolio .portfolio-content {
    margin-top: -22.2rem
}

#portfolio .services-list {
    margin-top: 1.2rem;
    text-align: center;
}

#portfolio .service-item {
    margin-top: 45px;
}

.bricks-wrapper .item-wrap {
    position: relative;
    overflow: hidden
}

.bricks-wrapper .item-wrap .overlay {
    cursor: zoom-in
}

.bricks-wrapper .item-wrap .overlay img {
    vertical-align: bottom;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bricks-wrapper .item-wrap .overlay::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1
}

.bricks-wrapper .item-wrap .details-link,
.bricks-wrapper .item-wrap .item-text,
.bricks-wrapper .item-wrap .overlay::after {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.bricks-wrapper .item-wrap .overlay::after {
    content: "...";
    font-family: georgia, serif;
    font-size: 3rem;
    z-index: 1;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFF;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.bricks-wrapper .item-wrap .item-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.6rem 0 0 3rem;
    margin-right: 6rem;
    z-index: 3
}

.bricks-wrapper .item-wrap .item-text .folio-title {
    color: #FFF;
    font-size: 2.2rem;
    line-height: 1.364
}

.bricks-wrapper .item-wrap .item-text .folio-types {
    font-family: montserrat-regular, sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: rgba(255, 255, 255, .7);
    display: block
}

.bricks-wrapper .item-wrap .details-link {
    display: block;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    height: 4.6rem;
    width: 4.6rem;
    line-height: 4.6rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    top: 3.6rem;
    right: 3rem
}

.bricks-wrapper .item-wrap .details-link i {
    font-size: 2rem;
    line-height: 4.2rem
}

.bricks-wrapper .item-wrap .details-link:focus,
.bricks-wrapper .item-wrap .details-link:hover {
    background-color: #FFF;
    color: #000
}

.bricks-wrapper .item-wrap .details-link,
.bricks-wrapper .item-wrap .item-text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .3s ease-in-out
}

.bricks-wrapper .item-wrap:hover .overlay::before {
    opacity: 1;
    visibility: visible
}

.bricks-wrapper .item-wrap:hover .overlay::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.bricks-wrapper .item-wrap:hover .overlay img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.bricks-wrapper .item-wrap:hover .details-link,
.bricks-wrapper .item-wrap:hover .item-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.lg-sub-html {
    padding: 12px 20% 15px
}

.lg-sub-html a,
.lg-sub-html a:visited {
    color: #ab63e6
}

.lg-sub-html a:focus,
.lg-sub-html a:hover {
    color: #FFF
}

@media only screen and (max-width:1024px) {
    .lg-sub-html {
        padding: 12px 15% 15px
    }
}

.lg-sub-html h4 {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.333
}

.lg-sub-html p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: .6rem 0 0;
    color: rgba(255, 255, 255, .6)
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #ab63e6
}

.lg-progress-bar .lg-progress {
    background-color: #FFF
}

@media only screen and (max-width:768px) {
    .lg-sub-html {
        padding: 12px 40px 15px
    }

    #portfolio .intro-wrap {
        padding: 12rem 0 21rem
    }
}

@media only screen and (max-width:600px) {
    #portfolio .bricks-wrapper .brick {
        float: none;
        width: 100%
    }

    .bricks-wrapper .item-wrap .item-text .folio-title {
        font-size: 2rem;
        line-height: 1.5
    }
}

#contact {
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 12rem 0;
    position: relative
}

#contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background-color: #fff
}

#contact form .form-field,
.contact-content {
    position: relative
}

#contact .section-intro h1,
#contact .section-intro h3,
#contact .section-intro p.lead {
    color: rgb(7, 7, 7)
}

.contact-content {
    max-width: 1024px;
    margin-top: 1.7rem;
    color: #000;
    z-index: 600
}

.contact-content h5 {
    color: #000;
    margin-bottom: 5.4rem
}

.contact-content h6 {
    color: #2e2e2e;
    font-size: 1.4rem
}

.contact-info .cinfo {
    margin-bottom: 4.2rem
}

#attend-form .section-intro h1,
#attend-form .section-intro h3,
#attend-form .section-intro p.lead {
    color: rgb(255, 255, 255)
}

#attend-form .contact-content {
    max-width: 1024px;
    margin-top: 1.7rem;
    color: rgb(255, 255, 255);
    z-index: 600
}

#attend-form .contact-content h5 {
    color: rgb(255, 255, 255);
    margin-bottom: 5.4rem
}

#attend-form .contact-content h6 {
    color: #6e6e6e;
    font-size: 1.4rem
}

/* #attend-form .attend-event-title {
    color: #fff !important;
} */

#contact form {
    margin-top: 0;
    margin-bottom: 3rem
}

#contact form .form-field:after,
#contact form .form-field:before {
    content: "";
    display: table
}

#contact form .form-field label {
    font-size: 1rem;
    line-height: 1.4;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    text-transform: uppercase;
    letter-spacing: .05rem;
    padding: .6rem 2rem;
    margin: 0;
    color: #fff;
    background: rgb(124, 124, 124);
    border-radius: 3px
}

#contact form .form-field label::after {
    position: absolute;
    right: 15px;
    top: 1px;
    margin-top: -6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(80, 80, 80);
    content: ""
}

#contact form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form :-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form ::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form .placeholder {
    color: rgba(255, 255, 255, .3) !important;
}

#contact input[type=text],
#contact input[type=password],
#contact input[type=email],
#contact textarea {
    width: 100%;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 3.6rem;
    background: rgb(255, 255, 255)
}

#contact input[type=text]:focus,
#contact input[type=password]:focus,
#contact input[type=email]:focus,
#contact textarea:focus {
    color: #FFF
}

#contact textarea {
    min-height: 21rem;
    padding: 1.8rem 2rem
}

#contact button.submitform {
    font-size: 1.5rem;
    display: block;
    letter-spacing: .2rem;
    height: 6rem;
    line-height: 6rem;
    padding: 0 3rem;
    width: 100%;
    background: #000;
    color: #fff;
    margin-top: .6rem
}

#contact button.submitform:focus,
#contact button.submitform:hover {
    background: #838383;
}

#message-success,
#message-warning {
    display: none;
    background: rgb(90, 90, 90);
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%
}

#message-warning {
    color: #D32B2E
}

#message-success {
    color: #26b160;
}

#message-success i,
#message-warning i {
    margin-right: 10px
}

#submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 4.2rem
}

#submit-loader .text-loader {
    display: none;
    font-size: 1.4rem;
    color: #FFF;
    letter-spacing: .2rem;
    text-transform: uppercase
}

.footer-bottom,
.footer-main #mc-form label {
    font-family: Roboto, sans-serif
}

.oldie #submit-loader .s-loader {
    display: none
}

.oldie #submit-loader .text-loader {
    display: block
}

#contact .contact-logo {
    background-image: url(../images/logos/starts_b.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    min-height: 160px;
    width: 50%
}

.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(.45rem);
    -ms-transform: translateX(.45rem);
    transform: translateX(.45rem)
}

.s-loader>div {
    width: 9px;
    height: 9px;
    background-color: #FFF;
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.s-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.s-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (max-width:900px) {
    .contact-info {
        width: 38%
    }
}

@media only screen and (max-width:768px) {
    .contact-content {
        max-width: 600px;
        text-align: center
    }

    .contact-info {
        width: 100%;
        margin-top: 3.6rem
    }
}

@media only screen and (max-width:600px) {
    .contact-content {
        max-width: 480px
    }
}

@media only screen and (max-width:400px) {
    .contact-info {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }
}

footer {
    margin: 0 0 5.4rem;
    padding: 0;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, .4)
}

footer a,
footer a:visited {
    color: #FFF
}

footer a:focus,
footer a:hover {
    color: #07617d
}

footer .row {
    max-width: 1024px
}

footer h4.h05 {
    color: #FFF;
    position: relative;
    padding-bottom: 4.2rem;
    margin-bottom: 3.6rem
}

footer h4.h05::after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 0;
    left: 0
}

.footer-main {
    padding-top: 9.6rem;
    padding-bottom: 3rem
}

.footer-main ul {
    font-size: 1.5rem;
    margin-left: 0
}

.footer-main ul li {
    list-style: none;
    padding-left: 0
}

.footer-main ul a,
.footer-main ul a:visited {
    color: rgba(255, 255, 255, .4)
}

.footer-main ul a:focus,
.footer-main ul a:hover {
    color: #FFF
}

.footer-main .subscribe-form {
    position: relative
}

#contactForm {
    margin: 0;
    padding: 0
}

#contactForm input[type=email],
input[type=text],
input[type=number] {
    height: 6rem;
    padding: 1.5rem 8rem 1.5rem 2rem;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: rgb(66, 66, 66)
}

#contactForm button {
    background-color: #ab63e6;
    color: #000;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

#contactForm button:hover {
    background-color: #f89e0f
}

#contactForm button i {
    font-size: 2.6rem;
    line-height: 6rem;
    margin: 0;
    position: relative;
    left: .2rem
}

#contactForm label {
    color: #ab63e6
}

.footer-bottom {
    margin-top: 3rem;
    text-align: center;
    font-size: 1.4rem
}

.footer-bottom .copyright span {
    display: inline-block
}

.footer-bottom .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, .1)
}

#go-top,
.footer-bottom .copyright span:last-child::after {
    display: none
}

#go-top {
    position: fixed;
    bottom: 42px;
    right: 30px;
    z-index: 700
}

#go-top a {
    text-decoration: none;
    border: 0;
    display: block;
    height: 63px;
    width: 60px;
    line-height: 63px;
    background-color: #000;
    color: #888;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#go-top a i {
    font-size: 1.7rem;
    line-height: inherit
}

#go-top a:visited {
    background: #000;
    color: #888
}

#go-top a:focus,
#go-top a:hover {
    background: #000;
    color: #FFF
}

@media only screen and (max-width:768px) {
    #go-top {
        bottom: 0;
        right: 0
    }

    .footer-main {
        text-align: center
    }

    .footer-main .row {
        max-width: 480px
    }

    .footer-main [class*=col-] {
        margin-bottom: 3.6rem
    }

    footer h4.h05 {
        padding-bottom: 3rem;
        margin-bottom: 3rem
    }

    footer h4.h05::after {
        left: 50%;
        margin-left: -50px
    }
}

@media only screen and (max-width:600px) {
    .footer-bottom {
        padding-bottom: .6rem
    }

    .footer-bottom .copyright span {
        display: block
    }

    .footer-bottom .copyright span::after {
        display: none
    }
}


.popup-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    text-align: left !important;
}

.popup-overlay.light {
    background: rgba(255, 255, 255, 0.5);
}

.popup-overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.popup-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 75px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #666;
    min-width: 3rem;
    max-width: 80rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 99999;
}

.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
    margin-top: 0;
    color: #666;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

.popup .close:hover {
    opacity: 1;
}

.popup .content {
    max-height: 400px;
    overflow: auto;
}

.popup p {
    margin: 0 0 1em;
}

.popup p:last-child {
    margin: 0;
}

.artist-image {
    width: 13em;
    height: 13em;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 25px;
    margin-bottom: 15px;
}