@charset "UTF-8";

:root {
    --primary-color: #f26522;
    --secondary-color: #674df0;
}

body {
    font-family: "Outfit", sans-serif;
}
.min-h-50 {
    min-height: 350px;
}
.t_area_fixed {
    resize: none;
    height: 190px;
}
.resolution,
#my-file-selector {
    display: none;
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 50px;
    height: auto;
}
.navbar-brand img {
    max-height: 30px;
}

a {
    text-decoration: none;
    outline: none;
    transition-duration: 0.4s;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}

.navbar {
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: absolute;
}

.navbar-form .form-control {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #333;
    background: #fff;
    transition: color 0.2s, background 0.2s;
    font-size: 14px;
    font-weight: 600;
    width: 483px;
    border: 0;
    padding: 0 10px 0 36px;
}
.navbar-form .form-control:focus {
    box-shadow: none;
    background-color: #fff;
}
.navbar-form .btn-default {
    background-color: transparent;
    color: #b1b3af;
    border: none;
    margin-left: -477px;
    font-size: 18px;
    padding: 6px 0;
}
.navbar-form .btn-default:active,
.navbar-form .btn-default:focus {
    box-shadow: none;
    background-color: transparent;
    outline: none;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    transition-duration: 0.5s;
    letter-spacing: 0.6px;
    padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #f26522;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-dark {
    background-color: rgba(30, 39, 44, 0.92);
    border-bottom: #18bfc3 solid 4px;
}

.item_slide .cover-content {
    background-color: rgba(0, 0, 0, 0.6);
}

.slider-item {
    height: 100vh;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.slider-item h1 {
    font-size: 46px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    color: #fff;
    line-height: 60px;
    margin-top: 0;
}
.slider-item h1 a {
    outline: none;
    color: #fff;
}
.slider-item h1 a:hover {
    color: #18bfc3;
}
.slider-item p {
    font-size: 20px;
    max-height: 117px;
    overflow: hidden;
}

.slider-item p.genre_count {
    color: #ffc000;
    font: 600 18px "Raleway", sans-serif;
}
.slider-item p.genre_count em {
    font-style: normal;
}
.slider-item p.genre_count span:nth-last-child(1) em {
    display: none;
}
.form-group {
    margin-bottom: 1rem;
}
.divider {
    display: block;
    background-color: #ddd;
    height: 1px;
}
.basic-button {
    background: #023c04;
    border: none;
    padding: 10px 25px 10px 25px !important;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    color: #fff !important;
    transition-duration: 0.5s;
}
.basic-button:hover,
.basic-button:focus {
    background-color: #e50914 !important;
    outline: none;
    text-decoration: none;
}
.basic-button.secondary {
    background: var(--secondary-color);
}

.trending-searches {
    padding-top: 50px;
}
.trending-searches h6 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
}
.trending-searches a {
    text-decoration: none;
    text-transform: lowercase;
    transition-duration: 0.5s;
    color: #cdd9e4;
    margin: 3px 10px;
}
.trending-searches a:hover {
    color: #fff;
}

.section {
    padding: 40px 0;
}

.section-title {
    border-bottom: #18bfc3 solid 1px;
    margin-bottom: 15px;
    padding-bottom: 7px;
}
.section-title h1 {
    color: #333333;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.section-title h1 span {
    font-size: 20px;
    font-weight: 600;
}

.content-box {
    margin: 15px 0;
    min-height: 225px;
}

.slick-dots {
    z-index: 1000;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
.slick-dots li button {
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 3px;
    transition-duration: 0.3s;
    outline: none;
    padding: 0;
}
.slick-dots li button:hover {
    background-color: #18bfc3;
}
.slick-dots li button:before {
    content: "";
}
.slick-dots li.slick-active button {
    background-color: #18bfc3;
}

.trending .slick-slide {
    margin: 0 15px;
}
.trending .slick-list {
    margin: 0 -15px;
}

.gallery .slick-slide {
    margin: 0 15px;
}
.gallery .slick-list {
    margin: 0 -15px;
}

.slick-slide {
    outline: none;
}

.section-content .slick-prev {
    top: -35px;
    left: calc(100% - 65px);
    color: #18bfc3;
}
.section-content .slick-prev:before {
    color: #18bfc3;
    opacity: 1;
    line-height: 0;
    font-size: 30px;
    transition: 0.3s;
}
.section-content .slick-prev:hover:before {
    color: #333333;
}
.section-content .slick-next {
    top: -35px;
    right: 0;
}
.section-content .slick-next:before {
    color: #18bfc3;
    opacity: 1;
    line-height: 0;
    font-size: 30px;
    transition: 0.3s;
}
.section-content .slick-next:hover:before {
    color: #333333;
}

footer {
    padding-top: 50px;
    color: #000000;
    background-color: #181a24;
    background-image: url(../images/bg-footer.png);
    box-shadow: 0px 0px 4px 2px #cbc1c1;
    background-position: top left;
    background-repeat: no-repeat;
}
footer h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 20px;
}

