/*
	Fixes needed for the main menu to stay in its place.
  	Included in: publications/index.php, cryptoSolutions/index.php, forms/index.php, 
*/

body{
	font-family: 'Open Sans', sans-serif;
}

div.header {text-align: center; padding: 0; background-color: #ffffff;}
.header {min-height: 132px; border-bottom: solid #ccc 1px; padding: 0 5% 0 5%; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); margin-bottom: 1px;}
.logoContainer {height: 20px; clear: both; text-align: left; padding-left: 0; padding-top: 20px;}
img.logo {width: 225px; margin-left: 40px;}

#headerLogoContainer {width: 500px; text-align: center; margin: auto; margin-top: 80px; margin-bottom: 0px;}
#headerLogo {margin: 0 auto;}
#headerHeading {text-align: center; font-size: 250%;}
#headerText {text-align: left; width: 800px; margin: 0 auto; font-size: 160%;}

#menu-mainmenu {margin-top: 52px; font-size: 111%;}
.iconHome {position: relative; top: -3px;}

.pageHeading
{
	min-height: 190px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pageHeadingBottom {width: 100%; padding-top: 60px;}
.pageHeadingBottom h1 {text-align: center; width: 100% !important;}


.pageHeadingBottom {background-image: url('/wp-content/themes/grawikoTheme/images/pageHeadingBgrWhite.png'); background-position: bottom; background-repeat: no-repeat; background-size: cover; min-height: 190px; position: relative; top: 3px;}
.pageHeading h1 {font-size: 375%; color: #333; margin-top: 0; text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);}
.pageImage {width: 400px; height: 400px; border-radius: 50%; background-size: cover; box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.6); transform: rotateY(180deg); border: solid #ebebeb 12px;}

@media ( min-width: 1600px )
{
	.pageHeading 
	{
		min-height: 200px;
	}
	.pageHeadingBottom {min-height: 200px;}
}


.menuContainer {z-index: 999; padding-top: 15px;}

.mainMenu {margin: 0 auto;}
ul.menu {width: 900px; margin: 0 auto; margin-top: 30px;}

.mainMenu li  
{
	float: left;
	list-style-type: none;
}

.mainMenu li a
{
	text-decoration: none;
	letter-spacing: 0.01pt;
	color: #000000;
	font-weight: 300;
	/* border-right: dotted 1px #000000; */
	padding: 4px 9px 4px 10px;
}

/*
.langMenu li:last-child a, .mainMenu li:last-child a
{
	border-right: 0;
}
*/

.langMenu li a:hover, .mainMenu li a:hover
{
	border-bottom: solid 6px #9ac100;
	transition: 0.2s;
}

.mainMenu li a {font-size: 105%;}
#sticker .menu-mainmenu-container {padding-top: 10px !important;}
.iconHome {position: relative; top: -3px; width: 25px; height: 22px;}


/* Footer  */

.NonWPfooter {width: 100%; background: linear-gradient(25deg, rgba(38,38,38,1) 0%, rgba(121,121,121,1) 100%); height: 600px;}
.NonWPfooter #bgrContainer {height: 600px; width: 100%; background-image: url('/wp-content/themes/grawikoTheme/images/subSegmentTopBgr.png'); background-position: top center; background-repeat: no-repeat;}
.NonWPfooter p {padding-top: 125px; padding-right: 125px; text-align: right;}
.NonWPfooter p img {margin-right: 75px;}


div.footerCellContainer
{
	width: 890px;
	margin: 0 auto;
}

div.footerCell
{
	width: 200px;
	height: 150px;
	float: left;
	margin: 10px;
}	

.footerCell p, .footerCell h2, .footerCell a {color: #fff; padding: 0; margin: 0; text-align: left;}
.footerCell a {text-decoration: none;}
.footerCell a:hover {text-decoration: underline;}
.footerCell h2 {margin-top: 15px; margin-bottom: 20px;}

#bLogo {float: right; margin-top: 125px; margin-right: 100px; margin-bottom: 100px;}

.centered {text-align: center;}

@media (max-width: 1050px)
{

	#bLogo {margin-right: 50px;}

	.NonWPfooter {height: 1000px;}

	div.footerCellContainer
	{
		width: 220px;
	}

	div.footerCell
	{
		float: none;
	}

	.footerCell p, .footerCell h2 {text-align: center;}			
}
