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


/* ======================================================
   GENERAL
   ====================================================== */


/* Reset browser default styles: */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  list-style: none;
}





 :root {
    --backgr-color: hsla(0,0%,11%,1.00);
    --font-color: hsla(0,0%,100%,1.00);
    --link-color: hsla(0,0%,75%,1.00);
    --link-hover: hsla(0,0%,100%,1.00);
    --medium-color: hsla(0,0%,50%,1.00);
	--border-color: #888;
	--bg-trans: hsla(0,0%,0%,0.50);
	--gallery-border: #000;
	--menu-bg: hsla(0,0%,0%,0.80);
	--menu-font: hsla(0,0%,100%,0.85);
	--menu-font-hover: hsla(0,0%,100%,0.99);
	--logo-color-a: hsla(0,0%,100%,0.99);
	--hometype-backgr: hsla(0,0%,100%,0.40);
	--hometype-color: hsla(0,0%,0%,0.80);
	--hometype-hover: hsla(0,0%,100%,0.99);
	--home-bg: url(../img/backgr8.jpg);
}

[data-theme="light"] {
    --backgr-color: hsla(0,0%,100%,1.00);
    --font-color: hsla(0,0%,0%,1.00);
    --link-color: hsla(0,0%,25%,1.00);
    --link-hover: hsla(0,0%,0%,1.00);
	--medium-color: hsla(0,0%,50%,1.00);
    --border-color: #999;
    --bg-trans: hsla(0,0%,100%,0.50);
    --gallery-border: #fff;
	--menu-bg: hsla(0,0%,100%,0.99);
	--menu-font: hsla(0,0%,0%,0.85);
	--menu-font-hover: hsla(0,0%,0%,0.99);
	--logo-color-a: hsla(0,0%,0%,0.99);
	--hometype-backgr: hsla(0,0%,0%,0.20);
	--hometype-color: hsla(0,0%,100%,0.80);
	--hometype-hover: hsla(0,0%,0%,0.99);
	--home-bg: url(../img/home-white.jpg);
}





/* border-box so that border widths aren't added to the total width of the element: */
html {
	height: 100%;
  	box-sizing: border-box;
}


/* Clearfix to make floated elements behave correctly: */
  .cf:before, .cf:after { content: ""; display: table; }
  .cf:after { clear: both; }
  .cf { zoom: 1; }
  .clear { clear: both; }


/*html, body { height:100%; }*/

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

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

a {
	text-decoration: none;
	color: var(--link-color);
}
a:hover {
	cursor: pointer;
	color: var(--link-hover);
}
.logo a {
	color: var(--logo-color-a);
}


.main img {
	width: 100%;
	height: auto;	
}

html {
	background: var(--backgr-color);
}



body {
	position: relative !important;
	min-height: 100%;
	background-color: var(--backgr-color);
	font-family: 'Fira Sans', sans-serif;
	color: var(--font-color);
	padding-bottom: 350px;	
}


.main {
	/*height: 2000px;*/
	width: 94%;
	max-width: 1200px;
	margin: 0px auto;
	/*background: blue;*/
	
}