ul.social-links {
    margin: 0;
    padding: 0;
}
ul.social-links li {
    display: inline-block;
}
ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: #fff solid 1px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    margin: 5px;
}
ul.social-links li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.about-sec p {
    font-size: 16px;
    margin-top: 10pxl;
}

.about-sec img {
    max-width: 80%;
}

.explore-db ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.explore-db ul li {
    display: block;
    margin: 12px 0;
}
.explore-db ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.explore-db ul li a:hover {
    color: var(--primary-color);
}

.copyright {
    padding: 30px;
    text-align: center;
        color: #ffffff;
    background: #023c04;
    font-size: 16px;
    border-top: #8d91a2 solid 1px;
}

.highlighted-section {
    background-color: #f0f0f0;
}

/*-----------------------
Item detail
-------------------------*/
.item_detail {
    height: calc(100vh - 74px);
}

.item-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgba(30, 39, 44, 0.92);
}

.item-content {
    padding: 0 30px;
    color: #fff;
}
.item-content p {
    max-height: 143px;
    overflow: hidden;
}
.item-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
}
.item-content ul.rating-list {
    border-top: #eee solid 1px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
.item-content ul.rating-list li {
    display: inline-block;
}
.item-content ul.rating-list li.rating-star {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: #ffc000 solid 4px;
    color: #ffc000;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.item-content ul.rating-list li a {
    margin: 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: #fff solid 4px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-content ul.rating-list li a:hover {
    background-color: #18bfc3;
    color: #fff;
    border-color: #18bfc3;
}
.item-content ul.rating-list li a.active {
    background-color: #18bfc3;
    color: #fff;
    border-color: #18bfc3;
}
.item-content ul.rating-list li.trailer {
    margin-left: auto;
}
.item-content ul.rating-list li .basic-button {
    border-radius: 3px;
    box-shadow: none;
    margin-left: auto;
}
.item-content p.genres span {
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
}
.item-content p.genres span:nth-last-of-type(1) em {
    display: none;
}
.item-content p.genres .tv-stat {
    padding-right: 15px;
    margin-right: 15px;
    border-right: #fff solid 1px;
}

.cast-crew span {
    color: #ffc000;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
    width: 100px;
    text-align: left;
}
.cast-crew small {
    color: #fff;
}
.cast-crew a {
    color: #fff;
}
.cast-crew a em {
    font-style: normal;
    margin-right: 10px;
}
.cast-crew a:nth-last-of-type(1) em {
    display: none;
}
.cast-crew a:hover {
    color: #18bfc3;
}
.cast-crew a:hover em {
    color: #fff;
}

.item-right-sidebar {
    overflow: hidden;
    border-left: #dddddd solid 1px;
}
.item-right-sidebar ul li {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #333333;
}
.item-right-sidebar ul li i {
    font-size: 20px;
    padding-right: 5px;
}
.item-right-sidebar ul li span {
    margin-left: auto;
    font-weight: 500;
}
.item-right-sidebar .separator {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background-color: #cfcfcf;
}
.item-right-sidebar h1 {
    font-weight: 700;
}

.sidebar-gen {
    padding: 0 15px;
    color: #333333;
}
.sidebar-gen .genres span {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    border: #dddddd solid 1px;
}

.similar-list {
    margin: 50px 0;
}

.similar-card {
    margin: 15px 0;
}
.similar-card a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    transition: all linear 0.3s;
}
.similar-card a img {
    transition: all linear 0.3s;
}
.similar-card a:hover {
    filter: grayscale(100%);
}
.similar-card a:hover img {
    transform: scale(1.1, 1.1);
    transition: all linear 0.3s;
}

.cast-card {
    margin: 15px 0;
}
.cast-card a {
    display: block;
    overflow: hidden;
}
.cast-card a .img-container {
    width: 100%;
    overflow: hidden;
}
.cast-card a img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition-duration: 0.4s;
}
.cast-card a .card-bt {
    border: #cdcdcd solid 1px;
    border-top: 0;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition-duration: 0.4s;
}
.cast-card a .card-bt p {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    text-align: center;
}
.cast-card a .card-bt p.text-muted {
    font-size: 12px;
    font-weight: 400;
}
.cast-card a:hover img {
    filter: grayscale(100%);
}
.cast-card a:hover .card-bt {
    background-color: #18bfc3;
}
.cast-card a:hover .card-bt p {
    color: #fff;
}
.cast-card a:hover .card-bt p.text-muted {
    color: #fff;
}
.cast-card.discover-cast a .img-container {
    height: auto;
}
.cast-card.discover-cast p.text-muted {
    max-height: 20px;
    overflow: hidden;
}
.cast-card.discover-cast p.text-muted span:nth-last-of-type(1) em {
    display: none;
}

