html {
    font-size: 10px;
    /* base rem size */
}
body {
    background: #fff url('../images/body_bg_rpt.png') repeat-x top left;
    font-size: 1.3rem;
}

/* shared */
h1,h2,h3,h4,h5 {
    color: #C50017;
    color: #555;
    font-weight: 700;
}
h1 {
    font-size: 24px;
    color: #C50017;
}
h2 {
    font-size: 22px;
    color: #C50017;
    margin-bottom: 20px;
}
h3 {
    font-size: 20px;
    font-size: 16px;
}
h4 {
	font-size: 13px;
}
a {
    color: #1A6488;
}
p {
    line-height: 2rem;
}
hr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,000000+100&0.33+0,0+53 */
    background: -moz-linear-gradient(left, rgba(85,85,85,0.33) 0%, rgba(40,40,40,0) 53%, rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(85,85,85,0.33) 0%,rgba(40,40,40,0) 53%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(85,85,85,0.33) 0%,rgba(40,40,40,0) 53%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555555', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    height: 1px;
    padding: 0;
    border-top: none !important;
}
.label label {
	    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #555;
    font-weight: bold;
    font-size: 1.2rem;
}
.label {
	    display: inline-block;
    width: 100px;
    text-align: left;
}


main ul {
    padding-left: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
main ul li {
    list-style-type: none;
    padding-left: 2.5em;
    line-height: 1.5em;
    display: block;
    margin-bottom: 0.88em;
    margin-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    position: relative;
    color: #1A6488;
}
main ul li:before {
    background: #C50017;
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    top: 5px;
    left: 1.5em;
    position: absolute;

}
main ul li a {
    border-bottom: 1px dotted #1A6488;
    font-weight: 700;
}

/* replicator fields */
.footnotes {
    margin-top: 2rem;
}
.pricing_table table {
    width: 100%;
    border: 1px dotted #ccc;
}

.pricing_table table th,
.pricing_table table td {
    padding: 1rem 1rem 0 1rem;
    border-left: 1px dotted #ccc;
}
.pricing_table table th {
    color: #000;
    font-weight: 700;
    padding-bottom: 1rem;

}
.pricing_table table tr:nth-child(even) {
    background-color: #efefef;
}
.footnotes p {
    font-size: 1rem;
}
.plain_content {
    margin-top: 2rem;
}
.pricing_list ul {
	margin-bottom: 3em;
}
.pricing_list li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.88em;
}
.pricing_list li:before {
    position: absolute;
    top: 5px;
    left: 0;
}
.pricing_list .left-column {
    display: inline-block;
    width: 65%;
    padding-left: 0;
    padding-right: 1rem;
    padding-right: 3rem;
    float: left;
}
.pricing_list .right-column {
    display: inline-block;
    font-weight: 700;
    float: left;
}
.pricing_list li:hover .right-column {
    color: #C50017;
}
.pricing_list li {
	border-bottom: 1px solid rgba(100,100,100,0.1);
	padding-bottom: 1em;
}
.pricing_list ul {
	padding-left: 1.5em;
}
.product-desc .price {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.product-desc h2 {
    display: inline-block;
}


header {
    height: 144px;
    background: #fff;
    border-bottom: 10px solid #cd2438;
    z-index: 10;
    margin-bottom: 20px;
}
header .header-links {
    display: inline-block;
    float: right;
    margin-top: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
header .header-links a {
    color: #666666;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}
header .header-links a .fa {
    color: #f94569;
    padding-right: 0.25em;
    font-size: 1.5rem;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -4px;
}

.navbar-nav .nav_karaoke-landing,
.navbar-nav .nav_jukebox-landing{
 display: none;
 visibility: hidden;
}


/*
header #nav-main .dropdown-menu:hover ,
header #nav-main a:hover + .dropdown-menu {
	display: block;
}
*/
header .dropdown-menu>li>a {
    line-height: 2em;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: inherit;
}
header .navbar-header {
    position: absolute;
    top: 20px;
    left: 0;
}

header #nav-main {
    text-align: center;
    position: relative;
    top: 118px;
    background: transparent url('../images/nav_bg.png') no-repeat 50% 0;
}
header #nav-main li li a,
header #nav-main li li a:hover {
    background: transparent url('../images/nav_bg.png') no-repeat 50% 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
header #nav-main li li a:hover {
    background: #fff;
    color: #C50017;
}
header .navbar-nav {
    text-align: center;
    margin: 0 auto;
    width: 855px;
    float: none;
}
header .navbar-nav>li>a {
    line-height: 12px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    padding: 16px 14px;
    padding: 16px 16px;
}
header #nav-main a:hover {
    background: none;

}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #fff;
    color: #f94569;
}
header {
    z-index: 9;
}
header nav .caret {
    border: none !important;
    display: inline-block;
    width: 10px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: 0;
    left: 0;
}
header nav .caret {
    display: none;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: inherit;
}



