html {
  overflow-x: hidden;
}

body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
}


/*.modern-browser * {*/


/*filter: none !important;*/


/*-ms-filter: none !important;*/


/*}*/

html.html-loading body {
  position: relative;
  left: -100%;
}

html.ie8.html-loading body {
  position: static;
  left: 0;
}

html.html-loading #wpadminbar {
  visibility: hidden;
}

.typekit-badge {
  display: none !important;
}

a {
  color: #169fe6;
  outline: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a:hover {
  color: #070401;
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

body {
  / / font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30.5px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 18px;
}

.ui--retina {
  position: relative;
}

.ui--retina .retina {
  position: absolute;
  left: 0;
  top: 0;
  display: none !important;
}

.relative {
  position: relative !important;
}

.helper--nobr {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.helper--seperator {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 5px;
  margin-left: 3px;
  margin-right: 10px;
}

.helper--extract-icon {}

.helper--no-filter {
  -ms-filter: none !important;
  filter: none !important;
}

.helper--vertical-center-icon {
  width: 18px;
  position: relative;
}

.helper--vertical-center-icon>[class^="fontawesome-"],
.helper--vertical-center-icon>[class*=" fontawesome-"] {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -7px;
}

.px24 {
  font-size: 24px;
}

.px18 {
  font-size: 18px;
}

.px16 {
  font-size: 16px;
}

.px14 {
  font-size: 14px;
}

.px12 {
  font-size: 12px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-30 {
  padding-right: 30px;
}

.no-radius {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.radius-3px {
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}

.radius-4px {
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}

.radius-6px {
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}

.radius-30px {
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
}

.radius-circle {
  -moz-border-radius: 1500px !important;
  -webkit-border-radius: 1500px !important;
  border-radius: 1500px !important;
}

.abs-left {
  position: absolute;
  left: 0;
  right: auto;
}

.abs-right {
  position: absolute;
  left: auto;
  right: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-left>p:last-child,
.text-right>p:last-child,
.text-center>p:last-child,
.text-justify>p:last-child {
  margin-bottom: 0;
}

.no-effect,
.no-effect a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.effect,
.effect a {
  transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}

.ui--notfound {
  text-align: center;
  margin: 12px 0 30px;
}

.ui--inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--block {
  display: block;
}

.ui--lightbox-opened #side-panel-pusher {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.row-fluid [class*="span"],
.ui-row .row [class*="span"] {
  min-height: 1px;
}

.ui-row.ui-row-no-margin [class*="span"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05319148936170213%;
}

.ui-row.ui-row-no-margin [class*="span"]:first-child {
  margin-left: 0;
}

.ui-row.ui-row-no-margin .span12 {
  width: 99.99999999600001% !important;
  *width: 99.9468085066383% !important;
}

.ui-row.ui-row-no-margin .span11 {
  width: 91.666666663% !important;
  *width: 91.61347517363829% !important;
}

.ui-row.ui-row-no-margin .span10 {
  width: 83.33333333% !important;
  *width: 83.2801418406383% !important;
}

.ui-row.ui-row-no-margin .span9 {
  width: 74.999999997% !important;
  *width: 74.9468085076383% !important;
}

.ui-row.ui-row-no-margin .span8 {
  width: 66.666666664% !important;
  *width: 66.6134751746383% !important;
}

.ui-row.ui-row-no-margin .span7 {
  width: 58.333333331000006% !important;
  *width: 58.280141841638304% !important;
}

.ui-row.ui-row-no-margin .span6 {
  width: 49.99999999800001% !important;
  *width: 49.946808508638306% !important;
}

.ui-row.ui-row-no-margin .span5 {
  width: 41.666666665% !important;
  *width: 41.6134751756383% !important;
}

.ui-row.ui-row-no-margin .span4 {
  width: 33.333333332% !important;
  *width: 33.2801418426383% !important;
}

.ui-row.ui-row-no-margin .span3 {
  width: 24.999999999000003% !important;
  *width: 24.946808509638302% !important;
}

.ui-row.ui-row-no-margin .span2 {
  width: 16.666666666% !important;
  *width: 16.6134751766383% !important;
}

.ui-row.ui-row-no-margin .span1 {
  width: 8.333333333% !important;
  *width: 8.2801418436383% !important;
}

#page-wrap {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

#page-wrap #page-header {
  position: relative;
}

#page-wrap #page-header * {
  / / -webkit-backface-visibility: hidden;
}

.ie7 #page-header {
  z-index: 12000;
}

.modern-browser #page-header {
  z-index: 12000;
}

#header-container {
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  z-index: 2000;
}

#header-container-background {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 1;
  background-color: #fff;
}

#main-container {
  display: block;
  overflow: hidden;
  position: relative;
}

#page-content {
  min-height: 30px;
}

#page-content>.container {
  padding-left: 0;
}

#the-content {}

#sidebars {
  position: relative;
}

#sidebar-shadow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  max-height: 600px;
}

#sidebar-shadow-top,
#sidebar-shadow-bottom {
  position: absolute;
  width: 100%;
  height: 50%;
}

#sidebar-shadow-top {
  top: 0;
  background-position: 50% 0;
}

#sidebar-shadow-bottom {
  bottom: 0;
  background-position: 50% 100%;
}

.sidebar-layout #the-content {
  float: left;
  width: 670px;
}

.sidebar-layout #sidebars {
  float: right;
  width: 220px;
  position: relative;
}

.sidebar-right #the-content {
  float: left;
}

.sidebar-right #sidebars {
  float: right;
}

.sidebar-right #sidebar-shadow {
  left: -40px;
}

.sidebar-right #sidebar-shadow>div {
  background-image: url(../images/sidebar-shadow-right.png);
  background-repeat: no-repeat;
}

.sidebar-left #the-content {
  float: right;
}

.sidebar-left #sidebars {
  float: left;
}

.sidebar-left #sidebar-shadow {
  right: -40px;
}

.sidebar-left #sidebar-shadow>div {
  background-image: url(../images/sidebar-shadow-left.png);
  background-repeat: no-repeat;
}

#page-content .widget {
  margin-bottom: 30px;
}

.sidebar-widget-title {
  display: block;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px !important;
  font-weight: 400;
}

.sidebar-widget-title.with-navigation {
  padding-right: 60px;
}

.rtl .sidebar-widget-title.with-navigation {
  padding-right: 0;
  padding-left: 60px;
}

.sidebar-widget-title .ui--title-navigation {
  right: 0;
  margin-top: -14px;
}

.sidebar-widget-title>span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 2px solid #169fe6;
  margin-bottom: -2px;
  padding-bottom: 6px;
}

.sidebar-widget-title a,
.sidebar-widget-title a:hover {
  text-decoration: none !important;
}

#sidebars select,
#sidebars textarea,
#sidebars input[type="text"],
#sidebars input[type="password"],
#sidebars input[type="datetime"],
#sidebars input[type="datetime-local"],
#sidebars input[type="date"],
#sidebars input[type="month"],
#sidebars input[type="time"],
#sidebars input[type="week"],
#sidebars input[type="number"],
#sidebars input[type="email"],
#sidebars input[type="url"],
#sidebars input[type="search"],
#sidebars input[type="tel"],
#sidebars input[type="color"] {
  width: 99%;
  max-width: 99%;
}

.modern-browser body.layout--boxed {
  filter: none !important;
}

.layout--boxed #main-container {}

.layout--boxed #page-wrap {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.layout--boxed #page-content {
  overflow: hidden;
}

.layout--boxed #page-content>.container {
  padding-left: 0;
}

.lt-ie8 [class^="ui--gradient-"],
.lt-ie8 [class*=" ui--gradient-"] {
  zoom: 1;
}

.modern-browser [class^="ui--gradient-"].on--hover,
.modern-browser [class*=" ui--gradient-"].on--hover {
  filter: none !important;
}

.modern-browser [class^="ui--gradient-"],
.modern-browser [class*=" ui--gradient-"] {
  filter: none !important;
}

.ui--gradient.on--hover {
  -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;
}

.ui--gradient.on--hover:hover {
  background-position: 0 -15px;
}

.ui--gradient-grey {
  background-color: #f1f1f1;
  *background-color: #f1f1f1;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMUYxRjEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODkpIiAvPgo8L3N2Zz4=');
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f1f1f1');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#f1f1f1')";
}

.ui--gradient-grey.on--hover:hover {
  background-color: #f1f1f1 !important;
}

.ui--gradient-grey,
.ui--gradient-grey a {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.ui--gradient-grey-border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.ui--gradient-primary {
  background-color: #0e7add;
  *background-color: #0e7add;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxZmM0ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGU3YWRkIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICA8L2RlZnM+DQogICAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTsiLz4NCjwvc3ZnPg==');
  background-image: -moz-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1fc4f0), to(#0e7add));
  background-image: -webkit-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: -o-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: linear-gradient(to bottom, #1fc4f0, #0e7add);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#1fc4f0', endColorstr='#0e7add');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1fc4f0',endColorstr='#0e7add')";
}

.ui--gradient-primary,
.ui--gradient-primary a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.50);
  color: #ffffff !important;
}

.ui--gradient-primary.on--hover:hover {}


/*#page-content {
  padding: 30px 0 12px;
}*/

.ui--widget-title {
  position: relative;
}

footer {
  background-color: #3b3b3b;
  position: relative;
  z-index: 10;
}

footer select,
footer textarea,
footer input[type="text"],
footer input[type="password"],
footer input[type="datetime"],
footer input[type="datetime-local"],
footer input[type="date"],
footer input[type="month"],
footer input[type="time"],
footer input[type="week"],
footer input[type="number"],
footer input[type="email"],
footer input[type="url"],
footer input[type="search"],
footer input[type="tel"],
footer input[type="color"],
footer select:focus,
footer textarea:focus,
footer input[type="text"]:focus,
footer input[type="password"]:focus,
footer input[type="datetime"]:focus,
footer input[type="datetime-local"]:focus,
footer input[type="date"]:focus,
footer input[type="month"]:focus,
footer input[type="time"]:focus,
footer input[type="week"]:focus,
footer input[type="number"]:focus,
footer input[type="email"]:focus,
footer input[type="url"]:focus,
footer input[type="search"]:focus,
footer input[type="tel"]:focus,
footer input[type="color"]:focus {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
}

footer select,
footer textarea,
footer input[type="text"],
footer input[type="password"],
footer input[type="datetime"],
footer input[type="datetime-local"],
footer input[type="date"],
footer input[type="month"],
footer input[type="time"],
footer input[type="week"],
footer input[type="number"],
footer input[type="email"],
footer input[type="url"],
footer input[type="search"],
footer input[type="tel"],
footer input[type="color"] {
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer-widgets {
  padding-top: 40px;
  padding-bottom: 22px;
  line-height: 18px;
}

.footer-widgets-row-separator {
  height: 1px;
  background-color: #595959;
  margin: 22px 0 28px;
}

.ui--footer-seperator-color {
  background-color: #595959;
}

#footer-widgets .footer-widget-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 2px 0 18px;
  color: #f1f1f1;
}

#footer-widgets .footer-widget-title.with-navigation {
  padding-right: 80px;
}

.rtl #footer-widgets .footer-widget-title.with-navigation {
  padding-right: 0;
  padding-left: 80px;
}

#footer-widgets .footer-widget-title>strong {}

#footer-widgets {
  color: #8c8989;
}

#footer-widgets a {
  color: #fff;
}

#footer-widgets a:hover {
  color: #fff;
  text-decoration: underline;
}

form {
  margin: 0;
}

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 {
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.rtl input:-moz-placeholder,
.rtl textarea:-moz-placeholder {
  text-align: right;
}

.rtl input:-ms-input-placeholder,
.rtl textarea:-ms-input-placeholder {
  text-align: right;
}

.rtl input::-webkit-input-placeholder,
.rtl textarea::-webkit-input-placeholder {
  text-align: right;
}

label,
input,
button,
select,
textarea {
  font-size: 100%;
}

.ui--box,
.ui--box-alias,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid #ebebeb;
  border-bottom: 1px solid rgba(0, 0, 0, .22);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-color: #fff;
}

.color--dark .ui--box .ui--content-box-media {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.arr {
  width: 30px;
  height: 30px;
}

.arr {
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  color: #a2a2a2 !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, .22);
  -webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
  text-decoration: none !important;
}

.arr:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.40);
}

.arr:active,
.arr:active span {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
}

.arr i {
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 8px;
  margin-left: -4px;
}

.arr.arr-left i {
  margin-left: -4px;
}

.arr-plain {
  width: 20px;
  height: 20px;
}

.arr-plain {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb !important;
}

.arr-plain i {
  font-size: 14px;
  margin-top: 3px;
  margin-left: -2px !important;
}

.arr-plain.arr-left i {
  margin-left: -3px !important;
}

.arr-plain:hover {}

.arr-mini {
  width: 20px;
  height: 20px;
}

.arr-mini i {
  font-size: 13px;
  margin-top: 4px;
  margin-left: -3px;
}

.arr-mini.arr-left i {
  margin-left: -4px;
}

.arr-small {
  width: 24px;
  height: 24px;
}

.arr-small i {
  font-size: 14px;
  margin-top: 5px;
  margin-left: -4px;
}

.arr-small.arr-plain .fontawesome-angle-left,
.arr-small.arr-plain .fontawesome-angle-right {
  margin-top: 4px;
}

.arr-small.arr-left i {
  margin-left: -4px;
}

.arr-medium {
  width: 35px;
  height: 35px;
}

.arr-medium i {
  font-size: 16px;
  margin-top: 9px;
  margin-left: -3.5px;
}

.arr-medium.arr-left i {
  margin-left: -4.5px;
}

.arr-large {
  width: 40px;
  height: 40px;
}

.arr-large i {
  font-size: 17px;
  margin-top: 11px;
  margin-left: -4px;
}

.arr-large.arr-left i {
  margin-left: -5px;
}

.arr>span {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  opacity: 1;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 0;
  margin: 0;
}

.arr:hover>span {
  opacity: 1;
}

.old-browser .arr>span {
  display: none;
}

.old-browser .arr:hover>span {
  display: block;
}

.ie7 .arr {
  margin-left: 3px;
}

.ie7 .arr.arr-left {
  margin-left: 0;
}

footer .arr,
footer .arr:hover {
  background-color: transparent !important;
  text-shadow: none !important;
}

