/*
|-----------------------------------------------------------------------------------------------------------
| WIDGETS - Homepage media/imagebox
|-----------------------------------------------------------------------------------------------------------
*/


.media{
	margin-bottom: 45px;
	margin-top: 32px;
}



.contentRender_name_plugins_common_one_col .media .title{
	max-width: 200px;
}
.media .media-left{
	padding-left: 3rem;
}
.media .image{
	position: relative;
	margin-bottom: 30px;
}
.media .weather{
	position: absolute;
	right: 14px;
	top: 14px;
	font-size: 13px;
	line-height: 20px;
	color: #6d6c6b;

}

.main_container .contentRender_name_plugins_collections_template_custom_webcam_widget .webcam {
	padding: 0.0rem !important;
}
.media .weather { float: right; font-size: 20px; position: absolute; top: 12px; margin-right: 10px;}

.media .weather  #sv-weather-widget {
	width: 78px;
	background-color: rgba(42, 175, 215, 0.62);
	padding: 4px;
	border-radius: 6px;
}
.media .weather .sv-weather-widget-temp {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

.media .weather  #sv-weather-widget .sv-weather-widget-icon .icon {
    float: left;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    border-radius: 18px;
    background-position: center; 
    margin-left: 0px !important;
}
.media .play-button{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 152px;
	height: 152px;
	padding-top: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.67);
	text-align: center;
	font-size: 65px;
	color: #87c8e0;
	cursor: pointer;
}
.media .logo-box{
	position: relative;
	float: left;
	width: 63px;
	height: 60px;
	background: #f27338;
	margin-bottom: 10px;
}
.media .logo-box img{
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	margin: auto;
	width: auto;
}
.media .title{
	float: left;
	padding-left: 18px;
	max-width: 165px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
	color: #2aafd7;
	font-family: 'KievitPro-Regular';
	margin-top: -5px;
	white-space: nowrap;
	line-height: 68px;
}
.media .desc{
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 21px;
	color: #6d6c6b;
}
.media .view-all{
	display: inline-block;
	color: #f0803e;
	font-size: 12.57px;
	line-height: 13px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 5px solid #40b7db;
	font-family: 'KievitPro-Regular';
	font-style: italic;
	font-weight: bold;
}
.media .image {
	position: relative;


}
.media .image #webcam_holder {
	width: 100%;
	box-shadow: 0px 0px 38px rgba(111, 63, 7, .5);
	padding: 0px !important;
}


.media .sand-bg-left {
	background: url("/includes/public/assets/webcam-bg-left.gif") no-repeat center;
	width: 159px;
	height: 419px;
	position: absolute;
	left: -125px;
	top: 155px;
}

.media .sand-bg-right {
	background: url("/includes/public/assets/webcam-bg-right.gif") no-repeat center;
	width: 154px;
	height: 419px;
	position: absolute;
	right: -139px;
	top: 155px;
}

@media only screen and (max-width: 970px) {
	.media .play-button{width: 87px; height: 87px; font-size: 50px; padding-top: 18px;  }
	.media .title{font-size: 26px; line-height: 26px;}
	.media .title{width: 150px; padding-left:15px; }
	.media .logo-box{width: 55px; height: 44px; padding: 5px;margin-bottom: 20px;}

	.media .weather  #sv-weather-widget {
		margin-top: 5px;
	}

	.contentRender_name_plugins_common_one_col .media .title {
	    max-width: 170px;
        line-height: 64px;
	}

	.media .title{
		margin-top: -2px;
	}

	.media .image .sand-bg-right {
		right: -15px;
		width: 15px;
	}

	.media {
	    margin-bottom: 20px;
	    margin-top: 0px;
	}

	.media  .sand-bg-left , .media  .sand-bg-right {
		top: 60px;
	}

}
@media only screen and (max-width: 767px) {
	.media{width: auto; margin: 0 -15px;}
	.media .image {margin-bottom: 16px;}
	.media .title{width: 200px; padding-left:25px; }
	.media .logo-box{width: 64px; height: 60px;    
		margin-bottom: 35px;
    	margin-left: 30px;
   }

   	.contentRender_name_plugins_common_one_col .media .title {
	    max-width: 170px;
	    line-height: 30px;
	    padding-top: 5px;
	    white-space: normal;
	}

	.contentRender_name_plugins_common_one_col .media .media-left {
	    padding-left: 1.9rem !important;
	}

	.media .desc-wrapper {
		padding: 15px;
	}

	.media  .sand-bg-left , .media  .sand-bg-right {
		display: none;
	}

}