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

body { font-family:'Trajan Pro', serif;
font-size:14px;
margin:0;
padding:0;
}

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
}

.h6, h6 {
    font-size: 14px; font-family: 'Roboto', sans-serif; color:#959595; 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;
}

#myheader {
    position: fixed;margin:0; padding:0;
	 top:0; right:0; z-index:100; background-color:#fff; width:100%; height:70px; opacity:0.9;display:flex;align-items:center; 
}

#myheaderpages {
    position: fixed;margin:0; padding:0;
	 top:0; right:0; z-index:100; background-color: #000;width:100%; height:70px; opacity:0.9;display:flex;align-items:center; 
	  font-family: 'Roboto', sans-serif;
}

#bodyofpage { padding: 0; }
  .carousel-inner img {
    width: 100%;
    height: auto;
  }
 .carousel-item {background:url(../images/banner_home01.jpg) center no-repeat; height:65vh; background-size:cover}
.carousel-inner {
	height:65vh;
} 

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

.col {padding:0 }
.col, [class*=col-] {
  line-height: inherit;
  height: auto;
  color: inherit;
  text-align: center;
}

/*.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%; padding-right:20px;font-size:28px;cursor:pointer; color:#fff}  

.linkholder { text-align:left; width:33%; padding-left:20px}   
  
footer { 
 width:100%;
height: auto; background-color:#231f20 ;
font-family:'Roboto', sans-serif;
	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 { font-family:'Trajan Pro', serif; color:#fff;
font-size:26px;
margin:0;
padding:0;}

.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;
}


 
 /*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) {
.carousel-item {
background: url(../images/banner_home01.jpg) center no-repeat;
height:55vh;
background-size:300%;
}

.carousel-inner {
	height:55vh;
} 
.w-100 {
    width: 100%!important;
}
.col {margin: 0 0 0 0.1px; padding: 0;}
.bigtoplogo { font-size:26px;}
.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%;
}

}

.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;
}
