@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic');
/*
font-family: 'Playfair Display', serif;	
dark: #263238;
rose: #e06a82;
*/

* {
	outline: none!important;	

-webkit-transition: all ease-in-out .3s;			
   -moz-transition: all ease-in-out .3s;			
		transition: all ease-in-out .3s;	
}
html {
	position: relative;
	min-height: 100%;
}
body {
	-webkit-tap-highlight-color: transparent;	
	   -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	margin-bottom: 150px;	
	background:#fff;
	font-family: "Helvetica Neue", sans-serif;
	font-size:1em;
  	color: #575757;	
	line-height:1.5;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
}
@media (max-width: 991px) {
	body {
		margin-bottom: 230px;
	}
	footer {
	  height: 230px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #222;
	color:#eee;	
}
::selection {
    text-shadow: none;
    background: #222;
	color:#eee;	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	margin:30px 0;
	font-weight:400;
}
a {
	color:#607d8b;
	cursor:pointer;
}
a:hover,
a:focus,
a:active {
	color: #70b6ea;	
}
a, 
a:hover, 
a:active,
a:focus{
	text-decoration: none;
}
img {
	max-width:100%;
    -webkit-user-select: none;
       -moz-user-select: none;
    	-ms-user-select: none;
     		user-select: none;	
}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
/*BUTTON*/
button{
	cursor: pointer;
	border: none;
	box-shadow: none;
	background: 0 0;
}
.button {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 30px;
	padding:15px 20px;
	
    font-family: 'Oswald', sans-serif;
	font-size:1.1em;
	font-weight: 300;	
	text-transform:uppercase;
	letter-spacing: 1px;	
	text-align:center;
	
	cursor: pointer;
	border: none;
	box-shadow: none;	
		
	-webkit-transition: linear .1s;
			transition: linear .1s
}
.button-dark::before,
.button-light::before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: ease-out .2s;
			transition: ease-out .2s;		
}
.button-dark {
	z-index: 1;
	background: 0 0;
	border: 1px solid #141414;
	color: #141414
}
.button-dark::before {
	z-index: -1;
	background: #141414;
	width: 0;
	transition: ease-out .2s;
}
.button-dark:focus,
.button-dark:hover {
	color: #fff;
}
.button-dark:focus::before,
.button-dark:hover::before {
	width: 100%;
}
.button-light {
	z-index: 1;
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
}
.button-light::before {
	z-index: -1;
	background: #fff;
	width: 0;
	transition: ease-out .2s;
}
.button-light:focus,
.button-light:hover {
	color: #141414;
}
.button-light:focus::before,
.button-light:hover::before {
	width: 100%;
}

/*FORM*/
input,
textarea {
	border: none;
	box-shadow: none;	
	background: #f7f7f7;
	width: 100%;
	padding: 15px 20px;
	margin-bottom: 6px;
	color: #505050;
}
textarea {
	height: 140px;
}
label {
	font-family: 'Oswald', sans-serif;
	font-size:1.2em;
	font-weight:400;	
}

/*FOOTER*/
footer {
	background:#1e1e1e;
	color:#eee;
	padding:20px 0;
}
footer a{
	color:#eee;
}
.counter-list{
	text-align:right;
	margin-top:20px;
}
.counter-list li{
	display:inline-block;
	vertical-align: top;
}
@media (max-width: 991px) {
	footer h6,
	.counter-list {
		text-align:center;
	}
	.counter-list {
		margin-top:0;
	}	
}

/*SCROLL TO TOP*/
.go-top-button {
	position: fixed;	
	right: 30px;
	bottom: 30px;	
	width: 50px;
	height: 50px;
	z-index: 2;
	
	display: inline-block;
	visibility: hidden;	
	opacity: 0;	
	
	background: rgba(0,0,0,0.9);	
	border-radius: 50%;
	text-align: center;
	color: rgba(255,255,255,0.7);	
	line-height: 50px;
}
.go-top-button-visible {
	visibility: visible;
	opacity: 1;
}
.go-top-button:focus,
.go-top-button:hover {
	color: #fff;
}

/*MODAL*/
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 1rem;
  padding-top:0.5rem;
  border-top: none;
}

