/*
Document   : default
Created on : 18.3.2013, 13:15:12
Author     : Mirek Suk
Description:
Updates: 29. 9. 2015
Author updates: Tomas Kliner
Default styles for shared elements
*/

html {
	-ms-overflow-style: scrollbar;
}

body {
	line-height: 1.45;
}

h1, h2, h3 { font-weight: normal; line-height: 1.45}

h1,.h1
{
	margin: 10px 0 19px 0;
	font-family: 'SPPsemibold', Helvetica, arial, sans-serif;
	font-size: 30px;
	color: #000;
	line-height: 1.428571429;
}

h2,.h2
{
	margin: 10px 0 6px 0;
	font-family: 'SPPsemibold', Helvetica, arial, sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 1.428571429
}

h3,.h3
{
	margin: 10px 0 6px 0;
	font-family: 'SPPsemibold', Helvetica, arial, sans-serif;
	font-size: 22px;
	color: #000;
	line-height: 1.428571429
}

ul, ol
{
	margin: 0;
}
ol
{
	margin-left: 20px;
}
ol li
{
	margin: 0;
	padding: 3px 0 3px 5px;
}
ul li
{
	margin: 0;
	padding: 3px 0 3px 20px;
	list-style-type: none;
}
ul li
{
	background: transparent url('/images/layout/column-bullet.png') no-repeat 0px 8px;
}
ul.circle li {
	background: transparent url(/images/layout/bullet-circle.png) no-repeat 0px 9px;
}

.SPPsemibold{
	font-family: 'SPPsemibold', serif;
}

.greyBg--greyBorder {
	margin-bottom: 0 !important;
	border-bottom: 2px solid #949598;
}

.hr-gray {
	border-top: 1px solid #949598;
	border-bottom: 1px solid #949598;
}

.steps {
	display: flex;
	/*justify-content: center;*/
	text-align: center;

	flex-flow: column wrap;
	/*overflow: hidden;*/
	margin: 0 25px;
}

.steps_step {
	flex: 1;
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 6px 15px;
	border-left: 1px solid #fff;
	border-collapse: collapse;
	display: flex;
	align-items: center;
	text-decoration: none;

	/*margin: 0 -25px;*/
}

/*.steps_step:first-child {
	margin-left: 0
}
.steps_step:last-child {
	margin-right: 0;
}*/

.steps--large .steps_step {
	padding: 14px 15px;
}

/*.steps .steps_step {
	padding-right: 55px;
}*/

/*

.steps .steps_step.active {
	padding-right: 15px;
	margin-left: -40px;
}
*/
.steps_step:last-child {
	padding-right: 15px;
}

.steps_step:hover, .steps_step:active, .steps_step:focus {
	color: #fed741;
	text-decoration: none;
}

.steps_step > span {
	flex: 1;
}

.steps_step.active {
	background: #fed741;
	color: #000;
	font-family: SPPsemibold, serif;

	-webkit-box-shadow: inset 10px 10px 46px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 10px 10px 46px -20px rgba(0,0,0,0.75);
	box-shadow: inset 10px 10px 46px -20px rgba(0,0,0,0.75);

	/*border-radius: 50px;*/
	/*margin-left: -35px;*/
	/*padding-right: 15px;*/

	z-index: 10;
}

@media (min-width: 768px){
	.steps {
		flex-flow: row;
	}

	.steps_step:first-child {
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;

		border-left: 0px;
	}

	.steps_step:last-child {
		border-bottom-right-radius: 50px;
		border-top-right-radius: 50px;
	}
}

.btn-new, .btn-new:visited{background-color: #000;padding:10px 30px 10px 30px; min-width: 100px; max-width: 100%; color: white;font-size: 20px;text-decoration: none;font-weight: normal;-webkit-border-radius: 40px;border-radius: 40px;display: inline-block;line-height: 1.3; margin-bottom: 10px;
	font-family: 'SPPregular', serif;text-align: center;border:0; position: relative;}

.btn-new--large {
	padding: 20px 30px;
}

.btn-new:hover, .btn-new:focus {
	background-color: #000; color: #ffe718; text-decoration: none; outline: none;
}

.btn-new:hover:before, .btn-new:focus:before {
	color: #ffe718;
}

.text-normal {font-weight: normal; font-family: 'SPPregular', serif;}
.text-uppercase { text-transform: uppercase}

.btn-new--block {
	display: block;
}

.btn-new--double-line {
	line-height: 1.1;
	font-size: 18px;
	padding: 5px 30px 5px 40px;
}

/*
.btn-new:before {
	content: '»';
	position: absolute;
	left: 20px;
	font-size: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	margin-top: -2px;
	color: #ffe718;
}
*/

.btn-new--white, .btn-new--white:visited {
	border: 2px solid #949598;
	background-color: #fff;
	color: #000000;
}

.btn-new--white:hover, .btn-new--white:focus {
	border-color: #000;
	color: #000;
	background-color: #eee;
}


.btn-new--yellow, .btn-new--yellow:visited {
	background-color: #fedb21;
	color: #000000;
	border: 1px solid #fedb21;
}

.btn-new--yellow:hover, .btn-new--yellow:focus {
	background-color: #fedb21;
	border-color: #000;
	color: #000;
	/*background-color: #eee;*/
}

.btn-new--small {
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	border-width: 1px;
}

.btn-new--small:before{
	color: white;
	left: 10px;
}

.btn-new--white:before,
.btn-new--white:visited:before
{
	color: #929292;
}

.btn-new--white:before,
.btn-new--white:hover:before {
	color: #000;
}

.btn-new--yellow:before,
.btn-new--yellow:hover:before {
	color: #000;
}

