

nav {
	position: fixed;
	color: white;
	background: #0d304d;
	width: calc(100% - 50px);
	max-height: 65px;
	z-index: 99998;
	padding: 5px 0px 30px 20px;
	/*border-bottom: 1px solid #fff;*/
	width: 100%;
}

nav a {
	color: white !important;
	text-decoration: none;
}
nav #topLogo {
	background-image: url('../img/SkyCRMLogoOutline.svg') !important;
	background: no-repeat center;
	width: 270px;
	height: 40px;
	background-size: contain;
}

nav #left,
nav #right {
	width: calc(50% - 25px);
	display: inline-block;
}

nav #left {
	float: left;
	text-align: left;
	padding: 8px 0 0 0;
}
div#explore {
    padding-right: 15px;
}
nav #right {
	float: right;
	text-align: right;
	font-weight: 400;
}

nav #right div {
	display: inline-block;
	margin: 12px 5px;
	text-transform: uppercase;
	cursor: pointer;
}

nav #right>*:not(.whiteDivider) {
	position: relative;
	bottom: 22px;
}

nav #right div span {
	width: 24px;
	height: 34px;
	background: no-repeat center;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	bottom: 5px;
}

nav #right div#explore span,
nav #right div#contact span {
	padding-left: 40px;
}
.scrolled #contact {
	color: #000;
}
nav #right div#explore span {
	background-image: url('../images/explor-top.png') !important;
}

nav #right div#contact span {
	background-image: url('/_images/header/contact.png') !important;
}

nav #right div#contact img {
	position: relative;
	top: 7px;
}

.uppercase.mNone.freeBtn {
	background: url('/_images/header/freetrilBg.jpg')center top no-repeat;
	padding: 39px;
}

.scrolled .uppercase.mNone {
	background: url('/_images/header/freetrilBg.jpg')center top no-repeat;
	padding: 39px;
	color: #fff;
}

#freelink {
	padding: 37px 30px 21px 55px;
}
.sidebar_scroll {
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: scroll;
}
nav .whiteDivider {
	width: 1px;
	height: 30px;
	border: solid 0.5px white;
	position: relative;
	left: 10px;
}

nav #right #trial {
	position: relative;
	bottom: 51px;
	width: 110px;
	height: 107px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 25px;
	transition: 0.3s;
}

nav #right #trial:hover {
	background-color: #ff9e00;
}

nav #right #trial span {
	width: 100%;
	position: relative;
	top: 52px;
}

nav.scrolled {
	background-color: white;
	color: black !important;
}

nav.scrolled a {
	color: black;
}

nav.scrolled #topLogo {
	background-image: url('../img/SkyCRMHeaderLogo.svg') !important;
	height: 55px;
}
nav.scrolled #left {
    padding: 0px 0 0 0;
}
nav.scrolled #right #trial {
	color: white !important;
	background-color: #ff9e00;
}

nav.scrolled #right div#explore span {
	background-image: url('/_images/header/exploreBlack.png') !important;
}

nav.scrolled #right div#contact span {
	background-image: url('/_images/header/contactBlack.png') !important;
}

#navDropdown {
	position: fixed;
	top: 65px;
	right: 0px;
	z-index: 998;
	background: #0d304d;
	width: 0px;
	height: 100%;
	transition: ease-in-out .3s;
	display: inline-block;
	/*overflow-y: scroll;*/
}

#navDropdown a {
	display: inline-block;
	color: white;
	text-decoration: none;
}
#navDropdown li:hover a{
	text-decoration: underline;
}
#navDropdown h3 {
	position: relative;
	top: 45%;
	font-size: 30px;
	text-transform: uppercase;
	display: none;
	overflow: hidden;
	transition: ease-in-out .3s;
}

#navDropdown #demo,
#navDropdown #work,
#navDropdown #pricing,
#navDropdown #crmrobots,
#navDropdown #getpaid {
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: baseline;
}

#navDropdown #demo {
	background: url('/_images/header/demo.jpg') left top no-repeat !important;
}

#navDropdown #work {
	background: url('/_images/header/howitworkNav.jpg') left top no-repeat!important;
}

#navDropdown #pricing {
	background: url('/_images/header/pricing.jpg') left top no-repeat!important;
}
#navDropdown #crmrobots {
	background: url('/_images/header/CRMROBOTS.jpg') left top no-repeat!important;
}
#navDropdown #getpaid {
	background: url('/_images/header/GETPAID.jpg') left top no-repeat!important;
}

