/* Font: Play regular */
@font-face {
	font-family: 'Play';  
	src: url('fonts/play-regular-webfont.woff2') format('woff2'),
         url('fonts/play-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html, body {
    height: 100% !important;
}

body {
  margin:0;
  font-family:'Play', sans-serif;
  font-size:16px;
  line-height:1.42857143;
  color:#111;
  background: url(images/studio_bg.jpg) no-repeat center center fixed;
  background-size: cover;
  background-color: #151924;
}

/* Spacer for FontAwesome Icons */
.fa, .far, .fas, .fal, .fab {
	margin: 0 auto;
	width: 1.0em;
	font-size: 0.8em;
	text-align: center;
}

.white {
	color: #fff;
}

.title {
	color: #082234;
	text-transform: uppercase;
	font-size: 1.3em;
	border-radius: 5px 5px 0 0;
}

.opentable {
	font-size: 1.0em;
	margin-bottom: 10px;
	padding: 3px;
}

.openside {
	border: 0px none;
	margin-bottom: 10px;
	padding: 3px;
}

.side-left {
	font-size: 1.0em;
	margin-bottom: 25px;
}

.side-right {
	font-size: 1.0em;
	margin-bottom: 25px;
}

.side-center {
	font-size: 1.0em;
	margin-bottom: 25px;
}

.main-body {
	background-color: transparent;
	/*background: url(images/contentWrapperOuterShadow.png) repeat-x bottom center;*/
	height: auto;
	/*min-height: 90%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	padding: 0px;
	border: 0;
}

.main-content {
	background-color: #fff;
	opacity: 0.96;
	padding-top: 15px;
	padding-bottom: 25px;
	border-radius: 10px;
	margin: 0 5px;
}

.headerlogo {
	border: 0;
	max-height: 150px;
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.header {
	background-color: transparent;
	/*background: url(images/siteHeaderMap.png) no-repeat fixed;*/
	background-position: top center;
	/*background-size: cover;*/
	color: #fff;
	border: 1px solid #000;
	border-bottom: 0;
}

.header1 {
	background-color: #000;
	opacity: 0.7;
	border-radius: 0;
	padding: 10px;
	margin: 0 5px;
}

.header2 {	
	background-color: #000;
	opacity: 0.7;
	min-height: 25px;
	border-radius: 0px;
	color: #fff;
	padding: 10px;
	margin: 0 5px;
}

.header3 {
	background-color: #000;
	opacity: 0.9;
	color: #fff;
	border-top: 0px solid #000;
	border-radius: 0 0 10px 10px;
	padding: 0px;
	margin: 0 5px;
}

.footer {
	position:relative;
    bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.footer_upper {
	background-color: #000;
	opacity: 0.8;
	color: #eee;
	font-size: 0.9em;
	padding: 10px;
	border: 0px solid #000;
	border-radius: 10px 10px 10px 10px;
	margin: 0 5px;
}

.footer a {
	/*color: #fcc;*/
	font-weight: bold;
}
.footer .title {
	color: #eee;
}

.footer .copyright {
	font-size: 0.7em;
	padding-top: 25px;
	text-align: center;
}

.footer_lower {
	background-color: #000;
	opacity: 0.8;
	color: #aaa;
	font-size: 0.8em;
	padding: 10px;
	border: 0;
	border-radius: 10px 10px 0 0;
	margin: 0 5px;
}

.navbar {
	margin: 0;
	border: 0;
	background: #000;
	border-radius: 10px;
	/*background:linear-gradient(to bottom, #000, #082234);*/
}

.icon-bar {
  background:#FFF !important; /*Whatever colour you want for icon lines*/
}

.navbar-toggle {
  background:#1C70AB !important; /*Whatever colour you want for background */
  border:0;
}

.dropdown-menu {
	background: #FEFEFE;
}

.well {
	padding: 10px;
	border: 1px solid #eee;
	background: #FCFCFC;
	color: #111;
}

.breadcrumb {
	border: 1px solid #CFE6F6;
}

/* Modal Content */
.modal-content {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.2s
}

.modal-userbox {
	width: 360px;
	max-width: 100%;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -5000px; opacity: 0}
  to {top: 0px; opacity: 1}
}

.jumbotron {
	background: none;
	background-color: transparent;
	color: #fff;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: -moz-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default:disabled,
.btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: -moz-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #265a88;
    background-image: none;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-success:disabled,
.btn-success[disabled] {
    background-color: #419641;
    background-image: none;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.btn-info:disabled,
.btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
/*
.news-image-small {
	width: 150px;
	height: auto;
	max-height: 150px;
}*/

.post-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #eee;
    border: 1px solid #efefef;
    height: 100%;
}

.post-item .thumb {
    border-radius: 3px 3px 0 0;
}

.post-item .thumb img {
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin: 0 auto;
}

.post-item .post-meta {
    padding: 1.25rem;
}

.post-item .post-meta .title a {
    color: #222;
	margin-bottom: .75rem;
}

.post-item .post-info {
    color: #7c7c7c;
    margin: 0;
    font-size: 1.0em;
}

.post-item .author {
    color: #838383;
    font-size: 1.0em;
}

.post-item .author.float {
    margin-top: -20px;
    z-index: 1;
    margin-left: 10px;
}

.post-item .readmore {
    color: #FF4136;
    margin-top: 10px;
}

.post-item .cats {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
}

.card {
    background-color: #fff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.card .shadow {
    box-shadow: 0 3px 3px 0 #CFE6F6;
}

.popular-items .item {
    border-bottom: 1px solid #CFE6F6;
    padding: 18px 0;
}

.popular-items .item:last-child {
    border: 0;
}

.popular-items .item img {
    float: left;
    width: 90px;
}

.popular-items .item .item-content {
    margin-left: 105px;
    color: #a4a4a4;
    font-size: 15px;
}

.popular-items .item .item-content .title {
    font-size: 18px;
}

.bottom {
	position: absolute;
	bottom: 5px;
}

/* Page Navigation */
.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}

.panel {
	border: 1px solid #eee;
	border-radius: 5px;
}

.panel-footer {
	position: relative;
	bottom: 0px;
}

.item {
	border: 1px solid #eee;
	border-radius: 5px;
}

/*
|--------------------------------------------------------------------------
| Scroll to top
|--------------------------------------------------------------------------
*/
#back-top {
    display: none;
    position: fixed;
    bottom: 3px;
    left: 50%;
	margin-left: -25px;
    z-index: 999;
	width: 51px;
	height: 51px;
    border: none;
    outline: none;
    background: url(images/ui.totop.png) no-repeat top center;
    cursor: pointer;
    padding: 0px;
	opacity:0.5;
	filter:alpha(opacity=50);
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	z-index: 99999;
}

