html {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	min-height: 100%;
}

body {
	background: url(../images/bg-grupobs2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header #logo {
	float: left;
}

#logo img {
	width: 250px;
	margin-left: 80px;
	padding-bottom: 20px;
}

#slogan {
	padding-bottom: 100px;
	padding-top: 225px;
}

#slogan canvas {
	vertical-align: middle;
}

.view-container {
	margin: 0 auto;
	text-align: center;
}

#main {
	padding-bottom: 75px;
}

#page {
	min-height: 100%;
	height: 100%;  /* for IE */
	position:relative;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
}

#social {
	margin-left: 90px;
	float: left;
}

.social {
	margin: 3px;
}

#footer-address {
	margin: 3px;
	margin-right: 90px;
	text-align: right;
}

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after, .ch-item:before {
	content: '';
	display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 230px;
	height: 230px;
	display: inline-block;
	margin: 40px;
	margin-bottom: 20px;
}

.ch-item-1, .ch-item-2, .ch-item-3 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 {
	background-image: url(../images/shape-bs2.png);
}

.ch-img-2 {
	background-image: url(../images/shape-crmall.png);
}

.ch-img-3 {
	background-image: url(../images/shape-automaticket.png);
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item-1:hover {
	box-shadow: inset 0 0 0 120px rgba(220,0,0, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}

.ch-item-2:hover {
	box-shadow: inset 0 0 0 120px rgba(20,60,180, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}

.ch-item-3:hover {
	box-shadow: inset 0 0 0 120px rgba(170,40,60, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}

.ch-item-1:hover .ch-info, .ch-item-2:hover .ch-info, .ch-item-3:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

hr.divider-one {
	margin: 10px;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.divider-two {
	margin: 10px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}