/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

.page {    
background:url(../../../images/yootheme/worldmap.jpg);  
-moz-background-size:100% 100%; /* Firefox 3.6 */  
background-size:100% 100%;  
background-repeat:no-repeat;  
 background-attachment:fixed;
}

.modal{
position: relative;
margin-left: auto;
left: 0;
width: auto;
