/*
Theme Name: Christina Aguilera
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* General */

html {
    position: relative;
    min-height: 100%;
}

body {
    background:#150c17;
    font-size: 18px;
    color:#695e65;
    font-family: Cambria, Georgia, 'Droid Serif', serif;
    /*font-family: Arial, sans-serif;*/
}

body.home {
    background:#150c17;
}

a {
    color: #695e65;
    text-decoration: none;
}

a:hover, a:focus {
    color: #9e7774;
    outline: 0;
    text-decoration: none;
}

.h1, h1 {
    letter-spacing: 1px;
    font-weight: 600;
}

header {
    min-height:70px;
    font-family: 'Oswald', sans-serif;
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:rgba(236,225,219,0.9);
    background:url(assets/img/nav-bg.png);
    padding:10px 0;
    z-index: 99;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}

.text-inline {
    display:inline;
    vertical-align: middle;
}

.navbar-nav>li>a {
    color: #695e65;
    text-decoration: none;
    font-size: 20px;
    padding:0;
    margin:15px;
}

.dropdown-menu>li>a {
    text-decoration: none;
    text-transform: uppercase;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    background:transparent;
    color: #9E7774;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background:transparent;
    color:#9E7774;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    background: url(assets/img/nav-bg.png);
}

.navbar-nav>li.current_page_ancestor > a,
.navbar-nav>li.current_page_item > a {
    border-bottom:2px solid rgba(200,190,187,0.7);
}

.socials-header, .newsletter-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #9E7774;
    font-size: 15px;
    padding: 12px 0 0 0;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.newsletter-link {
    padding-top:13px;
}

.newsletter-link:hover {
    text-decoration: none;
    color: #695e65;
}

.socials-header {
    padding:12px 0 0 0;
}

.socials-header a {
    color:#9e7774;
    border: 1px solid #9e7774;
    line-height: 0;
    font-family: none;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 1px;
}

.socials-header a:focus,
.socials-header a:hover {
    color:#695e65;
    border: 1px solid #695e65;
}

.socials-header img,
.newsletter-link img {
    margin:0 0 0 10px;
    vertical-align: bottom;
}

.newsletter-link img {
    margin:0 10px 0 0;
    vertical-align: middle;
}

.logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.brand {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 60px;
    vertical-align: sub;
    width: 300px;
    z-index: 1;
}

#main-menu li:nth-child(4) {
    margin-left:360px;
}

.bg-image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:auto;
    margin:auto;
    z-index: -1;
}

.content {
    background-color:rgba(255,255,255,1);
    background-size:cover;
    background-position: center center;
    min-height: 855px;
    padding-top:100px;
    padding-bottom:50px;
    background-attachment: fixed;
    position: relative;
}

.home .content {
    background-image:none;
}

.home .content > .owl-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

.bg-slider {
    height:900px;
    background-size:cover;
    background-position:center center;
}

.content-wrapper {
    background:transparent;
    min-height:500px;
    padding-top:20px;
    padding-bottom:20px;
}

.content-wrapper {
    background:rgba(255,255,255,.9);
}


.home .news-items-wrapper {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0 10%;
}

.home .news-item {
    background:rgba(21,12,23,0.85);
    color:#fff;
    font-size:0;
    min-height:148px;
    position:relative;
    padding:0;
    border:0;
}

.home .news-image {
    display:inline-block;
    width:50%;
    vertical-align: top;
}

.home .news-content {
    vertical-align: top;
    display:inline-block;
    width:50%;
    padding:15px 15px 7% 15px;
    font-size:16px;
}

.home .news-content.full {
    width:100%;
    padding-bottom:22%;
}

.home .news-thumb {
    width:100%;
    height:auto;
    opacity: 0.5;
}

.home .news-title {
    text-transform: uppercase;
    font-size:20px;
    margin:0;
}

.home .news-title a {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color:#e3d9d3;
    font-size:20px;
    font-weight:400;
    letter-spacing: 1px;
}

.home .news-title.twitter {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color:#e3d9d3;
    font-size:16px;
    font-weight:400;
    letter-spacing: 1px;
    word-wrap: break-word;
}

.home .news-title.twitter a {
    font-size:16px;
}

.home .read-more {
    margin-top:15px;
    font-family: Cambria, Georgia, 'Droid Serif', serif;
    font-size:13px;
    color:#695e65;
    text-transform: none;
    text-decoration: none;
    position: absolute;
    bottom:15px;
}


