@font-face {
    font-family: 'venera100';
    src: url('/fonts/venera-100-webfont.eot');
    src: url('/fonts/venera-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/venera-100-webfont.woff') format('woff'),
         url('/fonts/venera-100-webfont.ttf') format('truetype'),
         url('/fonts/venera-100-webfont.svg#venera100') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'venera700';
    src: url('/fonts/venera-700-webfont.eot');
    src: url('/fonts/venera-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/venera-700-webfont.woff') format('woff'),
         url('/fonts/venera-700-webfont.ttf') format('truetype'),
         url('/fonts/venera-700-webfont.svg#venera700') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ============================== */
/* General, grid thingys */
/* ============================== */


.maincontainer {
	max-width: 960px;
	margin: 0 auto;
}

.articlecontainer {
	max-width: 640px;
	margin: 64px auto;
}




/* ============================== */
/* Header Layout */
/* ============================== */


nav {
	
	background: url("/img/headerBG.png");
	background-position: center center;
	width: 100%;
	background-attachment:fixed;

}

.stuckToTop {
	position: fixed;
	top: 0;
	left: 0;
	border-width: 0px 0px 5px 0px;
	border-color: #ff8a00;
	border-style: solid;
}

nav ul {
	display: inline;
	font-family: 'venera100', 'Open Sans', sans-serif;

}

nav ul li {
	display: inline-block;
	font-size: 21px;
	padding: 32px;
}

nav ul li:nth-child(1) {
	padding-left: 0;
}

nav ul li:nth-last-child(1) {
	padding-right: 0;
}


nav ul li a:visited, nav ul li a, .currentmenu a:hover {
	text-decoration: none;
	color: #404041;
	font-family: 'venera700', 'Open Sans', sans-serif;
	transition: color 0.2s ease-out;
}



nav ul li a:hover {
	color: #ff8a00;
	transition: color 0.2s ease-out;
}

.currentmenu a {
	text-decoration: none;
	color: #5bc7d2;
	transition: color 0.2s ease-out;
	font-family: 'venera700', 'Open Sans', sans-serif;
}

header{
	background: url("/img/headerBG.png");
	background-position: center center;
	width: 100%;
	background-attachment:fixed;
	border-width: 0px 0px 5px 0px;
	border-color: #ff8a00;
	border-style: solid;
}

#logo {
	margin-bottom: 48px;
	margin-top: 48px;
}

#logo img {
	width: 300px;
}

#mainTitle {
	margin-top: 2%;
}

#mainTitle h1 {
	font-family: 'venera100', 'Open Sans', sans-serif;
	font-size: 40pt;
	color: 404041;
	font-weight: normal;
	letter-spacing: 15pt;
}

#about {
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	font-size: 16pt;
}

#about p, #about img {
	margin-bottom: 32px;
	margin-top: 32px;
}
#about p{
	margin-right: 32px; 
}

#about img{
	margin-left: 32px;
}
.title span:nth-child(1):hover {
	color: #ff8a00;
}
.title span:nth-child(2):hover {
	color: #5bc7d2;
}

/* ============================== */
/* Main Body */
/* ============================== */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #404041;
	font-size: 14pt;
	line-height: 1.4;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #404041;
	font-size: 14pt;
	line-height: 1.4;
}
.center {
	margin: 0 auto;
	text-align: center;
}


h2 {
	font-family: 'venera700', 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 24pt;
	margin-bottom: 0;
	letter-spacing: 10px;
	text-align: center;

}
h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-family: 'venera100', 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	text-align: center;
}

h4 {
	font-family: 'venera700', 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12pt;
}
/* ============================== */
/* Full Width Slides. Used in Portfolio. */
/* ============================== */

#accordion {
	padding: 0;
	margin: 0;
}

#accordion h3 {
	font-family: 'venera700', 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 24pt;
	margin-bottom: 0;
	letter-spacing: 10px;
	text-align: center;
	color: white;
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
	margin: 0;
	transition: padding 0.2s ease-out;
	cursor: pointer;



}
#accordion h3.ui-state-hover{
	padding-top: 96px;
	padding-bottom: 96px;
	transition: padding 0.2s ease-out;
	cursor: pointer;
}

#accordion .eagleimperium {
	background: #75b2dd url("/img/eagleImperiumBG.png");
	background-repeat:no-repeat;
	background-position:center 30%;
	background-size: 100%;
}



#accordion .polygamingnetwork {
	background: #404041 url("/img/polygamingnetworkBG.png");
	background-repeat:no-repeat;
	background-position:center 40%;
	background-size: 100%;
}

