/*

Grill Template 
http://www.templatemo.com/preview/templatemo_417_grill 

*/

/*-- Basic --*/
a {
  text-decoration: none;
  color: #f78e21;
}

a:hover {
  text-decoration: none;
  color: #f78e21;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFF;
}

.heading-section {
  text-align: center;
  padding: 10px 0 10px 0;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Header --*/
#top-header {
	background-image:url(../images/10_bg.png);
	background-repeat:repeat-x;
	
	color: #fff;	
}

.home-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.logo {
  padding: 20px 0;
}

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-top:30px;
 
}

.main-menu li {
	list-style: none;
	display: inline-block;
	padding: 40px 0;
	
	
	
}

.main-menu a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	margin-right: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#999;
	padding: 10px;
		
}

.main-menu a:hover {
	background-color:#CCC;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	
}



/*-- End Header --*/




/*-- Heading --*/

#heading {
  background-image: url(../images/bg-image_3.jpg);
  height: 140px;
}
#heading_2 {
  background-image: url(../images/bg-image_2.jpg);
  height: 140px;
}
#heading_3 {
  background-image: url(../images/bg-image_3.jpg);
  height: 140px;
}
#heading_4 {
  background-image: url(../images/bg-image_4.jpg);
  height: 140px;
}


#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#heading_2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#heading_3 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#heading_4 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#heading span {
	color: #E68324;
	text-transform: uppercase;
}

.heading-content {
	text-align: center;
	margin-top: 35px;
	color: #FFF;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
	text-align: center;
	padding: 20px 0 30px 0;
}

#product-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 20px;
  
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
  max-width:750px;
  width:100%;
   
}

#filters ul {
  margin: 0px;
  padding: 0px;
  

}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
  line-height:30px;
  
}

#filters span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  padding:10px;
  max-width:200x;
  width:100%;
}


#filters span:hover {
	color: #FFF;
	padding:10px;
	background-color:#06F;
	
	
}

.label-text a {
	color: #000;
	
}

.label-text a:hover {
	color: #06C;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
	color: #777;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	color: #999
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
  
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #f78e21;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	margin-top: 190px;
	text-align: center;
	font-size: 13px;
	width: 100%;
	color: #FFF;
	font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #f78e21;
}

/*- End Products --*/





/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
	margin-left:10px;
	margin-right: 10px;
	margin-left:10px;
	max-width:180px;
	
	width:100%;
	padding:10px;
	display:inline;
}
.author-thumb img{
	margin:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border:medium;
	border-width:2px;
	min-width:80px;
	
}

.comment-body {
	padding: 10px;
	max-width:380px;
	width:100%;
	float:right;
	top:0px;
	position:relative;
	
	
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #f78e21;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	width: 100px;
	height: 30px;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 20px;
	padding:5px;
	line-height:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border:medium;
	border-width:2px;
}

.replyed-form {
	float:left 10px;
	max-width:700px;
	width:100%;
	line-height:18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border:medium;
	border-width:2px;
	background-color:#9C6;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #aaa;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/




/*-- Side Bar --*/

.side-bar h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	background-color: #F90;
	margin-top: 0px;
	padding: 9px 15px 9px 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
}

.archives-list ul {
	margin-top: 10px !important;
	padding-bottom: 5px !important;
	margin: 0;
	padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.archives-list a {
	
	color: #FFF;
	font-size: 15px;
}

.archives-list a:hover {
	color: #333;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
	text-align: center;
	position: absolute;
	width:100%; <--edit this 70% -->
	margin-top:300px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../images/slide_caption_bg.png);
	background-repeat: repeat;
}

.slider-caption h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #f78e21;
  text-transform: uppercase;
}

.slider-caption p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

/*-- End Slider --*/





/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #f78e21;
  color: #f78e21;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #f78e21;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/





/*--Footer--*/

footer {
	background-color: #333;
	border-top: 4px solid #f78e21;
	margin-top: 20px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  
}



.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #CCC;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 5px 0;
  
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.shop-list a {
	text-transform:lowercase;
	color: #333;
	font-size:15px;
	line-height:40px;
	word-spacing:10px;
}

.shop-list a:hover {
  color: #f78e21;
}

.recent-post {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color:#9C0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#999;
	padding:10px;
	color: #FFF;
}
.recent-post h1,h2,h3,h4,h5,h6,{
	color:#FFF;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.more-info p {
  padding-bottom: 20px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
	list-style: none;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFF;
}

