.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

/* remove spacing between columns */
.row.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

.side-info-titles {
    font-size: 12px;
    font-weight: bold; }

.btn-inactive {
    color: #c5c5c5;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font: 600 12px/1 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
.btn-inactive:hover {
    background-color: #c5c5c5;
    color: white; }

.button-area-line {
    margin: 0px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }
.button-area-line a {
    padding: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center; }

.shepherd-buttons li a.shepherd-button {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    margin: 0 0.5em 2rem 0;
    padding: 10px 20px;
    background: #3288e6;
    color: #fff; }

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-buttons li a.shepherd-button {
    font-size: 12px; }

#instart-loading-animation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 995; }
#instart-loading-animation .loading-svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite; }
#instart-loading-animation p {
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50px);
    transform: translate(50px);
    width: 100%;
    margin-top: -30px;
    font-weight: 100;
    text-transform: lowercase; }
#instart-loading-animation .dot-one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0s;
    -webkit-animation: dot 1.3s infinite;
    animation: dot 1.3s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
#instart-loading-animation .dot-two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    -webkit-animation: dot 1.3s infinite;
    animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
#instart-loading-animation .dot-three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    -webkit-animation: dot 1.3s infinite;
    animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes dot {
    0% {
        opacity: 0; }

    50% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@keyframes dot {
    0% {
        opacity: 0; }

    50% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@media (max-width: 768px) {
    .shepherd-active .shepherd-element.shepherd-open {
        display: none; }
    .html-stream, .image-resizing, .image-stream-container {
        display: none; }
    .html-stream::after {
        content: 'Demo best viewed on a larger device';
        width: 100%; }
    #publisher-server, #download-browser {
        font-size: 4px;
        line-height: 7px; }
    .html-stream-container #user-browser #hero-section #hero-text {
        padding: 10px 5px;
        font-size: 3px; }
    body h1#small-screen-warning {
        display: block;
        text-align: center;
        margin: 100px 0;
        font-weight: bold;
        color: #808080; }
    #image-options, #gallery-options {
        display: none; } }

h1#small-screen-warning {
    display: none; }

.image-resizing .btn-primary, .html-stream .btn-primary, .image-stream-container .btn-primary {
    background-color: #91A831;
    color: #fff;
    border: 1px solid #91A831; }

.playground-hero {
    min-height: 420px;
    color: #003055; }
.playground-hero h1 {
    font-weight: 100;
    color: #003055;
    text-transform: uppercase;
    margin-top: 115px;
    font-size: 45px; }
.playground-hero h1 span {
    font-weight: bold; }
.playground-hero p {
    font-size: 14px;
    line-height: 25px;
    width: 80%; }
.playground-hero .hero-img-container {
    text-align: center;
    height: 420px;
    line-height: 420px; }
.playground-hero .hero-img-container img {
    max-width: 100%; }

.playground-option {
    overflow-x: hidden;
    color: #003055;
    margin-bottom: 20px; }
.playground-option .option-img img {
    width: 100%; }
.playground-option .playground-overlay {
    background: white;
    margin: -30px 10px 0 10px;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    position: relative;
    height: 245px; }
.playground-option .playground-overlay .playground-overlay-container {
    width: 80%;
    margin: 0 auto; }
.playground-option .playground-overlay h3 {
    margin-top: 0;
    color: #003055;
    font-weight: 100; }
.playground-option .playground-overlay p {
    margin: 30px 0; }
.playground-option .playground-btn {
    display: inline-block;
    background: #0088ff;
    color: white;
    font-weight: 100;
    width: 75%;
    padding: 10px 0;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px; }

.mktoModalMain, #mktoForm_1117 {
    width: 380px !important; }

.mktoModal .mktoModalContent {
    left: 50% !important;
    margin-left: -190px !important; }

#mktoStyleLoaded {
    /* css load detection, do not remove */
    color: #123456; }

.mktoModal .mktoModalClose {
    display: block;
    /* Displaying Marketo's close btn */
    }

.mktoModalMain::before {
    content: "Access the playground!";
    text-transform: uppercase;
    color: #003055;
    font-size: 20px;
    font-weight: 100;
    padding: 10px; }
.mktoModalMain form::before {

    content: "You're almost to the playground where you can play to your heart's content. Just sign in with your Name, Company and Email to begin.";

    font-size: 13px;
    display: block;
    padding: 10px; }
.mktoModalMain form .cf_sign_on_caption {
    display: none; }
.mktoModalMain form .cf_sign_on_button {
    margin: 10px 10px; }
.mktoModalMain .mktoForm .mktoFormCol {
    width: 100%; }
.mktoModalMain .mktoForm .mktoFormRow {
    padding: 0 10px; }

.mktoModalMain .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background: #0088ff;
    color: white;
    width: 175px;
    padding: 5px 0;
    border-radius: -10px;
    background-image: none !important;
    font-weight: 100;
    margin-left: 60px;
    margin-bottom: 10px; }

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    padding: 2px 3px; }

