html, body {
	min-height: 100%;
}
body {
    font-size:11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /* line-height:1.5; */
    background: left bottom #A31696 url(/img/trees.png) repeat-x;
    /* background: left bottom #f9f7f3 url(/img/trees.png) repeat-x; */
    /* padding-bottom: 111px; */
    /* margin: 0; */
	padding: 0;
    min-width: 480px;
}
.fixed {
    /* width: 980px;
    margin: auto; */
}
a, a:active, a:focus {
    outline: none; overflow: hidden;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #FD9122;
}
a:hover {
    color: #C21AAE;
}
header {
    position: relative;
    /* height: 260px; */
}
/* #main {width: 100%;} */
main {
	background-color: #f9f7f3;
}
#content {
    margin: auto;
    width: 100%;
}
.slide-container {
	background-color: #fe9d28;
    padding: 10px 0;
}
#carouselHome .carousel-item {
	color: #fff;
}
#carouselHome .carousel-caption p {
	font-size: 14px;
	font-weight: bold;
    text-shadow:
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.viewHeader {
    /* background: #F9F7F3 url(/img/headerback.gif) repeat-x; */
    background: #fe9d28;
    background: linear-gradient(to bottom, #ab7723 0%,#ffad2a 3%,#fd9122 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
}
.viewHeader h1 {
	font-size: 26px;
    font-weight: bold;
	color: #F9F7F3;
	/* line-height: 2.2; */
	/* width: 940px; */
	margin: 0 auto 0 auto;
    padding: 10px;
}
.viewWrap {
    /* background: #f9f7f3 url(/img/contentback.gif) repeat-x; */
    /* background-color: #f9f7f3; */
}
.viewItem{
	 font-size: 12px;
	 color: #5F5F5F;
	 /* width: 940px; */
	 margin: auto;
	 padding: 20px 0;
}
.viewWrap p {
    margin: 0 0 10px 0;
}
.viewItem ul {
	margin-bottom: 10px;
}
footer {
	border-top: 1px solid #CF1CC0;
	color: #F7F6F2;
	min-height: 190px;
}
.footerMenu {
	padding: 10px;
}
.footerInfo {
	font-size: 10px;
}
.footerInfo .fleft, .footerInfo .fright {
	padding: 10px 0 20px 0;
}
.footerInfo a, .footerInfo a:link, .footerInfo a:visited {
	color: #ffb334;
}
.footerInfo a:hover {
	text-decoration: underline;
}
#ui-datepicker-div {
	display: none;
}
ul.menuBot {
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.menuBot li {
	margin: 0 5px 0 5px;
}
ul.menuBot li a {
	color: #fff;
	text-decoration: none;
}
ul.menuBot li {
	display: inline;
}
#langsel {
    position:absolute;
    top:54px;
    left:1000px;
    z-index: 1000;
}
#langsel a{
    display:inline;
}
#langsel img{
    vertical-align: middle;
    margin:0;
    padding: 0;
}
header {
	height: 260px;
}
header nav {
	/* height: 120px; */
	z-index: 1000;
	background: 60px 44px url(images/menuback.png) repeat-x;
}
header a.nav-link {
	font-size: 13px;
	font-weight: bold;
    color: #a31696;
    /* text-shadow:
	    -2px -1px 0 #fff,
	    1px -1px 0 #fff,
	    -1px 1px 0 #fff,
	    1px 1px 0 #fff; */
	text-shadow:
		rgb(255, 255, 255) 2px 0px 0px,
		rgb(255, 255, 255) 1.75517px 0.958851px 0px,
		rgb(255, 255, 255) 1.0806px 1.68294px 0px,
		rgb(255, 255, 255) 0.141474px 1.99499px 0px,
		rgb(255, 255, 255) -0.832294px 1.81859px 0px,
		rgb(255, 255, 255) -1.60229px 1.19694px 0px,
		rgb(255, 255, 255) -1.97998px 0.28224px 0px,
		rgb(255, 255, 255) -1.87291px -0.701566px 0px,
		rgb(255, 255, 255) -1.30729px -1.5136px 0px,
		rgb(255, 255, 255) -0.421592px -1.95506px 0px,
		rgb(255, 255, 255) 0.567324px -1.91785px 0px,
		rgb(255, 255, 255) 1.41734px -1.41108px 0px,
		rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
header a.nav-link.selected,
header a.nav-link:hover {
	color: #fe9d28;
}
.navbar-toggler {
    border: 1px solid #a31696;
    background-color: #fe9d28;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(163, 22, 150, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-color: #fe9d28;
}
.stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* min-width: 900px; */
    height: 260px;
    overflow: hidden;
}
#stage {
    top: 0px;
    left: 0px;
    z-index: 100;
}
#bg {
    background: url(images/sky.gif) 0 0 repeat-x;
}
#clouds {
    background: transparent url(images/cloud.png) 0 0 repeat-x;
}
#road {
    background: transparent url(images/road.png) 0 138px repeat-x;
}
#grass {
    background: transparent url(images/grass.png) 0 226px repeat-x;
    z-index: 200;
}
#car {
    background: transparent url(images/car.png) 0 0 no-repeat;
    position: absolute;
    top: 170px;
    bottom: 0;
    width: 208px;
    height: 81px;
    z-index: 10;
    cursor: pointer;
}

