
/* 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: #ffffff;
	background-color: #000000;
}

a {color: #bfa45b;}
a:hover {color: #ffffff; text-decoration: underline;}
a img {outline: none; margin: 0; padding: 0; border: 0;}

.antispam { display:none;}

h1 {font-family: loved; font-size: 36px; color: #ffffff; font-weight: normal; margin: 0; padding: 0; text-transform: uppercase;}
h2 {font-family: loved; font-size: 30px; color: #ffffff; font-weight: normal; margin: 0; padding: 0; text-transform: uppercase;}
h3 {font-family: loved; font-size: 26px; color: #ffffff; font-weight: normal; margin: 0; padding: 0; text-transform: uppercase;}
h4 {font-family: loved; font-size: 26px; color: #ffffff; font-weight: normal; margin: 0; padding: 0; text-transform: uppercase; font-style:italic;}

style1 {color: #bfa45b;}
style2 {color: #000000;}
style3 {color: #ffffff; font-size: 12px;}
style4 {color: #bfa45b; font-size: 12px;}
style5 {font-size: 32px;}
style6 {color: #ffffff; font-size: 12px; font-style:italic;}
style7 {font-size: 26px;}

p {text-align: justify;}

@font-face {
	font-family: 'loved';
	src:url('../fonts/you_are_loved.woff') format('woff'),
		url('../fonts/You Are Loved.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Common Styles */

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

fieldset {
	border: 1px solid #ffffff;
    padding: 20px;
}

legend {
	border: none;
	padding: 5px;
}

/* sliderSpan Styles - Start*/

.sliderSpan {
    width: 100%;
	height: auto;
}

.slides {
	z-index: 1;
	position: inherent;
	top: 0;
	height: auto;
	width: 100%;
}

.sliderSpanHD {
	display: none;
}

/* sliderSpan Styles - End */


/* topSpan Styles - Start */

.topSpan {
	position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    width: 100%;
	height: auto;
}

.topNav {
	z-index: 3;
	position: relative;
	height: 145px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282828+0,363636+29,151515+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(30,30,30,0.8) 0%, rgba(0,0,0,0.8) 44%, rgba(30,30,30,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(30,30,30,0.8) 0%,rgba(0,0,0,0.8) 44%,rgba(30,30,30,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(30,30,30,0.8) 0%,rgba(0,0,0,0.8) 44%,rgba(30,30,30,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31e1e1e', endColorstr='#b31e1e1e',GradientType=1 ); /* IE6-9 */
}

.btmShadow {
	z-index: 2;
	position: relative;
	height: 30px;
	width: 100%;
	background-image: url("../pics/btm-shadow2.png");
	background-repeat: repeat-x;
}

/* topNav - Start */

.logo {
	float: left;
	z-index: 3;
	position: relative;
	top: 10px;
	left: 22px;
	width: 265px;
	height: auto;
}

.logo img {
	width: 300px;
	height: auto;
}

.menu {
	float: left;
	z-index: 3;
	position: relative;
	width: 737px;
	height: 145px;
}

.spaceRight {
	float: left;
	position: relative;
	width: 22px;
	height: 145px;
}

/* topNav - End */

/* navigation - Start */

.menuBtn {
	display: none;
	cursor: pointer;
    margin: 0;
    padding: 0;
}

.nav2{
    display: none;
}

.nav{
	z-index: 100;
	position: relative;
	float: left;
	width: 737px;
	height: 145px;
	padding: 0;
	margin: 0;
	text-align: right;
}

/* New Nav with sub menu's */

.nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.nav ul li {
    display:inline-block;
    position:relative;
}

/* sub navigation */

.nav li ul {    
    z-index: 150;
    background-color: #363636;
	background-color: rgba(54,54,54,0.7);
	color: #ffffff;
    position: absolute;
    left: 0;
    top: 145px; /* make this equal to the line-height of the links (specified below) */
    width: 200px;
}

.nav li li {
    position: relative;
    margin: 0;
    display: block;
}

.nav li li ul {
    position: absolute;
    top: 0;
    left: 200px; /* make this equal to the width of the sub nav above */ 
    margin: 0;
	background-color: #363636;
	background-color: rgba(54,54,54,0.8);
}

/* style all links */

.nav li a {
	height: 145px;
    line-height: 145px;
}

.nav a {
	display: block;
    padding: 0 20px;
	font: 16px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	margin: 0;
}

.nav a:hover{
    background-color: #bfa45b;
	color: #ffffff;
	text-decoration: none;
}

/* navigation - End */

/* topSpan Styles - End */


/* contentSpan Styles - Start*/

.contentSpan {
	z-index: 2;
	width: 100%;
	height: auto;
}

.spaceLeft {
	float: left;
	width: 22px;
	height: auto;
	min-height: 10px;
}

.copy {
	float: left;
	width: 980px;
	height: auto;
}

.copyHeading {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid #bfa45b 1px;
	text-align: center;
}

.copyContent {
	float: left;
	width: 100%;
	height: auto;
}

.DTimg img {
	width: 300px;
	height: auto;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-right: 20px;
	margin-bottom: 20px;
}

.DTimg2 {
	display: none;
}

/* contentSpan Styles - End */


/* serviceSpan Styles - Start */

.serviceSpan {
	position: relative;
	top: -80px;
	width: 100%;
	height: auto;
	padding-top: 40px;
	border-top: solid 5px #bfa45b;
}

.services {
	float: left;
	width: 980px;
	height: auto;
}

/* serviceSpan Styles - End */


/* contactSpan Styles - Start */

.contactSpan {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../pics/background.jpg");
    background-size: 100% auto;
	border-top: solid 5px #bfa45b;
}

.contact {
	float: left;
	width: 980px;
	height: auto;
}

.contactCol1 {
	float: left;
	width: 450px;
	height: 250px;
	padding: 15px;
	margin-right: 20px;
	text-align: center;
	background-color: #000000;
    background-color: rgba(0,0,0,0.5)
}

.contactCol1 p {
	text-align: center;
}

.contactCol2 {
	float: left;
	width: 450px;
	height: 250px;
	padding: 15px;
	text-align: center;
	background-color: #000000;
    background-color: rgba(0,0,0,0.5)
}

.contactCol1 i {
	width: 20px;
	text-align: center;
}

.contactCol2 i {
	width: 20px;
	text-align: center;
}

/* Form Styles */

.antispam { display:none;}

#form {
	min-width:100px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
}

#form p {
    font-size:14px;
    color:#999;
	font-family: Arial, Helvetica, sans-serif;
}

#form .form-group p{
	padding-bottom: 5px;
}

