.wos-cfix{clear:both}
.wos-cfix:before,.wos-cfix:after{ content:"";clear:both;display:table}
.wos-storageBoxesWrapper{}
.wos-storageBoxesTabs{
	margin-bottom:32px
}
.wos-storageBoxesTabs ul{
	margin:0;
	padding:0;
	list-style:none
}
.wos-storageBoxesTabs ul li{
	margin: 0 10px 0 0;
    float: left;
    position: relative;
    line-height: 1.2;
    width: 24%;
	background-color: #6faa50;
}
.wos-storageBoxesTabs li a{
	min-height: 110px;
    max-height: 101px;
    min-width: 140px;
    max-width: 100%;
    display: block;
    text-decoration: none;
    padding: 14px 30px 0;
    color: #fff !important;
    position: relative;
}
.wos-storageBoxesTabs li.view-all {
    background-color: #6faa50;
	margin-right:0
}
.wos-storageBoxesTabs li a.active{
    background-color: #474747;
}
.wos-storageBoxesTabs li a.active:after, .wos-storageBoxesTabs li a.active:before {
	content:"";
    bottom: -34px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wos-storageBoxesTabs li a.active:before {
    border-color: rgba(136,183,213,0);
    border-bottom-color: #263138;
    border-width: 24px;
    margin-left: -24px;
    animation: fadein .7s;
    amination-delay: .5s;
}
.wos-storageBoxesTabs li a.active:after {
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
    animation: fadein 0s;
}
.wos-storageBoxesTabs li a span {
    text-align: center;
    display: block;
}
.wos-storageBoxesTabs li a .cat-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .938em;
}
.wos-storageBoxesTabs li a .cat-type {
    padding: 0 0 8px;
    font-size: .813em;
}
.wos-storageBoxesTabs li a .cat-price {
    font-size: 2.25em;
    font-weight: 700;
    position: relative;
}
.wos-storageBoxesTabs li a .cat-price:after {
    top: 45%;
    right: -19px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.wos-storageBoxesTabs li a.active .cat-price:after{
	border:none
}


.wos-storageBoxesContent{
    float: left;
    width: 100%;
    padding: 18px;
    margin: 0 0 1%;
    border: 2px solid #000;
    background: #fff;
    border-radius: 10px;
	display:none;
    text-align: center;
}

.wos-storageBoxRow{
	display:none
}
.wos-unit-size{
	font-size: 1.6em;
    text-align: center;
}
.unit-amenities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.price-value{
	font-size:1.2em
}
.wos-callBtn{
	-webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #6faa50;
    border: none;
    text-align: center;
    display: block;
    padding: .2em;
	color:#fff !important;
	text-transform:uppercase
}
.wos-callBtn:hover{
	color: #fff;
    background-color: #36945f;
	text-decoration:none
}
.wos-callBtn span{
	display:block
}
.wos-unitDesc{
	clear: both;
    margin: 15px 0 5px;
    padding: 8px 0 5px;
    border-top: 1px solid #888;
	border-bottom: 5px solid #000;
	margin-bottom:25px
}
.wos-unitDesc:last-child{
	margin-bottom:5px
}
.wos-storageBoxesWrapper, .wos-storageBoxesWrapper *{box-sizing: border-box;}
.wos-storageBoxesContent hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-top: 1rem !important;
    margin-bottom: 1.5em !important;
    text-align: center;
}
.unit-amenities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wos-storageBoxRow .row{
    margin-left: initial;
    margin-right: initial;
}

@media (max-width: 1263px) {
    .wos-storageBoxRow .row {
        margin-right: initial;
    }
}


@media all and ( max-width: 1024px ){
    .wos-storageBoxesTabs ul li{
        width: 49%;
        margin: 0 2% 8px 0;
    }
    .wos-storageBoxesTabs ul li:nth-child(even){
        margin: 0 0 8px 0;
    }
    .wos-storageBoxesTabs li.view-all{
        width:100%;
    }
    .wos-storageBoxesTabs ul li a{
        height:inherit;
        min-height:inherit;
        padding: 10px 15px 5px;
    }
    .wos-storageBoxesTabs li a .cat-type,
    .wos-storageBoxesTabs li a .cat-name{
        width:55%;
        text-align:left;
        padding: 0 0 8px;
    }
    .wos-storageBoxesTabs li a .cat-name{
        padding-bottom:0
    }
    .wos-storageBoxesTabs li a .cat-price{
        width:auto;
        right:25px;
        top:50%;
        position:absolute;
        transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
    }
    .wos-storageBoxesTabs li.view-all span{
        text-align:center;
        display:inline-block;
        float:none;
    }
    .wos-storageBoxesTabs li.view-all span.cat-name{
        padding-bottom: 10px
    }
    .wos-storageBoxesTabs li.view-all .cat-name{
        width:100%;
    }
    .wos-storageBoxesTabs li a:before,
    .wos-storageBoxesTabs li a:after{
        content:"";
        clear:both;
        display:table
    }
    .wos-storageBoxesTabs li a.active:after, .wos-storageBoxesTabs li a.active:before{
        display:none
    }
}
@media all and (min-width: 1025px) {
    .wos-storageBoxesTabs ul li {
        width: 19%;
    }
}
@media all and (max-width: 1024px) {
    .wos-storageBoxesTabs ul li {
        width: 49%;
        margin: 0 2% 8px 0;
    }
}
@media all and ( max-width: 767px ){
    .wos-storageBoxesTabs ul li{
        width: 100%;
        margin: 0 0 8px 0;
    }
}

