/*
Theme Name: nazwa.pl wizytowka nr 4
Version: 1.0

1. IMPORT
2. GLOBAL STYLES
3. SECTION STYLES
4. RESPONSIVE STYLES

*/



/* 2. GLOBAL STYLES */


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #f2f2f2;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}
p,
ul, 
ol, 
dl {
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 1rem;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    color: #444;
}
h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
}
a:hover {
    color: #ff8a02;
}
.row {
    max-width: 73.125rem;
}
[data-magellan-expedition], 
[data-magellan-expedition-clone] {
    background: transparent;
    padding: 0;
}
.section {
    position: relative;
    padding: 5rem 0 2.5rem 0;
    margin-left: 4rem;
}
.section.section-line-bottom:after {
    content: "";
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 10px;
    background-color: #ff8a02;
}
.section.section-line-top:before {
    content: "";
    position: absolute;
    z-index: 30;
    top: 0;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 10px;
    background-color: #ff8a02;
}
.parallax-mirror {
    background-color: #8f8f8f;
    z-index: 0 !important;
}


/* 3. SECTION STYLES */

/* 3.1. Side menu */

#menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-backface-visibility: hidden;
}
#menu #menu-trigger {
    position: fixed;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    padding-top: 40px;
    cursor: pointer;
    background: #393d43;
    color: #fff;
    font-size: .5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    z-index: 1000;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    filter: alpha(opacity=50);
    opacity: .5;
}
#menu #menu-trigger:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
#menu #menu-trigger span {
    position: absolute;
    top: 12px;
    left: 16px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('../images/menu-icons.png') no-repeat 0 0;
    background-size: 32px 224px;
}
#menu #menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    width: 4rem;
    color: #fff;
    background: #393d43;
    white-space: nowrap;
    overflow-x: hidden;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
#menu.open #menu-wrapper {
    width: 16.5rem;
}
#menu ul {
    margin-top: 6rem;
    margin-bottom: 0;
}
#menu li {
    display: table-row;
}
#menu li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    width: 17.5rem;
    height: 4rem;
    padding-top: 2px;
    padding-left: 4rem;
    text-transform: uppercase;
    text-decoration: none;
    filter: alpha(opacity=50);
    opacity: .5;
	
	white-space: normal;
}
#menu li.active a,
#menu li a:hover,
#menu li.active a:hover {
    color: #fff;
    background: #2b2e32;
    filter: alpha(opacity=100);
    opacity: 1;
}
#menu li a span {
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('../images/menu-icons.png') no-repeat 0 0;
    background-size: 32px 224px;
}
#menu li.head a span {
    background-position: 0 -32px;
}
#menu li.about a span {
    background-position: 0 -64px;
}
#menu li.info a span {
    background-position: 0 -96px;
}
#menu li.offer a span {
    background-position: 0 -128px;
}
#menu li.map a span {
    background-position: 0 -160px;
}
#menu li.contact a span {
    background-position: 0 -192px;
}


/* 3.2. Header */

.section#head {
    padding: 12.5rem 0 6.25rem 0;
    background: url('../images/header-bg.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}
.section#head h1 {
    margin: 0;
    font-size: 4.5rem;
    line-height: 1.1;
    color: #fff;
}

/* 3.3. About */

.chevron-down {
    margin-top: 1.25rem;
}
.chevron-down a.more {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url('../images/chevron-down.png') no-repeat center 0;
    background-size: 60px 60px;
    border: solid 2px rgba(255,138,2,.5);
}
.chevron-down a.more:hover {
    background-position: center 6px;
    border-color: rgba(255,138,2,1);
}

/* 3.4. Image 1 */

.section#photo-1 {
    height: 30rem;
    background: url('../images/photo-1-bg.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

/* 3.5. Info */

.section#info.last-box {
    padding-bottom: 5rem;
}
ul.social-icons li {
    margin: .5rem .625rem 0 0;
}
ul.social-icons li a {
    display: block;
    line-height: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: .5rem;
    border: 1px solid rgba(81,81,81,.33);
}
ul.social-icons li a:hover {
    border-color: rgba(81,81,81,1);
}
ul.social-icons li a span {
    display: block;
    text-indent: 2500px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url('../images/social-icons.png') no-repeat 0 0;
    background-size: 96px 16px;
}
ul.social-icons li a.fb span {
    background-position: 0 0;
}
ul.social-icons li a.ig span {
    background-position: -16px 0;
}
ul.social-icons li a.tw span {
    background-position: -32px 0;
}
ul.social-icons li a.li span {
    background-position: -48px 0;
}
ul.social-icons li a.gp span {
    background-position: -64px 0;
}
ul.social-icons li a.yt span {
    background-position: -80px 0;
}

/* 3.6. Image 2 */

.section#photo-2 {
    height: 30rem;
    background: url('../images/photo-2-bg.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

/* 3.7. Offer */

.section#offer.last-box {
    padding-bottom: 5rem;
}

/* 3.8. Map */

#mapFrame {
    width: 100%;
    height: 100%;
}

.section#map {
    padding: 0;
    background: #e8e7e3;
}
#map .row {
    max-width: 100%;
}
#googleMap {
    height: 35rem;
}
#map p {
    margin: 0;
    font-size: .875rem;
}

/* 3.9. Contact form */

.section#contact {
    padding-bottom: 5rem;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    background: rgba(255,255,255,.5);
    border: solid 2px rgba(81,81,81,.5);
    box-shadow: none;
    color: #464646;
    font-size: 1rem;
    height: 2.75rem;
    margin-bottom: 1.25rem;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
