/*   
Theme Name: richer
Theme URI: http://themeforest.net/user/ArtstudioWorks/portfolio
Description: Richer is unique and highly interactive WordPress theme.
Author: ArtstudioWorks
Author URI: http://themeforest.net/user/ArtstudioWorks
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.4
Tags: white, black, blue, fluid-layout, fixed-layout, custom-colors, custom-background, theme-options, translation-ready
Designed by ArtstudioWorks: http://themeforest.net/user/ArtstudioWorks

All PHP code is released under the GNU General Public Licence version 3.0
*/
/* ------------------------------------------------------------------------ */
/* 01. Imports
/* ------------------------------------------------------------------------ */
@import url("framework/css/basic.css");
/* CSS Reset + Basic WordPress Styles */
@import url("framework/css/bootstrap.css");
/* Tooltip */
@import url("framework/css/shortcodes.css");
/* Shortcodes */
@import url("framework/css/flexslider.css");
/* Flexslider (Blog + Portfolio) */
@import url("framework/css/prettyPhoto.css");
/* Lightbox */
/* ------------------------------------------------------------------------ */
/* 02. General Styles
/* ------------------------------------------------------------------------ */
body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
::-moz-selection {
  background: #43b4f9;
  color: #ffffff;
}
::selection {
  background: #43b4f9;
  color: #ffffff;
}
::-moz-selection {
  background: #43b4f9;
  color: #ffffff;
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 28px;
  line-height: 1.6;
}
h2 {
  font-size: 22px;
  line-height: 1.6;
}
h3 {
  font-size: 18px;
  line-height: 1.6;
}
h4 {
  font-size: 16px;
  line-height: 1.6;
}
h5 {
  font-size: 14px;
  line-height: 1.6;
}
h6 {
  font-size: 12px;
  line-height: 1.6;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
pre {
  height: auto;
  font-family: Consolas, monospace;
  border: 1px solid #dddddd;
  background: #fafafa;
  padding: 15px 25px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
          box-shadow: inset 0 0 1px 1px #fff;
  margin: 0 0 20px 0;
  overflow-x: auto;
}
.hidden {
  display: none !important;
}
/* Links ---------------------------------------------------- */
a,
a:visited {
  color: #999999;
  text-decoration: none;
  outline: 0;
}
/* Transisiton for Links */
#copyright a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-wrap .portfolio-item-one a {
  -webkit-transition: none !important;
  transition: none !important;
}
a:hover,
a:focus {
  color: #666666;
}
p a,
p a:visited {
  line-height: inherit;
}
.extra-wrap {
  overflow: hidden;
}
/* ------------------------------------------------------------------------ */
/* Lists
/* ------------------------------------------------------------------------ */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol,
ul {
  margin-left: 0px;
}
ol {
  list-style: decimal inside;
}
ul {
  list-style: square inside;
}
ul li,
ol li {
  line-height: 24px;
  position: relative;
}
ul li ul,
ol li ul,
ol li ul,
ol li ol {
  margin-bottom: 0;
}
.my-icons-list .fa:before,
.my-icons-list i[class*="fa-"] {
  font-size: 16px;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}
.my-icons-list span.fa {
  font-family: inherit;
}
.my-icons-list p {
  margin-bottom: 8px;
}
/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */
form,
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #DDDCDC;
  padding: 8px 12px 9px !important;
  outline: none;
  font-size: 12px;
  color: #686868;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="date"] {
  padding: 6px 10px 7px !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fafafa;
}
textarea {
  min-height: 60px;
}
select {
  width: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(framework/images/select_pimp.png);
  background-position: 94% center;
  background-repeat: no-repeat;
  text-indent: 0.01px;
  text-overflow: '';
}
label,
legend {
  cursor: pointer;
  display: block;
}
label span,
legend span {
  font-weight: bold;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  cursor: pointer;
  width: auto;
  -webkit-appearance: none;
}
/* Contactform 7 Specific Styling ---------------------------------------------------- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  max-width: 100%;
  width: 100%;
  margin: 5px 0 0 0;
}
div.wpcf7 img.ajax-loader {
  margin-right: -16px;
}
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
  margin: 0px 3px 0px 5px;
  position: relative;
  top: 2px;
}
.wpcf7-form textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  max-width: 100%;
  height: 150px;
  margin: 5px 0 0 0;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  max-width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 18px 11px;
  background-image: url(framework/images/select_pimp.png);
  background-position: 99% center;
  background-repeat: no-repeat;
}
.wpcf7-form input[type="checkbox"] {
  width: auto;
}
.wpcf7 form.wpcf7-form p {
  color: #a5a7a8;
  margin: 0 0 15px 0 !important;
}
.wpcf7-list-item-label {
  font-weight: normal;
}
/*.wpcf7-response-output 	{ display: none }*/
.wpcf7-form .invalid {
  color: #DF653E !important;
}
.wpcf7-not-valid {
  border: 1px solid #DF653E !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-response-output {
  margin: 0px !important;
  padding: 10px 38px 10px 19px !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  position: relative;
  border: 1px solid transparent !important;
  display: block;
  border-radius: 2px;
  color: #3b3f42;
  padding: 10px 38px 10px 19px;
  text-align: center;
  margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
  background-color: #aeffa1;
  border-color: #64c654 !important;
}
div.wpcf7-mail-sent-ng {
  background-color: #f1f1f1;
  border-color: #cfcfcf !important;
}
div.wpcf7-spam-blocked {
  background-color: #fff3a1;
  border-color: #e4cf42 !important;
}
div.wpcf7-validation-errors {
  background-color: #F1510A;
  border-color: #cf5255 !important;
  color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 06. Boxed Layout */
/* ------------------------------------------------------------------------ */
#main {
  background-color: #fff;
  position: relative;
}
#main.boxed {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.framed #rev_slider_2_1,
.framed #rev_slider_2_1_wrapper,
.boxed #rev_slider_2_1,
.boxed #rev_slider_2_1_wrapper {
  border-right: 0;
  border-left: 0;
}
#background {
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
a.more {
  text-decoration: underline;
}
a.more:hover {
  text-decoration: none;
}
/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */
#infobar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #444444;
  color: #999999;
  border-top: 5px solid #333333;
  width: 100%;
  padding: 20px 0 35px 0;
  display: none;
  border-bottom: 5px solid #444444;
}
#infobar .widget h3 {
  border-bottom: 1px solid #555555;
  color: #ffffff;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
#infobar a {
  color: #999999;
}
#infobar a:hover {
  color: #ffffff;
}
.close-infobar {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #444444 transparent transparent;
  z-index: 999;
}
.close-infobar:after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  background: url(framework/images/toggle.png) no-repeat 0px 0px;
}
.close-infobar.open:after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  background: url(framework/images/toggle.png) no-repeat -40px 0px;
}
#infobar .no-widgets {
  color: #aaaaaa;
  margin-bottom: -15px;
  text-align: center;
}
/* Infobar Widgets ---------------------------------------------------- */
#infobar .widget h3 {
  font-size: 15px;
  color: #ffffff;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #555555;
  margin: 0 0 20px 0;
}
/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */
.social-icons {
  display: inline-block;
}
#top-bar .social-icons {
  vertical-align: middle;
  margin-right: 25px;
  padding: 10px 0;
}
#top-bar .social-icons ul li a:hover {
  color: #ffffff;
}
.social-icons ul {
  list-style: none;
  margin: 0;
}
.social-icons ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.social-icons ul li a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  border-radius: 2px;
  margin: 2px 2px 2px;
  color: #6a6d6f;
}
.social-icons a:hover {
  background-color: #43b4f9 !important;
  color: #fff;
}
.social-aim a {
  background: url(framework/images/icons/aim.png) no-repeat 0 0;
}
.social-apple a {
  background: url(framework/images/icons/apple.png) no-repeat 0 0;
}
.social-blogger a {
  background: url(framework/images/icons/blogger.png) no-repeat 0 0;
}
.social-cargo a {
  background: url(framework/images/icons/cargo.png) no-repeat 0 0;
}
.social-dopplr a {
  background: url(framework/images/icons/dopplr.png) no-repeat 0 0;
}
.social-ember a {
  background: url(framework/images/icons/ember.png) no-repeat 0 0;
}
.social-evernote a {
  background: url(framework/images/icons/evernote.png) no-repeat 0 0;
}
.social-gowalla a {
  background: url(framework/images/icons/gowalla.png) no-repeat 0 0;
}
.social-grooveshark a {
  background: url(framework/images/icons/grooveshark.png) no-repeat 0 0;
}
.social-html5 a {
  background: url(framework/images/icons/html5.png) no-repeat 0 0;
}
.social-icloud a {
  background: url(framework/images/icons/icloud.png) no-repeat 0 0;
}
.social-lastfm a {
  background: url(framework/images/icons/lastfm.png) no-repeat 0 0;
}
.social-metacafe a {
  background: url(framework/images/icons/metacafe.png) no-repeat 0 0;
}
.social-mixx a {
  background: url(framework/images/icons/mixx.png) no-repeat 0 0;
}
.social-myspace a {
  background: url(framework/images/icons/myspace.png) no-repeat 0 0;
}
.social-netvibes a {
  background: url(framework/images/icons/netvibes.png) no-repeat 0 0;
}
.social-newsvine a {
  background: url(framework/images/icons/newsvine.png) no-repeat 0 0;
}
.social-orkut a {
  background: url(framework/images/icons/orkut.png) no-repeat 0 0;
}
.social-plurk a {
  background: url(framework/images/icons/plurk.png) no-repeat 0 0;
}
.social-posterous a {
  background: url(framework/images/icons/posterous.png) no-repeat 0 0;
}
.social-stumbleupon a {
  background: url(framework/images/icons/stumbleupon.png) no-repeat 0 0;
}
.social-technorati a {
  background: url(framework/images/icons/technorati.png) no-repeat 0 0;
}
.social-wordpress a {
  background: url(framework/images/icons/wordpress.png) no-repeat 0 0;
}
.social-yelp a {
  background: url(framework/images/icons/yelp.png) no-repeat 0 0;
}
.social-zerply a {
  background: url(framework/images/icons/zerply.png) no-repeat 0 0;
}
.social-zootool a {
  background: url(framework/images/icons/zootool.png) no-repeat 0 0;
}
/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */
#header {
  background: #ffffff;
  width: 100%;
}
#header .logo {
  float: left;
  padding: 10px 0;
}
#header .logo img {
  max-width: 100%;
  height: auto;
}
#header .logo .logo_text {
  color: #3b3f42;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
  display: block;
  line-height: 1;
}
#header .tagline {
  line-height: inherit;
}
.site-description {
  font-size: 13px;
  line-height: 1;
  text-transform: none;
}
#header .callus {
  font-size: 12px;
  margin-bottom: 5px;
  color: #999999;
  float: right;
}
#header.fixed_header {
  position: fixed;
  z-index: 99;
  top: -100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header.fixed_header .logo img {
  max-width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header.header-scrolled {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
}
.admin-bar #header.header-scrolled {
  top: 32px;
}
/* ------------------------------------------------------------------------ */
/* 11. Header - Navigation */
/* ------------------------------------------------------------------------ */
#navigation {
  float: right;
}
#navigation .select-menu {
  display: none;
  color: inherit;
  position: relative;
}
#navigation .select-menu:before {
  content: "\f039";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}
#navigation ul {
  float: right;
  list-style: none;
  margin: 0;
}
#navigation ul.menu > li {
  display: block;
  float: left;
  position: relative;
  margin: 0 0 0px 25px;
}
#navigation ul.menu li.fa:before {
  padding-right: 7px;
}
#navigation ul.menu > li.menu-item > a {
  display: inline;
  display: inline-block;
  margin: 0 0 0px 0px;
  padding: 0px;
  cursor: pointer;
}
#navigation ul.menu > li.menu-item > a {
  display: inline;
  display: inline-block;
  margin: 0 0 0px 0px;
  padding: 0px;
  line-height: 1;
  color: #3b3b3b;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
#navigation ul.menu li.menu-item a i {
  padding-right: 6px;
}
#navigation ul.menu > li.menu-item > a .desc {
  margin-top: 0px !important;
  padding: 0 !important;
}
#navigation ul.menu li.menu-item a .desc {
  display: block;
  line-height: 1;
  text-transform: none;
  font-size: inherit;
  padding-bottom: 5px;
  font-weight: normal;
  margin-top: -5px;
}
#navigation ul li a:hover {
  color: #43b4f9;
}
/*mega menu*/
#navigation ul.menu > li.megamenu {
  position: inherit!important;
}
#navigation ul.menu > li.megamenu.no-title > ul > li {
  display: none;
}
#navigation ul.menu > li.megamenu {
  position: inherit!important;
}
#navigation ul.menu > li.megamenu > ul.sub-menu {
  width: 100%;
  left: 0px;
  padding: 15px 0px;
  display: table;
  visibility: hidden;
}
#navigation ul.menu > li.megamenu > ul ul {
  border-top: 0 !important;
}
#navigation ul.menu > li.megamenu > ul > li {
  display: table-cell !important;
  float: none!important;
  padding: 0px 15px;
}
#navigation ul.menu > li.megamenu > ul > li:last-child {
  border-right: none!important;
}
#navigation ul.menu > li.megamenu.cols-2 > ul > li {
  width: 50% !important;
}
#navigation ul.menu > li.megamenu.cols-3 > ul > li {
  width: 33.33% !important;
}
#navigation ul.menu > li.megamenu.cols-4 > ul > li {
  width: 25% !important;
}
#navigation ul.menu > li.megamenu.cols-5 > ul > li {
  width: 20% !important;
}
#navigation ul.menu > li.megamenu.cols-6 > ul > li {
  width: 16.66% !important;
}
#navigation ul.menu > li.megamenu > ul > li ul {
  display: block!important;
  top: 0px!important;
  width: 100%;
  opacity: 1!important;
  left: 0px!important;
  position: relative!important;
  float: none !important;
}
#navigation ul.menu > li.megamenu > ul > li {
  border-right: 1px solid #e8e8e8;
}
#navigation ul.menu > li.megamenu ul li {
  border-bottom: 0 !important;
}
#navigation ul.menu > li.megamenu > ul > li > a {
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: 5px;
  line-height: 1.3em !important;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  overflow: hidden;
}
#navigation ul.menu > li.megamenu.no-title > ul > li > a {
  display: none !important;
}
#navigation ul.menu > li.megamenu > ul li a {
  line-height: 32px;
}
#navigation ul.menu > li.megamenu > ul > li > a:hover,
#navigation ul.menu > li.megamenu > ul > li.sfHover > a,
#navigation ul.menu > li.megamenu > ul > li.current-menu-item > a,
#navigation ul.menu > li.megamenu > ul > li.current-menu-parent > a {
  background-color: transparent!important;
}
/*-----------------------------------*/
/* Active Status ---------------------------------------------------- */
#navigation li.current-menu-item a,
#navigation li.current-menu-item a:hover,
#navigation li.current-page-ancestor a,
#navigation li.current-page-ancestor a:hover,
#navigation li.current-menu-ancestor a,
#navigation li.current-menu-ancestor a:hover,
#navigation li.current-menu-parent a,
#navigation li.current-menu-parent a:hover,
#navigation li.current_page_ancestor a,
#navigation li.current_page_ancestor a:hover {
  color: #43b4f9;
}
/* Sub-menu ---------------------------------------------------- */
#navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 180px;
  z-index: 2000;
  display: none;
  background: #f4f4f4;
  padding: 0px;
}
#navigation ul.menu > li > .sub-menu {
  border-top: 3px solid transparent;
}
#navigation .sub-menu li {
  display: block;
  margin: 0px;
  padding: 0;
  height: auto;
  border-bottom: 1px solid #dde2e5;
  position: relative;
}
#navigation .sub-menu li a,
#navigation .sub-menu li .sub-menu li a,
#navigation .sub-menu li .sub-menu li .sub-menu li a {
  border: none;
  display: block;
  margin: 0;
  padding: 0px 15px;
  color: #3b3f42;
  font-size: 13px;
  font-weight: normal !important;
  height: auto;
  line-height: 42px;
}
#navigation .sub-menu li a:hover,
#navigation .sub-menu li .sub-menu li a:hover,
#navigation .sub-menu li.current-menu-item a,
#navigation .sub-menu li.current-menu-item a:hover,
#navigation .sub-menu li.current_page_item a,
#navigation .sub-menu li.current_page_item a:hover {
  color: #43b4f9 !important;
  font-weight: normal;
}
#navigation .sub-menu li:last-child {
  border: none;
}
#navigation .sub-menu li ul {
  left: 100%;
  top: 0;
}
/* ------------------------------------------------------------------------ */
/* 11. Header - Top Bar Navigation */
/* ------------------------------------------------------------------------ */
#topnav.menu li .sub-menu {
  display: none;
}
#topnav.menu {
  display: inline-block;
  margin: 0 25px 0 0;
  position: relative;
  vertical-align: middle;
  min-width: 200px;
}
#topnav.menu > li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
  position: relative;
}
#topnav.menu > li:first-child {
  margin-left: 0;
}
#topnav.menu > li > a {
  color: inherit;
  padding: 10px 0 10px;
  display: block;
}
#topnav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 2000;
  display: none;
  background: #f4f4f4;
  padding: 0px;
  border: 1px solid #e8e8e8;
}
#topnav .sub-menu li {
  display: block;
  margin: 0px;
  padding: 3px 12px;
  height: auto;
  border-top: 1px solid transparent;
}
#topnav .sub-menu li:first-child {
  border-top: 0;
}
#topnav .sub-menu li a {
  display: block;
  width: 110px;
}
/* ------------------------------------------------------------------------ */
/* 12. Header - Searchform */
/* ------------------------------------------------------------------------ */
.search-link {
  position: relative;
}
.search-area {
  position: absolute;
  z-index: 2;
  display: none;
  top: 100%;
  right: 50%;
  margin-right: -18px;
  width: 100%;
  background: #fafafa;
  min-width: 200px;
  z-index: 99;
  border-radius: 2px;
  padding: 10px 15px;
  border: 1px solid #efefef;
}
.search-area:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #fafafa;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header-searchform input[type=text] {
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #878787;
  display: inline-block;
  float: left;
  max-width: 160px;
  border-radius: 2px 0px 0px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-searchform {
  overflow: hidden;
  margin-bottom: 0;
}
#header-searchform #header-searchsubmit {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  float: right;
  border-radius: 0 2px 2px 0;
  outline: none;
}
#header-searchform #header-searchsubmit i {
  margin-right: 0;
}
/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */
.page-template-page-fullwidth-php #page-wrap {
  padding: 0px 0 0px 0;
}
#page-wrap {
  padding: 45px 0 45px 0;
  overflow: hidden;
}
.blank-page #page-wrap {
  padding: 0px;
  width: 100%;
}
.blank-page {
  height: 100%;
  position: absolute;
  width: 100% !important;
  margin: 0;
  display: table;
  vertical-align: middle;
  float: none;
  top: 0;
  left: 0;
}
.blank-page #main {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#content.sidebar-left {
  float: right;
}
/* Striped Border under Title and above Footer */
.hr-border {
  height: 8px;
  width: 100%;
  background: url(framework/images/stripes.png);
  margin-top: 0px;
}
/* Standard Title ---------------------------------------------------- */
#title {
  background: #f6f6f6;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 9px 0 9px 0;
  background-position: center center;
  background-size: auto;
}
#title .inner {
  padding: 17px 0;
  background-color: #fafafa;
}
#title h1 {
  font-size: 24px;
  line-height: 28px;
  color: #3b3b3b;
  margin: 0;
}
#title h2 {
  display: block;
  font-weight: lighter;
  color: #aaaaaa;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
