﻿/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  font-family:Arial;
  line-height: 1.42857143;
  color: #333333;
  background-color:#f6f6f6;
  background-image:url(../images/background.png);
  background-repeat :repeat;
  cursor:default;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
/*a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}*/
a:focus {
  outline:0;  
}
figure {
  margin: 0;
}
img {
 /* vertical-align: middle;*/
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
	color: #808080;
	font-size: 75%;    
    padding-left: 4px;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight:bold;
  letter-spacing:1px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  
	/*background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 10px;
    text-shadow: 1px 1px 0 #FFFFFF;*/
}
.form-control:focus {
 /* border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
   background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
    outline: 0 none;
}
.form-control::-moz-placeholder {
  font-size:12px; font-weight:normal; letter-spacing:0px; color:#999;
  opacity: 1; 
}
.form-control:-ms-input-placeholder {
  font-size:12px; font-weight:normal; letter-spacing:0px; color:#999;
}
.form-control::-webkit-input-placeholder {
  font-size:12px; font-weight:normal; letter-spacing:0px; color:#999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.form-group {
  margin-bottom: 30px;
}


.msgbox
{
	border:solid 0px red;
	height:40px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.loginbox
{
	/*height:290px;*/
	/*position:absolute;*/
	/*top:50%;
	margin-top:-200px;*/
	border:solid 1px #cccccc;
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 10px #b2b2b2;
	-moz-box-shadow:0px 0px 10px #b2b2b2;
	box-shadow:0px 0px 10px #b2b2b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 }
 .logodiv
 {
 	/* height:60px; 	 
 	 margin-bottom:20px;*/
 }
 .logodiv a{display:inline-block;}
 .logodiv img
 {
     height:100%;
     width:auto;
   
 }
 .login-head
 {
     font-family:Tahoma;
 	border-bottom:solid 1px #ddd;
 	background-color:#f6f6f6;
 	height:auto;
 	font-size:18px;
 	font-weight:normal;
 	color:#999;
 	display:block;
 	text-align:center;
 	letter-spacing:1px; 	
 	padding:10px 20px;
 	margin-bottom:30px;
 	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 	text-shadow: 1px 1px 0px #fff;
 }
 .reset-head
 {
 	height:auto;
 	font-size:18px;
 	font-weight:normal;
 	color:#333;
 	display:block;
 	text-align:left;
 	letter-spacing:1px; 	
 	padding:10px 20px;
 	margin-bottom:30px;
 	
 	text-shadow: 1px 1px 1px #fff;
 }
 
.right_panel
{
     border-right:solid 0px #ddd;
     background-image:url(../images/devieder.png);
     background-position:right top;
     background-repeat:no-repeat;
     padding:0px 0px;
}
 
 .divbox
{
	 
}
.bottom-text
{
	font-size:12px;	
	padding:5px 0px 0px 0px;
	display:block;
	color:#888;
	text-shadow:1px 1px 0px #fff;
}
.divbox .text
{
	font-size:12px;
	color:#333;
	padding:0px 0px 1px 0px;
	display:inline-block;
	letter-spacing:1px;
	text-shadow:1px 1px 0px #fff;
    float:right;
    font-family:Tahoma;
}
.divbox a.text
{
	padding:0px 4px;
	margin-bottom:2px;
	border-radius:3px;
	text-shadow:1px 1px 0px #fff;
}
.divbox a.text:hover
{
	background-color:#808080;
	color:#fff;	
	text-shadow:none;
}
 
 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing:1px;
  font-weight:800;
  width:100%;  
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
	 color:#ffffff;
	 
	/*text-shadow: 0px -1px 0px rgba(255,255,255, 0);*/
	
	text-shadow: 0px -1px 0 rgba(0,0,0,0.18);
	
	/*-webkit-box-shadow: 0 1px 0 0px rgba(0,0,0, 0.25) , 0 2px 0 rgba(255,255,255, 0.30), 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25), 0 2px 0 rgba(255,255,255, 0.30), 0 1px 2px rgba(0,0,0, 0.15);*/
    /*box-shadow: 0px 1px 0px rgba(0,0,0, 0.90);*/
    box-shadow: 0px 1px 0px rgba(0,0,0, 0.90), 0 1px 0 rgba(255,255,255, 0.30) inset, 0 1px 0px rgba(0,0,0, 0.15);
    -moz-boxbox-shadow: 0px 1px 0px rgba(0,0,0, 0.90), 0 1px 0 rgba(255,255,255, 0.30) inset, 0 1px 0px rgba(0,0,0, 0.15);
    -webkit-boxbox-shadow: 0px 1px 0px rgba(0,0,0, 0.90), 0 1px 0 rgba(255,255,255, 0.30) inset, 0 1px 0px rgba(0,0,0, 0.15);
}
.btn, .login-head, .massagebox
{
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);*/
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255, 0.30)), color-stop(50%, rgba(255,255,255, 0.15)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 50%, transparent);
    background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 50%, transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 50%, transparent);
    background-image: -o-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 50%, transparent);
    background-image: linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 50%, transparent);
}


