body {
    font-family: lato, sans-serif;
    /*font-family: 'Helvetica';*/
    font-size: 14px;
    color: #454545;
    line-height: normal;
    background: #ffffff;
}
.socials {
    padding-right: 44px;
}

.socials li {
    display: inline-block;
    margin: 0 8px
}

.fa {
    margin-right: 3px;
}
.breadcrumbs .fa, .post_breadcrumbs .fa{
    margin:0 3px;
}
.navbar-nav .search_box{
    display: block;
    height: 48px;
    border-left: 1px solid #f4f4f4;
    position: relative;
    padding: 6px 12px;
}
.navbar-nav .search_box input[type="text"], .navbar-nav .search_box button[type="submit"]{
    outline: none;
    display: block;
}
.navbar-nav .search_box input[type="text"]{
    background-color: #fff;
    padding: 8px 36px 8px 8px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
.navbar-nav .search_box button[type="submit"]{
    position: absolute;
    border: 0;
    background-color: transparent;
    top: 6px;
    right: 12px;
    font-size: 16px;
    padding: 7px;
    color: #B5B5B5;
}
@media (min-width:1200px){
    .navbar-nav .search_box input[type="text"]{
        min-width: 220px;
    }
}
.banner{
    background: url(../images/images-bannerbg.jpg) center top no-repeat;
    height: 495px;
}
.banner .site_title{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding-top: 70px;
    font-weight: 500;
}
.banner .search_box{
    display: block;
    width: 600px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: auto;
    margin-top: 70px;
    height: 50px;
    border-radius: 5px;
    position: relative;
    padding: 3px;
}
.banner .search_box input[type="text"]{
    outline: none;
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 44px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    line-height: 44px;
    color: #444;
    background-color: #fff;
}
.banner .search_box button[type="submit"]{
    position: absolute;
    border: 0;
    background-color: transparent;
    top: 3px;
    right: 3px;
    font-size: 18px;
    padding: 0 10px;
    color: #B5B5B5;
    height: 44px;
    outline: none;
}
@media (max-width:991px){
    .banner{
        background-image: none;
        background-color: #73B04B;
        height: inherit;
        min-height: 0;
        padding-bottom: 25px;
    }
    .banner .site_title{
        padding-top: 25px;
        font-size: 28px;
    }

    .banner .search_box{
        width: 100%;
        margin: auto;
        margin-top: 25px;
        background-color: transparent;
        padding: 0;
    }
    .banner .search_box button[type="submit"]{
        top: 0;
        right: 0;
    }
}
.b_margin{
    margin-top:-150px;
}
.breadcrumbs {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 28px;
}
.box{
    /*background: #ddd;*/
    margin-bottom: 20px;
}
.single .box{
	background:#fff;
}
/*.box .title{
    background: #fbfbfb;
    border-bottom: 1px solid #e8e8e8;
    height: 55px;
    line-height: 55px;
    color: #666;
    font-size: 18px;
    padding: 0px 10px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}*/
.box .title {
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-left: 10px;
    background: #c27cf7;
}
.box .cat_title{
    margin: 0;
    padding: 0 10px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}
.box .cat_title a{
    color: #616161;
    text-decoration: none;
}
.box .cat_title a:hover{
    color: #dfb1ee;
    text-decoration: none;
}
.box .sub_categories{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .sub_categories li{
    display: block;
    border-bottom: 1px dashed #ccc;
}
.box .sub_categories li:last-child{
    border-bottom: 0;
}
.box .sub_categories li h3, .box .sub_categories li h4{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}
.box .sub_categories li a{
    display: block;
    padding: 0 18px;
    line-height: 34px;
    text-decoration: none;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box .sub_categories li a:hover{
    color: #06afe4;
}
.box .post_breadcrumbs{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.box .post_breadcrumbs .breadcrumb_last{
    color: #dfb1ee;
}
.box .post_breadcrumbs a{
    color: #666;
}
.box .post_breadcrumbs a:hover{
    color: #dfb1ee;
}
.list_apps, .archive_list_apps, .side_list_apps{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
    list-style: none;
}
.list_mxh, .archive_list_mxh, .side_list_mxh{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
    list-style: none;
    text-align: center;
}
.list_apps .app_item {
    border-radius: 30px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 75px;
    /*background: #eaeaea;*/
	background:#fff;
    /*margin-bottom: 3px;*/
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 0.2%;
    box-shadow: 0 1px 3px rgba(10, 10, 15, 0.7);
}

.starsx > span {
    margin-right: 1.25em;
}

.column-3 .list_apps .app_item {
    width: 32.3%;
    margin-right: 0.5%;
}
.column-3.order-to-bottom .list_apps .app_item {
    width: 102% !important;
    margin-right: 0;
}
.app_item_more {
    background: #f0f0f0 none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(10, 10, 15, 0.7);
    clear: both;
    margin-top: 3px;
    padding: 5px;
    text-align: center;
}
.app_item_more a{
	color:#333;
}
.in_post .app_item{
    width: 33.33333333%;
}
.in_post .app_item:nth-child(3n){
    border-right: 0;
}
.archive_list_apps .app_item{
    width: 25%;
    float: left;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    overflow: hidden;
    text-align: center;
	background:#eff1f3;
}
.side_list_apps .app_item{
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed #DADADA;
}
.list_apps .app_item:nth-child(4n), .archive_list_apps .app_item:nth-child(4n){
    border-right: 0;
}
.in_post .app_item:nth-child(4n){
    border-right: 1px dashed #DADADA;
}
.list_apps .app_item:hover, .archive_list_apps .app_item:hover, .side_list_apps .app_item:hover{
    background:#efefef;
}
.list_apps .app_item .app_thumb, .side_list_apps .app_item .app_thumb{
    width: 76px;
    height: 75px;
    float: left;
    margin-right: 10px;
	border-right:1px solid #ddd;
}
.archive_list_apps .app_item .app_thumb{
    width: 85px;
    height: 85px;
    margin: 0 auto 10px auto;
    display: block;
}
.list_apps .app_item .app_name, .side_list_apps .app_item .app_name{
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-weight: 600;*/
}
.side_list_apps .app_item .app_name{
    font-size: 16px;
}
.archive_list_apps .app_item .app_name{
    font-size: 13px;

    line-height: 21px;
    color: #666;
    display: block;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_apps .app_item .app_name:hover{
    color:#06afe4;
}
.archive_list_apps .app_item .app_name:hover, .side_list_apps .app_item .app_name:hover{
    color:#f80;
}
.stars{
    background: url(../images/images-star.png) repeat-x;
    height: 15px;
    width: 75px;
    overflow: hidden;
    margin: 5px 0;
}
.archive_list_apps .app_item .stars{
    margin: 5px auto;
}
.stars span{
    display: block;
    background: url(../images/images-stars.png) repeat-x;
    height: 15px;
}
.list_apps .app_item .developer, .side_list_apps .app_item .developer{
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 30px;
    line-height: 22px;
    font-size: 13px;
    display: block;
}
.side_list_apps .app_item .developer {
    color: #00B5F3;
}
.archive_list_apps .app_item .developer {
    display: block;
    font-size: 11px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side_list_apps .app_item .excerpt{
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #666;
}
.side_list_apps .app_item .btn_download{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    background-color: #DD4D3E;
    color: #fff;
    border-radius: 3px;
}
.side_list_apps .app_item .btn_download:hover{
    background-color: #73B04B;
}
.list_apps .btn_download, .rand_apps .app_item .btn_download{
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/images-btn_download.png) no-repeat 0 6px;
    background-size: 78px 28px;
}
.rand_apps .app_item .btn_download{
    line-height: none;
    padding: 0;
    background-color: inherit;
    border-radius: 0;
}
.rand_apps .app_item .btn_download:hover{
    background-color: inherit;
}
.archive_list_apps .btn_download{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px 0 0;
    line-height: 25px;
    padding: 0 35px 0 8px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #A4C639;
}
.archive_list_apps .btn_download .fa{
    position: absolute;
    margin-left: 3px;
    border-left: 1px solid #fff;
    line-height: 25px;
    top: 0;
    right: 0;
    padding: 0 6px 0 8px;
}
.archive_list_apps .btn_download:hover {
    background-color: orange;
}
.list_apps .btn_download:active, .list_apps .btn_download:hover, .rand_apps .app_item .btn_download:hover{
    background-position:-40px 6px
}
@media (min-width:600px) and (max-width:991px){
    .rand_apps .app_item{
        width: 50%;
        float: left;
        border-right: 1px dashed #DADADA;
    }
    .rand_apps .app_item:nth-child(2n){
        border-right: 0;
    }
}
@media (max-width:991px){
    .list_apps .app_item{
        width: 33.333333333%;
    }
    .list_apps .app_item:nth-child(4n){
        border-right: 1px dashed #DADADA;
    }
    .list_apps .app_item:nth-child(3n){
        border-right: 0;
    }
    .b_margin{
        margin-top: 15px;
    }
}
@media (max-width:767px){
    .list_apps .app_item{
        width: 50%;
    }
    .archive_list_apps .app_item{
        width: 33.333333333%;
    }
    .archive_list_apps .app_item:nth-child(4n){
        border-right: 1px solid #DADADA;
    }
    .archive_list_apps .app_item:nth-child(3n){
        border-right: 0;
    }
    .list_apps .app_item:nth-child(4n){
        border-right: 1px dashed #DADADA;
    }
    .list_apps .app_item:nth-child(3n){
        border-right: 1px dashed #DADADA;
    }
    .list_apps .app_item:nth-child(2n){
        border-right: 0;
    }
}
@media (max-width:599px){
    .archive_list_apps .app_item{
        width: 50%;
    }
    .archive_list_apps .app_item:nth-child(4n){
        border-right: 1px solid #DADADA;
    }
    .archive_list_apps .app_item:nth-child(3n){
        border-right: 1px solid #DADADA;
    }
    .archive_list_apps .app_item:nth-child(2n){
        border-right: 0;
    }
}
@media (max-width:479px){
    .list_apps .app_item:nth-child(4n){
        border-right: 0;
    }
    .list_apps .app_item:nth-child(3n){
        border-right: 0;
    }
    .list_apps .app_item{
        width: 100%;
        border-right: 0;
    }
    .list_apps .app_item:nth-child(2n){
        border-right: 0;
    }
    .list_apps .app_item:last-child{
        border-bottom: 0;
    }
    .list_apps .app_item .btn_download{
        top: 28px;
    }
}
@media (max-width:300px){
    .archive_list_apps .app_item{
        width: 100%;
    }
    .archive_list_apps .app_item{
        border-right: 0;
    }
}
.footer {
    background: #fff;
}
.footer .list p {
    padding: 0 0 10px;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-transform: uppercase;
}
.footer .list {
    padding: 25px 15px 15px;
}
.footer .list ul {
    padding:0 0 0 20px;
    margin: 0;
}
.footer .list ul li {
    line-height: 16px;
    list-style: disc;
    padding-bottom: 5px;
    font-size: 13px;
}
.footer .list ul li a {
    color: #666;
}
.footer .list ul li a:hover{
    color:#00AEEF;
}
.footer .about {
    line-height: 50px;
    text-align: center;
    background-color: #c27cf7;
    font-family: fantasy;
    color: white;
}
.post_container{
}
.post_container .post_head{
    overflow: hidden;
    padding: 10px;
}
.post_container .post_head .b_float{
    float: left;
    margin-right: 10px;
}
.post_container .post_head .post_qrcode{
    float: right;
    border: 1px solid #ccc;
    margin-top: 3px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.post_container .post_head .post_qrcode img{
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
}
.post_container .post_head .post_archive{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post_container .post_head .post_archive a{
    font-size: 12px;
    color: #666;
}
.post_container .post_head .post_archive a:hover{
    color: #06afe4;
}
.post_container .post_head .b_float .post_thumb{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
.post_container .post_head .post_name{
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.post_container .post_head .post_name span{
    color: #00AEEF;
}
.post_container .post_head .b_float .stars{
    margin: 6px auto;
}
.post_container .post_head .btn_download,#goDownload .btn_download{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px 0 0;
    line-height: 32px;
    padding: 0 35px 0 8px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #dfb1ee;
}
.post_container .post_head .btn_download:hover, #goDownload .btn_download:hover{
    background-color: orange;
}
.post_container .post_head .btn_download .fa, #goDownload .btn_download .fa{
    position: absolute;
    margin-left: 3px;
    border-left: 1px solid #fff;
    line-height: 32px;
    top: 0;
    right: 0;
    padding: 0 6px 0 8px;
}
.post_content {
    padding: 10px;
}
.post_screens{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.post_screens .lists_img{
    overflow-x: scroll;
    display: block;
    width: 100%;
    white-space: nowrap;
}
.post_screens .lists_img figure{
    display: inline-block;
}
.post_screens .lists_img figcaption{
    display: none;
}
.post_screens img {
    margin-right: 3px;
    height: 220px;
}
.post_screens img:last-child{
    margin-right: 0;
}
.post_content>h2, .post_update>h2, .post_info>h2{
    margin:0;
    padding: 0;
    font-size: 18px;
}
.showmore_trigger{
    position: relative;
    display: none;
    padding: 0 10px 10px;
}
.showmore_trigger .show-more-end {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00ffffff',EndColorStr='#ffffff');
    top: -30px;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}
.showmore_trigger span {
    cursor: pointer;
    text-align: left;
    line-height: 30px;
    height: 30px;
    display: block;
    color: #00AEEF;
}
.post_update, .post_info{
    padding: 10px;
}
.post_info ul{
    margin: 10px 0;
    padding: 10px 0 0;
    list-style: none;
    overflow: hidden;
}
.post_info ul li{
    display: block;
    width: 33.333333333%;
    float: left;
    margin: 0 0 15px;
    overflow: hidden;
	padding-left:50px;
}
.post_info ul li label{
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.post_info ul li span{
    font-size: 13px;
    color: #666;
    display: inline-block;
    margin-left: 5px;
    line-height: 18px;
}
.post_info ul li span a{
    color: #666;
}
@media (max-width:991px){

}
@media (max-width:767px){
    .post_container .post_head .post_qrcode{
        display: none;
    }
	.column-3 .list_apps .app_item{
		width:100%;
		margin-right:0;
	}
	ul.cat-list{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.container.b_margin,.single .container,.page-template .container{
		/*padding-left:5px;
		padding-right:5px;*/
	}

	.col-md-4,.col-md-8,.col-md-9,.col-md-3{
		padding-left:0px;
		padding-right:0px;
	}

}
@media (max-width:479px){
    .post_container .post_head .post_name{
        font-size: 18px;
        white-space: normal;
        max-height: 42px;
    }
    .post_container .post_head .post_archive a{
        font-size: 11px;
    }
    .post_container .post_head .btn_download{
        font-size: 11px;
        line-height: 28px;
    }
    .post_info ul li{
        width: 50%;
    }
}
.fb-comments, .fb-comments * {
    width:100% !important;
}
.wp-pagenavi{
    font-size: 12px;
    padding: 0 0 20px;
}
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi .current{
    display: inline-block;
    padding: 0 12px;
    line-height: 28px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    margin: 0 2px 0 0;
}
.wp-pagenavi .pages{
    font-weight: bold;
}
.wp-pagenavi a{
    text-decoration: none;
}
.wp-pagenavi a:hover{
    color: #fff;
    background-color: #dfb1ee;
}
.wp-pagenavi .current {
    background-color: #dfb1ee;
    color: #fff;
}
.order-to-bottom ul.list_apps{
     -moz-column-count: 2;
  -webkit-column-count: 2;
          column-count: 2;
}
 .banner, .category .banner{
	height:100px;
	background:none;
}
 .banner .site_title, .category .banner .site_title{
	padding-top:10px;
}
 .banner .search_box,.category .banner  .search_box{
	margin-top:22px;
}
@media (max-width:797px){
    .wp-pagenavi{
        text-align: center;
    }
	.column-3.order-to-bottom .list_apps .app_item {
		width: 100% !important;
		margin-right: 0.7%;
	}
	.order-to-bottom ul.list_apps{
		 -moz-column-count: 1;
	  -webkit-column-count: 1;
			  column-count: 1;
	}
	.banner, .category .banner{
		height:150px;
		background:none;
	}
	.banner .site_title, .category .banner .site_title{
		padding-top:10px;
	}
	.banner .search_box,.category .banner  .search_box{
		margin-top:22px;
		margin-bottom:0px;
	}
}
.cat_desc{
    padding: 10px;
}
.cat_desc p:first-child{
    margin-top: 0;
}
.page_date{
    position: absolute;
    top: 58px;
    font-size: 11px;
    right: 4px;
    color: #06afe4;
}
.page_content {
    padding: 15px 10px 10px;
}
.page_content p:first-child{
    margin-top: 0;
}
.post_container .custom_download{
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    padding: 0;
}
.download_box {
    border: 1px dashed #29C1D6;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.download_box ul  {
    list-style: none;
    margin: 0;
    padding: 0;
}
.download_box ul li{
    display: block;
    margin: 0 0 10px;
}
.download_box ul li:last-child{
    margin-bottom: 0;
}
.download_box ul li a{
    padding: 8px 12px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    min-width: 190px;
}
.download_box ul li a:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.download_box ul li a.btn_gp{
    background-color: #79A924;
}
.download_box ul li a.btn_apk{
    background-color: #f80;
}
.download_box ul li a.btn_gp:hover{
    background-color: #4c4c4c;
}
.download_box ul li a.btn_apk:hover{
    background-color: #3598DC;
}
.post_head .the_excerpt{
    margin: 0;
}
.app-lock{
	text-align:center;
	margin:0 auto;
	max-width:100%;
	width:98%;
}
.cat-list{
	list-style:none;
}
.container.cat{
	padding-bottom:10px;
}
.footer-title {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 0px;
    background: #c27cf7;
}
.footer-header{position:relative;}
.footer-header::after{
	content: "";
	position: absolute;
	border-bottom: 1px solid #333;
	right: 0;
	left: 0;
	bottom: 5px;
	z-index: -1;
	width:90%;
}
ul.cat-list{
	margin-top:2px;
}
.cat-list li {
	padding:5px;
}
.cat-list li a{
	color:#666;
}
a, a h2{
	color: #37373d !important;
}
a:hover{
	text-decoration:underline;
}
.gt-title{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.gt-container{
	background:#fff;
	padding:10px;
	padding-left:20px;
}
.sub_categories{
	background:#fff;
}
h2.title, a h2.title{
	color: #fff !important;
}
.single .single-breadcrumb{
	background:#333;

}
.single .single-breadcrumb a{
	color:#fff !important;
}
.single .post_archive{
	padding-top:5px;
	padding-bottom:10px;
}
.single .post_archive span{
	margin-right:10px;
}
.gt-container .wp-caption.aligncenter{
	margin:0 auto;
}
.app_thumb{
	position:relative;
}
.app_thumb .order-1{
	color:#ff4400;
}
.app_thumb .order-2{
	color:orange;
}
.app_thumb .order{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
	font-size: 36px;
}
.xorder {
    background: #ccc none repeat scroll 0 0;
    border-radius: 0 0 12px;
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 22px;
    z-index: 999;
	color:#3c3c3c;
}

.app_item_hidden {
    background: #dddddd none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: none !important;
}
/*
.xorder-right {
    clear: right;
    float: right !important;
    top: -48.27%;
}
.xorder-left{
	clear:left;
	float:left;
}*/
.xorder-1{
	background:#ff4400;
	color:#fff;
}
.xorder-2{
	background:orange;
	color:#fff;
}
.xorder-3{
	background:green;
	color:#fff;
}
.gt-hidden{
	display:none;
}