@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
.blue {
  background: #3498db;
}

.purple {
  background: #9b59b6;
}

.navy {
  background: #34495e;
}

.green {
  background: #2ecc71;
}

.red {
  background: #e74c3c;
}

.orange {
  background: #f39c12;
}

.cs335, .cs426, .md303, .md352, .md313, .cs240 {
  font-weight: 000;
  cursor: pointer;
}

.tab-inco table {
  font-family: 'Karla', sans-serif;
  color: #efefef;
}
.tab-inco table tr:nth-child(2n) {
  background: #eff0f1;
}
.tab-inco table tr:nth-child(2n+3) {
  background: #fff;
}

.days, .time {
  background: #34495e;
  text-transform: ;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
  text-align: center;
}

.tab-inco table th, .tab-inco table td {
  padding: 10px;
  font-weight:100;
  text-align:center;
  font-size:15px;
  border:1px #FFF solid;
}

.time {
  width: 3em !important;
}

.table-head{
	background-color:#555;
}

.table-head h3{
	font-size: 18px;
	  font-family: 'Oswald', sans-serif;
	  text-align: center;
}

.box-services table td p{
	text-align:center
}

.table-title td{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size:16px;
	text-align:center;
	background-color:#167267;
	color:#FFF;
	padding:12px 5px;	
}

.table-content-style td{
	padding:10px;
	font-family: 'Karla', sans-serif;
	line-height: 26px;
	font-size: 15px;
	font-weight:300;
}

.table-content-style td img{
	text-align:center;
	vertical-align:middle;
}

.sea-container-mobile{
	display:none;
}

.useful-title{
    margin: 45px 0px 20px 0px;
	color:#000
}

.useful-title h3{
	font-family: 'Abel', sans-serif;	
	border-left: 2px solid #0cb4ce;
	padding: 0px 0px 0px 17px;
}

.useful-title p{
	padding-left:18px;
	padding-right:18px;
}

.useful-title li{
	list-style: circle outside;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	line-height: 26px;
	margin-left: 0px;
	color: #555;
	padding-left: 0px;		
}


@media (max-width: 690px) {
	
	.sea-container-desktop{
		display:none;
	}
	
	.sea-container-mobile{
	display:block;
}
	
}