#accordion .almaandalex {
	background: #404041 url("/img/almaandalexBG.jpg");
	background-repeat:no-repeat;
	background-position:center 10%;
	background-size: 100%;
}


#accordion h3.ui-state-active {
	padding-top: 288px;
	padding-bottom: 48px;
	text-align: center;
	color: white;
	margin: 0;
	transition: padding 0.2s ease-out;
	border-width: 0px 0px 5px 0px;
	border-color: #5bc7d2;
	border-style: solid;
}


.slideHeader {
	background-color: #fff;
	padding: 32px;
	margin-bottom: 0;
	margin-top: 0;
}
.slideBody {
	padding: 32px;
	padding-bottom: 32px;
	background-color: #fff;
}

ul.clearing-thumbs li a img {
	max-width: 150px;
	max-height: 150px;


}

/*ul.clearing-thumbs li a {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	overflow: hidden;
	display: block;
	box-shadow: 0 8px 6px -6px #aaa;
	border-width: 5px;
	border-color: white;
	border-style: solid;
}

/* ============================== */
/* Blog Posts */
/* ============================== */

.postContent {
	padding: 32px;
	background-color: #fafafa;
	
	display: block;
	margin: 0px;

}


.postContent p:nth-child(1){
	margin: 0px 0px 18px 0px;

}

.postContent p {}

.postContent p:nth-last-child(1){
	margin: 0px 0px 18px 0px;
}

.postFooter {
	background-color: #e6e7e8;
	font-size: 10pt;
	margin-bottom: 32px;
	padding: 24px 32px 24px 32px;
	box-shadow: 0 8px 6px -6px #aaa;
	text-transform: uppercase;
}

.post h3 {
	border-width: 5px 0px 0px 0px;
	border-color: #5bc7d2;
	background-color: #fafafa;
	border-style: solid;
	padding: 32px 32px 0px 32px;
	margin: 0px;
	font-size: 18pt;
}

.imgPost h3 img {
	width: 896px;

}

.imgPost h3 {
	padding: 0px 0px 0px 0px;
}

.post {
	margin: 32px;
}

/* ============================== */
/* Color Bars */
/* ============================== */

ul.colorbar {
	margin-top: 64px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.colorbar li {
	width: 48px;
	margin: none;
	height: 48px;
	text-decoration: none;
	list-style: none;
	display: inline-block;
	border-width: 0px 0px 5px 0px;
	border-color: #404041;
	border-style: solid;
}

ul.colorbar li:nth-child(1) {
	margin-left: 150px;
}
ul.colorbar li:nth-last-child(1) {
}

#Cff8a00 {
	background-color: #ff8a00;
}
#Ce6e7e8 {
	background-color: #e6e7e8;
}
#Cffffff {
	background-color: #ffffff;
}
#C404041 {
	background-color: #404041;
}
#C5bc7d2 {
	background-color: #5bc7d2;
}
#C9f8d60 {
	background-color: #9f8d60;
}
#C000000 {
	background-color: #000000;
}
#C72b5e3 {
	background-color: #72b5e3;
}
#Cdd4a1f {
	background-color: #dd4a1f;
}
#Ca9cf37 {
	background-color: #a9cf37;
}

#C75b2dd {
	background-color: #75b2dd;
}

#Ced1c24 {
	background-color: #ed1c24;
}

#Cbdbec0 {
	background-color: #bdbec0;
}
/* ============================== */
/* Contact Section */
/* ============================== */

ul.contact {
	padding-left: 0px;
}

ul.contact li {
	list-style: none;
	padding: 1em;
	float: right;
}
a.contactLink {
	font-family: 'venera700', 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 0;
	color: #fff;
	background-color: #5bc7d2;
	text-decoration: none;
	padding: 8px;
	transition: background-color 0.2s ease-out;
}

a.contactLink:hover, a.contactLink:active {
	background-color: #ff8a00;
	transition: background-color 0.2s ease-out;
}

/* ============================== */
/* Footer */
/* ============================== */

footer {
	background: url("/img/footerBG.png");
	background-position: center center;
	width: 100%;
	background-attachment:fixed;
	color: white;
	text-align: center;
	padding-top: 48px;
	padding-bottom: 48px;
	border-width: 5px 0px 0px 0px;
	border-color: #ff8a00;
	border-style: solid;
}

footer * {
	color: white;
}

footer ul {
	list-style: none;
}

.socialmedialist li {
	padding: 8px;
}
.socialmedialist li a {
	color: white;
	padding: 8px;
	transition: background-color 0.2s ease-out;
}

.socialmedialist li a:hover, .socialmedialist li a:active {
	background-color: #ff8a00;
	color: white;
	transition: background-color 0.2s ease-out;
}