/*www.cero.sk - cero design */

@font-face {
    font-family: 'ExistenceLight';
    src: url('fonts/existence-light.eot');
    src: url('fonts/existence-light.eot') format('embedded-opentype'),
         url('fonts/existence-light.woff') format('woff'),
         url('fonts/existence-light.ttf') format('truetype'),
         url('fonts/existence-light.svg#ExistenceLight') format('svg');
}

@font-face {
    font-family: 'AllerDisplay';
    src: url('fonts/AllerDisplay.eot');
    src: url('fonts/AllerDisplay.eot') format('embedded-opentype'),
         url('fonts/AllerDisplay.woff2') format('woff2'),
         url('fonts/AllerDisplay.woff') format('woff'),
         url('fonts/AllerDisplay.ttf') format('truetype'),
         url('fonts/AllerDisplay.svg#AllerDisplay') format('svg');
}

a:active, a:focus  {
    border:0px solid #000;
    -webkit-tap-highlight-color: rgba(255,255,255,255);
}

.main-row {
    display: flex;
}

img {
    max-width: 100%;
}

.main-row .col-lg-4 {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.main-row h2 {
    font-size: 28px !important;
    padding: 5px 19px !important;
    margin-top: 0 !important;
}


.main-row .top-services p {
    min-height: auto !important;
}

.main-row .img-circle {
    border-radius: 50% !important;
    max-width: 70px !important;
}

@media (max-width: 768px) {

.main-row {
    flex-direction: column;
}

}



.top-info {
    background: red;
    color: #fff;
    /* font-style: italic; */
    padding: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 65px;
}

.my-clear {
    clear: both;
    float: none;
    display: block;
}

body {

}

.navbar-brand {
    height: auto;
}

#myCarousel {
    background:  url(images/bg-slider.jpg) center top no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

.carousel-inner {
    margin:auto;
    max-width: 1200px;
    border: 10px solid #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.navbar-inverse {
    /*background: RGBA(45,29,19,0.7) !important;        */
    border: 0 !important;
    background: none !important;
}

.navbar-nav>li>a {
    font-family: 'ExistenceLight';
    font-size: 19px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 23px;
    line-height: 1.5;
}

.navbar-nav {
    float: right;
}

.my-instagram {
    max-height: 390px;
    overflow: hidden;
}


.navbar-nav>li:nth-child(2) a {
background: red;
}

.carousel-caption h1 {
    font-weight: bold;
}

.carousel-caption .btn {
    text-shadow: none;
    background: #d79d50;
    color: #522e16;
}

.navbar-nav>li>a:hover {
    color: #522e16 !important;
    background:#d79d50   !important;
}

.nav {
    margin-top: 40px !important;
}

h2 {
font-family: 'ExistenceLight';
    font-size: 30px;
    color: #d79d50 !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 19px;
    line-height: 1.5;
}

.top-services {
    margin-top: 25px !important;
    font-size: 17px;
}

.top-services p {
    min-height: 150px;
}

.btn-default, .btn-primary {
    color: #381400;
    background-color: #d79d50;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    padding: 14px 15px 12px;
    font-family: 'ExistenceLight';
    font-weight:bold;   
}

 
.btn-default span {
font-size: 27px;
    font-weight: bold;
    position: relative;
    margin: 1px 0 0 7px;
    line-height:15px;
    display: inline-block;
top: 3px;
}

.btn-default:hover, .btn-primary:hover {
    color: #d79d50;
    background-color: #381400;
    
}

.h1, h1 {
    font-size: 70px;
}

.about-us {
      background:  url(images/bg-about-us.jpg) center bottom no-repeat;
    background-size: 100% auto;
    color:#fff;
    text-align:center;
    padding:65px 0 !important;
    margin:65px 0 !important;
      font-size: 24px;
    line-height: 1.4; 
    background-attachment: fixed; 
}




.about-us p {
    margin:20px 0 !important;
}

.about-us h2 {
    color: #fff !important;
    font-size: 50px;
}

li {
    list-style: square;
    padding: 4px 0;
}

.pobocky {
    padding-bottom: 55px;
}

footer {
    background: #d79d50;
    padding: 45px 15px 35px;
    color: #000;
    text-align: center;
     text-transform: uppercase;
     font: 14px arial;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #000;
}

.social_block li.facebook a:before {
    content: "\f09a";
    background: #244a9d;
}

.social_block li.twitter a:before {
    content: "\f16d";
    background: #dd3a71;
}

.social_block li.google-plus a:before {
    content: "\f0d5";
    background: #ca4639;
}


.social_block li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    border-radius: 50%;
    width: 45px;
    color:#fff;
    font-size:23px;
    line-height: 45px;
    vertical-align: -5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social_block li, .fotter-nav li {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    list-style: none;
}
.fotter-nav li {
    border-right: 1px solid;
}

.fotter-nav li:LAST-CHILD {
    border-right: 0px solid;
}

.social_block, .fotter-nav {
    padding: 15px 0;
    margin:0;
    text-align: center;
}

.product{
    padding: 5px;
float:left;
    width: 20%;}

.product a {
    display: block;
    min-height: 205px;
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
    color: #331000;
}

.gallery a {
    display: block;
    float:left;
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
    width:210px;
    margin:2px
}

.gallery-1 a {
    display: inline-block;
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
    margin:4px auto;
}

.product a i {
        color: #d79d50 !important;
    text-transform: uppercase;
    /*font-family: 'AllerDisplay';*/
    font-family: 'ExistenceLight';
    font-size:25px;
    font-weight:bold 59
}

.product a img {
    max-width: 98%;
    max-height: 113px;
}

.product a:hover, .gallery a:hover {
box-shadow:0px 0px 4px #aaa;
border: 1px solid #999;
text-decoration: none;
}

.ponuka_menu h2 {
    font-size: 47px;
}


#my-top h1 {
text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    color:#fff;
    text-align:center;
}