.btn-primary {
  color: #ffffff;
 /* background-color: #428bca;
  border-color: #357ebd;*/
  background-color:#49b1e6;
  border-color:#2b96cc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1c92cf;
  border-color: #1a88c0;
}

.massagebox
{
    font-family:Tahoma;
	padding:10px 10px;	
/*	border:solid 1px transparent;*/
	display:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border-radius:5px;
	letter-spacing:1px;
	/*text-shadow: 0px -1px 0 rgba(0,0,0,0.18);*/
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.80);
    -moz-boxbox-shadow: 1px 1px 2px rgba(0,0,0, 0.80);
    -webkit-boxbox-shadow: 1px 1px 2px rgba(0,0,0, 0.80);
    /*position:fixed;
    top:0;
    z-index:99999;*/
}
.msgtext, #validmsg
{
	min-width:220px;
	max-width:400px;
	padding-left:30px;
	width:auto;
	display:inline-block;
}
/*.massagebox .fa
{
	margin:0px 0px 0px 10px;
	font-size:22px;
	color:#f6f6f6;
}*/
.msgsuccess
{
	background-color:#319831;	
}
.msgWarning
{
	background-color:#319831;	
}
.msgfailed
{  font-family:Tahoma;
	background-color:#d00;
	/*border-color:#CC4C43;*/

}
.msgfailed:before, .msgsuccess:before
{
	position:absolute;
	font-family:FontAwesome;		
	font-size:24px;	
	font-weight:bold;
	line-height:16px;
	text-shadow:-1px 1px 1px #000;
}
.msgfailed:before
{
	content:'';
	color:#FEC9C6;
	text-shadow:-1px 1px 1px #800;
}
.msgsuccess:before
{
	content:'';
	color:#CCE5C7;
	text-shadow:-1px 1px 1px #1c581c;
}

/*	Start Create Account	*/
	
.divbox .infotext
{
	text-align:right;
	line-height:28px;
	font-size:12px;	
	font-weight:bold;
	color:#999;
}
.planbox
{
    border:solid 0px #ddd;
    margin-bottom:10px;
    padding:10px 10px 10px 30px;
    cursor:pointer;
    font-size:13px;
    margin-left:20px;
}
/*.planbox:hover
{
    background-color:#f6f6f6;
}*/
.plan_selected
{
	background-color:#017da6;
	color:#fff;
	border-radius:3px;	
}
.unlimitedselect, .plan_selected
{
	background-image: linear-gradient(rgba(255,255,255, 0.10), rgba(255,255,255, 0.10) 40%, transparent);
}
.plan_selected .smalltext2, .plan_selected .smalltext
{
	color:#fff;
}

.planbox input {margin-left:-20px; margin-top:4px; float:left;}

#emailavailabel, #siteavailabel
{
	font-size:20px;
	line-height:normal;
	padding:5px 0px 0px 5px;
	
}

