/* CSS Document */
html
{
	-webkit-font-smoothing:antialiased;
}
body
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
h1
{
	font-weight:400;
}
h2
{
	font-weight:400;
    
    
}
h2.col-lg-6 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ccc;
}
a
{
	color:rgb(0, 140, 156);
}
a:hover
{
	color:rgb(15, 211, 233);
}
.menu-custom-btn
{
	display: inline-block;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
}
@media (min-width: 767px) {
	.menu-custom-btn
	{
		display: none;
	}
}
.row
{
	margin-left: 0px;
	margin-right: 0px; 
}
input::-webkit-input-placeholder {
   color: #333;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

input:-ms-input-placeholder {  
   color: #333;  
}
.custom-banner
{
	min-height: 500px;
	margin-top: -20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: initial;
}
@media (min-width: 1374px) {
	.custom-banner
	{
		background-size: 100% auto;
	}
}
.custom-banner.index
{
	background-image: url('/site/gfx/banner.jpg');
}
.custom-banner.upload
{
	background-image: url('/site/gfx/banner_upload.jpg');
}
.custom-banner.manage
{
	background-image: url('/site/gfx/banner_manage.jpg');
}
.custom-banner.publish
{
	background-image: url('/site/gfx/banner_bookshelf.jpg');
}
.custom-banner.screeningroom
{
	background-image: url('/site/gfx/banner_entertainment_system.jpg');
}
.top-logo
{
	padding-top: 7px;
}

.nav > li:hover {
	background-color: rgb(15, 211, 233);
}
.nav-pills > li:hover {
	background: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}

.nav .special > a,
.nav .special > a:focus {
  color: #ffffff;
  background-color: rgb(0, 140, 156);
}


.nav .special > a:hover
{
	/*background-color:rgba(233, 108, 15, 0.89);*/
	background-color: rgb(15, 211, 233);
}

.nav .active > a,
.nav .active > a:focus,
.nav .active > a:hover
 {
  color: #ffffff;
  background-color: rgb(15, 211, 233);
}

.container
{
	max-width: 700px;
	margin: auto;
}

.section
{
	margin-top: 20px;
}
.custom-badge
{
	padding: 40px 0px 40px 0px;
	border-radius: 10px;
	color: #333;
	margin-top: 20px;
}
.custom-badge.fixed-height
{
	min-height: 445px;
}

.navbar-inverse .navbar-inner 
{
	background: none;
	background-color: #E4E4E4;
	border:none;
	box-shadow: none;
}

.soften
{
	height: 1px;
	margin: 0px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	border: 0;
}

.footer
{
	min-height:160px;
	padding: 40px 0px 40px 0px;
	margin-top: 40px;
	background-color: #E4E4E4;
}

.footer p
{
	color:rgb(157, 157, 157);
}

p.align-bottom
{
	padding: 20px 0px 0px 0px;
	vertical-align:bottom;
}
.readable-small
{
	max-width:350px;
}
.readable-normal
{
	max-width:400px;
}
.readable-big
{
	max-width:500px;
}
.center-margin
{
	margin:auto;
}
.float-right
{
	float:right;
}

.justify-center
{
	text-align:justify;
}

.logo-grid img
{
	margin-top: 50px;
}

.extra-margin
{
	margin-top:20px;
	margin-bottom:20px;
}
.small-margin
{
	margin-top:5px;
	margin-bottom:5px;
}
.extra-margin-sides
{
	margin-left:20px;
	margin-right:20px;
}
.custom-padding
{
	padding: 0px 20px 0px 20px;
}
.padding20
{
	padding: 20px;
}
.jumbotron
{
	text-align: left;
	padding: 20px 30px;
}
.jumbotron h2
{
	margin-top: 0px;
}
.jumbotron.banner
{
	background-color: rgba(238, 238, 238, 0.80);
}

.contact-form input[type="text"],
.contact-form input[type="submit"]
{
	height: 30px;
	width: 100%;
	max-width: 470px;
	background-color: #EFEFEF;
	padding: 0px 20px 0px 20px;
	color: #333;
	font-weight: bold;
	border:none;
}
.contact-form input[type="text"].top
{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.contact-form textarea
{
	display: inline-block;
	vertical-align: top;
	background-color: #EFEFEF;
	padding: 20px;
	height: 200px;
	width: 100%;
	max-width: 470px;
	color:#333;
	font-size: 16px;
	border: none;
}
.contact-form input[type="submit"] 
{
	background-color: rgb(0, 140, 156);
	color: #FFF;
	font-weight: normal;
}
input[type="submit"], input[type="button"]
{
	background-color: rgb(0, 140, 156);
	color: #FFF;
	font-weight: normal;
	border-radius: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: rgb(15, 211, 233);
}
.list-group
{
	padding: 0px;
	margin: 0px;
}
.list-group-item {
	display: block;
	padding: 10px 30px 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	max-width: 400px;
}
.normal-text
{
	font-size: 16px;
	line-height: 20px;
}
.large-text
{
	font-size: 20px;
	line-height: 24px;
}
.strong-light-text
{
	color: rgb(233, 108, 15);
}
.img-home 
{
	background-image:url('/site/gfx/home.png');
}
.img-upload 
{
	background-image:url('/site/gfx/upload.png');
}
.img-manage 
{
	background-image:url('/site/gfx/manage.png');
}
.img-publish 
{
	background-image:url('/site/gfx/publish.png');
}
.img-info 
{
	background-image:url('/site/gfx/info.png');
}
.img-contact 
{
	background-image:url('/site/gfx/mobile.png');
}
.img-key 
{
	background-image:url('/site/gfx/key.png');
}
.img-user 
{
	background-image:url('/site/gfx/user.png');
}
.img-bubble 
{
	background-image:url('/site/gfx/bubble.png');
}
.img-mobile 
{
	background-image:url('/site/gfx/mobile.png');
}
.img-powered 
{
	background-image:url('/site/gfx/powered-by-dicentia.png');
}
.img-logo 
{
	background-image:url('/site/gfx/mediacloud-logo.png');
    display: inline-block;
	height: 33px;
	width: 218px;
	background-size: 218px 33px;
	background-repeat: no-repeat;
}
.powered-by-logo {
    width: 150px;
}
.img-home, 
.img-upload, 
.img-manage, 
.img-publish, 
.img-info, 
.img-contact, 
.img-login, 
.img-mobile, 
.img-bubble,
.img-key
{
	width:150px;
	height:150px;
	background-size: 150px auto;
}
.nav .img-home, 
.nav .img-upload, 
.nav .img-manage, 
.nav .img-publish, 
.nav .img-info, 
.nav .img-contact, 
.nav .img-login, 
.nav .img-mobile, 
.nav .img-bubble,
.nav .img-key 
{
	display:inline-block;
	width:40px;
	height:40px;
	background-size: 40px 40px;
}
@media (max-width: 767px) {
	body
	{
		padding-right: 0px;
    	padding-left: 0px;
	}
  	.container 
	{
    	padding-right: 20px;
    	padding-left: 20px;
  	}
	.navbar .container 
	{
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.row
	{
		margin-right:0px;
	}
	.contact-info .custom-badge
	{
		padding: 10px 0px 10px 0px;
	}
	.contact-info .custom-badge img-mobile,
	.contact-info .custom-badge img-key,
	.contact-info .custom-badge img-bubble
	{
		width:75px;
		height:75px;
		background-size: 75px 75px;
	}
}