/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Stylesheet
==================================*/

body{
	font-size:16px;
	font:Calibri;
	line-height:1.5em;
	}

#logo{
	width:300px;
	height:80px;
	position:absolute;
	background-color:#666;
	margin-left:15px;
	margin-top:10px;
	}
.navigation li{
	position:relative;
	display:inline-block;
	float:left;
	margin-top:60px;
	padding:10px;
	right:15%;
	}

h1{
	font-size:22px;
	font-weight:bold;
	margin:10px 0px 25px;
	color:#000;
	}
h3{
	font-size:20px;
	color:#FFF;
	padding-top:12px;
	}
p{
	margin:5px 0px;
	}
hr{
	border-width:10%;
	border-color:#CCC;
	text-align:center;
	}

.foot{
	display:inline-block;
	width:100%;
	background-color:#000;
	text-align:center;
	margin:0;
	padding:2%;
	left:0;
	right:0;
	color:#FFF;
	}

.foot-text{
	display:inline-block;
	margin:10px 50px;

	}

.foot-1{
	margin:0px 47px;
	padding:20px;
	border-right:2px solid #d1d2d4;
	}
.copyright{
	width:100%;
	height:40px;
	text-align:center;
	background-color:#F00;
	color:#FFF;
	padding:10px;
	}



/*About
==================================*/
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3%; /*  changed value from 15%*/
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none);
  filter: none;
  opacity: 1;
}
.carousel-control.left {
  color:#860707;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}

.carousel-control.right {
  color:#860707;
  right: 0;
  left: auto;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control:hover,
.carousel-control:focus {
  color:#860707;
  text-decoration: none;
  filter:none;
  outline: 0;
  opacity: 1;
}
.list-1{
	margin-top:15px;
	list-style:disc;
	}
.list-last{
	right:0;
	}


/*Product1
==================================*/
	
.head-top{
	background-color:#f1f1f2;
	width:100%;
	}
.menu-icon{
	display:inline-block;
	float:right;
	padding-right:3%;
	padding-top:2%;
	}

.product-images{
	display:inline-block;
	width:45%;
	height:250px;
	background-color:#CCC;
	margin:10px;
	
	}

.product-video{
	display:inline-block;
	width:45%;
	height:250px;
	background-color:#CCC;
	margin:10px;
	}

.product-specification{
	border:3px solid #F00;
	width:100%;
	}
.product-title{
	color:#F00;
	padding:2%;
	}
/*-------------Image slider ------------*/
.modal-body img{
    width:100%;
    height:100%;
  }
 
/*.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
*/


  /*-----------Carousel----*/
.carousel-caption h1:first-child {
  animation-delay: 0.5s;
}

/*--Disable selection of text */
body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
