textarea {
    resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hidden {
    display: none;
}

.centering-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.centering-wrap > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    word-break: break-all;
}

.table-link tbody tr {
    cursor: pointer;
}

.required_text {
    color: #d9534f;
    font-size: 16px;
}

.help-block.invalid-block ul li{
    color: #d9534f;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:hover .media-heading {
    text-decoration: underline;
}

/* text */
.heading-small {
    font-size: 14px;
    font-weight: bold;
}

.heading-middle {
    font-size: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
}
/* text */


/* text-color */
.dark-gray {
    color: #626262;
}
.gray {
    color: #888;
}
/* text-color */


/* underline */
.underline_gray {
    border-bottom: solid 2px #888;
}
/* underline */


/* icon */
.icon {
    font-family: CONDENSEicon;
    font-style: normal;
    margin-right: 3px;
}

.icon-yellor {
    color: #FFd40b;
}

.icon-genre-technology {
    color: #00A95F;
}
.icon-genre-technology:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "w";
    color: #00A95F;
}

.icon-genre-business {
    color: #187FC4;
}
.icon-genre-business:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "-";
    color: #187FC4;
}

.icon-genre-media {
    color: #EA5532;
}
.icon-genre-media:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: ",";
    color: #EA5532;
}

.icon-genre-arts {
    color: #E85298;
}
.icon-genre-arts:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "k";
    color: #E85298;
}

.icon-genre-entertainment {
    color: #ffe33f;
}
.icon-genre-entertainment:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "i";
    color: #ffe33f;
}

.icon-genre-fashion {
    color: #A64A97;
}
.icon-genre-fashion:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "?";
    color: #A64A97;
}

.icon-genre-health {
    color: #E9546B;
}
.icon-genre-health:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "—";
    color: #E9546B;
}

.icon-genre-lifestyle {
    color: #F6AD3C;
}
.icon-genre-lifestyle:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "0";
    color: #F6AD3C;
}

.icon-genre-sports {
    color: #00AFEC;
}
.icon-genre-sports:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "ˆ";
    color: #00AFEC;
}

.icon-genre-travel {
    color: #AACF52;
}
.icon-genre-travel:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: ".";
    color: #AACF52;
}

.icon-genre-realestate {
    color: #CC6633;
}
.icon-genre-realestate:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "O";
    color: #CC6633;
}

.icon-genre-gourmet {
    color: #e9af00;
}
.icon-genre-gourmet:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: ">";
    color: #e9af00;
}

.icon-genre-education {
    color: #4D4398;
}
.icon-genre-education:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "B";
    color: #4D4398;
}

.icon-genre-science {
    color: #00ADA9;
}
.icon-genre-science:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "9";
    color: #00ADA9;
}

.icon-genre-society {
    color: #DDDDDD;
}
.icon-genre-society:before {
    font-family: CONDENSEicon;
    font-style: normal;
    content: "Z";
    color: #DDDDDD;
}


/* icon */


/* media */
.media .send_date,
.media .company {
    color: #757575;
}
/* media */

#footer {
    background-color: #00c300;
    color: #fff;
}

#footer h3.company {
    margin: 10px 0;
}
#footer h3.company a {
    color: #fff;
}

@media (min-width: 768px) {
    #footer h5.copyright {
        margin: 16px 0;
    }
}

#footer ul li {
    float: left;
}

#footer ul li a {
    text-decoration: none;
}
#footer ul li a:hover {
    text-decoration: underline;
}

#footer .list {
    padding: 20px 0 12px 0;
}

#footer .list .title {
    float: left;
    width: 15%;
    color: #00c300;
    word-wrap: break-word;
}

#footer .list ul.items{
    float: left;
    width: 85%;
}
#footer .list ul.items li {
    padding: 0 8px 0 17px;
}
#footer .list ul.items li:nth-child(1) {
    padding-left: 0;
}
#footer .list ul.items li:nth-child(n+2) {
    border-left: solid 1px #888;
}
#footer .list ul.items li a {
    display:inline-block;
    margin: 0 7px;
}
#footer .list ul.items li a:nth-child(1)  {
    margin-left: 0;
}
@media(min-width: 768px) {
    #header .search {
        float: right;
    }
    #header .search .navbar-form {
        margin-top: 14px;
    }
}

