	@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

			*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box; }
			body { background: #ffffff; color: font: 14px 'Open Sans', sans-serif; }

			
		
			.main { margin: 0 auto; padding: 40px 20px; max-width: 960px; font-size: 14px; line-height: 30px;}
			.main a { color: #DB7580; text-transform: none; }

			/* Styling the Popup Window */
			.popup-trigger { display: block; margin: 0 auto;  color: #000;
    						 font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }
		  	.popup {display: none; position: absolute; top: 100px; left: 50%; width: 700px; margin-left: -350px; padding: 50px 30px;
  					background: #fff; color: #333; font-size: 16px; line-height: 30px; border: 10px solid #150E2D; z-index: 9999;}
  			.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}
  		    .popup-btn-close {position: absolute; top: 8px; right: 14px; color: #000000; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}