@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Futura LT Medium';
    src: url(FuturaLTMedium.ttf) format('truetype'), local('FuturaLTMedium'), local('FuturaLTMedium'), url(FuturaLTMedium.eot) format('opentype'),url(FuturaLTMedium.woff);
}
#main_content {width:100%!important;
}
#homeSlider {
/*overflow:hidden;*/
	height:100%;
	width:100%;
	padding-top:10px;
}
#homeSlider h1{
font-family: "Century Gothic",Arial,Helvetica,sans-serif !important;
font-size:4em;
font-weight:normal;
padding-bottom:10px;
line-height:100%;
color:#000;
}
#homeSlider p{
font-family:'Raleway', Arial, Helvetica, sans-serif;
font-size:1.3em;
color:#000
}
#homeSlider p a{
	color:#000!important;
	text-decoration:underline;
	font-weight:500;
	padding:10px;
	display:inline;
	background:rgba(255,255,255,.5);
	text-decoration:none;
	transition: background .5s linear 0s;
}
#homeSlider p a:hover{
	background:rgba(255,255,255,1);
}


#homeSlider .item{
	background-color: #ff0033;
}
#homeSlider .item.yellow{
	background-color: #fae62f;
}
#homeSlider .item.blue{
	background-color: #30c2ec;
}
#homeSlider .item.green{
	background-color: #85c902;
}
#homeSlider .item.grey{
	background-color: #e2e9f0;
}
#homeSlider .item.orange{
	background-color: #fa8507;
	color:#000;
}

#homeSlider .hold{
	list-style:none;
	margin:0;
	padding:0;height:100%;
	width:100%;
}
#homeSlider .hold li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	display: list-item;
}
#homeSlider .hold li.img{
	width:65%;
		margin:0;
	padding:0;
	border:0;
}
#homeSlider .hold li.text{
		width:30%;
		border:0;
		padding:0 1.5% ;
}
a.fancy{
width:100%;
}
a.fancy div.thumbb, a.vimeo div.thumbb, .fancybox.iframe div.thumbb {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/lastSlider/play.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    margin: 0;
	width:100%;
	padding-top:55%;
}
a.fancy, a.vimeo, a.fancybox-media{
	display:block;
}
a.fancy div.thumbb:hover{
	background-color: rgba(0, 0, 0,.2);
}

/* ///////////////// News Slider ////////////////////////  */
h3.latest_bar, #videoContainer h2 {
	font-family: "Century Gothic",Arial,Helvetica,sans-serif !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://mercuryphoenixtrust.org/images/bg-bar.png");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #181818;
    font-size: 2.1em;
    line-height: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 15px;
	font-weight:400;
}

h3.latest_bar span, #videoContainer h2  span {
    background-color: #fff;
}
#videoContainer h2 {
	    font-size: 1.9em;
}

#newsSlider .item h3, #newsSlider .item h3 a{
font-family: "Century Gothic",Arial,Helvetica,sans-serif !important;
font-weight:300;
font-size:1.2em;
color:#000!important;
line-height:135%;
}
#newsSlider .item h3{
	padding:0 9px;
	margin-top:13px;
}
#newsSlider .item {
	margin-right:1px;
}
#newsSlider .item .thumbNews {
	 margin: 0;
	width:100%;
	padding-top:60%;
}
#newsSlider .item a:hover {
opacity:.85;
}

#newsSlider .item .date_view {
	background:rgba(255,255,255,.45);
	line-height:20px;
	margin-top:-20px;
}
#newsSlider .item .date_view a{
	color:#000!important;
}

/* /////////////////////////////////////*/
#videoContainer{
	width:65%!important;
	float:left;
}
#twitter_home{
		width:33%!important;
		float:left;
		margin-left:2%;
}
.dcsns-content {
    height: 400px !important;
}
@media screen and (max-width: 1680px) {
	#homeSlider h1{
		font-family: "Century Gothic",Arial,Helvetica,sans-serif !important;
		font-size:3.5em;
	}
}
@media screen and (max-width: 1080px) {
	#homeSlider h1{
		font-size:3em;
	}
	#homeSlider p{
		font-size:1.2em;
	}	
	#videoContainer{
		width:99%!important;
		float:none;
	}
	#twitter_home{
		width:99%!important;
		float:none;
		margin-left:0;
	}
	
	h3.latest_bar, #videoContainer h2 {
		font-size:1.7em;
	}
	.dcsns-content .stream li {
    height: 80px;
}
}

@media screen and (max-width: 780px) {
	#homeSlider h1{
		font-size:2.2em;
	}
	#homeSlider .hold li.img{
		width:100%;
		float:none;
	}
	#homeSlider .hold li.text{
		width:96%;
		padding:0 2% 20px 2%;
		float:none;
	}

}