/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
 body {
    text-align: center;
    font-size: 15px;
    font-family:Raleway, sans-serif;
    /*background-image:url("../images/background.jpg");*/
	background-color: #000000;
    background-size:auto;
}
h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
    margin:10px 0px 10px 0px;
    color: #333333;
}
h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin:10px 0px 10px 0px;
    color: #444444;
}
h3 {
    margin:10px 0px 10px 0px;
    color: #262f3a;
    font:normal normal 700 24px/120% Raleway, sans-serif;
}
h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin:10px 0px 10px 0px;
    color: #555555;
}
h5 {
    margin:10px 0px 10px 0px;
    color: #3f3f3f;
    font:normal normal 600 14px/120% Open Sans, sans-serif;
}
h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    margin:10px 0px 10px 0px;
    color: #555555;
}
a:hover {
    color: #07f;
}
ul {
    font-weight: 400;
    line-height:170%;
    margin:10px 0px 10px 0px;
    color: #444444;
    padding:0px 0px 0px 40px;
}
ol {
    font-weight: 400;
    line-height: 170%;
    margin:10px 0px 10px 0px;
    color: #444444;
    padding:0px 0px 0px 40px;
}
span {
    font-family: inherit;
}
ol ul, ul ol, ul ul, ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

span.span {
    font-weight:400;
    font-family:Open Sans, sans-serif;
}
.row_3 {
    clear: both;
    min-height: 0px;
    padding-bottom:10px;
    border-bottom:1px solid #EBEBEB;
    margin-bottom:10px;
    width:50%;
    margin-left:auto;
    margin-right:auto;
    font-weight:400;
    font-family:Lato, sans-serif;
}
h1.heading {
    padding-bottom: 10px;
    border-bottom:1px solid #222222;
    font-size:36px;
}
.row_2 {
    clear: both;
    min-height: 100px;
    padding-top:10px;
}
a a.view_more_button, a.view_more_offers_button {
    border-color: #E74D3C;
    color:#E74D3C;
    font-weight:600;
}
a.services_more_button {
    border-color: #3F3F3F;
    color:#3F3F3F;
    font-weight:600;
}
a.view_more_offers_button {
    color:#07f;
    border-color:#FFFFFF;
}
span.span5 {
    display: inline-block;
    padding-left:16px;
    background:url("../images/user-icon.png") left center no-repeat scroll transparent;
}
div .reply h1 {
    text-align: right;
}
a {
    line-height:157%;
    color:#B5B5B5;
    font-weight:300;
    font-family:Open Sans, sans-serif;
}
a.post-title {
    color: #444444;
    text-decoration:none;
    font-weight:300;
    font-family:Lato, sans-serif;
}
a.button {
    display:inline-block;
    font-size:15px;
    font-weight:400;
    line-height:157%;
    margin:10px 0;
    color:#FFFFFF;
    text-decoration:none;
    padding:15px 30px;
    background-color:#9BCB43;
    border:0 solid;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    cursor:pointer;
    text-align:center;
    transition: all 0.4s linear 0s;
}
a.button:hover {
    background-color:#8FBF35;
    color:#FFFFFF;
    font-size:15px;
    font-weight:400;
}
a.button:active {
    background-color:#8FBF35;
    font-size:15px;
    font-weight:400;
    box-shadow:0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    color:#FFFFFF;
    -moz-box-shadow:0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    -webkit-box-shadow:0 3px 2px 0 rgba(0, 0, 0, .13) inset;
}

@media only screen and (min-width : 768px) {
    body {
        text-align: left;
    }
    .row_1 {
        clear: both;
        min-height: 100px;
    }
    .row_2 {
        clear: both;
        min-height: 100px;
    }
    .row_3 {
        clear: both;
        min-height: 0px;
        margin-right:0;
        margin-left:0px;
        width:100%;
    }
    h1 {
        font-size: 44px;
    }
    p {
        font-size: 15px;
        font-weight:300;
    }
    h2 {
        font-size: 30px;
    }
    h1.heading {
        margin-right: 0px;
        font-size:30px;
    }
    img.avatar {
        border-style: none;
        border-width:1px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_1 {
        clear: both;
        min-height: 100px;
    }
    .row_2 {
        clear: both;
        min-height: 100px;
    }
    .row_3 {
        clear: none;
        min-height: 23px;
        float:left;
        right:auto;
        left:auto;
        margin-right:0;
        width:100%;
    }
    h1 {
        font-size: 44px;
    }
    p {
        font-size: 13px;
        font-weight:300;
    }
    h2 {
        font-size: 30px;
    }
    h1.heading {
        margin-right: 0px;
        font-size:30px;
    }
    a {
        float: none;
        font-size:100%;
        text-align:left;
        width:auto;
    }
}