@charset "utf-8";
/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  line-height: 20px;
}
a {
  
  text-decoration: none;
}
a:hover {
  
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1100px;
}
.span12 {
  width: 1100px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 825px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 530px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 353px;
}
.span3 {
  width: 255px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  
  line-height: 20px;
  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

 
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 0px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 13px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 6;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius:6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  /*padding: 4px 12px;*/
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  
  text-decoration: none;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
 /* padding: 11px 18px;*/
  /*font-size: 17.5px;*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-medium{
  /* padding: 9px 13px;*/
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small {
  /*padding: 2px 10px;*/
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  
}
.btn {
  
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 17px;
  padding-left: 17px;
  /*margin-right: 2px;*/
  line-height: 14px;
}
/*.nav-tabs {
  border-bottom: 1px solid #ddd;
}*/
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  
}
.nav-tabs > li > a:hover {
  
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  
  
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 10px 35px 10px 14px;
  margin-bottom: 20px;
 /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
 /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: 0px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #fbd772;
  border-color: #deb94e;
  color: #ea6300;
}
.alert-warning{
  background-color:#a6def3;
  border-color:#24a4db;
  color:#297896;
}
.alert-success .close{color:#c39a25;}
.alert-error .close{color:#ba3837;}
.alert-info .close{color:#51a716;}
.alert-warning .close{color:#368cab;}
.alert-grey .close{color:#777777;}
.alert-danger,
.alert-error {
  background-color: #fd9190;
  border-color: #cf6a6a;
  color: #bb1917;
}

.alert-grey {

   background-color: #e0e0e0;
  border-color: #9c9c9c;
  color: #555555 !important;

}
.alert-info {
  background-color: #a6e07e;
  border-color: #71bb3f;
  color: #457724 !important;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #ebebeb;
border: 1px solid #ebebeb;
-webkit-box-shadow: inset 0 1px 1px 0px rgba(1,1,1,0.15);
-moz-box-shadow: inset 0 1px 1px 0px rgba(1,1,1,0.15);
box-shadow: inset 0 1px 1px 0px rgba(1,1,1,0.15);
  
  /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  margin-left:0px;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 8000px;
  width:60px;
  padding: 3px 8px;
  color: #eee;
  font-weight:500;
  
  text-align: center;
  font-size:13px;
  text-decoration: none;
  background-color: #222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width:45px;
  height:45px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 55px;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px;   position: relative; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 50px; height: 30px; margin: -24px 14px 0; background: #fff; display: block;  position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {right: -36px; background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-right.png); background-position:52%; background-repeat:no-repeat;  border-radius: 3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px;}

.flex-direction-nav .flex-prev {left: -36px; background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-left.png); background-position:43%; background-repeat:no-repeat;  border-radius: 3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px;}

.flexslider:hover .flex-next {opacity: 1; right: -1px;}
.flexslider:hover .flex-prev {opacity: 1; left: 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1; background-color:#fff;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 15px; text-align: center; }
.flex-control-nav li {margin: 0 2px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block;background: #fff; cursor: pointer; text-indent: -9999px;border:2px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;-webkit-transition: all 0s ease !important;}

.flex-control-paging li a.flex-active {cursor: default;background:rgba(255,255,255,0.4) }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/** Buttons Style **/
.btn{padding:10px; color:#fff !important;}
.btn span{color:#fff;}
.none{padding-right:0px !important;}

/** Button icon styling **/
.btn i{padding-top:5px; padding-right:10px;}
.btn:hover{background-color:#666 !important; color:#fff !important;}
/** End Button icon styling **/

/** single Blog **/
.tagcloud {width:100%;}
.tagcloud a:hover{text-decoration: none;}
.tagcloud .title {padding-right: 24px; float: left; padding-top: 4px;}
.social_icons {list-style: none; float: left; padding-left:20px;} 
.social_icons .title{float: left;padding-left: 0px;padding-right: 20px;}
.lines{border-top: 1px dotted #e1e1e1; border-bottom: 1px dotted #e1e1e1; padding-top: 10px; padding-bottom: 10px;}
.lines h4{line-height:20px; float:left; font-size:16px; padding-top:5px}
/** Single blog **/

/** Themeple Shortcodes **/

.themeple_sc .textbar{float:left;}
a{color:#222;}
a:hover{text-decoration:none;}

/** Siderbar & Footer Widgets **/

aside select:focus{outline: 0px;}

aside input{ 
width:91%;  
float: left;
height:40px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-color: #e1e1e1;
padding-left: 14px !important;
box-shadow: none !important;
}


footer input, footer textarea {background: #444 !important;}
footer .standard-form select {margin-bottom: 10px;}
footer .standard-form input:nth-child(odd){margin-right:4px;}
footer #s{width: 91%;float: left; border-radius: 0px; padding-bottom: 6px;}

footer select{font-size:13px; color:#666; margin-bottom:0px; padding-top:0px;  overflow: hidden; -webkit-appearance: none; -moz-appearance:none; border-radius: 0px !important; -webkit-border-radius:0px !important; -moz-border-radius:0px !important;  background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/select_arrow.png) no-repeat right; height: 33px; width:100%; background-color: #444; }

.aside_title {border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; width:100%; height:100%;  float:left; padding-top:13px; padding-bottom:13px; margin-top:60px; margin-bottom:20px;}
.aside_title h3{color:#444444;}
aside .widget:first-child .aside_title{margin-top:0;}

aside .widget ul li a { font-weight:400}
aside ul li { 
    padding-left: 0px;
    width: 100%;
    float: left;
    padding-top: 9px;
    padding-bottom: 9px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}


aside ul li a{color:inherit; font-size:13px ; font-weight:400;}
aside ul li:first-child{}
aside ul li:hover, aside ul li a:hover {text-decoration: none;}
.lines .social_icons{margin:0; padding:0; list-style:none; margin-top:3px}
.lines .social_icons li{float:left; margin-right:10px; width:22px; height:22px;}
.lines .social_icons i{color:#999999; font-size:16px}

aside ul li:last-child{margin-bottom: 0px; border-bottom:none;}
aside .tagcloud, footer .tagcloud {width:100%; float:left;}
aside .tagcloud a{
    float: left;
    margin-right: 8px;
    font-size: 14px !important;
    font-weight: 400;
    padding: 5px 12px;
    margin-bottom:8px;
    color: #949393;

}
aside .tagcloud a:hover{color:#888;}
/*aside .tagcloud a{background:#fff !important; font-size:12px !important; border:1px solid #ebebeb; font-weight:300;  padding-left: 8px; padding-right: 8px; padding-top:4px; padding-bottom: 4px; border-radius: 3px;  -moz-border-radius: 3px; /* Firefox */ /* -webkit-border-radius: 3px; /* Safari, Chrome */  /* color:#777;  float:left; margin-right:10px; margin-bottom: 10px; border-radius:0px;} */
aside select, footer select {font-size:13px; color:#666; margin-bottom:0px; padding-top:0px;  overflow: hidden; -webkit-appearance: none; -moz-appearance:none; border-radius: 0px !important; -webkit-border-radius:0px !important; -moz-border-radius:0px !important;  background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow_down.png) no-repeat right; background-position:94%; height: 33px; width:100%;  }
aside .tweet {list-style: none; margin-bottom: 0px;} 
aside form{margin:0 !important;}
aside .tweet dd{margin-left:0px;}
aside .tweet .author {font-size:14px; color:#777 !important; font-weight: 500;}
aside .tweet .date {font-size:12px; float:left}
aside input{float:left;}
aside tfoot {display: none;}
aside .visual iframe, footer .visual iframe, .visual iframe{width:253px; height: 220px;}

aside .widget_flickr{float:left; }
aside .widget_flickr .flickr_container{float:left; margin-top:0px;}
aside .widget_flickr .flickr_badge_image{float: left; -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s; 
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;

    margin-bottom: 5px;
    margin-right: 5px;
    width:75px;
    height: 75px;
    border-radius:6px;
    -webkit-border-radius: 6px;
    moz-border-radius:6px
} 
aside .widget_rss ul li:first-child, .widget_nav_menu ul li:first-child{background-position: 0px 10px !important;}
aside .widget_rss ul li, .widget_nav_menu ul li{background-position: 0px 15px !important;}
aside .social_widget ul li {border:1px solid #dbdee4; padding:0px; list-style: none;}
aside .social_widget ul li i {color: #dbdee4;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 26px;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 0px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
aside .social_widget ul li i:hover{color: #c2c6ce;}
aside .social_widget ul li{border: 1px solid #dbdee4;}
aside .widget_contact_info i{padding-right:10px;}
aside .social_widget ul li {-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;
transition-duration: 0.4s;float: left;margin-right: 0px;width: 26px;height: 26px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
margin-left: 7px;}
.single-categories{margin:0; padding:0; list-style:none; margin-top:5px}
.single-categories li {width:100%;background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/list_arrow.png) left top no-repeat;padding-left: 29px; background-position: 0 12px; float:left; width:88%; padding-top:12px; padding-bottom:6px;}
aside .widget_flickr .flickr_badge_image:nth-child(3n+1){
  margin-right:0
}


aside .widget_slider li{background: none; padding-left:1%;}
aside .widget_slider .flex-direction-nav .flex-prev, aside .widget_slider .flex-direction-nav .flex-next  {top:60%;} 
aside .widget_recent_posts .dl-horizontal dd{margin-left:44px; line-height: 14px; margin-top:0px; margin-bottom:0px;}
aside .widget_contact_info ul{margin:0; padding:0; list-style:none}
aside .widget_contact_info li{padding-left:25px; margin-bottom:9px}
aside .widget_contact_info li.address{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/address.png) left center no-repeat}
aside .widget_contact_info li.phone{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/phone.png) left center no-repeat}
aside .widget_contact_info li.fax{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/fax.png) left center no-repeat}
aside .widget_contact_info li.email{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/mail.png) left center no-repeat}
aside .widget_contact_info li.contact{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/map.png) left center no-repeat}
aside .footer_social_icons li {background: none;}
aside .footer_social_icons {padding-left: 0px;}
aside .widget_flickr img{border:none !important}
/*aside .widget_contact_info li a:hover{color:#fff; text-decoration: none}*/
aside .sub-menu li {margin-bottom: 0px;}
.subscribe{float:left;width:65%; margin-right: 3px; background: none !important; padding-left:6px !important;}
/*.social_ a, #mc_signup_submit{border-radius: 0px;padding-top: 5px;padding-bottom: 5px;padding-left: 15px !important;padding-right: 15px; text-shadow:none; border:none; color:#fff; margin-left:7px; height:30px; background:#fbfbfb !important;}
/*#mc_signup_submit:hover{background:#7b7b7b; -webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;}*/
.social_ a:hover{color:#fff;}
.mc_custom_border_hdr{display: none;}
#mc_signup_form .mc_var_label{display:none !important;} 
.sidebar#widgetarea-sidebar{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/** Footer Widget Styling **/

footer a{color:inherit; text-decoration: none;}
footer a:hover{text-decoration: none;}
footer .menu{padding:0px;}

#mc_signup_form .mc_input, .top_nav_sub.search #search-form .input-append #s{background: none; height:20px; /*-moz-box-shadow:inset 0px 1px 4px #868589;
-webkit-box-shadow:inset 0px 1px 4px #868589;box-shadow:inset 0px 1px 4px #868589;*/float:left; border-radius:0px; border-right:0px; border-bottom-left-radius: 4px;
border-top-left-radius: 4px; 
-webkit-border-radius:0px; -webkit-border-right:0px; -webkit-border-bottom-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius:0px; -moz-border-right:0px; -moz-border-bottom-left-radius: 4px;
-moz-border-top-left-radius: 4px;  
color:#aaa !important;}
#mc_signup_form #mc_signup_submit{background: none;
    border: 1px solid #e8e8e8;
    float: left;
    color: #f5f5f5;
    padding-top: 4px;
    padding-bottom:4px;
    border-right: 0px;
}

/*.header_1  nav .menu > li.menu-item-has-children > a:after{content:"\f107"; font-family:"FontAwesome"; width:20px; height:20px; position: absolute; top:8px; padding-left:1px; font-size: 12px; color:#ddd;}*/

.header_1_body .widget_topnav .headecart.small_widget .cart-items-active{top:8px;}

.header_4 .top_nav_sub.search #search-form .input-append #s{border:1px solid #ebebeb;}
.header_4 .mc_input{border:1px solid #ebebeb;}
.header_4 .top_nav_sub{margin-top:1px; border:1px solid #e8e8e8; background-color:#fff !important;}
.header_4 .top_nav_sub.search #search-form .input-append .more{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/lup.png); background-repeat: no-repeat;
background-position: center left 11%;}
.top_nav_sub.search #search-form .input-append .more{
background: none;
border: 1px solid #e8e8e8;
/*-moz-box-shadow: inset 0px 1px 4px #868589;
-webkit-box-shadow: inset 0px 1px 4px #868589;
box-shadow: inset 0px 1px 4px #868589;*/
float: left;
padding-top: 4px;
padding-bottom:4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-top-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/s.png);
background-repeat: no-repeat;
background-position: 9px;
padding-left: 25px; 
}
.top_nav_sub.login a{float:left; width:100%; display: none;}

.top_nav_sub.search #search-form .input-append #s{width:157px;}
.top_nav_sub.login input{
background: none;  height:20px; /*-moz-box-shadow:inset 0px 1px 4px #868589;
-webkit-box-shadow:inset 0px 1px 4px #868589;box-shadow:inset 0px 1px 4px #868589;*/float:left; border-radius: 0px;
-webkit-border-radius:0px; 
-moz-border-radius:0px; 
-moz-border-radius: 0px;  
width:158px;
}
.top_nav_sub.login form{width:175px;}
.top_nav_sub.login .button{
background: none;
/*-moz-box-shadow: inset 0px 1px 4px #868589;
-webkit-box-shadow: inset 0px 1px 4px #868589;
box-shadow: inset 0px 1px 4px #868589;*/
float: left;
background-position: 5px;
height:28px;
border:1px solid #e8e8e8;
width:100%;
}


.top_nav_sub.multilanguage{color:#f5f5f5; display: none; padding-top:10px; padding-left: 10px; padding-right: 10px; background: #fff; margin-top: 10px; position: absolute;}
.top_nav_sub.login{

    display: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fcfcfc;
    margin-top: 51px;
    width: 191px;
    position: absolute;
    margin-left: -16px;
    border-top: 0;
}

.top_nav .sub-menu.non_mega_menu{display: none;}
.top_nav .widget_nav_menu{margin-top:11px !important; height:15px !important;}
.top_nav .menu.themeple_megemenu{margin-top:-1px !important; height:50px;}
.top_nav .menu.themeple_megemenu > li:hover .sub-menu.non_mega_menu{display: block;position: absolute;}
.top_nav .sub-menu.non_mega_menu {background: #fafafa; border:1px solid #eef1f2; padding-right: 8px; z-index: 99999; position: relative; margin-top:12px; }
.top_nav .sub-menu.non_mega_menu li{width:100%; border-bottom:1px solid #eef1f2; float:left; padding:5px; position: relative;}
.top_nav .sub-menu.non_mega_menu li a{padding-left:10px;}
.top_nav .sub-menu.non_mega_menu li a:hover{color:#555;}
.top_nav .menu.themeple_megemenu {height: 50px !important; }
.top_nav .menu.themeple_megemenu > li > a{padding-left: 15px;}
.top_nav .menu.themeple_megemenu:before{position: absolute; content: "\e3c5"; font-family:"moon"; font-size: 10px;}
.top_nav .menu.themeple_megemenu > li {height:50px;}
.top_nav .widget.icl_languages_selector{margin-top:12px;}
.top_nav #lang_sel a.lang_sel_sel{background-color:transparent !important; } 
.top_nav_sub.headcart{display:none;}

.mc_error_msg, .mc_success_msg{color:#f5f5f5 !important;}

#mc_signup_form .mc_input input[type="placeholder"]{color:#aaa;}
.check-login {float: left;margin-top: 10px;margin-bottom: 5px;}
.check-login input[type="checkbox"]{background:#6f6e72; margin-left: 21px;margin-right: 4px;margin-top: 4px; height: auto; width:auto;}
#mc_subheader{padding-bottom: 10px;}
.top_nav_sub.mail{width:240px;}
aside .more-large{boder-radius:0px !important; color:#222 !important;}
aside #mc_signup{float:left; width:100%;}
aside #mc_signup_form .mc_input{ background: none; padding-left: 3px !important; border:1px solid #ccc;}
aside #mc_subheader{display:none;}
aside #mc_signup_form{border:0px !important; background-color:#fff !important; color:#222 !important;}
aside #mc_display_rewards{display:none !important;}
aside #mc_signup_submit{padding-left: 10px !important;margin-left: 5px;background: #fff;color: #222 !important;padding-right: 10px;}
aside #mc_signup_submit:hover{background:#f4f3f3 !important;}
aside #mc_signup_form .mc_var_label{display:block;}
aside #mc_signup_form .mc_input{width:55%;}
/** Contact **/ 
.contact_form  .custom_btn{padding: 12px 31px;

font-weight: bold;
color: #fff;
border:none;
height:auto !important;
font-size: 14px;
float: left;}
.contact_form  .more-large:hover{border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; -webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;}
/** End Contact **/

/** Sidebar Widget Styling **/

/** End Sidebar Styling **/
#wp-calendar {width:100%;}
#wp-calendar tr{text-align: center;}


/*** Style Testimonials **/

#testimonials {width:100% !important; margin-bottom:10px; !important;}

#testimonials .testimon p { background:#fff;padding: 10px 15px;  color:#8a8a8a;  font-size:13px; font-style: italic; border:1px solid #ebebeb; margin:0px; }

#testimonials .user-testimonial {
    
    width: 100% !important;
    font-size: 14px;
    color: #505558;
    height: 24px !important;
    position: absolute;
    padding-right: 0px;
    padding-top: 2px;
    color: #222;
    font-weight: 500;
    font-size: 12px;
    margin-top: 25px;
    margin-left: 7px;
}

#testimonials .arrow{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/testi_arrow.png) center no-repeat; width: 43px; height: 22px; float: left; position: relative; left: 7%; top:-1px;}

/** End Style Testimonials **/



/** Style Portfolio Sidebar **/



.recent_sc_portfolio{margin-bottom:0px;}

.portfolio_sc_item{

 float: left; -webkit-transition-duration: 0.4s;

-moz-transition-duration: 0.4s;

-o-transition-duration: 0.4s;

-ms-transition-duration: 0.4s;

transition-duration: 0.4s;

border:2px solid rgba(0,0,0,0);

margin-bottom: 13px;

width: 271px !important;

cursor: pointer;

}

.wpb_column.column_container .pagination{width:100%; float:left;}

.portfolio_sc_item img{border:2px solid #fff;}
.portfolio_sc_item img:hover{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
border-radius: 3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.textshortcode {margin-bottom:0px !important;}

.textshortcode .pagination{margin-top: -56px; float:right;}

.textshortcode .caroufredsel_wrapper{width:228px !important; height:145px !important;}

.pagination-portfolio{position:relative; top: -190px; margin-left: 157px;}

.pagination-portfolio a{width:25px; height:5px; float:left; margin-left:6px; }

.pagination-portfolio a span{display:none}



.pagination-portfolio a:hover{background:#676767}



/** End Style Portfolio Sidebar **/



/** Tooltip Styling Trick **/



.social_icons .tooltip{left:-40px !important; width:70px ! important; top:-34px !important}



/** End Tooltip Styling Trick **/ 



/** Shortcodes Styling **/
/*
.themeple_sc .header{width:100%; float:left; margin-bottom:20px; background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/header_divider.png) center repeat-x}
.themeple_sc .header h6{background: #fcfcfc;}
/*
.themeple_sc .header h1, .themeple_sc .header h2, .themeple_sc .header h3{color:#4f4f4f; font-weight:normal;margin-top:0; margin-bottom:0; float:left;  padding-right:5px}

.themeple_sc .header h1, .themeple_sc .header h2, .themeple_sc .header h3{background: #fff;}	

.themeple_sc .social_icons {float:left;}

.themeple_sc .social_icons li.Dribbble span{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/dribbble.png) center no-repeat;}

.themeple_sc .social_icons li.Facebook span{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/facebook.png) center no-repeat;}

.themeple_sc .social_icons li.Flickr span{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/flickr.png) center no-repeat;}

.themeple_sc .social_icons li.Aim a span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/aim.png) center no-repeat;}

.themeple_sc .social_icons li.Apple span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/apple.png) center no-repeat;}

.themeple_sc .social_icons li.Behance span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/behance.png) center no-repeat;}

.themeple_sc .social_icons li.Delicious span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/delicious.png) center no-repeat;}

.themeple_sc .social_icons li.Deviantart span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/deviantart.png) center no-repeat;}

.themeple_sc .social_icons li.Digg span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/digg.png) center no-repeat;}

.themeple_sc .social_icons li.Drupal span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/drupal.png) center no-repeat;}

.themeple_sc .social_icons li.Evernote span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/evernote.png) center no-repeat;}

.themeple_sc .social_icons li.Flower span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/flower.png) center no-repeat;}

.themeple_sc .social_icons li.Forrst span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/forrst.png) center no-repeat;}

.themeple_sc .social_icons li.Groveshark span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/groveshark.png) center no-repeat;}

.themeple_sc .social_icons li.Kexter span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/kexter.png) center no-repeat;}

.themeple_sc .social_icons li.Myspace span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/myspace.png) center no-repeat;}

.themeple_sc .social_icons li.Paypal span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/paypal.png) center no-repeat;}

.themeple_sc .social_icons li.Photoic span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/photoic.png) center no-repeat;}

.themeple_sc .social_icons li.Playstation span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/playstation.png) center no-repeat;}

.themeple_sc .social_icons li.Question span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/question.png) center no-repeat;}

.themeple_sc .social_icons li.Rabbit span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/rabbit.png) center no-repeat;}

.themeple_sc .social_icons li.Robot span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/robot.png) center no-repeat;}

.themeple_sc .social_icons li.Rss span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/rss.png) center no-repeat;}

.themeple_sc .social_icons li.Skype span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/skype.png) center no-repeat;}

.themeple_sc .social_icons li.Sn span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/sn.png) center no-repeat;}

.themeple_sc .social_icons li.Windows span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/windows.png) center no-repeat;}

.themeple_sc .social_icons li.Wordpress span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/wordpress.png) center no-repeat;}

.themeple_sc .social_icons li.Yahoo span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/yahoo.png) center no-repeat;}

.themeple_sc .social_icons li.Youtube span{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/youtube.png) center no-repeat;}
*/
.themeple_sc .themeple_blockquote{padding:23px 43px;font-size: 13px;  line-height:27px; position:relative;margin-bottom:20px; margin-top:10px; float:left; font-style:italic;}


span.highlights{padding-left:3px; padding-right:3px;}

/*.shortcode_h1{color:#4f4f4f;  line-height:30px;}

.shortcode_h2{color:#4f4f4f;  line-height:26px;}

.shortcode_h3{color:#4f4f4f; font-size:20px; line-height:22px;}

.shortcode_h4{color:#4f4f4f; font-size:18px; line-height:20px;}

.shortcode_h5{color:#4f4f4f; font-size:16px; line-height:18px;}

.shortcode_h6{color:#4f4f4f; font-size:13px; line-height:15px;} */

.shortcode_h1, .shortcode_h2, .shortcode_h3, .shortcode_h4, .shortcode_h5, .shortcode_h6{font-weight: 300;}



.star{list-style-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/star.png); }

.square {list-style-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/square.png); }

.th{background:#f0f0f0 !important;}


.table{float:left;}

.dropcast.square{

float: left;
color: #fff;
font-size: 36px;
font-weight: 400;
margin-right: 10px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
width: 50px;
height: 50px;
text-align: center;
line-height: 48px;

}

.dropcast.circle{
    
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
float: left;
color: #fff;
font-size: 36px;
font-weight: 400;
margin-right: 10px;
width: 50px;
height: 50px;
text-align: center;
line-height: 46px;

}

.dropcast.no-form{border:none; font-size:40px; font-weight:400; padding-right:10px; padding-bottom:10px; padding-top:10px; float:left;}



/* Price Table */

.price_1_col .header {background: none;}

.price_1_col:last-child{border-right:0px;}
.price_box .footer a:hover{color:#fff;}


.price_1_col{float:left;}
.footer .price_button{
/*text-shadow: 1px 1px 3px #333333;*/
padding-right: 16px;
padding-left: 38px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: 500;
color: #f8f8f8;
background-position: 11px;
background-repeat: no-repeat;
border: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}

.price_1_col ul{margin:0; padding:0; list-style-type: none; float:left; width:100%}

.price_1_col ul li span{
    position: absolute;
    margin-top:-5px;
}


.price_1_col ul li{
    float: left;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 13px;
    height: 36px;
    border-top: 2px solid #fff !important;
    color: #555555;
    border-top: 1px solid #fff;
    background: #f8f8f8;
    text-align: center;
    line-height: 0px;
}

.price_1_col ul li:nth-child(2n){background:#f0f0f0;}

.price_1_col [class*="moon-"], [class*=" moon-"]{padding-right: 10px; font-size: 10px;}

.price_1_col ul li span.tick{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/css/img/tick.png) center no-repeat; width:15px; height:12px;float:left; margin-right:10px}



.price_1_col ul li span.not{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/css/img/cross.png) center no-repeat; width:13px; height:13px; float:left; margin-right:10px}



.price_1_col ul li:last-child{



    border-bottom:2px solid #fff;



}

.price_container .header{margin-bottom: 0px !important; padding-bottom: 0px !important;}
.price_container .header:before{background: none !important;}
.price_box {float:left; border:1px solid #ebebeb;}

.price_box .title{font-size:16px; text-transform: uppercase; color:#999; text-align: center; padding-top:25px; padding-bottom:25px; border-bottom:1px solid #ebebeb; font-weight: 400;}

.price_box .price{text-align: center;padding-top: 35px;padding-bottom: 25px;  color:#444; float:left; width:100%; border-bottom:1px solid #ebebeb;}
.price_box .price .p{width:100%; text-align: center; float:left; font-size:50px; font-weight:400;}
.price_box .price .period{width:100%; text-align: center; float:left;font-size:16px; margin-top:23px; font-style: italic; color: #999;}
.price_box ul{list-style: none; padding:0px; text-align: center; margin:0;float:left; width:100%;}

.price_box ul li{border-bottom:1px solid #e3e3e3; padding-top:15px; padding-bottom:15px; font-size:13px;}
.price_box ul li{background:#fff; color:#999;}
.price_box ul li:nth-child(2n){background:#f0f0f0; color:#a8a8a8;}
.price_box .footer {padding-top: 30px;padding-bottom: 30px;background: #fff; text-align: center; width:100%;float:left;}

.price_box .footer a{float:none; margin:0 auto;}

.price_box .period{margin-left:-5px; color:#68676a;}

/*.price_box .btn-system{padding:13px 15px;}*/



.price_1_col .footer a{text-decoration: none;}

.price_1_col.level-max .header .title h2{font-size:19px; color:#fff;}

.price_1_col.level-max .header .title{padding-top:20px; padding-bottom:20px;}
.price_1_col.level-max{-webkit-box-shadow: 0px -1px 9px rgba(50, 50, 50, 0.75);-moz-box-shadow:    0px -1px 9px rgba(50, 50, 50, 0.75); box-shadow:         0px -1px 9px rgba(50, 50, 50, 0.75);

   margin: -17px -2px -15px 0;z-index: 9999;position:relative;border:0px;}



.price_1_col [class^="icon-"], [class*=" icon-"] {margin-top: 4px; margin-right: 4px;}

.price_1_col {border-left:2px solid #fff;}

.price_1_col :nth-child(2) {border-right:0px;}

.price_1_col:first-child{border-left:0px;}

.price_1_col:last-child ul li{width:100%; border-right:none}



.price_1_col.level-max li{width:100%}



.price_1_col.level-one{z-index:0; position:relative}



.col-2 .price_1_col{width:460px;float:left}



.col-3 .price_1_col{width:300px;float:left}



.col-4 .price_1_col{width:220px;float:left;}

.col-5 .price_1_col{width:219px; float:left;}



.price_1_col .header{



    height:110px



    float: left;



    width: 100%;



}



.price_1_col.level-max .footer{height:105px}



.price_1_col .footer a{



    text-align: center;



    float: left;



    margin-top: 30px !important;



    margin-left: 29px;


}


.price_1_col.level-max .header h1{




    padding-top:7px;



}

.price_1_col .header .title{padding-top:15px; padding-bottom:15px; background: #2c2c2c;}

.price_1_col .header .title h2{font-size:16px;font-weight:normal;color:#999;text-align: center;line-height: 20px; float:none;}

.features-list ul li{float:left; text-align: left; padding-left:50px}

.price_1_col .header .price {padding-top:30px; padding-bottom:25px; text-align: center; background:#3a3a3a;}

.price_1_col .header .price h1{text-transform: lowercase;font-size: 45px;font-weight: bold;margin-top: 0;
                                color: #fff;text-align: center;line-height: 15px;}

.price_1_col .header .period{padding-bottom:20px; text-align: center; background:#3a3a3a; color:#999; font-style:italic;}

.price_1_col {position:relative; z-index:1}



.price_1_col .footer{width:100%; float:left; height:100px; background: #f8f8f8;}



.price_1_col .header h2 span{font-size:30px !important; width:100%;color:#fff !important; float:left; line-height:30px}



/* End Price Table */



/** Table **/

.border-table{border:1px solid #ebebeb; float:left; width: 100%; border-left:0px !important;}
.table-bordered{border-radius: 0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-left:0px;}
.themeple_sc .table{margin-bottom: 0px; border:none;}
.table-bordered th, .table-bordered td{border-left:1px solid #ebebeb;}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child, .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child{border-radius: 0px; -webkit-border-radius:0px; -moz-border-radius:0px;}
.themeple_sc .th td{color:#555; font-size:16px;}
.themeple_sc td{text-align: center; color:#969ba2; }
.table th, .table td{padding-top:20px; padding-bottom:20px;}

/** End Table **/



/** End Shortcode Styling **/



/** Submit button styling **/

footer .more-large{
    -webkit-box-shadow:none;
    
    -moz-box-shadow:none;
   
    box-shadow: none;

    padding:7px;

    color:#aaa;
   
    border-radius:6px;
   
    -webkit-border-radius:6px;

    -moz-border-radius:6px;
    
    -webkit-transition-duration: 0.4s;

     -moz-transition-duration: 0.4s; 
    
     -o-transition-duration: 0.4s;

     -ms-transition-duration: 0.4s;

     transition-duration: 0.4s;

}
footer .more-large:hover{
      border-radius:0px;
   
    -webkit-border-radius:0px;

    -moz-border-radius:0px;

    -webkit-transition-duration: 0.4s;

     -moz-transition-duration: 0.4s;
    
     -o-transition-duration: 0.4s;

     -ms-transition-duration: 0.4s;

     transition-duration: 0.4s;

}

footer select {
  outline:0;
  border:none;
  color:#aaa;

}

footer .standard-form select{border-radius: 6px !important; -moz-border-radius:6px !important; -web-border-radius:6px !important;}

aside .standard-form textarea {border:1px solid #ebebeb;}

.more-large{

    box-shadow: none;

    border: none;

    color: #fff;
   
    background:#fff;
   
    padding-top: 7px;

    padding-bottom: 7px;

    padding-right: 20px;
   
    padding-left:20px !important;

    border: 0;
       
    color:#fff;
   
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
    
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
   
    box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);

    max-width: 136px !important;

    position: relative;

    font-weight: 500;
}



footer .more-large:hover{color:#fff;}

.more-large:hover{

    -webkit-transition-duration: 0.4s;

    -moz-transition-duration: 0.4s; 

    -o-transition-duration: 0.4s; 

    -ms-transition-duration: 0.4s;

    transition-duration: 0.4s;

    position: relative;



}

/** End submit button styling **/

/** Alert **/
.alert {font-weight:300; border-left:3px solid;}
.alert strong{font-weight: 400;}
.alert- .close{color:#c09853 !important;}

/** End  Alert **/

.prog .desc{padding:10px !important;}






/** Form Costumize Styling **/





/** End form coustumize **/



.col-3 .footer a{margin-left:97px;}

.col-2 .footer a{margin-left:175px;}

/** Sub Menu Shadow **/


/** End Sub Menu Shadow **/

/** Lightbox **/
.visual {width:95%; float:left; opacity:1;-webkit-transition-duration: 0.4s;

    -moz-transition-duration: 0.4s; 

    -o-transition-duration: 0.4s; 

    -ms-transition-duration: 0.4s;

    transition-duration: 0.4s; position:relative; margin-bottom:0px; padding-bottom:0px;}


.visual span{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/lighicon.png) center no-repeat; position:absolute; top:0; left:0; width:100%; height:100%; opacity:0;-webkit-transition-duration: 0.7s;

    -moz-transition-duration: 0.7s; 

    -o-transition-duration: 0.7s; 

    -ms-transition-duration: 0.7s;

    transition-duration: 0.7s;}
.visual:hover span{opacity:1;}
/** End Lightbox **/


 /** The icons for preview mode ***/

  .the-icons{list-style: none;}

 /** End the icon preview mode ***/

/** 404 Not found **/

.not_found_error h1{font-size:300px !important; line-height:300px !important;}
.not_found_error p{font-size:30px !important; color:#222;}
.not_found_error .goback{width:96px; margin-left:auto; margin-right:auto; margin-top:100px;} 
.not_found_error .goback span{color:#fff;}
.not_found_error .goback .btn span:hover{background-color:#fff !important; color:#222 !important;}
.code{

	background: #f7f7f7;
	padding:10px; 
	float:left; 
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
/* Header Right Widgetized NAV **/

.top_nav .widget.widget_topnav .header_search{padding-left:15px; padding-top:5px; cursor: pointer;}
.top_nav .top_nav_sub.search{padding-bottom:20px;}
.top_nav .sub-loggin{padding-bottom:101px; margin-top:-11px;}  
.qtrans_language_chooser .active{height:auto !important;}


/** Top Footer **/
.next i, .back i{color:rgba(255,255,255, 0.5);} 

/** Shortcode TextBar **/
.textbar-container{float:left;}
.textbar .btn-system span{font-family: Roboto; font-weight:400;}
.textbar h2 {padding-right:160px; font-weight: 300;}

/** New Divider Shortcodes **/
.divider_shortcodes{border-bottom:1px solid #e3e3e3;}

/** Button Shortcodes **/
.btn-system.blue:hover{background:#fff !important;}
.btn-system.blue span{font-size:12px; font-weight:500;}
.btn-system.blue {margin-right: 3px !important;}
.custom_btn{font-weight: 500 !important;}
 .btn-system{float:left; margin-right: 5px;}
 .btn-system i{padding-right:8px;}
/** Twitter Widget Styling **/

aside .tweet_list .tweet .message {padding-left:30px; float:left; color:#999;}
aside .tweet_list .tweet .date{padding-top:5px;}
aside .tweet_list dt {width:24px; height:24px; border-radius: 40px; -webkit-border-radius:40px;-moz-border-radius:40px; float:left; position: relative;}
aside .tweet_list dt i {position:absolute; top:4px; left:5px;} 
aside .tweet_list dd{margin-left:40px;}
aside .tweet_list dd .date{font-size:12px; color:#999; float:left; width:100%; margin-bottom: 20px;} 

footer .tweet_list .tweet .message {padding-left:30px; float:left; color:#999;}
footer .tweet_list .tweet .date{padding-top:5px;}
footer .tweet_list dt {width:24px; height:24px; border-radius: 40px; -webkit-border-radius:40px;-moz-border-radius:40px; float:left; position: relative; }
footer .tweet_list dt i {position:absolute; top:4px; left:5px; font-size:20px;}
footer .tweet_list dd{margin-left:40px;}
footer .tweet_list dd .date{font-size:12px; color:#999; float:left; width:100%; margin-bottom: 20px;} 
footer.type_dark .tweet_list dt {background:#00aaf3;}
footer.type_dark .tweet_list dt i{color:#fff;}
footer.type_light .tweet_list dt{background:transparent; border:1px solid #00aaf3;}
footer.type_light .tweet_list dt i{color:#00aaf3;}
footer.type_skin_color .tweet_list dt{background:#fff;}



/** Twitter Widget Styling **/
/** Shortcode Widget **/
.widget_shortcode .pagination{margin-left:75% !important; margin-bottom: 10px !important; float:left; margin-top:-43px;}
.widget_shortcode .project {display: none;}
.widget_shortcode #portfolio-preview-items.four-cols .portfolio-item{width:212px !important; overflow: hidden;}
aside .widget_shortcode .visual{width:96px !important; margin-right:10px; margin-bottom:10px !important;}
aside .widget_shortcode .visual:nth-child(2){margin-right:0px;}
aside .widget_shortcode .visual img{border-radius: 3px; -web-kit-border-radius:3px; -moz-border-radius:3px;}
.themeple_sc_services_element{list-style: none;}

/** BBPRESS STYLING **/
.container #bbpress-forums li.bbp-header {background: #fafafa; border-top:none; font-weight:300; color:#666; padding-top:20px; padding-bottom:20px;}
.dark_version .container #bbpress-forums li.bbp-header{background:#41434b; color:#fff !important;}
.container #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{}
.container .forum-titles, .container .bbp-forum-title{font-size:15px;}
.container .bbp-forum-title{font-weight: 300;}
.container .bbp-forum-content{color:#999;}
.container #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{font-size:13px;}
.container #bbpress-forums li.bbp-body{background:#fff;}
.dark_version .container #bbpress-forums li.bbp-body{background:transparent;}
.container #bbpress-forums ul.odd{background:#fff;}
.dark_version .container #bbpress-forums ul.odd{background:transparent;}
.container .bbp-forum-info{padding-left:30px;}
.container #bbpress-forums li.bbp-body ul.forum{padding-top:20px; padding-bottom:20px;}
.container #bbpress-forums div.bbp-search-form{float:left;width:100%;}
.container #bbpress-forums #bbp-search-form #bbp_search{width:95%;}
.dark_version #bbpress-forums div.even, .dark_version #bbpress-forums ul.even{background:transparent !important;}
.container .span9 #bbpress-forums #bbp-search-form #bbp_search {width:93%;}
.dark_version .container .span9 #bbpress-forums #bbp-search-form #bbp_search{background:transparent;}
.container #bbp_search{height:30px; border-radius: 0px; -webkit-border-radius:0px; -moz-border-radius:0px; background: #fafafa; box-shadow: none; -webkit-box-shadow:none; -moz-box-shadow:none;}
.container #bbp_search_submit{border: 0px;height: 41px; width:41px; padding: 0px; margin-top: -11px;margin-left: -4px; background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/search_f.png);background-repeat: no-repeat;background-position: 50%; -webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;}
.container #bbp_search_submit:hover{background-color:#444; -webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;}
.dark_version .container #bbp_search{background:transparent;}
.container .bbp-body .bbp-forum-topic-count, .container .bbp-body .bbp-forum-reply-count{font-size:15px; padding-top:9px;}
.container li.bbp-forum-info, li.bbp-topic-title{width:66%;}
.container li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count{width:15%;}
.container div.bbp-template-notice.info{display:none;}
.container ul.bbp-topics li.bbp-header{padding-left:30px !important;}
.container .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky{background:#fff !important;}
.container #bbpress-forums li.bbp-body ul.topic{padding-left:34px; padding-top:20px; padding-bottom:20px;}
.container .bbp-topic-permalink{position:relative;}
.container .sticky .bbp-topic-permalink , .container .super-sticky .bbp-topic-permalink{padding-left:25px;}
.container .bbp-body .sticky{padding:8px !important; padding-left:34px !important; padding-top:20px !important; padding-bottom:20px !important; width:auto !important; border-top: 1px solid #ebebeb !important; border-bottom:0px !important; 
                            border-left:0px !important; border-right:0px !important; background-color:#fafafa !important; }
.dark_version .container .bbp-body .sticky{background:transparent !important;}
.container .bbp-body .sticky .bbp-topic-permalink:before{content: "\e2fc";font-family: "moon";position: absolute;z-index: 999999 !important;top: 2px;left: 0;font-size: 15px;speak: none;font-style: normal;line-height: 1;text-decoration: none; -webkit-font-smoothing: antialiased;}
.container .bbp-body .super-sticky{background-color:#fafafa !important;}
.dark_version .container .bbp-body .super-sticky{background-color:transparent !important;}
 .container .bbp-body .super-sticky .bbp-topic-permalink:before{content: "\e2fe";font-family: "moon"; position: absolute;z-index: 999999 !important;top: 2px;left: 0;font-size: 15px;speak: none;font-style: normal;line-height: 1;text-decoration: none; -webkit-font-smoothing: antialiased;}                         
.container .type-topic .bbp-topic-voice-count, .container  .type-topic .bbp-topic-reply-count  {font-size:15px; padding-top:16px;}
.container .bbp-topic-started-by .bbp-author-avatar{display: none;}
.container .bbp-topic-revision-log-item .avatar{display: none;}
.container .bbp-pagination-count, .container .bbp-pagination{float:right;}
.container div.bbp-breadcrumb{display: none;}
.container div.bbp-template-notice, div.indicator-hint{color:#222;}
.container #bbpress-forums .forums.bbp-replies{border:none;}
.container #bbpress-forums .forums.bbp-replies .bbp-header{border:none; background:transparent;}
.container #bbpress-forums .bbp-reply-content{background: transparent;}
.single-topic #bbpress-forums div.odd, #bbpress-forums ul.odd{background: transparent;}
.container #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar{border-radius: 40px; -webkit-border-radius:40px; -moz-border-radius:40px;}
.container #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header{background:transparent;}
.container div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header{border-top:1px solid #ebebeb;}
.container #bbpress-forums div.bbp-reply-author a.bbp-author-name{display: none;}
.container #bbpress-forums div.bbp-reply-content {float:left; width:100%;}
.container #bbpress-forums .edited-author{padding-top:13px;}
.container #bbpress-forums .edited-author-name{font-weight:500;}
.container #bbpress-forums div.bbp-reply-content {margin-left:18px; width:96%; margin-bottom:10px;}
.container #bbpress-forums .bbp-reply-revision-log-item .avatar{display: none;}
.container #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background-color:#fafafa;}
.dark_version .container #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background-color:transparent !important;}
#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input{border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;}

#bbpress-forums #bbp_topic_title, #bbpress-forums #bbp_topic_tags, #bbpress-forums #bbp_reply_move_destination_title {height:30px;}
#bbpress-forums #bbp_stick_topic_select, #bbpress-forums  #bbp_topic_status_select, #bbpress-forums  #bbp_destination_topic{height:44px; background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow_down.png) no-repeat right;
background-position: 94%; -webkit-appearance: none; -moz-appearance: none;}
#bbpress-forums .button.submit, #bbpress-forums div.bbp-submit-wrapper{margin-top:0 !important;}
.bbpress.page_header_yes #content{padding-top:100px !important;}
#bbpress-forums {padding-top:60px; padding-bottom:90px;}
#bbpress-forums div.bbp-template-notice, #bbpress-forums div.indicator-hint{background-color:#e1f8ff; border-color:#78dffe;  padding:10px !important; color:#70d3f1 !important; border-left:3px solid #78dffe; border-radius: 0px; -webkit-border-radius:0px; -moz-border-radius:0px; }
#bbpress-forums div.bbp-template-notice p{position: relative; padding-left:22px;}
#bbpress-forums div.bbp-template-notice p:before{font-family: "moon"; content:"\e363"; position: absolute; font-size: 15px; top:4px; left:0;}
.bbpress aside{padding-top:56px;}
#bbpress-forums div.bbp-topic-tags{display:none;}
.page #bbpress-forums{padding-top:6px;}
#bbpress-forums dt{font-weight: 300;}
#bbpress-forums dd , #bbpress-forums  dt{float:left;}
#bbpress-forums dd {padding-right:20px;}
#bbpress-forums fieldset.bbp-form input {margin:0 0 3px;}
#bbp-lost-pass fieldset label {width:125px;}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border-radius: 75px; -webkit-border-radius:75px; -moz-border-radius:75px;}
.bbpress aside #bbp_search{width:74%; }
.bbpress aside #bbp_search_submit{margin-top:-1px;}
.bbpress aside .bbp-forum-title{color:#222;}
.dark_version.bbpress aside .bbp-forum-title{color:#aaa;}
.dark_version .bbp-login-form .bbp-username input, .dark_version .bbp-login-form .bbp-email input, .dark_version .bbp-login-form .bbp-password input{background:transparent !important;}
.bbp-search.forum-search #bbpress-forums ul.bbp-search-results {border:none;}
#bbpress-forums li.bbp-header .bbp-search-content{text-align: center;}
#bbpress-forums .bbp-pagination-count{margin-top:-4px;}
aside .bbp-logged-in img.avatar{border-radius: 30px;}
aside .bbp-logged-in a{font-weight: 300; font-size:15px;}
aside .bbp-login-form .bbp-remember-me label{padding-top:13px; padding-left:10px;}
aside .bbp-login-form .button.submit{font-size: 15px;border: none;border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;color: #fff;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;padding: 9px 16px;float: left; font-weight: 300; margin-top:-10px; -webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;}
aside .bbp-login-form .button.submit:hover{background-color:#444;-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;}
aside .bbp-login-form .button.submit:focus{outline:none;}
aside .topic-author img{display: none;}
aside .bbp-logged-in label, aside .bbp-login-form label {font-weight:300;} 
#bbpress-forums legend{font-size:15px;}
#bbpress-forums .button.submit{padding: 10px 32px !important; font-weight: 300 !important}
#bbpress-forums .button.submit{outline: none;}
.bbp-pagination-links{float:left;}
.bbp-pagination-links span.current{color: #fff; padding:6px 13px; font-size:13px; margin-top: 0; border: none; opacity: 1;}
.bbp-pagination-links a{padding:5px 12px; font-size:13px; margin-top: 0; border: none; opacity: 1; border: 1px solid #eef1f2;}
.bbp-pagination-links a:hover{background: none !important ; border: 1px solid #eef1f2;}
/** End Bbpress */

aside .widget_recent_content ul li {background:none; width:auto; padding-left:0px; padding-top:7px !important; padding-bottom:7px !important; margin-right:10px;}
aside .widget_recent_content .nav-tabs > li > a, footer .widget_recent_content .nav-tabs > li > a{padding-top:0px; padding-bottom:0px; line-height: auto;}
aside .widget_recent_content .tabbable.style_1 .tab-content, footer .widget_recent_content .tabbable.style_1 .tab-content{margin-top:20px;}
aside .widget_recent_content #recent img, aside .widget_recent_content #popular img, footer .widget_recent_content #recent img, footer .widget_recent_content #popular img  {float: left;margin-right: 10px;}
aside .widget_recent_content #recent dl, aside .widget_recent_content #popular dl, footer .widget_recent_content #recent dl, footer .widget_recent_content #popular dl {margin-bottom:0px;}
aside .widget_recent_content #recent dd span, aside .widget_recent_content #popular dd span, footer .widget_recent_content #recent dd span, footer .widget_recent_content #popular dd span {font-size: 13px; color:#999;}
footer .widget_recent_content .nav-tabs > .active > a, .nav-tabs > .active > a:hover{background-color:transparent; }
footer .widget_recent_content .tabbable.style_1 .nav-tabs li{margin-right:10px;}
footer .widget_recent_content ul li{background:none; width:auto; padding-left:0px; padding-top:8px !important; padding-bottom:8px !important; margin-right:0px !important; padding-left:0px !important; padding-right:0px !important; }
footer .widget_recent_content .tabbable.style_1 .nav-tabs li{}
footer .widget_recent_content .tabbable.style_1.tabs-top .nav-tabs{}

.side-nav ul{list-style: none; padding-left:0px;}
.side-nav ul.children li{background: none;}
.side-nav li{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.side-nav .page_item_has_children .children{display: none; margin-top:10px; margin-bottom:-10px; width:200px;}
.side-nav .page_item_has_children .children li:hover a{color:#fff;}
.side-nav .children li.current_page_item a{color:#fff !important;}

.side-nav .children li {width:200px;} 
.side-nav > li{padding-left:20px;}
.side-nav > ul > li {padding-left: 20px;}

.side-nav .page_item_has_children > a{padding-left: 20px;}
.side-nav .children li{margin-left:20px; margin-right:20px;}
/*
.side-nav .page_item_has_children.open-child{background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-up.png); background-repeat: no-repeat !important; background-position: 218px 19px!important;}
.side-nav .page_item_has_children{background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-down.png); background-repeat: no-repeat !important; background-position: 218px 19px!important; }
*/
.side-nav .page_item_has_children.open-child:after{
     
     content:"";
     background-image:  url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-up.png); 
     background-repeat: no-repeat !important; 
     width:20px; 
     height:20px; 
     position: absolute;
     top: 14px;
     right: 11px;
 }

 .side-nav .page_item_has_children:after{ 

     content:"";
     background-image:  url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-down.png); 
     background-repeat: no-repeat !important; 
     width:20px; 
     height:20px; 
     position: absolute;
     top: 14px;
     right: 11px;
 }


/** Gravity Contact Form **/

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title, .gform_wrapper .top_label .gfield_label{font-weight: 300 !important;}
.ginput_container input.medium{
height: 30px;
float: left;
margin-right: 3%;
margin-bottom: 23px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #fff;
display: block !important;
color: #999;
font-size: 13px;
text-transform: capitalize !important; border:1px solid #eef1f2 ;}
.ginput_container textarea{height: 30px;
float: left;
margin-right: 3%;
margin-bottom: 23px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #fff;
display: block !important;
color: #999;
font-size: 13px;
text-transform: capitalize !important;
font-weight: 300;
 border:1px solid #eef1f2 ;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {font-size: 15px;
border: none;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
color: #fff;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
padding: 15px 45px;
float: left;}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover{background: #444;}
.gform_wrapper select{font-size: 13px;
color: #666;
padding:0px !important;
overflow: hidden;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow_down.png) no-repeat right;
background-position: 94%;
height: 50px;
width: 100%;
border:1px solid #eef1f2 ;
}
a:focus{
  outline: 0px;
}


/** Recent Posts Widget **/
footer#footer.type_dark .widget.widget_recent_entries  ul li a{color:#fff !important;}

/** End Recent Posts Widget **/

/* Contact Info Widget */
footer#footer.type_dark .widget.widget_contact_info ul li.email{height: 28px; background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/footer_envelope.png) no-repeat; padding-bottom:10px !important; }
footer#footer.type_dark .widget.widget_contact_info ul li.address{height: 28px; background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/footer_flag.png) no-repeat; padding-bottom:10px !important;}
footer#footer.type_dark .widget.widget_contact_info ul li.phone{height: 28px; background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/footer_phone.png) no-repeat; padding-bottom:10px !important;}
footer#footer.type_dark .widget.widget_contact_info ul li.fax{height: 28px; background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/footer_filebox.png) no-repeat; padding-bottom:10px !important;}
footer#footer.type_dark .widget.widget_contact_info ul li span{padding-left:30px; float:left;}
/* End Contact Info widget */

/** Footer Logo Description**/
.footerlogodesc .footerlogodesc_content{padding-top:21px; text-align: center;}

.footerlogodesc_logo{text-align: center;}

.footerlogodesc .footerlogodesc_content a{text-align: center; float:none;}

.footerlogodesc .footerlogodesc_content p{margin-top:0px; margin-bottom: 10px;}


/** End Footer Logo Description **/

/** End Gravity Contact Form **/

/* Left Navigation */
.left-navigation p:first-child{margin-top:0px;}


/* End Left Navigation */

/* Header Widgetezed Area */
.header_right_widgetized {float:left; position: relative; margin-left:50px;}
.header_right_widgetized .widget.widget_nav_menu  .megamenu_container ul{list-style: none;}
.header_right_widgetized .widget.widget_nav_menu  .megamenu_container ul li{display: inline; float:left; padding-right: 24px; padding-left: 24px;}
 .widget_activation {padding-right:24px; padding-left:24px; margin-top:14px;}
 header .right_search i{font-size:17px;}
.header_search{position: relative; width:100%;}


/* End Widgets area */

/* Sidebar styles  */

aside .widget.widget_search:first-child{padding-top: 0;}
aside .widget.widget_search{padding-right: 0;}
.widget_recent_content .tabbable .nav-tabs li a{font-size:13px;}
.widget_recent_content{padding:0px !important;}
.widget_recent_content .tabbable .nav-tabs li{border:none;}
.widget_recent_content .tabbable.style_1 .nav-tabs li{background:#fff;}
.widget_recent_content .tabbable .tab-content{border-top:none; border-bottom:none; border-left:none;}
.widget_recent_content .tabbable.style_1 .nav-tabs li.active{border-top:none; border-bottom:none; }
.widget_recent_content .tabbable.style_1 .nav-tabs li.active a{color:#060c10;}
.widget_recent_content .tabbable.style_1 .nav-tabs li:first-child{border-left:none;}
.widget_recent_content .tabbable.style_1 .nav-tabs li{margin-right:0;}
.widget_recent_content .tabbable.style_1 .nav-tabs li:last-child{border-right:none;}
.widget_recent_content .tabbable.style_1 .nav-tabs li:nth-child(2){border-left:none; border-right:none;}
.widget_recent_content .tabbable .nav-tabs > li > a{padding-left:16.3px;padding-right:16.3px;}
.widget_recent_content .tabbable.style_1 .tab-content{border-right:none;}
.widget_recent_content #recent dl, .widget_recent_content #popular dl, .widget_recent_content #comments_recent dl{padding: 20px; margin-top:0px; margin-bottom:0px;}
.widget_recent_content #recent dl:last-child, .widget_recent_content #popular dl:last-child, .widget_recent_content #comments_recent dl:last-child{border-bottom: none; padding-bottom:0; margin-bottom: 0px;}
.widget_recent_content .tabbable.style_1 .tab-content{padding-left: 0; float:left; width:100%;}
.widget_recent_content #recent dl, .widget_recent_content #comments_recent dl, .widget_recent_content #popular dl{padding-left: 20px;}
.widget_recent_content .tabbable.style_1 .tab-content{margin-top:1px !important;}
.widget_recent_content .tabbable.style_1 .tab-content{background:#fff;}
.widget_recent_content .tabbable .tab-content {padding-right:0px; padding-top: 0px;}
.widget_recent_content .tabbable.style_1 {background:#fff;}
/* End sidebar styles */

.cart-items-active{width:25px; height:25px; float:left; position: absolute; top:-1px;}
.cart-items-active{
animation:cart-items 1s infinite;
-webkit-animation:cart-items 1s infinite;
-moz-animation:cart-items 1s infinite;
}

@keyframes cart-items
{
    from { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}
    50% { -webkit-transform: scale(1.1);  -moz-webkit-transform:scale(1.1); -o-webkit-transform:scale(1.1); transform:scale(1.1); }
    to { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}

}

@-webkit-keyframes cart-items /*Safari and Chrome*/
{
    from { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}
    50% { -webkit-transform: scale(1.1);  -moz-webkit-transform:scale(1.1); -o-webkit-transform:scale(1.1); transform:scale(1.1); }
    to { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}
}

@-moz-keyframes cart-items
{
    from { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}
    50% { -webkit-transform: scale(1.1);  -moz-webkit-transform:scale(1.1); -o-webkit-transform:scale(1.1); transform:scale(1.1); }
    to { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}

}

@-o-keyframes cart-items{

    from { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}
    50% {  -webkit-transform: scale(1.1);  -moz-webkit-transform:scale(1.1); -o-webkit-transform:scale(1.1); transform:scale(1.1); }
    to { -webkit-transform: none;  -moz-webkit-transform:none; -o-webkit-transform:none; transform:none;}
}

.cart .no-items{text-align: center; padding-top:20px; padding-bottom:20px;}

.widget.video_widget{padding-left: 0px; padding-bottom: 0px;}
.widget.video_widget .widget-title{padding-left:20px;}
.widget.widget_search{padding-bottom: 0px;}
.widget_rss ul li{padding-right:20px;}
footer .inner .widget{margin-bottom:35px;}
footer .inner .widget:last-child{margin-bottom:0;}
footer .inner .widget_recent_content #recent dl:last-child, footer .inner .widget_recent_content #popular dl:last-child, footer .inner .widget_recent_content #comments_recent dl:last-child{border-bottom:none !important;}
footer .tabbable .nav-tabs li{border:none !important;}
footer .tabbable .nav-tabs > li.active > a {color:#fff;}
.top_nav .widget_activation{margin-top:5px;}
.top_nav .cart {position: relative;}
.top_nav .small_widget:last-child .widget_activation{border-right:none;}
.header_7 .header_left_widgetized .widget_activation:first-child{padding-left: 0px !important;}
/* Widget Contact Info Styling */
.top_nav .widget.widget_contact_info ul li{padding-right: 15px;}
.top_nav .widget.widget_contact_info ul li i{padding-right:5px;}
/* End Widget Contact Info Styling */

/* Blog Grid Styling */

.blog-article.grid{ background:#fff;}
#blogmasonry .blog-article .info{
    box-sizing: border-box;
    width: 100%;
    padding-right: 9px;
}
#blogmasonry .blog-article .content.post_format_quote{border:none;} 
#blogmasonry .blog-article .quote_box .author {left:50%; margin-left:-65px;}
#blogmasonry .blog-article.grid{float:left; margin:0; display:block; height:auto;}
#blogmasonry .blog-article .info > li:nth-child(2){padding-left: 30px;}
.blog-article.grid h1{
    font-size: 13px;
    font-weight:600; 
    line-height:19px;
    margin-top:0px;
    text-align: left;
    font-family: "Open Sans";
    padding-left: 15px;

}

.blog-article.grid .content{
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-article.grid .content{border-top:none;}

.latest_blog .blog-article.grid .content h5 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.latest_blog .blog-article.grid .content a.readmore{
    font-weight: 400;
    padding-top: 8px;
    float: left;
    color:inherit;
    border-top:1px solid  #e4e4e4;
    width: 100%;
    padding-top: 20px;
    letter-spacing: 2.0px;

}
.latest_blog .blog_content{
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.latest_blog .blog_content:hover{background: #f6f6f6;}
.latest_blog .blog-article .content:nth-child(2){
    padding-top: 0;
}
.latest_blog .blog-article.grid .overlay{

    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.latest_blog .blog-article.grid  .overlay .author, 
.latest_blog .blog-article.grid  .overlay .comments_nr
{
    padding-left:10px;

}

.latest_blog .blog-article.grid  .overlay .date, 
.latest_blog .blog-article.grid  .overlay .author,
.latest_blog .blog-article.grid  .overlay .comments_nr{
    display: inline;
    padding-right:10px; 
    color:#969ba2;
    
}

.blog-article.grid .content .top_c, .blog-article.grid .content .blog-content{}
.carousel.carousel_blog .blog-article.grid .content.post_format_video .top_c h1{margin-top:9px;}
.blog-article.grid .content.post_format_gallery:before{z-index:99999;}
.blog-article.grid .content.post_format_audio:before{margin-top:-20px;}
.blog-article.grid .content.post_format_video:before{margin-top:-27px;}
.blog-article.grid .content .top_c{text-align: initial;}
.blog-article.grid .content .blog-content{text-align: initial; padding-bottom:30px; width:auto;}
.blog-article.grid .content.post_format_quote .blog-content{padding-bottom:30px;}
.blog-article.grid .content .grid_item_footer{float: left; padding-top: 12px; padding-bottom: 12px; width:100%;}
.blog-article.grid .content .grid_item_footer .grid_comments{float:right; padding-right: 22px; color:#666; }
.blog-article.grid .content .grid_item_footer .read_m{float:left; padding-left:22px; color:#666;}
.blog-article.grid .content .grid_item_footer .grid_comments:before{

     background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/comments_grid.png) no-repeat; 
     position: absolute; 
     content:""; 
     width:22px;
     height:22px;
     margin-left: -29px;

}

.blog-article.grid .content.post_format_quote .grid_item_footer .grid_comments:before{

     background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/comments_grid_white.png) no-repeat; 

}

.blog-article.grid .content.post_format_quote:before{display: none;}
.blog-article.grid .content.post_format_quote{float:left;}
.blog-article.grid .content.post_format_quote .author_name{
    
    padding-left: 50px;
    padding-bottom: 50px; 
    color:#fff; width: 100%; 
    float: left; 
    text-align: initial; 
    background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/quote_down.png) no-repeat; 
    background-position: 69% 1px; 

}
.blog-article.grid .author_name{float:left; padding-left:24px; font-size:11px; padding-top:0px; color:#8a8a8a;}
.blog-article.grid .content.post_format_quote .blog-content{

    color:#fff; 
    font-size:15px; 
    line-height: 24px; 
    background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/quote_up.png) no-repeat; 
    background-position: 45px 9px;
    padding-left: 50px;
    padding-top: 72px;
    padding-right: 50px;

}
.blog-article.grid .content.post_format_quote .grid_item_footer .read_m,.blog-article.grid .content.post_format_quote .grid_item_footer .grid_comments{color:#fff;}
.blog-article.grid .content.post_format_quote .top_c{display: none;}
#content.grid  .grid_row{padding-top:8px; padding-bottom:25px;}


/* Blog Grid Styling END */


/* Single Portfolio Wide */

.header_nav {position: absolute; margin-top:-163px; z-index:10000000; left: 50%; margin-left: -56px;}

.header_nav .navigations .prev{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/prev_portfolio.png) no-repeat; width:40px; height:40px; float:left; opacity: 0.7;}

.header_nav .navigations .prev{opacity: 1;}

.header_nav .navigations .next{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/next_portfolio.png) no-repeat;  width:40px; height:40px; float:left; margin-left:22px; opacity: 0.7;}

.header_nav .navigations .next:hover{opacity: 1;}

.header_nav .navigations .portfolio_home{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/portfolio_home.png) no-repeat; width:40px; height:40px; float:left; opacity: 0.7; }

.header_nav .navigations .portfolio_home:hover{opacity: 1;}


/* End Single Portfolio Wide */


.single-portfolio .portfolio_single .span4 .container{width:100%; float:left;} 

.single-portfolio .portfolio_single .single_content.side_single .container .wpb_column.column_container[class*="vc_span"] {margin-left:0;width:100%; float:left; margin-bottom: 50px;}

.single-portfolio .portfolio_single .single_content.side_single .container .wpb_column.column_container[class*="vc_span"]:last-child{margin-bottom: 0px;}

.single-portfolio .portfolio_single .single_content.side_single .container .wpb_column.column_container[class*="vc_span"] .accordion{margin-bottom:0 !important;}
/* Single Portfolio Header */
.header_nav_single {position: absolute; right:0px; top:50%; margin-top: -20px;}


.header_nav_single .navigations .prev{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/prev_portfolio_dark.png) no-repeat; width:40px; height:40px; float:left; opacity: 0.7;}

.header_nav_single .navigations .prev:hover{opacity: 1;}

.header_nav_single .navigations .next{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/next_portfolio_dark.png) no-repeat;  width:16px; height:40px; float:left; margin-left:22px; opacity: 0.7}

.header_nav_single .navigations .next{opacity: 1;}

.header_nav_single .navigations .portfolio_home{background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/portfolio_home_dark.png) no-repeat; width:40px; height:40px; float:left; opacity: 0.7;}

.header_nav_single .navigations .portfolio_home:hover{opacity: 1;}

/* End Single Portfolio Header */

.divider__.solid_border {

	width: 100%;
	height: 1px;
	float: left;
    background:#ebebeb;
}

.divider__.diagonal_dotted {

	width: 100%;
	height: 5px;
	background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/css/img/diagonal.png) repeat-x;
	float: left;

}

/** Demo Custom **/
.page-id-930 .shortcode_h1{line-height:20px;} .top_footer {  display: none; }
html {
overflow-x:hidden
}
::-moz-selection {
background-color: #29e0e2;
color: #fff;
} ::selection {
background-color: #29e0e2;
color: #fff;
}
em {color:#000; }
body {
margin-right:0 !important;
overflow:hidden;
-webkit-font-smoothing: antialiased;
}
.wp-caption {
max-width:100%;
}
.wp-caption-text {
font-size:inherit;
}
.sticky {
display:block;
}
.bypostauthor{
} 
.alignleft {
float:left;
}
.alignright {
float:right;
}
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.not_found_error h1 {
text-align:center
}
.wp-caption img {
max-width:100%;
padding:4px;
background-color:#fff;
border:1px solid rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
box-shadow:0 1px 3px rgba(0,0,0,0.1);
box-sizing:border-box;
}
.wp-caption.alignleft{margin-right:10px;}
.wp-caption a {
display:block;
padding:5px;
padding-bottom:0px;
}
.blog-article .blog-content h1{
line-height:30px;
}
.blog-article .blog-content h1, .blog-article .blog-content h2, .blog-article .blog-content h3, .blog-article .blog-content h4, .blog-article .blog-content h5, .blog-article .blog-content h6{
width:100%;
padding-bottom:10px; 
padding-top:10px; 
}
img.alignleft{padding-right:10px;}
img.alignright{padding-left:10px;}
.blog-article .blog-content dl{
width:100%;
float:left;
} 
.quote_box{
background: #555;
}
.information .tags{list-style: none;}
.single .information { float:left; width:100%; padding-top: 18px; font-size:11px;}
.format-quote .information{
text-align: center;
margin-top: 20px;
}
.single-post .format-quote .information{
text-align: left;
}
.format-quote .information span{
padding-right:10px;
}
.blog-article .blog-content dt{width:114px;height:auto;}
.blog-article .blog-content dd{margin-left:130px;}
.blog-article .blog-content iframe, .blog-article .blog-content embed{max-width:100%;}
.wp-caption-text {
padding-left:7px;
margin-bottom:7px;
text-align:center;
font-size:13px;
box-sizing:border-box;
}
.boxed_layout #slider-fixed .bottom_shadow {
z-index:0 !important;
}
.wp-caption-text,.gallery-caption,.entry-caption {
line-height:1.5em;
}
img.wp-smiley,.rsswidget img {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
box-shadow:none;
margin-bottom:0;
margin-top:0;
padding: 0;
} .entry-content dl.gallery-item {
margin:0;
}
.sticky {
width:90%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
background: #f6f6f6 !important;
}
body {
line-height:20px;
}
h1 {
line-height:46px;
font-weight:500;
margin-top:0;
margin-bottom:0;
color:#555;
}
h2 {
line-height:20px;
font-weight:500;
margin-top:0;
margin-bottom:0;
color:#555;
}
h3 {
line-height:20px;
font-weight:500;
margin-top:0;
margin-bottom:0;
color:#555;
}
h4 {
line-height:20px;
font-weight:500;
margin-top:0;
margin-bottom:0;
color:#555;
}
h5 {
line-height:20px;
font-weight:500;
margin-top:0;
margin-bottom:0;
color:#555;
}
h6 {
line-height:20px;
font-weight:500;
margin-top:0;
margin-bottom:0;
color:#555;
}
.shortcode_h1{font-weight:bold;line-height:39px; color:#2e2e2e;}
.dark .shortcode_h6{color:#000;}
.shortcode_h2{color:#000; line-height:28px;}
.shortcode_h4{color:#000; line-height:28px;}
.all_centered .shortcode_h4{text-align:center;}
.light .shortcode_h1, .light .shortcode_h2,.light  .shortcode_h3,.light .shortcode_h4, .light .shortcode_h5, .light .shortcode_h6{color:#fff;}
.dark_version h1, .dark_version h2,.dark_version h3,.dark_version h4,.dark_version h5,.dark_version h6{color:#fff;}
.helvetica {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
nav .menu li a {
line-height: 33px
} .style_3 .header_border{
margin-top:20px;
text-align: center;
position:relative;
left:50%;
margin-left:-50px;
}
.style .header_border{
margin-top: -20px;
}
.style h1{ text-transform: uppercase;}
.header_page.basic{
border:1px solid #e7e7e7;
border-left:0px;
border-right:0px;
}
.header_page.basic  h1{ 
font-size: 22px;
position: relative;
float: left;
color: #555; 
font-weight: 400;
text-transform: uppercase;
padding-top: 20px;
width: 100%;
float: left;
font-family: "Open Sans";
}
.header_page.basic.single h1{
font-size: 21px;
position: relative;
float: left;
font-weight: 400;
text-transform: uppercase;
width: 100%;
float: left;
}
.header_page.basic.single{
background: #f6f6f6
}
.header_page.basic .header_border{
float:left;
text-align: none;
margin-left:0px;
left:auto;
}
.header_page .header_border {
top: 24px;
text-align: center;
position: relative;
left: 50%;
margin-left: -40px;
}
.header_page.basic .header_border{
top:13px;
}
.header_page .border_center{
height:3px;
width:90px;
float:left;
margin-top:-1px;
}
.header_page #video_background {
top: 0px;
position: relative;
-webkit-backface-visibility: hidden!important;
min-width:100%;
min-height:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.header_page .video-wrap{
position: absolute !important;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
height:100%;
z-index:-1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.style_3 .border_side{
height:2px;
width:30px;
float:left;
background:#e4e4e4;
}
.style_3 .border_center{
height:3px;
width:90px;
float:left;
margin-top:-1px;
}
.style .header_border_right{
height: 1px;
margin-top: 43px;
}
.header_dot{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/dot.png) no-repeat;
width:13px;
height:14px;
position: absolute;
display: inline-block;
margin-top: -6px;
} .top_nav {
width:100%;
position:relative;
top:0;
left:0;
height:55px;
opacity:1;
z-index:33;
}
.top_nav .widget_text, .login.small_widget .widget_activation a, .top_nav .small_widget .widget_activation a{
padding-top: 12px;
float: left;
font-size:13px;
}
.top_nav .headecart .widget_activation a{
width:100%;
text-align: center;
}
.top_nav .widget span.price{
float:left;
}
.top_nav .view_cart span{padding-right: 8px;}
.top_nav .checkout_link span{padding-right: 8px;}
#lang_sel{padding-top: 14px;}
.widget.widget_icl_lang_sel_widget{border-left:0px;}
.top_nav .span6{margin-top:0px;}
.adjustsub .menu li .sub-menu {
top:58px;
}
.top_nav .widget {
font-family:"Open Sans";
float:left;
padding-left:14px;
padding-right:14px;
font-size:12px;
}
.top_nav .widget span { 
line-height: 15px;
font-size: 13px;
font-weight: 600;
font-family: Helvetica;
}
.top_nav .widget {
padding-left:20;
}
.top_nav .widget_text {
padding-top:0px;
padding-bottom:0px;
float:left;
}
.topinfo{margin-top:17px;}
.top_nav .topinfo .phone{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/phone.png) no-repeat 0; width:20px; height:20px; padding-left:21px; padding-right:21px; font-weight: 600;}
.top_nav .topinfo .email{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/envelope.png) no-repeat 0; width:20px; height:20px; padding-left:21px; padding-right:5px; font-weight: 600;}
.top_nav .widget {
height:55px;
}
.top_nav .widget_shortcode {
margin-top:15px !important;
height:15px;
}
.top_nav .social_widget ul {
margin:0;
padding:0;
list-style:none;
padding-top:5px
}
.top_nav .widget.social_widget, .top_nav .footer_social_icons{margin-top:0px !important;}
.footer_social_icons li, footer#footer .footer_social_icons li{width:40px; height: 0px;}
.top_nav .social_widget ul li {
height: auto;
float:left;
margin-right:0px;
opacity: 1 !important;
position: relative;
overflow: hidden;
}
footer#footer .social_widget ul li{height: auto;
float:left;
margin-right:1px;
opacity: 1 !important;
margin-left:0px !important;
position: relative;
overflow: hidden;
margin-bottom: 8px;
}
.top_nav .social_widget ul li:hover {
top: 0;
right: 0;
height: 50px; 
}
.social_widget ul li.google_plus:hover:after, .social_widget ul li.rss:hover:after, .social_widget ul li.facebook:hover:after,.social_widget ul li.twitter:hover:after,
.social_widget ul li.linkedin:hover:after, .social_widget ul li.youtube:hover:after, .social_widget ul li.vimeo:hover:after, .social_widget ul li.email:hover:after, 
.social_widget ul li.skype:hover:after,.social_widget ul li.flickr:hover:after, .social_widget ul li.pinterest:hover:after, .social_widget ul li.tumblr:hover:after,
.social_widget ul li.blogger:hover:after, .social_widget ul li.dribbble:hover:after, .social_widget ul li.vk:hover:after, .social_widget ul li.instagram:hover:after {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
footer#footer .thin_line{
height: 1px;
float: left;
position: relative;
width: 100%;
margin-top: -31px;
background: #009DCD;
}
footer#footer.type_dark .footer_social_icons li:hover{border-color:transparent !important;}
.top_nav .social_widget ul li:first-child {
margin-left:0;
}
.top_nav .social_widget ul li a {
float:left;
width:100%;
}
.top_nav .social_widget .row-fluid {
display:none
}
.top_nav .social_widget .social_row {
display:block;
margin-top:17px;
}
.top_nav .social_widget li i {
float:left;
width:100%;
height:100%;
line-height:26px;
font-size:17px;
display:block;
text-align:center;
padding-left:0;
position: relative;
z-index: 9999;
}
.top_nav .social_widget li a:hover {
text-decoration:none;
display:block;
}
.top_nav .social_widget ul li:last-child {
margin-right:0
}
.top_nav .widget ul {
float:left;
list-style:none;
margin:0;
padding:0;
margin-top:5px;
}
.top_nav .widget ul li {
float:left;
}
.top_nav .icl_languages_selector a.lang_sel_sel {
border:none !important;
font-size:12px !important;
line-height:21px !important;
padding-left:0 !important;
color:#999 !important;
}
.top_nav .widget.widget_search{margin-top:4px;}
.top_nav .widget.widget_search input{border:1px solid #999;}
.top_nav .widget.widget_search input:focus{outline: none; border:1px solid #999 ;}
.top_nav #lang_sel ul ul{left: 1px !important; background: #fafafa !important; top:41px !important; border-top:0px !important; visibility: visible !important; display: none;}
.top_nav #lang_sel ul li:hover ul, .top_nav #lang_sel ul a:hover ul {display: block !important;}
.top_nav #lang_sel ul ul li{
border: 1px solid #eef1f2 !important; 
border-bottom: none !important; 
background: #fafafa !important; 
color:#555 !important; 
padding-top: 5px !important; 
padding-bottom:5px !important;
width:177px;
left:-16px;
}
.top_nav #lang_sel ul ul li:last-child{border-bottom: 1px solid #eef1f2  !important;}
.top_nav #lang_sel ul ul li :hover{background: #fafafa !important;}
.top_nav #lang_sel ul ul a{background: #fafafa !important;}
.top_nav #lang_sel a, .top_nav #lang_sel a:visited{border:none; font-size: 13px;}
.top_nav #lang_sel > ul > li{height:40px;}
.top_nav .widget.icl_languages_selector{margin-top:9px; height:15px;}
.top_nav .icl_languages_selector img.iclflag {
top:-1px !important;
}
.top_nav .icl_languages_selector li {
width:97px !important;
}
.top_nav .icl_languages_selector ul ul li {
width:160px !important;
}
.top_nav .icl_languages_selector ul,.top_nav .icl_languages_selector li {
z-index:50000;
}
.top_nav .icl_languages_selector ul ul {
width:160px !important;
left:-21px !important;
}
.top_nav .icl_languages_selector ul ul a,.top_nav .icl_languages_selector ul ul a:visited {
padding-left: 21px !important;
}  #logo {
float:left;
height:100%;
padding-top:25px;
}
.border_before{
width:1px; 
height: 5px; 
width: 1px; 
height: 20px; 
float: left;
margin-top: 39px;
margin-right: 10px;
}
.logo_desc{float:left;padding-top:38px;}
#logo img{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
#logo .light{
opacity:0;
}
.background--dark #logo .light{opacity:1;}
.background--dark #logo img:first-child{opacity:0;}
header#header {
position:relative;
z-index:10000;
height: 82px;
}
.fixed_header{
position: fixed !important;
width: 100%;
left: 0;
top: 0;
z-index: 9999999;
border-bottom: 1px solid #ddd;
height: 95px !important;
}  
header#header.sticky_header.fixed_header{ 
background: #fff;
box-shadow: 0px 0px 3px 0px #ddd;
}
header#header.sticky_header.fixed_header .row-fluid{
padding-top:0px;
padding-bottom:0px;
}
.admin-bar .fixed_header{
top:32px;
}
#logo img {
max-width:none;
margin-top: 5px; padding-top: 10px;
}
.header_wrapper {
width:100%;
position:absolute;
float:left;
z-index:32;
}
.header_wrapper.no-transparent{
height: 98px;
}
.header_wrapper.header_3.no-transparent, .header_wrapper.header_4.no-transparent {
height:99px;
}
.background--dark header#header.sticky_header.fixed_header #logo img:first-child{opacity: 1 !important;}
.header_wrapper.drop_shadow_yes{
}
header#header .container {
position:relative;
}
header#header .row-fluid {
padding-bottom:0px;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
header#header .row-fluid .span12 {
height:55px
}
#float_side{
position: relative;
}
.no_slider .slide_element{margin-bottom: 26px;}
.flexslider {
position:relative;
z-index:50;
margin-bottom:0;
}
.nav_top {
margin-top:-1px;
}
.nav_center {
margin-left:0px;
}
.nav_center nav {
margin-top: 0px !important;
}
.slides .slide_element iframe{width:100%;} header#header.animate_this .row-fluid {
padding-top:0;
padding-bottom:0;
}
header#header.animate_reverse .row-fluid {
padding-top:22px;
padding-bottom:22px;
}
header#header #navigation {
float:right;
}
nav {
float:left;
width:100%;
margin-top:-14px;
}
nav .menu {
float:left;
padding:0;
margin:0;
list-style:none;
text-align:center;
position:relative;
height:31px;
margin-top:0
}
nav .menu li {
float:left;
padding-top:26px;
padding-bottom:14px;
position:relative;
height:50px;
}
nav .menu>li:hover>a {
}
nav .menu>li>a {
padding:2px 12px;
font-size:14px;
text-transform: uppercase;
}
.background--dark nav .menu li > a{
color:#fff !important;
}
.background--dark nav .menu li > a:before{
color:#fff !important;
}
.background--dark .right_search_container .input-append i{
color:#fff !important;
}
.background--dark header .right_search i{
color:#fff !important;
}
.right_search_container ::-webkit-input-placeholder { color: rgb(47, 56, 61); }
.right_search_container :-moz-placeholder           { color: rgb(47, 56, 61); }
.right_search_container ::-moz-placeholder          { color: rgb(47, 56, 61); }
.right_search_container  :-ms-input-placeholder      { color: rgb(47, 56, 61); } 
.background--dark header#header.sticky_header.fixed_header .right_search_container ::-webkit-input-placeholder { color: rgb(47, 56, 61); }
.background--dark header#header.sticky_header.fixed_header .right_search_container :-moz-placeholder           { color: rgb(47, 56, 61); }
.background--dark  header#header.sticky_header.fixed_header .right_search_container ::-moz-placeholder          { color: rgb(47, 56, 61); }
.background--dark  header#header.sticky_header.fixed_header .right_search_container  :-ms-input-placeholder      { color: rgb(47, 56, 61); } 
.background--dark .right_search_container ::-webkit-input-placeholder { color: white; }
.background--dark .right_search_container :-moz-placeholder           { color: white; }
.background--dark .right_search_container ::-moz-placeholder          { color: white; }
.background--dark .right_search_container  :-ms-input-placeholder      { color: white; } 
.background--dark .right_search_container input[type="text"]{ 
color:#fff !important;
}
.right_search_container input[type="text"]{
color:#2f383d;
}
nav .menu li a:hover {
text-decoration:none;
}
nav .menu li.current-menu-item a,nav .menu li.current-menu-parent a {
}
nav .menu li.current-menu-item li a,nav .menu li.current-menu-parent li a {
}
.fixed_header nav .menu li ul.non_mega_menu {
top:63px !important;
}
.fixed_header nav .themeple_custom_menu_mega_menu{
top:97px !important;
} .fixed_header nav .menu > li{line-height:58px;}
.fixed_header #logo{padding-top:5px;}
.fixed_header .border_before{margin-top:21px;}
.fixed_header .logo_desc{padding-top:21px;}
header.fixed_header {margin-top:18px;}
.fixed_header nav .menu > li:hover, .fixed_header nav .menu > li{padding-bottom:0px;}
.fixed_header .header_wrapper.no-transparent nav .menu > li > ul.sub-menu{top:60px !important;}
.fixed_heaader nav .menu > li{padding-top:0px;}
header#header.fixed_header{margin-top:0px;}
.fixed_header nav .menu > li{padding-top:0px; padding-bottom:0px !important;} 
header.fixed_header .right_search{margin-top:16px;}
.fixed_header .right_search_container{top:0px;}
.fixed_header .right_search_container input[type="text"]{padding-bottom:0px;} #navigation.fixed_header nav .menu li ul.non_mega_menu{
top:50px !important;
}
nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul {
list-style:none;
margin:0 !important;
display:none;
position:absolute;
left:0;
top:50px;
left:0px;
z-index:100000;
width:238px;
-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.1);
-moz-box-shadow:0 5px 5px rgba(0,0,0,0.1);
box-shadow:0 5px 5px rgba(0,0,0,0.1); 
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
nav .menu > li:first-child > ul.sub-menu{left:-34px;}
.fixed_header  nav .menu > li:hover, .fixed_header  nav .menu > li{padding-bottom: 9px;}
.fixed_header  nav .menu > li:hover{border-bottom:0px;}
nav .menu > li:hover>.sub-menu {
}
nav .menu li:hover .sub-menu>li:first-child {
}
nav .menu li:hover .sub-menu>li:last-child {
}
nav .menu > li > ul > li.hasSubMenu{
background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/carousel_r_h.png)  ;
background-position:right center;
background-repeat:no-repeat;
}
nav .menu li > ul.sub-menu li {
z-index:50005;
float:left;
text-align:left;
margin:0 !important;
padding:0 !important;
height:auto;
display:block;
width:100%;
border-top:1px solid rgba(255,255,255,0.05);
}
nav .menu li > ul.sub-menu li:first-child{
border-top:none;
}
nav .menu li ul.sub-menu li a {
text-transform:uppercase;
float:left;
line-height:20px !important;
padding:8px 20px;
font-size:11px;
}
nav .menu li ul.sub-menu li:hover {
opacity:1;
}
nav .menu li ul.sub-menu li.current-menu-item {
}
nav .menu .sub-menu li.current-menu-item a {
border:none !important;
}
nav .menu li .current-menu-item {
}
nav .menu > li > ul.sub-menu li > .sub-menu {
top:-2px !important;
left:100%;
padding-left: 0px;
}
nav .menu li ul.sub-menu li:last-child {
border-bottom:none;
}
.down_m nav .menu>li.hasSubMenu:after {
content:"\e3b6";
font-family:'moon';
speak:none;
font-style:normal;
line-height:1;
text-decoration:none;
-webkit-font-smoothing:antialiased;
position:relative;
right:11px;
color:#555555;
font-size:16px;
top:3px;
}
.header_wrapper.no-transparent nav .menu > li > ul.sub-menu{
top:100px;
padding-left: 0px;
}
.no-transparent nav .themeple_custom_menu_mega_menu{
top:100px;
}
nav .themeple_custom_menu_mega_menu {
display:none;
position:absolute;
right:-403px; 
top:58px;
z-index:100000;
width:160px;
padding:10px 15px;
-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.1);
-moz-box-shadow:0 5px 5px rgba(0,0,0,0.1);
box-shadow:0 5px 5px rgba(0,0,0,0.1);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
nav .themeple_custom_menu_mega_menu.themeple_mega1 {
width:255px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega1 li {
width:195px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega2 {
width:300px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega2 li {
width:140px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega3 {
width:460px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega3 li {
width:140px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega4 {
width:645px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega4 li {
width:145px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega5 {
width:961px !important;
right:-310px;
}
nav .themeple_custom_menu_mega_menu.themeple_mega5 li {
width:176px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega6 {
width:940px !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega6 li {
width:140px !important;
}
nav .themeple_custom_menu_mega_menu li {
margin-left:20px !important;
}
nav .themeple_custom_menu_mega_menu li li {
margin-left:0 !important;
}
nav .themeple_custom_menu_mega_menu ul ul {
margin-top:10px;
margin-bottom:15px;
}
nav .themeple_custom_menu_mega_menu ul ul ul {
margin-top:0px;
margin-bottom:0;
}
nav .themeple_custom_menu_mega_menu ul>li {
float:left;
padding:0;
margin:0;
height:auto;
}
nav .themeple_custom_menu_mega_menu ul>li li {
margin-left:0 !important;
}
nav .themeple_custom_menu_mega_menu ul>li li:last-child {
}
nav .themeple_custom_menu_mega_menu h4 {
text-transform: capitalize;
font-weight: 500;
font-size: 15px;
margin-top: 15px;
text-align: left;
letter-spacing: 1.5px;
padding-left:22px;
}
.dark_version nav .themeple_custom_menu_mega_menu h4{color:#fff;}
nav .themeple_custom_menu_mega_menu a {
}
nav .themeple_custom_menu_mega_menu > ul{
float:left;
display:block;
}
nav .themeple_custom_menu_mega_menu ul {
float:left;
display:block !important;
padding:0;
position:relative !important;
margin:0;
border-top:none !important;
list-style:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
nav .themeple_custom_menu_mega_menu > ul > li:first-child{
margin-left:0 !important;
}
nav .menu li:first-child {
margin-left: 0;
} .header_widgetized {
margin-left:20px;
}
.select-menu {
display:none
}
.top_wrapper { z-index:1;
margin-bottom:0;
-webkit-transition: all 1.2s ease-in-out;
-moz-transition: all 1.2s ease-in-out;
-o-transition: all 1.2s ease-in-out;
transition: all 1.2s ease-in-out;
}
.page_header_yes #content {
padding-top:30px !important; }
.page_header_yes #content.content_portfolio{
padding-top:77px !important;
}
.header_wrapper_body.page_header_yes .top_wrapper{
padding-top:98px !important;
}
.header_1_body.page_header_yes.page_header_centered .top_wrapper.no-transparent{padding-top:98px !important;}
.header_1_body.page_header_yes.page_header_centered .top_wrapper{
padding-top:0 !important;
}
.fullwidth_slider_page .top_wrapper{
padding-top:0 !important;
} .one_page.fullwidth_slider_page .top_wrapper.no-transparent {
padding-top: 0px !important;
}
.fullwidth_slider_page .top_wrapper.no-transparent{
padding-top: 105px !important; 
}
.fullwidth_slider_page .no-transparent nav .menu > li:hover{
padding-bottom: 21px;
}
.fullwidth_slider_page .header_1.no-transparent nav .menu > li > ul.sub-menu{
top:80px !important;
}
.fullwidth_slider_page .no-transparent nav .themeple_custom_menu_mega_menu{
top:80px;
}
.page_header_yes.animated_h #content {
padding-top:243px
}
#content .row > .span9 .container{width:825px;} 
#content > .container{top:0;}
.header_page {
width:100%;
position:relative;
float:left;
background:#fff;
z-index: 0;
}
.header_page.basic{
height: 90px; 
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.description_basic{
float: left;
margin-left: -90px;
padding-left: 0px;
left: 0px;
padding-top: 16px;
}
.left_content {
top:50%;
position: relative;
margin-top:-81px;
}
.left_content h1{
font-size:47px;
padding-bottom: 24px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1.5px;
} 
.left_content h2{
font-size: 16px; 
padding-bottom: 15px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.description_left{
padding-top: 24px;
width: 647px;
}
.left_content .border_bottom_left{height:4px; width:80px;}
.header_page.left{height:600px;}
.header_page.centered h1{font-size:60px; font-weight:bold; float:left; line-height:71px; text-transform: uppercase; text-align:center; width:100%; color:inherit;}
.header_page.centered h2{font-size:20px;position:relative; float:left; color:inherit;line-height:47px; font-family:"Open Sans"; }
.header_page.centered .centered_content{height:140px; position:absolute; top:50%; margin-top:-70px; width:100%;}
.header_page.centered h2{
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
left:50%;
}
.header_page .container {
position:relative;
z-index:1000;
height:100%;
}
.page_parents li:first-child {
padding-right:6px;
}
.page_parents li {
float:left;
padding-left:0px;
position:relative;
padding-left:15px;
font-weight:500;
padding-right:4px;
font-size:13px;
}
.page_parents li:after {
content:"/";
position:absolute;
left:4px;
top:-1px;
width:3px;
height:7px;
display:inline;
margin-top:0;
}
.page_parents li:first-child:after {
content:'' !important;
display:none;
}
.page_parents li:last-child {
margin-right:0px;
}
.page_parents li a:hover {
text-decoration:none;
}
.page_parents li:last-child a {
margin-right:0px;
}
.page_parents {
margin:0;
padding:0;
list-style:none;
position:absolute;
margin-top:-13px;
top:50%;
right:0px;
z-index:20;
float:left;
right:0;
z-index:1;
}
.header_1_body.with_slider_page .header_page.basic .page_parents{margin-top:-10px;}
.widgets_right_menu #search-form {
margin-top:53px;
display:none;
position:absolute;
margin:0;
right:0;
}
.widgets_right_menu #search-form button[type="submit"] {
display:none;
}
.widgets_right_menu #search-form input[type="text"] {
height:30px;
padding-left:12px;
width:184px;
background:#fff;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.09);
-moz-box-shadow:0 2px 2px rgba(0,0,0,0.09);
box-shadow:0 2px 2px rgba(0,0,0,0.09);
}
.widgets_right_menu #search-form .close_ {
position:relative;
right:20px;
top:7px;
}
.widgets_right_menu #search-form .close_ i {
color:#ccc !important;
font-size:10px !important;
}
.header_shadow {
width:100%;
position:relative;
z-index:1000;
}
.header_shadow .shadow1 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow1.png) center no-repeat;
height:31px;
margin:0 auto;
bottom:-18px;
width:100%;
position:absolute;
left:0;
}
.header_shadow .shadow2 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow2.png) center no-repeat;
height:87px;
margin:0 auto;
bottom:-60px;
width:100%;
position:absolute;
left:0;
}
.header_shadow .shadow3 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow3.png) center no-repeat;
height:57px;
margin:0 auto;
bottom:-50px;
width:100%;
position:absolute;
left: 0;
} .top_wrapper {
position: relative;
} .footer_social_bar{height:30px;float:left; width:100%; }
.footer_social_bar h3{color:rgba(255,255,255,1); height:100%; line-height:70px; font-size:20px;}
.footer_social_bar .socials{list-style:none; padding:0; margin:0;}
.footer_social_bar .socials > li{height:100%; float:left; padding:0 20px;}
.footer_social_bar .socials > li i{font-size:24px; color:#fff; line-height:75px;}
.footer_social_bar .socials > li:hover i{color:#000;}
footer .widget_search input[type="text"] {
border:1px solid rgba(255,255,255,0.18) !important;
color:#fff;
}
.footer_wrapper {
margin-top:0px;
bottom:0px;
position: relative;
z-index:0;
width:100%;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
}
footer#footer {
width:100%;
float: left;
}
footer#footer .inner {
}
footer#footer .inner .row-fluid.ff:first-child {
padding-top:30px; padding-bottom:0px  }
#copyright {
padding-top:20px;
padding-bottom:10px;
font-size:13px;
}
#copyright span {
margin-left:20px;
font-size:13px !important;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
footer .standard-form textarea {
height:80px;
}
footer .standard-form input,footer .standard-form select,footer .standard-form textarea {
width:100% !important;
background:#333333 !important;
color:#999999;
border:1px solid #444 !important;
}
footer .standard-form input[type="submit"] {
color:#fff !important;
padding-left:0 !important;
width:75px !important;
padding-right:0 !important;
}
footer .standard-form p {
margin-top: 0;
} footer .inner .widget ul {
margin:0;
padding:0;
list-style: none;
float:left;
} footer .tagcloud a {
color:inherit;
padding:8px 10px;
font-size:11px !important;
margin-right:5px;
margin-bottom:5px;
float:left;
color:#ccc;
}
footer .tagcloud a:hover {
color:#fff !important;
text-decoration:none
}
footer .widget_flickr {
float:left;
}
footer .widget_flickr .flickr_container {
float:left;
margin-top:0px
}
footer .widget_flickr .flickr_badge_image {
float:left;
border:2px solid rgba(0,0,0,0);
margin-bottom:9px;
margin-right:13px;
width:73px;
height:73px;
border-radius:6px;
-webkit-border-radius:6px;
moz-border-radius: 6px
}
footer .widget_flickr img { }
footer .inner .widget_flickr img:hover {
filter:grayscale(0%);
-webkit-filter:grayscale(0%);
-moz-filter:grayscale(0%);
-ms-filter:grayscale(0%);
-o-filter:grayscale(0%);
filter:url(//www.brandenergyresearch.com/wp-content/themes/solveto/desaturate.svg);
filter:none;
}
footer .inner a:hover{color:#fff;}
footer .inner .widget_flickr .flickr_badge_image:nth-child(3n+1) {
margin-right:0px;
}
footer .inner .widget {
font-size:13px;
line-height:20px;
}
footer .inner .widget ul li:last-child {
border-bottom:none;
padding-bottom:0;
border-bottom:none !important;
}
footer .inner .widget ul li:first-child {
padding-top:0;
}
footer .inner .widget ul li {
margin:0;
padding:0;
padding-top:17px;
padding-bottom:17px;
}
footer .inner .widget ul li a {
font-size:14px;
}
footer .inner .widget_flickr .flickr_badge_image:nth-child(5) {
margin-bottom:0
}
footer .inner .widget_flickr .flickr_badge_image:nth-child(6) {
margin-bottom:0
}
footer .inner .widget_flickr .flickr_badge_image:nth-child(7) {
margin-bottom:0
}
footer .inner .widget_contact_info ul {
margin:0;
padding:0 !important;
list-style:none;
float:left;
width:100%;
}
footer .inner .widget_contact_info li {
border:none !important;
margin-bottom:20px !important;
padding:0 !important;
float:left;
width:100%;
l
}
footer .inner .widget_contact_info li i {
margin-right:15px;
height:30px;
float:left;
font-size:18px;
margin-top:3px;
}
footer .inner .widget_contact_info li span {
line-height:25px;
font-size:14px;
}
footer .inner .widget_contact_info li span span {
font-weight:400;
}
footer .inner .widget_recent_posts li {
background:none;
padding:0;
margin:0;
float:left;
margin-bottom:0px;
width:100%;
}
footer .inner .widget_recent_posts li:last-child {
margin-bottom:0;
}
footer .inner .widget_recent_posts li dt {
width:44px;
height:44px;
border:2px solid #444444;
cursor:pointer;
}
footer .inner .widget_recent_posts li dt img {
border:2px solid #222;
width:40px;
height:40px;
}
footer .inner .widget_recent_posts li dl {
margin:0;
}
footer .inner .widget_recent_posts li .info {
color:#a0a0a0;
margin-top:0;
}
footer .widget_recent_posts dl {
width:100%;
}
footer .widget_recent_posts dd {
margin-left:0;
}
footer .inner .widget {
float:left;
width:100%;
}
footer .social_row{float:left; position: relative;}
footer .footer_social_icons {
float: left;
margin-top: 0px !important;
position: relative;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%); 
transform: translateX(-50%); 
left: 50%;
}
footer .inner .footer_social_icons li {
float:left;
margin-right:0px;
width:41px;
height:41px;
margin-left:7px !important;
padding:0 !important;
}
footer .inner .footer_social_icons li:first-child {
margin-left:0 !important;
}
footer .inner .footer_social_icons li:last-child{
margin-right: 0 !important;
}
footer .footer_social_icons li a {
float:left;
width:100%;
}
footer .footer_social_icons li i {
float:left;
width:100%;
height:100%;
line-height:40px;
font-size:20px;
display:block;
text-align:center;
padding-left:0;
color:#222;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
footer .footer_social_icons li i:hover{
color:#fff;
}
footer .widget.footerlogo_widget{margin-bottom: 6px;}
footer .widget_recent_entries .post-date{color:#fff; padding-left:0px; float:left; width:100%; font-size:12px; color:#888;}
#copyright .desc{text-align:center; width:100%; font-size:14px;}
#copyright .widget ul {
float:left;
list-style:none;
display:inline-block;
margin:0;
border:none;
}
#copyright .widget ul li {
float:left;
padding-right:14px;
margin-top:5px;
border-bottom:none !important;
line-height:15px !important;
height:11px;
}
#copyright .widget ul li a{top:-2px; position:relative;}
#copyright .widget ul li:first-child {
border:none;
}
#copyright .widget ul li a {
border:none;
line-height:15px !important;
font-size:13px;
}   #content {float:left; width:100%; padding-top:60px; padding-bottom:60px;}
.header_1_body #content {
padding-top:10px;
padding-bottom:50px;
float:left;
width:100%;
}
.single-portfolio.header_1_body.fullwidth_slider_page #content{padding-top:0px !important;}
.single-portfolio.header_1_body.page_header_yes #content{padding-top:60px !important; padding-bottom: 0px;}
.header_1_body.fullwidth_slider_page #content{padding-top:100px;} 
.one_page_header nav ul li.current-menu-item a{font-weight: 600; color:#fff !important;}
.one_page_header nav ul li a{color:#fff !important;}
.one_page #content{padding-top:50px;}
#content.section_first {
padding-top:0;
}
#content.section_last {
padding-bottom:0;
margin-bottom:-14px;
}
.section-style .row-dynamic-el {
margin-bottom:30px
}
.section-style.no_borders {
border:none !important;
}
.section-style.section_space_2 .row-dynamic-el {
margin-bottom:30px;
}
.section-style.section_space_2 .row-dynamic-el:last-child {
margin-bottom:0;
}
.section-style.section_space_3 {
padding-top:70px !important;
padding-bottom:70px !important;
}
.section-style.section_space_3 .row-dynamic-el {
margin-bottom:90px;
}
.section-style.section_space_3 .row-dynamic-el:last-child {
margin-bottom:0;
}
#content.section_last .section-style:last-child {
border-bottom:none
}
#content.section_first .section-style:first-child {
border-top:none;
}
.media {
float:left;
width:100%;
}
.media img {
width:100%
}
.media iframe {
width: 100%;
}
.big_title_element{width:100%; text-align:center;float:left; text-transform: uppercase; font-size:36px;}
.dark .big_title_element{color:#444;}
.light .big_title_element{color:#fff;} .single-post .blog-article{border:none;}
.single-post .blog-article .info, 
.single-post .blog-article h1,
.single-post .blog-article .blog-content{padding-left:0px;}
.single-post .blog-article .blog-content{border:none;}  article dl dt .date.box{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
article dl:hover dt .date.box{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
article dl dt .type.box i, article dl dt .type.box {
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
article dl:hover dt .type.box{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
article dl:hover dt .type.box i{
color:#fff;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.blog-article.grid dl dt .date.box{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.blog-article.grid:hover dl dt .date.box{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.carousel.carousel_blog .blog-article.grid dd .media{height:193px !important;}
.blog-article {
margin-top:38px;
margin-bottom:38px;
}
.blog-article .content:nth-child(2){
padding-top:70px;
}
.blog-article:first-child {
margin-top:0;
}
.blog-article.v2 span.date {
margin-top:0;
}
.single-post .blog-article {
margin-bottom:40px;
}
.single-post .prev {
float:right;
font-size:13px;
color:#888;
font-weight:400;
padding:5px 12px;
margin-bottom:25px;
}
.single-post .prev:hover{
color:#fff;
}
.single-post .next {
float:right;
font-size:13px;
color:#888;
font-weight:400;
padding:5px 12px;
margin-left:10px;
margin-bottom:25px;
}
.single-post .next:hover{
color:#fff;
}
.blog-article{
position:relative;
float:left; 
width:100%; 
background: #fff;
padding-bottom: 22px;
}
.blog-article .date_div{
font-size: 14.6px;
color: #2f383d;
padding: 0;
float: left;
position: absolute;
top: 20px;
z-index: 999999;
left: 20px;
}
#blog .blog-article .date_div{
border: 2px solid #fff;
color:#fff;
}
#blog .blog-article.format-quote .date_div, #blog .blog-article.no_thumbnail .date_div{
color:#2f383d;
border: 2px solid #2f383d;
}
.blog-article .media{margin-top:0;}
.blog-article dd{margin-left:64px;}
.blog-article h1 {
margin-top:22px;
margin-bottom:0px;
float:left;
line-height:20px;
color:#2f383d;
font-size:30px;
text-transform: uppercase;
padding-bottom: 10px;
font-weight: 300;
padding-left:30px;
box-sizing:border-box;
}
.blog-article h1 a{color:#2f383d;}
.blog-article h5.short_desc {
color:#888;
font-size:18px;
color:#888;
font-weight:500;
margin-bottom:25px;
float:left;
width:100%;
}
.blog-article .blog-content {
float:left;
margin-top:8px;
padding-left:30px;
padding-top: 5px;
padding-bottom: 20px;
padding-right:30px;
box-sizing:border-box;
width: 100%;
}
.information li{list-style: none;}
.information i{padding-right: 10px;}
.blog-article .info {
margin:0;
padding:0;
float:left;
width:100%;
margin-top:0px;
list-style:none;
padding:0px 40px;
color:#626262;
padding-top: 18px;
box-sizing:border-box;
padding-left: 30px;
}
.blog-article.format-quote .info{
margin-top:0;
box-sizing: border-box;
}
.blog-article .info > li {
padding-left:30px;
padding-right:0px;
color:inherit;
float:left;
line-height:20px;
font-size:11px;
}
.readm{text-transform: uppercase; font-size: 13px;}
.readm_img{padding-left: 10px; margin-top: -4px;}
.blog-article.grid .info{
border-top:none;
padding-bottom: 15px;
padding-top: 0px;
padding-left: 19px;
padding-right: 0px !important;
}
.blog-article.grid .info > li:last-child{float: right; padding-right: 20px;}
.blog-article.grid .info > li:nth-child(2){padding-left: 58.7px !important;}
.blog-article .info li.readm a{color:#222c2b; font-size: 12px; font-weight: bold; text-transform: uppercase;}
.blog-article .info > li a{color:#969ba2;}
.blog-article .info > li i{padding-top:4px; padding-right:7px; font-size: 15px;}
.blog-article .info > li:first-child {
padding-left:0;
border-left:none;
}
.blog-article .info > li.readm{float:right;}
.blog-article .blog-content p:first-child {
padding-top:0;
margin-top:0;
}
.blog-article .blog-content p:last-child {
padding-bottom:0;
margin-bottom:0;
}
.blog-article:last-child {
border-bottom:none;
} #post-single-widget-area {
margin-top:30px;
margin-bottom:30px;
float:left;
}
.blog_post_author {
margin-left:0 !important;
width:100% !important;
float:left;
margin-top:20px;
}
.blog-article .info ul.tags {
margin:0;
padding:0;
list-style:none;
float:left;
display:inline-block;
margin-left:30px;
}
.blog-article .info ul.tags li {
float:left;
text-transform:uppercase;
font-size:12px;
color:#888;
margin-right:5px;
}
.blog-article.v2 .tags {
margin-left:15px !important;
}
.blog-article.v2 h1{
padding:0;
}
.blog-article.v2 h1 {
margin-top:0;
line-height:26px;
padding-bottom: 10px;
}
.blog-article.v2 .quote_box{
margin-top:0;
}
.blog-article.v2{
border:none;
}
.blog-article.v2 .blog-content{
border:none;
padding:0;
}
.blog-article.v2 .content{
float:left;
width:100%;
}
.blog-article.v2  .info{
padding:0;
padding-top:10px;
}
.row > .span12 .blog-article.v2 .content{
margin-top:25px;
}
.row > .span9 .blog-article.v2 .media iframe{
height:192px;
}
.row > .span12 .blog-article.v2 .media iframe{
height:255px;
}
.shares{
float:right;
padding-right: 32px;
padding-top: 8px;
}
.shares li{
display: inline;
list-style: none;
}
.shares li a i{
font-size: 17px;
letter-spacing: 13.5px;
}
.blog-article .info ul.shares {
margin:0;
padding:0;
list-style:none;
padding-top:3px;
float:right;
}
.blog-article .info ul.shares li {
float:left;
margin-right:0px;
margin-left:8px;
}
.blog-article .info ul.shares li:hover {
opacity:1;
}
.blog-article .info ul.shares li:first-child {
margin-left:0;
}
.blog-article .info ul.shares li a {
float:left;
width:100%;
}
.blog-article .tags:first-child {
margin-left:0 !important;
}
.blog-article .info ul.shares li i {
color:#d7d7d7;
font-size:16px;
width:100%;
float:left;
line-height:15px;
text-align:Center;
}
.blog-article .quote_box{
padding:30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size:26px;
line-height:32px;
font-weight:300;
color:#fff;
position:relative;
padding-top: 75px;
}
.blog-article .quote_box .author{
position: absolute;
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
line-height: 54px;
top: 0px;
left:50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-bottom: 3px solid #fff;
float: left;
}
.blog-article .quote_box .author a{
color:#ddd;
}
.blog-article.grid {
padding:0 !important;
border:none;
}
#inifiniteLoader{display: none;}
#blogmasonry .readm {
position: absolute;
left: 50%;
margin-left: -60px;
background: #f6f6f6;
padding: 10px 16px;
margin-top: 40px;
}
#blogmasonry .blog-article .content{border:1px solid #e4e4e4;float:left;}
#blogmasonry .blog-article .blog-content{border-bottom: 0;}
#blogmasonry .readm:hover{color:#fff;}
#blogmasonry .blog-article .content:nth-child(2){padding-top: 10px;}
#blogmasonry .blog-article.grid .content .blog-content{padding-bottom: 40px;}
#blogmasonry .blog-article.grid{
margin-bottom:45px;
margin-left:20px;
width:353.3px;
display: block;
}
#inifiniteLoader{text-align: center;}
.load_more_pagination .load_new{color:#fff; padding:10px 42px; cursor: pointer;}
.load_more_pagination{text-align: center;}
#blogmasonry .blog-article.grid .media:after{
content: "";
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/triangle.png) no-repeat;
width: 32px;
height: 20px;
position: absolute;
margin-top: -16px;
left: 50%;
margin-left: -14px;
z-index:1000;
}
#blogmasonry .blog-article.grid .categories{float:right; font-size:11px; padding-right: 15px;}
.grid_row {
width:100%;
padding-bottom:30px;
padding-top:30px;
}
.grid_row:first-child {
padding-top:0;
}
#blog .blog-article .tpl2 a.link {
margin-left: -5px;
display: inline-block;
width: 44px;
height: 44px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background:#fff;}
#blog .blog-article .tpl2 a.link:hover i{color:#fff;}
#blog .blog-article .center-bar{height:44px; margin-top:-22px;}
#blog .blog-article .center-bar a i{line-height:45px; font-size:18px; color:#222;}
.blog_masonry {
width:100%;
position:relative;
visibility:hidden;
margin-top:80px;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.blog_masonry .blog-article {
padding:0;
border:none;
}
.blog_masonry .blog-article .media {
width:100%;
float:left;
}
.blog_masonry .blog-article .bar_info {
width:100%;
float:left;
height:30px;
bottom:0;
position:absolute;
}
.blog_masonry .one_fourth {
width:257px;
height:270px;
}
.blog_masonry .one_fourth_al {
width:257px;
height:380px;
}
.blog_masonry .seven_tw {
width:632px;
height:380px;
}
.blog_masonry .one_third {
width:351px;
height:380px;
}
.blog_masonry .five_tw {
width:445px;
height:380px;
}
.blog_masonry .five_tw_al {
width:445px;
height:170px;
}
.blog_masonry .mega-entry {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
position:absolute;
-webkit-transition:all 0.6s ease-out;
-moz-transition:all 0.6s ease-out;
-o-transition:all 0.6s ease-out;
-ms-transition:all 0.6s ease-out;
-webkit-transform:translateZ(10);
-webkit-backface-visibility:hidden;
-webkit-perspective:1000;
z-index:2;
}
.blog_masonry .mega-entry-innerwrap {
width:100%;
height:100%;
position:relative;
overflow:visible;
z-index:2;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
-webkit-transform:translateZ(10);
-webkit-backface-visibility:hidden;
-webkit-perspective:1000;
}  .mega-landscape .mega-landscape-left {
top:0px;
left:0px;
width:50%;
height:100%;
overflow-y:hidden;
}
.mega-square .mega-square-top {
top:0px;
left:0px;
bottom:auto;
overflow-y:hidden;
}
.mega-portrait-bottom {
bottom:30px;
left:0px;
top:auto;
width:100%;
overflow-y:hidden;
}
.mega-portrait-top {
top:0;
left:0px;
bottom:auto;
width:100%;
overflow-y:hidden;
}
.mega-covercaption {
padding:25px 15px;
background:rgba(255,255,255,0.9);
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
position:absolute;
}
.mega-covercaption .info h3 {
font-weight:300;
color:#444444;
}
.mega-covercaption .info li {
font-size:12px;
color:#999;
border-left:1px solid #999;
}
.mega-covercaption p {
margin-top:20px;
float:left;
width:100%;
margin-bottom:0;
}
.mega-covercaption .read_m {
color:#999999 !important;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/small_right_g.png) right center no-repeat !important;
}
.with_small_text .info {
margin-top:10px;
}
.with_small_text p {
margin-top:10px;
}
.blog_masonry .bar_info {
margin:0;
padding:0;
padding-left:10px;
padding-right:10px;
color:#fff;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
width:100%;
float:left;
list-style:none;
}
.blog_masonry .bar_info li {
margin-right:13px;
float:left;
color:#fff;
padding-top:4px;
padding-bottom:4px;
}
.blog_masonry .bar_info li i {
margin-right:5px;
color:#fff;
font-size:11px;
}
.blog_masonry .bar_info li span {
font-size:11px;
color:#fff;
}
.blog_masonry .bar_info li:last-child {
margin-right:0;
float: right !important;
} .single-post .single_title{position:relative;float: left;width: 100%;}
.single-post .single_title h3{font-size: 23.6px;margin-top: 58px;color: #2f383d;position: relative;padding-right: 20px;z-index: 999;float: left; text-transform: uppercase;} 
.single-post .single_title:after{content: "";width: 100%;height: 1px;position: absolute;left: 0;top: 85%;z-index: 0;}
#comments {
margin-top:0px;
float:left;
width:100%;
}
#comments h5 {
color:#999;
font-weight:500;
line-height:50px;
margin-bottom:0;
width:85px;
}
.comment {
position:relative;
padding-top:20px;
}
.comments_list .children {
position:relative;
}
.comments_list .children:after {
width:20px;
height:1px;
background:#e8e8e8;
position:absolute;
}
.comment.span12 {
margin-left:0
}
.comment:first-child {
padding-top:20px;
}
.comment .upper{
float: left;
width: 96%;
padding-top: 5px;
padding-bottom: 5px;
}
.comment dl {
margin-top:0;
margin-bottom:0px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/author_arrow.png) no-repeat;
background-position:35px 13px;
}
.comment dl dt {
width:86px;
height:86px;
border-radius:43px;
-webkit-border-radius:43px;
-moz-border-radius:43px;
-o-border-radius:43px;
margin-top:5px;
}
.comment-edit-link, .comment-reply-link{text-transform: uppercase;}
.comment dl dt img {
width:100%;
}
.comment dl dd {
margin-top:0px;
margin-left:123px
}
.comment dl dd ul {
margin:0;
padding:0;
list-style:none;
float:left;
margin-top:6px;
}
.comment dl dd ul li {
float:left;
line-height:11px;
}
.comment dl dd ul li span {
padding-left:8px;
padding-right:8px;
color:#222c2b;
font-weight:500;
}
.comment dl dd ul li span a {
color:#222c2b;
font-weight:500;
}
.comment dl dd span.author a {
font-weight:500;
}
.comment dl dd ul li a {
color:#222c2b;
font-weight:500;
}
.comment dl dd ul li a:hover {
text-decoration:none;
}
.comment dl dd ul li:first-child span {
padding-left:0
}
.comment dl dd ul li:last-child {
border-right:none;
}
.comment {
padding-top:20px;
padding-bottom:20px
}
#respond h3 {
font-size:23.6px;
margin-top:60px;
float:left;
width:100%;
color:#2f383d;
position:relative;
margin-bottom:40px;
text-transform: uppercase;
}
#respond h3 span{float:left; position:relative; z-index:9999; padding-right: 20px;}
#respond h3:before {
width:100%;
content:"";
height:1px;
position:absolute;
bottom:7px;
}
#respond a:hover {
text-decoration:none
}
#respond a {
color:#666;
}
#reply-title {
}
#respond {
margin-top:40px;
float:left;
} #respond label span {
color:#999999;
font-size:10px;
text-transform:uppercase;
font-weight:bold
}
#respond input[type="text"] {
height:44px;
position:relative;
z-index:2;
margin-bottom:0;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:1px solid #d0d0d0;
}
.dark_version #respond input[type="text"]{background:transparent;}
#respond textarea {
width:100%;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border:1px solid #d0d0d0;
}
.dark_version #respond textarea {background:transparent;}
.dark_version code{background:transparent; border:transparent; color:#aaa;}
#respond input[type="submit"] {
font-size:13px;
font-weight:400;
color:#fff;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
padding:14px 21px;
float:left;
margin-top:20px;
border-radius: 3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
text-transform: uppercase;
}
#respond input[type="submit"]:hover {
background:transparent;
color:#222;
border:2px solid #222;
}
#respond .logged-in-as a {
color:#666;
font-weight:500
}
#respond .logged-in-as a:hover {
text-decoration:none
} #comments .row-fluid.comments_list .comment{background: #fff; margin-top:30px; padding-left: 40px;}
#respond input[type="submit"]:focus{outline: none}
.comment-form-author input, .comment-form-email input{width:402px;}
.comment-form-url input{width:825px;}
.comment-form-author,.comment-form-email,.comment-form-url {
float:left;
border:none;
}
.comment-form-author {
padding-right:20px;
}
.comment-form-comment {
width:100%;
}
.form-submit #submit {
}
.comment_text {
padding-left:0;
padding-top:16px;
width:100%;
float:left;
padding-right: 30px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.dark_version .comment_text{color:#aaa;}
.comment .author {
color:#222c2b;
float:left;
margin-right:5px;
}
.comment-form-comment label {
float:left;
width:100%;
margin-top:10px;
}
.form-allowed-tags {
width: 100%;
} .portfolio_single .flexslider img {
}
#portfolio-single-widget-area {
float:left;
width:100%;
margin-top:60px;
margin-bottom:60px;
}
.flexslider .headborder {
height:18px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/headborder.png) repeat-y;
width:50%;
position:absolute;
left:50%;
top:100%;
margin-left: -10px;
}  a {
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration: 0.4s;
} .btn-system.normal{
border:2px solid;
}
.btn-system.normal.default:hover, .btn-system.normal.medium:hover, .btn-system.normal.large:hover {
background: transparent !important;
border:2px solid #222;
}
.btn-system.standard{color:#fff; float:right; margin-top: 20px;}
.btn-system.standard:hover{color:#000; background: transparent;}
.btn-system.normal:hover{
background:#fff;
border:2px solid;   
}
.btn-system.normal:hover span{
color:#2f383d !important;
}
.btn-system.normal{
padding:9px 30px;
font-size:14px;
font-weight: 400;
text-transform: uppercase;
}
.btn-system.large.only_border, .btn-system.large.normal {
padding:14px 50px !important; 
}
.btn-system.medium.only_border, .btn-system.medium.normal{
padding:12px 37px; ;
}
.btn-system{
padding:9px 30px;
font-size:14px;
font-weight: 400;
text-transform: uppercase;
}
.btn-system.normal span{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration: 0.4s;
}
.btn-system.medium.only_border{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration: 0.4s;
}
.btn-system.medium.only_border:hover{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration: 0.4s;
}
.btn-system.only_border{background:transparent; float:left;}
.btn-system.only_border:hover span{color:#fff !important;}
.btn-system.only_border:hover i{color:#fff !important;}
.light .btn-system{color:#fff;}
.light .btn-system.primary_btn {border:1px solid #fff; padding: 12px 30px; background: none !important;}
.light .btn-system.primary_btn:hover{background:#fff !important;}
.btn-system.primary_btn{color:#fff;}
.btn-system.second_btn{color:#fff;}
.light .btn-system.second_btn{
border:2px solid #fff;
}
.light .btn-system.second_btn:hover{
background:#fff;
color: #242424;
border: 2px solid #fff !important;
}
.all_centered .btn-system{
position:relative; 
left:50%; 
margin-top:5px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.btn-system.normal.default.blank:hover{background:#fff !important; border:2px solid #fff !important; color:#2f383d;}  
.btn-system.normal.slides:hover{background:#fff !important; color:#000 !important;} 
.btn-system.normal.slides2:hover{background: transparent !important; border-color:#fff !important; ;} .captionss {
position:absolute;
bottom:60px;
right:30px;
width:522px
}
.flex-caption {
margin:0;
float:right;
color:#fff;
background:rgba(0,0,0,0.8);
font-size:22px;
font-weight:300;
padding:12px 18px;
visibility:hidden;
}
.flex-caption:last-child {
margin-top:10px
}
.flex-caption.animated {
visibility:visible
}
.flex-caption span {
font-size:22px;
color:#fff;
font-weight:300;
line-height:25px;
float:left
}
footer .widget-title {
margin-bottom:20px;
color:#009DCD;
text-transform: uppercase;
font-size: 15px;
padding-right:20px;
position: relative;
float:left;
z-index: 99999;
} aside #s {
width:100%;
height:33px;
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/search.png) 94% center no-repeat;
font-size: 13px;
background-color:#f6f6f6; 
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}
aside .widget.widget_search{border:none;}
aside #search-form .more, footer #search-form .more{
display: none;
}
aside #search-form .more:hover, footer #search-form .more:hover{
background-color:#444; 
}
aside h5.widget-title {
margin-bottom:18px;
margin-top:0;
font-weight:400;
color:#484747;
float:left;
line-height:20px;
width:100%;
text-transform: uppercase;
font-size:22px;
}
aside ul li a{
margin-left: 0px; 
font-size: 13px;
}
aside .widget {
margin-bottom:35px;
float:left;
width:100%;
padding:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 0px;
font-size:14px !important; 
}
aside .widget > ul {
margin:0;
padding:0;
list-style:none;
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
aside .widget > ul li ul{
margin: 0;
padding: 0;
list-style: none;
width: 108%;
float: left;
margin-top: 8px;
margin-bottom: -9px;
}
.recent_posts_widget #recent .title{font-size:14px; color:#666;} aside .widget:first-child {
margin-top:0
}
aside .list_content ul li,aside .widget_recent_posts ul li {
background:none;
margin:0px;
padding:0px;
}
aside .list_content ul li img {
padding-right:20px;
}
aside .widget_recent_posts ul li {
border-bottom:0px;
}
aside .widget_recent_posts ul li a {
color:#777;
font-weight:800
}
aside .widget_recent_posts dd {
line-height:7px;
}
aside .widget_recent_posts i {
font-size:30px;
}
aside .widget_recent_posts .info {
color:#999;
}
aside .standard-form select {
margin-bottom:10px;
}
aside .standard-form #themeple_name {
margin-right:3px;
}
aside .standard-form .more-large {
color: #222;
}
aside .tagcloud a{background: #fff;}
aside .tagcloud a:hover{color:#fff;}
#popular_widget dt{float:left; padding-right: 10px; }
#popular_widget dt img{
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
-o-border-radius:6px;
}
#popular_widget{float:left; width:100%;}
#popular_widget dl {margin: 0px; padding-top: 20px; padding-bottom: 28px;}
#popular_widget dl dd {}
#popular_widget dl:last-child{border-bottom:none !important;}
#popular_widget dl .title{line-height: 33px; font-weight: 600;}
#popular_widget dl{
webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}   .slider {
}
.slider#slider-fullwidth {
width:100%;
margin-top:0;
}
.header_1_body  .slider#slider-fixed{
padding-top:0px;
}
.slider#slider-fixed {
padding-top:45px;
padding-bottom:45px;
}
#slider-fixed.section_active {
padding-bottom:80px;
padding-top:80px;
}
.featured_img_page{width: 100%;}
.dark_version #slider-fixed.section_active{background:#41434b}
#slider-fixed.padding_top_none {
padding-top: 0;
} .ls-defaultskin {
padding:0 !important;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
border-radius:none !important;
-moz-border-radius:none !important;
-webkit-border-radius:none !important;
}
.ls-layer {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.ls-defaultskin .ls-nav-prev {
background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/layer-prev_hover.png) !important;
background-position:0 0 !important;
opacity:0.7;
width:64px !important;
height:64px !important;
}
.ls-defaultskin .ls-nav-prev:hover {
opacity:1;
}
.ls-defaultskin .ls-nav-next {
background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/layer-next_hover.png) !important;
opacity:0.7;
background-position:0 0 !important;
width:64px !important;
height:64px !important;
}
.ls-defaultskin .ls-nav-next:hover {
opacity:1;
}
.ls-defaultskin .ls-nav-prev,.ls-defaultskin .ls-nav-next {
width:64px !important;
height:64px !important;
z-index:10000 !important;
top:50% !important;
margin-top:-32px !important;
position:absolute !important; 
visibility:visible
}
.ls-defaultskin .ls-nav-prev {
left:65px !important
}
.ls-defaultskin .ls-nav-next {
right: 65px !important
}
.ls-layer .big_title_white{
font-size:50px;
line-height:50px;
font-weight:300;
font-family:"Roboto Slab";
color:#fff;
background-color:transparent;
}
.ls-layer .medium_title_white{
font-size:30px;
line-height:50px;
font-weight:300;
font-family:"Roboto";
color:#fff;
background-color:transparent;
}
.ls-layer .description_text{
font-size:20px;
line-height:30px;
font-weight:300;
font-family:"Roboto";
color:#fff;
background-color:transparent;
}  .tparrows.hidearrows{opacity:0 !important;}
.tp-leftarrow.default {
background:none!important;
width:60px;
height:60px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border:2px solid #fff;
opacity:0.7;
}
.tp-leftarrow.default:before{
content:"\f104";
font-family: FontAwesome;
font-size:48px;
color:#fff;
text-align:center;
width:56px;
position:absolute;
line-height:60px;
top:0;
left:0;
}
.tp-rightarrow.default {
background:none!important;
width:60px;
height: 60px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border:2px solid #fff;
opacity:0.7;
}
.tp-rightarrow.default:before{
content:"\f105";
font-family: FontAwesome;
font-size:48px;
color:#fff;
text-align:center;
width:63px;
position:absolute;
line-height:60px;
top:0;
left:0;
}
.tp-leftarrow.default:hover{
opacity:1;
}
.tp-rightarrow.default:hover{
opacity:1;
}  .active_slider ul {
list-style:none;
padding:0;
margin:0 auto;
width:1100px;
visibility:hidden;
}
.active_slider li {
cursor:pointer;
}
.active_slider li.roundabout-in-focus {
cursor:default;
-webkit-box-shadow:0 2px 10px 5px rgba(0,0,0,0.1);
-moz-box-shadow:0 2px 10px 5px rgba(0,0,0,0.1);
box-shadow:0 2px 10px 5px rgba(0,0,0,0.1);
}
.active_slider li span {
display:block;
padding-top:6em;
}
.active_slider_pagination {
float:left;
margin-top:20px;
width:100%;
}
.active_slider_pagination .el {
height:4px;
background:#e1e1e1;
float:left;
margin-right:3px;
cursor:pointer;
}
.active_slider_pagination .el:last-child {
margin-right:0;
}
.active_slider_pagination .el.active {
background: #c1c1c1;
}    .with_text_thumbnail{
opacity:0;
display:none;
}
.with_text_thumbnail .flex-text-thumbnail {
width:100%;
margin:0;
padding:0;
list-style:none;
float:left;
}
.with_text_thumbnail .flex-text-thumbnail li {
height:93px;
cursor:pointer;
background:#fff;
float:left;
border-top:2px solid #fff;
padding:14px 17px;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.dark_version .with_text_thumbnail .flex-text-thumbnail li{background:transparent;border-top:2px solid transparent;}
.with_text_thumbnail .flex-text-thumbnail li:hover {
border-top:2px solid #444444;
}
#slider-fullwidth .with_text_thumbnail .flex-text-thumbnail {
margin-bottom:100px;
}
.with_text_thumbnail .flex-text-thumbnail li h5 {
font-size:15px;
color:#444444
}
.dark_version .with_text_thumbnail .flex-text-thumbnail li h5{color:#fff;}
.with_text_thumbnail .flex-text-thumbnail li p {
color:#999;
font-size:12px;
line-height:20px;
margin-top: 5px;
}
.dark_version .with_text_thumbnail .flex-text-thumbnail li p{color:#aaa;}  .with_thumbnails_container .with_thumbnails_carousel {
padding:10px 0px;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.with_thumbnails_container .with_thumbnails_carousel .inner_shadow{left: 0;z-index: 999999;}
.span6.dynamic_slideshow .with_thumbnails_container .with_thumbnails_carousel{padding:15px 118px;}
.with_thumbnails_container .with_thumbnails_carousel li {
margin-left:10px;
cursor:pointer;
}
.with_thumbnails_container .with_thumbnails_carousel li:first-child {
margin-left:0;
}
.with_thumbnails_container .with_thumbnails_carousel img {
opacity:.4;
}
.with_thumbnails_container .with_thumbnails_carousel .flex-active-slide img {
opacity:1;
}
.with_thumbnails_container .with_thumbnails_carousel .flex-direction-nav .flex-next {
background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/slider_right_carou.png);
}
.with_thumbnails_container .with_thumbnails_carousel .flex-direction-nav .flex-prev {
background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/slider_left_carou.png);
}  .vertical_slider {
width:800px;
}
.vertical_slider .slides {
width:800px;
float:left;
}
.vertical_slider .vertical-slider-thumbs {
float:left;
width:300px;
padding:0;
margin:0;
list-style:none;
overflow:hidden;
position:absolute;
right:-300px;
}
.vertical_slider .vertical-slider-thumbs li {
margin-left:3px;
cursor:pointer;
float:left;
margin-bottom:3px;
opacity:0.5;
}
.vertical_slider .vertical-slider-thumbs li:hover {
opacity:0.8;
}
.vertical_slider .vertical-slider-thumbs li.flex-active {
opacity: 1;
}    .header_1_body #content.content_portfolio.layout-fullsize.items-layout-wide{
padding-top:0px !important;
padding-bottom:0px !important;
}
.header_1_body #content.content_portfolio.layout-fullsize.items-layout-wide #portfolio-filter{margin-bottom: 0;}
.portfolio_big_title{
text-align: center;
padding-bottom: 16px;
font-size: 45px;
}
.recent_portfolio #portfolio-preview-items{
margin-top: 0px;
}
#portfolio-filter {
margin-bottom:40px;
position:relative;
min-height:20px !important;
}
#portfolio-filter #filters{
color:#000;
padding-top:0px;
}
#portfolio-filter #filters{
border-radius: 3px;
-web-kit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 39px;
left: 50%;
position: absolute;
margin-left: -104px;
margin-top: -10px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow_up_filter.png) #fff no-repeat;
background-position:191px 11px;
text-transform:uppercase;
font-weight:700;
}
#portfolio-filter #filters:focus{
outline:0px;
}
#portfolio-filter:before{
content:"";
height:1px;
width:100%;
left:0;
position:absolute;
z-index:-1;
top:12px;
margin-top:0px;
}
#portfolio-filter ul {
margin:0;
padding:0;
list-style:none;
float:left;
z-index:999;
position:relative;
left:50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-o-backface-visibility:hidden;       
}
#portfolio-filter{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/line-border.png) repeat-x;
background-position:10px; 
}       
#portfolio-filter ul li a{border-right:none;}
#portfolio-filter.v1{
background: none !important;
margin-top:0px;
margin-bottom: 20px;
} 
#portfolio-filter{
margin-top: 35px;
margin-bottom: 58px;
}
#portfolio-filter ul li {
float:left;
font-size:13px;
color:#909ba2;
margin-top:30px;
margin-bottom:30px;
text-transform: uppercase;
webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
#portfolio-filter ul li a {
font-weight:600;
font-size:13px;
padding:8px 25px;
float:left;
}
#portfolio-filter ul li:last-child{
border-right:none;
} 
#portfolio-filter ul li.active a {
font-weight:400;
color:#fff;
}
#portfolio-filter ul li.active {
position:relative;
}
#portfolio-filter ul li:hover a {
color:#fff;
}
#portfolio-filter ul li a:hover {
text-decoration:none
}
#portfolio-filter .nav {
float:right;
margin-bottom:0;
}
#portfolio-filter .nav a {
width:37px;
height:27px;
margin-left:11px;
-webkit-box-shadow:0 1px 0 white,inset 0 1px 0 white;
-moz-box-shadow:0 1px 0 white,inset 0 1px 0 white;
box-shadow:0 1px 0 white,inset 0 1px 0 white;
float:left;
}
#portfolio-filter .nav a i {
font-size:14px;
color:#c1c1c1;
width:100%;
text-align:center;
margin-top:4px;
}
.home_portfolio{margin-left:0px;}
.home_portfolio .portfolio-item{
margin-left:0 !important;
margin-bottom:0 !important;
}
.home_portfolio.with_space .portfolio-item{
padding-left:20px !important;
padding-bottom:20px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.home_portfolio.with_space{
margin-left:-20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}  #blog-filter {
margin-bottom:47px;
}
#blog-filter ul {
margin:0;
padding:0;
list-style:none;
float:left;
width:68%;
height:27px;
}
#blog-filter ul li {
float:left;
cursor:pointer;
padding:5px 12px;
font-size:14px;
color:#888;
margin-right:9px;
webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
#blog-filter ul li {
color:#888;
font-weight:400;
font-size:13px;
}
#blog-filter ul li.active {
font-weight:400;
color:#fff;
}
#blog-filter ul li.active {
position:relative;
}
#blog-filter ul li:hover {
}
#blog-filter ul li:hover {
text-decoration:none
}
#blog-filter .nav {
float:right;
margin-bottom:0;
}
#blog-filter .nav a {
width:37px;
height:27px;
margin-left:11px;
-webkit-box-shadow:0 1px 0 white,inset 0 1px 0 white;
-moz-box-shadow:0 1px 0 white,inset 0 1px 0 white;
box-shadow:0 1px 0 white,inset 0 1px 0 white;
float:left;
}
#blog-filter .nav a i {
font-size:14px;
color:#c1c1c1;
width:100%;
text-align:center;
margin-top:4px;
}  .transition_height {
height:0px;
opacity:0;
}
.delay_04 {
transition-delay:0.4s;
-webkit-transition-delay: 0.4s;
} .portfolio_single_header{
margin-top:40px;
margin-bottom:24px;
}
.single_content.bottom .span8 .meta {
border-bottom:none;
}
.portfolio_single_header:after{
position: absolute;
content:"";
height: 1px;
width:100%;
left:0px;
margin-top: 98px;
}
.portfolio_single_header h1{
float:left;
text-transform:uppercase;
width:100%;
}
.span12.bottom{margin-top:64px;}  .portfolio_single_nav.bottom{text-align: center; float:none !important;}
.portfolio_single_nav.bottom li.all{margin-left:50%;}
.portfolio_single_nav li.prev{float:left; margin-left:0;}
.portfolio_single_nav.bottom li.next{float:right;} .single_content.side_single  .flex-control-nav.flex-control-paging{display:none;}
.single_content.side_single .flex-direction-nav li{
position: absolute;
bottom: 0px;
left: 50%;
margin-left: -44px;
bottom:-7px;
}
.single_content.side_single .flex-direction-nav li:last-child{
position: absolute;
bottom: 0;
left: 50%;
margin-left: 5px;
bottom:-7px;
}
.single_content.side_single .flex-direction-nav li:first-child a:hover{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-left.png) #fff no-repeat;
background-position: center;
}
.single_content.side_single .flex-direction-nav li:last-child a:hover{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-right.png) #fff no-repeat;
background-position: center;
}
.single_content.side_single .flex-direction-nav li a{
background:#fff;
opacity: 1;
left: 0;
width: 39px;
height: 27px;
border-radius:3px;
-web-kit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-left-normal.png) #fff no-repeat;
background-position: center;
}
.single_content.side_single .flex-direction-nav li:last-child a{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-right-normal.png) #fff no-repeat;
background-position: center;
}
.single-portfolio .btn-system.single:hover {
background: transparent;
border:2px solid #000000;
color:#000000;
}
.single-portfolio .btn-system.single {
color: #fff;
font-size: 13px;
font-weight: 600;
margin-top: 21px;
padding: 10px 20px;
text-transform: none;
border:2px solid transparent;
}
.portfolio_single_nav {
list-style: none;
margin: 0;
padding-left: 0;
float: none;
margin-top: 11px;
left: 50%;
position: absolute;
margin-top: 83px;
margin-left: -92px;
z-index: 9999;
}
.portfolio_single_nav li {
float:left;
width:46px;
height:30px;
margin-left:19px;
margin-bottom: 12px;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.portfolio_single_nav li.next{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-right-normal.png) #fff no-repeat;
background-position: center;
}
.portfolio_single_nav li.next:hover{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-right.png) #fff no-repeat;
background-position: center;
}
.portfolio_single_nav li.all{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/main.png) #fff no-repeat;
background-position: center;
}
.portfolio_single_nav li.all:hover{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/main_hover.png) #fff no-repeat;
background-position: center;
}
.portfolio_single_nav li.prev{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-left-normal.png) #fff no-repeat;
background-position: center;
}
.portfolio_single_nav li.prev:hover{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-left.png) #fff no-repeat;
background-position: center;
}
.portfolio_single_nav li.all{margin-left:20px;}
.portfolio_single_nav li a {
float:left;
width:100%;
height:100%;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
}
.portfolio_single_nav li a i {
font-size: 17px;
line-height: 35px;
width: 100%;
float: left;
text-align: center;
color: inherit;
}
.portfolio_single_nav li a:hover {
text-decoration:none;
}
.single_content.bottom .flexslider {
margin-bottom: 80px
}
.single_content .meta{
float:left;
width:100%;
margin-bottom:25px;
padding-bottom:15px;
}
.single_content.bottom .meta-content{
margin-top: 15px;
float:left;
}
.single_content.bottom h1{
width:100%;
}
.single_content h1{
text-transform: uppercase;
font-size: 20px;
z-index: 999999999;
width: 100%;
position: relative;
float: left;
font-size: 30px;
padding-bottom:10px;
}
.single_content.bottom .line{
height: 2px;
background: #e4e4e4;
width: 100%;
float: left;
position: relative;
margin-top: -24px;
z-index: 1;
}
.single_content .meta:last-child{
margin-bottom:0;
}
.single_content .meta i{
padding: 1px 5px;
margin-right: 10px;
border-radius: 2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
float:left;
font-size: 10px;
margin-top:-3px;
}
.single_content .meta h3{
text-transform: uppercase;
font-size:22px;
color:#2f383d;
}
.single_content .meta p{
margin-top:0px;
margin-bottom:0;
}
.single_content.side_single .meta-content {margin-top:20px; float:left;}
.details_side{float:left; margin-top: 0px;} .section-style {
}
.content-layout {
padding-bottom: 50px;
} .items-layout-wide .portfolio-item{
margin-bottom:0px !important;
margin-left:0px !important;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
overflow:hidden;
display:block;
}
.items-layout-wide .filterable{ 
margin-left:0px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} 
.center-bar .btn-system{
padding: 6px 12px;
color:#fff;
font-size:12px;
letter-spacing: 0.5px;
border-radius: none;
border:1px solid #fff;
}
.center-bar .btn-system:hover{
color:#fff;
}
.center-bar .centered{
float: left;
margin-left: -102px;
left: 50%;
margin-bottom: 10px;
position: relative;
}
.center-bar .btn-system.second{
color:#fff;
border:1px solid #fff;
}
.center-bar .btn-system.second:hover{
color:#fff;
}
.portfolio-item {
}
.portfolio-item img {
width:100%;
display:block;
}
#portfolio-preview-items.four-cols{width:100%; float:left;}
.recent_portfolio #portfolio-preview-items.four-cols{width:auto; float: none;}
.recent_portfolio #portfolio-preview-items.four-cols .portfolio-item{width:260px;}
#portfolio-preview-items.three-cols .portfolio-item {
position:relative;
width:351px;
float:left;
margin-left:20px;
margin-bottom:20px;
}
#portfolio-preview-items.three-cols .portfolio-item img {
width:100%;
float:left
}
#portfolio-preview-items.three-cols .portfolio-item .overlay {
height:100%;
position:absolute;
top:0;
left:0;
width:100%
}
#portfolio-preview-items.five-cols .portfolio-item {
position:relative;
width:200px;
float:left;
margin-left:20px;
margin-bottom:20px;
}
#portfolio-preview-items.five-cols .portfolio-item.v2 .tpl2 .center-bar{
margin-top:-20px;
}
#portfolio-preview-items.five-cols .portfolio-item img {
width:100%;
float:left
}
#portfolio-preview-items.five-cols .portfolio-item .overlay {
height:100%;
position:absolute;
top:0;
left:0;
width:100%
}
#portfolio-preview-items.four-cols .portfolio-item {
position:relative;
width:258px;
float:left;
margin-left:20px;
margin-bottom:20px;
}
#portfolio-preview-items.four-cols .portfolio-item .overlay {
height:100%;
position:absolute;
top:0;
left:0;
width:100%
}
#portfolio-preview-items.four-cols .portfolio-item .overlay .btns {
margin-top:75px;
margin-left:74px;
width:84px;
height:40px;
float:left;
}
#portfolio-preview-items.two-cols .portfolio-item {
position:relative;
width:538px;
float:left;
margin-left:20px;
margin-bottom:20px;
}
#portfolio-preview-items.two-cols .portfolio-item .overlay {
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
}
#portfolio-preview-items.two-cols .portfolio-item .overlay .btns {
margin-top:185px;
margin-left:194px;
width:84px;
height:40px;
float:left;
}
#portfolio-preview-items.one-cols .portfolio-item {
position:relative;
width:1098px;
float:left;
margin-left:20px;
margin-bottom:20px;
}
#portfolio-preview-items.one-cols .portfolio-item .overlay {
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
}
.tpl2 .bg{
opacity: 0;
width: 100%;
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
background: rgba(0,0,0,0.8);
webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
top: 0;
height: 100%;
}
.tpl2 .bg:hover{opacity: 1}
.portfolio-item {
}
.portfolio-item .info{
background:#fff;
float:left;
width:100%;
box-sizing:border-box;
}
.portfolio-item .overlay {
}
.portfolio-item h3 {
font-weight: 700;
float: left;
text-transform: uppercase;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 14px;
font-family: "Open Sans";
font-size: 12px;
}
.portfolio-item.v1 .categories{
padding-top:20px;
padding-bottom:20px;
}
.portfolio-item .categories{
font-size: 11px;
font-weight: 400;
text-transform: capitalize;
color: #8a8a8a;
float: right;
padding-top: 5px;
padding-bottom: 20px;
padding-right: 14px;
}
}
.portfolio-item .info p{
color:#fff;
float:left;
width:100%;
}
.portfolio-item.v2{
overflow:hidden;
}
.portfolio-item.v2 .tpl2 .center-bar{
margin-top:-42.5px;
height:45px;
margin-bottom:0 !important;
}
.portfolio-item.v2 .info{
position:absolute;
bottom:-102px;
left:0;
webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.portfolio-item.v2 .info:after{
content:"";
position:absolute;
left:50%;
margin-left:-9.5px;
margin-top:-12px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 9.5px 12px 9.5px;
border-color: transparent transparent #fff transparent;
}
.portfolio-item.v2:hover .info{
bottom:0;
}
.portfolio-item .link{
border:2px solid #fff;
color:#fff;
text-transform: uppercase;
display:inline-block;
padding:8px 15px;
margin-right:10px;
font-size:12px;
font-weight:bold;
border-radius: 3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
}
.portfolio-item .link:last-child{
margin-right:0;
}
.portfolio-item .center-bar .title{
font-size:17px;
text-transform: uppercase;
width:100%;
color:#fff;
display:inline-block;
letter-spacing: 1.5px;
}
.v1.portfolio-item .center-bar .categories, .v1.portfolio-item .center-bar .title{
display: none;
}
.portfolio-item .center-bar .categories{
font-size:13px;
width:100%;
color:#fff;
display:inline-block;
}
.tpl2 {
float:left;
position: relative;
}
.tpl2 img {
max-width:none;
width:100%
}
.tpl2 .center-bar {
height:30px;
position:absolute;
top:50%;
margin-top:-15px;
text-align:center;
width:100%;
} #portfolio-preview-items .portfolio-item.circle {
border:none;
}
#portfolio-preview-items .portfolio-item.triangle {
border:none;
}
#portfolio-preview-items .portfolio-item.hexagonal {
border:none;
}
#portfolio-preview-items.two-cols .portfolio-item.circle {
width:456px !important;
}
#portfolio-preview-items.three-cols .portfolio-item.circle {
width:296px;
!important;
}
#portfolio-preview-items.three-cols .portfolio-item.hexagonal {
width:296px !important;
}
#portfolio-preview-items.four-cols .portfolio-item.hexagonal {
width:216px !important;
}
#portfolio-preview-items.four-cols .portfolio-item.triangle {
width:216px !important;
}
.circle .shape4 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/218x140reth.png) no-repeat 0 0 transparent;
width:300px;
height:170px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.circle .shape3 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/298x170reth.png) no-repeat 0 0 transparent;
width:300px;
height:170px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.circle .shape2 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/458x275reth.png) no-repeat 0 0 transparent;
width:456px;
height:275px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.triangle .shape4 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/218x140tre.png) no-repeat 0 0 transparent;
width:300px;
height:170px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.triangle .shape3 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/298x170tre.png) no-repeat 0 0 transparent;
width:300px;
height:170px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.triangle .shape2 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/458x275tre.png) no-repeat 0 0 transparent;
width:458px;
height:275px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.hexagonal .shape4 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/218x140hex.png) no-repeat 0 0 transparent;
width:218px;
height:140px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.hexagonal .shape3 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/298x170hex.png) no-repeat 0 0 transparent;
width:300px;
height:170px;
position:absolute;
left:0;
top:0;
z-index:99;
}
.hexagonal .shape2 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shapes/458x275hex.png) no-repeat 0 0 transparent;
width:458px;
height:275px;
position:absolute;
left:0;
top:0;
z-index: 99;
}  .single_portfolio_page_parents {
top:64px;
padding-bottom:5px;
}
.single_portfolio_page_parents i {
font-size:14px;
color:#ced0d5;
}
.single_portfolio_page_parents li {
margin-right:0px;
}
.single_portfolio_page_parents li a {
margin-right:1px;
float:left;
}
.single_content {
margin-top:0px
}
.single_content .content h1,.single_content .content h2,.single_content .content h3,.single_content .content h4,.single_content .content h5,.single_content .content h6 {
font-weight:500;
color:#222;
margin-bottom:5px;
}
.single_content .content p {
margin:0;
padding:0;
}
.single_content .row-dynamic-el:first-child {
margin-top:0 !important;
margin-bottom:40px;
}
.wide_slider{width:100%; position:relative; left:0; margin-bottom:70px; top:-10px;}
.single_content ul.metas {
margin:0;
list-style:none;
margin-top:20px;
float:left;
}
.single_content .metas dl {
margin-bottom:0;
float:left;
margin-top:0;
padding-bottom:10px;
padding-top:10px;
width:100%;
}
.single_content .metas li:first-child dl {
padding-top:0;
}
.single_content dt.details {
font-size:13px;
height:auto;
text-align:left;
float:left;
color:#222
}
.single_content .metas dd {
color:#222;
font-weight:400;
margin-left:80px;
}
.single_content ul.metas {
margin-top:0
}
.single_content li:first-child dl {
margin-top:0;
}
.single_content dl dd {
margin-left: 120px;
}
.single_content ul{list-style: none; padding-left:0px; margin-left:0px;} .skill {
height: 11px;
position: relative;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 12px;
float: left;
width: 100%;
background: #fff;
}
.skill:last-child {
margin-bottom:0;
}
.skill .prog {
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.skill .prog .circle {
width:35px;
height:35px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
position:absolute;
right:-17px;
top:-9px;
}
.skill_title {
float:left;
color:#666;
font-weight:400;
font-size:13px;
margin-bottom:3px;
}
.light .skill_title{color:#fff;}
.block_skill .big_percentage {
font-size:13px;
float:right;
color:#222;
margin-left:5px;
margin-bottom:5px;
}
.skill .prog {
position:relative;
height: 100%;
} .chart_skill {height:204px;}
.chart_skill .new_color {
display:none;
}
.chart_skill {
position:relative;
}
.chart_skill .text {
line-height:38px;
width:164px;
float:left;
position:absolute;
top:50%;
left:50%;
font-size:26px;
margin-left:-82px;
margin-top:-18px;
}
.light .chart_skill p{
color:#fff;
}
.chart_skill p{
color:#2f383d;
text-align: center;
padding-top:0px;
margin-top: 0px;
padding-left:30px;
padding-right:30px;
}
.easyPieChart{
font-size:30px !important;
color:#2f383d;
} .light .chart_skill .text{color:#fff;}
.chart_skill h5{
text-align:center; 
width:100%; 
margin-top:28px; 
color:#2f383d; 
font-weight: bold; 
padding-bottom:15px;
font-family: "Open Sans";
text-transform: uppercase;
}
.light .chart_skill h5{color:#fff;}
.chart_skill i.base {
-webkit-background-clip:text;
-webkit-text-fill-color: transparent;
} .single_content {
float:left
}
.single_content .single_info {
margin:0;
padding:0;
list-style:none;
margin-top:40px;
float:left;
width:100%;
}
.single_content .single_info li {
padding-top:10px;
padding-bottom:10px;
border-top:1px dashed #ccc;
color:#999;
font-weight:400;
}
.single_content .single_info li:last-child {
border-bottom:1px dashed #ccc;
}
.single_content .single_info li .title {
width:50px;
float:left;
margin-right:15px;
font-weight:500;
}
.single_content .single_info li a {
color:#999;
}
.single_content .single_info li a:hover {
text-decoration:none
}
.single_content .content {
float:left;
width:100%;
}
.single_content .skills {
margin-top:20px
}
.single_content .skill {
margin-top:20px !important;
float:left;
width:100%;
margin-bottom:0
}
.single_content ul.metas {
padding-top:0px;
float:left;
width:100%;
padding-left:0
}
.single_content ul.metas li {
width:100%;
float:left;
}
.single_content #project_details{margin-top:34px;}
.single_content #project_details li.details{padding-top:10px;padding-bottom:10px;}
.single_content #project_details li.details:first-child{padding-top:0px;}
.single_content #project_details .details .title{font-size:13px; color:#666;}
.single_content #project_details .details .details_content{color:#999; padding-left:5px;}
.single_content h5 {
color:#222;
margin-bottom:20px;
font-weight:300;
}  .end_lines{
float: left;
width: 100%;
position: absolute;
bottom: 0
}
.one_line, .second_line, .third_line, .fourth_line{
float:left;
position: relative;
width:25%;
height:4px;
}
.one_line{
background:#34d59a;
}
.second_line{
background: #29e0e2;
}
.third_line{
background: #21c2f8;
}
.fourth_line{
background: #0070c7;
}  .row-dynamic-el {
margin-bottom:90px;
}
.row-dynamic-el:first-child {
margin-top:0px;
}
.row-dynamic-el.second_space {
margin-bottom:0;
}
.row-dynamic-el.third_space {
margin-bottom:60px;
}
.row-dynamic-el.fourth_space {
margin-bottom:60px;
margin-top:-40px;
}
.row-dynamic-el.section-style:first-child {
margin-top:0
}
.row-dynamic-el:last-child {
margin-bottom:0;
} 
.header h6,.header h5,.header h4 {
}
.row-dynamic-el .header h2,.themeple_sc .header h2 {
z-index:9999;
position:relative;
float:left;
color:#2f383d;
line-height: 28px;
font-size:30px;
text-transform: uppercase;
}
.light .header h2,.light  .header h2{
color:#fff;
}
.light .header h1{
color:#fff;
}
.row-dynamic-el .header .header_link {
font-weight:300;
margin-left:5px;
}
.row-dynamic-el .header h6,.themeple_sc .header h6:first-child {
float:left;
}
.header dt {
width:40px;
height:40px;
background:#eee;
}
.header dt i {
color:#444;
font-size:16px;
width:100%;
float:left;
text-align:center;
line-height:40px;
}
.header dt:hover i {
color:#fff
}
.row-dynamic-el .header,.themeple_sc .header {
width:100%;
float:left;
margin-bottom:28px;
position:relative;
}
.row-dynamic-el .header:before,.themeple_sc .header:before, .row-fluid.single_content .header:before {
width:100%;
content:"";
left:0;
height:1px;
position:absolute;
top:50%;
margin-top:-2.5px;
}
.row-fluid.single_content .header{float:left;position: relative; width:100%; margin-top:0px; margin-bottom: 41px;} 
.row-fluid.single_content .header .navigations{float: left;position: relative;padding-right: 20px; padding-top:20px;}
.single_content{margin-top:70px;}
.row-dynamic-el .header.two_h:nth-child(2) {
margin-right:0 !important;
}
.row-dynamic-el .header dl {
margin:0;
}
.row-dynamic-el .border_style_color,.themeple_sc .border_style_color {
position:absolute;
bottom:-4px;
z-index:10;
width:57px;
height:3.5px;
left:0;
bottom:-2px;
}
.row-dynamic-el .header,.themeple_sc .header {
width:100%;
float:left;
position:relative;
}
.themeple_sc .header .pagination {
position: absolute;
right: 0;
margin: 0;
top: 50%;
padding: 0;
padding-left: 20px;
margin-top: -3px;
z-index: 999;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
left: auto;
}
.row-dynamic-el .pagination a,.row-fluid .pagination a, .themeple_sc .header .pagination a {
width:7px;
height:7px;
margin-left:3px;
background-color:#f6f6f6;  
float:left;
}
.light .pagination a{
margin-left:5px;
}
.light .pagination a.selected{
}
.row-dynamic-el .pagination a span,.row-fluid .pagination a span, .themeple_sc .header .pagination a span{display:none;}
.row-fluid .pagination a:hover, .themeple_sc .header .pagination a:hover {
background-color:#696969;
}
.desc .pagination{margin:0; margin-top:15px;}
.desc .pagination a:first-child{margin-left:0;}
.row-dynamic-el .caroufredsel_wrapper {
width:100% !important;
margin-bottom:0 !important
}
.carousel_shortcode .caroufredsel_wrapper {
width:100% !important;
margin-bottom:0 !important
}
.row-dynamic-el .carousel .portfolio-item {
margin-bottom:0 !important
}
.row-dynamic-el .span9 .flexslider .bottom_shadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow9.png) center bottom no-repeat;
width:798px;
height:260px;
left:-52px;
}
.row-dynamic-el .span8 .flexslider .bottom_shadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow8.png) center bottom no-repeat;
width:712px;
height:260px;
left:-47px;
}
.row-dynamic-el .span6 .flexslider .bottom_shadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow6.png) center bottom no-repeat;
width:526px;
height:260px;
left:-33px;
}
.row-dynamic-el .span4 .flexslider .bottom_shadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow4.png) center bottom no-repeat;
width:344px;
height:260px;
left:-22px;
}
.row-dynamic-el .span3 .flexslider .bottom_shadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow3.png) center bottom no-repeat;
width:253px;
height:260px;
left:-17px;
}  .sticky_box h2 {
color:#fff;
font-weight:500;
line-height:33px;
}
.sticky_box p {
color:#fff;
margin-bottom:45px;
}
.sticky_box .stickyy {
position:relative;
border:none !important;
padding:15px;
}
.sticky_box .triangle_outside {
width:0px;
height:0px;
border-style:solid;
border-width:0 21px 21px 0;
border-color:transparent #fff transparent transparent;
position:absolute;
top:0;
right:0;
}
.sticky_box .circle {
width:34px;
height:34px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/circle_info.png) no-repeat;
position:absolute;
right:20px;
bottom:20px;
}
.sticky_box .triangle_inside {
width:0px;
height:0px;
border-style:solid;
border-width:21px 0px 0px 21px;
border-color:transparent transparent transparent rgba(255,255,255,0.4);
position:absolute;
top:0;
right: 0px;
}  .textbar-container {
position:relative; 
float:left; 
width:100%; 
text-align: left;
padding-top: 50px;
padding-bottom: 50px;
}
.textbar-container h1{
line-height:28px; 
float:left;
font-weight: 600;
font-family: "Open Sans";
font-size: 22px;
}
.container .textbar-container {padding-left: 30px; padding-right: 30px; padding-top: 35px; padding-bottom: 35px;}
.textbar-container .btn-system{
float: right;
position: relative;
margin-left: 28px;
top: -4px;
font-weight: 600;
}
.container .textbar-container{
box-sizing: border-box;
}
.dark .textbar-container h1{color:#212121;}
.textbar-container p{font-size:17px;}
.light .textbar-container p{color:#fff;}
.light .textbar-container h1{color:#fff; float:left; letter-spacing: 1.5px;}
.textbar-container.style_2 h1{text-transform: uppercase; text-align: left; font-size:30px;float:left; width:100%; position:relative; line-height:38px;}
.light .textbar-container.style_2 h1{text-shadow:0px 0px 10px #000;}
.textbar-container.style_2 p{float:left; width:100%;margin:0;margin-top:10px;}
.textbar-container.style_2 .btn-system{float:right;}   .tabbable .nav-tabs {
margin:0;
padding:0;
}
.tabbable .nav-tabs i {
padding-right: 5px;
} .tabbable .nav-tabs li{
border-left: 1px solid #d3d3d3;
border-top: 1px solid #d3d3d3;
}
.tabbable .nav-tabs li:last-child{border-right:1px solid #d3d3d3;}
.tabbable.tabs-left .nav-tabs li:last-child{border-bottom:1px solid #d3d3d3 !important;}
.tabbable.tabs-left .nav-tabs li.active:last-child{border-bottom:1px solid #d3d3d3;}
.tabbable .tab-content{border:1px solid #d3d3d3;}
.tabbable.tabs-left {
float:left;
width:100%;
}
.tabbable..tabs-top .nav-tabs {
}
.tabbable.tabs-left .nav-tabs {
border-right:none;
}
.tabbable .nav-tabs li {
border-right:none;
background:#f8f8f8;
}
.tabbable .nav-tabs li.active{border-bottom:1px solid #fff; background:#fff;}
.tabbable .nav-tabs li.active a {
background:#fff;
color:#2f383d;
}
.light .tabbable .nav-tabs li.active, .light .tabbable .nav-tabs li{background:rgba(0,0,0,0);}
.light .tabbable .nav-tabs li.active a{background:rgba(0,0,0,0); color:#fff;}
.light .tabbable .nav-tabs li.active{border-bottom:1px solid rgba(255,255,255,0.3);}
.light .tabbable .nav-tabs li{border-left:1px solid rgba(255,255,255,0.3); border-top:1px solid rgba(255,255,255,0.3);}
.light .tabbable .tab-content{border:1px solid rgba(255,255,255,0.3);}
.light .tabbable .nav-tabs li:last-child{border-right:1px solid rgba(255,255,255,0.3);}
.tabbable .nav-tabs li:first-child {
}
.tabbable.tabs-left .nav-tabs li:first-child {
}
.tabbable.tabs-left li {
margin-bottom:0px;
margin-top:0;
border-bottom:none;
}
.tabbable.tabs-left li:last-child {
border-right:none !important;
}
.tabbable.tabs-left .nav-tabs li:hover {
}
.tabbable.tabs-left .nav-tabs li.active {
border-bottom:none;
}
.tabbable  .nav-tabs li a {
color:#6d7a83;
font-size:13px;
font-weight:500;
}
.tabbable.tabs-left .nav-tabs li a {
border:none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
margin-bottom:0;
}
.tabbable .nav-tabs > li > a, .nav-pills > li > a{padding-left:11px; padding-right:11px;}
.tabbable .tab-content {
padding:20px;
background: #fff;
}
.tabbable.tabs-left .tab-content {
margin-top:0px;
padding:15px;
height: 100%;
}     .dl-horizontal.list dd h4{
color:inherit;
text-transform: none;
font-family: "Open Sans";
font-size: 13px;
}
.dl-horizontal.list{
margin:0;
}  .services_list p {
margin-top:5px;
}
.services_list .header{margin-bottom:30px;}
.services_list dl{
margin-bottom:50px;
}
.services_list dl:last-child{
margin-bottom:0;
}
.services_list dl:first-child{
margin-top:0 !important;
}
.services_list dt{position:relative; width:72px; height:72px; overflow: visible;}
.services_list dt .circle {
width:68px;
height:68px;
border:3px solid #d1d1d1;
z-index:9999;
position:relative;
margin-left:2px;
margin-top:2px;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.services_list dt i{color:#000000;}
.services_list dt i {
width:100%;
text-align:center;
float:left;
line-height:71px;
font-size:32px;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.services_list dd {
margin-left:95px;
}
.services_list dl {
position:relative;
}
.services_list h4 {
font-weight:bold;
text-transform: uppercase;
margin-bottom:8px;
margin-top:2px;
}
.services_list ul {
margin:0;
padding:0;
list-style:none;
}
.services_list ul li {
padding-left:10px;
margin-bottom:3px;
}
.services_list .btns{float:left; margin-top:30px;}
.services_list .btns a{margin-right:20px;}
.services_list dl:hover dt .circle{
border:3px solid #222;
}  .services_media {
position:relative;
overflow:hidden;
}
.services_media img{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.services_media:hover img {
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
opacity:0.6;
}
.services_media .serv_content{padding-top:24px;}
.services_media .overlay{
position:absolute;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
left:0;
top:0;
padding:20px;
display:block;
height:100%;
}
.services_media:hover .overlay{
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.services_media img {
width:100%;
}
.services_media iframe {
width:100%;
height:180px;
}
.portfolio-item.v2 .categories{
text-align: center;
box-sizing:border-box;
padding-right: 0px;
} 
.services_media h1 {
color:#2f383d !important;
font-weight:700;
text-transform: uppercase;
font-family: "Open Sans";
font-size: 17px;
padding-bottom: 12px;
}  .row-dynamic-el .media {
margin-top:0;
}
.row-dynamic-el .media .type_image {
width:auto;
}
.row-dynamic-el .media .type_image.alignment_left {
float:left;
}
.row-dynamic-el .media .type_image.alignment_right {
float:right;
}
.row-dynamic-el .media .type_image.alignment_center {
margin:0 auto;
display:block;
}
.row-dynamic-el .media .type_slideshow.alignment_center {
margin:0 auto;
display: block;
} .slider_overlay {
padding:5px 10px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius: 3px;
} .recent_news.wpb_content_element .row{margin-left:0px;}
.recent_news .date_div{
position: relative;
top: 0px;
left: 0px;
float: left;
background: #f6f6f6;
text-align: center;
width:75px;
padding-top:20px;
padding-bottom: 20px; 
font-size: 20px;
}
.recent_news .month_div{
float:left;
width:75px;
color:#fff;
text-align: center;
}
.recent_news .blog-article, .recent_news .blog-article .blog-content{border:none;}
.news-carousel-item {margin-top: 0px;}
.news-carousel-item:first-child{margin-top:0px;}
.recent_news .news-carousel-item dl dd h5{color: #222; font-family: "Open sans"; font-size: 15px; font-weight: 600;}
.recent_news .news-carousel-item dl{margin:0;padding:0; margin-top:30px;}
.recent_news .news-carousel-item:first-child dl{margin-top:0px;}
.recent_news .news-carousel-item:first-child dl.style_2{margin-top: 0px;}
.recent_news .news-carousel-item dl.style_2{margin-top:20px;}
.recent_news .news-carousel-item dl dt{width:190px; height:144px;}
.recent_news .news-carousel-item dl dt .date{width:48px; height:48px;}
.recent_news .news-carousel-item dl dt .date .day{float:left; width:100%; text-align:center; line-height:20px; color:#fff; font-size:22px;margin-top:7px;}
.recent_news .news-carousel-item dl dt .date .month{float:left; width:100%; text-align:center; line-height:15px; color:#fff; font-size:8px;}
.recent_news .news-carousel-item dl dd{margin-left:24px; float:left; width:54%;}
.recent_news .news-carousel-item dl.style_2 dd{margin-left:0px;}
.recent_news .news-carousel-item dl .info{border:none; margin:0; padding:0;margin-top:10px; float:left; font-weight: 400;}
.recent_news .news-carousel-item dl .info li{ line-height:20px;  width: 100%; text-align: left; padding-left: 0px; padding-bottom: 5px; color:#969ba2;}
.recent_news .news-carousel-item dl .info li .post-categories{list-style: none; padding-left: 0px; float:left; display: inline;}
.recent_news .news-carousel-item dl .info li i{float:left;}
.recent_news .news-carousel-item dl .info li:first-child{padding-left:0; border-left:none; padding-bottom: 10px;}
.recent_news .news-carousel-item dl h4{font-family: "Open Sans"; font-weight:600; font-size: 15px;}
.light .recent_news .news-carousel-item dl h4, .light .recent_news .news-carousel-item dl h4 a{color:#fff;}
.recent_news .news-carousel-item dl .blog-content{margin-top:10px; font-size: 13px; float:left; }
.recent_news .blog-article .blog-content{padding-left: 0px;}
.recent_news .news-carousel-item dl.style_2 .blog-content{padding-left: 0px;}
.recent_news .news-carousel-item dl dd .read_more{float:left; padding-top: 0px; text-transform:capitalize; font-weight: 600;}
.recent_news .news-carousel-item dl dd .read_right{
float:right; 
padding-top: 50px;
text-transform: capitalize;
}
.recent_news .news-carousel-item dl.style_2 dd{ 
width: 72%; 
}
.recent_news .news-carousel-item dl.style_2 dt{
width: 124px;
height: 168px;
float: left;
padding-right: 0px;
} 
.recent_news .news-carousel{width: 100% !important;}
.recent_news .news-carousel.style_2{width:100% !important;}
.recent_news .news-carousel-item dl dd .read_right a{
font-weight: 600;
} .follow_tweet {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/twitter_follow.png) center no-repeat;
width:75px !important;
height:26px !important;
margin-top:-5px;
margin-left: 30px !important
} .vc_col-sm-3.wpb_column.column_container:last-child .wpb_wrapper .services_slideshow_container{margin-left:-30px; border-left:0; border-right:1px solid #dadada;}
.vc_col-sm-3.wpb_column.column_container:first-child .wpb_wrapper .services_slideshow_container{border-right: 0px; margin-right: -17px;}
.vc_col-sm-3.wpb_column.column_container:nth-child(2) .wpb_wrapper .services_slideshow_container{border-right:0; margin-left: -15px;}
.vc_col-sm-3.wpb_column.column_container:nth-child(3) .wpb_wrapper .services_slideshow_container{margin-left:-30px;}
.services_slideshow_container{border:1px solid #dadada;  padding: 30px 0px;}
.services_slideshow_title h4{font-family: "Open Sans"; font-size: 18px; font-weight: 700}
.services_slideshow_title p{margin-top:5px; font-family: "Helvetica"; color:#999;}
.services_slideshow_icon{
margin-left: 20px;
float: left;
width: 50px;
height: 50px;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 50px; 
font-size: 18px;
margin-right:16px;
background: #222
}  .services_small_icon{float:left; padding-right: 10px;}
.services_small_container{float:left; padding-bottom: 80px;}
.services_small .services_small_container .services_small_icon i{
float:left;
width:100%;
font-size:30px;
}
.services_small p{
margin:0;
margin-top:6px;
float:left;
}
.services_small h4{
float:left;
padding-top: 6px;
font-family:"Open Sans"; font-weight: 700;
}
.light .services_small h3{color:#30424c;}
.light .services_small h3 a:hover{color:#fff;} .fullwidth_portfolio .swiper-container{width:100%; height:auto !important;}
.fullwidth_portfolio .swiper-container .swiper-slide.layout-full{height:auto !important;}
.fullwidth_portfolio .swiper-container .swiper-slide .he-wrap{width:100%; height:100%;}
.fullwidth_portfolio .swiper-wrapper{float:left; height:auto !important;}
.recent_portfolio .desc .readmore, .latest_blog .desc .readmore, .carousel_blog li.blog-article .readmore, .services_small .link, .recent_news .news-article a.readmore{color:#999; background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/small_right_g.png) no-repeat center right;}
.direct_btn {
width:20px;
height:20px;
background:#f3f3f3;
border:1px solid #d6d6d6;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
.direct_btn i {
color:#313131;
font-size:8px;
width:100%;
float:left;
text-align:center;
line-height:20px;
}
.direct_btn:hover i {
color: #fff;
} .first_row_table {
margin-bottom:0;
}
.first_row_table .services_table {
padding-top:0 !important;
}
.second_row_table {
margin-bottom:0;
} .services_medium_left dl{margin:0; padding:0;}
.services_medium_left dl dt{width:92px; height:92px;}
.services_medium_left dl dt .icon_wrapper{width:90px; height:90px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#ececec;}
.light .services_medium_left dl dt .icon_wrapper{background:rgba(0,0,0,0.2);}
.services_medium_left dl dt .icon_wrapper i{float:left; width:100%; line-height:92px; text-align:center; font-size:32px;}
.services_medium_left dl:hover dt .icon_wrapper i{color:#fff;}
.services_medium_left dl dd{margin-left:115px;}
.services_medium_left h6 a{color:#101010;}
.light .services_medium_left h6 a{color:#fff;}  .services_step {
text-align:center;
position:relative;
top:0;
padding:15px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.services_step .icon_wrapper {
position:relative;
left:50%;
margin-left:-55px;
z-index:9999;
}
.services_step i{
border:1px solid #e6e9ea;
}
.services_step.style_1 .icon_wrapper{
background:#e5e5e5;
}
.fancybox-overlay{z-index:10000000 !important;}
.services_step i {
float: left;
text-align: center;
width: 112px;
height: 112px;
line-height: 119px;
font-size: 40px;
z-index: 1000;
border:1px solid #c2c2c2;
border-radius: 50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
}
.services_step h4 {
margin-bottom:0px;
text-transform:uppercase;
color:#242424;
font-weight:600;
float:left;
width:100%;
text-align:center;
margin-top:26px;
position:relative;
z-index:9999;
letter-spacing: 1.5px;
}
.light .services_step  h6, .light .services_step h6 a{color:#fff;}
.services_step p{margin-top:10px;margin-bottom:0;padding:0;}
.services_step p {
display:block;
text-align:center;
float:left;
position:relative;
z-index:9999;
color:#999;
}
.services_step i { 
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.services_step{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.services_step:hover i{color:#fff;}
.services_step .readmore{
float: left;
text-align: center; 
width: 100%;
padding-top: 20px;
font-weight: 600;
font-size: 14px;
margin-bottom: 60px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.services_step .line_left{
position:absolute;
height: 2px;
width:64px;
background: #e0e0e0;
top: 57px;
left: 114px;
}
.services_step .line_right{
position:absolute;
height: 2px;
width:64px;
background: #e0e0e0;
top: 57px;
left: -64px;
}  .services_boxed{
border:1px solid #e0e0e0;
text-align: center;
padding-top: 10px;
padding-bottom: 33px;
}
.services_boxed{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.services_boxed .icon_wrapper i{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.services_boxed p{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s
}
.services_boxed:hover h4 a{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s
}
.services_boxed:hover{background: #f6f6f6;}
.services_boxed p{
padding-bottom: 0px;
font-size: 13px;
}
.line_under_full{
float:left;
width:100%;
padding-top: 30px;
}
.line_under_full .read_1:hover{color:#fff; cursor: pointer;}
.line_under_full .read_1{
left: 50%;
background: #fff;
padding: 12px 29px;
position: absolute;
margin-top: -17px;
margin-left: -154px;
font-weight: 600;
}
.line_under_full .read_2{
left: 50%;
background: #f6f6f6;
padding: 14px 29px;
position: absolute;
margin-top: -17px;
margin-left: 6px;
font-weight: 600;
cursor: pointer;
}
.line_under_full .line_full:after{
height: 1px;
width: 1900px;
position: absolute;
float: left;
margin-top: 7px;
content: "";
}
.line_under_full .full_center{
position: absolute;
left:50%;
width:15px;
height:15px;
border-radius: 50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
}
.line_under{padding-top:13px; padding-bottom: 8px;}
.line_under .line_left{
height: 1px;
width:52px;
position: relative;
float:left;
left: 50%;
margin-left: -53px;
margin-top: 3px;
}
.line_under .line_right{
height: 1px;
width:52px;
position: relative;
float: right;
right: 50%;
margin-right: -60px;
margin-top: 3px;
}
.line_under .line_center{
height: 8px;
width:8px;
-web-kit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius: 50%;
left:50%;
position: absolute;
}
.services_boxed p, .services_boxed h4{
padding-left:16px;
padding-right:16px;
}
.services_boxed h4{
padding-top: 45px;
text-transform: uppercase;
font-weight: 600;
font-family:"Open Sans";
font-size:15px;
}
.services_boxed .readmore{
font-weight: 600;
position: absolute;
padding: 10px 21px;
left: 50%;
margin-left: -52px;
margin-top: 10px;
background: #fff;
}
.services_boxed .readmore:hover{
color:#fff;
}
.services_boxed .icon_wrapper{
position: relative;
}
.services_boxed:hover .icon_wrapper i{
color:#fff;
}
.services_boxed .icon_wrapper i{
border: 1px solid #e0e0e0;
padding: 22px;
border-radius: 50%;
position: absolute;
top: -45px;
left: 50%;
margin-left: -36px;
font-size: 24px;
background: #f6f6f6;
}
.light .services_boxed h4 a, .light .services_boxed .readmore{
color:#fff;
}  .services_box_color{
float:left;
position: relative;
width:100%;
}
.services_box_color .title{
font-size: 20px;
text-transform: uppercase;
padding-top: 50px;
text-align: center;
}
.services_box_color .title a:hover{color:#fff;}
.services_box_color .icon i{
font-size:30px;
color:#fff;
padding: 17px 22px;
text-align: center;
border:1px solid #fff;
border-radius:13px;
-webkit-border-radius:13px;
-moz-border-radius:13px;
-o-border-radius:13px;
}
.services_box_color .icon{
text-align: center;
}  .services_medium {
text-align:center;
position:relative;
top:0;
padding:15px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width:100%;
}
.services_medium .icon_wrapper {
position:relative;
left:50%;
margin-left:-46px;
z-index:9999;
width:90px;
height:90px;
border-radius: 50%;
-web-kit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
}
.services_medium.style_1 .icon_wrapper{
background:#e5e5e5;
}
.fancybox-overlay{z-index:10000000 !important;}
.services_medium .read_more .readmore{
float: left;
text-align: center;
font-size: 15px;
font-weight: 600;
padding:8px 20px;
}
.services_medium .read_more{
width:100%;
width: 100%;
text-align: center;
float: left;
position: relative;
left: 50%;
margin-top: 20px;
margin-left: -56px;
}
.services_medium .read_more .readmore:hover{
color:#fff;
}
.services_medium i {
float: left;
text-align: center;
width: 68px;
height: 68px;
line-height: 94px;
font-size: 31px;
z-index: 1000;
border-radius: 0px;
-webkit-border-radius: 0;
-moz-border-radius: 0px;
-o-border-radius: 0px;
color: #e3e3e3;
left: 50%;
margin-left: 11px;
}
.services_medium h4 {
margin-bottom:0px;
text-transform:uppercase;
color:#333;
font-weight:700;
float:left;
width:100%;
text-align:center;
margin-top:26px;
position:relative;
z-index:9999;
font-family: "Open Sans";
font-size: 15px;
}
.light .services_medium h6, .light .services_medium h6 a{color:#fff;}
.services_medium p{margin-top:10px;margin-bottom:0;padding:0;}
.services_medium p {
display:block;
text-align:center;
float:left;
position:relative;
z-index:9999;
font-size:13px;
} .services_medium_new i{line-height: 60px; font-size: 36px; width:100%; float:left; text-align:center;position:relative;z-index:9999;}
.services_medium_new .overlay{position:relative;}
.services_medium_new .overlay span{
opacity: 0;
width: 50px;
height: 50px;
top: 4px;
border-radius: 50%;
position: absolute;
left: 50%;
background: rgba(0,0,0,0);
margin-left: -25px;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.light .services_medium_new .overlay span{
-webkit-box-shadow: 0 0 100px rgba(255,255,255,0.6), inset 0 0 100px rgba(255,255,255,0.2);
-moz-box-shadow: 0 0 100px rgba(255,255,255,0.6), inset 0 0 100px rgba(255,255,255,0.2);
box-shadow: 0 0 100px rgba(255,255,255,0.6), inset 0 0 100px rgba(255,255,255,0.2);
}
.services_medium_new:hover .overlay span{opacity:1;}
.services_medium_new h6{width:100%; float:left; text-align: center; margin-top:12px; margin-bottom:12px;}
.services_medium_new p{width:100%; text-align:center;float:left;margin-bottom:0; margin-top:0;}
.light .services_medium_new i{color:inherit;}
.light .services_medium_new a{color:inherit;}
.light .services_medium_new h6{color:inherit;} .dark_version .services_medium h4 a{color:#fff;}
.dark_version a{color:#fff;}  .services_medium_box {
position:relative;
}
.services_medium_box .icon_box {
position:absolute;
top:0px;
left:50%;
margin-left:-37px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border-radius:50%;
padding:8px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
width:74px;
height:74px;
float:left;
border:1px solid #fff;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
-ms-transition-duration:0.8s;
-o-transition-duration:0.8s;
transition-duration:0.8s;
}
.services_medium_box .icon_box i {
font-size:32px;
line-height:62px;
float:left;
color:#fff;
width:100%;
text-align:center;
}
.services_medium_box .content_box {
margin-top:40px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
float:left;
padding-top:60px;
text-align:center;
padding-bottom:30px;
padding-left:45px;
padding-right:45px;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
-ms-transition-duration:0.8s;
-o-transition-duration:0.8s;
transition-duration:0.8s;
}
.services_medium_box .content_box h3 {
font-weight:400;
color:#222;
}
.services_medium_box .content_box p {
margin-top:15px;
margin-bottom: 0;
}
.services_medium_box .read_m{margin-top:15px; float:left; width:100%;}
.services_medium_box:hover .content_box{background:#fff !important}  .latest_blog .blog_content{
float:left;
border:1px solid #e4e4e4;
border-top:none;  
padding-left: 21px;
padding-right: 21px;
padding-bottom: 21px;
box-sizing:border-box;
}
.latest_blog .blog-article.grid .overlay .date, .latest_blog .blog-article.grid .overlay .author{
border-right:1px solid #969ba2;
}  .latest_blog .swiper-container{height:400px !important;}
.swiper-slide.blog-article{
overflow:hidden;
position:relative;
margin-bottom:0 !important;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
transition-duration:0.4s;
margin-top:0 !important;
float:left;
height:400px !important;
-webkit-background-size: cover;
background-size: cover;
background-repeat:no-repeat;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
background-repeat: no-repeat;  
}
.swiper-slide.blog-article img{
width:100%;
float:left;
}
.latest_blog .swiper-container{
height:auto;
}
.swiper-slide.blog-article .overlay{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
opacity:0;
background:rgba(255,255,255,0.7);
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
transition-duration:0.4s;
}
.swiper-slide.blog-article .overlay .date{
border: 2px solid #2f383d;
padding:10px 12px;
font-size:23px;
color:#2f383d;
text-transform: uppercase;
position: absolute;
left: 50%;
margin-left: -51.5px;
top: 50%;
margin-top: -108px;
}
.swiper-slide.blog-article:hover .overlay{
opacity:1;
}
.swiper-slide.blog-article .content{
position:absolute;
height:175px;
bottom:-193px;
padding:20px 15px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
background:#fff;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
transition-duration:0.4s;
}
.swiper-slide.blog-article .content h5{
float:left;
width:100%;
text-align: left;
text-transform: uppercase;
color:#222;
}
.swiper-slide.blog-article .content h5 a{
color:#222;
}
.swiper-slide.blog-article .content p{
float:left;
width:100%;
text-align: left;
margin-top:6px;
margin-bottom:10px;
}
.swiper-slide.blog-article .content a{
float:left;
width:100%;
text-transform: uppercase;
color:#222;
text-align: left;
}
.swiper-slide.blog-article:hover .content{
bottom:0;
}  .clients_el{
min-height:75px;
}
.clients_el .controls:after{content: ""; width:100%; height: 1px; background:#ebebeb; position: absolute;}
.clients_el .controls a{cursor: pointer; z-index:999;}
.clients_el.no .controls{display: none;}
.clients_el.yes .clients .separator{display: none;}
.clients_el .controls{
position: absolute;
width: 100%;
left: 0;
margin-top: 98px;
border:none;
}
.recent_portfolio .pagination{
position: absolute;
width: 100%;
left: 0;
margin-top: 60px;
border:none;
margin-bottom:60px;
}
.recent_portfolio .pagination:after{content: ""; width:100%; height: 1px; background:#ebebeb; position: absolute;}
.recent_portfolio .pagination a{cursor: pointer; z-index:999;}
.clients {
float:left;
z-index:5 !important;
}
.clients_el.no .clients .item{
margin-bottom: 12px;
padding-bottom:30px;
padding-top: 18px;
}
.clients_el.no .clients .item{
width:164px;
}
.clients_el.no .clients .separator{
height: 1px;
width: 100%;
float: left;
margin-bottom: 13px;
}
.clients_el.no .clients .item:nth-child(8){
display: none;
}
.clients .item {
width:203px;
padding:10px;
padding-top:0;
padding-bottom:0;
height:auto;
float:left;
}
.light_clients .clients .item{
}
.clients .items .item:nth-child(4n){
border-right:none !important;
}
.clients .items .item:nth-child(n+5){
border-bottom:none !important;
}
.span6.clients-container .item {
width:153px;
}
.tooltip.top .tooltip-arrow
{
border-top-color:#444;
}
.clients .item:hover img{
opacity:1;
}
.clients .item a {
display:block;
height:auto;
float:left;
position:relative;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
left:50%;  
}
.clients .item a img {
opacity:0.5;
top:0;
left:0;
float:left;
bottom:0;
right:0;
margin:auto;
max-width:100%;
max-height:100%;
margin-top:0;
}  .isotope,.isotope .isotope-item {
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
-ms-transition-duration:0.8s;
-o-transition-duration:0.8s;
transition-duration:0.8s;
}
.isotope {
-webkit-transition-property:height,width;
-moz-transition-property:height,width;
-ms-transition-property:height,width;
-o-transition-property:height,width;
transition-property:height,width;
}
.isotope .isotope-item {
-webkit-transition-property:-webkit-transform,opacity;
-moz-transition-property:-moz-transform,opacity;
-ms-transition-property:-ms-transform,opacity;
-o-transition-property:-o-transform,opacity;
transition-property: transform,opacity;
} .tparrows{
webkit-transition-duration:0.4s !important;
-moz-transition-duration:0.4s !important;
-o-transition-duration:0.4s !important;
-ms-transition-duration:0.4s !important;
transition-duration:0.4s !important;
-webkit-transition:color 0.8s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in ;  
-moz-transition:color 0.8s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;  
-o-transition:color 0.8s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;  
transition:color 0.8s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in; 
}
.tp-bullets.simplebullets.round .bullet{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/bullet.png) no-repeat top left;}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected{background-position:0px -19px !important; }
#slider-fullwidth .slider_container {
width:940px;
margin: 0 auto
} #faq-filter ul li.active a, #faq-filter ul li.active a:hover {
webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
#faq-filter {
margin-bottom:47px;
}
#faq-filter ul {
margin: 0;
padding: 0;
list-style: none;
float: left;
z-index: 999;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
#faq-filter ul li.active a, #faq-filter ul li:hover a {color:#fff;}
#faq-filter ul li {
float:left;
font-size:14px;
webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
border-right: 1px solid #e6e9ea;
}
#faq-filter ul li:last-child{
border-right: none;
} 
#faq-filter ul li a {
color:#909ba2;
font-weight:400;
font-size:13px;
text-transform: uppercase;
padding: 8px 25px;
float:left;
}
#faq-filter ul li.active a {
font-weight:400;
}
#faq-filter ul li.active {
position:relative;
}
#faq-filter ul li a:hover {
text-decoration:none
}
#faq-filter .nav {
float:right;
margin-bottom:0;
}
#faq-filter .nav a {
margin-left:11px;
-webkit-box-shadow:0 1px 0 white,inset 0 1px 0 white;
-moz-box-shadow:0 1px 0 white,inset 0 1px 0 white;
box-shadow:0 1px 0 white,inset 0 1px 0 white;
float:left;
}
#faq-filter .nav a i {
font-size:14px;
color:#c1c1c1;
width:100%;
text-align:center;
margin-top:4px;
}  .accordion .accordion-inner {
} .accordion .accordion-group {
border:none;
margin-bottom:10px
}
.accordion .accordion-heading{
border:1px solid #d3d3d3;
position:relative;
background: #fff;
}
.light .accordion .accordion-heading{border:1px solid rgba(255,255,255,0.3);}
.accordion .accordion-heading .accordion-toggle {
font-weight:400;
font-size:13px;
padding:14px 16px;
border:none;
}
.light .accordion .accordion-heading .accordion-toggle{color:#fff;}
.accordion .accordion-heading:after{
content:"";  
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/toggle_open.png) no-repeat; 
background-position: center;
width:48px; 
height:100%; 
position:absolute; 
right:0; 
top:0; 
border-left:1px solid #d3d3d3; 
font-size: 27px;
text-align: center;
line-height: 45px;
}
.light .accordion .accordion-heading:after{border-left:1px solid rgba(255,255,255,0.3);}
.accordion .accordion-heading.in_head:after{
content:"";
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/toggle_close.png) no-repeat; 
background-position: center;
font-size: 36px;
text-align: center;
line-height: 45px;
}
.accordion .accordion-inner {
border-top:none;
padding: 14px 18px;
padding-bottom: 10px;
float:left;
}  .accordion {
float:left;
width:100%;
}
.faq {
width:100%;
float:left
}
.faq .accordion-group {
position:relative;
display: block
} .left-navigation .span9  .container{width:825px;}
.side-nav {
float:left;
list-style:none;
margin:0;
padding:0;
width:100%;
margin-top:0px;
border-radius: 7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
-o-border-radius:7px;
}
.side-nav li {
padding-top:20px;
font-weight:600;
padding-bottom:20px;
font-size:14px;
background: #fff;
}
.side-nav li.page_item_has_children{background: #fff;}
.side-nav li.page_item_has_children.open-child{background: #fff;}
.side-nav li.page_item_has_children.open-child{color:#222;}
.side-nav li:hover {
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.side-nav > li:first-child  {
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-moz-border-top-left-radius:7px;
-moz-border-top-right-radius:7px;
-o-border-top-left-radius:7px;
-o-border-top-right-radius:7px;
}
.side-nav li:last-child{
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius:7px;
-webkit-border-bottom-right-radius:7px;
-moz-border-bottom-left-radius:7px;
-moz-border-bottom-right-radius:7px;
-o-border-bottom-left-radius:7px;
-o-border-bottom-right-radius:7px;
}
.side-nav li a {
font-weight:600;
padding-left:0px;
padding-right:0px;
}
.side-nav li a:hover {
text-decoration:none;
}
.side-nav li:last-child {
border-bottom:none;
}
.side-nav li.current_page_item {
font-weight:300;
background-position:195px center;
background-repeat:no-repeat;
}
.side-nav .page_item_has_children a{padding-left:0px;}
.side-nav .page_item_has_children .children li a{color:#222;}
.side-nav .icon {
width:32px;
height:32px;
float:left;
margin-right:7px;
margin-top:-7px;
}
.side-nav .page_item {
position:relative;
}
.side-nav .icon span {
width:100%;
height:100%;
float: left
} h6.desc_title {
color: #424243
} .one-staff {
float:left;
width:100%;
display:inline-block;
background: #fff;
}
.one-staff .img_staff{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.one-staff .img_staff{
width:100%;
max-width:none;
}
.one-staff img {
width:100%;
max-width:none;
}
.one-staff .content {
position:relative;
float:left; 
border-top:none;
padding:19px;
padding-top:15px;
width:100%;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
}
.one-staff p {
float: left;
width: 100%;
margin-bottom: 0;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
margin-top: 7px;
}
.one-staff h6 {
font-weight:600;
text-align: center;
text-transform: uppercase;
font-family: "Open Sans";
float:left;
}
.one-staff .position_title{
float:right;
}
.one-staff .position{
margin: 0 auto;
padding-left: 8px;
padding-right: 8px;
color:#b4b4b4;
}
.light .one-staff h5{color:#fff;}
.one-staff .div:after{
content:"/";
color:#222;
padding-right:10px;
padding-left:10px;
font-size:14px;
float:left;
}
.one-staff .position {
float:left;
line-height:22px;
}
.light .one-staff .position{color:#fff !important;}
.one-staff .social_widget{
width: 88%;
float: left;
position: relative;
text-align: center;
border-top: 1px solid #ebebeb;
margin-left: 14px;
padding-top: 10px;
padding-bottom: 3px;
}
.one-staff img{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.one-staff:hover .content{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.one-staff:hover .social_widget{
opacity: 1;
}
.one-staff .img_staff{
position: relative;
}
.one-staff .overlay{
background:#000;
opacity: 0;
position: absolute;
left:0px;
top:0px;
width:100%;
height: 100%;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.one-staff:hover .overlay{
opacity:0.7;
}
.one-staff .social_widget ul{
margin:0;
padding:0;
display: inline-block;
list-style: none;
}
.one-staff .social_widget ul li{width:30px; height:30px; float:left; text-align:center; position:relative; margin-left:10px;-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;}
.one-staff .social_widget ul li:first-child{margin-left:0;}
.one-staff .social_widget ul li i{line-height:30px; width:100%; float:left; color:#6a6a6a; font-size:17px; position:relative; z-index:9999; }
.one-staff .social_widget .connect{float:left; padding-top: 4px;}  .count_to{
width:234px;
height:40px;
position:relative;
float:left;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: relative;
left: 50%;
margin-top:24px;
}
.odometer{
font-size: 30px;
letter-spacing: -1px;
line-height: 64px;
width: 100%;
top: 50%;
position: absolute !important;
margin-top: -34px;
text-align: center;
font-weight: 600;
color:#242424;
}
.light .odometer{
color:#fff !important;
}
.title_counter{text-align: center; color:#242424;}
.title_counter h4{
font-family:'Open Sans'; 
font-weight: 400; 
color:#242442; 
}
.light .title_counter h4{color:#fff;}
.border_counter{width:100%; text-align: center;margin-top:10px;height:9px;}
.border_counter_left{
float:left; 
height:1px; 
background: rgba(0,0,0,0);
width: 24%;
margin-left: 22%;
margin-right: auto;
}
.border_counter_right{
float:right; 
height:1px; 
background: rgba(0,0,0,0);
width: 24%;
margin-left: auto;
margin-right: 22%;
}
.light .border_counter_left{
background:rgba(0,0,0,0);
}
.light .border_counter_right{
background:rgba(0,0,0,0);
}
.border_counter_center{
width: 7px;
height: 7px;
position: relative;
display: inline-block;
left: 0%;
background:#5e5e5e;
top: -12px;
}
.animated_counter h4{
text-align:center; 
width:100%; 
float: left;
letter-spacing: 1.0px;
}
.animated_counter {width:100%;}
.animated_counter .icons {
width: 120px;
text-align: center;
font-size: 42px;
height: 120px;
border-radius: 50%;
line-height: 120px;
-webkit-transform: translateX(-50%); */
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
left:50%;
position: relative; 
}
.animated_counter .icons i{color:#fff;}  .light .wpb_text_column p{color:#fff;} .row-google-map {
position:relative;
}
.row-google-map .desc {
line-height:23px;
}
.row-google-map .desc strong {
color:#555;
}
.row-google-map .desc a {
text-decoration:underline;
}
.row-google-map iframe {
width:100%;
height:400px;
}
.row-google-map .map_shadow {
position:absolute;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow_map.png) center bottom no-repeat;
width: 1100px;
height: 79px;
left: 0;
bottom: -59px;
} .plain_text.alignment_left {
text-align:left;
}
.plain_text.alignment_right {
text-align:right;
}
.plain_text.alignment_right ul.default_list {
float:right;
margin-left:50%;
}
.plain_text.alignment_right .btn {
float:right;
}
.plain_text.alignment_center {
text-align:center;
margin-top:0px;
}
.plain_text.alignment_center .btn-system {
width:80px;
left:50%;
position:relative;
margin-left:-50px;
}
.plain_text.alignment_center .btn-system span {
text-align:center;
width:100%;
}
.plain_text .big_title {
margin-top:-14px;
font-weight:300;
color:#222;
float:left;
width:100%;
padding-bottom:30px;
}
.plain_text .short_desc {
font-weight:400;
font-size:16px;
margin-bottom:0;
float:left;
width:100%;
padding-bottom:20px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/bb.png) left bottom no-repeat;
}
.plain_text .content {
margin-top:35px;
float:left
}
.plain_text .btn {
float:left;
}
.plain_text [class*="shortcode_h"] {
font-weight:500;
color:#222;
text-transform:uppercase
}
.plain_text p:first-child {
margin-top:0;
}
.plain_text .btn-system {
margin-top:20px
}
.plain_text.alignment_center p {
text-align:center;
width: 100%;
}  ul.default_list {
padding:0;
margin:0;
float:left;
margin-top:10px;
list-style:none;
}
ul.default_list li {
margin-bottom:15px;
float:left;
width:100%;
padding-bottom:12px;
position:relative;
padding-left:24px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
ul.default_list.check li:before {
content:"\e372";
font-family:'moon';
font-weight:normal;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
position:absolute;
left:0%;
top:2px;
font-size:16px;
display:inline;
width:auto;
height:auto;
line-height:normal;
vertical-align:baseline;
background-image:none;
background-position:0% 0%;
background-repeat:repeat;
margin-top:0;
}
ul.default_list li:last-child {
margin-bottom:0;
border-bottom:none;
}
ul.default_list.stroke li {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/circle.png) no-repeat left 5px;
}
ul.default_list.square li {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/square.png) no-repeat left 6px;
}
ul.default_list.circle li {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/fill_circle.png) no-repeat left 5px;
}
ul.default_list.icon li {
padding-left:0;
}
ul.default_list.icon li i {
font-size:12px;
}
ul.default_list.icon li span {
padding-left:10px;
}
ul.default_list.color li {
color:#999;
}
ul.default_list.color li:before{
content:"";
width:20px;
height:20px;
position: absolute;
background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/right_triangle.png);
background-position: 9px 6px;
background-repeat:no-repeat;
border-radius: 50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
left: -3px;
}
ul.default_list.star li {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/star.png) no-repeat left 2px;
}
ol.default_list {
padding:0;
margin:0;
float:left;
margin-top:10px;
list-style-position:inside;
}
ol.default_list li {
margin-bottom:15px;
float:left;
width:100%;
padding-bottom:12px;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
ol.default_list li>* {
color: #444;
}
ol.default_list li:last-child{border-bottom:none;}
ul.default_list.light li{
border-bottom:none;
}
ul.default_list.check.light li:before, ul.default_list.light li span{color:#fff !important;}
.btn-system.normal.default{font-weight: 600;} .contact_form h2{
text-transform: uppercase;
margin-bottom:40px;
}
.contact_form p.desc {
margin-top:0;
margin-bottom:20px;
}
.contact_form span.label {
text-transform:uppercase;
padding:0;
text-shadow:none;
font-weight:normal;
color:#999999;
background:none;
font-size:10px;
width:100%;
}
.contact_info h2{
margin-bottom:10px;
text-transform: uppercase;
}
.contact_info p{
font-size:15px;
color:#2f383d;
line-height:34px;
}
.contact_info .social{
margin-top:20px;
}
.contact_info .social ul{
margin:0;
padding:0;
list-style:none;
}
.contact_info .social ul li{
float:left;
margin-right:20px;
}
.contact_info .social ul li a{color:#99abb7;}
.contact_info .social ul li i{
color:inherit;
font-size:24px;
}
.contact_form input[type="text"],.contact_form select{
width:48.5% !important;
height:50px;
float:left;
margin-right:3%;
margin-bottom:23px;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
background:#f6f6f6;
border:1px solid #fff;
display:block !important;
color:#444;
font-size:13px;
text-transform: capitalize !important;
padding-left:18px;
border:1px solid #e1e1e1;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"], .wpcf7-form select{
width:250px;
height:40px;
float:left;
margin-top:10px;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border:1px solid #e1e1e1;
display:block !important;
color:#444;
font-size:13px;
text-transform: capitalize !important;
margin-bottom:0;
padding-left: 18px;
}
.wpcf7-form textarea{
border-radius:0;
margin-top:10px;
-webkit-border-radius:0;
-moz-border-radius:0;
border:1px solid #e1e1e1;
color:#444;
font-size:13px;
text-transform: capitalize !important;
padding-left: 18px;
}
.wpcf7-form{width:100%; float:left;}
.wpcf7-form p{float:left; width:100%;color: #999;font-size: 12px;}
.contact_form input[type="text"]:nth-child(2) {
margin-right:0;
display:block;
}
.contact_form input[type="text"]:nth-child(3) {
margin-right:0;
display:block;
width:100% !important;
}
.contact_form input[type="submit"], .contact_form input[type="submit"]:hover {
color:#2f383d;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.light .contact_form input[type="submit"]:hover{
background:rgba(255,255,255, 0.5);
color:#fff !important;
}
.contact_form textarea{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
background:#f6f6f6;
border:1px solid #fff;
color:#444;
font-size:13px;
text-transform: capitalize !important;
padding-left: 18px;
padding-top: 16px;
border:1px solid #e1e1e1;
}
.contact_form input:nth-child(3) {
margin-right:0;
}
.contact_form input[type="submit"] {
margin-bottom:0;
margin-top:15px;
border:none;
color:#fff;
}
.sc-col iframe {
width:100%;
height:100%
}
.sc-col iframe{height:300px;}
.sc-col .img-rounded{width:100%;}
.sc-col .row-fluid .sc-col {
margin-top:10px
}
.contact_form select{
width:100% !important;
margin-bottom:23px !important;
}
.contact_form textarea, .wpcf7-form textarea {
width:100%;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}
.customSelect {
display:none !important
}
.image-desaturate.recent_portfolio img {
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:url(//www.brandenergyresearch.com/wp-content/themes/solveto/desaturate.svg#greyscale);
filter:gray;
}
.image-desaturate.filterable img {
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:url(//www.brandenergyresearch.com/wp-content/themes/solveto/desaturate.svg#greyscale);
filter:gray;
}
.boxed_layout {
width:1200px;
-webkit-box-shadow:0 5px 19px 2px rgba(0,0,0,0.1);
-moz-box-shadow:0 5px 19px 2px rgba(0,0,0,0.1);
box-shadow:0 5px 19px 2px rgba(0,0,0,0.1);
margin:0 auto
}
.boxed_layout header#header {
margin-top:0px
}
.boxed_layout {
margin-bottom:0px;
position:relative;
}
.boxed_layout .header_content .fullshadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/header_shadow.png) center no-repeat
}
.pattern-1 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/gplaypattern.png);
}
.pattern-2 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/debut_dark.png);
}
.pattern-3 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/tileable_wood_texture.png);
}
.pattern-4 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/straws.png);
}
.pattern-5 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/strange_bullseyes.png);
}
.pattern-6 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/shattered.png);
}
.pattern-7 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/dust.png);
}
.pattern-8 {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/switcher/gplaypattern.png);
}
#page-bg {
position:fixed;
width:100%;
height:100%;
overflow:hidden;
top:0;
left:0;
z-index:-1;
}
#page-bg img {
position:absolute;
height:100%;
width:100%
}
.color-1 {
background:#676767
}
.color-2 {
background:#784e3d
}
.color-3 {
background:#2db2ea
}
.color-4 {
background:#495d7f
}
.color-5 {
background:#911938
}
.color-6 {
background:#3b6e40
}
.color-7 {
background:#6957af
}
.color-8 {
background: #fcab55
}
.carousel_staff .one-staff {
width:218px;
margin-left:20px;
line-height:20px;
}
.one-staff .social {
float:left;
margin-bottom:15px;
}
.services_full {
float:left;
}
.button_left_desc {
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
float:left;
position:relative;
margin-top:20px;
}
.button_left_desc i {
position:absolute;
bottom:-6px;
left:2px;
text-align:left
}
.button_left_desc span {
font-size:14px;
font-weight:500;
padding-top:8px;
padding-bottom:8px;
padding-right:30px;
padding-left:65px;
float:left;
}
.button_left_desc:hover {
text-decoration:none
}
.slider .bottom_shadow {
background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow_boxed.png);
background-repeat:no-repeat;
background-size:100%;
background-position:bottom center;
width:100%;
position:absolute;
left:0;
bottom: -115px;
z-index:-1;
height:115px;
}
.slider .container {
position:relative;
}
.post_author {
border:1px solid #cecece;
background:#fdfdfd;
margin-top:20px;
margin-bottom:50px;
border-radius:6px;
-moz-border-radius:6px; -webkit-border-radius:6px;
}
.post_author dl {
padding:20px;
margin:0
}
.post_author dt {
border:1px solid #cecece;
border-radius:6px;
-moz-border-radius:6px; -webkit-border-radius:6px;
}
.post_author img {
width:100%;
height:100%
}
.post_author dd {
margin-left:70px
}
.post_author h5 {
margin-top:0;
margin-bottom:5px
}
.not_found_error {
position:relative;
margin-top:60px;
}
.not_found_error h1{
width: 100%;
color: #6d7a83;
font-weight: 300;
font-size: 36px !important;
line-height: 36px !important;
padding-bottom: 60px;
}
.not_found_error h2{
text-align: center;
color:#6d7a83;
font-size: 22px;
float:left;
width:100%;
}
.not_found_error h3{
text-align: center;
color:#6d7a83;
font-size: 14px;
float:left;
width:100%;
padding-top: 20px;
}
.not_found_error  .search {
float:left;
width:100%;
}
.not_found_error  .search #searchsubmit{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}  
.not_found_error  .search #searchsubmit:hover{
background:transparent !important;
color:#2f383d;
}
.not_found_error  .search #searchsubmit{
margin-top: -11px;
margin-left: -4px;
height: 42px;
padding-left:35px;
padding-right:40px;
color:#fff;
width:120px;
font-size: 17px;
}
.not_found_error .search form{
text-align: center;
}
.not_found_error .search input{
border-radius: 0px;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
height:33px;
width:288px;
}
.not_found_error .search button{
border:none;
height:40px;
}
.not_found_error .image_not_found{
float:left;
width:100%;
text-align: center;
padding-top: 60px;
padding-bottom: 60px;
}
.not_found_error .title{
float:left;
width:100%;
text-align: center;
}
.not_found_error .big_shadow {
position:absolute;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/big_shadow.png) center bottom no-repeat;
width:1080px;
height:260px;
left:-70px;
top:123px;
}
.wrapper_background {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/wrapperbg.png) repeat-x;
border-top:1px solid #d4d4d4;
}
.header_headline {
height:60px;
width:100%;
}
.centered_header nav .menu li ul {
top:72px
}
.centered_header nav .menu>li {
z-index:5000
}
.quote_container {
background:#efefef;
margin-top:0;
padding:20px;
padding-bottom:20px;
margin-bottom:20px !important;
}
.quote_container i {
font-size:24px
}
.quote_container dt {
height:auto !important;
clear:none !important;
width:26px
}
.quote_container h2 {
line-height:25px;
color:#666666;
font-weight:400;
margin-bottom:10px
}
.quote_container h4 {
margin-bottom:0;
font-weight:400;
color:#999999;
margin-top:10px
}
.quote_container dd {
margin-left:18px;
padding:0;
padding-left:25px !important;
}
.quote_info {
padding-bottom:0 !important
}
.pagination ul {
padding:0
}
.pagination ul li {
margin-right:5px
}
.pagination ul li:last-child {
margin-right:0
}
.pagination ul li a {
color:#444;
}
.pagination ul li a:hover {
text-decoration:none;
}
.pagination ul li.active a,.pagination ul li a:hover {
color:#444
}
#logo.centered_header {
width:200px;
margin:0 auto;
float:none !important;
margin-top:32px
}
#logo.centered_header a {
float:left;
width:100%;
text-align:center;
margin-bottom:35px
}
#navigation.centered_header {
float:left;
margin-top:-15px;
width:100%;
}
.standard-form input,.standard-form textarea {
box-shadow:none !important;
}
.post_page_cont iframe {
width:100%;
height:250px;
border-radius:6px;
-moz-border-radius:6px; -webkit-border-radius:6px;
}
.post_page_cont p {
margin-top:0;
}
.post_page_cont p:last-child {
margin-bottom:0;
}
.header_content {
height:100px;
width:100%;
position:relative;
display:none;
}
.header_content.v3_style {
height:25px;
width:100%;
position:relative;
float:left;
display:block;
}
.header_content .headborder {
height:100%;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/headborder.png) repeat-y;
width:480px;
position:absolute;
left:50%;
top:0;
}
.header_content .fullshadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/fullshadow.png) center no-repeat;
width:100%;
position:absolute;
height:72px;
top:100%;
}
.container .header_content .fullshadow {
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/containershadow.png) center no-repeat;
width:100%;
position:absolute;
height:72px;
top:100%;
}
.header_content [class*='span'] {
z-index:50;
position:relative;
}
.header_content.v1_style {
display:block;
height:150px;
}
.header_content.v2_style {
display:block;
}
.header_content.v1_style {
color:#fff;
}
.header_content.v1_style a {
color:#fff;
}
.header_content.v1_style h1 {
margin-top:42px;
margin-bottom:22px;
padding-left:3%;
padding-right:3%;
width:94%;
}
.header_content.v1_style h2 {
padding-left:3%;
padding-right:3%;
width:94%;
}
.header_content.v1_style p {
width:80%;
padding-left:10%;
padding-right:10%;
margin-top:24px;
margin-bottom:9px;
}
.header_content.v1_style a {
width:80%;
padding-left:10%;
padding-right:10%;
margin-top:5px;
font-weight:bold;
float:left;
}
.header_content.v1_style a:hover {
text-decoration:none
}
.header_content.v1_style .divider {
width:70px;
height:2px;
background:#fff;
margin-left:10%;
float:left;
}
.header_content.v2_style .span3 {
padding-top:22px;
padding-bottom:22px;
}
.header_content.v2_style .span3:first-child {
border-left:none
}
.header_content.v2_style .span3:last-child {
border-right:none
}
.header_content.v2_style .span3 {
margin-left:0;
padding-left:19px;
padding-right:17px;
width:230px
}
.header_content.v2_style .circle {
width:50px;
height:50px;
border-radius:50%;
float:left;
background:#494949;
-moz-box-shadow:0px 0px 7px #444;
-webkit-box-shadow:0px 0px 7px #444;
box-shadow:0px 0px 7px #444;
}
.header_content.v2_style .circle i {
width:100%;
float:left;
font-size:30px;
text-align:center;
line-height:50px;
}
.header_content.v2_style .span3:first-child {
padding-left:10px;
}
.header_content.v2_style .circle:hover {
background:#fff;
}
.header_content.v2_style h4 {
color:#2e2e2e;
margin-top:16px;
margin-left:14px;
float:left;
}
.header_headline h2 {
width:100%;
text-align:center;
color:#8a8a8a;
line-height:28px;
margin-top:30px;
}
.header_headline.larger_height {
height:120px;
}
aside .accordion-inner {
padding: 9px 30px !important
} .section-style {
padding-top:45px;
padding-bottom:45px;
position:relative;
display: block;
float:left;
width:100%; }
.full-width-content.section-style .vc_col-sm-12{
padding-right:0;
padding-left: 0;
}
.section-style.borders{
border-top:1px solid #ededed;
border-bottom:1px solid #ededed;
}
.section-style .container{position:relative; z-index:1;}
.section-style.parallax_section > .container > .row-fluid{position:relative;}
.section-style .parallax_bg{
background-attachment: fixed;
position: absolute;
top: 0;
display:block;
left: 0;
height: 100%;
width: 100%;
z-index:-1;
-webkit-background-size: cover;
background-size: cover;
background-repeat:no-repeat;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
overflow:hidden;
}
.second_section_over{
position: absolute;
left: 50%;
width: 50%;
top: 0;
height: 100%;
z-index: 1;
}
.first_section_over{
position: absolute;
left: 0%;
width: 50%;
top: 0;
height: 100%;
z-index: 1;
}  .single_testimonial{
width:100%; 
float:left; 
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/quote_bg.png) #fff no-repeat;
background-position: top right;
}
.controls a, .recent_portfolio.pagination a{
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
}
.controls .next, .recent_portfolio.pagination .next, .recent_news .pagination a{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-right-normal.png) #fff no-repeat;
background-position: center;
width:46px;
height: 30px;
float:left;
position: absolute;
left:50%;
margin-top:-16px;
}
.controls .prev, .recent_portfolio.pagination .prev, .recent_news .pagination .prev {
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-left-normal.png) #fff no-repeat;
background-position: center;
width: 46px;
height: 30px;
left:50%;
position: absolute;
margin-left:-50px;
margin-top:-16px;
}
.controls .next:hover, .recent_portfolio.pagination .next:hover, .recent_news .pagination .next:hover{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-right.png) #fff no-repeat;
background-position: center;
}
.controls .prev:hover, .recent_portfolio.pagination .prev:hover, .recent_news .pagination .prev:hover{
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/arrow-left.png) #fff no-repeat;
background-position: center;
}
.img_testimonial{
float:left; 
padding-right: 15px;
border-radius: 50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
padding: 9px;
margin-right: 20px;
}
.img_testimonial img{border-radius: 50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;}
.single_testimonial .content{
padding:30px; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width:100%;
position:relative;
padding-top:30px; 
}
.wpb_content_element .pagination{float:left;position:relative; left:  50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.single_testimonial .content p{line-height:20px; float:left;}
.single_testimonial .content .data{text-align: center; margin-top:30px; position: relative; font-size:13px; color:#2f383d; line-height: 30px;}
.single_testimonial .content .data h6{
font-size:13px; 
font-weight:bold; 
font-family: "Open Sans";
float:right;
padding-bottom: 40px;
}
.light .list, .light .dl-horizontal.list dt .circle i, .light .description {color:#fff;}
.light .line_under .line_center{background: #fff;}
.light .single_testimonial .content .data h6{
color:inherit;
}
.single_testimonial .content span {font-size:13px;}
.full_testimonials{float:left; position: relative; width:100%;}
.full_testimonials .row{margin-left:0px;}
.full_testimonials .pagination{margin-top:0px;}
.full_testimonials{background: #fff;}
.full_testimonials .pagination a {
width: 18px;
height: 18px;
margin-left: 3px;
background: transparent;
border:2px solid #b3b2b2 ;
border-radius: 2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
float: left;
}
.single_testimonial .img_{
float:left;
width:14.54%;
height:160px;
background-repeat:no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
border-top-right-radius: 12px;
-webkit-border-top-right-radius:12px;
-moz-border-top-right-radius:12px;
border-bottom-right-radius: 12px;
-webkit-border-bottom-right-radius:12px;
-moz-border-bottom-right-radius:12px;
}  .circle_testimonial{float:left; margin-left:0;}
.circle_testimonial p{
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
line-height:22px;
font-size:16px;
position:relative;
}
.circle_testimonial p:before{content:""; background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/quote_testimonial.png) no-repeat; width:26px; height:19px; bottom:-8px; left:20px;position:absolute;}
.circle_testimonial p:after{content:""; background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/triangle.png) no-repeat; width:21px; height:18px; bottom:-18px; right:73px;position:absolute;}
.circle_testimonial .title{float:right; margin-top:10px;}
.circle_testimonial .title .author{font-size:18px; font-weight:bold;margin-right:5px;}
.circle_testimonial .title .position{font-size:13px; font-weight:normal;}  .dynamic_slideshow {
position:relative;
}
.dynamic_slideshow .shadow {
background-image:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/shadow2.png);
background-repeat:no-repeat;
background-size:100%;
background-position:bottom center;
width:100%;
position:absolute;
left:0;
bottom:-13px;
z-index:-1;
height: 27px;
}  .quote {
padding:15px;
float:left;
background:#fff;
border:1px solid #ebebeb;
}
.quote i {
font-size:4em;
}
.quote .content {
margin-left:70px;
font-size:18px;
color:#777777;
line-height:24px;
}
.quote .content .title {
font-weight:500;
font-size:12px;
color:#222;
margin-top:5px;
display: block;
}  .dynamic_page_header.style h1{
background: #fff;
position: relative;
z-index: 20000;
padding-right: 20px;
}
.dynamic_page_header .description{
padding-left:300px;
padding-right:300px;
}
.dynamic_page_header p{
text-align: center;
}
.dynamic_page_header i{
color:#444;
width:100%;
text-align:center;
float:left;
margin-bottom:10px;
}
.light .dynamic_page_header i{
color:#fff;
text-shadow:0px 0px 8px rgba(0,0,0,0.75);
}
.dark .dynamic_page_header.style_2 i{
text-shadow:none;
}
.with_second_section .wpb_column:first-child .dynamic_page_header{
position: absolute;
left: 0;
width: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9999;        
}
.with_second_section .wpb_column:first-child .dynamic_page_header.left
{
width:50%;
}
.with_second_section .wpb_column:first-child .dynamic_page_header.right{
width: 50%;
left: 50%;
margin-left: 62px;
position: absolute;
}
.dynamic_page_header.style_3 h1, .dynamic_page_header.style_1 h1, .dynamic_page_header.style_2 h1 {
text-align:center;
border:none;
font-weight:normal; 
letter-spacing: 0px;
}
.dynamic_page_header.left .header_border{
height: 2px;
width: 65px;
float: right;
margin-right: 54px;
margin-top: 13px;
}
.dynamic_page_header.right .header_border{
height: 2px;
width: 65px;
float: left;
margin-top: 13px;
}
.dynamic_page_header.left .description{
padding-right: 29px;
float: right; 
margin-top: 0px;
width:500px;
}
.dynamic_page_header.right .description{
width: 377px;
float: left;
padding-right: 0px;
padding-left: 0px;
margin-top: 0px;
}
.dynamic_page_header.left p, .dynamic_page_header.right p{
text-align: inherit;
}
.light .dynamic_page_header.style_3 h3{
color:#fff;
text-shadow:0px 0px 10px rgba(0,0,0,0.75);
} .vc_span5 .dynamic_page_header, .vc_span6 .dynamic_page_header, .vc_span4 .dynamic_page_header, .vc_span3 .dynamic_page_header{
margin-bottom:30px !important;
}
.light .dynamic_page_header.style_2 h1{color:#fff;}  .page_intro {
position:relative;
}
.page_intro h1 {
font-weight:200;
line-height:40px;
font-size:28px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.page_intro span.img {
position:absolute;
top:0;
left:0;
width:114px;
height:114px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.page_intro.type-left h1 {
float:left;
}
.page_intro.type-right h1 {
float:left;
text-align:right;
}
.page_intro.type-center h1 {
float:left;
float: left;
text-align: center;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform:translateX(-50%);
-moz-transform:translateX(-50%);
-o-transform:translateX(-50%);
}
.section-style .page_intro.type-center{padding-bottom:60px;}
.page_intro.img-yes h1 {
padding-left:140px;
padding-top:16px;
height: 114px;
}  .countdown
.countdown_row {
clear:both;
width:100%;
padding:0px 2px;
text-align:center;
font-weight:300 !important;
}
.countdown_show1 .countdown_section {
width:98%;
}
.countdown_show2 .countdown_section {
width:48%;
}
.countdown_show3 .countdown_section {
width:32.5%;
}
.countdown_show4 .countdown_section {
width:24.5%;
}
.countdown_show5 .countdown_section {
width:19.5%;
}
.countdown_show6 .countdown_section {
width:16.25%;
}
.countdown_show7 .countdown_section {
width:14%;
}
.countdown_section {
display:block;
float:left;
text-align:center;
font-size:18px;
font-weight:500;
color:#999999;
}
.countdown_amount {
font-size:60px;
font-weight:300;
color:#222;
line-height:67px;
margin-bottom:5px
}
.commingsoon_page .section-style {
border-top: 1px solid #ebebeb !important
}  .slideshows {
position:relative;
height:auto;
-moz-transition:height 0.8s ease;
-webkit-transition:height 0.8s ease;
-o-transition:height 0.8s ease;
transition:height 0.8s ease;
}
.slideshows .big_title {
color:#fff;
font-size:35px;
text-align:center;
margin-bottom:50px;
margin-top:0;
line-height:36px;
}
.slideshows .flexslider {
margin-bottom:0;
}
.slideshows iframe {
width:100%;
}
.gallery_nav {
position:relative;
border-top:none;
float:left;
width:100%;
}
.gallery_nav .item {
display:block;
padding-top:15px;
float:left;
opacity:0.7
}
.gallery_nav .item:first-child {
margin-left:0;
}
.gallery_nav .pagination a {
z-index:5000;
}
.great_gallery {
}
.great_gallery .visual {
width:166px;
height:166px;
margin-left:20px;
margin-bottom:20px;
}
.great_gallery .single_slide_gallery {
display:none;
position:relative;
left:0;
top:0;
}
.great_gallery .prev {
position:absolute;
left:20px;
margin-left:0 !important;
top:50%;
margin-top:-8px;
}
.great_gallery .next {
position:absolute;
right:20px;
margin-left:0 !important;
top:50%;
margin-top: -8px;
}  .top_nav .woocommerce.widget_product_search .screen-reader-text, .top_nav .woocommerce.widget_product_search #searchsubmit{display: none;}
.top_nav .woocommerce.widget_product_search #s{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/search.png) 94% center no-repeat; border-radius: 0px; -webkit-border-radius:0px; -moz-border-radius:0px;}
.top_nav .woocommerce.widget_product_search {margin-top:7px;}
.top_nav .widget_search{margin-top:7px;}
.top_nav .widget_search #s{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/search.png) 94% center no-repeat; border-radius: 0px; -webkit-border-radius:0px -moz-border-radius:0px;}
.top_nav .widget_search .more{display: none;}
nav{margin-top:0;}
nav .menu{height:100%;}
nav .menu > li{
height: 100%;
line-height: 60px;
padding-bottom: 8px;
margin-left: 0px;
padding: 15px;
padding-top: 24px;
padding-bottom: 12px;
}
nav .menu > li > a{
padding:0; 
font-size:13px; font-weight:600; 
padding-right:0px;
letter-spacing: 0.8px;
font-family: Open Sans;
}
nav .menu > li:first-child > a{border-left:none; padding-left:0;}
nav .menu > li > ul.sub-menu,  .header_1 nav .menu > li > ul.sub-menu ul{top:0px;}
nav .themeple_custom_menu_mega_menu{
top:67px;
}
nav .sub-menu.non_mega_menu {
background: #2f383d;
} 
nav .menu > li:first-child > ul.sub-menu{left:0px;}
.big_title_true header#header {
border-bottom:none;
}
.big_title_top {
line-height:45px;
font-size:35px;
color:#444;
font-weight:200;
margin-top: 20px;
} .media_el {
margin-bottom: 0;
} .gallery_nav .item {
opacity:0.4;
}
.gallery_nav .item.active {
opacity:1 !important
}
.recent_portfolio .desc p {
margin:0;
font-weight:300;
}
.recent_portfolio .desc .readmore {
display:block;
font-weight:300;
float:left;
margin-top:13px;
padding-right:15px;
}
.top_nav .textwidget {
font-size:13px;
padding-top:17px;
}
.top_nav .widget:nth-child(2){border-left:none;}
.row-dynamic-el .media_el img {
opacity:0;
}
.row-dynamic-el .row-dynamic-el:first-child {
margin-top: 0;
} .great_gallery .start_animation.item {
opacity:0.7;
-webkit-transition:all 250ms cubic-bezier(0.755,0.050,0.855,0.060) 0ms;
-moz-transition:all 250ms cubic-bezier(0.755,0.050,0.855,0.060) 0ms;
-o-transition:all 250ms cubic-bezier(0.755,0.050,0.855,0.060) 0ms;
-ms-transition:all 250ms cubic-bezier(0.755,0.050,0.855,0.060) 0ms;
transition:all 250ms cubic-bezier(0.755,0.050,0.855,0.060) 0ms;
}
@-webkit-keyframes themeple-fromr-rev {
0% {
-webkit-transform:translate(10%,0);
opacity:1
}
100% {
-webkit-transform:translate(0,0);
opacity:0
}
}
@-moz-keyframes themeple-fromr-rev {
0% {
-moz-transform:translate(10%,0);
opacity:1
}
100% {
-moz-transform:translate(0,0);
opacity:0
}
}
@-o-keyframes themeple-fromr-rev {
0% {
-o-transform:translate(10%,0);
opacity:1
}
100% {
-o-transform:translate(0,0);
opacity:0
}
}
@keyframes themeple-fromr-rev {
0% {
transform:translate(10%,0);
opacity:1
}
100% {
transform:translate(0,0);
opacity:0
}
}
@-webkit-keyframes themeplefadeIn {
0% {
-webkit-transform:scale(0.5);
opacity:0.1
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}
@-moz-keyframes themeplefadeIn {
0% {
-moz-transform:scale(0.5);
opacity:0.1
}
100% {
-moz-transform:scale(1);
opacity:1
}
}
@-o-keyframes themeplefadeIn {
0% {
-o-transform:scale(0.5);
opacity:0.1
}
100% {
-o-transform:scale(1);
opacity:1
}
}
@keyframes themeplefadeIn {
0% {
transform:scale(0.5);
opacity:0.1
}
100% {
transform:scale(1);
opacity:1
}
}
@-webkit-keyframes themeple-froml {
0% {
-webkit-transform:translate(-10%,0);
opacity:0
}
100% {
-webkit-transform:translate(0,0);
opacity:1
}
}
@-moz-keyframes themeple-froml {
0% {
-moz-transform:translate(-10%,0);
opacity:0
}
100% {
-moz-transform:translate(0,0);
opacity:1
}
}
@-o-keyframes themeple-froml {
0% {
-o-transform:translate(-10%,0);
opacity:0
}
100% {
-o-transform:translate(0,0);
opacity:1
}
}
@keyframes themeple-froml {
0% {
transform:translate(-10%,0);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@-webkit-keyframes themeple-fromr {
0% {
-webkit-transform:translate(10%,0);
opacity:0
}
100% {
-webkit-transform:translate(0,0);
opacity:1
}
}
@-moz-keyframes themeple-fromr {
0% {
-moz-transform:translate(10%,0);
opacity:0
}
100% {
-moz-transform:translate(0,0);
opacity:1
}
}
@-o-keyframes themeple-fromr {
0% {
-o-transform:translate(10%,0);
opacity:0
}
100% {
-o-transform:translate(0,0);
opacity:1
}
}
@keyframes themeple-fromr {
0% {
transform:translate(10%,0);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@-webkit-keyframes themeple-fromb {
0% {
-webkit-transform:translate(0,50%);
opacity:0
}
100% {
-webkit-transform:translate(0,0);
opacity:1
}
}
@-moz-keyframes themeple-fromb {
0% {
-moz-transform:translate(0,50%);
opacity:0
}
100% {
-moz-transform:translate(0,0);
opacity:1
}
}
@-o-keyframes themeple-fromb {
0% {
-o-transform:translate(0,50%);
opacity:0
}
100% {
-o-transform:translate(0,0);
opacity:1
}
}
@keyframes themeple-fromb {
0% {
transform:translate(0,50%);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@-webkit-keyframes themeple-fromt {
0% {
-webkit-transform:translate(0,-10%);
opacity:0
}
100% {
-webkit-transform:translate(0,0);
opacity:1
}
}
@-moz-keyframes themeple-fromt {
0% {
-moz-transform:translate(0,-10%);
opacity:0
}
100% {
-moz-transform:translate(0,0);
opacity:1
}
}
@-o-keyframes themeple-fromt {
0% {
-o-transform:translate(0,-10%);
opacity:0
}
100% {
-o-transform:translate(0,0);
opacity:1
}
}
@keyframes themeple-fromt {
0% {
transform:translate(0,-10%);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@-webkit-animation expandWidth {
0% {
width:0;
}
100% {
width:auto;
}
}
#portfolio-preview-items img{opacity:0;}
.portfolio-item.v2 .tpl2{border:none;}
.layout-sidebar_left .portfolio-item{width:257px !important;}
.layout-sidebar_right .portfolio-item{width:257px !important;}
.content_portfolio #portfolio-preview-items img{opacity:1;}
#portfolio-preview-items img.start_animation {
-webkit-animation:fadeIn 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-moz-animation:fadeIn 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-o-animation:fadeIn 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);
animation:fadeIn 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);
opacity:1; }
.row-dynamic-el #portfolio-filter:before{display:none;}
.row-dynamic-el #portfolio-filter ul{position:relative; left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.row-dynamic-el .media_el .animation_left.start_animation {
-webkit-animation:themeple-froml 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-moz-animation:themeple-froml 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-o-animation:themeple-froml 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
animation:themeple-froml 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
opacity:1;
}
.row-dynamic-el .media_el .start_animation img {
opacity:1
}
.row-dynamic-el .media_el .animation_right.start_animation {
-webkit-animation:themeple-fromr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-moz-animation:themeple-fromr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-o-animation:themeple-fromr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
animation:themeple-fromr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
opacity:1;
}
.row-dynamic-el .media_el .animation_top.start_animation {
-webkit-animation:themeple-fromt 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-moz-animation:themeple-fromt 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-o-animation:themeple-fromt 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
animation:themeple-fromt 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
opacity:1;
}
.row-dynamic-el .media_el .animation_bottom.start_animation {
-webkit-animation:themeple-fromb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-moz-animation:themeple-fromb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
-o-animation:themeple-fromb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
animation:themeple-fromb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);
opacity:1;
}
.skill .prog.start_animation {
-webkit-animation:width 1.2s linear infinite;
-moz-animation:width 1.2s linear infinite;
-o-animation:width 1.2s linear infinite;
animation:width 1.2s linear infinite;
}
.price_1_col .footer a:hover {
}
.scrollup {
width:50px;
height:50px;
position:fixed;
bottom:50px;
right:100px;
display:none;
text-indent:-9999px;
background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/icon_top.png);
background-repeat:no-repeat;
background-position:center;
background-color:rgba(34,34,34,0.6);
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
z-index:99999;
}
.tp-caption a i{color:#fff !important;} .commingsoon_page #content #mc_signup_form {
border:0!important;
background-color:#fbfbfb !important;
}
.commingsoon_page #mc_display_rewards,.commingsoon_page #mc_subheader, #mc_display_rewards {
display:none !important;
}
.commingsoon_page #mc_signup {
width:338px;
margin-left:auto;
margin-right:auto;
margin-top:-20px;
}
.commingsoon_page #mc_signup_form .mc_input {
border:1px solid #ebebeb !important;
background:#fff;
box-shadow:none !important;
padding-left:14px !important;
}
.commingsoon_page #mc_signup_submit {
border-radius:0 !important;
border:1px solid #ebebeb !important;
color:#fff !important;
box-shadow:none !important;
height:38px !important;
padding-left:20px !important;
padding-right:20px;
margin-left:4px;
}
#mc_signup{
float:left;
}
.mc_signup_submit{
float:left;
}
#mc_signup_submit{ 
margin-top:0px !important;
width:86px !important; 
border:none !important;
height: 30px;
}
#footer .textwidget{
float:left;
}
.mc_merge_var{
float:left;
}
#mc_signup_form .mc_input{
border-radius: 0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
border:1px solid #444 !important;
height: 30px;
float: left;
width:169px;
border-right: 0px !important;
}
.commingsoon_page .dyn_widget input {
padding-left:10px;
padding-top:0px !important;
padding-bottom:0px !important;
height:36px !important;
}
.commingsoon_page #mc_signup_submit:hover {
background:#fff !important;
color:#222 !important;
}
.commingsoon_page .mc_error_msg,.mc_success_msg {
color:#222 !important;
}
.commingsoon_page #content.section_first .section-style {
border-bottom:1px solid #ebebeb !important;
}
.commingsoon_page #mailchimpsf_widget-2 .widget-title {
display:none !important;
}
.big_portfolio_page #page-bg {
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-repeat:no-repeat;
background-position:top center;
z-index:-1;
}
.great_gallery .item {
cursor:pointer;
}
.animated {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.animated.hinge {
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity:0;
-moz-transform:translateX(-20px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity:0;
-o-transform:translateX(-20px);
}
100% {
opacity:1;
-o-transform:translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
transform:translateX(-20px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name:fadeInLeft;
-moz-animation-name:fadeInLeft;
-o-animation-name:fadeInLeft;
animation-name:fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity:0;
-moz-transform:translateX(20px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity:0;
-o-transform:translateX(20px);
}
100% {
opacity:1;
-o-transform:translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translateX(20px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInRight {
-webkit-animation-name:fadeInRight;
-moz-animation-name:fadeInRight;
-o-animation-name:fadeInRight;
animation-name:fadeInRight;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity:1;
-moz-transform:translateX(0);
}
100% {
opacity:0;
-moz-transform:translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity:1;
-o-transform:translateX(0);
}
100% {
opacity:0;
-o-transform:translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name:fadeOutLeft;
-moz-animation-name:fadeOutLeft;
-o-animation-name:fadeOutLeft;
animation-name:fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity:1;
-moz-transform:translateX(0);
}
100% {
opacity:0;
-moz-transform:translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity:1;
-o-transform:translateX(0);
}
100% {
opacity:0;
-o-transform:translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(20px);
}
}
@-webkit-keyframes popUp{
70% {
-webkit-transform:scale(1.1);
opacity: .8;
-webkit-animation-timing-function:ease-out
}
100% { 
-webkit-transform:scale(1);
opacity:1}
}
@-moz-keyframes popUp { 
70% { 
-moz-transform:scale(1.1);
opacity: .8;
-moz-animation-timing-function:ease-out
}
100% { 
-moz-transform:scale(1);
opacity:1}
}
@keyframes popUp { 
70% { 
transform:scale(1.1);
opacity: .8;
animation-timing-function:ease-out
}
100% { 
transform:scale(1);
opacity:1
}
}
.fadeOutRight {
-webkit-animation-name:fadeOutRight;
-moz-animation-name:fadeOutRight;
-o-animation-name:fadeOutRight;
animation-name:fadeOutRight;
}
.themeple_sc .social_icons li {
width:22px;
height: 22px;
} .divider__.solid_border {
width:100%;
height:1px;
float:left
}
.divider__.dotted_border {
width:100%;
height:1px;
border-bottom:1px dotted #b2b2b2;
float:left
}
.divider__.diagonal_dotted {
width:100%;
height:5px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/diagonal.png) repeat-x;
float:left
}
.divider__.light_shadow {
width:100%;
height:5px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/light_shadow.png) no-repeat center bottom;
float:left
}
.divider__.big_shadow {
width:100%;
height:19px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/big_shadow.png) no-repeat center bottom;
float: left
} .custom_btn {
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
text-transform:uppercase;
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
transform-style:preserve-3d;
}
.perspective {
-webkit-perspective:800px;
-moz-perspective:800px;
perspective:800px;
display:inline-block;
margin:0;
}
.custom_btn:after {
width:100%;
height:40%;
left:0;
top:100%;
-webkit-transform-origin:0% 0%;
-webkit-transform:rotateX(-90deg);
-moz-transform-origin:0% 0%;
-moz-transform:rotateX(-90deg);
-ms-transform-origin:0% 0%;
-ms-transform:rotateX(-90deg);
transform-origin:0% 0%;
transform:rotateX(-90deg);
content:'';
position:absolute;
z-index:-1;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
}
.custom_btn:hover {
-webkit-transform:rotateX(15deg);
-moz-transform:rotateX(15deg);
-ms-transform:rotateX(15deg);
transform:rotateX(15deg);
}
.latest_blog .pagination{margin-top:15px;}
.fixed_slider header#header {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
aside .widget_most_popular ul {
float:left
}
aside .widget_most_popular dl {
margin:0;
padding:10px 0px
}
aside .widget_most_popular dt {
width:60px;
height:60px;
}
aside .widget_most_popular dd {
margin-left:70px;
}
aside .widget_most_popular dt {
border:1px solid #e3e3e3;
width:60px;
height:60px;
}
aside .widget_most_popular dt span {
color:#888;
}
aside .widget_most_popular dl p {
margin:0;
padding:0;
color:#888;
font-size:13px;
}
aside .widget_most_popular ul li {
padding-left:0;
background:none;
width:100%;
background:none !important;
border-bottom:none;
padding-bottom:0 !important;
}
aside .widget_most_popular ul li:hover p {
color:#222;
}
aside .widget_most_popular ul li:first-child {
padding-top:0;
margin-top:0;
}
aside .widget_most_popular ul li:first-child dl {
padding-top:0;
}
aside .widget_most_popular ul li a.link:before {
content:"\e3b1";
font-family:'moon';
font-weight:normal;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
position:absolute;
left:0%;
top:5px;
font-size:9px;
display:inline;
width:auto;
height:auto;
color:#888;
line-height:normal;
vertical-align:baseline;
background-image:none;
background-position:0% 0%;
background-repeat:repeat;
margin-top:0;
}
aside .widget_most_popular ul li a.link {
padding-left:16px;
float:left;
position:relative;
margin-top:7px;
text-transform:uppercase;
font-size:10px;
font-weight:500;
}
aside .widget_most_popular ul li .date {
font-size:28px;
margin-top:10px;
font-weight:normal;
text-align:center;
float:left;
width:100%;
}
aside .widget_most_popular ul li dt .month {
line-height:13px;
margin-top:10px;
text-transform:uppercase;
float:left;
width:100%;
text-align:center;
font-weight:400;
font-size:10px;
} .little_icon {
float:left;
}
.little_icon i {
float:left;
margin-right:8px;
font-size:14px;
padding-top:1px;
}
.little_icon .text {
float:left;
}  .swiper-container {
width:100%;
height:500px;
cursor:-moz-grab;
cursor:-webkit-grab;
}
.swiper-slide.layout-full {
height:500px !important;
cursor:-moz-grab;
cursor:-webkit-grab;
}
.swiper-slide.layout-semi {
height:250px !important;
cursor:-moz-grab;
cursor:-webkit-grab;
}
.swiper-slide {
width:25%;
}
.swiper-container .swiper-container {
width:100%;
}
.swiper-container.layout-semi {
height:250px !important;
}
.swiper-container.layout-full {
height:500px !important;
}
.swiper_slider .pagination {
position:absolute;
z-index:100;
left:10px;
bottom:10px;
}
.swiper_slider .swiper-pagination-switch {
display:inline-block;
width:10px;
height:10px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
background:#fff;
margin-right:5px;
opacity:1;
border:1px solid #fff;
cursor:pointer;
}
.swiper_slider .swiper-visible-switch {
background:rgba(255,255,255,0.4);
}
.swiper_slider .swiper-active-switch {
background:rgba(255,255,255,0.4);
}
.swiper_slider .pagination-nested {
bottom:auto;
top:10px;
}
.swiper_slider .pagination-nested .swiper-pagination-switch {
display:block;
margin-right:0;
margin-bottom: 5px;
} .swiper-slide.woocommerce-slide {
width:20%;
}
.swiper-slide.woocommerce-slide .overlay{opacity:0;
float:left; width:100%; height:100%;position:relative;}
.swiper-slide.woocommerce-slide:hover .overlay{opacity:1;}
.woocommerce-slide .overlay .center-bar {
height:30px;
position:absolute;
top:50%;
margin-top:-15px;
text-align:center;
width:100%;
}
.woocommerce-slide .overlay .center-bar {
height: 112px;
margin-top: -56px;
}
.woocommerce-slide .overlay .link {
display:inline-block;
margin-right:8px;
border:2px solid #fff;
width:40px;
height:40px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
}
.woocommerce-slide .overlay .link i {
color:#fff;
line-height:40px;
width:100%;
float:left;
text-align:center;
font-size:18px;
}
.woocommerce-slide h5{font-weight: 300;color: #fff;margin-top: 15px; margin-bottom:5px;}
.woocommerce-slide .price{font-size:20px; color:#fff;}
.woocommerce-slide .added_to_cart{display:none;}
.woocommerce-slide .loading_ef{top:20% !important;}
.woocommerce-slide.product_added_to_cart:hover .loading_ef{opacity:1 !important;}   .p_pagination {
margin-top:40px;
position:relative;
float:left;
width:100%;
}
.p_pagination .pagi ul li a:hover{color:#fff;}
.p_pagination .pagi ul li.selected a{
color:#fff;  
}
.p_pagination .pagi ul{
display: inline;
list-style: none;
padding-left: 0px;
}
.p_pagination .pagi ul li{
display: inline;
float:left;
position: relative;
margin-right:10px;
}
.p_pagination .nav-previous {
float:left;
margin-left:10px;
}
.p_pagination .nav-next {
float:left;
margin-left:10px;
}
.p_pagination .nav-previous a:hover , .p_pagination .nav-next a:hover{color:#fff;} 
.p_pagination .nav-previous a {
font-size:13px;
font-weight:400;
padding:7px 16px;
float:left;
}
.p_pagination .nav-next a {
font-size:13px;
font-weight:400;
padding:7px 16px;
float:left;
}
.p_pagination .pagi {
float:left;
margin-left: 10px;
}
.p_pagination .pagi a {
font-size:13px;
font-weight:400;
padding:5px 12px;
float:left;
}
.p_pagination .pagi a.selected {
color:#fff;
width:8px;
height:8px;
margin-top:0;
border:none;
}
.p_pagination.isotope-item{top:-20px !important;} .comingsoon_page .header_wrapper,.comingsoon_page .header_page, .comingsoon_page .top_nav, .comingsoon_page .sticky_menu, .comingsoon_page .footer_wrapper {
display:none;
}
.comingsoon_page .countdown{margin-top:100px;}
.comingsoon_page #content {
padding-top:0;
padding-bottom: 140px;
} .page-id-661 .top_nav {
display:none;
}
.fixed_slider header#header.animate_this {
border-bottom:1px solid #e1e1e1;
}
.carousel_portfolio {
line-height: 20px;
} .data_visualization {
float:left;
}
.data_visualization.big {
width:230px;
margin-right:70px;
}
.data_visualization.medium {
width:164px;
margin-right:22px;
}
.data_visualization.small {
width:130px;
margin-right:6px;
}
.data_visualization i {
width:30%;
float:left;
}
.data_visualization span.text {
float:left;
width:70%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.data_visualization.big span.text {
padding-left:20px;
}
.data_visualization.medium span.text {
padding-left:15px;
}
.data_visualization.small span.text {
padding-left:10px;
}
.data_visualization span.big {
color:#444;
width:100%;
float:left;
}
.data_visualization span.small {
color:#999;
font-size:14px;
width:100%;
float:left;
}
.data_visualization.big i {
font-size:64px;
}
.data_visualization.medium i {
font-size:48px;
}
.data_visualization.small i {
font-size:32px;
}
.data_visualization.big span.big {
font-size:40px;
margin-bottom:14px;
margin-top:10px;
}
.data_visualization.medium span.big {
font-size:30px;
margin-bottom:8px;
margin-top:8px;
}
.data_visualization.small span.big {
font-size:24px;
margin-bottom:2px;
}
.data_visualization:last-child {
margin-right: 0;
}  .mobile_small_menu{display:none; width:45px; height:45px; float:right;}
.mobile_small_menu.open{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/res_m_open.png) no-repeat;}
.mobile_small_menu.close{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/res_m_close.png) no-repeat;}
.dark_version .mobile_small_menu.open{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/res_m_open_dark.png) no-repeat;}
.dark_version .mobile_small_menu.close{background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/res_m_close_dark.png) no-repeat;}
.menu-small{
display: none;
float: left;
width: 100%;
background: #fff;
z-index: 100000;
position: relative;}
.menu-small ul.menu{list-style:none; margin:0; padding:0;}
.menu-small ul li:nth-child(2n){background:#f0f0f0 !important;}
.menu-small ul li{float:left; width:100%;}
.menu-small ul li a{ margin:0 auto; margin-left:12%; float: left;margin-top: 8px;margin-bottom: 8px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.menu-small ul.menu li{background:#fff;}
.dark_version .menu-small ul.menu li{background:#282a2f;}
.menu-small ul.menu > li{background:#fafafa;}
.dark_version .menu-small ul.menu > li{background:#41434b;}
.menu-small ul.menu > li > a{color:#444444; }
.dark_version .menu-small ul.menu > li > a{color:#fff;}
.menu-small ul.menu > li > ul{margin:0; padding:0; list-style:none;}
.menu-small ul.menu > li > ul > li > a{padding-left:15px; color:#999999; background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/aside_li.png) no-repeat left center;}
.menu-small ul.menu > li > ul > li > ul{margin:0; padding:0; list-style:none;}
.menu-small ul.menu > li > ul > li > ul > li > a{padding-left:30px; color:#999999; background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/aside_li.png) no-repeat 15px center;}
.menu-small ul.menu .themeple_custom_menu_mega_menu h4{display:none;}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul{margin:0; padding:0; list-style:none;}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul > li > a{padding-left:30px; color:#999999; background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/aside_li.png) no-repeat 15px center;}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul > li > ul{margin:0; padding:0; list-style:none;}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul > li > ul > li > a{padding-left:30px; color:#999999; background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/aside_li.png) no-repeat 15px center;} .video_section{position:relative;}
#video_background {
top: 0px;
position: relative;
-webkit-backface-visibility: hidden!important;
min-width:100%;
min-height:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bg-overlay{
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.video-wrap{
position: absolute !important;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
height:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.video_section .row-fluid{position:relative;} .header_bar{
float: left;
width: 100%;
height: 45px;
margin-top: 17px;
}
.header_bar .pull-right.socials{
list-style: none;
}
.header_bar .pull-right.socials li{
display: inline;
padding-right: 20px;
}
.header_bar .pull-right.socials li:last-child{
padding-right: 0px;
}
.header_bar .pull-right.socials li a{
font-size:20px;
}
.header_bar h3{
font-size:12px;
padding-top:13px;
text-transform: capitalize;
font-family: Open Sans;
}  header .right_search{
float:right; 
position:relative; 
width:27px; 
height:27px;  
margin-left: 15px; 
margin-top: 37px; 
cursor: pointer; 
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
padding-left: 13px;
}
header .right_search i {position: absolute; top: 5px; right: 7px; cursor:pointer; }
header .right_search i:hover{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s; 
}
.right_search_container{float: left; position: absolute; top: 17px;left: 0px; display: none; z-index:1000;} .right_search_container form{margin:0px;}
.right_search_container input[type="text"]{height: 50px;border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none; border:none;  width: 1088px; line-height: 67px; font-family:"bignoodletitling"; font-size:49px; padding-bottom: 13px; z-index: 0;}
.right_search_container .input-append i{width:100%; font-size:15px; top:22px; left:-22px; position: relative;}
.right_search_container .more{border: 0px;height: 40px;width: 41px;padding: 0px;margin-top: 0px;margin-left: 0px;background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/search_f.png);background-repeat: no-repeat;background-position: 50%; display: none;}
.right_search_container .more:hover{background-color:#444; }
.top_nav .right_search_container input[type="text"] {height:32px; line-height: 48px; font-size:38px; width:1091px; margin-left:-9px;}
.top_nav .right_search_container .input-append i{top:13px;}
.top_nav .right_search i{cursor: pointer; font-size:15px;}
.fixed_header .right_search_container input[type="text"] {height:49px; line-height: 60px; font-size: 39px; background:#fff;}
.fixed_header .right_search_container .input-append i{left:-20px;}  .dark_version #slider-fixed.section_active{background:#41434b !important}
.dark_version .section-style{background:#41434b !important}
.dark_version .plain_text .content{color:#a7aab2 !important;}
.dark_version .plain_text .big_title{color:#fff !important;}
#fancybox-loading{visibility: hidden}
.top_nav #nav_menu-4{display:none}
.change_online .top_nav .widget.icl_languages_selector{display:none;}
.change_online .top_nav #nav_menu-4{display:block;} span1 {
display: inline-block;
position: relative;
white-space: nowrap;
top: 0;
left: 0;
-webkit-animation: move 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
-moz-animation: move 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-delay: 1s;
-o-animation: move 5s;
-o-animation-iteration-count: infinite;
-o-animation-delay: 1s;
animation:move 5s;
animation-iteration-count:infinite;
animation-delay:1s;
font-size:28px;
color:#fff !important;
line-height: 35px;
}
.word_animation  {
float:left;
overflow: hidden;
position: relative;
height: 40px;
font-weight: normal;
background:#0092CB;
padding-left:18px;
padding-right:18px;
font-weight: normal;
margin-left: 10px;
}
@-webkit-keyframes move{
5%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}
@-moz-keyframes move{
5%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}
@-o-keyframes move{
5%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}
.services_small{
-webkit-perspective:600px;
-moz-perspective:600px;
perspective:600px;
opacity:0;
position:relative
}
.services_medium_new.start_animation {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-transform:scale(0.2);
-moz-transform:scale(0.2);
transform:scale(0.2);
-webkit-animation:popUp 0.4s ease-in-out forwards;
-moz-animation:popUp 0.4s ease-in-out forwards;
animation:popUp 0.4s ease-in-out forwards
}
.services_small.start_animation, .footer_wrapper .row-fluid div.start_animation{
-webkit-animation: fadeIn 0.4s ease-in-out forwards;
-moz-animation: fadeIn 0.4s ease-in-out forwards;
animation: fadeIn 0.4s ease-in-out forwards;
}
.recent_portfolio{
width: 100%;
float: left;
}
.col.span_12{
width:100%;
float:none !important;
}
.section-style{
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
}
.composer_content{ padding-bottom:60px;
}
.video_section .container, .parallax_section .container{
position:relative;
z-index:10;
}
.section-style .triangle_top{
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 23px 20px 23px; 
position: absolute;
top: -20px;
left: 50%;
margin-left: -23px;
} 
.section-style .triangle_bottom{
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 23px 0 23px;
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -23px;
z-index:999;
} 
.row-dynamic-el.section-style:first-child{margin-top:0px;}
.transparency_section{
z-index:9999;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.composer_content{float:left; width:100%;}
.top_wrapper{float:left; width:100%; padding-top:98px;}
.wpb_wrapper p:first-child{margin-top:0;}
.wpb_wrapper p:last-child{margin-bottom:0;}
.wpb_text_column .wpb_wrapper p{margin-top:0px;}
aside ul li{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.services_medium_left dl dt .icon_wrapper{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.services_medium_left dl dt .icon_wrapper i {
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
} 
.top_nav .social_widget li i{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
nav .menu>li>a{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.footer_social_bar .socials > li i{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.blog-article .info ul.shares li{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.flex-caption{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.tp-leftarrow.default{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.tp-rightarrow.default{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.tabbable.style_1 .nav-tabs li{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.services_medium .icon_wrapper{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.services_medium i{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.clients .item a img{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.one-staff .social_widget ul li i{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.commingsoon_page #mc_signup_submit:hover{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.latest_blog_effect .blog-article{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.latest_blog_effect .blog-article .media{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.skill{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.blog-article .media img{
display: block;
width:100%;
}
.latest_blog_effect .blog-article dl{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.latest_blog_effect .overlay .link i{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
aside .widget_most_popular dt{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
aside .widget_most_popular dl p {
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
aside .widget_most_popular ul li a.link:before{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
aside .widget_most_popular ul li .date{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
aside .widget_most_popular ul li dt .month{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.swiper-slide.woocommerce-slide .overlay{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
header#header .cart .cart_icon{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.blog-article .info ul.shares li i{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.right_search_container .more{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
} .work_process{
width: 895px;
left: 10%;
position: relative;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
-moz-transform: translateZ(0)  scale(1.0, 1.0);
-ms-transform: translateZ(0) scale(1.0, 1.0);
-o-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0) scale(1.0, 1.0);
}
.work_process p{
float: left;
width: 100%;
text-align: center;
margin-top: 2px;
}
.work_process .process_block{
width:100%;
position:relative;
float:left;
height:124px;
}
.work_process .process_block.first{margin-top:50px;}
.work_process .process_block.first .process:first-child{left:0;}
.work_process .process_block.first .process:nth-child(2){left:50%;margin-left:-61px;}
.work_process .process_block.first .process:nth-child(3){right:0;}
.work_process .process_block.second .process:first-child{left:30%; margin-left:-61px;}
.work_process .process_block.second .process:nth-child(2){left:70%;margin-left:-61px;}
.work_process .process{
width:122px; 
height:122px; 
position:absolute;
margin-left:65px;
margin-right:65px;
border-radius:50%; 
-webkit-border-radius:50%; 
-moz-border-radius:50%;
box-shadow: 0 0 0 9px #b2b5b6;
-webkit-box-shadow: 0 0 0 9px #b2b5b6;
-moz-box-shadow: 0 0 0 9px #b2b5b6;
background:#dedede;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.work_process .process i{
float:left;
width:100%;
line-height:125px;
text-align:center;
font-size:48px;
color:#575A5C;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.work_process .second .process:after{
width: 0px;
content: "";
height: 0px;
border-style: solid;
border-width: 0 6px 9px 6px;
border-color: transparent transparent #b2b5b6 transparent;
position: absolute;
top: -15px;
left: 50%;
margin-left: -5.5px;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.work_process .first .process:after{
width: 0px;
content: "";
height: 0px;
border-style: solid;
border-width: 9px 6px 0 6px;
border-color: #b2b5b6 transparent transparent transparent;
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -5.5px;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
}
.work_process .little_circle{
width: 22px;
position: absolute;
height: 22px;
left: 50%;
margin-left: -11px;
background: #fff;
border: 1px solid #b2b5b6;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.work_process .little_circle span{
width:14px;
height:14px;
background:#b2b5b6;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-o-transition-duration:0.4s;
-ms-transition-duration:0.4s;
transition-duration:0.4s;
position:absolute;
top:4px;
border-radius:50%; 
-webkit-border-radius:50%; 
-moz-border-radius:50%;
left:4px;
}
.work_process .first .little_circle{
bottom: -53px;
} 
.work_process .second .little_circle{
top: -53px;
} 
.work_process .border_wrapper{width:100%; height:7px;float:left; background:#fff; border:1px solid #d1d1d1; margin-top:35px; margin-bottom:35px;} .single-portfolio #content{padding-bottom:60px !important; padding-top:0 !important;}
.fixed_header .header_wrapper nav .themeple_custom_menu_mega_menu{top:57px;}
.row-google-map .overlay{ 
background:transparent; 
position:relative; 
height:300px;
top:300px;
margin-top:-300px;
}
.section_clear{margin-left:-15px; margin-right:-15px;}
.wpb_row.standard_section{ 
margin-bottom:40px; }
.wpb_row.standard_section:last-child{
margin-bottom:0; 
}
.wpb_row.section-style{
margin-bottom:70px; }
.wpb_row.section-style:last-child{
margin-bottom:0;
}
.wpb_row .wpb_column .wpb_row .container{width:auto;} 
.wpb_row .wpb_column .wpb_row{margin-left:0; margin-right:0;}
.full-width-content{
padding:0;
margin-right:0 !important;
}
.full-width-content > .col{margin:0;}
.full-width-content .span_12{width:100%;}
.vc_responsive .full-width-content.wpb_row .vc_span6{padding-right:0;}
.vc_responsive .full-width-content.wpb_row .vc_span12{padding-right:0;}
.full-width-content .wpb_column.with_bg{
background-position: center;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
}
.wpb_column.centered_col{
text-align:center;
}
.top_footer .tweet_list{float:left; padding-left: 0px;}
.top_footer .pagination{margin-top:25px;}
.top_footer .caroufredsel_wrapper{margin-top: 12px !important; padding-bottom: 0px; height: 48px !important;}
.top_footer .tweet h5 img{padding-right:10px;}
.top_footer .tweet h5 a{color:#fff;}
.top_footer .tweet h5 a:hover{color:#e1e1e1;}
.top_footer .tweet_list .tweet{list-style: none;}
.top_footer .tweet_list li h5{color:#fff; font-size:14px;margin-top:0px; font-family: "Open Sans";}
.top_footer .pagination a, .top_footer .pagination a:hover{background-color:transparent;}
.top_footer .pagination a:hover i{color:#fff;}
.top_footer .pagination a{padding-left:7px;}
.search-results .header_page.basic h1{color:inherit;} .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
.woocommerce ul.products li.product h4{
font-family: "Open Sans"; 
font-weight: 700;
text-align: center;
padding-top: 14px;
text-transform: uppercase;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{} 
.woocommerce ul.products li.product .links {text-align: center;}
.woocommerce ul.products li.product .links a{
text-align: center;
background: #fff;
border: 1px solid #ebebeb;
padding: 11px 17px;
font-weight: 600;
font-size: 14px;
position: absolute;
left: 50%;
margin-left: -56px;
margin-top: -18px;
text-shadow:none;
}
.woocommerce ul.products li.product .links a:hover{color:#fff;}
.woocommerce ul.products li.product  p{
font-size: 12px; 
color:#444; 
text-align: center;
margin-top: 18px;
margin-bottom: 38px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
float: left;
margin: 0 1.6% 5.0em 0;
padding: 0;
position: relative;
width: 23.6%;
}
.woocommerce ul.products li.product.last{
margin-right:0px;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button{
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating{float:left; position: absolute; top:12px; left:13px;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{float:right; position: absolute; top:12px; right:13px;}
.woocommerce .star-rating span, .woocommerce-page .star-rating span:before, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before{
content: "\e2fe\e2fe\e2fe\e2fe\e2fe";
top: 0;
font-family: "moon";
position: absolute;
left: 0;
letter-spacing: 0.1em;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{margin: 228px 2px 0 0;}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins{
font-weight: 700;
font-size: 16px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price .amount, .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price del { 
font-weight: 700;
font-size: 16px;
}
.woocommerce ul.products li.tpl2{
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select, .woocommerce #content div.product form.cart .variations select{
font-weight: 700;
border-radius: 0;
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/img/select_shop.png) #fff no-repeat;
background-position: right;
z-index: 9999;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
line-height: 27px;
padding-top: 0px;
}
.woocommerce ul.products li.product .bg-shop p{padding-right: 10px; padding-left: 10px;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
margin-right: 44px;
}
.woocommerce #content div.product form.cart .variations td.label{
background: #fff;
color: #444;
font-family: "Bebas Neue";
font-size: 30px;
padding-top: 10px;
}
.woocommerce #content div.product form.cart .button, 
.woocommerce div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button, 
.woocommerce-page div.product form.cart .button{
border: none;
padding: 14px 14px;
text-shadow: none;
}
.top_nav .cart .content{
border-top: none;
padding: 17px;
width: 190px;
margin-top: 56px;
margin-left: -14px;
}
.top_nav .headecart.small_widget{
width:197px;
}
.top_nav .cart .checkout .view_cart {
float: left;
padding-right: 34px;
}
.top_nav .cart .checkout {
padding-top: 13px;
}
.top_nav .cart .cart_item a, .cart .cart_item a img{
float:left;
}
.top_nav .cart .subtotal{
float:left;
width:100%;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 83px;
}
.top_nav .cart .cart_item .description { 
float: right;
width: 105px;
padding-left: 14px;
}
.top_nav .cart .cart_item a{padding-bottom: 20px;}
.woocommerce .tpl12 .bg{
float:left;
background: #fff;
position: relative;
}
#woocommerce .cart h2{
float: left;
padding-top: 7px;
padding-right: 11px;
font-size: 30px;
}
#woocommerce .price_square {float:left;} 
#woocommerce .woocommerce-product-rating {float:right;}
#woocommerce .price .amount{font-size:22px; font-weight: 600; float:left; margin-top: -4px;}
#woocommerce .price_square .price .amount{margin-top:3px;}
#woocommerce .desc_shop{width:100%; float:left;}
#woocommerce .price_rating{float:left; border:1px solid #ededed; width:100%; padding:10px 20px; margin-bottom: 15px; }
.woocommerce #content div.product .product_title, .woocommerce div.product .product_title {margin-bottom: 20px;} 
#woocommerce .desc_shop{padding-bottom: 20px;}
#woocommerce .tabbable {float:left; width:100%; margin-bottom: 35px;}
#woocommerce .posted_in{font-weight: 600;}
#woocommerce .add_buttons{
float: left;
width: 100%;
margin-top: 32px;
border-top: 1px solid #ebebeb;
padding-top: 20px;
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{
height: 37px;
width: 150px;
border-radius: 0;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
}
.coupon input.btn-system, .actions input.btn-system{
color: #fff;
border: none;
height: 37px;
}
.woocommerce-page #content .quantity, .woocommerce-page .quantity{
float:left;
}
.cart_item .product-quantity h2{display: none;}
.woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input {margin-right:10px; }
.woocommerce form .form-row select, .woocommerce-page form .form-row select{
border-radius: 0;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
margin-top: 10px;
}
.woocommerce-page form .form-row input.input-text{
height: 34px; 
border-radius: 0px; 
-webkit-border-radius:0; 
-moz-border-radius:0; 
-o-border-radius:0;
}
.shipping-calculator-form .btn-system{
border: none;
color: #fff;
} .single-portfolio .btn-system.single {
margin-top: -36px;
}
.fancybox-opened {
z-index: 99999999 !important;
}
.recent_news {
float: left;
width: 100%;
}
.menu-small ul.menu > li.menu-item-has-children {
font-weight: 600;
}
.menu-small ul.menu > li:not(.menu-item-has-children) {
padding-left: 20px;
}@-ms-viewport {  width: device-width;}.clearfix {  *zoom: 1;}.clearfix:before,.clearfix:after {  display: table;  line-height: 0;  content: "";}.clearfix:after {  clear: both;}.hide-text {  font: 0/0 a;  color: transparent;  text-shadow: none;  background-color: transparent;  border: 0;}.input-block-level {  display: block;  width: 100%;  min-height: 30px;  -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;          box-sizing: border-box;}.hidden {  display: none;  visibility: hidden;}.visible-phone {  display: none !important;}.visible-tablet {  display: none !important;}.hidden-desktop {  display: none !important;}.visible-desktop {  display: inherit !important;}@media (min-width: 768px) and (max-width: 979px) {  .hidden-desktop {    display: inherit !important;  }  .visible-desktop {    display: none !important ;  }  .visible-tablet {    display: inherit !important;  }  .hidden-tablet {    display: none !important;  }  .flexslider .bottom_shadow{display:none;}  .row-google-map .big_shadow{display:none;}}@media (max-width: 767px) {  .hidden-desktop {    display: inherit !important;  }  .visible-desktop {    display: none !important;  }  .visible-phone {    display: inherit !important;  }  .hidden-phone {    display: none !important;  }  .top_footer .pagination{left:10px !important;}  .top_footer .tweet_list li h5{margin-top:0px !important; font-size:10px;}  .top_footer .tweet_list li img{margin-top:1px !important;}    .fixed_header .mobile_small_menu{position: inherit; !important; margin-top:8px;}   }footer .inner .widget_flickr .flickr_badge_image:nth-child(5){margin-bottom: auto;} @media (min-width: 768px) and (max-width: 979px) {  .row {    margin-left: -20px;    *zoom: 1;  }  .row:before,  .row:after {    display: table;    line-height: 0;    content: "";  }  .row:after {    clear: both;  }  [class*="span"] {    float: left;    min-height: 1px;    margin-left: 20px;  }  .container,  .navbar-static-top .container,  .navbar-fixed-top .container,  .navbar-fixed-bottom .container {    width: 724px;  }  .span12 {    width: 724px;  }  .span11 {    width: 662px;  }  .span10 {    width: 600px;  }  .span9 {    width: 538px;  }  .span8 {    width: 476px;  }  .span7 {    width: 414px;  }  .span6 {    width: 352px;  }  .span5 {    width: 290px;  }  .span4 {    width: 228px;  }  .span3 {    width: 166px;  }  .span2 {    width: 104px;  }  .span1 {    width: 42px;  }  .offset12 {    margin-left: 764px;  }  .offset11 {    margin-left: 702px;  }  .offset10 {    margin-left: 640px;  }  .offset9 {    margin-left: 578px;  }  .offset8 {    margin-left: 516px;  }  .offset7 {    margin-left: 454px;  }  .offset6 {    margin-left: 392px;  }  .offset5 {    margin-left: 330px;  }  .offset4 {    margin-left: 268px;  }  .offset3 {    margin-left: 206px;  }  .offset2 {    margin-left: 144px;  }  .offset1 {    margin-left: 82px;  }  .row-fluid {    width: 100%;    *zoom: 1;  }  .row-fluid:before,  .row-fluid:after {    display: table;    line-height: 0;    content: "";  }  .row-fluid:after {    clear: both;  }  .row-fluid [class*="span"] {    display: block;    float: left;    width: 100%;    min-height: 30px;    margin-left: 2.7624309392265194%;    *margin-left: 2.709239449864817%;    -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;            box-sizing: border-box;  }  .row-fluid [class*="span"]:first-child {    margin-left: 0;  }  .row-fluid .controls-row [class*="span"] + [class*="span"] {    margin-left: 2.7624309392265194%;  }  .row-fluid .span12 {    width: 100%;    *width: 99.94680851063829%;  }  .row-fluid .span11 {    width: 91.43646408839778%;    *width: 91.38327259903608%;  }  .row-fluid .span10 {    width: 82.87292817679558%;    *width: 82.81973668743387%;  }  .row-fluid .span9 {    width: 74.30939226519337%;    *width: 74.25620077583166%;  }  .row-fluid .span8 {    width: 65.74585635359117%;    *width: 65.69266486422946%;  }  .row-fluid .span7 {    width: 57.18232044198895%;    *width: 57.12912895262725%;  }  .row-fluid .span6 {    width: 48.61878453038674%;    *width: 48.56559304102504%;  }  .row-fluid .span5 {    width: 40.05524861878453%;    *width: 40.00205712942283%;  }  .row-fluid .span4 {    width: 31.491712707182323%;    *width: 31.43852121782062%;  }  .row-fluid .span3 {    width: 22.92817679558011%;    *width: 22.87498530621841%;  }  .row-fluid .span2 {    width: 14.3646408839779%;    *width: 14.311449394616199%;  }  .row-fluid .span1 {    width: 5.801104972375691%;    *width: 5.747913483013988%;  }  .row-fluid .offset12 {    margin-left: 105.52486187845304%;    *margin-left: 105.41847889972962%;  }  .row-fluid .offset12:first-child {    margin-left: 102.76243093922652%;    *margin-left: 102.6560479605031%;  }  .row-fluid .offset11 {    margin-left: 96.96132596685082%;    *margin-left: 96.8549429881274%;  }  .row-fluid .offset11:first-child {    margin-left: 94.1988950276243%;    *margin-left: 94.09251204890089%;  }  .row-fluid .offset10 {    margin-left: 88.39779005524862%;    *margin-left: 88.2914070765252%;  }  .row-fluid .offset10:first-child {    margin-left: 85.6353591160221%;    *margin-left: 85.52897613729868%;  }  .row-fluid .offset9 {    margin-left: 79.8342541436464%;    *margin-left: 79.72787116492299%;  }  .row-fluid .offset9:first-child {    margin-left: 77.07182320441989%;    *margin-left: 76.96544022569647%;  }  .row-fluid .offset8 {    margin-left: 71.2707182320442%;    *margin-left: 71.16433525332079%;  }  .row-fluid .offset8:first-child {    margin-left: 68.50828729281768%;    *margin-left: 68.40190431409427%;  }  .row-fluid .offset7 {    margin-left: 62.70718232044199%;    *margin-left: 62.600799341718584%;  }  .row-fluid .offset7:first-child {    margin-left: 59.94475138121547%;    *margin-left: 59.838368402492065%;  }  .row-fluid .offset6 {    margin-left: 54.14364640883978%;    *margin-left: 54.037263430116376%;  }  .row-fluid .offset6:first-child {    margin-left: 51.38121546961326%;    *margin-left: 51.27483249088986%;  }  .row-fluid .offset5 {    margin-left: 45.58011049723757%;    *margin-left: 45.47372751851417%;  }  .row-fluid .offset5:first-child {    margin-left: 42.81767955801105%;    *margin-left: 42.71129657928765%;  }  .row-fluid .offset4 {    margin-left: 37.01657458563536%;    *margin-left: 36.91019160691196%;  }  .row-fluid .offset4:first-child {    margin-left: 34.25414364640884%;    *margin-left: 34.14776066768544%;  }  .row-fluid .offset3 {    margin-left: 28.45303867403315%;    *margin-left: 28.346655695309746%;  }  .row-fluid .offset3:first-child {    margin-left: 25.69060773480663%;    *margin-left: 25.584224756083227%;  }  .row-fluid .offset2 {    margin-left: 19.88950276243094%;    *margin-left: 19.783119783707537%;  }  .row-fluid .offset2:first-child {    margin-left: 17.12707182320442%;    *margin-left: 17.02068884448102%;  }  .row-fluid .offset1 {    margin-left: 11.32596685082873%;    *margin-left: 11.219583872105325%;  }  .row-fluid .offset1:first-child {    margin-left: 8.56353591160221%;    *margin-left: 8.457152932878806%;  }  input,  textarea,  .uneditable-input {    margin-left: 0;  }  .controls-row [class*="span"] + [class*="span"] {    margin-left: 20px;  }  input.span12,  textarea.span12,  .uneditable-input.span12 {    width: 710px;  }  input.span11,  textarea.span11,  .uneditable-input.span11 {    width: 648px;  }  input.span10,  textarea.span10,  .uneditable-input.span10 {    width: 586px;  }  input.span9,  textarea.span9,  .uneditable-input.span9 {    width: 524px;  }  input.span8,  textarea.span8,  .uneditable-input.span8 {    width: 462px;  }  input.span7,  textarea.span7,  .uneditable-input.span7 {    width: 400px;  }  input.span6,  textarea.span6,  .uneditable-input.span6 {    width: 338px;  }  input.span5,  textarea.span5,  .uneditable-input.span5 {    width: 276px;  }  input.span4,  textarea.span4,  .uneditable-input.span4 {    width: 214px;  }  input.span3,  textarea.span3,  .uneditable-input.span3 {    width: 152px;  }  input.span2,  textarea.span2,  .uneditable-input.span2 {    width: 90px;  }  input.span1,  textarea.span1,  .uneditable-input.span1 {    width: 28px;  }  .header_wrapper #navigation{display: none !important;}      .mobile_small_menu{display:block; margin-top:27px;}  .vc_col-sm-3.wpb_column.column_container:first-child .wpb_wrapper .services_slideshow_container{margin-right:-23px;}  .vc_col-sm-3.wpb_column.column_container:nth-child(2) .wpb_wrapper .services_slideshow_container{margin-right:-19px;}  .vc_col-sm-3.wpb_column.column_container:last-child .wpb_wrapper .services_slideshow_container{margin-left:-32px;}  #blogmasonry .blog-article.grid {width:721px;}  .services_slideshow_title p{font-size: 11px;}  #portfolio-preview-items.three-cols .portfolio-item img{width:100%;}   .wpb_content_element.block_skill {float: left; padding-bottom: 20px; position: relative;}  .services_slideshow_title h4{font-size:12px;}   .slider#slider-fixed{padding-bottom: 0px;}  .top_footer .pagination{margin-top: -50px; z-index: 9999; position: relative;}   .recent_news .news-carousel-item dl.style_2 dd{width:63%;}  .recent_news .news-carousel-item dl dt{width:142px;}  .recent_news .news-carousel-item dl dd{width:52%;}  .textbar-container h1{padding-bottom: 20px; font-size:14px;}  .services_small h4{font-size: 10px;}  .services_media h1{font-size:14px;}  .services_slideshow_icon{margin-left:6px;}  .dynamic_page_header .description{padding-left:0px; padding-right:0px;}  .tabbable .nav-tabs li{width:99%;}    .top_nav{display:none;}    #copyright .pull-right{width:100%; float:left; margin-left:0; margin-top:10px;}    footer .ff .span3{      width:352px;      margin-bottom:20px;      float:left;      height:240px;    }    footer .ff .span3:nth-child(3){margin-left:0; margin-bottom:0;}    footer .ff .span3:nth-child(4){margin-bottom:0;}    .clients .items{width:724px;}    .clients .item{width:100px !important;}    #content.left-navigation .row > .span9 .container{width:100%;}    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width:22.6%;}    .tags_social .pull-right{float:left; margin-top:10px;}     aside #s{width:98%;}    aside .widget_flickr .flickr_badge_image:nth-child(3n+1){margin-right:13px;} .tabbable .nav-tabs > li > a, .nav-pills > li > a{padding-left:15px; padding-right:15px;}  .accordion .accordion-heading .accordion-toggle{padding:10px 14px;}  .accordion .accordion-heading:after{display:none;}  aside .widget > ul{width:100%;}  #blog aside.span3{width:204px;}  #blog .span9{width:500px;}  .widget_recent_content .tabbable .nav-tabs > li > a{padding-left:9px; padding-right:9px;}  aside .visual iframe, footer .visual iframe, .visual iframe{width:117%;}  #portfolio-preview-items.two-cols .portfolio-item{width:370px !important;}  #portfolio-preview-items.three-cols .portfolio-item{width:351px !important;}  #portfolio-preview-items.four-cols .portfolio-item{width:370px !important;}  #portfolio-preview-items.five-cols .portfolio-item{width:370px !important;}  .content_portfolio .span9{width:500px;}  .content_portfolio aside.span3{width:204px;}  .layout-sidebar_right .portfolio-item, .layout-sidebar_left .portfolio-item{width:500px !important;}  .sidebar_right .span9 .container, .sidebar_left .span9 .container{width:500px !important;}  .row-dynamic-el .wpb_column:first-child .media .type_image.alignment_left{left:-20px;}  .chart_skill{height:auto;}  .chart_skill p{padding-left:5px; padding-right:5px;}  footer .widget_flickr .flickr_badge_image{width:85px; height:85px;}  .row-dynamic-el .wpb_column:nth-child(2) .media .type_image.alignment_center{    right:0 !important;  }  .one-staff .left_border, .one-staff .right_border{width:15px;}  #faq-filter ul li a{padding:8px 20px;}  .right_search_container input[type="text"]{width:708px;} nav .menu > li{padding-left:10px !important;}   header nav .menu > li > a:before{content:"" !important; display:none;}  nav .menu > li > a{padding-right:0;}  header .right_search{display:none;}  }@media (max-width: 767px) {  body {    }  .header_wrapper.no-transparent{height: auto;}  .navbar-fixed-top,  .navbar-fixed-bottom,  .navbar-static-top {    margin-right: -20px;    margin-left: -20px;  }  .container-fluid {    padding: 0;  }  .dl-horizontal dt {            clear: none;    text-align: left;  }  .dl-horizontal dd {    margin-left: 60px;  }  .post_author dd{margin-left:90px}  .container {    max-width:420px ;  }  .row-fluid {    width: 100%;  }  .row,  .thumbnails {    margin-left: 0;  }  .thumbnails > li {    float: none;    margin-left: 0;  }  [class*="span"],  .uneditable-input[class*="span"],  .row-fluid [class*="span"] {    display: block;        width: 100%;    margin-left: 0;    -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;            box-sizing: border-box;  }    .span12,  .row-fluid .span12 {    width: 100%;    -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;            box-sizing: border-box;  }  .row-fluid [class*="offset"]:first-child {    margin-left: 0;  }  .input-large,  .input-xlarge,  .input-xxlarge,  input[class*="span"],  select[class*="span"],  textarea[class*="span"],  .uneditable-input {    display: block;    width: 100%;    min-height: 30px;    -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;            box-sizing: border-box;  }  .input-prepend input,  .input-append input,  .input-prepend input[class*="span"],  .input-append input[class*="span"] {    display: inline-block;    width: auto;  }  .controls-row [class*="span"] + [class*="span"] {    margin-left: 0;  }    header .right_search{display: none;}  .blog-article .info{padding:19px 22px; padding-left:19px; padding-bottom:0px;}    .content.post_format_standart li{    list-style: none;  }  .header_page.centered .centered_content{    top:50%;    box-sizing:border-box;  }   .dynamic_page_header.left h1, .dynamic_page_header.right h1{     padding-top: 30px;  }  .dynamic_page_header .subtitle, .dynamic_page_header .description{    padding-left: inherit;    padding-right: inherit;  }  .dynamic_page_header.left .description{    display: none;  }  .dynamic_page_header.right .description{    display: none;  }  .description_left{  width:100%;  }  .header_page.centered h1{    font-size: 50px;  }  .header_page.centered h2{    font-size: 15px;  }  .modal {    position: fixed;    top: 20px;    right: 20px;    left: 20px;    width: auto;    margin: 0;  }  .modal.fade {    top: -100px;  }  .wpb_content_element.block_skill{padding-bottom:20px; float:left; }  .blog-article .info > li{padding-left: 10px;}  .top_footer .tweet_list{width: 100% !important;}  .modal.fade.in {    top: 20px;  }  [class*="vc_span"], .uneditable-input[class*="vc_span"], .row-fluid [class*="vc_span"]{      display: block;      width: 100% !important;      margin-left: 0 !important;      -webkit-box-sizing: border-box;      -moz-box-sizing: border-box;      box-sizing: border-box;      margin-top:40px;    }  .vc_row-fluid [class*="vc_span"]:first-child{margin-top:0;}  .vc_row-fluid .vc_span6, .wpb_teaser_grid.wpb_carousel .vc_span6{width:100% !important; margin-left:0 !important;margin-top:40px;}  .row-fluid [class*="span"]{margin-bottom:50px;}  .row-fluid [class*="span"]:last-child{margin-bottom:0;}  .sticky_menu{display:none !important;}  .clients .items{width:420px;}  .clients .item{width:109px; border-right:none !important; border-bottom:none !important;}  .mobile_small_menu{display:block; margin-top:27px;}  .header_wrapper  #navigation{display:none !important;}  .header_wrapper {position: relative;}  #logo img{opacity: 1 !important;  }  #logo .light {opacity: 0 !important;}  .header_1_body.page_header_yes .top_wrapper{padding-top: 0px !important;}  .top_nav{display:none;}  .clients .item{margin-left:0;}  .widget_contact_info ul li{float:left; width:100%;}  #copyright .pull-right{margin-top:13px;}  .nav-tabs > li{}  .breadcrumbss{display:none;}  .tags_social .pull-right{float:left; margin-top:10px;}  .comment-form-author, .comment-form-email, .comment-form-url{width:100%;}  .sidebar#widgetarea-sidebar{margin-top:50px;}  .boxed_layout{max-width:440px;}  .scrollup{display:none !important;}   .full_testimonials{float:left; margin-bottom: 35px !important;}  .recent_news .news-carousel-item dl dd{width:48%;}   .services_medium{float:left;}  .animated_counter{margin-bottom:20px !important; float:left;}  .dynamic_page_header{padding-top: 40px;}   .slider#slider-fixed{padding-bottom: 0px;}  .recent_news .caroufredsel_wrapper{height: 240px !important;} .widget_activation{padding-left:10px; padding-right:10px;}  .header_right_widgetized{margin-left:0;}  header#header .row-fluid .span12{height:90px;}  #portfolio-preview-items.two-cols .portfolio-item, #portfolio-preview-items.three-cols .portfolio-item,  #portfolio-preview-items.four-cols .portfolio-item,  #portfolio-preview-items.five-cols .portfolio-item{width:420px; margin-left:0;}  #portfolio-preview-items .portfolio-item{margin-left:0;}  .row.filterable{margin-left:-1px;}  .services_small dd{margin-left:80px !important;}  .row-dynamic-el .media .type_image.alignment_center{left:auto !important;margin-left:auto !important;}  .parallax_bg{background-position: center center !important}  .first_section_over{left:0; width:100%; top:0; height:50%;}  .second_section_over{left:50%; width:100%; top:0%; height:100%;}  .with_second_section .wpb_column:first-child .dynamic_page_header.right{    width: 100%;    margin-left: 30px;    position: absolute;    left:50%;  }  .dynamic_page_header.right .description{    width:234px;  }  .with_second_section .wpb_column:first-child .dynamic_page_header{    margin-top: -97px;  top: 50%;  -webkit-transform: none;   -moz-transform: none;  -ms-transform: none;  -o-transform: none;  transform: none;   z-index: 999999;  }  .with_second_section .wpb_column:first-child .dynamic_page_header{top:25%;}  .one_page_header #logo{    float:left;     position:static;    -webkit-transform: translateX(0);    -moz-transform: translateX(0);    -ms-transform: translateX(0);    -o-transform: translateX(0);    transform: translateX(0);  }  .one_page_header .row-fluid .span12{height:46px !important;}  .row-dynamic-el .media .type_image{position:static !important;}  .admin-bar .fixed_header{top:0px;}  .layout-sidebar_right .portfolio-item, .layout-sidebar_left .portfolio-item{width:420px !important;}  .textbar-container.style_1 h1{line-height:37px;}  .right_search_container{display:none;}  aside .widget > ul{width:100%;}  aside .widget > ul li ul{width:105%;}  .top_wrapper{padding-top:0px !important;}   .chart_skill{height:auto;}  .single_testimonial .content{padding-left:10px; padding-right:10px;}  footer .widget_flickr .flickr_badge_image{width:89px; height:89px;}  .style_3 .header_border_right{margin-right:18%;}  #faq-filter ul li a{padding:8px 15px;}  #portfolio-filter ul li a{padding:8px 15px ;}  .row.filterable{width:auto;}  .blog-article.v2 .quote_box{height:190px;}  .header_page.basic h1{font-size:17px;}  .services_boxed{margin-bottom: 50px !important; padding-bottom:100px;}  .services_boxed .readmore{margin-left:-61px;}  .clients{margin-top:50px;}  .clients_el.no .clients .item{width:78px;}  .clients_el.no .clients .item a img{width:77px; height: 27px;}  .top_footer .pagination{margin-top:-48px;}  .top_footer .caroufredsel_wrapper{height:49px !important;}  .vc_col-sm-3.wpb_column.column_container:nth-child(2) .wpb_wrapper .services_slideshow_container{margin-left:0px;}  .vc_col-sm-3.wpb_column.column_container:nth-child(3) .wpb_wrapper .services_slideshow_container{margin-left:0px;}  .vc_col-sm-3.wpb_column.column_container:last-child .wpb_wrapper .services_slideshow_container{margin-left:0px;}  .vc_col-sm-3.wpb_column.column_container:last-child .wpb_wrapper .services_slideshow_container{border-right:0px;}  .services_slideshow_container{border-top:0px; border-left:0px; border-right:0px; border-bottom:1px solid #dadada;}  .btn-system.normal.default{margin-bottom: 20px !important;}  .recent_news .news-carousel-item dl.style_2 dd{width:68%;}  .row-dynamic-el .caroufredsel_wrapper{margin-top:0px !important;}  .clients .item{width:120px;}  .row-dynamic-el .media{padding-bottom:20px;}  .one-staff{margin-bottom: 20px;}  footer .inner .widget_flickr .flickr_badge_image:nth-child(3n+1){margin-right: 20px;}  .one-staff .social_widget{margin-left:20px;} .textbar-container a.btn-system{  text-align: center;  width: 80%;  margin-top: 21px; } .with_second_section .wpb_column:first-child .dynamic_page_header.left{  width:50%; } .with_second_section .wpb_column:first-child .dynamic_page_header.right{  width:50%; } .dynamic_page_header.left .description{  width: 357px; } .services_box_color{  padding:50px; }}@media (max-width: 480px) {  .nav-collapse {    -webkit-transform: translate3d(0, 0, 0);  }  .container {    max-width:300px ;  }  .page-header h1 small {    display: block;    line-height: 20px;  }  input[type="checkbox"],  input[type="radio"] {    border: 1px solid #ccc;  }  .form-horizontal .control-label {    float: none;    width: auto;    padding-top: 0;    text-align: left;  }  .form-horizontal .controls {    margin-left: 0;  }  .form-horizontal .control-list {    padding-top: 0;  }  .form-horizontal .form-actions {    padding-right: 10px;    padding-left: 10px;  }  .media .pull-left,  .media .pull-right {    display: block;    float: none;    margin-bottom: 10px;  }  .media-object {    margin-right: 0;    margin-left: 0;  }  .modal {    top: 10px;    right: 10px;    left: 10px;  }  .modal-header .close {    padding: 10px;    margin: -10px;  }  .carousel-caption {    position: static;  }  .vc_responsive div.vc_row-fluid div[class*="vc_span"]{float:left !important;}  .sidebar_right ul.products .product, .sidebar_left ul.products .product{width:300px !important;}     ul.products .product.columns_3{width:300px !important; margin-left:0 !important; margin-right:0 !important;}  .clients .item{width:260px;}  .logo_desc, .border_before{display: none !important;}  #copyright .pull-right{display:none;}  .line_under_full .read_1{font-size:12px;}  .line_under_full .read_2{font-size:12px;}  .carousel_shortcode ul li.product{width:300px !important; margin-left:0 !important;}    .boxed_layout{max-width:100%;}   .boxed_layout .forcefullwidth_wrapper_tp_banner{height: auto !important;}   header .cart, header .header_search{display: none;}   .scrollup{display:none !important;}   .tabbable .nav-tabs li{width:298px; border-right:1px solid #d3d3d3 !important;}   footer .widget_flickr .flickr_badge_image{width:87px; height: 87px;}   footer .inner .widget_flickr .flickr_badge_image:nth-child(3n+1){margin-right:0px !important;}   .clients_el.no .clients .item:nth-child(2), .clients_el.no .clients .item:nth-child(6){border-right:1px solid #ededed !important;}   .recent_news .news-carousel-item dl.style_2 dd{width:58%;}   .recent_news .news-carousel-item dl dd .read_right{padding-top:20px;}   .dl-horizontal dt{width:107px !important;}   .recent_news .news-carousel-item dl dd{width:56%;}   .recent_news .news-carousel-item dl{margin-bottom:30px;}   .dynamic_page_header{padding-top: 0px;}   aside .widget > ul{width:100%;}   header .right_search{display: none;}   .blog-article h1{line-height: 48px;}   #blogmasonry .blog-article.grid{width:265.3px;}    .blog-article.grid .info > li:nth-child(2){padding-left:12.7px !important;}   .page_header_yes #content{padding-top:50px !important;}   #faq-filter ul li{width:100%; border-right:none;}   .header_page.centered .centered_content{top:50%;} .single_testimonial .img_{width:40%; height:300px;display:none;}   .single_testimonial{border-right:1px solid #fff;}   .single_testimonial .content{width:90%; height:300px;}   .header_right_widgetized{display:none;}   #logo{    left:0;    -webkit-transform: translateX(0);    -moz-transform: translateX(0);    -ms-transform: translateX(0);    -o-transform: translateX(0);    transform: translateX(0);   }   header#header .row-fluid .span12{height:46px;}   .dynamic_page_header i{font-size:48px !important;}   .dynamic_page_header.style_1 h1{font-size:34px !important; line-height:40px !important;}   .tabbable .nav-tabs > li > a, .nav-pills > li > a{padding-left:10px; padding-right:10px;}   .services_list .btns a{margin-right:5px;}   .light .btn-system.primary_btn{padding:12px 15px;}   .after_logo{display:none;}   .carousel_blog li.blog-article{width:300px;}   .work_process{width:294px;}   aside ul{width:116%;}   .header_page.modern h1{font-size:48px; line-height:51px;}   #portfolio-preview-items.two-cols .portfolio-item, #portfolio-preview-items.three-cols .portfolio-item,  #portfolio-preview-items.four-cols .portfolio-item,  #portfolio-preview-items.five-cols .portfolio-item{width:300px;}   .portfolio-item.v1 .info p{height:39px;overflow:hidden;}   .portfolio-item.v1:hover .bg{height:100%;}   .aside .widget > ul{width:116%;}   aside .widget > ul li ul{width:107%;}    .side-nav{width:290px; }    .side-nav li a{padding-left:14px;}    .side-nav .page_item_has_children a{padding-left:17px;}    .side-nav .children li{width:245px;}    .side-nav .page_item_has_children .children{width:270px;}   .video-wrap{display:none;}  footer .inner .widget_flickr .flickr_badge_image:nth-child(5) { margin-bottom: 12px;}   .btn-system{margin-bottom:20px}  .full_testimonials .pagination{margin-top:20px;} }}@media (max-width: 979px) {  body {    padding-top: 0;  }  .navbar-fixed-top,  .navbar-fixed-bottom {    position: static;  }  .navbar-fixed-top {    margin-bottom: 20px;  }  .navbar-fixed-bottom {    margin-top: 20px;  }  .navbar-fixed-top .navbar-inner,  .navbar-fixed-bottom .navbar-inner {    padding: 5px;  }  .navbar .container {    width: auto;    padding: 0;  }  .navbar .brand {    padding-right: 10px;    padding-left: 10px;    margin: 0 0 0 -5px;  }  .nav-collapse {    clear: both;  }  .flexslider .bottom_shadow{display:none;}  .row-google-map .big_shadow{display:none;}  .nav-collapse .nav {    float: none;    margin: 0 0 10px;  }  .nav-collapse .nav > li {    float: none;  }  .nav-collapse .nav > li > a {    margin-bottom: 2px;  }  .nav-collapse .nav > .divider-vertical {    display: none;  }  .nav-collapse .nav .nav-header {    color: #777777;    text-shadow: none;  }  .nav-collapse .nav > li > a,  .nav-collapse .dropdown-menu a {    padding: 9px 15px;    font-weight: bold;    color: #777777;    -webkit-border-radius: 3px;       -moz-border-radius: 3px;            border-radius: 3px;  }  .nav-collapse .btn {    padding: 4px 10px 4px;    font-weight: normal;    -webkit-border-radius: 4px;       -moz-border-radius: 4px;            border-radius: 4px;  }  .nav-collapse .dropdown-menu li + li a {    margin-bottom: 2px;  }  .nav-collapse .nav > li > a:hover,  .nav-collapse .dropdown-menu a:hover {    background-color: #f2f2f2;  }  .navbar-inverse .nav-collapse .nav > li > a,  .navbar-inverse .nav-collapse .dropdown-menu a {    color: #999999;  }  .navbar-inverse .nav-collapse .nav > li > a:hover,  .navbar-inverse .nav-collapse .dropdown-menu a:hover {    background-color: #111111;  }  .nav-collapse.in .btn-group {    padding: 0;    margin-top: 5px;  }  .nav-collapse .dropdown-menu {    position: static;    top: auto;    left: auto;    display: none;    float: none;    max-width: none;    padding: 0;    margin: 0 15px;    background-color: transparent;    border: none;    -webkit-border-radius: 0;       -moz-border-radius: 0;            border-radius: 0;    -webkit-box-shadow: none;       -moz-box-shadow: none;            box-shadow: none;  }  .nav-collapse .open > .dropdown-menu {    display: block;  }  .nav-collapse .dropdown-menu:before,  .nav-collapse .dropdown-menu:after {    display: none;  }  .nav-collapse .dropdown-menu .divider {    display: none;  }  .nav-collapse .nav > li > .dropdown-menu:before,  .nav-collapse .nav > li > .dropdown-menu:after {    display: none;  }  .nav-collapse .navbar-form,  .nav-collapse .navbar-search {    float: none;    padding: 10px 15px;    margin: 10px 0;    border-top: 1px solid #f2f2f2;    border-bottom: 1px solid #f2f2f2;    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);  }  .navbar-inverse .nav-collapse .navbar-form,  .navbar-inverse .nav-collapse .navbar-search {    border-top-color: #111111;    border-bottom-color: #111111;  }  .navbar .nav-collapse .nav.pull-right {    float: none;    margin-left: 0;  }  .nav-collapse,  .nav-collapse.collapse {    height: 0;    overflow: hidden;  }   .navbar .btn-navbar {    display: block;  }  .navbar-static .navbar-inner {    padding-right: 10px;    padding-left: 10px;  }  .header_wrapper #navigation{display: none;}  .mobile_small_menu {display: block;}}@media (min-width: 980px) {  .nav-collapse.collapse {    height: auto !important;    overflow: visible !important;  }}@media (min-width: 981px) and (max-width: 1100px) {  .container{width:940px}  .clients .items{width:940px;}  .span12{width:940px;}  .span9{width:705px;}  .span6{width:460px;}  .span3{width:215px;}  .clients_el.no .clients .item{width:137px;}  #content .row > .span9 .container{width:705px;}  .tabbable .nav-tabs > li > a, .nav-pills > li > a{padding-left:5px; padding-right:5px;}  .services_small h4{font-size:14px;}  .services_slideshow_icon{margin-left:5px;}  .portfolio-item .categories{padding-left:14px; float:left; width:100%; padding-top:0;}  .portfolio-item h3{width:100%; float:left;padding-bottom:5px;}  .recent_news .news-carousel-item dl dd .read_right{width:100%;}  .recent_news .news-carousel-item dl dd{width:46%; margin-left:20px;}  .services_media h1{font-size:15px; padding-bottom: 16px}  .single_content iframe{width:940px;}  #blogmasonry .blog-article.grid{margin-left:107px;}  nav .themeple_custom_menu_mega_menu.themeple_mega5{right: -310px;}  #mc_signup_form .mc_input{width:134px;}  aside #s{width:98%;}  footer .widget_flickr .flickr_badge_image:nth-child(3n+1){margin-right:auto !important;}  footer .widget_flickr .flickr_badge_image{width:60px; height:68px;margin-right:9px; margin-bottom:9px;}  .tags_social .pull-right{float:left; margin-top:10px;} .clients .item{width:152px;}  aside .widget > ul{width:124%;}  .widget_recent_content .tabbable .nav-tabs > li > a{padding-left:11px; padding-right:11px;}  aside .visual iframe, footer .visual iframe, .visual iframe{width:116%;}  #portfolio-preview-items.two-cols .portfolio-item{width:460px;}  #portfolio-preview-items.three-cols .portfolio-item{width:300px;}  #portfolio-preview-items.four-cols .portfolio-item{width:220px;}  #portfolio-preview-items.five-cols .portfolio-item{width:220px;}  .layout-sidebar_right .portfolio-item, .layout-sidebar_left .portfolio-item{width:330px !important;}  .sidebar_right .span9 .container, .sidebar_left .span9 .container{width:705px;}  .right_search_container input[type="text"]{width:924px;}  nav .menu > li{padding-left:12px !important;} }.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.brandenergyresearch.com/wp-content/themes/solveto/fancybox/source/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/fancybox/source/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.brandenergyresearch.com/wp-content/themes/solveto/fancybox/source/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.brandenergyresearch.com/wp-content/themes/solveto/fancybox/source/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}

.he-wrap
{
position:relative;
zoom:1;
display: inline-block;
*display:inline;
position:relative;
}
.he-view,.he-zoom
{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
overflow:hidden;
visibility:hidden;
}
.he-zoom img
{
position:absolute;
top:0;
left:0;
}
.he-zoomstate
{
position:absolute;
bottom:0;
right:0;
background:#c00;
color:#fff;
border-radius:3px 0 0 0;
font-size:12px;
line-height:16px;
padding:0 4px;
box-shadow:-1px -1px 1px rgba(204,0,0,.3);
}
.he-view-show
{
visibility:visible;
}
.he-sliders
{
overflow:hidden;
}
.he-sliders img
{
display:none;
}
.he-sliders img:first-child
{
display:inline-block;
*display:inline;
*zoom:1;
}
.he-pre,.he-next
{
position:absolute;
top:50%;
left:0;
width:61px;
height:35px;
margin-top:-18px;
background:url(//www.brandenergyresearch.com/wp-content/themes/solveto/css/nav.png) no-repeat top left;
cursor:pointer;
}
.he-next
{
left:auto;
right:0;
background-position:top right;
}
.a0,.a1,.a2,.a3,.a4,.a5,.a6,.a7{
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: .6s;
-moz-animation-duration: .6s;
-ms-animation-duration: .6s;
-o-animation-duration: .6s;
animation-duration: .6s;
}
.a1
{
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s;
}
.a2
{
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-o-animation-delay: .4s;
animation-delay: .4s;
}
.a3
{
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
}
.a4
{
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
-o-animation-delay: .8s;
animation-delay: .8s;
}
.a5
{
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
.a6
{
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;
}
.a7
{
-webkit-animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
-o-animation-delay: 1.4s;
animation-delay: 1.4s;
}
@-webkit-keyframes flipInLeft {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity:0.5;
}
60% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
80% {
-webkit-transform: perspective(400px) rotateY(5deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInLeft {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity:0.5;
}
60% {
-moz-transform: perspective(400px) rotateY(-10deg);
}
80% {
-moz-transform: perspective(400px) rotateY(5deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInLeft {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity:0.5;
}
60% {
-o-transform: perspective(400px) rotateY(-10deg);
}
80% {
-o-transform: perspective(400px) rotateY(5deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInLeft {
0% {
transform: perspective(400px) rotateY(90deg);
opacity:0.5;
}
60% {
transform: perspective(400px) rotateY(-10deg);
}
80% {
transform: perspective(400px) rotateY(5deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInLeft {
-webkit-transform-style: preserve-3d;
-webkit-animation-name: flipInLeft;
-webkit-transform-origin: 0 50%;
-moz-transform-style: preserve-3d;
-moz-animation-name: flipInLeft;
-moz-transform-origin: 0 50%;
-o-transform-style: preserve-3d;
-o-animation-name: flipInLeft;
-o-transform-origin: 0 50%;
transform-style: preserve-3d;
animation-name: flipInLeft;
transform-origin: 0 50%;
}
@-webkit-keyframes flipInRight {
0% {
-webkit-transform: perspective(400px) rotateY(-90deg);
opacity:0.5;
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInRight {
0% {
-moz-transform: perspective(400px) rotateY(-90deg);
opacity:0.5;
}
60% {
-moz-transform: perspective(400px) rotateY(10deg);
}
80% {
-moz-transform: perspective(400px) rotateY(-5deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInRight {
0% {
-o-transform: perspective(400px) rotateY(-90deg);
opacity:0.5;
}
60% {
-o-transform: perspective(400px) rotateY(10deg);
}
80% {
-o-transform: perspective(400px) rotateY(-5deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInRight {
0% {
transform: perspective(400px) rotateY(-90deg);
opacity:0.5;
}
60% {
transform: perspective(400px) rotateY(10deg);
}
80% {
transform: perspective(400px) rotateY(-5deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInRight {
-webkit-transform-style: preserve-3d;
-webkit-animation-name: flipInRight;
-webkit-transform-origin: 100% 50%;
-moz-transform-style: preserve-3d;
-moz-animation-name: flipInRight;
-moz-transform-origin: 100% 50%;
-o-transform-style: preserve-3d;
-o-animation-name: flipInRight;
-o-transform-origin: 100% 50%;
transform-style: preserve-3d;
animation-name: flipInRight;
transform-origin: 100% 50%;
}
@-webkit-keyframes flipInDown {
0% {
-webkit-transform: perspective(400px) rotateX(-90deg);
opacity:0.5;
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInDown {
0% {
-moz-transform: perspective(400px) rotateX(-90deg);
opacity:0.5;
}
60% {
-moz-transform: perspective(400px) rotateX(10deg);
}
80% {
-moz-transform: perspective(400px) rotateX(-5deg);
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInDown {
0% {
-o-transform: perspective(400px) rotateX(-90deg);
opacity:0.5;
}
60% {
-o-transform: perspective(400px) rotateX(10deg);
}
80% {
-o-transform: perspective(400px) rotateX(-5deg);
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInDown {
0% {
transform: perspective(400px) rotateX(-90deg);
opacity:0.5;
}
60% {
transform: perspective(400px) rotateX(10deg);
}
80% {
transform: perspective(400px) rotateX(-5deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInDown {
-webkit-transform-style: preserve-3d;
-webkit-animation-name: flipInDown;
-webkit-transform-origin: 50% 0%;
-moz-transform-style: preserve-3d;
-moz-animation-name: flipInDown;
-moz-transform-origin: 50% 0%;
-o-transform-style: preserve-3d;
-o-animation-name: flipInDown;
-o-transform-origin: 50% 0%;
transform-style: preserve-3d;
animation-name: flipInDown;
transform-origin: 50% 0%;
}
@-webkit-keyframes flipInUp {
0% {
-webkit-transform: perspective(300px) rotateX(90deg);
opacity:0.5;
}
60% {
-webkit-transform: perspective(300px) rotateX(-10deg);
}
80% {
-webkit-transform: perspective(300px) rotateX(5deg);
}
100% {
-webkit-transform: perspective(300px) rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes flipInUp {
0% {
-webkit-transform: perspective(300px) rotateX(90deg);
opacity:0.5;
}
60% {
-webkit-transform: perspective(300px) rotateX(-10deg);
}
80% {
-webkit-transform: perspective(300px) rotateX(5deg);
}
100% {
-webkit-transform: perspective(300px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInUp {
0% {
-moz-transform: perspective(300px) rotateX(90deg);
opacity:0.5;
}
60% {
-moz-transform: perspective(300px) rotateX(-10deg);
}
80% {
-moz-transform: perspective(300px) rotateX(5deg);
}
100% {
-moz-transform: perspective(300px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInUp {
0% {
-o-transform: perspective(300px) rotateX(90deg);
opacity:0.5;
}
60% {
-o-transform: perspective(300px) rotateX(-10deg);
}
80% {
-o-transform: perspective(300px) rotateX(5deg);
}
100% {
-o-transform: perspective(300px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInUp {
0% {
transform: perspective(300px) rotateX(90deg);
opacity:0.5;
}
60% {
transform: perspective(300px) rotateX(-10deg);
}
80% {
transform: perspective(300px) rotateX(5deg);
}
100% {
transform: perspective(300px) rotateX(0deg);
opacity: 1;
}
}
.flipInUp {
-webkit-transform-style: preserve-3d;
-webkit-animation-name: flipInUp;
-webkit-transform-origin: 50% 100%;
-moz-transform-style: preserve-3d;
-moz-animation-name: flipInUp;
-moz-transform-origin: 50% 100%;
-o-transform-style: preserve-3d;
-o-animation-name: flipInUp;
-o-transform-origin: 50% 100%;
transform-style: preserve-3d;
animation-name: flipInUp;
transform-origin: 50% 100%;
}
.flipInV,flipInH {
-webkit-transform-style: preserve-3d;
-webkit-animation-name: flipInDown;
-webkit-transform-origin: 50% 50%;
-moz-transform-style: preserve-3d;
-moz-animation-name: flipInDown;
-moz-transform-origin: 50% 50%;
-o-transform-style: preserve-3d;
-o-animation-name: flipInDown;
-o-transform-origin: 50% 50%;
transform-style: preserve-3d;
animation-name: flipInDown;
transform-origin: 50% 50%;
}
.flipInH
{
-webkit-animation-name: flipInLeft;
-moz-animation-name: flipInLeft;
-o-animation-name: flipInLeft;
animation-name: flipInLeft;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes zoomIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes zoomIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes zoomIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
-moz-animation-name: zoomIn;
-o-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: .3;
-webkit-transform: scale(.4) translateX(-1000px);
}
70% {
opacity: 1;
-webkit-transform: scale(1.05);
}
90% {
-webkit-transform: scale(.95) translateX(0px);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes zoomInLeft {
0% {
opacity: .3;
-moz-transform: scale(.4) translateX(-1000px);
}
70% {
opacity: 1;
-moz-transform: scale(1.05);
}
90% {
-moz-transform: scale(.95) translateX(0px);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes zoomInLeft {
0% {
opacity: .3;
-o-transform: scale(.4) translateX(-1000px);
}
70% {
opacity: 1;
-o-transform: scale(1.05);
}
90% {
-o-transform: scale(.95) translateX(0px);
}
100% {
-o-transform: scale(1);
}
}
@keyframes zoomInLeft {
0% {
opacity: .3;
transform: scale(.4) translateX(-1000px);
}
70% {
opacity: 1;
transform: scale(1.05);
}
90% {
transform: scale(.95) translateX(0px);
}
100% {
transform: scale(1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
-moz-animation-name: zoomInLeft;
-o-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: .3;
-webkit-transform: scale(.4) translateX(1000px);
}
70% {
opacity: 1;
-webkit-transform: scale(1.05);
}
90% {
-webkit-transform: scale(.95) translateX(0px);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes zoomInRight {
0% {
opacity: .3;
-moz-transform: scale(.4) translateX(1000px);
}
70% {
opacity: 1;
-moz-transform: scale(1.05);
}
90% {
-moz-transform: scale(.95) translateX(0px);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes zoomInRight {
0% {
opacity: .3;
-o-transform: scale(.4) translateX(1000px);
}
70% {
opacity: 1;
-o-transform: scale(1.05);
}
90% {
-o-transform: scale(.95) translateX(0px);
}
100% {
-o-transform: scale(1);
}
}
@keyframes zoomInRight {
0% {
opacity: .3;
transform: scale(.4) translateX(1000px);
}
70% {
opacity: 1;
transform: scale(1.05);
}
90% {
transform: scale(.95) translateX(0px);
}
100% {
transform: scale(1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
-moz-animation-name: zoomInRight;
-o-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: .3;
-webkit-transform: scale(.4) translateY(-1000px);
}
70% {
opacity: 1;
-webkit-transform: scale(1.05);
}
90% {
-webkit-transform: scale(.95) translateY(0px);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes zoomInUp {
0% {
opacity: .3;
-moz-transform: scale(.4) translateY(-1000px);
}
70% {
opacity: 1;
-moz-transform: scale(1.05);
}
90% {
-moz-transform: scale(.95) translateY(0px);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes zoomInUp {
0% {
opacity: .3;
-o-transform: scale(.4) translateY(-1000px);
}
70% {
opacity: 1;
-o-transform: scale(1.05);
}
90% {
-o-transform: scale(.95) translateY(0px);
}
100% {
-o-transform: scale(1);
}
}
@keyframes zoomInUp {
0% {
opacity: .3;
transform: scale(.4) translateY(-1000px);
}
70% {
opacity: 1;
transform: scale(1.05);
}
90% {
transform: scale(.95) translateY(0px);
}
100% {
transform: scale(1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
-moz-animation-name: zoomInUp;
-o-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: .3;
-webkit-transform: scale(.4) translateY(1000px);
}
70% {
opacity: 1;
-webkit-transform: scale(1.05);
}
90% {
-webkit-transform: scale(.95) translateY(0px);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes zoomInDown {
0% {
opacity: .3;
-moz-transform: scale(.4) translateY(1000px);
}
70% {
opacity: 1;
-moz-transform: scale(1.05);
}
90% {
-moz-transform: scale(.95) translateY(0px);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes zoomInDown {
0% {
opacity: .3;
-o-transform: scale(.4) translateY(1000px);
}
70% {
opacity: 1;
-o-transform: scale(1.05);
}
90% {
-o-transform: scale(.95) translateY(0px);
}
100% {
-o-transform: scale(1);
}
}
@keyframes zoomInDown {
0% {
opacity: .3;
transform: scale(.4) translateY(1000px);
}
70% {
opacity: 1;
transform: scale(1.05);
}
90% {
transform: scale(.95) translateY(0px);
}
100% {
transform: scale(1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
-moz-animation-name: zoomInDown;
-o-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity:1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity:1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform:translateX(-100%);
}
100% {
opacity:1;
-webkit-transform:translateX(0%);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform:translateX(-100%);
}
100% {
opacity:1;
-moz-transform:translateX(0%);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform:translateX(-100%);
}
100% {
opacity:1;
-o-transform:translateX(0%);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform:translateX(-100%);
}
100% {
opacity:1;
transform:translateX(0%);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform:translateX(100%);
}
100% {
opacity:1;
-webkit-transform:translateX(0%);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform:translateX(100%);
}
100% {
opacity:1;
-moz-transform:translateX(0%);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform:translateX(100%);
}
100% {
opacity:1;
-o-transform:translateX(0%);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform:translateX(100%);
}
100% {
opacity:1;
transform:translateX(0%);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform:translateY(100%);
}
100% {
opacity:1;
-webkit-transform:translateY(0%);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform:translateY(100%);
}
100% {
opacity:1;
-moz-transform:translateY(0%);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform:translateY(100%);
}
100% {
opacity:1;
-o-transform:translateY(0%);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform:translateY(100%);
}
100% {
opacity:1;
transform:translateY(0%);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform:translateY(-100%);
}
100% {
opacity:1;
-webkit-transform:translateY(0%);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform:translateY(-100%);
}
100% {
opacity:1;
-moz-transform:translateY(0%);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform:translateY(-100%);
}
100% {
opacity:1;
-o-transform:translateY(0%);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform:translateY(-100%);
}
100% {
opacity:1;
transform:translateY(0%);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes rotateIn {
0% {
opacity: 0;
-webkit-transform:rotate(360deg) scale(.1);
}
100% {
opacity:1;
-webkit-transform:rotate(0deg) scale(1);
}
}
@-moz-keyframes rotateIn {
0% {
opacity: 0;
-moz-transform:rotate(360deg) scale(.1);
}
100% {
opacity:1;
-moz-transform:rotate(0deg) scale(1);
}
}
@-o-keyframes rotateIn {
0% {
opacity: 0;
-o-transform:rotate(360deg) scale(.1);
}
100% {
opacity:1;
-o-transform:rotate(0deg) scale(1);
}
}
@keyframes rotateIn {
0% {
opacity: 0;
transform:rotate(360deg) scale(.1);
}
100% {
opacity:1;
transform:rotate(0deg) scale(1);
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInLeft
{
0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rotateInLeft
{
0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rotateInLeft
{
0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rotateInLeft
{
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rotateInLeft {
-webkit-animation-name: rotateInLeft;
-moz-animation-name: rotateInLeft;
-o-animation-name: rotateInLeft;
animation-name: rotateInLeft;
}
@-webkit-keyframes rotateInRight
{
0% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); }
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rotateInRight
{
0% { opacity: 0; -moz-transform: translateX(100%) rotate(120deg); }
100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rotateInRight
{
0% { opacity: 0; -o-transform: translateX(100%) rotate(120deg); }
100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rotateInRight
{
0% { opacity: 0; transform: translateX(100%) rotate(120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rotateInRight {
-webkit-animation-name: rotateInRight;
-moz-animation-name: rotateInRight;
-o-animation-name: rotateInRight;
animation-name: rotateInRight;
}
@-webkit-keyframes rotateInUp
{
0% { opacity: 0; -webkit-transform: translateY(100%) rotate(-120deg); }
100% { opacity: 1; -webkit-transform: translateY(0px) rotate(0deg); }
}
@-moz-keyframes rotateInUp
{
0% { opacity: 0; -moz-transform: translateY(100%) rotate(-120deg); }
100% { opacity: 1; -moz-transform: translateY(0px) rotate(0deg); }
}
@-o-keyframes rotateInUp
{
0% { opacity: 0; -o-transform: translateY(100%) rotate(-120deg); }
100% { opacity: 1; -o-transform: translateY(0px) rotate(0deg); }
}
@keyframes rotateInUp
{
0% { opacity: 0; transform: translateY(100%) rotate(-120deg); }
100% { opacity: 1; transform: translateY(0px) rotate(0deg); }
}
.rotateInUp {
-webkit-animation-name: rotateInUp;
-moz-animation-name: rotateInUp;
-o-animation-name: rotateInUp;
animation-name: rotateInUp;
}
@-webkit-keyframes rotateInDown
{
0% { opacity: 0; -webkit-transform: translateY(-100%) rotate(120deg); }
100% { opacity: 1; -webkit-transform: translateY(0px) rotate(0deg); }
}
@-moz-keyframes rotateInDown
{
0% { opacity: 0; -moz-transform: translateY(-100%) rotate(120deg); }
100% { opacity: 1; -moz-transform: translateY(0px) rotate(0deg); }
}
@-o-keyframes rotateInDown
{
0% { opacity: 0; -o-transform: translateY(-100%) rotate(120deg); }
100% { opacity: 1; -o-transform: translateY(0px) rotate(0deg); }
}
@keyframes rotateInDown
{
0% { opacity: 0; transform: translateY(-100%) rotate(120deg); }
100% { opacity: 1; transform: translateY(0px) rotate(0deg); }
}
.rotateInDown {
-webkit-animation-name: rotateInDown;
-moz-animation-name: rotateInDown;
-o-animation-name: rotateInDown;
animation-name: rotateInDown;
}
@-webkit-keyframes jellyInDown {
0% {
-webkit-transform:translateY(-1000px);
opacity:0;
}
40% {
-webkit-transform:translateY(0px);
opacity:1;
}
50% {
-webkit-transform:scale(1.1, .9);
}
60% {
-webkit-transform:scale(.95, 1.05);
}
70% {
-webkit-transform:scale(1.05, .95);
}
80% {
-webkit-transform:scale(.98, 1.02);
}
90% {
-webkit-transform:scale(1.02, .98);
}
100% {
-webkit-transform:scale(1);
}
}
@-moz-keyframes jellyInDown {
0% {
-moz-transform:translateY(-1000px);
opacity:0;
}
40% {
-moz-transform:translateY(0px);
opacity:1;
}
50% {
-moz-transform:scale(1.1, .9);
}
60% {
-moz-transform:scale(.95, 1.05);
}
70% {
-moz-transform:scale(1.05, .95);
}
80% {
-moz-transform:scale(.98, 1.02);
}
90% {
-moz-transform:scale(1.02, .98);
}
100% {
-moz-transform:scale(1);
}
}
@-o-keyframes jellyInDown {
0% {
-o-transform:translateY(-1000px);
opacity:0;
}
40% {
-o-transform:translateY(0px);
opacity:1;
}
50% {
-o-transform:scale(1.1, .9);
}
60% {
-o-transform:scale(.95, 1.05);
}
70% {
-o-transform:scale(1.05, .95);
}
80% {
-o-transform:scale(.98, 1.02);
}
90% {
-o-transform:scale(1.02, .98);
}
100% {
-o-transform:scale(1);
}
}
@keyframes jellyInDown {
0% {
transform:translateY(-1000px);
opacity:0;
}
40% {
transform:translateY(0px);
opacity:1;
}
50% {
transform:scale(1.1, .9);
}
60% {
transform:scale(.95, 1.05);
}
70% {
transform:scale(1.05, .95);
}
80% {
transform:scale(.98, 1.02);
}
90% {
transform:scale(1.02, .98);
}
100% {
transform:scale(1);
}
}
.jellyInDown {
-webkit-animation-name: jellyInDown;
-webkit-transform-origin:50% 100%;
-moz-animation-name: jellyInDown;
-moz-transform-origin:50% 100%;
-o-animation-name: jellyInDown;
-o-transform-origin:50% 100%;
animation-name: jellyInDown;
transform-origin:50% 100%;
}
@-webkit-keyframes jellyInUp {
0% {
-webkit-transform:translateY(1000px);
opacity:0;
}
40% {
-webkit-transform:translateY(0px);
opacity:1;
}
50% {
-webkit-transform:scale(1.1, .9);
}
60% {
-webkit-transform:scale(.95, 1.05);
}
70% {
-webkit-transform:scale(1.05, .95);
}
80% {
-webkit-transform:scale(.98, 1.02);
}
90% {
-webkit-transform:scale(1.02, .98);
}
100% {
-webkit-transform:scale(1);
}
}
@-moz-keyframes jellyInUp {
0% {
-moz-transform:translateY(1000px);
opacity:0;
}
40% {
-moz-transform:translateY(0px);
opacity:1;
}
50% {
-moz-transform:scale(1.1, .9);
}
60% {
-moz-transform:scale(.95, 1.05);
}
70% {
-moz-transform:scale(1.05, .95);
}
80% {
-moz-transform:scale(.98, 1.02);
}
90% {
-moz-transform:scale(1.02, .98);
}
100% {
-moz-transform:scale(1);
}
}
@-o-keyframes jellyInUp {
0% {
-o-transform:translateY(1000px);
opacity:0;
}
40% {
-o-transform:translateY(0px);
opacity:1;
}
50% {
-o-transform:scale(1.1, .9);
}
60% {
-o-transform:scale(.95, 1.05);
}
70% {
-o-transform:scale(1.05, .95);
}
80% {
-o-transform:scale(.98, 1.02);
}
90% {
-o-transform:scale(1.02, .98);
}
100% {
-o-transform:scale(1);
}
}
@keyframes jellyInUp {
0% {
transform:translateY(1000px);
opacity:0;
}
40% {
transform:translateY(0px);
opacity:1;
}
50% {
transform:scale(1.1, .9);
}
60% {
transform:scale(.95, 1.05);
}
70% {
transform:scale(1.05, .95);
}
80% {
transform:scale(.98, 1.02);
}
90% {
transform:scale(1.02, .98);
}
100% {
transform:scale(1);
}
}
.jellyInUp {
-webkit-animation-name: jellyInUp;
-webkit-transform-origin:50% 0%;
-moz-animation-name: jellyInUp;
-moz-transform-origin:50% 0%;
-o-animation-name: jellyInUp;
-o-transform-origin:50% 0%;
animation-name: jellyInUp;
transform-origin:50% 0%;
}
@-webkit-keyframes jellyInLeft {
0% {
-webkit-transform:translateX(-1000px);
opacity:0;
}
40% {
-webkit-transform:translateX(0px);
opacity:1;
}
50% {
-webkit-transform:scale(.9, 1.1);
}
60% {
-webkit-transform:scale(1.05, .95);
}
70% {
-webkit-transform:scale(.95, 1.05);
}
80% {
-webkit-transform:scale(1.02, .98);
}
90% {
-webkit-transform:scale(.98, 1.02);
}
100% {
-webkit-transform:scale(1);
}
}
@-moz-keyframes jellyInLeft {
0% {
-moz-transform:translateX(-1000px);
opacity:0;
}
40% {
-moz-transform:translateX(0px);
opacity:1;
}
50% {
-moz-transform:scale(.9, 1.1);
}
60% {
-moz-transform:scale(1.05, .95);
}
70% {
-moz-transform:scale(.95, 1.05);
}
80% {
-moz-transform:scale(1.02, .98);
}
90% {
-moz-transform:scale(.98, 1.02);
}
100% {
-moz-transform:scale(1);
}
}
@-o-keyframes jellyInLeft {
0% {
-o-transform:translateX(-1000px);
opacity:0;
}
40% {
-o-transform:translateX(0px);
opacity:1;
}
50% {
-o-transform:scale(.9, 1.1);
}
60% {
-o-transform:scale(1.05, .95);
}
70% {
-o-transform:scale(.95, 1.05);
}
80% {
-o-transform:scale(1.02, .98);
}
90% {
-o-transform:scale(.98, 1.02);
}
100% {
-o-transform:scale(1);
}
}
@keyframes jellyInLeft {
0% {
transform:translateX(-1000px);
opacity:0;
}
40% {
transform:translateX(0px);
opacity:1;
}
50% {
transform:scale(.9, 1.1);
}
60% {
transform:scale(1.05, .95);
}
70% {
transform:scale(.95, 1.05);
}
80% {
transform:scale(1.02, .98);
}
90% {
transform:scale(.98, 1.02);
}
100% {
transform:scale(1);
}
}
.jellyInLeft {
-webkit-animation-name: jellyInLeft;
-webkit-transform-origin:100% 50%;
-moz-animation-name: jellyInLeft;
-moz-transform-origin:100% 50%;
-o-animation-name: jellyInLeft;
-o-transform-origin:100% 50%;
animation-name: jellyInLeft;
transform-origin:100% 50%;
}
@-webkit-keyframes jellyInRight {
0% {
-webkit-transform:translateX(1000px);
opacity:0;
}
40% {
-webkit-transform:translateX(0px);
opacity:1;
}
50% {
-webkit-transform:scale(.9, 1.1);
}
60% {
-webkit-transform:scale(1.05, .95);
}
70% {
-webkit-transform:scale(.95, 1.05);
}
80% {
-webkit-transform:scale(1.02, .98);
}
90% {
-webkit-transform:scale(.98, 1.02);
}
100% {
-webkit-transform:scale(1);
}
}
@-moz-keyframes jellyInRight {
0% {
-moz-transform:translateX(1000px);
opacity:0;
}
40% {
-moz-transform:translateX(0px);
opacity:1;
}
50% {
-moz-transform:scale(.9, 1.1);
}
60% {
-moz-transform:scale(1.05, .95);
}
70% {
-moz-transform:scale(.95, 1.05);
}
80% {
-moz-transform:scale(1.02, .98);
}
90% {
-moz-transform:scale(.98, 1.02);
}
100% {
-moz-transform:scale(1);
}
}
@-o-keyframes jellyInRight {
0% {
-o-transform:translateX(1000px);
opacity:0;
}
40% {
-o-transform:translateX(0px);
opacity:1;
}
50% {
-o-transform:scale(.9, 1.1);
}
60% {
-o-transform:scale(1.05, .95);
}
70% {
-o-transform:scale(.95, 1.05);
}
80% {
-o-transform:scale(1.02, .98);
}
90% {
-o-transform:scale(.98, 1.02);
}
100% {
-o-transform:scale(1);
}
}
@keyframes jellyInRight {
0% {
transform:translateX(1000px);
opacity:0;
}
40% {
transform:translateX(0px);
opacity:1;
}
50% {
transform:scale(.9, 1.1);
}
60% {
transform:scale(1.05, .95);
}
70% {
transform:scale(.95, 1.05);
}
80% {
transform:scale(1.02, .98);
}
90% {
transform:scale(.98, 1.02);
}
100% {
transform:scale(1);
}
}
.jellyInRight {
-webkit-animation-name: jellyInRight;
-webkit-transform-origin:0% 50%;
-moz-animation-name: jellyInRight;
-moz-transform-origin:0% 50%;
-o-animation-name: jellyInRight;
-o-transform-origin:0% 50%;
animation-name: jellyInRight;
transform-origin:0% 50%;
}
@-webkit-keyframes bounceInLeft {
0% {
-webkit-transform:translateX(-1000px);
}
34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateX(0px);
}
52% {
-webkit-transform:translateX(-24px);
-webkit-animation-timing-function:ease-in;
}
70% {
-webkit-transform:translateX(0px);
-webkit-animation-timing-function:ease-out;
}
79% {
-webkit-transform:translateX(-8px);
-webkit-animation-timing-function:ease-in;
}
88% {
-webkit-transform:translateX(0px);
-webkit-animation-timing-function:ease-out;
}
94% {
-webkit-transform:translateX(-3px);
-webkit-animation-timing-function:ease-in;
}
100% {
-webkit-transform:translateX(0px);
}
}
@-moz-keyframes bounceInLeft {
0% {
-moz-transform:translateX(-1000px);
}
34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateX(0px);
}
52% {
-moz-transform:translateX(-24px);
-moz-animation-timing-function:ease-in;
}
70% {
-moz-transform:translateX(0px);
-moz-animation-timing-function:ease-out;
}
79% {
-moz-transform:translateX(-8px);
-moz-animation-timing-function:ease-in;
}
88% {
-moz-transform:translateX(0px);
-moz-animation-timing-function:ease-out;
}
94% {
-moz-transform:translateX(-3px);
-moz-animation-timing-function:ease-in;
}
100% {
-moz-transform:translateX(0px);
}
}
@-o-keyframes bounceInLeft {
0% {
-o-transform:translateX(-1000px);
}
34% {
-o-animation-timing-function:ease-out;
-o-transform:translateX(0px);
}
52% {
-o-transform:translateX(-24px);
-o-animation-timing-function:ease-in;
}
70% {
-o-transform:translateX(0px);
-o-animation-timing-function:ease-out;
}
79% {
-o-transform:translateX(-8px);
-o-animation-timing-function:ease-in;
}
88% {
-o-transform:translateX(0px);
-o-animation-timing-function:ease-out;
}
94% {
-o-transform:translateX(-3px);
-o-animation-timing-function:ease-in;
}
100% {
-o-transform:translateX(0px);
}
}
@keyframes bounceInLeft {
0% {
transform:translateX(-1000px);
}
34% {
animation-timing-function:ease-out;
transform:translateX(0px);
}
52% {
transform:translateX(-24px);
animation-timing-function:ease-in;
}
70% {
transform:translateX(0px);
animation-timing-function:ease-out;
}
79% {
transform:translateX(-8px);
animation-timing-function:ease-in;
}
88% {
transform:translateX(0px);
animation-timing-function:ease-out;
}
94% {
transform:translateX(-3px);
animation-timing-function:ease-in;
}
100% {
transform:translateX(0px);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
-webkit-transform:translateX(1000px);
}
34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateX(0px);
}
52% {
-webkit-transform:translateX(24px);
-webkit-animation-timing-function:ease-in;
}
70% {
-webkit-transform:translateX(0px);
-webkit-animation-timing-function:ease-out;
}
79% {
-webkit-transform:translateX(8px);
-webkit-animation-timing-function:ease-in;
}
88% {
-webkit-transform:translateX(0px);
-webkit-animation-timing-function:ease-out;
}
94% {
-webkit-transform:translateX(3px);
-webkit-animation-timing-function:ease-in;
}
100% {
-webkit-transform:translateX(0px);
}
}
@-moz-keyframes bounceInRight {
0% {
-moz-transform:translateX(1000px);
}
34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateX(0px);
}
52% {
-moz-transform:translateX(24px);
-moz-animation-timing-function:ease-in;
}
70% {
-moz-transform:translateX(0px);
-moz-animation-timing-function:ease-out;
}
79% {
-moz-transform:translateX(8px);
-moz-animation-timing-function:ease-in;
}
88% {
-moz-transform:translateX(0px);
-moz-animation-timing-function:ease-out;
}
94% {
-moz-transform:translateX(3px);
-moz-animation-timing-function:ease-in;
}
100% {
-moz-transform:translateX(0px);
}
}
@-o-keyframes bounceInRight {
0% {
-o-transform:translateX(1000px);
}
34% {
-o-animation-timing-function:ease-out;
-o-transform:translateX(0px);
}
52% {
-o-transform:translateX(24px);
-o-animation-timing-function:ease-in;
}
70% {
-o-transform:translateX(0px);
-o-animation-timing-function:ease-out;
}
79% {
-o-transform:translateX(8px);
-o-animation-timing-function:ease-in;
}
88% {
-o-transform:translateX(0px);
-o-animation-timing-function:ease-out;
}
94% {
-o-transform:translateX(3px);
-o-animation-timing-function:ease-in;
}
100% {
-o-transform:translateX(0px);
}
}
@keyframes bounceInRight {
0% {
transform:translateX(1000px);
}
34% {
animation-timing-function:ease-out;
transform:translateX(0px);
}
52% {
transform:translateX(24px);
animation-timing-function:ease-in;
}
70% {
transform:translateX(0px);
animation-timing-function:ease-out;
}
79% {
transform:translateX(8px);
animation-timing-function:ease-in;
}
88% {
transform:translateX(0px);
animation-timing-function:ease-out;
}
94% {
transform:translateX(3px);
animation-timing-function:ease-in;
}
100% {
transform:translateX(0px);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
-webkit-transform:translateY(1000px);
}
34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateY(0px);
}
52% {
-webkit-transform:translateY(24px);
-webkit-animation-timing-function:ease-in;
}
70% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
79% {
-webkit-transform:translateY(8px);
-webkit-animation-timing-function:ease-in;
}
88% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
94% {
-webkit-transform:translateY(3px);
-webkit-animation-timing-function:ease-in;
}
100% {
-webkit-transform:translateY(0px);
}
}
@-moz-keyframes bounceInUp {
0% {
-moz-transform:translateY(1000px);
}
34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateY(0px);
}
52% {
-moz-transform:translateY(24px);
-moz-animation-timing-function:ease-in;
}
70% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
79% {
-moz-transform:translateY(8px);
-moz-animation-timing-function:ease-in;
}
88% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
94% {
-moz-transform:translateY(3px);
-moz-animation-timing-function:ease-in;
}
100% {
-moz-transform:translateY(0px);
}
}
@-o-keyframes bounceInUp {
0% {
-o-transform:translateY(1000px);
}
34% {
-o-animation-timing-function:ease-out;
-o-transform:translateY(0px);
}
52% {
-o-transform:translateY(24px);
-o-animation-timing-function:ease-in;
}
70% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
79% {
-o-transform:translateY(8px);
-o-animation-timing-function:ease-in;
}
88% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
94% {
-o-transform:translateY(3px);
-o-animation-timing-function:ease-in;
}
100% {
-o-transform:translateY(0px);
}
}
@keyframes bounceInUp {
0% {
transform:translateY(1000px);
}
34% {
animation-timing-function:ease-out;
transform:translateY(0px);
}
52% {
transform:translateY(24px);
animation-timing-function:ease-in;
}
70% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
79% {
transform:translateY(8px);
animation-timing-function:ease-in;
}
88% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
94% {
transform:translateY(3px);
animation-timing-function:ease-in;
}
100% {
transform:translateY(0px);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
-webkit-transform:translateY(-1000px);
}
34% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateY(0px);
}
52% {
-webkit-transform:translateY(-24px);
-webkit-animation-timing-function:ease-in;
}
70% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
79% {
-webkit-transform:translateY(-8px);
-webkit-animation-timing-function:ease-in;
}
88% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
94% {
-webkit-transform:translateY(-3px);
-webkit-animation-timing-function:ease-in;
}
100% {
-webkit-transform:translateY(0px);
}
}
@-moz-keyframes bounceInDown {
0% {
-moz-transform:translateY(-1000px);
}
34% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateY(0px);
}
52% {
-moz-transform:translateY(-24px);
-moz-animation-timing-function:ease-in;
}
70% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
79% {
-moz-transform:translateY(-8px);
-moz-animation-timing-function:ease-in;
}
88% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
94% {
-moz-transform:translateY(-3px);
-moz-animation-timing-function:ease-in;
}
100% {
-moz-transform:translateY(0px);
}
}
@-o-keyframes bounceInDown {
0% {
-o-transform:translateY(-1000px);
}
34% {
-o-animation-timing-function:ease-out;
-o-transform:translateY(0px);
}
52% {
-o-transform:translateY(-24px);
-o-animation-timing-function:ease-in;
}
70% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
79% {
-o-transform:translateY(-8px);
-o-animation-timing-function:ease-in;
}
88% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
94% {
-o-transform:translateY(-3px);
-o-animation-timing-function:ease-in;
}
100% {
-o-transform:translateY(0px);
}
}
@keyframes bounceInDown {
0% {
transform:translateY(-1000px);
}
34% {
animation-timing-function:ease-out;
transform:translateY(0px);
}
52% {
transform:translateY(-24px);
animation-timing-function:ease-in;
}
70% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
79% {
transform:translateY(-8px);
animation-timing-function:ease-in;
}
88% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
94% {
transform:translateY(-3px);
animation-timing-function:ease-in;
}
100% {
transform:translateY(0px);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounce {
0% {
-webkit-animation-timing-function:ease-out;
-webkit-transform:translateY(0px);
}
37% {
-webkit-transform:translateY(-24px);
-webkit-animation-timing-function:ease-in;
}
54% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
68% {
-webkit-transform:translateY(-8px);
-webkit-animation-timing-function:ease-in;
}
82% {
-webkit-transform:translateY(0px);
-webkit-animation-timing-function:ease-out;
}
91% {
-webkit-transform:translateY(-3px);
-webkit-animation-timing-function:ease-in;
}
100% {
-webkit-transform:translateY(0px);
}
}
@-moz-keyframes bounce {
0% {
-moz-animation-timing-function:ease-out;
-moz-transform:translateY(0px);
}
37% {
-moz-transform:translateY(-24px);
-moz-animation-timing-function:ease-in;
}
54% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
68% {
-moz-transform:translateY(-8px);
-moz-animation-timing-function:ease-in;
}
82% {
-moz-transform:translateY(0px);
-moz-animation-timing-function:ease-out;
}
91% {
-moz-transform:translateY(-3px);
-moz-animation-timing-function:ease-in;
}
100% {
-moz-transform:translateY(0px);
}
}
@-o-keyframes bounce {
0% {
-o-animation-timing-function:ease-out;
-o-transform:translateY(0px);
}
37% {
-o-transform:translateY(-24px);
-o-animation-timing-function:ease-in;
}
54% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
68% {
-o-transform:translateY(-8px);
-o-animation-timing-function:ease-in;
}
82% {
-o-transform:translateY(0px);
-o-animation-timing-function:ease-out;
}
91% {
-o-transform:translateY(-3px);
-o-animation-timing-function:ease-in;
}
100% {
-o-transform:translateY(0px);
}
}
@keyframes bounce {
0% {
animation-timing-function:ease-out;
transform:translateY(0px);
}
37% {
transform:translateY(-24px);
animation-timing-function:ease-in;
}
54% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
68% {
transform:translateY(-8px);
animation-timing-function:ease-in;
}
82% {
transform:translateY(0px);
animation-timing-function:ease-out;
}
91% {
transform:translateY(-3px);
animation-timing-function:ease-in;
}
100% {
transform:translateY(0px);
}
}
.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes elasticInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-1000px);
-webkit-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-webkit-animation-timing-function:ease-in-out;
}
80% {
-webkit-transform: translateX(-10px);
-webkit-animation-timing-function:ease-in-out;
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes elasticInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-1000px);
-moz-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
-moz-animation-timing-function:ease-in-out;
}
80% {
-moz-transform: translateX(-10px);
-moz-animation-timing-function:ease-in-out;
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes elasticInLeft {
0% {
opacity: 0;
-o-transform: translateX(-1000px);
-o-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-o-transform: translateX(30px);
-o-animation-timing-function:ease-in-out;
}
80% {
-o-transform: translateX(-10px);
-o-animation-timing-function:ease-in-out;
}
100% {
-o-transform: translateX(0);
}
}
@keyframes elasticInLeft {
0% {
opacity: 0;
transform: translateX(-1000px);
animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
transform: translateX(30px);
animation-timing-function:ease-in-out;
}
80% {
transform: translateX(-10px);
animation-timing-function:ease-in-out;
}
100% {
transform: translateX(0);
}
}
.elasticInLeft {
-webkit-animation-name: elasticInLeft;
-moz-animation-name: elasticInLeft;
-o-animation-name: elasticInLeft;
animation-name: elasticInLeft;
}
@-webkit-keyframes elasticInRight {
0% {
opacity: 0;
-webkit-transform: translateX(1000px);
-webkit-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-webkit-animation-timing-function:ease-in-out;
}
80% {
-webkit-transform: translateX(10px);
-webkit-animation-timing-function:ease-in-out;
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes elasticInRight {
0% {
opacity: 0;
-moz-transform: translateX(1000px);
-moz-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
-moz-animation-timing-function:ease-in-out;
}
80% {
-moz-transform: translateX(10px);
-moz-animation-timing-function:ease-in-out;
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes elasticInRight {
0% {
opacity: 0;
-o-transform: translateX(1000px);
-o-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
-o-animation-timing-function:ease-in-out;
}
80% {
-o-transform: translateX(10px);
-o-animation-timing-function:ease-in-out;
}
100% {
-o-transform: translateX(0);
}
}
@keyframes elasticInRight {
0% {
opacity: 0;
transform: translateX(1000px);
animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
transform: translateX(-30px);
animation-timing-function:ease-in-out;
}
80% {
transform: translateX(10px);
animation-timing-function:ease-in-out;
}
100% {
transform: translateX(0);
}
}
.elasticInRight {
-webkit-animation-name: elasticInRight;
-moz-animation-name: elasticInRight;
-o-animation-name: elasticInRight;
animation-name: elasticInRight;
}
@-webkit-keyframes elasticInUp {
0% {
opacity: 0;
-webkit-transform: translateY(1000px);
-webkit-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-webkit-animation-timing-function:ease-in-out;
}
80% {
-webkit-transform: translateY(10px);
-webkit-animation-timing-function:ease-in-out;
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes elasticInUp {
0% {
opacity: 0;
-moz-transform: translateY(1000px);
-moz-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
-moz-animation-timing-function:ease-in-out;
}
80% {
-moz-transform: translateY(10px);
-moz-animation-timing-function:ease-in-out;
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes elasticInUp {
0% {
opacity: 0;
-o-transform: translateY(1000px);
-o-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
-o-animation-timing-function:ease-in-out;
}
80% {
-o-transform: translateY(10px);
-o-animation-timing-function:ease-in-out;
}
100% {
-o-transform: translateY(0);
}
}
@keyframes elasticInUp {
0% {
opacity: 0;
transform: translateY(1000px);
animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
transform: translateY(-30px);
animation-timing-function:ease-in-out;
}
80% {
transform: translateY(10px);
animation-timing-function:ease-in-out;
}
100% {
transform: translateY(0);
}
}
.elasticInUp {
-webkit-animation-name: elasticInUp;
-moz-animation-name: elasticInUp;
-o-animation-name: elasticInUp;
animation-name: elasticInUp;
}
@-webkit-keyframes elasticInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-1000px);
-webkit-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-webkit-animation-timing-function:ease-in-out;
}
80% {
-webkit-transform: translateY(-10px);
-webkit-animation-timing-function:ease-in-out;
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes elasticInDown {
0% {
opacity: 0;
-moz-transform: translateY(-1000px);
-moz-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
-moz-animation-timing-function:ease-in-out;
}
80% {
-moz-transform: translateY(-10px);
-moz-animation-timing-function:ease-in-out;
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes elasticInDown {
0% {
opacity: 0;
-o-transform: translateY(-1000px);
-o-animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
-o-transform: translateY(30px);
-o-animation-timing-function:ease-in-out;
}
80% {
-o-transform: translateY(-10px);
-o-animation-timing-function:ease-in-out;
}
100% {
-o-transform: translateY(0);
}
}
@keyframes elasticInDown {
0% {
opacity: 0;
transform: translateY(-1000px);
animation-timing-function:ease-in-out;
}
60% {
opacity: 1;
transform: translateY(30px);
animation-timing-function:ease-in-out;
}
80% {
transform: translateY(-10px);
animation-timing-function:ease-in-out;
}
100% {
transform: translateY(0);
}
}
.elasticInDown {
-webkit-animation-name: elasticInDown;
-moz-animation-name: elasticInDown;
-o-animation-name: elasticInDown;
animation-name: elasticInDown;
}
@-webkit-keyframes shake
{
10%
{
-webkit-transform:translateX(7px);
}
30%
{
-webkit-transform:translateX(-7px);
}
50%
{
-webkit-transform:translateX(5px);
}
70%
{
-webkit-transform:translateX(-5px);
}
90%
{
-webkit-transform:translateX(3px);
}
100%
{
-webkit-transform:translateX(0px);
}
}
@-moz-keyframes shake
{
10%
{
-moz-transform:translateX(7px);
}
30%
{
-moz-transform:translateX(-7px);
}
50%
{
-moz-transform:translateX(5px);
}
70%
{
-moz-transform:translateX(-5px);
}
90%
{
-moz-transform:translateX(3px);
}
100%
{
-moz-transform:translateX(0px);
}
}
@-o-keyframes shake
{
10%
{
-o-transform:translateX(7px);
}
30%
{
-o-transform:translateX(-7px);
}
50%
{
-o-transform:translateX(5px);
}
70%
{
-o-transform:translateX(-5px);
}
90%
{
-o-transform:translateX(3px);
}
100%
{
-o-transform:translateX(0px);
}
}
@keyframes shake
{
10%
{
transform:translateX(7px);
}
30%
{
transform:translateX(-7px);
}
50%
{
transform:translateX(5px);
}
70%
{
transform:translateX(-5px);
}
90%
{
transform:translateX(3px);
}
100%
{
transform:translateX(0px);
}
}
.shake
{
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes pendulum
{
10% { -webkit-transform: rotate(15deg); }	
30% { -webkit-transform: rotate(-10deg); }
50% { -webkit-transform: rotate(5deg); }	
70% { -webkit-transform: rotate(-5deg); }
90%{ -webkit-transform: rotate(2deg);}
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes pendulum
{
10% { -moz-transform: rotate(15deg); }	
30% { -moz-transform: rotate(-10deg); }
50% { -moz-transform: rotate(5deg); }	
70% { -moz-transform: rotate(-5deg); }
90%{ -moz-transform: rotate(2deg);}
100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes pendulum
{
10% { -o-transform: rotate(15deg); }	
30% { -o-transform: rotate(-10deg); }
50% { -o-transform: rotate(5deg); }	
70% { -o-transform: rotate(-5deg); }
90%{ -o-transform: rotate(2deg);}
100% { -o-transform: rotate(0deg); }
}
@keyframes pendulum
{
10% { transform: rotate(15deg); }	
30% { transform: rotate(-10deg); }
50% { transform: rotate(5deg); }	
70% { transform: rotate(-5deg); }
90%{ transform: rotate(2deg);}
100% { transform: rotate(0deg); }
}
.pendulum
{
-webkit-animation-name: pendulum;
-moz-animation-name: pendulum;
-o-animation-name: pendulum;
animation-name: pendulum;
}@font-face {
font-family: 'moon';
src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/moon.eot);
src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/moon.eot?#iefix) format('embedded-opentype'),
url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/moon.svg#moon) format('svg'),
url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/moon.woff) format('woff'),
url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/moon.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
a [class*="moon-"], a [class*=" moon-"]{
cursor:pointer;
outline: 0 !important;
}
[class*="moon-"], [class*=" moon-"]{
cursor:default;
}
[class*="moon-"]:before, [class*=" moon-"]:before {
font-family: 'moon';
speak: none;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration:none;
-webkit-font-smoothing: antialiased;
}
ul.icons {list-style:none !important;}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
@keyframes anim-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.spinner--steps {
animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
animation: anim-rotate 1s infinite steps(12);
}
.icon-spin {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
width:30px;
}
.hover-fade{
padding:0 5px;
opacity:1; 
filter:alpha(opacity=100); -webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
#header-widget-area .textwidget a:last-child .hover-fade{padding-right:0;}
.hover-fade:hover{
opacity:0.65; 
filter:alpha(opacity=65); -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.icon-background, .metro-background {
color: #fff;
display: inline-block;
padding: 0.09em 0 0;
overflow: hidden;
max-width: 2.4em;
padding-right: 0;
max-height: 2.09em;
text-align: center;
text-decoration: none;
white-space: nowrap;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.icon-background{
border: 1px solid #777;
border-color: rgba(0,0,0,0.2);
border-bottom-color: #333;
border-bottom-color: rgba(0,0,0,0.4);
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(49%,rgba(255,255,255,0.05)), color-stop(51%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.1)));
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 );
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: .3em;
}
.icon-background:before, .metro-background:before {content: "";
float: left;
font-size: 120%;
line-height:1.65;
font-style: normal;
font-weight: normal;
margin: 0 0.5em 0 0;
text-align: center;
text-decoration: none;
text-transform: none;
padding: 0;
width: 2em;
height: 2em;
border: none;
box-shadow: none;	
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.hover-show-color{
padding:0 6px;
color:#ccc !important;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
#header-widget-area .textwidget a:last-child .hover-show-color{padding-right:0;}
.hover-show-color:hover{	
color:inherit !important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hover-show-color-bg{
color:#666 !important;
border: 1px solid #aaa;
border-color: rgba(0,0,0,0.3);
border-bottom-color: #777;
border-bottom-color: rgba(0,0,0,0.5);	
text-shadow: 0 1px 0 #fff;
background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.07) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.07)));
background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#12000000',GradientType=0 );
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
}
.hover-show-color-bg:hover{	
color:inherit !important;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.hover-show-color-metro-bg{
color:#B5B5B5 !important;
background-color:#F7F7F7;
margin-bottom: -5px;
margin-left:-1px;
}
.hover-show-color-metro-bg.moon-dribbble-3 {margin-right:-1px;}
.hover-show-color-metro-bg:hover{	
color:#fff !important;
background-color:inherit !important;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg); }
100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg); }
100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
.icon-spin {
height: .9em;
}
}
.icon-spinner:before, .icon-spinner-2:before, .icon-spinner-3:before, .icon-spinner-4:before, .icon-spinner-5:before, .icon-spinner-6, .icon-spinner-7:before {
font-family: 'moon';
speak: none;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-spinner:before {
content: "\e000";
}
.icon-spinner-2:before {
content: "\e1a8";
}
.icon-spinner-3:before {
content: "\e002";
}
.icon-spinner-4:before {
content: "\e003";
}
.icon-spinner-5:before {
content: "\e004";
}
.icon-spinner-6:before {
content: "\e005";
}
.icon-spinner-7:before {
content: "\e006";
}
@keyframes anim-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.moon-home:before {content: "\e000";}
.moon-home-2:before {content: "\e001";}
.moon-home-3:before {content: "\e002";}
.moon-home-4:before {content: "\e003";}
.moon-home-5:before {content: "\e004";}
.moon-home-6:before {content: "\e005";}
.moon-home-7:before {content: "\e006";}
.moon-home-8:before {content: "\e007";}
.moon-home-9:before {content: "\e008";}
.moon-home-10:before {content: "\e009";}
.moon-home-11:before {content: "\e00a";}
.moon-office:before {content: "\e00b";}
.moon-newspaper:before {content: "\e00c";}
.moon-pencil:before {content: "\e00d";}
.moon-pencil-2:before {content: "\e00e";}
.moon-pencil-3:before {content: "\e00f";}
.moon-pencil-4:before {content: "\e010";}
.moon-pencil-5:before {content: "\e011";}
.moon-pencil-6:before {content: "\e012";}
.moon-quill:before {content: "\e013";}
.moon-quill-2:before {content: "\e014";}
.moon-quill-3:before {content: "\e015";}
.moon-pen:before {content: "\e016";}
.moon-pen-2:before {content: "\e017";}
.moon-pen-3:before {content: "\e018";}
.moon-pen-4:before {content: "\e019";}
.moon-pen-5:before {content: "\e01a";}
.moon-marker:before {content: "\e01b";}
.moon-home-12:before {content: "\e01c";}
.moon-marker-2:before {content: "\e01d";}
.moon-blog:before {content: "\e01e";}
.moon-blog-2:before {content: "\e01f";}
.moon-brush:before {content: "\e020";}
.moon-palette:before {content: "\e021";}
.moon-palette-2:before {content: "\e022";}
.moon-eyedropper:before {content: "\e023";}
.moon-eyedropper-2:before {content: "\e024";}
.moon-droplet:before {content: "\e025";}
.moon-droplet-2:before {content: "\e026";}
.moon-droplet-3:before {content: "\e027";}
.moon-droplet-4:before {content: "\e028";}
.moon-paint-format:before {content: "\e029";}
.moon-paint-format-2:before {content: "\e02a";}
.moon-image:before {content: "\e02b";}
.moon-image-2:before {content: "\e02c";}
.moon-image-3:before {content: "\e02d";}
.moon-images:before {content: "\e02e";}
.moon-image-4:before {content: "\e02f";}
.moon-image-5:before {content: "\e030";}
.moon-image-6:before {content: "\e031";}
.moon-images-2:before {content: "\e032";}
.moon-image-7:before {content: "\e033";}
.moon-camera:before {content: "\e034";}
.moon-camera-2:before {content: "\e035";}
.moon-camera-3:before {content: "\e036";}
.moon-camera-4:before {content: "\e037";}
.moon-music:before {content: "\e038";}
.moon-music-2:before {content: "\e039";}
.moon-music-3:before {content: "\e03a";}
.moon-music-4:before {content: "\e03b";}
.moon-music-5:before {content: "\e03c";}
.moon-music-6:before {content: "\e03d";}
.moon-piano:before {content: "\e03e";}
.moon-guitar:before {content: "\e03f";}
.moon-headphones:before {content: "\e040";}
.moon-headphones-2:before {content: "\e041";}
.moon-play:before {content: "\e042";}
.moon-play-2:before {content: "\e043";}
.moon-movie:before {content: "\e044";}
.moon-movie-2:before {content: "\e045";}
.moon-movie-3:before {content: "\e046";}
.moon-film:before {content: "\e047";}
.moon-film-2:before {content: "\e048";}
.moon-film-3:before {content: "\e049";}
.moon-film-4:before {content: "\e04a";}
.moon-camera-5:before {content: "\e04b";}
.moon-camera-6:before {content: "\e04c";}
.moon-camera-7:before {content: "\e04d";}
.moon-camera-8:before {content: "\e04e";}
.moon-camera-9:before {content: "\e04f";}
.moon-dice:before {content: "\e050";}
.moon-gamepad:before {content: "\e051";}
.moon-gamepad-2:before {content: "\e052";}
.moon-gamepad-3:before {content: "\e053";}
.moon-pacman:before {content: "\e054";}
.moon-spades:before {content: "\e055";}
.moon-clubs:before {content: "\e056";}
.moon-diamonds:before {content: "\e057";}
.moon-king:before {content: "\e058";}
.moon-queen:before {content: "\e059";}
.moon-rock:before {content: "\e05a";}
.moon-bishop:before {content: "\e05b";}
.moon-knight:before {content: "\e05c";}
.moon-pawn:before {content: "\e05d";}
.moon-chess:before {content: "\e05e";}
.moon-bullhorn:before {content: "\e05f";}
.moon-megaphone:before {content: "\e060";}
.moon-new:before {content: "\e061";}
.moon-connection:before {content: "\e062";}
.moon-connection-2:before {content: "\e063";}
.moon-podcast:before {content: "\e064";}
.moon-radio:before {content: "\e065";}
.moon-feed:before {content: "\e066";}
.moon-connection-3:before {content: "\e067";}
.moon-radio-2:before {content: "\e068";}
.moon-podcast-2:before {content: "\e069";}
.moon-podcast-3:before {content: "\e06a";}
.moon-mic:before {content: "\e06b";}
.moon-mic-2:before {content: "\e06c";}
.moon-mic-3:before {content: "\e06d";}
.moon-mic-4:before {content: "\e06e";}
.moon-mic-5:before {content: "\e06f";}
.moon-book:before {content: "\e070";}
.moon-book-2:before {content: "\e071";}
.moon-books:before {content: "\e072";}
.moon-reading:before {content: "\e073";}
.moon-library:before {content: "\e074";}
.moon-library-2:before {content: "\e075";}
.moon-graduation:before {content: "\e076";}
.moon-file:before {content: "\e077";}
.moon-profile:before {content: "\e078";}
.moon-file-2:before {content: "\e079";}
.moon-file-3:before {content: "\e07a";}
.moon-file-4:before {content: "\e07b";}
.moon-file-5:before {content: "\e07c";}
.moon-file-6:before {content: "\e07d";}
.moon-files:before {content: "\e07e";}
.moon-file-plus:before {content: "\e07f";}
.moon-file-minus:before {content: "\e080";}
.moon-file-download:before {content: "\e081";}
.moon-file-upload:before {content: "\e082";}
.moon-file-check:before {content: "\e083";}
.moon-file-remove:before {content: "\e084";}
.moon-file-7:before {content: "\e085";}
.moon-file-8:before {content: "\e086";}
.moon-file-plus-2:before {content: "\e087";}
.moon-file-minus-2:before {content: "\e088";}
.moon-file-download-2:before {content: "\e089";}
.moon-file-upload-2:before {content: "\e08a";}
.moon-file-check-2:before {content: "\e08b";}
.moon-file-remove-2:before {content: "\e08c";}
.moon-file-9:before {content: "\e08d";}
.moon-copy:before {content: "\e08e";}
.moon-copy-2:before {content: "\e08f";}
.moon-copy-3:before {content: "\e090";}
.moon-copy-4:before {content: "\e091";}
.moon-paste:before {content: "\e092";}
.moon-paste-2:before {content: "\e093";}
.moon-paste-3:before {content: "\e094";}
.moon-stack:before {content: "\e095";}
.moon-stack-2:before {content: "\e096";}
.moon-stack-3:before {content: "\e097";}
.moon-folder:before {content: "\e098";}
.moon-folder-download:before {content: "\e099";}
.moon-folder-upload:before {content: "\e09a";}
.moon-folder-plus:before {content: "\e09b";}
.moon-folder-plus-2:before {content: "\e09c";}
.moon-folder-minus:before {content: "\e09d";}
.moon-folder-minus-2:before {content: "\e09e";}
.moon-folder8:before {content: "\e09f";}
.moon-folder-remove:before {content: "\e0a0";}
.moon-folder-2:before {content: "\e0a1";}
.moon-folder-open:before {content: "\e0a2";}
.moon-folder-3:before {content: "\e0a3";}
.moon-folder-4:before {content: "\e0a4";}
.moon-folder-plus-3:before {content: "\e0a5";}
.moon-folder-minus-3:before {content: "\e0a6";}
.moon-folder-plus-4:before {content: "\e0a7";}
.moon-folder-remove-2:before {content: "\e0a8";}
.moon-folder-download-2:before {content: "\e0a9";}
.moon-folder-upload-2:before {content: "\e0aa";}
.moon-folder-download-3:before {content: "\e0ab";}
.moon-folder-upload-3:before {content: "\e0ac";}
.moon-folder-5:before {content: "\e0ad";}
.moon-folder-open-2:before {content: "\e0ae";}
.moon-folder-6:before {content: "\e0af";}
.moon-folder-open-3:before {content: "\e0b0";}
.moon-certificate:before {content: "\e0b1";}
.moon-cc:before {content: "\e0b2";}
.moon-tag:before {content: "\e0b3";}
.moon-tag-2:before {content: "\e0b4";}
.moon-tag-3:before {content: "\e0b5";}
.moon-tag-4:before {content: "\e0b6";}
.moon-tag-5:before {content: "\e0b7";}
.moon-tag-6:before {content: "\e0b8";}
.moon-tag-7:before {content: "\e0b9";}
.moon-tags:before {content: "\e0ba";}
.moon-tags-2:before {content: "\e0bb";}
.moon-tag-8:before {content: "\e0bc";}
.moon-barcode:before {content: "\e0bd";}
.moon-barcode-2:before {content: "\e0be";}
.moon-qrcode:before {content: "\e0bf";}
.moon-ticket:before {content: "\e0c0";}
.moon-cart:before {content: "\e0c1";}
.moon-cart-2:before {content: "\e0c2";}
.moon-cart-3:before {content: "\e0c3";}
.moon-cart-4:before {content: "\e0c4";}
.moon-cart-5:before {content: "\e0c5";}
.moon-cart-6:before {content: "\e0c6";}
.moon-cart-7:before {content: "\e0c7";}
.moon-cart-plus:before {content: "\e0c8";}
.moon-cart-minus:before {content: "\e0c9";}
.moon-cart-add:before {content: "\e0ca";}
.moon-cart-remove:before {content: "\e0cb";}
.moon-cart-checkout:before {content: "\e0cc";}
.moon-cart-remove-2:before {content: "\e0cd";}
.moon-basket:before {content: "\e0ce";}
.moon-basket-2:before {content: "\e0cf";}
.moon-bag:before {content: "\e0d0";}
.moon-bag-2:before {content: "\e0d1";}
.moon-bag-3:before {content: "\e0d2";}
.moon-coin:before {content: "\e0d3";}
.moon-coins:before {content: "\e0d4";}
.moon-credit:before {content: "\e0d5";}
.moon-credit-2:before {content: "\e0d6";}
.moon-calculate:before {content: "\e0d7";}
.moon-calculate-2:before {content: "\e0d8";}
.moon-support:before {content: "\e0d9";}
.moon-phone:before {content: "\e0da";}
.moon-phone-2:before {content: "\e0db";}
.moon-phone-3:before {content: "\e0dc";}
.moon-phone-4:before {content: "\e0dd";}
.moon-contact-add:before {content: "\e0de";}
.moon-contact-remove:before {content: "\e0df";}
.moon-contact-add-2:before {content: "\e0e0";}
.moon-contact-remove-2:before {content: "\e0e1";}
.moon-call-incoming:before {content: "\e0e2";}
.moon-call-outgoing:before {content: "\e0e3";}
.moon-phone-5:before {content: "\e0e4";}
.moon-phone-6:before {content: "\e0e5";}
.moon-phone-hang-up:before {content: "\e0e6";}
.moon-phone-hang-up-2:before {content: "\e0e7";}
.moon-address-book:before {content: "\e0e8";}
.moon-address-book-2:before {content: "\e0e9";}
.moon-notebook:before {content: "\e0ea";}
.moon-envelop:before {content: "\e0eb";}
.moon-envelop-2:before {content: "\e0ec";}
.moon-mail-send:before {content: "\e0ed";}
.moon-envelop-opened:before {content: "\e0ee";}
.moon-envelop-3:before {content: "\e0ef";}
.moon-pushpin:before {content: "\e0f0";}
.moon-location:before {content: "\e0f1";}
.moon-location-2:before {content: "\e0f2";}
.moon-location-3:before {content: "\e0f3";}
.moon-location-4:before {content: "\e0f4";}
.moon-location-5:before {content: "\e0f5";}
.moon-location-6:before {content: "\e0f6";}
.moon-location-7:before {content: "\e0f7";}
.moon-compass:before {content: "\e0f8";}
.moon-compass-2:before {content: "\e0f9";}
.moon-map:before {content: "\e0fa";}
.moon-map-2:before {content: "\e0fb";}
.moon-map-3:before {content: "\e0fc";}
.moon-map-4:before {content: "\e0fd";}
.moon-direction:before {content: "\e0fe";}
.moon-history:before {content: "\e0ff";}
.moon-history-2:before {content: "\e100";}
.moon-clock:before {content: "\e101";}
.moon-clock-2:before {content: "\e102";}
.moon-clock-3:before {content: "\e103";}
.moon-clock-4:before {content: "\e104";}
.moon-watch:before {content: "\e105";}
.moon-clock-5:before {content: "\e106";}
.moon-clock-6:before {content: "\e107";}
.moon-clock-7:before {content: "\e108";}
.moon-alarm:before {content: "\e109";}
.moon-alarm-2:before {content: "\e10a";}
.moon-bell:before {content: "\e10b";}
.moon-bell-2:before {content: "\e10c";}
.moon-alarm-plus:before {content: "\e10d";}
.moon-alarm-minus:before {content: "\e10e";}
.moon-alarm-check:before {content: "\e10f";}
.moon-alarm-cancel:before {content: "\e110";}
.moon-stopwatch:before {content: "\e111";}
.moon-calendar:before {content: "\e112";}
.moon-calendar-2:before {content: "\e113";}
.moon-calendar-3:before {content: "\e114";}
.moon-calendar-4:before {content: "\e115";}
.moon-calendar-5:before {content: "\e116";}
.moon-print:before {content: "\e117";}
.moon-print-2:before {content: "\e118";}
.moon-print-3:before {content: "\e119";}
.moon-mouse:before {content: "\e11a";}
.moon-mouse-2:before {content: "\e11b";}
.moon-mouse-3:before {content: "\e11c";}
.moon-mouse-4:before {content: "\e11d";}
.moon-keyboard:before {content: "\e11e";}
.moon-keyboard-2:before {content: "\e11f";}
.moon-screen:before {content: "\e120";}
.moon-screen-2:before {content: "\e121";}
.moon-screen-3:before {content: "\e122";}
.moon-screen-4:before {content: "\e123";}
.moon-laptop:before {content: "\e124";}
.moon-mobile:before {content: "\e125";}
.moon-mobile-2:before {content: "\e126";}
.moon-tablet:before {content: "\e127";}
.moon-mobile-3:before {content: "\e128";}
.moon-tv:before {content: "\e129";}
.moon-cabinet:before {content: "\e12a";}
.moon-archive:before {content: "\e12b";}
.moon-drawer:before {content: "\e12c";}
.moon-drawer-2:before {content: "\e12d";}
.moon-drawer-3:before {content: "\e12e";}
.moon-box:before {content: "\e12f";}
.moon-box-add:before {content: "\e130";}
.moon-box-remove:before {content: "\e131";}
.moon-download:before {content: "\e132";}
.moon-upload:before {content: "\e133";}
.moon-disk:before {content: "\e134";}
.moon-cd:before {content: "\e135";}
.moon-storage:before {content: "\e136";}
.moon-storage-2:before {content: "\e137";}
.moon-database:before {content: "\e138";}
.moon-database-2:before {content: "\e139";}
.moon-database-3:before {content: "\e13a";}
.moon-undo:before {content: "\e13b";}
.moon-redo:before {content: "\e13c";}
.moon-rotate:before {content: "\e13d";}
.moon-rotate-2:before {content: "\e13e";}
.moon-flip:before {content: "\e13f";}
.moon-flip-2:before {content: "\e140";}
.moon-unite:before {content: "\e141";}
.moon-subtract:before {content: "\e142";}
.moon-interset:before {content: "\e143";}
.moon-exclude:before {content: "\e144";}
.moon-align-left:before {content: "\e145";}
.moon-align-center-horizontal:before {content: "\e146";}
.moon-align-right:before {content: "\e147";}
.moon-align-top:before {content: "\e148";}
.moon-align-center-vertical:before {content: "\e149";}
.moon-align-bottom:before {content: "\e14a";}
.moon-undo-2:before {content: "\e14b";}
.moon-redo-2:before {content: "\e14c";}
.moon-forward:before {content: "\e14d";}
.moon-reply:before {content: "\e14e";}
.moon-reply-2:before {content: "\e14f";}
.moon-bubble:before {content: "\e150";}
.moon-bubbles:before {content: "\e151";}
.moon-bubbles-2:before {content: "\e152";}
.moon-bubble-2:before {content: "\e153";}
.moon-bubbles-3:before {content: "\e154";}
.moon-bubbles-4:before {content: "\e155";}
.moon-bubble-notification:before {content: "\e156";}
.moon-bubbles-5:before {content: "\e157";}
.moon-bubbles-6:before {content: "\e158";}
.moon-bubble-3:before {content: "\e159";}
.moon-bubble-dots:before {content: "\e15a";}
.moon-bubble-4:before {content: "\e15b";}
.moon-bubble-5:before {content: "\e15c";}
.moon-bubble-dots-2:before {content: "\e15d";}
.moon-bubble-6:before {content: "\e15e";}
.moon-bubble-7:before {content: "\e15f";}
.moon-bubble-8:before {content: "\e160";}
.moon-bubbles-7:before {content: "\e161";}
.moon-bubble-9:before {content: "\e162";}
.moon-bubbles-8:before {content: "\e163";}
.moon-bubble-10:before {content: "\e164";}
.moon-bubble-dots-3:before {content: "\e165";}
.moon-bubble-11:before {content: "\e166";}
.moon-bubble-12:before {content: "\e167";}
.moon-bubble-dots-4:before {content: "\e168";}
.moon-bubble-13:before {content: "\e169";}
.moon-bubbles-9:before {content: "\e16a";}
.moon-bubbles-10:before {content: "\e16b";}
.moon-bubble-blocked:before {content: "\e16c";}
.moon-bubble-quote:before {content: "\e16d";}
.moon-bubble-user:before {content: "\e16e";}
.moon-bubble-check:before {content: "\e16f";}
.moon-bubble-video-chat:before {content: "\e170";}
.moon-bubble-link:before {content: "\e171";}
.moon-bubble-locked:before {content: "\e172";}
.moon-bubble-star:before {content: "\e173";}
.moon-bubble-heart:before {content: "\e174";}
.moon-bubble-paperclip:before {content: "\e175";}
.moon-bubble-cancel:before {content: "\e176";}
.moon-bubble-plus:before {content: "\e177";}
.moon-bubble-minus:before {content: "\e178";}
.moon-bubble-notification-2:before {content: "\e179";}
.moon-bubble-trash:before {content: "\e17a";}
.moon-bubble-left:before {content: "\e17b";}
.moon-bubble-right:before {content: "\e17c";}
.moon-bubble-up:before {content: "\e17d";}
.moon-bubble-down:before {content: "\e17e";}
.moon-bubble-first:before {content: "\e17f";}
.moon-bubble-last:before {content: "\e180";}
.moon-bubble-replu:before {content: "\e181";}
.moon-bubble-forward:before {content: "\e182";}
.moon-bubble-reply:before {content: "\e183";}
.moon-bubble-forward-2:before {content: "\e184";}
.moon-user:before {content: "\e185";}
.moon-users:before {content: "\e186";}
.moon-user-plus:before {content: "\e187";}
.moon-user-plus-2:before {content: "\e188";}
.moon-user-minus:before {content: "\e189";}
.moon-user-minus-2:before {content: "\e18a";}
.moon-user-cancel:before {content: "\e18b";}
.moon-user-block:before {content: "\e18c";}
.moon-users-2:before {content: "\e18d";}
.moon-user-2:before {content: "\e18e";}
.moon-users-3:before {content: "\e18f";}
.moon-user-plus-3:before {content: "\e190";}
.moon-user-minus-3:before {content: "\e191";}
.moon-user-cancel-2:before {content: "\e192";}
.moon-user-block-2:before {content: "\e193";}
.moon-user-3:before {content: "\e194";}
.moon-user-4:before {content: "\e195";}
.moon-user-5:before {content: "\e196";}
.moon-user-6:before {content: "\e197";}
.moon-users-4:before {content: "\e198";}
.moon-user-7:before {content: "\e199";}
.moon-user-8:before {content: "\e19a";}
.moon-users-5:before {content: "\e19b";}
.moon-vcard:before {content: "\e19c";}
.moon-tshirt:before {content: "\e19d";}
.moon-hanger:before {content: "\e19e";}
.moon-quotes-left:before {content: "\e19f";}
.moon-quotes-right:before {content: "\e1a0";}
.moon-quotes-right-2:before {content: "\e1a1";}
.moon-quotes-right-3:before {content: "\e1a2";}
.moon-busy:before {content: "\e1a3";}
.moon-busy-2:before {content: "\e1a4";}
.moon-busy-3:before {content: "\e1a5";}
.moon-busy-4:before {content: "\e1a6";}
.moon-spinner:before {content: "\e1a7";}
.moon-spinner-2:before {content: "\e1a8";}
.moon-spinner-3:before {content: "\e1a9";}
.moon-spinner-4:before {content: "\e1aa";}
.moon-spinner-5:before {content: "\e1ab";}
.moon-spinner-6:before {content: "\e1ac";}
.moon-spinner-7:before {content: "\e1ad";}
.moon-spinner-8:before {content: "\e1ae";}
.moon-spinner-9:before {content: "\e1af";}
.moon-spinner-10:before {content: "\e1b0";}
.moon-spinner-11:before {content: "\e1b1";}
.moon-spinner-12:before {content: "\e1b2";}
.moon-microscope:before {content: "\e1b3";}
.moon-binoculars:before {content: "\e1b4";}
.moon-binoculars-2:before {content: "\e1b5";}
.moon-search:before {content: "\e1b6";}
.moon-search-2:before {content: "\e1b7";}
.moon-zoom-in:before {content: "\e1b8";}
.moon-zoom-out:before {content: "\e1b9";}
.moon-search-3:before {content: "\e1ba";}
.moon-search-4:before {content: "\e1bb";}
.moon-zoom-in-2:before {content: "\e1bc";}
.moon-zoom-out-2:before {content: "\e1bd";}
.moon-search-5:before {content: "\e1be";}
.moon-expand:before {content: "\e1bf";}
.moon-contract:before {content: "\e1c0";}
.moon-scale-up:before {content: "\e1c1";}
.moon-scale-down:before {content: "\e1c2";}
.moon-expand-2:before {content: "\e1c3";}
.moon-contract-2:before {content: "\e1c4";}
.moon-scale-up-2:before {content: "\e1c5";}
.moon-scale-down-2:before {content: "\e1c6";}
.moon-fullscreen:before {content: "\e1c7";}
.moon-expand-3:before {content: "\e1c8";}
.moon-contract-3:before {content: "\e1c9";}
.moon-key:before {content: "\e1ca";}
.moon-key-2:before {content: "\e1cb";}
.moon-key-3:before {content: "\e1cc";}
.moon-key-4:before {content: "\e1cd";}
.moon-key-5:before {content: "\e1ce";}
.moon-keyhole:before {content: "\e1cf";}
.moon-lock:before {content: "\e1d0";}
.moon-lock-2:before {content: "\e1d1";}
.moon-lock-3:before {content: "\e1d2";}
.moon-lock-4:before {content: "\e1d3";}
.moon-unlocked:before {content: "\e1d4";}
.moon-lock-5:before {content: "\e1d5";}
.moon-unlocked-2:before {content: "\e1d6";}
.moon-wrench:before {content: "\e1d7";}
.moon-wrench-2:before {content: "\e1d8";}
.moon-wrench-3:before {content: "\e1d9";}
.moon-wrench-4:before {content: "\e1da";}
.moon-settings:before {content: "\e1db";}
.moon-equalizer:before {content: "\e1dc";}
.moon-equalizer-2:before {content: "\e1dd";}
.moon-equalizer-3:before {content: "\e1de";}
.moon-cog:before {content: "\e1df";}
.moon-cogs:before {content: "\e1e0";}
.moon-cog-2:before {content: "\e1e1";}
.moon-cog-3:before {content: "\e1e2";}
.moon-cog-4:before {content: "\e1e3";}
.moon-cog-5:before {content: "\e1e4";}
.moon-cog-6:before {content: "\e1e5";}
.moon-cog-7:before {content: "\e1e6";}
.moon-factory:before {content: "\e1e7";}
.moon-hammer:before {content: "\e1e8";}
.moon-tools:before {content: "\e1e9";}
.moon-screwdriver:before {content: "\e1ea";}
.moon-screwdriver-2:before {content: "\e1eb";}
.moon-wand:before {content: "\e1ec";}
.moon-wand-2:before {content: "\e1ed";}
.moon-health:before {content: "\e1ee";}
.moon-aid:before {content: "\e1ef";}
.moon-patch:before {content: "\e1f0";}
.moon-bug:before {content: "\e1f1";}
.moon-bug-2:before {content: "\e1f2";}
.moon-inject:before {content: "\e1f3";}
.moon-inject-2:before {content: "\e1f4";}
.moon-construction:before {content: "\e1f5";}
.moon-cone:before {content: "\e1f6";}
.moon-pie:before {content: "\e1f7";}
.moon-pie-2:before {content: "\e1f8";}
.moon-pie-3:before {content: "\e1f9";}
.moon-pie-4:before {content: "\e1fa";}
.moon-pie-5:before {content: "\e1fb";}
.moon-pie-6:before {content: "\e1fc";}
.moon-pie-7:before {content: "\e1fd";}
.moon-stats:before {content: "\e1fe";}
.moon-stats-2:before {content: "\e1ff";}
.moon-stats-3:before {content: "\e200";}
.moon-bars:before {content: "\e201";}
.moon-bars-2:before {content: "\e202";}
.moon-bars-3:before {content: "\e203";}
.moon-bars-4:before {content: "\e204";}
.moon-bars-5:before {content: "\e205";}
.moon-bars-6:before {content: "\e206";}
.moon-stats-up:before {content: "\e207";}
.moon-stats-down:before {content: "\e208";}
.moon-stairs-down:before {content: "\e209";}
.moon-stairs-down-2:before {content: "\e20a";}
.moon-chart:before {content: "\e20b";}
.moon-stairs:before {content: "\e20c";}
.moon-stairs-2:before {content: "\e20d";}
.moon-ladder:before {content: "\e20e";}
.moon-cake:before {content: "\e20f";}
.moon-gift:before {content: "\e210";}
.moon-gift-2:before {content: "\e211";}
.moon-balloon:before {content: "\e212";}
.moon-rating:before {content: "\e213";}
.moon-rating-2:before {content: "\e214";}
.moon-rating-3:before {content: "\e215";}
.moon-podium:before {content: "\e216";}
.moon-medal:before {content: "\e217";}
.moon-medal-2:before {content: "\e218";}
.moon-medal-3:before {content: "\e219";}
.moon-medal-4:before {content: "\e21a";}
.moon-medal-5:before {content: "\e21b";}
.moon-crown:before {content: "\e21c";}
.moon-trophy:before {content: "\e21d";}
.moon-trophy-2:before {content: "\e21e";}
.moon-trophy-star:before {content: "\e21f";}
.moon-diamond:before {content: "\e220";}
.moon-diamond-2:before {content: "\e221";}
.moon-glass:before {content: "\e222";}
.moon-glass-2:before {content: "\e223";}
.moon-bottle:before {content: "\e224";}
.moon-bottle-2:before {content: "\e225";}
.moon-mug:before {content: "\e226";}
.moon-food:before {content: "\e227";}
.moon-food-2:before {content: "\e228";}
.moon-hamburger:before {content: "\e229";}
.moon-cup:before {content: "\e22a";}
.moon-cup-2:before {content: "\e22b";}
.moon-leaf:before {content: "\e22c";}
.moon-leaf-2:before {content: "\e22d";}
.moon-apple-fruit:before {content: "\e22e";}
.moon-tree:before {content: "\e22f";}
.moon-tree-2:before {content: "\e230";}
.moon-paw:before {content: "\e231";}
.moon-steps:before {content: "\e232";}
.moon-flower:before {content: "\e233";}
.moon-rocket:before {content: "\e234";}
.moon-meter:before {content: "\e235";}
.moon-meter2:before {content: "\e236";}
.moon-meter-slow:before {content: "\e237";}
.moon-meter-medium:before {content: "\e238";}
.moon-meter-fast:before {content: "\e239";}
.moon-dashboard:before {content: "\e23a";}
.moon-hammer-2:before {content: "\e23b";}
.moon-balance:before {content: "\e23c";}
.moon-bomb:before {content: "\e23d";}
.moon-fire:before {content: "\e23e";}
.moon-fire-2:before {content: "\e23f";}
.moon-lab:before {content: "\e240";}
.moon-atom:before {content: "\e241";}
.moon-atom-2:before {content: "\e242";}
.moon-magnet:before {content: "\e243";}
.moon-magnet-2:before {content: "\e244";}
.moon-magnet-3:before {content: "\e245";}
.moon-magnet-4:before {content: "\e246";}
.moon-dumbbell:before {content: "\e247";}
.moon-skull:before {content: "\e248";}
.moon-skull-2:before {content: "\e249";}
.moon-skull-3:before {content: "\e24a";}
.moon-lamp:before {content: "\e24b";}
.moon-lamp-2:before {content: "\e24c";}
.moon-lamp-3:before {content: "\e24d";}
.moon-lamp-4:before {content: "\e24e";}
.moon-remove:before {content: "\e24f";}
.moon-remove-2:before {content: "\e250";}
.moon-remove-3:before {content: "\e251";}
.moon-remove-4:before {content: "\e252";}
.moon-remove-5:before {content: "\e253";}
.moon-remove-6:before {content: "\e254";}
.moon-remove-7:before {content: "\e255";}
.moon-remove-8:before {content: "\e256";}
.moon-briefcase:before {content: "\e257";}
.moon-briefcase-2:before {content: "\e258";}
.moon-briefcase-3:before {content: "\e259";}
.moon-airplane:before {content: "\e25a";}
.moon-airplane-2:before {content: "\e25b";}
.moon-paper-plane:before {content: "\e25c";}
.moon-car:before {content: "\e25d";}
.moon-gas-pump:before {content: "\e25e";}
.moon-bus:before {content: "\e25f";}
.moon-truck:before {content: "\e260";}
.moon-bike:before {content: "\e261";}
.moon-road:before {content: "\e262";}
.moon-train:before {content: "\e263";}
.moon-ship:before {content: "\e264";}
.moon-boat:before {content: "\e265";}
.moon-cube:before {content: "\e266";}
.moon-cube-2:before {content: "\e267";}
.moon-cube-3:before {content: "\e268";}
.moon-cube4:before {content: "\e269";}
.moon-pyramid:before {content: "\e26a";}
.moon-pyramid-2:before {content: "\e26b";}
.moon-cylinder:before {content: "\e26c";}
.moon-package:before {content: "\e26d";}
.moon-puzzle:before {content: "\e26e";}
.moon-puzzle-2:before {content: "\e26f";}
.moon-puzzle-3:before {content: "\e270";}
.moon-puzzle-4:before {content: "\e271";}
.moon-glasses:before {content: "\e272";}
.moon-glasses-2:before {content: "\e273";}
.moon-glasses-3:before {content: "\e274";}
.moon-sun-glasses:before {content: "\e275";}
.moon-accessibility:before {content: "\e276";}
.moon-accessibility-2:before {content: "\e277";}
.moon-brain:before {content: "\e278";}
.moon-target:before {content: "\e279";}
.moon-target-2:before {content: "\e27a";}
.moon-target-3:before {content: "\e27b";}
.moon-gun:before {content: "\e27c";}
.moon-gun-ban:before {content: "\e27d";}
.moon-shield:before {content: "\e27e";}
.moon-shield-2:before {content: "\e27f";}
.moon-shield-3:before {content: "\e280";}
.moon-shield-4:before {content: "\e281";}
.moon-soccer:before {content: "\e282";}
.moon-football:before {content: "\e283";}
.moon-baseball:before {content: "\e284";}
.moon-basketball:before {content: "\e285";}
.moon-golf:before {content: "\e286";}
.moon-hockey:before {content: "\e287";}
.moon-racing:before {content: "\e288";}
.moon-eight-ball:before {content: "\e289";}
.moon-bowling-ball:before {content: "\e28a";}
.moon-bowling:before {content: "\e28b";}
.moon-bowling-2:before {content: "\e28c";}
.moon-lightning:before {content: "\e28d";}
.moon-power:before {content: "\e28e";}
.moon-power-2:before {content: "\e28f";}
.moon-switch:before {content: "\e290";}
.moon-power-cord:before {content: "\e291";}
.moon-cord:before {content: "\e292";}
.moon-socket:before {content: "\e293";}
.moon-clipboard:before {content: "\e294";}
.moon-clipboard-2:before {content: "\e295";}
.moon-signup:before {content: "\e296";}
.moon-clipboard-3:before {content: "\e297";}
.moon-clipboard-4:before {content: "\e298";}
.moon-list:before {content: "\e299";}
.moon-list-2:before {content: "\e29a";}
.moon-list-3:before {content: "\e29b";}
.moon-numbered-list:before {content: "\e29c";}
.moon-list-4:before {content: "\e29d";}
.moon-list-5:before {content: "\e29e";}
.moon-playlist:before {content: "\e29f";}
.moon-grid:before {content: "\e2a0";}
.moon-grid-2:before {content: "\e2a1";}
.moon-grid-3:before {content: "\e2a2";}
.moon-grid-4:before {content: "\e2a3";}
.moon-grid-5:before {content: "\e2a4";}
.moon-grid-6:before {content: "\e2a5";}
.moon-tree-3:before {content: "\e2a6";}
.moon-tree-4:before {content: "\e2a7";}
.moon-tree-5:before {content: "\e2a8";}
.moon-menu:before {content: "\e2a9";}
.moon-menu-2:before {content: "\e2aa";}
.moon-circle-small:before {content: "\e2ab";}
.moon-menu-3:before {content: "\e2ac";}
.moon-menu-4:before {content: "\e2ad";}
.moon-menu-5:before {content: "\e2ae";}
.moon-menu-6:before {content: "\e2af";}
.moon-menu-7:before {content: "\e2b0";}
.moon-menu-8:before {content: "\e2b1";}
.moon-menu-9:before {content: "\e2b2";}
.moon-cloud:before {content: "\e2b3";}
.moon-cloud-2:before {content: "\e2b4";}
.moon-cloud-3:before {content: "\e2b5";}
.moon-cloud-download:before {content: "\e2b6";}
.moon-cloud-upload:before {content: "\e2b7";}
.moon-download-2:before {content: "\e2b8";}
.moon-upload-2:before {content: "\e2b9";}
.moon-download-3:before {content: "\e2ba";}
.moon-upload-3:before {content: "\e2bb";}
.moon-download-4:before {content: "\e2bc";}
.moon-upload-4:before {content: "\e2bd";}
.moon-download-5:before {content: "\e2be";}
.moon-upload-5:before {content: "\e2bf";}
.moon-download-6:before {content: "\e2c0";}
.moon-upload-6:before {content: "\e2c1";}
.moon-download-7:before {content: "\e2c2";}
.moon-upload-7:before {content: "\e2c3";}
.moon-globe:before {content: "\e2c4";}
.moon-globe-2:before {content: "\e2c5";}
.moon-globe-3:before {content: "\e2c6";}
.moon-earth:before {content: "\e2c7";}
.moon-network:before {content: "\e2c8";}
.moon-link:before {content: "\e2c9";}
.moon-link-2:before {content: "\e2ca";}
.moon-link-3:before {content: "\e2cb";}
.moon-link2:before {content: "\e2cc";}
.moon-link-4:before {content: "\e2cd";}
.moon-link-5:before {content: "\e2ce";}
.moon-link-6:before {content: "\e2cf";}
.moon-anchor:before {content: "\e2d0";}
.moon-flag:before {content: "\e2d1";}
.moon-flag-2:before {content: "\e2d2";}
.moon-flag-3:before {content: "\e2d3";}
.moon-flag-4:before {content: "\e2d4";}
.moon-flag-5:before {content: "\e2d5";}
.moon-flag-6:before {content: "\e2d6";}
.moon-attachment:before {content: "\e2d7";}
.moon-attachment-2:before {content: "\e2d8";}
.moon-eye:before {content: "\e2d9";}
.moon-eye-blocked:before {content: "\e2da";}
.moon-eye-2:before {content: "\e2db";}
.moon-eye-3:before {content: "\e2dc";}
.moon-eye-blocked-2:before {content: "\e2dd";}
.moon-eye-4:before {content: "\e2de";}
.moon-eye-5:before {content: "\e2df";}
.moon-eye-6:before {content: "\e2e0";}
.moon-eye-7:before {content: "\e2e1";}
.moon-eye-8:before {content: "\e2e2";}
.moon-bookmark:before {content: "\e2e3";}
.moon-bookmark-2:before {content: "\e2e4";}
.moon-bookmarks:before {content: "\e2e5";}
.moon-bookmark-3:before {content: "\e2e6";}
.moon-spotlight:before {content: "\e2e7";}
.moon-starburst:before {content: "\e2e8";}
.moon-snowflake:before {content: "\e2e9";}
.moon-temperature:before {content: "\e2ea";}
.moon-temperature-2:before {content: "\e2eb";}
.moon-weather-lightning:before {content: "\e2ec";}
.moon-weather-rain:before {content: "\e2ed";}
.moon-weather-snow:before {content: "\e2ee";}
.moon-windy:before {content: "\e2ef";}
.moon-fan:before {content: "\e2f0";}
.moon-umbrella:before {content: "\e2f1";}
.moon-sun:before {content: "\e2f2";}
.moon-sun-2:before {content: "\e2f3";}
.moon-brightness-high:before {content: "\e2f4";}
.moon-brightness-medium:before {content: "\e2f5";}
.moon-brightness-low:before {content: "\e2f6";}
.moon-brightness-contrast:before {content: "\e2f7";}
.moon-contrast:before {content: "\e2f8";}
.moon-moon:before {content: "\e2f9";}
.moon-bed:before {content: "\e2fa";}
.moon-bed-2:before {content: "\e2fb";}
.moon-star:before {content: "\e2fc";}
.moon-star-2:before {content: "\e2fd";}
.moon-star-3:before {content: "\e2fe";}
.moon-star-4:before {content: "\e2ff";}
.moon-star-5:before {content: "\e300";}
.moon-star-6:before {content: "\e301";}
.moon-heart:before {content: "\e302";}
.moon-heart-2:before {content: "\e303";}
.moon-heart-3:before {content: "\e304";}
.moon-heart-4:before {content: "\e305";}
.moon-heart-broken:before {content: "\e306";}
.moon-heart-5:before {content: "\e307";}
.moon-heart-6:before {content: "\e308";}
.moon-heart-broken-2:before {content: "\e309";}
.moon-heart-7:before {content: "\e30a";}
.moon-heart-8:before {content: "\e30b";}
.moon-heart-broken-3:before {content: "\e30c";}
.moon-lips:before {content: "\e30d";}
.moon-lips-2:before {content: "\e30e";}
.moon-thumbs-up:before {content: "\e30f";}
.moon-thumbs-up-2:before {content: "\e310";}
.moon-thumbs-down:before {content: "\e311";}
.moon-thumbs-down-2:before {content: "\e312";}
.moon-thumbs-up-3:before {content: "\e313";}
.moon-thumbs-up-4:before {content: "\e314";}
.moon-thumbs-up-5:before {content: "\e315";}
.moon-thumbs-up-6:before {content: "\e316";}
.moon-people:before {content: "\e317";}
.moon-man:before {content: "\e318";}
.moon-male:before {content: "\e319";}
.moon-woman:before {content: "\e31a";}
.moon-female:before {content: "\e31b";}
.moon-peace:before {content: "\e31c";}
.moon-yin-yang:before {content: "\e31d";}
.moon-happy:before {content: "\e31e";}
.moon-happy-2:before {content: "\e31f";}
.moon-smiley:before {content: "\e320";}
.moon-smiley-2:before {content: "\e321";}
.moon-tongue:before {content: "\e322";}
.moon-tongue-2:before {content: "\e323";}
.moon-sad:before {content: "\e324";}
.moon-sad-2:before {content: "\e325";}
.moon-wink:before {content: "\e326";}
.moon-wink-2:before {content: "\e327";}
.moon-grin:before {content: "\e328";}
.moon-grin-2:before {content: "\e329";}
.moon-cool:before {content: "\e32a";}
.moon-cool-2:before {content: "\e32b";}
.moon-angry:before {content: "\e32c";}
.moon-angry-2:before {content: "\e32d";}
.moon-evil:before {content: "\e32e";}
.moon-evil-2:before {content: "\e32f";}
.moon-shocked:before {content: "\e330";}
.moon-shocked-2:before {content: "\e331";}
.moon-confused:before {content: "\e332";}
.moon-confused-2:before {content: "\e333";}
.moon-neutral:before {content: "\e334";}
.moon-neutral-2:before {content: "\e335";}
.moon-wondering:before {content: "\e336";}
.moon-wondering-2:before {content: "\e337";}
.moon-cursor:before {content: "\e338";}
.moon-cursor-2:before {content: "\e339";}
.moon-point-up:before {content: "\e33a";}
.moon-point-right:before {content: "\e33b";}
.moon-point-down:before {content: "\e33c";}
.moon-point-left:before {content: "\e33d";}
.moon-pointer:before {content: "\e33e";}
.moon-hand:before {content: "\e33f";}
.moon-stack-empty:before {content: "\e340";}
.moon-stack-plus:before {content: "\e341";}
.moon-stack-minus:before {content: "\e342";}
.moon-stack-star:before {content: "\e343";}
.moon-stack-picture:before {content: "\e344";}
.moon-stack-down:before {content: "\e345";}
.moon-stack-up:before {content: "\e346";}
.moon-stack-cancel:before {content: "\e347";}
.moon-stack-checkmark:before {content: "\e348";}
.moon-stack-list:before {content: "\e349";}
.moon-stack-clubs:before {content: "\e34a";}
.moon-stack-spades:before {content: "\e34b";}
.moon-stack-hearts:before {content: "\e34c";}
.moon-stack-diamonds:before {content: "\e34d";}
.moon-stack-user:before {content: "\e34e";}
.moon-stack-4:before {content: "\e34f";}
.moon-stack-music:before {content: "\e350";}
.moon-stack-play:before {content: "\e351";}
.moon-move:before {content: "\e352";}
.moon-resize:before {content: "\e353";}
.moon-resize-2:before {content: "\e354";}
.moon-warning:before {content: "\e355";}
.moon-warning-2:before {content: "\e356";}
.moon-notification:before {content: "\e357";}
.moon-notification-2:before {content: "\e358";}
.moon-question:before {content: "\e359";}
.moon-question-2:before {content: "\e35a";}
.moon-question-3:before {content: "\e35b";}
.moon-question-4:before {content: "\e35c";}
.moon-question-5:before {content: "\e35d";}
.moon-plus-circle:before {content: "\e35e";}
.moon-plus-circle-2:before {content: "\e35f";}
.moon-minus-circle:before {content: "\e360";}
.moon-minus-circle-2:before {content: "\e361";}
.moon-info:before {content: "\e362";}
.moon-info-2:before {content: "\e363";}
.moon-blocked:before {content: "\e364";}
.moon-cancel-circle:before {content: "\e365";}
.moon-cancel-circle-2:before {content: "\e366";}
.moon-checkmark-circle:before {content: "\e367";}
.moon-checkmark-circle-2:before {content: "\e368";}
.moon-cancel:before {content: "\e369";}
.moon-spam:before {content: "\e36a";}
.moon-close:before {content: "\e36b";}
.moon-close-2:before {content: "\e36c";}
.moon-close-3:before {content: "\e36d";}
.moon-close-4:before {content: "\e36e";}
.moon-close-5:before {content: "\e36f";}
.moon-checkmark:before {content: "\e370";}
.moon-checkmark-2:before {content: "\e371";}
.moon-checkmark-3:before {content: "\e372";}
.moon-checkmark-4:before {content: "\e373";}
.moon-spell-check:before {content: "\e374";}
.moon-minus:before {content: "\e375";}
.moon-plus:before {content: "\e376";}
.moon-minus-2:before {content: "\e377";}
.moon-plus-2:before {content: "\e378";}
.moon-enter:before {content: "\e379";}
.moon-exit:before {content: "\e37a";}
.moon-enter-2:before {content: "\e37b";}
.moon-exit-2:before {content: "\e37c";}
.moon-enter-3:before {content: "\e37d";}
.moon-exit-3:before {content: "\e37e";}
.moon-exit-4:before {content: "\e37f";}
.moon-play-3:before {content: "\e380";}
.moon-pause:before {content: "\e381";}
.moon-stop:before {content: "\e382";}
.moon-backward:before {content: "\e383";}
.moon-forward-2:before {content: "\e384";}
.moon-play-4:before {content: "\e385";}
.moon-pause-2:before {content: "\e386";}
.moon-stop-2:before {content: "\e387";}
.moon-backward-2:before {content: "\e388";}
.moon-forward-3:before {content: "\e389";}
.moon-first:before {content: "\e38a";}
.moon-last:before {content: "\e38b";}
.moon-previous:before {content: "\e38c";}
.moon-next:before {content: "\e38d";}
.moon-eject:before {content: "\e38e";}
.moon-volume-high:before {content: "\e38f";}
.moon-volume-medium:before {content: "\e390";}
.moon-volume-low:before {content: "\e391";}
.moon-volume-mute:before {content: "\e392";}
.moon-volume-mute-2:before {content: "\e393";}
.moon-volume-increase:before {content: "\e394";}
.moon-volume-decrease:before {content: "\e395";}
.moon-volume-high-2:before {content: "\e396";}
.moon-volume-medium-2:before {content: "\e397";}
.moon-volume-low-2:before {content: "\e398";}
.moon-volume-mute-3:before {content: "\e399";}
.moon-volume-mute-4:before {content: "\e39a";}
.moon-volume-increase-2:before {content: "\e39b";}
.moon-volume-decrease-2:before {content: "\e39c";}
.moon-volume5:before {content: "\e39d";}
.moon-volume4:before {content: "\e39e";}
.moon-volume3:before {content: "\e39f";}
.moon-volume2:before {content: "\e3a0";}
.moon-volume1:before {content: "\e3a1";}
.moon-volume0:before {content: "\e3a2";}
.moon-volume-mute-5:before {content: "\e3a3";}
.moon-volume-mute-6:before {content: "\e3a4";}
.moon-loop:before {content: "\e3a5";}
.moon-loop-2:before {content: "\e3a6";}
.moon-loop-3:before {content: "\e3a7";}
.moon-loop-4:before {content: "\e3a8";}
.moon-loop-5:before {content: "\e3a9";}
.moon-shuffle:before {content: "\e3aa";}
.moon-shuffle-2:before {content: "\e3ab";}
.moon-wave:before {content: "\e3ac";}
.moon-wave-2:before {content: "\e3ad";}
.moon-arrow-first:before {content: "\e3ae";}
.moon-arrow-right:before {content: "\e3af";}
.moon-arrow-up:before {content: "\e3b0";}
.moon-arrow-right-2:before {content: "\e3b1";}
.moon-arrow-down:before {content: "\e3b2";}
.moon-arrow-left:before {content: "\e3b3";}
.moon-arrow-up-2:before {content: "\e3b4";}
.moon-arrow-right-3:before {content: "\e3b5";}
.moon-arrow-down-2:before {content: "\e3b6";}
.moon-arrow-left-2:before {content: "\e3b7";}
.moon-arrow-up-left:before {content: "\e3b8";}
.moon-arrow-up-3:before {content: "\e3b9";}
.moon-arrow-up-right:before {content: "\e3ba";}
.moon-arrow-right-4:before {content: "\e3bb";}
.moon-arrow-down-right:before {content: "\e3bc";}
.moon-arrow-down-3:before {content: "\e3bd";}
.moon-arrow-down-left:before {content: "\e3be";}
.moon-arrow-left-3:before {content: "\e3bf";}
.moon-arrow-up-left-2:before {content: "\e3c0";}
.moon-arrow-up-4:before {content: "\e3c1";}
.moon-arrow-up-right-2:before {content: "\e3c2";}
.moon-arrow-right-5:before {content: "\e3c3";}
.moon-arrow-down-right-2:before {content: "\e3c4";}
.moon-arrow-down-4:before {content: "\e3c5";}
.moon-arrow-down-left-2:before {content: "\e3c6";}
.moon-arrow-left-4:before {content: "\e3c7";}
.moon-arrow-up-left-3:before {content: "\e3c8";}
.moon-arrow-up-5:before {content: "\e3c9";}
.moon-arrow-up-right-3:before {content: "\e3ca";}
.moon-arrow-right-6:before {content: "\e3cb";}
.moon-arrow-down-right-3:before {content: "\e3cc";}
.moon-arrow-down-5:before {content: "\e3cd";}
.moon-arrow-down-left-3:before {content: "\e3ce";}
.moon-arrow-left-5:before {content: "\e3cf";}
.moon-arrow-up-left-4:before {content: "\e3d0";}
.moon-arrow-up-6:before {content: "\e3d1";}
.moon-arrow-up-right-4:before {content: "\e3d2";}
.moon-arrow-right-7:before {content: "\e3d3";}
.moon-arrow-down-right-4:before {content: "\e3d4";}
.moon-arrow-down-6:before {content: "\e3d5";}
.moon-arrow-down-left-4:before {content: "\e3d6";}
.moon-arrow-left-6:before {content: "\e3d7";}
.moon-arrow:before {content: "\e3d8";}
.moon-arrow-2:before {content: "\e3d9";}
.moon-arrow-3:before {content: "\e3da";}
.moon-arrow-4:before {content: "\e3db";}
.moon-arrow-5:before {content: "\e3dc";}
.moon-arrow-6:before {content: "\e3dd";}
.moon-arrow-7:before {content: "\e3de";}
.moon-arrow-8:before {content: "\e3df";}
.moon-arrow-up-left-5:before {content: "\e3e0";}
.moon-arrow-square:before {content: "\e3e1";}
.moon-arrow-up-right-5:before {content: "\e3e2";}
.moon-arrow-right-8:before {content: "\e3e3";}
.moon-arrow-down-right-5:before {content: "\e3e4";}
.moon-arrow-down-7:before {content: "\e3e5";}
.moon-arrow-down-left-5:before {content: "\e3e6";}
.moon-arrow-left-7:before {content: "\e3e7";}
.moon-arrow-up-7:before {content: "\e3e8";}
.moon-arrow-right-9:before {content: "\e3e9";}
.moon-arrow-down-8:before {content: "\e3ea";}
.moon-arrow-left-8:before {content: "\e3eb";}
.moon-arrow-up-8:before {content: "\e3ec";}
.moon-arrow-right-10:before {content: "\e3ed";}
.moon-arrow-bottom:before {content: "\e3ee";}
.moon-arrow-left-9:before {content: "\e3ef";}
.moon-arrow-up-left-6:before {content: "\e3f0";}
.moon-arrow-up-9:before {content: "\e3f1";}
.moon-arrow-up-right-6:before {content: "\e3f2";}
.moon-arrow-right-11:before {content: "\e3f3";}
.moon-arrow-down-right-6:before {content: "\e3f4";}
.moon-arrow-down-9:before {content: "\e3f5";}
.moon-arrow-down-left-6:before {content: "\e3f6";}
.moon-arrow-left-10:before {content: "\e3f7";}
.moon-arrow-up-left-7:before {content: "\e3f8";}
.moon-arrow-up-10:before {content: "\e3f9";}
.moon-arrow-up-right-7:before {content: "\e3fa";}
.moon-arrow-right-12:before {content: "\e3fb";}
.moon-arrow-down-right-7:before {content: "\e3fc";}
.moon-arrow-down-10:before {content: "\e3fd";}
.moon-arrow-down-left-7:before {content: "\e3fe";}
.moon-arrow-left-11:before {content: "\e3ff";}
.moon-arrow-up-11:before {content: "\e400";}
.moon-arrow-right-13:before {content: "\e401";}
.moon-arrow-down-11:before {content: "\e402";}
.moon-arrow-left-12:before {content: "\e403";}
.moon-arrow-up-12:before {content: "\e404";}
.moon-arrow-right-14:before {content: "\e405";}
.moon-arrow-down-12:before {content: "\e406";}
.moon-arrow-left-13:before {content: "\e407";}
.moon-arrow-up-13:before {content: "\e408";}
.moon-arrow-right-15:before {content: "\e409";}
.moon-arrow-down-13:before {content: "\e40a";}
.moon-arrow-left-14:before {content: "\e40b";}
.moon-arrow-up-14:before {content: "\e40c";}
.moon-arrow-right-16:before {content: "\e40d";}
.moon-arrow-down-14:before {content: "\e40e";}
.moon-arrow-left-15:before {content: "\e40f";}
.moon-arrow-up-15:before {content: "\e410";}
.moon-arrow-right-17:before {content: "\e411";}
.moon-arrow-down-15:before {content: "\e412";}
.moon-arrow-left-16:before {content: "\e413";}
.moon-arrow-up-16:before {content: "\e414";}
.moon-arrow-right-18:before {content: "\e415";}
.moon-arrow-down-16:before {content: "\e416";}
.moon-arrow-left-17:before {content: "\e417";}
.moon-menu-10:before {content: "\e418";}
.moon-menu-11:before {content: "\e419";}
.moon-menu-close:before {content: "\e41a";}
.moon-menu-close-2:before {content: "\e41b";}
.moon-enter-4:before {content: "\e41c";}
.moon-enter-5:before {content: "\e41d";}
.moon-esc:before {content: "\e41e";}
.moon-backspace:before {content: "\e41f";}
.moon-backspace-2:before {content: "\e420";}
.moon-backspace-3:before {content: "\e421";}
.moon-tab:before {content: "\e422";}
.moon-transmission:before {content: "\e423";}
.moon-transmission-2:before {content: "\e424";}
.moon-sort:before {content: "\e425";}
.moon-sort-2:before {content: "\e426";}
.moon-key-keyboard:before {content: "\e427";}
.moon-key-A:before {content: "\e428";}
.moon-key-up:before {content: "\e429";}
.moon-key-right:before {content: "\e42a";}
.moon-key-down:before {content: "\e42b";}
.moon-key-left:before {content: "\e42c";}
.moon-command:before {content: "\e42d";}
.moon-checkbox-checked:before {content: "\e42e";}
.moon-checkbox-unchecked:before {content: "\e42f";}
.moon-square:before {content: "\e430";}
.moon-checkbox-partial:before {content: "\e431";}
.moon-checkbox:before {content: "\e432";}
.moon-checkbox-unchecked-2:before {content: "\e433";}
.moon-checkbox-partial-2:before {content: "\e434";}
.moon-checkbox-checked-2:before {content: "\e435";}
.moon-checkbox-unchecked-3:before {content: "\e436";}
.moon-checkbox-partial-3:before {content: "\e437";}
.moon-radio-checked:before {content: "\e438";}
.moon-radio-unchecked:before {content: "\e439";}
.moon-circle:before {content: "\e43a";}
.moon-circle-2:before {content: "\e43b";}
.moon-crop:before {content: "\e43c";}
.moon-crop-2:before {content: "\e43d";}
.moon-vector:before {content: "\e43e";}
.moon-rulers:before {content: "\e43f";}
.moon-scissors:before {content: "\e440";}
.moon-scissors-2:before {content: "\e441";}
.moon-scissors-3:before {content: "\e442";}
.moon-filter:before {content: "\e443";}
.moon-filter-2:before {content: "\e444";}
.moon-filter-3:before {content: "\e445";}
.moon-filter-4:before {content: "\e446";}
.moon-font:before {content: "\e447";}
.moon-font-size:before {content: "\e448";}
.moon-type:before {content: "\e449";}
.moon-text-height:before {content: "\e44a";}
.moon-text-width:before {content: "\e44b";}
.moon-height:before {content: "\e44c";}
.moon-width:before {content: "\e44d";}
.moon-bold:before {content: "\e44e";}
.moon-underline:before {content: "\e44f";}
.moon-italic:before {content: "\e450";}
.moon-strikethrough:before {content: "\e451";}
.moon-strikethrough-2:before {content: "\e452";}
.moon-font-size-2:before {content: "\e453";}
.moon-bold-2:before {content: "\e454";}
.moon-underline-2:before {content: "\e455";}
.moon-italic-2:before {content: "\e456";}
.moon-strikethrough-3:before {content: "\e457";}
.moon-omega:before {content: "\e458";}
.moon-sigma:before {content: "\e459";}
.moon-nbsp:before {content: "\e45a";}
.moon-page-break:before {content: "\e45b";}
.moon-page-break-2:before {content: "\e45c";}
.moon-superscript:before {content: "\e45d";}
.moon-subscript:before {content: "\e45e";}
.moon-superscript-2:before {content: "\e45f";}
.moon-subscript-2:before {content: "\e460";}
.moon-text-color:before {content: "\e461";}
.moon-highlight:before {content: "\e462";}
.moon-pagebreak:before {content: "\e463";}
.moon-clear-formatting:before {content: "\e464";}
.moon-table:before {content: "\e465";}
.moon-table-2:before {content: "\e466";}
.moon-insert-template:before {content: "\e467";}
.moon-pilcrow:before {content: "\e468";}
.moon-left-to-right:before {content: "\e469";}
.moon-right-to-left:before {content: "\e46a";}
.moon-paragraph-left:before {content: "\e46b";}
.moon-paragraph-center:before {content: "\e46c";}
.moon-paragraph-right:before {content: "\e46d";}
.moon-paragraph-justify:before {content: "\e46e";}
.moon-paragraph-left-2:before {content: "\e46f";}
.moon-paragraph-center-2:before {content: "\e470";}
.moon-paragraph-right-2:before {content: "\e471";}
.moon-paragraph-justify-2:before {content: "\e472";}
.moon-indent-increase:before {content: "\e473";}
.moon-indent-decrease:before {content: "\e474";}
.moon-paragraph-left-3:before {content: "\e475";}
.moon-paragraph-center-3:before {content: "\e476";}
.moon-paragraph-right-3:before {content: "\e477";}
.moon-paragraph-justify-3:before {content: "\e478";}
.moon-indent-increase-2:before {content: "\e479";}
.moon-indent-decrease-2:before {content: "\e47a";}
.moon-share:before {content: "\e47b";}
.moon-new-tab:before {content: "\e47c";}
.moon-new-tab-2:before {content: "\e47d";}
.moon-popout:before {content: "\e47e";}
.moon-embed:before {content: "\e47f";}
.moon-code:before {content: "\e480";}
.moon-console:before {content: "\e481";}
.moon-seven-segment-0:before {content: "\e482";}
.moon-seven-segment-1:before {content: "\e483";}
.moon-seven-segment-2:before {content: "\e484";}
.moon-seven-segment-3:before {content: "\e485";}
.moon-seven-segment-4:before {content: "\e486";}
.moon-seven-segment-5:before {content: "\e487";}
.moon-seven-segment-6:before {content: "\e488";}
.moon-seven-segment-7:before {content: "\e489";}
.moon-seven-segment-8:before {content: "\e48a";}
.moon-seven-segment-9:before {content: "\e48b";}
.moon-share-2:before {content: "\e48c";}
.moon-share-3:before {content: "\e48d";}
.moon-mail:before {content: "\e48e";}
.moon-mail-2:before {content: "\e48f";}
.moon-mail-3:before {content: "\e490";}
.moon-mail-4:before {content: "\e491";}
.moon-google:before {content: "\e492";}
.moon-google_plus:before {content: "\e493";}
.moon-google_plus-2:before {content: "\e494";}
.moon-google_plus-3:before {content: "\e495";}
.moon-google_plus-4:before {content: "\e496";}
.moon-google-drive:before {content: "\e497";}
.moon-facebook:before {content: "\e498";}
.moon-facebook-2:before {content: "\e499";}
.moon-facebook-3:before {content: "\e49a";}
.moon-facebook-4:before {content: "\e49b";}
.moon-instagram:before {content: "\e49c";}
.moon-twitter:before {content: "\e49d";}
.moon-twitter-2:before {content: "\e49e";}
.moon-twitter-3:before {content: "\e49f";}
.moon-feed-2:before {content: "\e4a0";}
.moon-feed-3:before {content: "\e4a1";}
.moon-feed-4:before {content: "\e4a2";}
.moon-youtube:before {content: "\e4a3";}
.moon-youtube-2:before {content: "\e4a4";}
.moon-vimeo:before {content: "\e4a5";}
.moon-vimeo2:before {content: "\e4a6";}
.moon-vimeo-2:before {content: "\e4a7";}
.moon-lanyrd:before {content: "\e4a8";}
.moon-flickr:before {content: "\e4a9";}
.moon-flickr-2:before {content: "\e4aa";}
.moon-flickr-3:before {content: "\e4ab";}
.moon-flickr-4:before {content: "\e4ac";}
.moon-picassa:before {content: "\e4ad";}
.moon-picassa-2:before {content: "\e4ae";}
.moon-dribbble:before {content: "\e4af";}
.moon-dribbble-2:before {content: "\e4b0";}
.moon-dribbble-3:before {content: "\e4b1";}
.moon-forrst:before {content: "\e4b2";}
.moon-forrst-2:before {content: "\e4b3";}
.moon-deviantart:before {content: "\e4b4";}
.moon-deviantart-2:before {content: "\e4b5";}
.moon-steam:before {content: "\e4b6";}
.moon-steam-2:before {content: "\e4b7";}
.moon-github:before {content: "\e4b8";}
.moon-github-2:before {content: "\e4b9";}
.moon-github-3:before {content: "\e4ba";}
.moon-github-4:before {content: "\e4bb";}
.moon-github-5:before {content: "\e4bc";}
.moon-wordpress:before {content: "\e4bd";}
.moon-wordpress-2:before {content: "\e4be";}
.moon-joomla:before {content: "\e4bf";}
.moon-blogger:before {content: "\e4c0";}
.moon-blogger-2:before {content: "\e4c1";}
.moon-tumblr:before {content: "\e4c2";}
.moon-tumblr-2:before {content: "\e4c3";}
.moon-yahoo:before {content: "\e4c4";}
.moon-tux:before {content: "\e4c5";}
.moon-apple:before {content: "\e4c6";}
.moon-finder:before {content: "\e4c7";}
.moon-android:before {content: "\e4c8";}
.moon-windows:before {content: "\e4c9";}
.moon-windows8:before {content: "\e4ca";}
.moon-soundcloud:before {content: "\e4cb";}
.moon-soundcloud-2:before {content: "\e4cc";}
.moon-skype:before {content: "\e4cd";}
.moon-reddit:before {content: "\e4ce";}
.moon-linkedin:before {content: "\e4cf";}
.moon-lastfm:before {content: "\e4d0";}
.moon-lastfm-2:before {content: "\e4d1";}
.moon-delicious:before {content: "\e4d2";}
.moon-stumbleupon:before {content: "\e4d3";}
.moon-stumbleupon-2:before {content: "\e4d4";}
.moon-stackoverflow:before {content: "\e4d5";}
.moon-pinterest:before {content: "\e4d6";}
.moon-pinterest-2:before {content: "\e4d7";}
.moon-xing:before {content: "\e4d8";}
.moon-xing-2:before {content: "\e4d9";}
.moon-flattr:before {content: "\e4da";}
.moon-safari:before {content: "\e4db";}
.moon-foursquare:before {content: "\e4dc";}
.moon-foursquare-2:before {content: "\e4dd";}
.moon-paypal:before {content: "\e4de";}
.moon-paypal-2:before {content: "\e4df";}
.moon-paypal-3:before {content: "\e4e0";}
.moon-yelp:before {content: "\e4e1";}
.moon-libreoffice:before {content: "\e4e2";}
.moon-file-pdf:before {content: "\e4e3";}
.moon-file-openoffice:before {content: "\e4e4";}
.moon-file-word:before {content: "\e4e5";}
.moon-file-excel:before {content: "\e4e6";}
.moon-file-zip:before {content: "\e4e7";}
.moon-file-powerpoint:before {content: "\e4e8";}
.moon-file-xml:before {content: "\e4e9";}
.moon-file-css:before {content: "\e4ea";}
.moon-html5:before {content: "\e4eb";}
.moon-html5-2:before {content: "\e4ec";}
.moon-css3:before {content: "\e4ed";}
.moon-chrome:before {content: "\e4ee";}
.moon-firefox:before {content: "\e4ef";}
.moon-IE:before {content: "\e4f0";}
.moon-opera:before {content: "\e4f1";}@font-face{
font-family:'FontAwesome';
src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/fontawesome-webfont.eot?v=3.2.1);
src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),
url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg'),
url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/fontawesome-webfont.woff?v=3.2.1) format('woff'),
url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/fontawesome-webfont.ttf?v=3.2.1) format('truetype');
font-weight:normal;
font-style:normal;
}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;} [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}@font-face{font-family:linecons;src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/linecons.eot);src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/linecons.eot?#iefix) format('embedded-opentype'),url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/linecons.ttf) format('truetype'),url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/linecons.woff) format('woff'),url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/linecons.svg#linecons) format('svg');font-weight:400;font-style:normal}[class*=" linecon-icon-"],[class^=linecon-icon-]{font-family:linecons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.linecon-icon-heart:before{content:"\e600"}.linecon-icon-cloud:before{content:"\e601"}.linecon-icon-star:before{content:"\e602"}.linecon-icon-tv:before{content:"\e603"}.linecon-icon-sound:before{content:"\e604"}.linecon-icon-video:before{content:"\e605"}.linecon-icon-trash:before{content:"\e606"}.linecon-icon-user:before{content:"\e607"}.linecon-icon-key:before{content:"\e608"}.linecon-icon-search:before{content:"\e609"}.linecon-icon-eye:before{content:"\e60a"}.linecon-icon-bubble:before{content:"\e60b"}.linecon-icon-stack:before{content:"\e60c"}.linecon-icon-cup:before{content:"\e60d"}.linecon-icon-phone:before{content:"\e60e"}.linecon-icon-news:before{content:"\e60f"}.linecon-icon-mail:before{content:"\e610"}.linecon-icon-like:before{content:"\e611"}.linecon-icon-photo:before{content:"\e612"}.linecon-icon-note:before{content:"\e613"}.linecon-icon-food:before{content:"\e614"}.linecon-icon-t-shirt:before{content:"\e615"}.linecon-icon-fire:before{content:"\e616"}.linecon-icon-clip:before{content:"\e617"}.linecon-icon-shop:before{content:"\e618"}.linecon-icon-calendar:before{content:"\e619"}.linecon-icon-wallet:before{content:"\e61a"}.linecon-icon-vynil:before{content:"\e61b"}.linecon-icon-truck:before{content:"\e61c"}.linecon-icon-world:before{content:"\e61d"}.linecon-icon-clock:before{content:"\e61e"}.linecon-icon-paperplane:before{content:"\e61f"}.linecon-icon-params:before{content:"\e620"}.linecon-icon-banknote:before{content:"\e621"}.linecon-icon-data:before{content:"\e622"}.linecon-icon-music:before{content:"\e623"}.linecon-icon-megaphone:before{content:"\e624"}.linecon-icon-study:before{content:"\e625"}.linecon-icon-lab:before{content:"\e626"}.linecon-icon-location:before{content:"\e627"}.linecon-icon-display:before{content:"\e628"}.linecon-icon-diamond:before{content:"\e629"}.linecon-icon-pen:before{content:"\e62a"}.linecon-icon-bulb:before{content:"\e62b"}.linecon-icon-lock:before{content:"\e62c"}.linecon-icon-tag:before{content:"\e62d"}.linecon-icon-camera:before{content:"\e62e"}.linecon-icon-settings:before{content:"\e62f"}@font-face{font-family:steadysets;src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/steadysets.eot);src:url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/steadysets.eot?#iefix) format('embedded-opentype'),url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/steadysets.ttf) format('truetype'),url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/steadysets.woff) format('woff'),url(//www.brandenergyresearch.com/wp-content/themes/solveto/font/steadysets.svg#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" steadysets-icon-"],[class^=steadysets-icon-]{font-family:steadysets;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.steadysets-icon-type:before{content:"\e600"}.steadysets-icon-box:before{content:"\e601"}.steadysets-icon-archive:before{content:"\e602"}.steadysets-icon-envelope:before{content:"\e603"}.steadysets-icon-email:before{content:"\e604"}.steadysets-icon-files:before{content:"\e605"}.steadysets-icon-uniE606:before{content:"\e606"}.steadysets-icon-connection-empty:before{content:"\e607"}.steadysets-icon-connection-25:before{content:"\e608"}.steadysets-icon-connection-50:before{content:"\e609"}.steadysets-icon-connection-75:before{content:"\e60a"}.steadysets-icon-connection-full:before{content:"\e60b"}.steadysets-icon-microphone:before{content:"\e60c"}.steadysets-icon-microphone-off:before{content:"\e60d"}.steadysets-icon-book:before{content:"\e60e"}.steadysets-icon-cloud:before{content:"\e60f"}.steadysets-icon-book2:before{content:"\e610"}.steadysets-icon-star:before{content:"\e611"}.steadysets-icon-phone-portrait:before{content:"\e612"}.steadysets-icon-phone-landscape:before{content:"\e613"}.steadysets-icon-tablet:before{content:"\e614"}.steadysets-icon-tablet-landscape:before{content:"\e615"}.steadysets-icon-laptop:before{content:"\e616"}.steadysets-icon-uniE617:before{content:"\e617"}.steadysets-icon-barbell:before{content:"\e618"}.steadysets-icon-stopwatch:before{content:"\e619"}.steadysets-icon-atom:before{content:"\e61a"}.steadysets-icon-syringe:before{content:"\e61b"}.steadysets-icon-pencil:before{content:"\e61c"}.steadysets-icon-chart:before{content:"\e61d"}.steadysets-icon-bars:before{content:"\e61e"}.steadysets-icon-cube:before{content:"\e61f"}.steadysets-icon-image:before{content:"\e620"}.steadysets-icon-crop:before{content:"\e621"}.steadysets-icon-graph:before{content:"\e622"}.steadysets-icon-select:before{content:"\e623"}.steadysets-icon-bucket:before{content:"\e624"}.steadysets-icon-mug:before{content:"\e625"}.steadysets-icon-clipboard:before{content:"\e626"}.steadysets-icon-lab:before{content:"\e627"}.steadysets-icon-bones:before{content:"\e628"}.steadysets-icon-pill:before{content:"\e629"}.steadysets-icon-bolt:before{content:"\e62a"}.steadysets-icon-health:before{content:"\e62b"}.steadysets-icon-map-marker:before{content:"\e62c"}.steadysets-icon-stack:before{content:"\e62d"}.steadysets-icon-newspaper:before{content:"\e62e"}.steadysets-icon-uniE62F:before{content:"\e62f"}.steadysets-icon-coffee:before{content:"\e630"}.steadysets-icon-bill:before{content:"\e631"}.steadysets-icon-sun:before{content:"\e632"}.steadysets-icon-vcard:before{content:"\e633"}.steadysets-icon-shorts:before{content:"\e634"}.steadysets-icon-drink:before{content:"\e635"}.steadysets-icon-diamond:before{content:"\e636"}.steadysets-icon-bag:before{content:"\e637"}.steadysets-icon-calculator:before{content:"\e638"}.steadysets-icon-credit-cards:before{content:"\e639"}.steadysets-icon-microwave-oven:before{content:"\e63a"}.steadysets-icon-camera:before{content:"\e63b"}.steadysets-icon-share:before{content:"\e63c"}.steadysets-icon-bullhorn:before{content:"\e63d"}.steadysets-icon-user:before{content:"\e63e"}.steadysets-icon-users:before{content:"\e63f"}.steadysets-icon-user2:before{content:"\e640"}.steadysets-icon-users2:before{content:"\e641"}.steadysets-icon-unlocked:before{content:"\e642"}.steadysets-icon-unlocked2:before{content:"\e643"}.steadysets-icon-lock:before{content:"\e644"}.steadysets-icon-forbidden:before{content:"\e645"}.steadysets-icon-switch:before{content:"\e646"}.steadysets-icon-meter:before{content:"\e647"}.steadysets-icon-flag:before{content:"\e648"}.steadysets-icon-home:before{content:"\e649"}.steadysets-icon-printer:before{content:"\e64a"}.steadysets-icon-clock:before{content:"\e64b"}.steadysets-icon-calendar:before{content:"\e64c"}.steadysets-icon-comment:before{content:"\e64d"}.steadysets-icon-chat-3:before{content:"\e64e"}.steadysets-icon-chat-2:before{content:"\e64f"}.steadysets-icon-chat-1:before{content:"\e650"}.steadysets-icon-chat:before{content:"\e651"}.steadysets-icon-zoom-out:before{content:"\e652"}.steadysets-icon-zoom-in:before{content:"\e653"}.steadysets-icon-search:before{content:"\e654"}.steadysets-icon-trashcan:before{content:"\e655"}.steadysets-icon-tag:before{content:"\e656"}.steadysets-icon-download:before{content:"\e657"}.steadysets-icon-paperclip:before{content:"\e658"}.steadysets-icon-checkbox:before{content:"\e659"}.steadysets-icon-checkbox-checked:before{content:"\e65a"}.steadysets-icon-checkmark:before{content:"\e65b"}.steadysets-icon-refresh:before{content:"\e65c"}.steadysets-icon-reload:before{content:"\e65d"}.steadysets-icon-arrow-right:before{content:"\e65e"}.steadysets-icon-arrow-down:before{content:"\e65f"}.steadysets-icon-arrow-up:before{content:"\e660"}.steadysets-icon-arrow-left:before{content:"\e661"}.steadysets-icon-settings:before{content:"\e662"}.steadysets-icon-battery-full:before{content:"\e663"}.steadysets-icon-battery-75:before{content:"\e664"}.steadysets-icon-battery-50:before{content:"\e665"}.steadysets-icon-battery-25:before{content:"\e666"}.steadysets-icon-battery-empty:before{content:"\e667"}.steadysets-icon-battery-charging:before{content:"\e668"}.steadysets-icon-uniE669:before{content:"\e669"}.steadysets-icon-grid:before{content:"\e66a"}.steadysets-icon-list:before{content:"\e66b"}.steadysets-icon-wifi-low:before{content:"\e66c"}.steadysets-icon-folder-check:before{content:"\e66d"}.steadysets-icon-folder-settings:before{content:"\e66e"}.steadysets-icon-folder-add:before{content:"\e66f"}.steadysets-icon-folder:before{content:"\e670"}.steadysets-icon-window:before{content:"\e671"}.steadysets-icon-windows:before{content:"\e672"}.steadysets-icon-browser:before{content:"\e673"}.steadysets-icon-file-broken:before{content:"\e674"}.steadysets-icon-align-justify:before{content:"\e675"}.steadysets-icon-align-center:before{content:"\e676"}.steadysets-icon-align-right:before{content:"\e677"}.steadysets-icon-align-left:before{content:"\e678"}.steadysets-icon-file:before{content:"\e679"}.steadysets-icon-file-add:before{content:"\e67a"}.steadysets-icon-file-settings:before{content:"\e67b"}.steadysets-icon-mute:before{content:"\e67c"}.steadysets-icon-heart:before{content:"\e67d"}.steadysets-icon-enter:before{content:"\e67e"}.steadysets-icon-volume-decrease:before{content:"\e67f"}.steadysets-icon-wifi-mid:before{content:"\e680"}.steadysets-icon-volume:before{content:"\e681"}.steadysets-icon-bookmark:before{content:"\e682"}.steadysets-icon-screen:before{content:"\e683"}.steadysets-icon-map:before{content:"\e684"}.steadysets-icon-measure:before{content:"\e685"}.steadysets-icon-eyedropper:before{content:"\e686"}.steadysets-icon-support:before{content:"\e687"}.steadysets-icon-phone:before{content:"\e688"}.steadysets-icon-email2:before{content:"\e689"}.steadysets-icon-volume-increase:before{content:"\e68a"}.steadysets-icon-wifi-full:before{content:"\e68b"}.easyPieChart {
position: relative;
text-align: center;
margin:0 auto;
font-size:55px;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}.swiper-container {
margin:0 auto;
position:relative;
overflow:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden; z-index:1;
}
.swiper-wrapper {
position:relative;
width:100%;
-webkit-transition-property:-webkit-transform, left, top;
-webkit-transition-duration:0s;
-webkit-transform:translate3d(0px,0,0);
-webkit-transition-timing-function:ease;
-moz-transition-property:-moz-transform, left, top;
-moz-transition-duration:0s;
-moz-transform:translate3d(0px,0,0);
-moz-transition-timing-function:ease;
-o-transition-property:-o-transform, left, top;
-o-transition-duration:0s;
-o-transform:translate3d(0px,0,0);
-o-transition-timing-function:ease;
-o-transform:translate(0px,0px);
-ms-transition-property:-ms-transform, left, top;
-ms-transition-duration:0s;
-ms-transform:translate3d(0px,0,0);
-ms-transition-timing-function:ease;
transition-property:transform, left, top;
transition-duration:0s;
transform:translate3d(0px,0,0);
transition-timing-function:ease;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
float: left;
} .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
} .swiper-container {  }
.swiper-slide {  }
.swiper-slide-active { }
.swiper-slide-visible { } .swiper-pagination-switch { }
.swiper-active-switch { }
.swiper-visible-switch { }.entry-content .addthis_button,.entry-content .addthis_toolbox,.entry-header .addthis_button,.entry-header .addthis_toolbox{margin:10px 0 10px 0}.addthis_button_tweet{min-width:83px;float:left}.atwidget iframe{max-width:none}a.at-share-btn,a.at-share-btn:hover,div.addthis_native_toolbox a,div.addthis_native_toolbox a:hover,div.addthis_tool a,div.addthis_tool a:hover,div.addthis_toolbox a,div.addthis_toolbox a:hover{border:0;box-shadow:none;-webkit-box-shadow:none}div.addthis_toolbox br{display:none}