html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden !important;
}
body{
	overflow-x: hidden !important;
}
.mbr-transparent {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mbr-fullscreen {
  width: 100%;
}
.mbr-background-video,
.mbr-background-video-preview {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.mbr-parallax-background,
.mbr-background {
  background-attachment: fixed !important;
  /* background-position: 50% 0;*/
    /* background-position: 20%;  */
  background-repeat: no-repeat;
  background-size: cover !important;
}
.mbr-hidden-scrollbar .mbr-parallax-background {
  background-size: auto 130%;
}
.mobile .mbr-parallax-background {
  background-attachment: scroll !important;
}
.mbr-background {
  background-attachment: scroll !important;
}
.mbr-nav-toggle {
  display: none;
}
.is-builder .animated {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
.menu-1 {
  -webkit-transition: background 0.5s cubic-bezier(0.7, 0.01, 0.3, 1) 0.15s;
  -o-transition: background 0.5s cubic-bezier(0.7, 0.01, 0.3, 1) 0.15s;
  transition: background 0.5s cubic-bezier(0.7, 0.01, 0.3, 1) 0.15s;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.menu-1 .container {
  padding: 0;
}
.menu-1 .row > div {
  height: 93px;
}
.menu-1 .brand {
  float: left;
  width: 30%;
}
.menu-1 nav {
  float: right;
  width: 70%;
}
.menu-1 .brand {
  position: relative;
}
.menu-1 .brand a {
  font-size: 21px;
  font-weight: bold;
  line-height: 92px;
}
.menu-1 .brand a:hover,
.menu-1 .brand a:focus {
  text-decoration: none;
}
.menu-1 .brand a img {
  height: 40px;
  position: relative;
  top: 26px;
  vertical-align: top;
  margin-right: 5px;
}
.menu-1 .brand .mbr-nav-toggle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 34px;
  cursor: pointer;
}
.menu-1 .brand .mbr-nav-toggle:before {
  content: "\e236";
}
.menu-1 .brand .mbr-nav-toggle:focus {
  outline: none;
}
.menu-1 nav {
  position: relative;
  top: 22px;
  vertical-align: top;
}
.menu-1 nav li a {
  font-size: 14px;
  line-height: 22px;
}
.menu-1 .brand .mbr-nav-toggle {
  color: #4c6972;
}
.menu-1.dark .brand a {
  color: #ffffff;
}
.menu-1.dark .brand .mbr-nav-toggle {
  color: #ffffff;
}
.menu-1.dark nav li a,
.menu-1.dark nav li a:hover,
.menu-1.dark nav li a:focus {
  color: #ffffff;
}
.menu-1.static {
  background-color: #fff;
  position: relative;
}
.menu-1.static .brand a {
  color: #4c6972;
}
.menu-1.static .brand .mbr-nav-toggle {
  color: #4c6972;
}
.menu-1.static nav li a,
.menu-1.static nav li a:hover,
.menu-1.static nav li a:focus {
  color: #4c6972;
}
.menu-1.static.dark,
.menu-1.is-fixed.dark {
  background-color: #444444;
}
.menu-1.static.dark .brand a,
.menu-1.is-fixed.dark .brand a {
  color: #eeeeee;
}
.menu-1.static.dark .brand .mbr-nav-toggle,
.menu-1.is-fixed.dark .brand .mbr-nav-toggle {
  color: #eeeeee;
}
.menu-1.static.dark nav li a,
.menu-1.static.dark nav li a:hover,
.menu-1.static.dark nav li a:focus,
.menu-1.is-fixed.dark nav li a,
.menu-1.is-fixed.dark nav li a:hover,
.menu-1.is-fixed.dark nav li a:focus {
  color: #eeeeee;
}
.menu-1.static.mbr-fixed-top {
  position: absolute;
}
.menu-1.static.mbr-fixed-top + * {
  top: 93px;
  margin-bottom: 93px;
}
.menu-1.is-fixed {
  background-color: transparent;
  position: fixed !important;
  top: 0;
}
.menu-1.is-fixed .brand a {
  color: #4c6972;
}
.menu-1.is-fixed .brand .mbr-nav-toggle {
  color: #4c6972;
}
.menu-1.is-fixed nav li a,
.menu-1.is-fixed nav li a:hover,
.menu-1.is-fixed nav li a:focus {
  color: #4c6972;
}
.menu-1.is-fixed,
.menu-1.is-fixed .container,
.menu-1.is-fixed .row,
.menu-1.is-fixed .row > div {
  height: 1px;
}
.menu-1.is-fixed .brand {
  -webkit-animation: menu-1 0.45s linear 0s;
  -o-animation: menu-1 0.45s linear 0s;
  animation: menu-1 0.45s linear 0s;
}
.menu-1.is-fixed .brand a {
  display: none;
}
@-webkit-keyframes menu-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes menu-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-1.is-fixed .brand .mbr-nav-toggle {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
  background-color: rgba(68, 68, 68, 0.8);
  color: #fff;
  margin-top: -14px;
  padding: 10px;
  z-index: 100;
}
.desktop .menu-1.is-fixed .brand .mbr-nav-toggle:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #252525;
}
.menu-1.is-fixed.dark {
  background-color: transparent;
}
.menu-1.is-fixed.static {
  background-color: #fff;
}
.menu-1.is-fixed.static.dark {
  background-color: #444444;
}
.menu-1.is-fixed .brand,
.menu-1.collapsed .brand,
.menu-1.nav-collapsed .brand {
  width: 100%;
}
.menu-1.is-fixed nav,
.menu-1.collapsed nav,
.menu-1.nav-collapsed nav {
  display: none;
}
.menu-1.is-fixed .mbr-nav-toggle,
.menu-1.collapsed .mbr-nav-toggle,
.menu-1.nav-collapsed .mbr-nav-toggle {
  display: block !important;
}
.menu-1.mbr-nav-visible {
  position: absolute !important;
}
.menu-1.mbr-nav-visible .brand .mbr-nav-toggle {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent !important;
  color: #fff;
  z-index: 100;
}
.menu-1.mbr-nav-visible .brand .mbr-nav-toggle:before {
  content: "\e014";
}
.menu-1.mbr-nav-visible nav {
  top: 0;
  left: 0;
  display: table;
  position: fixed;
  background-color: rgba(76, 105, 114, 0.9);
  width: 100%;
  -webkit-animation: menu-1-nav 0.3s linear 0s;
  -o-animation: menu-1-nav 0.3s linear 0s;
  animation: menu-1-nav 0.3s linear 0s;
}
@-webkit-keyframes menu-1-nav {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes menu-1-nav {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes menu-1-nav {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.menu-1.mbr-nav-visible nav ul {
  display: table-cell;
  float: none !important;
  position: relative;
  top: -27px;
  vertical-align: middle;
  width: 100%;
}
.text_vid_micro_1 {
    width: 75%;
    float: right;
}
.text_vid_micro_1 h1 {
    font-size: 2.3em;
}
.text_vid_micro_1 p {
    font-size: .8em;
}
.text_vid_micro_2 {
    width: 75%;
    
}
.text_vid_micro_2 h1{
    font-size: 2.3em;
    
}
.text_vid_micro_2 p {
    font-size: .8em;
}
.block {
  
}

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  -ms-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
.mobile_elevated_parallax-3 {
	background-image: url(../img/banner-5-new.png);
	min-height: 640px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 676px) {
	.mobile_elevated_parallax-3 {
		background-image: none !important;
		min-height: auto !important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	
	.mobile_elevated_text-parallax-right_4 {
		width: 100% !important;
		padding-top: 0% !important;
		margin-left: 0% !important;
	}
	.mobile_elevated_text-parallax-right_4 h1 {
		color: #2f353d !important;
		font-size: 1.75em !important;
		line-height: 1.15789;
		margin-bottom: 24px;
		letter-spacing: -0.04em;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.mobile_elevated_text-parallax-right_4 p {
		color: #747481 !important;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: .8125em !important;
		line-height: 1.46667;
	}
	.mobile_elevated_text-parallax p{
		color: #747481 !important;
	}
	.mobile_elevated_text-parallax h1 {
		font-size: 1.75em !important;
		line-height: 1.15789;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #2f353d !important;
	}
	.mobile_elevated_lt3 {
		font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: normal;
		padding: 10px 12px !important;
	}
	.divFloat {
		right: 0  !important;
		
	}
	.text_one {
		font-size: 2.9vw !important;
		
	}
	.text_two {
		font-size: 2.9vw !important;
		
	}
	
	.text_vid_micro_1 {
		width: 100%;
		float: left !important;
	}
	.text_vid_micro_2 {
		width: 100%;
		float: left !important;
	}
	.carousel-indicators li.active{
		background: #000 !important;
	}
	
	.active, .accordion:hover {
		background-color: transparent !important;
	}
	.text-parallax {
		
		width: 100% !important;
		margin: 0 !important;
		padding-top: 0px !important;
		padding-left: 0px !important;
	}
	.mobile_elevated_text-parallax {
		
		width: 100% !important;
		margin: 0 !important;
		padding-top: 0px !important;
		padding-left: 0px !important;
	}
	.heading_main {
		width: 95% !important;
		
	}
	.heading_main h1 {
		font-size: 1.6em !important;
	}
	.text_image_micro {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.div_vid_banner{   
		height: auto !important;
		overflow:hidden;
		position:relative
	}
	.secondary-tout .st-item article .parent-level-link {
		
		top: 34vh !important;
		
	}
	.text-parallax p {
		color: black !important;
		
	}
	.text-parallax h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.parallax {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
		width: 100%;

	}
	.mobile_elevated_parallax {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
		width: 100%;

	}
	.banner_index_phone{
		background-image: url(../img/banner-2.jpg);
		height: 420px;
		background-position: center;
	}
	.banner_index_phone_sm{
		background-image: url(../img/banner-2-small.png);
		height: 420px;
		background-position: center;
		    background-size: cover;
	}
	.parallax-1 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.mobile_elevated_parallax-1 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-parallax-left {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
	}
	.text-parallax-left p {
		color: black !important;
		
	}
	.text-parallax-left h1 {
		color: black !important;
		font-size: 2em !important
	}
	.mobile_elevated_text-parallax-left {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
	}
	/* .mobile_elevated_text-parallax-left p { */
		/* color: black !important; */
		
	/* } */
	.mobile_elevated_text-parallax-left p {
		color: #747481 !important;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: .8125em !important;
		line-height: 1.46667;
	}
	/* .mobile_elevated_text-parallax-left h1 { */
		/* color: black !important; */
		/* font-size: 2em !important */
	/* } */
	.mobile_elevated_text-parallax-left h1 {
		color: #2f353d !important;
		font-size: 1.75em !important;
		line-height: 1.15789;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	
	
	.banner_index_phone_left{
		background-image: url(../img/banner-3.jpg);
		height: 420px;
		background-position: center;
	}
	.banner_index_phone_left_sm{
		background-image: url(../img/banner-3-small.png);
		height: 810px;
		background-position: center;
		    background-size: cover;
	}
	.parallax-2 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
		

	}
	.mobile_elevated_parallax-2 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
		

	}
	.text-parallax-right {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-parallax-right p {
		color: black !important;
		
	}
	.text-parallax-right h1 {
		color: black !important;
		font-size: 2em !important
	}
	.mobile_elevated_text-parallax-right {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	/* .mobile_elevated_text-parallax-right p { */
		/* color: black !important; */
		
	/* } */
	.mobile_elevated_text-parallax-right p {
		color: #747481 !important;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: .8125em !important;
		line-height: 1.46667;
	}
	.mobile_elevated_text-parallax-right h1 {
		color: #2f353d !important;
		font-size: 1.75em !important;
		line-height: 1.15789;
		margin-bottom: 24px;
		letter-spacing: -0.04em;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	
	
	.banner_index_phone_right{
		background-image: url(../img/banner-4.jpg);
		height: 420px;
		background-position: left;
	}
	.banner_index_phone_right_sm{
		background-image: url(../img/banner-4-small.png);
		height: 420px;
		background-position: center;
		    background-size: cover;
	}
	.parallax-3 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
		

	}
	.text-parallax-3 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-parallax-3 p {
		color: black !important;
		
	}
	.text-parallax-3 h1 {
		color: black !important;
		font-size: 2em !important
	}
	.mobile_elevated_text-parallax-3 {
		width: 100% !important;
		margin: 0 auto;
		padding-top: 0% !important;
		padding-left: 0% !important;
		padding-right: 0% !important;
		margin-left: 0% !important;
	}
	.mobile_elevated_text_1 {
		width: 100% !important;
		margin: 0 auto;
		padding-top: 7% !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
		margin-left: 0% !important;
	}
	.mobile_elevated_text-parallax-3 p {
		color: #747481 !important;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: .8125em !important;
		line-height: 1.46667;
		margin-bottom: 3em;
	}
	/* .mobile_elevated_text-parallax-3 p { */
		/* color: black !important; */
		
	/* } */
	/* .mobile_elevated_text-parallax-3 h1 { */
		/* color: black !important; */
		/* font-size: 2em !important */
	/* } */
	.mobile_elevated_text-parallax-3 h1 {
		color: #2f353d !important;
		font-size: 1.75em !important;
		line-height: 1.15789;
		font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.mobile_elevated_last_comntainer {
		padding: 0px;
		margin-top: 2em;
		margin-bottom: 0em !important;
	}
	
	.banner_index_phone_3{
		background-image: url(../img/banner-5.jpg);
		height: 420px;
		background-position: center;
	}
	.banner_index_phone_3_sm{
		background-image: url(../img/banner-5-small.png);
		height: 420px;
		background-position: center;
		    background-size: cover;
	}
	.parallax-4 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
		

	}
	.mobile_elevated_parallax-4 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
		

	}
	.text-parallax-4 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-parallax-4 p {
		color: black !important;
		
	}
	.text-parallax-4 h1 {
		color: black !important;
		font-size: 2em !important
	}
	
	
	.banner_index_phone_4{
		background-image: url(../img/banner-6-small.png);
		height: 810px;
		background-position: center;
		    background-size: cover;
	}
	.parallax-5 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.mobile_elevated_parallax-5 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-parallax-5 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-parallax-5 p {
		color: black !important;
		
	}
	.text-parallax-5 h1 {
		color: black !important;
		font-size: 2em !important
	}
	.banner_index_phone_5{
		background-image: url(../img/banner-7-small.jpg);
		height: 420px;
		background-position: center;
		    background-size: cover;
	}
	
	.parallax-6 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.mobile_elevated_parallax-6 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-parallax-6 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-parallax-6 p {
		color: black !important;
		
	}
	.text-parallax-6 h1 {
		color: black !important;
		font-size: 2em !important
	}
	
	.mobile_elevated__heading {
		margin-left: 0% !important;
	}
	.secondary-tout .st-item img {
		display: block;
		max-height: 100%;
		max-width: 100%;
		margin: auto;
		padding: 0px 3em !important;
	}
	.mobile_elevated_parent-level-link {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30% !important;
		z-index: 1;
	}
	.mobile_elevated_silder_head {
		font-size: 22px !important;
		color: #706c7a !important;
	}
	.banner_index_phone_6{
		background-image: url(../img/banner-8-small.png);
		height: 420px;
		background-position: center;
		    background-size: cover;
	}
	.one-sony-carousel.secondary-tout {
		 height: auto !important; 
		 margin-bottom:30px !important
		
	}
	.product-img.ghost-center {
		display: none;
	}
	
	a.primary-link.l3.breadcrumb-link {
		display: none;
	}
	h1.t6.product-title {
		font-size: .9em;
	}
	.product-model.p5 {
		display: none;
	}
	.audio_one_ban_1 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-audio_one_ban_1 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-audio_one_ban_1 p {
		color: black !important;
		
	}
	.text-audio_one_ban_1 h1 {
		color: black !important;
		font-size: 2em !important
	}
	
	
	.banner_audio_one_ban_1{
		background-image: url(../img/xs-163es-banner-1M.jpg);
		height: 420px;
		background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
	}
	
	
	.audio_one_ban_2 {
		background-image:none !important;
		background: #212530 !important;
		min-height: auto !important;
		padding: 50px 20px;
	}
	.text-audio_one_ban_2 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-audio_one_ban_2 p {
		color: #fff !important;
		
	}
	.text-audio_one_ban_2 h1 {
		color: #fff !important;
		font-size: 1.5em !important
	}
	
	img.img_audio_one_ns_one {
		margin-top: 6em !important;
		margin-left: 3em !important;
		width:70% !important
	}
	.copy {
		padding: 20px 0px !important;
	}
	.bi-amp {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-bi-amp{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-bi-amp h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-bi-amp p {
		color: black !important;
	}
	.banner_bi-amp{
		background-image: url(../img/bi-amp.jpg);
        height: 420px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: -2em;
	}
	.sep_notch {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-sep_notch{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-sep_notch h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-sep_notch p {
		color: black !important;
	}
	.banner_sep_notch{
		background-image: url(../img/sep_notch.jpg);
		height: 320px;
		background-position: center center;
		background-size: cover;
        background-repeat: no-repeat;
	}
	.hi-res-img{
	    margin-top: 19px;
	}
	.progressive {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-progressive{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-progressive h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-progressive p {
		color: black !important;
	}
	
	.phase {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-phase{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-phase h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-phase p {
		color: black !important;
	}
	.banner_phase{
		background-image: url(../img/phase.jpg);
		height: 320px;
		background-position: center;
		background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
	}
	.centre{
	    text-align:left;
	}
	.pc-div{
	    display:none !important;
	}
	.secondary-tout .st-item article .parent-level-link{
        position: relative !important;
       
    }
    
	.immerse {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
		
	}
	.text-immerse{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white;
		padding-right: 20px;
	}
	.text-immerse h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-immerse p {
		color: black !important;
	}
	.banner_immerse{
		background-image: url(../img/immerse.jpg);
		height: 420px;
		background-position: center;
		margin-top:30px
	}
	img.img_audio_one_ns {
		margin-top: 2em !important;
        margin-left: -3em !important;
        width: 55% !important;
	}
	
	.banner_audio_two_ban_1{
		background-image: url(../img/xs-160es-banner-1.jpg);
		height: 420px;
		background-position: left;
	}
	.audio_two_ban_1 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-audio_two_ban_1 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-audio_two_ban_1 p {
		color: black !important;
		
	}
	.text-audio_two_ban_1 h1 {
		color: black !important;
		font-size: 2em !important
	}
	
	.progressive_two {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-progressive_two {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-progressive_two p {
		color: black !important;
		
	}
	.text-progressive_two h1 {
		color: black !important;
		font-size: 2em !important
	}
	.banner_progressive{
		background-image: url(../img/progressive-height.jpg);
		height: 320px;
		background-size: cover;
        background-repeat: no-repeat;
        background-position: center center !important;
	}
	.phase_two {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-phase_two {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-phase_two p {
		color: black !important;
		
	}
	.text-phase_two h1 {
		color: black !important;
		font-size: 2em !important
	}
	.banner_phase_two{
		background-image: url(../img/phase_two.jpg);
		height: 420px;
		background-position: center;
	}
	.audio_three_ban_1 {
		background-image:none !important;
		background: white !important;
		min-height: auto !important;
		padding: 20px;
	}
	.text-audio_three_ban_1 {
		width: 100% !important;
		/* margin: 0 auto; */
		padding-top: 0% !important;
		padding-left: 0% !important;
		margin-left: 0% !important;
	}
	.text-audio_three_ban_1 p {
		color: black !important;
		
	}
	.text-audio_three_ban_1 h1 {
		color: black !important;
		font-size: 2em !important
	}
	.banner_audio_three_ban_1{
		background-image: url(../img/xs-w104es-banner-1.jpg);
		height: 420px;
		background-position: center;
	}
	
	img.img_audio_two_ns {
		float: none !important;
		position: relative !important;
		right: 0em !important; 
		margin-top: 25px !important;
	}
	.sep_notch_three {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-sep_notch_three{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-sep_notch_three h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-sep_notch_three p {
		color: black !important;
	}
	.banner_sep_notch_three{
		background-image: url(../img/sep_notch_three.jpg);
		height: 420px;
		background-position: center;
	}
	.progressive_three {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-progressive_three{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-progressive_three h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-progressive_three p {
		color: black !important;
	}
	.banner_progressive_three{
		background-image: url(../img/progressive_three.jpg);
		height: 420px;
		background-position: center;
	}
	.audio_four_ban_1 {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-audio_four_ban_1{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white;
		padding-right: 20px;
	}
	.text-audio_four_ban_1 h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-audio_four_ban_1 p {
		color: black !important;
	}
	.banner_audio_four_ban_1{
		background-image: url(../img/xs-690es-banner-1.jpg);
		height: 420px;
		background-position: center;
	}
	
	.rec_players_ban_1 {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text_rec_player_ban_1{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white;
		padding-right: 20px;
	}
	.text_rec_player_ban_1 h1 {
		color: black !important;
		font-size: 2.5em !important;
	}
	.text_rec_player_ban_1 p {
		color: black !important;
	}
	.banner_rec_players_ban_1{
		background-image: url(../img/receivers_players/Xav-9500-banner.jpg);
		height: 420px;
		    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

	.in_view_four {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text_in_view{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white;
		padding-right: 20px!important;
	}
	.text_in_view h1 {
		color: black !important;
		font-size: 2.5em !important;
	}
	.text_in_view p {
		color: black !important;
	}
	.banner_in_view{
		background-image: url(../img/receivers_players/Xav-9500-featureimg.jpg);
		height: 420px;
		    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

	.eng_for_ESS_ban {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.eng_for_ESS{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white;
		padding-right: 20px!important;
	}
	.eng_for_ESS h1 {
		color: black !important;
		font-size: 2.5em !important;
	}
	.eng_for_ESS p {
		color: black !important;
	}
	.banner_eng_for_ESS_ban{
		background-image: url(../img/receivers_players/Xav-9500-featureimg3.jpg);
		height: 420px;
		    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

	.opti_performance {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-opti_performance{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white;
		padding-right: 20px!important;
	}
	.text-opti_performance h1 {
		color: black !important;
		font-size: 2.5em !important;
	}
	.text-opti_performance p {
		color: black !important;
	}
	.banner_opti_performance{
		background-image: url(../img/receivers_players/Xav-9500-featureimg4.jpg);
		height: 420px;
		    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
	}
	
	.sep_notch_four {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-sep_notch_four{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-sep_notch_four h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-sep_notch_four p {
		color: black !important;
	}
	.banner_sep_notch_four{
		background-image: url(../img/sep_notch_four.jpg);
		height: 420px;
		background-position: center;
	}
	.progressive_four {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-progressive_four{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-progressive_four h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-progressive_four p {
		color: black !important;
	}
	.banner_progressive_four{
		background-image: url(../img/progressive_four.jpg);
		height: 420px;
		background-position: center;
	}
	.tweeters_four {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-tweeters_four{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: #f1f5f9;
		padding-right: 20px;
	}
	.text-tweeters_four h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-tweeters_four p {
		color: black !important;
	}
	.banner_tweeters_four{
		background-image: url(../img/tweeters_four.jpg);
		height: 420px;
		background-position: center;
	}
	
	.audio_five_ban_1 {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-audio_five_ban_1{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white;
		padding-right: 20px;
	}
	.text-audio_five_ban_1 h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-audio_five_ban_1 p {
		color: black !important;
	}
	.banner_audio_five_ban_1{
		background-image: url(../img/xs-680es-banner-1.jpg);
		height: 420px;
		background-position: center;
	}
	.sounddrive {
		background: white !important;
		min-height: auto !important;
		width:100% !important;
	}
	.text-sounddrive{
		width: 100% !important;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px !important;
		background: white !important;
		padding-right: 20px !important;
		position: relative !important;
		right: 0 !important
		
	}
	.text-sounddrive h1 {
		color: black !important;
		font-size: 1.5em !important;
	}
	.text-sounddrive p {
		color: black !important;
	}
	.banner_sounddrive{
		background-image: url(../img/soundthedrives.jpg);
		height: 420px;
		background-position: center;
	}
	
	.image_text {

		padding: 0 !important;
	}
	.text_overlay_inner_page {
		background: white !important;
		width: 100% !important;
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
		padding: 0 !important;
	}
	.text_overlay_inner_page_black {
		background: white !important;
		width: 100% !important;
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
		padding: 0 !important;
	}
	

	

@media (max-width: 480px) {
  .menu-1.mbr-nav-visible nav ul {
    top: -22px;
  }
}
.menu-1.mbr-nav-visible nav ul li {
  display: block;
  float: none;
  text-align: center;
}
.menu-1.mbr-nav-visible nav ul li a {
  border: 2px solid transparent;
  color: #fff !important;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 48px;
  padding-left: 30px;
  padding-right: 30px;
}
.menu-1.mbr-nav-visible nav ul li a:hover {
  border-color: #fff;
  color: #fff !important;
}
.menu-1.mbr-nav-visible nav ul li a:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 4px;
}
.menu-1.mbr-nav-visible nav ul li a:after {
  display: none;
}
@media (max-width: 480px) {
  .menu-1.mbr-nav-visible nav ul li a {
    font-size: 20px;
    line-height: 34px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.menu-1.mbr-nav-visible nav ul li.active a {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.6) !important;
  cursor: default;
}
.menu-1.mbr-nav-visible nav ul li:last-of-type:after {
  width: 36px;
  height: 3px;
  background: #fff;
  content: "";
  display: block;
  left: 50%;
  margin-left: -18px;
  position: relative;
  top: 25px;
}
@media (max-width: 480px) {
  .menu-1.mbr-nav-visible nav ul li:last-of-type:after {
    top: 20px;
  }
}
.menu-1.mbr-nav-visible.dark nav {
  background: rgba(249, 115, 82, 0.95);
}
.content-1 {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.content-1 .container {
  padding: 57px 0 79px;
  position: relative;
  z-index: 3;
}
.content-1 h2 {
  line-height: 1.5em;
  margin: 0;
  padding: 26px 0 4px;
}
.content-1 h2 + h2 {
  margin-top: -31px;
}
.content-1 p {
	color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 18px;
    position: relative;
    text-align: left;
}
.content-1 p + p {
  margin-top: -10px;
  padding-top: 0;
}
.content-1 h2 + p {
  padding-top: 20px;
}
.content-1 .group {
  margin-top: 0;
  padding: 36px 0 14px;
}
@media (max-width: 530px) {
  .content-1 .group .btn {
    display: block;
  }
  .content-1 .group .btn + .btn {
    margin: 12px 0 0;
  }
}
@media (min-width: 531px) {
  .content-1 .group {
    line-height: 67px;
    padding: 29px 0 9px;
  }
  .content-1 .group .btn {
    margin-right: 10px;
    position: relative;
    left: 5px;
  }
}
.content-1 div + .group,
.content-1 h2 + .group,
.content-1 p + .group {
  padding-top: 20px;
}
@media (max-width: 530px) {
  .content-1 div + .group,
  .content-1 h2 + .group,
  .content-1 p + .group {
    padding-top: 27px;
  }
}
.content-1 .row > div {
  display: block;
  /* float: none; */
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px;
 
}
@media (min-width: 768px) {
  .content-1.left {
    text-align: left;
  }
  .content-1.left .row > div {
    margin-left: 0;
  }
  .content-1.left p:before {
    left: 0;
    margin-left: 0;
  }
}
.content-1.dark {
  background: #3c3c3c;
  color: #fff;
}
.content-1.dark p {
  color: #fff;
}
.content-1.dark p:before {
  background: #fff;
}
.content-1.dark .btn-default {
  border-color: #fff;
  color: #fff;
}
.content-1.dark .btn-default:hover,
.content-1.dark .btn-default:focus,
.content-1.dark .btn-default.focus,
.content-1.dark .btn-default:active,
.content-1.dark .btn-default.active,
.open > .dropdown-toggle.content-1.dark .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}
@media (min-width: 768px) {
  .content-1.extended {
    padding: 0 5px;
  }
}
.content-1.extended .container {
  padding: 93px 0 83px;
}
.content-1.extended .group {
  padding-bottom: 10px;
}
.content-1.extended h2 {
  margin-top: -36px;
}
.content-1.extended h2 + h2 {
  margin-top: -31px;
}
@media (min-width: 768px) {
  .content-1.extended .container {
    padding-bottom: 82px;
  }
  .content-1.extended .row {
    display: table;
    margin: 0;
    table-layout: fixed;
    width: 100%;
  }
  .content-1.extended .row > div {
    display: table-cell;
    float: none;
    padding-left: 0;
    padding-right: 41px;
    text-align: center;
    vertical-align: middle;
  }
  .content-1.extended .row > div.img {
    vertical-align: top;
  }
  .content-1.extended .group {
    padding-bottom: 11px;
    position: relative;
    right: -5px;
  }
  .content-1.extended h2 {
    left: 6px;
    margin-top: -35px !important;
    padding-bottom: 26px;
    position: relative;
    text-align: center;
  }
  .content-1.extended h2 + h2 {
    margin-top: -51px !important;
  }
  .content-1.extended p + .group,
  .content-1.extended h2 + .group,
  .content-1.extended div + .group {
    margin-top: -6px;
    padding-top: 0;
  }
  .content-1.extended .img + div h2 {
    margin-top: -36px !important;
  }
  .content-1.extended p {
    margin: 0;
    padding-bottom: 35px;
    padding-top: 0;
    text-align: left;
  }
  .content-1.extended p + p {
    margin-top: -35px;
  }
  .content-1.extended h2 + p {
    margin-top: -6px;
  }
  .content-1.extended iframe,
  .content-1.extended img {
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 990px) {
  .content-1.extended p + .group,
  .content-1.extended h2 + .group,
  .content-1.extended div + .group {
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .content-1.extended .group .btn {
    display: block;
    margin-right: 0;
  }
  .content-1.extended .group .btn + .btn {
    margin: 10px 0 0;
  }
}
.content-1.extended .img {
  padding-bottom: 16px;
}
.content-1.extended .img iframe {
  width: 100% !important;
}
.content-1.extended .img img {
  max-width: 100%;
}
.content-1.extended .img + div h2 {
  margin-top: 0;
}
.content-1.extended .img + div h2 + h2 {
  margin-top: -31px;
}
.content-1.extended .img + div p {
  text-align: left;
}
@media (min-width: 768px) {
  .content-1.extended .img {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 41px !important;
  }
  .content-1.extended .img img,
  .content-1.extended .img iframe {
    float: right;
  }
  .content-1.extended .img + div {
    padding: 0 0 0 15px;
    text-align: left;
  }
  .content-1.extended .img + div h2 {
    left: -1px;
    text-align: left;
  }
  .content-1.extended .img + div h2 + h2 {
    margin-top: -53px !important;
  }
  .content-1.extended .img + div .group {
    left: -5px;
    right: auto;
  }
}
.content-1.extended div + .img {
  padding: 42px 15px 10px 15px;
}
@media (min-width: 768px) {
  .content-1.extended div + .img {
    padding: 0 0 0 15px !important;
  }
  .content-1.extended div + .img img,
  .content-1.extended div + .img iframe {
    float: left;
  }
}
@media (min-width: 768px) {
  .content-1.extended.left .row > div {
    text-align: left;
  }
  .content-1.extended.left .row > div h2 {
    left: -1px;
    text-align: left;
  }
  .content-1.extended.left .row > div p {
    text-align: left;
  }
  .content-1.extended.center .row > div {
    text-align: center;
  }
  .content-1.extended.center .row > div h2 {
    left: 0;
    text-align: center;
  }
  .content-1.extended.center .row > div p {
    text-align: left;
  }
  .content-1.extended.right .row > div {
    text-align: right;
  }
  .content-1.extended.right .row > div h2 {
    left: 6px;
    text-align: right;
  }
  .content-1.extended.right .row > div p {
    text-align: right;
  }
}
.msgbox-1 {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}
.msgbox-1 .container {
  padding: 41px 0 29px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .msgbox-1 .container {
    padding: 67px 0 78px;
    text-align: center;
  }
  .main-banner {
    padding: 10% !important;
      
  }
}
.msgbox-1 .row > div + div {
  line-height: 67px;
}
@media (max-width: 767px) {
  .msgbox-1 .row > div + div {
    padding-bottom: 3px;
    padding-top: 23px;
  }
}
@media (max-width: 480px) {
  .msgbox-1 .row > div + div {
    padding-bottom: 15px;
    padding-top: 37px;
  }
}
.msgbox-1 h1,
.msgbox-1 h2 {
  letter-spacing: 4px;
  line-height: 33px;
  margin-bottom: 11px;
  margin-top: 10px;
}
.msgbox-1 h1 + h1,
.msgbox-1 h2 + h1,
.msgbox-1 h1 + h2,
.msgbox-1 h2 + h2 {
  margin-top: -11px;
}
@media (max-width: 767px) {
  .msgbox-1 h1,
  .msgbox-1 h2 {
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .msgbox-1 h1 + h1,
  .msgbox-1 h2 + h1,
  .msgbox-1 h1 + h2,
  .msgbox-1 h2 + h2 {
    margin-top: -1px;
  }
}
.msgbox-1 p {
  color: #777;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0;
  padding-bottom: 13px;
  padding-top: 16px;
  text-align: left;
}
.msgbox-1 p + p {
  margin-top: -13px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .msgbox-1 p {
    padding-top: 20px;
  }
}
.msgbox-1 .btn {
  margin-top: -14px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .msgbox-1 .btn {
    display: block;
  }
  .msgbox-1 .btn + .btn {
    margin-top: 12px;
  }
}
.msgbox-1.dark {
  background: #3c3c3c;
  color: #fff;
}
.msgbox-1.dark p {
  color: #fff;
}
.msgbox-1.dark .btn-default {
  border-color: #fff;
  color: #fff;
}
.msgbox-1.dark .btn-default:hover,
.msgbox-1.dark .btn-default:focus,
.msgbox-1.dark .btn-default.focus,
.msgbox-1.dark .btn-default:active,
.msgbox-1.dark .btn-default.active,
.open > .dropdown-toggle.msgbox-1.dark .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}
.content-2 {
  overflow: hidden;
  padding: 71px 20px 70px;
  position: relative;
}
.content-2.col-5 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-5 .row > div {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 33%;
  }
}
@media (min-width: 992px) {
  .content-2.col-5 .row > div {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .content-2.col-5 {
    padding-top: 75px;
  }
  .content-2.col-5 .thumbnail h3 {
    margin-top: 15px;
  }
  .content-2.col-5 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
}
.content-2.col-4 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 50%;
  }
  .text_overlay_inner_page_black .t3-bold {
    
		color: #ffffff !important;
	   
	}
}
@media (min-width: 992px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 25%;
  }
  
}
.content-2.col-3 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-3 .row > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .content-2.col-3 {
    padding-top: 64px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 4px;
  }
  .content-2.col-3 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-3 .thumbnail .group {
    margin-top: 37px;
  }
}
.content-2.col-2 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-2 .row > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
	
	.content-1 .row > div {
    display: block;
    /* float: none; */
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 40px;
    margin-right: 30px;
    margin-left: 30px; 
	
	}
.mbr-parallax-background,
.mbr-background {
  background-attachment: fixed !important;
  /* background-position: 50% 0;*/
    /* background-position: 20%;  */
  background-repeat: no-repeat ;
  background-size: 100% auto !important;
}
  .content-2.col-2 {
    padding-top: 48px;
  }
  .content-2.col-2 .thumbnail > img {
    width: 100%;
    max-width: 300px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: -14px;
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1.5em;
  }
  .content-2.col-2 .thumbnail h3 + h3 {
    margin-top: -19px;
  }
  .content-2.col-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
  .content-2.col-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .content-2 {
    padding: 0 20px;
  }
  .content-2 .row > div {
    -webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
  }
  .content-2.dark .row > div {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-2.col-5 {
    padding-top: 70px;
  }
  .content-2.col-5 .row > div + div + div + div {
    margin-top: 50px;
  }
  .content-2.col-5 .thumbnail h3 {
    margin-top: 10px;
  }
  .content-2.col-5 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-4 {
    padding: 64px 20px 70px;
  }
  .content-2.col-4 .row > div + div + div {
    margin-top: 39px;
  }
  .content-2.col-4 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 32px;
  }
  .content-2.col-4 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-4 .thumbnail .group {
    margin-top: 37px;
  }
  .content-2.col-3 {
    padding-top: 73px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 12px;
    margin-bottom: 33px;
  }
  .content-2.col-3 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-3 .thumbnail .group {
    margin-top: 36px;
  }
  .content-2.col-2 {
    padding-top: 64px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 33px;
  }
  .content-2.col-2 .thumbnail h3 + h3 {
    margin-top: -34px;
  }
  .content-2.col-2 .thumbnail .group {
    margin-top: 36px;
  }
}
.content-2 .container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.content-2 .row {
  margin-left: -24px;
  margin-right: -24px;
}
.content-2 .thumbnail {
  background: none;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail {
    padding-top: 52px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail {
    padding-bottom: 70px;
  }
}
.content-2 .thumbnail > img {
  max-width: 50%;
}
@media (max-width: 767px) {
  .content-2 .thumbnail > img {
    width: 100%;
    max-width: 300px;
  }
}
.content-2 .thumbnail h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 32px;
  margin-top: 11px;
}
.content-2 .thumbnail h3 + h3 {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .content-2 .thumbnail h3 {
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: -14px;
  }
  .content-2 .thumbnail h3 + h3 {
    margin-top: -21px;
  }
}
.content-2 .thumbnail p {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.content-2 .thumbnail p + p {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .content-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
}
.content-2 .thumbnail .group {
  line-height: 43px;
  margin-bottom: 14px;
  margin-top: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail .group {
    margin-top: 29px;
    line-height: 67px;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail .group {
    margin-top: 37px;
  }
}
@media (max-width: 767px) {
  .content-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-right: 9px;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail .btn {
    display: block;
    margin-right: 0;
  }
  .content-2 .thumbnail .btn + .btn {
    margin-top: 12px;
  }
}
.content-2.simple h3 {
  margin-top: 0 !important;
  margin-bottom: 31px !important;
}
.content-2.simple h3 + h3 {
  margin-top: -30px !important;
}
.content-2.simple.col-5 {
  padding-top: 77px;
}
.content-2.simple.col-4,
.content-2.simple.col-3 {
  padding-top: 76px;
}
.content-2.simple.col-2 {
  padding-top: 64px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-2.simple h3 {
    margin-bottom: 32px !important;
  }
  .content-2.simple.col-5 {
    padding-top: 76px;
  }
  .content-2.simple.col-5 .row > div + div + div + div {
    margin-top: 53px;
  }
  .content-2.simple.col-4 {
    padding-top: 77px;
  }
  .content-2.simple.col-4 .row > div + div + div {
    margin-top: 53px;
  }
  .content-2.simple.col-2 {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .content-2.simple {
    padding-top: 0 !important;
  }
  .content-2.simple .thumbnail {
    padding-top: 68px;
  }
  .content-2.simple h3 {
    margin-bottom: 20px !important;
  }
  .content-2.simple h3 + h3 {
    margin-top: -21px !important;
  }
}
.content-2.dark {
  background: #3c3c3c;
}
.content-2.dark h1,
.content-2.dark h2,
.content-2.dark h3,
.content-2.dark h4 {
  color: #fff;
}
.content-2.dark p {
  color: #fff;
}
.content-2.dark .btn-default {
  border-color: #fff;
  color: #fff;
}
.content-2.dark .btn-default:hover,
.content-2.dark .btn-default:focus,
.content-2.dark .btn-default.focus,
.content-2.dark .btn-default:active,
.content-2.dark .btn-default.active,
.open > .dropdown-toggle.content-2.dark .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}
.pricing-table-1 {
  -webkit-box-shadow: inset 0 1px 0 rgba(10, 10, 10, 0.06);
  box-shadow: inset 0 1px 0 rgba(10, 10, 10, 0.06);
  background: #f0f0f0;
  overflow: hidden;
  padding: 100px 0 67px;
  position: relative;
}
.pricing-table-1 .container {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
  z-index: 3;
}
.pricing-table-1.col-4 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .pricing-table-1.col-4 .row > div {
    float: left;
    width: 25%;
  }
}
.pricing-table-1.col-3 .container {
  max-width: 750px;
}
.pricing-table-1.col-3 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .pricing-table-1.col-3 .row > div {
    float: left;
    width: 33.33333333%;
  }
}
.pricing-table-1.col-2 .container {
  max-width: 600px;
}
.pricing-table-1.col-2 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .pricing-table-1.col-2 .row > div {
    float: left;
    width: 50%;
  }
}
.pricing-table-1 .plan {
  -webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  background: #fff;
  color: #484f5a;
  margin-right: 1px;
  padding-bottom: 39px;
  text-align: center;
}
.pricing-table-1 .plan h3 {
  background: #323b44;
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 18px 0 19px;
  position: relative;
  top: -7px;
}
.pricing-table-1 .plan p {
  margin-bottom: 0;
}
.pricing-table-1 .plan .price {
  font-size: 80px;
  letter-spacing: 1px;
  padding: 7px 0 0;
}
.pricing-table-1 .plan .price small {
  color: #aaa;
  display: block;
  font-size: 13px;
  margin-top: -11px;
  padding-bottom: 19px;
}
.pricing-table-1 .plan .price strong {
  font-weight: normal;
  left: -10px;
  position: relative;
}
.pricing-table-1 .plan .price sup {
  display: inline-block;
  font-size: 32px;
  height: 1px;
  margin: 58px 0 0 -4px;
  position: relative;
  vertical-align: top;
  width: 25px;
}
.pricing-table-1 .plan .price:after {
  background: #eee;
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto 0;
  width: 80%;
}
.pricing-table-1 .plan ul {
  font-size: 14px;
  list-style: none;
  margin: 35px 0 35px;
  padding-left: 0;
}
.pricing-table-1 .plan ul li {
  margin-bottom: 12px;
}
.pricing-table-1 .plan .btn {
  margin-bottom: 2px;
  margin-top: 1px;
}
.pricing-table-1 .favorite {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 52px;
  position: relative;
  top: -13px;
  z-index: 2;
}
.pricing-table-1 .favorite h3 {
  background: #f97352;
}
.pricing-table-1 .favorite .price {
  padding-top: 20px;
}
.pricing-table-1 .favorite .price strong {
  left: -8px;
}
.pricing-table-1 .green h3 {
  background: #7ac673;
}
.pricing-table-1 .blue h3 {
  background: #27aae0;
}
.pricing-table-1 .orange h3 {
  background: #faaf40;
}
@media (max-width: 767px) {
  .pricing-table-1 {
    padding: 30px 20px 10px 20px;
  }
  .pricing-table-1 .plan {
    margin-bottom: 20px;
  }
  .pricing-table-1 .plan ul {
    margin: 36px 0 34px;
  }
  .pricing-table-1 .plan .btn {
    margin-top: 2px;
  }
  .pricing-table-1 .favorite {
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pricing-table-1 .plan {
    padding-bottom: 64px;
  }
  .pricing-table-1 .plan .price {
    font-size: 120px;
    line-height: 142px;
  }
  .pricing-table-1 .plan .price small {
    font-size: 16px;
    margin-top: -1px;
    padding-bottom: 18px;
    line-height: 23px;
  }
  .pricing-table-1 .plan .price sup {
    font-size: 36px;
    margin: 77px 0 0 -4px;
  }
  .pricing-table-1 .plan ul {
    font-size: 16px;
    margin: 35px 0 22px;
  }
  .pricing-table-1 .plan .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-top: -13px;
    position: relative;
    top: 26px;
  }
}
.mbr-form {
  display: table;
  margin-top: -13px;
  position: relative;
  top: 14px;
  width: 100%;
}
.mbr-form__left,
.mbr-form__right {
  display: table-cell;
  vertical-align: top;
}
.mbr-form__left {
  padding-right: 3px;
}
.mbr-form__right {
  width: 1px;
}
@media (max-width: 530px) {
  .mbr-form {
    display: block;
    margin-top: -27px;
    position: relative;
    top: 26px;
  }
  .mbr-form__left,
  .mbr-form__right {
    display: block;
  }
  .mbr-form__left {
    margin-bottom: 12px;
    padding-right: 0;
  }
  .mbr-form__right {
    width: 100%;
  }
}
.mbr-section {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}
.mbr-section--full-height {
  height: 100vh;
}
.mbr-section--bg-adapted {
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mbr-section--gray {
  background-color: #444444;
}
.mbr-section--light-gray {
  background-color: #f0f0f0;
}
.mbr-section--dark-gray {
  background-color: #3c3c3c;
}
.mbr-section__container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.mbr-section__container--std-padding {
  padding: 93px 0;
}
.mbr-section__container--sm-padding {
  padding: 41px 0;
}
.mbr-section__container--isolated {
  padding-bottom: 93px;
  padding-top: 93px;
}
.mbr-section__container--first {
  padding-top: 93px;
  padding-bottom: 41px;
}
.mbr-section__container--middle {
  padding-bottom: 41px;
}
.mbr-section__container--last {
  padding-bottom: 93px;
}
.mbr-section__header {
  line-height: 1.5em;
  margin: -10px 0 0;
  text-align: center;
}
.mbr-arrow {
  bottom: 71px;
  left: 0;
  line-height: 1px;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mbr-arrow__link {
  display: inline-block;
  font-size: 26px;
}
.mbr-arrow__link,
.mbr-arrow__link:hover,
.mbr-arrow__link:focus {
  color: #fff;
}
.mbr-arrow--floating .mbr-arrow__link {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mbr-arrow--dark .mbr-arrow__link,
.mbr-arrow--dark .mbr-arrow__link:hover,
.mbr-arrow--dark .mbr-arrow__link:focus {
  color: #252525;
}
@media (max-width: 767px) {
  .mbr-arrow {
    bottom: 41px;
  }
}
@media (max-width: 320px) {
  .mbr-arrow {
    bottom: 21px;
    text-align: center;
  }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .mbr-arrow {
    bottom: 31px;
  }
}
.mbr-box {
  display: table;
  width: 100%;
}
.mbr-box--stretched {
  height: 100%;
}
.mbr-box__magnet {
  display: table-cell;
  float: none;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
}
.mbr-box__magnet--sm-padding {
  padding: 41px 0;
}
.mbr-box__magnet--top-left,
.mbr-box__magnet--top-center,
.mbr-box__magnet--top-right {
  vertical-align: top;
}
.mbr-box__magnet--bottom-left,
.mbr-box__magnet--bottom-center,
.mbr-box__magnet--bottom-right {
  vertical-align: bottom;
}
.mbr-box__magnet--top-left,
.mbr-box__magnet--center-left,
.mbr-box__magnet--bottom-left {
  text-align: left;
}
.mbr-box__magnet--top-right,
.mbr-box__magnet--center-right,
.mbr-box__magnet--bottom-right {
  text-align: right;
}
.mbr-box__container {
  height: 50%;
}
@media (max-width: 767px) {
  .mbr-box__container {
    height: 100%;
  }
}
.mbr-overlay {
  /* background: #222; */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mbr-google-map__marker {
  color: #252525;
  display: none;
  margin: 0;
}
.mbr-google-map--loaded .mbr-google-map__marker {
  display: block;
}
.mbr-hero {
  color: #fff;
  position: relative;
}
.mbr-hero__text {
  font-size: 46px;
  font-weight: bold;
  left: -2px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: -18px 0 1px 0;
  padding-bottom: 41px;
  position: relative;
  top: 8px;
}
.mbr-hero__subtext {
  font-size: 21px;
  line-height: 29px;
  margin: -32px 0 3px 0;
  padding: 0 0 41px 0;
  position: relative;
  top: 6px;
}
.mbr-figure {
  background: #252525;
  display: block;
  line-height: 1px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.mbr-figure--no-bg {
  background: none;
}
.mbr-figure--full-width {
  width: 100%;
}
.mbr-figure--full-width iframe,
.mbr-figure--full-width .mbr-figure__img,
.mbr-figure--full-width .mbr-figure__map {
  width: 100%;
}
.mbr-figure iframe,
.mbr-figure__img,
.mbr-figure__map {
  max-width: 100%;
}
.mbr-figure__map {
  height: 400px;
  line-height: 1.3em;
}
.mbr-figure__map--short {
  height: 300px;
}
.mbr-figure__caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 17px;
  left: 0;
  line-height: 1.3em;
  min-height: 53px;
  padding: 17px 20px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.mbr-figure__caption--no-padding {
  padding: 17px 0;
}
.mbr-figure--wysiwyg .mbr-figure__caption a,
.mbr-figure--wysiwyg .mbr-figure__caption a:hover {
  color: inherit;
  text-decoration: underline;
}
.mbr-figure--caption-inside-top .mbr-figure__caption {
  bottom: auto;
  top: 0;
}
.mbr-figure--caption-outside-top .mbr-figure__caption,
.mbr-figure--caption-outside-bottom .mbr-figure__caption {
  background: none;
  position: relative;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption,
.mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption {
  color: #252525;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption {
  margin-top: -3px;
  padding-top: 0;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption {
  margin-top: -2px;
  padding-bottom: 0;
  top: 2px;
}
.mbr-figure__caption--std-grid {
  background: none;
  z-index: 2;
}
@media (min-width: 768px) {
  .mbr-figure__caption--std-grid {
    width: 715px;
    left: 50%;
    margin-left: -357.5px;
    padding: 17px 0;
  }
}
@media (min-width: 992px) {
  .mbr-figure__caption--std-grid {
    width: 935px;
    margin-left: -467.5px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
	.mbr-figure__caption--std-grid {
		width: 1150px;
		margin-left: -575px;
	}
	
}
.mbr-figure__caption--std-grid:before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
  margin-left: -50%;
}
.mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before,
.mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before {
  background: rgba(0, 0, 0, 0.6);
}
.mbr-figure__caption-small {
  color: #ccc;
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption-small,
.mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption-small {
  color: #777;
}
@media (max-width: 767px) {
  .mbr-figure--caption-inside-top .mbr-figure__caption,
  .mbr-figure--caption-inside-bottom .mbr-figure__caption {
    background: none;
    position: relative;
  }
  .mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before,
  .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before {
    display: none;
  }
}
.mbr-reviews {
  list-style: none;
  margin: 0 -15px;
  padding: 3px 0 0 0;
}
.mbr-reviews__item {
  position: relative;
  margin-top: 39px;
}
.mbr-reviews__text {
  background: #fafafa;
  border-radius: 3px;
  border: 1px solid #ededed;
  color: #777;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  position: relative;
}
.mbr-reviews__text:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #fafafa;
  border-color: #ededed;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  bottom: -8px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
}
.mbr-reviews__p {
  margin: 0;
}
.mbr-reviews--wysiwyg a,
.mbr-reviews__link {
  color: #2e2e2e;
}
.mbr-reviews--wysiwyg a:hover,
.mbr-reviews__link:hover {
  color: #f97352;
  text-decoration: none;
}
.mbr-reviews--wysiwyg .mbr-reviews__author-bio a,
.mbr-reviews__link--hidden {
  color: inherit;
}
.mbr-reviews--wysiwyg .mbr-reviews__author-bio a:hover,
.mbr-reviews__link--hidden:hover {
  color: #f97352;
}
.mbr-reviews__author {
  margin-top: 30px;
  padding-left: 102px;
  position: relative;
}
.mbr-reviews__author--short {
  margin-top: 27px;
  padding-left: 32px;
}
.mbr-reviews__author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 33px;
  position: absolute;
  top: 0;
}
.mbr-reviews__author-name {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.mbr-reviews__author-bio {
  color: #999;
  font-size: 12px;
}
@media (max-width: 767px) {
  .mbr-reviews__author {
    padding-bottom: 32px;
  }
  .mbr-reviews__author--short {
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-reviews__item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .mbr-reviews__item:nth-of-type(3n+1) {
    clear: left;
  }
}
.mbr-header {
  margin-top: -20px;
  padding: 0;
  position: relative;
  text-align: left;
  top: 10px;
}
.mbr-header--std-padding {
  padding-bottom: 41px;
}
.mbr-header--center {
  text-align: center;
}
.mbr-header__text {
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1.5em;
  margin: 0;
}
.mbr-header__subtext {
  color: #777;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  margin: 8px 0 7px 0;
}
.mbr-header--wysiwyg .mbr-header__subtext a,
.mbr-header--wysiwyg .mbr-header__subtext a:hover {
  color: #2e2e2e;
  text-decoration: none;
}
.mbr-header--inline {
  margin-top: 0;
  padding: 41px 0 28px 0;
  top: 0;
}
.mbr-header--inline .mbr-header__text {
  letter-spacing: 4px;
  line-height: 1em;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .mbr-header--inline {
    padding: 47px 0 38px 0;
  }
  .mbr-header--inline .mbr-header__text {
    display: block;
    margin: 0 0 38px 0;
  }
}
.mbr-social-icons__icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 29px;
  height: 56px;
  line-height: 61px;
  margin: 0 10px 13px 0;
  position: relative;
  text-align: center;
  width: 56px;
}
.mbr-social-icons__icon:hover {
  color: #fff;
}
.mbr-social-icons--style-1 .mbr-social-icons__icon:hover {
  background: #252525 !important;
}
.mbr-contacts {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.7em;
  padding: 45px 0 46px;
}
.mbr-contacts__img {
  max-width: 100%;
  margin: 6px 0 5px 40px;
}
.mbr-contacts__img--left {
  margin-left: 0;
}
.mbr-contacts__text {
  margin: 0;
}
.mbr-contacts__header {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 3px;
}
.mbr-contacts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbr-contacts--wysiwyg .mbr-contacts__text a,
.mbr-contacts--wysiwyg .mbr-contacts__list a,
.mbr-contacts__link {
  color: #aeaeae;
}
.mbr-contacts--wysiwyg .mbr-contacts__text a:hover,
.mbr-contacts--wysiwyg .mbr-contacts__list a:hover,
.mbr-contacts__link:hover {
  color: #f97352;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mbr-contacts__img {
    margin-bottom: 10px;
  }
  .mbr-contacts__header {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .mbr-contacts__column {
    margin-top: 37px;
  }
}
.mbr-footer {
  color: #9c9c9c;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 37px 0 39px;
  word-spacing: 1px;
}
.mbr-footer__copyright {
  margin: 0;
}
.mbr-footer--wysiwyg .mbr-footer__copyright a,
.mbr-footer__link {
  color: #aeaeae;
}
.mbr-footer--wysiwyg .mbr-footer__copyright a:hover,
.mbr-footer__link:hover {
  color: #f97352;
  text-decoration: none;
}
.mbr-buttons {
  margin: -26px 0 13px 0;
  position: relative;
  text-align: left;
  top: 26px;
}
.mbr-buttons__btn {
  margin: 0 10px 13px 0;
}
.mbr-buttons--no-offset {
  margin-top: 0;
  top: 0;
}
.mbr-buttons--center {
  left: 5px;
  text-align: center;
}
.mbr-buttons--right {
  text-align: right;
}
.mbr-buttons--right .mbr-buttons__btn {
  margin: 0 0 13px 10px;
}
@media (max-width: 530px) {
  .mbr-buttons {
    left: 0;
  }
  .mbr-buttons__btn,
  .mbr-buttons--right .mbr-buttons__btn {
    display: inline-block;
    margin: 0 0 13px 0;
    text-align: center;
    width: 100%;
  }
}
.mbr-article {
  color: #777;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  position: relative;
  margin-top: -21px;
  top: 14px;
}
.mbr-article--wysiwyg h1,
.mbr-article--wysiwyg h2,
.mbr-article--wysiwyg h3,
.mbr-article--wysiwyg h4,
.mbr-article--wysiwyg h5,
.mbr-article--wysiwyg h6 {
  color: #252525;
  display: block;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
.mbr-article--wysiwyg h1 {
  font-size: 27px;
  letter-spacing: 3px;
}
.mbr-article--wysiwyg h2 {
  font-size: 23px;
  letter-spacing: 2px;
}
.mbr-article--wysiwyg h3 {
  font-size: 19px;
  letter-spacing: 1px;
}
.mbr-article--wysiwyg h4 {
  font-size: 14px;
}
.mbr-article--wysiwyg h5 {
  font-size: 11px;
}
.mbr-article--wysiwyg h6 {
  font-size: 10px;
}
.mbr-article--wysiwyg p,
.mbr-article--wysiwyg ul,
.mbr-article--wysiwyg ol,
.mbr-article--wysiwyg blockquote {
  margin: 0 0 10px 0;
}
.mbr-article--wysiwyg blockquote {
  font-size: 17px;
  border-color: #f97352;
}
.mbr-article--wysiwyg a {
  color: #2e2e2e;
}
.mbr-article--wysiwyg a:hover {
  color: #f97352;
  text-decoration: none;
}
.social-likes__counter {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #3c3c3c;
  border-radius: 23px;
  font-size: 12px;
  height: 23px;
  line-height: 24px;
  min-width: 23px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
}
.social-likes__counter_empty {
  display: none;
}
.social-likes_style-1 .social-likes__icon:hover {
  background: #252525 !important;
}
.social-likes_style-1 .social-likes__icon:hover .social-likes__counter {
  background: #f97352;
}
.social-likes_style-2 .social-likes__icon {
  background: #252525;
}
.social-likes_style-2 .social-likes__counter {
  background: #f97352;
}
.social-likes_style-2 .social-likes__icon:hover .social-likes__counter {
  background: #3c3c3c;
}
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
}
.top-feature{
    text-align: center;
    background: #f1f5f9 !important;
   }
   .retailer  {
    margin-bottom: 30px;
}
.television .margin-top-text {
	margin-bottom:30px;
}
.border_tv_padding1 {
    margin: 10px;
}
ul.b {
  list-style-type: square;
}
.overthrough{text-decoration: line-through; color:red; text-decoration-color: black; margin-bottom: 0px; font-size: 16px;}
.price{font-size: 16px;}
a.btn1.btn-warning {
    font-size: 14px;
}
@media screen and (min-width:1200px){
	.border_tv_padding1 {
    height: 225px;
}
.border_tv_padding {
    margin: 10px;
    height: 280px;
}
.border_tv_padding1 {
    margin: 10px;
}
}
.television-div {
    margin-left: -25px;
    margin-right: -25px;
}
.div_vid_banner{   
	height: 100vh;
	overflow:hidden;
	position:relative
}

.text-parallax {

    width: 70%;
    margin: 0 auto;
    padding-top: 12%;
    padding-left: 20%;
}
.mobile_elevated_text-parallax {
    width: 79%;
	margin: 0 auto;
	padding-top: 13%;
	padding-left: 31.5%;
	padding-right: 6%;
}
.mobile_elevated_text-parallax p {
    color: white;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: .9375em;
    line-height: 1.46667;
    font-family: "SST W01 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
}
.text-parallax p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-parallax h1{			
	color:white;			
	font-size: 2.5em;		
} 
.mobile_elevated_text-parallax h1{			
	font-size: 2.375em;
    line-height: 1.15789;
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
	color: white;
} 

.nav>li>a:focus, .nav>li>a:hover {			
	text-decoration: none;			
	background-color: #000;		
}  
.parallax {
    background-image: url(../img/banner-2.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.mobile_elevated_parallax {
    background-image: url(../img/banner-2-new.png);
    min-height: 640px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}  
.parallax-1 {
    background-image: url(../img/banner-3.jpg);
    min-height: 600px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile_elevated_parallax-1 {
    background-image: url(../img/banner-3-new.png);
    min-height: 950px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/* height: 100%; */
}
.text-parallax-left {
    width: 42%;
    /* margin: 0 auto; */
    padding-top: 15%;
    padding-left: 6%;
} 
.mobile_elevated_text-parallax-left {
    width: 47%;
    padding-top: 23%;
    padding-left: 16%;
} 
.text-parallax-left p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-parallax-left h1{			
	color:white;			
	font-size: 2.5em;		
} 
.mobile_elevated_text-parallax-left p {
    color: white;
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: .9375em;
    line-height: 1.46667;
}
.mobile_elevated_text-parallax-left h1{			
	color:white;			
	font-size: 2.375em;
    line-height: 1.15789;
	font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
} 
.parallax-2 {
    background-image: url(../img/banner-4.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile_elevated_parallax-2 {
    background-image: url(../img/banner-4-new.png);
    min-height: 640px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-parallax-right {
	width: 34%;
    /* margin: 0 auto; */
    padding-top: 15%;
    margin-left: 56%;
} 
.text-parallax-right p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-parallax-right h1{			
	color:white;			
	font-size: 2.5em;		
} 
.mobile_elevated_text-parallax-right {
	width: 29%;
    padding-top: 13%;
    margin-left: 55%;
} 
.mobile_elevated_text-parallax-right p {
    color: white;
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: .9375em;
    line-height: 1.46667;
}
.mobile_elevated_text-parallax-right h1{			
	color:white;			
	font-size: 2.375em;
	line-height: 1.15789;
	margin-bottom: 24px;
	letter-spacing: -0.04em;
	font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
} 
.parallax-3 {
    background-image: url(../img/banner-5.jpg);
    min-height: 600px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-parallax-3 {
	width: 26%;
    /* margin: 0 auto; */
    padding-top: 15%;
    margin-left: 6%;
} 
.text-parallax-3 p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-parallax-3 h1{			
	color:white;			
	font-size: 2.5em;		
} 
.mobile_elevated_text-parallax-3 {
	width: 22%;
    padding-top: 14%;
    margin-left: 16%;
} 
.mobile_elevated_text-parallax-3 p {
    color: white;
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: .9375em;
    line-height: 1.46667;
}
.mobile_elevated_text-parallax-3 h1{			
	color:white;			
	font-size: 2.375em;
    line-height: 1.15789;
	font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
} 
.parallax-4 {
    background-image: url(../img/banner-6.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile_elevated_parallax-4 {
    background-image: url(../img/banner-6-new.png);
    min-height: 950px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile_elevated_text-parallax-right_4 {
	width: 29%;
    padding-top: 24%;
    margin-left: 55%;
}
.mobile_elevated_text-parallax-right_4 p {
    color: white;
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: .9375em;
    line-height: 1.46667;
}
.mobile_elevated_text-parallax-right_4 h1{			
	color:white;			
	font-size: 2.375em;
	line-height: 1.15789;
	margin-bottom: 24px;
	letter-spacing: -0.04em;
	font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
} 
.parallax-5 {
    background-image: url(../img/banner-7.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile_elevated_parallax-5 {
    background-image: url(../img/banner-7-new.png);
    min-height: 640px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-6 {
    background-image: url(../img/banner-8.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile_elevated_parallax-6 {
    background-image: url(../img/banner-8-new.png);
    min-height: 640px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.mobile_ns_series_img {
    position: absolute;
    bottom: 5%;
    left: 8%;
}
.scroll-to-top a span.aria-icon {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.audio_one_ban_1 {
    background-image: url(../img/xs-163es-banner-1.jpg);
    min-height: 500px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.audio_one_ban_w124 {
    background-image: url(../img/XS-W124ES-banner-1.jpg);
    min-height: 500px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.audio_one_ban_xm-4es {
    background-image: url(../img/xm-4es_banner.jpg);
    min-height: 500px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.audio_one_ban_xm-6es {
    background-image: url(../img/xm-6es_banner--.jpg);
    min-height: 500px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.audio_one_ban_xm-8es {
    background-image: url(../img/xm-8es_banner.jpg);
    min-height: 500px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.audio_one_ban_xm-1es {
    background-image: url(../img/xm-1es_banner.jpg);
    min-height: 500px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-l{
    margin-top: 117px;
}
.audio_four_ban_692es {
    background-image: url(../img/xs-692es.jpg);
    min-height: 500px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 


.text-audio_one_ban_1 {
    width: 90%;
    padding-top: 9%;
    padding-left: 62%;
}
.text-audio_one_ban_124 {
    width: 92%;
    padding-top: 9%;
    padding-left: 62%;
}
.text-audio_one_ban_xm-4es {
    width: 92%;
    padding-top: 9%;
    padding-left: 48%;
}
.text-audio_one_ban_xm-4es h1 {
    color: white;
    font-size: 2.5em;
}
.text-audio_one_ban_xm-4es p {
color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.xm-es-4{
	font-size: .9375em !important;
    line-height: 1.46667 !important;
}
.text-audio_one_ban_124 h1 {
    color: white;
    font-size: 2.5em;
}
.text-audio_one_ban_124 p {
color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-audio_one_ban_1 p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-audio_one_ban_1 h1{			
	color:white;			
	font-size: 2.5em;		
} 

.audio_one_ban_2 {
    background: #212530;
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.text-audio_one_ban_2 {
    width: 93%;
    padding-top: 17%;
    padding-left: 45%;
}
.text-audio_one_ban_2 p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-audio_one_ban_2 h1{			
	color:white;			
	font-size: 2.5em;		
} 
.bi-amp {
    background: url(../img/bi-amp.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-bi-amp {
    width: 94%;
    padding-top: 14%;
    padding-left: 64%;
    font-size: 13px;
}
.text-bi-amp p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-bi-amp h1{			
	color:white;			
	font-size: 2.5em;		
} 
.sep_notch163 {
    background: url(../img/separated-not163.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
}
.sep_notch_four {
    background: url(../img/sepreted-notch.jpg);
    min-height: 600px;
    width: 92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
} 
.text-sep_notch {
    width: 49%;
    padding-top: 18%;
    padding-left: 6%;
    font-size: 14px;
}
.text-sep_notch p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-sep_notch h1{			
	color:white;			
	font-size: 2.5em;		
} 
.progressive {
    background: url(../img/progressive.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-progressive {
    width: 42%;
    padding-top: 18%;
    padding-left: 6%;
}
.text-progressive p {
    color: black;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-progressive h1{			
	color:#2f353d;			
	font-size: 1.875em;		
} 
.phase {
    background: url(../img/phase.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-phase {
    width: 91%;
    padding-top: 17%;
    padding-left: 53%;
}
.text-phase p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-phase h1{			
	color:white;			
	font-size: 1.875em;		
} 
.immerse {
    background: url(../img/immerse.jpg);
    min-height: 600px;
	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-immerse {
    width: 51%;
    padding-top: 14%;
    padding-left: 11%;
}
.text-immerse p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-immerse h1{			
	color:white;			
	font-size: 2.5em;		
} 
img.img_audio_one_ns {
    margin-top: 6em;
    margin-left: -8em;
    width: 40%;
}
.recent-headline span{
    font-size:13px;
    color:black;
}
.recent-headline{
    width:70%;
    margin-top: 0px;
}
.rec-img{
    margin-left:0 !important;
    background: #f1f5f9;
}
.fixme { 
	background: white;
	width: 100%;
	z-index: 99;
	padding: 10px;
}
img.audio_mini {
    width: 75%;
}
.product-details.js-even-heights.span8 {
    padding-top: 20px;
}
.span2.btn-container.price-content {
    padding-top: 20px;
}
.copy {
    padding: 41px 52px;
}
.engineered_mar {
    padding-top: 6em;
    padding-bottom: 6em;
}
.pd-module .features li:first-child {
    border-top: 0px none;
    padding-top: 0px;
}
.pd-module .features li {
    border-top: 1px solid #e4e7eb;
    padding-bottom: 16px;
    padding-top: 16px;
}
.pd-module .features .icon {
    text-align: center;
    color: #2f353d;
    height: 45px;
    display: inline-block;
    width: 45px;
    margin-bottom: 0; 
}
.pd-module .features .with-icon {
    width: 71%;
    margin-left: .625em;
    display: inline-block;
    margin-bottom: 0;
}
.with-icon {
    font-size: 15px;
}
.ghost-center-wrap .ghost-center {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    font-size: 16px;
}
.pd-module .top .desc {
    margin: 30px 0 36px 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.pd-module .top .title {
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 4px solid #e4e7eb;
    margin-top: 40px;
}
.pd-module .bottom .bottom-btn {
    margin-top: 36px;
}
.pd-module .bottom .bottom-btn .btn-container {
    display: inline-block;
    padding-right: 20px;
}
.pd-module .bottom .bottom-btn .btn-container .btn {
    min-width: 15.625em;
}
.pd-module .bottom .text-tout {
    margin-top: 36px;
    margin-left: 0;
    position: relative;
}
.pd-module .bottom .text-tout .icon .fonticon-40-eco {
    padding-top: 20px;
    color: #22C083;
}
.pd-module .bottom .text-tout .icon {
    min-height: 62px;
    min-width: 62px;
}
.pd-module .bottom .text-tout .icon .fonticon-40-eco {
    padding-top: 20px;
    color: #22C083;
}
.pd-module .bottom .text-tout .copy.with-icon {
    padding-left: .9375em;
}
.pd-module .bottom .text-tout .copy {
    max-width: 78%;
    padding-left: 0;
}
.last_bottom {
    margin-bottom: 36px;
}
img.img_audio_one_ns_one {
    margin-left: -34em;
    margin-top: -15em;
    width: 70%;
}
.img_audio_one_ns_one122{
	 margin-left: -31em;
    margin-top: -12em;
    width: 35%;
}
.copy-122{
	padding: 41px 52px;
    margin-top: 177px;
    margin-left: 41px;
}
.img_audio_one_ns-692w{
	    margin-top: 6em;
    margin-left: -8em;
    width: 30%;
}

.img_audio_one_ns122{
	margin-top: 6em;
    margin-left: -4em;
    width: 29%;
}
.text-audio_four_ban_692{
	width: 80%;
    padding-top: 6%;
    padding-left: 65%;
}
.img_audio_one_ns_one-692es{
	margin-left: -34em;
    margin-top: -15em;
    width: 50%;
}
.bi-amp-692{
	background: url(../img/bi-amp-692.jpg);
    min-height: 600px;
    width: 92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.text-audio_four_ban_692 h1{
	color:white !important;
}
.text-audio_four_ban_692 p{
	color:white !important;
}
.text-audio_one_ban_122{
	width: 93%;
    padding-top: 12%;
    padding-left: 45%;
}
.text-audio_one_ban_122 h1{
	color:white;
}
.audio_two_ban_1 {
    background-image: url(../img/xs-160es-banner-1.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 


.text-audio_two_ban_1 {
    width: 90%;
    padding-top: 16%;
    padding-left: 65%;
}
.text-audio_two_ban_1 p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-audio_two_ban_1 h1{			
	color:white;			
	font-size: 2.5em;		
} 
.progressive_two {
    background-image: url(../img/progressive_two.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-progressive_two {
    width: 90%;
    padding-top: 16%;
    padding-left: 65%;
}
.text-progressive_two p {
    color: black;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-progressive_two h1{			
	color:black;			
	font-size: 2.5em;		
} 
.phase_two {
    background-image: url(../img/phase_two.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-phase_two {
    width: 38%;
    padding-top: 13%;
    padding-left: 6%;
}
.text-phase_two p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-phase_two h1{			
	color:white;			
	font-size: 2.5em;		
} 

img.img_audio_two_ns {
    /* float: right; */
    position: absolute;
    right: 2em;
}
.audio_three_ban_1 {
    background-image: url(../img/xs-w104es-banner-1.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.text-audio_three_ban_1 {
    width: 90%;
    padding-top: 16%;
    padding-left: 65%;
}
.text-audio_three_ban_1 p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-audio_three_ban_1 h1{			
	color:white;			
	font-size: 2.5em;		
} 

.banner_three_w104Es {
    width: 92.5%;
    /* float: left; */
    margin: 0 auto;
	padding-top: 4em;
}
 

.banner_three_w104Es {
    width: 92.5%;
    /* float: left; */
    margin: 0 auto;
	padding-top: 4em;
}

.banner_three_w104Es img {
    width: 100%;
  
}


.sep_notch_three {
	background: url(../img/sep_notch_three.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-sep_notch_three {
    width: 45%;
    padding-top: 13%;
    padding-left: 6%;
}
.text-sep_notch_three p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-sep_notch_three h1{			
	color:white;			
	font-size: 2.5em;		
} 

.banner_sep_notch_three {
    width: 92.5%;
    /* float: left; */
    margin: 0 auto;
	padding-top: 4em;
}

.progressive_three {
    background-image: url(../img/progressive_three.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-progressive_three {
	width: 38%;
    padding-top: 13%;
    padding-left: 6%;
}
.text-progressive_three p {
    color: black;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-progressive_three h1{			
	color:black;			
	font-size: 2.5em;		
} 
.audio_four_ban_1 {
    background-image: url(../img/xs-690es-banner-1.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.rec_players_ban_1 {
    background-image: url(../img/receivers_players/Xav-9500-banner.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.text_rec_player_ban_1{
	width: 90%;
    padding-top: 8%;
    padding-left: 54%;
	padding-right: 5%;
}
.text_rec_player_ban_1 p {
    color: white;
    font-size: 0.825em;
    margin-bottom: 10px;
}
.text_rec_player_ban_1 h1{
	color:white;			
	font-size: 2.5em;	
}
.text-audio_four_ban_1 {
    width: 90%;
    padding-top: 16%;
    padding-left: 65%;
}
.text-audio_four_ban_1 p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-audio_four_ban_1 h1{			
	color:white;			
	font-size: 2.5em;		
}
.sep_notch_four {
	background: url(../img/sep_notch_four.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.in_view_four {
	background: url(../img/receivers_players/Xav-9500-featureimg.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.in_view_four9000 {
	background: url(../img/receivers_players/4-d.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.in_view_four9000_1 {
	background: url(../img/receivers_players/1-d.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.in_view_five {
	background: url(../img/receivers_players/premium-quality-audio.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text_in_view{
	 width: 97%;
    padding-top: 17%;
    padding-left: 13%;
	padding-right:56%;
}
.text_in_view9000{
	 width: 97%;
    padding-top: 17%;
    padding-left: 56%;
	padding-right:13%;
}
.text_in_view9000 p{
	color: white;
    font-size: 0.875em;
    margin-bottom: 10px;
}
.text_in_view p{
	  color: white;
    font-size: 0.875em;
    margin-bottom: 10px;
}
.text_in_view9000 h1{
	color:white;			
	font-size: 1.875em;		
}
.text_in_view h1{
	color:white;			
	font-size: 1.875em;		
}
.text_in_view9000_1{
	width: 97%;
    padding-top: 17%;
    padding-left: 13%;
	padding-right:56%;
}
.text_in_view9000_1 p{
	color: white;
    font-size: 0.875em;
    margin-bottom: 10px;
}
.text_in_view9000_1 h1{
	color:white;			
	font-size: 1.875em;	
}
.eng_for_ESS_ban{
	background: url(../img/receivers_players/Xav-9500-featureimg3.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto;
}
.eng_for_ESS_ban6000{
	background: url(../img/receivers_players/dot-background.svg);
    background-color: #6b6b7b;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px;
    text-align: center;
}
.eng_for_ESS6000 h1{
	font-size: 22px;
	color:white;
}
img.img_audio_one_ns9000 {
    margin-top: -9em;
    margin-left: 15em;
    width: 10%;
}
.eng_for_ESS{
	 width: 97%;
    padding-top: 10%;
    padding-left: 50%;
    padding-right: 9%;
}
.eng_for_ESS h1{
	color:white;			
	font-size: 3em;
}
.eng_for_ESS p{
	  color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.mobile_elevated_spcng{
	padding: 0px;
}
.opti_performance{
	background: url(../img/receivers_players/Xav-9500-featureimg4.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto;
}
.text-opti_performance{
	 width: 97%;
    padding-top: 12%;
    padding-left: 55%;
    padding-right: 9%;
}
.text-opti_performance h1{
	color:white;			
	font-size: 3em;
}
.text-opti_performance p{
	  color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-sep_notch_four {
    width: 97%;
    padding-top: 17%;
    padding-left: 53%;
}
.text-sep_notch_four p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-sep_notch_four h1{			
	color:white;			
	font-size: 2.5em;		
} 


.progressive_four {
    background-image: url(../img/progressive_four.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-progressive_four {
	width: 94%;
    padding-top: 17%;
    padding-left: 60%;
}
.text-progressive_four p {
    color: black;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-progressive_four h1{			
	color:black;			
	font-size: 2.5em;		
} 

.tweeters_four {
    background-image: url(../img/tweeters_four.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-tweeters_four {
	width: 45%;
    padding-top: 12%;
    padding-left: 9%;
}
.text-tweeters_four p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-tweeters_four h1{			
	color:white;			
	font-size: 2.5em;		
} 
.audio_five_ban_1 {
    background-image: url(../img/xs-680es-banner-1.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.text-audio_five_ban_1 {
    width: 90%;
    padding-top: 16%;
    padding-left: 65%;
}
.text-audio_five_ban_1 p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-audio_five_ban_1 h1{			
	color:white;			
	font-size: 2.5em;		
}
.sounddrive {
    background-image: url(../img/soundthedrives.jpg);
    min-height: 600px;
   position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.text-sounddrive {
    width: 40%;
    background: rgba(33,37,48,0.95);
    padding: 4%;
    position: absolute;
    top: 20%;
    right: 10%;
}
.text-sounddrive p {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
}
.text-sounddrive h1{			
	color:white;			
	font-size: 2.5em;		
}
.navbar-default {
    background-color: #000000;
    border-color: #000000;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #bfbfbf;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
a.navbar-brand {
    padding-top: 19px;
}
.nav_ul{
	
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.nav_li {
  display: inline-block;
  font-size: 20px;
 
}
.nav_li a {
    padding: 20px;
   
	transition: border-width 150ms,opacity 500ms;
    height: 155px;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-color: #5865f5;
    cursor: pointer;
    float: none;
    text-align: center;
    vertical-align: top;
}
.nav_li img {
    margin: 5px ​0 12p;
}
.nav_li p {
   color:#2f353d;
   padding-top: 15px;
}

.nav_li a:hover img {
	border-bottom-width: 4px;
	
}

.nav_li a:hover {
    /* display: none; */
    border-bottom-width: 5px;
}
.nav2{
	position: relative;
    height: 172px;
    background-color: #f1f5f9;
     
}
a.navbar-brand {
    position: relative;
    z-index: 99;
    float: left;
}
.slider_nav_2 {
    background: #f1f5f9;
}

.slider_nav_2 .item {
    height: 182px;
}
.slider_nav_2 img {
    padding-top: 20px;
    padding-bottom: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
}
.swiper-container {
        width: 100%;
        height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.carousel-indicators li {
	
	background-color: rgb(0 0 0 / 48%);
	
}
@media (min-width: 768px) and (max-width: 990px) {
	
	
	
	.secondary-tout .st-item article .parent-level-link {
		
		top: 36vh !important ;
		
		
	}
	.one-sony-carousel.secondary-tout {
		height: auto !important; 
		margin-bottom:40px !important
		
	}
}
.banner_receivers_players {
    background-image: url(../img/receiver-player-bannerimg1.jpg);
    padding: 285px 0px 0px 46px!important;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.banner_receivers_players p {
    color: white;
    margin-bottom: 0;
}
.banner_receivers_players  h1 {
   color:white
}
.banner_receivers_players i {
    font-size: 9px;
    top: -3px;
    position: relative;
    right: 2px;
}
.banner_amplifier_players {
    background-image: url(../img/amplifier-banner1.jpg);
    padding: 7%;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.banner_amplifier_players p {
    color: white;
    margin-bottom: 0;
}
.banner_amplifier_players  h1 {
   color:white
}
.banner_amplifier_players i {
    font-size: 9px;
    top: -3px;
    position: relative;
    right: 2px;
}
.mobile_elevated_last_comntainer{
	padding: 0px; 
	margin-top: 2em; 
	margin-bottom: 4em;
}
.banner_marine_players {
    background-image: url(../img/marine-banner1.jpg);
    padding: 7%;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.banner_marine_players p {
    color: white;
    margin-bottom: 0;
}
.banner_marine_players  h1 {
   color:white
}
.banner_marine_players i {
    font-size: 9px;
    top: -3px;
    position: relative;
    right: 2px;
}
.div_col_4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.div_col_4 h3 {
    font-size: 1em;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: SSTW02Bold;
}
.div_col_4 img{
	width:100%;
	background: #f1f4f9;
    padding: 20px;
}
.text_single_product{
	border: 1px solid #e4e7eb;
	padding:10px
}
.buttons-wrapper a {
    width: 100%;
    text-align: center;
}
.more-product-info {
    text-align: center;
    padding: 15px;
}
a.btn.btn-orange.buy {
    background: #dc3a1a;
}
@font-face {
  font-family: 'SSTW02Bold';

  src: url('../fonts/SSTW02Bold.eot');
  src: url('../fonts/SSTW02Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SSTW02Bold.woff') format('woff'), url('../fonts/SSTW02Bold.ttf') format('truetype'), url('../fonts/SSTW02Bold.svg#glyphicons_halflingsregular') format('svg');
}
.height_heading {
    height: 75px;
}
.banner-RSX-GS9 {
    background: #f1f4f9;
	padding: 7% 1% 7%;
}
.text_ultimate{
	font-size:1em
}
.text-usb {
    padding: 27px 0px;
    float: left;
}
.usb_main {
    padding: 6em 1em 0em
}
.studio_quality {
    background: #f1f4f9;
	margin-bottom: 5%;
    padding: 5%;
}

.studio_quality h5 {
    font-size: 1em;
    color: #83838f;
}
.studio_quality h4 {
    font-size: 1.3em;
    font-family: 'SST W01 Roman';
    color: #83838f;
}
.text_heading_inner_product{
	padding: 5%;
}
.text_heading_inner_product h5 {
    font-size: 1em;
    color: #83838f;
}
.text_heading_inner_product h4 {
    font-size: 1.3em;
    font-family: 'SST W01 Roman';
    color: #83838f;
}


.t2, h2, .t2-light, .t2-bold, h2 {
    font-size: 2.375em;
    line-height: 1.15789;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
    color: #2f353d;
}
.DSD_native {
    padding: 5% 0px 0px;
    float: left;
}
.image_text {
    padding: 70px 52px;
}
.t6, h6, .t7, .t1-bold, .t2-bold, .t5-bold, h6 {
    color: #706c7a !important;
}
.image_text_rec {
    padding: 30px;
}
.image_text_rec {
    padding: 30px;
    position: relative;
}
.text_overlay_inner_page {
    background: white;
    width: 35%;
    position: absolute;
    top: 30%;
    right: 6%;
    padding: 54px;
}
.text_overlay_inner_page_black {
    background: rgba(33,37,48,0.95);
    width: 35%;
    position: absolute;
    top: 30%;
    right: 6%;
    padding: 54px;
}



.div_one_man {
    padding: 30px 0;
}
.getthefullsetup {
   
   
    padding: 5%;
}
.getthefullsetup h4 {
    font-size: 1.3em;
    font-family: 'SST W01 Roman';
    color: #83838f;
}
.getthefullsetup h5 {
    font-size: 1em;
    color: #83838f;
}
.pd-module .specs dd {
    margin-left: 0;
    word-wrap: break-word;
}
.pd-module .specs dd.p3 {
    margin-bottom: 16px;
}


/* LOVE------------------------------------------------------------LOVE-----------------------------------LOVE */

.prog_height {
    background: url(../img/speakers/xs-w104es-banner3.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-prog_height {
    width: 33%;
    padding-top: 18%;
    padding-left: 6%;
}
.text-prog_height p {
    color: #706c7a;
    font-size: .8125em;
    margin-bottom: 10px;
}
.text-prog_height h1{			
	color:black;			
	font-size: 1.875em;		
} 




.seperated_notch {
    background: url(../img/speakers/xs-w104es-banner2.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.text-seperated_notch {
    width: 43%;
    padding-top: 18%;
    padding-left: 10%;
}
.text-seperated_notch p {
    color: white;
    font-size: .8125em;
    margin-bottom: 10px;
}
.text-seperated_notch h1{			
	color:white;			
	font-size: 1.875em;		
} 




.honeycomb {
    background: url(../img/speakers/xs-w104es-banner1.jpg);
    min-height: 600px;
	width:92.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto
} 
.audio_one_ban_three {
    background-image: url(../img/speakers/xs-w104es-banner.jpg);
    min-height: 600px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.text-audio_one_ban_three {
    width: 90%;
    padding-top: 16%;
    padding-left: 65%;
}

.text-audio_one_ban_three p{
	    color: white;
    font-size: .8125em;
    margin-bottom: 10px;
}

.text-audio_one_ban_three h1 {
    color: white;
    font-size: 2.5em;
}



.cstm-txt-drk{
	margin-right:12px;
}

@media only screen and (min-width: 993px){
	.mobile_elevated_navbar {
		padding: 0px 14em;
	}
}
@media only screen and (max-width: 992px){
	
}
@media only screen and (min-width: 481px) and (max-width: 768px){
  .cstm-txt-pddng{
    padding: 0px 14px !important;
  }
}



@media only screen and (min-width:1025px) and (max-width:1600px){
    .cstm-img-pdding{
      padding: 0px 100px !important;

    }
	.custm-mgn{
      margin-top: 50px !important;
    }
	.cstm-txt-pddng{
      padding: 0px 65px !important;
    }
	.txtovrlay{
		color:#fff !important;
	}
} 
/*---------mobile_elevated_standard_video------------*/
.mobile_elevated_lt3{
	font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
	padding: 10px 25px !important;
}
.mobile_elevated__heading {
    margin-left: 12%;
}
.mobile_elevated_slider{
	margin: 0px 0px !important;
}
.mobile_elevated_slider{
	width: 100.9% !important; 
}
.mobile_elevated_silder_head{
	font-size: 26px;
}
.mobile_elevated_silder_des{
	color: #706c7a !important;
	font-size: .8125em;
    line-height: 1.53846;
	font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.mobile_elevated_silder_bg{
	height: 30vh !important;
}
.recent_products {
    display: -webkit-inline-box;
}
.recent_products img {
    background: #f1f5f9;
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 10px;
}
.recent_products strong {
    font-family: "SST W01 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: .8125em;
    line-height: 1.53846;
	color: #2f353d;
    margin-bottom: 0;
}
div#myBtn {
	position: absolute;
	top: 23%;
	left: 47%;
}
.video_play{
	color: #2f353d7a !important;
	font-size: 50px !important;
}
.video_pause{
	color: #2f353d7a !important;
	font-size: 50px !important;
}
.hide_video{
	display: none;
}
@media only screen and (min-width: 280px) and (max-width: 320px){
	div#myBtn {
		position: absolute;
		    top: 45% !important;
    left: 46% !important;
	}
	.mobile_elevated_standard_video {
		height: 42vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 321px) and (max-width: 360px){
	div#myBtn {
		position: absolute;
		    top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 46vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 361px) and (max-width: 375px){
	div#myBtn {
		position: absolute;
		  top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 47vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 376px) and (max-width: 390px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 49vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 391px) and (max-width: 411px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 50vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 412px) and (max-width: 414px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 51vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 415px) and (max-width: 540px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 62vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 541px) and (max-width: 568px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 64vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 569px) and (max-width: 653px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 72vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 654px) and (max-width: 667px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 73vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 668px) and (max-width: 720px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 78vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 721px) and (max-width: 740px){
	div#myBtn {
		position: absolute;
		 top: 46% !important;
    left: 47% !important;
	}
	.mobile_elevated_standard_video {
		height: 80vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 741px) and (max-width: 767px){
	div#myBtn {
		position: absolute;
		    top: 44% !important;
    left: 51% !important;
	}
	.mobile_elevated_standard_video {
		height: 82vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 768px) and (max-width: 812px){
	div#myBtn {
		position: absolute;
		top: 36% !important;
		left: 50% !important;
	}
	.mobile_elevated_standard_video {
		height: 85vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 813px) and (max-width: 823px){
	div#myBtn {
		position: absolute;
		top: 36% !important;
		left: 50% !important;
	}
	.mobile_elevated_standard_video {
		height: 85vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 824px) and (max-width: 890px){
	div#myBtn {
		position: absolute;
		top: 36% !important;
		left: 50% !important;
	}
	.mobile_elevated_standard_video {
		height: 91vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 891px) and (max-width: 923px){
	div#myBtn {
		position: absolute;
		top: 36% !important;
		left: 50% !important;
	}
	.mobile_elevated_standard_video {
		height: 94vh !important;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 668px) and (max-width: 767px){
	.mobile_elevated_last_comntainer {
		height: 24em !important;
	}
	.mobile_elevated__heading {
		margin-left: 0% !important;
	}
}

@media (max-width: 767px) {
	.mobile_elevated_standard_video{
		height: auto !important;
		overflow:hidden;
		position:relative
	}
	.video_img{
		display: block;
	}
	#mobile_elevated_video{
		display: none;
	}
	.mobile_ns_series_img2{
		display: block;
	}
	.mobile_ns_series_img{
		display: none;
	}
	#myModal2222 .modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
	#myModal2222 .modal-header {
		padding: 0px 15px !important;
		border-bottom: 1px solid #000000;
		background: #000000 !important;
	}
	#myModal2222 .modal-header .close {
		margin-top: -2px;
		color: white !important;
		opacity: 1 !important;
	}
	
}
@media (min-width: 768px) {
	/* .mobile_elevated_standard_video{ */
		/* height: 50vh; */
		/* overflow:hidden; */
		/* position:relative */
	/* } */
	.video_img{
		display: none;
	}
	#mobile_elevated_video{
		display: block;
	}
	.mobile_ns_series_img2{
		display: none;
	}
	.mobile_ns_series_img{
		display: block;
	}
	#myModal2222 .modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}
@media (min-width: 1200px) {
	.mobile_elevated_last_comntainer{
	    height: 30em;
	}
	
	
	
	
	
	
}

.audio_mini audio-mob{
	display:none;
}

.pd-module .measurements .img-wrapper {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 73%;
    padding-top: 20px;
}
.pd-module .last-column.has-measurements {
    background-color: #f1f5f9 !important;
    padding: 5px 0 32px !important;
    margin-top: 32px !important;
}
.pd-module .measurements .img-wrapper img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.ulinks-pdp-wrapper .pdp-help-title {
    margin-bottom: 12px;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 4px solid #e4e7eb;
}
.ulinks-cat-wrapper .ulinks-body-wrapper, .ulinks-pdp-wrapper .ulinks-body-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.free-inst{
	
    position: absolute;
    background: #fcbd02;
    color: #fffcff;
    padding: 2px 16px 0px 16px;
    top: 30px;
    left: 29px;
    font-size: 14px;
    font-weight: 500;
}
.editorial-headline{
	border-bottom: 0.1875rem solid #e4e7eb;
	padding-bottom: 1.8125rem;
}
.Highlights__SpecItems{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px;
}
.Highlights__SpecItem{
	-webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: calc(33.33333% - 15px*2);
    -ms-flex-preferred-size: calc(33.33333% - 15px*2);
    flex-basis: calc(33.33333% - 15px*2);
    margin-left: 15px;
    margin-right: 15px;
}
.Highlights__SpecItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 0.0625rem solid #e4e7eb;
}
.Highlights__SpecItem:before {
    content: '';
    display: block;
    width: 0.0625rem;
    height: 2.5rem;
}
.Highlights__SpecValue {
    font-weight: 400;
    font-style: normal;
    color: #6b6b7b;
    font-size: .9375rem;
    line-height: 1.46667;
    line-height: 1.375rem;
    margin: 0;
    color: #2f353d;
}


.feature_icon_outer_class{
  display: flex;
  align-items: center;
}