body {
}
body.about {
    background-color: #fff;
}
.ag-container {
	width: 100%;
}


.ag-head {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    transition: 0.3s ease-in-out;

    display: flex;
    flex-direction: column;
    justify-content: center;

	height: 100px;
}
.ag-head.skrolt {
    opacity: .9;
    background-color: #2E364F;
    background-color: #0938e6;
    box-shadow: 0 3px 12px #111;
	height: 60px;
}
.about .ag-head.skrolt {
    background-color: #efea1d;
    background-color: #ed1c93;
}
.ag-head.skrolt a.scroll-btn-up{
	display: block;
}
.ag-head.menu-on a.scroll-btn-up{
	display: none;
}
.work a.scroll-btn-up{
	display: none!important;
}
a.scroll-btn-up{
    display: none!important;
}

.ag-nav {
	width: 100%;
/*	max-width: 960px;*/
	height: 100px;
}
.ag {
    position: absolute;
    left: 8.3%;
    top: 20px;

    background: url(../gfx-n/ag-short.svg) no-repeat;
    background-position: 0 0px;
    background-size: 36px;
    width: 36px;
    height: 30px;
    margin-top: 19px;

    transition: 0.2s ease-in-out;    

    background-position-y: -60px; 
}

a.ag:hover {
    background-position-y: -90px; 
}
.ag.hide {
    display: none;
}

.ag-interwrapper {
}
.ag-inter {
    background: url(../gfx-n/ag-short.svg) no-repeat;
    background-position: 0 0px;
    background-size: 36px;
    width: 36px;
    height: 30px;

    transition: 0.2s ease-in-out;    
    opacity: .3;    
    margin: 15px 0 0 12px;
}
.ag-inter.hide {
    display: none;
}
.inter {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ag-head.skrolt .ag {
    top: 0px;
}
.works .ag-head.skrolt .ag,
.works .ag-head.menu-on .ag 
{
    background-position-y: -30px;
}
.about a.ag {
    background-position-y: -90px;
}
.about a.ag:hover {
    background-position-y: -30px;
}
.about .ag-head.menu-on .ag,
.about .ag-head.skrolt .ag {
    background-position-y: -30px;
}
.ag-head .ag .hide{
    display: none;
}
.work .ag-head .ag {
    display: none!important;
}
.work .ag-head.menu-on .ag 
{
    display: block!important;
    background-position-y: -30px;
}
.work .ag-head.menu-on a.ag:hover 
{
    background-position-y: -90px!important;
}
.work .footer-wrapper .ag{
    display: block;
    top: -6px;
    background-position-y: 0;
}




a.logo {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -35px;

    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;

    background: url('../gfx-n/ag-logo.svg') no-repeat center;

    background-size: 60px;
    background-position: 50% 4px;
    background-color: transparent; 

    transition: 0.2s ease-in-out;
}
.works a.logo {
    background-position-y: 4px;
    background-color: transparent; 

    background-position-y: -56px;
    background-color: #0938e6;

/*
    background-position-y: -176px;
    background-color: #eee;
*/
}
.works a.logo:hover{
    background-position-y: -176px;
    background-color: #ed1c93; 
    background-color: #eee; 
/*
    background-position-y: -116px;
    background-color: #111; 
*/
}
.about a.logo {
    background-position-y: -236px;
    background-color: rgba(113,113,113,.2);
}
.work a.logo:hover,
.about a.logo:hover{
    background-position-y: -56px;
    background-color: #0938e6; 
/*
    background-color: #111; 
*/
}
.work a.logo {
    background-position-y: -116px;
    background-color: #ccc;
}


.ag-head.skrolt a.logo {
    height: 60px; 
    top:-4px;
    background-color: transparent;	
}
.works .ag-head.skrolt a.logo {
    background-position-y: -116px;
}
.about .ag-head.skrolt a.logo {
    background-position-y: -116px;
}




a.menu-grip {
    position: absolute;
    right: 8.3%;
    top: 24px;
    margin-right: -12px;

	font-size: 36px;
	padding: 0 12px;

	border-radius: 50px;

	transition: 0.2s ease-in-out;
}
.works a.menu-grip {
    color: #0938e6;
    background-color: rgba(153,153,153,.2);
    color: #fff;
    background-color: #0938e6;
}
.works a.menu-grip:hover {
   color: #fff;
   background-color: #0938e6;
   color: #0938e6;
   background-color: rgba(153,153,153,.3);
}
.works .ag-head.skrolt a.menu-grip {
    color: #fff;
    background-color: transparent;
    top: 4px;
}
.works .ag-head.skrolt a.menu-grip:hover {
   color: #ed1c93;
   color: #0938e6;
   background-color: #fff;
}


.work a.menu-grip {
    color: #ed1c93;
    background-color: rgba(153,153,153,.2);
}
.work a.menu-grip:hover {
   color: #fff;
   background-color: #ed1c93;
}
.work .ag-head.skrolt a.menu-grip {
   color: #fff;
}
.work .ag-head.skrolt a.menu-grip:hover {
   color: #999;
   background-color: #fff;
}



.about a.menu-grip {
   color: #fff;
   color: #efea1d;
   color: #ed1c93;
   background-color: #ed1c93;
   background-color: rgba(255,255,255,.1);
}
.about a.menu-grip:hover {
   color: #efea1d;
   color: #fff;
   background-color: rgba(255,255,255,.1);
   background-color: #ed1c93;
}
.about .ag-head.skrolt a.menu-grip {
    color: #fff;
    background-color: transparent;
    top: 4px;
}
.about .ag-head.skrolt a.menu-grip:hover {
   color: #efea1d;
   background-color: rgba(255,255,255,.1);
   background-color: rgba(255,255,255,1);
   color: #ed1c93;
}



.ag-head.menu-on {
    box-shadow: 0 3px 12px #111;
    opacity: .9;
    height: 100%;
}
.works .ag-head.menu-on {
    background: #0938e6;
}
.about .ag-head.menu-on {
    background: #efea1d;
    background: #ed1c93;
}
.about .ag-head.menu-on a.logo{
    background-position-y: -116px;
}




.page-title {
    position: absolute;
    left: 10%;
    top: 87vh;
    z-index: 9998;

    font-family: 'Playfair Display', serif;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: -.05em;

	transition: 0.3s ease-in-out;
}
.works .page-title {
    color: #ed1c93;
    mix-blend-mode: multiply;
}

a.scroll-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -26px;
    z-index: 10;

    color: #fff;
    background-color: #ed1c93;
    background-color: #0938e6;

    font-size: 14px;
    width: 52px;
    height: 100px;
    padding: 22px;
    border-radius: 50px;

    box-shadow: -3px -3px 12px rgba(0,0,0,.3);
    transition: .2s ease-in-out;
}
a.scroll-btn:hover{
    background-color: #E6E6E4;
    color: #ed1c93;    
    color: #0938e6;    
    bottom: -30px;
}
a.scroll-btn.hide {
    display: none;
}