.ul-new-icon li:before {
	content: '';
	background: #ffd92a;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.ul-new-icon li {
	background: none;
	clear: both;
	position: relative;

	padding-left: 70px;
	min-height: 60px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.ul-new-icon li:after {
	content: '';
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.i-recycle:after {
	background-image: url(/images/grantoze/icon-recycle.svg);
}

.i-cart:after {
	background-image: url(/images/grantoze/icon-cart.svg);
}

.i-crown:after {
	background-image: url(/images/grantoze/icon-crown.svg);
}

.i-sheet:after {
	background-image: url(/images/grantoze/icon-sheet.svg);
}

.i-gas:after {
	background-image: url(/images/grantoze/icon-gas.svg);
}

.i-plant:after {
	background-image: url(/images/grantoze/icon-plant.svg);
}

.i-play:after {
	background-image: url(/images/grantoze/icon-play.svg);
}

.i-euro:after {
	background-image: url(/images/grantoze/icon-euro.svg);
}

.i-graph:after {
	background-image: url(/images/grantoze/icon-graph.svg);
}

.i-shield:after {
	background-image: url(/images/grantoze/icon-shield.svg);
}


.ul-new li {
	background: transparent url(/images/termovizia/ul-check.png) no-repeat 0 8px;
	margin: 0;
	padding: 7px 0 12px 29px;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.3;
}

.ul-new--yellow li {
	background: transparent url(/images/smarthome/ul-check.png) no-repeat 0 8px;
	margin: 0;
	padding: 10px 0 10px 48px;
	list-style-type: none;
	font-size: 20px;
	line-height: 1.3;
}

.ul-new--white li {
	background: transparent url(/images/ul-check-white.png) no-repeat 0 8px;
	margin: 0;
	padding: 10px 0 12px 48px;
	list-style-type: none;
	font-size: 20px;
	line-height: 1.3;
}

.hint-box {
	border-left: 8px solid #ffd841;
	padding: 15px 12px 15px 12px;
	background: #f3f7f7;
	font-size: 22px;
	line-height: 1.45;
	color: #636262;
	margin: 30px auto 50px auto;
	position: relative;
}

.table-box {
	border-top: 8px solid #ffd841;
}

.hint-box li {
	line-height: 1.45;
}


.hero-top_wrapper {
	background-color: #feda2a;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 50%;
	min-height: 368px;
}

.hero-top_wrapper h1,
.hero-top_wrapper .h1,
.hero-top_wrapper h2,
.hero-top_wrapper .h2,
.hero-top_wrapper h3,
.hero-top_wrapper .h3
{
	line-height: 1;
}

.hero-top_wrapper--small {
	min-height: 250px;
	background-size: 51.5%;
}

.hero-top_text {
	padding: 20px;
	text-align: left;
	font-size: 19px;
	line-height: 1.35;
}

.hero-top_wrapper-flex {
	background-color: #feda2a;
	background-repeat: no-repeat;
	min-height: 200px;
	display: flex;
	flex-flow: column-reverse;
	justify-content: flex-end;

	/*margin-top: 15px;*/
}

.hero-top_wrapper-flex h1,
.hero-top_wrapper-flex h2,
.hero-top_wrapper-flex h3,
.hero-top_wrapper-flex h4,
.hero-top_wrapper-flex h5,
.hero-top_wrapper-flex div {
	line-height: 1;
}

@media (min-width: 960px) {
	.hero-top_wrapper-flex {
		flex-flow: row;
		margin-top: 0;
	}
}

.hero-top_left {
	text-align: left;
	font-size: 19px;
	line-height: 1.35;
	flex-basis: 100%;
}

.hero-top_right {
	flex-basis: 100%;
	min-height: 180px;
}

.hero-title {
	font-size: 26px;
	font-family: SPPregular, serif;
}


.hero-subtitle {
	font-size: 16px;
}

@media (min-width: 768px) {
	.hero-title {
		font-size: 40px;
	}

	.hero-subtitle {
		font-size: 20px;
	}
}

@media (min-width: 960px) {
	.hero-title {
		font-size: 36px;
	}
}


.box-pad {
	padding: 10px;
}

.box-pad-small {
	padding: 10px;
}

.box-pad-medium {
	padding: 10px;
}

.box-pad-big {
	padding: 10px;
}

.box-black {
	background-color: #000;
}

.box-yellow {
	background-color: #FFD500;
}

.color-gray {
	color: #636262;
}

.color-yellow {
	color: #ffd741;
}

.color-green {
	color: #6DD400;
}

@media (min-width: 960px){
	.hero-top_text {
		padding: 40px;
	}

	.hero-top_wrapper--small .hero-top_text {
		padding: 20px 40px;
	}

	.box-pad {
		padding: 40px;
	}

	.box-pad.hint-box {
		padding-left: 32px;
	}

	.box-pad-small {
		padding: 10px;
	}

	.box-pad-medium {
		padding: 20px;
	}

	.box-pad-big {
		padding: 60px;
	}

	.box-pad-medium.hint-box {
		padding-left: 12px;
	}

}

strong {
	font-family: "SPPsemibold", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

img { border: 0; }

a {
	font-family: 'SPPsemibold';
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.showImportant
{
	display:block!important;
}

.none
{
	display: none;
}


a.bullet {
	display: block;
	padding-left: 26px;
	padding-bottom: 12px;
	background: url("/images/layout/column-bullet.png") 1px 5px no-repeat;
}

.nopadding{
	padding:0!important;
}

/* Aktivovane odkazy v hlavicce a hornim menu: */

#Header #HeaderIn a.active {
	color: #FFD92A;
	text-decoration: underline;
}

#Menu a.electricity.active {
	color: #FFD92A;
	background: url("/images/layout/menu-flash-hover.png") 180px 11px no-repeat #000000;
}

#Menu a.gas.active {
	color: #FFD92A;
	background: url("/images/layout/menu-fire-hover.png") 180px 11px no-repeat #000000;
}

#Menu a.lightBlue.active {
	color: #FFD92A;
	background: #000000;
}

