@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
body {
 /* font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; */
   font-family: Verdana, Sans-Serif, Helvetica, Arial, Arial Unicode MS;
  font-size: 13px;
  line-height: 1.428571429;
  color: #1c1c1c;
  background-color: #3A3A3A;
}
body.whitebody
{
	background: #FFFFFF;
	color: #000000;
}
.sectiontitle
{
    /* font:300 69px/69px 'Roboto'; */
    font:300 69px/69px Verdana;
    color:#000;
    margin-bottom: 48px;
    line-height: 120px;
}
.titlestyle
{
	COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    LINE-HEIGHT: 32px;
    /* FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; */
      font-family: Verdana, Sans-Serif, Helvetica, Arial, Arial Unicode MS;
    ALIGN: CENTER;
}
.subtitlestyle
{
	COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    LINE-HEIGHT: 26px;
        /* FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; */
      font-family: Verdana, Sans-Serif, Helvetica, Arial, Arial Unicode MS;
    ALIGN: CENTER;
}
.cellstyle
{
	PADDING-LEFT: 24px;
	PADDING-RIGHT: 24px;
	PADDING-TOP: 12px;
	PADDING-BOTTOM: 12px;
    ALIGN: CENTER;
    VERTICAL-ALIGN: top;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-SIZE: 16px;
        /* FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; */
      font-family: Verdana, Sans-Serif, Helvetica, Arial, Arial Unicode MS;
}
.cellstyleright
{
	PADDING-LEFT: 24px;
	PADDING-RIGHT: 40px;
	PADDING-TOP: 12px;
	PADDING-BOTTOM: 12px;
    ALIGN: CENTER;
    VERTICAL-ALIGN: top;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-SIZE: 16px;
        /* FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; */
      font-family: Verdana, Sans-Serif, Helvetica, Arial, Arial Unicode MS;
}