/* footer */
footer,
main,
header {
    position: relative;
}


/* footer */
footer.default-footer {
    background: transparent url('../images/footer-bg.png') repeat-x top left;
    margin-top: 60px;
    padding-bottom: 60px;
}
footer.default-footer .row:first-child *
{
    color: #fff;
}
footer .footer-row-2 {
    margin-top: 2em;
}
footer.default-footer .col-sm-3 .inner {
    padding: 0 0px 20px 15px;
    padding-top: 20px;
    font-size: 13px;
    border-left: 1px dotted rgba(255,255,255,0.3);
    height: 110px;
}
footer.default-footer .col-sm-3:first-child .inner {
    border-left: none;
}
footer .links li {
    float: left;
    display: inline-block;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px dotted #ccc;
}
footer .links li a {
    font-size: 12px;
    font-weight: 700;
    color: #138E9A;
}
footer .links li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0 ;
}


.side-content img {
	max-width: 100%;
}

/* home */
section.home-feature {
    margin-top: 40px;
    background: transparent url('../images/bg-music-notes.jpg') no-repeat 0 -70px;
}
section.home-feature iframe[src*=you] {
    max-width: 100%;
    width: 100%;
    height: 312px;
}

.home-feature .slick-track,
.home-feature .slick-list,
.home-feature .slide-wrap {
    height: 337px;
    height: auto;
}
.home-feature .slide-wrap {
    width: 510px;
    max-width: 100%;
}
.home-feature .slide-wrap img {
    width: auto;
    max-width: 100%;
}
[data-template="home"] h3,
[data-template="home"] h2 {
    font-size: 16px;
    color: #555;
	line-height: 2rem;
}
.home-columns .inner {
    background: transparent url('../images/content-box-bg.png') repeat-x top left;
    padding: 20px;
    border-top: 8px solid #A7A7A7;
    border-radius: 14px 14px 0 0;
}
.home-columns .inner > :first-child {
    padding-top: 0;
    margin-top: 0;
}
.home-columns .read-more {
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: rgb(196,94,106);
  background: -moz-linear-gradient(top, rgba(196,94,106,1) 0%, rgba(196,102,113,1) 50%, rgba(197,0,23,1) 51%, rgba(197,0,23,1) 100%);
  background: -webkit-linear-gradient(top, rgba(196,94,106,1) 0%,rgba(196,102,113,1) 50%,rgba(197,0,23,1) 51%,rgba(197,0,23,1) 100%);
  background: linear-gradient(to bottom, rgba(196,94,106,1) 0%,rgba(196,102,113,1) 50%,rgba(197,0,23,1) 51%,rgba(197,0,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c45e6a', endColorstr='#c50017',GradientType=0 );
  display: inline-block;
  padding: 0 40px;
  border-radius: 0 20px 20px 20px;
	margin-top: 1rem !important;
}
.home-columns h1  {
	line-height: 2.8rem;
}
.home-columns h1 em {
	color: #555;
}
.home-columns .view-our-range {
	color: #C50017;
	border-bottom: 1px dotted #C50017;
}

/* landing pages */

.section-karaoke-landing .side-content,
.section-jukebox-landing .side-content{
  background: transparent url(../images/content-box-bg.png) repeat-x top left;
  padding: 20px;
  border-top: 8px solid #A7A7A7;
  border-radius: 14px 14px 0 0;
}

.section-karaoke-landing .right-column em,
.section-jukebox-landing .right-column em{
  display: block;
}
.section-karaoke-landing .btn-more,
.section-jukebox-landing .btn-more{
  color: #333;
  margin: 10px 0 0 0;
  font-size: 18px;
  padding: 12px 20px;
  display: inline-block;
  background-color: #A7A7A7;
  text-decoration: none;
  text-align: center;
}


.section-karaoke-landing .btn-more:hover,
.section-jukebox-landing .btn-more:hover,
.section-karaoke-landing .btn-more:focus,
.section-jukebox-landing .btn-more:focus{
  color: #333;
  background-color: #cccbcb;
  text-decoration: none;
}

.section-karaoke-landing .btn-booking,
.section-jukebox-landing .btn-booking{
  color: #FFF;
  margin: 10px 0;
  font-size: 18px;
  padding: 12px 20px;
  display: inline-block;
  background-color: #c50017;
  text-decoration: none;
  text-align: center;
}

.section-karaoke-landing .btn-booking:hover,
.section-jukebox-landing .btn-booking:hover,
.section-karaoke-landing .btn-booking:focus,
.section-jukebox-landing .btn-booking:focus{
  color: #FFF;
  background-color: #e2364a;
  text-decoration: none;
}

.section-karaoke-landing .side-content h2,
.section-jukebox-landing .side-content h2{
  padding: 20px;
  background: #f7e9eb;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* contact */
p.googlemap {
    margin-top: 2em;
}

/* default */
[data-template="default"] {
    margin-top: 2em;
}
.sidebar .slide-wrap {
    margin-top: 6em;
}

@media screen and (max-width: 1200px) {
	section.home-feature iframe[src*=you] {
	    max-width: 100%;
	    width: 100%;
	    height: 255px;
	}
}
@media screen and (max-width: 991px) {
	section.home-feature iframe[src*=you] {
	    max-width: 100%;
	    width: 100%;
	    height: 192px;
	}
}

/* tablet and upwards */
@media screen and (max-width: 1024px) {
    footer.default-footer * {
        font-size: 12px;
    }
}
@media screen and (max-width: 992px) {
    header .navbar-nav>li>a {
        padding: 16px 8px;
        font-size: 12px;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header .navbar-nav {
        width: auto;
    }
    header .navbar-nav>li>a {
        line-height: 12px;
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,0.5);
        padding: 16px 6px;
        padding: 16px 7px;
        font-size: 12px;
    }
}

/* mobile phone */
@media screen and (max-width: 767px) {
	section.home-feature {
		margin-top: 0;
	}
	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
	}
    body {
        background-position: 0 -54px;
        ;
    }
    header {
        height: 100px;
    }
    header #nav-main {
        background: #C50017;
        border-radius: 3px;
    }
    header .navbar-nav {
        width: auto;
    }
    header .navbar-nav > li {
        border-top: 1px solid #fff;
        text-align: left;
    }
    header .navbar-nav > li .caret {
        display: block;
        float: right;
        color: #fff !important;
    }
    header .navbar-nav > li:first-child {
        border-top: none;
    }
    header .navbar-nav > li > a:focus ,
    header .navbar-nav > li > a:hover {
        background: #fff;
        color: #C50017;
    }
    header .navbar-nav > li.open > a {
        color: #fff;
    }
    header .navbar-brand {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        padding: 0;
    }
    .navbar-nav .open > a,
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        background: #fff !important;
        color: #C50017 !important;
        border-top: 1px solid #C50017;
        text-shadow: none;
    }
    .navbar-nav .open > a {
        border-top: none;
        font-weight: 600;
    }
    .navbar-nav .open .dropdown-menu {
        background: #fff;
        border-radius: 5px;
    }
    .navbar-toggle .icon-bar {
        background: #C50017;
    }
    .navbar-toggle {
        border: 2px solid #C50017;
        margin-right: 0;
        right: 0;
    }
    .container .navbar-header {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    header .header-links {
        display: none;
    }
    .home-feature .slide-wrap {
        max-width: 100%;
    }
    header #nav-main {
        top: 97px;
    }
    header #nav-main {
        text-align left;
    }
    .dropdown-menu {
        position: relative;
        float: none;
    }
    nav .caret {
        border: none !important;
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        position: relative;
        top: -0.5em;
        left: 0.5em;
    }
    footer.default-footer {
        background: #555;
    }
    footer.default-footer .col-xs-6 .inner {
        border-left: none;
        height: auto;
    }
    footer.default-footer .footer-row-2 p {
        color: #fff;
        margin-left: 15px;
        text-align: center;
    }
    footer.default-footer .col-xs-6:nth-child(2n + 1) {
        clear: left;
    }
    footer .links li a {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }
	section.home-feature {
	    background: transparent url('../images/bg-music-notes.jpg') no-repeat 0 -28px;
	}
}
@media screen and (max-width: 575px) {
  .section-karaoke-landing .btn-booking,
  .section-jukebox-landing .btn-booking,
  .section-karaoke-landing .btn-more,
  .section-jukebox-landing .btn-more{
    width: 100%;
  }

  .section-karaoke-landing .right-column em,
  .section-jukebox-landing .right-column em{
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {
    [data-template="default"] {
        margin-top: 0;
    }
    .navbar-toggle {
        z-index: 9;
        background: #fff;
    }
    .navbar-brand>img {
        width: 220px;
    }
    .pricing_list .left-column {
	    width: 100%;
    }
    .pricing_list .right-column {
	    width: 100%;
	}
}
