/* ========================================================================== */
/* CssReset
/* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section
{
	display: block;
}

body
{
	line-height: 1;
}

ol, 
ul
{
	list-style: none;
}

blockquote, 
q
{
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * 1. Always force vertical scroll
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 * 3. For animations
 */
html
{ 
/*	font-size: 100%; 
/*	overflow-y: scroll; /* 1  */ 
/*	-ms-text-size-adjust: 100%; /* 2 */
/*	-webkit-text-size-adjust: 100%; /* 2 */
/*	-webkit-font-smoothing: antialiased; 
/*	overflow-x: hidden; /* 3 */
}


/* ========================================================================== */
/* Typography
/* ========================================================================== */
body
{
	overflow-x: hidden; /* 1 */
	background-color: #fff;
	color: #6d6d6d;
	font: 14px "PT Sans", Arial, sans-serif; 
	line-height: 22px;	
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6
{
	color: #000;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a
{ 
	color: #000;
	font-weight: inherit; 
}
	
h1
{
	margin-top: -8px;	 
	margin-bottom: 25px;	 
	font-size: 32px; 
	line-height: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}
	
h2
{
	margin-bottom: 20px; 	
	font-size: 30px; 
	line-height: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700; 	
}
	
h3
{
	margin-bottom: 15px; 
	font-size: 24px; 
	line-height: 36px;
	font-weight: 700; 	
}
	
h4
{
	margin-bottom: 10px;
	font-size: 20px; 
	line-height: 27px;   
}
	
h5
{ 
	margin-bottom: 7px;
	font-size: 16px; 
	line-height: 24px; 
}
	
h6
{ 
	margin-bottom: 5px;
	font-size: 13px; 
	line-height: 24px; 
}
	
p
{
	margin-bottom: 20px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: 700;
}

small
{
	font-size: 90%;
}
	
sub
{ 
	vertical-align: sub; 
	font-size: 75%; 
}
	
sup
{ 
	vertical-align: super; 
	font-size: 75%; 
}
	
	
p.last,
h1.last,
h2.last,
h3.last,
h4.last,
h5.last
{
	margin-bottom: 0;
}
	
@media (max-width: 767px)
{
	/* Hide background on mobile devices */
	body
	{ 
		background: none; /* 1 */
		background-color: #fff; 
	}
	
	p.last, 
	h1.last, 
	h2.last, 
	h3.last, 
	h4.last, 
	h5.last, 
	address.last
	{
		margin-bottom: 20px;
	}
}


#content_pravilniki h1
{
	margin-bottom: 20px;	 
	font-size: 40px; 
	line-height: 55px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}



/* ========================================================================== */
/* Typography - Links
/* ========================================================================== */
a
{ 
	color: #5195be;
	text-decoration: none; 
}
	
a:visited
{ 
	text-decoration: none; 
}

/* Remove the gray background color from active links in IE 10. */
a:active
{
	background: transparent; /* 1 */
}
	
a:hover, 
a:focus
{
	outline: 0; 
	text-decoration: underline;
}	
	
	
	
/* ========================================================================== */
/* Typography - Lists
/* ========================================================================== */
	
ul, 
ol
{ 
	margin-bottom: 20px;
	list-style-position: inside; 
}

ul ul, 
ul ol, 
ol ol, 
ol ul
{ 
	margin-bottom: 0; 
	margin-left: 30px; 
}

li {}

ul
{
	list-style-type: disc;
}

ol
{
	list-style-type: decimal;
}

/* List Helper Classes */

ul.last,
ol.last
{
	margin-bottom: 0;
}

@media (max-width: 767px)
{
	ul.last, 
	ol.last { margin-bottom: 20px; }
}

/* ========================================================================== */
/* Typography - Images
/* ========================================================================== */
	
img
{ 
	border: none; 
}

/* Images Helper Classes */
.img-align-left
{ 
	float: left;
	margin: 5px 10px 0 0;  
}

.img-align-right
{ 
	float: right;
	margin: 5px 0 0 10px; 
}

/* ========================================================================== */
/* Typography - Tables
/* ========================================================================== */

table
{ 
	width: 100%;
	margin-bottom: 20px; 
	border-collapse: collapse; 
	border-spacing: 0; 
	background-color: transparent; 
}

caption
{ 
	margin: 20px 0;
	text-align: center; 
}

table th, 
table td
{
	padding: 15px 8px; 
	border-top: 1px solid #b4bfc3;
	text-align: center;
	vertical-align: top; 
}

table th
{ 
	border-top: none;
	background-color: #5195be;
	color: #fff;
	font-size: 16px;
}

table thead th
{
	vertical-align: bottom;
}
	
/* ========================================================================== */
/* Typography - Forms
/* ========================================================================== */
form {}

fieldset {}

form p {}

label
{
	display: block;
	margin-bottom: 5px;
}

label span
{
	color: #d50f25;
}

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }

/*
 * 1. stop safari from overwriting input styles
 */	

input,
textarea,
select
{
	-webkit-appearance: none; /* 1 */
	display: block;		
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	margin-bottom: 15px;
	background-color: transparent;
	color: #444;
	font: 13px "Open Sans", Arial, sans-serif; 
	line-height: 21px;	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus
{
	border-color: #bbb;
	outline: 0;		
}

select
{
	height: 40px;
}

select:focus
{
	outline: thin dotted #bbb;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

textarea
{ 
	min-height: 100px; 
	overflow: auto;
}

.radio,
.checkbox
{
	min-height: 18px;
	padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"]
{
	float: left;
	margin-left: -18px;
}

/*
input:-moz-placeholder,
textarea:-moz-placeholder
{
	color: #DDD;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #DDD;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: #DDD;
}
	
*/

*::-webkit-input-placeholder
{
	color: #BBB;
}
*:-moz-placeholder
{
    /* FF 4-18 */
	color: #BBB;
}
*::-moz-placeholder
{
    /* FF 19+ */
	color: #BBB;
}
*:-ms-input-placeholder
{
    /* IE 10+ */
	color: #BBB;
}


.input-error
{
	background-color: #ffeeee;
}

.input-error-text
{
	font: 11px "Open Sans", Arial, sans-serif; 
	color: #990000;
	height: 0px;
	margin: -20px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

/* ========================================================================== */
/* Buttons
/* ========================================================================== */
.btn
{ 
	display: inline-block;
	padding: 10px; 
	/*border-bottom: 1px solid #0daeb7;*/
	border: medium none;
	border-radius: 2px;
	margin: 0px 5px 20px 0px;
	background-color: #5785a1;
	color: #fff;
	font: 14px 'Open Sans', Arial, sans-serif; 
	text-decoration: none !important;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a.btn
{
	color: #fff;
}

.btn:focus
{
	outline: 0;
}

.btn-large
{
	padding: 20px 25px;
	border-bottom-width: 2px;
	font-size: 18px;
	line-height: 18px;
}

.btn i,
.btn-large i
{ 
	float: left; 
	margin: 2px 8px 0 -4px;
	font-size: 14px; 
	line-height: 14px; 
}

.btn:hover
{ 
	border-bottom-color: #20252f;
	background-color: #232323;
}

.btn-white
{
	border: 1px solid #5195be;
	background-color: transparent;
	color: #5195be;
}

a.btn-white
{
	color: #5195be;
}

.btn-white:hover
{ 
	border-color: #5195be;
	background-color: #5195be;
	color: #fff;
}

.btn-white.alt
{
	border-color: #6d6d6d;
}
a.btn-white.alt
{
	color: #6d6d6d;
}

.btn-white.alt:hover
{
	border-color: #5195be;
	color: #fff; 
}

.btn-black
{
	border: 1px solid #232323;
	background-color: #232323;
	color: #fff;
}

a.btn-black
{
	color: #fff;
}

.btn-black:hover
{ 
	border-color: #5195be;
	background-color: #5195be;
	color: #fff;
}	
	
	
/* ========================================================================== */
/* Misc
/* ========================================================================== */
   
.javascript-required,
.modern-browser-required
{
	padding: 15px 0;
	background-color: #d50f25;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