#my-top {
    background:  url(images/bg-slider.jpg) center -250px no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
padding:130px 0 45px;
}

.common-page {
padding:75px 0 75px;
}

.nasa-ponuka h2 {
    font-size: 45px;
text-align:center      ;
    margin-top: 0;
    color: #361200 !important;
    font-weight: bold;
}

.nasa-ponuka li {
 list-style:none}
 
 .nasa-ponuka ul {
 margin:0;
 padding:10px;
     background: #d79d50;}

.nasa-ponuka li a {
    padding: 14px 15px;
    font-size: 15px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    font-weight: normal;
}

.nasa-ponuka li a:hover {
    color: #d79d50;
    background:#fff;
}

.my-fb {
    margin: auto;
    max-width: 500px;
    display: -webkit-box;
}

.top-contact {
    max-width: 1170px;
    margin: auto;
    text-align: right;
    color: #fff;
    padding-right: 40px;
    font-family: 'ExistenceLight';
    font-weight: 900;
    font-style: italic;
    padding-top: 7px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

@media (max-width: 768px) {

.about-us, #myCarousel {
    background-size: auto;
    background-attachment: fixed; 
}


.product a img {
    max-width:98% ;
        height: auto;
}

.product {
    width:50%
}

.navbar-brand img {
    margin-left: 25px;
}

.navbar-inverse {
    background: RGBA(45,29,19,0.9) !important;
}

.navbar-nav>li>a {
text-align:center;
}

.h1, h1 {
    font-size: 40px;
}

h2 {
    padding: 0px 19px;
}

.top-services p {
    min-height: auto;
}

.btn-default, .btn-primary {

    margin-bottom: 30px;
}

.navbar-toggle {
    margin-top: 37px;
    background-color: #d79d50;
}

.navbar-toggle:hover {
    color:#000 !important;
    background-color: #fff !important;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #000 !important;
}



}

@media (min-width: 768px)  {
.lead {
    font-size: 17px;
        text-align: JUSTIFY;
}
}

@media (max-width: 768px)  {

#my-top {
    background-size: auto;
}

.navbar-brand {
    max-width: 60%;
}

.navbar-brand img {
    width: 100%;
}

.nav {
    float: none;
}

}

@media (max-width: 1190px)  {

.navbar-wrapper .container {
    width: 100% !important;
}

.navbar-nav>li>a  {
    font-size:16px !important;
    padding:14px 10px !important;
}

}

h4 {
    float:none;
    clear: both;
        font-family: 'ExistenceLight';
    font-size: 30px;
    color: #d79d50 !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 19px;
    text-align:center;
}

.clear_moje {
    float:none;
    clear: both;
}

h1 .small_menu {
   font-size:45px;
}


.my-box {
    text-align: center;
    padding: 25px;
    border: 5px solid red;
    margin-bottom:25px;
}

.my-box .my-btn {
    text-align: center;
    display: inline-block;
    background: red;
    color: #fff;
    padding: 15px 35px;
    font-size: 20px;
}

.body-objednavky .col-md-8 h2 {
    color: red !important;
}







