@font-face {
 font-family: 'kalingaregular';
 src: url('../fonts/kalinga-webfont.eot');
 src: url('../fonts/kalinga-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/kalinga-webfont.woff2') format('woff2'),  url('../fonts/kalinga-webfont.woff') format('woff'),  url('../fonts/kalinga-webfont.ttf') format('truetype'),  url('../fonts/kalinga-webfont.svg#kalingaregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'mistralregular';
 src: url('../fonts/mistral-webfont.eot');
 src: url('../fonts/mistral-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/mistral-webfont.woff2') format('woff2'),  url('../fonts/mistral-webfont.woff') format('woff'),  url('../fonts/mistral-webfont.ttf') format('truetype'),  url('../fonts/mistral-webfont.svg#mistralregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	/* background-color: #fbe49b; */
	background-color:#f1f1f1;
	padding-top:0;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#ed1c24;
	text-align:center;
	text-transform:uppercase;
	line-height:1.5;
	margin: 0;
}
p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
}
ul, li {
	list-style:none;
	margin:0;
}
 @media(min-width:767px) {
 p {
 margin: 0 0 35px;
 font-size: 20px;
 line-height: 1.6;
}
}
a {
	color:#333;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ed1c24;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.padding-0 {
	padding:0;
}
.clear-both {
	clear:both;
}
.margin-bottom {
	margin-bottom:30px;
}
.margin-top {
	margin-top:30px;
}
.margin-center {
	margin:0 auto;
}
.light {
	font-weight: 400;
}
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	font-family: 'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	text-transform:uppercase;
}
.navbar2 {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	font-family: 'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #333;
	text-transform:uppercase;
}
.navbar-brand {
	font-family: 'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
 margin-top:;
}
.navbar-brand img {
	margin-top:-13px;
 margin-left:;
	width:185px;
	height:45px;
}
.navbar-brand:focus {
	outline: 0;
}
.navbar-nav > li > a {
	padding:15px;
}
.navbar-nav > li > a:hover {
	border:solid 2px #111;
	padding:13px;
}
.navbar-custom a {
	color: #111111;
}
.navbar-custom .nav li a {
 -webkit-transition: background .3s ease-in-out;
 -moz-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active a {
	outline: 0;
	color:#111;
	background-color:transparent;
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 18px;
	color: #666;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
 @media(min-width:767px) {
 .navbar {
 padding: 10px 0;
 border-bottom: 0;
 letter-spacing: 1px;
 background: 0 0;
 background-color:rgba(255,255,255,1);
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
}
 .top-nav-collapse {
 padding: 10px 0;
 background-color: rgba(255, 255, 255, 1);
}
 .navbar-custom.top-nav-collapse {
 border-bottom: 1px solid rgba(0, 0, 0, 0);
}
}
.intro {
	display:;
	width: 100%;
	height: 100%;
	text-align:;
 color:;
/* background: url(../images/intro-bg.jpg) no-repeat top center scroll;
 background-color:;
 	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; */
}
.intro-body {
	display:;
	vertical-align:;
}
 @media(min-width:767px) {
 .intro {
 height:;
 padding:;
}
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top:20px;
	padding: 7px 16px;
	border-radius: 35px;
	font-size: 40px;
	border:1px solid #463634;
	color: #463634;
	background-color:transparent;
	background: 0 0;
 -webkit-transition: background .3s ease-in-out;
 -moz-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #463634;
	background: rgba(70, 54, 52, .1);
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.content-section {
	padding-top:100px;
}
#info.content-section {
	padding-top:0px;
	position:relative;
	z-index:1003;
}
.info-section {
	width: 100%;
	padding:60px 0 30px 0;
	color: #fff;
	background: url(../images/bg.jpg) no-repeat center center scroll;
	background-color:#f7f7f7;/* background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; */
}
#brand.content-section {
	padding-top:0px;
	position:relative;
	z-index:1003;
	margin-top:-50px;
}
.brand-section {
	width: 100%;
	padding:20px 0;
	color: #111;
	background-color:#FFF;/* background: url(../images/info-bg.jpg) no-repeat center center scroll;
	background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; */
}
#content-page.content-section {
	padding-top:0px;
}
.content-page-section {
	width: 100%;
	min-height:300px;
	padding:60px 0 30px 0;
	color: #fff;
	background: url(../images/content-bg.jpg) no-repeat top center scroll;
	background-color:#f7f7f7;
	/* background-color: transparent; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.content-page-section2 {
	width: 100%;
	min-height:300px;
	padding:60px 0 30px 0;
	color: #fff;
	background: url(../images/content-bg2.jpg) no-repeat top center scroll;
	background-color:#f7f7f7;
	/* background-color: transparent; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.content-page-section3 {
	width: 100%;
	min-height:300px;
	padding:60px 0 30px 0;
	color: #fff;
	background: url(../images/content-bg3.jpg) no-repeat top center scroll;
	background-color:#f7f7f7;
	/* background-color: transparent; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.content-page-section4 {
	width: 100%;
	min-height:300px;
	padding:60px 0 30px 0;
	color: #fff;
	background: url(../images/content-bg4.jpg) no-repeat top center scroll;
	background-color:#f7f7f7;
	/* background-color: transparent; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.content-page-section5 {
	width: 100%;
	min-height:300px;
	padding:60px 0 30px 0;
	color: #fff;
	background: url(../images/content-bg5.jpg) no-repeat top center scroll;
	background-color:#f7f7f7;
	/* background-color: transparent; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.content-page-section6 {
	width: 100%;
	min-height:300px;
	padding:60px 0 30px 0;
	color: #fff;
	background: url(../images/content-bg6.jpg) no-repeat top center scroll;
	background-color:#f7f7f7;
	/* background-color: transparent; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#content-page h1 {
	font-size:27px;
	color:#FFF;
	text-transform:uppercase;
	margin-top:150px;
}
#portfolio.content-section {
	padding-top:0px;
}
.portfolio-section {
	width: 100%;
	padding: 100px 0;
	color: #fff;/* background: url(../images/info-bg.jpg) no-repeat center center scroll;
	background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; */
}
#product.content-section {
	padding-top:0px;
}
.product-section {
	width: 100%;
	padding: 60px 0;
	color: #fff;/* background: url(../images/info-bg.jpg) no-repeat center center scroll;
	background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; */
}
#contact.content-section {
	padding-top:0px;
}
.contact-section {
	width: 100%;
	padding: 60px 0;
	color: #fff;/* background: url(../images/info-bg.jpg) no-repeat center center scroll;
	background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; */
}
#map {
	width: 100%;
	height: 300px;
	margin-top:0px;
}
 @media(min-width:767px) {
 .content-section {
 padding-top:;
}
 .info-section {
 padding:60px 0 30px 0;
}
 .brand-section {
 padding:20px 0;
}
 .portfolio-section {
 padding:100px 0;
}
 .product-section {
 padding:60px 0;
}
 #map {
 height: 300px;
 margin-top:0px;
}
}
.btn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
/* border: 1px solid #666666;
	color: #666666;
 	background-color: transparent; */
}
.btn-default {
	border: 2px solid #ed1c24;
	color: #ed1c24;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform:uppercase;
}
.btn-default:hover {
	border: 2px solid #ed1c24;
	outline: 0;
	color: #fff;
	background-color: #ed1c24;
}
.btn-primary {
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform:uppercase;
}
.btn-primary:hover, .btn-primary:focus {
	border: 2px solid #fff;
	outline: 0;
	color: #333;
	background-color: #fff;
}
.btn-primary.active {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-banner {
	border: 2px solid #ed1c24;
	color: #fff;
	background-color: #ed1c24;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform:uppercase;
}
.btn-banner:hover, .btn-banner:focus {
	border: 2px solid #fff;
	outline: 0;
	color: #333;
	background-color: #fff;
}
.btn-banner.active {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-submit {
	border: 2px solid #333;
	color: #fff;
	background-color: #333;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.btn-submit:hover, .btn-submit:focus {
	border: 2px solid #111;
	outline: 0;
	color: #fff;
	background-color: #111;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:none;
}
.banner-social-buttons {
	margin-top: 0;
}
.product-page-active {
	border: 1px solid #463634;
	color: #fff;
	background-color: #463634;
}
.product-page-active:hover, .product-page-active:focus {
	border: 1px solid #463634;
	outline: 0;
	color: #fff;
	background-color: #463634;
	cursor:default;
}
 @media(max-width:1199px) {
 ul.banner-social-buttons {
 margin-top: 15px;
}
}
 @media(max-width:767px) {
 ul.banner-social-buttons>li {
 display: block;
 margin-bottom: 20px;
 padding: 0;
}
 ul.banner-social-buttons>li:last-child {
 margin-bottom: 0;
}
}

::-moz-selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(237, 28, 36, .2);
}

::selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(237, 28, 36, .2);
}
 img::selection {
 background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
/* Add-on */

.tagline {
	width:325px;
	height:325px;
	background-color:#333;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	padding:70px 40px;
	margin:0 auto;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.tagline:hover {
	background-color:#ed1c24;
}
.tagline h3 {
	line-height:1.3;
	font-size:30px;
	color:#FFF;
	text-transform:none;
}
.tagline h3 span {
	font-family: 'mistralregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:56px;
}
.banner-tagline {
	width:100%;
 height:400px;
	background-color:;
	padding:140px 0 0 0;
	margin-left:0;
	text-align:center;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 position:absolute;
 top:50%;
 margin-top:-200px;
 margin-bottom:;
 z-index:1001;
 /* background-color:rgba(238,28,42,0.6);*/
}
.banner-tagline h1 {
	font-family:'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:;
	font-size:40px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 0px 10px #111;
	margin:;
	background-color:rgba(255,255,255,0);
}
.banner-tagline h3 {
	line-height:1;
	font-size:21px;
	color:#333;
	text-transform:none;
	text-align:left;
	margin-left:5px;
}
#info h2 {
	font-family: 'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
 margin-bottom:;
 display:;
	padding:8px 0 3px 0;
	background-color:#ed1c24;
	margin-left:15px;
	margin-right:15px;
 margin-top:;
	box-shadow:5px 5px 0 #666;
	position:relative;
 width:;
	z-index:10;
}
.info-content {
	font-size:14px;
	color:#333;
	text-align:left;
	line-height:1.5;
	padding:30px 15px 15px 15px;
	margin-top:-20px;
	background-color:#e1e1e1;
	z-index:9;
	position:relative;
	min-height:305px;
}
.info-content a {
	color:#ed1c24;
	text-decoration:none;
}
.info-content a:hover {
	color:#333;
	text-decoration:none;
}
.news-title {
	font-weight:bold;
	font-size:16px;
	padding:10px 5px 0px 5px;
}
.news-desc {
	padding:0 5px 10px 5px;
	border-bottom:solid 1px #ccc;
}
.about-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111111;
	text-decoration:none;
	text-align:justify;
	line-height:1.5;
	margin-top:20px;
	margin-bottom:30px;
}
.about-content li {
	margin-bottom:3px;
	list-style:disc;
	margin-left:20px;
}
.about-content ul {
	margin:0;
	padding:0;
	text-align:left;
}
.about-content ol li {
	list-style: decimal;
	margin-bottom:3px;
	margin-left:-20px;
}
.about-content img {
	border:solid 1px #ddd;
}
.about-content .cert {
	margin-bottom:20px;
}
.about-content h2 {
	font-size:21px;
	margin-top:20px;
	margin-bottom:5px;
	text-align:left;
}
.service-content {
	font-family:Arial, Helvetica, sans-serif;
	min-height:230px;
	font-size:14px;
	color:#111111;
	text-align:left;
	line-height:1.5;
	padding:20px 0px;
}
.service-content h2 {
	font-family: 'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:8px;
	display:block;
}
.product-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111111;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
	margin-top:20px;
}
.product-subtitle h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
 font-style:;
	color:#111111;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
}
.product-subtitle h4 {
	font-family: 'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
 font-style:;
	color:#111111;
	text-decoration:none;
	text-align:left;
	line-height:1.5;
}
.product-subtitle p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111111;
	text-decoration:none;
	text-align:left;
	line-height:1.5;
}
.portfolio-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111111;
	text-decoration:none;
	text-align:justify;
	line-height:1.5;
	margin-top:20px;
}
.contact-content span {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}
.contact-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111111;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
	margin-top:0px;
}
.form-content {
	margin-bottom:0px;
	margin-top:20px;
}
footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa;
	text-decoration:none;
	text-align:center;
 padding:;
	margin-top:0px;
	width:100%;
	min-height:50px;
	height:auto;
 display:;
	background-color:#333;
	position:relative;
	z-index:1003;
}
footer .copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa;
	text-decoration:none;
	text-align:left;
	margin-top:16px;
}
footer .copyright a {
	color:#aaa;
	text-decoration:none;
}
footer .copyright a:hover {
	color:#fff;
	text-decoration:none;
}
.social {
 margin-bottom:;
 clear:;
	text-align:right;
}
.btn-social {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding:7px 7px;
 margin-left:;
 margin-right:;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #aaa;
	color:#aaa;
}
.btn-social:hover, btn-social:focus {
	border: 1px solid #fff;
	color: #333;
	background-color: #fff;
}
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
	width:100%;
	margin-top:0px;
}
.form_left {
	text-align:left;
	margin-top:0px;
	padding-right:20px;
	width:50%;
	float:left;
}
.form_right {
	text-align:left;
	margin-top:0px;
	padding-left:20px;
	width:50%;
	float:right;
}
.phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#111111;
	text-align:left;
	line-height:1.5;
	margin-left:0px;
	margin-top:50px;
}
.phone span {
	font-size:21px;
	font-weight:normal;
}
 @media(max-width:920px) {
 .form_left {
 padding-right:0;
 width:100%;
 float:left;
 clear:both;
}
.form_right {
 margin-top:0;
 padding-left:0;
 width:100%;
 float:left;
 clear:both;
}
.phone {
 margin-bottom:0px;
}
}
@media(max-width:767px) {
footer {
 padding:15px;
 display:inline-table;
}
footer .copyright {
 text-align:center;
 margin-top:0;
}
.social {
 text-align:center;
 margin-top:10px;
}
}
/* Portfolio */

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(251, 228, 155, .9);
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
	background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h3 {
	font-size:18px;
	margin: 0;
	text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
}
#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color:#999;
}
#portfolio * {
	z-index: 2;
}
.img-centered {
	margin: 0 auto;
}
.modal-body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#111111;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
}
.modal-body h3 {
	font-size:42px;
	margin-bottom:15px;
}
@media(min-width:767px) {
 #portfolio .portfolio-item {
 margin: 0 0 30px;
}
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* Portfolio */

