/**********************************************/
/*   Copyright by Piotr Wawrzyniak            */
/*   https://linkedin.com/in/piotrwawrzyniak  */
/*   http://nativecreation.pl                 */
/**********************************************/

@import url('reset.css');

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222222;
	line-height: 130%;
}

strong, b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	color: #555555;
}

p {
	font-size: 15px;
	margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 1.25;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
	width: 65%;
	height: 49px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #aaaaaa;
	margin: 0;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-icab-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
/*	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
	float: left:
}

textarea {
	width: 100%;
	height: 290px;
	padding: 15px 15px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, select:focus, textarea:focus {
	border-color: #bbbbbb;
	color: #777777;
}

input[type="text"].error, input[type="password"].error, input[type="file"].error, select.error, textarea.error {
	background-image: url(../images/ico-contact-error.jpg);
	background-position: 96% 17px;
	background-repeat: no-repeat;
	border-color: #ef5362;
	position: relative;
}

input[type="text"].valid, input[type="password"].valid, input[type="file"].valid, select.valid, textarea.valid {
	background-image: url(../images/ico-contact-pass.jpg);
	background-position: 96% 12px;
	background-repeat: no-repeat;
	border-color: #40d0ad;
	position: relative;
}
label.error {
	font-size: 85%;
    margin-top: 10px;
    display: block;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 30px;
}

ol > li {
	margin: 0 0 15px;
}

ul {
	margin: 0 0 15px 8px;	
}

ul li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}

ul > li:before {
	content: '';
}

/* --- [ global styles ] --- */

.container {
	max-width: 1200px;
	margin: 0 auto;
    position: relative;
}

buttton {
	border: 0;
	-webkit-transition: color 0.4s ease, background 0.4s ease;
	transition: color 0.4s ease, background 0.4s ease;
	cursor: pointer;
}

.btn {
	background: #ffffff;
	border: 1px solid #50aadf;
	font-family: 'proxima-nova';
	font-size: 15px;
	font-weight: bolder;
	color: #50aadf;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 24px 10px;
	-webkit-transition: color 0.4s ease, background 0.4s ease;
	transition: color 0.4s ease, background 0.4s ease;
	display: inline-block;
	cursor: pointer;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -icab-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 9999;
	float: right;
}

.btn:hover {
	background: #50aadf;
	color: #ffffff;
}

.btnContact {
	margin: -57px 15px 0 0;
}

.imgRight {
	margin: 0 0 10px 30px;
	float: right;
}

.imgLeft {
	margin: 0 30px 10px 0;
	float: left;
}

.toLeft {
	float: left;
}

.toRight {
	float: right;
}

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

/* --- [ mySite styles ] --- */

#top {
	background: #ffffff;
	width: 100%;
	height: 87px;
	float: left;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #e3e3e3;
}

#top > .container {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

#top .logo {
	margin: 19px 0 0;
	float: left;
}

#top #mobileMenuTrigger {
	background: url(../images/menu-rwd.png);
	width: 30px;
	height: 30px;
	margin: 28px 0 0 0;
	cursor: pointer;
	z-index: 9999;
	float: right;
	display: none;
}

#top #menu {
	margin: 22px 0 0;
	float: right;
}

#top #menu ul {
	margin: 0;
	padding: 0;
}

#top #menu ul li {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 18px;
	padding: 0;
	float: left;
}

#top #menu ul li:first-child {
	margin-left: 0;
}

#top #menu ul li:last-child {
	margin-right: 0;
}

#top #menu ul li a {
	color: #50a9df;
	padding: 12px 0 11px;
	float: left;
}

#top #menu ul li a:hover {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

#top #menu ul li:nth-last-child(2) a {
	border: 1px solid #50aadf;
	font-weight: bolder;
	padding: 11px 18px 10px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -icab-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#top #menu ul li:nth-last-child(2) a:hover {
	background: #50aadf;
	color: #ffffff;
}

#wrapper {
	width: 100%;
	margin: 87px 0 0;
	overflow: hidden;
	float: left;
}

#mainImg {
	background: url(../images/main-img.jpg) center center no-repeat;
	width: 100%;
	height: 580px;
	float: left
}

#mainImg > .container {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mainImg .inner {
	width: 100%;
	color: #ffffff;
	margin: 130px 0 0;
	float: left;
}

#mainImg .inner h2 {
	font-size: 51px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 62px;
	margin: 0 0 20px;
}

#mainImg .inner p {
	font-size: 23px;
	line-height: 29px;
	margin: 0 0 70px;
}

