@charset "utf-8";

/***********************************************************************************************
COLOR PALLETTES

GREEN: #99ca3c;
BLUE: #29a4c4;
DARK GREY: rgb(61, 61, 61);
************************************************************************************************/
/***********************************************************************************************
FONT INFORMATION


************************************************************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input {}

input,
select {
  vertical-align: middle;
  margin: 0 auto;
  border: none;
  width: 295px;
  margin: 5px auto;
  padding-left: 5px;
  border: none;
  color: #BCBCBC;
}

input:focus {
  outline: none !important;
  box-shadow: 0 0 10px #719ECE;
}

input[type="text"] {
  color: #BCBCBC;
  width: 285px;
  margin: 5px auto;
  padding-left: 5px;
}

input[type=submit] {
  width: 300px;
  margin: 5px auto;
  padding: 0;
  cursor: pointer;
}

input[type=submit],
textarea {
  background-color: transparent;
  font-size: 18px;
  color: #fff;
}

input[type="text"],
textarea {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  border: 1px solid #DDDDDD;
  outline: none;
  padding: 0;
  margin: 0;
  height: 26px;
  width: 300px;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 0;
  margin: 0;
  height: 26px;
  width: 300px;
  border: 1px solid rgba(81, 203, 238, 1);
}

/* end of reset */
/* end of reset */
/* end of reset */

body {
  font-size: 62.5%;
  /**/
  font-family: 'Muli', sans-serif;
  text-shadow: 2px 2px 1px hsla(0, 0%, 50%, .08);
  background: #fff;
  background-image: url(_RJ/images/background_tile_01.jpg);
  background-repeat: repeat;
}

