@charset "utf-8";
/* CSS Document */

html , body {
  height:100%; /* this is the key! */
}

.clear {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #c06;
  background-color: #b05;
  
  background-image:url("images/bg.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment: fixed;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
  vertical-align:bottom;
  border:0;
}

.content img {
  max-width:100%;
  height: auto !important;
}

/* LAYOUT */
.site-wrap {
  margin:0 auto;
  max-width:1600px;
}
.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1140px;
}

.section {
  padding: 30px;
}

.section.header {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #C06;
  z-index: 1001;
  position: fixed;
  width: 100%;
  min-height:80px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  box-shadow:0px 0px 55px rgba(0,0,0,0.5);
}
.section.header .col {
  margin-bottom: 0px;
}
.mobile .section.header .col.logo {
  text-align: left;
}
.section.header .col.logo a {
  border:0;
}

.section.header .col.logo img {
  max-width:100%;
  max-height:50px;
  margin-top:15px;
}
.mobile .section.header .col.logo img {
  margin-top:20px;
  max-width:80%;
}

.content-code {
  background: ;
}
.section.body {
  padding-top: 30px;
  /*min-height:240px;*/
}

  

/* main_menu */
/*******************************************************************/
.main-menu-toggle {
  font-size:16px;
  position:absolute;
  top:0px;
  right:0px;
  padding: 10px 10px;
}
.desktop .main-menu-toggle {
  display: none;
}
.tablet .main-menu-toggle {
  display: none;
}
.mobile .main-menu-toggle {
  display: block;
}

.main-menu-toggle span {
  display: block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Opera, Chrome, and Safari */
  background: ;
  padding: 15px 15px;
  text-align: center;
  color: #fff;
  font-size:20px;
  font-weight: bold;
  cursor: pointer;
  border: 0px solid #FD5;
}
.main-menu-toggle span:hover {
  background:;
  color: #FD5;
}

.main-menu ul {
  background:#C06;
}
.tablet .main-menu ul li>a {
  font-size:0.8em !important;
}
.main-menu > ul {
  list-style-type:none;
  margin: 20px 0 ;
  padding:0px;
  text-align:right;
}
.main-menu > ul li {
  display:inline-block;
  margin:0px;
  padding:0px;
  position:relative;
}

.main-menu > ul li > a {
  display:block;
  margin:0px;
  padding:10px;
  text-decoration:none;
  border:0;
  color:#FFF;
  font-size:18px;
  line-height:20px;
}
.main-menu > ul li > a:hover, .main-menu > ul li.active a {
  display:block;
  margin:0px;
  padding:10px;
  text-decoration:none;
  border:0;
  color:#FD5;
}

/* mobile */
.mobile  .main-menu > ul {
  list-style-type:none;
  margin: 20px 0 ;
  padding:0px;
  text-align:left;
}
.mobile .main-menu > ul li {
  display:block;
  margin:0px;
  padding:0px;
}

.main-menu ul li ul {display:none;}

.main-menu ul li  {
  position:relative;
}
.main-menu > ul li  > ul {
  position:absolute;
  z-index:100;
  top:100%;
  left: 0px;
  padding:0;
  margin:0;
  text-align:left;
}
.main-menu > ul li  > ul li > ul {
  position:relative;
  padding-left:20px;
}

.main-menu > ul li  > ul li a {
  font-size: 14px !important;
  padding: 10px 20px !important;
  white-space:nowrap;
  
  text-transform:normal;
  font-weight:bold;
}
.mobile .main-menu > ul li  > ul li a {
  font-size: 16px !important;
  padding: 10px 20px !important;
  white-space:nowrap;
  
  text-transform:normal;
  font-weight:bold;
}

.main-menu > ul li  > ul li {
  display:block;
  background: ;  
}

.mobile .main-menu > ul li  > ul {
  position:relative;
  padding-left: 0px;
  left:10px;
}

/*****************************************/

/* SLIDER */
.slider {
  margin-top: 80px;
  box-shadow:0px 0px 55px rgba(0,0,0,0.5);
  
}

/* SLIDER PAGER */
.pager {
  background:;
  padding-top:10px;
  display:block;
  line-height: 10px;
  text-align: center;
  overflow: hidden;
  /*
  position:absolute;
  z-index:1000;
  top:-50px;
  left:45%;
  */
}
.pager span {
  display: inline-block;
  font-size:50px;
  line-height: 15px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  margin: 5px 5px 20px 5px;
}

