

	/* 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: #000; 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-orange { background-color: transparent; color: #fff; border: 3px solid #fff; }
		.btn-orange:hover { background-color: #000; color: #ff5000; }
			
		.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: 220px; }
		.logos .eu { width: 100px; margin-left: 30px; }
		.header .pull-right a { display: inline-block; margin: 12px 0 0 10px; }
			
	/* MAIN */
	.footer_links { margin:10px 0;}
	.footer_links a ,.footer_links { color:#777777; }
	.footer_links a:hover { text-decoration:underline; }

		.banner-big { background: url('images/landing-hosting-eu-banner.jpg') no-repeat 50% 40%; background-size: cover; 
			height: 600px; padding-top: 200px; }		
			
		.banner-big h1 { font-size: 48px; font-weight: 800; color: #fff; text-shadow: 2px 2px 12px #000; }
		.banner-big h2, .banner-big h3 { text-transform: uppercase; color: #fff; text-shadow: 1px 1px 5px #000; }
		.bar-skew { width: 80px; height: 15px; display: inline-block; margin: 20px auto 10px auto; background: #ff5000;
			-webkit-transform: skewY(-10pdeg); transform: skewY(-10deg); }
		
		.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; }
		
		.bg-students { background: #999 url('images/bg-students.jpg') no-repeat 50% 50%; background-size: cover; 
			background-blend-mode: multiply; text-align: center; height: 400px; position: relative; }		
			
		.bg-students-inside { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); }
		.bg-students-inside h1 { color: #fff; text-shadow: 0 0 20px #000; }
		.bg-students-inside h1 span { font-weight: 700; }
		
		.bg-students-big { background: #666 url('images/landing-hosting-eu-banner.jpg') no-repeat 50% 50%; background-size: cover; 
			background-blend-mode: multiply; text-align: center; height: calc(100% - 265px); position: relative; }
		.bg-students-big h2 { color: #fff; font-weight: 700; }
		.bg-students-big h3 { color: #fff; text-shadow: 0 0 20px #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; }
		
		.bg-orange { background: #ff5000; padding: 30px 0 40px 0; text-align: center; position: relative; z-index: 9; }
		.bg-orange h2 { margin: 7px 0; }
		.bg-orange h2 span { color: #fff; font-weight: 700; }
		.bg-orange h4 { color: #fff; }
		.bg-orange h4 a { color: #000; font-weight: 700; }
		
		.arrow-down:after { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 0; height: 0;
			border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #ff5000; }
		
		.steps { padding: 40px 0 30px 0; background: #000; color: #fff; position: relative; }
		.steps:after { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 0; height: 0;
			border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #000; }
		.steps .col-sm-4 { text-transform: uppercase; padding-bottom: 20px; text-align: center; }
		.steps .col-sm-4:nth-of-type(2) { border-left: 1px solid #222; border-right: 1px solid #222; }
		
		
		.steps h1 { width: 100px; height: 100px; padding: 22px 0 0 0; font-size: 50px; display: inline-block; text-align: center; 
			border-radius: 50%; background: #ff5000; color: #000; font-weight: 800; }
		.steps h3 { font-weight: 800; margin-top: 10px; margin-bottom: 0; }
		.steps h4 { margin-top: 5px; margin-bottom: 0; }
		
		.form { background: #222 url('images/white-diamond.png'); padding: 40px 0 50px 0; }
		.form h3 { color: #fff; }
		.form .form-control { border: 1px solid #222; box-shadow: none; height: 56px; }
		.fileUpload {
			position: relative;			
			margin: 10px;			
		}
		.fileUpload input.upload {
			position: absolute;
			top: 0;
			right: 0;
			margin: 0;
			padding: 0;
			font-size: 20px;
			cursor: pointer;
			opacity: 0;
			filter: alpha(opacity=0);
		}
		.input-group .btn { font-size: 12px; }
		#paso_image-error { position: absolute; left: 0; top: 40px; }
		
		
		.message-box { background-color: #fff; padding: 3px 3px; position: relative; }	
		.message-box h4 { line-height: 36px; padding-left: 15px; }
		#info-box_red .message-box h4 { line-height: 36px; padding-left: 0; }
		.arrow-up { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 0; height: 0;
			border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #fff; }
			
		.bg-grey { background-color: #eee; padding: 40px 0 50px 0; }
		.bg-grey .col-sm-8 { background-color: #fff; padding-top: 10px; padding-bottom: 20px; }
		.results h4 { font-weight: 800; }
		.results h3 { margin-top: 0; }
		.results h3 span.glyphicon { top: 3px; }
		
		.footer { background: #000; color: #fff; padding: 20px 0; text-align: center; }
		
		.modal-header .close { font-size: 36px; }
		.modal-title { font-weight: 800; }
		.modal-body a { color: #ff5000; text-decoration: underline; }
		
		
		.quote h2 { padding: 20px 0; border-top: 2px solid #000; border-bottom: 2px solid #000; }
				
	/* 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%;
	}
	
	.center {
	    text-align: center;
	}
	
	/* RESPONSIVE */

		@media (min-width: 1200px) {
			.quote h2 { margin-top: 60px; }
		}
		
		@media (max-width: 768px) { 
			.banner-big { height: 400px; padding-top: 20px; }
			.banner-big h1 { font-size: 40px; }
			.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; }
			.bg-orange h2 { font-size: 24px; }
			.message-box h4 { line-height: 26px; padding-left: 0; }
			.steps .col-sm-4:nth-of-type(2) { border-left: none; border-right: none; }
			.bg-students-big { height: auto; }
			.bg-students-inside { position: relative; display: block; top: auto; transform: none; padding: 20px 0; }
		}
		