@-webkit-keyframes slideInFeature {
 from {
top: -147px;
}
to {
	top: 9px;
}
}
@keyframes slideInFeature {
 from {
top: -147px;
}
to {
	top: 9px;
}
}

#full-width-slider {
	width: 1280px;
	color: #000;
	background:#000;
	margin:0 auto;
}
/*
#full-width-slider {
	width: 100%;
	color: #000;
	background:#000;
}
*/
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
	background: none;
	color: #FFF;
}
.rsOverflow { overflow:visible !important; }
/*
.royalSlider img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
*/
.rsNav {
	position: absolute;
	top: auto;
	bottom: 0;
}
/*.rsImg { top:0 !important; }*/
.rsImg {
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}
.rsImg:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.rsMinW .rsThumbsHor {
	width: 100%;
	height: 82px;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 64px;
	border:1px solid #000;
	box-shadow: 0 5px 10px #000;
}
.rsMinW .rsThumb:hover {
	border:1px solid #ffd900;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
	border:1px solid #ffd900;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  max-width: 15%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 40px 20px 20px 20px;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:28px;
  font-weight:300;
}
/*
.infoBlock {
	top: 279px;
	width: 100%;
	text-align:left;
	padding-bottom: 0;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 30px 20px 20px 20px;
}
*/
.infoBlockLeftBlack {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,0.75);
	left: 30px;
	right: auto;
}
.infoBlockCenterBlack {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,0.75);
}
.infoBlock h4 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight:800;
}
.infoBlock p {
	font-size: 15px;
	line-height: 20px;
	margin: 4px 0 0;
	text-transform:none;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #666;
}
.infoBlock a {
	color: #ffd900;
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight:300;
}
.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}

#articles {
	width:100%;
	margin:0;
	padding:0;
}
#articlesContain {
	margin:0 auto;
	padding:9px 0 35px 0;
	max-width: 1380px;
	text-align:center;
}
.articlesParent {
	margin: 20px 20px 0 0;
	width: 300px;
	height: 250px;
	border: 1px solid #666;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 10px 10px #000;
}
.articlesChild {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}
.articlesParent a {
	font-size: 16px;
	color: #ffffff !important;
	background: rgba(52,73,94,0.75);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.35+50,0+100 */
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding:5px 5px 0 5px;
	height: 90px;
	margin:157px 0 0 0;
	text-decoration:none;
	cursor: pointer;
	text-transform:uppercase;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.85);
}
.articlesParent:hover .articlesChild, .articlesParent:focus .articlesChild {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.articlesParent:hover .articlesChild:before, .articlesParent:focus .articlesChild:before {
	display: block;
}
.articlesParent:hover a, .articlesParent:focus a {
	display: block;
}
.articlesChild:before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(52,73,94,0.75);
}
#adHome {
	width:312px;
	height:250px;
	margin:20px 20px 0 0;
	padding:0;
	border:1px solid #d40003;
	text-align:left;
	overflow:hidden;
	display:inline-block;
	position:relative;
	font-size:0;
	cursor: pointer;
	box-shadow: 0 10px 10px #000;
	background-image: url(/images/home/advertiser.png);
	background-position: 300px 0px;
	background-repeat:no-repeat;
}
#adHome img {
	width:300px;
	height:250px;
}
@media screen and (max-height:720px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 290px !important;
  }
}
@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 370px !important;
  }
}
@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 370px !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
 /* .infoBlock {
    padding: 30px 10px 10px 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 0;
    top: 0;
    right: auto;
    font-size: 12px;
  }*/
.infoBlock {
	  display:none !important;
}
  
  
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
	
.articlesParent {
	width: 200px;
	height: 167px;
}
.articlesParent a {
	font-size: 11px;
	margin:107px 0 0 0;
}
#adHome {
	width:212px;
	height:167px;
	margin:20px 20px 0 0;
	padding:0;
	border:1px solid #d40003;
	text-align:left;
	overflow:hidden;
	display:inline-block;
	position:relative;
	font-size:0;
	cursor: pointer;
	box-shadow: 0 10px 10px #000;
	background-image: url(/images/home/advertiser.png);
	background-position: 200px -42px;
	background-repeat:no-repeat;
}
#adHome img {
	width:200px;
	height:167px;
}
}
@media screen and (max-width: 479px) {
.articlesParent {
	width: 150px;
	height: 125px;
}
.articlesParent a {
	font-size: 9px;
	margin:77px 0 0 0;
}
#adHome {
	width:162px;
	height:125px;
	margin:20px 20px 0 0;
	padding:0;
	border:1px solid #d40003;
	text-align:left;
	overflow:hidden;
	display:inline-block;
	position:relative;
	font-size:0;
	cursor: pointer;
	box-shadow: 0 10px 10px #000;
	background-image: url(/images/home/advertiser.png);
	background-position: 150px -60px;
	background-repeat:no-repeat;
}
#adHome img {
	width:150px;
	height:125px;
}
.infoBlock {
	  display:none !important;
}
.rsMinW .rsThumbsHor {
	width: 100%;
	height: 62px;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 66px;
	height: 44px;
	border:1px solid #000;
	box-shadow: 0 3px 5px #000;
}
}
@media screen and (min-width: 0px) and (max-width: 374px) {
.articlesParent {
	width: 125px;
	height: 104px;
	margin:10px 10px 0 0;
	box-shadow: 0 5px 5px #000;
}
.articlesParent a {
	font-size: 9px;
	margin:52px 0 0 0;
}
#adHome {
	width:137px;
	height:104px;
	margin:10px 10px 0 0;
	padding:0;
	border:1px solid #d40003;
	text-align:left;
	overflow:hidden;
	display:inline-block;
	position:relative;
	font-size:0;
	cursor: pointer;
	box-shadow: 0 5px 5px #000;
	background-image: url(/images/home/advertiser.png);
	background-position: 125px -73px;
	background-repeat:no-repeat;
}
#adHome img {
	width:125px;
	height:104px;
}
.infoBlock {
	  display:none !important;
}
.rsMinW .rsThumbsHor {
	width: 100%;
	height: 62px;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 66px;
	height: 44px;
	border:1px solid #000;
	box-shadow: 0 3px 5px #000;
}
}
@media only screen and (max-width:1279px) {
	
#full-width-slider {
	width: 100%;
	color: #000;
	background:#000;
}
}