@media(min-width: 768px) {
    #header .navbar-header{
        padding-left: 15px;
        border-left: 1px solid #fff;
    }
}

#header {
    min-height: 120px;
    margin-bottom: 5px;
}

#header .navigation {
    background-color: #FFF;
}

#header .logo a{
    background-image: url(/img/layout/vp_logo.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    text-indent: -9999px;
    float: left;
    height: 28px;
    width: 146px;
    margin: 20px 0;
}


#header .search .navbar-form {
    width: 210px;
}

#header .search .form-control {
    width: auto;
    border-radius: 3px;
}

#header .search .search_btn {
    margin-left: 1px;
    color: #00c300;
    background-color: #fff;
}


#header .navbar {
    background-color: #00c300;
    color: #ffffff;
    border-radius: 0;
}

#header .navbar-inverse {
    border: none;
    background-image: none;
}

#header .navbar-inverse .navbar-collapse{
    padding-left: 0px;
    border-width: 0px;
}

#header .navbar-inverse .navbar-nav > li:last-child{
    border-right: 1px solid #fff;
}

#header .navbar-inverse .navbar-nav > li{
    text-align: center;
    border-left: 1px solid #fff;
}

#header .navbar-inverse .navbar-nav > li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
}

#header .navbar-inverse .navbar-nav > li a:hover {
    text-decoration: underline;
    color: #fff;
}

#header .navbar-inverse .navbar-toggle {
    color:#fff;
    border-width:0;
}





#header .navbar-header .navbar-toggle:hover{
    background-color: #00c300;
}

#header .navbar-header .navbar-brand{
    text-align: center;    
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
}

#header .navbar-header .navbar-brand:hover{
    text-decoration: underline;
}

#maincontent.top .media img.media-object {
    max-width: 100%;
    max-height: 200px;
}

/* media-list-body */
#maincontent.top .media-list-body {
    margin-top: 10px;
}

#maincontent.top .media-list-body .media {
    margin: 0;
    padding-bottom: 20px;
}

#maincontent.top .media-list-body .media h3{
    max-height: 100px;
}

#maincontent.top .media-list-body p {
    display: -webkit-box;
    max-height: 80px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
#maincontent.top .media-list-body .media .media-heading {
    max-height: 105px;
    padding-bottom: 5px;
    overflow: hidden;
}


#maincontent.top .media-list-body > .line {
    display: none;
}

@media (max-width: 767px) {
    #maincontent.top .media-list-body .line {
        display: block;
    }
}

@media (min-width: 768px) {
    #maincontent.top .media-list-body .media {
        height: 380px;
        border-left:1px solid #eee;
    }
    #maincontent.top .media-list-body .media .media-object-wrap {
        margin: 5px 0;
        height: 100px;
        width: 100%;
        vertical-align: middle;
    }
    #maincontent.top .media-list-body .media img.media-object {
        margin: auto;
        max-height: 100%;
    }
    #maincontent.top .media-list-body .media .summary {
        max-height: 100px;
        overflow: hidden;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #maincontent.top .media-list-body div:nth-of-type(4n+1) {
        border-left: none;
    }
    #maincontent.top .media-list-body div:nth-of-type(4n) {
        display: block;
    }
}

@media (min-width: 992px) {
    #maincontent.top .media-list-body div:nth-of-type(3n+1) {
        border-left: none;
    }
    #maincontent.top .media-list-body div:nth-of-type(3n+3) {
        display: block;
    }
}
/* media-list-body */
#maincontent.journalist-entry #journalist_journalist_genres
{
    height: auto;
}
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400');

@font-face {
    font-family: CONDENSEicon;
    src: url("/fonts/CONDENSEicon.eot");
}

@font-face {
    font-family: 'CONDENSEicon';
    src:url('/fonts/CONDENSEicon.woff') format('woff'),
        url('/fonts/CONDENSEicon.otf') format('opentype');
}

html{
    height: 100%;
}

body{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#contents{
    padding-bottom: 70px;
}

#footer{
    position: absolute;
    bottom:0;
    height: 50px;
    width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul {
    list-style: outside none none;
    padding-left: 0;
}

