/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat:400,500,800|Open+Sans:400,600|Orbitron:400,500|Oswald&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

/*
font-family: 'Orbitron', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Niconne', cursive;


*/

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:180%;
	color:#fafafa;
	background-color:#2B2A28;
    background-image: url(img/bg.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
p {
	
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Dancing Script', cursive;
	letter-spacing:1px;
	color:#EA64A0;
}
img {
	max-width:100%;
	height:auto;
}
b, strong {
	color:#EA64A0;
}
a {
	text-decoration:none;
	color:#EA64A0;
    text-decoration: none;
    transition: background-color 0.4s ease 0s,border 0s ease 0s,color 0.4s ease 0s,opacity 0.4s ease-in-out 0s;
}
a:link, a:visited {
	color:#EA64A0;
}
#zone-branding, #region-branding {
    width: 100%;
    margin: 0 auto;
}
#kolumny {
	-webkit-column-count: 2;
    -moz-column-count: 2;
	column-count:2;
	
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

}


#region-sidebar-first {
	background-color:#fff;
}
#region-sidebar-first .block-title {
	border-left:6px solid #E42227;
	height:62px;
	background-color:#010101;
	color:#ffffff;
}
/*preface*/
#region-preface-first h2, #region-preface-second h2, #region-preface-third h2 {
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
#zone-preface img {
	    margin-bottom: 15px;
    box-shadow: 1px 2px 2px #999;
	text-align:center;
	width:100%;
	height:auto;
}
#region-preface-first p, #region-preface-second p, #region-preface-third p {
	
	padding-left:15px;
	padding-right:15px;
}
#region-preface-first p a, #region-preface-second p a, #region-preface-third p a {
	text-align:right;
	    display: block;
}
/*end preface*/
h1#page-title, h2.block-title{
	font-size:36px;
	padding-bottom:20px;
	color:#EA64A0;
	font-family: 'Dancing Script', cursive;
	font-weight:400;
	text-align:center;
}

/*table*/
table {
  border: 0px solid #CCC;
  width: 100%;
}

thead th, th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
}
table { table-layout: fixed; }
td { width: 50%; }
td { word-wrap: break-word; } 
td, th {
  padding: 4px 8px;
  vertical-align: middle;
  border-bottom: solid 1px #EA64A04a;
}

th a, th a:link, th a:visited {
  text-decoration: none;
}

th a {
  display: block;
}

th a img {
  margin: 0 0 0 5px;
}

th.active {
  background: #DDD;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

/* Odd & Even Styles */
tr.even td {
  background: #F1F5FA;
}

tr.odd td {
  background: #fff;
}

td.active {
	
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

tr.even td.active {
  background: #e5e9ed;
}

tr.odd td.active {
  background: #f2f2f2;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #EA64A04a;
}

/*table*/
#zone-header, #region-header-first {
    width: 100%;
    margin: 0 auto;
}

#zone-footer-wrapper {
    margin-top: 20px;
    background-color: #e2e2e2;
    border-top: 10px solid #EA64A0;
	padding-top:20px;
	padding-bottom:20px;
	    background-image: url(img/bgg.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
table #o-nas {
	text-align:center;
}
.webform-client-form-3 select.form-select, .webform-client-form-3 .form-text, div.block-formblock .form-text, div#block-formblock-user_password_request .form-text, div#block-formblock-contact_site .form-text, div#block-formblock-user_register .form-text, .form-select, #superfish-2-select, #superfish-1-select {
    height: 50px;
    clear: both;
    margin-bottom: 10px;
    line-height: 100%;
    padding: 5px 5px;
   
    border-bottom: 2px solid #888;
    background-color: #e2e2e2;
    max-width: 100%;
    width: 100% !important;
    box-shadow: none;
}
#superfish-1-select {
	background-color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-family: "Lato",sans-serif;
    
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #22313F;
	
}
.form-textarea-wrapper textarea {
    clear: both;
    margin-bottom: 10px;
    line-height: 100%;
    padding: 5px 5px;
    border-style: solid;
    border-width: 3px;
    
    background-color: #e2e2e2;
    box-shadow: none;
    max-width: 100%;
    width: 100% !important;
	border-bottom: 2px solid #888;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	border-color:transparent;
}

element.style {
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    background: #3498db;
    padding: 14px 30px 14px 30px;
    text-decoration: none;
    border-color: none;
    text-shadow: none;
    font-family: Century Gothic,CenturyGothic,AppleGothic,'Lato',sans-serif;
    border: none;
}
.form-actions input:hover {
    background: #282828 none repeat scroll 0 0;
}