/*CONTACT*/
#contact .formWrapLeft {
    width: 450px;
    float: left;
}
#contact  .formWrapRight {
    width: 440px;
    float: right;
    padding-right: 10px;
}
#contact label, .genericForm label {
    float: left;
    width: 10em;
    margin-right: 10px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
#contact input, #contact textarea, #contact select, .genericForm input, .genericForm textarea, .genericForm select {
    border: 2px solid #d9d9d9;
    padding: 5px;
    width: 250px;
}
#contact div.input, .genericForm div.input {
    margin-bottom: 10px;
}
#contact div.input.error, .genericForm div.input.error {
    background: 34em 0 url(/img/tickwrong.gif) no-repeat;
}
#contact div.error label, .genericForm div.error label {
    color: #B0231C;
}
#contact div.error-message, .genericForm div.error-message {
    text-indent: 12em;
    color: #B0231C;
    font-size: 11px;
}
#contact div.buttons, .genericForm div.buttons {
    padding-right: 55px;
}
#contact input.button, .genericForm input.button {
    /*background: #FD8F20;
    width: 6em;
    border: 1px solid #d9d9d9;
    color: #fff;
    float: right;*/
    background: #fd8f20 url(/img/tdback.gif) repeat-x;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
    line-height: normal;
    float: right;
    width: auto;
}
#contact input.button:hover, .genericForm input.button:hover {
    background: #a51597 url(/img/td2back.gif) repeat-x;
}
.genericForm form {
    width: 500px;
    margin: 0 auto;
}
.stepsWrap form {
    width: 980px;
    margin: auto;
}
#booking .viewItem {
    padding: 0;
}
/* booking form */
#carouselForm {
    font-size: 12px;
    /* color: #5F5F5F; */
}
#carouselForm .part2{
    border: 2px solid #fff;
    background: #f6efe4;
}
#carouselForm .carousel-item {
    padding: 20px;
}
#carouselForm label {
    font-size:14px;
    display:block;
    margin-bottom: 4px;
}
#carouselForm label strong {
    color:#789;
    position:relative;
    top:-1px;
}
#carouselForm label em {
    font-size:11px;
    color:#666;
    font-style:normal;
}
#carouselForm h2 {
    border-bottom:1px dotted #ccc;
    font-size:22px;
    font-weight:normal;
    margin:0 0 15px 0;
    padding-bottom:10px;
    line-height: 1;
}
#carouselForm h2 em {
    display:block;
    font-size:14px;
    color:#666;
    font-style:normal;
    margin-top:5px;
}
#carouselForm div.input input, #carouselForm div.input textarea {
    width: 99%;
    border: 2px solid #d9d9d9;
    padding: 4px;
}
#carouselForm div.input input.hasDatepicker {
    width: 80%;
    margin-right: 5px;
}
#carouselForm div.input select {
    border: 2px solid #d9d9d9;
    padding: 2px;
}
#carouselForm div.input input.smallinput {
    width: 90%;
}
#carouselForm label {
    white-space: nowrap;
}
#carouselForm label span {
    color:#b8128f;
    font-weight:bold;
    position:relative;
    top:4px;
    font-size:18px;
}
#carouselForm div.input {
    margin-bottom: 15px;
}
#carouselForm div.error input,
#carouselForm div.error textarea,
#carouselForm div.input input.error,
#carouselForm div.input textarea.error {
    border:2px solid #B8128F;
}
#carouselForm .error-message {
    color: #993399;
}
#carouselForm .controls {
    padding: 0 20px 20px 20px;
}
#carouselForm .form-submit,
#carouselForm .carousel-control-next,
#carouselForm .carousel-control-prev {
    position: relative;
    width: auto;
    background: #D21CBF;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
    display: inline-block;
    line-height: normal;
    margin: 0;
    opacity: 1;
    overflow: inherit;
}
#carouselForm .cars-card {
    width: 160px;
    text-align: center;
    background: #fff;
    margin: 0 5px 10px 5px;
    border: 2px solid #fff;
    padding: 3px 0;
    color: #5F5F5F;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    min-height: 150px;
}
#carouselForm .cars-card:hover {
    border: 2px solid #A7029A;
    color: #5F5F5F;
}
#carouselForm .cars-img {
    text-align: center;
    width: 160px;
    height: 100px;
    vertical-align: middle;
    margin: 0;
}
#carouselForm .cars-img img {
    margin: auto;
}
#carouselForm .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    display: block;
    justify-content: center;
    padding: 2rem 0 0 0;
    margin: 0;
    list-style: none;
}
#carouselForm .carousel-indicators li {
    display: inline-block;
    margin: 1rem 0 0 0;
    padding: 0 0 0 2em;
    text-indent: inherit;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    white-space: nowrap;
    width: 100%;
    height: auto;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #eee;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffad29+0,fd9631+100 */
    background: #ffad28;
    background: linear-gradient(to bottom, #ffad29 0%,#fd9631 100%);
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
}
#carouselForm .carousel-indicators li strong {
    position: absolute;
    top: -7px;
    left: 1em;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    display: inline-block;
    font-size: 24px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #eee;
    border-bottom: 4px solid #eee;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fe9d28;
    background: linear-gradient(to bottom, #ffad29 0%,#fd9631 100%);
    margin-left: -40px;
}
#carouselForm .carousel-indicators li.active strong,
#carouselForm .carousel-indicators li.active {
    background: #d21cbf;
    background: linear-gradient(to bottom, #e126cd 0%,#c944bb 100%);
}
.alert-custom {
    display: none;
    color: #fff;
    font-size: 16px;
    background: #B8128F;
    border-radius: 0;
}
.bookingSum {
    /* height: 380px; */
    overflow: auto;
}
.bookingSum.bookingSuc {
    height: auto;
}
.bookingSum .carData .theader,
.bookingSum .carData td#carModel {
    text-align: left;
    padding-left: 10px;
}

