body {
	margin: 0;
	padding: 0;
	background: rgb(29,96,124); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(29,96,124,1) 0%, rgba(1,60,84,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%); /* W3C */
	background: linear-gradient(to bottom, rgba(136, 136, 136, 1) 0%,rgba(55, 55, 55, 1) 100%);
}

html, body {
	height: auto!important;
}

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

#slidesHeader {
	height: 30px;
	background: black;
	padding-top: 10px;
	background: rgba(0, 0, 0, 0.67);
	-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;
}

#coprorateMainDiv {
	height: 1040px;
}

a {
	color: #FFF;
}

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

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

.clearFix {
	clear: both;
}

#mainDiv {
	margin: auto;
	font-weight: normal;
	padding-top: 21px;
	margin-top: 62px;
	width: auto!important;
}	

#topDiv {
	width: 100%;
}

ul {
	margin: 10px 10px 10px 20px;
	padding: 0;
}

#homeLogin {
    background: white;
    position: fixed;
    /*margin-left: 700px;*/
	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;
}

.message {
    /*width: 500px;
    margin-left: 330px;
    margin-top: 70px;*/
    position: relative;
    width: 100%;
    text-align: center;
    /* left: 10px; */
    margin-left: 0;
    margin-top: 1px;
    background: rgba(255, 255, 255, 0.6);
    /* font-weight: 300; */
    padding: 11px;
    font-weight: 700;
    font-size: 26px;
    color: rgb(62, 117, 12);
    border-radius: 5px;
}

.error {
	color: red;
}

#Feedbackdiv {
	display: none!important;
}

#logoHidden {
	width: 30px;
	height: 36px;
	float: left!important;
	background: url(../images/slidesHidden/logo-hidden.png) no-repeat;
	margin-top: -7px;
	margin-left: 14px;
}

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

#menu a {
	float: right;
	text-decoration: none;
	margin-right: 21px;
}


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

#buttonSign {
	color: yellow;
}

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

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

a {
	text-decoration: none;
}

#mainPoints {
	color: white;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	width: 624px;
	margin-top: 82px;
}

#mainPoints div, #mainPoints a{
	float: left;
}

#point1, #point2, #point3, #point4, #point5, #point6, #point7, #point8 {
	margin-left: 44px;
	line-height: 24px;
	height: 101px;
	font-size: 19px;

	width: 98px;
	/* opacity: 0.8; */
}

#point5, #point6, #point7, #point8 {
	line-height: 266px;
}

#point1 {
	background: url('../images/type_bookmarkIcon.png') no-repeat 21px 47px;
	margin-left: 61px;
	background-size: 59%;	
	/* opacity: 0.8; */
}

#point2 {
	background: url('../images/type_RSSIcon.png') no-repeat 21px 45px;	
	background-size: 60%;
	line-height: -10px;
}

#point3 {
	background: url('../images/type_imageIcon.png') no-repeat 19px 45px;
	background-size: 62%;	
}

#point4 {
	background: url('../images/type_videoIcon.png') no-repeat 19px 45px;
	background-size: 62%;	
}

#point5 {
	background: url('../images/type_customHTMLIcon.png') no-repeat 28px 43px;
	background-size: 51%;	
	margin-left: 52px;
	width: 127px;
	margin-right: -19px;
}

#point6 {
	background: url('../images/type_noteIcon.png') no-repeat 19px 45px;	
	background-size: 62%;
}

#point7 {
	background: url('../images/type_iframeIcon.png') no-repeat 19px 45px;	
	background-size: 61%;
	width: 99px;
}

#point8 {
	background: url('../images/type_listIcon.png') no-repeat 19px 45px;	
	background-size: 61%;
}

/* Slides */

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

.explanation {
	border-bottom: 1px dotted gray;
	height: 280px;
	padding-bottom: 58px;  padding-top: 35px;
}

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

#expPoint2Div img {
	box-shadow: 0px 0px 11px rgb(70, 70, 70);
	margin-bottom: 50px;
}

.explanationTitleIcon {
	float: left;
	margin-right: 19px;
	margin-top: 5px
}

.explanationText {
	font-size: 18px;
	width: 930px;
}

.explanationLeftImage {
	float: left;
	margin-left: 100px;
	margin-top: 53px;
	margin-right: 168px;
	margin-bottom: 50px;
}

.explanationRightImage {
	float: right;
	margin-left: 20px;
	margin-top: 59px;
	margin-right: 112px;
}

.explanationTitle {
	font-size: 30px;
	line-height: 20px;
	padding-bottom: 20px;
	margin-right: 31px;
	margin-left: 99px;
}

.seeMore {
	background: rgb(202, 202, 202);
	color: white;
	padding: 7px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 4px;
	font-size: 17px;
	margin-top: 81px;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	background: white;  color: rgb(168, 168, 168);  
	box-shadow: 0px 1px 2px gray;
}

.seeMore:hover {
	background: rgb(247, 247, 247);
}

#expPoint1 {
	padding-bottom: 127px;
	border-radius: 5px;
}

