@charset "utf-8";
/* CSS Document */



body { font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    
}


.alert-address {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}


.modal-front {z-index:999999999999999999;}
.smaller{font-size:12px!important;
line-height: 17px!important}



.navik-header .logo img{width:auto;max-width:inherit;max-height:190px}


.name-text {font-size:40px}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}



header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background:url("../images/cliffs.jpg") white no-repeat center center scroll;
	  background-size: cover;
	  height: 85vh;
  width: 100%;
  min-height: 15rem;
  }
  header video {
    display: none;
  }
	
	
.display-10 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 0.4;
}
	
	
	
	
.coast-bg-overlay {
    background: linear-gradient(rgba(49,183,189,.0), rgba(0,0,0,.7)), url("../images/coast.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 850px;
    padding-top: 50px;
}



}


.grey-box { padding: 9%;
    background:#303841; 
	color:#fff;
}

.teal-box { padding: 9%;
    background: #009cb2;
}


/*login*/

.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-logo{
    position: relative;
    margin-left: -41.5%;
}
.login-logo img{
    position: absolute;
    width: 20%;
    margin-top: 8%;
    background: #303841;
    border-radius: 4.5rem;
    padding: 5%;
}
.login-form-1{
    padding: 9%;
    background:#303841;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    margin-bottom:0;
    color:#fff;
}
.login-form-2{
    padding: 9%;
    background: #557f8c;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    margin-bottom:0;
    color: #fff;
}
.btnSubmit{
    font-weight: 600;
    width: 50%;
    color: #303841;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding:2%;
}
.btnForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.btnForgetPwd:hover{
    text-decoration:none;
    color:#fff;
}


/*login*/



/*LOFINFORM PASSWORD*/

		.user_card {
			height: 400px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #303841;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #009cb2;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #009cb2 !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #009cb2 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #009cb2 !important;
		}
/*LOFINFORM PASSWORD*/




/*OUR TEAM
Copyright (c) 2013 Bootsnipp.com*/

.our-team {
  padding: 30px 20px 40px;
  margin-bottom: 30px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  /*height: 230px;
  width: 230px;*/
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #009cb2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(0.85);
  transition: all 0.6s ease 0s;
	
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #fff;
  transform: scale(1);
	  border-radius: 0%;
  border:13px solid #303841;
}

.our-team .name {
  display: block;
  font-size: 14px!important;
	font-weight: 600;
  color: #009cb2;
	line-height: 17px;
  
	margin-bottom: -5px;
}
.our-team .title {
  display: block;
  font-size: 12px!important;
	line-height: 20px;
  color: #303841;

		margin-bottom: 10px;
}

.our-team small {
  display: block;
  font-size: 10px!important;
  color: #000;

}
.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: -10px;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #009cb2;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #009cb2;
  background-color: #009cb2;
}


/*END OUR TEAM*/




.icon-50 {width:50px;}
.icon-60 {width:60px;}
.icon-70 {width:70px;}
.icon-80 {width:80px;}
.icon-90 {width:90px;}
.icon-100 {width:100px;}




header-small {
  position: relative;
  background-color: black;
  height: 25vh;
  min-height: 5rem;
  width: 100%;
  overflow: hidden;
}

header-small .container {
  position: relative;
  z-index: 2;
}

header-small .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header-small {
    background:url("../images/coast.jpg") black no-repeat center center scroll;
	   background-size: cover;
	  height: 85vh;
  width: 100%;
  min-height: 15rem;
  }
  header video {
    display: none;
	  
  }
	
}



.navy-bg {background-color: #303841;}

/*---------------MODAL--------------------------*/

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity:1!important;
	
}
.modal-front {z-index:300000000000000000000000!important}

.modal-title {
align-content: center!important;
	
}

/*---------------MODAL--------------------------*/



.glow-bg { background-image: url("../images/glow1.png");
background-repeat:no-repeat;
background-position:25% 100%;
}

