/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
/* ================================================ */
/* OVERLAY */
body {
    min-height:100%;
    position:relative;
}
body > iframe#ssIFrame_google {
    display:none;
}
#fe-intro-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);

    -webkit-transition: opacity 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:         opacity 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}


#nav-person-link {
	padding-top: 18px;
	padding-bottom: 17px;
	position: relative;
}
#nav-person-name {
	display: inline-block;
    padding-right: 8px;
    min-width: 75px;
	max-width: 200px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	vertical-align: middle;
	float:left;
}
#nav-person-cnt-as {
	opacity: 0.7;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 15px;
	line-height: 20px;
}

/* ================================================ */
/* HERO BANNER */

.hero-banner {
	xheight: 374px;
}

#plug {
}

#plug * {
}

#plug p {
	text-align:center;
	font-size: 24px;
	margin: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

#plug .btn {
	font-size:16px;
}

#intro-message,
#signup-message {
	x-webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
	xtransition:         all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

#intro-message,
#signup-message {
	display: block;
	line-height: 34px;
	height: 34px;
}

#intro-message.hide-message,
#signup-message.hide-message {
	display: none;
}

#signup-message .btn {
    margin: -4px 0 0 0;
}

#arrow-to-build {
	position:absolute;
	background-size:contain;
}
#arrow-to-build.arrow,
#arrow-to-build.arrow1 {
	background: url(/public/images/arrow-down.png) center center no-repeat;
	right: 113px;
	bottom: -84px;
	width: 77px;
	height:108px;
}
#arrow-to-build.arrow2 {
	background: url(/public/images/arrow-down2.png) center center no-repeat;
	right: 116px;
	bottom: -76px;
	width: 63px;
	height:100px;
}
#arrow-to-build.arrow3 {
	background: url(/public/images/arrow-down3-2.png) center center no-repeat;
	xright: 116px;
	xbottom: -80px;
	right: 120px;
	bottom: -71px;
	width: 67px;
	height:90px;
}
#arrow-to-build.arrow4 {
	background: url(/public/images/arrow-down4.png) center center no-repeat;
	right: 116px;
	bottom: -80px;
	width: 66px;
	height:100px;
}
#arrow-to-build.arrow5 {
	background: url(/public/images/arrow-down5.png) center center no-repeat;
	right: 116px;
	bottom: -80px;
	width: 55px;
	height:100px;
}
#arrow-to-build.arrow6 {
	background: url(/public/images/arrow-down6.png) center center no-repeat;
	right: 138px;
	bottom: -82px;
	width: 42px;
	height:100px;
}
#arrow-to-build.arrow7 {
	background: url(/public/images/arrow-down7.png) center center no-repeat;
	right: 109px;
	bottom: -78px;
	width: 68px;
	height:100px;
}
#arrow-to-build.arrow8 {
	background: url(/public/images/arrow-down8.png) center center no-repeat;
	right: 118px;
	bottom: -80px;
	width: 65px;
	height:100px;
}


/* ================================================ */
/* FEATURE SCREENSHOTS */

.feature-screenshot {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.feature-screenshots {
	margin-left: auto;
	margin-right: auto;
}

.feature-screenshot.first {
	display: block;
}

.feature-screenshot.second {
	display: none;
}

/* ================================================ */
/* NAV AVATAR */

.nav-person-avatar {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 40px;
	width: 40px;
	vertical-align:middle;
}

/* ================================================ */
/* SIGNUP MODAL CSS */


/* ================================================ */
/* CUSTOM MEDIA QUERIES */

@media (max-width: 991px) and (min-width: 768px) {
    .header:not(.full-width) .navbar-collapse {
        text-align: center;
    }
    .header:not(.full-width) .main-navigation .navbar-nav {
        float: none !important;
        display: inline-block;
    }
}


