
@font-face {
		font-family: "Nunito-Bold";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Nunito-Bold.ttf") format("truetype");
	}

@font-face {
		font-family: "Nunito-Regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Nunito-Regular.ttf") format("truetype");
	}

@font-face {
		font-family: "glyphicons-halflings-regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
	}

html, button, input, select, textarea {
	color: #222;
	
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

/*::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background:  #16a085;
	color: #a4003a;
	text-shadow: none;
}*/

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 3px;
	margin: 1em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}

body {
  	font-family: Nunito-Regular, Helvetica, Arial, sans-serif;	
	/*font-size: 15px;*/
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.4;
	color: #605240;
}


.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	/*width: 960px;*/
}

.row {
	margin-right: 0px;
	margin-left: 0px;
	/*margin-left: -15px;*/
	padding: 3px;
}


/**********  navbar****************/
.navbar {
    margin-bottom:0px;
    min-height: 95px;
}

.navbar > .container {
    padding-right: 20px;
    padding-left: 20px;  
}

.container > .navbar-header  {
    margin-top: 20px;  
}

.navbar-languajes  { 
    list-style: none;  
    margin-top: 15px;  
	float:  right; 
	margin-bottom: 0px;
}

.navbar-languajes > li { 
   float: left;
   position: relative;  
   margin-left:15px;
}

.navbar-languajes   > li > a {
  color: #605240;
  font-size: 1em;
}

.navbar-default {
	background-color: #000;
	padding: 0 20 0 0 ;
	box-shadow: 0 0 3px #ccc;	
	font-size: 1.2em;	
	border-color: #000;
}

.navbar-default .navbar-brand {
	font-size: 1.2em;	
	color: #605240;
}

.navbar-brand .fa {
	color: #605240;
}

.navbar-default .navbar-nav   > li > a {
  color: #605240;
  font-family: "Nunito-Bold", Helvetica, Arial, sans-serif;	
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ccc;
  background-color: #000;
}
.navbar-toggle {
	/*border-color: transparent;*/
	border: 0px solid transparent;
	border-color: #000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ccc;	
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ccc;
    background-color: #000;
}

.navbar-nav > li > a {  
    padding-bottom: 0px;
}

.navbar-nav > li  {    
    padding-bottom: 0px;
}

/************  end navbar  ***************/


.title-l {
	font-family: "Nunito-Bold", Helvetica, Arial, sans-serif;	
	font-size: 1.7em;	
}

.title-m {	
	font-size: 1.5em;	
}

.title-s {	
	font-size: 1.2em;	
}


p {
	line-height: 1.4;
	/*margin-bottom: 20px;*/
}



/* Links */
a {
	color: #555;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}


.table-responsive td,th {
  padding: 2px 5px;
}

/*********** Blog **************/

.post-title {
	font-size:0.8em;
	color: #605240;
	font-weight: 600;
}

.post-value {
	font-size:0.8em;
	color: #111;
}

.post_author{
	font-size:1em;
	color: #111;
	/*font-weight: 600;*/
}

.post_date{
	font-size:0.8em;
	color: #555;
	
}

.post_date_min{
	font-size:0.7em;
	color: #555;
}

.comment-avatar {
	width: 50px;
	height: 50px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	border-radius: 50%;
}

.comment-sub {
	padding-left: 40px !important;
}

.comment-text {	
	font-size: 0.85em;
	color: #555;
}

.comment-list li {
	margin: 0px 0px 5px;
	display: inline-block;
	width: 100%;
}

.comment-meta {
	margin-left: 75px;
	margin-bottom: 5px;
	/*font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
	font-size:0.9em;
}

.comment-list li p {
	margin-left: 75px;
	line-height: 21px;
}

.comment-meta li a {
}

.comment-meta em {
	font-style: normal;
	margin-left: 6px;
}

.reply {
	/*float: right;*/
	font-size: .8em;
	padding: 4px 9px !important;
	/*border: 1px solid #ccc;*/
	margin-left: 75px;
}

.reply:hover {
	background: transparent !important;
	color: #000 !important;
	/*border: 1px solid #000;*/
	
}



.no-margin-top {
	margin-top: 0px !important;
}


#blog-slider .owl-prev {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-next {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-prev:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-next:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-prev:hover:after ,
#blog-slider .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}


/*********rating ***********/


ul.rating_list {	
	list-style: none;
	padding-left: 15px;
}

ul.rating_list li {	
	margin:10px;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */


#home {
	background: #fff;	
	/*margin-top: 95px;*/
	padding: 0;	
}

#home .conteiner , #home .row , #home-publicity .col-xs-12  {
	 padding: 0px;
}

