body {
    /*background: url(../gfx/full_preview_02.jpg) no-repeat top center;*/
    width: 100%;
    min-height: 2161px;
    margin: 0px;
    padding: 0px;
    display: block;
    font-family: 'Exo 2', sans-serif;
    color: #fff;
    background-color: #272525;
    font-weight: 300;
}

html {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #272525;
}

#container {
    width: 1440px;
    margin: 0px auto;
    min-width: 1440px;
}

body.body_demo #container {
    min-height: 2385px;
    /*
    background: url(../gfx/background_02_demo.jpg) no-repeat top center;
    */
}

body.body_input #container {
    min-height: 2385px;
    /*
    background: url(../gfx/background_02_demo.jpg) no-repeat top center;
    */
}

#header {
    width: 1440px;
    position: relative;
    height: 132px;
}

.new-background {
background: url(../../gfx/background-power-new.jpg) repeat-y center top;
background-size: cover;
}

.new-bottom {
	background: url(../../gfx/background-power-new.jpg) repeat-y center top;
	overflow: hidden;
	padding-bottom: 20px;
}

#lead,
h2, .h2,
h3, .h3,
h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span
{
    background-image: linear-gradient( 30deg, #FFE26E 0%, #D9A945 8%, #B3701B 19%, #A65D0D 29%, #CEA54D 45%, #FFFF9D 58%, #E1BE5D 74%, #FFFFA9 100% );
    color: transparent;
    -webkit-background-clip: text;
}


/*
img {
    border-radius: 8px;
}
*/

#face {
	width: 135px;
	top: 28px;
	position: absolute;
	left: 69px;
}

#face img {
    width: 100%;
    display: inherit;
}

#name {
	position: absolute;
	left: 234px;
	top: 47px;
	font-size: 23px;
    font-weight: 200;
}

#name span {
	display: block;
	line-height: 44px;
	font-size: 35px;
}

#name span strong {
    font-weight: 600;
}


#contact {
	position: absolute;
	right: 32px;
	top: 27px;
}

#contact a {
	color: #cc9b47;
	float: right;
	font-size: 14px;
	text-align: right;
	margin-left: 53px;
	padding-right: 45px;
    background: no-repeat right center;
    text-decoration: none;
}

#contact a span {
	display: block;
	color: #fff;
	font-size: 17px;
}

#contact a#email {
	background-image: url(../../gfx/videos/mail.png);
    background-position: right 14px;
}

#contact a#phone {
	background-image: url(../../gfx/videos/phone.png);
    background-position: right 6px;
    padding-right: 28px;
}

#pathes {
    margin-top: -16px;
}

#pathes #pathes_header {
    text-align: center;
    font-size: 18px;
    position: relative;
}

#pathes #pathes_header strong {
    font-weight: 600;
}

#pathes #pathes_header:after {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../../gfx/videos/array_down.png) no-repeat center;
    left: 50%;
    margin-left: -10px;
}

#pathes_list {
    margin-top: 45px;
    position: relative;
}

#pathes_list ul {
    margin: 0px;
    padding: 0px;
}

#pathes_list ul li {
    width: 1440px;
    text-align: center;
    list-style: none;
}

#pathes_list ul li {
    display: none;
}

#pathes_list ul li.active {
    display: block;
}

#pathes_list ul li.active span {
    display: inline-block;
    padding: 0px 10px;
    color: #878e9d;
}

#pathes_list ul li.active span:last-of-type {
    display: none !important;
}

#pathes_list ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

#pathes_list ul li a.active, #pathes_list ul li a:hover {
    color: #cc9b47;
}

#path_prev, #path_next {
	position: absolute;
	top: 0px;
	display: block;
	cursor: pointer;
	height: 33px;
	width: 33px;
	content: " ";
	margin-top: -7px;
	border-radius: 8px;
	border: 1px solid #6e7888;
}

#path_prev {
    background: url(../../gfx/videos/arrow_prev_small.png) no-repeat 11px center;
    left: 25px;
    opacity: 0.6;
}

#path_next {
	background: url(../../gfx/videos/arrow_next_small.png) no-repeat 13px center;
	right: 27px;
	opacity: 0.6;
}

#path_prev:hover, #path_next:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    border-color: #9EA2A8;
    opacity: 0.8;
}

#head_lead_desc {
	text-align: center;
	margin: 0px auto;
	width: 1060px;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

#head_lead_desc h1 {
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 38px;
}

#head_lead_desc h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 52px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#head_lead_desc #lead {
	font-size: 36px;
	padding-bottom: 26px;
	padding-top: 0px;
	line-height: 38px;
}

#head_lead_desc #desc {
	font-size: 22px;
	padding-top: 30px;
	line-height: 26px;
}

#head_lead_desc #desc > p:first-of-type {
    margin-top: 0px;
}

#head_lead_desc #desc a {
    color: #ffe44f;
}

#video {
	background: no-repeat center;
    background-size: cover;
	width: 1440px;
	height: 810px;
    float: left;
}

#video #player {
	width: 1440px;
	margin: 0;
	height: 810px;
	display: block;
    position: relative;
}