.logo {
	font-weight: 700;
	text-transform: uppercase;
}
section {
	margin-top: 50px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.title-case {
	text-transform: capitalize !important;
}
.din {
	font-family: 'din_lightregular';
}


/* ======================================================
   Color Switch
   ====================================================== */
   
.changecolor {
	text-align: right;
}
.changecolor i  {
	color: white;
}
.changecolor i:hover {
	color: grey;
	cursor: pointer;
}
.white .changecolor i  {
	color: black;
}
.white .changecolor i:hover {
	color: grey;
	cursor: pointer;
}



/* ======================================================
   Navigation
   ====================================================== */
.container{
	width: 94%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0%;
	/*background: red;*/
}
.navik-header-container {
	margin: 0px 2.5% 0px 2.5%;
}


/* ======================================================
   Home
   ====================================================== */

.project_bg {
	/* background-image: var(--project-bg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.home {
	background-image: var(--home-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.gradback {
	background-image:url(../img/gradback.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#portfolio {
	margin: 0px 2.5%;
	min-height: 100%;
	padding-bottom: 50px;
}
#portfolio h2 {
	font-size: 24px;
}

#portfolio-wide {
	margin: 0px .5%;
	min-height: 100%;
	padding-bottom: 50px;
}
#portfolio-wide h2 {
	font-size: 24px;
}


/* ---- isotope ---- */

.grid-sizer { 
	width: 20%;
  	margin: 0%; 
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.item {
	width: 20%;
	margin: 0%;
	float: left;
	position: relative;
	line-height: 0px;
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.item h2 {
	line-height: normal;
	position: absolute;
	top: 10%;
	left: 7%;
	right: 7%;
}
.item h4 {
	line-height: normal;
	position: absolute;
	color: var(--medium-color);
	top: 12%;
	left: 7%;
	right: 7%;
	font-size: 14px;
	text-align: right;
}
.item span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	cursor: pointer;
}
.item:hover span {
	opacity: 1;
	cursor: pointer;
}






.itembig {
	width: 33.333%;
	margin: 0%;
	float: left;
	position: relative;
	line-height: 0px;
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.itembig h2 {
	line-height: normal;
	position: absolute;
	/*color: hsla(0,0%,100%,0.90);*/
	top: 10%;
	left: 7%;
	right: 7%;
}
.itembig h4 {
	line-height: normal;
	position: absolute;
	color: var(--medium-color);
	top: 12%;
	left: 7%;
	right: 7%;
	font-size: 14px;
	text-align: right;
}
.itembig span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	cursor: pointer;
}
.itembig:hover span {
	opacity: 1;
	cursor: pointer;
}



.item1b {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	margin-left: -1px;
	margin-bottom: -1px;
}



.itembig-b {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	margin-left: -1px;
	margin-bottom: -1px;
}







.crumbs i {
	font-size: 11px;
	margin-right: 4px;
}
.page-nev a {
	color: var(--medium-color);
}
.page-nev a:hover {
	color: var(--link-hover);
}

.page-nev {
	margin: 50px 2.5% 0px 2.5%;
	color: var(--medium-color);
}
.subn {
	margin-right: 20px;
}
.act {
	color: var(--font-color);
}




/* ---- isotope buttons ---- */
.filtersort {
	margin: 50px 2.5% 10px 2.5%;
	border-top: 1px solid var(--border-color);
	padding: 12px 0 0px 0;
}


#filters {
	margin-left: 0;
	margin-right: 0%;
	margin-top: 0px;
	font-size: 12px;
	float: right;
	/*width: 60%;*/
	/*background: red;*/
}
#sorts {
	margin-left: 0%;	
	margin-top: 0px;
	font-size: 12px;
	float: left;
	/*width: 30%;*/
	/*background: red;*/
}

.button {
	display: inline-block;
  	border: none;
  	color: var(--medium-color);
	font-size: 12px;
	cursor: pointer;
	background: none;
}

.button:hover {
  color: var(--link-hover);
}

.button:active,
.button.is-checked {
  color: var(--font-color);
}

.button.is-checked {
  color: var(--font-color);
}








.section-label {
	margin: 0px 0px 20px 0%;
	color: var(--medium-color);
	font-size: 12px;
	text-transform: uppercase;
	clear: both !important;
	padding-top: 70px;
	letter-spacing: 0px;
}
.white .section-label {
	color: var(--medium-color);
}



/* ======================================================
   Home 2
   ====================================================== */

.item2 {
	margin: 0px 40px 30px 0%;
	float: left;
	position: relative;
	line-height: normal;
	border-left: 1px solid var(--border-color);
}
.item2 h2 {
	position: relative;
	/*color: hsla(0,0%,100%,0.90);*/
	left: 20px;
	font-size: 60px !important;
	font-family: 'din_lightregular' !important;
	letter-spacing: -1px !important;
	line-height: 60px;
	/*text-transform: uppercase;*/
}
.item2 h2 a {
	color: var(--link-color);
}
.item2 h2 a:hover {
	color: var(--link-hover);
}
.item2 span {
	position: absolute;
	z-index:11;
	line-height: 0;
	width: 200px;
	top: 60px; left: 20px; bottom: 0; right: 0;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.9s;
	-moz-transition:    opacity 0.9s;
	-o-transition:      opacity 0.9s;
}
.item2 span i {
	margin-bottom: -7px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
	color: var(--font-color);
	position: relative;
	z-index: 12;
}
.item2 span img {
border: 3px solid var(--border-color);
box-shadow: 0px 0px 50px black;
}
.item2:hover span {
	opacity: 1;
	display: block;
}








/* ======================================================
   Image Sequence
   ====================================================== */


.img-container {
  position: relative;
}

.img-container img {
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}






/* ======================================================
   Cat Page
   ====================================================== */

.item-cat {
	width: 33.333%;
	margin: 0%;
	float: left;
	position: relative;
	line-height: 0px;
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.item-cat h2 {
	line-height: normal;
	position: absolute;
	/*color: hsla(0,0%,100%,0.90)*/;
	top: 10%;
	left: 7%;
	right: 7%;
}
.item-cat h4 {
	line-height: normal;
	position: absolute;
	color: var(--medium-color);
	top: 12%;
	left: 7%;
	right: 7%;
	font-size: 14px;
	text-align: right;
}
.item-cat span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	cursor: pointer;
}
.item-cat:hover span {
	opacity: 1;
	cursor: pointer;
}





.item-cat-2 {
	width: 33.333%;
	margin: 0%;
	float: left;
	position: relative;
	line-height: 0px;
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.item-cat-2 h2 {
	line-height: normal;
	position: absolute;
	/*color: hsla(0,0%,100%,0.90);*/
	top: 10%;
	left: 7%;
	right: 7%;
}
.hovertext2 a {
	position: absolute;
	width: 100%;
	height: 100%;	
	text-decoration: none;
	background-image: url(../img/square-grad2.png);
	background-repeat:repeat;
	background-position: 0px 0px;
	background-size:100% 100%;
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.7s ease-in-out;
	-moz-transition:opacity 0.7s ease-in-out;
	-o-transition:opacity 0.7s ease-in-out;
	transition:opacity 0.7s ease-in-out;
	z-index: 99;
}
.hovertext2 a:hover {
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out; 
	-o-transition:opacity 0.3s ease-in-out;  
   	transition:opacity 0.3s ease-in-out;
	z-index: 99;	
}











/* ======================================================
   Project
   ====================================================== */
   
.project {

}   
i {
	margin-right: 5px;
}
#project {
	font-family: 'din_lightregular';
}
.project-id {
	margin: 50px 2.5% 0px 2.5%;
	/*background: red;*/
}
#project h2 {
	font-family: 'din_mediumregular';
	font-family: 'din_lightregular';
	font-size: 60px;
	text-transform: uppercase;
}
.crumbs {
	font-size: 13px;
	font-weight: 300;
	margin: 0px 0px 40px 0px;
}
.crumbs li {
	color: var(--medium-color);
	display: inline-block;
	margin: 0px 15px 0px 0px;
}
.crumbs li a {
	color: var(--medium-color);
}
.crumbs li a:hover {
	color: var(--link-hover);
}
.current a {
	color: var(--font-color) !important;
}
.project-info {
	/*background-color: hsla(0,0%,100%,0.0);*/
	width: 20%;
	border-top: 1px dotted var(--border-color);
	padding-top: 10px;
	font-size: 14px;
}
.project-info p {
	margin: 0 0px 1.5em 0px;
	line-height: 1.35em;
}