#home-about .col-xs-12  {
	 padding: 10px 10px 0px 10px ;
}

#home-about .col-md-6 {
	 padding: 0px 20px 0px 20px ;
	/* padding: 20px 20px 0px 20px ;*/
}


/*#about {
	background: #ccc;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}*/

/*#about .conteiner , #about  .row , #about .col-md-8 , #about .col-md-4 {
	 padding: 0px;
}*/

#home-publicity {
    background-color: #fff;
    color: #fff;
	margin: 0px;
	padding: 0px;
}

#home-publicity a   {
     color: #fff;
}


.publication-title {	
	/*font-style:italic;*/
	display: block;
	background: rgba(256,256,256,0.4);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
}

.gallery-title {	
	font-style:italic;
	display: block;
	background: rgba(0,0,0,0.2);
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
}


#home-about{
    background-color: #fff;
    color: #605240;
}

#home-about p{
	text-align:justify;
}



#home img {
/*margin-top: 0;*/
}

#header-show {
	background: #000;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}



.img_news { 
  width:60px ;
 /* height :50px*/ ;
  margin: 0;
  padding: 0;  
}

.img_show_news {
  width:160px ;
  height :120px ;
  box-shadow: 0 0 10px black;
  border:3px white solid;  
  margin: 10px 30px 10px 10px;
}

.show_news td
{
  text-align: left;
  vertical-align: middle ;
}

.news 
{ 	
    background: none repeat scroll 0% 0% #dddcdd;
   /* border-top: 1px solid #E9CB86;  */
   
    position: relative;
    color: #111111;	
	width: 100% ;	
	cursor: pointer;
	
}
			
.news tr
{  
  border-top: 1px  solid  #0D6AA0;
}

.news th
{
 /* text-align:center;  
  vertical-align: middle;
  padding: 7px;
  background-color: #0D6AA0  ;
  font-size: 14px; 
  color: #FFFFFF ; 
  border: 1px  solid  #0D6AA0;*/
   border: 0;
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #4C84A9;
   background: linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -webkit-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -moz-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -o-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -ms-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   -svg-background: linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;  
   padding:0 5px;
   margin:0 auto;
   height:21px;
   color: #FFFFFF ;
}

.news td
{
  text-align: left;
 
  padding:5px;
 /* background-color:#e2e5e7 ;*/
  font-size: 12px; 
  
}


/************** products ***************/

/*ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}*/

.product {
	position: relative;
	padding: 0 15px 30px;
	margin:5px;
	
}


.space40 {
	margin-bottom: 40px;
}



.shop-content {
	background: #fff;
	padding: 100px 0;
}

.shop-grid li {
	width: 33.3333%;
	float: left;
	padding: 0 15px 30px;
	margin:5px;
}



.product .text-center {
	border: 1px solid #e5e5e5;
	padding: 10px 10px 15px;
	cursor: pointer;
	transition: .4s;
}

.product .text-center {
	border: 1px solid #e5e5e5;
	padding: 10px 10px 15px;
	cursor: pointer;
	transition: .4s;
}



.product:hover .text-center {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: .4s;
}

.logregform label {
	font-weight:400;
	font-size:13px;
}

