/*
Theme Name: StarPress 2.0
Theme URI: http://www.star-helicopters.com
Author: egobuilders
Author URI: http://www.egobuilders.net/
Description: StarPress WordPress Theme 2.0
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: star
Tags: black, yellow, white, light, dark, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, flexible-header, sticky-post, theme-options
*/










































/*

Master CSS for body and other shared styles

*/

body.body-class {
	padding: 0;
    border: 0;
    margin: 0;
    outline: none;
	font-family:arial, sans-serif;
	cursor:default;
	background-color:#000000;
}

#site {
	background-color:#ffffff;
}

img {
	border:0;
}

a {
	text-decoration:underline;
	color:#00cccc;
	font-weight:600;
	letter-spacing:0px;
}

a:hover {
	text-decoration:underline;
	color:#009999;
}

p a {
	color:#00cccc !important;
}

p a:hover {
	color:#009999 !important;
	text-decoration:underline;
}

#breadcrumbs {
	display:table;
	width:100%;
	border:none 0px transparent;
	padding:10px 0px;
	background-size:auto 100%;
	
}

.breadcrumbs-divider {
	padding:0px 10px;
}

.breadcrumbs {
	font-weight:700;
	font-size:12px;
	padding:0px;
	margin:0px;
	color:#202020;
	letter-spacing:0px;
}

.breadcrumbs a {
	font-weight:700;
	text-decoration:underline;
	font-size:12px;
}

.breadcrumbs a:hover {
	text-decoration:underline;
	color:#202020 !important;
}

a:hover.breadcrumbs-link-dark {
	color:#f3f3f3;
}

a:hover.breadcrumbs-link-light {
	color:#202020;
}

a:hover[data-link-hover="lighter"],
a:hover.breadcrumbs-link-darker_link {
	color:#202026 !important;
}

a:hover[data-link-hover="darker"],
a:hover.breadcrumbs-link-lighter_link {
	color:#f3f3f6 !important;
}

#ego-exe-captions,
#ego-exe-slideshow-header {
	display:none;
}

.link-pages {
     clear:both;
}

.none {
	display:none !important;/* for temporary testing */
}

.hide,
.hidden {
	visibility:hidden !important;/* for temporary testing */
}

.cover {
	display:table;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-ms-behavior:url(js/backgroundsize.htc);
}

.nowrap {
	white-space:nowrap;
}

.font {
	font-family:'Open Sans', arial, sans-serif;
}

.uppercase {
	text-transform:uppercase !important;
}

#email-path,
div.hide-js {
	display:table;
	width:0px;
	height:0px;
	overflow:hidden;
	padding:0;
	margin:0;
	color:transparent;
	line-height:1px;
}

#home {
	margin:0;
	padding:0;
}

iframe {
	width:100%;
	border:0;
}
















































/*

Fonts and Typography

*/

div {
	font-family:'Open Sans', 'Lato', arial, sans-serif;
	color:#fff;
	font-weight:300;
}

.text {
	display:table;
	width:100%;
}

.text,
.text p {
	font-family:'Open Sans', 'Lato', arial, sans-serif;
	margin-bottom:20px !important;
	font-size:13px;
	line-height:18px;
	font-weight:400;
}

.text-transform-none {
	text-transform:none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Oswald', 'Lato', 'Archivo Narrow', 'Open Sans', arial, sans-serif;
}

.logo-font-family,
.layer h1,
.layer h2,
.layer h3,
.layer h4,
.layer h5,
.layer h6,
.the-title,
.the-subtitle {
	font-family:'Open Sans', 'Lato', 'Oswald', 'Archivo Narrow', arial, sans-serif;
}

h1 {
	/*font-size:57px;
	line-height:57px;*/
	font-size:40px;
	line-height:43px;
	letter-spacing:-2px;
	color:#202026;
	font-weight:300;
}

.page .layer  h1 {
	text-transform:uppercase;
}

h2 {
	font-size:40px;
	line-height:43px;
	letter-spacing:-2px;
	color:#202026;
	font-weight:300;
	/*font-size:40px;
	line-height:48px;*/
	/*
	font-size:30px;
	line-height:35px;
	letter-spacing:-2px;
	color:#202026;
	font-weight:400;
	*/
}

h3 {
	/*font-size:33px;
	line-height:36px;*/
	font-size:25px;
	line-height:30px;
	letter-spacing:-1px;
	color:#202026;
	font-weight:300;
}

