/* Enter Your Custom CSS Here */

/* Thursday, October 26 2014  */
#eModal-1
{
  z-index: 9999999 !important;
}
.smcx-iframe-container
{
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
}


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .fusion-header
  {
    height:0 !important;
  }
.fusion-header-shadow .fusion-mobile-menu-design-classic, .fusion-header-shadow .fusion-mobile-menu-design-modern
{
    box-shadow:0 !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .fusion-header
  {
    height:0 !important;
  }
.fusion-logo a {
    bottom: -43px;
    max-width: 73%;
    position:relative;
}
 
  .fusion-main-menu
  {
    top: -12px;
  }
.fusion-header-shadow .fusion-mobile-menu-design-classic, .fusion-header-shadow .fusion-mobile-menu-design-modern
{
    box-shadow:0 !important;
}
  }
}

/* */
.fusion-header-wrapper{
    z-index: 99!important;
}
.fusion-contact-info {
    font-size: 20px;
  	margin-right: 25px;
}
div.eModal-1 {
    padding: 5px 15px;
    font-size: 20px;
    position: relative;
    float: right;
    background: #62376F;
    line-height: 25px;
    margin-top: 5px;
    border-radius: 5px;
    width: 132px;
    right: -25px;
}
.brk{
  		display:none;
}
/** MEDIA **/
@media only screen and (max-width:476px){
  	.fusion-contact-info{
 		margin-right: 0;
  	}
  	div.eModal-1{
  		float: none;
        margin: 0 auto 5px!important;
    	right: 0;
  	}
  	.brk{
  		display:block;
    	height: 1px;
  	}
  	.fusion-header-separator{
 		display:none;
  	}
}