#product .product-item {
	right: 0;
	margin: 0 0 15px;
}
#product .product-item .product-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
#product .product-item .product-link .product-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(237, 28, 36, .7);
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
}
#product .product-item .product-link .product-hover:hover {
	opacity: 1;
}
#product .product-item .product-link .product-hover .product-hover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#product .product-item .product-link .product-hover .product-hover-content i {
	margin-top: -12px;
}
#product .product-item .product-link .product-hover .product-hover-content h3, #product .product-item .product-link .product-hover .product-hover-content h4 {
	margin: 0;
}
#product .product-item .product-caption {
	margin: 0 auto;
	padding:0 15px 15px 15px;
	max-width: 400px;
	text-align: center;
	background-color: #fff;
}
#product .product-item .product-caption h3 {
	font-family:'kalingaregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
 margin-bottom:;
 display:;
	padding:8px 0 3px 0;
	background-color:#ed1c24;
	margin-left:15px;
	margin-right:15px;
	margin-top:-20px;
	box-shadow:5px 5px 0 #666;
	position:relative;
 width:;
	z-index:10;
}
#product .product-item .product-caption h3 a {
	color:#FFF;
}
#product .product-item .product-caption h3 a:hover {
	color:#111;
}
#product .product-item .product-caption p {
	margin:0 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	text-align:center;
	padding:15px 15px 15px 15px;
	color:#333;
}
#product * {
	z-index: 2;
}
.img-centered {
	margin: 0 auto;
}
.modal-body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
	text-align:justify;
	line-height:1.5;
	margin-bottom:30px;
}
.modal-body h3 {
	font-size:30px;
	margin-bottom:15px;
	text-align:left;
}
.modal-body h4 {
	font-size:21px;
	margin-top:20px;
	margin-bottom:5px;
	text-align:left;
}
.modal-body li {
	list-style:disc;
}
.modal-body ul {
	margin-left:20px;
	padding:0;
}
@media(min-width:767px) {
 #product .product-item {
 margin: 0 0 30px;
}
}
.product-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}
.product-modal .modal-content p {
	margin-bottom: 30px;
}
.product-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.product-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.product-modal .modal-content img {
	margin-bottom: 15px;
	border:solid 1px #ddd;
}
.product-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.product-modal .close-modal:hover {
	opacity: .3;
}
.product-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.catalog-item {
	min-height:290px;
}
#info input, #info textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:5px 15px;
	font-size:16px;
}
#info .form-group {
	margin-bottom:7px;
}
#info .home-form-content {
	padding-top:40px;
}
.brand-item {
	float:left;
	padding:0 20px;
	min-height:100px;
}
#brand .intercable {
	width:269px;
	height:39px;
	background:url(../images/intercable.jpg) top center no-repeat;
	margin-top:30px;
}
#brand .intercable span {
	width:269px;
	height:39px;
	background:url(../images/intercable.jpg) bottom center no-repeat;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
	opacity:1;
	position:absolute;
	display:block;
}
#brand .intercable span:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
#brand .cejn {
	width:102px;
	height:65px;
	background:url(../images/cejn.jpg) top center no-repeat;
	margin-top:18px;
}
#brand .cejn span {
	width:102px;
	height:65px;
	background:url(../images/cejn.jpg) bottom center no-repeat;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
	opacity:1;
	position:absolute;
	display:block;
}
#brand .cejn span:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
#brand .pemsa {
	width:174px;
	height:31px;
	background:url(../images/pemsa.jpg) top center no-repeat;
	margin-top:34px;
}
#brand .pemsa span {
	width:174px;
	height:31px;
	background:url(../images/pemsa.jpg) bottom center no-repeat;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
	opacity:1;
	position:absolute;
	display:block;
}
#brand .pemsa span:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
#brand .libre-energie {
	width:73px;
	height:99px;
	background:url(../images/libre-energie.jpg) top center no-repeat;
 margin-top:;
}
#brand .libre-energie span {
	width:73px;
	height:99px;
	background:url(../images/libre-energie.jpg) bottom center no-repeat;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
	opacity:1;
	position:absolute;
	display:block;
}
#brand .libre-energie span:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
#brand .testboy {
	width:132px;
	height:68px;
	background:url(../images/testboy.jpg) top center no-repeat;
	margin-top:16px;
}
#brand .testboy span {
	width:132px;
	height:68px;
	background:url(../images/testboy.jpg) bottom center no-repeat;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
	opacity:1;
	position:absolute;
	display:block;
}
#brand .testboy span:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
#brand .ariel {
	width:132px;
	height:51px;
	background:url(../images/ariel.jpg) top center no-repeat;
	margin-top:23px;
}
#brand .ariel span {
	width:132px;
	height:51px;
	background:url(../images/ariel.jpg) bottom center no-repeat;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
	opacity:1;
	position:absolute;
	display:block;
}
#brand .ariel span:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
#brand .wasco {
	width:68px;
	height:61px;
	background:url(../images/wasco2.jpg) top center no-repeat;
	margin-top:23px;
}
#brand .wasco span {
	width:68px;
	height:61px;
	background:url(../images/wasco2.jpg) bottom center no-repeat;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 transition: all ease .5s;
	opacity:1;
	position:absolute;
	display:block;
}
#brand .wasco span:hover {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
@media(max-width:767px) {
.brand-item {
 padding:0 15px;
 clear:both;
}
.banner-tagline {
	padding:;
}
}
@media(max-width:480px) {
.banner-tagline {
	padding:100px 0 0 0;
}
}
@media(max-width:360px) {
.banner-tagline {
	padding:70px 0 0 0;
}
}

