/* css variables */
:root {
    --bg-seethrough-video: rgba(10, 103, 177, 0.2);
    --bg-seethrough-section-blk5: rgba(1, 35, 51, 0.5);
    --bg-seethrough-section-blk4: rgba(255, 255, 255, 0.04);
    --bg-seethrough-section-blu: rgba(10, 103, 177, 0.4);
    --bg-seethrough-section-blk9: rgba(1, 35, 51, 0.9);
    --color-grey: #7794a6;
    --color-red: #a63348;
    --color-redder: #8c2e36;
    --color-blue: #195073;
    --color-white: #f0f2f2;
    --color-black: #000000;
    --section-title: 300 5em 'Graduate', serif;
    --centerit: center;
    --text-title: 1.6em;
    --tbl-border-color: #E8E8E8;
}


/*CSS Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
body {
    height: 100% !important;
}

body {
    background-color: #222;
}

body.mobile {
    background: url(../images/22-091.JPG) right fixed;
    background-size: cover;
}

#video-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

@keyframes bgcolor {
    0% {
        background: rgba(0, 46, 58, 0.56);
    }

    25% {
        background: rgba(4, 20, 49, 0.5);
    }

    50% {
        background: rgba(4, 20, 49, 0.5);
    }

    75% {
        background: rgba(68, 8, 31, 0.53);
    }

    100% {
        background: rgba(0, 46, 58, 0.56);
    }
}

@-moz-keyframes bgcolor {
    0% {
        background: rgba(0, 46, 58, 0.56);
    }

    25% {
        background: rgba(4, 20, 49, 0.5);
    }

    50% {
        background: rgba(4, 20, 49, 0.5);
    }

    75% {
        background: rgba(68, 8, 31, 0.53);
    }

    100% {
        background: rgba(0, 46, 58, 0.56);
    }
}

@-webkit-keyframes bgcolor {
    0% {
        background: rgba(0, 46, 58, 0.56);
    }

    35% {
        background: rgba(4, 20, 49, 0.5);
    }

    70% {
        background: rgba(68, 8, 13, 0.53);
    }

    100% {
        background: rgba(0, 46, 58, 0.56);
    }
}

#vid-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(../images/overlay-pattern.png);
}

section {
    position: relative;
}

#header {
    height: 50px;
    padding: 25px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
    background: rgba(1, 35, 51, 0.715);
    height: 50px;
    padding: 15px 30px;
    transition: all 0.5s;
}


/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    color: rgba(202, 206, 221, 0.8);
    font-family: "graduate", serif;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    text-transform: uppercase;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #fff;
}

.nav-menu>li {
    margin-left: 2px;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-red);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu li.buy-tickets a {
    color: var(--color-white);
    background: var(--color-red);
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid var(--color-red);
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 14px;
}

.nav-menu li.buy-tickets a:hover {
    background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover>a {
    background: var(--color-blue);
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

/* hide the hamburger menu on larger screens */
.hamburger-menu {
    display: none; 
}

/*Section intro*/
#intro {
    height: 100%;
    width: 100%;
    background: var(--bg-seethrough-video);
    display: table;
    position: relative;
    z-index: 9;
}

#intro-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#scr-down {
    position: relative;
    display: none;
}

#scr-down h2 {
    font: normal 2.05rem 'Graduate', serif;
    color: var(--color-white);
    padding: .6em 0 .6em;
    letter-spacing: 2px;
}

#scr-down h2 span {
    font-family: 'Graduate';
    letter-spacing: 1px;
}

#scr-down img:first-child {
    width: 10%;
}

#scr-down a img:last-child {
    width: 32px;
}

/*Section about*/
#about {
    background-color: var(--color-blue);
    color: var(--color-white);
    text-align: left;
    box-sizing: border-box;
    padding: 5em 9em 9em;
}

#about div {
    float: right;
    padding: 50px;
    margin: 50px;
}

#about .teamlogo img {
    position: absolute;
    display: block;
    max-width: 25%;
    top: 5%;
    right: 10%;
}

#about article {
    max-width: 1350px;
    display: inline-block;
}

