.iconbox-module{
    position: relative;
    -webkit-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    margin-bottom: 15px;
}
.iconbox-holder{
    margin: -1px -1px 0 -1px;
    padding: 20px 0 15px;
    text-align: center;
    position: relative;
}
.iconbox-holder {
    background-color: #8a1325;
}
.iconbox-holder:before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background-image: url('/img/box-flare.png');
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat;
}
.iconbox-holder:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin: 0 0 0 -6px;
    -moz-border-end-style:dashed !important;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-color: #8a1325 transparent transparent transparent;
}
.iconbox-holder .iconbox-inner{
    display: inline-block;
    border: 4px solid transparent;
    color: white;
    position: relative;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 52px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    -webkit-transition: 0.45s cubic-bezier(.445,.05,.55,.95);
    -moz-transition:    0.45s cubic-bezier(.445,.05,.55,.95);
    -ms-transition:     0.45s cubic-bezier(.445,.05,.55,.95);
    -o-transition:      0.45s cubic-bezier(.445,.05,.55,.95);
    transition:         0.45s cubic-bezier(.445,.05,.55,.95);
}
.iconbox-holder .iconbox-inner [class^="icon"]{
    position: absolute;
    display: block;
    top: -13px;
    left: -14px;
    width: 136px;
    height: 136px;
    line-height: 136px;
    text-align: center;
    /*-webkit-border-radius: 136px;*/
    /*-moz-border-radius: 136px;*/
    /*border-radius: 1px;*/
    -webkit-transition: 0.45s cubic-bezier(.445,.05,.55,.95);
    -moz-transition:    0.45s cubic-bezier(.445,.05,.55,.95);
    -ms-transition:     0.45s cubic-bezier(.445,.05,.55,.95);
    -o-transition:      0.45s cubic-bezier(.445,.05,.55,.95);
    /* transition:         0.45s cubic-bezier(.445,.05,.55,.95); */
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.iconbox-module:hover .iconbox-holder .iconbox-inner [class^="icon"]{
    -webkit-transform: scale(0.75) rotate(360deg);
    -moz-transform: scale(0.75) rotate(360deg);
    -ms-transform: scale(0.75) rotate(360deg);
    -o-transform: scale(0.75) rotate(360deg);
    transform: scale(0.75) rotate(360deg);
}

.iconbox-module:hover .iconbox-holder .iconbox-inner
{
    border-color: white;
}

.iconbox-title {
    background-color: #444;
    color: #ffffff!important;
    box-shadow: inset 0 1px 2px #262626;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 130%;
    margin: 0 -1px 0 -1px;
    padding: 15px 20px;
}

.iconbox-module .iconbox-text {
    text-align: left;
    margin: 0 -1px 0 -1px;
    padding: 20px;
    font-size: 11px;

    border-bottom: 5px solid #8a1325;
}

.iconbox-module .iconbox-holder .svg-twitter {
    width: 60px;
    height: 60px;
    left: 25px;
    top: 25px;
}

.iconbox-module .iconbox-holder .svg-facebook {
    width: 60px;
    height: 60px;
    left: 25px;
    top: 25px;
}