.wordy h2{
	margin-top:0px;
}
.breakitdown {
	display: block;
    padding: 0;
    margin: 0 -0.625rem;
	text-align:center;
}
.breakitdown a{
	font-weight:bolder;
	color:#F78;
	font-size:14px;
}
.breakitdown p{
	font-weight:normal;
	font-size:10px;
	color:#fff;
}
.buttlook {
	display: inline-block;
    padding: 10px 10px 0 10px;
    border: 1px solid #333;
    border-radius: 4px;
    cursor: pointer;
	background:#e22121;
	width:100%;
}
.buttlook:hover {
    border: 1px solid #e22121;
    border-radius: 4px;
    cursor: pointer;
	background:#FFF;
	width:100%;
}
.serv-type h2{
	color:#FFF;
}
.serv-type h4{
	color:#FFF;
	text-align:center;
	margin-top:10px;
}
.searchText {
    height: 50px;
    width: 4.2em;
    border: 2px solid #fff;
    background-color: transparent;
    margin-right: 10px;
    color: #fff !important;
    font-size: 20px;
    padding: 0px 0px 0px 15px;
    min-width: 3.6em;
}
.searchButton {
    background: url(../../../images/icons/search-icon.png) no-repeat center center;
    border: 2px solid #fff;
    color: transparent;
    height: 50px;
    width: 4%;
    background-size: 60% auto;
    padding: 0px;
    margin: 0px;
    min-width: 50px;
    align-items: initial;
    font-size: 21px;
}
.searchButtonloading {
    background: url(../../../images/icons/loading.gif) no-repeat center center;
    border: 2px solid #fff;
    color: transparent;
    height: 50px;
    width: 4%;
    background-size: 60% auto;
    padding: 0px;
    margin: 0px;
    min-width: 50px;
    align-items: initial;
    font-size: 21px;
}
* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.price .top {
	background-color: #eee;
    font-size: 13px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}
.new-phone-systems{
	background-color:#009ce8;
}
.used-phone-system {
	background-color:#4CAF50;
}
.phone-support {
	background-color:#FC3;
	color:#333;
}