body {
    background: #fff;
    font-family: 'Archivo Narrow', sans-serif
}
* {
    padding: 0;
    margin: 0
}
a {
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
.container {
    width: 974px;
    margin: 0 auto
}
#header {
    height: 110px;
    background: #fdbf2b
}
#header .container {
    position: relative;
    height: 110px
}
/*
#logo {
    width: 319px;
    height: 87px;
    background: url(../images/logo.png) no-repeat;
    display: block;
    float: left;
    margin: 13px 0 0 -5px
}
*/
#logo{
        width:319px;
        height:87px;
        background:url(../images/logo.png) no-repeat;
        float:right;
        display:block;
        margin-top:10px;
    }

#header-social {
    float: right;
    height: 22px;
    margin-top: 16px;
    margin-right: 6px
}
#header-facebook {
    width: 12px;
    height: 22px;
    display: block;
    background: url(../images/icon-facebook.png) no-repeat;
    float: left
}
#header-youtube {
    width: 49px; 
    height: 22px;
    display: block;
    background: url(../images/icon-youtube.png) no-repeat bottom;
    margin-left: 15px;
    float: left
}
/*
#search {
    position: absolute;
    top: 53px;
    right: 0
}
.search-field {
    width: 280px;
    padding: 0;
    margin: 0;
    height: 30px;
    border: 0;
    text-indent: 7px;
    float: right;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}
*/
#search{
        float:left;
        display:block;
        position:absolute;
        top:53px;
    }
    
        .search-field{
            width:600px;
            padding:0px;
            margin:0px;
            height:30px;
            border:0px;
            text-indent:7px;
            float:right;
            -webkit-border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
        }
.search-btn {
    width: 31px;
    height: 30px;
    border: 0;
    background: url(../images/search-btn.png) no-repeat;
    float: right;
    cursor: pointer
}
#menu {
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 999
}
#menu-spacer {
    height: 50px;
    display: none
}
#menu-top {
    position: relative;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #2a3051;
    height: 50px
}
#menu.sticky {
    position: fixed;
    top: 0
}
.menu-link {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    text-indent: 30px;
    margin-right: 24px;
    margin-top: 15px;
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 20px
}
#menu-home {
    background-image: url(../images/menu-home-btn.png)
}
#menu-video {
    background-image: url(../images/menu-video-btn.png)
}
#menu-powerpoint {
    background-image: url(../images/menu-powerpoint-btn.png)
}
#menu-photo {
    background-image: url(../images/menu-photo-btn.png)
}
#menu-gokje {
    background-image: url(../images/menu-gokje-btn.png)
}
#menu-facebook {
    background-image: url(../images/menu-facebook-btn.png)
}
#menu-sexy {
    background-image: url(../images/menu-sexy-btn.png)
}
.menu-link:hover {
    color: #fdbf2b;
    background-position: left bottom;
    text-decoration: none
}
#submenu {
    height: 39px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #363e65;
    z-index: -1
}
.menu-powerpoint,
.menu-video,
.menu-photo {
    display: none;
    height: 39px;
    line-height: 39px
}
#submenu a {
    margin-right: 8px;
    color: #2a3051
}
#submenu a:hover {
    text-decoration: underline
}
.left {
    float: left;
    width: 653px;
    margin-top: 30px
}
.item {
    margin-bottom: 50px;
    height: 282px
}
.item-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    float: left;
    display:block;
}
.item-title a {
    color: #2a3051;
    text-decoration: none
}

