body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    color: #000;
	background: #d6d4d4;
}

::-moz-selection {
	background-color: transparent
}

::selection {
	background-color: transparent
}

.navbar-header {
	width: 100%;
}

.navbar-brand {
    padding: 11px;
}

.navbar-brand>img {
    width: 98px;
}

@media (min-width: 480px) {
    .navbar-brand {
        padding: 15px;
    }
    .navbar-brand>img {
        width: 115px;
    }
}

.goTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 23px;
    right: 23px;
    display: none;
    background: rgba(0, 0, 0, 0.15) url(../png/btn_pagetop-2.png) no-repeat;
    background-position: center;
    z-index: 10;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 300px;
  transform: translate(-50%, -50%) !important;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 7vw;
  line-height: 1;
  text-align: center;
  color: #e6000d;
  color: transparent;
}

.s-loader {
	background: #f2f2f2;
}

.pace-running .s-loader {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0;
}

.pace-done .s-loader {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

*:focus {
    outline: none !important
}

.wrap {
    /*max-width: 1440px;*/
    margin: 0 auto;
	background: #fff;
}

.container-fluid {
    max-width: 1440px;
}

.img-responsive {
    width: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
	.sp-w-20 {
		width: 20%!important;
	}
	.sp-w-40 {
		width: 40%!important;
	}
	.sp-w-60 {
		width: 60%!important;
	}
	.sp-w-80 {
		width: 80%!important;
	}
	.sp-w-100 {
		width: 100%!important;
	}
}

.crb-kv {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding-bottom: 50px;
}

.crb-panel-heading {
    text-align: center;
}

.crb-panel-heading h1,
.crb-panel-heading p {
    color: #585858;
    font-weight: 300;
}

.crb-panel-heading h1 {
    font-size: 11vw;
    margin: 0 0 3vw;
}

.crb-panel-heading p {
    margin: 0 auto;
    letter-spacing: 1px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 65vw;
    font-size: 5vw;
    margin: 0 auto 40px;
    padding: 1.5vw 0;
}

.crb-panel-heading .aquos {
    width: 65vw;
    margin: 0 auto;
}

.crb-kv .forPC {
    display: none;
}

.crb-kv .forSP {
    display: block;
}

@media (min-width: 640px) {
    .crb-panel-heading h1 {
        font-size: 9vw;
    }
    .crb-panel-heading p {
        width: 46vw;
		font-size: 3.5vw;
    }
	.crb-panel-heading .aquos {
		width: 55vw;
	}
}

@media (min-width: 769px) {
    .crb-kv {
        padding-bottom: 0;
    }
    .crb-panel-heading {
        position: absolute;
        top: 8.78vw;
        left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
    }
    .crb-panel-heading h1 {
        font-size: 4.83vw;
        margin-bottom: 2.2vw;
    }
    .crb-panel-heading p {
        width: 15.37vw;
        font-size: 1.75vw;
        line-height: 1.75vw;
        padding: .7vw 0 .95vw;
        margin-bottom: 5.85vw;
    }
    .crb-panel-heading .aquos {
        width: 21.96vw;
    }
    .crb-kv .forPC {
        display: block;
    }
    .crb-kv .forSP {
        display: none;
    }
}

@media (min-width: 1366px) {
    .crb-panel-heading {
        top: 120px;
        left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
    .crb-panel-heading h1 {
        font-size: 66px;
        margin-bottom: 30px;
    }
    .crb-panel-heading p {
        width: 210px;
        font-size: 24px;
        line-height: 24px;
        padding: 10px 0 13px;
        margin-bottom: 80px;
    }
    .crb-panel-heading .aquos {
        width: 300px;
    }
}

@media (min-width: 1400px) {
    .crb-panel-heading {
        left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
    }
}

.section {
    width: 100%;
    position: relative;
}

.crb-7 {
    padding: 50px 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(212, 221, 246, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(212, 221, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(212, 221, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(212, 221, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(212, 221, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(212, 221, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4ddf6', GradientType=0);
}

.crb-7-inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    height: auto;
}

.crb-7-title {
    width: 100%;
    height: 170px;
    margin: 0 auto 30px;
}

.crb-7-title h1 {
    color: #507dbe;
    font-size: 200px;
    font-weight: 400;
    position: relative;
    line-height: 0.6;
    margin: 0 auto;
    width: 270px;
}

.crb-7-title h1 span {
    color: #939598;
    font-size: 34px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translateX(-50%);
    letter-spacing: 1px;
}

.crb-7-title h2 {
    color: #939598;
    font-size: 19px;
    font-weight: 300;
    text-align: center;
}

.crb-7-features {
    position: relative;
    margin: 0 auto;
}

.features {
    position: relative;
}

.features-cip {
    width: 285px;
    margin: 0 auto;
    z-index: 2;
}

.features-cip .forPC,
.features-list .forPC {
    display: none;
}

.features-cip .forSP,
.features-list .forSP {
    display: block;
}

.features-list {
    color: #3c5e91;
    background-color: #7d9fd3;
    width: 285px;
    height: 285px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    display: table;
    margin-top: -50px;
}

.fl-inner h1 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin: 0 auto 10px;
    width: 75%;
}

.fl-inner h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
}

.fl-inner p {
    width: 100%;
    margin: 0 auto 10px;
}

.fl-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 40px 0;
}

.fl-border {
    width: 160px;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 399px) {
    .real-colour .fl-inner {
        padding-top: 45px;
    }
}

@media (min-width: 400px) {
    .crb-7-title {
        width: 385px;
    }
    .crb-7-title h2 {
        font-size: 25px;
        text-align: left;
    }
    .features-cip {
        width: 333px;
    }
    .features-list {
        width: 333px;
        height: 333px;
    }
    .fl-inner h1 {
        font-size: 20px;
        margin: 0 auto 15px;
    }
    .fl-inner h2 {
        font-size: 18px;
    }
    .fl-inner p {
        font-size: 15px;
        width: 90%;
        margin: 0 auto 15px;
    }
    .fl-border {
        width: 177px;
        top: 0;
    }
}

@media (min-width: 640px) {
    .crb-7-features {
        width: 616px;
        height: 587px;
    }
    .features {
        position: absolute;
    }
    .features-cip {
        width: 282px;
        top: 236px;
        left: 50%;
        z-index: 5;
        transform: translateX(-50%);
        opacity: 1;
        margin: 0;
    }
    .features-cip .forPC,
    .features-list .forPC {
        display: block;
    }
    .features-cip .forSP,
    .features-list .forSP {
        display: none;
    }
    .features-list {
        display: block;
        margin: 0;
    }
    .real-detail {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .real-contrast {
        bottom: 0;
        left: 0;
    }
    .real-colour {
        bottom: 0;
        right: 0;
    }
    .fl-inner {
        width: 75%;
        margin: 0 auto;
        display: block;
        vertical-align: inherit;
        padding: 30px 0 0;
    }
    .real-contrast .fl-inner {
        padding-right: 10px;
    }
    .real-contrast .fl-inner h1 {
        padding-left: 30px;
        padding-right: 60px;
    }
    .real-contrast .fl-inner h2 {
        padding-right: 30px;
    }
    .real-colour .fl-inner h1 {
        padding-left: 65px;
        padding-right: 30px;
    }
    .real-colour .fl-inner h2 {
        padding-left: 40px;
    }
    .real-contrast .fl-inner p {
        padding-left: 0;
        padding-right: 30px;
    }
    .real-colour .fl-inner p {
        padding-left: 44px;
        padding-right: 0;
    }
}

@media (min-width: 880px) {
    .crb-7-inner {
        height: 590px;
        padding-right: 15px;
    }
    .crb-7-title {
        position: absolute;
        margin: 0;
        top: 80px;
        left: 15px;
    }
    .crb-7-title h1 {
        margin: 0;
    }
    .crb-7-title h2 {
        color: #939598;
        font-size: 23px;
        font-weight: 300;
    }
    .crb-7-features {
        margin: 0;
        float: right;
    }
    .features-cip {
        width: 282px;
        top: 236px;
        left: 50%;
        z-index: 5;
        transform: translateX(-50%);
        opacity: 1;
    }
    .fl-inner h1 {
        font-size: 22px;
    }
}

@media (min-width: 960px) {
    .crb-7 {
        padding: 25px 0 50px;
    }
    .crb-7-inner {
        padding-right: 0;
    }
    .crb-7-title {
        left: 0;
    }
    .crb-7-title h2 {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .crb-7-title {
        top: 100px;
    }
}

.crb-title {
    background-color: #ffffff;
    text-align: center;
    padding: 30px 0 0;
}

.crb-title h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 300;
    font-weight: 400;
    color: #939598;
}

.crb-title h1 br {
    display: block;
}

@media (min-width: 480px) {
    .crb-title h1 br {
        display: none;
    }
}

.crb-content {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.crb-content-bg-02 {
    background-image: url(../jpg/bg-real-colour-01-sp.jpg);
}

.crb-content-bg-03 {
    background-image: url(../jpg/bg-real-colour-02-sp.jpg);
}

.crb-content-bg-04 {
    background-image: url(../jpg/bg-real-contrast-01-sp.jpg);
}

.crb-content-bg-05 {
    background-image: url(../jpg/bg-real-contrast-02-sp.jpg);
}

.crb-content.crb-content-bg-01:before,
.crb-content.crb-content-bg-02:before,
.crb-content.crb-content-bg-04:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../png/ptn-02.png);
    background-size: contain;
    background-repeat: repeat-x;
}

.crb-content.crb-content-bg-01:after,
.crb-content.crb-content-bg-02:after,
.crb-content.crb-content-bg-03:after {
    content: "";
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    display: none;
}

.crb-content-inner {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.crb-content-inner .forPC {
    display: none;
}

.crb-content-inner .forSP {
    display: block;
}

.crb-content-bg-01 .crb-content-inner {
    padding-top: 100px;
    padding-bottom: 200px;
}

.crb-content-bg-02 .crb-content-inner {
    padding-top: 70px;
    padding-bottom: 200px;
}

.crb-content-bg-04 .crb-content-inner {
    padding: 100px 0 330px;
}

.crb-content-bg-05 .crb-content-inner {
    padding: 50px 0 280px;
    padding: 50px 0 150px;
}

.crb-content-bg-05 .crb-content-inner h1,
.crb-content-bg-05 .crb-content-inner p {
    color: #000000;
    text-shadow: none;
}

.crb-content-inner h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 4px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .33);
}

.crb-content-inner p {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .33);
}

.inner-col-2 {
    padding: 100px 0;
    padding: 50px 0 300px;
}

.inner-col-2 .crb-inner-01,
.inner-col-2 .crb-inner-02 {
    width: inherit;
    float: none;
    margin: 0 auto;
}

.inner-col-2 .crb-inner-01 {
    margin-bottom: 40px;
}

@media (min-width:480px) {
	.crb-content-bg-01 .crb-content-inner {
		padding-bottom: 350px;
	}
    .crb-content-inner .forPC {
        display: block;
    }
    .crb-content-inner .forSP {
        display: none;
    }
}

@media (min-width:640px) {
    .crb-title {
		padding-top: 50px;
    }
    .crb-content.crb-content-bg-01:before,
    .crb-content.crb-content-bg-02:before,
    .crb-content.crb-content-bg-04:before {
        z-index: 2;
		height: 200px;
    }
    .crb-content-inner {
        width: 500px;
    }
    .crb-content {
        padding-left: 0;
        padding-right: 0;
    }
    .crb-content-bg-04 .crb-content-inner {
        padding-bottom: 100px;
    }
	.crb-content-bg-04 {
		background-image: url(../jpg/bg-real-contrast-01-tb.jpg);
	}
}

@media (min-width:768px) {
	.crb-content-bg-02 .crb-content-inner {
		padding-bottom: 400px;
	}
}

@media (min-width:769px) {
    .crb-title h1 {
        font-size: 60px;
    }
    .crb-content.crb-content-bg-01:after,
    .crb-content.crb-content-bg-02:after,
    .crb-content.crb-content-bg-03:after {
        display: block;
    }
    .crb-content-bg-01 {
        background-image: url(../jpg/bg-real-detail.jpg);
        background-position: top right;
    }
    .crb-content-bg-02 {
        background-image: url(../jpg/bg-real-colour-01.jpg);
    }
    .crb-content-bg-03 {
        background-image: url(../jpg/bg-real-colour-02.jpg);
    }
    .crb-content-bg-04 {
        background-image: url(../jpg/bg-real-contrast-01.jpg);
    }
    .crb-content-bg-05 {
        background-image: url(../jpg/bg-real-contrast-02.jpg);
    }
    .crb-content-inner {
        float: right;
        margin: 0;
        padding: 100px 50px 100px 0;
    }
    .inner-col-2 .crb-inner-01,
    .inner-col-2 .crb-inner-02 {
        width: auto;
    }
    .crb-content-bg-01 .crb-content-inner {
        padding-top: 150px;
        padding-bottom: 120px;
    }
    .crb-content-bg-02 .crb-content-inner {
        width: 580px;
        padding-top: 150px;
        padding-bottom: 120px;
    }
    .crb-content-bg-03 {
        background-position: top left;
        background-position: -350px 0;
    }
    .crb-content-bg-04 .crb-content-inner {
        padding: 220px 50px 120px 0;
    }
    .crb-content-bg-05 .crb-content-inner {
        padding: 100px 50px 120px 0;
    }
}

@media (min-width: 1025px) {
    .crb-title h1 {
        font-size: 64px;
    }
    .crb-content {
        background-position: top right;
    }
    .crb-content-inner {
        width: 550px;
    }
    .inner-col-2 {
        width: auto!important;
        padding: 100px 50px 120px 0;
    }
    .inner-col-2 .crb-inner-01,
    .inner-col-2 .crb-inner-02 {
        width: 430px;
        float: left;
        margin: 0;
    }
    .inner-col-2 .crb-inner-02 {
        margin-left: 40px;
    }
    .crb-content-bg-03 {
        background-position: top center;
    }
}

@media (max-width: 768px) {
    .crb-title {
		position: relative;
	}
	.md-sp {
        width: 95%;
        margin: 5px auto;
    }
	.crb-real-detail:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url(../jpg/bg-real-detail-top-sp.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.crb-real-detail:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 49.44vw;
		bottom: 0;
		left: 0;
		background-image: url(../jpg/bg-real-detail-btm-sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.crb-content-bg-02 {
		background-size: 100% auto;
		background-size: cover;
		background-position: bottom;
	}
	.crb-content-bg-03,
	.crb-content-bg-04 {
		/*background-size: auto 100%;*/
		background-position: bottom;
	}
	.crb-content-bg-05 {
		background-size: 100% auto;
		background-position: bottom;
	}
}

.compare-img {
	width: 280px;
	background: #fff;
	margin: 0 auto;
	padding: 4px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
}

.compare-img,
.compare-img .col {
	position: relative;
}

.col {
	display: block;
	margin-bottom: 6px;
}

.col-2 {
	margin-bottom: 0;
}

.col .sm-title {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	padding: 5px 0 0 10px;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
}

.col .sm-title.sm-title-top {
    text-align: center;
    font-size: 20px;
    padding: 5px 0 0;
}

.col .sm-title.sm-title-bottom {
    top: inherit;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    padding: 0 0 5px 0;
}

.color-reference {
	position: absolute;
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 10px 5px 10px;
	font-weight: 600;
}

.color-reference img {
	border: 1px solid #fff;
}
.real-color-arrow {
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    text-shadow: 1px 0px 1px rgba(0,0,0,.8);
    color: #fcfcfc;
}

@media (min-width:359px) {
	.compare-img {
		width: 300px;
	}
}

@media (min-width:480px) {
	.compare-img {
		width: 100%;
		overflow: hidden;
	}
	.col {
		width: 50%;
		float: left;
		display: block;
		margin-bottom: 0;
	}
	.col .sm-title {
		padding: 3px 0 0 10px;
		font-size: 15px;
	}
	.col-1 {
		padding-right: 2px;
	}
	.col-2 {
		padding-left: 2px;
	}
	.col-2k {
		width: 33.2%;
	}
	.col-4k {
		width: 66.5%;
	}
	.real-color-arrow {
		text-shadow: 2px 2px 2px rgba(0,0,0,.3);
		transform: translate(-50%,-50%);
	}
}

.line-up {
    padding: 50px 0 70px;
    background-image: url(../jpg/bg-line-up.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.line-up .crb-title {
    background-color: transparent;
    padding: 0 15px;
    margin-bottom: 25px;
}

.line-up-inner {
    margin: 0 auto;
}

.crb-product {
    padding: 0 15px;
}

.crb-product h1 {
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 15px;
}

.crb-product .product-cat {
    width: 150px;
    margin: 0 auto 20px;
    display: block;
}

.crb-product .crb-product-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.crb-product .crb-ftrs-logo {
    width: 120px;
    margin: 0 auto 15px;
    display: block;
}

.crb-product .crb-product-list {
    text-align: center;
    padding: 20px 0 0;
	margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, .33);
}

.crb-product .crb-product-list li {
    display: block;
    margin-bottom: 15px;
}

.crb-product .crb-product-list li a {
    color: #000;
    padding: 5px 10px;
    position: relative;
    font-weight: 300;
	text-decoration: none;
    border: 1px solid #bbb;
}

.crb-product .crb-product-list li a:hover {
    color: #fff;
	background-color: #666;
	transition: .4s all ease-in-out;
}

@media only screen and (max-device-width: 1440px) and (orientation: portrait) {
	.crb-product .crb-product-list li a:hover {
		transition: none;
	}
}

@media (min-width: 320px) {
    .line-up-inner {
        width: 280px;
    }
}

@media (min-width: 480px) {
    .line-up-inner {
        width: 400px;
    }
    .crb-product .crb-product-img {
        width: 250px;
    }
}

@media (min-width: 640px) {
    .line-up {
        background-position: center;
    }
}

@media (min-width: 768px) {
    .line-up-inner {
        width: 650px;
    }
	.line-up .crb-title {
		margin-bottom: 50px;
	}
}

@media (min-width: 1024px) {
    .crb-product .crb-product-list li {
        display: inline-block;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .line-up-inner {
        width: 750px;
    }
}

@media (min-width: 1025px) {
    .line-up {
        padding: 50px 0;
    }
    .line-up-inner {
        width: 960px;
    }
    .crb-product .crb-product-img {
        width: 300px;
    }
    .crb-product .crb-ftrs-logo {
        width: 150px;
    }
}

#share {
	float: right;
	margin-right: -15px;
}

#share .jssocials-share-link {
    border-radius: 50%;
}

@media (min-width: 480px) {
	#share {
		padding-top: 10px;
		margin-right: 0;
	}
}

.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    width: 30px;
}

.owl-theme .owl-nav [class*='owl-'] img {
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 150px;
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 150px;
    right: -20px;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
}

@media (min-width: 480px) {
    .owl-theme .owl-nav [class*='owl-'] {
        width: 43px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
}

.worldwide {
	margin: 0 auto 50px;
	width: 100%;
	padding: 20px 15px;
	text-align: center;
}

.worldwide h3 {
	font-size: 20px;
	margin: 0 auto 15px;
	max-width: 535px;
	color: #585858;
}
  
.worldwide a {
    color: #000;
    padding: 10px 20px 12px;
    position: relative;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #bbb;
}
  
.worldwide a:hover {
    color: #fff;
	background-color: #666;
	transition: .3s all ease-in-out;
}

@media (max-width: 359px) {
	.worldwide a {
		font-size: 13px;
	}
}