/* ************************************************   
Theme Name: Universfolio
Author: WPBox & Weblusive 
Version: 1.2
License: See on zip package
License URI: See on zip package
Description: A fully responsive ultra-customizable corporate theme with e-commerce support.
Theme URI:
Author URI:
Tags: dark, light
************************************************ */

/* -------------------------------------------------- 
  Table of Contents
-----------------------------------------------------
:: Imported Stylesheets
:: General
:: Containers
:: Headings
:: Links
:: Text & Content Blocks
:: The Grid
:: Pricing Table
:: Header
:: - Top Bar
:: - Logo
:: - Navigation
:: - DropDown Menu - Superfish
:: Page Title
:: Breadcrumbs
:: Portfolio
:: - Filter
:: - Items
:: Singlework Page
:: Map
:: Singlepost
:: Comments
:: Contact Page
:: Contact & Comment Form
:: pagination
:: Content
:: Post items
:: Sidebar
:: Footer
:: - Widget title
:: - Back to top
:: - Coprytight
:: - Social icons
:: Services
:: Recent posts
:: Our Clients
:: Speech Bubble (Testimonial)
:: Widgets
:: - Categories
:: - Tags
:: - Video
:: - Twitter
:: - Subscribe
:: - Flickr
:: - About us
:: - Contact us
:: Toggles - FAQs Page
:: Error 404
:: About Page
:: - Skills
:: - Team
:: - Social icons
:: BxSlider v4.0
:: FancyBox - v2.0.6
:: Dark version
*/

/* ------------------------------------------------------
  Imported Stylesheets (Their order is important.)
------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic,600italic,700italic);

/* ------------------------------------------------------
  General
------------------------------------------------------ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5em; /* 18px */
  color: #333;
  /* Fix for webkit rendering */
  -webkit-font-smoothing: antialiased; 
  -webkit-text-size-adjust: 100%;
  background-repeat: repeat;
  background-position: left top;
}

body.wide {
  background-color: #fff;
  background-image: none;
}

body.wide #header,
body.boxed #header {
  position: absolute;
  width: 100%;
  z-index: 999;
}

body.boxed {
  background-color: #333;
  background-image: url(images/background-patterns/bg8.png);
}

/* Body Background*/
body.no-img { background: #fff; }
body.bg1 { background-image: url(images/background-patterns/bg1.png); }
body.bg2 { background-image: url(images/background-patterns/bg2.png); }
body.bg3 { background-image: url(images/background-patterns/bg3.png); }
body.bg4 { background-image: url(images/background-patterns/bg4.png); }
body.bg5 { background-image: url(images/background-patterns/bg5.png); }
body.bg6 { background-image: url(images/background-patterns/bg6.png); }
body.bg7 { background-image: url(images/background-patterns/bg7.png); }
body.bg8 { background-image: url(images/background-patterns/bg8.png); }
body.bg9 { background-image: url(images/background-patterns/bg9.png); }
body.bg10 { background-image: url(images/background-patterns/bg10.png); }

iframe, video, audio {
  display: block; 
}

/*img,*/ embed, object, video { /* Note: keeping IMG here will cause problems if you're using foreground images as sprites. */
  max-width: 100%;
}

video {
  width: 100%;
  height: auto;
}

/* Clearfix */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden; 
  visibility: hidden;
  width: 0;
}

.separator {
  clear: both;
  width: 100%;
  height: 0;
  border-top: 1px solid #f0f0f0;
  margin: 20px 0;
}

.left { float: left; }
.right { float: right; }

.l0 { left: 0 !important; }

.p0 { padding: 0 !important; }
.m0 { margin: 0 !important; }

.pl0 { padding-left: 0 !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }


.no-bullet { list-style: none; }

.title-1 {
  border: 1px solid #e2e2e2;
  padding: 20px 27px;
  margin: 20px 12.5px;
  color: #4e5257;
  position: relative;
  font-size: 1.385em;
  font-weight: bold;
  text-transform: uppercase;
}

.title-1:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 0;
  border-left: 4px solid #b6d82f;
}

.title-1:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 20px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-left-color: #b6d82f;
}

.title-2 {
  font-size: 1.615em;
  font-weight: bold;
  color: #b6d82f;
  margin: 20px 0;
}

.button {
  display: inline-block;
  padding: 10px 18px;
}

.button:hover {
  color: #fff;
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}

.button.uppercase {
  text-transform: uppercase;
}

.button.gray {
  background: #777;
  color: #fff;
}

.button.color {
  background: #b6d82f;
  color: #fff;
}

/* List */
ul.arrow {
  padding-left: 0;
}

ul.arrow .arrow {
  padding: 10px 0 0 10px;
}

.arrow li {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
  background: url(images/list-arrow.png) no-repeat 0px 6px;
}

/* Video */
.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.transition-opacity {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}

/* ------------------------------------------------------
  Containers
------------------------------------------------------ */
#wrap {
  position: relative;
  overflow: hidden;
}

body.boxed #wrap {
  background-color: #fff;
  width: 1220px;
  max-width: 100%;
  margin: 0 auto 50px auto;
  box-shadow: 0 0 8px rgba(0,0,0,0.11);
}

.container {
  width: 1170px;
  margin: 0 auto;
}

#main {
  margin-bottom: 25px; 
}

#slider-home {
  margin: auto;
}

/* ------------------------------------------------------
  Headings
------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

h1 {  
  font-size: 2.5em; /* 30px */
  line-height: 1.266em; /* 38px/30px */
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.666em; /* 20px */
  line-height: 1.3em; /* 26px/20px */
  letter-spacing: -0.02em;
}

h3 {
  font-weight: bold;
  font-size: 1.333em; /* 16px */
  line-height: 1.375em; /* 22px/16px */
}

h4 {
  font-size: 1.166em; /* 14px */  
  line-height: 1.285em; /* 18px/14px */
}

h5 {
  font-size: 1.083em; /* 13px */
  line-height: 1.538em; /* 20px/13px */
  font-weight: bold;
}

h6 {
  font-size: 1em; /* 12px */
  line-height: 1.5em; /* 18px */  
  font-weight: bold;
}

/* ------------------------------------------------------
  Links
------------------------------------------------------ */
a, a > * {
  color: #b6d82f;
  text-decoration: none;
}

a, a > *,
.button,
.jcarousel-prev, .jcarousel-next, 
.iconbox > a * {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;  
}

a:hover, a > * {
  color: #333;  
}

/* ------------------------------------------------------
  Text & Content Blocks
------------------------------------------------------ */
p {
  margin-bottom: 15px;
  color: #8d8d8d;
  line-height: 1.692em;
}

