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


.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center;
	

}
.maricopa-services-1 {
	padding: 175px 0 75px 0;
	background: rgb(255,255,255);
}
.maricopa-services-1 h1 {
	font-size: 3rem;
	font-weight: 600;
	color: rgb(30,53,147);
	margin-top: 0;
}
.maricopa-services-1 h2 {
	font-size: 2.5rem;
	font-weight: 600;
	color: rgb(30,53,147);
	margin-top: 0;
}
.maricopa-services-1 h4 {
	font-size: 1.75rem;
	font-weight: 600;
	color: rgb(12,12,12);
}
.maricopa-services-1 hr {
	border: 1px solid rgb(30,53,147);
}
.maricopa-services-1 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(12,12,12);
}
.maricopa-services-1 img {
	width: 100%;
	height: 100%;
}


.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

/*FAQ Page*/
.faq {
	padding: 200px 0 75px 0;
	background: linear-gradient(to right, #efefef00, #ffffff91), url(/img/wb-1.jpg) top right no-repeat;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(15,48,65);
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: rgb(15,48,65); 
	text-align: center;
}
.faq .box{
  width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq .bg-dark {
  background-color: rgb(203 203 203) !important;
}
.faq .bg-dark:hover {
  background-color:rgb(190,160,71); !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12, .faq .content_13 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 1px solid black !important;
	
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12, .faq .header_13 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
	padding:15px;
}
/*FAQ Page END*/





.container {
	width:100% !important;
}
.inside-container {
	display:block;
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.container2 {
	display:inline-block;
	width:100%;
}
.container2 h2 {
	color: #293593;
}
.container2 a.sealcoating-button {
	padding: 10px;
	background: rgb(4,47,134);
	font-size: 2rem;
	font-weight: 600;
	color: rgb(255,255,255);
}
.container2 li p span {
	font-weight: 800;
	font-size: 1.4rem;
	text-decoration: underline;
}
.container2 h3 {
	/*color: #293593;*/
	color: black;
	
}
.top-image {
	width:100%;
	height:auto;
	max-height:513px;
}
.page {
  margin-top:100px;
  margin-bottom:40px;
}
.center {
	display:block;
	margin:0 auto;
	text-align:center;
}
.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(255,255,255,.95);
  border-bottom:solid 1px ##f3f3f3 !important;
  border-left:0;
  border-right:0;
  border-top:0;
  min-height:40px;
  border-radius:0;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#fff;
	color:#333333;
	font-weight:bold;
}
.nav > li {
	border-right:solid 1px #ececec;
}
.nav > li > a {
	padding:10px 20px;
	font-weight:bold;
}
.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:100px 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:#222;
  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: rgba(90,172,255,1);
}
.pre-footer {
  display:block;
  background-color:#0A1C63;
  color:#fff;
  width:100%;
  padding:20px;
  min-height:220px;
}
.white_link:link, .white_link:visited {
	color:#fff;
}
.white_link:hover {
	color:#3CF;
}
.icon {
	margin:5px;
}
.icon-footer, .icon-footer:link, .icon-footer:visited {
	color:#fff !important;
	margin:5px;
	font-size:18px;
	-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:#999 !important;
}
.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#f9f9f9;
	height:60px;
	/*position:fixed;*/
	z-index:1000;
	color:#c4c1c1;
	top:0;
	border-bottom:solid 1px #ededed;
}
.pre-header a {
	color:#c4c1c1;
}
.pre-header a:hover {
	color:#0CF;
}
.border-right {
	border-right:solid 1px #ededed;
	height:58px;
	padding:20px;
	text-align:center;
}
#header{
	position: fixed;
	top:60px;
	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:40px;
	top:0px !important;
}
#logo {
  display:block;
  width:450px;
  height:auto;
  max-width:500px; 
  max-height:84px;
  margin:10px 0;
  -webkit-transition: width 1s ease, height 1s ease;
  transition: width 1s ease, height 1s ease;
}
#logo.sticky_size {
	height: auto;
	width:200px;
	margin:0;
}
#nav-sticky {
	margin-top:30px;
	-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-attachment:fixed;
	background-repeat: no-repeat;
	background-size:cover;
	color:#fff;
	padding:20px;
}
.box2 {
	display:inline-block;
	width:100%;
	padding:20px 0;
	background-color:#1e3593;
	color:#fff;
	margin:20px 0;
}
.box3 {
	display:block;
	margin:20px auto;
	padding:20px 0;
	border-top:solid 1px #ececec;
	border-bottom:solid 1px #ececec;
}
.box4 {
	padding:75px 0;
}
.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);
}
.mobile_hide {
	display:block;
}
.mobile_only {
	display:none;
}
/* ---Projects---*/
.portfolio-item {
	float: left;
    position: relative;
    width: 20%;
	height:200px;
    padding: 0;
    margin: 0;
    display: table;
	z-index: 10;
}

