body
{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Oswald,sans-serif;
}
body a
{
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -ms-transition: .5s all;
}
.container
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.clearfix
{
    clear: both;
}
.clearfix:after, .clearfix:before
{
    display: table;
    content: " ";
}
.clearfix:after
{
    clear: both;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}
figure
{
    margin: 0;
}
p
{
    margin: 0;
    font-family: 'Open Sans',sans-serif;
}
ul
{
    margin: 0;
    padding: 0;
}
label
{
    margin: 0;
}
.welcome
{
    padding: 4em 0;
}
.l-grids h4
{
    overflow: hidden;
    padding: 0 20px;
    height: 26px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.l-grids figure
{
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.l-grids figure img
{
    position: relative;
    display: block;
}
.l-grids figure figcaption
{
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.l-grids figure figcaption::after, .l-grids figure figcaption::before
{
    pointer-events: none;
}
.l-grids figure figcaption
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
figure.effect-bubba
{
    background-color: rgba(124,125,129,.54);
}
figure.effect-bubba:hover img
{
    opacity: .3;
}
figure.effect-bubba figcaption::after, figure.effect-bubba figcaption::before
{
    position: absolute;
    top: 9%;
    right: 5%;
    bottom: 9%;
    left: 5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
figure.effect-bubba figcaption::before
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba figcaption::after
{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure.effect-bubba h4
{
    padding-top: 5%;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
figure.effect-bubba p
{
    overflow: hidden;
    padding: 2px 1em;
    height: 35px;
    font-size: .8em;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::after, figure.effect-bubba:hover figcaption::before
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba:hover h4, figure.effect-bubba:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.content-grid
{
    margin-bottom: 2.5em;
}
.content-grid h3
{
    overflow: hidden;
    padding: 0 10px;
    height: 28px;
    background-color: #ededed;
    text-align: center;
    font-size: 1em;
    line-height: 28px;
}
.bride-grids img
{
    width: 100%;
}
.pricing-text h3
{
    padding: 0;
    color: #df131c;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 2.3em;
    line-height: 1.4em;
}
.pricing-text p
{
    color: #999;
    font-size: 1em;
    line-height: 1.8em;
    padding: 0 15px;
}
@media screen and (max-width: 640px)
{
    .bride-grid
    {
        padding: 0;
        width: 48%;
    }
    .content-grid
    {
        margin-bottom: 1.4em;
    }
    figure.effect-bubba h4
    {
        padding-top: 10%;
    }
    .pricing-text h3
    {
        font-size: 2em;
    }
    .get-started h3
    {
        font-size: 2em;
    }
    .get-started a
    {
        padding: 8px 18px;
        font-size: 1.1em;
    }
    .get-started
    {
        min-height: 235px;
    }
    .team-left
    {
        margin: 0;
    }
    .view .content, .view .mask
    {
        width: 276px;
        height: 293px;
    }
    ul.social-icons
    {
        margin: 10em 0 0 0;
    }
    .bride-grid:nth-child(3)
    {
        width: 100%;
    }
    .spanl-grid1
    {
        float: left;
        margin-right: 2.5%;
        width: 47.5%;
    }
    .spanl-grid2
    {
        float: left;
        margin-left: 2.5%;
        width: 47.5%;
    }
}
.pricing-text
{
    margin: 0 auto;
    padding: 2em 0 1em;
    background-color: #f9f9f9;
}
.text-center
{
    text-align: center;
}
.col-md-4
{
    float: left;
}
.col-md-5
{
    float: right;
}
