html {
	font-family: 'Work Sans', sans-serif;
	font-size: 10px;
	color: #363c3f;
}
a,
button,
.button {
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
section,
section.container {
	margin-bottom: 30px;
}
p {
    line-height: 1.4;
}


/* Base container for site content */
.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 25px;
	margin: 0 auto;
}

/* Line separator (used on inner pages to separate the footer ) */
.linesep {
	background-color: #a4a4a4;
	height: 5px;
	margin: 30px 0;
}

/* Typography */
h1 {
	margin: 0 0 15px 0;
	color: #000000;
	font-weight: 600;
	font-size: 1.5rem;
    line-height: 1.6rem;
}
h2 {
	margin: 0 0 10px 0;
    color: #ffbf50;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1.7rem;
}
h3 {
	font-weight: 600;
	font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 0 10px 0;
	color: #000000;
}
h1.pacifico {
    font-family: 'Pacifico';
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -.5px;
    text-align: center;
    color: #ffbf50;
	margin: 40px 0;
}
h3.pacifico {
	font-family: 'Pacifico';
    font-size: 30pt;
    line-height: 30pt;
    letter-spacing: -.5px;
    text-align: center;
	font-weight: normal;
	text-transform: none;
}
h4 {
	position: relative;
	letter-spacing: -1px;
    font-weight: 600;
	font-size: 1.8rem;
    line-height: 5rem;
    display: block;
    margin-bottom: 25px;
	text-transform: uppercase;
}
h4:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 92px;
    height: 5px;
    background: #ffbf50;
}

/* Read more link and buttons */
a.read-more,
button,
.button {
	display: inline-block;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background: #ffbf50;
    color: #fff;
    padding: 0 25px;
	font-family: inherit;
	font-weight: 500;
    font-size: .9rem;
    line-height: 3rem;
    text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	outline: none;
}
a.read-more:hover,
button:hover,
.button:hover {
	background: #363c3f;
}

/* Home page */
.hero-slider {
	position: relative;
	width: 100%;
}
.hero-slider .logo-wrap,
.hero-image .logo-wrap {
	position: absolute;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1.3rem;
	text-transform: uppercase;
	width:100%;
	text-align: center;
	top: 50px;
	z-index: 80;
}
.hero-slider .logo-wrap {
	top: 125px;
}
.hero-slider .logo-wrap h1.pacifico,
.hero-image .logo-wrap h1.pacifico {
	color: #FFFFFF;
	font-size: 4rem;
    line-height: 4rem;
	font-weight: normal;
	text-transform: none;
	margin: 0 auto 20px auto;
	font-style: italic;
    letter-spacing: 3px;
}
.hero-slider .logo-wrap .logo-white,
.hero-image .logo-wrap .logo-white {
	background-image: url(../img/logo-white.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 450px;
	height: 94px;
	margin: 0 auto 10px auto;
}
.hero-slider .quick-links-wrap,
.hero-image .quick-links-wrap {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 100%;
	z-index: 80;
}
.hero-slider .quick-links-wrap a,
.hero-slider .quick-links-wrap a:focus,
.hero-slider .quick-links-wrap a:hover,
.hero-image .quick-links-wrap a,
.hero-image .quick-links-wrap a:focus,
.hero-image .quick-links-wrap a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 400;
	outline: none;
	vertical-align: middle;
	margin-right: 20px;
}
.hero-slider .quick-links-wrap a:last-child,
.hero-image .quick-links-wrap a:last-child {
	margin-right: 0;
}
.hero-slider .quick-links-wrap a:hover,
.hero-image .quick-links-wrap a:hover {
	color: #ffbf50;
}
.hero-slider .quick-links-wrap a i,
.hero-image .quick-links-wrap a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.hero-slider .quick-links-wrap a.pointer,
.hero-slider .quick-links-wrap a.phone,
.hero-image .quick-links-wrap a.phone,
.hero-image .quick-links-wrap a.phone {
	margin-right: 20px;
}
.hero-slider .slideshow {
}
.hero-slider .slideshow .slide,
.hero-image {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 300px;
}
.hero-slider .slideshow .slide-1 {
	background-image: url(../img/video-production-company-home-slider-1.jpg);
}
.hero-slider .slideshow .slide-2 {
	background-image: url(../img/video-production-company-home-slider-2.jpg);
}
.hero-slider .slideshow .slide-3 {
	background-image: url(../img/video-production-company-home-slider-3.jpg);
}
.slick-dots {
	top: 80%;
	bottom: auto;
	list-style: none;
}
.slick-dots li {
	list-style: none;
	width: 30px;
    height: 30px;
	margin: 0 8px;
}
.slick-dots li button {
	font-size: .9rem;
    line-height: .9rem;
    width: 30px;
    height: 30px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	color: #FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	text-align: center;
	background-color: transparent;
}
.slick-dots li button:before {
	content: none;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: #ffbf50;
	border: 2px solid #ffbf50;
}
.slick-prev, .slick-next {
	top: 84.5%;
	z-index: 80;
	width: auto;
	height: auto;
}
.slick-prev {
	left: 20%;
}
.slick-next {
	right: 20%;
}
.slick-prev:before, 
.slick-next:before {
	font-family: FontAwesome;
	font-size: 2rem;
	opacity: 1;
	color: #FFFFFF;
}
.slick-prev:hover:before, .slick-next:hover:before {
	color: #ffbf50;
}
.slick-next:before {
	content: '\f054';
}
.slick-prev:before {
	content: '\f053';
}
#wistia-video iframe {
	border:1px solid #ffbf50;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	display: block;
}
#video-bg {
	padding: 50px 0;
	margin-bottom: 0;
}

