/* -------------------------
reset styles
---------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, hr, th, td,
	video, footer, header, menu, nav, contentwrapper, article, form, label,
	fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------------
viewport for devices
---------------------------*/
@
-webkit-viewport {
	width: device-width;
}

@
-moz-viewport {
	width: device-width;
}

@
-ms-viewport {
	width: device-width;
}

@
-o-viewport {
	width: device-width;
}

@
viewport {
	width: device-width;
}

/* -------------------------
basic page styles
---------------------------*/
body {
	color: #000;
	background: #000;
	background-image: url(../images/gambling_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

h1 {
	color: #ffc107;
	font-size: 1.3em;
	font-weight: 300;
	font-style: italic;
	margin-left: 15px;
}

h2 {
	float: left;
	color: #ffc107;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #455a64;
	padding: 16px;
	border-radius: 3px;
}

h3 {
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin: 16px;
}

h4 {
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin: 16px;
}

h5 {
	
}

h6 {
	
}

p {
	margin: 16px;
}

ul {
	padding-left: 35px;
}

#header {
	width: 100%;
	background-color: #455a64;
}

#top {
	max-width: 1024px;
	margin: auto;
	height: 90px;
}

#logo {
	height: 90px;
	margin-left: 12px;
	/*margin:0px;*/
	padding: 0px;
}

.half {
	width: 50%;
}

.left {
	float: left;
}

#languages {
	height: 90px;
}

#languages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#languages li {
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #ffca28;
}

#languages li a {
	display: block;
	text-align: center;
	padding: 37px 15px;
	text-decoration: none;
}

#languages a:link, #languages a:active, #languages a:hover, #languages a:visited
	{
	color: #ffca28;
	background-color: #455a64;
}

#languages li a:hover {
	text-decoration: underline;
	color: #263238;
}

.right {
	float: right;
}

/* -------------------------
navigation styles
---------------------------*/
#navigation {
	width: 100%;
	background-color: #ffca28;
}

#nav {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul, #nav-header span {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#nav li, #nav-header span {
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #1e3238;
}

#nav li a, #nav-header span {
	display: block;
	text-align: center;
	padding: 15px 15px;
	text-decoration: none;
}

#nav a:link, #nav a:active, #nav a:hover, #nav a:visited {
	color: #1e3238;
}

#nav li a:hover {
	text-decoration: underline;
	background-color: #ffc107;
}

/* -------------------------
styles for content on the page
---------------------------*/
#content {
	max-width: 100%;
	margin-top: 48px;
}

#contentwrapper {
	max-width: 1024px;
	margin: auto;
}

#subscribe {
	background: #455a64 url(../images/newsletter_back.png) left no-repeat;
	width: 35%;
	margin-bottom: 48px;
	border-radius: 3px;
}

#subscribe h2 {
	float: left;
	color: #ffc107;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.05em;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #455a64;
	/*margin: 16px 16px 16px 5px;*/
}

#contact-info {
	background: #455a64 url(../images/contact_back.png) left no-repeat;
	width: 100%;
	border-radius: 3px;
	z-index: 10;
}

.contact-style {
	margin: 0;
	line-height: 19px;
}

.down-indent {
	margin: 64px 48px 16px 48px;
}

.partial {
	width: 35%;
	margin-bottom: 48px;
}

.white-basic {
	background-color: #eceff1;
	color: #000;
	text-align: left;
	border-radius: 3px;
	margin-top: -6px;
	z-index: -1;
}

.space-before {
	padding-top: 48px;
}
/*
#contact-info p {
	float:left;
	color:#ffc107;
	font-size:1em;
	line-height:1em;
	letter-spacing:0.05em;
	font-weight:300;
	text-transform:uppercase;
	background-color:#455a64;
	margin: 16px 16px 16px 5px;
}*/
#advert {
	width: 65%;
	height: 150px;
	margin-bottom: 48px;
	color: #ffc107;
	font-size: 2.2em;
	font-style: italic;
}

#formwrapper {
	width: 100%;
	background-color: #eceff1;
	border-radius: 3px;
	margin-bottom: 48px;
}

#formwrapper h2 {
	width: 100%;
	margin: auto;
	margin-bottom: 16px;
	background-color: #455a64;
	color: #ffc107;
	border-radius: 3px;
}

#copywrapper {
	width: 100%;
	background-color: #eceff1;
	border-radius: 3px;
	margin-bottom: 48px;
}

article {
	width: 100%;
	background-color: #eceff1;
	border-radius: 3px;
	margin-bottom: 48px;
	padding-bottom: 10px;
}

article h1, article h2, article h3, article h4, article h5, article h6,
	article ul {
	margin-bottom: 5px;
	display: block;
	clear: left;
}

article>div {
	margin: 16px;
}

#copywrapper h2 {
	width: 100%;
	margin: auto;
	margin-bottom: 16px;
	background-color: #455a64;
	color: #ffc107;
	border-radius: 3px;
}

article h2 {
	width: 100%;
	margin: auto;
	background-color: #455a64;
	color: #ffc107;
	border-radius: 3px;
}

