/*!
Theme Name: Snow Patrol
Theme URI: https://snowpatrol.com/
Author: FADE Agency
Author URI: http://fadeagency.com
Description: Snow Patrol website theme.
Version: 1.0.0
Text Domain: snow-patrol
*/


/* Fonts
------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

@font-face {
    font-family: 'My Webfont';
    src: url('https://cdn1.umg3.net/485-cdn/fonts/mywebfont.eot');
    /* IE9 Compat Modes */
    src: url('https://cdn1.umg3.net/485-cdn/fonts/mywebfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://cdn1.umg3.net/485-cdn/fonts/mywebfont.woff') format('woff'),
        /* Modern Browsers */
        url('https://cdn1.umg3.net/485-cdn/fonts/mywebfont.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://cdn1.umg3.net/485-cdn/fonts/mywebfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

/* Global
------------------------------*/

html {
    height: 100%;
    height: 100vh;
}

body {
    color: #262626;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    padding-top: 50px;
    background: url(img/back.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    height: 100vh;
}

.inner_page {
    color: #262626;
    background: #f3f8ff;
}

a {
    color: #1b6f8f;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.bg-dark {
    background-color: #262626 !important;
    background: url(https://cdn1.umg3.net/485-cdn/img/bg-dark.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/back.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1050;
    background-color:#0a879d;
}

#snowflake {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(img/preloader.gif);
    background-size:130px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -65px 0 0 -65px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.snowflake-promo {
    animation: spin 20s linear infinite;
    max-width: 300px;
    margin-bottom: 20px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {
    .snowflake-promo {
        max-width: 100px;
        margin-top: 20px;
    }
}

hr.hr-light {
    height: 6px;
    background: url(https://cdn1.umg3.net/485-cdn/img/hr-light.png) repeat-x 0 0;
    border: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

hr.hr-dark {
    height: 6px;
    background: url(https://cdn1.umg3.net/485-cdn/img/hr-dark.png) repeat-x 0 0;
    border: 0;
    margin-bottom: 30px;
    margin-top: 0;
}

.snowflake {
    margin-top: 30px;
}

article {
    margin-bottom: 30px;
}

embed,
iframe,
object {
    max-width: 100%;
}

.more {
    margin-top: 30px;
}

/* Navigation
------------------------------*/

.navbar-brand {
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    background-color: #fff;
    padding: 5px 30px;
    margin-left: -15px;
    text-transform: uppercase;
    color: #000;
}

.navbar-brand:hover {
    color: #fff !important;
    background-color: #000;
}

.navbar-dark .navbar-brand {
    color: #000;
}

.navbar {
    padding: 0rem 1rem;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

.navbar-dark .navbar-nav .nav-link,
.dropdown-item {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 14px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #96d7e2;
}

.navbar-dark .navbar-nav .nav-link .fa-layers {
    font-size: 24px;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #96d7e2;
}

.menu-social-container {
    margin: -10px;
}

@media (max-width: 1200px) {
    ul.navbar-test {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }

    ul.navbar-test li {
        padding-left: 20px;
    }
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    background: url(https://cdn1.umg3.net/485-cdn/img/bg-dark.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: transparent;
}

@media screen and (max-width: 1200px) {
    .dropdown-item {
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .navbar>li>a.dropdown-toggle {
        display: none;
    }

    .navbar .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* Header
------------------------------*/

.jumbotron {
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    position: relative;
}

@media (max-width: 760px) {
    .jumbotron {
        height: auto;
    }
}

.jumbotron p,
.jumbotron-page p {
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.jumbotron .snowflake {
    margin-bottom: 20px;
}

.jumbotron h4 {
    color: #262c62;
    font-size: 30px
}

.jumbotron-page {
    background: url(img/back.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}


/* Headings
------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
}

.event_widget h1,
.event_widget h2,
.event_widget h3,
.event_widget h4,
.event_widget h5,
.event_widget h6 {
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    font-weight: 900;
    line-height: 1em;
    color: #262626;
}

h1.title {
    font-size: 110px;
    color: #262c62;
    letter-spacing: -3px;
}

h1.promo-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    font-size: 2.4em;
}

@media (max-width: 576px) {
    h1.promo-title {
        font-size: 1.6em;
    }
}

h2.promo-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1em;
    font-size: 2em;
}

@media (max-width: 576px) {
    h2.promo-title {
        font-size: 1em;
    }
}

.promo-box {
    background: rgba(227, 30, 0, 0.7);
    padding: 15px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #fff;
    font-size: 1.6em;
    line-height: 1.2em;
    display: block;
}

@media (max-width: 576px) {
    .promo-box {
        font-size: 1.1em;
        line-height: 1.1em;

    }
}

.page-promo {
    max-width: 300px;
}

.jumbotron p {
    margin-top: 20px;
}

h2.title {
    font-size: 45px;
}

h3.title {
    font-size: 30px;
}

@media (max-width: 576px) {
    h1.title {
        font-size: 60px;
    }

    h2.title {
        font-size: 24px;
    }

    h3.title {
        font-size: 20px;
    }
}

h1.section-title {
    font-size: 40px;
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -2px;
    line-height: 1em;
    padding: 30px;
}

h2.section-title {
    font-size: 30px;
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
    color: #262626;
    letter-spacing: -2px;
    line-height: 1em;
    padding: 20px;
}

h2.music-title {
    font-size: 30px;
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
    color: #262626;
    letter-spacing: -2px;
    line-height: 1em;
}

.inner_page h1.section-title {
    font-size: 40px;
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
    color: #262626;
    letter-spacing: -2px;
    line-height: 1em;
    padding: 30px;
}

/* Buttons
------------------------------*/

.btn {
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-promo {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-weight: 400;
    font-size: 1.2em;
}

.btn-promo:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-tickets {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: 400;
}

.btn-tickets:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-outline-promo {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
    font-weight: 400;

}

.btn-outline-promo:hover {
    color: #262626;
    background-color: #ffffff;
    border-color: #ffffff;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-10px);
    }
}

.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-weight: 400;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-primary {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
    font-weight: 400;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

@media (max-width: 768px) {
    .btn-lg {
        font-size: 90%;
        line-height: 1;
    }
}

.btn-promo {
    margin-bottom: 5px;
}

.buttons {
    margin-top: 30px;
}

/* Video Player
------------------------------*/

.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22px;
    left: 20px;
    margin: 0;
    padding: 0;
}

.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22px;
    right: 20px;
    margin: 0;
    padding: 0;
}

.owl-next a:hover {
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 34px;
    margin: 0px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.owl-carousel .item {
    height: 100px;
    background: #4DC7A0;
    background-size: cover;
    background-position: center;
}

.owl-theme {
    margin-top: 20px;
}

.owl-nav .fa-chevron-circle-left:hover,
.owl-nav .fa-chevron-circle-right:hover {
    color: #1b6f8f;
}

.video-title {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    line-height: 1em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.video-title:hover {
    color: #474747;
}

.inner_page .card-body {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
}

.page-id-47 .card-body {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-id-46 .card-body {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    min-height: 135px;
}

.page-id-46 .card {
    margin-bottom: 30px;
}

#video-player {
    background-color: #ffffff;
    padding: 10px 10px 5px 10px;
    position: relative;
}

.video-width .container-fluid {
    width: 90%;
}

@media (max-width: 767px) {
    .video-width .container-fluid {
        width: 94%;
    }
}

/* Cards
------------------------------*/

.card {
    background: #fff;
    color: #262626;
    position: static;
}

.card:hover {
    background: #96d7e2;
}

.card-img-top,
.card-body,
.card {
    border-radius: 0 !important;
    border: 0;
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    font-weight: 900;
}

.blog .card-img-top,
.single .card-img-top {
    margin-bottom: 30px;
}

.card-title {
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
}

.home .card-title,
.archive .card-title,
.page-template-default .card-title {
    font-family: 'proxima_nova_altblack';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1em;
    color: #000000;
    text-transform: uppercase;
}

.card-date {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    color: #000000;
}

.item {
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE8 and lower */
    zoom: 1;
    /* Triggers "hasLayout" in IE 7 and lower */
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
}

.item:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    zoom: 1;
}

.item img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:hover img {
    -moz-transform: rotate(15deg) scale(1.3);
    -webkit-transform: rotate(15deg) scale(1.3);
    transform: rotate(15deg) scale(1.3);
}

.news-image {
    height: 240px;
}

.item-photo {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-photo img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-photo:hover img {
    -moz-transform: rotate(15deg) scale(1.3);
    -webkit-transform: rotate(15deg) scale(1.3);
    transform: rotate(15deg) scale(1.3);
}

.album-name {
    line-height: 1em;
    font-size: 13px;
}

.album-counter {
    line-height: 1em;
    font-size: 12px;
    margin-top: 20px;
}

.album .card {
    margin-bottom: 20px;
}

/* Events
------------------------------*/

.event_widget .event_left .event_date {
    font-size: 17px;
    padding: 2px 0;
    text-transform: uppercase;
}

.event_widget .event_left .event_date:before {
    top: 17px;
    width: 33px;
}

.event_widget .event_item {

    padding: 15px 20px 20px 20px;
    background: #ffffff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.event_widget .event_item:hover {
    background: #96d7e2;
    cursor: pointer;
}

.event_widget .event_detail .event_time,
.event_widget .event_detail .event_location {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.event_widget .event_detail .event_venue {
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 1100px) {

    .event_widget .event_detail .event_time,
    .event_widget .event_detail .event_location {
        display: inline-block;
        margin-bottom: 0;
    }

    .event_widget .event_detail .event_button {
        float: right;
        margin: 0;
        margin-top: -12px;
    }

    .event_widget .event_detail .event_venue {
        margin: 7px 0 3px;
    }
}

.event_single .event_item {
    position: relative;
    padding: 15px 20px 20px 20px;
    background: #212121;
}

.event_single .event_item.has_map {
    padding: 20px;
}

.event_single .event_item.has_map .event_map {
    margin-bottom: 15px;
}

.event_single .event_time,
.event_single .event_location {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.event_single .event_button {
    margin: 0;
    margin-top: -12px;
    margin-left: 5px;
}

/* Events Widget
------------------------------*/

.event_widget article {
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.event_widget article:last-child {
    margin-bottom: 0;
}

.event_widget .event_left {
    font-weight: 700;
    position: relative;
    z-index: 0;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    text-transform: uppercase;
}

.event_widget .event_left .event_date {
    font-size: 20px;
    position: relative;
    z-index: 100;
    display: inline-block;
    min-width: 35px;
    margin-bottom: 3px;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #000;
}

.event_widget .event_left .event_month {
    min-width: 35px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.event_widget .event_detail {
    overflow: hidden;
    float: left;
}

.event_widget .event_buttons {
    float: right;
    text-align: center;
}

.event_widget .event_detail .event_venue {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1em;
}

@media (max-width: 767px) {
    .event_widget .event_buttons {
        float: left;
    }

    .event_widget .event_buttons {
        float: left;
        text-align: left;
    }
}

.event_widget .event_detail .event_time,
.event_widget .event_detail .event_location {
    font-weight: 700;
    line-height: 1em;
    color: #000;
}

.event_widget .event_detail .event_button {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .event_location {
        font-size: 24px;
    }

    .event_date {
        font-size: 12px !important;
    }
}

/* Footer
------------------------------*/

.footer {
    background-color: #262626;
    background: url(https://cdn1.umg3.net/485-cdn/img/bg-dark.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
    margin-top: 60px;
    font-size: 10px;
    color: #717171;
}

.footer a {
    color: #717171;
}

.footer a:hover {
    color: #ffffff;
}

.footer img {
    opacity: 1.0;
    filter: alpha(opacity=40);
}

.footer img:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
}

/* PageNavi
------------------------------*/

.wp-pagenavi {
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 6px 12px;
    margin: 2px;
    background: #1b6f8f;
    color: #fff;
    font-family: Oswald;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #1b6f8f;
    border-radius: 25px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #262626;
    border: 1px solid #262626;
    color: #fff;
    text-decoration: none;
}

.wp-pagenavi span.current {
    background: #FFF;
    color: #1b6f8f;
    border: 1px solid #1b6f8f;
}

@media screen and (max-width: 767px) {

    .wp-pagenavi span.pages,
    .wp-pagenavi a.last {
        display: none;
    }
}

/* Newsletter Signup Modal
------------------------------*/

a.close-modal {
    top: 0px !important;
    right: 0px !important;
}

.ae-cform-modal-container,
.ae-cform-container {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 0.5rem 1rem;
    max-width: 1200px !important;
}

.ae-cform-modal-display-cta {
    color: #ffffff;
    font-size: 17px !important;
}

a.ae-cform-modal-display-cta:hover {
    color: #96d7e2;
}

.ae-cform-header-image {
    width: 100%;
}

.error-page {
    min-height: 400px;
}

.ae-cform-mailing-list-success-1 {
    font-size: 12px !important;
}


/* Gallery
------------------------------*/


.ngg-albumtitle,
.ngg-description {
    text-align: left
}

.ngg-albumoverview {
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: block !important
}

.ngg-album {
    height: 100%;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: none !important;
}

.ngg-albumtitle {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.4em
}

.ngg-thumbnail {
    float: left;
    margin-right: 12px
}

.ngg-thumbnail img {
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    margin: 4px 0 4px 5px;
    padding: 4px;
    position: relative
}

.ngg-thumbnail img:hover {
    background-color: #A9A9A9
}

.ngg-album-compact {
    float: left;
    padding: 0 12px 4px 0 !important;
    margin: 0 !important;
    text-align: left
}

.ngg-album-compact a {
    border: none
}

.ngg-album-compactbox {
    margin: 0 !important;
    padding: 8px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    border: 1px solid gray;
    border-radius: 6px;
    z-index: 1
}

.ngg-album-compactbox:after,
.ngg-album-compactbox:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid gray;
    border-radius: 6px;
    z-index: -1
}

.ngg-album-compactbox:before {
    bottom: -7px
}

.ngg-album-compactbox:after {
    bottom: -4px
}

.ngg-album-compactbox .Thumb {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #000 !important
}

.ngg-album-compact h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0
}

.ngg-album-compact h4 .ngg-album-desc {
    overflow: hidden;
    display: block;
    height: 54px
}

.ngg-album-compact p {
    font-size: 11px;
    margin: 0
}

.ngg-clear {
    clear: both;
    float: none
}