@charset "UTF-8";

@font-face {
    font-family: "ninta-e-icon-font";
    src:url("../font/icon-font.eot");
    src:url("../font/icon-font.eot?#iefix") format("embedded-opentype"),
    url("../font/icon-font.woff") format("woff"),
    url("../font/icon-font.ttf") format("truetype"),
    url("../font/icon-font.svg#icon-font") format("svg");
    font-weight: normal;
    font-style: normal;

}



[data-icon]:before {
    font-family: "ninta-e-icon-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ninta-e-icon-"]:before,
[class*=" ninta-e-icon-"]:before {
    font-family: "ninta-e-icon-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ninta-e-icon-phone:before {
    content: "\61";
}

/* Basic Styles */

/* Only Show over 736px - Why 736? Max width of iPhone 7 Plus in landscape */
@media (max-width: 736px) {
    body {
        padding-bottom: 110px;
    }
	.sticky-banner-close-mob{
		width: 25px;
		position: absolute;
		top: -12px;
		right: 5px;
		cursor: pointer;	
	}	
	.ninta-e-row{
		width:100%;
		position: fixed;
		bottom: 0;
		z-index: 10000;
	}
	.ninta-e-hide{
		display:none;
	}
	.ninta-e-half-row{
		width:50%;
		float:left;
	}
	.ninta-e-full-row{
		width:100%;
	}
	#ninta_e_number_bar {
		text-align: center;
		display: block;
		font-size: 18px;
		line-height: 50px;
		text-decoration: none !important;
		height:50px;
	}
	.ninta_e_sticky_bar {
		text-align: center;
		display: block;
		font-size: 18px;
		line-height: 33px;
		/* margin-bottom: -10px; */
		margin-bottom: 0px;
		padding: 10px;
	}
	#ninta_e_contact_bar {
		z-index: 1000;
		text-align: center;
		display: block;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
		text-decoration: none !important;
	}

    #ninta_e_number_bar a , #ninta_e_contact_bar a{
        color: white;
        text-decoration: none !important;
    }
    #ninta_e_number_bar:hover {
        text-decoration: none !important;
    }
    #ninta_e_number_bar:focus {
        text-decoration: none !important;
    }
    /* Icon Size */
    #ninta_e_number_bar span {
        font-size: 18px;
        margin-right:5px;
        vertical-align: sub;
    }
	.desktop-sticky-banner{
		display:none;
	}
}

/* Hide Over 737px */
@media (min-width: 768px) {
    .ninta-e-row{
        display: none;
    }
	.desktop-sticky-banner{
		position: fixed;
		bottom: -7px;
	}
	.sticky-banner-close{
		width:25px;
		position: absolute;
		top: -12px;
		right: 20px;
		cursor:pointer;
	}
}
/* Galaxy S5 portrait */
    @media screen 
      and (device-width: 360px) 
      and (device-height: 640px) 
      and (-webkit-device-pixel-ratio: 3) 
      and (orientation: portrait) {
	  #ninta_e_contact_bar, #ninta_e_number_bar {
		  bottom:15px;

    }