/* THEME COLORS
*   blue: 009EE3
*   purple: E5007D
*   yellow: FFE000
*   red: BA1324
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    color: #555555;
    font-family: Arial,sans-serif;
    font-size: 14px;
}

.clear {
    clear: both;
    display: block;
}

/* HEADER */

#header {
    background: none repeat scroll 0 0 #000000;
    height: 12%;
}

.tagline {
    color: #999999;
    display: block;
    float: left;
    font-size: 30px;
    margin: 26px 0 0 10px;
}

#menu {
    background: #e81b48; /* Old browsers */
    background: -moz-linear-gradient(top,  #e81b48 0%, #d82032 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e81b48), color-stop(100%,#d82032)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e81b48 0%,#d82032 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e81b48 0%,#d82032 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e81b48 0%,#d82032 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e81b48 0%,#d82032 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81b48', endColorstr='#d82032',GradientType=0 ); /* IE6-9 */
    border: medium none;

    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    top: 69px;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul.container {
    margin-left: auto;
    margin-right: auto;
}

#menu ul li:first-child {
    border-left: 1px solid red;
}

#menu ul li {
    border-right: 1px solid red;
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
    width: 11%;
    padding: 5px;
}

#menu li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #F3F3F3;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 12px 0 0;
}

#menu li a:hover{
    color:#000;
}

#menu .dropdown-menu {
    background-clip: padding-box;
    background: #e81b48; /* Old browsers */
    background: -moz-linear-gradient(top,  #e81b48 0%, #d82032 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e81b48), color-stop(100%,#d82032)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e81b48 0%,#d82032 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e81b48 0%,#d82032 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e81b48 0%,#d82032 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e81b48 0%,#d82032 100%); /* W3C */
    border: 1px solid red;
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /*display: none;*/
    float: left;
    left: 0;
    list-style: none outside none;
    min-width: 160px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}


#menu ul.dropdown-menu {
    margin-left: -1px;
    padding-right: 10px;
}

#menu ul li.dropdown-item {
    border-bottom: 1px solid red;
    border-right: 0px;
    float: none;
    list-style: none;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0 10px 0 0;
}

#menu ul li.dropdown-item:first-child {
    border-left: 0px;
}

#menu ul li.dropdown-item a {
    padding-left: 10px;
}

.login {
    background: none repeat scroll 0 0 #DA1A41;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 1px #FF0000;
    color: #F3F3F3;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 1%;
    margin-top: 21px;
    overflow: hidden;
    padding: 5px 15px;
}

.switch-bar {
    margin-right: 10px;
    margin-top: 17px;
}

.switch-bar .user-connected {
    color: #999999;
    float: left;
    margin: 10px 5px;
}
/* HEADER */

.hero-unit h1 {
    color: #BA1324;
    font-size:50px;
}

.ads-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.ads {
    background: #bbb;
    border-radius: 10px; 
    color: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;  
    width: 90%; 
}

.ads-margin-top
{
    margin-top: 70px; 
}


/* 1, 2, 3 */
.step-number {
    color: #BA1425;
    float: left;
    font-size: 56px;
    font-weight: bold;
    margin-left: 14px;
    margin-top: 8px;
    padding: 0 8px 0 0;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.stepb {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 12px 12px 12px 12px;
    padding: 20px 0;
}

#home-steps .step p {
    color: #8C8C8C;
    float: left;
    font-size: 12px;
    margin: 0 0 0 15px;
    text-align: left;
}

.step-title {
    padding-top: 10px;
}

.register {
    margin-top: 25px;
    position: relative;
    text-align: center;
}

.register .bt{
    /* background: linear-gradient(to bottom, #C6DD71 0%, #6E8916 100%) repeat scroll 0 0 #98B141; */
    background: #86A31E;
    border: 4px solid #eee;
    border-radius: 10px;
    color: #FFFFFF; /*#D92033*/
    font-size: 20px;
    height: 1%;
    margin-left: -280px;
    overflow: hidden;
    padding: 11px 46px;
    transition: all 0.2s ease 0s;
}

#printReg
{
    width: 350px;
    margin-top: -23px;
    margin-left: 200px;
}

.bt {
    background: none repeat scroll 0 0 #DA1A41;
    border-radius: 6px;
    border: none;
    color: #FFFFFF; /*#D92033*/
    font-size: 20px;
    height: 1%;
    margin-top: 21px;
    overflow: hidden;
    padding: 9px 27px;
    transition: all 0.2s ease 0s;
}