#carDescr {
    display: none;
}
.clickable {
    border:2px solid red;
}
.formpage {
    background: #FE8E20;
}
#wizard div.input {
    margin-bottom: 15px;
}
#wizard div.error input,
#wizard div.error textarea,
#wizard div.input input.error,
#wizard div.input textarea.error {
    border:2px solid #B8128F;
}
#wizard .error-message {
    color: #993399;
}
#wizard .navi {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 696px;
    height: auto;
}
#wizard .navi input {
    background: #D21CBF;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
    display: block;
    line-height: normal;
    margin: 0;
    font-family: verdana;
}
#wizard .next, #wizard .prev {
    background: #D21CBF;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
    line-height: normal;
}
.hide {
    display: none;
}
#pickup1 {
}
/*CARS*/
a.carBlock {
    background: #fff;
    margin: 0 5px 10px 5px;
    border: 2px solid #fff;
    padding: 3px 0;
    color: #5F5F5F;
    cursor: pointer;
}
a.carBlock:hover {
    border: 2px solid #A7029A;
    color: #5F5F5F;
}
.carImg {
    text-align: center;
    width: 160px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.carBlock img {
    margin: auto;
}
a.checked {
    border: 2px solid #A7029A;
}
#carDescr {
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #A7029A;
}
table.carData {}
table.carData th {
    background: #A7029A;
    color: #fff;
    vertical-align: middle;
    font-size: 10px;
    padding: 4px;
    cursor: help;
    text-align: center;
}
table#carsIndex  th {
    cursor: help;
}
table.carData td {
    text-align: center;
    vertical-align: middle;
    white-space:nowrap;
    background: #fff;
    padding: 4px;
    /* border-bottom: 2px solid #A7029A; */
}
table.carData td img {
    vertical-align: middle;
}
.serviceBlock {
    padding-bottom: 0.5em;
    background: left bottom url(/img/bgitem.jpg) repeat-x;
    /*width: 450px;*/
    width: 100%;
    margin-bottom: 1.5em;
    line-height: 1.5;
}
.serviceBlock p {
    margin: 0 0 1.5em 0;
    padding-left: 100px;
}
.sb0 {
    float: left;
}
.sb1 {
    float: right;
}
h1.viewItemTitle, h2.viewItemTitle {
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.4;
    padding-left: 100px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
    color: #5F5F5F;
}
.serviceBlock img {
    /*margin-left: 10px;*/
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.viewInfo {
    margin-bottom: 1.5em;
    line-height: 1.5;
    padding-bottom: 1em;
    background: left bottom url(/img/bgitem.jpg) repeat-x;
}
.viewInfo h1,
.viewInfo h2 {
    font-size: 12px;
    font-weight: bold;
}
.links a, .links a:link, .links a:visited {
    text-decoration: none;
    font-size: 14px;
    color: #FD9122;
    font-weight: bold;
}
.links a:hover {
    color: #C21AAE;
}
.mapWrap {
    /* width: 932px; */
    height: 500px;
    margin: 20px 0;
    border: 4px solid #fff;
}
#bodyContent p {
    font-size: 10px;
}
.mapControls {}
.mapControls a {
    display: block;
    float: left;
    background: #fd8f20 url(/img/tdback.gif) repeat-x;
    border: 2px solid #fff;
    border-top: none;
    margin-right: 4px;
    padding: 5px;
}
.mapControls a:link, .mapControls a:visited {
    color: #fff;
    text-decoration: none;
}
.mapControls a:hover {
    background: #a51597 url(/img/td2back.gif) repeat-x;
}
.viewHeader.home {
    background: url(/img/homeheader.gif) repeat-x;
    height: 220px;
}
/* .viewWrap.home .viewItem { */
.intro-container {
	padding: 30px 0 30px 0;
}
.introItemWrap h2, .introItemWrap h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
div.introItem,
a.introItem {
	border: 5px solid #fff;
 	border-radius: 12px;
	background-color: #fe9d28;
	/* background-image: url(/img/boxback.png);
	background-position: top left;
	background-repeat: no-repeat; */
	/* height: 120px;
	width: 262px; */
	padding: 15px;
	color: #fff;
	display: block;
}
a.tagline {
	background-image: url(/img/boxtag-1a.png);
	background-position: top right;
	background-repeat: no-repeat;
}
div.introItem:hover,
a.introItem:hover {
	/* background-position: bottom left; */
	background-color: #A31696;
}
a.tagline:hover {
	background-image: url(/img/boxtag-1b.png);
}
.introItemText a, .introItemText a:link, .introItemText a:visited {
	color: #fff;
}
.introItemText a:hover {
	color: #EEA524;
}
.mask1 {
    background: bottom right url(/img/smcar.png) no-repeat;
    height: 120px;
}
.mask2 {
    background: bottom right url(/img/terms.png) no-repeat;
    height: 120px;
}
.mask3 {
    background: bottom right url(/img/key.png) no-repeat;
    height: 120px;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../img/prevnext.png) no-repeat;
    display:block;
    width:24px;
    height:24px;
    float:left;
    cursor:pointer;
    font-size:1px;
}
/* right */
a.next              { background-position: -24px 0;}
a.next:hover        { background-position: -24px -24px; }
a.next:active   { background-position: -24px -24px; }

