/* Header */
/** NAVBAR **/

html.open,
body.open {
    height: 100%;
    width: 100%;
    position: static;
}
body.open {
    overflow: hidden;
}
.navBar {
  /*  background: white;*/
    background:#e52525;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 60px;
    padding: 16px 20px 25px 20px;
    z-index: 4
}
.navBar.standby {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 100%;
}
.navBar.open {
    background: #252425;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 100%;
    z-index: 1600;
    /*CSS3 **/
    
    -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.navBar.open .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle {
    background: none;
}
.navBar.open .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle:after {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navBar.open .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle:before {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navBar.open .navBarTop .navBarLine {
    background: white;
}
.navBar.open .navBarTop .navBarText {
    top: 10px;
    left: 3px;
}
.navBar.open .navBarTop .navBarText > p.navBarTextMenu {
    display: none;
}
.navBar.open .navBarTop .navBarText > p.navBarTextClose {
    color: white;
    display: block;
}
.navBar.open .navBarBottom {
    display: none;
}
.navBar .navBarTop {
    position: relative;
    z-index: 1002;
}
.navBar .navBarTop .navBarIconContainer .navBarIcon {
    float: right;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    /** CSS3 **/
    
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-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);
}
.navBar .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle {
    position: relative;
    width: 20px;
    height: 3px;
    margin: 10px 0;
    /*left: 10px;*/
    position: relative;
    left: 10px;
/*    background: #252425;*/
    background: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navBar .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle:after,
.navBar .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle:before {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    /*background: #252425;*/
    background: #fff;
    position: absolute;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navBar .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle:after {
    top: 6px;
}
.navBar .navBarTop .navBarIconContainer .navBarIcon .navBarIconToggle:before {
    top: -6px;
}
.navBar .navBarTop .navBarLine {
    float: right;
    width: 20px;
    height: 1px;
    background: #e6e6e6;
    margin: 15px 0 15px 0;
}
.navBar .navBarTop .navBarText {
    float: right;
    position: relative;
    top: 15px;
    left: 15px;
    /** CSS3 **/
    
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.9);*/
    
    -ms-transform: rotate(90deg);
}
.navBar .navBarTop .navBarText > p {
/*    color: #bababa;*/
color: #fff!important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
}
.navBar .navBarTop .navBarText > p.navBarTextClose {
    display: none;
}
.navBar .navBarBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
}
.navBar .navBarBottom > a {
    float: right;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    /** CSS3 **/
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navBar .navBarBottom > a svg {
    fill: #bababa;
    /** CSS3 **/
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navBar .navBarBottom > a.navBarBottomGoogle svg {
    width: 20px;
    height: 20px;
}
.navBar .navBarBottom > a.navBarBottomGoogle:hover {
    background: #dd4c3b;
}


.navBarBottom a.navBarBottomGoogle:hover #insta1,
.navBarBottom a.navBarBottomGoogle:hover #insta2,
.navBarBottom a.navBarBottomGoogle:hover #insta3 {
    fill: white;
}






.navBar .navBarBottom > a.navBarBottomFacebook svg {
    width: 20px;
    height: 20px;
}
.navBar .navBarBottom > a.navBarBottomFacebook:hover {
    background: #3c5a9a;
}

.navBarBottom a.navBarBottomFacebook:hover #fb {
    fill: white;
}



.navBar .navBarBottom > a.navBarBottomTwitter svg {
    width: 19px;
    height: 17px;
}
.navBar .navBarBottom > a.navBarBottomTwitter:hover {
    background: #00acec;
}
.navBar .navBarBottom > a.navBarBottomTwitter:hover svg {
    fill: white;
}
.navBar .navBarBottom > a.navBarBottomLinkedin svg {
    width: 18px;
    height: 17px;
}
.navBar .navBarBottom > a.navBarBottomLinkedin:hover {
    background: #007bb6;
}
.navBar .navBarBottom > a.navBarBottomLinkedin:hover svg {
    fill: white;
}





/** OVERLAY NAV **/

.OverlayNav {
    z-index: -1;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: table;
    -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}

.OverlayNav {
	text-align: center;
}

.OverlayNav > ul {
    visibility: hidden;
    top: -10%;
    width: 30%;
    padding: 0;
    opacity: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: perspective(600px) rotateX(10deg);
    -moz-transform: perspective(600px) rotateX(10deg);
    -ms-transform: perspective(600px) rotateX(10deg);
    -o-transform: perspective(600px) rotateX(10deg);
    transform: perspective(600px) rotateX(10deg);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}
.OverlayNav > ul > li {
    list-style: none;    
}
.OverlayNav > ul > li > a {
    color: white;
    width: 100%;
    display: block;
    font-size: 35px;    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.OverlayNav > ul > li > a:hover,
.OverlayNav > ul > li.active a {
    /*color: #ffcc66;*/
    color: #e52525;
    text-decoration: none;
}
.OverlayNav.standby {
    z-index: 1001;
}
body.open .OverlayNav {
    z-index: 1002;
    background-color: #252425;
}
body.open .OverlayNav > ul {
    top: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 30vh;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.menu_name  {
	color: #ccc;
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.navBarIcon {
    padding: 10px;
}