/*about page*/

/*  Template Overwrites  */

.ip-banner {
    display: none;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

div#inner-page-wrapper{
    margin: 0;
}

#content-sidebar, #content-full {
    margin: 0;
}

footer.footer {
	/* display: none; */
}

::-webkit-scrollbar-button {
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

ul.onepage-pagination {
	display: none;
}

.videos-page-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    padding: 0 35px;
    clear: both;
    display: none;
}

	.videos-page-btn button.next-btn {
		float: right;
	}

	.videos-page-btn button.prev-btn {
		float: left;
		opacity: 0;
	}
	body[class*="viewing-page"] .videos-page-btn button.prev-btn {
		opacity: 1;
	}
	body.viewing-page-1 .videos-page-btn button.prev-btn,
	body.viewing-page-3 .videos-page-btn button.next-btn  {
		opacity: 0;
		visibility: hidden;
	}

	.videos-page-btn button {
	    border: 0;
	    font-size: 10px;
	    background-color: transparent;
	    border: 0;
	    color: #fff;
	    text-transform: uppercase;
	    pointer-events: auto;
	    
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap;

	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;

	    justify-content: center;
	    padding: 0;
	    outline: none;

	    transition: all .3s ease;
	}

	.videos-page-btn span[class^="ai-font"] {
	    font-size: 50px;
	}
.videos-page {
    background: #151515;
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
}

	.videos-page-container{
		position: absolute;
	    top: 0;
	    right: 0;
	    left: 0;
	    height: 100%;
	    overflow-x: auto;
	    overflow-y: hidden;
	    height: 100%;
	}

	.videos-page .videos-page-track {
	    width: 100%;
	    height: 100%;
	    position: relative;
		/*padding-top: 130px;*/

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;

		    
	}

	.videos-page:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.1;
		z-index: -1;
		background: url(/app/themes/societygrouppr.com/images/videos-page/bg-videos-page.jpg);

		background-color: #131313;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.videos-page:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 27px;
		right: 20px;
		border-left: 1px solid rgba(255,255,255,.2);
		border-right: 1px solid rgba(255,255,255,.2);
		pointer-events: none;
	}

.videos-page .section-wrapper {
    width: 100%;
    height: 100%;
  	position: relative; 

	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	padding: 100px 0 0;

}
	.section-wrapper .section-inner {
	    height: 100%;
	    width: 100%;
	    padding: 0 90px;
	}
	.sec-inner {
		width: 82vw;
		margin: 0 auto;
	}
		#content .videos-page-title {
			/*font-size: 93px;*/
			font-size: 5.813vw;
			font-weight: 900;
			-webkit-text-stroke-width: 1px;
			-webkit-text-fill-color: hsla(0,0%,100%,0);
			-webkit-text-stroke-color: #fff;
			margin: 0;
			text-transform: uppercase;
			line-height: 1.09;
			letter-spacing: .03em;
			font-family: 'Roboto', sans-serif;
			/*margin-bottom: 44px;*/
			margin-bottom: 2.125vw;
		}

		.videos-page-list {
			position: relative;
		}
			.videos-page-item {
				position: relative;
				width: calc(50% - 2.500vw);
			}
				.videos-page-item canvas {
					display: block;
					width: 100%;
					background-position: center;
					background-size: cover;
				}
				.videos-page-item iframe {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}

			#content .videos-page-item h2 {
			    position: absolute;
			    top: 100%;
			    left: 0;
			    font-weight: 800;
			    font-size: 1.625vw;
			    text-transform: uppercase;
			    line-height: 1;
			    color: #fff;
			    margin: 10px 0 0;
			}

	.videos-page .section-wrapper#sec2,
	.videos-page .section-wrapper#sec3 {
	    padding-top: 52px;
	}

@media only screen and (min-width: 1601px) {
	.sec-inner {
		width: 1312px;
	}
	#content .videos-page-title {
		font-size: 93px;
		margin-bottom: 34px;
	}
	.videos-page-item {
		width: calc(50% - 40px);
	}
		#content .videos-page-item h2 {
			font-size: 26px;
		}
}
@media only screen and (max-width: 1280px) {
	
}	
@media only screen and (max-width: 1199px) {
	.videos-page .section-wrapper {
		padding-top: 100px;
	}
}
@media only screen and (max-width: 991px) {
	body, html {
	    overflow: visible !important;
	}
	.videos-page-container {
    	position: relative;
    	overflow: auto;
	}

	.videos-page .videos-page-track {
	    flex-wrap: wrap;
	    display: block;
	    height: 100% !important;
	}
	.videos-page-btn {
		display: none;
	}

	::-webkit-scrollbar-button {
	    width: initial;
	    height: initial;
	}

	::-webkit-scrollbar {
	    width: initial;
	    height: initial;
	}

	.sec-inner {
	    width: 90%;
	}

	.videos-page {
    	height: 100%;
	}
		.videos-page:before {
		    background-attachment: fixed;
		}
		.videos-page:after {
			display: none;
		}

	#content .videos-page-title {
	    font-size: 55px;
	    margin-bottom: 30px;
	}
	.videos-page .section-wrapper {
	    padding-top: 150px;
	}
	.videos-page .section-wrapper#sec2, .videos-page .section-wrapper#sec3 {
		padding-top: 60px;
	}
	.videos-page .section-wrapper#sec3 {
	    padding-bottom: 100px;
	}
	.videos-page-item {
		width: calc(50% - 15px);
	}
		#content .videos-page-item h2 {
		    font-size: 20px;
		}
}
@media only screen and (max-width: 767px) {
	.videos-page-item {
		width: 100%;
	}
	.videos-page-item:first-child {
	    margin-bottom: 60px;
	}
}
@media only screen and (max-width: 480px) {
	#content .videos-page-title {
	    font-size: 35px;
	}
	#content .videos-page-item h2 {
		font-size: 15px;
	}
}