.footer {
	display: none;
}

@media (min-width: 1220px) {
	.header .logo img {
		height: auto;
		margin-left: auto;
	}
}

/**/

@media (max-width: 1219px) {
	body {
		background-color: #ddd;
		background-image: url(../../content/images/bg.jpg);
		background-size: cover;
	}
}

video {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -100;
	background-image: url('../../content/images/bg.jpg');
	background-size: cover;
}

@media (max-width: 1219px) {
	video {
		display: none;
	}
}

#toggle-video {
	position: absolute;
	top: 130px;
	right: 20px;
	
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#toggle-video:hover, #toggle-video:focus {
	background: rgba(0,0,0,0.8);
}

@media (max-width: 767px) {
	#toggle-video {
		display: none;
	}
}

/**/

@media (min-width: 1220px) {
	.side {
		width: 27.1%;
		height: 100%;
		background-image: url(images/side.png);
		background-position: top left;
		background-repeat: no-repeat;

		z-index: 10;
		
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		
		padding: 15px;
		padding-top: 170px;
		
		color: #fff;
	}
	
	.side h2 {
		font-size: 1.2em;
		color: #fff600;
	}

	.side .tel {
		font-size: 1.6em;
	}
	
	.side .tel a {
		color: inherit;
	}

	.side .form-group {
		margin: 0 -15px;
		margin-bottom: 2px;
	}

	.side .form-group input {
		background: none;
		background-image: url(images/input.png);
		background-repeat: no-repeat;
		background-position: right;
		border: 0;
		padding: 10px 15px;
		color: #fff;
		width: 255px;
	}
	
	.side .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: rgba(255,255,255,0.5);
	}
	.side .form-group input::-moz-placeholder { /* Firefox 19+ */
	  color: rgba(255,255,255,0.5);
	}
	.side .form-group input:-ms-input-placeholder { /* IE 10+ */
	  color: rgba(255,255,255,0.5);
	}
	.side .form-group input:-moz-placeholder { /* Firefox 18- */
	  color: rgba(255,255,255,0.5);
	}

	.side .form-group:nth-child(2) input {
		width: 271px;
	}

	.side .form-group:nth-child(3) input {
		width: 286px;
	}

	.side .form-group:nth-child(4) input {
		width: 302px;
	}

	.side button {
		color: #fff600;
		border: 0;
		padding: 5px 10px;
		margin-top: 10px;
		width: 105px;
		height: 46px;
		background: url(images/submit.png);
		cursor: pointer;
		margin-left: 185px;
	}

	.side button:hover {
		background: url(images/submit-hover.png);
		color: #000;
	}
}

@media (max-width: 1219px) {
	
	.side {
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	
	.side .tel {
		background: rgba(255,255,255,0.9);
		color: rgba(45,72,143,1);
		padding: 5px;
		display: block;
		font-size: 1.6em;
	}
	
	.side .tel a {
		color: inherit;
	}
	
	.side h2 {
		background: rgba(45,72,143,0.9);
		padding: 5px 10px;
		margin-bottom: 0;
		font-size: 1.2em;
	}
	
	.side form input {
		background: rgba(255,255,255,0.9);
		color: rgba(45,72,143,1);
		padding: 5px 10px;
		display: block;
		border: 0;
		width: 100%;
		border-radius: 0;
		border-bottom: 1px solid rgba(45,72,143,0.1);
	}
	
	.side form button {
		background: rgba(45,72,143,0.9);
		color: #fff;
		padding: 5px 10px;
		display: block;
		font-weight: bold;
		border: 0;
		width: 100%;
		border-radius: 0;
	}
	
	.side form .form-group {
		margin-bottom: 0;
	}
}

/**/

@media (min-width: 1220px) {
	.center-text {
		position: absolute;
		top: 50%;
		right: 50%;
		
		transform: translate(-50%, -50%);
		
		background-image: url(images/center.png);
		background-size: 100% 100%;
		width: 973px;
		height: 109px;
		color: #fff;
		
		font-size: 1.5em;
		text-align: center;
		padding: 18px 50px;
		
		margin-right: -115px;
	}
}

/**/

@media (min-width: 1220px) {
	.video-link {
		position: absolute;
		bottom: 20px;
		left: 365px;
	}
}

@media (min-width: 1367px) {
	.video-link {
		left: 385px;
	}
}

@media (min-width: 1467px) {
	.video-link {
		left: 415px;
	}
}

@media (min-width: 1567px) {
	.video-link {
		left: 435px;
	}
}

/**/

.social {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 215px;
	height: 50px;
	background: url(images/social.png);
}

.social a {
	width: 40px;
	height: 50px;
	display: block;
	float: left;
	margin-left: 10px;
}

.bNagish-toggle {
	right: 10px;
	bottom: 25px;
	width: 40px;
	height: 40px;
}