@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'coughymachineregular';
    src: url('fonts/coughymachine-webfont.woff2') format('woff2'),
         url('fonts/coughymachine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?3lhkkz');
  src:  url('../fonts/icomoon/icomoon.eot?3lhkkz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?3lhkkz') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?3lhkkz') format('woff'),
    url('../fonts/icomoon/icomoon.svg?3lhkkz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 2px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Asset-1:before {
  content: "\e905";
  color: #258FCE;
  padding-right: 3px;
}
.icon-brand:before {
  content: "\e903";
  /* color: #3b5998;*/
  padding-right: 3px;
}
.icon-brand2:before {
  content: "\e904";
  color: #d14836;
  padding-right: 3px;
}
.icon-home:before {
  content: "\e900";
  padding-right: 3px;
}
.icon-home2:before {
  content: "\e901";
}
.icon-home3:before {
  content: "\e902";
}
.icon-books:before {
  content: "\e920";
  padding-right: 3px;
}
.icon-credit-card:before {
  content: "\e93f";
  padding-right: 3px;
}
.icon-phone:before {
  content: "\e942";
  padding-right: 3px;
}
.icon-envelop:before {
  content: "\e945";
  padding-right: 3px;
}
.icon-location:before {
  content: "\e947";
  padding-right: 3px;
}
html {
	background-color: #eee; /* was #222*/
    font-size: 1em;
    line-height: 1.4;
    background: url(../imgs/bkg.png) no-repeat fixed top center #DDEBF5;
    
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    gmargin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#contentContainer {
    //width: 960px;
    height: 850px;
    overflow: hidden;
}
#wrapper {
	font-family:'robotoregular', arial, sans-serif;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
}
header {
	background-color: #0075BE;
	margin: 0 auto 10px;
	height: 15px;
}
header img {
    display: block;
	//width: 600px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
nav {
    float: right;
    margin: 34px 0 0 0;
}
nav ul li {
    display: inline-block;
    padding: 5px;
    margin-right: 30px
}
nav ul li {
    font-size: 25px;
}

h2 {
	font-family: 'coughymachineregular', arial, sans-serif;
	font-size: 28px;
	
}

a {
  
   
    text-decoration: none;
}
a:hover {
   
    text-decoration: none;
}

::selection {
  background: #258FCE; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #258FCE; /* Gecko Browsers */
  color: white;
}












/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
h3 {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  text-shadow: 2px 0 4px #fff;
}
h3 span {
  font-style: normal;
}
h6 {
  display: inline;
  font-size: 17px;
}
h5 {
  font-size: 17px;
  border-bottom: 1px solid #21A0DA;
}
.logo {
	position: relative;
	display: block;
	width: 320px;
	margin: 0 auto;
	top: 50px;
}
.bkg{
	width: 1600px;
	margin: 0 auto;
}
#kontakt, #banka-id {
	line-height: 0;
}
#kontakt ul, #banka-id ul{
  list-style: none;

}
#kontakt li {
	display: inline;
}

#banka-id li {
	display: inline;
}
footer {
	width: 100%;
    float: left;
	background-color: #0075BE;
	color: white;
	text-shadow: 1px 1px 2px #000;
	height: 120px;  
	text-align: center;
	padding-top: 14px;
}
#left-footer {
	border-top: 1px solid aliceblue;
	width: 80%;
	margin: 0 auto 0 auto;
	padding-top: 7px;
}
#hlavny-box p {
    text-align: center;
    background-color: rgba(0,117,190,0.7);
    color: white;
    text-shadow: 1px 1px 2px #000;
    font-size: 2.2em;
    width: 960px;
    padding: 15px;
    top: 220px;
	position: relative;
	margin: 0 auto;
}
#hlavny-box {
	display: block;
    width: 1600px;
    height: 658px;
	background-image: url(../imgs/bkg.jpg);
	margin-top: -120px;
}
#content {
	background-color: green;
	width: 1400px;
	margin: 0 auto;
}
#box-1, #box-2, #box-3 {
	display: box;
	width: 350px;
	height: 300px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 80px;
	position: relative;
	bottom: 154px;
	left: 135px;
	box-shadow: 2px 2px 12px black;
	transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
	
}
#box-1 {
	background-image: url(../imgs/1.jpg);
}

#box-2 {
	background-image: url(../imgs/2.jpg);
}

#box-3 {
	background-image: url(../imgs/3.jpg);
}

#box-1 p, #box-2 p, #box-3 p {
	background-color: rgba(0,117,190,0.7);
	color: white;
	text-shadow: 1px 1px 2px #000;
	font-size: 1.2em;
	width: 323px;
	margin: 110px auto 0 auto;
	padding: 10px 0;
	height: 80px;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}
#box-3 p {
	line-height: 80px;
}

#box-1 p:hover, #box-2 p:hover, #box-3 p:hover {
	background-color: rgba(0,117,190,1);

	}

.button-download, .button-gallery {
  background-color: rgba(227,9,23,0.5);
  color: white;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.2em;
  width: 323px;
  margin: 110px auto 0 auto;
  padding: 10px 10px;
  height: 20px;
  position: relative;
  top: 40px;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}






