body .tabs{background:transparent;border:2px solid #9c0734;border-bottom:none}body .tabs span{margin-right:-5px;cursor:pointer;position:relative;padding:18px 20px 18px;display:inline-block;font-family:"Varela",sans-serif;font-size:18px;text-transform:uppercase;font-weight:bold;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body .tabs span:hover{background:#fff;color:#9c0734}body .tabs .active{background:#9c0734;color:#fff}body .tabs .active:hover{background:#9c0734;color:#fff}body .tabs .active:after{content:"";position:absolute;bottom:-2px;width:0;height:0;left:50%;margin-left:-10px;border-style:solid;border-width:0 14px 14px 14px;border-color:transparent transparent #fff transparent}body .tab-content{border:2px solid #9c0734;border-top:none;background:#fff;clear:both;overflow:hidden;text-align:left;padding:3%;margin-bottom:30px}body .tab-content img{border:4px solid #f1f1f1}