/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}


audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
    font-size:16px;
}
a, a:visited {
    background: transparent;
    color:#97824e;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,  serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.formError {
    z-index: 990;
}
.formError .formErrorContent {
    z-index: 991;
}
.formError .formErrorArrow {
    z-index: 996;
}
.ui-dialog .formError {
    z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}
.inputContainer {
    position: relative;
    float: left;
}
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}
.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}
.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}
.formError .formErrorContent {
    width: 100%;
    background: #7C5723;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.greenPopup .formErrorContent {
    background: #33be40;
}
.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}
.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #7C5723;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}
.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
    background: #33be40;
}
.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}
.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}
.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}
.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%}
.fancybox-image {
    max-width: 100%;
    max-height: 100%}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif");
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
}
#fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
}
}section.segment p {
    /*font-size: 1.6em;*/
    font-size: 18px;
    line-height: 24px;
    color:#ccc;
    font-weight:100;
}
a.achrRadius {
    font-size: 1.8em;
    font-size: 18px;
}

h3 {
    /*font-size: 3.6em;*/
    font-size: 36px;
    font-weight: 900;
    margin-bottom:0;
}

h3+p
{
    margin-top:10px;
}

h4
{
    font-size:24px;
    margin-bottom:0;
}

h4+p
{
    margin-top:10px;
}

.padding-left-340 {
    padding-left:380px;
}

#space-filling-dispersion .block, #clever-audio-roar .block, #connectivity-multipoint .block {
    text-align: left;
}
#story .block, #bi-amplified-design .block, #high-frequency-drivers .block, #active-driver .block, #passive-radiators .block, #monocoque-chassis .block, #usb-audio .block {
    text-align: right;
}
#credentials .reviews {
    text-align: justify;
}
.hidden {
    display: none !important;
}
.hide {
    visibility: hidden !important;
}
section.segment {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel {
    position: relative;
}
.carousel-housing {
    overflow: hidden;
}
.carousel-nav {
    display: block;
    text-align: center;
    margin-top: -31px;
    position: absolute;
    top: 50%;
    border: none;
    z-index: 2;
    width: 55px;
    height: 62px;
}
.carousel-nav.prev {
    left: 0;
}
.carousel-nav.next {
    right: 0;
}
.carousel-container {
    float: left;
    overflow: hidden;
}
#ulJumpMenu {
    position: fixed;
    bottom: 145px;
    right: 30px;
    z-index: 10;
    font-size: 15px;
	text-align:right;
}


