
/*---------------------------------
	Tags
-----------------------------------*/

.tags{
	margin:0;
	padding:0;
	list-style:none;
}

.tags li, .tags a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	}
.tags a{
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#4598EF;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	} 
.tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #4598EF transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}
.tags a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}
	
	
/*---------------------------------
	Modal
-----------------------------------*/

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
  float: right;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


/*---------------------------------
	Note (rounded with ligh background)
-----------------------------------*/
.note{
    background: #fafafa;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    float: left;
    position: relative;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}

/*---------------------------------
	Accordion
-----------------------------------*/

.accordion{
    position: relative;
    float: left;
}
.accordion .title{ 
    float: left; 
    margin-bottom: 3px;
    width: 100%;
}

.accordion .title a{
    background: url('img/list-arrow.png') no-repeat 0 center;
    padding-left: 27px;
    padding-top: 3px;
    padding-bottom: 3px;
	border-top: 1px dotted #ccc;
	color: #000;
    cursor: pointer;
    display: block;    
	list-style: none;
	text-decoration: none;
}

.accordion .title.active a {
background: url('img/list-arrow-open.png') no-repeat 0 center;
}

.accordion .title:last-child{
    margin-bottom: 0 !important;

}
.accordion .content{
    display:none;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 27px;
}

.widget .accordion .title{
    background: none;
    margin-bottom: 0;
}

.accordion-content-wrapp{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/*  Pricing tables
----------------------------------------------------------------------------- */
.pricing-table-col{
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: -1px;
}

.pricing-table-col ul{
    margin: 0;
    padding: 0;
}

.pricing-table-col li.head{
    margin: 0;
    padding: 0;
}

.pricing-table-col li.head.first{
    margin: 0;
    padding: 0;
}

.pricing-table-col li.head{
    margin: 0;
    padding: 0;
}

.pricing-table-col .label{
    display: none;
	 padding: 0;
}

.pricing-table-col.labels .head{
    background: #fff !important;
	 padding: 0;
}


.pricing-table-col.labels{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
	 padding: 0;
}

.pricing-table-col.labels .head{
    border: none;
	 padding: 0;
}

.pricing-table-col.labels li{
    text-align: left;
    border-left: 1px solid #ddd;
    padding-left: 20px;
	list-style: none;
}

.pricing-table-col.labels li:first-child{
    border-left: none;
    border-bottom: 1px solid #ddd;
	list-style: none;
}

.pricing-table-col li{
    color: #777;
    padding: 20px;
    height: 20px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #fff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
	list-style: none;
}

.pricing-table-col.selected{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 90;
    position: relative;
    top: -5px;
}

.pricing-table-col.selected .head{
    padding: 35px 0 25px;
    height: 90px;
    border-radius: 6px 6px 0 0;
	 background: #4598EF;
}

.pricing-table-col.selected  ul li.head.first span.price{
    color: #ffffff;
}

.pricing-table-col .head{
    padding: 30px 0;
    background: #7d7d7d;

    height: 80px;

    background: -moz-linear-gradient(top, #696969 0%, #4a4a4a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(100%,#4a4a4a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #696969 0%,#4a4a4a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #696969 0%,#4a4a4a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #696969 0%,#4a4a4a 100%); /* IE10+ */

    border: 1px solid #666;
    border-radius: 6px 6px 0 0;
}

.pricing-table-col .head h1,
.pricing-table-col .head h2,
.pricing-table-col .head h3,
.pricing-table-col .head h4,
.pricing-table-col .head h5,
.pricing-table-col .head h6{
    font: 23px Arial, sans-serif;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
}

.pricing-table-col .head span.price{
    color: #aaa;
    font: 18px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    display: block;
}

.head span{
    color: #aeaeae;
}

li.pricing-footer{
    height: auto !important;
    border-bottom: 1px solid #d1d1d1 !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 0;
}

.pricing-footer .btn-small,
.pricing-footer .btn-small.black,
.pricing-footer .btn-medium,
.pricing-footer .btn-medium.black,
.pricing-footer .btn-big,
.pricing-footer .btn-big.black{
    margin: 5px auto;
    display: table;
    float: none;
}

/* ListJS
*/

#lovely-things-list {
  margin-bottom: 60px;
}
#lovely-things-list .thumb {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
  border: solid 1px #333;
}
#lovely-things-list .list {
  clear: both;
  margin-bottom: 10px;
}
#lovely-things-list .list li {
  padding: 20px;
   background-color: #f5f5f5;
    border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#lovely-things-list li:nth-child(2n+1) {
  background-color: #dfdfdf;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#lovely-things-list li:nth-child(2n+1) .thumb {
  border: solid 1px #666;
}

#lovely-things-list p {
  font-size: 0.8em;
  color: #444444;
  text-align: left;
}
#lovely-things-list span.category {
 display:none;
}

 .gallery a{
		 
		}
		
 .gallery a img{
		 
		}


