* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: black;
    font-family: 'Karla', sans-serif;
    color: #1B3CFF;
}


/* GRADIENT BKG */

.radial-gradient {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(-45deg, #004774, #004672, #00d8cd, #00d8cd);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s steps(60, end) infinite;
    -moz-animation: Gradient 15s steps(60, end) infinite;
    animation: Gradient 15s steps(60, end) infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

h1 {
    font-size: 30px;
}

button:focus,
button:active {
    outline: 0 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

h1,
.mainDes p,
.audioControls a,
.secondText, .message h1, .facebookShare button {
    animation: ColorText 15s steps(60, end) infinite;
}

@-webkit-keyframes ColorText {
    0% {
        color: #1B3CFF;
    }
    50% {
        color: #00FBD4;
    }
    100% {
        color: #1B3CFF;
    }
}

@-moz-keyframes ColorText {
    0% {
        color: #1B3CFF;
    }
    50% {
        color: #00FBD4;
    }
    100% {
        color: #1B3CFF;
    }
}

@keyframes ColorTextLogo {
    0% {
        color: #1B3CFF;
    }
    50% {
        color: #00FBD4;
    }
    100% {
        color: #1B3CFF;
    }
}

.logoSvg {
    width: 160px;
    float: right;
}

.logoSvg svg{
    animation: ColorTextLogo 15s steps(60, end) infinite;
    cursor: pointer;
}

@-webkit-keyframes ColorTextLogo {
    0% {
        fill: #1B3CFF;
    }
    50% {
        fill: #00FBD4;
    }
    100% {
        fill: #1B3CFF;
    }
}

@-moz-keyframes ColorTextLogo {
    0% {
        fill: #1B3CFF;
    }
    50% {
        fill: #00FBD4;
    }
    100% {
        fill: #1B3CFF;
    }
}

@keyframes ColorTextLogo {
    0% {
        fill: #1B3CFF;
    }
    50% {
        fill: #00FBD4;
    }
    100% {
        fill: #1B3CFF;
    }
}

#video-controls button {
    color: #00D8CD;
    background-color: #1B3CFF;
    border: 0;
    font-size: 12px;
}

video {
    width: 100%;
    height: auto;
}

#video-controls {
    text-align: right;
    margin-top: -10px;
}

#video-container h2,
#video-container2 h2,
#video-container3 h2,
#video-container4 h2 {
    letter-spacing: .4rem;
    font-size: 33px;
    color: #00D8CD;
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translateX(-50%);
}

#video-container {
    position: relative;
}

#video-container2 {
    position: relative;
    width: 80%;
    margin-left: 20%;
    margin-top: 36px;
}

#video-container2 h2 {
    top: 86%;
    right: 50%;
}

#video3 {
    width: 75%;
    margin-left: 25%;
}

#video-container3 h2 {
    left: 84%;
    top: 1%;
}

#video4 {
    width: 85%;
    margin-left: 15%;
    margin-top: 55px;
}

#video-container4 h2 {
    top: 72%;
    left: 30%;
}

#video-container4 {
    padding-right: 5%;
}

.padingTB75 {
    padding: 25px 0;
    padding-bottom: 20px;
}

.videoFirstRow {
    padding-bottom: 10px !important;
}

.header {
    padding-top: 15px;
}

.borderBblue {
    border-bottom: 1px solid #1B3CFF;
    animation: borderBtm 15s steps(60, end) infinite;
}

@-webkit-keyframes borderBtm {
    0% {
        border-bottom: 1px solid #1B3CFF;
    }
    50% {
        border-bottom: 1px solid #00FBD4;
    }
    100% {
        border-bottom: 1px solid #1B3CFF;
    }
}

@-moz-keyframes borderBtm {
    0% {
        border-bottom: 1px solid #1B3CFF;
    }
    50% {
        border-bottom: 1px solid #00FBD4;
    }
    100% {
        border-bottom: 1px solid #1B3CFF;
    }
}

@keyframes borderBtm {
    0% {
        border-bottom: 1px solid #1B3CFF;
    }
    50% {
        border-bottom: 1px solid #00FBD4;
    }
    100% {
        border-bottom: 1px solid #1B3CFF;
    }
}

.audioControls a {
    font-size: 12px;
    cursor: pointer;
}

.cursorNone {
    cursor: default !important;
}

.mainDes {
    margin-top: 24px;
}

.btnContainer {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

.btn {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #00D8CD;
    border: none;
    padding-top: 20px;
    color: #1B3CFF;
    animation-name: fondoBtn;
}

.btn:hover {
    background-color: #1B3CFF;
    color: #00D8CD;
}

.floating {
    animation-name: floating;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 5px);
    }
    to {
        transform: translate(0, -0px);
    }
}

.align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
}


/* helpers/grid.css */

.grid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

figure {
    margin: 0;
}


/* modules/image.css */

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/* vendor/masonry.css */

.masonry {
    margin: -3%;
}

.masonry__item {
    margin: 1.5%;
    width: 47%;
}

@media (min-width: 30em) {
    .masonry__item {
        width: 30.33333%;
    }
}

