.ui-dialog-titlebar {
    display: none !important;
}

.ui-widget-overlay {
    background: #000 !important;
}

.ui-dialog-content {
    padding: 50px !important;
    font-size: 14px !important;
    font-family: 'Roboto Slab' !important;
    border: 3px solid #3493b7 !important;
}

#content-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 80px 0;
}

#content-header {
    font-family: 'Roboto Regular';
    color: #fffff9;
    font-size: 14px;
    text-align: left;
    padding: 5px 0px;
    margin: 30px 5px 0 5px;
}

#content-header #desktop-list {
    list-style: none;
    padding: 0;
}

#content-header #desktop-list li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
}

#content-header #desktop-list li.active {
    border-bottom: 4px solid #1e6a84;
}

#content-header #desktop-list li:hover {
    border-bottom: 4px solid #abb6b9 !important;
}

#Grid {
    text-align: left;
    width: auto;
    margin: 0 0 0 48px;
}

#Grid .mix{
    opacity: 0;
    display: none;
}


.article {
    height: 169px;
    width: 185px;
    background: #e9e9e3;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px;
    text-align: center;
}

.article:hover .hover{
    display: block;
    cursor: pointer;
}

.article .hover {
    height: 100%;
    width: 100%;
    opacity: .8;
    background: #3493b7;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.article .hover div {
    font-family: 'Roboto Slab';
    color: #fffff9;
    border-top: 2px dotted #fffff9;
    border-bottom: 2px dotted #fffff9;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px;
    margin: 30px 5px 0 5px;
}

.article h2 {
    font-family: 'Roboto Slab';
    color: #00384d;
    font-size: 10px;
    font-weight: bold;
    margin: 10px 0; 
}

.article h1{
    width: 100%;
    font-family: 'Roboto Slab';
    color: #fffff9;
    font-size: 18px;
    font-weight: bold;
    background: #3493b7;
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
}

#dialog-title {
    font-family: 'Roboto Bold';
    color: #3493b7;
    font-size: 30px;
    text-align: left;
}
#dialog-author {
    color: #3493b7;
    padding-bottom: 20px;
}

#dd {
    display: none;
}

.close {
    height: 20px;
    width: 70px !important;
    background: #156985;
    margin: 20px auto 20px auto !important;
    padding: 5px 10px !important;
    border: 2px solid #3493b7;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-family: "Roboto Bold";
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    position: relative !important;
    right: 0 !important;
    top: 0 !important; 
}

.close:hover {
    background: #3493b7;
    border: 2px solid #156985;
}

.mobile-close {
    display: none;
}