@charset "utf-8";
/* CSS Document */

a:hover, a:focus {
    text-decoration: none;
}

#servises-sec {
    background-color: #fff;
}

h2 {
    background-image: none;
    max-width: none;
}

h2 span {
    background-color: #fff;
}

.container h2.oxgn span {
    font-size: 35px;
    background-image: none;
}

.container .p-big {
    color: #6e6e6e;
    font-size: 30px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
    line-height: 40px;
    text-align: center;
}

.article a .img-responsive {
    margin: 0px auto;
    border: 2px solid #ccc;
}

.article a .img-responsive:hover {
    margin: 0px auto;
    border: 2px solid #ccc;
    opacity: 0.8;
}

.article h3 {
    margin-top: 0px;
}

.container p.normal {
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #202020;
}
.container p.normal-light {
	margin-bottom:15px;
}

.side-bar ul {
    margin-left: 30px;
    padding: 0px;
	list-style-image: url(images/bp.png);
    margin-top: 20px;
}

.container ul li {
    font-size: 18px;
    line-height: 26px;
    font-family: "Roboto Slab", sans-serif;
    color: #333;
    padding-bottom: 15px;
}

.content h2 {
    background: none;
    font-size: 24px;
    text-align: left;
    margin: 0px;
    padding-bottom: 10px;
}

.left-section {
    margin-bottom: 50px;
	border-right: 1px solid #ccc;
}

.article h2 {
    margin-bottom: 15px;
}

.article {
    float: left;
    margin-bottom: 50px;
}

.article h4 {
    padding: 20px 0px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
}

a h3 {
    font-size: 20px;
    font-family: "Roboto Slab", sans-serif;
    color: #4daeae;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: bold;
}

a h3:hover {
    color: #006666;
    text-decoration: none;
}

.article h3 span.title {
    margin-left: 20px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 32px;
}

.article h2 {
    font-size: 24px;
    max-width: none;
    text-align: left;
    font-family: "Roboto Slab", sans-serif;
}

.article a.btn-primary {
    background-color:#cc3333;
    border: none;
    padding: 3px 8px 3px 8px;
    margin-top: 5px;
	color:#fff;
}

.article a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
    background-color: #4daeae;
    color: #fff;
    border: none;
}

.col-lg-12, .col-lg-5, .col-md-5, .col-md-12 {
    padding: 0px;
}

