/**
 * RESET
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Open Sans", Helvetica, sans-serif;
}




body {
	color: #000;
	line-height: 1.2;
	margin: 0;
	font-size: 16px;
}

a {
	color: #4095de;
	text-decoration: none;
}

a:visited {
	color: #3383c7;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #39a0f9;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 38px;
	margin: 20px 0;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 24px;
	margin: 22px 0;
}

h4 {
	font-size: 22px;
	margin: 10px 0;
}

h5 {
	font-size: 20px;
	margin: 30px 0;
}

h6 {
	font-size: 18px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 16px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 16px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 18px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * END RESET 
 */

 /**
 * Cookie bar 
 */

#cookieBarDiv {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0, 0, 0, .6);
    padding: 6px 20px 4px;
    z-index: 99999;
    text-align: center;
    color: #fff;
}
#cookieBarDiv  a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#cookieBarDiv button {
    margin: 0 20px;
    line-height: 20px;
    background-color: #8ac91c;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    border: 0;
}

/**
 * USUNIECIE IFRAME
 */
iframe[name='google_conversion_frame'] {
	display: none;
}
 

 /**
  * LANDING
  */
.container_big {
 	clear: both;
 	display: table;
 	width: 100%;

 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box; 
 }
 .container {
 	max-width: 970px;
 }
 /*
  * sekcja glowna
  */
/* LP A. FRATCZAK */
.lp_fra {
    font-family: 'Open Sans', sans-serif;
    padding-top: 23px;
}
.lp_fra .top h1 {
    font-size: 49px;
    color: #f54746;
    margin-top: 40px;
    margin-bottom: 0;
}
.lp_fra .top h3 {
    font-size: 27px;
    margin: 0;
}
.lp_fra .top h5 {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin: 10px 0 0;
}
.lp_fra .top h6 {
    font-size: 28px;
    font-weight: 300;
    margin: 24px 0;
}
.lp_fra ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.lp_fra ul li {
    background-image: url("../images/fra-list-check.png");
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 5px;
    margin-top: 10px;
    min-height: 38px;
    font-size: 20px;
}
.lp_fra ul li:nth-child(2) {
    margin-top: 3px;
}
.lp_fra .btn-wrapper {
    margin-top: 30px;
    display: inline-block;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.31);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.31);
}
.lp_fra .btn, .lp_fra .price {
    display: inline-block;
    font-size: 18px;
}
.lp_fra .btn {
    background: #0c5ae2 url("../images/fra-btn-arrow.png") center right 14px no-repeat;
    padding: 10px 25px 10px 10px;
    color: #fff;
    font-weight: 700;
    width: 210px;
    border: none;
    border-radius: 2px;
}
.lp_fra .btn:hover {
    background: #206af1 url("../images/fra-btn-arrow.png") center right 10px no-repeat;
}
.lp_fra .price {
    padding: 12px 8px 10px;
    width: 76px;
}
.lp_fra .top_spacer {
    padding: 50px 0;
    background-color: #f64648;
}
.lp_fra .top_spacer p {
    color: #fff;
    font-weight: 300;
    font-size: 23px;
    margin: 0;
    text-align: justify;
}
.lp_fra .book_cover {
    padding: 45px 0;
    text-align: center;
}
.lp_fra .main .about_author h3 {
    font-weight: 300;
    margin-top: 0;
}
.lp_fra .main .about_author p {
    font-size: 17px;
    font-weight: 300;
}
.lp_fra .incentive,
.lp_fra .incentive .desc {
    margin-top: 80px;
}
.lp_fra .incentive .desc {
    font-weight: 300;
}
.lp_fra .recommendation {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    text-align: justify;
}
.lp_fra .recommendation strong,
.lp_fra .recommendation .note {
    font-weight: 500;
}
.lp_fra .recommendation .note {
    text-align: right;
    font-size: 14px;
    color: #f7494a;
    font-style: normal;
}
.lp_fra .incentive {
    font-size: 25px;
    text-align: justify;
}
.lp_fra .big {
    font-size: 44px;
}
.lp_fra .partners {
    -webkit-box-shadow: inset 0 20px 40px -20px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0 20px 40px -20px rgba(0,0,0,0.30);
    box-shadow: inset 0 20px 40px -20px rgba(0,0,0,0.30);
    text-align: center;
    padding-bottom: 20px;
}
.lp_fra .partners h3 {
    margin-top: 38px;
    font-size: 36px;
    font-weight: 600;
}
.lp_fra .partners img {
    width: 100%;
    max-width: 785px;
}
.lp_fra .footer {
    background-color: #1f1f1f;
    color: #fff;
    font-size: 15.4px;
}
.lp_fra .footer h6 {
    margin: 27px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}
