@charset "utf-8";
/* CSS Document */

body {
font-size:14px;
line-height: 16px;
margin:0;
padding:0;
}
p {
	margin: 0 0 10px 0;
	text-align:justify;
}
#blocks { padding:1px !important; margin:0}

#blocks:nth-child(n+1) {
	padding: 0 10px 10px 0 !important;
}

#blocks:nth-child(n+2) {
	padding: 0  10px 0 0 !important;
}

#blocks:nth-child(n+3) {
	padding: 0 10px 0 0  !important;
}

#blocks:nth-child(n+5) {
	padding: 0  !important;
}

.colcover { padding:0 5px 0 5px !important;}
a:hover {
    color: inherit;
    text-decoration: none; 
}

.form-control {
    display: block;
    width: 40%;
    height: auto;
    padding:0;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    background-clip: padding-box;
    border: none;
	transition:none !important;
}


textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, input[type=text]:hover, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
   border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color:#000;
  color:#fff;
  	transition:none !important;
}

.h1, h1 {
    font-size: 1.3rem; text-transform:uppercase
}
.h2, h2 {
    font-size: 34px;color:#000; text-transform: uppercase
}
.h6, h6 {
    font-size: 14px;  color:#000; text-transform:capitalize
}

#pagecontent
    {
      display: none;
    }

.loader {
display: flex;
  justify-content: center;
  align-items: center;
  width: 99vw; height:99vh
}
			
.producttitle a { color:#666; text-decoration:none}

.img-responsive {width: 100% !important;    height: auto;}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: 0 0;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

#myheaderpages {
    position: fixed;margin:0; padding:0 30px 0 30px;
	 top:0; right:0; z-index:100; background-color:#fff; width:100%;opacity:1;display:flex;
}

#bodyofpage { margin: 100px 30px 0 30px; }
  .carousel-inner img {
    width: 100%;
    height: auto;
  }
.carousel-inner {
	height:65vh;
} 

.row {
  margin: 0;
  padding:0;
}

.col {padding:0 25px 0 25px; }
.col, [class*=col-] {
  line-height: inherit;
  height: auto;
  color: inherit;
}
.rightalignimg {
	float: right;
	width: 40%;
	margin-left:10px;
}
/*.col:nth-child(odd),
[class*=col-]:nth-child(odd) {
 
}*/
.w-100 {
    width: auto!important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl  {
    max-width: 100%;
	padding:0;
	margin:0;
}

/*.col img { max-width:100%;}*/
  
.menuholder { text-align:right; width:33%; font-size:28px;cursor:pointer; color:#000}  

.linkholder { text-align:left; width:33%; padding-left:20px}   
  
footer { 
 width:100%;
height: auto; background-color:#231f20 ;
	color:#fff;
	font-size:12px;
	padding: 10px 10px 0 10px;
}

footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: #fff;
  text-decoration:none;
}

.d-inline-flex a { color:#fff;}

.bigtoplogo { 
margin:0;
/*padding:0 0 0 25px;
*/width:350px !important;
}

.bigtoplogo a {
  color: #fff;
  text-decoration: none;
}
.bigtoplogo a:hover, .bigtoplogo a:focus {
  color: #fff;
  text-decoration:none;
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
	padding:5px 20px 5px 5px;
}

.badge {
	position:absolute;
	top:20px;
	left:20px;
    display: grid;
	width: max-content;
    padding: 0.5em 0.7em;
    font-size: 75%;
    font-weight: 700;
	margin-top:-20px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badgeproduct {
    display: inline-block;
	width: max-content;
    padding: 0.5em 0.7em;
    font-size: 75%;
    font-weight: 700;
	margin-top:0;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 
 /*ipad air*/ 
@media screen and (max-width: 1200px) and (orientation: portrait) {
.carousel-item {background:url(../images/banner_home01.jpg) center no-repeat; height:930px; background-size:cover}
.carousel-inner {
	height:930px;
} 

}


/*phone*/  
@media screen and (max-width: 700px) {
	
p {
	margin: 10px 0 10px 0;
}	

.carousel-inner {
	height:55vh;
} 
.w-100 {
    width: 100%!important;
}
/*.col {margin: 0 25px 0 25px; padding: 0;}
*/
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
	padding:3px 0 3px 7px;
}

footer { 
	padding: 10px 10px 2px 10px;
}

.form-control {
    width: 80%;
}
.badge {
	position:absolute;
	top:20px;
	left:0;
    display: grid;
	width: max-content;
    padding: 0.5em 0.7em;
    font-size: 75%;
    font-weight: 700;
	margin-top:-20px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bigtoplogo { 
margin:0;
/*padding:0 0 0 25px;
*/width:250px !important;}

.rightalignimg {
	float: none !important;
	width: 100% !important;
	margin-bottom:5px;
}
/*#bodyofpage { padding: inherit}
*/
#blocks { padding:1px !important; margin:0}

#blocks:nth-child(n+1) {
	padding: 0 10px 10px 0 !important;
}

#blocks:nth-child(n+2) {
	padding: 0  !important;
}

#blocks:nth-child(n+3) {
	padding: 0 10px 0 0  !important;
}

#blocks:nth-child(n+5) {
	padding: 0  !important;
}
#bodyofpage { margin: 70px 30px 0 30px; }
.h2, h2 {
    font-size: 16px;color:#000; text-transform: uppercase
}
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
	border:0;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 10px;
}

