@media (min-width: 1200px) {
    .container {
        width: 1020px !important;
    }
}

body {
    padding: 52px 0 0 0;
    margin: 0;
    color: #636363;
    font-family: "Antenna Medium", sans-serif;
}

header {
    border-top: 2px #6a6a6a solid;
    background-color: #2c2c2c;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

#header-nav {
    padding: 0;
    margin: 0;
    line-height: 50px;
    color: #636363;
}

#header-nav a {
    text-decoration: none;
}

#header-nav span {
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
}

section {
    padding-top: 65px;
    padding-bottom: 65px;
}

#big-baner-section {
    background-image: url('../img/splash-water.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#big-baner-section h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    font-weight: 600;
}

#find-products-section {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
    background-image: url('../img/SB_Website_Banner_02.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#find-products-section .button {
    margin-top: 0;
}

#find-products-section img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 10%;
    top: 0;
}

#find-products-section .find-products-title {
    margin:0;
}

#find-products-section h2.find-products-title {
    color: white;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 36px;
}

#new-products-section {
    background-color: #efefef;
    min-height:500px;
}

#new-products-section .box-1, #new-products-section .box-2 {
    padding-right: 222px;
    position: relative;
}

#new-products-section .box-1 img, #new-products-section .box-2 img {
    width: 168px;
    position: absolute;
    top: 52px;
    right: 52px;
}

#new-products-section .pre-title {
    display: block;
    color: #aeaeae;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 1em;
}

#new-products-section .title {
    color: #000;
    display: block;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    font-size: 4.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 19px;
}

#new-products-section .text {
    
}

#video-section,
#objects-section {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
    background-color: #fff;
    min-height: 665px;
    text-align: center;
}

#video-section .text {
    margin-bottom: 30px;
}

#video-section .item,
#objects-section .item {
    text-align: left;
}

#objects-section .item.objects-set {
    margin-bottom: 30px;
}

#video-section .item p,
#objects-section .item p {
    margin-top: 15px;
    text-align: left;
    color: #636363;
    text-decoration: none;
}

#video-section .item img,
#objects-section .item img {
    width: 100%;
}

#video-section .pre-title {
    display: block;
    color: #aeaeae;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-weight: 800;
}

#video-section .title,
#objects-section .title {
    display: block;
    color: currentColor;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    font-size: 4.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 19px;
    font-weight: 800;
}

#learn1-section {
    min-height: 500px;
    background-image: url('../img/sharktech-sb-banner-bkg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#learn1-section .title {
    margin-top: 40px;
    color: #fff !important;
    display: block;
    color: currentColor;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    font-size: 4.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 19px;
}

#learn1-section .text {
    margin-top: 40px;
    color: #fff;
    line-height: 1.5;
    padding-bottom: 12px;
}

#learn2-section {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
    background-color: #fff;
    min-height: 665px;
}

#learn2-section .title {
    font-weight: 600;
    margin-top: 40px;
    display: block;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    font-size: 4.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 19px;
}

#contacts-section {
    background-color: #363636;
    color: #b4b4b4;
}

#contacts-section .title {
    font-size: 4.8rem;
    margin-bottom: 30px;
}

#contacts-section .text {
    font-size: 2.5rem;
}

footer {
    text-align: center;
    background-color: #181818;
    padding: 30px;
}

#header-logo img {
    height: 50px;
    width: auto;
}

.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-family: "Antenna Cond Black", "AntennaCond Black", sans-serif;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    padding: 12px 16px 11px;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 800;
    margin-top: 30px;
}

.button.blue {
    color: #fff;
    background: #11b9f7;
}
.button.white {
    color: #11b9f7;
    background: #fff;
}

.button:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #b6b6b6 !important;
}

.row.row-flex {
    display: flex;
    flex-flow: row wrap;
}

#certificates .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.lb-data .lb-close {
    position: absolute;
    top: -40px;
    z-index: 99999;
    right: 10px;
    background-position: center;
    opacity: 1;
    background-color: #f00;
    width: 40px;
    height: 40px;
    border-radius: 3px;
}