h4 {
	/*font-size:23px;*/
	font-size:21px;
	letter-spacing:-1px;
	color:#303036;
	font-weight:300;
}

h5 {
	letter-spacing:-1px;
	font-size:18px;
	color:#303036;
	font-weight:400;
}

h6 {
	letter-spacing:-1px;
	font-size:15px;
	color:#303036;
	font-weight:300;
}

.light {
	font-weight:100;
}

.bold {
	font-weight:400;
}

.bolder {
	font-weight:700;
}

.boldest {
	font-weight:900;
}

.upper {
	text-transform:uppercase;
}














































/*

Pre-responsive formatting classes

*/

.responsive {
	text-align:left;
	display:table;
	margin:auto;
}

.layer {
	display:table;
	clear:both;
	width:100%;
	height:auto;
	text-align:center;
	margin:0;
	padding:0;
}

.float {
	float:left;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-none {
	float:none;
}

.table {
	display:table;
}

.table-cell {
	display:table-cell;
}

.inline-table {
	display:inline-table;
}

.display-categories {
	display:inline-table;
	width:auto;
}

.clear {
	clear:both;
	float:none;
}

.clear-both {
	clear:both;
}

.width-10 {
	float:left;
	width:10%;
}

.width-15 {
	float:left;
	width:15%;
}

.width-16 {
	float:left;
	width:16.66%;
}

.width-20 {
	float:left;
	width:20%;
}

.width-25 {
	float:left;
	width:25%;
}

.width-30 {
	float:left;
	width:30%;
	max-width:30%;
}

.width-33 {
	float:left;
	width:33.33%;
}

.width-40 {
	float:left;
	width:40%;
}

.width-45 {
	float:left;
	width:45%;
}

.width-50 {
	float:left;
	width:50%;
}

.width-60 {
	float:left;
	width:60%;
}

.width-66 {
	float:left;
	width:66.67%;
}

.width-70 {
	float:left;
	width:70%;
}

.width-75 {
	float:left;
	width:75%;
}

.width-80 {
	float:left;
	width:80%;
}

.width-90 {
	float:left;
	width:90%;
}

.width-100 {
	width:100%;
}

.hpad {
	padding:0px 40px;
}

.vpad {
	padding:0px 20px;
}

.pad-0 {
	padding:0px;
}

.margin-0 {
	margin:0px;
}

.padder-top {
	padding-top:100px;
}

.padder-bottom {
	padding-bottom:200px;
}

.padder-bottom {
	padding-bottom:200px;
}

.pad-right-0 {
	padding-right:0px;
}

.pad-right-15 {
	padding-right:15px;
}

.pad-right-20,
.pad-right {
	padding-right:20px;
}

.pad-left-0 {
	padding-left:0px;
}

.pad-left {
	padding-left:10px;
}

.pad-left-15 {
	padding-left:15px;
}

.pad-left-10 {
	padding-left:10px;
}

.pad-left-20 {
	padding-left:20px;
}

.pad-left-25 {
	padding-left:25px;
}

.pad-left-30 {
	padding-left:30px;
}

.pad-left-40 {
	padding-left:40px;
}

.pad-left-50 {
	padding-left:50px;
}

.pad-left-60 {
	padding-left:60px;
}

.pad-left-70 {
	padding-left:70px;
}

.pad-left-80 {
	padding-left:80px;
}

.pad-left-90 {
	padding-left:90px;
}

.pad-left-100 {
	padding-left:100px;
}

.pad-top-button {
	padding-top:22px;
}

.pad-top {
	padding-top:75px;
}

.pad-top-shrink {
	padding-top:75px;
}

.pad-top-0 {
	padding-top:0px;
}

.pad-top-5 {
	padding-top:5px;
}

.pad-top-10 {
	padding-top:10px;
}

.pad-top-15 {
	padding-top:15px;
}

.pad-top-20 {
	padding-top:20px;
}

.pad-top-25 {
	padding-top:25px;
}

.pad-top-40 {
	padding-top:40px;
}

.pad-top-50 {
	padding-top:50px;
}

.pad-top-60 {
	padding-top:60px;
}

.pad-top-70 {
	padding-top:70px;
}

.pad-top-80 {
	padding-top:80px;
}

.pad-top-90 {
	padding-top:90px;
}

.pad-top-100 {
	padding-top:100px;
}

.pad-top-150 {
	padding-top:150px;
}

.pad-bottom {
	padding-bottom:75px;
}

.pad-bottom-important {
	padding-bottom:75px;
}

.pad-bottom-0 {
	padding-bottom:0px;
}

.pad-bottom-10 {
	padding-bottom:10px;
}

.pad-bottom-15 {
	padding-bottom:15px;
}

.pad-bottom-20 {
	padding-bottom:20px;
}

.pad-bottom-25 {
	padding-bottom:25px;
}

.pad-bottom-30 {
	padding-bottom:30px;
}

.pad-bottom-35 {
	padding-bottom:35px;
}

.pad-bottom-40 {
	padding-bottom:40px;
}

.pad-bottom-50 {
	padding-bottom:50px;
}

.pad-bottom-50 {
	padding-bottom:50px;
}

.pad-bottom-60 {
	padding-bottom:60px;
}

.pad-bottom-70 {
	padding-bottom:70px;
}

.pad-bottom-80 {
	padding-bottom:80px;
}

.pad-bottom-90 {
	padding-bottom:90px;
}

.pad-bottom-100 {
	padding-bottom:100px;
}

.pad-bottom-150 {
	padding-bottom:150px;
}

.pad-bottom-200 {
	padding-bottom:200px;
}

.pad-bottom-300 {
	padding-bottom:300px;
}

.pad-bottom-400 {
	padding-bottom:400px;
}

.pad-bottom-500 {
	padding-bottom:500px;
}

.align-left {
	display:block;
	text-align:left;
}

.align-center {
	display:block;
	text-align:center;
}

.align-right {
	display:block;
	text-align:right;
}

.center {
	text-align:center;
	margin:auto;
}

.center-to-left {
	text-align:center;
	margin:auto;
}

.pad {
	padding:15px;
}

.width {
	width:100%;
	margin:auto;
}

.box {
	width:48%;
	float:left;
}

.divider {
	width:4%;
	float:left;
}

.third {
	float:left;
	width:33.3%;
}

.box-fill {
	width:100%;
}

.icons {
	padding:0px 50px;
}

.fill {
	width:100%;
}














































/*

Colors

*/

.theme,
.theme-color,
.text-color {
	color:#00cccc;
}

.theme-bgcolor,
.bg-color {
	background-color:#00cccc;
}

.border-color {
	border-color:#00cccc;
}

.border-bottom-color {
	border-bottom-color:#00cccc;
}

.no-border {
	border:0 !important;
}

.white {
	color:#ffffff !important;
}

.cream {
	color:#fff9f3;
}

.black {
	color:#000000;
}

.black-important {
	color:#000000;
}

.white-important {
	color:#ffffff;
}

.red {
	color:#ff0000;
}

.ivory {
	color:#eeeeef;
}

.silver {
	color:#bbbbbf;
}

.green {
	color:#006666;
}

.slate {
	color:#00bbcc;
}

.yellow {
	color:#ffff00;
}

.gold {
	color:#eeee00;
}

.peach {
	color:#ee8855;
}

.grey {
	color:#808088;
}

.charcoal {
	color:#202026;
}

.metal {
	color:#808088;
}

.granite {
	color:#606066;
}

.titanium {
	color:#505056;
}

.bg-white-important {
	background-color:#ffffff;
}

.bg-white {
	background-color:#ffffff;
}

.bg-ivory {
	background-color:#eeeeef;
}

.bg-silver {
	background-color:#bbbbbf;
}

.bg-grey {
	background-color:#505056;
}

.bg-charcoal {
	background-color:#29292f;
}

.bg-dark {
	background-color:#1c1c1f;
}

.bg-tar {
	background-color:#1c1c1f;
}

.bg-black {
	background-color:#000000;
}

.bg-red {
	background-color:#772222;
}

.bg-yellow {
	background-color:#ffff00;
}

.bg-slate {
	background-color:#00bbcc;
}

.bg-pink {
	background-color:#770033;
}

.bg-burgandy {
	background-color:#770033;
}















































/*

Buttons and Icons

*/

.icon-facebook {
	background-image:url(images/facebook.png);
}

.icon-twitter {
	background-image:url(images/twitter.png);
}

.icon-instagram {
	background-image:url(images/instagram.png);
}

.icon-pinterest {
	background-image:url(images/pinterest.png);
}

.icon-yelp {
	background-image:url(images/yelp.png);
}

.icon-linkedin {
	background-image:url(images/linkedin.png);
}

.icon-google {
	background-image:url(images/googleplus.png);
}

.icon-vimeo {
	background-image:url(images/vimeo.png);
}

.icon-youtube {
	background-image:url(images/youtube.png);
}

.icon-tumblr {
	background-image:url(images/tumblr.png);
}

.icon-flickr {
	background-image:url(images/flickr.png);
}

.icon-meetup {
	background-image:url(images/meetup.png);
}


















































.bg-home {
	display:table;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	-ms-behavior:url(js/backgroundsize.htc);
}

.pointer {
	cursor:pointer;
}

#logo-home {
	width:100%;
	text-align:center;
}

