body {
	margin: 0;
	padding: 0;
	background: rgb(29,96,124);
	background: -moz-linear-gradient(top, rgba(29,96,124,1) 0%, rgba(1,60,84,1) 100%);
	background: -webkit-linear-gradient(top, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
	background: -o-linear-gradient(top, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
	background: -ms-linear-gradient(top, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
	background: linear-gradient(to bottom, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 800, from(#1D607C), to(#013C54)) no-repeat #013C54;
}

#logoPro {
	width: 30px;
	height: 36px;
	float: left!important;
	background: url(../images/slidesPro/Logo-Pro.png) no-repeat;
	margin-top: -14px;
	margin-left: 14px;
}

#logoText {
	background: url(../images/slidesPro/logoTextWhite.png) no-repeat;
	width: 185px;
	float: left!important;
	margin-top: -3px;
	height: 35px;	
}

html {
	height: auto;
}

#slidesHeader {
	height: 30px;
	background: black;
	padding-top: 10px;
	background: rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 1px 0 rgba(84,66,102,0.73);  
	-moz-box-shadow: 0 1px 0 rgba(84,66,102,0.73);  
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.37);
	position: fixed;
	width: 100%;
	margin-top: -63px;
}

a {
	color: #FFF;
}

h1 {
	font-weight: normal;
	font-size: 30px;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 70px;	
}

h3 {
	text-align: center;
}

.clearFix {
	clear: both;
}

#slidesHeader {
	margin-top: -85px;
}

#homeLogin {
    background: white;
    position: fixed;
	right: 4px;
    margin-top: -40px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0px 5px 3px black;
}

#menu #buttonTry {
    color: rgb(0, 164, 255);
}

#buttonSign {
	color: yellow;
}


#Feedbackdiv {
	display: none!important;
}

.title, h2 {
	font-size: 50px;
	width: 100%;
	text-align: center;
	color: white;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	width: 740px;
	margin: auto;
}

a {
	text-decoration: none;
}

.mp {
	background-color:rgba(255,255,255,255.255);
	padding: 10px;
	position: absolute;
	width: 500px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #565656;
	display: none;
	line-height: normal;
	bottom: 160px;
	left: 220px;
	border: 3px solid rgb(43, 93, 109);
}

.proButton {
	background: rgba(128, 128, 128, 0.17);
	font-weight: normal;
	border-radius: 5px;
	background: rgb(57, 139, 200);
}

.proButton:hover {
	background: rgb(43, 121, 178);
	text-decoration: none;
}

.button {
	padding: 7px 13px;
	font-size: 14px;
	border-radius: 4px;
}

.center{
	text-align: center;
}

#subtitle {
	color: rgb(0, 172, 255);
	margin-top: 8px;
}

#coprorateMainDiv {
	height: 330px;
	margin-top: 85px;
}

#idealFor {
	text-align: center;
	font-size: 41px;
	margin-top: -39px;
	margin-bottom: 51px;
	color: rgb(0, 172, 255);
}

#idealFor img {
	width: 34px;
	/* padding-top: 17px; */ */;
	/* display: inline; */
}

#idealFor p {
	display: inline;
}


#explanations {
	background: white;
	color: rgb(133, 133, 133);
	width: 1060px;
	margin: auto;
	border-radius: 5px;
	margin-bottom: 150px;
}

#explanations h1 {
	padding: 37px 5%;
	text-align: center;
	color: white;
	background: rgb(11, 135, 219);
}


.explanation {
	border-bottom: 1px dotted rgb(219, 219, 219);
	height: 61px;
	padding-bottom: 71px;
	padding-top: 5px;
	margin-left: 50px;
	margin-right: 50px;
}

body#explanation {
	background: rgb(248, 248, 248);
	margin: auto;
}

#explanation h1{
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 40px;
}

#explanation p {
	text-align: center;
}

.explanationText {
	font-size: 18px;
}


.explanationTitle {
	font-size: 30px;
	padding-top: 26px;
	padding-bottom: 11px;
}

#expPoint2 {
	height: 87px;
}

#expPoint5 {
	height: 161px;
}



#proActionButtons {
	/* background: rgb(231, 231, 231); */
	height: 100px;
	/* padding-top: 60px; */
	/* float: right; */
	/* display: inline; */
	position: absolute;
	/* float: right; */
	top: 110px;
	right: 60px;
}



#startTrial, #tryWithout, #fullFeaturesList {
	display: block;
	margin-bottom: 10px;
	height: 44px;
	width: 209px;
}

#startTrial:hover, #tryWithout:hover, #fullFeaturesList:hover {
	opacity: 0.9;
}
	
#startTrial {
	background: url('../images/pro/startTrialButton.png') no-repeat;	
}

#tryWithout {
	background: url('../images/pro/tryWithoutSignUpButton.png') no-repeat;
	margin-top: 8px;
}


#fullFeaturesList {
	background: url('../images/pro/fullFeaturesListButton.png') no-repeat;
}

#usdSymbol {
	font-size: 30px;
	position: absolute;
	left: 440px;
}

#perUser {
	/* margin-bottom: 93px; */
	font-size: 30px;
	/* margin-left: 160px; */
	/* position: absolute; */
}

#contactUsForDetails {
	float: right;
	color: #3a87ad;
	margin-right: 24px;
}
 
#signUpDiv {
	height: auto;
}

#signUpDiv .explanationTitle {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	/* margin-bottom: 22px; */
}

#signUpDiv .explanationText {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	/* margin-top: 50px; */
	margin-bottom: 30px;
	width: auto;
}

#signUpDiv .seeMore {
	margin-top: 48px;
	margin-right: 350px;
}
 
#signUpPTPE, #tryWithoutSignUpPTPE {
	color: white;
	padding: 10px;
	border-radius: 3px;
	display: block;
	width: 260px;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}

#signUpPTPE {
	font-size: 26px;
	background: rgb(57, 139, 200);
}

#tryWithoutSignUpPTPE {
	color: rgb(57, 139, 200);
	border: 1px solid rgb(236, 236, 236);
}

#backToPT {
	color: rgb(125, 125, 125);
	float: right;
	margin-top: 89px;
	margin-right: 23px;
}

#backToPT:hover {
	color: black;
}

#signUpPTPE:hover {
	background: rgb(43, 121, 178);
}

#tryWithoutSignUpPTPE:hover {
	background: rgb(244, 244, 244);
	color: gray;
}

#coprorateMainDiv h2{
	width: 100%;
}


#noCreditCard {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 1px;
}

#explanations ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#explanations li {
	padding: 20px 0;
	margin: 0 5%;
	border-bottom: 1px dotted rgb(219, 219, 219);
}

#explanations li h2 {
	color: inherit;
	text-align: left;
	font-size: 30px;
	margin-left: 0;
}

#explanations li p {
	font-size: 18px;
}	

@media all and (max-width: 1024px) {

	#explanations li h2 {
		font-size: 20px;
	}

	#explanations li p {
		font-size: 14px;
	}

	#coprorateMainDiv h1 {
		margin-top: 50px;
	}

	div#slidesHeader {
		margin-top: -50px;
	}
}
