/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 12, 2014, 4:40:56 PM
    Author     : andrei.andriesi
*/
/* color declaration */

/*@font-face {
    font-family: 'HelveticaLight';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype');
    src: url('fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt.otf') format('opentype'), url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff');    
    font-weight: normal;
    font-style: normal;
}

.helvetica-light {
    font-family: HelveticaLight;
}*/


* {
  box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-width: 300px;
}

.vw-vh {
  background-color: red;
  width: 100vw;
  height: 100vh;
}

.half {
  width: 50vw;
  height: 50vh;
  background-color: green;
  position: absolute;
  left: 25vw;
  top: 25vh;
}

body {
    font-size: 14px;
}

.white {
    color: #ffffff;
}

.black{
    color: #000000;
}

.red {
    color: #ee7b6f;
}

.lightGrey {
    color: #f2efec;
}

.grey {
    color: #9f9f9f;
}

.darkGrey {
    color: #7f7f7f;
}

.yellow, .selected {
    color: #ffc225;
}

.blue {
    color: #65cbcb;
}

.bg-lightGrey-to-blue {
    background: #f2efec; /* Old browsers */
    background: -moz-linear-gradient(left,  #f2efec 90%, #65cbcb 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(90%,#f2efec), color-stop(91%,#65cbcb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f2efec 90%,#65cbcb 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f2efec 90%,#65cbcb 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f2efec 90%,#65cbcb 91%); /* IE10+ */
    background: linear-gradient(to right,  #f2efec 90%,#65cbcb 91%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2efec', endColorstr='#65cbcb',GradientType=1 ); /* IE6-9 */

}

.bg-lightGrey-to-red {
    background: #f2efec; /* Old browsers */
    background: -moz-linear-gradient(left,  #f2efec 90%, #ee7b6f 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(90%,#f2efec), color-stop(91%,#ee7b6f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f2efec 90%,#ee7b6f 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f2efec 90%,#ee7b6f 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f2efec 90%,#ee7b6f 91%); /* IE10+ */
    background: linear-gradient(to right,  #f2efec 90%,#ee7b6f 91%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2efec', endColorstr='#ee7b6f',GradientType=1 ); /* IE6-9 */

}


/* bacground color declaration */
.bg-white {
    background-color: #ffffff;
}

.bg-black{
    background-color: #000000;
}

.bg-red {
    background-color: #ee7b6f;
}

.bg-lightGrey {
    background-color: #f2efec;
}

.bg-grey {
    background-color: #9f9f9f;
}

.bg-darkGrey {
    background-color: #7f7f7f;
}

.bg-yellow {
    background-color: #ffc225;
}

.bg-blue {
    background-color: #65cbcb;
}


.carousel, .comments-carousel, .therapist-carousel {
    display: none;
}

.navbar-default.bg-blue {
    background: none;
    background-color: transparent;
    border-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}


.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.85;
}

#rl-top, #our-video-lightbox #rl-top {
    margin-bottom: 10px;
    padding: 0 0 0 7%;
}

.rl-frm-row.terms {
    display: inline-block;
}

#top-section-textarea-row {    
    min-height: 570px;
    padding-top: 65px;
}


#our-video-lightbox .modal-content.row .row.nopadding.text-center {
    border: none;
    background: none;
}

#our-video-lightbox .modal-content {
  box-shadow: none;
  border: none;
  background: none;
}


.nopadding {
   padding-left: 0 !important;  
   padding-right: 0 !important;   
}

