/*
Theme Name:  Geneco (fornax)
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bsspodrecznik
Tags:

*/
/*
Autor: Daniel Bo�njak
Pakiet:ge  Email:daniel@pikselownia.com
Data utworzenia:2016-01-19 Kodowanie: UTF-8 
*/
/* 
    Created on : 2016-01-19, 2016-01-19 17:42:13
    Author     : daniel
*/

/*
Global
============================= */

body{
    font-family:'Source Sans Pro', sans-serif;
    color:#666;
    font-size:16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
background: -moz-linear-gradient(left, #f5f5f5 0%, #ffffff 38%, #ffffff 50%, #ffffff 66%, #f5f5f5 100%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f5f5f5 0%,#ffffff 38%,#ffffff 50%,#ffffff 66%,#f5f5f5 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f5f5f5 0%,#ffffff 38%,#ffffff 50%,#ffffff 66%,#f5f5f5 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 );
}


* {
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
}

p{line-height: 24px}
a{color:#0088cc;}
a:hover{text-decoration: none;}


.home h2{color: #cd7925;}
h1,h2,h3,h4,h5,h6{ font-family:'Source Sans Pro', sans-serif}
.cnt-title h1,.cnt-title span{ /*text-shadow: -3px -1px 23px rgba(0,0,0,0.5);*/ color: #cd7925;}
h1{font-size:50px; font-weight: 200; color: #cd7925; margin-bottom: 20px;   }
h2{font-size: 30px; font-weight: 300; color:#444; margin: 30px 0}
h3{font-size: 20px; font-weight: 400; margin: 20px 0;}
h4{font-size:18px; font-weight: 400}

/* 
HEADER ROW STYLE
===========================*/
#header-row{

    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 5px 0 32px;
}

#header-row .navbar{margin:10px 0 0 0;}

#header-row .navbar .navbar-inner{
    border:none;
    box-shadow: none;
    margin: 0;
    background: transparent;
}

#header-row .navbar .navbar-inner ul.nav > li > a{
    box-shadow: none;
    background: transparent;
    color: #f5f5f5;
}
.nav>li>a:hover, .nav>li>a:focus{
 background: #eee;   
}
#header-row .navbar .navbar-inner ul.nav li.active a{
    color: #fff;
}


/* 
Carousel
===========================*/

.carousel-control{
    background: transparent;
    font-size: 14px;
        bottom: initial;
    top:43%;	
}

.carousel-control.right{right:0px; width: 30px; background: none;color: #000 !important;}
.carousel-control.left{left:0px;width: 30px; background: none; color: #000 !important;}



#myCarousel{
    height: 500px;
    background: url(/app/ge1/img/slide-bg.png) no-repeat bottom center;
}

.carousel img{
    max-width: 100%;
}

.carousel-caption {
    background-color: transparent;
    position: relative;
    max-width: 100%;
    padding: 0 20px;
    margin-top:20%;

}

.carousel-caption h1{
    font-size: 37px;
    margin: 0px 0px 30px;
    padding-top:41px;
    font-weight: bold;
    color:#cd7925;
    font-weight:400;
}
.carousel-caption .lead{
    color: #888;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    font-weight: 400;
}


/* Divider
==================*/
.hr-divider{
    background: url(/app/ge1/img/slide-bg.png) no-repeat bottom center;
    max-width:1170px;
    width: 100%;
    height: 90px;
    margin-bottom: 45px;
    display: block;
    clear: both;}

/*Feature
==========================*/
.feature-box{
    margin-top: 35px;
    text-align: center;
}
.cnt-title { text-align: center; margin-bottom: 50px;}
.cnt-title span { 
    font-size: 24px;
    font-weight: 200;
}

/* Review
==========================*/
.review{
    margin: 80px 0;
}

/* Page Header
==========================*/

.page-header{
    border-bottom: 1px solid #f5f5f5;
}


/*Media
========================*/

.media{
    margin-bottom:50px;
}

/*MAP
========================*/
#map-canvas{
    height: 400px;
    border: 15px solid #fff;
    box-shadow:0 0 0 1px #f5f5f5;
}


/*MAP
========================*/

.blog-post{
    border-bottom: 2px solid #f5f5f5;
    padding:0 0 50px; 
    margin-bottom: 40px;
}


.blog-post p{
    margin: 20px 0;

}


.postmetadata{
    margin-bottom: 20px;
    padding: 5px 0;
}

.postmetadata ul{margin: 0; padding: 0}

.postmetadata ul li{
    display: inline-block;
    margin-right: 20px;
}

.postmetadata i{
    margin: 4px 5px 0 0;
}


/*Sidebar
========================*/

.side-bar{margin-bottom: 30px;}

.side-bar ul{margin: 0; padding: 0}
.side-bar ul li{list-style: none;}

.side-bar h3{margin-bottom: 10px}

.recent-post strong {display: block; margin-bottom: 5px; color: #888 }

.recent-post li{margin-bottom: 15px}

/*Tags
========================*/



/*Footer
========================*/

footer{
    border-top:1px solid #eee;
    background: #666;
    padding: 30px 0;
    color: #ccc;
    margin-top:40px;
}


/* Responsive View
=================================*/

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    body{    background: #fff;}
.navbar-brand img{
    width:78px;
    }
h1{font-size: 40px;}
.carousel-caption h1{
    font-size:29px;
}
.carousel-caption{left:0 !important; right:0 !important;}
}

/* Landscape phones and down */
@media (max-width: 480px) { 
}


