/*----------------------------------*/
/*BODY AND HEADINGS*/
/*----------------------------------*/
.fa-file-lines
{
	margin-right: 10px;
}

.herocopy
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.herobullets
{
padding-top:40px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	list-style: none;
	margin-left: 0px;
	font-weight: 600;

}

.herobullets i
{
	color:#00BAC4;
	padding-right: 10px;
}



.herobullets2
{
	list-style: none;
	margin-left: 0px;
	font-weight: 400;

}

.herobullets2 li
{
	margin-bottom: 10px;
}

.herobullets2 i
{
	color:#00BAC4;
	padding-right: 10px;
}


.herobullets3
{
	list-style: none;
	margin-left: 0px;
	font-weight: 400;

}

.herobullets3 li
{
	margin-bottom: 10px;
}

.herobullets3 i
{
	color:#DA0100;
	padding-right: 10px;
}


.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../favicon.html") center no-repeat #000;
}

.blueheader {
    color: #fff;
    background-color: #1eabbb;
    padding-top: 2px;
    padding-bottom: 2px;
}


body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 30px;
	color: #666;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

a
{
	text-decoration:none;
	color:#DA0100;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

.borderround
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.07);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.07);
}

h1
{
	color:#D90000;
	font-size:56px;
	line-height:50px;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	letter-spacing: -1px;
	text-align:center;
}

h2
{
	color:#D90000;
	font-size:44px;
	line-height:50px;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	letter-spacing: -1px;
}

h3
{
	color:#00ACBA;
	font-size:24px;
	line-height:40px;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	letter-spacing: -1px;
}

h4
{
	color:#00ACBA;
	font-size:22px;
	line-height:32px;
	font-weight: 700;
	margin-bottom: 15px;

}

h4 i
{
	color:#DA0100;
	padding-right: 10px;
}

h1 span, h2 span, h3 span
{
	color:#00ACBA;
}

/*----------------------------------*/
/*UNDERLINE*/
/*----------------------------------*/

.underline
{
	border-bottom:solid 3px #DA0100;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
	width: 120px;
}

/*----------------------------------*/
/*BLOCKS*/
/*----------------------------------*/

.block1
{
	background-color:#00ACBA;
	color:#fff;
}

.block2
{
	background-color:#EBF8FA;
}

.block3
{
	background-color:#000000;
	color:#fff;
}

.block1 h1, .block1 h2, .block1 h3, .block1 a,
.block3 h1, .block3 h2, .block3 h3, .block3 a, .block1 h4
{
	color:#fff;
}

/*----------------------------------*/
/*PREHEADER*/
/*----------------------------------*/

.preheader
{
	background-color:#000000;
	padding-bottom:5px;
	padding-top:5px;
	z-index:999;
	font-size:16px;
	color: #fff;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: #ffffff;
}

.preheader i
{
	padding-right: 10px;
	color: #DA0100;
}

.preheader .ecomlinks a
{
	margin-left:20px;
	font-weight:bold;
}

/*----------------------------------*/
/*HEADER*/
/*----------------------------------*/

.header
{
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
	position: relative;
	transition: top 0.3s; /* Transition effect when sliding down (and up) */
	top: 0px; /* Hide the navbar 50 px outside of the top view */
}

.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

/*----------------------------------*/
/*HEADER ON TOP*/
/*----------------------------------*/

.headerontop
{
	padding-top:20px;
	padding-bottom: 10px;
	z-index:999;
	margin-top:20px;
	position:absolute;
	display:none;
}

/*----------------------------------*/
/*LOGO*/
/*----------------------------------*/

.logo img
{
	width:300px;
	padding-top: 10px;
}

/*----------------------------------*/
/*HERO*/
/*----------------------------------*/

video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: center;

}

.hero
{
	height:900px;
	position:relative;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
line-height: 40px;
	font-size: 24px;
}


.hero .arrowdown
{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -30px;
}

.hero100
{
	height:100vh;
}

.hero h1
{
	color:#ffffff;
	letter-spacing:0px;
	line-height: 90px;
	display: inline-block;
}

.hero h2, .hero h3
{
	color:#ffffff;
	margin:auto;
	margin-bottom:30px;
}

.hero h1 span, .hero h2 span, .hero h3 span
{
	color:#DA0100;
}

.herosml
{
	height: 300px;
	background-size: cover;
	background-position: center center;
	margin-bottom:40px;
}

.herosml h1, .herosml h2, .herosml h3, .herosml
{
	color:#fff;
}

.hero-gallery
{
	
}

.hero-gallery .gallery-cell
{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}

/*----------------------------------*/
/*FIXED HEIGHT CONTENT*/
/*----------------------------------*/