.item-hover {
	display: table;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
    opacity: 0;
}
a.item-hover:hover {
    opacity: 1;
	text-decoration:none;
}
.mask {
	background-color: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    min-height: 100.14%;
}
a.item-hover div.item-info {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 1000;
	width:100%;
	height:200px;
}
.item-img {
	display:block;
    overflow: hidden;
	width:100%;
	height:200px;
}

.headline > h2 {
	color:#fff;
	font-size:22px;
}
.portfolio-image {
	display:block;
	width:100%;
	height:100%;
}

/* ------ End Projects --------*/

#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;
}
.nav-tabs-vertical {
	margin:0;
	padding:0;
}
.nav-tabs-vertical li.active a {
	border-left:solid 10px #333;
}
.nav-tabs-vertical li {
    border-top: solid 1px #ececec;
}
.tab-custom {
	color:#333;
	font-weight:normal !important;
}
a.tab-custom:focus {
	background-color: transparent !important;
}
.nav-stacked>li+li {
    margin-top: 0px !important;
    margin-left: 0;
}
.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;
}
.margin_bottom {
	margin-bottom:40px;
}
@media (max-width: 1190px) {
	#logo {
		width:250px;
	}
}

@media (max-width: 768px) {
	
body,html{
	overflow-x: hidden;
}
	
.maricopa-services-1 {
	padding: 175px 0 75px 0;
	background: rgb(255,255,255);
}
.maricopa-services-1 h1 {
	font-size: 3rem;
	font-weight: 600;
	color: rgb(30,53,147);
	margin-top: 0;
}
.maricopa-services-1 h4 {
	font-size: 1.75rem;
	font-weight: 600;
	color: rgb(12,12,12);
}
.maricopa-services-1 hr {
	border: 1px solid rgb(30,53,147);
}
.maricopa-services-1 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(12,12,12);
}
.maricopa-services-1 img {
	width: 100%;
	height: 100%;
}

/*FAQ Page*/
.faq {
	padding: 200px 0 75px 0;
	background: linear-gradient(to right, #efefef00, #ffffff91), url(/img/wb-1.jpg) top right no-repeat;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(15,48,65);
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: rgb(15,48,65); 
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq .bg-dark {
  background-color: rgb(203 203 203) !important;
}
.faq .bg-dark:hover {
  background-color:rgb(190,160,71); !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 1px solid black !important;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/


.container {
	width:100% !important;
}
.inside-container {
	display:block;
	width:100%;
	max-width:1170px;
	padding: 0 15px;
	margin:0 auto;
}
.container2 {
	display:inline-block;
	width:100%;
}
.container2 h2 {
	color: #293593;
}
.container2 a.sealcoating-button {
	padding: 10px;
	background: rgb(4,47,134);
	font-size: 2rem;
	font-weight: 600;
	color: rgb(255,255,255);
}
.top-image {
	width:100%;
	height:auto;
	max-height:513px;
}
.page {
  margin-top:100px;
  margin-bottom:40px;
}
.center {
	display:block;
	margin:0 auto;
	text-align:center;
}
.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;
	background-position: -215px;
}
.navbar {
  background-color: rgba(255,255,255,.95);
  border-bottom:solid 1px ##f3f3f3 !important;
  border-left:0;
  border-right:0;
  border-top:0;
  min-height:40px;
  border-radius:0;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#fff;
	color:#333333;
	font-weight:bold;
}
.nav > li {
	border-right:solid 1px #ececec;
}
.nav > li > a {
	padding:10px 2px;
	font-weight:bold;
	font-size: 12px;
}
.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:100px 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:#222;
  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: rgba(90,172,255,1);
}
.pre-footer {
  display:block;
  background-color:#0A1C63;
  color:#fff;
  width:100%;
  padding:20px;
  min-height:220px;
}
.white_link:link, .white_link:visited {
	color:#fff;
}
.white_link:hover {
	color:#3CF;
}
.icon {
	margin:5px;
}
.icon-footer, .icon-footer:link, .icon-footer:visited {
	color:#fff !important;
	margin:5px;
	font-size:18px;
	-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:#999 !important;
}
.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#f9f9f9;
	height:60px;
	/*position:fixed;*/
	z-index:1000;
	color:#c4c1c1;
	top:0;
	border-bottom:solid 1px #ededed;
}
.pre-header a {
	color:#c4c1c1;
}
.pre-header a:hover {
	color:#0CF;
}
.border-right {
	border-right:solid 1px #ededed;
	height:58px;
	/*padding:5px;*/
	padding: 20px 3px; 
	text-align:center;
}
#header{
	position: fixed;
	top:60px;
	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;
}