.slide-item a img {
    border-radius: 4px;
}

.video-playlist {
    margin: 50px 0;
}

.cr-section .cr-header {
    background-color: #18bfc3;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.cr-section .cr-header ul {
    margin: 0;
}
.cr-section .cr-header li {
    display: inline-block;
}
.cr-section .cr-header li a {
    padding: 15px 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 0;
}
.cr-section .cr-header li a:hover {
    background-color: #333333;
    color: #fff;
}
.cr-section .cr-header li:nth-of-type(1) a {
    border-top-left-radius: 4px;
}
.cr-section .cr-header li.active a {
    background-color: #333333;
}
.cr-section .tab-content {
    border: #dddddd solid 1px;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#reviews {
    padding: 0 40px;
}
#reviews .review-list li {
    margin: 20px 0;
    padding: 40px 0;
    border-bottom: #dddddd solid 1px;
}
#reviews .review-list li:nth-last-of-type(1) {
    border-bottom: 0;
}
#reviews .review-list li .author-det {
    display: flex;
    align-items: center;
    justify-content: right;
}
#reviews .review-list li .author-det h4 {
    margin-right: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
}
#reviews .review-list li .author-det h4 img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    margin-right: 10px;
}
#reviews .review-list li .author-det .update-review a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #18bfc3;
    border-radius: 3px;
    text-align: center;
    padding-top: 3px;
}
#reviews .review-list li .author-det .update-review a i {
    font-size: 25px;
}
#reviews .review-list li .author-det .update-review a:hover {
    background-color: #333333;
}
#reviews .review-list li p {
    word-break: break-all;
}
#reviews .login-comment {
    text-align: center;
    border: #18bfc3 solid 1px;
    border-radius: 4px;
    padding: 15px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
#reviews .login-comment a {
    color: #18bfc3;
}
#reviews .add-review {
    margin-right: 20px;
}
#reviews .add-review h2 {
    font-weight: 700;
    font-size: 22px;
}
#reviews .add-review textarea {
    resize: none;
    height: 120px;
    border: #dddddd solid 1px;
    border-radius: 2px;
}
#reviews .add-review button {
    color: #fff;
    box-shadow: none;
    margin: 15px 0;
    float: right;
}

.sidebar-ad {
    padding: 0 15px;
    display: block !important;
}

.season-card a {
    display: inline-block;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.season-card a .season-poster {
    max-height: 200px;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.season-card a .season-poster img {
    transition: all linear 0.3s;
}
.season-card a p {
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}
.season-card a:hover .season-poster {
    filter: grayscale(100%);
}
.season-card a:hover .season-poster img {
    transform: scale(1.1, 1.1);
    transition: all linear 0.3s;
}
.season-card a:hover p {
    color: #18bfc3;
}

.item_detail.season {
    height: auto;
    padding: 15px 0;
    background-color: rgba(30, 39, 44, 0.92);
}
.item_detail.season img {
    max-height: 200px;
    border-radius: 4px;
}
.item_detail.season .item-content {
    padding: 0;
}
.item_detail.season .person-poster img {
    max-height: 100%;
    max-width: 100%;
}

.episode-card {
    margin: 15px 0;
    box-shadow: 0 0 20px #aaaaaa;
    padding: 10px;
}
.episode-card img {
    max-width: 200px;
    border-radius: 4px;
}
.episode-card h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}
.episode-card h2 span {
    color: #696969;
    margin-right: 15px;
    display: inline-block;
}
.episode-card p {
    max-height: 83px;
    overflow: hidden;
}

.form-container {
    position: relative;
}
.form-container .loader {
    position: absolute;
    max-height: 30px;
    right: 3px;
    top: 2px;
    display: none;
}

.error-content {
    text-align: center;
    padding: 30px 0;
}
.error-content h1 {
    font-size: 210px;
    font-weight: 900;
    margin-top: 0;
    color: #666;
}
.error-content p {
    color: #333333;
    font-size: 22px;
}
.error-content a {
    display: inline-block;
    margin: 15px 0;
    background-color: #18bfc3;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
}
.error-content a:hover {
    background-color: #333333;
}

.search-results {
    background-color: #fff;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    top: calc(100% + 1px);
    box-shadow: 0 0 5px #e0e0e0;
    border-radius: 4px;
    border-top: #18bfc3 solid 4px;
    display: none;
}
.search-results.active {
    display: block;
}
.search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-results ul li {
    display: block;
}
.search-results ul li a {
    border-bottom: #eee solid 1px;
    padding: 10px;
    display: block;
    color: #333333;
}
.search-results ul li a img {
    max-height: 80px;
    border-radius: 4px;
}
.search-results ul li a h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.search-results ul li a h2 small {
    font-size: 14px;
    font-weight: 400;
    color: #5b5b5b;
}
.search-results ul li a p {
    margin-top: 10px;
    font-size: 12px;
    height: 35px;
    overflow: hidden;
}
.search-results ul li a p em:nth-last-of-type(1) {
    display: none;
}
.search-results ul li a:hover {
    background-color: #eee;
}
.search-results ul li:nth-last-of-type(1) a {
    border-bottom: 0;
}

.page-header {
    height: auto;
    padding: 70px 0;
    background: url("../images/hero-header.jpg") center/cover no-repeat;
    margin: 0;
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.page-header:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: 0.7;
}
.page-header h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}
.page-header h2 em {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}

