body {
    margin: 0;
    padding: 0;
    font-family: 'Gudea';
}
.hide {
	display: none;
}
.mobile {
    min-width: 320px;
    margin: 0 auto;
}
.tweets {
    background: url(../img/piece.png) repeat scroll 0 0 transparent;
}
/* header style start*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgb(64, 64, 64);
    height: 60px;
    box-shadow: 0 3px 4px rgba(0,0,0,.35)
}
header .logo {
    float: left;
    background: url(../img/logo-new.png) no-repeat scroll 0 0 transparent;
	width: 175px;
	height: 35px;
    margin: 13px 0 0 16px;
    background-size: 100%;
}
header .head-menu {
    float: right;
    margin-right: 10px;
    height: 60px;
    width: 115px;
    position: relative;
}
header .head-menu > p {
    margin: 0;
    float: left;
    color: white;
    font-size: 20px;
    line-height: 60px;
    padding-left: 15px;
}
header .head-menu > span.menu-icon {
    float: right;
    background: url(../img/menu.png) no-repeat scroll 0 0 transparent;
    width: 31px;
    height: 31px;
    margin-top: 13px;
    cursor: pointer;
    background-size: 80%;
    background-position: center;
}
header .head-menu .sub-menu-items {
    position: absolute;
    right: 0;
    top: 60px;
    width: 220px;
    background-color: black;
    opacity: .8;
    display: none;
}
header .head-menu .sub-menu-items ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
header .head-menu .sub-menu-items ul li {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 25px;
}
header .head-menu .sub-menu-items ul li  a {
    color: white;
    font-size: 19px;
}
header .head-menu .sub-menu-items .btn-follows {
    display: inline-block;
    color: rgb(255,255,255);
}
header .head-menu .sub-menu-items .btn-follows span {
    color: white;
    float: left;
    width: 100px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
}
header .head-menu .sub-menu-items .btn-follows .btn-instagrams {
    float: left;
    background: url(../img/icon-instagram.png);
    background-size: 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    margin-left: 13px;
    margin-top: 3px;
}
header .head-menu .sub-menu-items .btn-follows .btn-twitters {
    float: left;
    background: url(../img/icon-twitter.png);
    background-size: 28px;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin-top: 3px;
}
/*
header .star-btn {
    float: right;
    margin: 10px 10px 0 0;
    background: url(../img/starfeed.jpg) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    width: 42px;
    height: 50px;
    cursor: pointer;
}
header .feed-food {
    float: right;
    margin: 10px 5px 0 0;
    height: 50px;
    width: 60px;
    background-color: rgb(242,130,0);
    text-align: center;
    line-height: 50px;
    color: rgb(255,255,255);
}
header .feed-pop {
    float: right;
    margin: 10px 5px 0 0;
    height: 50px;
    width: 60px;
    background-color: rgb(205,0,142);
    text-align: center;
    line-height: 50px;
    color: rgb(255,255,255);
}
header .feed-local {
    float: right;
    margin: 10px 5px 0 0;
    height: 50px;
    width: 60px;
    background-color: rgb(137,17,147);
    text-align: center;
    line-height: 50px;
    color: rgb(255,255,255);
}
*/

/* header style end */

/* tweets list style start */
.main-content {
	margin: 60px 0 0 0;
    overflow-y: scroll;
}