.image-stream-ui img {
    width: 100%; }

#image-stream-ui {
    position: relative;
    overflow: hidden;
    height: 600px; }

#compare-image {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0; }

#optimized-image {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    right: 0; }

#image-stream-overlay {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(/playground/images/instartloading.svg);
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
    background-size: cover; }
#image-stream-overlay .stream-overlay-data {
    color: white;
    position: relative;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5); }
#image-stream-overlay .stream-overlay-data .overlay-original {
    position: absolute;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 12px;
    font-size: 11px;
    width: 100px;
    padding-right: 15px;
    text-align: right; }
#image-stream-overlay .stream-overlay-data .overlay-percent {
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
#image-stream-overlay .stream-overlay-data .overlay-optimized {
    position: absolute;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 12px;
    font-size: 11px;
    width: 100px;
    padding-left: 15px;
    text-align: left; }
#image-stream-overlay .stream-overlay-data .overlay-optimized::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
    left: 5px;
    top: 5px; }

.crosshair {
    position: absolute;
    width: 2px;
    background: white; }

#crosshair-top {
    top: 0;
    left: 50%; }

#crosshair-bottom {
    bottom: 0;
    left: 50%; }

.image-stream-info {
    background: white;
    height: 100%;
    padding: 45px 10% 15px;
    position: relative; }

.diff-container {
    margin: 0 auto 35px;
    max-width: 240px;
    height: 160px; }
.diff-container img {
    width: 100%; }

table.image-stream-devices {
    width: 100%;
    border-bottom: 1px solid #ccd6dd;
    font-size: 12px;
    font-weight: 100; }
table.image-stream-devices .iphone-header img {
    width: 40px; }
table.image-stream-devices .ipad-header img {
    width: 55px; }
table.image-stream-devices .macbook-header img {
    width: 90px; }
table.image-stream-devices th {
    border-bottom: 1px solid #ccd6dd; }
table.image-stream-devices tr {
    height: 20px; }
table.image-stream-devices tr:nth-child(n+2):nth-child(odd) {
    background: #ccd6dd; }
table.image-stream-devices td {
    text-align: center; }
table.image-stream-devices td:nth-of-type(1) {
    width: 25%; }
table.image-stream-devices td:nth-of-type(2) {
    width: 18%; }
table.image-stream-devices td:nth-of-type(3) {
    width: 25%; }
table.image-stream-devices td:nth-of-type(4) {
    width: 32%; }

.compressed-options {
    margin-bottom: 40px; }
.compressed-options a {
    display: block;
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 50%; }
.compressed-options a:nth-of-type(2) {
    margin-left: -1px; }
.compressed-options .compressed-title {
    margin-right: 10px;
    line-height: 30px; }

.stream-galleries {
    margin-top: 30px;
    padding-right:0; }
.stream-galleries ul {
    margin: 0;
    padding: 0;
    word-spacing: -5px; }
.stream-galleries ul li {
    list-style: none;
    width: 20%;
    float: left;
    padding: 0 0 0 10px; }
.stream-galleries ul li:hover {
    cursor: pointer; }
.stream-galleries ul li img {
    width: 100%; }
.stream-galleries ul li.active img {
    border: 2px solid #0088ff; }
.stream-galleries ul li ul.gallery-options {
    padding-top: 5px; }
.stream-galleries ul li ul.gallery-options li {
    width: 100%; }
.stream-galleries ul li ul.gallery-options li.active {
    color: #0088ff; }

#image-options ul {
    display: none; }
#image-options ul.active {
    display: block; }

.shepherd-block {
    width: 300px; }
.shepherd-block a {
    cursor: pointer; }
.shepherd-block ul {
    margin: 0 20px;
    padding: 0; }
.shepherd-block li {
    list-style: none;
    display: inline-block; }

body:not(.shepherd-active) #image-stream-ui, body:not(.shepherd-active) .diff-container, body:not(.shepherd-active) .compressed-options, body:not(.shepherd-active) .image-stream-devices, body:not(.shepherd-active) .stream-galleries {
    opacity: 1; }

body.shepherd-active.shepherd-target {
    opacity: 1; }

#image-stream-ui, .compressed-options, .diff-container, .image-stream-devices, .stream-galleries {
    opacity: 0.3; }