.more-info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
	text-align: center;
	padding: 10;
}
.footer_Center{
	max-width:1200px;
	min-width:150px;
	width:100%;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	
}
.footer_Center p{
	max-width:1200px;
	min-width:150px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	
}
.footer_Center_h2{
	color:#333;
	font-weight:500;
	padding-left:20px;
	

}
.footer_Center_sub_left{
	min-width:200px;
	max-width:550px;
	width:100%;
	min-width:300px;
	padding:10px;
	float:left;
	line-height:10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:10px;
	text-align:left;
	display:inline;
	
}
.footer_Center_sub_left ul{
	margin-left:0;
	line-height:15px;
}
.footer_Center_sub_left li{
	list-style-type:none;
	margin-left:0;

		
}
.footer_Center_sub_left li{
	margin:5px;
	color:#FFF;
	list-style-type:none;
	
}
.footer_Center_sub_left li a{
	color:#FFF;
}
.footer_Center_sub_left li a:hover{
	color:#F90;
}
.footer_Center_sub_sevise{
	max-width:250px;
	width:100%;
	padding:10px;
	float:left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:10px;
	background-color:#999;
}
.footer_Center_sub_sevise_img_head{
	margin:5px;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	margin-bottom:10px;
	margin-top:10px;
	min-width:0;
	max-width:225px;
}
.footer_Center_sub_sevise_img{
	margin:5px;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	margin-bottom:1px;
	margin-top:1px;
	min-width:20px;
	max-width:225px;
	text-align:center;
}
.footer_Center_sub_sevise_img:hover{
	opacity: 1; 
	filter: alpha(opacity=100);
}
.footer_Center_sub_sevise li a{
	color:#FFF;
	font-size:18px;
	

}
.footer_Center_sub_sevise li {
	list-style-type:none;
	line-height:20px;

}

.footer_Center_sub_left_img_head{
	margin:5px;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	margin-bottom:10px;
	margin-top:10px;
	min-width:60px;
	max-width:280px;
}
.footer_Center_sub_left_img{
	margin:5px;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	margin-bottom:1px;
	margin-top:1px;
	min-width:80px;
	max-width:250px;
	text-align:center;
}
.footer_Center_sub_left_img:hover{
	opacity: 1; 
	filter: alpha(opacity=100);
}
.footer_Center_sub{
	max-width:1100px;
	width:100%;
	min-width:150px;
	float:left;
	line-height:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	text-align:right;
	margin-left:10px;
	color: #CCC;
	display: inline;
	padding-top: 5px;
	
}
.footer_img{
	opacity: 0.5; 
	filter: alpha(opacity=70);
	margin:5px;
}
.footer_img:hover{
	opacity:1; 
	filter: alpha(opacity=100);
}
.footer_Center_sub a{
	margin:5px;
}
.footer_Center_sub_contact{
	width:100%;
	
	min-width:150px;
	color:#FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}
.footer_Center_sub_contact li{
	list-style-type:none;
	margin-left:0;
	display:inline;
}
.footer_Center_sub_contact ul{
	
	line-height:20px;
	
}
.sub_contact_h4{
	color:#333;
	text-transform:capitalize;
	margin-left:5px;
	font-size:23px;
	font-weight:300;
}

.footer_Center_sub_contact li:hover{
	color:#9F0;
}

.footer_Center_sub_contact_tittle{
	max-width:500px;
	width:100%;
	padding:5px;
	float:left;
	color:#FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#999;
	margin-left:10px;
	height:80px;
	right:0;
	top:0;
}
/*-- End Footer --*/









/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .logo {
    padding-bottom: 60px;
  }

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }

}

@media screen and (max-width: 1000px) {

  .slider-caption {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 20px;
  }

  body {
    overflow-x: hidden;
  }
}