footer .arr:active,
footer .arr:active span {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

footer .arr span,
footer .arr:hover span {
  display: none !important;
}

.ui--pagination-wrapper {
  text-align: center;
  margin: 12px 0 12px;
}

.ui--pagination {
  list-style: none none;
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--pagination>li {
  position: relative;
  margin: 0 3px 6px;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 1;
}

.ui--pagination>li>span,
.ui--pagination>li>a {
  display: block;
  padding: 8px 10px;
  line-height: 18px !important;
  text-decoration: none !important;
  white-space: nowrap;
  color: #666 !important;
}

.ui--pagination>li>span:hover,
.ui--pagination>li>a:hover {
  color: #333 !important;
}

.ui--pagination>li a.active,
.ui--pagination>li a:active {
  margin-top: 1px;
  margin-top: -1px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ui--pagination>li.ui--pagination-current-item span {
  font-weight: bold;
  color: #333 !important;
  padding: 12px 15px !important;
}

.ui--pagination>li.ui--pagination-blabla {
  filter: alpha(opacity=50);
  opacity: .5;
}

.ui--pagination>li .fontawesome-angle-left {
  margin-right: 6px;
}

.ui--pagination>li .fontawesome-angle-right {
  margin-left: 6px;
}

.ui--loading {
  display: block !important;
  z-index: 12000;
  opacity: 1 !important;
  float: none !important;
  *zoom: 1;
  overflow: visible !important;
  visibility: visible !important;
  position: absolute !important;
  left: 0;
  margin: 0 0 0 0;
  top: -99999px;
  z-index: 1000;
  display: block !important;
}

.ui--loading-progress {
  overflow: hidden;
  width: auto;
  text-align: center;
  margin-bottom: 18px;
  padding: 30px 0 30px;
}

.ui--loading-progress .fontawesome-spin {
  font-size: 18px;
  -moz-animation: spin 1s infinite linear !important;
  -o-animation: spin 1s infinite linear !important;
  -webkit-animation: spin 1s infinite linear !important;
  animation: spin 1s infinite linear !important;
}

.ui--loading-progress.loaded {
  height: 0;
  padding: 0;
  margin: 0;
}

.ui--loading-progress.loaded .fontawesome-spin {}

.ui--bullets {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 4px solid #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.ui--bullets-color {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, .8);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-clip: padding-box;
}

.ui--gap {
  height: 30px;
}

.ui--author-info {
  margin-bottom: 12px;
}

.ui--author-info img.avatar {
  float: left;
  padding: 1px;
  width: 48px;
  height: auto;
  margin: 0 30px 6px 0;
  line-height: 1;
  border: 4px solid #ebebeb;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
  background-color: #fff;
}

.ui--author-info-name {
  margin-bottom: 6px;
}

.ui--author-info-name h1,
.ui--author-info-name h2,
.ui--author-info-name h3,
.ui--author-info-name h4,
.ui--author-info-name h5,
.ui--author-info-name h6 {
  margin: 0;
}

.ui--author-info-content {
  display: block;
  overflow: hidden;
}

.addthis_toolbox {
  margin-bottom: 18px;
}

.addthis_toolbox a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.ui--star-rating {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--star-rating-text {
  display: none !important;
}

.ui--star-rating-wrap {
  margin-top: 2px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--tabs-titles .ui--star-rating-wrap .ui--star {
  margin: 0 -2px;
}

.ui--star-rating .ui--star {
  padding: 0 0;
  font-size: 18px;
}

.ui--star-rating .ui--star-rating-background {
  position: relative;
  z-index: 0;
  color: #ccc;
}

.ui--star-rating .ui--star-rating-highlight {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.ui--tabs-titles .ui--star-rating-wrap {
  margin-top: 0;
  margin-left: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--tabs-titles .ui--star-rating .ui--star-rating-highlight {
  color: #FFD700;
}

.woocommerce .entry-summary .ui--star-rating-wrap {
  margin: 0 3px 0 0;
  display: inline-block;
  text-align: left;
}

.woocommerce .entry-summary .ui--star-rating-wrap .ui--star-rating .ui--star-rating-highlight {
  padding-right: 3px;
}

.rtl.woocommerce .entry-summary .ui--star-rating-wrap .ui--star-rating .ui--star-rating-highlight {
  padding-left: 3px;
  padding-right: 0;
}

.woocommerce .entry-summary .ui--star-rating-wrap .ui--star-rating .ui--star {
  margin-right: -3px;
}

.rtl.woocommerce .entry-summary .ui--star-rating-wrap .ui--star-rating .ui--star {
  margin-left: -3px;
  margin-right: 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.gallery-caption {}

.bypostauthor {}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 18px;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 18px;
}

.aligncenter {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.cloudfw-fatal-error {
  margin-bottom: 18px;
  color: red;
}

.cloudfw-ui-parallax-effect {
  position: relative;
  overflow: hidden !important;
}

.ui--parallax {
  position: absolute;
  left: 0;
  top: auto !important;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

.ui--parallax.active-parallax {
  opacity: 1;
}

.ui--cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ui--section-content-v-center {
  display: table !important;
}

.ui--section-content-v-center .ui--section-content {
  display: table-cell;
  vertical-align: middle;
}

.ui--section-content {
  z-index: 3;
  position: relative;
  padding-top: 30px;
  padding-bottom: 12px;
}

.fullwidth-container {
  width: 960px;
  margin-left: -290px !important;
  padding-left: 290px;
  padding-right: 290px;
}

.rtl .fullwidth-container {
  margin-left: 0 !important;
  margin-right: -290px !important;
  padding-right: 290px;
  padding-left: 290px;
}

.fullwidth-container.ui--section {
  margin: 0 30px 30px;
  background-position: 50% 0;
  background: #f1f1f1;
}

.fullwidth-container.ui--section .ui--section-content {
  padding-top: 40px;
  padding-bottom: 22px;
}

.fullwidth-container.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ui--section-content.inner-shadow-1 {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, .1);
}

.ui--section-content.inner-shadow-2 {
  -webkit-box-shadow: inset 0 -2px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 -2px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, .1);
}

.ui--section-content.inner-shadow-3 {
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
}

.fullwidth-container.outer-shadow-1 {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.fullwidth-container.outer-shadow-2 {
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
}

.fullwidth-container.outer-shadow-3 {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

@media only screen and (min-width: 1200px) {
  .fullwidth-container {
    margin-left: -300px !important;
    padding-left: 300px;
    padding-right: 300px;
  }

  .rtl .fullwidth-container {
    margin-left: 0 !important;
    margin-right: -300px !important;
    padding-right: 300px;
    padding-left: 300px;
  }
}

@media only screen and (min-width: 1500px) {
  .fullwidth-container {
    margin-left: -520px !important;
    padding-left: 520px;
    padding-right: 520px;
  }

  .rtl .fullwidth-container {
    margin-left: 0 !important;
    margin-right: -520px !important;
    padding-right: 520px;
    padding-left: 520px;
  }
}

@media only screen and (min-width: 1980px) {
  .fullwidth-container {
    margin-left: -750px !important;
    padding-left: 750px;
    padding-right: 750px;
  }

  .rtl .fullwidth-container {
    margin-left: 0 !important;
    margin-right: -750px !important;
    padding-right: 750px;
    padding-left: 750px;
  }
}

@media only screen and (max-width: 979px) {
  .fullwidth-container {
    margin-left: -130px !important;
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .fullwidth-container {
    margin-left: -40px !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}


/*! * Bootstrap v2.3.0 * * 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;
  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;
}

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 {
  width: auto \9;
  height: auto;
  max-width: 100%;
  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"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  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;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  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: -30px;
  *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: 30px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}

.span12 {
  width: 960px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 712px;
}

.span8 {
  width: 630px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 465px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 217.4px;
}

.span2 {
  width: 135px;
}

.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;
}

.ui-row .row {
  margin-left: 0;
}

.row-fluid,
.ui-row .row {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after,
.ui-row .row:before,
.ui-row .row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after,
.ui-row .row:after {
  clear: both;
}

.row-fluid [class*="span"],
.ui-row .row [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child,
.ui-row .row [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"]+[class*="span"],
.ui-row .row .controls-row [class*="span"]+[class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12,
.ui-row .row .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11,
.ui-row .row .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10,
.ui-row .row .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9,
.ui-row .row .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8,
.ui-row .row .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7,
.ui-row .row .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6,
.ui-row .row .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5,
.ui-row .row .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4,
.ui-row .row .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3,
.ui-row .row .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2,
.ui-row .row .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1,
.ui-row .row .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:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

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

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ol {
  padding: 0;
  margin: 0 0 18px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.unstyled-all,
ol.unstyled-all,
ul.unstyled-all li,
ol.unstyled-all li {
  margin: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline>li,
ol.inline>li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

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: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

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;
  white-space: nowrap;
  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;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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-size: 14px;
  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;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.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: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

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;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  /*width: 220px;*/
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

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;
  cursor: not-allowed;
  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);
}

.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;
}

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 .table {
  background-color: #ffffff;
}

.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,
.table-bordered tbody:first-child tr:first-child>th: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,
.table-bordered tbody:first-child tr:first-child>th: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 tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
  -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 tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.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;
}

[class^="fontawesome-"],
[class*=" fontawesome-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

.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;
}

.btn.btn-with-border {
  border-width: 1px 1px 1px 1px !important;
  border-style: solid !important;
  border-color: transparent;
}


/*.btn:hover, .btn:focus, .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,
.btn:focus {
  color: #333333;
  text-decoration: none;
  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-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.btn-secondary {
  padding: 4px 15px;
}

.btn-large.btn-secondary {
  padding: 13px 17px;
}

.btn-medium.btn-secondary {
  padding: 9px 19px;
}

.btn-small.btn-secondary {
  padding: 1px 9px;
}

.btn-mini.btn-secondary {
  padding: 0 5px;
}

.btn-large {
  padding: 14px 28px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-large [class^="fontawesome-"],
.btn-large [class*=" fontawesome-"] {
  margin-top: 4px;
}

.btn-medium {
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-medium [class^="fontawesome-"],
.btn-medium [class*=" fontawesome-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="fontawesome-"],
.btn-small [class*=" fontawesome-"] {
  margin-top: 0;
}

.btn-mini [class^="fontawesome-"],
.btn-mini [class*=" fontawesome-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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 {
  color: rgba(255, 255, 255, 0.75);
}

.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 {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}


/*! * Bootstrap Responsive v2.3.0 * * 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;
  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;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-phone-portrait {
  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;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .sidebar-layout #the-content {
    width: 500px;
  }

  .sidebar-layout #sidebars {
    width: 180px;
  }

  .sidebar-layout.sidebar-right #sidebars #sidebar-shadow {
    left: -30px;
  }

  .sidebar-layout.sidebar-left #sidebars #sidebar-shadow {
    right: -30px;
  }

  .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 {
    width: 724px;
  }

  .fullwidth-container,
  .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,
  .ui-row .row .span12,
  .row-fluid .row .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11,
  .ui-row .row .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }

  .row-fluid .span10,
  .ui-row .row .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }

  .row-fluid .span9,
  .ui-row .row .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }

  .row-fluid .span8,
  .ui-row .row .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }

  .row-fluid .span7,
  .ui-row .row .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }

  .row-fluid .span6,
  .ui-row .row .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }

  .row-fluid .span5,
  .ui-row .row .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }

  .row-fluid .span4,
  .ui-row .row .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }

  .row-fluid .span3,
  .ui-row .row .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }

  .row-fluid .span2,
  .ui-row .row .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }

  .row-fluid .span1,
  .ui-row .row .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;
  }
}

@media (max-width: 767px) {
  a {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  #the-content,
  #sidebars {
    float: none !important;
    width: auto !important;
  }

  #sidebars #sidebar-shadow {
    display: none;
  }

  footer .ui-row>.widget-area {
    margin-top: 30px;
  }

  footer .ui-row>.widget-area:first-child {
    margin-top: 0;
  }

  #top-bar {
    height: auto;
    text-align: center;
  }

  #top-bar-text {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .top-bar-sides {
    position: inherit;
    !important;
    float: none !important;
    margin: 0 !important;
  }

  .top-bar-sides:first-child {
    border-bottom: 1px solid #ebebeb;
  }

  #top-bar #top-bar-widgets {
    float: none !important;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  #top-bar ul,
  #top-bar li {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }

  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .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"],
  .ui-row .row [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .fullwidth-container,
  .span12,
  .row-fluid .span12,
  .ui-row .row .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;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 1200px) {
  .layout--boxed #page-wrap {
    max-width: 1280px;
  }

  .sidebar-layout #the-content {
    width: 860px;
  }

  .sidebar-layout #sidebars {
    width: 230px;
  }

  .sidebar-layout.sidebar-right #sidebars #sidebar-shadow {
    left: -45px;
  }

  .sidebar-layout.sidebar-left #sidebars #sidebar-shadow {
    right: -50px;
  }

  .row {
    margin-left: -30px;
    *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: 30px;
  }

  .fullwidth-container,
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  .span12 {
    width: 1170px;
  }

  .span11 {
    width: 1070px;
  }

  .span10 {
    width: 970px;
  }

  .span9 {
    width: 870px;
  }

  .span8 {
    width: 770px;
  }

  .span7 {
    width: 670px;
  }

  .span6 {
    width: 570px;
  }

  .span5 {
    width: 470px;
  }

  .span4 {
    width: 370px;
  }

  .span3 {
    width: 270px;
  }

  .span2 {
    width: 170px;
  }

  .span1 {
    width: 70px;
  }

  .offset12 {
    margin-left: 1230px;
  }

  .offset11 {
    margin-left: 1130px;
  }

  .offset10 {
    margin-left: 1030px;
  }

  .offset9 {
    margin-left: 930px;
  }

  .offset8 {
    margin-left: 830px;
  }

  .offset7 {
    margin-left: 730px;
  }

  .offset6 {
    margin-left: 630px;
  }

  .offset5 {
    margin-left: 530px;
  }

  .offset4 {
    margin-left: 430px;
  }

  .offset3 {
    margin-left: 330px;
  }

  .offset2 {
    margin-left: 230px;
  }

  .offset1 {
    margin-left: 130px;
  }

  .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.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -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.564102564102564%;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }

  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }

  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }

  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }

  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }

  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }

  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }

  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }

  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }

  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }

  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }

  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }

  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }

  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }

  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }

  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }

  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }

  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }

  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }

  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }

  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }

  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }

  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }

  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"]+[class*="span"] {
    margin-left: 30px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails>li {
    margin-left: 30px;
  }

  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

.ui--space {
  display: block;
  height: 30px;
}

.ui--tabs,
.ui--tabs-header {
  position: relative;
  display: block;
}

.ui--tabs-header {
  line-height: 0 !important;
  z-index: 2;
}

.ui--tabs-header .ui--tabs-header-holder {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--tabs-titles {
  position: relative;
  z-index: 1;
  list-style: none none;
  margin: 0;
  padding: 0;
  line-height: 0 !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--tabs-titles>li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 0 !important;
  display: inline-block;
  float: left;
  *display: inline;
  *zoom: 1;
}

.rtl .ui--tabs-titles>li {
  float: right;
}

.ui--tabs-titles>li a {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  display: block;
  outline: 0;
}

.ui--tabs-titles>li .ui--icon {
  position: relative;
  z-index: 4;
  margin-right: 12px;
}

.ui--tabs-titles>li h1,
.ui--tabs-titles>li h2,
.ui--tabs-titles>li h3,
.ui--tabs-titles>li h4,
.ui--tabs-titles>li h5,
.ui--tabs-titles>li h6 {
  position: relative;
  z-index: 2;
  margin: 0 !important;
}

.ui--tabs-contents {
  list-style: none none;
  position: relative;
  z-index: 1;
}

.ui--tabs-contents li.hidden {
  position: absolute;
  top: -99999px;
  display: block !important;
  width: 100%;
}

.ui--tabs-mega {
  margin: 0 0 30px;
}

.ui--tabs-mega>.ui--tabs-header {}

.ui--tabs-mega>.ui--tabs-header .ui--tabs-titles {}

.ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li {}

html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li a {
  display: block;
  padding: 15px 40px;
  text-decoration: none !important;
  min-height: 25px;
  font-weight: 400;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  border-color: rgba(255, 255, 255, .2) !important;
}

html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li a:hover {
  background-color: rgba(0, 0, 0, .1);
}

html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li a:active {
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, .4);
}

html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li.active a,
html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li.active a:hover {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  background-color: none;
  box-shadow: none;
  border-color: transparent !important;
}

html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li a {
  border-left: 1px solid transparent;
}

html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li.last-item a {
  border-right: 1px solid transparent;
}

.ui--tabs-mega>.ui--tabs-contents {
  margin: 30px 0 0;
  padding: 0;
}

.ui--tabs-mega>.ui--tabs-contents>li {}

.ui--tabs-mini {
  margin-bottom: 30px;
}

.ui--tabs-mini>.ui--tabs-header {
  overflow: hidden;
  position: relative;
}

.ui--tabs-mini>.ui--tabs-header .ui--tabs-border-after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4000px;
  border-bottom: 1px solid transparent;
}

.ui--tabs-mini>.ui--tabs-header .ui--tabs-border-before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -4000px;
  width: 4000px;
  border-bottom: 1px solid transparent;
}

.ui--tabs-mini>.ui--tabs-header .ui--tabs-titles {
  margin-bottom: -1px;
}

html #page-wrap .ui--tabs-mini-horizontal>.ui--tabs-header .ui--tabs-titles>li {
  max-height: 60px;
}

html #page-wrap .ui--tabs-mini-horizontal>.ui--tabs-header .ui--tabs-titles>li a {
  display: block;
  padding: 18px 30px 15px;
  text-decoration: none !important;
  position: relative;
  font-weight: 400;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-height: 100px;
}

html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-titles>li a:hover {}

html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-titles>li.active a,
html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-titles>li.active a:hover {
  text-shadow: none;
  box-shadow: none;
}

html #page-wrap .ui--tabs-mini-horizontal>.ui--tabs-header .ui--tabs-border-before,
html #page-wrap .ui--tabs-mini-horizontal>.ui--tabs-header .ui--tabs-border-after {
  border-color: #d4d4d4 !important;
}

html #page-wrap .ui--tabs-mini-horizontal>.ui--tabs-header .ui--tabs-titles>li.active a,
html #page-wrap .ui--tabs-mini-horizontal>.ui--tabs-header .ui--tabs-titles>li.active a:hover {
  color: #333;
  border-top-color: #169fe6 !important;
  border-color: #d4d4d4 !important;
}

.ui--tabs-mini-horizontal>.ui--tabs-contents {
  margin: 30px 0 0;
}

.ui--tabs-mini>.ui--tabs-contents>li {}

html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header {
  padding-bottom: 30px;
}

html #page-wrap .ui--tabs-mini-vertical.position--right>.ui--tabs-header {
  float: right;
}

html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header .ui--tabs-titles {
  width: 100%;
  padding-right: 1px;
}

html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header .ui--tabs-titles>li {
  float: none;
  display: block;
}

html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header .ui--tabs-titles>li a {
  display: block;
  padding: 15px 30px;
  text-decoration: none !important;
  position: relative;
  font-weight: 400;
}

html #page-wrap .ui--tabs-mini-vertical.position--left>.ui--tabs-header .ui--tabs-titles>li a {
  border-top: 1px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

html #page-wrap .ui--tabs-mini-vertical.position--right>.ui--tabs-header .ui--tabs-titles>li a {
  border-top: 1px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ui--tabs-mini>.ui--tabs-header .ui--tabs-border-top {
  content: " ";
  position: absolute;
  top: -4000px;
  height: 4000px;
}

.ui--tabs-mini.position--left>.ui--tabs-header .ui--tabs-border-top {
  right: 0;
  border-right: 1px solid transparent;
}

.ui--tabs-mini.position--right>.ui--tabs-header .ui--tabs-border-top {
  left: 0;
  border-left: 1px solid transparent;
}

.ui--tabs-mini>.ui--tabs-header .ui--tabs-border-bottom {
  content: " ";
  position: absolute;
  top: 40px;
  height: 4000px;
}

.ui--tabs-mini.position--left>.ui--tabs-header .ui--tabs-border-bottom {
  right: 0;
  border-right: 1px solid transparent;
}

.ui--tabs-mini.position--right>.ui--tabs-header .ui--tabs-border-bottom {
  left: 0;
  border-left: 1px solid transparent;
}

html #page-wrap .ui--tabs-mini-vertical.position--left>.ui--tabs-header .ui--tabs-border-top,
html #page-wrap .ui--tabs-mini-vertical.position--left>.ui--tabs-header .ui--tabs-border-bottom,
html #page-wrap .ui--tabs-mini-vertical.position--right>.ui--tabs-header .ui--tabs-border-top,
html #page-wrap .ui--tabs-mini-vertical.position--right>.ui--tabs-header .ui--tabs-border-bottom {
  border-color: #d4d4d4;
}

html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header .ui--tabs-titles>li.active a,
html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header .ui--tabs-titles>li.active a:hover {
  color: #333;
  border-color: #d4d4d4;
  border-left-color: #169fe6;
  border-right-color: #169fe6;
}

html #page-wrap .ui--tabs-mini-vertical.position--left>.ui--tabs-header .ui--tabs-titles>li.active a,
html #page-wrap .ui--tabs-mini-vertical.position--left>.ui--tabs-header .ui--tabs-titles>li.active a:hover {
  border-left-color: #169fe6;
}

html #page-wrap .ui--tabs-mini-vertical.position--right>.ui--tabs-header .ui--tabs-titles>li.active a,
html #page-wrap .ui--tabs-mini-vertical.position--right>.ui--tabs-header .ui--tabs-titles>li.active a:hover {
  border-left-color: #169fe6;
}

.ui--tagline-box-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.ui--tagline-box {
  position: relative;
  padding: 30px 30px 12px;
}

.ui--tagline-content {
  position: relative;
  z-index: 5;
}

.ui--tagline-background-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ui--tagline-box h1,
.ui--tagline-box h2,
.ui--tagline-box h3,
.ui--tagline-box h4,
.ui--tagline-box h5,
.ui--tagline-box h6 {
  margin-top: 0;
}

.ui--tagline-box .btn {
  z-index: 10;
  position: relative;
}

.ui--tagline-box a.ui--tagline-box-block-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}

.ui--tagline-box,
.ui--tagline-background-overlay {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.ui--testimonial {
  margin-bottom: 18px;
}

.ui--testimonial-content {
  position: relative;
  margin-bottom: 20px;
  padding: 18px 20px 2px;
}

.ui--testimonial-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 36px;
  bottom: -8px;
  color: #f1f1f1;
  background-color: none !important;
  text-shadow: 0px 2px 0px #cccccc;
}

.ie .ui--testimonial-arrow {
  display: none;
}

.ui--testimonial-arrow i {
  font-size: 28px;
}

.ui--testimonial-brand {
  display: block;
  position: relative;
  margin: 0 15px 0 15px;
}

.ui--testimonial-brand .name {
  display: block;
}

.ui--testimonial-brand .cap {}

.ui--testimonial-image {
  float: left;
  margin: 0 15px 0 0;
  line-height: 0;
}

.ui--testimonial-image img,
.ui--testimonial-image-position {
  width: 60px;
}

.ui--testimonial-image-position {
  overflow: hidden;
}

.ui--testimonial-user {
  display: block;
  overflow: hidden;
  padding: 5px 0 0;
}

.ui--text-rotator-words {
  display: none;
}

.ui--text-rotator .rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.ui--text-rotator .rotating.flip {
  position: relative;
}

.ui--text-rotator .rotating .front,
.ui--text-rotator .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ui--text-rotator .rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.ui--text-rotator .rotating.flip .front {
  z-index: 1;
}

.ui--text-rotator .rotating .back {
  display: block;
  opacity: 0;
}

.ui--text-rotator .rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.ui--text-rotator .rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.ui--text-rotator .rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.ui--text-rotator .rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.ui--text-rotator .rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.ui--text-rotator .rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.ui--title {
  margin-bottom: 18px;
}

.ui--title-bordered {
  position: relative;
}

.ui--title-bordered.with-navigation .ui--title-holder {
  margin-right: 80px;
}

.rtl .ui--title-bordered.with-navigation .ui--title-holder {
  margin-right: 0;
  margin-left: 80px;
}

.ui--title-bordered.with-navigation.text-center .ui--title-holder {
  padding-left: 80px;
}

.rtl .ui--title-bordered.with-navigation.text-center .ui--title-holder {
  padding-left: 0;
  padding-right: 80px;
}

.ui--title-holder {
  position: relative;
  overflow: hidden;
}

.ui--title-text {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 !important;
  padding-right: 30px;
  max-width: 90%;
  text-decoration: none;
}

.rtl .ui--title-text {
  padding-right: 0;
  padding-left: 30px;
}

.text-center .ui--title-text {
  padding-left: 30px;
  padding-right: 30px;
}

.rtl .text-center .ui--title-text {
  padding-left: 30px;
  padding-right: 30px;
}

.text-right .ui--title-text {
  padding-left: 30px;
  padding-right: 0;
}

.rtl .text-right .ui--title-text {
  padding-left: 0;
  padding-right: 30px;
}

.ui--title-text a,
.ui--title-text a:hover {
  text-decoration: none !important;
}

.ui--title-border-left,
.ui--title-border-right {
  position: absolute;
  width: 2000px;
  height: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  margin-top: -.5px;
  top: 50%;
  display: none;
}

.ui--title-border-bottom {
  margin-top: 18px;
}

.ui--title-borders {
  border-bottom: 1px solid transparent;
  border-color: #ebebeb;
}

.ui--title-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  height: 24px;
  margin-top: -12px;
  direction: ltr;
}

.rtl .ui--title-navigation {
  right: auto;
  left: 0;
}

.rtl .ui--widget-title .ui--title-navigation {
  left: 0;
  right: auto;
}

.ui--toggle {
  display: block;
  margin-bottom: 18px;
}

.ui--toggle-title {
  display: block;
  position: relative;
  padding-left: 54px;
  padding-right: 12px;
  min-height: 42px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui--toggle-title a,
.ui--toggle-title a:hover {
  display: block !important;
  text-decoration: none !important;
  padding: 10px 0;
}

.ui--toggle-state-opened>.ui--toggle-title a,
.ui--toggle-state-opened>.ui--toggle-title a:hover,
.ui--toggle-title a:active {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.ui--toggle-title-text {
  margin: 0 !important;
}

.ui--toggle-icon {
  position: absolute;
  float: left;
  text-align: center;
  width: 42px;
  min-height: 42px;
  left: 0;
  top: 0;
  bottom: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui--toggle-icon i {
  font-size: 20px !important;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.ui--toggle-state-closed .ui--toggle-title .show-when-closed {
  display: block !important;
}

.ui--toggle-state-closed .ui--toggle-title .show-when-opened {
  display: none !important;
}

.ui--toggle-state-opened .ui--toggle-title .show-when-closed {
  display: none !important;
}

.ui--toggle-state-opened .ui--toggle-title .show-when-opened {
  display: block !important;
}

.ui--toggle-icon-text {
  float: left;
}

.ui--toggle-content {
  padding-top: 12px;
  padding-bottom: 0;
}

.ui--toggle-state-closed>.ui--toggle-content {
  position: absolute;
  top: -99999px;
  visibility: hidden;
  width: 100%;
}

.ui--twitter-style-default .ui--twitter-timeline-content {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 20px 2px;
}

.ui--twitter-style-default .ui--twitter-timeline {
  margin-bottom: 18px;
}

.ui--twitter-style-plain .ui--twitter-timeline-content {
  position: relative;
}

.ui--twitter-style-plain .ui--icon.fontawesome-twitter {
  float: left;
  margin-right: 12px;
}

.ui--twitter-style-plain p {
  overflow: hidden;
}

.ui--twitter-timeline-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 30px;
  bottom: -8px;
  color: #f1f1f1;
  background-color: none !important;
  text-shadow: 0px 2px 0px #cccccc;
}

.ie .ui--twitter-timeline-arrow {
  display: none;
}

.ui--twitter-timeline-arrow i {
  font-size: 28px;
}

.ui--twitter-timeline-brand {
  display: block;
  position: relative;
  margin: 0 15px 0 15px;
}

.ui--twitter-timeline-brand .name {
  display: block;
}

.ui--twitter-timeline-brand .cap {}

.ui--twitter-timeline-image {
  float: left;
  margin: 0 15px 0 0;
  line-height: 0;
}

.ui--twitter-timeline-image img,
.ui--twitter-timeline-image-position {
  width: 48px;
}

.ui--twitter-timeline-image-position {
  overflow: hidden;
}

.ui--twitter-timeline-user {
  display: block;
  overflow: hidden;
  padding: 5px 0 0;
}

.dropcap {
  float: left;
  margin: 0 5px -12px 0 !important;
  padding-bottom: 0 !important;
}

.ui--highlight {
  padding: 1px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.highlight_1 {
  background: #FF6;
  padding: 1px 2px;
}

.highlight_2 {
  border-bottom: dotted 1px #000;
  padding: 1px 2px;
  margin: 0 5px 0 0;
}

.highlight_3 {
  background: #474649;
  color: #FFF !important;
  padding: 1px 2px;
}

.ui--blockquote,
.ui--pullquote {}

.ui--pullquote {
  max-width: 33%;
}

.ui--blockquote {
  margin: 0 40px 25px;
  padding: 18px 30px 18px;
}

.ui--pullquote {
  padding: 18px 30px 18px;
}

.ui--pullquote-left {
  float: left;
  margin-bottom: 18px;
  margin-right: 30px;
}

.ui--pullquote-right {
  float: right;
  margin-bottom: 18px;
  margin-left: 30px;
  padding-right: 0;
}

blockquote small {
  margin-top: 18px;
  font-weight: normal !important;
}

.ui--content-box {
  position: relative;
  margin-bottom: 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui--carousel .ui--content-item {
  margin-bottom: 18px;
}

.ui--content-box-title {
  padding: 12px 20px 9px;
  border-bottom: 1px solid #ebebeb;
}

.ui--content-box-title-text {
  margin: 0 0 3px;
}

.ui--content-box-title-caption {
  margin: 0 0 3px;
  display: block;
}

.ui--content-box-link,
.ui--content-box-link:hover,
.ui--content-box-title,
.ui--content-box-title:hover,
.ui--content-box-title-text,
.ui--content-box-title-text:hover,
.ui--content-box-title-caption,
.ui--content-box-title-caption:hover {
  text-decoration: none !important;
}

.ui--content-box-media {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ebebeb;
}

.ui--content-box-media.type--image-hover {
  overflow: hidden;
}

.ui--content-box-media .ui--content-box-link {
  display: block;
}

.ui--content-box-image {
  width: 100%;
  height: 100%;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ui--content-box-video .ui--video,
.ui--content-box-video .ui--video-wrapper {
  margin-bottom: 0;
}

.ui--content-box-image-default {
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.ratio-original .ui--content-box-image-default {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}

.ratio-original .ui--content-box-image-default img {
  width: 100% !important;
  height: auto !important;
}

.ui--content-box-image-default img {}

.ui--content-box-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ui--content-box-media.type--image-hover .ui--content-box-overlay {
  width: 100%;
}

.ui--content-box-media.type--default .ui--content-box-overlay {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.ui--content-box-overlay,
.ui--content-box-image-default {
  transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.ui--content-box-overlay-image .ui--content-box-image {
  margin: 0;
}

.ui--content-box .ui--content-box-media.effect--fade .ui--content-box-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.ui--content-box:hover .ui--content-box-media.effect--fade .ui--content-box-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-btt .ui--content-box-image-default {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-btt .ui--content-box-image-default {
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-btt .ui--content-box-overlay {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-btt .ui--content-box-overlay {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-btt .ui--content-box-image-default {
  bottom: auto;
  top: 0;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-btt .ui--content-box-image-default {
  bottom: auto;
  top: -40%;
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-btt .ui--content-box-overlay {
  bottom: auto;
  top: 100%;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-btt .ui--content-box-overlay {
  bottom: auto;
  top: 0;
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-ttb .ui--content-box-image-default {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ttb .ui--content-box-image-default {
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-ttb .ui--content-box-overlay {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ttb .ui--content-box-overlay {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-ttb .ui--content-box-image-default {
  top: auto;
  bottom: 0;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ttb .ui--content-box-image-default {
  top: auto;
  bottom: -40%;
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-ttb .ui--content-box-overlay {
  top: auto;
  bottom: 100%;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ttb .ui--content-box-overlay {
  top: auto;
  bottom: 0;
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-rtl .ui--content-box-image-default {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-rtl .ui--content-box-image-default {
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-rtl .ui--content-box-overlay {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-rtl .ui--content-box-overlay {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-rtl .ui--content-box-image-default {
  right: auto;
  left: 0;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-rtl .ui--content-box-image-default {
  right: auto;
  left: -40%;
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-rtl .ui--content-box-overlay {
  right: auto;
  left: 100%;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-rtl .ui--content-box-overlay {
  right: auto;
  left: 0;
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-ltr .ui--content-box-image-default {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ltr .ui--content-box-image-default {
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}

html.csstransforms .ui--content-box .ui--content-box-media.effect--slide-ltr .ui--content-box-overlay {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

html.csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ltr .ui--content-box-overlay {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-ltr .ui--content-box-image-default {
  left: auto;
  right: 0;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ltr .ui--content-box-image-default {
  left: auto;
  right: -40%;
}

html.no-csstransforms .ui--content-box .ui--content-box-media.effect--slide-ltr .ui--content-box-overlay {
  left: auto;
  right: 100%;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-media.effect--slide-ltr .ui--content-box-overlay {
  left: auto;
  right: 0;
}

.ui--content-box-overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.60;
  z-index: 1;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ui--content-box .ui--content-box-overlay div.center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
  transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
}

.ui--content-box:hover .ui--content-box-overlay div.center {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ui--content-box .ui--content-box-overlay div.center .btn {
  padding: 10px 7px 10px 15px;
  margin-top: -24px;
  margin-bottom: 0 !important;
}

.ui--content-box .ui--content-box-overlay .ui--content-box-overlay-button-text,
.ui--content-box .ui--content-box-overlay .ui--content-box-overlay-button-icon {
  padding-right: 8px;
}

.ui--content-box-content {
  position: relative;
  z-index: 4;
}

.ui--content-box-content-text {
  margin: 18px 20px 0;
}

.ui--content-box-footer {
  position: relative;
  z-index: 5;
  margin: -1px 0 0;
  border-top: 1px solid #dfdfdf;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.ui--content-box-footer .ui-socialbar .ui-socialbar-item {
  border-left: 1px solid #dfdfdf;
}

.ui--content-box-footer .btn {
  margin-top: 5px;
}

.ui--content-box-footer .btn-small {
  margin-top: 8px;
}

.ui--content-box-footer .btn-mini {
  margin-top: 10px;
}

.ui--content-box-footer .text-right .btn {
  margin-right: 10px;
}

.ui--content-box-gallery>.ui--content-box-gallery-viewport,
.ui--content-box-gallery>.mini-slides {
  z-index: 1;
}

.ui--content-box-link {
  position: static !important;
}

.ui--content-box-gallery>.ui--content-box-link {
  z-index: 2;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ui--content-box-gallery>.ui--content-box-gallery-navigation {
  z-index: 3;
}

.ui--content-box-gallery {
  position: absolute;
}

.ratio-original .ui--content-box-gallery {
  position: relative;
}

.ui--content-box-gallery>.mini-slides {
  overflow: hidden;
}

.ui--content-box-gallery-item {
  display: none;
}

.ui--content-box-gallery-item-1 {
  display: inline !important;
}

.ui--content-box-gallery-image {
  width: 100%;
}

.ui--content-box-gallery-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -16px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui--content-box:hover .ui--content-box-gallery-navigation {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui--content-box-gallery-navigation .ui--carosuel-prev,
.ui--content-box-gallery-navigation .ui--carosuel-next {
  position: absolute;
}

.ui--content-box-gallery-navigation .ui--carosuel-prev {
  left: 0;
}

.ui--content-box-gallery-navigation .ui--carosuel-next {
  right: 0;
}

.ui--content-box-gallery-navigation .ui--carosuel-prev,
.ui--content-box-gallery-navigation .ui--carosuel-next {
  pointer-events: none;
}

.ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-prev,
.ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-next {
  pointer-events: auto;
}

html.no-csstransforms .ui--content-box-gallery-navigation .ui--carosuel-prev {
  left: -30px;
}

html.no-csstransforms .ui--content-box-gallery-navigation .ui--carosuel-next {
  right: -30px;
}

html.csstransforms .ui--content-box-gallery-navigation .ui--carosuel-prev {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

html.csstransforms .ui--content-box-gallery-navigation .ui--carosuel-next {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-prev {
  left: -10px;
}

html.no-csstransforms .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-next {
  right: -10px;
}

html.csstransforms .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-prev {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

html.csstransforms .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-next {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.ui--carousel .ui--content-box-gallery {
  overflow: hidden;
}

html.no-csstransforms .ui--carousel .ui--content-box-gallery-navigation .ui--carosuel-prev {
  left: -30px;
}

html.no-csstransforms .ui--carousel .ui--content-box-gallery-navigation .ui--carosuel-next {
  right: -30px;
}

html.csstransforms .ui--carousel .ui--content-box-gallery-navigation .ui--carosuel-prev {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

html.csstransforms .ui--carousel .ui--content-box-gallery-navigation .ui--carosuel-next {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

html.no-csstransforms .ui--carousel .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-prev {
  left: 10px;
}

html.no-csstransforms .ui--carousel .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-next {
  right: 10px;
}

html.csstransforms .ui--carousel .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-prev {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

html.csstransforms .ui--carousel .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-next {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.ui--content-box-gallery-navigation,
.ui--content-box-gallery-navigation .ui--carosuel-prev,
.ui--content-box-gallery-navigation .ui--carosuel-next {
  transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.ui--content-box-gallery {
  margin: 0;
  padding: 0;
}

.ui--content-box-gallery .mini-slides>div {
  display: none;
  -webkit-backface-visibility: hidden;
}

.ui--content-box-gallery {
  zoom: 1;
}

.ui--content-box-gallery .mini-slides {
  zoom: 1;
}

.ui--video-wrapper {
  line-height: 0;
  margin-bottom: 18px;
}

.ui--video {
  position: relative;
  overflow: hidden;
}

.ui--video-16-9 {
  height: 0;
  padding-bottom: 56.25%;
}

.ui--video-4-3 {
  height: 0;
  padding-bottom: 75%;
}

.ui--video iframe,
.ui--video object,
.ui--video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-original .ui--video iframe,
.ratio-original .ui--video object,
.ratio-original .ui--video embed,
.ui--video.ui--video-original iframe,
.ui--video.ui--video-original object,
.ui--video.ui--video-original embed {
  position: relative;
}

.jp-video.ui--video {
  visibility: hidden;
}

.ui--video-background-wrapper {
  position: relative;
  margin-bottom: 18px;
}

.ui--video-background-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.ui--video-background {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .9;
}

.ui--video-background .ui--gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ui--video-background-video {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.ui--video-background-video video,
.ui--video-background-video iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1000;
  overflow: hidden;
  opacity: 0;
}

html.ui--win-loaded .ui--video-background-video video.ui--filled,
html.ui--win-loaded .ui--video-background-video iframe.ui--filled {
  opacity: 1;
}

.ie8 .ui--video-background-video video,
.ie8 .ui--video-background-video iframe {
  display: none;
}

.ui--video-background-poster {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-position: 50% 50%;
}

.ui--video-background h1,
.ui--video-background h2,
.ui--video-background h3,
.ui--video-background h4,
.ui--video-background h5,
.ui--video-background h6 {
  margin-top: 0;
}

.widget>ul {
  margin-left: 0;
}

#page-content .widget>ul {
  margin-left: 0;
}

.widget_recent_comments ul,
.widget_display_forums ul,
.widget_display_topics ul,
.widget_display_replies ul,
.widget_display_views ul,
.widget_product_categories ul,
.widget_layered_nav_filters ul,
.widget_layered_nav ul,
.widget_recent_entries ul,
.list-custom-taxonomy-widget ul,
.widget_categories ul,
.widget_nav_menu>div>ul,
.ui--widget-subpages-classic,
.widget_pages>ul,
.widget_rss ul,
.widget_archive ul,
.widget_meta ul {
  list-style: none none;
  margin-left: 0;
}

.widget_recent_comments ul li,
.widget_display_forums ul li,
.widget_display_topics ul li,
.widget_display_replies ul li,
.widget_display_views ul li,
.widget_product_categories ul li,
.widget_layered_nav_filters ul li,
.widget_layered_nav ul li,
.widget_recent_entries ul li,
.list-custom-taxonomy-widget ul li,
.widget_categories ul li,
.widget_nav_menu>div>ul>li,
.ui--widget-subpages-classic>li,
.widget_pages>ul>li,
.widget_rss ul li,
.widget_archive ul li,
.widget_meta ul li {
  list-style: none none;
  padding-left: 14px;
}

.rtl .widget_recent_comments ul li,
.rtl .widget_display_forums ul li,
.rtl .widget_display_topics ul li,
.rtl .widget_display_replies ul li,
.rtl .widget_display_views ul li,
.rtl .widget_product_categories ul li,
.rtl .widget_layered_nav_filters ul li,
.rtl .widget_layered_nav ul li,
.rtl .widget_recent_entries ul li,
.rtl .list-custom-taxonomy-widget ul li,
.rtl .widget_categories ul li,
.rtl .widget_nav_menu>div>ul>li,
.rtl .ui--widget-subpages-classic>li,
.rtl .widget_pages>ul>li,
.rtl .widget_rss ul li,
.rtl .widget_archive ul li,
.rtl .widget_meta ul li {
  padding-right: 14px;
  padding-left: 0;
}

.widget_recent_comments ul li:before,
.widget_display_forums ul li:before,
.widget_display_topics ul li:before,
.widget_display_replies ul li:before,
.widget_display_views ul li:before,
.widget_product_categories ul li:before,
.widget_layered_nav_filters ul li:before,
.widget_layered_nav ul li:before,
.widget_recent_entries ul li:before,
.list-custom-taxonomy-widget ul li:before,
.widget_categories ul li:before,
.widget_nav_menu>div>ul>li:before,
.ui--widget-subpages-classic>li:before,
.widget_pages>ul>li:before,
.widget_rss ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before {
  content: "\f105";
  margin-left: -14px;
  width: 14px;
  font-size: 18px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.rtl .widget_recent_comments ul li:before,
.rtl .widget_display_forums ul li:before,
.rtl .widget_display_topics ul li:before,
.rtl .widget_display_replies ul li:before,
.rtl .widget_display_views ul li:before,
.rtl .widget_product_categories ul li:before,
.rtl .widget_layered_nav_filters ul li:before,
.rtl .widget_layered_nav ul li:before,
.rtl .widget_recent_entries ul li:before,
.rtl .list-custom-taxonomy-widget ul li:before,
.rtl .widget_categories ul li:before,
.rtl .widget_nav_menu>div>ul>li:before,
.rtl .ui--widget-subpages-classic>li:before,
.rtl .widget_pages>ul>li:before,
.rtl .widget_rss ul li:before,
.rtl .widget_archive ul li:before,
.rtl .widget_meta ul li:before {
  content: "\f104";
  margin-right: -14px;
  margin-left: 0;
}

.ie7 .widget_recent_comments ul li,
.ie7 .widget_display_forums ul li,
.ie7 .widget_display_topics ul li,
.ie7 .widget_display_replies ul li,
.ie7 .widget_display_views ul li,
.ie7 .widget_product_categories ul li,
.ie7 .widget_layered_nav_filters ul li,
.ie7 .widget_layered_nav ul li,
.ie7 .widget_recent_entries ul li,
.ie7 .list-custom-taxonomy-widget ul li,
.ie7 .widget_categories ul li,
.ie7 .widget_nav_menu>div>ul>li,
.ie7 .ui--widget-subpages-classic>li,
.ie7 .widget_pages>ul>li,
.ie7 .widget_rss ul li,
.ie7 .widget_archive ul li,
.ie7 .widget_meta ul li {
  padding-left: 10px;
  list-style: inside square;
}

.tagcloud a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 2px 4px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important;
  font-size: 14px !important;
}

.tagcloud a {
  background-color: #f9f9f9;
}

.tagcloud a:hover {}

.tagcloud a:active,
.tagcloud a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

footer .tagcloud a {}

footer .tagcloud a:hover {}

.rsswidget img {
  margin-top: -4px;
}

.widget .searchform,
.widget .searchform .btn {
  margin-bottom: 0;
}

.ui--widget-subpages-classic>li,
.widget_nav_menu>div>ul>li {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
}

.ui--widget-subpages-classic>li:last-child,
.widget_nav_menu>div>ul>li:last-child {
  border-bottom: 0;
}

.ui--widget-subpages-classic>li.current-menu-item>a,
.widget_nav_menu>div>ul>li.current-menu-item>a {}

.ui--widget-subpages-classic>li.current-menu-item>a,
.widget_nav_menu>div>ul>li.current-menu-item>a {}

.ui--widget-subpages-classic>li.current_page_item>a {
  font-weight: bold;
}

#wp-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

#wp-calendar caption {
  padding: 0 10px 10px;
  text-align: right;
  font-weight: bold;
  margin: -5px 0 0 0;
  border-bottom: 1px solid #ebebeb;
}

#wp-calendar thead {
  font-size: 12px
}

#wp-calendar thead th {
  padding: 5px 10px 5px;
  font-weight: bold;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  text-align: center;
  padding: 5px 8px;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#wp-calendar tbody td a {
  display: block;
}

#wp-calendar tbody td:hover {
  background: #fff
}

#wp-calendar tbody .pad {
  background: none !important;
  filter: none !important;
  -ms-filter: none !important;
}

#wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
  padding-top: 5px;
}

#wp-calendar tfoot #prev {
  text-transform: uppercase;
  padding-top: 5px;
}

#page-content #wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

footer #wp-calendar caption {
  border-color: #585858;
}

footer #wp-calendar tbody td {
  background: #2d2d2d;
}

footer #wp-calendar tbody td:hover {
  background: #222
}

.ui--mailchimp {
  position: relative;
}

.ui--mailchimp input {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .ui--mailchimp button {
  position: absolute;
  top: -1px;
  right: 0;
  margin: 0;
}

.rtl footer .ui--mailchimp button {
  right: auto;
  left: 0;
}

.ui--mailchimp input,
.ui--mailchimp button {
  height: 36px;
}

footer .ui--mailchimp input,
footer .ui--mailchimp button {
  height: 42px;
}

#top-bar #widget--shop-cart>li>a {
  padding-right: 50px;
}

#top-bar #widget--shop-cart .cart-details {
  width: 250px;
  padding: 18px 18px 0;
}

.ui--widget-subpages-smooth,
.ui--widget-subpages-smooth ul {
  list-style: none none;
}

.ui--widget-subpages-smooth>li {
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.ui--widget-subpages-smooth>li:last-child {
  border-bottom: 0;
}

.ui--widget-subpages-smooth>li>a {
  display: block;
  padding: 12px 22px;
  margin: 0 -2px;
  color: #333 !important;
}

.ui--widget-subpages-smooth:hover>li.current_page_item>a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.ui--widget-subpages-smooth>li>a:hover,
.ui--widget-subpages-smooth>li.current_page_item>a,
.ui--widget-subpages-smooth:hover>li.current_page_item>a:hover {
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .20), inset -2px 0 2px rgba(0, 0, 0, .06), inset 2px 0 2px rgba(0, 0, 0, .06), inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, .20), inset -2px 0 2px rgba(0, 0, 0, .06), inset 2px 0 2px rgba(0, 0, 0, .06), inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, .20), inset -2px 0 2px rgba(0, 0, 0, .06), inset 2px 0 2px rgba(0, 0, 0, .06), inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  background-color: #e9e9e9;
}

.ui--blog-wrapper>.row {
  margin-bottom: 12px;
}

.ui--blog-wrapper>.row:last-child {
  margin-bottom: 0;
}

.more-link {
  display: block;
  margin-top: 18px;
  margin-bottom: 0;
}

.more-link .btn {
  margin: 0;
}

.more-link a {
  margin: 0;
}

.ui--blog-title {
  margin: 0 0 6px;
}

#page-content .ui--blog-title a {}

.ui--blog-item .ui--blog-media {
  margin-bottom: 18px;
  text-align: center;
}

.ui--blog-media .ui--video,
.ui--blog-media .ui--video-wrapper {
  margin-bottom: 0;
}

.ui--blog .ui--pagination-wrapper {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.ui--blog-image,
.ui--blog-gallery-image {
  display: block;
  margin: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui--blog-gallery>.ui--blog-gallery-viewport,
.ui--blog-gallery>.slides {
  z-index: 1;
}

.ui--blog-gallery>.ui--blog-item-link {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ui--blog-gallery>.ui--blog-gallery-navigation {
  z-index: 3;
}

.ui--blog-gallery {
  position: relative;
}

.ui--blog-gallery>.slides {
  overflow: hidden;
}

.ui--blog-gallery-item {
  display: none;
}

.ui--blog-gallery-item-1 {
  display: inline !important;
}

.ui--blog-gallery-image {
  width: 100%;
}

.ui--blog-gallery-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -16px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui--blog-item:hover .ui--blog-gallery-navigation {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui--blog-gallery-navigation .ui--carosuel-prev,
.ui--blog-gallery-navigation .ui--carosuel-next {
  position: absolute;
}

.ui--blog-gallery-navigation .ui--carosuel-prev {
  left: -30px;
  pointer-events: none;
}

.ui--blog-gallery-navigation .ui--carosuel-next {
  right: -30px;
  pointer-events: none;
}

.ui--blog-item:hover .ui--blog-gallery-navigation .ui--carosuel-prev {
  left: -10px;
  pointer-events: auto;
}

.ui--blog-item:hover .ui--blog-gallery-navigation .ui--carosuel-next {
  right: -10px;
  pointer-events: auto;
}

.ui--carousel .ui--blog-gallery-navigation .ui--carosuel-prev {
  left: 20px;
}

.ui--carousel .ui--blog-gallery-navigation .ui--carosuel-next {
  right: 20px;
}

.ui--carousel .ui--blog-item:hover .ui--blog-gallery-navigation .ui--carosuel-prev {
  left: 10px;
}

.ui--carousel .ui--blog-item:hover .ui--blog-gallery-navigation .ui--carosuel-next {
  right: 10px;
}

.ui--blog-gallery-navigation,
.ui--blog-gallery-navigation .ui--carosuel-prev,
.ui--blog-gallery-navigation .ui--carosuel-next {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.ui--blog-gallery {
  margin: 0;
  padding: 0;
}

.ui--blog-gallery .slides>div {
  display: none;
  -webkit-backface-visibility: hidden;
}

.ui--blog-gallery {
  position: relative;
  zoom: 1;
}

.ui--blog-gallery .slides {
  zoom: 1;
}

.ui--blog-content-wrapper {
  overflow: hidden;
  display: block;
}

.ui--blog-side {
  float: left;
  margin-right: 30px;
}

.rtl .ui--blog-side {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.ui--blog-side-author {
  width: 60px;
  text-align: center;
}

.ui--blog-thumbnail {
  width: 60px;
  text-align: center;
}

.ui--blog-thumbnail img {
  width: 60px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui--blog-side-author img.avatar {
  padding: 1px;
  margin: 0;
  border: 4px solid #ebebeb;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.widget .ui--blog-side-author img.avatar {
  width: 48px;
  height: 48px;
}

.ui--blog-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.ui--blog-icon>div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -9px;
}

.widget .ui--blog-icon {
  width: 48px;
  height: 48px;
}

.widget .ui--blog-icon>div {
  margin-top: -8px;
}

.widget .ui--blog-icon i {
  font-size: 14px;
}

footer .ui--blog-icon {
  background-image: none;
  border: 0 !important;
  text-shadow: none;
}

.ui--blog-date {
  width: 60px;
}

.ui--blog-date h1,
.ui--blog-date h2,
.ui--blog-date h3,
.ui--blog-date h4,
.ui--blog-date h5,
.ui--blog-date h6 {
  margin: 0;
}

.ui--blog-date h1 span,
.ui--blog-date h2 span,
.ui--blog-date h3 span,
.ui--blog-date h4 span,
.ui--blog-date h5 span,
.ui--blog-date h6 span {
  display: block;
}

.ui--blog-date .ui--blog-date-day {
  display: block;
  text-align: center;
  padding: 6px 0;
  position: relative;
  margin: -1px -1px 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ui--blog-date .ui--blog-date-month {
  display: block;
  text-align: center;
  padding: 8px 0;
  margin: 0;
  border-top: 1px solid #ebebeb;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ui--blog-date .ui--blog-date-month>span {
  display: block;
}

footer .ui--blog-date .ui--blog-date-day {
  margin: 0 !important;
}

footer .ui--blog-side {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

footer .ui--blog-date,
footer .ui--blog-date .ui--blog-date-month {
  background-image: none;
  text-shadow: none;
  filter: none;
  -ms-filter: none;
}

.ui--blog-metas {
  padding: 6px 0;
  margin-bottom: 18px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.ui--blog-metas .ui--blog-separator {
  margin: 0 6px;
}

.ui--blog-metas-left {
  overflow: hidden;
  display: block;
}

.ui--blog-metas-right {
  margin-left: 30px;
}

.rtl .ui--blog-metas-right {
  margin-left: 0;
  margin-right: 30px;
}

.ui--meta-comment a,
.ui--meta-like a,
.ui--meta-comment a:hover,
.ui--meta-like a:hover {
  text-decoration: none !important;
}

.ui--meta-like a {
  color: #ed1c24 !important;
}

.ui--meta-sharrre .ui--sharrre {
  display: inline-block;
  margin-bottom: 0;
}

.ui--meta-sharrre .ui--sharrre-mini-block .sharrre {
  margin-bottom: 0;
}

.ui--meta-sharrre .ui--sharrre-mini-block .ui--sharrre-box a {
  min-width: 33px;
}

.ui--meta-sharrre .ui--sharrre-mini-block .ui--sharrre-box i {
  margin-right: 0;
}

.ui--blog-item.layout--standard,
.ui--blog-item.layout--medium {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.ui--blog-item.layout--standard.last-item,
.ui--blog-item.layout--medium.last-item {
  margin-bottom: 18px;
  border-bottom: 0;
}

.ui--blog-item.layout--medium .ui--blog-media {
  float: right;
  width: 500px;
  margin-left: 30px;
}

.rtl .ui--blog-item.layout--medium .ui--blog-media {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}

#page-content.sidebar-layout .ui--blog-item.layout--medium .ui--blog-media {
  width: 240px;
  margin-left: 30px;
}

.rtl #page-content.sidebar-layout .ui--blog-item.layout--medium .ui--blog-media {
  margin-left: 0;
  margin-right: 30px;
}

.ui--blog-item.layout--mini {
  margin-bottom: 30px;
}

.ui--blog-item.layout--mini-carousel {
  margin-bottom: 18px;
}

.ui--blog-item.layout--mini .ui--blog-title,
.ui--blog-item.layout--mini-carousel .ui--blog-title {
  margin-bottom: 12px;
}

.ui--blog-item.layout--mini .ui--blog-title a,
.ui--blog-item.layout--mini-carousel .ui--blog-title a {}

.ui--blog-item.layout--mini .ui--blog-side,
.ui--blog-item.layout--mini-carousel .ui--blog-side {
  margin-right: 20px;
}

.rtl .ui--blog-item.layout--mini .ui--blog-side,
.rtl .ui--blog-item.layout--mini-carousel .ui--blog-side {
  margin-right: 0;
  margin-left: 20px;
}

.ui--badge-sticky .btn {
  margin-bottom: 0;
  margin-right: 0;
}

.ui--blog-item.layout--single {
  margin-bottom: 18px;
}

.ui--blog-item.layout--single .ui--blog-title {
  margin-bottom: 18px;
}

.ui--blog-related-posts {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  html.cssanimations .ui--animation-in .ui--animation:not(.ui--animation-fire) {
    opacity: 0;
  }

  html.cssanimations .ui--animation-in .ui--animation.fx--no-effect,
  html.cssanimations .ui--animation-in .ui--animation.fx--none {
    opacity: 1;
  }

  html.cssanimations .ui--animation-in.make--fx--fly,
  html.cssanimations .ui--animation-in.make--fx--fly .ui--carousel .ui--carousel-content>.ui-row>.ui-column,
  html.cssanimations .ui--animation-in.make--fx--fly .ui--masonry .isotope-item {
    -webkit-perspective: 1200px !important;
    -moz-perspective: 1200px !important;
    perspective: 1200px !important;
  }

  html.cssanimations .ui--animation-fire.fx--fly {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -moz-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .4s ease-in-out forwards;
    -moz-animation: fly .4s ease-in-out forwards;
    animation: fly .4s ease-in-out forwards;
  }

  @-webkit-keyframes fly {
    100% {
      -webkit-transform: rotateX(0deg);
      opacity: 1;
      -webkit-transform-origin: 50% 50% 0;
    }
  }
  @-moz-keyframes fly {
    100% {
      -moz-transform: rotateX(0deg);
      opacity: 1;
      -moz-transform-origin: 50% 50% 0;
    }
  }
  @keyframes fly {
    100% {
      transform: rotateX(0deg);
      opacity: 1;
      transform-origin: 50% 50% 0;
    }
  }
  html.cssanimations .ui--animation-fire.fx--appear {
    -webkit-animation: fx_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    -moz-animation: fx_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    -o-animation: fx_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    animation: fx_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
  }

  html.cssanimations .ui--animation-fire.fx--fadein-ltr {
    -webkit-animation: fx_ltr 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -moz-animation: fx_ltr 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -o-animation: fx_ltr 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    animation: fx_ltr 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
  }

  html.cssanimations .ui--animation-fire.fx--fadein-rtl {
    -webkit-animation: fx_rtl 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -moz-animation: fx_rtl 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -o-animation: fx_rtl 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    animation: fx_rtl 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
  }

  html.cssanimations .ui--animation-fire.fx--fadein-ttb {
    -webkit-animation: fx_ttb 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -moz-animation: fx_ttb 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -o-animation: fx_ttb 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    animation: fx_ttb 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
  }

  html.cssanimations .ui--animation-fire.fx--fadein-btt {
    -webkit-animation: fx_btt 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -moz-animation: fx_btt 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    -o-animation: fx_btt 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
    animation: fx_btt 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.000);
  }

  html.cssanimations .ui--animation-fire.fx--caption-top {
    -webkit-animation: fx_caption_top 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -moz-animation: fx_caption_top 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -o-animation: fx_caption_top 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    animation: fx_caption_top 0.9s 1 cubic-bezier(.17, .89, .26, 1);
  }

  html.cssanimations .ui--animation-fire.fx--caption-bottom {
    -webkit-animation: fx_caption_bottom 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -moz-animation: fx_caption_bottom 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -o-animation: fx_caption_bottom 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    animation: fx_caption_bottom 0.9s 1 cubic-bezier(.17, .89, .26, 1);
  }

  html.cssanimations .ui--animation-fire.fx--caption-left {
    -webkit-animation: fx_caption_left 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -moz-animation: fx_caption_left 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -o-animation: fx_caption_left 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    animation: fx_caption_left 0.9s 1 cubic-bezier(.17, .89, .26, 1);
  }

  html.cssanimations .ui--animation-fire.fx--caption-right {
    -webkit-animation: fx_caption_right 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -moz-animation: fx_caption_right 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    -o-animation: fx_caption_right 0.9s 1 cubic-bezier(.17, .89, .26, 1);
    animation: fx_caption_right 0.9s 1 cubic-bezier(.17, .89, .26, 1);
  }

  html.cssanimations .ui--animation-fire.fx--flipIn-X {
    -webkit-animation: flipInX .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-animation: flipInX .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-animation: flipInX .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    animation: flipInX .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  html.cssanimations .ui--animation-fire.fx--flipIn-Y {
    -webkit-animation: flipInY .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-animation: flipInY .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-animation: flipInY .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    animation: flipInY .7s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  html.cssanimations .ui--animation-in.make--fx--swing .ui--animation {
    opacity: 1;
  }

  html.cssanimations .ui--animation-fire.fx--swing {
    -webkit-animation: swing .7s 1 linear;
    -moz-animation: swing .7s 1 linear;
    -o-animation: swing .7s 1 linear;
    animation: swing .7s 1 linear;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
  }

  html.cssanimations .ui--animation-in.make--fx--wobble .ui--animation {
    opacity: 1;
  }

  html.cssanimations .ui--animation-fire.fx--wobble {
    -webkit-animation: wobble .9s 1 linear;
    -moz-animation: wobble .9s 1 linear;
    -o-animation: wobble .9s 1 linear;
    animation: wobble .9s 1 linear;
  }

  html.cssanimations .ui--animation-in.make--fx--bounce .ui--animation {
    opacity: 1;
  }

  html.cssanimations .ui--animation-fire.fx--bounce {
    -webkit-animation: bounce .9s 1 linear;
    -moz-animation: bounce .9s 1 linear;
    -o-animation: bounce .9s 1 linear;
    animation: bounce .9s 1 linear;
  }

  html.cssanimations .ui--animation-fire.fx--rotatein {
    -webkit-animation: rotateIn .4s 1 linear;
    -moz-animation: rotateIn .4s 1 linear;
    -o-animation: rotateIn .4s 1 linear;
    animation: rotateIn .4s 1 linear;
  }

  html.cssanimations .ui--animation-fire.fx--rotatein-downleft {
    -webkit-animation: rotateInDownLeft .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-animation: rotateInDownLeft .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-animation: rotateInDownLeft .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    animation: rotateInDownLeft .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
  }

  html.cssanimations .ui--animation-fire.fx--rotatein-downright {
    -webkit-animation: rotateInDownRight .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-animation: rotateInDownRight .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-animation: rotateInDownRight .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
    animation: rotateInDownRight .4s 1 cubic-bezier(0.420, 0.000, 1.000, 1.000);
  }

  @-webkit-keyframes rotateInDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }
  @-moz-keyframes rotateInDownLeft {
    0% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(-90deg);
      opacity: 0;
    }
    100% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(0);
      opacity: 1;
    }
  }
  @-o-keyframes rotateInDownLeft {
    0% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(-90deg);
      opacity: 0;
    }
    100% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(0);
      opacity: 1;
    }
  }
  @keyframes rotateInDownLeft {
    0% {
      transform-origin: left bottom;
      transform: rotate(-90deg);
      opacity: 0;
    }
    100% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes rotateInDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }
  @-moz-keyframes rotateInDownRight {
    0% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(90deg);
      opacity: 0;
    }
    100% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(0);
      opacity: 1;
    }
  }
  @-o-keyframes rotateInDownRight {
    0% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(90deg);
      opacity: 0;
    }
    100% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(0);
      opacity: 1;
    }
  }
  @keyframes rotateInDownRight {
    0% {
      transform-origin: right bottom;
      transform: rotate(90deg);
      opacity: 0;
    }
    100% {
      transform-origin: right bottom;
      transform: rotate(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(-200deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }
  @-moz-keyframes rotateIn {
    0% {
      -moz-transform-origin: center center;
      -moz-transform: rotate(-200deg);
      opacity: 0;
    }
    100% {
      -moz-transform-origin: center center;
      -moz-transform: rotate(0);
      opacity: 1;
    }
  }
  @-o-keyframes rotateIn {
    0% {
      -o-transform-origin: center center;
      -o-transform: rotate(-200deg);
      opacity: 0;
    }
    100% {
      -o-transform-origin: center center;
      -o-transform: rotate(0);
      opacity: 1;
    }
  }
  @keyframes rotateIn {
    0% {
      transform-origin: center center;
      transform: rotate(-200deg);
      opacity: 0;
    }
    100% {
      transform-origin: center center;
      transform: rotate(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
    }
  }
  @-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
    }
  }
  @-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -o-transform: translateY(0);
    }
    40% {
      -o-transform: translateY(-30px);
    }
    60% {
      -o-transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes wobble {
    0% {
      -webkit-transform: translateX(0%);
    }
    15% {
      -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
      -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
      -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
      -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
      -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes wobble {
    0% {
      -moz-transform: translateX(0%);
    }
    15% {
      -moz-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
      -moz-transform: translateX(20%) rotate(3deg);
    }
    45% {
      -moz-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
      -moz-transform: translateX(10%) rotate(2deg);
    }
    75% {
      -moz-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
      -moz-transform: translateX(0%);
    }
  }
  @-o-keyframes wobble {
    0% {
      -o-transform: translateX(0%);
    }
    15% {
      -o-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
      -o-transform: translateX(20%) rotate(3deg);
    }
    45% {
      -o-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
      -o-transform: translateX(10%) rotate(2deg);
    }
    75% {
      -o-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
      -o-transform: translateX(0%);
    }
  }
  @keyframes wobble {
    0% {
      transform: translateX(0%);
    }
    15% {
      transform: translateX(-25%) rotate(-5deg);
    }
    30% {
      transform: translateX(20%) rotate(3deg);
    }
    45% {
      transform: translateX(-15%) rotate(-3deg);
    }
    60% {
      transform: translateX(10%) rotate(2deg);
    }
    75% {
      transform: translateX(-5%) rotate(-1deg);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-transform-origin: top center;
    }
    20% {
      -webkit-transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
    }
  }
  @-moz-keyframes swing {
    20% {
      -moz-transform: rotate(15deg);
    }
    40% {
      -moz-transform: rotate(-10deg);
    }
    60% {
      -moz-transform: rotate(5deg);
    }
    80% {
      -moz-transform: rotate(-5deg);
    }
    100% {
      -moz-transform: rotate(0deg);
    }
  }
  @-o-keyframes swing {
    20% {
      -o-transform: rotate(15deg);
    }
    40% {
      -o-transform: rotate(-10deg);
    }
    60% {
      -o-transform: rotate(5deg);
    }
    80% {
      -o-transform: rotate(-5deg);
    }
    100% {
      -o-transform: rotate(0deg);
    }
  }
  @keyframes swing {
    20% {
      transform: rotate(15deg);
    }
    40% {
      transform: rotate(-10deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes flipInX {
    0% {
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotateX(-10deg);
    }
    70% {
      transform: perspective(400px) rotateX(10deg);
    }
    100% {
      transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
  }
  @-webkit-keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
  }
  @-moz-keyframes flipInX {
    0% {
      -moz-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
      -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
      -moz-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
  }
  @-ms-keyframes flipInX {
    0% {
      -ms-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      -ms-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
      -ms-transform: perspective(400px) rotateX(10deg);
    }
    100% {
      -ms-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
  }
  @-o-keyframes flipInX {
    0% {
      -o-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
      -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
      -o-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
  }
  @-webkit-keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
      -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
  }
  @-moz-keyframes flipInY {
    0% {
      -moz-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
    40% {
      -moz-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
      -moz-transform: perspective(400px) rotateY(10deg);
    }
    100% {
      -moz-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
  }
  @-o-keyframes flipInY {
    0% {
      -o-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
    40% {
      -o-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
      -o-transform: perspective(400px) rotateY(10deg);
    }
    100% {
      -o-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
  }
  @keyframes flipInY {
    0% {
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotateY(-10deg);
    }
    70% {
      transform: perspective(400px) rotateY(10deg);
    }
    100% {
      transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
  }
  @keyframes "fx_appear" {
    0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_appear {
    0% {
      -moz-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_appear" {
    0% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_appear" {
    0% {
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_appear" {
    0% {
      -o-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes "fx_slide_down" {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @-moz-keyframes fx_slide_down {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @-webkit-keyframes "fx_slide_down" {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @-ms-keyframes "fx_slide_down" {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @-o-keyframes "fx_slide_down" {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes "fx_expand" {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @-moz-keyframes fx_expand {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @-webkit-keyframes "fx_expand" {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @-ms-keyframes "fx_expand" {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @-o-keyframes "fx_expand" {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes "fx_ltr" {
    0% {
      -webkit-transform: translate(-10%, 0);
      -moz-transform: translate(-10%, 0);
      -o-transform: translate(-10%, 0);
      -ms-transform: translate(-10%, 0);
      transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_ltr {
    0% {
      -moz-transform: translate(-10%, 0);
      transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_ltr" {
    0% {
      -webkit-transform: translate(-10%, 0);
      transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_ltr" {
    0% {
      -ms-transform: translate(-10%, 0);
      transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_ltr" {
    0% {
      -o-transform: translate(-10%, 0);
      transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes "fx_rtl" {
    0% {
      -webkit-transform: translate(10%, 0);
      -moz-transform: translate(10%, 0);
      -o-transform: translate(10%, 0);
      -ms-transform: translate(10%, 0);
      transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_rtl {
    0% {
      -moz-transform: translate(10%, 0);
      transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_rtl" {
    0% {
      -webkit-transform: translate(10%, 0);
      transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_rtl" {
    0% {
      -ms-transform: translate(10%, 0);
      transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_rtl" {
    0% {
      -o-transform: translate(10%, 0);
      transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes "fx_btt" {
    0% {
      -webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_btt {
    0% {
      -moz-transform: translate(0, 50%);
      transform: translate(0, 50%);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_btt" {
    0% {
      -webkit-transform: translate(0, 50%);
      transform: translate(0, 50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_btt" {
    0% {
      -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_btt" {
    0% {
      -o-transform: translate(0, 50%);
      transform: translate(0, 50%);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes "fx_ttb" {
    0% {
      -webkit-transform: translate(0, -10%);
      -moz-transform: translate(0, -10%);
      -o-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
      transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_ttb {
    0% {
      -moz-transform: translate(0, -10%);
      transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_ttb" {
    0% {
      -webkit-transform: translate(0, -10%);
      transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_ttb" {
    0% {
      -ms-transform: translate(0, -10%);
      transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_ttb" {
    0% {
      -o-transform: translate(0, -10%);
      transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes "fx_bg_move" {
    0% {
      background-position: -31px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @-moz-keyframes fx_bg_move {
    0% {
      background-position: -31px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @-webkit-keyframes "fx_bg_move" {
    0% {
      background-position: -31px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @-ms-keyframes "fx_bg_move" {
    0% {
      background-position: -31px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @-o-keyframes "fx_bg_move" {
    0% {
      background-position: -31px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @keyframes "fx_caption_right" {
    0% {
      -webkit-transform: translate(2000px, 0);
      -moz-transform: translate(2000px, 0);
      -o-transform: translate(2000px, 0);
      -ms-transform: translate(2000px, 0);
      transform: translate(2000px, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_caption_right {
    0% {
      -moz-transform: translate(2000px, 0);
      transform: translate(2000px, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_caption_right" {
    0% {
      -webkit-transform: translate(2000px, 0);
      transform: translate(2000px, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_caption_right" {
    0% {
      -ms-transform: translate(2000px, 0);
      transform: translate(2000px, 0);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_caption_right" {
    0% {
      -o-transform: translate(2000px, 0);
      transform: translate(2000px, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes "fx_caption_left" {
    0% {
      -webkit-transform: translate(-2000px, 0);
      -moz-transform: translate(-2000px, 0);
      -o-transform: translate(-2000px, 0);
      -ms-transform: translate(-2000px, 0);
      transform: translate(-2000px, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_caption_left {
    0% {
      -moz-transform: translate(-2000px, 0);
      transform: translate(-2000px, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_caption_left" {
    0% {
      -webkit-transform: translate(-2000px, 0);
      transform: translate(-2000px, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_caption_left" {
    0% {
      -ms-transform: translate(-2000px, 0);
      transform: translate(-2000px, 0);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_caption_left" {
    0% {
      -o-transform: translate(-2000px, 0);
      transform: translate(-2000px, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes "fx_caption_top" {
    0% {
      -webkit-transform: translate(0, -2000px);
      -moz-transform: translate(0, -2000px);
      -o-transform: translate(0, -2000px);
      -ms-transform: translate(0, -2000px);
      transform: translate(0, -2000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_caption_top {
    0% {
      -moz-transform: translate(0, -2000px);
      transform: translate(0, -2000px);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_caption_top" {
    0% {
      -webkit-transform: translate(0, -2000px);
      transform: translate(0, -2000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_caption_top" {
    0% {
      -ms-transform: translate(0, -2000px);
      transform: translate(0, -2000px);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_caption_top" {
    0% {
      -o-transform: translate(0, -2000px);
      transform: translate(0, -2000px);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes "fx_caption_bottom" {
    0% {
      -webkit-transform: translate(0, 2000px);
      -moz-transform: translate(0, 2000px);
      -o-transform: translate(0, 2000px);
      -ms-transform: translate(0, 2000px);
      transform: translate(0, 2000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes fx_caption_bottom {
    0% {
      -moz-transform: translate(0, 2000px);
      transform: translate(0, 2000px);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes "fx_caption_bottom" {
    0% {
      -webkit-transform: translate(0, 2000px);
      transform: translate(0, 2000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-ms-keyframes "fx_caption_bottom" {
    0% {
      -ms-transform: translate(0, 2000px);
      transform: translate(0, 2000px);
      opacity: 0;
    }
    100% {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes "fx_caption_bottom" {
    0% {
      -o-transform: translate(0, 2000px);
      transform: translate(0, 2000px);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}

.ui--meta-like-shortcode .ui--meta-like {
  text-align: center;
  display: block;
}

.ui--meta-like-shortcode .ui--meta-like .ui--likes-count {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-top: 48px;
}

.ui--meta-like-shortcode .ui--meta-like .ui--likes-count span {
  display: block;
  margin-top: 12px;
  margin-bottom: 0;
}

.ui--meta-like-shortcode .ui--meta-like a,
.ui--meta-like-shortcode .ui--meta-like a:hover {
  text-decoration: none !important;
}

.ui--meta-like-shortcode .ui--meta-like a {
  color: #ed1c24 !important;
}

.ui--meta-like-shortcode .ui--meta-like a:hover {
  color: #ed1c24 !important;
}

.ui--meta-like-shortcode .ui--meta-like a .fontawesome-heart {
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
}

.ui--meta-like-shortcode .ui--meta-like a:hover .fontawesome-heart {
  -webkit-animation: pulsate 0.7s infinite ease-out;
  -moz-animation: pulsate 0.7s infinite ease-out;
  -o-animation: pulsate 0.7s infinite ease-out;
  animation: pulsate 0.7s infinite ease-out;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.75, .75);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(.75, .75);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}

@-o-keyframes pulsate {
  0% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -o-transform: scale(.75, .75);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(.75, .75);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.ui--custom-menu-bar {
  margin-bottom: 30px;
  line-height: 0;
  overflow: hidden;
}

.ui--custom-menu-bar.fullwidth-container {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #dbdbdb;
}

.ui--custom-menu-bar ul {
  list-style: none none;
  margin: 0 2px 0 1px;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ui--custom-menu-bar ul>li {
  position: relative;
  margin: -1px 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 2;
  border-left: 1px solid #e0e0e0;
  overflow: hidden;
}

.ui--custom-menu-bar.orientation-vertical ul {
  display: block;
  width: auto;
}

.ui--custom-menu-bar.orientation-vertical ul>li {
  display: block;
  margin: 0 -2px 0 -1px !important;
  width: auto;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #e0e0e0;
}

.ui--custom-menu-bar.orientation-vertical ul>li.last-item {
  border-bottom: 0 !important;
}

.ui--custom-menu-bar.fullwidth-container ul>li {}

.ui--custom-menu-bar.ui--box ul>li {}

.ui--custom-menu-bar.ui--box.text-center ul>li.first-item,
.ui--custom-menu-bar.ui--box.text-left ul>li.first-item {
  border-left: 0;
}

.ui--custom-menu-bar ul>li.last-item {
  border-right: 1px solid #e0e0e0;
}

.rtl .ui--custom-menu-bar ul>li.last-item {
  border-right: 0;
  border-left: 1px solid #e0e0e0;
}

.ui--custom-menu-bar.ui--box.text-center ul>li.last-item,
.ui--custom-menu-bar.text-right ul>li.last-item {
  border-right: 0;
}

.ui--custom-menu-bar ul>li>span,
.ui--custom-menu-bar ul>li>a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 32px;
  text-decoration: none !important;
  white-space: nowrap;
  margin: 0 -2px;
}

.ui--custom-menu-bar ul>li>span {
  color: #7c7c7c !important;
}

.ui--custom-menu-bar ul>li>a,
.ui--custom-menu-bar ul>li strong {
  color: #333 !important;
}

.ui--custom-menu-bar ul>li .ui--icon {
  margin-right: 6px;
}

.ui--custom-menu-bar ul>li.ui--icon-position-right .ui--icon {
  margin-left: 6px;
  margin-right: 0;
}

.ui--custom-menu-bar ul>li.ui--icon-position-center .ui--icon {
  margin-left: 0;
  margin-right: 0;
}

.ui--custom-menu-bar ul>li.title-item {
  border-left: 0;
}

.ui--custom-menu-bar.fullwidth-container>ul>li.title-item {
  margin-left: -30px;
}

.rtl .ui--custom-menu-bar.fullwidth-container>ul>li.title-item {
  margin-left: 0;
  margin-right: -30px;
}

.ui--custom-menu-bar ul>li.active-item {
  z-index: 2;
  border-left: 1px solid transparent;
}

.ui--custom-menu-bar ul>li.active-item>a,
.ui--custom-menu-bar.hover-effect ul>li:hover>a {
  display: block;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .20), inset -2px 0 2px rgba(0, 0, 0, .06), inset 2px 0 2px rgba(0, 0, 0, .06), inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, .20), inset -2px 0 2px rgba(0, 0, 0, .06), inset 2px 0 2px rgba(0, 0, 0, .06), inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, .20), inset -2px 0 2px rgba(0, 0, 0, .06), inset 2px 0 2px rgba(0, 0, 0, .06), inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  background-color: #e9e9e9;
}

.ui--custom-menu-bar ul>li.ui--no-border-lr {
  border-left: 0;
  border-right: 0;
}

.ui--custom-menu-bar.orientation-vertical ul>li>span,
.ui--custom-menu-bar.orientation-vertical ul>li>a {
  white-space: normal;
}

.ui--custom-menu-bar.ui--type-splitted ul {
  display: block;
  width: auto;
}

.ui--custom-menu-bar.ui--type-splitted ul>li.pull-left,
.ui--custom-menu-bar.ui--type-splitted ul>li.pull-right {
  text-align: center;
  max-width: 49%;
}

.ui--custom-menu-bar.ui--type-splitted ul>li.pull-left {
  border-right: 1px solid #e0e0e0 !important;
  border-left: 0;
}

.ui--custom-menu-bar.ui--type-splitted ul>li.pull-right {
  border-left: 1px solid #e0e0e0 !important;
  border-right: 0;
}

.ui--custom-menu-bar.ui--height-thin ul>li>span,
.ui--custom-menu-bar.ui--height-thin ul>li>a {
  padding: 12px 22px;
}

nav#navigation {
  margin: 27px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -30px;
}

.rtl nav#navigation {
  left: auto;
  right: 0;
}

#header-navigation {
  margin: 0;
  float: right;
}

#header-navigation>li {
  float: left;
  position: relative;
  border-bottom: 1px solid transparent;
}

#header-navigation .text-left {
  text-align: left !important;
}

#header-navigation .text-right {
  text-align: right !important;
}

#header-navigation .text-center {
  text-align: center !important;
}

#header-navigation .text-justify {
  text-align: justify !important;
}

#header-navigation li.menu-item>a {
  cursor: pointer;
}

#header-navigation .link-disabled>a {
  cursor: pointer;
}

#header-navigation .sub-menu .link-disabled>a {
  cursor: text;
}

#header-navigation>li.top-level-item>a {
  display: block;
  float: left;
  margin: 0 0 0px 0;
  padding: 18px 19px 18px;
  color: #7c7c7c;
  white-space: nowrap;
}

#header-navigation.active>li.top-level-item.hover>a,
#header-navigation>li.top-level-item:hover>a {
  color: #169fe6;
  border-color: #169fe6;
}

#header-navigation>li.current-menu-item>a {
  border-color: #169fe6;
}

#header-navigation>li.current-menu-item:hover>a {
  border-color: #169fe6;
}

#header-navigation.active>li.current-menu-item>a,
#header-navigation:hover>li.current-menu-item>a {
  border-color: transparent;
}

#header-container.stuck #header-navigation>li>a {
  border-color: transparent !important;
}

#header-navigation>li.top-level-item.has-child.hover>a {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
  background-color: #0e7add;
  *background-color: #0e7add;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxZmM0ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGU3YWRkIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICA8L2RlZnM+DQogICAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTsiLz4NCjwvc3ZnPg==');
  background-image: -moz-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1fc4f0), to(#0e7add));
  background-image: -webkit-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: -o-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: linear-gradient(to bottom, #1fc4f0, #0e7add);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#1fc4f0', endColorstr='#0e7add');
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.modern-browser #header-navigation>li.top-level-item>a {
  filter: none !important;
}

#header-navigation>li.top-level-item>a .ui--caret {
  margin-right: -5px;
  margin-left: 8px;
}

#header-navigation li.hover>ul.sub-menu,
#header-navigation li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#header-navigation li>ul.sub-menu {
  visibility: hidden;
  position: absolute;
  left: 0;
  margin: 0 0 0 0;
  top: 150%;
  ;
  z-index: 1000;
  list-style: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  opacity: 0;
}

#header-navigation li>ul.sub-menu:after {
  background: #0e7add;
  display: block;
  line-height: 0;
  content: "";
  position: absolute;
  height: 2px;
  left: -1px;
  right: -1px;
  top: -2px;
}

#header-navigation li.hover>ul.sub-menu {
  top: 100%;
}

#header-navigation li>ul.sub-menu>li>ul.sub-menu {
  top: -99999px;
  right: -100%;
  margin-right: -2px;
  left: auto;
}

#header-navigation li>ul.sub-menu>li.hover>ul.sub-menu {
  top: -1px;
}

.ie7 #header-navigation li>ul.sub-menu>li.hover>ul.sub-menu {
  top: -2px;
}

#header-navigation li.fallout li {
  position: relative;
}

#header-navigation li.fallout>ul.sub-menu li>a {
  position: static;
  display: block;
  padding: 10px 20px;
  line-height: 18px;
  color: #7c7c7c;
  border-bottom: 1px solid #ebebeb;
}

#header-navigation li>ul.sub-menu li:hover>a {
  color: #169fe6;
}

#header-navigation li>ul.sub-menu li a .ui--caret {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -9px;
}

#header-navigation li>ul.sub-menu li:last-child>a {
  border-bottom: 0;
}

#header-navigation li.to-left>ul.sub-menu {
  left: auto;
  right: 0;
  float: left;
  margin: 0 0 0 0;
}

#header-navigation li>ul.sub-menu>li.to-left>ul.sub-menu {
  right: auto;
  left: -100%;
  margin-right: 0;
  margin-left: -2px;
}

#header-navigation>.megamenu>ul.sub-menu {
  width: 600px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .1);
}

.old-browser #header-navigation>.megamenu ul.sub-menu {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

#header-navigation>.megamenu.layout-fullwidth {
  position: static !important;
}

#header-navigation>.megamenu.layout-fullwidth>ul.sub-menu {
  width: 100%;
  max-width: 958px;
  margin: -1px 0 0 !important;
  left: 0;
  right: 0;
}

#header-navigation>.megamenu .menu-item>a,
#header-navigation>.megamenu .style--standard>a,
#header-navigation>.megamenu .style--big-title>a,
#header-navigation>.megamenu .style--strong-title>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 18px;
  color: #7c7c7c;
  border-bottom: 1px solid #ebebeb;
}

#header-navigation>.megamenu .style--standard>a:hover,
#header-navigation>.megamenu .style--list>a:hover {
  color: #169fe6;
}

.ie8 #header-navigation>.megamenu .style--big-title>a {
  margin-left: 1px;
}

#header-navigation>.megamenu .style--big-title>a,
#header-navigation>.megamenu .style--big-title:hover>a {
  color: #7c7c7c;
}

#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li.menu-item:last-child>a {
  border-bottom: 0;
}

#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li.menu-item:last-child>ul.sub-menu {
  border-bottom: 0 !important;
  margin-bottom: 0;
}

#header-navigation>.megamenu .style--big-title>a {
  padding: 18px 20px 18px !important;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid transparent;
  background-color: #f1f1f1;
  *background-color: #f1f1f1;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMUYxRjEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODkpIiAvPgo8L3N2Zz4=');
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f1f1f1');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#f1f1f1')";
  text-shadow: 0 1px 0 #fff;
}

#header-navigation>.megamenu .style--big-title>a {
  border-color: #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
}

#header-navigation>.megamenu .style--strong-title>a {
  font-weight: bold;
  text-align: center;
  border-bottom: 0 !important;
}

#header-navigation>.megamenu ul.sub-menu ul.sub-menu {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 !important;
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  width: 100% !important;
  background: none !important;
  background-color: transparent !important;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#header-navigation>.megamenu ul.sub-menu ul.sub-menu:after {
  display: none;
}

#header-navigation>.megamenu .level-1:after {
  background: #ebebeb;
  display: block;
  line-height: 0;
  content: "";
  position: absolute;
  top: 0;
  margin-left: 0;
  width: 1px;
  height: 100%;
  z-index: 1000;
}

#header-navigation>.megamenu .level-1:first-child:after {
  display: none;
}

#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px !important;
}

#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {}

#header-navigation>.megamenu .style--list>a {
  border: 0 !important;
  padding: 3px 20px 3px 25px !important;
  display: block !important;
  float: none !important;
}

#header-navigation>.megamenu>ul.sub-menu li>a .ui--caret {
  display: none;
}

#header-navigation>.megamenu .style--list>a .ui--caret {
  display: inline;
  position: static;
  margin-right: 12px;
}

#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li {
  *zoom: 1;
}

#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li:before,
#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li:after {
  display: table;
  line-height: 0;
  content: "";
}

#header-navigation>.megamenu>ul.sub-menu>li>ul.sub-menu>li:after {
  clear: both;
}

#header-navigation>.megamenu>ul.sub-menu>li.megamenu-divider {
  position: static;
  float: none;
  width: 100% !important;
  display: block;
  clear: both;
  height: 1px;
  background-color: #ebebeb;
  margin-top: -1px !important;
}

#header-navigation>.megamenu>ul.sub-menu .megamenu-image {
  text-align: center;
  margin: 0;
}

#header-navigation>.megamenu>ul.sub-menu .megamenu-image img {
  max-width: 100%;
  height: auto;
}

#header-navigation>.megamenu>ul.sub-menu .megamenu-html {
  margin: 20px 20px 10px;
}

#header-navigation>.megamenu.columns-1>ul.sub-menu>li {
  float: none;
  width: 100%;
}

#header-navigation>.megamenu>ul.sub-menu>li {
  width: 25%;
  float: left;
}

#header-navigation>.megamenu.columns-2>ul.sub-menu>li {
  width: 50%;
  float: left;
}

#header-navigation>.megamenu.columns-3>ul.sub-menu>li {
  width: 33.3333333%;
  float: left;
}

#header-navigation>.megamenu.columns-4>ul.sub-menu>li {
  width: 25%;
  float: left;
}

#header-navigation>.megamenu.columns-5>ul.sub-menu>li {
  width: 20%;
  float: left;
}

#header-navigation>.megamenu.columns-6>ul.sub-menu>li {
  width: 16.65%;
  float: left;
}

#header-navigation-toggle {
  position: relative;
}

#header-navigation-toggle a {
  display: block;
  padding: 10px 20px;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#header-navigation-toggle a .ui--caret {
  position: absolute;
  left: auto !important;
  right: 20px !important;
  top: 50% !important;
  margin-top: -6px !important;
  margin-right: 0 !important;
  font-size: 14px;
}

.rtl #header-navigation-toggle a .ui--caret {
  right: auto !important;
  left: 20px !important;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .header-layout-blocking.no-stuck #logo,
  .header-layout-blocking.no-stuck nav#navigation {
    float: none !important;
    display: block;
    margin-top: 0;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    text-align: center;
    line-height: 0;
  }

  .header-layout-blocking.no-stuck #header-navigation {
    display: inline-block;
    text-align: left;
    / / float: none !important;
  }

  .header-layout-blocking.logo-position-left.no-stuck #logo {
    text-align: left;
  }

  .header-layout-blocking.logo-position-right.no-stuck #logo {
    text-align: right;
  }

  .header-layout-blocking.logo-position-center.no-stuck #logo {
    text-align: center;
  }

  .header-layout-blocking.navigation-position-left.no-stuck nav#navigation {
    text-align: left;
  }

  .header-layout-blocking.navigation-position-right.no-stuck nav#navigation {
    text-align: right;
  }

  .header-layout-blocking.navigation-position-center.no-stuck nav#navigation {
    text-align: center;
  }

  .header-layout-blocking.no-stuck #header-navigation>.megamenu.layout-fullwidth {
    position: static;
  }

  .header-layout-blocking.no-stuck #header-navigation>.megamenu.layout-fullwidth>ul.sub-menu {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }

  .sticky-header-layout-blocking.stuck #logo,
  .sticky-header-layout-blocking.stuck nav#navigation {
    float: none !important;
    display: block;
    margin-top: 0;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    text-align: center;
    line-height: 0;
  }

  .sticky-header-layout-blocking.stuck #header-navigation {
    display: inline-block;
    text-align: left;
    float: none !important;
  }

  .sticky-header-layout-blocking.sticky-logo-position-left.stuck #logo {
    text-align: left;
  }

  .sticky-header-layout-blocking.sticky-logo-position-right.stuck #logo {
    text-align: right;
  }

  .sticky-header-layout-blocking.sticky-logo-position-center.stuck #logo {
    text-align: center;
  }

  .sticky-header-layout-blocking.sticky-navigation-position-left.stuck nav#navigation {
    text-align: left;
  }

  .sticky-header-layout-blocking.sticky-navigation-position-right.stuck nav#navigation {
    text-align: right;
  }

  .sticky-header-layout-blocking.sticky-navigation-position-center.stuck nav#navigation {
    text-align: center;
  }

  .sticky-header-layout-blocking.stuck #header-navigation>.megamenu.layout-fullwidth {
    position: static;
  }

  .sticky-header-layout-blocking.stuck #header-navigation>.megamenu.layout-fullwidth>ul.sub-menu {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }

  .sticky-header-layout-blocking.sticky-hidden-logo.stuck #logo {
    display: none !important;
  }
}

.menu-item-lang-selector>ul {
  width: auto !important;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-item-lang-selector>ul>li,
.menu-item-lang-selector>ul>li>a {
  white-space: nowrap;
}

.o--no-lang-name ul>li {
  text-align: center;
}

.menu-item-lang-selector .flag {
  margin-right: 6px;
}

.rtl .menu-item-lang-selector .flag {
  margin-left: 6px;
  margin-right: 0;
}

.portfolio-container .passive-item {
  pointer-events: none;
}

.old-browser .portfolio-container .passive-item,
.old-browser .portfolio-container .passive-item * {
  filter: alpha(opacity=30) !important;
  opacity: .3 !important;
}

.portfolio-container.layout--normal>.row {
  margin-bottom: 12px;
}

.portfolio-container.layout--normal>.row:last-child {
  margin-bottom: 0;
}

div.pp_envision .pp_top,
div.pp_envision .pp_top .pp_middle,
div.pp_envision .pp_top .pp_left,
div.pp_envision .pp_top .pp_right,
div.pp_envision .pp_bottom,
div.pp_envision .pp_bottom .pp_left,
div.pp_envision .pp_bottom .pp_middle,
div.pp_envision .pp_bottom .pp_right {
  height: 13px;
}

div.pp_envision div.ppt {
  color: #f8f8f8;
  margin: 0 0 3px 80px !important;
  max-width: 75%
}

div.pp_envision #pp_full_res {
  background: #fff;
  line-height: 0 !important;
}

div.pp_envision .pp_expand {
  background: url(../../includes/modules/module.prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_envision .pp_expand:hover {
  background: url(../../includes/modules/module.prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_envision .pp_contract {
  background: url(../../includes/modules/module.prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_envision .pp_contract:hover {
  background: url(../../includes/modules/module.prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_envision .pp_close {
  cursor: pointer;
  right: 14px;
  top: -42px;
}

div.pp_envision #pp_full_res .pp_inline {
  color: #000;
}

div.pp_envision .pp_gallery ul li a {
  background: url(../../includes/modules/module.prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_envision .pp_gallery ul li a:hover,
div.pp_envision .pp_gallery ul li.selected a {
  border-color: #fff;
}

div.pp_envision .pp_social {
  margin-top: 7px;
}

div.pp_envision .pp_gallery a.pp_arrow_previous,
div.pp_envision .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
  position: relative;
}

div.pp_envision .pp_nav .pp_play,
div.pp_envision .pp_nav .pp_pause {
  background: url(../../includes/modules/module.prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_envision .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_envision .pp_details {
  position: absolute;
  text-align: center;
}

div.pp_envision a.pp_arrow_previous,
div.pp_envision a.pp_arrow_next {
  background: url(../../includes/modules/module.prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}

div.pp_envision a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_envision .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_envision .pp_current_text {
  clear: none;
  height: 30px;
  position: absolute;
  top: -42px;
  left: 18px;
}

div.pp_envision .pp_current_text .currentTextHolder {
  left: 0;
  margin: 0;
  position: absolute;
}

div.pp_envision .pp_current_text .pp_play:hover,
div.pp_envision .pp_current_text .pp_pause:hover,
div.pp_envision .pp_arrow_next:hover,
div.pp_envision .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_envision .pp_description {
  padding: 10px 20px;
  margin: 5px auto 5px auto;
  max-width: 75%;
  min-width: 200px;
  text-align: center;
  display: inline-block;
}

div.pp_envision a.pp_previous,
div.pp_envision a.pp_next {
  z-index: 1500;
  background: rgba(255, 255, 255, .01);
}

div.pp_envision a.pp_previous>span,
div.pp_envision a.pp_next>span {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all .7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  padding: 0 50px;
}

div.pp_envision a.pp_previous>span {
  margin-left: -50px;
}

div.pp_envision a.pp_next>span {
  margin-right: -50px;
}

div.pp_envision a.pp_previous:hover>span,
div.pp_envision a.pp_next:hover>span {
  filter: alpha(opacity=100);
  opacity: 1;
}

html.no-csstransforms div.pp_envision a.pp_previous>span {
  left: -100px;
}

html.no-csstransforms div.pp_envision a.pp_next>span {
  right: -100px;
}

html.csstransforms div.pp_envision a.pp_previous>span {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

html.csstransforms div.pp_envision a.pp_next>span {
  right: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

html.no-csstransforms div.pp_envision a.pp_previous:hover>span {
  left: -20px;
}

html.no-csstransforms div.pp_envision a.pp_next:hover>span {
  right: -20px;
}

html.csstransforms div.pp_envision a.pp_previous:hover>span {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

html.csstransforms div.pp_envision a.pp_next:hover>span {
  right: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

div.pp_envision .pp_loaderIcon {
  background: url(../../includes/modules/module.prettyPhoto/default/loader.gif) center center no-repeat;
  background-color: #fff;
  padding: 20px;
}

div.pp_envision .pp_description,
div.pp_envision .pp_loaderIcon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.pp_envision .pp_fade {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
  box-shadow: 0 0 20px rgba(0, 0, 0, .75);
}

div.pp_envision .pp_expand,
div.pp_envision .pp_contract {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12100;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 12101;
}

.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  margin: 3px 10px 0 0;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery {
  display: none !important;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  display: block;
  float: right;
  height: 100%;
  width: 49%;
}

a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-indent: 0 !important;
}

.pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

.ui--rev-slider {
  -webkit-backface-visibility: hidden;
  direction: ltr;
}

.ie9 .tp-caption.caption-primary>div {
  filter: none !important;
}

.rev_slider_wrapper .tp-leftarrow.custom:hover,
.rev_slider_wrapper .tp-rightarrow.custom:hover {
  background-position: 0 0 !important;
}

.slider-navigation-wrapper i {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.modern-browser .rev_slider_wrapper .tparrows {
  filter: none !important;
}

.rev_slider_wrapper .tparrows.custom {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  background: none;
  background-image: none;
  background-color: #333;
}

.rev_slider_wrapper .tparrows .slider-navigation-wrapper {
  position: absolute;
  width: 100%;
  height: 18px;
  text-align: center;
  top: 50%;
  left: 0;
  color: #fff;
}

.rev_slider_wrapper .tparrows.custom {
  height: 60px;
}

.rev_slider_wrapper .tparrows.custom .slider-navigation-wrapper {
  margin-top: -8px;
}

.rev_slider_wrapper .tp-leftarrow.custom {
  box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rev_slider_wrapper .tp-rightarrow.custom {
  box-shadow: -1px 0 8px rgba(0, 0, 0, .2);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tp-leftarrow.custom .slider-navigation-wrapper {
  margin-left: -2px;
}

.tp-rightarrow.custom .slider-navigation-wrapper {
  margin-left: 2px;
}

.rev_slider_wrapper .tparrows.custom .slider-navigation-wrapper i {
  font-size: 18px !important;
}

.tp-bullets .bullet.selected .ui--bullets-color {
  display: block;
}

.tp-bullets.simplebullets.custom .bullet {
  background: none !important;
  margin: 2px !important;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  float: left;
}

.tp-bullets.simplebullets.custom .bullet {
  background: none !important;
  margin: 2px !important;
  width: 17px;
  height: 17px;
}

.tp-bullets.simplebullets.custom .tp-leftarrow.custom,
.tp-bullets.simplebullets.custom .tp-rightarrow.custom {
  width: 30px !important;
  height: 30px !important;
  margin: -4px 2px 0 !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}

.tp-bullets.simplebullets.custom .tp-leftarrow.custom .slider-navigation-wrapper,
.tp-bullets.simplebullets.custom .tp-rightarrow.custom .slider-navigation-wrapper {
  margin-top: -10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tp-bullets.simplebullets.custom .tp-leftarrow.custom .slider-navigation-wrapper i,
.tp-bullets.simplebullets.custom .tp-rightarrow.custom .slider-navigation-wrapper i {
  font-size: 13px !important;
}

.tp-caption.caption-primary>div {
  position: absolute;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  padding: 10px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e7add;
  *background-color: #0e7add;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxZmM0ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGU3YWRkIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICA8L2RlZnM+DQogICAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTsiLz4NCjwvc3ZnPg==');
  background-image: -moz-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1fc4f0), to(#0e7add));
  background-image: -webkit-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: -o-linear-gradient(top, #1fc4f0, #0e7add);
  background-image: linear-gradient(to bottom, #1fc4f0, #0e7add);
  background-repeat: repeat-x;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1fc4f0',endColorstr='#0e7add')";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#1fc4f0', endColorstr='#0e7add');
}

.tp-caption.caption-primary h1,
.tp-caption.caption-primary h2,
.tp-caption.caption-primary h3,
.tp-caption.caption-primary h4,
.tp-caption.caption-primary h5,
.tp-caption.caption-primary h6 {
  margin: 0;
}

.ui--shadow {
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.ui--shadow img {
  pointer-events: none;
  margin: auto;
  display: block;
  width: 100% !important;
  max-width: 1170px !important;
  max-height: none !important;
  height: auto !important;
}

.ui--shadow-abs img {
  position: absolute;
}

.ui--shadow-top {
  position: relative;
  z-index: 2;
}

.ui--shadow {
  max-height: 18px;
}

.ui--shadow.ui--shadow-type-1 {
  max-height: 30px;
}

.ui--shadow.ui--shadow-type-5 {
  max-height: 30px;
}

.ui--shadow-abs {
  height: 18px;
}

.ui--shadow-abs.ui--shadow-type-1 {
  height: 30px;
}

.ui--shadow-abs.ui--shadow-type-5 {
  height: 30px;
}

.ui--shadow-reset {
  margin-top: -18px;
}

html.no-csstransitions #side-panel {
  display: none !important;
}

#side-panel-pusher {
  position: static;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

#side-panel {
  opacity: .95;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12001;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #3b3b3b;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, .2);
  box-shadow: 5px 0 10px rgba(0, 0, 0, .2);
}

#side-panel>div {
  display: none;
  margin: 30px;
}

.side-panel-open #side-panel {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

html.csstransitions #side-panel {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

html.csstransitions.side-panel-open #side-panel-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

html.no-csstransitions #side-panel {
  position: absolute;
  left: -100%;
}

html.no-csstransitions.side-panel-open #side-panel {
  left: -300px;
  display: block !important;
  visibility: visible;
  z-index: 15000;
}

html.no-csstransitions.side-panel-open #side-panel-pusher {
  position: relative;
  left: 300px;
}

#side-panel select,
#side-panel textarea,
#side-panel input[type="text"],
#side-panel input[type="password"] {
  width: 100%;
}

#side-panel select,
#side-panel textarea,
#side-panel input[type="text"],
#side-panel input[type="password"],
#side-panel input[type="datetime"],
#side-panel input[type="datetime-local"],
#side-panel input[type="date"],
#side-panel input[type="month"],
#side-panel input[type="time"],
#side-panel input[type="week"],
#side-panel input[type="number"],
#side-panel input[type="email"],
#side-panel input[type="url"],
#side-panel input[type="search"],
#side-panel input[type="tel"],
#side-panel input[type="color"],
#side-panel select:focus,
#side-panel textarea:focus,
#side-panel input[type="text"]:focus,
#side-panel input[type="password"]:focus,
#side-panel input[type="datetime"]:focus,
#side-panel input[type="datetime-local"]:focus,
#side-panel input[type="date"]:focus,
#side-panel input[type="month"]:focus,
#side-panel input[type="time"]:focus,
#side-panel input[type="week"]:focus,
#side-panel input[type="number"]:focus,
#side-panel input[type="email"]:focus,
#side-panel input[type="url"]:focus,
#side-panel input[type="search"]:focus,
#side-panel input[type="tel"]:focus,
#side-panel input[type="color"]:focus {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
}

#ui--side-panel-close-button {
  display: block !important;
  visibility: visible !important;
  position: absolute;
  right: 0px;
  top: 28px;
  padding: 10px;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.side-panel-open #ui--side-panel-close-button {
  opacity: 1;
  right: -24px;
}

#ui--side-panel-close-button .ui--icon {
  display: block !important;
}

html.html-loading .ui--fixed-button {
  visibility: hidden;
}

html.side-panel-open .ui--fixed-button {
  display: none !important;
}

.ui--fixed-button {
  position: fixed;
  bottom: 10%;
  z-index: 11500;
}

.ui--fixed-button .btn {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-bottom: 0 !important;
}

.ui--fixed-button.position--left {
  left: -10px;
}

.ui--fixed-button.position--left .btn {
  padding-left: 20px !important;
}

.ui--fixed-button.position--right {
  right: -10px;
}

.ui--fixed-button.position--right .btn {
  padding-right: 20px !important;
}

.ui--fixed-button.position--top {
  top: 10%;
  bottom: auto;
}

#comments {
  margin-bottom: 30px;
}

#comments .commentlist {
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}

#comments .commentlist:after {
  content: "";
  display: block;
  clear: both;
}

#comments .commentlist li {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  position: relative;
  background: 0;
  border: 0;
}

#comments .commentlist li>ul {
  margin-top: 18px;
  margin-left: 50px;
  list-style: none none !important;
}

#comments .commentlist li .meta {
  padding: 12px 20px;
  margin: -18px -20px 18px;
}

#comments .commentlist li .ui--star-rating .ui--star-rating-highlight {
  color: #333;
}

#comments .commentlist li .comment-avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  height: auto;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 1500px;
  -webkit-border-radius: 1500px;
  border-radius: 1500px;
  border: 4px solid #ebebeb;
}

#comments .commentlist li img.avatar {
  float: left;
  margin: 0;
  line-height: 1;
  width: 48px;
  background-color: #fff;
  -moz-border-radius: 1500px;
  -webkit-border-radius: 1500px;
  border-radius: 1500px;
  z-index: 2;
}

#comments .commentlist li .comment-text {
  position: relative;
  z-index: 1;
  margin: 0 0 0 80px;
  padding: 18px 20px 0;
}

#comments .commentlist li .comment-text .meta {
  position: relative;
}

.ui--comments-arrow i {
  font-size: 24px;
}

.ui--comments-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: -8px;
  margin-top: -10px;
  color: #f1f1f1;
  background-color: none !important;
  text-shadow: -1px 0 0px #dfdfdf;
}

.ie .ui--comments-arrow {
  display: none;
}

#comments h3 {
  margin: 0
}

#comments #comment {
  min-height: 75px
}

#comments .commentlist>li:before {
  content: ""
}

.comment-reply-link {
  text-decoration: none !important;
}

#respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}

.comment #respond {
  margin: 18px 0 0 80px !important;
}

.ui--comment-form .ui--box {
  padding: 18px 20px 0;
}

.ui--comment-form .ui--box .respond-header {
  margin: -18px -20px 18px;
  padding: 12px 20px;
  position: relative;
}

.comment .ui--star-rating-text {
  display: none;
}

.ui--comment-form .form-submit {
  padding: 12px 20px;
  margin: 0 -20px 0;
  border-top: 1px solid #dfdfdf;
}

.ui--comment-form p {}

.ui--comment-form code {
  white-space: normal;
}

.ui--comment-form .form-allowed-tags code {
  display: block;
}

.ui--comment-form input[type=text],
.ui--comment-form input[type=email] {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 32px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui--comment-form textarea {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui--comment-form .form-submit button {
  float: right;
  margin-bottom: 0;
}

#respond:after {
  content: "";
  display: block;
  clear: both;
}

#respond p {}

#respond .form-submit input {
  left: auto
}

#respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.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 {
  width: 100%;
  margin: 0 0 18px;
  padding: 0 0 0;
}

.flexslider .slides>div {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  max-width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.flexslider .slides img {
  max-width: 100%;
  height: auto !important;
  display: block;
}

.no-js .slides>div:first-child {
  display: block;
}

.slides>li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px
}

.flexslider .flex-direction-nav {
  *height: 0;
  display: none;
}

.flexslider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flexslider .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flexslider .flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider .flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

.flexslider .flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.flexslider .flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flexslider .flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.flexslider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.flexslider .flex-control-nav li {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flexslider .flex-control-paging li a {
  width: 17px;
  height: 17px;
  margin: 2px;
  position: relative;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: none !important;
}

.flexslider .flex-control-paging li a:hover {
  background-position: 0 20px;
}

.flexslider .flex-control-paging li a.flex-active {
  background-position: 0 20px;
  cursor: default;
}

.flexslider .flex-control-paging li a {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.flex-active .ui--bullets-color {
  display: block;
}

.flexslider .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flexslider .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flexslider .flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flexslider .flex-control-thumbs img:hover {
  opacity: 1;
}

.flexslider .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-caption {
  position: absolute;
  left: 40px;
  bottom: 60px;
  padding: 20px;
  margin: 0 !important;
  max-width: 50%;
  max-width: 400px;
  background: rgba(0, 0, 0, .75);
  color: #fff !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.old-browser .flex-caption {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
  zoom: 1;
}

.flexslider-wrapper {
  position: relative;
  margin-bottom: 18px;
}

.flexslider-relative {
  position: relative;
}

.ui--flexslider-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
  z-index: 100;
}

.ui--flexslider-navigation .arr {
  width: 40px;
  height: 60px;
}

.ui--flexslider-navigation .arr i {
  top: 50%;
  margin-top: -8px;
}

.flexslider-navigation-prev,
.flexslider-navigation-next {
  position: absolute;
}

.flexslider-navigation-prev {
  left: -20px;
}

.flexslider-navigation-next {
  right: -20px;
}

#footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #212121;
  background-color: #2d2d2d;
}

#footer-bottom,
#footer-bottom a {
  color: #8c8989;
  font-size: 12px;
}

#footer-bottom a:hover {
  color: #fff;
}

#footer-bottom #footer-texts,
#footer-bottom #footer-navigation {
  max-width: 50%;
}

#footer-bottom.layout--centered #footer-texts,
#footer-bottom.layout--centered #footer-navigation {
  display: block;
  width: auto;
  max-width: none;
  float: none;
  text-align: center;
}

#footer-bottom.layout--centered #footer-navigation {
  margin-top: 10px;
}

#footer-navigation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#footer-navigation li.ui--separator {
  margin-left: 10px;
  margin-right: 10px;
}

#footer-navigation li.ui--separator:last-child {
  display: none;
}

#header-container .show-on-stuck {
  display: none !important;
}

header #logo {
  float: left;
  position: relative;
  z-index: 2;
  text-align: center;
}

header #logo img {
  max-width: 100%;
  height: auto;
}

header #logo a {
  display: block;
  padding-top: 0px;
}

#titlebar {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  background-color: #f9f9f9;
  background-position: center center;
  background-repeat: no-repeat;
  image-rendering: optimizeQuality;
}

#titlebar>.container {
  padding: 30px 0;
}

#titlebar.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#titlebar.repeat {
  background-repeat: repeat;
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}

#titlebar-text {
  max-width: 58%;
  padding-right: 2%;
}

#titlebar-title {
  margin: 0;
}

#titlebar-text .titlebar-text-content {
  margin-top: 10px;
}

#titlebar-text .titlebar-text-content>p:last-child {
  margin-bottom: 0;
}

#titlebar-text.no-breadcrumb {
  max-width: 100%;
  padding-right: 0;
}

#titlebar-breadcrumb {
  min-width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#breadcrumb {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  padding: 5px 15px;
  font-size: 12px;
}

.ui-bc-seperator {
  margin: 3px 0;
  width: 20px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.ui-bc-seperator .ui--caret {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  line-height: 18px;
  margin-top: -11px;
  margin-left: -3px;
}

#breadcrumb,
#breadcrumb a {
  color: #7c7c7c;
}

#breadcrumb a:hover {
  color: #070401;
}

.orientation-right #titlebar-text {
  max-width: 58%;
  padding-left: 2%;
  padding-right: 0;
  float: right;
  text-align: right;
}

.orientation-right #titlebar-breadcrumb {
  left: 0;
  right: auto;
}

.orientation-right #breadcrumb {
  left: 0;
  right: auto;
}

#top-bar {
  position: relative;
  z-index: 12001 !important;
  line-height: 0;
  height: 40px;
  background: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
}

#top-bar-background {
  height: 40px;
}

#top-bar a {
  color: #7c7c7c;
}

#top-bar a:hover {
  color: #070401;
}

#top-bar-text {
  line-height: 40px;
  white-space: nowrap;
}

#top-bar-text [class^="fontawesome-"],
#top-bar-text [class*=" fontawesome-"] {
  font-size: 14px;
  margin-right: 4px;
}

#top-bar .ui--widget {
  height: 40px !important;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}

#top-bar .ui--widget>ul,
#top-bar ul.ui--widget {
  float: left;
  margin-left: 0;
}

#top-bar .ui--widget>ul>li,
#top-bar ul.ui--widget>li {
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-color: #ebebeb !important;
  height: 40px;
}

#top-bar .ui--widget>ul>li>a,
#top-bar ul.ui--widget>li>a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

#top-bar .ui--widget li>ul {
  display: none;
}

#top-bar .ui--widget li .helper--extract-icon {
  background: transparent;
  background: rgba(0, 0, 0, .1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
  *zoom: 1;
  -webkit-box-shadow: inset 1px 0 3px rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 1px 0 3px rgba(0, 0, 0, .15);
  box-shadow: inset 1px 0 3px rgba(0, 0, 0, .15);
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 30px;
  text-align: center;
}

#top-bar .helper--extract-icon [class^="fontawesome-"],
#top-bar .helper--extract-icon [class*=" fontawesome-"] {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -3px !important;
}

#top-bar .ui--custom-menu>li {
  float: left;
  margin-left: -1px;
}

#top-bar .ui--custom-menu li {
  position: relative;
}

#top-bar .ui--custom-menu li>ul {
  display: none;
}

#top-bar .ui--custom-menu li>ul {
  display: none;
  position: absolute;
  right: -1px;
  top: 40px;
  min-width: 150px;
  margin-left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .07), 0 1px 0 rgba(0, 0, 0, .05);
}

#top-bar .ui--custom-menu li>ul>li>ul {
  top: 0;
  margin-left: 0;
  left: auto;
  right: 100%;
}

#top-bar .abs-left .ui--custom-menu li>ul {
  left: -1px;
  right: auto;
}

#top-bar .abs-left .ui--custom-menu li>ul>li>ul {
  left: 100%;
  right: auto;
  margin-right: -1px;
  margin-left: 0;
}

#top-bar .ui--custom-menu.opt--on-hover li:hover>ul {
  display: block;
}

#top-bar .ui--custom-menu li>ul li>a {
  display: block;
  padding: 10px 20px;
  line-height: 18px;
  border: 1px solid #ebebeb;
  margin-bottom: -1px;
}

#top-bar .ui-socialbar .ui-socialbar-item {
  margin-left: -1px;
}

#top-bar .ui--custom-menu li>a [class^="fontawesome-angle-"],
#top-bar .ui--custom-menu li>a [class*=" fontawesome-angle-"] {
  margin-right: -6px;
  margin-left: 8px;
}

#top-bar .widget--language-selector .flag {
  margin: -2px 10px 0 0;
}

.rtl #top-bar .widget--language-selector li {
  text-align: right;
}

.rtl #top-bar .widget--language-selector .flag {
  margin-left: 10px;
  margin-right: 0;
}

#top-bar #widget--search {
  overflow: hidden;
  padding-left: 1px;
  margin-left: -2px;
}

#top-bar #widget--search>li>a {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-right: 1px;
}

#top-bar #widget--search .ui--search-form {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 40px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  overflow: hidden;
  --webkit-box-shadow: inset 1px 0 10px rgba(0, 0, 0, .1), inset 1px 0 1px rgba(0, 0, 0, .08), inset -1px 0 10px rgba(0, 0, 0, .1), inset -1px 0 1px rgba(0, 0, 0, .08);
  -moz-box-shadow: inset 1px 0 10px rgba(0, 0, 0, .1), inset 1px 0 1px rgba(0, 0, 0, .08), inset -1px 0 10px rgba(0, 0, 0, .1), inset -1px 0 1px rgba(0, 0, 0, .08);
  box-shadow: inset 1px 0 10px rgba(0, 0, 0, .1), inset 1px 0 1px rgba(0, 0, 0, .08), inset -1px 0 10px rgba(0, 0, 0, .1), inset -1px 0 1px rgba(0, 0, 0, .08);
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

#top-bar #widget--search.state--open .ui--search-form {
  width: 150px;
}

#top-bar #widget--search .ui--search-form form {
  position: absolute;
  width: 150px;
  height: 40px;
  left: 0;
}

#top-bar #widget--search.state--open .ui--search-form form {}

#top-bar #widget--search .ui--search-form input[type="text"] {
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 10px !important;
  width: 150px;
  background: rgba(0, 0, 0, .03) !important;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#07000000,endColorstr=#07000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#07000000, endColorstr=#07000000);
  zoom: 1;
  border: 0;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  overflow: hidden;
  z-index: 10000;
}

#toTopHover {
  display: block;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

#topbar-social-icons>li:first-child {}

.ui--select-wrapper {
  position: relative;
  padding: 0 !important;
  cursor: pointer !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  max-width: 100%;
  clear: none !important;
}

.ui--select-wrapper select option {
  color: #333 !important;
}

.ui--select-wrapper.helper--block {
  width: 100% !important;
  display: block;
  *display: block;
}

.ui--select-wrapper .chzn-container {
  display: none !important;
}

.ui--select-wrapper>select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer !important;
  display: block !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  vertical-align: middle;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 2;
  position: relative;
  float: none !important;
  height: 32px;
  line-height: 32px;
  min: 100% !important;
  width: 100% !important;
  max-width: 100%;
  font-weight: normal !important;
}

.ui--select-wrapper>.ui--select-title {
  white-space: nowrap !important;
  display: block;
  overflow: hidden !important;
  position: absolute;
  left: 18px;
  right: 24px;
  top: 0;
  bottom: 0;
  width: auto !important;
  margin: 0 !important;
  line-height: 32px;
  z-index: 1;
  text-overflow: ellipsis;
  color: #7c7c7c !important;
}

.rtl .ui--select-wrapper>.ui--select-title {
  right: 18px;
  left: 24px;
}

.ui--select-wrapper:hover>.ui--select-title,
.ui--select-wrapper.active>.ui--select-title,
.ui--select-wrapper:hover>.ui--select-arrow,
.ui--select-wrapper.active>.ui--select-arrow {
  color: #333333 !important;
}

.ui--select-wrapper>.ui--select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  color: #7c7c7c !important;
}

.rtl .ui--select-wrapper>.ui--select-arrow {
  left: 12px;
  right: auto;
}

@media (min-width: 979px) {
  html #page-wrap .ui--tabs-mega.text-left>.ui--tabs-header .ui--tabs-titles>li.first-item a {
    border-left: 0;
  }

  html #page-wrap .ui--tabs-mega.text-right>.ui--tabs-header .ui--tabs-titles>li.last-item a {
    border-right: 0;
  }

  #header-navigation {
    display: block;
  }

  .logo-position-right.no-stuck #logo {
    float: right;
  }

  .logo-position-right.no-stuck #header-navigation {
    float: left;
  }

  .sticky-logo-position-right.stuck #logo {
    float: right;
  }

  .sticky-logo-position-right.stuck #header-navigation {
    float: left;
  }

  .header-style-1.no-stuck #header-navigation>li.top-level-item {
    margin-left: 1px;
  }

  .stuck #header-navigation>li.top-level-item:hover>a,
  .stuck #header-navigation>li.top-level-item.hover>a,
  .header-style-1.no-stuck #header-navigation>li.top-level-item:hover>a,
  .header-style-1.no-stuck #header-navigation>li.top-level-item.hover>a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .stuck #header-navigation>li.menu-item-has-children.top-level-item.hover>a,
  .header-style-1.no-stuck #header-navigation>li.menu-item-has-children.top-level-item.hover>a {
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .header-style-2.no-stuck nav#navigation {
    border-top: 1px solid transparent;
    margin-bottom: 0;
  }

  .header-style-2.no-stuck #header-navigation>li.top-level-item:first-child {
    border-left: 1px solid transparent;
  }

  .header-style-2.no-stuck #header-navigation>li.top-level-item {
    border-right: 1px solid transparent;
  }

  .header-style-2.no-stuck nav#navigation,
  .header-style-2.no-stuck #header-navigation>li.top-level-item:first-child,
  .header-style-2.no-stuck #header-navigation>li.top-level-item {
    border-color: #ebebeb;
  }

  .header-overlapping .header-style-2.no-stuck nav#navigation,
  .header-overlapping .header-style-2.no-stuck #header-navigation>li.top-level-item:first-child,
  .header-overlapping .header-style-2.no-stuck #header-navigation>li.top-level-item {
    border-color: transparent;
  }

  nav#navigation {
    margin: -30px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
  }

  .stuck nav#navigation {
    margin-top: -27px;
  }

  #header-navigation {
    margin: 0;
    float: right;
  }

  .header-overlapping-ok #page-wrap #page-header {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .header-overlapping #header-container-background {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .header-overlapping .no-stuck #header-container-background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }

  .header-overlapping .stuck #header-container-background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .header-overlapping #header-container.no-stuck {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stuck #header-navigation>li.top-level-item {
    margin-left: 1px;
  }

  .stuck #header-navigation li.sticky-to-left>ul.sub-menu {
    left: auto;
    right: 0;
    margin: 0;
  }

  .stuck #header-navigation li>ul.sub-menu>li.sticky-to-left>ul.sub-menu {
    right: auto;
    left: -100%;
    margin-right: 0;
    margin-left: -2px;
  }

  .stuck #header-navigation li.sticky-to-right>ul.sub-menu {
    right: auto;
    left: 0;
    margin: 0;
  }

  .stuck #header-navigation li>ul.sub-menu>li.sticky-to-right>ul.sub-menu {
    left: auto;
    right -100%;
    margin-left: 0;
    margin-right: -2px;
  }

  .modern-browser #header-container.stuck {
    margin: 0 auto;
    position: fixed !important;
    top: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    -moz-transition: -moz-box-shadow 0.5s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    -o-transition: -o-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    z-index: 2000;
    padding-bottom: 0 !important;
  }

  .modern-browser .layout--fullwidth #header-container.stuck {
    left: 0;
    width: 100%;
  }

  .modern-browser #header-container.stuck #logo img {
    transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
    -webkit-transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  }

  .modern-browser body.admin-bar #header-container.stuck {
    top: 32px;
  }

  .modern-browser #header-container.stuck #header-container-background {
    opacity: 0.95;
  }

  .modern-browser #header-container.stuck .hide-on-stuck,
  .modern-browser #header-container.no-stuck .show-on-stuck {
    display: none !important;
  }

  .modern-browser #header-container.stuck .show-on-stuck {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  html.no-video .ui--video-background-video video {
    display: none !important;
  }

  html.no-video .ui--video-background-poster {
    display: block !important;
  }

  #header-navigation>.megamenu.layout-fullwidth>ul.sub-menu {
    max-width: 1168px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 1.5dppx) {
  .ss .ui-socialbar-item .ui-socialbar-image {
    background-size: 40px 3600px;
  }

  .ssm .ui-socialbar-item .ui-socialbar-image {
    background-size: 30px 2700px;
  }

  .ss .ui-socialbar-item a {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/default/40px@2x.png");
  }

  .ssm .ui-socialbar-item a {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/default/30px@2x.png");
  }

  .ss.grey-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/grey-gradient/40px@2x.png");
  }

  .ssm.grey-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/grey-gradient/30px@2x.png");
  }

  .ss.grey-transparent .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/grey-transparent/40px@2x.png");
  }

  .ssm.grey-transparent .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/grey-transparent/30px@2x.png");
  }

  .ss.grey-bevel-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/grey-bevel-gradient/40px@2x.png");
  }

  .ssm.grey-bevel-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/grey-bevel-gradient/30px@2x.png");
  }

  .ss.white-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/white-gradient/40px@2x.png");
  }

  .ssm.white-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/white-gradient/30px@2x.png");
  }

  .ss.white_p50-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/white_p50-gradient/40px@2x.png");
  }

  .ssm.white_p50-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/white_p50-gradient/30px@2x.png");
  }

  .ss.black-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/black-gradient/40px@2x.png");
  }

  .ssm.black-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/black-gradient/30px@2x.png");
  }

  .ss.black_p50-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/black_p50-gradient/40px@2x.png");
  }

  .ssm.black_p50-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/black_p50-gradient/30px@2x.png");
  }

  .ss.dark-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/dark-gradient/40px@2x.png");
  }

  .ssm.dark-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/dark-gradient/30px@2x.png");
  }

  .ss.dark_p50-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/dark_p50-gradient/40px@2x.png");
  }

  .ssm.dark_p50-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/dark_p50-gradient/30px@2x.png");
  }

  .ss.blue-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/blue-gradient/40px@2x.png");
  }

  .ssm.blue-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/blue-gradient/30px@2x.png");
  }

  .ss.colorful-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/colorful-gradient/40px@2x.png");
  }

  .ssm.colorful-gradient .ui-socialbar-item .ui-socialbar-image {
    background-image: url("../../includes/shortcodes/shortcode.socialbar/source/colorful-gradient/30px@2x.png");
  }
}

@media (max-width: 979px) {
  .sticky-wrapper {
    height: auto !important;
  }

  #img-bg,
  #img-bg img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ui--isotope-item {
    margin-bottom: 2px;
  }

  .ui--pricing-table-features-titles {
    margin-left: -181px;
    width: 180px;
  }

  .ui--pricing-table-wrap.style2 {
    margin-left: 180px;
  }

  html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li a {
    padding: 15px 20px;
  }

  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-titles>li a {
    padding: 15px 20px;
  }

  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-titles>li a {
    padding: 15px 20px;
  }

  html.no-video .ui--video-background-video video {
    display: none !important;
  }

  html.no-video .ui--video-background-poster {
    display: block !important;
  }

  #wp-calendar {
    border-spacing: 0;
  }

  #wp-calendar tbody td {
    padding: 4px 4px;
    text-shadow: none;
  }

  .ui--blog-item.layout--medium .ui--blog-media {
    margin-left: 20px;
  }

  #page-content.sidebar-layout .ui--blog-item.layout--medium .ui--blog-media {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .ui--custom-menu-bar {
    margin-bottom: 20px;
  }

  .ui--custom-menu-bar ul>li>span,
  .ui--custom-menu-bar ul>li>a {
    padding: 20px 20px;
  }

  nav#navigation {
    float: none;
    position: relative !important;
    margin-top: 0 !important;
    line-height: 0;
    text-align: center !important;
  }

  .without-navigation-holder nav#navigation {
    float: none;
    display: block;
    margin-top: 0 !important;
    margin: 0 auto !important;
    max-width: 724px !important;
    position: relative !important;
    line-height: 0;
  }

  .without-navigation-holder #header-navigation {
    display: inline-block !important;
    text-align: left;
    float: none !important;
  }

  .without-navigation-holder #header-navigation>.megamenu {
    position: static !important;
  }

  .without-navigation-holder #header-navigation>.megamenu>ul.sub-menu {
    width: 100%;
    max-width: 724px;
    margin: 0 !important;
    left: 0;
    right: 0;
  }

  #header-navigation {
    text-align: center !important;
  }

  #header-navigation>li {
    text-align: left;
    float: none !important;
    display: inline-block;
  }

  .rev_slider_wrapper .tparrows.default {
    width: 30px;
    height: 48px;
  }

  .rev_slider_wrapper .tparrows.default .slider-navigation-wrapper {
    margin-top: -10px;
  }

  .tp-leftarrow.default .slider-navigation-wrapper {
    margin-left: -2px;
  }

  .tp-rightarrow.default .slider-navigation-wrapper {
    margin-left: 2px;
  }

  .rev_slider_wrapper .tparrows.default .slider-navigation-wrapper i {
    font-size: 12px !important;
  }

  header #logo {
    float: none;
    display: block;
    text-align: center;
    width: calc(100% - 50px);
    padding-top: 10px;
  }

  header img#logo-tablet {
    display: inline !important;
  }
}

@media (max-width: 767px) {

  .ui--carousel.fullwidth-content {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .ui--client-list .ui-row>.ui-column .ui--client {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ui--client-list .ui-row>.ui-column>.vertical-divider {
    display: none;
  }

  .ui-fluid-column {
    display: block;
    float: none;
    width: 100% !important;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ui--masonry {
    margin-left: 0;
  }

  .ui--isotope-item {
    margin-bottom: 12px;
  }

  .isotope,
  .isotope .ui--isotope-item {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
  }

  .fullwidth-content .ui--section-content {
    padding: 30px 40px 12px !important;
  }

  .ui--tabs-titles {
    display: block;
  }

  .ui--tabs-titles>li {
    float: none;
    width: 100%;
    display: block;
  }

  .ui--tabs-header .ui--tabs-header-holder {
    display: block;
    text-align: left;
  }

  html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li a {
    padding: 10px 30px;
  }

  html #page-wrap .ui--tabs-mega>.ui--tabs-header .ui--tabs-titles>li a {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  html #page-wrap .ui--tabs-mini>.ui--tabs-header {
    padding-bottom: 1px;
  }

  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-titles>li {
    max-height: 48px;
  }

  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-titles>li a {
    padding: 10px 30px;
    border-top: 2px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    min-height: none !important;
  }

  html #page-wrap .ui--tabs-mini-horizontal>.ui--tabs-header .ui--tabs-titles>li a {
    min-height: 0px !important;
  }

  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-border-after,
  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-border-before {
    display: none;
  }

  html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header {}

  html #page-wrap .ui--tabs-mini-vertical>.ui--tabs-header .ui--tabs-titles>li a {
    padding: 10px 30px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 1px solid transparent;
  }

  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-border-top,
  html #page-wrap .ui--tabs-mini>.ui--tabs-header .ui--tabs-border-bottom {
    display: none;
  }

  blockquote,
  .ui--blockquote,
  .ui--pullquote {
    text-align: left !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 5px solid #eeeeee;
    border-bottom: 5px solid #eeeeee;
    max-width: none;
    width: auto;
    float: none;
    padding: 18px 0;
    margin-left: 0;
    margin-right: 0;
  }

  blockquote p,
  .ui--blockquote p,
  .ui--pullquote p,
  blockquote small,
  .ui--blockquote small,
  .ui--pullquote small {
    text-align: left !important;
  }

  #wp-calendar thead th {
    padding: 5px !important;
  }

  #wp-calendar tbody td {
    padding: 2px 4px !important;
  }

  .ui--blog-side {
    display: none;
  }

  .ui--blog-item.layout--medium .ui--blog-media {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }

  #wp-admin-bar-top-secondary {
    display: none;
  }

  .ui--custom-menu-bar ul {
    display: block;
    width: auto;
    margin: 0;
  }

  .ui--custom-menu-bar.fullwidth-container ul {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }

  .ui--custom-menu-bar ul>li>span,
  .ui--custom-menu-bar ul>li>a {
    padding: 15px 20px;
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .ui--custom-menu-bar ul>li,
  .ui--custom-menu-bar.ui--type-splitted ul>li.pull-left,
  .ui--custom-menu-bar.ui--type-splitted ul>li.pull-right {
    float: none;
    display: block;
    margin: 0 !important;
    width: auto;
    max-width: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e0e0e0;
  }

  .ui--custom-menu-bar ul>li.last-item {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  nav#navigation {
    float: none;
    display: block;
    margin-top: 0 !important;
    margin: 0 auto !important;
    max-width: 440px !important;
    position: relative;
    width: 80%;
  }

  #header-navigation {
    display: none;
    text-align: left;
    float: none !important;
  }

  nav#navigation.with-navigation-holder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header-navigation>li {
    width: 100% !important;
    margin: auto;
    float: none !important;
    clear: both;
  }

  #header-navigation>li,
  #header-navigation>li>a {
    float: none !important;
    display: block;
  }

  #header-navigation>li {
    border-color: #ebebeb;
    margin-top: -2px;
  }

  #header-navigation>li>a {
    margin: 0 !important;
    padding: 10px 20px !important;
    border-bottom: 0 !important;
  }

  .rtl #header-navigation>.fallout li.menu-item>a,
  .rtl #header-navigation li.menu-item>a {
    text-align: right !important;
  }

  .rtl #header-navigation li a>.ui--caret,
  .rtl #header-navigation li.to-left a>.ui--caret,
  .rtl #header-navigation li a>.ui--caret,
  .rtl #header-navigation li.to-left a>.ui--caret,
  .rtl #header-navigation>li a>.ui--caret {
    right: auto !important;
    left: 7px !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
  }

  #header-navigation li a {
    position: relative;
  }

  #header-navigation li a .ui--caret,
  #header-navigation li.to-left a .ui--caret,
  #header-navigation li a .ui--caret,
  #header-navigation li.to-left a .ui--caret {
    position: absolute;
    left: auto !important;
    right: 7px !important;
    top: 50% !important;
    margin-top: -9px !important;
    margin-right: 8px !important;
  }

  #header-navigation .fallout a .ui--caret:before {
    content: "\f107" !important;
  }

  .header-style-2 #header-navigation>li.top-level-item {
    background-image: none !important;
  }

  div.pp_envision div.ppt {
    max-width: 60%;
    display: none !important;
  }

  .tp-bullets.simplebullets,
  .rev_slider_wrapper .tp-leftarrow,
  .rev_slider_wrapper .tp-rightarrow {
    display: none !important;
  }

  #comments .commentlist li>ul {
    margin-left: 18px;
  }

  #comments .commentlist li .meta .pull-left,
  #comments .commentlist li .meta .pull-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  #comments .commentlist li .meta .dash {
    display: none;
  }

  #comments .commentlist li .meta small {
    display: block;
  }

  #comments .commentlist li .comment-text .meta {}

  #comments .commentlist li .meta .ui--star-rating-wrap {
    margin-top: 6px;
  }

  #comments .commentlist li .comment-avatar {
    position: absolute;
    left: -28px;
    top: 18px;
    z-index: 10;
  }

  .ui--comments-arrow {
    display: none;
  }

  #comments .commentlist li .comment-text {
    margin: 0 0 0 0;
  }

  .comment #respond {
    margin-left: 0 !important;
  }

  .flex-caption,
  .ui--flexslider-navigation,
  .flexslider .flex-control-nav,
  .flexslider .flex-control-thumbs,
  .flexslider .flex-direction-nav {
    display: none !important;
  }

  #footer-bottom #footer-texts,
  #footer-bottom #footer-navigation {
    display: block;
    width: auto;
    max-width: none;
    float: none;
    text-align: center;
  }

  #footer-bottom #footer-navigation {
    margin-top: 10px;
  }

  header #logo {
    float: none;
    display: block;
    text-align: center;
    max-width: 260px;
    margin: 0;
  }

  header img#logo-phone {
    display: inline !important;
  }

  body.layout--boxed {
    background-image: none !important;
  }

  #titlebar>.container {
    padding: 20px 40px;
  }

  #titlebar-text,
  .orientation-right #titlebar-text {
    max-width: none;
    width: auto;
    display: block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  #titlebar-breadcrumb {
    position: static;
    width: auto;
  }

  #breadcrumb {
    position: static;
    margin-top: 18px !important;
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }

  #top-bar,
  #top-bar-background {
    height: auto;
  }

  #top-bar .ui--widget {
    height: auto !important;
  }

  #top-bar-text {
    white-space: auto !important;
  }

  #top-bar .ui--custom-menu li>ul>li>ul {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    display: block !important;
    background: #f9f9f9;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #top-bar .ui--custom-menu li>ul>li>ul>li {
    line-height: 20px;
    height: auto;
    min-height: none;
  }

  #top-bar .ui--custom-menu li>ul>li>ul>li>a {
    border: 0;
    padding: 5px 10px 5px 30px;
    line-height: 20px;
    min-height: 20px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  header #logo {
    margin: 0 auto;
  }
}


/**************global custom text style*****************/

html body,
#breadcrumb .ui-bc-item {
  font-family: 'Open Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ui--blog-title .ui--blog-link {
  text-transform: none !important;
}

.right-text {
  text-align: right !important;
  margin: 20px auto 10px;
}

#breadcrumb,
#breadcrumb a {
  color: #ADABAB;
}

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

#fixbar .container:before,
#fixbar .container:after {
  display: static;
  content: none;
}


/*****to Top*******/

#toTop i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAPCAYAAAD+pA/bAAAAsklEQVQ4ja3RwQ3CMAyF4UfFQjAEZQO4ZwjEhVKxBtyzCe0luwADwCVBkeU4dsBSVSlR/0+VF6vdFYY5kzeCd+IHS2N8YDBxusb48E+Axk1IDSjFv8h6fxMRCeDiDwBPC1ICSvEewMaCcIAUn+OjRihQi6eZ41kVyQFtPM2kQRJgjauR7oc4ACB4NwHYlhBuyep4htwj8iJX7/QHY2ucIH2GnIJ3Y76DY2ucQQ7BuwsAfABGGFVK64c+PgAAAABJRU5ErkJggg==) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  width: 19px;
  height: 12px;
  margin: 7px 0 8px;
  display: block;
}

#toTop:hover i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAPCAYAAAD+pA/bAAAAjElEQVQ4jaWUWwqAIBREpzZVraBWFP0E7i7aTdYCph8lkaK5emEQQc/xAbchCUO5bPwvkmocn3LqvhK4SVIKlyU1cElihR8kvUVihXchssQKj2tkSQk8plckpXBZUgOXJLXwmOFL0r50Dw9gBLAbetQGYAJw5Z0ofyLryd9ucgbWmv4BSC6V8FQyx/kNPUMatsJnxgcAAAAASUVORK5CYII=) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
}

a#toTop {
  border: 1px solid rgba(218, 218, 218, 0.6);
  background: rgb(255, 255, 252);
  background-image: none;
  color: rgb(17, 37, 174) !important;
  box-shadow: 1px 1px 1px 1px rgba(166, 166, 166, 0.2);
  padding: 3px 13px 3px 12px;
}

a#toTop:hover {
  background: rgba(114, 228, 249, 0.13) !important;
  color: #fff !important;
}

