@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

body{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Oswald', sans-serif;
	background: #eaebeb;
	overflow-x: hidden;
}

body.noScroll{
	overflow: hidden;
}

.header-bg{
	background: url(../img/bg-image.png)  #d9dbdb;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.header-bg2{
	background: url(../img/bg-image.jpg)  #d9dbdb;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ebebeb;
}
.navbar-new{
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	color: #000;
	opacity: 1;
	padding: 15px 0;
	box-shadow: 0px 0px 2px 2px #959595;
}

.navbar-new .navbar-header a{
	font-size: 16px;
	color: #192028;
	padding: 7px 15px;
	line-height: 26px;
	font-weight: 300;
	height: auto;
	text-decoration: none;
}

.navbar-new .navbar-header a p{
	font-size: 26px;
	color: #192028;
	margin: 0;
	font-weight: 600;
}

.navbar-nav-new li a {
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a{
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	padding: 20px 15px;
}

.portfolioContainer{
	padding-top: 135px;
	padding-bottom: 100px;
}

.portfolioContainer h3{
	color: #fff;
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
}

.innerPage.portfolioContainer{
	padding-top: 20px;
}

.portfolio{
	margin-top: 25px;
}

.featuredPortfolio{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

hr.hr-bottom{
	width: 63px;
	float: left;
	border-width: 3px;
	margin-top: 0px;
	margin-bottom: 7px;
}

.img-box{
	padding: 0;
	border: none;
	position: relative;
	margin-bottom: 3px;
	overflow: hidden;
	max-width: 380px;
	margin: 0 auto;
	background-color: transparent;
}

.img-box .portfolioImage{
	transition: ease-in all 300ms;
}

.img-box:hover .portfolioImage{
	transform: scale(1.2) rotate(-10deg);
}

.img-contant{
	position: absolute;
	left: 0;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	transition: ease-in all 200ms;
}

.img-box:hover .img-contant{
	background-color: rgba(0,0,0,0.75);
}

.img-contant h4 {
    font-size: 31px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.img-contant p{
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	clear: both;
	font-weight: 100;
}

hr.hr-img{
	width: 65px;
	float: left;
	border-width: 2px;
	margin: 0px 0 7px 0;
}

.contant-text{position: absolute;top: 50%;left: 30px;transform: translateY(-50%);}

.padding3{
	padding: 3px;
}

.about{
	background:#fff;
	color: #000;
	padding-bottom: 30px;
	padding-top: 50px;
}

.aboutPictures .col-xs-12{
	margin-bottom: 10px;
}

.aboutPictures .col-xs-6.left{
	padding-right: 5px;
}

.aboutPictures .col-xs-6.right{
	padding-left: 5px;
}


.about-head h3{
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #bababa;
}

hr.hr-about{
	width: 70px;
    float: left;
    border-width: 3px;
    margin-top: 0px;
    border-color: #ccc;
}

.about p{
	 font-family: 'Oswald', sans-serif;
	 font-size: 23px;
	 margin-bottom: 40px;
	 color: #4c4c4c;
}

.clients{
	padding: 60px 0;
	background: url(../img/corner.png) no-repeat #eaebeb;
	background-position: 0px 0px;
	background-size: 500px;
}

.clients-img{
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px 0;
	height: 120px;
}

.clients-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 85%;
	max-height: 75px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.8;
	transform: translate(-50%,-50%);
}

.clients-img:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	opacity: 1;
	transform: translate(-50%,-50%);
}

.footer{
	background: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.footerMenu{
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 75px;
}

.footerMenu li{
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.footerMenu li:after{
	content: '/';
	color: #FFFFFF;
	font-size: 22px;
	margin-left: 10px;
}

.footerMenu li:last-child:after{
	content: '';
	display: none;
}

.footerMenu li a{
	color: #fff;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
}

.videoContainer{
	position: relative;
}

.videoToggle{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFFFFF !important;
	font-size: 30px;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	text-align: center;
	padding-left: 7px;
	line-height: 75px;
	background-color: rgba(0, 0, 0, 0.6);
	transform: translate(-50%,-50%);
	transition: all 200ms linear;
}
.videoToggle.pause{
	padding-left: 5px;
	opacity: 0;
}

.videoContainer:hover .videoToggle.pause{
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.navbar-new{
		padding-bottom: 0;
		padding-top: 2px;
	}
	
	.navbar-default .navbar-toggle{
		background-color: transparent;
		border: none;
		margin-top: 13px;
	}
	
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #000000;
		height: 3px;
		width: 25px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.portfolioContainer {
		padding-top: 95px;
	}
	.challege_contant .airman {
	    padding: 10px;
	}
	.vedio_img a{
		font-size: 20px !important;
		top: 30% !important;
		left: 10% !important;
		padding: 20px !important;
	
	}
}
@media only screen and (min-width: 375px) {
	.vedio_img a{
		font-size: 20px !important;
		top: 30% !important;
		left: 15% !important;
		padding: 20px !important;
	
	}
}
@media only screen and (min-width: 425px) {
	.vedio_img a{
		font-size: 20px !important;
		top: 30% !important;
		left: 20% !important;
		padding: 20px !important;
	
	}
}
@media only screen and (width: 768px ) {
	.vedio_img a{
		font-size: 36px !important;
		top: 25% !important;
		left: 19% !important;
		padding: 55px !important;
	}
}
@media only screen and (min-width: 768px ) {
	.vedio_img a{
		font-size: 36px !important;
		top: 33% !important;
		left: 24% !important;
		padding: 90px !important;
	}
}

.challege_contant{
	padding-top: 135px;
	transform: translateX(0);
	-webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0, 1.25);
    transition: all 0.7s cubic-bezier(0.5, 0, 0, 1.25);
} 
.portfolioOpen.challege_contant{
	transform: translateX(-100%);
}
.challege_contant .airman {
	background-color: #291b35;
	opacity: 0.8;
	margin-bottom: 20px;

}
.challege_contant .airman h4{
	color: #fff;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif; 
    font-size: 26px;
    font-weight: 400;
}
.challege_contant .airman p{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	clear: both;
	font-weight: 300;
	margin-bottom: 15px;
}
.hr-challege{
	width: 63px;
	float: left;
	border-width: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.challenge-image img{
	width: 100%;
	position: relative;
}
.challenge-image{
	padding: 0;
	position: relative;
	margin-bottom: 20px
}	    
.fwa-banner{
	position: absolute !important;
	top: 0;
	right: 0;
	width: auto !important;
}
.challenge-banner{
	padding: 0;
	margin-bottom: 49%;
}
.challenge-banner ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.challenge-banner ul li{
	color: #fff;
}
.challenge-banner ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	display: block;
	font-weight: bold;
	padding: 4% 10%;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.6);
}
.challenge-banner ul li a hr{
	width: 60px;
	color: #fff;
	border-width: 2px;
	display: inline-block;
	margin: 0;
}
.back1{
	background: url(../img/back1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.back2{
	background: url(../img/back2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.back3{
	background: url(../img/back3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.jack1{
	background: url(../img/Jack_Daniel/pic1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.jack2{
	background: url(../img/Jack_Daniel/pic2.jpg);
	background-repeat: no-repeat;
}
.vedio_img a{
	color: #ff00d8;
	background-color: #000a0a;
	font-size: 36px;
	position: absolute;
	top: 33%;
	left: 24%;
	padding: 90px;
	text-align: center;
	text-decoration: none;
}
.backToTop{
	background-color: rgba(0,0,0,0.5);
	width: 50px;
	height: 50px;
	color: #ffffff;
	position: fixed;
	bottom: 50px;
	right: 100px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	opacity: 0.7;
	transition: all 200ms linear;
	display: none;
}
.backToTop:hover, .backToTop:focus{
	color: #FFFFFF;
	opacity: 1;
}
.portfolioToggle{
	position: fixed;
	right: -26px;
	top: 50%;
	font-size: 24px;
	padding: 5px 20px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	transform: rotate(270deg);
	text-transform: uppercase;
	transition: 200ms linear all;
	z-index: 99;
}
.portfolioToggle .glyphicon{
	font-size: 16px;
}
.portfolioToggle:hover, .portfolioToggle:focus, .portfolioToggle:visited{
	color: #FFFFFF !important;
	opacity: 1;
	text-decoration: none;
}

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
	background-color: #000000;
}


.portfolioContainer::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.portfolioContainer::-webkit-scrollbar{
	width: 0px;
	background-color: #F5F5F5;
}

.portfolioContainer::-webkit-scrollbar-thumb{
	background-color: #000000;
}
