/*Nav Size & Padding*/
.navbar-nav>li>a {
        font-size: .95em;
    padding: 1em 1.15em;
  margin:.50em;
  
}

/*Make the product images right size:
.widget-product-slider .product-feature-image img {
     height: auto !important;
  max-width: 100%;
}
*/

.product-feature-image img {
	margin:0;
}

/*---------------
Make Logo Larger
-----------------*/
.widget-logo img {
 width: 70% !important;
   max-width: 70% !important;
 max-height: none !important;  
}



p {
    margin: -1px;
}

/*Hide Header Phone Numbers on Desktop and Tablets*/

@media screen and (min-width:768px) {
  .tel-num-header {
  	display:none;
  }
}

/*iPhone Nav Bar Fix*/
.widget-navigation.affix {
    top: 0;
    z-index: 100;
    width: 100%;
    margin-left: 0px;
}

/* Mobile Nav Bar Color */
@media screen and (max-width: 449px) {
    .widget-navigation.navbar{
    	margin-top: 0;
	}

  div.container-fluid  {
  	background-color: #000;
}
}


.row-equal-height-md .widget>.summary-widget.widget-container {
    padding-bottom: 0em;
}

/* Nav Bar Spacing on iPad */

@media screen and (max-width: 768px) {
  
	.widget-navigation.navbar .nav>li>a {
    	padding: 0px;
      	margin-left: 3px;
}
}

/* Medium Devices, Laptops Desktops */
@media screen and (max-width: 992px){
.widget-navigation.navbar .nav>li>a {
    	padding: 0px;
      	margin-left: 3px;
}
}

#articlesCategory1 {
	display:none!important;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whitebackg {
	background:white;
  	padding:50px;
  border-radius: 5px;
box-shadow: 0 0 23px 0 rgba(50,50,50,.15);
}

#pre_footer {
	background-image:url('https://s3.amazonaws.com/nmrcdn/optimized/78/assets/responsive/597000/597961/image_1.jpg')!important;
}

#pre_header {
	background-color:#0070ac!important;
}

@media (max-width:425px) {
  .container-fluid > .navbar-collapse {
  	margin-left:0px!important;
    margin-right:0px!important;
  }
  #pre_header_contact .container-fluid, #main_nav .container-fluid {
  background-color:white;
  }
  .navbar .container-fluid {
  background-color:black!important;
  }
}