/*
 * st4rt3r CSS
 */

/* Sticky Footer */

body {
    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;
		background: #000;
		color: #999;	
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;

		}



body.fixed {
    overflow: hidden;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
	}

.comment-meta {
	margin-bottom: 1rem;
	}

.comment > .children {
	margin-top: 1rem;
	margin-right: -0.625rem;
	margin-bottom: -1.625rem;
	}


.container-fluid {
	max-width: 1400px;
}


a {color: #fff;}
a:hover {color: #fff;}
a:focus {color: #fff;}




h1 {
	padding-bottom: 0.75rem;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color:#fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}


h2 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	line-height: 1.4;
}

h2 .small {
	color: #999;
}


.head-logo,
.menu-logo {
	width: 40px;
	height: auto;
	position: fixed;
	top: 2rem;
	left: 2.25rem;
	z-index: 7;
	opacity: 0;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	will-change: transform;
	}


@media (max-width: 575.98px) {
	.head-logo,
	.menu-logo {
	left: 1.5rem;
	}
}


.menu-logo {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 9;
	opacity: 1;
	}



.lettring-logo {
	height: 40px;
	width: 200px;
	position: fixed;
	top: 2rem;
	left: 5.5rem;
	z-index: 9;
	padding: 8px;
}

@media (max-width: 575.98px) {
	.lettring-logo {
		left: 4.25rem;
	}
}

.lettring-logo svg {
	height: 16px;
	width: auto;
}

@media (min-width: 992px) {
    .lettring-logo,
    .menu-logo {
        display: none;
        visibility: hidden;
    }
    }

.head-logo.show-logo {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}


.head-logo img,
.head-logo svg {
	width: 100%;
	height: auto;
}



.intro-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
        z-index: 1;
}

.intro-wrap:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000;
}



.intro-logo img,
.intro-logo svg {
	width: 120px;
	height: auto;
	z-index: 9;
	position: relative;
}




svg#Lettring path {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	will-change: transform;
}

.is-active svg#Lettring path {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

.is-active svg#Lettring path.lett_1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	}
.is-active svg#Lettring path.lett_2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	}
.is-active svg#Lettring path.lett_3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	}
.is-active svg#Lettring path.lett_4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	}
.is-active svg#Lettring path.lett_5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	}
.is-active svg#Lettring path.lett_6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	}




.menu-wrap {
  overflow:hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s; 
  transition-delay: 0s;
  will-change: transform;	
  width:100% ;
  max-height:1px;
  background:transparent;
  position:fixed;
  top:-1px;
  left:0px;
  z-index:7;
	height: 100%;
	background: #000;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 0;
  }

  
.menu-wrap.is-active {
  min-height:calc(100vh + 1px);
	max-height: none;
  -webkit-transition-delay: .3s; 
  transition-delay: .3s; 
	-webkit-transform: translate3d(0,0,0); 
	transform: translate3d(0,0,0);
	opacity: 1;
  }





.navbar-nav {
	padding-top: 3rem;
  padding-bottom: 3rem;
}


@media (max-width:767.98px) {
	
.navbar-nav {
	padding-top: 2rem;
  padding-bottom: 1rem;
}
	
}

/*
.menu-brand-wrap  {
	min-height: 100vh;
	padding: 4rem;
	overflow: hidden;
	position: relative;
	}
*/





.menu-contacts {
	max-width: 420px;
	margin-top: auto;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #999;
}

.menu-contacts span.label {
	width: 40px;
  display: inline-block;
}

.menu-contacts p {
	font-size: 12px;
	margin-bottom: 0;
	
}


.menu-brand-wrap {
	background-size: cover;
	background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 11rem!important;
    
}


.menu-main-logo {
    max-width: 120px;
    min-width: 120px;
    margin-top: -9rem;
}


@media (max-width:991.98px) {
    .menu-main-logo {
        display: none;
        visibility: hidden;
    }
}


.menu-main-logo #MainMenuLogo .line1 {
stroke-width: 4px;
}

.menu-main-logo .logo-label {
    padding: 0.25rem 0.25rem;
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
}

.menu-nav-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	min-height: 100vh;
	padding: 4rem 4rem 6rem!important;
}


