/* home style */

.home-section {position: relative;}

.col-xs-12 {position:static;}

.section-heading {
	color: white;
	font-size: 26px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: 1em;
	-moz-text-shadow:    4px 3px 5px rgba(0,0,0,.6);
  	-webkit-text-shadow: 4px 3px 5px rgba(0,0,0,.6);
  	text-shadow:         4px 3px 5px rgba(0,0,0,.6);
}

.scrollName {
	
}

#motion-header {
	background: url(/images/_pages/home/motion_header.jpg) 50% 50% / cover no-repeat;
	height: 175px;
}

/*#motion-header {
	background: url(/images/_pages/home/motion_header.jpg) 50% 50% / cover no-repeat;
	height: 175px;
}*/

.motion-heading {
	position: absolute;
	top: 11px;
	left: 11px;
}

.contact-heading {
	position: absolute;
	top: 11px;
	left: 11px;
}

.about-heading {
	position: absolute;
	top: 11px;
	left: 11px;
}

#video-wrapper iframe {
	width: 100% !important;
	/*max-height: 260px !important;*/
}

#sharing {
	border-top: 1px solid black;
}

#sharing span.share-text {
	font-size: 26px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.video-sharing-inner {
	display: inline-block;
	line-height: 45px;
	color: #262323;
}

.video-social {
	/*float: left;*/
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 30px;
}

.tabs {
	border-bottom: 1px solid #262323;
	padding: 20px 15px 0;
	/*height: 50px;*/
}

a.tab {
	display: inline-block;
	background: #262323;
	color: white;
	padding: 1px 30px;
	font-size: 28px;
	position: relative;
	top: 1px;
	/*padding-bottom: 1px;*/
	cursor: pointer;
}

a.tab.active {
	background: #fff;
	color: #262323;
	padding-top: 7px;
	border: 1px solid #262323;
	border-bottom-color: white;
	cursor: auto;
	text-decoration: none;
}

a.tab:hover {text-decoration: none;}



.video-thumbs {
	margin: 50px 0;
}

.video-thumb {margin-bottom:5px;}

a.videoThumb img  {border:3px solid #fff;}

a.videoThumb.active img, a.videoThumb:hover img {border:3px solid #000;}

a.videoThumb .video-thumb-title, a.videoThumb:hover .video-thumb-title {color:#000; text-decoration: none;}

.still-heading {
	position: absolute;
	top: 11px;
	left: 11px;
}

/* ---------- PHOTOS ----------- */

#still-section .carousel .item {
	cursor: pointer;
}

still-header {height:auto;}

.photoMargin {margin-top:-70px;}

.carousel-control {
	background-color:rgba(171,171,171,0.68);
	background-image: none;
	width:35px;
	height: 500px;
}

.carousel-control:hover {
	background-color:rgba(171,171,171,0.68);
	background-image: none;
}

.carousel-control i {
	display: block;
    left: 12px;
    position: absolute;
    right: auto;
    top: 50%;
}

.artDescription {margin-top:5px;}

/* ---------- ABOUT ----------- */

#about {
	background: url(/images/_pages/home/about_header.jpg) 50% 0% / contain no-repeat;
	padding-top: 80px;
}

#about p.bigger {font-size:1.3em;}
.about-box-inner {
	background: white;
	border:1px solid #000;
}


.about-box-inner {
	margin-left: 0px;
	padding: 30px;
	margin-bottom:30px;
	
}

.about-box-inner h1 {
	font-size: 40px;
	color: #262323;
	margin: 0;
	padding: 0 0 10px;
}
#service {font-size:18px; padding:0;}
#service h3 {margin-left:0px;}
#service ul {margin:0; padding:0 15px 0px;}
.awardsLine {border-top:3px solid #000;}
h2.awardHead {
    background-color: #fff;
    display: block;
    float: left;
    margin-top: -45px;
    padding: 5px 20px 5px 0;
    margin-bottom:20px;
}
.award {
	display: block;
	text-align: center;
	font-size:20px;
}

.award img {margin:0 auto;}

.award h3 {
	clear:both;
	font-size:20px;
	color:#000;
}

.award-thumb {
	margin: 0 20px 10px;
}

#contact {
	background: url(/images/_pages/home/contact_header.jpg) 50% 0% / contain no-repeat;
	padding-top: 350px;
}

.contact-box-inner {
	min-height: 350px;
	background: white;
}

#form-wrapper .contact-box-inner {
	margin-right: 10px;
}

.contact-box-inner {
	padding: 20px 25px;
}

#phone {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}

#contact h5 {
	font-size: 26px;
	margin: 0;
	padding: 0 0 15px;
}

