@import url(https://fonts.googleapis.com/css?family=Lobster);

html {
    border-top:  4px solid #00618A;
}
body{
   background: #F0F0F0;
   /*background: url('../images/background.jpg');*/
}

h3, h4
{
    color: #00618A;
}

form .well
{
    padding-top: 0px;    
    border-bottom: 4px solid #00618A;
    border-top: 4px solid #00618A;   
    background: #fff; 
    -webkit-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    margin-top: -0px;
}

form .well h4
{
    font-family: 'Lobster', cursive;
}

input, textarea
{
    border: 1px solid #00618A !important;
}

.logo 
{
    width: 100px;
    margin: 10px 10px 20px 20px;
}
.canonlogo{
    margin-top: 15px;
    width: 100%;
}
.logo-table
{
    font-weight: bolder;
    text-align: center;
}

.logo-table span{
    font-size: 25px;
    line-height: 25px;
    color: #00618A;
}

.mailcontact a
{
    margin-top: 10px;
    font-size: 15px;
}

#clients-slider img, #main-slider img{
    width: 100%;
}

.copyright{
    background: #F5F5F5;
    border-top: #E3E3E3 solid 1px; 
    padding: 10px;
}

.our-clients{
    background: #00618A;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
}

.well img{
    width: 100%;    
}

.ProductFeatures .well{
    background: #D7D7D7;
    padding: 0;
    border: 1px solid #D7D7D7;
}

.ProductFeatures .well:hover{
    -webkit-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
}

.ProductFeatures .well .desc{
    background: #fff;
    padding: 10px 20px 30px 20px;
}

.glyphicon-tags{font-size: 10px; padding-right: 5px;}

.owl-carousel{
    background: #fff;
}

#main-slider img{
    padding: 10px;
}

#main-slider
{
    -webkit-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
}

.owl-carousel-client .owl-controls{
    display: none;
}

.owl-controls{
    padding-bottom: 10px;
}

.ProductFeatures b{
    color: #CC1D23;
}
.modal-body .scroll
{
    overflow-y:scroll;
    overflow-x: hidden;
    max-height: 600px;
    padding-right: 15px;
}
.modal-body p
{
    font-size: 12px;
}

.modal-body img{
    width: 100%;
}

.modal-body .btn-success, .modal-body .btn-danger{
    width: 155px;
    margin-bottom: 10px;
}

.well{
    margin-top: 20px;
}

.note{
    font-size: 10px;
    color: #9E2622;
    text-align: center;
    display: block;
}

.well-designed{
    
    background: #fff; 
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
    box-shadow: 0px 0px 14px -1px rgba(128,128,128,1);
}

.well-designed h3, .well-designed h4, #FeaturedProducts1{
    font-family: 'Lobster', cursive;
}

.marquee{
    background: #B1DCED;
    border: 1px solid;
    border-left: 4px;
    border-style: dashed dashed dashed solid;
    border-color: #00618A;
    color: #000;
    padding: 5px;
    overflow: hidden;
    font-size: 16px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;    
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
.well .desc{min-height: 190px;}
