@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#1a1a1a;
	font-family: 'Raleway';
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

body{background:#fff}


/* Section Images
 * --------------------------------------- */



.section {
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -moz-transition: all .8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
	-webkit-transition: all .8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all .8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.section.active{}

.section:after{
    content:"";
    background:#1c1c1c;
    height:100%;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
    -moz-transition: all .8s cubic-bezier(0.785, 0.135, 0.150, 0.860); 
	-webkit-transition: all .8s cubic-bezier(.71, .01, .32, 1.01);
    transition: all .8s cubic-bezier(.71, .01, .32, 1.01);
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
}

.section.active:after{
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
}

/*.section-img{width:100%;height:100%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}*/
.section-img {
	width:100%;
	height:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

.section-blackout {
    display: block;
    background-color: rgba(0, 0, 0, .5); 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    -moz-transition: all .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
	-webkit-transition: all .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.section-blackout-active {
    background-color: rgba(0, 0, 0, 0);
    -moz-transition: all .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
	-webkit-transition: all .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all .6s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

#about-section{background-image: url(../imgs/slides/loymachedo-home-img.jpg); background-position: 0px 20%; -webkit-background-position: bottom right; background-size: cover;-webkit-background-size: cover; background-repeat: no-repeat;}
#about-section:before {content:"";
/*	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)); */
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	position:absolute;
}

#expertise-section{/*background-image: url(../imgs/slides/culture.jpg);
	background-position:center center;
	-webkit-background-position:center center;
	-moz-background-position:center center;*/
	background: #eb8c00;
}
#expertise-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#recommendations-section{
	/*background-image: url(../imgs/slides/Vishen_Blueshirt.jpg);
	background-position:top left;
	-webkit-background-position:top left;
	-moz-background-position:top left;*/
	background-color: #643296;
	background-image: url(../imgs/reco-img.png);
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-background-position: center right;
	-moz-background-position: center right;
	background-size: 500px 250px;
	-webkit-background-size: 500px 250px;
	-moz-background-size: 500px 250px; 
}
#recommendations-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;
}

#accomplishment-section{
	/*background: url(../imgs/slides/teeam.jpg);
	background-position:top left;
	-webkit-background-position:top left;
	-moz-background-position:top left; */
	background: rgba(1, 25, 41, 0.75);
}
#accomplishment-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.75));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.75));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#blog-section{
	/*background-image: url(../imgs/askme.jpg);
	background-position:top left;
	-webkit-background-position:top left; 
	-moz-background-position:top left;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;*/
	    background: #1ba58c;
}
#blog-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.75));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.75));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#ask-section{background-image: url(../imgs/askme.jpg);
	background-position:top left;
	-webkit-background-position:top left; 
	-moz-background-position:top left;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#ask-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.75));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.75));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#mva-section{background-image: url(../imgs/slides/mva-header-trekker.jpg);
	background-position:top right;
	-webkit-background-position:top right;
}
#mva-section:before {content:"";
	background:linear-gradient(-135deg,rgba(0, 0, 0, 0.15), rgba(1, 25, 41, 0.45));
	background:-webkit-linear-gradient(-135deg,rgba(0, 0, 0, 0.15), rgba(1, 25, 41, 0.45));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#apps-section{background-image: url(../imgs/slides/Apps.jpg);
	background-position:center right;
	-webkit-background-position:center right;
	-moz-background-position:center right;
}
#apps-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.35));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.35));
	background:-moz-linear-gradient(270deg,rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.35));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#events-section{background-image: url(../imgs/slides/afest.jpg);
	background-position:center right;
	-webkit-background-position:center right;
	-moz-background-position:center right;
}
#events-section:before {content:"";
	background:linear-gradient(-135deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	background:-webkit-linear-gradient(-135deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#international-section{background-image: url(../imgs/slides/Planets.jpg);background-position:bottom center;}
#international-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#evercoach-section{background-image: url(../imgs/slides/Evercoach.jpg);
	background-position:top right;
	-webkit-background-position:top right;
	-moz-background-position:top right;
}
#evercoach-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#cs-section{background-image: url(../imgs/slides/cs.jpg);
	background-position:bottom center;
	-webkit-background-position:bottom center;
	-moz-background-position:bottom center;
}
#cs-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