#about article h5 {
    color: var(--color-white);
    letter-spacing: 4px;
    width: 4.13em;
    text-transform: uppercase;
    text-align: left;
    font: 700 9.4em 'Graduate', serif;
    margin: 0px 1.4em 2em 0px;
    border-bottom: 165px solid var(--color-red);

}

#about article h5 span {
    color: var(--color-white);
    padding-bottom: 0px;
    font: 0.4em 'Graduate', serif;
}

#about article h1 {
    position: relative;
    letter-spacing: -1px;
    font: 100 1.8rem Roboto, sans-serif;
}

#about article h1 span,
#about article h4 span,
#about article p span {
    color: var(--color-white);
}

#about article h1 em {
    font-weight: 300;
    letter-spacing: 1px;
}

#about article h4 {
    position: relative;
    font: 600 2.5rem / 1.1 Arial, sans-serif;
    padding: 0px;
}

#about article p {
    color: var(--color-white);
    padding-bottom: 1.7rem;
    font: 100 1.8rem Roboto, sans-serif;
}

#about .teampic img {
    position: absolute;
    display: block;
    max-width: 70%;
    bottom: 12%;
    right: -5%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* message section*/
#message {
    text-align: center;
    box-sizing: border-box;
    padding: 5em 1em;
    margin: 0px;
}

#message>h2 {
    color: var(--color-white);
    padding-bottom: 0.8em;
    font: var(--section-title);
}

#message article div {
    text-align: left;
    color: var(--color-white);
    width: 40em;
    text-transform: uppercase;
    display: inline-block;
    padding: 2em 0.5em;
    background: var(--color-red);
    font: normal 1.8em 'Graduate', serif;
    margin: 1.8% 5%;
}

#message article div p {
    line-height: 1.5;
    padding: 0.5em 1.7em;
}

.signature {
    text-transform: capitalize;
    float: right;
    font: 3.2em 'Babylonica', sans-serif;
}

#message article img {
    float: left;
    margin-top: 5em;
    margin-left: 1.7em;
    width: 12%;
}

/*goal section*/
#goal {
    background-color: var(--color-white);
    text-align: center;
    border-bottom: 100px solid var(--color-red);
}

#goal>h2 {
    color: var(--color-blue);
    padding: 1.2em 1em;
    font: var(--section-title);
}

#goal article {
    padding: 1em 2em;
}

#goal article span {
    display: inline-block;
    position: relative;
    margin: 0px 2.2em;
    border-width: 8px;
    border-style: solid;
    border-color: var(--color-red);
    border-image: initial;
}

#goal article #player img {
    height: 20rem;
    margin: 0px -1.9px -2.4px;
}

/* Even spacing between button and text */
.paragoals {
    margin-top: 20px; /* Adjust as needed */
}
#goal article div {
    text-align: left;
    margin: 4em 3em;
}

#goal article p {
    font: 1.6em 'Graduate', sans-serif;
    color: var(--color-blue);
    text-transform: uppercase;
    line-height: 1.5;
    padding: .5em 1.7em;
}

#goal article iframe {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 8px;
    border-style: solid;
    border-color: var(--color-red);
}

/*Section event */
#event {
    padding: 5em 1em;
    text-align: center;
    margin: 0 auto;
    background: var(--bg-seethrough-section-blk5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#event>h2 {
    font: var(--section-title);
    padding-bottom: .8em;
}

#event>h2 span {
    color: var(--color-white);
    position: relative;
}

#event article div {
    text-align: center;
    color: var(--color-white);
    padding: .3em 0.5em;
    background: var(--bg-seethrough-section-blk4);
    font: 400 1.8em 'Graduate';
    text-transform: uppercase;
    display: inline-block;
    margin: .5% .2%;
}

/*Section sponsors*/
#sponsors {
    background-color: var(--color-white);
    text-align: center;
}

#sponsors>h2 {
    padding: 1.2em 1em;
    font: 300 5em 'Graduate', sans-serif;
    color: var(--color-blue);
}

#sponsors article {
    padding: 1em 1em 5em;
}

#sponsors article span {
    display: inline-block;
    margin: 0 5%;
    position: relative;
}

