::selection {color:#F60;}
::-moz-selection {color:#F60;}
.container { margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px;}
.row { margin-left:0px; margin-right:0px; }

/* COMMOM FONTS CSS */
h1{ font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#EB7811; border-bottom:1px dotted #EB7811; padding-bottom:5px; margin-bottom:10px; margin-top:-5px;}
h2{ font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#007DC1; }
h3{ font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; text-align:center; }
h5{ background-color:#000; padding:10px; font-family:Arial, Helvetica, sans-serif; color:#fff; text-align:left; margin-top:-17px; opacity:0.7; font-weight:bold;}
.maintext{ font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:26px;}


/* TOP ORANGE BAR CSS */
.toporangebar{ background-color:#eb7811; height:7px;}

/* LOGO CSS */
.logo{ padding-top:15px;}

/* MAIN NAVIGATION CSS */
.topnavigation{-webkit-box-shadow: 0px 11px 9px -3px rgba(189,187,189,1); -moz-box-shadow: 0px 11px 9px -3px rgba(189,187,189,1); box-shadow: 0px 11px 9px -3px rgba(189,187,189,1); margin-bottom:15px;}

/* BANNER CSS */
.carousel-inner { border: 10px solid #007DC1; overflow: hidden;  position: relative; width: 100%; }
.carousel-indicators { bottom: 20px; display: none; }
.banner_title{ font-family:Verdana, Geneva, sans-serif; color:#752e30; text-decoration:none; margin-bottom:20px; margin-left: -15px;}
.banner_text {
    color: #363636;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    width: 48%;
}

.carousel-caption {
	top:0px;
    bottom: 20px;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: left;
    text-shadow:none;
    z-index: 10;
}

/* PRODUCTS BOX CSS */
.products_box{ margin-top:20px;}
.highlightit:hover img{ }.highlightit:hover{ opacity:0.5;}
.cuadro_intro_hover{
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.cuadro_intro_hover:hover .caption{
	opacity: 1;
	transform: translateY(-150px);
	-webkit-transform:translateY(-150px);
	-moz-transform:translateY(-150px);
	-ms-transform:translateY(-150px);
	-o-transform:translateY(-150px);
}
.cuadro_intro_hover img{
	z-index: 4;
}
.cuadro_intro_hover .caption{
	position: absolute;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	width: 100%;
}
.cuadro_intro_hover .blur{
	background-color: rgba(0,0,0,0.7);
	height: 300px;
	z-index: 5;
	position: absolute;
	width: 100%;
}
.cuadro_intro_hover .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	text-align: center;
	top:-17px;
	width: 100%;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


/* FOOTER CSS */
.panel-footer {margin: 10px 0 10px 0; 
background: rgba(236,120,18,1);
background: -moz-linear-gradient(top, rgba(236,120,18,1) 0%, rgba(254,148,55,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,120,18,1)), color-stop(100%, rgba(254,148,55,1)));
background: -webkit-linear-gradient(top, rgba(236,120,18,1) 0%, rgba(254,148,55,1) 100%);
background: -o-linear-gradient(top, rgba(236,120,18,1) 0%, rgba(254,148,55,1) 100%);
background: -ms-linear-gradient(top, rgba(236,120,18,1) 0%, rgba(254,148,55,1) 100%);
background: linear-gradient(to bottom, rgba(236,120,18,1) 0%, rgba(254,148,55,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7812', endColorstr='#fe9437', GradientType=0 );
}
#footermenu #left {float: none; padding-left: 0; text-align: center; }
#footermenu a { font-family:Arial, Helvetica, sans-serif; color:#fff;text-decoration: none;padding: 10px; }
#footermenu a:hover { color: #000; }

/* LOWER FOOTER CSS */
.copy{ font-size:12px; color: #696969;text-decoration: none; }
.digi{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#696969;text-decoration: none; float:right;}
.digi a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#696969;text-decoration: none; float:right;}
.digi a:hover{ color: #000; }

/* INNER CONTAINER */
.innercontiner{ margin:15px 0 15px 0; padding:20px;}


/* PRODUCT RANGE CSS*/
.panel-heading {background-color:#007DC1; border-top-left-radius: 6px; border-top-right-radius: 6px; padding: 10px 15px; color: #fff; text-transform: uppercase; font-weight:bold;}

.imggap{ margin-bottom:20px;}
.glyphicon-ok{ color:green; }