@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Voltaire);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Comfortaa:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);
@import "../css/reset.css";
@import "../css/superfish.css";
@import "../css/kwicks-slider.css";
@import "../css/dd.css";
@import "../css/prettyPhoto.css";
body {
	/*background-color:#f0f0f0;*/
	font:13px/17px Arial, Helvetica, sans-serif;
	color:#000;
	min-width:950px;
	overflow-x:hidden;
	background:url(../images/bg.png);
}
.cl{
	width:auto;
	height:10px;}
.cll{
	width:auto;
	height:2px;
	}
	
ul {
	padding:0;
	margin:0;
	list-style:none;
}
ul.list li {
	overflow:hidden;
	margin-bottom:20px;
}
ul.list li .count {
	float:left;
	min-width:50px;
	font-size:38px;
	line-height:36px;
	font-weight:bold;
	font-family:'Lato', sans-serif;
	color:#424242;
}
ul.list {
	margin-bottom:19px;
	padding-top:17px;
}
a {
	text-decoration:none;
	color:#000;
	outline:none;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
a:hover {
	color:#cd8221;
	text-decoration:underline;
}
::-moz-selection {
 background: #f59821; /* Firefox */
}
/*===========================ALL_USES_CSS=========================*/
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
	float:none!important;
}
.main {
	width:950px;
	margin:0 auto;
	position:relative;
	
}
/*.main2 {
	width:950px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}
*//*==========================HEADER_PART===========================*/
header {
	width:100%;
	background-color:#fff;
	margin:0;
	padding:0;
	position:relative;
}
.top-part {
	background-color:#fff;
	border-bottom:1px solid #000;
	width:100%;
	position:fixed;
	z-index:1000;
	margin:0;
	padding:0;
	
}

.top_nav{width:100%; height:auto; margin:0 auto; text-align:center;}
.top_nav ul{margin:15px 0 12px 0; padding:0px;}
.top_nav ul li{list-style:none; display:inline; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:15px;}
.top_nav ul li a{text-decoration:none; color:#000000; border-right:1px solid #000000; padding:0 6px 0 3px;}
.top_nav ul li a:hover{color:#666;}
.noborder{border-right:none;}
.gap-top {
	padding:50px 0 0 30px;;
}
.home-b {
	width:20px;
	float:left;
	margin:7px 2px;
}
.home-b a {
	width:20px;
}
.home-b a:hover {
	width:20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.clock {
	width:auto;
	padding:0;
	margin:7px 0 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:20px;
	text-align:left;
	float:right;
}
.clock img {
	width:20px;
	margin:0;
	padding:0 7px 0 0;
	float:left;
}
.country {
	width:65px;
	float:right;
	margin:7px 10px 0 10px;
	padding:0;
}
.select {
	width:100px;
	float:right;
	margin:7px 0 0 10px;
	padding:0;
}
.request {
	width:84px;
	float:right;
	margin:7px 5px 0 10px;
	padding:0;
}
/*-------Login Container (default to float:right)-------*/
#loginContainer {
	position:relative;
	float:right;
	margin:7px 0 0 3px;
	font-size:12px;
}
/* Login Button */
#loginButton {
	display:inline-block;
	float:right;
	background:#d2e0ea url(../images/buttonbg.png) repeat-x;
	border:1px solid #af7138;
	border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	z-index:30;
	cursor:pointer;
}
#loginContainer a {
	text-decoration:none;
}
/* Login Button Text */
#loginButton span {
	color:#fff;
	font:12px Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow:1px 1px #000;
	padding:2px 22px 3px 10px;
	background:#af7138 url(../images/loginArrow.png) no-repeat 120px 1px;
	display:block
}
#loginButton:hover {
	background:url(../images/buttonbgHover.png) repeat-x;
}
/* Login Box */
#loginBox {
	position:absolute;
	top:21px;
	right:0;
	display:none;
	z-index:29;
}
/* If the Login Button has been clicked */    
#loginButton.active {
	border-radius:3px 3px 0 0;
}
#loginButton.active span {
	background-position:120px -82px;
}
/* A Line added to overlap the border */
#loginButton.active em {
	position:absolute;
	width:100%;
	height:1px;
	background:#af7138;
	bottom:-1px;
}
/* Login Form */
#loginForm {
	width:290px;
	border:8px solid #af7138;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;/*padding:6px;*/
}
#loginForm fieldset {
	margin:0 0 12px 0;
	display:block;
	border:0;
	padding:0;
}
fieldset#body {
	background-image:url(../images/trns.png);
	/*background-color:#fff;*/
	border-radius:3px;
	-moz-border-radius:3px;
	padding:10px 13px;
	margin:0;
}
#loginForm #checkbox {
	width:auto;
	margin:1px 9px 0 0;
	float:left;
	padding:0;
	border:0;
 *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#3a454d;
	margin:9px 0 0 0;
	display:block;
	float:left;
}
#loginForm #body fieldset label {
	display:block;
	float:none;
	margin:0 0 6px 0;
}
/* Default Input */
#loginForm input {
	width:92%;
	/*border:1px solid #899caa;*/
	border-radius:3px;
	-moz-border-radius:3px;
	color:#3a454d;
	font-weight:bold;
	padding:8px 8px;
	box-shadow:inset 0px 1px 3px #bbb;
	-webkit-box-shadow:inset 0px 1px 3px #bbb;
	-moz-box-shadow:inset 0px 1px 3px #bbb;
	font-size:12px;
}
#loginForm textarea {
	width:auto;
	/*border:1px solid #899caa;*/
	border-radius:3px;
	-moz-border-radius:3px;
	color:#3a454d;
	font-weight:bold;
	padding:8px 8px;
	box-shadow:inset 0px 1px 3px #bbb;
	-webkit-box-shadow:inset 0px 1px 3px #bbb;
	-moz-box-shadow:inset 0px 1px 3px #bbb;
	font-size:12px;
}
/* Sign In Button */
#loginForm #login {
	width:auto;
	float:left;
	background:#339cdf url(../images/loginbuttonbg.png) repeat-x;
	color:#fff;
	padding:7px 10px 8px 10px;
	text-shadow:0px -1px #278db8;
	border:1px solid #af7138;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin:0 12px 0 0;
	cursor:pointer;
 *padding:7px 2px 8px 2px; /* IE7 Fix */
}
/* Forgot your password */
#loginForm span {
	text-align:center;
	display:block;
	padding:7px 0 4px 0;
}
#loginForm span a {
	color:#3a454d;
	text-shadow:1px 1px #fff;
	font-size:12px;
}
input:focus {
	outline:none;
}
/*------End-Login------*/
.logo {
	width:auto;
	float:left;
	margin:0;
	padding:18px 10px 0 0px;
}
.nomber {
	width:auto;
	margin:15px 20px 0 0;
	padding:0;
	float:right;
}
.nomber p {
	width:auto;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#000;
	line-height:26px;
	letter-spacing:1px;
	margin:0;
	padding:0;
}
.nomber p span {
	width:130px;
	display:block;
	float:left;
	color:#fff;
}
.menu-part {
	width:100%;
	/*background:#ede0c7 url(../images/menu-bg.jpg) top repeat-x;*/
	background-color:#135b89;
	
	/*border-bottom:1px solid #df980c;*/
	}
	