#image-stream-ui.shepherd-enabled, .compressed-options.shepherd-enabled, .diff-container.shepherd-enabled, .image-stream-devices.shepherd-enabled, .stream-galleries.shepherd-enabled {
    opacity: 1; }

.html-stream {
    background: white; }

.html-stream-container {
    background: #3f3f40;
    min-height: 615px;
    position: relative; }
.html-stream-container h3 {
    text-align: center;
    color: white;
    font-size: 10px;
    margin: 35px -20px 20px; }
.html-stream-container #publisher-script {
    color: #8aa955; }
.html-stream-container #browser-script {
    color: #8aa955; }
.html-stream-container #publisher-server {
    margin-top: 80px;
    color: white;
    font-size: 7px;
    -webkit-transform: matrix(1, 0, 0.2, 1.1, 0, 0.3) translateX(5rem) perspective(200px) rotateY(10deg);
    transform: matrix(1, 0, 0.2, 1.1, 0, 0.3) translateX(5rem) perspective(200px) rotateY(10deg);
    line-height: 12px;
    position: relative; }
.html-stream-container #publisher-server div.crosshair-container {
    position: absolute;
    top: -15px;
    background: url(/playground/images/device-icons/circle-crosshair2.svg);
    background-size: contain;
    height: 211px;
    width: 100%;
    z-index: 9999;
    left: -50px;
    background-repeat: no-repeat; }
.html-stream-container #publisher-server div {
    display: block;
    margin-bottom: 0.5rem; }
.html-stream-container #publisher-server div#publisher-head {
    color: #68cecb;
    margin-bottom: 3rem; }
.html-stream-container #publisher-server div#publisher-body {
    color: #eee; }
.html-stream-container #downloaded-browser {
    margin-top: 80px;
    font-size: 6px;
    -webkit-transform: matrix(1, 0, 0.2, 1.1, 0, 0.3) translateX(1rem) perspective(200px) rotateY(10deg);
    transform: matrix(1, 0, 0.2, 1.1, 0, 0.3) translateX(1rem) perspective(200px) rotateY(10deg);
    line-height: 11px;
    background: #d5d5d5;
    padding: 3px; }
.html-stream-container #downloaded-browser #browser-head {
    padding: 10px;
    background: radial-gradient(ellipse at top right, #7d7e7d 0%, #4b4b4c 100%);
    margin-bottom: 2rem;
    color: #68cecb; }
.html-stream-container #downloaded-browser #browser-body {
    padding: 10px;
    background: radial-gradient(ellipse at top right, #7d7e7d 0%, #4b4b4c 100%);
    margin-bottom: 3rem;
    color: #eee; }
.html-stream-container #user-browser {
    padding: 3px;
    margin-top: 80px;
    min-height: 350px;
    background: #d5d5d5;
    -webkit-transform: matrix(1, 0, 0.2, 1.1, 0, 0.3) translateX(-3rem) perspective(200px) rotateY(10deg);
    transform: matrix(1, 0, 0.2, 1.1, 0, 0.3) translateX(-3rem) perspective(200px) rotateY(10deg);
    width: 80%;
    margin-left: auto; }
.html-stream-container #user-browser ul#navigation {
    width: 100%;
    font-size: 6px;
    word-spacing: -5px;
    margin: 0;
    padding: 0; }
.html-stream-container #user-browser ul#navigation li {
    float: left;
    width: 15%;
    list-style: none;
    border: 2px solid #ccc;
    margin-right: 2px;
    text-align: center;
    padding: 3px; }