.dropdown-menu li{
	
	font-size: 11px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	
	padding: 0;
}
iframe{
	width: 100%;
}
#header.sticky {
	text-align: left;
	height:40px;
	top:0px !important;
}
#logo {
  display:block;
  width:100%;
  height:auto;
  max-width:500px; 
  max-height:84px;
  margin:10px 0;
  -webkit-transition: width 1s ease, height 1s ease;
  transition: width 1s ease, height 1s ease;
}
#logo.sticky_size {
	height: auto;
	width:200px;
	margin:0;
}
#nav-sticky {
	margin-top:30px;
	-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-attachment:fixed;
	background-repeat: no-repeat;
	background-size:cover;
	color:#fff;
	padding:20px;
}
.box2 {
	display:inline-block;
	width:100%;
	padding:20px 0;
	background-color:#1e3593;
	color:#fff;
	margin:20px 0;
}
.box3 {
	display:block;
	margin:20px auto;
	padding:20px 10px;
	border-top:solid 1px #ececec;
	border-bottom:solid 1px #ececec;
}
.box4 {
	padding:75px 0;
}
.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);
}
.row{
	margin-right: 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;
	  color:#fff;
	  font-size:30px;
	  margin:0 auto;
	  border-radius:20px;
	}
	
	
	
	
	
	
	
	
	
}

@media (max-width: 620px) {
	
	
.maricopa-services-1 {
	padding: 175px 0 75px 0;
	background: rgb(255,255,255);
}
.maricopa-services-1 h1 {
	font-size: 3rem;
	font-weight: 600;
	color: rgb(30,53,147);
	margin-top: 0;
}
.maricopa-services-1 h4 {
	font-size: 1.75rem;
	font-weight: 600;
	color: rgb(12,12,12);
}
.maricopa-services-1 hr {
	border: 1px solid rgb(30,53,147);
}
.maricopa-services-1 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(12,12,12);
}
.maricopa-services-1 img {
	width: 100%;
	height: 100%;
}