.episode-card.m-card p {
    height: auto;
    max-height: 183px;
}
.episode-card.m-card h2 span {
    margin: 10px 0 0 0;
}
.episode-card.m-card h2 a {
    color: #333333;
}
.episode-card.m-card h2 a:hover {
    color: #18bfc3;
}
.episode-card.m-card h6 span:nth-last-of-type(1) em {
    display: none;
}
.episode-card .more-detail {
    display: block;
    color: #18bfc3;
    font-size: 14px;
    font-weight: 600;
}
.episode-card .more-detail:hover {
    color: #333333;
}

.page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.page-link {
    color: var(--secondary-color);
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #18bfc3;
    margin: 7px 0;
    width: 35px;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #18bfc3;
}

.accounts {
    margin: 30px 0;
}
.accounts h1 {
    font-weight: 700;
}
.accounts .login {
    width: 50%;
    margin: 0 auto;
    background: whitesmoke;
    padding: 20px 25px;
}
.accounts .register {
    background: whitesmoke;
    padding: 20px 25px;
    width: 60%;
    margin: 0 auto;
}
.accounts .form-control {
    border-radius: 2px;
    height: 40px;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
}

.accounts textarea {
    resize: none;
    height: 80px !important;
}
.accounts input[type="checkbox"] {
    height: auto;
}
.accounts .checkbox {
    margin: 0;
}
.accounts .checkbox label {
    font-weight: 600;
    font-size: 14px;
}
.accounts .forget-pass-link {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #00aced;
}
.accounts .basic-button {
    margin-top: 15px;
    outline: none;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}
.accounts .basic-button:hover {
    background-color: #333333;
}

.error-list {
    background-color: #18bfc3;
    padding: 0 10px;
    border-radius: 2px;
}
.error-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.error-list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    color: #fff;
}
.error-list li i {
    font-size: 10px;
    padding-right: 10px;
}
.error-list.success {
    background-color: #2f9f6e;
}

