/*===============================================
 Table Of Contents
 1.) Form Elements
 1.1) Checkbox Style
 1.2) Radio Style
 ===============================================*/

.bd-pending-cases li {
	font-size: 15px;
	color: #000000;
	padding: 9px 7px;
}
.bd-pending-cases li:nth-child(even) {
	background: #f5f5f5;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.bd-pending-cases {
	padding: 15px 0px 0px 0px;
	max-height: 245px;
}


/*Luigui*/

.icon-IMG{
    background-position: 0px 0px !important;
    height: 23px !important;
    width: 35px !important;
    margin-right: 5px !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    vertical-align: text-top !important;
    margin-top: -10px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 100% !important;
    font: inherit !important;
    padding-right: 10px !important;
}

#ui-datepicker-div {
    z-index:9999 !important;
}


.bd-main-content-wrap {
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-color: white;
	position: relative;
	right: 0;
}
.bd-main-content-displays {	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: #e9e9e9;
	position: relative;
	right: 0;
}
.bd-content {
	margin-left: -8px;
}
.bd-main-content-box {
	float: left;
	margin-left: 0.8%;
   
}
.bd-border {
	border: 1px solid #d5d5d5;
}
.bd-main-content-box img {
	display: block;
}

.bd-width-25 {
	width: 24%;
}

.bd-width-60 {
	width: 59%;
}

.bd-width-40 {
	width: 39%;
}