.html-stream-container #user-browser ul#navigation li.last {
    float: right; }
.html-stream-container #user-browser #hero-section {
    margin-top: 30px; }
.html-stream-container #user-browser #hero-section div {
    width: 50%;
    float: left; }
.html-stream-container #user-browser #hero-section #hero-image {
    background: #333;
    height: 70px;
    overflow: hidden; }
.html-stream-container #user-browser #hero-section #hero-image img {
    width: 100%; }
.html-stream-container #user-browser #hero-section #hero-text {
    padding: 10px 5px;
    font-size: 5px; }
.html-stream-container #user-browser #hero-section::after {
    content: '';
    clear: both; }
.html-stream-container #user-browser #gallery-section {
    margin-top: 5px; }
.html-stream-container #user-browser #gallery-section ul#gallery-items {
    width: 100%;
    font-size: 6px;
    word-spacing: -5px;
    margin: 0;
    padding: 0; }
.html-stream-container #user-browser #gallery-section ul#gallery-items li {
    font-size: 6px;
    display: inline-block;
    width: 28%;
    padding: 3px;
    margin: 5px;
    border: 2px solid #ccc; }
.html-stream-container #user-browser #gallery-section ul#gallery-items img {
    width: 100%; }
.html-stream-container #user-browser #bottom-section #image-container {
    margin-top: 10px;
    width: 70%;
    height: 90px;
    background: #333;
    overflow: hidden;
    float: left; }
.html-stream-container #user-browser #bottom-section #image-container img {
    width: 100%; }
.html-stream-container #user-browser #bottom-section #bottom-buttons {
    width: 25%;
    float: left; }
.html-stream-container #user-browser #bottom-section #bottom-buttons ul {
    margin: 20px 0;
    padding: 0;
    width: 100%; }
.html-stream-container #user-browser #bottom-section #bottom-buttons ul li {
    padding: 2px;
    text-align: center;
    list-style: none;
    font-size: 6px;
    border: 1px solid #ccc;
    margin: 2px 5px; }

ul.html-stream-options {
    margin: 100px 0 0 0;
    padding: 0; }
ul.html-stream-options li {
    list-style: none;
    font-size: 10px;
    margin-bottom: 20px;
    text-align: left; }
ul.html-stream-options li.title {
    text-transform: uppercase; }
ul.html-stream-options li.green {
    color: #8aa955; }
ul.html-stream-options li.blue {
    color: #68cecb; }
ul.html-stream-options .checkbox {
    float: left;
    margin-right: 5px; }

.timeline {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 15px;
    width: 100%; }
.timeline input[type=range] {
    -webkit-appearance: none;
    margin: 0 0;
    width: 100%;
    height: 20px;
    background: none;
    position: relative;
    z-index: 99;
    cursor: pointer; }
.timeline input[type=range]:focus {
    outline: none; }
.timeline input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    border-radius: 25px;
    background: #68cecb;
    position: relative;
    z-index: 999; }
.timeline input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #68cecb;
    margin-top: -16px;
    margin-right: -4.5px;
    position: relative;
    cursor: pointer; }
.timeline input[type=range]::-webkit-slider-thumb::after {
    content: '';
    position: absolute;
    height: 6px;
    width: 1px;
    background: #68cecb;
    top: 8px;
    left: 4px; }
.timeline .timeline-container {
    padding-right: 30px; }
.timeline .timeline-bar {
    position: relative;
    height: 2px;
    background: none;
    margin-top: -10px; }
.timeline .play-stop {
    height: 22px;
    width: 22px;
    position: absolute;
    left: -30px;
    top: -11px; }
.timeline .play-stop span {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center; }
.timeline .play-stop span img {
    width: 60%;
    vertical-align: middle; }
.timeline .restart {
    height: 22px;
    width: 22px;
    position: absolute;
    left: -60px;
    top: -11px; }
.timeline .restart span {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center; }
.timeline .restart span img {
    width: 60%;
    vertical-align: middle; }
.timeline .time {
    position: absolute;
    top: 15px; }
.timeline .time span {
    font-size: 12px;
    color: #68cecb;
    display: block;
    text-align: left; }
.timeline .time::before {
    content: '';
    display: block;
    height: 8px;
    width: 2px;
    background: #68cecb;
    position: absolute;
    top: -9px; }