/* Hero image */
.hero-image {
	position: relative;
	background-image: url(../img/video-production-company-hero.jpg);
	min-height: 200px;
}
.hero-image .logo-wrap {
	top: 75px;
}
.hero-image .logo-wrap h1.pacifico {
	font-size: 4rem;
    line-height: 4rem;
	margin: 0 auto 20px auto;
}

/* Video section */
.box {
	color: #FFFFFF;
}
.box a.box-top {
	position: relative;
    display: block;
    background: #ffbf50;
    border-top: 10px solid #fff;
    color: #fff;
    padding: 20px;
    text-align: center;
	text-decoration: none;
	outline: none;
}
.box a.box-top:hover {
    background: #fff;
    color: #ffbf50;
}
.box a.box-top .counter {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 400;
    letter-spacing: -8px;
}
.box a.box-top h3 {
    color: inherit;
	padding-top: 20px;
    padding-bottom: 30px;
	font-size: 1.9rem;
    line-height: 1.9rem;
	font-weight: 400;
}
.box p {
	margin: 20px 0;
}


/* Top navigation */
.top-navigation {
	margin: 0 auto 40px auto;
}
.top-navigation .menu {
	margin: 20px 0;
}
.top-navigation .menu li a {
	color: #1d2326;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	display: block;
	/*border-bottom: 1px solid #ffbf50;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.top-navigation .menu li.active a {
	background-color: #ffbf50;
	color: #FFFFFF;
	/*border-bottom: 1px solid #FFA914;*/
}

/* Google map */
#map {
	height: 200px;
}

/* Contact us page */
#frmContact input[type="text"],
#frmContact input[type="email"],
#frmContact input[type="tel"],
#frmContact textarea {
	font-family: 'Work Sans', sans-serif;
	font-size: 10.2pt;
	line-height: 24px;
    padding: 8.5px 12px 8.5px;
    color: #928e92;
    background-color: #fff;
    border: 1px solid #cccacc;
    width: 100%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 41px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#frmContact textarea {
	height:auto;
}

#frmContact input[type="text"]::-webkit-input-placeholder { color: #928e92; } /* Chrome */
#frmContact input[type="text"]:-moz-placeholder { color: #928e92; } /* Firefox 4 - 18 */
#frmContact input[type="text"]::-moz-placeholder { color: #928e92; } /* Firefox 19+ */
#frmContact input[type="text"]:-ms-input-placeholder { color: #928e92; } /* IE 10+ */

#frmContact input[type="email"]::-webkit-input-placeholder { color: #928e92; } /* Chrome */
#frmContact input[type="email"]:-moz-placeholder { color: #928e92; } /* Firefox 4 - 18 */
#frmContact input[type="email"]::-moz-placeholder { color: #928e92; } /* Firefox 19+ */
#frmContact input[type="email"]:-ms-input-placeholder { color: #928e92; } /* IE 10+ */

