
/* Responsive Styles  */

/* Step one */
/* targeting all screen sizes wider than 1240px (HD Screen) */
@media (min-width: 1240px){
	
.container{
    width: 1170px;
}

/* sliderSpan Styles - Start*/

.sliderSpan {
    display: none;
}

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

.sliderSpanHD {
	display: block;
	width: 100%;
	height: auto;
}

/* sliderSpan Styles - End */


/* topSpan Styles - Start */

/* topNav - Start */

.menu {
	width: 883px;
}

/* topNav - End */

/* navigation - Start */

.menuBtn {
	display: none;
}

.nav2{
    display: none;
}

.nav{	
	width: 883px;
}

/* style all links */

.nav a {
    padding: 0 25px;
	font: 16px;
}

/* navigation - End */

/* topSpan Styles - End */

/* contentSpan Styles - Start*/

.copy {
	width: 1126px;
}

/* contentSpan Styles - End */


/* contactSpan Styles - Start */

.contact {
	width: 1126px;
}

.contactCol1 {
	width: 520px;
	margin-right: 26px;
}

.contactCol2 {
	width: 520px;
}

/* contactSpan Styles - End */


/* btmSpan Styles - Start */

.footerTel {
	width: 390px;
}

.footerInfo {
	width: 390px;
}

.footerEJ {
	width: 390px;
}

/* btmSpan Styles - End */

}


/* Step three */
/* targeting all screen sizes within 801px and 1023px (tablet) */
@media (min-width: 801px) and (max-width: 1023px){

.container{
    width: 760px;
} 

/* sliderSpan Styles - Start */

.sliderSpan {
	position: relative;
	top: 145px;
}

.sliderSpanHD {
	display: none;
}

/* sliderSpan Styles - End */


/* topSpan Styles - Start */

.topShadow {
	display: none;
}

/* topNav - Start */

.topNav {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 29%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1)29%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 29%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,1)', endColorstr='rgba(0,0,0,1',GradientType=1 ); /* IE6-9 */
}

.menu {
	width: 438px;
}

/* topNav - End */

/* navigation - Start */

.menuBtn{
	display: block;
	z-index: 60;
	float: left;
	position: relative;
	width: 438px;
	height: 145px;
	line-height: 145px;
	font-size: 44px;
	color: #ffffff;
	color: rgba(255,255,255,1);		
	padding: 0;
	margin: 0;
	text-align: right;
}

.menuBtn:hover{
	color: #bfa45b;
}

.nav{
	display: none;
}

/* Responsive Navigation */

.nav2{
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	z-index: 200;
	width: 438px;
    float: none; 
    padding: 0;
    margin: 0;
	margin-top: 4px;
    right: 0px !important;
	background-color: #000000;
    background-color: rgba(0,0,0,0.7); 
	-webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -ms-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}

.nav2.imopen{
    height: auto;
}


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

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

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

.nav2 ul:after {
    clear: both;
}

.nav2 ul {
    *zoom: 1;
}

.nav2 ul li a{
	display: block;
	position: relative;
	font-size: 14px;
    width: auto;
	line-height: 18px;
    height: 18px;
    padding: 10px 10px;
    text-decoration: none;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0;
	border-left: 0;
    border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.nav2 ul li a:hover{
	background-color: #bfa45b;
	color: #ffffff; 
}

.nav2 ul li:nth-child(1) a{
     border-top: 1px solid #ffffff;
	 border-top: 1px solid rgba(255,255,255,0.3); 
}
	

/* navigation - End */

/* topSpan Styles - End */


/* contentSpan Styles - Start*/

.contentSpan {
	position: relative;
	top: 145px;
}

.copy {
	width: 716px;
}

.DTimg img {
	width: 250px;
}

/* contentSpan Styles - End */



/* serviceSpan Styles - Start */

.serviceSpan {
	position: relative;
	top: -80px;
	width: 100%;
	height: auto;
	padding-top: 40px;
}

.services {
	width: 716px;
}

/* serviceSpan Styles - End */


/* contactSpan Styles - Start */

.contactSpan {
	background-image: url("../pics/background2.jpg");
}

.contact {
	width: 716px;
}

.contactCol1 {
	width: 320px;
	margin-right: 16px;
}

.contactCol2 {
	width: 320px;
}

/* contactSpan Styles - End */


/* btmSpan Styles - Start */

.footerTel {
	width: 250px;
}

.footerInfo {
	width: 260px;
}

.footerEJ {
	width: 250px;
}

/* btmSpan Styles - End */

/* navigation - Start */

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

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

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

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

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

/* navigation - End */

}

