﻿/*@media only screen and (min-width : 767px)*/
@media (min-width : 767px) and (max-width : 800px)
{
	#vlfmLogo
	{
		margin-top: 20% !important;
	}

	#ciiLogo
	{
		margin-top: 30% !important;
	}

	.programme-img
	{
		width: 100%;
	}
	img
	{
		display: block;
		max-width: 100%;
		height: auto;
	}
	iframe
	{
		width: 100% !important;
	}
	#iframe
	{
		margin-left: 0 !important;
	}
	.sector-box
	{
		min-height:300px !important;
	}
	.effects .overlay a.expand
	{
		left: 30% !important;
		right: 0;
		top: 35%;
		margin: 0 auto -50px auto;
	}
}



/*Portrait:*/

 @media only screen and (min-width : 1200px)
{
	#vlfmLogo
	{
		margin-top: 30px !important;
	}

	#ciiLogo
	{
		margin-top: 53px !important;
	}

	.programme-img
	{
		width: 100%;
	}

	img
	{
		display: block;
		max-width: 100%;
		height: auto;
	}

	iframe
	{
		width: 100% !important;
	}

	#iframe
	{
		margin-left: 0 !important;
	}

	.sector-box
	{
		min-height: 300px !important;
	}
	#pop_up
	{
		width:900px;
	}
}

@media only screen and (min-width : 979px)
{
	#vlfmLogo
	{
		margin-top: 30px !important;
	}

	#ciiLogo
	{
		margin-top: 53px !important;
	}

	.programme-img
	{
		width: 100%;
	}

	img
	{
		display: block;
		max-width: 100%;
		height: auto;
	}

	iframe
	{
		width: 100% !important;
	}

	#iframe
	{
		margin-left: 0 !important;
	}

	.sector-box
	{
		min-height: 300px !important;
	}
}


/*LandScape*/
    /*@media only screen and (min-device-width: 480px) and (max-device-width: 640px) {
   body {
       padding: 0 !important;
   }
   .heroImage {
       margin-top: 0;
       height: 200px;
       width: 100%;
       background: #fff url(assets/images/hero_small.jpg) no-repeat center center;
   }
   .navbar-fixed-top {
       margin: 0 !important;
   }
   .box-item {
       width: 440px;
   }
   .infoShowWrapper {
       width: 440px;
   }
   .seaBkg {
       background-image: url(assets/images/mare_2x.jpg);
   }
}*/
