

	/* GLOBAL */
	
		a, a img, .btn, button { transition: all 0.4s; }
		a { color: #777777; }
		a:hover, a:focus { color: #444444; outline: none; text-decoration: none; }
		html, body { position: relative; height: 100%; min-height: 100%; }
		body { font-family: 'Open Sans', sans-serif; background: #fff; color: #000; }
		img { max-width: 100%; }
			
		.row { margin-left: 0; margin-right: 0; }	
		.w100 { width: 100%; }
		.center { text-align: center; }			
		.no-pd { padding-left: 0 !important; padding-right: 0 !important; }	
		.txt-orange { color: #ff5000; }
		
		.btn, .btn-lg, .form-control { border-radius: 0 !important; }
		.btn-lg { font-size: 21px; letter-spacing: 2px; padding: 13px 25px; }
		.btn-lg.btn-default { border: 2px solid #333; }
		.btn-orange { background-color: transparent; color: #fff; border: 3px solid #fff; }
		.btn-orange:hover { background-color: rgba(0,0,0,0.7); color: #fff; }
			
		.form-control:focus { box-shadow: none; }
		.upper { text-transform: uppercase; }
	
	
	/* HEADER */
	
		.header { padding: 20px 0 15px 0; background-color: #fff; box-shadow: 5px 0px 9px rgba(0,0,0,0.2); }
		.logos { float: left; }
		.logos .iphost { width: 230px; }
		.logos .eu { width: 140px; margin-left: 30px; }
		.header .pull-right a { display: inline-block; margin: 12px 0 0 10px; }
			
	/* MAIN */
	
		.banner-big { background: url('images/freedom-back.jpg') no-repeat 50% 30%; background-size: cover; 
			height: 650px; padding-top: 160px; }		
			
		.banner-big h2 { text-transform: uppercase; color: #fff; text-shadow: 1px 1px 5px #000; }
				
		.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
			height: 56px; padding: 10px 16px; font-size: 18px; border-radius: 0 !important; }
		
		.text { position: relative; color: #000; background: #333; }
				
		.text h3 { margin-top: 0; position: relative; padding-bottom: 20px; }
		.text h3::after { position: absolute; content: ""; left: 0; bottom: 0; width: 100px; height: 5px; background: #ff5000; }
		.text .col-sm-6 { padding: 50px 30px; color: #fff; }
		.text .col-sm-6:nth-of-type(1) { background-color: #ff5000; position: relative; z-index: 3; }
		.text .col-sm-6:nth-of-type(1)  h3::after { background: #333; }
		ul { padding-left: 20px; margin-top: 20px; }
		ul li { margin-bottom: 15px; }
						
		.message-box { background-color: #fff; padding: 50px 0; }	
		.message-box h2 { line-height: 44px; margin-top: 0; border-bottom: 2px solid #aaa; }
		
		.register .row { padding: 15px 0; border-bottom: 1px solid #ccc; }
		.register h3 { margin-top: 0; }
		
		.footer { background: #161616; color: #999; padding: 30px 0; text-align: center; }
		.footer a { color: #fff; }
		.footer a:hover { color: #ff5000; }
				
		.modal-header .close { font-size: 36px; }
		.modal-title { font-weight: 800; }
		.modal-body a { color: #ff5000; text-decoration: underline; }
		
								
	/* FOOTER */
		
		.validate-has-error {
		    display: block;
		    padding: 6px 0px 6px 3px;
		    font-size: 14px;
		    color: #cc3f44;
		    font-size: 12px;
		    text-align:left;
		}
		
	
	
	.bg-mask-dark {
	    display: none;
	    position: fixed;
	    z-index: 100;
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    background-color: rgba(0, 0, 0, 0.7);
	}
	.preloader {
	    width: 100px;
	    height: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    padding-top: 18px;
	    background-color: rgb(255, 255, 255);
	    box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	    z-index: 101;
	    border-radius: 50%;
	}
		
	
	/* RESPONSIVE */

		@media (min-width: 768px) {
			.text-bg { position: absolute; top: 0; left: 0; bottom: 0; width: 50%; background-color: #ff5000; z-index: 2; }
		}
		
		@media (max-width: 768px) { 
			.container { padding-left: 0; padding-right: 0; }
			.banner-big { height: 400px; padding-top: 20px; }
			.banner-big h2 { font-size: 23px; }
			.logos { text-align: center; float: none; display: block; }
			.logos a, .logos img { display: inline-block; margin: 0 auto; }
			.logos .iphost { width: 180px; }
			.logos .eu { width: 80px; margin-left: 10px; }
			.pull-left, .pull-right { float: none; display: block; width: 100%; text-align: center; }		
			.message-box h4 { line-height: 26px; padding-left: 0; }						
		}
		