
/* element styles */

html {
	overflow: scroll;
	height:100%;
}

body{
	margin: 0;
	padding: 0; 
	background:  #fff;
	font-size: 150%;
	height: 100%;
}	 

div {
	font-family: roboto, arial,  verdana, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #555;
}

p {
	font-family: roboto, arial,  verdana, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #555;
	margin: 0 0 15px 0;
	line-height: 120%;
}

li {
	font-size: 100%;
	color: #555;
}

td {
	font-size: 100%;
	color: #555;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	font-size: 100%;
	color: #0093d0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: roboto, arial,  verdana, sans-serif;
	font-size: 150%;	
	color: #0093d0;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 300;
}

h2 {
	font-family: roboto, arial,  verdana, sans-serif;
	font-size: 150%;	
	color: #0093d0;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 300;
	text-align: center;
}

h3 {
	font-family: roboto, arial,  verdana, sans-serif;
	font-size: 130%;	
	color: #0093d0;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 300;
}


h4 {
	font-family: roboto, arial,  verdana, sans-serif;
	font-size: 110%;	
	color: #0093d0;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 300;
}

form {
	margin: 0;
}

textarea {
	font-family: roboto, arial,  verdana, sans-serif;
	font-size: 100%;
	font-weight: 300;
}


/* page element styles */ 

#top_bar {
    width:100%;
    height:100%;
}

#top_logo {
	display: block;
}

#main {
	background: #fff;
}

#home_page {
	padding: 50px 0 50px 0;
}

video { 
	display: block; 
} 

video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../video/montage.jpg) no-repeat;
	background-size: cover;
}

.divider {
	display: block;
	height: 191px;
	background: url(../images/site/divider.png) center center no-repeat;	
}

#showreel_icon {
	display: block;
	background: url(../images/site/showreel.png) top left no-repeat;
	width: 127px;
	height: 106px;
	margin: 200px auto 0 auto;
}

#showreel_icon:hover {
	background: url(../images/site/showreel.png) bottom left no-repeat;
}
	
.nav_item {
	font-family: roboto, arial,  verdana, sans-serif;
	color: #fff !important;
	font-weight: 300 !important;
	padding: 0 15px 0 15px;
	font-size: 130% !important; 
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.nav_item:hover, .nav_item_active {
	font-family: roboto, arial,  verdana, sans-serif;
	color: #0093d0 !important;
	font-weight: 300 !important;
	padding: 0 15px 0 15px;
	font-size: 130% !important;
	text-decoration: none !important;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
	
#footer {
	clear: both;
	padding: 0 0 20px 0;
	font-size: 60%;
}

#footer a {
	color: #535154;
}
	
#footer_left {
	float: left;
	width: 80%;
}

#footer_right {
	float: right;
	text-align: right;
	width: 20%;
}

.client_logo {
	float: left;
	margin: 50px 8px 0 8px;
}

.blue {
	color: #0093d0;
} 

#contact_details .email {
	margin: 0 0 30px 0;
	background: url(../images/site/email-icon.png) left center no-repeat;
	padding: 0 0 0 40px;	
}

#contact_details .phone {
	margin: 0 0 30px 0;
	background: url(../images/site/phone-icon.png) left center no-repeat;
	padding: 0 0 0 40px;	
}

#contact_details .mobile {
	margin: 0 0 30px 0;
	background: url(../images/site/mobile-icon.png) left center no-repeat;
	padding: 0 0 0 40px;	
}

#contact_details .twitterx {
	margin: 0 0 30px 0;
	background: url(../images/site/twitterx-icon.png) left center no-repeat;
	padding: 0 0 0 40px;	
}

#contact_details .facebook {
	margin: 0 0 30px 0;
	background: url(../images/site/facebook-icon.png) left center no-repeat;
	padding: 0 0 5px 40px;	
}

/* popup */

#cover {
	background: #000;	
	position: fixed; 
	z-index: 98; 
	top: 0px; left:0px; 
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80); 
	opacity: .8;
    display: none;
}

.button {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #0093d0;
	padding: 10px 20px;
	font-size: 110%;
	cursor: pointer;
	margin: 20px auto 20px auto;
	border: 0;
	transition: background-color 0.3s;
}	

.button:hover {
	text-decoration: none;
}

/* form styles */


.user_form .row_0 {
	background-color: #fff;
}

.user_form .row_1 {
	background-color: #fff;
}

.user_form .row_section {
	background-color: #fff;
}

.user_form .row_section td {
	border: 0 !important;
	padding-top: 30px;
}

.user_form .cell {
	padding: 20px 0px 3px 0px;
}

.user_form .cell_left {
	padding: 20px 15px 3px 0px;
}

