p{
    margin: 5px 0;
    font-size: 15px;
    color: white;
    text-align: left;
    font-weight: 600;
/*    color: #363636;*/
}

ul{
    padding: 0 0;
    margin: 0 0;
}

li{
    text-align: left;
/*    display: inline;*/
}

a{
    color: blue;
    text-decoration: none;
}

a:hover{
    color: blue;
    text-decoration: bold;
}

img{
    border-width: 0;
}

/*css for header img*/
.headerpanel img{
    display: block;
    margin: 0 auto;
}

/*css for navigation menu*/
/*.bouncemenu{
    background-color: transparent;
    border: none;
    outline: 0;
}*/

.menu1{
    width: 100%;
    position: fixed;
    display: none;
    }
.menu li{
    display: inline-block;
    padding: 15px 15px;
    font-size: 15px;
}

.menu a{
    background: transparent;
    color: white;
    font-weight: 600;
}

.menu a:hover{
    color: #95C120;
}

.menu a:active{
    color: white;
}

.submenu li, .submenu a{
    color: black;
    display: block;
    list-style: none;
    padding: 5px 15px;
}

.submenu{
    z-index: 4;
    position: absolute;
    background: #6699ff;
}

.pointer{
    display: block;
    height: 10px;
    padding-top: 50px;
}
/*css for slideshow*/
.slidecaption{
    background: rgba(255,255,255,0.3); 
    width: 100%;
    height: 45px;
    position: absolute; 
    margin: 0 auto;
    bottom:0;
    font-size: 25px;
    padding-left: 10px;
    color: #FF0000;
}

/*css for product menu*/
.catmenu{
    background-color: #4D73AE;
    padding: 10px 0 10px 0;
    padding-left: 30px;
}

.mainprodmenu li a{
    color: white;
}

.subprodmenu{
    position: relative;
    text-align: left;    
}

.subprodmenu li a, .subprodmenu li a:active{
    line-height: 30px;
    color: black;
    font-family: arial;
/*    font-weight: normal;*/
}

.subprodmenu li a:hover{
    color: #0000CC;
}

.prod{
    position: relative;
    border-radius:15px;
    margin: 5px 2%;
    width: 96%;
    display: inline-block;
    background-color: #ECECEC;
    overflow: visible;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px;
    font-size: 20px;
}

.prod p{
    color: #363636;
    font-size: 25px;
    font-family: title1, title2, title3, 'Century Gothic';
    text-align: left;
}



.prod:hover{
    margin: 0px auto 10px auto;
    box-shadow: 3px 3px 3px #888888;
}

.prodimg{
    width: 300px;
/*    float: left;*/
    display: block;
    margin: 0px 20px;
}

.prodtitle{
    color: #363636;
    font-weight: bold;
    font-size: 14px;
}

.prodfeatures li{
    color: #41ACFF;
    margin-left: 25px;
}

.introtitle{
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: left;
    margin: 0px 50px;
}

.introtext{
    text-align: left;
    margin: 0 auto;
    position: relative;
    width: 700px;
    margin: 0px 50px;
    font-size: 13px;
    color: black;
}

.moreprod, .moreprod:visited, .moreprod:focus{
    width:90px;
    font-size: 14px;
    float: right;
    background-color: transparent;
    border: none;
    font-style: italic;
    outline: 0;
    color: blue;
}

.moreprod:hover{
    font-weight: bold;
}

.crmlink{
    width:180px;
    display: none;
    float: right;
}

#btn0{
    display:none;
}

#crmlink0{
    display:block;
}

/*css for advertisement*/
.ads{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}

/*table{
    width: 100%;
    margin: 0 auto;
    position: relative;
}*/

/*css for social media*/
.socialmedia{
    width: 60px;
    height: auto;
}

#panel3 li{
    width: 100%;
    display: inline-block;
    text-align: center;
}

/*css for document elements*/
.image{
    width: 40%;
    float: left;
    vertical-align: middle;
    height: 100%;
    vertical-align: middle;
}

.image img{
    width: 400px;
    display: block;
    margin: 20px auto 0 auto;
    vertical-align: middle;
}

.title{
    text-align: left;
    line-height: 50px;
    font-size: 50px;
    font-weight: bold;
    font-family: title1, title2, title3, 'Century Gothic';
    margin: 10px auto 30px auto;
}

.title1{
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    font-weight: bold;
    font-family: title1, title2, title3, 'Century Gothic';
    margin: 10px auto 30px auto;
}