a#toTop:active,
#toTop:focus {
  background: rgba(114, 228, 249, 0.13) !important;
  color: #fff !important;
}


/*******footer bottom begin*******/

footer #footer-bottom {
  padding-top: 14px;
  padding-bottom: 9px;
  background: #073380 !important;
  border-top: 1px solid #080F8B !important;
  text-align: center;
}

#footer-bottom .container {
  line-height: inherit;
  height: auto;
}

#page-content {
  padding-bottom: 0;
}

#footer-texts p {
  color: #527CD7 !important;
  text-align: center;
  margin-bottom: 0;
}

#footer-bottom #footer-texts a {
  color: #5A8BE5;
}

#footer-bottom #footer-texts #privacy-link:hover {
  color: #EAEF05;
}

#footer-bottom #footer-texts span a {
  text-decoration: none;
}

#footer-app-box {
  margin-top: 10px;
}

#footer-app-box .app-icon {
  width: 36px;
  height: 36px;
  margin-top: -2px;
}

#footer-app-box .googleplay img {
  height: 50px;
}

#footer-app-box p {
  color: #5CABDD;
  font-weight: 600;
  text-indent: 0;
}

#footer-app-box .apple {
  display: inline-block;
}

#footer-app-box .apple img {
  height: 35px;
}