#frmContact input[type="tel"]::-webkit-input-placeholder { color: #928e92; } /* Chrome */
#frmContact input[type="tel"]:-moz-placeholder { color: #928e92; } /* Firefox 4 - 18 */
#frmContact input[type="tel"]::-moz-placeholder { color: #928e92; } /* Firefox 19+ */
#frmContact input[type="tel"]:-ms-input-placeholder { color: #928e92; } /* IE 10+ */

#frmContact textarea::-webkit-input-placeholder { color: #928e92; } /* Chrome */
#frmContact textarea:-moz-placeholder { color: #928e92; } /* Firefox 4 - 18 */
#frmContact textarea::-moz-placeholder { color: #928e92; } /* Firefox 19+ */
#frmContact textarea:-ms-input-placeholder { color: #928e92; } /* IE 10+ */

/* Footer */
.footer {
	background-color: #FFFFFF;
	color: #606060;
	font-weight: 400;
	font-size: .85rem;
}
.footer a,
.footer a:hover,
.footer a:focus {
	color: #606060;
	outline: none;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-inner {
	padding: 40px 10px;
	/*width: 100%;
	margin: 0 auto;*/
}
.footer h3 {
	color: #363c3f;
	font-weight: 600;
	font-size: 2.3rem;
    line-height: 2.3rem;
	text-transform: none;
	text-align: left;
	margin-bottom: 10px;
}
.footer h3.pacifico{
	font-style: italic;
    letter-spacing: 2px;
}
.footer a.social {
	background-color: #ffbf50;
	color: #FFFFFF;
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 14pt;
	line-height: 45px;
	margin-right: 10px;
	outline: none;
	border: none;
}
.footer a.social:hover {
	text-decoration: none;
	background: #363c3f;
}
.footer a.social:last-child {
	margin-right: 0;
}
.footer p {
	line-height: 15px;
}
.logo-black {
	background-image: url(../img/logo-white.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 450px;
	height: 94px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
	html {
		font-size: 15px;
	}
	.container {
		padding: 0;
	}	
	h1 {
		margin: 0 0 20px 0;
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	h1.pacifico {
		font-size: 12rem;
		line-height: 12rem;
		margin: 70px 0;
	}
	#map {
		height: 500px;
	}
	.hero-slider .slideshow .slide {
		min-height: 600px;
	}
	.hero-image {
		min-height: 400px;
	}
	.hero-slider .logo-wrap {
		top: 200px;
	}
	.hero-slider .quick-links-wrap,
	.hero-image .quick-links-wrap {
		text-align: right;
	}
	.hero-slider .logo-wrap h1.pacifico, 
	.hero-image .logo-wrap h1.pacifico {
		/*font-size: 70pt;
		line-height: 70pt;*/
	}
	.hero-slider .quick-links-wrap a,
	.hero-slider .quick-links-wrap a:focus,
	.hero-slider .quick-links-wrap a:hover,
	.hero-image .quick-links-wrap a,
	.hero-image .quick-links-wrap a:focus,
	.hero-image .quick-links-wrap a:hover {
		font-size: .9rem;
	}
	.hero-slider .logo-wrap h1.pacifico,
	.hero-image .logo-wrap h1.pacifico {
		font-size: 8rem;
		line-height: 9rem;
		margin: 0 auto 35px auto;
	}
	.hero-slider .logo-wrap,
	.hero-image .logo-wrap {
		/*font-size: 16pt;*/
	}
	.hero-image .logo-wrap {
		top: 125px;
	}
	.slick-dots li {
		width: 50px;
		height: 50px;
		margin: 0 10px;
	}
	.slick-dots li button {
		font-size: 1.333rem;
		line-height: 1.333rem;
		width: 50px;
		height: 50px;
	}
	.slick-prev {
		left: 35%;
	}
	.slick-next {
		right: 35%;
	}
	.slick-prev:before, 
	.slick-next:before {		
		font-size: 3.5rem;
	}
	
	.top-navigation .menu li a {
		font-size: 1.1rem;
		line-height: 1.1rem;
		display: inline-block;
	}
	.top-navigation .menu li a:hover {
		background-color: #ffbf50;
		color: #FFFFFF;
		/*border-bottom: 1px solid #FFA914;*/
	}
	
	#video-bg {
		padding: 150px 0;
	}
	
	.footer .footer-inner {
		padding-left: 0;
		padding-right: 0;
		/*width: 90%;*/
	}
	.footer h3 {
		margin-bottom: 30px;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}