@charset "utf-8";
/* CSS Document */
html, body{
	width:100%;
	margin:0;
	padding:0;
	background-color: #840000;
	background-image:url(../images/bg_flowers.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.link_01 a:link{ color:#005490; text-decoration:none;}
.link_01 a:hover{ color:#EF353A; text-decoration:none;}

.wrapper{
	width:990px;
	margin:0 auto 0 auto;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header{
	width:100%;
	height:233px;
}
.logo{
	background-image:url(../images/bg_underlogo.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:115px;
	position: relative;
	top: 117px;
    z-index: 1;
	width:228px;
	margin:0 auto;
}
.inquiryBtn{
	background-image:url(../images/inquiry_images.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:128px;
	height:73px;
	display:block;
	position: relative;
	top: -72px;
	left: 870px;
	cursor:pointer;
}
.inquiryBtn:hover{
	background-image:url(../images/inquiry_images.png);
	background-position:-130px 0px;	
}

.partner{
	background-color:#ECECEC;
	width: 990px;
	height:182px;
	margin-left: -8px;
	padding: 8px;
}
.footer{
	color:#FFFFFF;
	font-size:12px;
	width:100%;
	height:134px;
	background-image:url(../images/logo_footer.png);
	background-position: 878px 67px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: -8px;
}
.footerShadow{
	background-image:url(../images/footerShadow.png);
	background-repeat:no-repeat;
	height:30px;
	width:100%;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: -8px;
}
.footer span a{
	color:#E9821C;
	text-decoration:none;
}
.footer span a:hover{
	color:#ffffff;
	background-color:#E9821C;
	font-weight:bold;
}
.bgGazal{
	height:56px;
	background-image:url(../images/logo_footer.png);
	background-position: 880px -10px;
	background-repeat: no-repeat;
}
.socialMedia{
	width: 127px;
	height: 48px;
	clear: both;
	margin: 0 auto;
}
.iconFacbook{
	background-image:url(../images/socialMedia.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:38px;
	height:38px;
	display:block;
	float: left;
    padding-right: 4px;
}
.iconFacbook:hover{
	background-image:url(../images/socialMedia.png);
	background-repeat:no-repeat;
	background-position:0px -38px;;
}
.icontwitter{
	background-image:url(../images/socialMedia.png);
	background-repeat:no-repeat;
	background-position:-42px 0px;
	width:38px;
	height:38px;
	display:block;
	float: left;
    padding-right: 4px;
}
.icontwitter:hover{
	background-image:url(../images/socialMedia.png);
	background-repeat:no-repeat;
	background-position:-42px -38px;
}
.iconyoutube{
	background-image:url(../images/socialMedia.png);
	background-repeat:no-repeat;
	background-position:-85px 0px;
	width:38px;
	height:38px;
	display:block;
	float: left;
    padding-right: 4px;
}
.iconyoutube:hover{
	background-image:url(../images/socialMedia.png);
	background-repeat:no-repeat;
	background-position:-85px -38px;;
}
h1 { 
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#002459;	
	text-transform:capitalize;
	background-color:#E7E7E7;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left:40px;
	padding-right: 40px;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}
p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;	
	color:#343434;
	line-height:24px;
}

/*fonts*/
.fontMain{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	font-weight:normal;	
	color:#343434;
	line-height:24px;
}
.fontpro {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	font-weight:normal;	
	color:#343434;
	line-height:18px;
	background-color:#E7E7E7;
	display:block;
	padding: 5px;
	height: 90px;
	border-bottom: #CFCFCF solid 1px;
}
.fontWhite {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	font-weight:normal;	
	color:#fff;
	line-height:18px;
	background-color:#fff;
	display:block;
}
.fontbigger{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	font-weight:normal;	
	color:#343434;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.fontCheched{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	font-weight:normal;	
	color:#343434;
	line-height:24px;
}
/*fonts*/

/*text*/
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.cleaner{ width:100%;height:0px;clear:both;
}
/*text*/

/*Floats*/
.f_left{float:left;}
.f_right{float:right;}
.f_none{float:none;}
.clear_both{ clear:both;}
.autoMargin{margin:0 auto;}
.js{ display: none;}
/*End Floats*/

/*margin*/
.margin_14t{margin-top: -14px;}
.margin_22t{margin-top: 22px;}
.margin_8t{margin-top: -8px;}
.margin_20t{margin-top: -20px;}
.margin_4t{margin-top: 4px;}
.margin_8t{margin-top: 8px;}
.margin_16t{margin-top: 16px;}
.margin_50t{margin-top: 50px;}
.margin_82t{margin-top: 82px;}
.margin_8l{margin-left: -8px;}
.margin_10l{margin-left: 10px;}
.margin_44l{margin-left: 64px;}
.margin_266l{margin-left: 273px;}
.margin_100t{margin-top: -100px;}
.margin_14r{margin-right: -14px;}
.margin_10r{margin-right: 10px;}
.margin_4b{margin-bottom: 4px;}
.margin_10b{margin-bottom: 10px;}

.padding_20r{ padding-right:20px;}
.padding_5{ padding:5px;}
.padding_10{ padding:10px;}
/*margin*/

/* div width*/
.width_920{width: 920px;}
.width_994{width:994px;}
.width_946{width: 946px;}
.width_932{width:932px;}
.width_636{width:636px;}
.width_886{width:878px; height:86px;}
.width_666{width:666px;}
.width_600{width:600px;}
.width_450{width:450px;}
.width_460{width:460px;}
.width_464{width:464px;}
.width_483{width:483px;}
.width_355{width:355px;}
.width_300{width:300px;}
.width_105{width:105px;}
.width_253{width:253px;}
.width_282{width:282px;}
.width_273{width:273px;}
.width_230{ width:230px;}
.width_220{width:220px;}
.width_226{width:226px;}
.width_277{width:277px;}
/* div width*/

/* div heights*/
.height_partner{ height: 192px;}
/* div heights*/

/* backgrounds*/
.bgLighBlue{ background-color:#005490;}
.bgDarkBlue{ background-color:#003d77;}
.bgLighYellow{ background-color:#e59a05;}
.bgDarkYellow{ background-color:#c47e00;}
.bgGray{ background-color:#ECECEC;}
.bgWhite {background-color:#FFFFFF;}
.bgContent{ background-color:#E6E6E6; padding:20px; width: 966px; margin-top: -8px;}
/* backgrounds*/

/* lines*/
.line{ border-bottom:#C4C4C4 dashed  1px; height:20px; width:100%; float:left; margin-bottom: 10px;}
/* lines*/

/* borders*/
.border_img_grey{
	border-top: #E7E7E7 solid 6px;
	border-left: #E7E7E7 solid 6px;
	border-right: #E7E7E7 solid 6px;
	border-bottom: #E7E7E7 solid 50px;
}
/* borders*/

/* CSSTerm.com Simple Horizontal DropDown CSS menu */

.drop_menu {
	width: 994px;
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
}
.drop_menu li { float:left; }
.drop_menu li a {
	text-transform:uppercase;
    font: normal 21px Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color:#5F5F5F;
	padding-top:40px;
	padding-bottom:36px;
	padding-left:45px;
	padding-right:45px;
	display:block;
	text-decoration:none;
}
.lastItem{ padding-left:2px;}
/* Submenu */
.menuBg{
	width:990px;
	height:94px;
	background-color:#FFFFFF;
	border:#ececec solid 8px;
	position:absolute;
	top:115px;
	margin-left:-8px;
}
.drop{}
.drop_menu ul {
	position:absolute;
	z-index:1000;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	margin-top:-4px;
}
.drop_menu li:hover { position:relative; background:#ECECEC; }
.drop_menu li:hover ul {
	left:0px;
	top:98px;
	background:#005490;
	padding:0px;
	width:120px;
}

.drop_menu li:hover ul li a {
	display:block;
	width:215px;
	text-indent:16px;
	background-color:#ECECEC;
	font-size:17px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:0px;
	padding-right:0px;
	text-transform:capitalize;
	
}
.drop_menu li:hover ul li a:hover { background:#005490; color:#FFFFFF;}
/* CSSTerm.com Simple Horizontal DropDown CSS menu */

.cuveyGallery{
	-webkit-border-bottom-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}
/* products pages */

.products{ background-color:#FFFFFF; float: left; width:100%;}
.products ul{padding: 0px; margin: 0px; }
.products ul li{ 
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	margin-left: 6px;
	margin-bottom: 22px;
	margin-top: 10px;
	float: left;
	width: 230px;
    
}
.products ul li:hover{ 
	-webkit-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:    1px 1px 11px 0px rgba(50, 50, 50, 0.64);
	box-shadow:         1px 1px 11px 0px rgba(50, 50, 50, 0.64);
}
.fontDescription{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;	
	color: #FFFFFF;
	line-height: 18px;
	background-color: #005490;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:8px;
	text-transform:uppercase;
}
.product_title{
	text-transform: uppercase;
	font: normal 24px Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: #005490;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 0px;
	background-color: #fff;
	width: 954px;
	display: block;
	border-bottom: #005490 dashed 1px;
	margin-bottom: 6px;
	margin-top: 4px;
}
.imageProduct{ 
	height: 262px;
	width: 230px;
	vertical-align: bottom;
	text-align: center;
	display: table-cell;
	margin: 0 auto;
}
/* products pages */
.pageContent{ background-color:#FFFFFF; float: left; width:946px; padding: 10px;}

.m_left_20px{margin-left:20px;}
.font_headerFooter{
	font-family:Montreal light;
	font-size:24px;
	font-weight:normal;	
	color:#ffffff;
	margin-bottom:38px;
}
.width_165{width:165px;}
.height_111px{height: 111px;}
/*textarea style*/
.form_textarea_rec{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #222222;
	background-color: #e6e6e6;
	border: 2px solid #C4C4C4;
	width: 446px;
	height: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
.form_textarea_vertical_2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #222222;
	background-color: #e6e6e6;
	border: 2px solid #C4C4C4;
	width: 446px;
	height: 84px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
.form_textarea_rec_tall{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #222222;
	background-color: #e6e6e6;
	border: 2px solid #C4C4C4;
	height: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
.form_textarea_vertical_tall{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #222222;
	background-color: #e6e6e6;
	border: 2px solid #C4C4C4;
	height: 84px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
.styled-select {
	 width: 464px;
	height: 29px;
	overflow: hidden;
	background-color: rgb(232, 232, 232);
	border: 2px solid #C4C4C4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 15px;
	vertical-align: top;
	color: #222222;
	font-weight: normal;
	line-height: 20px;
	margin-top: 5px;
   }
/*textarea style*/

/*buttons*/
.btn_main {
	text-indent: 0px;
	display: inline-block;
	color: #ffffff;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 34px;
	line-height: 34px;
	width: 134px;
	text-decoration: none;
	text-align: center;
	background-color: #005490;
	text-decoration: none;
	text-transform: capitalize;
	border: none;
	cursor:pointer;
}
.btn_main:hover {
	color:#FFFFFF;
	background-color:#EF353A;
	transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
}