#aff-section{background-image: url(../imgs/slides/aff.jpg);
	background-position:top right;
	-moz-background-position:top right;
	-webkit-background-position:top right;
}
#aff-section:before {content:"";
	background:linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.55));
	background:-webkit-linear-gradient(270deg,rgba(0, 0, 0, 0), rgba(1, 25, 41, 0.55));
	width:100%;height:100%;display:block;top:0;left:0;position:absolute;}

.video {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
  display: block;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}


/* Preloader 
 * --------------------------------------- */

.overlay {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 998;
    margin: 0 auto;
    overflow: hidden;
}

.overlay-active {
    width:0;
    left:100%;
    -ms-transition: all 0.7s cubic-bezier(.71, 0, .39, 1.01);
    -webkit-transition: all 0.7s cubic-bezier(.71, 0, .39, 1.01);
    transition: all 0.7s cubic-bezier(.71, 0, .39, 1.01);
}

.overlay-black {
    display: block;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
}


.active-preload {
    -moz-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.150, 0.860);
	-webkit-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1.5s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

#preloader {
  position: fixed;
  overflow: hidden;
  /*background: url(../imgs/misc/mv_preloader.svg) center/contain no-repeat;*/
  background: url(../imgs/misc/logo-slide.jpg) center/contain no-repeat;
  height: 44px;
  width: 200px;
  margin: -22px -100px -22px -100px;
  top: 50%;
  left:50%;
  z-index: 999;
  -moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  overflow: hidden;
}

#preloader:after {
  content: "";
  background: rgba(255, 255, 255, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation: load 1s;
  -webkit-animation: load 1s;
  animation: load 1s;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
}

@keyframes load {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}

#intro-video{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		-webkit-background-position: center center;
  		-moz-background-position: center center;
  		background-size: contain;
  		-webkit-background-size: contain;
  		-moz-background-size: contain;
   		object-fit: cover; /*cover video background */
   		-webkit-object-fit: cover; /*cover video background */
   		-moz-object-fit: cover; /*cover video background */
   		z-index:3;
	}