.smalltext, .smalltext2
{
    display:block;
    font-size:11px;   
}
.smalltext{color:#999;}
.smalltext2{color:#666; font-weight:bold;}

.unlimitedtext
{
	display:table;	
	font-size:11px;
	border-radius:2px;
}
.unlimitedselect
{
	background-color:#ff8400;
	color:#fff;
	padding:0px 4px;	
	margin-left:-4px;
	box-shadow:2px 2px 0px #027297;
}

.mostuseplan
{
    font-weight:bold;
    color:Green;
}
.mostuseplanselected
{
	color:#ddd;
	border-bottom:dotted 1px #ddd;
}
.selected_plan_box
{
    border:dashed 2px #666666;
    padding:10px;
    border-radius:3px;
    float:left;
    margin-left:40px;
    margin-top:40px;
}
.selected_plan_head
{
    font-size:13px;
    color:#999;
    display:block;
    padding:0px 4px 0px 4px;
}
.selected_plan_name
{
    font-size:15px;
    font-weight:bold;
    color:#000;
    display:block;
   padding:0px 4px 2px 4px;
   margin-bottom:5px;
}
.selected_plan_info
{
   font-size:12px;
   color:#000;
   display:block;
   padding:3px 4px;
   margin-left:0px;
}
.selected_plan_info .fa{width:20px; display:inline-block;}
/*.selected_plan_info:before
{
    position:absolute;
   font-family:FontAwesome;
   content:'';
   font-size:20px;
   line-height:20px;
   margin-left:-24px;   
   color:#b2b2b2;   
}
*/

#divadmin .form-group{margin-bottom:10px;}
#divadmin .form-control
{
	font-weight:normal;
	font-size:12px;
	letter-spacing:1px;	
	padding:5px 8px;
	height:auto;
	color:#000;
	border-radius:2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#divverifycode .form-control
{
	padding:6px 10px;
	font-size:18px;
	text-align:center;
	font-weight:normal;	
	letter-spacing:1px;		
	height:auto;
	color:#000;
	border-radius:2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.addon
{
	right: 6px;
	padding:6px 0px;
    top: 0px;
    width: 94px;
    position:absolute;
    font-weight:normal;
	font-size:12px;
	letter-spacing:1px;	
	color:#000;
}
.groupinghead {
    border-bottom: 2px solid #999;
    color: #666;
    font-size:14px;
    font-weight:bold;
    /*margin: 0px 20px 20px 20px;    */
    margin-top:0px;
    margin-bottom:20px;
    padding-bottom: 6px;
    padding-left:0px;    
}

.requredfield
{
	background-color: Red;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;    
    margin-left: 7px;
    margin-top: 6px;
    padding: 0px 5px 1px 0px;
    position: relative;
    border-radius:3px;  
}
.requredfield:before
{
	color: red;
    content: "\f0d9";
    font-family: FontAwesome;   
    left: -4px;
    line-height: normal;
    position: relative;
    top: 0;
}
#divadmin .requiredinput
{
	border:solid 1px red;	
	box-shadow:0px 0px 2px red;
}

.verifyhead
{
	padding:3px;
	font-size:12px;
	display:block;
	text-align:center;
	color:#333;
	font-weight:bold;
	letter-spacing:1px;
}
	
/*	End Create Account		*/
#loginbox .helptext
{
	background-color: #f1f9f7;
    border: solid 1px #e0f1e9;
    color: #1d9d74;
    border-radius: 4px;   
    -moz-border-radius:4px;
    -webkit-border-radius:4px; 
    padding: 5px 15px 15px 15px;
    font-size:12px;
    font-family:Arial;
    margin:0px 20px 20px 20px;
}
#errorbox .helptext
{
    background-color: #fbf2f4;
    border: solid 1px #e196a1;
    color: #ba3548;
    border-radius: 4px;    
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding: 5px 15px 15px 15px;
    font-size:12px;
    font-family:Arial;
    margin:0px 20px 20px 20px;
}
#errorbox .form-group label
{
    font-weight:bold;
    padding-bottom:6px;
    display:block;
}
#errorbox .form-group ol
{
     padding-left:20px;
     font-size:13px;
     margin-bottom:30px
}
#errorbox .form-group ol li
{
    padding:2px 6px;
}
#errorbox .form-group ol li a, #errorbox .form-group span a
{
    font-weight:bold;
    color:#666;
    border-bottom:dotted 1px #777;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
#errorbox .form-group ol li a:hover, #errorbox .form-group span a:hover
{
    background-color:#666;
    color:#fff;
}
#errorbox .form-group span
{
    
}
.send_again_box{ /*display:none;*/}
.send_again_box .smalltext
{
     font-size:12px;
     color:#666;
     text-shadow:1px 1px 0px #fafafa;
}
.send_again_box a
{
    padding:1px 4px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    text-shadow:none;
}
.send_again_box a:hover
{
    background-color:#428bca;
    color:#fff;
}
@media (max-width: 767px) {
  .loginbox{
    margin-top:10px;
  }
  .msgbox
  {
  	margin-bottom:0px;
  }
}

/*	Thenk you	*/
.thankyou_text
{
	display:block;
	text-align:center;
	font-size:26px;
}
.thankyou_smalltext
{
	color:#999;
	font-size:13px;
	display:block;
	padding:3px 0px;
}
.thankyou_info
{
	font-weight:bold;
	display:block;
}
/*#left-side span, #right-side span
{
	display:block;	
	padding:4px 10px;
	font-size:14px;
}*/
.left-side
{
	text-align:right;
	color:#666;	
	padding:4px 5px 4px 5px;
	background-color:#EDFAFF;
	font-size:14px;
}
.right-side
{	
	text-align:left;
	font-weight:bold;
	padding:4px 5px 4px 5px;
	font-size:14px;
}

#planinfobox
{
	 margin:10px 0px 5px 0px;
	 border-top:dotted 1px #ddd;
	 border-bottom:dotted 1px #ddd;
}
.gotobtnbox
{
	margin-top:10px;
	margin-bottom:30px;
	/*background-color:transparent;*/
}
.gotobtnbox span
{
	color:Green;
	display:block;	
	text-align:center;
	padding:6px 0px 10px 0px;
}
.gotobtnbox .btn
{
	width:auto;
	padding:6px 50px;
}
.pplan_box
{
    padding:0px;
}

.pplan_box:first-child, .pplan_box:first-of-type
{
    padding-right:15px;
    padding-left:0px;   
}
.pplan_box:last-child, .pplan_box:last-of-type
{
    padding-right:0px;
    padding-left:15px;
}

.plan_mainbox
{
	 margin-top:0px;
	 padding:20px 0px 0px 0px;
/*	 border-top:solid 2px #000;*/
}
.plan_box
{
	min-height:260px;
	height:auto;
	border:dashed 2px #999999;	
	padding:10px 10px;
	text-align:center;
	cursor:pointer;
	position:relative;
}
.plan_box:hover
{
	box-shadow:0px 0px 10px #ccc;
	border:solid 2px #ddd;
}
.active_plan:hover
{
    box-shadow:none;
    border:none;
    /*border:solid 2px #aaa;*/
}
.currentplan{/*border:solid 2px #aaa;*/ border:none;}
.selected_plan
{
    display:none;
    height:100%;	 
	 width:100%;
	 position:absolute;	 
	 text-align:center;
	 top:0px;
	 left:0px; 
	 z-index:999;
	 box-shadow:0px 0px 10px #aaaaaa inset;	
	 cursor:default;	
	 text-align:center;
}
.selected_plan_inner {position:absolute; z-index:999;  height:100%; width:100%;}
.selected_plan .overlay{background-color:#cccccc; z-index:99; opacity:0.7;}
.selected_plan .renew_button_box
{
    display:block;
    text-align:center;    
}
.active_plan {/*border-style:solid;*/ border:none;}

.active_plan .selected_plan{display:inline;}
.renew_button_box label
{
    padding:8px 60px;
    font-size:16px;
    display:inline-block;    
    cursor:pointer;
    border-radius:3px;    
    color:#fff;
    background-color:#00a200;    
    border:solid 1px #009100;
    box-shadow:0px 0px 5px #005e00;
    position:absolute;
    top:50%;
    margin-top:-30px;
    left:50%;
    margin-left:-65px;
    width:160px;
    }
.renew_button_box label:hover
{
    background-color:#006f00;
    color:#fff;
}
.selected_plan_inner .current_btn
{
	position:absolute;
	top:0px;
	right:-9px;
	background-color:#ed9e03;
	color:#fff;
	padding:3px 10px 3px 20px;
	font-size:12px;	
}

.selected_plan_inner .current_btn::before {
    border-right: 10px solid transparent;
    border-top: 10px solid #563901;
    content: "";
    height: 0;
    right: 0;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: -1;
}
/*.current_btn::after 
{
    border-left: 10px solid transparent;
    border-bottom: 10px solid #563901;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 0%;
    width: 0;
    z-index: -1;
}*/

/*.current_btn::after {
    border: medium none;
    box-shadow: none;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 34px;
    position: absolute;
    right: -5px;
    text-shadow: none;
    top: -7px;
}*/


.available, .notavailable
{
    font-size:10px;
    padding:2px 6px;
    color:#ffffff;
    font-family:Arial;
    font-weight:bold;
    border-radius:2px;
    margin-top:2px;
    display:inline-block;
}
.available{background-color:#008000;}
.notavailable{background-color:#ff0000;}

.plan_info_text
{
	 font-size:20px;
	 font-weight:bold;
	 margin-bottom:26px;
}
.plan_amount
{
	display:block;
	font-weight:bold;
	font-size:15px;
	text-align:left;
}
.plan_small_box
{
	height:40px;
	padding:0px 0px 5px 0px;
	border-bottom:dashed 1px #dddddd;
}
.plan_smalltext
{
	font-size:11px;
	color:#999;
	display:block;
	text-align:left;
	padding:0px 0px;
}
.plan_info_box
{
	padding:5px 0px;
	margin:15px 0px;
	text-align:left;
}
.plan_info_box span.info
{
	display:block;
	text-align:left;
	padding:3px 0px 3px 0px;
	font-size:12px;
}
.plan_info_box span.info .fa
{
    width:20px;
    font-size:12px;
}
.other_infobox
{
	height:auto;
	border:solid 1px #98df67;
	background-color:#eefae5;   /*5c832f*/  /*382513*/
	padding:0px;
	line-height:normal;
	border-radius:5px;
}
.other_infobox_heading
{
    font-size:20px;
    color:#ffffff;
    padding:8px 0px;
    text-align:center;
    background-color:Green;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.other_half_inner
{
    padding:10px;
    display:table;
}
.other_halfbox{padding-top:20px; padding-bottom:20px;}
.other_halfbox .fa
{
    font-size:300%;
    float:left;
    width:44px;
    margin-right:20px;
    color:#5c832f;
}
.other_halfbox .text
{
	padding:3px 0px;
	font-size:12px;
	font-size:18px;
	color:#284907;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}


        .renew_main_popup
        {
            position: fixed;
            overflow-y: scroll;
            overflow-x: hidden;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 9999;
        }
        .overlay
        {
            position: absolute;
            background-color: #000;
            height: 100%;
            width: 100%;
            z-index: 1;
            opacity: 0.5;
            left: 0;
            top: 0;
        }
        .renew_main_popup_inner
        {
            background-color: #ffffff;
            border: solid 1px #777;
            border-radius: 5px;
            box-shadow: 0px 0px 10px #555;
            padding: 0px;
            z-index: 2;
            color: #000;
            opacity: 1;
            position: relative;
            top: 20px;
        }
        .renew_main_popup_head
        {
            padding: 10px 20px;
            background-color: #f6f6f6;
            color: #333;
            border-bottom: solid 1px #eee;
            font-size: 16px;
            font-weight: bold;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
        .renew_main_popup_footer
        {
            background-color: #f6f6f6;
            text-align: center;
            padding: 10px 20px;
            
            width: 100%;
            float: left;
            border-top: solid 1px #ddd;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .renew_content_box
        {
            position: relative;
            overflow: auto;
            padding: 0px;
        }
        .renew_content
        {
            height: 100%;
            overflow: auto;
            padding: 20px;
            background-color: #ffffff;
        }
        .renew_content:last-child
        {
            border-left: solid 1px #ddd;
        }
        .renew_content ul
        {
            float:left;
            list-style:none;
            padding:0px;
            margin:0px;  
            font-size:14px;
        }
        .renew_content ul li{line-height:22px; padding:6px 10px 6px 30px; position:relative;}
        .renew_content ul li::before
        {
            position:absolute;
            font-family:FontAwesome;
            font-size:14px;
            left:0px;
            content:'';
            line-height:inherit;
}
        .cleaerdiv
        {
            clear: both;
            width: 100%;
            height: 20px;
            float: left;
        }
        
    

/*.other_halfbox ol
{
	padding-left:10px;
	margin-bottom:0px;
}
.other_halfbox li
{
	padding:3px 3px;
	font-size:12px;
}*/
.faq_box
{
	margin-top:40px;
}

.faq_head, .creditpack_box h2
{
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:5px 0px;	
}
.faq_bigtext
{
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:3px 0px;
	margin-top:20px;
	
}
.faq_smalltext
{
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:0px 0px 2px 0px;
}
.supportmsgtext
{
	font-weight:bold;
	font-size:16px;
	padding:10px 0px 20px 0px;
	display:block;
}
.support_thanktext
{
	  display:block;
	  font-size:12px;
	  padding:30px 10px 0px 10px;
	  color:#666;
}
.support_infotext
{
	 display:block;
	 font-size:12px;
	 padding:5px 10px 0px 10px;
	 color:#666;
}
.support_bottonbox
{
	display:block;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
#gototext{padding:10px 0px 0px 0px; display:block; text-align:center;}

#info-sidebar .form-group
{
	margin-bottom:30px;
	float:left;
	width:100%;
}
#info-sidebar h4
{
	font-size:16px;
	/*margin-left:-18px;*/
	border-bottom:solid 1px #aaa;
	padding-bottom:6px;
	color:#000;
	padding:10px 0px;
	text-shadow:1px 1px 0px #fff;
}

#info-sidebar h4 .halfcolor
{
    color:#999;
}
.contectbox {
    border-top:solid 1px #fff;
	border-bottom:solid 1px #ddd;
    padding: 8px 0;
}
.contectbox:first-of-type
{
	border-top:solid 1px transparent;
}

.contectbox:last-of-type
{
	border-bottom:solid 1px transparent;	
}
.contectinfo {
    color: #444444;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0;
}
.contectno {
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #ffffff;
}
.contectnosmall {
    color: #777;
    display: block;
    font-size: 12px;
    text-shadow: 1px 1px 0 #ffffff;
}
#info-sidebar .videobox
{
	border:solid 1px transparent;
	float:left;
	padding:5px;
	cursor:pointer;
}
#info-sidebar .videobox:hover
{
	background-color:#fff;
}
#info-sidebar .videolink
{
	 float:left;
	 width:70px;
	 height:50px;
	 line-height:50px;
	 padding:4px;
	 border:solid 1px #ccc;
	 background-color:#f6f6f6;
	 border-radius:4px;
	 color:#999;
	 text-align:center;
}
#info-sidebar .videotextbox
{
		float:left;
		padding-left:10px;
		font-size:13px; 
		width: -moz-calc(100% - 70px);	/* Firefox */
		width: -webkit-calc(100% - 70px);	/* WebKit */	
		width: -o-calc(100% - 70px);		/* Opera */
		width: calc(100% - 70px);		/* Standard */
}
#info-sidebar .videotextbox span{display:block;}
.closevideo
{
	position:absolute;
	right:-25px;
	top:-25px;
	color:#fff;
	font-size:30px;
	cursor:pointer;
}

#info-sidebar .videolink .fa
{
	margin-top:6px;
}

.payment_reviewbox
{
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
	border-top:solid 1px #ccc;
	
}
.payment_reviewbox .payment_review
{
	padding:8px 0px;
	border-bottom:solid 1px #ccc;
	font-size:12px;
}
 .payment_review .payment_review_left
 {
 	text-align:left;
 	font-weight:normal;
 	color:#666;
 }
 .payment_review .payment_review_right
 {
 	text-align:left;
 	font-weight:bold;
 	color:#333;
 }
#curplan_info1, #curplan_info2, #curplan_info3
{
    text-align:center;
}


#curplan_info1 .fa, #curplan_info2 .fa, #curplan_info3 .fa{ margin-left:0px;}

.upgrade_curruntplan_info
{
    text-align:center;
    display:block;
    color:#999999;
    font-weight:bold;
    padding:6px 0px;
    font-size:20px;
}
#curplan_name
{
    color:#000; font-weight:bold; display:inline;
}
.upgrade_currntplan_features
{
     border:solid 1px #ffd34e;
     padding:12px 5px 18px 6px;
     margin-top:10px;
     margin-bottom:10px;
     background-color:#fffad5;
     color:#db9e36;
}
.upgrade_currntplan_features:before, .upgrade_currntplan_features:after
{
    position:absolute;
    font-family:FontAwesome;
    content:'\f0d7';
    font-size:70px;
    left:50%;
    bottom:-58px;
    margin-left:-35px;
}
.upgrade_currntplan_features:before
{
   color:#ffd34e;   
   
}
.upgrade_currntplan_features:after
{
    color:#fffad5;
    margin-bottom:1px;
    
}
.right_box{float:right; padding:0px 20px;}
.terms_box
{
     margin-top:20px; padding-left:0px;
}

.creditpack_box
{
    padding:0px;
}
.creditpack_box .head
{
    font-weight:bold;
    font-size:15px;
    border-bottom:solid 1px #777;
    padding:6px 0px;
    margin-top:10px;
}
.creditpack_box_inner
{
    padding:0px;
}
.creditpack_main_inner
{
    padding:0px;
}
.creditpack_inner
{
    padding:20px 0px;
    border-bottom:solid 1px #ddd;
}
.creditpack_inner .big_text
{
    font-size:14px;
    display:block;
    color:#666;
}
.creditpack_inner .small_text
{
    font-size:12px;
    color:#999;
    display:block;
}
.name_info, .credit_info, .price_info, .btn_info
{
    padding:0px;
}
.price_info
{
    
}
.btn_info
{
    text-align:right;
}
.pay_button
{
     border:solid 0px red;
     height:28px;
     overflow:hidden;
}

.selected_creditpack
{
    font-weight:bold;
    position:relative;
    background-color:#F7F7F7;
}
.selected_creditpack .big_text, .selected_creditpack .small_text
{color:#333;}
/*.selected_creditpack .creditpack_inner{padding-left:10px;}*/

.selected_creditpack .current_btn
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ed9e03;
	color:#fff;
	padding:2px 12px 2px 12px;
	font-size:10px;
	line-height:normal;
	
	/*-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;*/
	
	/* -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
/*    -ms-transform: rotate(-90.0deg);  /* IE9+ */
  /*  -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
/*	-webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
  /*  transform: rotate(-90.0deg);  /* Standard */
}

.selected_creditpack .current_btn::before 
{
    font-family:FontAwesome;
    font-size:26px;
    color:#fff;
    content:'';
    left:-2px;
    top:50%;
    line-height:0;
    position:absolute;    
}
.selected_creditpack .current_btn::after {
    font-family:FontAwesome;
    font-size:26px;
    color:#fff;
    content:'';
    right:-2px;
    top:50%;
    line-height:0;
    position:absolute;    
    
    /*border-right: 6px solid transparent;
    border-bottom: 6px solid #563901;
    content: "";
    height: 0;
    right: -6px;
    top:0px;
    position: absolute;    
    width: 0;
    z-index: 1;*/
   
   
    /*border-top: 7px solid #6f6f6f;
    border-left: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 0px;
    position: absolute;
    right: 0;
    bottom:-7px;
    width: 0;*/
}
/*.selected_creditpack .current_btn::before {
    border-left: 6px solid transparent;
   border-bottom: 6px solid #563901;
    content: "";
    height: 0;
    left: -6px;
    top:0px;
    position: absolute;    
    width: 0;
    z-index: 1;
}*/


@media (max-width: 767px) {
    #curplan_info1, #curplan_info2, #curplan_info3
    {
        text-align:left;
    }
    .plan_box
    {
	    min-height:0px;
	    height:auto;
	    margin-bottom:10px;
    }
    .upgrade_curruntplan_info{font-size:16px;}
    #curplan_info1 .fa, #curplan_info2 .fa, #curplan_info3 .fa{ margin-left:10px; width:20px; text-align:center;}
    .other_halfbox .fa
    {
        font-size:130%;
        float:left;
        width:30px;
        margin-right:10px;        
    }
    .other_halfbox{padding:10px;}
    .other_halfbox .text{font-size:14px; padding:3px 0px 0px 0px;}
    .other_infobox_heading {       
       font-size: 14px;
       padding: 10px 0;
    }
    
    .other_half_inner{padding:6px 0px;}
    .right_panel    {background-image:none; padding-left:10px;    }
    .divbox .infotext {line-height: normal; color:#666; font-weight:normal; text-align: left; padding:0px;}
    
    .right_box{float:left; padding:0px;}
    .login-head{font-size:14px; letter-spacing:0px; }
    
    .requredfield
    {
	    background-color: Red;
        color: #fff;
        float: left;
        font-size: 11px;
        font-weight: bold;
        margin-left: 7px;
        margin-top: 0px;
        padding: 0 5px 2px 5px;
        position: absolute;
        border-radius:3px;  
        line-height:0px;
        top:-7px;
        right:20px;
        z-index:1;
    }
    .requredfield:before
    {
	    color: red;
        content: "\f0d7";
        font-family: FontAwesome;   
        left:50%;
        margin-left:-8px;
        font-size:16px;
        line-height: normal;
        position: relative;
        top:11px;
    }
    .planbox{display:none;}
    .plan_selected
    {
        display:block;
        margin-bottom:20px;
        padding:10px 10px 10px 10px;
        cursor:default;
        font-size:13px;
        margin-left:0px;        
    }
    .creditpack_inner .big_text{font-size:13px;}
    .creditpack_inner .small_text{font-size:11px;}
    /*.planbox > .plan_selected
    {
        border:solid 0px #ddd;
        margin-bottom:20px;
        padding:10px 10px 10px 10px;
        cursor:pointer;
        font-size:13px;
        margin-left:0px;        
    }*/
    .terms_box{margin-top:0px; padding-left:0px;}
    .pplan_box
    {
        padding:0px;
        margin-bottom:10px;
    }

    .pplan_box:first-child, .pplan_box:first-of-type
    {
        padding-right:0px;
        padding-left:0px;   
    }
    .pplan_box:last-child, .pplan_box:last-of-type
    {
        padding-right:0px;
        padding-left:0px;
    }
    #curplan_name{display:block;}
    .btn_info{text-align:center; padding-top:20px;}
    
     .logodiv img{height:70px; width:auto;}
     .thankyou_text{font-size:22px;}
     .left-side{text-align:left;background-color:#ffffff; padding:6px 5px 0px 5px;}
    .right-side{padding:0px 5px 6px 5px;}
    
}



.side_highligh_box {
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 30px;
}
.side_highligh_box_inner {
    background-color: transparent;
    border-color: transparent;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.side_highligh_box_inner:hover {
    text-decoration: none;
}
.side_highligh_box_inner .big_text {
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.side_highligh_box_inner .small_text {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.side_highligh_box .smallest_text {
    color: #777;
    display: block;
    font-size: 11px;
    padding: 0 0 3px;
    text-align: left;
}
.side_highligh_box .bold {
    font-weight: bold;
    line-height: normal;
    padding: 10px 0 3px;
}
.side_highligh_box .smallest_text:first-child {
    padding: 3px 0;
}
.side_highligh_box_inner .big_fa {
    display: block;
    text-align: center;
}
.highlight_red {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.highlight_orange {
    background-color: #fec901;
    border-color: #fec901;
    color: #fff;
}
.highlight_blue {
    background-color: #5bb8d2;
    border-color: #51afc9;
    color: #fff;
}
.highlight_transparent {
    background-color: #ddd;
    border-color: #ccc;
    color: #666;
}