/*sections:*/

.project-section-full {
	width: 95%;
	margin: 75px 2.5% 0px 2.5%;
}

.project-section-2-3 {
	width: 61.666%;
	margin: 75px 2.5% 0px 2.5%;
}
.project-section-2-3 p {
	line-height: 1.35em;
	margin: 0 0px 1.5em 0px;
}
.project-section-2-3 h3 {
	margin: 0 0px 25px 0px;
	font-size: 24px;
}
.project-section-1-3 {
	width: 28.333%;
	/*font-size: 14px;*/
	margin: 75px 2.5% 0px 2.5%;
}
.border-top {
	border-top: 1px dotted var(--border-color);
	padding-top: 10px;
}
.project-section-1-3 p {
	margin: 0 0px 1.5em 0px;
	line-height: 1.35em;
}
.no-bottom {
	margin-bottom: -70px !important;
}
.project-list li {
	margin-bottom: 15px;
}




/* ======================================================
   Project Gallery
   ====================================================== */
.gallery {
	width: 70%;
	margin: 0px 2.5% 0px 2.5%;
	line-height: 0px;
}   
.gallery-img {
	width: 20%;
	float: left;
	border-top: 3px solid var(--gallery-border);
	border-right: 3px solid var(--gallery-border);
}
.gallery-img a, .g-item a {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	 filter: grayscale(100%) contrast(125%);

}
.gallery-img a:hover, .g-item a:hover {
	-webkit-filter: none;
	 filter: none;
}
.gallery-name {
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-family: 'dinbold';
	letter-spacing: 1px;
	line-height: normal;
	color: var(--medium-color);
}


/* ======================================================
   Project Gallery Masonry
   ====================================================== */


.g-item {
	float: left;
	border-top: 3px solid var(--gallery-border);
	border-right: 3px solid var(--gallery-border);
	line-height: 0px;
}
.g-small {
	width: 20%;
}
.g-big {
	width: 40%;
}
.grid-sizer-gallery { 
	width: 20%;
  	margin: 0%; 
}