.user-dp {
    border-top: var(--secondary-color) solid 3px;
    border-radius: 0 !important;
    min-width: 220px;
    top: 47px;
    padding-bottom: 0;
}
.user-dp a {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin: 8px 0;
}
.user-dp a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.setting-sidebar {
    margin: 40px 0;
    border: #eee solid 1px;
    box-shadow: 0 0 20px #eee;
}
.setting-sidebar .avatar {
    text-align: center;
    padding: 15px;
}
.setting-sidebar .avatar img {
    max-height: 200px;
    border-radius: 4px;
    display: inline-block;
}
.setting-sidebar ul {
    margin: 30px 0 0 0;
    padding: 0;
}
.setting-sidebar ul li {
    display: block;
}
.setting-sidebar ul li a {
    display: block;
    padding: 10px;
    border-bottom: #eee solid 1px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}
.setting-sidebar ul li a:hover {
    background-color: #18bfc3;
    color: #fff;
}
.setting-sidebar ul li.active a {
    background-color: #18bfc3;
    color: #fff;
}
.setting-sidebar ul li:nth-last-of-type(1) a {
    border: none;
}
.setting-sidebar p {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    border-bottom: #eee solid 1px;
}
.setting-sidebar p:nth-last-of-type(1) {
    border: none;
}
.setting-sidebar p strong {
    margin-right: auto;
}

.profile-detail {
    margin: 40px 0;
}

.favourite-title {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
    text-align: center;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}

.modal-header button {
    margin-left: auto;
    background: transparent;
    border: none;
    font-size: 20px;
}
.modal-header p {
    margin-right: auto;
    margin-bottom: 0;
    font-weight: 600;
    color: #333333;
    font-size: 22px;
}

.contact-sidebar {
    margin: 100px 0;
    box-shadow: 0 0 20px #eee;
    padding: 15px;
}
.contact-sidebar .social-links li a {
    border-color: #18bfc3;
    color: #18bfc3;
}
.hero_section {
    padding: 100px 15px;
    position: relative;
    color: #fff;
    min-height: 90vh;
    background-color: #000040;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_section h2 {
    font-size: 55px;
    font-family: "Poppins", sans-serif;
}

.hero_section p {
    font-size: 22px;
    font-weight: 400;
}
.home_search_form {
    margin: 20px 0;
}
.home_search_form input {
    height: 50px;
    border-radius: 2px;
    min-width: 400px;
    padding: 2px 10px;
    border: transparent solid 1px;
}
.home_search_form input:focus {
    border-color: var(--secondary-color);
    outline: none;
}
.home_search_form button {
    height: 50px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 7px 35px;
    border: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-left: -7px;
    transition-duration: 0.4s;
}
.home_search_form button:hover {
    background-color: var(--primary-color);
}
.text-uppercase {
    text-transform: uppercase;
}
.action_button a {
    margin: 15px 10px;
    display: inline-block;
    width: 190px;
}
.section-heading {
    padding-top: 70px;
}
.section-heading h3 {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 5px;
}
.section-heading h3 a.view-all-link {
    font-size: 14px;
    float: right;
    color: #f26522;
}
.avatar_img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.cat_box {
    margin: 30px 0;
}

.cat_box a {
    width: 100%;
    display: block;
    padding: 10px 10px 0;
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    border: #ddd solid 1px;
    text-align: center;
    box-shadow: 0 0 20px #dbdbdb;
}
.cat_box a h2 {
    color: #333;
    font-size: 16px;
}

.cat_box a:hover {
    background-color: #ddd;
}

.cat_box a span {
    display: block;
    margin: 0 -10px;
    background-color: var(--secondary-color);
    color: #fff;
    width: calc(100% + 20px);
    left: 0;
    margin-top: 15px;
}

.camp_header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.camp_header img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.camp_header a {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f26522;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    transition-duration: 0.4s;
    box-shadow: 0 0 20px #ddd;
}
.camp_header a:hover {
    background-color: #333;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px;
}
.navbar-toggler {
    border: none;
    border-radius: 0;
}
.navbar-toggler:focus {
    outline: none;
}
.campaign_box {
    margin: 30px 0;
}

.campaign_box a {
    display: block;
    position: relative;
}
.campaign_box a img {
    border-radius: 8px;
    min-width: 100%;;
}
.campaign_box a .caption {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #1b1f2e 0%, rgba(27, 31, 46, 0) 100%);
    width: 100%;
    padding: 10px;
}

.campaign_box a .caption .cat_date {
    display: flex;
    align-items: center;
    justify-content: left;
}
.campaign_box a .caption span:nth-of-type(1) {
    color: #fff;
    background-color: var(--primary-color);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 10px;
}
.campaign_box a .caption span:nth-of-type(2) {
    color: #fff;
    font-size: 14px;
}
.campaign_box a .caption h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}

.campaign_box a .caption p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px 0;
}

.campaign_box a .caption .progress {
    border-radius: 0;
    height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
}
.campaign_box a .caption .progress .progress-bar {
    background-color: var(--secondary-color);
    padding: 0 2px;
}

.campaign_box a:hover {
    opacity: 0.7;
}
.campaign_box a:hover .caption h4 {
    color: var(--secondary-color);
}

.campaign_box a .featured_tag {
    position: absolute;
    background-color: #181a24;
    padding: 4px 10px;
    border-radius: 2px;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #f8c54a;
}

.user_sidebar {
    margin: 0;
    padding: 12px;
    box-shadow: 0 0 20px #ddd;
}
.user_sidebar li a {
    display: block;
    color: #333;
        background: #f8fafc;
        box-shadow: 1px 1px 1px 1px #d3d7db;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    /*border-left: transparent solid 3px;*/
    padding: 13px 10px;
}
.user_sidebar li.active a {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.user_sidebar li a:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.right-side-content {
    background: #fff;
    box-shadow: 0 0 20px #ddd;
    padding: 15px;
}
.fs-10 {
    font-size: 10px !important;
}

.right-side-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 50px 0;
}