.logo-img {
    margin-right: 0;
}
#superfish-1 {
	margin-bottom:20px;
	float:right;
}
#superfish-1 li a {
    color: #EA64A0;
    font-size: 24px;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 15px;
    display: block;
    font-family: 'Dancing Script', cursive;
}
#superfish-1 li a:hover, #superfish-1 li a.active {
    border-bottom: 2px solid #fff;
}
#superfish-1 a:hover, #superfish-1 a.active {
    color: #fff;
}
#zone-user-wrapper {
	margin-top:15px;
}
#block-delta-blocks-logo {
	max-width:380px;
	height:125px;
	position:relative;
}
.logo-img {
	float:none;
	margin:none;
	position:absolute;
	z-index:10;
}
body.responsive-layout-mobile .logo-img {
	position:relative;
	width:100%;
	    text-align: center;
}
body.responsive-layout-mobile #region-menu {
	float:unset;
}
body.responsive-layout-mobile .logo-img img {
	width:46%;
	height:auto;
}
.soli {
	width: 49%;
    display: inline-block;
	z-index:13;
	position:relative;
}
.block-logo-block img {
	margin-top:10px;
}
#block-block-2 {
	margin-top:10px;
}
#block-block-2 img{
	padding: 0px 5px;
}
#zone-menu-wrapper {
	height: fit-content;
    position: fixed;
    background: #2b2a28d1;
    z-index: 11;
    width: 100%;
	    box-shadow: 0px 0px 2px #fff;
	min-height: 125px;
}
#zone-menu {
    margin: 0 auto;
    height: 100px;
}

body.responsive-layout-mobile  #zone-branding-wrapper {
    padding-top: 210px;
}
#logo, .largeLogo img,.smallLogo img{
  transition: all 0.5s;
}
.largeLogo img{width: 110%;}
.smallLogo img{width: 85%;}

h2.node-title {
    font-size: 28px;
    display: none;
}
/*
#mapa {
	  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
*/
.field-name-field-galeria img {
    background-color: #f4f4f4;
    box-shadow: 1px 1px 3px #ccc;
    margin-right: 25px;
    padding: 5px;
    margin-bottom: 20px;
	
}
.field-name-field-galeria {
	margin-bottom:20px;
	
}
.field-name-field-galeria .field-item {
	display:inline;
}
.block {
	transition: all 0.5s;
}
/*
.not-front #zone-branding,.not-front #region-branding {
    margin: 0px auto;
    width: 100%;
	height:200px;
    border-bottom: 3px solid #EA64A0;
    background-color: #8C8C8C;
    background-image: url(img/v2.jpg);
    background-position: top center;
    background-size: cover;
	margin-bottom:50px;
}
*/
#block-block-5 .content {
    background-color: #3A5998;
    color: #ffffff;
    
    text-transform: uppercase;
    padding: 20px 0px;
}





.ckeditor-accordion-container > dl dt > a {
	background-color: #EA64A0;
	font-family: 'Dancing Script', cursive;
	font-size:24px;
	text-decoration:none;
	color:#2B2A28;
}
.ckeditor-accordion-container > dl dt.active > a {
    background-color: #fbfbfb;
    
}
thead th, th {
    background: #f7f7f796;
    border-bottom: 1px solid #EA64A0;
    color: #121212;
}
dd {
    
    font-size: 18px;
    font-style: normal;
    
}
.ckeditor-accordion-container > dl dt > a:hover {
  background-color: #fbfbfb;
}
body.responsive-layout-mobile dd {
    
    font-size: 12px;
    font-style: normal;
}
.ckeditor-accordion-container > dl {
    position: relative;
    border: 1px solid #fbfbfb;
}
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
	background: #2B2A28;
}
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before {
	background: #2B2A28;
}
.ckeditor-accordion-container > dl dt > a {
	 border-bottom: 1px solid #fbfbfb;
}
#o-nas,#zabiegi,#cennik,#galeria,#kontakt{
    padding-top: 150px;
}
#region-menu {
	float:right;
}
#zone-preface .content ul {
  list-style-image:url('img/check.png');
  list-style-position: inside;
}
.view-peel-mission img {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
.view-peel-mission h2 {
	text-align:center;
	margin-top:20px;
}
.view-peel-mission .views-row {
	border-bottom:1px solid #ccc;
}
.view-peel-mission ul {
	list-style-position: inside;
}