#navDropdown.show {
	width: 348px;
}
/* Side Menu */
.sidebar-nav {
    position: relative;
    top: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    padding-bottom: 20px;
    padding-left: 20px;
}
.sidebar-nav span {
    text-align: left;
    float: left;
    text-indent: 31px;
    line-height: 43px;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.sidebar-nav > .sidebar-li {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    float: left;
    text-indent: 24px;
    text-transform: capitalize;
    font-weight: 300;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.sidebar-nav > .sidebar-li a {
    color: #999999;
}
img.close-menu {
    position: absolute;
    left: -27px;
    top: 45px;
    cursor: pointer;
    z-index: 9999;
}
#navDropdown.show h3 {
	display: inline-block;
}

.mShow {
	opacity: 0;
}

.scrolled .freeBtn {
	background: #ff8c00;
	color: #fff;
	padding: 15px 30px;
}

@media screen and (max-width:800px) {
	nav {
		max-height: inherit;
		padding: 0px 14px;
		top:0px;
		color: #ffffff;
        background: #0d304d;
	}
	nav.scrolled {
	    background-color: #0d304d;
	    color: white !important;
	}
	nav #left {
	    width: 48%;
	    text-align: left;
	    padding: 8px 0 10px 0;
	}
	nav #topLogo {
		background-size: 100px;
		background-position: left;
		background-image: url(../img/sky-mobile-logo.png) !important;
	}
	nav.scrolled #topLogo {
	    background-image: url('../img/sky-mobile-logo.png') !important;
	    height: 40px;
	}
	nav.scrolled #left {
	    padding: 8px 0 4px 0;
	}
	div#explore {
	    padding-right: 5px;
	}
	nav #right {
	    width: 160px;
	    padding: 22px 0px 10px 0px;
	    text-align: right;
	    font-size: 16px;
	    max-height: 2vh;
	}
	nav .whiteDivider {
		display: none!important;
	}
	nav #right div#explore span,
	nav #right div#contact span {
		padding-left: 7px;
		margin-left: 10px;
	}
	nav.scrolled #right div#explore span {
	    background-image: url('../img/Explore-mobile-icon.png') !important;
	}
	nav #right> :not(.whiteDivider) {
		margin-top: 20px;
	}
	#contact {
		margin: 0;
	}
	nav #right div {
		margin: 15px 0;
	}
	#navDropdown .mShow {
		opacity: 0;
	}
	.show .mShow {
		opacity: 1!important
	}
	.mNone {
		opacity: 0;
		display: none;
	}
	#navDropdown a {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 99;
	}
	#navDropdown {
		top: 58px;
		background: #0d304d;
		position: sticky;
	}
	
	#navDropdown #demo,
	#navDropdown #work,
	#navDropdown #pricing,
	#navDropdown #crmrobots,
	#navDropdown #getpaid {
		background-image: none !important;
		text-align: left;
	}
	#navDropdown #demo,
	#navDropdown #work,
	#navDropdown #pricing,
	#navDropdown #crmrobots {
		border-bottom: 1px solid #27a1d1;
	}
	.show #demo,
	.show #work,
	.show #pricing,
	.show #crmrobots,
	.show #getpaid {
		padding: 0 0 0 20px;
	}
	#contact {
		margin: 23px 0 0 0;
		float: left;
		width: 100%;
		background: #fff;
		color: #000;
		padding: 17px 0;
		text-transform: uppercase;
	}
	.uppercase.mShow {
		margin: 0;
		float: left;
		width: 100%;
		background: #ff8c00;
		color: #fff;
		padding: 17px 0;
		text-transform: uppercase;
	}
	#navDropdown {
		display: none;
	}
	#navDropdown.show {
		display: block;
		width: 100%;
	}
	.sidebar-nav{
		padding-left: 60px;
		top: 26px;
		padding-bottom: 12px;
	}
	.sidebar-nav span{
		line-height: 40px;
		font-size: 24px;
	}
	.sidebar-nav > .sidebar-li{
		font-size: 20px;
    	line-height: 24px;
	}
	#navDropdown h3{
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 45px;
	}
	.hide_for_mobile{
		display: none;
	}
	.hide_for_dasktop{
		display: block !important;
	    left: 0px !important;
	    top: 25px !important;
	}
	.tryfree_mobile {
	    display: block !important;
	    background-color: #52b95a;
	    padding: 15px 0px;
	    font-size: 20px;
	    bottom: 0px;
	    position: fixed;
	    width: 100%;
	    font-weight: 500;
	    z-index: 999;
	}
}

@media screen and (min-width:1921px) {
	#navDropdown #work,
	#navDropdown #demo,
	#navDropdown #pricing,
	#navDropdown #crmrobots
	#navDropdown #getpaid {
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center center!important;
	}
}
.hide_for_dasktop{
	display: none;
}
@media screen and (max-width:320px)
{
	nav #right {
    	padding: 30px 0px 10px 0px;
    	width: 140px;
	}
}