a,a:hover {
	text-decoration: none;
}

/*Owl Carousel Pagination Common Style*/

.owl-controls .owl-dots {
	text-align: center;
}

.owl-controls .owl-dots .owl-dot {
	display: inline-block;
	width: 25px;
	height: 7px;
	margin-right: 3px;
}

.owl-controls .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		width: 960px;
	}
}

.extra-page-horizontal-nav {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 9999;
}

.extra-page-horizontal-nav .nav-logo {
	width: 13%;
	float: left;
}

.extra-page-horizontal-nav .nav-tab {
	width: 77%;
	float: left;
	text-align: center;
}

.extra-page-horizontal-nav .nav-social {
	width: 10%;
	float: left;
}

.extra-page-horizontal-nav .nav-tab ul {
	display: inline-block;
}

.extra-page-horizontal-nav .nav-tab ul li {
	display: inline-block;
	list-style: none;
}

.extra-page-horizontal-nav .nav-tab ul li:last-child {
	margin-right: 0;
}

.extra-page-horizontal-nav .nav-tab ul li a {
	display: inline-block;
	padding: 20px 22px;
	font-size: 12px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

.extra-page-horizontal-nav .nav-social a {
	display: inline-block;
	padding: 18px 10px;
	margin-right: 2px;
}

.extra-page-horizontal-nav .nav-social a:last-child {
	margin-right: 0;
}

.extra-page-horizontal-nav .nav-social .nav-social-icon {
	font-size: 18px;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/*  COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/






/*Page Styles*/


#mastwrap {
}

#banner {
	padding: 15px 0px;
}

.banner-head h2 {
	font-size: 36px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 43px;
    margin-bottom: 10px;
    padding-left: 4px;
    text-transform: uppercase;
}

.banner-subhead span {
	display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 19px;
    padding: 7px 8px 5px 12px;
    text-transform: uppercase;
}

.content-main-heading p {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 4px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
}

.news-content {
	padding-top: 50px;
}

.news-content p {
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
}

.news-main-carousel .img-section {
	width: 100%;
}

.news-main-carousel .owl-controls .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
}

.news-main-carousel .img-section img {
	width: 100% !important;
}

.news-main-tags .name {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	text-transform: uppercase;
}

.news-main-tags .date {
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	margin-left: 10px;
}

.extra-tag-section {
	padding-top: 15px;
}

.extra-tag-section a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.extra-tag-section a:last-child {
	margin-right: 0;
}

/*Aside section*/

.news-aside-section .heading {
	margin-bottom: 20px;
}

.news-aside-section .heading p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 2px;
	border-bottom: 2px solid;
	display: inline-block;
	margin-bottom: 0;
}

.category-list ul {
	margin: 0;
	padding: 0;
}

.category-list ul li {
	list-style: none;
	display: block;
	margin:10px 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.recent-news-list ul {
	margin: 0;
	padding: 0;
}

.recent-news-list ul li {
	list-style: none;
	display: block;
	margin:20px 0px;
	margin-left: 0px;
}

.recent-news-list ul li a {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}


.news-author {
	margin:60px 0px 20px 0px;
}

.news-author .author-wrap .img-section {
	float: left;
	width: 25%;
	height: auto;
	margin-right: 5%;
}

.news-author .author-wrap .img-section img {
	width: 100%;
	height: auto;
}

.news-author .author-wrap .content-section {
	float: left;
	width: 70%;
	height: auto;
}

.news-author .content-section .other-page-heading h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 2px;
}

.news-author .content-section .other-page-heading span {
	text-transform: none;
	margin-left: 15px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0;
}

.news-author .content-section .other-page-heading span.separator {
	position: relative;
	top: 0px;
	margin-left: 0;
} 

.news-author .author-text {
	margin-top: 15px;
}

.news-author .author-text p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.news-comments-section .comments-header {
	margin:50px 0px 30px 0px;
}

.news-comments-section .comments-header h3 {
	font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    width: 100%;
}

.comments-wrap ul {
	padding: 0;
}

.comments-wrap li {
	list-style: none;
}

.comments-wrap li .comments-whole{
	padding: 20px 0px;
}

.comments-wrap .comments-img-section {
	width: 15%;
	height: auto;
	float: left;
	margin-right: 5%;
}

.comments-wrap .comments-img-section img {
	width: 100%;
	height: auto;
}

.comments-wrap .comments-text-section {
	width: 80%;
	height: auto;
	float: left;
}

.comments-wrap .comments-text-section h3 {
	font-size: 16px;
	line-height: 23px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.comments-wrap .comments-text-section h3 span.time {
	font-size: 12px;
	line-height: 19px;
	font-weight: 400;
	margin-left: 10px;
	text-transform: none;
	letter-spacing: 0;
}

.comments-wrap .comments-text-section h3 a {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	margin-left: 10px;
	letter-spacing: 0;
	text-transform: none;
}

.comments-wrap ul li ul {
	margin-left: 15%;
}

.comments-wrap ul li ul li {
	padding: 20px;
	padding-left: 0;
	padding-right: 0;
}

.comments-wrap ul li ul li .comments-img-section {
	width: 18%;
}
.comments-wrap ul li ul li .comments-text-section {
	width: 77%;
}

.comment-text p{
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.news-reply-section .other-page-heading {
	margin: 30px 0px 40px 0px;
}

.news-reply-section .comments-header h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    width: 100%;
}

.news-reply-form input {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 21px;
    font-weight: 400;
    border: none;
}

.news-reply-form textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	resize: none;
	font-size: 14px;
	line-height: 21px;
    font-weight: 400;
    height: 150px;
    border: none;
}

button#news-submit {
	margin-top: 15px;
	outline: 0;
	border-spacing: 0;
}

.news-submitter {
    margin: 0 auto;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 47px;
    display: inline-block;
    padding: 0px;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent; 			/*background-color of the button*/ 
    text-decoration: none;
}

.news-submitter .text {
	font-size: 12px;
	line-height: 19px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px 15px;
	display: inline-block;
	border: 2px solid;				/*Border color of the button*/
}

.news-submitter .btnBefore, .news-submitter .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid;
    border-width: 0;
    border-radius: 0;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
}
.news-submitter .btnBefore {
    right: 0;
    bottom: 0;
}
.news-submitter .btnAfter {
    left: 0;
    top: 0;
}
.news-submitter:hover .btnBefore {
    border-width: 0 0 2px 2px;
}
.news-submitter:hover .btnAfter {
    border-width: 2px 2px 0 0;
}

.news-submitter:hover .btnAfter, .news-submitter:hover .btnBefore {
height: 100%;
width: 100%;
transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}

/*				Parallax Layer Style 			*/

.parallax{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off, .no-parallax {
	background-attachment:scroll !important;
	background-size:cover !important;
}

.parallax-layer-04 {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}