/* ICO */
.icoPosition{
	display: inline-block;
    position: relative;
}


.icoHelp{
	background: url("/images/layout/icon-hint.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 19px;
    width: 19px;
	text-decoration: none;
	text-indent: -10000px;
}


/* Krasna mackaci tlacitka se stinem: */



/* vychozi univerzalni (cerne) tlacitko - nově pro bílé tlačítko */
.flexiButton {
	display: inline-block;
	white-space: nowrap;
	height: 43px;
	text-decoration: none;
	border: none;
	background: none;
	color: #000;
}
.flexiButton span.leftPart {
	display: inline-block;
	width: 24px;
	/*height: 43px;*/
	line-height: 43px;
	background: transparent url(/images/layout/button-white-left.png) no-repeat;
}
.flexiButton span.rightPart {
	display: inline-block;
	width: 25px;
	/*height: 43px;*/
	line-height: 43px;
	background: transparent url(/images/layout/button-white-right.png) no-repeat;
}
/*.flexiButton span.mainPart {
	position: relative;
    top: -22px;
	/top: -7px;  IE7
	display: inline-block;
	height: 43px;
	line-height: 34px;
	padding-left: 20px;
	background: transparent url(/images/layout/button-white-main.png) repeat-x;
}*/

.flexiButton span.mainPart {
	display: inline-block;
	/*height: 43px;*/
	line-height: 43px;
	/*line-height: 34px;*/
	padding-left: 20px;
	background: transparent url(/images/layout/button-white-main.png) repeat-x;
}
.flexiButton span.mainPart .textPart
{
    display: inline-block;
    width: 100%;
    position: relative;
    top: -4px;
}



/* zlute tlacitko */
.flexiButton.yellowButton span.leftPart {
	width: 13px;
	background: transparent url(/images/layout/button-yellow-left.png) no-repeat 0 0;
}
.flexiButton.yellowButton span.rightPart {
	width: 13px;
	background: transparent url(/images/layout/button-yellow-right.png) no-repeat -12px 0;
}

.flexiButton.yellowButton:hover span.rightPart {
    background-position: -12px -43px;
}

.flexiButton.yellowButton span.mainPart {
	background: transparent url(/images/layout/button-yellow-main.png) repeat-x;
	padding-left: 0px;
	top: -8px;
	/*padding-right: 20px;*/
	color: #000;
	font-family: 'SPPsemibold';
}
.flexiButton.yellowButton span.mainPart .telephone {
	position: absolute;
	right: 0px;
	margin-left: 10px;
}


/* cervene tlacitko */
.flexiButton.redButton span.leftPart {
	background: transparent url(/images/layout/button-red-left.png) no-repeat;
}
.flexiButton.redButton span.rightPart {
	background: transparent url(/images/layout/button-red-right.png) no-repeat;
}
.flexiButton.redButton span.mainPart {
	color: #fff;
	background: transparent url(/images/layout/button-red-main.png) repeat-x;
}
/* tmave cervene tlacitko */
.flexiButton.redDarkButton span.leftPart {
	background: transparent url(/images/layout/button-reddark-left.png) no-repeat;
	width: 33px;
}
.flexiButton.redDarkButton span.rightPart {
	background: transparent url(/images/layout/button-reddark-right.png) no-repeat;
}
.flexiButton.redDarkButton span.mainPart {
	color: #fff;
	background: transparent url(/images/layout/button-reddark-main.png) repeat-x;
}

.flexiButton.redDarkButton span.mainPart .textPart {
	display: inline-block;
    width: 100%;
    position: relative;
    top: 0px;
	font-size: 17px;
	line-height: 40px;
}

/* bile tlacitko - nově černé, aby v tom nebyl zmatek :-) */
.flexiButton.whiteButton span.leftPart {
	background: transparent url(/images/layout/button-black-left.png) no-repeat;
}
.flexiButton.whiteButton span.rightPart {
	background: transparent url(/images/layout/button-black-right.png) no-repeat;
}
.flexiButton.whiteButton span.mainPart {
	color: #000;
	background: transparent url(/images/layout/button-black-main.png) repeat-x;
}

/* bile tlacitko - nově černé, aby v tom nebyl zmatek :-) */
.flexiButton.yellowArrowButton span.leftPart {
	background: transparent url(/images/layout/button-yellow-arrow-left.png) no-repeat;
}
.flexiButton.yellowArrowButton span.rightPart {
	background: transparent url(/images/layout/button-yellow-arrow-right.png) no-repeat;
}
.flexiButton.yellowArrowButton span.mainPart {
	color: #000;
	background: transparent url(/images/layout/button-yellow-arrow-main.png) repeat-x;
}


/* hover tlacitek */
a.flexiButton:hover .leftPart,
a.flexiButton:hover .rightPart,
a.flexiButton:hover .mainPart,
button.flexiButton:hover .leftPart,
button.flexiButton:hover .rightPart,
button.flexiButton:hover .mainPart{
	background-position: 0 -43px;
	/*	line-height: 46px;
		*line-height: 50px;*/
}
a.flexiButton:hover .mainPart .textPart, button.flexiButton:hover .mainPart .textPart
{
	top: -2px;
}
a.flexiButton.redDarkButton:hover .mainPart .textPart, button.flexiButton.redDarkButton:hover .mainPart .textPart
{
	top: 0px;
}
a.flexiButton:hover .mainPart,
button.flexiButton:hover .mainPart {
	/*    padding-top: 2px;
		top: -20px;
		/top: -7px;  IE7
		height: 41px;*/
	/*line-height: 48px;*/
}
a.flexiButton.redButton span.mainPart,
button.flexiButton.redButton span.mainPart {
	color: #fff;
}
a.flexiButton.whiteButton span.mainPart,
button.flexiButton.whiteButton span.mainPart {
	color: #fff;
}
a.flexiButton.whiteButton:hover .mainPart,
button.flexiButton.whiteButton:hover .mainPart {
	color: #ffe718;
}

/* pevne sirky tlacitek */
.flexiButton.widthSmall span.mainPart {
	min-width: 120px;
}
.flexiButton.widthMedium span.mainPart {
	min-width: 180px;
}
.flexiButton.yellowButton.widthMedium span.mainPart {
	min-width: 204px;
}
.flexiButton.widthBig span.mainPart {
	min-width: 300px;
}

.flexiButton.width160 span.mainPart {
	min-width: 160px;
}

.flexiButton.width130 span.mainPart {
	min-width: 130px;
}


/*PREKRYTI TLACITEK - vsechny button cerne */

button.flexiButton span.leftPart {
	background: transparent url(/images/layout/button-black-left.png) no-repeat;
}
button.flexiButton span.rightPart {
	background: transparent url(/images/layout/button-black-right.png) no-repeat;
}
button.flexiButton span.mainPart {
	color: #fff;
	background: transparent url(/images/layout/button-black-main.png) repeat-x;
}

button.flexiButton:hover .mainPart {
	color: #ffe718;
}

/* END: TLACITKA */

.greyBg {
    background: #f3f7f7;
    margin-bottom: 3px;
	padding: 4px 0;
}

.yellowTextBg {
	background: #ffe718;
	padding: 0px 5px;
}

.yellowTextBgNoPad {
    background: #ffe718 none repeat scroll 0 0;
    padding: 0;
}


.shadow-top .shadow-holder,
.shadow-bottom .shadow-holder
{
	position: absolute;
	width: 100%;
	height: 7px;
	left: 0px;
}
.shadow-top .shadow-holder .corner,
.shadow-bottom .shadow-holder .corner
{
	width: 50%;
	height: 7px;
	position: absolute;
}
.shadow-top .shadow-holder .corner.left
{
	float: left;
	left: 0px;
	top: 0px;
	background: transparent url(/images/content/shadow-line.png) no-repeat left top;
}
.shadow-top .shadow-holder .corner.right
{
	float: right;
	right: 0px;
	top: 0px;
	background: transparent url(/images/content/shadow-line.png) no-repeat right top;
}
.shadow-bottom .shadow-holder .corner.left
{
	float: left;
	left: 0px;
	bottom: 0px;
	background: transparent url(/images/content/shadow-line.png) no-repeat left bottom;
}
.shadow-bottom .shadow-holder .corner.right
{
	float: right;
	right: 0px;
	bottom: 0px;
	background: transparent url(/images/content/shadow-line.png) no-repeat right bottom;
}

.shadow-hidden .shadow-holder
{
	display: none;
}



.contactBlock .flexiButton.widthMedium span.mainPart {
    min-width: 125px;
}

.contactBlock .flexiButton span.mainPart {
    padding-left: 0;
}

.contactBlock .flexiButton span.mainPart .email {
    margin-left: 10px;
}

.contactBlock .flexiButton span.leftPart {
    background: url("/images/layout/button-black-left-noarrow.png") no-repeat scroll 0 0 transparent;
}

.contactBlock .flexiButton:hover span.leftPart {
	background-position: 0 -43px;
}

.contactBlock .flexiButton.yellowButton span.leftPart {
	background: transparent url("/images/layout/button-yellow-left.png") no-repeat;
}

/* Global */
.contactBlock .contacts .flexiButton span.mainPart .telephone{
    position:relative;
}


/* Padding nechat maximálně jen v Bottom Content */
.contactBlock .flexiButton.yellowButton span.mainPart {
    padding-right:0;
}

.contactBlock #BottomContent .flexiButton.yellowButton span.mainPart {
    padding-right: 20px;
}