.product-overlay {
	display: block;
	height: 50px;
	background: rgba(0,0,0,0.2);
	line-height: 50px;
	position: absolute;
	bottom: -60px;
	width: 100%;
	left: 0px;
	right: 0px;
	transition: .5s;
}

.product:hover .product-overlay {
	bottom: 0px;
	transition: .5s;
}

.product-thumbnail img {
	transform: scale(1);
	transition: .4s;
}

.product:hover .product-thumbnail img {
	transform: scale(1.1);
	transition: .4s;
}

.product-overlay a {
	font-size: 20px;
	margin: 0;
	color: #fff;
	width: 50%;
	float: left;
	text-align: center;
}

.product-overlay a:hover {
	color: #fff;
	background: #000 !important;
}

.product-overlay a:first-child {
	background: rgba(0,0,0,0.2);
}

.product-title {
	margin: 10px 0 5px;
}

.product-title a {
	color: #000;
	font-size: 17px;
}

.product-price {
    font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	margin: 0 auto 15px;
	display: table;
	
}

.add_to_cart_button {
	padding: 0px !important;
	font-size: 10px;
	border-radius: 3px !important;
	padding: 11px 12px !important;
}



.product-thumbnail {
	position: relative;
	overflow: hidden;
}


.badge {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 15px;
	font-size: 10px;
	position: absolute;
	top: -6px;
	right: -6px;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	z-index:77;
}

.badge span {
	font-size: 13px;
}

.red {
	background: #f00;
	line-height: 50px;
	padding-top: 0px;
	font-size: 12px;
}

.blue {
	background: #8dcff4;
}



/******************/

.product-title {
	color: #605240;
}

.product-name{
/*   max-height: 120px;*/
   /* margin: 15px 0px 15px 0px;*/
	color: #605240;
	text-align:left;
    font-family: "Nunito-Bold", Helvetica, Arial, sans-serif;	
    font-size: 1.7em;
}


.product-description{
	/*margin: 15px 0px 15px 0px;*/
	color: #605240;
	text-align:justify;
	/*min-height: 120px;	*/

}
.product-description p{
	line-height: 1.3;
}

.product-link{
    line-height: 2;
}

.product-link a {
	color: #605240;
	float: left;
	text-decoration:underline;
}

.product-price-2 {
    font-family: "Nunito-Bold", Helvetica, Arial, sans-serif;	
	font-size: 1.3em;
	letter-spacing: -1px;	
	/*margin: 0 auto 0px;*/
	color: #605240;
	text-align:center;   
	
}


.product-more {
	display: block;
	height: 50px;
	/*background: rgba(0,0,0,0.2);*/
	line-height: 50px;
	position: absolute;
	bottom: -100px;
	width: 100%;
	left: 0px;
	right: 0px;
	transition: .5s;
	padding-right: 80px;
}

.product-more a {
	width: 50%;
	color: #605240;	
	text-decoration:underline;
	
}

.Show_Product {
   cursor:pointer;
}



/******************/

#parallax_1 {
  background: url("../theme/images/site_img_1.jpg") no-repeat center top fixed;
	/*style="background: url(assets/theme/images/footer_bg.jpg) 50% 0 no-repeat fixed;"*/
	
	
/*  background-size: cover;*/
	
}

#parallax_1 .overlay {
  background: rgba(27, 28, 29, 0.0);
  min-height: 400px;
}

#parallax_2 {
  background: url("../theme/images/site_img_2.jpg") no-repeat center top fixed;	
 /* background-size: cover;*/
	
}

#parallax_2 .overlay {
  background: rgba(27, 28, 29, 0.0);
  min-height: 400px;
}


.parallax_title {   
    font-family: "Nunito-Bold", Helvetica, Arial, sans-serif;	
	font-size: 2em;	
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .8);
}

#products {
	background: #fff;	
	padding-right: 0;
	padding-left: 0;
	padding-top: 40px;
}