.bt-title {
    background: none repeat scroll 0 0 #a61735;
    background: -moz-linear-gradient(left, #ea0188 0%, #a61735 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea0188), color-stop(100%,#a61735)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ea0188 0%,#a61735 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ea0188 0%,#a61735 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ea0188 0%,#a61735 100%); /* IE10+ */
    background: linear-gradient(to right, #ea0188 0%,#a61735 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0188', endColorstr='#a61735',GradientType=1 ); /* IE6-9 */
    border: 4px solid #eee;
    border-radius: 10px;
    color: #FFFFFF; /*#D92033*/
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease 0s;
}

.bt-info {
    background-color: #00aeef;
}

.bt-small {
    font-size: 11px;
    padding: 5px 15px;
}

.bt:hover, .bt:hover{
    text-decoration: none;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.4) inset;
    color:#fff;
}

.register a.button {
    left: 392px;
    position: absolute;
    top: 19px;
    z-index: 1;
}

.separator {
    background: url("../img/line-red.gif") no-repeat scroll center center transparent;
    margin: 50px 0 35px;
    text-align: center;
    width: 100%;
}

.separator.separator-grey {
    background: url("../img/line-grey.png") no-repeat scroll center center transparent;
}

.thumbs-up {
    background: none repeat scroll 0 0 #FFFFFF;
    margin:0 auto;
    width: 240px;
}

/* Advantages */
ul.tick li {
    padding-left: 27px;
}

ul.advant li {
    background: url("../img/tick.png") no-repeat scroll 0 0 transparent;
    list-style: none;
}

/* FOOTER */
footer p{
    color: red;
    font-weight: bold;
}

.clearboth {clear:both;}


/* FORM */
.subt {
    color: #FF0000;
    font-weight: bold;
    font-size: 16px;
}

#design-labels {
    margin: 0 50px;
}

#design-labels .controls > *,
#design-labels textarea {
    width: 100%;
    resize: none;
}

#design-form button {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
}

.form-horizontal.left-labels .control-label{
    text-align:left;
}

/* TABLES */
.printtable table {
    
}
.printtable table thead th {
    background-color: #999999;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
}

.printtable table th, .printtable table td {
    text-align: center;
}

.printtable table.items tbody tr.even td {
    background-color: #eaeaea;
}

.printtable table th a {
    color: #FFFFFF;
}

.table.center th, 
.table.center td {
    text-align: center;
}

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

div.form .hint
{
    margin: 0;
    padding: 0;
    color: #999;
}

div.wide.form .hint
{
    clear: left;
    padding-left: 110px;
}

.hero-unit { /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */ /* W3C */ /* IE6-9 fallback on horizontal gradient */
    color: inherit;
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    padding: 20px 0 0 20px;
    background: url('../img/home.png') no-repeat;
    min-height: 340px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.sel-quote {
    background: none repeat scroll 0 0 #fff101;
}

.rate-label {
    float: left;
    margin-right: 5px;
    min-width: 120px;
}

.nav-pills > li > a {
  color: #FF0000;
  text-decoration: none;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #FF0000;
}

.left-btn {
    position:absolute;
    bottom: 0;
    right: 0;
}

.static_bg {
    width: 100%;
    height: 100%;
    
    background: none url('../img/static_bg') no-repeat left top;
}

.static-block .well {
    padding: 0;
}

.static-block .step-container:first-of-type {
    margin-left: 0;
}

.static-block .step-container img {
    width: 100%;
    height: 100%;
}

.static-block p {
    text-align: justify;
}

.static-block h3 {
    line-height: 20px;
}

.static-block .half-bold {
    font-weight: bold;
    color: #555555;
}

.static-block .red {
    color: #D82032;
}

.static-block .title.blue {
    color: #009EE3;
}

.static-block .title.purple {
    color: #E5007D;
}

.static-block .title.yellow {
    color: #FFE000;
}

.static-block .title.red {
    color: #BA1324;
}

.static-block ul.checked {
    list-style: none;
}

.static-block .icon-ok {
    color: #BA1324;
}

#myPictures {
    margin-left: 15px;
}

#myPictures div.avatar-wrapper {
    cursor: pointer;
    float: left;
    margin-left: 15px;
}

#myPictures div.activeAvatar{
    box-shadow: 0px 0px 10px #00FF00;
}

.portrait {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
    width: 130px;
    height: 130px;
}

.text-bold {
    font-weight: bold;
}

.contact-right {
    display: table;
}

.bg-top-right {
    background: url('../img/bg_top_right.png') top right no-repeat;
    background-size: 50% auto;
}

.bg-bottom-left {
    padding-top: 200px;
    background: url('../img/bg_bottom_left.png') bottom left no-repeat;
    background-size: 50% auto;
}

.dl-horizontal {
    display: table;
}

.dl-horizontal dt {
    text-align: left;
}

.dl-horizontal hr {
    margin: 0;
    margin-top: 10px;
}

input[disabled].as-active,
select[disabled].as-active,
textarea[disabled].as-active,
input[readonly].as-active,
select[readonly].as-active,
textarea[readonly].as-active {
    cursor: pointer;
    background-color: #ffffff;
}