/*NAVIGATION*/
.navbar {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 0;		
	background:rgba(255,255,255,0.9);
	z-index: 2;	
}
.navbar-shrink {
	height: 60px;
	background:rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navbar .container {
	position: relative;
}
.navbar-brand {
	display: flex;
    vertical-align: bottom;	
	font-family: 'Playfair Display', serif;
	font-size:1.6em;
	font-style:italic;
}
.navbar-brand img {
	width: auto;
	height: auto;
	max-height: 34px;
}
a.navbar-brand {
	color:#222;
}
.nav .nav-item {
	position: relative;
	display: inline-block;
	padding: 0;
	margin-right: 30px;		
	
	font-family: 'Oswald', sans-serif;
	font-size:0.9em;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 1.5px;	
}
.nav .nav-item:last-child {
	margin: 0
}
.nav .nav-item .nav-link {
	position: relative;
	padding: 0;
	color: #999;
}
.nav .nav-item .nav-link::before {
	content: '';
	position: absolute;
	background: #141414;
	width: 0;
	height: 1px;
	bottom: -5px;
	left: 0;
}
.nav .nav-item .nav-link.active,
.nav .nav-item .nav-link:focus,
.nav .nav-item .nav-link:hover {
	color: #141414;
}
.nav .nav-item .nav-link.active::before {
	width: 100%;
}

@media (max-width:992px) {
	.nav {
		position: fixed;
		top: 70px;
		left: 0;
		visibility: hidden;
		opacity: 0;
		background: #fff;
		width: 100%;
		padding: 30px 20px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		-webkit-transition: ease-out .2s;
		transition: ease-out .2s
	}
	.navbar-shrink .nav {
		top: 60px
	}
	.nav-show {
		visibility: visible;
		opacity: 1
	}
	.nav-item {
		width: 100%;
		margin-bottom: 25px
	}
	.nav-item:last-child {
		margin: 0
	}
	.nav-link {
		display: inline-block
	}
}
/*DROPDOWN*/
.dropdown-menu {
	display: block;	
	visibility: hidden;
	opacity: 0;		
	
	top: 37px;
	left: -20px;
	-webkit-transform: translateY(5px);
			transform: translateY(5px);

	background: #141414;
	margin: 0;
	padding: 10px 0;
	border: none;
	border-radius: 0;
}
.dropdown-menu.show {
	visibility: visible;
	opacity: 1;
	
	-webkit-transform: translateY(0);
			transform: translateY(0)
}
.dropdown-item {
	margin: 10px 0;
	padding: 0 20px;
	
	font-family: 'Oswald', sans-serif;
	font-size:0.9em;
	font-weight:400;	
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);	
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover {
	background:rgba(255,255,255,0.2);
	color: #fff;
}
@media (min-width:992px) {
	.nav-item:last-child .dropdown-menu {
		right: 0;
		left: auto;
	}
}

/*TOGGLE BTN*/

.toggle-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	
	visibility: hidden;
	opacity: 0;
	
	width: 60px;
	height: 100%;
	cursor: pointer;
}
@media (max-width:992px) {
	.toggle-btn {
		visibility: visible;
		opacity: 1;
	}
}
.lines,
.lines::after,
.lines::before {
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #141414;
}
.lines {
	position: relative;
	margin: 0;
	vertical-align: middle;
}
.lines::after,
.lines::before {
	position: absolute;
	content: '';
	left: 0;
	-webkit-transition: linear .1s;
			transition: linear .1s
}
.lines::before {
	top: 5px;
}
.lines::after {
	top: -5px;
}
.toggle-close .lines {
	background: 0 0;
}
.toggle-close .lines::after,
.toggle-close .lines::before {
	top: 0;
	-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
}
.toggle-close .lines::before {
	-webkit-transform: rotate3d(0,0,1,45deg);
			transform: rotate3d(0,0,1,45deg);
}
.toggle-close .lines::after {
	-webkit-transform: rotate3d(0,0,1,-45deg);
			transform: rotate3d(0,0,1,-45deg);
}

/*SLIDER*/