.container {
	width:100% !important;
}
.inside-container {
	display:block;
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.container2 {
	display:inline-block;
	width:100%;
}
.container2 h2 {
	color: #293593;
}
.container2 a.sealcoating-button {
	padding: 10px;
	background: rgb(4,47,134);
	font-size: 2rem;
	font-weight: 600;
	color: rgb(255,255,255);
}
.top-image {
	width:100%;
	height:auto;
	max-height:513px;
}
.page {
  margin-top:100px;
  margin-bottom:40px;
}
.center {
	display:block;
	margin:0 auto;
	text-align:center;
}
.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(255,255,255,.95);
  border-bottom:solid 1px ##f3f3f3 !important;
  border-left:0;
  border-right:0;
  border-top:0;
  min-height:40px;
  border-radius:0;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#fff;
	color:#333333;
	font-weight:bold;
}
.nav > li {
	border-right:solid 1px #ececec;
}
.nav > li > a {
	padding:10px 2px;
	font-weight:bold;
	font-size: 12px;
}
.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:100px 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:#222;
  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: rgba(90,172,255,1);
}
.pre-footer {
  display:block;
  background-color:#0A1C63;
  color:#fff;
  width:100%;
  padding:20px;
  min-height:220px;
}
.white_link:link, .white_link:visited {
	color:#fff;
}
.white_link:hover {
	color:#3CF;
}
.icon {
	margin:5px;
}
.icon-footer, .icon-footer:link, .icon-footer:visited {
	color:#fff !important;
	margin:5px;
	font-size:18px;
	-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:#999 !important;
}
.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#f9f9f9;
	height:60px;
	/*position:fixed;*/
	z-index:1000;
	color:#c4c1c1;
	top:0;
	border-bottom:solid 1px #ededed;
}
.pre-header a {
	color:#c4c1c1;
}
.pre-header a:hover {
	color:#0CF;
}
.border-right {
	border-right:solid 1px #ededed;
	height:58px;
	/*padding:5px;*/
	padding: 20px 3px; 
	text-align:center;
}
#header{
	position: fixed;
	top:60px;
	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;
}

.dropdown-menu li{
	
	font-size: 11px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	
	padding: 0;
}
iframe{
	width: 100%;
}
#header.sticky {
	text-align: left;
	height:40px;
	top:0px !important;
}
#logo {
  display:block;
  width:100%;
  height:auto;
  max-width:500px; 
  max-height:84px;
  margin:10px 0;
  -webkit-transition: width 1s ease, height 1s ease;
  transition: width 1s ease, height 1s ease;
}
#logo.sticky_size {
	height: auto;
	width:200px;
	margin:0;
}
#nav-sticky {
	margin-top:30px;
	-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-attachment:fixed;
	background-repeat: no-repeat;
	background-size:cover;
	color:#fff;
	padding:20px;
}
.box2 {
	display:inline-block;
	width:100%;
	padding:20px 0;
	background-color:#1e3593;
	color:#fff;
	margin:20px 0;
}
.box3 {
	display:block;
	margin:20px auto;
	padding:20px 10px;
	border-top:solid 1px #ececec;
	border-bottom:solid 1px #ececec;
}
.box4 {
	padding:75px 0;
}
.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);
}
.row{
	margin-right: 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;
	  color:#fff;
	  font-size:30px;
	  margin:0 auto;
	  border-radius:20px;
	}
	
	
/* ---Projects---*/
.portfolio-item {
	float: left;
    position: relative;
    width: 100%;
	height:200px;
    padding: 0;
    margin: 0;
    display: table;
	z-index: 10;
}

.item-hover {
	display: table;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
    opacity: 0;
}
a.item-hover:hover {
    opacity: 1;
	text-decoration:none;
}
.mask {
	background-color: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    min-height: 100.14%;
}
a.item-hover div.item-info {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 1000;
	width:100%;
	height:200px;
}
.item-img {
	display:block;
    overflow: hidden;
	width:100%;
	height:200px;
}

.headline > h2 {
	color:#fff;
	font-size:22px;
}
.portfolio-image {
	display:block;
	width:100%;
	height:100%;
}

/* ------ End Projects --------*/

#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;
}
.nav-tabs-vertical {
	margin:0;
	padding:0;
}
.nav-tabs-vertical li.active a {
	border-left:solid 10px #333;
	
}
.nav-tabs-vertical li {
    border-top: solid 1px #ececec;
}
.tab-custom {
	color:#333;
	font-weight:normal !important;
}
a.tab-custom:focus {
	background-color: transparent !important;
}
.nav-stacked>li+li {
    margin-top: 0px !important;
    margin-left: 0;
}
.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;
}
.margin_bottom {
	margin-bottom:40px;
}




/*.container2 .row{*/
/*	*/
/*	margin: 0px; */
/*}*/
/*	*/
	
	
}