/***********Fast-Slider***********/
#slides {
	overflow:hidden;
	position:relative;
	width: 950px;
	height:300px;
}
.slides_container {
	background:url(../images/loading-2.gif) 50% 50% no-repeat #f0f0f0;
	width:950px;
	height:300px;
	overflow:hidden;
	display:none;
}
.slide {
	height:auto;
	width:auto;
}
.pagination {
	overflow:hidden;
	padding:10px 0px 9px;
	position:absolute;
	bottom:-8px;
	right:400px;
	z-index:20;
}
.pagination li {
	float:left;
	font-size:0px;
	line-height:0;
	margin-left:4px;
	text-indent:-5000px;
	list-style:none;
}
.pagination li:first-child {
	margin-left:0;
}
.pagination li a {
	background: url(../images/pagination.png) -19px 0 no-repeat;
	display:block;
	height:16px;
	width:17px;
}
.pagination li.current a, .pagination li a:hover {
	background-position:0 0;
}
.pagination li.current a {
	cursor:default;
}
/*--Caption--*/
.caption {
	z-index:990;
	position:absolute;
	top:0;
	left:0;
	width:400px;
	padding:30px 0 0 310px;
	overflow:hidden;
	font-family:'Comfortaa', sans-serif;
}
.caption .row-1 {
	width:400px;
	float:left;
}
.caption .row-1 h3 {
	width:400px;
	float:left;
	font:26px 'Comfortaa', sans-serif;
	color:#000;
	letter-spacing:1px;
	line-height:30px;
}
.caption .row-1 ul {
	width:400px;
	float:left;
	margin:0;
	padding-top:10px;
	list-style:none;
}
.caption .row-1 ul li {
	width:180px;
	background:url(../images/bulet.png) no-repeat left;
	font:15px 'Comfortaa', sans-serif;
	line-height:26px;
	float:left;
	margin:0;
	padding:0 0 0 16px;
}
/***********End-Fast-Slider***********/
.other-sl img {
	width:950px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}
/*==========================SECTION_PART===========================*/
.imp-line {
	width:100%;
	height:91px;
	background:url(../images/imp-line.gif) repeat-x;
	margin:0;
	padding:0;
}
.click {
	width:125px;
	float:right;
	position:absolute;
	z-index:10;
	right:0;
	top:-20px;
}
.vvi-line {
	width:86%;
	font:23px 'Voltaire', sans-serif;
	color:#000;
	line-height:30px;
	float:left;
	margin:0;
	padding:15px 0 0 0;
}
.impo {
	width:91%;
	float:right;
	margin:8px 0;
	padding:0;
}
.impo p {
	width:auto;
	float:left;
	font:18px 'Oswald', sans-serif;
	color:#000;
	line-height:24px;
	border:2px solid #cd8221;
	padding:4px 15px;
	margin:0 8px 0 0;
	display:block;
	border-radius:6px;
}
.impo p span {
	color:#c2791b;
	padding:0 0 0 10px;
}
.quick {
	width:99px;
	float:left;
	position:absolute;
	top:-15px;
	left:0px;
	z-index:10;
}
.three-part {
	width:31%;
	float:left;
	margin:8px 0 10px;
	padding:0;
}
.three-part h3 {
	width:auto;
	font:22px 'Voltaire', sans-serif;
	color:#000;
	line-height:35px;
	padding:0 0 0 15px;
	background-color:#135b89;
	/*border-left:10px solid #8f5305;*/
}
.three-part p {
	width:auto;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	line-height:18px;
	padding:8px 0 0 0;
}
.th-gap {
	margin:8px 0 0 35px;
}
.th-rt {
	float:right!important;
}
/*----Welcome-Page----*/
.wel-zoom {
	width:63%;
	float:left;
	margin:0;
	padding:0 0 0 30px;
}
.wel-zoom h3 {
	width:100%;
	font:23px 'Voltaire', sans-serif;
	color:#000;
	line-height:30px;
	float:left;
	margin:0;
	padding:7px 0;
}
.wel-zoom p {
	width:100%;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	line-height:18px;
	float:left;
	margin:0;
	padding:5px 0;
}
.wel-zoom h5 {
	width:100%;
	font:14px 'Voltaire', sans-serif;
	color:#000;
	text-align:right;
	line-height:20px;
	float:right;
	margin:0;
	padding:5px 0 0 0;
}
.wel-zoom h5 a {
	text-decoration:underline;
}
.all-tab {
	width:100%;
	float:left;
	margin:5px 0;
	padding:0;
	background-color:#135b89;
}
.all-tab ul {
	width:100%;
	float:left;
	padding:0;
	padding:20px 0 20px 0;
	list-style:none;
}
.all-tab ul li {
	width:280px;
	float:left;
	display:block;
	padding:0;
	padding:0 0 20px 0;
	margin:15px 7px 12px 24px;
	background-color:#fff;
}
.all-tab ul li a {
	width:280px;
	display:block;
	background-color:#000;
	border:0px solid #cd8221;
	font:20px 'Voltaire', sans-serif;
	color:#fff;
	line-height:26px;
	text-decoration:none;
	padding:7px 0;
	
}
.all-tab ul li a:hover {
	width:280px;
	background-color:#6e9c0c;
	border:0px solid #cd8221;
	font:20px 'Voltaire', sans-serif;
	color:#fff;
	line-height:26px;
	padding:7px 0;
}
.all-tab ul li span img {
	width:70px;
	float:left;
	padding:0 2px 0 2px;
}
.all-logo img {
	width:100%;
	float:left;
	margin:3px 0;
}
/*==========================FOOTER_PART===========================*/
footer {
	width:100%;
	border-top:3px double #f0f0f0;
	background-color:#cd8221;
	margin:0;
	padding:0;
}
.all-menu {
	width:226px;
	display:block;
	float:left;
	margin:18px 13px 10px 0;
}
.bd {
	margin:18px 0px 10px 0!important;
}
.all-menu h3 {
	width:auto;
	font:18px 'Comfortaa', sans-serif;
	color:#000;
	line-height:30px;
	padding:0 0 0 14px;
	background-color:#fff;
	
}
.all-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 226px;
}
.all-menu ul li {
	position: relative;
}
.all-menu li ul {
	position: absolute;
	background-color:#df9331;
	left:226px;
	top: 0;
	display: none;
	z-index:10;
}
/* Styles for Menu Items */
.all-menu ul li a {
	display: block;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	background:url(../images/bulet.png) no-repeat left top 8px;
	padding:5px 0 5px 15px;
	border-bottom: 0;
}
.all-menu ul li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	background:#b4711a url(../images/bulet.png) no-repeat left top 8px;
	ppadding:5px 0 5px 15px;
	border-bottom: 0;
}
/* Holly Hack. IE Requirement \*/
* ll-menu ul li {
	float: left;
	height: 1%;
}
* ll-menu ul li a {
	height: 1%;
}
/* End */