#ulJumpMenu a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
#ulJumpMenu li span {
    /*display: none;*/
    color: #777;
}
#ulJumpMenu>li>a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #6c5723;
    border-radius: 10px;
    margin: 0 10px 0 10px;
}
#ulJumpMenu li:hover span, #ulJumpMenu li.active span {
    display: inline;
}
#ulJumpMenu li ul {
    margin-right: 30px;
    display: none;
}
#ulJumpMenu li ul a {
    color: #6c5723;
}
#ulJumpMenu li.active>a {
    color: #d7bf84;
}
#ulJumpMenu li.active ul {
    display: block;
}
#ulJumpMenu li.active span {
    color: #fff;
}
#ulJumpMenu>li>a:hover:before, #ulJumpMenu>li.active>a:before {
    background-color: #fff;
}
div.gallery {
    position: relative;
}
div.gallery .wrap {
    overflow-x: hidden;
    text-align: left;
}
div.gallery ul {
    width: 9999px;
    text-align: center;
}
div.gallery ul li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}
div.gallery ul li img {
    float: left;
}
div.gallery a.icon-enlarge {
    position: absolute;
    right: 0;
    bottom: 0;
}
.icon-sprite, .icon-arrow-down, .icon-arrow-next, .icon-arrow-prev, .icon-audio-made-clever, .icon-clever-audio, .icon-clever-design, .icon-clever-usage, .icon-creative-logo, .icon-credentials, .icon-enlarge, .icon-facebook, .icon-gallery, .icon-moods, .icon-music-quotes, .icon-register-title, .icon-sb-roar-big, .icon-sb-roar-small, .icon-twitter, .icon-youtube {
    background: url("../images/icon-sb3135a23ff.png") no-repeat;
    display: inline-block;
}
.icon-arrow-down {
    background-position: 0 -957px;
    height: 55px;
    width: 63px;
}
.icon-arrow-next {
    background-position: 0 -894px;
    height: 63px;
    width: 55px;
}
.icon-arrow-prev {
    background-position: 0 -831px;
    height: 63px;
    width: 55px;
}
.icon-audio-made-clever {
    background-position: 0 -71px;
    height: 76px;
    width: 226px;
}
.icon-clever-audio {
    background-position: 0 -329px;
    height: 50px;
    width: 446px;
}
.icon-clever-design {
    background-position: 0 -229px;
    height: 50px;
    width: 481px;
}
.icon-clever-usage {
    background-position: 0 -279px;
    height: 50px;
    width: 446px;
}
.icon-creative-logo {
    background-position: 0 -494px;
    height: 35px;
    width: 205px;
}
.icon-credentials {
    background-position: 0 -147px;
    height: 35px;
    width: 300px;
}
.icon-enlarge {
    background-position: 0 -783px;
    height: 48px;
    width: 48px;
}
.icon-facebook {
    background-position: 0 -719px;
    height: 64px;
    width: 64px;
}
.icon-gallery {
    background-position: 0 -400px;
    height: 47px;
    width: 262px;
}
.icon-moods {
    background-position: 0 -447px;
    height: 47px;
    width: 217px;
}
.icon-music-quotes {
    background-position: 0 -529px;
    height: 61px;
    width: 508px;
}
.icon-register-title {
    background-position: 0 -379px;
    height: 21px;
    width: 891px;
}
.icon-sb-roar-big {
    background-position: 0 -182px;
    height: 47px;
    width: 460px;
}
.icon-sb-roar-small {
    background-position: 0 0;
    height: 71px;
    width: 223px;
}
.icon-twitter {
    background-position: 0 -655px;
    height: 64px;
    width: 64px;
}
.icon-youtube {
    background-position: 0 -590px;
    height: 65px;
    width: 65px;
}
#mainHeader {
    width: 100%;
    background-color: #747474;
    height: 50px;
    font-size: 16px;
}
#mainHeader nav.mainNav {
    width: 900px;
    margin: 0 auto;
}
#mainHeader a.brand {
    display: block;
    float: left;
    margin: 7px 50px 5px 3px;
}
#mainHeader nav.mainNav ul li {
    display: block;
    float: left;
    margin: 0 10px;
    position: relative;
}
#mainHeader nav.mainNav>ul li a {
    color: #c3c3c3;
    display: block;
    padding: 13px;
    text-transform: uppercase;
}
#mainHeader nav.mainNav ul li ul {
    width: 400px;
    position: absolute;
    top: 100%;
    display: none;
    padding-left: 9px;
    padding-top: 20px;
    z-index: 3;
}
#mainHeader nav.mainNav ul li ul li {
    margin: 0;
    clear: both;
}
#mainHeader nav.mainNav ul li ul li a {
    padding: 3px;
    display: block;
    color: #c3c3c3;
    text-transform: none;
}
#mainHeader nav.mainNav ul li:hover ul {
    display: block;
}
#mainHeader nav.mainNav>ul>li:hover>a {
    background-color: #0e0e0e;
    opacity: 0.7;
    color: #7fc7eb;
}
#mainHeader nav.mainNav ul li ul li:hover a {
    text-decoration: underline;
}
#mainHeader a.backTo {
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 10px;
    color: #ccc;
    background-color: #232323;
    text-transform: uppercase;
    position: absolute;
    width: 220px;
    text-align: center;
    letter-spacing: 1px;
    right: 25px;
}
#mainHeader a.backTo:before {
    content: '';
    display: block;
    border-width: 7px;
    border-style: solid;
    border-color: #232323 #cccccc #232323 #232323;
    position: absolute;
    top: 5px;
    left: 5px;
}
#mainFooter {
    font-size: 12px;
    width: 100%}
