﻿
/* =Main, Homepage
-------------------------------------------------------------- */
#main {
  background: url(image/wild_oliva_light.png);
}
section.call_to_action {
  text-align: center;
  padding: 35px 0 45px 0;
}
section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
}
section.call_to_action h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
section#features_teasers_wrapper {
  margin: 35px 0 45px 0;
}
section#features_teasers_wrapper .feature_teaser {
  text-align: center;
}
section#features_teasers_wrapper .feature_teaser h3 {
  font-size: 16px;
  font-weight: 600;
}
h2.section_header {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  border-bottom: dotted 1px #cccccc;
  margin: 0 0 26px;
  padding: 0 0 16px 0;
}
section#portfolio_teasers_wrapper {
  margin: 35px 0 45px 0;
}
section#portfolio_teasers_wrapper .porfolio_teaser {
  text-align: center;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  padding: 0 0 10px 0;
  border-bottom: solid 2px #f3f3f3;
}
section#portfolio_teasers_wrapper .porfolio_teaser:hover {
  border-bottom: solid 2px #0088cc;
}
section#portfolio_teasers_wrapper .porfolio_teaser h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 10px 0 0px 0;
}
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:link,
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:visited {
  color: #333333;
}
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:hover,
section#portfolio_teasers_wrapper .porfolio_teaser h3 a:active {
  color: #000000;
  text-decoration: none;
}
section#portfolio_teasers_wrapper .porfolio_teaser p {
  font-size: 13px;
  font-weight: 400;
}
section#portfolio_teasers_wrapper .porfolio_teaser p a:link,
section#portfolio_teasers_wrapper .porfolio_teaser p a:visited {
  color: #999999;
}
section#portfolio_teasers_wrapper .porfolio_teaser p a:hover,
section#portfolio_teasers_wrapper .porfolio_teaser p a:active {
  color: #666666;
  text-decoration: none;
}


/* =Portfolio Page elements
-------------------------------------------------------------- */
ul#portfolio_filters {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul#portfolio_filters li {
  float: left;
}
ul#portfolio_filters li a {
  display: block;
  padding: 6px 6px 6px 0;
  margin: 0 3px;
  text-transform: uppercase;
}
ul#portfolio_filters li a:hover,
ul#portfolio_filters li a:active {
  border-bottom: solid 0px #0088cc;
  text-decoration: none;
}
ul#portfolio_filters li .active a,
ul#portfolio_filters li .active a:hover {
  border-bottom: solid 1px #0088cc;
}
.portfolio_strict .portfolio_item {
  text-align: center;
  background-color: #ffffff;
  padding: 8px;
  border: solid 1px #e7e7e7;
  height: 290px;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.portfolio_strict .portfolio_item:hover {
  background: url(../images/wild_oliva_blue_light.png);
}
.portfolio_strict .portfolio_item:hover a {
  color: #ffffff;
  text-decoration: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.portfolio_strict .portfolio_item .portfolio_photo {
  height: 220px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}
.portfolio_strict .portfolio_item .portfolio_photo a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.portfolio_strict .portfolio_item .portfolio_photo a i {
  background: url(image/wild_oliva_blue_light.png);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 10px;
  margin: 20% 0;
  line-height: 30px;
  height: 30px;
  border: solid 5px;
}
.portfolio_strict .portfolio_item .portfolio_photo a p {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio_strict .portfolio_item .portfolio_description {
  padding: 10px;
  margin-bottom: 20px;
}
.portfolio_strict .portfolio_item .portfolio_description h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.portfolio_strict .portfolio_item .portfolio_description p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #888888;
}
.portfolio_masonry .portfolio_item {
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 24px;
}
.portfolio_masonry .portfolio_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.portfolio_masonry .portfolio_item a img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.portfolio_masonry .portfolio_item a .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  position: absolute;
  top: 0px;
  left: 0px;
}
.portfolio_masonry .portfolio_item a .overlay .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 35%;
  margin: auto;
}
.portfolio_masonry .portfolio_item a .overlay h3 {
  font-size: 20px;
  line-height: 22px;
}
.portfolio_masonry .portfolio_item a .overlay i {
  background: url(image/wild_oliva_blue_light.png);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 10px;
  line-height: 33px;
  height: 30px;
  width: 30px;
  border: solid 5px;
}
.portfolio_masonry .portfolio_item a:hover .overlay {
  color: #ffffff;
  text-decoration: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#portfolio_slider_wrapper {
  padding: 10px 0;
}
#portfolio_slider_wrapper #portfolio_slider .container a {
  display: block;
  width: 100%;
  height: 100%;
}
#portfolio_slider_wrapper #carousel {
  padding: 10px 0;
  margin: 0 0 10px 0;
}
#portfolio_slider_wrapper #carousel ul.slides li {
  height: 140px;
  overflow: hidden;
  margin-right: 10px;
}
article.portfolio_details h3 {
  line-height: 1.2em;
}
.portfolio_photo > a > p
{
    color:#fff;
}
