/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
*/
.bg-laptop {
    background: url(https://gclub.sss88.com/wp-content/uploads/2016/08/com_bg.png) no-repeat;
    overflow: hidden;
    padding: 22px 46px 0;
    float: left;
    min-height: 160px;
}
.bg-laptop img{
   width:220px;
   max-width: initial;
}
.title-bg {
    padding: 5px 30px;
    font-size: 22px;
    color: #ff652f;
} 
.title-link {
    display: inline-block;
    margin: 10px 0;
    color: #dd4b39;
}
ul.link-list li{
    display: inline-block;
    margin: 5px;
}
.btn-link {
    background: url(https://gclub.sss88.com/wp-content/uploads/2016/08/bg-btn.png) no-repeat center top;
    width:170px;
    height:40px;
}
.text-side {
    width: 50%;
    float: left;
    padding: 15px;
}
.linad {
    position: relative;
    margin-top: 5px;
    text-align: center;
    line-height: 0;
}
/*....device-screen.....*/
@media screen and (max-width: 768px) {
.bg-laptop ,.text-side{
    float:none;
}
.text-side {
    width: 100%;
    padding: 0;
    text-align: center;
}
}
@media screen and (max-width: 736px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 480px) {
.title-bg {
    padding: 5px 20px;
}
}
@media screen and (max-width: 414px) {

}