@charset "utf-8";
@font-face {
	font-family: 'Roboto', sans-serif;
	font-family: 'Droid Serif', serif;
}
* {
	margin: 0px;
	padding: 0px;
	/*box-sizing: border-box;*/
}
html {
	width: 100%;
	height: 100%;
	background-color: #ebebea;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	color: #000;
	background-color: #ebebea;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 16px;
}
html > body {
	min-height: 100%;
	height: auto;
}
p {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 16px;
}
a {
	text-decoration: none;
	font-weight: 700;
	color: #5f008b;
}
.visited {
	color: #fff;
}
h2 {
	margin-bottom: 8px;
}
h2.bldtxt {
	font-family: 'Roboto', sans-serif;
}
img {
	border: 0;
}
.rev {
	display: inline-block;
	vertical-align: top;
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}
input, textarea {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 14px;
	color: #5f008b;
}
.purple {
	color: #5f008b;
}
.bldtxt {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	color: #5f008b;
}
.fa-external-link {
	font-size: 12px;
	line-height: 14px;
	color: #5f008b;
	margin-left: 5px;
}
.subm {
	background-color: #fff;
	color: #5f008b;
	border: 2px solid #5f008b;
	width: auto;
	padding: 2px;
	color: #5f008b;
}
.ball {
	margin: 0 6px;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	float: left;
}
#logo {
	position: fixed !important;
	position: absolute;
	top: 10px;
	cursor: hand;
	cursor: pointer;
	opacity: 0;
	transition: all 1s ease;
	z-index: 500;
	transform-origin: top left;
}
#effe {
	position: fixed !important;
	position: absolute;
	opacity: 0;
	transition: all 1s ease;
	z-index: 100;
}
#menu {
	position: fixed !important;
	padding: 10px;
	background-color: #ffae00;
	color: #000;
	z-index: 101;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	opacity: 0;
	transition: all 1s ease;
	-webkit-box-shadow: -5px 12px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 12px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 12px 20px 0px rgba(0,0,0,0.75);
}
#menu a {
	color: #000;
	text-decoration: none;
	margin: 0 6px;
}
#menu a: hover {
	color: #fff;
	text-decoration: none;
}
#fwd {
	position: absolute;
	width: auto;
	color: #fff;
	float: right;
	text-align: right;
	font-style: italic;
}
#social {
	position: fixed !important;
	top: 10px;
	width: 216px;
	height: 60px;
	padding: 0;
	text-align: center;
	z-index: 102;
	opacity: 0;
	transition: all 1s ease;
}
.topstop {
	opacity: 0.6;
}
#wrapper {
	position: absolute;
	height: auto;
	padding: 0;
	z-index: 95;
	opacity: 0;
	transition: all 1s ease;
	margin-bottom: 40px;
}
.titbox {
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
	/*text-transform: uppercase;*/
	color: #5f008b;
	margin: 10px 0;
}
.date {
	font-size: 11px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #5f008b;
}
.weblink {
	font-weight: 700;
	font-style: italic;
}
.newslink {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
#copyfoot {
	position: fixed	!important;
	padding: 6px 20px;
	text-align: left;
	bottom: 0px;
	background-color: #ffae00;
	opacity: 0;
	transition: all 1s ease;
	z-index: 100;
	border-top: 5px solid #ebebea;
}
#copyfoot a {
	text-decoration: none;
	color: #5f008b;
	margin-left: 6px;
	margin-right: 6px;
}
#copyfoot a: hover {
	text-decoration: none;
	color: #fff;
}
.none {
	text-align: right;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #fff;
	padding: 8px 15px 8px 0;
	color: #000;
	margin-bottom: 20px;
	z-index: 100;
}
.none a {
	color: #5f008b;
	text-decoration: none;
}
.none a: hover {
	color: #ffae00;
	text-decoration: none;
}
.copytad {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 700;
	color: #000;
	width: 48%;
}
.footerlight {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.footnote {
	opacity: 0;
}
.ball {
	width: 50px;
	height: 50px;
	margin: 0 6px;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	float: left;
	border: #ffae00 5px solid;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
	transition: all 1s ease;
}
#gotop {
	position: absolute;
	background-color: #ffae00;
	border: #ffae00 5px solid;
	bottom: -65px;
	opacity: 0;
	z-index: 100;
	-webkit-box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	transition: all 1s ease;
}
#gotop: hover {
	border: #fff 5px solid;
}
.ball: hover {
	-webkit-box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	border: #fff 5px solid;
	transition: all 1s ease;
}
#tw, #fb, #gc {
	transition: all 1s ease;
}
#tw {
	background-color: #3fcdd7;
}
#fb {
	background-color: #3c5b9b;
}
#gc {
	background-color: #000;
	background-attachment: scroll;
	background-image: url(../images/gci-ball.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
#arrup {
	font-size: 51px;
	line-height: 51px;
	color: #5f008b;
}
#twitter, #facebook {
	font-size: 28px;
	line-height: 50px;
}
#twitter a, #facebook a {
	text-decoration: none;
}
.top {
	z-index: 1000;
	cursor: pointer;
}
.showl {
	display: inline-block;	
}
.hidel {
	display: none;	
}
fa-twitter, fa-facebook, fa-linkedin, fa-whatsapp {
	font-size: 16px;
	line-height: 20px;
}
far fa-copyright {
	font-size: 10px;
	line-height: 12px;
}
#skew {
	position: fixed	!important;
	top: -200px;
	left: 0;
	width: 108%;
	height: 400px;
	background-color: #5f008b;
	opacity: 0;
	transform: skewY(-12deg);
	z-index: 96;
	-webkit-box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 17px 20px 0px rgba(0,0,0,0.75);
	transition: all 0.7s ease-in-out;
}
#tosearch {
	width: 48%;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 700;
	color: #5f008b;
	text-align: right;
	float: right;
}
#tosearch a {
	text-decoration: none;
	color: #fff;
}
#tosearch a: hover {
	text-decoration: none;
	color: #fff;
}
.mask {	
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 270px;
	height: auto;
    filter: alpha(opacity=0);
    opacity: 0;
	background-color: #ffae00;
	padding: 10px;
	text-align: center;
    transition: all 0.4s ease-out;
}
.mask h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
    color: #fff;/*5f008b*/
	height: 36px;
	padding: 0 6px;
}
.mask p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	height: 16px;
	font-weight: 400;
    color: #000;
}
.mask .info {
    padding: 7px 14px;
    color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
}
.subm {
	width: 565px;
}
.inwrap {
	position: relative;
	left: 0;
	width: calc(100% - 40px);
}
/* ---------------------------------------------------------- grid ----------------------------------------------- */
.brick {
	margin: 0 15px 20px 0;
	display: inline-block; 
	vertical-align: top;
	text-align: left;
	height: auto;
	min-height: 150px;
	max-height: 320px;
	width: 290px;
	float: left;
	padding: 0;
	cursor: hand;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	filter: brightness(75%);
	overflow: hidden;
	text-align: justify;
	background-attachment: scroll;
	background-image: url(../images/45deg.png);
	background-repeat: no-repeat;
	background-position: right 0px bottom 3px;
}
.brick: hover {
	filter: brightness(100%);
}
.blindbrick {
	background-color: #fff;
}
#brick0{
	background-image: url();
	background-color: #fff;
	cursor: default;
}
.doublebrick {
	margin: 0 15px 20px 0;
	display: inline-block; 
	vertical-align: top;
	text-align: left;
	height: auto;
	min-height: 150px;
	width: 575px;
	float: left;
	padding: 10px 10px 40px 10px;
	background-color: #fff;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.doublebrick a {
	cursor: hand;
	cursor: pointer;
}
.backcam {
	background-color: #fff;
	background-image: url(../images/camera.png);
	background-position: center center;
}
/* ---------------------------------------------------------- NAVIGATION HAMBURGER ----------------------------------------------- */
#ham, #tri {
	position: fixed !important;
	top: 10px;
	margin: 0 20px 0 0;
	display: none;
	text-align: center;
	border: 0;
	padding: 2px;
	z-index: 510;
}
#tribars, #close {
	font-size: 32px;
	line-height: 32px;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	transition: all 1s ease;
	color: #fff;
	border: 0;
}
.slider_menu {
	position: fixed !important;
	top: 0;
	left: 100%;
	opacity: 0;
	color: #ffae00;
	text-align: left;
	background-color: #5f008b;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 42px;
	font-weight: 700;
	z-index: 109;
	padding: 100px 0 60px 60px;
	transition: all 1s ease;
}
.slider_menu a {
	color: #ffae00;
	text-decoration: none;
}
/* -------------------------------------------------- MEDIA QUERY ------------------------------------------------------------- */
@media (min-width: 1920px) {
#logo {
	width: 630px;
	height: 229px;
}
#wrapper {
	top: 308px;
}
#menu {
	top: 268px;
}
#fwd {
	margin-left: 350px;
}
#effe {
	top: 318px;
	width: 115px;
}
#underlogo {
	top: 0px;
}
}
@media (min-width: 1540px) and (max-width: 1910px) {
#logo {
	height: 171px;
}
#wrapper {
	top: 240px;
}
#menu {
	top: 200px;
}
#fwd {
	margin-left: 300px;
}
#effe {
	top: 250px;
	width: 103px;
}
#underlogo {
	top: -126px;
}
}
@media (min-width: 1235px) and (max-width: 1539px) {
#logo {
	width: 311px;
	height: 113px;
}
#wrapper {
	top: 232px;
}
#menu {
	top: 132px;
}
#fwd {
	margin-left: 250px;
}
#effe {
	top: 182px;
	width: 92px;
}
#underlogo {
	top: -130px;
}
.ball {
	width: 50px;
	height: 50px;
}
#arrup {
	font-size: 50px;
	line-height: 50px;
}
}
@media (min-width: 930px) and (max-width: 1234px) {
#logo {
	width: 124px;
	height: 45px;
}
#wrapper {
	top: 104px;
}
#menu {
	top: 64px;
}
#fwd {
	margin-left: 150px;
}
#effe {
	top: 114px;
	width: 77px;
}
#underlogo {
	top: -242px;
}
.ball {
	width: 40px;
	height: 40px;
	border: #ffae00 4px solid;
}
#arrup {
	font-size: 40px;
	line-height: 40px;
}
#twitter, #facebook {
	font-size: 24px;
	line-height: 40px;
}
}
@media (min-width: 625px) and (max-width: 929px) {
#logo {
	width: 138px;
	height: 50px;
}
#wrapper {
	top: 104px;
}
#menu {
	top: 72px;
	font-size: 12px;
	line-height: 14px;
	padding: 6px;
}
#fwd {
	margin-left: 70px;
}
#effe {
	top: 114px;
	width: 77px;
}
#underlogo {
	top: -300px;
}
.ball {
	width: 40px;
	height: 40px;
	border: #ffae00 4px solid;
}
#arrup {
	font-size: 40px;
	line-height: 40px;
}
#twitter, #facebook {
	font-size: 24px;
	line-height: 40px;
}
}
@media (max-width: 624px) {
#logo {
	width: 152px;
	height: 55px;
}
#wrapper {
	top: 94px;
}
#menu {
	top: 64px;
}
#fwd {
	margin-left: 50px;
}
#effe {
	top: 114px;
	width: 77px;
}
#underlogo {
	top: -300px;
}
.subm {
 width: 270px;
}
.brick {
	margin-right: 0;
}
}