h1,
h1 span {
	font-size: 19px;
	font-weight: 400;
}

h2,
h2 span {
	font-size: 13px;
	font-weight: 400;
}

#login-box h1 {
	font-size: 20px;
}

a {
	color: #3ab2ff;
}

a:hover,
a:focus {
	color: #0288d1;
}

.group-block h1 {
	font-size: 24px;
	color: #0288d1;
	margin-top: 0;
}

h1.highlight-skyblue,
.highlight-skyblue {
	color: #3ab2ff;
}

.center {
	text-align: center;
}

#profile-name {
	margin-bottom: 7px;
}

#profile-location {
	margin-top: 0;
	margin-bottom: 10px;
	color: #b3e5fc;
	line-height: 17px;
}

#profile-location .fa {
	font-size: 17px;
}

.view-header {
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-left: 15px;
	padding-right: 15px;
}

.view-header:before,
.view-header:after {
	content: '';
	display: table;
	clear: both;
}


.view-header:first-child {
	border-top: 0;
}

.view-header .title-group {
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 10px;
}

.view-header .title-group h1 {
  margin-bottom: 5px;
  color: #0288d1;
}

.view-header .title-group h2 {
	margin-top: 0;
 	color: #03a9f4;
}

.light {
	font-family: 'Graphik' !important;
	font-weight: 300 !important;
}

.regular {
	font-family: 'Graphik' !important;
	font-weight: 400 !important;
}

.medium {
	font-family: 'Graphik' !important;
	font-weight: 500 !important;
}

.opensans-bold {
	font-family: 'Open-Sans' !important;
	font-weight: 600 !important;
}

.t404 {
	font-family: 'Open-Sans' !important;
	font-weight: 600 !important;
	color: #1494f3;
	font-size: 178px;
	line-height: 170px;
}

.error {
	font-family: 'Graphik';
	font-weight: 500 !important;
	color: #1494f3;
	font-size: 62px;
	line-height: normal;
}

@media (max-width: 767px) {
	.t404,
	.error {
		word-wrap: break-word;
	}
}

@media (max-width: 445px) {
  .t404 {
    	font-size: 120px;
    	line-height: 108px;
  	}

   .error {
    	font-size: 40px;
   }
}

.sm-text {
	font-size: 13px;
	line-height: 1.1em;
}

.form-block h1 {
	font-size: 24px;
	margin-top: 0;
}

.right-align-sm {
  text-align: left;
}

.center-right-sm {
	text-align: center;
}

.total-details .price {
	font-size: 22px;
}

.size-16 {
	font-size: 16px;
}

.size-18 {
	font-size: 18px;
}

.size-24 {
	font-size: 24px;
}

.size-62 {
	font-size: 62px;
}

.size-178 {
	font-size: 178px;
}

.color-blue {
	color: #1494f3;
}

.color-skyblue {
	color: #43c0ff;
}

.line-height-0 {
	line-height: normal;
}

@media (min-width: 768px) {

	.right-align-sm,
	.center-right-sm {
		text-align: right;
	}
}