.table-borderless {
    font-size: 14px;
}
.campaign_form .form-group {
    margin-bottom: 30px;
}
.photo-load {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 15px 10px;
    text-align: center;
}
.invalid-feedback strong {
    font-weight: 400;
    font-size: 14px;
}
.datetime[readonly] {
    background-color: #fff;
}
.photo-load .drag-drop .btn-drap i {
    color: #8493a8;
    font-size: 40px;
}
.photo-load p#upload-file-info {
    color: #8493a8;
    font-size: 16px;
}
.photo-load .drag-drop .btn-load {
    background: var(--secondary-color);
    border: none;
    padding: 10px 25px 10px 25px !important;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    color: #fff !important;
    transition-duration: 0.5s;
    cursor: pointer;
}

.photo-load .drag-drop .btn-load:hover {
    background: var(--primary-color);
}
.photo-load .thumbnail {
    display: block;
    min-width: auto !important;
    max-width: 100% !important;
    max-height: 300px !important;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 3px;
}
.campaign_detail {
    padding: 50px 0;
}
.camp_left img {
    border-radius: 3px;
}
.camp_left {
    position: relative;
}
.camp_left .nav.nav-tabs {
    display: block;
    margin-top: 30px;
    border: none;
}
.camp_left .nav.nav-tabs li {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 0 3px;
}
.camp_left .nav.nav-tabs li a {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 7px 25px;
    display: block;
    margin: 10px 0;
    text-align: center;
    border-radius: 4px;
}
.camp_left .nav.nav-tabs li a:hover {
    background-color: var(--primary-color);
}
.camp_left .nav.nav-tabs li a.active {
    background-color: var(--primary-color);
}

.camp_left .tab-pane {
    font-weight: 400;
    color: #838694;
    font-size: 16px;
    line-height: 2.1;
    font-family: "Poppins", sans-serif;
    padding-top: 15px;
}
.camp_left .featured_tag {
    position: absolute;
    background-color: #181a24;
    padding: 4px 10px;
    border-radius: 2px;
    top: 15px;
    right: 20px;
    font-size: 22px;
    color: #f8c54a;
}
.camp_left .tab-pane p,
.camp_left .tab-pane span {
    font-family: "Poppins", sans-serif !important;
    color: #838694 !important;
    font-size: 16px !important;
    line-height: 2.1 !important;
}
.camp-right .cat {
    display: inline-block;
    background-color: var(--secondary-color);
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
}
.camp-right .cat:hover {
    background-color: var(--primary-color);
}
.camp-right h2 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.camp-stats {
    margin: 30px 0;
    background-color: #fff;
    border-radius: 2px;
    /*padding: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 60px;*/
}

.camp-stats span {
    color: var(--secondary-color);
    font-size: 24px;
}
.camp-stats p {
    color: #838694;
    font-size: 16px;
}
.camp-progress {
    margin-bottom: 30px;
}
.camp-progress p {
    color: #000000;
    font-weight:700;
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.camp-progress .progress {
    border-radius: 2px;
    height: 20px;
    margin-bottom: 10px;
    background-color: #e9ecef;
}

.camp-progress .progress .progress-bar {
    background-color: var(--secondary-color);
    padding: 0 2px;
}
.donate-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 30px 0;
}

.donate-action .input-group {
    width: 50%;
}
.donate-action.muted button {
    cursor: not-allowed;
    background-color: #ddd;
    color: #7b7b7b !important;
    width: 100%;
}
.donate-action.muted button:hover,
.donate-action.muted button:focus {
    cursor: not-allowed;
    background-color: #ddd !important;
    color: #7b7b7b !important;
    width: 100%;
}

.modal-footer button.btn-primary {
    background-color: var(--secondary-color);
    border-radius: 2px;
}
.donate-action input {
    border: none;
    height: 62px;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    background-color: #e9ecefb0;
}
.donate-action input:focus {
    box-shadow: none !important;
}
.donate-action .input-group-text {
    border: none;
    background-color: #e9ecef;
    font-weight: 700;
    padding: 3px 18px;
    border-radius: 0;
    height: 100%;
}
.form-control {
    background-color: #fff;
}

.donate-action button {
    height: 62px;
    width: 50%;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--secondary-color);
}
.camp_author {
    display: flex;
}
.camp_author img {
    height: 70px;
    margin-right: 10px;
    width: 70px;
    border-radius: 100%;
    align-items: center;
}
.camp_author h5 {
    color: #838694;
    font-size: 15px;
}
.camp_author h5 a {
    color: #1b1f2e;
    font-weight: 500;
    text-transform: capitalize;
}
.camp_author h5 a:hover {
    color: var(--secondary-color);
}
.camp_author .media-body {
    color: #838694;
    font-size: 15px;
}
.camp-right .created {
    color: #838694;
    font-size: 13px;
    margin: 5px 0 0 0;
}
.author_btns {
    display: block;
    margin: 20px 0 0 0;
}