.highlighttext { background: #ffff99; }
.dropcap{font-size:2em; font-weight:bold}
.alignleft {
  float: left;  
}

img.alignleft {
  margin: 5px 20px 5px 0; 
}

.alignright {
  float: right; 
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;  
  margin-right: auto;
}

img.aligncenter {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tip, caption, .caption {
  color: #999;
  font-size: 0.916em; /* 11px */
  font-style: italic;
}

.grey-text {
  color: #999;  
}

.invisible {
  display: none !important; 
}

hr {
  background-color: #e5e5e5;
  color: #e5e5e5;
  border: none;
  height: 1px;
  clear: both;
  margin: 40px 0;
}

mark {
  font-style: normal;
    font-weight: normal;  
}

.note {
  color: #E64141; 
}

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

/* Blockquotes */
blockquote:not(.speech-bubble), blockquote:not(.speech-bubble) p { line-height: 1.8em; background: #f9f9f9; }

blockquote:not(.speech-bubble) { margin: 0 0 17px; padding: 15px 20px 1px 19px; border-left: 2px solid #b6d82f; }
blockquote:not(.speech-bubble) cite { display: block; font-size: 1.077em; color: #555; }
blockquote:not(.speech-bubble) cite:before { content: "\2014 \0020"; }
blockquote:not(.speech-bubble) cite a, blockquote:not(.speech-bubble) cite a:visited { color: #555; }

/* ------------------------------------------------------
  The Grid
------------------------------------------------------ */
.row { margin: 0 -12.5px; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -12.5px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -12.5px; }
.row .row.collapse { margin: 0; }
.column, .columns { float: left; min-height: 1px; padding: 0 12.5px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }
.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }
.row .offset-by-one { margin-left: 8.33333%; }
.row .offset-by-two { margin-left: 16.66667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.33333%; }
.row .offset-by-five { margin-left: 41.66667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.33333%; }
.row .offset-by-eight { margin-left: 66.66667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.33333%; }
.push-two { left: 16.66667%; }
.pull-two { right: 16.66667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.33333%; }
.pull-four { right: 33.33333%; }
.push-five { left: 41.66667%; }
.pull-five { right: 41.66667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.33333%; }
.pull-seven { right: 58.33333%; }
.push-eight { left: 66.66667%; }
.pull-eight { right: 66.66667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.33333%; }
.pull-ten { right: 83.33333%; }

img { height: auto; }
img, object, embed { max-width: 100%; }
img { -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img { max-width: none!important; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* ------------------------------------------------------
  Pricing Table
------------------------------------------------------ */
.pricing-table { border: solid 1px #ddd; margin-left: 0; margin-bottom: 20px; padding-left: 0; }
.pricing-table * { list-style: none; line-height: 1; }
.pricing-table .title { background-color: #ddd; padding: 15px 20px; margin: 0; text-align: center; color: #333333; color: #000; font-weight: bold; font-size: 16px; }
.pricing-table .table-price { background-color: #eeeeee; padding: 15px 20px; text-align: center; color: #333333; font-weight: normal; font-size: 20px; }
.pricing-table .description { background-color: white; padding: 15px; text-align: center; color: #777777; font-size: 12px; font-weight: normal; line-height: 1.4; border-bottom: dotted 1px #ddd; }
.pricing-table .bullet-item { background-color: white; padding: 15px; text-align: center; color: #333333; font-size: 14px; font-weight: normal; border-bottom: dotted 1px #ddd; }
.pricing-table .cta-button { background-color: whitesmoke; text-align: center; padding: 20px; }

/* ------------------------------------------------------
  Header
------------------------------------------------------ */
#header {
  background: rgb(0,0,0);
  background: rgba(0,0,0,.7);
  padding-bottom: 25px;
}

/* Top Bar */
#top-bar {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  margin-bottom: 26px;
}

#top-bar .info {
  float: left;
  width: 500px\0/;
  padding: 3px 6px;
}

#top-bar .info img {
  float: left;
  display: block;
  margin-right: 6px;
}

#top-bar .info span {
  line-height: 26px;
}

#top-bar .flags {
  float: right;
  padding: 8px 15px 5px 0;
}

#top-bar .flags a {
  display: inline-block;
  margin-left: 10px;
  opacity: 0.30;
  -moz-opacity: 0.30;
  filter:alpha(opacity=30);
}

#top-bar .flags a img {
  display: block;
}

#top-bar .flags a.active {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}

#top-bar .flags a:hover {
  opacity: 0.50;
  -moz-opacity: 0.50;
  filter:alpha(opacity=50);
}

/* Logo */
#logo {
  float: left;
  margin-bottom: 0;
  max-width: 100%;
}

#logo a {
  display: block;
}

#logo a, #logo a > * {
  color: #333;
}

#logo a img {
  max-width: 100%;
  display: block; 
}

/* Navigation  */
.nav-wrap {
  float: right;
}

#nav {
  float: right;
  position: relative;
  margin-right: -15px;
}

#nav > select {
  display: none;
}

ul#navlist {
  list-style: none; 
  margin: 0;
  padding: 0;
}

ul#navlist li {
  float: left;
  position: relative;
}

ul#navlist li a {
  display: block;
  font-size: 1.231em; /* 16px */
  font-weight: normal;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
}

ul#navlist li.current > a,
ul#navlist li a:hover,
ul#navlist li a.selected,
ul#navlist .current-menu-item > a, ul#navlist .current_page_item > a, ul#navlist .current_page_parent > a, ul#navlist .current-menu-parent > a {
  color: #b6d82f;
}

/* DropDown Menu = Superfish */
.sf-menu {
  line-height: 1.0;
  overflow: visible !important;
}

.sf-menu .sub-menu {
  position: absolute;
  top: -999em;
  width: 170px; /* left offset of submenus need to match (see below) */
  margin: 0 !important;
  padding-left: 0;
  padding-top: 26px;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: auto; /* match top ul list item height */
  z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
  top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu .sub-menu {
  overflow: visible !important;
}

.sf-menu .sub-menu li {
  background: rgb(0,0,0);
  background: rgba(0,0,0,.7);
  padding-right: 0;
  list-style: none;
  margin-bottom: 1px;
}

.sf-menu .sub-menu li:first-child {
  border-top: 2px solid #b6d82f;
}

.sf-menu .sub-menu a {
  font-size: 1em !important;
  font-weight: normal;
  color: #fff;
  padding: 12px 15px !important;
  line-height: normal;
  text-transform: none !important;
}

#main-menu .sub-menu li > a:hover,
#main-menu .sub-menu li > a:focus,
#main-menu .sub-menu li > a:active,
#main-menu .sub-menu li > a.active {
  outline: none;
  color: #fff !important;
  background: #c63502 !important;
}

/* ------------------------------------------------------
  Page Title
------------------------------------------------------ */
#page-title {
  color: #fff;
  padding: 27px 0;
  /* Page title BG*/
  background: url(images/page-title-bg-1.jpg) no-repeat center top;
  padding-top: 163px; /* Header height + 27px */
}

#page-title h1 {
  float: left;
  font-size: 1.692em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
  color: #fff;
}

#page-title h1 span {
  display: inline-block;
  position: relative;
  font-size: 0.7em;
  margin-left: 10px;
  color: #ddd;
}

