*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.penplate:focus {
    outline: none
}

.penplate-controls {
    text-align: center;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #262626;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0px, -80px, 0px);
    -o-transform: translate3d(0px, -80px, 0px);
    -moz-transform: translate3d(0px, -80px, 0px);
    transform: translate3d(0px, -80px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out
}

.penplate-controls ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0
}

.penplate-controls ul li {
    display: inline-block
}

.penplate-controls a {
    display: block;
    width: 36px;
    height: 46px;
    line-height: 48px;
    font-size: 15px;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.penplate-controls a:hover,
.penplate-controls a.active {
    cursor: pointer;
    color: #2bbf69;
    background-position: bottom
}

.penplate-controls .img-link,
.penplate-controls .img-quote,
.penplate-controls .img-image {
    text-indent: -100000px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 46px
}

.penplate-controls .img-link {
    background-image: url("../img/penplate/link.png")
}

.penplate-controls .img-quote {
    background-image: url("../img/penplate/quote.png")
}

.penplate-controls .img-image {
    background-image: url("../img/penplate/image.png")
}

.penplate-controls .penplate-link {
    display: none;
    width: 100%;
    min-width: 252px;
    height: 46px;
    background-color: #262626;
    overflow: hidden
}

.penplate-controls .penplate-link:before,
.penplate-controls .penplate-link:after {
    content: " ";
    display: table
}

.penplate-controls .penplate-link:after {
    clear: both
}

.penplate-controls .penplate-link .input-container {
    float: left;
    position: relative;
    width: 66.66667%;
    padding: 0px;
    margin: 0px
}

.penplate-controls .penplate-link .input-container input {
    width: 100%;
    height: 48px;
    padding-left: 8px;
    border: 0px;
    color: #fff;
    font-size: 12px;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    outline: none;
    -webkit-appearance: none;
    background: transparent
}

.penplate-controls .penplate-link a {
    float: left;
    position: relative;
    width: 33.33333%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    padding-right: 8px;
    font-size: 13px;
    text-align: right
}

.penplate-controls.penplate-large {
    position: absolute;
    left: auto;
    top: -100px;
    bottom: auto;
    width: auto;
    padding: 0px 4px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.penplate-controls.penplate-large:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(38, 38, 38, 0);
    border-top-color: #262626;
    border-width: 8px;
    margin-left: -8px
}

html.show-penplate-controls.penplate-small-view .penplate-controls.penplate-small {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out
}

html.show-penplate-controls.penplate-large-view .penplate-controls.penplate-large {
    -moz-opacity: 1;
    opacity: 1
}