.logo-font-family {
	text-transform:none;
	white-space: normal;
	word-wrap: break-word;
}

.logo-font {
	padding-top:40px;
	letter-spacing:13px !important;
	margin-right:-13px;
}

.logo-header {
	margin:0px;
	padding:0px;
	white-space:nowrap;
}

.logo-intro {
	letter-spacing:13px;
	margin-right:-13px;
}

.wp-logo-text {
	margin-right:-10px;
}

.features {
	color:#ffffff;
	text-transform:none !important;
	font-size:15px;
	font-weight:400;
	letter-spacing:2px;
	padding:0px;
	margin:0px;
	margin-bottom:10px !important;
}

.start-top-padding {
	padding-top:185px;
}
















































/*

menu section (nav)

*/

#menu {
	z-index:200;
	border-bottom:solid 5px #cccccc;
	
	/*
	opacity:0.8;
	filter:opacity(alpha=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	*/
}
.zigzag {
	background-image:url(images/zigzag.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-color:#000000;
}
.phone-number {
	clear:both;
	color:#ffffff;
	font-weight:900;
	font-style:italic;
	margin:5px 0px 0px 0px !important;
	padding:0px 5px 0px 5px;
	background-color:#000000;
	text-align:center;
	/*float:right;*/
}
/*
#menu .menu-spacing {
	padding:20px 0px;
}
*/
.the-nav {
	z-index:200;
	display:table;
	position:relative;
	top:0px;
	/*float:right;*/
	float:left;
	left:360px;
}

.the-nav-holder {
	display:table;
	/*display:table-cell;*/
	vertical-align:middle;
	margin-left:20px;
	/*margin-right:50px;*/
}

.the-logo {
	z-index:1500;
	min-width:100px;
	position: fixed;
	background-color: #000000 !important;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding:10px 0px 10px 0px;
	border:solid 2px #E4B75B !important;
	border-top:0 !important;
}

.go-to-top {
	cursor:pointer;
	display:table;
	font-size:0px;
}

#logo-nav {
	display:table;
	background-repeat:no-repeat;
	background-position:center bottom;
	/*cursor:pointer;*/
	font-size:0px;
	height:100%;
}