.contactBlock .buttons
{
    margin:15px 0;
}

.contactBlock .icoGmaps{
    background: url(/images/layout/ico-gmaps.png) no-repeat;
    width: 48px;
    height: 55px;
    display: block;
    float:left;

}


.contactBlock .viewGmaps {
	background: url(/images/layout/ico-gmaps.png) no-repeat left;
	height: 55px;
	line-height: 45px;
    display: block;
    float: left;
    padding-left: 65px;
	margin-top: 10px;
}

.contactBlock .flexiButton{
    float:left;
    margin-right:5px;
}

.contactBlock .address
{
    width:43%;
    font-size:15px;
}

.contactBlock .address  a
{
    font-size:14px;
}

.contactBlock .address .arrows
{
    margin-top:10px;
}

.contactBlock .address .right p
{
    margin: 0 0 10px;
}


.contactBlock
{
    margin-top:25px;
    font-size:14px;
}

.contactBlock h3
{
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
}

.contactBlock .contacts
{
    width:57%;
    border-left:4px solid #FFF;
}

.contactBlock  table td
{
    padding: 22px;
}

.contactBlock .header td
{
    border-bottom:4px solid #FFF;
    padding:0 22px;
}

.contactBlock .contacts:first-child {
    border-top:4px solid #FFF;
}

.contactBlock .header{
    margin-top:20px;
}

.contactBlock .nextBlock
{
    height:40px;
    background-color:#FFF;
}

.contactBlock p,
.contactBlock h2 {
	padding-left: 0px !important;
}


/*TABLES*/

