@font-face {
    font-family: '';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/CitizenCarto.woff') format('woff');
}


.mobile #why-we-are-different .container {
    height: auto;
}

.mobile #why-we-are-different .container .wrap {
    padding-bottom: calc(10% + 20px);
}

.mobile #cut-what-you-need .container {
    height: auto;
}

.mobile #search-similar-shots .container {
    height: auto;
}

.mobile #explore-filters .container {
    height: auto;
}

.mobile #advanced-search .container {
    height: auto;
}


.mobile #advanced-search .container .wrap {
    padding-bottom: 32px;
}

.mobile #subscription-plans .container {
    height: auto;
}

.space-between {
    justify-content: space-between;
}


.flex-end {
    justify-content: flex-end;
}


.flex-start {
    justify-content: flex-start;
}

.display-flex {
    display: flex;  
}

.display-flex .horizontalCenter {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}

.display-flex .verticalCenter{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}


.citizen-carto {
    font-family: "";
    font-style: italic;
}


.content .container .wrap span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
}

.content .container .wrap h1 {
    font-size: 60px;
    font-style: italic;
}

.content .container .wrap .first-slide-title {
    font-size: 56px;
    margin-bottom: 0px;
}


.content .container .wrap .margin-bottom {
    margin-bottom: 10px;
}


.filmvibes-yellow {
    color: #E2B10A
}

.filmvibes-yellow-background {
    background: #E2B10A
}


.registration-popup-google-button {
    font-style: italic;
    color: #000;
}


.first-slide-buttons {
    font-style: italic;
    color: #000;
}


.first-slide-buttons a:hover {
    opacity: 1;
    transition: none;
}


#filmvibes-vs-shotdeck .comparison-table-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#filmvibes-vs-shotdeck .comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  table-layout: fixed;
}

#filmvibes-vs-shotdeck .comparison-table td {
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  background: transparent;
  color: white;
  font-size: 18px;
  position: relative;
  overflow: visible;
}

#filmvibes-vs-shotdeck .comparison-table .logo-cell {
  padding: 20px;
  width: 50%;
}

#filmvibes-vs-shotdeck .comparison-table .logo-cell img {
  max-height: 80px;
  max-width: 200px;
}

#filmvibes-vs-shotdeck .comparison-table .assets-cell,
#filmvibes-vs-shotdeck .comparison-table .price-cell {
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 1540px) {
    #filmvibes-vs-shotdeck .comparison-table .logo-cell img {
        max-height: 100px;
        max-width: 240px;
    }

    #filmvibes-vs-shotdeck .comparison-table .assets-cell,
    #filmvibes-vs-shotdeck .comparison-table .price-cell {
        font-size: 24px;
    }

    #filmvibes-vs-shotdeck .comparison-table td {
        font-size: 20px;
    }
}

#filmvibes-vs-shotdeck .comparison-table .price-cell {
  height: 80px;
  vertical-align: top;
}

#filmvibes-vs-shotdeck .cell-content {
  position: relative;
  z-index: 1;
}

#filmvibes-vs-shotdeck .left-column {
  position: relative;
}

#filmvibes-vs-shotdeck .logo-cell.left-column.top-gradient-border::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, transparent 10%, white 70%);
  z-index: 0;
}

#filmvibes-vs-shotdeck .gradient-bottom-left::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, transparent 10%, white 70%);
  z-index: 0;
}

#filmvibes-vs-shotdeck .gradient-bottom-right::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to left, transparent 10%, white 70%);
  z-index: 0;
}

#filmvibes-vs-shotdeck .top-gradient-border::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 5%, white 90%);
  z-index: 0;
}

#filmvibes-vs-shotdeck .bottom-gradient-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, transparent 10%, white 100%);
  z-index: 0;
}

#filmvibes-vs-shotdeck .comparison-table td:not(.logo-cell):not(.price-cell):nth-child(1) {
  border-right: 2px solid white;
}


#cut-what-you-need .background {
    background-position: right center;
    background-size: 55%;
    padding-right: calc(8% + 15px)
}


#search-similar-shots .background {
    background-position: left center;
    background-size: 50%;
    padding-left: calc(8% + 15px)
}


#explore-filters .background {
    background-position: right center;
    background-size: 50%;
    padding-right: calc(8% + 15px)
}


@media (max-width: 1600px) {
    #cut-what-you-need .background {
        background-size: 47%;
    }

    #search-similar-shots .background {
        background-size: 45%;
    }

    #explore-filters .background {
        background-size: 45%;
    }
}


.first-slide .left {
    width: 40%;
}


.first-slide .right {
    width: 35%;
}

.first-slide-div {
    justify-content: space-between;
}

.first-slide-buttons {
    justify-content: space-between;
    color: #000;
    padding-right: 10%;
}

.first-slide-button {
    font-size: 30px;
    padding: 6px 20px 6px 10px;
    cursor: pointer;
}

#background-video {
    max-width: 1920px;
    width: 100%;       
}


.second-slide-div {
    justify-content: space-between;
}


.second-slide-div .left {
    width: 45%;
}

.second-slide-div .right {
    width: 50%;
}


.feature-div .toLeft img {
    display: none;
}

