.cbp-so-scroller {
}

.cbp-so-section {
  border: 0px solid blue;
	width: 100%;
	margin: 0em 0% 0em 0%;
	padding: 0% 0% 0% 0%;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
/* Wide new */
.cbp-so-wide {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0em 0%;
	overflow: hidden;
	min-height: em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
/* Clear floats of children */
.cbp-so-wide:before,
.cbp-so-wide:after {
	content: " ";
	display: table;
}

.cbp-so-wide:after {
	clear: both;
}
.cbp-so-wide-top {
	text-align: justify;
	background: ;
	padding: 0em 0em 0em 0em;
}
.cbp-so-wide-top img {
	float: left;
}
.cbp-so-init .cbp-so-wide {
	opacity: 0;
}
.cbp-so-init .cbp-so-wide-top {
	-webkit-transform: translateY(120px);
	-moz-transform: translateY(120px);
	transform: translateY(120px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-wide-top {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}


/* Sides */
.cbp-so-side {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0em 0%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.7s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: justify;
	padding: 0em 0em 0em 0em;
}
.cbp-so-side-left {
	text-align: justify;
	padding: 0em 0em 0em 0em;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}


/* pata xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
p.logomal {
  border: 0px solid white;
  width: 100%;	
  margin: 0% 0% 0% 0%;	
  text-align: center;
  float: left;
}
p.logomal img {
  width: 5%;	
  margin: 0% 0% 0% 50%;	
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}
p.pat {
  color: rgb(255,255,255);
	width: 20%;
  font-size: 0.9em!important;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0% 0% 0% 3%;  
  float: left;
}
p.pat a {
  color: rgb(255,255,255);
	margin: 0% 0% 0% 0%;
  float: left;
  display: block!important;
}
p.pat a:hover {
  color: rgb(102,153,204);
}
p.pat img {
	width: 50%;
	margin: 0% 0% 0% 0%;
}
p.pata {
  border: 0px solid red;
  color: rgb(255,255,255);
	width: 30%;
  font-size: 0.9em!important;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0% 5% 0% 0%;  
  text-align: right;
  float: right;
}
p.pata a {
  color: rgb(255,255,255);
	margin: 0% 0% 0% 0%;
  display: block!important;
}
p.pata a:hover {
  color: rgb(102,153,204);
}
p.pata img {
  border: 0px solid red;
	width: 50%;
	margin: 0% 0% 0% 0%;
}
p.sign {
  border: 0px solid red;
  color: rgb(255,255,255);
	width: 100%;
  font-size: 0.75em!important;
	font-weight: bold;
  line-height: 1.5em;
	margin: 0% 0% 0% 0%;
	padding: 1.5% 0% 0% 0%;  
  float: left;
}
p.sign a {
  color: rgb(204,204,204);
	margin: 0% 0% 0% 50%;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
  display: inline!important;
}
p.sign a:hover {
  color: rgb(102,153,204);
}
p.sign img {
  border: 0px solid red;
	width: 50%;
	margin: 0% 0% 0% 0%;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right { 
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */

@media screen and (max-width: 1370px) {
	.cbp-so-scroller {
	}

p.pat {
  color: rgb(255,255,255);
	width: 50%;
  font-size: 0.7em!important;
	font-weight: bold;
	line-height: 1.8em;
	padding: 0% 0% 0% 5%;  
	margin: 4% 0% 0% 0%;  
  float: left;
}
p.pata {
  color: rgb(255,255,255);
	width: 90%;
  font-size: 0.7em!important;
	font-weight: bold;
	line-height: 1.8em;
  text-align: center;
	margin: 5% 5% 4% 5%;  
  float: left;
}
p.pata a {
  color: rgb(255,255,255);
	margin: 0% 0% 0% 0%;
  float: left;
}
p.pata a:hover {
  color: rgb(102,153,204);
}
p.pata img {
  border: 0px solid red;
	width: 60%;
	margin: 0% 0% 0% 0%;
}
}

@media screen and (max-width: 41.125em) {
.cbp-so-section {
  border: 0px solid red;
	width: 96%;
	margin: 2em 2% 0em 2%;
}
	.cbp-so-side {                                                                                        
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
.cbp-so-wide-top:first-child {
	width: 100%;
}
.cbp-so-side-right {
	text-align: justify;
	padding: 1em 0em 0em 0em;
}
.cbp-so-side-left {
	text-align: justify;
	padding: 1em 0em 0em 0em;
}
#side{
	width: 100%;
	padding: 0em 0em 0em 0em;
}
p.pat {
	width: 100%;
}
p.pata {
  color: rgb(255,255,255);
	width: 90%;
  font-size: 0.7em!important;
	font-weight: bold;
	line-height: 1.8em;
  text-align: center;
	margin: 5% 5% 4% 5%;  
  float: left;
}
.pata a {
	width: 10%;
	margin: 5% 0% 0% 0%;
}
p.pata img {
	width: 90%;
	padding: 0% 0% 0% 0%;
}
p.sign {
	margin: 0% 0% 3% 0%;
	padding: 1.5% 0% 0% 0%;  
}
p.sign a {
	margin: 0% 2% 0% 5%;
	-webkit-transform: translateX(-0%) translateY(0);
	transform: translateX(-0%) translateY(0);
  display: inline!important;
}
}