.circle-bg { background-image: url("../images/circle-bg.png");
background-repeat:no-repeat;
background-position:top center;
	background-size: cover;
}



/*SMOOTH SCROLL*/






.display-3{
  color:#fff;
  display:block;
  margin-top:30px;
}



.hand-pointer {cursor: pointer;}

/*TEAM*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(84,190,179,.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}


.pullup30 { margin-top:-30px;}
.pullup40 { margin-top:-40px;}
.pullup45 { margin-top:-45px;}
.pullup49 { margin-top:-48px;}
.pullup80 { margin-top:-80px;}
.pullup100 { margin-top:-100px;}
.pullup120 { margin-top:-120px;}
.pullup160 { margin-top:-160px;}
.pullup200 { margin-top:-200px;}



.line-height15 {line-height: 20px;}
.line-height40 {line-height: 40px;}

/*BG OVERLAY*/

.team-bg-overlay {
    background: linear-gradient(rgba(0,171,157,1), rgba(0,0,0,.7));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 1500px;
    padding-top: 50px;
}



.building-bg-overlay {
    background: linear-gradient(rgba(49,183,189,.0), rgba(0,0,0,.7)), url("../images/buildings2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 850px;
    padding-top: 50px;
}





.above-bg-overlay {
    background: linear-gradient(rgba(49,183,189,.0), rgba(0,0,0,.7)), url("../images/above.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 850px;
    padding-top: 50px;
}



.grow-bg-overlay {
	 background: linear-gradient(rgba(49,183,189,.6), rgba(0,0,0,.7));
   background: url("../images/banner-grow.jpg");
    background-color: #009cb2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
   /* height: 1000px;*/
    padding-top: 50px;
	
}


.teal-overlay {
    background: linear-gradient(rgba(49,183,189,.6), rgba(0,0,0,.7));
    
    height: 650px;
    padding-top: 50px;
}


.bg-no-overlay {
    background: url("../images/coast.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}





.animate-diag1 {
  animation-delay: 1s;
	
}

.animate-diag2 {
  animation-delay: 2s;
	
}

.animate-diag3 {
  animation-delay: 3s;
	
}






.thin-text { font-weight:100;}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 25%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;

  text-align: left;
}


.carousel-caption h3 {
	font-size: 3em;
	margin-top: 20px;
	
	  
	
}
.carousel-caption h4 {
	font-size: 2em;
	margin-top: 20px;
	
	font-weight: 100;
}

.carousel-caption p {
	font-size: 1em;
	background-color: #ffbcbd;
	padding: 6px;
	
	
}
.carousel-caption btn {
	font-size: 1.2em;
	background-color: #ffbcbd;
	padding: 6px 25px;;
	margin-top: 20px;
	color: #009cb2;
	
	
}

blockquote {
  font-size: 1.3em;
}

.padding--15 {
	margin-left:-15px; 
	margin-right:-15px;}

/*BOX HOVER*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: right;
  overflow:hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 171, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
	vertical-align: middle;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #009cb2;
	font-weight:bold;
  text-align: center;
  position: relative;
  font-size: 11px;
	line-height: 15px;
  padding: 8px;
  background: rgba(255, 188, 189, 0.8);
  -webkit-transform: translateY(145px);
  -ms-transform: translateY(145px);
  transform: translateY(145px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #fff;
	line-height: 13px;
	font-size: 10px;
  border: 1px solid #ffbcbd;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 52px 0 0 0;
  padding: 12px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 2px #ffbcbd;
}

/*END BOX HOVER*/



.pink-button  {
	font-size: 1em;
	background-color: #ffbcbd;
	padding: 6px 25px;;
	margin-top: 20px;
	color: #009cb2;
	
	
}

.pink-text  {
	color: #ffbcbd;
}
.pink-border  {
	border: 1px solid #ffbcbd;
}
.teal-border  {
	border: 1px solid #009cb2;
}

ul li {color: #777;}

.brint-banner-text-up {margin-top:-0px;}

.titles-grey {color:#666666;}


h1, .h1 {
  font-size: 2.9rem;
}
h2 { line-height:45px;}
h3 { line-height:30px;}
h4 { line-height:30px;}
h5 { line-height:35px;}

p { color: #000000;
line-height: 28px;
font-size: 16px;}

 .smallertext {
    color: #000000;
    line-height: 20px;
    font-size: 15px;
}

.big-title-h1 {
  font-size: 3rem;
	line-height: 90%;
}
.line-spaces { line-height: 90px;}

#yourElement {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.st-highlight {
  color: #009cb2;
}
.navbar-default {
  background-color: #009cb2;
  border-width: 0;
  margin-bottom: 0 !important;
  height: 102px;
  -webkit-transition: background-color 0.3s, height 0.3s;
          transition: background-color 0.3s, height 0.3s;
}
.st-navbar-mini .navbar-default {
  background-color: rgba(182, 217, 212, 0.85);
  height: 90px;
}
.st-navbar-mini .navbar-default .navbar-brand {
  padding: 15px 15px;
}
.st-navbar-mini .navbar-default .navbar-brand img {
  height: 60px;
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  height: auto;
  padding: 7px 15px;
  -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
}
.navbar-brand img {
	height: 80px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.navbar-nav > li > a {
   font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
          transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #009cb2;
  outline-width: 0;
}
.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
  color: #009cb2;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #009cb2;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #444;
}

.arrow-up-bg { background-image: url(../images/arrow-up.png);
background-repeat:no-repeat;
background-position:25% 100%;
}

.arrow-down-bg { background-image: url(../images/arrow-down.png);
background-repeat:no-repeat;
background-position:85% 0%;
}


.arrow-up-bg-light { background-image: url(../images/arrow-up-light.png);
background-repeat:no-repeat;
background-position:95% 100%;
}

.arrow-down-bg-light { background-image: url(../images/arrow-down-light.png);
background-repeat:no-repeat;
background-position:85% 0%;
}
.footer h4 {font-size:14px; color: #009cb2; font-weight: 200; }

.footer p {
	font-size: 14px;
	color: #000;
}
footer a { font-size:10px;}

.footer a {color: #009cb2;
}
.footer a:hover {color: #009cb2;
}



.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}

.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}




.bullets li { color: #000;  background: url(../images/list.png) left center no-repeat; line-height: 25px; padding-bottom:20px;  }


.teal-bg {	background-color: #009cb2;}
.teal-bg-darker {	background-color: #557f8c;}
.teal-border { border: #009cb2 thin solid;}
.teal-border-medium { border: #009cb2 thick solid;}
.teal-text { color: #009cb2;}
.black-text { color: #000;}
.black-text a { color: #000;}
.black-text a:hover{ color: #000;}


.light-grey-bg {	background-color: #ccc;}
.light-grey-border { border: #ccc thin solid;}
.light-grey-border-medium { border: #ccc medium solid;}
.black-border-medium { border: #000 medium solid;}
.white-border-medium { border: #fff medium solid;}
.light-grey-text { color: #ccc;}

.white-border-medium { border: #fff medium solid;}
.green-border-medium { border: #009cb2 medium solid;}

.green-text {color: #009cb2;}

.teal-button {  background-color: #009cb2;
	color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 8px 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;}

.teal-button a {color: #fff;}
.teal-button a:hover {color: #009cb2; background-color: #fff;}
.teal-button a:visited {color: #fff;}

.monster {position:absolute;
	bottom:-10px;
	left:0px;
	
}


.icontext { line-height: 17px; 
padding-top: 10px;
padding-bottom: 10px;}


.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.blue-bg {	background-color: #09A1DC;}
.pink-bg {	background-color: #ffbcbd;}
.yellow-bg {	background-color: #D4D72D;}
.orange-bg {	background-color: #F0800E;}
.purple-bg {	background-color: #8978B6;}

.rounded-nicci {
  border-top-left-radius: 0.99rem !important;
  border-bottom-right-radius: 0.99rem !important;
}

.large-text-home { font-size: 6em; font-weight: 700;
line-height: 1em;}

.padding-10 { padding:10px;}
.padding-20 { padding:20px;}
.padding-30 { padding:30px;}
.padding-40 { padding:40px;}
.padding-50 { padding:50px;}

.padding-left-10 { padding-left:10px;}
.padding-left-20 { padding-left:20px;}
.padding-left-30 { padding-left:30px;}
.padding-left-40 { padding-left:40px;}
.padding-left-50 { padding-left:50px;}


.padding-top-5 { padding-top:5px;}
.padding-top-10 { padding-top:10px;}
.padding-top-20 { padding-top:20px;}
.padding-top-30 { padding-top:30px;}
.padding-top-40 { padding-top:40px;}
.padding-top-50 { padding-top:50px;}
.padding-top-60 { padding-top:60px;}
.padding-top-70 { padding-top:70px;}
.padding-top-80 { padding-top:80px;}


.padding-bottom-10 { padding-bottom:10px;}
.padding-bottom-20 { padding-bottom:20px;}
.padding-bottom-30 { padding-bottom:30px;}
.padding-bottom-40 { padding-bottom:40px;}
.padding-bottom-50 { padding-bottom:50px;}
.padding-bottom-60 { padding-bottom:60px;}
.padding-bottom-70 { padding-bottom:70px;}
.padding-bottom-80 { padding-bottom:80px;}

.padding-left-right-40 { padding-left:40px;
padding-right:40px;}



.btn-white {
  color: #fff;
  background-color:transparent;
  border-color: #fff;
}





.white-background { background-color:#fff;}
.black-background { background-color:#000;}
.teal-background { background-color:#009cb2;}
.teal-background-light { background-color:#A4E6E3;}


.teal-background { background-color:#009cb2;}
.teal-background a { color: #fff;}
.teal-background a:hover { color: #000;}
.teal-background a:visited { color: #fff;}


.white-text { color:#fff;}
.white-text a { color:#fff;}
.white-text a:hover { color:#000;}
.white-text a:visited { color:#fff;}

.footer-notes { color:#D0CBCB; font-size:12px;}
.footer-notes a { color:#D0CBCB; font-size:12px;}
.footer-notes a:hover { color:#000; font-size:12px;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button-box { padding:10px;
	border: thin solid #fff;
	color: white;
	font-size: 16px;
	margin-top: 15px;
}


.button-box-grey { padding:10px;
	border: thin solid #77BAC7;
	background-color:#C5C2C2;
	color: #444444;
	font-size: 16px;
	margin-top: 15px;
}



.dark-text { color:#333333;}
.dark-text a { color:#333333;}
.dark-text a:hover{ color:#77BAC7;}




/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

.tel-text {font-size: 35px; font-weight: 100; color:#fff; line-height: 39px;}
	


	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

.team-bg-overlay {
    background: linear-gradient(rgba(49,183,189,1), rgba(0,0,0,.7));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 990px;
    padding-top: 50px;
}
	


	

.lighthouse-bg-overlay {
    background: linear-gradient(rgba(49,183,189,.0), rgba(0,0,0,.7)), url("../images/lighthouse.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 850px;
    padding-top: 50px;
}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
.lighthouse-bg-overlay {
    background: linear-gradient(rgba(49,183,189,.0), rgba(0,0,0,.7)), url("../images/lighthouse.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 650px;
    padding-top: 50px;
}
	
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	

	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

	
	

}



/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {

.team-bg-overlay {
    background: linear-gradient(rgba(49,183,189,.6), rgba(0,0,0,.7)), url("../images/dublin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
    height: 990px;
    padding-top: 50px;
}
	
	
	

.lighthouse-bg-overlay {
    background: linear-gradient(rgba(49,183,189,.0), rgba(0,0,0,.7)), url("../images/lighthouse.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
    color: #fff;
  /*  height: 850px;*/
    padding-top: 50px;
}


}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}


