@CHARSET "UTF-8";

* {
	box-sizing: border-box;	
}

* {margin:0;padding:0;} 

BODY {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 15px;	
	font-weight: 400;
	color: #3c3c3b;
	overflow-y: scroll;
	
}

HEADER {
	
	box-sizing: border-box;
	background: #1F3D82;
	width: 100%;
	position: relative;
	border-bottom: 3px solid #B0CB0A;
	color: white;
	
}


#headcontent {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
	padding: 0px;
	box-sizing: border-box;
	padding-top: 15px;
	
}


#logo {
	display: block;
	
	width: 26%;
	max-width: 230px;
	min-width: 150px;
	position: relative;
	background: url('/images/oscarlogo.png');
	background-size: contain;
	background-repeat: no-repeat;
	
	background-position: center;
	
	cursor: pointer;
	z-index: 200;
	margin: 0 20px 15px;
}

#logo:after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 36%;
	
}
	

#logo A {
	xposition: absolute;
x		top: 0;
x		left: 0;x
		xright: 0;
		xbottom: 0;
}

#premenu {
	text-align: right;
	margin-bottom: 5px;
	
	padding-right: 10px;
}

#premenu A {
	font-weight: 100;
	color:white;
	padding: 0 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #B0CB0A;
}

#premenu A:last-child {
	padding-right: 10px;
}

#premenu A:hover {
	color: #B0CB0A;
}


#premenu A:hover {
	color: white;
}

 #usermenu {
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
	margin-bottom: 5px;
}

#usermenu Ax {
	color: #1F3D82;
	background: white;
	font-weight: 500;
	font-size: 12px;
	padding: 0 7px;
	
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	
}

#usermenu A:hover {
	xbackground: #B0CB0A;
	xcolor: white;
}

#headsearch {
	display: inline;
	line-height: 10px;
}

#headsearch FORM {
	margin: 0;
	padding: 0;
	xpadding-right: 10px;
	xpadding-bottom: 3px;
	text-align:right;
	display: inline;
	line-height: 10px;
}

#headsearch INPUT {
	padding: 5px;
	font-size: 12px;
	margin: 0px;
	border-bottom: none;
	width: 45%;
	max-width: 300px;
	font-family: 'Montserrat', 'sans-serif';
	border-bottom: 2px solid #B0CB0A;
}





#social {
	display: inline-block;
}

#social A {
	display: inline-block;
	xvertical-align: middle;
	vertical-align: -4px;
	line-height: 25px;
	width: 20px; 
	height: 20px;
	background-image: url('/images/fb.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#social A.tw {
	background-image: url('/images/tw.png');
}

#social A.in {
	background-image: url('/images/in.png');
}

#social A.ig {
	background-image: url('/images/insta.png');
}

#social A.gp {
	background-image: url('/images/g+.png');
}

#social A.pt {
	background-image: url('/images/pt.png');
}


@media only screen and (max-width: 1000px) {
	
	#headsearch INPUT {
		font-size: 1.2vw;
		padding: 3px;
	}
	
	#premenu A {
		font-size: 1.5vw;
		line-height: 1em;
	}
	
	#social A {
		width: 15px;
		height: 15px;
	}

	#usermenu A.button {
		font-size: 1.2vw;
	}
	
	
	
}


FORM#searchForm {
	text-align: right;	
}

FORM#searchForm INPUT[type="text"] {
	font-size: 14px;
	border-radius: 5px;
	font-family: 'futura-pt', 'Futura Std', sans-serif;
	border: 1px solid;
	padding: 5px;
	width: 230px;
	color: #777777;
	
	background-image: url(/images/search.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 30px;
}


#headmenu {
		
}

@media only screen and (max-width: 1000px) {
	
	#logowrap {
		xwidth: 22.3%;
	}
	
}

@media only screen and (max-width: 700px) {
	
	x#header {
	
		position: fixed;
		background: #38aae1;
		background-image: none;
		height: auto;
		z-index: 9999;
	}
	
	#xmain {
		padding-top: 95px;
	}
	
	FxORM#searchForm {
		width: 150px;
	}
	
}

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

	#barcontent #slogan {
		display: none;
	}
	
	
	
	
}


@media only screen and (max-width: 400px) {
	
	#header #social {
		display: none !important;
	}
	
}


.fullwidthblock {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	box-sizing: border-box;	
	padding: 0 20px;
}

.fullwidthblock .fullwidthblock {
	padding: 0;
}


.stretch {
	display: inline-block;
	width: 100%;
	line-height: 1px;
	font-size: 1px;
	height: 0px;
}


.contentheader {
	
	width: 100%;
	max-width: 1200px;
	min-height: 154px;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 100;
	margin: 0px auto 20px;
	
	
}

.contentheader:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 30%;
}