.works a.scroll-btn {
    background-color: #ed1c93;
    background-color: #0938e6;
    color: #fff;    
}
.works a.scroll-btn:hover {
    background-color: #fff;
    color: #ed1c93;    
    color: #0938e6;    
}

.about a.scroll-btn {
    background-color: #ed1c93;
    color: #fff;    
    bottom: -40px;
}
.about a.scroll-btn:hover {
    background-color: #fff;
    color: #ed1c93;    
    bottom: -30px;
}
/*
*/

a.menu-close{
    position: absolute;
    right: 8.3%;
    top: 28px;
    margin-right: -8px;
}

a.work-close{
	position: absolute;
    top: 28px;
}
.ag-head.skrolt a.work-close {
	top: 8px;
	border: 0;
	color: #fff;
}
.ag-head.skrolt a.work-close:hover {
	color: #999;
	background-color: #fff;
}
.ag-head.menu-on a.work-close{
	display: none;
}



.top{
	position: absolute;
	top: 0;
	width: 1px;
	height: 1px;
}








/*  CONTENT **********************/
.container.p1{
	padding-left: 8.3%;
	padding-right: 8.3%;
}

.ag-content {
	width: 100%;
/*	max-width: 960px;*/
	margin: 0 auto;
	margin-top: 110px;
    margin-top: 150px;

	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about .ag-content {
    padding: 7%;
}

.social-wrapper {
	margin: 10px 10px 0; 
	width: 100%;
	text-align: right;
}
.social {
	text-align: right;
	margin-bottom: 20px;
}
a.social-btn {
	font-size: 18px;
	text-decoration: none;
	height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 12px;
}
.works a.social-btn {
    color:#0938e6;
}
.works a.social-btn:hover {
    color: #fff;
    background-color: #0938e6;
}


/* 	WORK ***************************/

.box-wrapper {
    display: flex;
    margin-top: 130px;
    margin-left: 8%;
    flex-wrap: nowrap;
}
.workm {
    margin-right: 8%;
    margin-right: 10px;
    flex-shrink: 0;
    height: 100%;
}
.workm .page-title {
    padding-left:7vw;
    font-family: 'Oswald', sans-serif;
    margin-top: 0vh;
    bottom: 0;
    text-transform: uppercase;
    font-size: 30px;
}

.workm.w100 {
    width: 100%;
}
.workm.w90 {
    width: 90%;
}
.workm.w75 {
    width: 75%;
}
.workm.w60 {
    width: 60%;
}
.workm.w50 {
    width: 50%;
}
.workm.w40 {
    width: 40%;    
}
.workm.w30 {
    width: 30%;    
}
.workm.w25 {
    width: 25%;
}
.workm.w10 {
    width: 10%;
}

.worktag {
    position: absolute;
    top: 61vh;
    left: 0;
    color: #1a1a1a;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;

    padding-left: 5vw;
    top: 55vh;

    color: #fff!important;
}
.worktag .client{
    font-size: 30px;
    padding-left: 8vw;
    padding-right: 2vw;

    padding-left: 2vw;
    padding-right: 2vw;
    background-color: rgb(17,17,17,.3);
    border-radius: 6px;
    border-bottom-left-radius: 0;
    display: inline-table;
}
.worktag .industry{
    font-size: 18px;
    padding-left: 8vw;
    padding-right: 2vw;

    padding: 7px;
    padding-left: 2vw;
    padding-right: 2vw;
    background-color: rgb(17,17,17,.3);
    border-radius: 4px;
    border-top-left-radius: 0;
    display: table;
}

.plr8 {
	padding-left: 8%;
    padding-right: 8%;
}
.ptb8 {
    padding-top: 8%;
    padding-bottom: 8%;
}
.ptb4 {
    padding-top: 4%;
    padding-bottom: 4%;
}


/* ABOUT            ***********************/

.bg-about-hello {
    background: url('../gfx-n/about-intro.png') no-repeat center;
    padding: 100px 0; 
}

.c-wrapper {
/*
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
*/
}
.flex-center {
    display: flex;
    justify-content: center;
}
.flex-sb {
    display: flex;
    justify-content: space-between;
}
.flex-se {
    display: flex;
    justify-content: space-evenly;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.display-flex{
    display: flex;
}
.c-wrapper .text1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1.1em;
    color: #fff;
}
.c-wrapper .text1 i{
    font-size: .95em;
}
.c-wrapper .text2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1em;
    color: #fff;
}


