/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}

a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1
{
	color: #ffffff;
	font-size: 3.0em;
	font-weight: normal;
	text-shadow: 0 5px 10px #000000;
}


h2
{	
	color: #000000;
	text-align:center;
	font-weight: normal;
	text-shadow: 0 1px 1px #222222;
}

h3
{	
	color: #ffffff;
	text-align:center;
	font-weight: bold;
	text-shadow: 0 2px 5px #000000;
}

h4
{	
	color: #ffffff;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	text-shadow: 0 2px 5px #000000;
}



#nav a
{
	display: inline-block;
	height: 30px;
	padding: 0 1em 0 1em;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 3px 2px #000000;
	font-size: 22pt;
	font-weight: bold;
}

#nav a.active
{
	background: #000000;
	border-left: solid 1px #303030;
	border-right: solid 1px #303030;
	border-top: solid 1px #303030;
	color: #ffffff;
}
#nav a:hover 
{
	color: #0000ff;
}


a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 10;
padding: 10
}
.clear{clear:both}

body {
  	background: #33aaFF url("bg.jpg") no-repeat fixed center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	overflow-x: hidden;
	font-family: Times, Georgia, serif;
}

.header-text {
  padding: 30px 15px;
  text-align: center;
}
.header-text h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.header-text p {
  font-size: 25px;
}
.mobile-view {
  margin-bottom: 20px;
  text-align: center;
}
.mobile-view > a {
  color: #444444;
  display: block;
  font-size: 23px;
  margin-top: 20px;
  text-decoration: none;
}
.preview-img > h3 {
  margin-bottom: 50px;
  text-align: center;
}
.view-img {
  padding: 0;
  text-align: center;
}
.view-text {
  font-size: 20px;
  margin-bottom: 50px;
  padding: 18px 0;
  text-align: center;
}
.header-text > a {
  background: #32c2e9 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
}
.preview-img {
  padding: 0 10px;
}
.col-md-3 {
  text-align: center;
}
.view-mobile {
  border-color: #444444;
  border-image: none;
  border-radius: 20px;
  border-style: solid;
  border-width: 50px 15px;
  height: 690px;
  margin: auto;
  overflow: hidden;
  width: 370px;
}
#mobile-view{height: 100%;width: 100%;}
.mobile-preview-body.jhilex {
  padding-bottom: 197%;
}
.mobile-body {
  border: 1px solid #000;
  padding: 3px;
}
.single-item h2 {
  color: #000000;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;

}
.mobile-body img {
  width: 100%;
}
#footer
{
	text-align: center;
	padding: 2em 0 4em 0;
	color: #000000;
	text-shadow: 0 1px 1px #000000;
	font-size: 14pt;
}

#header a, #footer a
{
	color: #555555;
}

#header a:hover, #footer a:hover
{
	color: #555555;
}
 