.fixedheight
{
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.fixedheightcontent
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*----------------------------------*/
/*ALIGNMIDDLE*/
/*----------------------------------*/

.alignmiddle
{
	position:absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
}

/*----------------------------------*/
/*SIMPLE GALLERY*/
/*----------------------------------*/

.simple-gallery .gallery-cell
{
  width: 31%;
  margin:2%;
}

/*----------------------------------*/
/*TESTIMONIALS*/
/*----------------------------------*/

.testbg
{
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000000;
}

.testimonials-gallery .gallery-cell
{
  width: 100%;
  padding-left:10%;
  padding-right:10%;
}

.testimonials-gallery h2
{
  line-height:50px;
	font-size: 32px;
	font-weight: 400;
	color: #ffffff;
}

.testimonials-gallery p
{
	font-weight: 700;
	color: #DA0100;
}


/*----------------------------------*/
/*LINKS*/
/*----------------------------------*/

.linkprimary, .linkwhite
{
	display:inline-block;
	border:solid 1px #D80B06;
	background-color:#D80B06;
	padding:15px 40px;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	transition: all .2s ease-in-out;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	margin-right: 20px;
	
		
}

.linkprimary:hover, .linkwhite:hover
{
	border:solid 1px #00ACBA;
	background-color:#00ACBA;
	color:#fff;
	transform:translateY(5px);
}

.linksecondary
{
	display:inline-block;
	border:solid 1px #fff;

	padding:15px 40px;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	transition: all .2s ease-in-out;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}

.linksecondary:hover
{
	border:solid 1px #00ACBA;
	background-color:#00ACBA;
	color:#fff;
	transform:translateY(5px);
}

form div
{
 margin-bottom: 0px;
}



.linkblue
{
	display:inline-block;
	border:solid 1px #0AACB9;
	background-color:#0AACB9;
	padding:15px 40px;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	transition: all .2s ease-in-out;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	margin-right: 20px;
	
		
}

.linkblue:hover
{
	border:solid 1px #D80B06;
	background-color:#D80B06;
	color:#fff;
	transform:translateY(5px);
}

/*----------------------------------*/
/*FORMS*/
/*----------------------------------*/

input[type="text"], input[type="password"], input[type="email"], input[type="tel"]
{
	padding:15px !important;
	width:100%;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'Source Sans Pro', sans-serif;
}

select
{
	padding:15px !important;
	width:100%;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'Source Sans Pro', sans-serif;
}

textarea
{
	padding:15px !important;
	width:100%;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'Source Sans Pro', sans-serif;
}


input[type="submit"], input[type="button"]
{
	display:inline-block;
	border:solid 1px #D80B06;
	background-color:#D80B06;
	padding:15px 40px;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	transition: all .2s ease-in-out;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	margin-right: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:#0059B2;
	color:#fff;
	transform:translateX(5px);
}

/*----------------------------------*/
/*IMAGE HOVER HOVER LINKS*/
/*----------------------------------*/

a img { transition: all .2s ease-in-out; }
a img:hover { transform:translateY(-5px) }






/*----------------------------------*/
/*BREAKS*/
/*----------------------------------*/

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

/*----------------------------------*/
/*FOOTER*/
/*----------------------------------*/

.footer
{
	background-color:#00ACBA;
	color:#fff;
	margin-top:-1px;
	font-size: 16px;
	line-height:22px;
}

.footer h2, .footer h3, .footer h4
{
	color: #ffffff;
}

.footer a
{
	color:#fff;
}

.footer2 a
{
	color:#DA0100;
}

.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}


.footer2
{
	background-color:#226b72;
	color:#fff;
	margin-top:-1px;
	font-size: 14px;
}

/*----------------------------------*/
/*IMG FLOATS*/
/*----------------------------------*/

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*----------------------------------*/
/*NAVIGATION*/
/*----------------------------------*/