a {
  color: #99ca3c;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

a.opacity:hover {
  opacity: .5;
}

.sitecontainer {
  width: 100%;
  max-width: 1920px;
  min-width: 900px;
  min-height: 580px;
  background: transparent;
  margin: 0 auto;
}

/* .contentcontainer serves to create a fixed-width, centered container. It is used inside the "bgrext" styles.*/
.contentcontainer {
  width: 960px;
  background-color: transparent;
  margin: 0px auto;
}

.branches {
  width: 94%;
  margin: 3%;
  padding: 7px 0 0 0;
  height: 320px;
  background-color: transparent;
  background-color: #282828;
  border: 4px solid #29a4c4;
  border-radius: 12px;
  position: relative;
  text-align: center;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.branches:hover {
  background-color: #99ca3c;
  border: 4px solid #3D3D3D;
}

.branches .title {
  font-size: 3.5em;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: .9;

}

.branches .subtitle {
  font-size: 2.6em;
  color: #fff;
  letter-spacing: 13px;
  text-align: center;
  margin: 0;
  line-height: .9;
}

.branches .button {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.branches img {
  margin: 0 auto;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

.column {
  float: left;
  padding: 0;
  width: 320px;
  min-width: 160px;
  height: auto;
  height: 380px;
  background-color: transparent;
  margin-bottom: 20px;
}

p {
  color: #8e8e8e;
  font-size: 14px;
}

.descript {
  padding: 10px 20px 0 20px;
  line-height: 1.3;
}

#slider {
  width: 1500px;
  height: 360px !important;
  border-radius: 5px;
  position: relative;
  z-index: 9998;
  margin: 0 auto;
  position: relative;
}

#slider ul {
  width: 1500px;
  height: 360px;
}

.color_green {
  color: #99ca3c;
}

.color_blue {
  color: #29a4c4;
}

.color_medgrey {
  color: #8e8e8e;
}

.color_red {
  color: red;
}

.color_white {
  color: #fff;
}

/* the "bgrext" (background extension) styles are intended to provide backgrounds that extend the full width */
/* of the browser. The "contencontainer" style is used to provide the fixed-width centered, */
/* container that the bulk of the actual content sits within. */

.bgrext {
  background-color: #3d3d3d;
  width: 100%;
  border-bottom: 6px solid #99ca3c;
}

/* this serves to extend containing rectangle to browser's width*/
.bgrextgray {
  background-color: #3d3d3d;
  width: 100%;
}

.bgrextwhite {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.bgrextgreen {
  background-color: #99ca3c;
  width: 100%;
  margin: -3px 0 20px 0;
  position: relative;
  z-index: 9999;
}

.header {
  background-color: #3d3d3d;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0px;
}

.headermenu {
  position: absolute;
  top: 11px;
  right: 50px;
  background-color: transparent;
  width: 60%;
  text-align: right;
  color: #99ca3c;
  font-size: 17px;
}

.footerbgrext {
  background-color: #3d3d3d;
  width: 100%;
  clear: both;
  padding: 15px 0 10px 0;
}

.footerphone {
  float: left;
  width: 52%;
  font-size: 6em;
  color: white;
  line-height: .6;
  font-weight: bold;
  letter-spacing: -2px;
}

.footermail {
  float: right;
  width: 38%;
  border-left: 4px solid #99ca3c;
  padding-left: 10px;
  /*background-color:aqua;*/
}

.footermenu {
  background-color: transparent;
  width: 100%;
  text-align: center;
  clear: both;
  font-size: 14px;
  margin: 25px 0 5px 0;
  color: #99ca3c;
  line-height: 2;
}

.footermenu a {
  margin: 0 25px
}

.footercopyright {
  text-align: center;
  clear: both;
  font-size: 12px;
  color: #fff;
}


/* these are the background-image-swap styles for the buttons on index.php and book.php*/
.ind {
  background-image: url(../images/btn_select_IND.png);
  width: 168px;
  height: 42px;
  margin: 0 auto;
}

.ind:hover {
  background-image: url(../images/btn_select_IND_hover.png);
}

.corp {
  background-image: url(../images/btn_select_CORP.png);
  width: 168px;
  height: 42px;
  margin: 0 auto;
}

.corp:hover {
  background-image: url(../images/btn_select_CORP_hover.png);
}

.book {
  background-image: url(../images/btn_select_BOOK.png);
  width: 168px;
  height: 42px;
  margin: 0 auto;
}

.book:hover {
  background-image: url(../images/btn_select_BOOK_hover.png);
}

/* the following styles are for rollover buttons on the start.php, addervice.php, and commit.php pages */
.indbasic {
  background-image: url(../images/ind/btn_basicSignup_IND.png);
  width: 118px;
  height: 30px;
  margin: 0 auto;
}

.indbasic:hover {
  background-image: url(../images/ind/btn_basicSignup_IND_hover.png);
}

.indDIY {
  background-image: url(../images/ind/btn_DIYSignup_IND.png);
  width: 118px;
  height: 30px;
  margin: 0 auto;
}

.indDIY:hover {
  background-image: url(../images/ind/btn_DIYSignup_IND_hover.png);
}

.indFinish {
  background-image: url(../images/ind/btn_finishSignup_IND.png);
  width: 151px;
  height: 38px;
  /*margin:0 auto;*/
}

.indFinish:hover {
  background-image: url(../images/ind/btn_finishSignup_IND_hover.png);
}

.indLive {
  background-image: url(../images/ind/btn_liveSignup_IND.png);
  width: 118px;
  height: 30px;
  margin: 0 auto;
}

.indLive:hover {
  background-image: url(../images/ind/btn_liveSignup_IND_hover.png);
}

.indValue {
  background-image: url(../images/ind/btn_valueSignup_IND.png);
  width: 118px;
  height: 30px;
  margin: 0 auto;
}

.indValue:hover {
  background-image: url(../images/ind/btn_valueSignup_IND_hover.png);
}

/* styles exclusive to start page */
.startbuttonswrapper {
  width: 260px;
  margin: 15px auto;
  height: auto;
}

.startbuttonouter {
  float: left;
  width: 52px;
  text-align: center;
  /*border:1px dotted red;*/
}

.startbutton {
  width: 40px;
  height: 40px;
  background: #99ca3c;
  padding: 3px;
  margin: 0;
  border: 3px solid #99CA3C;
  border-radius: 50%;
  overflow: visible;
  display: table-cell;
  vertical-align: middle;
  clear: both;
}

.startbutton span {
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: white;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.startbuttonouter p.subtitle {
  padding-top: 3px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  color: #8e8e8e;
}

.startellipses {
  width: 40px;
  height: 40px;
  padding: 12px 3px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #333333;
  margin: 0;
  overflow: visible;
  display: table-cell;
  vertical-align: middle;
  float: left;
}

h2.start {
  Font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 15px;
}

h3.start {
  font-size: 42px;
  color: #a0a0a0;
  text-align: center;
  margin: 10px;
  font-weight: normal;
}

h4.start {
  font-size: 24px;
  color: #e3e3e3;
  text-align: center;
  margin: 10px;
  font-weight: normal;
}

.indprice {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.indpricesub {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  padding-left: 8px;
  line-height: 1.4;
}

.indlist {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  margin-left: 20px;
  margin-top: 6px;
}

.indlist li {
  margin-left: 4px;
  margin-top: 6px;
  font-weight: bold;
}

.indmedwell {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin: -5px 0 0 0;
}

.indmedwellmain {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
}

.indmedwellsub {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}

.indbasic {
  background-image: url(../images/ind/btn_basicSignup_IND.png);
  width: 118px;
  height: 30px;
  margin: 0 auto;
}

.indbasic:hover {
  background-image: url(../images/ind/btn_basicSignup_IND_hover.png);
}


.indtile {
  background: #99ca3c;
  border: 6px solid #e3e3e3;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.indtile:hover {
  background-color: #29a4c4;
  border: 6px solid #a0a0a0;
}

.BASICtile {
  width: 400px;
  height: 280px;
  margin: 0 auto;
}

.DIYtile {
  width: 270px;
  height: 390px;
  padding: 0;
  margin: 10px 5px 5px 10px;
  float: left;
}

.LIVEtile {
  width: 270px;
  height: 390px;
  padding: 0;
  margin: 10px 10px 5px 5px;
  float: left;
}

.ALLtile {
  width: 562px;
  height: 370px;
  padding: 0;
  margin: 5px 10px 10px 10px;
  float: left;
}

.formTile {
  background: #fff;
  border: 6px solid #e3e3e3;
  border-radius: 8px;
  position: relative;
  z-index: 2
}

.formLeft {
  float: left;
  height: 480px;
  width: 480px;
  margin: 30px 0 0 0px;
  border-radius: 50%;
  background: #ffffff url('../images/registering_circle.png') no-repeat center center;
  background-position: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.formLeft:hover {
  float: left;
  height: 480px;
  width: 480px;
  margin: 30px 0 0 0px;
  border-radius: 50%;
  background: #ffffff url('../images/registering_circle.png') no-repeat center center;
  background-position: -480px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.formRight {
  width: 415px;
  float: left;
  margin: 50px 0 5px 15px;
}

.formButton_contain {
  width: 300px;
  background-color: #fff;
  height: 27px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.formButton_contain:hover {
  width: 300px;
  background-color: #fff;
  height: 27px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.formButton_contain_accept {
  background-color: transparent;
  height: 20px;
  border: none;
  font-size: 15px;
  margin-bottom: 5px;
  width: 320px;
  border-radius: none;
  box-shadow: none;
  margin-left: 45px;
}

.formButton_contain_submit {
  width: 300px;
  background-color: #29a4c4;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.formButton_contain_submit:hover {
  width: 300px;
  background-color: #99CA3C;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

/* the #form ID is applied to the site container on the registration page to style text on that page without affecting other pages*/
#form {
  font-size: 12px;
  color: #3d3d3d;
}

#form p {
  font-size: 14px;
  color: #8e8e8e;
}

#form h1 {
  font-size: 48px;
  color: #3d3d3d;
  text-align: center;
  margin: 10px;
  font-weight: bold;
}

#form h2 {
  font-size: 13px;
  color: #e3e3e3;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
}

#form p {
  font-size: 12px;
  color: ##3d3d3d;
  text-align: left;
  margin: 10px;
  font-weight: normal;
}

.formHeader {
  color: #29a4c4;
  font-weight: bold;
  font-size: 14px;
  padding-left: 45px;
}

.clearboth {
  clear: both;
}

.clearright {
  clear: right;
}

.clearleft {
  clear: left;
}

.break {
  display: block;
}

.confirm_purchase_button {
  background: url(../images/btn_finishSignup_IND.png) no-repeat center center;
}

.confirm_purchase_button:hover {
  background: url(../images/btn_finishSignup_IND_hover.png) no-repeat center center;
}