.user_form .cell_right {
	padding: 20px 0px 3px 0px;
}


.user_form .cell_span {
	border-bottom: 0;
	padding: 3px 10px 3px 10px;
}

.user_form .error {
	display: block;
	color: #c00;
	font-weight: bold;
}

.user_form .input_box {
	width: 300px;
	background: #c4e3f5;
	border: 0;
	height: 30px;
	font-size: 100%;
}

.user_form .input_box_200 {
	width: 300px;
}

.user_form .input_box_small {
	width: 80px;
}

.user_form form {
	margin: 0px;
}

.user_form select {
	width: 300px;
}

.user_form .textarea {
	width: 300px;
	height: 130px;
	background: #c4e3f5;
	border: 0;
}

.user_form .textarea_small {
	width: 300px;
	height: 50px;
	font-family: verdana;
	font-size: 100%;
}

.user_form .section {
}	

.user_form h3 {
	padding: 20px 0 0 0;
}

.user_form .select_box_200 {
	width: 300px;
}

.user_form .submit {
	background: #0093d0;
	color: #fff;
	padding: 5px 30px;
	border: 0;	
	font-size: 110%;
	margin: 0 0 0 145px;
}


/* general styles */

.padded_img img {
	padding: 0;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

/* cookie preferences */

#cookie_popup_message {
	display:  none;
	position: fixed; 
	z-index: 9999; 
	bottom: 20px; 
	left: 20px; 
	width: 310px; 
	background-color: #ffffffcc; 
	padding: 10px;  
	border-radius: 5px; 
	box-shadow: 0 0 1px #00000066;
}

#cookie_popup_message p {
	font-size: 85% !important; 
	color: #000; 
	margin: 0 0 10px 0;
}

#cookie_options {
	display:  flex;
	flex-direction: column;
}

.cookie_options_row {
	display:  flex;
	flex-direction: row;
}

.cookie_options_label {
	font-size: 85% !important; 
	font-weight:  bold;
	margin: 0 20px 20px 0;
}

.cookie_options_yes,
.cookie_options_no {
	display:  block;
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 3px 15px 0 15px; 
	height:  22px;
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
	margin:  0 10px 0 0;
}

.cookie_options_no {
	background: #666; 
}

.cookie_options_yes {
	background: #666; 
}

.cookie_options_yes:hover,
.cookie_options_no:hover {
	text-decoration: none; 
}

.cookie_options_no:hover,
.cookie_options_no.active {
	background: #c33; 
}

.cookie_options_yes:hover,
.cookie_options_yes.active {
	background: #3c3; 
}

#cookie_accept_all,
#cookie_set_preferences {
	background: #666; 
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 5px 25px; 
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
}

#cookie_accept_all:hover,
#cookie_set_preferences:hover {
	background: #000; 
}

/* admin nav bar styles */

#admin_navbar {
	position: fixed; 
	top: 0; 
	right: 10px; 
	height: 50px; 
	background: -moz-linear-gradient(top, #e7e9eb 0%, #d8dade 100%); 
	background: -webkit-linear-gradient(top, #e7e9eb 0%,#d8dade 100%) ; 
	background: linear-gradient(to bottom, #e7e9eb 0%,#d8dade 100%); 
	border: 1px solid #e7e9eb;
	box-shadow: 0 0 5px rgba(0,0,0,0.4); 
	z-index: 9999999;
	padding: 10px;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.admin_navbar_icon {
	color: #fff;
	margin-right: 10px;
	opacity: 0.6;
	width: 48px;
	height: 48px;
}

.admin_navbar_icon img {
	width: 48px;
	height: 48px;
}

.admin_navbar_icon:hover {
	color: #fff;
	margin-right: 10px;
	opacity: 1;
}

#admin_navbar .admin_navbar_hassubnav {
	font-size: 85%;
	color: #000;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav {
	display: none;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav span,
#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav a  {
	display: block;
	color: #000;
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	height: auto;
}

#admin_navbar .admin_navbar_hassubnav:hover .admin_navbar_subnav {
	display: block;
	position: absolute;
	top: 60px;
	left: 175px;
	width: 150px;
	background: #d8dade; 
	padding: 10px;
}

#admin_navbar_extended {
	float: left; 
	height: 50px;
	overflow-y: hidden;
	width: 0;
}

#admin_navbar_icon {
	float: left;
	margin: 0;
}
	
@keyframes slide_out {
	0%   { width: 0px; }
	100% { width: 380px; }
}

.slide_out {
	animation-name: slide_out;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slide_in {
	0%   { width: 380px; }
	100% { width: 0px; }
}

.slide_in {
	animation-name: slide_in;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}


@-webkit-keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}