#mainFooter ul {
    margin: 10px auto;
    text-align: center;
}
#mainFooter ul li {
    display: inline-block;
    text-align: center;
}
#mainFooter ul.socials a {
    text-transform: uppercase;
    background: url("../images/icon.png") no-repeat;
    padding: 10px 10px 10px 35px;
}
#mainFooter ul.socials a.facebook {
    background-position: -25px -483px;
}
#mainFooter ul.socials a.twitter {
    background-position: -25px -610px;
}
#mainFooter ul.socials a.youtube {
    background-position: -25px -542px;
}
#mainFooter ul li {
    color: #999999;
}
#mainFooter ul li a {
    color: #999999;
    text-align: center;
    padding: 3px;
}
#mainFooter ul.socials a:hover {
    color: #252525;
}
#mainFooter ul.copyright li:before {
    content: attr(data-content);
    color: #999999;
}
#mainFooter ul.copyright li a:hover {
    text-decoration: underline;
    color: #252525;
}
#frmNotifyMe p {
    overflow: hidden;
    padding: 10px;
    width: 400px;
    margin: 0 auto;
}
#frmNotifyMe label {
    width: 100px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 5px;
    position: relative;
    top: 3px;
    height: 1px;
}
#frmNotifyMe input, #frmNotifyMe select, #frmNotifyMe button {
    width: 260px;
    background-color: #272727;
    color: white;
    border: none;
    height: 32px;
}
#frmNotifyMe input[type="submit"] {
    padding-left: 3px;
    margin-left: 110px;
}
#frmNotifyMe button {
    margin-left: 107px;
    background-color: #2f2f2f;
    transition: all 1s;
}
#frmNotifyMe input:focus, #frmNotifyMe select:focus, #frmNotifyMe button:focus, #frmNotifyMe button:hover {
    background-color: #414141;
    box-shadow: 0 0 2px #999999;
    outline: none;
}
body {
    /*font-size: 62.5%;*/
    font-size:16px;
    background-color: #000;
    color: #fff;
    font-family: "proxima-nova",  sans-serif;
    line-height: 1.5em;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
#wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
section.segment {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
}
section.segment a.icon-arrow-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -31.5px;
}
h3 {
    font-family: "proxima-nova",  sans-serif;
    font-weight: normal;
    line-height: 40px;
    color:#D7CF7E;
    letter-spacing: 1px;
}
a.achrRadius {
    padding: 10px 20px;
    border-radius: 5px;
    color: #e6e6e6;
    border: 2px solid #e6e6e6;
    transition: all 0.8s;
    text-decoration: none;
}
div.block {
    height: 100%;
    width: 960px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.block:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}
.centered {
    width: 99%;
    display: inline-block;
    vertical-align: middle;
}
a.icon-arrow-prev, a.icon-arrow-next {
    position: absolute;
    top: 50%;
    margin-top: -31.5px;
    z-index: 1;
}
a.icon-arrow-prev {
    left: 0;
}
a.icon-arrow-next {
    right: 0;
}
#roar a.icon-audio-made-clever {
    position: absolute;
    top: 0;
    right: 0;
}

.roar-review {
    margin-top: -30px;
}

#rave-reviews>div>div, #gallery>div>div {
    position: relative;
}

.responsive-viewall {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}