.item-date{
    clear:both;
    margin-bottom:15px;
}
.item-content {
    width: 100%;
    clear: both
}
.item-image {
    float: left;
    position: relative;
    display: block;
    width: 339px;
    height: 210px
}
.item-new {
    width: 134px;
    height: 54px;
    position: absolute;
    background: url(../images/item-new-overlay.png) no-repeat;
    top: -3px;
    left: -4px
}
.item-play {
    width: 57px;
    height: 57px;
    background: url(../images/item-play.png) no-repeat;
    position: absolute;
    top: 76px;
    left: 141px
}
.item-powerpoint {
    width: 57px;
    height: 57px;
    background: url(../images/item-powerpoint.png) no-repeat;
    position: absolute;
    top: 76px;
    left: 141px
}
.item-photo{
    width:57px;
    height:57px;
    background:url(../images/item-photo.png) no-repeat;
    position:absolute;
    top:76px;
    left:141px;
}
.item-description {
    font-size: 18px;
    color: #535353;
    line-height: 22px;
    height: 210px;
    position: relative;
    width: 289px;
    float: right
}
.item-extra {
    position: absolute;
    bottom: 0;
    left: 0
}
.item-like {
    color: #2a3051
}
.item-link {
    font-style: italic;
    font-size: 12px;
    font-weight: 400
}
.item-link a {
    color: #e72c33;
    text-decoration: none
}
#paging {
    text-align: right;
    margin-bottom: 50px
}
#paging a {
    display: inline-block;
    background-color: #eee;
    color: #a2a1a1;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    width: 22px;
    text-align: center;
    margin: 0 3px
}
#paging a#next,
#paging a#prev {
    width: auto
}
#paging a#next {
    background: url(../images/paging-next-arrow.png) top right no-repeat #eee;
    padding: 0 23px 0 7px
}
#paging a#next:hover {
    background: url(../images/paging-next-arrow.png) bottom right no-repeat #e72c33
}
#paging a#prev {
    background: url(../images/paging-prev-arrow.png) top left no-repeat #eee;
    padding: 0 7px 0 23px
}
#paging a#prev:hover {
    background: url(../images/paging-prev-arrow.png) bottom left no-repeat #e72c33
}
#paging a.selected,
#paging a:hover {
    color: #fff;
    background-color: #e72c33;
    text-decoration: none
}
#player-background {
    background: #cecfd7;
    overflow-y: auto
}
#player-container {
    background: #fff;
    padding: 13px 0
}
#content-title {
    padding: 0 10px;
    color: #2a3051
}
#content-title h1 {
    font-size: 32px;
    font-weight: 400
}
#content-date {
    padding: 0 10px;
    font-size: 15px;
    color: #e72c33;
    font-style: italic;
    margin-bottom: 10px
}
#player-powerpoint {
    display: block;
    text-align: center;
    height: 210px;
    position: relative
}
#player-powerpoint-overlay {
    width: 57px;
    height: 57px;
    position: absolute;
    background: url(../images/item-powerpoint.png) no-repeat;
    left: 298px;
    top: 76px
}
#content-description {
    font-size: 18px;
    color: #000;
    padding: 0 10px;
    margin-top: 10px
}
#content-tags {
    padding: 0 10px;
    color: #e72c33;
    font-size: 18px;
    margin-top: 10px;
    line-height: 23px
}
#content-tags a {
    color: #e72c33
}
#player-extra {
    background: #fff;
    position: relative;
    margin-top: 6px;
    padding: 7px 10px 4px;
    color: #2a3051;
    font-size: 18px;
    margin-bottom: 30px
}
#player-dislike,
#player-like {
    color: #2a3051;
    height: 42px;
    display: inline-block;
    padding-right: 50px;
    background: url(../images/player-like.png) top right no-repeat;
    line-height: 37px
}
#player-dislike {
    background: url(../images/player-dislike.png) top right no-repeat;
    margin-left: 10px;
    margin-right: 5px
}
#player-mailfriend {
    color: #2a3051;
    text-decoration: underline;
    margin-left: 25px
}
.fb-like {
    float: right;
    margin-top: 10px;
    margin-right: 60px
}
#mail-afriend {
    background: #fff;
    position: relative;
    margin-top: 6px;
    padding: 7px 10px 4px;
    color: #2a3051;
    font-size: 18px;
    margin-bottom: 30px;
    display: none
}
#mail-afriend label {
    width: 150px;
    float: left;
    clear: left
}
#mail-afriend input[type=text] {
    width: 300px;
    height: 30px;
    margin: 2px
}
#mail-afriend input[type=submit] {
    font-size: 25px;
    width: 306px
}
#mail-afriend .submitlabel {
    visibility: hidden
}
.right {
    float: right;
    width: 300px;
    margin-top: 30px
}
.front-banner {
    width: 320px;
    height: 250px;
    margin-bottom: 30px
}
#player-banner {
    clear: both;
    margin: 30px auto;
    width: 728px;
    height: 90px
}
#footer {
    clear: both;
    background: #2a3051;
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px
}
#footer a {
    color: #fff
}