#contentHolder .divIn {
	margin-top: 100px;
}

#contentHolder .tableTitle {
	background-color: #F3F7F7;
	padding: 15px 10px 14px 10px;
	border-bottom: 3px solid #ffffff;
}

@media (max-width: 1020px) {

	#contentHolder .tableDiv {
		overflow: auto;
	}
}

#contentHolder table.table tr td.center{
	text-align: center;
}

#contentHolder table.table tr td {
	border-bottom: 3px solid #ffffff;
	border-top: none;
}

#contentHolder table.table tr.lightBlue td {
	background-color: #F3F7F7;
}

#contentHolder table.table tr.yellow td,.popupTable tr.yellow td  {
	background-color: #FFE718;
}

#contentHolder table.table tr td.redYellow {
	background-color: #f9d922;
	border-bottom: 3px solid #f9eac3;
}

#contentHolder table.table tr td.redWhite {
	background-color: #f9eac3;
	border-bottom: 3px solid #f9eac3;
}

#contentHolder table.table tr td.redBlue {
	background-color: #f0e5bd;
}

#contentHolder table.table tr td span.underline {
	background: url("/images/content/table-text-underline.png") 2px 17px repeat-x;
}

.popupTable tr.white td{
	background-color: #FFF;
}

#Podatelne .popupTable tr.white td{
	width:600px;
}

/*END: TABLES*/

.spanPadding20
{
	padding-left:20px;
	padding-right: 8px;
}

.spanPadding10 {
	padding:10px;
}

div#OrderProgressBar {
	background: url('/images/content/order-progress-bar.png') no-repeat left top;
	width: 438px;
	height: 37px;
	margin-top:12px;
	float: right;
	font-family: 'SPPsemibold', Arial, sans-serif;
	font-size: 13px;
}

div#OrderProgressBar div.step
{
	float:left;
	height:30px;
	line-height: 30px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}

div#OrderProgressBar div.step.step1
{
	width:133px;
}

div#OrderProgressBar div.step.step2
{
	width:122px;
}

div#OrderProgressBar div.step.step3
{
	width:160px;
	margin-left: 20px;

}

div#OrderProgressBar div.step.passed
{
	color: #ba9400;
}

div#OrderProgressBar div.step.inactive
{
	color:#7f7f7f;
}

div#OrderProgressBar.stepHolder2 {
	background-position: 0 -37px;
}


.contacts div.photo {
	position: relative;
}

.contacts div.photo img {
	width: 100%;
}

.contacts div.photo .shadow {
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 0;
	background: url("/images/content/contacts-shadow-step1.png");
}

.contacts div.employee {
	background-color: #FFE718;
	min-height: 60px;
	padding: 15px;
}

.contacts div.employee span {
	display: block;
}

.contacts div.contactDetail {
	background-color: #F3F7F7;
	padding: 15px;
}

.contacts div.contactDetail span {
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 17px;
	display: block;
	width: 170px;
	height: 30px;
	background: url("/images/content/contacts-phone-bg.png");
	line-height: 30px;
	vertical-align: middle;
}

.contacts div.contacts {
	background-color: #F3F7F7;
	padding: 15px;
	display: none;
}

.contacts div.contacts span {
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 17px;
	display: block;
	width: 170px;
	height: 30px;
	background: url("/images/content/contacts-phone-bg.png");
	line-height: 30px;
	vertical-align: middle;
}





.orderStepHolder {
	display: block;
	float: right;
	white-space: nowrap;
	margin: 15px 15px 0 0;
}

.orderStepHolder .orderStep {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #666;
}

.orderStepHolder .orderStep .leftPart {
	display: block;
	float: left;
	width: 17px;
	height: 30px;
	background: transparent url(/images/layout/order-step-first.png) no-repeat;
}

.orderStepHolder .orderStep .rightPart {
	display: block;
	float: left;
	width: 17px;
	height: 30px;
	background: transparent url(/images/layout/order-step-last.png) no-repeat;
}

.orderStepHolder .orderStep .mainPart {
	display: block;
	height: 30px;
	padding: 0 15px;
	font-family: 'SPPsemibold';
	border-right: 1px solid #d9d9d9;
	float: left;
	background: transparent url(/images/layout/order-step-main.png) repeat-x;
}

.orderStepHolder .orderStep.first .mainPart {
	padding-left: 0px;
}

.orderStepHolder .orderStep.last .mainPart {
	border: none;
	padding-right: 0px;
	padding-left: 35px;
}

.bg-checkbox-big {}
.bg-checkbox-big input[type=checkbox] {display: none;}
.bg-checkbox-big input[type=checkbox] + label {display: inline-block; width: auto; height: 25px; line-height: 25px; vertical-align: middle; background: url('/images/checkbox-25.png') no-repeat bottom left; padding: 0 0 0 40px; cursor: pointer; background-size: 25px;}
.bg-checkbox-big input[type=checkbox]:checked + label {background: url('/images/checkbox-25.png') no-repeat top left; background-size: 25px;}

.orderStepHolder .orderStep .checkPart {
	position: absolute;
	left: 15px;
	width: 11px;
	height: 30px;
	background: transparent url(/images/layout/order-step-check.png) no-repeat;
}

.orderStepHolder a.orderStep:hover .mainPart,
.orderStepHolder .orderStep.active .mainPart {
	background: transparent url(/images/layout/order-step-main-active.png) repeat-x;
}

.orderStepHolder a.orderStep:hover .leftPart,
.orderStepHolder .orderStep.active .leftPart {
	background: transparent url(/images/layout/order-step-first-active.png) no-repeat;
}

.orderStepHolder a.orderStep:hover .rightPart,
.orderStepHolder .orderStep.active .rightPart {
	background: transparent url(/images/layout/order-step-last-active.png) no-repeat;
}