.author_btns a,
.author_btns button {
    width: calc(50% - 5px);
    display: inline-block;
    text-align: center;
    margin: 2px 0;
}
.copy_link {
    margin: 20px 0;
}
.copy_link input {
    background-color: #fff;
    height: 60px;
    border: none;
    border-radius: 0;
}
.copy_link input:focus {
    box-shadow: none;
}
.copy_link .input-group-text {
    background-color: #ddd;
    height: 60px;
    border: none;
    border-radius: 0;
}
.copy_link input.form-control:disabled,
.copy_link input.form-control[readonly] {
    background-color: #fff;
}
.copy_link .input-group-append {
    cursor: pointer;
}
.cp-board {
    color: #838694;
    margin: 2px 0;
    line-height: 0;
    font-size: 13px;
    display: none;
}
.rewards_list {
    margin: 30px 0;
        /*padding: 10px 40px 10px 80px;*/
    border-top: #ddd solid 1px;
    
}

.rewards_list h2 {
    margin: 5px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.reward_box {
    margin: 30px 0;
    border: none;
    border-radius: 0;
        background-color: white;
}
.reward_box .card-header {
    background-color: #ddd;
    color: #333;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.reward_box p.pledge {
    display: flex;
    align-items: center;
    color: #333;
}

.reward_box p.pledge strong {
    color: var(--secondary-color);
    font-size: 26px;
    padding-left: 15px;
}

.reward_box p {
    color: #838694;
    font-size: 16px;
    margin-bottom: 10px;
}
.reward_box p i {
    color: var(--secondary-color);
    font-size: 20px;
    padding-right: 5px;
}
.reward_box .card-footer {
    background-color: transparent;
    padding: 0;
    border: none;
}
.reward_action a {
    width: calc(50% - 3px);
    display: inline-block;
    text-align: center;
    border-radius: 0;
    padding: 13px 25px 13px 25px !important;
}
.reward_action a.btn-block {
    width: 100%;
}
.share_button {
    margin: 20px 0;
}
.share_button ul {
    margin: 0;
    padding: 9px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) !important;
}
.share_button ul li {
    display: inline-block;
}
.share_button ul li a {
    display: block;
    background-color: #e9ecef;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    color: var(--primary-color);
    font-size: 21px;
    transition-duration: 0.4s;
}
.share_button ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.update_box {
    margin: 30px 0;
    border-bottom: #ddd solid 1px;
}
.update_box:nth-last-of-type(1) {
    border: none;
}