.home .read-more .fa-twitter {
    margin-right:5px;
}


.home .news-thumb:hover {
    opacity: 1;
}

.home .news-title a:hover {
    color:#695e65;
}

.home .read-more:hover {
    color:#e3d9d3;
}


.page-template-page-releases-php .content-wrapper {
    padding-top:50px;
    padding-bottom:50px;
}

.page-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #e3d9d3;
    text-transform: uppercase;
    font-size: 36px;
    margin: 20px 0 40px 0;
}

.blog .page-title {
    margin: 20px 0 20px 0;
}

.single .page-title {
    color: #695e65;
    line-height: 1.5;
    margin: 0 0 15px 0;
    font-size:36px;
}

.single-album .page-title {
    margin: 0 0 30px 0;
}

.single-video .content-wrapper,
.page-template-page-videos-php .content-wrapper {
    max-width:800px;
    text-align:center;
}

.single-video .page-title,
.page-template-page-videos-php .page-title {
    margin-top:10px;
    margin-bottom:0;
    font-size: 20px;
    color:#695e65;
}

.single-video .media-body,
.page-template-page-videos-php .media-body {
    padding-top:15px;
}

.single-video .cal-date.block,
.page-template-page-videos-php .cal-date.block {
    margin-right:0;
    margin-bottom:30px;
}

.single-video .share-footer,
.page-template-page-videos-php .share-footer {
    padding-top: 0;
    border-top: 0;
    margin-top:7px;
}

.single-format-standard .news-content {
    max-width:600px;
    margin:auto;
}

.share-footer {
    margin-top:50px;
    padding-top:50px;
    font-family: 'Oswald', sans-serif;
    border-top:1px solid #e1e1e1;
    text-transform: uppercase;
}

.share-footer .container-fluid {
    max-width:600px;
    margin:auto;
}

.share-footer .back-to-link {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    color:#9e7774;
    border-bottom:1px solid #9e7774;
}

.share-footer .back-to-link:focus,
.share-footer .back-to-link:hover {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    color:#695e65;
    border-bottom:1px solid transparent;
}

.share-footer .socials span {
    font-size: 14px;
    letter-spacing: 1px;
    color:#695e65;
}

.share-footer .container-fluid {
    max-width:600px;
    margin:auto;
}

.share-footer .socials .permalink-social {
    border: 1px solid #B59997;
    padding: 7px 0;
    vertical-align: bottom;
    display: inline-block;
    min-width: 30px;
    text-align: center;
    font-size:14px;
    line-height: 0;
}

.share-footer .socials .permalink-social a {
    color:#B59997;
}

.share-footer .socials .permalink-social:focus,
.share-footer .socials .permalink-social:hover {
    border: 1px solid #695E65;
}

.share-footer .socials .permalink-social:focus a,
.share-footer .socials .permalink-social:hover a {
    color:#695E65;
}

.single .cal-date {
    color: #38303a;
    font-family: 'Oswald', sans-serif;
    margin:0;
    font-weight:400;
    font-size: 20px;
    margin:10px 0 40px 0;
    display:block;
    width:auto;
}

.share-icon {
    width:30px;
    height:30px;
}

.share-icon:last-of-type {
    display:none;
}

.socials a:hover .share-icon:last-of-type {
    display:inline-block;
}

.socials a:hover .share-icon:first-of-type {
    display:none;
}

.sidebar {
    margin:0 10px;
        max-width: 170px;
}

.details {
    margin: 0 0 5px 0;
}

.details h3 {
    display: inline;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2em;
    color: #6a5562;
    padding-right: 4px;
    font-weight: bold;
}

.album-item.media {
    max-width: 290px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin: 40px auto 0 auto;
}

.sidebar .album-thumb {
    border: 4px solid #9a856d;
    border-width: 5px 4px;
    height: 151px;
    width: 151px!important;
    margin: 0 0 10px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 10px #000;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;
}

.album-text {
    font-size: 16px;
    padding: 30px 45px 0 45px;
}

.album-image {
    display:inline-block;
    margin: 0 auto;
    /*border: 5px solid #9A856D;*/
    height: 290px;
    width: 290px;
    position: relative;
}

.album-title {
    margin: 20px 0 0 0;
    line-height: 1.5;
}