.contentheader .overlay H1 {
	color: white;
	padding: 0 20px; 
	font-weight: 500
}

.contentheader .overlay {
	position: absolute; 
	top: 0px;
	bottom: 0px; 
	width: 100%; 
	font-weight: 900; 
	xpadding: 200px 0 20px; 
	xcolor: white; 
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.header_info {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
}

.contentheader.noimg {
	height: auto;
	margin-bottom: 20px;
	overflow: visible;
	position: relative;
	min-height: auto;
}

.contentheader.noimg:after {
	display: none;
}

.contentheader.noimg .overlay {
	background-image: none;
	padding: 00px 0 0px; 
	position: relative;
	color: inherit;
	
}

.contentheader.noimg .header_info {
	position: static;
}

.contentheader.noimg .overlay H1 {
	color: inherit;
	padding: 0 0px; 
	font-weight: 500;
}

.contentheader.noimg .overlay #breadcrumbs {
	padding-left: 0px;
} 

.contenttitle {
	
	width: 100%;
	padding-top: 20px;
	
}

.contenttitle H1 {
	color: white; 
	padding: 0 20px; 
	font-weight: 500
}

.pagebody {
	
	margin-top: 0;
	
}

A {
	font-weight: 700;
	color: #B0CB0A;	
}





.content P, .contentbody LI {
	margin: 10px 0;
	line-height: 1.4em;
}

.content UL, .content OL {
	margin: 10px 30px;
}

.content A {
	color: #B0CB0A;
}

.content H2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.content H2:first-child {
	margin-top: 0px;
}

.contentbody {
	xdisplay: inline-block;
	xmargin-top: -50px;	
	xposition: relative;
	xz-index: 1000;
	background: #ffffff;
	overflow: auto;
	
	box-sizing: border-box;
	padding: 20px;
	background: white;
	margin-bottom: 20px;
}

.contentbody IMG {
	max-width: 100% !important;
	height: auto !important;
}

.contentbody P, .contentbody SPAN {
	font-family: 'Montserrat' !important;
	letter-spacing: 0pt !important;
	
	word-break: break-word;
	
}

.content.nohead .contentbody {
	margin-top: 20px;
	xmin-height: 400px;	
}

.contentbody P:first-child {
	margin-top: 0;	
}

.panels {
	
	margin-right: 20px;
	max-width: 250px;
	float: left;
	width: 25%
}

.panels#refine {
	width: 300px;
}


@media only screen and (max-width: 700px) {
	
	.content {
		display: table;
	}
	
	.panels {
		display: table-footer-group;
		float: none;
	}
	
	.contentbody {
		padding: 20px 0 0;
	}
	
	
	#footer #contact {
		display: table;
		width: 100%;
		margin-left: 0 !important;
	}
	
	#footer #contact #footinfo {
		text-align: center;
		padding: 20px;
	}
	
	#footer #contact #credits {
		display: table-footer-group;
		float: none;
	}
	
}


.lowercontent {
	background: #4481a8;
	xpadding: 20px 0;
}

.lowercontent P, .lowercontent H2, .lowercontent {
	line-height: 1.4em;

}

.lowercontent P {
	margin:0px;
}



.lowercontent #reviews {
	text-align: justify;
	white-space: collapse;
}

.lowercontent #reviews .review {

	background-image: url('/images/quotes.png');
	background-repeat: no-repeat;
	background-size: 28px 26px;
	background-position: 10px 10px;
	width: 50%;
	padding: 10px 50px;
	padding-left: 50px;
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

.lowercontent #reviews .review .review_source {
	text-align: right; 
	font-size: 14px;
	font-weight: 500;
}


@media only screen and (max-width: 500px) {
	
	.lowercontent #reviews .review {
	
		width: 100%;
	
	}
		
}

.bc_wrap {
	background: #B0CB0A;
	padding: 6px 0 3px;
}

#breadcrumbs {
	
	
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 20px;
	
	font-weight: 100;
	font-size: 12px;
	line-height: 1em;
	color: #B0CB0A;
	
	position: relative;

	color: white;
	
}

#breadcrumbs A {
	font-size: 12px;
	line-height: 1em;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
	color: #777777;
	color: white;
}

#breadcrumbs A:hover {
	color: white;
	
}

.contentheader.noimg #breadcrumbs A:hover {
	color: #065193;
}

strong, b {
	font-weight: 700;
}

.styledSelect {
		display: inline-block;
		vertical-align: 0px;
		margin-left: 0px;
		border: 1px solid #cccccc;
		padding: 6px;
		background-position: right 10px center;
		background-image: url('/images/styledselect.png');
		background-repeat: no-repeat;
		background-size: 17px 16px;
		background-color: white;
		border-bottom: 2px solid rgba(31, 61, 130, 0.5) !important;
		xmax-width: 400px;
		xwidth: 100%;
	}
	