#title #breadcrumbs {
  font-size: 13px;
  text-align: right;
  color: #c6c6c6;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
#title #breadcrumbs.breadrcumbpadding {
  padding-top: 0px;
}
#title #breadcrumbs a {
  color: #aaaaaa;
}
#title #breadcrumbs a:hover {
  color: #43b4f9;
}
/* Alternative Title (with Image) ---------------------------------------------------- */
#alt-title {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding: 0;
  background: #f6f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-position: center center;
}
#alt-title .grid {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
}
#alt-title h1 {
  font-size: 24px;
  line-height: 28px;
  color: #3b3b3b;
  margin: 0;
}
#alt-title h1 span,
#alt-title h2 span {
  padding: 3px 7px;
}
#alt-title h2 {
  display: block;
  font-weight: lighter;
  color: #aaaaaa;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
#alt-title #breadcrumbs {
  font-size: 13px;
  text-align: right;
  color: #c6c6c6;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
#alt-title #breadcrumbs #crumbs {
  padding: 2px 7px;
  display: inline-block;
}
#alt-title #breadcrumbs a {
  color: #aaaaaa;
}
#alt-title #breadcrumbs .container {
  padding-left: 0px;
}
/* No Title ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */
/* 14. Blog Standard - Overview */
/* ------------------------------------------------------------------------ */
.blog .post {
  padding: 0;
  margin: 0 0 60px 0;
}
.blog.grid .post {
  padding: 0px 0 0 0;
  margin: 0px 0 30px;
}
.blog.grid .post.author-pad-top {
  margin-top: 15px;
}
.blog.grid .blog-item .date,
.blog.grid .blog-item .date span {
  float: none;
  text-align: left;
  margin: 0;
}
.blog.grid .blog-item .date {
  margin-bottom: 12px;
}
.blog.grid .post-image,
.blog.grid .post-gallery,
.blog.grid .post-video,
.blog.grid .post-audio {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e5eaec;
}
.blog.grid .post-image a,
.blog.grid .post-gallery ul li a,
.blog.grid .post-audio iframe {
  display: block;
}
.blog.grid .post-quote,
.blog.grid .post-quote blockquote {
  margin-bottom: 0;
}
.blog.grid .post-link {
  overflow: hidden;
}
.post .title {
  padding: 0;
  font-size: 18px;
}
.title a:hover {
  color: #43b4f9;
}
.post img {
  display: block;
}
.blog .post-title {
  margin: 0 !important;
  padding: 0 !important;
}
.post-content-container {
  overflow: hidden;
}
.post-more {
  text-align: right;
  float: right;
}
.post-more .button {
  margin: 0 0 0 10px;
}
.post-meta {
  margin: 6px 0px 0;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 3px 2px 4px;
  position: relative;
}
.post-content .post-meta {
  margin-bottom: 20px;
}
.post-meta span.meta {
  padding: 0;
  margin: 0 14px 0 0;
  color: #828282;
}
.post-meta span.meta:after {
  content: "";
  width: 1px;
  height: 9px;
  border-right: 1px solid #9c9c9c;
  display: inline-block;
  margin: 0px 0 0 11px;
}
.post-meta span.meta:last-child:after {
  display: none;
}
.post-meta .meta-tags {
  text-transform: lowercase;
}
.post-meta span a {
  color: #828282;
}
.post-meta span i {
  margin: -2px 10px 0 0;
  color: #bebebe;
}
.blog .post .date,
.single .post .date {
  text-align: center;
  padding: 0px 0 0 0;
  float: left;
  margin-right: 30px;
}
.blog .post .date h3,
.single .post .date h3 {
  margin: 0 0 8px 0;
  color: #3b3f42;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 56px;
  height: 56px;
  width: 56px;
  display: block;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  border-bottom: 3px double #e3e3e3;
  background: #f5f6f8;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f6f8), to(#fafafa));
  background: linear-gradient(to bottom, #f5f6f8 0%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f8', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
}
.blog .post .date h3 .border,
.single .post .date h3 .border {
  border: 1px solid #ffffff;
}
.blog .post .date span,
.single .post .date span {
  display: block;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0px 0;
  margin: 0px 0 0 0;
  text-transform: uppercase;
  color: #828282;
}
.post-content a.read-more-link {
  display: block;
  margin-top: 15px;
}
.search-result {
  padding: 0 0 0px 0;
  margin: 0 0 60px 0;
  overflow: hidden;
}
.search .list li {
  line-height: inherit;
}
/* Different Post Types ---------------------------------------------------- */
.post-gallery .flex-control-nav {
  display: none;
}
.post-gallery .flex-direction-nav a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: #43b4f9;
  opacity: 0.7;
  z-index: 9;
}
.post-gallery.flexslider .flex-next {
  right: 0px;
  border-radius: 2px 0px 0px 2px;
}
.post-gallery.flexslider .flex-prev {
  left: 0px;
  border-radius: 0px 2px 2px 0px;
}
.post-gallery .grid-gal-item {
  margin-bottom: 2%;
}
.post-image,
.post-gallery,
.post-video,
.post-audio {
  margin-bottom: 35px !important;
}
/*.post-video iframe {
        width:100%;
        height:auto;
}*/
.post-image {
  position: relative;
}
.post-image img {
  max-width: 100%;
  height: auto;
}
.post-link {
  margin-bottom: 10px;
  color: #cccccc;
  text-overflow: ellipsis;
}
.post-content .post-link {
  margin-top: 0px;
}
.post-quote {
  margin: 0 0 35px 0;
}
.post-quote .quote-text {
  margin: 0 0 0px 0;
  padding: 0 10px 0 20px;
}
.post-quote .quote-text a {
  color: #727272;
}
.post-quote .quote-text p {
  margin-bottom: 10px;
  padding: 0;
}
.post-quote .quote-source a {
  font-weight: normal;
  color: #bebebe;
  padding: 0;
}
/* Image Hover Overlay ---------------------------------------------------- */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.overlay:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin: -36px 0 0 -36px;
  font-size: 76px;
  color: #ffffff;
  font-weight: 300;
}
/* ------------------------------------------------------------------------ */
/* 15. Blog Medium - Overview */
/* ------------------------------------------------------------------------ */
.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-audio,
.blog-medium .post-link {
  width: 370px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.blog-medium .post-icon {
  margin-left: -55px;
  position: relative;
  z-index: 999;
}
.blog-medium .post-content {
  overflow: hidden;
}
.blog.blog-medium .post {
  border: 0;
}
.blog-medium .post-meta .meta-tags,
.blog-medium .post-meta .meta-categories {
  display: block;
}
.blog-medium .post-more {
  text-align: left;
  float: none;
  margin: 20px 0 0 0;
}
.blog-medium .post-more a {
  margin: 0;
}
.blog-medium .no-post-image {
  display: block;
  width: 310px;
  height: 200px;
  border: 5px solid #efefef;
  background: #ffffff url(framework/images/noimage.png) no-repeat center center;
}
.blog-medium .no-post-image-link {
  display: block;
  width: 310px;
  height: 200px;
  border: 5px solid #efefef;
  background: #ffffff url(framework/images/noimage-link.png) no-repeat center center;
}
/* ------------------------------------------------------------------------ */
/* 16. Blog - Single Post */
/* ------------------------------------------------------------------------ */
.single .post {
  margin-bottom: 50px;
}
.single .post-meta {
  margin-left: 0;
  margin-bottom: 30px;
}
.single .post-tags a {
  color: #727272;
}
.single .post-tags a:hover {
  background: #43b4f9;
  border-color: #43b4f9;
  color: #ffffff;
}
.single .post-content {
  margin-bottom: 35px;
}
.single .meta-tags,
.single .meta-categories {
  display: block;
}
/* Author Information ---------------------------------------------------- */
#author-info {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  padding: 0px;
  position: relative;
}
#author-info .author-image {
  float: left;
  margin-right: 20px;
}
#author-info .author-image a {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid #e8e8e8;
  padding: 1px;
  border-radius: 2px;
}
#author-info .author-image a img {
  display: block;
  border-radius: 1px;
}
#author-info .author-bio {
  overflow: hidden;
  padding: 0px;
}
#author-info .author-bio h4 {
  margin: 0px 0 10px 0;
}
/* Sharebox ---------------------------------------------------- */
.sharebox {
  margin-bottom: 35px;
  color: #888888;
}
.text-right {
  text-align: right;
}
.sharebox .social-icons ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  color: inherit;
}
.sharebox .social-icons ul li a:hover {
  color: #ffffff;
}
.sharebox .social-icons {
  list-style: none;
  margin: 0 0 0 0px;
}
/* Related Posts ---------------------------------------------------- */
#related-posts {
  position: relative;
  margin-bottom: 40px;
}
#related-posts ul {
  list-style: none;
  margin: 0px 0 0 0;
}
#related-posts ul li h5 {
  line-height: 22px;
  margin: 0px 0 0px;
}
#related-posts ul li .item-pic {
  margin-bottom: 20px;
}
#related-posts ul li h5 a:hover {
  color: #43b4f9;
}
#related-posts ul li span.date {
  color: #bebebe;
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
}
#related-posts ul li a span {
  color: #cccccc;
  font-size: 11px;
  margin: 0 0 0 8px;
}
#related-posts ul li:before {
  color: #43b4f9;
  font-size: 12px;
}
/* ------------------------------------------------------------------------ */
/* 17. Pagination */
/* ------------------------------------------------------------------------ */
.blog #pagination {
  margin-bottom: 40px;
}
#pagination {
  text-align: center;
}
#pagination a,
#pagination span {
  display: inline-block;
  margin: 0 0px 0 8px;
  padding: 8px 15px;
  line-height: 1;
  border: 1px solid #d9dddf;
  background-color: #ffffff;
  text-align: center;
  color: inherit;
  border-radius: 2px;
}
#pagination a:hover,
#pagination span.current {
  color: #ffffff;
  background-color: #43b4f9;
  border-color: transparent;
}
/* ------------------------------------------------------------------------ */
/* 18. Comments - List */
/* ------------------------------------------------------------------------ */
.commentlist {
  list-style: none;
  margin: 30px 0 30px 0;
}
.commentlist li {
  margin: 0 0 30px 0;
}
.commentlist li:last-child {
  margin: 0;
}
.commentlist li ul {
  list-style: none;
}
.commentlist li .comment-body {
  background-color: #fafafa;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}
.commentlist ul.children {
  margin-left: 0px;
  margin-top: 25px;
  padding-left: 35px;
  border-left: 1px solid #ddd;
  list-style: none;
}
.commentlist ul.children li {
  position: relative;
}
.commentlist ul.children li:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #ddd;
  display: block;
  position: absolute;
  top: 20px;
  left: -25px;
}
.commentlist li ul li {
  margin: 0px 0 20px 0 !important;
}
.commentlist li ul li .comment-text {
  border-bottom: 0;
  padding-bottom: 0;
}
.commentlist li div.avatar {
  float: left;
  margin-right: 20px;
}
.commentlist li .avatar img {
  display: block;
}
.commentlist li .comment-text {
  overflow: hidden;
  position: relative;
}
.commentlist li .comment-text p {
  margin-bottom: 15px;
}
.commentlist li .comment-text p:last-child {
  margin-bottom: 0;
}
.commentlist li .author {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 17px;
}
.commentlist li .author strong {
  text-transform: capitalize;
}
.commentlist li .author span {
  display: inline;
  text-transform: lowercase;
}
.commentlist li .date-comment {
  color: #bebebe;
  float: none;
  text-align: left;
}
.commentlist li .date-comment a {
  color: #999999;
}
.commentlist li .date-comment a:hover {
  color: #333333;
}
.commentlist li em {
  font-size: 11px;
  color: #cccccc;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
}
/* ------------------------------------------------------------------------ */
/* 19. Comments - Respond */
/* ------------------------------------------------------------------------ */
#respond {
  margin-bottom: 30px;
  margin-top: 40px;
}
#respond .required {
  color: #c82929;
  display: inline-block;
  margin: 3px 0 0 6px;
  font-size: 14px;
  font-weight: normal;
}
/*#respond p { clear: both }*/
#respond label {
  display: block;
  padding-bottom: 8px;
  color: #878787;
}
#respond-inputs input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#respond-textarea p {
  color: #878787;
}
#respond-inputs p.last {
  margin: 0;
}
#respond textarea {
  display: block;
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#respond p.comment-notes,
#respond p.form-allowed-tags {
  display: none;
}
#respond .headline-title-wrap {
  margin-top: 20px;
}
.comment-reply-link,
#cancel-comment-reply-link {
  -webkit-appearance: none;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  padding: 6px 15px;
  display: inline;
  display: inline-block;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 3px;
  color: inherit;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  background-color: #dddddd;
  border-color: #cccccc;
}
#reply-title {
  font-size: 18px;
  overflow: hidden;
}
#reply-title small {
  display: block;
  margin-top: 10px;
}
#commentform input.error,
#commentform textarea.error {
  border-color: #c82929;
  background: #fbf2f2;
}
#commentform div.error,
#commentform label.error {
  color: red;
  display: none !important;
}
/* ------------------------------------------------------------------------ */
/* 20. Portfolio - Overview */
/* ------------------------------------------------------------------------ */
#portfolio-wrap {
  width: 100%;
}
.embedd-video {
  display: none;
}
.portfolio #pagination {
  margin-top: 40px;
}
#infscr-loading {
  display: none !important;
}
.pagination.portfolio {
  text-align: center;
  width: 100% !important;
  margin: 0 0 20px 0;
}
.loadmore {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.loadmore.striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.loadmore.striped.active {
  -webkit-animation: progressbar-bg-move 1.2s linear infinite;
  animation: progressbar-bg-move 1.2s linear infinite;
}
.portfolio.pagination {
  display: block;
}
.portfolio.pagination.display {
  display: block !important;
}
/* Filters ---------------------------------------------------- */
#filters {
  margin-top: 0px;
  margin-bottom: 50px;
  border-top: 1px solid #d9dddf;
  border-bottom: 1px solid #d9dddf;
}
#filters.center {
  text-align: center;
  overflow: hidden;
  height: 41px;
}
#filters.center ul {
  display: inline;
  display: inline-block;
  line-height: 1;
}
#filters.right {
  overflow: hidden;
}
#filters.right ul {
  display: block;
  float: right;
}
#filters ul {
  margin: 0;
  list-style: none;
  display: block;
  z-index: 9;
  position: relative;
}
#filters ul li {
  display: block;
  float: left;
}
#filters ul li a {
  display: block;
  float: left;
  border-bottom: 3px solid transparent;
  color: inherit;
  padding: 7px 2px;
  margin: 0 10px;
  position: relative;
  top: 1px;
  z-index: 9;
}
#filters ul li:first-child a {
  margin-left: 0;
}
#filters ul li a.active,
#filters ul li a:hover {
  border-color: #43b4f9;
  color: #43b4f9;
}
/* Portfolio Filter Transitions ---------------------------------------------------- */
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope {
  padding-bottom: 1px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* Portfolio Items ---------------------------------------------------- */
.no-margin {
  margin: 0 !important;
}
#flexslider-portfolio {
  position: relative;
  overflow: hidden;
}
#flexslider-portfolio .slides {
  width: 300%;
}
#flexslider-portfolio .slides li {
  margin-right: 0px;
  width: 291px;
  min-height: 220px;
  float: left;
}
#flexslider-portfolio .flex-direction-nav .flex-prev {
  right: auto;
  left: 0px;
}
#flexslider-portfolio .flex-direction-nav .flex-next {
  right: 0px;
  left: auto;
}
.portfolio-sidebyside .portfolio-image {
  margin-bottom: 15px;
}
.portfolio-wide .portfolio-image {
  margin-bottom: 20px;
}
#portfolio-images .portfolio-image {
  position: relative;
  overflow: hidden;
}
.portfolio-sidebyside #portfolio-images {
  margin-left: -15px;
}
.portfolio-item {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-item.span3 {
  max-width: 274px;
}
.portfolio-item.no-margin.span3 {
  max-width: 100%;
}
.portfolio-item .portfolio-pic,
.portfolio-item #portfolio-video {
  overflow: hidden;
  display: block;
  position: relative;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ededed;
}
.portfolio-item .portfolio-pic img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.portfolio-item:not(.portfolio-item-one):hover .portfolio-pic img,
.portfolio-item.portfolio-item-one .portfolio-pic:hover img {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  /* IE 9 */
  -moz-transform: scale(1.3);
  /* Firefox */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
}
.portfolio-item:hover .portfolio-title {
  background-color: #43b4f9;
}
.portfolio-item:hover .portfolio-title a {
  color: #fff !important;
}
.portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio-with-excerpts .portfolio-pic,
.portfolio-with-excerpts #portfolio-video {
  margin-bottom: 30px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.portfolio-with-excerpts .portfolio-content a.title {
  text-transform: uppercase;
  font-size: 11px;
  color: inherit;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.portfolio-with-excerpts .portfolio-content,
.portfolio-item-one .portfolio-content {
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.portfolio-with-excerpts .portfolio-content p:last-child,
.portfolio-item-one .portfolio-content p:last-child {
  margin-bottom: 0;
}
.portfolio-item .portfolio-terms a {
  color: #fff;
  font-size: 10px;
  display: block;
  float: left;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 10px;
  margin: 0px 5px 5px 0;
  background-color: #43b4f9;
  border-radius: 3px;
}
.portfolio-item .portfolio-terms a:hover {
  background-color: #dedede;
  color: inherit;
}
.portfolio-item .portfolio-title {
  padding: 25px 10px 25px 10px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ededed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item .portfolio-title a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item.portfolio-item-shadow .portfolio-title {
  padding: 15px 10px 15px 10px;
  display: block;
  text-align: center;
  background: none !important;
  border: 0px !important;
}
.portfolio-item.portfolio-item-shadow .portfolio-title a {
  color: inherit !important;
}
.portfolio-item.portfolio-item-shadow {
  overflow: visible;
}
.portfolio-item.portfolio-item-shadow .portfolio-pic {
  border-radius: 3px;
  border-color: transparent !important;
  border: 0;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(70, 70, 70, 0.3);
  box-shadow: 0px 2px 4px 1px rgba(70, 70, 70, 0.3);
}
.portfolio-item.portfolio-item-shadow #portfolio-video {
  border-radius: 3px;
  border-color: transparent !important;
  border: 0;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(70, 70, 70, 0.3);
  box-shadow: 0px 2px 4px 1px rgba(70, 70, 70, 0.3);
}
.portfolio-item .portfolio-title a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: inherit;
}
.portfolio-item .portfolio-page-item .portfolio-title,
.portfolio-item-one .portfolio-page-item .portfolio-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  padding: 12px 10px 12px 10px;
  position: absolute;
  bottom: -65px;
  background: #fafafa;
  width: 100%;
}
.portfolio-item.no-margin {
  margin-right: -1px !important;
  margin-bottom: -1px !important;
}
#flexslider-portfolio .portfolio-item.no-margin {
  margin-bottom: 0px !important;
}
#flexslider-portfolio .portfolio-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
}
#flexslider-portfolio .portfolio-item .portfolio-title {
  cursor: default;
}
#portfolio-wrap {
  padding-bottom: 1px;
}
.portfolio-item.no-margin.span3 {
  width: 25%;
}
.portfolio-item.no-margin.span4 {
  width: 33.333%;
}
.portfolio-item.no-margin.span6 {
  width: 50%;
}
.portfolio-item.no-margin.one_fifth {
  width: 20%;
}
.portfolio-item.no-margin.span2 {
  width: 16.66667%;
}
.portfolio-item.no-margin.span8 {
  width: 66.667%;
}
.portfolio-item.no-margin.span12 {
  width: 100%;
}
.portfolio-item .portfolio-page-item .portfolio-title a:before,
.portfolio-item-one .portfolio-page-item .portfolio-title a:before {
  content: '';
  display: block;
  float: left;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: url(framework/images/portfolio-title-icon.png) center center no-repeat #525252;
}
.portfolio-item .portfolio-page-item .portfolio-title a:hover,
.portfolio-item-one .portfolio-page-item .portfolio-title a:hover {
  color: #43b4f9;
}
.portfolio-item .portfolio-page-item .portfolio-title,
.portfolio-item-one .portfolio-page-item .portfolio-title {
  line-height: 35px !important;
  margin: 0;
}
.portfolio-item .portfolio-title h4 {
  margin: 0 0 5px 0;
  line-height: 1 !important;
  padding: 0;
}
.portfolio-item .portfolio-title span {
  line-height: 1 !important;
  display: block;
  margin: 0;
  padding: 0;
}
/* Portfolio Item Overlay ---------------------------------------------------- */
.portfolio-item .portfolio-pic .portfolio-overlay,
.portfolio-item-one .portfolio-pic .portfolio-overlay {
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
  width: 90px;
  height: 90px;
  background-color: rgba(67, 180, 249, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  display: inline-block;
  font-size: 24px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link.zoom-out {
  -webkit-transform: none;
  transform: none;
}
.portfolio-item img,
.portfolio-item-one img {
  display: block;
  width: 100%;
  height: auto;
}
/* Portfolio Items: 4 Columns ---------------------------------------------------- */
.portfolio-item img {
  z-index: 8;
}
.portfolio-item.four h4 {
  font-size: 14px;
}
/* Portfolio Items: 1 Column ---------------------------------------------------- */
.portfolio-item-one {
  margin-bottom: 30px;
}
.portfolio-item-one .portfolio-picwrap {
  width: 460px;
  height: 300px;
  float: left;
  margin: 0 30px 24px 0;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
}
.portfolio-item-one .portfolio-desc .read-more-link {
  display: none;
}
.portfolio-item-one .portfolio-desc ul li {
  margin-left: 40px !important;
}
.portfolio-item-one .date {
  color: #999999;
  margin-bottom: 15px;
}
.portfolio-tags {
  margin: 0px 0px 20px 0px;
  color: #999999;
}
/* ------------------------------------------------------------------------ */
/* 21. Portfolio - Single */
/* ------------------------------------------------------------------------ */
.portfolio-wide .portfolio-pic,
.portfolio-wide #portfolio-images,
.portfolio-wide #portfolio-video,
.portfolio-wide #portfolio-slider {
  margin-bottom: 50px;
}
.portfolio-wide #portfolio-thumb-carousel {
  margin-bottom: 25px;
}
#portfolio-video iframe {
  max-width: 100%;
}
#portfolio-slider {
  overflow: visible;
}
#portfolio-slider .flex-direction-nav a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: #43b4f9;
  opacity: 0.7;
  z-index: 9;
}
#portfolio-slider .flex-direction-nav a.flex-next {
  border-radius: 2px 0 0 2px;
}
#portfolio-slider .flex-direction-nav a.flex-prev {
  border-radius: 0px 2px 2px 0px;
}
#portfolio-slider .flex-direction-nav a:hover {
  opacity: 1;
}
#portfolio-thumb-carousel {
  margin-top: 25px;
}
#portfolio-thumb-carousel li {
  margin-left: 25px;
}
#portfolio-thumb-carousel li a {
  display: block;
  overflow: hidden;
}
#portfolio-thumb-carousel li:first-child {
  margin-left: 0;
}
#portfolio-thumb-carousel .flex-direction-nav li a {
  opacity: 0;
  visibility: hidden;
}
#portfolio-thumb-carousel:hover .flex-direction-nav li a {
  opacity: 1;
  visibility: visible;
}
.portfolio-sidebyside .portfolio-detail-description-text {
  margin-bottom: 30px;
}
.portfolio-detail-description .headline-title-wrap,
.portfolio-detail-attributes .headline-title-wrap {
  margin-bottom: 25px;
}
.portfolio-detail-attributes {
  margin-bottom: 25px;
}
.portfolio-detail-attributes .date h4,
.portfolio-detail-attributes .client h4 {
  margin-bottom: 0;
}
.portfolio-detail-attributes .date,
.portfolio-detail-attributes .client {
  margin-bottom: 25px;
  color: #828282;
}
.portfolio-detail-attributes ul {
  list-style: none;
  margin: 0;
}
.portfolio-detail-attributes ul li {
  color: #525252;
}
.portfolio-detail-attributes ul li strong {
  padding-right: 15px;
  font-weight: normal;
}
/* Related Portfolio Items ---------------------------------------------------- */
section#portfolio-related-post {
  background-color: #f7f8fa;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #d9dddf;
  border-bottom: 1px solid #d9dddf;
}
#portfolio-related-post {
  margin-top: 40px;
}
/* Portfolio Comments ---------------------------------------------------- */
.portfolio-detail .portfolio-comments {
  margin-top: 20px;
}
/* Projects Nav ---------------------------------------------------- */
.projects-nav {
  float: right;
  width: 100px;
  margin: 7px 0px 0 0;
}
.projectsnavpadding {
  padding: 0 !important;
  margin: 0px 0 0 0 !important;
}
.projects-nav a {
  display: block;
  text-indent: -9999px;
  background: #cccccc;
  width: 35px;
  height: 35px;
  float: right;
  margin-right: 10px;
  border-radius: 3px;
}
.projects-nav .next a {
  background-image: url(framework/images/slider-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.projects-nav .prev a {
  background-image: url(framework/images/slider-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.post-navigation .next a:after {
  content: "\f105";
  font-family: "FontAwesome";
  text-align: right;
  width: 15px;
  display: inline-block;
}
.post-navigation .prev a:before {
  content: "\f104";
  font-family: "FontAwesome";
  text-align: left;
  width: 15px;
  display: inline-block;
}
/* ------------------------------------------------------------------------ */
/* 22. Content Pages */
/* ------------------------------------------------------------------------ */
/* Revolution Slider ---------------------------------------------------- */
.rev_slider {
  display: block !important;
  overflow: hidden !important;
  border-radius: 0px !important;
}
.fullwidthbanner-container .rev_slider {
  border-radius: 0px !important;
}
/* 404 Page ---------------------------------------------------- */
#error-404 {
  text-align: center;
  margin-bottom: 40px;
  padding: 100px 0;
  position: relative;
  color: #525252;
  font-size: 15px;
  z-index: 9;
}
#error-404 #searchform {
  text-align: center;
}
#error-404 #searchform input[type="text"] {
  display: inline-block;
  width: 278px;
}
h2.error-404 {
  font-size: 160px;
  line-height: 160px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
/* ------------------------------------------------------------------------ */
/* 23. Sidebars */
/* ------------------------------------------------------------------------ */
#sidebar .title {
  border-color: #ddd;
}
#sidebar .widget {
  margin-bottom: 15px;
}
#sidebar .widget h3 {
  font-size: 15px;
  margin: 0 0 15px 0;
}
#sidebar .widget ul li a {
  color: inherit;
}
#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item {
  font-weight: bold;
}
#sidebar .accordion .accordion-title h4 {
  padding: 0 10px 0 10px;
}
#sidebar .accordion .accordion-inner {
  padding: 0 10px 10px 10px;
  margin-left: 26px;
}
#sidebar .accordion .accordion-title .acc-icon::before {
  margin-right: 5px;
}
#sidebar #flexslider-testimonial .flex-direction-nav a {
  top: -25px;
}
.widget_twitter .tweet {
  margin: 0 0 24px 0;
}
#sidebar .widget_twitter .tweet:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  width: 10px;
  left: 0;
  top: 2px;
}
#sidebar .widget_twitter .tweet {
  padding-left: 22px;
  position: relative;
}
.widget_twitter .tweet a.date {
  color: #bebebe;
}
.widget_twitter .tweet a.date:hover {
  color: #525252;
}
.widget_categories ul li {
  color: #bebebe;
}
.widget_categories ul li a:hover {
  text-decoration: none;
}
/* Side Navigation Template ---------------------------------------------------- */
.sidenav {
  margin: 0px;
  list-style: none;
  padding: 0;
}
.sidenav li ul {
  margin: 0;
  list-style: none;
}
.sidenav li .children li a {
  border-top: 1px solid #e8e8e8;
  text-transform: none;
  margin: 0 20px;
  font-weight: normal;
  padding-left: 0;
}
.sidenav .children li a::after {
  content: "";
  float: left;
  width: 4px;
  height: 4px;
  background-color: #333333;
  margin: 7px 12px 0 7px;
}
.sidenav > li {
  border: 1px solid #e8e8e8;
  margin-bottom: 2px;
}
.sidenav li a {
  display: block;
  margin: 0px;
  padding: 10px 20px 11px;
  color: #333333;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.sidenav > li.parent > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 13px;
  float: right;
}
.sidenav > li.parent:hover > a::after,
.sidenav > li.current_page_parent > a::after {
  content: "\f107";
}
.sidenav li.current_page_parent .children {
  display: block;
}
.sidenav .children {
  display: none;
}
.sidenav li:first-child a {
  border-top: 0;
}
.sidenav li a:hover,
.sidenav li.current_page_item > a,
.sidenav > li.current_page_parent > a,
.sidenav li.current_page_item a:hover {
  color: #43b4f9;
}
/* ------------------------------------------------------------------------ */
/* 24. Twitterbar
/* ------------------------------------------------------------------------ */
#twitterbar {
  color: #ffffff;
  background: #43b4f9;
  margin: 0;
  padding: 15px 0;
}
#twitterbar .twitterpost {
  background: url(framework/images/icons/twitter.png) no-repeat -10px -49px;
  padding: 0 0 0 30px;
  list-style: none;
  margin: 0;
}
#twitterbar .twitterpost a {
  color: #ffffff;
  display: inline;
}
#twitterbar .twitterpost li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
}
#twitterbar .twitterpost li b {
  display: none;
}
/* ------------------------------------------------------------------------ */
/* 25. Footer
/* ------------------------------------------------------------------------ */
#footer {
  border-top: 10px solid #142b3a;
  padding: 60px 0 30px;
  background: #223e50;
  color: #fff;
}
#footer a {
  color: #43b4f9;
}
#footer a:hover {
  text-decoration: underline;
}
/* Footer Widgets ---------------------------------------------------- */
#footer .widget h3 {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0px 0;
  margin: 0 0 0px 0;
}
#footer .widget .separator {
  height: 0px;
  margin: 24px 0 32px;
}
.widget_recent_entries ul li span {
  color: #999999;
}
.widget_recent_entries ul li span:before {
  content: " - ";
}
/* ------------------------------------------------------------------------ */
/* 26. Copyright
/* ------------------------------------------------------------------------ */
#copyright {
  padding: 5px 0;
  background: #222222;
  color: #777777;
}
#copyright .menu-footer-menu-container {
  display: inline-block;
}
#copyright .menu li .sub-menu {
  display: none;
}
#copyright .menu {
  display: inline-block;
  margin: 0 0px 0 -20px;
  position: relative;
  vertical-align: middle;
  min-width: 200px;
}
#copyright .menu > li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
  position: relative;
}
#copyright .menu > li:first-child {
  margin-left: 0;
}
#copyright .menu > li > a {
  color: inherit;
  padding: 10px 0 10px;
  display: block;
}
#copyright .menu > li a:hover {
  text-decoration: underline;
}
.wrap-table {
  display: table;
}
.cell {
  vertical-align: middle;
  display: inline-block;
  display: table-cell !important;
  float: none !important;
}
#copyright .copyright-text {
  padding: 10px 0 10px 0;
}
#copyright .social-icons {
  float: right;
  font-size: 11px;
  padding: 10px 0;
}
/* ------------------------------------------------------------------------ */
/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 46px;
  height: 46px;
  background: #333333;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  border-radius: 5px;
}
#back-to-top a:hover {
  background-color: #43b4f9;
}
/* ------------------------------------------------------------------------ */
/* 28. Widgets */
/* ------------------------------------------------------------------------ */
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 1px;
  background-color: #43b4f9;
  margin-right: 15px;
}
.widget ul li {
  padding-left: 20px;
}
/* Search Widget /--------------------------------------------------------- */
.widget_search input {
  background: url(framework/images/search.png) no-repeat 95% center;
  padding: 8px 34px 8px 8px;
  width: 100%;
  height: 38px;
  color: #bebebe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.widget_search input:focus {
  border-color: #c0c0c0;
}
/* Calendar Widget /--------------------------------------------------------- */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 0 10px;
  text-align: right;
  font-weight: bold;
  margin: -5px 0 5px 0;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding: 5px 10px;
  font-weight: bold;
  border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 5px 8px;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding-top: 5px;
}
#wp-calendar tfoot #prev {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
}
/* Tag Cloud Widget /--------------------------------------------------------- */
.widget_tag_cloud a {
  display: block;
  float: left;
  background-color: #fafafa;
  color: #727272;
  font-size: inherit !important;
  line-height: 28px;
  height: 28px;
  margin: 0 5px 5px 0px;
  padding: 0px 14px 0px 14px;
  text-decoration: none;
  border-radius: 2px;
}
.widget_tag_cloud a:hover {
  background-color: #43b4f9;
  color: #ffffff !important;
}
#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
  text-decoration: none;
}
#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
  background-color: #43b4f9;
  color: #ffffff !important;
}
/* Embed Widget /--------------------------------------------------------- */
.widget_embed p {
  margin-top: 10px;
}
.widget_embed iframe {
  max-width: 100%;
}
/* Flickr Widget /--------------------------------------------------------- */
.flickr-list .flickr-item {
  float: left;
  display: block;
  margin: 0 1% 2%;
  max-width: 88px;
  height: 70px;
  position: relative;
  padding: 0px;
  border-radius: 1px;
}
.flickr-list .flickr-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.flickr-list .flickr-item a img {
  border-radius: 1px;
}
/* Sponsor Widget /--------------------------------------------------------- */
.widget_sponsor .sponsors {
  margin-right: -20px;
}
.widget_sponsor a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.widget_sponsor a img {
  display: block;
}
/* Twitter Widget /--------------------------------------------------------- */
.widget_twitter ul {
  list-style: none;
}
.widget_twitter ul li {
  margin-bottom: 15px;
  background: url(framework/images/twitter.png) no-repeat 0px 4px;
  padding: 0 0 0 32px;
}
.widget_twitter ul li b a {
  display: block;
  font-size: 11px;
  color: #cccccc;
  font-weight: normal;
}
/* Contact Widget /--------------------------------------------------------- */
.widget_contact address {
  font-style: normal;
}
.widget_contact address span {
  display: block;
}
.widget_contact address span strong {
  display: inline-block;
  width: 52px;
}
/* Portfolio  Widget /--------------------------------------------------------- */
.widget_portfolio .portfolio-item:last-child {
  margin: 0;
}
.widget_portfolio .portfolio-widget-item {
  padding: 0 0 0px 0;
}
.widget_portfolio .portfolio-widget-item:nth-child(3n) {
  border: none !important;
  padding: 0;
  margin-right: 0;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic {
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 75px;
  position: relative;
  padding: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
  background: #43b4f9;
  border-color: #43b4f9;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic img {
  width: 100%;
  height: 100%;
  display: block;
}
/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */
#footer .widget ul li,
#infobar .widget ul li {
  list-style: none;
  padding: 0px 0 13px 20px;
  line-height: inherit;
}
#footer .widget ul li:before,
#infobar .widget ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #43b4f9;
  float: left;
  margin-right: 14px;
  position: absolute;
  top: 9px;
  display: block;
}
#footer .widget_search input,
#infobar .widget_search input {
  color: #aaaaaa;
  background-color: #555555;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #555555;
}
#footer .widget_search input:focus,
#infobar .widget_search input:focus {
  color: #ffffff;
}
#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {
  border-top: 1px solid #555555;
}
#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {
  color: #aaa;
}
#footer #wp-calendar tbody td,
#infobar #wp-calendar tbody td {
  background: #555555;
  border: 1px solid #444444;
}
#footer #wp-calendar tbody td:hover,
#infobar #wp-calendar tbody td:hover {
  background: #444444;
  color: #ffffff;
}
#footer #wp-calendar tbody .pad,
#infobar #wp-calendar tbody .pad {
  background: none;
}
#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
  border: 1px solid #333333;
  padding: 4px;
  background: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover {
  background: #43b4f9;
  border-color: #43b4f9;
}
#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {
  margin: 0;
}
#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
  background: #43b4f9;
  border-color: #43b4f9;
}
#footer .twitter-list .tweet {
  padding-left: 40px;
  margin: 20px 0 0px 0;
  background: url(framework/images/twitter-bird.png) 1px 5px no-repeat;
}
#footer .twitter-list .tweet:first-child {
  margin: 0;
}
#footer .twitter-list a {
  color: #bebebe;
}
#footer .twitter-list a:hover {
  text-decoration: underline;
}
#footer .wpcf7 .button {
  -webkit-appearance: none;
  font-size: 14px;
  color: #878787;
  text-transform: none;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 3px 0px #222;
  box-shadow: 0px 3px 0px #222;
}
#footer .wpcf7 .input {
  margin: 0 !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #282828;
  background-color: #434343;
  color: #878787 !important;
  font-size: 14px;
  font-family: 'Open Sans';
  padding: 4px 10px 5px;
}
#footer .wpcf7 textarea.input {
  max-height: 78px;
}
#footer .wpcf7 p {
  margin: 0 0 10px 0 !important;
}
#copyright .small-logo {
  display: block;
  float: left;
  margin: -4px 16px 0 0;
  text-indent: -300px;
  overflow: hidden;
  width: 98px;
  height: 26px;
  background: url(framework/images/small-logo.png) center center no-repeat;
  background-size: 100% auto;
}
a.button.black i,
a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i,
.icon-white,
.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  color: #ffffff;
}
/* Style Swicher
================================================== */
#style_selector {
  position: absolute;
  top: 190px;
  left: 0px;
  width: 239px;
  background: #ffffff;
  z-index: 99;
  border-radius: 0 0 5px 0;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(100, 100, 100, 0.2);
  box-shadow: 2px 2px 3px 0 rgba(100, 100, 100, 0.2);
}
/** swicher menu */
.switcher {
  margin: 0;
  padding: 0px 0 10px;
  border: 1px solid #dedede;
  border-left: 0;
  border-radius: 0 0 4px 0;
}
.box {
  text-align: left;
  padding: 0 20px 15px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin: 0 0 18px;
}
.box-heading {
  text-align: left;
  padding: 11px 20px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin: 0 0 18px;
}
.box-heading h4 {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 600;
}
.box.last {
  margin-bottom: 0;
  border-bottom: 0;
}
.box h5 {
  margin-bottom: 18px;
  line-height: 21px;
  font-size: 12px;
  text-transform: uppercase;
  color: #949494;
}
.box select {
  margin-bottom: 0;
  padding: 7px 15px;
  color: #333333;
  border-radius: 4px;
}
.box .radio_text {
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  display: block;
  overflow: hidden;
  margin: 0px;
  color: #525252;
}
.box .radio_text input[type="radio"] {
  margin: 3px 5px 0 0;
  float: left;
}
.box .radio_text label {
  display: inline-block;
}
.box label {
  padding: 1px 0px 10px 27px;
}
.box input[type=radio] {
  display: none;
}
.box input[type=radio] + label {
  background: none;
}
.box input[type=radio]:checked + label {
  background: url(framework/images/slider-handle.png) no-repeat 0px 0px;
}
.radio-range {
  width: 17px;
  height: 120px;
  background: url(framework/images/slider-range.png) no-repeat 0px 0px;
  position: absolute;
  z-index: -1;
  top: 37px;
  left: 31px;
}
#style_selector .style-toggle {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #fff;
  border: 1px solid #dedede;
  border-left: 0;
  padding-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -49px;
  z-index: 999;
  border-radius: 0 5px 5px 0;
}
#style_selector .style-toggle.active {
  background-position: right center;
}
#style_selector .images {
  margin-left: -10px;
}
#style_selector .images img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  margin-bottom: 10px;
  z-index: 1000;
  border: 1px solid;
  border-color: #dedede;
  border-radius: 4px;
}
#style_selector .images img.active,
#style_selector .images a:hover img {
  border-color: #555555;
}
/* controls */
#style_selector .predefined {
  border: none;
  background: none;
}
.switcher small {
  font-size: 10px;
  color: #999;
}
.switcher ul.colors {
  margin: 0 0 0 -10px;
}
.switcher .colors li {
  float: left;
  list-style-type: none;
  margin: 0;
}
.switcher .colors li a {
  position: relative;
  padding: 0;
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  margin-bottom: 10px;
  z-index: 1000;
  border: 1px solid;
  border-color: #dedede;
  border-radius: 4px;
  cursor: pointer;
}
.switcher .colors .st1 a {
  background: #43b4f9;
}
.switcher .colors .st2 a {
  background: #2ecc71;
}
.switcher .colors .st3 a {
  background: #ff5900;
}
.switcher .colors .st4 a {
  background: #ffd427;
}
.switcher .colors .st5 a {
  background: #ed1f24;
}
.switcher .colors .st6 a {
  background: #A0B5B6;
}
.switcher .colors .st7 a {
  background: #2997ab;
}
.switcher .colors .st8 a {
  background: #719234;
}
/* control active style */
.switcher li a.active,
.switcher li a:hover {
  border-color: #555555;
}
.mb10 {
  margin-bottom: 10px;
}
.slct {
  display: block;
  border: 1px solid #c7c7c7;
  width: 106px;
  padding: 4px 30px 4px 10px;
  color: #525252;
  background: url(framework/images/select-bg.gif) 97% center no-repeat;
  background-color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.slct a {
  color: #525252;
}
.drop {
  margin: 0;
  padding: 0;
  width: 146px;
  border: 1px solid #cecece;
  border-top: none;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9;
}
.drop li {
  list-style: none;
  border-top: 1px dotted #e8e8e8;
  cursor: pointer;
  display: block;
  color: #444;
  padding: 4px 10px 4px 10px;
  background-position: 10px -119px;
}
.drop li a {
  color: #525252;
}
.drop li:hover {
  background-color: #e8e8e8;
  color: #222;
}
input.miniColors {
  margin-right: 4px;
  max-width: 100px;
  float: left;
  display: none;
}
.miniColors-selector {
  position: absolute;
  width: 175px;
  height: 150px;
  background: white;
  border: solid 1px #bababa;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 5px;
  z-index: 999999;
}
.miniColors.opacity.miniColors-selector {
  width: 200px;
}
.miniColors-selector.black {
  background: black;
  border-color: black;
}
.miniColors-selector.gray {
  background: #DDD;
  border-color: #EEE;
}
.miniColors-colors {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 150px;
  height: 150px;
  background: url(framework/images/colors.png) -40px 0 no-repeat;
  cursor: crosshair;
}
.miniColors.opacity .miniColors-colors {
  left: 30px;
}
.miniColors-hues {
  position: absolute;
  top: 5px;
  left: 160px;
  width: 20px;
  height: 150px;
  background: url(framework/images/colors.png) 0 0 no-repeat;
  cursor: crosshair;
}
.miniColors.opacity .miniColors-hues {
  left: 185px;
}
.miniColors-opacity {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 150px;
  background: url(framework/images/colors.png) -20px 0 no-repeat;
  cursor: crosshair;
}
.miniColors-colorPicker {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid black;
  border-radius: 11px;
}
.miniColors-colorPicker-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid white;
  border-radius: 9px;
}
.miniColors-huePicker,
.miniColors-opacityPicker {
  position: absolute;
  left: -2px;
  width: 22px;
  height: 2px;
  border: 1px solid black;
  background: white;
  margin-top: -1px;
  border-radius: 2px;
}
.miniColors-trigger,
.miniColors-triggerWrap {
  width: 23px;
  height: 23px;
  display: inline-block;
}
.miniColors-triggerWrap {
  position: absolute;
  right: 30px;
  top: 0px;
}
.miniColors-triggerWrap {
  background: url(framework/images/trigger.png) -22px 0 no-repeat;
}
.miniColors-triggerWrap.disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.miniColors-trigger {
  vertical-align: middle;
  outline: none;
  background: url(framework/images/trigger-bg.png) 0 0 no-repeat;
  background-color: transparent !important;
}
.miniColors-triggerWrap.disabled .miniColors-trigger {
  cursor: default;
}
/*last update version 1.1*/
/*top bar*/
#top-bar {
  background-color: #fafafa;
  border-bottom: 1px solid #dddddd;
}
#top-bar .block-right > * {
  margin-right: 0 !important;
}
#top-bar .call-us {
  line-height: 1;
  padding: 5px 0;
  display: inline-block;
  margin: 0 25px 0 -15px;
}
#top-bar .call-us ul {
  display: inline-block;
}
.call-us ul li {
  display: inline-block;
  margin-left: 15px;
}
.call-us ul li i {
  padding-right: 8px;
  line-height: 1;
}
.call-us a:hover {
  text-decoration: underline;
}
/*header varsions*/
#header.header2 .logo {
  float: none;
  display: block;
  padding: 10px 0;
}
#header.header2 .logo .logo_text {
  display: inline-block;
}
#header.header2 .logo img {
  max-width: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header.header2 #navigation ul.menu {
  float: none !important;
  margin: 0;
  text-align: center;
  display: inline-block;
  line-height: 0;
}
#header.header2 #navigation {
  float: none !important;
  margin: 0;
  text-align: center;
  line-height: 0;
}
#header.header2 #navigation ul.menu > li {
  line-height: 1;
  position: relative;
  margin-left: 0;
  padding: 14px 0;
}
#header.header2 #navigation ul.menu > li > a {
  margin: 0 0px 0 0 !important;
  display: inline;
  display: inline-block;
  float: none;
  position: relative;
}
#header.header2 #navigation .menu > li > .sub-menu {
  left: 0;
}
#header.header2 #navigation .menu li.megamenu > .sub-menu {
  left: 0;
}
#header.header2 #navigation .menu ul {
  text-align: left;
}
#header.header4 #navigation ul {
  float: none !important;
  margin: 0;
  text-align: left;
}
#header.header4 .logo {
  padding: 15px 0;
}
#header.header4 .header-search {
  max-width: 270px;
  display: inline-block;
}
#header.header4 .header-search form,
#header.header4 .header-search input {
  margin-bottom: 0;
}
#header.header4 #navigation ul li {
  margin-left: 0;
  line-height: 1;
}
#header.header4 #navigation {
  border-top: 1px solid #dddddd;
  float: none;
}
#header.header4 #navigation .menu > li > .sub-menu {
  left: auto;
}
#header.header4 #navigation .menu li.megamenu > .sub-menu {
  left: 0;
}
#header.header4 #navigation .menu > li > a {
  margin: 0 0px 0 0 !important;
  display: inline;
  display: inline-block;
  float: none;
  position: relative;
}
#header.header4 #navigation ul.menu > li {
  padding: 15px 15px;
}
#header.header4 #navigation ul.menu > li {
  border-left: 1px solid transparent;
}
#header.header4 #navigation ul.menu > li:first-child {
  padding-left: 0;
}
#header.header4 #navigation ul.menu > li:first-child {
  border-left: 0;
}
.header4 #navigation .select-menu {
  margin-top: 20px;
}
.my-table {
  display: table;
  width: 100%;
}
.my-td {
  display: table-cell;
  vertical-align: middle;
}
.my-tr {
  display: table-row;
  vertical-align: middle;
}
.block-right {
  text-align: right;
}
.content-area-info {
  text-align: right;
  padding: 15px 0;
}
#header.header3 .logo img {
  max-width: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header.header3 .logo .logo_text {
  display: inline-block;
}
#header.header3 #navigation ul.menu {
  float: none !important;
  margin: 0;
  text-align: center;
  display: inline-block;
  line-height: 0;
}
#header.header3 #navigation {
  float: none !important;
  margin: 0;
  text-align: center;
  line-height: 0;
}
#header.header3 #navigation ul.menu > li {
  line-height: 1;
  position: relative;
  margin-left: 0;
  padding: 15px 0;
}
#header.header3 #navigation {
  border-top: 1px solid #dddddd;
}
#header.header3 #navigation .menu > li > .sub-menu {
  left: 0;
}
#header.header3 #navigation .menu li.megamenu > .sub-menu {
  left: 0;
}
#header.header3 #navigation ul.menu > li > a {
  margin: 0 0px 0 0 !important;
  display: inline;
  display: inline-block;
  float: none;
  position: relative;
}
#header.header3 #navigation ul.menu > li {
  border-right: 1px solid transparent;
}
#header.header3 .logo {
  text-align: center;
  float: none;
  padding: 15px 0;
}
#header.header3 #navigation .menu ul {
  text-align: left;
}
#header.header3 #navigation ul li:first-child {
  border-left: 1px solid transparent;
}
#header.header5 {
  background: none !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  border: 0;
  padding-top: 20px;
}
#header.header5 #navigation ul.menu > li {
  line-height: 1;
  position: relative;
  padding: 10px 0;
}
/* Woocommerce */
.catalog-ordering > ul {
  float: left;
}
.catalog-ordering {
  margin-bottom: 30px;
}
.catalog-ordering a {
  color: #b4b3b3 !important;
}
.catalog-ordering a strong {
  color: #3b3f42 !important;
}
.order-dropdown {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 10px;
  position: relative;
  min-width: 170px;
}
.order-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-ordering .order {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-dropdown .current-li {
  border-radius: 2px;
  background: #ffffff !important;
  border: 1px solid #e3e3e3 !important;
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 54px 0 15px;
  font-size: 12px;
}
.order-dropdown > li {
  position: relative;
  z-index: 101;
}
.order-dropdown ul {
  display: none;
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 2px;
}
.order-dropdown > li:hover > ul {
  display: block;
  position: absolute;
  top: 40px;
}
.order-dropdown ul li a {
  background: #fafafa;
  display: block;
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
}
.order-dropdown ul li a:hover {
  background: #fff;
}
.order-dropdown ul li a strong {
  font-weight: normal;
}
.catalog-ordering .order {
  margin-right: 10px;
  float: left;
}
.catalog-ordering .order li a {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  border-radius: 2px;
}
.order-dropdown > li:after {
  display: block;
  font-family: "FontAwesome";
  content: "\f107";
  z-index: 101;
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  line-height: 39px;
  width: 39px;
  text-align: center;
  border-left: 1px solid #dbdbdb;
}
.orderby-order-container {
  float: left;
}
.products {
  list-style: none;
  margin-bottom: 0;
}
.products li {
  border: 1px solid #efefef;
  border-bottom-size: 2px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 2%;
  background-color: #fff;
}
/*.woocommerce  .images .flexslider .slides > li {display: block;}*/
.product-images {
  display: block;
  text-align: center;
  position: relative;
}
.onsale {
  -webkit-backface-visibility: hidden;
  display: block;
  z-index: 9;
  color: #fff;
  border-radius: 100%;
  line-height: 39px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  padding: 0px !important;
  background-color: #e52626;
  z-index: 95;
}
.product-details {
  padding: 20px 15px 0px 15px;
  text-align: center;
}
.product-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-buttons {
  padding: 0 15px 25px;
  text-align: center;
}
.cart-loading {
  background-color: rgba(0, 0, 0, 0.8);
}
.product-rating-container {
  overflow: hidden;
  position: relative;
  height: 1em;
  margin: 0 0 10px;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: "fontawesome";
  margin: 0 auto;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.2em;
  letter-spacing: 0\9;
  color: #e3e3e3;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.2em;
  letter-spacing: 0\9;
  color: #ffd200;
}
.price del .amount,
.product-details .price .from {
  font-size: 13px;
  margin-right: 5px;
}
.price ins {
  text-decoration: none;
}
.price ins .amount {
  font-size: 18px;
  text-decoration: none;
}
.price > .amount {
  font-size: 18px;
}
.product-details-container {
  padding-bottom: 20px;
}
.product-buttons .add_to_cart_button {
  white-space: nowrap;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-buttons .add_to_cart_button:before {
  font-family: "fontawesome";
  content: "";
}
.product-buttons .add_to_cart_button:hover:before {
  content: "\f07a";
  margin-right: 6px;
}
.product-buttons .show_details_button {
  float: right;
  font-size: 12px;
  line-height: 40px;
  text-align: right;
}
.product-buttons .show_details_button:before {
  font-family: "fontawesome";
  content: "\f03a";
  margin-right: 6px;
}
.product-buttons .button.product_type_variable,
.product-buttons .button.product_type_grouped {
  float: left;
  font-size: 12px;
  line-height: 40px;
}
.product-buttons .button.product_type_variable:before,
.product-buttons .button.product_type_grouped:before {
  font-family: "fontawesome";
  content: "\f013";
  margin-right: 6px;
}
.product-buttons .added_to_cart {
  display: none;
}
.product-buttons .button {
  text-align: left;
}
.product-images .crossfade-images img {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 50;
}
.product-images .crossfade-images img:hover {
  opacity: 0;
}
.product-images .hover-image {
  position: absolute !important;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev,
.woocommerce-pagination .next:hover,
.woocommerce-pagination .prev:hover {
  border: 0;
}
.product {
  position: relative;
}
.woocommerce-tabs {
  clear: both;
}
#main .product .product_title {
  margin-bottom: 5px;
}
.product .onsale {
  top: 10px;
  right: 10px;
}
.product .price {
  margin: 0 0 35px 0;
  color: #e52626;
}
.product .product-border {
  height: 4px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.quantity {
  border: 1px solid #dbdbdb;
  overflow: hidden;
  width: 106px;
}
.quantity .minus,
.quantity .plus,
.quantity .qty {
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  height: 33px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333;
}
.quantity .qty {
  background: transparent;
  width: 40px;
  text-align: center;
}
.quantity .minus,
.quantity .plus {
  background: #eceff1;
  width: 33px;
  cursor: pointer;
}
.quantity .minus,
.quantity .qty {
  border-right: 1px solid #dadada;
}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-text,
.quantity .minus,
.quantity .plus {
  -webkit-appearance: none;
  border-radius: 0;
}
form.cart {
  margin-bottom: 40px;
  margin-top: 40px;
}
.simple-cart {
  overflow: hidden;
}
.simple-cart .quantity {
  float: left;
  margin-right: 10px;
}
.group_table {
  margin-bottom: 10px;
}
.group_table tr {
  vertical-align: top;
  height: 41px;
}
.group_table td {
  vertical-align: middle;
  height: 31px;
}
.group_table td.label {
  padding: 0 10px;
}
.product_meta {
  margin-bottom: 40px;
}
.product_meta span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
#reviews .overall-rating {
  float: right;
}
#reviews .review-title {
  margin: 0;
}
#reviews #comments {
  margin-top: 0;
}
#reviews .review-main-title {
  margin-bottom: 25px;
}
#reviews .commentlist {
  margin-bottom: 0;
}
#reviews li {
  margin-bottom: 15px;
}
#reviews li:last-child {
  margin-bottom: 0;
}
#reviews li .comment-text {
  padding: 15px 15px 0;
  border: 1px solid #e6e6e6;
}
#reviews li .avatar {
  float: left;
  margin-right: 20px;
}
#reviews li .comment-text .meta {
  float: left;
  margin-bottom: 10px;
}
#reviews li .comment-text .star-rating {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
#reviews li .comment-text .description {
  clear: both;
}
#reviews .add_review {
  margin: 0;
  margin-top: 15px;
  float: right;
}
.has-sidebar #reviews li .comment-text {
  width: 299px;
}
#reviews #reply-title {
  font-size: 15px;
  margin: 0;
  margin-bottom: 25px;
}
.comment-form-rating label {
  display: none;
}
#reviews .comment-form-comment label {
  display: block;
  margin-bottom: 4px;
}
.comment-form-comment textarea {
  width: 94%;
}
#reviews input#submit {
  border: 0;
  font-size: 13px;
  font-weight: bold;
}
p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em;
}
p.stars:after {
  content: "";
  display: block;
  clear: both;
}
p.stars a {
  width: 12%;
  display: block;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.5em 0.5em 0.75em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  border-radius: 4px;
  font-weight: bold;
}
p.stars a:hover,
p.stars a.active {
  background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "FontAwesome";
  content: "\f005";
  position: absolute;
  top: 0.85em;
  width: 5.3em;
  right: 1em;
  font-size: 0.5em;
  border-radius: 1em;
  color: #999;
  text-align: right;
  font-weight: normal;
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
  text-decoration: none;
}
p.stars a.star-1:after {
  content: "\f005";
}
p.stars a.star-2:after {
  content: "\f005\f005";
}
p.stars a.star-3:after {
  content: "\f005\f005\f005";
}
p.stars a.star-4:after {
  content: "\f005\f005\f005\f005";
}
p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005";
}
.related.products,
.upsells.products {
  margin-top: 50px;
}
.shop_attributes {
  width: 100%;
}
.shop_attributes tr {
  border-bottom: 1px solid #e0e0e0;
}
.shop_attributes tr:last-child {
  border-bottom: 0;
}
.shop_attributes tr th {
  text-align: left;
  width: 30%;
  font-weight: bold;
  padding: 5px 0px;
}
.shop_attributes tr td {
  text-align: left;
  width: 70%;
  padding: 5px 0px;
}
.shop_attributes p {
  margin: 0;
}
.product .images .flexslider .slides li a,
.woocommerce-main-image {
  display: block;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 99.9%;
}
.product .images .flexslider .slides img {
  width: 100%;
}
.product .images #slider,
.product .images #carousel {
  margin-bottom: 4px;
}
.product .images #carousel li {
  margin-left: 4px;
}
.product .images #carousel li a {
  display: block;
  overflow: hidden;
}
.product .images #carousel li:first-child {
  margin-left: 0;
}
.product .images #carousel li.flex-active-slide {
  opacity: 1;
}
.product .images #slider .flex-direction-nav,
.product .images #carousel .flex-direction-nav {
  display: none;
}
.product .images:hover #slider .flex-direction-nav,
.product .images:hover #carousel .flex-direction-nav {
  display: block;
}
.has-sidebar .product .images {
  width: 320px;
}
.has-sidebar .summary.entry-summary {
  float: left;
  width: 319px;
}
.woocommerce .social-share {
  text-align: center;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 50px !important;
}
.woocommerce .social-share,
.woocommerce .social-share li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.has-sidebar .woocommerce .social-share li,
.has-sidebar .woocommerce-container .social-share li {
  padding: 10px 26px;
}
.woocommerce .social-share li {
  display: inline-block;
  text-align: left;
  width: 120px;
  border-right: 1px solid #e7e6e6;
  padding: 10px 30px;
}
.woocommerce .social-share li:last-child {
  border-right: 0;
}
.woocommerce .social-share li span {
  display: block;
}
.woocommerce-message {
  position: relative;
  border: 1px solid transparent;
  display: block;
  border-radius: 2px;
  color: #3b3f42;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce-message .button {
  font-size: 10px;
  line-height: 11px;
  padding: 8px 15px;
}
.woocommerce-success-message .msg:before {
  content: "";
  float: left;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 18px;
  color: #64c654;
}
.woocommerce-message.woocommerce-success-message {
  background-color: #aeffa1;
  border-color: #64c654;
}
.woocommerce-success-message .button {
  float: right;
}
.woocommerce-success-message .msg:before {
  content: "\f058";
  color: #64c654;
}
.woocommerce-success-message .button:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  margin-right: 6px;
}
.woocommerce-message.woocommerce-success-message.empty-cart-message {
  background-color: #a1d8ff;
  border-color: #6caddc;
}
.woocommerce-message.woocommerce-success-message.empty-cart-message .msg {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 27px;
}
.woocommerce-message.woocommerce-success-message.empty-cart-message .msg:before {
  content: "\f0a4";
  color: #6caddc;
}
.woocommerce form label {
  width: 100%;
  float: none;
  margin-bottom: 4px;
}
.woocommerce form label.rememberme,
.woocommerce form .lost_password {
  margin-left: 15px;
}
.woocommerce form label.rememberme.inline input#rememberme {
  vertical-align: middle;
  margin-top: 0px;
}
.woocommerce .inline {
  display: inline;
}
.cart > a {
  display: block;
  padding-right: 0px;
  text-transform: uppercase;
  text-align: center !important;
}
.cart > a.empty-cart {
  width: auto !important;
}
.cart-contents,
.cart-empty {
  display: none;
  min-width: 180px;
  text-align: left;
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -18px;
  z-index: 95;
  border: 1px solid #e8e8e8;
  line-height: 1;
}
.cart-contents:before,
.cart-empty:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #fafafa;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-content {
  overflow: hidden;
}
.cart-contents .cart-content a,
.cart-empty .cart-content {
  display: block !important;
  font-size: 12px !important;
  line-height: normal;
  color: inherit;
  padding: 15px 13px !important;
  background-color: #fafafa;
  width: 190px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.cart-subtotal {
  padding: 10px 15px;
  line-height: normal !important;
  background-color: #ffffff;
}
.cart-subtotal strong {
  padding-right: 15px;
}
.cart-contents .cart-content:last-child a {
  border-bottom: 0;
}
.cart-content a:hover {
  background: #f6f6f6;
}
.cart-content .cart-desc {
  float: left;
}
.cart-content a img {
  float: left;
  display: inline-block;
  max-width: 50px;
  margin-right: 15px;
}
.cart-content a .cart-desc {
  display: block;
  overflow: hidden;
}
.cart-contents a span {
  line-height: normal;
}
.cart-content a .cart-title,
#topnav .cart-content a .quantity {
  display: block;
  font-size: 12px !important;
}
.cart-content a .cart-title {
  margin-bottom: 5px;
}
.cart-checkout,
.cart-go-shop {
  overflow: hidden;
  padding: 8px 15px;
  border-top: 1px solid #e8e8e8;
}
.cart-go-shop {
  background-color: #f7f7f7;
}
.cart-link {
  float: left;
}
.checkout-link {
  float: right;
}
.cart-contents .cart-checkout a {
  font-size: 12px !important;
  line-height: normal;
  color: inherit;
}
.cart-checkout .cart-link a:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  margin-right: 6px;
}
.cart-checkout .checkout-link a:before {
  font-family: 'FontAwesome';
  content: "\f046";
  margin-right: 6px;
}
.my-cart-link:after {
  font-family: 'FontAwesome';
  content: "\f07a";
}
.cart-content a img {
  border: 1px solid #e8e8e8;
}
.single_variation_wrap {
  overflow: hidden;
  margin: 10px 0px;
}
.single_variation_wrap .variations_button .quantity {
  float: left;
}
.single_variation_wrap .variations_button .button {
  float: left;
  margin-left: 10px;
}
.product_list_widget .wp-post-image {
  float: left;
  display: inline-block;
  max-width: 50px;
  margin-right: 15px;
  border: 1px solid #e8e8e8;
}
.product_list_widget li,
.widget_layered_nav li {
  padding: 15px 10px !important;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.widget .product_list_widget li:before {
  display: none;
}
.product_list_widget li a,
.widget_layered_nav li a {
  border-bottom: 0 !important;
  padding: 0 !important;
}
.product_list_widget li .quantity {
  font-weight: bold;
  display: block;
}
.product_list_widget li .quantity .amount {
  display: inline;
}
.product_list_widget li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.product_list_widget li .amount {
  text-decoration: none;
  font-size: 18px;
  color: #e52626;
}
.product_list_widget li ins {
  text-decoration: none;
}
.product_list_widget li del {
  color: #e52626;
  font-size: 13px;
  margin-right: 5px;
}
.product_list_widget li del .amount {
  font-size: 13px;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget li .quantity {
  border: 0;
}
.product_list_widget li dl {
  margin: 0;
}
.product_list_widget li dt,
.product_list_widget li dd {
  margin: 0;
  display: inline;
}
.product_list_widget li dt {
  font-weight: bold;
  margin-right: 5px;
}
.product_list_widget li .star-rating {
  margin: 5px 0px;
}
.widget_shopping_cart_content .total .amount {
  display: inline-block;
  margin-left: 25px;
}
.widget_shopping_cart_content .total {
  padding: 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}
.widget_shopping_cart_content .buttons {
  padding: 10px;
}
.widget_shopping_cart_content .buttons a.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit !important;
  text-transform: none;
}
.widget_shopping_cart_content .buttons a.button.checkout {
  float: right;
}
.widget_shopping_cart_content .buttons > a:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  margin-right: 10px;
}
.widget_shopping_cart_content .buttons a.checkout:before {
  font-family: 'FontAwesome';
  content: "\f046";
  margin-right: 10px;
}
.widget_layered_nav li {
  overflow: hidden;
  padding: 10px 0px !important;
}
.widget_layered_nav li a {
  float: left;
}
.widget_layered_nav li .count {
  float: right;
  font-size: 12px;
}
.widget_product_categories ul li .children {
  margin-left: 20px;
}
.price_slider_amount {
  text-align: right;
  margin-top: 30px;
}
.price_slider_amount .button {
  float: left;
  font-size: 10px;
  line-height: 11px;
  padding: 12px 24px;
}
.price_label {
  line-height: 33px;
}
.price_label .from {
  margin-left: 5px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  border-radius: 1px;
  background-color: #fdfdfd;
  width: 15px;
  height: 15px;
  outline: none;
  display: block;
  position: absolute;
  top: -4px;
  left: 0px;
  z-index: 3;
  border: 1px solid #dfdede;
  margin-left: -8px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.ui-slider .ui-slider-handle:before {
  content: "|||";
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 2px;
  left: 1px;
  color: #dfdede;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-color: #43b4f9;
}
.price_slider_wrapper .ui-widget-content {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  margin-right: 8px;
  margin-left: 8px;
}
.ui-slider-horizontal {
  height: 8px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.products-slider {
  position: relative;
}
.products-slider li {
  margin-right: 0 !important;
  height: auto !important;
}
.widget .products-slider li:before {
  display: none;
}
.products-slider li .products-pic {
  display: block;
  border: 1px solid #e8e8e8;
}
.products-slider {
  margin-bottom: 25px;
}
.products-slider .price {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #e52626;
}
.products-slider .price .amount {
  font-size: 18px;
}
.products-slider .image-extras {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  background: #fff;
  border: 1px solid #e8e8e8;
  height: 100%;
  width: 100%;
  bottom: -100%;
}
.simple-products-slider .cats {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: normal !important;
}
.simple-products-slider .price {
  display: inline-block;
  margin-bottom: 5px;
}
.simple-products-slider .price .amount {
  font-size: 18px;
}
.simple-products-slider .product-buttons {
  padding: 0;
  height: auto;
}
.simple-products-slider .product-buttons a {
  display: inline;
  height: auto;
  line-height: normal !important;
  float: none !important;
}
.simple-products-slider .product-buttons a:before {
  margin-right: 0 !important;
}
.simple-products-slider .product-buttons .show_details_button {
  margin-left: 5px;
}
.product-category h3 {
  padding: 0 20px;
}
#customer_login h2 {
  margin-bottom: 5px;
}
#customer_login .sep-double {
  margin-bottom: 40px;
}
#customer_login_box {
  padding: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background-color: #fafafa;
}
#customer_login .one_half.last {
  padding-top: 29px;
}
#customer_login_box .remember-box {
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-content-box {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.woocommerce-page #page-wrap {
  padding: 45px 0 45px 0;
}
.woocommerce-content-box.full-width {
  margin-left: 0;
  width: 100%;
  float: none;
}
.woocommerce-content-box.no-bottom-space {
  padding-bottom: 0;
}
.available-downloads {
  margin-bottom: 50px !important;
}
.my_account_orders {
  width: 100%;
  text-align: left;
  margin: 0;
}
.my_account_orders tr {
  border-bottom: 1px solid;
}
.my_account_orders tbody tr:last-child {
  border-bottom: 0;
}
.my_account_orders thead tr th {
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 13px !important;
}
.my_account_orders thead tr th {
  height: auto;
  line-height: normal;
}
.my_account_orders tbody tr {
  height: 46px;
}
.my_account_orders .order-number a {
  font-size: 18px;
  font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;
}
.my_account_orders .order-actions a {
  display: block;
}
.my_account_orders .order-actions a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: 10px;
}
#main .page-info {
  margin-bottom: 10px !important;
}
.shop_table {
  width: 100%;
  text-align: left;
  margin: 0;
}
.shop_table tr {
  border-bottom: 1px solid #efefef;
}
.shop_table thead tr th {
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
}
.shop_table tbody tr {
  height: 140px;
}
.shop_table .product-thumbnail img {
  max-width: 90px;
  margin-right: 25px;
  float: left;
  border: 1px solid #e8e8e8;
}
.shop_table .product-info a {
  font-size: 11px;
  text-transform: uppercase;
  color: inherit;
  font-weight: bold;
}
.shop_table .product-remove a {
  font-size: 18px;
  font-weight: bold;
  color: #5b6267;
  float: right;
}
.shop_table .product-remove a:hover {
  color: #47adeb;
}
.shop_table .product-thumbnail {
  width: 10%;
}
.shop_table .product-info {
  width: 40%;
  text-align: left;
}
.shop_table .product-name {
  text-indent: 115px;
}
.shop_table .product-price {
  text-align: center;
}
.shop_table .product-quantity {
  text-align: center;
}
.shop_table .product-quantity .quantity {
  margin: 0 auto;
}
.shop_table .product-subtotal {
  text-align: center;
}
.shop_table .product-subtotal .amount {
  font-size: 18px;
}
.shop_table .product-remove {
  width: 5%;
}
.one_half_container {
  float: left;
}
.cart-collaterals {
  margin-top: 60px;
  overflow: hidden;
}
.cart-collaterals .one_half .woocommerce-content-box {
  margin-bottom: 20px;
}
.shipping-calculator-form-nohide #calc_shipping_state,
.shipping-calculator-form-nohide #calc_shipping_postcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom_select_box select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coupon {
  overflow: hidden;
}
.coupon .input-text {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coupon .button {
  float: left;
  margin-top: 2px;
}
.cart-totals-container .button {
  display: block;
}
.cart_totals table tr {
  height: 46px;
  border-top: 1px solid #e6e6e6;
}
.cart_totals table tr:first-child {
  border: 0;
}
.cart_totals table {
  width: 100%;
  text-align: left;
}
.cart_totals table th {
  width: 50%;
  padding-bottom: 7px;
}
.cart_totals table td {
  width: 50%;
  padding-bottom: 7px;
  text-align: right;
  padding-right: 20px;
}
.cart_totals table th {
  padding-left: 20px;
}
.cart_totals table .total th,
.cart_totals table .total td {
  padding-top: 7px;
  background-color: #f0f0f0;
}
.cart_totals .cart-subtotal td,
.cart_totals .total td {
  text-align: right;
}
.cart_totals .cart-subtotal td strong {
  font-weight: normal;
}
.cart_totals .total {
  height: 46px;
  border: 0;
}
.cart_totals .total strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.cart_totals .total .amount {
  color: #47adeb;
}
#shipping_method {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: right;
  text-align: right;
}
.cart_totals .total .amount {
  font-size: 18px;
}
.cart-totals-container .button {
  float: right;
}
.cart-totals-container .checkout-button {
  clear: both;
  margin-top: 20px;
}
.buttons_update_cart {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
#wrapper .custom_select_box .dd-container .dd-select,
#wrapper .custom_select_box .dd-options li a {
  background: #fbfaf9 !important;
  background-image: none !important;
}
#wrapper .custom_select_box .dd-container .dd-selected {
  padding: 0 !important;
  text-indent: 10px;
  padding-right: 15px !important;
}
#wrapper .custom_select_box .dd-options li a:hover {
  background-color: transparent !important;
}
#wrapper .custom_select_box .dd-pointer {
  background-image: none !important;
  width: 10px !important;
  border-left: 1px solid !important;
  padding-left: 10px;
}
#wrapper .custom_select_box .dd-pointer-down:after {
  font-family: 'FontAwesome' !important;
  content: "\f107";
  font-weight: bold;
}
#wrapper .custom_select_box .dd-options {
  position: absolute !important;
  top: auto !important;
  max-height: 143px;
}
#wrapper .custom_select_box .dd-pointer-down {
  border-color: #dadada !important;
}
.post-content .gform_wrapper .ginput_complex .ginput_left,
.post-content .gform_wrapper .ginput_complex .ginput_right,
.post-content .gform_wrapper .ginput_complex .ginput_full,
.post-content .gform_wrapper .ginput_complex {
  overflow: visible;
}
.chzn-container-single .chzn-single {
  outline: none;
  border-radius: 2px !important;
}
#wrapper .chzn-container-single .chzn-single div b {
  background: none !important;
}
#wrapper .chzn-container-single .chzn-single div b:after {
  font-family: 'FontAwesome' !important;
  content: "\f107";
  font-weight: bold;
}
#wrapper .chzn-container-single .chzn-single-with-drop div b:after {
  font-family: 'FontAwesome' !important;
  content: "\f106";
  font-weight: bold;
}
form.checkout .panel {
  display: none;
}
form.checkout .form-row-first {
  width: 48%;
  float: left;
}
form.checkout .form-row-last {
  width: 48%;
  float: right;
}
form.checkout label {
  margin-bottom: 5px;
  display: inline-block;
  float: none;
  width: 100%;
}
form.checkout .shop_table th.product-total {
  width: 40%;
  text-align: right;
}
form.checkout .shop_table tbody .product-total {
  width: 40%;
  text-align: right;
}
form.checkout .shop_table .product-thumbnail .product-info {
  float: none;
}
form.checkout .shop_table .product-thumbnail .product-info p {
  margin-left: 115px;
}
form.checkout .shop_table tfoot {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
form.checkout .shop_table tfoot td {
  width: 100%;
  text-align: right;
  padding: 10px 0;
}
form.checkout .shop_table tfoot tr:first-child th,
form.checkout .shop_table tfoot tr:first-child td {
  padding-top: 20px;
}
form.checkout .shop_table tfoot .total .amount {
  font-size: 18px;
  font-weight: normal;
}
form.checkout .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
form.checkout .payment_methods li {
  margin-bottom: 30px;
}
form.checkout .payment_methods .payment_box {
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
}
#thank-you-box {
  margin-bottom: 20px;
}
#final-order-details .woocommerce-content-box {
  margin-bottom: 20px;
}
#final-order-details .shop_table {
  margin-bottom: 30px;
}
#final-order-details .shop_table .product-thumbnail .product-info {
  float: none;
}
#final-order-details .shop_table .product-subtotal {
  text-align: right;
}
#final-order-details .shop_table .product-total {
  text-align: right;
}
#final-order-details .shop_table tr:last-child {
  border-bottom: 1px solid;
}
#final-order-details .mini-order-details {
  float: right;
  width: 50%;
}
#final-order-details .mini-order-details tr {
  border-bottom: 0;
}
#final-order-details .mini-order-details th {
  font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;
  padding-bottom: 10px;
  text-align: left;
}
#final-order-details .mini-order-details td {
  text-align: right;
  padding-bottom: 10px;
}
#final-order-details .mini-order-details tr:last-child .amount {
  font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: normal;
}
#final-order-details .mini-order-details tr:last-child {
  border-top: 1px solid;
}
#final-order-details .mini-order-details tr:last-child th,
#final-order-details .mini-order-details tr:last-child td {
  padding-top: 10px;
  padding-bottom: 0;
}
#final-order-details .customer_details {
  list-style: none;
  margin: 0;
  padding: 0;
}
p.order-info {
  height: 68px;
  line-height: 68px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 50px;
}
p.order-info mark {
  background-color: transparent;
  font-weight: bold;
}
.product-images {
  position: relative;
}
.cart-loading {
  display: block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
  display: none;
}
#wrapper .cart-loading {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.no-rgba #wrapper .cart-loading {
  background-color: #000;
}
.cart-loading .icon-spinner {
  -webkit-animation: mask 3s infinite alternate;
  animation: mask 3s infinite alternate;
  display: inline-block;
}
@-webkit-keyframes mask {
  25% {
    -webkit-transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes mask {
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.woocommerce .thumbnails .clients-carousel .es-carousel {
  padding: 0;
}
.added_to_cart {
  display: none !important;
}
#sidebar .products a,
.footer-area .products a {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}
#sidebar .products .product-title,
.footer-area .products .product-title {
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.footer-area .product_list_widget li {
  border: 0 !important;
  background: url(../images/bg-line.gif) repeat-x bottom left !important;
}
.footer-area .product_list_widget li a {
  background: none !important;
}
.footer-area .widget_shopping_cart_content .total {
  margin: 10px 0px;
}
.footer-area .widget_shopping_cart_content .buttons {
  background: #282a2b !important;
}
.footer-area .products-slider li .image {
  width: auto;
  height: auto;
}
.footer-area .simple-products-slider .es-carousel {
  padding-left: 38px;
}
.footer-area .simple-products-slider .es-carousel li,
.footer-area .simple-products-slider .es-carousel li .image {
  width: 149px;
  height: auto;
}
.footer-area .image-extras-content h3,
#sidebar .image-extras-content h3 {
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.footer-area .product-category mark,
#sidebar .product-category mark {
  background-color: transparent;
  color: inherit;
}
.footer-area .product-category h3,
#sidebar .product-category h3 {
  margin-bottom: 0;
}
.toparea-sliding-area {
  border-bottom: 3px solid #43b4f9;
  position: relative;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
}
.toparea-content {
  display: none;
  padding: 30px 0;
}
.toparea-sb {
  display: block;
  height: 24px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: -24px;
  border-radius: 0 0 2px 2px;
}
img.wp-image-2649 {
  margin-right: -43px;
  z-index: 2;
  position: relative;
}
img.wp-image-2648 {
  position: relative;
  z-index: 1;
}
/*------*/
.tparrows.default {
  z-index: 20;
  cursor: pointer;
  position: relative;
  background-color: rgba(150, 150, 150, 0.4);
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tp-leftarrow.default {
  background-image: url(framework/images/tp-leftarrow.png);
  background-position: 0% 50%;
}
.tp-rightarrow.default {
  background-image: url(framework/images/tp-rightarrow.png);
  background-position: 100% 50%;
}
.tp-rightarrow.default:hover {
  background-color: #fff;
  background-position: 0% 50%;
}
.tp-leftarrow.default:hover {
  background-color: #fff;
  background-position: 100% 50%;
}
.wpb_images_carousel {
  padding: 0 40px;
}
a.vc-carousel-control {
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  display: block;
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.vc-carousel-control.vc-right {
  right: -40px;
  background-image: url(framework/images/slider-next.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}
a.vc-carousel-control.vc-left {
  left: -40px;
  background-image: url(framework/images/slider-prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: block !important;
}
.wpb_images_carousel.clients .vc-item img {
  border: 1px solid #e3e3e3;
}
.wpb_row.row-fluid.videosection {
  margin-left: 0;
  margin-right: 0;
}
.wpb_row.parallax-bg {
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% cover;
}
body.side-navigation-enabled.sidenav-static #header.fixed_header {
  position: absolute;
}
body.side-navigation-enabled.sidenav-static.sidenav-left {
  padding-left: 270px;
}
body.side-navigation-enabled.sidenav-static.sidenav-left #header.header-scrolled {
  left: 270px;
  width: auto;
  position: fixed;
}
body.side-navigation-enabled.sidenav-static.sidenav-right {
  padding-right: 270px;
}
body.side-navigation-enabled.sidenav-static.sidenav-right #header.header-scrolled {
  right: 270px;
  width: auto;
  position: fixed;
}
body.side-navigation-enabled.sidenav-toggle #header.fixed_header {
  position: absolute;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-left {
  padding-left: 70px;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-left #header.header-scrolled {
  left: 70px;
  width: auto;
  position: fixed;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-right {
  padding-right: 70px;
}
body.side-navigation-enabled.sidenav-toggle.sidenav-right #header.header-scrolled {
  right: 70px;
  width: auto;
  position: fixed;
}
body.admin-bar.side-navigation-enabled aside.side-navigation {
  top: 32px;
}
aside.side-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99998;
}
aside.side-navigation.side-navigation-static {
  width: 196px;
  -webkit-box-shadow: 0px 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 5px 1px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 37px;
  padding-right: 37px;
}
aside.side-navigation.side-navigation-toggle {
  width: 70px;
  -webkit-box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  left: 0;
}
aside.side-navigation.side-navigation-toggle.show-on-mobile {
  display: none;
}
body.sidenav-right aside.side-navigation.side-navigation-toggle {
  right: 0;
  left: auto;
}
body.sidenav-right aside.side-navigation.side-navigation-toggle .navbar-menu {
  left: auto;
  right: 70px;
}
aside.side-navigation.side-navigation-toggle .logo {
  width: 100%;
  overflow: hidden;
  height: 78px;
  margin-bottom: 0;
  text-align: center;
}
aside.side-navigation.side-navigation-toggle .logo h1.text {
  font-size: 48px;
  background-color: #43b4f9;
}
aside.side-navigation.side-navigation-toggle .logo h1.text {
  line-height: 78px;
  height: 78px;
  color: #ffffff !important;
  font-size: 48px;
}
aside.side-navigation.side-navigation-toggle .logo h1 a {
  color: #ffffff !important;
}
aside.side-navigation.side-navigation-toggle .toggleMenu {
  width: 70px;
  height: 77px;
  background-color: #f5f5f5;
  font-size: 24px;
  font-weight: 100;
  color: #3b4f42;
  display: block;
  text-align: center;
  line-height: 77px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
aside.side-navigation.side-navigation-toggle .navbar-menu.show {
  display: block;
}
aside.side-navigation.side-navigation-toggle .navbar-menu {
  width: 200px;
  padding: 20px;
  background: #f5f5f5;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  display: none;
  color: #3b3f42;
}
body.sidenav-right aside.side-navigation.side-navigation-toggle .navbar-menu {
  border-right: 1px solid #e8e8e8;
}
body.sidenav-left aside.side-navigation.side-navigation-toggle .navbar-menu {
  border-left: 1px solid #e8e8e8;
}
.side-navigation-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
}
.side-navigation-overlay.show {
  display: block;
}
ul#side-nav-toggle,
#side-nav-toggle ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
}
ul#side-nav-toggle ul.sub-menu {
  display: none;
}
ul#side-nav-toggle > li > a {
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3b3f42;
  font-weight: 600;
  display: inline-block;
}
ul#side-nav-toggle li a {
  position: relative;
  width: 100%;
}
ul#side-nav-toggle > li.menu-item-has-children:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 36px;
  height: 36px;
  width: 10px;
  top: 0;
  right: 0;
  text-align: center;
  position: absolute;
  color: #9b9b9b;
  display: block;
}
body.sidenav-right ul#side-nav-toggle > li.menu-item-has-children:after {
  left: 0;
}
aside.side-navigation.text-left ul#side-nav-toggle > li.menu-item-has-children:after {
  right: 0;
  left: auto;
}
aside.side-navigation.text-right ul#side-nav-toggle > li.menu-item-has-children:after {
  left: 0;
  right: auto;
}
ul#side-nav-toggle > li > ul > li {
  padding-left: 10px;
}
ul#side-nav-toggle li ul li {
  position: relative;
}
ul#side-nav-toggle > li > ul > li ul {
  padding-left: 15px;
}
ul#side-nav-toggle li ul li a {
  color: #8e8e8e;
  line-height: 36px;
  font-size: 13px;
  display: block;
}
body.sidenav-left aside.side-navigation {
  left: 0;
}
body.sidenav-right aside.side-navigation {
  right: 0;
}
aside.side-navigation .logo {
  margin-bottom: 50px;
}
body.sidenav-right aside.side-navigation {
  text-align: right;
}
aside.side-navigation .logo h1 a {
  color: #3b3f42;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
aside.side-navigation .logo h1 a:hover {
  color: inherit;
}
aside.side-navigation .logo h1.text {
  text-indent: -3px;
}
aside.side-navigation::-webkit-scrollbar,
aside.side-navigation-toggle .navbar-menu::-webkit-scrollbar {
  display: none;
}
ul#side-nav,
#side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
}
ul#side-nav > li > a {
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3b3f42;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
ul#side-nav li a .sf-sub-indicator {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  text-indent: -99999px;
}
body.sidenav-right ul#side-nav li a .sf-sub-indicator {
  left: 0;
}
aside.side-navigation.text-left ul#side-nav li a .sf-sub-indicator {
  right: 0;
  left: auto;
}
aside.side-navigation.text-right ul#side-nav li a .sf-sub-indicator {
  left: 0;
  right: auto;
}
ul#side-nav.show-indicator li a .sf-sub-indicator:before {
  content: "\f078";
  width: 10px;
  font-family: "FontAwesome";
  height: 10px;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  color: #9b9b9b;
  display: block;
  position: absolute;
  top: 0;
  text-indent: 0;
  left: 0;
  font-weight: normal;
}
ul#side-nav.show-indicator li.sfHover > a .sf-sub-indicator:before {
  content: "\f054";
  color: #43b4f9;
}
body.sidenav-right ul#side-nav.show-indicator li.sfHover > a .sf-sub-indicator:before {
  content: "\f053";
}
ul#side-nav li.current-menu-ancestor > a,
ul#side-nav li.current-menu-item > a,
ul#side-nav li.current_page_ancestor > a,
ul#side-nav li > a:hover,
ul#side-nav-toggle li.current-menu-ancestor > a,
ul#side-nav-toggle li.current-menu-item > a,
ul#side-nav-toggle li.current_page_ancestor > a,
ul#side-nav-toggle li > a:hover {
  color: #43b4f9;
}
ul#side-nav li.current-menu-ancestor > a .sf-sub-indicator:before,
ul#side-nav li.current-menu-item > a .sf-sub-indicator:before,
ul#side-nav li.current_page_ancestor > a .sf-sub-indicator:before,
ul#side-nav li > a:hover {
  color: #43b4f9;
}
body.side-navigation-enabled aside.side-navigation .social-icons ul li {
  color: #babdbf;
  float: none;
  display: inline-block;
}
body.side-navigation-enabled aside.side-navigation .social-icons ul li a {
  color: #babdbf;
}
body.side-navigation-enabled aside.side-navigation .socials-block .social-icons {
  display: block;
  margin-bottom: 10px;
}
body.side-navigation-enabled aside.side-navigation .socials-block {
  position: absolute;
  bottom: 0;
  padding: 15px 0 20px;
}
body.side-navigation-enabled aside.side-navigation .social-icons ul li a:hover {
  color: #fff;
}
.sf-vertical {
  width: 100%;
}
.sf-vertical li ul {
  position: absolute;
  display: none;
  z-index: 99;
  width: 210px;
  padding: 10px 20px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.15);
}
.sf-vertical li ul li a {
  color: #3b3f42;
  font-size: 13px;
  line-height: 36px;
  display: inline-block;
  width: 100%;
}
body.sidenav-left .sf-vertical li ul {
  left: 100%;
  margin-left: 23px !important;
  top: 0;
}
body.sidenav-right .sf-vertical li ul {
  right: 100%;
  margin-right: 23px !important;
  top: 0;
}
body.sidenav-right .sf-vertical > li > ul > li > ul,
body.sidenav-left .sf-vertical > li > ul > li > ul {
  top: -10px;
}
body.sidenav-left ul#side-nav > li > ul {
  margin-left: 40px !important;
}
body.sidenav-right ul#side-nav > li > ul {
  margin-right: 40px !important;
}
.sf-vertical > li {
  float: none;
  position: relative;
  width: 100%;
}
.sf-vertical li {
  width: 100%;
}
/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
/*******AÑADIDO POR RENZO******/
#main.boxed {
  -webkit-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
