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

/*Owl Carousel Pagination Common Style*/

.masonry-grid-section .owl-controls .owl-dots {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 10px;
	-ms-transform: translateX(-50%);    /* IE 9 */
    -webkit-transform: translateX(-50%);    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

.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: 20%;
	float: left;
}

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

.extra-page-horizontal-nav .nav-social {
	width: 20%;
	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;
}

.youtube-video-section iframe {
	width: 100%;
	height: 300px;
	display: block;
}

.vimeo-youtube-video-section {
	width: 100%;
	/*position: relative;
	padding: 50%;*/
}

.vimeo-youtube-video-section iframe {
	/*height: 100%;*/
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 100%;
}

.soundcloud-section iframe {
	width: 100%;
	height: auto;
	display: block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*  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: 24px;
	line-height: 31px;
	letter-spacing: 4px;
	font-weight: 400;
	text-transform: uppercase;
	width: 90%;
	margin-left: 5%;
}

.msitem {
	width: 48%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.masonry-grid-section .content-section {
	padding:20px;
} 

.masonry-grid-section .content-section h2 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-right: 20px;
}

.masonry-grid-section .content-section h5 {
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom: 20px;
}

.masonry-grid-section .content-section p {
	font-size: 12px;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 20px;
} 

.sticky-post {
	position: relative;
}

.sticky-post i {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
}

/*				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;
}