.orderStepHolder a.orderStep:hover,
.orderStepHolder .orderStep.active {
	color: #000;
}

/*HIDDEN CONTENT*/

div.showboxContent
{
	display: none;
	background-color: #f3f7f7;
	padding:10px;
}

div.showboxContent a.closebox
{
	display: block;
	width: 100%;
	text-align: right;
}

a.showbox.block {
	display: block;
}

div.showboxContent table
{
	background-color: #fff;
}


a.showbox.block span.imgHolder
{
	display: block;
	height:90px;
}

/*END: HIDDEN CONTENT*/


.span3.greyBg.reward
{
	height: 160px;
}





@media (max-width: 1200px) {

	.contacts div.photo .shadow {
		background: url("/images/content/contacts-shadow-step2.png");
	}

}

@media (max-width: 980px) {

	.contacts div.photo .shadow {
		background: url("/images/content/contacts-shadow-step3.png");
	}

	.contacts div.contacts {
		padding-left: 5px;
		padding-right: 5px;
	}

	.contacts div.contacts span {
		background: #FFE718;
		font-size: 12px;
		width: auto;
		height: auto;
	}

	.contacts div.contacts a {
		padding-left: 0px;
		background: none;
		font-size: 12px;
	}

	.contacts div.contactDetail {
		padding-left: 5px;
		padding-right: 5px;
	}

	.contacts div.contactDetail span {
		background: #FFE718;
		font-size: 12px;
		width: auto;
		height: auto;
	}

	.contacts div.contactDetail a {
		padding-left: 0px;
		background: none;
		font-size: 12px;
	}

}

@media (max-width: 768px) {

	.contacts div.card {
		margin-bottom: 30px;
	}

	.contacts div.photo .shadow {
		background: none;
	}

	.contacts div.photo {
		width: 44%;
	}

	.contacts div.employee {
		width: 40%;
		padding: 2%;
	}

	.contacts div.contacts {
		width: 40%;
		padding: 2%;
		overflow: hidden;
	}

	.contacts div.contactDetail {
		width: 40%;
		padding: 2%;
		overflow: hidden;
	}
}

@media (max-width: 384px) {

	.contacts div.photo {
		width: 80%;
	}

	.contacts div.employee {
		width: 70%;
		padding: 5%;
	}

	.contacts div.contacts {
		width: 70%;
		padding: 5%;
		overflow: hidden;
	}

	.contacts div.contactDetail {
		width: 70%;
		padding: 5%;
		overflow: hidden;
	}
}

.sitemapHolder {
	margin-left: 30px;
}

.addtext {
    font-size: 12px;
    padding-bottom: 5px;
}

.vratky-plyn{
}

.vratky-plyn tr td{
	border: 1px solid #C3C3C3 !important;
}

.price-boxes{
	position: relative;
	display: flex;
	flex-flow: column;
}

@media (min-width: 768px) {
	.price-boxes {
		flex-flow: row;
		gap: 15px;
	}
}

.price-boxes .price-item{
	flex-grow: 1;
	flex-basis: 0;
	background: #fff1d7;
	border: 1px solid #ffc957;
	/*display: inline-block;*/
	/*height: 275px;*/
	position: relative;
	vertical-align: top;
	/*width: 205px;*/
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	padding: 15px 15px 50px;
}

.price-boxes .price-item:last-child{
	margin-right: 0;
}

