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

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

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

a {
	text-decoration: none;
}

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

.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 {
	color: rgb(131, 131, 131);
	background: rgba(128, 128, 128, 0.17);
	font-weight: normal;
	border: 1px dotted rgba(0, 0, 0, 0.34);
	border-radius: 5px;
}

.proButton:hover {
	background: rgb(221, 221, 221);
	color: rgb(109, 107, 107);
	text-decoration: none;
}

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

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

#coprorateMainDiv {
	height: 539px;
}

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

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

#scroolDown {
	margin-top:0;
}

#separation1 {
	background: #005578;
}

#separation2 {
	background: #0F6A90;
}

#separation3 {
	background: #0877A4;
}

#separation4 {
	background: #7BB1CD;
}

#secondPart {
	background: white;
	padding-top: 29px;
	text-align: center;
	/* height: 500px; */
	color: black;
	margin-bottom: 260px;
}

#choosePublicTab {
	margin: auto;
	width: 1231px;
	padding-bottom: 79px;
	/* background: white; */
	/* text-align: center; */
}

#choosePublicTabTitle {
	font-weight: normal;
	font-size: 30px;
	color: black;
}

#premiumIsOptional {
	color: #94a3a8;
	margin-bottom: 55px;
	margin-top: -8px;
}

.whitebox {
	background: rgba(92,162,224,1);
	width: 324px;
	height: 200px;
	margin-left: 70px;
	border-radius: 3px;
	float: left;
	margin-bottom: 100px;
}

#choosePublicTab h3 {
	color: white; 
	font-weight: normal;
	font-size: 17px;	
}

#PTForFun {
	margin-left: 65px;
	background: rgb(92,162,224);
}

#PTForBrand {
	background: rgb(145, 171, 190);
}

#PTForMoney {
	background: rgb(105, 96, 135);
}


#forFunIcon {
	background: url('../images/slidesPublic/forFun.png') no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

#forPromotionIcon {
	background: url('../images/slidesPublic/forBrand.png') no-repeat;	
	background-size: 100%;
    margin: 0 auto;
}

#forMoneyIcon {
	background: url('../images/slidesPublic/forMoney.png') no-repeat;	
	background-size: 100%;
    margin: 0 auto;
}

#forFunIcon, #forPromotionIcon, #forMoneyIcon {
	height: 71px;
	width: 71px;
}

#PTForFun:hover {
	background: rgb(30, 131, 222);
}

#PTForBrand:hover {
	background: rgb(127, 150, 166);
}

#PTForMoney:hover {
	background: rgb(80, 72, 105);
}

#PTForFun a:hover {
	background: white;
	color: rgb(92,162,224);
}

#PTForBrand a:hover {
	background: white;
	color: rgb(145, 171, 190);
}

#PTForMoney a:hover {
	background: white;
	color: rgb(105, 96, 135);
}


#choosePublicTab a {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 2px;
	width: 92px;
	margin: auto;
	margin-top: 21px;
	padding: 9px;
}

a#checkOtherPublicTabs {
	color: rgb(151, 151, 151);
	font-size: 20px;
	width: 298px;
	border: 1px solid rgba(220, 220, 220, 1);
	display: inline;
	padding: 18px;
}

a#checkOtherPublicTabs:hover {
	background: rgb(251, 251, 251);
}

@media all and (max-width: 1024px) {
	#secondPart #choosePublicTab {
		width: 90%;
	}

	#secondPart #choosePublicTab > div {
		width: 31%;
		margin:0 3% 100px 0;
		font-size: 
	}

	#secondPart div#choosePublicTab > div:nth-child(3) {
		margin-right: 0;
	}

	#secondPart #choosePublicTab h3 {
		font-size: 15px;
	}

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