.safekids-img {
    border: 1px solid #ddd;
}s

.size100 {
    width: 100%;    
}

.kids-text-bg {
    background-color: #efefed;
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-top: 3px solid #ddd;
    padding-right: 30px;
}

.text-promo-smartphone, .text-promo-smartphone ul li {
    font-family: "Open Sans";
    font-size: 28px;
    color: #000;
    font-weight: 400;
}

.title-promo {
    font-family: "Open Sans";
    font-size: 18px;
    color: #FF6600;
    font-weight: 400;
    margin-bottom: 14px;
}

.title-promo span {
    font-family: "Open Sans";
    font-size: 24px;
    color: #FF6600;
    font-weight: 700;
    display: block;
}

.title-promo-kids {
    font-family: "Open Sans";
    font-size: 18px;
    color: #00a78d;
    font-weight: 400;
    margin-bottom: 14px;
}

.title-promo-kids span {
    font-family: "Open Sans";
    font-size: 36px;
    color: #00a78d;
    font-weight: 800;
    display: block;
}

.title-promo-kids-smartphone {
    font-family: "Open Sans";
    font-size: 54px;
    color: #00a78d;
    font-weight: 400;
    margin-bottom: 14px;
}

.title-promo-kids-smartphone span {
    font-family: "Open Sans";
    font-size: 108px;
    color: #FF6600;
    font-weight: 800;
    display: block;
}

.title-promo-kids-smartphone p {
    font-family: "Open Sans";
    font-size: 40px;
    color: #00a78d;
    font-weight: 800;
    display: block;
    margin-bottom: -30px;
}

.title-promo-kids-smartphone div {
    font-size: 28px;
    text-align: justify;
    margin-bottom: 40px;
}

.text-promo, .text-promo ul li {
    font-family: "Open Sans";
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.text-form-promo {
    font-family: "Open Sans";
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block;
}

.text-form-promo-smartphone {
    font-family: "Open Sans";
    font-size: 36px;
    color: #000;
    font-weight: 400;
    display: block;
}

.upper {
    text-transform: uppercase !important;
}

.margin-bottom {
    margin-bottom: 20px !important;
}

.margin-top-min {
    margin-top: 10px !important;
}

.padding-top-max {
    padding-top: 20px !important;
}

.padding-top-min {
    padding-top: 10px !important;
}

.padding-bottom-max {
    padding-bottom: 20px !important;
}

.padding-right {
    padding-right: 20px !important;
}

.td-padding-bottom {
    padding-bottom: 20px !important;
}

.input-promo {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-promo-smartphone {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 42px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 24px;
}

.select-date-promo {
    width: 172px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select-date-promo-smartphone {
    width: 172px;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 28px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.force-left {
    float: left !important;
}

.extra-bold {
    font-weight: 800 !important;
}

.bold {
    font-weight: 700 !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.full-width {
    width: 100% !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-danger {
    color: #FF0000;
    font-weight: 800;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.registration-margin {
    margin-top: -120px !important;
}

.justify {
    text-align: justify !important;
}

.error-form {
    color: #FF0000;
    font-weight: 600;
    font-family: "Open Sans";
    text-transform: uppercase;
    margin-top: -10px !important;
    margin-bottom: -15px !important;
    font-size: 10px;
}

.error-form-strange {
    color: #FF0000;
    font-weight: 600;
    font-family: "Open Sans";
    text-transform: uppercase;
    margin-bottom: -15px !important;
    font-size: 10px;
}

.size50 {
    width: 50%;
}

.orange {
    color: #ff6600;
}

.green {
    color: #009933;
}

.link {
    color: #3175BD;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
}

.link:hover {
    color: #3175BD;
    text-decoration: underline;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
}

.link-black {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
}

.link-black:hover {
    color: #000;
    text-decoration: underline;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
}

.link-black-normal {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
}

.link-black-normal:hover {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
}

.link-black-normal:focus {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #000; 
    text-decoration: none;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
    text-decoration: none;
}

.promo-big {
    background-color: #F60;
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
}