
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		
	}
	
    .square_size{ height:257px; width:257px; }
    .description{ position:absolute; background-image:url(../../images/bg_contacts.jpg); left:0px; top:0px; color:#FFF; text-align:center;}

@font-face { font-family: 'ArvoRegular'; src: url('../fonts/Arvo-Regular-webfont.eot'); src: url('../fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Arvo-Regular-webfont.woff') format('woff'), url('../fonts/Arvo-Regular-webfont.ttf') format('truetype'), url('../fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'LatoHairline'; src: url('../fonts/Lato-Hai-webfont.eot'); src: url('../fonts/Lato-Hai-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Hai-webfont.woff') format('woff'), url('../fonts/Lato-Hai-webfont.ttf') format('truetype'), url('../fonts/Lato-Hai-webfont.svg#LatoHairline') format('svg'); ont-weight: normal; font-style: normal; }

@font-face {font-family: 'MuseoSans-500'; src: url('../fonts/2244E8_0_0.eot'); src: url('../fonts/2244E8_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2244E8_0_0.woff') format('woff'),url('../fonts/2244E8_0_0.ttf') format('truetype');}


    .lato{font-family: 'LatoHairline', Arial, serif;font-weight: normal; font-style: normal; }
    .museo{font-family: 'MuseoSans-500', Arial, serif;font-weight: normal; font-style: normal; }
    .arvo{font-family: 'ArvoRegular', Arial, serif; font-weight: normal; font-style: normal;}


/* ======================================== */
/* ! Layout for tablet version, e.g. iPad   */
/* ======================================== */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}


}


/* ========================================== */
/* ! Layout for mobile version, e.g. iPhone   */
/* ========================================== */

@media only screen and (max-device-width: 480px) {

	/* phone browser css here */
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}