.subcontent{
    float: left;
    width: 70%;
    overflow:hidden;
    padding: 10px 0;
    background-position:center;
    background-size: contain;
}

.subcontent li{
/*    display: block;*/
    display: list-item;
}

/*css for contact page*/
.contact{
    width: 50%;
    height: 370px;
    float: left; 
}

.contact p{
    text-align: center;
}

#contact1 p{
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.reg{
    border-radius:8px;
    padding: 5px 5px;
    width: 95%;
    height: 30px;
    border: none;
    background-color: white;
    color: black;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px auto;
    position: relative;
    font-family: font1, font2, font3;
}

.btn{
    border-radius: 10px;
    border: 1px solid #575656;
    font-weight: bold;
    width: 70px;
    height: 30px;
    background-color: #95C120;
/*    background-image: url('../ocmsimages/btn.png');*/
    color: white;
    text-align: center;
    margin: 3px 8px;
    position: relative;
}

td{
    vertical-align: top;
}

.careerp p{
    text-align: left;
    color: #363636;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    black;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    black;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    black;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    black;
}

#interest option { color: black; }
.empty { color: black; }

/*css for contact circle effects*/
.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
 
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
 
.ch-grid:after {
    clear: both;
}
 
.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 40px;
}

.ch-item:hover .ch-info , .ch-item:focus .ch-info {
    opacity: 1;
    transform: scale(1);    
}

.ch-item:hover, .ch-item:focus{
    box-shadow: 
/*        inset 0 0 0 150px rgba(200,95,66, 0.4),*/
        inset 0 0 0 110px rgba(33,26,53, 0.6),
/*        inset 0 0 0 16px rgba(255,255,255,0.8),*/
        inset 0 0 0 16px rgba(33,26,53,0.8),
        0 1px 2px rgba(0,0,0,0.1);
}

.ch-info p {
    line-height: 100%;
    color: #fff;
    font-size: 13px;
/*    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    border-top: 1px solid rgba(255,255,255,0.5);*/
    text-align: center;
}
 
.ch-info p a {
    display: block;
    color: blue;
    font-style: normal;
    letter-spacing: 1px;
}
 
.ch-info p a:hover , .ch-info p a:focus {
    color: blue;
    font-weight: bold;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    backface-visibility: hidden;
}

.ch-img-1 { 
    background-image: url("../ocmsimages/address.png");
    background-size: contain;
}
 
.ch-img-2 { 
    background-image: url("../ocmsimages/phone.png");
    background-size: contain;
}
 
.ch-img-3 { 
    background-image: url("../ocmsimages/email.png");
    background-size: contain;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: 
/*        inset 0 0 0 0 rgba(200,95,66, 0.4),*/
        inset 0 0 0 0 rgba(58,58,58, 0.8),
        inset 0 0 0 16px rgba(255,255,255,0.6),
/*        inset 0 0 0 16px rgba(58,58,58,0.6),*/
        0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}
/*end of own circle effects*/

/*css for footer elements*/
.footerpanel img{
    width: 100%;
}

/*dialog box*/
.dialog p{
    color: black;
    text-align: left;
    font-size: 15px;
}

.dialog{
    width: 400px;
}


/*css for loading element*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;
  
  -webkit-perspective: 40rem;
  -moz-perspective: 40rem;
  -ms-perspective: 40rem;
  -o-perspective: 40rem;
  perspective: 40rem;

  z-index: 2000;
  position: fixed;
  height: 20rem;
  width: 20rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20rem;
  width: 20rem !important;
  line-height: 20rem;
  font-size: 8rem;
  border-radius: 50%;
  background: rgba(148, 193, 31, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;

  -webkit-animation: pace-3d-spinner linear infinite 2s;
  -moz-animation: pace-3d-spinner linear infinite 2s;
  -ms-animation: pace-3d-spinner linear infinite 2s;
  -o-animation: pace-3d-spinner linear infinite 2s;
  animation: pace-3d-spinner linear infinite 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}

@-webkit-keyframes pace-3d-spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}

@-moz-keyframes pace-3d-spinner {
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
}

@-ms-keyframes pace-3d-spinner {
  from {
    -ms-transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
  }
}

@-o-keyframes pace-3d-spinner {
  from {
    -o-transform: rotateY(0deg);
  }
  to {
    -o-transform: rotateY(360deg);
  }
}

@keyframes pace-3d-spinner {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
