/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900|Lora:400,700,400italic,700italic);

/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Lora', serif;
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */

html, body {
background-color: rgba(255,255,255,1.00); background:#ffffff;	color: #000000;
	/*font-family:'Source Sans Pro',Verdana, Geneva, sans-serif;*/
	font-family:'Lora', serif;
	font-weight: 400;
	overflow-x:hidden;
	width:100%;
	height:100%;
	text-align:left; margin:0px; padding:0px;
}

@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 959px) {}
@media only screen and (max-width: 850px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (orientation: landscape) {}
@media only screen and (max-width: 480px) {}



body a.port img { position:absolute; top:0px !important; right:0px !important;}
