@import url(https://fonts.googleapis.com/css?family=Lato:700,300,100);
body {
    color: #000;
    width: 100%;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
    background: #000 url('../img/loading.gif') no-repeat center 100px; }
p {
    font-size: 15px; /* Good font size for reading */
    line-height: 1.5; } /* Good line-height for reading */
h1 {
    margin: 0;
    font-size: 60px;
    line-height: 1; }
h2 {
    margin: 0;
    font-size: 40px;
    line-height: 2; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300; }

strong { font-weight: 600; }

/*------------- Navbar Styles -------------*/

.navbar { z-index: 99; }

.navbar-default {
	background-color: transparent;
	border: 0; }

.navbar-default.fixed-no-top { background: rgba(255,255,255,0.9); }

.navbar-default.fixed-no-top .navbar-brand,
.navbar-default.fixed-no-top .navbar-nav > li > a { color: #000; }

.navbar-default .navbar-brand { 
	font-size: 20px;
	color: #fff;
	padding: 10px; }
	
.navbar-default .navbar-brand img {
	max-height: 45px;
}	
.navbar-default .navbar-toggle { border: 0; }

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus { background-color: transparent; }

.navbar-default .navbar-nav li.dropdown.open > .dropdown-toggle, 
.navbar-default .navbar-nav li.dropdown.active > .dropdown-toggle, 
.navbar-default .navbar-nav li.dropdown.open.active > .dropdown-toggle,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	background: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.navbar .nav > li > a:hover {
	color: #b7b7b7 !important;
	text-shadow: none; }

@media (max-width: 979px) {
.nav-collapse .nav > li > a, 
.nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: 300;
	color: #fff;}
.btn-navbar-icon {
	display: block;
	float: right;
	color: #fff;
	padding: 14px 0px;
	font-size: 22px;
	margin-right: 20px; }	
a.btn-navbar-icon:hover,
a.btn-navbar-icon {
	color: #fff;
	text-decoration: none; } }
@media (max-width: 767px) {
.navbar-fixed-top, 
.navbar-fixed-bottom, 
.navbar-static-top {
	margin-left: 0px;
	margin-right: 0px; } }

/* No parallax */
.navbar .nav.no-top li.dropdown.open > .dropdown-toggle, 
.navbar .nav.no-top li.dropdown.active > .dropdown-toggle, 
.navbar .nav.no-top li.dropdown.open.active > .dropdown-toggle,
.navbar .brand.no-top,
.navbar .nav.no-top > li > a { color: #000; }
.navbar-inner.no-top { 
	background: rgba(255,255,255,0.8);
	filter: alpha(opacity=1); }
@media (max-width: 979px) {
.nav.no-top { background: rgba(255,255,255,0.8); } }

/* Dropdown General */
.dropdown-menu {
	background-color: #ffffff;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
	border: 0;
	border-bottom: 3px solid #4fc2ff;
	box-shadow: none; }
.dropdown-menu > li > a:hover {
	color: #4fc2ff;
	background: #ffffff;
	background-color: rgba(255,255,255,1);  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ffffff')"; }
.navbar .btn-navbar {
	border: 0;
	border: 2px solid transparent;
	background: transparent;
	box-shadow: none; }
.navbar .btn-navbar:hover {
	border: 2px solid #fff;
	background: transparent; }
	
.navbar .nav > li > .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	right: 9px; }

.navbar .pull-right > li > .dropdown-menu::after, 
.navbar .nav > li > .dropdown-menu.pull-right::after {
	left: auto;
	right: 13px; }

.navbar .nav > li > .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	right: 10px; }

/*------------- Button Styles -------------*/

/* Btn General */   
.btn {
    background-color: #e5e5e5;
    border: 3px solid #e5e5e5;
    background-image: none;
    text-shadow: none;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    filter: none;
    box-shadow: none;
   	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn[disabled],
.btn.disabled {
    color: #333333;
    box-shadow: none;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  }

/* Btn Red */   
.btn.red {
    color: white;
    text-shadow: none;
    background-color: #F80012;
    border-color: #F80012; }
.btn.red:hover,
.btn.red:focus,
.btn.red:active,
.btn.red.active,
.btn.red[disabled],
.btn.red.disabled {
	background-color: transparent;
    border-color: #F80012;;
    color: #F80012; }

/* Btn Blue */   
.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #3D9AD1;
    border-color: #3D9AD1; }
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {
	background-color: transparent;
    border-color: #3D9AD1;;
    color: #3D9AD1 !important; }

/* Btn Green */   
.btn.green {
    color: white;
    text-shadow: none;
    border-color: #00C618;
    background-color: #00C618; }  
.btn.green:hover,
.btn.green:focus,
.btn.green:active,
.btn.green.active,
.btn.green.disabled,
.btn.green[disabled] {
	background: transparent;
    border-color: #00C618;
    color: #00C618 !important; }

/* Btn Purple */   
.btn.purple {
    color: white;
    text-shadow: none;
    border-color: #8506A9;
    background-color: #8506A9;}    
.btn.purple:hover,
.btn.purple:focus,
.btn.purple:active,
.btn.purple.active,
.btn.purple.disabled,
.btn.purple[disabled] {
	background: transparent;
    border-color: #8506A9;
    color: #8506A9 !important; }

/* Btn Yellow */       
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #FFCC40; 
    border-color: #FFCC40; }    
.btn.yellow:hover,
.btn.yellow:focus,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow.disabled,
.btn.yellow[disabled] {
	background: transparent;
    border-color: #FFCC40;
    color: #FFCC40 !important; }

/* Btn Black */     
.btn.black {
    color: white;
    text-shadow: none;
    background-color: #555555;
    border-color: #555555; }    
.btn.black:hover,
.btn.black:focus,
.btn.black:active,
.btn.black.active,
.btn.black.disabled,
.btn.black[disabled] {
	background: transparent;
    border-color: #555555;
    color: #555555 !important; }

/* Btn Transparent */     
.btn.transparent {
    color: white;
    text-shadow: none;
    background-color: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.25); }   
.btn.transparent:hover,
.btn.transparent:focus,
.btn.transparent:active,
.btn.transparent.active,
.btn.transparent.disabled,
.btn.transparent[disabled] {
	background: transparent;
    border-color: rgba(255,255,255,0.25);
    color: #fff !important; }

/* Btn Warning */     
.btn-warning {
    color: white;
    text-shadow: none;
    background-color: #faa732;
    border-color: #faa732;  }   
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	background: transparent;
    border-color: #faa732;
    color: #faa732 !important; }

/* Btn Primary */     
.btn-primary {
    color: white;
    text-shadow: none;
    background-color: #006dcc;
    border-color: #006dcc; }    
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: transparent;
    border-color: #006dcc;
    color: #006dcc !important; }

/* Btn Info */    
.btn-info {
    color: white;
    text-shadow: none;
    background-color: #49afcd;
    border-color: #49afcd; }    
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background: transparent;
    border-color: #49afcd;
    color: #49afcd !important; }

/* Btn Danger */    
.btn-danger {
    color: white;
    text-shadow: none;
    background-color: #da4f49;
    border-color: #da4f49; }    
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background: transparent;
    border-color: #da4f49;
    color: #da4f49 !important; }

/* Btn Success */     
.btn-success {
    color: white;
    text-shadow: none;
    background-color: #5bb75b;
    border-color: #5bb75b; }
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background: transparent;
    border-color: #5bb75b;
    color: #5bb75b !important; }

/* Btn Inverse */    
.btn-inverse {
    color: white;
    text-shadow: none;
    background-color: #363636;
    border-color: #363636; }  
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background: transparent;
    border-color: #363636;
    color: #363636 !important; }

/* Btn Sizes */ 
.btn-mini {
    height: 20px;
    font-size: 9px;
    line-height: 5px;
    padding: 4px 10px; }
.btn-big {
    height: 38px;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 16px; }
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    margin-bottom: 10px; }   
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px; }   
.btn-block { margin-bottom: 5px }

/* ---------- Portfolio Styles ----------- */

/* Hover Effects */ 
.boxgrid { 
	width: 100%; 
	height: 130px; 
	float:left; 
	margin-bottom: 20px;
	overflow: hidden; 
	position: relative; }
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	min-height: 100%;
	width: 100%; }
.boxgrid p { 
	padding: 0; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; }
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 150px; 
	width: 100%; 
	opacity: .8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.captionfull .boxcaption {
	top: 260;
	left: 0; }
.caption .boxcaption {
	top: 220;
	left: 0; }	
@media (max-width: 979px) {
.boxgrid { height: 100px; } }
@media (max-width: 767px) {
.boxgrid { height: 250px; } }
@media (max-width: 480px) {
.boxgrid { height: 200px; } }

/* ---------- Portfolio Item Styles ----------- */

/* Video Styles */
#video { margin-bottom: 2px;} 
.video { border: 0; }

/* ---------- Labels & Badges Styles ----------- */

.label, 
.badge {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: none;}
	
/* ---------- Pagination Styles ----------- */

/* Pagination Styles */
ul.pagination > li > a, 
ul.pagination > li > span {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  }
ul.pagination > li > a:hover, 
ul.pagination > li > span:hover { color: #999999; }

/* Pager Styles */
.pager li > a, 
.pager li > span {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  }
.pager li > a:hover, 
.pager li > span:hover { color: #999999; }

/* ---------- Pricing Styles ----------- */

/* Featured Tag */
.featured {
	border-bottom: 30px solid rgba(255,255,255,0.25);
    border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
	width: 140px;
	margin: 43px -11px 0 0; }
.featured::after {
	content: 'Popular';
	position: absolute;
	margin: 5px 0 0 15px; }

/* Pricing General */
.pricing-well {
	padding: 19px;
	margin: 20px;
	background-color: #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.pricing-well:hover { 
	-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.35);        
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.35); }
.pricing-list { list-style-type: circle; }

/* Pricing Top */
.container-pricing-top { position: relative; }
.pricing-top { 
	position: absolute;
	width: 100%;
	top: 100px; } 
.pricing-top-well {
	padding: 19px;
	margin: 20px;
	background-color: rgba(255,255,255,0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.pricing-top-well:hover { background-color: rgba(255,255,255,0.15); }
.pricing-option { 
	position: absolute;
	width: 100%; }
.pricing-top-option {
	width: 385px;
	height: 50px;
	margin-left: auto;
	padding: 0;
	margin-right: auto; }
.pricing-top-option > li {
	margin: 10px;
	padding: 20px;
	display: inline-block;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
	font-weight: 500;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }
.pricing-top-option > li > a.soft-hover { color: #fff; }
.pricing-top-list { list-style-type: circle; }
@media (max-width: 767px) {	
.pricing-top-option { margin-top: 200px; } }
@media (max-width:480px) {	
.pricing-top-option { margin-top: 100px; } }

/* ---------- Countdown Styles ----------- */ 

/* Counter Styles */
.counter {
	width: 100%;
	position: absolute;
	top: 200px; }
.countdown {
    font-size: 0;  /* Hack for inline and inline-block extra markup generated spaces */
    display: block;
    overflow: auto;
    width: 550px;
	margin: 0 auto;
    padding: 20px 0;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    color: #ffffff; }
.countdown .item {
    display: block;
    float: left;
    position: relative;
    font-size: 50px;
    font-weight: 300;
    padding: 30px 35px 30px 35px;
    margin-right: -10px;
    text-align: center;
    background: rgba(255,255,255,0.2);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;  }
.countdown .label {
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 120px;
    text-transform: uppercase;
    padding: 15px 10px;
    display: none; /* Remove to show Y/M/D/M/S */
    background: transparent;
    color: #FFF; }
@media (max-width: 767px) {
.countdown .item {
    font-size: 30px;
    padding: 10px 15px 10px 15px; }
.countdown { width: 250px; } }
@media (max-width:480px) {
.counter { top: 100px; }
.countdown .item {
    font-size: 20px;
    padding: 10px 11px 10px 11px; }
.countdown { width: 170px; } }

/* ---------- 404 & 505 Styles ----------- */ 

/* Error Styles */
.error-container { position: relative; }
.error-span {
	position: absolute;
	top: 150px;
	width: 100%;
	color: #fff; }
.error-text { text-align: left; }
.error-number {
    letter-spacing: -10px;
    line-height: 0.8;
    margin-right: 10px;
    font-size: 210px;
    color: #fff;
    text-align: right; }
@media (max-width: 767px) {	
.error-span { top: 80px; }
.error-text { text-align: center; }
.error-number { text-align: center; } }

/* ---------- SignUp Styles ----------- */ 

/* Top Register Styles */
.register { 
	top: 40px;
	width: 100%;
	position: absolute; }
.register-panel-top {
	width: 350px;
	height: 450px;
	margin: 0 auto;
	color: #999999;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	display: block;
	padding: 25px; }
.register-panel-top .form-group { margin-bottom: 5px; }
.register-panel-top > h3, 
.register-panel > h3 { 
	margin-bottom: 10px; 
	text-align: center;
	color: #000; }

/* Register Styles */
.register-panel {
	padding: 20px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border: 1px solid #f0f0f0; }


/* ---------- SignIn Styles ----------- */ 

/* Login Styles */
.login { 
	top: 100px;
	width: 100%;
	position: absolute; }
.login-panel {
	padding: 20px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border: 1px solid #f0f0f0; }
.login-panel-top > h3, 
.login-panel > h3 { 
	margin-bottom: 10px; 
	text-align: center;
	color: #000; }
.fpass { color: #000; }
.fpass:hover { 
	color: #999999;
	text-decoration: none; }
	
/* Top Login Styles */ 
.login-panel-top {
	width: 350px;
	height: 250px;
	margin: 0 auto;
	color: #000;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	display: block;
	padding: 25px;
	text-align: center; }

/* ---------- Blog Styles ----------- */ 

/* Blog Styles */ 
.blog { margin-bottom: 100px; } /* Add gap before footer */ 

/* Blog Post */ 
.quote {
    padding: 10px;
    margin: 10px; }

@media (max-width: 767px) {
.headline { margin-bottom: 20px; } }

/* ---------- Table Styles ----------- */ 

/* Table Header Styles */ 
.table th { font-weight: 500; }

/* ---------- Contact Styles ----------- */

/* Input Styles */ 
.bordered-input {
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	border: 1px solid #999999;
	color: #999999; }

.bordered-input:focus { border: 1px solid #222 !important; }

/* Map Styles */  
#map {
	width: 100%;
	height: 500px; 
	position: absolute; }
.location {
	position: absolute;
	width: 220px;
	height: 300px;
	background: #fff;
	padding: 20px;
	top: 50px;
	left: 100px; }
.address { margin-bottom: 50px; }
.location > p { line-height: 1; }
.location > p > a { color: #000; }
.location > p > a:hover { 
	color: #999999;
	text-decoration: none; }
.contact-icon { 
	margin-right: 10px;
	padding-top: 3px; }
.map {
	width: 100%;
	height: 500px;
	margin-top: 50px;
	position: relative; }
@media (max-width:480px) {	
.location { left: 5px; } }
	
/* ---------- About Styles ----------- */

/* Team Styles */  
.team img { margin: 70px 10px 10px; }
.team-social {
	margin: 20px 20px 0 20px;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #999999; }
	
/* Team Colors */  
.team.blue {
	background: rgba(87,177,255,0.5); }
.team.green {
	background: rgba(86,255,0,0.5); }
.team.red {
	background: rgba(255,0,0,0.5); }
.team.orange {
	background: rgba(255,171,0,0.5); }
.team.yellow {
	background: rgba(255,247,0,0.5); }
.team.black {
	background: rgba(0,0,0,0.5);
	color: #fff;
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.team.black:hover {
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 1);   }
    
/* ---------- Content Styles ----------- */

/* Parallax Top */
.top-parallax {
	position: absolute;
	width: 100%;
	height: 100%; }
@media (max-width: 979px) { 
.top-parallax {
	-webkit-transform: translateY(0px)!important;
	-o-transform: translateY(0px)!important;
	-moz-transform: translateY(0px)!important;
	-ms-transform: translateY(0px)!important;
	transform: translateY(0px) !important; } }

/* Content Top */
.large-display,
.medium-display,
.display {
	width: 100%;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* 	Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
    position: absolute; }
.large-slider-bg,
.medium-slider-bg,
.slider-bg {
    width: 100%;
	position: absolute;
	top: 0;
	z-index: -1; }
.large-top,
.medium-top,
.top {
	height: 150px;
	width: 100%;
	background: #fff;
	position: absolute; }	
.doc-no-top,
.large-doc,
.medium-doc,
.doc {
	padding-top: 20px;
	z-index: 10;
	color: #000;
	background: #fff;
	position: relative; }	
.large-title,
.medium-title,		
.title {
    position: absolute;
    color: #fff;
    padding-left: 20px;
    margin-top: 247px; }
.large-title .author,
.medium-title .author,
.title .author {
    position: absolute;
    color: #fff;
    width: 100%;
    margin-left: 10px;
    margin-top: 37px;
    font-size: 18px; }
.large-title .date,
.medium-title .date,
.title .date {
    position: absolute;
    color: #fff;
    margin-left: 10px;
    margin-top: 17px;
    font-size: 18px; }

/* Top Normal Size */
.title { margin-top: 247px; }
.display { height: 300px; }	
.slider-bg { height: 300px; }
.top { margin-top: 300px; }
.doc { top: 350px; }

/* Top Medium Size */
.medium-title { margin-top: 397px; }
.medium-display { height: 450px; }
.medium-slider-bg{ height: 450px; }
.medium-top { margin-top: 450px; }
.medium-doc { top: 500px; }

/* Top Large Size */
.large-title { margin-top: 547px; }
.large-display { height: 600px; }
.large-slider-bg{ height: 600px; }
.large-top { margin-top: 600px; }
.large-doc { top: 650px; }
@media (max-width:480px) {
.large-title {
	position: absolute;
	color: #fff;
	margin-top: 247px;
	width: 90%; }
.large-display { height: 300px; }
.large-slider-bg { height: 300px; }
.large-top { margin-top: 300px; }
.large-doc { top: 350px; } }
			
/* Content General */
.bg-black {
    background-color: #000; }
#links a {
    font-size: 18px; }
.doc-no-top { padding-top: 50px; }
.content-panel-title {
	padding: 20px;
	margin: 20px;
	border-right: 1px solid rgba(147,147,147,0.5); }
.content-panel {
	padding: 20px;
	margin: 20px;
	min-height: 70px; }
.content-panel-center {
	padding: 20px;
	margin: 20px;
	min-height: 70px; 
	align: center;}
.content-image {
	margin-bottom: 20px;
	width: 100%; }
	
.photoset-grid-lightbox	{
    padding-bottom: 20px;
}
/* <a> Soft Hover */
a.soft-hover { color: #000; }
a.soft-hover:hover { 
	color: #999999;
	text-decoration: none; }

@media (max-width: 767px) {
.content-panel,
.content-panel-title { margin: 0; } }

/* ---------- Footer Styles ----------- */

/* Footer */
footer {
	width: 100%;
	padding-top: 50px;
	background: #222;
	margin-top: 80px;
	color: #bebebe; }
footer.no-margin { margin-top: 0; }
footer p { font-size: 14px; }
.footer-content {
	padding: 20px;
	border-top: 1px solid #999999;
	min-height: 80px; }
.footer-title {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 10px; }

/* Contact */
.footer-input {
	border-radius: 0 !important;
	width: 100%;
	margin: 5px 0;
	padding: 5px;
	outline: none;
	background: none !important;
	border: 1px solid #fff;
	color: #999999; }

.footer-input:focus { border-color: #00a3ff; }

/* Testimonals */
.testimonals {
	margin: 20px;
	padding: 20px; }
.testimonals > span.picture {
	float: right;
	margin: 10px; }
.testimonals > span.picture img { margin: 3px 10px 3px 3px; }	
	
/* Updates*/
.update {
	margin: 0 20px;
	padding: 20px; }

/* ---------- Social Icons ----------- */

.social > li {
	margin: 0 11px;
	display: inline-block; }

/* Bebo*/
.social-bebo {
	background: url('../img/social/bebo.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-bebo:hover { -webkit-filter: grayscale(0%); }

/* Blogger*/
.social-blogger {
	background: url('../img/social/blogger.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-blogger:hover { -webkit-filter: grayscale(0%); }

/* Deviantart*/
.social-deviantart {
	background: url('../img/social/deviantart.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-deviantart:hover { -webkit-filter: grayscale(0%); }

/* Digg*/
.social-digg {
	background: url('../img/social/digg.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-digg:hover { -webkit-filter: grayscale(0%); }

/* Dribbble*/
.social-dribbble {
	background: url('../img/social/dribbble.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-dribbble:hover { -webkit-filter: grayscale(0%); }

/* Facebook*/
.social-facebook {
	background: url('../img/social/facebook.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-facebook:hover { -webkit-filter: grayscale(0%); }

/* Flickr*/
.social-flickr {
	background: url('../img/social/flickr.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-flickr:hover { -webkit-filter: grayscale(0%); }

/* Google Plus*/
.social-google-plus {
	background: url('../img/social/google-plus.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-google-plus:hover { -webkit-filter: grayscale(0%); }

/* Linkedin*/
.social-linkedin {
	background: url('../img/social/linkedin.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-linkedin:hover { -webkit-filter: grayscale(0%); }

/* Pinterest*/
.social-pinterest {
	background: url('../img/social/pinterest.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-pinterest:hover { -webkit-filter: grayscale(0%); }

/* Reddit*/
.social-reddit {
	background: url('../img/social/reddit.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-reddit:hover { -webkit-filter: grayscale(0%); }

/* Soundcloud*/
.social-soundcloud {
	background: url('../img/social/soundcloud.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-soundcloud:hover { -webkit-filter: grayscale(0%); }

/* Tumblr*/
.social-tumblr {
	background: url('../img/social/tumblr.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-tumblr:hover { -webkit-filter: grayscale(0%); }

/* Twitter*/
.social-twitter {
	background: url('../img/social/twitter.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-twitter:hover { -webkit-filter: grayscale(0%); }

/* Vimeo*/
.social-vimeo {
	background: url('../img/social/vimeo.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-vimeo:hover { -webkit-filter: grayscale(0%); }

/* Youtube*/
.social-youtube {
	background: url('../img/social/youtube.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-youtube:hover { -webkit-filter: grayscale(0%); }
   

@media (max-width: 767px) {
body {
	padding-left: 0px;
	padding-right: 0px; }
h2 { line-height: 1; }
.doc-padding { padding: 0px; } }