@import url(http://fonts.googleapis.com/css?family=PT+Sans);

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:700);
/*-----------------------------------------------------------------------------------

	Theme Name: Eudora
	Theme URI: http://themeforest.net/user/ThemeProfuse/portfolio
	Description: Eudora is unique and highly interactive WordPress theme for business.
	Author: ThemeProfuse
	Author URI: http://themeforest.net/user/ThemeProfuse/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	Designed by ThemeProfuse: http://themeforest.net/user/ThemeProfuse
	All PHP code is released under the GNU General Public Licence version 3.0

-----------------------------------------------------------------------------------*/
/* Table of Contents
==================================================
    #General
    #Panel
    #Header
    #Content
    #Footer
    #Misc */
/* Add Google WebFonts */
/* #General
================================================== */
body {
  position: relative;
  background-color: #f0f0f0;
  color: #606060;
  font: 100%/1.125em Arial, Helvetica, sans-serif;
}
.ie body {
  min-width: 1000px;
}
.sticky {
  position: relative;
}
.gallery-caption {
  text-align: left;
}
.bypostauthor {
  text-align: left;
}
#main {
  background: #fff;
  font-size: 12px;
  line-height: 22px !important;
  position: relative;
  z-index: 1;
}
#main.boxed {
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
a {
  color: #02a79e;
}
a:hover {
  color: #02a79e;
}
/* Heading */
h3 {
  position: relative;
  margin: 5px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edecec;
}
h3:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  background: #02a79e;
  content: "";
}
h4 {
  margin: 8px 0 21px;
}
h5 {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 22px !important;
}
/* #Top Panel
================================================== */
#top-panel {
  position: relative;
  z-index: 999;
  margin: -212px 0 0;
  padding: 0;
  width: 100%;
  min-height: 212px;
  background: #02a79e;
  color: #fff;
  text-align: center;
}
#top-panel .inner {
  padding: 7px 10px 40px;
  font-family: Droid Sans, sans-serif;
  text-align: center;
}
#top-panel h2 {
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
  color: #efefef;
  text-shadow: 1px 1px 0 #b25e21;
  margin-bottom: 15px;
}
#top-panel h2 span {
  display: inline-block;
  padding-bottom: 17px;
  background: url(images/border.gif) 0 100% repeat-x;
}
#top-panel p {
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-shadow: 1px 1px 0 #be6523;
  margin-bottom: 20px;
}
#top-panel em {
  display: inline-block;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: #e8e8e8;
  text-shadow: 0px 1px 0 #8f4c1a;
  text-transform: uppercase;
  padding: 0 10px;
}
#top-panel .btn {
  font-size: 17px;
  line-height: 37px;
  margin: 2px;
  padding: 0 26px;
  color: #984000;
  text-shadow: 0px 1px 0 #fff;
  -webkit-box-shadow: 0 0 1px 1px #cf7323;
  -moz-box-shadow: 0 0 1px 1px #cf7323;
  box-shadow: 0 0 1px 1px #cf7323;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fed674;
  background-image: -moz-linear-gradient(top, #fee086, #fec75a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee086), to(#fec75a));
  background-image: -webkit-linear-gradient(top, #fee086, #fec75a);
  background-image: -o-linear-gradient(top, #fee086, #fec75a);
  background-image: linear-gradient(to bottom, #fee086, #fec75a);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffee086', endColorstr='#fffec75a', GradientType=0);
}
#top-panel .btn:hover {
  background: #fec75a;
  filter: none;
}
#top-panel .but {
  position: absolute;
  top: 215px;
  right: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 61px;
  height: 61px;
  margin-top: -37px;
  background: url(images/top-panel-button.png) 0 37px no-repeat #02a79e;
  text-indent: -999em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.boxed #top-panel .but {
  right: -20px;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  background: url(images/top-panel-button-small.png) 50% 17px no-repeat #02a79e;
}
/* Top search */
#top-search input {
  margin: 0;
  vertical-align: top;
}
#top-search input[type="text"] {
  padding: 3px 20px 3px 10px;
  border: none;
  box-shadow: none;
}
#top-search input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 0;
  overflow: hidden;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  background: url(images/search-icon.gif) 0 50% no-repeat;
  box-shadow: none;
  text-indent: 100%;
  text-shadow: none;
  white-space: nowrap;
}
/* Style Swicher
================================================== */
#style_selector {
  position: fixed;
  top: 100px;
  right: -193px;
  z-index: 99;
  width: 193px;
  background: #fff;
}
/** swicher menu */
.switcher {
  margin: 0;
  padding: 0 0 10px;
  border: 1px solid rgba(23, 24, 26, 0.15);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
}
.style-main-title {
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
  background-color: #fbfafa;
  background-image: -moz-linear-gradient(top, #fefefe, #f7f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f7f4f4));
  background-image: -webkit-linear-gradient(top, #fefefe, #f7f4f4);
  background-image: -o-linear-gradient(top, #fefefe, #f7f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f7f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff7f4f4', GradientType=0);
}
.box-title {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}
.input-box {
  padding: 10px;
  padding-left: 40px;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}
.input-box input[type=text] {
  background: #f7f7f7;
  width: 60px;
  border: 1px solid rgba(23, 24, 26, 0.15);
  font-size: 11px;
  color: #000000;
  padding: 3px;
  margin-left: 10px;
}
.input-box select {
  background: #f7f7f7;
  width: 120px;
  border: 1px solid rgba(23, 24, 26, 0.15);
  font-size: 11px;
  color: #000000;
  height: 18px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#style_selector .style-toggle {
  width: 35px;
  height: 43px;
  background: url(images/style_arrow.png) 0 -100%;
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: -35px;
  z-index: 999;
}
#style_selector .turnOff {
  background-position: top left;
  position: absolute;
  top: 45px;
  left: -35px;
  width: 35px;
}
#style_selector .turnOn {
  background-position: bottom left;
  position: absolute;
  top: 45px;
  right: 0;
  width: 35px;
}
#style_selector .images {
  width: 165px;
  padding-left: 25px !important;
  margin-top: 15px !important;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
  padding-bottom: 10px;
  position: relative;
  z-index: 1000000;
}
#style_selector .images img {
  width: 25px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 7px;
  z-index: 1000;
}
#style_selector .images img.active,
#style_selector .images a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* controls */
#style_selector .predefined {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.switcher li {
  position: relative;
  float: left;
  margin: 0 10px 7px 0;
  padding: 0;
  width: 25px;
  height: 24px;
  list-style-type: none;
  cursor: pointer;
  background: url(images/patterns/color-bgs.gif) 0 0 no-repeat;
}
.switcher #st2 {
  background-position: -35px 0;
}
.switcher #st3 {
  background-position: -70px 0;
}
.switcher #st4 {
  background-position: -105px 0px;
}
.switcher #st5 {
  background-position: 0px -31px;
}
.switcher #st6 {
  background-position: -35px -31px;
}
.switcher #st7 {
  background-position: -70px -31px;
}
.switcher #st8 {
  background-position: -105px -31px;
}
.switcher #st9 {
  background-position: 0px -62px;
}
.switcher #st10 {
  background-position: -35px -62px;
}
/* control active style */
.switcher li.active,
.switcher li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* #Header
================================================== */
#header {
  position: relative;
  z-index: 99;
  padding: 23px 0 27px;
  border-top: 3px solid #02a79e;
  background: url(images/header-tail.gif) 50% 0 repeat-x #f5f5f5;
}
/* Logo */
.logo {
  float: left;
  padding-left: 3px;
}
.logo h1,
.logo h2 {
  margin: -5px 0 -5px;
  font-weight: normal;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.logo h1 a,
.logo h2 a {
  color: #666;
  text-decoration: none;
}
/* #Navigation
================================================== */
/* Primary navigation */
nav.primary {
  position: relative;
  z-index: 2;
  float: right;
}
/* Essential styles for dropdown menu */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 170px;
  margin-top: 28px;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius:0 0 5px 5px;
  border-bottom:3px solid #02a79e;
  /*-webkit-box-shadow: 1px 1px 1px 1px #e4e4e4;
box-shadow: 1px 1px 1px 1px #e4e4e4;
  *//* left offset of submenus need to match (see below) */

}
.sf-menu ul li > ul {
  margin-top: 0;
}
  
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}
.sf-menu li {
  position: relative;
  float: left;
}
.sf-menu a {
  position: relative;
  display: block;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 100%;
  /* match top ul list item height */

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

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

}
/* Our skin for dropdown menu */
.sf-menu {
  float: right;
  margin: 8px 2px 0 0;
}
.sf-menu > li {
  margin: 0 13px 0 14px;
}
.sf-menu > li > a {
  color: #888;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 17px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: all 0.3s ease-out;
  /* FF4+ */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */

  transition: all 0.3s ease-out;
}
.sf-menu li li {
  border-top: 1px solid #e9e9e9;
}
.sf-menu li li:first-child {
  border-top: none;
}
.sf-menu li li a {
  padding: 7px;
  color: #888888;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: all 0.3s ease-out;
  /* FF4+ */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */

  transition: all 0.3s ease-out;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a {
  color: #02a79e;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
  background: #02a79e;
  color: #fff;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 12px;
}
.sf-sub-indicator {
  position: absolute;
  top: 0;
  /* IE6 only */

  right: 0;
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background: url(images/arrows-ffffff.png) no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */

  text-indent: -999em;
}
a > .sf-sub-indicator {
  margin-top: -5px;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
  /* give all except IE6 the correct values */

  top: 50%;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/

}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/

}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
  padding: 0 8px 9px 0;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  background: url(images/shadow.png) no-repeat bottom right;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