.album-title a {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1;
    color: #9e7774;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-bottom: 2px solid #cebbb9;
    /* margin-bottom: 2px; */
    line-height: 1.5;
}

.album-title a:hover {
    color: #695e65;
    border-color:transparent;
}

.album-title {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    color: #9e7774;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    width:70%;
    float:left;
}

.album-details .details {
    font-size: 18px;
    color: #000;
    display: block;
    width: 30%;
    float: right;
    text-align: right;
    padding-top: 23px;
}

.album-buy ul.play {
    float:none;
}

.album-buy .btn-group {
    margin:20px 0;
}

aside .album-buy .btn-group {
    margin:5px 0;
}

.album-buy .btn-group .dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight:bold;
}

.album-buy .btn-group .dropdown-menu {
    border-radius:0;
    border: 2px solid #88888B;
}

.album-buy ul.play li {
    float:none;
    width:auto;
    display:block;
    margin:10px 0;
}

/*.album-buy ul.play li a {
    width:auto;
    font-size: 16px;
    padding-top:10px;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
}
*/

.single-album .album-title {
    margin: 20px 0 0 0;

}

.single-album .album-title a {
    color: #9B866E;
    font-family: 'Raleway';
    font-weight:100;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 32px;
    padding-right: 32px;
    background:none;
}

.single-album .share-footer {
    padding-top:0;
    border-top:none;
}

.player-control.play{
    background: url(assets/img/christina-sprite.png) no-repeat 0 -350px;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}

.player-control.pause {
    background: url(assets/img/christina-sprite.png) no-repeat -50px -349px;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}

.video-icon {
    margin-left:15px;
}

.tracks-wrapper {
    padding:10px 0;
    margin:auto;
}

.tracks-wrapper > div > .row {
    padding: 0;
}

.tracks-wrapper .row > div {
    min-height: 26px;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
    line-height: 2;
}

.tracks-wrapper .row > div > span {
    margin-top: 0;
    display: inline-block;
    line-height: 1;
    margin: 12px 0;
    color:#695e65;
    font-weight:bold;
}

.tracks-wrapper .row::first-of-type {
    min-height: inherit;
}

.tracks-wrapper .media-body {
    vertical-align: middle;
}

.track-no {
    margin-right:15px;
    color:#695e65;
    display:inline-block;
    font-weight:400;
}

.tracks {
    margin-left:15px;
}

.dropdown-toggle.btn-default:active:hover,
.open>.dropdown-toggle.btn-default:hover, .btn-default:focus, .btn-default:hover,
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,
#respond input[type=submit],
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,
.btn-default:focus,
.btn-default:hover,
.btn-default {
    background: #AD9880 url(assets/img/buttons.png) 0 -76px;
    border: 3px solid #AC9C89;
    font-family: 'Economica', sans-serif;
    margin: 10px 0 0 0;
    font-size:18px;
    font-weight:700;
    padding:0;
    text-transform: uppercase;
    min-width: 154px;
    color:#fff;
    -moz-box-shadow: 0px 1px 2px #555;
    -webkit-box-shadow: 0px 1px 2px #555;
    box-shadow: 0px 1px 2px #555;
}

.ca-btn {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    margin:0 40px 0 0;
    color: #9e7774;
    text-align:left!important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #9e7774;
    border-radius: 0;
    background: transparent;
    float:none!important;
    display:inline-block;
    padding:0;
}

.ca-btn span {
    min-width: 110px;
    display: inline-block;
}

.ca-btn i {
    margin-left:30px;
    display: inline-block;
}

.ca-btn:hover,
.ca-btn:active,
.btn-group:active .ca-btn.dropdown-toggle,
.btn-group.open .ca-btn.dropdown-toggle {
    box-shadow:none;
    color:#695e65;
    border-color:transparent;
}

.cal-date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    width: 38px;
    display: inline;
}

.cal-date.block {
    background: none repeat scroll 0 0 #ebe4e0;
    color: #38303a;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    display: inline-block;
    height: 75px;
    width: 55px;
    margin-right: 0;
    font-size: 21px;
    padding: 10px 0;
    font-weight:400;
    letter-spacing: 1px;
}

.day {
    font-size: 1.5em;
    line-height: 1.5;
}

.month {
    display: block;
    margin: 3px 0 0;
    line-height: 12px;
}

