@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext');
@import url(transitions/animate.css);

/* Float */
/* Grow */
/* Sink */
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
/* Bounce In */
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
/* Sweep To Right */
/* Forward */
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
/* Grow Shadow */
/* Underline From Left */

a { color: #f3211b; }
a:hover {color: #f3211b; text-decoration: underline;}

h1 { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 40px; color: #292a2f; margin: 0 0 45px 0; text-transform: uppercase; }
h2 { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 36px; color: #292a2f; margin: 25px 0 15px 0; }
h3 { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 24px; color: #f3211b; margin: 40px 0 15px 0; }
h4 { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 22px; color: #292a2f; margin: 40px 0 15px 0; }
h5 { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 20px; color: #292a2f; margin: 30px 0 15px 0; }
h6 { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 18px; color: #292a2f; margin: 30px 0 15px 0; }
body { 
	overflow-x: hidden; 
	font-family: "Roboto Condensed"; 
	font-weight: 400; 
	font-size: 17px; 
	color: #3c3c3c; 
	background-color: #f1f1f1;
}
img { max-width: 100%; }
p { margin: 0 0 25px 0; line-height: 30px; }
.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.center {
	text-align: center;
}

/* BTN */
.btn {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
    padding: 13px 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.btn-red {
	color: #fff;
	background: #f3211b;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn.btn-red:hover {
	opacity: 0.7;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* HEADER */
.header {
	width: 100%;
	background: #1c1d20;
}
.header .logo-wrap {
	padding: 20px 0px;
	margin-top: 20px;
}
.header .logo-wrap:hover {
	-webkit-animation-name: hvr-pop;
      animation-name: hvr-pop;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
}
.header #top-menu-wrap {
	margin: 35px 0px;
}
.header nav.navbar-default {
	background: none;
	border: none;
}
.header .navbar-collapse {
	border-color: transparent !important;
}
.header nav.navbar-default li a:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header nav.navbar-default li a, .header nav.navbar-default li a:focus {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header nav.navbar-default li:last-child a {
	padding-right: 0;
}
.header nav.navbar-default li.active a, .header nav.navbar-default li.current a, .header nav.navbar-default li a:hover {
	color: #f3211b;
	background: none;
}
.header nav.navbar-default li.active a:hover, .header nav.navbar-default li.current a:hover {
	color: #f3211b;
	background: none;
}
.header nav.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #f3211b;
	background: none;
}
.header nav.navbar-default .dropdown-menu {
	background: #1c1d20;
	border-top: 3px solid #f3211b;
}
.header nav.navbar-default .dropdown-menu > li {
	margin: 8px 0px;
}
.header nav.navbar-default .dropdown-menu > li:last-child > a {
	padding-right: 20px;
}


/* SLIDER */
.slider-wrap {}
.slider-wrap::before {
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    background: #1c1d20;
}
.slider-wrap #slider {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

/* CONTENT */
.homepage-content {
	float: left;
	padding: 65px 0;
}
.homepage-content p {
	line-height: 30px;
}
.homepage-slogan {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 44px;
	color: #000000;
	font-weight: 300;
	padding-bottom: 40px;
}

.page {
	float: left;
	width: 100%;
	clear: both;
}
.page-content {
	float: left;
	width: 100%;
	clear: both;
	background-color: #fff;
	padding: 45px 35px 35px 35px;
}

/* HOMEPAGE SERVICES */
ul.homepage-services {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
ul.homepage-services li {
	float: left;
	display: block;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}
ul.homepage-services li .service-image {
	float: left;
	width: 13.3%;
	min-height: 60px;
}
ul.homepage-services li .service-name {
	float: left;
	width: 86.7%;
	font-size: 20px;
	color: #1c1d20;
	font-weight: 700;
	margin-bottom: 8px;
}
ul.homepage-services li .service-content {
	float: left;
	width: 86.7%;
	font-size: 17px;
	color: #3c3c3c;
	font-weight: 400;
}

/* NEWS */
.home-news-items-wrap {
	width: 100%;
	float: left;
	padding: 0px 35px;
	margin-top: 90px;
	background: #fff;
}
.home-news-items-wrap h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 35px 0px 5px 0px;
}

.news-item {
	width: 100%;
	float: left;
	background: #ffffff;
	margin: 30px 0px 40px 0px;
	min-height: 480px;
}
.news-item .news-item-date {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000000;
}
.news-item .news-item-name {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #202025;
	text-align: left;
	padding: 12px 0px;
}
.news-item .news-item-name a {
	color: #202025;
}
.news-item .news-item-name a:hover {
	color: #f3211b;
	text-decoration: none;
}
.news-item .news-item-image {
	width: 100%;
    padding-bottom: 20px;
}
.news-item .news-item-image a {
	display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    transition: transform .5s ease;
}
.news-item .news-item-image img {
	width: 100%;
	transition: transform .5s ease;
}
.news-item .news-item-image a:hover img {
	transition: transform .5s ease;
	transform: scale(1.2);
}
.news-item .news-item-content {
	color: #717171;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 0px;
}

.news-detail-img {
	/*padding: 8px;*/
	margin: 8px 0px;
	/*border: 1px solid #eee;*/
}

/* FOOTER */
.footer {
	width: 100%;
	float: left;
	color: #fff;
	background: #1c1d20;
	padding: 45px 0px;
}

.footer .telephone {
	margin-bottom: 10px;
}
.footer .telephone::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 19px;
    background: url(../images/phone_icon.png) no-repeat left center;
    margin-right: 25px;
    position: relative;
    top: 3px;
    left: 3px;
}

.footer .email {
	margin-bottom: 10px;
}
.footer .email::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 13px;
    background: url(../images/mail_icon.png) no-repeat left center;
    margin-right: 20px;
    position: relative;
    top: 3px;
}

.footer .address {
	background: url(../images/poi_icon.png) no-repeat left top;
	background-position: 0px 5px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.footer .contact-footer span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 45px;
}
.footer .contact-footer .btn.btn-red {
	background-image: url(../images/contact_form_icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 60px;
}

.footer .copy {
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin-top: 65px;
}

/* CONTACT FORM + OTHER FORMS */
.contact-form {
	float: left;
	width: 100%;
	background: #fff;
	padding: 0px 35px 35px 35px;
}
.contact-form h3 {
	margin-bottom: 35px;
	margin-top: 20px;
}
.contact-form .btn {
	color: #fff;
	background: #f3211b;
    margin: 35px 0px 10px 0px;
}
.form-control {
	height: 30px;
    padding: 18px 15px;
	color: #3b3b3b;
	border-color: #e9e9ea;
	margin-bottom: 5px;
}
.form-control:focus {
	border-color:#f3211b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243,33,27,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(243,33,27,.6);
}
textarea.form-control {
	resize: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-style: italic;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-style: italic;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-style: italic;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-style: italic;
}

/* CATALOG PAGE */
.catalog-page {}

.product-item {
	min-height: 400px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.product-item .product-item-image {
	display: block;
	min-height: 200px;
	max-height: 200px;
	text-align: center;
	margin-bottom: 15px;
}
.product-item .product-item-image img {
	max-height: 200px;
}
.product-item .product-item-title {
    display: block;
    min-height: 110px;
    text-align: center;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 19px;
    color: #292a2f;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-item .product-item-title:hover {
	color: #f3211b;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-item .product-item-price {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	margin: 15px 0px;
}
.product-item .product-more {
	color: #f3211b;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}
.product-item .product-more::before {
	content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url(../images/product-catalog-item-more.png) no-repeat left center;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.category-list {
	padding: 25px;
	background: #f1f1f1;
}
.category-list h3 {
	margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 21px;
    color: #292a2f;
}
.category-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.category-list ul li {
	display: block;
	list-style-type: none;
	margin-bottom: 5px;
}
.category-list ul li a {
	color: #292a2f;
	font-weight: 400;
}
.category-list ul li ul li a::before {
	content: "\00BB";
	display: inline-block;
	padding-right: 5px;
	position: relative;
	top: -2px;
}
.category-list ul li.active > a {
	color: #f3211b;
}
.category-list ul li > ul {
	display: none;
	margin-left: 20px;
}
.category-list > .category-tree > li {
	margin-bottom: 15px;
}
.category-list ul li.active > ul {
	display: block;
}

/* BREADCRUMB */
.category-nav {
	display: block;
	margin-bottom: 40px;
}
.category-nav span a {
	color: #292a2f;
}
.category-nav span:last-child a {
	color: #f3211b;
}

/* PRODUCT DETAIL */
.product-detail {}
.product-detail-img a {
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
.product-detail-img a > img {
	max-height: 350px;
}
.product-detail table tr > td:first-child {
	font-weight: 600;
}
.product-detail .product-detail-price {
	font-weight: 600;
	font-size: 33px;
}
.product-detail ul.product-detail-images {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-detail ul.product-detail-images li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-detail ul.product-detail-images li a {
    display: flex;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    padding: 10px;
    border: 1px solid #ccc;
}
.product-detail ul.product-detail-images li a img {
	align-self: center;
}
.product-detail .product-detail-tabs {
	display: block;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}
.product-detail .product-detail-tabs li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    position: relative;
    top: 1px;
    z-index: 999;
    background: #fff;
}
.product-detail .product-detail-tabs li a {
	display: block;
	padding: 10px 15px;
	color: #292a2f;
	font-weight: 600;
	border: 1px solid #ccc;
	border-bottom: none;
}
.product-detail .product-detail-tabs li.active a {
	color: #f3211b;
	text-decoration: none;
	border-bottom: none;
}
.product-detail .product-detail-tab-content {
	padding: 15px;
	border: 1px solid #ccc;
}
.product-detail .product-detail-tab-content:not(.active) {
	display: none;
}

/* PAGINATION */
.pagination {}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color:#f3211b;
	border-color:#f3211b;
}
.pagination > li > a, .pagination > li > span {
	color:#f3211b;
}

/* FLASH */
.flash {
	background:#f3211b;
    color: #fff;
    padding: 15px;
    margin-bottom: 25px;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 24%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 24%;
    right: -25px;
    display: block!IMPORTANT;
    border:0px solid black;
}

/* AJAX SPINNER */
#ajax-spinner {display: none; position: fixed;left: 50%;top: 50%;margin: -15px 0 0 -15px;background: url('../images/spinner.gif') no-repeat 50% 50%;padding: 15px;font-size: 0;z-index: 1000;}