﻿/* Grid and Clearing Tools
----------------------------------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.grid-block:before,
.grid-block:after,
.deepest:before,
.deepest:after {
	content: "";
    display: table;
}
.clearfix:after,
.grid-block:after,
.deepest:after { clear: both; }

.grid-box { float: left; }
.grid-box.deepest {
    padding: 10px;
}

/* Align Boxes */
.float-left { float: left; }
.float-right { float: right; }


/* Layout Defaults
----------------------------------------------------------------------------------------------------*/

/* Center Page */
.wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Header */

#header {
    	background-image: -webkit-linear-gradient(top, #24b3e3, #217aa0);
		background-image: -moz-linear-gradient(top, #24b3e3, #217aa0);
		background-image: -o-linear-gradient(top, #24b3e3, #217aa0);
		background-image: linear-gradient(to bottom, #24b3e3, #217aa0);
    position: relative;
}
#menubar {
    display: block;
    float: left;
    margin-left: 10px;
}
#toolbar .float-left,
#toolbar .float-left > time {
	margin: 0 15px 0 0;
	float: left;
}


#toolbar .float-right {
    float: right;
    margin-right: 10px;
}
#headerbar {
     margin-right: 0;
    max-width: 100%;
    padding-bottom: 10px;
	position: relative;
	clear:both;
}

#logo, #logo > img,
#menu { float: left; }
/* Footer */
#footer {
	position: relative;
	text-align: center;
}
#menu  { margin: 10px 5px; }

#content {  margin: 15px; }

/* Do Ulubionych */


.favourite > li {
    float: left;
    list-style-type: none;
    margin: 0 5px;
}


.icon-star:before,.icon-sitemap:before {
    color: #000000;
    content: "";
    font-size: 20px;
    text-decoration: none !important;
}


.mod-box.social.deepest li {
	list-style-type: none;	
}

.mod-box {
    border: 1px solid #ddd;
    padding: 15px;
	margin: 10px 0;
	 position: relative;
}

.width100 {
    width: 100%;
}


.float-right img {
    padding: 0 6px;
    position: relative;
    top: 8px;
}

#toolbar {
    float: right;
    width: 285px;
}
#toolbar .facebook-like{
	float: left;
	padding-top: 10px;
	padding-right: 15px;
}
#logo {
    margin-left: 10px;
    margin-top: -13px;
}
#cycle {
    margin: 0 auto;
}

#top-a {

}


#sidebar-a .mod-box {
    margin-left: 10px;
  
}


.mod-box.kontakt {
    
    margin: 10px 10px 10px 0;
  
}
.mod-box.kontakt.deepest li {
    font-size: 20px;
    line-height: 30px;
    list-style: none outside none;
    padding-left: 11px;
}

.mod-box.deepest > img {
    display: block;
    margin: 0 auto;
}

.more {
       border-radius: 2px;
    color: #228AB3;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}


.fa-phone:before {

    left: -5px;
    position: relative;
}


#slogan {
    color: #ED741A;/*#E98F39;*/
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    right: 271px;
    text-transform: uppercase;
      top: 17px;
}


#ajaxmsg {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.conctacsocial {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    left: 59px;
    position: absolute;
    top: 50px;
}

.fa.fa-facebook-square {
    left: -8px;
    position: relative;
}