#mainImg .inner a.showMovieLink {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 0 0 70px;
	position: relative;
}

#mainImg .inner a.showMovieLink:before {
	content: url(../images/ico-play.png);
	position: absolute;
	top: -19px;
	left: 0;
}

.white-popup {
	position: relative;
	background: #ffffff;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none
}

#steps {
	background: url(../images/main-img.jpg) center center no-repeat;
	width: 100%;
	min-height: 665px;
	padding: 36px 0 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}

#steps > .container {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#homeBoxes {
	width: 100%;
	padding: 120px 0 100px;
	float: left;
}

#homeBoxes ul {
	width: 100%;
	float: left;
}

#homeBoxes ul li {
	width: 25%;
	text-align: center;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#homeBoxes ul li img {
	display: inline-block;
	margin: 0 0 10px;
}

#homeBoxes ul li h5 {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0 0 25px;
}

#homeBoxes ul li p {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 25px;
}

#homeBoxes ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #50aade;
}

#partners {
	width: 100%;
	float: left;
}

#partners > header {
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	color: #b0b0b0;
	text-align: center;
	padding: 0 0 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#partners ul {
	width: 100%;
	text-align: center;
	padding: 50px 0;
	margin: 0;
	float: left;
}

#partners ul li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#partners ul li:hover {
	opacity: 0.7;
}

#homeReseller {
	background: #3695d8;
	width: 100%;
	color: #ffffff;
	padding: 80px 0;
	float: left;
}

#homeReseller > .ressellerContainer {
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#homeReseller img {
	display: inline-block;
	margin: 0 0 30px;
}

#homeReseller h5 {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0 0 25px;
}

#homeReseller p {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 50px;
}

#homeReseller a {
	display: inline-block;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 11px 20px 12px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -icab-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
}

#homeReseller a:hover {
	background: #ffffff;
	color: #1b1b1b;
}

#footer {
	border-top: 1px solid #e3e3e3;
	width: 100%;
	min-height: 110px;
	font-size: 14px;
	text-transform: uppercase;
	color: #b0b0b0;
	margin: -1px 0 0;
	padding: 45px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#footer > .container {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer a {
	color: #b0b0b0;
}

#footer a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#footer ul.copy {
	margin: 0;
	padding: 0;
	float: left;
}

#footer ul.copy li {
	margin: 0;
	padding: 0;
	float: left;
}

#footer ul.copy li:before {
	content: '|';
	margin: 0 15px;
	float: left;
}

#footer ul.copy li:first-child:before {
	content: '';
	display: none;
}

#footer .made {
	float: right;
}

#footer .made img {
	display: inline-block;
	margin: 0 5px;
}

#imgTitlePage {
	background: url(../images/main-img.jpg) center center no-repeat;
	width: 100%;
	min-height: 176px;
	padding: 39px 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#imgTitlePage > .container {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#imgTitlePage h2 {
	width: 100%;
	font-size: 51px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 48px;
	float: left
}

#colorTitlePage {
	background: #50aade;
	width: 100%;
	min-height: 180px;
	padding: 39px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: both;
}

#colorTitlePage > .container {
	height: 180px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#colorTitlePage h2 {
	width: 100%;
	font-size: 51px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ffffff;
	line-height: normal;
	float: left
}

#colorTitlePage .objectName {
	width: 50%;
	color: #ffffff;
	position: absolute;
	top: -9px;
	right: 50px;
	text-align: right;
}

#colorTitlePage .objectName h5 {
	font-size: 19px;
	font-weight: bolder;
	margin: 0 0 21px;
}

#colorTitlePage .objectName p {
	font-size: 16px;
	margin: 0 0 21px;
}

#colorTitlePage .objectName ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}

#colorTitlePage .objectName ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#colorTitlePage .objectName ul li:before {
	content: '|';
	margin: 0 10px 0 7px;
}

#colorTitlePage .objectName ul li:first-child:before {
	content: '';
	display: none;
}

#colorTitlePage .objectName ul li a {
	color: #ffffff;
}

#colorTitlePage .objectName ul li a:hover {
	opacity: 0.5;
}

#emptyTitlePage {
	width: 100%;
	padding: 39px 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}

#emptyTitlePage > .container {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#emptyTitlePage ul#breadcrumbs li {
	color: #50aadf;
}

#emptyTitlePage ul#breadcrumbs li a {
	color: #222222;
}

ul#breadcrumbs {
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
	float: left;
}

ul#breadcrumbs li {
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	padding: 0;
	float: left;
}

ul#breadcrumbs li:before {
	content: '/';
	margin: 0 10px;
	float: left;
}