.nomargin {
   margin-left: 0 !important;
   margin-right: 0 !important;  
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.clearfix {
	*zoom: 1; /* The star is here to prevent other browsers from reading and applying this rule. */
}

textarea {
    border: none;
}

textarea, input { 
    outline: none; 
}

.textarea-container {
	border: 2px solid #ffffff;
	z-index: 0;
        position: relative;
        height: 100%;        
}

.textarea-container:after,
.textarea-container:before {
    border: medium solid rgba(0, 0, 0, 0);
    content: " ";
    top: 100%;
    left: 50%;
    position: absolute;
}

.textarea-container:after {
    border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 20px;
    margin-left: -20px;
}

.textarea-component {
    font-size: 1.286em;
    line-height: 1.786em;
    padding: 0 24px;
    margin: 10px 0; 
    min-height: 180px;
    height: 100%;    
    resize: none;
    width: 100%;
}


.arrow {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding-top:15px;
    background-color: none;
    
}
.arrow:before, .arrow:after {
    content:'';
    position: absolute;
    top: 100%;
    
    padding-top:inherit;
    background-color: inherit;
}

.arrow:before {
    width: 10%;
}

.arrow:after {
    width: 90%;
}

.arrow:before {
    right: 90%;
    -ms-transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    border-right: 6px solid white;
    border-bottom: 4px solid white;
}
.arrow:after {
    left: 10%;
    -ms-transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    border-left: 6px solid white;
    border-bottom: 4px solid white;
   
}

.arrow_tip { 
    position: relative; 
    border: none; 
} 

.arrow_tip:after, .arrow_tip:before { 
    bottom: 100%; 
    left: 10%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
} 

.arrow_tip:after { 
    border-bottom-color: white; 
    border-width: 6px; 
    margin-left: -6px; 
} 

.arrow-box { 
    position: relative; 
    background: transparent; 
    border: 5px solid #ffffff; 
} 

.arrow-box:after, .arrow-box:before { 
    bottom: 100%; 
    left: 10%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
} 

.arrow-box:after { 
    border-color: rgba(256, 256, 256, 0); 
    border-bottom-color: #ffffff; 
    border-width: 15px; 
    margin-left: -15px; 
}

.arrow-box:before { 
    border-color: rgba(256, 256, 256, 0);
    border-bottom-color: #ffffff; 
    border-width: 22px; 
    margin-left: -22px;
    background: transparent; 
}


#app-store-row {
    margin-top: 15px;
}

.arrow_box_blue { 
    position: relative; background: #f2efec; border: 5px solid #65cbcb; 
 } 
 
.arrow_box_blue:after, .arrow_box_blue:before { 
    bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; 
 } 
 
.arrow_box_blue:after { 
    border-color: rgba(242, 239, 236, 0); border-bottom-color: #f2efec; border-width: 15px; margin-left: -15px; 
} 

.arrow_box_blue:before { 
    border-color: rgba(101, 203, 203, 0); border-bottom-color: #65cbcb; border-width: 22px; margin-left: -22px; 
}
 

.arrow-right { 
    position: relative; 
    background: #87B8BD; 
    border: 5px solid #ffffff; 
} 

.arrow-right:after, .arrow-right:before { 
    top: 35%; 
    left: 100%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
} 

.arrow-right:after { 
    border-color: rgba(135, 184, 189, 0); 
    border-left-color: #87B8BD;
    border-width: 15px; 
    margin-top: -15px; 
}

.arrow-right:before { 
    border-color: rgba(256, 256, 256, 0);
    border-left-color: #ffffff; 
    border-width: 21px; 
    margin-top: -21px;
    background: transparent; 
}

#bubble-title {
    min-height: 30%;
    font-size: 2.857em;
    line-height: 1.1em;
    padding: 12px 20px 24px;
    height: 35%;
    
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

#third-section-header-title {
    font-size: 2.857em;
    line-height: 1.2em;
    padding: 22px 15px 16px;  
}

#top-section-textarea-row {
    height: 100%;
    margin-top: -68px;
    padding-top: 68px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;         
}

#top-section-textarea-row #first-spacer{
    height: 68px;
} 
    
#top-section-textarea-row #second-spacer{
    height: 28px;
}

#start-therapy-now > div, #start-unlimited-messaging > div, .action-button > div {
    height: 45px;
    font-size: 1.429em;
    cursor: pointer;
}

#forth-section #unlimited-messageing-therapy {
    padding-top: 25px;
    padding-bottom: 25px;
}

.vcenter {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 1vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.vcenter-parrent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.vcenter-child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    padding: 12px 0;
    width:100%;
}

#sponsors {
    padding-top: 20px;
    padding-bottom: 20px
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

#forums #start-therapy-now {
    margin-top: 10px;
    margin-bottom: 30px;
}

.inline-block {
    display: inline-block;
}

.hcenter {
    margin-left: auto;
    margin-right: auto;
}

section.carousel-therapist-description {
    margin-top: 29px;
}


#top-section-textarea-row > .row:first-child {
    margin-bottom: 37px;
}

#therapeuts-carousel {
    margin-bottom: 40px;
}

.therapist-name {
    font-size: 16px;
    line-height: 20px;
}