@media (max-width:767.98px) {
.menu-nav-wrapper {
		padding: 4rem 2rem 3rem!important;
    	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
	}

.main-navigation {
    max-width: 420px;
	width: 100%;
	margin-top: auto;
    margin-bottom: auto;
}


@media (min-width:991.98px) {
    .main-navigation {
    max-width: 100%;
}
    
.menu-nav-wrapper {
    padding-left: 9rem!important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}    
    
    
}




.navbar-nav .nav-link {
    color: #fff;
    padding: 0.25rem 0;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
		font-family: 'Montserrat', sans-serif!important;
		letter-spacing: 4px;
		text-transform: uppercase;
		will-change: transform;
}


.navbar-nav .menu-item.menulight .nav-link {
    color: #888!important;
}

.navbar-nav .menu-item.highlight  {
    margin-top: 2rem;
}

.navbar-nav .menu-item.highlight .nav-link {
    font-weight: 600;
}



.navbar-nav .nav-link:before {
  	content:'';
		width: 60px;
		height: 1px;
	 	position: absolute;
		    bottom: 4px;
		left: 0;
		background: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		overflow:hidden;
		will-change: transform;
		}


.navbar-nav .nav-link:hover:before,
.navbar-nav .nav-link:focus:before{
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
		}






.navbar-nav .dropdown-toggle  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;





	
	}

.navbar-nav .dropdown-toggle::after {
    display: none;
    margin-left: 1em;
    content: "";
    border: 0;
    width: 100%;
    height: 1px;
    background: #999;
}



.navbar-nav .dropdown-menu {
  position: relative!important;
  top:0;
  left: 0;
  -webkit-transform: translate3d(0,0,0)!important;
  transform: translate3d(0,0,0)!important;
	padding: 0;
	border: 0;
	margin: 0;
	margin-bottom: 2rem;
	margin-top: 1rem;
	background: transparent;
	will-change: transform;
	}


.navbar-nav .dropdown-menu .dropdown-item {
	
    padding: 0.25rem 0;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 4px;
		text-transform: uppercase;
		will-change: transform;
		}




@media (max-width: 575.98px) { 

	.navbar-nav .dropdown-menu .dropdown-item {
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
	}
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
		background: transparent;
		color: #fff;
		}










.menu-wrap .dropdown-menu .nav-item {
  opacity:0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate3d(-1rem,0,0);
  transform: translate3d(-1rem,0,0);
  will-change: transform;
  }

.menu-wrap.is-active .dropdown-menu .nav-item {
  opacity:1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  }
	

	
.navbar-nav .dropdown-menu .nav-item:nth-child(1) {
  -webkit-transition-delay: 0.1s; 
  transition-delay: 0.1s; 
 	} 
	
.navbar-nav .dropdown-menu .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s; 
  transition-delay: 0.2s; 
 	}
	
.navbar-nav .dropdown-menu .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s; 
  transition-delay: 0.3s; 
 	} 
	
.navbar-nav .dropdown-menu .nav-item:nth-child(4) {
   -webkit-transition-delay: 0.4s; 
  transition-delay: 0.4s; 
 	} 
	
.navbar-nav .dropdown-menu .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
 	} 
	
.navbar-nav .dropdown-menu .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
   }
   
.navbar-nav .dropdown-menu .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
   }   
	





/* Hero */

.hero-wrap {
	position: relative;
	overflow: hidden;
	opacity: 0;
	padding: 5rem 2.5rem;
}

.hero {
	min-height: calc(100vh - 10rem);
	background-position: center;
	background-size: cover;
	
}


@media (max-width: 575.98px) {
	
	.hero-wrap {
			padding: 5rem 1.5rem;
}
	
	.hero {
		min-height: 50vh;
	
}
	}

.hero-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: 0 auto;
} 



.project-header {
	min-height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3rem;
	    
	}

.project-header h1 {
	margin: 0;
	padding-bottom: 0.75rem;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color:#fff;
	font-weight: 300;
	text-align: center;
	max-width: calc(100% - 8rem);
	}

@media (max-width: 575.98px) {
	.project-header h1 {
	font-size: 20px;
		letter-spacing: 2px!important;
	
	}
}

.project-header:after {
	content:'';
	width: 60px;
	height: 1px;
	background: #999;
	margin: 1rem auto;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform;
	}

.project-header.active:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	}