.timeline .time:nth-of-type(1) {
    left: 0; }
.timeline .time:nth-of-type(2) {
    left: 33%; }
.timeline .time:nth-of-type(2) span {
    margin-left: -50%; }
.timeline .time:nth-of-type(3) {
    left: 66%; }
.timeline .time:nth-of-type(3) span {
    margin-left: -50%; }
.timeline .time:nth-of-type(4) {
    right: 0; }
.timeline .time:nth-of-type(4)::before {
    right: 0; }

.html-stream-info {
    padding: 45px 25px 0;
    position: relative;
    height: 100%; }
.html-stream-info div {
    display: block;
    margin-bottom: 40px;
    box-sizing: border-box; }
.html-stream-info .bar {
    height: 17px;
    display: block;
    margin-bottom: 5px;
    line-height: 15px;
    font-size: 11px;
    padding-left: 5px; }
.html-stream-info .solid-bar {
    background-color: #8aa955;
    border: 2px solid #8aa955;
    color: white; }
.html-stream-info .hollow-bar {
    border: 2px solid #8aa955; }
.html-stream-info .bar-key {
    font-size: 12px;
    line-height: 15px; }
.html-stream-info .bar-key div {
    margin-bottom: 5px; }
.html-stream-info .bar-key .bar {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px; }

.stream-options a {
    display: block;
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 50%;
    float: left; }

#html-stream-toggle a:nth-of-type(2) {
    margin-left: -1px; }

body:not(.shepherd-active) .html-stream-options, body:not(.shepherd-active) .stream-options, body:not(.shepherd-active) .time-to-download, body:not(.shepherd-active) .time-to-view, body:not(.shepherd-active) .timeline {
    opacity: 1; }

body.shepherd-active.shepherd-target {
    opacity: 1; }

.html-stream-options, .stream-options, .time-to-download, .time-to-view, .timeline {
    opacity: 0.3; }
.html-stream-options.shepherd-enabled, .stream-options.shepherd-enabled, .time-to-download.shepherd-enabled, .time-to-view.shepherd-enabled, .timeline.shepherd-enabled {
    opacity: 1; }

.image-resizing {
    position: relative; }

#new-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    width: 100%;
    text-align: center;
    z-index: 99; }
#new-image .iphone {
    width: 110px; }
#new-image .ipad {
    width: 240px; }
#new-image .macbook {
    width: 350px; }
#new-image .imac {
    width: 400px; }
#new-image .applewatch {
    width: 125px;
    margin-left: -5px; }
#new-image .custom {
    max-width: 530px;
    max-height: 300px; }

.image-resizing-container {
    background: #3f3f40;
    min-height: 615px;
    position: relative; }
.image-resizing-container .image-stats {
    position: absolute;
    font-size: 12px;
    padding: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    line-height: 12px; }
.image-resizing-container .image-stats p {
    margin-bottom: 2px; }
.image-resizing-container .image-stats hr {
    padding: 0;
    margin: 5px 0; }
.image-resizing-container .image-stats .optimized-value {
    color: green; }
.image-resizing-container .current-device {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 100%; }
.image-resizing-container .current-device img.iphone {
    width: 140px; }
.image-resizing-container .current-device img.ipad {
    width: 275px; }
.image-resizing-container .current-device img.macbook {
    width: 500px;
    margin-top: -80px; }
.image-resizing-container .current-device img.imac {
    width: 550px;
    margin-top: 10px; }
.image-resizing-container .current-device img.applewatch {
    width: 180px;
    margin-top: -55px; }
.image-resizing-container .current-device img.custom {
    width: 550px;
    margin-top: -100px; }