.news-item {
    padding:50px 0;
    margin:0;
    border-bottom:1px solid #e1e1e1;
}

.news-item p a {
    font-weight:bold;
    color:#695e65;
}

.news-item p a:focus,
.news-item p a:hover {
    color:#9e7774;
}

.single .news-thumb {
    margin-bottom:20px;
    width:100%;
    height:auto;
}

.news-title a, .news-title {
    color: #423b44;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin: 0 0 30px 0;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}

.news-title a:hover {
    color: #695e65;
}

.read-more,
.links {
    margin-top:7px;
}

.read-more a {
    color:#423b44;
    font-weight:600;
    text-decoration: none;
}

.read-more a:focus,
.read-more a:hover {
    color:#695e65;
}

.links span {
    margin: 0 5px 0 0;
}

.event-item {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom:15px;
    padding-bottom:15px;
}

.event-item .media-body {
    padding-top: 27px;
}

.event-title {
    margin:0;
}

.event-title,
.event-title a {
    color: #423b44;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.event-title a:hover {
    color: #38303a;
}

.event-item .links {
    margin-top:3px;
}

.gallery-item-wrapper {
    margin:10px -10px;
}

.gallery-item {
    margin-bottom:15px;
    position: relative;
    padding-bottom:75%;
    background-position:center center;
    background-size:cover;
    display:block;
}

.gallery-item > a {
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
}

.gallery-info-wrapper {
    position: absolute;
    bottom:0;
    width:100%;
    padding:5px 15px;
    background:rgba(0,0,0,0.7);
    /*pointer-events:none;*/
}

.gallery-item:hover .gallery-info-wrapper {
    background:rgba(0,0,0,0.8);
}

.gallery-item .overlay {
    opacity: 0;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    background:#fff;
    pointer-events:none;
}

.gallery-item:hover .overlay {
    opacity: 0.3;
}

.photo-count {
    float:right;
}

.photo-count a {
    font-size: 14px;
    text-decoration: none;
    color: #695e65;
    margin-top: 10px;
    display: inline-block;
}

.gallery-thumb {
    border: 3px solid #9A856D;
    width:100%;
    height: auto;
}

.gallery-title {
    color: #e3d9d3;
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    font-weight:400;
    text-transform: uppercase;;
    font-size: 20px;
    text-decoration: none;
    margin:10px 0;
    line-height:1;
    float:left;
}

.gallery-title a {
    text-decoration: none;
    color: #e3d9d3;
}

.gallery-title a:hover {
    text-decoration: none;
    color: #695e64;
}

.btn-default:active:hover,
.gallery-btn:focus,
.gallery-btn:hover,
.gallery-btn {
    margin:5px 0 0 0;
    min-width: inherit;
    text-decoration: none;
    padding: 0 10px;
    font-size: 15px;
    color:#fff;
    border:3px solid #AC9C89;
}

.video-item-wrapper {
    margin: 15px -10px;
}

.video-item {
    list-style: none;
    float: left;
    margin: 0px 0 20px 9px;
    width: 23.5%;
}

/*.video-thumb {
    position: relative;
    display: block;
    border: 3px solid #9b866e;
    overflow: hidden;
    width: 100%;
    height: 120px;
    background-size: cover;
}

.video-thumb img {
    height: auto;
    width: 100%;
}
*/

.video-thumb {
    position: relative;
    /*border: 3px solid #9b866e;*/
    /*height: 120px;*/
    overflow: hidden;
    /*width: 154px;*/
    width:100%;
    height:auto;
}

.video-thumb img {
    height: auto;
    width: 100%;
}

.play-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(assets/img/christina-sprite.png) -227px -260px;
    text-indent: -999em;
}

.vid-title a {
    text-decoration: none;
    padding: 6px 0 0;
    font-size: 15px;
    display: block;
    /*color: #666;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.vid-title a:hover {
    /*color: #695e64;*/
}

.video-thumb img:hover {
    opacity: 0.7;
}

footer {
    background: #150c17;
    padding: 15px;
}

footer p {
    color:rgb(105, 94, 101);
    margin:0;
    font-family: Cambria, Georgia, 'Droid Serif', serif;
    font-size:13px;
    text-transform: none;
    color:#695e65;
}

footer p a {
    color:rgba(255,255,255,0.6);
    text-decoration: none;
}

