section {
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* test */

/* test end */

#greeting {
	height: 390px;
}

#sign-up {
	height: 500px;
}

#user_emags {	
    min-height: 100vh;
	background: url("../../img/noise_texture.png");
	background-color:#727376;
}

#marketing {
	height: 800px;
}

/* Customer logo slider styles start */

#customerlogoslidercontainer {
    position: absolute;
    background: rgba(255,255,255,0.3);
    font: 1.4em Arial, sans-serif;
    /* text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); */
    text-align: left;
    color: #303030;
    width: 100%;
    bottom: 0px;
    padding: 0px;
    overflow: hidden;
}

body.desktop #customerlogoslidercontainer {
    height: 170px;
}

body.mobile #customerlogoslidercontainer {
    height: 80px;
}

#customerlogotext {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0px;
}

#customerlogoslide1, #customerlogoslide2 {
	position: absolute;
	width: 100%;
	height: 140px;
}

body.desktop #customerlogoslide1, body.desktop #customerlogoslide2 {
    height: 140px;    
}

body.mobile #customerlogoslide1, body.mobile #customerlogoslide2 {
    height: 35px;    
}

#customerlogoslide1 {
    background: url("../../img/cms/slider_customers_greyscale_01.png") no-repeat;
    background-position: center;
    background-size: 100%;
    
    -webkit-animation: animcustomerlogoslide1 14s infinite;
	-moz-animation: animcustomerlogoslide1 14s infinite;
	-ms-animation: animcustomerlogoslide1 14s infinite;
	animation: animcustomerlogoslide1 14s infinite;
}

#customerlogoslide2 {
    background: url("../../img/cms/slider_customers_greyscale_02.png") no-repeat;
    background-position: center;
    background-size: 100%;
    
    -webkit-animation: animcustomerlogoslide2 14s infinite;
	-moz-animation: animcustomerlogoslide2 14s infinite;
	-ms-animation: animcustomerlogoslide2 14s infinite;
	animation: animcustomerlogoslide2 14s infinite;
}

@-moz-keyframes animcustomerlogoslide1 {
    0%, 45%  { opacity: 1 }
    50%, 95% { opacity: 0 }
    100%  { opacity: 1 }
}
@-webkit-keyframes animcustomerlogoslide1 {
    0%, 45%  { opacity: 1 }
    50%, 95% { opacity: 0 }
    100%  { opacity: 1 }
}
@-ms-keyframes animcustomerlogoslide1 {
    0%, 45%  { opacity: 1 }
    50%, 95% { opacity: 0 }
    100%  { opacity: 1 }
}
@keyframes animcustomerlogoslide1 {
    0%, 45%  { opacity: 1 }
    50%, 95% { opacity: 0 }
    100%  { opacity: 1 }
}

@-moz-keyframes animcustomerlogoslide2 {
    0%, 45%  { opacity: 0 }
    50%, 95% { opacity: 1 }
    100%  { opacity: 0 }
}
@-webkit-keyframes animcustomerlogoslide2 {
    0%, 45%  { opacity: 0 }
    50%, 95% { opacity: 1 }
    100%  { opacity: 0 }
}
@-ms-keyframes animcustomerlogoslide2 {
    0%, 45%  { opacity: 0 }
    50%, 95% { opacity: 1 }
    100%  { opacity: 0 }
}
@keyframes animcustomerlogoslide2 {
    0%, 45%  { opacity: 0 }
    50%, 95% { opacity: 1 }
    100%  { opacity: 0 }
}

/* Customer logo slider styles end */

#pricing{
	margin-top: 40px;
}

#last {
	height: 1250px;
}

#footer {
	height: 50px;
	padding-top: 20px;
}

#footer #social p {
	font: 1.3em Arial, sans-serif;
}

#footer #social div {
	display: inline-block;
	background-repeat:no-repeat;
	margin-right:8px;
	margin-left:8px;
	width: 36px;
	height: 36px;
	opacity: 0.7;
	cursor: pointer;
}

#footer #social div:hover {
	opacity: 1;
}

li.parallax {
	position: absolute;
	width: 100%;
	left: 0px;
	list-style-type: none;
	background-color: #000;
}

#features {
	font: 16px Arial, sans-serif;
	color: red;
	height:100%;
	padding-top:10px;
	padding-bottom:30px;
	color:#505050;
	padding-left:100px;
	padding-right:100px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../img/cms/guy_on_boat.jpg") no-repeat; /* W3C */
	background-position: top center;
	width:100%;
	background-size:cover;
}

body.mobile #features {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}

#features p {
    margin-top: 0px;
}

body.desktop #features h1 {
  padding-left: 40px;
}

body.mobile #features h1 {
  padding-left: 20px;
}

body.mobile #features h1 {
  margin-bottom: 0px;
}

#features .item {
	background-size: 100px 100px;
	background-position: center top;
	background-repeat: no-repeat;
    font: 18px Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	color: white;
	padding-top: 100px;
	height: 60px;
}

body.desktop #features .item {
	width: 100px;
}

body.mobile #features .item {
	min-width: 100px;
}

#features #links { 
  position:absolute;
  width: 0px;
  height: 0px;
  position: relative;
  opacity: 0.90;
  float: left;
}

body.desktop #features #links {
  transition: top 300ms ease-out;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #FFF;
  top: 60px;
  left: 165px;
}

body.mobile #features #links {
  transition: left 300ms ease-out;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #FFF;
  top: 186px;
}
            
body.desktop #features #links.Service { 
	top: 350px;
}

body.desktop #features #links.Software { 
	top: 210px;
}

body.desktop #features #links.Online { 
	top: 60px;
}

#features .describe {
	padding-left: 30px;
}

#features .describe>p {
    font: 18px Arial, sans-serif;
	cursor: pointer;
	padding: 3px;
	margin-bottom: 15px;
	margin-top: 0px;
	display: table;
}

#features .describe>p:hover {
	color: #FFFFFF;
	background-color: #86BF3F;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#features .describe>p:active {
	color: #FFFFFF;
	background-color: #505050;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#features .describe div {
	display:none;
	padding-left:30px;
	padding-bottom: 15px;
	padding-right: 40px;
    text-align: justify;
}

#features .describe .expand {
	color: #FFFFFF;
	background-color: #505050;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#cases h1 {
    color: #404040;
	/* text-shadow: 0px 0px 15px rgba(255, 255, 255, 1); */
}

#cases p {
	color: #404040;
    font: 1.2em Arial, sans-serif;
	/* text-shadow: 0px 0px 15px rgba(255, 255, 255, 1); */
	padding-top: 10px;
}