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

/* Clear Fix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* Resets */

a{text-decoration: none;}
a:hover{text-decoration: none;}
body,h1,h2,h3,p{margin: 0; padding: 0;}


/* Content */

body {font-family: Arial, Helvattica, sans-serif; font-size: 14px; color: #333; font-weight: normal; background-color:#000;}

h1 {font-size: 22px; color: #333;}

h2 {font-size: 16px; color: #333;}

style1 {font-size: 22px; font-style:italic;}

style2 {font-size: 22px; color: #999;}

style3 {font-size: 22px; color: #2b33e8; font-style:italic;}

style4 {font-size: 12px; color: #ccc; font-style:italic;}

style6 {font-size: 12px;}
	
p {margin: 0; font-weight: normal; text-align:justify;}

a img{outline: none; margin: 0; padding: 0; border: 0;}

a {font-size: 14px; color: #2b33e8;}

a:hover {color:#ff6600;}


/* Website Content */

.container{
    width: 1024px;
    float: none;
    margin: 0 auto;
    padding: 0 25px;
}

/* floating objects */

.logo{
	z-index: 7;
	position: absolute;
	top: 0;
	width: 220px;
    float: none;
    margin: 0 auto;
    padding: 0 25px;
    margin: 0;
	margin-left: 25px;
    padding: 0;
}

/* Social Icons */

.socialIcons {
	z-index: 10;
}

.socialIcons .socialContact a{
    position: absolute;
    top: 175px;
    left: -20px;
    height: 48px;
    width: 88px;
	z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.socialIcons .socialContact a:hover{
    left: 0;
}

.socialIcons .socialFb a{
    position: absolute;
    top: 223px;
    left: -20px;
    height: 48px;
    width: 88px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.socialIcons .socialFb a:hover{
    left: 0;
}


/* TopSpan */

.topSpan{
	z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
    padding: 0 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
}


/* Main Nav */
.nav{
	float: right;
    width: 750px;
    margin: 0;
    padding: 0;
}

.nav ul{
	list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
	
}

.container .nav ul li{
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.menuBtn{
	display: none;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    margin: 0;
    padding: 0;
}

.container .nav ul li a{
    display: block;
    text-decoration: none;
    color: #ccc;
    margin: 0;
    line-height: 14px;
    height: 14px;
    padding: 30px 10px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.container .nav ul li a:hover{
    background-color: #999;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(153,153,153,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,0)), color-stop(100%,rgba(153,153,153,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#a6999999',GradientType=0 ); /* IE6-8 */
}

/* Mobile tablet and Cellphone Nav */
.nav2{
	display: none;
}


/* ContentSpan */

.contentSpan{
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
	margin-bottom: 90px;
    padding: 0 0;
}

.content{
	position: relative;
	background-color: #eee;
	background-color: rgba(238,238,238,0.9);
	padding: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px #030303;
    box-shadow: 1px 1px 10px 1px #030303;
	min-height: 350px;
}

.contentImg img{
	padding-left: 20px;
	width: 250px;
	height: 380px;
}


/* BtmSpan */

.btmSpan{
    z-index: 5;
	position: fixed;
	bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
}

.footer{
	text-align: center;
}

/* Background Stretch */

#background {
    min-width: 321px;
    width: 100%;
	height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}

/* Background Stretch Mobile */

#background2 {
	display: none;
}

/* Step one */
/* targeting all screen sizes wider than 1240px (HD Screen) */

@media (min-width: 1240px){

.container{
    width: 1170px;
}

	
}

/* Step three (tablet) */
/* targeting all screen sizes within 801px and 1070px */

@media (min-width: 801px) and (max-width: 1070px){
	
.topSpan{
	z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 170px;
    margin: 0;
    padding: 0;
}

.container{
    width: 760px;
}

.nav{
	display: none;
}

.menuBtn{
	display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 150px;
    margin: 0;
    padding: 0;
}

/* Responsive Navigation */	

.container .nav2{
	display: block;
	position: relative;
	z-index: 2;
	float: none;
	height: 0;
	width: auto;
	overflow: hidden;
    top: -30px;
    right: 0px !important; 
    padding: 0;
    margin: 0;
	margin-top: 0px;
	background-color: #2d35f2;
	background-color: rgba(51,51,255,0.8);
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -ms-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease; 
}

.container .nav2.imopen{
    height: auto;
}

.container .nav2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.container .nav2 ul li{
	float: left;
    position: relative;
    width: 50%;
	margin: 0;
}

.container .nav2 ul:before,
.container .nav2 ul:after {
    content: " ";
    display: table;
}

.container .nav2 ul:after {
    clear: both;
}

.container .nav2 ul {
    *zoom: 1;
}

.container .nav2 ul li a{
	display: block;
	position: relative;
    width: auto;
	line-height: 20px;
    height: 20px;
    padding: 10px 10px;
    text-decoration: none;
	text-align: center;
    color: #ccc;
	margin: 0;
	border-left: 0;
    border-top: 1px solid #000; 
	-webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.container .nav2 ul li a:hover{
    background-color: #000;
	background-color: rgba(0,0,0,0.6);
}

.container .nav2 ul li:nth-child(2) a{
        border-left: 1px solid #000;
}
.container .nav2 ul li:nth-child(4) a{
        border-left: 1px solid #000;
}
.container .nav2 ul li:nth-child(6) a{
        border-left: 1px solid #000;
}
.container .nav2 ul li:nth-child(8) a{
        border-left: 1px solid #000;
}

.contentSpan{
    margin-top: 30px;
}

#background {
    display: none;
}

#background2 {
	display: block;
    min-width: 321px;
    width: 100%;
	height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}
	
}

/* Step four */
/* targeting all screen sizes smaller than 800px (Mobiles) */

@media (min-width: 321px) and (max-width: 800px){
	
/* floating objects */

p{
text-align: left;
}

.logo{
	z-index: 7;
	position: absolute;
	top: 0;
	left: 20px;
	width: auto;
    float: none;
    padding: 0;
    margin: 0;
}
	
.topSpan{
	z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 170px;
    margin: 0;
    padding: 0;
}
    
.container{
    width: 80%;
    margin: 0 auto;
}

.nav{
	display: none;
}

.menuBtn{
	display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 25px;
    margin: 0;
    padding: 0;
}

/* Responsive Navigation */	

.container .nav2{
	display: block;
	position: relative;
	z-index: 2;
	float: none;
	height: 0;
	width: auto;
	overflow: hidden;
    top: -30px;
    right: 0px !important; 
    padding: 0;
    margin: 0;
	margin-top: 0px;
	background-color: #2d35f2;
	background-color: rgba(51,51,255,0.8);
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -ms-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease; 
}

.container .nav2.imopen{
    height: auto;
}

.container .nav2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.container .nav2 ul li{
	float: left;
    position: relative;
    width: 100%;
	margin: 0;
}

.container .nav2 ul:before,
.container .nav2 ul:after {
    content: " ";
    display: table;
}

.container .nav2 ul:after {
    clear: both;
}

.container .nav2 ul {
    *zoom: 1;
}

.container .nav2 ul li a{
	display: block;
	position: relative;
    width: auto;
	line-height: 20px;
    height: 20px;
    padding: 10px 10px;
    text-decoration: none;
	text-align: center;
    color: #ccc;
	margin: 0;
	border-left: 0;
    border-top: 1px solid #000; 
	-webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.container .nav2 ul li a:hover{
    background-color: #000;
	background-color: rgba(0,0,0,0.6);
}

.contentSpan{
    margin-top: 30px;
	margin-bottom: 30px;
}

.contentImg Img{
	width: 100%;
	height: auto;
	max-width: 250px;
}

.btmSpan{
	position: relative;
    margin-top: 0;
}

#background {
    display: none;
}

#background2 {
	display: block;
    min-width: 321px;
    width: 100%;
	height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}

/* Social Icons */

.socialIcons .socialContact a{
    top: 200px;
    left: -20px;
    height: 38px;
    width: 78px;
}

.socialIcons .socialFb a{
    top: 238px;
    left: -20px;
    height: 38px;
    width: 78px;
}

.socialContact img{
	width: 54px;
	height: 38px;
}

.socialFb img{
	width: 54px;
	height: 38px;
}
	
}


/* targeting all screen sizes smaller than 800px - End */
/* Step four - End */

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
p{
text-align: left;
}
/* floating objects */

.logo{
	z-index: 7;
	position: absolute;
	top: 0;
	left: 20px;
	width: auto;
    float: none;
    padding: 0;
    margin: 0;
}
	
.topSpan{
	z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 170px;
    margin: 0;
    padding: 0;
}
    
.container{
    width: 80%;
    margin: 0 auto;
}

.nav{
	display: none;
}

.menuBtn{
	display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 25px;
    margin: 0;
    padding: 0;
}

/* Responsive Navigation */	

.container .nav2{
	display: block;
	position: relative;
	z-index: 2;
	float: none;
	height: 0;
	width: auto;
	overflow: hidden;
    top: -30px;
    right: 0px !important; 
    padding: 0;
    margin: 0;
	margin-top: 0px;
	background-color: #2d35f2;
	background-color: rgba(51,51,255,0.8);
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -ms-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease; 
}

.container .nav2.imopen{
    height: auto;
}

.container .nav2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.container .nav2 ul li{
	float: left;
    position: relative;
    width: 100%;
	margin: 0;
}

.container .nav2 ul:before,
.container .nav2 ul:after {
    content: " ";
    display: table;
}

.container .nav2 ul:after {
    clear: both;
}

.container .nav2 ul {
    *zoom: 1;
}

.container .nav2 ul li a{
	display: block;
	position: relative;
    width: auto;
	line-height: 20px;
    height: 20px;
    padding: 10px 10px;
    text-decoration: none;
	text-align: center;
    color: #ccc;
	margin: 0;
	border-left: 0;
    border-top: 1px solid #000; 
	-webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.container .nav2 ul li a:hover{
    background-color: #000;
	background-color: rgba(0,0,0,0.6);
}

.contentSpan{
    margin-top: 30px;
	margin-bottom: 30px;
}

.contentImg Img{
	width: 100%;
	height: auto;
	max-width: 250px;
}

.btmSpan{
	position: relative;
    margin-top: 0;
}

#background {
    display: none;
}

#background2 {
	display: block;
    min-width: 321px;
    width: 100%;
	height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}

/* Social Icons */

.socialIcons .socialContact a{
    top: 200px;
    left: -20px;
    height: 38px;
    width: 78px;
}

.socialIcons .socialFb a{
    top: 238px;
    left: -20px;
    height: 38px;
    width: 78px;
}

.socialContact img{
	width: 54px;
	height: 38px;
}

.socialFb img{
	width: 54px;
	height: 38px;
}

}