html, body {
    font-family: 'Roboto Condensed', sans-serif;
    background:#3f444e;
}
li {
    list-style: none;
}

@media all {
    .container_wrap {

    }
    .header_top {
        background: #EDEFF0;
        padding: 4em 1em 1em;
        border-top-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -o-border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        -o-border-top-right-radius: 3px;
    }
    ul.header_right_box{
        padding:0;
        margin: 0 0 0 33%;
        list-style:none;

    }
    ul.header_right_box li{
        float: left;
        margin: 0 3%;
    }
    ul.header_right_box li p{
        font-size: 1em;
        font-weight: 600;
        margin-top: 4px;
    }
    ul.header_right_box li p a{
        color: #DD0838;
    }
    ul.header_right_box li p a:hover{
        text-decoration:none;
        color:#DD0838;
    }
    .content {

        /*border-top: 1px solid #e1e1e1;*/
        background: #edeff0;
        margin: 0px;
    }
    .container {

    }
    .main-content {
        padding: 0px;
        /*border-right: 1px solid #e1e1e1;*/
    }
    .sidebar {
        padding: 0;

    }
    .row {

    }
    .post {
        padding: 15px;
        background: #edeff0;
        /*margin-bottom: 35px;*/
        position: relative;
        overflow: hidden;
    }
    .movie-item {
        padding: 0 10px 0;
        margin-bottom: 20px;

    }
    .movie-item-in {
        padding: 2px;
        background: #ffffff;
        outline: 1px solid #ccc;
    }
    .movie-item-in:hover {
        background: #CCC;
        box-shadow: 0px 2px 5px #CCC;
        outline: 1px solid #DDD;
    }
    .movie-item-in img {
        width: 100%;
        height: 150px;
    }

    .meta {
        background: #FFF;
        padding: 5px;
    }

    .meta h4, .meta h1 {
        width: 100%;
        height: 17px;
        line-height: 17px;
        font-size: 14px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .meta h4 a, .meta h1 a {
        color: #555;
    }

    .meta h4 a:hover, .meta h4 a:active, .meta h1 a:hover, .meta h1 a:active {
        color: #0095BB;
    }
    /* quality tag */
    .qtag {
        padding: 0 3px;
        color: #FFF;
        font-size: 12px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        border: none;
    }

    .tstag, .dvdtag {
        background: #DD0838;
    }

    .hdtag {
        background: #DD0838;
    }

    .bdtag {
        background: #337AB7;
    }
}
/*====================================================
    sidebar
====================================================*/
.sidebar .widget {
    background: none;
    padding: 17px 305px;
}
.main-footer .widget {
    padding: 0px 30px;
}
.widget {
    /*border-bottom: 1px solid #e1e1e1;*/
    /*margin-bottom: 35px;*/
}
.widget_content {

}
.post .title,.widget .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 21px;
    position: relative;
}
.post .title:after,.widget .title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #e67e22;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* main-navigation */
.main-navigation {
    text-align: center;
    background: #EDEFF0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}
.main-navigation .menu {
    padding: 0;
    margin: 0;
}
.main-navigation .menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.main-navigation .menu li.nav-current {
    /*border-bottom: 1px solid #e67e22;*/
    margin-bottom: -1px;
    background: #d75e5c;

}
.main-navigation .menu li.nav-current a{
    color: #fff;
}
.main-navigation .menu li.nav-current a:hover{
    color: #000;
}
.main-navigation .menu li a {
    color: #505050;
    line-height: 3em;
    display: block;
    padding: 0 14px;
}
.tools a{
    margin-left:10px;
}
.breadcrumb {
    margin-bottom: 0px;
}
.main-navigation .menu li:hover > a {
    color: #e67e22;
    text-decoration: none;
}
.main-navigation .menu li ul {
    visibility: hidden;
    background: #ffffff;
    text-align: left;
    padding: 7px 0px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-navigation .menu li ul li {
    display: block;
    margin: 0;
}
.main-navigation .menu li ul li a {
    line-height: 2.5em;
    color: #505050;
}
.main-navigation .menu li ul:hover > a {
    color: #e67e22;
}
.main-navigation .menu li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
}
/* navbar */
.navbar-header {
    text-align: center;
}
.navbar-header i {
    height: 56px;
    line-height: 56px;
    font-size: 2em;
    cursor: pointer;
}
@media (min-width: 768px) {
    .nav-toggle-button {
        display: none;
    }
}
@media (max-width: 767px) {
    .main-navigation {
        text-align: left;
    }
    .main-navigation .menu li {
        display: block;
    }
    .main-navigation .menu li:hover > a {
        color: #e67e22;
        text-decoration: none;
    }
    .main-navigation .menu li ul {
        visibility: visible;
        padding: 0px 0px 0px 20px;
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
/*--footer--*/

#footer {
    float: left;
    overflow: hidden;
    width: 100%;
    /* margin-bottom:5em; */
}
#footer-3d {
    background-color:#edeff0;
}
#footer-3d {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 60px;
}

#footer-3d .first-widget-bend {
    float: left;
    overflow: hidden;
    width: 30%;
    height: 60px;
    margin-left: 30px;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.first-widget-bend {
    background-color:#DD0838;
}
#footer-widgets.gp-footer-larger-first-col {
    padding: 0;
}
#footer-widgets {
    background-color:#2873C2;
}
.copy p{
    color:#fff;
    font-size:13px;
    /* padding:1em; */
}
.copy p a{
    color:#DD0838;
}
.plist a {
    margin-left: 10px;
}
#footer-widgets {
    float: left;
    overflow: hidden;
    padding: 50px 0 10px;
    width: 100%;
}
.gp-container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.gp-footer-larger-first-col .footer-1 {

    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.gp-container h1 {
    position: absolute;
    z-index: 99;
    color: #fff;
    margin: 10px 60px 10px;
}
.gp-footer-larger-first-col .footer-1 {
    background-color:#DD0838;
}
@media only screen and (max-width:920px) {
    .gp-footer-larger-first-col .footer-1 {
        padding: 20px;
    }
}


.gp-footer-larger-first-col .footer-1 {
    width: 30%;
    margin-right:7%;
    padding: 20px;
    float: left;
}
@media only screen and (max-width:600px) {
    .gp-footer-larger-first-col .footer-1 {
        width: 100%;
        padding:10px;
        float:none;
    }
}
.post .post-con {
    margin: 30px 0;
}
.post.contit .title {
    margin: 0;
    font-size: 1.5em;
    line-height: 1em;
}
.post.contit .intro{
    float: right;
    color: #999;
}
.post-con {
    font: 400 18px/1.62 "Georgia", "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei", sans-serif;
    color: #444443;
}

.post-con .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border-bottom: 1px dotted #ccc;
}

.link a {
  margin-bottom: 10px;
  margin-left: 10px;
}
@media (max-height: 800px) {
      #love1 img{ width:120px;height:120px; }
      #love2 img{ width:120px;height:120px; }
}