/* =============================================================================
   Project notes
   ========================================================================== */

/**
 * @fileoverview projectName style sheet
 * @version 1.0.0 (05-OCT-2012)
 * @author Filip Mareš
*/

/*
  CSS structure partialy based on OOCSS principles and on SMACSS guidelines.
  http://oocss.org/
  http://smacss.com/
*/

/* CSS definitions order
--------------------------

@media all					Base styles - Project notes, Reset, Forms, Generic snippets
@media all					Fonts - Embeded web fonts and fonts usage declarations
@media all					Images - Images embeded as base64 data URI
@media print				Print styles - Base styles for printing devices
@media screen,projection	Layout styles - Major page structures and grids (wrappers and grids)
@media screen,projection	Module styles - Smaller reusable components of a page (modules and snippets)
@media screen,projection	Theme styles - Specific modules placement styles (combination of wrappers, modules and snippets)
@media all					State styles - Media queries, JavaScript states and animations

*/

/* Naming conventions
--------------------------

ClassNames would be all lower case, words separated by hyphen character (-).

Snippets	Classnames with no prefix
Modules		ClassNames with "m-" prefix
Wrappers	ClassNames with "w-" prefix
Grids		ClassNames with "g-" prefix

*/

/* Used colors
--------------------------

#000 - black 
#343434 - near black
#00559A - bright blue
#E4E5E9 - light grey

#666 - dark grey
#777 - grey
#999 - light grey
#aaa - very light grey
#fff - white
#e5e5e5 - silver
#f5f5f5 - smoke
#093d93 - dark blue
#34b4f1 - bright blue
#71cbF5 - light blue
#c2e8fb - very light blue

*/


/* =============================================================================
   Reset styles
   ========================================================================== */

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body, button {
	font: 82.5%/1.8em Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font: 82.5% Arial, sans-serif;
}
body {
	margin: 0;
    padding: 0;
    color:#454545;
}
a {
	color: #00559A;
	text-decoration: none;
}
a:hover { text-decoration:underline;}
a:focus { text-decoration:underline;}
a:visited { color:purple; }
a[rel*=external]:not([class*=noglyph]) { display:inline-block; background:url('../../img/front/ico/link-external-sm.png') no-repeat right; padding-right: 13px;}
nav[role=navigation] a:visited { color: #00559A;}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

h1 
{
    padding-bottom:0.4em;
    line-height:1.05em;
    font-weight:normal;
    font-size:2.3em;    
    border-bottom:1px solid #E4E5E9;
}

h2 
{
    margin-bottom:0.5em;
    font-weight:normal;
}

h3 
{
    margin-bottom:0.1em;
    margin-top:0.6em;
    font-weight:normal;
    font-size:1.30em;   
}
h4 
{
    margin-bottom:0;
    margin-top:0.4em;
    font-weight:normal;
    font-size:1.15em;   
}
h5 
{
    margin-bottom:0;
    margin-top:0.4em;
    font-size:1em;   
}

hr 
{
      border: 0 none;
  border-bottom: 1px solid #E4E5E9;
}

p 
{
    margin-top:0;
    text-align:justify;
    }

abbr[title] {
	border-bottom: 1px dotted;
}
figure {
	margin: 0.5em 1.5em;
}
details summary::-webkit-details-marker {
	display: none;
}
/*table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.6em;
	font-size: 1.8em;
	caption-side: top;
}
table th, table td {
	border: 1px solid #ffffff;
	padding: 0.45em;
}
table td {
	vertical-align: middle;
	background-color:#E6E7EA;
}

table th {
	background-color:#CCDDEB;
}
table tfoot td {
	border: none;
	font-style: italic;
	color: #777;
	text-align: left;
}*/
svg:not(:root) {
	overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
article h2, article h3, article h4, article h5 { color:#00559A;}
article hgroup 
{
    padding-bottom:0.4em;
    border-bottom:1px solid #E4E5E9;
}
article hgroup h1 { border:0 none; margin-bottom:0; padding-bottom:0;}
article hgroup h2 { margin:0; padding:0; color:#353535; font-size:1.2em;}
article ul
{
	margin-left: 0;
	padding-left: 0px;
	list-style:none;
}

article ul ul
{
	margin-left: 1.2em;
}

article UL > LI { padding-left:1.3em; list-style-position:outside; margin-bottom:0.2em;}
article UL UL > LI { padding-left:1em; list-style-position:outside; margin-bottom:0.1em;}

audio, canvas, video {
	display: inline-block;
}

/* =============================================================================
   General classes
   ========================================================================== */
 .audible { position:absolute; top:-9999px; left:-9999px;}  
 .clearfix { clear:both; font-size:0px; height:0px;}

/* =============================================================================
   Base form styles
   ========================================================================== */

/** Browser specific reset styles **/

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9
 */
legend {
	border: 0;
	padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #454545;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #454545;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #454545;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #454545;
}

/*
 * 1. Align radios with their label
 * 2. Align checkboxes with their label
 * 3. Align inputs with their label in IE6/7 
 */
/*
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;
}
input {
	_vertical-align: text-bottom;
}
*/

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
	line-height: normal;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
	overflow: auto;
	resize: vertical;
}

/*
 * Consistent search box appearance
 */
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/** Form fields basic styles **/

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-ms-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-style: inset;
	border-width: 1px;
	border-bottom-color: #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	background-color: #fff;
	display: block;
	max-width: 100%;
	height: 2em;
	text-align: left;
	vertical-align: top;
	color: #454545;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0.5em;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	padding: 0;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
select[size="0"],
select[size="1"] {
  height: 2em;
}
textarea {
  min-height: 4em;
}
optgroup {
  color: #333;
  font-style: normal;
  font-weight: normal;
}

/** Form fields focus styles **/

textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	color: #454545;
	z-index: 1;
}

/** Form fields disabled styles **/

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #999;
  cursor: default;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #f5f5f5;
}

/** Form fields required & invalid styles **/
.required label:after {
    content: '*';
}
.invalid input, .invalid select, .invalid textarea {
	background-color: #fdd;
}

/** Form fields placeholder styles **/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input.placeholder_text,
textarea.placeholder_text {
  color: #999;
}

/** Button styles **/

.btn-default 
{
    
    width:159px;
    height:29px;
    line-height:29px;
    border:none;
    color:#fff;
    font-size:15px;
    background:none;
    cursor: pointer;
    
}
a.btn-default { display:block; text-align:center;}
a.btn-default:hover { text-decoration:none;}
a.btn-default:visited { color: #ffffff;}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-ms-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
}
.button {
	display: inline-block;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	vertical-align: baseline;
}
.button a, .button input {
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1.4em;
	line-height: 1em;
	min-height: 0;
	overflow: visible;
	padding: 8px 15px 7px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #34b4f1;
	text-transform: uppercase;
}
.button input {
	height: 29px;
	padding-top: 7px;
}
.button a, .button a:hover, .button a:focus, .button a:active {
	text-decoration: none;
}

/* Remove internal padding in inputs in Firefox
------------------------ */
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  padding: 0;
  border: none;
}

/* =============================================================================
   Generic snippet styles
   ========================================================================== */
