/*
Theme name: Złota jesień
Author: SEM Concept
Author URI: semconcept.pl
Version: 1.0
*/

@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
    font-family: 'great_vibesregular';
    src: url('fonts/greatvibes-regular-webfont.eot');
    src: url('fonts/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/greatvibes-regular-webfont.woff2') format('woff2'),
         url('fonts/greatvibes-regular-webfont.woff') format('woff'),
         url('fonts/greatvibes-regular-webfont.ttf') format('truetype'),
         url('fonts/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset CSS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, cite, code, img, strong, sub, sup, ol, ul, li, fieldset, form, label, table, caption, tbody, thead, tr, th, td, article, canvas, figure, figcaption, footer, header, menu, nav, section, summary, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
    overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
article, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

/* Main styles */

body {
    font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	color: #000;
    overflow: hidden;
}
.container {
	position: relative;
}
.clear {
	clear:both;
}
a {
	color: #8E112E;
}
a:hover {
	color: #8E112E;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
img {
    max-width: 100%;
    height:auto;
}
.button {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float:right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}
.center{
    text-align: center;
}
.entry {
    line-height: 1.4;
    background-color: transparent;
    color: #000;
    padding: 10px 30px 30px 30px;
    font-size: 14px;
    line-height: 21px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	padding:15px 0;
    color: #823500;
}
.entry h1 {
	font-size: 36px;
}
.entry h2 {
	font-size: 32px;
}
.entry h3 {
	font-size: 28px;
}
.entry h4 {
	font-size: 24px;
}
.entry h5 {
	font-size: 20px;
}
.entry h6 {
	font-size: 16px;
}
.entry p {
	padding: 10px 0;
}
.entry ul {
    list-style: square;
    padding-left: 20px;
}
.entry ol {
    padding-left: 20px;
}
.entry li {
	padding: 5px 0;
}

/* Header */
.logo {
    display: block;
    margin: 10px auto;
}
#phone-head {
    float: right;
    width: 100%;
}
#phone-head .phone {
    font-family: 'Exo 2', sans-serif;
    color: #e16f00;
    font-weight: 700;
    font-size: 16px;
    float: right;
    margin: 15px 0px 15px 50px;
    position: relative;
}
#phone-head .phone::before {
    content: url(images/phone.png);
    position: absolute;
    left: -25px;
}
.navbar {
    border: none;
    margin-bottom: 0px;
}
.navbar-nav {
    border-top: 1px solid #f2f2f2;
}
.navbar-nav > li > a {
    font-size: 14px;
    color: #a5a5a5;
    border-top: 2px solid #fff;
    margin: 0px 15px;
    padding: 10px 0;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > .current-menu-item > a, .nav > .current_page_parent > a {
    text-decoration: none;
    background-color: #fff;
    color: #e16f00;
    border-top: 2px solid #e16f00;
}
.navbar-nav li:first-child a {
    margin-left: 0px;
}
.navbar-nav li:last-child a {
    margin-right: 0px;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
}
.dropdown-menu li {
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #e16f00;
    background-color: #fff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e16f00;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
#baner {
    height: 552px;
    width: 100%;
    position: relative;
    background-image: url(images/baner.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    color: #fff;
}
#baner h1 {
    padding: 110px 0 20px 30px;
    font-size: 57px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 112px;
}
#baner h1 span {
    font-size: 117px;
    font-family: 'great_vibesregular';
}
#baner p {
    max-width: 45%;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 20px 30px;
}
#baner .button {
    color: #fff;
    border: 2px solid #fff;
    margin: 0 0 0 30px;
}
#baner .button:hover {
    color: #e16f00;
    background-color:#fff;
    border: 2px solid #fff;
}
#boxes {
    position: relative;
}
#boxes::before {
    content: url(images/left.png);
    position: absolute;
    top: 200px;
    left: -20px;
}
#boxes::after {
    content: url(images/right.png);
    position: absolute;
    top: -360px;
    z-index: -1;
    right: -200px;
}
#boxes .box {
    text-align: center;
}
#boxes .box img {
    position: relative;
    top: -10px;
}
#boxes .box h2 {
    color: #e16f00;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
