.h3Size {
    height: 30px;
}
.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}
.customUnderline {
    border-bottom: solid lightskyblue 3px;
    display: inline-block;
}
.customUnderlineGold {
    border-bottom: solid #fac614 3px;
    display: inline-block;
}
.customUnderlineGreen {
    border-bottom: solid #8BEAC1 3px;
    display: inline-block;
}
.customWhite {
    color: white;!important;
}
.customWhite2:before {
    color: white;!important;
}
.customFontSize {
    font-size: 100%;
}
.facust-skype:before {
    content: "\f17e";
}
.facust-facebook:before {
    content: "\f09a";
}
.facust-twitter:before {
    content: "\f099";
}
.footerContactColor {
    color: #8BEAC1;
}
.img1080 {
    width: 100%;
}
#backButton {
    display: none;
}
.portfolio-group .col-xs-6 {
    width: 50%;
}

@media (min-width: 768px){
    .portfolio-group .col-sm-4 {
        width: 33.33%;
    }
}

.google-iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

.list-unstyled {
    padding-left: 20px;
    text-indent: -20px;
}