.ml9 {
  position: relative;
  font-weight: 400;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	opacity: 0;
	}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
	}

.ml9 .letter {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
	letter-spacing: 1px;
	opacity: 0;
	}












/*  -------- GRID -------- */



.grid-custom {
	width: 100%;
	}

.custom-grid-sizer {
	width:33.33333%;
	}

.custom-grid-item {
	padding-top: 3rem;
	width:33.33333%;
	}



@media (max-width: 767.98px) {
.custom-grid-sizer {
	width:100%!important;
	}
	
.custom-grid-item {
	margin-top: 2rem!important;
	width:100%!important;
	}

}



@media (min-width: 768px) and (max-width:991.98px) {
	
.custom-grid-sizer {
	width:50%!important;
	}

.custom-grid-item {
	padding: 2rem;
	width:50%!important;
	}
	
}



.custom-grid-item a {
overflow: hidden;
	position: relative;
	display: block;
}

.custom-grid-item figure {
	margin-bottom: 0!important;
	}





@media(min-width:992px) {
	
.custom-grid-item.reveal,
.template-grid-item.reveal {
	opacity: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: translate3d(0,3rem,0);
	transform: translate3d(0,3rem,0);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	will-change: transform;
	}

.custom-grid-item.appear,
.template-grid-item.appear {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	}
	
}


.custom-grid-item figure,
.template-grid-item figure  {
	position: relative;
	overflow: hidden;
}

.custom-grid-item img,
.template-grid-item img {
	-webkit-transition: all 1s;
	transition: all 1s;
	will-change: transform;
}







/* --------- TEMPLATE GRIDS ----------- */


@media (max-width: 767.98px) {
	.grid_template .template-grid-sizer {
	width: 100%!important;
	}


.template-grid-item {
	width: 100%!important;
	margin-top: 2rem!important;
	padding: 3rem;
	}
	
}


@media (min-width: 768px) and (max-width:991.98px) {

.grid_template .template-grid-sizer {
	width: 50%!important;
	}
	
.template-grid-item {
	width: 50%!important;
	margin-bottom: 0;
	padding: 2rem;
	}
	
}



@media (min-width: 992px) {
	
.grid_template .template-grid-sizer {
	width: 33.333333%;
	}
	
.template-grid-item {
	width: 33.333333%;
	margin-bottom: 0;
	padding: 3rem;
	}
	
.grid_template.grid_01 .item_2,
.grid_template.grid_01 .item_8 {
	width: 66.66666%;
	} 

.grid_template.grid_02 .item_3,
.grid_template.grid_02 .item_9,
.grid_template.grid_02 .item_16 {
	width: 66.66666%;
	} 
	
.grid_template.grid_03 .item_1,
.grid_template.grid_03 .item_5,
.grid_template.grid_03 .item_10 {
	width: 66.66666%;
	} 
	
.grid_template.grid_04 .item_4,
.grid_template.grid_04 .item_10,
.grid_template.grid_04 .item_14{
	width: 66.66666%;
	} 
	
	
	
.grid_template.grid_05 .template-grid-sizer,
.grid_template.grid_06 .template-grid-sizer,
.grid_template.grid_07 .template-grid-sizer,
.grid_template.grid_08 .template-grid-sizer {
	width: 25%;
	}
	
.grid_template.grid_05 .template-grid-item,
.grid_template.grid_06 .template-grid-item,
.grid_template.grid_07 .template-grid-item,
.grid_template.grid_08 .template-grid-item {
	width: 25%;
	margin-bottom: 0;
	}
	
	
.grid_template.grid_05 .item_3,
.grid_template.grid_05 .item_9,
.grid_template.grid_05 .item_14	{
	width: 50%;
	} 
	
	
.grid_template.grid_06 .item_6,
.grid_template.grid_06 .item_12,
.grid_template.grid_06 .item_16	{
	width: 50%;
	} 
	
.grid_template.grid_07 .item_1,
.grid_template.grid_07 .item_8,
.grid_template.grid_07 .item_9,
.grid_template.grid_07 .item_15 {
	width: 50%;
	} 
	
.grid_template.grid_08 .item_2,
.grid_template.grid_08 .item_6,
.grid_template.grid_08 .item_9,
.grid_template.grid_08 .item_10 {
	width: 50%;
	} 
	

}