li:hover ul, li.over ul {
	display: block;
} /* The magic */
.clients {
	width:282px;
	float:left;
	margin:10px 0 5px;
	padding:0;
}
.clients h3 {
	width:auto;
	font:18px 'Comfortaa', sans-serif;
	color:#000;
	line-height:30px;
	padding:0 0 0 14px;
	background-color:#fff;
	border-left:10px solid #8f5305;
}
.corner {
	width:280px;
	height:280px;
	overflow:hidden;
	border:1px solid #c4c3c3;
	margin:3px 0;
}
.zoom-con {
	width:282px;
	height:310px;
	float:left;
	margin:10px 0 5px 20px;
	padding:0;
}
.zoom-con h3 {
	width:auto;
	font:24px 'Voltaire', sans-serif;
	color:#000;
	line-height:30px;
	padding:0 0 10px 0;
}
.zoom-con h4 {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
.zoom-con p {
	width:auto;
	font:15px Arial, Helvetica, sans-serif;
	color:#000;
	padding:5px 0px;
	margin:0;
}
.zoom-con p a {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#000;
}
.zoom-con p a:hover {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}
.zoom-con p img {
	width:35px;
	float:left;
	padding:0 7px 0 0;
}
.buy-now {
	width:auto;
	text-align:left;
	margin:0 auto;
	padding:10px 0 0 0;
}
.social-box {
	width:330px;
	float:right;
	margin:10px 0 5px 0;
	padding:0;
}
.social {
	width:330px;
	float:left;
	margin:0 0 5px 0;
	padding:0;
}
.social h3 {
	width:200px;
	font:24px 'Voltaire', sans-serif;
	color:#000;
	text-align:left;
	margin:0;
	line-height:45px;
	padding:0;
	float:left;
}
.social h3 a:hover {
	width:auto;
	color:#fff;
	opacity:0.6;
}
.social h3 img {
	padding:0 10px 0 0;
	float:left;
}
.social h4 {
	width:120px;
	height:30px;
	overflow:hidden;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:12px 0 0 0;
	padding:0;
	display:block;
}
.social p {
	width:250px;
	float:left;
	padding-left:57px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}
.social p a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:underline;
}
.social p a:hover {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}
/*-----Facebook-Like------*/
.f-inr {
	border:none;
	overflow:hidden;
	width:100%;
	height:80px;
}
/*-----End_Facebook-Like------*/
.last-part {
	width:100%;
	border-top:3px double #cd8221;
	background-color:#393939;
	margin:0;
	padding:0;
}
.client-base {
	width:100%;
	border-bottom:1px solid #595757;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#dfdbdd;
	line-height:30px;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
}
#footer1-nav {
	width:auto;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#f0f0f0;
	line-height:25px;
	text-decoration:none;
	padding:7px 0 15px 0;
	margin:0 0 0 0;
	float:left;
}
#footer1-nav a {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#f0f0f0;
	line-height:25px;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 7px;
}
#footer1-nav a:hover {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:25px;
	text-decoration:underline;
	margin:0 0 0 0;
}
#copyright {
	width:auto;
	float:left;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#c5c5c5;
	line-height:25px;
	margin:10px 0 0 10px;
	text-align:left;
	font-size:15px;
}
.validation {
	width:auto;
	float:right;
	text-align:center;
	margin:0;
	padding:0px 0 0 0;
	color:#FFF;
}
.order {
	width:auto;
	float:right;
	text-align:center;
	margin:0;
	padding:0px 0px 0 0;
}
/*------start list_carousel ------- */
#carousel {
	width:280px;
}
.list_box {
	width:280px;
	position: relative;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
.list_carousel {
	position: relative;
	margin:0;
	padding:0;
}
.list_carousel ul {
	height:280px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
	cursor: default;
}
.list_carousel li {
	height:280px;
	overflow:hidden;
	padding: 0;
	padding: 10px;
	float: left;
	color: #000;
}
.list_carousel li p {
	width:auto;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	line-height:18px;
	padding:0;
	margin:0;
}
.list_carousel li p span {
	font:bold Italic 15px 'Voltaire', sans-serif;
	line-height:20px;
}
.list_carousel.responsive {
	width: auto;
}
.prev, .next {
	position: absolute;
	top: 1px;
	display: block;
	width: 47px;
	height: 46px;
}
.next {
	background: url(../images/next.png) no-repeat 0 0;
	right: 1px;
}
.prev {
	background: url(../images/prev.png) no-repeat 0 0;
	right: 48px;
}
.prev:hover, .next:hover {
	background-position: 0 -46px;
}
/*------end list_carousel ------- */
/*-------------OTHERS_PAGE_CSS-----------*/
.zoomgallery {
	width:100%;
	float:left;
	margin:10px 0 10px;
	padding:0;
}
.zoomgallery h3 {
	width:auto;
	font:22px 'Voltaire', sans-serif;
	color:#000;
	line-height:35px;
	padding:0 0 0 15px;
	background-color:#fff;
	border-left:10px solid #8f5305;
}
.zoomgallery h3 span {
	color:#cd8221;
	font-weight:bold;
	padding:0 0 0 5px;
}
/*--------GallPics--------*/
#gallPics {
	width:950px;
	float:left;
	margin:0;
	padding:15px 0 5px;
}
#gallPics ul {
	width:100%;
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}
#gallPics ul li {
	width:215px;
	float:left;
	padding:0;
	margin:0 10px 20px;
}
.thumbnail {
	display: block;
	padding:0;
	margin:0;
	width: 210px;
	height: 230px;
	overflow: hidden;
	position:relative;
	line-height: 19px;
	text-align: center;
	border: 1px solid #cd8221;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
	border-color: #0088cc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
	display: block;
	width:210px;
	height:230px;
	margin: 0;
}
/*----------*/
.thumbnail .caption {
	padding: 0;
	padding-top:10px;
	border: 1px solid #f3f3f1;
	width: 156px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	top: -38px;
	-moz-box-shadow: 0 0 3px 3px #cda97b;
	-webkit-box-shadow: 0 0 3px 3px #cda97b;
	box-shadow: 0 0 3px 3px #cda97b;
}
.thumbnail .caption .btn {
	font: bold 14px 'Open Sans', sans-serif;
	color: #1f1f1f;
	display: inline-block;
	margin-bottom: 8px;
	text-decoration: none !important;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumbnail .caption .btn:hover {
	color: #afafaf;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumbnail .caption .title2 {
	height:30px;
	font: bold 12px/18px 'Open Sans', sans-serif;
	color: #afafaf;
	padding:0 2px;
	margin-bottom: 30px;
}
.thumbnail .caption .zoom {
	margin-left: 1px;
	margin-bottom: 30px;
	display: inline-block;
}
/*-----------*/
.btn {
	padding: 0;
	margin: 0;
	font:bold 16px 'Open Sans', sans-serif;
	color: #323233;
	line-height:26px;
	text-decoration: none;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.btn:hover {
	text-decoration: none;
}
/*-----*/
/*menu-droup*/
.menu-droup {
	width:210px;
	float:right;
	margin:0;
	padding:0;
}
#nav {
	display: block;
	width:210px;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	width:210px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav li a img {
	width:17px;
	height:16px;
	float:right;
	margin:0px 4px 0 0;
}
#nav a {
	display: block;
	font:bold 13px Verdana, Geneva, sans-serif;
	text-decoration:none;
}
#nav ul {
	display: none;
	position: absolute;
	list-style:none;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
#nav ul ul {
	list-style:none;
	top: 0;
}
/* Essentials - configure this */

#nav ul {
	width:250px;
}
#nav ul ul {
	list-style:none;
	left:-211px;
}
/* Everything else is theming */
 
#nav {
	background-color: #fff;
	height: 35px;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	color: black;
	font:18px 'Voltaire', sans-serif;
	padding: 10px 0 0 6px;
	line-height: 1;
}
#nav li.hover a {
	background-color: #fff;
}
#nav ul {
	list-style:none;
	top: 35px;
}
#nav ul li a {
	font:bold 12px Verdana, Geneva, sans-serif;
	background-color: #fff;
	padding:6px;
}
#nav ul li.hover > a {
	background-color: #cd8221;
	color:#fff;
}
#nav ul a {
	border-bottom: 1px solid #edcda3;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*----End-----*/
