body{
	font-family:'Source Sans Pro',sans-serif;
	margin: 0;
	text-align: center;
	color: #333;
	background-color: #fff;
	font-size: 100%;
	font-weight: 400;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	transition: all .2s ease;
}
#container {
	box-shadow: 0 5px 5px #ccc;
	width: 100%;
	margin: 0 auto 75px auto;
	text-align: left;
	font-size: 1.1em;
	z-index: 2;
	position: relative;
	background-color: #fff;
	padding: 0 5%;
} 
#container:before {
	background: #ffd300;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 0 2px 10px rgba(0,0,0,.04);
	content: '';
	display: block;
	left: 0;
	top: -450px;
	min-height: 600px;
	position: absolute;
	transform: skewY(-15deg);
	width:50%;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.04);
	z-index: -1;
} 
#preload-01{background:url(../images/cag_logomic.png) no-repeat -9999px -9999px}
header {
	background-color: transparent;
	border-bottom: 0;
    width: 100%;
    overflow: hidden;
	padding: .5em 0;
	margin: 0 auto;
	right: 0;
	height: auto;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1030;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header .logo {
	margin: .7em 0 0;
	float: left;
	width: 24%;
}
header.smaller {padding: 0}
.navbar-default .navbar-toggle {border: 0}
#sidebar1 {
	float: left;
	width: 20%;
	padding: 5em 1em 1em
}
#sidebar2 {
	float: right;
	width: 10%;
	height: 30px;
	background-color: #ff3;
	margin: 130px 0 0;
}
#mainContent {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 7px;
	float: left;
	line-height: 1.1em;
	margin: 0 auto;
	padding: 1em;
	width: 100%;
	-webkit-font-smoothing: antialiased;
} 
#mainContent p {
	text-indent: 2em;
	text-align: justify
}
.main2 {
	text-indent: .5cm;
	text-align: justify;
	padding: 5px;
	background-color: #f0f0ff;
	vertical-align: top
}
footer {
	border: 0;
	height: 70px;
	padding: 10px 0;
	position: relative
} 
.footer-parallax {
	border: 0;
    z-index: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}
