@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700,700i&subset=cyrillic');

body{
	font-family: 'Fira Sans', sans-serif;
	position: relative;
	margin: 30px 0 0 0;
	width: 100%;
	height: 100%;
	color: #222;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, serif;
	color: #222;
}
/*#2C3E50, #E74C3C, #ECF0F1, #3498DB, #2980B9*/
a{
	color: #2980B9;
  background-image: linear-gradient(#2980B9, #2980B9);
  background-repeat: repeat-x;
  background-position: 0 92%;
  background-size: 1px 1px;
  text-decoration: none;
  transition: all .25s 0s ease;
}
a:hover{
	color: #E74C3C;
  background-image: linear-gradient(#E74C3C, #E74C3C);
}
.head{
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	padding: 10px 0;
	z-index: 1;
}
.w200{
	width: 200px;
	float: right;
}
.phone{
	color: #222;
	font-size: 24px;
	line-height: 1.3;
  background-image: linear-gradient(#222, #222);
  position: relative;
  display: block;
  float: right;
}
.phone:hover{
	text-decoration: none;
	color: #3498DB;
  background-image: linear-gradient(#3498DB, #3498DB);
}
.mail{
	padding-top: 5px;
	line-height: 1.3;
  position: relative;
  display: block;
  float: right;
}
.phone:before,
.mail:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	padding: 0 10px 5px;
	margin-left: -10px;
}
.mail:hover{
	text-decoration: none;
}
.logo{
	position: relative;
	overflow: hidden;
}
.coub{
	text-align: center;
	/*width: 1200px;*/
	height: 600px;
	overflow: hidden;
}
.over-logo{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -300px;
	height:600px;
	width:600px;
	background: url('../images/logor.png') no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.over-logo:before{
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: #fff;
    display: block;
    left: -600px;
}
.over-logo:after{
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: #fff;
    display: block;
    right: -600px;
    top:0;
}
.over-logo .top-line{

}
.text{
	background-color: #ECF0F1;
	position: relative;
	margin-top: 30px;
	padding: 10px 0 50px;
}
.text:before{
	content: '';
	position: absolute;
	display: block;
	top: -40px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 20px solid #ECF0F1;
	border-top-color: transparent; 
}
blockquote{
    border-left: 5px solid #E74C3C;
    margin: 30px 0;
}
h1{
	margin-top: 60px;
}
.portfolio{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.portfolio .p-card{
	height: 100%;
	position: relative;
}
.portfolio a{
	width: 100%;
	height: auto;
	display: block;
	background: none;
}
.portfolio .uk-grid h1{
	margin-bottom: 30px;
	font-size: 48px;
}
.portfolio .p-top{
	font-family: Georgia, serif;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50px;
	z-index: 4;
	padding: 0 30px;
	box-sizing: border-box;
}
.portfolio .p-top span{
	width: 100%;
	display: block;
	line-height: 1.3;
}
.portfolio .p-date{
	font-family: 'Fira Sans', sans-serif;
	margin-top: 6px;
}
.portfolio .white .p-date{
	color: #eee;
}
.portfolio img{
	width: 100%;
	height: auto;
}
.portfolio .uk-width-medium-2-4 .p-title{
	font-size: 32px;
}
.portfolio .uk-width-medium-1-4 .p-title{
	font-size: 20px;
}
.portfolio .white span{
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.p-overlay{
  background: -webkit-linear-gradient(315deg,rgba(0,0,0,0) 0,rgba(0,0,0,.28) 100%);
  background: linear-gradient(135deg,rgba(0,0,0,0) 0,rgba(0,0,0,.28) 100%);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s cubic-bezier(.19,1,.22,1);
  transition: opacity .3s cubic-bezier(.19,1,.22,1);
  width: 100%;
  z-index: 3;
  border: none!important;
  pointer-events: none;
}
.p-card:hover .p-overlay{
	opacity: 0;
}
.portfolio .argo-anima{
    position: relative;
	  width: 240px;
    min-height: 240px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 150px;
}
@-webkit-keyframes roll{
	from {transform: rotate(0deg);}
	20% {transform: translateX(-5px) rotate(-90deg);}
	60% {transform: translateX(14px) rotate(550deg);/*translateY(5px)*/}
	to {transform: rotate(0deg);}
}
@keyframes roll{
	from {transform: rotate(0deg);}
	20% {transform: translateX(-5px) rotate(-90deg);}
	60% {transform: translateX(14px) rotate(550deg);/*translateY(5px)*/}
	to {transform: rotate(0deg);}
}
.argo-anima:before{
	content: " ";
  display: block;
  width: 165px;
  height: 165px;
  top: 182px;
  left: 40px;
  position: absolute;
  background: url('../images/portfolio/argo-roll.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;

  -webkit-animation-name: roll;
  animation-name: roll;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.argo-anima:after{    
	content: " ";
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  background: url('../images/portfolio/argo-big.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}