/* ----------------Reset------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

embed {
	vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
	display: inline;
}

input,
textarea {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	margin: 0;
	padding: 0px;
}

/* --------------------------------- */

html {
	-webkit-text-size-adjust: none;
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	/* ie8 */
}

a {
	color: #4C4C4C;
	text-decoration: none;
}

a:hover {
	opacity: 0.9;
	text-decoration: none;
}

h1,
h2 {
	font-size: 25px;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 12px;
}

h3,
h4 {
	font-size: 20px;
	line-height: 20px;
}

h5,
h6 {
	font-size: 16px;
	line-height: 16px;
}

p {
	margin: 10px 0;
}

.post {}

.post:after,
.post:before,
article:after,
article:before,
section:after,
section:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:after,
.clearfix:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ---------Html-Body---------- */
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #e6e6e6;
	color: #fff;
	font: 14px/25px Arial, Helvetica, sans-serif;
	background-size: 100%;
}

/* ------------Header---------- */

.header {
	background: #fff;
	box-shadow: rgba(27, 30, 36, 0.1) 0px 8px 16px 0px;
}

header .top-bar {
	background-color: #000;
	color: #fff;
}

header .top-bar .top-social {}

header .top-bar ul li {
	display: inline;
}

header .top-bar ul p {
	display: inline;
	margin: 0 10px;
	float: left;
}

header .top-bar .mail p {
	background: url(../images/Mail.png) no-repeat 0px 5px;
	color: #fff;
	padding-left: 25px;
	font-size: 14px;
}

header .top-bar .phone p {
	background: url(../images/Phone.png) no-repeat 0px 5px;
	color: #fff;
	padding-left: 25px;
	font-size: 14px;
}


header .login-form {
	margin-top: 10px;
}

header .login-form form {
	display: inline-block;
}

header #login {
	margin: 0 auto;
}

header #login input[type="text"] {
	border: 0 none;
	font: bold 13px Arial, Helvetica, Sans-serif;
	color: #777;
	width: 125px;
	padding: 7px;
	margin-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

header #login input[type="submit"] {
	background: #fcab2b;
	padding: 7px;
	margin-left: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

header #login input[type="checkbox"] {
	margin-left: 7px;
}


header {
	margin-bottom: 0px;
}

header .wrap-header {
	background: #00a7e5;
}

header .wrap-header ul li {
	display: inline;
}

header .wrap-header ul p {
	display: inline;
	margin: 20px 10px;
	float: left;
}

header .wrap-header select {
	margin: 20px 0px;
}

header #search {
	margin: 0px auto 0 auto;
}

header #search input[type="text"] {
	border: 0 none;
	font: 14px Arial, Helvetica, Sans-serif;
	color: #777;
	width: 260px;
	margin-bottom: 0px;
	padding: 7px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 8px;
}

header #search input[type="submit"] {
	background: url(../images/search-dark.png) no-repeat 7px 6px #fcab2b;
	padding: 7px 7px 7px 25px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.logo {}

.logo2 {
	text-align: center;
}

.logo3 {
	text-align: center;
}

.logo img {
	max-height: 100px;
	display: inline-block;
}

.logo2 img {
	max-height: 80px;
	display: inline-block;
}

.logo1 img {
	max-height: 30px;
	float: left;
	display: inline-block;
	margin-right: 10px
}

.logo3 img {
	max-height: 30px;
	margin-right: 10px
}

.logo1 img:hover {
	max-height: 35px;
	;
	height: 35px;
	width: 35px
}

nav {
	margin: 0px auto 0px auto;
	display: inline-block;
}

nav .active a {
	background: #fcab2b !important;
}

#menu {
	background-color: #000;
	border-bottom: 4px solid #fcab2b;
	text-align: center;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul form {
	float: left;
	padding: 0px 20px;
}

#menu ul a {
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: 2px;
}

#menu a:hover {
	background: #fcab2b;
}


header .nav-bar {}

header .nav-bar .wrap-nav {}

.user-login {
	margin: 35px auto 0 auto;
}

/* -------------------------------------Container------------------------------ */

#container {}

#container .wrap-container {}

/* ---MainContent-Article--- */
#main-content {}

#main-content .wrap-content {
	margin: 10px 10px 10px 0px;
}

#main-content2 .wrap-content2 {
	margin: 10px 10px 3px 0px;
}

#main-content .movie,
#main-content .serie {
	background-color: rgba(255, 255, 255, 0.9);
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #004b66;
}

#main-content .movie1 {
	background-color: rgba(255, 255, 255, 0.9);
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #004b66;
}

#main-content .movie2 {}