@media (max-width:767px) {
	#home{
		display:none;
	}
}
.bg-home {
	background: url(../picture/bg/bg-home.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.home .container {
	position: relative;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.bg-overlay {
	width: 100%;
	height: 100%;
	padding: 85px 0;
	text-align: center;
	color: rgba(255,255,255,.7);
	background: rgba(0, 0, 0, .7);
}
.home-content {
	z-index: 1;
	text-align: left;
	color: rgba(255,255,255,.9)	;
}
.home-content h1 {
	margin-bottom: 20px;
	font-weight:300;
}
.home-content .fa-ul li{
	padding:10px;
}
#typed-strings,
.typed-cursor {
	display: none
}
#typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink .7s infinite;
	animation: blink .7s infinite
}
@keyframes blink {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}
@-webkit-keyframes blink {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

/*MAIN*/
section {
	text-align:center;
	padding:60px 0;
}
.light-bg {
	background:rgba(0,0,0,0.05);
}
.dark-bg {
	background:#222;
	color:#eee;
}
.section-title {
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
	
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	font-style:300;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
.section-title::after,
.section-title::before {
	content: '';
	position: absolute;
}
.section-title::before {
	top: -10px;
	right: -30px;
	bottom: -10px;
	left: -30px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.section-title::after {
	top: -10px;
	left: 50%;
	width: 40px;
	height: 3px;	
	background: rgba(0,0,0,0.5);	
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}
.dark-bg .section-title {
	color: #fff;
}
.dark-bg .section-title::before {
	border-color: rgba(255,255,255,0.5);
}
.dark-bg .section-title::after {
	background: rgba(255,255,255,0.8)
}

/*ABOUT*/
.about-list li {
	display:inline-block;
	text-align:center;
	width:250px;
}
.about-list li i{
	font-size:3em;
}
.about-list li:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);	
}

/*FACTS*/
.facts {
	background:url(../picture/bg/bg-project.jpg);
}
.facts-box {
	margin: 15px 0;
}
.facts-counter {
	display: block;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;	
	font-weight: 400;
	font-size: 3em;
	letter-spacing:2px;
	color:#fff;
}
.facts-counter[data-plus]:after {
	content: attr(data-plus);
}

/*TEAM*/
.team-list li {
	display:inline-block;
	width:250px;
	text-align:center;
}
.team-list li h5{
	margin-top:10px;
}
.team-image {
	position: relative;
	margin-bottom: 15px;
}
.team-image div,
.team-image::before {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 0;
}
.team-image::before {
	content: '';
	top: 0;
	background:rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.team-image div {
	width:100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	padding: 10px;
	color: #eee;
}
.team-image div h4 {
	margin: 0 0 10px;
	color: #70b6ea;
}
.team-image div ul {
	margin-top: 17px;
	padding:10px;
	background: #70b6ea;
}
.team-image div ul li {
	display: inline !important;
	padding:10px;
	color:#fff;
}
.team-image div ul li a {
	color:#fff;
}
.team-image:focus div,
.team-image:focus::before,
.team-image:hover div,
.team-image:hover::before {
	visibility: visible;
	opacity: 1;
}

/*SKILLS*/
.progress-box {
	position: relative;
	margin: 15px 0;
	padding-left: 60px;	
	margin-bottom: 25px;
}
.progress-box:last-child {
	margin: 0;
}
.progress-box h6 {
	text-align:left;
	margin-bottom: 0;
}
.progress,
.progress-bar {
	height: 1px;
	box-shadow: none;
	border-radius: 0
}
.progress {
	overflow: visible;
	background: #ccc;
	margin: 0;
	padding: 0
}
.progress-bar {
	position: relative;
	background: #141414;
	width: 30%;
	border: none
}
.progress-bar span {
	position: absolute;
	top: -24px;
	right: 0;
	display: inline-block;
	background: #141414;
	padding: 3px 5px;
	font-family: 'Oswald', sans-serif;		
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	letter-spacing:1px;
}

/*PORTFOLIO*/

.portfolio-item {
	width: 25%
}

@media (max-width:1200px) {
	.portfolio-item {
		width: 33.333%
	}
}
@media (max-width:991px) {
	.portfolio-item {
		width: 50%
	}
}
@media (max-width:600px) {
	.portfolio-item {
		width: 100%
	}
}
.portfolio-filter {
	margin-bottom: 60px
}
.portfolio-filter ul li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	
	font-family: 'Oswald', sans-serif;
	font-size:1em;
	font-weight:300;
	text-transform:uppercase;
	color: #eee;
	cursor: pointer;
	-webkit-transition: linear .1s;
			transition: linear .1s
}
.portfolio-filter ul li::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #70b6ea;
	width: 0;
	height: 1px;
	-webkit-transition: ease-out .2s;
			transition: ease-out .2s
}
.portfolio-filter ul li.active,
.portfolio-filter ul li:hover {
	color: #70b6ea;
}
.portfolio-filter ul li.active::before {
	width: 100%;
}
.portfolio-box {
	position: relative;
}
.portfolio-box img{
	border:1px solid rgba(255,255,255,0.1);
}
.portfolio-hover {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;

	visibility: hidden;
	opacity: 0;
	z-index: 1;	
	
	background: rgba(255,255,255,0.9);
	color: #505050;
}
.portfolio-hover div {
	position: relative;
	top: 50%;
	
	-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
	color: #505050;
}
.portfolio-hover h5,
.portfolio-hover span {
	-webkit-transform: translateY(3px);
			transform: translateY(3px);
	opacity: 0;
}
.portfolio-hover span {
	display: block;
}
.portfolio-hover h5 {
	margin: 15px 0;
	color: #141414;
}
.portfolio-hover span{
	font-size:0.94em;
	line-height:1.3em;
}
.portfolio-box:focus .portfolio-hover,
.portfolio-box:hover .portfolio-hover {
	visibility: visible;
	opacity: 1
}
.portfolio-box:focus .portfolio-hover h5,
.portfolio-box:focus .portfolio-hover span,
.portfolio-box:hover .portfolio-hover h5,
.portfolio-box:hover .portfolio-hover span {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0)
}
.portfolio-spacing {
	margin: -5px
}
.portfolio-spacing .portfolio-item {
	padding: 5px
}

/*MFP*/

.mfp-bg,
.mfp-container {
	opacity: 0;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	-webkit-transform: scale(.98);
			transform: scale(.98);
	padding: 0 20px;
}
.mfp-ready .mfp-container {
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}
.mfp-ready.mfp-bg {
	opacity: .8;
}
.mfp-removing .mfp-container,
.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-removing .mfp-container {
	-webkit-transform: scale(.98);
			transform: scale(.98);
}
.lightbox {
	position: relative;
	width: auto;
	max-width: 800px;
	margin: 0 auto;
	padding:10px;
	background:#eee;
}
.lightbox div {
	padding: 30px;
}
.lightbox iframe {
	width: 100%;
	height: auto;	
	border: none;
	margin: 0;
	padding: 0;
}
.lightbox h5,
.lightbox h6,
.lightbox p {
	margin:10px 0;
}

button.mfp-close {
	display: block;
	top: -50px;
	width: auto;
	height: auto;
	opacity: 0.8;
	
	line-height: auto;
	font-size: 3em;
	font-weight:300;
}
.mfp-close-btn-in .mfp-close {
	color: rgba(255,255,255,0.9);
}
button.mfp-close:hover {
	top: -45px;	
	opacity: 1;
	color: rgba(255,255,255,1)
}

/*PRICES BOX*/
.prices-box {
	background: #f0f0f0;
	margin-top: 15px;
	padding-bottom: 30px;
	text-align: center
}
.price {
	background: #141414;
	padding: 30px;
	color: rgba(255,255,255,0.7)
}
.price h3 {
	margin: 0;
	color: #fff;
}
.price span {
    font-family: 'Oswald', sans-serif;
	font-size:0.8em;
	font-weight: 400;	
	text-transform:uppercase;
	letter-spacing:1px;
}
.prices-box ul {
	padding: 0;
}
.prices-box ul li {
	text-align:left;
	padding:10px;
	margin:0;
	border-bottom:1px dotted rgba(0,0,0,0.5);
	font-size:0.9em;
}
.prices-box ul li:hover {
	background: rgba(0,0,0,0.05);
	padding-left:15px;
}


/*MASONRY*/

.masonry {
    margin: 0;
    padding: 0;
    -webkit-column-gap: 0.5em;	
       -moz-column-gap: 0.5em;
    		column-gap: 0.5em;
}
.masonry .item {
    display: inline-block;
    background:rgba(0,0,0,0);
    padding: 0;
    margin: 0.1em;
    width: 100%;
	text-align:center;
	overflow: hidden;
	border:1px solid rgba(0,0,0,0.1);
}
.masonry .item:hover {	
    background:rgba(0,0,0,0.05);
	border:1px solid rgba(0,0,0,0.05);	
}
.masonry .item img {
	max-width:100%;
    display: block;
    position: relative;
	margin: 0 auto;
}
.masonry .item:hover img {
    -webkit-transform: scale(1.03);
    		transform: scale(1.03);
}
.masonry .item h5{
	margin:15px 0;
	font-weight:400;
}
.masonry .item .text p{
	margin:0;
}
.masonry .item a:hover {
	color:#121212;
}
@media only screen and (min-width: 500px) {
    .masonry {
        padding: 15px;
		-webkit-column-count: 1;
           -moz-column-count: 1;
        		column-count: 1;
    }
}
@media only screen and (min-width: 700px) {
    .masonry {
		-webkit-column-count: 2;
           -moz-column-count: 2;
        		column-count: 2;
    }
}
@media only screen and (min-width: 992px) {
    .masonry {
		-webkit-column-count: 3;
           -moz-column-count: 3;
        		column-count: 3;
    }
}
@media only screen and (min-width: 1200px) {
    .masonry {
		-webkit-column-count: 4;
           -moz-column-count: 4;
        		column-count: 4;
    }
}

/*NEWS*/
.masonry .masonry-news .item {
    text-align:left;
	background:rgba(255,255,255,1) !important;
}
.masonry .masonry-news .item:hover {
    text-align:left;
	background:rgba(255,255,255,0.9);
}

.masonry-news .item .article__date {
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    padding:10px;
}
.masonry-news .item .article__title {
    font-family: 'Oswald', sans-serif;
    font-size:1.1em;
    font-weight:400;
    line-height:1.2em;
    padding:10px;
	text-align:left;
}
.masonry-news .item .article__text {
    padding:10px;
    line-height:1.2em;
    font-size:0.95em;
	text-align:left;
}
@media only screen and (min-width: 500px) {
    .masonry.masonry-news{
        padding: 15px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 700px) {
    .masonry.masonry-news{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 992px) {
    .masonry.masonry-news{
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media only screen and (min-width: 1200px) {
    .masonry.masonry-news{
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}

/*JOKE*/

#joke {
	color:#eee;
}
.bg-image.bg-joke { 
	background: url(../picture/bg/bg-joke.jpg) top center no-repeat fixed;
}
.quote-round-box {
	display: inline-block;
	background: #fff;
	color: #141414;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
}
.quote-round-box i {
	font-size: 2em;
}
/*OWL*/
.jokeWrapper,
.clientsWrapper {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.owl-dot {
	display: inline-block;
}
.owl-dots {
	margin-top: 20px;
	line-height: 7px;
}
.owl-dot {
	position: relative;
	width: 20px;
	height: 4px;
	background:#fff;
	margin-right: 20px;
}
.clientsWrapper .owl-dot {
	background:#222;
}
.owl-dot:last-child {
	margin: 0;
}
.owl-dot.active {
	background: #70b6ea;
}
.clients-box img{
	max-width:150px;
}
/*MAIL BLOCK*/

.mail-block {
	background: url(../picture/bg/bg-mail.jpg) top center fixed no-repeat;
	background-size: 100% 100%;
}
.mail-box {
	width:90%;
	max-width: 800px;
	margin: 0 auto;
	width: auto;
}
@media (min-width:768px) {
	.input-split {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
	.input-split input {
		display: inline-block;
		width: 50%
	}
	.input-split input:first-child {
		margin-right: 3px
	}
	.input-split input:last-child {
		margin-left: 3px
	}
}

/*CONTACT*/
.contact-list li {
	display:inline-block;
	text-align:center;
	margin:10px;
	width:250px;
	vertical-align:top;
}
.contact-list h4 {
	margin:10px 0 20px;
}
.contact-list p {
	font-size:0.94em;
	margin:5px;
}

/*PAGE*/

aside,
article {
	text-align:left;
}
article li {
	margin:10px;
}
aside h3 {
	margin-top:40px;
}
.left-list li {
	margin:0 10px 0 0;
	padding:10px 5px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.left-list li:hover {
	padding-left:10px;
	background:rgba(0,0,0,0.05);
}
.left-list li a:hover,
.left-list li:hover a{
	color:#222;
}
@media (max-width:991px) {
	.left-list li {
		position: relative;
		z-index: 1;
		display:inline-block;
		padding:10px 15px;
		margin:5px;
		
		font-family: 'Oswald', sans-serif;
		font-size:1.1em;
		font-weight: 300;	
		text-transform:uppercase;
		letter-spacing: 1px;	
		text-align:center;	

		cursor: pointer;
		border: none;
		box-shadow: none;	
			
		-webkit-transition: linear .1s;
				transition: linear .1s			
	}	
	.left-list li::before {
		content: '';
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-transition: ease-out .2s;
				transition: ease-out .2s;		
	}
	.left-list li {
		z-index: 1;
		background: 0 0;
		border: 1px solid #141414;
		color: #141414
	}
	.left-list li::before {
		z-index: -1;
		background: #141414;
		width: 0;
		transition: ease-out .2s;
	}
	.left-list li:focus,
	.left-list li:hover{
		padding-left:20px;	
	}
	.left-list li:focus,
	.left-list li:hover,
	.left-list li:focus a,
	.left-list li:hover	a,
	.left-list li a:focus,
	.left-list li a:hover	{
		color: #fff;
	}
	.left-list li:focus::before,
	.left-list li:hover::before {
		width: 100%;
	}
}

article ul li {
	list-style:circle;
}

/*BOOK BLOCK*/
.chain-list {
	margin-top:20px;
	padding:10px 0;
	font-family: 'Oswald', sans-serif;	
	font-size:1em;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);	
}
.chain-list li{
	list-style:none;
	display: inline-block;
	margin-right:5px;
}
.chain-list li:after{
  content: "\e93c";
  font-family: 'linearicons';
  font-size:0.8em;
  margin-left:7px;
}
.book-block {
	position:relative;
}
.download-list{
	position:absolute;
	top:0;
	right:0;
}
.download-list li {
	list-style:none;
	display:inline-block;
	margin:5px;
	width:40px;
	height:40px;
	background: rgba(0,0,0,0.8);	
	border-radius: 100%;
	text-align: center;
	color: rgba(255,255,255,0.9);
	line-height: 45px;	
}
.download-list li i{
	font-size:1.2em;
	font-weight:500;
}
.download-list li a{
	color: rgba(255,255,255,0.8);
}
.download-list li a:hover{
	color: rgba(255,255,255,1);
}
.img-rubric {
	float:left;
	max-width:200px;
	margin:5px 20px 5px 0;
}

/*PORTFOLIO*/
.work-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin:20px -15px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding:0 0 30px;  
}
.work-box {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding:0 15px;
	font-size:0.9em;
}	
@media (min-width: 768px) {
	.work-box {
		-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
					flex: 0 0 50%;
		max-width: 50%;
	}
}
.work-box img {
	margin-top:30px;
}


/*SMALL STORY*/
.story-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  	 -ms-flex-direction: column;
		 flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.story-box h5{
	margin:15px 0;
}
.story-box .text{
	font-size:0.92em;
	padding:10px;
	margin-bottom:20px;
	border:1px solid rgba(0,0,0,0.1);
}
/*COLUMN*/
ul.column3{
 -webkit-columns: 3; 
	-moz-columns: 3; 
		 columns: 3;
		 
-webkit-column-gap: 2em;
   -moz-column-gap: 2em;
		column-gap: 2em;	 
}
ul.column2{
 -webkit-columns: 2; 
	-moz-columns: 2; 
		 columns: 2;
		 
-webkit-column-gap: 2em;
   -moz-column-gap: 2em;
		column-gap: 2em;	 
}
ul.column1{
 -webkit-columns: 1; 
	-moz-columns: 1; 
		 columns: 1;
		 
-webkit-column-gap: 2em;
   -moz-column-gap: 2em;
		column-gap: 2em;	 
}
ul.column3,
ul.column2,
ul.column1 {
	margin:10px 0 20px;
}
ul.column3 li,
ul.column2 li,
ul.column1 li {
	list-style:none;
	margin:7px 0;
}
@media (max-width: 991px) {
	ul.column3{
	 -webkit-columns: 2; 
		-moz-columns: 2; 
			 columns: 2;
			 
	-webkit-column-gap: 2em;
	   -moz-column-gap: 2em;
			column-gap: 2em;	 
	}
}
@media (max-width: 767px) {
	ul.column3,
	ul.column2{
	 -webkit-columns: 1; 
		-moz-columns: 1; 
			 columns: 1;
			 
	-webkit-column-gap: 2em;
	   -moz-column-gap: 2em;
			column-gap: 2em;	 
	}
}

/*LIBRARY*/
.bold {
	font-family: 'Oswald', sans-serif;
	font-weight:400;	
}

small {
  font-size: 90%;
}

/*404*/
.block404 {
	text-align:center;
	margin-top:50px;
}
.block404 span {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:1.5em;
	margin:5px 20px;
	text-transform:uppercase;
}