/*
	Folio by FWT
	www.freewebsitetemplat.es
	Photos by Fotogrph http://fotogrph.com/
	Released under the Creative Commons Attribution 3.0 License.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #53B4FD;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 11pt;
	line-height: 1.75em;
	background: #36271B url(images/bg.jpg);
	color: #CDC9C6;
	text-align: justify;
}

body,input {
	font-family: Roboto, sans-serif;
}

br.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}



h2 {
	font-size: 2.25em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	font-family: Roboto, sans-serif;
	color: #FFF;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

img.left {
	float: left;
	margin: 8px 20px 20px 0;
}

img.top {
	margin: 8px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
	list-style: none;
}

ul h4 {
	margin-bottom: 0.35em;
}

#outer {
	margin: 0 auto;
	width: 1180px;
}

#banner {
	position: relative;
	padding: 0;
	height: 350px;
	width: 1180px;
	margin: 0;
	background: #000;
}

/* /////////////////////////////////////////////////////////////////////////// 
// Logo
/////////////////////////////////////////////////////////////////////////// */

	#logo {

		line-height: 68px;
		margin: 40px 0 0 0;
		
	}

	#logo a {
		text-decoration: none;
		color: #FFF;
	}

	#logo h1 {
		font-size: 5em;
		letter-spacing: -3px;
		text-shadow: 2px 2px 2px #000;
		font-family: Antic, sans-serif;
		text-align: center;
	}
	
/* /////////////////////////////////////////////////////////////////////////// 
// Nav
/////////////////////////////////////////////////////////////////////////// */

	#nav {
		padding: 0 28px;
		width: 1124px;
		height: 50px;
		line-height: 50px;
		margin: 40px 0 0 0;
		background: url(images/linkbg.jpg);
		font-family: Antic, sans-serif;
		list-style: none;
		border-radius: 10px 10px 0 0;
	}
			
			#nav > li
			{
				float: left;
				padding: 0;
				margin: 0;
			}

			#nav > li.active
			{
				background: url(images/linkbg2.jpg);
				color: #fff;
			}
			
			#nav > li a {
				color: #FFF;
				text-decoration: none;
				padding: 0 20px;
			}
			
			.dropotron li.opener
			{

			}
			
			.dropotron li.opener a 
			{
				background: url(images/arrow.png) no-repeat right center;
			}

			.dropotron li.opener li a 
			{
				background: none;
			}
			
			.dropotron
			{
				width: 180px;
				padding: 0px;
				color: #fff;
				list-style: none;
			}

			.dropotron a
			{
				padding: 0 20px;
				line-height: 50px;
				color: #FFF;
				text-decoration: none;
			}

			.dropotron li
			{
				padding: 0;
				margin: 0;
				background: url(images/linkbg2.jpg) repeat-x top left;
			}
			
			.dropotron li:hover, .dropotron li.active
			{
				background: url(images/linkbg.jpg) repeat-x top left;
			}	
	
	
		
#copyright {
	margin: 0 0 16px 0;
	padding: 48px 0 76px 0;
	text-align: center;
}

#copyright a {
	color: #CDC9C6;
}

/* /////////////////////////////////////////////////////////////////////////// 
// Gallery
/////////////////////////////////////////////////////////////////////////// */

	.gallery {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.gallery li {
	width: 260px;
	height: 290px;
	float: left;
	padding:17px;
	position: relative;
	height: 290px;
	}
	
	.gallery h3 {
		position: absolute;
		top: 190px;
		background: url(images/linkbg.jpg) repeat-x top left;
		padding: 5px;
		opacity: 0.85;
		width: 250px;
		text-align: center;
		border-radius: 0 0 10px 10px;
	}
	
	.gallery img {
		border-radius: 10px;
	}
	


.poptrox-popup
{
	background: #111111;
	border-radius: 8px;
	padding: 20px 20px 60px 20px;
	color: #aaaaaa;
}

	.poptrox-popup .closer
	{
		position: absolute;
		width: 80px;
		height: 30px;
		bottom: 15px;
		right: 20px;
		background: url(images/linkbg.jpg) repeat-x top left;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		outline: 0;
		border-radius: 8px;
		line-height: 30px;
		text-shadow: 0 1px 1px #003A6C;
	}

	.poptrox-popup .closer:hover
	{
		background: #2094E6;
	}

	.poptrox-popup .caption
	{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 60px;
		line-height: 60px;
		padding: 0 20px 0 20px;
	}



/* /////////////////////////////////////////////////////////////////////////// 
// Slider
/////////////////////////////////////////////////////////////////////////// */

#slider {
	margin: 0 auto;
	width: 1180px;
	position: relative;
}

	#slider .button {
		display: inline-block;
		background: #0074C6;
		color: #ffffff;
		text-align: center;
		line-height: 50px;
		height: 50px;
		text-decoration: none;
		outline: 0;
		border-radius: 8px;
		font-size: 1.25em;
		border-bottom: solid 2px #0054A6;
		text-shadow: 0 1px 1px #003A6C;
	}

	#slider .button:hover {
		background: #2094E6;
	}

	#slider .viewer {
		width: 1180px;
		height: 350px;
		margin: 0 auto;
		overflow: hidden;
	}

		#slider .viewer .reel {
			display: none;
			height: 350px;
		}

		#slider .viewer .reel .slide {
			position: relative;
			width: 1180px;
			height: 350px;
		}

			#slider .viewer .reel h2 {
				position: absolute;
				bottom: 40px;
				left: 0;
				width: 100%;
				height: 80px;
				line-height: 80px;
				background: url(images/linkbg2.jpg);
				text-align: center;
				opacity: 0.85;
				font-weight: normal;
				color: #ffffff;
				font-size: 2.25em;
				margin: 0;
			}

			#slider .viewer .reel p {
				position: absolute;
				bottom: 0;
				left: 0;
				margin: 0;
				width: 100%;
				height: 40px;
				line-height: 40px;
				background: url(images/linkbg.jpg);
				text-align: center;
				opacity: 0.85;
				font-weight: normal;
				color: #fff;
				font-size: 1.1em;
			}

	#slider .previous-button {
		position: absolute;
		top: 180px;
		left: 65px;
		width: 50px;
	}

	#slider .next-button {
		position: absolute;
		top: 180px;
		right: 65px;
		width: 50px;
	}



		#slider .indicator {
			list-style: none;
			padding: 0;
			margin: 20px auto;
			text-align: center;
		}

			#slider .indicator li {
				display: inline-block;
				width: 12px;
				height: 12px;
				text-indent: -9999em;
				background: #c8c8c8;
				margin: 0 2px;
				border-radius: 8px;
				padding: 0;
			}

			#slider .indicator li.active {
				background: url(images/linkbg.jpg) bottom left;
			}

/* /////////////////////////////////////////////////////////////////////////// 
// Bottom
/////////////////////////////////////////////////////////////////////////// */	

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  color: #309c71;
  font-size: 14px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  color: #4dbd90;
}

.section {
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  margin-top: 0px;
  background-color: ;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}


.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e5c50;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 0px;
  background-color: #fff;
}


.footer-slogan {
  margin-bottom: 0px;
  color: #000;
  text-align: center;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}



.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}



.bold-text {
  font-weight: 400;
}


.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}


.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 14px;
}


.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}


.feature-icon {
  margin-bottom: 12px;
}


.center-contents {
  text-align: center;
}


.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 4px;
  padding-left: 0px;
  opacity: 0.94;
}

.small-text {
  margin-top: 12px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 16px;
  padding-bottom: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
}