*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 0;
	padding: 0;
}

@font-face {
	 font-family: 'HelveticaNeueLight';
    src: url('../font/HelveticaNeueLight.eot');
    src: url('../font/HelveticaNeueLight.eot') format('embedded-opentype'),
         url('../font/HelveticaNeueLight.woff2') format('woff2'),
         url('../font/HelveticaNeueLight.woff') format('woff'),
         url('../font/HelveticaNeueLight.ttf') format('truetype'),
         url('../font/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
}

html,body
{
	font-family: 'HelveticaNeueLight' !important; 
}

/*
	Generic CSS Start
 */

	.col-1-12,.col-2-12,.col-3-12,.col-4-12,.col-5-12,.col-6-12,.col-7-12,.col-8-12,.col-9-12,.col-10-12,.col-11-12,.col-12-12
	{
		float:left;
	}
	.col-1-12
	{
		width:8.333%;
	}

	.col-2-12
	{
		width:16.666%;
	}

	.col-3-12
	{
		width:24.999%;
	}

	.col-4-12
	{
		width:33.332%;
	}

	.col-5-12
	{
		width:41.665%;
	}

	.col-6-12
	{
		width:49.998%;
	}

	.col-7-12
	{
		width:58.331%;
	}

	.col-8-12
	{
		width:66.664%;
	}

	.col-9-12
	{
		width:74.997%;
	}

	.col-10-12
	{
		width:83.33%;
	}

	.col-11-12
	{
		width:91.663%;
	}

	.col-12-12
	{
		width:99.996%;
	}

	.facebook-color
	{
		color:#3b5998 !important;
	}
	
	.twitter-color
	{	
		color:#55acee !important;
	}

	.vimeo-color
	{
		color:#1ab7ea !important;
	}

	.pinterest-color
	{
		color:#cc2127 !important;
	}

	.instagram-color
	{
		color:#3f729b !important;
	}
	

	.facebook-border-color
	{
		border-color:#3b5998 !important;
	}

	.twitter-border-color
	{	
		border-color:#55acee !important;
	}

	.vimeo-border-color
	{
		border-color:#1ab7ea !important;
	}

	.pinterest-border-color
	{
		border-color:#cc2127 !important;
	}

	.instagram-border-color
	{
		border-color:#3f729b !important;
	}

	.facebook-hover:hover
	{
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-o-transition:.5s;
		transition:.5s;
		background: #3b5998;
		color:white !important;
	}
	
	.vimeo-hover:hover
	{
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-o-transition:.5s;
		transition:.5s;
		background: #1ab7ea;
		color:white !important;
	}
	
	.twitter-hover:hover
	{
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-o-transition:.5s;
		transition:.5s;
		background: #55acee;
		color:white !important;
	}
	
	.instagram-hover:hover
	{
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-o-transition:.5s;
		transition:.5s;
		background: #3f729b;
		color:white !important;
	}

	.pinterest-hover:hover
	{
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-o-transition:.5s;
		transition:.5s;
		background: #cc2127;
		color:white !important;
	}

	@media only screen and (max-device-width: 480px) {
		
		.col-1-12,.col-2-12,.col-3-12,.col-4-12,.col-5-12,.col-6-12,.col-7-12,.col-8-12,.col-9-12,.col-10-12,.col-11-12,.col-12-12
		{
			clear:both;
			width:100%;
			margin-bottom:10px;
		}
	}
/*
	Generic CSS End
 */

/*
	Header CSS Start
*/

.border
{
	border:2px solid green;
}

header
{
	top:0;
	left:0;
	width:100%;
	background:white;
	overflow: hidden;
}

header .logo
{
	float:left;
}

header .top-nav
{
	margin-left: 30px;
	display: inline-block;
}

header .top-nav ul
{
	margin:0;
	padding:0;
}

header .top-nav ul li
{
	margin:0;
	padding:0;
	list-style:none;
	display: inline-block;
}

header .top-nav ul li a
{
	text-decoration: none;
	display: block;
	padding:40px 15px;
	font-size: 19px;
	color:black;
	margin-right: 20px;
}

header .top-nav ul li a:hover
{
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	color: rgba(0,0,0,0.6);
}

header .top-nav ul li.active a
{
	border-top:3px solid orange;
}

header .top-right
{
	position: absolute;
	display: inline-block;
	right: 20px;
	top: 30px;
}

header .top-right .email,
header .top-right .contact,
header .top-right .nav-icon
{
	display: inline-block;	
}

header .top-right .email
{
	border-right: 1px solid gray;
}
header .top-right .email a,
header .top-right .contact a
{
	text-decoration: none;
	display: block;
	font-size: 19px;
	color:black;
	padding: 10px;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

header .top-right .email a:hover,
header .top-right .contact a:hover
{
	color: rgba(0,0,0,0.6);
}

header .top-right .nav-icon
{
	cursor: pointer;
}

header .top-right .nav-icon .icon-bar
{
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 1px;
	background:black;
	margin-top:3px;
}

header .top-right .nav-icon .icon-bar:nth-child(2n+1)
{
	background: orange;
}

header .top-right .nav-icon .icon-bar:nth-child(1n+1)
{
	background: rgb(255, 159, 0);	
}
header .top-right .nav-icon .icon-bar:nth-child(0n+1)
{
	background: rgb(255, 182, 65);
}


/* Header CSS Close */

#slideCont
{
	width: 100%;
	min-height: 550px;
	overflow: hidden;
	position: relative;
}
/*
.landing-slider
{

}

.landing-slider ul
{
	position:relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-height:550px;
}


.landing-slider li
{
	width: 100%;
	height: 100%;
	list-style: none;
	position: absolute;
	left: 0;
	top:0;
}

.landing-slider li img
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	-moz-transition:1s;
	-webkit-transition:1s;
	-o-transition:1s;
	transition:1s;

	-webkit-animation: example 60s infinite;
	-moz-animation: example 60s infinite;
	-o-animation: example 60s infinite;
	animation: example 60s infinite;
}
*/
@keyframes example {
    0% {transform:scale(1);}
    50% {transform:scale(1.678);}
    100% {transform:scale(1);}
}








.landing-slider li .info
{
	position: absolute;
	width: 40%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	box-shadow: 0 0 8px 0 black;
	color: orange;
	font-size: xx-large;
	top:0;
	z-index: 11;
	padding: 15px;
	left:-45%;
	opacity: 0;
	-moz-transition:1s;
	-webkit-transition:1s;
	-o-transition:1s;
	transition:1s;
	padding-top:200px;
	padding-left:100px;
}

/*.landing-slider li:hover img
{
	transform:scale(1.5);
	-moz-transition:30s;
	-webkit-transition:30s;
	-o-transition:30s;
	transition:30s;
}*/

.text-center
{
	text-align: center;
}
.zoomify
{
	transform:scale(1.5);
	-moz-transition:30s;
	-webkit-transition:30s;
	-o-transition:30s;
	transition:30s;
}

.landing-slider li:hover .info
{
	left:0;
	opacity: 1;
}

.border-section
{
	padding:25px;
	border:2px solid orange;
	overflow: hidden;
	margin:20px 50px;
	box-shadow: inset 0 0 1px 0 orange;
}

.border-section a
{
	display: block;
	color: black;
	text-decoration: none;
	font-weight: 100;
	padding:10px 0px;
}

.info i
{
	border:2px solid white;
	color: white;
	padding: 5px 15px;
	border-radius: 30px;
}

.border-section a i
{
	border:2px solid black;
	padding: 5px 12px;
	border-radius: 20px;
}

.slide-container
{
	position: relative;	
	overflow: hidden;
	min-height: 400px;
	width:100%;
}

.slide
{
	position: absolute;
	width: 50%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}

.slide img
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.slide .title
{
	position: relative;
	z-index: 15;
	color: white;
	font-size: 30px;
	padding:15px;
	margin-top:10px;



	-moz-transition:.5s;
	-wekbit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.slide .title i
{
	border:2px solid white;
	color: white;
	padding: 5px 15px;
	border-radius: 30px;
	margin-left: 20px;
}

.slide .desc
{
	/*position: absolute;*/
	position: relative;
	/*z-index: 15;*/
	z-index:100;
	color: white;
	padding:15px;
	left:-100%;
	width: 100%;
	/*top:75px;*/
	top:0px;
	-moz-transition:.5s;
	-wekbit-transition:.5s;
	-o-transition:.5s;
	transition:all 0.80s ease .12s;
}

.slide:hover .title
{
	color: rgb(255, 193, 0);  

	

	
} 






.slide:hover .title i
{
	display: none;
}

.slide:hover .back
{
	top:0;
}

.slide:hover .desc
{
	left:0;
	color: rgb(255,193,0);
}
.slide .back
{
	background-color: rgb(31, 31, 31);
	width: 100%;
	height: 68%;
	top: -60%;
	left: 0;
	z-index: 11;
	position: absolute;
	-moz-transition:.5s;
	-wekbit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	opacity : 0.9
}

.slide-left
{
	top:0;
	left:0;
}
.slide-right
{
	top:0;
	left:50%;
}

.slide-nav
{
	width:70px;
	height: 210px;
	position: absolute;
	right:0;
	top:95px;
	/*bottom: 0;*/
	background-color: rgb(255, 188, 0);
	color:white;
	z-index: 1000;
}

.slide-nav .pre,.slide-nav .next
{
	height: 70px;
}

.slide-nav .pre a,.slide-nav .next a
{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 50px;
	text-align: center;
	margin: 0;
	height: 100%;
	width: 100%;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.slide-nav .pre a:hover,.slide-nav .next a:hover
{
	background-color: rgba(0, 255,255, 0.7);
	color:rgba(0,0,0,0.6);
}

.border-bottom-white
{
	border-bottom:1px solid white;
}

.slide-nav .info
{
	position: relative;
	height: 70px;
}

.slide-nav .info .page-no,
.slide-nav .info .page-off
{
	position: absolute;
	font-size: large;
	padding: 10px;
}

.slide-nav .info .page-divider
{
	position: absolute;
	height: 100%;
	width: 2px;
	left: 34px;
	background: white;
	top:0;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.slide-nav .info .page-no
{
	left:0;
	top:0;
}
.slide-nav .info .page-off
{
	right:0;
	bottom: 0;
}

/* Footer CSS Start */

footer
{
	padding:10px;
	overflow: hidden;
}

footer .copy
{
	font-size: small;
	color:gray;
	padding-top: 15px;
}

/* Quick Links */

footer .quick-links
{
	text-align: right;
	padding-right: 10px;
	padding-top: 15px;
}

footer .quick-links ul
{
	margin:0;
	padding: 0;
}

footer .quick-links ul li
{
	list-style: none;
	display: inline-block;
	border-right:1px solid gray;
	padding-right: 5px
}

footer .quick-links ul li:last-child
{
	border: none;
}
footer .quick-links ul li a
{
	font-size: small;
	text-decoration: none;
	color: gray;
}


footer .quick-links ul li a:hover
{
	color: #c5c5c5;
}

/* Social Links */

footer .social-links
{
	text-align: center;
	padding-right: 10px;
}

footer .social-links ul
{
	margin:0;
	padding: 0;
}

footer .social-links ul li
{
	list-style: none;
	display: inline-block;
	padding-right: 5px
}

footer .social-links ul li a
{
	font-size: large;
	text-decoration: none;
	color: gray;
	padding: 10px;
	border:1px solid gray;
	border-radius: 50px;
	display: block;
	width: 45px;
	height: 45px;
}


footer .social-links ul li a:hover
{
	color: #c5c5c5;
}



/* Footer CSS End */

/* Mobile & Tab Fixes */
@media only screen and (max-device-width: 480px) {
		
	header .top-nav
	{
		display: none;
	}

	header .top-right
	{
		right: 0;
		top:0;
		text-align: right;
		padding: 10px;
	}
	header .top-right .email
	{
		border: none;
	}

	header .top-right .email a,
	header .top-right .contact a
	{
		padding: 0;
	}	

	header .top-right .email,
	header .top-right .contact,
	header .top-right .nav-icon
	{
		display: block;	
	}

	header .top-right .nav-icon
	{
		float:right;
		margin-top: 5px;
		padding: 5px;
	}


	footer .copy,
	footer .quick-links
	{
		text-align: center;
		padding: 0;
	}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 760px) {
	header .top-nav
	{
		display: none;
	}
}