.pager span.cycle-pager-active {color: #fd3}
.pager > * { cursor: pointer;}

.cycle-slideshow div   { width: 100%; height: auto; overflow: hidden; }
/*
.tablet .cycle-slideshow div img  { width: auto; height: 360px; margin: 0 0 0 -270px ; }
.mobile .cycle-slideshow div img  { width: 230%; height: auto; margin: 0 0 0 -35%; }
*/

.section.footer {
  padding-top: ;
  padding-bottom: ;
  background-color:#333;
  box-shadow:0px 0px 30px rgba(0,0,0,0.9);
}

.section.footer .foot_contact {
  color:#FFF;
  font-size:14px;
}
.mobile .section.footer .foot_contact {
  margin-bottom:30px;
  text-align:center;
}

.mobile .section.footer .foot_contact img.logo {
  display:none;
}

.section.footer .foot_contact img.logo-mobile {
  display:none;
}
.mobile .section.footer .foot_contact img.logo-mobile {
  display:inline-block;
  max-width:100%;
}

.section.footer .foot_menu ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: right;
  font-size:16px;
}
.mobile .section.footer .foot_menu ul {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.section.footer .foot_menu ul li {
  display:inline-block;
  line-height:30px;
}
.section.footer .foot_menu ul li a {
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  padding:10px 15px;
  margin: 0px;
}
.section.footer .foot_menu ul li a:hover {
  color: #FD5;
  text-decoration:none;
}



/* HELPERS COLOES */

.highlight {
  background: #FD5;
  color: #000;
}

.shadow-text {
  text-shadow: 0px 1px 5px rgba(0,0,0,0.7);
}
.shadow-box {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.7);
}
.shadow-inner {
  box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
}

/* CTA */
.CTA span.fa{
  color: inherit !important;
  font-size: 100%;
  font-weight: normal;
}
.CTA span.fa {
  font-size: 0.8em;
}
.mobile .CTA {
  padding: 20px 30px;
}

.CTA {
  display: inline-block;
  width: auto;
  color: #000;
  background: #FD5; /*gold*/
  padding: 12px 20px;
  text-decoration: none;
  border: 0px;
  border-radius: 6px;
  line-height: 100%;
  cursor:pointer;
}

.CTA:hover {
  color: #000;
  background: #FD4;
  text-decoration: none;
  border: 0px;
}
.CTA.ghost {
  color: #fd5;
  background: transparent;
  border: 2px solid #FD5;
  padding: 9px 18px;
}
.CTA.ghost:hover {
  color: #000;
  background: #FD5;
}


.CTA.black {
  color: #eee;
  background: #000;
}
.CTA.black:hover {
  color: #fff;
  background: #161616;
}
.CTA.ghost-black {
  color: #000;
  background: transparent;
  border: 2px solid #000;
  padding: 9px 18px;
}
.CTA.ghost-black:hover {
  color: #000;
  background: rgba(0,0,0,0.1);
}


.CTA.white {
  color: #333;
  background: #FFF;
}
.CTA.white:hover {
  color: #000;
  background: #f9f9f9;
}
.CTA.ghost-white {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  padding: 9px 18px;
}
.CTA.ghost-white:hover {
  color: #fff;
  background: rgba(255,255,255,0.1);
}




/* content styles */
p {
line-height:150%;
text-align: justify;
}
p, ul, ol {
margin: 0 0 20px 0;
}
li {
margin: 0 0 10px 0;
}
.no-bullets {
  list-style-type:none;
  padding:0;
}
.no-bullets li {
  list-style-type:none;
  padding:0 0 0 40px;
  margin:0 0 15px 0;
  background-repeat:no-repeat;
  background-image: url('images/icon-bullet.png');
}
.no-bullets li.check{
  background-image: url('images/icon-check.png');
}
.no-bullets li.uncheck{
  background-image: url('images/icon-uncheck.png');
}
.no-bullets li.blank{
  background-image: none;
}

.features {
  list-style-type:none;
  padding:0;
}
.features li {
  list-style-type:none;
  padding:0 0 0 40px;
  margin:0 0 15px 0;
  background-repeat:no-repeat;
  background-image: url('images/icon-check.png');
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Kaushan Script', 'Roboto Slab', georgia, serif;
font-weight:normal;
text-shadow:0px 0px 3px rgba(0,0,0,0.5);
}

.font-brush {
font-family: 'Kaushan Script', 'Roboto Slab', georgia, serif;
}
.font-40 {
font-size:40px;
}

h1 {
text-align:center;
font-size: 40px;
font-weight: ;
margin: 0px;
padding: 0 0 60px 0;
color: inherit;
margin: 0 0 20px 0;
background-image: url('images/h1-divider.png');
background-position:bottom center;
background-repeat:no-repeat;
}


