/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Jan Bartůněk
   ========================================================================== */
p { margin-top: 0;}
body {
	background: #f3f3f4;
	font: 14px/1.5 'Open Sans', sans-serif;
}
.container {
	width: 960px;
	margin: auto;
}
#main a { 
	color: #119af7; 
}
#main p {
	color: #595959;
}
#main img,
.contact #main .container section.contact-info .contact-map iframe,
#header img.header-image {
	border: 2px #eaeaea solid;
	box-shadow: 0 2px 0 #c8c8c8, 0 -2px 0 #fff;
	border-radius: 4px;
}




/* =============================================================================
   Layout Styles
   ========================================================================== */
.home 	#header {
	height: 296px;	
}
		#header {
			background: url(../images/yellow/header-pattern.png) repeat-x;
			height: 67px;
}
.home 	#header .container {
			height: 296px;
}
		#header .container {
			background: url(../images/yellow/header-main.png) no-repeat center top;
			height: 67px;
}
#header nav {
	height: 50px;
}
#header nav h1 {
	float: left;
	font: 50px/1 'Kaushan Script';
	margin: 5px 0 0 0;
}
#header nav h1 a {
	color: #f9f9f9;
	text-shadow: 0 1px 1px #77540a;
	text-decoration: none;	
}
#header nav ul {
	float: right;
	margin: 18px 0 0 0;
}
#header nav ul li {
	display: inline;
	margin: 0;
}
#header nav ul li a {
	float: left;
	color: #F9F9F9;
	font: 800 18px/1 'Open Sans';
	margin: 0 4px;
	display: block;
	text-shadow: 0 1px 0 #77540A;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 5px;
}
#header nav ul li a:hover,
#header nav ul li a.active {
	background-color: rgba( 246, 169, 2, 0.6);	
	text-shadow: 0 -1px 0 #77540a;
	box-shadow: 0 1px 0 rgba(249, 249, 249, 0.8);
}
#header h2.motto {
	font:  800 34px/1.25 'Open Sans';
	text-align: center;
	color: #f9f9f9;
	text-shadow: 0 2px 0 rgba(183, 129, 11, 0.7);
	margin: 1.5em 0 1em 0;
}
#header img.header-image {
	clear: both;
	height: 150px;
	margin: 2.5em 55px 2.5em 15px;
	
	-webkit-box-shadow:  0px 25px 60px -27px #333, 0 2px 0 #c8c8c8, 0 -2px 0 #fff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:  0px 25px 60px -27px #333, 0 2px 0 #c8c8c8, 0 -2px 0 #fff; /* FF3.5 - 3.6 */
	box-shadow:  0px 25px 60px -27px #333, 0 2px 0 #c8c8c8, 0 -2px 0 #fff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
header div.call2action {
	text-align: center;
}

#main {
	border-top: 2px #fff solid;
	background: #f6f6f6 url(../images/main-content-pattern.png) repeat-x center top;
	padding-bottom: 60px;
}
	.home #main {
		background-image: url(../images/main-pattern.png);
	}
#main .container {
	padding: 50px 0;
}
	.home #main .container {
		padding: 0;
	}	
	
#main .button {box-shadow: 0 2px 1px #636363; }
#main h2, #main h3, #main h4, #main h5, 
.contact #main .container h1 {
	font-weight: 800;
	text-transform: uppercase;
	color: #fcc502;
	text-shadow: 0 -1px 0 #8f8f8f;
}
#main h4, #main h5 { color: #595959; text-shadow: none;}
#main .points {
	
}
#main .points section {
	width: 320px;
	float: left;
	background: url(../images/points-divider.png) no-repeat right top;
	text-align: center;
}
#main .points section.last {
	background: none;
}
#main .points section div {
	margin-top: 45px;
	padding: 55px 20px 20px 20px;
}
#main .points section.first div {background: url(../images/yellow/points-1.png) no-repeat center top;}
#main .points section.second div {background: url(../images/yellow/points-2.png) no-repeat center top;}
#main .points section.last div {background: url(../images/yellow/points-3.png) no-repeat center top;}
#main .points section h3 {
	font-size: 21px;
	margin: 0 0 0.75em 0;	
}

#main div.motto {
	margin: 50px 55px;
	border: 2px #eaeaea solid;
	border-radius: 4px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 1px 0 #cfcfcf;
}
#main div.motto h2 {
	color: #3e3e3e;
	text-shadow: 0 2px 0 #c4c4c4;
	font-size: 30px;
	text-transform: none;
	margin: 0;
}
#main div.motto .button {
	float: right;
}
#main .info {
	padding: 0 20px;
}
#main .info h3 {
	width: 320px;
	font-size: 21px;
}
#main .info section.info-content {
	width: 620px;
	-webkit-column-count: 2;	-webkit-column-gap: 40px; /* Saf3, Chrome*/
	-moz-column-count: 2;		-moz-column-gap: 40px; /* FF3.5+ */
	column-count: 2;			column-gap: 40px;
	float: left;
}
#main .info section.info-content h4 {
	margin-top: 0;
}
#main .info img {
	margin: 0 0 0 16px;
}
#main aside nav ul {
	list-style-type: none;	
}
#main aside nav ul a {
	text-decoration: underline;
}
#main aside nav ul li {
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #eee;
}
#main article .image-holder.fltright {
	margin: 0 0 15px 15px;
}
#main article .image-holder.fltleft {
	margin: 0 15px 15px 0;
}


