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

.social-icons {
    padding-bottom: 28px;
}
.social-icons i {
    padding-right: 12px;
}
ul.js-nav-main-header.nav-main-header.pull-right {
    padding-top: 28px;
}
.social-icons.text-center.text-white > a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.goog-te-gadget-simple {
  background: #171717 none repeat scroll 0 0 !important;
  border: medium none !important;
  display: inline;
  left: 36px;
  position: relative;
  top: 7px;
}
.goog-te-menu-value > span {
  color: #fff;
}
.goog-te-menu-value {
	text-decoration: none;
	color: #fff !important;
	margin-left: 10px !important;
	text-transform: uppercase;
	font-weight: bold;
}
#google_translate_element {
	margin-top: 44px;
}
.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div {
	text-transform: uppercase !important;
	font-weight: bold !important;
	color:#000 !important;
}

.bg-black .block-title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing:1px;
}
.bg-black .block-title small {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #46c37b !important;
	letter-spacing: 9px;
}

.imageThumbnail {
	position: relative;
	width: 100%;
	height: 215px;
	overflow: hidden;
}
.imageThumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  /*height: 100%;*/
  padding-bottom:50px;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imageThumbnail img.portrait {
  width: 200%;
  height: auto;
}

.imageThumbnail img.landscape {
  width: 100%;
  height: auto;
}
/* NAV */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  margin:             0px;
  padding:            0px;
  list-style:         none;
}
a, a:visited {
    text-decoration:    none;
}
/* WIDTH SETTING */
.nav-hold {
    width: 95%;
    max-width: 1160px;
    margin: 0 auto;
}
.nav-bar {
    width: 100%;
    background: #222;
}
.nav-hold {
    overflow: hidden;
}
.nav-logo {
    float:      left;
    display:    block;
    color:      #f9f9f9;
  padding:  12px;
}
.nav-list {
    float: right;
}
.nav-list li {
    float: left;
}
.nav-list li a {
    display:    block;
    padding:    20px 10px;
    color:      #f9f9f9;
}
.nav-menu {
    color:      #f9f9f9;
    float:      right;
    padding:    20px 10px;
    display:    none;
    cursor:     pointer;
}
@media (max-width: 700px) {
    .nav-menu {
        display:    block;
    }
    .nav-list {
        /*float: left;*/
        width:      100%;
        height:     0;
    }
    .nav-open {
        height: auto;
    }
    .nav-list li {
        width:      100%;
    }
  .nav-list li a {
    padding:    10px 10px;
  }
}
/* NAV END */
.audioplayer {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*  width: 375px; */
    height: 65px;
    margin: 0;
    padding: 0;
    position: relative;
}
.track-number {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #333;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 30px;
}
.track-info {
    display: inline-block;
    height: 50%;
}
.track-title {
    width: auto;
    font-size: 12px;
    font-weight: 600;
}
.artist {
	font-size: 18px;
	font-family: Roboto Condensed;
	font-weight:600;
	color:#212121;
}
.playbutton {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    padding: 3px;
    border-radius: 50%;
    outline: none;
    float: right;
}
.play {
    background: url("https://ccmasterworks.com/assets/img/play.png");
    background-color: #ccc;
}
.pause {
    background: url("https://ccmasterworks.com/assets/img/pause.png");
}
.play,
.pause {
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.timeline {
    display: inline-block;
    /*    width: 480px; */
    width: 100%;
    height: 2px;
    /*    margin-top: 20px; */
    /*    float: left; */
    /*    border-radius: 2px; */
    /*   position: absolute:  */
    /*   bottom: 1px ; */
    background: rgba(0, 0, 0, 0.3);
}
.playhead {
    width: 15px;
    height: 3px;
    border-radius: 50%;
    background: black;
    cursor: pointer;
}
/* Container */
.cp-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
/* Row */
.cp-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
/* Column */
.cp-col-1 {
    width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    padding: 0 12px;
    box-sizing: border-box;
}
.cp-col-2 {
    width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    padding: 0 12px;
    box-sizing: border-box;
}
.cp-col-3 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}
[data-ripple='true'] {
    z-index: 1;
    position: relative;
    overflow: hidden;
}
[data-ripple='true'] .ripple {
    position: absolute;
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: ripple 2s;
    animation: ripple 2s;
}
/* Material - FAB */
.cp-fab {
    z-index: 3000;
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: inline-block;
    background: #38C5FF;
    border-radius: 100%;
    padding: 16px;
    color: #FFFFFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cp-fab:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cp-fab.toggled {
    bottom: 240px;
}
.cp-fab.toggled .material-icons {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cp-fab .material-icons {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    vertical-align: middle;
}
.cp-panel {
    z-index: 2000;
    position: fixed;
    bottom: 0;
    left: 0;
    /* background: $white; */
    width: 100%;
    height: 0px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: auto;
    /* @include elevation(1); */
}
.cp-panel.toggled {
    height: 240px;
    opacity: 1;
}
.cp-panel .cp-container,
.cp-panel .cp-row,
.cp-panel .cp-col-1 {
    height: 100%;
}
.cp-panel .cp-row {
    box-sizing: border-box;
    padding: 24px 0;
}
.cp-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cp-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.cp-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 74px;
    padding: 16px;
    box-sizing: border-box;
}
.cp-card-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 16px 0 0;
    overflow: hidden;
}
.cp-card-thumbnail img {
    width: 100%;
}
.cp-card-title {
    color: #38C5FF;
    font-size: 14px;
}
.cp-card-title span {
    display: block;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
}
.cp-card-title span a {
    color: rgba(0, 0, 0, 0.87);
}
.cp-card-title a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}
.cp-card-preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cp-card iframe {
    width: 400%;
    height: 1200px;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.cp-overlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}
.shipping-calculation {
    width: 250px;
    text-align: center;
    float: left;
    color: #585858;
    font-size: 18px;
    background: #fff;
    border: 1px solid #BDBDBD;
    padding: 10px;
    margin-right: 10px;
}
/* Profile container */
.profile {
    margin: 20px 0;
}
/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}
.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}
.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}
.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}
.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}
.profile-usermenu {
    margin-top: 30px;
}
.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
    border-bottom: none;
}
.profile-usermenu ul li a {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
}
.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}
.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}
.profile-usermenu ul li.active {
    border-bottom: none;
}
.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}
/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}