#back-top:hover {
	background: url(images/ui.totop.png) no-repeat top center; /* Set a background color */	
    opacity:1.0;
	filter:alpha(opacity=100);
	transition: opacity 0.5s;
}

/* Headlines */
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* News */
.content {
	padding: 3px;
	margin-bottom: 3px;
}

.post {
margin: 3px 10px 10px 10px;
position: relative;
min-height: 120px;
}

.post-title {
float:right;
width: 85%;
text-align: center;
margin: 0 0 5px;
padding: 15px 36px 5px 0;
font: bold 150%/120% "Play", Arial, sans-serif;
}
.ttitle {
margin: 0 0 15px;
padding: 5px 16px 0 0;
font: bold 170%/120% "Play", Arial, sans-serif;
color: #fff;
}
.post-title a {
color: #27A2C5;
/*color: #4ca5d7;*/
text-decoration: none;
}
.post-date {
float: left;
width: 50px;
text-align: center;
margin: 0px 6px 6px 0;
border: solid 1px #999;
border-top: 0;
background: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecebeb');
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecebeb));
background: -moz-linear-gradient(top,  #ffffff,  #ecebeb);
background: linear-gradient(-90deg, #ffffff, #ecebeb);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 3px #999;
-moz-box-shadow: 1px 1px 3px #999;
box-shadow: 1px 1px 3px #999;
}
.post-date .month {
color: #fff;
font: 11px/100% Play, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
padding: 2px 0;
width: 100%;
position: relative;
left: 0px;
top: 0px;
border: solid 1px #999;
border-bottom: 0;
background: #2597B8;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C70AB', endColorstr='#1A6B82');
background: -webkit-gradient(linear, left top, left bottom, from(#2597B8), to(#1A6B82));
background: -moz-linear-gradient(top,  #2597B8,  #1A6B82);
background: linear-gradient(-90deg, #2597B8, #1A6B82);
/*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2);
box-shadow: 0 3px 0 rgba(0,0,0,.2);*/
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.post-date .day {
color: #222;
padding: 2px 0 1px;
font: bold 18px/100% 'Play', Arial, Helvetica, sans-serif;
display: block;
}
.post-date .year {
color: #222;
padding: 0 0 4px;
font: 10px/100% 'Play', Arial, Helvetica, sans-serif;
display: block;
}


.post-meta {
color: #222;
font-size: 85%;
line-height: 120%;
margin: 15px 0 15px 0;
text-align: left;
}

.post-meta .post-comments a {
font-size: 13px;
text-align: center;
text-decoration: none;
color: #222;
background: url(./images/post-comments.png) no-repeat;
width: 36px;
height: 32px;
padding: 8px 0 0;
position: absolute;
top: -55px;
right: 10px;
text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.post-meta .post-comments a:hover {
color: #000;
}
.post-image {
margin: 15px 0 20px;
width: 100px;
max-width: 25%;
}
.post-image img {
margin-top: 0px;
}
.post-image.left img {
margin-right: 15px;
}
.post-image.right img {
margin-left: 15px;
}

/* PHP-Fusion Helpers */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*
|--------------------------------------------------------------------------
| Scroll to top
|--------------------------------------------------------------------------
*/
#back-top {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 100%;
	margin-left: -65px;
    z-index: 999;
	width: 51px;
	height: 51px;
    border: none;
    outline: none;
    background: url(images/to_top.png) no-repeat top center;
	background-size: cover;
    cursor: pointer;
    padding: 0px;
	opacity:0.5;
	filter:alpha(opacity=50);
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	z-index: 99999;
}

#back-top:hover {
	background: url(images/to_top.png) no-repeat top center;
	background-size: cover; /* Set a background */	
    opacity:1.0;
	filter:alpha(opacity=100);
	transition: opacity 0.5s;
}
