 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: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 800, from(#1D607C), to(#013C54)) no-repeat #013C54;
}

html {
	height: auto;
}

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


a {
	color: #FFF;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	-webkit-margin-before: 0;  
	-webkit-margin-after: 0.67em;  -webkit-margin-start: 0px;  -webkit-margin-end: 0px;
}

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

.clearFix {
	clear: both;
}

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

#topDiv {
	width: 100%;
}

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

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

.message {
    width: 248px;
	text-align: center;
	/* margin-left: 20.2%; */
	/* margin-top: -89px; */
	background: rgba(255, 54, 54, 0.31);
	padding: 11px;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 5px;
	right: 18px;
	top: 150px;
	position: fixed;
}

.error {
	color: red;
}

#Feedbackdiv {
	display: none!important;
}

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

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



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

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

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

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

#fourProducts {
	padding-top: 12px;
	padding-bottom: 11px;
	background: rgb(76, 177, 239);
}

#chooseProduct {
	font-size: 34px;
}

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

#expPoint1 .explanationLeftImage img {
	width: 192px;
}

#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;
	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.2%;
	margin-left: -120px;
	background: rgb(13, 160, 219);  
	box-shadow: 0px 1px 2px gray;
	width: 168px;
	text-align: center;
}

.seeMore:hover {
	background: rgb(0, 141, 197);
}

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

#expPoint1 .explanationLeftImage {
	margin-top: 67px;
	margin-left: 150px;
	margin-right: 147px;
}

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

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

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

#expPoint2 .explanationTitle {
	margin-top: 82px;
	margin-left: 119px;
}

#expPoint2 .explanationRightImage img {
	width: 183px;
	margin-right: 71px;
	margin-left: 240px;
}

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

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

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

#expPoint2 .screenshots {
	margin-top: 114px;
}


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

#expPoint3 {
	padding-bottom: 270px;
}

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

#expPoint3 img {
	width: 201px;
}

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

#expPoint3 .screenshots {
	margin-top: 114px;
}

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

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

#expPoint4 .explanationRightImage {
	/* margin-top: 50px; */
	margin-left: 150px;
	/* width: 201px; */
}

#expPoint4 img {
	width: 194px;
	margin-right: 62px;
}

#expPoint4 .explanationTitle {
	margin-top: 94px;
	margin-left: 127px;
	padding-bottom: 20px;
}

#expPoint4 .explanationText {
    margin-left: 80px;
    margin-left: 124px;
}

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

#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: 320px;
	float: left;
	margin-top: 27px;
}

#cantdecide {
	padding-bottom: 277px;
}

#cantdecide .explanationTitle {
	text-align: center;
}

#cantdecide .explanationText {
	text-align: center;
}

#chooseAsolution {	
	margin-left: 120px;
	margin-top: 39px;
}

#chooseAsolution img {
	width: 180px;
	margin-left: 16px;
}

#chooseAsolution p {
	font-size: 19px;
	margin-left: 150px;
	margin-top: 73px;
}

#chooseAsolution a {
	color: #74acc2;
	font-weight: bold;
}
 
.screenshot {
	float: left;	
}

.screenshot img {
	display: block;
	margin-left: 33px;
	margin-right: auto;
	width: 199px;
	box-shadow: 0px 0px 3px black;
	opacity: 0.7;
}

.screenshot img:hover {
	opacity: 1;
}

.screenshots{
	margin-top: 70px;
	margin-left: 50px;
}

#slidesHeader{
background: #000 !important;
opacity: 0.8 !important;
}
#mainDiv {
margin-top: 0 !important;
}
#slidesHeader {
z-index: 9999;
margin-top: 0 !important;
}
#FS_BigHeader {
margin-top: 20px;
}
#mainDiv {
min-height: auto;
}
#FS_BigHeader,
#FS_BigHeader .items,
#FS_BigHeader .item .info .c {
height: 600px;
}
.wfl {
width: 100%;
float: left;
}
#FS_BigHeader {
position: relative;
margin-bottom: 30px;
}
#FS_BigHeader .items {
position: absolute;
left: 0;
top: 0;
width: 100%;
list-style: none;
margin: 0;
padding: 0;
}
#FS_BigHeader .item {
width: 100%;
height: 106%;
}
#FS_BigHeader .item1 {
background: url("../images/FS_BigHeader/slide1.jpg") 50% 50% no-repeat;
<<<<<<< .mine=======margin-top: 30px;
/* margin-left: 90px; */
opacity: 0.7;
>>>>>>> .theirs}
#FS_BigHeader .item .info {
position: relative;
}
<<<<<<< .mine#FS_BigHeader .item .info .c {
left: 60%;
position: relative;
top: 220px;
=======.c {
left: 567px;
position: absolute;
top: 238px;
>>>>>>> .theirswidth: 450px;
height: 180px!important;
background: rgba(0, 0, 0, 0.71);
color: white;
/* opacity: 1!important; */
padding: 44px;
border-radius: 13px;
z-index: 10000;
padding-top: 32px;
padding-bottom: 68px;
}
#FS_BigHeader .item .info h1 {
color: #FFFFFF;
font-size: 24px;
line-height: 24px;
/* padding: 0; */
margin-bottom: 10px;
font-weight: bold;
-webkit-margin-before: 0;  -webkit-margin-after: 0.67em;  
-webkit-margin-start: 0;  
-webkit-margin-end: 0;
opacity: 1;
}
p  {
/* color: #606060; */
font-size: 18px;
line-height: 24px;
padding: 0;
margin: 0 0 10px 0;
}
.b {
background: rgb(13, 160, 219);
border-radius: 4px;
box-shadow: 0 1px 2px gray;
color: #fff;
font-size: 17px;
padding: 7px 30px;
text-align: center;
display: inline-block;
margin-bottom: 10px;
}
#FS_BigHeader .item .info .l {
color: rgb(0, 164, 255);
font-size: 16px;
line-height: 16px;
padding-top: 10px;
text-decoration: underline;
display: inline-block;
}
#FS_BigHeader .item .info .l:hover {
text-decoration: none;
}
<<<<<<< .mine

=======

/** IE 10 and above HACK **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #slidesHeader {
		margin-top:0;
	}
}

li.proLogo {
background: url("images/slidesPro/Logo-Pro.png") no-repeat;
position: absolute;
top: 10px;
left: 10px;
z-index: 10000000000;
}>>>>>>> .theirs