#video #player #play_it {
	position: absolute;
	width: 1440px;
	height: 810px;
	top: 0px;
	left: 0;
    cursor: pointer;
    z-index: 2;
}

#video #player h2 {
	position: absolute;
	width: 1257px;
	top: 460px;
	text-align: center;
	font-size: 52px;
	line-height: 54px;
    padding-left: 30px;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
}

#options {
	width: 1240px;
	margin: 60px auto;
    overflow: hidden;
}

#options #option_desc {
	width: 810px;
	float: left;
    line-height: 26px;
    font-size: 22px;
}

#options #option_desc strong {
    font-weight: 600;
}

#options #prev_next {
	float: right;
	margin-right: 50px;
	margin-top: 22px;
}

#options #prev_next a {
	color: #fff;
	text-decoration: none;
	padding: 19px 34px;
	display: inline-block;
	font-size: 19px;
	border-radius: 10px;
	margin-left: 10px;
	background: rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    position: relative;
}

#options #prev_next a:hover {
    background: #cc9b47bf;
  box-shadow: 0 0 10px 0 #cc9b47bf;
}

#options #prev_next a span {
    position: relative;
}

#options #prev_next a#option_next span {
    margin-right: 10px;
}

#options #prev_next a#option_next span::after {
    position: absolute;
    right: -20px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../gfx/videos/arrows_prev_next.png) no-repeat center right;
    content: " ";
    top: -2px;
}

#options #prev_next a#option_prev span {
    margin-left: 10px;
}

#options #prev_next a#option_prev span::before {
    position: absolute;
    left: -20px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../gfx/videos/arrows_prev_next.png) no-repeat center left;
    content: " ";
    top: -2px;
}

#ratio {
	margin: 0px auto;
	width: 935px;
	padding: 15px 0;
	font-size: 20px;
}

#ratio_lead {
    position: relative;
    top: -5px;
}

#ratio_stars {
    margin-left: 11px;
}

#ratio_stars span {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	font-size: 30px;
    line-height: 40px;
	border-radius: 10px;
	margin-left: 0px;
	background: rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	position: relative;
	width: 44px;
	text-align: center;
    cursor: pointer;
}

#ratio_stars span:hover {
	background: rgba(0,55,124,0.75);
	background: #cc9b47bf;
	box-shadow: 0 0 10px 0 rgba(204, 155, 71, 0.75);
}

#comment {
	margin: 0px auto;
	width: 935px;
	padding: 35px 0 15px 0;
	font-size: 20px;
    overflow: hidden;
}

#showmore_categories {
    margin-top: 1px;
}

#comment_textarea {
	border-radius: 4px;
	background: #fff;
	width: 759px;
	padding-top: 0px;
	margin-top: 15px;
    float: left;
}

#comment_desc {
	width: 748px;
	border: none;
	height: 36px;
	margin: 4px;
	resize: none;
	font-size: 16px;
}

#comment_sender {
	float: right;
	width: 170px;
	font-size: 20px;
	text-align: center;
	margin-top: 16px;
}

#comment_sender a {
	color: #fff;
	text-decoration: none;
	padding: 10px 30px 10px 20px;
	display: inline-block;
	font-size: 18px;
	border-radius: 10px;
	margin-left: 0px;
	background: rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	position: relative;
	margin-top: 0px;
}

#comment_sender a:hover {
    background: #cc9b47bf;
  box-shadow: 0 0 10px 0 #cc9b47bf;
}

#comment_sender a span {
    position: relative;
}

#comment_sender a span::after {
	position: absolute;
	right: -25px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../gfx/videos/arrow_next_small.png) no-repeat center;
	content: " ";
	top: -2px;
	opacity: 0.7;
}

#footer {
	width: 1340px;
	margin: 0px auto;
	padding-top: 110px;
}

#footer_logo { background-size: contain; 
    background: url(../../gfx/videos/logo.png) no-repeat center;
    display: block;
    width: 167px;
    height: 69px;
    margin-top: -25px;
    float: left;
    background-size: contain;
}

#footer_copy {
	float: left;
	font-size: 18px;
	margin-left: 25px;
	margin-top: 10px;
}

#footer_link {
    float: right;
	font-size: 18px;
	margin-left: 25px;
	margin-top: 10px;
}

#footer_copy strong, #footer_link strong {
    font-weight: 600;
}

#footer_link a {
    color: #fff;
    text-decoration: none;
}

.helper_disabled {
    cursor: not-allowed;
}












/* demo7 */

#informations {
    height: 471px;
}

#informations #info_title {
	font-size: 60px;
	text-align: center;
	margin-top: 35px;
}

#informations #info_desc {
	text-align: center;
	font-size: 20px;
	margin-top: 36px;
}

#informations #info_form {
	width: 712px;
	margin: 50px auto 0 auto;
    clear: both;
}

#informations #info_form #info_input {
	float: left;
	width: 535px;
	margin-left: 80px;
}

#informations #info_form #info_input #info_input_2 {
	width: 485px;
	padding: 15px;
	background: #fff;
	border: none;
	border-radius: 7px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Exo 2';
}

#informations #info_form #info_button {
	float: right;
	border-radius: 7px;
	border: 1px solid #224f86;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
}

