@font-face {
    font-family: 'brushscriptoptiregular';
    src: url('../fonts/brushscriptopti-regular-webfont.woff2') format('woff2'),
         url('../fonts/brushscriptopti-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*------------------------ product style -----------------------------------*/
body {
  background: url("../images/back.png");
  padding-top: 70px;
}

.bold {
  font-weight: 600;
}

.well-info {
  color: white;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 4px;
}
.well-info h2 {
  margin: 0  0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.well-info h4 {
  text-align: justify;
  line-height: 1.5;
}

.site-heading {
  text-align: center;
  margin: 40px auto;
}
.site-heading span {
  border: 3px solid #2f3192;
  display: inline-block;
  padding: 15px 25px;
  background: white;
  text-transform: uppercase;
  font-weight: 600;
}

.mediaTop-panel {
  border: 3px solid #2f3192;
  background: white;
  padding: 10px;
  margin: 0px 15px 60px 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.mediaTop-panel .mediaTop-figure {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
}
.mediaTop-panel .mediaTop-figure .mediaTop-bor {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.mediaTop-panel .mediaTop-figure img {
  width: 100%;
  display: block;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.mediaTop-panel .mediaTop-content {
  text-align: center;
  min-height: 50px;
}
.mediaTop-panel .mediaTop-content .mediaTop-ContMid .mediaTopDis-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 105%;
  text-transform: uppercase;
  line-height: 1.44;
  font-weight: 600;
}
.mediaTop-panel .mediaTop-content .mediaTop-ContMid .mediaTopDis-info {
  font-size: .8em;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}
.mediaTop-panel .mediaTop-content .mediaTop-ContMid .mediaTopDis-address {
  font-size: .8em;
}
.mediaTop-panel .bg-primary img {
  display: block;
  width: 100%;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 992px) {
  .mediaTop-panel {
    margin: 0px 0px 30px 0px;
  }
}


.contact-panel {
  border-left: 1px solid #d1d1d1;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .contact-panel {
    border-top: 1px solid #d1d1d1;
    border-left: 0;
    padding-left: 0;
    padding-top: 20px;
  }
}

.btn {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.btn-default {
  background-image: -webkit-linear-gradient(white, white 50%, whitesmoke);
  background-image: -o-linear-gradient(white, white 50%, whitesmoke);
  background-image: linear-gradient(white, white 50%, whitesmoke);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5', GradientType=0);
  filter: none;
  border: 1px solid #e6e6e6;
}
.btn-default:hover {
  background-image: -webkit-linear-gradient(white, whitesmoke 50%, #ebebeb);
  background-image: -o-linear-gradient(white, whitesmoke 50%, #ebebeb);
  background-image: linear-gradient(white, whitesmoke 50%, #ebebeb);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
  filter: none;
  border: 1px solid #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(#64a0d3, #337ab7 50%, #2f70a7);
  background-image: -o-linear-gradient(#64a0d3, #337ab7 50%, #2f70a7);
  background-image: linear-gradient(#64a0d3, #337ab7 50%, #2f70a7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF64A0D3', endColorstr='#FF2F70A7', GradientType=0);
  filter: none;
  border: 1px solid #286090;
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(#5496cf, #2f70a7 50%, #2a6598);
  background-image: -o-linear-gradient(#5496cf, #2f70a7 50%, #2a6598);
  background-image: linear-gradient(#5496cf, #2f70a7 50%, #2a6598);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5496CF', endColorstr='#FF2A6598', GradientType=0);
  filter: none;
  border: 1px solid #245580;
}
.btn-success {
  background-image: -webkit-linear-gradient(#91cf91, #5cb85c 50%, #4eb24e);
  background-image: -o-linear-gradient(#91cf91, #5cb85c 50%, #4eb24e);
  background-image: linear-gradient(#91cf91, #5cb85c 50%, #4eb24e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91CF91', endColorstr='#FF4EB24E', GradientType=0);
  filter: none;
  border: 1px solid #449d44;
}
.btn-success:hover {
  background-image: -webkit-linear-gradient(#83c983, #4eb24e 50%, #47a447);
  background-image: -o-linear-gradient(#83c983, #4eb24e 50%, #47a447);
  background-image: linear-gradient(#83c983, #4eb24e 50%, #47a447);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83C983', endColorstr='#FF47A447', GradientType=0);
  filter: none;
  border: 1px solid #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(#9bd8eb, #5bc0de 50%, #4ab9db);
  background-image: -o-linear-gradient(#9bd8eb, #5bc0de 50%, #4ab9db);
  background-image: linear-gradient(#9bd8eb, #5bc0de 50%, #4ab9db);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9BD8EB', endColorstr='#FF4AB9DB', GradientType=0);
  filter: none;
  border: 1px solid #31b0d5;
}
.btn-info:hover {
  background-image: -webkit-linear-gradient(#8ad2e7, #4ab9db 50%, #39b3d7);
  background-image: -o-linear-gradient(#8ad2e7, #4ab9db 50%, #39b3d7);
  background-image: linear-gradient(#8ad2e7, #4ab9db 50%, #39b3d7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8AD2E7', endColorstr='#FF39B3D7', GradientType=0);
  filter: none;
  border: 1px solid #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(#f6ce95, #f0ad4e 50%, #eea43b);
  background-image: -o-linear-gradient(#f6ce95, #f0ad4e 50%, #eea43b);
  background-image: linear-gradient(#f6ce95, #f0ad4e 50%, #eea43b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6CE95', endColorstr='#FFEEA43B', GradientType=0);
  filter: none;
  border: 1px solid #ec971f;
}
.btn-warning:hover {
  background-image: -webkit-linear-gradient(#f4c582, #eea43b 50%, #ed9c28);
  background-image: -o-linear-gradient(#f4c582, #eea43b 50%, #ed9c28);
  background-image: linear-gradient(#f4c582, #eea43b 50%, #ed9c28);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4C582', endColorstr='#FFED9C28', GradientType=0);
  filter: none;
  border: 1px solid #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(#e7908e, #d9534f 50%, #d5433e);
  background-image: -o-linear-gradient(#e7908e, #d9534f 50%, #d5433e);
  background-image: linear-gradient(#e7908e, #d9534f 50%, #d5433e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE7908E', endColorstr='#FFD5433E', GradientType=0);
  filter: none;
  border: 1px solid #c9302c;
}
.btn-danger:hover {
  background-image: -webkit-linear-gradient(#e3807d, #d5433e 50%, #d2322d);
  background-image: -o-linear-gradient(#e3807d, #d5433e 50%, #d2322d);
  background-image: linear-gradient(#e3807d, #d5433e 50%, #d2322d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE3807D', endColorstr='#FFD2322D', GradientType=0);
  filter: none;
  border: 1px solid #b92c28;
}
.btn-link {
  text-shadow: none;
}
.btn:active, .btn.active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.contact-info {
  text-align:left;
}

.contact-info span {
    float: left;
    width: 26px;
    font-size: 17px;
        font-weight: bold;
}


.contact-info h4 {
  font-size: 300%;
  margin: 20px auto;
  color: #337ab7;
}
.contact-info a {
  color: #222222;
  font-size:16px;
}

.contact-info p{font-size:16px;}

.contact-info .bold{padding-bottom:10px;}


.contact-panel .bold {
  font-size: 165%;
  margin: 20px 0 20px 0;
  color: #337ab7;
}
.contact-panel .phone {
 font-size:19px;
}

.contact-page{width:100%; padding:80px 0 120px;}

.products .thumbnail{margin-bottom:10px;}
.products span{text-align:center; display:block; width:100%; font-size:16px; padding-top:10px;}
.products img{height:200px;}
.products .col-sm-3{margin-bottom:20px; min-height:329px;}
.products .col-sm-3.img-box{min-height:329px;}
.products .mediaTop-panel{text-align:center; margin:0; overflow: hidden; position:relative;}
.products .mediaTop-panel img{height:200px; width:100%;}
.products .mediaTop-panel:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
	cursor:pointer;
}

h2.bold.products-ti {
    margin-bottom: 24px;
}

.contact-panel .phone i{margin-right:10px;}

.border-box {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
  padding: 15px;
}

.top-primary {
  box-shadow: 0 1px 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background: #fceedb;
  border-top: 4px solid #ec971f;
  position: relative;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  padding: 20px 15px;
}
.top-primary h2 {
  margin: 0 0 20px 0;
  padding: 0;
}
.top-primary h4 {
  line-height: 1.8;
}

.panel-wall {
  background: #eeeeee;
  box-shadow: 0 1px 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
}
.panel-wall ul {
  margin: 0;
  padding: 10px;
}
.panel-wall ul li {
  list-style: none;
}
.panel-wall ul li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  padding-right: 15px;
  color: #357935;
}

.panel-about {
  background: #eeeeee;
  margin-bottom: 30px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
}
.panel-about ul {
  margin: 0;
  padding: 10px;
}
.panel-about ul li {
  list-style: none;
}
.panel-about ul li:before {
  content: "\e127";
  font-family: 'Glyphicons Halflings';
  padding-right: 15px;
  color: #357935;
}

/*------------------------ footer style -----------------------------------*/
.footer-docs-section {
  padding: 10px 0 10px 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #c8a15d 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #c8a15d 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #c8a15d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFC8A15D', GradientType=0);
  border-bottom: 1px solid white;
  text-align: center;
}
.footer-docs-section .back-link {
  border: 1px solid #777777;
  display: inline-block;
  margin: 10px auto;
  padding: 5px 10px;
  border-radius: 50%;
  color: black;
}
.footer-docs-section .back-link:hover {
  color: black;
  border-color: black;
}
.footer-docs-section .footer-link {
  margin: 0;
  padding: 0;
}
.footer-docs-section .footer-link li {
  list-style: none;
  display: inline-block;
}
.footer-docs-section .footer-link li a {
  display: inline-block;
  text-decoration: none;
  color: black;
  line-height: 1;
  padding: 0 10px;
  font-size: 150%;
  text-align: center;
}
.footer-docs-section .footer-link li:hover a, .footer-docs-section .footer-link li:active, .footer-docs-section .footer-link li.active {
  color: #333333;
}
.footer-docs-section .footer-link li:last-child a {
  border: none;
}
.footer-docs-section .footer-co-link {
  color: black;
  margin-top: 10px;
  font-size: 85%;
}
.footer-docs-section .footer-co-link p {
  margin: 0;
}
.footer-docs-section .footer-co-link .copyright {
  font-size: 130%;
  margin: 2px auto;
}
.footer-docs-section .footer-co-link a {
  color: #333333;
}

.input-icon, .input-help {
  display: block;
  position: relative;
}

.input-icon > input {
  padding-left: 40px;
  padding-right: 10px;
}

.input-icon.input-icon-right > input {
  padding-left: 10px;
  padding-right: 40px;
}

.input-help > input {
  padding-left: 35px;
  padding-right: 10px;
}

.input-icon > [class*="fa-"], .input-icon > [class*="glyphicon-"] {
  bottom: 0;
  color: #777777;
  display: inline-block;
  font-size: 14px;
  left: 10px;
  line-height: 35px;
  padding: 0 3px;
  position: absolute;
  top: 2px;
  z-index: 2;
}

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="glyphicon-"] {
  left: auto;
  right: 10px;
}

.input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="glyphicon-"] {
  color: inherit;
}
.navbar-brand > img {
    display: block;
    height: 49px;

}

.navbar-inverse .navbar-brand {
    margin-top: 15px;
    padding: 0px 0 15px;
    font-weight: 600;
    color: black;
    font-size: 210%;
}

.andmany {
    text-align: right;
    float: left;
    width: 100%;
    font-size:30px;
    padding: 10px 0;
    margin-top: -70px;
    padding-right: 15px;
    position: relative;
    z-index: 99;
    font-family: 'brushscriptoptiregular';
    color: #000;
}