#copywrapper h3 {
	float: left;
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	padding: 0 16px;
	margin: 0;
}

article h3 {
	float: left;
	position: relative;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}

article h4 {
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	font-weight: 450;
}

#copywrapper p {
	float: left;
	position: relative;
	display: block;
}

article ul {
	float: left;
	position: relative;
	display: block;
}

article p {
	float: left;
	position: relative;
	display: block;
}

.indent-form-fields {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 6px;
}

#submit, div.to-form {
	background-color: #455a64;
	/*width:15%;*/
	margin-bottom: 16px;
	margin-right: 16px;
	border-radius: 3px;
}

#refresh {
	top: -5px;
}

#submit input, div.to-form, #refresh {
	float: left;
	color: #ffc107;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #455a64;
	/*margin: 16px 16px 16px 5px;*/
}
/* -------------------------
styles for footer on the page
---------------------------*/
#footer {
	width: 100%;
	background-color: #455a64;
	float: left;
}

#bottom {
	width: 100%;
	margin: auto;
	position: relative;
}

#bottom h2 {
	margin: 16px;
}

.social {
	margin: 48px auto 16px auto;
	text-align: center;
}

.social a {
	margin: auto;
}

.social img {
	margin: 6px;
}

#copyright {
	max-width: 1024px;
	margin: auto;
	position: relative;
}

#copyright p {
	max-width: 1024px;
	margin: 16px;
	color: #263238;
	font-size: 14px;
	text-align: center;
}

.contentwrapper {
	width: 100%;
	position: relative;
	margin-top: 140px;
}

.article-left {
	width: 60%;
	background-color: #eceff1;
	border-radius: 3px;
	float: left;
	margin-top: 48px;
	margin-bottom: 48px;
}

/* -------------------------
class styles for responsive page
---------------------------*/
.outer {
	width: 100%;
}

.inner {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------
colour styles
---------------------------*/
.yellow {
	background-color: #ffca28;
}

.grey {
	background-color: #455a64;
	height: 95px;
}

.button-icon {
	padding-left: 46px !important;
}

.button {
	width: 100%;
	height: 48px;
	display: inline-block;
	padding: 16px 16px 16px 16px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffc107;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: none;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.button:hover, #refresh:hover, #submit input:hover {
	color: #455a64;
	background-color: #ffc107;
}

.grey {
	background-color: #455a64;
	color: #ffc107;
}

.text-small {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.7em;
}

.block {
	margin: 6px;
	display: block;
	clear: left;
}

div.to-form {
	/*clear: left;*/
	float: right;
	cursor: pointer;
	position: relative;
	top: -100px;
	right: -10px;
}

/*@media screen and (max-width: 500) {
	#top {
		max-width: 800px;
	}
	textarea {
		width: 300px;
	}
}*/

.text-1_3em {
	font-size: 1.3em;
}

#nav-header {
	display: none;
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}
[required] + label {
	content: "abc";
}
#SkypeButton_Call_offshore_as_1, #SkypeButton_Call_offshore_as_1 * {
	margin: 0px !important;
}
@media only screen and (max-width: 850px) {
	#advert h1 {
		margin: 0px;
	}
	#advert, #subscribe, #contact {
		display: block;
		float: none;
		height: 100%;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 15px;
		width: 360px;
	}
	#contact {
		height: 150px;
	}
	.down-indent {
		clear: both;
		height: 76px;
		padding-top: 10px;
		margin: 0px 48px 38px 48px;
	}
	.indent-form-fields {
		width: 100%- 6 px;
	}
	#languages {
		float: left;
		width: 100%;
	}
	#languages li {
		width: 50%;
	}
	#nav {
		clear: left;
		display: none;
	}
	#nav li {
		display: inline-block;
		width: 100%;
	}
	#nav-header {
		display: block;
		clear: left;
		height: 60px;
		padding: 8px;
	}
	#nav-header span {
		float: none;
	}
	#refresh {
		width: 96%;
		margin: 0px;
	}
}
/* FOOTER */
#footer-helpcopy{
	max-width:1024px;
	margin:auto;
}
#footer-helpcopy p {
	color:#ffc107;
	font-size:2em;
	line-height:1.3em;
	letter-spacing:0.05em;
	font-style:italic;
	margin:16px;
	padding-bottom:10px;
}
#contact-footer{
	max-width:1024px;
	margin:auto;
	padding-bottom:8px;
}
#contact-footer li {
	display: inline-block;
	width:24%;
	font-size:16px;
	line-height:16px;
	text-transform: uppercase;
}
#contact-footer a {
	padding: 0px 10px 10px 10px;
}
#contact-footer a:link,#contact-footer a:active,
#contact-footer a:visited {
    display: block;
    text-decoration: none;
	color: #ffca28;
}
#contact-footer a:hover {
	text-decoration:underline;
    background-color: #37474f;
}
@media screen and (max-width: 780px) {
	#contact-footer{
		max-width:700px;
	}
	#contact-footer li {
		width:49%;
	}
}