/* Typography
 * --------------------------------------- */
    
    @font-face {
        font-family: Circular-Bold;
        src: url(../fonts/lineto-circular-black.woff);
    }
        
    @font-face {
        font-family: Circular-Book;
        src: url(../fonts/lineto-circular-book.woff);
    }

    @font-face {
        font-family: 'Lato', sans-serif;
        src: url(https://fonts.googleapis.com/css?family=Lato:100,300);
    }




/* Headline-animation */
    

h1, h2 {
  
    font-family: Circular-Bold;
   
    font-size: 61px;
    color: #fff;
    width: 100%;
	text-transform: uppercase;
    -moz-transition: line-height .6s cubic-bezier(.69, 0, .31, 1);
    -webkit-transition: line-height .6s cubic-bezier(.69, 0, .31, 1);
    transition: line-height .6s cubic-bezier(.69, 0, .31, 1);
}

h1 {
	width: 100%;
	float: left;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
          transition-delay: .5s;
}

h2 {
    width: 100%;
	float: left;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
          transition-delay: .6s;
}

.section.active h1,
.section.active h2 {
    line-height: 1;
	text-transform: uppercase;
}


    .CoverTitles-cta-text {
        font-family: Circular-Book;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
        top: 1px;
        left: 0;
        color: #fff;
        text-align: right;
        margin-left: 0px;
        letter-spacing: .75px;
        display: inline-block;
        -moz-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
        transform: matrix(1, 0, 0, 1, -115, 0);
        -webkit-transform: matrix(1, 0, 0, 1, -115, 0);
        -moz-transform: matrix(1, 0, 0, 1, -115, 0);   
    }

    .CoverTitles-cta {
        position: relative;
        overflow: hidden;
        top: 6px;
        width: 120px;
        left: 6px;
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
    }  

    .CoverTitles-cta-hover {
        position: relative;
        overflow: hidden;
        width: 120px;
        left: 77px;
        -moz-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
    }  
        
    .active-cta {
        -moz-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .decsription-short-text {
      
        width: 300px;
		float: left;
        font-size: 16px;
        line-height: 1.45;
        font-family: 'Lato', sans-serif;
        font-weight: 200;
        color: white;
        opacity: 0;
        word-spacing: 2px;
        transform: matrix(1, 1, 0, 0, 0, 20);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -moz-transform: matrix(1, 0, 0, 1, 0, 20);
        -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

    .decsription-short-text a{
        color: white;
        text-decoration:underline;
    }

 .decsription-short-text a:hover{
        color:#fecc00;
    }

  
        
    .decsription-short-text-active {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transition: all .9s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all .9s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all .9s cubic-bezier(0.7, 0.01, 0.3, 1);
    }   
    
   .decsription-short-text-active::after {
       width: 292px;
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
    }  


/* Txt Colors 
* --------------------------------------- */



/* Colors
 * --------------------------------------- */
.orange{background-color:#ffce00;}


/* Logo
 * --------------------------------------- */

.logo-body { 
    position: fixed;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    top: 30px;
    left: 60px;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    z-index: 103;
    -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.logo-body:hover { 
    position: fixed;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    top: 30px;
    left: 60px;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    z-index: 103;
    -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.logo-body:active { 
    position: fixed;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    top: 30px;
    left: 60px;
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    z-index: 103;
    -moz-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.logo-body:before{
    content: '';
    display: block;
  /*  background-image: url(../imgs/logo-img.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0 auto; */
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.logo-body:hover:before{
  content: '';
    display: block;
   /*   background-image: url(../imgs/logo-img.png);
    width: 60px;
    height: 60px;
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0 auto; */
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.logo-body img {
	border-radius: 50%;
    width: 60px;
    height: 60px;
}
/*
.logo-body:active:before{
    content: '';
    display: block;
    background-image: url(../imgs/logo-img.png);
    width: 60px;
    height: 60px;
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0 auto;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -moz-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
*/

/* Social + Prev and Next
*--------------------------------------------------*/  

ul.social {
	border-top: 1px solid white;
    width: 310px;
	height: 30px;
    text-align: left;
    cursor: pointer;
	position: relative;
	float: left;
    z-index: 100;
    -moz-transition: all .8s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all .8s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all .8s cubic-bezier(0.7, 0.01, 0.3, 1);
}

.social li, .social a{
    float:left;
    -moz-transition: all .5s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all .5s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.social li { margin: 10px 7px; }
.social a {
	display: block;
}
.social a:hover { color: #000;}
.social li:nth-child(1) {
    display: inline-block;
    width: 100px;
	height: 30px;
    margin: 10px 8px 0 0;
    color:white;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

#fb {
    display: inline-block;
    width: 20px;
	height: 40px;
    margin: 0 10px 0 5px;
    background-image: url(../imgs/misc/social_icons.png);
    background-position: 99px -4px;
    -webkit-background-position: 99px -4px;
    -moz-background-position: 99px -4px;
    background-size: 152px 100px;
    -webkit-background-size: 152px 100px;
    -moz-background-size: 152px 100px;
}

#fb:hover{
    background-position: 99px -47px;
    -webkit-background-position: 99px -47px;
    -moz-background-position: 99px -47px;
}

#twitter {
    display: inline-block;
    width: 20px;
	height: 40px;
    margin: 0 10px 0 20px;
    background-image: url(../imgs/misc/social_icons.png);
    background-position: -19px -2px;
    -webkit-background-position: -19px -2px;
    -moz-background-position: -19px -2px;
    background-size: 143px 92px;
    -webkit-background-size: 143px 92px;
    -moz-background-size: 143px 92px;
}

#twitter:hover{
    background-position: -19px 50px;
    -webkit-background-position: -19px 50px;
    -moz-background-position: -19px 50px;
}

#insta {
    display: inline-block;
    width: 20px;
	height: 40px;
    margin: 0 10px 0 20px;
    background-image: url(../imgs/misc/social_icons.png);
    background-position: 20px -1px;
    -webkit-background-position: 20px -1px;
    -moz-background-position: 20px -1px;
    background-size: 163px 90px;
    -webkit-background-size: 163px 90px;
    -moz-background-size: 163px 90px;
}

#insta:hover{
    background-position: 20px 50px;
    -webkit-background-position: 20px 50px;
    -moz-background-position: 20px 50px;
}

#youtube {
    display: inline-block;
    width: 30px;
	height: 40px;
    margin: 0 0px 0 20px;
    background-image: url(../imgs/misc/social_icons.png);
    background-position: 64px -1px;
    -webkit-background-position: 64px -1px;
    -moz-background-position: 64px -1px;
    background-size: 160px 87px;
    -webkit-background-size: 160px 87px;
    -moz-background-size: 160px 87px;
}

#youtube:hover{
    background-position: 64px 50px;
    -webkit-background-position: 64px 50px;
    -moz-background-position: 64px 50px;
}


.nav{position:absolute;width:150px;left:50%;margin:0 0 0 -75px;}
.middle-nav{position: absolute;width:200px;height:30px;left:50%;top:90%;z-index:200;margin: 0 0 0 -100px;}

.scroll-sign{position: absolute;width:200px;height:30px;left:50%;top:90%;z-index:212;margin: 0 0 0 -100px;text-align:center;font-size: 18px;font-family: 'Lato', sans-serif;font-weight: 200;color: #fff;-moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);	
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);}

.opacity-zero{
    opacity: 0;
    transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);	
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}


#arrow-next{
		width: 60px;
		height: 30px;
		text-align: center;
		cursor: pointer;
		position: absolute;
        left:93px;
        top: -3px;
		border: 0;
		outline: 0;
		z-index: 200;
		color: #fff;
		background: transparent;
		-moz-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        font-weight: 200;
}

	#arrow-next span{
		display: inline-block;
		position: relative;
        left:0;
		-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}

	#arrow-next span:before{
		display: block;
		position: relative;
        top: 12px;
        left: 0px;
        border-bottom: 1px solid white;
        width: 0;
        content: '';
		-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}

	#arrow-next:hover span{
        left: 25px;
	}

	#arrow-next:hover span:before{
		width: 15px;
        left: -20px;
        -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}


	#arrow-prev{
		width: 60px;
		height: 30px;
		text-align: center;
		cursor: pointer;
		position: absolute;
		left: 37px;
        top: -3px;
		border: 0;
		outline: 0;
		z-index: 200;
		color: #fff;
		background: transparent;
		-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        font-weight: 200;
	}


	#arrow-prev span{
		display: inline-block;
		position: relative;
        left:0;
		-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}

	#arrow-prev span:before{
		display: block;
		position: relative;
        top: 12px;
        right: -35px;
        border-bottom: 1px solid white;
        width: 0;
        content: '';
		-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}

	#arrow-prev:hover span{
        left: -25px;
	}

	#arrow-prev:hover span:before{
		width: 15px;
        right: -42px;
        -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	}



