html, body, div, nav, ul, li, span {
	z-index: inherit;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html {
	box-sizing: border-box;
}
 *, *:before, *:after {
 	box-sizing: inherit;
 }

html, body {
	font-family: 'ingram-wide-2', sans-serif;
	font-weight: lighter;
	background-color: #191919;
}

header {
    position: relative;
    height: 100%;
    min-height: 620px;
    overflow: hidden;
    background-image: 	url("../images/one_pixel.png"),
    					url("../images/head_slider/IMG-20161112-WA0004.jpg");
    background-position: center center,
    					 center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: fixed;
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #000;
	z-index: 10;
}

section {
	z-index: 98;
	position: relative;
}

footer {
	color: #eeeFff;
	background-color: #000;
	padding-top: 20px;
	display: block;
	text-align: center;
	overflow: hidden;
}
footer, section {
	position: relative;
}

.footer-content, section, .subpage-header-heading-box {
	margin: 0 auto;
	max-width: 1000px;
	z-index: 98;
}

.footer-content {

}

header .title {
	position: fixed;
	width:100%;
	z-index: 10;
}
header .arrow-down {
 	width: 80px;
  	height: 80px;
  	margin: 3em auto 0;
}

nav {
    position: fixed;
    width: 100%;
    padding: 1em 4em;
    color: #A9C2CE;
	background-color: #191919;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    top: -100px;
}

.nav-static {
	top: 0px;
}

nav.as-fixed {
    top: 0;
    background: #191919;
}

nav ul {
    margin: 0;
    list-style: none;
    text-align: right;
    position: fixed;
	float: none;
	right: -280px;
	top: 0;
	height: 100%;
	padding: 8em 3em;
	background: rgba(54,52,66,0.9);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

nav ul.as-slide-in {
	right: 0;
}

nav ul li {
    display: block;
    margin: 0 0 1.5em 0;
    text-align: left;
}

nav ul li.as-active a {
    color: #999;
}

nav ul a {
    color: #A9C2CE;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}

nav ul a:hover {
    color: #999;
}

nav .mobile-nav {
    position: fixed;
    right: 1.5em;
    top: 1.45em;
    width: 32px;
    height: 32px;
    padding: 4px 3px;
    z-index: 100;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

nav .mobile-nav:hover svg line {
    stroke: #999;
}
nav .mobile-nav {
	display: block;
}

nav .mobile-nav svg line {
    stroke: #FFF;
    stroke-width: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

nav .center-nav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 1em;
}
.nav_logo {
	width: 3em;
	padding-top: 0.5em;
}
.nav_logo_type {
	height: 3.2em;
	padding-left: 1.2em;
}

.clients_list {
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding:1em;
	text-transform: uppercase;
	font-size: 0.75em;
}

.clients_list li, .icons a {
	color: #eeeFff;
	border-color: #eeeFff;
	border: none;
	display: inline-block;
	list-style: none;
	padding: 0.5em;
	margin: 0.5em;
	transition: color 0.15s ease-in-out;
	font-weight: 200;
}

#clients {
	background-color: #000;
	padding-top: 3em;
}
.clients_list li a, .icons a {
	text-decoration: none;
	color: inherit;
}

.clients_list li:hover, .icons a:hover {
	color: #999;
}

.copyright {
	text-align: center;
	text-transform: lowercase;
	font-weight: 200;
	font-size: 1.2em;
	padding-bottom: 2em;
}

.icons {
	padding: 1em;
}

/**** article stuff ****/
.article_wrapper {
	margin: 0 auto;
	z-index: 100;
}

.article_wrapper:hover .article_head {
	background-size: 102%;
}

.article_wrapper:hover .more_button {
	left: 100px;
}
.article_wrapper:hover h4 {
	left: 100px;
}

.item {
}

.article_head {
	background-size: 100%;
	background-position: center;
	transition: background-size 0.3s ease-in-out;
	overflow: hidden;
	padding: 0;
}

.article_wrapper, .article_head {
	min-height: 300px;
}

.article_head h2 {
	font-size: 1.5em;

}
.article_head h2, .subpage-header h1, .subpage-header h2 {
	font-weight: 200;
	background-color: #A9C2CE;
	background-color: rgba(134, 134, 134, 0.7);
	text-transform: uppercase;
}

.article_head h4 {
	font-size: 1em;
	font-weight: 300;
	position: relative;
	left: -1000px;
	transition: left 0.3s ease-in-out;
	display: inline-block;
	max-width: 800px;
}

.article_head h2, .article_head h4 {
	color: #eeeFff;
	padding: 0.75em 0.75em 0.15em;
	margin: 0;
}

.article_head h4, .more_button {
	color: #191d1f;
	background-color: #eeeFff;
	padding: 10px;
}

.more_button {
	display: inline-block;
	left: -1200px;
	position: relative;
	transition: left 0.35s ease-in-out;
	font-weight: 200;
	text-decoration: none;
}


.more_button:hover {
	cursor: pointer;
}

.article_body, .subpage-body {
	color: #A9C2CE;
	background-color: #363e42;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s ease-out;
	padding: 0;

}

.article_body p, .subpage-body p {
	margin: 2em;
	line-height: 1.75em;
}

.article_body a {
	text-decoration: none;
	color: #eee;
}

.link-list {
	list-style: none;
	margin:2em;
	text-transform: uppercase;
}

.link-list .link-list-item {
	color: #eeefff;
	border: none;
	border-color: #eeefff;
	margin: 0;
	padding: 0.25em 0.5em;
	display: inline-block;
	transition: background-color 0.15s ease-in-out;
}

.link-list .link-list-item a {
	color: #eeeFFF;
}
.link-list .link-list-item:hover {
	background-color: #191919;
	color: #999;
}

/**** subpages ****/
.subpage-header {
	height: 32em;
	min-height: unset;
	position: relative;
	padding: 0;
}

.subpage-header-heading-box {
	bottom: 0px;
	margin-bottom: 1em;
	/*border: #ffffff solid thin;*/
	height: 26em;
	margin-top: 6em;
}

.subpage-header .logo {
	width: 9em;
}

.subpage-header .logo_type {
	width: 18em;
	margin-top: 3em;
}

.subpage-header .logo, .subpage-header .logo_type {
	margin-top: 1.5em;
}

.subpage-body {
	max-height: unset;
	padding-bottom: 1em;
}
.subpage-content {
	margin-top: 2em;
	margin-bottom: 1em;
}
 .summary {
	 margin-top: 1em;
	 text-align: right;
 }
 .date {

 }

.subpage-header h1 {
	font-size: 3em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	margin-left: 0.5em;
	font-weight: 200;

}

.subpage-header h2 {
	margin: 0 0 1em 1em;
}

.subpage-header h1, .subpage-header h2 {
	color: #eeeFff;
	padding: 0.5em 0.5em 0.3em 0.5em;
	display: inline-block;
	max-width: 950px;
}

.subpage-body h2 {
	font-size: 1.5em;
	font-weight: 200;
	text-transform: uppercase;
	margin-left: 1em;
}
.subpage-body h4 {
	font-size: 1.2em;
	font-weight: 300;
	margin: 1em 0em 0.2em 1.667em;

}
.subpage-body p {
	margin: 0em 2em 0em 2em;
	line-height: 1.75em;
}
.subpage-body p a {
	color: #eeefff;
	text-decoration: none;
}

.subpage-body p a:hover {
	color: #eeefff;
	text-decoration: underline;
}
.subpage-body img {
	float: right;
	margin: 1em 2em 1em 1em;
}
/**** catogory list at beginning of post ****/
.categories {
	margin-left: 2em;
	display: inline-block;
	margin-bottom: 1.5em;
}
.the_category {
	list-style: none;
	font-style: italic;
	background-color: #191919;
	text-transform: uppercase;
	float: left;
	margin-right: 0.2em;
	padding: 0.4em 0.8em 0.3em 0.6em;
}

/**** portrait on about page ****/
.portrait {
	max-width: 250px;
}

/**** pre loader ****/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999;
}

.preloader .loader {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #eee;
}

/**** big header image on frontpage ****/

.logo {
	width: 12em;
	z-index: 1001;
}
.logo_type {
	width: 24em;
	z-index: 1001;
}

.logo, .logo_type {
	margin: 0 auto;
	margin-top: 6em;
	display: block;
}

#logo_wrapper {
	margin:1em auto;
	text-align: center;
}



.arrow-down {
    display: block;
    width: 40px;
    height: 40px;
    margin: 4em auto 0;
}

.arrow-down.as-circle-full svg circle {
    -webkit-animation: circle-full 1s ease-in-out alternate forwards;
    -moz-animation: circle-full 1s ease-in-out alternate forwards;
    -ms-animation: circle-full 1s ease-in-out alternate forwards;
    -o-animation: circle-full 1s ease-in-out alternate forwards;
    animation: circle-full 1s ease-in-out alternate forwards;
}

.arrow-down.as-circle-none svg circle {
    -webkit-animation: circle-none 1s ease-in-out forwards;
    -moz-animation: circle-none 1s ease-in-out forwards;
    -ms-animation: circle-none 1s ease-in-out forwards;
    -o-animation: circle-none 1s ease-in-out forwards;
    animation: circle-none 1s ease-in-out forwards;
}

.arrow-down svg line {
    stroke: #eee;
    stroke-width: 3px;
}

.arrow-down svg circle {
    stroke: #eee;
    stroke-width: 3px;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    fill: none;
}


.row {
    margin: 0 auto;
}
.row:after {
    content: "";
    clear: both;
    display: table;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 1em 2em;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
@keyframes circle-full {
    from {
        stroke-dashoffset: 500;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes circle-full {
    from {
        stroke-dashoffset: 500;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes circle-none {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 500;
    }
}

@-webkit-keyframes circle-none {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 500;
    }
}

@keyframes loader {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loader {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
