/* Blocking pop up */
#country-blocker {
	}

#country-blocker .modal-content{
    background: url("../images/blocking-pop-up.jpg") no-repeat right bottom #ffffff;
	}
	
#country-blocker .modal-body h2 {
	text-align: center;
	color: #000000;
	font-size: 2.5714285714285716em;
    font-family: 'museo_sans700';
    margin: 0 0 10px 0;
	}

.greek #country-blocker .modal-body h2{
	font-size: 28px;
    text-transform: none;
}

#country-blocker .modal-body p{
	color: #828282;
    font-family: 'museo_sans300';
	}	

#country-blocker .modal-body .buttons{
    font-family: 'museo_sans300';
    margin: 10px 0 0 0;
	}	
    
#country-blocker .modal-body a {
    cursor: pointer;
    }
	
#country-blocker .modal-body a.btn {
	line-height: normal;
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: 1px solid transparent;
    border-color: #ccc;
	}