.main-content #tweets-list {
    margin: 0 10px;
}
#tweets-list ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}
#tweets-list ul li {
    display: inline-block;
    background-color: white;
    margin-top: 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.35);
	width: 100%;
}
#tweets-list ul li:last-child {
    margin-bottom: 60px;
}
#tweets-list ul li > div.ct {
	text-align: center;
}
#tweets-list ul li > div {
    padding: 11px 8px 9px 8px;
}
#tweets-list ul li > div.error {
    padding: 31px 8px 29px 8px;
}
#tweets-list ul li .user-logo {
    display: table-cell;
    vertical-align: top;
    padding-right: 6px;
}
#tweets-list ul li .user-logo img {
    cursor: pointer;
    border-radius: 4px;
    width: 48px;
    height: 48px;
}
#tweets-list ul li .ct-info {
    display: table-cell;
    vertical-align: top;
	padding-bottom: 28px;
}
#tweets-list ul li .ct-info .user {    
    font-size: 20px;
    float: left;
    font-weight: bold;
}
#tweets-list ul li .ct-info .user a {
	color: rgb(46,49,146);
	text-decoration: none;
}
#tweets-list ul li .ct-info .tweet-icon {
    background: url(../img/twitter.png) no-repeat scroll 0 0 transparent;
    width: 23px;
    height: 23px;
    float: left;
    margin: 2px 5px;
	background-size: 100%;
}
#tweets-list ul li .ct-info .instagram-icon {
    background: url(../img/instagram.png) no-repeat scroll 0 0 transparent;
    width: 23px;
    height: 23px;
    float: left;
    margin: 2px 5px;
    background-size: 100%;
}
#tweets-list ul li .ct-info .timePosted {
    color: rgb(172,172,172);
    font-size: 20px;
    float: left;
    margin: 2px 0 0 0;
}
#tweets-list ul li .ct-info .location {
    color: rgb(172,172,172);
    font-size: 20px;
    float: left;
    margin: 2px 0 0 2px;
}
#tweets-list ul li .ct-info .tweet {
    word-break: break-all;
    color: rgb(0,0,0);
    font-size: 22px;
    line-height: 26px;
    margin: 4px 0 0 0;
	width: 100%;
    float: left;
}
#tweets-list ul li .ct-info .media-attach {
	width: 100%;
	float: left;
	margin-top: 10px;
}
#tweets-list ul li .ct-info .media-attach img {
	width: 100%;
}
#tweets-list ul li .tweet-like, #tweets-list ul li .instagram-like {
    display: table-cell;
    vertical-align: bottom;
}
#tweets-list ul li .tweet-like span, #tweets-list ul li .instagram-like span {
    width: 33px;
    height: 29px;
    display: block;
    cursor: pointer;
}
#tweets-list ul li .tweet-like.off span {
    background: url(../img/star-off.png) no-repeat;
    background-size: 100%;
}
#tweets-list ul li .tweet-like.on span{
    background: url(../img/star-on.png) no-repeat;
    background-size: 100%;
}
#tweets-list ul li .instagram-like.off span {
    background: url(../img/star-off.png) no-repeat;
    background-size: 100%;
}
#tweets-list ul li .instagram-like.on span{
    background: url(../img/star-on.png) no-repeat;
    background-size: 100%;
}
#tweets-list ul li .tweet a {
    text-decoration: none;
	color: rgb(46,49,146);
}
#tweets-list ul li .tweet a:hover {
	border-bottom: 2px solid rgb(46,49,146);
}
/* tweets list style end */

/* disqus*/

.main-content .disqus_comment_iframe{
	padding-bottom:60px;
	width:95%;
	height:200px;
     background:#fff;margin:0 auto;
}
.main-content .disqus_comment_iframe iframe{border:none; width:100%;height:100%;} 

.comments_link_disqus{position:relative;bottom:10px;    left: 5px;}
.main-content .disqus_content_wrapper{
	padding-bottom:60px;
     background:#fff;margin-top: 5px;text-align: center;
    box-shadow: 1px 1px 4px rgba(0,0,0,.35);margin:0 10px
} 
#disqus_thread{
	    display: inline-block;
    width:95%;margin:0 auto;
}
@media (max-width: 480px){
#disqus_thread .hidden-sm{display: block !important;}
}
/* disqus*/

/* footer style start */
footer {
	height: 60px;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 3px 4px rgba(0,0,0,.35);
    background-color: rgba(0,0,0,.75);
}
footer .footer-btn-refresh {
	margin: 0px auto;
	width: 30px;
	display: block;
}
footer .btn-refresh {
    background-image: url(../img/btn-refresh.png);
    background-size: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;

    width: 30px;
    height: 30px;
    margin-top: 16px;
    float: left;
    color: rgb(255,255,255);
}
footer .btn-has {
    background: url(../img/btn-search.png);
    background-size: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;

    position: absolute;
    left: 20px;
    top: 16px;
    width: 30px;
    height: 30px;
    color: rgb(255,255,255);
}
footer .btn-info {
    background: url(../img/btn-info.png);
    background-size: 12px 30px;
    background-position: center center;
    background-repeat: no-repeat;

    position: absolute;
    right: 13px;
    top: 16px;
    width: 30px;
    height: 30px;
    color: rgb(255,255,255);
}
/*
footer .btn-bookmark {
    position: absolute;
    right: 20px;
    top: 16px;
    background: url(../img/btn-follow.png);
    background-size: 65px;
    background-position: 50px 0;
    background-repeat: no-repeat;
    width: 115px;
    height: 25px;
    color: rgb(255,255,255);
    padding-top: 7px;
    font-size: 18px;
    text-decoration: none;
}*/
/* footer style end */