@media (min-width: 48em) {
    .masonry__item {
        width: 22%;
    }
}

.grayScale {
    filter: grayscale(100%);
    transition: .5s;
}

.masonry__item:hover .grayScale {
    filter: none;
    transition: .5s;
}

.card {
    background-color: #00d9ce;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 40px 0;
}

#fileToUpload {
    width: 220px;
}

#collapseExample {
    margin: 0 auto;
    width: 100%;
}

.modal-dialog {
    max-width: 90% !important;
}

.modal-dialog img {
    max-height: 72vh !important;
}

.modal-body {
    text-align: center;
}

.modal-content {
    background-color: rgba(0, 217, 206, 0.9);
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
    text-align: center;
    display: block;
}

.MimgOver {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 5%;
    opacity: 0;
    transition: .5s;
    background-color: #00d9ce;
    border: 1px solid #1B3CFF;
}

.MimgOver h2 {
    margin-top: -4px;
}

.modal01:hover .MimgOver {
    opacity: 1;
    transition: .5s;
}

.modal-content {
    background-color: transparent;
    color: #2bd2c2;
    border: 0;
}

.modal {
    background-color: #000000ba;
}

.close {
    float: right;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    color: #00d9ce;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    color: #00d9ce;
    text-decoration: none;
}

.nikeLogo {
    padding-bottom: 80px;
    animation: ColorTextLogo 15s steps(60, end) infinite;
}

.card-body input {
    width: 220px;
    background-color: transparent;
    border: 1px solid #1B3CFF;
    color: #1B3CFF;
}

.styled-select {
    border: 1px solid #1B3CFF;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.styled-select,
.styled-select select {
    width: 220px;
}

select:focus {
    outline: none;
}

.styled-select select {
    height: 28px;
    padding: 2px 0 0px 5px;
    background: transparent;
    border: none;
    color: #1B3CFF;
    /*hide default down arrow in webkit */
    -webkit-appearance: none;
}

.mainDes p {
    font-size: 22px;
}

p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

#video-container h2 {
    font-size: 33px;
    color: #00D8CD;
    position: absolute;
    left: 11%;
    top: 2%;
    transform: translateX(-50%);
}

.BTNMASONRY {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: inline-block
}

.cnInnerInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnComparte {
    position: relative;
    right: -22%;
    top: -50px;
}

.secondText {
    margin-left: 15%;
}

.modal-dialog {
    margin: 0 auto;
}

.file-upload {
    display: block;
    text-align: center;
    width: 320px;
    margin: 0 auto;
}

.file-upload .file-select {
    display: block;
    border: 1px solid #132fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #132fff;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #00dacf;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #132fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #132fff;
    ;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #132fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    ;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    ;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.facebookShare {
position: fixed !important;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.cnInnerInner p:first-child {
	text-transform: uppercase;
}

/* PAGE 2 */

.paginCont{
	    margin-top: 100px;
    font-size: 40px;
}

.paginCont a{
    font-size: 40px;
}

.paginBtnA{
	font-size: 60px !important;
}

@-moz-document url-prefix() {
    .styled-select select {
        width: 110%;
    }
}

.fa-sort-desc {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 24px;
}

select::-ms-expand {
    display: none;
}


/* hide default down arrow in IE10*/


/* hack to fall back in opera */

_:-o-prefocus,
.selector {
    .styled-select {
        background: none;
    }
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 17px;
        text-align: center;
    }
    .logoSvg {
        margin: 0 auto;
        float: none;
    }
    .padingTB75 {
        padding: 15px 0;
    }
    .mainDes {
        margin-top: 36px;
    }
    .audioControls {
        margin-bottom: 30px;
    }
    #video-container2 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    #video3 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    #video-container4 {
        padding-right: 0;
    }
    #video4 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .mainDes p {
        font-size: 18px;
    }
    #video-container3 h2 {
        left: 78%;
        top: 5%;
    }
    #video-container4 h2 {
        top: 74%;
        left: 28%;
    }
    .btnComparte {
        position: relative;
        right: 0;
        top: 0;
    }
    #video-container2 h2 {
        top: 84%;
        right: 34%;
    }
    #video-container h2 {
        left: 14%;
    }
    .paginCont {
	    margin-top: 100px !important;
	    font-size: 40px !important;
	}
	.paginCont a{
	  
	    font-size: 40px;
	}
	.paginBtnA{
	    font-size: 60px !important;
	}
	
}


/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
*/


/* // Medium devices (tablets, 768px and up) */

@media (max-width: 992px) and (min-width: 768px) {
    #video-container2 h2 {
        top: 79%;
        right: 0%;
    }
    #video-container h2 {
        left: 14%;
    }
    #video-container3 h2 {
        left: 74%;
    }
    #video-container4 h2 {
        top: 84%;
        left: 39%;
    }
    .btnComparte {
        top: 18px;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (max-width: 1200px) and (min-width: 992px) {
    #video-container4 h2 {
        top: 78%;
        left: 32%;
        30%: ;
    }
    #video-container2 h2 {
        top: 84%;
        right: 43%;
    }
    #video-container3 h2 {
        left: 82%;
        top: 1%;
    }
}


/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    ...
}