html,
body {
	height:100%;
	color:#FFF;
}

.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

a {
	color:#FFF;
	text-decoration:underline;
}

a:hover,
a:focus {
	color:#FFF;
	text-decoration:none;
}

div.frontpage,
div.innerpage {
	height:100%;
	width:100%;
	background-image:url("../images/billboards-times-square.jpg");
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	display:table;
}

div.center-container {
	min-width:1260px;
}

header,
footer {
	display:table-row;
	width:100%;
}

header > div,
div.container > div,
footer > div {
	display:table-cell;
	width:33.3%;
}

header div.left-side {
	background-image:url("../images/shutter.png");
	background-repeat:repeat;
}

header div.center-container {
	background-image:url("../images/shutter-fade.png");
	background-repeat:repeat-y;
	padding:15px 0;
}

header div.center-container a.logo {
	display:block;
	margin-bottom:10px;
}

header div.center-container img {
	width:380px;
}







.navbar {
	margin-bottom:0;
	min-height:0;
}

.navbar-toggle {
	margin-top:-55px;
}

.navbar-default {
	background-color:transparent;
	border:0;
}

.navbar-default .navbar-toggle {
	background-color:rgba(0,0,0,0.8);
	border-color:#FFF;
	color:#FFF;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color:rgba(0,0,0,0.4)
}

.navbar-default .navbar-nav > li > a {
	color:#FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	text-decoration:none;
	color:#FFF;
}

.nav > li:first-child > a {
	padding-left:0;
}
 







div.container {
	display:table-row;
	height:100%;
}

div.container div.center-container {
	vertical-align:top;
}

div.container div.center-container > div {
	display:table;
	width:100%;
}

div.frontpage div.container div.center-container {
	vertical-align:middle;
}


div.innerpage div.container div.center-container {
}

div.innerpage h1 {
	margin:0;
	margin-bottom:15px;
}

div.innerpage div.content {
	background-color:rgba(0,0,0,0.5);
	background-image:url("../images/shutter.png");
	background-repeat:repeat;
	margin:50px auto;
	padding:25px;
}

div.innerpage div.content p,
div.innerpage div.content ul li {
	line-height:1.7em;
}

div.innerpage div.content img.pull-right {
	margin-left:2%;
}

div.innerpage div.content img.pull-left {
	margin-right:2%;
}

div.innerpage img.header {
	margin-bottom:15px;
	width:100%;
}

div.contact-form {
	width:50%;
	float:left;
}

form#main_contact_form label {
	margin-top:8px;
}

form#main_contact_form label:first-child {
	margin-top:0;
}

div.video-holder {
	width:35%;
	margin-left:5%;
}

div.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
div.video-container iframe,
div.video-container object,
div.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.button,
button.button {
	padding:8px 0px;
	height:40px;
	background-image:url("../images/button-bg.png");
	background-repeat:repeat-x;
	text-decoration:none;
	display:inline-block;
	position:relative;
	margin-left:26px;
    margin-top:5px;
    opacity:0.95;
    color:#FFF;
    border:0;
}

button.button {
	float:right;
	margin-top:15px;
	margin-right:26px;
}

a.button:before,
a.button:after,
button.button:before,
button.button:after {
	content:" ";
	background-repeat:no-repeat; 
	height: 40px;
    padding: 8px 0;
    position:absolute;
    top:0;
    width:26px;
} 

a.button:before,
button.button:before {
	background-image:url("../images/button-left.png");
    margin-left:-26px;
    left:0;
}

a.button:after,
button.button:after {
	background-image:url("../images/button-right.png");
    margin-right:-26px;
    right:0;
}

a:hover.button,
button:hover.button {
	background-image:url("../images/button-bg-hover.png");
}

a:hover.button:before,
button:hover.button:before {
	background-image:url("../images/button-left-hover.png");
}

a:hover.button:after,
button:hover.button:after {
	background-image:url("../images/button-right-hover.png");
}

form#main_contact_form input,
form#main_contact_form textarea {
	width:100%;
	padding:0.5% 1%;
}

div.map {
	width:46%;
	float:right;
}

form#main_contact_form .btn {
	border-radius:0;
	float:right;
	margin-top:10px;
}

div#map-canvas {
	height:350px;
	width:47%;
	float:right;
}








div.quarter {
	display:table-cell;
	vertical-align:middle;
	width:25%;
}

div.quarter a {
	display:block;
	margin:3%;
	text-align:center;
	position:relative;
	text-decoration:none;
}

div.quarter a img {
	width:100%;
	border-radius:20px;
	border:1px solid;
	opacity:1;
	display:block;
	vertical-align: bottom;
	position:relative;
	-webkit-backface-visibility: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	transition:0.3s background-color ease-out;
}


div.quarter a.billboards img {
	border-color:#002746;
}

div.quarter a.internet-marketing img {
	border-color:#004a0f;
}

div.quarter a.print-design img {
	border-color:#4a0006;
}

div.quarter a.mobile-marketing img {
	border-color:#444a00;
}

div.quarter a img.hover {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	transition:opacity 0.3s ease-out;
}

div.quarter a:hover img.hover {
	opacity:1;
}