/* Navigation select styling */
.select-menu {
  padding: 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer;
}
.select-menu:focus {
  border-color: #999;
}
.select-menu option {
  padding: 5px;
  cursor: pointer;
}
.select-menu option.main_item {
  font-weight: bold;
}
/* #Slider
================================================== */
#slider-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0;
  max-height: 486px;
  background: url(images/loading.gif) center center no-repeat #ffffff;
}
/* #Breadcrumb
================================================== */
#title {
  margin-bottom: 40px;
  border-bottom: 1px solid #edecec;
  background-color: #02A79E;
}
/* Top Services list */
.top-services-list {
  float: right;
  margin: 0;
  padding: 0px 0 0 0;
  border: none;
  background: none;
  overflow: hidden;
}
.top-services-list li {
  margin: 0;
  padding: 0 8px 0 0;
  border: none;
  background: none;
  list-style-type: none;
  display: inline;
}
.top-services-list li img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.top-services-list li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* #Content
================================================== */
/* Team Page */
.team-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 50px;
}
.team-blanck {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.team-blanck .it {
  display: none;
}
.team-blanck .it:first-child {
  display: block;
}
.team-blanck h4 {
  margin: 0 0 5px;
  font-weight: bold;
}
.team-blanck .progress {
  margin-right: 65px;
}
.team-blanck .featured-thumbnail {
  width: 300px;
  margin: 0 20px 20px 0;
}
.team-blanck .featured-thumbnail img {
  width: 100%;
  height: auto;
}
.team-list {
  list-style-type: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 0 -20px;
  overflow: hidden;
}
.team-item {
  list-style-type: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 10px 20px;
  overflow: hidden;
  position: relative;
  width: 172px;
  float: left;
}
.team-item .featured-thumbnail {
  width: 100%;
  overflow: hidden;
  float: none;
  margin: 0 0 17px;
}
.team-item .meta {
  overflow: hidden;
  margin-bottom: 8px;
  padding: 5px 0 2px;
  border-bottom: 1px solid #dbdbdb;
}
.team-item .meta h4 {
  float: left;
  margin: 0;
  width: 70%;
  font-weight: normal;
}
.team-item .team-follow {
  float: right;
  margin: 0;
  padding: 0;
  width: 30%;
  border: none;
  background: none;
}
.team-item .team-follow li {
  float: left;
  margin: 0;
  padding: 0 0 0 8px;
  border: none;
  background: none;
  list-style-type: none;
}
.team-follow li img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.team-follow li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.team-item .featured-thumbnail img {
  width: 100%;
  height: auto;
}
.primary_content_wrap {
  position: relative;
  z-index: 1;
  padding: 0px 0 10px;
  background: #fff;
}
#content {
  padding: 11px 0 0 0;
}
#content.portfoliobar-content {
  padding: 25px 0 0;
}
.border-top {
  position: relative;
  padding-top: 61px;
  width: 100%;
  border-top: 4px solid #edecec;
}
.border-top:after {
  position: absolute;
  top: -4px;
  left: 50%;
  display: block;
  margin-left: -15.95%;
  width: 31.9%;
  height: 4px;
  background: #02a79e;
  content: "";
}
.page-header {
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.page-header h1 {
  position: relative;
  margin: 5px 0 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDECEC;
  color: #444;
  font: normal 18px/1.2em Droid Sans, sans-serif;
}
.page-header h1:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  background: #02a79e;
  content: "";
}
/* Sidebar
---------------------------------------- */

#sidebar {
  
}
#left_sidebar {
  padding: 18px 0 0 0;
  }
  #left_sidebar .widget {
    margin: 0 21px 40px 0;
  }
  #left_sidebar .menu {
    margin-left: 0;
  }
  #left_sidebar .menu li.current-menu-item a {
    color: #02a79e;
  }
/* Portfolio Sidebar
---------------------------------------- */
#portfolio-sidebar {
  padding: 15px 0 0 0;
}
#portfolio-sidebar #filters {
  padding: 0;
  margin: -10px 0 52px;
  border: none;
}
#portfolio-sidebar #filters > li {
  float: none;
  margin: 0;
  padding: 6px 0 5px 9px;
  border-bottom: 1px solid #edecec;
  font: normal 12px/20px Droid Sans, sans-serif;
  color: #b3b3b3;
  background: url(images/marker-6.png) 100% -27px no-repeat;
}
#portfolio-sidebar #filters > li > a {
  margin: 0;
  padding: 0;
  border: none;
  color: #606060;
  font: bold 12px/20px Droid Sans, sans-serif;
}
#portfolio-sidebar #filters > li > a:hover {
  color: #02a79e;
}
#portfolio-sidebar #filters > li.active {
  background-position: 100% 16px;
}
#portfolio-sidebar #filters > li > a span {
  display: block;
}
/* #Pages
================================================== */
/* Page */
/* Testimonials Page
---------------------------------------- */
article.testimonial {
  margin-bottom: 35px;
  padding: 30px 30px 30px 235px;
  width: auto;
  border: 1px solid #eee;
  background: url(images/quotes.png) no-repeat 170px 20px;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5em;
}
article.testimonial blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
article.testimonial .featured-thumbnail {
  position: absolute;
  top: 20px;
  left: 20px;
}
article.testimonial small,
.testimonials small {
  padding: 10px 0 0;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
article.testimonial small a {
  text-decoration: none;
}
article.testimonial small a:hover {
  text-decoration: underline;
}
/* Portfolio Page
---------------------------------------- */
.latestwork {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.latestwork li {
  float: left;
  margin-right: 20px;
}
/* Gallery */
.header-title {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.header-title h1 {
  float: left;
  margin: 0;
  color: #FFF;  
  font: normal 20px/25px Droid Sans, sans-serif;
}
.header-title .page-desc {
  color: #999;
  font-size: .91em;
}
/* Filterable Portfolio
---------------------------------------- */
#filters {
  margin-bottom: 26px;
  padding: 6px 0 0;
  border-bottom: 1px solid #edecec;
}
#filters > li {
  padding: 0 11px;
}
#filters > li > a {
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none !important;
  color: #606060;
  font-size: 12px;
  line-height: 22px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#filters > .active > a,
#filters > li > a:hover {
  border-bottom-color: #02a79e;
  color: #02a79e;
}
#portfolio-grid {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  margin: 0 -10px;
}
#portfolio-grid .item {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 27px 0;
  padding: 0 10px;
  width: 0;
}
.portfoliobar-content #portfolio-grid .item {
  margin: 0 0 20px 0;
}
#portfolio-grid .item .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 1px #e8e8e8;
  -moz-box-shadow: 0px 1px 1px #e8e8e8;
  box-shadow: 0px 1px 1px #e8e8e8;
}
#portfolio-grid .item.nomargin {
  margin-right: 0;
}
#portfolio-grid .item-inner {
  overflow: hidden;
  position: relative;
}
#portfolio-grid h5 {
  margin: 0;
  color: #606060;
  font: bold 12px/22px Droid Sans, sans-serif;
}
#portfolio-grid .item-desc {
  padding: 15px 10px 8px;
}
#portfolio-grid .item-desc .pull-left {
  width: 50%;
}
#portfolio-grid .item-desc .pull-right {
  width: 50%;
}
.portfolio-tax {
  font-style: italic;
  font-size: 11px;
}
.portfolio-tax a {
  color: #5e5e5e;
  text-decoration: none;
}
.portfolio-tax a:hover {
  text-decoration: underline;
}
.post-views {
  display: inline-block;
  float: right;
  margin-left: 5px;
  padding-left: 22px;
  background: url(images/view-icon.png) 0 5px no-repeat;
  color: #a09a9a;
  font-size: 11px;
}
#watch_action {
  float: right !important;
  width: auto !important;
  height: auto !important;
}
#watch_action .lbg-style1 {
  background: url(images/like-icon.png) 0 0 no-repeat !important;
}
#watch_action .lc,
#watch_action .unlc {
  color: #a09a9a !important;
  font-size: 11px !important;
}
.post-holder #watch_action,
.entry-content #watch_action {
  display: none;
}
#portfolio-grid span.image-wrap {
  display: block;
  overflow: hidden;
  background: #f5f5f5 url(images/loading-folio.gif) 50% 50% no-repeat;
}
#portfolio-grid span.image-wrap img {
  width: 100%;
}
.portfolio-meta {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  background: #02a79e;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#portfolio-grid span.image-wrap:hover .portfolio-meta {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-meta .inner {
  padding: 30px 25px 0 25px;
}
#portfolio-grid .portfolio-meta h5 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2a973;
  color: #fff;
  font: normal 14px/22px Droid Sans, sans-serif;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.portfolio-meta .perma-link,
.portfolio-meta .zoom-link {
  display: inline-block;
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 0;
}
.portfolio-meta .perma-link {
  right: 50%;
  margin-right: -36px;
  background: url(images/perma-link.png) 50% 50% no-repeat #333333;
}
.portfolio-meta .zoom-link {
  left: 50%;
  margin-left: -36px;
  background: url(images/zoom-link.png) 50% 50% no-repeat #333333;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* Portfolio 1 col */
.portfolio-1col .image-wrap {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
.portfolio-1col .item-desc {
  overflow: hidden;
}
/* Single thumbnails Page
---------------------------------------- */.entry-content {
  font-size: 12px;
  line-height: 22px;
}
.entry-content h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  color: #444;
}
.entry-content .list.styled > ul {
  margin: 20px 0 35px;
}
.entry-content .list.star-list > ul li,
.entry-content .list.check-list > ul li {
  padding: 0 0 0 18px !important;
  margin: 0 !important;
  border: none !important;
  line-height: 25px !important;
}
.entry-content .list.check-list > ul {
  margin: -13px 0 20px;
}
.entry-content .list.star-list > ul li:before {
  top: 9px;
}
.entry-content .list.check-list > ul li:before {
  background: url("images/marker-5.png") no-repeat scroll 0 0 transparent;
  height: 9px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  width: 10px;
}
.entry-content .btn {
  padding: 5px 28px;
  border: 0;
  border-bottom: 1px solid #C48150;
  border-left: 1px solid #D5A07A;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0 1px 0px 1px #B1B1B1;
  background: #02a79e;
  filter: none;
  text-shadow: none;
  font: normal 16px/25px Droid Sans, sans-serif;
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.entry-content .btn:hover {
  border-color: #B1B1B1;
  background: #B1B1B1;
  color: #fff;
}
/* Single Image */
.image-holder {
  position: relative;
}
.image-holder img {
  max-width: 100%;
}
/* Single Video */
/* Audio Single */
.single-audio-holder .audiojs {
  width: 620px;
}
.single-audio-holder .audiojs .scrubber {
  width: 440px;
}
/* Grid Gallery */
.gallery-holder {
  position: relative;
  width: 100%;
}
.grid_gallery {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 0;
}
.grid_gallery_inner {
  position: relative;
  overflow: hidden;
  width: 640px;
}
.grid_gallery .gallery_item {
  float: left;
  margin: 0 15px 15px 0;
}
.single-gallery-item {
  margin: 0 !important;
}
/* Aside */
.format-aside .post-meta {
  position: static;
  bottom: auto;
  left: auto;
  margin-bottom: 25px;
}
/* Link */
.format-link .post-meta {
  position: static;
  bottom: auto;
  left: auto;
  margin-bottom: 25px;
}
/* Quote */
.format-quote .post-meta {
  position: static;
  bottom: auto;
  left: auto;
  margin-bottom: 25px;
}
/* Author Page
---------------------------------------- */
#post-author {
  overflow: hidden;
  margin-bottom: 2em;
  padding: 20px;
  border: 1px solid #dbdbdb;
}
#author-link {
  margin-top: 1.5em;
}
#post-author .gravatar {
  margin: 0 20px 0 0;
}
#post-author .gravatar img {
  padding: 5px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