.therapist-slide-wrapper img, #sponsors img {
    margin: 0 auto;
}

.carousel-therapist-description {
    text-align: center;
}

#fith-section .slick-prev, #fith-section .slick-next {
    top: 25% !important;
}

.slick-prev, .slick-next {
    height: 48px !important;
    width: 28px !important;
    top: 40% !important;
}

.slick-prev {     
    background: url('../images/Arrow_Left_Turquoise_28X48.png?ver3') no-repeat !important;
}


.slick-next {    
    background: url('../images/Arrow_Right_Turquoise_28X48.png?ver3') no-repeat !important;    
}

.slick-prev:before { 
    content: " " !important;
}

[dir="rtl"] .slick-prev:before { 
    content: " " !important; 
}

.slick-next:before { 
    content: " " !important; 
}

[dir="rtl"] .slick-next:before { 
    content: " " !important; 
}

#third-section .row.white h3.roboto-light {
    padding: 0px 25px 30px 25px;
    font-size: 1.571em;
    line-height: 1.3em;
}

#steps-section {
    padding: 80px 0;
}

#steps-section .header {
    font-size: 2.500em;
}

.steps {
    margin-bottom: 40px;
}

.steps-row {
    margin-top: 50px;
}

.steps-icons {
    width: 144px;
    margin: 0 auto;
}

.steps-title {
    font-size: 1.34em;
    line-height: 1.2em;
    height: 44px;
    width: 214px;
    margin: 60px auto 40px auto;
}

.steps-desc {
    width: 222px;
    margin: 0 auto;
    font-size: 1.14em;
    line-height: 1.28em;
}

.steps-arrow {
    width: 44px;
    position: absolute;
    top: 50px;
    right: -20px;
}

#steps-start-therapy {
    padding-top: 60px;
    padding-bottom: 25px;
}

#giftcard-section {
    padding: 80px 0;
    border-bottom: 1px solid #9F9F9F;
}

#giftcard-section .header {
    font-size: 2.500em;
}

.giftcard-content {
    margin: 60px 0;
}

.giftcard-title {
    text-transform: uppercase;
    color: #306780;
    font-size: 1.8em;
    line-height: 1em
}

.giftcard-tagline {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.giftcard-text {
    font-family: 'Roboto';
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 60px 0;
}

.cards-img {
    max-height: 348px;
    float: right;
}

#forth-section {
    padding: 80px 0px;
}

#forth-section .header {
    font-size: 2.500em;
}

.left-bottom-border {
    border: 5px solid #65cbcb;
    border-top: none;
    border-right: none;
}

.right-border {
    border-right: 5px solid #65cbcb;
}

.comments-carousel .slick-prev {     
    background: url('../images/Arrow_Left_White_28X48.png?ver3') no-repeat !important;
}


.comments-carousel .slick-next {    
    background: url('../images/Arrow_Right_White_28X48.png?ver3') no-repeat !important;    
}

.comments-carousel .user-review-stars.selected {
    margin-top: 10px;
}

.therapist-carousel.slick-initialized.slick-slider {
    margin-bottom: 10px;
}

.slick-prev {
    left: -4% !important;
}

.slick-next {
    right: -4% !important;
}

.comments-carousel .slick-prev {
    left: -5% !important;
}

.comments-carousel .slick-next {
    right: -5% !important;
}

.therapist-carousel .picture-area, .carousel .picture-area  {
    margin-top: 10px;
}

.therapist-carousel .row.nomargin .row .white, .carousel .row.nomargin .row .darkGrey {
    line-height: 1.429em;
    font-size: 1.143em;
}

#fith-section .comments-carousel {
    margin-bottom: 100px;
}

label[for="r-terms"] {
    font-size: 0.8em;    
}

.comment-by-user {
    margin-top: 20px;
    font-size: 1.143em;
    line-height: 1.143em;
}
.roboto-bold {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 500;   
}
.roboto-light {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 300;   
}
.roboto-light-italic {
    font-family: 'Roboto', serif;
    font-style: italic;
    font-weight: 300;   
}

.roboto-bold-italic {
    font-family: 'Roboto', serif;
    font-style: italic;
    font-weight: 500;   
}

#forums {
    background: #F2EEEB;
    color: #7F7F7F;    
}
#forums-title h2{
    font-size: 2.857em;
    margin-top: 42px;
}
#forums-description h3{
    font-size: 1.571em;
    line-height: 1.364em;
    margin-top: 15px;
    margin-bottom: 35px;
}