.feature-div .toRight img {
    display: none;
}

#advanced-search .short-description {
    display: none;
}

.price-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-container h1 {
    width: 110px;
    margin-bottom: 0;
    display: none;
}

.price-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}


.panel .compact-navigation {
    display: none;
}

.lastSlideOnly {
    position: absolute;
    margin: 0;
}


@media (max-width: 1370px) {
    .navigation {
        display:none;
    }
}


@media (max-width: 1230px) {
    .panel .desktop-navigation {
        display: none;
    }

    .panel .compact-navigation {
        display: table;
    }

    .first-slide .left {
        width: 45%;
    }

    .first-slide .right {
        width: 45%;
    }

    .first-slide-div .left span {
        max-width: 600px;
    }

    .content .container .wrap h1 {
        font-size: 50px;
    }

    .content .container .wrap span {
        font-size: 16px;
    }

    #cut-what-you-need .background {
        background-size: 44%;
    }

    #search-similar-shots .background {
        background-size: 41%;
    }

    #explore-filters .background {
        background-size: 43%;
    }
}

@media (max-width: 1100px) {

    .lastSlideOnly {
        position: static;
        margin-top: 40px;
    }

    .navigation {
        display:none;
    }

    #logo-svg {
        display: none;
    }

    .first-slide .left {
        width: 85%;
    }

    #background-video {
        max-height: 1080px;
        height: 100%;
        width: unset;
    }

    .content .container .wrap .first-slide-title {
        font-size: 40px;
        text-align: center;
    }

    .content .container .wrap span {
        font-size: 16px;
        text-align: center;
    }

    .first-slide .right {
        display: none;
    }

    .first-slide-div {
        justify-content: center;
    }

    .wrap p {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .first-slide-buttons {
        justify-content: space-evenly;
        padding-right: 0;
    }

    .first-slide-button {
        font-size: 20px;
        padding: 6px 10px 6px 10px;
        cursor: pointer;
        width: 45%;
        max-width: 200px;
        text-align: center;
    }

    .registration-popup-google-button {
        text-align: center;
    }

    .sidebar .mainMenu .registration-popup-google-button {
        margin-top: 10px;
        padding: 0 0 0 4px;
        text-align: start;
        width: 120px;
        font-size: 24px;
    }

    .second-slide-div {
        padding: 0 5%;
        flex-direction: column;
    }

    .second-slide-div .left {
        width: 100%;
        margin-bottom: 4%;
    }

    .second-slide-div .right {
        width: 100%;
    }

    .second-slide-div p {
        display: none;
    }

    .second-slide-div .registration-popup-google-button {
        display: none;
    }

    .content .container .wrap {
        padding: 70px 0px 100px 0px;
    }

    .content .container .wrap h1 {
        font-size: 50px;
        text-align: center;
    }

    .feature-div {
        display: flex;
        justify-content: center;
        height: 90%;
    }

    .feature-div .toLeft {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 10%;
        margin-right: 0 !important;
    }

    .feature-div .toRight {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 10%;
        margin-left: 0 !important;
    }

    .feature-div .toLeft img {
        display: inline;
        margin-bottom: 15%;
    }

    .feature-div .toRight img {
        display: inline;
        margin-bottom: 15%;
    }

    #why-we-are-different .wrap {
        padding: 70px 10% 100px 10%;
    }

    #cut-what-you-need .background {
        display: none;
    }

    #cut-what-you-need .wrap {
        padding: 70px 20px 20px 20px;
    }

    #search-similar-shots .background {
        display: none;
    }

    #search-similar-shots .wrap {
        padding: 70px 20px 20px 20px;
    }

    #explore-filters .background {
        display: none;
    }
    
    #explore-filters .wrap {
        padding: 70px 20px 20px 20px;
    }
    
    #advanced-search .wrap {
        padding: 70px 20px 20px 20px;
    }

    #advanced-search .wrap p {
        font-size: 18px;
        margin-bottom: 0px;
    }

    #advanced-search .wrap ul {
        margin-bottom: 10px;
    }

    #advanced-search .wrap .left {
        max-width: 550px;
        margin: auto;
    }

    #advanced-search .short-description {
        display: block;
    }
    
    #advanced-search .long-description {
        display: none;
    }
    
    
    #advanced-search .fromBottomLeft ul {
        display: none;
    }

    #advanced-search .registration-popup-google-button {
        display: none;
    }

    .price-container h1 {
        display: block;
    }

    .price-info-container {
        margin-top: 5%;
    }

    .lastSlideOnly {
        height: 90px;
    }

    .lastSlideOnly .sections .center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .lastSlideOnly .sections .center a {
        margin: 2px 0;
    }

    .lastSlideOnly .sections .center svg {
        display: none;
    }

    #filmvibes-vs-shotdeck .feature-div {
        flex-direction: column;
    }

    #filmvibes-vs-shotdeck .background {
        background-repeat: repeat;
    }

    #filmvibes-vs-shotdeck .comparison-table .logo-cell img {
        max-width: 100%;
    }
}


@media (max-width: 540px) {
    .second-slide-div .left {
        margin-bottom: 6%;
    }

    #why-we-are-different .wrap {
        padding: 70px 0 100px 0;
    }
}