#header {
    background-color: #000;
    padding: 20px 0;
    border-bottom: 20px solid #999;
}

#header a {
    color: #FFF;
}

#header a:hover {
    color: #FFF;
    text-decoration: none;
}

#header .head-right {
    color: #FFF;
    font-size: 1.37em;
}

#header .head-right i {
    color: #e65515;
    font-size: 2em;
}


h1 {
    color: #48515b;
    font-family: 'Arial', 'helvetica neue', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    margin-top: 0;
}

h2 {
    color: #48515b;
    margin-bottom: 27px;
    font-family: 'Arial', 'helvetica neue', 'Helvetica', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    line-height: 36px;
}

h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

p {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-right: 18px;
    padding-left: 0;
    font-family: 'Arial', 'helvetica neue', 'Helvetica', sans-serif;
    color: #48515b;
    font-size: 1.58em;
    line-height: 36px;
}


.red {
    color: #F51731;
}

.highlight {
    background-color: #FFF61E;
    font-weight: bold;
}


.main-article {
    padding-right: 40px;
}

.main-photo {
    margin: 20px 0;
}

.main-article .btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #ff6500;
    box-shadow: 0 3px 13px -3px rgba(0, 0, 0, .4);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}

.related {
    background-color: #fbfbfb;
    padding: 0 40px 40px 40px;
}

.related h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.4em;

}

.related .article {
    margin-bottom: 35px;
}

.related .col-xs-8 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.related .article a {
    margin-top: 20px;
    font-size: 0.8em;
    color: #a9a9a9;
}

.related img {
    width: 100px;
    height: 88px;
}

#footer {
    background-color: #000;
    text-align: center;
}

#footer span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

#header .head-right i {
    vertical-align: middle;
}

/* CSS FOR NEW FB COMMENT SECTION */
	.fb-comment-sec {
		padding: 0;
	}

	.fb-comment-sec li {
		list-style: none;
		padding: 10px;
		margin: 0;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin: 0 0 15px;
	}

	.fb-head {
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: space-between;
		padding: 0 0 10px;
		margin: 0 0 10px;
		border-bottom: 1px solid #ddd;
		color: #999;
	}

	.fb-head b {
		font-weight: 400;
	}

	.fb-head i {
		color: #4168b3;
		font-size: 24px;
	}

	.fb-body {
		display: -webkit-flex;
		color: #666;
	}

	.fb-head span,
	.fb-body span,
	.fb-head span a,
	.fb-body span a {
		color: #4168b3;
	}

	.fb-head span a:hover,
	.fb-body span a:hover {
		color: #123477;
	}

	.fb-body .fb-img img {
		width: 50px;
		height: 40px;
		padding-right: 10px;
	}

	.fb-body p {
		font-size: 16px;
		line-height: 1.4;
		margin: 0;
		padding: 0 10px 0 0;
	}

	.fb-body p+p {
		margin-top: 7px;
		color: #999;
		font-size: 14px;
	}

	.fb-head a:hover,
	.fb-body a:hover {
		text-decoration: none;
	}

@media only screen and (max-width:1199px) {
    #header+.container {
        width: 100%;
    }

    .related .article img {
        max-width: 100%;
        height: auto;
    }

    .related .article .col-xs-4 {
        padding-right: 0;
    }
}

@media only screen and (max-width:991px) {
    .main-article .btn {
        font-size: 24px;
    }
}

@media only screen and (max-width: 800px) {

    h1,
    h2,
    h3 {
        text-align: center !important;
    }

    .main-article {
        padding: 0;
    }

}

@media only screen and (max-width:767px) {
    .main-article {
        float: none;
        width: 100%;
    }

    .related {
        max-width: 450px;
        float: none;
        margin: 0 auto;
        padding-top: 1px;
    }
	
	/* CSS FOR NEW FB COMMENT SECTION */
	.fb-body p {
		font-size: 14PX;
		padding: 0;
	}

	/* CSS END FOR NEW FB COMMENT SECTION */

}

@media only screen and (max-width:479px) {
    .main-article .btn {
        font-size: 20px;
    }
}

@media only screen and (max-width:320px) {
    #header .container {
        padding: 0;
    }

    .main-article .btn {
        font-size: 18px;
    }

    #header .head-right {
        font-size: 1.17em;
    }
}

@media only screen and (max-width:280px) {
    #header .head-right {
        font-size: 1.07em;
    }

    .main-article .btn {
        font-size: 16px;
    }
}