/* Recent author posts */
#recent-author-posts {
  margin-bottom: 3em;
}
/* Recent author comments */
.author-info {
  overflow: hidden;
  margin-bottom: 3em;
  padding-bottom: 2em;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.author-info .avatar {
  margin: 0 20px 0 0;
}
.author-info .avatar img {
  float: left;
  padding: 7px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.author-meta {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.author-meta p.gravatar {
  margin: 0;
}
/* FAQs Page
---------------------------------------- */
.faq_list dt {
  position: relative;
  margin: 0;
  padding: 0 0 5px 28px;
  background: none;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.faq_list span.marker {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #02a79e;
  font-weight: bold;
  font-size: 15px;
}
.faq_list dd {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 0 28px;
}
.faq_list dd .marker {
  top: 3px;
}
.faq_list #watch_action {
  display: none;
}
/* 404 Error Page
---------------------------------------- */
#error404 {
  padding: 70px 0 100px 0;
}
.error404-num {
  color: #02a79e;
  text-align: center;
  font-size: 250px;
  line-height: 1.2em;
}
#error404 hgroup {
  margin: 0 0 2em 0;
  padding-top: 50px;
}
#error404 hgroup h1 {
  margin-bottom: .2em;
  font-size: 3em;
}
#error404 #searchform input[type="text"] {
  width: 100%;
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
}
#searchform input[type="submit"] {
  top: 5px;
}
/* #Post
================================================== */
/* Post
---------------------------------------- */
/* Post Holder */.post-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
/* Post header */
.post-holder .entry-title {
  position: relative;
  margin: 5px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDECEC;
  font: normal 18px/1.2em Droid Sans, sans-serif;
}
.post-holder .entry-title:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  background: #02a79e;
  content: "";
}
.post-holder .entry-title a {
  color: #444;
}
.singular-post blockquote,
.post-content blockquote {
  position: relative;
  margin: 0 0 25px;
  padding: 5px 0 0 0;
  border: none;
}
.singular-post blockquote:before,
.post-content blockquote:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "\"";
}
.singular-post blockquote p,
.post-content blockquote p {
  text-indent: 6px;
  font-style: italic;
  font-size: 12px;
  line-height: 22px;
}
.singular-post h5,
.post-content h5 {
  margin: 30px 0 5px;
  font: bold 13px/25px Droid Sans, sans-serif;
}
.singular-post > ul,
.post-content ul {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.singular-post > ul > li,
.post-content ul > li {
  margin: 0;
  padding: 0 0 0 13px;
  border: none;
  background: url(images/marker-three.png) 0 10px no-repeat;
  color: #02a79e;
  list-style-type: none;
  line-height: 25px;
}
.singular-post > ul > li:nth-child(2n),
.post-content ul > li:nth-child(2n) {
  background-position: 0 -15px;
}
.singular-post > ul > li:nth-child(3n),
.post-content ul > li:nth-child(3n) {
  background-position: 0 -40px;
}
/* Featured thumbnail */
.featured-thumbnail {
  position: relative;
  float: left;
  margin: 5px 20px 10px 0;
  background: #000;
}
.featured-thumbnail img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
/* Large thumbnail */
.featured-thumbnail.large {
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 1.5em;
  width: 100%;
}
.featured-thumbnail.large img {
  width: 100%;
  height: auto;
}
.featured-thumbnail a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* Post content */
.post-content .excerpt {
  margin-bottom: 1.5em;
}
/* Post footer */
.post-holder .post-footer {
  clear: both;
  padding: 15px 0 0 0;
}
.post-holder.single-post .post-footer {
  margin-top: 20px;
}
/* Meta information for post */
.post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  padding: 0 13px 0 0;
  background: url(images/post-meta-tail.png) 0 0 repeat;
  color: #fff;
  font-size: 11px;
  line-height: 32px;
}
.post-meta .comments-link {
  display: inline-block;
  margin-right: 12px;
  padding: 0 0 0 31px;
  width: 22px;
  height: 32px;
  background: url(images/comment-bg.png) 10px 9px no-repeat #02a79e;
  color: #fff;
  font-style: italic;
}
.post-meta a {
  color: #fff;
}
.page-header .post-meta {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* Post gravatar */p.gravatar {
  float: left;
  margin-right: 20px;
}
/* Post edit link */
/* Pagination */
.pagination {
  overflow: hidden;
  margin: 0;
  padding: 39px 0 25px;
  width: 100%;
  height: 38px;
  border-top: 1px solid #edecec;
}
.pagination ul {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  margin: 0 8px 8px 0;
  height: 35px;
  border: 1px solid #e1e1e1;
  border-bottom-width: 2px;
  border-radius: 1px;
  background: #f7f7f7;
  color: #606060;
  font: normal 16px/35px Droid Sans, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  border-color: #daa67f;
  background: #02a79e;
  color: #fff;
}
/* Related Posts */
.related-posts-wrap h3 {
  font-weight: bold;
  font-size: 15px;
}
.related-posts {
  overflow: hidden;
  padding: 8px 0 0;
}
.related-posts li {
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0 !important;
  background: none !important;
  list-style-type: none;
  line-height: 22px;
}
.related-posts li .featured-thumbnail {
  overflow: hidden;
  margin: 0 17px 0 0;
  background: none;
}
.related-posts li h5 {
  margin: 0;
  font-size: 13px;
}
.related-posts li h5 a {
  color: #444;
  text-decoration: none !important;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.related-posts li h5 a:hover {
  color: #02a79e;
}
/* Social button */
.social-buttons {
  overflow: hidden;
  margin-bottom: 25px;
  padding: 10px 0;
  width: 100%;
}
.social-buttons span {
  display: block;
  float: left;
  width: 90px;
}
/* Single pager */
.single-pager {
  margin: 1em 0 0 0;
  padding: .5em 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 11px;
}
/* Single Team */
.team-name {
  display: inline-block !important;
  margin: 0 !important;
}
.team-follow {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.team-follow li {
  float: left !important;
  margin: 0 !important;
  padding: 0 0 0 8px !important;
  border: none !important;
  background: none !important;
  list-style-type: none !important;
}
.team-follow li img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.team-follow li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* Single Portfolio */
#primary {
  padding: 12px 0 0;
  margin: 0 0 45px;
}
#primary > h3 {
  margin-bottom: 25px;
}
/* Gallery post format */
.gallery_post {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 0;
  width: 100%;
  height: 300px;
  list-style-type: none;
}
.gallery_post .g_item {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.gallery_post .g_item:first-child {
  display: block;
}
.gallery_post .g_item .featured-thumbnail {
  float: none;
  margin: 0;
  background: none;
}
.gallery_post .g_item .featured-thumbnail img {
  float: none;
}
.g_pagination {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
}
.g_pagination ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g_pagination ul li {
  display: inline;
  margin: 0;
  padding: 0 0 0 5px;
}
.g_pagination ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #444;
  vertical-align: top;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.g_pagination li.activeSlide a,
.g_pagination li a:hover {
  background: #02a79e;
}
.g_controls {
  position: absolute;
  top: 50%;
  margin-top: -54px;
  z-index: 9;
  width: 100%;
  overflow: hidden;
}
.g_controls a {
  width: 20px;
  height: 94px;
  display: block;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.g_controls #prev-gal {
  background: #8d8d8d url(images/gallery-prev.png) 50% 50% no-repeat;
  float: left;
}
.g_controls #next-gal {
  background: #8d8d8d url(images/gallery-next.png) 50% 50% no-repeat;
  float: right;
}
.g_controls #prev-gal:hover,
.g_controls #next-gal:hover {
  background-color: #02a79e;
}
.portfolio .gallery_post {
  width: 100%;
  height: 490px;
}
.portfolio .gallery_post .g_item {
  width: 100%;
  height: 490px;
}
.portfolio .gallery_post .g_item img {
  width: 100%;
}
/* #Comments
================================================== */
h3#comments {
  font-weight: bold;
  font-size: 15px;
  padding-top: 10px;
  margin: 0 0 10px;
}
.commentlist {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px 0;
  list-style-type: none;
}
li.comment {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
  text-transform: none;
}
li.comment .comment-body {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 0px 0px 15px 80px;
  border: none;
  border-bottom: 1px solid #edecec;
}
li.comment .comment-body p {
  min-height: 30px;
}
.comment-author {
  position: absolute;
  top: 0px;
  left: 0px;
}
.comment-author .author {
  display: block;
  padding-top: 6px;
  width: 65px;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
  font-size: 15px;
}
/* Comment meta */
.comment-meta {
  float: right;
  margin-right: 6px;
  padding-right: 10px;
  background: url(images/marker-4.png) 100% 5px no-repeat;
  color: #b1b1b1;
}
/* Avatar */
li.comment .avatar {
  float: none;
  overflow: hidden;
  margin: 0;
  border: none;
  vertical-align: top;
}
li.comment .avatar {
  display: block;
  overflow: hidden;
  vertical-align: top;
}
span.author {
  text-transform: capitalize;
  font: bold 13px/25px Droid Sans, sans-serif;
}
li.comment em {
  color: #b1b1b1;
  font-style: normal;
}
.commentlist ul.children {
  overflow: hidden;
  margin: 0 0 0 40px;
}
/* Reply */
.reply {
  float: right;
}
.reply a {
  display: inline-block;
}
.allowed_tags {
  padding: 15px;
  background: #eee;
  color: #666;
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
}
.allowed_tags strong {
  font-family: Tahoma, Geneva, sans-serif;
}
#respond {
  margin-top: 20px;
  padding-top: 28px;
}
#respond h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.cancel-comment-reply a {
  text-decoration: underline;
}
.cancel-comment-reply a:hover {
  text-decoration: none;
}
/* #Widgets
================================================== */
/* General for Widget */
.widget {
  margin: 0 0 40px 21px;
}
.widget > ul {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.widget ul li {
  margin: 0;
  padding: 4px 0 4px 15px;
  border: none;
  border-bottom: 1px solid #edecec;
  background: url(images/marker-1.png) 0 12px no-repeat;
  color: #02a79e;
  list-style-type: none;
}
.widget ul li a {
  color: #606060;
  text-decoration: none;
}
.widget ul li a:hover {
  text-decoration: underline;
}
/* Portfolio Widget */
.portfolio-widget {
  margin-bottom: 48px;
}
/* Standard Widgets
---------------------------------------- */
/* Calendar */
#calendar_wrap {
  padding: 0;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar td {
  padding: 6px 0;
  border: none;
  text-align: center;
}
#wp-calendar caption {
  margin-bottom: 5px;
  padding: 4px 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
#wp-calendar thead th {
  padding: 7px 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
/* Custom Widgets
---------------------------------------- *//* Request a quote */
#widget_my_requestquotewidget {
  overflow: hidden;
  width: 100%;
}
.top-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  width: 100%;
}
.top-box .holder-img {
  float: left;
  margin: 0 10px 5px 0;
}
.top-box h3 {
  overflow: hidden;
  margin: 7px 0 12px;
  padding: 0;
  border: none;
}
.top-box h3:after {
  display: none;
}
.top-box p {
  margin-bottom: 10px;
}
/* Well */
.well {
  overflow: hidden;
  margin: 72px 0 53px;
  padding: 20px 20px 20px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 1px;
  background: url(images/well-tail.gif) 0 0 repeat-x #fafafa;
  box-shadow: none;
  color: #646464;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  line-height: 22px;
}
.well h2 {
  margin: 0 0 4px;
  color: #505050;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
}
.well .btn.btn-inverse.std {
  margin: 5px 0 0;
  padding: 10px 18px 11px;
  border: 1px solid #4c4c4c;
  font-size: 18px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #565555;
  background-image: -moz-linear-gradient(top, #696969, #393838);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#696969), to(#393838));
  background-image: -webkit-linear-gradient(top, #696969, #393838);
  background-image: -o-linear-gradient(top, #696969, #393838);
  background-image: linear-gradient(to bottom, #696969, #393838);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff696969', endColorstr='#ff393838', GradientType=0);
}
.well .btn.btn-inverse.std:hover {
  background: #393838;
}
.box-text {
  float: left;
}
.box-button {
  float: right;
}
/* Recent Comments */
ul.recentcomments {
  margin: 0;
  padding: 0;
}
ul.recentcomments li {
  overflow: hidden;
  margin: 0;
  padding: 25px 0 25px 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: none;
  background: none;
  list-style-type: none;
}
ul.recentcomments li:first-child {
  padding-top: 0;
  border-top: none;
}
ul.recentcomments li img {
  float: left;
  margin: 0 12px 0 0;
}
ul.recentcomments .comment-body {
  padding: 15px 0 0 0;
}
ul.recentcomments .comment-body a {
  color: #96999d;
  text-decoration: none;
}
ul.recentcomments .comment-body a:hover {
  color: #000;
  text-decoration: underline;
}
ul.recentcomments li h4 {
  margin-bottom: .1em;
}
ul.recentcomments li h4 a {
  text-decoration: none;
}
ul.recentcomments li h4 a:hover {
  color: #000;
}
ul.recentcomments li small {
  color: #6a6a6a;
  font-size: 11px;
}
/* Posts Type widget */
.post_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post_list li {
  overflow: hidden;
  margin: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #dbdbdb;
  list-style-type: none;
}
.post_list li:first-child {
  padding-top: 0;
  border: none;
}
#left_sidebar .post_list li:first-child {
  padding-top: 4px;
  border-bottom: 1px solid #EDECEC;
}
#left_sidebar .post_list li.active a {color: #EB9556;}

.post_list li .featured-thumbnail img {
  max-width: 120px;
  height: auto;
}
.ie8 .post_list li .featured-thumbnail img {
  max-width: none;
}
/* Popular posts */
.popular-posts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.popular-posts li {
  overflow: hidden;
  margin: 0 0 2em 0;
}
.popular-posts li .post-thumb {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  padding: 1px;
  width: 100px;
  height: 100px;
  border: 1px solid #dbdbdb;
}
.popular-posts li .post-thumb .thumbnail {
  width: 100%;
  height: auto;
}
.popular-posts li .post-thumb.empty-thumb {
  background: url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
}
.popular-posts li h5 {
  margin-bottom: .5em;
  font-size: 1em;
}
.popular-posts li .excerpt {
  margin-bottom: .8em;
}
/* Featured Carousel
---------------------------------------- */
.es-carousel-wrapper {
  position: relative;
  margin: 0 0 20px;
  padding: 7px 0 0;
  width: 100%;
}
.es-carousel {
  overflow: hidden;
}
.es-carousel ul {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.es-carousel ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #fff;
  list-style-type: none;
}
.es-carousel ul li .thumbnail {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 1px #e8e8e8;
  -moz-box-shadow: 0px 1px 1px #e8e8e8;
  box-shadow: 0px 1px 1px #e8e8e8;
}
.es-carousel ul li .image-wrap {
  display: block;
  overflow: hidden;
}
.es-carousel .image-wrap:hover .portfolio-meta {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.es-carousel .portfolio-meta h5 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2A973;
  color: white;
  font: normal 14px/22px Droid Sans, sans-serif;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.es-carousel ul li a img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.es-carousel ul li .item-desc {
  padding: 15px 10px 8px;
}
.es-carousel .item-desc .pull-left {
  width: 55%;
}
.es-carousel .item-desc .pull-right {
  width: 45%;
}
.es-carousel ul li h5 {
  margin: 0;
  font: bold 12px/22px Droid Sans, sans-serif;
  color: #606060;
}
.es-carousel ul li h5 a {
  color: #606060;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.es-carousel ul li h5 a:hover {
  color: #02a79e;
}
.es-nav {
  width: 100%;
  position: absolute;
  top: -50px;
  right: 0;
}
.es-nav span {
  float: right;
  display: block !important;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
  background: url(images/testi-control.gif) 6px 50% no-repeat #525252;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.es-nav span.es-nav-next {
  background-position: -16px 50%;
}
.es-nav span:hover {
  background-color: #02a79e;
}
/* Post Cycle */
.post_cycle {
  margin: 0;
  padding: 0;
}
.post_cycle .cycle_item {
  display: none;
}
.post_cycle .cycle_item:first {
  display: block;
}
/* Folio Cycle */
.folio_cycle {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.folio_cycle .folio_item {
  display: none;
  overflow: hidden;
}
.folio_cycle .folio_item:first {
  display: block;
}
.folio_cycle .folio_item .featured-thumbnail {
  float: none;
  margin: 0 0 15px 0;
}
.folio_cycle .folio_item .featured-thumbnail img {
  float: none;
  width: 100%;
}
#folio-controls {
  overflow: hidden;
  text-align: center;
}
#folio-controls ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#folio-controls ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
#folio-controls ul li a {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #000;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
}
#folio-controls ul li a:hover {
  background: #999;
}
/* Testimonials */
.testimonials {
  margin: 0;
  padding: 0;
}
.testimonials div.testi_item {
  overflow: hidden;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  position: relative;
  display: block;
  margin: 0;
  padding: 30px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #dbdbdb;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.testimonials div.testi_item blockquote:before {
  position: absolute;
  bottom: -20px;
  left: 65px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #dbdbdb;
  border-right: 0 solid transparent;
  border-left: 20px solid transparent;
  content: "";
}
.testimonials div.testi_item blockquote:after {
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
  content: "";
}
.testimonials div.testi_item blockquote > a {
  position: relative;
  color: #4e4e4e;
  text-decoration: none;
}
.testimonials div.testi_item blockquote > a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 10px;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}
/* Misc for Cycle widgets */
#testi-cycle {
  position: relative;
  z-index: 1;
  width: 100% !important;
}
#testi-cycle .testi_item {
  display: none;
  margin: 0;
  padding: 0;
}
#testi-cycle .testi_item p {
  margin: 0 0 12px;
  padding-left: 20px;
  background: url(images/quote.gif) 0 6px no-repeat;
  color: #606060;
  font-style: italic;
  font-size: 12px;
  line-height: 22px;
}
#testi-cycle .testi_item:first {
  display: block;
}
#testi-controls {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -22px;
  text-align: right;
  font-size: 0;
}
#testi-controls #next-testi,
#testi-controls #prev-testi {
  display: inline-block;
  overflow: hidden;
  margin: 0 4px 0 0;
  padding: 0;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: url(images/testi-control.gif) 6px 50% no-repeat #525252;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: all 0.3s ease-out;
  /* FF4+ */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */

  transition: all 0.3s ease-out;
}
#testi-controls #next-testi {
  background-position: -16px 50%;
}
#testi-controls #next-testi:hover,
#testi-controls #prev-testi:hover {
  background-color: #02a79e;
}
.name-testi {
  width: 100%;
  background: url(images/testi-bot.png) 0 0 no-repeat;
  color: #606060;
  font-style: italic;
  font-size: 11px;
  line-height: 2;
}
.name-testi .user {
  display: inline-block;
  padding: 5px 0 0 61px;
  color: #02a79e;
  font-style: normal;
  font-size: 12px;
  line-height: 25px;
}
/* Latest Posts */
.latest-post {
  margin-bottom: 0;
  padding: 8px 0 0;
  list-style-type: none;
}
.latest-post li {
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  line-height: 22px;
}
.latest-post li .featured-thumbnail {
  float: none;
  overflow: hidden;
  margin: 0 0 12px;
}
.latest-post li .featured-thumbnail i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 23px;
  height: 23px;
  background-color: #02a79e;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: all 0.3s ease-out;
  /* FF4+ */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */

  transition: all 0.3s ease-out;
}
.latest-post li .featured-thumbnail a:hover i {
  width: 100%;
  height: 100%;
}
.latest-post li.quote i {
  background-image: url(images/quote-icon.png);
}
.latest-post li.audio i {
  background-image: url(images/audio-icon.png);
}
.latest-post li.gallery i {
  background-image: url(images/gallery-icon.png);
}
.latest-post li.link i {
  background-image: url(images/link-icon.png);
}
.latest-post li .featured-thumbnail img {
  width: 100%;
}
.latest-post li h4 {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 13px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 22px;
}
.latest-post li h4 a {
  color: #606060;
  text-decoration: none !important;
}
.latest-post li h4 a:hover {
  color: #02a79e;
}
.latest-post li .excerpt {
  margin-bottom: 0;
}
/* Recent Posts */
.latestpost {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.latestpost li {
  margin: 0 0 2em 0;
  list-style-type: none;
}
.latestpost li h4 {
  margin-bottom: 0;
}
.latestpost li .excerpt {
  margin-bottom: 15px;
}
/* Twitter widget */
.twitter {
  position: relative;
}
.twitter_update_list {
  overflow: hidden;
}
.twitter ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 37px;
  background: url(images/twitter-icon.png) no-repeat 0 0;
  list-style-type: none;
}
.twitter ul li .twitt-body {
  padding: 0 0 5px 0;
}
.twitter ul li .twitt-body a {
  font-weight: bold;
}
.twitter ul li a.timesince {
  font-size: 11px;
}
.twitter .preloader {
  position: absolute;
  top: 40px;
  left: 0;
  padding-left: 30px;
  height: 25px;
  background-image: url(images/loading-twitter.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
  line-height: 25px;
}
/* Flickr widget */
.flickrImages {
  position: relative;
  overflow: hidden;
}
.flickrImages a {
  display: block;
  float: left;
  margin: 6px 3px 3px 3px;
  width: 65px;
  height: 65px;
  border: 2px solid #5b5b5b;
  background: #000;
}
.flickrImages a img {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: all 0.3s ease-out;
  /* FF4+ */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */

  transition: all 0.3s ease-out;
}
.flickrImages a:hover img {
  opacity: .5;
}
.flickrImages a.link {
  display: inline;
  float: none;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
}
/* Banner widget */
.banners-holder {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.banners-holder li {
  margin: 0;
  padding: 15px 0 0 0;
  background: none;
  list-style-type: none;
}
.banners-holder li:first-child {
  padding: 0;
}
.banners-holder li img {
  float: left;
  vertical-align: top;
}
/* vCard widget *//* Newsletter form */
.newsletter {
  padding: 10px 0 0;
}
.newsletter input[type="text"] {
  margin: 0 0 0px;
  padding: 9px 15px 10px;
  width: 213px;
  border: none;
  border-bottom: 1px solid #b1b1b1;
  border-left: 1px solid #979797;
  background: #fff;
  color: #919090;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.newsletter input[type="submit"] {
  margin: 0;
  padding: 8px 28px;
  color: #fff;
  border: none;
  background: #646464;
  font: normal 16px/19px Droid Sans, sans-serif;
}
.newsletter input[type="submit"]:hover {
  background: #02a79e;
}
/* #Shortcodes
================================================== */
/* Recent Posts Shortcodes
---------------------------------------- */
/* Recent Posts Default */
.recent-posts {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}
.recent-posts li {
  margin: 0 !important;
  padding: 29px 0 0 !important;
  border: none !important;
  background: none !important;
  color: #606060 !important;
  list-style-type: none;
}
.recent-posts li .featured-thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.recent-posts li h5 {
  margin: 0 0 3px;
  font-size: 13px;
}
.recent-posts li h5 a {
  color: #444;
  text-decoration: none !important;
}
.recent-posts li h5 a:hover {
  color: #02a79e;
}
.recent-posts li .excerpt {
  margin-bottom: 0;
}
.recent-posts li span.meta {
  display: block;
  overflow: hidden;
  margin-bottom: .5em;
  color: #888;
  text-transform: uppercase;
  font-size: 10px;
}
.recent-posts li .post-date {
  float: left;
}
.recent-posts li .post-comments {
  float: right;
}
/* Images Format Type */
.recent-posts .format-image {
  float: left;
  margin: 0 20px 20px 0;
}
/* Quote Format Type */
/* Link Format Type */
/* Audio Format Type */
.recent-posts .format-audio {
  margin-bottom: 2em;
}
.recent-posts .format-audio .audio-wrapper {
  margin-bottom: .5em;
}
/* Video Format Type */
.recent-posts .format-video {
  float: left;
  width: 300px;
}
.recent-posts .format-video iframe {
  width: 300px;
  height: 200px;
}
/* Our Team Shortcode */
.recent-posts.team {
  margin: 0 0 0 -18px;
  padding: 0;
}
.recent-posts.team li {
  float: left;
  overflow: hidden;
  margin: 0 0 20px 18px;
  padding: 10px;
  width: 174px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #dbdbdb;
  background-clip: padding-box;
  color: #969695;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: all 0.3s ease-out;
  /* FF4+ */

  -ms-transition: all 0.3s ease-out;
  /* IE10 */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */

  transition: all 0.3s ease-out;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.recent-posts.team li:hover {
  background: #999;
  color: #000;
}
.recent-posts.team li .featured-thumbnail {
  float: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 174px;
  border: none;
  background: none;
}
.recent-posts.team li .excerpt {
  margin-bottom: 0;
}
.recent-posts.team li:hover a {
  color: #ffffff;
}
/* Services */
.recent-posts.services {
  overflow: hidden;
  margin: 0 0 0 -20px;
  padding: 0;
  list-style-type: none;
}
.recent-posts.services li {
  float: left;
  margin: 0 0 30px 20px;
  padding: 0;
  width: 300px;
  background: none;
}
.recent-posts.services li h5 {
  padding-top: 8px;
}
.recent-posts.services li h5 a {
  color: #191919;
}
/* Popular Posts Shortcode
---------------------------------------- */.popular_posts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.popular_posts li {
  overflow: hidden;
  margin: 0 !important;
  padding: 29px 0 0 0 !important;
  border: none !important;
  background: none !important;
  color: #606060 !important;
  list-style-type: none;
  line-height: 22px;
}
.popular_posts li .featured-thumbnail {
  margin: 0 18px 0 0;
}
.popular_posts li h5 {
  margin: 0 0 3px;
  font-size: 13px;
}
.popular_posts li h5 a {
  color: #444;
  text-decoration: none !important;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.popular_posts li h5 a:hover {
  color: #02a79e;
}
/* Tags Shortcode
---------------------------------------- */
.tags-cloud,
.tagcloud,
.post-footer {
  font-size: 0;
}
.tags-cloud a,
.tagcloud a,
.post-footer a {
  display: inline-block;
  margin: 0 9px 10px 0;
  padding: 0px 9px;
  border: 1px solid #f2f2f2;
  background: #f7f7f7;
  color: #606060;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px !important;
  line-height: 27px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
  background: #02a79e;
  color: #fff;
}
/* Recent Team */
.team-wrap {
  overflow: hidden;
  margin: 0 0 30px -20px;
  padding: 0;
  border: none;
  background: none;
}
.team-wrap > li {
  float: left;
  margin: 0 0 20px 20px;
  padding: 0;
  width: 172px;
  border: none;
  background: none;
  list-style-type: none;
  line-height: 22px;
}
.team-wrap li .featured-thumbnail {
  float: none;
  margin: 0 0 17px;
}
.team-wrap li .meta {
  overflow: hidden;
  margin-bottom: 8px;
  padding: 5px 0 2px;
  border-bottom: 1px solid #dbdbdb;
}
.team-wrap li .meta h4 {
  float: left;
  margin: 0;
  width: 70%;
  font-weight: normal;
}
.team-wrap .team-follow {
  float: right;
  margin: 0;
  padding: 0;
  width: 30%;
  border: none;
  background: none;
}
.team-wrap .team-follow li {
  float: left;
  margin: 0;
  padding: 0 0 0 8px;
  border: none;
  background: none;
  list-style-type: none;
}
.team-wrap .team-follow li img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.team-wrap .team-follow li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.team-wrap.home-team {
  margin: 6px 0 0 -21px;
}
.team-wrap.home-team li {
  float: left;
  margin: 0 0 17px 21px;
  width: 86px;
}
.team-wrap.home-team .featured-thumbnail {
  margin: 0;
}
.team-wrap.home-team .featured-thumbnail img {
  opacity: 1 !important;
  filter: none !important;
}
.team-wrap.home-team .featured-thumbnail i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 0px solid #bbb;
  -webkit-transition: all 0.25s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: all 0.25s ease-out;
  /* FF4+ */

  -o-transition: all 0.25s ease-out;
  /* Opera 10.5+ */

  transition: all 0.25s ease-out;
}
.team-wrap.home-team .featured-thumbnail a:hover i {
  border-width: 3px;
}
/* Recent Comments Shortcode
---------------------------------------- */.recent-comments {
  margin: 0;
  padding: 0 13px 0 0;
  list-style-type: none;
}
.recent-comments li {
  margin: 0 !important;
  padding: 15px 0 !important;
  border: none !important;
  border-top: 1px solid #edecec !important;
  background: none !important;
}
.recent-comments li:first-child {
  border: none !important;
}
.recent-comments li span {
  color: #02a79e;
  text-transform: capitalize;
  font-style: italic;
  font-size: 13px;
}
/* Progressbar
---------------------------------------- */
.progress {
  margin: 6px 0 0 -20px;
  height: 42px;
  border: none;
  border-right: 3px solid #d9d9d9;
  border-radius: 0;
  background: #f2f2f2;
  box-shadow: none;
}
.progress .bar {
  border: none;
  box-shadow: none;
  color: #606060;
  text-align: left;
  text-shadow: none;
  font: normal 20px/42px Droid Sans, sans-serif;
}
.progress-info .bar,
.progress .bar-info {
  background: #e0e0e0;
  filter: none;
}
.progress .value {
  float: left;
  margin-right: 18px;
  width: 50px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 2;
}
.progress-info .value {
  background: #02a79e;
}
/* List styling */
.list > ul {
  margin: 0;
}
.list ul li {
  position: relative;
}
.list ul li:before {
  display: inline-block;
  margin: 1px 6px 0 0;
  width: 14px;
  height: 14px;
  background-image: url(bootstrap/img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: text-top;
  line-height: 14px;
}
/* Unstyled */
.list.unstyled > ul li {
  margin: 0 0 .5em 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
.list.unstyled > ul li:before {
  display: none;
}
/* Unstyled */
.list.styled > ul {
  margin: 20px 0 1em 0;
}
.list.styled > ul li {
  position: relative;
  margin: 4px 0 0 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
/* Check List */
.list.check-list > ul li:before {
  background-position: -288px 0;
}
/* Check2 List */
.list.check2-list > ul li:before {
  background-position: -72px -96px;
}
/* Arrow List */
.list.arrow-list > ul li:before {
  background-position: -264px -96px;
}
/* Arrow2 List */
.list.arrow2-list > ul li:before {
  background-position: -456px -72px;
}
/* Star List */
.list.star-list > ul li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 18px;
  border-bottom: 1px solid #edecec;
  line-height: 20px;
}
.list.star-list > ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  margin: 0;
  width: 7px;
  height: 7px;
  background: url(images/marker-3.gif) 0 0 no-repeat;
}
/* Plus List */
.list.plus-list > ul li:before {
  margin: 5px 6px 0 0;
  width: 8px;
  height: 7px;
  background: url(images/marker-2.png) 0 0 no-repeat;
}
/* Minus List */
.list.minus-list > ul li:before {
  background-position: -433px -96px;
}
/* Mix List */
.list.mix-list > ul {
  margin: 10px 0;
}
.list.mix-list > ul li {
  margin: 3px 0 0;
}
.list.mix-list > ul li:before {
  background: url(images/mix-markers.gif) 0 3px no-repeat;
}
.list.mix-list > ul li + li:before {
  background-position: 0 -22px;
}
.list.mix-list > ul li + li + li:before {
  background-position: 0 -47px;
}
.list.mix-list > ul li + li + li + li:before {
  background-position: 0 -68px;
}
.list.mix-list > ul li + li + li + li + li:before {
  background-position: 0 -90px;
}
.list.mix-list > ul li + li + li + li + li + li:before {
  background-position: 0 -111px;
}
/* Request a quote
---------------------------------------- */
.box {
  overflow: hidden;
  margin: 6px 0 20px;
  padding: 25px 10px 20px 15px;
  min-height: 80px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
}
.box h4 {
  margin: 0;
  color: #444;
  font-size: 15px;
}
.box p {
  margin-bottom: 20px;
}
.box .btn {
  padding: 5px 28px;
  border: 0;
  border-bottom: 1px solid #c48150;
  border-left: 1px solid #d5a07a;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0 1px 0px 1px #b1b1b1;
  text-shadow: none;
  font: normal 16px/25px Droid Sans, sans-serif;
}
.box .btn:hover {
  border-color: #b1b1b1;
  background: #b1b1b1;
  color: #fff;
}
.box .btn-warning {
  background: #02a79e;
  color: #fff;
  filter: none;
}
/* Post Cycle
---------------------------------------- */
.carousel-cycle {
  position: relative;
  overflow: hidden;
  padding: 34px 10px 12px 19px;
  margin: 25px 0 60px;
  background: #f8f8f8;
}
.post-carousel {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 257px;
  list-style-type: none;
}
.post-carousel > div {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.post-carousel > div:first {
  display: block;
}
.post-carousel .featured-thumbnail {
  margin: 0 30px 0 0;
  padding: 12px 14px 73px 12px;
  background: url(images/monitor-img.png) 0 0 no-repeat;
}
.post-carousel .featured-thumbnail img {
  float: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.post-carousel h4 {
  margin: 0 0 14px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.post-carousel .excerpt {
  margin-bottom: 40px;
}
.post-controls {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 9;
  width: 100%;
}
#prev-carousel,
#next-carousel {
  float: right;
  margin: 0 0 0 3px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(images/testi-control.gif) 6px 50% no-repeat #525252;
  text-indent: -999em;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#next-carousel {
  background: url(images/testi-control.gif) -16px 50% no-repeat #525252;
}
/* Banner
---------------------------------------- */
.bnrs-wrapper .banner-wrap:first-child {
  margin-left: -3px;
}
.banner-wrap {
  float: left;
  overflow: hidden;
  margin: 0 0 0px 12px;
  padding: 0;
}
.banner-wrap .featured-thumbnail {
  float: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
}
.banner-wrap .featured-thumbnail a {
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
}
.banner-wrap h5 {
  margin: 0 0 8px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.banner-wrap .btn-link {
  padding: 0;
}
/* Accordion */
.accordion {
  margin-top: -7px;
}
.accordion .accordion-group {
  margin: 0;
  border: none;
  border-radius: 0;
}
.accordion-heading .accordion-toggle {
  padding: 11px 21px 9px;
  border-bottom: 1px solid #edecec;
  background: url(images/accardian-marker.png) 0 -99px no-repeat;
  color: #606060;
  text-decoration: none !important;
  font: normal 12px/21px Droid Sans, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.accordion-heading .accordion-toggle.active {
  border-color: transparent;
  background-position: 0 13px;
  color: #02a79e;
}
.accordion-heading .accordion-toggle:hover {
  color: #02a79e;
}
.accordion-inner {
  margin-top: -5px;
  padding: 0 0 10px;
  border: none;
}
/* Tabs */
.tabs-wrapper .nav {
  margin: 0;
}
.nav-tabs {
  border: none;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #888;
  border-color: #DDDDDD;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
}
.nav-tabs > .active > a,
.nav-tabs > li > a:hover {
  color: #444;
  background: #fff;
  filter: none;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 5px;
}
.tab-content {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  padding: 20px 20px 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}
#sidebar .nav-tabs {
  overflow: hidden;
  margin: 0;
  padding: 10px 0 0;
  border: none;
  white-space: nowrap;
}
#sidebar .nav-tabs > li {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
#sidebar .nav-tabs > li > a {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #edecec;
  border-top-width: 3px;
  border-radius: 0;
  color: #444 !important;
  text-decoration: none !important;
  font: normal 13px/37px Droid Sans, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#sidebar .nav-tabs > li:first-child > a {
  padding: 0 22px;
}
#sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > li > a:hover {
  border: 1px solid #edecec;
  border-top: 3px solid #02a79e !important;
  border-bottom-color: transparent;
  background: #fff !important;
}
#sidebar .tab-content {
  border: 1px solid #edecec;
  border-top: none;
}
#sidebar .tab-pane {
  padding: 0 0 15px 13px;
}
/* #Footer
================================================== */
#footer {
  border-top: 1px solid #dbdbdb;
  background: #2e2e2e;
}
/* Footer widget */
#widget-footer {
  padding: 33px 0 21px;
  background: #02A79E;
  color: #919090;
}
#widget-footer h4 {
  margin: 0 0 12px;
  color: #fff;
  line-height: 25px;
}
#widget-footer .social-networks, .top-social .social-networks {
  margin: 0;
  padding: 0 0 0 1px;
}
.top-social .social-networks {
  float: right;
}
#widget-footer .social-networks li, .top-social .social-networks li {
  float: left;
  margin: 0;
  padding: 0 12px 0 0;
  list-style-type: none;
  position: relative;
}
.social-networks li a {
  display: block;
  width: 29px;
  height: 29px;
  background-color: #2e2e2e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.top-social .social-networks li a {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #888;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#widget-footer .social-networks li a img {
  opacity: 0.4;
  }