.nav
{

	font-size:18px;

}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:20px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:#fff;
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
nav#nav-main
{
	padding:0px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

nav#nav-main li
{
	border-right:solid 0px #fff;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}


nav#nav-main a
{
	margin-top:0px;
	color:#fff;
	display:block;
	padding:10px 8px;
	transition: all .2s ease-in-out;
}

.header nav#nav-main a
{
	color: #444444;
}


nav#nav-main a:hover
{
}

/*nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px #fff; 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }*/

nav#nav-main .selected
{
  font-weight: 600;
}

nav#nav-main ul li ul
{
  position:absolute;
  top:45px;
  left:0px;
  width:280px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main li:last-child a {
    background-color: #0AACB9;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:#333;
  color:#fff;
  min-width:280px;
  margin-top:0px;
  font-size:14px;
  text-transform:none;
}

nav#nav-main ul li ul li a:hover
{
  
  background-color:#D80B06;
  
}


nav#nav-main ul li ul li:last-child a
{
  text-align:left;
  padding:5px 15px;
  background-color:#333;
  color:#fff;
  min-width:280px;
  margin-top:0px;
  font-size:14px;
  text-transform:none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.header nav#nav-main ul li ul li a
{
	color: #fff;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:18px;
	width:100%;
	background-color:#444444;
	font-weight: 800;
	
}

nav#nav-mobile .closemobilenav
{
	text-align:center;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}


nav#nav-mobile .closemobilenav:hover
{
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#nav-mobile ul
{
	
	display:none;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:#fff;
}


nav#nav-mobile li
{
	display:block;
	margin:0 0px;
	padding:0px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#00ACBA;
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:#00ACBA;
}

/*fixed nav bar*/

.navbar
{
	background-color:#000000;
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

/*----------------------------------*/
/*GALLERY*/
/*----------------------------------*/


.galleryThumb
{
    width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
    overflow:hidden;
  max-height:220px;
}

.galleryThumb img
{
	width:130%;
    min-height:220px;
}

.galleryThumb:nth-child(3n+1)
{
  float:right;
  margin-right:0px;
}


/*----------------------------------*/
/*MEDIA QUERIES*/
/*----------------------------------*/

@media only screen and (max-width: 1500px) 
{
nav#nav-main li:last-child a {
    display:none
}
}


@media only screen and (max-width: 1360px) 
{
	/*NAV*/
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	
	.hero .col-2 .col
	{
		width: 100%;
	}
	
}


@media only screen and (max-width: 800px) 
{
	
	/*LOGO*/
	
	.logo img
	{
		max-height: 240px;
	}
	
	/*HEADINGS*/
	
	
	
	h2, h3
	{
		font-size: 36px;
	}
	
	
	
	/*GALLERY*/
	
	.galleryThumb
	{
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom:2%;
		overflow:hidden;
	  max-height:100%;
	}

	.galleryThumb img
	{
		width:100%;
		min-height:auto;
	}

	.galleryThumb:nth-child(3n+1)
	{
	  float:none;
	  margin-right:0px;
	}
	
	/*SIMPLE GALLERY*/
	
	.simple-gallery .gallery-cell
	{
	  width: 100%;
	  margin:0%;
	}
	
	/*FOOTER*/
	
	.footer, .footer2
	{
		text-align: center;
	}
	
	/*HERO*/
	
	.hero
	{
		background-attachment: scroll !important;
	}
	
	.hero h1
	{

		font-size: 42px;
		line-height: 60px;

	}
	
	.herocopy {
    padding-top: 0px;
    padding-bottom: 20px;
}
	
	body
	{
		font-size: 20px;
	}
	
	.herobullets2 {
    list-style: none;
    margin-left: 0px;
    font-weight: 600;
    font-size: 18px;
}
	
	
	.logo img
	{
		width:250px;
	}
	
	
	
	
	.hero-gallery .alignmiddle
	{
	  padding-left:10%;
	  padding-right:10%;
	}
	
	/*RIGHT AND LEFT*/
	
	.right, .left
	{
		text-align:center;
	}
	
	.linkprimary, .linksecondary
	{
		display: block;
		text-align: center;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.herobullets
	{
		column-count: 1;
	}
	
	/*TESTIMONIALS*/
	
	.testimonials-gallery h2
	{
	  line-height:30px;
	  font-size: 18px;
	  font-weight: 400;
	}
	
	/*FIXED HEIGHT*/
	
	.fixedheight
	{
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	
	.fixedheightimg
	{
		height: 400px;
	}
	
	
	.fixedheightcontent
	{
		position: relative;
	  top: 0%;
	  left: 0%;
	  transform: translate(0%, 0%);
	}
	
	/*REORDER COLUMNS*/
	
	.box-2 { display: flex; flex-flow: column; }
    .boxt { order: 2; }
    .boxi { order: 1;  }
	
		
}

@media only screen and (max-width: 600px) 
{
	
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.preheader .left
	{
		text-align: center;
	}
	
	
}


.videobox
{
	position: relative;
	
}

.playbtn
{
	position: absolute;
	top:30%;
	left: -80px;
}


.zoom-in-out-box {
  margin: 24px;
  width: 120px;
  height: 120px;
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}


@media only screen and (max-width: 1200px) {
	
	.playbtn
{
	position: absolute;
	top:30%;
	left: 50%;
	margin-left: -50%;
}
	
	
	.linkprimary, .linkwhite, .linksecondary
	{
		display:block;
	}
	
	
}