body {
	font: 400 15px Lato, sans-serif;
	line-height: 1.8;
	color: #818181;
}

h1 {
  /* Extra small devices (phones, less than 768px) */
  font-size: 30px;

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 36px;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 40px;
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    font-size: 64px;
  }
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #0B1033;
	font-weight: 600;
	margin-bottom: 30px;
}

h4 {
	font-size: 19px;
	line-height: 1.375em;
	color: #0B1033;
	font-weight: 400;
	margin-bottom: 30px;
}

span{
  white-space: nowrap;
}

/* Get Rid Of The Actual Checkbox */
input[type=radio],
input[type=checkbox]{
   position: absolute;
   display:none;
   visibility:hidden;
}

/* A Little Non-Selectable Magic */
label,
div.radio,
div.checkbox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Default, Non Checked State */
div.radio,
div.checkbox {
   display: inline-block;
   background:white;
   color: #000;
   border: 1px solid #e7e7e7;
}

/* Checkbox Toggled Hack with Checked State as our Background Position */
input[type=radio]:checked ~ div.radio,
input[type=checkbox]:checked ~ div.checkbox{
   background-position: 0px 0px;
   background:#0B1033;
   color: #FFF;
   border: 1px solid #e7e7e7;
}

.right {
  text-align: right;
  margin-right: 1em;
}

.left {
  text-align: left;
  margin-left: 1em;
}

.center {
  text-align: center;
  margin-left: 1em;
}

.dropdown-select button{
    width: 80px;
    position: relative;
}

.dropdown-select .dropdown-menu{
    width: 80px;
}
.dropdown-select .btn .caret{
    
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;

}

.badge-custom {
  background-color: #FFFFFF;
}

#customInput {
  border: 0px solid #ddd;
}

#customSelect {
  border: 0px solid #ddd;
}

select:active, select:hover {
  outline: none
}

.jumbotron {
	background-image: url("../img/dublin.jpg");
	background-size: cover;
	color: #fff;
	padding: 200px 125px;
	font-family: Montserrat, sans-serif;
	min-height: 600px;
}

.background-tint {
	background-color: rgba(83, 90, 162, .8);
	background-blend-mode: multiply;
}

.container-fluid {
	padding: 60px 50px;
}

.bg-grey {
	background-color: #f6f6f6;
}

.logo-small {
	color: #0B1033;
	font-size: 50px;
}

.logo {
	color: #0B1033;
	font-size: 200px;
}

.logo-img {
	max-width: 15%;
	text-align: left;
  	margin-left: 0em;
  	padding-top: 10px;
  	padding-bottom: 30px;
}

.btn-orange { 
    background-color: #ff7f27; /* Orange */
    color: #ffffff;
}

.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #0B1033;
}

.carousel-indicators li {
	border-color: #0B1033;
}

.carousel-indicators li.active {
	background-color: #0B1033;
}

.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

.item span {
	font-style: normal;
}

.panel {
	border: 1px solid #0B1033;
	border-radius: 0 !important;
	transition: box-shadow 0.5s;
}

.panel:hover {
	box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
	border: 1px solid #0B1033;
	background-color: #fff !important;
	color: #0B1033;
}

.panel-heading {
	color: #fff !important;
	background-color: #0B1033 !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.panel-footer {
	background-color: white !important;
}

.panel-footer h3 {
	font-size: 32px;
}

.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}

.panel-footer .btn {
	margin: 15px 0;
	background-color: #0B1033;
	color: #fff;
}

.navbar {
	margin-bottom: 0;
	background-color: #0B1033;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
	color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #0B1033 !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.green-icon {
	color: #0B1033;
}

.red-icon {
	color: #d9534f;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.no-border {
  border:0px solid transparent;
 }
 
.no-focus {
  outline: none !important;
}

.round {
    border-radius: 50%;
}

.page-button {
	outline: none !important;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
}

.page-button-info {
    background-color: white; 
    color: #5bc0de; 
    border-radius: 50%;
    outline: none !important;
}

footer .glyphicon {
	font-size: 50px;
	margin-bottom: 20px;
	color: #0B1033;
}

.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}

@
keyframes slide { 0% {
	opacity: 0;
	transform: translateY(70%);
}

100%
{
opacity




:


 


1;
transform




:


 


translateY




(0%);
}
}
@
-webkit-keyframes slide { 0% {
	opacity: 0;
	-webkit-transform: translateY(70%);
}

100%
{
opacity




:


 


1;
-webkit-transform




:


 


translateY




(0%);
}
}
@media screen and (max-width: 768px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}
	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		font-size: 150px;
	}
}

#myProgress {
  width:100%;
  background-color: #0B1033;
  border-radius: 5px;
}

#myBar {
  width:0;
  border-radius: 5px;
  height: 20px;
  background-color: white;
  text-align: center;
  line-height: 20px;
  color: #0B1033;
}

#loadingBarBackground {
  width: 80%;
  background-color: #0B1033;
  display: inline-block;
  float: left;
  border-radius: 5px;
}

#loadingButtonBackground {
  width: 20%;
  background-color: #ddd;
  display: inline-block;
  float : left;
  border-radius: 5px;
}

#loadingBar {
  width: 0%;
  height: 30px;
  background-color: white;
  text-align: center;
  line-height: 30px;
  color: #0B1033;
  border-radius: 5px;
}

#loadingButton {
  width: 100%;
  height: 30px;
  background-color: #ffa847;
  text-align: center;
  color: white;
  line-height: 30px;
  border-radius: 5px;
}