.wordstyle
{
	ALIGN: CENTER;
	LINE-HEIGHT: 28px;
    FONT-SIZE: 16px;
        /* FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; */
      font-family: Verdana, Sans-Serif, Helvetica, Arial, Arial Unicode MS;
    COLOR: #000000;
}
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,
menu,
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-color: 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
  height: 80px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 80px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 24px;
  line-height: 47px!important;
  font-weight: 700;
  color: #fff!important;
  background: #ff2a06;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2d3134;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 991px) {
  .thumb {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .thumb {
    width: 100%;
  }
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(255, 86, 57, 0.3);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dff5639', endColorstr='#4dff5639');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dff5639', endColorstr='#4dff5639');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax a.link {
  text-decoration: underline;
}
.parallax .wrap {
  max-width: 835px;
  margin: 0 auto;
}
.parallax .wrap strong {
  font-weight: 900;
  font-size: 94px;
  line-height: 95px;
  color: #ffffff;
  text-transform: uppercase;
}
.parallax .wrap strong small {
  display: block;
  margin-top: -3px;
  font-weight: 300;
}
.parallax .wrap * + p {
  margin-top: 8px;
  color: #ffffff;
}
.parallax .wrap * + .btn {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .parallax .wrap strong {
    font-size: 45px;
    line-height: 55px;
  }
}
.parallax1 .wrap {
  max-width: 100%;
  letter-spacing: -2px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px 'Raleway', sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #ff5639;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li span {
  margin-left: 4px;
  font-size: 10px;
  color: #2d3134;
  top: 0;
}
.rd-mobilemenu_ul li.active {
  color: #2d3134;
}
.rd-mobilemenu_ul li.active ul {
  color: #ff5639;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #ff5639;
  color: #2d3134;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
  border: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #ff5639;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Panel Menu  ======================*/
#advanced .navbar-header {
  color: #fff !important;
  padding: 0 !important;
  background: #563D7C !important;
}
@media (min-width: 768px) {
  #advanced {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #advanced .navbar-toggle {
    display: none;
  }
  #advanced .collapse {
    display: block;
  }
  #advanced .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none!important;
    text-align: left!important;
    top: 98%!important;
    text-transform: none!important;
  }
  #advanced .dropdown-menu:before,
  #advanced .dropdown-menu:after {
    display: none!important;
  }
  #advanced .dropdown-menu li + li {
    border: none!important;
    box-shadow: none!important;
  }
  #advanced .dropdown-menu li:before,
  #advanced .dropdown-menu li:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a:before,
  #advanced .dropdown-menu li a:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
    box-shadow: none!important;
    border: none!important;
  }
  #advanced .dropdown-menu li {
    border: none!important;
    box-shadow: none!important;
  }
}
@media (max-width: 767px) {
  #panel {
    right: 25px;
    position: fixed;
    top: 0;
    width: 46px;
    z-index: 9999999;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #panel #advanced {
    display: block;
  }
  #panel .bs-docs-nav {
    border-radius: 7px;
    top: 4px;
  }
  #panel .bs-docs-nav .navbar-nav li {
    position: static;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle {
    border: none!important;
    padding: 0!important;
    margin: 0px!important;
    float: none!important;
    position: absolute!important;
    top: 17px!important;
    right: 12px!important;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:hover {
    background: #563D7C!important;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:active {
    background: #563D7C!important;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:focus {
    background: #563D7C!important;
  }
  #panel #advanced .navbar-collapse {
    background: #563D7C;
    width: 175px;
    position: absolute;
    right: 15px;
    top: 52px;
    padding-bottom: 10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #panel #advanced .navbar-collapse .dropdown-menu {
    background: #563D7C;
    display: none;
    padding-bottom: 15px;
    min-width: 135px!important;
    text-align: left!important;
    padding-left: 0!important;
    text-transform: none!important;
  }
  #panel #advanced .navbar-collapse .dropdown-menu:before,
  #panel #advanced .navbar-collapse .dropdown-menu:after {
    display: none!important;
  }
  #panel #advanced .navbar-collapse .dropdown-menu li + li {
    border: none!important;
    box-shadow: none!important;
  }
  #panel #advanced .navbar-collapse .dropdown-menu li:before,
  #panel #advanced .navbar-collapse .dropdown-menu li:after {
    display: none!important;
  }
  #panel #advanced .navbar-collapse .dropdown-menu li a:before,
  #panel #advanced .navbar-collapse .dropdown-menu li a:after {
    display: none!important;
  }
  #panel #advanced .navbar-collapse .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
    box-shadow: none!important;
    border: none!important;
  }
  #panel #advanced .navbar-collapse .dropdown-menu li {
    border: none!important;
    box-shadow: none!important;
  }
  #panel #advanced .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 767px) and (max-width: 425px) {
  #panel #advanced .navbar-collapse {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    display: block!important;
  }
  .navbar-nav .open .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
  .navbar-nav .open .dropdown-menu li + li {
    border: none!important;
    box-shadow: none!important;
  }
  .navbar-nav .open .dropdown-menu li:before,
  .navbar-nav .open .dropdown-menu li:after {
    display: none!important;
  }
  .navbar-nav .open .dropdown-menu li a:before,
  .navbar-nav .open .dropdown-menu li a:after {
    display: none!important;
  }
  .navbar-nav .open .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
    box-shadow: none!important;
    border: none!important;
  }
  .navbar-nav .open .dropdown-menu li {
    border: none!important;
    box-shadow: none!important;
  }
}
@media (max-width: 767px) and (max-height: 550px) {
  .navbar-nav .open .dropdown-menu {
    font-size: 9px!important;
    position: absolute!important;
    background: #62458d !important;
    min-width: 135px!important;
    top: 0;
    right: 100%;
    left: -100%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-nav .open .dropdown-menu li a {
    padding-left: 15px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
}
* {
  -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;
}
@media (min-width: 768px) {
  div.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .row .col-xs-6 {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 525px) {
  .row .col-xs-4 {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-6 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
  .center991 * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left767 {
    text-align: left;
  }
  .left767 * {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .left991 {
    text-align: left;
  }
  .left991 * {
    text-align: left;
  }
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.fw-l {
  font-weight: 300;
}
.fw-n {
  font-weight: 400;
}
.fw-m {
  font-weight: 500;
}
.fw-sb {
  font-weight: 600;
}
.fw-b {
  font-weight: 700;
}
.fw-xb {
  font-weight: 800;
}
.fw-heavy {
  font-weight: 900;
}
.txt-pr {
  color: #ff5639;
}
.txt-clr1 {
  color: #ffffff;
}
.txt-clr-sec {
  color: #2d3134;
}
.text-muted {
  color: #f3f2f2;
}
.text-primary {
  color: #ff5639;
}
a.text-primary:hover {
  color: #ff2a06;
}
.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 {
  background: rgba(255, 86, 57, 0.8);
}
.bg-primary *,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4 {
  color: #fff;
}
.bg-primary a.btn-link {
  color: #ffffff;
}
.bg-primary a.btn-link:hover {
  color: #2d3134;
  text-decoration: none;
  background-color: transparent;
}
.bg-secondary {
  background: #2d3134;
}
.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;
}
.bg1 {
  background: #f2f2f2;
}
.bg2 {
  background: rgba(45, 49, 52, 0.8);
}
.bg2 *,
.bg2 h2,
.bg2 h3,
.bg2 h4 {
  color: #fff;
}
.bg2 a.btn-link {
  color: #ff5639;
}
.bg2 a.btn-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.bg3 {
  background: rgba(255, 255, 255, 0.8);
}
.bg3 *,
.bg3 h2,
.bg3 h3,
.bg3 h4 {
  color: #2d3134;
}
.bg3 a.btn-link {
  color: #ff5639;
}
.bg3 a.btn-link:hover {
  color: #2d3134;
  text-decoration: none;
  background-color: transparent;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul li a,
ol li a {
  padding: 0;
  list-style: none;
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/*=================   List Inline   =====================*/
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.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;
}
	.mainstandardsizes1
	{
		width: 100%;
		height: 1749px;
	}
	.mainstandardsizem1
	{
		width: 100%;
		height: 2316px;
	}
	.mainstandardsizeu1
	{
		width: 100%;
		height:2316px;
	}
	.mainstandardsizel1
	{
		width: 100%;
		height:3349px;
	}
	.mainstandardsizel8
	{
		width: 100%;
		height:10729px;
	}
	.mainstandardsizel9
	{
		width: 100%;
		height: 2749px;
	}	
	.mainstandardsizel10
	{
		width: 100%;
		height:5040px;
	}
	
	.levelstandardsizes1
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizem1
	{
		width: 100%;
		height: 2449px;
	}
	.levelstandardsizeu1
	{
		width: 100%;
		height: 2649px;
	}
	.levelstandardsizex1
	{
		width: 100%;
		height:2135px;
	}	
	
	.levelstandardsizes2
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizem2
	{
		width: 100%;
		height: 2820px;
	}
	.levelstandardsizeu2
	{
		width: 100%;
		height: 2649px;
	}
	.levelstandardsizex2
	{
		width: 100%;
		height:2135px;
	}	
	.imagestandardsizem2
	{
		width: 100%;
	}
	.blurbstandardsizem2
	{
		height: 390px;
	}
	.blurbstandardsizem2 ul
	{
		padding-left: 15px;
	}
	.blurbstandardsizem2 ul li
	{
		list-style: circle outside;
		padding-left: 20px;
	}	
	.titlestandardsizem2
	{
		COLOR: #1C1C1C;
		FONT-WEIGHT: bold;
		FONT-SIZE: 24px;
		LINE-HEIGHT: 32px;
		FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
		ALIGN: CENTER;		
	}
	.newimagestandardsizem3
	{
		width: 100%;
	}
	.levelstandardsizeu3
	{
		height: 4473px;
	}
	.levelbottomfillerx1
	{
		height: 875px;
	}
	.levelsidefillerx1
	{
		height: 1125px;
	}	
	.levelcellfillerx1
	{
		height: 1425px;
		vertical-align: top;
		padding-bottom: 40px;
	}			
	.radiustop
	{
		border-radius: 6px 6px 0 0;
	}
	.radiusall
	{
		border-radius: 6px 6px 6px 6px;
	}
	.col-xs-white
	{
		background-color: #FFFFFF;
	}	
	.col-xs-transparent
	{
		background-color: Transparent;
	}	
.col-xs-1, .col-sm-1, .col-smf-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-smf-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-smf-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-smf-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-smf-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-smf-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;
}
.col-xs-1.contiguous, .col-sm-1.contiguous, .col-smf-1.contiguous, .col-md-1.contiguous, .col-lg-1.contiguous, .col-xs-2.contiguous, .col-sm-2.contiguous, .col-smf-2.contiguous, .col-md-2.contiguous, .col-lg-2.contiguous, .col-xs-3.contiguous, .col-sm-3.contiguous, .col-smf-3.contiguous, .col-md-3.contiguous, .col-lg-3.contiguous, .col-xs-4.contiguous, .col-sm-4.contiguous, .col-smf-4.contiguous, .col-md-4.contiguous, .col-lg-4.contiguous, .col-xs-5.contiguous, .col-sm-5.contiguous, .col-smf-5.contiguous, .col-md-5.contiguous, .col-lg-5.contiguous, .col-xs-6.contiguous, .col-sm-6.contiguous, .col-smf-6.contiguous, .col-md-6.contiguous, .col-lg-6.contiguous, .col-xs-7.contiguous, .col-sm-7.contiguous, .col-md-7.contiguous, .col-lg-7.contiguous, .col-xs-8.contiguous, .col-sm-8.contiguous, .col-md-8.contiguous, .col-lg-8.contiguous, .col-xs-9.contiguous, .col-sm-9.contiguous, .col-md-9.contiguous, .col-lg-9.contiguous, .col-xs-10.contiguous, .col-sm-10.contiguous, .col-md-10.contiguous, .col-lg-10.contiguous, .col-xs-11.contiguous, .col-sm-11.contiguous, .col-md-11.contiguous, .col-lg-11.contiguous, .col-xs-12.contiguous, .col-sm-12.contiguous, .col-md-12.contiguous, .col-lg-12.contiguous 
{
	padding-left: 0px;
	padding-right: 0px;
}
.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: auto;
}
.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: auto;
}
.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) 
{
		.menuBox {
	padding: 62px 0 0 0;
}
	.mainstandardsizes1
	{
		width: 100%;
		height: 1549px;
	}
	.mainstandardsizem1
	{
		width: 100%;
		height: 2316px;
	}
	.mainstandardsizeu1
	{
		width: 100%;
		height: 2316px;
	}
	.mainstandardsizel1
	{
		width: 100%;
		height: 2849px;
	}
	.mainstandardsizel8
	{
		width: 100%;
		height: 2334px;
	}
	.mainstandardsizel10
	{
		width: 100%;
		height: 4390px;
	}
	.mainstandardsizel9
	{
		width: 100%;
		height: 3149px;
	}
			
	.levelstandardsizes1
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizem1
	{
		width: 100%;
		height: 2049px;
	}
	.levelstandardsizeu1
	{
		width: 100%;
		height: 2649px;
	}
	.levelstandardsizex1
	{
		width: 100%;
		height:1500px;
	}	
	.levelstandardsizes2
	{
		width: 100%;
		height: 1949px;
	}
	.levelstandardsizem2
	{
		width: 100%;
		height: 3235px;
	}
	.levelstandardsizeu2
	{
		width: 100%;
		height: 2349px;
	}
	.levelstandardsizex2
	{
		width: 100%;
		height:2549px;
	}	
	.imagestandardsizem2
	{
		width: 100%;
	}
	.blurbstandardsizem2
	{
		height: 390px;
	}
	.titlestandardsizem2
	{
		COLOR: #1C1C1C;
		FONT-WEIGHT: bold;
		FONT-SIZE: 24px;
		LINE-HEIGHT: 32px;
		FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
		ALIGN: CENTER;		
	}
	.newimagestandardsizem3
	{
		width: 100%;
		height: 384px;
	}
	.levelstandardsizeu3
	{
		height: 1180px;
	}		
	.levelbottomfillerx1
	{
		height: 277px;
	}
	.levelsidefillerx1
	{
		height: 600px;
	}	
	.levelcellfillerx1
	{
		height: 1125px;
		vertical-align: top;
		padding-bottom: 40px;
	}
		.radiustop
	{
		border-radius: 6px 6px 0 0;
	}
	.radiusall
	{
		border-radius: 6px 6px 6px 6px;
	}		
	.col-sm-white
	{
		background-color: #FFFFFF;
	}	
	.col-sm-transparent
	{
		background-color: Transparent;
	}
  .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: auto;
  }
  .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: auto;
  }
  .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: 872px)
{
		.menuBox {
	padding: 62px 0 0 0;
	}
	
	.levelstandardsizes1
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizem1
	{
		width: 100%;
		height: 2049px;
	}
	.levelstandardsizeu1
	{
		width: 100%;
		height: 2649px;
	}
	.levelstandardsizex1
	{
		width: 100%;
		height:1500px;
	}	
	.imagestandardsizem2
	{
		width: 100%;
		height: 240px;
	}
	.blurbstandardsizem2
	{
		height: 390px;
	}	
	.titlestandardsizem2
	{
		COLOR: #1C1C1C;
		FONT-WEIGHT: bold;
		FONT-SIZE: 24px;
		LINE-HEIGHT: 32px;
		FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
		ALIGN: CENTER;		
	}
	.newimagestandardsizem3
	{
		width: 100%;
		height: 384px;
	}			
	.col-smf-white
	{
		background-color: #FFFFFF;
	}	
	.col-smf-transparent
	{
		background-color: Transparent;
	}
  .col-smf-1, .col-smf-2, .col-smf-3, .col-smf-4, .col-smf-5, .col-smf-6, .col-smf-7, .col-smf-8, .col-smf-9, .col-smf-10, .col-smf-11, .col-smf-12 {
    float: left;
  }
  .col-smf-12 {
    width: 100%;
  }
  .col-smf-11 {
    width: 91.66666667%;
  }
  .col-smf-10 {
    width: 83.33333333%;
  }
  .col-smf-9 {
    width: 75%;
  }
  .col-smf-8 {
    width: 66.66666667%;
  }
  .col-smf-7 {
    width: 58.33333333%;
  }
  .col-smf-6 {
    width: 50%;
  }
  .col-smf-5 {
    width: 41.66666667%;
  }
  .col-smf-4 {
    width: 33.33333333%;
  }
  .col-smf-3 {
    width: 25%;
  }
  .col-smf-2 {
    width: 16.66666667%;
  }
  .col-smf-1 {
    width: 8.33333333%;
  }
  .col-smf-pull-12 {
    right: 100%;
  }
  .col-smf-pull-11 {
    right: 91.66666667%;
  }
  .col-smf-pull-10 {
    right: 83.33333333%;
  }
  .col-smf-pull-9 {
    right: 75%;
  }
  .col-smf-pull-8 {
    right: 66.66666667%;
  }
  .col-smf-pull-7 {
    right: 58.33333333%;
  }
  .col-smf-pull-6 {
    right: 50%;
  }
  .col-smf-pull-5 {
    right: 41.66666667%;
  }
  .col-smf-pull-4 {
    right: 33.33333333%;
  }
  .col-smf-pull-3 {
    right: 25%;
  }
  .col-smf-pull-2 {
    right: 16.66666667%;
  }
  .col-smf-pull-1 {
    right: 8.33333333%;
  }
  .col-smf-pull-0 {
    right: auto;
  }
  .col-smf-push-12 {
    left: 100%;
  }
  .col-smf-push-11 {
    left: 91.66666667%;
  }
  .col-smf-push-10 {
    left: 83.33333333%;
  }
  .col-smf-push-9 {
    left: 75%;
  }
  .col-smf-push-8 {
    left: 66.66666667%;
  }
  .col-smf-push-7 {
    left: 58.33333333%;
  }
  .col-smf-push-6 {
    left: 50%;
  }
  .col-smf-push-5 {
    left: 41.66666667%;
  }
  .col-smf-push-4 {
    left: 33.33333333%;
  }
  .col-smf-push-3 {
    left: 25%;
  }
  .col-smf-push-2 {
    left: 16.66666667%;
  }
  .col-smf-push-1 {
    left: 8.33333333%;
  }
  .col-smf-push-0 {
    left: auto;
  }
  .col-smf-offset-12 {
    margin-left: 100%;
  }
  .col-smf-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-smf-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-smf-offset-9 {
    margin-left: 75%;
  }
  .col-smf-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-smf-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-smf-offset-6 {
    margin-left: 50%;
  }
  .col-smf-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-smf-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-smf-offset-3 {
    margin-left: 25%;
  }
  .col-smf-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-smf-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-smf-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) 
{
	.menuBox {
	padding: 42px 0 0 0;
	}
	.mainstandardsizes1
	{
		width: 100%;
		height: 1349px;
	}
	.mainstandardsizem1
	{
		width: 100%;
		height: 2316px;
	}
	.mainstandardsizeu1
	{
		width: 100%;
		height: 2316px;
	}
	.mainstandardsizel1
	{
		width: 100%;
		height: 2849px;
	}	
	.mainstandardsizel8
	{
		width: 100%;
		height: 2524px;
	}
	.mainstandardsizel10
	{
		width: 100%;
		height: 4390px;
	}
	.mainstandardsizel9
	{
		width: 100%;
		height: 1449px;
	}
			
	.levelstandardsizes1
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizem1
	{
		width: 100%;
		height: 1949px;
	}
	.levelstandardsizeu1
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizex1
	{
		width: 100%;
		height:1549px;
	}	
	.levelstandardsizes2
	{
		width: 100%;
		height: 1349px;
	}
	.levelstandardsizem2
	{
		width: 100%;
		height: 1549px;
	}
	.levelstandardsizeu2
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizex2
	{
		width: 100%;
		height:1935px;
	}
	.imagestandardsizem2
	{
		width: 100%;
		height: 240px;
	}
	.blurbstandardsizem2
	{
		height: 390px;
	}
	.titlestandardsizem2
	{
		COLOR: #1C1C1C;
		FONT-WEIGHT: bold;
		FONT-SIZE: 24px;
		LINE-HEIGHT: 32px;
		FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
		ALIGN: CENTER;		
	}		
	.newimagestandardsizem3
	{
		width: 100%;
		height: 384px;
	}	
	.levelstandardsizeu3
	{
		height: 1180px;
	}			
	.levelbottomfillerx1
	{
		height: 277px;
	}
	.levelsidefillerx1
	{
		height: 600px;
	}	
	.levelcellfillerx1
	{
		height: 600px;
		vertical-align: top;
		padding-bottom: 0px;
	}
	.radiustop
	{
		border-radius: 6px 6px 0 0;
	}
	.radiusall
	{
		border-radius: 6px 6px;
	}
	.col-md-white
	{
		background-color: #FFFFFF;
	}	
	.col-md-transparent
	{
		background-color: Transparent;
	}
   .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: auto;
  }
  .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: auto;
  }
  .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) 
{
	.mainstandardsizes1
	{
		width: 100%;
		height: 1149px;
	}
	.mainstandardsizem1
	{
		width: 100%;
		height: 2316px;
	}
	.mainstandardsizeu1
	{
		width: 100%;
		height: 2316px;
	}
	.mainstandardsizel1
	{
		width: 100%;
		height: 2849px;
	}
	.mainstandardsizel8
	{
		width: 100%;
		height: 2784px;
	}
	.mainstandardsizel10
	{
		width: 100%;
		height: 4390px;
	}
	.mainstandardsizel9
	{
		width: 100%;
		height: 1249px;
	}
				
	.levelstandardsizes1
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizem1
	{
		width: 100%;
		height: 2049px;
	}
	.levelstandardsizeu1
	{
		width: 100%;
		height: 2649px;
	}
	.levelstandardsizex1
	{
		width: 100%;
		height:1135px;
	}
	.levelstandardsizes2
	{
		width: 100%;
		height: 1349px;
	}
	.levelstandardsizem2
	{
		width: 100%;
		height: 1549px;
	}
	.levelstandardsizeu2
	{
		width: 100%;
		height: 1749px;
	}
	.levelstandardsizex2
	{
		width: 100%;
		height:1935px;
	}
	.imagestandardsizem2
	{
		width: 100%;
		height: 240px;
	}	
	.blurbstandardsizem2
	{
		height: 390px;
	}
	.titlestandardsizem2
	{
		COLOR: #1C1C1C;
		FONT-WEIGHT: bold;
		FONT-SIZE: 24px;
		LINE-HEIGHT: 32px;
		FONT-FAMILY: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
		ALIGN: CENTER;		
	}	
	.newimagestandardsizem3
	{
		width: 100%;
		height: 384px;
	}		
	.levelstandardsizeu3
	{
		height: 1180px;
	}		
	.levelbottomfillerx1
	{
		height: 277px;
	}
	.levelsidefillerx1
	{
		height: 600px;
	}
	.levelcellfillerx1
	{
		height: 600px;
		vertical-align: top;
		padding-bottom: 0px;
	}
	.radiustop
	{
		border-radius: 0 0 0 0;
	}
	.radiusall
	{
		border-radius: 0 0 0 0;
	}
	.col-lg-white
	{
		background-color: #FFFFFF;
	}	
	.col-lg-transparent
	{
		background-color: Transparent;
	}
  .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: auto;
  }
  .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: auto;
  }
  .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%;
  }
}
.btn {
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 27px 25px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 0;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.btn:hover {
  color: #ff5639;
  background-color: transparent;
  border-color: #ff5639;
}
.btn:hover:active,
.btn:hover.active,
.open > .dropdown-toggle.btn:hover {
  background-image: none;
}
.btn:hover.disabled,
.btn:hover[disabled],
fieldset[disabled] .btn:hover,
.btn:hover.disabled:hover,
.btn:hover[disabled]:hover,
fieldset[disabled] .btn:hover:hover,
.btn:hover.disabled:focus,
.btn:hover[disabled]:focus,
fieldset[disabled] .btn:hover:focus,
.btn:hover.disabled.focus,
.btn:hover[disabled].focus,
fieldset[disabled] .btn:hover.focus,
.btn:hover.disabled:active,
.btn:hover[disabled]:active,
fieldset[disabled] .btn:hover:active,
.btn:hover.disabled.active,
.btn:hover[disabled].active,
fieldset[disabled] .btn:hover.active {
  background-color: transparent;
  border-color: #ff5639;
}
.btn:hover .badge {
  color: transparent;
  background-color: #ff5639;
}
p + .btn_offs {
  margin-top: 61px;
}
@media (max-width: 767px) {
  .btn_offs {
    margin-bottom: 25px;
  }
}
.btn-default {
  /* color: #ffffff; */
  color: #333;
  background-color: transparent;
  border-color: #ff5639;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #ff5639;
}
.btn-default .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-default:hover:hover {
  color: #ffffff;
  background-color: #ff5639;
  border-color: #ff5639;
}
.btn-default:hover:hover:active,
.btn-default:hover:hover.active,
.open > .dropdown-toggle.btn-default:hover:hover {
  background-image: none;
}
.btn-default:hover:hover.disabled,
.btn-default:hover:hover[disabled],
fieldset[disabled] .btn-default:hover:hover,
.btn-default:hover:hover.disabled:hover,
.btn-default:hover:hover[disabled]:hover,
fieldset[disabled] .btn-default:hover:hover:hover,
.btn-default:hover:hover.disabled:focus,
.btn-default:hover:hover[disabled]:focus,
fieldset[disabled] .btn-default:hover:hover:focus,
.btn-default:hover:hover.disabled.focus,
.btn-default:hover:hover[disabled].focus,
fieldset[disabled] .btn-default:hover:hover.focus,
.btn-default:hover:hover.disabled:active,
.btn-default:hover:hover[disabled]:active,
fieldset[disabled] .btn-default:hover:hover:active,
.btn-default:hover:hover.disabled.active,
.btn-default:hover:hover[disabled].active,
fieldset[disabled] .btn-default:hover:hover.active {
  background-color: #ff5639;
  border-color: #ff5639;
}
.btn-default:hover:hover .badge {
  color: #ff5639;
  background-color: #ffffff;
}
.btn-primary {
  white-space: nowrap;
  color: #ffffff;
  background-color: #ff5639;
  border-color: #ff5639;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff5639;
  border-color: #ff5639;
}
.btn-primary .badge {
  color: #ff5639;
  background-color: #ffffff;
}
.btn-primary span {
  position: relative;
  margin-left: 28px;
}
.btn-primary span:before {
  position: absolute;
  font-size: 44px;
  left: -13px;
  top: 2px;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #ff5639;
  border-color: #ff5639;
}
.btn-primary:focus:active,
.btn-primary:focus.active,
.open > .dropdown-toggle.btn-primary:focus {
  background-image: none;
}
.btn-primary:focus.disabled,
.btn-primary:focus[disabled],
fieldset[disabled] .btn-primary:focus,
.btn-primary:focus.disabled:hover,
.btn-primary:focus[disabled]:hover,
fieldset[disabled] .btn-primary:focus:hover,
.btn-primary:focus.disabled:focus,
.btn-primary:focus[disabled]:focus,
fieldset[disabled] .btn-primary:focus:focus,
.btn-primary:focus.disabled.focus,
.btn-primary:focus[disabled].focus,
fieldset[disabled] .btn-primary:focus.focus,
.btn-primary:focus.disabled:active,
.btn-primary:focus[disabled]:active,
fieldset[disabled] .btn-primary:focus:active,
.btn-primary:focus.disabled.active,
.btn-primary:focus[disabled].active,
fieldset[disabled] .btn-primary:focus.active {
  background-color: #ff5639;
  border-color: #ff5639;
}
.btn-primary:focus .badge {
  color: #ff5639;
  background-color: #ffffff;
}
.btn-primary:hover {
  color: #ff5639;
  background-color: #ffffff;
  border-color: #ff5639;
}
.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .dropdown-toggle.btn-primary:hover {
  background-image: none;
}
.btn-primary:hover.disabled,
.btn-primary:hover[disabled],
fieldset[disabled] .btn-primary:hover,
.btn-primary:hover.disabled:hover,
.btn-primary:hover[disabled]:hover,
fieldset[disabled] .btn-primary:hover:hover,
.btn-primary:hover.disabled:focus,
.btn-primary:hover[disabled]:focus,
fieldset[disabled] .btn-primary:hover:focus,
.btn-primary:hover.disabled.focus,
.btn-primary:hover[disabled].focus,
fieldset[disabled] .btn-primary:hover.focus,
.btn-primary:hover.disabled:active,
.btn-primary:hover[disabled]:active,
fieldset[disabled] .btn-primary:hover:active,
.btn-primary:hover.disabled.active,
.btn-primary:hover[disabled].active,
fieldset[disabled] .btn-primary:hover.active {
  background-color: #ffffff;
  border-color: #ff5639;
}
.btn-primary:hover .badge {
  color: #ffffff;
  background-color: #ff5639;
}
.btn-success {
  color: #777777;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #777777;
}
.btn-info {
  color: #777777;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #777777;
}
.btn-warning {
  color: #777777;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #777777;
}
.btn-danger {
  color: #777777;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #777777;
}
.btn-link {
  display: inline-block;
  color: #ff5639;
  font-weight: normal;
  border-radius: 0;
  position: relative;
}
.btn-link:before {
  font-size: 44px;
  line-height: 45px;
}
.btn-link:focus {
  color: #ff5639;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  color: #2d3134;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #f3f2f2;
  text-decoration: none;
}
.hov_prime:hover {
  color: #ff5639;
  text-decoration: none;
  background-color: transparent;
}
.hov_white:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 32.4px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 21.6px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 10.8px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 111%;
  left: -2px;
  right: -75px;
  z-index: 1000;
  display: none;
  float: left;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  padding: 16px 89px 16px 28px;
  clear: both;
  font-weight: normal;
  border-bottom: 1px solid #d9d9d9;
  color: #2d3134;
}
@media (max-width: 1199px) {
  .dropdown-menu > li > a {
    padding-right: 60px;
  }
}
.dropdown-menu li span {
  font-size: 9px;
  top: 0;
  left: 0px;
 /* left: 30px; */
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ff5639;
  background-color: #f3f2f2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .sfHover > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .sfHover > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .sfHover > a:focus {
  color: #ff5639;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f3f2f2;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
@media (max-width: 767px) {
  .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    width: auto;
  }
}
.sf-menu > li > ul li {
  position: relative;
}
.sf-menu > li > ul li ul.dropdown-menu {
  position: absolute;
  left: 100%;
  top: -3px;
  width: 180px;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.73333333;
  color: #f3f2f2;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: 300 69px/69px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1c1c1c;
	margin: 0 0 45px 0;
}
h2 span {
	color: #ffffff;
}
h3 {
	font: 300 69px/69px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1c1c1c;
	margin: 0 0 45px 0;
}
h3 span {
	color: #ffffff;
}
h4 {
	font: 500 20px/28px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #138c66;
	margin: 0 0 1px 0;
}
h4 span {
	color: #ffffff;
}
h4 em {
	color: #1c1c1c;
	font-style: normal;
}
.menuBox {
	padding: 22px 0 0 0;
	background: #E0E1E3;
	background: rgba(224, 225, 227, 0.7);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 0 0;
	float: right;
	display: inline-block;
	min-height: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 23px;
	margin-left: 24px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 500 19px 'Roboto';
	color: #ffffff;
	background: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #fef978;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #fef978;
	background: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #fef978;
	background: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -6px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 0;
	top: 80px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.7);
	padding: 10px 0 0 30px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: none;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right center no-repeat;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 7px;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #38deaa !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #38deaa !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 145px;
	left: 223px;
	top: -10px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.7);
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #38deaa !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
.hello-box {
	background: #1f378d;
	padding: 47px 0 40px 0;
	margin-bottom: 48px;
}
.hello-box p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 45px;
	padding-bottom: 53px;
	border-bottom: 1px solid #42a385;
}
.hello-box .title {
	font: 300 69px/69px 'Roboto';
	color: #ffffff;
	margin-bottom: 26px;
	padding-bottom: 0;
	border-bottom: none;
}
.thumb-pad0 {
	margin: 0 0 34px 0;
	overflow: hidden;
}
.thumb-pad0 > p {
	color: #ffffff;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.thumb-pad0 > p > a {
	color: #ffffff;
	font-size: 23px;
	position: relative;
	top: 4px;
	margin-left: 5px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad0 > p > a:hover {
	color: #fef978;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0 0 18px 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .badge {
	margin: 0 21px 0 0;
	padding: 0;
	border-radius: 100%;
	background: none;
	float: left;
	width: 74px;
	height: 74px;
	text-align: center;
	border: 2px solid #ffffff;
	font: 300 42px/70px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad0 .thumbnail .caption a {
	color: #ffffff;
	font: 500 20px/28px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad0 .thumbnail .caption a:hover {
	color: #fef978;
}
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 41px;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	font: bold 19px/53px 'Roboto';
	border-radius: 0;
	border: 2px solid #ffffff;
	background: transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #232e7d;	<!-- #138c66; -->
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
 .btn-default.btn1 {
 padding: 0 23px;
 font-size: 14px;
 line-height: 32px;
 font-weight: normal;
}
table.bluelogin
{
	BACKGROUND-COLOR: #84a8da;
}
.textboxpadding
{
	padding-right: 15px;
}
/*=== 2.1.1 TOPBAR ===*/
.topBar {
  width: 100%;
  display: block;
  min-height: 35px;
  height: auto;
  background-color: #252525;
}

.topBar ul li a {
  padding: 0 3px;
  display: block;
  line-height: 35px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}

.topBar ul li a:hover, .topBar ul li a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.topBar ul.pull-right li {
  padding: 0;
  float: left;
}

.topBar ul.pull-right li a {
  font-size: 12px;
  display: inline-block;
}

.topBar ul.pull-right > li {
  margin: 0 0 0 13px;
}

.topBar ul.pull-right > li:nth-child(2)::before {
  content: "|";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.top-right .account-login span small {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}

.top-right .account-login span a {
  transition: all 0.3s ease-in-out;
}

.top-right .account-login span a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.top-right .account-login span a:focus {
  color: rgba(255, 255, 255, 0.25);
}

.top-right .searchBox {
  position: relative;
}

.top-right .searchBox a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}

.top-right .searchBox a:hover {
  opacity: .5;
}

.top-right .searchBox a i {
  width: 15px;
}

.top-right .searchBox .dropdown-menu {
  padding: 10px 15px;
  border-radius: 0;
}

@media (max-width: 479px) {
  .top-right .searchBox .dropdown-menu {
    width: 280px;
    margin: 0 -65px 0 0;
  }
}

@media (min-width: 480px) {
  .top-right .searchBox .dropdown-menu {
    width: 350px;
    margin: 0;
  }
}

.top-right .searchBox .dropdown-menu li {
  line-height: 0;
  width: 100%;
}

.searchBox .input-group {
  width: 100%;
  position: relative;
}

.searchBox .input-group .form-control {
  box-shadow: none;
  border-radius: 0;
}

.searchBox .input-group .form-control:focus {
  border-color: #47bac1;
}

.searchBox .input-group .input-group-addon {
  border-radius: 0;
  /* background-color: #47bac1; */
  background-color: #CFF309;
  /* color: #ffffff; */
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  /* border-color: #47bac1; */
  border-color: #CFF309;
  width: 84px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  height: 34px;
}

.top-right .cart-dropdown a,
.cart-dropdown a {
  background-color: #47bac1;
  /* background-color: #CFF309; */
  line-height: 35px;
  min-height: 36px;
  font-size: 13px;
  /* color: #000000; */
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown a,
  .cart-dropdown a {
    padding: 0 7px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown a,
  .cart-dropdown a {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .top-right .cart-dropdown a,
  .cart-dropdown a {
    padding: 0 19px;
  }
}

.top-right .cart-dropdown a i,
.cart-dropdown a i {
  font-size: 18px;
  margin-right: 10px;
}

.top-right .cart-dropdown a:hover,
.cart-dropdown a:hover {
  background-color: #47bac1;
  /* background-color : #3276b1; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.top-right .cart-dropdown a:focus,
.cart-dropdown a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.top-right .cart-dropdown ul.dropdown-menu,
.cart-dropdown ul.dropdown-menu {
  background-color: #47bac1;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  z-index: 9999;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown ul.dropdown-menu,
  .cart-dropdown ul.dropdown-menu {
    width: 280px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown ul.dropdown-menu,
  .cart-dropdown ul.dropdown-menu {
    width: 300px;
  }
}

.top-right .cart-dropdown ul.dropdown-menu li:first-child,
.cart-dropdown ul.dropdown-menu li:first-child {
  color: #ffffff;
  padding: 10px 0 8px 19px;
}

.top-right .cart-dropdown ul.dropdown-menu li a,
.cart-dropdown ul.dropdown-menu li a {
  line-height: 26px;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media,
.cart-dropdown ul.dropdown-menu li a .media {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5,
.cart-dropdown ul.dropdown-menu li a .media .media-body h5 {
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5 span,
.cart-dropdown ul.dropdown-menu li a .media .media-body h5 span {
  font-size: 18px;
}

.top-right .cart-dropdown ul.dropdown-menu li a:hover,
.cart-dropdown ul.dropdown-menu li a:hover {
  opacity: .8;
  background-color: transparent;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group,
.cart-dropdown ul.dropdown-menu li .btn-group {
  padding: 14px 19px;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group .btn,
.cart-dropdown ul.dropdown-menu li .btn-group .btn {
  border-radius: 0;
  border: none;
  height: 36px;
  padding: 0;
  line-height: 36px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #f8f8f8;
  transition: all 0.3s ease-in-out;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover,
.cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover {
  opacity: .8;
  color: #777777;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
    width: 135px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
    width: 149px;
  }
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
.cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
  margin-left: 4px;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
    width: 100px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
    width: 109px;
  }
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover,
.cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover {
  opacity: .8;
  color: #777777;
}

.padding12
{
	padding-top: 12px;
}
.padding4
{
	padding-top: 4px;
}

/*=== 4.1.2 COPY RIGHT ===*/
.copyRight {
  display: block;
  width: 100%;
  min-height: 53px;
  background-color: #101010;
}

.copyRight p {
  color: #acacac;
  margin-bottom: 0;
  font-size: 13px;
  padding-top: 17px;
}

@media (max-width: 479px) {
  .copyRight p {
    text-align: center;
    font-size: 11px;
  }
}

@media (min-width: 480px) {
  .copyRight p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .copyRight p {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .copyRight ul {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .copyRight ul {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .copyRight ul {
    text-align: right;
  }
}

.copyRight ul li {
  line-height: 53px;
}

.copyRight ul li a {
  display: block;
  line-height: 53px;
  font-size: 14px;
}

/*=== 8. SIDEBARS ===*/
.sideBar .panel {
  border-radius: 0;
  border: none;
}

.sideBar .panel .panel-heading {
  background-color: #47bac1;
  border-radius: 0;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.sideBar .panel .panel-body {
  border: 5px solid #f0f0f0;
  border-top: none;
}

.sideBar .input-group {
  border: 5px solid #f0f0f0;
}

.sideBar .input-group .form-control,
.sideBar .input-group .input-group-addon {
  border: none;
}

.navbar-side-collapse .side-nav li a, .filterNormal .list-unstyled li a {
  font-size: 14px;
  color: #252525;
  line-height: 22px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  display: block;
}

.sub-list-item, .navbar-side-collapse .side-nav li .collapseItem li a, .sidebar-list li a {
  font-size: 13px !important;
  color: #888888;
  width: 100%;
  display: block;
  line-height: 20px;
  padding: 7px 0 7px 14px;
  transition: all 0.3s ease-in-out;
}

.sub-list-item i, .navbar-side-collapse .side-nav li .collapseItem li a i, .sidebar-list li a i {
  right: auto;
  left: 0;
  line-height: 20px;
  position: absolute;
}

.sub-list-item:hover, .navbar-side-collapse .side-nav li .collapseItem li a:hover, .sidebar-list li a:hover {
  color: #47bac1;
}

.navbar-side-collapse {
  padding: 0;
  display: block;
}

.navbar-side-collapse .side-nav {
  width: 100%;
  margin: 0;
}

.navbar-side-collapse .side-nav li {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-side-collapse .side-nav li a {
  background-color: transparent;
  position: relative;
}

.navbar-side-collapse .side-nav li a i {
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  right: 0;
}

.navbar-side-collapse .side-nav li a:hover {
  color: #47bac1;
}

.navbar-side-collapse .side-nav li .collapseItem li {
  margin-bottom: 0 !important;
}

.filterNormal .list-unstyled {
  width: 100%;
}

.filterNormal .list-unstyled li {
  width: 100%;
}

.filterNormal .list-unstyled li a {
  padding: 10px 0;
}

.filterNormal .list-unstyled li a:hover {
  color: #47bac1;
}

.filterNormal .list-unstyled li a span {
  margin-left: 10px;
}

.priceRange .progress {
  margin: 20px 0 25px 0;
  height: 4px;
  background-color: #f0f0f0;
  position: relative;
  overflow: visible;
}

.priceRange .progress .progress-bar {
  background-color: #252525;
}

.priceRange .progress .bulet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 2px solid #252525;
  border-radius: 100%;
  left: 0px;
  top: -5px;
  position: absolute;
}

.priceRange .progress .bulet.next {
  left: 60px;
}

.priceRange .btn-default {
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
  background-color: #252525;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 479px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .priceRange .btn-default {
    width: 50px;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .priceRange .btn-default {
    width: 45px;
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}

.priceRange .priceLabel {
  float: right;
  line-height: 30px;
  color: #252525;
}

@media (min-width: 480px) {
  .priceRange .priceLabel {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .priceRange .priceLabel {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .priceRange .priceLabel {
    font-size: 14px;
  }
}

.sidebar-list li a {
  position: relative;
}

.space-25 {
  margin-bottom: 25px;
}

.space-50 {
  margin-bottom: 50px;
}

/*=== 9. PRODUCTS ===*/
/*=== 9.1 PRODUCTS COMMON ===*/
@media (min-width: 768px) {
  .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}

.filterArea {
  margin-bottom: 30px;
}

.filterArea .btn-group .btn-default {
  height: 35px;
  padding: 0;
  line-height: 35px;
  border-radius: 0;
  border-color: #d0d0d0;
  margin: 0 0 0 5px;
  color: #252525;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .filterArea .btn-group .btn-default i {
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  .filterArea .btn-group .btn-default i {
    margin-right: 6px;
  }
}

@media (max-width: 479px) {
  .filterArea .btn-group .btn-default span {
    display: none;
  }
}

@media (min-width: 480px) {
  .filterArea .btn-group .btn-default span {
    display: inline-block;
  }
}

.filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active {
  background-color: #47bac1;
  color: #ffffff;
  border-color: #47bac1;
}

@media (max-width: 479px) {
  .filterArea .btn-group .btn-default {
    width: 40px;
  }
}

@media (min-width: 480px) {
  .filterArea .btn-group .btn-default {
    width: 88px;
  }
}

.productListSingle .media {
  margin-bottom: 50px;
}

.productListSingle .media .media-left {
  position: relative;
  padding-right: 0;
  overflow: hidden;
}

.productListSingle .media .media-left img {
  transition: all 0.5s ease-in-out;
}

.productListSingle .media .media-left .maskingImage .viewBtn {
  width: 175px;
  padding: 0;
  line-height: 55px;
}

@media (max-width: 479px) {
  .productListSingle .media .media-left {
    float: none !important;
    display: block;
    margin: 0 0 20px 0;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 480px) {
  .productListSingle .media .media-left {
    float: none !important;
    display: block;
    margin: 0 0 20px 0;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .productListSingle .media .media-left {
    float: left !important;
    margin-right: 30px;
    display: inline-block;
    width: 226px;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}

.productListSingle .media .media-body .media-heading a {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  color: inherit;
}

.productListSingle .media .media-body p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-bottom: 25px;
}

.productListSingle .media .media-body h3 {
  color: #c5c5c5;
  font-weight: 700;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.productListSingle .media .media-body .btn-group .btn-default {
  border-radius: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  margin-right: 7px;
  border-color: #d0d0d0;
  transition: all 0.3s ease-in-out;
}

.productListSingle .media .media-body .btn-group .btn-default i {
  transition: all 0.3s ease-in-out;
  color: #888888;
}

.productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus {
  background-color: #47bac1;
  border-color: #47bac1;
}

.productListSingle .media .media-body .btn-group .btn-default:hover i, .productListSingle .media .media-body .btn-group .btn-default:focus i {
  color: #ffffff;
}

.productListSingle .media:hover .pull-left img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.productListSingle .media:hover .maskingImage {
  opacity: 1;
}

.productListSingle .media:hover .maskingImage .viewBtn {
  -webkit-animation: itemMove 0.3s linear;
  animation: itemMove 0.3s linear;
}

.productListSingle .media:hover .media-heading,
.productListSingle .media:hover h3 {
  color: #47bac1;
}

/*=== 9.2 SINGLE PRODUCTS ===*/
.singleProduct .media {
  margin-bottom: 70px;
}

@media (max-width: 479px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media (min-width: 992px) {
  .singleProduct .media .productSlider {
    width: 489px;
    padding: 0 30px 0 0;
  }
}

.singleProduct .media .productSlider #carousel {
  margin-bottom: 20px;
}

.singleProduct .media .productSlider #carousel .item img {
  width: 100%;
}

.singleProduct .media .productSlider #thumbcarousel .thumb {
  width: 23.35%;
  cursor: pointer;
  float: left;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}

@media (min-width: 768px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}

@media (min-width: 992px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 10px;
  }
}

.singleProduct .media .productSlider #thumbcarousel .thumb img {
  width: 100%;
}

.singleProduct .media .productSlider #thumbcarousel .thumb:last-child {
  margin-right: 0;
}

.singleProduct .media .productSlider #thumbcarousel .thumb:hover {
  opacity: .8;
}

.singleProduct .media .productSlider #thumbcarousel .carousel-control {
  display: none;
}

@media (max-width: 479px) {
  .singleProduct .media .media-body {
    display: block;
    width: 100%;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .media-body {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .singleProduct .media .media-body {
    display: table-cell;
  }
}

.singleProduct .media .media-body .list-inline {
  margin-bottom: 30px;
}

.singleProduct .media .media-body .list-inline li a {
  color: #b4b4b4;
  transition: all 0.3s ease-in-out;
}

.singleProduct .media .media-body .list-inline li a i {
  margin-right: 8px;
}

.singleProduct .media .media-body .list-inline li a:hover {
  opacity: .8;
}

.singleProduct .media .media-body .btn-area {
  margin-bottom: 40px;
}

.singleProduct .media .media-body .tabArea .nav-tabs li a {
  text-transform: uppercase;
  border: none;
  color: #b4b4b4;
  transition: all 0.3s ease-in-out;
}

.singleProduct .media .media-body .tabArea .nav-tabs li a:hover {
  color: #252525;
  background-color: transparent;
}

@media (max-width: 479px) {
  .singleProduct .media .media-body .tabArea .nav-tabs li a {
    font-size: 10px;
    padding: 10px;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .media-body .tabArea .nav-tabs li a {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.singleProduct .media .media-body .tabArea .nav-tabs li.active a {
  color: #252525;
  border-bottom: 1px solid #888888;
}

.singleProduct .media .media-body .tabArea .tab-content {
  padding: 25px 0;
  color: #b4b4b4;
}

.singleProduct .media .media-body .tabArea .tab-content p {
  color: #b4b4b4;
  line-height: 18px;
}

.singleProduct .media .media-body .tabArea .tab-content .list-unstyled {
  padding-left: 15px;
}

.singleProduct .media .media-body .tabArea .tab-content .list-unstyled li {
  list-style-type: square;
}

@media (max-width: 479px) {
  .singleProduct .media .media-body .tabArea {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .media-body .tabArea {
    width: 348px;
  }
}

/*=== 5. FORM ===*/
/*=== 5.1 FORM COMMON ===*/
.form-field .form-group .form-control, .form-body .panel .panel-body .form-group .form-control, .signUp .panel .panel-body .form-group .form-control, .lostPassword .panel .panel-body .form-group .form-control, .logIn .panel .panel-body .form-group .form-control, .commentsForm .form-group .form-control, #login .modal-dialog .modal-content .modal-body .form-group .form-control, #signup .modal-dialog .modal-content .modal-body .form-group .form-control, .stepsPage form .form-group .form-control, .profile .form-horizontal .form-group .form-control {
  border-radius: 0;
  background-color: #f0f0f0;
  border: none;
  height: 50px;
  box-shadow: none;
}

.form-field .form-group .form-control:focus, .form-body .panel .panel-body .form-group .form-control:focus, .signUp .panel .panel-body .form-group .form-control:focus, .lostPassword .panel .panel-body .form-group .form-control:focus, .logIn .panel .panel-body .form-group .form-control:focus, .commentsForm .form-group .form-control:focus, #login .modal-dialog .modal-content .modal-body .form-group .form-control:focus, #signup .modal-dialog .modal-content .modal-body .form-group .form-control:focus, .stepsPage form .form-group .form-control:focus, .profile .form-horizontal .form-group .form-control:focus {
  box-shadow: none;
}

.form-field, .form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body, .commentsForm, #login .modal-dialog .modal-content .modal-body, #signup .modal-dialog .modal-content .modal-body {
  padding: 15px 30px;
}

.form-field .form-group, .form-body .panel .panel-body .form-group, .signUp .panel .panel-body .form-group, .lostPassword .panel .panel-body .form-group, .logIn .panel .panel-body .form-group, .commentsForm .form-group, #login .modal-dialog .modal-content .modal-body .form-group, #signup .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 30px;
}

.form-field .form-group label, .form-body .panel .panel-body .form-group label, .signUp .panel .panel-body .form-group label, .lostPassword .panel .panel-body .form-group label, .logIn .panel .panel-body .form-group label, .commentsForm .form-group label, #login .modal-dialog .modal-content .modal-body .form-group label, #signup .modal-dialog .modal-content .modal-body .form-group label {
  font-size: 13px;
}

.form-field .checkbox, .form-body .panel .panel-body .checkbox, .signUp .panel .panel-body .checkbox, .lostPassword .panel .panel-body .checkbox, .logIn .panel .panel-body .checkbox, .commentsForm .checkbox, #login .modal-dialog .modal-content .modal-body .checkbox, #signup .modal-dialog .modal-content .modal-body .checkbox {
  margin: 0 0 30px 0;
}

.form-field .checkbox label, .form-body .panel .panel-body .checkbox label, .signUp .panel .panel-body .checkbox label, .lostPassword .panel .panel-body .checkbox label, .logIn .panel .panel-body .checkbox label, .commentsForm .checkbox label, #login .modal-dialog .modal-content .modal-body .checkbox label, #signup .modal-dialog .modal-content .modal-body .checkbox label {
  font-size: 13px;
}

.form-field .btn-primary, .form-body .panel .panel-body .btn-primary, .signUp .panel .panel-body .btn-primary, .lostPassword .panel .panel-body .btn-primary, .logIn .panel .panel-body .btn-primary, .commentsForm .btn-primary, #login .modal-dialog .modal-content .modal-body .btn-primary, #signup .modal-dialog .modal-content .modal-body .btn-primary {
  color: white;
  border-radius: 0;
  background-color: #47bac1;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}

.form-field .btn-primary:hover, .form-body .panel .panel-body .btn-primary:hover, .signUp .panel .panel-body .btn-primary:hover, .lostPassword .panel .panel-body .btn-primary:hover, .logIn .panel .panel-body .btn-primary:hover, .commentsForm .btn-primary:hover, #login .modal-dialog .modal-content .modal-body .btn-primary:hover, #signup .modal-dialog .modal-content .modal-body .btn-primary:hover {
  opacity: .9;
}

.form-field .btn-link, .form-body .panel .panel-body .btn-link, .signUp .panel .panel-body .btn-link, .lostPassword .panel .panel-body .btn-link, .logIn .panel .panel-body .btn-link, .commentsForm .btn-link, #login .modal-dialog .modal-content .modal-body .btn-link, #signup .modal-dialog .modal-content .modal-body .btn-link {
  color: #47bac1;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.form-field .btn-link:hover, .form-body .panel .panel-body .btn-link:hover, .signUp .panel .panel-body .btn-link:hover, .lostPassword .panel .panel-body .btn-link:hover, .logIn .panel .panel-body .btn-link:hover, .commentsForm .btn-link:hover, #login .modal-dialog .modal-content .modal-body .btn-link:hover, #signup .modal-dialog .modal-content .modal-body .btn-link:hover {
  text-decoration: none;
  color: #4dc8cf;
}

.form-body .panel, .signUp .panel, .lostPassword .panel, .logIn .panel {
  border-radius: 0;
  border: none;
}

.form-body .panel .panel-heading, .signUp .panel .panel-heading, .lostPassword .panel .panel-heading, .logIn .panel .panel-heading {
  background-color: #47bac1;
  border-radius: 0;
  padding: 0 15px;
  height: 60px;
}

.form-body .panel .panel-heading h3, .signUp .panel .panel-heading h3, .lostPassword .panel .panel-heading h3, .logIn .panel .panel-heading h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  color: #ffffff;
  line-height: 60px;
}

.form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body {
  border: 5px solid #f0f0f0;
  border-top: none;
}

.form-body .panel .panel-body .btn-link span, .signUp .panel .panel-body .btn-link span, .lostPassword .panel .panel-body .btn-link span, .logIn .panel .panel-body .btn-link span {
  color: #797979;
}

.media-left, .media > .pull-left {
  float: left;
}
.masking-btn, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .productListSingle .media .media-left .maskingImage .viewBtn {
  width: 196px;
  min-height: 55px;
  border: 3px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0;
  border-radius: 0;
  padding: 0;
  line-height: 55px;
}

.masking-btn:hover, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .productListSingle .media .media-left .maskingImage .viewBtn:hover {
  background-color: #ffffff;
  color: #47bac1;
}
@media (min-width: 480px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

@media (min-width: 768px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

@media (min-width: 992px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
    padding-right: 40px;
    width: auto;
  }
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-left img {
  width: 100%;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary,
.singleProduct .media .media-body .btn-area .btn-primary {
  color: white;
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 36px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 50%;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 2px 41px 2px 10px;
	font-family: inherit;
	font-size: 14px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 14px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}

.sb-icon-search:before {
	content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #666;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
