/*
Supreme
Version: 1.3
Author: Aether-Themes
Author URI: http://www.AetherThemes.com
*/

/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Loader
	=Typography & Vertical Flow
	=Navigation
	=Slider
	=Gallery
	=Quotes Slider & Client Boxes
	=Process Slider
	=Team List
	=Full Screen Video
	=Contact
	=Portfolio
	=Footer
	===SINCE v1.1
	=Navigation

	=Responsive Styles
*/


/* =Common Styles
-------------------------------------------------------------- */
html { overflow-y: scroll!important; }

body {
	background: #fff;
	color: #616569;
	font: normal 16px 'Work Sans', arial, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;

	overflow-x: hidden;
}

::-moz-selection { background: #fff; color: #fff; }
	 ::selection { background: #fff; color: #fff; }


/* =Loader
-------------------------------------------------------------- */
#pageloader {
	background-color:#fff;

	position:absolute;
	z-index:99999999999999;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.pageloader-content {
	position: absolute;
	margin: 0;
	width: 200px;
	height: 2px;
	opacity: 1;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -100px;
	overflow: hidden;
}

.pageloader-fade {
	opacity:0 !important;
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.pageloader-hide {
	display:none;
}

.progress {
	display: block;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 200px;
	height: 1px;
	left: -202px;
	background-color: #110032;
	-webkit-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.pageloader-content-hide {
	opacity: 0!important;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

/* Animations */
html.html-onload .load-in {
	opacity: 0;
}

html.html-loaded .load-in {
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
			animation-name: fadeIn;
}

html.no-csstransitions .load-in {
	opacity: 1;
}

html.html-onload .load-in-secondary {
	opacity: 0;
}

html.html-loaded .load-in-secondary {
	animation-duration: 1.5s;
	-webkit-animation-name: fadeInHalf;
			animation-name: fadeInHalf;
}

html.no-csstransitions .load-in-secondary {
	opacity: 1;
}


@keyframes loader-anim {
    0% {
        left: -202px
    }

    100% {
        left: 202px
    }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d( 0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInHalf {
  from {
    opacity: 0;
    transform: translate3d( 0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}


/* =Typography & Vertical Flow
-------------------------------------------------------------- */
p {
	font-size: 16px;
	line-height: 28px;
}

p.sub-heading {
	 
	 font-size: 16px;
	 font-weight:bold;
	text-transform: uppercase;
	line-height: 1.5em;
}

p.small {
	font-size: 10px;
	color: rgba(255,255,255,.5);
}

h1, h2, h3 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 100;
	color: #110032;
	letter-spacing: -0.05em;
	padding-bottom: 15px;
}

h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 1em;
}

h1 {
	font-size: 55px;
	line-height: 0.95em;
}

.accent h1 { color: #707071; }

.hero-alt h1 { font-size: 45px; }

h2 { font-size: 28px; }
h3 { font-size: 20px; line-height: 1.7em; }

h4 {
	color: #110032;
	letter-spacing: 0.186em;
	font-size: 11px;
	padding-bottom: 15px;
}

h5 {
	color: #505050;
	letter-spacing: 0.186em;
	font-size: 10px;
}

h6 {
	color: #9FA2A4;
	letter-spacing: 0.186em;
	font-size: 8px;
}

.dark h1, .dark h2, .dark h3, .dark p, .dark p.sub-heading { color: #ffffff; }
.dark h4, .dark h5, .dark h6 { color: #D1D1D1; }
.center { text-align: center; }
.center-mobile { text-align: center; }
.padded { padding-top: 40px; padding-bottom: 40px; }
.extra-padded { padding-top: 60px; padding-bottom: 60px; }
.padded-top { padding-top: 30px; }
.padded-bottom { padding-bottom: 30px; }
.relative { position: relative; }
.no-overflow { overflow: hidden; }

.absolute {
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 4;
}

.absolute.bottom { bottom: -20px; }

.full-width {
	width: 100%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.full-width.accent { background: #707071; }

.separated {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.separated.top {
	border-top: 1px solid #E5E5E5;
	border-bottom: none;
}

.separated.bottom {
	border-top: none;
	border-bottom: 1px solid #E5E5E5;
}

.separator {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #110032;
}

/* Buttons & Links */
a {
	font-weight: 500;
	letter-spacing: 0.186em;
	font-size: 10px;
	text-transform: uppercase;
	color: #110032;

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover { color: #707071; }

a.button {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.186em;
	font-size: 10px;
	text-transform: uppercase;
	padding: 16px 50px;
	color: #110032;
	border: 2px solid rgba(17,0,50,.10);
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a.button:hover {
	border: 2px solid rgba(17,0,50,1);
}

a.button.dark {
	color: #fff;
	border: 2px solid rgba(255,255,255,.10);
}

a.button.dark:hover {
	border: 2px solid rgba(255,255,255,1);
}

a.button.accent {
	border: none;
	color: #fff;
	background: #cccccc;

	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
			box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
}

a.button.accent:hover { background: #616569; }


/* Misc Elements */
.hero-alt { overflow: hidden; }
.call-to-action .button { margin-top: 25px; }
.call-to-action { background-position: center!important; }
.icon-box .icon { display: block; font-size: 45px; margin-bottom: 10px; color: #110032; }
.counter-box .icon { display: block; font-size: 45px; color: #707071; margin-bottom: 10px; }
.counter-box.reverse .icon { color: #fff; }
.avatar { text-align: center; }
.avatar img { margin-bottom: -180px; }

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	h1 { font-size: 80px; }
	.hero-alt h1 { font-size: 60px; }
	h2 {font-size: 32px;}
	h3 { font-size: 22px; }
	h4 { font-size: 12px; padding-bottom: 25px; }
	h5 { font-size: 11px; }
	h6 { font-size: 9px; }
	p.sub-heading { font-size: 18px; }
	a { font-size: 11px; }
	a.button {
		font-size: 11px;
		padding: 18px 50px;
	}
	.padded { padding-top: 60px; padding-bottom: 60px; }
	.extra-padded { padding-top: 85px; padding-bottom: 85px; }
	.padded-top { padding-top: 50px; }
	.padded-bottom { padding-bottom: 50px; }
	.bordered {
		border: 10px solid #fff;
		border-bottom: none;
	}
	.full-width {
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;   
	}
	.avatar img { margin-bottom: -80px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	h1 { font-size: 100px; }
	.hero-alt h1 { font-size: 80px; }
	h2 { font-size: 36px; }
	h3 { font-size: 24px; }
	p.sub-heading { font-size: 20px; }
	.center-mobile { text-align: left; }
	.avatar {
		position: absolute;
		bottom: -4px;
		right: 40px;
	}
	.avatar img { margin: 0; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.avatar {
		position: absolute;
		bottom: -80px;
		right: 0;
	}
}

/* =Navigation
-------------------------------------------------------------- */
.logo { display: inline-block; }
/* Mobile Styles */
header.mobile {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
}

nav.mobile {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 15px 0px 10px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
			box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
}

nav.mobile .container { position: relative; }

nav.mobile .logo-dark { margin-left: 0; position: initial; }
nav.mobile .logo-light { margin-left: -999em; position: absolute; }

nav.mobile .menu-button {
	position: absolute;
	cursor: pointer;
	display: block;
	width: 25px;
	height: 14px;
	top: 0;
	right: 20px;
	margin-top: 4px;
}

.menu-button .before, .menu-button .main, .menu-button .after {
	display: block;
	width: 25px;
	height: 2px;
	background: #110032;
	margin-bottom: 4px;
	-webkit-transition: all .33s ease;
	   -moz-transition: all .33s ease;
	     -o-transition: all .33s ease;
	    -ms-transition: all .33s ease;
			transition: all .33s ease;
}

.menu-button .main { width: 18px; }
.menu-button .after { width: 22px; margin-bottom: 0px; }

.menu-button:hover .before {
	-webkit-transform: translateY(-2px);
	   -moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		 -o-transform: translateY(-2px);
			transform: translateY(-2px);
}

.menu-button:hover .after {
	-webkit-transform: translateY(2px);
	   -moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		 -o-transform: translateY(2px);
			transform: translateY(2px);
}

.menu-button.active .main { display: none; }

.menu-button.active .before {
	width: 20px;
	margin: 0;
	-webkit-transition:	all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
	-webkit-transform: translateY(2px) rotate(45deg);
	   -moz-transform: translateY(2px) rotate(45deg);
		-ms-transform: translateY(2px) rotate(45deg);
		 -o-transform: translateY(2px) rotate(45deg);
			transform: translateY(2px) rotate(45deg);
}

.menu-button.active .after {
	width: 20px;
	margin: 0;
	-webkit-transition:	all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
	-webkit-transform: translateY(0) rotate(-45deg);
	   -moz-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		 -o-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
}

nav.mobile .nav-menu {
	display: none;
	margin-top: 10px;
}

nav.mobile .nav-menu li {
	display: block;
	padding: 8px 0px;
} 

nav.mobile .nav-menu li a {
	color: #110032;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.8px;
	text-transform: uppercase;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	     -o-transition: all .25s ease;
	    -ms-transition: all .25s ease;
			transition: all .25s ease;
}

nav.mobile .nav-menu li a:hover { opacity: .5; }


/* Dropdown */
nav.mobile .nav-menu .drop {
	display: none;
}

nav.mobile .nav-menu .dropdown:hover > .drop {
	display: block;
}

nav.mobile .nav-menu .drop {
	margin-top: 10px;
	background: #2F2C34;
}

nav.mobile .nav-menu .drop li {
	margin: 0px;
	padding: 15px 0px 0px 20px;
}

nav.mobile .nav-menu .drop li:last-of-type {
	padding-bottom: 20px;
}

nav.mobile .nav-menu .drop a { color: #fff; font-size: 10px; }


/* Desktop Styles */
header.desktop {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
}

nav.desktop {
	padding-top: 45px; 
}

nav.desktop .menu-button { display: none; }

nav.desktop .logo-dark { margin-left: -999em; position: absolute; }
nav.desktop .logo-light { margin-left: 0; position: initial; }
nav.desktop.reverse .logo-light { margin-left: -999em; position: absolute; }
nav.desktop.reverse .logo-dark { margin-left: 0; position: initial; }


nav.desktop .nav-menu { display: block!important; }

nav.desktop .nav-menu li a {
	color: #000000;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.8px;
	text-transform: uppercase;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	     -o-transition: all .25s ease;
	    -ms-transition: all .25s ease;
			transition: all .25s ease;
}

nav.desktop.reverse .nav-menu li a { color: #110032; }

nav.desktop .nav-menu li a:hover { opacity: .5; }

nav.desktop .nav-menu {
	float: right;
}

nav.desktop .nav-menu li {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}

nav.desktop .nav-menu li a {
	display: block;
	padding: 8px 10px 16px;
}

nav.desktop .nav-menu li:last-of-type { margin-right: 0px; }
nav.desktop .nav-menu li:last-of-type a { padding-right: 0px; }


/* Dropdown */
nav.desktop .nav-menu .drop {
	display: none;
}

nav.desktop .nav-menu .dropdown:hover > .drop {
	display: block;
}

nav.desktop .nav-menu .drop {
	position: absolute;
	top: 37px;
	left: -8px;
	z-index: 99;
	background: #fff;

	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
			box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
}

nav.desktop.reverse .nav-menu .drop { background: #2F2C34; }

nav.desktop .nav-menu .drop li {
	display: block;
	margin: 8px 100px 8px 20px;
	padding: 0px;
}

nav.desktop .nav-menu .drop li:first-of-type {
	margin-top: 10px;
}

nav.desktop .nav-menu .drop li:last-of-type {
	margin-bottom: 16px;
}

nav.desktop .nav-menu .drop li a {
	font-size: 10px;
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	color: #110032;
}

nav.desktop.reverse .nav-menu .drop li a { color: #fff; }


/* =Slider
-------------------------------------------------------------- */
#hero {
	display: block;
	width: 100%;
}

#hero .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

#hero .bxslider li {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#hero .button { margin-top: 30px; }

/* Slider Pager */
#hero .bx-wrapper .bx-pager {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 25px;
	text-align: center;
}

#hero .bx-wrapper .bx-pager .bx-pager-item,
#hero .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#hero .bx-wrapper .bx-pager.bx-default-pager a {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, .5);
	border-radius: 15px;
	width: 8px;
	height: 8px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 8px;
	overflow: hidden;
	text-indent: -100%;
	-webkit-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   -moz-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   	-ms-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   	 -o-transition: box-shadow 0.3s ease, background-color 0.5s ease;
			transition: box-shadow 0.3s ease, background-color 0.5s ease;
}

#hero .bx-wrapper .bx-pager.bx-default-pager a:hover { background: #fff; }

#hero .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}

/* Slider Controls */
#hero .bx-wrapper .bx-controls-direction a { display: none; }


/* Landscape Phones */ 
@media only screen and (min-width : 480px) {
	#hero .bx-wrapper .bx-pager {
		bottom: 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#hero {
		border: 10px solid #fff;
		overflow: hidden;
	}
	#hero .button { margin-top: 50px; }
	#hero .bx-wrapper .bx-pager { bottom: 50px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#hero .bx-wrapper .bx-prev {
		opacity: 0;
		background: url('../images/cursors/left.png') no-repeat center;
		left: 0; }

	#hero .bx-wrapper .bx-next {
		opacity: 0;
		background: url('../images/cursors/right.png') no-repeat center;
		right: 0; }

	#hero .bx-wrapper .bx-prev:hover {
		cursor: url('../images/cursors/left.cur') , move;
		cursor: url('../images/cursors/left.png') 40 40, move;
		cursor: -webkit-image-set(
url('../images/cursors/left.png') 1x,
url('../images/cursors/left@2x.png') 2x
		), move;
	}

	#hero .bx-wrapper .bx-next:hover {
		cursor: url('../images/cursors/right.cur') , move;
		cursor: url('../images/cursors/right.png') 40 40, move;
		cursor: -webkit-image-set(
url('../images/cursors/right.png') 1x,
url('../images/cursors/right@2x.png') 2x
		), move;
	}

	#hero .bx-wrapper .bx-controls-direction a {
		position: absolute;
		display: block;
		z-index: 3;
		width: 25%;
		height: 100%;
		top: 0;
		text-indent: -999em;
	}

	#hero .button { margin-top: 70px; }
}


/* =Gallery
-------------------------------------------------------------- */
.filters { display: none; }

.thumbnails {
	position: relative;
	margin: 25px 5px 0px 5px;
}

.thumbnails.grid-fix { margin: 25px 5px 5px 5px; }

.thumbnail {
	text-transform: none;
	transition: none;
	width: 100%;
	display: block;
	padding: 5px;
	overflow: hidden;
}

.thumbnail img {
	display: block;
	width: 100%;
}

.zoom {
    margin-left: -60px;
}

.zoom:before {
    content: '\f002';
}

.thumbnail .overlay {
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	-webkit-transition: opacity .40s ease-in-out;
	   -moz-transition: opacity .40s ease-in-out;
	     -o-transition: opacity .40s ease-in-out;
	    -ms-transition: opacity .40s ease-in-out;
			transition: opacity .40s ease-in-out;
}

.thumbnail:hover .overlay { opacity: 1; }

.thumbnail .overlay .project-info {
	position: absolute;
	left: -100%;
	bottom: 50px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	    -ms-transition: all .35s ease-in-out;
			transition: all .35s ease-in-out;
}

.thumbnail:hover .overlay .project-info { left: 40px; }


/* Masonry Styles */

/* Landscape Phones */ 
@media only screen and (min-width : 480px) {
	.thumbnail { width: 50%; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.filters { 
		margin-top: 55px;
		display: block;
		text-align: center;
	}

	.filters.no-center { text-align: left; }

	.filters li { 
		display: inline-block;
		cursor: pointer;
		font-family: 'Work Sans', sans-serif;
		text-transform: uppercase;
		font-weight: 300;
		line-height: 1em;
		font-size: 11px;
		letter-spacing: 0.186em;
		margin-left: 12px;

		-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	     -o-transition: all .25s ease;
	    -ms-transition: all .25s ease;
			transition: all .25s ease;
	}

	.filters li::after {
		display: inline-block;
		content: "/";
		margin-left: 12px;
		color: #616569!important;
	}

	.filters li:last-of-type::after { display: none; }

	.filters li.is-checked, .filters li:hover { color: #110032; }

	.masonry .thumbnail { padding: 20px; }
	.masonry .absolute.bottom { bottom: 5px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.thumbnail { width: 33.33%; }
	.masonry .thumbnail { width: 50%; }

	.thumbnail .overlay .project-info { bottom: 100px; }
	.thumbnail:hover .overlay .project-info { left: 80px; }
}


/* =Quotes Slider & Client Boxes
-------------------------------------------------------------- */
.quote-slider .separator { margin-bottom: 25px; margin-top: 15px; }
.quote-slider h4 { padding-bottom: 10px; }

.client-boxes a {
	display: inline-block;
	margin-bottom: 20px;
	opacity: .5;
	-webkit-transition: opacity .40s ease-in-out;
	   -moz-transition: opacity .40s ease-in-out;
	     -o-transition: opacity .40s ease-in-out;
	    -ms-transition: opacity .40s ease-in-out;
			transition: opacity .40s ease-in-out;
}

.client-boxes a:hover { opacity: 1; }


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.client-boxes a { margin-bottom: 0px; }
}


/* =Process Slider
-------------------------------------------------------------- */
.process-slider .icon {
	display: block;
	font-size: 64px;
	color: #110032;
	margin-bottom: 20px;
}

#process-slider .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#process-slider .bx-wrapper .bx-pager.bx-default-pager a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;

	margin: 10px 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #000;
	border-bottom: 2px solid #110032;
	opacity: .3;
	font-weight: 500;
	color: #110032;
	letter-spacing: 0.186em;
	font-size: 12px;

	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	   	-ms-transition: all 0.4s ease;
	   	 -o-transition: all 0.4s ease;
			transition: all 0.4s ease;
}

#process-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	padding-left: 15px;
	opacity: 1;
}

#process-slider .bx-wrapper .bx-pager.bx-default-pager a:hover { 
	opacity: 1;
}


/* =Team List
-------------------------------------------------------------- */
.team-list img { margin-bottom: -4px }
.team-list li { border-bottom: 1px solid #E5E5E5; }
.team-list li:last-of-type { border-bottom: none; }

.team-info { margin: 30px 0px 20px; }

.team-info h4 { padding-bottom: 10px; }

.team-info a {
	font-size: 15px;
	color: #9FA2A4;
	margin: 10px 5px;

	-webkit-transition: color .40s ease-in-out;
	   -moz-transition: color .40s ease-in-out;
	     -o-transition: color .40s ease-in-out;
	    -ms-transition: color .40s ease-in-out;
			transition: color .40s ease-in-out;
}

.team-info a:hover { color: #2F2C34; }


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.team-list li { border-bottom: none; }

	.team-info { margin: 40px 0px 25px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.team-list li { 
		padding-top: 50px; 
		position: relative;
	}

	.team-info { 
		display: block;
		opacity: 0;
		background: rgba(255,255,255,.9);
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		padding-top: 50%;
		top: 0;
		left: 0;

		-webkit-transition: opacity .40s ease-in-out;
		   -moz-transition: opacity .40s ease-in-out;
		     -o-transition: opacity .40s ease-in-out;
		    -ms-transition: opacity .40s ease-in-out;
				transition: opacity .40s ease-in-out;
	}

	.team-list li:hover .team-info { opacity: 1; }
}


/* =Full Screen Video
-------------------------------------------------------------- */
.video-background { 
	overflow: hidden;
	position: relative;
}

#bgVideo {
	background: #000;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#bgVideo > video {
	display: block;
	position: absolute!important;
	top: 0!important;
	opacity: .5!important;
}

/* No-video Fallback */
.video-background.no-video #bgVideo {
	background: url('file:///C|/Users/x/AppData/Local/Temp/1d163a7d-ea6c-46f8-81e9-e9cd91295865/public_html/nane/video/poster.jpg') no-repeat center;
	background-size: cover;
}


/* =Contact
-------------------------------------------------------------- */
fieldset {
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

fieldset input, fieldset textarea {
	border: none;
	outline: none;

	padding: 7px 0px 10px 15px;
	margin-bottom: 40px;

	width: 100%;
	background: transparent;
	border-radius: 0px;

	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #616569;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;

	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

fieldset textarea {
	min-height: 100px;
}

fieldset input:focus, fieldset textarea:focus {
	border-bottom: 1px solid rgba(0,0,0,.4);
	border-left: 1px solid rgba(0,0,0,.4);
}

fieldset label {
	color: #ffffff;
	display: block;
	text-align: left;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.186em;
}

#submit {
	margin-bottom: 0;
	display: inline-block;
	width: auto;
	position: relative;
	border: none;
	background: transparent;

	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.186em;
	padding: 15px 50px;
	color: #fff;
	background: #707071;

	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;

	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);
			box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);

	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}


#submit:hover { background: #6651EF; }

#success, #error {
	display: none;
	text-align: center;
	padding-top: 20px;
}

#success p { 
	color: #00b426;
	padding: 0;
}

#error p {
	color: #e72e62;
	padding: 0;
	margin: 0;
}

label.error {
	color: #e72e62;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;	
}

#map { min-height: 280px; }

.gmnoprint img {
    max-width: none; 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#submit { font-size: 11px; }
	#map { min-height: 450px; }
}


/* =Portfolio
-------------------------------------------------------------- */
.stacked img { width: 100%; margin-bottom: 20px; }
.advance-block a {
	display: inline-block;
	text-transform: none;
	
}

.advance-block a h3 { padding-bottom: 5px; }

.advance-block a h3, .advance-block a h5 {
	-webkit-transition: all .40s ease-in-out;
	   -moz-transition: all .40s ease-in-out;
	     -o-transition: all .40s ease-in-out;
	    -ms-transition: all .40s ease-in-out;
			transition: all .40s ease-in-out;
}

.advance-block a:hover h3, .advance-block a:hover h5 { opacity: .5; }


/* =Footer
-------------------------------------------------------------- */
footer {
	position: relative;
	background: #2F2C34;
	width: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
}

footer.accent { background: #707071; }

footer li {
	margin-bottom: 10px;
}

footer a {
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity .40s ease-in-out;
	   -moz-transition: opacity .40s ease-in-out;
	     -o-transition: opacity .40s ease-in-out;
	    -ms-transition: opacity .40s ease-in-out;
			transition: opacity .40s ease-in-out;
}

footer a:hover { opacity: .5; color: #fff; }

.social-list i { font-size: 14px; }
.social-list li { display: inline-block; padding-right: 20px; }
.social-list li:last-of-type { padding-right: 0px; }

#top { display: none; }

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	footer {
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
		border-bottom: 10px solid #fff; 
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#top {
		display: block;
		padding: 20px;
		position: absolute;
		bottom: 50px;
		right: 50px;
		text-indent: -999em;
		width: 15px;
		height: 9px;
		background: url(../images/arrow-up.png) no-repeat center;
		background-size: 15px 9px;
		opacity: .4;

		-webkit-transition: all .35s ease;
		   -moz-transition: all .35s ease;
		     -o-transition: all .35s ease;
		    -ms-transition: all .35s ease;
				transition: all .35s ease;

		

		-webkit-animation: bounce 1.5s infinite; 
		   -moz-animation: bounce 1.5s infinite; 
			-ms-animation: bounce 1.5s infinite;
			 -o-animation: bounce 1.5s infinite;
				animation: bounce 1.5s infinite;
	}

	#top:hover { opacity: 1; }
}



/* =Since v1.1
-------------------------------------------------------------- */
.pill { display: none; }

.hero-creative .button { margin-top: 30px; }

.hero-creative {
	display: block;
	background: transparent;
	position: relative;
	width: 100%;
	z-index: 2;
	padding-top: 125px;
	padding-bottom: 100px;
}

#scene {
	position: absolute!important;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.layer {
	display: block!important;
	position: absolute!important;
}

.depth-1 {
	position: absolute!important;
	top: -100px!important;
	left: 0!important;
	width: 226px;
}

.depth-2 {
	position: absolute!important;
	top: auto!important;
	left: auto!important;
	bottom: 50px!important;
	right: -100px!important;
	width: 212px;
}

.depth-3 {
	position: absolute!important;
	top: auto!important;
	bottom: -120px!important;
	left: 0!important;
	width: 138px;
}

#creative-gallery { margin-top: -30px; }
#creative-gallery .filters { display: none; }

/* Landscape Phones */ 
@media only screen and (min-width : 480px) {
	.hero-creative {
		padding-top: 40px;
		padding-bottom: 50px; 
	}
	.depth-1 {
		top: -100px!important;
		left: -100px!important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hero-creative {
		padding-top: 200px;
		padding-bottom: 300px; 
	}
	.depth-1 {
		top: 50px!important;
		left: -200px!important;
		width: 463px;
	}
	.depth-2 {
		top: 50px!important;
		width: 368px;
	}
	.depth-3 {
		bottom: -100px!important;
		left: auto!important;
		right: 100px!important;
		width: 245px;
	}

	#creative-gallery { margin-top: -150px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.pill {
		display: block;
		color: #fff;
		font-size: 7px;
		background: #707071;
		padding: 5px 8px;
		position: absolute;
		top: 2px;
		right: -40px;

		-webkit-border-radius: 100px;
		   -moz-border-radius: 100px;
				border-radius: 100px;

	}

	.hero-creative h1 { font-size: 72px; }

	.hero-creative {
		padding-top: 220px;
		padding-bottom: 190px; 
	}

	.depth-1 {
		top: 0px!important;
		left: -140px!important;
	}

	#creative-gallery .filters { display: block; z-index: 3; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.hero-creative {
		padding-top: 240px;
		padding-bottom: 230px; 
	}
	.depth-1 {
		top: 7%!important;
		left: 0px!important;
	}
	.depth-2 {
		top: 50px!important;
		right: -180px!important;
		width: 461px;
	}
	.depth-3 {
		width: 270px;
		right: 180px!important;
	}
}

/* HD */
@media only screen and (min-width : 1350px) {
	.hero-creative {
		padding-top: 240px;
		padding-bottom: 400px; 
	}
	.depth-1 {
		top: 7%!important;
		left: -80px!important;
		width: 568px;
	}
	.depth-2 {
		top: 50px!important;
		right: -150px!important;
		width: 561px;
	}
	.depth-3 {
		width: 412px;
		right: 240px!important;
		bottom: -200px!important;
	}

	#creative-gallery { margin-top: -200px; }
}

/* =Since v1.2
-------------------------------------------------------------- */
.insta-img {
	display: block;
	float: left;
	width: 50%;
	height: 0;
	padding-top: 50%;
	background-position: center;
	background-size: cover;
}

.insta-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	background: radial-gradient(50% 100%, rgba(0,0,0,0.70) 50%, rgba(0,0,0,0.50) 100%);
}

.insta-action {
	position: absolute;
	top: 50%;
	margin-top: -65px;
	width: 100%;
	z-index: 2;
}

.insta-header {
	display: block;
	color: #fff;
	padding: 25px 10px;
}

.insta-header span {
	line-height: 30px;
	vertical-align: top;
	margin: 0px 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.insta-header i { font-size: 30px; }

/* Landscape Phones */ 
@media only screen and (min-width : 480px) {
	.insta-img { 
		width: 25%;
		padding-top: 25%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.insta-img { 
		width: 16.666%;
		padding-top: 16.666%;
	}
}


/* =Since v1.3
-------------------------------------------------------------- */
/* Slider */
.corporate .bx-wrapper .bx-pager {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -70px;
	text-align: center;
}

.corporate .bx-wrapper .bx-pager .bx-pager-item,
.corporate .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.corporate .bx-wrapper .bx-pager.bx-default-pager a {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, .5);
	border-radius: 15px;
	width: 8px;
	height: 8px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 8px;
	overflow: hidden;
	text-indent: -100%;
	-webkit-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   -moz-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   	-ms-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   	 -o-transition: box-shadow 0.3s ease, background-color 0.5s ease;
			transition: box-shadow 0.3s ease, background-color 0.5s ease;
}

.corporate .bx-wrapper .bx-pager.bx-default-pager a:hover { background: #fff; }

.corporate .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}

/* Slider Controls */
.corporate .bx-wrapper .bx-controls-direction a { display: none; }

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.corporate .bx-wrapper .bx-prev {
		background: url('file:///C|/Users/x/AppData/Local/Temp/1d163a7d-ea6c-46f8-81e9-e9cd91295865/public_html/nane/images/arrow-left.png') no-repeat left;
		background-size: 9px 15px;
		left: 0;
	}

	.corporate .bx-wrapper .bx-next {
		background: url('file:///C|/Users/x/AppData/Local/Temp/1d163a7d-ea6c-46f8-81e9-e9cd91295865/public_html/nane/images/arrow-right.png') no-repeat right;
		background-size: 9px 15px;
		right: 0;
	}

	.corporate .bx-wrapper .bx-prev:hover {
		left: -9px;
		width: 18px;
	}

	.corporate .bx-wrapper .bx-next:hover {
		right: -9px;
		width: 18px;
	}

	.corporate .bx-wrapper .bx-controls-direction a {
		position: absolute;
		display: block;
		z-index: 3;
		width: 9px;
		height: 15px;
		top: 50%;
		text-indent: -999em;
	}
}

/* Pricing Tables */
.pricing-tables { margin-top: -60px; }

.pricing-table {
	padding: 30px 30px 50px;
	background: #fff;
	margin-bottom: 30px;

	-webkit-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.05);
}

.pricing-table h2 { display: inline-block; position: relative; }

.price {
	position: absolute;
	left: -15px;
	top: 5px;
	font-size: 15px;
}

.pricing-table .button { margin-top: 40px; }

.pricing-table ul { padding-top: 10px; margin-top: 20px; }
.pricing-table .accent { color: #110032; }
.pricing-table li {
	font-size: 13px;
	padding-top: 15px; 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.pricing-tables { margin-top: -100px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.pricing-table { margin-bottom: 0px; }
}


/* =Responsive Styles
-------------------------------------------------------------- */
/* Landscape Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.lb-album{
	width: 900px;
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 10px;
	background: #f1d2c2;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(227,227,230,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(227,227,230,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(227,227,230,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(227,227,230,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(227,227,230,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(227,227,230,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0%;
	height: 0%;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(223,224,214);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(223,224,214,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(223,224,214,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(223,224,214,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(223,224,214,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(223,224,214,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 100%;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1002;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 100%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}

.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	width:auto;
	height: auto;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