/*----------Pagination-----------*/
.pagination2-holder {
	width:90%;
	margin:0 25px 0 0;
	padding:0;
	float:right;
}
.pag-ination {
	width:auto;
	margin:0;
	padding:0;
	float:right;
}
.pag-ination ul {
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.pag-ination ul li {
	float:left;
	margin:0;
	font:bold 12px Verdana, Geneva, sans-serif;
	line-height:22px;
	color:#000;
	text-align:center;
	padding:0;
	margin:0 4px;
}
.pag-ination ul li a {
	float:left;
	background-color:#cd8221;
	display:block;
	font:bold 12px Verdana, Geneva, sans-serif;
	line-height:22px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:0 5px;
	margin:0;
}
.pag-ination ul li a:hover {
	float:left;
	background-color:#f2bc77;
	display:block;
	font:bold 12px Verdana, Geneva, sans-serif;
	line-height:22px;
	color:#000;
	text-align:center;
	padding:0 5px;
	margin:0;
}
.pag-ination ul li a.active {
	background-color:#f2bc77;
	display:block;
}
/*----------Top-Jaquary-KM---------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:113px;
	overflow:hidden;
	width: 57px;
	height: 57px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/top.png) no-repeat 0 0;
}
#toTopHover {
	background: url(../images/top.png) no-repeat right 0;
	width: 57px;
	height: 57px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
}
#toTop:active, #toTop:focus {
	outline:none;
}
/*---------End-Top-Jaquary----------*/
/*===========ALL_CONTENT=============*/
.all-content {
	width:100%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
}
.all-content h3 {
	width:100%;
	font:bold 23px 'Voltaire', sans-serif;
	color:#000;
	line-height:30px;
	float:left;
	margin:0;
	padding:7px 0;
}
.all-content h4 {
	width:100%;
	font:20px 'Voltaire', sans-serif;
	color:#000;
	line-height:30px;
	float:left;
	margin:0;
	padding:5px 0 2px;
}
.all-content h5 {
	width:100%;
	font:18px 'Voltaire', sans-serif;
	color:#000;
	line-height:26px;
	float:left;
	margin:0;
	padding:5px 0;
}
.all-content p {
	width:100%;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	line-height:18px;
	float:left;
	margin:0;
	padding:5px 0 8px 0;
}
.all-content ul {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.all-content ul li {
	background:url(../images/bulet2.png) no-repeat left top 8px;
	width:90%;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	padding:3px 0 5px 10px;
	margin:0 0 0 2px;
}
.demo-logo {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.demo-logo ul {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.demo-logo ul li {
	width:auto;
	float:left;
	margin:3px;
	padding:0;
}
.demo-logo h4 {
	width:100%;
	font:20px 'Voltaire', sans-serif;
	color:#000;
	line-height:30px;
	float:left;
	margin:0;
	padding:5px 0 2px;
}
.demo-logo h5 {
	width:100%;
	font:18px 'Voltaire', sans-serif;
	color:#000;
	line-height:26px;
	float:left;
	margin:0;
	padding:5px 0;
}
.demo-logo p {
	width:100%;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	line-height:18px;
	float:left;
	margin:0;
	padding:5px 0 8px 0;
}
/*---zoom-plans-----*/
.plans {
	width:100%;
	float:left;
	margin:10px 0 5px;
	padding:0;
}
.plans ul {
	width:100%;
	float:left;
	padding:0;
	list-style:none;
}
.plans ul li {
	width:230px;
	float:left;
	display:block;
	padding:0;
	margin:0 7px 12px 0px;
}
.plans ul li a {
	width:230px;
	display:block;
	background-color:#cd8221;
	border:1px solid #cd8221;
	font:19px 'Voltaire', sans-serif;
	color:#fff;
	line-height:28px;
	text-decoration:none;
	padding:7px 0;
	/*-Mozilla Firefox-Flock-*/
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	/*-Safari-Navigator-Opera-Chrome-*/
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.plans ul li a:hover {
	width:230px;
	background-color:#fff;
	border:1px solid #cd8221;
	font:19px 'Voltaire', sans-serif;
	color:#000;
	line-height:28px;
	padding:7px 0;
}
.plans ul li span img {
	width:40px;
	float:left;
	padding:0 5px 0 2px;
}
/*========End-Contact-Us========*/
.packages {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.packages ul {
	width:100%;
	float:left;
	margin:0;
	list-style:none;
}
.packages ul li {
	width:180px;
	float:left;
	margin:10px 6px 0 0;
	padding:0;
	text-align:center;
}
.packages ul li a {
	background:url(../images/packages.png) no-repeat;
	width:180px;
	height:142px;
	display:block;
	font:18px 'Voltaire', sans-serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 1px;
	text-decoration:none;
}
.packages ul li a:hover {
	color:#39fe55;
	text-shadow:#000 1px 1px 1px;
}
.pline {
	width:100%;
	height:75px;
	padding-top:12px;
}
.p-rs {
	width:92%;
	margin:0;
}
/*---zoom-Add-on-package-----*/
.add-on {
	width:100%;
	float:left;
	margin:10px 0 5px;
	padding:0;
}
.add-on ul {
	width:100%;
	float:left;
	padding:0;
	list-style:none;
}
.add-on ul li {
	width:230px;
	float:left;
	display:block;
	padding:0;
	margin:0 7px 12px 0px;
}
.add-on ul li a {
	width:230px;
	height:60px;
	display:block;
	background-color:#cd8221;
	border:1px solid #cd8221;
	font:17px 'Voltaire', sans-serif;
	color:#fff;
	text-decoration:none;
	padding:7px 0 0 0;
	/*-Mozilla Firefox-Flock-*/
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	/*-Safari-Navigator-Opera-Chrome-*/
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.add-on ul li a:hover {
	width:230px;
	background-color:#fff;
	border:1px solid #cd8221;
	font:17px 'Voltaire', sans-serif;
	color:#000;
	padding:7px 0 0 0;
}
.add-on ul li span img {
	width:40px;
	float:left;
	padding:13px 5px 0 2px;
}
/*========pac-del========*/
.pac-del {
	width:100%;
	float:left;
	margin:10px 0 0 0;
	padding:0;
}
.pac-del h5 {
	width:100%;
	float:left;
	font:16px 'Voltaire', sans-serif;
	color:#000;
	margin:0 0 10px 0;
	padding:0;
}
.pac-del ul {
	width:90%;
	float:left;
	margin:0 0 0 20px;
	list-style:circle;
}
.pac-del ul li {
	width:90%;
	float:left;
	margin:0px;
	padding:0 0 10px 5px;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}
.pac-del p {
	width:100%;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	float:left;
	margin:0;
	padding:0 0 7px 0;
}
.pac-del p a {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:underline;
}
.pac-del p a:hover {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}
.pay-box {
	width:300px;
	float:right;
	margin:0;
	padding:0;
}
.paypal {
	width:110px;
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	padding:0 0 5px 0;
	margin:0 20px 0 0;
}
.pay {
	width:110px;
	border-bottom:1px dashed #000;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	padding:0 0 5px 0;
	margin:0 0 3px 0;
}
.to-cart {
	width:110px;
	float:left;
	padding:14px 0 0 5px;
}
.p-add {
	width:185px;
	float:right;
	margin-top:30px;
	padding:0;
	text-align:center;
	background-color:#fff;
	border:4px double #74330d;
	text-align:center;
	/*-Mozilla Firefox-Flock-*/
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	/*-Safari-Navigator-Opera-Chrome-*/
	border-bottom-right-radius: 6px;
	border-top-right-radius:6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.p-add img {
	margin:4px 0;
	padding:0;
}
/*----------TABLE_CSS----------*/
.bg-color1 {
	background-color:#fff2d9;
}
.bg-color2 {
	background-color:#fcdd9e;
}
.align {
	border:1px solid #fff;
	font:normal 13px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	line-height:17px;
	vertical-align:middle;
	padding:6px 0;
}
.table {
	width:100%;
	margin:10px 0;
	padding:0;
}
.strater {
	background:#cd8221 url(../images/ar-o.png) bottom center no-repeat;
	border:1px solid #fff;
	border-radius:8px 8px 0 0;
	height:78px;
	font:18px 'Voltaire', sans-serif;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.strater2 {
	background:#a69112 url(../images/ar-o.png) bottom center no-repeat;
	border:1px solid #fff;
	border-radius:8px 8px 0 0;
	height:78px;
	font:18px 'Voltaire', sans-serif;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}
.by-b {
	background:#fff url(../images/ad-t.png) no-repeat left bottom;
	border-radius:6px;
	cursor:pointer;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#000;
	width:auto;
	height:auto;
}
/*----LOGO_PART----*/
.p-line {
	border:3px double #cd8221;
	width:300px;
	height:225px;
	float:left;
	padding:0;
	margin:0;
}
.p-line img {
	width:300px;
	height:225px;
}
.p-line2 {
	border:3px double #cd8221;
	width:300px;
	height:424px;
}
.p-line2 img {
	width:300px;
	height:424px;
}
.p-line3 {
	border:3px double #cd8221;
	width:177px;
	height:250px;
}
.p-line3 img {
	width:177px;
	height:250px;
}
.logo-bg {
	background-color:#fff;
	border:3px double #cd8221;
	border-radius:10px;
	width:215px;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
}
.logo-bg img {
	width:215px;
	padding:3px;
}
.logo-bg2 {
	background-color:#fff;
	border:3px double #cd8221;
	border-radius:10px;
	width:220px!important;
	height:120px;
	display:block;
}
/*----Flash-PART-----*/
.others {
	width:100%;
	margin:0;
	padding:0 0 10px 0;
}
.align2 {
	text-align:center;
	vertical-align:middle;
	padding:6px 0 2px;
}
/*==========Tab-CSS==========*/
#tab {
	margin:0px;
	width:100%;
}
#tab ul {
	list-style: none;
	list-style-position: outside;
	margin:0 0 0 35px;
}
#tab ul.tabmenu li {
	height:23px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#27586d;
	line-height:23px;
	padding:0;
	margin:0 2px 0 0;
	float:left;
	list-style:none;
}
#tab ul.tabmenu li {
	height:23px;
	background-color:#cc713c;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#27586d;
	line-height:23px;
	text-align:center;
	padding:0 7px;
	margin:0 2px 2px 0;
	float:left;
	cursor:pointer;
	list-style:none;
	outline:none;
}
#tab ul.tabmenu li.active {
	height:23px;
	background-color:#839a2b;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:23px;
	text-align:center;
	padding:0 7px;
	margin:0 2px 0 0;
	float:left;
	list-style:none;
}
/******* /MENU *******/
/******* CONTENT *******/
.content {
	margin: 0px;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content.one {
	display: block;
}
.content, .two, .three, .forth, .five {
	display: none;
}
.flash1 {
	width:728px;
	height:90px;
	text-align:center;
}
.flash2 {
	width:300px;
	height:250px;
	text-align:center;
}
.flash3 {
	width:160px;
	height:600px;
	text-align:center;
}
.flash4 {
	width:468px;
	height:60px;
	text-align:center;
}
/*==========End-Tab-CSS==========*/
/*========Contact-Us========*/
.client_area {
	width:300px;
	float:left;
	margin:0;
	padding:0;
	
	background-color:#135b89;
}
legend {
	border:1px dashed #74330d;
	font:18px 'Voltaire', sans-serif;
	
	padding:7px 5px 7px 5px;
	margin:0;
}
fieldset {
	border:1px dashed #74330d;
	padding:0 0 0 5px;
}
fieldset span {
	color:#F00;
}
.align3 {
	font:normal 13px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	line-height:17px;
	vertical-align:middle;
	padding:3px 0;
}
.align4 {
	font:normal 13px Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
	line-height:17px;
	vertical-align:middle;
	padding:3px 0;
}
.submit {
	background:url(../images/send_bottom.png) no-repeat;
	width:100px;
	height:40px;
	border:none;
	text-align:center;
	cursor:pointer;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}
.submit:hover {
	background:url(../images/send_bottom.png) no-repeat;
	width:100px;
	height:40px;
	border:none;
	color:#fff;
	cursor:pointer;
}
.con-detals {
	width:66%;
	float:right;
	margin:11px 0 0 0;
	padding:0;
}
.con-detals span {
	color:#F00;
}
.wordim img {
	width:438px;
}
.cop img {
	width:450px;
	border:2px solid #cd8221;
	margin:0;
	padding:2px;
}
.al {
	text-align:center!important;
}
/*========End-Contact-Us========*/
/*-------------Form-part------------*/
.zoom_text_area {
	width:590px;
	height:auto;
	float:left;
	margin:0 0 10px 0;
	padding:0px;
}
.zoom_heading_text {
	width:590px;
	height:auto;
	float:left;
	margin:0 0 15px 0;
	padding:0px;
	border-bottom:1px solid #74330d;
	padding-bottom:10px;
	font-size:24px;
	color:#c67102;
}
.fill {
	width:590px;
	height:auto;
	margin:0px;
	padding:0px;
}
/*---------------fill_form------------------*/
.fill_form {
	width:570px;
	float:left;
	padding:0px;
	margin:0px 0 0 0px;
}
.form_row {
	width:570px;
	clear:both;
	padding:3px 0 4px 0;
	color:#333333;
}
label.fill {
	width:100px;
	float:left;
	font-size:12px;
	text-align:right;
	padding:4px 5px 0 0;
	color: #333333;
}
input.fill_input {
	width:250px;
	height:18px;
	background-color:#fff;
	color:#999999;
	border:1px #74330d solid;
	float:left;
}
.fill_input2 {
	width:250px;
	height:22px;
	background-color:#fff;
	color:#74330d;
	border:1px #74330d solid;
	float:left;
}
input.fill_input_new {
	height:18px;
	background-color:#fff;
	color:#999999;
	border:1px #74330d solid;
	float:left;
}
textarea.fill_textarea {
	width:250px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	background-color:#fff;
	border:1px #74330d solid;
	float:left;
}
textarea.fill_textarea_new {
	width:175px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	background-color:#fff;
	border:1px #74330d solid;
	float:left;
}
.textbox1 {
	width:250px;
	height:18px;
	border:1px #74330d solid;
	background:#fff;
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
.package_area {
	width:590px;
	float:left;
	margin:0 0 0 0;
	padding:0px;
}
.package_area ul {
	margin:0;
	padding:0px;
	list-style-type:none;
}
.package_area li {
	width:188px;
	height:171px;
	float:left;
	border:none;
	display:block;
	margin:10px 7px 0 0;
	padding:0px;
}
.package_area li a {
	width:188px;
	height:171px;
	float:left;
	display:block;
	border:none;
	margin:10px 7px 0 0;
	padding:0px;
	border:none;
}
.package_area li a:hover {
	display:block;
	border:none;
	margin:10px 7px 0 0;
	padding:0px;
	border:none;
}
/*------------End-Form-part------------*/
.cou-botton
{
	width:auto;
	height:20px;
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#000;
	float:right;
	padding:3px 0 0 0;
	}
	.cou-botton a
{
	width:auto;
	background-color:#fff;
	border:1px solid #fec276;
	border-radius:6px;
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#000;
	line-height:30px;
	padding:5px 15px;
	text-decoration:none;
	}
	.cou-botton a:hover
{
	width:auto;
	background-color:#f5af54;
	border:1px solid #cd8221;
	border-radius:6px;
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#000;
	line-height:30px;
	padding:0 15px;
	}
/*==========================================MOBILE_CSS===================================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
body {
min-width:768px;
}
.main {
width:758px;
margin:0 auto;
}
/*--------slider--------*/
.other-sl img {
 width:768px;
 height:auto;
 float:left;
 margin:0;
 padding:0;
}
#slides {
 width: 765px;
 height:243px;
}
.slides_container {
 width:765px;
 height:243px;
}
.slide img {
 width:765px;
 height:243px;
}
.pagination {
 bottom:-8px;
 right:330px;
}
.caption {
 width:320px;
 padding:25px 0 0 250px;
}
.caption .row-1 {
 width:320px;
 float:left;
}
.caption .row-1 h3 {
 width:320px;
 font:22px 'Comfortaa', sans-serif;
 line-height:26px;
}
.caption .row-1 ul {
 width:320px;
 float:left;
 margin:0;
 padding-top:10px;
 list-style:none;
}
.caption .row-1 ul li {
 width:140px;
 background:url(../images/bulet.png) no-repeat left;
 font:11px 'Comfortaa', sans-serif;
 line-height:24px;
 float:left;
 margin:0;
 padding:0 0 0 16px;
}
.vvi-line {
 width:80%;
 font-size:18px;
}
 .impo p {
 font-size:14px;
 line-height:20px;
 padding:4px 15px;
}
.impo p span {
 padding:0 0 0 8px;
}
.quick img {
 width:85px;
 float:left;
 position:absolute;
 top:10px;
 left:0px;
 z-index:10;
}
.three-part h3 {
 font-size:18px;
 line-height:35px;
}
/*----All-Tab-----*/
.all-tab ul li {
 width:100%;
 float:left;
 display:block;
 margin:0 10px 8px 0;
}
.all-tab ul li a {
 width:100%;
 display:block;
 font-size:15px;
 line-height:22px;
 padding:5px 0;
}
 .all-tab ul li a:hover {
 width:100%;
 font-size:15px;
 line-height:22px;
 padding:5px 0;
}
.all-tab ul li span img {
 width:55px;
 float:left;
 padding:0 2px 0 2px;
}
/*----Footer----*/
.all-menu {
 width:175px;
 display:block;
 float:left;
 margin:18px 13px 10px 0;
}
.bd {
 margin:18px 0px 10px 0!important;
}
.all-menu h3 {
 width:auto;
 font:14px 'Comfortaa', sans-serif;
 color:#000;
 line-height:30px;
 padding:0 0 0 14px;
 background-color:#fff;
 border-left:10px solid #8f5305;
}
.all-menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 175px;
}
.all-menu ul li {
 position: relative;
}
.all-menu li ul {
 position: absolute;
 background-color:#df9331;
 left:175px;
 top: 0;
 display: none;
 z-index:10;
}
/* Styles for Menu Items */
.all-menu ul li a {
 display: block;
 font:bold 11px Arial, Helvetica, sans-serif;
 color:#000;
 text-decoration:none;
 background:url(../images/bulet.png) no-repeat left top 8px;
 padding:5px 0 5px 15px;
 border-bottom: 0;
}
.all-menu ul li a:hover {
 display: block;
 text-decoration: none;
 color: #fff;
 background:#b4711a url(../images/bulet.png) no-repeat left top 8px;
 ppadding:5px 0 5px 15px;
 border-bottom: 0;
}
/* Holly Hack. IE Requirement \*/
* ll-menu ul li {
 float: left;
 height: 1%;
}
* ll-menu ul li a {
 height: 1%;
}
/*----End----*/

li:hover ul, li.over ul {
 display: block;
} /*----The magic----*/
.social-box {
 width:100%;
 float:left;
 margin:5px 0 5px 0;
 padding:0;
}
/*----GALLERY----*/
#gallPics {
 width:768px;
 float:left;
 padding:0;
 margin:10px 0;
}
 #gallPics ul li {
 width:210px;
 float:left;
 padding:0;
 margin:0 10px 20px 25px;
}
/*----LOGO----*/
.p-line {
 width:240px;
 height:180px;
}
.p-line img {
 width:240px;
 height:180px;
}
.p-line2 {
 border:3px double #cd8221;
 width:240px;
 height:339px;
}
.p-line2 img {
 width:240px;
 height:339px;
}
.p-line3 {
 border:3px double #cd8221;
 width:177px;
 height:250px;
}
.p-line3 img {
 width:177px;
 height:250px;
}
.logo-bg {
 width:232px;
 margin:0;
 padding:0;
 float:left;
 text-align:center;
}
.logo-bg img {
 width:232px;
 padding:3px;
}
.logo-bg2 {
 background-color:#fff;
 border:3px double #cd8221;
 border-radius:10px;
 width:235px!important;
 height:125px;
 display:block;
}
/*-----FLASH-----*/
.flash1 {
 width:550px;
 height:90px;
 text-align:center;
}
.con-detals {
 width:55%;
 float:right;
 margin:11px 0 0 0;
 padding:0;
}
.wordim img {
 width:380px;
 float:left;
}
.cop img {
 width:350px;
 border:2px solid #cd8221;
 margin:0;
 padding:2px;
}
}
 @media only screen and (max-width: 767px) {
body {
min-width:300px;
}
.main {
width:300px;
margin:0 auto;
}
/*----Header----*/
.top-part {
 position:inherit;
}
.gap-top {
 padding-top:0px;
}
.clock {
display:none;
}
.logo {
 margin:0;
 padding:5px 0 2px;
}
.logo img {
 width:300px;
}
.nomber {
 float:left;
 margin:3px 10px 0 0;
}
.nomber p {
 font-size: 12px;
 line-height:17px;
 padding:0 0 5px 5px;
}
/*--------slider--------*/
.other-sl img {
 width:300px;
 height:auto;
 float:left;
 margin:0;
 padding:0;
}
#slides {
 width: 300px;
 height:95px;
}
.slides_container {
 width:300px;
 height:95px;
}
.slide img {
 width:300px;
 height:95px;
}
.pagination {
 bottom:-8px;
 right:100px;
}
.caption {
 width:150px;
 padding:35px 0 0 100px;
}
.caption .row-1 {
 width:150px;
 float:left;
}
.caption .row-1 h3 {
 width:150px;
 font:9px 'Comfortaa', sans-serif;
 line-height:13px;
}
.caption {
display:none;
}
.imp-line {
 width:100%;
 height:auto;
 background-image:none;
 background-color:#cd8221;
 border-top:3px double #f0f0f0;
 border-bottom:3px double #f0f0f0;
 margin:0;
 padding:0;
}
.click {
 width:70px;
 right:0;
 top:-12px;
}
.click img {
 width:50px;
 margin:0;
 padding:0;
}
.vvi-line {
 width:75%;
 font:8px 'Voltaire', sans-serif;
 line-height:10px;
 padding:2px 0;
}
.impo {
 width:75%;
 float:right;
 margin:3px 0 0 0;
}
.impo p {
 border:1px solid #cd8221;
 font-size:7px;
 line-height:10px;
 padding:2px 5px;
 margin:0 5px 3px 0;
}
.impo p span {
 padding:0 0 0 8px;
}
.quick img {
 width:70px;
 float:left;
 position:absolute;
 top:12px;
 left:0px;
 z-index:10;
}
.three-part {
 width:100%;
 float:left;
 margin:8px 0;
 padding:0;
}
.three-part h3 {
 font-size:10px;
 line-height:18px;
 padding:0 0 0 5px;
 border-left:5px solid #8f5305;
}
.three-part p {
 font-size:7px;
 line-height:8px;
 padding:3px 0 0 0;
}
.th-gap {
 margin:0px!important;
}
/*----Welcome-Page----*/
.wel-zoom h3 {
 font-size:12px;
 line-height:20px;
 padding:5px 0;
}
.wel-zoom p {
 font-size:8px;
 line-height:10px;
 padding:3px 0;
}
/*----All-Tab-----*/
.all-tab ul li {
 width:100%;
 float:left;
 display:block;
 margin:0 7px 6px 0;
}
.all-tab ul li a {
 width:100%;
 display:block;
 font-size:13px;
 line-height:15px;
 padding:5px 0;
}
 .all-tab ul li a:hover {
 width:100%;
 font-size:13px;
 line-height:15px;
 padding:5px 0;
}
.all-tab ul li span img {
 width:40px;
 float:left;
 padding:0 2px 0 0;
}
/*----Footer----*/
.all-menu {
 width:145px;
 display:block;
 float:left;
 margin:18px 5px 10px 0;
}
.bd {
 margin:18px 0px 10px 0!important;
}
.all-menu h3 {
 width:auto;
 font:11px 'Comfortaa', sans-serif;
 color:#000;
 line-height:22px;
 padding:0 0 0 14px;
 background-color:#fff;
 border-left:10px solid #8f5305;
}
.all-menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 145px;
}
.all-menu ul li {
 position: relative;
}
.all-menu li ul {
 position: absolute;
 background-color:#df9331;
 left:145px;
 top: 0;
 display: none;
 z-index:10;
}
/* Styles for Menu Items */
.all-menu ul li a {
 display: block;
 font:bold 7px Arial, Helvetica, sans-serif;
 color:#000;
 text-decoration:none;
 background:url(../images/bulet2.png) no-repeat left top 6px;
 padding:5px 0 5px 8px;
 border-bottom: 0;
}
.all-menu ul li a:hover {
 display: block;
 text-decoration: none;
 color: #fff;
 background:#b4711a url(../images/bulet2.png) no-repeat left top 6px;
 ppadding:5px 0 5px 8px;
 border-bottom: 0;
}
/* Holly Hack. IE Requirement \*/
* ll-menu ul li {
 float: left;
 height: 1%;
}
* ll-menu ul li a {
 height: 1%;
}
/* End */