.fb-share-button{
    float:right;
    margin-top:9px;
}

@media all and (max-width: 974px) {
    .container {
        width: 748px
    }
    .left {
        width: 428px
    }
    .search-field{
        width:300px;
        padding:0px;
        margin:0px;
        height:30px;
        border:0px;
        text-indent:7px;
        float:left;
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }
    #player-extra span {
        margin-right: 100px
    }
    #player-mailfriend {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        margin-left: 0
    }
    .item-description {
        float: left;
        margin-top: 10px;
        width: 339px;
        height: 150px;
        margin-bottom: 30px
    }
    #paging {
        clear: both;
        width: 100%
    }
    .fb-like {
        margin-right: 90px
    }
    #player-powerpoint-overlay {
        left: 185px
    }
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    #logo {
        background: url(../images/logo2x.png) 0 0/319px 87px no-repeat
    }
    #header-facebook {
        background: url(../images/icon-facebook2x.png) 0 0/12px 22px no-repeat
    }
    #header-youtube {
        background: url(../images/icon-youtube2x.png) no-repeat bottom/49px 22px
    }
    #menu-home {
        background-image: url(../images/menu-home-btn2x.png);
        background-size: 16px 40px
    }
    #menu-video {
        background-image: url(../images/menu-video-btn2x.png);
        background-size: 20px 40px
    }
    #menu-powerpoint {
        background-image: url(../images/menu-powerpoint-btn2x.png);
        background-size: 21px 40px
    }
    #menu-facebook {
        background-image: url(../images/menu-facebook-btn2x.png);
        background-size: 21px 40px
    }
    #menu-photo {
        background-image: url(../images/menu-photo-btn2x.png);
        background-size: 21px 40px
    }
    #menu-gokje {
        background-image: url(../images/menu-gokje-btn2x.png);
        background-size: 21px 40px
    }
    #menu-sexy {
        background-image: url(../images/menu-sexy-btn2x.png); 
        background-size: 21px 40px
    }
    #player-like {
        background: url(../images/player-like2x.png) top right/42px 42px no-repeat
    }
    #player-dislike {
        background: url(../images/player-dislike2x.png) top right/42px 42px no-repeat
    }
    #player-facebook {
        background: url(../images/player-facebook2x.png) 0 0/146px 40px no-repeat
    }
    .item-play {
        background: url(../images/item-play2x.png) 0 0/57px 57px no-repeat
    }
    #player-powerpoint-overlay,
    .item-powerpoint {
        background: url(../images/item-powerpoint2x.png) 0 0/57px 57px no-repeat
    }
    .item-photo {
        background: url(../images/item-photo2x.png) 0 0/57px 57px no-repeat
    }
    .item-new {
        background: url(../images/item-new-overlay2x.png) 0 0/134px 54px no-repeat
    }
    #paging a#next {
        background: url(../images/paging-next-arrow2x.png) top right/16px 56px no-repeat #eee
    }
    #paging a#next:hover {
        background: url(../images/paging-next-arrow2x.png) bottom right/16px 56px no-repeat #e72c33
    }
    #paging a#prev {
        background: url(../images/paging-prev-arrow2x.png) top left/16px 56px no-repeat #eee
    }
    #paging a#prev:hover {
        background: url(../images/paging-prev-arrow2x.png) bottom left/16px 56px no-repeat #e72c33
    }
}
