﻿@charset "utf-8";
body{
    background-color: #111215;
}

.richtext{
    margin-top: 50px;
    margin-bottom: 30px;
}
div#mainContent {
    display: inline-block;
}
.share_button_wrap {
    float: right;
    display: block;
    padding-right: 20px;
}
.richtext p{
    color: #fff;
}

.serviceRow{
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.serviceRow:last-child{
    border-bottom: none;
}

.serviceItem{
    margin-bottom: 50px;
}

.serviceItem img{
    border: 8px solid #eeeeee;
    margin: 0 auto 17px auto;
}

.serviceItem h4{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.serviceItem h6{
    text-align: center;
    font-weight: 300;
}

.serviceItem h4 a, .serviceItem h4 a:hover, .serviceItem h4 a:focus, .serviceItem h6 a, .serviceItem h6 a:hover, .serviceItem h6 a:focus{
    color: #202022;
    text-decoration: none;
}

.contentSection{
    margin-bottom: 50px;
}

.img_or_gal{
    margin-top: 50px;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .serviceRow{
        margin-bottom: 35px;
        border: none;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}