#menu-top{
	display: none;
}

#logo{
	float: left;
	position: relative;
	z-index: 10;
	margin-left: 9px;
}

#offers{
float: left;
background: #B0BC22;
color: #fff;
height: 71px;
margin: 15px 10px 0;
width: 138px;
text-align: center;
text-transform: uppercase;
font-size: 28px;
line-height: 30px;
padding-top: 45px;
}

#tv{
float: left;
background: #B0BC22;
color: #fff;
height: 71px;
margin: 15px 0px 0;
width: 138px;
text-align: center;
text-transform: uppercase;
font-size: 28px;
line-height: 30px;
padding-top: 45px;
}

#fb{
	float: left;
	margin: 15px 0 0 15px;
}

#topcont{
	margin-top: 15px;
}

#menu{
	background: url(../../images/menubg.png);
	margin-top: -205px;
	padding-top: 200px;
	z-index: 5;
	float: left;
	margin-left: 20px;
	position: absolute;
}

#menu ul{
	list-style: none;
}

#menu ul li{
	float: right;
	clear: right;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
	margin-right: 10px;
	text-align: right;
}

#menu ul li a{
	color: #fff;
}

#menu ul li a:hover{
	color: #000;
	text-decoration: none;
}

/*.rightcol{
	margin-top: -167px;
}*/
.rightcol{
margin-top: -40px;}

.rightcol img{
	margin-bottom: 25px;
	float: right;
}

.bottom img{
	margin-bottom: 20px;
}

p{
	width: 95%;
}

h1{
	font-size: 37px;
	line-height: 38px;
	color: #666;
	font-weight: normal;
	margin-top: 0;
}

/*.contbox{
	margin-bottom: 20px;
}*/

.italic{
	font-style: italic;
}

.phone{
	font-size:60px;
	 line-height:69px;
}

.bold{
	font-weight: bold;
}

.current a{
	color: #000 !important;
}

.enlarge{
	color: #000;
	float: left;
	clear: left;
}

.rightcol .span4 img{
	margin-bottom: 10px;
}

.rightcol .span6 img{
	margin-bottom: 10px;
}

.rightcol #bigimage img{
	margin-bottom: 10px;
}

.rightcol{
	margin-bottom: 15px;
}

#topcont a{
	color: #ffffff;
}

#topcont a:hover{
	text-decoration: none;
	color: #000;
}

.copy{
	float: left;
	z-index: 10;
	position: relative;
}

.them{
	float: right;
}

.them a{
	color: #000;
	text-decoration: none;
}

.them a:hover{
	text-decoration: underline;
}

.bx-wrapper{
	display: none;
}

input[type="text"]{
	border: 1px solid #000;
	width: 90%;
	border-radius: 0;
}

textarea{
	border: 1px solid #000;
	width: 90%;
	border-radius: 0;
	height:100px;
}

input[type="submit"]{
	width: 30%;
	border-radius: 10px;
	background-color: #e1e2e3;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #000;
}

#righttbox{
float: left;
background: rgba(0,0,0,0.7);
color: #fff;
height: 96px;
margin: 15px 0px 15px 0;
width: 300px;
text-align: center;
text-transform: uppercase;
font-size: 20px;
line-height: 30px;
padding-top: 20px;
margin-left: 23px;
}

#righttbox img{
width: 32px;
float: none;
display: inline-block;
margin-top: -13px;
}

#rtbphone{
	font-size: 35px;
	line-height: 40px;
	margin-top: 5px;
}
#rtbphone a{
color: #fff;
display: inline-block;
margin-top: 12px;
}

#greensq li{
	    list-style-image: url("../../images/greenblock.png");
	    font-size: 20px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 10px;
}

.rightcol.curtainpg{
	margin-top: -40px;
}


@media (max-width: 767px){

	#menu-top li{
		line-height: 30px;
	}


	#top-menu {
		display: block;
		background: #000;
		z-index: 5000;
		position: relative;
	}

	#menu-icon {
		color: #fff;
		width: 29px;
		height: 20px;
		padding: 5px;
		cursor: pointer;
		float: right;
	}

	#menu-icon span {
		display: block;
		background: #fff;
		height: 3px;
		margin-top: 3px;
	}

	#menu-top {
		display: none;
		list-style: none;
		clear: both;
		font-size: 20px;
	}

	#menu{
		display: none;
	}

	.rightcol{
		margin-top: 0px;
	}

	.rightcol img{
	float: left;
	max-width: 100%;
	}

	#menu-top a{
		color: #fff;
	}

	#offers, #tv{
		width: 125px;
	}

	.phone{
		font-size:47px;
		line-height:49px;
	}

	.rightcol .span4{
		float: left;
		width: 30%;
		margin-right: 3%;
	}

	.rightcol .span6{
		float: left;
		width: 46%;
		margin-right: 3%;
	}

	#bigimage{
		display: none;
	}

	.smallimages{
		display: none;
	}

	.bx-wrapper{
		display: block;
	}

	#righttbox{
		margin-left: 10px;
	}

	.rightcol.curtainpg{
		margin-top: 0 !important;
	}
}