

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

nav a {
	color: white;
	text-decoration: none;
}

nav #topLogo {
	background-image: url('/_images/header/topLogo.png') !important;
	background: no-repeat center;
	width: 230px;
	height: 60px;
}

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

nav #left {
	float: left;
	text-align: left;
	padding: 15px 0 0 0;
}

nav #right {
	float: right;
	text-align: right;
	font-weight: 500;
}

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

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

nav #right div span {
	width: 24px;
	height: 27px;
	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: 25px;
}

nav #right div#explore span {
	background-image: url('/_images/header/explore.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 50px 33px 38px;
}
.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('/_images/header/topLogoColored.png') !important;
}

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: 85px;
	right: 0px;
	z-index: 998;
	background: #024387;
	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;
	}
	nav #left {
		width: 60%;
		text-align: left;
		padding: 0;
	}
	nav #topLogo {
		background-size: 180px;
		background-position: left;
	}
	nav #right {
		width: 100px;
		padding: 30px 20px 10px 0px;
		text-align: right;
		font-size: 13px;
		max-height: 2vh;
	}
	nav .whiteDivider {
		display: none!important;
	}
	nav #right div#explore span,
	nav #right div#contact span {
		padding-left: 7px
	}
	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: 54px;
		background: #00478c;
	}
	#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: 32px;
		font-size: 18px;
	}
	.sidebar-nav > .sidebar-li{
		font-size: 14px;
    	line-height: 18px;
	}
	#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;
	}
}

@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;
	}
}