html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Dosis', sans-serif;
	color:#666666;
}

.text-vertical-center {
    display: table-cell;
    vertical-align: middle;
	padding-left:30%;
	text-align:center;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 5.5em;
    font-weight: 700;
	line-height:1em;
}
.text-vertical-center h2{
	font-size:7em;
	line-height:.8em;
	height:.8em;
	font-weight:700;
	color:#6BCDFD;
	text-transform:uppercase;
	
}
.text-vertical-center h4{
	font-size:2em;
	font-weight:300;
	margin-top:15px;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
	-webkit-transform: translateX(250px);
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	box-shadow:15px 5px 25px #333;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
	line-height: 3.5em;
	text-transform: uppercase;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #222;
	font-size:1.8em;
	font-weight:300;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #FDCA45;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    /*height: 55px;*/
    font-size: 1.6em;
	font-weight:300;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 15px;
    right: 15px;
	padding:22px;
}

#sidebar-wrapper.active {
    right: 270px;
    width: 300px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
	min-height:800px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 300px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}


/*Custom code here*/
.staggerframe
{
	top:0;left:0; right:0; bottom:0;
	z-index:1001;
	background:transparent;
	border:20px solid #cccccc;
	position:fixed;
	pointer-events:none;
}
body{padding:20px;}
.fa.fa-bars
{
	font-size:30px;
	color:#333; 	
}
.btn-group-lg > .btn, .btn-lg
{
	padding:8px 10px;
}
.logo
{
	background:url('../img/logo.png') center center no-repeat #FDCA45;
	transition: background-color 0.2s ease;
	background-size:40%;
	text-indent:-9999px;
	width:90px;
	height:80px;
	position:fixed;
	z-index:1;
	left:50px;
	
}
.logo:hover
{
	background-color: #FDE145;
}
.logo:active
{
	background-color: #eebd3c;
}
.EmTxt
{
	color:#FDCA45;
}
.scroll-icon
{
	font-family: 'Fjalla One', sans-serif;
	position:absolute;
	margin:0 auto;
	bottom:50px;
	z-index:1005;
	font-size:1.2em;
	font-weight:normal;
	left:0; right:0;
	width:130px;
	line-height:50px;
	
	text-align:left;
	background:url('../img/scroll-icon.png') left center no-repeat transparent;
	background-size:40px;
	padding-left:50px;
	
	color:#000000;
}
.clear
{clear:both;}
.preloader
{
	position:fixed;
	top:0;
	left:0;
	height:5px;
	background:#6BCDFD;
	z-index:1005;
	box-shadow:inset 0px -1px 2px #666;
}
.animation-container
{
	height:200px;
}
.introTxt
{
}
.introTxt hr
{
	display:inline-block;
	vertical-align:middle;
	height:10px; 
	margin:12px 10px 20px 10px;
	width:120px;  
	background-color:#6c6767;
	border-radius:0px 10px 0px 0px;
}
.introTxt hr:first-child
{
	border-radius:0px 0px 0px 10px;
}
h2 > label{display:none; text-shadow: 2px 2px 0px #fff;}

.logo-circle{
	background:url('../img/logo.png') center center no-repeat #FDCA45;
	background-size:30%;
	text-indent:-9999px;
	width:120px;
	height:120px;
	border-radius:60px;
	z-index:1002;
	margin-left:85px;
	margin-top:50px;
	margin-bottom:40px;
	transition: background-color 0.2s ease;
}
.logo-circle:hover
{
	background:url('../img/logo.png') center center no-repeat #FDE145 !important;
	background-size:30% !important;
}
.logo-circle:active
{	
	background:url('../img/logo.png') center center no-repeat #eebd3c !important;
	background-size:30% !important;
}

.sidebar-nav li a i
{
	margin-right:15px;
}
.social-media-section
{
	padding:20px 0;
	text-align:center;
	text-indent:0 !important;
	border-top:1px solid #ccc;
	margin-top:20px;
}
.social-media-section a
{
	display:inline-block  !important;
}
.fa
{
	width:1.5em;
}

.work-nav
{
	border-bottom:1px solid #ccc;
	width:87%;
	list-style:none;
	text-align:left;
	padding: 0 0 0 50px;
	margin: 0 auto 20px auto;
}

.work-nav li
{
	display:table-cell;
	padding:15px 11px;
}

.work-nav li a
{
	font-size:17px;
	border-bottom:5px solid transparent;
	padding:0 5px 11px 5px;
	color:#999;
	text-decoration:none;
}

.work-nav li.active a
{
	border-bottom:5px solid #337ab7;
	color:#337ab7;
}
.work{text-align:center;}
.work > div{
	display:inline-block;
	height:170px;
	width:270px;
	margin:2px 3px;
	
}
.sidebar-nav > li > a.active
{
	color: #FDCA45;
	
}
.artifacts
{
	cursor:pointer;
	
	
}
.artifacts:hover
{
	opacity:.5;
}
.artifacts > div
{
	float:left;
	width:100%;
	height:100%;
	border:5px solid rgba(64,224,208,.4);
	border-radius:4px;
	box-sizing:border-box;
	
}
.artifacts > div > object
{
	height:100%;
	width:100%;
}
.thumbMask
{
	background:transparent;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
}
.artifacts:hover > div
{
	border:10px solid rgba(64,224,208,1) !important;
}
.modalMask
{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.3);
	z-index:1002;
}
.artifactModal
{
	height:567px !important; 
	width:900px !important; 
	z-index:1003 !important;
	position:fixed; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0; 
	margin:auto;
}
.artifactModalClose
{
	
	background:rgba(64,224,208,1);
	padding:5px 15px;
	text-align:center;
	color:#ffffff;
	float:right;
	font-size:18px;
	text-decoration:none;
}
.artifactModalClose:hover
{
	
	text-decoration:none;
}
.artifacts[data-filter="sketches"] > div, .artifactModal
{
	background-size: auto 100% !important;
	-webkit-background-size: auto 100% !important;
}

