/* Header CSS */
.fixed-sticky {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
}
.menu-btn .icon-bar {
  background-color: #fff;
  display: block;
  height: 3px;
  margin-bottom: 3px;
  width: 28px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu-btn.active .icon-bar:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.menu-btn.active .icon-bar:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  height: 6px;
}
.menu-btn.active .icon-bar:nth-child(3) {
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  height: 6px;
}
.cbp-spmenu {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
}
.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}
.cbp-spmenu a {
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}
.cbp-spmenu a:hover {
  color: #ff0;
}
.cbp-spmenu a:active {
  color: #ff0;
}
.menu-btn {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 310px;
  height: 100%;
  top: 0;
  z-index: 9;
}
.cbp-spmenu-vertical a {
  padding: 1em;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
  right: -150%;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cbp-spmenu ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 0 0px;
}
.cbp-spmenu ul li {
  font-size: 16px;
  position: relative;
}
.cbp-spmenu ul li.menu-item-has-children:before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  border-color: #ffffff;
  height: 10px;
  left: -15px;
  position: relative;
  vertical-align: top;
  width: 10px;
  top: 8px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.3s;
}

.cbp-spmenu ul li.menu-item-has-children:hover:before {
  /* top: 12px;*/
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.cbp-spmenu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  display: inline-block;
  padding: 0;
  line-height: 35.68px;
  color: #ffffff;
}
.cbp-spmenu ul li a:hover {
  color: #f07a20;
  font-size: 16px;
}
.cbp-spmenu ul li a img {
  display: inline-block;
  padding-left: 10px;
}
.cbp-spmenu ul .sub-menu {
  position: absolute;
  transition: all 0.3s;
  width: auto;
  right: 280px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 10px 10px;
  top: -5px;
  -webkit-animation-name: example;
  -webkit-animation-duration: 4s;
  animation-name: example;
  animation-duration: 1.5s;
  animation-play-state: paused;
  width: 230px;
}

.cbp-spmenu ul li.menu-item-has-children .sub-menu {
  display: none;
}

.cbp-spmenu ul li.menu-item-has-children:hover .sub-menu {
  animation-play-state: running;
  display: block;
}
.menu-btn.active {
  top: 1em !important;
  right: 2em !important;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Standard syntax */

@keyframes example {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cbp-spmenu ul .sub-menu li a {
  text-transform: uppercase;
  line-height: 22.4px;
  padding: 4px 0;
  display: block;
}

.cbp-spmenu #nav_menu-2 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.confixbtn {
  position: fixed;
  right: -72px;
  top: 50%;
  display: block;
  z-index: 9;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 24px;
  font-family: "ProximaNova-Bold";
  transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  text-decoration: none;
  text-transform: uppercase;
  background: url(../../images/conbtn.jpg) repeat;
}

.confixbtn:hover {
  color: #fff;
  text-decoration: none;
}
/*----------------------------

	 Example media queries 

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

@media screen and (max-width: 650px) {
  /*    .js .jquery-background-video {
display:none;
}*/

  .cbp-spmenu ul .sub-menu {
    position: relative;
    width: auto;
    z-index: 9999;
    background: transparent;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    right: -13px;
    top: 0;
    overflow: hidden;
  }
  .js .jquery-background-video {
    display: none;
  }
  .cbp-spmenu ul {
    /*padding: 0 10px 0 0px;      width: 68%;    float: right;    margin-right: 27px;*/
  }
}
.cbp-spmenu ul li.menu-item-has-children .sub-menu {
  display: none;
  overflow: hidden;
}
.cbp-spmenu ul li.menu-item-has-children:focus .sub-menu {
  display: block;
  height: auto;
}
.cbp-spmenu-vertical {
  /*width: 100%;*/
}
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -2000px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

@media screen and (max-height: 450px) {
  .cbp-spmenu-vertical {
    height: 100vh;
    overflow-y: scroll;
  }
  .cbp-spmenu ul {
    width: 100%;
  }
  .cbp-spmenu #nav_menu-2 {
    top: 70%;
  }
}
.navbar-brand {
  width: 25%;
  float: left;
}
.navbar-brand img {
  width: auto;
  max-height: 185px;
}
#mainNav .menu-btn {
  outline: none;
  margin: 0;
  transition: all 0.3s;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 9999;
}
.fixed-top .container {
  padding: 0;
  position: relative;
  box-sizing: border-box;
  display: block;
}
#mainNav .menu-btn.home-menu {
  right: 6.25em;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 10px 0;
}
.sticky .fixed-top {
  background: #000;
  padding: 10px 0 !important;
}
.sticky img.custom-logo {
  width: 100px;
  padding-left: 10px;
}
.sticky #mainNav .menu-btn {
  top: 25px;
  /* right: 5.7em; */
}
/* Footer Css */
.footer {
  background: #353535;
  padding: 40px 0px;
  position: relative;
  text-align: left;
  font-size: 14px;
  color: #fcfcfc;
}
.footer_col {
  width: 33.33%;
  float: left;
}
.footer_col:last-child {
  float: right;
  text-align: right;
}
.footer_last_img {
  width: 60px;
  display: inline-block;
  float: right;
}
.botsoc a {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
}
.botsoc {
  padding-top: 25px;
}
a.footer_logo img {
  display: inline-block;
  width: 114px;
  text-align: center;
  padding-bottom: 10px;
}