div.quarter a h2 {
	font-size:1.2em;
	color:#FFF;
	background-color:rgba(0,0,0,0.5);
	background-image:url("../images/shutter.png");
	background-repeat:repeat;
	padding: 10px 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	opacity:0.9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	transition:border-color 0.3s ease-out, opacity 0.3s ease-out, background-color 0.3s ease-out;
}

div.quarter a:hover {
	text-decoration:none;
}

div.quarter a:hover h2 {
	opacity:1;
}


div.quarter a.billboards:hover h2 {
	background-color:rgba(0,105,189,1);
	border-color:#0069bd;
}

div.quarter a.internet-marketing:hover h2 {
	background-color:rgba(0,198,40,1);
	border-color:#00c628;
}

div.quarter a.print-design:hover h2 {
	background-color:rgba(198,0,17,1);
	border-color:#c60011;
}

div.quarter a.mobile-marketing:hover h2 {
	background-color:rgba(183,198,0,1);
	border-color:#b7c600;
}












.pikachoose {width: 100%; margin: 0 auto;}


/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
	.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
		float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
	.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 100%;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px; text-align:center; height:250px;min-height:480px;}
.pika-stage img{height:100%;position:relative;}
.pika-stage .caption {/*position: absolute;*/ background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 13px; 
			color: #fafafa; padding: 10px; text-align: right; /*bottom: 50px; right: 10px;*/ margin-top:-31px;margin-left:-10px;margin-right:-10px;position:relative;z-index:10;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top:0; left: 0;cursor:pointer;}
	.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top:0; right: 0;cursor:pointer;}
	.pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;top:50%;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: block;display:none;}
	.pika-textnav a.next {float: right; width: auto; display: block;display:none;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 50px;right:8px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }



.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}









footer p {
	color:#FFF;
}

footer p.phone {
	font-weight:bold;
	font-size:2em;
}

footer div.right-side {
	background-image:url("../images/shutter.png");
	background-repeat:repeat;
}

footer div.center-container {
	background-image:url("../images/shutter-fade-right.png");
	background-position:right;
	background-repeat:repeat-y;
	padding:20px 0;
	text-align:right;
}

div.details {
	float:right;
}

div.details p {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

div.details p.address {
	margin-bottom:0;
}

footer a.social {
	display:block;
	float:right;
	width:60px;
	margin-left:16px;
	opacity:0.99;
	margin-top:7px;
	transition:opacity 0.3s ease-out;
}

footer a.social img {
	width:100%;
}

footer a:hover.social {
	opacity:0.8;
}







@media (max-width:1260px) {

	div.center-container {
		min-width:990px;
	}

}

@media (max-width:991px) {

	div.center-container {
		min-width:767px;
	}

	div.quarter a h2 {
		font-size: 0.9em;
	}

	.navbar-nav {
		margin-top:0;
	}

	.nav > li {
		border-bottom:1px solid #FFF;
	}

	.nav > li a {
		text-decoration:none;
		background-color:rgba(0,0,0,0.8);
	}

	.nav > li:first-child > a {
		padding-left:15px;
	}

	.navbar-default .navbar-nav > li.billboards > a:hover, 
	.navbar-default .navbar-nav > li.billboards > a:focus {
		background-color:#0069bd;
	}

	.navbar-default .navbar-nav > li.internet-marketing > a:hover, 
	.navbar-default .navbar-nav > li.internet-marketing > a:focus {
		background-color:#00c628;
	}

	.navbar-default .navbar-nav > li.print-design > a:hover, 
	.navbar-default .navbar-nav > li.print-design > a:focus {
		background-color:#c60011;
	}

	.navbar-default .navbar-nav > li.mobile-marketing > a:hover, 
	.navbar-default .navbar-nav > li.mobile-marketing > a:focus {
		background-color:#b7c600;
	}

}

@media (max-width:767px) {

	div.center-container {
		min-width:0;
	}

	header div.center-container {
		padding:0;
	}

	header div.center-container img {
    width: 100%;
	}

	header div.center-container p {
		font-size:0.96em;
	}

	header > div, 
	div.container > div, 
	footer > div {
		width:auto;
	}

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

	.navbar-toggle {
		margin-top:0;
	}

	.not-mobile {
		display:none;
	}

	div.quarter {
    display: block;
    float: left;
    margin: 1%;
    vertical-align: middle;
    width: 48%;
	}

	div.quarter h2 span {
		display:none;
	}

	p.breadcrumbs {
		visibility:hidden;
		margin-bottom:15px;
	}

	p.breadcrumbs a {
		visibility:visible;
		display:block;
		width:48%;
		float:left;
		line-height: 2.4em;
	}

	footer a.social {
		margin-left:0;
		margin-right:16px;
		margin-bottom:12px;
	}

	footer p.phone {
		font-size:1.4em;
	}

	div.details {
		padding-right:16px;
	}

	div.contact-form {
	    width: 100%;
	}

	div#map-canvas {
	    width: 100%;
	    margin-top:20px;
	}

	div.video-holder {
		width:100%;
	}

	ul.not-last {
		margin-bottom:0;
	}

}