.styledSelect SELECT {
		background: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 0;
		border-radius: 0;
		font-family: 'Montserrat', 'serif';
		color: #333;
		font-size: 14px;
		outline: none;
		
		padding-right: 23px;
	}

H1, H2 {
	font-weight: 700;
	margin-top: 0px;
	line-height: 1em;
	color: ##1F3D82;
	font-weight: normal;
}

H1 {
	font-size: 32px;
	font-weight: 400;
}

H2 {
	margin-top: 10px;
}

P {
	margin: 10px 0;
}


#footer, #footer A {
	color: white;	
}



.gallery {
	border-top: 3px solid #B0CB0A;
	border-bottom: 3px solid #B0CB0A;
	margin-top: 20px;
}

.gallery #lbPanel {
	line-height: 1px;
	font-size: 1px;
	text-align: center;
	box-sizing: border-box;
}

..gallery #lbPanel INPUT {
	display: none;
}

.gallery .lightboxThumbnail {
	width: 17%;
	margin: 1%;
	display: inline-block;
	box-sizing: border-box;
}





#footer {
	background: #1F3D82;
}


#footcontent {
	position: relative;
	padding-top: 40px; 0;
	xtop: -110px;
	padding-bottom: 30px;
	
}

#footwrap {
	width: 100%;
}

#footwrap #social {
	
	display: block;
	text-align: center;
	margin-top: 20px;
	
}

#footwrap #social A {
	width: 25px;
	height: 25px;
	margin: 0 10px;
}
/*
#footlogo {
	display: block;
	margin: 0px auto 10px;
	background-image: url('');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 127px;
}

#footlogo:after {
	content: '';
	display: block;
	padding-top: 51.1%;
	width: 100%;
}*/


#footer #contact {
	text-align: left;
	line-height: 1.2em;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
}



#footer #credits, #footinfo {
	margin-top: 10px;
	text-align: center;
	
}

#footinfo {
	font-size: 12px;
	margin-top: 40px;
}

#footer #credits {
	margin-top: 20px;
}

#footer #credits A {
	color: white;
	font-size: 11px;
	text-decoration: none;
	
}

#footer #credits IMG {
	width: 55px;
	margin-left: 3px;
	vertical-align: -3px;
}


/* FORM CSS */

FORM {
	width: 100%;
	xmax-width: 600px;
	padding: 20px;
	
}

FORM DL DT {
	font-weight: 500;
}

FORM DL DD INPUT[type="text"], FORM DL DD TEXTAREA {
	width: 100%;
	padding: 3px;
	xborder-radius: 5px;	
	xborder: 1px solid #999;
	
	border: 0;
	border-bottom: 2px solid #cccccc;
	
	font-size: 14px;
	font-family: Montserrat, serif;
	outline: none;
	padding: 6px;
}

.cke_chrome {
	border: 0 !important;
	border-bottom: 2px solid #cccccc !important;
}

FORM DL DD TEXTAREA {
	height: 200px;
}

FORM DT {
	font-size: 16px;
	margin-bottom: 5px;
	
}



INPUT[type='checkbox'] {
	margin-right: 10px;
}


FORM DL DD {
	margin-bottom: 10px;
}

FORM DL DT#submit-label {
	display: none;
}

FORM DL DD INPUT[type='submit'], FORM DL DD BUTTON  {
	font-size: 16px;
	float: right;
	margin-left: 30px;
}

UL.errors, DIV.errorwarn {
	list-style: none;
	padding: 10px;
	background: rgba(255,100,100,0.7);
	margin: -2px 0 10px;
	border: none;
	border-bottom: 2px solid rgba(200,100,100,0.9);
	width: 100%;
	color: white;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	
}

#LTFfinance-element UL.errors, 
#LTFactivity-element UL.errors,
#LTFduration-element UL.errors {
	column-span: all;
	margin-top: 10px;
}

DIV.errorwarn {
	font-weight: 600;
}

UL.errors LI {
	margin: 0px !important;
}



FORM DT LABEL.required {
	font-weight: 700;
	display: block;
	position: relative;
}

FORM DT LABEL.required:after {
	content: '(required)';
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}

INPUT[type='text'], INPUT[type='password'] {
	border: 0;
	border-bottom: 2px solid #cccccc; 
	padding: 5px; 
	width: 100%;	
}

INPUT[type='password'] {
	padding: 7px;
}

.ui-widget {
	font-family: Montserrat, Arial, sans-serif !important;
}


.actionhighlight {
	
	border: 1px solid #B0CB0A;
	border-radius: 5px;
	background: rgba(176, 203, 10, 0.1);
	
	text-align: center;
	font-weight: bold;
	padding: 20px;
	
}

.actionhighlight a.button {
	margin: 10px 20px 0;
}

/* clearfix css */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-size: 12px;
}