#products .conteiner , #products  .row , #products .col-md-6 , #products .col-xs-12 {
	 padding: 0px;
}



.shop-content {
	background: #fff;
	padding: 100px 0;
}


#contact {
	background: #fff;
	color: #605240;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	min-height: 426px;
	text-align: center;
}

#contact .conteiner , #contact .row , #contact .col-md-3 {
	 padding:  0px;
	
}


#contact div.text a {
	color: #605240;
	text-decoration: none ;
}
#contact div.text a:hover {
	color: #ccc;
	text-decoration: underline ;
}

ul.social-buttons {
	/*font-family: "glyphicons-halflings-regular", Helvetica, Arial, sans-serif;*/	
	margin: 0;
}
ul.social-buttons li a {
	outline: 0;
	color: #605240;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ccc;
}


#footer-bottom {
	background: #000;
	color: #fff;
	width: 100%;
	font-size: 0.8em;

	min-height: 70px;
	/*border-bottom: 1px solid #aaa;*/
	text-align: center;
   /* box-shadow: 0 15px 6px rgba(0, 0, 0, 0.4) ;*/
	
}

#footer-bottom .conteiner , #footer-bottom .row , #footer-bottom .col-md-6 {
	 padding:  0px;	
	
}

#footer-bottom  a {
	color: #fff;
	text-decoration: none ;
}
#footer-bottom a:hover {
	color: #ccc;
	text-decoration: underline ;
}


/***********   grid  *********/

	
.grid .conteiner , .grid  .row , .grid .col-xs-12 , .grid .col-md-10{
	 padding: 0px;
}


.ui-jqgrid .ui-jqgrid-view {
    font-size: 1em;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    font-size: 1em;
}

/************* form ****************/

.form-edition .col-xs-12 , .form-edition .col-md-5 , .form-edition .col-md-7 , .form-edition .col-md-4 , .form-edition .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;   
}

.form-control-1 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    height: 26px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control-2 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  
}


td, th {
    padding: 2px;
	vertical-align: top;
}

.white {
   color:#fff;
}

.gray {
   color:#ccc;
}

.brown{
   color: #605240;
}

.msg-error  {
	color: red;
}


/**********ui-dialog***********/

.ui-dialog {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* background: #ccc none repeat scroll 0 0;*/
   border-radius: 6px; 

}

.ui-dialog-buttonpane {
   background: #fff  none repeat scroll 0 0;
	
}

.ui-dialog .ui-dialog-titlebar-close {
	
	background-image: url("../theme/images/ui-dialog-titlebar-close.png");
	background-position: 0px 0px; 
	
}


/*******************************/

.calendarBody {
  background-color: #eee ;	
  
}

.DatePicker{
  z-index: 1000;	
}

/**********.ui-widget ***********/


.ui-widget {
	font-family: "Nunito-Regular";
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Nunito-Regular";
	font-size: 1em;
}


.ui-jqgrid .ui-jqgrid-view input, 
.ui-jqgrid .ui-jqgrid-view select, 
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-family: "Nunito-Regular";
	font-size: 1em;
}


.ui-widget-header {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}


.ui-widget-content {
	background: #ffffff;
	color: #605240;
}

.ui-widget .ui-widget-content  {
   /* border-radius: 6px; */
}


.edition  {
 /* color: #555;*/
 /* background-color: #ccc;*/

}

/*.edition .ui-widget-content {
   background: #fff none repeat scroll 0 0;
   border: 1px solid #605240;
 }
 
.edition .ui-widget-header {
    background: #605240 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}

.edition .ui-widget-content tr , .edition .ui-widget-content th  {
   border-color: #605240;
}

.ui-jqgrid tr.footrow td{
   border: 1px solid #605240;
}

.ui-pg-table tbody {
   border: 1px solid #605240;
}

#t_Grid_Result  div {
   border: 1px solid #605240;
}
*/
/************  boton ********************/

