/*
	Theme Name: Hodowla
	Theme URI: http://hodowla.codemic.pl
	Description: Strona hodowli zwierząt
	Version: 0.0.1
	Author: Jan Schwichtenberg (CODEMIC)
	Author URI: http://codemic.pl/
	Tags: Animals, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* end grid 12 */

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
/* html element 62.5% font-size for REM use */
.red{
  color: #e41e13;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

/* header */
/* logo */
.logo {
	padding-top: 15px;
}
.logo-img {

}
/* nav */
.nav {

}
.text-center{
  text-align: center;
}
/* sidebar */
.sidebar {

}
/* footer */
.center-that{
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
	-webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	text-align: center;
	height: 100%;
}
.btn{
	position: relative;
	font-size: 1.5em;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
  -ms-transition: 200ms all ease-in;
  -o-transition: 200ms all ease-in;
  -moz-transition: 200ms all ease-in;
  -webkit-transition: 200ms all ease-in;
  transition: 200ms all ease-in;
}
.btn-solid{
	padding: 12px 45px;
	border: 1px solid #fff;
	color: #fff;
}
.btn-white{
	border-color: #fff;
	color: #fff;
}
.btn-red{
	border-color: #e41e13;
	color: #000;
}
.btn-full-red{
  border-color: #e41e13;
  color: #e41e13;
  background-color: #fff;
}
.btn-white:hover{
	/* border-color: #eaeaea;
    color: #eaeaea; */
    background-color: #e41e13;
    border-color: #e41e13;
    color: #fff;
}
.btn-red:hover{
	/* border-color: #f00;
    color: #444; */
    color: #fff;
    background-color: #e41e13;
}
.btn-full-red:hover{
  color: #fff;
  background-color: #e41e13;
}
/* .section-title{
    font-weight: 900;
    text-align: center;
    color: #e41e13;
    margin-top: 1em;
    font-size: 1.5em;
    margin-bottom: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h2.section-title{
    margin-top: 1em;
    font-size: 1.5em;
    margin-bottom: 1em;
}
.sub-section-title{
    display: inline-block;
    color: #000;
    margin: 2.25em 0;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #e41e13;
    line-height: 1em;
}
h3.sub-section-title{
    font-size: 1.5em;
} */

@media only screen and (max-width: 768px){
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