.f10 {
    font-size: 10px;
}
.f20 {
    font-size: 20px;
}
.f30 {
    font-size: 30px;
}
.bold {
    font-weight: bold;
}



.mt05 {
    margin-top: 5px;
}
.mt09 {
    margin-top: 9px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}


.mr05 {
    margin-right: 5px;
}
.mr08 {
    margin-right: 8px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}


.mb05 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}


.ml05 {
    margin-left: 5px;
}
.ml08 {
    margin-left: 8px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}

/* panel */
.panel,
.panel-heading {
    border-radius: 0;
    border-width: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel-heading {
    border-bottom: solid #626262 1px;
}
/* panel */

/* pager */
#maincontent .pager li > a,
#maincontent .pager li > span {
    border-radius: 0;
}
#maincontent .pager li > span{
    background-color: #efefef;
}
/* pager */

/* 404 start */
#maincontent.notfound .notfound-image {
    background: url("/img/content/404.png") no-repeat center;
    padding: 160px 0 0 0;
    display: block;
}

#maincontent.notfound h1.notfound-title {
    margin: 20px 0 0 0;
    font-size: 24px;
    text-align: center;
}

#maincontent.notfound .navigation {
    margin: 50px 0 0 0;
    text-align: center;
}

#maincontent.notfound .navigation .back {
    font-size: 17px;
    font-weight: bold;
}
/* 404 end */
#outline a {
    text-decoration: underline;
}

#outline a:hover {
    text-decoration: none;
}
#maincontent.release mark {
    background-color: #ffcccc;
}

#maincontent.release .title,
#maincontent.release .summary,
#maincontent.release .content {
    word-break: break-all;
}

/* media-heading */
#maincontent.release .media-heading .press_twitter iframe {
    width:85px !important;
}

#maincontent.release .media-heading .press_gplus div {
    width: 65px !important;
}
/* media-heading */

/* media-middle */
#maincontent.release .media-middle img.media-object {
    max-height: 300px;
    max-width: 100%;
    margin: auto;
}
/* media-middle */

/* media-bottom */
#maincontent.release .media-bottom .attache_image .wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    text-align: center;
}

#maincontent.release .media-bottom .attache_image .wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#maincontent.release .media-bottom .attache_image img.media-object {
    display: inline-block;
    max-width: 99%;
    max-height: 99%;
    padding: 2px;
}

#maincontent.release .media-bottom .attache_doument .wrap {
    word-break: break-all;
}

#maincontent.release .media-bottom .attache_doument a.media-object {
    text-decoration: underline;
}

@media(max-width: 767px) {
    #maincontent.release .media-bottom .attache_image .item {
        height: 113px;
    }
    #maincontent.release .media-bottom .item:nth-child(n+3) {
        margin-top: 20px;
    }
}

@media(min-width: 768px) {
    #maincontent.release .media-bottom .attache_image .item {
        height: 170px;
    }
    #maincontent.release .media-bottom .item:nth-child(n+4) {
        margin-top: 20px;
    }
}
/* media-bottom */

/* approval-box */
#approval-box {
    z-index: 100;
    position: fixed;
    top: 80px;
    right: 20px;
    padding: 40px 30px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px;
    background-color: white;
}
#approval-box h5 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}
#approval-box form ul li {
    padding: 5px 0;
}

#approval-box form ul label {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}
#approval-box form ul label > input {
    margin-right: 10px;
}
/* approval-box */
#maincontent.search .media {
    margin-top: 10px;
}

#maincontent.search .media .media-left {
    height: 100%;
    min-width: 130px;
    max-width: 130px;
    vertical-align: middle;
}

#maincontent.search .media img.media-object {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

#sidebar .media-list .media {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#sidebar .media-list .media .media-left {
    height: 100%;
    min-width: 80px;
    max-width: 80px;
    vertical-align: middle;
}

#sidebar .media-list .media img.media-object {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}


/* ---------- ranking ---------- */
#sidebar .ranking .rank01 {
    color: #ff8903;
}

#sidebar .ranking .rank02 {
    color: #ffa833;
}

#sidebar .ranking .rank03 {
    color: #ffcb00;
}

#sidebar .ranking .rank04,
#sidebar .ranking .rank05 {
    color: #b5b5b5;
}
/* ---------- ranking ---------- */
