
  body {
    background: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #333;
  }

#header {
    /* margin-bottom: 15px; */
    padding: 30px 0 60px 0;
}

#header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-color: #fbfafa;
    border-bottom: 1px solid rgba(138, 138, 138, 0.2);
}

#header .navbar-nav.navbar-right >li a {
    color: #000;
    font-size: 16px;
    padding: 20px 20px 20px 5px;
    text-transform: uppercase;
    font-weight: 400;
}

#footer {
    border-top: 1px solid rgba(138, 138, 138, 0.2);
}

#blog {
    margin-bottom: 40px;
}
.margintop45 {
    margin-top: 45px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop60 {
    margin-top: 60px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.paddingtop45 {
    padding: 45px 0;
}

.paddingtop30 {
    padding: 30px 0;
}

.homeservice img {
    height: 150px;
}

.taggroup .btn-sm {
    margin-bottom: 4px;
}

.tag-cloud .nav-pills li a {
    padding: 5px 10px;
    font-size: 12px;
    background-color: rgba(38,36,36,0.85);
    border-radius: 2px;
}


.single-service img {
    margin-bottom: 25px;
}

#footer .panel {
    background-color: transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

#footer .panel-heading {
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 20px;
}

.block-title {
    font-weight: 500;
    margin-top: 10px;
}

.block-title::after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1.5em;
    width: 40%;
    border-bottom: 1px solid rgba(138, 138, 138, 0.2);
    margin-top: 5px;
    margin-left: 30%;
}

.dark-background {
    background-color: #fbfafa;
}

.dark-background10 {
    background-color: #f5f5f5;
}

.references-row {
    margin: 30px 20px 20px 20px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
}

.references-row ul li {
    list-style-type: disc;
}

#blog ul li {
    list-style-type: disc;
}

.post-overlay span div{
    font-size: 30px;
    color: #fff;
    background: transparent;
    padding: 0;
    margin-left: 50px;
  }

.single-blog .post-overlay span div{
    margin-left: 8px;
    font-weight: 700;
    font-size: 36px;
    line-height: 18px;
    position: absolute;
    top: 50px;
}

.single-blog .post-overlay span div small{
    font-size: 16px;
    font-weight: 300;
    margin-left: 5px;
  }

.sidebar h3 {
    color: #404040;
    margin-top: 0;
    border-bottom: 3px solid #af4545;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.section-header .block-title {
    margin-bottom: 25px;
}

.cookie-consent {
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #d1b9a291;
    color: rgb(172, 77, 0);
    padding-top: 15px;
    padding-bottom: 15px;
    /* text-align: center; */
}

.cookie-consent span {
    padding: 5px 40px;
}

.cookie-consent button {
    position: absolute;
    right: 30px;
 }

.cookie-consent a {
    color: rgb(124, 72, 3);
}

.cookie-consent a:hover {
    color: rgb(54, 67, 180);
}

.feature-inner .nav.nav-pills {
    margin-left: 10px;
}

.feature-inner .navbar-stacked {
    text-align: left;
    margin-left: 50px;
}

.feature-inner .navbar-stacked li {
    border-bottom: 1px solid #ececec;
}

.feature-inner .navbar-stacked li:last-child {
    border-bottom: 0px solid #ececec;
}

.feature-inner .navbar-stacked li a {
    font-size: 16px;
    color: #6a6a6a;
    padding: 8px 0;
    padding-left: 0;
}

.feature-inner .navbar-stacked li a:hover{
    background: none;
    margin-left: 20px;
    color: #0099AE;
    opacity: 1;
}

.feature-inner .navbar-stacked li.active a{
    color: #0099AE;
    padding-left: 20px;
}

.feature-inner .navbar-stacked li.active a:before{
    position: absolute;
    content: "";
    border-color: transparent transparent transparent #0099AE;
    border-width: 8px;
    border-style: solid;
    left: 0;
    top: 13px;
    margin-top: 0;
    z-index: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.feature-inner .navbar-stacked li.active a:after {
    position: absolute;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
    border-style: solid;
    left: 0px;
    top: 15px;
    margin-top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#footer {
     background-image: url(../../images/home/footer.png);
}

#home-slider {
    background: url(../../images/home/slider-bg.png) 0 100% repeat-x;
}

#action {
    background-image: url(../../images/home/tour-bg.png);
}

#page-breadcrumb {
    background-image: url(../../images/home/tour-bg.png);
}

.right.team-carousel-control {
    background-image: url(../../images/aboutus/right.png);
}

.left.team-carousel-control {
    background-image: url(../../images/aboutus/left.png);
}

.portfolio-filter li a.active:before{
    background: url(../../images/portfolio/icon.png);
}

/*
.pagination li:first-child a{
    background: url(../../images/portfolio/left.png);
}

.pagination li:first-child a:hover{
  background: url(../../images/portfolio/left.png);
}

.pagination li:last-child a{
  background: url(../../images/portfolio/right.png);
}

.pagination li:last-child a:hover{
  background: url(../../images/portfolio/right.png);
}
*/

.arrow-right:after{
    background: url(../../images/blog/left.png);
}

.arrow-left:before{
    background: url(../../images/blog/right.png);
}

.single-blog .post-overlay span{
    background: url(../../images/blog/blog-arrow.png);
}

.feature-inner .icon-wrapper {
    margin-bottom: 15px;
}

.warning-text {
    font-size: smaller;
    text-align: justify;
}

.sidebar-item.categories.freshitems ul li a{
    font-size: 14px;
}

.sidebar-item.categories.freshitems ul li  {
    font-size: 14px;
    color: #6a6a6a;
    padding: 8px 0;
    padding-left: 0;
}


.portfolio-pagination{
  text-align: center;

  padding-top: 40px;
  padding-bottom: 90px;
}

.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.pagination li:first-child a{
  background: url(../../images/portfolio/left.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover{
  background: url(../../images/portfolio/left.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a{
  background: url(../../images/portfolio/right.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover{
  background: url(../../images/portfolio/right.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a,
.pagination a:active,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination a:focus {
  background: transparent;
  border-color: #C03035;
  color: #C03035;
}
