#dwbadv .default,#dwbadv .first,#dwbadv .second,#dwbadv .third,#dwbadv .fourth{
    position:relative;
    height:60px !important;
    width:100% !important;
}
#dwbadv #text0{
	box-sizing: border-box;
}
#dwbadv #bottom{
	box-sizing: border-box;
}
#dwbadv .default{
    background-color:#333;
}
#dwbadv .company-default{
    background-color:#333;
}
#dwbadv .text-default{
    background-color:#555;
}
#dwbadv .first{
    background-color:#7c6eb0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .company-first{
    background-color:#7c6eb0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .text-first{
    background-color:#5c4e80;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#dwbadv .second{
    background-color:#e56c90;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .company-second{
    background-color:#e56c90;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .text-second{
    background-color:#c54c70;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#dwbadv .third{
    background-color:#fcc75f;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .company-third{
    background-color:#fcc75f;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .text-third{
    background-color:#ccae3f;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#dwbadv .fourth{
    background-color:#aecc52;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .company-fourth{
    background-color:#aecc52;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .text-fourth{
    background-color:#8eac32;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#dwbadv .default:after, .first:after, .second:after, .third:after, .fourth:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
#dwbadv .default:after {
    margin-left: -10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
    border-top: solid 10px #333;
}

#dwbadv .first:after {
    margin-left:calc(-37.5% - 10px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
    border-top: solid 10px #7c6eb0;
}
#dwbadv .second:after {
    margin-left:calc(-12.5% - 10px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
    border-top: solid 10px #e56c90;
}
#dwbadv .third:after {
    margin-left:calc(12.5% - 10px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
    border-top: solid 10px #fcc75f;
}
#dwbadv .fourth:after {
    margin-left: calc(37.5% - 10px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
    border-top: solid 10px #aecc52;
}

#dwbadv .button{
	filter: invert(25%);
	-webkit-filter:invert(25%);
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#dwbadv .button:hover{
	filter: invert(100%);
	-webkit-filter:invert(100%);
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#dwbadv #button1{
	background-color: #7c6eb0;
}
#dwbadv #button2{
	background-color: #e56c90;
}
#dwbadv #button3{
	background-color: #fcc75f;
}
#dwbadv #button4{
	background-color: #aecc52;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #52B2CF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}