ul#breadcrumbs li:first-child:before {
	content: '/';
	display: none;
}

ul#breadcrumbs li a {
	color: #aee2ff;
}

#offerContent {
	width: 100%;
	margin: 95px 0 0;
	float: left;
}

.offerSection01 {
	width: 100%;
	margin: 0 0 85px;
	float: left;
}

.offerSection01 > .ressellerContainer {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.offerSection01 h4 {
	font-size: 31px;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 35px;
	line-height: 31px;
}

.offerSection01 .hr {
	background: #50aade;
	width: 100px;
	height: 1px;
	margin: 0 auto 30px;
	display: inline-block;
}

.offerSection01 h6 {
	font-size: 19px;
	font-weight: bolder;
	color: #a3a3a3;
	margin: 0 0 24px;
}

.offerSection01 p {
	line-height: 21px;
	text-align: center;
}

.offerSection02 {
	width: 100%;
	margin: 0 0 115px;
	float: left;
}

.offerSectionImg {
	width: 54%;
}

.offerSectionImg img {
	width: 100%;
	display: inline-block;
	margin: 0;
}

.offerSectionCon {
	width: 46%;
	padding: 63px 85px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.offerSectionCon h4 {
	font-size: 31px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 29px;
	line-height: 28px;
}

.offerSectionCon h6 {
	font-size: 19px;
	font-weight: bolder;
	margin: 0 0 24px;
}

.offerSectionCon p {
	line-height: 21px;
	margin: 0 0 24px;
}

.offerSectionCon > a {
	font-weight: bolder;
	color: #50aade;
}

.offerSection03 {
	width: 100%;
	float: left;
}

.offerSection03 {
	width: 100%;
	padding: 20px 85px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.offerSection03 .osLeft {
	width: 40%;
	padding: 0 40px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.offerSection03 .osLeft h4 {
	font-size: 31px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 41px;
	position: relative;
	line-height: 28px;
}

.offerSection03 .osLeft .hr {
	background: #50aade;
	width: 100px;
	height: 1px;
	margin: 0 0 31px;
	display: inline-block;
}

.offerSection03 .osLeft h6 {
	font-size: 19px;
	font-weight: bolder;
	line-height: 21px;
	color: #a3a3a3;
	margin: 0;
}

.offerSection03 .osRight {
	width: 60%;
	padding: 53px 0 0;
	float: right;
}

.offerSection03 .osRight ul.osrIcoPanels {
	width: 100%;
	float: right;
}

.offerSection03 .osRight ul.osrIcoPanels li:nth-child(1):before {
	content: url(../images/ico-box-03.jpg);
	position: absolute;
	top: -15px;
	left: 0;
}

.offerSection03 .osRight .osrIcoPanels li:nth-child(2):before {
	content: url(../images/ico-box-01.jpg);
	position: absolute;
	top: -15px;
	left: 0;
}

.offerSection03 .osRight ul.osrIcoPanels li {
	width: 100%;
	margin: 0 0 60px;
	padding: 0 0 0 110px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
}

.offerSection03 .osRight ul.osrIcoPanels li h6 {
	font-size: 21px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.offerSection03 .osRight ul.osrIcoPanels li p {
	line-height: 21px;
	margin: 0 0 30px;
}

.offerSection03 .osRight ul.osrIcoPanels li a {
	font-weight: bolder;
	color: #50aade;
}

#offerEnd {
	background: url(../images/img-offer-bottom.jpg) center center no-repeat;
	width: 100%;
	height: 632px;
	float: left;
}

#offerEnd > .container {
	height: 632px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#offerEnd .inner {
	width: 100%;
	color: #ffffff;
	position: absolute;
	bottom: 50px;
}

#offerEnd .inner .oeLeft {
	width: 40%;
	padding: 0 90px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#offerEnd .inner .oeLeft h4 {
	font-size: 31px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 37px;
	position: relative;
	line-height: 28px;
}

#offerEnd .inner .oeLeft .hr {
	background: #ffffff;
	width: 100px;
	height: 1px;
	margin: 0 0 31px;
	display: inline-block;
}

#offerEnd .inner .oeLeft h6 {
	font-size: 19px;
	font-weight: bolder;
	line-height: 21px;
	margin: 0;
}

#offerEnd .inner .oeRight {
	width: 60%;
	float: left;
}

#offerEnd .inner .oeRight > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#offerEnd .inner .oeRight > ul li {
	border: 3px solid #ffffff;
	width: 168px;
	height: 168px;
	font-size: 21px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	margin: 0 60px 0 0;
	padding: 20px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