@media screen and (min-width: 641px) {
    .padding-left-340 {
        padding-left:380px;
    }

    #story {
        background-image: url("../images/roar/bg-roar-story.jpg");
        background-position:bottom center;
    }

    #defy {
        background-image: url("../images/roar/bg-defy.png");
        background-size:45%;
        background-position: left;
         }

	#killer-audio{
		background-image:url('../images/roar/waves.jpg');
		background-repeat:no-repeat;
		background-position:left;
		background-size:65%;
	}

	#five-drivers{
		background-image:url('../images/roar/Background-Features-Text_de.jpg');
		background-repeat:no-repeat;
		background-position:left;
		background-size:75%;
	}

	#killer-looks{
		background-image:url('../images/roar/killer-looks.jpg');
		background-repeat:no-repeat;
		background-position:left;
		background-size:50%;
	}

	#killer-features{
		background-image:url('../images/roar/bg-killer-features-back.jpg');
		background-repeat:no-repeat;
		background-position:center bottom;
		background-size:75%;
	}

	#killer-price{
		background-image:url('../images/roar/bg-killer-price-dark.png');
		background-repeat:no-repeat;
		background-position:left;
		background-size:50%;
	}

	#advanced-hd
	{
		background-image:url('../images/roar/bg-orchestra.jpg');
		background-repeat:no-repeat;
		background-position:left;
		background-size:85%;
	}

	#tera-bass
	{
		background-image:url('../images/roar/bg-terabass.jpg');
		background-repeat:no-repeat;
		background-position:center;
	}

	#clever-design {
		background-image: url("../images/clever-design/background_1.jpg");
	}
	#bi-amplified-design {
		background-image: url("../images/clever-design/background_2.jpg");
	}
	#high-frequency-drivers {
		background-image: url("../images/clever-design/background_3.jpg");
	}
	#active-driver {
		background-image: url("../images/clever-design/background_4.jpg");
	}
	#passive-radiators {
		background-image: url("../images/clever-design/background_5.jpg");
	}
	#monocoque-chassis {
		background-image: url("../images/clever-design/background_6.jpg");
	}
	#clever-audio {
		background-image: url("../images/clever-audio/background_1.jpg");
	}
	#space-filling-dispersion {
		background-image: url("../images/clever-audio/background_2.jpg");
	}
	#clever-audio-roar {
		background-image: url("../images/clever-audio/background_3.jpg");
	}
	#clever-usage {
		background-image: url("../images/clever-usage/background_1.jpg");
	}
	#connectivity-multipoint {
		background-image: url("../images/clever-usage/background_2.jpg");
	}
	#usb-audio {
		background-image: url("../images/clever-usage/background_3.jpg");
	}
	#shop-online {
		background-image: url("../images/shop-online/background_1.jpg");
	}

	#roar
	{
		background-image: url("../images/roar/Background-Lion.jpg");
		/*background-size:60%;*/
	}


}

#high-frequency-drivers .centered {
    margin-top: 35%
}
#clever-usage .centered {
    margin-top: -30%
}

#gallery ul {
    max-width:910px;
    display:block;
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
#gallery ul li {
    display:inline-block;

}
#gallery ul li img {
    width:300px;

}
#notify-me .block {
    width: 910px;
}
#shop-online .centered {
    margin-top: 65%}
#credentials .block {
    width: 100%}
#credentials .reviews {
    width: 600px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding: 20px;
    letter-spacing: 1px;
}
#credentials .reviews a {
    display: block;
    float: right;
    margin-top: 50px;
    color: #6C5723;
    font-weight: bold;
}
.bg-hidden {
    display: none;
}
@media screen and (max-width: 640px) {
    .sm-spliter {
        margin:15px 60px;
        height: 1px;
        border: 0; border-top: 1px solid #bbb;
        padding: 0;
    }
    .responsive-img {
        width:100%;
    }
    .padding-left-340 {
        padding:0;
    }
    div.carousel table tr td {
        display: table-row;
        width: 100%;
    }
    #ulJumpMenu {
        display: none;
    }
    h4 {
        padding: 0 24px;
    }

#mainHeader ul, #mainHeader a.backTo {
    display: none;
}
section.segment {
    background-image: none !important;
}
.sm-hidden {
    display: none !important;
}
.bg-hidden {
    display: block !important;
}
img.bg-hidden {
    width: 100%}
div.block {
    width: 100%}
p {
    padding: 0 20px;
}
    div.block {
        text-align:left;
    }