html #footer-widgets a.app-link {
  color: #5CABDD !important;
  font-weight: bold;
}

#ic_email {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAYAAABgrToAAAABeElEQVRYhe2Vv07bUBhHj81KS7una8sMS96iqXiOivAkpeprVCLKjJhBSveKkTBTkZoNOB0cL1f+i51ehhzJknWv/H3n+t6fjYr6SZ2pK+OTqXN1XyVRPwJXwDteF/fAOFF/AkexbSqYJ+od8D62SQVZCrwNBr8AtxFklsAkGNtFfQoOKequeqo+/odQPKrf1j0JJ6sEi+tQ/bVBuYV6EPTsJIi6o07VvwOKrdTjde2wX6PgTB2VPDhaz/XlrKL+h7L6ZYKav62p5SucqMsXiN2on0vq7agnVuxQlWDBwvwchkW7hCgMQaczjvrcosHpCxuUhQD1jfrdFgtsI1iwNN/eNiGqC0GnI9JFsKApRJ1CsAlBrQ9RpxBsSrCgKkSDfej7Cmp5iFqHoIlEdaCf/S3wdX3/AxgNUXRIwY2QxhZoYivYl61gX7aCfdkK9iUFHmJL1JClwEVsixrOE3UfuAT2YtsE/AHGKfAbGANzIIuqlJMBM3Kn639/QcDieR897gAAAABJRU5ErkJggg==) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  width: 17px;
  height: 13px;
  display: inline-block;
  margin-right: 12px;
}

