/*TABS*/
.bm-tabs {max-width: 100%; float: none; list-style: none; padding: 0; margin: 4em auto 2em;}
.bm-tabs:after {content: ''; display: table; clear: both;}
#bm-tab-content-2, #bm-tab-content-3 {display: none;}
.bm-tabs input[type="radio"] {display:none;}
.bm-tabs label {display: block; float: left; width:33.26%; /* 2 = 50% 3 = 33.29% 4 = 25% */ color: #707070; font-size: 16px; font-weight: 300; text-decoration: none; text-align: center; line-height: 2.2em; cursor: pointer; text-transform:uppercase; letter-spacing:0.05em; background: rgba(0,0,0,0.01);background: linear-gradient(to top, #F4F4F4 0, #FAFAFA 10px, #FAFAFA 100%);}
.bm-tabs label span {display: none;}
.bm-tabs label i {padding: 5px; margin-right: 0;}
.bm-tabs label:hover {color: #4668a6; background: #f4f4f4;}
.bm-tab-content {min-height:440px;width: 100%; float: left; padding: 50px 15px 15px; box-sizing: border-box; background-color:#ffffff; border-right: 1px solid rgba(0,0,0,0.06); border-left: 1px solid rgba(0,0,0,0.06); border-width: 1px; border-style: solid; -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.06)), to(rgba(0, 0, 0, 0))) 1 100%; -webkit-border-image: -webkit-linear-gradient(rgba(0,0,0,0.06), rgba(0, 0, 0, 0)) 1 100%; -moz-border-image: -moz-linear-gradient(rgba(0,0,0,0.06), rgba(0, 0, 0, 0)) 1 100%; -o-border-image: -o-linear-gradient(rgba(0,0,0,0.06), rgba(0, 0, 0, 0)) 1 100%; border-image: linear-gradient(to bottom, rgba(0,0,0,0.06), rgba(0, 0, 0, 0)) 1 100%;}
.bm-tab-content h3 {color: #4668a6; font-weight:300;}
#bm-tab-1:checked + label, #bm-tab-2:checked + label, #bm-tab-3:checked + label, #bm-tab-4:checked + label {background: #FFF; color: #4668a6; border-top: 1px solid rgba(0,0,0,0.06); border-right: 1px solid rgba(0,0,0,0.06); border-left: 1px solid rgba(0,0,0,0.06);}
#bm-tab-1:checked ~ #bm-tab-content-1 {display: block;}
#bm-tab-1:checked ~ #bm-tab-content-2, #bm-tab-1:checked ~ #bm-tab-content-3, #bm-tab-1:checked ~ #bm-tab-content-4 {display: none;}
#bm-tab-2:checked ~ #bm-tab-content-2 {display: block;}
#bm-tab-2:checked ~ #bm-tab-content-1, #bm-tab-2:checked ~ #bm-tab-content-3, #bm-tab-2:checked ~ #bm-tab-content-4 {display: none;}
#bm-tab-3:checked ~ #bm-tab-content-3 {display: block;}
#bm-tab-3:checked ~ #bm-tab-content-1, #bm-tab-3:checked ~ #bm-tab-content-2, #bm-tab-3:checked ~ #bm-tab-content-4 {display: none;}
#bm-tab-4:checked ~ #bm-tab-content-4 {display: block;}
#bm-tab-4:checked ~ #bm-tab-content-1, #bm-tab-4:checked ~ #bm-tab-content-2, #bm-tab-4:checked ~ #bm-tab-content-3 {display: none;}
.bm-tabs i {padding: 5px; margin-right: 10px;}
.bm-tabs label span { display: inline-block;}
