﻿* {
	margin: 0;
	padding: 0;
}

img {
	cursor: pointer;
}

body {
	#background-attachment: fixed;
	#background: #e5e5e5;
	#background: url("../img/ccc.gif"), -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
	#background: -webkit-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
	background: url("../img/ccc.gif");
}
.cloud {
	position: absolute;
	left: 47%;
	top: 48%;
	z-index: 2;
	border-radius: 100%;
	width: 60px;
	height: 75px;
	border: 5px solid orange;
}
.cloud img {
	border: none;
	margin-top: 16px;
}
.cloud2 {
	position: absolute;
	top: 1px;
	width: 15px;
	height: 30px;
	border-radius: 100%;
	border: 3px solid orange;
}
.cloud2 .img {
	background: url('../img/cloud.png') no-repeat;
	/*background-position: center;*/
	background-size: 36px 20px;
	width: 40px;
	height: 20px;
	margin-left: -11px;
	margin-top: 3px;
}
.input-medium {
	margin-top: 4px;
}

.hello {
	width: 100%;
	line-height: 100px;
	font-size: 150px;
	text-align: center;
	position: absolute;
	top: 42%;
	z-index: 0;
	color: rgba(190,190,190,0.4);
    text-shadow: 3px 3px 3px rgba(255,255,255,0.7);
}

.nav-collapse {
	padding: 8px 0px;
	height: 40px;
}

.title {
	color: #fff;
	font-size: 18px;
	padding: 17px 0 0 0;
}

.title:hover {
	color: rgba(255,0,0,1);
    text-shadow: 0px 1px 2px rgba(255,255,255,1);
}

.user {
	padding-bottom: 16px;
	margin-top: -6px;
}

.wq {
	top: 60px;
	position: relative;
	margin: 0 auto;
}

.qw {
	position: relative;
	padding-top: 15px;
	z-index: 1;
}

.thumbnails {
	width: 100%;
	margin: 0 auto;
}

.thumbnail {
	text-align: center;
	position: relative;
}

.thumbnail:hover {
	box-shadow: 0px 0px 4px #111;
}

.q1 {
	padding-left: 17%;
}

.q2 {
	padding-left: 7%;
}

.q3 {
	padding-left: 37%;
}

.q4 {
	padding-left: 18%;
}

img {
	border: 1px solid gray;
}

h4 {
	padding-top: 3px;
}

.shirma {
	background: url("../img/icon-ban.png") no-repeat center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -27px;
	opacity: 0.7;
}