#sponsors article img {
    opacity: 0.7;
    width: 9rem;
}

#sponsors article #cdsci {
    width: 14rem;
}

#sponsors article h5 {
    font: 400 1.6em 'Graduate', sans-serif;
    color: var(--color-blue);
    padding-top: .65em 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* sponsorship section*/
#sponsorship {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 5rem;
    font: 18px/1.4 'Graduate', sans-serif;
    text-align: center;
    background: var(--bg-seethrough-section-blk5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sponsorship h2 {
    padding: 1.2em 1em;
    font: var(--section-title);
    color: var(--color-white);
}

#sponsorship table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

#sponsorship td,
#sponsorship th {
    border-right: 1px solid var(--tbl-border-color);
    empty-cells: show;
    padding: 10px;
    border-top: 1px solid var(--tbl-border-color);
    border-bottom: 1px solid var(--tbl-border-color);
    color: var(--color-white);
    font-size: 20px;
}

#sponsorship tbody tr:nth-child(odd) {
    display: none;
}

#sponsorship .order-row {
    background: var(--bg-seethrough-section-blk9);
}

.fa-check {
    color: var(--color-white);
    font-size: 1.6rem;
}

#sponsorship th {
    font-weight: normal;
    padding: 0;
    border-top: 0px solid var(--tbl-border-color);
    border-bottom: 0px solid var(--tbl-border-color);
}

#sponsorship tr td:first-child {
    text-align: left;
    padding: 15px;
    border-left: 1px solid var(--tbl-border-color);
    border-top: 1px solid var(--tbl-border-color);
}

#sponsorship .product,
#sponsorship .tl {
    color: var(--color-white);
    padding: 10px;
    font-size: 14px;
}

#sponsorship .tl2 {
    border-right: 0;
}

#sponsorship .product {
    background: var(--color-red);
    height: 40px;
    font-size: 1.6em;
    border: 1px solid var(--tbl-border-color);
}

#sponsorship .price-info {
    padding: 15px;
}

#sponsorship .price-now,
#sponsorship .price-now span {
    color: var(--color-white);
}

#sponsorship .price-now span {
    font-size: 30px;
    color: var(--color-white);
}

#sponsorship .price-now p {
    font-size: 18px;
    text-align: center;
    line-height: 16px;
    display: inline;
}

#sponsorship .price-buy {
    background: #EC671A;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    color: var(--color-white);
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

#sponsorship .price-buy:hover {
    background: #E84D00;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
    .table_ul li {
        letter-spacing: 0px;
    }

    #sponsorship .price-now span {
        font-size: 32px;
    }

    #sponsorship .price-now p {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .table_ul {
        padding: 0px;
    }

    .table_ul li {
        font-size: 10px;
        line-height: 16px;
        padding: 3px 0;
    }

    #sponsorship {
        max-width: 100%;
    }

    #sponsorship td:first-child,
    #sponsorship th:first-child {
        display: none;
    }

    #sponsorship tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    #sponsorship .row {
        background: #FFF;
    }

    #sponsorship td,
    #sponsorship th {
        border: 1px solid #CCC;
        border-top: none;
        padding: 10px;
    }

    .price-info {
        border-top: 0 !important;
        padding: 10px 0 !important;
    }

    .price-info p {
        line-height: 8px;
        font-size: 8px !important;
    }

    #sponsorship .order-row {
        background: #ffffff;
    }

    #sponsorship .price-now p {
        display: block;
    }

    #sponsorship .price-now span {
        font-size: 24px;
    }

    #sponsorship .qbse {
        font-size: 1.2em;
    }

    #sponsorship td {
        font-size: 14px;
    }

    #sponsorship th {
        font-size: 14px;
    }
}

/* tickets */
#tickets {
    background: var(--color-blue);
    text-align: center;
    padding-bottom: 80px;
}

#tickets>h2 {
    padding: 1.2em 1em;
    font: var(--section-title);
    color: var(--color-white);
}

#tickets ul {
    list-style-type: none;
}

#tickets a {
    color: var(--color-white);
    text-decoration: none;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}