#offerEnd .inner .oeRight > ul li img {
	display: inline-block;
	margin: 0 0 12px;
}

.sonteHome01 {
	width: 100%;
	margin: 0 0 50px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.sonteHome01 > .ressellerContainer {
	max-width: 700px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	float: left;
}

.sonteHome01 h4 {
	font-size: 31px;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 38px;
	line-height: 28px;
}

.sonteHome01 .hr {
	background: #50aade;
	width: 100px;
	height: 1px;
	margin: 0 0 31px;
	display: inline-block;
}

.sonteHome01 p {
	line-height: 21px;
}

.sonteHome02 {
	width: 100%;
	margin: -50px 0 50px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.sonteHome02 > .ressellerContainer {
	max-width: 700px;
	text-align: left;
	margin: 0;
	position: relative;
	float: left;
}
.sonteHome02 > .ressellerContainerCenter {
	margin: 0 auto;
    float: none;
}
.ressellerContainerCenter h4 {
	text-align: center;
}

.sonteHome02 h3 {
	font-size: 31px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 1.25;
}

.sonteHome02 h4 {
	font-size: 27px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 31px;
}

.sonteHome02 h5 {
	font-size: 23px;
	font-weight: bolder;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 1.25;
}

.sonteHome02 h6 {
	font-size: 19px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.sonteHome02 p {
	line-height: 21px;
	margin: 0 0 30px;
}

#contactContent {
	width: 100%;
	padding: 0 0 90px;
	float: left;
}

#contactContent > .container{
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contactContent h4 {
	font-size: 21px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 22px;
}

#contactContent p {
	line-height: 21px;
	margin: 0 0 20px;
}

#contactContent .ccLeft {
	width: 36%;
	padding: 0 50px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#contactContent .ccRight {
	width: 64%;
	float: left;
}

.row {
	width: 100%;
	margin: 0 0 21px;
	float: left;
}

.etabs {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.tab {
	background: none;
	width: 33.333%;
	min-height: 65px;
	text-align: center;
	margin: 0;
	padding: 0 15px;
	line-height: 65px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table-cell;
	float: left;
}

.tab a span {
	display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}

.tab a {
	font-size: 16px;
	display: block;
	outline: none;
	color: #ffffff;
}

.tab.active {
	background: #ffffff;
	position: relative;
}

.tab a.active {
	color: #333333;
}

#tab-container {
	width: 100%;
	float: left;
}

.tabsCon {
	background: #ffffff;
	width: 100%;
	padding: 55px 65px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.tabContent {
	width: 100%;
	min-height: 340px;
	float: left;
}

.tabContent .tcLeft {
	width: 65%;
	padding: 0 80px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.tabContent .tcRight {
	width: 35%;
	float: right;
}

.tabContent .tcLeft h3 {
	font-size: 31px;
	font-weight: bolder;
	line-height: 35px;
	margin: 0 0 22px;
}

.tabContent .tcLeft h4 {
	font-size: 21px;
	line-height: 25px;
	margin: 0;
}

#tabs01 .tcRight input {
	width: 100%;
}

#tabs03 .tcRight input {
	width: 100%;
}

#tabs03 .tcRight textarea {
	height: 190px;
}

#tabs01 .tcRight .nextStepText {
	font-size: 16px;
	color: #c4c4c4;
	margin-top: 8px;
}

.t02-01 label {
	font-size: 16px;
	color: #c4c4c4;
	margin: 14px 15px 0 0;
	float: left;
}

.t02-01 input[type=text] {
	width: 100%;
    margin-top: 20px;
}

.t02-02 label {
	width: 100%;
	font-size: 16px;
	color: #c4c4c4;
	margin: 16px 15px 0 0;
	float: left;
}

#tabs02 .row {
	margin: 0 0 10px;
}

#tabs03 .row .radioBoxList {
	color: #c4c4c4;
}

ul.radioBoxList {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	float: left;
}

ul.radioBoxListBelow {
	margin: 20px 0 10px;
}