.ui-dialog-buttonset button , 
.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border: 0; 	
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	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;	
	
  /*font-weight: bold;*/
  
}

.ui-dialog-buttonset button:focus , 
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ui-dialog-buttonset button:hover ,
 .btn-default:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
	 
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #000;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}


/****  invoices **/

.invoice {  
    color: #222222 ;
	margin:  0;
	padding: 0;
	border-collapse: collapse;
}

.invoice tr {  
    border: 1px  solid  #aaaaaa;
}

.invoice td
{
   	border: 1px  solid  #aaaaaa;
}

.invoice th
{
   border: 1px  solid  #aaaaaa;
   text-align:center ;
   background: #dddddd;  
   padding:0 5px;
   height:25px;
   font-size: 16px;
   color: #222222;
   margin:  0;
}

/* ==========================
--- Gallery
============================= */

/*
.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	
*/


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/*********** gmap3 *************/

.gmap3{
  margin: 20px auto;
  border: 1px dashed #C0C0C0;
  width: 1000px;
  height: 500px;
}
.cluster{
  color: #FFFFFF;
  text-align:center;
  font-family: 'Arial, Helvetica';
  font-size:11px;
  font-weight:bold;
  cursor: pointer;
}
.cluster-1{
  background-image:url(../theme/images/m1.png);
  line-height:53px;
  width: 53px;
  height: 52px;
}
.cluster-2{
  background-image:url(../theme/images/m2.png);
  line-height:53px;
  width: 56px;
  height: 55px;
}
.cluster-3{
  background-image:url(../theme/images/m3.png);
  line-height:66px;
  width: 66px;
  height: 65px;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:319px)  {
	
	body {
        font-size: 12px;
    }
	
	.navbar-right { 
		margin-top: 10px;
		margin-bottom: 0px;	
	    clear: right;
	}
	
	.publication-img {
	    min-height: 120px;
		max-height: 120px;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.publication-title {
	    margin-top: -63px;	
		padding-top: 8px;		
		height: 63px;
	}
	
	
	.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}
	
	#home-about{			
		margin-top:0px;
		margin-bottom:10px;
	}
	
	.about-title {
	    margin-bottom:10px;
	}
	
/*	.product-thumbnail {
	   min-height: 170px;
	   max-height: 170px;
	   overflow: hidden;
    }
	
	.product-description{
	   min-height: 50px;
	   overflow: hidden;
    }*/
	
/*	#about-description{
       min-height: auto;
	}*/
	
	
	#footer-contact {	
		min-height: none;
	}
	
   .contact-us {		
		padding:20px;
	}
	
	.contact-location{
		margin-top: 20px;
	}
	
	.contact-mail{
		margin-top: 40px;
	}
	
	.contact-social{
		margin-top: 20px;
		padding:20px; 
	}
	
	.copyright{
		margin-top: 20px; 
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
	
	
}