footer p a:focus,
footer p a:hover {
    color:#9e7774 ;
    text-decoration: none;
}

footer .margin-top {
    margin-top:10px;
}


footer .rca-logo {
    padding:5px 15px;
}

/*newsletter */

#Signup .field {
    margin: 15px 0;
}

#Signup .field label {
    display: block;
    font-size: 15px;
    float: left;
    text-align:left;
    width: 100px;
    font-weight: bold;
    color:#686868;
}

#Signup div.submit, #Signup .field p {
    margin-left: 100px;
    font-size:11px;
    margin-top:10px;
}

#Signup .text-field input {
    width: 240px;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #bbb;
    color: #444;
}

#Signup .drop-field select {
    padding: 8px;
    background: #fff;
    border: 5px solid #eee;
}

a.button-dim-lg:link, a.button-dim-lg:visited, a.button-dim:link, a.button-dim:visited, a.form-submit:link, a.form-submit:visited, .form-submit {
    background: #AD9880 url(assets/img/buttons.png) 0 -76px;
    border: 2px solid #AC9C89;
    line-height: 18px;
    padding: 2px 8px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    cursor: pointer;
    text-decoration: none;
    -moz-box-shadow: 0px 1px 2px #555;
    -webkit-box-shadow: 0px 1px 2px #555;
    box-shadow: 0px 1px 2px #555;
}

/* GALLERY */

.sme-image-gallery {
    padding:15px;
    background-color:rgba(39, 39, 39, 0.3);
}

.sme-image-wrapper {
    padding:10px;
    float:left;
    width:25%;
}

.sme-image-wrapper img {
    width:100%;
    border: 1px solid #999;
}


.sme-image-wrapper h3 {
    color:#ed1a2e;
    font-size:16px;
    text-transform: none;
}

.sme-image-wrapper h3:focus,
.sme-image-wrapper h3:hover {
    color:#d31225;
}

.sme-image-caption, .sme-image-caption h1 a, .sme-image-caption h1 {
    font-size: 12px;
    color: #686868;
    font-family: Arial, sans-serif;
    font-weight: lighter;
}

.sme-image-caption {
    padding:15px;
    position: relative;
    z-index: 9999;
}

.sme-image-caption a {
    text-decoration: none;
}

.sme-image-caption .lightbox-socials {
    color:#eddac1;
    margin: 0 10px;
    display:inline-block;
}

.sme-image-caption .lightbox-socials:focus,
.sme-image-caption .lightbox-socials:hover {
    opacity: 0.7;
}

.fancybox-opened .fancybox-title {
    width:100%;
}

.fancybox-skin {
    background: transparent;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-overlay {
    background: #000;
}

.fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    z-index: 8040;
    background: url(assets/img/close.png) center center;
    display:block;
}

.fancybox-next span {
    background: url(assets/img/right.png) center center;
    width: 16px;
    height: 14px;
    visibility: visible;
    right:15px;
}

.fancybox-prev span {
    background: url(assets/img/left.png) center center;
    width: 16px;
    height: 14px;
    visibility: visible;
    left:15px;
}

.fancybox-close:hover,
.fancybox-next:hover span,
.fancybox-prev:hover span {
    opacity:0.7;
}

.media, .media-body {
    overflow: visible;
}

.service_links ul {
    position: absolute;
    background: white;
    border: 1px solid black;
    bottom: 20px;
    display: block;
    width: auto;
    right: -10px;
}

.service_links ul {
    background: #fff;
    width: 230px;
    min-height: 100px;
    padding: 15px;
    border: 1px solid #ccc;
    left: 0;
    z-index: 0;
}

.share_link {
    position:relative;
}

#main li.share_link, #main li.share_link li, #quicktabs-6 li.share_link, #quicktabs-6 li.share_link li {
    display: inline;
}

.service_links ul li {
    float: left;
    clear: none;
    min-width: 95px;
    list-style: none;
    margin: 2px 0;
}


.service_links ul li a {
    text-transform: lowercase;
    text-decoration: none;
}

.service_links ul li img {
    margin: 0 5px 0 0;
}

.owl-carousel .owl-item {
    min-height: 340px;
}

.owl-next,
.owl-prev {
    display: block;
    height: 30px;
    width: 30px;
    background: red;
    text-indent: -999em;
    overflow: hidden;
    background: url(assets/img/christina-sprite.png) 0 0;
}

