
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
	display: table;
	content: " ";
}
.container-fluid:after,
.row:after{
	clear: both;
}
.topMenuBar,
.topMenuBar *,
.footerContainer,
.footerContainer *
{
	font-family: 'Gotham-Light', sans-serif;
}
.topMenuBar{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2000;
    padding: 10px 40px;
    background: rgba(255,255,255,.9);
    background: rgba(255,255,255,0);
    transition:.3s ease-in;
}
.topMenuBarWrapper{
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.topMenuBar.white{
	background: rgba(0,0,0,.7);	
	background: rgba(0,0,0,0);	
}
.topMenuBar .logo{float: left;}
.topMenuBar .logo img,.topMenuBar .logo svg{
	display: block;
	height: 86px;
    margin-left: -13px;
    margin-top: -13px;
    margin-bottom: -13px;
	transition:.5s ease-in-out;}
.topMenuBar.shrink .logo img,.topMenuBar.shrink .logo svg{
	height: 60px;
	margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.topMenuBar.shrink{background: rgba(255,255,255,1);}
.topMenuBar.shrink.white{background: rgba(0,0,0,1);}
.topMenuBar .logo .logoWhite,.topMenuBar.black .logo .logoWhite,.topMenuBar.white .logo .logoBlack{display: none;}
.topMenuBar.black .logo .logoBlack,.topMenuBar.white .logo .logoWhite{display: block;}
@media(max-width: 767px){
	.topMenuBar .logo img,.topMenuBar .logo svg{
		height: 60px;
		margin-left: -10px;
	    margin-top: -10px;
	    margin-bottom: -10px;
	}
}
.menuButton{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0;
	top:50%;
	transform:translateY(-50%);
	box-shadow: none;
	border:none;
	overflow: hidden;
}
.menuButton .barHolder{
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	top:0;
	background: none;
	margin-top: 8px;
}

.menuButton .barHolder.barHolder2{
	margin-top: 15px;
}
.menuButton.cross .barHolder{
	margin-top: 12px;
	transform: rotate(45deg);
}
.menuButton.cross .barHolder.barHolder2{
	transform: rotate(-225deg);
}
.menuButton .bar{
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	top:0;
	background: #000;
	transition: 0s 0s;
}
.menuButton .bar:before{
	content: "";
	position: absolute;
	right: 200%;
	width: 100%;
	height: 100%;
	top:0;
	background: #000;
	
}
.menuButton:hover .bar{
	transition: .3s ease-in;
	right:-200%;
}
.menuButton:hover .bar2{
	transition: .3s ease-in .1s;
}
.menuButton:active .bar{
	transition: 0s 0s;
	right:0%;
}

.topMenuBar.white .menuButton .bar,
.topMenuBar.white .menuButton .bar:before{
	background: #fff;
}

@media(min-width: 1200px){
	.topMenuBar{
		padding-left: 90px;
		padding-right: 90px;
	}
}

.menuPanel{
	position: fixed;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
    /*top: 0;*/
    left: 0;
    background: #fff;
    z-index: -1;
    top:0px;
    opacity: 0;
    visibility: hidden;
    transition:.3s ease-in;
}
.filterByMenuPanel{
	position: fixed;
    height: auto;
    width: 100%;
    padding-top: 70px;
    left: 0;
    background: #fff;
    z-index: -1;
    top:-200px;
    opacity: 0;
    visibility: hidden;
    transition:.3s ease-in;
    min-height: 200px;
}
.topMenuBar.menuOpen,
.topMenuBar.filterByMenuOpen
{
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	background: transparent !important;
}
.topMenuBar.menuOpen .menuPanel{
	top:0px;
    opacity: 1;
    visibility: visible;
}
.topMenuBar.white .menuPanel{
	background: #000;
}
.topMenuBar.filterByMenuOpen .filterByMenuPanel{
	top:0px;
    opacity: 1;
    visibility: visible;
}
.topMenuBar.white .filterByMenuPanel{
	background: #000;
}
.filterByMenuPanel .list{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 40px;
    margin-top: 40px;
    font-size: 120%;
}
.filterByMenuPanel .list li:first-child{
	margin-bottom: 35px;
    font-weight: bold;
}
.filterByMenuPanel .list li{
	display: block;
	color: #fff;
    margin-bottom: 10px;
    line-height: 1.8;
}
.filterByMenuPanel .list li a{
	display: inline-block;
	border: none;
	color: inherit;
	font-size: 60%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}
.filterByMenuPanel .list li a,
.filterByMenuPanel .list li a:hover,
.filterByMenuPanel .list li a:focus{
	opacity: 1;
	text-decoration: none;
}
.filterByMenuPanel .list li a:before{
	content: "";
	border-top:1px solid;
	border-top-color: inherit;
	position: absolute;
	width:0;
	left: 50%;
	bottom: 0;
	transition:.2s ease-in;
}
.filterByMenuPanel .list li a.active:before,
.filterByMenuPanel .list li a:hover:before,
.filterByMenuPanel .list li a:focus:before{
	content: "";
	border-top:1px solid;
	border-top-color: inherit;
	position: absolute;
	width:100%;
	left: 0;
	bottom: 0;
}
.filterByMenuPanel .backdrop{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	height: 100vh;
}
@media(max-height: 480px){
	.filterByMenuPanel .list{
		margin-bottom: 20px;
	    margin-top: 20px;
	}
	.filterByMenuPanel .list li{
		margin-bottom: 5px;
	}
	.filterByMenuPanel .list li:first-child{
		margin-bottom: 20px;
	}
}

.carousel-frame {
    width: 100%;
    /*margin-bottom: 0.5em;*/
    /*padding-bottom: 1em;*/
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100%;
    
    margin-top: 100px;
    opacity: 0;
    transition:.3s ease-out 0s;
 }
 .topMenuBar.menuOpen .carousel-frame{
 	margin-top: 00px;
 	opacity: 1;
 	transition:.3s ease-in .15s;
 }
 .carousel-frame ul {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    font-size: 1.5vw;
}

.carousel-frame li.carousel-item {
    /*cursor: pointer;*/
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    /*width: 40%;*/
    text-align: center;
}
.carousel-frame li.carousel-item {
	margin: 0;
    padding: 0 30px;
}
@media(min-width: 1024px){
	
	.carousel-frame li.carousel-item {
	    padding: 0 80px;
	}	
}
@keyframes menuLinkBgIn{
	from{
		background-position: 152% 10%;
	}
	to{
		background-position: 52% 10%;
	}
}
@keyframes menuLinkBgOut{
	from{
		background-position: 52% 10%;
	}
	to{
		background-position: -48% 10%;
	}
}
.carousel-frame li.carousel-item .carousel-item-link{
	font-size: 800%;
	line-height: 1;
	color: #000;
	padding: 50px 0;
	text-decoration: none;
	text-transform: lowercase;
    
    background-image: linear-gradient(to left,rgba(0,0,0,.3),rgba(0,0,0,.3),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.3),rgba(0,0,0,.3));
    background-size: 200% 100%;
    background-position: 152% 10%;
    background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation-name: menuLinkBgOut;
    animation-duration: .5s;
    animation-timing-function:ease-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transition:none !important;
}
.carousel-frame li.carousel-item .carousel-item-link:hover{
	animation-name: menuLinkBgIn;
    animation-timing-function:ease-in;
    transition:none !important;
}
.topMenuBar.white .carousel-frame li.carousel-item .carousel-item-link{
	color:#fff;
	background-image: linear-gradient(to left,rgba(255,255,255,.3),rgba(255,255,255,.3),rgba(255,255,255,.7),rgba(255,255,255,.7),rgba(255,255,255,.3),rgba(255,255,255,.3));
}

.backgroundTest{
	height: 200px;
	background-image:linear-gradient(to left,#fff,#000);
}
@media(max-width: 767px){

	.carousel-frame{
		white-space: normal;
	}
	.carousel-frame ul{
		font-size: 40%;
	}
	.carousel-frame li.carousel-item{
		display: block;
		width:100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.carousel-frame li.carousel-item .carousel-item-link{
		display: inline-block;
		padding: 10px 15px;
	}
}
@media(max-width: 767px) and (max-height:400px){
	.carousel-frame ul{
		font-size: 30%;
	}
	.carousel-frame li.carousel-item{
		margin-bottom: 15px;
	}
	.carousel-frame li.carousel-item .carousel-item-link{
		padding: 10px 15px;
	}
}
.menuPanel .socialLink{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	padding-bottom: 30px;
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 12px;
	color:rgba(255,255,255,.5);
	text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
}
.menuPanel .socialLink .title{
	font-family: inherit;color: inherit;font-size: inherit;font-weight: inherit;
	margin-bottom: 10px;
	line-height: inherit;
}
.menuPanel .socialLink .links{
	overflow: hidden;
	line-height: inherit;
}
.menuPanel .socialLink .links a{
	color: inherit;
	font-family: inherit;font-size: inherit;font-weight: inherit;
	position: relative;
	line-height: inherit;
	line-height: inherit;
}
.menuPanel .socialLink .links a:after,
.menuPanel .socialLink .links a:before{
	content: attr(data-name);
	color:rgba(255,255,255,.5);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	position: absolute;
	left:0;
	top:100%;
	transition:.2s ease-in;
}

.menuPanel .socialLink .links a:before{
	top:0;
}
.menuPanel .socialLink .links a:after{
	color:rgba(255,255,255,1);
	opacity: 0;
}
.menuPanel .socialLink .links a{
	color:transparent;
}
.menuPanel .socialLink .links a:hover:after{
	transition:.3s ease-in;
	top:0%;
	opacity: 1;
}
.menuPanel .socialLink .links a:hover:before{
	transition:.3s ease-in;
	top:-100%;
	opacity: 0;
}

.topMenuBar .navBtn1{
	position: absolute;
    width: auto;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    border: none;
    padding: 7px 30px;
    color: #fff;
    line-height: 1;
    font-size: 90%;
    text-transform:uppercase;
    cursor: pointer;
}
.topMenuBar.black .navBtn1{
	color: #000;
}
.topMenuBar .navBtn1 .c{
	border:1px solid;
	border-color:inherit;
	width:10px;
	height:10px;
	position: absolute;
	right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition:.3s ease-in;
}
.topMenuBar .navBtn1 .c1{
	border-top:none;
	border-right:none;
	margin-right: -5px;
    margin-top: -5px;
}
.topMenuBar .navBtn1 .c2{
	border-right:none;
	border-bottom:none;
	margin-right: -5px;
    margin-top: 4px;
}
.topMenuBar .navBtn1 .c3{
	border-bottom:none;
	border-left:none;
	margin-right: 4px;
    margin-top: 4px;
}
.topMenuBar .navBtn1 .c4{
	border-left:none;
	border-top:none;
	margin-right: 4px;
    margin-top: -5px;
}

.topMenuBar .navBtn1.active .c1,
.topMenuBar .navBtn1:hover .c1,
.topMenuBar .navBtn1:focus .c1
{
	right: 100%;
    top: 100%;
    margin-right: -10px;
}

.topMenuBar .navBtn1.active .c2,
.topMenuBar .navBtn1:hover .c2,
.topMenuBar .navBtn1:hover .c2{
    right: 100%;
    top: 0;
    margin-right: -10px;
    margin-top: 5px;
}

.topMenuBar .navBtn1.active .c3,
.topMenuBar .navBtn1:hover .c3,
.topMenuBar .navBtn1:hover .c3{
    right: 5px;
    top: 0;
    margin-top: 5px;
    margin-right: -5px;
}
.topMenuBar .navBtn1.active .c4,
.topMenuBar .navBtn1:hover .c4,
.topMenuBar .navBtn1:hover .c4{
    right: 5px;
    top: 100%;
    margin-top: -5px;
    margin-right: -5px;
}

.footerContainer{
	position: relative;
	height: 76px;
}
.footerContainer .row{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
    padding: 30px 20px;
    color: #bbb;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    width:100%;
    margin:0;
}
#particles-js{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
}

.logoWhite .giro_0 {
  stroke-dasharray: 157 159;
  stroke-dashoffset: 158;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_1 {
  stroke-dasharray: 165 167;
  stroke-dashoffset: 166;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_2 {
  stroke-dasharray: 131 133;
  stroke-dashoffset: 132;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_3 {
  stroke-dasharray: 1296 1298;
  stroke-dashoffset: 1297;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_4 {
  stroke-dasharray: 123 125;
  stroke-dashoffset: 124;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_5 {
  stroke-dasharray: 794 796;
  stroke-dashoffset: 795;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_6 {
  stroke-dasharray: 136 138;
  stroke-dashoffset: 137;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_7 {
  stroke-dasharray: 118 120;
  stroke-dashoffset: 119;
  animation: logoWhite_giro_draw 3000ms linear 0ms forwards;
}

.logoWhite .giro_8 {
  fill: transparent;
  stroke-dasharray: 2263 2265;
  stroke-dashoffset: 2264;
  transition: all 3s ease-in-out;
  transform-origin: center center;        
}
.logoWhite .circle {
  transition: all 5s ease-in-out;
  transform-origin: center center;        
} 
.logoWhite .circle:hover, .giro_8:hover {
  stroke-dasharray: 500 500;
  stroke-dashoffset: 0;
  transform: rotate(1020deg);
}
.logoWhite .addStroke {
  animation: logoWhite_giro_draw 2s ease-out forwards;
}

.logoWhite .addFill {
  animation: logoWhite_giro_show 2s ease-out forwards;
}

.logoWhite .background {
  fill: none;
}
@keyframes logoWhite_giro_draw {
  80% {
    stroke: #00A8E1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #fff;
  }
}
@keyframes logoWhite_draw_circle {
 100% {
    transform: rotate(720deg);
    stroke-dashoffset: 0;
  }
}
@keyframes logoWhite_giro_show {
  0% {
    fill: white;
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: white;
  }
}


.logoBlack .giro_0 {
  stroke-dasharray: 157 159;
  stroke-dashoffset: 158;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_1 {
  stroke-dasharray: 165 167;
  stroke-dashoffset: 166;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_2 {
  stroke-dasharray: 131 133;
  stroke-dashoffset: 132;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_3 {
  stroke-dasharray: 1296 1298;
  stroke-dashoffset: 1297;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_4 {
  stroke-dasharray: 123 125;
  stroke-dashoffset: 124;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_5 {
  stroke-dasharray: 794 796;
  stroke-dashoffset: 795;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_6 {
  stroke-dasharray: 136 138;
  stroke-dashoffset: 137;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_7 {
  stroke-dasharray: 118 120;
  stroke-dashoffset: 119;
  animation: logoBlack_giro_draw 3000ms linear 0ms forwards;
}

.logoBlack .giro_8 {
  fill: transparent;
  stroke-dasharray: 2263 2265;
  stroke-dashoffset: 2264;
  transition: all 3s ease-in-out;
  transform-origin: center center;        
}
.logoBlack .circle {
  transition: all 5s ease-in-out;
  transform-origin: center center;        
} 
.logoBlack .circle:hover, .logoBlack .giro_8:hover {
  stroke-dasharray: 500 500;
  stroke-dashoffset: 0;
  transform: rotate(1020deg);
}
.logoBlack .addStroke {
  animation: logoBlack_giro_draw 2s ease-out forwards;
}

.logoBlack .addFill {
  animation: logoBlack_giro_show 2s ease-out forwards;
}

.logoBlack .background {
  fill: none;
}
@keyframes logoBlack_giro_draw {
  80% {
    stroke: #00A8E1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgb(0, 0, 0);
  }
}
@keyframes logoBlack_draw_circle {
 100% {
    transform: rotate(720deg);
    stroke-dashoffset: 0;
  }
}
@keyframes logoBlack_giro_show {
  0% {
    fill: rgb(0, 0, 0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: rgb(0, 0, 0);
  }
}