section.segment h3 {
    font-size: 24px;
    text-align: left;
    padding: 0 20px;
    line-height: 30px;
}
#credentials .centered {
    text-align: center;
}
#credentials .reviews {
    width: auto;
}
#story .centered {
    text-align: left;
}
#shop-online .centered {
    text-align: center;
}
#notify-me p, #notify-me h3 {
    text-align: center;
}
#notify-me .block {
    width: auto;
}
a.achrRadius {
    clear: both;
    margin: 20px auto;
    display: inline-block;
}
#high-frequency-drivers .centered, #clever-usage .centered, #shop-online .centered {
    margin-top: 0;
}
#frmNotifyMe p {
    padding: 5px 10px;
    width: auto;
}
#frmNotifyMe label {
    float: none;
    height: 30px;
    text-align: left;
}
#frmNotifyMe input, #frmNotifyMe select, #frmNotifyMe button {
    float: left;
    width: 98%}
#frmNotifyMe input[type="submit"] {
    margin-left: 0;
    }
    
    p.responsive-viewall {
        text-align: center;
        position: relative;
        margin: 20px auto;
        top: 0;
        right: 0;
    }

    p.responsive-viewall>a {
        width: 180px;
    }
}

.killer-bullets
{
    text-align:left;

}

.killer-bullets p
{
    margin-top:0;
    margin-bottom:0.8em;
    margin-left:0;
    font-size:14px !important;
    line-height: 18px !important;
    color:#b8b8b8;
}

blockquote
{
    text-align:left;
    margin:0;
    font-size:14px;
    line-height: 21px !important;
    color:#b8b8b8;
    margin-bottom:10px;
}

blockquote p
{
    line-height: 18px !important;
}


@media screen and (max-width: 1400px) {
    #ulJumpMenu {
        display: none;
    }
}

.text-bold
{
    font-weight: bold;
}

.roar-price
{
    font-size:34px;
    color:#fff;
}

.roar-price sup
{
    font-size:20px;
    top:-10px;
}


.roar-tagline
{
    text-align:left;
}

.roar-tagline h2
{
    margin-bottom:0px;
    font-size:24px;
}

.roar-tagline p
{
    margin-top:0.5em;
    font-size:16px !important;
    line-height:20px !important;
}

svg
{
    display:inline-block;
}

svg#gradient {
    font-weight:bold;
    display:inline;
}

svg#gradient text {
    fill: url(#linearGradient);
    width:100px;
}

.roar-review p
{
    font-size:14px !important;
    line-height:18px;
}

.roar-review a, .roar-review a:visited
{
    color:#97824e;
}


#floating-buy
{
    position:fixed;
    bottom:0;
    right:0;
    width:150px;
    height:100px;
    z-index:100;
    display:none;
}

/*#floating-buy a
{
    color:#97824e;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #97824e;
    border-radius: 5px;
}



*/


.button
{
    color:#97824e;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #97824e;
    border-radius: 5px;
}
#rave-reviews table{
	width:100%;
}
#rave-reviews table td{
	width:33%;
	vertical-align:top;
	padding:0 15px;
}

/* Extracted from Bootstrap v3 */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-roar
{
  max-width:1200px !important;
  width:100% !important;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-roar:before,
.container-roar:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}



.r_star {
	        display:inline-block;
            width:97px;
            height:25px;
            background-image:url(../images/icon/star.png);
            background-position: 0px 0px;
        }
.r_star + .star_5 {
    background-position: 0px 0px;
}
.r_star.star_4_5 {
    background-position: -199px 0px;
}
.r_star.star_4 {
    background-position: -20px 0px;
}

.r_star.star_3_5 {
    background-position: -221px 0px;
}
.r_star.star_3 {
    background-position: -39px 0px;
}

.r_star.star_2_5 {
    background-position: -239px 0px;
}
.r_star.star_2 {
    background-position: -59px 0px;
}

.r_star.star_1_5 {
    background-position: -258px 0px;
}
.r_star.star_1 {
    background-position: -78px 0px;
}

#home .col-md-12>div>div {
    margin: 50px 0;
}