#expPoint2Div img {
	box-shadow: 0px 0px 11px rgb(70, 70, 70);
	margin-bottom: 50px;
}

.explanationTitleIcon {
	float: left;
	margin-right: 19px;
	margin-top: 5px
}

.explanationText {
	font-size: 18px;
	width: 936px;
}

.explanationLeftImage {
	float: left;
	margin-left: 100px;
	margin-top: 91px;
	margin-right: 168px;
	margin-bottom: 50px;
	box-shadow: 0px 1px 10px rgb(112, 112, 112);
}

.explanationRightImage {
	float: right;
	margin-left: 172px;
	margin-top: 91px;
	margin-right: 112px;
	box-shadow: 0px 1px 10px rgb(112, 112, 112);
}

.explanationTitle {
	font-size: 30px;
	padding-top: 26px;
	padding-bottom: 20px;
	margin-right: 31px;
	margin-left: 99px;
}

.seeMore {
	background: rgb(202, 202, 202);
	color: white;
	padding: 7px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 4px;
	font-size: 17px;
	margin-top: 81px;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	background: white;  color: rgb(168, 168, 168);  
	box-shadow: 0px 1px 2px gray;
}

#expPoint1 .seeMore {
	margin-top: 105px;
}

#expPoint1 .explanationTitle {
	margin-top: 25px;
}

#expPoint2 {
	background: rgb(248, 248, 248);
	padding-bottom: 118px;
}

#expPoint2 .explanationTitle {
	margin-top: 61px;
}

#expPoint2 .explanationText {
	margin-left: 99px;
}

#expPoint2 .explanationRightImage {
	margin-left: 180px;
}

#expPoint2 .seeMore {
	margin-top: 109px;
}

#expPoint3 {
	padding-bottom: 131px;
}

#expPoint3 .explanationTitle {
	margin-top: 42px;
}

#expPoint3 .seeMore {
	margin-top: 140px;
}

#expPoint4 {
	padding-bottom: 145px;
	background: rgb(248, 248, 248);
}

#expPoint4 .explanationTitle {
	margin-top: 79px;
}

#expPoint4 .seeMore {
	margin-top: 94px;
}

#expPoint4 .explanationText {
    margin-left: 80px;
    width: 350px;
    margin-left: 99px;
}

#expPoint5 .explanationLeftImage {
	box-shadow: none;
}

#expPoint5 .explanationTitle {
	margin-top: 72px;
}

#expPoint5 {
	padding-bottom: 158px;
}

#expPoint5 .seeMore {
	margin-top: 117px;
}

#FAQ {
	padding-bottom: 118px;
}

#FAQ .explanationTitle {
	text-align: center;
	margin-left: 28px;
	margin-top: 43px;	
}

.question {
	font-weight: bold;
	font-size: 15px;
}

#FAQLeftColumn {
	margin-left: 106px;
	width: 350px;
	float: left;
	margin-right: 60px;
	margin-top: 27px;
}

#FAQRightColumn {
	padding-left: 90px;
	/* width: 700px; */
	width: 320px;
	float: left;
	margin-top: 27px;
}

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

#signUpDiv .explanationText {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}

#signUpDiv .seeMore {
	margin-top: 48px;
	margin-right: 350px;
}

.seeMore:hover {
	background: rgb(247, 247, 247);
}


#signUpPTPE, #tryWithoutSignUpPTPE {
	color: white;
	padding: 10px;
	border-radius: 3px;
	display: block;
	width: 130px;
	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: 60px;
	margin-right: 23px;
}

#backToPT:hover {
	color: black;
}

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

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


#willBeSoon {
	color: white;
	font-size: 41px;
	text-align: center;
	margin: auto;
	margin-top: 140px;
	margin-bottom: 140px;
	background: rgba(255, 255, 255, 0.26);
	width: 1130px;
	border-radius: 4px;
	padding: 1px;
}

#InTheMeantime {
	color: white;
	font-size: 41px;
	text-align: center;
	margin: auto;
	margin-top: 140px;
	margin-bottom: 140px;
	background: rgba(255, 255, 255, 0.26);
	width: 1130px;
	border-radius: 4px;
	padding: 20px;
}

#InTheMeantime a {
	color: rgb(225, 237, 47);
}

 
@media all and (max-width: 1024px) {
	div#coprorateMainDiv {
		width: 90%;
		margin: auto;
	}

    div#coprorateMainDiv h2 {
    	width: 100%;
    }

    .explanationLeftImage, .explanationLeftImage img,
    .explanationRightImage, .explanationRightImage img{
    	width: 300px;
    }

    div#explanations .explanationLeftImage,
    div#explanations .explanationRightImage {
    	margin: 100px 20px;
    }

    div#explanations div.explanationTitle {
    	margin-top:76px;
    }

    div#expPoint5 a.seeMore {
    	left: calc(50% + -98px);
    }

    div#explanations .explanationText {
    	font-size: 15px;
    }

    a#backToPT {
    	display: block;
		margin: 0 auto 20px auto;
		width: 200px;
		float:none;
    }

    div.explanation {
    	height: auto;
    }

}