@media (max-width: 1600px) and (min-width: 1441px) {
  #footer-texts p {
    font-size: 12px;
  }
}

@media (max-width: 1440px) {
  html #footer-bottom,
  html #footer-bottom a {
    font-size: 12px !important;
  }

  #footer-texts p {
    font-size: 11px;
  }
}

@media (max-width: 1440px) {
  #footer-app-box {
    margin-top: 9px;
  }

  #footer-app-box .app-icon {
    width: 32px;
    height: 32px;
    margin-top: -2px;
  }

  #footer-app-box .googleplay img {
    height: 48px;
  }

  #footer-app-box .apple img {
    height: 33px;
  }

  #footer-app-box p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #bottom-left * {
    font-size: 13px;
    line-height: 18px;
  }

  footer #footer-bottom {
    border-bottom: 2px solid #030638;
    padding-top: 10px;
  }

  #footer-bottom .free-txt {
    display: none;
  }

  #footer-app-box>div {
    justify-content: center;
    -webkit-justify-content: center;
  }

  #footer-app-box {
    margin-top: 9px;
  }

  #footer-app-box .app-icon {
    width: 27px;
    height: 27px;
    margin-top: -2px;
  }

  #footer-app-box p {
    font-size: 13px;
    text-align: center;
  }
}