.forums-bubble {
    margin-top: 20px;
    margin-bottom: 20px;
}
.forums-bubble-wrapper {
    position: relative;
    background: #F2EEEB;
    border: 5px solid #64CCCD;   
    padding: 15px 20px; 
}

#canvas {
    position: absolute;
    top: 0px;
    left: 0px;
}

#canvas-container {
    position: relative;
    top: 7px;
    margin-top: -28px;
    height: 28px;
}


#second-canvas-container {
    margin-left: -8px;
    width: 28px;
}

#third-canvas-container {
    margin-top: -8px;
    height: 28px;
}

.forums-bubble-wrapper:after, .forums-bubble-wrapper:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.forums-bubble-wrapper:after {
    border-color: rgba(242, 238, 235, 0);
    border-right-color: #F2EEEB;
    border-width: 15px;
    margin-top: -15px;
}
.forums-bubble-wrapper:before {
    border-color: rgba(98, 198, 200, 0);
    border-right-color: #64CCCD;
    border-width: 22px;
    margin-top: -22px;
}
.forums-bubble.alt .forums-bubble-wrapper {
    border-color: #EF7A70;   
}
.forums-bubble.alt .forums-bubble-wrapper:before {
    border-right-color: #EF7A70;
}


.forums-bubble-title h3{
    font-size: 1.857em;
    color: #7F7F7F;
    line-height: 1.154em;
    margin-bottom: 5px;
}
.forums-bubble-therapist {
    font-size: 1.500em;
    line-height: 1.4em;
}
.forums-bubble-wrapper, .forums-bubble-explore {
    min-height: 165px;
}
.forums-bubble-explore {
    background: #64CCCD; 
    color: #FFFFFF;   
    font-size: 1.429em;
    padding: 19px 24px;
}
.forums-bubble-explore a {
    color: #FFFFFF;
    text-decoration: none;
}
.forums-bubble.alt .forums-bubble-explore {
    background: #EF7A70;    
}
#forums-explore {
    background: #FFC126;
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.214em;
    
}
#forums-explore a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 11px 15px;
    display: inline-block;
    width: 100%;
}

.glyphicon-star {
    font-size: 1.7em;
}

.border-box {
    border: 5px solid #ffffff;
}

#devices {
    margin-top: 25px;
}

#footer {
    background: #FFFFFF;
    font-size: 1.143em;
    color: #9F9F9F;
    outline: 0;
}
#footer-page-links {
    margin-top: 44px;
} 
#footer-social-links {
    margin-top: 29px;
    margin-bottom: 27px;
}
#footer-description {
    margin-bottom: 53px;
    line-height: 1.5em;
}

#footer-page-links a {
    color: #9F9F9F;
    text-decoration: none;
}

#footer-page-links .row-fluid > div {
    border-left: 1px solid;
}
#footer-page-links .row-fluid > div:first-child {
    border-left: 0;
}

#third-section #app-store-row {
    margin-top: 35px; 
}

.navbar-collapse {
    border: none;
    box-shadow: none;
}

.navbar-toggle {
    margin-top: 17px;
    padding: 11px 10px;        
}

.navbar {
    margin-bottom: 14px;
}
.navbar-brand {
    padding: 11px 15px;
}

.navbar-nav > li > a {
    cursor: pointer;
}

navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #ffffff 0px, #e2e2e2 100%);
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #65cbcb;
}

navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #65cbcb 0px, #65cbcb 100%);
    color: #ffffff;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0) inset;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

#navbar-collapse-1 ul.nav.navbar-nav {
    margin-top: 10px;
}


#third-section .trade {
  font-size: 0.6em;
  left: -2px;
  position: relative;
  top: -7px;
  vertical-align: top;
}

.trade {
    font-size: 0.6em;
    position: relative;
    top: -15px;
    padding-left: 5px;
}


#forth-section .row .description {
    padding: 15px 59px;
    font-size: 1.571em;
    line-height: 1.273em;
}

.btn {
    border-radius: 0px;
}

