

/*
Template Name: Bootstrap Rest01
Description: Business
Author: Josef Změlík - IT4SB.CZ
Author URI: http://www.it4sb.cz
*/

/*	 STYLES
/*----------------------------------------------------*/

body
{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #333333;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/** TYPOGRAPHY **/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Righteous', cursive, sans-serif;
    line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small
{
    color: #400404;
}

h1, h2, h3
{
    margin-bottom: 20px;
    font-weight: 300;
}

h4, h5, h6
{
    margin-bottom: 15px;
    font-weight: 400;
}

h1, .h1
{
    font-size: 44px;
}

h2, .h2
{
    font-size: 37px;
}

h3, .h3
{
    font-size: 27px;
}

h4, .h4
{
    font-size: 23px;
}

h5, .h5
{
    font-size: 18px;
}

h6, .h6
{
    font-size: 16px;
}

p
{
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0;
    color: #400404;
}

.lead
{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #e7e7e7;
}

small, .small
{
    font-size: 80%;
    line-height: 2;
}

em
{
    color: #ff6600;
}

/* TITLES */

.underlined-title
{
    text-align: center;
    padding-bottom: 30px;
}

.underlined-title h1
{
    color: #400404;
    margin: 0;
}

.underlined-title h2
{
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    color: rgba(64, 4, 4, 0.81);
}

.underlined-title hr
{
    width: 10%;
    border-width: 2px;
    border-color: #400404;
}

/* LINKS */

a
{
    color: #1abc9c;
}

a:hover
{
    color: #ffffff;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*	CONTENT BLOCK
/*----------------------------------------------------*/

/*	HEADER 1
/*----------------------------------------------------*/

#header-1
{
    width: 100%;
    background: #400404;
    height: 100px;
}

#header-1 .main-nav
{
    background-color: rgba(64, 4, 4, 0.85);
    border: 0;
    height: 100px;
}

#header-1 .main-nav .navbar-toggle
{
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

#header-1 .main-nav .navbar-toggle:focus
{
    outline: none;
}

#header-1 .main-nav .navbar-toggle .icon-bar
{
    height: 3px;
}

#header-1 .main-nav .navbar-toggle:hover .icon-bar
{
    background-color: #fff;
}

#header-1 .main-nav .nav
{
    margin-top: 30px;
}

#header-1 .main-nav .navbar-nav > li a
{
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 20px;
    color: #fff;
    border-bottom: 3px solid #fff;
    margin-left: 35px;
    padding-bottom: 10px;
}

#header-1 .main-nav .navbar-nav > li.active a
{
    border-bottom: 3px solid #1abc9c;
    color: rgb(255,255,255);
    background: none;
}

#header-1 .main-nav .navbar-nav > li a:hover
{
    border-bottom: 3px solid #1abc9c;
    color: rgb(255,255,255);
    background: none;
}

#header-1 .main-nav .navbar-nav > li a:focus
{
    outline: none;
    background: none;
}

#header-1 .main-nav .navbar-nav > li a:active
{
    outline: none;
    background: none;
}

#header-1 .main-nav .navbar-nav > li.active
{
    color: #333;
}

#header-1 .main-nav .nav .dropdown-menu
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #3E606F;
}

#header-1 .main-nav .nav .dropdown-menu:before
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3E606F;
    position: absolute;
    right: 35px;
    top: -10px;
}

#header-1 .main-nav .nav .dropdown-menu a
{
    padding: 8px 20px;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header-1 .main-nav .nav .dropdown-menu a:hover
{
    background: #193441;
    color: #fff;
}

#header-1 .brand-img
{
    max-width: 300px;
    padding: 10px 0;
}

.headroom
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

.headroom--unpinned
{
    top: -100px;
}

.headroom--pinned
{
    top: 0;
}

/* Override bootstrap default */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    background: none;
}

/*	HEADER 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px)
{
    #header-1 .brand-img
    {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #header-1 .navbar-fixed-top
    {
        position: relative;
    }
    #header-1 .navbar-collapse
    {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 80px;
        position: absolute;
        background: #193441;
        z-index: 999;
    }
    #header-1 .navbar-collapse .nav
    {
        margin: 0;
    }
    #header-1 .main-nav .nav .dropdown-menu:before
    {
        display: none;
    }
    #header-1 .navbar-fixed-top .navbar-collapse,
	#header-1 .navbar-fixed-bottom .navbar-collapse
    {
        max-height: inherit;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px){




}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px){




}

/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/

.content-1-1
{
    background: url("../images/bg-block-1-2.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-1-1 .container
{
    margin-top: 500px;
    background-color: rgba(64, 4, 4, 0.76);
}

.content-1-1 h1
{
    text-transform: uppercase;
    font-weight: 300;
    color: #e9e9e9;
}

/*	CONTENT BLOCK 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){



}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

/*	CONTENT BLOCK 2-4
/*----------------------------------------------------*/

.content-2-4 i
{
    clear: both;
}

#quote-carousel
{
}

.content-2-4 h1, .content-2-4 p
{
    color: #ffffff;
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

/*	CONTENT BLOCK 2-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){



}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

/*	Pricing Tables 1
/*----------------------------------------------------*/

.pricing-table-1 .price-block
{
    text-align: center;
    color: #ffffff;
    transition: all 0.25s;
    max-width: 400px;
    margin: 0 auto 20px auto;
}

.pricing-table-1 h3
{
    text-transform: uppercase;
    padding: 20px 0;
    background: #400404;
    margin: 0;
    border-radius: 6px 6px 0 0;
}

.pricing-table-1 h4
{
    text-transform: none;
    color: rgb(0,0,0);
}

.pricing-table-1 .price
{
    display: inline-block;
    background: #e6e6e6;
    width: 100%;
    min-height: 150px;
    padding: 10px 10px 10px 10px;
}

.pricing-table-1 .price-figure
{
    font-size: 24px;
    text-transform: none;
    padding-top: 14px;
}

.pricing-table-1 .price-number
{
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}

.pricing-table-1 .price-tenure
{
    font-size: 11px;
    margin-top: 0;
}

.pricing-table-1 .features
{
    background: #DDDDDD;
    color: #555555;
    padding: 0;
    margin: 0;
}

.pricing-table-1 .features li
{
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}

.pricing-table-1 .price-footer
{
    display: block;
    background: #400404;
    border-radius: 0 0 6px 6px;
    margin-top: -5px;
    padding: 10px 0;
}

/* Hover Effects */

.pricing-table-1 .price-block:hover
{
    transform: scale(1.04) translateY(-5px);
    -webkit-transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
}

.pricing-table-1 .price-block:hover .price.pastel-green
{
    background: #B8E7D8;
}

.pricing-table-1 .price-block:hover .price.pastel-green2
{
    background: #BAFFEA;
}

.pricing-table-1 .price-block:hover .price.pastel-red
{
    background: #FF5E65;
}

.pricing-table-1 .price-block:hover .price.pastel-orange
{
    background: #FFD9B8;
}

.pricing-table-1 .price-block:hover .price.pastel-phurple
{
    background: #DCDBFF;
}

.pricing-table-1 .price-block:hover h3
{
    background: #400404;
}

/* Ribbons */

.ribbon
{
    position: absolute;
    top: -4px;
    right: 11px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    z-index: 10;
}

.red-hot
{
    background: url("../images/ribbons/red-hot.png") 0 0 no-repeat;
}

.best-value
{
    background: url("../images/ribbons/best-value.png") 0 0 no-repeat;
}

.super-cool
{
    background: url("../images/ribbons/super-cool.png") 0 0 no-repeat;
}

.new
{
    background: url("../images/ribbons/new.png") 0 0 no-repeat;
}

.premium
{
    background: url("../images/ribbons/premium.png") 0 0 no-repeat;
}

.exclusive
{
    background: url("../images/ribbons/exclusive.png") 0 0 no-repeat;
}

.popular
{
    background: url("../images/ribbons/popular.png") 0 0 no-repeat;
}

.five-stars
{
    background: url("../images/ribbons/five-stars.png") 0 0 no-repeat;
}

/*	Pricing Tables 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px)
{
    .pricing-table-1 .price-block
    {
        margin-bottom: 20px;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

/*	FOOTER 1-3
/*----------------------------------------------------*/

.footer-1-3
{
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-1-3 .brand-img
{
    width: 400px;
}

.footer-1-3 .social
{
    margin-top: 20px;
}

.footer-1-3 .address-bold-line
{
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.footer-1-3 .address
{
    color: #ffffff;
}

.footer-1-3 .footer-text
{
    border-top: #ecf0f1 1px solid;
    text-align: center;
    margin-top: 10px;
}

.footer-1-3 .footer-text p
{
    color: #ecf0f1;
}

/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){



}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

/*	CONTACT 1
/*----------------------------------------------------*/

.contact-1 .form-container
{
    margin-top: 60px;
}

.contact-1 .contact-info
{
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-info span
{
    margin-right: 7px;
    color: #1abc9c;
    padding-right: 5px;
}

.contact-1 .contact-info li
{
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e;
}

.contact-1 .contact-info li a
{
    color: #2e2e2e;
}

.contact-1 .contact-info li a:hover
{
    color: #1abc9c;
}

#map
{
    width: 100%;
    height: 350px;
}

#contact span.required
{
    font-size: 13px;
    color: #ff0000;
}

#message
{
    margin-bottom: 20px;
    padding: 0;
}

.error_message
{
    display: block;
    background: #FBE3E4;
    padding: 10px 0;
    color: #8a1f11;
    border: 2px solid #FBC2C4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*	CONTACT 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){



}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

/*	FOOTER 1-3
/*----------------------------------------------------*/

.footer-1-3
{
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-1-3 .brand-img
{
    width: 400px;
}

.footer-1-3 .social
{
    margin-top: 20px;
}

.footer-1-3 .address-bold-line
{
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.footer-1-3 .address
{
    color: #ffffff;
}

.footer-1-3 .footer-text
{
    border-top: #ecf0f1 1px solid;
    text-align: center;
    margin-top: 10px;
}

.footer-1-3 .footer-text p
{
    color: #ecf0f1;
}

/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){



}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

/*	CONTENT BLOCK 1-7
/*----------------------------------------------------*/

.content-1-7
{
    text-align: center;
    padding: 64px 0px 64px 0px;
}

.content-1-7 .col-md-2
{
    height: 80px;
    line-height: 80px;
}

.content-1-7 img
{
    max-width: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
    height: auto;
}

.content-1-7 img:hover
{
    opacity: 1;
}

/*	CONTENT BLOCK 1-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px){



}

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){



}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

/*	CONTENT BLOCK 1-9
/*----------------------------------------------------*/

.content-1-9 h4
{
    margin-top: 0;
    text-align: center;
}

.content-1-9 img
{
    text-align: center;
    max-width: 240px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
    height: auto;
}

.content-1-9 img:hover
{
    opacity: 1;
}

/*	CONTENT BLOCK 1-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){



}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){



}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){



}

.hneda
{
    background-color: #400404;
}

.palivove
{
    text-align: justify;
    font-size: 18px;
    line-height: 1.1;
    color: rgba(64, 4, 4, 0.57);
}

 .h2-palivove, .h3-palivove, .h4-palivove
{
    font-family: 'Righteous', cursive, sans-serif;
    line-height: 1.1;
    margin: 0px;
    font-size: 18px;
    float: left;
    color: rgba(64, 4, 4, 0.45);
}