.image-resizing-container .resizing-controls {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #ccd6dd; }
.image-resizing-container .resizing-controls .controls-container {
    height: 120px;
    position: relative; }
.image-resizing-container .resizing-controls .device-list {
    position: absolute;
    bottom: 0;
    right: 0; }
.image-resizing-container .resizing-controls .device-list ul {
    word-spacing: -5px;
    margin: 0 0 10px 0;
    padding: 0; }
.image-resizing-container .resizing-controls .device-list ul li {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    vertical-align: bottom;
    position: relative;
    word-spacing: 2px;
    text-align: center; }
.image-resizing-container .resizing-controls .device-list ul li span {
    display: none; }
.image-resizing-container .resizing-controls .device-list ul li.iphone {
    width: 10%; }
.image-resizing-container .resizing-controls .device-list ul li.iphone img {
    width: 50%; }
.image-resizing-container .resizing-controls .device-list ul li.ipad {
    width: 15%; }
.image-resizing-container .resizing-controls .device-list ul li.ipad img {
    width: 60%; }
.image-resizing-container .resizing-controls .device-list ul li.macbook {
    width: 25%; }
.image-resizing-container .resizing-controls .device-list ul li.imac {
    width: 30%; }
.image-resizing-container .resizing-controls .device-list ul li.imac img {
    width: 90%; }
.image-resizing-container .resizing-controls .device-list ul li.custom-resize {
    width: 15%; }
.image-resizing-container .resizing-controls .device-list ul li.custom-resize img {
    width: 90%; }
.image-resizing-container .resizing-controls .device-list ul li.custom-resize span.custom-span {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 100;
    margin-left: 0; }
.image-resizing-container .resizing-controls .device-list ul li.active span {
    display: block;
    position: absolute;
    color: white;
    bottom: -30px;
    left: 0;
    width: 130%;
    text-align: center;
    font-size: 12px;
    margin-left: -15%; }

.image-sizing-info {
    background: white;
    height: 100%;
    padding: 45px 10%;
    position: relative; }
.image-sizing-info .sizing-options {
    height: 30px;
    margin-bottom: 30px; }
.image-sizing-info .sizing-options a {
    display: block;
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 50%; }
.image-sizing-info .sizing-options a:nth-of-type(2) {
    margin-left: -1px; }
.image-sizing-info .sizing-options .compressed-title {
    float: left;
    margin-right: 10px;
    line-height: 30px; }
.image-sizing-info .distribution-blocks {
    padding-top: 10px;
    border-top: 1px solid #ccd6dd; }
.image-sizing-info .distribution-blocks div {
    background: #ccd6dd;
    height: 100px;
    margin-bottom: 30px;
    line-height: 100px;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding: 0; }
.image-sizing-info .distribution-blocks div span.distribution-title {
    position: absolute;
    font-size: 0.9rem;
    bottom: 0;
    width: 100%;
    left: 0;
    top: 30px; }

.custom-device-dimensions {
    font-size: 1.1rem;
    margin: 30px 0 0 0;
    text-align: center;
    color: white;
    font-weight: 200; }
.custom-device-dimensions input {
    outline: none;
    font-weight: 100;
    margin-right: 10px;
    width: 40px;
    color: #3f3f40; }
.custom-device-dimensions label {
    font-weight: 200; }
.custom-device-dimensions #custom-update {
    background: #0088ff;
    color: white;
    font-weight: 100;
    border: 0;
    outline: none;
    width: 70px; }
.custom-device-dimensions #custom-update:hover {
    background: #086fbc; }

.filter-list {
    position: absolute;
    bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.filter-list ul {
    word-spacing: -5px;
    padding: 0;
    margin: 0 0 10px 0; }
.filter-list ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #999999;
    margin-right: 20px;
    line-height: 35px;
    text-align: center;
    position: relative; }
.filter-list ul li:hover {
    cursor: pointer; }
.filter-list ul li.active {
    border: 1px solid #ffffff; }
.filter-list ul li img {
    height: 70%; }
.filter-list ul #image-gravity {
    display: none;
    border: 1px solid #ffffff; }
.filter-list ul #image-gravity:after, .filter-list ul #image-gravity :before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.filter-list ul #image-gravity:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px; }
.filter-list ul #image-gravity:before {
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px; }

#gravity-options {
    position: absolute;
    bottom: 45px;
    left: -20px;
    border: 1px solid #999;
    height: 12.8rem;
    padding: 1rem 0;
    width: 80px;
    margin: 0;
    word-spacing: 0; }
#gravity-options:after {
    border-color: rgba(242, 255, 252, 0);
    border-top-color: #999;
    border-width: 5px;
    margin-left: -5px; }
#gravity-options li {
    border: none;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 1rem;
    margin: 0;
    padding: 0 1rem;
    text-align: left;
    float: left;
    width: 100%; }
#gravity-options li.active {
    background: #ffffff;
    color: #3f3f40; }
