body{
	color: #737272!important;
}

.navbar-nav li a{
/*	display: table-cell!important;
	height: 60px;
	width: 100px;
	vertical-align: middle;*/
	color: #5f5f5f;
}
.navbar-nav>li.active>a, .navbar-nav>li.active>a:hover, .navbar-nav>li.active>a:focus {
	background-color: #f58813!important;
	border-radius: 4px;
	color: #fff;
}
.navbar-nav>li > a:hover, .navbar-nav>li>a:focus {
	background-color: #fff0e0!important;
	border-radius: 4px; 
}


.header{
	margin: 25px 0;
}
.logo{ 
	display: inline-block;
}
.page-title{ 
	color: #e04028;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em !important;
	margin-top: 0px;
	line-height: 120%;
}
.block h4{
	font-size: 16px;
	color: #4b4b4b;
}
h4.subtitle{
	font-size: 16px;
	color: #4b4b4b;
	margin-top: 0;
}
h5.media-heading{
	font-size: 14px;
	color: #4b4b4b;
}
.block{
	margin: 25px 0;
}
.block h2,h2.title{
	color: #e04028;
	position: relative; 
	font-weight: bold;
	font-size: 18px !important;
	margin: 15px 0;
	line-height: 120%;
}
.description {
	text-align: center;
	width: 75%;
	line-height: 30px;
	margin: 0 auto 25px;
	font-size: 16px;
	color: #4b4b4b;
}
.block-desc{
	color: #737272;
	margin-bottom: 15px;
}
.block-desc ul{
	line-height: 100%;
	padding: 0 0 0 25px;
}
.action-block{
	margin: 25px 0;
}
img{
	max-width: 100%;
	max-height: 100%;
}
#footer{
	margin-top: 20px;
	background: #323232;
	color: #aaaaaa;
	padding: 25px 0;
}
#footer a{ 
	color: #aaaaaa; 
}
.footer-menu{
	text-align: center;
}
.footer-menu li{
	display: inline-block;
	padding: 2px 10px;
	border-left: 1px solid #7b7b7b;
	font-size: 11px;
}
.footer-menu li a{
	color: #7b7b7b;
}
.footer-menu li:first-child{
	border-left: none;
}
.navbar-toggle .icon-bar {
	background-color: #563d7c;
}
.navbar-brand {
	 float: left!important; 
	 padding: 0!important; 
	 height: 60px!important;
}
.box{
	text-align: center;
	padding: 15px 0;
}
.box_cert{
	margin: 25px 0;
}
.product img,.profile_product img{ 
	border: 1px solid #f3f3f3;
	padding: 1px;
	background: #fff;
}
.items_list{
	padding: 0 0 0 15px;
}

.tagWrapper {
position: relative;
overflow: hidden;
}
.uiMediaThumb i {
	border: 1px solid #ccc;
height: 206px;
width: 206px;
 background-position: 50% 25%; 
background-size: cover;
-webkit-transition-duration: 500ms;
-webkit-transition-property: width, height;

background-color: transparent;
position: relative;
z-index: 2;
background-position: center 25%;
background-repeat: no-repeat;
display: block;
}
 

ul.gallery{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.gallery li{
	float: left;
	margin: 10px;
	width: 200px;
} 

.box_items{
	background: #e7e7e7;
	padding-bottom: 15px;
}
.box_items h4{
	padding: 10px 0;
	color: #e04028;
}
.box_action{
	margin: 10px 0;
}

.box_product .box_action{
	margin: 10px 0 -30px;
	text-align: center;
}

/*.box_product img{
	width: 100%;
}*/
.box_product .panel{
	margin-bottom: 50px;
}
.box_product .panel,.box_product .panel-heading{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: #ddd;
}

.box_product .panel-heading{
	background-color: #e17808;
	color: #fff;
}
.box_product .btn-danger,.box_action  .btn-danger{
	background-color: #e04028; 
	font-size: 12px;
	padding: 5px 20px;
}



.box_product_items{
	margin-bottom: 15px;
}

.box_product_item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	color: #737272;
}
.box_product_item h4.pagetitle{
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #e04028;
}
.box_product_item .img_cover{
	margin-bottom: 15px;
	text-align: center;
}
.img_cover img{
	padding: 1px;
	background: #fff;
	border: 1px solid #eeeeee;
}
.profile h2{
	text-transform: uppercase;
}
.profile .block_desc{
	text-align: justify;
}
.profile_product{
	padding-bottom: 15px;
	text-align: center;
}
.profile h4{
	margin-top: 0;
	margin-bottom: 5px;
	color: #737272;
	font-size: 16px;
}

.productCategory{
	text-transform: uppercase;
}
@media (min-width: 1200px){

	.navbar-nav li{
		text-align: center;
	}
	.navbar-nav li a{
		display: table-cell!important;
 		vertical-align: middle;
/*		width: 80px!important;
		height: 60px;
		padding: 10px 5px!important;*/
		font-size: 13px;
	}
}
@media (min-width: 991px){
	.show-mobile{
		display: none;
	}
}
@media (max-width: 1199px){
	.navbar-nav li a,.navbar-nav li a.active{
		padding-left: 15px!important;
	}
}
@media (max-width: 767px){
/*	.product{
		width: 380px;
		margin: 0 auto;
	}*/
}
@media (max-width: 425px){
/*	.product{
		width: 280px;
		margin: 0 auto;
	}*/
	.footer-menu{
		padding: 0;
	}
	.footer-menu li {
		display: block;
		padding: 2px 10px;
		border-left: none; 
		font-size: 11px;
		text-align: left;
		list-style: disc!important;
	}
}
@media (max-width: 1199px){
	.navbar-header{
		width: 100%;
	}
}
@media (max-width: 500px){
	.navbar-brand img{
		height: 44px!important;
		text-align: center;
	}

	.cimages.col-xs-6{
		width: 100%;
	}
}

#page{
	min-height: 225px;
}
.maps{
	margin-bottom: 20px;
}

.hightligh{
	color: #e04028;
}
.margin-bottom{
	margin-bottom: 5px;
}
.profile_wrapper h2{
	margin-bottom: 5px;
}
.input-group-contact{
	width: 100%;
}
.input-CCaptcha{
	width: 150px!important;
	padding: 0!important;
	background: #fff!important;
 }
.input-CCaptcha img{
	width: 90px!important;
} 

form .form-control {
padding: 20px;
}
.cimages{
	margin-bottom: 15px;
}
.cimages img{
	width: 100%;
} 

.navbar-toggle {
position: absolute!important;
right: -10px!important;
top: 10px!important;
}




.portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: #999;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
.portfolio-item .portfolio-link .caption:hover {
opacity: 0.7;
}


.portfolio-item .portfolio-link .caption .caption-content {
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
font-size: 20px;
color: #fff;
}
.portfolio-item {
margin: 0 0 30px;
}
 .portfolio-item .portfolio-link {
display: block;
position: relative;
margin: 0 auto;
max-width: 400px;
border: 1px solid #ddd;
}
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
z-index: 999;
}
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #2c3e50;
-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: #2c3e50;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.portfolio-modal .modal-content h2 {
margin: 0!important;
font-size: 2em!important;
}hr.star-primary {
border-color: #2c3e50;
}
hr.star-light, hr.star-primary {
margin: 25px auto 30px;
padding: 0;
max-width: 250px;
border: 0;
border-top: solid 5px;
text-align: center;
}

.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 img{
	margin-bottom: 15px;
} 