address {
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-info {
	font-size: 20px;
	margin-bottom:15px;
}

form label {
	display: block;
	font-size: 20px;
	margin-bottom: 0px;
	color: #262323;
}

form input, form textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid black;
}

input[type="submit"] {
	border: none;
	background: #000;
	color: white;
	border-radius: 0;
	padding: 10px 40px;
	float: left;
	font-size: 26px;
	width: auto;
}

input[type="submit"]:hover {
	background: #484545;
}


/* ---------- RESPONSIVE FIXES ----------- */

@media(min-width: 481px) {

	.section-heading {
		font-size: 34px;
	}

	#video-wrapper iframe {
		/*max-height: 320px !important;*/
	}

	#about {
		padding-top: 165px;
	}

}

@media(min-width: 768px) {

	.section-heading {
		font-size: 48px;
	}

	#motion-header {
		height: 210px;
	}

	#video-wrapper iframe {
		/*max-height: 480px !important;*/
	}

	#about {
		padding-top: 200px;
	}

	#about-body {
		font-size:16px;
	}

}

@media(min-width: 992px) {

	#video-wrapper iframe {
		/*max-height: 627px !important;*/
	}

	#about {
		padding-top: 245px;
	}

	#about-body {
		font-size:18px;
	}

}

@media(min-width: 1200px) {

	.section-heading {
		font-size: 56px;
	}

	#motion-header {
		height: 230px;
	}

	#video-wrapper iframe {
		/*max-height: none;*/
	}

	#about {
		padding-top: 285px;
	}

	#about-body {
		font-size:20px;
	}
	
}

@media(max-width: 1199px) {
	/*.carousel-control {height: 412px;}*/
	
	a.tab {font-size: 22px;}
	
	.photoMargin {margin-top:-62px;}
	
}

@media(max-width: 1199px) {
	/*#still-section .carousel,
	#still-section .carousel-inner {height: 412px;}

	.carousel-control,
	#still-section .carousel img {
		height: 100% !important;
	}

	#still-section .carousel img {
		width: auto;
	}*/

	.carousel-control {
		height: 100% !important;
	}
}

#video-sharing {
	padding-left: 40px;
}

@media(max-width: 991px) {
	body {margin-top: 39px;}
	
	.navbar {min-height:40px;}
	
	.mobileNoPad {padding:0;}
	
	a.tab {
	    background: none repeat scroll 0 0 #262323;
	    color: white;
	    display: inline-block;
	    font-size: 18px;
	    margin: 1px;
	    padding: 5px 25px;
	    position: relative;
	    top: 0px;
	    border: 1px solid #262323;
	    text-align: center;
		width: 98%;
	}
	a.tab.active, a.tab:hover {
		background: #fff;
		color: #262323;
		padding-top: 5px;
		border: 1px solid #262323;
		border-bottom-color: #262323;
		cursor: pointer;
	}
	
	.video-thumbs {margin: 5px auto; max-width:480px; text-align: center;}
	
	
	hr.fancy {
	    background: url("/images/flourish.png") no-repeat scroll 50% 50% / contain rgba(0, 0, 0, 0);
	    border-top: medium none;
	    height: 45px;
	    margin: 0 0 25px;
	}
	
	.photoMargin {margin-top: -10px;}
	
	.video-sharing-inner {
	    color: #262323;
	    display: inline-block;
	    line-height: 30px;
	    margin-right:10px;
	}
	
	.carousel-control {height: 329px;}
	
}


@media(max-width: 767px) {
	.carousel-control, .carousel-control.right, .carousel-control.left {background-color:transparent; background-image:none; height:80%;}
	
	#service h3 {margin:10px 0;}
	
	 #service ul {margin:10px 0; padding:0 0 0 10px;}
	 
	 #about-body {
	    font-size: 18px;
	    margin-left: 0px;
	    padding: 0px;
	}
	
	#contact {padding-top: 50px;}
	
	.contact-box-inner {padding: 10px 0;}
	
	a.tw, a.yt, a.fb, a.gp, a.pt {background-size:75%; margin:0 -5px;}
	
	#sharing {margin-left:15px;}

	#about-body {
		font-size:15px;
	}

}

@media(min-width: 0px) {
	.modal-dialog {
		right: 5px;
		left: 5px;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.modal-body {
		padding: 5px;
	}
}

#still-section .carousel-inner {
	position: relative;
}

#still-section .item .expand {
	display: none;
	position: absolute;
	line-height: 150px;
	top: 0;
	font-size: 50px;
	color: rgb(203,203,203);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#still-section .item.active:hover .expand {
	display: block;
}