#widget--search input.sinput:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}


/*******footer bottom end*******/


/************footer top css begin**************/

#footer,
#footer-link,
.footer-col,
#footer-contact,
#telephone,
#mysocial-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#footer,
#footer-link,
#telephone,
#mysocial-icons {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer-col,
#footer-contact {
  flex-flow: column;
  -webkit-flex-flow: column;
}

#mysocial-icons,
#footer,
#footer-link {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#footer-widgets {
  padding: 0;
  background: #0B3A8C;
  line-height: 18px;
}

#footer-container {
  padding-top: 10px;
  background: none;
}

#footer {
  width: 1170px;
  margin: 0 auto;
}

#footer-home {
  width: 5%;
}

#footer-link {
  width: 69%;
}

#footer-contact {
  width: 25%;
}

#footer-home a {
  background: url("/images/global-icons-on-1920.png") no-repeat -296px -160px transparent;
  height: 20px;
  width: 20px;
  float: left;
  margin-top: 5px;
}

#footer-home a:active,
#footer-home a:hover {
  background: url("/images/global-icons-1920.png") no-repeat -296px -160px transparent;
}

.footer-col {
  width: 30%;
  margin-bottom: 20px;
}

.footer-ul {
  margin-bottom: 0;
  list-style: none;
}

.footer-ul li {
  margin: 4px 0;
}