h2 {
font-size: 30px;
font-weight: ;
margin: 0 0 15px 0;
padding: 0 0 5px 0;
color: inherit;
border-bottom: 3px dotted #FD5;
}

h3 {
font-size: 24px;
font-weight: ;
margin: 0 0 15px 0;
padding: 0 0 5px 0;
color: inherit;
border-bottom: 3px dotted #FD5;
}

h4, h5, h6 {
font-size: 24px;
font-weight: ;
margin: 0 0 15px 0;
padding: 0 0 5px 0;
color: inherit;
border-bottom: 2px dotted #FD5;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-decoration: none;
color:#FD5;
}
h1 a:after, h2 a:after, h3 a:after  {
content: " \21e2";
}
div.content a:after{
content: " \21e2";
}

a {
color: inherit;
text-decoration: underline;
}
a:hover {
color:#FD5;
text-decoration: underline;
}

a[href$=jpg]:link, 
a[href$=jpeg]:link, 
a[href$=png]:link, 
a[href$=gif]:link {
        text-decoration: none;
        border: 0;
        border: none;
        }
a[href$=jpg]:link:after, 
a[href$=jpeg]:link:after, 
a[href$=png]:link:after, 
a[href$=gif]:link:after {
        content: "" !important;
        }
        

blockquote {
  background: rgba(0,0,0,0.3);
  border-left: 2px solid #fff;
  margin: 0 0 20px 0;
  padding: 20px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style:italic;
}
blockquote:before {
  color: inherit;
  content: open-quote;
  font-size: 3em;
  font-style:normal;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: inherit;
  content: close-quote;
  font-size: 3em;
  font-style:normal;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
  float:right;
}


/* TABLES */
div.table-responsive {
  overflow-y:auto;
}
table {
width:100%;
border-collapse: collapse;
}
table thead td {
border: 0px solid #CCC;
border-width: 0px 0px 1px 0px ;
padding: 10px 15px 9px 15px ;
text-align: left;
background:#dd0000;
color: #fff;
font-size: 1em;
font-weight: 400;
}
table td {
border:1px solid #CCC;
border-width: 1px 0px;
padding: 5px 15px 5px 15px;
font-size:0.9em;
}
table tfoot td {
padding: 5px 15px 5px 15px ;
background:#eee;
font-size:0.9em;
}
table tr.highlight td, table td.highlight, .highlight {
background:#FD5;
color:#523C21;
}
table td *{
margin:0;
padding:0;
}


/* BOX SECTIONS */

.box-info {
  background: #fff;
  /*background: rgba(255,255,255,0.9);*/
  color: #000;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.text-pink {
  color:#C06
}
.bg-pink {
  color: #fff;
  background-color:#C06;
}

.bg-black-90 {
  color: #fff;
  background-color:rgba(0,0,0,0.9)
}
.bg-black-80 {
  color: #fff;
  background-color:rgba(0,0,0,0.8)
}
.bg-black-70 {
  color: #fff;
  background-color:rgba(0,0,0,0.7)
}
.bg-black-66 {
  color: #fff;
  background-color:rgba(0,0,0,0.66)
}
.bg-black-50 {
  color: #fff;
  background-color:rgba(0,0,0,0.5)
}
.bg-black-33 {
  color: #fff;
  background-color:rgba(0,0,0,0.33)
}
.bg-black-20 {
  color: #fff;
  background-color:rgba(0,0,0,0.2)
}
.bg-black-10 {
  color: #fff;
  background-color:rgba(0,0,0,0.1)
}


/* PONUDBA */
.box-product {
  background: #f6f6f6;
  border:1px solid #ccc;
  color: #333;
  padding: 20px;
  border-radius: 0px;
}
.tablet .box-product {
  font-size: 0.8em;
}

.box-product  img.offer-icon {
  position: absolute;
  top: -10px;
  left: -10px;
  max-width:75%;
}
.box-product  img.offer-icon-right {
  position: absolute;
  top: -10px;
  right: -10px;
  max-width:75%;
}
/* PONUDBA */

/* CONTACT SECTION */

.section.contact {
   background-color:#C06;
}
.section.contact .response-success {
display:inline-block;
padding:3px 5px;
font-size:0.8em;
color:#fff;
background-color:#3c0;
}
.section.contact .response-error {
display:inline-block;
padding:3px 5px;
font-size:0.8em;
color:#fff;
background-color:#c00;
}

