body {
	border-top: 3px solid #3c3c3c;
}

.color {
	color: #3c3c3c;
}

/*a, a:visited{
color:#3c3c3c ;
}

a:hover{
color:#a3a1a1;
}
*/
.navbar {
	background: #3c3c3c !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color: #3ba4c2;
}

.navbar button {
	background: #a3a1a1 !important;
}

.navbar button:hover {
	background: #a3a1a1 !important;
}

.navbar .nav>li>a {
	background: #3c3c3c;
}

.navbar .nav>li>a:hover {
	background: #a3a1a1 !important;
}

.navbar .nav .active>a, .navbar .nav .active>a:hover, .navbar .nav .active>a:focus
	{
	background: #a3a1a1 !important;
}

.dropdown-toggle {
	background: #3c3c3c !important;
}

.dropdown-menu {
	background: #3c3c3c !important;
	border: 1px solid #a3a1a1;
}

.dropdown-menu a {
	background: #3c3c3c !important;
	border-bottom: 1px solid #a3a1a1;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
	background: #a3a1a1 !important;
}

.social i {
	background: #3c3c3c;
}

.social i:hover {
	background: #a3a1a1;
}

.flex-caption {
	border-left: 4px solid #3c3c3c;
}

.service i {
	color: #3c3c3c;
}

/* Slider */
.da-slider {
	border-top: 4px solid #3c3c3c;
	border-bottom: 4px solid #3c3c3c;
}

.da-slide h2 {
	color: #3c3c3c;
}

.da-slide .da-link {
	background: #3c3c3c;
}

/* Feature alt */
.afeature:hover {
	border: 5px solid #3c3c3c;
}

.afmatter i {
	color: #3c3c3c;
}

.panel-heading i {
	color: #3c3c3c;
}

.feat h4 i {
	color: #3c3c3c;
}

.button a, .button a:visited {
	background: #3c3c3c;
	border-bottom: 2px solid #a3a1a1;
}

.button a:hover {
	background: #a3a1a1;
}

.pricel .phead-top {
	background: #3c3c3c;
	border: 1px solid #a3a1a1;
}

.pricel .phead-bottom {
	border-top: 1px solid #a3a1a1;
}

.nav-tabs>li>a:hover {
	background: #3c3c3c;
}

.content ul li i {
	color: #3c3c3c;
}

footer ul li i {
	color: #3c3c3c;
}

footer {
	border-top: 3px solid #3c3c3c;
}
 
/*************************
************Map***********
**************************/
.map {
	min-width: 300px;
	min-height: 300px;
	width: 100%;
	height: 100%;
}

/*************************
**********Flags***********
**************************/

img.flag {
	max-height: 15px;
}

ul.dropdown-menu.UlLanguageMenu {
	min-width: 120px;
}

/*************************
**********Buttons*********
**************************/
.submit-button {
	margin: 10px 0;
	background: #3c3c3c none repeat scroll 0 0;
	border-bottom: 2px solid #a3a1a1;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px;
	text-align: center;
}

.submit-button:hover {
	background: #a3a1a1;
}

.danger-button {
	margin: 10px 0;
	background: #d9534f none repeat scroll 0 0;
	border-bottom: 2px solid #d43f3a;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px;
	text-align: center;
}

.danger-button:hover {
	background: #c9302c;
	border-color: #ac2925;
}

.error {
	color: red;
}

.errorBold {
	color: red;
	font-size: 20px;
}

.contactSucc {
	color: #2507e7;
	font-size: 20px;
}

/**************************
*****Carousel  Product*****
***************************/

.carousel-showmanymoveone .carousel-control {
	background: none;
	color: #222;
	text-shadow: none;
	width: 4%;
}
/* Previous button  */
.carousel-showmanymoveone .carousel-control.left {
	left: -12px;
}
/* Next button  */
.carousel-showmanymoveone .carousel-control.right {
	right: -12px !important;
}
 
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
 
 
 
.carousel-showmanymoveone img.car-product {
	display: block;
	max-height: 450px;
	width: 100%;
}

.carousel-showmanymoveone .well {
	padding-top: 15px;
	padding-bottom: 10px;
}

.carousel-showmanymoveone .carousel-control {
	position: absolute;
	top: 40%;
}

.carousel-showmanymoveone .CarouselTitle a:link {
	text-decoration: none;
	color: #333
}

.carousel-showmanymoveone .CarouselTitle a:visited {
	text-decoration: none;
	color: #333
}

.carousel-showmanymoveone .CarouselTitle a:active {
	text-decoration: none;
	color: #333
}

.carousel-showmanymoveone .CarouselTitle a:hover {
	text-decoration: none;
	color: #333;
}

.carousel-showmanymoveone hrdown {
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 0px;
}
 
/**************************
*Carousel Specific Product*
***************************/
.carousel-control {
	width: 4%;
}

.carousel-control.left, .carousel-control.right {
	margin-left: 0px;
	background-image: none;
}

@media only screen and (min-width: 768px) {
	img.spec-carousel {
		max-height: 400px;
		width: 100%;
	}
	.specific .carousel-inner {
		height: 400px;
	}
	img.spec-carousel-thum {
		height: 60px;
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {
	img.spec-carousel {
		max-height: 500px;
		width: 100%;
	}
	.specific .carousel-inner {
		max-height: 500px;
	}
	img.spec-carousel-thum {
		height: 60px;
		width: 80px;
	}
}

@media ( max-width : 480px) {
	img.spec-carousel {
		max-height: 300px;
		max-width: 100%;
	}
	.specific .carousel-inner {
		max-height: 300px;
	}
	img.spec-carousel-thum {
		height: 60px;
		width: 80px;
	}
} 


@media only screen and (max-width: 767px) {
	img.logo {
		max-width: 210px;
		max-height: 100px;
	}
}

@media only screen and (min-width: 768px) {
	img.logo {
		max-width: 350px;
		max-height: 120px;
		padding-top: 10px;
		position: relative;
		top: -20px;
	}
}

/**************************
*****panel gt madari ******
***************************/

.panel {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    margin: 10px 0;
    padding: 0;
}

.panel .panel-heading h5 {
    color: #888;
    font-size: 16px;
    margin-bottom: 5px;
}

.panel-body {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px 10px 0;
}

.hero h2 {
    color: #777;
    font-size: 25px;
    line-height: 25px;
    margin: 8px 0px 0px;
}

.hero h3 {
    color: #777;
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0px 10px;
}

.time {
    border-bottom: 1px solid #f4f4f4;
    margin: 5px 0 10px;
    padding: 5px 0 10px;
}

.time .tidate {
    background: #3c3c3c none repeat scroll 0 0;
}
.time .tidate {
    border-radius: 30px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.time .timatter {
    border-bottom: 2px solid #3c3c3c;
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: right;
    padding: 5px 10px;
    width: 80%;
}

.video-container {
 
	position:relative;
	padding-bottom:40.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:100%;
}
 