/* START FONTS */
@font-face {
	font-family: 'GillSans';
	src: url('hinted-GillSans-Light.eot');
	src: url('hinted-GillSans-Light.eot?#iefix') format('embedded-opentype'),
		url('hinted-GillSans-Light.woff') format('woff'),
		url('hinted-GillSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text TF SC';
	src: url('hinted-NeutraTextTF-BookSC.eot');
	src: url('hinted-NeutraTextTF-BookSC.eot?#iefix') format('embedded-opentype'),
		url('hinted-NeutraTextTF-BookSC.woff') format('woff'),
		url('hinted-NeutraTextTF-BookSC.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

.gillSans {
	font-family: 'GillSans' !important;
	font-weight: 300;
	font-style: normal;
}
.all-hide {display:none !important;}

.neutraText {
		font-family: 'Neutra Text TF SC' !important;
		font-weight: 500;
		font-style: normal;
}
/* END FONTS */

/* START GENERAL STYLES */
.noLRpad {padding-left:0px; padding-right:0px; margin-left:0px; margin-right:0px;}
.padLR15 {padding-left:15px; padding-right:15px;}

body { 
  line-height:1;
  position:relative;
}

.topHead {
background: url(../img/bg.jpg) no-repeat center center fixed;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.aboutBG {
background: url(../img/about-bg.jpg) no-repeat center center fixed;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrapper {padding-top:50%;}



.contPad {padding-top:150px; padding-bottom:150px;}

/* END GENERAL STYLES */


/* START COLOR STYLES */
.text-grey {color:#96a3b6;}
.bg-black {background-color:#000;}
.bg-white {background-color:#FFF;}
/* END COLOR STYLES */


/* START NAVBAR  */
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
}

.navbar .nav li a {
    font-weight: bold;
    text-align: left;
	padding-left:4px;

}
.nav > li > a:hover, .nav > li > a:focus {
  color:#fff !important;
}
.navbar {
    border-radius: .0rem !important;
}

.headTitle {color:#96a3b6; font-size:50px;}

.navbar-light .navbar-nav .nav-link {
    color: #cb11d2; font-size:22px;
}
.nav-color {color: #cb11d2 !important;}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover {
    color: rgb(222, 222, 222);
}
.desk-hide {display:none;}

/* END NAVBAR  */

.btn-warning {
    color: #fff;
    background-color: #cb11d2;
    border-color: #970c9c;
}

.btn-warning:hover {
    color: #fff;
    background-color: #e34be8;
    border-color: #970c9c;
}
.btn-warning:active:focus {
  color: #fff;
    background-color: #cb11d2;
    border-color: #970c9c;
}


.content-block-one {
  
  margin-bottom: 0px;
  color: inherit;
  background-color: #eee;
}
.content-block-one h1,
.content-block-one .h1 {
  color: inherit;
}
.content-block-one p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.content-block-one > hr {
  border-top-color: #d5d5d5;
}
.container .content-block-one {
  border-radius: 6px;
}
.content-block-one .container {
  max-width: 100%;
}

.content-space-one {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../img/video-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}
.content-space-two {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../img/photo-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}

.content-space-three {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../img/contact-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}
.page-break {
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}


	html {overflow-x:hidden !important;}
	body {overflow-x:hidden !important;}
	
	
	/* START SLIDER OWL CAROUSEL Styles */
	.mainslide {margin-top:120px;}
	
	


	.owl-theme .owl-controls{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
	}

	.owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#ddd;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
	}

	.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	color:#636562;
	text-decoration:none
	}

	.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
	}

	.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	
	}

	.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#a7a7a7;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
	}

	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#869791
	}

	.owl-carousel {
		margin: 0;
	}

	.owl-carousel .owl-nav [class*=owl-] {
		
		color: rgba(255, 255, 255, 0.9);
		font-size: 11px;
		width: 60px;
		height: 35px;
		line-height: 30px;
		border-radius: 0;
		text-align: center;
	}

	
	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		position: absolute;
		top: 10px;
		height: 30px;
		margin: auto !important;
	}

	.owl-carousel .owl-prev {
		left: 0px;
		top:40px;
	}

	.owl-carousel .owl-next {
		right: 0px;
		top:40px;
	}

	.owl-custo-nav{ font-size:56px;}

	.owl-custo{padding-left:50px;padding-right:50px;}
	
	.arrow-left-pos{
		font-size:80px !important; margin-left:-120px;
	}
	
	.arrow-right-pos{
		font-size:80px !important; margin-right:-120px;
	}
	
	
	.fade {
   opacity: 1;
   transition: opacity .50s ease-in-out;
   -moz-transition: opacity .50s ease-in-out;
   -webkit-transition: opacity .50s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
    }
	
	
/* END SLIDER OWL CAROUSEL Styles */

/* START Video Styles */
.header-video-pad {padding-top:100px;padding-bottom:100px;}
.header-video-pad-deep {padding-top:100px;padding-bottom:20px;}
.vid-thumb-mar1 {margin-top:0px;}
.vidLRpad {padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;}
.owl-carousel .item-video{width:100%; height:450px;}

/* END Video Styles */



/* START IMAGE HOVER EFFECT */

.hovereffect {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  cursor: default;
  background: #cb11d2;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* END IMAGE HOVER EFFECT */


/* START Media Queries */

	/* SMALL DESKTOP RULE */
    @media only screen 
	and (max-width : 1200px)   	{

    }
    /* SUPER OLD SMALL DESKTOP RULE */
    @media only screen 
	and (max-width : 1000px)   	{

    }


	/* IPAD PORTRAIT AND LANDSCAPE */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px)  { 
	
	}	

	/* IPAD LANDSCAPE */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) { 
		.topHead {
		background: url(../img/ipad-top-bg-land.jpg) no-repeat center center !important;  
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		}
		.navbar-light .navbar-nav .nav-link {
			color: #cb11d2; font-size:20px;
		}
		.navbar .nav li a {
			font-weight: bold;
			text-align: center;
			padding-left:4px;

		}		
	}

	/* IPAD PORTRAIT */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) { 
	
	.topHead {
	background: url(../img/ipad-top-bg.jpg) no-repeat center center !important;  
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	/* START NAVBAR  */
		/* Customize the navbar links to be fill the entire space of the .navbar */
		.navbar .navbar-inner {
			padding: 0;
		}

		.navbar .nav {
			margin: 0;
			display: block;
			width: 100%;
		}

		.navbar .nav li {
			display: block;
			width: 100%;
			float: none;
		}

		.navbar .nav li a {
			font-weight: bold;
			text-align: left;

		}
		.navbar-light .navbar-toggler {
		   float:right;
			background-color: #fff;
		}
		/* END NAVBAR  */
	
		.tab-hide {display:none !important;}
		.mobi-hide {display:inherit;}
		.desk-hide {display:inherit;}
		.tab-padtop10 {padding-top:10px;}
	
				
	}

	/* IPHONE 6 PLUS PORTRAIT AND LANDSCAPE */
	@media only screen 
	and (min-device-width : 414px) 
	and (max-device-width : 736px) { 
	
	}

	/* IPHONE 6 PORTRAIT AND LANDSCAPE */
	@media only screen 
	and (min-device-width : 375px) 
	and (max-device-width : 667px) {
		
	}

	/* IPHONE 5 5S PORTRAIT AND LANDSCAPE */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 568px) { 
	
		/* START NAVBAR  */
		/* Customize the navbar links to be fill the entire space of the .navbar */
		.navbar .navbar-inner {
			padding: 0;
		}

		.navbar .nav {
			margin: 0;
			display: block;
			width: 100%;
		}

		.navbar .nav li {
			display: block;
			width: 100%;
			float: none;
		}

		.navbar .nav li a {
			font-weight: bold;
			text-align: left;

		}
		/* END NAVBAR  */
		
		.contPad {padding-top:60px; padding-bottom:60px;}
		.mobi-hide {display:none;}
		.headTitle{font-size:28px; line-height: 1.4;}
		
		.navbar-light .navbar-toggler {
		   float:right;
			background-color: #fff;
		}
		.topHead {
			background: url();  
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		}
		
		#wrapper {padding-top:0%;}
		
		.desk-hide {display:inherit; padding-top:90px;}
		.mobi-text-left {text-align:left !important;}
		.owl-carousel .item-video{width:100%; height:250px;}
		.mobi-padtop10 {padding-top:10px;}
	
	}

	/* IPHONE 2G 3G 4 4S PORTRAIT AND LANDSCAPE */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) { /* STYLES GO HERE */}

/* END Media Queries */