@media (max-width:991.98px) {

.padd-x-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	}
.padd-x-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	}
.padd-x-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	}
.padd-x-4 {
	padding-left: 1rem;
	padding-right: 1rem;
	}
.padd-x-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	}
.padd-x-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	}

	
.marg-t-1	{
	margin-top: 0.5rem;
	}
.marg-t-2	{
	margin-top: 1rem;
	}
.marg-t-3	{
	margin-top: 1.5rem;
	}
.marg-t-4	{
	margin-top: 2rem;
	}
.marg-t-5	{
	margin-top: 2.5rem;
	}
.marg-t-6	{
	margin-top: 3rem;
	}	
	
	


}








@media (min-width:992px) {

.padd-x-1 {
	padding-left: 1rem;
	padding-right: 1rem;
	}
.padd-x-2 {
	padding-left: 2rem;
	padding-right: 2rem;
	}
.padd-x-3 {
	padding-left: 3rem;
	padding-right: 3rem;
	}
.padd-x-4 {
	padding-left: 4rem;
	padding-right: 4rem;
	}
.padd-x-5 {
	padding-left: 5rem;
	padding-right: 5rem;
	}
.padd-x-6 {
	padding-left: 6rem;
	padding-right: 6rem;
	}
	
	
.marg-t-1	{
	margin-top: 1rem;
	}
.marg-t-2	{
	margin-top: 2rem;
	}
.marg-t-3	{
	margin-top: 3rem;
	}
.marg-t-4	{
	margin-top: 4rem;
	}
.marg-t-5	{
	margin-top: 5rem;
	}
.marg-t-6	{
	margin-top: 6rem;
	}
	
	
}




/* Homepage Thumb Cat*/

h2.thumb_title {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 0.25rem;
	font-family: 'Montserrat', sans-serif;
}

h2.thumb_title a {
	color: #fff;
}


.thumb-cat {
	  display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
		font-family: 'Montserrat', sans-serif;
}

.thumb-cat a {
	  color: #999;
}


h2.thumb_title a:hover,
.thumb-cat a:hover {
	text-decoration: none;
}

