@charset "utf-8";
/* CSS Document */

html, body, #container { margin:0px;}
body > #container { height: auto;}


html {
background: url(../assets/images/bkg1.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
}
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FFC;
}
a:active {
	color: #FFF;
}

#bg {
	position:fixed;
	top:0;
	left:0; 
	/* Preserve aspect ratio */
	max-height:100%;
	z-index: -1;
}

#box {
	text-align: center;
	width: 100%;
	height: auto !important;
	background-color:rgba(0,0,50,0.7);
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:10px;
}

#menu {
	
	width: 100%;
	height: auto !important;
	text-align:center;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #174D8D), color-stop(1, #1487D3));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #174D8D 0%, #1487D3 100%);
  -moz-box-shadow:    2px 2px 4px 1px #000;
  -webkit-box-shadow: 2px 2px 4px 1px #000;
  box-shadow:         2px 2px 4px 1px #000;
	vertical-align: middle;
}

#footer {
 width:100%;
 min-width:900px;
 height: auto !important; 
 margin-top: 10px;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #174D8D), color-stop(1, #1487D3));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #174D8D 0%, #1487D3 100%);
background-repeat: repeat;
  -moz-box-shadow:    2px -2px 4px 1px #000;
  -webkit-box-shadow: 2px -2px 4px 1px #000;
  box-shadow:         2px -2px 4px 1px #000;
 color:#FFF;
 font-size:12px;
}

.fcontent {
	padding-top:10px;
	width:900px;
	height: auth !important;
	text-align:center;
	margin: 0px auto;
}

.fcontent div{
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	vertical-align: middle;
}

.ptitle {
 width:100%;
 min-width:650px;
 min-height:40px;
 text-align:center;
 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #174D8D), color-stop(1, #1487D3));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #174D8D 0%, #1487D3 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #174D8D 0%, #1487D3 100%);
}

.pcontent {
	min-width:800px;
	height: auto !important;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:25%;
	margin-right:25%;
	text-align:left;
}

.block div{
	clear:both;
	display:inline-block;
	padding-right:3%;
	padding-left:3%;
	text-align:center;
	vertical-align:top;
}

.cdetails {
	text-align:left !important;
	max-width:300px;
}

div.rating {
	width: 335px;
	height: 150px;
}
div.social {
	width: 225px;
	height: 150px;
}
div.copyright {
	width: 250px;
	height: 150px;
}

.title {
	padding-top:5px;
	padding-bottom:5;
}