/* Designed and developed for nPhoto by Kamil Mieszkowicz - Inspired UX - https://inspiredux.com/ */
@font-face {
    font-family: "Nexa Light";
    src: url(https://cdn2.hubspot.net/hubfs/2360104/Nexa%20Font/nexa_light.ttf)
}
@font-face {
    font-family: "Nexa Bold";
    src: url(https://cdn2.hubspot.net/hubfs/2360104/Nexa%20Font/nexa_bold.ttf)
}
* {
    padding: 0;
    margin: 0;
    transition: all .3s;
    box-sizing: border-box
}
::selection {
    background: #87c9b7;
    color: #fff
}

::-moz-selection {
    background: #87c9b7;
    color: #fff
}

::-webkit-scrollbar {
    width: 10px;
    height: 0
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #ceced0
}

::-webkit-scrollbar-thumb:hover {
    background: #87c9b7
}
body {
    font-family: 'Nexa Light'
}
button,
input {
    outline: 0;
    font-family: 'Nexa Light';
    border: 0;
    cursor: pointer
}
a {
    text-decoration: none
}
h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 27px
}
h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px
}
video {
  display: block;
  margin: 0 auto;
  width: 900px;
  height: auto;
}
table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 0;
  border-bottom: 0px;
}
tr {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
td {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 7px 10px;
  font-size: 19px;
}
@media (max-width: 900px) {
  video {
    width: 100%;
    height: 800px;
  }
}

img.portrait-image {
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 800px;

}
@media (max-width: 900px) {
  img.portrait-image {
    width: 900px;
    height: 800px;
  }
}

a:link {
    color: #7EC8B6
}

a:active {
    color: #7EC8B6
}

a:visited {
    color: #7EC8B6
}

header {
    position: relative;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 69px;
    display: block;
    transition: top .3s;
    z-index: 99;
}

.dropdown-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px
}

.dropdown-menu label {
    cursor: pointer;
    display: none;
    background: #fff;
    color: #000;
    font-family: arial;
    -webkit-transition: background-color .1s, color .1s
}

.dropdown-menu label:hover {
    color: #87c9b7
}

.dropdown-menu label:focus {
    color: #87c9b7
}

.dropdown-menu input {
    display: none
}

.dropdown-menu .dropdown-menu-list {
    -webkit-transition: height .3s ease;
    overflow: hidden;
    position: fixed;
    top: 60px;
    left: 0;
    height: 0;
    width: 100%;
    background: #fff
}

input:checked+.dropdown-menu-list {
    position: fixed;
    top: 60px;
    left: 0;
    height: 145px;
    width: 100%
}

.dropdown-menu-list ul li {
    list-style: none;
    text-align: center;
    margin: 13px 0;
    font-size: 25px;
    text-transform: uppercase
}

.dropdown-menu-list ul li a:link {
    color: #000
}

.dropdown-menu-list ul li a:active {
    color: #000
}

.dropdown-menu-list ul li a:visited {
    color: #000
}

.dropdown-menu-list ul li a:hover {
    color: #87c9b7
}

header .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 50px
}

header .logo img {
    height: 46px;
    margin-top: 3px
}

header nav ul {
    display: table;
    margin: 21px auto;
    width: 1200px
}
.search-btn {
  display: none;
}

@media (max-width:1580px) {
    header nav ul {
        display: table;
        margin: 21px auto;
        width: 1200px;
        padding-left: 50px
    }
}

@media (max-width:1520px) {
    header nav ul {
        display: table;
        margin: 21px auto;
        width: 1200px;
        padding-left: 60px
    }
}

@media (max-width:1495px) {
    header nav ul {
        display: table;
        margin: 21px auto;
        width: 1200px;
        padding-left: 70px
    }
}

@media (max-width:1450px) {
    header nav ul {
        display: table;
        margin: 21px auto;
        width: 1200px;
        padding-left: 80px
    }
}

@media (max-width:1430px) {
    header nav ul {
        display: table;
        margin: 21px auto;
        width: 1200px;
        padding-left: 90px
    }
}

@media (max-width:1400px) {
    header nav ul {
        display: table;
        margin: 21px auto;
        width: 1200px;
        padding-left: 100px
    }
}

@media (max-width:1390px) {
    header nav ul {
        display: table;
        margin: 21px auto;
        width: 1200px;
        padding-left: 120px
    }
}

header nav ul .nav-search {
    float: right;
    width: 250px;
    height: 40px;
    margin-top: -7px
}
header nav ul .nav-search form {
    float: left;
    width: 250px;
    height: 40px;
}
header nav ul .nav-search form input[type=text] {
    float: left;
    font-family: 'Nexa Light';
    background: rgba(211, 211, 211, .5);
    font-size: 17px;
    width: calc(100% - 40px);
    height: 40px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 0 10px 0 50px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left center
}
header nav ul .nav-search form input[type=submit] {
    float: left;
    width: 40px;
    height: 40px;
    background: rgba(211, 211, 211, .5);
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-image: url('https://cdn2.hubspot.net/hubfs/2360104/blog-nphoto/dev-files/search_arrow_nphoto.svg');
    background-position: left center;
    background-size: 20px;
    background-repeat: no-repeat;
}

header nav ul li {
    display: inline;
    position: relative;
    margin: 0 30px 0 0;
    font-size: 21px;
    font-family: 'Nexa Bold';
    text-transform: uppercase
}

header nav ul li .soon-bagde {
    position: absolute;
    top: -10px;
    right: -20px;
    background: #f2545b;
    color: #fff;
    font-size: 10px;
    text-transform: lowercase;
    font-family: 'Nexa Light';
    padding: 2px 6px;
    border-radius: 12px
}

header nav ul li .new-bagde {
    position: absolute;
    top: -10px;
    right: -20px;
    background: #90ee90;
    color: #fff;
    font-size: 10px;
    text-transform: lowercase;
    font-family: 'Nexa Light';
    padding: 2px 6px;
    border-radius: 12px
}

header nav ul li a:link {
    color: #000;
    text-decoration: none
}

header nav ul li a:active {
    color: #000;
    text-decoration: none
}

header nav ul li a:visited {
    color: #000;
    text-decoration: none
}

header nav ul li a:hover {
    color: #87c9b7;
    text-decoration: none
}

.sidebar-button span {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer
}

@media (max-width:1040px) {
    header {
        height: 60px
    }
    header .logo img {
        height: 40px
    }
    header nav ul li {
        display: inline;
        margin: 0 17px;
        font-size: 20px
    }
    .sidebar-button span {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        cursor: pointer
    }
}

@media (max-width:870px) {
    header {
        height: 60px
    }
    header .logo img {
        height: 37px
    }
    header nav ul li {
        display: inline;
        margin: 0 10px;
        font-size: 17px
    }
    .sidebar-button span {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        cursor: pointer
    }
}