/* Step four */
/* targeting all screen sizes smaller than 800px (Mobiles) */
@media (max-width: 800px){
	
body {
	font-size: 12px;
}

h1 {font-size: 18px; padding-left: 15px; padding-right: 15px;}
h2 {font-size: 18px; padding-left: 15px; padding-right: 15px;}
h3 {font-size: 18px; padding-left: 15px; padding-right: 15px;}
h4 {font-size: 16px; padding-left: 15px; padding-right: 15px;}

style5 {font-size: 18px;}

p {font-size: 12px; padding-left: 15px; padding-right: 15px;}
ul {font-size: 12px; padding-left: 15px; padding-right: 15px;}
	
.container{
    width: 100%;
    margin: 0 auto;
}

/* sliderSpan Styles - Start*/

.sliderSpan {
	position: relative;
	top: 145px;
}

.sliderSpanHD {
	display: none;
}

/* sliderSpan Styles - End */


/* topSpan Styles - Start */

.topShadow {
	display: none;
}

.topNav {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 29%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1)29%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 29%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,1)', endColorstr='rgba(0,0,0,1',GradientType=1 ); /* IE6-9 */
}

/* topNav - Start */

.logo {
	top: 32px;
	width: 165px;
	height: 145px;
}


.logo img {
	width: 200px;
}

.menu {
	float: none;
	width: auto;
	height: auto;
	text-align: right;
}

.spaceRight {
	display: none;
}

/* topNav - End */

/* navigation - Start */

/* Responsive Menu */

.menuBtn {
	display: block;
	float: right;
	position: absolute;
	top: 52px;
	right: 15px;
	width: auto;
	font-size: 35px;
	color: #ffffff;
	color: rgba(255,255,255,1);		
	padding: 0;
	margin: 0;
	text-align: right;
}

.menuBtn:hover {
	color: #bfa45b;
}

.nav {
	display: none;
}

/* Responsive Navigation */

.nav2{
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	z-index: 200;
	width: 100%;
    float: none; 
    padding: 0;
    margin: 0;
    right: 0px !important;
	background-color: #000000;
    background-color: rgba(0,0,0,0.7); 
	-webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -ms-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}

.nav2.imopen{
    height: auto;
}

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

.nav2 ul li{
	float: none;
    position: relative;
    width: 100%;
}

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

.nav2 ul:after {
    clear: both;
}

.nav2 ul {
    *zoom: 1;
}

.nav2 ul li a{
	display: block;
	position: relative;
	font-size: 12px;
    width: auto;
	line-height: 20px;
    height: 20px;
    padding: 10px 10px;
    text-decoration: none;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0;
	border-left: 0;
    border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3); 
	-webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.nav2 ul li a:hover{
	background-color: #bfa45b;
	color: #ffffff; 
}

/* navigation - End */

/* topSpan Styles - End */


/* contentSpan Styles - Start*/

.spaceLeft {
	display: none;
}

.spaceRight {
	display: none;
}

.contentSpan {
	position: relative;
	top: 145px;
}

.copy {
	width: 100%;
	padding-bottom: 0;
}

.copyHeading {
	text-align: center;
}

.DTimg img {
	width: 200px;
	margin-left: 15px;
}

/* contentSpan Styles - End */


/* serviceSpan Styles - Start */

.serviceSpan {
	position: relative;
	top: 60px;
}

.services {
	width: 100%;
	padding-bottom: 60px;
}

/* serviceSpan Styles - End */


/* contactSpan Styles - Start */

.contactSpan {
	background-image: url("../pics/background3.jpg");
	margin-top: 40px;
}

.contact {
	width: 100%;
}

.contactCol1 {
	width: 100%;
	height: auto;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	margin-bottom: 20px;
}

.contactCol2 {
	width: 100%;
	height: auto;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

/* contactSpan Styles - End */


/* btmSpan Styles - Start */

.footerTel {
	top: 10px;
	width: 100%;
	height: auto;
	text-align: center;
}

.footerTel h3 {
	padding-left: 0;
	padding-right: 0;
}

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

.footerEJ {
	width: 100%;
	height: auto;
	line-height: auto;
	text-align: center
}

.footerEJ img {
	padding-right: 0;
	padding-left: 0;
}

.footerSocial {
	padding-top: 40px;
	padding-bottom: 30px;
}

.copyright {
	padding-bottom: 10px;
}

/* btmSpan Styles - End */


/* navigation - Start */

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

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

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

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

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

/* navigation - End */

}


/* Step four */
/* targeting all screen sizes smaller than 450px (Mobiles) */
@media (max-width: 450px){

.DTimg {
	display: none;
}

.DTimg2 {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.DTimg2 img {
	width: 200px;
	height: auto;
	padding: 10px;
	border: 1px solid #cccccc;
}

}