footer p {
	border-radius: 0 4px 4px;
	box-shadow: 1px 1px 4px #ccc;
	color: #fff;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: .875em;
	margin: 10px 0;
	padding: 3px 10px 3px 7%
}
a:link {
	color: #0d47a1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0d47a1;
}
a:hover {
	text-decoration: underline;
	color: #0d47a1;
}
a:active {
	text-decoration: none;
	color: #0d47a1;
}
.style1 {padding: 20px 0 0}
img {border:0;width:100%;height:auto}
ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 0 2em;
}
ul ul, ol ul, ul ol, ol ol {
	list-style-type: square;
	list-style-position: inside;
    padding: 0 0 0 1em !important
}
ul.fara li {
	list-style: none;
	background-image:none;
	background-repeat:none;
	background-position:0
}
td ul {
	margin: 0;
	padding: 0
}
hr { 
	margin: 20px 0; 
	clear: both; 
	border-top: 1px solid rgba(0,0,0,.1) ! important;
	border-right: 0;
	border-bottom: 0;
	border-left: 0
}
h2, h3 {
	font-family: 'Titillium Web', sans-serif !important;
    margin: 0 0 .4em !important;
	text-align: left;
}
h2 {font-size: 1.3em !important}
h3 {font-size: 1.2em !important}
strong,b{font-weight:600!important}
.clearfloat, .cl {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.cntr {
	text-align: center;
	margin: 5px auto;
}
.fltlft {
	display:flex;
	float: left;
	margin: 0 5px 5px 0;
}
.fltrt {
	display:flex;
	float: right;
	margin-left: 3px;
}
.titlu {
	border-radius: 5px 0 0 5px;
	box-shadow: 1px 1px 4px #ccc;
	color: #fff;
	float: right;
	font-family: 'Titillium Web', sans-serif;
	font-size: 2em;
	margin: 140px 0 1em;
	padding: 15px 12% 15px 30px;
	position: relative;
	width: auto;
	z-index: 3;
}
.galben {
	background-color: #0d47a1;
	color: #ffd300
}
.blue {
	background-color: #0d47a1;
	color: #fff;
	float: left;
	width: 100%;
	height: auto;
	margin: 1em auto;
	padding: 1em;
	border-radius: .5em
}
.blue h2 { margin: 0 0 .5em 0; }
.blue a:link, .blue a:visited, .blue a:active, .blue strong { color: #ffd300; font-weight: 400 !important; }
.blue a:hover { color: #fff; text-decoration: none;}
.roz { background-color: #ff99cc }
.verde { background-color: #2e7d32 }
.albastru { background-color: #6699cc }
.rosu {	background-color: #d50000 }
.red { color: #d50000 }
.alb {
	color: #0d47a1 !important;
	background-color: #fff
}
.meniu {
	text-transform: uppercase;
	font-size: 1em
}
.meniu a:link, .meniu a:visited, .meniu a:active {
	color: #0d47a1;
	padding: 5px;
	margin: 1em 2px 0 2px;
	float: left
}
.meniu a:hover {
	background-color: #0d47a1 ;
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 5px
}
.nav { text-transform: uppercase }
.nav>li {
    position: relative;
    display: block
}
.nav>li a {
	color: #0d47a1;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
	margin: 0 1px 0;
	padding: 10px 12px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
.nav>li a:hover {
	background-color: #0d47a1;
	color: #ffd300;
	text-decoration: none;
}
.navbar-nav { margin: 0 !important }
.navbar-collapse { padding: 0 }
nav .logo a img { width: 100%; height: auto; float: left }
.logo  {
    margin: .3em 0;
    float: left;
    width: 24%;
}
.motto {
    float: right;
	font-size: 1.1em;
    text-align: right;
    padding: 0 0 .5em;
	width: 60%
}
.motto span { float: right; font-weight:300}
.subtitlu {
	font-size: 1.1em;
	text-align: left;
	padding: 0 0 .5em;
	width: 40%;
}
.mm {
	font-size: .875em;
	font-weight: 300;
	text-align: right;
	margin: 0 .5em;
}
.citat {
	border-left: 2px solid #ffd300;
	margin: 0 0 0 95px;
	padding: 0 0 0 35px;
}
.citat:before {
	font-family: 'Material Icons';
	content: "\E244";
	color: #0d47a1;
	font-size: 2rem;
	margin: 0 0 0 -30px;
}
td, th {
	padding: 3px !important ;
}
.tmb {
	text-align: center;
	border: 1px solid #0d47a1;
	background-position: center top;
}
.tmb2 {
	border: 1px solid #0d47a1;
	margin: 5px;
	float: left;
}
.tmb3 {
	border: 1px solid #0d47a1;
	float: right;
	margin: 10px 0 10px 10px;
}
.tmb4 {
	border: 1px solid #0d47a1;
	float: left;
	margin: 0 10px 10px 30px;
}
.gal {
	float: left;
	width: 15%;
	height: auto;
	margin: 0 10px 10px;
	 display: block;
}
.photo-link { padding: 5px; margin: 5px; border: 1px solid #ccc; display: block; width: 200px; float: left; }
.photo-link:hover { border-color: #999; }
img, iframe { max-width: 100% }
[id^="profitshare-"] {
    display: inline-block;
	margin: 0 10px;
}
.cell {
	background-color: #ffc;
	border: 1px solid #ff6;
	padding: 5px;
	margin: 10px 0
}
.cell_txt {
	background-color: #fff;
	border: 1px solid #ff6;
	padding: 5px;
	margin: 0;
	width: 375px;
	text-align: justify;
	float: right;
}
.cell_tmb {
	float: none;
	border: 1px solid #ff6;
	margin: 0 0 2px
}
.cell_tmb2 {
	float: none;
	border: 1px solid #ff6;
	text-align: center;
	margin: 0 5px
}
.cell2 {
	width: 48%;
	float: left;
	margin: .4em;
	padding: 1em 0;
	text-align: left
}
.cell33 {
	width: 33%;
	border: 0;
	float: left;
	margin: 0;
	padding: 1em ;
	text-align: left;
}
.cell33dr {
	width: 26%;
	border: 0;
	float: right;
	margin: .4em;
	padding: 0 0 1em;
	text-align: left;
}
.cell33 ul, .cell33 li, .cell33dr ul, .cell33dr li { padding: 0 }
.cell33 li, .cell33dr li {	margin: 0 0 2em }
.cell33 h3, .cell33dr  h3 { margin: 0 0 .5em !important }
.rev {
	text-transform:none;
	font-size: 12px;
	padding: 0;
}
.img40 {
	float: right;
	width: 40%;
}
.img_shadow, .shadow {
	border: 1px solid #ffd300;
	margin: 5px 0 15px 0;
    border-radius: 5px;
    box-shadow: 3px 3px 3px  rgba(0,0,0,.4);
}
.img_shadow2, .shadow2 {
	border: 2px solid #ffd300;
	margin: 0 0 10px 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px  rgba(0,0,0,.2);
}
.eu {
	float: right;
	height: auto;
	margin: 0 .5em 0;
	opacity: .2;
	width: 2%;
}
.eu a:hover { opacity: 1 }
i {
	font-size: .875em !important ;
	line-height: normal ;
	right: 2px;
	position: relative;
	top: -1px;
	vertical-align: middle
}
.nav>li a i {
	font-size: 36px !important;
	width: 100%;
	display: block;
}
#mainContent p i  { text-indent: 0 }
.material-icons.rosu { color: #d32f2f; background-color: transparent; }
.hidden { display: hidden }

@media (max-width: 767px) {
	#mainContent ul,#mainContent ol {text-align:left}
	header .logo { width: 70%; margin: .75em 0; }
	#container:before {
		top: -500px;
		transform: skewY(-10deg);
		width:100%
	}
	.titlu { margin: 100px 0 1em; }
	.navbar-collapse { padding: 0 !important; background-color: #ffd300 }
	.navbar-nav > li > a {
		margin: 0 !important;
		padding: 10px 0 0 !important;
		width: 33% !important;
		height: 6em !important;
		font-size: .75em !important;
	}
	.navbar-toggle { margin: .5em 0 !important }
	i { padding: 0 !important; }
	.img40 { width: calc(100% - 3px); }
	.nivo-caption { font-size: .7em;padding: 2px 0	}
}