.mobile-search-form {
  display: none;
}
@media (max-width:1330px) {
    header .logo {
        position: absolute;
        left: 50%;
        margin-left: -60px
    }
    header nav {
        display: none
    }
    .sidebar-button span {
        position: absolute;
        top: 14px;
        right: 18px;
        font-size: 24px;
        cursor: pointer
    }
    .dropdown-menu label {
        display: inline-block
    }
    .search-btn {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px;
      background-image: url('https://cdn2.hubspot.net/hubfs/2360104/blog-nphoto/podcasts/assets/icon/search.svg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  .close-btn-in {
    background-image: url('https://cdn2.hubspot.net/hubfs/2360104/blog-nphoto/podcasts/assets/icon/close.svg');
  }
  .mobile-search-form {
    display: block;
    position: fixed;
    top: -69px;
    left: 0px;
    width: 100%;
    height: 69px;
    background-color: #fff;
    z-index: 9;
    transition: all 0.3s;
  }
  .slide-down-mob-form {
    top: 60px;
    transition: all 0.3s;
  }
  .mobile-search-form > form {
    float: left;
    width: 100%;
    height: 100%;
  }
  .mobile-search-form > form > input[type=text] {
    float: left;
    width: calc(100% - 60px);
    height: 100%;
    text-align: center;
    font-size: 20px;
    background: #fff;
  }
  .mobile-search-form > form > input[type=submit] {
    float: left;
    width: 60px;
    height: 100%;
    background: #fff;
    background-image: url('https://cdn2.hubspot.net/hubfs/2360104/blog-nphoto/dev-files/search_arrow_nphoto.svg');
    background-position: left center;
    background-size: 30px;
    background-repeat: no-repeat;
  }
}

.main-content {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    width: 1200px;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width:1220px) {
    .main-content {
        width: 900px
    }
}

@media (max-width:1024px) {
    .main-content {
        width: 736px
    }
}

@media (max-width:740px) {
    .main-content {
        max-width: 100%;
        margin-top: 50px
    }
}

.main-content .mc-newest {
    position: relative;
    float: left;
    width: 1200px;
    height: 450px;
    background: #DDD0C4;
    /*bgcolor-edit*/
    background-position: center right;
    background-size: 675px;
    background-repeat: no-repeat;
    padding: 30px
}

.main-content .mc-newest:hover {
    background-size: 740px
}

.main-content .mc-newest .span {
    float: left;
    width: 174px;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.main-content .mc-protip-box-header .span {
    position: relative;
    float: left;
    width: 93px;
    font-size: 24px;
    text-transform: uppercase;
    color: #000
}

.main-content .mc-newest .span .nspan-bottom-line {
    position: absolute;
    left: 0;
    top: 30px;
    height: 2px;
    background: #87c9b7;
    width: 50%
}

.main-content .mc-protip-box-header .span .nspan-bottom-line {
    position: absolute;
    left: 0;
    top: 30px;
    height: 2px;
    background: #87c9b7;
    width: 50%
}

.main-content .mc-newest:hover .span .nspan-bottom-line {
    width: 100%
}

.main-content .mc-sidebox .mc-protip-box:hover .span .nspan-bottom-line {
    width: 100%
}

.main-content .mc-newest h1 {
    max-width: 50%;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0
}

@media (max-width:1220px) {
    .main-content .mc-newest h1 {
        font-size: 38px
    }
}

@media (max-width:1024px) {
    .main-content .mc-newest h1 {
        font-size: 34px
    }
}

.main-content .mc-newest p {
    max-width: 40%;
    font-size: 20px;
    color: #000;
    margin: 60px 0
}

.main-content .mc-newest button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 22px;
    color: #000;
    background: #fff;
    border: 0;
    padding: 8px 20px;
    border-radius: 20px
}

.main-content .mc-newest:hover button {
    color: #fff;
    background: #87c9b7
}

@media (max-width:1220px) {
    .main-content .mc-newest {
        position: relative;
        float: left;
        width: 900px;
        height: 450px;
        background-image: url(assets/image-newest-post.jpg);
        background-position: center right;
        background-size: 500px;
        background-repeat: no-repeat;
        padding: 25px
    }
    .main-content .mc-newest:hover {
        background-size: 530px
    }
}

@media (max-width:1024px) {
    .main-content .mc-newest {
        position: relative;
        float: left;
        width: 736px;
        height: 450px;
        background-image: url(assets/image-newest-post.jpg);
        background-position: center right;
        background-size: 450px;
        background-repeat: no-repeat;
        padding: 20px
    }
    .main-content .mc-newest:hover {
        background-size: 470px
    }
    .main-content .mc-newest p {
        max-width: 50%
    }
}

@media (max-width:740px) {
    .main-content .mc-newest {
        position: relative;
        float: left;
        width: 100%;
        height: 580px;
        background-image: url(assets/image-newest-post.jpg);
        background-position: bottom center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 20px
    }
    .main-content .mc-newest:hover {
        background-size: 100%
    }
    .main-content .mc-newest span {
        position: relative;
        left: 50%;
        margin-left: -61.5px;
        font-size: 17px;
        text-transform: uppercase
    }
    .main-content .mc-newest .span {
        float: unset;
        display: block;
        margin: 0 auto;
        width: 174px;
        position: relative;
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
    }
    .main-content .mc-newest .span .nspan-bottom-line {
        position: absolute;
        left: 0;
        top: 25px;
        height: 1px;
        background: #87c9b7;
        width: 100%
    }
    .main-content .mc-newest h1 {
        max-width: 100%;
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        margin: 35px 0;
        text-align: center
    }
    .main-content .mc-newest p {
        max-width: 100%;
        font-size: 20px;
        color: #000;
        margin: 30px 0
    }
    .main-content .mc-newest button {
        position: absolute;
        left: 0;
        bottom: -39px;
        width: 100%;
        font-size: 22px;
        color: #fff;
        background: #87c9b7;
        border: 0;
        padding: 8px 20px;
        border-radius: 0
    }
}

.mc-sidebox {
    float: right;
    width: 600px;
    height: 550px;
    background: #f8f8f8
}

@media (max-width:1220px) {
    .mc-sidebox {
        float: left;
        width: 100%;
        height: auto
    }
}

.mc-sidebox .mc-sample-box {
    position: relative;
    float: left;
    width: 600px;
    height: 550px;
    font-family: 'Nexa Bold';
    color: #000
}

.mc-sidebox .mc-sample-box .mc-discount {
    display: block;
    margin: 55px auto;
    width: 410px;
    height: 140px
}

.mc-sidebox .mc-sample-box .mc-discount .mc-sb-num {
    float: left;
    width: 270px;
    height: 130px;
    font-size: 120px;
    text-align: right;
    padding: 0 10px 0 0;
    margin: 0
}

.mc-sidebox .mc-sample-box .mc-discount .mc-sb-off {
    float: left;
    width: 140px;
    height: 75px;
    padding-top: 5px;
    text-align: right;
    text-transform: uppercase;
    font-size: 70px
}

.mc-sidebox .mc-sample-box:hover .mc-discount .mc-sb-off {
    color: #87c9b7
}

.mc-sidebox .mc-sample-box .mc-discount .mc-sb-text {
    float: left;
    width: 140px;
    height: 45px;
    text-align: right;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 6px
}

.mc-sidebox .mc-sample-box .mc-discount .mc-sb-code {
    float: left;
    width: 410px;
    height: auto;
    text-align: right;
    font-family: 'Nexa Light';
    font-size: 20px;
    text-transform: uppercase
}

.mc-sidebox .mc-sample-box .mc-discount .mc-sb-code span {
    font-family: 'Nexa Bold';
    font-size: 20px
}

.mc-sidebox .mc-sample-box .mc-discount .mc-sb-exdate {
    float: left;
    width: 410px;
    height: auto;
    font-family: 'Nexa Bold';
    text-align: right;
    font-size: 20px;
    text-transform: uppercase
}

.mc-sidebox .mc-sample-box .mc-sb-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: grey;
/*     background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/get-sample.jpg); */
     background-image: url(https://blog.nphoto.com/hubfs/GW/reason%20to%20print%20-%20blog%20sample%20offer-1.jpg);
    background-position: center center;
    background-size: 330px
}

.mc-sidebox .mc-sample-box:hover .mc-sb-img {
    background-size: 360px
}

.mc-sidebox .mc-sample-box button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 121px;
    margin-right: 35.8px;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #ececec;
    color: #000;
    font-size: 27px;
    border: 0
}

.mc-sidebox .mc-sample-box:hover button {
    background-color: #87c9b7;
    color: #fff
}

@media (max-width:1220px) {
    .mc-sidebox .mc-sample-box {
        position: relative;
        float: left;
        width: 100%;
        height: 220px;
        font-family: 'Nexa Bold';
        color: #000;
        background: #fafafa;
        background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/sample-offer-rwd.jpg);
        background-size: 45%;
        background-repeat: no-repeat;
        background-position: top right
    }
    .mc-sidebox .mc-sample-box:hover {
        background-size: 55%
    }
    .mc-sidebox .mc-sample-box .mc-discount {
        float: left;
        width: 410px;
        height: auto;
        margin: 15px 30px
    }
    .mc-sidebox .mc-sample-box .mc-sb-img {
        display: none
    }
    .mc-sidebox .mc-sample-box button {
        position: absolute;
        right: 121px;
        top: 83px;
        bottom: 83px;
        margin-bottom: 0;
        margin-right: 0;
        padding: 0 20px;
        border-radius: 50px;
        background-color: #ececec;
        color: #000;
        font-size: 27px;
        border: 0
    }
    .mc-sidebox .mc-sample-box:hover button {
        background-color: #87c9b7;
        color: #fff
    }
}

@media (max-width:1024px) {
    .mc-sidebox .mc-sample-box {
        background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/sample-offer-rwd.jpg);
        background-size: 55%
    }
    .mc-sidebox .mc-sample-box:hover {
        background-size: 60%
    }
    .mc-sidebox .mc-sample-box .mc-discount {
        margin: 15px 20px
    }
    .mc-sidebox .mc-sample-box .mc-sb-img {
        display: none
    }
    .mc-sidebox .mc-sample-box button {
        right: 50px
    }
}

