/*
Theme Name: Pinboard Child
Template: pinboard
Author: Child Theme Configurator
Version: 1.0.1432889869
Updated: 2015-05-29 09:57:49
*/

/*
	Style HTML Tags
*/


phone_number {
	text-align: left;
	border-left:4px solid;
	margin-left: 5px;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
address {
	text-align: left;
	border-left:4px solid;
	margin-left: 5px;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
}



#images{
    padding:30px;
}
#images img{
    position:relative;
    float:left;
    margin:0px;
    transition:0.3s;
    box-shadow: 0 0 0 0px #fff;
}
#images img:hover{
    z-index:2;
    transform: scale(1.8);
}
#images img:hover:after{
    content: attr(title);
}

/*#primary, #secondary {
    float: right;
    overflow: hidden;
    width: 280px;
}*/


.onecol {
    width: 100%;
}
.twocol {
    width: 100%;
}

#content {
    margin: 0 0px 0 5px;
	width: 65%;
}
/*#container {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}*/
#sidebar {
    position: relative;
    width: 30%;
    padding-bottom: 30px;
}
/*
#container {
    float: right;
    margin: 0 0px 0 0;
    width: 100%;
}*/

.table_gray { background-color:#f6f5ef; font-size:14px; }
.table_gray th { background-color:#BDB76B;color:gray;}
.table_gray td { padding:0px;border:0;}
.table_gray td { border-bottom:0px dotted #BDB76B;border:1px solid #f6f5ef;}

.table_black { background-color:#000000;border-collapse:collapse;color:gray;font-size:15px; }
.table_black th { background-color:#000000;color:yellow;}
.table_black td { padding:0px;border:0; }
.table_black td { border-bottom:0px dotted #000000;border:1px solid #000000; }


#container{ 
    position: relative; 
    width: 100%;    
    padding-bottom: 30px;       
}

#list{
    position: relative;
    padding-top: 80px;
    width: 95%;
    /*height: 100%;*/
    padding-bottom: 10px;
}

#list li{
    position: relative;
    float: left;    
    list-style: none outside none;
    width: 20%;
    height: 170px;  
    /*border:1px solid black;*/
}




body {
	background:#ccc;
	color:#333;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	line-height:1.62em;
}

a {
	color:#21759b;
	text-decoration:none;
	-moz-transition: color .25s ease, margin .25s ease;
	-webkit-transition: color .25s ease, margin .25s ease;
	-o-transition: color .25s ease, margin .25s ease;
	-ms-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}

a:hover {
	color:#6699cc;
}

h1, h2, h3, h4, h5, h6 {
	text-align:center;
	margin-top:16px;
	margin-bottom:2px;
	font-family:"Tahoma", sans-serif;
	font-weight:300;
	line-height:1.62em;
	letter-spacing:1px;
}

h1 {
	font-size:20px;
	color:#6699cc;
}

h2 {
	font-size:19px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:17px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:15px;
}

p {
	margin-bottom:10px;
}


/*
	London Areas
*/

.left-block, .right-block {
	vertical-align: middle;
	text-align:center;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.right-block > iframe {
	vertical-align: middle;
	width: 50%;
	margin-bottom: 10px;
}

.bottom-block img {
	float: left;
	margin: 0 25px 10px 0;
}


/*
	London Areas End
*/


/* CONTENTS (Lista rozwijana - Collapse-O-Matic plugin)
---------------------------------------------------------- */

.content-wrapper{
	background: #fff;
	padding: 0px 10px;

}

.content-text{
	text-align: justify;
}

.content-text h1{
	text-align: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	margin-top: 10px;
	border-bottom: 1px solid #DEDEDE;
	height: 44px;
}

.content-contents{
	text-align: justify;
	margin-bottom: 20px;
}

.content-title{
	text-align: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	margin-top: 10px;
	border-bottom: 1px solid #DEDEDE;
	height: 44px;
	position: relative;
}

ul.content-list li{
	margin-bottom: 25px;
}

.accordion{}

.accordion ul li{
	list-style-type: none !important;
	list-style-image: url("../../uploads/img/acc-loupe.png");
	padding-bottom: 10px;
}

/* CONTENTS END
---------------------------------------------------------- */