/*--- END RESPONSIVE ---*/
.contact_bg{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background-color:#9C3;
	width:100%;
	padding:10px;
	color: #FFF;
	margin-top:10px ;
}
.contact_bg h3{
	text-transform:capitalize;
	margin:5px;
}
.contact_bg a{
	color:#FFF;
	text-shadow:#CCC;
	
}
.new_bg_1{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#09C;
	width:auto;
	padding:10px;
	color: #FFF;
	margin-top:10px;
}			
.new_bg_2{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#9C0;
	width:auto;
	padding:10px;
	color: #FFF;
	margin-top:10px;
}	
.new_bg_2 img{
	max-width:300px;
	min-width:100px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	width:100%;
}
.new_bg_3{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#6CC;
	width:auto;
	padding:10px;
	color: #FFF;
	margin-top:10px;
	font-size:16px;
}
.inbound_img{
	max-width:100px;
	min-width:50px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	width:100%;
}
.inbound_img2{
	max-width:236px;
	max-height:217px;
	min-width:50px;
	float:left;
	margin-right:30px;
	margin-bottom:5px;
	width:100%;
	height:100%;
}
.inbound_img3{
	max-width:550px;
	min-width:50px;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	width:100%;
}
.new_bg_1 a{
	color:#FFF;
}
.new_bg_1 a:hover{
	color:#333;
}
.new_bg_4{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#F60;
	width:auto;
	padding:10px;
	color: #FFF;
	font-weight:400;
	margin-top:10px;
}
.new_bg_4 li:hover{
	color:#333;
	font-weight:300;
}
.new_bg_5{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#066;
	width:auto;
	padding:10px;
	color: #FFF;
	margin-top:10px;
	text-transform:inherit;
}	
.logo_bg{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#6C0;
	width:auto;
	padding:10px;
	color: #FFF;
	
}	
.new_bg_2 p{
	font-size:14px;
}
.new_bg_6{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#9C0;
	width:auto;
	padding:10px;
	color: #FFF;
	margin-top:10px;
}			
.inbound_bg{
	max-width:1150px;
	width:100%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	display:inline;
}
.inbound_bg1{
	max-width:550px;
	width:100%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	
}
.inbound_bg_sub1{
	max-width:550px;
	width:100%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	
}
.inbound_bg2{
	max-width:550px;
	width:100%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	
}
.inbound_bg_sub2{
	max-width:550px;
	width:100%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	
}
.inbound_img_bg{
	max-width:600px;
	width:100%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	display:inline;
	
}
.inbound_img_bg ul{
	list-style-type:none;
	line-height:2;
}

.inbound_img_bg li{
	display:inline-block;
	margin-bottom:10px;
	
}
/*image hover international page*/
.international_img_bg{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#9C0;
	width:auto;
	padding:5px;
	color: #FFF;
	margin-top:10px;
}	
.international_img_bg img{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	max-width:230px;
	width:auto;	
	margin-right:10px;
	float:left;
	
}
/*index service div*/
.new_bg_30{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:medium;
	border-width:2px;
	background-color:#6CC;
	padding:10px;
	margin-top:10px;
	font-size:16px;
	max-width:750px;
	width:100%;
	display:inline-block;
	
}
.service_div{
	max-width:167.50px;
	min-width:80px;
	width:100%;
	max-height:140px;
	min-height:100px;
	height:140px;
	margin-bottom:10px;
	
	margin-right:10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:#666;
	border-width:2px;
	background-color:#FFF;	
	text-align:center;
	float:left;
}
.service_div_tittle{
	max-width:750px;
	min-width:100px;
	width:100%;
	background-color:#9C0;
	float:left;
	color:#FFF;
	padding:10px;
}

.service_div img:hover{
	opacity: 0.7; 
	filter: alpha(opacity=70);
	
}
.service_div_tittle h4{
	margin-left:10px;
	display:inline;
	font-size:22px;
	color:#333;
	font-weight:400;	
}
.service_div img{
	max-width:80px;
	min-width:40px;
	min-height:40px;
	max-height:80px;
	margin-top:10px;
	width:100%;
	height:100%;
	
	
	
	
}
.service_div h3{
	color:#333;
	font-size:14px;
	margin-bottom:10px;
}
.service_div h3:hover{
	color:#999F;
	
}	
	
.service_div-larg{
	max-width:233.2px;
	min-width:80px;
	width:100%;
	max-height:200px;
	min-height:100px;
	height:200px;
	margin-bottom:10px;
	
	margin-right:10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border:#666;
	border-width:2px;
	background-color:#FFF;	
	text-align:center;
	float:left;
}
.service_div-larg img{
	max-width:200px;
	min-width:40px;
	min-height:40px;
	max-height:150px;
	margin-top:10px;
	width:100%;
	height:100%;

}
.service_div-larg img:hover{
	opacity: 0.7; 
	filter: alpha(opacity=70);
	
}
.service_div-larg h3{
	color:#333;
	font-size:14px;
	margin-bottom:10px;
}