.locoContent {
    float: left;
    position: relative;
    width: 100%;
}
.locoContent * {
    font-family: 'Hind', Arial, sans-serif;
    font-size: 15px;
}
.locoContent textarea,
.locoContent input,
.locoContent select {
    border: 1px solid #E0E0E0;
}
.locoContent textarea {
    box-shadow: none;
    margin: 0px;
    padding: 2px 10px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.locoContent input[type="text"] {
    font-size: 15px;
    margin: 0px;
    padding: 0px 10px;
}
.locoContent select {
    background-color: #FFFFFF;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%228%22%3E%3Cpath%20d%3D%22M8.757%207.714l6.919-6.095c.432-.38.432-.952%200-1.333a1.145%201.145%200%200%200-1.514%200L8%205.714%201.838.286a1.145%201.145%200%200%200-1.514%200c-.432.38-.432.952%200%201.333l6.92%206.095c.215.19.432.286.756.286s.54-.095.757-.286z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23010202%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    background-position: 225px 10px;
    background-size: 12px 6px;
    background-repeat: no-repeat;
    height: 28px;
    margin: 0px;
    padding: 0px 3px;
    outline: none;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
.locoContent input[type="button"] {
    background-color: #c1c1c1;
    box-sizing: border-box;
    border-radius: 3px !important;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat','Arial',sans-serif !important;
    font-size: 11px !important;
    font-weight: 700;
    padding: 5px 15px !important;
    transition: all .2s linear;
    text-transform: uppercase !important;
    letter-spacing: 3px;
    -webkit-appearance: button;
}
.locoContent input[type="button"]:hover {
    background-color: #303030;
}
.locoContent a.button {
    background-color: #fff !important;
    border: 2px solid #8E2DE2 !important;
    border-radius: 10px !important;
    color: #8E2DE2 !important;
    cursor: pointer;
    display: block;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 45px;
    line-height: 31px;
    letter-spacing: 1px !important;
    min-width: 120px;
    padding: 5px 15px !important;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase !important;
    transition: all 0.4s ease;
    white-space: nowrap;
}
.locoContent a.button:hover {
    border: 2px solid #8E2DE2 !important;
    background-color: #8E2DE2 !important;
    color: #FFFFFF !important;
}
.locoContent .clearBoth {
    clear: both;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}

#back-top {
    z-index: 100001;
}

/* specyfiacja */
.specData {
    margin: 0px 20px;
}
.specData p {
    padding: 9px;
    margin-left: 0px;
    font-weight: 800;
    text-transform: uppercase;
    color: #d3d3d3;
    clear:both;
}
.specData .specRow {
    clear:both;
}
.specData .label {
    float: left;
    width: 225px;    
    text-align: left;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.specData .fullWidth.fullWidth {
    width: calc(100%);
    font-style: italic;
    color:#777777;
}
.specData .value {
    color:#777777;
    float: left;
    width: 200px;
    font-weight: 100;
    text-align: left;
    font-style: italic;
}