.showOnMobile{display:none;}

/* Provisioning for mobile devices */

@media screen 
  and (max-width: 360px) 
  {

		#menu-toggle {
			z-index: 1;
			position: fixed;
			top: 15px;
			right: 15px;
			padding: 15px;
		}
		
		.logo
		{
			background:url('../img/logo.png') center center no-repeat #FDCA45;
			transition: background-color 0.2s ease;
			background-size:40%;
			text-indent:-9999px;
			width:60px;
			height:60px;
			position:fixed;
			z-index:1;
			left:20px;
			
		}
		.logo:hover
		{
			background-color: #FDE145;
		}
		.logo:active
		{
			background-color: #eebd3c;
		}
		
		.scroll-icon
		{
			
			z-index:1000;
			
		}
		
		#sidebar-wrapper {
			z-index: 1000;
			position: fixed;
			right: 0;
			width: 250px;
			height: 100%;
			transform: translateX(250px);
			-webkit-transform: translateX(250px);
			overflow-y: auto;
			background: #fff;
			-webkit-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			-o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
			box-shadow:15px 5px 25px #333;
		}
		
		#sidebar-wrapper.active {
			right: 270px;
			width: 300px;
			-webkit-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			-o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
		}
		
		.text-vertical-center h1 {
			margin: 0;
			padding: 0;
			font-size: 2.5em;
			font-weight: 700;
			line-height: 0em;
			text-shadow: 2px 2px 0px #fff;
		}
		.text-vertical-center h2 {
			font-size: 3em;
			line-height: 0;
			height: 4.5em;
			font-weight: 700;
			color: #6BCDFD;
			text-transform: uppercase;
		}
		.text-vertical-center h4 {
			font-size: 1.2em;
			font-weight: 300;
			margin-top: 15px;
		}
		.introTxt hr {
			display: inline-block;
			vertical-align: middle;
			height: 6px;
			margin: 12px 10px 20px 10px;
			width: 42px;
			background-color: #6c6767;
			border-radius: 0px 10px 0px 0px;
		}
		.header {
			display: table;
			position: relative;
			width: 100%;
			height: 100%;
			background: url(../img/bg.jpg) no-repeat 36% center scroll;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: auto 100%;
			-o-background-size: cover;
		}
		
		.introTxt h1, .portfolioTxt h1
		{
			font-size: 25px !important;
			line-height: 55px !important;
		}
		
		.callout br, .work-nav, .artifacts
		{
			display:none !important;
		}
		.showOnMobile{display:block;}
  
}