/* ------------------------------------------------------
  Breadcrumbs
------------------------------------------------------ */
#breadcrumbs, .woocommerce-breadcrumb {
  float: right; 
  background: rgb(0,0,0) !important;
  background: rgba(0,0,0,.3) !important;
  padding: 13px !important;
  margin-bottom:0 !Important
}

#breadcrumbs ul, .woocommerce-breadcrumb ul {
  margin: 0 !important;
  padding: 0 !important; 
}

#breadcrumbs li, .woocommerce-breadcrumb li{
  display: inline !important; font-size:inherit !important;
}

#breadcrumbs a, .woocommerce-breadcrumb a {
  text-transform: uppercase !important;
  font-size: 0.846em !important;
  margin: 0 3px !important;
  color: #fff !important;
  font-size:inherit !important;
}

#breadcrumbs a:hover, .woocommerce-breadcrumb a:hover{
  color: #b6d82f !important;
}

#breadcrumbs li:last-child, .woocommerce-breadcrumb li:last-child{
  margin-left: 3px !important;
}

/* ------------------------------------------------------
  Portfolio
------------------------------------------------------ */
/* Filter */
.portfolio-filter {
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
  padding: 13px 0 0 0;
  margin-bottom: 20px;
}

.portfolio-filter li {
  display: inline-block;
  margin: 0 5px 13px 0;
}

.portfolio-filter a {
  display: block;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #747474;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.portfolio-filter a:hover,
.portfolio-filter a.selected {
  background: #b6d82f;
  color: #fff;
}

/* Portfolio Items */
.bxslider.portfolio-items > li {
  margin-top: -13px;
}

.portfolio-item {
  float: left !important;
  margin-bottom: 25px;
  position: relative;
}

.portfolio-item > img {
  cursor: pointer;
  display: block;
}

.portfolio-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  width: 41px;
  height: 41px;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  background: #b6d82f no-repeat center;

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

.portfolio-item:hover a:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}

.portfolio-item .zoom-in {
  margin-left: -72px;
  background-image: url(images/zoom-icon.png);
}

.portfolio-item .external-link {
  margin-left: -72px;
  background-image: url(images/link-icon.png);
}

.portfolio-item .internal-link {
  margin-left: -72px;
  background-image: url(images/link-icon.png);
}

.portfolio-item .video-link {
  margin-left: -72px;
  background-image: url(images/link-icon.png);
}

.portfolio-item:hover a { 
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}
.portfolio-item:hover .zoom-in, .portfolio-item:hover .external-link, .portfolio-item:hover .internal-link , .portfolio-item:hover .video-link   { margin-left: -20px; }


/* ------------------------------------------------------
  Singlework Page
------------------------------------------------------ */
.singlework .widget-title {
  font-size: 1.308em;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding: 15px 20px;
  margin: -21px -21px 20px -21px;
  background: #74777b;
}

.singlework .widget .description h5 {
  padding: 0;
  margin: 0 0 10px 0;
  color: #000;
}

.singlework .widget .description {
  margin-bottom: -15px;
  color: #8d8d8d;
}

.singlework .widget_categories li {
  color: #000;
}


.singlework .portfolio-item {
  margin-bottom: 15px;
}
.widget ul {padding-left:0; list-style:none}
.latest-works h4{margin-bottom:10px}
ul.footer-list { display: block; list-style: none; margin: 0; padding: 0; }
ul.footer-list li { display: block; list-style: none; margin: 0 0 7px 0; }
ul.footer-list li a { display: block; }
ul.footer-list li.active a { color: #4d4d4d; font-weight: bold; }
ul.footer-list li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; }
ul.footer-list li a.footer-post-thumb {float:left; width:16%; height:50px; margin:4px 10px 10px 0}
ul.footer-list li a.footer-post-thumb img{border: 2px solid;}
ul.footer-list li a.footer-post-link {float:left; width:78%} 
ul.footer-list li small{font-size:10px}

/* ------------------------------------------------------
  Map
------------------------------------------------------ */
#map {
  position: relative;
  width: 100%;
}

#map.flex-video.widescreen {
  padding-bottom: 36.25%;
}

#map img {
  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"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

#map .gmnoprint, #map .gmnoscreen {
  display: none;
}

/* ------------------------------------------------------
  Singlepost
------------------------------------------------------ */
.singlepost .post-item .post-title {
  font-size: 1.846em; /* 24px */
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
}

/* ------------------------------------------------------
  Comments
------------------------------------------------------ */
#comments {
  margin: 0;
  padding: 0;
}

#comments, #comments .children {
  list-style: none;
}

#comments .separator {
  clear: both;
  float: left;
}

.children {
  margin-left: 88px;
  padding: 0;
}

#comments li {
  display: block;
}

.author-avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 17px;
}

.author-avatar img {
  border: 5px solid #b6d82f;
  width: 70px;
  height: 70px;
  border-radius: 3px;
}

.comment-author {
  display: inline-block;
  font-size: 14px;
  color: #3c3c3c;
  margin-right: 8px;
}

.comment-author a {
  color: #3c3c3c;
}

.comment-author a:hover {
  text-decoration: underline;
}

.comment-date {
  display: inline-block;
  font-size: 11px;
  color: #b8b8b8;
}

.comment-text {
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #868686;
}

.comment-text p {
  margin: 0;
}

.comment-reply {
  margin-left: 88px;
}

.comment-reply a {
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  background: #868686;
  color: #fff;
  padding: 1px 10px 4px 10px;
}

.comment-reply a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------
  Contact Page
------------------------------------------------------ */
.contact-page,
.contact-page p {
  color: #8d8d8d;
}

/* ------------------------------------------------------
  Contact & Comment Form
------------------------------------------------------ */
.contact-form input[type="text"].error,
.contact-form textarea.error {
  color: #d84c4c;
}

.contact-form input[type="text"],
.contact-form textarea, input#search{
  border-radius: 5px;
  outline: none;
  width: 49%;
  font-family: 'Open Sans';
  color: #4e5257555;
  font-size: 12px;
  padding: 15px 15px;
  border: 1px solid #d9d9d9;
  background: #f9f9f9;
  margin-bottom: 2%;
}

.contact-form.comment input[type="text"] {
  float: left;
  margin: 0 0 15px 2%;
  width: 32% !important;
}

.contact-form.comment input[type="text"]:first-child {
  margin-left: 0;
}

.contact-form.comment textarea {
  float: right;
  width: 100%;
  max-width: 100%;
  height: 165px;
  min-height: 165px;
}

.contact-form input[type="text"]:first-child {
  margin-left: 0 !important;
}

.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 140px;
  min-height: 140px;
}

.contact-form input[type="submit"] {
  float: right;
  font-size: 12px;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 13px 20px;
  background: #b6d82f;
  cursor: pointer;
}

