html {
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background-image: url("../img/coffee.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	/*background-color: #1a1a1a;*/
}

.the-nav {
	background-color: #4d4d4d;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99;
}

#status {
	width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.header {
	width: 100%;
	background: #4d4d4d;
	/* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #1a1a1a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#1a1a1a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4d4d4d 0%,#1a1a1a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=0 );
	/* IE6-9 */

	padding-top: 10px;
}

.nav-container a {
	text-decoration: none;
	color: #fff;
}

.nav-container {
	margin:0 auto;
	max-width: 1200px;
	color: white;
	padding: 0 25px;
}

.brand {
	display: inline-block;
	font-weight: 700;
}

.header-contact {
	display: inline-block;
	float: right;
}

.header-contact p {
	display: inline-block;
	margin: 0 10px;
}

.navbar {
	border: 0;
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #ffc500;
	margin-right: 25px;
	font-size: 0.9em;
}

	.navbar-default .navbar-nav>li>a:hover {
	    color: #ffffff;
	}

	.navbar-default .navbar-nav>li>a:visited {
	    color: #ffc500;
	}

	.navbar-default .navbar-nav>li>a:active {
	    color: #ffffff;
	}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff;
    background-color: #1a1a1a;
}

.dropdown-menu {
	background: #4d4d4d;
	border: 1px solid white;
}

.dropdown-menu > li > a {
	/*color: #ffc500;*/
	color: #fff;
	font-size: 0.9em;
}

	.dropdown-menu > li > a:hover {
		background-color: #4d4d4d;
		color: #ffffff;
	}

.container-fluid {
	/*background: #4d4d4d;*/
}