#topnav.menu > li > a {
  padding: 5px 0 !important;
}
.search-link .fa-search {
  background: #f03f35;
  border: 3px #f03f35 solid;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  padding: 5px;
  color: #FFF;
}
.search-link .fa-search:hover {
  background: #2d2d2d;
  border: 3px #2d2d2d solid;
}
.button.negro2 {
  background-color: #000000;
  border-radius: 0 !important;
}
.blog-item .thumbnail img {
  border-bottom: 0;
}
.blog-item {
  border-top: 0;
}
.blog-item-description {
  padding: 8px;
}
.blog-item .date {
  margin-bottom: 5px;
}
.blog-item-description h6 {
  margin-bottom: 5px;
  font-size: 13px !important;
  line-height: 17px !important;
  font-weight: bold;
  font-family: 'Open Sans' !important;
}
#footer h4 {
  font-size: 14px;
  color: #FFF;
  line-height: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
#footer .textwidget p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans';
}
#footer {
  padding-top: 50px;
}
#footer .sociales p {
  padding: 5px 0;
}
.slide_destacados {
  clear: both;
  margin-bottom: 15px !important;
  padding: 15px 10px 25px 15px !important;
}
.slide_destacados h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold !important;
}
.slide_destacados .post-thumb {
  float: left;
  width: 35%;
  padding-top: 10px;
  max-height: 200px;
  overflow: hidden;
}
.slide_destacados .entry-content {
  float: right;
  padding: 5px 10px 10px;
  width: 60%;
}
.slide_destacados .entry-content {
  text-align: justify;
  font-family: roboto;
  font-size: 14px;
}
.slide_destacados .entry-content p {
  text-align: justify;
}
.slide_destacados .vc-carousel-indicators {
  padding: 3px 10px;
  bottom: -45px !important;
}
.slide_destacados .vc-carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  background-color: #000000 !important;
}
.slide_destacados .vc-carousel-indicators li.vc-active {
  background-color: #a09898 !important;
}
.header_img {
  overflow: hidden;
  margin-bottom: 25px !important;
}
.post_estilo h2 {
  font-size: 17px;
  line-height: 22px;
}
.centrado {
  text-align: center;
}
.slide_destacados .entry-content::after {
  content: "...";
}
@media screen and (min-width: 768px) {
  .vc_carousel .vc_carousel-indicators {
    bottom: -20px !important;
  }
}
.bloque_botones {
  background: url(framework/images/fnd_bloque.gif) repeat;
  padding: 30px 0 40px;
  margin: 20px 0 0;
}
.bloque_botones .home-ico {
  text-align: center;
  margin-bottom: 20px;
}
.bloque_botones a:hover {
  opacity: 0.9;
}
.bloque_botones .home-ico h3 {
  font-size: 25px;
  font-family: Roboto;
  margin-bottom: 5px;
  line-height: 28px;
  margin-top: 10px;
}
.bloque_botones .home-ico p {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 300;
  margin: 0;
}
.img-contenido {
  margin-right: 10px;
  margin-bottom: 10px;
}
#navigation .sub-menu li a {
  line-height: 21px;
  padding: 8px 12px !important;
}
.destacado_rojo {
  border-bottom: 3px solid #f03f35;
  margin-top: 0;
}
.destacado_rojo.thumb {
  margin-top: -60px;
  position: relative;
  z-index: 99;
}
.destacado_rojo.video {
  border-bottom: 3px solid #f03f35;
  margin-top: 0;
  position: relative;
  z-index: 99;
  background: #f03f35;
}
.destacado_rojo span {
  background: #f03f35;
  padding: 5px;
  color: #FFF;
}
.destacado_rojo.video span {
  background: #f03f35;
  padding: 0 5px 5px;
  color: #FFF;
}
.banners_sidebar {
  text-align: center;
}
.wpcf7 form.wpcf7-form p {
  color: #474747 !important;
}
#cuenta_cc {
  width: 20%;
  float: left;
  margin-right: 5%;
}
#cuenta_oficina {
  width: 20%;
  float: left;
  margin-right: 5%;
}
#cuenta_dc {
  width: 15%;
  float: left;
  margin-right: 5%;
}
#cuenta_num {
  width: 30%;
  float: left;
}
#captcha_form {
  display: inline;
  width: 50%;
  margin-left: 30px;
}
.blog-item-excerpt {
  line-height: 20px;
}
.blog-item .thumbnail {
  border-top: 1px solid #e5eaec !important;
  text-align: center;
  background: #EEE;
}
.capa_banners {
  margin: 20px 0;
}
.capa_banners.first {
  margin-top: 0;
}
.capa_banners h4 {
  background: #f03f35;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 0;
}
.capa_banners p {
  margin: 0 0 10px;
}
.capa_banners p.parrafo {
  text-align: left;
  font-size: 12px;
}
.capa_banners .content_banner {
  padding: 10px 15px 20px;
  border: 1px solid #CCC;
  text-align: center;
}
.noticias_relacionadas h6 {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.noticias_relacionadas h6 a {
  color: #000 !important;
}
.noticias_relacionadas .blog-item-excerpt {
  font-size: 12px;
  line-height: 15px;
}
.post-password-required.hentry {
  padding: 0 20px;
}
.post-password-required.hentry label {
  width: 180px !important;
}
.post-password-required.hentry input[type="submit"] {
  margin-left: 20px;
  margin-top: 25px;
}
.listado_docs li {
  padding: 10px 0;
}
.wpcf7 h3 {
  font-size: 18px;
  line-height: 22px;
  color: #CF3A3A;
}
.entry .separator {
  margin-top: 10px !important;
}
.wpcf7-form-control-wrap {
  display: block !important;
}
.tipo_publicacion .contenido {
  padding: 10px 12px 6px !important;
  border: 1px solid #CCC;
}
.tipo_publicacion h2 {
  font-size: 15px !important;
  line-height: 22px;
  margin-bottom: 8px;
}
.tipo_publicacion .post-image {
  margin-bottom: 5px !important;
}
.contenido h2 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 12px;
}
.estatico ul {
  margin: 5px 0;
}
.estatico ul li {
  padding: 7px 0;
}
ul.texto_pagina {
  margin: 5px 0;
}
ul.texto_pagina li {
  padding: 7px 0;
}
li.tab {
  line-height: 10px !important;
}
.member .inner {
  padding: 15px  10px !important;
}
.member .member-role {
  line-height: 15px !important;
  margin-bottom: 13px !important;
  color: #707070;
  font-weight: bold;
}
.member .name {
  line-height: 18px !important;
}
.member .member-description {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}
.member .member-description a {
  color: #CF3A3A;
}
.member .inner {
  border-top: 1px solid #ddd;
}
#navigation ul.menu > li.megamenu > ul li a {
  padding: 5px 8px !important;
  line-height: 20px !important;
}
#navigation .sub-menu li a,
html body #navigation .sub-menu li .sub-menu li a {
  font-size: 13px;
}
.imagen_miembros {
  max-height: 300px;
  overflow: hidden;
}
.menu_side {
  padding: 0 25px;
}
/****SIDEBAR menu***/
.widget ul.menu {
  list-style: none !important;
}
.widget ul.menu li:before {
  background: none;
  padding: 0;
}
.widget ul.menu li {
  background: none !important;
  padding: 3px 0;
  line-height: 26px;
  font-size: 16px !important;
}
.widget ul.menu li a:after {
  content: '\203A';
  position: absolute;
  left: 7px;
  top: 6px;
  color: #DDD;
  font-size: 16px;
  width: 4px;
  height: 4px;
  font-family: Aria;
  line-height: 1;
}
.widget ul.menu li a {
  color: #595959 !important;
  display: block;
  padding: 4px 0 4px 20px !important;
  position: relative !important;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget ul.menu li a:hover {
  background-color: #cc2121 !important;
  color: #FFF !important;
}
.widget ul.menu li.current-menu-item > a {
  background-color: #cc2121 !important;
}
.widget ul.menu li.current-menu-item a {
  background-color: #cc2121 !important;
  color: #FFF !important;
  font-weight: normal;
}
.widget ul.menu li.current-menu-item ul.sub-menu li a {
  background: #FFF !important;
  color: #595959 !important;
}
.widget ul.menu li:before {
  background: none !important;
}
#sidebar .widget {
  padding-left: 5px;
}
.uso_ban {
  margin-bottom: 35px;
  text-align: center;
}
.home_carrusel {
  margin-bottom: 30px !important;
}
.home_carrusel .container {
  border: 1px solid #e5eaec;
  background: url(framework/images/fnd_bloque.gif) repeat !important;
}
.grid_noticias h2 {
  font-size: 13px !important;
}
.mapa_contacto .span12 {
  width: 100%;
}
.filters h2 {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #5C5C5C;
  font-weight: bold;
}
.loop_publicaciones {
  border: 1px solid #CCC;
}
.loop_publicaciones h6 {
  font-size: 13px !important;
  color: #5C5C5C;
  font-weight: bold;
}
.loop_publicaciones.documentos h6 {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #5C5C5C;
  font-weight: bold;
  min-height: 25px;
}
/*.loop_publicaciones.documentos {max-height:320px !important; overflow:hidden;}*/
.loop_publicaciones.documentos .thumbnail.elecciones {
  max-height: none !important;
  height: auto !important;
}
.loop_publicaciones.documentos .thumbnail {
  max-height: 170px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px !important;
}
.loop_publicaciones .post-image {
  margin: 10px 0 5px !important;
}
#sidebar .widget h3 {
  margin-bottom: 10px !important;
  position: relative;
}
#sidebar .widget .title {
  padding-bottom: 10px;
}
#sidebar .widget a:hover img {
  opacity: 0.8 !important;
}
#sidebar .widget .title:after {
  border-bottom: 1px solid #CBCBCB;
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 30px;
  height: 0;
}
.listado_enlaces h4 {
  font-size: 15px !important;
}
.listado_enlaces img {
  width: 130px !important;
}
.listado_enlaces .separar {
  margin: 20px 0;
  border-top: 1px solid #DADADA;
  width: 75%;
  padding-left: 20px;
}
.wpb_gallery_slides .flex-direction-nav a.flex-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.wpb_gallery_slides .flex-direction-nav a.flex-next:before {
  content: normal !important;
  text-indent: -666em;
}
.cuadros {
  background: #F3F3F3;
  padding: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}