#main-content .type {}

#main-content .type ul li {
	display: inline;
}

#main-content .type ul select {
	display: inline;
	margin: 5px 10px;
	float: left;
}

#main-content .type ul a {
	margin: 5px 10px;
}

#main-content .title {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 1px;
	background-color: #185b74;
	background: -webkit-linear-gradient(left, #185b74, #00a7e5);
	background: -o-linear-gradient(right, #185b74, #00a7e5);
	background: -moz-linear-gradient(right, #185b74, #00a7e5);
	background: linear-gradient(to right, #185b74, #00a7e5);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24), 0 3px 3px 0 rgba(0, 0, 0, 0.19);

}

#main-content2 .title {
	padding-left: 5px;
	border-bottom: 0px solid #ffffff;
	margin-bottom: 0px;
	background-color: #185b74;
	background: -webkit-linear-gradient(left, #185b74, #00a7e5);
	background: -o-linear-gradient(right, #185b74, #00a7e5);
	background: -moz-linear-gradient(right, #185b74, #00a7e5);
	background: linear-gradient(to right, #185b74, #00a7e5);

	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24), 0 3px 3px 0 rgba(0, 0, 0, 0.19);

}

#main-content .title:hover,
#main-content2 .title:hover {
	background: -webkit-linear-gradient(left, #00a7e5, #185b74);
	background: -o-linear-gradient(right, #00a7e5, #185b74);
	background: -moz-linear-gradient(right, #00a7e5, #185b74);
	background: linear-gradient(to right, #00a7e5, #185b74);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;

}

#main-content .title h2 {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	padding: 5px 0;
	letter-spacing: 1px;
}

#main-content2 .title h1 {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	padding: 10px 5px 10px 5px;
	letter-spacing: 2px;
}

#main-content .post {
	padding: 0;
	margin-top: 1px;
	text-align: center;
}

#main-content .post img.thumb {
	height: 100%;
	width: 100%;
}

#main-content .post img.thumb1 {
	height: 100%;
	width: 100%;
	-webkit-filter: sepia(100%);
	/* Safari */
	filter: sepia(80%);
}

#main-content .post img.thumb1:hover {
	height: 100%;
	width: 100%;
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

#main-content .post h3 {
	color: #004b66;
	font-weight: 600;
	padding: 3px;
	margin-bottom: -8px;
	font-size: 12px;
	line-height: 125%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main-content .post h3 {
	color: #004b66;
	font-weight: 600;
	padding: 3px;
	margin-bottom: -8px;
	font-size: 12px;
	line-height: 125%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main-content .post h3:hover {
	text-decoration: underline;
}

#main-content .post span {
	margin-top: 50pt;
	/*background: #ff0000;*/
	color: #185b74;
	font-size: 10px;
	padding: 0px;
	/*width: 300px;*/
	border-radius: 0px;
	letter-spacing: 0px
}

.post .tooltiptext {
	visibility: hidden;

	background: #185b74;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 5px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.post:hover .tooltiptext {
	visibility: visible;
}

/* -------------Article------------ */

article {
	margin-bottom: 5px;
}

article:after,
article:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

article img {}

article .art-header {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

article .art-header ul li.star {
	padding: 15px 5px;
}

article .art-header h1 {
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

article .art-header p a {
	font-size: 18px;
	font-weight: 500;
	color: #ffefff;
}

article .art-header p a:hover {
	color: #fcab2b;
}


article .art-content {
	padding: 10px;
	background-color: rgba(255, 255, 255, 1.0);
}

article .art-content blockquote {
	border-left: 3px solid #1c7791;
	font-size: 18px;
	margin: 0 50px;
	font-style: italic;
	color: #666;
	padding-left: 20px;
}

article .art-content ol {
	float: left;
	text-align: justify;
	margin: 10px 50px;
	font-size: 16px;
	list-style-type: circle;
}

article .art-content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #004b66;
	padding: 0px 0px 0px 0px;
}

article .art-content .gameplay {
	padding: 10px 0px 0px 0px;
}

article .art-content p {
	font-size: 12px;
	color: #004b66;
	background: #eeeeee;
	padding: 5px;
	text-align: justify;
	line-height: 160%;
}

/* ---Sidebar-Widget--- */
#sidebar {}

#sidebar .wrap-sidebar {
	margin: 3px 10px 3px 0px;
}

.widget {
	margin-bottom: 10px;
	margin-right: 10px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	padding-bottom: 10px;
	border-bottom: 1px solid #004b66;
}

.widget:after,
.widget:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.widget .wid-header {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px;
	background-color: #004b66;
}

.widget .wid-header h5 {
	font-size: 20px;
	display: inline-block;
	padding: 10px 0;
	letter-spacing: 2px;
	padding-left: 10px;
}

.widget .wid-content {
	padding: 5px 10px 1px 10px;
}


.movie.wid-content {
	padding: 50 px 10px 0px 10px;
}

.movie .wid-content ul a {
	margin-left: 7px;
	display: inline-block;
	color: #004b66;
	font-size: 14px;
	font-weight: 600;
}

.movie .wid-content ul span img {
	margin: 10px 0 0 5px;
}

.movie .wid-content ul li {
	margin-top: 2.6px;
}

.movie .wid-content a:hover {
	background: #fff;
	color: #0000ff;
	text-decoration: underline;
}


.movie .wid-content1 {
	padding: 5px 5px 0px 5px;
}

.movie .wid-content1 .tag1 {
	margin-top: 3px;
}

.movie .wid-content1 .tag1 a {
	margin: 5px;
	float: left;
	background: #004b66;
	color: #fff;
	padding: 3px 5px;
	width: 47%;
}

.movie .wid-content1 .tag1 a:hover {
	color: #ffffff;
	background: #00a7e4;
}

.movie .wid-content1 a:hover {
	background: #fff;
	color: #0000ff;
	text-decoration: underline;
}



.widget.wid-about {}

.widget.wid-new-updates {}

.widget.wid-new-updates ul a {
	margin: 1px;
	display: inline-block;
	color: #004b66;
	font-size: 16px;
}

.widget.wid-new-updates ul span img {
	margin: 10px 0 0 5px;
}

.widget.wid-tag {}

.widget.wid-tag ul li {
	display: inline;
}

.widget.wid-tag ul a {
	display: inline;
	margin: 5px;
	float: left;
	background: #004b66;
	color: #fff;
	padding: 5px 10px;
}

.widget.wid-tag a:hover {
	background: #fff;
	color: #fcab2b;
}


.widget.wid-post {}

.widget.wid-post .post {}

.widget.wid-post img {
	float: left;
	margin: 15px 5px;
	max-width: 130px;
}

.widget.wid-post h6 {
	color: #fcab2b;
}

.widget.wid-post .wrapper {
	vertical-align: middle;
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 7px;
	margin-top: 22px;
	display: inline-block;
}

.widget.wid-last-updates {}

.widget.wid-last-updates img {
	float: left;
	margin: 15px 10px;
	max-width: 130px;
}

.widget.wid-last-updates h6 {
	color: #fcab2b;
}

.widget.wid-last-updates .wrapper {
	vertical-align: middle;
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 7px;
	margin-top: 22px;
	display: inline-block;
}

.widget.wid-gallery {}

.widget.wid-gallery img {
	margin: 0 10px 10px 0;
	max-width: 150px;
}

.widget.wid-archive {}

.widget.wid-archive select {
	margin: 5px 0;
	height: 40px;
	width: 100%;
	padding-left: 10px;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	background-color: #e9e9e9;
	color: #777777;
	border: none;
}

.widget.wid-meta {}

.widget.wid-meta ul li {}

.widget.wid-meta ul li {
	line-height: 2.8;
	border-bottom: 2px solid #fcab2b;
}

.widget.wid-meta ul a {
	font-size: 16px;
	color: #fff;
}

.widget.wid-related {}

.widget.wid-related img {
	max-height: 240px;
	border: 1px solid #DDD;
}

.widget.wid-related h4 {
	margin-top: 10px;
	color: #fff;
}

/* ------------Footer------------ */
footer {
	;
	background-color: rgba(0, 0, 0, 0.7);
	border-top: 5px solid #00abea;
	border-bottom: 0px solid #00abea;
}

footer .widget {
	border: none;
	background-color: transparent;
}

footer .wrap-footer {
	padding: 10px 0;
}

footer .wrap-footer p {}

footer .copyright .copyright-info {
	font-style: italic;
}

footer .bottom-footer {
	background-color: #185b75;
	padding: 3px;
	border-top: 1px solid #00abea;
}

footer .bottom-footer p {
	text-align: center;
	color: #fff;
}

footer .wrap-bottom {}

/* -------------Img-Effect----------- */
.view {
	max-width: 100%px;
	max-height: 100%px;
	margin: 3px;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 5px #ffffff;
	cursor: default;
	display: inline-block;
}

.view .mask,
.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
}

.view a.info {
	background: url(../img/link.png) center no-repeat;
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
}

.effect .mask {
	opacity: 0;
	overflow: visible;
	border: 0px solid rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	transition: all 0.4s ease-in-out;
}

.effect a.info {
	position: relative;
	bottom: 80px;
	right: 65px;
	opacity: 0;
	transform: scale(0, 0);
	transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.effect:hover .mask {
	opacity: 1;
	border: 100px solid rgba(0, 0, 0, 0.7);
}

.effect:hover a.info {
	opacity: 1;
	transform: scale(1, 1);
	transition-delay: 0.3s;
}

/* --------------Pagination------------- */

.btn {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	/*optional*/
	color: #aaa;
	font-size: 13px;
}

.pagination {
	padding: 20px;
}

.page {
	display: inline-block;
	padding: 0px 9px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.page:hover,
.page.gradient:hover {
	background: #fcab2b;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}

.page.active {
	border: none;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.page.gradient {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
	background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}

.pagination {
	color: #feffff;
}

.page {
	border: solid 1px #32373b;
	background: #fcab2b;
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, .1);
	color: #feffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
}

.page:hover,
.page.gradient:hover {
	background: #fcab2b;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
	background: -moz-linear-gradient(0% 0% 270deg, #547085, #3d4f5d);
}

.page.active {
	border: none;
	background: #2f3237;
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .1);
}

.page.gradient {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
	background: -moz-linear-gradient(0% 0% 270deg, #565b5f, #3e4347);
}

/* ------------Select----------- */
select {
	border-bottom: 2px solid #fcab2b;
	font: bold 13px Arial, Helvetica, Sans-serif;
	color: #777;
	width: 125px;
	padding: 7px;
	margin-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* ----------Button------- */
a.button {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: inline-block;
	background: #fcab2b;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-right: 0px;
}

a.button:hover {
	opacity: 0.9;
}

a.button.bt1 {
	background: #f8881b;
	border: 1px solid #eee;
	font-size: 22px;
	padding: 10px 15px;
	margin-right: 10px;
}

a.button.bt2 {
	background: #0000ff;
	color: #ffffff;
}

/* ------------Contact-------- */
.contact {
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.contact h2 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 70px;
	text-align: center;
}

#contact_form {
	padding: 25px;
}

#ff label {
	cursor: pointer;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}

#ff input {
	display: block;
	width: 90%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin: 5px 0 25px 0;
}

textarea {
	display: block;
	width: 90%;
	height: 200px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin: 5px 0 25px 0;
}

#ff .sendButton {
	border: none;
	cursor: pointer;
	background-color: #f8881b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	;
	width: 100px;
	color: #ffffff;
}

#ff .sendButton:hover {
	opacity: 0.8;
}

/* -----------Subcribe------------ */
#subcribe {
	margin: 10px;
}

#subcribe input[type="text"] {
	background: #fff;
	color: #867B6E;
	width: 200px;
	padding: 16px;
}