.btn-info {
  background-image: linear-gradient(to bottom, #65cbcb 0px, #65cbcb 100%);
  background-repeat: repeat-x;
  border: none;
}

.btn-info:hover, .btn-info:focus {
  background-color: #65cbcb;
  background-position: 0 0;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
}

.second-header {
    font-size: 2.143em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.second-description {
    font-size: 1.429em;
    line-height: 1.3em;
}

.action-button {
    padding-top: 10px;
    padding-bottom: 25px;
}

a:focus {
    outline: none;
}


.forums-bubble-avatar {
    margin-top: 10px;
}

.explore-link {
    padding-bottom: 10px;
} 

#registration-lightbox .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    margin-top: -20px;
}

#privacy-guarantee {
    margin-top: 5px;
}

#rl-top {
    background: transparent;
}
#rl-wrapper {
    font-size: 16px;
}
#rl-close-dialog {
    color: #FFFFFF;
    font-size: 25px;
    text-decoration: none;
    /*position: absolute;
    right: -41px;
    top: -48px;*/
    
    /*color: #000000;
    right: 5px;
    top: 0;*/    
}

#rl-bubble{
    position: relative;
    background: #FFFFFF;
    color: #ACACAC;
    margin-bottom: 5px;
}
#rl-bubble:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 21px;
    margin-left: -21px;
}

#rl-bubble .rl-frm-txt {
    border: 0;
    padding: 0;
    margin: 0; 
    width: 100%;
    height: 32px;
    outline: 0;
}
 .checkbox label {
     min-height: 0;
 }

.rl-frm-txt::-webkit-input-placeholder {
    color: #ACACAC;
}

.rl-frm-txt::-moz-placeholder {
    color: #ACACAC;
}

.rl-frm-txt:-ms-input-placeholder {
    color: #ACACAC;
}

.rl-frm-txt:-moz-placeholder {
    color: #ACACAC;
}

#rl-bubble {
    padding-top: 5px;
}

#rl-bubble .row .rl-frm-row {
    padding: 5px 20px;
    border-top: 1px solid #E0E0E0;
}

#rl-bubble .row:first-child .rl-frm-row {
    border-top: 0;
}

#rl-bubble .rl-frm-row.terms {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.checkbox {
    margin-top: 8px;
}

#rl-bubble .rl-frm-row.terms a {
    color: #ACACAC;
    text-decoration: underline;
}

#rl-bubble .rl-frm-row.terms input {
    margin: 2px 10px 0 0;
    padding: 0;
    outline: 0;
}

#rl-bottom {
    color: #FFFFFF;
    margin-top: 40px;
}

#rl-bottom a {
    text-decoration: none;
    color: #FFFFFF;
}

#rl-bottom #rl-register-btn {
    margin: 18px 0;
    padding: 11px 8px;
    background: #FDC13B;
    display: block;
    text-decoration: none;
    font-size: 20px;
}

#rl-bottom #rl-register-btn img {
    display: none;
    margin-left: 10px;
    vertical-align: baseline;
}

#rl-errors {
    display: none;
}

#rl-errors > div {
    background: #661414;
    color: #F3D8D8;
    padding: 8px;
}

#rl-errors ul {
    
    padding: 8px;
    
    margin: 0;
}

#rl-errors ul li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 0.85em;
}

body.modal-open {
    overflow: hidden;
}

.user-review-description, .user-review-comment {
    font-size: 1.5em;
    line-height: 1.6em;
}


.navbar-nav > li {
    float: left;
    outline: none;
    border: none;
}

.navbar-nav > li > a{
    padding-left: 30px;
    padding-right: 30px; 
}

hr { 
    margin: 1.7em 0 1.25em;
}

#triangle-couples-therapy {
    position:absolute;
    right: 0;
    top:0;
    font-size: 1.429em;
    width: 0px; 
    height: 0px; 
    border-style: solid; 
    border-width: 0 85px 85px 0; 
    border-color: transparent #65cbcb transparent transparent;
}

#triangle-couples-therapy h3 {
    
    text-align: center;
    height: 85px;
    left: -7px;
    margin: 0;
    position: relative;
    text-align: center;
    top: 10px;
    width: 85px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
}

.registration-title {
    color: white;
    position: absolute;
    font-family: Roboto;
    font-size: 1.28em;
    left: 34%;
}

.footer-menu {
    text-align: center;
}

.footer-links {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 20px;
    border-right: 1px solid #9F9F9F;
}

.footer-links:last-child {
    border-right: 0;
}

.footer-links a {
    color: #9F9F9F;
}