a.designer-btn{
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #E6E6E4;
    height: 42px;
    padding: 12px 30px;
    border-radius:50px;
    background: #efea1d;
    background: #ed1c93;

    color: #fff!important;
    background-color: #ed1c93!important;

    transition: .3s ease-in-out;
    z-index: 100;

    position: absolute;
    bottom: 10%;
    right: 10%; 
}
a.designer-btn .btn-text{
    margin-right: 50px; 
}
a.designer-btn:hover{
    color: #ed1c93!important;
    background-color: #fff!important;
    padding-right: 20px; 
}

.video-wrapper {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px; 
}

.video-player{
    overflow: hidden;
}
.vbg-dark {
    width: calc(100% - 20px);
    height: calc(100% - 4px);
/*
*/
    background: rgba(0,255,255,.3);
    background: rgba(0,0,255,.3);
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 10px;
    padding: 10%;
}
.about .vbg-dark{
/*
    background: rgba(0,0,255,.3);
*/    
    left: 0;
}
.vbg-dark.bg-dark {
/*
    background: rgba(0,0,0,.2);
*/
}
.vbg-dark .a-r{
    text-align: right;
}
.v-overlay {
    position: absolute;
    width: 100%;
    padding: 10%; 
    margin-left: 0;
}
.about .v-overlay {
    padding: 10% 5% 0% 8%;
}
.v-overlay.dark {
    background: rgba(0,0,0,.3);
}
video {
    border-radius: 10px;
}
.nows {
    white-space: nowrap;
}


/* CHAPTERs **************/


.about .video-wrapper{
    margin:0;
    margin-bottom: -5px; 
    padding:0; 
}
.about video{
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}
.about .vbg-dark{
    width: 100%;
    border-radius: 0;
}

.about .chapter {
    padding: 110px 8%; 
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    border-radius: 10px;
    min-height: 100vh;
}
.about .chapter .text {
    font-size: 26px;
}
.bg-metro {
    background: url('../gfx-n/about-metro.jpg') no-repeat center;
}
.bg-vapur {
    background: url('../gfx-n/about-vapur.jpg') no-repeat center;
}
.bg-lecturing {
    background: url('../gfx-n/about-lecturing.jpg') no-repeat center;
}
.bg-blacksmith {
    background: url('../gfx-n/about-agencies.jpg') no-repeat center;
}
.bgc-study {
    background-color: rgba(238,233,29,.3)!important;
    background-color: rgba(236,28,146,.3)!important;
}
.bgc-career {
    background-color: rgba(238,233,29,.3)!important;
    background-color: rgba(9,56,229,.3)!important;
}
.bgc-lecturing {
    background-color: rgba(9,56,229,.3)!important;
}
.bgc-resume {
    background-color: rgba(9,56,229,.3)!important;
    height: 400px;
}

.nomargin {
    margin:0 
}



.resume-wrapper{
    position: relative;
    height: 500px;
    top: -120px;
}
.resume-box {
    height: 639px;
    position: absolute;
    left: -100%;
}
.chapter .resume {
    overflow: hidden;
}
.resume-btn{

}
.amp {
    font-family: 'Playfair Display', sans-serif;
}

.footer-wrapper {
    margin-top: 40px;
}
