.view .mask,.view .content {
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width:100%;
    text-align:center;

}
.view img {
    position: relative;
    padding: 20px;
}
.view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding: 10px;
    margin: 10px 0 0 0;
    font-weight:bold;
}
.view p {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
}

.view .infoDiv {
    position:absolute;
    bottom: 15px;
    text-align:center;
    width: 100%;
}

.view a.info {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;

}

.view a.infoContacts {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fff;
    padding: 5px;
}

.view a.info:after {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 6px;
    top: 80%;
    margin-top: -15px;
    z-index: 3;
    text-decoration: none !important;
}

.view a.info:hover {
    text-decoration:underline;
}

.infoDiv
{
    width: 100%; 
    text-align: center;
}

.view-first .firstDiv {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 100%;
    text-align:center;
    background-color: #33CC33;
}

.view-first .firstDiv .greenLineTitle {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #fff;
    padding-bottom: 8px;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    background-color: #29A329;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first:hover .firstDiv {

}
.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.noLeftBorder
{
    border-left:none!important;
}

.noRightBorder
{
    border-right:none!important;
}
.borderGreenLine
{
    height: 1px;
    line-height: 1px;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%,#666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
.mask a
{
    text-decoration: none !important;

}
.greenLineRow
{
    padding-top: 40px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.emptyCol
{
    padding: 0 !important;
}

.glyphicon{
    padding-top: 10px;
    padding-bottom: 10px;
}
.no-gutter [class*="-4"] {
    padding:0;


}
.border-left{
    border-left-style:ridge;
    border-color: whitesmoke;
}