#informations #info_form #info_button #info_button_2 {
	border: none;
	background: rgba(0,0,0,0.2);
	width: 154px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Exo 2';
	line-height: 20px;
}

#informations #info_form #info_button #info_button_2 span {
    position: relative;
    margin-left: -10px;
}

#informations #info_form #info_button #info_button_2 span::after {
	position: absolute;
	right: -32px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../gfx/videos/arrow_next_small.png) no-repeat center;
	content: " ";
	top: -2px;
	opacity: 0.7;
}

/* dowiedz sie wiecej */
#informations #info_form #info_button #info_button_2m {
	border: none;
	background: rgba(0,0,0,0.2);
	width: 154px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Exo 2';
	line-height: 20px;
}

#informations #info_form #info_button #info_button_2m span {
    position: relative;
    margin-left: -10px;
}

#informations #info_form #info_button #info_button_2m span::after {
	position: absolute;
	right: -32px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../gfx/videos/arrow_next_small.png) no-repeat center;
	content: " ";
	top: -2px;
	opacity: 0.7;
}
/* dowiedz sie wiecej */

#informations #info_title_2 {
	text-align: center;
	font-size: 29px;
	margin-top: 48px;
	position: relative;
}

#informations #info_title_2 span {
	background: url(../../gfx/videos/blocker.png) no-repeat left 0px;
	padding-left: 35px;
}

#informations #info_desc_2 {
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
}

#informations #info_form.demo7 {
    width: 1360px;
    margin-top: 65px;
}

#informations #info_form.demo7 #info_input {
    width: 1035px;
}

#informations #info_form.demo7 #info_input #info_input_2 {
    width: 298px;
    margin-right: 20px;
}

#informations #info_form.demo7 #info_input #info_input_3 {
	width: 298px;
	padding: 15px;
	background: #fff;
	border: none;
	border-radius: 7px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Exo 2';
    margin-right: 20px;
}

#informations #info_form.demo7 #info_input #info_input_4 {
    width: 288px;
	padding: 15px;
	background: #fff;
	border: none;
	border-radius: 7px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Exo 2';
}

#informations #info_form.demo7 .demo7 span {
    position: relative;
}

#informations #info_form.demo7 .demo7 span label {
	position: absolute;
	top: -50px;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	display: block;
	width: 326px;
	left: 0px;
	text-align: center;
}

#informations #info_form.demo7 #info_button {
	margin-right: 80px;
}

#informations #info_form.demo7 #info_button_2demo7 {
	border: none;
	background: rgba(0,0,0,0.2);
	width: 154px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Exo 2';
	line-height: 20px;
}

#informations #info_form.demo7 #info_button_2demo7 span {
	position: relative;
	margin-left: -10px;
}

#informations #info_form.demo7 #info_button_2demo7 span::after {
	position: absolute;
	right: -32px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../gfx/videos/arrow_next_small.png) no-repeat center;
	content: " ";
	top: -2px;
	opacity: 0.7;
}

.classSkyColor { color: #cc9b47; }
.classSunColor { color: #ffe44f; }

#super_actions {
	display: block;
	padding: 60px 160px 0 160px;
	font-size: 18px;
    overflow: hidden;
}

#super_actions ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

#super_actions li {
	width: 22%;
	display: inline-block;
	text-align: left;
	margin-right: 2%;
}

#super_actions li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#super_actions li a:hover, #super_actions li a:hover span.icon, #super_actions li a:hover span.icon ion-icon {
    color: #cc9b47 !important;
    border-color: #cc9b47 !important;
}

#super_actions li a span.icon {
    display: block;
    width: 84px;
    height: 84px;
    border: 3px solid #fff;
    border-radius: 100%;
    line-height: 84px;
    text-align: center;
    color: #fff;
    font-size: 44px;
    float: left;
    margin-right: 15px;
}

#super_actions li a span.icon ion-icon {
    padding: 20px;
    color: #fff;
}

#super_actions li a span.text {
	font-size: 24px;
	vertical-align: middle;
	display: table-cell;
	margin-left: 0px;
	height: 84px;
	line-height: 28px;
	letter-spacing: -1px;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#regulamin-accept {
    margin-left: 80px;
    display: inline-block;
    margin-top: 20px;
}

#regulamin-accept a {
    color: #fff;
}

#regulamin-accept span {
    display: inline-block;
    margin-left: 24px;
}

@media (max-width: 1440px) {
    
    #regulamin-accept {
        margin-left: 0px;
    }

	html {
	
		/*
		width: 1152px;
		min-height: 1729px;
		min-width: 1152px;
		*/
	
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
		-o-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	
}

#showmore {
    display: none;
}

.hide-on-pc {
    display: none !important;
}

body[data-very-first-look="1"] {
    min-height: 1911px;
}

body[data-very-first-look="1"].body_input #container {
    height: 1731px;
    min-height: 1731px;
}

body[data-very-first-look="1"].body_input #container #newlife2020 {
    padding-bottom: 0px;
}

body[data-very-first-look="1"].body_input #container #newlife2020_f {
    min-height: 390px;
}


