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

html,
body,
div,
h1,
h2,
a,
img,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #545454;
}
body {
	line-height: 1;
}
body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	repeat: none;
	color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
h1,
h2 {
	font-weight: normal;
}
h2 a {
	font-weight: inherit;
}
h1 {
	color: ;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

a {
	color: ;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover {
	color: #696969;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 2% 0 0 0;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.movie_box {
	position: relative;
	margin: auto;
	width: auto;
	height: auto;
	diplay: flex;
	align-items: center;
  	justify-content: center;	
}

#play-button_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -47px;
	width: 94px;
	height: 94px;
	animation: fadein 1.2s;
}

#pbc_no-anim {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -47px;
	width: 94px;
	height: 94px;
	animation: fadein 1.2s;
}


.stroke-solid {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
	/* NEW: */
	animation: wipe-counterclock 1.22s;
}

.ss_no-anim {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
	transform: scale(0.8);
	transform-origin: 50% 50%;
	transition: transform 200ms ease-out;
}


#play-button:hover .stroke-solid {
	opacity: 1;
	stroke-dashoffset: 300;
}

#play-button:hover .icon {
	transform: scale(0.9);
}

#pbc_no-anim:hover .ss_no-anim {
	opacity: 1;
	stroke-dashoffset: 300;
}

#pbc_no-anim:hover .icon {
	transform: scale(0.9);
}


#play-button {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

#play-button:hover .stroke-solid {
	opacity: 1;
	stroke-dashoffset: 300;
}

#play-button:hover .icon {
	transform: scale(0.9);
}

#pbc_no-anim:hover .ss_no-anim {
	opacity: 1;
	stroke-dashoffset: 300;
}

#pbc_no-anim:hover .icon {
	transform: scale(0.9);
}



/* NEW: */
@keyframes unwipe-clockwise {
    from { stroke-dashoffset: 0; }
    to   { stroke-dashoffset: 300; }
}

@keyframes wipe-counterclock {
    from { stroke-dashoffset: 300; }
    to   { stroke-dashoffset: 0; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



.top-left {
	display: inline;
	float: left;
	width: auto;
}

h1.main-title {
	margin: 12px 0 0 12px;
	font-size: 29px;
	text-transform: uppercase;
}
h1.subtitle {
	margin: 4px 0 0 12px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.top-right {
	display: block;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 10px 0px 0 99px;
}
img.brand-logo {
	height: 55px;
	width: auto;
	margin: 2px 5px 8px 5px;
}
hr.content_divider {
	width: 25%;
	margin: 5% auto 16px auto;
	border-top: 1px dashed #8c8b8b;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.get-in-touch {
	float: left;
	width: 100%;
	margin: 0px auto 33px auto;
	min-width: 110px;
	overflow: hidden;
}
.in-touch_line {
	float: left;
	width: 100%;
}
.in-touch_left {
	float: left;
	width: 46%;
	display: inline;
	text-align: right;
	margin: 0 0 0 0;
}

.in-touch_icon {
	height: 22px;
}

.in-touch_right {
	float: right;
	display: inline;
	width: 53%;
	text-align: left;
	margin: 2px 0 0 0;
}

h2.in-touch_text {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}




/* RESPONSIVE STYLES */

@media only screen and (max-width: 959px) {
	.top-right {
		padding: 12px 0 0 33px;
	}
	img.brand-logo {
		height: 44px;
		width: auto;
		margin: 2px 5px 8px 5px;
	}
	
		#play-button_container {
		margin-left: -35px;
		margin-top: -32px;
		width: 70px;
		height: 70px;
	}
	
		#pbc_no-anim {
		margin-left: -35px;
		margin-top: -32px;
		width: 70px;
		height: 70px;
	}

	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
		padding-top: 15%;
	}
	.movie_box {
		width: 100%;
	}


	.top-left {
		display: block;
		margin: 0 0 20px 0;
		width: 100%;
		text-align: center;
	}
	h1.main-title {
		font-size: 33px;
	}
	.top-right {
		display: block;
		text-align: center;
		width: 50%;
		margin: 22px auto 22px auto;
		padding: 0 0 0 0;
	}
	img.brand-logo {
		align-self: center;
		height: 44px;
		width: auto;
		margin: 2px 2px 2px 2px;
	}
}

@media only screen and (max-width: 479px) {
	

	
	.top-left {
		margin: 0 0 12px 0;
		padding: auto;
		width: 100%;
	}
}