.configurator-section .wrapper-portfolio div.row:first-child {
    margin-bottom: 30px;
}
.configurator-section .wrapper-portfolio div.row:nth-child(4) {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}
.configurator-section .wrapper-portfolio div.row:nth-child(4) a {
    text-transform: uppercase;
}
.configurator-section .content-lg {
    padding-bottom: 0;
}
.configurator-section .wrapper-portfolio div.row:nth-child(2) > div {
    height: 280px;
}
div > div.svg.plane {
    width: 100%;
    text-align: center;
}
.clicked {
    fill: #3498DB !important;
    opacity: 0.5 !important;
}
.st0 {
    opacity: 0;
}
.st0:hover {
    fill: #f00 !important;
    opacity: 0.4 !important;
}
.st1 {
    fill: #efefef;
    opacity: 1;
}
.st1:hover {
    fill: #f00;
    opacity: 0.4;
}
.confs > input {
    display:none;
}
.confs {
    min-width: 120px;
    width: 100%;
}
.confs.s span {
    background: url(/assets/img/configurator/s.png) no-repeat scroll 50% 8px;
    background-size: 125px 56px;
}
.confs.h span {
    background: url(/assets/img/configurator/h.png) no-repeat scroll 50% 8px;
    background-size: 125px 56px;
}
.confs.v span {
    background: url(/assets/img/configurator/v.png) no-repeat scroll 50% 8px;
    background-size: 125px 56px;
}
.confs.c span {
    background: url(/assets/img/configurator/c.png) no-repeat scroll 50% 8px;
    background-size: 125px 56px;
}
.confs span {
    padding-top: 22px !important;
    background-color: #f0f0f0 !important;
    cursor: pointer;
    display: block;
    vertical-align: bottom;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 84px;
    text-transform: uppercase;
    height: 84px;
    border: solid 4px #f0f0f0;
    cursor: pointer;
    position: relative;
}
.confs > input + span {
    cursor:pointer;
    border: 4px solid transparent;
}
.confs > input + span:hover {
    border: 4px solid #3498DB;
}
.confs > input:checked + span {
    background-color: #3498DB !important;
    border: 4px solid #3498DB;
    color: #fff;
    padding-bottom: 0 !important;
}

.sky-form {
    font-family: "ModernHLight", sans-serif;
    font-size: 15px;
}
.sky-form .toggle i {
    left: 0;
    right: auto;
    margin-top: -1px;
}
.sky-form .toggle i:after {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
	content: 'OFF';
}
.sky-form .toggle i:before {
    border-radius: 0;
    background-color: #ff0000;
}
.sky-form .toggle input:checked + i:after {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
	content: 'ON';
}
.sky-form .toggle input:checked + i:before {
    background-color: #008200;
}

.sky-form .toggle span {
    padding-left: 60px;
    font-size: 15px;
}

.sky-form table td.delete i {
    cursor: pointer;
}

.sky-form.panel.panel-blue {
    display: none;
}

.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 2px solid red;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.red {
    color: red;
}
