@media only screen and (min-width: 1000px) {

	div.main{
		/*border:solid 1px red;*/
	}

	div.menu-small2{
		display:none;
	}

	div.column300{
		float:right;
	}
	div.column655{
		float:left;
	}

	.currencyConvertor input{
		width:193px;
	}
	.currencyConvertor select{
		width:200px;
	}
        
        .header #zazacontainer{
        margin-right: 40px;
    }
}


@media only screen and (max-width: 600px) {
   .page {
	padding: 0 10px;
	}

	div.main, div.footer, div.header, .globalWidth, div.footer .text
	{
		max-width: 600px;
		min-width: 300px;
		width:100%;
	}

	div.mainFeatureContainer,
	ul.mainMenu,
	div.social,
	span#prezazacontainer
	{
		display:none;

	}
	div.column655{
		float:left;
		width:100%;
		padding-top:35px;

	}

	div.column655 div.centre img{
		width:95%;
		height:auto;

	}

	div.column655 textarea{
		width:98%;
	}

	div.column300{
		float:left;
		width:100%;
	}

	.platformMenu{
		top:85px;
		z-index:1002;
		left:6px;
		padding: 0 10px;

	}
	.platformMenu a{
		width:50%;
		margin: 0 0 5px 0;

	}
	.platformMenu a.button img{
	}


	.platformMenu a.travel img{
		border-right:solid 3px #f9fbfc;
	}
	.platformMenu a.business img{
		border-left:solid 3px #f9fbfc;
	}
	.platformMenu a.partners img{
		border-left:solid 3px #f9fbfc;
	}
	.platformMenu a.personal img{
		border-right:solid 3px #f9fbfc;
	}

	.platformMenu a.travel {
	  background: url(/images/layout/travel-money2.gif) top center no-repeat;
	  text-align:right;
	}
	.platformMenu a.business {
	  background: url(/images/layout/business-currency-exchange2.gif) top center no-repeat;
	}
	.platformMenu a.personal {
	  background: url(/images/layout/personal-currency-exchange2.gif) top center no-repeat;
	  text-align:right;
	}	
	.platformMenu a.partners {
	  background: url(/images/layout/partners-currency-exchange2.gif) top center no-repeat;
	}

	div.menu-small2{
		display:block;
		z-index:1001;
		padding-top:5px;
	}

	div.menu-small2{
		display:none;
	}

	ul li{ 
		background:none;

	}

	.titleBlock{
		margin-top:45px;
		min-height:60px;

	}
	.titleBlock .topBlock{
		min-height:60px;
	}
	.titleBlock ul{
		min-height:35px;
		margin:0 auto;
	}
	.titleBlock ul li{
		line-height:30px;
		height:30px;
		border:0;

}
	.titleBlock span{
		display:none;
	}

	.currencyConvertor{
		max-width:300px;
		margin:0 auto;

	}

	.currencyConvertor input{
		width:193px;
	}
	.currencyConvertor select{
		width:200px;
	}

	.currencyConvertor h2{
		text-align:center;
	}


}











@media only screen and (min-width: 600px) and (max-width: 1000px) {

   .page {
	padding: 5px 10px;
	}

	div.menu-small2{
		display:block;
		
	}
	.currencyConvertor{
		max-width:300px;
		margin:0 auto;
	}

	.currencyConvertor h2{
		text-align:center;
	}
	div.menu-small2{
		display:none;
	}

	.currencyConvertor input{
		width:193px;
	}
	.currencyConvertor select{
		width:200px;
	}

	ul li{ 
		background:none;
	}

	div.main, div.footer, div.header, .globalWidth, div.footer .text{
		max-width: 1000px;
		min-width: 600px;
		width:100%;
	}

	div.mainFeatureContainer,
	ul.mainMenu,
	div.social{
		display:none;
	}

	div.column655{
		float:left;
		width:100%;
	}

	div.column300{
		float:left;
		width:100%;
	}

	.platformMenu{
		top:85px;
		z-index:1002;
	}
	.titleBlock{
		min-height:60px;

	}
	.titleBlock .topBlock{
		min-height:60px;
	}
	.titleBlock ul{
		min-height:35px;
		margin:0 auto;
	}
	.titleBlock ul li{
		line-height:30px;
		height:30px;
		border:0;

}
	.titleBlock span{
		display:none;
	}



	.platformMenu{

		padding: 0 10px;


	}
	.platformMenu a img{
		z-index:4000;
	}


}