@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%;
}
.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;
}
.laptop_top {
  display:block;
  width:80%;
  margin:0px auto;
  max-width:934px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border:solid 40px #000;
}
.laptop_holder {
  display:block;
  max-width:1000px;
  padding:0px;
  margin:0 auto;
}
.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:#000;
  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(242,97,44,1);
  border-radius:20px;
}
.footer {
  display:block;
  background-color:#444;
  color:#000;
  width:100%;
  padding:20px;
  text-align:center;
  font-size:12px;
}
.footer a {
	color:#fff;
}
.cta-footer {
	display:block;
	width:100%;
	padding:50px;
	background-color: rgba(0,0,0,1);
}
.pre-footer {
  display:block;
  background-color:#666;
  color:#000;
  width:100%;
  padding:20px;
  min-height:180px;
}
.icon {
	margin:5px;
}
.icon-footer, .icon-footer:link, .icon-footer:visited {
	color:#000 !important;
	margin:5px;
	font-size:24px;
	-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;
}
.icon-footer:hover {
	color:#f2612c !important;
	text-shadow: 1px 1px 1px #000;
}
.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.white_link:link, .white_link:visited {
	color:#000;
}
.white_link:hover {
	color:#000;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#f2612c;
	color:#333333;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#666;
	height:25px;
	position:fixed;
	z-index:1000;
	color:#fff;
	top:0;
}
.pre-header a {
	color:#f2612c;
}
.pre-header a:hover {
	color:#000;
}
#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;
}
#header.sticky {
	text-align: left;
	height:50px;
}
#logo {
  display:block;
  width:276px;
  height:auto;
  max-height:84px;
  -webkit-transition: width 1s ease, height 1s ease;
}
#logo.sticky_size {
	height: auto;
	width:150px;
}
#nav-sticky {
	margin-top:34px;
	-webkit-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);
}
/*
.box-shadow a img:hover {
	 box-shadow: 1px 1px 10px 10px #f2622d;
	 border-radius: 15.0rem;
	 border: 2px solid #000;
}*/

#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width:280px;
  height:160px;
  position:relative;
  border:solid 10px #fff;
  
  -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;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}

.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: 620px) {
	.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;

	}
	

img {
    vertical-align: middle;
    width: 95%;
}


}