.bd-width-50 {
	width: 49%;
}
.bd-width-48 {
	width: 49.152%;
}
.bd-width-47 {
	width: 48.7%;
}
.bd-performance {
	background: #fdfdfd;
	/*padding: 12px 14px 0px;*/
}
.sprite-performance, .sprite-service, .sprite-billboards, .sprite-pcases, .sprite-rcases, .sprite-contact {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.sprite-performance {
	margin-top: -3px;
	height: 17px;
	background-position: -5px -136px;
}
.sprite-service {
	margin-top: -7px;
	background-position: -50px -1px;
	height: 23px;
}
.sprite-billboards {
	margin-top: -7px;
	background-position: 0px 0px;
	height: 23px;
	width: 35px;
}
.sprite-pcases {
	margin-top: -7px;
	background-position: -2px -34px;
	height: 23px;
	width: 35px;
}
.sprite-rcases {
	margin-top: -7px;
	background-position: -1px -69px;
	height: 23px;
	width: 35px;
}
.sprite-contact {
	margin-top: -6px;
	background-position: 0px -98px;
	height: 23px;
	width: 30px;
}
.bd-h2 {
	font-size: 14px;
	color: #59595a;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}
.bd-img-100 {
	width: 100%;
}
.bd-box-head {
	padding-bottom: 2px;
}
.bd-bottom-space {
	margin-bottom: 8px;
}

.contentPadding{
    padding:12px 14px 0px;
}

.contentWhite{
    background:#fdfdfd;
}

.bd-four-column-box {
	background: #fdfdfd;
	margin-top: 8px;
	/*padding: 20px 5px 20px 17px;*/
	width: 24.2%;
	margin-left: .8%;
	height: 312px;
}
.bd-pdl-miner {
	padding-left: 9px;
}
.bd-radio-listing li {
	position: relative;
	padding: 9px 0px;
}
.bd-radio-hidden {
	position: absolute;
	z-index: -9999;
	opacity: 0;
	visibility: hidden;
}
.bd-radio-circle {
	width: 13px;
	height: 13px;
	background: #d3d3d3;
	border: 1px solid #929292;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}
.bd-radio-text {
	font-size: 15px;
	color: #000000;
	padding-left: 10px;
}
.bd-radio-listing {
	margin: 17px 2px 15px 3px;
}

.bd-menu-section {
	width: 285px;
	position: fixed;
	height: 100%;
	background: #d3d3d3;
	right: -285px;
	top: 0;
	z-index: 99;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.slide-open .bd-main-content-wrap {
	right: 285px;
}
.slide-open  .bd-menu-section {
	right: 0;
}
.bd-h3 {
	background: #878787;
	font-size: 16px;
	color: #ffffff;
	min-height: 37px;
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	padding: 1px 10px;
}
.bd-normal-img {
	position: relative;
	top: 6px;
	margin-right: 8px;
}
.bd-slide-nav-listing {
	min-height: 108px;
	padding: 18px 27px 38px;
}
.bd-slide-nav-listing li {
	margin-bottom: 6px;
}
.bd-slide-nav-listing li, .bd-slide-nav-listing li a {
	font-size: 14px;
	color: #000000;
}
.bd-slide-nav-listing li a {
	text-decoration: underline;
}
.mCSB_scrollTools {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #efefef;
	background: #f4f4f4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px !important;
	background: #c3c3c3 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: none;
}
.bd-radio-listing li   label {
	cursor: pointer
}
.bd-radio-listing li input:checked + label .bd-radio-circle {
	background: #c32126;
	border: 1px solid #c32126;
}
.bd-radio-listing li input:checked + label .bd-radio-text {
	color: #c32126;
	font-weight: 700;
}
.bd-pending-cases li {
	font-size: 15px;
	color: #000000;
	padding: 9px 7px;
}
.bd-pending-cases li:nth-child(even) {
	background: #f5f5f5;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.bd-pending-cases {
	padding: 15px 0px 0px 0px;
	max-height: 245px;
}
.mCSB_inside > .mCSB_container {
	margin-right: 19px;
}
.bd-contact-inner-info strong, .bd-contact-inner-info  span {
	font-size: 15px;
	color: #c32126;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	padding-bottom: 6px;
}
.bd-contact-inner-info  span, .bd-contact-inner-info  a {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.bd-contact-info {
	margin-top: 14px;
	padding-left: 2px;
}
.bd-contact-inner-info {
	margin-bottom: 20px;
}
.bd-mobile-show {
	display: none !important;
}
.bd-mobile-show-btn {
	display: none;
}

/*step1 form-wrap: ;*/
.bd-step-one-form-forgotpass {
	max-width: 630px;
	min-height: 350px;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin: 51px auto 30px;
	padding: 20px 30px;
	position: relative;
}

.bd-step-one-form-forgotpass h3 {
	font-size: 22px;
	color: #c73135;
	text-transform: uppercase;
	padding-top: 12px;
}

.bd-step-one-form-wrap {
	max-width: 630px;
	min-height: 500px;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin: 51px auto 30px;
	padding: 20px 30px;
	position: relative;
}
.bd-step-one-form-wrap h3 {
	font-size: 22px;
	color: #c73135;
	text-transform: uppercase;
	padding-top: 12px;
}
.bd-input-group  label {
	font-size: 15px;
	color: #000;
	text-align: right;
	float: left;
	width: 22%;
	padding-right: 5.5%;
	padding-top: 13px;
}
.bd-input-group  input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="datetime"],input[type="date"], .bd-input-group  select, .bd-input-group  textarea  {
	font-size: 15px; 
	color: #59595a;
	min-height: 39px;
	border: 1px solid #d6d6d6;
	padding: 0px 15px;
	float: left;
	width: 78%;
}
.bd-checkbox-wrap {
	float: left;
	width: 78%;
	padding-top: 13px;
}
.bd-form-input-group {
	margin-top: 47px;
}
.bd-input-group {
	margin-bottom: 36px;
}
.bd-input-group  select option {
	
	padding: 30px 0px !important;
}

.bd-form-hidden {
	height: 0 !important;
	min-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	float: none !important;
}
.bd-check-list label {
	float: none;
	width: 100%;
	padding: 0;
	text-align: left;
	cursor: pointer;
}
.bd-check-list input:checked + label .bd-check-box {
	background: #c23037 url(../images/checkbox-active.png) 50% 50% no-repeat;
}
.bd-check-box {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #979797;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 2px;
}
.bd-check-content {
	font-size: 15px;
	color: #59595a;
	padding-left: 6px;
}
.bd-check-list {
	margin-bottom: 19px;
}
.bd-check-block {
	margin-bottom: 13px;
}
.bd-radio-form-wrap .bd-check-box {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bd-radio-form-wrap .bd-check-list input:checked + label .bd-check-box {
	background: #c23037 url(../images/radio-dot.png) 50% 50% no-repeat;
}
.bd-radio-block {
	margin-bottom: 26px;
}

.s-hidden {
	visibility: hidden;
	padding-right: 10px;
	padding: 0;
	height: 0;
	width: 0;
}
.select {
	cursor: pointer;
	position: relative;
	font-size: 15px;
	color: #59595a;
	min-height: 39px;
	border: 1px solid #d6d6d6;
	padding: 0px 15px;
	float: left;
	width: 78%;
}
.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 12px 20px 12px 10px;
}
.styledSelect:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: black transparent transparent transparent;
	position: absolute;
	top: 17px;
	right: 5px;
}
.styledSelect:before {
	content: "";
	width: 20px;
	height: 100%;
	background: #f0f0f0;
	border-right: 2px solid #676767;
	border-bottom: 2px solid #676767;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-box-shadow: 1px 1px 1px #818181;
	-moz-box-shadow: 1px 1px 1px #818181;
	box-shadow: 1px 1px 1px #818181;
}
.styledSelect:active, .styledSelect.active {
	background-color: #fff;
}
.options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	min-height: 96px;
}
.options li {
	margin: 0 0;
	padding: 9px 10px 8px;
	font-size: 15px;
	color: #59595a;
}
.options li:hover, .options li.active {
	background-color: #c23037 !important;
	color: #fff;
}
.bd-select-grp {
	margin-bottom: 32px;
}
.bd-textarea-filed {
	margin-bottom: 0;
}
.bd-textarea-filed textarea {
	margin-top: 4px;
	height: 117px;
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bd-form-btn-block {
	position: absolute;
	right: 14px;
	top: 20px;
}
.bd-form-btn-center {
	position: absolute;
	align-self:center;
}

.bd-form-btn {
	min-width: 123px;
	min-height: 48px;
	font-size: 15px;
	color: #fdfdfd;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	padding: 14px 10px 9px;
	background: #c73135;
	border: none;
	margin: 0px 8px;
	font-weight: 700;
	cursor: pointer;
}


/*bd-step-two-form-wrap*/
.bd-step-two-form-wrap {
	max-width: 1266px;
}
.bd-left-section {
	float: left;
	width: 50%;
	padding-right: 25px;
}
.bd-right-section {
	float: right;
	width: 50%;
	padding-left: 28px;
}
.bd-full-thid-field label {
	width: 10.5%;
	padding-right: 2.5%;
}
.bd-full-thid-field input {
	width: 89.5%;
}
.bd-step-two-form-wrap .bd-form-btn-block {
	right: 22px;
}
.bd-form-content {
	margin-left: 0;
}

/*login*/
body {
	background-color:#e9e9e9;
}
.containerLogin {
	padding-top: 10%;
}
.form-signin {
  max-width: 300px;
  padding: 4% 6%;
  margin: 0 auto;
  background-color: #d3d3d3;
}
.form-signin img  {
  padding-bottom: 10px;
}
.form-signin .form-signin-heading,
.form-signin {
  margin-bottom: 10px;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  font-size: 15px;
  margin:6px;
  width: 100%;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-login-btn {
	min-width: 123px;
	min-height: 48px;
	font-size: 15px;
	color: #fdfdfd;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	padding: 14px 10px;
	background: #c73135;
	border: none;
	margin: 0px 8px;
	font-weight: 700;
	cursor: pointer;
}
.bd-input-login  input {
	font-size: 15px;
	color: #59595a;
	min-height: 39px;
	border: 1px solid #d6d6d6;
	padding: 0px 15px;
	margin-bottom: 2px;
	float: left;
	width: 88%;
}
p.login {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	margin:0px;
	padding:10px;	
}
p.login, a.login {
	color: #59595a;
	text-decoration:none;
}	
.div-login {
display:inline-block;
border-bottom: #fff solid 1px;	
padding: 10px 0 20px;
width:275px;
}
a.createAccount {
	color:#c32126;}
	
.loginLeft {
float:left;	
}

.loginRight {
float:right;	
}

.bd-input-forgotpass  label {
	font-size: 15px;
	color: #000;
	text-align: right;
	float: left;
	width: 10%;
	padding-right: 5.5%;
	padding-top: 13px;
}
.bd-input-forgotpass {
	margin-bottom: 36px;
}
.bd-input-forgotpass  input, .bd-input-forgotpass  select, .bd-input-forgotpass  textarea {
	font-size: 15px;
	color: #59595a;
	min-height: 39px;
	border: 1px solid #d6d6d6;
	padding: 0px 15px;
	float: left;
	width: 85%;
}

.bd-input-passconfirmation {
	margin-bottom: 36px;
}
.bd-input-passconfirmation  label {
	font-size: 17px;
	color: #000;
	text-align: center;
	width: 100%;
	padding-right: 5.5%;
	padding-top: 13px;
}

.bd-input-passconfirmation {
	margin-bottom: 36px;
}
.bd-input-passconfirmation  label {
	font-size: 17px;
	color: #000;
	text-align: center;
	width: 100%;
	padding-right: 5.5%;
	padding-top: 13px;
}

.bd-table-group  table {
    border-collapse: collapse;
    width: 100%;
}

.bd-table-group  label {
    text-align:left;
    margin-left:10%;
    margin-right:10%;
	font-size: 15px;
	color: #000;
}

.bd-table-group  input{
	color: #59595a;
	min-height: 39px;
    margin-left:10%;
    margin-right:10%;
}

.bd-form-btn-forms {
	position: absolute;
}
input:read-only
{
    background-color: #E6E6E6;
}

.bd-step-one-form-contacts {
	max-width: 630px;
	min-height: 400px;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin: 51px auto 30px;
	padding: 20px 30px;
	position: relative;
}
.bd-step-one-form-contacts h3 {
	font-size: 22px;
	color: #c73135;
	text-transform: uppercase;
	padding-top: 12px;
}

.templateConfigCell{
    border: solid 1px #ddd;
    text-align:center;
    vertical-align:middle;
}


.tdClass td {
   
        width: 16%;
        text-align: center;
    }

.thClass th {
        text-align: center;
    }

 .spancAMERA{
    white-space: nowrap; 
   font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis; 
    font-size:9pt;
}



 .loader {
  color: #bd1515;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

#fountainG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

.playlistStack {
	/*! margin: 20px auto; */
	width: 400px;
	padding: 0;
	position: relative;
	max-width: 100%;
}

.playlistStack img {
	max-width: 100%;
	position: absolute;
	top: 0 !important;
	left: 0;
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s;
	outline: 1px solid transparent;
}

.playlistStack img:last-child {
	position: relative;
}


/* Coverflow */
.playlistStack-coverflow {
	-webkit-perspective: 1600px;
	perspective: 1600px;
}

.playlistStack-coverflow img { /* fixes Chrome 35.0.1916.114 issue (snaps back to translated state) */
	-webkit-transform: translateZ(0) translateX(0) rotateY(0);
	transform: translateZ(0) translateX(0) rotateY(0);
}

.playlistStack-coverflow.active img:nth-child(4) {
	-webkit-transform: translateZ(-300px) translateX(-35%) rotateY(-45deg);
	transform: translateZ(-300px) translateX(-35%) rotateY(-45deg);
}

.playlistStack-coverflow.active img:nth-child(3) {
	-webkit-transform: translateZ(-300px) translateX(-15%) rotateY(-45deg);
	transform: translateZ(-300px) translateX(-15%) rotateY(-45deg);
}

.playlistStack-coverflow.active img:first-child {
	-webkit-transform: translateZ(-300px) translateX(35%) rotateY(-45deg);
	transform: translateZ(-300px) translateX(35%) rotateY(-45deg);
}

.playlistStack-coverflow.active img:nth-child(2) {
	-webkit-transform: translateZ(-300px) rotateY(-15deg);
	transform: translateZ(-300px) translateX(15%) rotateY(-45deg);
}



/* Side Grid */
.playlistStack-sidegrid img:first-child,
.playlistStack-sidegrid img:nth-child(2),
.playlistStack-sidegrid img:nth-child(3) {
	-webkit-transform: scale(0);
	transform:perspective(1px)   scale(0);
}

.playlistStack-sidegrid img:nth-child(4) {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.playlistStack-sidegrid img:nth-child(3) {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.playlistStack-sidegrid img:nth-child(2) {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.playlistStack-sidegrid img:first-child {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.playlistStack-sidegrid.active img {
	-webkit-transform: scale(0.48);
	transform:perspective(1px) scale(0.48);
}



/* Corner grid */
.playlistStack-cornergrid img:first-child,
.playlistStack-cornergrid img:nth-child(2),
.playlistStack-cornergrid img:nth-child(3) {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.playlistStack-cornergrid.active img:nth-child(3) {
	-webkit-transform: scale(0.5) translate(-100%,0%);
	transform: scale(0.5) translate(-100%,0%);
}

.playlistStack-cornergrid.active img:nth-child(2) {
	-webkit-transform: scale(0.5) translate(-100%,-100%);
	transform: scale(0.5) translate(-100%,-100%);
}

.playlistStack-cornergrid.active img:first-child {
	-webkit-transform: scale(0.5) translate(0%,-100%);
	transform: scale(0.5) translate(0%,-100%);
}

.playlistStack-cornergrid img:nth-child(4) {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.playlistStack-cornergrid.active img:nth-child(4) {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}