body {
    color: #454545;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
a,
a:hover,
a:active,
a:focus {
    color: rgb(248, 90, 90);
}
a {
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0;
}
h1,
.article-title h1,
.h1 {
    font-size: 200%;
}
h1,
h1 a,
h1 a:hover,
h1 a:active,
h1 a:focus,
.h1 {
    color: #000000;
    text-decoration: none;
}
h2,
h2.article-title,
.article-header h2 {
    font-size: 110%;
}
h2,
h2 a,
h2 a:hover,
h2 a:active,
h2 a:focus {
    color: #294054;
}
h3,
h3.article-title,
.article-header h3
.h3 {
    font-size: 130%;
}
h3,
h3 a,
h3 a:hover,
h3 a:active,
h3 a:focus,
.h3 {
    color: #454545;
}
h4 {
    font-size: 100%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 100%;
}
p {
    margin: 15px 0;
}
ul,
ol {
    margin: 15px 0;
    padding-left: 30px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin: 0;
}
li {
    margin: 5px 0;
    padding-left: 5px;
}
label {
    font-weight: normal;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
    border-color: #cbcbcb;
    color: #454545;
    font-size: 100%;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
    border-color: #434f72;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(142, 164, 220, 0.8);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #959595;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: inherit;
}
.input-group-addon {
    background-color: #e4e4e4;
    border-color: #cbcbcb;
    color: #454545;
}
.table {
    margin-bottom: 0;
}
.table-bordered {
    border-color: #cbcbcb;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #cbcbcb;
}
dt,
dd {
    line-height: inherit;
}
legend {
    border-color: #cbcbcb;
    color: #454545;
    font-size: 150%;
    margin-bottom: 10px;
}
blockquote {
    font-style: italic;
    margin: 0 0 15px;
    border-color: #cbcbcb;
}
blockquote p:last-child {
    margin-bottom: 15px;
}
hr {
    border-color: #e4e4e4;
    margin-bottom: 15px;
    margin-top: 15px;
}
.no-style,
.no-style:hover,
.no-style:focus,
.no-style:active {
    color: #454545;
}
.form-horizontal .control-label {
    text-align: left;
}
.input-group[class*="col-"] {
    padding-right: 15px;
}
@media (max-width: 767px) {
    .input-group[class*="col-"] {
        padding-left: 15px;
    }
}
.btn:active,
.btn.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    border-color: #dadada;
    color: #232323;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #dadada;
    color: #232323;
}
.btn-primary {
    background-color: #2b729f;
    border-color: #2b729f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #2b729f;
    border-color: #2b729f;
    color: #fff;
}
.call-free,
.call-free:hover,
.call-free:focus,
.call-free:active {
    color: #94c449;
    font-weight: bold;
}
.afaq,
.afaq:hover,
.afaq:focus,
.afaq:active {
    color: #3b0059;
}
.font-size-small {
    font-size: small;
}
.font-size-medium {
    font-size: medium;
}
.font-size-xlarge {
    font-size: x-large;
}
.font-size-50 {
    font-size: 50%;
}
.font-size-60 {
    font-size: 60%;
}
.font-size-70 {
    font-size: 70%;
}
.font-size-80 {
    font-size: 80%;
}
.font-size-90 {
    font-size: 90%;
}
.font-size-100 {
    font-size: 100%;
}
.font-size-110 {
    font-size: 110%;
}
.font-size-120 {
    font-size: 120%;
}
.font-size-130 {
    font-size: 130%;
}
.font-size-140 {
    font-size: 140%;
}
.font-size-150 {
    font-size: 150%;
}
.font-size-160 {
    font-size: 160%;
}
.font-size-170 {
    font-size: 170%;
}
.font-size-180 {
    font-size: 180%;
}
.font-size-190 {
    font-size: 190%;
}
.font-size-200 {
    font-size: 200%;
}
.font-size-250 {
    font-size: 250%;
}
.font-size-300 {
    font-size: 300%;
}
.font-size-350 {
    font-size: 350%;
}
.font-size-400 {
    font-size: 400%;
}
.font-size-450 {
    font-size: 450%;
}
.font-size-500 {
    font-size: 500%;
}
.title-color {
    color: #ec5256;
}
.subtitle-color {
    color: #294054;
}
h3 .separator {
    color: #cbcbcb;
}
.img-opacity:hover {
    opacity: 0.8;
}
.img-thumbnail {
    border: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
    .article-title {
        font-size: 100%;
    }
}
.well {
    background-color: #e4e4e4;
    border: 1px solid #cbcbcb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    min-height: 15px;
    padding: 15px;
}
.pull-left {
    margin-right: 10px;
}
.pull-right {
    margin-left: 10px;
}
@media (max-width: 991px) {
    .pull-left,
    .pull-right {
        margin-bottom: 10px;
    }
}
.rating .fa-star.full {
    color: #f1c40f;
}
.fa-pull-right {
    float: right;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}