@media (max-width:740px) {
    .mc-sidebox .mc-sample-box {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 41px;
        height: 300px;
        font-family: 'Nexa Bold';
        color: #000;
        background: #fafafa;
        background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/sample-offer-rwd.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top right
    }
    .mc-sidebox .mc-sample-box:hover {
        background-size: 110%
    }
    .mc-sidebox .mc-sample-box .mc-discount {
        display: block;
        margin: 30px auto;
        width: 100%;
        height: auto
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-num {
        float: left;
        width: 60%;
        height: 130px;
        font-size: 120px;
        text-align: right;
        padding: 0 10px 0 20px;
        margin: 0
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-off {
        float: left;
        width: 40%;
        height: 85px;
        padding-top: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 70px
    }
    .mc-sidebox .mc-sample-box:hover .mc-discount .mc-sb-off {
        color: #87c9b7
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-text {
        float: left;
        width: 40%;
        height: 45px;
        text-align: left;
        text-transform: uppercase;
        font-size: 24px;
        letter-spacing: 6px
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-code {
        display: none
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-exdate {
        display: none
    }
    .mc-sidebox .mc-sample-box button {
        position: absolute;
        left: 50%;
        margin-left: -104.2px;
        bottom: 40px;
        top: 210px;
        margin-bottom: 0;
        padding: 0 20px;
        border-radius: 50px;
        background-color: #ececec;
        color: #000;
        font-size: 27px;
        border: 0
    }
}

@media (max-width:490px) {
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-num {
        font-size: 110px
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-off {
        height: 70px;
        font-size: 60px
    }
    .mc-sidebox .mc-sample-box:hover .mc-discount .mc-sb-off {
        color: #87c9b7
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-text {
        height: 35px;
        font-size: 20px
    }
}

@media (max-width:444px) {
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-num {
        width: 65%;
        font-size: 100px
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-off {
        width: 35%;
        height: 70px;
        font-size: 60px
    }
    .mc-sidebox .mc-sample-box .mc-discount .mc-sb-text {
        width: 35%;
        height: 35px;
        font-size: 20px
    }
}

.mc-sidebox .mc-protip-box {
    position: relative;
    float: left;
    width: 600px;
    height: 550px;
    font-family: 'Nexa Light';
    color: #000;
    display: none;
}

.mc-sidebox .mc-protip-box .mc-protip-box-header {
    float: left;
    width: 300px;
    height: 300px;
    padding: 20px
}

.mc-sidebox .mc-protip-box .mc-protip-box-header p {
    font-size: 30px;
    padding: 30px 10px 10px 10px;
    line-height: 50px
}

.mc-sidebox .mc-protip-box .mc-protip-play {
    float: left;
    width: 300px;
    height: 300px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/image-pro-tip.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.mc-sidebox .mc-protip-box:hover .mc-protip-play {
    background-size: 110%
}

.mc-sidebox .mc-protip-box .mc-protip-play .mc-protip-play-bg {
    float: left;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0)
}

.mc-sidebox .mc-protip-box:hover .mc-protip-play .mc-protip-play-bg {
    background: rgb(0, 0, 0, .6)
}

.mc-sidebox .mc-protip-box .mc-protip-play .mc-protip-play-bg button {
    display: block;
    margin: 0 auto;
    background: rgb(0, 0, 0, 0)
}

.mc-sidebox .mc-protip-box .mc-protip-play .mc-protip-play-bg button .play-button {
    width: 0;
    height: 0;
    margin-top: 110px;
    border-top: 40px solid transparent;
    border-left: 70px solid #fff;
    border-bottom: 40px solid transparent
}

.mc-sidebox .mc-protip-box:hover .mc-protip-play .mc-protip-play-bg button .play-button {
    border-left: 70px solid #87c9b7;
    cursor: pointer
}

.mc-sidebox .mc-protip-box .mc-protip-hash {
    float: left;
    width: 600px;
    height: 250px;
    padding: 20px
}

.mc-sidebox .mc-protip-box .mc-protip-hash h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Nexa Light'
}

.mc-sidebox .mc-protip-box .mc-protip-hash p {
    padding: 10px 10px;
    text-align: left;
    font-size: 23px;
    font-family: 'Nexa Light'
}

@media (max-width:1220px) {
    .mc-sidebox .mc-protip-box {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        font-family: 'Nexa Light';
        color: #000
    }
    .mc-sidebox .mc-protip-box .mc-protip-box-header {
        display: none
    }
    .mc-sidebox .mc-protip-box .mc-protip-box-header p {
        display: none
    }
    .mc-sidebox .mc-protip-box .mc-protip-play {
        float: right
    }
    .mc-sidebox .mc-protip-box .mc-protip-hash {
        float: left;
        width: 600px;
        height: 250px;
        padding: 60px 30px
    }
}

@media (max-width:1024px) {
    .mc-sidebox .mc-protip-box .mc-protip-hash {
        float: left;
        width: 436px;
        height: 250px;
        padding: 40px 30px
    }
    .mc-sidebox .mc-protip-box .mc-protip-hash h1 {
        text-align: center;
        font-size: 40px;
        font-family: 'Nexa Light'
    }
    .mc-sidebox .mc-protip-box .mc-protip-hash p {
        padding: 10px 10px;
        text-align: left;
        font-size: 23px;
        font-family: 'Nexa Light'
    }
}

@media (max-width:740px) {
    .mc-sidebox .mc-protip-box .mc-protip-play {
        float: left;
        width: 100%;
        height: 300px;
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat
    }
    .mc-sidebox .mc-protip-box .mc-protip-hash {
        float: left;
        width: 100%;
        height: auto;
        padding: 20px 30px 30px 30px
    }
    .mc-sidebox .mc-protip-box .mc-protip-hash p {
        text-align: center
    }
}

.yt-popup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.yt-popup-content {
    position: relative;
    background-color: rgb(0, 0, 0, 0);
    margin: auto;
    padding: 0;
    width: 800px
}

.yt-popup-content iframe {
    width: 800px;
    height: 450px
}

@media (max-width:1024px) {
    .yt-popup {
        background-color: rgba(0, 0, 0, .9)
    }
    .yt-popup-content {
        background-color: rgb(0, 0, 0, 0);
        margin: auto;
        padding: 0;
        width: 600px
    }
    .yt-popup-content iframe {
        width: 600px;
        height: 350px
    }
}

@media (max-width:740px) {
    .yt-popup-content {
        background-color: rgb(0, 0, 0, 0);
        margin: auto;
        padding: 0;
        width: 100%
    }
    .yt-popup-content iframe {
        width: 100%;
        height: 400px
    }
    .yt-close {
        color: #fff;
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -47px
    }
}

.yt-close {
    color: #fff;
    float: right;
    font-size: 25px;
    font-weight: lighter;
    font-family: "Nexa Light"
}

.yt-close:focus,
.yt-close:hover {
    color: #87c9b7;
    text-decoration: none;
    cursor: pointer;
    transition: .4s
}

.mc-post-item {
    position: relative;
    float: left;
    width: 600px;
    height: 550px;
    box-shadow: 0 0 10px #b7b7b7
}

.mc-post-item > .date-list-added {
  position: absolute;
  bottom: 10px;
  right: 170px;
  height: 34px;
  width: 200px;
  font-size: 16px;
  text-align: right;
}

.mc-post-item .mc-pi-loading-image {
    width: 100%;
    height: 300px;
    background: #fff;
    background-image: url(assets/img-loder.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px
}

.mc-post-item .mc-pi-loading-image .mc-pi-image {
    width: 100%;
    height: 300px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.mc-post-item:hover .mc-pi-loading-image .mc-pi-image {
    background-size: 110%
}

.mc-post-item .mc-pi-loading-image .mc-pi-image .mc-pi-image-time {
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 0
}

.mc-post-item:hover .mc-pi-loading-image .mc-pi-image .mc-pi-image-time {
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 130px
}

.mc-post-item .mc-pi-loading-image .mc-pi-image .mc-pi-image-time span {
    display: none;
    transition: all 0s;
    font-size: 18px
}

.mc-post-item:hover .mc-pi-loading-image .mc-pi-image .mc-pi-image-time span {
    display: inline-block;
    background: #fff;
    font-family: 'Nexa Light';
    text-transform: none;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    transition: all 0s
}

.mc-post-item .mc-pi-loading-image .mc-pi-image .mc-pi-image-time span i {
    transition: all 0s
}

.mc-post-item h1 {
    width: 100%;
    height: 85px;
    font-size: 25px;
    overflow: hidden;
    padding: 20px 20px;
    margin-bottom: 10px;
    color: #000
}

.mc-post-item-content {
    float: left;
    width: 600px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:1220px) {
    .mc-post-item-content {
        float: left;
        width: 100%;
        height: 100px;
        overflow: hidden
    }
}

@media (max-width:1024px) {
    .mc-post-item-content {
        float: left;
        width: 100%;
        height: 135px;
        overflow: hidden
    }
}

.mc-post-item .mc-post-item-content p {
    width: 100%;
    height: 90px;
    font-size: 18px;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: lighter
}

.mc-post-item .author {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 17px;
    width: 50%;
    height: 34px
}

.mc-post-item .author a:link {
    color: #000
}

.mc-post-item .author a:active {
    color: #000
}

.mc-post-item .author a:visited {
    color: #000
}

.mc-post-item .author a:hover {
    color: #87c9b7
}

.mc-post-item button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    width: 130px;
    height: 34px;
    border-radius: 17px
}

.mc-post-item:hover button {
    background: #87c9b7;
    color: #fff
}

@media (max-width:1220px) {
    .mc-post-item {
        position: relative;
        float: left;
        width: 50%;
        height: 550px;
        box-shadow: 0 0 2px #b7b7b7
    }
    .mc-post-item .mc-pi-loading-image .mc-pi-image {
        background-size: 135%
    }
    .mc-post-item:hover .mc-pi-loading-image .mc-pi-image {
        background-size: 145%
    }
    .mc-post-item h1 {
        width: 100%;
        height: 75px;
        font-size: 23px;
        overflow: hidden;
        padding: 15px 15px;
        margin-bottom: 10px;
        color: #000
    }
    .mc-post-item p {
        width: 100%;
        height: 95px;
        font-size: 18px;
        overflow: hidden;
        padding: 0 15px;
        margin-bottom: 10px;
        color: #000
    }
    .mc-post-item .author {
        position: absolute;
        bottom: 10px;
        left: 15px
    }
    .mc-post-item button {
        position: absolute;
        bottom: 15px;
        right: 15px
    }
}

@media (max-width:1024px) {
    .mc-post-item {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        overflow: auto;
        box-shadow: 0 0 2px #b7b7b7
    }
    .mc-post-item:hover {
        background: #f8f8f8
    }
    .mc-post-item .mc-pi-loading-image .mc-pi-image .mc-pi-image-time {
        display: none
    }
    .mc-post-item h1 {
        width: 100%;
        height: auto;
        font-size: 25px;
        padding: 20px 20px;
        margin-bottom: 10px;
        color: #000
    }
    .mc-post-item p {
        width: 100%;
        height: auto;
        font-size: 18px;
        overflow: hidden;
        padding: 0 20px;
        margin-bottom: 60px;
        color: #000
    }
    .mc-post-item .author {
        display: none
    }
    .mc-post-item button {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 18px;
        width: 100%;
        height: 34px;
        border-radius: 0
    }
}

@media (max-width:740px) {
    .mc-post-item .mc-pi-loading-image .mc-pi-image {
        width: 100%;
        background-size: 160%;
        background-position: center center;
        background-repeat: no-repeat
    }
    .mc-post-item h1 {
        padding: 20px 20px 10px 20px
    }
}

#right-sidebar {
    max-width: 100%;
    height: 100px;
    grid-column: 3/4;
    grid-row: 1;
    background: 0 0
}

.right-sidebar {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    font-size: 20px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .7s;
    padding-top: 60px;
    text-align: center;
    box-shadow: 0 0 30px rgb(171, 166, 165, .4)
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: .4s
}

.sidenav a:hover {
    color: #87c9b7
}

.sidenav .closebtn {
    position: absolute;
    top: 70px;
    right: 25px;
    font-size: 20px;
    margin: 0;
    padding: 0
}

@media (max-width:740px) {
    .sidenav .closebtn {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin-left: -139px;
        font-size: 20px;
        margin: 0;
        padding: 0
    }
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}

.sidenav-box {
    display: block;
    margin: 50px auto;
    width: 80%;
    height: 340px;
    text-align: left;
    padding: 20px
}

.sidenav-box-underline-tags {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    background-color: #87c9b7
}

.sidenav-box>.sidenav-box-tags>ul {
    margin-top: 30px
}

.sidenav-box>.sidenav-box-tags>ul>li {
    display: inline-block;
    margin: 0 3px 6px 3px
}

.sidenav-box>.sidenav-box-tags>ul>li>a:link {
    color: #000;
    font-size: 18px;
    background-color: #f8f8f8;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .4s
}

.sidenav-box>.sidenav-box-tags>ul>li>a:active {
    color: #000;
    background-color: #f8f8f8;
    text-decoration: none;
    transition: all .4s
}

.sidenav-box>.sidenav-box-tags>ul>li>a:visited {
    color: #000;
    background-color: #f8f8f8;
    text-decoration: none;
    transition: all .4s
}

.sidenav-box>.sidenav-box-tags>ul>li>a:hover {
    color: #fff;
    background-color: #87c9b7;
    text-decoration: none;
    transition: all .3s
}

.sidenav-box-newsletter {
    margin-top: 40px
}

.sidenav-box-underline-newsletter {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 1px;
    background-color: #87c9b7
}

.sidenav-box-newsletter>.sidenav-box-newsletter-form {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 20px
}

.sidenav-box-newsletter>.sidenav-box-newsletter-form>input[type=text] {
    width: 400px;
    height: 40px;
    font-size: 17px;
    outline: 0;
    font-family: Nexa Light;
    padding-left: 40px;
    background: #f8f8f8;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.sidenav-box-newsletter>.sidenav-box-newsletter-form>input[type=submit] {
    width: 190px;
    height: 32px;
    font-size: 17px;
    outline: 0;
    font-family: Nexa Light;
    background-color: #fff;
    color: #4a4847;
    border-radius: 17px;
    transition: all .4s;
    cursor: pointer
}

.sidenav-box-newsletter>.sidenav-box-newsletter-form>input[type=submit]:hover {
    background-color: #87c9b7;
    color: #fff;
    transition: all .4s
}

.sidenav-box-media-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    margin-top: 70px;
    height: 360px;
    background-color: #f8f8f8
}

.sidenav-box-media-content>.sidenav-box-media-content-most-viewed {
    grid-column: 1/2;
    grid-row: 1;
    max-width: 100%;
    height: auto;
    padding: 20px 0
}

.sidenav-box-media-content>.sidenav-box-media-content-most-commented {
    grid-column: 2/3;
    grid-row: 1;
    padding: 20px 0
}

.sidenav-box-media-content>.sidenav-box-media-content-popular-products {
    grid-column: 3/5;
    grid-row: 1;
    padding: 20px 0
}

.sidenav-box-media-content>.sidenav-box-media-content-most-viewed>a>.sidenav-box-media-content-most-viewed-image {
    display: block;
    margin: 10px auto;
    max-width: 90%;
    height: 170px;
    background-size: 100%;
    background-position: top center;
    text-align: center;
    padding-top: 70px
}

.sidenav-box-media-content-most-viewed-image>span {
    color: rgb(0, 0, 0, 0);
    font-size: 16px;
    transition: all .4s
}

.sidenav-box-media-content>.sidenav-box-media-content-most-viewed>a:hover>.sidenav-box-media-content-most-viewed-image>span {
    color: #000;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all .4s
}

.sidenav-box-media-content>.sidenav-box-media-content-most-commented>a>.sidenav-box-media-content-most-commented-image {
    display: block;
    margin: 10px auto;
    max-width: 90%;
    height: 170px;
    background-size: 100%;
    background-position: top center;
    text-align: center;
    padding-top: 70px
}

.sidenav-box-media-content-most-commented-image>span {
    color: rgb(0, 0, 0, 0);
    font-size: 16px;
    transition: all .4s
}

.sidenav-box-media-content>.sidenav-box-media-content-most-commented>a:hover>.sidenav-box-media-content-most-commented-image>span {
    color: #000;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all .4s
}

#sidenav-box-media-content-popular-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto
}

.sidenav-box-media-content-popular-products-foliobox {
    grid-column: 2/3;
    grid-row: 1;
    max-width: 100%
}

.sidenav-box-media-content-popular-products-foliobox>a {
    margin-top: 20px
}

.sidenav-box-media-content-popular-products-foliobox>a>img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    transition: all .3s
}

.sidenav-box-media-content-popular-products-foliobox>a:hover>img {
    max-width: 100%;
    height: auto;
    transition: all .3s
}

.sidenav-box-media-content-popular-products-foliobox>a>h5 {
    margin-top: 20px;
    text-align: center
}

.sidenav-box-media-content-popular-products-photobookpro {
    grid-column: 1/2;
    grid-row: 1;
    max-width: 100%
}

.sidenav-box-media-content-popular-products-photobookpro>a {
    margin-top: 20px
}

.sidenav-box-media-content-popular-products-photobookpro>a>img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    transition: all .3s
}

.sidenav-box-media-content-popular-products-photobookpro>a:hover>img {
    max-width: 100%;
    height: auto;
    transition: all .3s
}

.sidenav-box-media-content-popular-products-photobookpro>a>h5 {
    text-align: center;
    margin-top: 20px
}

.h4-underline-most-viewed {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 1px;
    background-color: #87c9b7
}

.h4-underline-most-commented {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 1px;
    background-color: #87c9b7
}

.h4-underline-popular-products {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 1px;
    background-color: #87c9b7
}

.partners-background {
    background: linear-gradient(to top, #434d57 50%, #fff 50%);
    width: 100%;
    height: 200px;
    -webkit-animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both
}

.partners {
    display: block;
    margin: 0 auto;
    width: 1200px;
    height: 200px;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0 0 0 #b7b7b7
}

.partners .partner-fujitsu {
    float: left;
    width: 200px;
    height: 200px;
    border: 1px solid #dee2e6;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/partners/the_societies.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center
}

.partners .partner-beinsports {
    float: left;
    width: 200px;
    height: 200px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/partners/canon.jpg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center
}

.partners .partner-acer {
    float: left;
    width: 200px;
    height: 200px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/partners/fundy.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center
}

.partners .partner-archlinux {
    float: left;
    width: 200px;
    height: 200px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/partners/fujifilm.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center
}

.partners .partner-microformats {
    float: left;
    width: 200px;
    height: 200px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/partners/smart_albums.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center
}

.partners .partner-interia {
    float: left;
    width: 200px;
    height: 200px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/partners/the_guild_of_photographers.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width:1220px) {
    .partners-background {
        background: linear-gradient(to top, #434d57 50%, #fff 50%);
        width: 100%;
        height: 150px
    }
    .partners {
        display: block;
        margin: 0 auto;
        width: 900px;
        height: 150px;
        margin-top: 50px;
        background: #fff;
        box-shadow: 0 0 0 #b7b7b7
    }
    .partners .partner-fujitsu {
        width: 150px;
        height: 150px;
        background-size: 70%
    }
    .partners .partner-beinsports {
        width: 150px;
        height: 150px;
        background-size: 70%
    }
    .partners .partner-acer {
        width: 150px;
        height: 150px;
        background-size: 70%
    }
    .partners .partner-archlinux {
        width: 150px;
        height: 150px;
        background-size: 70%
    }
    .partners .partner-microformats {
        width: 150px;
        height: 150px;
        background-size: 70%
    }
    .partners .partner-interia {
        width: 150px;
        height: 150px;
        background-size: 70%
    }
}

@media (max-width:1024px) {
    .partners-background {
        background: linear-gradient(to top, #434d57 50%, #fff 50%);
        width: 100%;
        height: 246px
    }
    .partners {
        display: block;
        margin: 0 auto;
        width: 735px;
        height: 246px;
        margin-top: 50px;
        background: #fff;
        box-shadow: 0 0 0 #b7b7b7
    }
    .partners .partner-fujitsu {
        width: 245px;
        height: 123px;
        background-size: 60%;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6
    }
    .partners .partner-beinsports {
        width: 245px;
        height: 123px;
        background-size: 60%;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-acer {
        width: 245px;
        height: 123px;
        background-size: 60%;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-archlinux {
        width: 245px;
        height: 123px;
        background-size: 60%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6
    }
    .partners .partner-microformats {
        width: 245px;
        height: 123px;
        background-size: 60%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-interia {
        width: 245px;
        height: 123px;
        background-size: 60%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
}

@media (max-width:740px) {
    .partners-background {
        background: linear-gradient(to top, #434d57 50%, #fff 50%);
        width: 100%;
        height: auto;
        overflow: auto
    }
    .partners {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: auto;
        margin-top: 50px;
        background: #fff;
        box-shadow: 0 0 0 #b7b7b7
    }
    .partners .partner-fujitsu {
        width: 50%;
        height: 123px;
        background-size: 50%;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-beinsports {
        width: 50%;
        height: 123px;
        background-size: 50%;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-acer {
        width: 50%;
        height: 123px;
        background-size: 50%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-archlinux {
        width: 50%;
        height: 123px;
        background-size: 50%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-microformats {
        width: 50%;
        height: 123px;
        background-size: 50%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-interia {
        width: 50%;
        height: 123px;
        background-size: 50%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
}

@media (max-width:420px) {
    .partners-background {
        background: linear-gradient(to top, #434d57 50%, #fff 50%);
        width: 100%;
        height: auto;
        overflow: auto
    }
    .partners {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: auto;
        margin-top: 50px;
        background: #fff;
        box-shadow: 0 0 0 #b7b7b7
    }
    .partners .partner-fujitsu {
        width: 100%;
        height: 123px;
        background-size: 40%;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-beinsports {
        width: 100%;
        height: 123px;
        background-size: 40%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-acer {
        width: 100%;
        height: 123px;
        background-size: 40%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-archlinux {
        width: 100%;
        height: 123px;
        background-size: 40%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-microformats {
        width: 100%;
        height: 123px;
        background-size: 40%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
    .partners .partner-interia {
        width: 100%;
        height: 123px;
        background-size: 40%;
        border-top: 0 solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-right: 0 solid #dee2e6;
        border-left: 0 solid #dee2e6
    }
}

footer {
    background: #434d57;
    width: 100%;
    height: auto;
    overflow: auto;
    -webkit-animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both
}

footer .footer-content {
    display: block;
    margin: 0 auto;
    width: 1200px;
    height: 500px
}

footer .footer-content h3 {
    float: left;
    width: 100%;
    height: auto;
    padding: 28px 0;
    color: #87c9b7;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px
}

footer .footer-content .fc-col-1 {
    float: left;
    width: 500px;
    height: 500px
}

footer .footer-content .fc-col-1 .fc-col-logo {
    width: 100%;
    height: 100px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/logo-footer.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: left bottom
}

footer .footer-content .fc-col-1 .fc-col-contact {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 20px;
    border-left: 1px solid #adb5bd
}

footer .footer-content .fc-col-1 .fc-col-contact ul li {
    list-style: none;
    color: #fff;
    font-size: 24px;
    padding: 5px 0
}

footer .footer-content .fc-col-1 .fc-col-contact ul li a:link {
    color: #fff
}

footer .footer-content .fc-col-1 .fc-col-contact ul li a:active {
    color: #fff
}

footer .footer-content .fc-col-1 .fc-col-contact ul li a:visited {
    color: #fff
}

footer .footer-content .fc-col-1 .fc-col-contact ul li a:hover {
    color: #fff;
    text-decoration: underline
}

footer .footer-content .fc-col-1 .fc-col-contact ul li i {
    color: #87c9b7;
    padding-right: 10px
}

footer .footer-content .fc-col-1 .fc-col-about {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 70px 0 20px;
    text-align: left;
    font-size: 16px;
    color: #adb5bd!important;
    border-left: 1px solid #adb5bd
}

footer .footer-content .fc-col-2 {
    float: left;
    width: 300px;
    height: 500px
}

footer .footer-content .fc-col-2 h3 {
    float: left;
    padding: 0;
    margin: 50px 0 28px 0
}

footer .footer-content .fc-col-2 .fc-col-menu {
    float: left;
    width: 100%;
    height: auto;
    border-left: 1px solid #adb5bd
}

footer .footer-content .fc-col-2 .fc-col-menu ul li {
    list-style: none;
    padding: 4px 0 4px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff
}

footer .footer-content .fc-col-2 .fc-col-menu ul li {
    text-align: left
}

footer .footer-content .fc-col-2 .fc-col-menu ul li:hover {
    color: #87c9b7
}

footer .footer-content .fc-col-2 .fc-col-menu ul li a:link {
    color: #fff
}

footer .footer-content .fc-col-2 .fc-col-menu ul li a:visited {
    color: #fff
}

footer .footer-content .fc-col-2 .fc-col-menu ul li a:active {
    color: #fff
}

footer .footer-content .fc-col-2 .fc-col-menu ul li a:hover {
    color: #87c9b7;
    padding-left: 10px
}

footer .footer-content .fc-col-3 {
    float: left;
    width: 400px;
    height: 500px
}

footer .footer-content .fc-col-3 .fc-col-newsletter {
    float: right;
    width: 380px;
    height: 400px;
    margin-top: 50px;
    border: 1px solid #87c9b7
}

footer .footer-content .fc-col-3 .fc-col-newsletter h4 {
    color: #87c9b7;
    padding: 36px;
    font-size: 21px
}

footer .footer-content .fc-col-3 .fc-col-newsletter p {
    color: #adb5bd;
    font-size: 16px;
    padding: 0 20px;
    line-height: 24px
}

footer .footer-content .fc-col-3 .fc-col-newsletter .hs-email label {
    display: none
}

footer .footer-content .fc-col-3 .fc-col-newsletter .hs-email ul li {
    display: none
}

footer .footer-content .fc-col-3 .fc-col-newsletter input[type=email] {
    width: 338px;
    border: 1px solid #87c9b7;
    background: #434d57;
    margin: 20px 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #87c9b7
}

footer .footer-content .fc-col-3 .fc-col-newsletter input[type=email]::placeholder {
    color: #adb5bd
}

footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit] {
    display: block;
    margin: 10px auto;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    background: #434d57;
    color: #fff;
    border: 1px solid #87c9b7
}

footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit]:hover {
    background: #87c9b7
}

@media (max-width:1220px) {
    footer .footer-content {
        width: 900px;
        height: 600px
    }
    footer .footer-content .fc-col-1 {
        width: 730px;
        height: 460px
    }
    footer .footer-content .fc-col-1 .fc-col-logo {
        width: 100%;
        height: 100px;
        background-size: 25%
    }
    footer .footer-content .fc-col-2 {
        width: 170px;
        height: 460px
    }
    footer .footer-content .fc-col-2 h3 {
        padding: 0;
        margin: 40px 0 28px 0
    }
    footer .footer-content .fc-col-3 {
        width: 900px;
        height: 100px
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter {
        float: right;
        width: 900px;
        height: 100px;
        margin-top: 0;
        border: 1px solid #87c9b7
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter h4 {
        float: left;
        width: 265px;
        color: #87c9b7;
        font-size: 21px;
        padding: 0;
        line-height: 100px
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter p {
        display: none
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=email] {
        width: 338px;
        border: 1px solid #87c9b7;
        background: #434d57;
        margin: 27px 20px;
        padding: 10px 20px;
        font-size: 16px;
        color: #87c9b7
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=text] {
        float: left;
        width: 350px;
        border: 1px solid #87c9b7;
        background: #434d57;
        margin: 29px 0;
        padding: 10px 20px;
        font-size: 16px;
        color: #87c9b7
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit] {
        float: right;
        width: 200px;
        height: 42px;
        border-radius: 0;
        font-size: 16px;
        background: #87c9b7;
        color: #fff;
        border: 1px solid #87c9b7;
        margin: -69px 32px 0 0
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit]:hover {
        background: #434d57;
        color: #87c9b7
    }
}

@media (max-width:1024px) {
    footer .footer-content {
        width: 736px;
        height: 600px
    }
    footer .footer-content .fc-col-1 {
        width: 566px;
        height: 460px
    }
    footer .footer-content .fc-col-1 .fc-col-logo {
        width: 100%;
        height: 100px;
        background-size: 25%
    }
    footer .footer-content .fc-col-2 {
        width: 170px;
        height: 460px
    }
    footer .footer-content .fc-col-2 h3 {
        padding: 0;
        margin: 40px 0 28px 0
    }
    footer .footer-content .fc-col-3 {
        width: 736px;
        height: 100px
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter {
        float: right;
        width: 736px;
        height: 100px;
        margin-top: 0;
        border: 1px solid #87c9b7
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter h4 {
        float: left;
        width: 180px;
        color: #87c9b7;
        font-size: 18px;
        padding: 0;
        line-height: 100px
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter p {
        display: none
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=text] {
        float: left;
        width: 350px;
        border: 1px solid #87c9b7;
        background: #434d57;
        margin: 29px 0;
        padding: 10px 20px;
        font-size: 16px;
        color: #87c9b7
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit] {
        float: right;
        width: 150px;
        height: 42px;
        border-radius: 0;
        font-size: 16px;
        background: #87c9b7;
        color: #fff;
        border: 1px solid #87c9b7;
        margin: -69px 28px 0 0
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit]:hover {
        background: #434d57;
        color: #87c9b7
    }
}

@media (max-width:740px) {
    footer {
        width: 100%
    }
    footer .footer-content {
        width: 100%;
        height: 600px
    }
    footer .footer-content h3 {
        text-align: center;
        width: 100%;
        height: auto;
        padding: 28px 0;
        color: #87c9b7;
        text-transform: uppercase;
        font-size: 15px
    }
    footer .footer-content .fc-col-1 {
        width: 100%;
        height: auto
    }
    footer .footer-content .fc-col-1 .fc-col-logo {
        width: 100%;
        height: 120px;
        background-size: 170px;
        background-position: center center
    }
    footer .footer-content .fc-col-1 .fc-col-contact {
        float: left;
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-bottom: 20px;
        border-left: 0 solid #adb5bd
    }
    footer .footer-content .fc-col-1 .fc-col-contact li {
        text-align: center
    }
    footer .footer-content .fc-col-1 .fc-col-about {
        float: left;
        width: 100%;
        height: auto;
        padding: 0 20px 20px 20px;
        text-align: justify;
        font-size: 16px;
        border-left: 0 solid #adb5bd
    }
    footer .footer-content .fc-col-2 {
        width: 100%;
        height: 460px
    }
    footer .footer-content .fc-col-2 h3 {
        text-align: center;
        padding: 0;
        margin: 40px 0 28px 0
    }
    footer .footer-content .fc-col-2 .fc-col-menu {
        border: 0;
        text-align: center
    }
    footer .footer-content .fc-col-2 .fc-col-menu ul li {
        text-align: center;
        padding: 4px 0 4px 0
    }
    footer .footer-content .fc-col-2 .fc-col-menu ul li a:hover {
        padding-left: 0
    }
    footer .footer-content .fc-col-3 {
        width: 100%;
        height: 400px
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter {
        position: relative;
        float: right;
        width: 100%;
        height: 370px;
        margin-top: 0;
        border-bottom: 1px solid #87c9b7;
        border-top: 1px solid #87c9b7;
        border-left: 0;
        border-right: 0
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter h4 {
        float: left;
        width: 100%;
        color: #87c9b7;
        font-size: 18px;
        padding: 0;
        line-height: 80px
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter p {
        display: block;
        text-align: justify
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=text] {
        display: block;
        margin: 0 auto;
        width: 90%;
        border: 1px solid #87c9b7;
        background: #434d57;
        margin: 29px 20px;
        padding: 10px 20px;
        font-size: 16px;
        color: #87c9b7
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit] {
        position: absolute;
        top: 280px;
        left: 50%;
        float: unset;
        width: 200px;
        height: 42px;
        border-radius: 20px;
        font-size: 16px;
        background: #434d57;
        color: #fff;
        border: 1px solid #87c9b7;
        margin: 0 0 0 -100px
    }
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=submit]:hover {
        background: #87c9b7;
        color: #fff
    }
}

@media (max-width:740px) {
    footer .footer-content .fc-col-3 .fc-col-newsletter input[type=email] {
        width: 90%
    }
}

footer .footer-social {
    position: relative;
    float: left;
    width: 100%;
    height: 118px;
    background: #333d46;
    margin: 0
}

footer .footer-social ul {
    display: block;
    margin: 32px auto;
    width: 430px
}

footer .footer-social ul li {
    list-style: none;
    display: inline;
    margin: 0 20px
}

footer .footer-social ul li a:link {
    color: #87c9b7;
    font-size: 44px;
    transition: all .2s
}

footer .footer-social ul li a:visited {
    color: #87c9b7;
    transition: all .2s
}

footer .footer-social ul li a:active {
    color: #87c9b7;
    transition: all .2s
}

footer .footer-social ul li a:hover {
    color: #eee9e6;
    transition: all .2s
}

footer .copyright {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #adb5bd
}

@media (max-width:740px) {
    footer .footer-social .footer-social-rwd {
        display: block;
        margin: 0 auto;
        width: 295px;
        height: auto;
        overflow: auto
    }
    footer .footer-social ul {
        float: left;
        margin: 32px auto;
        width: 100%
    }
    footer .footer-social ul li {
        margin: 0 12px
    }
    footer .footer-social ul li a:link {
        font-size: 34px
    }
}

.main-post-content {
    display: block;
    margin: 100px auto 0 auto;
    width: 1200px;
    height: auto;
    overflow: auto;
    box-sizing: unset
}

.main-post-content .main-post-content-image {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 600px;
    background: #f1f1f1;
    background-position: center center;
    background-size: 1200px;
    background-repeat: no-repeat;
    box-sizing: unset;
    -webkit-animation: slide-in-right 1.5s cubic-bezier(.25, .46, .45, .94) .5s both;
    animation: slide-in-right 1.5s cubic-bezier(.25, .46, .45, .94) .5s both
}

@media (max-width:1310px) {
    .main-post-content {
        display: block;
        margin: 0 auto 0 auto;
        width: 100%
    }
    .main-post-content .main-post-content-image {
        width: 100%;
        height: 600px;
        background-size: cover
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.main-post-content h1 {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 1000px;
    margin-left: -640px;
    font-size: 70px;
    line-height: 100px;
    color: #fff;
    font-family: 'Nexa Bold';
    text-shadow: 0 0 20px rgba(0, 0, 0, .6);
    -webkit-animation: slide-in-left 2s cubic-bezier(.25, .46, .45, .94) 1s both;
    animation: slide-in-left 2s cubic-bezier(.25, .46, .45, .94) 1s both
}
.main-post-content .date-added {
    position: absolute;
    top: 630px;
    left: 50%;
    width: 1000px;
    height: 50px;
    margin-left: -500px;
    -webkit-animation: slide-in-left 2s cubic-bezier(.25, .46, .45, .94) 1s both;
    animation: slide-in-left 2s cubic-bezier(.25, .46, .45, .94) 1s both;
    text-align: center;
}
.main-post-content .date-added span {
    background:#fff;
    padding: 15px 40px;
    font-size: 20px;
    border-radius: 30px;
}


@media (max-width:1310px) {
    .main-post-content h1 {
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0 30px;
        font-size: 70px;
        line-height: 100px;
        color: #fff
    }
    .main-post-content .date-added {
      position: absolute;
      top: 530px;
    }
}

@media (max-width:860px) {
    .main-post-content h1 {
        font-size: 50px;
        line-height: 80px
    }
}

@media (max-width:500px) {
    .main-post-content h1 {
        font-size: 30px;
        line-height: 50px
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.main-post-content .main-post-content-text p {
    display: block;
    margin: 12px auto 0 auto;
    width: 100%;
    height: auto;
    overflow: auto;
    font-size: 22px;
    line-height: 30px;
    -webkit-animation: slide-in-bottom 1s cubic-bezier(.25, .46, .45, .94) 1s both;
    animation: slide-in-bottom 1s cubic-bezier(.25, .46, .45, .94) 1s both
}

.main-post-content .main-post-content-text h2 {
    display: block;
    margin: 26px auto 10px auto;
    width: 75%;
    font-size: 23px;
    font-family: 'Nexa Bold';
    text-align: left
}

.main-post-content .main-post-content-text .post-featured-text {
    font-size: 23px;
    font-family: 'Nexa Bold';
    margin-bottom: 18px;
    text-align: justify
}

.main-post-content .main-post-content-text .post-paragraph-text {
    display: block;
    margin: 0 auto 10px auto;
    width: 75%;
    font-size: 22px;
    font-family: 'Nexa Light';
    text-align: justify
}

.main-post-content .main-post-content-text .quote {
    margin: 0 auto 10px auto;
    padding: 3% 7%;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-style: italic;
    font-size: 20px;
    background-color: #fcfcfc;
    width: 65%;
}

@media (max-width:412px) {
    .main-post-content .main-post-content-text .post-paragraph-text {
        width: 100%;
        font-size: 18px
    }
    .main-post-content .main-post-content-text h2 {
        width: 90%;
        font-size: 20px
    }
    .main-post-content .main-post-content-text img {
        width: 95%
    }
    .main-post-content .main-post-content-text .post-image-text {
        width: 90%
    }
}

@media (max-width:1310px) {
    .main-post-content .main-post-content-text .post-featured-text {
        padding: 0 20px
    }
}

.main-post-content .main-post-content-text .post-paragraph-text a:link {
    text-decoration: none
}

.main-post-content .main-post-content-text .post-paragraph-text a:active {
    text-decoration: none
}

.main-post-content .main-post-content-text .post-paragraph-text a:visited {
    text-decoration: none
}

.main-post-content .main-post-content-text .post-paragraph-text a:hover {
    text-decoration: none;
    color: #87c9b7
}

.main-post-content .main-post-content-text .post-image-text {
    display: block;
    margin: 0 auto;
    width: 75%;
    font-size: 14px;
    font-family: 'Nexa Light';
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
}

.main-post-content .main-post-content-text img {
    display: block;
    margin: 23px auto 10px auto;
    width: 75%;
}

.main-post-content .main-post-content-text ul {
    display: block;
    width: 75%;
    list-style-position: inside;
    list-style-type: disc;
    margin: 0 auto 10px auto;
}

.main-post-content .main-post-content-text ul li {
    display: list-item!important;
}

.main-post-content .main-post-content-text iframe {
    display: block;
    margin: 20px auto;
    width: 75%;
}

.main-post-content .nphoto-inpost-form {
    margin: 2% 0;
    font-size: 18px;
    line-height: 25px;
    padding: 8% 8% 4% 8%;
    background-color: #E9ECEF;
    border-radius: 3px;
}

.main-post-content .nphoto-inpost-form .hs-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 3% 0;
}
.main-post-content .nphoto-inpost-form h3 {
    margin-bottom: 1.5%;
}

.main-post-content .nphoto-inpost-form h4 {
    text-transform: capitalize;
}

.main-post-content .nphoto-inpost-form .hs-email {
    margin: 2% 4% 2% 0;
    flex-basis: 65%;
}
.main-post-content .nphoto-inpost-form .hs-email .invalid {
    border: 1px solid coral;
}
.main-post-content .nphoto-inpost-form .hs-email label {
    display: none;
}
.main-post-content .nphoto-inpost-form .hs-form .hs-error-msgs {
    display: none!important;
}
.main-post-content .nphoto-inpost-form .hs-submit {
    background-color: #8fd5bd;
    background-image: linear-gradient(210deg,#8fd5bd,#41c5c0);
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    transition: .3s;
    flex-basis: 25%;
    margin: 2% 0 2% 0;
}

.main-post-content .nphoto-inpost-form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    font-size: 16px;
    padding: 2% 3%;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.main-post-content .nphoto-inpost-form .hs-submit:hover {
    opacity: .7;
}
.main-post-content .nphoto-inpost-form input[type="submit" i] {
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4% 9%;
}
@media (max-width:1024px) {

    .main-post-content .nphoto-inpost-form {
        padding: 5% 5% 3% 5%;
    }

    .main-post-content .nphoto-inpost-form h3  {
        font-size: 110%;
        margin-bottom: 2%;
    }
    .main-post-content .nphoto-inpost-form h4 {
        font-size: 88%;
        margin-bottom: 5%;
    }
    .main-post-content .nphoto-inpost-form .hs-form {
        flex-wrap: wrap;
    }
    .main-post-content .nphoto-inpost-form .hs-email {
        flex-basis: 100%;
        margin-bottom: 5%;
    }
    .main-post-content .nphoto-inpost-form .hs-submit {
        flex-basis: 80%;
        vertical-align: middle;
    }
}

@media (max-width:1330px) {
    .main-post-content .main-post-content-text p {
        margin: 13 auto 0 auto;
        padding: 0 30px
    }
}

@media (max-width:1080px) {
    .main-post-content .main-post-content-text p {
        margin: 14px auto 0 auto;
        padding: 0 20px
    }
    .main-post-content .main-post-content-text h1 {
        padding: 0 20px
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.nphoto-comment-wrapper {
    display: block;
    margin: 40px auto 0 auto;
    width: 1200px;
    height: auto;
    overflow: auto;
    background-color: #eee9e6;
    padding: 30px 40px
}

@media (max-width:1220px) {
    .nphoto-comment-wrapper {
        display: block;
        margin: 40px auto 0 auto;
        width: 900px;
        height: auto
    }
}

@media (max-width:1024px) {
    .nphoto-comment-wrapper {
        display: block;
        margin: 40px auto 0 auto;
        width: 735px;
        height: auto
    }
}

@media (max-width:740px) {
    .nphoto-comment-wrapper {
        display: block;
        margin: 40px auto 0 auto;
        width: 100%;
        height: auto
    }
}

@media (max-width:420px) {
    .nphoto-comment-wrapper {
        padding: 20px 20px
    }
}

.nphoto-comment-wrapper .nphoto-comment-wrapper-header {
    font-family: 'Nexa Bold';
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px
}

.nphoto-comment-wrapper form {
    margin-top: 14px
}

.nphoto-comment-wrapper .hs-fieldtype-text {
    margin-bottom: 10px
}

.nphoto-comment-wrapper label {
    font-size: 19px
}

.nphoto-comment-wrapper input[type=text] {
    font-size: 19px;
    width: 100%;
    padding: 8px 30px;
    background-color: #fff;
    color: #000
}

.nphoto-comment-wrapper input[type=email] {
    font-size: 19px;
    width: 100%;
    padding: 8px 30px;
    background-color: #fff;
    color: #000
}

.nphoto-comment-wrapper textarea {
    font-size: 19px;
    width: 100%;
    height: 90px;
    padding: 10px 30px;
    background-color: #fff;
    outline: 0;
    border: 0;
    color: #000;
    font-family: 'Nexa Light'
}

.nphoto-comment-wrapper .hs-error-msgs {
    color: #f2545b;
    margin-top: 4px
}

.nphoto-comment-wrapper .hs-error-msgs label {
    font-size: 15px
}

.nphoto-comment-wrapper ul,
.nphoto-comment-wrapper ul li {
    list-style: none
}

.nphoto-comment-wrapper .grecaptcha-badge {
    width: 50%;
    float: left;
    margin-top: 20px
}

.nphoto-comment-wrapper input[type=submit] {
    float: right;
    color: #fff;
    background-color: #87c9b7;
    font-size: 23px;
    padding: 10px 30px;
    border-radius: 24px;
    margin-top: 26px
}

.nphoto-comment-wrapper input[type=submit]:hover {
    background-color: #379686
}

@media (max-width:599px) {
    .nphoto-comment-wrapper .grecaptcha-badge {
        display: block;
        margin: 0 auto;
        width: 50%;
        float: unset;
        margin-top: 20px
    }
    .nphoto-comment-wrapper input[type=submit] {
        float: unset;
        display: block;
        margin: 0 auto;
        color: #fff;
        background-color: #87c9b7;
        font-size: 23px;
        padding: 10px 30px;
        border-radius: 24px;
        margin-top: 26px
    }
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px
}

.scroll {
    position: absolute;
    right: 80px;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    line-height: 50px;
    bottom: -5px;
    background: #f1f1f1;
    padding: 10px 13px 7px 13px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

@media (max-width:750px) {
    .scroll {
        right: 5px;
        bottom: 72px;
    }
}

.scroll:hover {
    background: #379686;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.scroll:hover .fa {
    color: #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.scroll .fa {
    color: #fff;
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.nphoto-social-media {
    display: block;
    margin: 40px auto 30px auto;
    padding: 0 0;
    width: 100%;
    height: 50px;
    position: relative;
    -webkit-animation: swing-in-top-fwd 1.5s cubic-bezier(.175, .885, .32, 1.275) 2.8s both;
    animation: swing-in-top-fwd 1.5s cubic-bezier(.175, .885, .32, 1.275) 2.8s both
}

@media (max-width:1310px) {
    .nphoto-social-media {
        padding: 0 30px
    }
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1
    }
}

.nphoto-social-media .nphoto-social-media-icons {
    float: left;
    width: 410px;
    height: 50px
}

@media (max-width:1080px) {
    .nphoto-social-media .nphoto-social-media-icons {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -130px;
        float: left;
        width: 410px;
        height: 50px
    }
}

.nphoto-social-media .nphoto-social-media-icons .twitter-share ul,
.nphoto-social-media .nphoto-social-media-icons .twitter-share ul li {
    float: left;
    list-style: none
}

.nphoto-social-media .nphoto-social-media-icons .twitter-share ul li a:link {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: #87c9b7;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    border-radius: 30px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/twitter-share-bg.jpg);
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .twitter-share ul li:hover a:link,
.nphoto-social-media .nphoto-social-media-icons .twitter-share ul li:hover a:link::before {
    content: "Tweet";
    float: right;
    text-align: right;
    width: 180px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .twitter-share ul li a:active {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media .nphoto-social-media-icons .twitter-share ul li a:visited {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media .nphoto-social-media-icons .linkedin-share ul,
.nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li {
    float: left;
    list-style: none
}

.nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li a:link {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: #87c9b7;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    border-radius: 30px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/linkedin-share-bg.jpg);
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li:hover a:link,
.nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li:hover a:link::before {
    content: "Share";
    float: right;
    text-align: right;
    width: 180px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li a:active {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li a:visited {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media .nphoto-social-media-icons .mail-share ul,
.nphoto-social-media .nphoto-social-media-icons .mail-share ul li {
    float: left;
    list-style: none
}

.nphoto-social-media .nphoto-social-media-icons .mail-share ul li a:link {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: #87c9b7;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    border-radius: 30px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/mail-share-bg.jpg);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .mail-share ul li:hover a:link,
.nphoto-social-media .nphoto-social-media-icons .mail-share ul li:hover a:link::before {
    content: "Share";
    float: right;
    text-align: right;
    width: 180px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .mail-share ul li a:active {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media .nphoto-social-media-icons .mail-share ul li a:visited {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media .nphoto-social-media-icons .facebook-share ul,
.nphoto-social-media .nphoto-social-media-icons .facebook-share ul li {
    float: left;
    list-style: none
}

.nphoto-social-media .nphoto-social-media-icons .facebook-share ul li a:link {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: #87c9b7;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    border-radius: 30px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2360104/nBlog/draft-images/facebook-f-share-bg.jpg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .facebook-share ul li:hover a:link,
.nphoto-social-media .nphoto-social-media-icons .facebook-share ul li:hover a:link::before {
    content: "Share";
    float: right;
    text-align: right;
    width: 180px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center left
}

.nphoto-social-media .nphoto-social-media-icons .facebook-share ul li a:active {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media .nphoto-social-media-icons .facebook-share ul li a:visited {
    background: #87c9b7;
    color: #fff
}

.nphoto-social-media-author-post {
    float: right;
    font-size: 18px;
    line-height: 50px
}
.nphoto-post-date-added {
  position: absolute;
  left: 400px;
  top: 0;
  width: 200px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
.nphoto-social-media p {
    position: absolute;
    left: 63%;
    top: 0;
    width: 330px;
    margin-left: -165px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-right: 220px
}

@media (max-width:1080px) {
  .nphoto-post-date-added {
    display: none;
  }
    .nphoto-social-media-author-post {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 60px
    }
    .nphoto-social-media p {
        position: unset;
        float: left;
        width: 100%;
        margin-left: 0;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        margin-right: 220px
    }
}

.blog-pagination {
    display: block;
    margin: 50px auto;
    width: 1200px;
    height: 36px;
    font-size: 20px;
    padding: 0;
    -webkit-animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bottom 2s cubic-bezier(.25, .46, .45, .94) both
}

@media (max-width:1220px) {
    .blog-pagination {
        width: 900px
    }
}

@media (max-width:1024px) {
    .blog-pagination {
        width: 736px
    }
}

@media (max-width:740px) {
    .blog-pagination {
        width: 100%;
        padding: 0 20px
    }
}

.blog-pagination .all-posts-link {
    float: right
}

@media (max-width:595px) {
    .blog-pagination .all-posts-link {
        float: left
    }
}

.blog-pagination .all-posts-link a:link {
    width: 130px;
    margin-right: 0;
    background: #87c9b7;
    color: #fff;
    border-radius: 20px
}

.blog-pagination .all-posts-link a:active {
    background: #87c9b7;
    color: #fff
}

.blog-pagination .all-posts-link a:visited {
    background: #87c9b7;
    color: #fff
}

.blog-pagination .all-posts-link a:hover {
    background: #379686;
    color: #fff
}

.blog-pagination a:link {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #87c9b7;
    color: #fff;
    border-radius: 20px;
    margin-right: 10px
}

.blog-pagination a:active {
    background: #87c9b7;
    color: #fff
}

.blog-pagination a:visited {
    background: #87c9b7;
    color: #fff
}

.blog-pagination a:hover {
    background: #379686;
    color: #fff
}

@media (max-width:595px) {
    .blog-pagination a:link {
        margin-bottom: 10px
    }
}

.blog-pagination a:link.next-link,
.blog-pagination a:link.prev-link {
    line-height: 33px
}

.blog-pagination .active {
    font-family: 'Nexa Bold'
}

@media (max-width:580px) {
    .nphoto-social-media .nphoto-social-media-icons .twitter-share ul li:hover a:link,
    .nphoto-social-media .nphoto-social-media-icons .twitter-share ul li:hover a:link::before {
        content: "";
        float: right;
        text-align: right;
        width: 50px;
        padding: 0 0;
        background-repeat: no-repeat;
        background-position: center left
    }
}

@media (max-width:580px) {
    .nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li:hover a:link,
    .nphoto-social-media .nphoto-social-media-icons .linkedin-share ul li:hover a:link::before {
        content: "";
        float: right;
        text-align: right;
        width: 50px;
        padding: 0 0;
        background-repeat: no-repeat;
        background-position: center left
    }
}

@media (max-width:580px) {
    .nphoto-social-media .nphoto-social-media-icons .mail-share ul li:hover a:link,
    .nphoto-social-media .nphoto-social-media-icons .mail-share ul li:hover a:link::before {
        content: "";
        float: right;
        text-align: right;
        width: 50px;
        padding: 0 0;
        background-repeat: no-repeat;
        background-position: center left
    }
}

@media (max-width:580px) {
    .nphoto-social-media .nphoto-social-media-icons .facebook-share ul li:hover a:link,
    .nphoto-social-media .nphoto-social-media-icons .facebook-share ul li:hover a:link::before {
        content: "";
        float: right;
        text-align: right;
        width: 50px;
        padding: 0 0;
        background-repeat: no-repeat;
        background-position: center left
    }
}

@media (max-width:580px) {
    .nphoto-social-media .nphoto-social-media-icons {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -130px;
        float: left;
        width: 280px;
        height: 50px
    }
}

/* Like Btn */
.like-btn {
  display: block;
  margin: 30px auto;
  max-width: 900px;
  height: 20px;
}
/* End Like Btn */

/* Related Posts */
.np-rd-ps-wr {
  display: block;
  margin: 50px auto 20px;
  width: 1230px;
  height: 400px;
}
.np-rd-ps-wr > span {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
.np-rd-ps-im {
  float: left;
  width: 380px;
  height: 350px;
  margin: 0 15px;
}
.np-rd-ps-im > .np-rd-ps-im-ie {
  float: left;
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
  transition: all 0.3s;
}
.np-rd-ps-im:hover > .np-rd-ps-im-ie {
  background-size: 160%;
  transition: all 0.3s;
}
.np-rd-ps-im:hover > .np-rd-ps-im-te > p {
  background: #87c9b7;
  color: #fff;
}
.np-rd-ps-im > .np-rd-ps-im-te {
  float: left;
  width: 100%;
  height: 100px;
  padding: 1%!important;
  font-size: 20px;
  text-align: center;
  margin-top: 1%;
}

@media (max-width: 1220px){
  .np-rd-ps-wr {
    width: 915px;
    height: 300px;
  }
  .np-rd-ps-im {
    float: left;
    width: 290px;
    height: 250px;
    margin: 0 7.5px;
  }
  .np-rd-ps-im > .np-rd-ps-im-ie {
    height: 180px;
  }
  .np-rd-ps-im > .np-rd-ps-im-te {
    height: 70px;
  }
}
@media (max-width: 1024px){
  .np-rd-ps-wr {
    width: 742.5px;
    height: 300px;
  }
  .np-rd-ps-im {
    float: left;
    width: 240px;
    height: 250px;
    margin: 0 3.75px;
  }
  .np-rd-ps-im > .np-rd-ps-im-ie {
    background-size: 150%;
  }
}

@media (max-width: 743px) {
  .np-rd-ps-wr {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .np-rd-ps-im {
    float: left;
    width: 100%;
    height: 400px;
    margin: 0;
  }
  .np-rd-ps-im > .np-rd-ps-im-ie {
    height: 280px;
  }
  .np-rd-ps-im > .np-rd-ps-im-te {
    height: 120px;
    padding: 10px 4px;
    font-size: 18px;
  }
}