#logo-nav,
#logo-nav * {
	text-decoration:none;
}

.logo-nav-inner {
	margin-top:50%;
	display:table-cell;
	vertical-align:middle;
}

.logo-text {
	margin-left:30px;
	position:relative;
	top:0px;
	font-size:40px;
	font-weight:300;
}

.tagline {
	display:table;
	clear:both;
	color:#00cccc;
	padding:0px;
	/*
	margin:0px;
	margin-top:3px;
	margin-bottom:2px;
	*/
	padding-top:5px !important;
	padding-bottom:0px !important;
	font-size:13px;
	line-height:10px;
	font-weight:400;
	letter-spacing:0px;
	text-align:center;
	margin:auto !important;
}

.nav {
	color:#909099;
	white-space:nowrap;
	
}

a.menu {
	display:inline-block;
	margin:0px 0px 0px 0px;
	
	width:auto;
	padding:35px 20px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	font-weight:400;
	font-size:14px;
	letter-spacing:0px;
	cursor:pointer;
}

a:hover.menu {
	color:#bbbbbf !important;
	background-color:transparent;
	text-decoration:none;
}

.box-nav,
.box-picker {
	width:48%;
	float:left;
}

.divider-logo {
	width:4%;
	float:left;
}

.the-color-picker {
	width:220px;
	display:table;
	float:right;
	padding:0;
	margin:0;
}

