 @font-face {
	font-family: 'impactreg';
	src: url('../fonts/impactreg.eot');
	src: local('impactreg'), url('../fonts/impactreg.woff') format('woff'), url('../fonts/impactreg.ttf') format('truetype');
}


@font-face {
font-family: 'Avenir Next LT Pro Medium Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Medium Condensed Italic'), url('AvenirNextLTPro-MediumCnIt.woff') format('woff'), url('../fonts/AvenirNextLTPro-MediumCnIt.ttf') format('truetype');
}
@font-face {
font-family: 'Avenir Next LT Pro Heavy Condensed';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Heavy Condensed'), url('../fonts/AvenirNextLTPro-HeavyCn.woff') format('woff'), url('../fonts/AvenirNextLTPro-HeavyCn.ttf') format('truetype');
}
/* */
body {
	font-family: 'Avenir Next LT Pro Heavy Condensed',sans-serif;
	font-weight: normal;
	font-weight: 400;
	overflow-x: hidden;
}
.home {
	display: table;
	width: 100%;
	height: 100%;
	background: url('../images/uploads/main/banner-home.jpg');
	background-size: cover;
	position: relative;
	padding: 0;
}

header {
	padding: 5px 5px 8px 0;
	margin: 0;
}
.main-logo {
	height: 110px;
}
.navbar-nav .nav-link {
	color: #fefbfb;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.navbar-nav .nav-link:hover {
	background: rgba(0,0,0,0.7);
}
.big_heading {
	font-size: 10rem;
	line-height: 10rem;
	font-family: 'impactreg';
	color: rgba(254,254,251, 0.5);
}
.big_heading span {
	display: block;
}
.wrapp {
	margin: 0 5%;
}
.btn.btn-plain {
	border: 2px solid #fefbfb;
	border-radius: 0;
	padding: 10px 70px;
	color: #fefbfb;
	margin-bottom:50px;
	width:100%;
	font-size: 18pt;
}
.order_text {
	position: absolute;
	bottom: 0;
	font-family: 'Avenir Next LT Pro Heavy Condensed';
	font-weight: normal;
	font-size: 16pt;
	color: #fefbfb;
	text-transform: uppercase;
	width: 50%;
	left: 25%;
}
.nav{
	font-family: 'Avenir Next LT Pro Medium Condensed Italic';
}
.btn.btn-showme {
	border: 2px solid #fefbfb;
	border-radius: 0;
	padding: 10px 70px;
	color: #fefbfb;
	margin-bottom: 50px;
	/* width: 100%; */
	/* font-size: 18pt; */
	vertical-align: middle;
	margin-top: 110px;
}
.btn-greenbg_wrapp {
	 
}











 
.imgbg_box {
	display: table;
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
	padding: 275px 0;
	color: #fefbfb;
}
.imgbg_box1{
	background-image: url('../images/uploads/main/banner-1.jpg');
}
.imgbg_box2{
	background-image: url('../images/uploads/main/banner-2.jpg');
}
.border_box {
    margin: 0;
    border: 3px solid;
    width: 80%;
    padding: 4% 4% 15% 12%;
}
.border_box.left {
	border-left-width: 0;
}
.border_box.right {
	border-right-width: 0;
	float:right;
}
.border_box h2 {
	border-bottom: 2px solid;
	padding: 0 0 40px 0px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 2.5rem;
}
.border_box p {
	 
	width: 70%;
	font-size: 20px;
	text-transform: uppercase;
}
 
.alignc{
	text-align:center;
}
 

/* secondary pages */
.secondary {
	display: table;
	width: 100%;
	height: 100%;
	background: url('../images/uploads/main/secondary.jpg');
	background-size: cover;
	position: relative;
	padding: 0;
}
.secondary_page .navbar-nav .nav-link {
    color: #de933a; 
}
.secondary_page .navbar-nav .nav-link:hover {

    background: rgb(255, 242, 0);

}
.secondary_page header {
	padding: 5px 5px 8px 0;
	margin: 0 0 20px;
	box-shadow: 2px -1px 10px 0px rgb(0, 0, 0, 0.7);
}
ul.breadcrumb li, .breadcrumb a {
	display: inline;
	margin: 0 5px;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Avenir Next LT Pro Medium Condensed Italic';
	text-transform: uppercase;
}
.sec_head {
	text-align: center;
	margin: 40px 0;
	color: #cf1a2f;
	font-family: 'impactreg';
	font-size: 2.8rem;
}
.sec_head.hleft {
	text-align: left;
}
.gal_img:hover {

    transform: scale(1.2);

}
.gal_img {
    position: relative;
    content: '';
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s;
    display: block;
}
.frm label {
	width: 100%;
	display: block;
	color: rgba(0,0,0,.35);
	text-transform: uppercase;
	font-weight: lighter;
}
.frm input[type="submit"] {
	background: #fff200;
	color: #cf1a2f;
	padding: 10px 40px;
	border: 1px solid;
}
.frm input[type="submit"]:hover {
    background: #de933a;
    color: #fff200;
}
.gal_imgparent {
	overflow: hidden;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.7);
	margin: 10px;
	transition: all 1s;
}

.gal_imgparent:hover {

    box-shadow: 2px 0px 30px 0px rgb(238, 49, 56);
    -webkit-box-shadow: 2px 0px 30px 0px rgb(238, 49, 56);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);

}
.gal_imgparent.left_rotate:hover {

    box-shadow: 2px 0px 30px 0px rgb(255, 242, 0);
    -webkit-box-shadow: 2px 0px 30px 0px rgb(255, 242, 0);
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);

}
.trans-layer {
	background: rgba(0,0,0,0.5);
}

	.navbar-toggle {
	display: block;
	color: #fff200;
	background: transparent;
	border: none;
	font-size: 30px;
	line-height: 30px;
}
	.nav{
	    display: inline-table;
		width: 50%;
		right: 0;
		position: absolute;
	}
	.nav-item {
		display: table-cell;
		vertical-align: middle;
	}
footer {
	font-family: 'Avenir Next LT Pro Medium Condensed Italic';
	text-align: center;
	margin: 80px 0 0;
	background: #b5b5b5;
	padding: 25px 15px;
}
/* secondary pages end */



 @media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
	.nav{
	    display: inline-table;
		width: 50%;
		right: 0;
		position: absolute;
	}
	.nav-item {
		display: table-cell;
		vertical-align: middle;
	}
	.modal-dialog {
		max-width: 700px;
		margin: 30px auto;
	}
	
 }
 @media (max-width: 1100px) {
	.border_box {
	width: 99%;
	padding: 4% 15% 24% 12%;
}
	.imgbg_box {
		padding: 175px 0;
	}
	.main-logo {
		height: 60px;
	}
	.navbar-nav .nav-link {
		font-size: 18px;
	}
	.order_text { 
		width: 80%;
		 
	}
 }
@media (max-width: 768px) {
    .navbar-header2 {
		width: 100%;
		position:relative;
	}
	.btext {
		text-align: center;
	}
		.navbar-toggle {
		position: absolute;
		right: 0;
		top: 20px;
	}
	 
	.gal_img {
		height: 150px;
	}

	.modal-dialog {
		max-width: 700px;
		margin: 30px auto;
	}
	.order_text {
		width: 100%;
		position: relative;
		margin-top: 40px;
		left: 0;
	}
	.nav-item {
		display: block;
		 
	}
	.nav {
		display: block;
		width: 100%;
		/* right: 0; */
		position: relative;
	}
	.gal_imgparent { 
		margin: 10px 0; 
	}
	
	.big_heading { 
 
}
 }
 