@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'BelleroseLight';
	src: url('../fonts/bellerose.eot');
	src: url('../fonts/bellerose.eot') format('embedded-opentype'), url('../fonts/bellerose.woff') format('woff'), url('../fonts/bellerose.ttf') format('truetype'), url('../fonts/bellerose.svg#BelleroseLight') format('svg');
}
@font-face {
	font-family: 'ArialRegular';
	src: url('../fonts/arial.eot');
	src: url('../fonts/arial.eot') format('embedded-opentype'), url('../fonts/arial.woff') format('woff'), url('../fonts/arial.ttf') format('truetype'), url('../fonts/arial.svg#ArialRegular') format('svg');
}
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-y top center, #000000;
	overflow-x: hidden;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.wrapper {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.header {
	width: 100%;
	height: auto;
	float: left;
	border-top: 10px solid #fac307;
}
.logo {
	width: 334px;
	height: 61px;
	float: left;
	margin-top: 20px;
}
.mainmenu {
	width: 700px;
	height: auto;
	float: right;
	margin: 10px auto 0px;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.mainmenu ul li {
	float: left;
}
.mainmenu ul li a {
	text-decoration: none;
	color: #101010;
	padding: 10px 24px;
	font: 18px Arial, Helvetica, sans-serif;
}
.mainmenu ul li a:hover {
	background: #fac307 url(../images/menu_bg.png) bottom no-repeat;
	border-radius: 10px 10px 0px 0px;
}
.current {
	background: #fac307 url(../images/menu_bg.png) bottom no-repeat;
	border-radius: 10px 10px 0px 0px;
}
.banner {
	width: 99%;
	/*height: 463px;*/
	height:auto;
	float: left;
	border-top: 5px solid #fac307;
	border-bottom: 10px solid #fac307;
	/*margin-top: 6px;*/
	padding: 0px 0.5%;
}
.content_blk {
	width: 98%;
	height: auto;
	float: left;
	padding: 0px 10px;
}
.content_left {
	width: 65%;
	height: auto;
	float: left;
}
.content_left ul {
	clear: both;
	margin-left: 19px;
	margin-top: 7px;
	float: left;
	font: 14px Calibri;
	color: #262626;
}
.content_left ul li {
	float: left;
	margin-top: 10px;
	clear: both;
}
.but {
	width: 100px;
	height: 50px;
	float: right;
	clear: both;
}
h2 {
	font-family: 'BelleroseLight';
	color: #000000;
	font-size: 25px;
	font-weight: light;
	float: left;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-family: 'BelleroseLight';
	color: #010101;
	font-size: 25px;
	font-weight: light;
	float: left;
	margin: 0px;
}
.content_left p {
	color: #262626;
	font: 14px Calibri;
	line-height: 22px;
	width: 100%;
	float: left;
	text-align: justify;
	margin: 10px 0px 0px;
}
.content_pro_blk p {
	color: #262626;
	font: 14px Calibri;
	line-height: 22px;
	width: 100%;
	float: left;
	text-align: justify;
	margin: 10px 0px 0px;
}
.content-right {
	width: 31%;
	height: auto;
	float: right;
}
.content_innerblk {
	width: 100%;
	height: 190px;
	background: #e7e6e7;
	float: left;
	border-radius: 5px;
	margin-top: 15px;
}
.content_pro {
	width: 89.5%;
	height: auto;
	float: left;
	margin-top: 0px;
	background: #e7e6e7;
	padding: 0% 5% 5% 5%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content_pro_blk {
	width: 99%;
	height: auto;
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content_pro1 {
	width: 96%;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	background: #e7e6e7;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content_pro2 {
	width: 300px;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pro1 {
	width: 100%;/* height:280px;*/
	float: left;
	border: 1px solid #fac307;
	position: relative;
	z-index: 1;
	margin: 0px 4% 0px 0px;
}
.pro3 {
	width: 30%; /* height:280px; */
	float: left;
	border: 1px solid #fac307;
	position: relative;
	z-index: 1;
	margin: 0px;
}
.pro2 {
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 176px;
	height: 172px;
}
.pro1 a img {
	width: 100%;
}
/*footer*/
.footer {
	background: #313131;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	float: left;
}
.footer .wrapper {
	background: url(../images/footer_bg.jpg) repeat-x;
	max-width: 1000px;
	width: 100%;
	clear: both;
	min-height: 107px;
	margin: 0px auto;
	padding-top: 10px;
}
h4 {
	font-family: 'BelleroseLight';
	font-size: 15px;
	font-weight: normal;
	color: #fac307;
	margin: -20px 0px 0px;
	padding: 0px;
}
.con1 {
	width: 180px;
	height: auto;
	float: left;
	margin-left: 20px;
}
.con1 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	clear: both;
}
.con1 ul li {
	float: left;
	margin-right: 10px;
}
.con1 ul li a {
	padding: 6px 0px 6px 20px;
	background: url(../images/footer_arrow.png) no-repeat left center;
	font-family: 'ArialRegular';
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}
.footer_right {
	width: 520px;
	height: auto;
	float: right;
}
.social { /*margin-left:50px;*/
	float: right;
	width: 436px;
}
.social1 {
	width: 140px;
	height: 23px;
	float: left;
	margin-top: 14px;
}
.social1 img {
	float: left;
	width: 52px;
	height: 32px;
}
.social1_txt {
	width: 60px;
	float: left;
	margin-left: 10px;
	color: #ffffff;
	margin-top: 5px;
}
.copy_txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	font-family: 'ArialRegular';
	font-size: 12px;
}
.f_left {
	float: left;
	color: #eeeeee;
	margin-left: 10px;
}
.f_right {
	float: right;
	color: #eeeeee;
	margin-right: 10px;
}
.copy_txt a {
	color: #FAC307;
	text-decoration: none;
}
/*banner*/

.sliders-wrap-inner ul li a img {
	margin-top: -20px;
}
/*contact us*/
address {
	width: 300px;
	float: left;
	font-style: normal;
	line-height: 24px;
	margin-top: 64px;
}
.icons1 {
	width: 145px;
	float: right;
	margin-top: 20px;
}
.f_con1 {
	width: 450px;
}
.con_form {
	margin-left: 40px;
}
.content_img_slide
{ width:300px; height:280px; }


/*************  Media queries ******************/

@media screen and (min-width:768px) and (max-width:1024px) {
.wrapper {
	width: 95% !important;
	height: auto;
	margin: 0px auto;
}
.banner {
	height: auto;
}
#wowslider-container1 {
	height: 314px !important;
}
#wowslider-container1 .ws_images {
	height: 314px !important;
}
.social1 img {
	float: left;
	width: 50%;
	height: auto !important;
}
.main {
	width: 98% !important;
}
.view {
	width: 21% !important;
	height: auto !important;
}
.view img {
	width: 100%;
}
#wowslider-container1 .ws-title
{
	bottom:172px !important; 
}
.content_img_slide
{ width:30%; height:auto !important; }
}
@media screen and (min-width:768px) and (max-width:840px) {
.view {
	width: 20% !important;
	height: auto !important;
}
input, textarea {
	width: 58%;
}
.con_form {
	margin-left: 0px;
}
.content_img_slide
{ width:30% !important; height:28%; }
.pro2 img
{ width:78% !important; }
h3{
margin-top: 14px;
}
}
@media screen and (min-width:640px) and (max-width:767px) {
.main {
	width: 98% !important;
}
.view {
	width: 20% !important;
	height: auto !important;
}
.view img {
	width: 100%;
}
.contentleft_1 {
	width: 100%;
}
.content-right2 {
	width: 100%;
}
.f_left2 {
	width: 90%;
	margin-left: 8%;
}
.content_img_slide
{ width:30%; height:28%; }
}
@media screen and (min-width:320px) and (max-width:640px) {
	h3
	{ font-size:18px; margin-top: 20px; }
	h2 { font-size:23px; }
	.pro2 img
	 {
		 width:40% !important;
	 }
.contentleft_1 {
	width: 100%;
}
.content-right2 {
	width: 100%;
}
.f_left2 {
	width: 90%;
	margin-left: 8%;
}
.view {
	width: 19% !important;
	height: auto !important;
}
.view img {
	width: 100%;
}
.main {
	width: 98% !important;
}
.mainmenu {
	width: 100%;
}
#main-menu {
	width: 100% !important;
}
.current {
	background: #fac307 !important;
}
#main-menu > li > a {
	margin-top: 1px !important;
}
}
 @media screen and (min-width:320px) and (max-width:524px) {
	 .pro2 img
	 {
		 width:65% !important;
	 }
.main {
	width: 98% !important;
}
.view {
	width: 42% !important;
	height: auto !important;
}
.view img {
	width: 100%;
}
#main-menu > li {
	width: 100%;
}
#wowslider-container1 .ws_images, .banner, #wowslider-container1 {
	height: auto !important;
}
#wowslider-container1 .ws-title {
	bottom: 200px !important;
}
.content_left, .content-right {
	width: 97%;
}
.content_pro1 {
	width: 100%;
}

.f_right1 {
	float: left;
}
h3
	{font-size: 25px; }
}
@media screen and (min-width:320px) and (max-width:410px) {
.main {
	width: 98% !important;
}
.view {
	width: 88% !important;
	height: auto !important;
}
.view img {
	width: 100%;
}
}
@media screen and (min-width:320px) and (max-width:480px) {
.pro1 {
	width: 98%;
}
.f_con1 {
	width: 100% !important;
}
.footer_right {
	width: 100%;
}
.footer .wrapper {
	background: url(../images/footer_bg.jpg) repeat;
}
.social {
	width: 100% !important;
}
}


@media screen and (min-width:1000px) and (max-width:1024px) {
	
#wowslider-container1
{
	height: 384px !important;
}
#wowslider-container1 .ws_images {
height: 384px !important;
}
.footer_right {
width: 480px !important;
}
h2
{ margin-top:0px; }
}