li:hover ul, li.over ul {
 display: block;
} /* The magic */
.zoom-con {
 width:300px;
 height:auto!important;
 float:left;
 margin:10px 0 5px 0;
 padding:0;
}
.social-box {
 width:300px;
 float:left;
 margin:5px 0 5px 0;
 padding:0;
}
.social {
 width:300px;
 float:left;
 margin:0 0 5px 0;
 padding:0;
}
.social h3 {
 width:180px;
 font:24px 'Voltaire', sans-serif;
 color:#000;
 text-align:left;
 margin:0;
 line-height:45px;
 padding:0;
 float:left;
}
.social h3 a:hover {
 width:auto;
 opacity:0.6;
}
.social h3 img {
 padding:0 10px 0 0;
 float:left;
}
.social h4 {
 width:80px;
 height:30px;
 overflow:hidden;
 float:left;
 font:normal 12px Arial, Helvetica, sans-serif;
 margin:12px 0 0 0;
 padding:0;
 display:block;
}
.client-base {
 line-height:18px;
}
/*----GALLERY----*/
#gallPics {
 width:300px;
 float:left;
 padding:0;
 margin:10px 0;
}
#gallPics ul li {
 width:210px;
 float:left;
 padding:0;
 margin:0 0px 20px 40px;
}
#nav ul ul {
 list-style:none;
 left:-90px;
}
/*----packages----*/
.packages ul li {
 width:145px;
 float:left;
 margin:10px 3px 0 0;
 padding:0;
 text-align:center;
}
.packages ul li a {
 background:url(../images/packages2.png) no-repeat;
 width:145px;
 height:114px;
 display:block;
 font:15px 'Voltaire', sans-serif;
 color:#fff;
 text-align:center;
 text-transform:uppercase;
 text-shadow:#000 1px 1px 1px;
 text-decoration:none;
}
.pline {
 height:58px;
}
.align img {
 width:30px;
}
.by-b {
 font:bold 6px Arial, Helvetica, sans-serif;
}
.p-line {
 width:290px;
 height:218px;
 float:left;
 padding:0;
 margin:0 0 5px 0;;
}
.p-line img {
 width:290px;
 height:218px;
}
.p-line2, .p-line3 {
 width:135px;
 height:191px;
}
.p-line2 img, .p-line3 img {
 width:135px;
 height:191px;
}
.logo-bg {
 width:285px;
 margin:0;
 padding:0;
 float:left;
 text-align:center;
}
.logo-bg img {
 width:285px;
 padding:3px;
}
.logo-bg2 {
 background-color:#fff;
 border:3px double #cd8221;
 border-radius:10px;
 width:290px!important;
 height:140px;
 display:block;
}
.flash1 {
 width:280px;
 height:50px;
 float:left;
 text-align:center;
}
.flash2 {
 width:140px;
 height:140px;
 padding:0 5px 0 0;
 text-align:center;
}
.flash4 {
 width:270px;
 height:40px;
 text-align:center;
}
.flash3 {
 width:20px;
 height:33px;
 text-align:center;
}
.con-detals {
 width:100%;
 float:left;
 margin:6px 0 0 0;
 padding:0;
}
.wordim img {
 width:300px;
 float:left;
}
.cop img {
 width:140px;
 border:2px solid #cd8221;
 margin:0;
 padding:2px;
}
.zoom_text_area {
 width:300px;
 height:auto;
 float:left;
 margin:0 0 10px 0;
 padding:0px;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
body {
min-width:420px;
}
.main {
width:420px;
margin:0 auto;
}
/*----Header----*/
.top-part {
 position:inherit;
}
.gap-top {
 padding-top:0px;
}
.clock {
 width:170px;
 padding:0;
 margin:9px 0 0 0;
 font:normal 8px Arial, Helvetica, sans-serif;
 color:#fff;
 line-height:15px;
 text-align:left;
 float:right;
 display:block;
}
.clock img {
 width:14px;
 margin:0;
 padding:0 5px 0 0;
 float:left;
}
.logo img {
 width:160px;
 padding-top:5px;
}
.nomber {
 width:auto;
 margin:5px 20px 0 0;
 padding:0;
 float:right;
}
.nomber p {
 font-size: 10px;
 line-height:15px;
}
.nomber p span {
 width:80px!important;
 display:block;
 float:left;
 color:#fff;
}
/*--------slider--------*/
.other-sl img {
 width:420px;
 height:auto;
 float:left;
 margin:0;
 padding:0;
}
#slides {
 width: 420px;
 height:133px;
}
.slides_container {
 width:420px;
 height:133px;
}
.slide img {
 width:420px;
 height:133px;
}
.pagination {
 bottom:-8px;
 right:150px;
}
.caption {
 width:200px;
 padding:35px 0 0 135px;
}
.caption .row-1 {
 width:200px;
 float:left;
}
.caption .row-1 h3 {
 width:200px;
 font:15px 'Comfortaa', sans-serif;
 line-height:20px;
}
.caption {
display:none;
}
.imp-line {
 width:100%;
 height:auto;
 background-image:none;
 background-color:#cd8221;
 border-top:3px double #f0f0f0;
 border-bottom:3px double #f0f0f0;
 margin:0;
 padding:0;
}
.click {
 width:70px;
 right:0;
 top:-15px;
}
 .click img {
 width:70px;
 margin:0;
 padding:0;
}
.vvi-line {
 width:80%;
 font:11px 'Voltaire', sans-serif;
 line-height:15px;
 padding:3px 0 0 0;
}
.impo {
 width:75%;
 float:right;
 margin:3px 0 0 0;
}
.impo p {
 font-size:11px;
 line-height:15px;
 padding:2px 10px;
 margin:0 5px 3px 0;
}
.impo p span {
 padding:0 0 0 8px;
}
.quick img {
 width:90px;
 float:left;
 position:absolute;
 top:12px;
 left:0px;
 z-index:10;
}
.three-part {
 width:30%!important;
 float:left;
 margin:8px 0;
 padding:0;
}
.three-part h3 {
 font-size:11px;
 line-height:24px;
 padding:0 0 0 5px;
 border-left:7px solid #8f5305;
}
.three-part p {
 font-size:9px;
 line-height:10px;
}
.th-gap {
 margin:8px 20px!important;
}
/*----Welcome-Page----*/
.wel-zoom h3 {
 font-size:12px;
 line-height:20px;
 padding:5px 0;
}
.wel-zoom p {
 font-size:10px;
 line-height:13px;
 padding:3px 0;
}
/*----All-Tab-----*/
.all-tab ul li {
 width:100%;
 float:left;
 display:block;
 margin:0 10px 8px 0;
}
.all-tab ul li a {
 width:100%;
 display:block;
 font-size:18px;
 line-height:22px;
 padding:5px 0;
}
 .all-tab ul li a:hover {
 width:100%;
 font-size:18px;
 line-height:22px;
 padding:5px 0;
}
.all-tab ul li span img {
 width:60px;
 float:left;
 padding:0 2px 0 2px;
}
/*----Footer----*/
.all-menu {
 width:185px;
 display:block;
 float:left;
 margin:18px 13px 10px 0;
}
.bd {
 margin:18px 0px 10px 0!important;
}
.all-menu h3 {
 width:auto;
 font:14px 'Comfortaa', sans-serif;
 color:#000;
 line-height:30px;
 padding:0 0 0 14px;
 background-color:#fff;
 border-left:10px solid #8f5305;
}
.all-menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 185px;
}
.all-menu ul li {
 position: relative;
}
.all-menu li ul {
 position: absolute;
 background-color:#df9331;
 left:185px;
 top: 0;
 display: none;
 z-index:10;
}
/* Styles for Menu Items */
.all-menu ul li a {
 display: block;
 font:bold 10px Arial, Helvetica, sans-serif;
 color:#000;
 text-decoration:none;
 background:url(../images/bulet.png) no-repeat left top 5px;
 padding:5px 0 5px 15px;
 border-bottom: 0;
}
.all-menu ul li a:hover {
 display: block;
 text-decoration: none;
 color: #fff;
 background:#b4711a url(../images/bulet.png) no-repeat left top 5px;
 ppadding:5px 0 5px 15px;
 border-bottom: 0;
}
/* Holly Hack. IE Requirement \*/
* ll-menu ul li {
 float: left;
 height: 1%;
}
* ll-menu ul li a {
 height: 1%;
}
/* End */

