body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}
body {
    font-family: 'Noto Sans', sans-serif;
    font-size:14px;
    color:#4b4b4b;
    margin:0;
}
#mobile-menu, #mobile-topics {
    display:none;
}
h1,h2,h3,h4,h5 {
    font-family: 'Noto Sans', sans-serif;
    margin:0;
    color:#4b4b4b;
}
h1 { font-size:22px; line-height:26px; margin-bottom:10px; }
h2 { font-size:16px; line-height:20px; margin-bottom:10px; }
h3 { font-size:14px; line-height:18px; margin:10px 0; }
h4 { font-size:12px; line-height:16px; margin-bottom:10px; }

input[type=text], input[type=number], input[type=email], textarea {
    padding:0 7px;
    border:1px solid #CCC;
    border-radius:2px;
    font-family: 'Noto Sans', sans-serif;
    -moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
    box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.2);
    line-height:36px;
    height:38px;
}
textarea {
    height:83px;
    line-height:16px;
    padding-top:7px;
}
input[type=submit], button, .button, .btn {
    font-family: 'Noto Sans', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    padding: 0 15px;
    line-height:38px;
    height:38px;
    background-color: #642d86;
    border-radius: 4px;
    border: 0;
    width: auto;
    cursor: pointer;
}
input[type=submit] i, button i, .button i, .btn i {
    margin-right:10px;
}
section, header, footer, nav {
    float:left;
    width:100%;
}
button.go {
    float:right;
    width:20%;
}
.button.back {
    float:left;
    width:20%;
    text-align:center;
}
.loading {
    background:#FFF;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    display:none;
}
.loading.active {
    display:block;
}
.loader {
    font-size:30px;
    width:40px;
    height:40px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-20px;
    margin-top:-20px;
    color:#642d86;
    border-radius:50%;
    background:#FFF;
    text-align:center;
    line-height:40px;
}
.message {
    float:left;
    padding:15px;
    background:#FFF;
    width:calc(100% - 25px);
    border:1px solid rgba(0,0,0,0.1);
    border-radius:4px;
    font-size:13px;
    line-height:17px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
.message.error {
    background:#fee3ee;
}
.message.margin {
    margin-bottom:25px;
}
.message.popup {
    position:fixed;
    width:100%;
    left:0;
    top:0;
    padding:35px;
    z-index:10;
    font-size:16px;
    border-radius:0;
    background:rgba(254,227,238,0.95);
    border-right:0;
    border-left:0;
}
.message.popup h3 {
    font-size:17px;
    margin-top:0;
    margin-bottom:15px;
}
.message.popup ul li {
    font-size:14px;
    list-style:disc;
    margin-left:15px;
    margin-top:15px;
}
.error {
    background:#fee3ee;
}
.wrap {
    width:1024px;
    margin:0 auto;
}
.wrap .notification {
    color: #f84141;
    font-weight: bold;
}
.row {
    width:100%;
    overflow:hidden;
}
/* GRID */
.one { width:10%!important; }
.two { width:16.66666666666667%!important; }
.two-half { width:20%!important; }
.three { width:25%!important; }
.four { width:33.3333%!important; }
.five { width:41.66666666666667%!important; }
.six { width:50%!important; }
.seven { width:58.33333333333333%!important; }
.eight{ width:66.66666666666667%!important; }
.nine{ width:75%!important; }
.ten{ width:83.33333333333333%!important; }
.eleven { width:91.66666666666667%!important; }
.tvelwe { width:100%!important; }
.column {
    float:left;
}
.column.right {
    float:right;
}
#area, #nosupport {
    display:none;
}
header {
    background: #990ae3;
    padding:20px 0px;
}
header #logo {
    margin:0;
    line-height:0;
}
header #logo img {
    height:75px;
    width:auto;
}
section#path {
    background: #FFF;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    padding:20px 0px;
}
section#path ul, section#path ul li{
    float:left;
    line-height:30px;
}
section#path ul {
    width:calc(80% - 20px);
    background:#fafafa;
    border-radius:4px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    padding:4px;
}
section#path ul li {
    width:50%;
    padding:0 20px;
    font-size:13px;
    font-weight:600;
    border-radius:2px;
}
section#path ul li.active {
    background:#FFF;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