.price-boxes .price-item img{
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.price-boxes .price-item h3{
	text-align: center;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.price-boxes .price-item p{
	text-align: center;
	padding-bottom: 15px;
}

.price-boxes .price-item a{
	position: relative;
	display: block;
	margin: 0 auto;
	background: #e6e6e6;
	border: 2px solid #000000;
	padding: 1px 30px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}

@media (min-width: 1024px) {
	.va-m {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.a-m {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

.metody-list{
	position: relative;
}

.metody-list .metody-list-item{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0 20px 20px 35px;
	position: relative;
	width: 310px;
	background: url("/images/content/nike.png") no-repeat 0 12px;
}

.metody-list .metody-list-item h3{
	position: relative;
	font-size: 19px;
	line-height: 22px;
}

.metody-list .metody-list-item p{
	position: relative;
}

.metody-list .metody-list-item a{
	position: relative;
	color: #000;
}

.help{
	position: relative;
	background: #ffffcc url("/images/content/bg-blok2.png") no-repeat;
	margin: 30px 0;
	min-height: 125px;
	padding: 0 20px;
	width: 738px;
	background-size: 778px auto;
	background-position: bottom;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.help h2{
	color: #663300;
	margin: 0 0 0 40px !important;
	padding-top: 11px;
}

.help p{
	margin-bottom: 3px;
}

.help p a{
	color:#1464f6;
}

.help .help-zarovka{
	position: absolute;
	top: 10px;
	left: 20px;
}

.help .help-man{
	position: absolute;
	right: 20px;
	top: 15px;
}

.chng-consumption div{
	 background: #fff1d7;
	 border: 1px solid #FFC957;
	 text-align: center;
 }

.chng-consumption div span{
	background: #e6e6e6;
	border: 2px solid #000;
	padding: 3px 50px;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}

.chng-consumption div h4 {
    min-height: 50px;
    margin: 30px 10px;
}
@media (min-width: 768px) and (max-width: 1200px){
    .chng-consumption .span3{
        background: #fff1d7;
        border: 1px solid #FFC957;
        text-align: center;
        width: 47%;
        margin: 5px 1.4% !important;
    }
}
@media (min-width: 300px){
    .chng-consumption .span3{
        margin-bottom: 10px;
    }
}
.chng-consumption-info {margin-bottom: 20px;}
.chng-consumption-info p span {
    padding: 5px 12px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 10px;
}
.chng-consumption-info ul{
    margin-left: 20px;
}

.chng-consumption-info ul:first-of-type li:first-of-type,
.chng-consumption-info ul:first-of-type li:nth-of-type(2),
.chng-consumption-info ul:first-of-type li:nth-of-type(3) {
     list-style-type: none;
     background: url("/images/content/green-list.png") no-repeat;
    background-position: 5px;
     padding-left: 40px;
 }
.chng-consumption-info p:nth-of-type(2) {
    background: url("/images/content/zarovka.png") no-repeat;
    background-size: 20px;
    padding-left: 40px;
	margin-left: 20px;
}
.chng-consumption-info ul:last-of-type li {
    list-style-type: none;
    background: none;
}
.chng-consumption-info .napoveda {
    display: inline-block;
    color: #000;
    margin: 29px 40px;
    padding: 2px 35px;
    background: url("/images/layout/icon-hint-yellow.png") no-repeat;
}
.chng-consumption-info .aplication {
    display: inline-block;
    padding: 5px 20px;
    margin-left: 40px;
    text-decoration: none;
    background: #FFC957;
    border: 2px solid #000;
}
.firma-osoba {
	display: inline-block;
	width: 40%;
	margin: 15px 4%;
}
.firma-osoba li {
	background: none !important;
	list-style-type: disc !important;
	padding: 0 !important;
}
/* Large desktop */
@media (max-width: 1200px) {
	.help {
		background-size: 632px;
		width: 592px;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.help {
		background-size: 474px;
		width: 434px;
		min-height: 140px;
	}

	.help p{
		width: 300px;
	}

	.no-float{
		float: none !important;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.help {width: 100%;box-sizing: border-box;padding-bottom: 20px;min-height: auto;}
	.help .help-man {position: relative;top: auto;left: auto;right: auto;height: auto;width: auto;display: block;margin: 58px 0 0;}
	.help h2 {line-height: 23px;margin: 10px 0 12px !important;}
	.help p {width: 100%;}

	.no-margin{
		margin: 0;
	}
}

.box-icon {margin: 26px 0 12px;min-height: 42px;}
.box-icon img {margin: 0 auto;display: block;}
.box-icon + p {text-align: center;}
/*.box-icon + a, .box-icon + p a {color: #1464f6;}*/
.t-blue {color: #1464f6 !important;}
.b-t-dashed {border-top: 1px dashed rgb(170, 170, 170);padding-top: 30px;margin-top: 20px;}
.b-t-solid {border-top: 1px solid rgb(170, 170, 170);padding-top: 10px;margin-top: 10px;}
.b-b-solid {border-bottom: 1px solid rgb(170, 170, 170);}
.m-t-0 {margin-top: 0 !important}
.m-t-5 {margin-top: 5px !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-t-35 {margin-top: 35px !important;}
.m-t-40 {margin-top: 40px !important;}
.m-b-0 {margin-bottom: 0 !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-b-40 {margin-bottom: 40px !important;}
.m-h-150 {min-height: 150px !important;}

.m-l-20 {margin-left: 20px !important;}
.m-r-5 {margin-right: 5px !important;}
.m-r-10 {margin-right: 10px !important;}
.m-r-20 {margin-right: 20px !important;}
.m-r-40 {margin-right: 40px !important;}
.d-block {display: block;}

.p-l-0 {padding-left: 0 !important;}
.p-r-0 {padding-right: 0 !important;}
.p-b-0 { padding-bottom: 0 !important;}
.p-t-0 {padding-top: 0 !important;}

.p-t-0 {padding-top: 0 }
.p-t-5 {padding-top: 5px }
.p-t-10 {padding-top: 10px }
.p-t-20 {padding-top: 20px }
.p-t-40 {padding-top: 40px }
.p-b-0 {padding-bottom: 0 }
.p-b-10 {padding-bottom: 10px }
.p-b-20 {padding-bottom: 20px }
.p-b-40 {padding-bottom: 40px }

.p-l-0 {padding-left: 0 }
.p-l-10 {padding-left: 10px }
.p-l-20 {padding-left: 20px }
.p-l-30 {padding-left: 30px }
.p-l-40 {padding-left: 40px }


.table-elektrina {margin: 6px 0 30px;}
.table-elektrina table {border: 1px;}
.table-elektrina table td,
.table-elektrina table th {padding: 6px 10px;text-align: left;background: #f8f8f8;border: 1px solid #000;}
.table-elektrina table td:first-child {width: 30%;}
.table-elektrina table tfoot td {font-size: 11px;}
.picker{cursor: pointer;}

.text-black {color: #000}
.text-gray {color: #636262}
.text-white {color: #fff}

.ui-multiselect-disabled{
	display: none;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}

@media (min-width: 500px) and (max-width: 767px) {
	.box-icon-container .span3 {
		width: 50%;
		display: inline-block;
		margin-left: -4px;
		box-sizing: border-box;
		padding: 6px 20px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.desktop-version {display: none;}
	/*.box-icon img {margin: 0;display: block;}*/
	/*.box-icon + p {text-align: left;}*/
	.box-icon-container .span3 img {margin: 0 auto;}
	.box-icon-container .span3 p {text-align: center;}
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%; }
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd; }
	.table-responsive > .table {
		margin-bottom: 0; }
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap; }
	.table-responsive > .table-bordered {
		border: 0; }
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0; }
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0; }
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0; } }


.bg-gradient {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e7e7e7 100%);
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e7e7e7',GradientType=0 );
}

.bg-gradient--shadow {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e7e7e7 86%, #e7e7e7 86%, #e7e7e7 87%, #cfcecd 87%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e7e7e7 86%,#e7e7e7 86%,#e7e7e7 87%,#cfcecd 87%,#ffffff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%,#e7e7e7 86%,#e7e7e7 86%,#e7e7e7 87%,#cfcecd 87%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );

	padding-bottom: 40px;
	margin-bottom: 20px;
}

@media (min-width: 960px){
	.bg-gradient--shadow {
		padding-bottom: 50px;
	}
}

.table.table-yellow th, .table.table-yellow  td {
	border: none !important;
	background: #ffd841;
	text-align: inherit;
	vertical-align: inherit;
}

.table-striped.table-yellow tbody > tr:nth-child(odd) > th {
	background: transparent;
}

.f-14 {
	font-size: 14px;
}

.f-16 {
	font-size: 16px;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-24 {
	font-size: 24px;
}

.f-36 {
	font-size: 36px;
}

.f-40 {
	font-size: 40px;
}

.f-50 {
	font-size: 30px;
}

@media (min-width: 960px) {
	.f-50 {
		font-size: 50px;
	}
}

.font-weight-normal {
	font-family: SPPregular, serif;
	font-weight: normal;
}

.text-left {
	text-align: left   !important;
}
.text-right {
	text-align: right  !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 768px) {
	.text-sm-left {
		text-align: left   !important;
	}
	.text-sm-right {
		text-align: right  !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-md-left {
		text-align: left   !important;
	}
	.text-md-right {
		text-align: right  !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-lg-left {
		text-align: left   !important;
	}
	.text-lg-right {
		text-align: right  !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}


/*-- spacing utilities --*/
.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}
.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}
.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}
.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}
.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto {
	margin-top: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pr-1 {
	padding-right: 0.25rem !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pr-3 {
	padding-right: 1rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.pl-3 {
	padding-left: 1rem !important;
}
.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4 {
	padding-top: 1.5rem !important;
}
.pr-4 {
	padding-right: 1.5rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4 {
	padding-left: 1.5rem !important;
}
.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pr-5 {
	padding-right: 3rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.pl-5 {
	padding-left: 3rem !important;
}
.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0 {
		margin-left: 0 !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1 {
		margin-left: 0.25rem !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2 {
		margin-left: 0.5rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3 {
		margin-left: 1rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4 {
		margin-left: 1.5rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5 {
		margin-left: 3rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto {
		margin-left: auto !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0 {
		padding-left: 0 !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1 {
		padding-left: 0.25rem !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2 {
		padding-left: 0.5rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3 {
		padding-left: 1rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5 {
		padding-left: 3rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
}
@media (min-width: 992px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0 {
		margin-left: 0 !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1 {
		margin-left: 0.25rem !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2 {
		margin-left: 0.5rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3 {
		margin-left: 1rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4 {
		margin-left: 1.5rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5 {
		margin-left: 3rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto {
		margin-left: auto !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0 {
		padding-left: 0 !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1 {
		padding-left: 0.25rem !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2 {
		padding-left: 0.5rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3 {
		padding-left: 1rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4 {
		padding-left: 1.5rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5 {
		padding-left: 3rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
}
@media (min-width: 1200px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0 {
		margin-left: 0 !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1 {
		margin-left: 0.25rem !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2 {
		margin-left: 0.5rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3 {
		margin-left: 1rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5 {
		margin-left: 3rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto {
		margin-left: auto !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0 {
		padding-left: 0 !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1 {
		padding-left: 0.25rem !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2 {
		padding-left: 0.5rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3 {
		padding-left: 1rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4 {
		padding-left: 1.5rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5 {
		padding-left: 3rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
}

.row-fluid .tabs-holder ul > li{list-style-type: none;background-image: none;margin: 0;padding: 0;vertical-align: top;}

.tabs-holder ul > li > a{border: 1px solid #fff;background-color: #e5e5e5;border-radius: 0;color:#000000;text-decoration: none;font-size: 17px;padding-left: 0;padding-right: 0;margin-right: 0px;display: table;width: 100%;}

.tabs-holder .nav-tabs > .active > a,.tabs-holder .nav-tabs > .active > a:hover,.tabs-holder .nav-tabs > .active > a:focus{border: 1px solid #fff;background-color: #ffd841;color:#000000;font-weight: bold;}
.full-width-tabs > ul.nav.nav-tabs {margin-bottom: 0;border: 0; margin-left: -1px;}

.full-width-tabs > ul.nav.nav-tabs > li a span{display: table-cell;vertical-align: middle;padding: 0 5px;}
.full-width-tabs > ul.nav.nav-tabs > li > a {text-align: center; font-family: "SPPregular", Helvetica, Arial, sans-serif}
.row-fluid .tab-split-left{display: none}
.tabs-holder .tab-split-content>.tab-split-right{padding-left: 20px;padding-right: 20px;}
.tabs-holder .tab-split-content>.tab-split-right,.vert-al{min-height: 395px;}
.tabs-holder .tab-split-content>.tab-split-right{background-color: #ffd841;background-color: rgba(255, 216, 65, 0.85);}
.tabs-holder .nav-tabs > li > a:hover, .tabs-holder .nav-tabs > li > a:focus{border: 1px solid #fff;}

.vert-al{display: table;height: 100%;}
.vert-al-content{display: table-cell;vertical-align: middle;}

@media (min-width: 1200px){
	.full-width-tabs > ul.nav.nav-tabs {display: table; width: 100%; table-layout: fixed;}
	.full-width-tabs > ul.nav.nav-tabs > li {float: none; display: table-cell; }
	.full-width-tabs > ul.nav.nav-tabs > li a span{height: 75px;}
	.row-fluid .tab-split-left{display: block}
}