.cuadros h2 {
  font-size: 17px !important;
  line-height: 23px;
  color: #C00;
}
.listados a {
  color: #000 !important;
}
.listados a:hover {
  color: #F03F38 !important;
}
.listados h4 {
  font-size: 13px !important;
  margin: 15px 0 7px;
  line-height: 16px;
  font-weight: bold;
}
.toggle .toggle-title span {
  font-size: 15px !important;
  color: #E02525;
}
.tipo_enlaces li {
  margin: 10px;
}
.tipo_enlaces li a {
  font-size: 14px !important;
}
.widget ul.sub-menu {
  margin-left: 20px !important;
}
.boton_sidebar {
  margin-top: -40px !important;
}
/*******FILTERS********/
.filters .categories_filter li:last-child {
  display: none !important;
}
.filters .wpb_teaser_grid .categories_filter li a,
.filters .wpb_categories_filter li a {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  background: #EEE;
  padding: 8px 10px;
  color: #000;
  font-size: 13px;
  border: 1px solid #CCC;
}
.filters .wpb_teaser_grid .categories_filter li a:hover,
.filters .wpb_categories_filter li a:hover {
  background: #900;
  color: #FFF;
  border-bottom: none !important;
}
.filters .wpb_teaser_grid .categories_filter li.active a,
.filters .wpb_categories_filter li.active a {
  background: #900;
  color: #FFF;
  border-bottom: none !important;
}
.titul {
  color: #900;
  font-weight: bold;
}
.conteni {
  display: block;
  width: 320px;
}
.tablaContenido {
  /*width:600px;*/
  border-collapse: collapse;
  border: 1px solid #E1E1E1;
  margin: 10px;
}
.tablaContenido th {
  padding: 5px 10px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #E1E1E1;
  background: #900;
  font-family: roboto;
  text-align: center;
}
.tablaContenido td {
  padding: 5px 10px;
  color: #626262;
  border: 1px solid #E1E1E1;
  text-align: right;
}
.member .member-description {
  text-align: justify;
}
.wpb_wrapper p {
  line-height: 20px;
}
.publi_capa h2.wpb_singleimage_heading {
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: bold;
  color: #D21D02;
  margin: 0;
  margin-bottom: 7px;
}
.publi_capa {
  padding: 10px;
  border: 1px solid #CFCFCF;
}
.publi_capa .wpb_single_image {
  margin: 0;
}
#navigation ul.menu > li.pointer > a {
  cursor: default !important;
}
.formacion_link {
  border: 1px solid #2A129B;
  background: #454DA5;
  color: #FCFCFC !important;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  line-height: 20px !important;
  display: block;
}
.formacion_link:hover {
  background: #4D4DEA !important;
}
.formacion_int h4 {
  font-weight: bold;
  font-size: 17px !important;
}
.thumb_title {
  color: #575757;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  line-height: 17px !important;
}
div.pp_default .pp_description {
  color: #575757;
  font-size: 14px;
  margin-top: 5px;
  line-height: 16px !important;
  padding-top: 5px;
}
.post-content .meta {
  display: inline !important;
}
.listado_enlaces2 h4 {
  font-size: 15px !important;
}
.listado_enlaces2 img {
  max-width: 90%;
}
.listado_enlaces2 .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #DDDDDD !important;
}
.listado_enlaces2 .wpb_content_element {
  margin-bottom: 0 !important;
}
.listado_enlaces2 .vc_separator {
  margin: 10px 0 !important;
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */
.widget-container ul.menu {
  list-style: none !important;
}
.widget-container ul.menu .sub-menu {
  list-style: none !important;
}
.widget-container ul.menu li:before {
  background: none;
  padding: 0;
}
.widget-container ul.menu li {
  background: none !important;
  padding: 3px 0;
  line-height: 26px;
  font-size: 16px !important;
}
.widget-container ul.menu li a:after {
  content: '\203A';
  position: absolute;
  left: 7px;
  top: 6px;
  color: #DDD;
  font-size: 16px;
  width: 4px;
  height: 4px;
  font-family: Aria;
  line-height: 1;
}
.widget-container ul.menu li a {
  color: #595959 !important;
  display: block;
  padding: 4px 0 4px 20px !important;
  position: relative !important;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: none;
}
.widget-container ul.menu li a:hover {
  background-color: #cc2121 !important;
  color: #FFF !important;
}
.widget-container ul.menu li.current-menu-item > a {
  background-color: #cc2121 !important;
}
.widget-container ul.menu li.current-menu-item a {
  background-color: #cc2121 !important;
  color: #FFF !important;
  font-weight: normal;
}
.widget-container ul.menu li.current-menu-item ul.sub-menu li a {
  background: #FFF !important;
  color: #595959 !important;
}
.widget-container ul.menu li:before {
  background: none !important;
}
#sidebar .widget-container {
  padding-left: 5px;
  margin-bottom: 40px;
}
div.listado-informes .vc_gitem-zone-c {
  background-color: transparent !important;
  border: 1px solid lightgray;
}
div.listado-informes h3 {
  font-size: 13px;
  line-height: 1.6em;
  text-transform: uppercase;
  font-weight: 600;
  color: #060907;
}
@media all and (min-width: 768px) {
  div.listado-informes .vc_col-sm-3 {
    width: 24.6%;
  }
}
/* Estilos 2020. Pendientes de Organizar */
/* COLORES */
body,
p,
li,
.wpb_wrapper p {
  font-family: 'Open Sans' !important;
  font-size: 16px;
  line-height: 24px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
  color: #f03f35 !important;
}
/*  a:hover, a:focus {
    color: @red !important;
}*/
@media only screen and (max-width: 479px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12,
  .one-third.column,
  .two-thirds.column {
    width: 100% !important;
  }
  .container {
    width: 100% !important;
  }
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #title .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
* {
  image-rendering: -webkit-optimize-contrast;
}
/* Detalle de posts */
#title h1,
#alt-title h1 {
  font-family: 'Open Sans';
  line-height: 1.6em;
  text-transform: none !important;
  font-size: 24px !important;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0px;
}
#title #breadcrumbs {
  text-align: left !important;
}
/* Fix para MAPA COntacto */
.wpgmp_map_parent {
  float: none !important;
}
/* ESTILOS FELIX 2020 */
.post-excerpt h2 {
  text-transform: none;
  font-size: 21px;
  margin-bottom: 20px;
}
.post-excerpt h3 {
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.post-excerpt p {
  font-size: 16px;
}
.post-excerpt ul {
  margin-left: 25px;
  list-style: disc outside !important;
}
.post-excerpt ul li {
  font-size: 16px;
}
.post-excerpt ul li ul {
  list-style: circle outside !important;
  margin-left: 20px;
}
.post-excerpt ol {
  margin-left: 40px;
}
.post-excerpt ol li {
  font-size: 16px;
  text-indent: -17px;
}
.post-excerpt ol li ul,
.post-excerpt ol li ol {
  margin-left: 20px;
}
/* AJustes estilos de texto

/* Ajustes para texto de páginas */
.red {
  color: #f03f35 !important;
}
.texto-page h2 {
  text-transform: none;
  font-size: 21px;
  margin-bottom: 5px;
}
.texto-page ul {
  padding-left: 30px;
}
.texto-page ul li {
  margin-bottom: 10px;
}
.texto-page .button.red {
  background-color: #f03f35;
}
.texto-page .button.red:hover {
  background-color: black !important;
}
/* Elementos listados posts */
.blog-item-description {
  padding: 12px;
}
.blog-item-description .post-excerpt p {
  font-size: 14px;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.blog-item-description h2,
.blog-item-description h6 {
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: bold;
  font-family: 'Open Sans' !important;
  text-transform: none !important;
}
.blog-item-description .date span {
  font-size: 13px;
}
.blog-item-excerpt,
.blog-item-excerpt p {
  font-size: 14px;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .slide_destacados .entry-content {
    max-height: 115px !important;
    width: 90% !important;
  }
  .vc_carousel .vc_carousel-indicators {
    bottom: -30px !important;
  }
}
/* Fix enlace blancos en cajas rojas */
/* Relacionadas */
.noticias_relacionadas h6 {
  text-transform: none;
  font-size: 15px;
}
/* LInks en categorías cajas rojas */
.destacado_rojo a {
  color: white !important;
}
.destacado_rojo a:hover {
  text-decoration: underline;
}
/* LIstado de noticias */
/* Estilo descripción de TAGS */
#archive-description {
  font-size: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5eaec;
}
/***************************** CAMBIOS DISEÑO CABECERA ***************************************/
header#header.header4 #navigation {
  background-color: #f03f35;
}
header#header.header4 #navigation ul#nav {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
header#header.header4 #navigation ul#nav > li {
  float: none;
  display: inline-block;
  padding: 5px 25px;
}
header#header.header4 #navigation ul#nav > li > a {
  color: white;
  font-size: 14px;
}
header#header.header4 #navigation ul#nav > li > a:hover {
  text-decoration: underline;
  font-weight: bold;
}
header#header.header4 #navigation ul#nav > li.current-menu-item > a {
  text-decoration: underline;
  font-weight: bold;
}
@media all and (max-width: 782px) {
  header#header.header4 .my-td .logo {
    text-align: left;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header#header.header4 .my-td .logo img {
    max-width: 100px;
  }
}
header#header.header4 .my-td-2 {
  vertical-align: top;
}
header#header.header4 .my-td-2 .content-area-info {
  padding: 0;
}
header#header.header4 .my-td-2 .content-area-info .top {
  padding-top: 8px;
}
header#header.header4 .my-td-2 .content-area-info .top .btn-afiliate {
  background-color: #f03f35;
  color: white;
  display: inline-block;
  padding: 5px 30px;
  margin-right: 40px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
}
header#header.header4 .my-td-2 .content-area-info .top .btn-afiliate:hover {
  background-color: black !important;
}
header#header.header4 .my-td-2 .content-area-info .top .social-icons ul li a {
  background-color: #f03f35;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header#header.header4 .my-td-2 .content-area-info .top .social-icons ul li a i {
  color: white;
  line-height: 1;
  font-size: 15px;
}
header#header.header4 .my-td-2 .content-area-info .top .social-icons ul li a:hover {
  background-color: black !important;
}
header#header.header4 .my-td-2 .content-area-info .top .social-icons ul li.social-whatsapp a i {
  font-size: 18px;
}
header#header.header4 .my-td-2 .content-area-info .bottom {
  padding-top: 20px;
}
header#header.header4 .my-td-2 .content-area-info .bottom #topnav {
  margin-right: 0;
}
header#header.header4 .my-td-2 .content-area-info .bottom #topnav li a {
  color: black;
  font-weight: bold;
}
header#header.header4 .my-td-2 .content-area-info .bottom #topnav li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 782px) {
  header#header.header4 .my-td-2 {
    display: none;
  }
}
/* Franja nueva superior de la home */
#home-header {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 0px;
}
#home-header .left {
  width: 30%;
  float: left;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home-header .left ul#menu-header {
  padding-left: 0;
  list-style-type: none;
}
#home-header .left ul#menu-header li {
  margin-bottom: 10px;
}
#home-header .left ul#menu-header li a {
  display: block;
  height: 70px;
  color: white;
  font-size: 18px;
  background-color: #f03f35;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  line-height: 1.3;
  font-family: 'Open Sans';
}
#home-header .left ul#menu-header li a span {
  position: absolute;
  padding-left: 80px;
  padding-right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#home-header .left ul#menu-header li a:hover {
  background-color: black;
}
@media all and (max-width: 1200px) {
  #home-header .left ul#menu-header li a {
    font-size: 16px;
  }
}
@media all and (max-width: 990px) {
  #home-header .left ul#menu-header li a {
    font-size: 15px;
    background-size: 40px;
    background-position: 10px 15px;
  }
  #home-header .left ul#menu-header li a span {
    padding-left: 60px;
    padding-right: 10px;
  }
}
#home-header .left ul#menu-header li:first-child a {
  background-image: url('assets/img/icons-menu/icon-afiliate.png');
}
#home-header .left ul#menu-header li:nth-child(2) a {
  background-image: url('assets/img/icons-menu/icon-crs.png');
}
#home-header .left ul#menu-header li:nth-child(3) a {
  background-image: url('assets/img/icons-menu/icon-elecciones.png');
}
#home-header .left ul#menu-header li:nth-child(4) a {
  background-image: url('assets/img/icons-menu/icon-app.png');
}
#home-header .left ul#menu-header li:nth-child(5) a {
  background-image: url('assets/img/icons-menu/icon-servicios.png');
}
#home-header .left ul#menu-header li:nth-child(6) a {
  background-image: url('assets/img/icons-menu/icon-info.png');
}
@media all and (max-width: 768px) {
  #home-header .left {
    width: 100%;
    padding-right: 0;
    float: none;
    clear: both;
  }
  #home-header .left ul#menu-header {
    text-align: center;
  }
  #home-header .left ul#menu-header li {
    text-align: left;
    width: 48%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 0;
    display: inline-block;
  }
  #home-header .left ul#menu-header li a {
    background-image: none !important;
  }
  #home-header .left ul#menu-header li a span {
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
#home-header .right {
  width: 70%;
  float: left;
}
#home-header .right img {
  width: 100%;
}
@media all and (max-width: 768px) {
  #home-header .right {
    width: 100%;
    float: none;
  }
}
#home-header .right #title-destacados {
  display: none;
}
@media all and (max-width: 767px) {
  #home-header .right #title-destacados {
    display: block;
  }
}
/* Noticias más leídas */
#sidebar h3.title,
.widget h3.title {
  font-style: 600;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Open Sans';
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}
#sidebar h3.title:after,
.widget h3.title:after {
  width: 100% !important;
  border-bottom: 2px solid #f03f35 !important;
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 0;
}
#sidebar ul.wpp-list,
.widget ul.wpp-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#sidebar ul.wpp-list li,
.widget ul.wpp-list li {
  font-size: 13px;
  list-style-type: none;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e5eaec;
  padding-left: 0;
  line-height: 1.4;
  clear: both;
  margin-bottom: 0;
}
#sidebar ul.wpp-list li:before,
.widget ul.wpp-list li:before {
  display: none;
}
#sidebar ul.wpp-list li .left,
.widget ul.wpp-list li .left,
#sidebar ul.wpp-list li .right,
.widget ul.wpp-list li .right {
  float: left;
}
#sidebar ul.wpp-list li .left,
.widget ul.wpp-list li .left {
  margin-right: 8px;
  width: 50px;
}
#sidebar ul.wpp-list li .right,
.widget ul.wpp-list li .right {
  width: calc(100% - 70px);
}
#sidebar ul.wpp-list li .right a,
.widget ul.wpp-list li .right a {
  font-size: 12px;
  line-height: 1.4 !important;
  vertical-align: top;
  display: block;
  color: #060907;
}
#sidebar ul.wpp-list li .right a:hover,
.widget ul.wpp-list li .right a:hover {
  color: #f03f35;
}
#sidebar ul.wpp-list li .right span,
.widget ul.wpp-list li .right span {
  display: block;
  font-size: 11px;
  color: #828282;
  line-height: 1.4;
}
#sidebar ul.wpp-list li .right::after,
.widget ul.wpp-list li .right::after {
  content: "";
  display: block;
  clear: both;
}
#sidebar .title-news,
.widget .title-news {
  margin-bottom: 25px;
}
/* Menú categorías Home */
.menu-categorias {
  margin-bottom: 25px !important;
}
.menu-categorias .menu-categorias-home-container ul.menu {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  text-align: center;
}
.menu-categorias .menu-categorias-home-container ul.menu li {
  display: inline-block;
  border-right: 1px solid black;
}
.menu-categorias .menu-categorias-home-container ul.menu li:before {
  display: none;
}
.menu-categorias .menu-categorias-home-container ul.menu li:last-child {
  border-right: none;
}
.menu-categorias .menu-categorias-home-container ul.menu li a {
  display: block !important;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding: 0 15px !important;
  font-weight: bold;
  font-family: 'Open Sans';
}
.menu-categorias .menu-categorias-home-container ul.menu li a:after {
  display: none;
}
.menu-categorias .menu-categorias-home-container ul.menu li a:hover {
  background-color: white !important;
  text-decoration: underline;
  color: black !important;
}
@media all and (max-width: 767px) {
  .menu-categorias .menu-categorias-home-container ul.menu li {
    margin-bottom: 10px;
  }
  .menu-categorias .menu-categorias-home-container ul.menu li a {
    font-size: 14px;
  }
}
#blog_items_wrap .span6 {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
#responsive-menu-pro li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#responsive-menu-pro-additional-content {
  padding: 0 5% !important;
  text-align: center;
}
#responsive-menu-pro-additional-content .social-icons {
  width: 100%;
}
#responsive-menu-pro-additional-content .social-icons ul {
  text-align: center;
}
#responsive-menu-pro-additional-content .social-icons ul li {
  display: inline-block;
  float: none !important;
  margin-left: 3px;
  margin-right: 3px;
}
#responsive-menu-pro-additional-content .social-icons ul li a {
  background-color: #f03f35;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
}
#responsive-menu-pro-additional-content .social-icons ul li a i {
  color: white;
  line-height: 32px;
}
#responsive-menu-pro-additional-content .social-icons ul li a:hover {
  background-color: black !important;
}
#responsive-menu-pro-additional-content .menu-top {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 30px;
}
#responsive-menu-pro-additional-content .menu-top li {
  display: inline-block;
  width: 48%;
  text-align: center;
  margin-left: 0.5%;
  margin-right: 0.5%;
  font-size: 15px;
  color: black;
  margin-bottom: 20px;
}
#responsive-menu-pro-additional-content .menu-top li a {
  color: black;
}
#responsive-menu-pro-additional-content .btn-afiliate {
  background-color: #f03f35;
  color: white;
  display: inline-block;
  padding: 5px 30px;
  margin: auto;
  margin-bottom: 20px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
}
#responsive-menu-pro-additional-content .btn-afiliate:hover {
  background-color: black !important;
}
/* Fix H1 oculto en home */
.h1home {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#blog_items_wrap .span6,
.blog .row-fluid .span6 {
  margin-left: 0.6%;
  margin-right: 0.6%;
}
/* Nuevas noticias relacionadas */
#relacionadas {
  margin-top: 40px;
}
#relacionadas,
#related-posts {
  clear: both;
}
#relacionadas::after,
#related-posts::after {
  content: "";
  display: block;
  clear: both;
}
#relacionadas h4,
#related-posts h4 {
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  font-weight: bold;
}
#relacionadas .blog-item,
#related-posts .blog-item {
  border: none;
  padding: 10px 0 0 !important;
}
#relacionadas .blog-item h6,
#related-posts .blog-item h6 {
  text-transform: none;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
