.page-title-main.float_l {
    background-image: url("../images/page-title.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.page-title.float_l {
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    line-height: 60px;
    color: #fff;
    margin: 30px 0 20px 0;
}
.buying-selling.float_l {
    text-align: center;
    padding: 65px 0;
}
.buying-selling .heading {
    font-size: 48px;
    font-weight: 100;
    line-height: 58px;
    margin: 0 0 20px 0;
}
.send-card-con .simple-text {
    line-height: 26px;
    padding: 0 75px;
}
.buying-selling-links.float_l {
    padding: 80px 3% 50px 3%;
}
.buying-selling-box {
    float: left;
    width: 50%;
    padding: 0 50px;
}
.buying-selling-box a, .buying-selling-box a img {
    float: left;
    width: 100%;
}
.buying-selling-box a {
    font-size: 36px;
    font-weight: 100;
    line-height: 46px;
    color: #000;
    float: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buying-selling-box a:hover {
    color: #00aeef;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buying-selling-box a img {
    margin: 0 0 35px 0;
    box-shadow: 0 0 0 #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buying-selling-box a:hover img {
    box-shadow: 0 0 15px #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




@media screen and (max-width: 1200px) {
	.container {
	  width: 960px;
	}
}
@media screen and (max-width: 990px) {
    .buying-selling .heading{font-size:30px;}
	.container {
	  width: 740px;
	}
	.buying-selling-links.float_l {
	  padding: 50px 0;
	}
	.buying-selling-box {
	  padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.container {
	  min-width: 320px;
	  padding-left: 5%;
	  padding-right: 5%;
	  width: 100%;
	}	
	.buying-selling-box a img {
	  margin: 0 0 15px;
	}
	.buying-selling-box a {
	  font-size: 22px;
	  line-height: 32px;
	}
}