.news_marqee {
	z-index:9;
}
@keyframes ticker {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-100%, 0, 0);
}
}
.tcontainer {
	width: 100%;
	overflow: hidden;
}
.ticker-wrap {
	width: 100%;
	padding-left: 100%;
}
.ticker-move {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 130s;
}
.ticker-move:hover {
	animation-play-state: paused;
}
.ticker-item {
	display: inline-block;
	direction: ltr;
	cursor: pointer;
}
.news_marqee_item_text:hover {
	text-decoration: underline!important;
}
.news_marqee_item_text {
    color: #13294b;
}
.news_marqee {
    width: 100%;
    float: right;
    box-sizing:border-box;
    position:relative;
    height: 50px;
    overflow:hidden;
}
.news_marqee_inside {
	float: left;
	width: 70px;
    padding-top:0px;
}
.news_marqee_title_container {
	float: left;
	width: 100px;
}
.news_marqee_title {
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	float: left;
	width: auto;
	line-height: 1em;
	color: #13294b;
	padding-top: 16px;
}
.news_marqee_title_arrow{
	float: left;
	width: auto;
	padding-top: 4px;
	margin-left: 10px;
}
marquee {
    width: 100%;
    float: right;
    cursor: pointer;
    text-align: left;
    direction: ltr;
}
.news_marqee_items_container {
	float: left;
	width: calc(93% - 190px);
}
.news_marqee_item {
	float: left;
	width: auto;
    height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.news_marqee_item_text {
    font-size: 16px;
    direction: ltr;
    margin-left: 10px;
    text-decoration: none;
    margin-left: 50px;
}
.news_marqee_item_date {
    font-size: 15px;
    direction: ltr;
    margin-left: 10px;
    text-decoration: none;
    margin-left: 10px
}
.saveTheDate {
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:100;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	display:table;
	text-align:center;
}
.saveTheDateMiddle {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
}
.saveTheDateImg{
	margin:auto;
	border:1px solid #dfdfdf;
	padding:20px;
	box-sizing:border-box;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {

.saveTheDateImg{
	max-width:500px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.saveTheDateImg{
	max-width:500px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.saveTheDateImg{
	max-width:400px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.saveTheDateImg{
	max-width:360px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.saveTheDateImg{
	max-width:360px;
}.saveTheDateImg{
	max-width:360px;
}
}