/* left */
a.prev              { margin-right: 10px; }
a.prev:hover        { background-position: 0 -24px; }
a.prev:active   { background-position: 0 -24px; }
/* up and down */
a.up, a.down        {
    background:url(../img/scrollable/arrow/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}
/* up */
a.up:hover          { background-position:-30px 0; }
a.up:active         { background-position:-60px 0; }
/* down */
a.down              { background-position: 0 -30px; }
a.down:hover        { background-position:-30px -30px; }
a.down:active   { background-position:-60px -30px; }
/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
#sumTable {
    margin-bottom: 10px;
    border-bottom: 2px solid #A7029A;
    background: #fff;
}
.bookingSum {
    font-size: 11px;
}
.bookingSum h3 {
    background: #A31696;
    color: #fff;
    padding: 4px 10px;
    line-height: normal;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}
.sumRow1, .sumRow2 {
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 2px solid #A31696;
    padding-bottom: 5px;
}
#wizard .sumRow2 .pageLeft, #wizard .sumRow2 .pageRight{
    background: #fff;
    margin-bottom: 5px;
    border-bottom: 2px solid #A31696;
    width: 49%;
    padding-bottom: 5px;
}
.sumRow1 table, .sumRow2 table {
    width: 100%;
}
.sumRow1 table th {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 1%;
    white-space:nowrap;
    font-weight: bold;
    text-align: right;
}
.sumRow1 table td, .sumRow2 table td {
    padding-top: 5px;
    padding-right: 10px;
}
.sumRow2 table th {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    white-space:nowrap;
    font-weight: bold;
    text-align: right;
    width: 1%;
}
.sumRow2 table td.thead {
    width: 50%;
    background: #A31696;
    color: #fff;
    padding: 4px 10px;
    line-height: normal;
    font-weight: bold;
}
.sumRow2 table th, .sumRow2 table td {
    background: #fff;
}
/* .viewLeft {
    width: 450px;
    float: left;
}
.viewRight {
    width: 440px;
    float: right;
    padding-right: 10px;
} */
table#carsIndex {
    width: 100%;
}
#carsIndex th {
    padding: 5px;
    background: #fd8f20 url(/img/tdback.gif) repeat-x;
    color: #fff;
    text-align: center;
}
#carsIndex td {
    text-align: center;
    padding: 5px;
}
#carsIndex th.carPrice {
    text-align: left;
    background: #a51597 url(/img/td2back.gif) repeat-x;
    padding-left: 10px;
}
#carsIndex td.carPrice {
    text-align: left;
    padding-left: 10px;
}
#carsIndex td.carPrice span {
    font-size: 18px;
    color: #479DBF;
}
td.carName {
    width: 1%;
    white-space:nowrap;
    background: #fff;
    padding: 10px;
}
td.carName img {
    margin: auto;
}
.carBlock h2 {
    background: #a51597 url(/img/td2back.gif) repeat-x;
    padding: 7px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.carBlock {
    margin-bottom: 10px;
}
.carBlock .viewLeft {
    width: 200px;
    background: #fff;
}
.carImgWrap {
    border: 2px solid #a51597;
    border-top: none;
    padding: 5px 0 10px 0;
    text-align: center;
    background-color: #fff;
}
.carBlock .viewRight {
    width: 730px;
    float: right;
    padding: 0;
}
.viewMap .viewRight {
    padding-top: 10px;
    padding-bottom: 10px;
}
.viewMap .logosm, #contact .logosm {
    display: block;
    margin-bottom: 20px;
}
.address p {
    padding-left: 30px;
    margin-bottom: 5px;
}
.address img {
    vertical-align: middle;
    margin-right: 10px;
}
.split2 {
    border-right: 1px solid #fe9d28;
}
/* .split {
    background: top center url(/img/separator.gif) repeat-y;
} */
#ui-datepicker-div {
    display: none;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #fff;
    background-color: #A51597;
    color: #fff;
    padding: 5px;
    /*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {padding: 8px;}
#tooltip.pretty h3 {font-size: 12px; margin-bottom: 2px;}
#tooltip.pretty div {font-size: 14px;}

@media (min-width: 992px) {
    .navbar-collapse {
    	margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #fff;
        border-width: 2px;
        border-style: solid;
        border-color: #fe9d28;
        border-radius: .25rem;
        padding: 0.2em 1em;
    }
    header a.nav-link {
    	font-size: 16px;
    	font-weight: bold;
        text-shadow: none;
    }
    header a.nav-link.selected,
    header a.nav-link:hover {
    	color: #fe9d28;
    }
    header {
        height: auto;
        background: url(images/sky.gif) 0 0 repeat-x;
    }
    header nav {
        background: transparent url(images/cloud.png) 0 0 repeat-x;
        /* background-image: none; */
    }
    #stage {
        display: none;
    }
    .carImgWrap {
        border-bottom: 0 none;
    }
    .car-col-right table {
        border-bottom: 2px solid #a51597;
        border-left: 2px solid #a51597;
        border-right: 2px solid #a51597;
    }

}
@media (min-width: 768px) {
	.footer-p2 {
		text-align: right;
	}
}
@media (max-width: 767px) {
    #carouselForm .carousel-indicators {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: auto;
        display: table;
        width: 100%;
        justify-content: center;
        text-align: justify;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #carouselForm .carousel-indicators li {
        display: table-cell;
        margin: 0 auto;
        padding: 0 0 0 2px;
        text-indent: inherit;
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        background: transparent;
        white-space: nowrap;
        width: auto;
        height: auto;
        border-right: 1px solid #fff;
        background: #ffad28;
        background: linear-gradient(to bottom, #ffad29 0%,#fd9631 100%);
        line-height: 28px;
        vertical-align: middle;
        cursor: pointer;
    }
    #carouselForm .carousel-indicators li strong {
        position: relative;
        top: 0;
        left: 0;
        text-align: inherit;
        vertical-align: baseline;
        line-height: 34px;
        display: inline;
        font-size: 12px;
        border: 0 none;
        border-radius: 0;
        width: auto;
        height: auto;
        background: #fe9d28;
        background: linear-gradient(to bottom, #ffad29 0%,#fd9631 100%);
        margin-left: 0;
    }
    #carouselForm .carousel-indicators li strong::after {
        content: ".";
    }
    #carouselForm .carousel-indicators li.active strong,
    #carouselForm .carousel-indicators li.active {
        background: #d21cbf;
        background: linear-gradient(to bottom, #e126cd 0%,#c944bb 100%);
    }
    .split2 {
        border-right: 0 none;
        border-bottom: 1px solid #fe9d28;
    }
    .footer-p2 {
		text-align: left;
	}
}