/* Explore block
*--------------------------------------------------*/  


    .explore-block {   
        width:265px;  
		float: left;
		margin-top: 15px;
        z-index: 101;
        -moz-transition: all .7s cubic-bezier(0.7, 0.01, 0.3, 1);
		-o-transition: all .7s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all .7s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all .7s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

    .arrow-explore {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        border: solid 2px white;
        display: block;
        position: relative;
        left: 215px;
        top: -24px;
        transform: scale(1, 1);
        -ms-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

.arrow-explore:after, .arrow-explore:before { 
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.arrow-explore:after {
  animation: sonar 2.5s infinite 1s;
  border: 1px solid rgba(255, 255, 255, .3);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.arrow-explore:before {
  animation: sonar 2.5s infinite 2.5s;
  -webkit-animation: sonar 2.5s infinite 2.5s;
  -moz-animation: sonar 2.5s infinite 2.5s;
  border: 1px solid rgba(255, 255, 255, .1);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
@keyframes sonar { 
  0% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 0; }
  50% { transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}

@-webkit-keyframes sonar { 
  0% { transform: scale(1); opacity: 0; }
  50% { transform: scale(2); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}

  .arrow-explore-hover {
         background-color:#fff;
         border: solid 2px #fff;
        -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

 .arrow-explore-first {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        border: solid 2px white;
        display: block;
        position: relative;
        left: 215px;
        top: -24px;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

.arrow-explore-first:after, .arrow-explore-first:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
 -moz- border-radius: 50%;
  width: 100%;
  height: 100%;
}
.arrow-explore-first:after {
  animation: sonar-none 2.5s infinite 1s;
  -webkit-animation: sonar-none 2.5s infinite 1s;
  -moz-animation: sonar-none 2.5s infinite 1s;
  border: 1px solid rgba(255, 255, 255, .3);
}
.arrow-explore-first:before {
  animation: sonar-none 2.5s infinite 2.5s;
  -webkit-animation: sonar-none 2.5s infinite 2.5s;
  -moz-animation: sonar-none 2.5s infinite 2.5s;
  border: 1px solid rgba(255, 255, 255, .1);
}
@keyframes sonar-none { 
  0% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 0; }
  50% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 0; }
  100% { transform: scale(1) -webkit-transform: scale(1) -moz-transform: scale(1); opacity: 0; }
}

@-webkit-keyframes sonar-none { 
  0% {  transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 0; }
  50% {  transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 0; }
  100% {  transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 0; }
}



    .arrow-explore-active {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        border: solid 1px white;
        display: block;
        position: relative;
        left: 215px;
        top: -22px;
        opacity: 0;
        transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        -moz-transform: scale(3, 3);
        -ms-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }



    .CoverSubtitle-line {
        position: absolute;
        left: 138px;
        top: 16px;
        width: 70px;
        height: 2px;
        z-index: 10;
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    }


    .CoverSubtitle-line::before {
        position: absolute;
        left: 96px;
        top: 1px;
        width: 10px;
        height: 2px;
        content:'';
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        opacity: 1;
        background-color: white;
        -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

    .CoverSubtitle-line::after {
        position: absolute;
        left: 96px;
        top: -5px;
        width: 10px;
        height: 2px;
        content: '';
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        background-color: white;
        opacity: 1;
        -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

    .active-line {
        width:70px;
        left:132px;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    } 

    .hover-line {
        width: 0px;
        left: 215px;
        -ms-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

   .hover-line:before, .hover-line:after{
        background: #333;
        left:13px;
        -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    }
   .csl:before, .csl:after{
        background: #fff !important;
    }

    .overlay-translate {
        display: block;
        background-color: #fecc00;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 990;
        margin: 0 auto;
        overflow: hidden;
    }


    .overlay-translate-active {
        width: 100%;
        -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    }

    .overlay-translate:before {
        content: "";
        display: block;
        background-color: #fff;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 990;
        margin: 0 auto;
        overflow: hidden;
    }

    
    .overlay-translate-active:before {
        width: 100%;
        -moz-transition: all 0.9s cubic-bezier(0.7, 0.01, 0.3, 1);
		-webkit-transition: all 0.9s cubic-bezier(0.7, 0.01, 0.3, 1);
		transition: all 0.9s cubic-bezier(0.7, 0.01, 0.3, 1);
    }


/* Menu
* --------------------------------------- */



/* Accordion */

.accordion {
 	width: 300px;
 	margin: 0 auto;
 	background: #1c1c1c;
 	-webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
 	border-radius: 0px;
    position: fixed;
    top:0;
	bottom:0px;
    right:0;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    z-index:120;
    height: 100vh;
    overflow-y: auto;
    -moz-transition: all .6s cubic-bezier(.55, 0, .45, 1);
	-webkit-transition: all .6s cubic-bezier(.55, 0, .45, 1);
    transition: all .6s cubic-bezier(.55, 0, .45, 1);
 }

.accordion-active{
    right:0;  
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #909090;
    font-family: Circular-Bold;
	font-size: 22px;
	position: relative;
    text-transform: uppercase;
    z-index: 10;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
    -moz-transition: all .4s ease;
	transition: all .4s ease;
}

.accordion .link:hover {color:#f1f1f2;}
.accordion .link a{color:#909090;
	transition: all .4s ease;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;transition: all .4s ease;
}
.accordion .link a:hover{color:#f1f1f2;}
.accordion li:last-child .link {border-bottom: 0;}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
    font-family: 'Lato', sans-serif;
	font-size: 18px;
    font-weight: 300;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #fff;
    padding:15px 15px 15px 20px;
}

.accordion li.open i {
	color: #fff;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}



/*
 * Submenu
 -----------------------------*/

 .submenu {
 	display: none;
 	background: #141313;
    font-family: 'Lato', sans-serif;
	font-size: 18px;
    font-weight: 300;
    position:relative;
    z-index:10;
 }

 .submenu li {
     position: relative;
     z-index: 5;
 }

.submenu li a:before {
    content:"";
    background:#fff;
    height: 0%;
    width:3px;
    position:absolute;
    left:0;
    top:0;
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #cbcbcb;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

.submenu li.active a{
    color:#fecc00;
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}

.submenu li.active a:before{
    content:"";
    background:#fecc00;
    height: 100%;
    width:3px;
    position:absolute;
    left:0;
    top:0;
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}

.submenu li.active a:hover{
    color:#fecc00;
}

 .submenu a:hover {
 	color: #fff;
 }

 .submenu a:hover:before {
 	color: #fff;
    height: 50%;
}

.home{}

    
/* Hamburger Icon */


#nav-icon1 {
  width: 40px;
  height: 30px;
  position: fixed;
  z-index: 500;
  margin: 15px auto;
  right: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1:hover {
  -moz-animation: burger .6s;
  -webkit-animation: burger .6s;
  animation: burger .6s;
}

@keyframes burger {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  30% {
    transform: scale(1.075, 1.075);
    -webkit-transform: scale(1.075, 1.075);
    -moz-transform: scale(1.075, 1.075);
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}

#nav-icon1.open{margin: 15px auto;} 

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
 /* background: #fff;
  background: #fff;* */
  background: #ddd7d7;*
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
	
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 12px;
  background: #fff !important;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 12px;
  background: #fff !important;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



/*   Particles
*-------------------------------------------------*/

#particles-js{
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  position: fixed;
  opacity: .8;
  z-index: 1;
} 

/* Counter */

.x-counter {
    text-align: center;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 900;
    font-size: 30px;
    top: 29%;
    position: absolute;
    left: 76%;
	color: #800a0a;
}
.cust-x-counter {
	font-size: 24px;
	font-family: "Life Savers",cursive;
	
}
.x-counter .text-above {
    margin-bottom: 0.5em;
}
.x-counter .text-above, .x-counter .text-below {
    display: block;
    letter-spacing: 0.125em;
    line-height: 1.5;
    text-transform: uppercase;
}
.x-counter .number-wrap {
    font-size: 3.25em;
    line-height: 1;
}
.w-h {
    font-weight: 400 !important;
}
.number {
	color: #e74c3c;
}
.x-counter .text-below {
    margin-top: 0.5em;
}
/* counter new */
#shiva
{
  width: 100px;
	height: 100px;
	background: red;
	position: absolute;
    left: 60%;
    top: 40%;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  float:left;
  margin:5px;
  
}
.count
{
  line-height: 100px;
  color:white;
  margin-left:30px;
  font-size:25px;
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  color: black;
}
/*  Counter
*-------------------------------------------------*/