.update_box h2 {
    margin: 0;
    color: #333;
    font-size: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.update_box h2 div {
    margin-left: auto;
}

.update_box h2 div a {
    background-color: #ddd;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #848484;
    text-align: center;
    padding-top: 6px;
    transition-duration: 0.4s;
}

.update_box h2 div a:hover {
    color: #000;
}
.login_alert {
    display: block;
    padding: 15px;
    border-radius: 3px;
    text-align: left;
    background-color: #ddd;
    margin: 30px 0;
}
.login_alert p {
    margin: 0;
}
.cm_errors {
    display: none;
}
.comment_list {
    background-color: red;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #fff;
    display: none;
    border-radius: 3px;
}
.comment_list li {
    padding: 5px 0;
    line-height: 15px;
}
.comment_box {
    margin: 30px 0 0 0;
}
.comment_box textarea {
    height: 130px;
}
.comments_header {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #dddddd;
}
.comments_header img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.comments_header h5 {
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.cmt-action {
    margin-left: auto;
}
.cmt-action a {
    background-color: #ddd;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #848484;
    text-align: center;
    padding-top: 6px;
    transition-duration: 0.4s;
}

.cmt-action a:hover {
    color: #000;
}

.comments_header p {
    margin: 0;
    line-height: 23px !important;
    font-size: 14px !important;
}
.bank_detail {
    background-color: #dddddd;
    color: #333;
    padding: 15px;
    border-radius: 3px;
}

.payment_methods_details #card-element {
    border: #ddd solid 1px;
    padding: 10px;
    border-radius: 4px;
}

.payment_methods_details .payment {
    display: none;
}
.jq-toast-wrap {
    width: auto;
    min-width: 200px;
}

.jq-toast-single {
    font-family: "Poppins", sans-serif;
}

.error_page img {
    display: inline-block;
    max-height: 400px;
    max-width: 100%;
}
.blog_detail {
    color: #6b6f76;
    font-weight: 400;
}
.blog_detail h2 {
    color: #000;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.blog_detail img {
    border-radius: 3px;
    min-width: 70%;
}
.blog_date span {
    color: #fff;
    background-color: var(--secondary-color);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.blog_detail p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    line-height: 30px;
}
.blog_detail .share_button h3 {
    color: #000;
}

.blog_detail .share_button ul {
    width: 70%;
}
.campaign_box.event a .caption p {
    font-weight: 400;
    font-size: 14px;
}

.campaign_box.event a .caption span:nth-of-type(1) {
    background-color: var(--secondary-color);
}

.campaign_box.event a .caption span {
    color: #fff;
    background-color: var(--secondary-color);
    padding: 5px;
    font-size: 12px;
    border-radius: 2px;
    margin: 0;
}
.event_content {
    background-color: var(--secondary-color);
    padding: 20px;
    color: #fff;
    margin: 10px 0;
    border-radius: 3px;
}
.red-color-feedback {
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    margin-top: 0.25rem;
    color: #dc3545;
}
.red-color-feedback strong {
    font-weight: 400;
    font-size: 14px;
}
.event_content .media img {
    height: 80px;
    width: 80px;
    border-radius: 200%;
}

/*---------------------------------------
media queries
----------------------------------------*/
@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        text-transform: capitalize;
        padding: 15px 12px;
    }

    .navbar-form .form-control {
        width: 342px;
    }

    .navbar-form .btn-default {
        margin-left: -335px;
    }
}
@media (max-width: 992px) {
    .episode-card img {
        max-width: 180px;
    }

    .slider-item h1 {
        font-size: 22px;
    }

    .slider-item p {
        font-size: 14px;
        max-height: 64px;
    }

    .slider-item p.genre_count {
        font-size: 14px;
    }

    .section-title h1 {
        font-size: 22px;
    }

    .navbar-collapse {
        padding: 0 !important;
        max-height: 100% !important;
        border-top: #e7e7e7 solid 1px;
        margin-top: 10px;
    }
    .navbar-collapse .basic-button {
        margin-top: 15px;
        display: inline-block;
    }

    .navbar-form .form-control {
        width: 100%;
        padding: 0 7px;
    }

    .navbar-form .btn-default {
        display: none;
    }

    .navbar-form {
        border-top: 0;
        box-shadow: none;
        margin-top: 0;
    }

    .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-collapse.collapsing {
        border-top: #e7e7e7 solid 1px;
        padding: 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none !important;
    }

    .navbar-left {
        float: none !important;
        padding: 10px 15px;
    }

    .navbar-form .form-group {
        display: block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form {
        border-bottom: #e7e7e7 solid 1px;
    }

    .navbar-right {
        float: none !important;
        margin-right: 0;
    }

    .navbar-nav > li {
        float: none;
        width: 100%;
        display: block;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 14px;
    }

    .item-content h2 {
        font-size: 24px;
    }

    .item-overlay {
        height: auto;
        padding: 15px 0;
    }

    .item_detail {
        height: auto;
    }

    .item-right-sidebar h1 {
        font-size: 24px;
    }

    .item-right-sidebar ul li {
        font-size: 14px;
    }

    .dropdown-menu.user-dp {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        border-radius: 0 !important;
    }
    .dropdown-menu.user-dp li a {
        padding: 5px 5px 5px 30px;
        color: #fff;
    }
    .dropdown-menu.user-dp li a:hover {
        background-color: transparent;
        color: #18bfc3;
    }
}
@media (max-width: 768px) {
    
    .accounts .login {
        width: 100%;
    }
    .section {
        padding: 0 0;
    }
    ul.navbar-nav {
        padding: 0 10px;
    }
    .navbar-brand {
        padding-left: 10px;
    }
    .hero_section {
        display: block;
        height: auto;
        min-height: auto;
    }
    .home_search_form input {
        min-width: auto;
    }
    .home_search_form button {
        padding: 7px 20px;
    }

    .content-box {
        min-height: 145px;
    }

    .item-content h2 + p {
        display: none;
    }
    .navbar-collapse.collapse {
        padding: 0 15px;
    }

    .navbar-collapse.collapsing {
        padding: 0 15px;
    }

    .dropdown-menu.user-dp {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        border-radius: 0 !important;
    }
    .dropdown-menu.user-dp li a {
        padding: 5px 5px 5px 30px !important;
        color: #fff !important;
    }
    .dropdown-menu.user-dp li a:hover {
        background-color: transparent;
        color: #18bfc3 !important;
    }
}
#donate-btn {
    padding: 10px 80px !important;
}
.category-view-link {
    text-align: center;
    padding-top: 8px;
}
.category-view-link a {
    font-weight: bold;
    color: #555;
    text-decoration: none;
}

.category-view-link a:hover {
    text-decoration: underline;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    padding-bottom: 5px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    /*background-color: rgba(75,75,75,0.7);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: -52px 0 0 0;
    padding: 60px 90px;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

/*# sourceMappingURL=app.css.map */