.pricing-wrapper {
    width: 960px;
    margin: 4px auto;
}

.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 30%;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pricing-table:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.pricing-title {
    color: var(--color-white);
    background: var(--color-grey);
    padding: 20px 0;
    font-family: 'Graduate';
    font-size: 2em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table.recommended .pricing-title {
    background: var(--color-grey);
}

.pricing-table.recommended .pricing-action {
    background: var(--color-grey);
}

.pricing-table .price {
    background: var(--color-black);
    color: var(--color-white);
    font-size: 3.4em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table .price sup {
    font-family: 'Graduate';
    text-transform: uppercase;
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    font-family: 'Graduate';
    text-transform: uppercase;
    background: var(--color-white);
    color: var(--color-black);
}

.table-list li {
    text-align: left;
    font-size: 1.4em;
    font-weight: 700;
    padding: 12px 8px;
}

.fa-check {
    color: var(--color-blue);
    margin: auto;
}

.table-list li span {
    font-weight: 400;
}

.table-list li span.unlimited {
    color: var(--color-white);
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}

.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-buy {
    background: var(--color-white);
    padding: 15px;
    text-align: center;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    float: var(--centerit);
    color: var(--color-white);
    background: var(--color-grey);
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Graduate';
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.table-buy .pricing-action:hover,
.recommended .table-buy .pricing-action:hover {
    background: #fff;
    color: #000;
}

apple-pay-button {
    --apple-pay-button-width: 150px;
    --apple-pay-button-height: 30px;
    --apple-pay-button-border-radius: 3px;
    --apple-pay-button-padding: 0px 0px;
    --apple-pay-button-box-sizing: border-box;
  }


/** ================
 * Responsive
 ===================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }

    .pricing-table {
        width: 236px;
    }

    .table-list li {
        font-size: 1.3em;
    }

}

@media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
    }
}

/* auction */
#auction {
    background: var(--color-white);
    text-align: center;
    padding-bottom: 80px;
}
#auction>h2 {
    padding: 1.2em 1em;
    font: var(--section-title);
    color: var(--color-red);
}
.auction-container {
    margin: 0 200px 20px;
    padding: 10px 20px;
    background: #fff;
}
.auction-container .image-area {
    float: left;
    align-items: center;
    width: 300px;
    height: 300px;
}
.auction-container .image-area img {
    width: auto;
    height: 100%;
}
.auction-container .details-area {
    margin-left: 350px;
    font-family: 'Graduate';
}
.auction-container .details-area h3 {
    min-height: 90px;
    margin: 0 0 5px;
    padding: 20px 0 0;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}
.auction-container .details-area .item-status {
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-top: 30px;
}
.auction-container .details-area .item-status .list-ends {
    float: left;
    width: 100%;
    max-width: 65%;
    padding-top: 5px;
}
.auction-container .details-area .item-status .list-ends .date-opened{
    width: 100%;
}
.auction-container .details-area .item-status .list-count {
    float: right;
    width: 100%;
    max-width: 30%;
    text-align: right;
    line-height: 52px;
}
.auction-container .details-area .item-status .current-bid {
    float: left;
    width: 100%;
    max-width: 65%;
    text-align: left;
    color: var(--color-red);
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
}
.auction-container .details-area .item-status .list-button {
    float: right;
    background: var(--color-red);
    width: 100%;
    max-width: 213px;
    text-align: right;
    margin-top: 2px;
}
.auction-container .details-area .item-status .list-button:hover {   
    background: var(--color-redder);
}
.auction-container .details-area .list-button .list-row-bidnow {
    display: block;
    max-width: 210px;
    padding: 16px 2px;
    font-size: 20px;
    color: var(--color-white);
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
}


/*Section 5*/
#portfolio {
    padding: 0 0 10em;
    text-align: center;
    animation: bgcolor 9s;
    -moz-animation: bgcolor 9s infinite;
    -webkit-animation: bgcolor 9s infinite;
}
#color-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .7;
}
#portfolio>h2 {
    font: normal 5em 'Graduate';
    color: #fff;
    padding: 1em 0 .8em;
    position: relative;
}
.grid,.grid li, .grid figure, .grid figcaption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid {
    padding: 20px;
    max-width: 1366px;
    margin: 0 auto;
    list-style: none;
    font-family: 'Graduates', serif;
}
.grid li {
    display: inline-block;
    width: 30%;
    min-width: 320px;
    margin: 0;
    padding: 15px;
    text-align: left;
    position: relative;
}
.grid figure {
    margin: 0;
    position: relative;
    border-bottom: 4px solid #F35978;
}
.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #fff;
}
.grid figcaption h3 {
    margin: 0;
    padding: 0 0 3px;
    color: #000;
}
.grid figcaption span {
    font-weight: 300;
    color: #ed4e6e}
.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ed4e6e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}
.port-style figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.no-touch .port-style figure:hover img,.port-style figure.cs-hover img {
    -webkit-transform: translateY(-50px) scale(0.6);
    -moz-transform: translateY(-50px) scale(0.6);
    -ms-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
}
.port-style figcaption {
    height: 100%;
    width: 100%;
}
.port-style figcaption h3 {
    margin-top: 60%;
}
.port-style figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/*--------------------Diamonds----------------------*/
.diamonds {
    text-align: center;
    overflow: visible;
    white-space: nowrap;
    display: inline-block;
}
.diamond-row-wrap {
    text-align: center;
    position: relative;
    float: left;
    clear: both;
}
.diamond-row-upper, .diamond-row-lower {
    overflow: visible;
    clear: both;
    width: 100%;
}
.diamond-row-lower {
    overflow: visible;
    position: absolute;
    bottom: 0;
}
 .diamond-row-lower .diamond-box {
    margin-left: 64.644660941%;
    /* 0.5 + 1 / sqrt(2) / 2 */
 margin-top: 64.644660941%;
}
.diamond-box-wrap {
    float: left;
    width: 240px;
    /* Size of diamonds */
 height: 240px;
}
.diamond-box {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 70.710678118%;
    /* x = sqrt(x^2 / 2) = 1 / sqrt(2) = 0.70710678118 */
 height: 70.710678118%;
    margin: 14.644660941%;
    border: 1px solid transparent;
}
.diamond-box-inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 141.421356237%;
    /* sqrt(2) */
 height: 141.421356237%;
    margin: -20.7106781185% 0 0 -20.7106781185%;
    /* (1 - sqrt(2)) / 2 */
}
.item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40% 0;
    color: #000;
    background-size: auto 100%;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.item-hover {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    padding: 40% 0;
    opacity: 0;
    position: absolute;
    top: 40%;
    margin-top: 140%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .2s ease;
    transition: all .4s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item:hover .item-hover {
    opacity: 1;
}

.diamondswrap {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

/*Section 6*/
#map {
    width: 100%;
    height: 300px;
}

#contact article {
    text-align: center;
    padding: 5em 1em 3em;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 9;
}
#contact article>div {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#copyright {
    position: absolute;
    right: .5em;
    bottom: 7em;
    opacity: .8;
}
#contact_form {
    text-align: left;
}
#contact_form>h3 {
    font: 600 2em 'Graduate', serif;
    letter-spacing: -1px;
    color: #353535;
    padding-bottom: .3em;
}
#contact_form>p,#address>p {
    font: 300 1.1em 'Graduate', serif;
    color: #3C3C3C;
}
#contact_form>hr {
    width: 150px;
    margin: 20px 0;
    float: left;
    height: 1px;
    border: none;
    background-color: #417FCE;
    display: block;
}
#address>p {
    padding: 9.6em 0 1em;
}
#cont-form {
    padding-top: 2em;
    position: relative;
    clear: left;
}
#cont-form input[type="text"], #cont-form input[type="email"] {
    width: 100%;
}
#cont-form input[type="text"], #cont-form input[type="email"], textarea {
    border: 1px solid #ECECEC;
    color: #a5a5a5;
    background-color: #fff;
    font-family: 'Graduate', serif;
    padding: 15px!important;
    border: none;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 #cont-form input[type="text"]:focus, #cont-form input[type="email"]:focus, textarea:focus {
    border: 1px solid #D1D1D1;
}
#cont-form textarea {
    width: 100%;
    height: 200px;
}
#cont-form span {
    color: #D5D5D5;
    font-size: 36px;
    position: absolute;
    right: 15px;
    margin-top: 16px;
    font-family: arial;
}
#send-btn {
    background: #3D70BD;
    border: none;
    border-radius: 50%;
    color: #E4ECFA;
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    font: 300 15px 'Graduate', serif;
    line-height: 70px;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    position: relative;
    float: right;
}
#send-btn:hover {
    color: #FFF;
    background: #417FCE;
}
/* #send-btn:before {
    border-radius: 100px;
    border: 2px solid #6381E2;
    box-shadow: 0px 0px 15px rgba(0, 255, 204, 0.15), 0px 0px 15px rgba(0, 255, 204, 0.15) inset;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms cubic-bezier(0.115, 0.86, 0.355, 1);
    -moz-transition: all 400ms cubic-bezier(0.115, 0.86, 0.355, 1);
    -ms-transition: all 400ms cubic-bezier(0.115, 0.86, 0.355, 1);
    -o-transition: all 400ms cubic-bezier(0.115, 0.86, 0.355, 1);
    transition: all 400ms cubic-bezier(0.115, 0.86, 0.355, 1);
}
#send-btn:hover:before {
    width: 76px;
    height: 76px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} */
