@charset "UTF-8";

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    display: block;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 13px;
    font-weight: 100;
    overflow-x: hidden; 
}
main {
    width: 100%;
}
article {
    box-shadow: 0px 1px 10px #00BDE7;
    max-width: 1100px;
    margin: 0 auto;
}
h1 {
   font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 15px;
}
h1, h2, h3 {
    font-weight: 700;
}
p {
    font-size: 13px;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}
.background-white {
    background-color: #FFF;
    padding: 0px 0px 20px 0px;
}
.background-pink {
    background-color: #f7eff1;
}
.pink {
    color: #DC537C;
}
.background-color-success {
    background-color: #489348;
    color: #FFF;
    font-weight: 800;
    padding: 12px;
}
.order-header {color:#f5af41; text-transform:capitalize; font-weight:bold; font-size:25px; margin:15px;}
@media (max-width: 430px) {
	.order-header {font-size:16px;}
}

@media (max-width: 350px) {
	.order-header {display:none;}
}
.link {text-decoration:underline; cursor:pointer;}
/* Columns
-------------------------------*/
.col-md-3 {
    width: 33.33333%;
    float: left;
}
.col-md-6 {
    width: 48%;
    float: left;
}
.col-md-12 {
    width: 100%;
    float: left;
}
@media (max-width: 768px) {
    .col-md-6 {
        width: 98%;
    }
    .col-md-3 {
        width: 100%;
    }
}


nav {
    background:rgba(255,255,255, 0.9);
    box-shadow: 1px 1px 15px #00BDE7;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.logo {
    padding-top: 10px;
    margin-left: 15px;
}
.cart {
    padding-top: 10px;
    margin-right: 20px;
}
.link-step-2 {
    padding: 40px 0;
}

.b5-h {
font-size: 28px;
font-family: 'Bebas';
color: #e54f7b;
text-transform: uppercase;
text-align: center;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
line-height: 1.2;

}
.b5-h span { color: #4d7078; }

.pink-btn {
    background: -webkit-linear-gradient(#e52454, #c40736); 
    background: -o-linear-gradient(#e52454, #c40736); 
    background: -moz-linear-gradient(#e52454, #c40736); 
    background: linear-gradient(#e52454, #c40736); 
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 20px #00BDE7;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
}
.pink-btn:hover {
    box-shadow: 1px 2px 30px #DB1B4B;
}
.pink-btn:active {
    box-shadow: 0px 1px 10px #DB1B4B;
    padding: 18px 38px;
}

/*  Section Presentation css
----------------------------------*/
.presentation {
    margin: 0 auto;
    background-color: #f2f6f7;
    position: relative;
}
.top-logo {
    margin-top: 10px;
}
.header-img {
    width: 100%;
}
.presentation h1 {
    color: #F3AF42;
    background-color: #FFF;
    margin-top: -7px;
    padding: 12px 0px;
}
.presentation h2 {
    color: #003063;
}
.b1-list {
    list-style-image: url('../images/li1.png');
}
.b1-list li {
    line-height: 1.7em;
    font-size: 14px;
    font-weight: 700;
    color: #003063;
    padding: 0px 10px;
}
.img-usa {
    width: 180px !important;
}
.bank-img {
    width: 25%;
}
@media (min-width: 768px) {
    .presentation h1 {
        color: #F3AF42;
        background-color: #FFF;
        margin-top: -7px;
        padding: 12px 0px;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.0em;
        text-shadow: 1px 1px #333;
    }
    .presentation h2 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .img-usa {
        width: 120px !important;
    }
    .bank-img {
        width: 80%;
    }
}



/*  Section Testimonials css
----------------------------------*/
.testimonials {
    padding: 30px 0 0 0;
    background-color: #f2f6f7;
}
.testimonials h1 {
    color: #F3AF42;
    background-color: #FFF;
    margin-top: -7px;
    padding: 12px 0px;
}
.testimonials h2 {
    color: #003063;
}
.testimonials-img {
    width: 40%;
    margin-left: 7%;
    z-index: -0;
    position: relative;
}
.testimonials p {
    padding: 0 10px;
}
.before-after {
    position: relative;
    margin-left: 10px;
    margin-bottom: -20px;
    z-index: 100;
}
.before-after li {
    display: inline-block;
    background-color: #DA4B75;
    padding: 5px 10px;
    color: #FFF;
}
.ba-img {
    top: 0px;
    margin-left: -48px;
    position: relative;
}
.after {
    position: relative;
    top: 0px;
}

@media (min-width: 768px) {
    .testimonials h1 {
        font-size: 34px;
        font-weight: 800;
        line-height: 1.0em;
        text-shadow: 1px 1px #333;
    }
    .testimonials h2 {
        font-size: 20px;
    }
}


/*  Section Rhino css
----------------------------------*/
.what-is-rhino {
    color: #003063;
    padding: 30px 0px 0 0px;
}
.whats-rhino-list li {
    background-image: url('../images/lili.jpg');
    background-repeat:no-repeat;
    padding-left:50px;
    position: relative;
    right: 20px;
}
.whats-rhino-list span {
    color: #DA4B75;
    font-size: 20px;
    font-weight: 800;
    top: 8px;
    position: relative;
}
.whats-rhino-list p {
    font-size: 13px;
    font-weight: 600;
    padding-left: 7px;
}
.nose figcaption {
    font-size: 16px;
    color: #DC547C;
    font-weight: 700;
    text-align: center;
}
.nose img {
    width: 100%;
}
.specification {
    border: 3px dotted #DC547C;
    margin: 0px 10px;
}
.specification li:first-child {
    text-decoration: underline;
    font-weight: 500;
}
.specification li {
    font-size: 14px;
    color: #022D61;
}
.subtitle {
    color: #DD4E79;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .what-is-rhino h2 {
        font-size: 20px;
    }
    .nose figcaption {
        position: relative;
        top: 80px;
        left: 70px;
    }
}
@media (max-width: 768px) {
    .whats-rhino-list span {
        top: 8px;
        font-size: 18px;
        font-weight: 700;
    }
    .whats-rhino-list p {
        font-size: 13px;
        font-weight: 500;
        padding-left: 10px;
    }
}


/*  Section Advantages css
----------------------------------*/
.advantages {
    padding: 30px 0 0 0;
    background-color: #f2f6f7;
}
.advantages h2 {
    color: #003063;
}
.advantages-list {
    padding: 0 10px;
}
@media (min-width: 768px) {
    .advantages h2 {
        font-size: 20px;
    }
}


/*  Section Expert css
----------------------------------*/
.expert {
    padding: 30px 10px 0 10px;
    background-color: #FFF;
}
.expert  h2 {
    color: #003063;
}
.expert img {
    width: 60%;
    margin-left: 20%;
    margin-bottom: -7px;
}
.expert p {
    font-size: 14px;
}
.text-doctor {
    padding: 20px;
}
.opinion-text {
    background-color: #D6F6FC;
    border: 5px dotted #7FB1BD;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .expert h2 {
        font-size: 20px;
    }
}


/*  Section Final css
----------------------------------*/
.section {
    padding: 20px;
}

.final h2 {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px #333;
}


/*  Section Step 2 css
----------------------------------*/
#step-2-nav {
    position: relative;
}
.product {
    box-shadow: 0px 1px 10px #00BDE7;
    max-width: 1100px;
    margin: 0 auto;
}
.content-step-2 {
    padding-top: 30px;
    background-color: #F2F6F7;
}
.group-img-step-2 img {
    width: 80px;
}
.priceBoxContainer{
    display: block;
    margin: 0 auto;
    max-width: 300px;
    font-size: 14px;
}
.price{
    color: red;
}
.fShipping{
    color: #7499C3;
}
.rPrice {
    text-decoration: line-through;
}
.priceBox {
    width: 300px;
    margin: 0 auto;
    background-color: #FFF;
}
.priceBox tr td {
    border: 1px solid #aaa;
}

 .priceBox td{
    padding: 5px 10px;
}
#orderform{
    width: 300px;
    margin: 10px auto;
}
input, select {
    height: 40px;
    padding: 3px;
    font-size: 80%;
    margin-bottom: 5px;
    width: 90%;
    border: 1px solid #d5dde9;
    background: #fff;
    padding-left: 15px;
    margin-left: 3%;
    font-size: 14px;
        -moz-box-sizing: border-box; /*Firefox 1+*/
  -webkit-box-sizing: border-box; /*Safari 3+, Chrome 1+*/
  box-sizing: border-box; /*Opera 7+, IE8+*/
}

select{
    background: url("../images/select.png") #ffffff 95% 50% no-repeat;
 -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
select::-ms-expand {
    display: none;
}

.step-2 label {
    display: none;
}
#orderform label, .form-index label  {
	display:none;
}
@media (max-width: 1210px ){
    .form-step-2 input, .form-step-2 select {
        width: 97%;
        margin-left: 0;
    }
}
.free-shiping {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #052439;
    color: #fff;
}
.form-step-2 {
    width: 90%;
    margin: 0 auto;
}
.form-step-2 h2 {
    background-color: #FF5E8A;
    color: #FFF;
    padding: 5px 5px;
}
.form-step-2 img {
    display: none;
}
.j-sub  {
    background: -webkit-linear-gradient(#e52454, #c40736); 
    background: -o-linear-gradient(#e52454, #c40736); 
    background: -moz-linear-gradient(#e52454, #c40736); 
    background: linear-gradient(#e52454, #c40736); 
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 20px #00BDE7;
    font-size: 22px;
    cursor: pointer;
    color: #FFF;
    margin: 20px 0px 20px 10px;
}
.j-sub:hover {
    box-shadow: 1px 2px 30px #DB1B4B;
}
.j-sub:active {
    box-shadow: 0px 1px 10px #DB1B4B;
    padding: 18px 38px;
}
.free-shipping {
    box-shadow: 1px 2px 10px #aaa;
    padding: 10px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .group-img-step-2 img {
        width: 70px;
    }
}
.tip {
    position:absolute !important;
    width: 150px;
}
.toolTip {
    background: red;
    border: thin solid red; 
    color: #fff;
    left: 0px;
    margin-top: 46px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 10;
    border-radius: 4px;
    font: bold 11px 'verdana';
}
.toolTipArrow {
    border-color: transparent transparent red transparent; 
    border-style: solid;
    border-width: 11px;
    height:0px;
    width:0px;
    position:absolute;
    top:-20px;
    left:20px;
    display:block;
    content:"\00a0";
}
.toolTipArrow:before {
    border-color: transparent transparent red transparent;
    position:absolute;
    top:-11px;
    left:-12px;
    border-style: solid;
    border-width: 12px;
    height:0px;
    width:0px;
    display:block;
    content:"\00a0";
}



/* SUCCESS
----------------------------------*/
#success {
    max-width: 1100px;
    margin: 30px auto;
    text-align: center;
}
.table-success {
    max-width: 280px;
    margin: 0 auto;
}
.table-success tr td{
    border: 1px solid #aaa;
    padding: 10px;
}
.table-success th {
    background-color: #489348;
    color: #FFF;
}


footer {
    padding: 20px 0;
}
footer a {
    color: #2200CC;
    text-decoration: underline;
}
#popUp {
    background-color: rgba(0,0,0, 0.65);
    color:#FFF;
    font-size: 120%;
    display:none;
    position:fixed;
    bottom:15px;
    width:91%;
    padding: 5px 2%;
    margin: 0 3% 0 0;
    z-index: 10000000 !important;
}

#lets_count_it {
margin: 0 auto;
color:#000;
vertical-align: top;
width: 280px;
padding: 0px 0 20px;
line-height: 1.2;
}
#lets_count_it > p, #lets_count_it > h3 {
text-align: center;
font-size: 20px;
margin: 0;
padding:0;
}
.old_price { position: relative; }
.old_price:before {
content:"";
width: 100%;
height: 2px;
position: absolute;
display: block;
border-bottom: 2px solid #000;
top: 40%;
left: 0;
}
#lets_count_it > p:nth-child(1) { color: #e75d83; font-weight: bold }
#lets_count_it > p:nth-child(1) > span { font-size: 28px; }
#lets_count_it > div { margin-top: 20px; }
#lets_count_it > div > p {
text-align: center;
margin-bottom: 10px;
font-size: 20px;
}

select.inp{
    padding-right:0;
}