﻿/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.3.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

/*BEGIN-CSS:Common
==================================================================================================================*/
.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.no-border {
    border-width: 0 !important;
}

.no-border-transparent {
    border-color: transparent !important;
}

.no-border-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.display-inline {
    display: inline-block !important;
}

.display-normal {
    display: inline !important;
}

.cursor-pointer {
    cursor: pointer;
}

.hover-transparent {
    opacity: .5;
}

    .hover-transparent:hover {
        opacity: 1;
    }

#loading-mask {
    color: #d85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    text-align: center;
    z-index: 500;
}

    #loading-mask .loader {
        background: #fff4e9 none repeat scroll 0 0;
        border: 2px solid #f1af73;
        color: #d85909;
        font-weight: bold;
        left: 50%;
        margin-left: -105px;
        padding: 15px 30px;
        position: fixed;
        text-align: center;
        top: 45%;
        width: 150px;
        z-index: 1000;
    }

.hotline-icon-left {
    background: #f0f3ef none repeat scroll 0 0;
    bottom: 0;
    color: #fff !important;
    overflow: hidden;
    position: fixed;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 110px;
    z-index: 99999999;
}

    .hotline-icon-left a {
        background-color: #D6000D;
        color: #fff !important;
        cursor: pointer;
        font-family: Arial;
        font-size: 13px !important;
        font-weight: bold;
        margin: 0 !important;
        text-transform: uppercase;
        display: block;
    }

    .hotline-icon-left i {
        padding: 15px 0 15px 12px;
        font-size: 14px;
    }

.back-to-top {
    bottom: 40px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 9999;
}

    .back-to-top i {
        font-size: 19px;
        background-color: #444;
        border-radius: 2px;
        color: #fff;
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        transition: all 0.2s ease-in-out 0s;
        width: 36px;
    }

    .back-to-top:hover i {
        background-color: #ff0000;
    }
/*===*/
/*03.Breadcrumb================================== */
.breadcrumb {
  background: transparent;
}
.breadcrumb ul {
  list-style:none;
  padding-left:0;
}
.breadcrumb ul li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}
.breadcrumb ul li a {
  color: #aaaaaa;
}
.breadcrumb ul li a:hover {
  color: #ff0000;
}
.breadcrumb ul li:last-child {
  color: #09afdf;
}
.breadcrumb ul li .link-site-more {
  display: inline;
}
.breadcrumb ul li .link-site-more img {
  margin-left: 5px;
}
.breadcrumb ul li ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 2px #ccc;
  display: none;
  right: 0;
  position: absolute;
  top: 15px;
  width: 160px;
  z-index: 10;
}
.breadcrumb ul li ul li {
  float: none;
}
.breadcrumb ul li ul li a {
  padding: 5px 10px;
  background-image: none;
  display: block;
}
.breadcrumb ul li ul li a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
.breadcrumb ul li ul li + li:before {
  content: none;
}
.breadcrumb ul li:hover ul {
  display: block;
}
.breadcrumb ul li + li:before {
  content: "";
  font-family: FontAwesome;
  padding: 2px 10px;
  color: #aaaaaa;
}
/*============Product=======================*/
.product-content .product-filter {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  padding: 10px;
  margin-bottom: 15px;
    border: 1px solid #d8d8d8;
}
.product-content .product-filter ul {
    list-style:none;
    padding:0;
    margin:0;
}
.product-content .product-filter .display,
.product-content .product-filter .limit {
  float: left;
}
.product-content .product-filter .display {
  margin-right: 10px;
}
.product-content .product-filter .display li {
  float: left;
}
.product-content .product-filter .display li a {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 0;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 5px;
}
.product-content .product-filter .display li a i {
  display: block;
  font-size: 18px;
}
.product-content .product-filter .display li.active a i {
  color: #ff5400;
}
.product-content .product-filter .limit select,
.product-content .product-filter .sort select {
  height: 30px;
}
.product-content .product-filter .sort {
  float: right;
}

/*START-CSS:CONTACT
==================================================================================================================*/

.contact-content .map {
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin:20px 0;
}
.contact-content .map .map-canvas {
  height: 363px;
  overflow: hidden;
}
.contact-content .map .map-information ul {
  padding: 10px 25px;
  background-color: #eaeaea;
  list-style: decimal;
}
.contact-content .map .map-information ul li {
  float: left;
  margin-right: 30px;
}
.contact-content .map .map-information ul li a {
  color: #01c4c4;
}
.contact-content .map .map-information ul li a:hover {
  color: #373737;
}
.contact-content .map .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #01c4c4;
}
.footer {
	background-color: #09afdf;
    color:#fff;
}
.footer h2.title {
	font-size: 22px;
	text-transform: none;
	margin-bottom: 10px;
    color:#fff;
}
.footer-content .social-links li a {
	 color: #fff; 
	background-color: transparent;
	border-color: #fff;
}
.subfooter {
	background-color: #01559B;
	border-color: #888;
    color:#fff;
}
.nav-pills.nav-stacked > li > a {
	padding: 5px 0px;
	color: #fff;
}