input[type="submit"] {
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

input[type="submit"]:hover {
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter:alpha(opacity=85);
}

.success, .error{border-radius:4px;  color:#fff; padding:4px 10px;}
.success{background:#619d21; margin-bottom:10px}
.error{background:red}
#registerErrors{margin-bottom:10px}

/* ------------------------------------------------------
  pagination
------------------------------------------------------ */
.pagination {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0 0 0;
  list-style:none;
}

.pagination.no-line {
  border: none;
  padding-top: 0;
}

.pagination li {
  display: inline-block;
  background: #74777b;
  margin-left: 6px;
}

.pagination li.current {
  background: #b6d82f;
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination li a {
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 5px 12px;
}
.pagination li a span{color:#fff}

.pagination li:not(.current):hover {
  opacity: 0.90;
  -moz-opacity: 0.90;
  filter:alpha(opacity=90);
}

/* ------------------------------------------------------
  Content
------------------------------------------------------ */
#content {
  padding-top: 30px;
  margin-bottom: 60px;
}

/* ------------------------------------------------------
  Post items
------------------------------------------------------ */
.post-items .post-item {
  position: relative;
  margin-bottom: 5px;
}

.post-item .post-image {
  position: relative;
  margin-bottom: 20px;
}

.post-items.ver-1 .post-image {
  margin-bottom: 5px;
}

.post-item .flex-video {
  margin-bottom: 20px;
}

.post-item .post-image a,
.post-item .post-image img {
  display: block;
}
.post-item .comments a{display:inline-block}

.post-item .post-meta {
  position: absolute;
  bottom: 0;
  z-index: 9999;
}

.post-item .post-meta span {
  float: left;
  font-size: 0.769em;
  color: #fff;
  padding: 10px 10px 10px 10px;
  line-height: 17px;
  margin-right: 4px;
  background: rgb(0,0,0) no-repeat 10px center;
  background: rgba(0,0,0,.4) no-repeat 10px center;
}
.post-item .post-meta i {font-size:1.6em; margin-right:6px}

.post-item .post-meta a {
  color: #fff;
}

.post-item .post-meta a:hover {
  text-decoration: underline;
}

.post-item .post-container {
  margin-bottom: 15px;
  overflow: hidden;
}

.post-items.ver-1 .post-container {
  max-height: 190px;
}

.post-item .post-title {
  font-size: 1.385em;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 20px;
}

.post-items.ver-1 .post-title {
  margin-bottom: 16px;
}

.post-items.ver-2 .post-title {
  font-size: 1.692em;
}

.post-item .post-title a {
  color: #000;
}

.post-item .post-title a:hover {
  text-decoration: underline;
}

.post-item .post-content p {
  color: #8d8d8d;
  line-height: 1.692em;
}

.read-more {
  display: inline-block;
  padding: 10px 18px;
  font-style: italic;
  color: #fff;
  background: #b6d82f;
}

.read-more:hover {
  color: #fff;
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}

/* ------------------------------------------------------
  Sidebar
------------------------------------------------------ */
#sidebar .widget,
.singlework .widget {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin-bottom: 15px;
}

#sidebar .widget-title {
  font-size: 1.308em;
  text-transform: uppercase;
  font-weight: bold;
  color: #b6d82f;
  padding: 15px 20px;
  margin: -20px -20px 20px -20px;
  border-bottom: 1px solid #dfdfdf;
  background: #f7f7f7;
}

ul.widget-popular-list, ul.widget-post-list{list-style:none !Important; margin-left:0; margin-top:-10px}
.widget-popular-list li {margin-bottom:10px}
.widget-popular-list li:first-child {margin-top:10px}
.widget-popular-list li:last-child{margin-bottom:0}
.widget-popular-list a{color:#666}
.widget-popular-list span.date{color:#b6d82f} 

.wpl-image{float:left; width:60px; margin:0 10px 0 0}
.wpl-image img{width:50px; height:50px}
.wpl-image a{display:block;}

.wpl-desc{/*overflow:hidden*/ float:left; width:210px}
.wpl-desc a{text-decoration:none; display:block; }
[class^="icon-"],[class*=" icon-"] {margin-right: 0.3em !important}

/* ------------------------------------------------------
  Footer
------------------------------------------------------ */
#footer {
  background: #b6d82f;
  padding: 20px 0;
}

#footer .widget {
  color: #000;
  margin-bottom: 30px;
}

/* Widget Title */
#footer .widget-title {
  font-size: 1.538em;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#footer p {
  color: #333;
}

/* Back to top */
#back-to-top {
  width: 100%;
  border-top: 2px solid #333;
  border-top: 2px solid rgba(0,0,0,0.1);
  margin: 30px 0 20px 0;
  position: relative;
}

#back-to-top a {
  position: absolute;
  width: 58px;
  height: 58px;
  text-indent: -9999px;
  top: -31px;
  left: 50%;
  margin-left: -30px;
  border-radius: 100%;
  border: 2px solid #000\0/;
  box-shadow: 0 0 0 4px rgba(0,0,0,.11);
  background: #b6d82f url(images/back-to-top-arrow.png) no-repeat center;
}

#back-to-top a:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80); 
}

/* Copyright */
.copyright {
  float: left;
  font-size: 0.846em;
  line-height: 32px;
}

/* Social Icons */
#footer .social-icons-list{
  float: right;
  border:none;
  padding:0;
  margin:0;
}

#footer .social-icons-list a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 0px;
  background: transparent no-repeat center !important;
  
}


#footer .social-icons-list a:hover {
  opacity: 0.80 !important;
  -moz-opacity: 0.80 !important;
  filter:alpha(opacity=80) !important;
}

/* Social Icons */
ul.social-icons-list {
  margin-bottom: 15px;
  padding: 7px 0 3px 0;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}

ul.social-icons-list li {
  display: inline-block;
  margin: 0 3px;
}

.social-icons-list i {
  display: block;
  width: 30px;
  height: 30px;
  font-size:20px;
  background-color: #4e5257;
  background-image: url(images/social-icons.png);

  transition: background-color 0.5s 0s ease;
  -webkit-transition: background-color 0.5s 0s ease;
  -moz-transition: background-color 0.5s 0s ease;
  -o-transition: background-color 0.5s 0s ease;
  -ms-transition: background-color 0.5s 0s ease;
}

.icon-picasa { background-position: 0 0; }
.icon-picasa:hover { background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); }

.icon-dribble { background-position: -30px 0; }
.icon-dribble:hover { background-color: rgb(241, 87, 138); background-color: rgba(241, 87, 138, 0.8); }

.icon-twitter { background-position: -60px 0; }
.icon-twitter:hover { background-color: rgb(0, 172, 237); background-color: rgba(0, 172, 237, 0.8); }

.icon-facebook { background-position: -90px 0; }
.icon-facebook:hover { background-color: rgb(60, 90, 151); background-color: rgba(60, 90, 151, 0.8); }

.icon-google { background-position: -120px 0; }
.icon-google:hover { background-color: rgb(220, 62, 54); background-color: rgba(220, 62, 54, 0.8); }