/* ======================================================
   Footer
   ====================================================== */
   
 footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 1px;
	margin: 0px 0px 0px 0px;
	background-color: var(--bg-trans);
	padding-top: 75px;
	padding-bottom: 75px;	/*width: 100% !important;*/

 }
 .footer-col {
 	width: 20%;
	margin: 0px 2.5% 0px 2.5%;
	float: left;
	font-size: 14px;
	color:  var(--medium-color);
	border-top: 1px solid var(--border-color);
	padding-top: 20px;
 }
 .footer-col li {
 	margin: 0px 0px 7px 0px;
 }
 .footer-col a {
 	color: var(--medium-color);
 }
  .footer-col a:hover {
 	color: var(--link-hover);
 }
 .bottom {
 	height: 30px;
 }
   
 /* 
 .white footer {
 	background-color: hsla(0,0%,100%,0.60);
 } 
 .white .footer-col {
 	color: hsla(0,0%,0%,0.50);
	border-top: 1px solid hsla(0,0%,0%,0.30);
 }
  .white .footer-col a {
 	color: hsla(0,0%,0%,0.50);
 }
  .white .footer-col a:hover {
 	color: hsla(0,0%,0%,0.99);
 }
 */
   
   
/* ======================================================
   MEDIA QUERIES
   ====================================================== */
   
   
 @media (max-width: 1100px ) {   
.color {
	margin-left: -10px;
	margin-top: 10px;
}
}



@media (max-width: 1199px ) { 

.grid-sizer { 
	width: 25%;
}

.item {
	width: 25%;
}
#portfolio h2 {
	font-size: 24px;
}
.item2 {
	margin: 0px 25px 25px 0%;
}
.item2 h2 {
	left: 10px;
	font-size: 50px !important;
	line-height: 45px;
}


} 


@media (max-width: 959px ) { 

.grid-sizer { 
	width: 33.333%;
}

.item {
	width: 33.333%;

}
#portfolio h2 {
	font-size: 24px;
}
.item2 {
	margin: 0px 20px 20px 0%;
}
.item2 h2 {
	left: 10px;
	font-size: 45px !important;
	line-height: 45px;
}
.gallery-img {
	width: 25%;
}
.item-cat, .item-cat-2 {
	width: 50%;
}

} 


@media (max-width: 700px ) { 

#portfolio h2 {
	font-size: 20px;
}
.itembig {
	width: 50%;
}

} 


@media (max-width: 600px ) { 

#portfolio h2 {
	font-size: 16px;
}
.button {
	font-size: 12px;
	cursor: pointer;
	background: none;
}
.item2 {
	margin: 0px 20px 12px 0%;
}
.item2 h2 {
	left: 10px;
	font-size: 36px !important;
	line-height: 36px;
}
.gallery-img {
	width: 33.333%;
}

} 


@media (max-width: 500px ) { 

.grid-sizer { 
	width: 50%;
}
.item {
	width: 50%;
}
.item-cat, .item-cat-2 {
	width: 100%;
}
.g-small {
	width: 50%;
}
.g-big {
	width: 50%;
}
.grid-sizer-gallery { 
	width: 50%;
  	margin: 0%; 
}
.project-section-2-3 {
	width: 95%;
	margin: 75px 2.5% 0px 2.5%;
}
.project-section-1-3 {
	width: 95%;
	margin: 75px 2.5% 0px 2.5%;
}
.border-top {
	border-top: 1px dotted var(--border-color);
	padding-top: 10px;
}
.project-section-1-3 p {
	margin: 0 0px 1.5em 0px;
	line-height: 1.35em;
}
body {
	padding-bottom: 500px;	
}
 footer {
	padding-top: 75px;
	padding-bottom: 75px;

 }
 .footer-col {
 	width: 45%;
	margin: 0px 2.5% 0px 2.5%;
 }
} 










/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: bottom;
  margin-left: 10px;
  
 }


.theme-switch {
  display: inline-block;
  height: 15px;
  position: relative;
  width: 30px;
    top: 2px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #333;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #ccc;
  bottom: 0px;
  content: "";
  height: 15px;
  left: 0px;
  position: absolute;
  transition: .4s;
  width: 15px;
}

input:checked + .slider {
  background-color: #fff;
}

input:checked + .slider:before {
  transform: translateX(15px);
}

.slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}




/* =============================================
Default Dark
================================================ */

.navik-header {
	background-color: var(--menu-bg) !important;
}
.navik-menu li > ul {
	background-color: var(--menu-bg) !important;
}
.navik-header .line-menu,
.navik-header .dropdown-plus:before,
.navik-header .dropdown-plus:after {
	background-color: var(--menu-font) !important;
}
.navik-menu ul li > a {
	color: var(--menu-font) !important;
}
.navik-menu ul li.current-menu > a,
.navik-menu ul li:hover > a {
	color: var(--menu-font-hover) !important;
	background-color:transparent !important;
}
.navik-menu ul ul li > a,
.navik-menu ul ul li > a:hover {
	/*color: #c1c1c1;*/
	background-color: transparent !important;
}
.navik-menu ul ul li:hover > a {
	background-color: var(--menu-bg) !important;
	color: var(--menu-font-hover) !important;
}
.dropdown-plus:before,
.dropdown-plus:after {
	background-color: var(--menu-font) !important;
}



