/* Customized design by Emil Ryen | infinityfleet.com */



/****** Main menu ******/
.main-navigation {
 	margin-top: 10px !important; 
}
.main-navigation li {
 	margin-right: 10px; 
}
.main-navigation li a {
  	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	border-bottom: 5px solid transparent;
  
  	-webkit-transition : border 0.1s linear;
  	-moz-transition : border 0.1s linear;
  	-o-transition : border 0.1s linear;
  	transition : border 0.1s linear;
}
	.main-navigation li a:hover {
  		border-bottom: 5px solid #d67e29;
	}



/****** Banner ******/
#c-banner {
	height: 60px;
	width: 275px;
	/*margin-left: 665px;*/
  	float: right;
  	margin-bottom: 10px;
	background-image: url("http://www.degeref.arenareklam.se/wp-content/uploads/2014/01/cropped-Logotype_webb.png");
	background-size: contain;
  	background-repeat: no-repeat;
}



/****** Custom Footer ******/
#c-footer {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
}



/****** Inställningar för personalsidan ******/
.c-crewbox {
	display: inline-block;
	width: 260px;
	background-color: #FFFFFF;
	/*border: 1px solid #cccccc;*/
	text-align: center;

	padding-top: 15px;
	margin: 5px;
}
   .c-crewbox:hover {
		/*-webkit-box-shadow: 0px 0px 10px 0px rgba(185, 185, 181, 1);
   		-moz-box-shadow:    0px 0px 10px 0px rgba(185, 185, 181, 1);
   		box-shadow:         0px 0px 10px 0px rgba(185, 185, 181, 1);*/
   }
   .c-crewbox:hover .c-crewbox-text {
   
   }
   .c-crewbox img {
   		display: block;
   		padding: 0px;
   		-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0);
   		-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0);
   		box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0);
   		border: 0px;
   		margin: auto;
   }
      .c-crewbox img:hover {
      
      }
   .c-crewbox-image {
   		/*height: 200px;*/
   }
   .c-crewbox-text {
   		height: 120px;
   		padding: 8px;
   		font-size: 26px;
   		font-weight: 400;
   
   		line-height: 31px;
   		color: #666666;
   }
      .c-crewbox-text-name {
      		font-size: 26px;
      }
      .c-crewbox-text-pos {
      		font-size: 18px;
      		line-height: 24px;
      }
      .c-crewbox-text-mail {
      		margin-top: 4px;
      		font-size: 14px;
      		line-height: 20px;
      }
      .c-crewbox-text-phone {
      		font-size: 14px;
      		line-height: 20px;
      }
      .c-crewbox-text-cell {
      		font-size: 14px;
      		line-height: 20px;
      }
  
}