@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");
@import url("/themes/frontend/jekas/assets/css/bootstrap/bootstrap.css");
@import url("/themes/frontend/jekas/assets/css/bootstrap/bootstrap-responsive.css");
@import url("/themes/frontend/jekas/assets/css/skins/theme-options.css");
@import url("/themes/frontend/jekas/assets/js/fancybox/jquery.fancybox-1.3.1.css");
@import url("/themes/frontend/jekas/assets/css/carousel/flexslider.css");
@import url("/themes/frontend/jekas/assets/css/slide/camera.css");
@import url("/themes/frontend/jekas/assets/css/icons/font-awesome.min.css");
@import url("/themes/frontend/jekas/assets/css/grid/grid.css");
@import url("/themes/frontend/jekas/assets/css/team/minislider.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");
/* ---------------------------------------------------------------------- */
/*  01 Import styles
/* ---------------------------------------------------------------------- */
/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
/*Style Switcher - Theme Options */
/*jquery.fancybox-1.3.1.css  - Lightbox*/
/*carousel.css*/
/*Animations*/
/*@import url("animations/animate.css");*/
/*slide.css*/
/*Icons Font-Awesome*/
/*Grid Gallery*/
/*team*/
/*Google Fonts*/
/* ---------------------------------------------------------------------- */
/*  02 Basic Elements
/* ---------------------------------------------------------------------- */
/* Standar Styles --------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color: #777;
  position: relative;
  font-weight: 300;
  background-color: #fff;
}
a {
  color: #43402f;
}
a:hover {
  text-decoration: none;
  color: #43402f;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 300;
}
h1 {
  font-size: 34px;
  line-height: 44px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 34px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 14px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  padding: 5px 0 15px 0;
  margin: 0;
  color: #403e3d;
  font-family: 'Open Sans', sans-serif;
}
/* Class and styles General ----------------------------*/
.clearfix {
  width: 1px;
  height: 1px;
  display: block;
  clear: both;
  content: " , ";
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.center {
  text-align: center;
}
.padding {
  padding: 50px 0;
}
.padding_top {
  padding-top: 50px;
}
.padding_bottom {
  padding-bottom: 50px;
}
.padding_top_mini {
  padding-top: 15px;
}
.margin_top {
  margin-top: 50px;
}
.button {
  width: auto;
  border: 0;
  color: #fff;
  margin: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
  padding: 12px 25px;
  text-shadow: 0 -1px 0 #a82d21;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.button:hover {
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
div.show-grid [class*="span"] {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background-color: #43402f;
  opacity: 0.5;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
}
.the-icons div a {
  line-height: 40px;
  padding: 0 0 0 10px;
}
.the-icons div:hover {
  background-color: #cdcdcd;
}
.the-icons div:hover i {
  font-size: 28px;
}
.the-icons div i {
  padding-right: 10px;
}
ul li,
ol li {
  line-height: 30px;
}
dl,
dt {
  padding-bottom: 10px;
}
/* Info title -----------------------------------*/
.info_title {
  position: relative;
  overflow: hidden;
}
.info_title i.right {
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 15em;
  color: #e5e5e5;
  z-index: 0;
}
.info_title i.left {
  position: absolute;
  left: 3%;
  top: 16%;
  font-size: 15em;
  color: #e5e5e5;
  z-index: 0;
}
/* divisor vertical ----------------------------*/
.vertical_line {
  width: 1px;
  background: #cdcdcd;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
.vertical_line .circle_top {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 0;
  left: -3.5px;
}
.vertical_line .circle_bottom {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  bottom: 0;
  left: -3.5px;
}
.info_vertical {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.info_vertical h1 {
  font-size: 40px;
  line-height: 45px;
  width: 85%;
  margin: 0 auto;
}
.info_vertical p {
  font-size: 23px;
  line-height: 33px;
  margin: 0;
  width: 100%;
}
.info_vertical h2 {
  padding: 10px 0 10px 0;
}
/* Animation ------------------------------------*/
.image_resalt {
  overflow: hidden;
}
.animation {
  position: relative;
  right: -500px;
}
.animation_two {
  position: relative;
  top: -400px;
}
/* Info resalt --------*/
.info_resalt {
  background: #f7f5f2;
  padding: 50px 0;
}
.borders {
  border-top: 1px solid #e5e3e1;
  border-bottom: 1px solid #e5e3e1;
}
.border_top {
  border-top: 1px solid #e5e3e1;
}
.border_bottom {
  border-bottom: 1px solid #e5e3e1;
}
.info_white {
  overflow: auto;
  padding-bottom: 70px;
}
/* Services animations --------*/
.service-process {
  background-image: url('/themes/frontend/jekas/assets/img/service-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.service-process a {
  color: #5c5c5c;
}
@media (max-width: 979px) {
  .service-process {
    background-image: none;
  }
}
.service-process .thumbnail,
.service-process .thumbnail:hover {
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.caption-head {
  height: 200px;
  width: 200px;
  background-color: #fff;
  border: 6px solid #e6e6e6;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.caption-head .caption-icon {
  display: block;
  height: 90px;
  margin-top: 35px;
}
.caption-head .caption-icon:hover,
.caption-head .caption-title:hover {
  cursor: pointer;
}
.caption-head:hover {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.caption-head:hover > .caption-icon {
  color: #fff;
  -webkit-animation: slideFromBottom 300ms ease;
  -moz-animation: slideFromBottom 300ms ease;
  -o-animation: slideFromBottom 300ms ease;
  animation: slideFromBottom 300ms ease;
}
.caption-head:hover > .caption-title {
  color: #fff;
  -webkit-animation: slideFromBottom 500ms ease;
  -moz-animation: slideFromBottom 500ms ease;
  -o-animation: slideFromBottom 500ms ease;
  animation: slideFromBottom 500ms ease;
}
.icon-big {
  font-size: 5em;
  line-height: 1.1;
}
@-webkit-keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(150%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes slideFromBottom {
  from {
    -moz-transform: translateY(150%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes slideFromBottom {
  from {
    -ms-transform: translateY(150%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
/* Results ----------------------------*/
.results {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.arrow_results {
  position: absolute;
  background: url("/themes/frontend/jekas/assets/img/arrow_results.png") no-repeat center center;
  width: 92px;
  height: 32px;
}
.arrow_resultsb {
  position: absolute;
  background: url("/themes/frontend/jekas/assets/img/arrow_resultsb.png") no-repeat center center;
  width: 100%;
  height: 118px;
  bottom: -70px;
  left: 0;
}
.results h2 {
  font-size: 23px;
  padding: 0;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.results h2 span {
  color: #222;
  float: right;
  margin-right: -10%;
  font-size: 24px;
}
.results i {
  font-size: 25px;
  color: #222;
}
.results h5 {
  font-size: 14px;
  line-height: 20px;
}
/* Top ---------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url("/themes/frontend/jekas/assets/img/ui.totop.png") no-repeat left top;
}
#toTopHover {
  background: url("/themes/frontend/jekas/assets/img/ui.totop.png") no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ---------------------------------------------------------------------- */
/*  03 Structure
    /* ---------------------------------------------------------------------- */
/* header ---------------------------------------------------------*/
header {
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
header .container {
  position: relative;
}
.slide {
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.index_static {
  height: 400px;
  padding-top: 10%;
}
.index_static h1 {
  margin-top: 0;
}
/* Sections Titles  ----------------------------*/
.section_title {
  padding: 125px 0 40px 0;
  overflow: visible;
}
.section_title h1 {
  color: #fff;
  padding: 0;
}
.section_title p {
  color: #fff;
  text-align: right;
  padding-top: 5px;
}
/* Crumbs  ----------------------------*/
.crumbs {
  background: #f7f5f2;
  padding: 10px 20px;
}
.crumbs ul {
  margin: 0;
  list-style: none;
}
.crumbs ul li {
  display: inline-block;
  padding-right: 12px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
.crumbs ul li a:hover {
  text-decoration: underline;
}
/*  Main Navigation -----------------------------------------*/
.logo img {
  /*max-width: 145px;*/
  padding: 10px 0;
  transition: all 0.4s ease-in-out 0s;
}
/*.nav_logo{*/
/*width: 100%;*/
/*z-index: 999;*/
/*[>padding: 20px 0 0 0; <]*/
/*[>background: #111111;<]*/
/*background: rgba(255, 255, 255, 0.93) none repeat scroll 0 0;*/
/*[>background: #ffffff none repeat scroll 0 0;<]*/
/*border-bottom: 1px solid #ddd;*/
/*padding: 25px 0 0;*/
/*[>width: 100%;<]*/
/*}*/
.nav_logo {
  width: 100%;
  z-index: 999;
  padding: 20px 0;
  background: #111111;
  background: rgba(17, 17, 17, 0.75);
}
.sticky-wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
.layout-boxed .nav_logo,
.layout-boxed-margin .nav_logo {
  max-width: 1230px;
}
.layout-boxed-margin .sticky-wrapper {
  position: absolute;
  z-index: 999;
}
.tinynav {
  display: none;
}
.sf-menu {
  margin: 0;
  float: right;
  padding-top: 14px;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  top: -999em;
  width: 170px;
  display: none;
}
.sf-menu > li {
  position: relative;
  float: left;
  list-style: none;
  line-height: 20px;
  margin: 0 40px 0 0;
}
.sf-menu > li:last-child {
  margin: 0;
}
.sf-menu > li > a {
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #FFF;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 44px;
  left: -28px;
  z-index: 999;
}
.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
.sf-menu li.current,
.sf-menu li:hover,
.sf-menu li.sfHover {
  text-decoration: none;
}
.sf-menu li li a {
  display: block;
  margin: 0;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  overflow: hidden;
  padding: 12px 15px;
  background: #111111;
  background: rgba(17, 17, 17, 0.75);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu li li {
  float: none;
  position: relative;
}
.sf-menu li li a:hover {
  background-color: #555;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 145px;
  top: 0;
}
.content_info {
  padding: 20px 0px 0 0;
}
/* Galley Carousel ------------------------------------*/
.flexslider .gallery li img {
  width: 100%;
  margin: 0;
}
.flexslider .gallery li {
  padding: 5px;
  max-width: 296px;
  background: #fff;
  border: solid 1px #cdcdcd;
  text-align: left;
}
.flexslider .gallery li .hover {
  position: relative;
  overflow: hidden;
}
.flexslider .gallery li .info {
  padding: 5px 2px;
  font-size: 14px;
}
.flexslider .gallery li .info i {
  float: right;
  padding: 5px 2px;
  color: #333;
  font-size: 15px;
}
.overlay {
  position: absolute;
  left: 0;
  top: -400px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.flexslider .gallery li:hover .overlay {
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* filtrers -------------------------------------------*/
ul.filter {
  display: table;
  margin: 0 auto;
  margin-bottom: 50px;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  padding: 10px 0;
}
ul.filter li {
  list-style: none;
  color: #0f0e0f;
  float: left;
  padding: 0 35px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
ul.filter li a {
  color: #555;
  float: left;
}
/* Portfolio --------------------------------*/
#portfolio-list {
  margin: 0;
  list-style: none;
}
#portfolio-list li img {
  width: 100%;
}
#portfolio-list li {
  padding: 5px;
  background: #fff;
  max-width: 355px;
  border: solid 1px #cdcdcd;
  text-align: left;
  margin: 0 20px 20px 0;
}
#portfolio-list li.span3 {
  margin: 0 10px 20px 0;
  max-width: 270px;
}
#portfolio-list li .hover {
  position: relative;
  overflow: hidden;
}
#portfolio-list li .info {
  padding: 8px 2px 0 2px;
  font-size: 14px;
}
#portfolio-list li .info i {
  float: right;
  padding: 5px 2px;
  color: #333;
  font-size: 15px;
}
#portfolio-list li:hover .overlay {
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.portfolio-list {
  margin: 0;
  list-style: none;
}
.portfolio-list li img {
  width: 100%;
}
.portfolio-list li {
  padding: 5px;
  background: #fff;
  max-width: 355px;
  border: solid 1px #cdcdcd;
  text-align: left;
  margin: 0 20px 20px 0;
}
.portfolio-list li.span3 {
  margin: 0 10px 20px 0;
  max-width: 270px;
}
.portfolio-list li .hover {
  position: relative;
  overflow: hidden;
}
.portfolio-list li .info {
  padding: 8px 2px 0 2px;
  font-size: 14px;
}
.portfolio-list li .info i {
  float: right;
  padding: 5px 2px;
  color: #333;
  font-size: 15px;
}
.portfolio-list li:hover .overlay {
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.technologies {
  margin: 20px 0 35px;
}
.technologies i {
  font-size: 28px;
  margin-right: 10px;
  color: #403e3d;
}
/* Page Error ------------------------------------------------------------*/
.page-error {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.page-error h1 {
  font-size: 140px;
  line-height: 140px;
}
.page-error h1 i {
  font-size: 200px;
  line-height: 190px;
}
.page-error hr.tall {
  margin: 20px 0 30px 0;
}
/* ACCORDION ------------------------------------------*/
.accordion-trigger h3 {
  margin: 0 10px;
}
.accordion-trigger {
  text-decoration: none;
  padding: 10px 10px 10px 25px;
  margin: 0 0 15px 0;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  background: #f9f9f9 url("/themes/frontend/jekas/assets/img/toggle.png") no-repeat right 14px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.accordion-trigger i {
  padding-right: 10px;
  font-size: 18px;
}
.accordion-trigger:hover {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.accordion-trigger.active,
.accordion-trigger:hover {
  color: #fff;
  background: #999999 url("/themes/frontend/jekas/assets/img/toggle.png") no-repeat right -69px;
}
.accordion-container {
  padding: 10px 0;
}
.accordion-container p {
  margin: 0 0 10px 0;
}
/* Footer ----------------------------*/
footer {
  background: url("/themes/frontend/jekas/assets/img/arrow_footer.png") no-repeat center top;
  background-color: #1C1C1C;
  padding: 80px 0;
  color: #fff;
  /*font-weight: 600; */
}
footer p {
  margin: 0;
  font-weight: normal;
}
footer h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2c2c2c;
}
footer ul {
  margin: 0;
  list-style: none;
}
footer ul li {
  line-height: 40px;
  font-weight: normal;
}
footer ul li a {
  color: #ddd;
}
footer ul li a:hover {
  color: #fff;
}
.twitts ul {
  overflow: hidden;
}
.twitts ul li {
  line-height: 25px;
  font-size: 14px;
}
footer .input-prepend input {
  height: 26px;
}
footer .input-prepend {
  margin: 6px 0 12px 0;
}
footer .input-prepend .add-on {
  background: #ddd;
  height: 26px;
}
footer .input-prepend .add-on i {
  color: #222;
}
footer .button {
  margin-top: 5px;
}
.contact_footer li {
  line-height: 1em;
  margin-bottom: 22px;
}
.coopring {
  background: #fff;
  color: #222;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
/* Social   ----------------------------*/
.social li {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.social li span {
  background: #555;
  margin-right: 15px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.social li span i {
  padding: 3px;
  color: #fff;
  font-size: 16px;
}
.social li:hover {
  margin-left: 5px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.social li:hover span {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.social .facebook:hover span {
  background: #3B5998;
}
.social .twitter:hover span {
  background: #3C8FC9;
}
.social .linkedin:hover span {
  background: #3399CC;
}
.social .github:hover span {
  background: #000;
}
/* Contact  ----------------------------*/
.map_area iframe {
  width: 100%;
  height: 250px;
  border: 0;
}
#form input {
  width: 85%;
  height: 32px;
  margin-bottom: 20px;
}
#form select {
  height: auto;
  margin-bottom: 20px;
  padding: 8px;
  width: 88%;
}
#form select option {
  color: #555;
}
#form textarea {
  width: 95%;
  height: 130px;
}
#form .button {
  width: auto;
  height: auto;
}
#form #result {
  font-size: bold;
}
/* Comments -------------------------------------------*/
.comments_carousel ul {
  list-style: none;
  margin: 0;
  position: relative;
}
.comments_carousel ul li {
  position: relative;
}
.comments_carousel .image {
  width: 160px;
  margin: 0 auto;
  height: 150px;
  border-radius: 50%;
  background: #000;
  position: relative;
  overflow: hidden;
}
.comments_carousel .image img {
  width: 160px;
  height: 150px;
  border-radius: 50%;
}
.arrow_coment {
  width: 100%;
  height: 17px;
  position: absolute;
  top: 155px;
}
.name {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: 20px 0;
  width: 42%;
  position: absolute;
  left: 0;
  top: 17%;
  text-align: right;
}
.job {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: 20px 0;
  width: 42%;
  position: absolute;
  right: 0;
  top: 17%;
  text-align: left;
}
.comments_carousel p {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  margin-top: 25px;
}
.comments_carousel h3 {
  padding: 0;
  color: #222;
}
/* Tables Princing -----------------------------------------------*/
.item_table {
  border-radius: 4px;
  border: solid 1px #cdcdcd;
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item_table:hover {
  margin-top: -5px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.head_table {
  color: #fff;
  background-color: #423C24;
  position: relative;
  z-index: 5;
  text-align: center;
}
.head_table h1 {
  color: #fff;
  margin: 0;
  font-size: 25px;
  line-height: 35px;
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
.head_table h2 {
  font-size: 30px;
  margin: 0;
  padding: 10px 0 0 0;
}
.head_table h2 span {
  font-size: 14px;
  color: #fff;
}
.head_table h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  padding-bottom: 10px;
}
.arrow_table {
  position: absolute;
  z-index: -1;
  background: url("/themes/frontend/jekas/assets/img/arrow_table.png") no-repeat center;
  background-repeat: repeat-x;
  bottom: -28px;
  height: 32px;
  width: 100%;
  left: 0;
}
.item_table .color {
  background-color: #f9f9f9;
}
.item_table ul {
  margin: 40px 0 30px 0;
}
.item_table ul li {
  list-style: none;
  border-top: 1px solid #eee;
  line-height: 40px;
  text-align: center;
  padding: 5px 0;
}
.item_table ul li i {
  color: #555;
  padding-right: 5px;
}
.item_table ul li:last-child {
  border-bottom: 1px solid #ddd;
}
/* Tables Princing Promotions -----------------------------------------------*/
.promotion_table {
  margin-top: -40px;
}
.promotion_table:hover {
  margin-top: -40px;
}
.promotion_table .head_table {
  color: #fff;
  position: relative;
  z-index: 5;
  text-align: center;
}
.promotion_table .head_table h2 {
  color: #fff;
}
.promotion_table .arrow_table {
  position: absolute;
  z-index: -1;
  background: url("/themes/frontend/jekas/assets/img/arrow_table_promotion.png") no-repeat center;
  background-repeat: repeat-x;
  bottom: -28px;
  height: 32px;
  width: 100%;
  left: 0;
}
.promotion_table h2 {
  color: #43402f;
}
/* Blog -----------------------------------------------*/
.post {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.image-visitor {
  border-radius: 50%;
  overflow: hidden;
  width: 90%;
}
.comment {
  padding-bottom: 30px;
}
.comment .title_comment {
  padding: 15px 0;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 12px;
}
.comment .title_comment span a {
  float: right;
}
.comment .social {
  margin: 0;
  list-style: none;
}
.comment .social li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.comment .social li span {
  padding: 5px 7px;
  color: #fff;
}
.comment .social li:hover {
  margin-left: 0;
}
.form_comment input,
.form_comment textarea {
  width: 100%;
  height: 28px;
}
.form_comment textarea {
  height: 200px;
}
.form_comment .button {
  width: auto;
  height: auto;
}
aside .button {
  padding: 0 auto;
  line-height: 15px;
  float: right;
  margin-right: 2%;
  margin-top: 0;
}
aside .form-control {
  height: 30px;
  width: 68%;
}
/* ---------------------------------------------------------------------- */
/*   0.4 Version 1920px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1920px) {
  /* camera_caption*/
  .camera_caption {
    padding-top: 4%;
  }
  .camera_caption img {
    width: 100%;
    position: relative;
    padding-top: 10%;
  }
  .camera_caption h1,
  .index_static h1 {
    font-size: 75px;
    width: 85%;
    line-height: 90px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  .camera_caption h1 span,
  .index_static h1 span {
    font-size: 85px;
    line-height: 95px;
  }
  .camera_caption p,
  .index_static p {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
/* ---------------------------------------------------------------------- */
/*   0.5 Version 1440px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1440px) {
  /* camera_caption*/
  .camera_caption {
    padding-top: 6%;
  }
  .camera_caption img {
    width: 100%;
    position: relative;
    padding-top: 10%;
  }
  .camera_caption h1,
  .index_static h1 {
    font-size: 50px;
    width: 80%;
    line-height: 60px;
  }
  .camera_caption h1 span,
  .index_static h1 span {
    font-size: 60px;
    line-height: 70px;
  }
  .camera_caption p,
  .index_static p {
    width: 77%;
    font-size: 30px;
    line-height: 40px;
  }
}
/* ---------------------------------------------------------------------- */
/*   0.6 Version 1024px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
  /* camera_caption*/
  .camera_caption {
    padding-top: 4%;
  }
  .camera_caption img {
    width: 100%;
    position: relative;
    padding-top: 10%;
  }
  .camera_caption h1,
  .index_static h1 {
    font-size: 35px;
    width: 80%;
    line-height: 45px;
  }
  .camera_caption h1 span,
  .index_static h1 span {
    font-size: 40px;
    line-height: 50px;
  }
  .camera_caption p,
  .index_static p {
    font-size: 20px;
    line-height: 30px;
  }
  .camera_caption .button,
  .index_static .button {
    font-size: 18px;
    padding: 8px 25px;
  }
  .camera_caption .button span,
  .index_static .button span {
    font-size: 24px;
  }
  .index_static {
    height: 350px;
    padding-top: 150px;
  }
  .input-prepend input {
    width: auto;
  }
  .portfolio-list li {
    max-width: 290px;
    margin: 0 5px 20px 5px;
  }
  .portfolio-list li.span3 {
    margin: 0 5px 20px 5px;
    max-width: 210px;
  }
  /* Comments -------------------------------------------*/
  .name,
  .job {
    width: 40%;
  }
  .comments_carousel p {
    margin: 25px auto 10px auto;
  }
  .comments_carousel h3 {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------------------- */
/*   0.7 Version 900px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 980px) {
  .sf-menu > li > a {
    font-size: 15px;
    padding: 0;
  }
  .sf-menu > li {
    margin: 0 15px 0 0;
  }
  .sf-menu > li:last-child {
    margin: 0;
  }
  /* camera_caption*/
  .camera_caption {
    padding-top: 5%;
  }
  .camera_caption img {
    width: 90%;
    position: relative;
    padding-top: 16%;
  }
  .camera_caption h1,
  .index_static h1 {
    font-size: 25px;
    width: 80%;
    line-height: 35px;
  }
  .camera_caption h1 span,
  .index_static h1 span {
    font-size: 30px;
    line-height: 40px;
  }
  .camera_caption p,
  .index_static p {
    font-size: 16px;
    line-height: 26px;
  }
  .camera_caption .button,
  .index_static .button {
    font-size: 15px;
    padding: 5px 25px;
  }
  .camera_caption .button span,
  .index_static .button span {
    font-size: 18px;
  }
  .caption-head {
    height: 170px;
    width: 170px;
  }
  .icon-big {
    font-size: 3em;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .caption-head h2 {
    font-size: 22px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    margin-top: -30px;
  }
  .contact_footer li {
    line-height: 30px;
    margin-bottom: 22px;
  }
  .button {
    display: block;
    width: auto;
    text-align: center;
  }
  footer .input-prepend input,
  footer .button {
    width: auto;
  }
}
/* ---------------------------------------------------------------------- */
/*  0.8 Mobile Version 767px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 767px) {
  body {
    text-align: center;
  }
  .content_info {
    padding: auto 20px;
  }
  #menu {
    display: none;
  }
  .tinynav {
    display: inline;
    width: 100%;
    position: relative;
    top: 1px;
    right: 20px;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    height: 30px;
  }
  .logo img {
    padding: 0 0 0 20px;
    text-align: left;
  }
  .nav_logo {
    padding: 10px 0;
    text-align: left;
  }
  .nav_logo .span9 {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
  }
  .info_resalt {
    padding: 50px 20px;
  }
  .animation {
    padding-top: 50px;
  }
  /* Sections Titles  ----------------------------*/
  .section_title {
    padding: 100px 0 40px 0;
    text-align: center;
  }
  .section_title h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .section_title p {
    text-align: center;
  }
  .section_title .logo {
    text-align: left;
  }
  /* filtrers -------------------------------------------*/
  ul.filter li {
    padding: 0 10px;
  }
  .portfolio-list li,
  .portfolio-list li.span3 {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .service-process {
    display: table;
    margin: 0 auto;
  }
  footer {
    text-align: center;
    padding: 40px 20px;
  }
  .item_team {
    margin-bottom: 20px;
  }
  .results h2 span {
    display: none;
  }
  .info_resalt {
    text-align: center;
  }
  .item_table {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .info_vertical {
    width: 90%;
  }
  .info_vertical h1 {
    font-size: 30px;
    line-height: 35px;
    width: 95%;
  }
  .info_vertical p {
    font-size: 18px;
    line-height: 23px;
  }
  .info_vertical h2 {
    padding: 10px 0 10px 0;
  }
  .arrow_resultsb,
  .arrow_results {
    display: none;
  }
  /* camera_caption*/
  .camera_caption {
    padding-top: 1%;
    padding-left: 30px;
  }
  .index_static {
    padding: 100px 0;
    height: 200px;
  }
  .index_static img {
    display: none;
  }
  .index_static .logo img {
    display: block;
  }
  /* Comments -------------------------------------------*/
  .name,
  .job {
    width: 35%;
  }
  .comments_carousel p {
    width: 90%;
  }
  .button {
    display: inline;
    width: auto;
    text-align: center;
  }
}
/* ---------------------------------------------------------------------- */
/*   0.9 Version 685px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 685px) {
  /* camera_caption*/
  .camera_caption {
    padding-top: 0%;
    padding-left: 30px;
  }
}
/* ---------------------------------------------------------------------- */
/*   10 Version 600px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 600px) {
  .camera_caption .button {
    display: none;
  }
  .index_static .button {
    padding: 8px;
  }
  .camera_caption img,
  .index_static img {
    display: none;
  }
  .index_static .logo img {
    display: block;
  }
  /* Comments -------------------------------------------*/
  .name,
  .job {
    width: 30%;
  }
  .comments_carousel p {
    width: 90%;
  }
  .comments_carousel h3 {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------------------- */
/*   11 Version 480px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 480px) {
  /* camera_caption*/
  .camera_caption {
    padding-top: 3%;
    padding-left: 30px;
  }
  .camera_caption img {
    display: none;
  }
  .camera_caption h1 {
    font-size: 20px;
    width: 80%;
    line-height: 24px;
  }
  .camera_caption h1 span {
    font-size: 23px;
    line-height: 26px;
  }
  .camera_caption p {
    font-size: 14px;
    line-height: 20px;
  }
  .button {
    margin: 15px 0;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
  }
  /* Comments -------------------------------------------*/
  .name,
  .job {
    width: 25%;
    top: 10%;
  }
  .comments_carousel h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .post {
    width: 80%;
  }
}
/* ---------------------------------------------------------------------- */
/*  12 Mobile Version 380px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 380px) {
  .camera_caption {
    padding-top: 6%;
  }
  /* filtrers -------------------------------------------*/
  ul.filter {
    width: 100%;
  }
  ul.filter li {
    padding: 5px 10px;
  }
  /* Comments -------------------------------------------*/
  .name,
  .job {
    width: 20%;
    top: 10%;
  }
  .comments_carousel h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .post {
    width: 90%;
  }
}
/* ---------------------------------------------------------------------- */
/*  13 Mobile Version 320px
    /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 320px) {
  /* Comments -------------------------------------------*/
  .name,
  .job {
    width: 17%;
    top: 10%;
  }
  .comments_carousel h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
/* ------------------------------------------------------------------------- */
ul.flickr-list {
  /*overflow: hidden;*/
}
ul.flickr-list li {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
}
ul.flickr-list li a {
  display: inline-block;
  padding: 5px;
  background: #353a3e;
  border: 1px solid #494f54;
  max-width: 60px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.flickr-list li a img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.flickr-list li a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.8;
}
.language-switcher {
  float: right;
}
.language-switcher a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.language-switcher a:hover img,
.language-switcher a.active img {
  -webkit-filter: none;
  filter: none;
}
.blog-content {
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 14px;
}
.entry-header {
  margin-bottom: 16px;
  position: relative;
}
.blog-image {
  overflow: hidden;
  position: relative;
}
.blog-image img {
  width: 100%;
}
.more-link {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-content:hover .more-link {
  background-color: #232323;
  opacity: 0.9;
}
.more-link a {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  opacity: 0;
}
.blog-content:hover .more-link a {
  opacity: 1;
}
.post-date {
  left: -15px;
  top: -15px;
  color: #fff;
  font-size: 36px;
  width: 100px;
  height: 100px;
  position: absolute;
  text-align: center;
}
.post-date h3 {
  color: #fff;
  padding-top: 18px;
  line-height: 30px;
  font-weight: lighter;
}
.post-date span {
  display: block;
  font-size: 20px;
}
.entry-meta {
  padding: 0;
}
.entry-meta li {
  display: inline-block;
  margin-right: 5px;
}
.entry-meta li a {
  color: #666;
}
.entry-title {
  font-weight: lighter;
  padding-bottom: 0;
  font-size: 20px;
}
.entry-title a:hover {
  color: #e64b3c !important;
}
.product-list .info,
.product-list .price {
  text-align: center;
}
.product-list .price {
  color: #0088cc;
  font-size: 14px;
}
.list {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 2px;
}
.list li:before {
  font-family: FontAwesome;
  /*content: "\f00c";*/
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/*.list .list li:before {
    content: "\f0da";
    }*/
.category-list .list {
  margin-left: 22px;
}
.portfolio-list .list-item {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cdcdcd;
  /*margin: 1;*/
  /*max-width: 355px;*/
  padding: 5px;
  text-align: left;
  position: relative;
}
.portfolio-list .list-item:last-child {
  /*margin-right: 0px;*/
}
.portfolio-list .list-item img {
  width: 100%;
}
.portfolio-list .list-item {
  padding: 5px;
  background: #fff;
  max-width: 355px;
  border: solid 1px #cdcdcd;
  text-align: left;
  /*  margin-right: 20px;
        margin-bottom: 20px;
        */
  margin: 0 auto;
  margin-bottom: 20px;
}
.portfolio-list .list-item.span3 {
  margin: 0 10px 20px 0;
  max-width: 270px;
}
.portfolio-list .list-item .hover {
  position: relative;
  overflow: hidden;
}
.portfolio-list .list-item .info {
  padding: 8px 2px 0 2px;
  font-size: 14px;
}
.portfolio-list .list-item .info i {
  float: right;
  padding: 5px 2px;
  color: #333;
  font-size: 15px;
}
.portfolio-list .list-item:hover .overlay {
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* make facebook feed fluid width: untested in chrome and ie */
/*.fb_iframe_widget {
    display: block !important;
    width: 101% !important;
}
.fb_iframe_widget span {
display: block !important;
width: auto !important;
}

.fb_iframe_widget span iframe {
display: block !important;
width: 100% !important;
}
.widget.social_links-facebook_feed {
border: none;
}*/
#main-footer a {
  color: #ddd;
}
#main-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
/*Edit wigets hightlight */
.wrapper-products-hightlight {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 65px 0;
  background: #eee none repeat scroll 0 0;
  background-size: cover;
}
.wrapper-products-hightlight .item-product {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  max-width: 300px;
  height: 300px;
  overflow: hidden !important;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  background: #fff;
  z-index: 200;
}
.wrapper-products-hightlight .item-product img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  z-index: 10;
}
.wrapper-products-hightlight .item-product:hover {
  border-color: #57B3E8;
}
.wrapper-products-hightlight .item-product:hover img {
  -webkit-transform: scale(1.1) rotate(12deg);
  /* Safari */
  -ms-transform: scale(1.1) rotate(12deg);
  /* IE 9 */
  -moz-transform: scale(1.1) rotate(12deg);
  /* IE 9 */
  transform: scale(1.1) rotate(12deg);
}
.wrapper-products-hightlight .name-pro {
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  margin: 30px auto 0;
  border-radius: 0 10px;
  background: rgba(0, 0, 0, 0.6);
}
.wrapper-products-hightlight .name-pro span {
  word-wrap: break-word;
}
.wrapper-products-hightlight .span4 {
  padding-bottom: 1em;
}
/*page faq style*/
.page-faq .accordion-trigger.active,
.page-download .accordion-trigger.active {
  margin-bottom: 0px;
}
.page-faq .accordion-trigger.active,
.page-faq .accordion-trigger:hover {
  background-color: #999;
}
.page-faq .accordion-trigger,
.page-download .accordion-trigger {
  border-color: #128DD0;
  border-image: none;
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  margin-bottom: 5px;
  background-color: #EBEBEB;
  color: #000;
}
.page-faq .accordion-container,
.page-download .accordion-container {
  background-color: #F7F7F7;
  border-bottom: 1px solid;
  display: block;
  margin-bottom: 4px;
  padding: 1em 24px;
}
.padding.page-faq,
.padding.page-download {
  padding-top: 0;
}
aside h4 {
  font-weight: bold;
  margin-left: -15px;
}
.sidebars aside {
  width: 100%;
}
.blog-post img {
  width: 100%;
}
.sidebars aside h4,
footer aside h4 {
  margin-left: 0px;
}
.sidebars .latest-posts-widget [class*="span"] {
  margin-right: 0px;
}
#slide .camera_next > span {
  background: rgba(0, 0, 0, 0.8) url("/themes/frontend/jekas/assets/img/na.png") no-repeat scroll center center;
  border-radius: 6px;
}
#slide .camera_prev > span {
  background: rgba(0, 0, 0, 0.8) url("/themes/frontend/jekas/assets/img/pa.png") no-repeat scroll center center;
  border-radius: 6px;
}
.partner {
  padding: 0;
  display: block;
  margin: 0;
  text-align: center;
}
.partner li {
  display: inline-block;
  text-align: center;
  width: 188px;
  margin: 30px 0;
}
.partner li img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.partner li:hover img {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter>                   </svg>#grayscale");
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  /* IE6-9 */
  zoom: 1;
  -webkit-filter: grayscale(0%);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.latest-posts-widget .container .date-post {
  background-color: #fff;
  margin-top: -30px;
  opacity: 0.84;
  position: sticky;
}
.latest-posts-widget .container .date-post ul,
.latest-posts-widget .container .date-post ol {
  list-style: outside none none;
  margin: 0 1em;
  text-align: right;
}
.latest-posts-widget .blog-box .container::after {
  clear: none;
}
#layout .latest-posts .widget-products-hightlight h3 {
  text-align: center;
  font-weight: bold;
}
.wrapper-products-hightlight .item-product img {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  z-index: 10;
}
@media (max-width: 1199px) {
  .wrapper-products-hightlight .item-product {
    height: 250px;
    max-width: 250px;
  }
  .sf-menu > li {
    margin: 0 5px;
  }
  .partner li {
    width: 142px;
  }
  .navigation {
    margin: 0;
    padding: 0;
  }
  .navigation li:nth-child(3) {
    margin-left: 0px;
    margin-right: 10px;
  }
  .navigation li:nth-child(5) {
    margin-left: 0px;
    margin-right: 10px;
  }
  .navigation li:nth-child(6) {
    margin-left: 0px;
    margin-right: 10px;
  }
  .portfolio-list li.span3 {
    width: 212px;
  }
  .sf-menu > li > a {
    padding: 6px 12px !important;
  }
}
@media (max-width: 991px) {
  .wrapper-products-hightlight .item-product {
    height: 200px;
    max-width: 200px;
  }
  .tinynav {
    border-radius: 3px;
    display: inline;
    float: right;
    margin-top: 22px;
    color: #fff;
    background-color: #50585E;
    width: 100%;
  }
  .camera_wrap {
    margin-top: 72px;
    position: relative;
    width: 100%;
  }
  .sf-menu {
    display: none;
    float: right;
    margin: 11px 0 0;
  }
  .partner li {
    width: 99px;
  }
  .navigation li a {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    min-width: 100px;
    padding: 0 7px;
    text-decoration: none !important;
  }
  .navigation li {
    display: inline-block;
    line-height: 30px;
    margin: 0 0 10px !important;
    text-align: center;
    width: 100%;
  }
  .navigation li + li {
    margin: 10px 0 !important;
  }
  header.section_title .container .row-fluid.animated.fadeInUp.delay1 > .span5 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .wrapper-products-hightlight .name-pro {
    margin: 30px auto 50px;
    max-width: 300px;
  }
  .tinynav {
    width: 220px;
  }
  .camera_wrap .camera_pag .camera_pag_ul {
    display: none;
  }
  .camera_next > span,
  .camera_prev > span {
    height: 33px;
    width: 33px;
    background-size: 40%;
  }
  .wrapper-products-hightlight .item-product {
    height: 250px;
    max-width: 250px;
  }
  .partner li {
    width: 100%;
  }
  .partner li img {
    max-width: 200px;
    width: auto;
  }
  .partner li + li {
    margin-left: 0px;
    margin-top: 15px;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: left !important;
  }
  ul.flickr-list li {
    float: none;
    display: inline-block !important;
  }
  .navigation li {
    width: auto;
  }
  #main-footer .span3.widget-html {
    margin-bottom: 37px !important;
  }
  .social01 li {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
  .portfolio-list .list-item {
    margin-bottom: 50px !important;
  }
  .portfolio-list li,
  .portfolio-list li.span3 {
    display: block !important;
    float: none !important;
    margin: 0 auto 20px;
    max-width: 400px !important;
    width: 100% !important;
  }
  footer p {
    font-size: 11px !important;
    padding: 0 20px;
  }
  :lang(en) #powered-by:after {
    display: block;
    font-size: 11px;
  }
  :lang(th) #powered-by:after {
    display: block;
    font-size: 11px;
  }
}
.nav_logo.animated.fadeInDown.delay1 div:nth-child(2n) {
  top: 0px;
  bottom: inherit !important;
  /*border-bottom: 1px solid #F5F5F5;*/
}
header .widget-category-menu-product {
  display: none;
}
.content_info .list .list {
  display: none;
}
.content_info .widget-category-menu-product h4 {
  font-weight: bold;
}
.sidebar-widgets .shop-widget .list li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.layout-wide .layout-widget-popular-products h4 {
  text-align: center;
  font-weight: bold;
}
.layout-wide .layout-widget-popular-products .popular-product {
  display: table;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 1170px;
}
.layout-wide .layout-widget-popular-products .popular-product li {
  display: inline-block;
  padding: 1em 9px;
  width: 17%;
}
.layout-wide .layout-widget-popular-products .popular-product h6 {
  display: table;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.layout-wide .layout-widget-popular-products[max-width~='768px'] .popular-product li {
  width: 20%;
}
.layout-wide .layout-widget-popular-products[max-width~='768px'] .popular-product li {
  width: 35%;
}
.content_info .layout-widget-social-link h3 {
  text-align: center;
  font-weight: bold;
}
.content_info .layout-widget-social-link ul {
  display: table;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.content_info .layout-widget-social-link ul li {
  display: inline-block;
  padding: 1em 9px;
  text-align: center;
  width: 12%;
}
.content_info .layout-widget-social-link ul li a {
  display: inline-flex;
  width: 6em;
}
.content_info .layout-widget-social-link[max-width~='920px'] ul li {
  width: 9%;
}
.content_info .widget-products-gallery[max-width~='270px'] ul.flickr-list li a {
  padding: 2px;
}
.content_info .widget-products-gallery h3 {
  font-weight: bold;
  text-align: center;
}
.content_info .widget-products-gallery .products-gallery-list {
  display: table;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 1170px;
}
.content_info .widget-products-gallery .products-gallery-list li {
  display: inline-block;
  padding: 1em 9px;
  text-align: center;
  width: 17%;
  float: none;
}
.content_info .widget-products-gallery .products-gallery-list li a {
  padding: 2px;
  max-width: none;
  border-radius: 20%;
}
.content_info .widget-products-gallery .products-gallery-list li a img {
  border-radius: 18%;
}
.content_info .widget-products-gallery[max-width~='1024px'] .products-gallery-list li {
  width: 18%;
}
.content_info .widget-products-gallery[max-width~='768px'] .products-gallery-list li {
  width: 24%;
}
.page-download .accordion-container {
  padding: 0;
}
.row-download {
  border-bottom: 1px solid #cbcbcb;
  padding: 6px 0 6px 2em;
  background-color: #FBFBFB;
}
.row-download .list-name {
  width: 50%;
  display: inline-table;
  font-weight: bold;
}
.row-download .list-download {
  display: inline-table;
  text-align: right;
  width: 45%;
}
.row-download .list-download a {
  color: #015C87;
}
.nav_logo[max-width~='450px'] .span9 {
  position: initial;
  width: 100%;
}
.nav_logo[max-width~='450px'] .span9 .tinynav {
  width: 100%;
  margin-top: 1em;
  right: auto;
}
.nav_logo[max-width~='767px'].animated.fadeInDown.delay1 div:nth-child(2n) {
  border-bottom: medium none;
}
#slide[max-width~='450px'] {
  margin-top: 8em;
}
.content_info .widget-portfolio[max-width~='270px'] ul.flickr-list li a {
  padding: 2px;
}
.content_info .widget-portfolio h3 {
  text-align: center;
}
.content_info .widget-portfolio .flickr-list {
  display: table;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 1170px;
}
.content_info .widget-portfolio .flickr-list li {
  display: inline-block;
  padding: 1em 9px;
  text-align: center;
  width: 17%;
  float: none;
}
.content_info .widget-portfolio .flickr-list li a {
  padding: 2px;
  max-width: none;
  border-radius: 20%;
}
.content_info .widget-portfolio .flickr-list li a img {
  border-radius: 18%;
}
.content_info .widget-portfolio[max-width~='1024px'] .flickr-list li {
  width: 18%;
}
.content_info .widget-portfolio[max-width~='768px'] .flickr-list li {
  width: 24%;
}
footer .widget-products-gallery .products-gallery-list li {
  padding: 0 5px;
}
footer .widget-products-gallery .products-gallery-list[max-width~='450px'] li {
  float: left;
  padding: 6px;
}
footer .widget-products-gallery .products-gallery-list li {
  border-radius: 0;
  margin: 0;
  line-height: 0;
}
footer .widget-products-gallery .products-gallery-list li a {
  overflow: auto;
  padding: 2px;
  border-radius: 10%;
}
footer .widget-products-gallery .products-gallery-list li a img {
  border-radius: 5px;
}
.sidebars .sidebar-widgets[max-width~='270px'] .span3 {
  float: none;
}
.layout-wide .widget-new-post h4 {
  margin: 0;
}
.layout-wide .widget-new-post .posts-widget-list {
  list-style: outside none none;
}
.layout-wide .sidebars .widget-new-post {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.latest-posts-widget b {
  display: table;
}
.widget-newsletter input {
  margin-bottom: 0;
}
.sidebars .latest-posts-widget .span3 {
  margin-left: 0;
}
.content_info .latest-posts-widget aside {
  text-align: center;
}
.latest-posts-widget [class*="span"] {
  margin-left: 0;
  margin-right: 20px;
}
.widget-article-posts h4.span3 {
  float: none;
  margin-left: 0;
}
.widget-article-posts .list .span3 {
  margin-left: 0;
}
.content_info .list .span3 {
  float: none;
  width: auto;
}
/* style article */
.container .content_info {
  border-radius: 6px;
  background-color: #eeeeee;
  padding-bottom: 20px;
}
.container .content_info .post {
  width: 90%;
}
.container .content_info hr {
  border-width: 4px 0;
}
.content_info .sidebars .widget-category-menu-product {
  margin: 0;
}
.sidebars .sidebar-widgets h4,
.sidebars .sidebar-widgets h3 {
  background: rgba(0, 0, 0, 0) url("/themes/frontend/jekas/assets/img/tab_menu.jpg") no-repeat scroll center center;
  border-bottom: 2px solid #c7ccd0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  text-align: left;
}
.content_info h1,
.content_info h2,
.content_info h3,
.content_info h4 {
  font-weight: bold;
}
footer .widget-article-posts .span3 {
  clear: both;
  width: auto;
}
footer .latest-posts-widget .span3,
.sidebars .latest-posts-widget .span3 {
  clear: both;
  width: auto;
  text-align: left;
}
footer .latest-posts-widget .span3:nth-child(n+4) {
  display: none;
}
footer#main-footer .row-fluid aside h4 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2c2c2c;
}
.widget-newsletter[max-width~='270px'] form button {
  margin-top: 1em;
}
.latest-posts-widget p {
  font-size: 14px;
}
.latest-posts-widget img {
  width: 100%;
}
/*news*/
.widget-lastest-news .ul.post-tags,
.widget-lastest-news .post-tags li {
  list-style: outside none none;
}
.widget-lastest-news .post-tags {
  margin: 0;
  background-color: rgba(203, 203, 203, 0.75);
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
}
.article-page-detail .post-tags {
  margin: 0;
  text-align: right;
  list-style: outside none none;
}
.article-page-detail img {
  width: 100%;
}
.accordion-trigger:hover {
  background-color: #C2C9CF;
  transition: all 0.1s linear 0s;
}
footer .latest-posts-widget h4 {
  font-weight: 100;
}
.sidebars .wrapper-products-hightlight {
  background: none;
}
.layout-wide .sidebars .layout-widget-popular-products .popular-product li {
  width: 100%;
}
.layout-wide .sidebars .layout-widget-popular-products .popular-product h6,
.layout-wide .sidebars .layout-widget-popular-products .popular-product {
  text-align: left;
}
.sidebars .popular-product img {
  width: 100%;
}
.layout-wide .sidebars .layout-widget-popular-products .popular-product li {
  padding: 0;
}
.layout-wide .sidebars .layout-widget-popular-products .popular-product h6 {
  height: 0;
}
.content_info .sidebars .layout-widget-social-link ul {
  text-align: left;
}
.widget-newsletter[max-width~='220px'] #input-newsletter-email {
  width: auto;
}
.latest-posts > .latest-posts-widget {
  display: table-row-group;
}
.career-page h5 {
  font-weight: 500;
}
footer h4 {
  font-weight: 100;
}
/* news widget footer */
footer .widget-lastest-news .span3 {
  margin-left: 0;
  float: none;
}
footer .widget-lastest-news .span3 hr {
  margin: 10px 0;
}
footer .widget-lastest-news .span3 span {
  font-size: 12px;
}
footer .widget-lastest-news .span3 a:hover {
  text-decoration: none;
}
footer .widget-lastest-news .span3 img {
  width: 35%;
}
body {
  display: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color: #777;
  position: relative;
  font-weight: 300;
  background-color: #fff;
}
.info_vertical p {
  font-size: 20px;
  line-height: 33px;
  margin: 0;
  width: 100%;
}
#wm-ipp-base {
  height: 65px;
  /* initial height just in case js code fails */
  padding: 0;
  margin: 0;
  border: none;
  background: none transparent;
}
#wm-ipp {
  z-index: 2147483647;
}
#wm-ipp,
#wm-ipp * {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 0 !important;
  min-height: 0;
  outline: none;
  float: none;
  text-align: left;
  border: none;
  color: #000;
  text-indent: 0;
  position: initial;
  background: none;
}
#wm-ipp div,
#wm-ipp canvas {
  display: block;
}
#wm-ipp div,
#wm-ipp tr,
#wm-ipp td,
#wm-ipp a,
#wm-ipp form {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  /*z-index:2147483640;*/
  height: auto;
}
#wm-ipp table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: auto;
  font-size: inherit;
}
#wm-ipp form input {
  padding: 1px !important;
  height: auto;
  display: inline;
  margin: 0;
  color: #000;
  background: none #fff;
  border: 1px solid #666;
}
#wm-ipp form input[type=submit] {
  padding: 0 8px !important;
  margin: 1px 0 1px 5px !important;
  width: auto !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}
#wm-ipp form input[type=submit]:hover {
  background: #eee !important;
  cursor: pointer !important;
}
#wm-ipp form input[type=submit]:active {
  transform: translateY(1px);
}
#wm-ipp a {
  display: inline;
}
#wm-ipp a:hover {
  text-decoration: underline;
}
#wm-ipp a.wm-btn:hover {
  text-decoration: none;
  color: #ff0 !important;
}
#wm-ipp a.wm-btn:hover span {
  color: #ff0 !important;
}
#wm-ipp #wm-ipp-inside {
  margin: 0 6px;
  border: 5px solid #000;
  border-top: none;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow: 1px 1px 4px #333;
  box-shadow: 1px 1px 4px #333;
  border-radius: 0 0 8px 8px;
}
/* selectors are intentionally verbose to ensure priority */
#wm-ipp #wm-logo {
  padding: 0 10px;
  vertical-align: middle;
  min-width: 100px;
  flex: 0 0 100px;
}
#wm-ipp .c {
  padding-left: 4px;
}
#wm-ipp .c .u {
  margin-top: 4px !important;
}
#wm-ipp .n {
  padding: 0 0 0 5px !important;
  vertical-align: bottom;
}
#wm-ipp .n a {
  text-decoration: none;
  color: #33f;
  font-weight: bold;
}
#wm-ipp .n .b {
  padding: 0 6px 0 0 !important;
  text-align: right !important;
  overflow: visible;
  white-space: nowrap;
  color: #99a;
  vertical-align: middle;
}
#wm-ipp .n .y .b {
  padding: 0 6px 2px 0 !important;
}
#wm-ipp .n .c {
  background: #000;
  color: #ff0;
  font-weight: bold;
  padding: 0 !important;
  text-align: center;
}
#wm-ipp.hi .n td.c {
  color: #ec008c;
}
#wm-ipp .n td.f {
  padding: 0 0 0 6px !important;
  text-align: left !important;
  overflow: visible;
  white-space: nowrap;
  color: #99a;
  vertical-align: middle;
}
#wm-ipp .n tr.m td {
  text-transform: uppercase;
  white-space: nowrap;
  padding: 2px 0;
}
#wm-ipp .c .s {
  padding: 0 5px 0 0 !important;
  vertical-align: bottom;
}
#wm-ipp #wm-nav-captures {
  white-space: nowrap;
}
#wm-ipp .c .s a.t {
  color: #33f;
  font-weight: bold;
  line-height: 1.8;
}
#wm-ipp .c .s div.r {
  color: #666;
  font-size: 9px;
  white-space: nowrap;
}
#wm-ipp .c .k {
  padding-bottom: 1px;
}
#wm-ipp .c .s {
  padding: 0 5px 2px 0 !important;
}
#wm-ipp td#displayMonthEl {
  padding: 2px 0 !important;
}
#wm-ipp td#displayYearEl {
  padding: 0 0 2px 0 !important;
}
div#wm-ipp-sparkline {
  position: relative;
  /* for positioning markers */
  white-space: nowrap;
  background-color: #fff;
  cursor: pointer;
  line-height: 0.9;
}
#sparklineImgId,
#wm-sparkline-canvas {
  position: relative;
  z-index: 9012;
  max-width: none;
}
#wm-ipp-sparkline div.yt {
  position: absolute;
  z-index: 9010 !important;
  background-color: #ff0 !important;
  top: 0;
}
#wm-ipp-sparkline div.mt {
  position: absolute;
  z-index: 9013 !important;
  background-color: #ec008c !important;
  top: 0;
}
#wm-ipp .r {
  margin-left: 4px;
}
#wm-ipp .r a {
  color: #33f;
  border: none;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: 100% 100% !important;
  text-decoration: none;
}
#wm-ipp #wm-capinfo {
  /* prevents notice div background from sticking into round corners of
     #wm-ipp-inside */
  border-radius: 0 0 4px 4px;
}
#wm-ipp #wm-capinfo .c-logo {
  display: block;
  float: left;
  margin-right: 3px;
  width: 90px;
  min-height: 90px;
  max-height: 290px;
  border-radius: 45px;
  overflow: hidden;
  background-position: 50%;
  background-size: auto 90px;
  box-shadow: 0 0 2px 2px #d0d0d0 inset;
}
#wm-ipp #wm-capinfo .c-logo span {
  display: inline-block;
}
#wm-ipp #wm-capinfo .c-logo img {
  height: 90px;
  position: relative;
  left: -50%;
}
#wm-ipp #wm-capinfo .wm-title {
  font-size: 130%;
}
#wm-ipp #wm-capinfo a.wm-selector {
  display: inline-block;
  color: #aaa;
  text-decoration: none !important;
  padding: 2px 8px;
}
#wm-ipp #wm-capinfo a.wm-selector.selected {
  background-color: #666;
}
#wm-ipp #wm-capinfo a.wm-selector:hover {
  color: #fff;
}
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-collected-by,
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-timestamps {
  display: none;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content {
  background-color: #ff0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content * {
  font-size: 14px;
  text-align: center;
}
#wm-ipp #wm-expand {
  right: 1px;
  bottom: -1px;
  color: #ffffff;
  background-color: #666 !important;
  padding: 0 5px 0 3px !important;
  border-radius: 3px 3px 0 0 !important;
}
#wm-ipp #wm-expand span {
  color: #ffffff;
}
#wm-ipp #wm-expand #wm-expand-icon {
  display: inline-block;
  transition: transform 0.5s;
  transform-origin: 50% 45%;
}
#wm-ipp #wm-expand.wm-open #wm-expand-icon {
  transform: rotate(180deg);
}
#wm-ipp #wmtb {
  text-align: right;
}
#wm-ipp #wmtb #wmtbURL {
  width: calc(55%);
}
#wm-ipp #wm-graph-anchor {
  border-right: 1px solid #ccc;
}
/* time coherence */
html.wb-highlight {
  box-shadow: inset 0 0 0 3px #a50e3a !important;
}
.wb-highlight {
  outline: 3px solid #a50e3a !important;
}
#wm-ipp-print {
  display: none !important;
}
@media print {
  #wm-ipp-base {
    display: none !important;
  }
  #wm-ipp-print {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 414px) {
  #wm-ipp .xxs {
    display: none !important;
  }
}
@media (min-width: 1055px) {
  #wm-ipp #wm-graph-anchor {
    display: block !important;
  }
}
@media (max-width: 1054px) {
  #wm-ipp #wm-graph-anchor {
    display: none !important;
  }
}
@media (max-width: 1163px) {
  #wm-logo {
    display: none !important;
  }
}
#wm-btns {
  white-space: nowrap;
  margin-top: -2px;
}
#wm-btns #wm-save-snapshot-open {
  margin-right: 7px;
  top: -6px;
}
#wm-btns #wm-sign-in {
  box-sizing: content-box;
  display: none;
  margin-right: 7px;
  top: -8px;
  /*
  round border around sign in button
  */
  border: 2px #000 solid;
  border-radius: 14px;
  padding-right: 2px;
  padding-bottom: 2px;
  width: 11px;
  height: 11px;
}
#wm-btns #wm-sign-in > .iconochive-person {
  font-size: 12.5px;
}
#wm-save-snapshot-open > .iconochive-web {
  color: #000;
  font-size: 160%;
}
#wm-ipp #wm-share {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#wm-share > #wm-screenshot {
  display: inline-block;
  margin-right: 3px;
  visibility: hidden;
}
#wm-screenshot > .iconochive-image {
  color: #000;
  font-size: 160%;
}
#wm-share > #wm-video {
  display: inline-block;
  margin-right: 3px;
  visibility: hidden;
}
#wm-video > .iconochive-movies {
  color: #000;
  display: inline-block;
  font-size: 150%;
  margin-bottom: 2px;
}
#wm-btns #wm-save-snapshot-in-progress {
  display: none;
  font-size: 160%;
  opacity: 0.5;
  position: relative;
  margin-right: 7px;
  top: -5px;
}
#wm-btns #wm-save-snapshot-success {
  display: none;
  color: green;
  position: relative;
  top: -7px;
}
#wm-btns #wm-save-snapshot-fail {
  display: none;
  color: red;
  position: relative;
  top: -7px;
}
.wm-icon-screen-shot {
  background: url("../images/web-screenshot.svg") no-repeat !important;
  background-size: contain !important;
  width: 22px !important;
  height: 19px !important;
  display: inline-block;
}
#donato {
  /* transition effect is disable so as to simplify height adjustment */
  /*transition: height 0.5s;*/
  height: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #999 !important;
}
body.wm-modal {
  height: auto !important;
  overflow: hidden !important;
}
#donato #donato-base {
  width: 100%;
  height: 100%;
  /*bottom: 0;*/
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2147483639;
}
body.wm-modal #donato #donato-base {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483640;
}
.wb-autocomplete-suggestions {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 2147483647;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.wb-autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}
.wb-autocomplete-suggestion b {
  font-weight: bold;
}
.wb-autocomplete-suggestion.selected {
  background: #f0f0f0;
}
