@charset "utf-8";
::selection {
  background-color: #31a175;
  color: #fff;
}
::-moz-selection {
  background-color: #31a175;
  color: #fff;
}
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}
/* Construction */
.col-inset-12 {
  margin-left: -970px;
}
/* Styles */
body,
html {
  height: 100%;
}
body {
  color: #000;
  font: 400 15px/19px 'Open Sans', Arial, sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-family: 'Roboto Slab', serif;
}
h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}
h2 {
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
}
h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
h4 {
  color: #000;
  font: 700 17px/21px 'Open Sans', Arial, sans-serif;
}
a {
  color: #138156;
}
a:hover {
  color: #138156;
}
input[type=text],
input[type=submit],
button[type=submit],
textarea {
  outline: none;
}
/*index*/
.wrap {
  bottom: 0;
  min-height: 100%;
  left: 0;
  position: relative;
  width: 100%;
}
.wrap.main-wrap {
  background: url(../img/header-bg.jpg) repeat 0 0;
}
.wrap:after {
  content: "";
  display: block;
  height: 150px;
}
.main-header {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 500px;
  margin-top: -250px;
  top: 50%;
  right: 0;
  width: 100%;
}
/* Header */
.header {
  background: url(../img/header-bg.jpg) repeat 0 0;
  padding-top: 20px;
}
.header .navbar-nav {
  float: right;
}
.header .navbar-nav > li > a {
  color: #333;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .nav > li > a:focus,
.header .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  text-decoration: underline;
}
.header .nav > li > a:active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #31a175;
  outline: none;
  text-decoration: none;
}
.header .navbar-nav > li > a > strong {
  color: #31a175;
  text-decoration: underline;
}
.container > .navbar-collapse {
  padding: 0;
}
.function-see-more {
	background: rgb(107, 205, 127) url(../img/question-lg.png) no-repeat center center;
	padding-top: 20px;
	margin-bottom: 0;
}
.function-see-more h3 {
	color: rgba(255,255,255,.9);
	font-size: 19px;
	line-height: 39px;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: none;
}
.function-see-more h3 a {
	color: #fff;
	border-bottom: 1px dashed rgba(255,255,255,1);
	font-size: 20px;
	text-decoration: none;
}
.function-see-more h3 a:hover {
	text-decoration: none;
	border-bottom: 1px dashed rgba(255,255,255,.3);
}
.header-brand {
  float: left;
  margin-left: 15px;
  margin-bottom: 20px;
}
.header-brand img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.header-search {
  position: relative;
  padding-bottom: 35px;
}
.header-search ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding-left: 15px;
}
.header-search li {
  color: #666;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 5px;
}
.header-search li a {
  color: #31a175;
  text-decoration: underline;
}
.header-search li a:hover {
  text-decoration: none;
}
.header-search input[type=text],
.header-search button[type=submit] {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 50px;
}
.header-search input[type=text] {
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  color: #737373;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  padding-left: 15px;
  text-shadow: none;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-search input[type=text]:hover,
.header-search input[type=text]:focus {
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
}
.header-search button[type=submit] {
  background: #58bc95;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 131px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-search button[type=submit]:hover,
.header-search button[type=submit]:focus {
  background: #31a175;
}
.header-search button[type=submit]:active {
  background: #138156;
}
/* Breadcrumbs */
.breadcrumbs {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  overflow: hidden;
  padding: 18px 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 0 15px;
  position: relative;
}
.breadcrumbs li:after {
  background: #31a175;
  display: block;
  content: "";
  height: 11px;
  margin-top: -4px;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  top: 50%;
  width: 1px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #666;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: underline;
}
.breadcrumbs a:active,
.breadcrumbs a.active {
  color: #31a175;
  cursor: default;
  text-decoration: underline;
}
/* Item-Card */
.item-card {
  padding-top: 40px;
  margin-bottom: 35px;
}
.item-card-img {
  display: table;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
.item-card-img p {
  display: table-cell;
  height: 280px;
  margin: 0;
  padding: 0 85px;
  text-align: center;
  vertical-align: middle;
}
.item-card-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.item-card-img.img-wide img {
  width: 100%;
}
.item-card-info.table > tbody > tr > td {
  padding-left: 0;
}
.item-card-info td {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 400;
}
.item-card-info td span {
  color: #000;
}
.item-card-info span,
.item-card-info a {
  font-size: 14px;
}
.item-card-info a {
  color: #138156;
  text-decoration: underline;
}
.item-card-info a:hover,
.item-card-info a:active {
  text-decoration: none;
}
.item-card-info a:active,
.item-card-info a:focus {
  color: #31a175;
}
.item-card-info strong {
  font-weight: 600;
  font-size: 16px;
  margin-right: 5px;
}
.item-card-info small {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
}
.item-card-info small strong {
  color: #138156;
}
.item-vote-btn button[type=submit] {
  background: #58bc95;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  height: 44px;
  line-height: 31px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.item-vote-btn button[type=submit]:hover,
.item-vote-btn button[type=submit]:focus {
  background: #31a175;
}
.item-vote-btn button[type=submit]:active {
  background: #138156;
  outline: none;
}
.item-descript,
.item-nav-tabs {
  background: url(../img/header-bg.jpg) repeat 0 0;
}
.item-descript {
  padding: 10px 0 35px 0;
  text-align: justify;
}
.item-descript h2 {
  line-height: 33px;
}
.item-descript p {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.item-descript p.item-descript-correct {
  padding-top: 10px;
}
.item-descript a {
  color: #138156;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.item-descript a:hover,
.item-descript a:active {
  text-decoration: none;
}
.item-descript a:active,
.item-descript a:focus {
  color: #31a175;
}
.item-social {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.item-social li {
  float: left;
  margin-bottom: 10px;
  width: 50%;
}
.item-social a {
  background: url(../img/item-share-icons.png) no-repeat 0 0;
  border: 1px solid #7c786e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 74px;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 74px;
}
.item-social a:hover {
  border-color: #31a175;
}
.item-social a.vk-link {
  background-position: 0 0;
}
.item-social a.vk-link:hover {
  background-position: 0 100%;
}
.item-social a.ok-link {
  background-position: -84px 0;
}
.item-social a.ok-link:hover {
  background-position: -84px 100%;
}
.item-social a.fb-link {
  background-position: -168px 0;
}
.item-social a.fb-link:hover {
  background-position: -168px 100%;
}
.item-social a.tweet-link {
  background-position: -252px 0;
}
.item-social a.tweet-link:hover {
  background-position: -252px 100%;
}
/* Item-nav-tabs */
.item-nav-tabs .nav-tabs {
  border: 0;
}
.item-nav-tabs .nav-tabs > li > a {
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #333;
  font: 400 18px/22px 'Roboto Slab', serif;
  padding: 17px 33px;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.item-nav-tabs .nav-tabs > li > a:hover,
.item-nav-tabs .nav-tabs > li > a:active,
.item-nav-tabs .nav-tabs > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  text-decoration: none;
}
.item-nav-tabs .nav-tabs > li.active a {
  background: #fff;
  color: #138156;
  text-decoration: none;
}
/* Item-comments */
.item-comments {
  padding: 15px 0 40px 0;
}
.item-comments h2 {
  margin-bottom: 30px;
}
.item-comments h2 span {
  color: #31a175;
}
.item-comments h2 strong {
  font-weight: 300;
}
.comments {
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 0;
  list-style: none;
}
.comments li {
  padding-left: 38px;
  position: relative;
}
.comments li .comment-rate {
  background: #fff;
  border: 2px solid #4dc395;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #333;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 32px;
  left: -15px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}
.comments a {
  text-decoration: underline;
}
.comments a:hover,
.comments a:active,
.comments a:focus {
  text-decoration: none;
}
.comment {
  color: #4c4c4c;
  font: 400 14px/20px 'Open Sans', Arial, sans-serif;
}
.comment-autor {
  color: #31a175;
  font: 700 15px/30px 'Roboto Slab', serif;
}
.comment-date {
  color: #a6a6a6;
  font: 400 12px/30px 'Open Sans', Arial, sans-serif;
  padding-left: 7px;
}
.comment-form {
  background: #f0ede6;
  color: #5e5344;
  padding: 20px 30px;
}
.comment-form p {
  margin-bottom: 0;
}
.comment-form textarea {
  border-bottom: 1px solid #bdb9ad;
  border-left: 2px solid #58bc95;
  border-right: 1px solid #bdb9ad;
  border-top: 1px solid #bdb9ad;
  max-width: 100%;
  width: 100%;
}
.comment-form input[type=text] {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font: 400 14px/40px 'Open Sans', Arial, sans-serif;
  height: 42px;
  width: 100%;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.comment-form input[type=text]::-webkit-input-placeholder {
  color: #5e5344;
}
.comment-form input[type=text]::-moz-placeholder {
  color: #5e5344;
}
.comment-form input[type=text]:-moz-placeholder {
  color: #5e5344;
}
.comment-form input[type=text]:-ms-input-placeholder {
  color: #5e5344;
}
.comment-form .checkbox {
  padding-top: 20px;
  margin-bottom: 20px;
}
.comment-form button[type=submit] {
  background: #31a175;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  height: 44px;
  line-height: 31px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.comment-form button[type=submit]:hover,
.comment-form button[type=submit]:focus {
  background: #58bc95;
}
.comment-form button[type=submit]:active {
  background: #138156;
  outline: none;
}
.feedback-rate {
  list-style: none;
  overflow: hidden;
  margin-bottom: -1px;
  padding: 0;
  text-align: center;
}
.feedback-rate li {
  display: inline-block;
  margin-right: 15px;
  padding: 0 0 20px 0;
  position: relative;
}
.feedback-rate li:after {
  background: url(../img/feedback-rate-before-bg.png) no-repeat 0 0;
  bottom: 0;
  content: "";
  display: none;
  height: 9px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 17px;
}
.feedback-rate li.active:after {
  display: block;
}
.feedback-rate li.active a.rate-five {
  background-position: 0 100%;
}
.feedback-rate li.active a.rate-four {
  background-position: -59px 100%;
}
.feedback-rate li.active a.rate-three {
  background-position: -118px 100%;
}
.feedback-rate li.active a.rate-two {
  background-position: -176px 100%;
}
.feedback-rate li.active a.rate-one {
  background-position: -235px 100%;
}
.feedback-rate li:last-child {
  margin-right: 0;
}
.feedback-rate a {
  background: url(../img/feedback-rate-img.png) no-repeat 0 0;
  display: block;
  height: 41px;
  text-indent: -9999px;
  width: 41px;
}
.feedback-rate a.rate-five {
  background-position: 0 0;
}
.feedback-rate a.rate-five:hover,
.feedback-rate a.rate-five:active {
  background-position: 0 100%;
}
.feedback-rate a.rate-four {
  background-position: -59px 0;
}
.feedback-rate a.rate-four:hover,
.feedback-rate a.rate-four:active {
  background-position: -59px 100%;
}
.feedback-rate a.rate-three {
  background-position: -118px 0;
}
.feedback-rate a.rate-three:hover,
.feedback-rate a.rate-three:active {
  background-position: -118px 100%;
}
.feedback-rate a.rate-two {
  background-position: -176px 0;
}
.feedback-rate a.rate-two:hover,
.feedback-rate a.rate-two:active {
  background-position: -176px 100%;
}
.feedback-rate a.rate-one {
  background-position: -235px 0;
}
.feedback-rate a.rate-one:hover,
.feedback-rate a.rate-one:active {
  background-position: -235px 100%;
}
/* Footer */
.main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer {
  background: #f0ede6;
  font-size: 14px;
  line-height: 25px;
  padding: 40px 0 10px 0;
}
.footer-info {
  color: #808080;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-info b {
  color: #333;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.footer-nav {
  list-style: none;
  margin: 0 0 0 30px;
  overflow: hidden;
  padding: 0;
}
.footer-nav li {
  float: left;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 50%;
}
.footer-nav a {
  color: #333;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-social {
  padding: 0;
  margin: 0;
  float: right;
  list-style: none;
  overflow: hidden;
}
.footer-social li {
  float: left;
  padding: 0 0 10px 0;
  text-indent: -9999px;
}
.footer-social li:last-child a {
  margin-right: 0;
}
.footer-social a {
  background: url(../img/footer-share-icons.png) no-repeat 0 0;
  border: 1px solid rgba(76, 76, 76, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: right;
  height: 40px;
  margin-right: 10px;
  width: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-social a.vk-link {
  background-position: 0 0;
}
.footer-social a.vk-link:hover {
  background-position: 0 -50px;
}
.footer-social a.ok-link {
  background-position: -50px 0;
}
.footer-social a.ok-link:hover {
  background-position: -50px -50px;
}
.footer-social a.fb-link {
  background-position: -100px 0;
}
.footer-social a.fb-link:hover {
  background-position: -100px -50px;
}
.footer-social a.tweet-link {
  background-position: -150px 0;
}
.footer-social a.tweet-link:hover {
  background-position: -150px -50px;
}
.footer-social a:hover {
  border-color: #31a175;
}
.footer-counter {
  float: left;
}
/* Pie Chart */
.progress-pie-chart {
  width: 410px;
  height: 410px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #E5E5E5;
  overflow: hidden;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #4dc395;
}
.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 410px;
  height: 410px;
  clip: rect(0, 410px, 410px, 205px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 410px;
  height: 410px;
  clip: rect(0, 205px, 410px, 0);
  background: #4dc395;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 205px, 410px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 410px, 410px, 205px);
  background: #E5E5E5;
}
.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  width: 402px;
  height: 402px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 3.0em;
  font-weight: bold;
  color: #31a175;
}
.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 40px;
}
.pcc-percents-wrapper small {
  display: block;
  color: #000;
  font-size: 0.7em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
/* Modal Item-Vote */
.item-vote {
  text-align: center;
}
.item-vote .modal-dialog {
  clear: both;
  display: inline-block;
  vertical-align: middle;
}
.item-vote:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal-header {
  border: 0;
  padding: 10px;
}
.modal-header h3 {
  color: #000;
  margin: 0 10px;
}
.modal-header .close {
  outline: none;
}
.modal-body .feedback-rate {
  margin-bottom: 10px;
}
.modal-body .feedback-rate li {
  padding-bottom: 0;
}
.modal-body .feedback-rate li:after {
  display: none;
}
.modal-footer {
  background: url(../img/header-bg.jpg) repeat 0 0;
  text-align: center;
}
.modal-footer .item-vote-btn {
  margin: 0 auto;
}
.modal-footer .item-vote-btn button[type='submit'] {
  margin-bottom: 0;
}
/*Item-Adding*/
.add-item span {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.add-item span input[type=file] {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
.add-item span input[type="submit"] {
  background: #31a175;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  height: 36px;
  line-height: 20px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.add-item strong {
  color: #333;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}
.add-item textarea {
  border: 1px solid #bdb9ad;
}
.add-item input[type=text],
.add-item select {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font: 400 14px/40px 'Open Sans', Arial, sans-serif;
  height: 32px;
  margin: 0;
  margin-bottom: 5px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.add-item input[type=text]::-webkit-input-placeholder,
.add-item select::-webkit-input-placeholder {
  color: #5e5344;
}
.add-item input[type=text]::-moz-placeholder,
.add-item select::-moz-placeholder {
  color: #5e5344;
}
.add-item input[type=text]:-moz-placeholder,
.add-item select:-moz-placeholder {
  color: #5e5344;
}
.add-item input[type=text]:-ms-input-placeholder,
.add-item select:-ms-input-placeholder {
  color: #5e5344;
}
/* Categories */
.categories {
  padding: 10px 0 0 15px;
  list-style: none;
}
.categories li {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.categories a {
  color: #333;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}
.categories a:hover,
.categories a:active {
  color: #111;
  text-decoration: none;
}
.categories .inner_cat {
  list-style: none;
  padding: 0;
}
.categories .inner_cat li {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0 0 0;
  padding-left: 30px;
  position: relative;
}
.categories .inner_cat li:before {
  background: #ccc;
  content: "";
  display: block;
  height: 6px;
  top: 50%;
  left: 0;
  margin-top: -3px;
  position: absolute;
  width: 6px;
}
.categories .inner_cat li a {
  border-bottom: 2px solid transparent;
  color: #31a175;
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.categories .inner_cat li a:hover,
.categories .inner_cat li a:active {
  border-bottom: 2px solid #ccc;
  text-decoration: none;
}
/*Search-result*/
.search-results {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.search-results:hover {
  border-bottom: 1px solid #ccc ;
}
.search-results p {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.search-results a {
  color: #31a175;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 15px;
  text-decoration: underline;
}
.search-results a:hover,
.search-results a:active,
.search-results a:focus {
  text-decoration: none;
}
/* Media queries */
@media (min-width: 1200px) {
  body,
  html {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  body,
  html {
    min-height: 500px;
  }
  .item-card-img {
    top: 30px;
  }
  .item-card-img p {
    height: 230px;
    padding: 0 85px;
  }
  /* Pie Chart */
  .progress-pie-chart {
    width: 366px;
    height: 366px;
  }
  .ppc-progress {
    width: 366px;
    height: 366px;
    clip: rect(0, 366px, 366px, 183px);
  }
  .ppc-progress .ppc-progress-fill {
    width: 366px;
    height: 366px;
    clip: rect(0, 183px, 366px, 0);
  }
  .gt-50 .ppc-progress {
    clip: rect(0, 183px, 366px, 0);
  }
  .gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 366px, 366px, 183px);
  }
  .ppc-percents {
    width: 358px;
    height: 358px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header .nav > li > a {
    padding: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header-brand {
    float: none;
  }
  .header .navbar-nav {
    float: left;
    margin-bottom: 15px;
  }
  .footer-nav {
    margin: 0 0 0 40px;
  }
  .footer-social li {
    /* width: 50%; */
  }
  .footer-social li a {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .wrap:after {
    height: 200px;
  }
  .main-header {
    position: static;
    top: 0;
    margin-top: 0;
    height: auto;
  }
  .main-header .header {
    vertical-align: top;
  }
  .item-social li {
    margin-right: 10px;
    width: auto;
  }
  .footer-nav li {
    width: 100%;
  }
  .item-card-img {
    top: 15px;
  }
  .item-card-img p {
    height: 170px;
    padding: 0px 70px;
  }
  /* Pie Chart */
  .progress-pie-chart {
    margin-top: 30px;
    width: 282px;
    height: 282px;
  }
  .ppc-progress {
    width: 282px;
    height: 282px;
    clip: rect(0, 282px, 282px, 141px);
  }
  .ppc-progress .ppc-progress-fill {
    width: 282px;
    height: 282px;
    clip: rect(0, 141px, 282px, 0);
  }
  .gt-50 .ppc-progress {
    clip: rect(0, 141px, 282px, 0);
  }
  .gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 282px, 282px, 141px);
  }
  .ppc-percents {
    width: 274px;
    height: 274px;
  }
}
@media (max-width: 767px) {
  .wrap:after {
    height: 350px;
  }
  .header {
    padding-top: 15px;
  }
  .header .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar-toggle {
    border: 1px solid #888279;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 7px;
  }
  .navbar-toggle .icon-bar + .icon-bar,
  .navbar-toggle .icon-bar {
    background-color: #555;
    position: relative;
    z-index: 1000;
  }
  .header-search {
    text-align: center;
    padding-top: 12px;
  }
  .header-search button[type=submit] {
    display: inline-block;
    position: static;
  }
  .header-search input[type=text] {
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
  }
  .header-search input[type=text]:hover,
  .header-search input[type=text]:active,
  .header-search input[type=text]:focus {
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
  }
  .header-search p {
    margin-bottom: 20px;
  }
  .header-search {
    text-align: center;
  }
  .breadcrumbs {
    display: none;
  }
  .item-card {
    margin-bottom: 5px;
    padding-top: 15px;
  }
  .item-nav-tabs .nav-tabs {
    margin-bottom: 20px;
  }
  .item-nav-tabs .nav-tabs > li {
    float: none;
  }
  .item-nav-tabs .nav-tabs > li > a {
    padding: 15px 20px;
    text-align: left;
  }
  .comment-form {
    padding: 20px 10px;
  }
  .feedback-rate li {
    margin-right: 5px;
  }
  .footer-social {
    float: none;
    padding: 10px 0;
  }
  .footer-nav {
    margin: 0 0 0 0;
  }
  .footer-counter {
    float: left;
  }
  .table-responsive {
    border: 0;
  }
  .modal-header h3 {
    font-size: 18px;
  }
  .add-item span {
    text-align: left;
  }
  .add-item input[type=text],
  .add-item select,
  .add-item textarea {
    width: 100%;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
  position: relative;
}
.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}
.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(blank.gif);
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock {
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
