/* MyRussound Page CSS */


.myrussound__container {
	padding: 0;
	margin-left: 30px;
	padding-right: 0;
	margin-right: -30px;
}


.myrussound__span--heroright h1, .myrussound__span--heroright h2 {
  text-align: left;
}
.myrussound__span--heroright {
  padding: 0 50px;
}

.myrussound__span--heroright p {
  /* padding-left: 50px; */
  display: block;
  text-align: left;
}
.myrussound__span--blur {
  background-image: url('../../../images/myrussound_images/my-russound-blur-background.jpg');
  background-position: center top;
  background-size: 100% auto;
  display: inline-block;
  min-height: 260px !important;
	background-repeat: no-repeat;
	margin-top: 50px;
}
.myrussound__row--blur {
  width: 1280px;
  max-width: 100%;
}
.myrussound__span--screen {
	text-align: center;
	padding: 0 20px;
	margin-top: 50px;
}
.myrussound__span--screen img {
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	display: inline-block;
}

.myrussound__span--screen h4 {
	font-weight: 100;
	margin: 0;
	padding: 0;
}
.myrussound__span--screen p {
	text-align: left;
}

.xstream_img {
	margin-left: 50px;
}
.myrussound__row--left-right {
	margin-top: 50px;
}
.myrussound__span--example {
	text-align: center;
	margin-top: 100px;
}

/* New Feature Section */
.myrussound__row--newfeature {
	background-color: #F2F2F2;
}
.myrussound__row--newfeature .span6 {
	padding: 30px;
}
.newburst {
	background-color: #002F65;
	color: #ffffff;
	padding: 5px 20px;
	display: inline-block;
}

@media (max-width:768px) {
	.myrussound__container {
		padding: 0 !important;
		margin-left: 0px;
		padding-right: 0;
		margin-right: 0px;
	}
	.myrussound__span--heroright h1, .myrussound__span--heroright h2 {
	  text-align: center;
	}
	.myrussound__span--heroright {
	  padding: 0;
	}
	.myrussound__span--heroright p {
	  padding-left: 0px;
	  display: block;
	  text-align: left;
	}
	.xstream_img {
		margin-left: 0px;
	}
	.myrussound__span--blur {
		background: none;
	}
	.myrussound__span--example {
		margin-top: 50px;
	}

}