.lp_fra .footer .terms h6 {
    margin-top: 10px;
}
.lp_fra .footer .terms p {
    margin-top: 14px;
    text-align: justify;
    color: #8b8b8b;
    font-size: 14px;
}
.lp_fra .footer .terms p a {
    color: #ccc;
}
.lp_fra .fra_coversion {
    text-align: center !important;
}
.lp_fra .quote {
    background: url("../images/frat-quote.jpg") top left 12px no-repeat;
    padding-top: 25px;
    text-indent: 25px;
}
.lp_fra .btn-wrapper {
    position: relative;
}
.lp_fra .btn-wrapper form {
    display: inline-block;
}
.lp_fra .btn-wrapper ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.31);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.31);
}
.lp_fra .btn-wrapper ul a:link {
    color: #0c5ae2;
    font-weight: 400;
}
.lp_fra .btn-wrapper ul li {
    background-image: none;
    padding: 10px;
    margin: 0;
    width: 210px;
    font-size: 12px;
    min-height: 0;
}
.lp_fra .btn-wrapper:hover ul {
    display: block;
}
@media (max-width:991px){
    .lp_fra .top .photo img {
        width: 400px;
        margin-left: -50px;
    }
    .lp_fra .top h1 {
        font-size: 44px;
        margin-top: 10px;
    }
    .lp_fra .top h3 {
        font-size: 22px;
    }
    .lp_fra .top h5,
    .lp_fra ul li {
        font-size: 16px;
    }
    .lp_fra .top h6 {
        font-size: 26px;
        margin: 12px 0;
    }
    .lp_fra .btn-wrapper {
        margin-top: 15px;
    }
    .lp_fra .top_spacer {
        padding: 30px 0;
    }
    .lp_fra .top_spacer p {
        font-size: 20px;
    }
    .lp_fra .book_cover img {
        width: 650px;
    }
    .lp_fra .main .about_author h3 {
        font-size: 22px;
    }
    .lp_fra .main .about_author p {
        font-size: 16px;
    }
    .lp_fra .recommendation {
        font-size: 16px;
    }
    .lp_fra .recommendation img {
        width: 100%;
    }
    .lp_fra .recommendation .note {
        font-size: 12px;
    }
    .lp_fra .incentive {
        margin-top: 32px;
        font-size: 18px;
    }
    .lp_fra .incentive .desc {
        margin-top: 30px;
    }
    .lp_fra .incentive .big {
        font-size: 34px;
    }
    .lp_fra .incentive img {
        width: 100%;
    }
    .lp_fra .incentive .btn-wrapper {
        margin-top: -10px;
    }
    .lp_fra .partners h3 {
        font-size: 32px;
        margin: 28px 0 10px 0;
    }
    @media (max-width:767px){
        .container {
            width: 480px;
        }
        .lp_fra {
            padding-top: 10px;
        }
        .lp_fra .top .photo {
            text-align: center;
            padding-top: 15px;
        }
        .lp_fra .top .photo img {
            width: 100%;
        }
        .lp_fra .top .right {
            padding-bottom: 15px;
        }
        .lp_fra .btn-wrapper {
            margin-left: 70px;
        }
        .lp_fra .book_cover {
            padding: 35px 0 20px 0;
        }
        .lp_fra .book_cover img {
            width: 100%;
        }
        .lp_fra .main .about_author .photo {
            text-align: center;
        }
        .lp_fra .main .about_author h3 {
            font-size: 22px;
            margin-top: 15px;
        }
        .lp_fra .main .about_author p {
            font-size: 16px;
            text-align: justify;
        }
        .lp_fra .recommendation {
            font-size: 16px;
        }
        .lp_fra .recommendation .photo {
            text-align: center;
            padding: 30px 0 0 0;
        }
        .lp_fra .recommendation img {
            width: auto;
        }
        .lp_fra .recommendation .note {
            padding-top: 5px;
            font-size: 12px;
        }
        .lp_fra .incentive {
            margin-top: 0;
            font-size: 18px;
        }
        .lp_fra .incentive .desc {
            margin-top: 30px;
        }
        .lp_fra .incentive .big {
            font-size: 34px;
        }
        .lp_fra .incentive .photo {
            text-align: center;
            padding-top: 20px;
        }
        .lp_fra .incentive img {
            width: auto;
        }
        .lp_fra .incentive .btn-wrapper {
            margin-top: -10px;
        }
        .lp_fra .partners h3 {
            font-size: 28px;
            margin: 28px 0 10px 0;
        }
        .lp_fra .footer h6 {
            margin: 15px 0 0 0;
            font-size: 14px;
        }
        .lp_fra .footer p {
            margin: 0;
            font-size: 12px;
        }
        .lp_fra .footer .terms p {
            font-size: 10px;
            padding-bottom: 15px;
        }
        .lp_fra .quote {
            background: url("../images/frat-quote.jpg") top left 14px no-repeat;
            background-size: 15px;
            padding-top: 5px;
            text-indent: 25px;
        }
    }
    @media (max-width:480px){
        .container {
            width: 320px;
        }
        .lp_fra .btn,
        .lp_fra .btn-wrapper ul li {
            width: 150px;
        }
        .lp_fra .price {
            width: 63px;
            font-size: 14px;
        }
        .lp_fra .btn-wrapper {
            margin-left: 20px;
        }
        .lp_fra .top_spacer p {
            font-size: 14px;
        }
        .lp_fra .incentive .big {
            font-size: 32px;
        }
        .lp_fra .incentive p {
            font-size: 16px;
        }
        .lp_fra .incentive img {
            width: 100%;
        }
        .lp_fra .incentive .btn-wrapper {
            margin-left: 35px;
        }
    }
}