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

.container {
	width:100% !important;
}
.inside-container {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
.container2 {
	display:inline-block;
	width:100%;
}
.fontdavid {
	font-size: 17px;
}
.top-image {
	width:100%;
	height:auto;
	max-height:513px;
}
.page {
  margin-top:110px;
}
.center {
	margin:0 auto;
	text-align:center;
}
.parallax-overlay {
	display:block;
	height:100%;
	width:100%;
	background-image:url(../img/overlay-pattern.png);
	background-repeat:repeat;
}
.vms_iframe-1 {
	display:block;
	width:100%;
	height:450px;
	border:none;
	max-width:800px;
	margin:10px;
}

.vms-slide {
  height:500px;
  width:100%;
  display:inline-block;
  background-repeat:no-repeat;
  background-size:cover;
}
.navbar {
  background-color: rgba(242,243,248,0.95);
  border-radius:0 !important;
}
.call2action {
  display:block;
  width:100%;
  max-width:1140px;
  min-height:110px;
  text-align:center;
  /**background-image: url(../img/octagon-blue.jpg);
  background-attachment: fixed;
  background-size: 1140px 600px;
  background-repeat: no-repeat;
  background-position: center bottom;**/
  color:#fff;
  font-size:30px;
  margin:0 auto;
  border-radius:20px;
}
.call2action2 {
  display:inline-block;
  width:100%;
  min-height:200px;
  text-align:center;
  background-image: url(../img/seo-words.jpg);
  background-attachment: fixed;
  background-size: 1140px 600px;
  background-repeat: no-repeat;
  background-position: center bottom;
  color:#fff;
  font-size:30px;
  margin:25px 0;
}
.overlay {
  display:inline-block;
  width: 100%;
  max-width:1140px;
  height: 100%;
  margin:0 auto;
  background-color: rgba(0,0,0,0.4);
  border-radius:20px;
}
.footer {
  display:block;
  background-color:#444;
  color:#fff;
  width:100%;
  padding:20px;
  text-align:center;
  font-size:12px;
}
.footer a {
	color:#fff;
}
.cta-footer {
	display:block;
	width:100%;
	padding:50px;
	background-color: #0E74BC;
}
.pre-footer {
  display:block;
  background-color:#666;
  color:#fff;
  width:100%;
  padding:20px;
  min-height:180px;
}
.pre-footer a {
	color: #fff;
}
.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.white_link:link, .white_link:visited {
	color:#fff;
}
.white_link:hover {
	color:#3CF;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#0E74BC;
	color:#fff;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#666;
	height:25px;
	position:fixed;
	z-index:1000;
	color:#fff;
	top:0;
}
.pre-header a {
	color:#fff;
}
.pre-header a:hover {
	color:#0CF;
}
#header{
	position: fixed;
	top:25px;
	width: 100%;
	height:84px;
	font-family: 'PT Sans', sans-serif;
	z-index:1000;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: height 1s ease;
}
#header.sticky {
	text-align: left;
	height:50px;
}
#logo {
  display:block;
  width:362px;
  height:auto;
  max-height:84px;
  top: 0px;
  /*-webkit-transition: width 1s ease, height 1s ease;*/
  transition: width 1s ease, height 1s ease;
}
#logo.sticky_size {
	height: auto;
	width:256px;
}
#nav-sticky {
	margin-top:34px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav-sticky.sticky_margin {
	margin-top:0;
}
.in-bg {
	background:rgba(255,255,255, 0.8);
	margin-bottom:5px;
	width:100%;
	border:solid 1px #CCC;
}
.error {
	border: 1px solid #F00;
}
.box1 {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/parallax-2.jpg);
	background-attachment:fixed;
	background-size:cover;
	color:#fff;
	padding:20px;
}
.box-shadow {
	border:solid 1px #CCC;
	border-radius:10px;
	margin:10px 20px 30px 10px;
	padding:10px;
	-webkit-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
}
#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width:280px;
  height:160px;
  position:relative;
  border:solid 10px #fff;
  margin:10px;
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

#portfolio li a {
  display:block;
  background: #fff;
  width:100%;
  height:140px;
  width:260px;
  overflow:hidden;
  position:relative;
}
#portfolio li a img {
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
}

.mobile_hide {
	display:block;
}
.mobile_only {
	display:none;
}
.btn {
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
@media (max-width: 1190px) {
	#logo {
		width:250px;
		margin-top:20px;
	}
}

@media screen and (max-width: 1024px) {

body,html{
		overflow-x: hidden;		
}
	
}

@media screen and (max-width: 768px) {

body,html{
		overflow-x: hidden;		
}
	
}

@media (max-width: 620px) {
	#logo {
		width:200px;
		margin-top: 0px;
	}
	#nav-sticky {
		margin-top:0px;
	}
	.mobile_hide {
		display:none;
	}
	.mobile_only {
		display:block;
	}
	.call2action {
	  display:block;
	  width:100%;
	  max-width:1140px;
	  min-height:110px;
	  text-align:center;
	  background-image: url(../img/octagon-blue.jpg);
	  background-attachment: scroll;
	  background-size: 1140px 600px;
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  color:#fff;
	  font-size:30px;
	  margin:0 auto;
	  border-radius:20px;
	}
}