@charset "utf-8";

/*
---------------------------------------------------------------------------------------------------- 
	Fonts
----------------------------------------------------------------------------------------------------
*/

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont-1.eot') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont-1.eot') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont-1.eot') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont-1.eot') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Socicon';
    src: url('fonts/Socicon-webfont.eot');
    src: url('fonts/Socicon-webfont-1.eot') format('embedded-opentype'),
         url('fonts/Socicon-webfont.woff') format('woff'),
         url('fonts/Socicon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
---------------------------------------------------------------------------------------------------- 
	Defaults and resets
----------------------------------------------------------------------------------------------------
*/

html, body, app {
	height: 100%;	
}

body {
	color: #000000;
	font-size: 14px;
	line-height: 1.5;		
	overflow-y: scroll;	
	font-weight: normal;
	font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;	
}

a:hover {
	color: inherit;
	text-decoration: underline;	
}

a:focus {
	color: inherit;
	text-decoration: underline;	
}

h1, h2, h3 {
	line-height: 1.1;
	font-weight: normal;
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;	
}

b, strong {
	font-weight: normal;
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;	
}

i, em {
	font-style: normal;		
	font-family: "open_sansitalic", Arial, Helvetica, sans-serif;	
}

b i, strong i, i b, i strong,  b em, strong em, em b, em strong {
	font-style: normal;	
	font-weight: normal;	
	font-family: "open_sansbold_italic", Arial, Helvetica, sans-serif;	
}

label {
	font-weight: normal;	
}

.list-heading {
	display: block;	
	margin-bottom: 5px;
	text-align: left !important;
}

.list {
	padding: 0px;
	margin: 0px 0px 15px;	
	list-style-type: none;	
}

.list li {
	padding: 5px 0px;
	text-align: left !important;	
	border-top: solid 1px #000000;	
}

.component-image, .module-image {
	width: 100%;	
	display: block;
}

.component-image img, .module-image img {
	width: inherit;	
	display: block;
}

.icon, .icons {
	font-weight: normal;
	font-family: "Socicon", Arial, Helvetica, sans-serif;	
}

/*
---------------------------------------------------------------------------------------------------- 
	Forms
----------------------------------------------------------------------------------------------------
*/

input, select, textarea {
	width: 100%;
	-webkit-appearance: none;	
	-moz-appearance: none;	
	appearance: none;
}

option {
	padding: 0;
}

input[type='image'] {
	margin: 0;
	padding: 0;	
	width: auto;
	height: auto;
}

/*
---------------------------------------------------------------------------------------------------- 
	Pagination
----------------------------------------------------------------------------------------------------
*/

.con-pagination {
	width: 100%;	
}

.con-pagination td:first-child, .con-pagination td:last-child  {
	width: 40px;	
}

.con-pagination td {
	text-align: center;	
	vertical-align: middle;
}

.con-pagination td > * {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	display: inline-block;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 0px;
}

.con-pagination td > *:first-child {
	border-width: 1px 1px 1px 1px;
}

.con-pagination td > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000000;
}

.con-pagination td.numbers a {
	margin: 0px 0px;
}

.con-pagination td.numbers a.selected {
	color: #fff;
	background-color: #000000;
}

/*
---------------------------------------------------------------------------------------------------- 
	Lightbox
----------------------------------------------------------------------------------------------------
*/

#lightbox {
	top: 0px; 
	left: 0px;
	border: none;
	display: none;
	position: fixed; 
	z-index: 1000000;	
	background: url("graphics/background_lightbox.png");	
}

#lightbox, #lightboxWrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;		
}

#lightboxContainer {
	position: relative;	
	display: inline-block;
	background-color: #FFFFFF;
}

#lightboxContent {	
	padding: 30px;
	border: solid 5px #FFFFFF; 
	box-shadow: inset 0px 0px 0px 1px #000000;			
}

.lightbox-close {
	top: 15px;
	right: 15px; 
	width: 13px; 
	height: 13px; 
	display: block;
	position: absolute; 
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("graphics/button_lightbox_close.png");	
}

.lightbox-close:hover {
	background-position: bottom left;	
}

/*
---------------------------------------------------------------------------------------------------- 
	Messages
----------------------------------------------------------------------------------------------------
*/

.message {
	padding: 20px;
	border-width: 1px;	
	border-style: solid;
	margin-bottom: 20px;	
}

.message h3 {
	margin: 0px;
	color: inherit !important;
}

.mes-error {
	color: #ff5050;
	border-color: #ff5050;
	background-color: #ffdada;
}

.mes-success {
	color: #58ca34;
	border-color: #58ca34;
	background-color: #dfffd5;
}

/*
---------------------------------------------------------------------------------------------------- 
	Media queries
----------------------------------------------------------------------------------------------------
*/

@media (min-width: 992px) { 

	body {
		font-size: 16px;
	}
}