#gravity-options li:active:hover {
    background: #ffffff; }
#gravity-options li:hover {
    background: #ccc;
    cursor: pointer; }

table.image-resizing-devices {
    width: 100%;
    border-bottom: 1px solid #ccd6dd;
    font-size: 12px;
    font-weight: 100; }
table.image-resizing-devices .iphone-header img {
    width: 40px; }
table.image-resizing-devices .ipad-header img {
    width: 55px; }
table.image-resizing-devices .macbook-header img {
    width: 90px; }
table.image-resizing-devices th {
    border-bottom: 1px solid #ccd6dd; }
table.image-resizing-devices tr {
    height: 20px; }
table.image-resizing-devices tr:nth-child(n+2):nth-child(odd) {
    background: #ccd6dd; }
table.image-resizing-devices td {
    text-align: center; }
table.image-resizing-devices td:nth-of-type(1) {
    width: 25%; }
table.image-resizing-devices td:nth-of-type(2) {
    width: 18%; }
table.image-resizing-devices td:nth-of-type(3) {
    width: 25%; }
table.image-resizing-devices td:nth-of-type(4) {
    width: 32%; }

.playground .content-wrap {
    margin: 0; }

.playground.home .main-wrap {
    background: #e0e3e5;
    }

.playground .main-wrap {
	margin-top: 10px; 
}
    

.playground #page-title{
    display: none; }

.playground .breadcrumb {
    display: none; }

body.playground {
   /* background-color: #e0e3e5;*/ }

.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
    box-sizing: border-box; }

.shepherd-element {
    position: absolute;
    display: none; }

.shepherd-element.shepherd-open {
    display: block; }

.shepherd-element.shepherd-theme-arrows {
    max-width: 100%;
    max-height: 100%; }

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    border-radius: 5px;
    position: relative;
    font-family: inherit;
    background: #fff;
    color: #444;
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.5em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); }

.shepherd-element.shepherd-theme-arrows .shepherd-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 16px;
    border-style: solid; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
    margin-bottom: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border-top-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
    margin-top: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
    bottom: 100%;
    left: 50%;
    margin-left: -16px;
    border-bottom-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
    margin-right: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
    left: 100%;
    top: 50%;
    margin-top: -16px;
    border-left-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
    margin-left: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
    right: 100%;
    top: 50%;
    margin-top: -16px;
    border-right-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    left: 16px;
    border-bottom-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    right: 16px;
    border-bottom-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    left: 16px;
    border-top-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    right: 16px;
    border-top-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    top: 16px;
    left: 100%;
    border-left-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    top: 16px;
    right: 100%;
    border-right-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    bottom: 16px;
    left: 100%;
    border-left-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    bottom: 16px;
    right: 100%;
    border-right-color: #fff; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
    border-bottom-color: #eee; }

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
    background: #eee;
    padding: 1em; }

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
    padding: 0;
    margin-bottom: 0; }

.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
    float: left; }

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    padding: 0; }

.shepherd-element.shepherd-theme-arrows .shepherd-content * {
    font-size: inherit; }

.shepherd-element.shepherd-theme-arrows .shepherd-content header {
    *zoom: 1;
    border-radius: 5px 5px 0 0; }

.shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
    content: "";
    display: table;
    clear: both; }

.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
    margin: 0;
    line-height: 1;
    font-weight: normal; }

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
    float: right;
    text-decoration: none;
    font-size: 1.25em;
    line-height: 0.8em;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.25;
    position: relative;
    top: 0.1em;
    padding: 0.8em;
    margin-bottom: -0.8em; }

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
    opacity: 1; }

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
    padding: 1em; }

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
    margin: 0 0 0.5em 0;
    line-height: 1.3em; }

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child {
    margin-bottom: 0; }

.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
    padding: 0 1em 1em; }

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0; }

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li {
    display: inline;
    padding: 0;
    margin: 0; }

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    margin: 0 0.5em 0 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0.75em 2em;
    background: #3288e6;
    color: #fff; }

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
    background: #eee;
    color: #888; }

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
    margin-right: 0; }

.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
    box-sizing: border-box; }

.shepherd-element {
    position: absolute;
    display: none; }

.shepherd-element.shepherd-open {
    display: block; }