.icon-pinterest { background-position: -150px 0; }
.icon-pinterest:hover { background-color: rgb(197, 36, 35); background-color: rgba(197, 36, 35, 0.8); }

.icon-instagram { background-position: -180px 0; }
.icon-instagram:hover { background-color: rgb(142, 89, 70); background-color: rgba(142, 89, 70, 0.8); }

.icon-vimeo { background-position: -210px 0; }
.icon-vimeo:hover { background-color: rgb(28, 183, 234); background-color: rgba(28, 183, 234, 0.8); }

.icon-disqus { background-position: -240px 0; }
.icon-disqus:hover { background-color: rgb(46, 159, 255); background-color: rgba(46, 159, 255, 0.8); }

.icon-wordpress { background-position: -270px 0; }
.icon-wordpress:hover { background-color: rgb(64, 64, 64); background-color: rgba(64, 64, 64, 0.8); }

.icon-tumblr { background-position: -300px 0; }
.icon-tumblr:hover { background-color: rgb(48, 79, 108); background-color: rgba(48, 79, 108, 0.8); }

.icon-youtube { background-position: -330px 0; }
.icon-youtube:hover { background-color: rgb(209, 43, 46); background-color: rgba(209, 43, 46, 0.8); }

.icon-rss { background-position: -360px 0; }
.icon-rss:hover { background-color: rgb(232, 104, 0); background-color: rgba(232, 104, 0, 0.8); }

.icon-flickr { background-position: -390px 0; }
.icon-flickr:hover { background-color: rgb(254, 0, 113); background-color: rgba(254, 0, 113, 0.8); }

.icon-linkedin { background-position: -420px 0; }
.icon-linkedin:hover { background-color: rgb(0, 101, 153); background-color: rgba(0, 101, 153, 0.8); }

.icon-skype { background-position: -450px 0; }
.icon-skype:hover { background-color: rgb(26, 184, 242);  background-color: rgba(26, 184, 242, 0.8); }

.icon-deviant { background-position: -480px 0; }
.icon-deviant:hover { background-color: rgb(79, 97, 85); background-color: rgba(79, 97, 85, 0.8); }

.icon-vkontakte { background-position: -510px 0; }
.icon-vkontakte:hover { background-color: rgb(76, 111, 150); background-color: rgba(76, 111, 150, 0.8); }

/* ------------------------------------------------------
  Services
------------------------------------------------------ */
.service-item-title {
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  font-weight: normal;
  border-bottom: 1px solid #e2e2e2;
}

.service-item-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 0;
  border-top: 3px solid #b6d82f;
}

.service-item-title > .icon {
  margin: 0px 15px 0 0;
  font-size: 40px;
  color: #555;
  cursor: pointer;
}

.service-item-title > div {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 24px;
  color: #333;
}

.service-item-title > div > span {
  display: block;
  margin-top: 3px;
  color: #b6d82f;
  font-size: 14px;
}

.service-item p {
  margin-bottom: 0;
}

.services .service-item {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.service-item .service-img {
  display: inline-block;
  margin-bottom: 15px;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  font-size:52px; 
}
.service-img p {color:#666}

.service-item .service-title {
  display: block;
  font-size: 1.154em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-item .learn-more {
  display: inline-block;
  font-size: 1.077em;
  text-transform: uppercase;
  color: #fff;
  padding: 13px 20px;
  background: #b6d82f;
  border-radius: 5px;
}

.service-item:hover .service-img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-item .learn-more:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}

/* ------------------------------------------------------
  Recent posts
------------------------------------------------------ */
.recent-posts li {
  float: left;
  display: block;
  margin-bottom: 25px;
}

.recent-posts .post-image {
  float: left;
  margin-right: 15px;
}

.recent-posts .post-title {
  color: #000;
  font-size: 1.154em;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 8px;
}

.recent-posts img{max-width:155px !important; height:auto}

.recent-posts .post-title a {
  color: #000; display:block; margin-bottom:8px
}

.recent-posts .post-title a:hover {
  text-decoration: underline;
}

.recent-posts .post-container {
  max-height: 90px;
  overflow: hidden;
}

.recent-posts .more {
  color: #b6d82f;
  font-style: italic;
  text-decoration: underline;
}

/* ------------------------------------------------------
  Our Clients
------------------------------------------------------ */
ul.clients {
  list-style: none;
  margin: 0 -2px 0 1px;
  padding: 0;
}

.clients.grid li {
  float: left;
  width: 50%;
  border: 1px solid #ececec;
  margin: 0 0 -1px -1px;
}

.clients.list li {
  float: left;
  width: 20%;
  padding: 0 10px;
}

.clients li a,
.clients li img {
  display: block;
}

.clients a:hover {
  position: relative;
  z-index: 1;
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}

/* ------------------------------------------------------
  Speech Bubble (Testimonial)
------------------------------------------------------ */
blockquote.speech-bubble .quote-content {
  position: relative;
  font-size: 1.154em;
  font-style: italic;
  line-height: 25px;
  padding: 20px;
  border: 1px solid #d4d4d4;
  background: #f1f1f1;
  color: #6d6d6d;
  margin-bottom: 20px;
}

blockquote.speech-bubble span.quote-arrow {
  display: block;
  width: 21px;
  height: 11px;
  background: url(images/testimonial-arrow.png) no-repeat left top;
  position: absolute;
  left: 20px;
  bottom: -11px;  
}

blockquote.speech-bubble .quote-meta {
  font-family: 'Georgia';
  font-style: italic;
  font-style: 1.308em;
  color: #484848;
}

blockquote.speech-bubble span {
  font-size: 0.846em;
  color: #b6d82f;
}

/* ------------------------------------------------------
  Widgets
------------------------------------------------------ */
/* Categories Widget */
.widget.widget_categories > ul {
  margin-bottom: -11px !important;
}

.widget.widget_categories li, .widget.widget_archive li, .shop-sidebar li {
  display: block;
  padding-left: 17px;
  margin-bottom: 11px;
  color: #9d9d9d;
  background: url(images/list-arrow.png) no-repeat left center;
}

.widget.widget_categories li a, .widget.widget_archive li a, .shop-sidebar li a {
  color: #000;
  margin-right: 6px;
}

.widget.widget_categories li a:hover, .widget.widget_archive li a:hover, .shop-sidebar li a:hover {
  text-decoration: underline;
}

/* Tags Widget */
.widget.widget_tag_cloud .tagcloud {
  margin-bottom: -7px;
}
.widget.widget_tag_cloud .tagcloud li{display: inline-block;}
.widget.widget_tag_cloud a {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.769em !important;
  background: #b6d82f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.widget.widget_tag_cloud a:hover {
  background: #74777b;
}

/* Video Widget */
.widget.video .flex-video {
  margin-bottom: 0;
}

/* Twitter Widget */
.widget.twitter ul {
  margin-bottom: -15px;
}

.widget.twitter li {
  display: block;
}

.widget.twitter a,
.widget.twitter a * {
  color: #b6d82f;
}

.widget.twitter a.url {
  color: #61c2ef;
  font-style: italic;
}

.widget.twitter a:hover {
  text-decoration: underline;
}
.twitter_update_list{list-style:none}
.twitter_update_list abbr{border-bottom-width:0px; color:#333}
.twitter_update_list abbr:hover{border-bottom:dotted 1px #ccc}
.twitter-item{margin-bottom:10px}
.twitter-item a{color:#eee}
.twitter-item:last-child{margin-bottom:0px}

/* Subscribe Widget */
.widget.subscribe input[type="text"] {
  width: 100%;
  font-size: 0.846em;
  padding: 10px;
  background: #888;
  background: rgba(0,0,0,0.5);
  color: #fff;
  margin: 0;
  border: none;
}

.widget.subscribe input[type="submit"] {
  float: right;
  font-size: 0.846em;
  font-weight: bold;
  color: #000;
  background: #fff;
  position: relative;
  margin: 0;
  padding: 7px 10px;
  position: relative;
  top: -31px;
  right: 3px;
  border: none;
}

.widget.subscribe input[type="submit"]:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}
.cloud-caption{display:inline-block; margin-right:10px}

/* Flickr Widget */
ul.flickr  {
  margin: 0 -10px -10px 0;
  list-style:none;
}

.flickr li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.flickr li img{width:60px}

#footer  ul.flickr{
  margin: 0 -9px -9px 0;
  padding:0;
}

#footer .flickr li {
  display: inline-block;
  margin: 0 9px 9px 0;
}

.flickr li a,
.flickr li img {
  display: block;
}

.flickr li a:hover {
  padding: 3px;
  background: #b6d82f;
  margin: -3px;

  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}

/* About Us Widget */
.widget.about-us span,
.contact-info span {
  display: block;
  margin-bottom: 10px;
  line-height: 17px;
  padding-left: 26px;
  background: transparent no-repeat left center;
}

.widget.about-us span a,
.contact-info span a {
  color: #000;
  text-decoration: underline;
}

span.address {
  background-image: url(images/home-icon.png) !important;
}

span.phone {
  background-image: url(images/phone1-icon.png) !important;
}

span.mail {
  background-image: url(images/mail-icon.png) !important;
}

/* Contact Us Widget */
#contactFormWidget input[type="text"],
#contactFormWidget textarea {
  float: left;
  font-size: 0.846em;
  padding: 10px;
  background: #888;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 48%;
  margin-bottom: 11px;
  border: none;
}

#contactFormWidget input[type="text"] {
  float: right;
}

