body 
{
	color:#fff !important;
	background-size:100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center; 
	font-family: verdana;
}

div#thecontainer {
    width: 95% !important;
}

#thecontainer .container {
    width: 100% !important;
}

.content-container
{
	padding:0 20px 0;
}

.goto-home
{
	width: 100%;
	height:600px;
	display: block;
}

/*body#splash
{
	background-color: #171717 !important;
	background-image:url(../img/banner.jpg) !important;
}
*/
body.home
{
	background-color: #171717 !important;
	background-image:url(../img/Home-Background.jpg) !important;
}

body.home #sidemenu ul > li > a
{
	border-left:4px solid #ff1c25;
}

body.home a.active
{
	background-color:#ff1c25;
	color:#fff;
}

body.home #thecontent h1
{
	background-color: #ff1c25;
}

body.home #header-contact li h4 {
    color: #ff1c25;
}

body.cyber-services
{
	background-color: #030c5a !important;
	background-image:url(../img/bg-blue.jpg) !important;
}

body.cyber-services #header-contact li h4, body.trainings-seminars #header-contact li h4 {
    color: #0c76ff;
}

body.trainings-seminars
{
	background-color: #030c5a !important;
	background-image:url(../img/bg-blue-two.jpg) !important;
}

body.cyber-services #sidemenu ul > li > a, body.trainings-seminars #sidemenu ul > li > a
{
	border-left:4px solid #0c76ff;
}

body.cyber-services a.active, body.trainings-seminars a.active
{
	background-color:#0c76ff;
}

body.cyber-services #thecontent h1, body.trainings-seminars #thecontent h1
{
	background-color: #0c76ff;
}

body.risk-management
{
	background-color: #182300 !important;
	background-image:url(../img/bg-green.jpg) !important;
}

body.risk-management #sidemenu ul > li > a
{
	border-left:4px solid #dafe1a;
}

body.risk-management a.active
{
	background-color:#dafe1a;
	color:#000;
}

body.risk-management #thecontent h1
{
	background-color: #dafe1a;
	color: #000;
}

body.risk-management #header-contact li h4 {
    color: #dafe1a;
}

body.methodology
{
	background-color: #412d11 !important;
	background-image:url(../img/bg-methodology.jpg) !important;
}

body.methodology #sidemenu ul > li > a
{
	border-left:4px solid #c57400;
}

body.methodology a.active
{
	background-color:#c57400;
	color:#fff;
}

body.methodology #thecontent h1
{
	background-color: #c57400;
	color: #fff;
}

body.methodology #header-contact li h4 {
    color: #c57400;
}

body.partners
{
	background-color: #260648 !important;
	background-image:url(../img/bg-partners.jpg) !important;
}

body.partners #sidemenu ul > li > a
{
	border-left:4px solid #6020a3;
}

body.partners a.active
{
	background-color:#6020a3;
	color:#fff;
}

body.partners #thecontent h1
{
	background-color: #6020a3;
	color: #fff;
}

body.partners #header-contact li h4 {
    color: #6020a3;
}

p, li
{
	color: #C7C7C7 !important;
}


h1, h2, h3, h4, h5, h6, a, #thefooter p
{
	font-family: 'Michroma', sans-serif !important;
	text-transform: uppercase;
}

h5
{
	margin:20px 0 10px !important;
}

ul
{
	padding:0;
	margin:0;
}

#thecontent
{
	background-color: #414141;
    padding: 0;
}

#thecontent ul 
{
	list-style: disc;
	margin-left:20px;
}

#thefooter p
{
	font-size:8px;
}

#theheader
{
	margin-bottom:30px;
}

.home #menu-content
{
	min-height: 500px;
	margin-top:150px;
}

#theheader, #menu-content, #thefooter
{
	padding:20px 0;
}

ul
{
	list-style: none
}

ul li a
{
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
}

#topmenu
{
	text-align: right;
}

#topmenu ul li 
{
	display: inline-block;
	padding:5px 0px 5px 10px;
}

#sidemenu ul li a, #topmenu ul li a
{
	font-size:10px;
}

#sidemenu ul li, #sidemenu ul li a, #topmenu ul li a
{
	padding:5px;
}

#sidemenu ul > li > a
{
	border-left:4px solid #fff;
}


#sidemenu ul li a:hover, #topmenu ul li a:hover
{
	background-color:#fff;
	color:#000;
	text-decoration: none;
}

#thecontent h1
{
	margin:0 0 30px 0;
	padding:10px;
	border-bottom:3px solid #fff;
	font-size:25px;
	letter-spacing: 6px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

#footer-full, #header-full {
    background-color: rgba(0,0,0,0.5);
}

#header-contact li {
    border-right: 1px solid #fff;
    padding: 0 15px !important;
    background-color: rgba(0,0,0,0.5);
}

.home #header-contact li, .home #footer-full
{
	background-color: rgba(0,0,0,0) !important;
}

.home #copyright
{
	text-align: center !important;
}

#header-contact li h4
{
	font-size: 12px;
}

ul.submenu-current
{
	margin:0 0 0 10px;
}

ul.submenu
{
	max-height: 1px;
	margin:0 0 0 10px;
	overflow: hidden;

	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}

#sidemenu ul li:hover ul.submenu
{
	max-height: 300px;
}

div#mainwrapper {
    padding: 0 !important;
}

#homebanner
{
	width:100%;
	height: 500px;
	padding:0 !important;
	background-color: #292928;
}

div#homebanner img {
    margin: 0 auto;
    display: block;
}

#side-contacts ul li 
{
	text-align: right;
	font-family: 'Michroma', sans-serif !important;
}

#side-contacts ul li p, #side-contacts ul li p a
{
	font-size:12px !important;
}

#header-contact a {
    text-transform: none !important;
}

#home-logo-content img {
    display: block;
    margin: 0 auto;
}