.shepherd-element.shepherd-theme-default {
    max-width: 100%;
    max-height: 100%; }

.shepherd-element.shepherd-theme-default .shepherd-content {
    border-radius: 5px;
    position: relative;
    font-family: inherit;
    background: #f6f6f6;
    color: #444;
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.5em; }

.shepherd-element.shepherd-theme-default .shepherd-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 16px;
    border-style: solid; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
    margin-bottom: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border-top-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
    margin-top: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
    bottom: 100%;
    left: 50%;
    margin-left: -16px;
    border-bottom-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
    margin-right: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
    left: 100%;
    top: 50%;
    margin-top: -16px;
    border-left-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
    margin-left: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
    right: 100%;
    top: 50%;
    margin-top: -16px;
    border-right-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    left: 16px;
    border-bottom-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    right: 16px;
    border-bottom-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    left: 16px;
    border-top-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    right: 16px;
    border-top-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    top: 16px;
    left: 100%;
    border-left-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    top: 16px;
    right: 100%;
    border-right-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    bottom: 16px;
    left: 100%;
    border-left-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    bottom: 16px;
    right: 100%;
    border-right-color: #f6f6f6; }

.shepherd-element.shepherd-theme-default {
    z-index: 9999;
    max-width: 24em;
    font-size: 1em; }

.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
    border-bottom-color: #e6e6e6; }

.shepherd-element.shepherd-theme-default.shepherd-has-title .shepherd-content header {
    background: #e6e6e6;
    padding: 1em; }

.shepherd-element.shepherd-theme-default.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
    padding: 0;
    margin-bottom: 0; }

.shepherd-element.shepherd-theme-default.shepherd-has-cancel-link .shepherd-content header h3 {
    float: left; }

.shepherd-element.shepherd-theme-default .shepherd-content {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
    padding: 0; }

.shepherd-element.shepherd-theme-default .shepherd-content * {
    font-size: inherit; }

.shepherd-element.shepherd-theme-default .shepherd-content header {
    *zoom: 1;
    border-radius: 5px 5px 0 0; }

.shepherd-element.shepherd-theme-default .shepherd-content header:after {
    content: "";
    display: table;
    clear: both; }

.shepherd-element.shepherd-theme-default .shepherd-content header h3 {
    margin: 0;
    line-height: 1;
    font-weight: normal; }

.shepherd-element.shepherd-theme-default .shepherd-content header a.shepherd-cancel-link {
    float: right;
    text-decoration: none;
    font-size: 1.25em;
    line-height: 0.8em;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.25;
    position: relative;
    top: 0.1em;
    padding: 0.8em;
    margin-bottom: -0.8em; }

.shepherd-element.shepherd-theme-default .shepherd-content header a.shepherd-cancel-link:hover {
    opacity: 1; }

.shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text {
    padding: 1em; }

.shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text p {
    margin: 0 0 0.5em 0;
    line-height: 1.3em; }

.shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text p:last-child {
    margin-bottom: 0; }

.shepherd-element.shepherd-theme-default .shepherd-content footer {
    padding: 0 1em 1em; }

.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0; }

.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li {
    display: inline;
    padding: 0;
    margin: 0; }

.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li .shepherd-button {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    margin: 0 0.5em 0 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0.75em 2em;
    background: #3288e6;
    color: #fff; }

.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
    background: #eee;
    color: #888; }

.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
    margin-right: 0; }

.shepherd-start-tour-button.shepherd-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    margin: 0 0.5em 0 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0.75em 2em;
    background: #3288e6;
    color: #fff; }
    
.footer-nav {
	 background: white;
	 clear: both;
	 margin-top: 10px;
	 padding:10px 0 0 20px;
	 font-size: 12px;
	 line-height: 15px;
 }
 
 .footer-nav a {
	 color: #808080;
 }
 
 .pg-sidebar {
	 float: right;
	 padding-right: 0;
	
 }  
 div.video, div.videoWrapper {
	 margin-bottom: 0;
 }
 
 .image-resizing  div.videoWrapper {
	 margin-bottom: 30px;
 }
 
 .padding-after, .footer-nav .compressed-title {
	 padding-right: 20px;
 }
 
 .blog-link {
	 padding-left: 20px;
 }
 
#image-url {
	margin-top: 20px;
	font-size: 12px;
}
