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

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

#logoText {
	background: url(../images/slidesPublic/logoTextWhite.png) no-repeat;
	width: 185px;
	float: left!important;
	margin-top: -15px;
	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;
}

.logosBlock {
    background: rgba(0, 0, 0, 0.62);
}

a {
	color: #FFF;
}

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

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

.clearFix {
	clear: both;
}

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

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

a {
	text-decoration: none;
}

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

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

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

#buttonSign {
	color: yellow;
}


#Feedbackdiv {
	display: none!important;
}

#mainDiv {
	width: 1120px;
	margin: auto;
	font-weight: normal;
	min-height: 0px;
	background: rgba(0, 0, 0, 0.12);
	padding-left: 92px;
	padding-right: 92px;
	padding-top: 21px;
	padding-bottom: 25px;
	margin-top: 62px;
	border-radius: 5px;
	box-shadow: 0px 1px 3px rgb(36, 36, 36);
}	


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

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

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

#explanations {
	background: white;
	color: rgb(133, 133, 133);
	width: 1060px;
	margin: auto;
	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;
}

.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;
	box-shadow: 0px 1px 10px rgb(112, 112, 112);
}

.explanationRightImage {
	float: right;
	margin-left: 20px;
	margin-top: 59px;
	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: rgb(13, 160, 219);  
	box-shadow: 0px 1px 2px gray;
}

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

#expPoint1 .explanationLeftImage {
	margin-top: 75px;
}

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

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

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

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

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

#expPoint2 .explanationRightImage {
	margin-top: 59px;
}

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

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

#expPoint3 {
	padding-bottom: 99px;
}

#expPoint3 .explanationLeftImage {
	margin-top: 50px;
	margin-left: 142px;
	margin-right: 164px;
	box-shadow: none;
}

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

#expPoint3 .seeMore {
	margin-top: 131px
}

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

#expPoint4 .explanationRightImage {
	margin-top: 115px;
}

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

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

#FAQ {
	padding-bottom: 118px;
}

#FAQ .explanationTitle {
	text-align: center;
	margin-left: 38px;
}

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

#question3 {
	margin-top: 33px;
}


#signUpDiv {
	padding-bottom: 135px;
}

#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(0, 141, 197);
}


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


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


/*@media all and (max-width: 1024px) { 
	#coprorateMainDiv div.explanation div.explanationLeftImage,
	#coprorateMainDiv div.explanation div.explanationRightImage {
		width: 300px;
		margin: 100px 20px ;
	}
	#coprorateMainDiv div#expPoint3 div.explanationLeftImage {
		width: 200px;
	}

	#coprorateMainDiv div.explanationTitle {
		margin-top: 74px;
	}
	div.explanation div.explanationLeftImage img,
	div.explanation div.explanationRightImage img{
		width: 100%;
	}
	
	a#signUpPTPE {
		width: 242px;
	}

}*/


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

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

#separation1, #separation2, #separation3, #separation4 {
	height: 10px;
}

@media (max-width: 1024px) {

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

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

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

	div#explanations .explanationLeftImage,
	div#explanations .explanationTitle {
		margin-top: 100px;
		padding-top: 0;
	}

	div#explanations #expPoint1 .explanationTitle,
	div#explanations #expPoint1 .explanationText {
		margin-left: 220px;
	}

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

	#signUpPTPE {
		width: 200px;
	}

}