@media screen and (min-width:320px) and (max-width : 557px)  {
	
	body {
        font-size: 13px;
    }
	
	.navbar-right { 
		margin-top: 10px;
		margin-bottom: 0px;	
	    clear: right;
	}
	
	.publication-img {
	   /* min-height: 135px;
		max-height: 135px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;		
		padding-top: 8px;		
		height: 63px;
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}
	
	#home-about{			
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.about-title {
	    margin-bottom:10px;
	}
	
	#footer-contact {	
		min-height: none;
	}
	
   .contact-us {
		margin-top: 20px; 
		padding:20px;
	}
	
	.contact-location{
		margin-top: 20px;
	}
	
	.contact-mail{
		margin-top: 40px;
	}
	
	.contact-social{
		margin-top: 20px;
		padding:20px; 
	}
	
	.copyright{
		margin-top: 20px; 
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
}


@media screen and (min-width:558px) and (max-width : 767px)  {
	
	body {
        font-size: 13px;
    }
	
	.navbar-right { 
		margin-top: 10px;
		margin-bottom: 0px;	
	    clear: right;
	}
	
	.publication-img {
	 /*   min-height: 241px;
		max-height: 241px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;		
		padding-top: 8px;		
		height: 63px;
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}
	
	#home-about{			
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.about-title {
	    margin-bottom:10px;
	}
	
	#footer-contact {	
		min-height: none;
	}
	
   .contact-us {
		margin-top: 20px; 
		padding:20px;
	}
	
	.contact-location{
		margin-top: 20px;
	}
	
	.contact-mail{
		margin-top: 40px;
	}
	
	.contact-social{
		margin-top: 20px;
		padding:20px; 
	}
	
	.copyright{
		margin-top: 20px; 
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
}



@media screen and (min-width: 768px) and (max-width: 991px) {

 body {
        font-size: 14px;
   }
	
	.navbar-right { 
		margin-top: 10px;
		margin-bottom: 0px;	
	    clear: right;
	}
	
	.publication-img {
	  /*  min-height: 243px;
		max-height: 243px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	
    .publication-title {	  
		margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}
	
	#home-about{			
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.about-title {
	    margin-bottom:10px;
	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
   .contact-us {
		margin-top: 80px; 
		padding:20px;
	}
	
	.contact-location{
		margin-top: 60px;
	}
	
	.contact-mail{
		margin-top: 80px;
	}
	
	.contact-social{
		margin-top: 60px;
		padding:20px; 
	}
	
	.copyright{
		margin-top: 70px; 
		margin-bottom: 60px;
		font-size: 0.8em;
	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
}	

@media screen and (min-width: 992px) and (max-width: 1199px) {

   body {
        font-size: 14px;
   }
	
	.navbar-right { 
		margin-top: 10px;
		margin-bottom: 0px;	
	    clear: right;
	}
	
	.publication-img {
	   /* min-height: 315px;
		max-height: 315px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	
    .publication-title {	  
		margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}
	
	#home-about{			
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.about-title {
	    margin-bottom:10px;
	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
   .contact-us {
		margin-top: 80px; 
		padding:20px;
	}
	
	.contact-location{
		margin-top: 60px;
	}
	
	.contact-mail{
		margin-top: 80px;
	}
	
	.contact-social{
		margin-top: 60px;
		padding:20px; 
	}
	
	.copyright{
		margin-top: 70px; 
		margin-bottom: 60px;
		font-size: 0.8em;
	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
	}
	
}


@media screen and (min-width: 1200px) {

    body {
        font-size: 15px;
    }
   
   .navbar-right { 
		margin-top: 10px;
		margin-bottom: 0px;
	    clear: right;
	   
	}   
   
    .pull-right-lg {
        float: right;
    }
		
	.publication-img {
	  /*  min-height: 380px;
		max-height: 380px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
		
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.owl-theme .owl-controls {
       margin-top: -30px;
       text-align: center;
	}
	
	
	#home-about{			
		margin-top:30px;
		margin-bottom:20px;
	}
	
	.about-title {
	    margin-bottom:10px;
	}
	
	
	.product-thumbnail {
	  /* min-height: 290px;
	   max-height: 290px;*/
	   overflow: hidden;
    }
	
	
	
	.product-description{
	/*   max-height: 120px;*/
	   overflow: hidden;
    }
	
	.product-item {
	   margin-left: 5px; 
	   margin-right: 5px;
	  
	}

	
	div.edition-grid  {
	  min-height: 580px;

	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
	
	.contact-us {
		margin-top: 80px; 
		padding:20px;
		text-align: left;
	}
	
	.contact-location{
		margin-top: 60px;
		text-align: left;
	}
	
	.contact-mail{
		margin-top: 80px;
		text-align: left;
	}
	
	.contact-social{
		margin-top: 60px;
		padding:20px; 
		text-align: right;
	}
	
	.copyright{
		margin-top: 50px; 
		margin-bottom: 60px;
		font-size: 0.9em;
	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
	}
	

	

}