#contactFormWidget input[type="text"]:first-child {
  float: left;
}

#contactFormWidget textarea {
  width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 80px;
}

#contactFormWidget input[type="submit"] {
  float: right;
  font-size: 0.846em;
  font-weight: bold;
  color: #000;
  background: #fff;
  position: relative;
  margin: 0;
  padding: 7px 15px;
  border: none;
}

#contactFormWidget input[type="submit"]:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}

/* ------------------------------------------------------
  Toggles - FAQs Page
------------------------------------------------------ */
.toggle {
  position: relative;
  margin: 1px 0 0 20px;
  padding: 0 10px 0 12px;
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
}

.toggle:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -21px;
  width: 21px;
  height: 45px;
  background: #b6d82f url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%228px%22%20height=%228px%22%20viewBox=%220%200%208%208%22%20enable-background=%22new%200%200%208%208%22%20xml:space=%22preserve%22%3E%3Crect%20x=%223%22%20fill=%22rgb(255,255,255)%22%20width=%222%22%20height=%228%22/%3E%3Crect%20y=%223%22%20fill=%22rgb(255,255,255)%22%20width=%228%22%20height=%222%22/%3E%3C/svg%3E") no-repeat center;
}

.toggle.open:before {
  content: '';
  background: #4e5257 url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%228px%22%20height=%228px%22%20viewBox=%220%200%208%208%22%20enable-background=%22new%200%200%208%208%22%20xml:space=%22preserve%22%3E%3Crect%20y=%223%22%20fill=%22rgb(255,255,255)%22%20width=%228%22%20height=%222%22/%3E%3C/svg%3E") no-repeat center;
}

.toggle-title {
  display: block;
  padding: 13px 0 11px 0;
  font-size: 1.231em;
  color: #4e5257;
}

.toggle-title:hover {
  color: #b6d82f;
}

.toggle.open .toggle-title {
  color: #b6d82f;
}

.toggle.open .toggle-title:hover {
  color: #b6d82f;
}

.toggle-content {
  display: none;
  margin: 4px 0 0 8px;
  padding: 0px 10px 6px 0px;
}

/* ------------------------------------------------------
  Error 404
------------------------------------------------------ */
.error-page {
  position: relative;
  text-align: center;
  font-size: 216px;
  line-height: 1;
  color: #b6d82f;
}

.error-page span {
  display: block;
  font-size: 48px;
  color: #555;
  margin-bottom: 20px;
}

/* ------------------------------------------------------
  About Page
------------------------------------------------------ */
/* Skills */
.skill-bar {
  height: 37px;
  position: relative;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}

.skill-bar-content {
  height: 37px;
  width: 0;
  background-color: #b6d82f;
}

.skill-bar-title {
  color: #fff !important;
  position: absolute;
  top: 9px;
  left: 15px;
}

/* Team */
.team-member {
  position: relative;
  margin-bottom: 15px;
}

.team-member img {
  border-bottom: 3px solid #b6d82f;
}

.team-member h5 {
  padding: 5px 10px;
  color: #fff;
  background-color: #4e5257;
  position: absolute;
  bottom: 34px;
  left: 0;
  font-weight: normal;
  z-index: 9;
}

.team-member > span {
  font-size: 9px;
  bottom: 20px;
  padding: 5px 10px;
  color: #fff;
  background-color: #b6d82f;
  position: absolute;
  left: 0;
  z-index: 9;
}

/* Social Icons */
ul.social-icons-list {
  margin-bottom: 15px;
  padding: 7px 0 3px 0;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}

ul.social-icons-list li {
  display: inline-block;
  margin: 0 3px;
}



/* ------------------------------------------------------
  BxSlider v4.0
------------------------------------------------------ */
.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
  right: 1px;
  bottom: 10px;
  z-index: 99;
}

.slider .bx-controls {
  width: 100%;
  right: 1px;
  bottom: 50%;
  margin-bottom: -12px;
  opacity: 0;

  transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
}

.slider:hover .bx-controls {
  opacity: 1;
}

.slider .bx-controls-direction {
  width: 100%;
  padding: 0 10px;
}

.slider .bx-controls-direction a {
  margin-left: 0;
}

.has-title .bx-controls {
  right: 16px;
  top: -62px;
}

.bx-controls-direction a {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 3px;
  text-indent: -9999px;
  background: #4e5257 url(images/bxslider-arrow.png) no-repeat 0 0;
  transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}