/* --------styles for footer's share icon links---------*/
#social-footer {
	text-align:center;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:0px;
}
#social-footer ul {
	display:inline-block;
	text-align:center;
}
#social-footer li:first-child {
	display:inline;
	font-size:16px;
	line-height:32px;
	margin:8px 0 0 16px;
	color: #ffc107;
}
#social-footer li {
	display:inline;
	font-size:16px;
	line-height:16px;
	color: #ffc107;
	margin-left:16px;
}
@media screen and (max-width: 767px) {
	#social-footer li:first-child {
		width: 100%;
	}
	#social-footer li {
		margin-right: 7%;
	}
}
#social-footer a {
	padding:0;
}
#social-footer a:link,#social-footer a:active,
#social-footer a:visited {
    display: block;
	color: #1e3238;
}
#social-footer a:hover {
    background-color: #37474f;
}

/* --------styles for footer's share icon links---------*/
#share-footer {
	text-align:center;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:0px;
}
#share-footer ul {
	display:inline-block;
	text-align:center;
}
#share-footer li:first-child {
	display:inline;
	font-size:16px;
	line-height:16px;
	margin:0px 0 0 16px;
	color: #ffc107;
}
#share-footer li {
	display:inline;
	font-size:16px;
	margin-left:16px;
	line-height:16px;
	color: #ffc107;
}
@media screen and (max-width: 767px) {
	#share-footer li:first-child {
		width:100%;
	}
	#share-footer li {
		margin-right: 10%;
	}
}
#share-footer a:link,#share-footer a:active,
#share-footer a:visited {
    display: block;
	padding:0;
	color: #1e3238;
}
#share-footer a:hover {
	text-decoration:underline;
    background-color: #37474f;
}
/* FOOTER END */
#SkypeButton_Call_offshore_as_1, #SkypeButton_Call_offshore_as_1_paraElement {
	margin-top: -9px !important;
} 

/* -------------------------
styles for footer on the page
---------------------------*/
#footer {
	width:100%;
	background-color:#455a64;
	float:left;
	text-align: center;
	padding: 0;
}
#footer-helpcopy p {
	color:#ffc107;
	font-size:2em;
	line-height:2em;
	letter-spacing:0.05em;
	font-weight:300;
	font-style:italic;
	padding-bottom:10px;
}
#footer-helpcopy{
	max-width:1024px;
	margin:auto;
}
#footer-contact{
	max-width:1024px;
	margin:auto;
}
.footer-call-us{
	float:left;
	width:25%;
	text-align:center;
}
.footer-call-us p{
	color:#ffc107;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.05em;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
	margin:0;
	padding-bottom:28px;
}
#footer-contact a:hover {
    background-color: #37474f;
}

/* --------styles for footer's share icon links---------*/
#social-footer {
	text-align:center;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:4px;
}
#social-footer ul {
	display:inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align:center;
}
#social-footer li:first-child {
	display:inline;
	float: left;
	text-transform:uppercase;
	font-size:16px;
	line-height:32px;
	margin:11px 11px 0 0;
	letter-spacing:0.05em;
	color: #ffc107;
}
#social-footer li {
	display:inline;
	float: left;
	text-transform:uppercase;
	font-size:16px;
	margin-left:12px;
	margin-bottom: 0px;
	line-height:16px;
	letter-spacing:0.05em;
	color: #ffc107;
}
#social-footer a:link,#social-footer a:active,
#social-footer a:hover,#social-footer a:visited {
    display: block;
    text-decoration: none;
	color: #1e3238;
}
#social-footer a:hover {
	text-decoration:underline;
    background-color: #37474f;
}

/* --------styles for footer's contacts---------*/
#navigation-footer {
	width:100%;
	background-color:#ffca28;
	box-shadow: 0px 2px 3px #333;
}
#nav-footer {
	text-align:center;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;	
}
#nav-footer ul {
	display:inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align:center;
}
#nav-footer li {
	display:inline;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.05em;
	color: #1e3238;
}
#nav-footer a:link,#nav-footer a:active,
#nav-footer a:hover,#nav-footer a:visited {
	float: left;
    display: block;
    padding: 16px 15px;
    text-decoration: none;
	color: #1e3238;
}
#nav-footer a:hover {
	text-decoration:underline;
    background-color: #ffc107;
}

/* --------styles for footer's share icon links---------*/
#share-footer {
	text-align:center;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;	
	/*margin-top:28px;*/
	margin-bottom:4px;
}
#share-footer ul {
	display:inline-block;
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
	text-align:center;
}
#share-footer li:first-child {
	display:inline;
	float: left;
	text-transform:uppercase;
	font-size:16px;
	line-height:32px;
	margin:11px 11px 0px 0;
	letter-spacing:0.05em;
	color: #ffc107;
}
#share-footer li {
	display:inline;
	float: left;
	text-transform:uppercase;
	font-size:16px;
	/*margin-left:12px;*/
	line-height:16px;
	letter-spacing:0.05em;
	color: #ffc107;
}
#share-footer a:link,#share-footer a:active,
#share-footer a:hover,#share-footer a:visited {
    display: block;
	color: #1e3238;
}
#share-footer a:hover {
	text-decoration:underline;
    background-color: #37474f;
}