/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, *:before, *:after {
    box-sizing: border-box
}

html, body {
    /*height: 100%;*/
    font-size: 62.5%
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    color: #525252
}

.layout {
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    overflow: hidden
}

.layout img {
    max-width: 100%
}

label {
    width: 100%;
    clear: both;
    display: block;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px
}

.imagePin-Image {
    position: relative;
    float: left
}

.imagePin-Image img {
    display: block;
    width: 100%;
    max-width: 100%
}

.imagePin-icons {
    position: absolute;
    background-repeat: no-repeat;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 99999px;
    cursor: pointer;
    border: 2px solid #1674be;
    box-sizing: content-box;
    box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75)
}

.imagePin-icons:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.imagePin-contextMenu {
    position: absolute;
    padding: 0;
    list-style: none;
    margin: 0;
    z-index: 50000;
    background-color: white;
    background-color: white;
    border: 1px solid #1674be;
    box-sizing: content-box;
    box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75)
}

.imagePin-contextMenu li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem
}

.imagePin-contextMenu li:hover {
    background-color: #1674be;
    background-color: rgba(22, 116, 190, 0.5)
}

.imagePin-veil {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 50001
}

.imagePin-editorContainer {
    border: 1px solid #f1f1f1;
    position: absolute;
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 600px;
    background-color: white;
    background-color: white;
    box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.imagePin-editorContainer-closeBar {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    background-color: rgba(241, 241, 241, 0.5);
    overflow: hidden
}

.imagePin-editorContainer-closeButton {
    font-size: 32px;
    font-size: 3.2rem;
    cursor: pointer;
    float: right;
    margin-right: 1%
}

.imagePin-editorContainerContent {
    position: absolute;
    overflow: auto;
    left: 2%;
    right: 2%
}

.imagePin-editorContainerContent input[type="text"] {
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 5px
}

.imagePin-editorContainer-actionBar {
    border-top: 1px solid #f1f1f1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    background-color: rgba(241, 241, 241, 0.5)
}

.imagePin-editorContainer-actionBar-Save {
    float: right;
    margin-right: 3%;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
    background-color: #1674be;
    background-color: rgba(22, 116, 190, 0.8);
    border: 1px solid #1674be;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold
}

.imagePin-editorContainer-actionBar-Save:active {
    background-color: #1674be;
    background-color: #1674be
}

.imagePin-content-types {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    z-index: 100
}

.imagePin-content-types li {
    font-size: 10px;
    font-size: 1rem;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid white;
    color: white
}

.imagePin-content-maps-map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.imagePin-content-video {
    position: absolute;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0
}

.imagePin-content-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.imagePin-2cols {
    width: 100%;
    overflow: hidden;
    position: relative;
    clear: both
}

.imagePin-2cols label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline;
    float: left;
    width: 48%;
    clear: none;
    margin-left: 1%;
    margin-right: 1%
}

.imagePin-content-text {
    position: relative;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5
}

.imagePin-content-text-editor {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1
}

.imagePin-content-text-editor a {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    float: left;
    display: block;
    text-decoration: none
}

.imagePin-Thumb {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.imagePin-zoomedImage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-imagePin-editor-bold, .imagePin-content-text-editor a[data-imagepin-texteditor="bold"] {
    background-image: url(../img/sprites.png);
    background-position: 0px 0px;
    width: 32px;
    height: 32px
}

.icon-imagePin-editor-italic, .imagePin-content-text-editor a[data-imagepin-texteditor="italic"] {
    background-image: url(../img/sprites.png);
    background-position: -32px 0px;
    width: 32px;
    height: 32px
}

.icon-imagePin-editor-link, .imagePin-content-text-editor a[data-imagepin-texteditor="createlink"] {
    background-image: url(../img/sprites.png);
    background-position: 0px -32px;
    width: 32px;
    height: 32px
}

.icon-imagePin-editor-strike, .imagePin-content-text-editor a[data-imagepin-texteditor="strikethrough"] {
    background-image: url(../img/sprites.png);
    background-position: -32px -32px;
    width: 32px;
    height: 32px
}

.icon-imagePin-editor-undeline, .imagePin-content-text-editor a[data-imagepin-texteditor="underline"] {
    background-image: url(../img/sprites.png);
    background-position: -64px 0px;
    width: 32px;
    height: 32px
}

.icon-imagePin-image {
    background-image: url(../img/sprites.png);
    background-position: -64px -32px;
    width: 32px;
    height: 32px
}

.icon-imagePin-map {
    background-image: url(../img/sprites.png);
    background-position: 0px -64px;
    width: 32px;
    height: 32px
}

.icon-imagePin-new {
    background-image: url(../img/sprites.png);
    background-position: -32px -64px;
    width: 32px;
    height: 32px
}

.icon-imagePin-sapoVideo {
    background-image: url(../img/sprites.png);
    background-position: -64px -64px;
    width: 32px;
    height: 32px
}

.icon-imagePin-text {
    background-image: url(../img/sprites.png);
    background-position: -96px 0px;
    width: 32px;
    height: 32px
}

.FU-growls-Container {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden
}

.FU-Growls-item {
    border-top-left-radius: 3px;
    width: 100%;
    margin-right: 50px;
    margin-bottom: 3px;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 150px
}

.FU-Growls-item-error {
    background-color: #cf3952;
    color: white
}

.FU-Growls-item-info {
    background-color: #1fabe0;
    color: white
}

.FU-Growls-item-warning {
    background-color: #f57653;
    color: white
}

.FU-Growls-item-ok {
    background-color: #22bf64;
    color: white
}

.FU-Growls-item-wait {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2f0557
}

.FU-Growls-item-close {
    float: right;
    cursor: pointer;
    margin-right: 1%;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: -8px
}

.waitBox {
    position: relative
}

#waitBoxSpin {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.waitBoxMessage {
    position: absolute;
    left: 60px;
    top: 15px;
    font-size: 20px;
    font-size: 2rem
}

#waitBoxSpin:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#waitBoxSpin:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.imagePin-dialog {
    position: absolute;
    width: 100%;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
    z-index: 51;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
    overflow: hidden;
    left: 50%;
    top: -100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: top 500ms cubic-bezier(1, 0.05, 0.5, 0.75);
    transition: top 500ms cubic-bezier(1, 0.05, 0.5, 0.75)
}

.imagePin-dialog-closeBar {
    border-bottom: 1px solid #f1f1f1;
    background-color: white;
    background-color: white;
    width: 100%;
    overflow: hidden
}

.imagePin-dialog-closeBar-close {
    float: right;
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 1%;
    cursor: pointer
}

.imagePin-dialog-content {
    position: absolute;
    left: 5px;
    top: 30px;
    right: 5px;
    bottom: 5px;
    background-color: white;
    background-color: white;
    border: 1px solid #f1f1f1;
    padding: 5px;
    overflow: auto;
    font-size: 12px;
    font-size: 1.2rem
}

.imagePin-dialog-content h1 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px
}

.imagePin-dialog-content img {
    max-width: 100%
}

.imagePin-dialog-content iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.imagePin-dialog-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%
}