#cont-form input[type="submit"]:hover {
    border-radius: 50%;
}
#thank {
    margin-top: 100px;
    font-family: 'Graduate', serif;
    font-size: 59px;
    background-color: rgba(37, 95, 158, 0.55);
    color: #eee;
    padding: 10px;
}
#respond {
    font-family: 'Graduate', serif;
    padding: 5px;
    color: #174269;
    background-color: rgba(255, 255, 255, 0.51);
    float: right;
}
#address {
    text-align: left;
    padding-left: 5em!important;
}
#address span {
    display: block;
    font: 600 1.2em 'Graduate', serif;
    text-transform: uppercase;
    color: #2C2C2C;
    padding-left: 2.1em;
    padding-bottom: .2em;
    margin: 1em 0;
    background-repeat: no-repeat;
}
#address span:nth-child(2) {
    background-image: url('../images/email_icn.png');
}
#address span:nth-child(3) {
    background-image: url('../images/phone_icn.png');
}
#address span:nth-child(4) {
    background-image: url('../images/marker_icn.png');
}
#form-sub-msg {
    font-family: 'Graduate', serif;
    font-size: 35px;
    background-color: rgba(37, 95, 158, 0.55);
    color: #EEE;
    padding: 0 10px 14px;
    line-height: 1;
}

