/* General Classes */


/* Test */

/* google map */
#map {
        height: 450px;
        width: 100%;
    }


    @media only screen and (min-width: 768px) {
  		.main-dropdown:hover .dropdown-menu {
    	display: block;
 	 }
	}

/* End google map */

.searchbardiv{
  position: relative;
  top: -20px;
  display: none;
}

.buttonsearch:hover
{
	text-decoration: none;
}


/* End Test */

.white
{
	color: #fff;
}

.no-margin
{
	margin: 0;
}

.no-padding
{
	padding: 0;
}

.no-padding-right
{
	padding-right:0;
}

.no-padding-left
{
	padding-left:0;
}

.span-placeholder
{
	color: #cdcecf;
}




.glyphicon-stander:before
{
	font-size: 20px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    margin-right: -15px;
}

.header-chevron-left:before
{
	content: url(../images/DesignImages/header-left.png);
}

.header-chevron-right:before
{
	content: url(../images/DesignImages/header-right.png);
}

.lang-dropdown-menu
{
	left: -75px !important;
}


.left-corner-radius
{
	border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}


.right-corner-radius
{
	border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* End General Classes  */


/* Header Styles */

#header .slider-control
{
	width: 100px;
    opacity: 1;
    background-image: none !important;
}

/* Change navbar breake point */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* End Breakpoint Changes*/

.custom-navbar
{
	background-color: #fff;
	border: 0;
}

.navbar-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}

@media (min-width: 920px)
{
	.nav-col {width: 89.333333%}
}

@media (min-width: 921px) and (max-width: 1200px)
{
	.nav-col-1 {width: 9.333333%}
	
}

@media (max-width: 785px)
{
	.no-padding-right
	{
		padding-right:15px !important;
	}
}


.custom-navbar-height
{
	height: 75px;
}

.custom-navbar-right
{
	position: relative;
	top: -5px;
	background-color: #f5f5f5;
}

.custom-navbar-bar
{
	position: relative;
	top: -5px;
	width: 8px;
	padding: 0;
	height: 80px;
	background-color: #e3e3e3;
	-webkit-clip-path: polygon(0 7%, 106% 0%, 106% 93%, 0 100%);
    clip-path: polygon(0 7%, 106% 0%, 106% 93%, 0 100%);

}

.custom-navbar .main-links li a
{
	padding: 27px 30px;
}

.custom-navbar .main-links li a:hover
{
	color: orange;
}

.custom-navbar .main-links li.hovarable:hover:before
{
	content: url(../images/DesignImages/link-bar.png);
	position: absolute;
	top: -15px;
}


.custom-navbar .main-links li{
	/*border-right : 1px solid #ddd;*/
	/*box-shadow : 10px 0px 5px 1px #eaeaea;*/
}

.li-active a,.li-fixed-active a
{
	color: orange !important;
}

.li-active:hover,.li-fixed-active:hover
{
	color: orange;
}

.navbar-static-top .li-active:before
{
	content: url(../images/DesignImages/link-bar.png);
	position: absolute;
	top: -15px;
}

.navbar-fixed-top .li-active:after
{
	content: url(../images/DesignImages/link-bar.png);
	position: absolute;
	bottom: -10px;
}


.navbar-fixed-top li a {
    padding: 15px 30px;
}

.navbar-fixed-top li a:hover {
    color: orange !important;
}

.navbar-fixed-top li:hover:after {
    content: url(../images/DesignImages/link-bar.png);
	position: absolute;
	bottom: -10px;
}

.navbar-fixed-top .not-hovarable:hover:after {
    content: "";
}


.lang-wrapper
{
	display: table-cell; vertical-align: middle;height: 75px;width: 100px;
}

.lang
{
	display: inline;width: 50%;padding: 5px 5px;
}

.lang a
{
	color:orange;

}

.lang a:hover
{
	text-decoration: none;
}


/* End Header Styles */


/* Product Slider Styles  */

#product-slider 
{
	position: relative;
	top: -55px;
	height: 230px;
	z-index: 999;
	border-radius: 5px;
}

@media(max-width: 1200px)
{
	#product-slider 
	{
		position: normal;
		top: 0;
		height: 200px;
		z-index: 999;
		border-radius: 5px;
		padding-top: 30px;
		padding-bottom: 30px
	}

	#home-contacts
	{
		margin-top: 25px;
	}
}


@media(max-width: 992px)
{
	#product-slider 
	{
		position: normal;
		top: 0;
		height: 150px;
		z-index: 999;
		border-radius: 5px;
	}
}

#product-slider #product-carousel
{
	background-color: #fff;
	padding: 30px 60px;
	box-shadow: 2px 2px 25px #9e9e9e;
}

#product-slider .slider-control
{
	width: 30px;
    opacity: 1;
    background-color: #d7dce3;
    background-image: none !important;
}