/* search box style start */
.search-box {
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 999;
	display: none;
}
.search-box .search-box-back {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.search-box .search-box-content {
	z-index: 1001;
	height: 50px;
	position: absolute;
	left: 15px;
	padding: 5px 0;
    background-color: rgb(61, 191, 240);	
	border-radius: 3px;
	text-align: center;
}
.search-box .search-box-content .search-key {
	color: rgb(255,255,255);
	font-size: 20px;
}
.search-box .search-box-content .search-value {
	color: rgb(0,0,0);
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 5px 5px 5px 8px;
	border: 0;
	border-radius: 2px;
    width: 200px;
}
.search-box .search-box-content .search-btn {
	width: 60px;
	height: 35px;
	line-height: 35px;
	color: rgb(61, 191, 240);
	background-color: rgb(255,255,255);
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	margin-left: 15px;
}
.search-box .search-box-content .close-box {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: white;
}
.search-box .search-box-latest {
	z-index: 1001;
	position: absolute;
	left: 15px;
	padding: 5px 0 10px;
    background-color: rgb(231, 231, 231);	
	border-radius: 3px;
	text-align: center;
}
.search-box .search-box-latest p {
	margin: 10px 0 20px;
}
.search-box .search-box-latest ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.search-box .search-box-latest ul li {
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}
.search-box .search-box-latest ul li a {
	float: left;
	width: 100%;
	text-align: center;
	color: rgb(46,49,146);
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
/* search box style end */

/* info box style start */
.info-box {
    position: fixed;
    left: 0;
    bottom: 60px;
    width: 100%;
    overflow-y: scroll;
    text-align: center;
    display: none;
}
.info-box .content {
    position: relative;
    margin: 0 10px;
    opacity: .9;
    padding: 0;
    text-align: center;
    height: 100%;
    background-color: rgb(137,17,147);
}
.info-box .content > div {
    position: relative;
    background-color: rgb(137,17,147);
}
.info-box p.p-welcome {
    margin: 0 0 35px;
    color: white;
    font-size: 60px;
    padding: 30px 30px 0;
}
.info-box p.p-feedback {
    margin: 0 0 35px 0;
    color: white;
    font-size: 30px;
    padding: 0 30px;
}
.info-box p.p-txt {
    margin: 0 0 35px 0;
    color: white;
    font-size: 24px;
    padding: 0 30px;
}
.info-box p.p-txt a {
    color: white;
}
.info-box .info-follows {
    text-align: center;
    display: inline-block;
    line-height: 34px;
    margin-bottom: 30px;
}
.info-box .info-follows span {
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.info-box .info-follows .btn-instagrams {
    background: url(../img/icon-instagram.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.info-box .info-follows .btn-twitters {
    background: url(../img/icon-twitter.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}
.info-box .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
}
#tweets-list ul.star-ul {
    display: none;
}
/* info box style end */

/* auto popup style start */
.auto-box {
    position: fixed;
    left: 0;
    bottom: 60px;
    width: 100%;
    overflow-y: scroll;
    text-align: center;
    display: none;
}
.auto-box .content {
    position: relative;
    margin: 0 10px;
    opacity: .9;
    padding: 0;
    text-align: center;
    height: 100%;
    background-color: rgb(137,17,147);
}
.auto-box .content > div {
    position: relative;
    background-color: rgb(137,17,147);
    text-align: center;
}
.auto-box .content .pg {
    margin-bottom: 40px;
}
.auto-box .auto-logo {
    display: inline-block;
    width: 425px;
    height: 88px;
    background: url(../img/nearby_logo.png) no-repeat scroll 0 0 transparent;
}
.auto-box .btn-uparrow {
    display: inline-block;
    background: url(../img/arrow-up.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    width: 31px;
    height: 44px;
    margin-right: 30px;
}
.auto-box .btn-bookmarks {
    display: inline-block;
    background: url(../img/bookmarks.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    width: 50px;
    height: 44px;
}
.auto-box .auto-follows p.des {
    margin-top: 0;
}
.auto-box .content p.tit {
    font-size: 30px;
    color: white;
    margin: 10px 0;
}
.auto-box .content p.des {
    font-size: 24px;
    color: white;
    margin: 10px 0;
}
.auto-box .content p.des a {
    color: white;
}
.auto-box .content .img-heart {
    background: url(../img/heart.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    width: 28px;
    height: 25px;
    display: inline-block;
}
.auto-box .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
}
/* auto popup style end */

/* responsive screen style start */
@media (min-width: 800px) {
    header .content {
        width: 800px;
        margin: 0 auto;
    }
    .main-content .disqus_content{
        margin: 0 auto;
        width: 800px;
    } 
    .main-content #tweets-list.content {
        margin: 0 auto;
        width: 800px;
    }
    #tweets-list ul {
        padding: 0 10px;
    }
    footer .content {
        position: relative;
        width: 800px;
        margin: 0 auto;
    }
    .info-box .content, .auto-box .content {
        width: 780px;
        margin: 0 auto;
    }
}
@media (max-width: 799px) {
    header .logo {
        width: 140px;
        margin-top: 17px;
        background: url(../img/logo-new.png) no-repeat scroll 0 0 transparent;
        background-size: 100%;
    }
    header .star-btn {
        width: 40px;
        height: 50px;
        background: url(../img/starfeed.jpg) no-repeat scroll 0 0 transparent;
        background-size: 100% 100%;
    }
    header .feed-food, header .feed-pop, header .feed-local {
        width: 50px;
        margin-right: 2px;
    }
    #tweets-list ul li .user-logo img {
        width: 30px;
        height: 30px;
    }
    #tweets-list ul li .ct-info .tweet {
        font-size: 18px;
        line-height: 20px;
    }
	#tweets-list ul li .ct-info .user {
		margin-bottom: 4px;
	}
    #tweets-list ul li .ct-info .tweet-icon, #tweets-list ul li .ct-info .instagram-icon {
        clear: both;
        margin-left: 0;
    }

    #tweets-list ul.star-ul li .ct-info .tweet-icon, #tweets-list ul.star-ul li .ct-info .instagram-icon {
        clear: none;
        margin-left: 5px;
    }
    #tweets-list ul li .tweet-like span, #tweets-list ul li .instagram-like span {
        width: 26px;
    }
    #tweets-list ul li .ct-info .timePosted {
        font-size: 15px;
		margin-top: 3px;
    }
	#tweets-list ul li .ct-info .location {
        font-size: 15px;
        margin-top: 3px;
        width: 87px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	}
	.search-box .search-box-content .search-key {
		display: none;
	}
	.search-box .search-box-content .search-value {
		width: 170px;
		margin-left: -15px;
	}
	.search-box .search-box-content .search-btn {
		margin-left: 10px;
		width: 50px;
	}
    .info-box p.p-welcome {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .info-box p.p-txt {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .info-box p.p-feedback {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .info-box .info-follows span {
        font-size: 16px;
    }
    .auto-box {
        background-color: rgba(137,17,147,.9);
    }
    .auto-box .content, .auto-box .content > div {
        opacity: 1;
        background-color: transparent;
    }
    .auto-box .auto-follows {
        padding-top: 40px;
    }
    .auto-box .auto-logo {
        width: 290px;
        height: 60px;
        background: url(../img/nearby_logo.png) no-repeat scroll 0 0 transparent;
        background-size: 100% 100%;
    }
}
@media (max-width: 320px) {
    header .logo {
        width: 110px;
        margin-top: 20px;
        background: url(../img/logo-new.png) no-repeat scroll 0 0 transparent;
        background-size: 100%;
    }
    .info-box p.p-welcome {
        font-size: 35px;
        margin-bottom: 15px;
        padding-top: 20px;
    }
    .info-box p.p-txt {
        font-size: 16px;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .info-box p.p-feedback {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .info-box .info-follows span {
        font-size: 14px;
    }
}
/* responsive screen style end */

