.wrapper
{
	position: relative;
}

.section
{
	width:100%;
	margin:auto;
	clear:both;
}

.sectionmax
{
	max-width:1400px;	
	margin:auto;
	clear:both;
}

.sectionmax1000
{
	max-width:1000px;	
	margin:auto;
	clear:both;
}


.sectionmax95
{
	max-width:95%;	
	margin:auto;
	clear:both;
}

.sectionpad
{
	padding-top:3%;
	padding-bottom:3%;
}

.sectionpadbig
{
	padding-top:5%;
	padding-bottom:5%;
}

.sectionpadall
{
	padding:5%;
}

.padleft
{
	padding-left:10%
}

.padright
{
	padding-right:10%
}

.sectionpadtop
{
	padding-top:3%;
}

.sectionpadbot
{
	padding-bottom:3%;
}

.bgcover
{
	min-height:400px;
	margin-bottom:-1px;
	background-size: cover;
	background-position: center center;
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

/*3 equal columns*/
.col-1 .col
{
	width:100%;
	margin-bottom:2%;
	clear:both;
}

.col-2 .col
{
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.col-3 .col
{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.col-4 .col
{
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.col-2-1 .col
{
	width:41.9%;
	float:right;
	margin-right:0%;
	margin-bottom:2%;
}

.col-2-1 .col:first-child
{
	width:54%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}


.col-1-2 .col
{
	width:54%;
	float:right;
	margin-right:0%;
	margin-bottom:2%;
}

.col-1-2 .col:first-child
{
	width:41.9%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}


.col-3 .col:last-child, .col-2 .col:last-child, .col-4 .col:last-child
{
    margin-right:0%;
	float:right;
}

.col-3:after, .col-2:after, .col-2-1:after, .col-4:after, .col-1-2:after
{
	float:none;
	clear:both;
}


/*3 equal columns*/
.box-1 .box
{
	width:100%;
	clear:both;
}

.box-2 .box
{
	width:50%;
	float:left;
}

.box-3 .box
{
	width:33.33%;
	float:left;
}

.box-4 .box
{
	width:25%;
	float:left;
}

.box-2-1 .box
{
	width:35%;
	float:right;
}

.box-2-1 .box:first-child
{
	width:65%;
	float:left;
}

.box-1-2 .box
{
	width:65%;
	float:right;
}

.box-1-2 .box:first-child
{
	width:35%;
	float:left;
}

.box-3 .box:last-child, .box-2 .box:last-child, .box-4 .box:last-child
{
	float:right;
}

.box-3:after, .box-2:after, .box-2-1:after, .box-4:after
{
	float:none;
	clear:both;
}

.cleargrid
{
	clear:both;
}

@media only screen and (max-width: 1500px) {
	
	.sectionmax
	{
		width:90%;
		margin:auto;
	}
	
}

@media only screen and (max-width: 1224px) {
	
	
	.col-4 .col:last-child
{
    margin-right:0%;
	float:left;
}
	
	
	
	.col-4 .col
    {
        width:48%;
        float:left;
        margin-right:2%;
        margin-bottom:2%;
    }
	
	.sectionmax
	{
		width:85%;
		margin:auto;
	}
	
	
}

@media only screen and (max-width: 800px) {
	
	.col-2-1 .col, .col-2-1 .col:first-child
	{
		width:100%;
		float:none;
	}
	
	.box-2-1 .box, .box-2-1 .box:first-child
	{
		width:100%;
		float:none;
	}
	
	
	
}

@media only screen and (max-width: 600px) {
	
	.col-3 .col, .col-2 .col, .col-2-1 .col, .col-2-1 .col:first-child, .col-1-2 .col, .col-1-2 .col:first-child, .col-4 .col
	{
		width:100%;
		float:none;
	}
	
	.box-3 .box, .box-2 .box, .box-2-1 .box, .box-2-1 .box:first-child, .box-4 .box, .box-1-2 .box, .box-1-2 .box:first-child
	{
		width:100%;
		float:none;
	}
	
	.sectionmax
	{
		width:85%;
		margin:auto;
	}
}
*
{
	margin:0px;
	padding:0px;
	border:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img
{
	max-width:100%;
	height:auto;
}

ul
{
	margin-left:20px;
}



.error, .prompt
{
    padding:10px;
    background-color:#CC0000;
    color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-bottom:15px;
  
}

/*TABLES*/

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  border-bottom:0px solid #CCCCCC;
  padding:10px;
  text-align:left;
}


/* big buttons, no circle */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}


@keyframes animate-in {
  0% {
     opacity: 0;
	  padding-left: 100px;
  }
  100% {
    opacity: 0.9;
	  padding-left: 0px;
  }
}

@keyframes animate-int {
  0% {
     opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes animate-out {
  
	0% {
     opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadein1
{
	animation-name: animate-in; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.5s;
  opacity: 0;
}
.fadein2
{
	animation-name: animate-in; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.6s;
   opacity: 0;
}
.fadein3
{
	animation-name: animate-in; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.7s;
   opacity: 0;
}
.fadein4
{
	animation-name: animate-int; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.8s;
   opacity: 0;
}
.fadein5
{
	animation-name: animate-int; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 0.9s;
   opacity: 0;
}
.fadein6
{
	animation-name: animate-int; 
	animation-duration: 0.5s; 
	animation-fill-mode: forwards; 
	animation-delay: 1s;
   opacity: 0;
}



#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}




.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}




.bounce2 {
  -moz-animation: bounce2 2s infinite;
  -webkit-animation: bounce2 2s infinite;
  animation: bounce2 2s infinite;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}



/*BLOG*/

.blogLatestReadMore
{
	display: none;
}

.blogCategories 
{
  padding:30px;
  background-color:#fff;
  margin-bottom:40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

.blogCommentItem 
{
  background-color:#fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding:30px;
  margin-bottom:20px;
  border:solid 1px #ccc;
}

.blogCategories a
{
  color:#333;
  margin-bottom:10px;
}

.blogPost, .blogPostMore
{
  padding:50px;
  background-color:#fff;
  margin-bottom:40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

.blogPostContent, .blogComments  
{
  text-align:left;
}

.blogBack 
{
  display:none;
}

.blogDate 
{
  font-size:16px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:38px;
  line-height:50px;
  color:#333;
  border-bottom:solid 2px #eee;
  padding-bottom:20px;
  
}

.blogImage
{
  max-height:400px;
  overflow:hidden;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPostMore .blogImage
{
  max-height:100%;
  overflow:none;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPost img, .blogPostMore img
{
  width:100%;
}

.pagitem
{
padding:5px 10px;
display:block;
background-color:#eee;
float:left;
margin-right:5px;
}

.pagitemon
{
padding:5px 10px;
display:block;
background-color:#333;
color:#fff;
float:left;
margin-right:5px;
}

.blogLatest
{
  width:32%;
  margin-right:2%;
  float:left;
}

.blogLatest:nth-child(3n+1) 
{
    margin-right:0%;
}

.blogLatest h2
{
  font-size:18px;
}

@media only screen and (max-width: 600px) {
    
  .blogPost, .blogPostMore
{
  padding:30px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:24px;
  line-height:40px;

}

.blogLatest
{
  width:100%;
  margin-right:0%;
  float:none;
}

}


body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 28px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-weight: 400;
	background-color: #200840;
}

a
{
	text-decoration:underline;
	color:#fff;
	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;
}

h1
{
	color:#fff;
	font-size:64px;
	line-height:40px;
	font-weight: normal;
}

h2
{
	color:#fff;
	font-size:32px;
	line-height:40px;
	font-weight: normal;
}

h3
{
	color:#fff;
	font-size:24px;
	line-height:40px;
	font-weight: 900;
}

h4
{
	color:#444444;
	font-size:14px;
	line-height:40px;
	font-weight: 600;
	letter-spacing: 2px;
}

h4 i
{
	color:#00DAA1;
	padding-right: 10px;
}

.underline
{
	border-bottom:solid 3px #444444;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
	width: 120px;
}

.block1
{
	background-color:#444444;
	color:#fff;
}

.block2
{
	background-color:#eee;
}

.block3
{
	background-color:#333;
	color:#fff;
}

.block1 h1, .block1 h2, .block1 h3, .block1 a,
.block3 h1, .block3 h2, .block3 h3, .block3 a
{
	color:#fff;
}

.parallax
{
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	padding-top:150px;
	padding-bottom:150px;
}

.parallax h2
{
	color:#fff;
}

.parallax h3
{
	color:#fff;
}


.preheader
{
	background-color:#444444;
	padding-bottom:5px;
	padding-top:5px;
	z-index:999;
	font-size:16px;
	color: #fff;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: #fff;
}

.preheader i
{
	padding-right: 10px;
	color: #00DAA1;
}

.preheader .ecomlinks a
{
	margin-left:20px;
	font-weight:bold;
}

.header
{
	background-color:rgba(255,255,255,1);
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
}

.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

.headerontop
{
	height:100px;
	z-index:999;
	margin-top:20px;
	position:absolute;
}

.topcontact h2
{
	margin-bottom:0px;
}

.logo
{
	height:80px;
}

.hero
{
	height:100vh;
	position:relative;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	color: #fff;
}

.hero .arrowdown
{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -30px;
}

.hero100
{
	height:100vh;
}

.hero h1
{
	color:#fff;
	letter-spacing:0px;
	line-height: 90px;
	display: inline-block;
}

.hero h2
{
	color:#fff;
	margin:auto;
	margin-bottom:30px;
}

.hero h1 span, .hero h2 span
{
	color:#444444;
}

.fixedheight
{
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.fixedheightcontent
{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.backgroundholder
{
	
}

.alignmiddle
{
	position:absolute;
	top: 50%;
	-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%;
}

.hero-gallery
{
	
}

.hero-gallery .gallery-cell
{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}

.simple-gallery .gallery-cell
{
  width: 33%;
}

.testbg
{
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #444444;
}

.testimonials-gallery .gallery-cell
{
  width: 100%;
  padding-left:10%;
  padding-right:10%;
}

.testimonials-gallery h2
{
  line-height:50px;
	font-size: 32px;
	font-weight: 400;
}

.testimonials-gallery p
{
	font-weight: 700;
	color: #fff;
}

.linkblack
{
	display:inline-block;
	background-color:#444444;
	padding:15px 40px;
	font-size:18px;
	font-weight:800;
	color:#fff;
	transition: all .0.5s ease-in-out;
	border-bottom:solid 1px #444444;
	letter-spacing: 1px;
	width: 220px;
	text-align: center;
	
}

.linkblack:hover
{
	background-color:#fff;
	color:#444444;
	border-bottom:solid 1px #444444;
}

.linkblack span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.linkblack span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.linkblack:hover span {
  padding-right: 25px;
}

.linkblack:hover span:after {
  opacity: 1;
  right: 0;
}

.linkwhite
{
	display:inline-block;
	background-color:#444444;
	padding:15px 40px;
	font-size:16px;
	font-weight:800;
	color:#fff;
	transition: all .2s ease-in-out;
	letter-spacing: 2px;
		
}

.linkwhite:hover
{
	background-color:#000000;
	color:#fff;
	transform:translateX(5px);
}

form div
{
 margin-bottom: 10px;
}

/*FORMS*/

input[type="text"], input[type="password"]
{
	padding:15px;
	width:100%;
	background-color: #eee;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: sofia-pro, sans-serif;
}

select
{
	padding:15px;
	width:100%;
	background-color: #eee;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: sofia-pro, sans-serif;
}

textarea
{
	padding:15px;
	width:100%;
	background-color: #eee;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: sofia-pro, sans-serif;
}


input[type="submit"], input[type="button"]
{
	background-color: #444444;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size:16px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	transition: all .2s ease-in-out;
	font-family: sofia-pro, sans-serif;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:#0059B2;
	color:#fff;
	transform:translateX(5px);
}

a img { transition: all .2s ease-in-out; }
a img:hover { transform:translateY(-5px) }

.herosml
{
	height: 300px
}

.herosml h1
{
	color:#fff;
}

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

#map
{
	width:100%;
	height:500px;
	margin:auto;
	position:relative;
	
}

.mapwrap
{
	position:relative;
}

.footer
{
	background-color:#444444;
	color:#fff;
	margin-top:-1px;
}

.footer h2, .footer h3, .footer h4
{
	color: #00DAA1;
}

.footer a
{
	color:#fff;
}

.footer2 a
{
	color:#00DAA1;
}

.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}


.footer2
{
	background-color:#000000;
	color:#fff;
	margin-top:-1px;
}

.featuretext
{
	background-color:#eee;
	padding:15px;
	margin-top:-35px;
	-moz-border-radius:0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;  
	border-radius: 0px 0px 10px 10px; 
}

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*NAVIGATION*/



.nav
{
	text-transform:uppercase;
	font-size:16px;
	letter-spacing: 1px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:40px;
	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 #444444;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	margin-top:15px;
	color:#fff;
	display:block;
	padding:10px 15px;
	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 #444444; 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
  font-weight: 900;
	color: #444444;
}

nav#nav-main ul li ul
{
  position:absolute;
  top:60px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:#333;
  color:#fff;
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
}

.header nav#nav-main ul li ul li a
{
	color: #fff;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:16px;
	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:#fff;
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:#000;
}

/*fixed nav bar*/

.navbar
{
	background-color:#eee;
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

.imgoverlay
{
	position:relative;
	height:280px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}

.imgoverlay h3
{
	color:#fff;
	padding-top:40px;
}

.imgoverlaytxt
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	display:none;
	transition: all .2s ease-in-out;
}

.imgoverlay:hover .imgoverlaytxt
{
	display:block;
	transition: all .2s ease-in-out;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.nomargbot h1, .nomargbot h2
{
	margin-bottom:0px;
}


.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 only screen and (max-width: 1152px) {
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
		.hero h1
	{
		line-height: 70px;
		font-size: 42px;
	}
	
}

@media only screen and (max-width: 1000px) {
	
	
	
}

@media only screen and (max-width: 800px) {
	
	h2, h3
	{
		font-size: 28px;
	}
	
	h4
	{
		font-size: 14px;
	}
	
	
	.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;
}
	
	
	.footer, .footer2
	{
		text-align: center;
	}
	
	.hero
	{
		background-attachment: scroll !important;
	}
	
	.hero h1
	{
		
		line-height: 40px;
		font-size: 32px;
	}
	
	
	.hero h2
	{
		font-size:18px;
		max-width:100%;
		margin-bottom:20px;
		line-height:30px;
	}
	
	.hero-gallery .alignmiddle
	{
	  padding-left:10%;
	  padding-right:10%;
	}
	
	.right, .left
	{
		text-align:center;
	}
	
	
	.testimonials-gallery h2
{
  line-height:30px;
	font-size: 18px;
	font-weight: 400;
}
	
	.fixedheight
	{
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	
	
	.fixedheightimg
	{
		height: 400px;
	}
	
	
	

.fixedheightcontent
{
	position: relative;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
}
	
	.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;
	}
	
	
	
	
	
}


