/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

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

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display: table;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }
/******* ----------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

--------------------------------------------------- ********/

/******* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) *******/
html { 
	font-size:100.01%; 
}
body {
   margin: 0;
   font-family: Arial,Helvetica,sans-serif;
   color: #242e65;
   font-family: 'Roboto Slab', serif;
   background-color: #e9e5d6;
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	clear: both;
}

h1 { 
	font-size: 40px;
	font-weight: bold;
	line-height: 1; 
	margin-bottom: 15px; 
}
h2 { 
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.75em;
	margin-top: 2.25em;
	color: #d0644c;
}
h3 { font-size: 1.1em; font-weight: bold; margin-bottom: 0.75em;}
h4 { font-size: 1.0em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 16px; padding-bottom: 15px; text-align: center;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}


/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 1.5em; font-size: 16px; line-height: 24px; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn  { font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
a {
    color: #242e65;
}

/* Lists
-------------------------------------------------------------- */
li ul,
li ol  { margin: 0; }
ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

ul     { list-style-type: disc; }
ol     { list-style-type: decimal; }

dl     { margin: 0 0 1.5em 0; position: absolute;}
dl dt  { font-weight: bold; }
dd     { margin-left: 0;}


/* Tables
-------------------------------------------------------------- */

/*
  Because of the need for padding on TH and TD, the vertical rhythm
  on table cells has to be 27px, instead of the standard 18px or 36px
  of other elements.
 */
table         { margin-bottom: 1.4em; width:100%; }
th            { font-weight: bold; }
thead th      { background: #C3D9FF; }
th,td,caption { padding: 4px 10px 4px 5px; }

/*******  You can zebra-stripe your tables in outdated browsers by adding the class "even" to every other table row. *******/
tbody tr:nth-child(even) td,
tbody tr.even td  {
}
tfoot       { font-style: italic; }
caption     { background: #EEE; }

/* -----------------------------------------------------------------
 
 These are going to be the starting CSS Style from our Joomla Template
 
 --------------------------------------------------------------*/
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.item-page .actions {
    display: none;
}
.wrapper {
    margin: 0 auto;
    max-width: 972px;
    width: 100%;
    padding: 0 10px;
}
/*Header - start*/
header {
    height: 143px;
    width: 100%;
    position: relative;
    background: #e5e9d6;
    z-index: 9999;
}
#logo {
    float: left;
    margin-top: 16px;
}
#logo img {
    width: 100%;
    max-width: 332px;
    height: auto;
    display: block;
}
#logo a {
    text-decoration: none
}
.top-icons {
    float: right;
    font-size: 30px;
    margin-top: 20px;
}
.top-icon {
    margin: 10px;
}
#headerImageBox {
    float: right;
    width: 508px;
}
.headerImage {
    position: absolute;
}
/*Menu - start*/
#ostmenu #menu-button::after {
    height: 8px!important;
}
#ostmenu {
    margin-bottom: 0!important;
}
/*.mainMenu1, .mainMenu1 #ostmenu, .mainMenu1 #ostmenu .sf-menu li, .mainMenu1 #ostmenu #menu-button {
    background: #d0644c!important;
}*/
.mainMenu2, .mainMenu2 #ostmenu, .mainMenu2 #ostmenu .sf-menu li, .mainMenu2 #ostmenu #menu-button {
    background: #82a3cd!important;
}
.mainMenu3, .mainMenu3 #ostmenu, .mainMenu3 #ostmenu .sf-menu li, .mainMenu3 #ostmenu #menu-button {
    background: #cddda7!important;
}
.mainMenu4, .mainMenu4 #ostmenu, .mainMenu4 #ostmenu .sf-menu li, .mainMenu4 #ostmenu #menu-button {
    background: #8EAD56!important;
}
a.home {
    visibility: hidden;
    font-size: 0;
    padding: 0px 15px;
}
a.home::before {
    font-family: FontAwesome;
    content: "\f015";
    visibility: visible;
    font-size: 16px;
}
.menu-btn {
    width: 40px;
    height: 40px;
    margin: 7px 20px 0;
    float: right;
}
.btn-bar1, .btn-bar2, .btn-bar3 {
    width: 40px;
    height: 2px;
    position: absolute;
    background: #000;
}
.btn-bar2 {
    margin-top: 10px;
}
.btn-bar3 {
    margin-top: 20px;
}
nav .wrapper {
    padding: 0;
}
nav ul {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9999;
    left: -200px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav {
    display: block;
}
.nav li a {
    display: inline;
}
.mobileOpen nav ul {
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobileOpen nav ul ul li {
    padding-left: 50px;
}
nav {
    background: #cddda7;
    width: 100%;
}
nav li {
    cursor: pointer;
    list-style: none;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav li.active, nav li:hover {
    background: #242e65;
}
nav li a, nav li .separator {
    text-decoration: none;
    padding: .75em .89em;
    line-height: 51px;
}
nav ul li ul {
    height: auto;
    position: relative;
    z-index: 9999;
    background: #fff;
}
nav ul li:hover ul, .mobileOpen nav ul li ul.subMenuShow  {
    width: 100%;
    display: table;
}
nav ul li ul li {
    overflow: hidden;
    float: none;
    font-size: 85%;
    height: 0;
    width: auto;
    min-width:160px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav ul li:hover ul li, nav ul li:focus ul li, .mobileOpen nav ul li ul.subMenuShow li {
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav ul li ul li a {
    padding: 0;
    display: block;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav ul li:hover ul li a, nav ul li.active ul li a {
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav li:focus a, nav li:hover a, nav li.active a, nav li:focus .separator, nav li:hover .separator, nav li.active .separator, nav ul li.active:hover li.active a {
    color: #fff;
}
nav ul li:hover ul li:hover a {
    color: #fff;
}
.mobileOpen nav ul li ul.subMenuShow li {
    height: inherit;
}
.mobileOpen .menu-bg {
    width: 100%;
    background: #fff;
    height: 100%;
    position: fixes;
    top: 0;
    bottom: 0;
}
/*Menu - end*/
/*Header - end*/
/*Showcase - start*/
.showcase {
    background-size: 100%;
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.showcase img {
    width: 100%;
}
.showcase h1 {
    text-shadow: 2px 2px #777;
    font-size: 19px;
}
.showcaseMenu {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.showcaseMenu .button {
    display: none;
}
.showcaseMenu ul {
    padding: 0;
    margin: 0;
}
.showcaseMenu li {
    list-style: none;
    width: 100%;
}
.showcaseMenu li a {
    color: #242e65;
    text-decoration: none;
    padding: 10px 0;
    display: table;
    width: 100%;
    position: relative;
    z-index: 9999;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.showcaseMenu li:hover a {
    color: #fff;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.showcaseMenu li.item-147 {
    background: #d0644c;
}
.showcaseMenu li.item-148 {
    background: #82a3cd;
}
.showcaseMenu li.item-154 {
    background: #8EAD56;
}
.showcaseMenu li.item-153 {
    background: #e6d6a4;
}
.showcaseMenu li::before {
    width: 0px;
    height: 44px;
    display: table;
    content: "";
    position: absolute;
    right: 0;
    z-index: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.showcaseMenu li:hover::before {
    background: #000;
    width: 100%;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
/*Showcase - end*/
section {
    width: 100%;
    position: relative;
}
/*Focus start*/
.section1 {
    margin-top: 5px;
}
.focus {
    display: table;
    width: 100%;
}
.focusBox {
    width: 308px;
    height: 297px;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    margin: 0 auto 15px;
}
.focus h3 {
    padding: 8px;
    margin: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-shadow: 2px 1px #333;
}
.focus1 h3 {
    background: #d0644c;
}
.focus2 h3 {
    background: #82a3cd;
}
.focus3 h3 {
    background: #cddda7;
}
.focus img {
    display: block;
    width: 100%;
    height: auto;
    max-width:308px;
}
.focus a {
    text-decoration: none;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
}
.focusBox p {
    background: rgba(0,0,0,0.5);
    position: absolute;
    padding: 10px;
    color: #fff;
    z-index: 9990;
    transition: all 300ms linear 300ms;
    -webkit-transition: all 300ms linear 300ms;
    -moz-transition: all 300ms linear 300ms;
    -o-transition: all 300ms linear 300ms;
}
.focusBox:hover p {
    margin-top: -93px;
    transition: all 300ms linear 300ms;
    -webkit-transition: all 300ms linear 300ms;
    -moz-transition: all 300ms linear 300ms;
    -o-transition: all 300ms linear 300ms;
}
.focusBox:hover .iconWrapper {
    margin: 140px auto 0;
    z-index: 9990;
    transition: all 400ms linear 400ms;
    -webkit-transition: all 400ms linear 400ms;
    -moz-transition: all 400ms linear 400ms;
    -o-transition: all 400ms linear 400ms;
}
.focus a::before {
    position: absolute;
    margin-top: 0%;
    font-size: 60px;
    font-family: FontAwesome;
    width: 100%;
    text-align: center;
    z-index: -9999;
    transition: all 400ms linear 400ms;
    -webkit-transition: all 400ms linear 400ms;
    -moz-transition: all 400ms linear 400ms;
    -o-transition: all 400ms linear 400ms;
}
.focus1 a::before {
    content: "\f1ae";
    color: #d0644c;
}
.focus2 a::before {
    content: "\f19d";
    color: #82a3cd;
}
.focus3 a::before {
    content: "\f015";
    color: #cddda7;
}
.focus a:hover::before {
    margin-top: 46%;
    z-index: 9999;
    transition: all 400ms linear 400ms;
    -webkit-transition: all 400ms linear 400ms;
    -moz-transition: all 400ms linear 400ms;
    -o-transition: all 400ms linear 400ms;
}
/*Focus - end*/
/*Main - start*/
main {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
#centerColumn {
    width: 100%;
}
.page-heading {
    width: 100%;
    text-align: center;
    padding: 6px 0;
    box-shadow: 0 0px 13px -6px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
}
.page-heading h1 {
    margin: 0;
    padding: 15px;
    color: #671a13;
}
.kontakt {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
.kontakt img {
    display: block;
    margin-right: 30px;
}
.contact-list-item {
    list-style: none;
}
.contact-details {
    margin: 0 auto 30px;
    display: table;
}
.contact-image img {
    width: 180px;
}
.device-orientation {
    Width: 100%;
    background-color: #cddda7;
}
.device-orientation img {
    display: block;
    margin: 0 auto;
}
.price-list {
    display: none;
}
.device-orientation-text {
    position: absolute;
    margin-top: 6px;
}
/*Main - end*/
/*Aside - start*/
aside {
    margin-bottom: 40px;
    width: 100%;
    height: 160px;
}
aside h3 {
    color: #fff;
    background: #d0644c;
    padding: 10px;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
}
aside .nav {
    margin: 0;
    padding-left: 0;
    width: 100%;
    left: 0;
    border: 1px solid #e6d6a4;
}
aside .nav li {
    list-style: none;
}
aside .nav li:hover a {
    color: #fff;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
aside .nav li a {
    text-decoration: none;
    color: #242e65;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
    z-index: 9999;
    display: table;
    width: 100%;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    text-align: center;
}
aside li::before {
    width: 0px;
    height: 40px;
    display: table;
    content: "";
    position: absolute;
    right: 0;
    z-index: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
aside li:hover::before {
    background: #671a13;
    width: 100%;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
aside .nav .item-147 {
    background: #d0644c;
}
aside .nav .item-148 {
    background: #82a3cd;
}
aside .nav .item-149 {
    background: #cddda7;
}
aside .nav .item-151 {
    background: #e6d6a4;
}
/*Aside - end*/
footer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #e6d6a4;
    border-top: 1px solid #000;
}
footer h3 {
    text-transform: uppercase;
}
.footer1.footerBox:after, .footer2.footerBox:after {
    width: 40%;
    height: 2px;
    background: #000;
    content: "";
    display: block;
    margin: 0 auto;
}
.unimedia {
    font-size: 10px;
    width: 100%;
    display: table;
    margin: 10px 0;
}
@media only screen and (min-width: 1020px) {

}
@media only screen and (min-width: 815px) {
/*Menu - start*/
.menu-btn {
    display: none;
}
nav {
    height: 50px;
}
nav ul {
    position: relative;
    left: 0;
}
nav a.home {
    line-height: 45px;
    display: block;
}
nav li:first-child {
    width: 48px;
}
nav li li:first-child {
    width: auto;
}
nav ul li ul {
    box-shadow: 2px 2px 8px #888888;
    position: absolute;
    left: inherit;
}
nav ul li:hover ul, nav ul li:focus ul {
    width: auto;
}
nav ul li ul li a {
    padding: 0 10px;
}
nav li {
    float: left;
}
nav li::before {
    content: "|";
}
nav li::before {
    margin-left: -3px;
}
nav li:hover::before, nav li:focus::before, nav li.active::before, nav li li::before {
    content: none;
}
nav li:first-child::before, nav li:first-child::before, nav li li:first-child::before, nav li li:hover::before {
    content: none;
}
.mobileOpen .menu-bg {
    display: none;
}
.mobileOpen nav ul {
    left: inherit;
    width: inherit;
}
.mobileOpen nav ul ul {
    padding-left: inherit;
}
/**Menu - end**/
/**Showcase - start**/
.showcase {
    height: 391px;
}
.showcaseMenu {
    top: 160px;
    width: 36%;
    text-align: inherit;
}
.showcaseMenu li {
    border-radius: 5px 0 0 5px;
}
.showcaseMenu li::before {
    border-radius: 5px 0 0 5px;
}
.showcaseMenu li a {
    padding: 10px 18% 10px 40px;
}
.camera_pag {
    margin-top: -50px;
}
/**Showcase - end**/
/**Main - start**/
.kontakt {
    width: 50%;
    float: left;
}
/**Main - end**/
/**Section1  - start**/
.focusBox {
    width: 32%;
}
.focus1, .focus2 {
    float: left;
}
.focus2 {
    margin: 0 2%;
}
.focus3 {
    float: right;
}

/**Section1 - end**/

#centerColumn, #leftColumn, #rightColumn {
    float: left;
}
#colmid.grid_10 {
    right: 30%;
}
#colleft.grid_10 {
    right: 70%;
}
#colmid, #colleft {
    float: left;
    position: relative;
    width: 100%;
}
#centerColumn.grid_10 {
    left: 102%;
    width: 65%;
}
#rightColumn.grid_10 {
    left: 105%;
    width: 30%;
}
#centerColumn, #leftColumn, #rightColumn {
    overflow: hidden;
    position: relative;
}
#colleft.grid_8 {
    right: 70%;
}
#centerColumn.grid_8 {
    left: 98%;
    width: 66%;
}
#leftColumn.grid_8 {
    left: 5%;
    width: 25%;
}
/**Aside - start**/
aside {
    width: auto;
}
aside .nav li a {
    text-align: left;
}
/**Aside - end**/
/**Footer - start**/
.footerBox {
    width: 32%;
    float: left;
}
.footer1.footerBox:after, .footer2.footerBox:after {
    display: none;
}
/**Footer - end**/
}
@media only screen and (min-width: 735px) {
.price-list {
    display: block;
}
.device-orientation {
    display: none;
}
}
@media only screen and (min-width: 667px) {
.contact-list-item {
    width: 50%;
    float: left;
}
}
@media only screen and (min-width: 400px) {
.showcaseMenu li {
    margin-bottom: 10px;
}
}