.awp-preview {
    float: left;
    margin: 0 25px 25px 0;
    text-align: center
}

.awp-preview .awp-preview-open.button.button-primary {
    color: #fff !important;
    border-color: #35456f !important;
    box-shadow: inset 0 1px 0 #6b80b9, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
    background: -webkit-linear-gradient(#455a92, #3d4f81) !important;
    background: linear-gradient(#455a92, #3d4f81) !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    padding: 7px 10px !important;
    height: 45px !important;
    font-size: 18px !important;
    display: block !important;
    text-align: center !important;
    line-height: 31px !important
}

.awp-preview .awp-preview-open.button.button-primary:hover {
    border-color: #455a92 !important;
    background: -webkit-linear-gradient(#4d65a3, #455a92) !important;
    background: linear-gradient(#4d65a3, #455a92) !important;
    color: #fff !important
}

.reveal.cube section,
.reveal.page section {
    height: 100%
}

.reveal .progress {
    height: 5px !important
}

.reveal-viewport.full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    height: auto
}

.reveal-viewport.hide {
    display: none
}

.reveal-viewport .close {
    position: fixed;
    top: 10px;
    right: 15px;
    opacity: 0.2;
    font-size: 40px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1001
}

.reveal-viewport .close:hover {
    opacity: 0.7
}

.admin-bar .reveal-viewport .close {
    top: 35px
}

.reveal.format-embedded {
    height: 400px;
    width: auto;
    margin-bottom: 20px
}

.reveal.format-embedded>* {
    max-width: 100%
}

.reveal.format-embedded .controls {
    display: none;
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: 30;
    right: 10px;
    bottom: 10px
}

#awp-fullscreen-action-wrapper,
.awp-fullscreen-notice {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 1001;
    background-color: #FCFCFC;
    border: 1px solid #DFDFDF;
    border-radius: 3px
}

.awp-fullscreen-menu-title {
    clear: none;
    padding: 15px 5px
}

.admin-bar #awp-fullscreen-action-wrapper,
.admin-bar .awp-fullscreen-notice {
    top: 35px
}

#awp-fullscreen-action-wrapper.hide {
    background: none;
    border: none
}

.awp-fullscreen-action-button {
    float: left;
    font-size: 40px;
    padding: 15px;
    cursor: pointer
}

.awp-fullscreen-action-container {
    padding: 10px 10px 15px 60px;
    max-width: 240px
}

.awp-fullscreen-action-container,
.awp-fullscreen-action-button {
    opacity: 1;
    height: auto;
    width: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.awp-fullscreen-action-container li {
    padding: 7px 9px
}

.hide .awp-fullscreen-action-container,
.awp-fullscreen-action-button.hide {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    overflow: hidden
}

.awp-fullscreen-notice {
    width: 280px;
    line-height: 1.5;
    padding: 10px 10px 10px 0
}

.awp-fullscreen-notice .lightbulb {
    float: left;
    font-size: 30px;
    padding: 0 15px
}

.no-transforms .reveal .slides {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.no-transforms .slides {
    width: auto;
    left: 0
}

.no-transforms .slides section {
    margin-top: 0;
    left: 0
}

#awpeslideeditor_toolbargroup img {
    margin: 0px 0px
}

.reveal-viewport.loading *,
.reveal.format-embedded.loading * {
    display: none
}

#awp-fullscreen-action-wrapper.loading {
    display: none
}

.reveal-viewport.loading,
.reveal.format-embedded.loading {
    background-image: url(../assets/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center
}

section.future a {
    pointer-events: none
}

.reveal-viewport.full section:not(.stack) {
    top: -350px !important
}

.reveal-viewport.format-embedded section:not(.stack) {
    top: -350px !important
}

input[type=radio] {
    width: 14px;
    height: 14px;
    vertical-align: middle
}

small {
    vertical-align: middle
}