* {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/GothamProBlack.eot');
    src: url('../fonts/GothamProBlack.eot') format('embedded-opentype'),
         url('../fonts/GothamProBlack.woff') format('woff'),
         url('../fonts/GothamProBlack.ttf') format('truetype');
}
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/GothamProBold.eot');
    src: url('../fonts/GothamProBold.eot') format('embedded-opentype'),
         url('../fonts/GothamProBold.woff') format('woff'),
         url('../fonts/GothamProBold.ttf') format('truetype');
}
@font-face {
    font-family: 'gothammed';
    src: url('../fonts/GothamProMed.eot');
    src: url('../fonts/GothamProMed.eot') format('embedded-opentype'),
         url('../fonts/GothamProMed.woff') format('woff'),
         url('../fonts/GothamProMed.ttf') format('truetype');
}
@font-face {
    font-family: 'gothamreg';
    src: url('../fonts/GothamProRegular.eot');
    src: url('../fonts/GothamProRegular.eot') format('embedded-opentype'),
         url('../fonts/GothamProRegular.woff') format('woff'),
         url('../fonts/GothamProRegular.ttf') format('truetype');
}
html, body {
	height: 100%;
	font-size: 14px;
}
body {
    font-family: 'gothamreg';
    background-color: #000;
    line-height: 18px;
    color: #fff;
    overflow-x: hidden;
}
h1 {
    font-family: 'gothamreg';
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0 0 2rem;
}
h1 strong {
    font-family: 'gothamblack';
}
h2 {
    font-family: 'gothamreg';
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
}
h3 {
    font-family: 'gothamreg';
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 2rem;
}
p {
    font-family: 'gothamreg';
    font-size: 1em;
    line-height: 1.6;
    color: #fff;
}
a {
    color: #fff;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
ul {
    padding-left: 30px;
}
ul li {
    padding: .5em 0px;
}
section {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.no-padding {
    padding: 0;
}
.white-bg {
    background-color: #fff;
}
.dark__bg {
    width: 100%;
    background-color: #000;
}
.dark__bg::before {
    content:'';
    display: block;
    background: rgb(19,37,47);
    background: -moz-radial-gradient(circle, rgba(19,37,47,1) 50%, rgba(3,7,8,1) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(circle, rgba(19,37,47,1) 50%, rgba(3,7,8,1) 90%, rgba(0,0,0,0) 100%);
    background: radial-gradient(circle, rgba(19,37,47,1) 50%, rgba(3,7,8,1) 90%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13252f",endColorstr="#000000",GradientType=1);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: -40%;
    left: 0;
    z-index: 1;
}
.dark__bg::after {
    content:'';
    display: block;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 2;
}
.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.site__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding: 0 0 3em;
  z-index: 3;
}
.cursor {
	display: none;
}

.top-bar {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    width: 100vw;
    background-color: transparent;
    color: #fff;
    padding: 20px 0;
    z-index: 3;
}
.header__logo {
    line-height: 80px;
}
.header__logo img {
	width: 100%;
	max-width: 320px;
}
.header__menu {
    margin-bottom: 0;
    padding: 0;
}
.header__menu li {
    display: inline-block;
    padding: 0 10px;
    line-height: 80px;
	position: relative;
}
.header__menu a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
.header__menu a:hover,
.header__menu a:focus {
    font-size: #fff;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 20px;
  background: #fff;
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.header__menu li a:hover,
.header__menu li a:focus {
    text-decoration: none;
}
.header__contacts {
    font-size: 18px;
    line-height: 80px;
    text-align: right;
}

/* Project Thumb */
.projects__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.projects__list li {
    opacity:1 ;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.projects__list:hover li {
    opacity:.5 ;
}
.projects__list:hover li:hover {
    opacity: 1 !important;
}
.project__item__thumb {
    margin-bottom: 2rem;
}
.project__item__cover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(256,256,256,.5);
            box-shadow: inset 0 -1px 0 0 rgba(256,256,256,.5);
}
.image__cover img {
    width: 100%;
}
.projects__list .project__item__cover:after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #ff0000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-animation: glideOut .5s ease-in forwards;
            animation: glideOut .5s ease-in forwards;
}
.projects__list li:hover .project__item__cover:after{
    -webkit-animation: glide 1s ease-out forwards;
            animation: glide 1s ease-out forwards;
}
@-webkit-keyframes glide {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes glide {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes glideOut {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes glideOut {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}

.project__item__name {
    text-align: center;
    margin-bottom: 20px;
}
.project__name__link:hover,
.project__name__link:focus,
.project__name__link:active{
    text-decoration: none;
    color: #fff;
}
.more__link__wrapper {
    text-align: center;
}
.more__link:hover,
.more_link:focus,
.more_link:active {
    color: #ff9b00;
}

footer {
    width: 100%;
    padding: 1em 0;
}
footer .copyright {
    font-size: 0.9em;
} 
footer.dark-bg {
	color: #fff;
}


.wrapper {
  display: flex;
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.about__me__photo {
    margin-bottom: 2em;
}
.about__me__photo img {
    width: 100%;
}

/* Project Page */
.project__slider {
    width: 100%;
    margin-bottom: 2rem;
}
.project__slider .item {
    height: 85vh;
    overflow: hidden;
}
.project__slider .item img {
    width: auto !important;
    height: 100%;
}
.project__slider__mobile {
    width: 100%;
    margin-bottom: 2rem;
}
.project__slider__mobile .item {
    height: auto;
    min-height: 160px;
}
.project__slider__mobile .item img {
    width: 100% !important;
}
.owl-carousel .owl-item img {
    margin: 0 auto;
}
.main__slider .main__slider__item {
    height: 85vh;
    overflow: hidden;
}
.main__slider .main__slider__item img {
    height: 100%;
}
.main__slider__mobile {
    height: auto;
}
.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 5vw;
    height: 100%;
    opacity: .5;
}
.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 5vw;
    height: 100%;
    opacity: .5;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}
.owl-prev:focus,
.owl-next:focus {
    outline: none;
}
.owl-prev .prev__arrow {
    background: url(../img/arrow.svg);
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    margin: 0 auto;
}
.owl-next .next__arrow {
    background: url(../img/arrow.svg);
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.project__slider__mobile .owl-prew {
    height: 50%;
}

.project__title {
    margin-bottom: 2rem;
    line-height: 1;
    text-transform: none;
}

/* Mobile Menu */
.top__bar__mobile {
    padding: 1em 0;
}
.hamburger {
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    left: 50%;
    margin-left: -10px;
    top: 0.2em;
    z-index: 100;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff none repeat scroll 0% 0%;
  opacity: 1;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.hamburger span:nth-child(1) {
  margin-top: 0px;
}
.hamburger span:nth-child(2) {
  margin-top: 8px;
  margin-right: 0px;
}
.hamburger span:nth-child(3) {
  margin-top: 16px;
}
.hamburger.opened span:nth-child(1) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
  background: #ff0000 none repeat scroll 0% 0%;
}
.hamburger.opened span:nth-child(2) {
  opacity: 0;
  left: -75px;
}
.hamburger.opened span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 8px;
  background: #ff0000 none repeat scroll 0% 0%;
}
.mobile__menu__wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100vw;
    height: 100vh;
    top: -100vh;
    left: 0;
    opacity: 0;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.mobile__menu__wrapper.active {
    opacity: 1;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header__logo__mobile img {
    width: 100%;
}
.header__menu__mobile {
    padding: 0;
    list-style: none;
}
.header__menu__mobile li {
    text-align: center;
    padding: 1em 0;
}
.header__menu__mobile li a {
    font-size: 1em;
    line-height: 1em;
    color: #565655;
}
.header__logo__mobile {
    position: relative;
    z-index:3;
}

.center__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
        justify-content: center;
}

@media only screen 
  and (min-device-width: 569px) 
  and (max-device-width: 1023px) {
  h1 {
    	font-family: 'gothamreg';
    	font-size: 30px;
    	line-height: 36px;
    	margin: 0px 0 15px;
    	text-transform: uppercase;
	}
    h2 {
		font-size: 18px;
	}
	#top-bar {
		position: fixed;
		z-index: 10;
		background-color: #12252E;
	}
	#top-bar .logo img {
	 width: 100%;
	}
	header {
		padding-bottom: 15px;
	}
	header .main-page-header {
		padding-top: 30px;
		margin-top: 80px;
	}
	.header__content {
		  position: relative;
		  float: left;
		  width: 100%;
		  margin-bottom: 50px;
		  padding-top: 110px;
	  }
	header .undertitle-wrapper:after {
		content: "";
		display: block;
		width: 108%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: -4%;
		z-index: -1;
	}
	header .graph-menu-item {
		margin-bottom: 20px;
	}
	.graph-menu-item .link-wrapper {
		height: 135px;
	}
	.graph-menu-item a.see-more {
		display: block;
		background-color: #fff;
	  color: #1a1a1a;
	  text-decoration: none;
	}
	.graph-menu-item:hover::before {
		display: none;
	}
	.graph-menu-item:hover .text {
		display: none;
	}
	.graph-menu-item:hover .link-wrapper {
    	background: rgba(19,39,49,0.7);
    	top: 75px;
	}
	.graph-menu-item a.see-more {
		display: inline-block;
		position: absolute;
		top: 130px;
		left: calc(50% - 106px);
	}
	.graph-menu-item:hover a.see-more {
		top: 130px;
	}
	#main-page-content .main-photo {
		margin-bottom: 30px;
	}
	#main-page-content .main-photo img {
		width: 100%;
	}
	header .undertitle-wrapper {
		margin-bottom: 60px;
	}
	#portfolio-content .content-wrapper {
		padding: 30px 0 0 0;
	}
	.colored-bg-mob {
		position: absolute;
		top: 0;
		left: 15px;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		background: rgba(19,39,49,0.4);
	}
	.portfolio-proj-thumb .more-info-wrapper {
		display: block;
	}
	.more-info-wrapper .more-info {
    	background: rgba(19, 39, 49, 0.5);
	}
	.more-info-wrapper .more-info .title {
		margin-top: 80px;
		display: block;
		text-overflow: clip;
	}
	.more-info-wrapper .more-info .text {
		display: none;
	}
	.more-info-wrapper .more-info a.see-more {
		display: inline-block;
		background-color: #fff;
	  color: #1a1a1a;
	  text-decoration: none;
	}
	.hvr-sweep-to-top:before {
		background: transparent;
	}


header#project-page {
	padding: 0 0 0 0;
}
.bx-wrapper img {
	height: auto;
}
.thumb-wrapper {
	display: none;
}
.anotation-text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
#top-bar nav ul li {
	width: 100%;
	line-height: 30px;
}
#top-bar nav ul li a {
	color: #12242e;
}
#top-bar nav ul li > ul {
    display: block;
	padding-top: 0px;
}
.mob-sub-menu {
	width: 100%;
    display: block;
    line-height: 36px;
    background-color: #bec9ce;
    color: #fff;
    margin-bottom: 5px;
}
#portfolio-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 250px;
	margin-top: 80px;
}
.slider-content {
    margin-top: 80px;
}
.cd-slider li {
	height: 250px;
}
.project__content {
	margin-top:0;
}
.project__content,
.project__content.active {
	margin-top: 30px;
	padding-left: 0;
	width: 100%;
	float: left;
}
}