.footer-ul li a {
  color: #8EB7E0 !important;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 28px;
  height: auto;
}

.footer-ul li a:hover {
  color: #f1f1f1 !important;
}

.footer-lnk {
  background: url("/images/global-icons-on-1920.png") no-repeat -433px -160px transparent;
  color: #fff !important;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.footer-lnk:hover,
.footer-lnk:active {
  background: url("/images/global-icons-1920.png") no-repeat -433px -160px transparent;
}

#telephone {
  align-items: center;
  -webkit-align-items: center;
  margin-top: 4px;
}

#telephone-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAB0UlEQVRIib3Wu2vVUBwH8HNbKPjAOjhUcFAcdFERUUFQfIHUQS2Ogg7CHVx00n/AQQSdtUtxENFBRHFw8IKbnUVQqIOPQalYKirSWj4OSWl6muTelKTf8eSXfM455DxCSINBvMYX7AgrEazCKwuZXBEcbUsziT1NmX24GEIYCiFcj55tCCF0sL8ROTPFt3AlZ+TTjeCYyiCjuIDZCP+Fo3XDcR7gDP5E7bM4WCccjw6e4Xg6zfOZq3XUeJsDQwcH8BUzOF0bmsJ3C2AYx14M14qm8HAJrPaRZuB+fCyBdzXh9rVarbkQwu2SmstNwCGEEDCADyWjHmkSP1kC/8a+JvGxEry5EwtrFK/reXxnU/g2i/fvONM40sN31mFLVfyQZLcqygzaJe9vxue09mpV/JT8fTybe1gbvbcJE1HdTbSq4Ockh0NZ3uNEWj+I8wV1o+ivgo/gbxcc3uE77kiuUnkdfoSBKvhhi4/Ibrkvma28/+QFVlfBt0umtdc8xVlLLxTwsmc4xdfjcQW8I9kRf0bt/yrBmQ60cz5WlHEcw49M27VlwSm+UXI/6yVvJHvDN9xYNhp1YDce6r7mJ7C1FjTqwBAu4Qk+WVhOU3guOlr/A9X/BY8TXNF/AAAAAElFTkSuQmCC) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  width: 16px;
  height: 16px;
}

.phone-number {
  font-size: 13px;
  color: #eee;
  letter-spacing: 1px;
  margin-left: 10px;
}

#email {
  color: #8EB7E0;
  font-size: 17px;
  font-weight: 600;
}

#mysocial-icons {
  margin: 12px 0 14px;
}

#mysocial-icons a {
  width: 32px;
  height: 32px;
}

#mysocial-icons .fb {
  background: url("/images/global-icons-1920.png") no-repeat -200px 0 transparent;
}

#mysocial-icons .tw {
  background: url("/images/global-icons-1920.png") no-repeat -232px 0 transparent;
}

#mysocial-icons .you {
  background: url("/images/global-icons-1920.png") no-repeat -296px 0 transparent;
}

#mysocial-icons .plus {
  background: url("/images/global-icons-1920.png") no-repeat -328px 0 transparent;
}

#mysocial-icons .skype {
  background: url("/images/global-icons-1920.png") no-repeat -360px 0 transparent;
}

#mysocial-icons .blog {
  background: url("/images/global-icons-1920.png") no-repeat -264px 0 transparent;
}

#mysocial-icons .fb:hover {
  background: url("/images/global-icons-on-1920.png") no-repeat -200px 0 transparent;
}

#mysocial-icons .tw:hover {
  background: url("/images/global-icons-on-1920.png") no-repeat -232px 0 transparent;
}

#mysocial-icons .you:hover {
  background: url("/images/global-icons-on-1920.png") no-repeat -296px 0 transparent;
}

#mysocial-icons .plus:hover {
  background: url("/images/global-icons-on-1920.png") no-repeat -328px 0 transparent;
}

#mysocial-icons .skype:hover {
  background: url("/images/global-icons-on-1920.png") no-repeat -360px 0 transparent;
}

#mysocial-icons .blog:hover {
  background: url("/images/global-icons-on-1920.png") no-repeat -264px 0 transparent;
}

@media (max-width: 1600px) and (min-width: 1441px) {
  #footer {
    width: 1100px;
  }

  .phone-number {
    font-size: 13px;
    margin-left: 9px;
  }

  #email {
    font-size: 16px;
  }

  #mysocial-icons {
    margin: 11px 0 13px;
  }

  #mysocial-icons a {
    width: 30px;
    height: 30px;
  }

  #mysocial-icons .fb {
    background: url("/images/global-icons-1366.png") no-repeat -200px -40px transparent;
  }

  #mysocial-icons .tw {
    background: url("/images/global-icons-1366.png") no-repeat -232px -40px transparent;
  }

  #mysocial-icons .you {
    background: url("/images/global-icons-1366.png") no-repeat -296px -40px transparent;
  }

  #mysocial-icons .plus {
    background: url("/images/global-icons-1366.png") no-repeat -328px -40px transparent;
  }

  #mysocial-icons .skype {
    background: url("/images/global-icons-1366.png") no-repeat -360px -40px transparent;
  }

  #mysocial-icons .blog {
    background: url("/images/global-icons-1366.png") no-repeat -264px -40px transparent;
  }

  #mysocial-icons .fb:hover {
    background: url("/images/global-icons-on-1366.png") no-repeat -200px -40px transparent;
  }

  #mysocial-icons .tw:hover {
    background: url("/images/global-icons-on-1366.png") no-repeat -232px -40px transparent;
  }

  #mysocial-icons .you:hover {
    background: url("/images/global-icons-on-1366.png") no-repeat -296px -40px transparent;
  }

  #mysocial-icons .plus:hover {
    background: url("/images/global-icons-on-1366.png") no-repeat -328px -40px transparent;
  }

  #mysocial-icons .skype:hover {
    background: url("/images/global-icons-on-1366.png") no-repeat -360px -40px transparent;
  }

  #mysocial-icons .blog:hover {
    background: url("/images/global-icons-on-1366.png") no-repeat -264px -40px transparent;
  }

  #footer-home a {
    background: url("/images/global-icons-on-1366.png") no-repeat -296px -160px transparent;
  }

  #footer-home a:active,
  #footer-home a:hover {
    background: url("/images/global-icons-1366.png") no-repeat -296px -160px transparent;
  }
}

@media (max-width: 1440px) {
  #footer-container {
    padding-top: 8px;
    width: 1000px;
    margin: 0 auto;
  }

  #footer {
    width: 1000px;
  }

  #footer-home a {
    background: url("/images/global-icons-on-1200.png") no-repeat -296px -180px transparent;
    height: 18px;
    width: 18px;
    margin-top: 5px;
  }

  #footer-home a:active,
  #footer-home a:hover {
    background: url("/images/global-icons-1200.png") no-repeat -296px -180px transparent;
  }

  .footer-col {
    margin-bottom: 17px;
  }

  .footer-ul {
    margin-left: 17px;
  }

  .footer-ul li a {
    font-size: 12px;
    line-height: 24px;
  }

  .footer-lnk {
    padding-left: 18px;
    font-size: 13px;
    line-height: 26px;
    background: url("/images/global-icons-on-1200.png") no-repeat -433px -202px transparent;
  }

  .footer-lnk:hover,
  .footer-lnk:active {
    background: url("/images/global-icons-1200.png") no-repeat -433px -202px transparent;
  }

  .phone-number {
    font-size: 11px;
    margin-left: 6px;
  }

  #mysocial-icons {
    margin: 7px 0 10px;
  }

  #mysocial-icons a {
    width: 27px;
    height: 27px;
  }

  #mysocial-icons .fb {
    background: url("/images/global-icons-1200.png") no-repeat -200px -80px transparent;
  }

  #mysocial-icons .tw {
    background: url("/images/global-icons-1200.png") no-repeat -232px -80px transparent;
  }

  #mysocial-icons .you {
    background: url("/images/global-icons-1200.png") no-repeat -296px -80px transparent;
  }

  #mysocial-icons .plus {
    background: url("/images/global-icons-1200.png") no-repeat -328px -80px transparent;
  }

  #mysocial-icons .skype {
    background: url("/images/global-icons-1200.png") no-repeat -360px -80px transparent;
  }

  #mysocial-icons .blog {
    background: url("/images/global-icons-1200.png") no-repeat -264px -80px transparent;
  }

  #mysocial-icons .fb:hover {
    background: url("/images/global-icons-on-1200.png") no-repeat -200px -80px transparent;
  }

  #mysocial-icons .tw:hover {
    background: url("/images/global-icons-on-1200.png") no-repeat -232px -80px transparent;
  }

  #mysocial-icons .you:hover {
    background: url("/images/global-icons-on-1200.png") no-repeat -296px -80px transparent;
  }

  #mysocial-icons .plus:hover {
    background: url("/images/global-icons-on-1200.png") no-repeat -328px -80px transparent;
  }

  #mysocial-icons .skype:hover {
    background: url("/images/global-icons-on-1200.png") no-repeat -360px -80px transparent;
  }

  #mysocial-icons .blog:hover {
    background: url("/images/global-icons-on-1200.png") no-repeat -264px -80px transparent;
  }

  #email {
    font-size: 15px;
  }
}

@media (max-width: 979px) {
  #footer {
    width: 100%;
  }

  #footer-contact {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 15px;
  }

  #footer-contact>div {
    margin: 8px 0;
    width: 49%;
  }

  #footer-contact {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }

  #mysocial-icons a {
    margin-right: 6px;
  }

  #mysocial-icons,
  #telephone {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }

  .footer-ul {
    display: none;
  }

  #footer-home {
    width: 6%;
  }

  #footer-link {
    width: 90%;
  }

  #footer-link .footer-col {
    width: 20%;
    margin-bottom: 6px;
  }

  #footer-container {
    padding-top: 20px;
    width: 720px;
  }

  .phone-number {
    font-size: 13px;
    margin-left: 9px;
  }
}

@media (max-width: 767px) {
  #footer-contact>div {
    width: 100%;
  }

  #footer-container {
    width: 100%;
  }

  #telephone,
  #mysocial-icons {
    justify-content: center;
    -webkit-justify-content: center;
  }

  #mysocial-icons a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }

  #mysocial-icons .fb:hover,
  #mysocial-icons .fb {
    background: url("/images/icons/facebook.png") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #mysocial-icons .tw:hover,
  #mysocial-icons .tw {
    background: url("/images/icons/twitter.png") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #mysocial-icons .you:hover,
  #mysocial-icons .you {
    background: url("/images/icons/youtube.png") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #mysocial-icons .plus:hover,
  #mysocial-icons .plus {
    background: url("/images/icons/googleplus.png") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #mysocial-icons .skype:hover,
  #mysocial-icons .skype {
    background: url("/images/icons/skype.png") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #mysocial-icons .blog:hover,
  #mysocial-icons .blog {
    background: url("/images/icons/church-blog.png") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #footer {
    width: 100%;
  }

  #footer-home {
    display: none;
  }

  #footer-link {
    display: none;
  }

  #footer-contact {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
  }

  #mysocial-icons {
    margin: 15px 0;
  }

  #footer-widgets {
    padding-bottom: 20px;
  }

  #email {
    font-size: 15px;
  }

  #telephone * {
    margin: 0 4px;
  }
}


/************footer top css end**************/

@media (max-width: 979px) {
  #tawkchat-minified-iframe-element {
    right: auto !important;
    left: 10px !important;
  }

  #header-navigation li:hover>ul.sub-menu {
    top: 41px;
  }
}

@media (max-width: 767px) {
  i.fontawesome-angle-down,
  html #header-navigation li>ul.sub-menu {
    display: none !important;
  }
}

.pdf-icon {
  margin-right: 24px;
}

.book-download-icon,
.download-lrc,
.download-pdf {
  width: 24px;
  height: 24px;
  display: inline-block;
}


/****breadcrum****/

html #breadcrumb {
  margin-top: -14px !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: none;
}

html #titlebar-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 9px;
  letter-spacing: 0px;
}

#titlebar {
  border-bottom: none !important;
}

#titlebar #titlebar-text {
  display: none !important;
}

#titlebar-title {
  margin: 0;
}

#titlebar>.container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

#titlebar>.container {
  padding: 24px 0 !important;
}


/***common style*****/

.margin-auto {
  margin: 0 auto;
}

.sd-width {
  width: 1170px;
}

.smooth-trans-15 {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.smooth-trans-2 {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.smooth-trans-3 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.nav {
  z-index: 1000;
  cursor: pointer;
  position: absolute;
}

.book-index li .recital {
  display: inline-block;
  margin-left: auto;
}

.book-index li .recital i {
  display: inline-block;
  background: url('/images/audios/icon-music-page.png') no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: cover;
  -webkit-background-size: cover;
}

.book-index div.recital a {
  margin: 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #D2CF48;
  display: inline-block;
  background: none;
  vertical-align: top;
  text-decoration: none;
}

.book-index li div.recital a:hover {
  color: #216AC1 !important;
}

@media (max-width: 1440px) {
  /*** scale ratio: 0.8547 ***/
  .sd-width {
    width: 1000px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .sd-width {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .flex-rowmw {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }

  .sd-width {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  #page-content {
    padding-top: 10px;
  }
}

.video-meta i {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.video-date i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AYYCAIrUOTxiAAAAmlJREFUSMft1k1oVWcQBuDn5iZp/AmJKEULLqRR20gI7UJKF90o2qoILbhw69aNinUKpS7cfZRCoZRWFLpsl0W7rCvXLlSwfy5VpKWg5HqjaKKbCRwON94fERdm4HDm5Zzvm5n3/WbOYcVWrGKllJ5x/VndGj0E24a/8FFEXC6l7MLv2BwRt0opx/E1JiOiVUo5iz0RsaWaRER0D1xK2YRjGMYmHMZv+AM7sA8/4T/sxnv4EXP4LNd8j1HMRcTpeoyhZQrdiVM4kZU2sAGfYzzxx/nONYzjSOLv8H76x/BVpwDDywRuYR6LWF9KOYdpPMBM4snEn+BsrmvjaCa1tL7xIodquE88VMONng5XKWUvfsaTF2yEpxiLiIleqR7GOvyP22hiLA/NP/l8CFN54JpJ6w7cyIKepDwj/Wi8ZOcj4otkYRrfRsSexKtxNSJmK0zdj4iZCv4T2zttPNQl8KqKv7qW/doOidelG1lu426Bqxo/xEIFt5PeuqZVW+xrcpVS9ufAaONeatjERA6NZq5dj3+zgEVsxN0KfhPN7Pu+NP4hIk5mMrP4JiJ2J57AlYiYqmn8VgX/ja2DUD1a86uJjmXlz2OwOajGD2uaPq5Nt4UuGi8MqnG1j9/IPr5Z6+MbiZ/i3ezrRgZ9B6ODaPwLvkyap3EG+7PNxnEJH2JNMnIHH2TrtXAdbw8yQBYj4n6y0E7cQmtpHkdEO4MqpTQi4kF+PDrO6F41flTzq309/zI0PoCLqeeV1HgSs/n3MZL078KF9BfwKX7NfR/jINb0o/G9vE/lVbXDXfChDt/2V/aT2LBir509AzX7z0JsOS9OAAAAAElFTkSuQmCC) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
}

.video-views i {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AYYCAExhqtbMQAAAndJREFUSMft1V+o33MYB/DX2U5MbJNzbmhRLlY0LpA2uVC4cHF0SCnkmnGzqPcRazWn5nMhLkTkhuJCSVZyYSul/I2Is9rSNK1YWDhjOFtz8/zqu2+/3zk7XO489e37/TzP83nez/8vK7RCZzW11v6TbBiNLxN7c2vtPlyNS+r+YczhFXx4pobGzjDCJzCD8+v8B37FP5jE2uIv4BnMJDn1f4BvwrtYg314FruTHOnpTWIK23BVOXBHkneWDdxam8EuHMN0kr2DLCTRWjsHq5McH+LsW7gQ25PMDrO/agToowX6JdZjb0d8TWvta/yNP1trP7bW7u3I36/0f4Yny9biEVdNr8cnmEuyaRBhyW/GHhzHc5XSh8q5x5I81cvKV9WI1+KLgZ3TgDvK8zivnoWucmttAUeSbOg5PIcrsS7JfCeI8XLy9yQT3SD6Ec/icdyFN3ugN+IDTOPtThbgukrtA0le7Nm8B69hZ5Ido2o8BUlOAy2aqPd3XVl9f1vH1f3SJXm9jtOLNdfWuvDykH44UO87h8gGvJ+6zCrdS13bI8eptfYebsEN+Li7CDrNcneSN4q3pTbWsSRrO7pj2FyyPUluXaqrx2t2z8VlSb7vyCZwEOswXyM1iVO4Avs7tb8Uh0rnApzolmhVPzU4iY3FOtRam+qo/FKLYRs+wueYLSf3dwKYKlBl62S/Z8ZGLJAxXFxrcn2tzYeTHFxixV5e830bfqsR+2HY3l5sZQ6a43k8WOxvsBuf4ufiTdbSuR2bivdCkq3duV3236nAL8IjuB8bRqgfxqt4OsnRxUCXBO47UN8bK4VrSvwX9iU50NddoRU6u+hfg+cKz+S2szkAAAAASUVORK5CYII=') no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
}

.video-duration i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AYYCAIVkYXsIwAAAiZJREFUSMftlTtoVFEQhr8NYZVI0ARRVBQEI4KPQhAlsEFtLDQQUPCBjSABH4VY+As2tj9sKgsRURttBImCKDbiI6/CxkJQMIgiJChEBTELAWMzgUvYvXvvxkJw/+bszhnOd2fOzBxoqql/QbYb2qum1qxASQCLbZ8BjgBdQAGYAJ4AA8CnhG+qClmhtgeA84mtH8AMsDxhGwH2S/q+IHCkrwN4D3TGegF4LKmS8NsFXAIOhGm3pOdpZ7fUgS4BPgT0oqQuYFBSxXbZ9nC4j0nqBUqRhWe2d6Tde01w3NMjYCnQL8kJO8BmoHuebQhYF7+HgdZa8NaUaEtAD3BP0vUs1xQfMGn7OHAbKEs6lzniOOBy/D2dt1Uk3QE+A6dypxrYC4xK+pKlParoClC0vTMvGGBsAYNlJFELucGTKXuzAb1W45ypWNsaAXemRHgMeAP0Az9t982LviPWSiPg7pTi+yZpC3ASKAKDtl8Aq8Jte6xv84JfAiXb7dXucK7gJN0A2oG70YJrwuVs7A9lBgdojlbOUNXTkg4DWyW9sr0P2AjcanRWvwa2AX2SHmSo7kJE/zXS3xYflXtW74nZe9/2iVqtk7CtjcFRBHolTdfKVr1ZPQVsAH4BN22P1ii49bavAh8j4qOSHi70PS4Ai2L2HgzzTEB+AyuAZWF/F+/xeL1zWzLM3VmgIukQsDoKZgJYGa1TAZ4CPZI2AeP8beV9LJr6v/UHlG3KcfbLWvIAAAAASUVORK5CYII=) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
}

@media (max-width: 1440px) {
  .video-meta i {
    width: 22px;
    height: 22px;
  }
}


/*******custom slider*****/

.slider-item-wrapper {
  position: relative;
  left: 0;
  width: 10000px;
  -webkit-transition: left .35s cubic-bezier(0.42, 0, 0.58, 1);
  transition: left .35s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  display: -webkit-flex;
  padding: 0;
}

.slider-box {
  overflow: hidden;
}

.nav {
  cursor: pointer;
  position: absolute;
}

.navright {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bullet-container {
  position: absolute;
  width: 100%;
}

.bullet {
  cursor: pointer;
}

.carousel {
  position: relative;
}


/*--------------------------------------------------------------
 * ## flex
 * --------------------------------------------------------------*/

.flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

.flex-row {
  display: flex;
  display: -webkit-flex;
  flex-flow: row;
  -webkit-flex-flow: row;
}

.flex-col {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  -webkit-flex-flow: column;
}

.flex-ct {
  justify-content: center;
  -webkit-justify-content: center;
}

.flex-sb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-sa {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flex-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flex-ac {
  align-items: center;
  -webkit-align-items: center;
}

.trans-sm-2 {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.trans-sm-3 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.fadeIn,
.scrollLoad {
  opacity: 0;
}

.container {
  margin: 0 auto;
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.col-4,
.col-8,
.col-3,
.col-9,
.col-6 {
  box-sizing: border-box;
}

.col-4 {
  width: 33.3%;
}

.col-8 {
  width: 66.6%;
}

.col-3 {
  width: 25%;
}

.col-9 {
  width: 75%;
}

.col-6 {
  width: 50%;
}

.al-left {
  padding-right: 10px;
}

.al-right {
  padding-left: 10px;
}


/****image mask*****/

.img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 0;
}

.img-mask i {
  width: 35px;
  height: 35px;
  display: block;
  background: url('../../images/popup.png') no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
}

.img-mask:hover {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.mask-img-link {
  position: relative;
}

.mask-img-link .mask,
.video-mask {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: opacity linear 0.6s;
  -webkit-transition: opacity linear 0.6s;
}

.mask-img-link:hover .mask,
.video-mask:hover {
  opacity: 1;
}

.video-thumb {
  position: relative;
}

.ui--video-background-wrapper {
  position: relative;
  height: auto !important;
}

.ui--video-background-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -10;
}

.ui--video-background-poster {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-position: 50% 50%;
  z-index: -11;
}

.play-button {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  cursor: pointer;
}

.play-button i {
  width: 65px;
  height: 65px;
  background: url(../../images/play.png) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  opacity: 0.8;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
}

.play-button:hover i {
  opacity: 1;
}

.videoCat-btn {
  position: absolute;
  background: url('images/play-small-white.png') no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  box-sizing: border-box;
  z-index: 101;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.videoCat-btn:hover {
  opacity: 1;
}

.video-thumb {
  position: relative;
}

.inner-signature {
  text-align: right;
}


/****top****/

#topbar {
  display: block;
  line-height: 0;
  height: 41px;
  background: #023894;
  border-bottom: 1px solid #0d186c;
}

#topbar #lang {
  margin-left: 40px;
  line-height: 41px;
  height: 41px;
}

#topbar #welcome {
  color: #fff;
  text-indent: 0.2em;
  font-size: 16px;
  height: 41px;
  line-height: 41px;
  margin-bottom: 0;
}

#topbar #tel {
  color: #fff;
  font-size: 15px;
  height: 41px;
  line-height: 41px;
  margin-left: 50px;
}

#topbar #tel i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAB0UlEQVRIib3Wu2vVUBwH8HNbKPjAOjhUcFAcdFERUUFQfIHUQS2Ogg7CHVx00n/AQQSdtUtxENFBRHFw8IKbnUVQqIOPQalYKirSWj4OSWl6muTelKTf8eSXfM455DxCSINBvMYX7AgrEazCKwuZXBEcbUsziT1NmX24GEIYCiFcj55tCCF0sL8ROTPFt3AlZ+TTjeCYyiCjuIDZCP+Fo3XDcR7gDP5E7bM4WCccjw6e4Xg6zfOZq3XUeJsDQwcH8BUzOF0bmsJ3C2AYx14M14qm8HAJrPaRZuB+fCyBdzXh9rVarbkQwu2SmstNwCGEEDCADyWjHmkSP1kC/8a+JvGxEry5EwtrFK/reXxnU/g2i/fvONM40sN31mFLVfyQZLcqygzaJe9vxue09mpV/JT8fTybe1gbvbcJE1HdTbSq4Ockh0NZ3uNEWj+I8wV1o+ivgo/gbxcc3uE77kiuUnkdfoSBKvhhi4/Ibrkvma28/+QFVlfBt0umtdc8xVlLLxTwsmc4xdfjcQW8I9kRf0bt/yrBmQ60cz5WlHEcw49M27VlwSm+UXI/6yVvJHvDN9xYNhp1YDce6r7mJ7C1FjTqwBAu4Qk+WVhOU3guOlr/A9X/BY8TXNF/AAAAAElFTkSuQmCC) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 40px;
  margin-right: 8px;
  margin-bottom: -3px;
}