#boxes .box hr {
    margin: 10px 0;
    border-top: 1px solid #ababab;
}
#boxes .box p {
    font-size: 14px;
    color: #ababab;
    line-height: 20px;
}
#boxes .box .button {
    color: #e16f00;
    border: 2px solid #e16f00;
    margin: 15px 0;
}
#boxes .box .button:hover {
    color: #fff;
    background-color: #e16f00;
}
#front .left {
    position: relative;
}
#front .left::before {
    content: url(images/main-bg.png);
    position: absolute;
    left: -185px;
}
#front .right {
    border-left: 2px solid #e16f00;
    margin: 140px 0;
}
#front h2 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 57px;
    color: #823500;
    margin-bottom: 10px;
}
#front h3 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 43px;
    color: #ed8c2d;
    margin-bottom: 30px;
}
#front p {
    font-size: 18px;
    color: #484848;
    margin-bottom: 20px;
    line-height: 20px;
}
#front .button-w {
    color: #e16f00;
    border: 2px solid #e16f00;
    margin: 15px 0;
}
#front .button-w:hover {
    color: #fff;
    background-color: #e16f00;
}
#front .button-o {
    color: #fff;
    border: 2px solid #e16f00;
    background-color: #e16f00;
    margin: 15px 0 15px 15px;
    position: relative;
    padding: 10px 20px 10px 50px;
}
#front .button-o::before {
    content: url(images/mov.png);
    position: absolute;
    left: 15px;
    top: 8px;
}
#front .button-o:hover {
    color: #fff;
    background-color: #e16f00;
}
footer {
    background-color: #f4f4f4;
}
.footer-navbar {
    margin-top: 30px;
}
.footer-navbar .navbar-nav {
    border-top: 1px solid #F4F4F4;
}
.footer-navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #a5a5a5;
    border-top: 2px solid #F4F4F4;
    margin: 0px 15px;
    padding: 5px 0 10px 0;
}
.footer-navbar .nav > li > a:focus, .footer-navbar .nav > li > a:hover, .footer-navbar .nav > .current-menu-item > a {
    text-decoration: none;
    background-color: #F4F4F4;
    color: #e16f00;
    border-top: 2px solid #e16f00;
}
.footer-navbar .navbar-nav li:first-child a {
    margin-left: 0px;
}
.footer-navbar .navbar-nav li:last-child a {
    margin-right: 0px;
}
.footer-navbar .nav .dropdown-menu, .footer-navbar .nav .caret {
    display: none;
}
.page {
    border-top: 1px solid #f2f2f2;
}
#map {
    height: 350px;
    margin-top: 25px;
}
article.page::before {
    content: url(images/left.png);
    position: absolute;
    top: 100%;
    left: -20px;
}
article.page::after {
    content: url(images/right.png);
    position: absolute;
    top: -68%;
    z-index: -1;
    right: -200px;
}
.entry input, .entry textarea {
    width: 80%;
    padding: 10px 30px;
    margin: 5px 0 0 0;
    border: 1px solid #823500;
    color: #823500;
}
.entry input[type="submit"] {
    display: inline-block;
    width: auto;
    border: 1px solid #823500;
    background-color: #823500;
    color:#fff;
    padding: 10px 30px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.entry input[type="submit"]:hover {
    background-color: #fff;
    color:#823500;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
#boxes::before, #boxes::after, article.page::before, article.page::after {
    content: none;
}
.navbar-nav > li > a {
    margin: 0px 10px;
}
#baner h1 {
    padding: 70px 0 20px 30px;
}
#front h2 {
    font-size: 50px;
}
#front h3 {
    font-size: 40px;
}
.footer-navbar .navbar-nav > li > a {
    margin: 0px 10px;
}
#gallery-2 .gallery-item {
    width: 33% !important;
}
.entry input, .entry textarea {
    width: 90%;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
#boxes::before, #boxes::after, article.page::before, article.page::after, #front .left::before {
    content: none;
}
.navbar-nav > li > a {
    margin: 0px 10px;
}
#baner h1 {
    padding: 60px 0 20px 30px;
    line-height: 90px;
}
#baner h1 span {
    font-size: 90px;
}
#boxes .box {
    max-width: 500px;
    margin: 0 auto;
    float: none;
    margin-bottom: 50px;
}
#front .right {
    margin: 0 0 30px 0;
}
#front h2 {
    font-size: 50px;
}
#front h3 {
    font-size: 40px;
}
.footer-navbar .navbar-nav > li > a {
    margin: 0px 10px;
}
#gallery-2 .gallery-item {
    width: 33% !important;
}
.entry input, .entry textarea {
    width: 90%;
}
#map {
    height: 250px;
    margin-top: 10px;
    width: 90%;
}
}
@media screen and (max-width: 767px){
#boxes::before, #boxes::after, article.page::before, article.page::after, #front .left::before  {
    content: none;
}
.navbar-toggle {
    float: left;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #e16f00;
}
.navbar-nav li:first-child a {
    margin-left: 15px;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > .current-menu-item > a, .nav > .current_page_parent > a {
    border-top: 2px solid #fff;
}
.caret {
    display: none;
}
.dropdown-menu {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 15px;
}
.dropdown-menu > li > a {
    font-size: 14px;
    color: #a5a5a5;
    border-top: 2px solid #fff;
    margin: 0px 15px;
    padding: 10px 0;
}
.dropdown-menu > li > a:hover {
background-color: #fff;
color: #e16f00;
}
.entry input, .entry textarea {
    width: 100%;
}
#gallery-2 .gallery-item {
    width: 33% !important;
}
iframe {
    max-width: 100%;
    height:250px;
}
#baner h1 {
    padding: 20px;
    font-size: 48px;
    line-height: 64px;
}
#baner h1 span {
    font-size: 70px;
}
#baner p {
    max-width: 95%;
    padding: 0 0 40px 30px;
}
#boxes .box {
    margin-bottom: 50px;
}
#front .right {
    border-left: 2px solid #e16f00;
    margin: 0 0 30px 0;
}
.button {
    padding: 10px 10px;
    font-size: 14px;
}
#front .button-o::before {
    left: 10px;
    top: 6px;
}
#front h2 {
    font-size: 44px;
}
#front h3 {
    font-size: 35px;
}
}