li:hover ul, li.over ul {
 display: block;
} /* The magic */
.zoom-con {
 width:282px;
 height:auto!important;
 float:left;
 margin:10px 0 5px 0;
 padding:0;
}
.social-box {
 width:400px;
 float:left;
 margin:5px 0 5px 0px;
 padding:0;
}
.client-base {
 line-height:18px;
}
/*----GALLERY----*/
#gallPics {
 width:420px;
 float:left;
 padding:0;
 margin:10px 0;
}
#gallPics ul li {
 width:200px;
 float:left;
 padding:0;
 margin:0 10px 10px 0px;
}
 .thumbnail {
 display: block;
 padding:0;
 margin:0;
 width: 200px;
 height: 218px;
}
 .thumbnail > img {
 display: block;
 width:200px;
 height:220px;
 margin: 0;
}
/*----------*/
/*-----zoom-plans-----*/
.plans ul li {
 width:200px;
 float:left;
 display:block;
 padding:0;
 margin:0 7px 12px 0px;
}
.plans ul li a {
 width:200px;
 display:block;
 background-color:#cd8221;
 border:1px solid #cd8221;
 font:16px 'Voltaire', sans-serif;
 color:#fff;
 line-height:28px;
 text-decoration:none;
 padding:7px 0;
}
.plans ul li a:hover {
 width:200px;
 background-color:#fff;
 border:1px solid #cd8221;
 font:16px 'Voltaire', sans-serif;
 color:#000;
 line-height:28px;
 padding:7px 0;
}
.plans ul li span img {
 width:37px;
 float:left;
 padding:0 5px 0 2px;
}
.packages ul li {
 width:180px;
 float:left;
 margin:10px 10px 0 0;
 padding:0;
 text-align:center;
}
.packages ul li a {
 background:url(../images/packages.png) no-repeat;
 width:180px;
 height:142px;
 display:block;
 font:18px 'Voltaire', sans-serif;
}
.packages ul li a:hover {
 color:#39fe55;
 text-shadow:#000 1px 1px 1px;
}
.pline {
 width:100%;
 height:75px;
 padding-top:12px;
}
/*----LOGO----*/
.p-line {
 width:190px;
 height:143px;
 float:left;
 padding:0;
 margin:5px;
}
.p-line img {
 width:190px;
 height:143px;
}
.p-line2 {
 width:194px;
 height:274px;
}
.p-line2 img {
 width:194px;
 height:274px;
}
 .p-line3 {
 width:194px;
 height:274px;
}
.p-line3 img {
 width:194px;
 height:274px;
}
.logo-bg {
 width:182px;
 margin:0;
 padding:0;
 float:left;
 text-align:center;
}
.logo-bg img {
 width:182px;
 padding:3px;
}
.logo-bg2 {
 background-color:#fff;
 border:3px double #cd8221;
 border-radius:10px;
 width:187px!important;
 height:120px;
 display:block;
}
.flash1 {
 width:400px;
 height:50px;
 float:left;
 text-align:center;
}
.flash2 {
 width:190px;
 height:200px;
 padding:0 0 4px 0;
 text-align:center;
}
.flash3 {
 width:70px;
 height:33px;
 text-align:center;
}
 .flash4 {
 width:400px;
 height:60px;
 float:left;
 text-align:center;
}
.con-detals {
 width:100%;
 float:left;
 margin:6px 0 0 0;
 padding:0;
}
.wordim img {
 width:420px;
 float:left;
}
.cop img {
 width:190px;
 border:2px solid #cd8221;
 margin:0;
 padding:2px;
}
.zoom_text_area {
 width:420px;
 height:auto;
 float:left;
 margin:0 0 10px 0;
 padding:0px;
}
<!---------welcome--------------->

}
/*========================================End_MOBILE_CSS=================================================*/
