.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    padding: 0;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:active {
    text-decoration: none;
    color: inherit;
}

header{
    height: 67px;
    z-index: 2;
    background: #ffffff;
}

a{
    color:inherit;
    text-decoration: none;
    cursor: pointer;
}

.logo{
    margin: 5px 0 0 0;
    width: 100%;
    max-width: 200px;
}

.logo-no-site{
    margin: 2px 0 0 0;
    width: 100%;
}

.navbar-inverse {
    background-color: #eeeeee;
    border-color: #dddddd;
}

.navbar-inverse .navbar-nav > li > a {
    color: #383838;
}

.navbar-inverse .navbar-toggle {
    background-color: #c0c0c0;
    border-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover{
    background-color: #a9a9a9;
}

.search-area{
    margin: 6px 0;
}

.row{
    margin: 0;
}

.content-frame{
    padding: 2px;
    background-color: #f0f0f0;
}

.content-frame img{
    width: 100%;
}

.page-content{
    margin-top: 31px;
}

.content{
    background-position: center bottom;
    background-repeat: repeat-x;
    bottom: 0;
    padding: 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABLCAYAAAACnsWZAAAC6ElEQVRo3u1a2ZKDQAiEaP7/k9mX1dKRo4Fx11QlT6nozCBH03RkEaEnf1708M/XwI80kJkZvrdhpPyuR66P91prL7+vgYHbgo4xnQeXo4HdjWd6H/bg5r2pKZjZcyWiRQmlKJtp35HfvBzU1p48vTYrWYz109LlaGD05JoXNM+xU2hkXNfSYPfgahgiTv5E19Fc1Aw87VEpkjsKxzx/K5LHfj7SwBl55KXKuL973rFIog0rucdGy0Sqfq/iRYGNCpZJYCSKlSfjNwNZgRovlF7IkHSBo3E0kBCXJ2mT1+KQM3eg7mAemqMl/Dwa2Omnkedh/jd6eDQQcT05YUaqlJy+TBqbWRLhZcIIRBaqLBLihrgK0J7XxUAEc6/RQA4IJTXAOwtHlyrOdAMvPNwItUq33iDoRrk4w2uXB5rJZmaF+xLiN/CUDCZ1FEYUemQsEgS3ormCE8QBJiZjL46YCidAdkqn2UL8aEb9LiB+terTxaK1uqjPktPaKFApvHVqWswI8Z2ik9lJol4bEVELxNEeLhofRGg/EpqQ42VIw0dU8eqIQJUxMzt8uV60PIgON1FFVgtIUML6l0KRG2IEwxAhPeKAlCS+7IXYI62VebkibqZC3CmeMrc8hhhpTYhug/RwBAFOnSQr8BDl/rzJSiqfB9QoHeqKm5FAcDnPm+oi7odMdtl+TJE2g+JbpNlkSYXZpayZRACpAhWCWnzxWCReJ6hWapvoRvpglwtmjRRLWWAwXJUxsjJyyqgsIAnbDRkqbsJ0C2EylUM9yBGrFyNwgYJ1Rg4OpRRP3UJ0vm63CdegQM2JCpwyD48KKxqGrtcQdUs06WOWd6SJk+qLPQvINFBxEyWlElw7wUzEZmaKm6j0YVbxLT21Qxa+7yw82cCKnn0RMBcwxyrQU8nP05rtxZ7MX1SojhhBCtQE0BD/22t64+t5Hqt5FXLLu2/b09UKV+XgOwhAeR/r9bxI1crKbNkBf9/vBy/HpCqeAg5DAAAAAElFTkSuQmCC");
    transition: all 0.2s linear 0s;
    width: 100%;
}

.content.highlight{
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.content a{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.content a:hover{
    cursor: pointer;
}

.content a .content-info{
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
}

.small-contents{
    margin-top: 5px;
}

.small-contents .title{
    color: #2a2a2a;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 3px;
}

.small-contents .info{
    color: #666;
    display: block;
    font-size: 14px;
    margin-left: 5px;
}

.small-contents .content-frame{
    margin-bottom: 5px;
    background-color: #F0F0F0;
    padding: 10px;
}

.magazine{
    padding-right: 5px;
    padding-top: 5px;
}

.magazine img{
    width: 100%;
}

.big-contents{
    padding: 5px;
}

.big-contents .big-content{
    min-height: 320px;
}

.big-contents .title{
    color: #2a2a2a;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 3px;
}

.big-contents .info{
    color: #666;
    display: block;
    font-size: 14px;
    margin-left: 5px;
}

.big-contents .content-frame{

}

.content-detail{
    padding: 5px;
}

.content-detail .title{
    font-size: 18px;
    font-weight: bold;
}

.content-detail .info{
    font-size: 14px;
}

.content-detail .detail{
    font-size: 14px;
}

.content-detail img{
    width: 100%;
    margin: 3px;
}

.highlights .title{
    font-weight: bold;
    font-size: 16px;
}

.related .title{
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.related .info{
    font-size: 12px;
}

footer{
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
    padding-top:15px;
    margin-top: 5px;
}

footer .footer-logo img{
    width: 100%;
}

footer a{
    display: block;
    color: #5f5f5f;
}

footer .social-media{
    text-align: right;
}

footer .social-media a{
    display: inline;
    margin-right: 5px;
}

footer .logo{
    margin: 10px;
    text-align: left;
}

footer .copyright{
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}
.magazine-list .magazine-list-frame{
    margin-right: 5px;
}

.magazine-list img{
    width: 100%;
}

.magazine-list h4{
    margin: 5px;
    text-align: center;
    height: 45px;
}

.content-detail img{
    width: 100%;
}

.content-detail h4{
    font-weight: 400;
}

.navbar-nav > li > a {
}

.navbar-nav-no-site > li > a {
    padding-bottom: 26px;
    padding-top: 26px;
}

.share{
    text-align: right;
    height: 30px;
}

nav{
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    margin-top: 22px;
}

.navbar-toggle-no-site {
    margin-top: 15px;
}

.navbar-header{
    width: 100%;
}

.h3, h3 {
    font-size: 17px;
    border-bottom: 1px solid #e6e6e6;
    color: #2a2a2a;
    height: 24px;
}

.h2, h2 {
    font-size: 26px;
    border-bottom: 1px solid #e6e6e6;
    color: #2a2a2a;
    height: 35px;
    margin-top: 5px;
}

.footer-links{
    margin: 5px;
}

.social-media img{
    width: 50px;
}

.fb-share-button{
    vertical-align: top;
    display: inline-block;
}

.banner-list{
    margin: 5px 0;
    padding: 0;
}

.banner-list li{
    list-style: none;
}

.banner-list li img{
    width: 100%;
}

.left-banner {
    left: 5px;
    margin-top: 100px;
    position: absolute;
    width: 110px;
}

.right-banner {
    right: 5px;
    margin-top: 35px;
    position: absolute;
    width: 110px;
}

.pagination > li > a, .pagination > li > span{
    color: #666;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

.partner img{
    width: 100%;
}

.partner{
    text-align: center;
}

.member-area{
    text-align: right;
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: bold;
    margin-top: 6px;
}

.member-area-no-site{
    margin-top: 0px;
}

.member-area .delimiter{
    margin: 0 5px;
}

.member-login{
    margin: 0 auto;
}

.member-login .login-frame{
    float: none;
    margin: 0 auto;
    text-align: left;
    padding: 0 10px;
}

.member-login .login-frame .form-input{
    width: 100%;
    height: 30px;
    margin: 5px 0;
    font-size:14px;
}

.member-login .login-frame .form-textarea{
    width: 100%;
    height: 90px;
    margin: 5px 0;
    border: 1px solid rgb(208,208,208);
    font-size:14px;
}

.member-login .login-frame label{
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0;
}

.member-login .login-frame .register{
    margin: 5px 0;
    font-size: 14px;
    text-align: center;
}

.member-login .login-frame .register a{
    margin: 5px 0;
    font-size: 16px;
}

.green-button{
    background-color: #77b900;
    border: 0 none;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
}

.dropdown-menu{
    border: 0;
}

.dropdown-menu .dropdown-item{
    display: block;
    text-align: right;
    margin: 5px;
}

.content-padding{
    padding: 0 10px;
}

.login-frame .remind-me{
    height: 40px;
}

.social-login{
    text-align: center;
    height: 80px;
}

.sites{
    margin-left: 0;
    padding-left: 0;
}

.sites-frame{

}

.sites li{
    text-align: left;
    list-style: none;
    display: inline-block;
    padding: 0px 7px;
}

.sites li a {
    font-weight: bold;
    font-size: 14px;
}

.white-bg{
    background-color: #ffffff;
}

.comments{
    margin-top: 5px;
}

.comments .form-input{
    height: 30px;
    font-size:14px;
    border: 1px solid rgb(208,208,208);
}

.comments .form-textarea{
    width: 100%;
    height: 90px;
    margin: 5px 0;
    border: 1px solid rgb(208,208,208);
    font-size:14px;
}

.comments .comments-frame{
    margin: 5px;
}

.comments .bg-color{
    background-color: #f0f0f0;
    padding: 10px;
}

.comments .green-button{
    width: 100px;
    float: right;
}

.comments label{
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0;
}

.comment-item{
    margin: 10px;
}

.comment-item .reply{
    margin-left: 10px;
}

.comment-item .actions .date{
    color: #c0c0c0;
    margin-right: 10px;
}

.comment-item .actions img{
    margin-right: 5px;
}

.comment-item .actions{
    color: #008000;
}

.comment-item .actions{
    margin-top: 10px;
}

.reply .comment-item{
    margin-right: 0;
}

.loading{
    text-align: center;
}

.comments img{
    width: auto !important;
}

.photo-gallery-text{
    font-size: 16px;
    margin: 5px;
}