@media only screen 
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    h1 {
    	font-family: 'gothamreg';
    	font-size: 30px;
    	line-height: 36px;
    	margin: 0px 0 15px;
    	text-transform: uppercase;
	}
    h2 {
		font-size: 18px;
	}
	#top-bar {
		position: fixed;
		z-index: 10;
		background-color: #12252E;
	}
	#top-bar .logo img {
	 width: 100%;
	}
	header {
		padding-bottom: 15px;
	}
	header .main-page-header {
		padding-top: 30px;
		margin-top: 80px;
	}
	header .undertitle-wrapper:after {
		content: "";
		display: block;
		width: 108%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: -4%;
		z-index: -1;
	}
	header .graph-menu-item {
		margin-bottom: 20px;
	}
	.graph-menu-item .link-wrapper {
		height: 135px;
	}
	.graph-menu-item a.see-more {
		display: block;
		background-color: #fff;
	  color: #1a1a1a;
	  text-decoration: none;
	}
	.graph-menu-item:hover::before {
		display: none;
	}
	.graph-menu-item:hover .text {
		display: none;
	}
	.graph-menu-item:hover .link-wrapper {
    	background: rgba(19,39,49,0.7);
    	top: 75px;
	}
	.graph-menu-item a.see-more {
		display: inline-block;
		position: absolute;
		top: 130px;
		left: calc(50% - 106px);
	}
	.graph-menu-item:hover a.see-more {
		top: 130px;
	}
	#main-page-content .main-photo {
		margin-bottom: 30px;
	}
	#main-page-content .main-photo img {
		width: 100%;
	}
	header .undertitle-wrapper {
		margin-bottom: 60px;
	}
	#portfolio-content .content-wrapper {
		padding: 30px 0 0 0;
	}
	.colored-bg-mob {
		position: absolute;
		top: 0;
		left: 15px;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		background: rgba(19,39,49,0.4);
	}
	.portfolio-proj-thumb .more-info-wrapper {
		display: block;
	}
	.more-info-wrapper .more-info {
    	background: rgba(19, 39, 49, 0.5);
	}
	.more-info-wrapper .more-info .title {
		margin-top: 80px;
		display: block;
		text-overflow: clip;
	}
	.more-info-wrapper .more-info .text {
		display: none;
	}
	.more-info-wrapper .more-info a.see-more {
		display: inline-block;
		background-color: #fff;
	  color: #1a1a1a;
	  text-decoration: none;
	}
	.hvr-sweep-to-top:before {
		background: transparent;
	}


header#project-page {
	padding: 0 0 0 0;
}
.bx-wrapper img {
	height: auto;
}
.thumb-wrapper {
	display: none;
}
.anotation-text {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
#top-bar nav ul li {
	width: 100%;
	line-height: 30px;
}
#top-bar nav ul li a {
	color: #12242e;
}
#top-bar nav ul li > ul {
    display: block;
	padding-top: 0px;
}
.mob-sub-menu {
	width: 100%;
    display: block;
    line-height: 36px;
    background-color: #bec9ce;
    color: #fff;
    margin-bottom: 5px;
}
#portfolio-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 250px;
	margin-top: 80px;
}
.slider-content {
    margin-top: 80px;
}
.cd-slider li {
	height: 250px;
}
.slider-content .cd-slider {
	padding-bottom: 0;
}
.project__content,
.project__content.active {
	margin-top:30px;
	padding-left: 0;
	width: 100%;
	float: left;
}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	#top-bar {
		position: relative;
		z-index: 1;
		background-color: transparent;
	}
}
