.carousel-control.left, .carousel-control.right
{
    background: none !important;
    filter: progid:none !important;>
}


.anchor
{
	padding-top: 90px;
}


ul
{
  	padding-left: 16px;
  	list-style-image: url("https://mediaatelier.com/Bootstrap/imgs/bullet.svg");
}

body
{
	color: #333;
	line-height: 20px;
	font-size: 14px;
	font-family: "Helevtica Neue","Helevetica","Arial","sans-serif";
}


.requirements
{
	color: #aaa;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}


table
{ 
	width: 100%;
	height: 100%;
	background-color: white;
	border-width: 1px; 
	border-style: solid; 
	border-color: gray; 
	border-collapse: collapse;
	margin-bottom: 10px;
}


tr:nth-child(odd) {  
	background: #f8f8f8;  
}


td, th 
{ 
	padding-left: 4px;
	padding-right: 4px;
	border-style: solid; 
	border-color: gray;
	border-width: 1px; 
}


.frameless 
{
	width: 240px;
	border-style: none; 
	border-color: white;
	border-width: 0px;
}


 .frameless th,  .frameless td
{
	padding-left: 0;
	padding-right: 8px;
	border-width: 0px; 
	border-style: none; 
}


.frameless, tr:nth-child(odd)  {  
	background: none;  
	border-width: 0px; 

}


h2
{
	font-size: 16px;
    margin-bottom: 8px;
    margin-top: 20px;
    font-weight: 600;
}


h4
{
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 20px;
    font-weight: 600;
}


	
 h3
{		
	font-size: 14px;
	font-weight: 600;

}

.caption {
    margin-top: 20px;
}

.modal-dialog .container {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.container {
	
	  padding-top: 10px;
	  padding-bottom: 10px;

}


.title-img
{
	display:block;
	margin:auto;		
}
            
  
.gray {
    background-color: #333;
    color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nav-spacer
{
	 margin-top: 50px;
}

.left
{
    text-align: left;
}


.small-type
{
    font-size: 11px;
}

.carousel-inner {
    border-radius: 5px;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
}

.navbar
{
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    opacity: .9;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .08em;
}


a:link
{
	font-weight: normal;
}

.icon-bar
{
	background:gray !important; /*Whatever colour you want for icon lines*/
}


.logos a
{
	color: #999999;
}

.navbar a:link
{
	color: #222;
	text-decoration: none;
	font-weight: normal;
}

.navbar a:visited
{
	color: #222;
}

.navbar a:hover
{
	color: #222;
}

.navbar a:active
{
	color: #222;
}


.active .menu-title
{
	border-bottom: 2px solid lightgray;
	padding-bottom: 2px;
	cursor: default;
}


a
{
	color: #62abd6;
	text-decoration: none;
	font-weight: 600;
}


.navbar .btn
{
    margin: 8px;
    margin-left: 16px;
    margin-right: 0px;
}


.navbar-right
{
    padding-right: 30px;
}


.smallprint a
{
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 30px;
}


.store-group
{
	 float:right; 
	 margin-left:12px;
}


.requirements a 
{
   margin-top: 20px;
   background-color: #555;
   color: #aaa;
   padding-left: 8px;
   padding-right: 8px;
   border-color: #333;
}



.requirements a:active
{
	border-color: #333;
}

.requirements a:focus
{
	border-color: #333;
}

.requirements a:visited
{
	border-color: #333;
}

.requirements .btn-default:hover
{
	border-color: #333;
}


.bordered
{
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}


section 
{
	  position: relative;
	  padding-bottom: 64%;
	  height: 0;
	  overflow: hidden;
	  max-width: 100%;
	  height: auto;
}


section iframe, section object, section embed 
{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
}

.indent {
	margin-left: 20px;
}


.vimeo {

	border: 1px solid #ddd; 

}


.embed-responsive-16by10 {
  padding-bottom: 62.5%;
}


.center-block {
    float: none !important
}


.col-centered {
    float: none;
    margin: 0 auto;
}


@media (max-width: 767px) {
	
	 .store-group
	{
		float: left;
	 	margin-left:0px;
	 				 	margin-top:5px;

	}
	
	.hidden-xs
  	{
	  	display: hidden;
  	}
	
	
}

	
	

@media (max-width: 910px) {
    
  
  
   .icon-img {
	   max-width: 100px;
	   margin-bottom: 10px;
	   margin-top: 10px;
   }
    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
    }

    .navbar-header
    {
      display: block;
    }
    
    .title-img
	{
		float:left;
	}
    
    
    
    body 
    {
    	font-size: 16px;
    	line-height: 22px;
    }
    
    h4
	{
		font-size: 16px;
  	}
  
}

@media (min-width: 910px) {

    .navbar-header
    {
      display: none;
    }
    
  
}