/* Article Single Page Starts Here*/
.left-section a { color:#4daeae;}
.left-content h1 {
    font-family: "Roboto Slab", sans-serif;
    padding: 25px 0px;
}

.article-title h1 {
    padding: 0px 0px 15px 0px;
}

.left-content .article-title h1, h2, h3 {
    font-size: 36px;
    margin-top: 10px;
    font-family: "Roboto Slab", sans-serif;
    color: #4daeae;
}

.left-content h2 {
    font-size: 30px;
    text-align: left;
    text-transform: none;
    color: #333;
    padding: 20px 0px 20px 0px;
}

.left-content h3 {
    font-size: 24px;
    color: #333;
    padding: 5px 0px;
}

.left-content h3 span {
    color: #336600;
    border: none;
}

.left-content .img-responsive {
    border: none;
    margin: 20px auto;
}

.left-content .pitalic {
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.left-content .author-section {
    margin-bottom: 20px;
}

/*CTA Style Starts Here*/

.cta {
    border: 2px dashed #336600;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin: 40px 0px 40px 0px;
}

.cta-bg {
    background-color: #669933;
    text-align: center;
    padding: 5px 5px 20px 5px;
}

.cta-bg h3 {
    text-shadow: #333 1px 1px 1px;
    font-size: 38px;
    margin-top: 10px;
    color: #FFF;
    font-weight: bold;
}

.cta-bg span {
    font-size: 18px;
    text-shadow: #333 1px 1px 1px;
    color: #FFF;
    font-family: "Roboto Slab", serif;
    line-height: 24px;
    margin-top: 0px;
}

p span.bg-color {
    background-color: #336600;
    color: #fff;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
}

.cta p {
    margin-top: 30px;
    color: #000;
    padding: 0px 20px !important;
    font-size: 22px !important;
    font-family: "Roboto Slab", serif;
}

.cta p.bold {
    font-size: 24px;
    letter-spacing: -1px;
    padding: 20px;
    margin-top: 0px;
}

span.red {
    color: #336600;
}

.cta img {
    margin-left: 15px;
    margin-top: 10px;
}

.control-group {
    margin-top: 15px;
}

.left-inner-addon {
    margin-bottom: 30px;
}

.cta .btn-primary {
    background: -webkit-linear-gradient(#fed82d, #ff9900); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fed82d, #ff9900); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fed82d, #ff9900); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fed82d, #ff9900); /* Standard syntax (must be last) */
    border: 1px solid #ff9900;
    margin-top: 35px;
    font-size: 34px;
    font-family: "Roboto Slab", serif;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
}

.form-control {
    height: 50px;
}

.cta .btn-primary:hover {
    background: -webkit-linear-gradient(#ff9900, #fed82d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff9900, #fed82d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff9900, #fed82d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff9900, #fed82d); /* Standard syntax (must be last) */
}

.cta .btn-primary:active {
    background-color: #336600;
    border: 1px solid #336600;
}

.btn-block {
    margin-top: 15px;
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

p.small {
    font-size: 14px;
    color: #2d2d2d;
    margin-top: 15px;
}

/* Side Bar Start Here*/
.sidebar{
}
.side-bar h3{font-size:25px;}
.side-bar ul li a{color:#4daeae;}
.side-bar ul li {font-size: 16px;line-height: 22px;}
.sidebar h3 {
    font-size: 24px;
    color: #336600;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
.sidebar ul {
    margin-left: 20px;
    padding: 0px;
    list-style-image: url(images/bp.png);
}
.sidebar ul li {
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0px;
}

.sidebar ul li a {
    color: #4daeae !important;
    font-size: 14px;
}

.sidebar ul li a:hover {
    text-decoration: none;
    color: #336600;
}

.sidebar a .promo-banner {
    border: none;
    margin-top: 30px;
}

.sidebar a .promo-banner:hover {
    border: none;
    opacity: 0.6;
}

.symbol {
    font-size: 0.9em;
    font-family: Times New Roman;
    border-radius: 1em;
    padding: .1em .6em .1em .6em;
    font-weight: bolder;
    color: white;
    background-color: #4E5A56;
}

.icon-info {
    background-color: #3229CF;
}

.icon-error {
    background: #336600;
    font-family: Consolas;
}

.icon-tick {
    background: #13c823;
}

.icon-excl {
    background: #ffd54b;
    color: black;
}

.icon-info:before {
    content: 'i';
}

.icon-error:before {
    content: 'x';
}

.icon-tick:before {
    content: '\002713';
}

.icon-excl:before {
    content: '!';
}

.notify {
    background-color: #e3f7fc;
    color: #555;
    border: .1em solid;
    border-color: #8ed9f6;
    border-radius: 10px;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: 1.1em;
    padding: 10px 10px 10px 10px;
    margin: 10px;
    cursor: default;
    text-align: left;
}

.notify-yellow {
    background: #fff8c4;
    border-color: #f7deae;
}

.notify-red {
    background: #ffecec;
    border-color: #fad9d7;
}

.notify-green {
    background: #e9ffd9;
    border-color: #D1FAB6;
}

.related-articles {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.articles-section {
    margin-bottom: 20px;
}

.related-articles .title {
    font-family: "Roboto Slab", serif;
    color: #2d2d2d;
    border-bottom: dashed 1px #ccc;
    margin: 10px 10px 20px 30px;
    padding-bottom: 10px;
    font-size: 24px;
}

.related-articles a h4 {
    font-family: "Roboto Slab", serif;
    color: #4daeae;
    margin-left: 10px;
}

.related-articles p {
    margin: 0px 10px 0px 10px;
}

.related-articles a.btn-primary {
    background-color:#cc3333;
	color:#fff;
    border: none;
    padding: 3px 8px 3px 8px;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
}

.related-articles a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
    background-color: #4daeae;
    color: #fff;
    border: none;
}

@media (min-width: 769px) and (max-width: 991px) {
    .side-bar {
        float: left;
    }

    .side-bar ul {
        margin-left: 3px;
    }

    .side-bar ul li a {
        font-size: 12px;
    }

    .content h2 {
        margin: 0px;
        font-size: 20px;
    }

    .container h3 {
        margin-top: 30px;
    }

    .article h3 {
        margin: 10px 0px 15px 0px;
        font-size: 24px;
    }

    .article .img-responsive {
        margin: 0px 0px 15px 0px;
    }

    .col-sm-12 {
        padding: 0px;
    }

    .cta .btn-primary {
        font-size: 24px;
    }
}

/*xSmall*/
@media (max-width: 768px) {
    .container h3 {
        margin-top: 20px;
        text-align: center;
        font-size: 20px;
    }

    .container .p-big {
        font-size: 20px;
    }

    .container ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .content h2 {
        text-align: center;
    }

    .container {
        margin-top: 10px;
    }

    .content h2 {
        text-align: center;
        margin: 0px;
        font-size: 20px;
    }

    .left-content .article-title h3 {
        font-size: 26px;
    }

    .container p.normal {
        font-size: 16px;
    }

    .article .img-responsive {
        margin: 0px 0px 15px 0px;
    }

    .article {
        margin-bottom: 20px;
    }

    .left-content h3 {
        text-align: left;
    }

    .cta-bg h3 {
        text-align: center;
        font-size: 28px;
        line-height: 32px;
    }

    .cta .btn-primary {
        font-size: 20px;
    }

    .side-bar {
        float: left
    }
}

@media (max-width: 1200px) {

    .social-share {
        position: absolute !important;
        margin-top: 0px !important;
        -webkit-transform: translateZ(0);
    }

    .social-share-fixed {
        position: fixed !important;
        top: 150px !important;
    }

    .social-facebook {
        padding: 5px;
    }

    .social-twitter {
        padding: 5px;
    }

    .social-gplus {
        padding: 5px;
    }

    .social-pinterest {
        padding: 5px;
    }

    .social-linkedin {
        padding: 5px;
    }

}

/*Medium*/
@media (min-width: 992px) and (max-width: 1199px) {

    .social-buttons {
        width: 7%;
        float: left;
    }

    .social-share {
        position: absolute !important;
        margin-top: 0px !important;
    }

    .social-share-fixed {
        position: fixed !important;
        top: 150px !important;
        -webkit-transform: translateZ(0);
    }

}

/*Small*/
@media (min-width: 768px) and (max-width: 991px) {
    .social-share {
        position: relative !important;
        margin-top: 10px !important;
        -webkit-transform: translateZ(0);
    }

    .social-share-fixed {
        position: fixed !important;
        top: 150px !important;
        -webkit-transform: translateZ(0);
    }

    .social-buttons {
        width: 350px;
        float: left;
        position: relative;
    }

    .social-facebook {
        float: left;
        margin-right: 10px;
    }

    .social-twitter {
        float: left;
        margin-right: 10px;
    }

    .social-gplus {
        float: left;
        margin-right: 10px;
    }

    .social-pinterest {
        float: left;
        margin-right: 10px;
    }

    .social-linkedin {
        float: left;
        margin-right: 10px;
    }
}

/*xSmall*/
@media (max-width: 767px) {

    .social-share {
        position: relative !important;
        margin-top: 10px !important;
        -webkit-transform: translateZ(0);
    }

    .social-share-fixed {
        position: fixed !important;
        top: 150px !important;
        -webkit-transform: translateZ(0);
    }

    .social-buttons {
        width: 350px;
        float: left;
        position: relative;
    }

    .social-facebook {
        float: left;
        margin-right: 10px;
    }

    .social-twitter {
        float: left;
        margin-right: 10px;
    }

    .social-gplus {
        float: left;
        margin-right: 10px;
    }

    .social-pinterest {
        float: left;
        margin-right: 10px;
    }

    .social-linkedin {
        float: left;
        margin-right: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .social-share {
        position: relative !important;
        margin-top: 10px !important;
    }

    .social-share-fixed {
        position: fixed !important;
        margin-top: -265px !important;
    }

    .social-buttons {
        width: 350px;
        float: left;
        position: relative;
    }

    .social-facebook {
        float: left;
        margin-right: 10px;
    }

    .social-twitter {
        float: left;
        margin-right: 10px;
    }

    .social-gplus {
        float: left;
        margin-right: 10px;
    }

    .social-pinterest {
        float: left;
        margin-right: 10px;
        padding: 20px 6px 7px 7px;
    }

    .social-linkedin {
        float: left;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {

    .social-share {
        position: relative !important;
        margin-top: 10px !important;
    }

    .social-share-fixed {
        position: fixed !important;
        margin-top: -290px !important;
    }

    .social-buttons {
        width: 350px;
        float: left;
        position: relative;
    }

    .social-facebook {
        float: left;
        margin-right: 10px;
    }

    .social-twitter {
        float: left;
        margin-right: 10px;
    }

    .social-gplus {
        float: left;
        margin-right: 10px;
    }

    .social-pinterest {
        float: left;
        margin-right: 10px;
        padding: 20px 6px 7px 7px;
    }

    .social-linkedin {
        float: left;
        margin-right: 10px;
    }

}