textarea {
    padding: .625rem;
	
	height: 200px !important;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="week"]:hover, input[type="week"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="color"]:hover, input[type="color"]:focus, textarea:hover, textarea:focus {
    background: rgba(255,255,255,1);
    border-color: rgba(81,81,81,1);
}
::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;  
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #999;  
}
[placeholder]:-ms-input-placeholder {  
    color: #999;  
}
#contact .captcha {
    margin-top: .625rem;
}
#contact .captcha pre {
    text-align: right;
    margin-top: -.6rem;
    font-size: 6px;
    color: #000;
}

#send {
	cursor: pointer;
	text-transform: uppercase;
}


/* captcha */

#contact .captcha pre {

    color: #c1c1c1;
    float: left;
    font-family: monospace;
    font-size: 10px;
    letter-spacing: -2px;
    line-height: 60%;
    margin: 0 1em 0 0;
}

#captcha-input {
    color: #c1c1c1;
    height: 46px;
    text-align: center;
    width: 86px;
}


button, 
.button,
input[type="submit"] {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin: 1rem 0 0 0;
    padding: 1.25rem 5rem;
    font-size: .875rem;
    background-color: #ff8a02;
    color: #fff;
    border-radius: none;
    border: none;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
button:hover, 
.button:hover,
input[type="submit"]:hover,
button:focus, 
.button:focus,
input[type="submit"]:focus {
    background-color: #f28302;
}
ul.errors {
    color: #bf303c;
    font-size: 0.938rem;
    list-style: none;
    margin: -1rem 0 1.25rem;
}
.captcha ul.errors {
    margin: -.75rem 0 1.25rem;
    text-align: center;
}
input.placeholdersjs,
input[type="text"].placeholdersjs,
input[type="email"].placeholdersjs,
textarea.placeholdersjs {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #999 !important;
}


/* 4. RESPONSIVE STYLES */


@media only screen and (max-width: 64em) {
    h1,
    h2 {
        font-size: 1.75rem;
    }
    #menu #menu-trigger {
        width: 3.5rem;
        height: 3.5rem;
        padding-top: 36px;
    }
    #menu #menu-trigger span {
        top: 8px;
        left: 12px;
    }
    #menu #menu-wrapper {
        width: 3.5rem;
    }
    #menu.open #menu-wrapper {
        width: 16rem;
    }
    #menu ul {
        margin-top: 5.25rem;
    }
    #menu li a {
      /*  width: 12rem; */
        height: 3.5rem;
        padding-top: 2px;
        padding-left: 3.5rem;
    }
    #menu li a span {
        top: 12px;
        left: 12px;
    }
    .section {
        padding: 4.5rem 0 2.125rem 0;
        margin-left: 3.5rem;
    }
    .section#head h1 {
        font-size: 4rem;
    }
    .section#photo-1,
    .section#photo-2,
    #googleMap {
        height: 25rem;
    }
    .section#info.last-box,
    .section#offer.last-box,
    .section#contact {
        padding-bottom: 4.5rem;
    }
    ul.social-icons li {
        margin: .5rem .4rem 0 0;
    }
}
@media only screen and (max-width: 40em) {
    #menu #menu-wrapper {
        width: 0;
    }
    .section {
        padding: 3.5rem 0 2rem 0;
        margin-left: 0;
    }
    .section.section-line-top:before,
    .section.section-line-bottom:after {
        margin-left: -90px;
        width: 180px;
        height: 8px;
    }
    .section#head {
        padding: 10rem 0 5.25rem 0;
    }
    .section#head h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .section#info.last-box,
    .section#offer.last-box {
        padding-bottom: 3.5rem;
    }
    .section#info .small-12 + .small-12 {
        padding-top: 2rem;
    }
    .section#contact {
        padding-bottom: 3.5rem;
    }
    #contact .captcha pre {
        text-align: left;
    }
    .captcha ul.errors {
        margin: -1rem 0 1.25rem;
        text-align: left;
    }
}
@media only screen and (max-height: 27.5em) {
    #menu ul {
        margin-top: 4rem;
    }
    #menu li a {
        height: 2.5rem;
        font-size: .75rem;
        line-height: 1.1;
    }
    #menu li a span {
        top: 3px;
    }
}
@media only screen and (max-width: 1920px) {
    .section#head,
    .section#photo-1,
    .section#photo-2 {
        background-size: 1920px 1280px;
    }
}
@media only screen and (max-width: 1600px) {
    .section#head,
    .section#photo-1,
    .section#photo-2 {
        background-size: 1650px 1100px;
    }
}
@media only screen and (max-width: 1366px) {
    .section#head,
    .section#photo-1,
    .section#photo-2 {
        background-size: 1500px 1000px;
    }
}
@media only screen and (max-width: 1024px) {
    .section#head,
    .section#photo-1,
    .section#photo-2 {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center !important;
    }
}


@media (max-width: 360px){
h2{
	font-size: 16px;
}
}








/* oferta */
.offerContent p{
	margin-bottom: 15px;
}
.offerContent p em{

}
.offerContent em{

}
.offerContent span em{

}
.offerContent p strong{

}
.offerContent strong{
	
}

.offerContent ul {
	margin-bottom: 15px;

}

.offerContent ol  {
	margin-bottom: 15px;
}

.offerContent ol li{

}
.offerContent span{

}
.offerContent h1{
    font-size: 2rem;
    margin-bottom: 0;
}
.offerContent h2{
	font-size: 1.75rem;
    margin-bottom: 0;
}
.offerContent h3{
   font-size: 1.5rem;
   margin-bottom: 0;
}
.info {
    list-style: outside none none;
}
.inline-list.social-icons {
    margin-top: 15px;
}

#about p {
    white-space: pre-wrap;
}