#footer {
	background: url(../images/footer-pattern.png);
	border-top: 1px #eaeaea solid;
	color: #515151;
	padding: 20px;
}
#footer nav { position: relative;}
#footer nav h3 {
	font: 30px/1 'Kaushan Script';
	margin: 18px 0 0 0;
}
#footer nav h3 a {
	color: inherit;
	text-shadow: 0 1px 2px #333;
	text-decoration: none;	
}


#footer nav ul {
	margin: 18px 0 0 0;
}
#footer nav ul li {
	display: inline;
	margin: 0;
}
#footer nav ul li a {
	float: left;
	color: #515151;
	font: normal 16px/1 'Open Sans';
	margin: 0 4px;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
}
#footer nav ul li a:hover,
#footer nav ul li a.active {
	background: #efeff0 url(../images/footer-button.png) repeat-x center top;	
	border-radius: 5px;
}
#footer nav .footer-social {
	position: absolute;
	right: 0;
	top: 45px;
	color: rgba(81, 81, 81, 0.1);
}
#footer nav .footer-social span {
	display: block;
	float: left;
	font-size: 23px;
	margin: 0 10px;
}
#footer nav .footer-social .footer-fb {
	background: url(../images/footer-fb.png) no-repeat;
	width: 95px; height: 20px;
	float: left;
	margin-top: 7px;
}
#footer nav .footer-social .footer-twitter {
	background: url(../images/footer-twitter.png) no-repeat;
	width: 93px; height: 20px;
	margin-top: 7px;
}
/* =============================================================================
   Blog Page Specific Styles
   ========================================================================== */
.blog #main section.blog-posts {
	width: 600px;
	float: left;
}
.blog #main article {
	clear: both;
}
.blog #main aside {
	width: 300px;
	float: right;
}
/* =============================================================================
   Standart Page Specific Styles
   ========================================================================== */
.page #main section h2 {
	width: 620px;
}
.page #main section article.columns {
	width: 620px;
	-webkit-column-count: 2;	-webkit-column-gap: 40px; /* Saf3, Chrome*/
	-moz-column-count: 2;		-moz-column-gap: 40px; /* FF3.5+ */
	column-count: 2;			column-gap: 40px;
	float: left;
	clear: left;
}
.columns p {
	
}
.page #main section article h3,
.page #main section article h4 {
    margin-top: 0;
}

/* =============================================================================
   Contact Page Specific Styles
   ========================================================================== */
.contact #main .container {
	padding: 50px 0;
}
.contact #main .container section.contact-info {
	width: 555px;
	float: left;
}
.contact #main .container h1 {
	font-size: 21px;
}
.contact #main .container section.contact-info a {
	color: #119af7 !important;
}
.contact #main .container section.contact-info h2 {
	color: #515151; text-transform: none;
}
.contact #main .container section.contact-info h3,
.contact #main .container section.contact-info h4 {
	color: #b4b4b4;
	font-size: 14px;
	margin: 1em 0 0 0;
}
.contact #main .container section.contact-info p {
	margin: 0;
}
.contact #main .container section.contact-info .contact-map {
	float: right;
	padding: 0 0 10px 10px;
}
.contact #main .container aside {
	width: 275px;
	float: right;
}
.contact #main .container aside h4 {
	color: #b4b4b4;
	font-size: 14px;
	text-shadow: 0px 1px 0px #fff;
}
.contact #main .container aside dt {
	display: none;
}
	.no-js .contact #main .container aside dt {
		display: block;
	}
.contact #main .container aside dd {
	margin: 20px 0;
}
.contact #main .container aside input.text,
.contact #main .container aside textarea {
	border: none;
	width: 260px;
	padding: 0.5em;
	background-color: #e5e5e5;
	border-bottom: 1px #fff solid;
	border-radius: 5px;
	font: 800 14px/1 'Open Sans';
	color: #8d8d8d;
	
	-webkit-box-shadow: inset 0 4px 8px #b5b5b5;
	-moz-box-shadow: inset 0 4px 8px #b5b5b5;
	box-shadow: inset 0 4px 8px #b5b5b5;
}
.contact #main .container aside textarea {
	resize: vertical;
	height: 10em;
}
.contact #main .container aside .form-submit-button {
	text-align: center;
}
.contact #main .container p.message {
	text-align: center;
	font-weight: bold;
	background: #82ca9c;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fltleft { float: left;}
.fltright { float: right;}

.logo-font {
	font-family: 'Kaushan Script';
	line-height: 1;
}
.button {
	background: #3d91d0 url(../images/yellow/button.png) repeat-x center bottom;
	padding: 0.5em 0.5em;
	font: 800 20px/1 'Open Sans';
	color: #f7f5e9 !important;
	text-decoration: none;
	text-shadow: 0 1px 0 #043e45;
	text-transform: uppercase;
	border-radius: 7px;
	border: 3px #eaeaea solid;
	box-shadow: 0 2px 1px #c68e11;
	box-shadow: 0 2px 1px rgba(127, 77, 36, 0.4);
}
/* =============================================================================
   Some Cool HTML5 Effects
   ========================================================================== */
nav a {
	-webkit-transition: background 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
   -moz-transition: background 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -ms-transition: background 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
     -o-transition: background 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
        transition: background 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