/* Cambio color enlaces menú lateral */
.widget ul.menu li.current-menu-item a,
.widget ul.menu li a:hover,
.widget ul.menu li a:focus {
  background-color: #f03f35 !important;
  color: #FFF !important;
  font-weight: normal;
}
/* #######################################################
##########################################################
FOOTER
##########################################################
########################################################*/
#footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
#footer h4 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid white;
  font-size: 15px;
}
#footer ul.menu-footer {
  margin-top: 10px;
  list-style-type: none;
}
#footer ul.menu-footer li {
  list-style-type: none;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#footer ul.menu-footer li::before {
  background-color: #f03f35;
}
#footer ul.menu-footer li a:hover {
  color: white;
}
.desarrollos {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center !important;
}
.desarrollos a {
  font-size: 10px !important;
  color: white !important;
}
.desarrollos a:hover {
  text-decoration: underline;
}
/* #######################################################
##########################################################
NEWSLETTER MDIRECTOR
##########################################################
########################################################*/
#subscriptionForm {
  width: 100% !important;
  padding: 0 !important;
}
#subscriptionForm .pagination-centered {
  display: none;
}
#subscriptionForm .span4,
#subscriptionForm .span8 {
  width: 100% !important;
  display: block !important;
}
#subscriptionForm .span4 .pull-right,
#subscriptionForm .span8 .pull-right {
  float: none !important;
}
#subscriptionForm .span4 .add-on,
#subscriptionForm .span8 .add-on {
  display: none;
}
#subscriptionForm .span4 input,
#subscriptionForm .span8 input {
  width: 100% !important;
}
#subscriptionForm label {
  width: 100% !important;
}
#subscriptionForm label.checkbox {
  margin-bottom: 10px !important;
}
#subscriptionForm label span {
  font-weight: normal !important;
}
#subscriptionForm .help-block {
  display: block;
  clear: both;
}
#privacyPolity {
  display: none;
}
/* #######################################################
##########################################################
COOKIEBOT
##########################################################
########################################################*/
/*#CybotCookiebotDialog{
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.16) !important;
	-moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.16) !important;
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.16) !important;
	border-top: 2px solid #f03f35 !important;
	font-family: 'Open Sans' !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	#CybotCookiebotDialogBody{
		max-width: 800px;
		#CybotCookiebotDialogBodyContentTitle{
			color: #f03f35 !important;
		}
		#CybotCookiebotDialogBodyContentText{
			font-family: 'Open Sans' !important;
			font-size: 14px !important;
			line-height: 1.3 !important;
		}
		#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{
			text-align:center !important;
			float: none;
			a{
				padding: 10px;
			}
		}
	}
	
}*/
/* #######################################################
##########################################################
PROMOCIONES 2021
##########################################################
########################################################*/
/* Pantalla de Promociones */
h2.title {
  font-style: 600;
  font-size: 18px;
  line-height: 1.6em;
  font-family: 'Open Sans';
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}
h2.title:after {
  width: 100% !important;
  border-bottom: 2px solid #f03f35 !important;
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 0;
}
.servicios h2.title {
  margin-top: 10px;
}
.servicios .wpb_single_image p {
  margin: 0;
}
#contenedor_promociones {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
#contenedor_promociones a {
  width: 32%;
  margin-bottom: 15px;
}
#contenedor_promociones a li {
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 3px solid #f03f35;
}
#contenedor_promociones a li .filtro-categoria {
  background-color: #333333ad;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contenedor_promociones a li .filtro-categoria h3 {
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
#contenedor_promociones a li:empty {
  border-bottom: none;
}
#contenedor_promociones a:hover {
  text-decoration: none;
}
#contenedor_promociones a:hover li .filtro-categoria {
  background-color: #333333;
}
#contenedor_promociones a:hover li .filtro-categoria h3 {
  color: white !important;
}
/* Listado de promociones dentro de categoría */
.promociones-list #cats-menu {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  text-align: center;
}
.promociones-list #cats-menu li {
  display: inline-block;
  border-right: 1px solid black;
}
.promociones-list #cats-menu li a {
  display: block !important;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 0 15px !important;
  font-weight: bold;
  font-family: 'Open Sans';
  color: black;
}
.promociones-list .promo-element {
  margin-bottom: 30px !important;
  border-bottom: 1px solid #f03f35;
  padding: 30px 20px;
  background-color: #f6f6f6;
  position: relative;
}
.promociones-list .promo-element > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: middle;
      -ms-flex-pack: middle;
          justify-content: middle;
}
.promociones-list .promo-element > .wrapper .promo-image {
  width: 20%;
  margin-right: 3%;
  text-align: center;
}
.promociones-list .promo-element > .wrapper .promo-image img {
  margin: auto;
  max-width: 150px;
  width: 100%;
}
.promociones-list .promo-element > .wrapper .promo-content {
  width: 77%;
}
.promociones-list .promo-element > .wrapper .promo-content h2.title,
.promociones-list .promo-element > .wrapper .promo-content h3.title {
  font-weight: bold;
  color: #f03f35;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.promociones-list .promo-element > .wrapper .promo-content h2.title::after,
.promociones-list .promo-element > .wrapper .promo-content h3.title::after {
  display: none;
}
.promociones-list .promo-element > .wrapper .promo-content div.cats {
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.promociones-list .promo-element > .wrapper .promo-content div.cats a {
  color: #f03f35;
}
.promociones-list .promo-element > .wrapper .promo-content p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.promociones-list .promo-element > .wrapper .promo-content .post-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.promociones-list .promo-element > .wrapper .promo-content .post-more a:hover {
  background-color: black !important;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .promociones-list .promo-element > .wrapper .promo-image,
  .promociones-list .promo-element > .wrapper .promo-content {
    width: 100%;
  }
  .promociones-list .promo-element > .wrapper .promo-image {
    margin-bottom: 20px;
  }
}
.nota-promocion {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 0.9em;
}
/* Detalle de promoción */
.promociones-single .post-image img {
  margin: auto;
}
/******************************************************************************
**********************ASESORÍA JURÍDICA****************************************
******************************************************************************/
#cont-articulos-asesoria .blog-item p,
.list-items-blog .blog-item p {
  margin-bottom: 0;
}
/******************************************************************************
********************** CRS ****************************************
******************************************************************************/
.tablaContenido {
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto 40px auto;
}
.tablaContenido th {
  background-color: #f03f35;
}
/******************************************************************************
********************** FORMACIÓN ****************************************
******************************************************************************/
.promociones-formacion {
  margin-bottom: 0 !important;
}
.promociones-formacion .vc_pageable-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promociones-formacion .vc_pageable-slide-wrapper .vc_grid-item {
  padding-bottom: 0 !important;
}
.promociones-formacion .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini {
  border: 1px solid #e5eaec;
}
.promociones-formacion .vc_pageable-slide-wrapper .vc_grid-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.promociones-formacion .vc_gitem-animated-block .vc_gitem-zone a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.destacados-formacion .wpb_single_image {
  margin-bottom: 15px;
  position: relative;
}
.destacados-formacion .wpb_single_image p {
  height: 0;
  margin: 0;
}
.destacados-formacion .wpb_single_image a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.destacados-formacion h4 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
}
.destacados-formacion .vc_column-inner > .wpb_wrapper {
  border: 1px solid #e5eaec;
}
.destacados-formacion .wpb_text_column {
  margin-bottom: 10px;
}
/* #USOTeInforma */
.usoteinforma-list div.date {
  display: none;
}
.wpb_text_column.usoteinforma-title {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  background-size: 60px auto !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 70px !important;
  background-color: #f03f35 !important;
  margin-bottom: 15px !important;
}
.wpb_text_column.usoteinforma-title h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  color: white !important;
  line-height: 1.2 !important;
  text-align: center !important;
  padding-right: 10px !important;
}
.wpb_text_column.usoteinforma-title h2 a:hover {
  color: White !important;
  text-decoration: underline !important;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .wpb_text_column.usoteinforma-title {
    background-size: 40px !important;
    padding-left: 50px !important;
  }
  .wpb_text_column.usoteinforma-title h2 {
    font-size: 15px !important;
  }
}
.usoteinforma-text,
.usoteinforma-text p {
  font-size: 14px !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}
