.thumbs-gallery .thumbBox {
    float: left;
    margin: 2px;
    padding: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.thumbs-gallery .thumbBox img {
    background-color: #e0e0e0;
    border: 1px solid #fafafa;
    padding: 3px;
}
.thumbs-gallery {
    float: left;
    margin: 6px 0 0 0;
}
.carousel-control {
    background-image: none !important;
    background: #779838;
    width: 45px;
    border-radius: 0px;
    font-size: 16px !important;
    height: 45px;
    margin-top: -20px;
    top: 50%;
    text-shadow: none;
    opacity: 1;
}

.carousel-control:focus {
    opacity: 0.5;
}

.carousel-control.left, .carousel-control.icon-prev {
    left: 0px;
}

.carousel-control.left span, .carousel-control.icon-prev span {
    font-size: 25px;
    margin-top: -13px;
    color: #F4F1EA;
}

.carousel-control.right, .carousel-control.icon-next {
    right: 0px;
}

.carousel-control.right span, .carousel-control.icon-next span {
    font-size: 25px;
    margin-top: -13px;
    color: #F4F1EA;
}

.carousel-indicators {
    bottom: 0;
    right: 30px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: auto;
}
.portfolio-group h3 {
    margin: 0;
    padding: 15px 10px 20px;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    line-height: 22px;
    background: #e27169;
    border-right: 0.1px solid #8da978;
}
.portfolio-group {
    padding: 0;
    width: 100% !important;
}

.portfolio-group .portfolio-item {
    position: relative;
    text-align: center;
    vertical-align: text-top;
    list-style: none outside none;
}

.portfolio-group .portfolio-item > div {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.portfolio-group figure {
    margin: 1px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.portfolio-group figure img {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}
i.fa {
    display: inline-block;
}

i.fa:before {
    padding-right: 0;
}
[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.6);
}

img {
    max-width: 100% ;
}
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.15s ease-in;
    -moz-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

a:hover {
    text-decoration: none;
}

a:focus, li:focus {
    outline: 0;
}

p {
    margin-bottom: 16px;
}

h2 {
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 10px;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
}

h3 {
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #555555;
}
.btn {
    border-radius: 0px;
}

.btn-default {
    background-color: rgba(0, 0, 0, 0.043);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-20 {
    margin-top: 20px;
}
.no-padding {
    padding: 0 !important;
}
.container {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.container.no-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
html {
    overflow-y: scroll;
}

body {
    line-height: 1.7em;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    background-color: #9e4f38;
    background-color: #F4F1EA;
    color: #000;
}