/* Catalog */
.search-margin-bottom {
	margin-bottom:10px;
}
.padding {
	padding-left:5px;
	padding-right:5px;
}
.search-content {
	display:inline-block;
}
.search-content .btn-primary {
	border: 0px solid #ed1c24;
	color: #fff;
	background-color: #ed1c24;
	text-transform:;
	border:0;
	padding:6px 15px 6px 15px;
	width:100%;
}
.search-content .btn-primary:hover, .search-content .btn-primary:focus {
	outline: 0;
	border: 0px solid #fff;
	color: #333;
	background-color: #fff;
}
.search-content .btn-primary.active {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

 @media (max-width: 480px) {
 .navbar-brand {
 font-size:14px;
 display:block;
}
}

.item-preview .form-group {
	text-align:left;
	margin-bottom:5px;
}
.item-preview .form-group img.item_image {
	margin-bottom:;
}

.item_tag {
	display:none;
}
.sold_tag {
	width:100%;
	height:40px;
	padding-top:5px;
	font-size:21px;
	font-weight:normal;
	background-color:rgba(255,0,0,0.5);
	color:#fff;
	position:absolute;
	top:50%;
	margin-top:-20px;
	z-index:101;
	display:block;
}
.new_tag {
	width:60px;
	height:60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding-top:15px;
	font-size:21px;
	font-weight:normal;
	background-color:rgba(255,0,0,0.5);
	color:#fff;
	position:absolute;
	top:10px;
	right:10px;
	margin-top:;
	z-index:101;
	display:block;
}
.product-listing-pagination {
	text-align:left;
}
.product-listing-btn {
	text-align:right;
}
.product-listing-pagination ul.pagination {
	padding:0;
	margin:0;
}
.product-listing-pagination .pagination>li>a, .product-listing-pagination .pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 15px 8px 15px;
	line-height: 1.5;
	text-decoration: none;
	color: #111;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-bottom:5px;
}
.product-listing-pagination .pagination>li>a:hover {
	color: #fff;
	background-color:#ed1c24;
	border: 1px solid #ed1c24;
}
.product-listing-pagination .pagination li.active a {
	color: #fff;
	background-color:#ed1c24;
	border: 1px solid #ed1c24;
}