#footer{
    background-color: var(--color-blue); 
    color: var(--color-white); 
    text-align: center; 
    padding: 20px;
}
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    margin: 0 10px;
}

/*------------------------Pace------------------------*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    /*box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    */
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}


@-webkit-keyframes pace-spinner {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-moz-keyframes pace-spinner {
    0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
 100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-o-keyframes pace-spinner {
    0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
 100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-ms-keyframes pace-spinner {
    0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
 100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes pace-spinner {
    0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
}
 100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
}
}
/*--------------------------Wordsrotator--------------------------------*/
.rotating {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.rotating .front, .rotating .back {
    position: relative;
    display: inline-block;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
}
.rotating .front {
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block;
}
.rotating .front.flipInY {
    z-index: 1;
    display: block;
}
.rotating .front span {
    width: auto;
    position: relative;
}
.rotating .back {
    opacity: 0;
}
.rotating .back.flipInY {
    opacity: 1;
    z-index: 2;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
 100% {
    opacity: 1;
}
}
@keyframes fadeIn {
    0% {
    opacity: 0;
}
 100% {
    opacity: 1;
}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
 100% {
    opacity: 0;
}
}
@keyframes fadeOut {
    0% {
    opacity: 1;
}
 100% {
    opacity: 0;
}
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
}
@keyframes fadeOutDown {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
}
@keyframes fadeOutRight {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