.slider-entradas-usoteinforma .flexslider {
  border: none !important;
  border-radius: 0 !important;
  max-width: 500px;
  margin: auto;
}
.slider-entradas-usoteinforma .flexslider .flex-caption {
  position: absolute !important;
  width: 100% !important;
  padding: 10px 20px !important;
  bottom: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f03f35;
}
.slider-entradas-usoteinforma .flexslider .flex-caption h2 {
  margin-bottom: 0;
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
}
.slider-entradas-usoteinforma .flexslider .flex-caption h2 a {
  color: white;
}
.slider-entradas-usoteinforma .flexslider .flex-caption h2 a:hover {
  color: white !important;
  text-decoration: underline !important;
}
.slider-entradas-usoteinforma .flexslider .flex-caption p {
  display: none;
}
.usoteinforma-list .vc_grid-item .vc_grid-item-mini {
  border: 1px solid #e5eaec;
  margin-bottom: 10px !important;
  background-color: #ffffff;
}
.usoteinforma-list .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c {
  border-top: 3px solid #f03f35;
}
.usoteinforma-list .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_custom_heading {
  margin-bottom: 0;
}
.usoteinforma-list .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_custom_heading h2 {
  text-transform: none;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.usoteinforma-list .vc_btn3 {
  border-radius: 0 !important;
  background-color: #f03f35 !important;
}
.usoteinforma-list .vc_btn3:hover {
  background-color: black !important;
}
/* DOCUMENTOS */
.btn {
  border-radius: 5px;
  padding: 5px 10px;
}
.btn-red {
  background-color: #f03f35;
  color: white !Important;
}
.btn-red:hover {
  background-color: black;
}
.documentos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.documentos-list .documento-element {
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  /*.documento-image{ 
			height: 350px; 
			position: relative;
			
			a{
				img{
					height: 350px; 
					width: 100%;
					object-fit: cover;
    				object-position: center;
    				&:hover{
    					filter: brightness(80%)
    				}
				}
			}
			.documento-cats{
				position: absolute; 
				bottom: 0;
				left: 0;				
				background-color: @red;
				padding: 0 10px;
				color: white;
				font-size: 14px;
				a{
					color: white;
					
				}
			}
		}*/
}
.documentos-list .documento-element .documento-content {
  border-bottom: 1px solid #f03f35;
  width: 100%;
}
.documentos-list .documento-element .documento-content h2 {
  line-height: 1 !important;
  margin-bottom: 0;
}
.documentos-list .documento-element .documento-content h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  text-transform: none;
  padding: 15px;
}
.documentos-list .documento-element .documento-content h2 a:hover {
  text-decoration: none;
}
.documentos-list .documento-element .documento-content:hover {
  background-color: #f03f35;
}
.documentos-list .documento-element .documento-content:hover h2 a {
  color: white !important;
}
.single-documento .addtoany_content {
  display: none;
}