#product-slider .carousel-prodcut-list-content
{
	margin-left: 15px;
}

#product-slider-mini
{
	padding: 50px 0;
}

.carousel-prodcut-list-content ul
{
	padding-left: 30px;
    list-style-image: url('../images/DesignImages/list-icon.png');
}

.carousel-indicators
{
	bottom: -40px !important;
}

/* End Product Slider Styles  */


/* About Us Section Styles */

.aboutus{
    padding-bottom: 65px;
    padding-top: 100px;
}

.aboutus-bar
{
	height: 8px;
	margin-top: 20px;
	background-color: #dd784c;
}

.aboutus-header span
{
	
	font-size: 35px;
	color: #58595b ;
}

.bar-span
{

    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
	color: #58595b ;
}
  
@media(max-width: 920px) {
    .custom-navbar .main-links li a {
    padding: 15px 20px;
}
  }

/* End About Us Section Styles */


/* Home Contacts Styles */

#home-contacts
{
	padding-top:40px;
	padding-bottom: 40px;
	background-color: #f9b01b;
    height: 130px;
}


@media (max-width: 767px)
{
	#home-contacts
	{
    	height: auto;
	}
	#home-contacts .no-margin
	{
    	margin: 0 0 10px;
	}
}

/* End Home Contacts Styles */


/* Footer Styles */

#footer
{
	padding-top: 25px;
	padding-bottom: 15px;
}

#footer .nav>li>a
{
	padding: 10px 40px;
	color: #545e68;
	font-size: 16px;
}

#footer .product-list
{
	list-style-type: none;
	margin-left: 25px;
}

#footer .product-list li:before {
  content: "-";
  position: absolute;
  margin-left: -0.7em; 
}




/* contact us page */


.contactus-bar
{
	height: 8px;
	margin-top: 20px;
	background-color: orange;
}

#contactus
{
	padding-top: 40px;padding-bottom: 40px;
}

#contactus p 
{
	line-height: 2;
}

.contactus-text
{
	color: #fff;
}


.contactus-text:before
{
	content: url(../images/DesignImages/text-bar.png);
	position: relative;
    top: -2px;
}

.about-phone-icon:before
{
	content: url(../images/DesignImages/phone-mini.png);
	position: relative;
    top: -2px;
}

.about-mobile-icon:before
{
	content: url(../images/DesignImages/mobile-mini.png);
	position: relative;
    top: -2px;
}

.about-email-icon:before
{
	content: url(../images/DesignImages/email-mini.png);
	position: relative;
    top: -2px;
}

.about-phone-icon,.about-mobile-icon,.about-email-icon
{
	color: #fff;
}

.contact-info
{
	height: 275px;
	background-image: url('../images/DesignImages/contactus.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 15px 0 15px;
	margin-top: 30px;
}


.contact-info .contactus-text   
{
	font-size: 16px;
}

.contact-info h5
{
	margin-bottom: 25px;
}

.info-btn
{
	background-color: orange;border: 0;padding-right: 25px;padding-left: 25px;

}

/* End contact us page */




/* Start products Styles */

#allproducts
{
	padding: 50px 0;
}

#allproducts .bar-text
{
	margin-top: 0px;
	margin-bottom: 20px;
}

#allproducts .bar-text:before
{
	content: url(../images/DesignImages/products-bar.png);
	
	position: relative;
    top: -2px;
    left: -7px;
}

#allproducts .bar-cat
{
	margin-bottom: 20px;
}

#allproducts .bar-cat:before
{
	content: url(../images/DesignImages/cat-bar.png);
	position: relative;
	top: -2px;
	left: -7px;
}

#allproducts ul 
{
	list-style-image: url('../images/DesignImages/list-icon.png');
}


#allproducts .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    font-size: 10px;
}
#allproducts .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    font-size: 10px;
}

#allproducts .panel-heading
{
	background-color: transparent;
}

#allproducts .panel-default
{
	border-color: transparent !important;
}

.thumbnail .caption {
    background-color: #f9b01b;
    padding-top: 1px;
    padding-bottom: 1px;
}

.thumbnail img{
    padding-bottom: 8px;
}


/* End products Styles*/










/* End Footer Styles */
/* Single Product Styles */
#prod-icon{
    text-align: justify;
}

#prod-icon > div {
    width: 100px; /* Declare your value. Can be in relative units. */
    display: inline-block;
    vertical-align: top;

    /* IE fix. */
    *display: inline;
    zoom: 1;
}
#prod-icon:after {
    content: "";
    width: 100%;
    display: inline-block;
}
 img.filter-image {
     display: block;
     margin-left: auto;
     margin-right: auto;
 }

p.filter-text {
    margin-left: auto;
    margin-right: auto;
    width: 4em;
}