.bx-controls-direction .bx-next {
  float: right;
  background-position: -24px 0;
}

.bx-controls-direction a:hover {
  background-color: #b6d82f;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: rgb(80, 80, 80);
  background: rgba(80, 80, 80, 0.75);
  padding: 0px 10px 0px 10px; font-size:16px;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ------------------------------------------------------
  FancyBox - v2.1.4
------------------------------------------------------ */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.image-overlay{ position:relative;}
.overlay-icon{ position:absolute;top:0; width:100%; background-color:#444; height:99%; left:0; display:inline-block; opacity:0;}
.fancybox:hover .overlay-icon{opacity:0.8}
a.fancybox{display:block}
a.fb-sh{position:relative}
.item-zoom { background:url(images/item-zoom.png) no-repeat center center #444;}

/* ------------------------------------------------------
  Dark version
------------------------------------------------------ */
body.dark { color: #fff; }

body.dark #wrap { background-color: #232527; }

body.dark .separator { border-color: #555; }

body.dark p { color: #f5f5f5; }/**/

body.dark .title-1 {
  background-color: #1d1f21;
  border-color: #000;
  color: #fff;
}

body.dark #top-bar { color: #000; }

body.dark .post-item .post-title a { color: #fff; }
body.dark .post-item .post-content p { color: #f5f5f5; }

body.dark blockquote.speech-bubble .quote-meta { color: #fff; }
body.dark blockquote.speech-bubble .quote-content p { color: #6d6d6d; }

body.dark .post-title,
body.dark .post-title a {
  color: #fff !important;
}

body.dark .services .service-item {
  background-color: #b6d82f;
  border: none;
}

body.dark .service-item h4 > div { color: #eee; }
body.dark .service-item h4 > .icon { color: #fff; }

body.dark .portfolio-filter a { color: #fff; }

body.dark .service-item .learn-more {
  background-color: #fff;
  color: #000;
}

body.dark .comment-author,
body.dark .comment-author a { color: #fff; }

body.dark #sidebar .widget,
body.dark .singlework .widget {
  border-color: #000;
}

body.dark .singlework .widget-title,
body.dark #sidebar .widget-title {
  background-color: #1a1c1e;
  border-color: #000;
}

body.dark .singlework .widget .description h5,
body.dark .singlework .widget.categories li,
body.dark .widget.categories li a {
  color: #fff;
}

body.dark #footer {
  background-color: #1a1c1e;
}

body.dark .error-page span,
body.dark .contact-page,
body.dark .contact-page p,
body.dark #footer .widget,
body.dark #footer p,
body.dark .widget.about-us span a,
body.dark .contact-info span a {
  color: #c0c0c0;
}

body.dark #footer .widget-title {
  color: #b6d82f;
}

body.dark span.address { background-image: url(images/home-icon-white.png) !important; }
body.dark span.phone { background-image: url(images/phone1-icon-white.png) !important; }
body.dark span.mail { background-image: url(images/mail-icon-white.png) !important; }

body.dark #back-to-top a {
  background-color: #232527;
}

body.dark .social-icons a {
  opacity: 0.20;
  -moz-opacity: 0.20;
  filter:alpha(opacity=20);
}

.footer_sidebar_2 h4:before {
 
}
.footer_sidebar_2 h4 {
font-size: 1.538em;
font-weight: normal;
color: #fff;
border-bottom: 1px solid #333;
border-bottom: 1px solid rgba(0,0,0,.1);
padding-bottom: 10px;
margin-bottom: 15px;
}

.footer_sidebar_1 h4 {
  font-size: 1.538em;
font-weight: normal;
color: #fff;
border-bottom: 1px solid #333;
border-bottom: 1px solid rgba(0,0,0,.1);
padding-bottom: 10px;
margin-bottom: 15px;
}
.singlework .widget {margin-top:14px; margin-bottom:0}


.eemail_textbox_class
{
  width: 100%!important;
font-size: 0.846em!important;
padding: 10px!important;
background: #888!important;
background: rgba(0,0,0,0.5)!important;
color: #fff!important;
margin: 0!important;
border: none!important;
}
.eemail_textbox_button
{
	float: right!important;
	font-size: 0.846em!important;
	font-weight: bold!important;
	color: #000!important;
	background: #fff!important;
	position: relative!important;
	margin: 10px 0 0 0 !important;
	padding: 7px 10px!important;
	position: relative!important;
	top: -51px!important;
	right: 3px!important;
	border: none!important;
	width:57.77777862548828px!important;
}
.eemail_textbox{margin-top:10px}
.tm_divider {
  margin-top: 20px!important;
  margin-bottom: 25px!important;
}

.panel{
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 20px;
	background:#f8f8f8;
}
.panel.callout{background:#b6d82f; border-color:#ccc}
.panel.callout * {color:#fff}

.button{font-family: 'Open Sans','Lucida Sans Unicode','Lucida Grande',sans-serif; color:#fff; background:#b6d82f; padding:0.8em 1.2em; border:none; font-weight:500; font-size:1.2em;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.button.primary{ border:none}
.button:hover, .button:focus  {opacity:0.8}
.button.round{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px}
/* Secondary */
.button.secondary{ background:#444;}

.button.success{background:green}
.button.alert{background:red}

/* Tiny */
.button.tiny {font-size: 0.85em; padding:0.5em 1em}

/* Small */
.button.small {font-size: 1em; padding:0.8em 1.2em}

/* Large */
.button.large { font-size: 1.4em; padding:1.2em 1.6em}
.button i {color:#fff; margin-right:10px}


/* RESPONSIVE TABS */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}
div.pane{background:#f8f8f8; border:solid 1px #e2e2e2; padding:20px; border-top:none}

@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading{background:#f8f8f8}
.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding: 0;border-bottom: 1px solid #e2e2e2; padding-bottom:11px; line-height: 1em;}
.responsive-tabs__list__item { background: #eee; padding: 10px 20px;  margin-right: 0.2em; border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid #ddd; border-bottom:none; color:#333; font-family:'Open Sans', sans-serif}
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #f8f8f8; border-bottom:none}

.responsive-tabs__panel { /*margin-bottom: 50px;*/}
.widget3-1 .responsive-tabs__list__item{font-size:0.9em}
.widget3-1 .responsive-tabs__list{margin-top:1.2em}
@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #ddd;
		position: relative;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */

/* --------	Top Level --------- */

.sitemap {margin: 20px 5px; width: 100%;}
.sitemap ul{list-style:none; margin-left:0}
.sitemap a{text-decoration:none;}
.primary-navigation {margin: 0; float:left; width: 100%;}
.primary-navigation #home {display:block; float:none; background: url('images/tree/L1-left.png') center bottom no-repeat; position:relative; z-index: 2; padding: 0 0 30px 0;}
.primary-navigation li {float:left; background: url('images/tree/L1-center.png') center top no-repeat; padding: 30px 0; }
.primary-navigation li a {margin: 0 20px 0 0; padding: 10px 14px; display:block; font-size: 13px; text-align:center; color:#111111; background-color: #ffffff; border:dotted 1px #e0e0e0; }
.primary-navigation > li > a{ background:#f8f8f8}
.primary-navigation li a:hover{background-color:#b6d82f; }
.primary-navigation li:last-child {background: url('images/tree/L1-right.png') center top no-repeat;}
.sitemap .primary-navigation li:last-child a {/*margin-right:0*/}

/* --------	Second Level --------- */

.sitemap .primary-navigation li li {width: 100%;clear: left;margin-top: 0;padding: 20px 0 0 0;background: url('images/tree/vertical-line.png') center bottom repeat-y;}
.sitemap .primary-navigation li li a { background-color:#f8f8f8}
.sitemap .primary-navigation li li a:hover {background-color:#b6d82f; color:#ffffff}
.sitemap .primary-navigation li li:first-child {padding-top: 30px;}
.sitemap .primary-navigation li li:last-child {background: url('images/tree/vertical-line.png') center bottom repeat-y;}

.sitemap .primary-navigation li li a:link:before,
.sitemap .primary-navigation li li a:visited:before {}

/* --------	Third Level --------- */

.sitemap .primary-navigation li li ul {margin: 10px 0 0 0;width: 100%;float: right;padding: 9px 0 10px 0;background: url('images/tree/L3-ul-top.png') center top no-repeat;}
.sitemap .primary-navigation li li li {background: url('images/tree/L3-center.png') left center no-repeat;padding: 5px 0;}
.sitemap .primary-navigation li li li a {font-size: 13px; padding: 5px 0;width: 80%;float: right; background-color:#f7f7f7}
.sitemap .primary-navigation li li li a:hover {background-color: #b6d82f}
.sitemap .primary-navigation li li li:first-child {padding: 15px 0 5px 0;background: url('images/tree/L3-li-top.png') left center no-repeat;}
.sitemap .primary-navigation li li li:last-child {background: url('images/tree/L3-bottom.png') left center no-repeat;}
.sitemap .primary-navigation li li li a:link:before,
.sitemap .primary-navigation li li li a:visited:before {color: #ccae14;font-size: 9px;}/*******************************************************************/


.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

#wp-calendar{border:solid 1px #dfdfdf; width:100%}
#wp-calendar td {padding:8px; border-bottom:solid 1px #ededed}
#wp-calendar tbody td {border-left:solid 1px #ededed; text-align:center}
#wp-calendar th{padding:4px; background:#333; color:#fff}
#wp-calendar caption {background:#b6d82f; padding:4px; color:#fff}

input#search{width:83%; margin-right:0.6%; }
#search-submit{border-radius:5px; text-align:center; padding:0.7em 0.9em; }
#search-submit i{font-size:25px; margin-right:0 !important}


/* ======================== Under Construction ===================== */

div#clock { color: white; margin: 20px auto;overflow: hidden; text-align: center; }
div#clock p {padding:10px; border:1px solid #e5e5e5;}
div#clock p span { display: block; font-size: 40px; font-weight:700; letter-spacing:-1px; padding: 5px 0 0; margin:20px 0 30px 0px  }
div.coupon{ color: #333 !important; font-size: 50px; font-weight: bold; }
div.multi_clock{ border: 1px solid #666; color: #333; float: left; margin: 10px; padding: 5px; }
.construction .skill-bar-title{font-size:1.2em; font-weight:bold}
.bottom-shadow{-webkit-box-shadow: 0 8px 6px -6px #ccc;  -moz-box-shadow: 0 8px 6px -6px #ccc; box-shadow: 0 8px 6px -6px #ccc;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#cccccc')";}
h1.construction_title{float:none !important}
.rev_slider_wrapper .tp-bullets{bottom:40px !Important}

.construction .two.mobile-two.columns{width:13%}

.promo-block{background:#333; color:#fff; padding:20px 0px}
[class^="icon-"], [class*=" icon-"] {font-family:FontAwesome !important}
.service-img [class^="icon-"], .service-img [class*=" icon-"] {margin-right:0 !Important}
/********** WooCommerce ******/

/* List */
.shop-sidebar {margin-bottom:40px}
.shop-sidebar ul { list-style:none; padding-left:0}
.shop-sidebar ul li .count { background:#b6d82f; color: #FFFFFF;float: right;  font-size: 10px;  min-width: 14%;  padding: 3px 0;  text-align: center;}
.shop-sidebar ul li:hover .count{background:#444;}
.woocommerce ul.cart_list li, .woocommerce-page ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.product_list_widget li {background:none !Important}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product	{border:1px solid #dfdfdf; padding-bottom:10px !important}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{-webkit-box-shadow:none !Important; -moz-box-shadow:none !Important; box-shadow:none !Important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width:30.80% !important; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{width:auto !Important}
.noside{display:none}
.price{background:#b7d82f !important; color:#fff !important; display:inline-block !important; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; padding:6px 10px}
.woocommerce-info {border-top-color:#b7d82f !important}
.woocommerce-info:before{background:#b7d82f !important}
.price .amount{font-weight:bold; min-width:20px; padding-left:4px}
.button.product_type_variable, .button.product_type_simple, .single_add_to_cart_button,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{font-family:'Open Sans', serif !important; font-size:12px !important; margin-top:-1px !Important; padding:8px 10px !Important; font-weight:normal !important; background:#3a3a3a !important; -webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important; text-shadow:none !important; color:#fff !important; border:solid 1px #3a3a3a  !important; -webkit-box-shadow:none !Important; -moz-box-shadow:none !Important; box-shadow:none !Important; }
.button.product_type_variable.alt, .button.product_type_simple.alt, .single_add_to_cart_button.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt{background:#b6d82f !Important; border-color:#fff !important}
.checkout-button, input[name="update_cart"]{text-transform:uppercase}
.products {border-top:solid 1px #dfdfdf; padding-top:20px !Important}
.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input{font-size:12px !Important}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select,.woocommerce form .form-row select, .woocommerce-page form .form-row select,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea
 {height:32px; padding:6px; border:solid 1px #dfdfdf}
  .woocommerce-page form .form-row textarea{height:auto}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3,
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating,.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {margin-left:10px !important; margin-right:10px !important}

.woocommerce-tabs .panel{background:none; border:none; border-radius:0px; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{padding:0.8em 0 !important}
.shop_table.cart thead tr{background:#b6d82f; border-color:#b6d82f; color:#fff}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table{border:solid 1px #dfdfdf; border-radius:0 !Important; -moz-border-radius:0 !important; -webkit-border-radius:0 !Important}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table tr{padding:10px !important}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th{padding:10px 6px !important}
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count{color:#fff !important}
.woocommerce-page .products .star-rating {margin-bottom:15px !important;}
.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce-page #content div.product form.cart table td{padding-bottom:10px}