@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
@import url('http://fonts.googleapis.com/css?family=Ubuntu+Condensed')

* {
	margin: 0;
	border: 0;
	padding: 0;
}



body{
	color:#555; 
	
    font-family: 'Playfair Display', serif;
	
	text-transform: uppercase;
	text-align: center;
}
h1{
	padding-top: 80px;
}

h2{
   padding-top: 20px
}
h3{
	font-size: 150%;
	padding:5% 0;
}
h4{
	font-size: 130%;
	padding: 5% 0;
}
h5{
	font-size: 110%;
	color: #959595;
}
img{
	max-width: 100%;
}
header{
	background:#ff947a;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
    height: 86px;
	position: fixed;
	z-index: 1000;
	width: 100%;
	opacity: .8;
	top:0;
	left: 0;
}
#header-inner{
	max-width: 1200px;
	margin: 0 auto;

}
#logo{
	background: url(img/bqloSime.png);
	float: left;
	width: 116px;
	height: 55px;
	margin: 10px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
nav .header-inner{
	font-family: Raleway, serif;
	
	float: right;
	padding: 10px 20px 0 0;
}
#menu_icon{
	background: url(img/icon.png);
	width: 75px;
	height: 75px;
	display: hidden;

}

ul{
	list-style: none;

}
nav ul li{
	font-family: Raleway, serif;
	display: inline-block;
	padding: 10px;
	float: left;
	font-size: 110%;
}	
	
nav ul  li a{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
a:hover,.current{
	text-decoration: underline;
}
 .conteiner, .drawings_art::after{
    content: "";
	clear: both;
	display: block;
}
.drawings_art{
	margin: 0 auto;
	padding-bottom: 20px;
}
.webSites, .wacom::after{
	content: "";
	clear: both;
	display: block;
}

/*end nav*/


.conteiner{
	position: relative;
	text-align: center;
	color: white;
}
.bottom-right{
	font-family: Raleway,serif;
	font-size: 140%;
	position: absolute;
	bottom: 16px;
	right: 20px;
}
.conteiner{
	position: relative;
	text-align: center;
	color: white;
}
.bottom-right{
	font-family: Raleway,serif;
	font-size: 140%;
	position: absolute;
	bottom: 16px;
	right: 20px;
}




.about_me{
	width: 100%;
	background-color:#f2efd5;
	text-align: center;
	padding-bottom: 40px;
}
.portret {
	width: 15%;
	float: right;
	margin: 4%;
	border: 3px solid #b2a67c;
	border-radius: 2px;
	padding:3px;
}

.otstup{
	margin: 2% 5% 2% 5%;
	font-size: 140%;
	line-height: 180%;
	text-align: justify;
}
.col-4{
	width: 23%;
	height:300px;
	float: left;
	padding-left: 20px;
	margin-bottom: 80px;
}
.col-4 p{
	font-size: 100%;
	line-height: 140%;
}
.four{
	margin: 0 auto;
	width: 100%;
	padding-left: 80px;
	content: "";
	clear:both;
	display: block;

}


.one-third-port {
	width: 32%;
	padding: 2%;
	float: left;
	box-sizing: border-box;;
}
.one-third-port img:hover {
	opacity: .6;
}

video{
	width: 100%;
	height: auto;
}	 
	


[class*="col-"]{
	float: left;
    box-sizing: border-box;
    padding: 15px;

}
h2{
	text-align: center;
}
.icons img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    
	width: 100px;
	height: 100px;
	padding-top: 10px;
}
.col-4 p{
	text-align: justify;
	padding: 3px;
}

.parallax {
	background: url("img/design.jpg") repeat fixed 100%;
	opacity: .5;
}
.parallax-inner {
	padding-top: 17%;
}
.social {
	list-style-type: none;
	text-align: center;
}
.social li {
	display: inline;
}
.social i {
	font-size: 210%;
	margin: 1% 5% 7% 4%;
	color: #2C2C2C;
}
.social i:hover {
	color: #606060;
}


/*start contacts*/
.contact p {
	text-align: center;
	letter-spacing: 5px;
}
.contact a {
	color: #2C2C2C;
	text-decoration: none;
}
.break {
	display: none;
}
.clearfix {
	display: block;
	content: "";
	clear: both;
	
}






footer.second {
	background-color: #2C2C2C;
}
footer.second p {
	color: #FFF;
	text-align: center;
	padding: 5%;
}








@media screen and (max-width: 768px){
	header{
		position: fixed;
		height: 72px;
		opacity: .6;
	}

	#logo{
		background: url(img/favicon-white.png);
		
		background-repeat: no-repeat;
		padding-top: 15px;
		margin-left:20px;
	}

	.zaglavie, .bottom-right{
	position: absolute;
	bottom: 8px;
	right: 16px;
	font-size: 80%;
	font-weight: 100;
	font-family: 'Raleway', serif;
	color:#fff;
	text-shadow: 0px 0px 250px #08d462;
}
	#menu_icon{
		background: url(img/icon.png);
		padding-right: 10px;
		display: inline-block;
		width:60px;
		height: 60px;
        float: right;

	}
	nav:hover ul{
		display: block;

	}
	nav ul,nav:active ul{
		display: none;
		z-index: 1000;
		position: absolute;
		background:#827e7b;
		width: 50%;
		padding: 20px;
		right: 20px;
		top: 60px;
		border:1px solid #fff;
	     border-radius: 4px 0 4px 4px;

	}
	nav li{
		text-align: center;
		width: 100%; 
		cursor: pointer;
	}
	 .design{
		padding-top: 0;
	}
	.portret{
		width: 90%;
}
    .otstup{
       font-size: 100%;
       line-height: 160%;
   }
	.about_me{
		margin: 0 auto;

	}
	.one-third-port {
		width: 100%;
	}
	.four{
		padding-left: 0;
	}
	.pic-col{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.col-4{
		width: 50%;
		padding-left: 0;
		line-height: 180%;
	}
	

	.content{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	video{
       width: 100%;
       height: auto;
	}

	@media(max-width: 580px){
	.col-4{
		width: 100%;
	}
}