section#path #clear {
    float:right;
    width:20%;
    text-align:center;
}
section#form {
    padding:40px 0px;
}
section#form .phase {
    float:left;
    width:100%;
    background:#fafafa;
    border-radius:4px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    padding:20px;
    margin-bottom:20px;
    position:relative;
    opacity:1;
}
section#form .phase.active {
    opacity:1;
}
section#form .phase.total {
    background:transparent;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.0);
    padding:0px 20px;
}
section#form .phase .column {
    padding:5px 0px;
}
section#form .phase .column label {
    width:100%;
    float:left;
    margin-bottom:5px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
section#form .phase .column .checkbox  {
    background:#efefef;
    border-radius:4px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    padding:2px;
    float:left;
    width:calc(100% - 25px);
}
section#form .phase .column .checkbox > div {
    float:left;
    width:50%;
}
section#form .phase .column .checkbox label {
    width:100%;
    padding:0 5px;
    font-size:13px;
    font-weight:600;
    border-radius:2px;
    line-height:32px;
    background:#FFF;
    margin:0;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    cursor:pointer;
}
section#form .phase .column .checkbox label i {
    font-size:14px;
}
section#form .phase .column .checkbox label i:after {
    content: "\f096";
}
section#form .phase .column .checkbox input[type=radio]:checked+label {
    background:#642d86;
    color:#FFF;
}
section#form .phase .column .checkbox input[type=radio]:checked+label i:after {
    content: "\f046";
}
section#form .phase .column .checkbox > div  input {
    display:none;
}
section#form .phase .column input[type=text], section#form .phase .column textarea {
    width:calc(100% - 25px);
}
section#form .phase .column input[type=text]#city {
    text-transform:uppercase;
    background:#FAFAFA;
    font-weight:600;
}
section#form .phase .column input[type=text]#city:disabled {
    background:#E8E8E8;
}
section#form .phase .column input:disabled,
section#form .phase .column textarea:disabled {
    background:#E8E8E8;
}
section#form .phase .column i {
    font-size:10px;
    width:20px;
    text-align:center;
}
section#form .phase .product {
    float:left;
    background:#FFF;
    padding:5px;
    border-radius:2px;
    border:1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    position:relative;
}
section#form .phase .product h4 {
    float:left;
    line-height:38px;
    margin:0;
    margin-left:8px;
    font-size:12px;
    padding-left:108px;
}
section#form .phase .product h3 {
    float:left;
    line-height:38px;
    margin:0;
    margin-left:8px;
    font-size:12px;
}
section#form .phase .product h4 span {
    border-radius:10px;
    background:#fafafa;
    padding:2px 8px;
    display:inline-block;
    line-height:13px;
}
section#form .phase .product > i {
    font-size:20px;
    float:right;
    line-height:38px;
    margin-right:10px;
    color:grey;
    cursor:pointer;
}
section#form .phase .product > i:hover {
    color:#642d86;
}
section#form .phase .product .controls, section#form .phase .product .checkbox {
    width:112px;
    float:left;
    background:#efefef;
    border-radius:4px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    padding:2px;
    position:absolute;
    left:4px;
    top:4px;
}
section#form .phase .product .checkbox div {
    width:100%;
}
section#form .phase .product .checkbox div label {
    line-height:36px;
}
section#form .phase .product .controls button, section#form .phase .product .controls input {
    width:36px;
    height:36px;
    margin:0;
    float:left;
    text-align:center;
    padding:0;
}
section#form .phase .product .controls input {
    border-radius:0;
}
section#form .phase .product .controls button:first-child {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
section#form .phase .product .controls button:last-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
section#form .phase .product .controls button i {
    width:auto;
    font-size:16px;
    text-align:center;
    margin:0!important;
}
section#form .phase #total .row {
    width:100%;
    float:left;
    border-bottom:1px solid rgba(0,0,0,0.1);
    font-size:13px;
    background:#FFF;
    padding:10px;
}
section#form .phase #total .row span {
    border-radius:10px;
    background:#fafafa;
    padding:2px 8px;
    display:inline-block;
}
section#form .phase #total .row .price {
    float:right;
    font-weight:600;
}
section#form .phase #total .row.total {
    width:180px;
    float:right;
    border-bottom:0;
}
footer {
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    background:#fafafa;
    padding:20px 0px;
    font-size:13px;
    text-align:center;
    font-style:italic;
    color:grey;
}
footer a {
    color: inherit;
    text-decoration: inherit;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader {
  -webkit-animation: rotating 0.5s linear infinite;
  -moz-animation: rotating 0.5s linear infinite;
  -ms-animation: rotating 0.5s linear infinite;
  -o-animation: rotating 0.5s linear infinite;
  animation: rotating 0.5s linear infinite;
}
.noshow {
    display: none;
}