.home-banner {
	background-image: url("../img/main-banner.jpg");
	background-size: cover;
	background-position: top;
	height: 300px;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.page-banner {
	background-image: url("../img/page-banner.jpg");
	background-size: cover;
	background-position: center;
	height: 160px;
}

.about-banner {
	background-image: url("../img/delta-inside.jpg");
}

.contact-banner {
	background-image: url("../img/delta-building.jpg");
}

.home-banner .container {
	padding-top: 95px;
	padding-left: 55px;
}

.page-banner .container {
	padding-top: 0;
}

.home-banner .container h1 {
	color: rgba(250,250,250,0.85);
	line-height: 0.9em;
	font-size: 3.5em;
	margin: 0;
}

.home-banner .container .bold-text {
	margin-top: 0;
	line-height: 1em;
	font-size: 5em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.homepage-videoarea {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.homepage-videoarea h1 {
	padding-top: 0 !important;
}

.video-container-home {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container-home iframe,
.video-container-home object,
.video-container-home embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* CAROUSEL */

.carousel {
	width: 100%;
	padding: 35px 0;
	margin:0;
}

.carousel-indicators li {
	visibility: hidden;
}

.carousel-inner img {
	margin: 0 auto;
	max-height: 400px;
	width: auto;
	box-shadow: 0 0 15px rgba(0,0,0,0.85);
}

/* END CAROUSEL */

.row {
	padding: 0;
	margin: 0;
}

.home-section {
	padding-right: 0;
	padding-left: 0;
}

.page-section {
	padding-left: 0;
	padding-right: 0;
}

.page-section .container {
	padding-bottom: 40px;
}

.home-section .col-md-3 {
	padding: 0 2px;
	margin: 0;
}

.home-box {
	height: 90px;
	background-image: url("../img/home-box.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
	transition: height 1s;
}

	.home-box:hover {
		height: 100px;
	}

.dark {
	background-image: url("../img/home-box-dark.png");
}

.home-box a {
	text-decoration: none;
}

.bold-white {
	color: white;
	font-size: 1.3em;
	text-align: center;
	transition: color 1s;
}

 .bold-white:hover {
 	color: #ffc500;
 }

.port-section {
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	padding: 0;
}

.main-info h1 {
	padding-top: 20px;
	font-weight: 700;
}

.main-info p {
	font-size: 1.3em;
	line-height: 2em;
	color: #4d4d4d;
}

.big-img {
	text-align: center;
}

.big-img img {
	height: auto;
}

.big-img .img-responsive {
	margin: 0 auto;
}

.web-list h1 {
	padding-top: 20px;
	font-weight: 700;
	line-height: 1.25em;
	text-align: center;
}

.web-list h3 {
	line-height: 2em;
}

.rm-checks {
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

.rm-info {
	margin-top: 25px;
}

.rm-info li {
	font-size: 2em;
	font-weight: 700;
	line-height: 2em;
	list-style-type: none;
}

.rm h2 {
	text-align: center;
	line-height: 1.25em;
	font-weight: 700;
}

.geo-img {
	width:100%;
	margin-top: 25px;
	border-radius: 10px 50px;
}

.social-images {
	text-align: center;
	margin-top: 35px;
}

.social-standouts {
	margin-top: 25px;
}

.social-standouts h3 {
	text-align: center;
}

.snapshot {
	background-color: rgba(178,138,0,0.5);
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.65);
	color: #1a1a1a;
}

.snapshot h1 {
	font-weight: 700;
	margin-bottom: 20px;
}

.snapshot .standout {
	color: #1a1a1a;
	font-weight: 700;
}

.snapshot-txt {
	text-align: center;
}

.snapshot-txt h2 {
	margin-top: 45px;
	font-weight: 700;
}

.footprint {
	background-image: url("../img/footprints.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 290px;
}

.snapshot-button {
	background-color: #fff;
	border-radius: 30px;
	color: #1a1a1a;
	padding: 10px 20px;
	margin-top: 15px;
	border: none;
	font-size: 1.25em;
	font-weight: 700;
	transition: 1s padding;
}

	.snapshot-button:hover {
		color: #fff;
		background-color: #1a1a1a;
		padding: 10px 40px;
	}

.ourteam {
	margin-top: 25px;
	text-align: center;
}

.ourteam h1:first-child {
	text-align: center;
}

.ourteam img {
	margin-top: 35px;
	width: 200px;
	height: auto;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.ourteam h1 {
	margin: 0;
	padding:0;
	margin-top: 15px;
	color: #1a1a1a;
}

.ourteam .col-sm-4 h3 {
	margin: 0;
	padding:0;
	color: #4d4d4d;
}

.port-info hr {
	margin-top: 45px;
}

.contact-info h3 {
	font-weight: 700;
}

.contact-info p {
	line-height: 1.3em;
}

/* Contact Form */

.form-area {
	margin-top: 25px;
}

.port-info label {
	font-size: 1.5em;
	font-weight: 700;
}

.display {
	padding-left: 0;
	padding-right: 0;
}

.page-image {
	background-image: url("../img/office-scheduling.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.animation-image {
	background-image: url("../img/animation-image.png");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.direct-mail {
	background-image: url("../img/mailbox.jpg");
	background-position: center;
	background-size: cover;
}

.graphic-design {
	background-image: url("../img/graphic-design.jpg");
	background-position: center;
	background-size: cover;
}

.direct-mail-image {
	background-image: url("../img/post.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.logo-image {
	background-image: url("../img/logo.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.digital-signage-image {
	background-image: url("../img/night.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.interactive-development-image {
	background-image: url("../img/man.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.seo-image {
	background-image: url("../img/seo.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.paid-search-image {
	background-image: url("../img/sem.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.online-videos-image {
	background-image: url("../img/videos.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.display-banners-image {
	background-image: url("../img/display.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.email-marketing-image {
	background-image: url("../img/envelope.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.social-media-image {
	background-image: url("../img/social.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.reputation-management-image {
	background-image: url("../img/stars.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.geo-fencing-image {
	background-image: url("../img/fence.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.re-targeting-image {
	background-image: url("../img/target.jpg");
	background-position: center;
	background-size: cover;
	height: 250px;
}

.logo-holder {
	margin-top: 25px;
}

.logo-holder div {
	text-align: center;
}

.logo-holder img {
	width: 300px;
	height: auto;
	margin: 25px;
}

.port-info form input {
	width: 100%;
	padding: 5px 15px;
	border: none;
	font-size: 2em;
	display: block;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.port-info form textarea {
	width: 100%;
	padding: 5px 15px;
	border: none;
	font-size: 2em;
	display: block;
	resize: vertical;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.port-info iframe {
	width: 90%;
	height: 325px;
	margin-top: 25px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.port-info form .main-button {
	margin-top: 15px;
	color: white;
	background: #4d4d4d;
	/* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #1a1a1a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#1a1a1a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4d4d4d 0%,#1a1a1a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=0 );
	/* IE6-9 */
}

	.port-info form .main-button:hover {
		background: #000000;
		/* Old browsers */
		background: -moz-linear-gradient(top,  #1a1a1a 0%, #4d4d4d 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #1a1a1a 0%,#4d4d4d 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #1a1a1a 0%,#4d4d4d 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#4d4d4d',GradientType=0 );
		/* IE6-9 */
	}

/* end contact form */

.snapshot-contact form input {
	width: 100%;
}

.snapshot-img {
	text-align: center;
	padding: 25px;
}

.snapshot-img img {
	width: 90%;
	height: auto;
}

.warnings-snapshot {
	font-size: 1.5em;
	color: #b28a00;
}

.scroller {
	width: 90%;
	height: 80px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 25px;
}

.scroller .innerScrollArea {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.scroller ul {
	padding: 0;
	margin: 0;
	position: relative;
}

.scroller li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
}

.video {
	height: 560px;
	width: 100%;
	padding: 0 0;
}

.bottomangle {
	background-image: url("../img/bottom-angle.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 37px;
	padding: 0;
}

.topangle {
	background-image: url("../img/top-triangle.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 34px;
}

.standout {
	color: #b28a00;
}

.warnings {
	color: #ff0000;
}

.confirmation {
	color: #ffc500;
}

.mailto {
	color: #4d4d4d;
	margin-left: 15px;
	font-weight: 700;
	text-decoration: none;
}

	.mailto:hover {
		text-decoration: none;
		color: #000;
	}

.mailto i {
	margin-right: 5px;
}

#review-widget {
	height: 750px;
}

#topLink {
	display: none;
	color: rgba(255,255,255,0.45);
	font-size: 5em;
	position: fixed;
	z-index: 100;
	bottom: 25px;
	right: 25px;
}

.bottom-nav-text {
	font-size: 1.2em;
	margin-top: 35px;
	margin-bottom: 15px;
}

.small-nav-buttons {
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #fff;
	color: #4d4d4d;
	border: none;
	transition: background-color 1s;
}

	.small-nav-buttons:hover {
		background-color: #ffc500;
	}

.learnmore {
	padding: 10px 20px;
	margin-top: 15px;
	color: #ffffff;
	background: #4d4d4d;
	/* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #1a1a1a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#1a1a1a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4d4d4d 0%,#1a1a1a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=0 );
	/* IE6-9 */
	background-color: #1a1a1a;
	border: none;
	font-size: 1.25em;
}

	.learnmore:hover {
		background: #000000;
		/* Old browsers */
		background: -moz-linear-gradient(top,  #1a1a1a 0%, #4d4d4d 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #1a1a1a 0%,#4d4d4d 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #1a1a1a 0%,#4d4d4d 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#4d4d4d',GradientType=0 );
		/* IE6-9 */
	}

footer {
	width: 100%;
	height: 100%;
	background: #4d4d4d;
	/* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #1a1a1a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#1a1a1a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4d4d4d 0%,#1a1a1a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=0 );
	/* IE6-9 */

	padding-top: 20px;
	color: #cccccc;
}

#footer-logo {
	width: 300px;
	height: auto;
	opacity: 0.75;
	margin-top: 20px;
}

.logo-box {
	text-align: center;
}

.copyright {
	margin-top: 35px;
	text-align: left;
	color: #cccccc;
}

footer h1 {
	color: #ffc500;
	font-size: 1.5em;
}

footer p {
	font-size: 0.8em;
	line-height: 2em;
}

footer .col-md-4 {
	padding: 0 25px;
}

footer .col-xs-2 {
	margin-top: 10px;
	margin-bottom: 25px;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (max-width: 1199px) {
	.container {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.home-box {
		background-size: cover;
		padding-top: 9px;
		font-size: 0.8em;
	}

	.snapshot-contact form input {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.home-box {
		background-size: 100% 100%;
		padding-top: 15px;
		font-size: 1em;
	}

	.home-banner .container h1 {
		line-height: 2em;
		font-size: 1em;
	}

	.jumbotron .container .bold-text {
		font-size: 3em;
	}

	.home-box {
		background-color: #666666;
	}

	.footprint {
		display: none;
	}

	.snapshot-txt h2 {
		margin-top: 15px;
	}

	.dark {
		background-color: #4d4d4d;
	}

	.lastdark {
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

		.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
			color: #ffc500;
		}
}