ul.radioBoxList li {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

ul.radioBoxListBelow li {
	width: 100%;
	margin: 0;
}

ul.radioBoxList li:last-child {
	margin: 0;
}

ul.radioBoxList li input {
	display: none;
}

ul.radioBoxList li .circle { 
	background: white; 
	border: 1px solid #e4e4e4; 
	border-radius: 50%; 
	width: 21px; 
	height: 21px;
	margin: 0 12px 0 0;
	float: left; 
}
ul.radioBoxList li.error .circle {
    border: 1px solid #ef5362;
}
ul.radioBoxList li .circle .circle_small { 
	background: #50aade; 
	width: 13px; 
	height: 13px; 
	margin-left: 4px; 
	margin-top: 4px; 
	float: left; border-radius: 50%; 
	opacity: 0; transition: 0.2s ease;
}

ul.radioBoxList li .circle:hover > .circle_small { 
	opacity: 0.5;
}

ul.radioBoxList li input:checked + label { 
	font-weight: bolder;
	color: #333333;
}

ul.radioBoxList li input:checked + label .circle_small { 
	opacity: 1.0;
}

ul.radioBoxList li .circle ~ .radioboxLabel {
	font-size: 16px;
	margin: 2px 0 0 35px;
}

#tabs03 .tcLeft h4 {
	margin: 0 0 30px;
}

#tabs03 .tcRight input[type=text] {
	background-image: url(../images/ico-calendar.png);
	background-position: 163px 10px;
	background-repeat: no-repeat;
	width: 200px;
}

#tabs03 ul.radioBoxListBelow {
	margin: 20px 0 0;
}

#tabs03 .row > label {
	font-size: 16px;
	color: #c4c4c4;
}

ul.radioBoxImage {
	width: 100%;
	margin: 35px 0 0;
	padding: 0;
	float: left;
}

ul.radioBoxImage li {
	width: 169px;
	text-align: center;
	margin: 0 16px 15px 0;
	padding: 0;
	float: left;
}

ul.radioBoxImage li:last-child {
	margin: 0;
}

ul.radioBoxImage li figure {
	background: #50aade;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}

ul.radioBoxImage li figure img {
	width: 100%;
	display: inline-block;
	opacity: 0.22;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	float: left;
}

ul.radioBoxImage li:last-child {
	margin: 0;
}

ul.radioBoxImage li input {
	display: none;
}

ul.radioBoxImage li .circleCon {
	width: 100%;
	float: left;
}

ul.radioBoxImage li .circle { 
	background: white; 
	border: 1px solid #e4e4e4; 
	border-radius: 50%; 
	width: 21px; 
	height: 21px;
	margin: 14px 0 0;
	display: inline-block;
}
ul.radioBoxImage li.error .circle {
	border-color: #ef5362;
}

ul.radioBoxImage li .circle .circle_small { 
	background: #50aade; 
	width: 13px; 
	height: 13px; 
	margin-left: 4px; 
	margin-top: 4px; 
	float: left; border-radius: 50%; 
	opacity: 0; transition: 0.2s ease;
}

ul.radioBoxImage li .circle:hover > .circle_small { 
	opacity: 0.5;
}

ul.radioBoxImage li input:checked + label { 
	font-weight: bolder;
	color: #333333;
}

ul.radioBoxImage li input:checked + label .circle_small { 
	opacity: 1.0;
}

ul.radioBoxImage li input:checked + label figure img {
	opacity: 1.0;
}

/* Podstrona "Inspiracje" - Skrypt zdjęciowy  */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: "";
	display: block;
	background: #52abde;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}
    
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
    content: "Before";
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #52abde;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 #52abde, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid #52abde;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #52abde;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid #52abde;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid #52abde;
	bottom: 50%;
	margin-bottom: -17px;
}


/* Fix */


#cont {
	width: 100%;
	float: left;
}

.twentytwenty-container { 
	z-index: 5;
}

.holder { 
	width: 100%;
	max-width: 100%;
	float: left;
}

.iphone {
	float: right;
	position: relative;
	margin-top: -350px;
}

#offerContent ul:not(.osrIcoPanels) { list-style: square; padding: 0; margin: 20px 10px 15px 20px;}
#offerContent ul:not(.osrIcoPanels) li { padding: 0; }

@media(max-width: 600px) {
.iphone {
display: none;
}
}

.twentytwenty-before-label:before {
	content: "PRZED";
}
.twentytwenty-after-label:before {
	content: "PO";
}








/* Timeline */

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: -30px;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  opacity: 0.66;
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
  list-style: none;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -38px;
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 3px solid rgba(80, 169, 223, 0.7);
  z-index: 10;
}

.direction-r .flag:before {
  left: -38px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 1em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #50a9df;
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}

.footer-ico {
	width: 24px;
    position: relative;
    top: -4px;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
    opacity: 0.6;
}
.footer-ico:hover {
	opacity: 0.85;
	-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

iframe {
	max-width: 100%;
}

.cookies {
	position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    display: none;
}
.cookies a {
	float: right;
    margin-right: 40px;
    color: #3695D8;
    font-weight: bold;
    text-transform: uppercase;
}