#subcribe input[type="submit"] {
	background: #303030;
	padding: 16px;
	color: #ffffff;
	cursor: pointer;
	width: 110px;
	outline: none;
}

.mobilesubmenu1 {
	width: 150px;
	background: #ffffff;
	font-size: 12pt;
	font-weight: 600;
	z-index: 99999;
	position: absolute;
}

.mobilesubmenu4 {

	padding: 3px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mobilesubmenu4:hover {
	background: #47a3da;
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	color: #ffffff;
}

.mobilesubmenu5 {

	padding: 3px;
	font-size: 10pt;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mobilesubmenu5:hover {
	background: #47a3da;
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	color: #ffffff;
}

/* unvisited link */
a:link.mobilesubmenu2 {
	color: #004b66;
	text-shadow: 1px 1px #bfbfbf;
}

/* visited link */
a:visited.mobilesubmenu2 {
	color: #004b66;
	text-shadow: 0.5px 0.5px #bfbfbf;
}

/* mouse over link */
a:hover.mobilesubmenu2 {
	color: #004b66;
	text-shadow: 1px 1px #bfbfbf;

}

/* selected link */
a:active.mobilesubmenu2 {
	color: #004b66;
	text-shadow: 1px 1px #bfbfbf;
}


.cr-container {
	width: 43.5%;
	height: 94%;
	border: 1px solid #000;
	position: absolute;
	z-index: 1;
}

.cr-content-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cr-content-container {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
}

.cr-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.cr-content {
	position: relative;
	z-index: 10;
	margin: 20px;
	height: 360px;
}

.cr-content h2 {
	font-size: 50px;
	line-height: 40px;
	width: 70%;
	color: #fff;
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Holtwood One SC', serif;
}

.cr-content h3 {
	width: 40%;
	color: #fff;
	padding: 15px 0px;
	line-height: 30px;
}

.cr-content h3 span {
	background: #185b74;
	padding: 4px 0px;
	font-style: italic;
	font-family: Georgia, serif;
	letter-spacing: 3px;
	font-size: 16px;
}

.cr-more-link {
	text-transform: uppercase;
	color: #185b74;
	font-size: 11px;
	padding: 0px 5px;
}

.cr-more-link:hover {
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
}

.cr-content-text {
	color: #185b74;
	background: transparent url(../images/bg_content.png) repeat top left;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	line-height: 24px;
	position: relative;
	display: none;
	z-index: 999;
	clear: both;
}

.cr-content-text p {
	padding: 10px;
}

.cr-thumbs {

	position: absolute;
	left: 15px;
	height: 100px;
	width: 100%;
	bottom: 0px;
	z-index: 20;
	overflow: hidden;
}

.cr-thumbs div {
	float: left;
	/* Set to absolute each 150px*/
	cursor: pointer;
	position: relative;
	display: none;
	width: 123px;
	height: 110px;
	overflow: hidden;
}

.cr-thumbs img {
	display: block;
	margin: 6px 5px 6px 0px;
	border: 4px solid #fff;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.cr-thumbs h4 {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 30px;
	font-family: 'Holtwood One SC', serif;
	font-size: 13px;
	line-height: 14px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
}

.cr-thumbs div:hover h4 {
	bottom: 35px;
}

.cr-thumbs div.cr-selected {
	border-color: #00a7e5;
	background: transparent url(../images/triangle.png) no-repeat 50% 0%;
}

.cr-thumbs div.cr-selected img {
	border-color: #00a7e5;

}

.cr-nav span {
	position: absolute;
	z-index: 50;
	text-indent: -9000px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	margin-bottom: -17px;
	left: -10px;
	background: transparent url(../images/nav.png) no-repeat top left;
}

.cr-nav span.cr-nav-next {
	background-position: bottom left;
	right: -10px;
	left: auto;
}

.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover {
	bottom: 34px;
}

.cr-hide,
.cr-show {
	position: absolute;
	z-index: 50;
	left: 50%;
	margin-left: -25px;
	bottom: -10px;
	cursor: pointer;
	width: 60px;
	height: 15px;
}

.cr-show {
	background-position: bottom center;
}


.mySlides {
	width: 100%;
	height: 314px;
}


.addright {
	background: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}

.addright .add1 {
	border: 0px dotted #ff0000;
	width: 100%;
	height: 252px;
}

.addright .add2 {
	width: 100%;
	height: 252px;
}

ul.breadcrumb {
	padding: 0px 15px;
	list-style: none;
	color: #004b66;
	font-size: 10px;
	background: -webkit-linear-gradient(left, #ccc, #fff);
	background: -o-linear-gradient(right, #ccc, #fff);
	background: -moz-linear-gradient(right, #ccc, #fff);
	background: linear-gradient(to right, #ccc, #fff);
}

ul.breadcrumb li {
	display: inline;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #004b66;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #0275d8;
	text-decoration: underline;
}

ul.controls {
	padding: 5px 15px 5px 15px;
	list-style: none;
	background-color: #eee;

	color: #004b66;
	font-size: 10px;
}

ul.controls li {
	display: inline;
	padding: 0px 8px 0px 0px;
}

ul.controls li+li:before {
	padding: 8px;
	color: black;
	border-left: 1px dotted #999999;
	content: "";
}

ul.controls li a {
	color: #004b66;
	text-decoration: none;
}

ul.controls li a:hover {
	color: #0275d8;
	text-decoration: underline;
}

/*footer links*/
ul.breadcrumb1 li {
	display: inline;
}

ul.breadcrumb1 li+li:before {
	padding: 12px;
	color: #ffffff;
	content: "|\00a0";
}

ul.breadcrumb1 li a {
	color: #ffffff;
	text-decoration: none;
}

ul.breadcrumb1 li a:hover {
	color: #eeeeee;
	font-weight: 600;
	text-decoration: underline;
}

.mainHeader {
	background: red !important;
	box-shadow: rgba(27, 30, 36, 0.1) 0px 8px 16px 0px;
	height: 200px;
}

header .top-bar {
	background-color: #000;
	color: #fff;
}

#backBtn {
	height: auto !important;
	object-fit: cover;
	margin-top: 0 !important;
}

#stardisplay {
	position: absolute !important;
	right: 0;
	font-size: 11px;
}

#checkurl {
	position: absolute;
	left: 0;
}

.gamebottom2 {
	position: relative;
}