body{
margin:0;
}

.mobilemenu{
display:none;
}

.header-container-wrapper {
 		background-color: transparent;
  	position: relative;
  	width: 100%;
}

.header-container-wrapper * {
  box-sizing: border-box;
}

#header {
   padding-top: 14px;    padding-bottom: 12px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-bottom: border: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

#header.transparent-header {
    background: transparent;
  	background-color: transparent;
}

.header-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-width: 1109px;
    margin: 0 auto;
    padding: 0 20px;
}
.header-right{width: calc( 100% - 252px ) !important;}
.header-left {
    width: 252px !important;
}

.header-right .menu-container{}
.header-right .menu-container ul{padding-left: 0;
    text-align: right;
  margin: 0;}
.header-right .menu-container ul li{list-style: none;
    display: inline;
    padding-left: 40px;
    padding-right: 0px;
position:relative;}
.header-right .menu-container ul li a{font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #292929;
    text-decoration: none;}
.netop-header-right-wrapper {
  display: flex;
  flex-flow: row wrap;
}

/* .header-right .menu-container ul li:after {
 content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -2.5px;
    border-left: 1px solid #292929;
    height: 14px;
    top: 2px;
}
.header-right .menu-container ul li:last-child:after{
display:none;
} */
#logo { 
 margin: auto;
    text-align: center;
    top: 0px;
    background: #fff;
}
.logo-container{text-align:center;border-radius:50%;background:#efefef;margin:auto;height:80px;width:80px;}
#logo img{margin:auto;max-height:100px;     max-width: 140px;
    float: left;}
#primary-menu { 
  text-align: right;
  position: relative;
}

#logo .hs-image-widget {
  max-width: 252px;
}

#primary-menu,
.no-mobile-button {display: none;}

#primary-menu li {
  display: inline-block;
  padding: 0 10px;
  margin-right: 1px !important;
}

#primary-menu a {
  color: #3d3d3d;
  font-size: 16px;
  text-decoration: none;
  font-family: Poppins, sans-serif;
}
#primary-menu a:hover {
  color: #82b8dd;
}
#header .cta-container{
  float:right;
}
.header-right .menu-container ul li a:hover{color:#F30203}
@media (max-width: 1446px) {
  .header-wrapper{
      max-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1156px) {
  .header-right .menu-container ul li{
      padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1090px) 
{
  .header-right .menu-container ul{
  text-align: right;
  }


}
@media (max-width: 980px) {
  .mobilemenu{
  display:block;float: right;
  }
  .mobilemenu span{
  display: block;
    height: 4px;
    background: #F41213;
    width: 30px;
    margin-bottom: 4px;
  }
  .mobilemenu span.last{
  margin-bottom:0;
  }
  .header-right .menu-container{
      width: 300px;
    /* float: right; */
    position: relative;
    overflow: hidden;
    /* width: 100%; */
    /* height: 5000px; */
    width: 300px;
    /* height: 5000px; */
    position: absolute;
    top: 67px;
    right: 0;
    /* background: #F41213; */
    padding: 0;
    z-index: 100;  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
    display:none;
  }
  .header-right .menu-container.active{
  display:block;
  }
  .header-right .menu-container ul{
  background: #F41213;
    /* height: 10000px; */
    overflow: hidden;
  }
  .header-right .menu-container ul li {
      list-style: none;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
  .header-right .menu-container ul li:after{
  display:none;
  }
  .header-right .menu-container ul li a{
  color: #fff;
  } 
  .header-right .menu-container ul li a:hover{
  color: #fff;
  }
}

@media (max-width: 944px) {
  .header-right {
    text-align: right;
  }
  
  .netop-mobile-button {
    display: inline-block;
    border: none;
    background-color: transparent; 
    position: relative;
    padding-left: 1.25em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
  }

  .netop-mobile-button:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 1em;
    height: 0.125em;
    border-top: 0.375em double #000;
    border-bottom: 0.125em solid #000;
  }
  
  .netop-header-right-wrapper {
    display: none;
    position: absolute;
    z-index: 1;
    top: -100%;
    right: 0;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #222;
    padding: 20px;
    transition: all 500ms ease-in-out;
  }
  
  .netop-header-right-wrapper.show {
    display: block;
    top: 100%;
  }

  .netop-header-right-wrapper #primary-menu {
    text-align: center; 
    margin-bottom: 20px;
  }
 
  
  .netop-header #primary-menu .hs-menu-wrapper li {
    display: block;
  }
  
  .netop-header #primary-menu .hs-menu-wrapper >ul >li {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;    
  }
}

@media (max-width: 480px) {
  .netop-header-right-wrapper {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .netop-mobile-button {
    display: none;
  }
  
  .header-wrapper {
    padding: 0;
  }
  
  .header-left {
    width: 60%;
  }

  .header-right {
    width: 40%;
  }
    
  #primary-menu {
    width: 92%;
  }
}






@media only screen and (max-width: 1180px) {

  .header-wrapper{
      max-width: 90%;
  }
}

@media only screen and (max-width: 360px) 
{


#logo .hs-image-widget {
    max-width: 191px;
}
 
 
 
}