#topbar .container>* {
  display: inline-block;
}

#topbar #lang,
#topbar #search {
  float: right;
}

#topbar #lang {
  display: flex;
  display: -webkit-flex;
}

#topbar #lang i {
  width: 52px;
  height: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAZCAYAAAB+Sg0DAAAEWUlEQVRYhbWYWYwVRRSGvxkWHUUEkQGdyKbghoLiggqoUULccAmSGBPGmIkrCA8kLi+8KC5RUTEahURHUTFxSRAT5UnByBgIGhRHQNG4gBpUgg6LLJ8PVdfbtLfp7hH+pHKr6tZ/6vxVXadOd51KQfQFdgN/A+cBlwBbgKGx1AEDgIHA28ANwM7IvQD4DOhI2Dsq8vfG9iigJ7Aa+K2oU2nUpQQNAIYDG4Fv4wRdgBlAH2AJMAI4GegB3BmdWhUFA2wCJgIrE3YPAa4GvgfaYt84YCswJNq8FegX+e9GoWuB7oTF+hJYD2yOc2+oaACqIlTUY9WF7ouN6p/qZrVD/Uv9WH1EHakuVyeqjXH8B+o16jnq2GgXdbD6srpd3as+qj6rfqpuUvdYHrvUn9Tp6mGJuUBtUF9XV6j3q8syjLwXyUfG+m3RSH+1JWG0izpE7RHb09V29Qr1h044n8Q76gOGBWpXz1Dr0oL6qE2JzkszjK1Xr1Rfiu0d0XEyymz1WvUq9Xm1NXL+D6ZF24PUmbXmreXIjQUMv6nebVj1LEGoH9XgrlO3dVaRujjarlO7pedMO9BPXZ1j8Dn1hDi+IUPIEeq9hnM2y3Dudqi/qperD1n+7OyMZbw6IGvudEdzjtFJGQLSpY+6Vr1PHRj7mtQJ6tPqF4YAUQaPGx7hJvUu9bQigvoZzkoSOw3RrrmgGNSj1SWGyKYhMJyijlHPN+zOXnVrCUEb1GHqOHWy1aCTe4auiwZ2G7a3b+wrKqaH+uF+HFuvror1F9Vn1K8NoTgPU/Pmz/pjeTTQPbYb1dFRXJ6gmTlObTecr3WxvUY93rD67bFvmzo/wVkc7TZ2VtBg9Sl1pfqK1ZUvskOtOYIqDs5Wv1IfS3Avi/9Xoues2J4X2ydF4aUFVcowda46Qr1YvVkdnsOZWkCQ6ifqPSlug7rIcFlX+mYYLtRK+0K1V2cFVcrpKWceNITmrPFz1KXqE4bMIyuiLTJkFknucerQWO9vSK8qgWZ09CXz0S8q6PYazrSqhxfgDskQ06b2zOH2Ut+KQtoM565bXISza3HqC2blk1NtgSnAOmA+0LQf7s/AilTf78CEmG3vD1uAOcB44DXgYWAQsAc4E/gOmETIuKNnxXboooxVriDvXLXU4PSO//0nfalR+rtvvtlFrVdvMtyP/z4pRQVhyHJr4dUC3AUpzh+GSDbN4tGzUiYZQv2Thov6UBMZdxlDGC7CNFoK8OamOKPUO9T3S8w91PAelUZzclxZQbM6IQb1rATnl9h3qnpiibnfqCFG9cfkuKJBoYLtifo3hIBQBCuB9lifEn/XEF6xi6AeOIbwTWIh4RNBBQv2GVlyh6bHVdlleA0vwx1k9bWjbOmqnms19RlheH2fmxhTp45JfyTJw1hgKXALMK8M8SBgNNUPLiOBRmBr15JGlhHuho68gQcZ9VTFNBC+SH0ObCq7QwDXA72BF4BdB8rDA4V/AFyXqeG+fb3lAAAAAElFTkSuQmCC) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  outline: none;
}

#topbar #lang .v-sep {
  width: 1px;
  height: 20px;
  background: rgba(13, 145, 236, 0.4);
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

#topbar #lang .txt {
  display: inline-block;
  color: #ccd7ea;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}

#lang-jmenu {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  margin-right: -20px;
  padding-left: 0;
}

#lang-jmenu ul {
  list-style: none;
}


/******jmenu**********/

.jMenu {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jMenu li {
  display: table-cell;
  margin: 0;
  list-style: none
}

.jMenu li a {
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px
}

.jMenu li ul {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style: none;
  background: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top: 2px solid #037fdc;
}

.jMenu li ul li {
  display: block;
  padding: 0;
  list-style: none;
  position: relative;
  line-height: 20px;
  font-size: 14px;
  border: none;
}

.jMenu li ul li:last-child,
.jMenu li ul li:last-child a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: none;
}

.jMenu li ul li a {
  font-size: 13px;
  padding: 6px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: #022453;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #014473;
}

.jMenu li ul li a:hover {
  / / background-color: rgba(27, 144, 237, 0.8);
}

.jMenu li ul li a:hover {
  background-color: rgba(16, 82, 204, 1);
}

#topbar #search {}

#topbar #search form {
  position: relative;
  margin-top: 6px;
  margin-bottom: 0;
}

#topbar #search input.sbtn {
  position: absolute;
  right: 12px;
  top: 6px;
  border: none;
  outline: none;
}

#topbar #search input.sinput {
  background-color: #03489e;
  color: #fff;
  border: none;
  outline: none;
  width: 210px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  height: 28px;
  min-height: inherit;
  margin-bottom: 0;
  padding: 0 28px 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#topbar #search input.sinput:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1454c0 inset;
  -webkit-text-fill-color: #fff;
  color: #fff !important;
}

#masthead {
  position: relative;
  z-index: 2000;
}

#mainnav,
#fixbar {
  height: 78px;
  width: 100%;
  background: #fff;
}

#fixbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

#logo-nav,
#topbar>.container {
  width: 1202px;
  max-width: 100%;
}

#logo a {
  display: block;
  padding: 9px 0 0;
  transition: none;
  -webkit-transition: none;
}

#logo-nav #logo img {
  height: 72px;
}

#site-navigation {
  margin-right: -20px;
}

.main-navigation li.menu-item a {
  font-weight: bold;
  color: #023894;
  text-decoration: none !important;
  outline: none;
}

.main-navigation li {
  padding: 20px 5px 12px;
  outline: none;
}

.main-navigation ul.menu>li.menu-item>a {
  font-size: 18px;
  padding: 8px;
  padding-right: 4px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
}

.main-navigation ul.menu>li.current-menu-item>a,
.main-navigation ul.menu>li:hover>a {
  color: #1b90ed;
  border-bottom: 3px solid #1b90ed;
}

.main-navigation ul.menu>li.menu-item-has-children>i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAA0ElEQVQ4jaXSsW3CQBSA4Y9TBCMAExA2YAAKlDR0yQbJQJkD0SQSDQzBFNmAMkXuFMcC37N51flk/59051Fafcizxhnf7ps5ljhCypvP+MQJ0zvjJ3xhU4An7DDO8lCkxBeYYI9NwluOlxmCzP0eyaKxN8F7wgsOrQ/6ILMcf2ztH/CacMF2IDLL71yLb3EplzwEqcb5+4v6IqF4G4giXWf+L34NiCDHvK7GbwE1JBzvArqQcLwG1JBqPALcQkJxeAgATWSfn0PxPkATKevQ/AACCEY6dpDWPgAAAABJRU5ErkJggg==) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  width: 12px;
  height: 8px;
  display: inline-block;
}

.main-navigation ul.menu>li.current-menu-item.menu-item-has-children>i,
.main-navigation ul.menu>li.menu-item-has-children:hover>i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAz0lEQVQ4jaXSsW3CQBSA4Q8rghECygCQPVKgpKELG4RxmATRJBINDJEpKNJTpuBOGAt8z+ZV55P9f9KdBy/rP2ne8Iujx2aCV+yhSpsf+MYBzw/GD/jBPAPv2GCY5L5Ijk8xwhbzCl8pnqcPMnE+kmltb4RVhU/sGh90QcYpPmvs77CscMKiJzJO79yKL3DKl9wHKca5/EVdkVC8CUSRtjO/it8CIsg+rYvxe0AJCcfbgDYkHC8BJaQYjwD3kFAcngJAHdmm51C8C1BH8jo0/8kQRwSpBKZNAAAAAElFTkSuQmCC) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
}

.main-navigation ul ul li {
  padding: 9px 12px 7px;
  border-bottom: 1px solid rgba(232, 232, 232, 0.67);
  margin: 0 2px;
}

.main-navigation ul ul li:last-child {
  border-bottom: none;
}

.main-navigation ul ul li a {
  padding: 0px;
  font-size: 14px;
}

.main-navigation ul.sub-menu li a {
  font-weight: normal;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

.main-navigation ul.sub-menu li a:hover {
  color: #1B90ED;
}

#fixbar.fixed {
  position: fixed;
  top: 0;
  height: 60px;
  z-index: 10000;
  opacity: 0.9;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

#fixbar.fixed #logo a {
  padding: 10px 0 6px;
}

#fixbar.fixed .main-navigation li {
  padding: 8px 15px;
}

#fixbar.fixed li.menu-item a {
  padding: 12px 2px 0;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}

#fixbar.fixed #logo a img {
  height: 46px;
}

#fixbar.fixed .main-navigation ul ul li {
  padding: 8px 15px 6px;
}

#fixbar.fixed .main-navigation ul ul li a {
  padding: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: right;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#primary-menu li {
  float: left;
  position: relative;
}

#primary-menu a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

#primary-menu ul {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(168, 168, 168, 0.6);
  -moz-box-shadow: 0px 2px 2px 0px rgba(168, 168, 168, 0.6);
  box-shadow: 0px 2px 2px 0px rgba(168, 168, 168, 0.6);
  float: left;
  position: absolute;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #0E4299;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

#primary-menu li:hover ul {
  top: 80%;
  visibility: visible;
  opacity: 1;
}

#fixbar.fixed #primary-menu>li:hover ul {
  top: 90%;
}

#primary-menu ul a {
  width: 170px;
  line-height: 1.3;
}

#fixbar.fixed #primary-menu ul a {
  width: 158px;
}

a,
span,
div {
  outline: 0;
}

@media only screen and (max-width: 1440px) {
  #topbar {
    height: 34px;
  }

  #topbar #welcome {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }

  #topbar #tel {
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    margin-left: 42px;
  }

  #topbar #tel i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-bottom: -2px;
  }

  #topbar #lang {
    margin-left: 23px;
    line-height: 30px;
    height: 30px;
  }

  #topbar #lang i {
    width: 43px;
    height: 21px;
    margin-bottom: -4px;
  }

  #topbar #lang .v-sep {
    margin: 2px 0 0 12px;
    height: 16px;
  }

  #topbar #lang a {
    margin-left: 0;
    font-size: 12px;
  }

  #topbar #lang .txt {
    font-size: 14px;
    height: 20px;
    padding: 0 16px;
  }

  #topbar #search form {
    margin-top: 5px;
  }

  #topbar #search input.sbtn {
    right: 10px;
    top: 5px;
    width: 15px;
    height: 15px;
  }

  #topbar #search input.sinput {
    width: 175px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    height: 23px;
    padding: 0 23px 0 8px;
    / / -moz-box-shadow: inset 0 3 px 5 px rgba(8, 28, 68, 0.8);
    / / -webkit-box-shadow: inset 0 3 px 5 px rgba(8, 28, 68, 0.8);
    / / box-shadow: inset 0 3 px 5 px rgba(8, 28, 68, 0.8);
  }

  #logo-nav,
  #topbar>.container {
    width: 1125px;
  }

  #mainnav,
  #fixbar {
    height: 62px;
  }

  #logo-nav #logo img {
    height: 54px;
  }

  /*#fixbar.fixed #logo a img { width: 335px; height: 42px; }*/
  .main-navigation li {
    padding: 15px 6px 7px;
  }

  .main-navigation ul.menu>li.menu-item>a {
    font-size: 15px;
    padding: 9px;
  }

  .main-navigation ul ul li {
    padding: 8px 10px 6px;
  }

  .main-navigation ul ul li a {
    font-size: 13px;
  }

  #primary-menu ul {
    top: 6.8em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  #primary-menu li:hover ul {
    top: 3.2em;
  }

  #fixbar.fixed #primary-menu>li:hover ul {
    top: 3.2em;
  }

  #primary-menu ul a {
    width: 150px;
  }

  #fixbar.fixed #primary-menu ul a {
    width: 135px;
  }
}


/*170121 add*/

@media (min-width: 992px) and (max-width: 1047px) {
  .main-navigation li {
    padding: 15px 1px 7px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #logo-nav,
  #topbar>.container {
    width: 720px;
  }

  #footer-social {
    max-width: 400px;
    margin: 17px auto 13px;
  }

  #mainnav,
  #fixbar {
    height: auto;
    padding: 5px 0;
  }

  #mainnav {
    box-shadow: 0 0 2px 2px rgb(226, 226, 226);
  }

  #fixbar.fixed {
    position: inherit;
    height: auto;
  }

  #site-navigation,
  #logo {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  #topbar {
    height: 70px;
  }

  #topbar>.container {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }

  #lang {
    margin: 0 30px 0;
  }

  #topbar #search form {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 767px) {
  #topbar p#welcome,
  #topbar #topbar-expand,
  #topbar #tel {
    display: none;
  }

  #lang .jmenu-level-0 ul {
    /*display: flex !important;*/
    /*display: -webkit-flex !important;*/
    width: 100% !important;
    margin-left: -71px;
    margin-top: 3px;
    border-top: none;
    visibility: hidden;
  }

  #lang .jmenu-level-0 ul.show {
    visibility: visible;
  }

  #lang .jmenu-level-0 ul li {
    border: none;
    width: 30%;
    border-right: 1px solid #134373;
  }

  #lang .jmenu-level-0 ul li:last-child,
  #lang .jmenu-level-0 ul li:last-child a {
    border-radius: 0;
    -webkit-border-radius: 0;
  }

  #lang .jmenu-level-0 ul li:last-child {
    border-bottom: 1px solid #014473;
  }

  #lang .jmenu-level-0 ul li a {
    padding: 12px 0;
    font-size: 14px;
  }

  #topbar {
    height: auto;
  }

  #topbar>.container {
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
  }

  #topbar>.container:before,
  #topbar .container:after {
    content: none;
  }

  #logo-nav,
  #topbar>.container {
    max-width: 100%;
  }

  #topbar #tel {
    margin-left: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }

  #lang {
    margin-left: 15px;
    margin-bottom: 5px;
  }

  #logo-nav {
    padding: 0;
  }

  #topbar #search input.sinput {
    width: 120px;
  }

  #topbar #lang {
    margin-right: 5px;
    margin-left: 0;
  }

  #topbar #search {
    margin-bottom: 8px;
    margin-top: 2px;
  }

  #topbar-expand {
    position: absolute;
    right: 12px;
    top: 7px;
    width: 18px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDdCODk1NjM5OTJDMTFFNjlENzJEQjhEQkRFMDlCQTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDdCODk1NjQ5OTJDMTFFNjlENzJEQjhEQkRFMDlCQTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0N0I4OTU2MTk5MkMxMUU2OUQ3MkRCOERCREUwOUJBNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0N0I4OTU2Mjk5MkMxMUU2OUQ3MkRCOERCREUwOUJBNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi6NYT4AAAA3SURBVHja7NHBCQAgDARBI/bf8mkPYkCYhbwHLpVkdDZHc0AgEPi+dS4m/f6HZVIgEAi8agswAHT1BDm7g9/cAAAAAElFTkSuQmCC) no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #topbar.hide #topbar-expand {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAARElEQVRIie3VMQoAIAxD0VS8/5XjXqcgIsjPHh600JZthemFSsoj1U4DCAgIeD9T+21ME/X/H+mTHUb/TPxDQEBAwJ4Fe3EHOE8fPIoAAAAASUVORK5CYII=) no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
  }

  #page {
    overflow: hidden;
  }

  #topbar.hide #lang,
  #topbar.hide #search,
  #topbar.hide #tel {
    display: none;
  }

  #fixbar,
  #mainnav {
    height: auto;
  }

  #mainnav {
    box-shadow: 0 0 2px 2px rgb(226, 226, 226);
  }

  #fixbar.fixed {
    position: inherit;
    height: auto;
  }

  #fixbar #logo a {
    padding: 2px 0 2px;
    margin-left: 0 !important;
  }

  #fixbar #logo a img {
    width: auto;
    height: 42px;
    margin-left: 5px;
  }

  #site-navigation {
    margin-right: 0;
    display: inline-block;
    width: auto;
    float: right;
  }

  #nav-expand {
    display: block;
    width: 27px;
    height: 18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAYCAYAAACSuF9OAAAATUlEQVRIie3UoRGAQAwF0SRDTzRFNzR1Td2ABrMyEftc3E7EzzrvJwap7oA/g8gREdkZsNf1ucd9yCBiEEmXGhhEXGpiEDGIuNTEIPICGfQJ9xirk3kAAAAASUVORK5CYII=') no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
    margin-right: 10px;
    margin-top: 16px;
    cursor: pointer;
  }

  .main-navigation ul {
    width: 250px;
    border: 1px solid #EFEFEF;
    height: auto;
    background: #fff;
  }

  .menu-top-menus-container {
    position: static;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    right: -280px;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    background: #fff;
    overflow-x: hidden;
    top: 0;
    z-index: 20;
  }

  .menu-top-menus-container.show {
    right: 0;
  }

  .main-navigation li {
    display: block;
    width: 100%;
    padding: 4px 17px;
    border-bottom: 1px solid #EFEFEF;
  }

  #primary-menu ul {
    position: static;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    border-top: 1px solid;
    border-left: none;
    margin-left: -17px;
    border-bottom: none;
  }

  li.menu-item a {
    padding: 12px 2px 2px;
    font-size: 14px;
  }

  .main-navigation ul.menu>li.menu-item>a {
    border-bottom: none;
  }

  #primary-menu li.menu-item-has-children ul a {
    width: auto;
    padding-left: 20px;
    font-size: 14px;
  }

  #primary-menu li.menu-item-has-children a {
    padding-right: 20px;
    border-bottom: none;
  }

  #primary-menu li ul.sub-menu {
    visibility: visible;
    border-top: 1px solid #efefef;
  }

  #logo a img {
    height: 36px;
  }

  .main-navigation ul ul li {
    padding: 12px 15px 10px;
  }

  .main-navigation ul ul li a {
    padding: 0;
  }

  #lang .jmenu-level-0 ul {
    display: block !important;
    margin-left: 0 !important;
  }

  #lang .jmenu-level-0 ul li a {
    padding: 8px 1px !important;
  }
}

highlight,
.highlight {
  background: #fff63a;
}

.box-shadow {
  box-shadow: 0 0 8px 2px rgba(204, 204, 204, 0.4);
  -webkit-box-shadow: 0 0 8px 2px rgba(204, 204, 204, 0.4);
}

@media only screen and (max-width: 1280px) {
  .box-shadow {
    box-shadow: 0 0 7px 2px rgba(204, 204, 204, 0.4);
    -webkit-box-shadow: 0 0 7px 2px rgba(204, 204, 204, 0.4);
  }
}

.ytb-thumb {
  position: absolute;
  top: -50%;
  margin-top: 18.7%;
}


/*.play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  z-index: 198;
}*/

.play-btn:hover {
  opacity: 1;
}

.play-btn i {
  width: 76px;
  height: 76px;
  display: block;
  background: url(../../images/play-btn.png) no-repeat center center transparent;
  background-size: cover;
  -webkit-background-size: cover;
  cursor: pointer;
}

.ratio-16-9 {
  position: relative;
  display: block;
  width: 100%;
}

.thumb-link {
  overflow: hidden;
}

@media (max-width: 1440px) {
  .play-btn i {
    width: 63px;
    height: 63px;
  }
}


/*严正声明*/

#topbar #lang .solemn-declaration {
  display: inline-block;
  color: #ccd7ea !important;
  font-size: 15px;
  height: 40px;
  padding: 0 4px;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}

@media (max-width: 1440px) {
  #topbar #lang .solemn-declaration {
    font-size: 14px;
    height: 25px;
    padding: 0 4px;
  }
}

@media (max-width: 991px) {
  #topbar #lang .solemn-declaration {
    font-size: 14px;
    height: 25px;
    padding: 0 4px;
  }
}

@media (max-width: 767px) {
  #topbar #lang .solemn-declaration,
  #topbar #lang .v-sep {
    display: none;
  }

  #topbar #lang .solemn-declaration {
    font-size: 14px;
    height: 25px;
    padding: 0 4px;
  }
}

.ui--blog-header .ui--blog-title {
  text-align: center;
  font-size: 25px;
  margin: 38px 0 12px 0;
}

header #logo a {
  /*margin-left: -31px !important;*/
}

@media (max-width: 1200px) {
  header #logo a {
    margin-left: 0 !important;
  }
}

#fixbar.fixed #logo a {
  margin-left: -13px !important;
}

#logo-nav,
#topbar>.container {
  width: 1170px;
}

@media (min-width: 1440px) {
  #books-link {
    width: 1200px !important;
  }

  #logo-nav,
  #topbar>.container {
    width: 1205px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  #books-link {
    width: 993px !important;
  }

  #logo-nav,
  #topbar>.container {
    width: 1100px !important;
  }
}

.gsc-adBlock {
  display: none !important;
}


/*2018-01-14 2.0导航之后的修复*/

.gp2-stick-nav-pc .stickNavBox>ul>li>a {
  padding: 0 14px !important;
}

.gp2-search-box .btn-custom {
  font-size: 20px !important;
}

#gmmp-page-nav span {
  padding: 0 !important;
  height: 30px !important;
  min-width: 30px !important;
  line-height: 30px !important;
}