#form .form-group {
	width: auto;
    padding:5px 5px;
	margin-bottom:10px;
	border: 1px solid #bfa45b;
}

#form input {
    width: auto;
    padding:5px 5px;
	margin-bottom:10px;
	border: 1px solid #bfa45b;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#cccccc;
	background-color: #000000;
    background-color: rgba(0,0,0,0)
}

#form textarea, message {
    width: 90%;
    padding:5px 5px;
	margin-bottom:10px;
	border: 1px solid #bfa45b;
	font-size:14px;
    color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
    background-color: rgba(0,0,0,0)
}

#form input[type="text"] {
    width: 90%;
    padding:5px 5px;
	margin-bottom:10px;
	border: 1px solid #bfa45b;
	font-size:14px;
    color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
    background-color: rgba(0,0,0,0)
}

button {
	width:50%;
    padding:5px;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
	border:1px solid #bfa45b;
	color: #bfa45b;
	background-color: #000000;
    background-color: rgba(0,0,20,0)
}
    
button:hover {
	border:1px solid #bfa45b;
	background-color: #bfa45b;
	color: #000000;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #cccccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #cccccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #cccccc;
}

/* Form Styles - end */


/* contactSpan Styles - End */


/* btmSpan Styles - Start */

.btmSpan {
	position: relative;
	top: -4px;
	width: 100%;
	height: auto;
	border-top: solid 10px #bfa45b;
	padding-top: 10px;
}

.footerTel {
	float: left;
	position: relative;
	top: 30px;
	width: 340px;
	height: 110px;
	text-align: left;
}

.footerTel h3 {
	padding-left: 22px;
}

.footerInfo {
	float: left;
	width: 344px;
	height: 110px;
	text-align: center;
}

.footerEJ {
	float: left;
	width: 340px;
	height: 110px;
	line-height: 110px;
	text-align: right;
}

.footerEJ img {
	padding-right: 22px;
}

.footerSocial {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

.copyright {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	text-align: center;
}

/* Social Icons */

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

.footerSocial ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSocial ul li a {
  border-radius: 45px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 16px;
  color: #1b1b1b;
  background-color: #bfa45b;
}

.footerSocial ul li a:hover {
  color: #cccccc;
}

.footerSocial ul li a.facebook {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.footerSocial ul li a.facebook:hover {
  background-color: #3b5999;
}

/* btmSpan Styles - End */


/* navigation - Start */

#top {
	position: relative;
	top: 0;
}

#about {
	position: relative;
	top: -145px;
}

#service {
	position: relative;
	top: -212px;
}

#gallery {
	position: relative;
	top: -212px;
}

#contact {
	position: relative;
	top: -212px;
}

/* navigation - End */