.owl-next {
    background-position: -150px 0;
    position: absolute;
    top: 22%;
    right: 0;
}

.owl-prev {
    position: absolute;
    top: 22%;
    left: -17px;
}

.owl-next:hover {
    background-position: -200px 0;
}

.owl-prev {
    position: absolute;
    top: 22%;
    left: -17px;
}

/* Responsive */


@media (min-width: 1700px ) {

    body {
        background-size:cover;
    }

}

@media (max-width: 1600px ) {

    #main-menu li:nth-child(4) {
        margin-left: 270px;
    }

    .brand {
        width: 230px;
    }

    .navbar-nav>li>a {
        font-size: 15px;
    }

    .nav.navbar-nav {
        width: 757px!important;
    }

}

@media (min-width: 1200px ) {

    .single-album .content-wrapper,
    .page-template-page-album-php .content-wrapper {
        width:1170px;
    }

}

@media (min-width: 992px ) {

    .container {
        width:960px;
    }

}


@media (min-width: 768px ) {

    .nav.navbar-nav {
        float: none;
        margin: auto;
        display: inline-block!important;
        text-transform: uppercase;
        vertical-align: middle;;
        position: absolute;
        margin: auto;
        padding: 0 0 0 15px;
        width: 936px;
        left: 0;
        right: 0;
        top: 11px;
    }

}

@media (max-width: 1440px ) {

    .brand {
        width: 220px;
        left: 0;
    }

    #main-menu li:nth-child(4) {
        margin-left: 280px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }

    .text-inline {
        font-size: 13px;
        vertical-align: middle;
    }

    .newsletter-link img {
         vertical-align: bottom;
    }

    .socials-header img {
         vertical-align: middle;

    }

    .newsletter-link {
        padding-top: 12px;
    }


}

@media (max-width: 1300px ) {

    .text-inline {
        display:none;
    }

    .brand {
        max-width: 230px;
        left: 0;
    }

    .socials-header {
        padding-top:15px;
    }

    .home .news-title.twitter,
    .home .news-title.twitter a {
        font-size:14px;
    }


}


@media (max-width: 1600px ) and  (min-width: 992px ) {

    .home .news-items-wrapper {
        padding: 0 15px;
    }

    .home .news-title a {
        font-size: 20px;
    }



}



@media (max-width: 1199px ) and  (min-width: 992px ) {

    .home .news-title a {
        font-size: 14px;
    }

}


@media (max-width: 991px ) {

    #main-menu li:nth-child(4) {
        margin-left: 210px;
    }

    .socials-header, .newsletter-link {
        padding-right: 0;
        padding-top: 8px;
    }

    #main-menu li:nth-child(4) {
        margin-left: 170px;
    }

    .nav>li>a {
        padding: 0;
        margin: 10px 10px;
    }

    .brand {
        max-width: 150px;
        left: -3%;
    }

    .home .news-item {
        margin-bottom:15px;
    }

    .nav.navbar-nav {
        padding-left:0;
        width:580px!important;
    }

    header {
        min-height:60px;
    }

    .album-image {
        width:100%;
        height:auto;
    }

}