@media (min-width:992px) {
	
.template-grid-item h2.thumb_title {
	opacity:0;
	-webkit-transition: all .75s;
	transition: all .75s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	will-change: transform;
	}
	
.template-grid-item .thumb-cat {
	opacity:0;
	-webkit-transition: all .75s;
	transition: all .75s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	will-change: transform;
	}	
	
.template-grid-item:hover h2.thumb_title {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	
.template-grid-item:hover .thumb-cat {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	

	
	

}



/* ------------ */

.projects-nav .col {
	min-height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	}

.proj_cat {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	}

.proj_cat a {
	color: #fff;
	}

.proj_cat a:hover {
	text-decoration: none;
	}

.projects-nav .meta-icon {
	padding-left: 1rem;
	padding-right: 1rem;
	}

.previous-post,
.next-post {
	color: #777;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.previous-post:hover,
.next-post:hover {
	color: #fff;
	text-decoration: none;
}





/* Swiper Full Screen */


.fullscreen-swiper-wrap {
	min-height: 100vh;
	width: 100%;
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
/*
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
*/
	-webkit-transition: all .5s cubic-bezier(.666, 0, .237, 1);
	transition: all .5s cubic-bezier(.666, 0, .237, 1);
	z-index: 9;
	-webkit-transition-delay: 1s;
	transition-delay: 1s; 
	visibility: hidden;
	will-change: transform;
	}

.fullscreen-swiper-wrap.active {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: all 1s cubic-bezier(.666, 0, .237, 1);
	transition: all 1s cubic-bezier(.666, 0, .237, 1);
	visibility: visible;
	}

.fullscreen-swiper-wrap .swiper-slide {
	height: calc(100vh - 10rem);
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	}

.fullscreen-swiper-wrap .fullscreen-swiper {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s; 
	will-change: transform;
	}

.fullscreen-swiper-wrap.active .fullscreen-swiper {
	opacity: 1;
	-webkit-transition-delay: 1s;
	transition-delay: 1s; 
	}



.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
		}



.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M13.9 18.5l.7-.7L6.8 10l7.8-7.8-.7-.7L5.4 10z'/%3E%3C/svg%3E");
	left: 30px;
	}

.swiper-button-next  {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M6.1 1.5l-.7.7 7.8 7.8-7.8 7.8.7.7 8.5-8.5z'/%3E%3C/svg%3E");
	right: 30px;
	}	

.fullscreen-swiper-wrap .swiper-button-next,
.fullscreen-swiper-wrap .swiper-button-prev {
	-webkit-transition: all 1s;
	transition: all 1s;
	will-change: transform;
	} 


 



.closefull-wrap {
		position: fixed;
    top: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: right;
	 }


.closefull {
    position: fixed;
    padding: 10px;
    width: 50px;
    height: 40px;
    right: 2vw;
    top: 30px;
    cursor: pointer;
		outline: 0 !important;
    }

.closefull-wrapper {
        position: relative;
        width: 100%;
        height: 100%
        }

.closefull-line {
        position: absolute;
        width: 100%;
        height: 2px;
        overflow: hidden;
        opacity: 1;
				top:0;
	    	-webkit-transform: translate3d(0, 10px, 0px);
	    	transform: translate3d(0, 10px, 0px);
        }

.closefull-line:before {
        content: "";
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity:1;
				-webkit-transition: all 1s;
				transition: all 1s;
				-webkit-transform: translateY(0) rotate(0);
      	-ms-transform: translateY(0) rotate(0);
      	transform: translateY(0) rotate(0);
				top: 50%;
        }


.closefull .closefull-open:first-child,
.closefull .closefull-open:last-child {
		-webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
		top: 50%;
		-webkit-transition: all .5s;
		transition: all .5s;
		}	


.closefull-line.closefull-open:first-child {
			top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
			opacity: 1;
			}
			
	
.closefull-line.closefull-open:last-child {
		top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
		opacity: 1;
	
		}	


.closefull:hover .closefull-open:first-child,
.closefull:hover .closefull-open:last-child {
		-webkit-transform: translateY(0) rotate(0)!important;
    -ms-transform: translateY(0) rotate(0)!important;
    transform: translateY(0) rotate(0)!important;
		top: 50%;
		}	

/* -------------------- REVEAL STYLES -------------------- */


.h1_subtitle {
	font-size: 1.5rem;
	font-weight: 300;
	color: cadetblue;
}




/* -------------------- PAGE HEADER -------------------- */




.about-image {
	margin-top: 0rem;
}


@media (min-width:992px) {
.rev-button {
	-webkit-transform: translate3d(0,3rem,0);
	transform: translate3d(0,3rem,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	will-change: transform;
}

.appear.rev-button {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

	}

/* -------------------- PAGE HEADER -------------------- */


.page-header   {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-header h1 {
	text-align: center;
	letter-spacing: 8px;
	opacity: 0;
}



/*
.page-header h1:after {
	content:'';
	width: 60px;
	height: 1px;
	background: #999;
	margin: 1rem auto;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	}

.page-header h1.active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	}
*/



/* -------------------- CATEGORY HEADER -------------------- */


.category-header {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.category-header h1 {
text-align: center;
	letter-spacing: 8px;
	opacity: 0;
}

/*
.category-header h1:after {
	content:'';
	width: 60px;
	height: 1px;
	background: #999;
	margin: 1rem auto;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	}

.category-header h1.active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	}
*/

/* --------------------- TEXT ELEMENTS ----------------- */

.has-divider-top:before,
.has-divider-bottom:after {
	content:'';
	width: 60px;
	height:3px;
	background: #ccc;
	display: block;
	position: relative;
	margin: 1rem 0;
	}


.pretitle {
	display: block;
	width: 100%;
	margin-bottom: 0.25rem!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px!important;
	}

.pretitle:after {
	content:'';
	display: block;
	width: 100px;
	height:1px;
	background: #ccc;
	margin-left: 1rem;
	position: relative;
	}

.pretitle.reveal:after {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.pretitle.appear:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}







/* ------------------------ FOOTER ----------------------------*/


.site-footer {
	margin-top: 4rem;
	background: #000;
	color:#666;
	}

.site-footer a {
	color: #666;
	}

.site-footer ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}

.copyright-wrap p {
	font-size: 12px;
	}

.legal-notes p  {
	border-top:1px solid #ccc;
	padding-top:1rem;
	padding-bottom: 1rem;
	}

.legal-notes p {
	font-size: 12px;
	margin-bottom: 0;
	}

.legal-notes a {
	text-decoration: underline;
	} 



/* --------------  CONTACT NOTES ------------------ */

.contact-notes p {
	font-size: 12px;
}

.contact-notes a {
	color: inherit;
	text-decoration: underline;
}

/* ------------------------- MAPA --------------------------*/


.contacts-image {
	background-position: top;
	background-size: cover;
}


@media(max-width:991.98px) {
	
	.contacts-image {
	padding-bottom: 60%;
}
	
}




.contacts-wrap { 
	background: #000;
	margin-top: -6rem;
	padding: 3rem;
	}



.map-image {
	background: #333;
}


.map-wrapper {
	margin-top: 6rem;
	padding: 2.25rem;
}

#map {
	width: 100%;
	padding-bottom: 60%;
	background: #000;
	}

#map > div {
	background-color: #000!important;
}


.gmnoprint,
.gm-style-cc {
	display: none!important;
}

/* --------------  ANIMATED SVG ------------------ */

.animated-svg path {
	-webkit-transition: stroke-dashoffset 3s ease-out !important;
	transition: stroke-dashoffset 3s ease-out !important;
	stroke-dashoffset: 0 !important;
	-webkit-transition-delay: 0.8s !important;
	transition-delay: 0.8s !important;
	}


/* --------------  SOCIAL ICONS ------------------ */

.social-media-icons  {
	list-style:none;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-left: 1rem;
	}

.social-media-icons li {	
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
	}

.social-media-icons i {
  font-size: 18px!important;
  color: inherit!important;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
	overflow:hidden;
	transition: all 0.25s ease,opacity 0.2s linear;
    -webkit-transition: all 0.25s ease,opacity 0.2s linear;
	}

.social-media-icons a {
	color:rgba(255, 255, 255, 0.75);
		display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}

.social-media-icons a:hover {
	text-decoration:none;
	color:rgba(255, 255, 255, 1);
	}

.social-media-icons i:before,
.social-media-icons i:after {
	display:block;
	-webkit-transition: opacity 0.2s linear,-webkit-transform 0.25s ease;
	transition: opacity 0.2s linear,-webkit-transform 0.25s ease;
	transition: transform 0.25s ease,opacity 0.2s linear;
	transition: transform 0.25s ease,opacity 0.2s linear,-webkit-transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s linear;
	}

.social-media-icons i:hover:before,
.social-media-icons i:hover:after {
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	}

.social-media-icons .fa-facebook-f:before, 
.social-media-icons .fa-facebook:before,
.social-media-icons .fa-facebook-f:after, 
.social-media-icons .fa-facebook:after {
    content: "\f09a";
	}

.social-media-icons .fa-google-plus:before,	
.social-media-icons .fa-google-plus:after {
    content: "\f0d5";
	}

.social-media-icons .fa-instagram:before,	
.social-media-icons .fa-instagram:after {
    content: "\f16d";
	}

.social-media-icons .fa-twitter:before,
.social-media-icons .fa-twitter:after {
    content: "\f099";
	}

.social-media-icons .fa-flickr:before,
.social-media-icons .fa-flickr:after {
    content: "\f16e";
	}

.social-media-icons .fa-pinterest:before,
.social-media-icons .fa-pinterest:after {
    content: "\f0d2";
	}

.social-media-icons .fa-youtube:before,
.social-media-icons .fa-youtube:after {
    content: "\f167";
	}
.social-media-icons .fa-vimeo-square:before,
.social-media-icons .fa-vimeo-square:after {
    content: "\f194";
	}

.social-media-icons .fa-tumblr:before,
.social-media-icons .fa-tumblr:after {
    content: "\f173";
	}

.social-media-icons .fa-dribbble:before,
.social-media-icons .fa-dribbble:after {
    content: "\f17d";
	}

.social-media-icons .fa-feed:before, 
.social-media-icons .fa-rss:before,
.social-media-icons .fa-feed:after, 
.social-media-icons .fa-rss:after {
    content: "\f09e";
	}

.social-media-icons .fa-linkedin:before,
.social-media-icons .fa-linkedin:after {
    content: "\f0e1";
	}

.social-media-icons .fa-tripadvisor:before,	
.social-media-icons .fa-tripadvisor:after {
    content: "\f262" !important;
	}

.social-media-icons .fa-envelope:before,
.social-media-icons .fa-envelope:after {
    content: "\f0e0";
}



/* ------------- EKKO LIGHTBOX ------------- */ 

.ekko-lightbox {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 0!important;
		background: rgba(0,0,0,0.8);
		}


.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox-container {
    position: relative
		}

.ekko-lightbox-container>div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
		}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
		}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
		}

.ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    color: #666;
    font-size: 40px;
		font-weight: 300;
    z-index: 1
		}

.ekko-lightbox-nav-overlay a>* {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
		}

.ekko-lightbox-nav-overlay a>:focus {
    outline: none
		}

.ekko-lightbox-nav-overlay a span {
    padding: 0 15px;
    font-size: 16px;
		}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
	}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
	}

.ekko-lightbox-nav-overlay a:focus {
    outline: none
	}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
	}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
	}

.ekko-lightbox .modal-dialog {
    display: none
	}

.ekko-lightbox .modal-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    border-top: 0;
    padding-top: 0;
	}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
	}

.ekko-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
	}

.ekko-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: a 2s infinite ease-in-out;
    animation: a 2s infinite ease-in-out
	}

.ekko-lightbox-loader>div>div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
	}

.modal-dialog .ekko-lightbox-loader>div>div {
    background-color: #333
	}

@-webkit-keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}











	.hamburger-wrap {
			position: fixed;
    top: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    z-index: 8;
    text-align: right;
	}
			
			
        .hamburger {
            position: fixed;
            padding: 10px;
            width: 50px;
    				height: 40px;
            right: 2vw;
            top: 30px;
            cursor: pointer;
					 outline: 0 !important;
        }
        
        .hamburger.hamburger-mounted {
            transition: -webkit-transform .7s cubic-bezier(.666, 0, .237, 1);
            -webkit-transition: -webkit-transform .7s cubic-bezier(.666, 0, .237, 1);
            transition: transform .7s cubic-bezier(.666, 0, .237, 1);
            transition: transform .7s cubic-bezier(.666, 0, .237, 1), -webkit-transform .7s cubic-bezier(.666, 0, .237, 1);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }
        
        .hamburger .hamburger-wrapper {
            position: relative;
            width: 100%;
            height: 100%
        }
        
        .hamburger .hamburger-line {
            position: absolute;
            width: 100%;
            height: 2px;
            overflow: hidden;
            opacity: 1
        }
        
        .hamburger .hamburger-line:before {
            content: "";
            position: absolute;
            right: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: 1
        }


			 .hamburger .hamburger-line.hamburger-open:before {
				 -webkit-transition: background 1s;
				 transition: background 1s;
				 

        }

        
        .hamburger .hamburger-line:first-child.hamburger-closed {
            -webkit-animation-name: hb-anim-01;
            animation-name: hb-anim-01;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }
        
        .hamburger .hamburger-line:first-child.hamburger-closed:before {
            -webkit-animation-name: hb-anim-02;
            animation-name: hb-anim-02;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }
        
        .hamburger .hamburger-line:first-child.hamburger-open {
            -webkit-animation-name: hb-anim-03;
            animation-name: hb-anim-03;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }
        
        .hamburger .hamburger-line:first-child.hamburger-open:before {
            -webkit-animation-name: hb-anim-04;
            animation-name: hb-anim-04;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }
        
        .hamburger .hamburger-line:nth-child(2).hamburger-closed {
            -webkit-animation-name: hb-anim-05;
            animation-name: hb-anim-05;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .1s;
            animation-delay: .1s
        }
        
        .hamburger .hamburger-line:nth-child(2).hamburger-closed:before {
            -webkit-animation-name: hb-anim-02;
            animation-name: hb-anim-02;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .1s;
            animation-delay: .1s
        }
        
        .hamburger .hamburger-line:nth-child(2).hamburger-open {
            -webkit-animation-name: hb-anim-06;
            animation-name: hb-anim-06;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .1s;
            animation-delay: .1s
        }
        
        .hamburger .hamburger-line:nth-child(2).hamburger-open:before {
            -webkit-animation-name: hb-anim-04;
            animation-name: hb-anim-04;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .1s;
            animation-delay: .1s
        }
        
        .hamburger .hamburger-line:nth-child(3).hamburger-closed {
            -webkit-animation-name: hb-anim-07;
            animation-name: hb-anim-07;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }
        
        .hamburger .hamburger-line:nth-child(3).hamburger-closed:before {
            -webkit-animation-name: hb-anim-02;
            animation-name: hb-anim-02;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }
        
        .hamburger .hamburger-line:nth-child(3).hamburger-open {
            -webkit-animation-name: hb-anim-08;
            animation-name: hb-anim-08;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }
        
        .hamburger .hamburger-line:nth-child(3).hamburger-open:before {
            -webkit-animation-name: hb-anim-04;
            animation-name: hb-anim-04;
            -webkit-animation-duration: 666ms;
            animation-duration: 666ms;
            -webkit-animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            animation-timing-function: cubic-bezier(.666, 0, .237, 1);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }
        
        @-webkit-keyframes hb-anim-03 {
            0% {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            50% {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            60% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
            to {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
        }
        
        @keyframes hb-anim-03 {
            0% {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            50% {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            60% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
            to {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
        }
        
        @-webkit-keyframes hb-anim-01 {
            0% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
            50% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
            60% {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            to {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
        }
        
        @keyframes hb-anim-01 {
            0% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
            50% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg)
            }
            60% {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            to {
                top: 0;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
        }
        
        @-webkit-keyframes hb-anim-06 {
            0% {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            50% {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            60% {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            to {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
        }
        
        @keyframes hb-anim-06 {
            0% {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            50% {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            60% {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            to {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
        }
        
        @-webkit-keyframes hb-anim-05 {
            0% {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            50% {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            60% {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            to {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
        }
        
        @keyframes hb-anim-05 {
            0% {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            50% {
                opacity: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            60% {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
            to {
                opacity: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
        }
        
        @-webkit-keyframes hb-anim-08 {
            0% {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            50% {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            60% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
            to {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
        }
        
        @keyframes hb-anim-08 {
            0% {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            50% {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            60% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
            to {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
        }
        
        @-webkit-keyframes hb-anim-07 {
            0% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
            50% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
            60% {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            to {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
        }
        
        @keyframes hb-anim-07 {
            0% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
            50% {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }
            60% {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
            to {
                top: 90%;
                -webkit-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg)
            }
        }
        
        @-webkit-keyframes hb-anim-04 {
            0% {
                right: 0
            }
            50% {
                right: -100%
            }
            60% {
                right: -100%
            }
            to {
                right: 0
            }
        }
        
        @keyframes hb-anim-04 {
            0% {
                right: 0
            }
            50% {
                right: -100%
            }
            60% {
                right: -100%
            }
            to {
                right: 0
            }
        }
        
        @-webkit-keyframes hb-anim-02 {
            0% {
                right: 0
            }
            50% {
                right: -100%
            }
            60% {
                right: -100%
            }
            to {
                right: 0
            }
        }
        
        @keyframes hb-anim-02 {
            0% {
                right: 0
            }
            50% {
                right: -100%
            }
            60% {
                right: -100%
            }
            to {
                right: 0
            }
        }


ul.pagination {
	font-size: 14px;
}

.page-link,
.page-link:hover,
.page-link:focus {
    background-color: transparent; 
    border: 0px solid #dee2e6;
		color: #555;
		outline: none!important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
		}

.page-link:hover,
.page-link:focus {
		color: #fff;
		}

.page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
	color: #ccc;
}


.pagination-wrap {
	padding-top: calc(2rem + 4px);
}

@media(max-width:991.98px) {
.pagination-wrap {
text-align: center;
	padding-bottom: 1.5rem;
	}
	
.pagination-wrap .pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
		}
	}

.other-cats { 
	font-size: 14px;
	text-align: center;
	padding: 0 3rem;
	}


.other-cats:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 0 auto 2rem;
	display: block;
}

.cat-menu-item {
	display: inline-block;
	padding: 0.5rem 0.5rem;
	}

.cat-menu-item a {
	color: #555;
	}

.cat-menu-item a:hover {
	color: #fff;
	}

.cat-menu-item.current-cat {
	color: #fff;
	font-weight: 600;
}
