.whatsnew-wrap .content-wrap > h1, .for-the-year > h2, .for-the-month > h3 {
	font-family: "proxima_novalight", Arial, Helvetica, sans-serif;
}
.whats-new-content h5 {
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}
.whatsnew-wrap {
	overflow: hidden;
	background: #f9f9f9
}
.whatsnew-wrap .content-wrap {
	margin: 60px auto;
	max-width: 1170px
}
.whatsnew-wrap .content-wrap > h1 {
	position: relative;
	text-align: center;
	padding-bottom: 10px
}
.whatsnew-wrap .content-wrap > h1:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background: #999;
}
.for-the-year {
	position: relative;
	overflow: hidden;
	margin: 40px 0
}
.for-the-year:before {
	content: '';
	position: absolute;
	left: 120px;
	top: 0;
	width: 4px;
	height: 100%;
	background: #ebebeb;
}
.for-the-year > h2 {
	margin: 0 0 0 75px;
	overflow: hidden;
	background: #f9f9f9;
	padding-bottom: 20px;
	position: relative;
	font-size: 40px;
	color: #ea785d;
	letter-spacing: -1px;
}
.for-the-month {
	overflow: hidden;
	padding: 30px 0
}
.for-the-month > h3 {
	position: relative;
	width: 120px;
	display: inline-block;
	/*visibility: hidden;
	padding-left: 120px;*/
	transition: 0.5s ease;
	box-sizing: border-box;
	float: left;
	margin: 50px 0 0;
	color: #666;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1.5px
}
.for-the-month > h3:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	width: 0px;
	background: #ebebeb;
	transition: 0.5s 0.5s ease;
}
.for-the-month > h3:before {
	content: '';
	position: absolute;
	right: -13px;
	top: 50%;
	height: 20px;
	margin-top: -11px;
	width: 20px;
	border: 1px solid #ebebeb;
	z-index: 1;
	background: #fff;
	border-radius: 100%;
	transition: 0.5s 0.5s ease
}
.for-the-month.animated > h3 {
	padding-left: 0px;
	visibility: visible
}
.for-the-month > h3:after {
	width: 50px
}
.whats-new-content {
	position: relative;
	overflow: hidden;
	margin: 0px 0 40px 150px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 15px 15px -15px #ccc;
	opacity: 1;
	margin-top: 60px;
	transition: 1s 0.75s ease
}
.whats-new-content.animated {
	opacity: 1;
	margin-top: 0
}
.whats-new-content .more-details {
	max-height: 100px;
	overflow: hidden;
	transition: 1s ease-in-out
}
.whats-new-content .more-details {
	margin: 20px 0
}
.whats-new-content.expand .more-details {
	max-height: inherit
}
.whats-new-content > h3 {
	color: #ea785d;
	cursor: pointer
}
.whats-new-content p {
	margin-bottom: 20px
}
.whats-new-content .more-details iframe {
	width: 100%;
	box-sizing: border-box
}
.whats-new-content h5 {
	margin-bottom: 10px
}
.whats-new-content .unorderlist li {
	margin: 10px 0;
	background: url('/sites/default/files/list-tick.png') left 8px no-repeat;
	padding-left: 30px
}
.whats-new-content li i.highlight {
	font-style: normal;
	color: #ea785d;
}
.whats-new-content li p.hint-text {
	font-size: 12px;
	padding: 5px 0;
	line-height: 18px;
	color: #666;
}
.show-slider {
	padding: 40px 40px 0;
	box-shadow: 0 15px 15px -15px #ccc;
}
.pager {
	margin: 10px 0 20px
}
.pager a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #cacaca;
	text-indent: -9999px;
	margin-right: 3px;
}
.pager a.active {
	background: #5a5a5a
}
span.view-more {
	height: 40px;
	width: 40px;
	background: #ea785d;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
	text-indent: -9999px
}
span.view-more:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 10px;
	margin: 0 0 0 -1px;
	width: 2px;
	height: 20px;
	background: #fff;
	transition: 0.5s ease
}
span.view-more:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -1px 0 0 0;
	height: 2px;
	width: 20px;
	background: #fff
}
span.minus:before {
	display: none
}
.read-more a {
	opacity: 1;
	transition: 0.5s ease;
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #ebebeb;
	color: #666;
	display: inline-block;
	float: right;
	font-size: 12px;
	padding: 3px 15px;
}
.whats-new-content:hover .read-more a {
	opacity: 1
}
.whats-new-content ul li {
	background: url(/sites/default/files/list-tick.png) left top no-repeat;
	padding-left: 30px;
	margin: 0 0 15px
}

@media only screen and (min-width :768px) and (max-width:991px) {
.for-the-year > h2 {
	margin: 0 0 0 50px;
	font-size: 30px
}
.for-the-year:before {
	left: 80px
}
.for-the-month > h3 {
	font-size: 20px;
	width: 80px
}
.for-the-month.animated > h3:after {
	width: 30px
}
.whats-new-content {
	margin: 0 0 40px 110px
}
.whats-new-content .read-more a {
	opacity: 1;
}
}

@media only screen and (max-width:767px) {
.for-the-year > h2 {
	margin: 0 0 0 35px;
	font-size: 24px
}
.for-the-year:before {
	left: 60px
}
.for-the-month > h3 {
	font-size: 18px;
	width: 60px;
	visibility: visible;
	padding-left: 0
}
.for-the-month > h3:after {
	width: 20px
}
.whats-new-content {
	margin: 0 0 20px 80px;
	padding: 20px;
	opacity: 1;
	margin-top: 0
}
.whats-new-content .more-details iframe {
	max-height: 350px
}
.whats-new-content .read-more a {
	opacity: 1;
}
}

@media only screen and (max-width:479px) {
.whats-new-content .more-details iframe {
	max-height: 240px
}
}/**/