.monitor {
	position:relative;
	top:31px;
	left:0px;
	font-size:0px;
	cursor:default;
	width:30px;
	height:32px !important;
	background-image:url(images/colors.png);
	background-repeat:no-repeat;
}

.colors {
	position:relative;
	left:-5px;
	top:-30px;
	padding-right:15px;
	margin-bottom:-30px;
}

#menu-btn {
	z-index:500;
	display:none;
	position:fixed;
	top:0px;
	right:0px;
	width:60px;
	height:55px;
	background-image:url(images/menu_button.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

.menu-btn-padding {
	display:none;
	width:100%;
	height:100%;
	background-color:transparent;
	background-image:url(images/menu_button.png);
	background-repeat:no-repeat;
	background-position:center center;
}
/*
#menu-spacer {
	overflow:hidden;
	height:0px;
}
*/
.header-width-14 {
	float:left;
	width:14%;
}

.header-width-43 {
	float:left;
	width:43%;
}

.header-width-25 {
	float:left;
	width:25%;
}

.header-width-75 {
	float:right;
	width:75%;
}

.header-width-left {
	float:left;
	display:table;
}

.header-width-right {
	/*float:right;*/
	display:table;
}
















































/*

social networking icons below contact section

*/
/*
.bg-socnet-ghost {
	display:table;
	width:100%;
	background-image:url(images/bg_ghost.png);
}
*/
.socnet {
	padding:0px 0px;
}
/*
.footer-socnet-ghost {
	display:table;
	width:100%;
	height:100%;
	padding:10px 0px 20px 0px;
	background-color:transparent;
}
*/
.footer-socnet {
	display:table;
	width:100%;
	height:100%;
	
	padding:0px 0px;
	background-color:transparent;
	text-align:center;
}

a.social-footer {
	display:inline-table;
	cursor:pointer;
	/*background-repeat:no-repeat;*/
	background-position:center center;
	text-decoration:none;
	background-color:#ffffff !important;
	/*border:solid 3px transparent;*/
	background-size:100%;
	
	border-radius:0px;
	margin:0px 0px;
	width:80px;
	height:40px;
}

a:hover.social-footer {
	text-decoration:none;
	background-color:transparent;
	opacity:0.5;
    filter:alpha(opacity=50);
	/*border:solid 3px #909099;*/
}

















































#captions {
	display:none;
	position:fixed;
	z-index:1100;
	cursor:default;
	text-align:left;
	right:0px;
	bottom:0px;
	margin-bottom:0px;
	width:100%;
	background-color:#19191f;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.captions-pad {
	padding:25px;
}

#slideshow-header {
	display:none;
	position:fixed;
	z-index:1100;
	right:55px;
	top:35px;
	
	width:300px;
	height:100px;
}

#controls {
	display:none;
	position:absolute;
	right:0px;
	top:0px;
	width:auto;
	height:50px;
}

#gallery-header {
	display:table;
	position:fixed;
	left:50px;
	top:50px;
	padding:10px 50px 15px 50px;
	background-color:#29292f;
	
	-moz-border-radius:3px;
	-ms-border-radius:3px; 
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
}
















































/*

"Loading" overlay

*/

#loading {
	
	font-size:0px;
	letter-spacing:5px;
	font-weight:400;
	
	margin:auto;
	margin-top:-2000px;
	background-color:transparent;
	border-radius:200px;
}

#logo-loading {
	display:table;
	width:100px;
	font-size:0px;
}

.loading-text {
	letter-spacing:10px;
	margin:0px;
	margin-left:2px;
	margin-right:-10px;
}

.logo-margin {
	margin:10px 20px 10px 0px;
}















































/*

footer section

*/

#footer {
	font-size:13px;
	line-height:20px;
	padding:25px 0px;
}

#footer a {
	font-family:'Open Sans', arial, sans-serif;
	text-decoration:underline;
}













































.horizontal-rule {
	clear:both;
	border-top:solid 1px #dddddf !important;
	border-bottom:solid 1px #ffffff !important;
	width:100%;
}


.page .layer h1,
.page .layer h2,
.page .layer h3,
.page .layer h4,
.page .layer h5,
.page .layer h6 {
	padding:0px;
	margin:0px;
}






.ego-exe-banner {
	padding:10px 0px;
}

a.color-is-red {
	color:#ff0040 !important;
}

a:hover.color-is-red {
	color:#ff2250 !important;
}