@media (max-width: 1040px) and (min-width: 992px) {
    .social-toggle {
        display:inline-block!important;
        float: right;
        margin-top: 13px;
        color: #9e7774;
        border: 1px solid #9e7774;
        line-height: 0;
        font-family: none;
        display: inline-block;
        vertical-align: middle;
        padding: 3px 1px;
        width:23px;
    }

    .social-toggle:focus,
    .social-toggle:hover {
        color: #695e65;
        border: 1px solid #695e65;
    }

    .socials-header {
        display:none;
        position: absolute;
        right: 0;
        top: 70px;
        background: url(assets/img/nav-bg.png);
        padding: 15px;
    }

    .socials-header .text-inline {
        display: inline;
    }    
    
    .socials-header.show-social-bar {
        display:inline-block;
    }
    
    .socials-header a {
        min-width: 24px;
        margin: 2px 0;
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    .social-toggle {
        display:inline-block!important;
        float: right;
        margin-top: 8px;
        color: #9e7774;
        border: 1px solid #9e7774;
        line-height: 0;
        font-family: none;
        display: inline-block;
        vertical-align: middle;
        padding: 3px 1px;
        width:23px;
    }

    .social-toggle:focus,
    .social-toggle:hover {
        color: #695e65;
        border: 1px solid #695e65;
    }

    .socials-header .text-inline {
        display: inline;
    }

    .socials-header {
        display:none;
        position: absolute;
        right: 0;
        top: 60px;
        background: url(assets/img/nav-bg.png);
        padding: 15px;
    }


    .socials-header.show-social-bar {
        display:inline-block;
    }

    
    .socials-header a {
        min-width: 24px;
        margin: 2px 0;
    }
}

@media (max-width: 767px) {

    header {
        min-height: inherit;
    }

    .brand,.logo {
        max-width:200px;
        position: static;
    }

    .newsletter-link,.socials-header {
        float:right;
    }

    #main-menu li:nth-child(4) {
        margin:0;
    }

    .navbar-toggle {
        margin: 5px 0 0 0;
        padding: 0;
    }

    .nav.navbar-nav {
        border-top:0;
    }

    .navbar-toggle .icon-bar {
        background:#695e65;
        width: 28px;
        height: 4px;
    }

    .nav>li>a {
        padding: 10px;
        font-size: 18px;
        text-transform: uppercase;
        display:inline-block;
    }

    .dropdown-menu li {
        text-align:center;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding:10px;
    }

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        background:transparent;
    }

    .brand {
        max-width: 200px;
    }

    .home .news-items-wrapper {
        position: static;
        padding:0 15px;
    }

    .home .news-items-wrapper > .row > div{
        margin-top:30px;
        margin-bottom:30px;
    }

    .home .read-more {
        position: static;
    }

    .sidebar {
        margin: 0 auto 30px auto;
        max-width: 170px;
    }

    .content {
        padding-top:50px;
    }

    .album-image {
        max-width: 300px;
    }

    .gallery-item {
        width:100%;
    }


    .sme-image-wrapper {
        width:50%;
    }

    .video-item {
        width:48%;
    }

    #Signup .field label {
        padding:10px 0;
    }

    #Signup div.submit, #Signup .field p {
        margin:5px auto;
    }

    #Signup .text-field input,
    #Signup .drop-field select {
        width:100%;
    }

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

    footer .media {
        max-width:100%;
    }

    footer .media-body, footer .media-left, footer .media-right {
        display: block;
        width: 100%;
        margin:5px auto;
    }

    .tracks-wrapper {
        padding: 20px 0;
        margin: 0 -15px;
    }

    .album-text {
        font-size: 16px;
        padding: 30px 0 0 0;
    }


    .news-content object,
    .content-body iframe {
        width:100%!important;
        height:auto;
    }

    .news-content img {
        max-width:100%;
        height:auto;
    }

    footer .rca-logo {
        padding:15px 0;
    }

    .home .news-item {
        min-height:inherit;
    }

    .home .news-content {
        padding-bottom:2%;
    }

    .nav.navbar-nav {
        width:auto!important;
    }

    .single-video .share-footer,
    .page-template-page-videos-php .share-footer {
        margin-top:10px;
        margin-bottom:30px;
    }

    .video-item {
        margin: 0px 0 20px 5px;
    }

    .share-footer .text-left,
    .share-footer .text-right {
        text-align:center;
        margin-bottom:30px;
    }

    .share-footer .socials span {
        font-size: 11px;
    }

    .cal-date.block {
        margin-right: 0;
    }

    .news-title a, .news-title {
        margin:0 0 10px 0;
    }

    .news-thumb {
        margin-bottom:10px;
    }

    .details .tracks {
        display:block;
        margin:0;
    }

     .album-item {
        margin-top:60px;
     }

    .sme-image-caption .lightbox-socials {
        margin: 0 5px;
    }

    .fancybox-next span {
        right:5px;
    }


    .fancybox-prev span {
        left:5px;
    }

    .home .news-title.twitter, .home .news-title.twitter a {
        font-size: 13px;
        margin-bottom: 11px;
    }

    .socials-mobile {
        margin:15px 5px;
    }

    .socials-mobile a {
        margin:0 3px;
        font-size:18px;
    }

    .icon-vevo {
        font-size: 21px;
        position: relative;
        top: 2px;
    }

    .home .content > .owl-carousel {
        position: static;
        height: 220px;
    }

    .bg-slider {
        height: 220px!important;
    }

    .home .content {
        background-color: rgb(21, 13, 23);
    }

}