.social-networks li a:hover {
  background-color: #646464;
}
.social-networks li .tooltips {
  position: absolute;
  left: 50%;
  bottom: 40px;
  font-size: 11px !important;
  line-height: 1.2em;
  width: 150px;
  margin-left: -75px;
  text-align: center;
  color: #fff !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
#sidebar .social-networks li .tooltips {
  display: none;
}
.no-opacity .social-networks li .tooltips {
  visibility: hidden;
}
.no-opacity .social-networks li:hover .tooltips {
  visibility: visible;
}
.social-networks li .inner {
  display: inline-block;
  padding: 4px 6px;
  background-color: #000;
}
/* Footer navigation */
nav.footer {
  float: right;
}
nav.footer ul {
  margin: 0;
  padding: 0;
}
nav.footer ul li {
  float: left;
  margin: 0;
  padding-left: 15px;
  list-style-type: none;
}
nav.footer ul li a:hover,
nav.footer ul li.current-menu-item a {
  color: #fff;
  text-decoration: none;
}
/* Copyright */
#copyright {
  padding: 18px 0;
  color: #9e9d9d;
}
/* Footer text */
#footer-text .site-name {
  color: #9e9d9d;
  text-decoration: none !important;
  text-transform: capitalize;
}
#footer-text .site-name:hover {
  color: #fff;
}
/* #Misc
================================================== */
/* Button */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Button Small */
.btn-small {
  font: bold 14px/20px Arial, Helvetica, sans-serif;
  min-width: 104px;
  margin: 0 8px 17px 0;
  padding: 7px 0;
}
/* Button Small */
.btn-large {
  font: bold 14px/20px Arial, Helvetica, sans-serif;
  min-width: 142px;
  margin: 0 8px 8px 0;
  padding: 12px 0;
}
/* Button White */
.btn-default {
  color: #444;
  border-color: #ddd;
  text-shadow: 1px 1px 0 #fff;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fdfdfd, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f6f6f6);
  background-image: -o-linear-gradient(top, #fdfdfd, #f6f6f6);
  background-image: linear-gradient(to bottom, #fdfdfd, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff6f6f6', GradientType=0);
}
.btn:hover {
  background: #f6f6f6;
  filter: none;
}
/* Button Yellow */
.btn-warning {
  color: #754c00;
  border-color: #e6bd4c;
  text-shadow: 1px 1px 0 #ffebb7;
  background-color: #fad888;
  background-image: -moz-linear-gradient(top, #fae096, #fbcc73);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fae096), to(#fbcc73));
  background-image: -webkit-linear-gradient(top, #fae096, #fbcc73);
  background-image: -o-linear-gradient(top, #fae096, #fbcc73);
  background-image: linear-gradient(to bottom, #fae096, #fbcc73);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffae096', endColorstr='#fffbcc73', GradientType=0);
}
.btn-warning:hover {
  color: #754c00;
  background: #fbcc73;
  filter: none;
}
/* Button Black */
.btn-inverse {
  color: #fff;
  border-color: #464646;
  text-shadow: -1px -1px 0 #444444;
  background-color: #575757;
  background-image: -moz-linear-gradient(top, #636363, #464646);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#636363), to(#464646));
  background-image: -webkit-linear-gradient(top, #636363, #464646);
  background-image: -o-linear-gradient(top, #636363, #464646);
  background-image: linear-gradient(to bottom, #636363, #464646);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636363', endColorstr='#ff464646', GradientType=0);
}
.btn-inverse:hover {
  background: #464646;
  filter: none;
}
/* Button Red */
.btn-danger {
  color: #fff;
  border-color: #b23730;
  text-shadow: -1px -1px 0 #a43b37;
  background-color: #d74d47;
  background-image: -moz-linear-gradient(top, #e15550, #c74039);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e15550), to(#c74039));
  background-image: -webkit-linear-gradient(top, #e15550, #c74039);
  background-image: -o-linear-gradient(top, #e15550, #c74039);
  background-image: linear-gradient(to bottom, #e15550, #c74039);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe15550', endColorstr='#ffc74039', GradientType=0);
}
.btn-danger:hover {
  background: #c74039;
  filter: none;
}
/* Button Green */
.btn-success {
  color: #fff;
  border-color: #819633;
  text-shadow: -1px -1px 0 #77873b;
  background-color: #99ae4c;
  background-image: -moz-linear-gradient(top, #a1b750, #8da046);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a1b750), to(#8da046));
  background-image: -webkit-linear-gradient(top, #a1b750, #8da046);
  background-image: -o-linear-gradient(top, #a1b750, #8da046);
  background-image: linear-gradient(to bottom, #a1b750, #8da046);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1b750', endColorstr='#ff8da046', GradientType=0);
}
.btn-success:hover {
  background: #8da046;
  filter: none;
}
/* Button Primary */
.btn-primary {
  color: #fff;
  border-color: #1f70ad;
  text-shadow: -1px -1px 0 #1c6396;
  background-color: #2984c7;
  background-image: -moz-linear-gradient(top, #2a8cc7, #2778c7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a8cc7), to(#2778c7));
  background-image: -webkit-linear-gradient(top, #2a8cc7, #2778c7);
  background-image: -o-linear-gradient(top, #2a8cc7, #2778c7);
  background-image: linear-gradient(to bottom, #2a8cc7, #2778c7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a8cc7', endColorstr='#ff2778c7', GradientType=0);
}
.btn-primary:hover {
  background: #2778c7;
  filter: none;
}
.btn-small [class^="icon-"] {
  margin: 1px 5px 0 -10px;
}
.btn-large [class^="icon-"] {
  margin: 1px 5px 0 -10px;
}
.button {
  padding: 5px 8px 5px 12px;
  border: none;
  background: #525252;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.button:hover {
  background: #393838;
}
/* Alert */
.alert {
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #fed223;
  background: #fdf4bd;
  color: #504621;
  padding: 13px 40px 13px 16px;
  margin-bottom: 7px;
  text-shadow: none;
}
.alert-danger,
.alert-error {
  border-color: #fac2c4;
  background: #fce2e3;
  color: #e54034;
}
.alert-success {
  border-color: #c4d67e;
  background: #e5eec0;
  color: #264509;
}
.alert-info {
  border-color: #91c8e2;
  background: #d4ebf6;
  color: #20568f;
}
button.close {
  font-weight: bold;
}
/* Image styling */
.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter {
  margin: 0 auto;
  text-align: center;
}
.alignnone {
  margin: 0 0 10px 0;
}
article .post-content img {
  max-width: 100%;
}
/* Frame styling */.frame {
  padding: 7px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.frame img.alignleft,
.frame img.alignright {
  margin: 0;
  padding: 0;
  border: none;
}
/* Small Button */
.button.small {
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 10px;
}
/* Large Button */
.button.large {
  padding: 16px 32px;
  font-size: 18px;
}
/* Table */
.table {
  margin: 0px 0 30px 10px;
  padding-top: 20px;
}
.table.table-bordered.table-striped,
.table.table-bordered.table-striped th,
.table.table-bordered.table-striped tr,
.table.table-bordered.table-striped td {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.table-striped th {
  color: #000;
  background: url(images/table-th-tail.gif) 0 0 repeat-x #f4f4f4;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background: #fff;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background: #fcfcfc;
}
/* Blockquote */
blockquote {
  font-family: Georgia, Georgia, serif;
  font-style: italic;
  color: #606060;
  border-left-color: #bdbdbd;
  border-width: 4px;
  padding-right: 50px;
  margin-bottom: 40px;
}
blockquote p {
  font-size: 16px;
  line-height: 20px;
}
/* Text Highlight */
.text-highlight {
  color: #fff;
}
.text-1 {
  font-size: 11px;
  line-height: 14px;
}
/* Lightbox */
.lightbox {
  position: relative;
  display: block;
}
/* Back to Top */
#back-top-wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
#back-top {
  display: none;
}
#back-top a {
  display: block;
  width: 108px;
  color: #bbb;
  /* transition */

  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 11px/100% Arial, Helvetica, sans-serif;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
/* arrow icon (span tag) */
#back-top span {
  display: block;
  margin-bottom: 7px;
  width: 108px;
  height: 108px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* transition */

  background: #dddddd url(images/up-arrow.png) no-repeat center center;
  /* rounded corners */

  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: #777;
}
/* Tabs */
.tabs-wrapper {
  margin-bottom: 20px;
}
/* Dropcaps */
.simple-dropcap,
.circle-dropcap,
.square-dropcap {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 10px 16px 0;
  width: 48px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  font: normal bold 37px/48px Arial, Arial, Helvetica, sans-serif;
}
.simple-dropcap {
  color: #666;
  font-size: 44px;
}
.circle-dropcap {
  background: #666;
  color: #fff;
  -webkit-border-radius: 1000%;
  -moz-border-radius: 1000%;
  border-radius: 1000%;
}
.square-dropcap {
  background: #666;
  color: #fff;
  height: 43px;
  width: 40px;
  line-height: 43px;
}
.small-dropcap {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 12px 20px 6px;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: #02a79e;
  color: #ffffff;
  text-align: center;
  text-transform: lowercase;
  font: normal 18px/31px Droid Sans, sans-serif;
}
.hr {
  overflow: hidden;
  margin: 30px 5px;
  height: 1px;
  background: #eee;
  font-size: 0;
  line-height: 0;
}
.sm_hr {
  overflow: hidden;
  margin: 25px 10px;
  height: 1px;
  background: #eee;
  font-size: 0;
  line-height: 0;
}
.spacer {
  overflow: hidden;
  height: 52px;
  font-size: 0;
  line-height: 0;
}
.spacer2 {
  overflow: hidden;
  height: 35px;
  font-size: 0;
  line-height: 0;
}
.small_spacer {
  overflow: hidden;
  height: 15px;
  font-size: 0;
  line-height: 0;
}
/* Google Map */
.google-map {
  margin: 25px 0 42px;
  background-image: url(images/loading-map.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* VIDEO */
.video-wrap {
  position: relative;
  margin-bottom: 10px;
  zoom: 1;
}
.video-wrap object {
  position: relative;
  z-index: 2;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: black;
}
/* AUDIO */
.audio-wrapper {
  margin-bottom: 1.5em;
}
.audio-desc {
  padding: .5em 0 0 0;
  color: #999;
  font-size: .91em;
}
.audiojs audio {
  position: absolute;
  left: -1px;
}
.audiojs {
  overflow: hidden;
  width: 460px;
  height: 36px;
  background: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(0.5, #555555), color-stop(0.51, #444444), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center top, #444444 0%, #555555 50%, #444444 51%, #444444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-family: monospace;
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.audiojs .play-pause {
  float: left;
  overflow: hidden;
  margin: 0px;
  padding: 4px 6px;
  width: 25px;
  height: 40px;
  border-right: 1px solid #000;
}
.audiojs p {
  display: none;
  margin: 0px;
  width: 25px;
  height: 40px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
}
.audiojs .scrubber {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px;
  width: 280px;
  height: 14px;
  border-top: 1px solid #3f3f3f;
  border-bottom: 0px;
  border-left: 0px;
  background: #5a5a5a;
}
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 0px;
  height: 14px;
  background: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(0.5, #dddddd), color-stop(0.51, #cccccc), color-stop(1, #cccccc));
  background-image: -moz-linear-gradient(center top, #cccccc 0%, #dddddd 50%, #cccccc 51%, #cccccc 100%);
}
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 14px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(0.5, #333333), color-stop(0.51, #222222), color-stop(1, #222222));
  background-image: -moz-linear-gradient(center top, #222222 0%, #333333 50%, #222222 51%, #222222 100%);
}
.audiojs .time {
  float: left;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  height: 36px;
  border-left: 1px solid #000;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  line-height: 36px;
}
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}
.audiojs .error-message {
  display: none;
  float: left;
  overflow: hidden;
  margin: 0px 10px;
  width: 400px;
  height: 36px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  color: #eee;
  text-decoration: none;
  white-space: wrap;
}
.audiojs .play {
  background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat;
}
.audiojs .loading {
  background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat;
}
.audiojs .error {
  background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat;
}
.audiojs .pause {
  background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat;
}
.playing .play,
.playing .loading,
.playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play,
.loading .pause,
.loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/* Form elements */
input[type="text"] {
  height: 16px;
}
input[type="text"],
textarea {
  margin: 0;
  padding: 8px 11px 9px;
  border: 1px solid #edecec;
  border-bottom: 2px solid #f4f4f4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #919090;
  font: normal 12px/16px Tahoma, Geneva, sans-serif;
}
/* Comment form */
#commentform {
  font-size: 0;
}
#commentform p.field:first-child {
  margin-left: 0;
}
#commentform p.field {
  display: inline-block;
  margin: 0 0 17px 13px;
  width: 198px;
  vertical-align: top;
}
.children #commentform p.field {
  display: block;
  width: auto;
  margin-left: 0;
}
#commentform small {
  color: #8b8b8b;
}
#commentform label {
  display: block;
}
#commentform input[type="text"] {
  width: 173px;
}
#commentform textarea {
  overflow: auto;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 135px;
  max-width: 100%;
  width: 100%;
  height: 135px;
}
#commentform input[type="submit"] {
  padding: 6px 28px 4px;
  border: 0;
  border-bottom: 1px solid #C48150;
  border-left: 1px solid #D5A07A;
  border-radius: 0;
  background: #02a79e;
  color: #fff;
  box-shadow: none;
  box-shadow: 0 1px 0px 1px #B1B1B1;
  text-shadow: none;
  font: normal 16px/25px Droid Sans, sans-serif;
  filter: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#commentform input[type="submit"]:hover {
  border-color: #B1B1B1;
  background: #B1B1B1;
}
/* Contact form */
div.wpcf7 {
  margin-bottom: 40px !important;
}
div.wpcf7 form {
  margin: 0;
}
.wpcf7-form p.field.first {
  margin-left: 0;
}
.wpcf7-form p.field {
  position: relative;
  display: inline-block;
  margin: 0 0 17px 5px;
  padding: 5px 0 0;
  width: 200px;
  vertical-align: top;
}
.wpcf7-form p.field input {
  width: 177px;
  padding: 8px 10px;
  border: 2px solid #f7f6f6;
  background: #fff;
}
.wpcf7-form p.field small {
  color: red;
}
.wpcf7-form .input-file {
  position: relative;
  display: block;
  overflow: hidden;
  width: 79px;
  height: 22px;
  background: url(images/btn-choose-file.gif) 0 0 no-repeat;
  cursor: pointer;
}
.wpcf7-form input[type="file"] {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  filter: progid:dximagetransform.microsoft.alpha(opacity=0);
  cursor: pointer;
  -moz-opacity: 0;
}
.wpcf7-form textarea {
  overflow: auto;
  padding: 10px;
  border: 2px solid #f7f6f6;
  background: #fff;
  margin: 0;
  min-height: 113px;
  max-width: 100%;
  width: 100%;
  height: 133px;
  box-sizing: border-box;
  box-sizing: padding;
}
@-moz-document url-prefix() {
    .wpcf7-form textarea {
    width: 96%;
  }
}
.wpcf7-form .submit-wrap {
  margin: 0;
  padding: 0;
  text-align: right;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  padding: 6px 10px !important;
  width: 178px !important;
  border: 1px solid red !important;
  background: #f3b7b7 !important;
  color: red !important;
}
div.wpcf7-response-output {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"] {
  padding: 8px 28px;
  border: 0;
  margin-left: 15px;
  border-bottom: 1px solid #C48150;
  border-left: 1px solid #D5A07A;
  border-radius: 0;
  box-shadow: none;

  text-shadow: none;
  font: normal 16px/25px Droid Sans, sans-serif;
  background: #02a79e;
  color: #fff;
  filter: none;
}
/* Address */
address {
  padding-top: 5px;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 22px;
}
address strong,
address em {
  display: block;
  padding-left: 18px;
  background: url(images/address-icons.png) 0 7px no-repeat;
  font-weight: normal;
  font-style: normal;
}
address em {
  background-position: 0 -19px;
}
/*
address a {
  background-position: 0 -40px;
  color: #606060;
  text-decoration: underline;
}
*/
/* Sidebar search form */
#searchform {
  position: relative;
  margin: 0;
  padding: 0;
}
#sidebar #searchform {
  margin-bottom: -5px;
}
#searchform input[type="text"] {
  margin: 0;
  padding: 10px 62px 10px 12px;
  height: 16px;
  border: none;
  border-radius: 0;
  background: #f8f8f8;
  box-shadow: none;
  color: #919090;
  font-size: 12px;
  line-height: 16px;
}
#searchform input[type="submit"] {
  position: absolute;
  top: 8px;
  right: 12px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 0;
  background: url(images/search-icon.png) 0 0 no-repeat;
  box-shadow: none;
  text-indent: -999em;
}
/* jPlayer
-------------------------------------------------------------- */
div.jp-audio,
div.jp-video {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  color: #a7a7a7;
  line-height: 2.2em;
}
div.jp-video video {
  background-color: #000000;
}
div.jp-audio {
  width: 100%;
}
div.jp-video.fullwidth,
div.jp-video.fullwidth .jp-type-list-parent {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
div.jp-video.fullwidth.playlist {
  padding-bottom: 0;
  height: auto;
}
div.jp-video.fullwidth .jp-type-single,
div.jp-video.fullwidth .jp-type-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.jp-video.fullwidth .jp-jplayer img,
div.jp-video.fullwidth .jp-jplayer video,
div.jp-video.fullwidth .jp-jplayer object {
  position: absolute;
  top: 0;
  left: 0;
}
div.jp-video-full {
  position: static !important;
  position: relative;
  width: 100%;
  height: 100%;
}
div.jp-video-full div.jp-jplayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
}
div.jp-video-full div.jp-gui {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}
div.jp-video-full div.jp-interface {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
div.jp-interface {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #020202;
  -webkit-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
  background-color: #484747;
  background-image: -moz-linear-gradient(top, #575656, #313030);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575656), to(#313030));
  background-image: -webkit-linear-gradient(top, #575656, #313030);
  background-image: -o-linear-gradient(top, #575656, #313030);
  background-image: linear-gradient(to bottom, #575656, #313030);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575656', endColorstr='#ff313030', GradientType=0);
}
div.jp-interface li {
  padding-left: 0;
}
div.jp-video div.jp-interface {
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.jp-video:hover div.jp-interface {
  margin: -36px 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.jp-controls-holder {
  position: absolute;
  top: 7px;
  left: 0;
  overflow: hidden;
  width: 100%;
}
div.jp-interface ul.jp-controls {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  padding-right: 2px;
  background: url(images/jp_spacer.png) 100% 1px no-repeat;
  text-indent: -9999px;
}
div.jp-interface ul.jp-controls a span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play span,
a.jp-pause span {
  width: 28px;
  height: 28px;
}
a.jp-play span {
  background: url(images/jp_sprite.png) 0 0 no-repeat;
}
a.jp-play:hover span {
  background-position: -28px 0;
}
a.jp-pause span {
  display: none;
  background: url(images/jp_sprite.png) 0 -28px no-repeat;
}
a.jp-pause:hover span {
  background-position: -28px -28px;
}
a.jp-stop span,
a.jp-previous span,
a.jp-next span {
  width: 28px;
  height: 28px;
}
a.jp-stop span {
  background: url(images/jp_sprite.png) 0 -56px no-repeat;
}
a.jp-stop:hover span {
  background-position: -28px -56px;
}
a.jp-previous span {
  background: url(images/jp_sprite.png) -56px -28px no-repeat;
}
a.jp-previous:hover span {
  background-position: -84px -28px;
}
a.jp-next span {
  background: url(images/jp_sprite.png) -56px 0 no-repeat;
}
a.jp-next:hover span {
  background-position: -84px 0;
}
div.jp-progress {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 7px;
  border-bottom: 1px solid #605f60;
  background-color: #303030;
}
div.jp-seek-bar {
  width: 0;
  height: 100%;
  -webkit-box-shadow: inset 0 0 2px #464444;
  -moz-box-shadow: inset 0 0 2px #464444;
  box-shadow: inset 0 0 2px #464444;
  cursor: pointer;
}
div.jp-play-bar {
  width: 0;
  height: 100%;
  background-color: #bababa;
  background-image: -moz-linear-gradient(top, #cecece, #9d9d9d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#9d9d9d));
  background-image: -webkit-linear-gradient(top, #cecece, #9d9d9d);
  background-image: -o-linear-gradient(top, #cecece, #9d9d9d);
  background-image: linear-gradient(to bottom, #cecece, #9d9d9d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ff9d9d9d', GradientType=0);
}
div.jp-seeking-bg {
  background: url(images/jp_load.gif) 0 0 repeat-x;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  position: relative;
}
a.jp-mute,
a.jp-unmute {
  margin: 0 60px 0 0;
}
a.jp-mute span {
  background: url(images/jp_sprite.png) 0 -84px no-repeat;
}
a.jp-mute:hover span {
  background-position: -28px -84px;
}
a.jp-unmute span {
  display: none;
  background: url(images/jp_sprite.png) 0 -112px no-repeat;
}
a.jp-unmute:hover span {
  background-position: -28px -112px;
}
div.jp-volume-bar {
  position: absolute;
  top: 10px;
  right: 38px;
  z-index: 2;
  overflow: hidden;
  width: 50px;
  height: 7px;
  background-color: #202020;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 0 #464444;
  -moz-box-shadow: 1px 1px 0 #464444;
  box-shadow: 1px 1px 0 #464444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.jp-audio div.jp-volume-bar {
  right: 8px;
}
div.jp-volume-bar-value {
  width: 0;
  height: 7px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  background-color: #777777;
  background-image: -moz-linear-gradient(top, #848484, #646464);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#646464));
  background-image: -webkit-linear-gradient(top, #848484, #646464);
  background-image: -o-linear-gradient(top, #848484, #646464);
  background-image: linear-gradient(to bottom, #848484, #646464);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff646464', GradientType=0);
}
div.jp-current-time,
div.jp-time-sep,
div.jp-duration {
  margin-top: 6px;
  font-size: 0.85em;
}
div.jp-current-time {
  display: inline;
  float: right;
  color: #ffffff;
}
div.jp-time-sep {
  display: inline;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}
div.jp-duration {
  display: inline;
  float: right;
  margin-right: 130px;
  text-align: right;
}
div.jp-audio div.jp-duration {
  margin-right: 100px;
}
div.jp-title {
  color: #fff;
  text-align: center;
}
div.jp-title,
div.jp-playlist {
  width: 100%;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
  border-top: none;
}
div.jp-title ul,
div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
div.jp-title li {
  padding: 5px 0 0;
  font-weight: bold;
}
div.jp-video-full div.jp-title li {
  padding: 1px 0;
}
div.jp-playlist li {
  position: relative;
  background: #222;
  border-top: 1px solid #6c6c6c;
  margin: 0;
  padding: 0;
  height: 33px;
}
div.jp-playlist li:first-child {
  border: none;
}
div.jp-playlist li a {
  display: block;
  padding: 6px 25px;
  text-decoration: none;
}
div.jp-playlist li a.jp-playlist-current {
  background: url(images/jp_playlist_li_cur.png) no-repeat scroll 10px center transparent;
}
div.jp-playlist li a:hover,
div.jp-playlist li.jp-playlist-current a {
  color: #8C8C8C;
}
div.jp-playlist li div {
  display: inline;
}
div.jp-playlist a.jp-playlist-item-remove {
  display: inline;
  float: right;
  margin-right: 10px;
  color: #666666;
  text-align: right;
  font-weight: bold;
}
div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}
div.jp-playlist span.jp-free-media {
  display: inline;
  float: right;
  margin-right: 10px;
  text-align: right;
}
div.jp-playlist span.jp-free-media a {
  color: #666666;
}
div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}
span.jp-artist {
  color: #fefefe;
  font-size: .9em;
}
div.jp-video-play {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
div.jp-video-full div.jp-video-play {
  z-index: 1000;
  height: 100%;
}
a.jp-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -25px;
  margin-left: -40px;
  width: 80px;
  height: 50px;
  background: url(images/jp_play.png) 0 0 no-repeat;
  text-indent: -9999px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
div.jp-video-play:hover a.jp-video-play-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0;
  height: 0;
}
div.jp-jplayer {
  background-color: #000000;
}
ul.jp-toggles {
  z-index: 1;
  float: right;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.jp-toggles li {
  display: block;
  float: left;
}
ul.jp-toggles li a {
  padding-left: 2px;
  background: url(images/jp_spacer.png) 0 1px no-repeat;
}
ul.jp-toggles li a,
ul.jp-toggles li a span {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
}
a.jp-full-screen span {
  background: url(images/jp_sprite.png) -56px -56px no-repeat;
}
a.jp-full-screen:hover span {
  background-position: -84px -56px;
}
a.jp-restore-screen span {
  background: url(images/jp_sprite.png) -56px -84px no-repeat;
}
a.jp-restore-screen:hover span {
  background-position: -84px -84px;
}
.jp-no-solution {
  position: absolute;
  top: 10px;
  left: 50%;
  display: none;
  margin-left: -202px;
  padding: 5px;
  width: 390px;
  border: 2px solid #009be3;
  background-color: #404040;
  color: #000000;
  font-size: .8em;
}
.jp-no-solution a {
  color: #000000;
}
.jp-no-solution span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
.wrapper {
  overflow: hidden;
  width: 100%;
}
.extra-wrap {
  overflow: hidden;
}
/* Adding relative position for grid columns */
[class*="span"] {
  position: relative;
}
.clear {
  clear: both;
}
.align-right {
  text-align: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */