.tile > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.tile > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:5px solid transparent;
}
.tile > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:5px solid #6c757f;
}

.tile > input + div{ /* IMAGE STYLES */
  cursor:pointer;
  border:5px solid transparent;
}
.tile > input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
  border:15px solid #6c757d;
  box-shadow: 15px 5px 5px grey ;
}
.tile .qmaze-option-tile[checked="checked"] + div {
	border:5px solid #6c757d;
}

.Qmaze269 {
	display:inline-block;
}

.Qmaze270  {
	display:inline-block;
}

.Qmaze271  {
	display:inline-block;
}

.Qmaze272  {
	display:inline-block;
}
.Qmaze273  {
	display:inline-block;
}
.Qmaze274  {
	display:inline-block;
}

.xtile { 
    width:100px;
}

body{
   font-family: 'Open Sans', sans-serif;
   color:#444;
   font-size:13px;
   line-height:25px;
	-webkit-font-smoothing: antialiased;
   background:#fff url('../images/main-back.png') repeat;
}



h5,h6{
   font-family: 'Open Sans', sans-serif;
}

p{
	margin:0;
	padding:0;
}

ul, ol{
   padding-left:15px;
}

a{
   color:#000000;
   text-decoration:none;
}

a:hover{
   text-decoration:none;
}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{

}

strong{
   font-family: 'Open Sans', sans-serif !important;
   font-weight:600;
}  

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.notVisible {
	display: none;
}

.checkOut {
	margin-top: 130px;
}

.form *{
   font-size:13px;
}

#myTab li.active a{
   color:#fff !important;
   background:#000000 !important;
   border-color:#000000 !important;
}

/* Basic CSS ends */

.container{
   width:1050px;
}

.color{
   color:#000000;
}

.sep-bor{
   border-top:1px dashed #ccc;
   border-bottom:1px dashed #ccc;
   margin:20px 0px;
   height:5px;
}

.sep{
	height: 5px;
   margin:20px 0px;
	background: url("../images/sep.png") repeat;
}

.blocky{
   margin:30px 0px;
}

.page-title{
   margin:10px 0px;
}

.page-title i{
   font-size:30px;
   margin-right:5px;
}

.page-title h2{
   font-size:35px;
}

.page-title small{
   font-size:21px;
   margin-left:5px;
}

.section-title h4{
   margin:0px;
   padding:0px;
   font-family:"Open Sans", sans-serif;
   font-size:22px;
   margin-bottom:5px;
   color:#777;
   padding-bottom:10px;
   border-bottom:1px solid #eee;
}

.btn-blue{
   color:#fff !important;
   background:#000000;
   border:1px solid #545453;
   border-bottom:2px solid #545453;
   font-size:13px;
}

.btn-blue:hover{
   color:#fff !important;
   background:#14b9d1;
   border:1px solid #545453;
   border-bottom:2px solid #545453;
   font-size:13px;
}

.social{
   margin:10px 0px;
}

.social a i{
   display:inline-block;
   width:40px;
   height:40px;
   font-size:17px !important;
   line-height:40px;
   text-decoration:none;
   text-align:center;
   color:#fff;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
   border-radius:100px;
   margin-right:5px;
}
.social a.facebook i{
	background:#1e78ae;
}

.social a.twitter i{
	background:#1ba1e2;
}

.social a.google-plus i{
	background:#f22d0c;
}

.social a.pinterest i{
	background:#dd1617;
}

.social a.linkedin i{
	background:#2d93cf;
}

.social a:hover i{
   background:#000;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
}

.social a, .social a:hover{
   border:0px;
   text-decoration:none;
}

.input-group .btn{
   margin-top:0px !important;
} 


/* Cool block */

.cool-block{
   background:#fff;
   border:1px solid #bbb;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
}

.cool-block-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

/* Header carousel */

.carousel{
   top:-3px;
}

.carousel-inner{
   background:#fff;
padding-top: 3px;
}

.carousel .item{
    animation-duration:3s;
    animation-delay:0.5s;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 0.5s;
    -ms-animation-duration: 3s;
    -ms-animation-delay: 0.5s;
    -o-animation-duration: 3s;    
    -o-animation-delay: 0.5s;    
}

.carousel .carousel-caption h2{
    animation-duration:2s;
    animation-delay:1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;    
}

.carousel .carousel-caption p{
    animation-duration:2s;
    animation-delay:1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;      
}

.carousel .carousel-caption a{
    animation-duration:2s;
    animation-delay:1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;    
}

.carousel .carousel-control span{
   display:inline-block;
   background:#ffffff;
   border-radius:50px;
   height:50px;
   width:50px;
   line-height:45px;
   text-align:center;
}

.carousel .carousel-caption{
   bottom:90px;
   text-shadow:2px 2px 2px #000;
}

.carousel .carousel-caption h2{
   font-size:60px;
   text-transform:capitalize;
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight:normal;
}

.carousel .carousel-caption p{
   font-size:25px;
   line-height:35px;
   font-family: 'Open Sans Condensed', sans-serif;
}

.carousel .carousel-caption a.btn{
   margin-top:20px;
   border-radius:0px;
   font-size:14px;
   font-weight:bold;
   text-transform:uppercase;
   border-bottom:2px solid #545453;
}

/*.carousel-indicators .active{
   background:#000000;
   border:1px solid #545453;
} 

.carousel-indicators li:hover{
   background:#000000;
   border:1px solid #545453;
}
*/

/* Logo & Navigation */

.header{
   height:70px;
   background:#000000;
   border-top:4px solid #545453;
   border-bottom:1px solid #545453;
}

.header .logo h1{
   font-size:40px;
   margin:0px;
   padding:10px 0px;
}

.header .logo h1 a{
   color:#fff;
   font-family: 'Open Sans Condensed', sans-serif;
}

.header .logo h1 a:hover{
   color:#fff;
   text-decoration:none;
   border:0px;
}

/* Navigation */ 
	
.navi {
   text-align:right;
   padding-top:15px;
	padding-bottom:15px;
}

.mattblackmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: none;
	overflow: hidden;
	background: transparent;
}

.mattblackmenu li a{
	float: none;
	display: inline-block;
	text-decoration: none;
	margin: 0px;
	padding: 10px 12px;
	border:0px;
	color:#fff;
	font-weight:normal;
	background:transparent;
   font-size:14px;
   font-family: 'Open Sans', sans-serif !important;
   font-weight:600;
}

.mattblackmenu li a:hover{
	background:transparent;
}

.mattblackmenu a.selected {
	background: transparent;
}

.ddsubmenustyle{	
   border:0px;
   box-shadow:0px 0px 1px #888;
}
	
.ddsubmenustyle ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;	
}


.ddsubmenustyle li a {
	display: block;
	width: 150px;
   font-family: 'Open Sans', sans-serif !important;
	color: #555;
   font-size:13px;
	text-decoration: none;
	padding: 10px 8px;
	background:#fff !important;
   border-bottom:1px solid #ccc;
}

.ddsubmenustyle li:last a{
   border-bottom:0px;
}

.ddsubmenustyle li a:hover {
	color: #fff;
	background: #545453 !important;
}

/* SELECT MENU */

.navis select{
	display:none;
}

/* Kart links */

.kart-links{
   text-align:center;
   margin-top:20px;
}

.kart-links a{
   font-size:13px;
   color:#fff;
   font-weight:bold;
   margin:0px 1px;
   display:inline-block;
   padding:2px 7px;
   border-radius:5px;
   background:#545453;
}

.kart-links a:hover{
   border:0px;
}

.modal h4{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   color:#777;
   font-size:16px;
}

/* Hero */

.hero{
   text-align:center;
   margin:15px 0px;
}

.hero h3{
   font-size:50px;
}

.hero p{
   max-width:800px;
   margin:20px auto !important;
   padding:15px;
   font-size:17px;
   line-height:28px;
   font-weight:400;
   font-style:italic;
   color:#999;
   background:#f8f8f8;
   border-top:3px solid #eee;
   border-bottom:3px solid #eee;
}

.hero .btn{
   text-shadow:0px 1px 1px #333;
   font-size:13px;
   font-weight:bold !important;
   text-transform:uppercase;
   border-radius:4px;
   padding:12px 18px;
   border-radius:3px;
   font-weight:600;
}  

.hero .btn-info{
   border-bottom:3px solid #545453;
}

.hero .btn-danger{
   border-bottom:3px solid #c8403c;
}

/* Service */

.home-service h5{
   font-size:15px;
   font-weight:600;
   line-height:25px;
   margin:0px;
   padding:0px;
   font-family: 'Open Sans', sans-serif;
}  

.home-service p{
   font-size:13px;
   line-height:24px;
}

.home-service hr{
   margin:6px 0px;
}

.home-service .service-check{
   color:#777;
   margin:8px 0px;
   font-style:italic;
}

.home-service .service-item{
   padding:5px 0px 10px 0px;
   margin:5px 0px;
   border-bottom:1px dashed #eee;
}

.home-service .service-item i{
   margin-right:5px;
}

.home-service .service-testi{
   background:#fff;
   border:1px solid #bbb;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
}

.home-service .service-testi-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

.home-service .service-testi img{
   margin-left:10px;
   margin-top:5px;
   box-shadow:0px 0px 2px #444;
}

.home-service .service-testi p{
   font-size:13px;
   font-weight:600;
   font-style:italic;
   color:#777;
}

.home-service .service-testi .service-testi-author{
   font-weight:400;
   font-style:normal;
}

/* CTA */

.cta{
   margin:10px 0px;
   background:#fff;
   border-radius:5px;
   box-shadow:0px 0px 2px #ccc;
   border:1px solid #ddd;
   padding:25px 35px;
}

.cta h5{
   font-family: 'Open Sans', sans-serif;
   font-size:22px;
   font-weight:400;
   line-height:44px;
   margin:0px;
   padding:0px;
   color:#888;
   text-transform:capitalize;
}

.cta h5 i{
   display:inline-block;
   color:#fff;
   width:35px;
   height:35px;
   text-align:center;
   line-height:35px;
   border-radius:100px;
   background:#000000;
   font-size:25px;
   margin-right:5px;
}

.cta p{
   margin-top:10px;
   font-size:13px;
   color:#777;
   font-style:italic;
   font-weight:bold;
}

.cta .btn{
   text-shadow:0px 1px 1px #333;
   font-size:13px;
   font-weight:bold !important;
   text-transform:uppercase;
   padding:12px 20px;
   border-radius:4px;
}

.cta .btn-info{
   border-bottom:3px solid #292929 !important;
}

.cta .btn-danger{
   border-bottom:3px solid #b32722 !important;
}

/* Catchy */

.catchy{
   margin:20px 0px;
   background:#fff;
   border-top:1px solid #bbb;
   border-bottom:1px solid #bbb;
   box-shadow:0px 0px 2px #ccc;
}

.catchy .catchy-inner1{
   margin:3px 0px;
   border-top:1px dashed #bbb;
   border-bottom:1px dashed #bbb;   
}

.catchy .catchy-inner2{
   padding:25px 0px;
   color:#fff;
   margin:3px 0px;
   background:#333 url('../images/bit-tile-blue.gif') repeat center center;
   border-top:1px solid #999;
   border-bottom:1px solid #999;   
}

.catchy .catchy-subscribe h3{
   font-size:40px;
   line-height:65px;
   margin:0px;
   padding:0px;
   font-family:"Open Sans", sans-serif;
   text-shadow:1px 1px 2px #444;
   text-transform:uppercase;
}

.catchy .catchy-subscribe p{
   font-size:17px;
   line-height:25px;
   text-shadow:1px 1px 2px #222;
}

.catchy .catchy-subscribe form *{
   font-size:14px !important;
}

.catchy .catchy-subscribe input[type="text"]{
   border:1px solid #1d7faf !important;
   padding:20px 15px !important;
   box-shadow: 0 2px 0 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(255,255,255,0.7);
   font-style:italic;
}

.catchy .catchy-subscribe button{
   padding:10px 20px;
   box-shadow: 0 2px 0 0 rgba(255,255,255,0.3) inset,0 2px 3px rgba(0,0,0,0.3);
   font-weight:bold;
   font-size:13px !important;
   text-transform:uppercase;
   text-shadow:0px 1px 1px #000;
}

.catchy .report{
   background:#fff;
   border:1px solid #229bd5;
   box-shadow:0px 0px 1px #1e78a4;
   border-radius:4px;
   color:#bbb;
   font-size:16px;
   font-weight:bold;
}

.catchy .report-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

.catchy .report .report-data{
   margin:10px 0px;
}

.catchy .report .report-icon{
   text-align:center;
   font-size:43px;
}

.catchy .report .report-icon i{
   color:#989898;
}

.catchy .report .report-big{
   font-size:28px;
   font-weight:normal;
}

.catchy .report span{
   display:block;
}

/* Carousel for Recent posts */

.recent-posts .recent-post-block{
   margin-top:40px;
}

.recent-posts .recent-post-block h5{
   font-weight:600;
   font-size:16px;
   line-height:23px;
   margin:0px;
   margin-bottom:3px;
}

.recent-posts .recent-post-block h5 a{
   color:#777;
}

.recent-posts .recent-post-block p{
   line-height:24px;
   color:#777;
}

.recent-posts .recent-post-block .recent-posts-highlight{
   width:210px;
   background:#fff;
   margin-bottom:15px;
   height:65px;
   border-radius:6px;
   box-shadow:0px 0px 3px #ddd;
}

.recent-posts .recent-post-block .rp-left{
   width:160px;
   float:left;
   background:#fff;
   height:65px;
   border-top-left-radius:6px;
   border-bottom-left-radius:6px;
   border:1px solid #ccc;
   border-right:0px;
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top, #fefefe 0%, #f9f9f9 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #fefefe 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #fefefe 0%,#f9f9f9 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #fefefe 0%,#f9f9f9 100%); /* IE10+ */
   background: linear-gradient(to bottom, #fefefe 0%,#f9f9f9 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
   padding:10px;
   box-shadow:3px 3px 14px #fff inset;
}

.recent-posts .recent-post-block .rp-left h5{
   margin:0px;
   padding:0px;
   color:#666;
}

.recent-posts .recent-post-block .rp-left p{
   margin:0px;
   padding:0px;
}

.recent-posts .recent-post-block .rp-right{
   width:50px;
   float:right;
   background:#000000;
   height:65px;
   border-top-right-radius:6px;
   border-bottom-right-radius:6px; 
   border:1px solid #545453;
   color:#fff;
   text-align:center;
   box-shadow: 0 2px 0 0 rgba(255,255,255,0.2) inset;
}

.recent-posts .recent-post-block .rp-right i{
   font-size:20px;
   display:inline-block;
   margin-top:10px;
   margin-bottom:5px;
}

.recent-posts .recent-post-block .rp-right .label-custom{
   background:#545453;
}

.recent-posts .recent-post-block .rp-right .label{
   font-size:10px;
   text-transform:uppercase;
}

.recent-posts .my_carousel {
	width: 100%;
}

.recent-posts .my_carousel .carousel_nav a{
	width:20px;
	height:20px;
	background:#000000;
	display:inline-block;
	padding:0px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:20px;
   border-radius:3px;
   margin-bottom:5px;
}

.recent-posts .my_carousel .carousel_nav a:hover{
	color:#fff;
   border:none;
}

.recent-posts .my_carousel .carousel_nav i{
	font-size:10px;
}

.recent-posts .my_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.recent-posts .my_carousel li {
	display: block;
	float: left;
	width:25%;
   margin:5px;
	text-align:center;
   background:#fff;
   padding-top:15px;
   padding-bottom:10px;
   border-radius:10px;
   box-shadow:0px 0px 2px #aaa;
}

.recent-posts .my_carousel li img{
	padding:5px;
   min-height:170px;
   max-height:170px;
   width:100px;
   margin:0 auto;
}

.recent-posts .my_carousel li h5 a{
	color:#777;
   font-family:"Open Sans", sans-serif;
	font-size:16px;
	margin:5px;
   font-weight:600;
}

.recent-posts .my_carousel li h5 a:hover{
   color:#555;
   border:0px;
}

.recent-posts .my_carousel li p{
	font-size:13px;
	line-height:20px;
	color:#888;
}

.recent-posts .my_carousel li .btn{
   margin-top:10px;
   border-radius:3px;
}

.recent-posts .my_carousel li .carousel_caption{
	margin:5px;
	margin-top:-5px;
	padding:10px;
}

.sidey{
   margin-bottom:30px;
}

.sidey .nav, .sidey .nav ul, .sidey .nav li {
	list-style: none;
}

.sidey .nav ul {
	padding: 0;
	margin: 0 0 0 0;
}

.sidey .nav {
	padding: 0px;
	margin: 0px;
   border-top:1px solid #545453;
}

.sidey .nav > li {
	margin: 0;
}

.sidey .nav > li li {
	margin: 0;
}

.sidey .nav > li li a{
   padding-left:25px;
}

.sidey .nav > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 12px 15px;
	color: #fff;
   background:#000000;
	display: block;
	text-decoration: none;
   border:1px solid #545453;
   border-top:0px;
   font-weight:bold;
}

.sidey .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 10px 10px 25px;
	color: #666;
   background:#fff;
	display: block;
	text-decoration: none;
   border:1px solid #ddd;
   border-top:0px;
}

.sidey .nav a:hover, .sidey .nav li.active > a {
	background: #545453;
	color: #fff;
   border-bottom:1px solid #545453;
}

.sidey .nav > li.active > a  {
	background: #444;
}

.sidey .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidey .nav a:hover .caret {
	border-top-color: #fff;
}

.sidey .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #fff !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidey .nav li.open > a:hover > .caret {
	border-bottom-color: #fff;
}

/* Ecommerce account */

.account-content h3{
   font-size:16px;
   font-weight:bold;
   margin:0px;
   margin-bottom:10px;
   padding-bottom:10px;
   border-bottom:1px solid #eee;
   font-family:"Open Sans", sans-serif;
}

.account-content h4{
   font-size:15px;
   font-weight:bold;
   margin:0px;
   margin-bottom:15px;
   padding-bottom:10px;
   border-bottom:1px solid #eee;
   font-family:"Open Sans", sans-serif;
}

.account-content address{
   font-size:14px;
   line-height:25px;
}

/* Featured items */

.sidebar-items h5{
   font-weight:bold;
   margin-bottom:12px;
   padding-bottom:12px;
}

.sidebar-items img{
   max-width:40px;
}

.sidebar-items .sitem{
   border-bottom:1px solid #eee;
   margin-bottom:10px;
   padding-bottom:10px;
}

.onethree-left{
	float: left;
	width: 23%;
}

.onethree-right{
	float: right;
	width: 76%;
}

/* Single item */

.single-item .input-group{
   max-width:100px;
}

.single-item h4{
   font-weight:bold;
   font-family:"Open Sans", sans-serif;
   font-size:16px;
   border-bottom:1px solid #eee;
   padding-bottom:8px;
   margin-bottom:8px;
}

.single-item .item-image img{
   width:auto !important;
   height:auto !important;
   max-height:250px !important;
   margin-top:20px !important;
}

.item-review .rmeta{
   font-style:italic;
   color:#888;
}

/* Items */


.shop-items{
	margin: 20px 0px;
}

.shop-items .breadcrumb{
   background:none;
   padding:0px;
   margin:0px;
   font-weight:bold;
   padding-bottom:7px;
   border-bottom:1px dashed #eee;
}

.shop-items .item{
   position:relative;
	min-height: 360px;
	max-width: 250px;
	margin: 10px auto;
	padding: 20px 10px 10px 10px;
   background:#fff;
   border:1px solid #f2f2f2;
	border-right: 2px solid #eee;
   border-bottom:2px solid #eee;
   border-radius:7px;
}

.shop-items hr{
	margin: 5px 0px;
}

.shop-items .item-icon{
   position:absolute;
   top:5px;
   left:7px;
}

.shop-items .item-icon span{
   width:35px;
   height:20px;
   background:#000000;
   display:inline-block;
   color:#fff;
   text-align:center;
   font-size:10px;
   font-weight:bold;
   line-height:18px;
   border-radius:5px;
}

.shop-items .item-image{
	max-height: 150px;
}

.shop-items .item-image img{
	padding: 5px 0px;
	height: 140px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.shop-items .item-details h5{
	text-align: center;
   font-weight:bold;
   font-size:16px;
   line-height:25px;
}

.shop-items .item-details h5 a{
	color: #777;
}

.shop-items .item-details h5 a:hover{
   color:#555;
   border:0px;
}

.shop-items .item-details h5 a:hover{
	text-decoration: none;
}

.shop-items .item-details p{
	text-align: center;
   margin-bottom:10px;
   color:#888;
   font-size:13px;
   line-height:20px;
	height: 85px;
}

.shop-items .item-price{
	margin: 7px 5px;
	display: inline-block;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
padding: 2px;
   background:#000000;
   color:#fff;
  /* width:40px; */
   text-align:center;
}

.shop-items .btn{
   margin-top:5px;
}



/* Main */

.mainy{
	position: relative;
	margin-left: 240px;
	margin-right: 0px;
	width: auto;
	min-height: 700px;
}

.mainy .container{
	width: 100%;
	padding: 0px !important
} 

/* Clients */

.clients .client{
   width:155px;
   height:65px;
   margin:10px auto;
   background:#fff;
   text-align:center;
   border:1px solid #eee;
   border-radius:4px;
   padding:10px;
   box-shadow:inset 0px 0px 3px #eee;
}

/* Error block (404) */

.error-block h2{
   font-size:80px;
   line-height:100px;
   color:#666;
}

.error-block .error-para{
   font-size:17px;
   color:#888;
   line-height:28px;
}

.link-list h5{
   font-size:16px;
   line-height:26px;
}

.link-list{
   margin:30px 0px;
   font-size:16px;
}

.link-list a{
   margin-right:10px;
}

/* About us */

.about-us h4{
   margin:0px;
   font-family:"Open Sans", sans-serif;
   font-size:16px;
   line-height:35px;
   font-weight:bold;
   margin-bottom:5px;
   padding-bottom:5px;
   border-bottom:1px dashed #ccc;
}

.about-us ul{
   padding-left:15px;
}

.about-us .about-team .staff{
   max-width:220px;
}

.about-us .about-team h3{
   font-size:22px;
   font-family:"Open Sans", sans-serif;
}

.about-us .about-team h3 i{
   font-size:17px;
}

.about-us .about-team  .pic img{
	margin-bottom: 16px;
}

.about-us .about-team  .details{
   margin-top:10px;
   margin-bottom:20px;
}

.about-us .about-team .details .name{
   line-height:15px;
   padding:0px;
   margin:0px;
   font-size:14px;
   font-weight:bold;
}

.about-us .about-team  .details em{
   color:#888;
   font-size: 13px;
   line-height: 20px;
}

.about-us .about-team .asocial i{
   text-align:center;
   font-size: 14px;
   text-align: center;
   width: 25px;
   height: 25px;
   line-height:25px;
   background:#000000;
   display:inline-block;
}

.about-us .about-team  .asocial a, .about-us .about-team  .asocial a:visited, .about-us .about-team  .asocial a:hover{
   text-decoration:none;
   border:0px;
   color:#fff;
}

.about-us .about-team  .details .adesc{
   max-width:300px;
   margin:0 auto;
   border-top:1px solid #eee;
   margin-top:5px;
   padding-top: 5px;
}

.testimonials .testi{
   background:#fff;
   border:1px solid #bbb;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
}

.testimonials  .testi-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

.testimonials  .testi img{
   margin-left:10px;
   margin-top:5px;
   box-shadow:0px 0px 2px #444;
}

.testimonials  .testi p{
   font-size:13px;
   font-weight:600;
   font-style:italic;
   color:#777;
}

.testimonials .testi .testi-author{
   font-weight:400;
   font-style:normal;
}

/* Blog */

.blog .entry h2{
   font-size:30px;
   line-height:35px;
   color: #555;
   margin:0px;
}

.blog .entry h2 a, .blog .entry h2 a:visited{
   text-decoration:none;
   color:#555;
}

.blog .entry h2 a:hover{
   border:0px;
   color:#777;
}

.blog .meta{
   border-top:1px solid #f1f1f1;
   border-bottom:1px solid #f1f1f1;
   margin:14px 0px;
   padding:5px 8px;
   color:#777;
   text-transform:uppercase;
   font-size:11px;
}

.blog .meta a, .blog .meta a:visited{
   color:#555;
}

.blog .meta i{
   margin:0px 3px;
}

.blog .bthumb{
   margin:10px 0px 5px 0px;
   padding:1px;
   box-shadow:0px 0px 1px #777;
}

.blog .btn{
   font-size:12px;
}

.blog .entry{
   margin-bottom:25px;
   padding-bottom:15px;
   border-bottom:1px solid #eee;
   font-size: 13px;
   line-height: 27px;
}

.blog .entry p{
	margin: 0px 0px 4px 0px;
}

.blog .post-foot{
	border-left: 2px solid #eee;
	padding: 15px 15px;
}

.blog .post-foot .social{
	margin-top: 0px;
}

.sidebar{
   background:#fff;
   border:1px solid #e1e1e1;
   margin-top:10px;
   padding:10px 15px;
}

.sidebar h4{
   font-family:"Open Sans", sans-serif;
   font-size:13px;
   font-weight:bold;
   color:#777;
   line-height:18px;
   margin-bottom:5px;
   padding-bottom:10px;
   text-transform:uppercase;
   border-bottom:1px solid #eee;
}

.sidebar .widget{
   padding:4px;
   font-size: 13px;
   line-height: 23px;
   margin-bottom:7px;
}

.sidebar .widget form{
   margin:10px 0px;
}

.sidebar .widget .widget-search input{
   width:180px;
   font-size:12px;
}

.sidebar ul li{
	padding: 3px 0px;
}

/* Service */

.services h5{
   font-weight:bold;
   font-size:16px;
}

/* Comments */

.respond{
	padding-top: 10px;
}

.comments h5{
   font-size:16px;
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
}

.comments > ul{
   margin:0px;
   padding:0px;
   list-style-type:none;
}

.comments > ul > li{
   background:none;
   padding:0px;
   margin:0px;
}

.comments{
	margin-bottom: 20px;
}

.comments .comment{
   margin:25px 0px;
}

.comment .avatar{
   margin-top:20px;
   margin-right:15px;
   max-width:70px;
   border-radius:100px;
}

.comment a{
   color:#555;
   font-weight:bold;
   border:0px !important;
}

.comment .cmeta{
   font-size:13px;
   color:#777;
   font-style:italic;
}

.comment p{
   margin-top:5px;
   font-size: 13px;
}

.comments .reply{
   margin-left:75px;
}

.respond{
   border:1px solid #eee;
   border-radius:10px;
   margin:20px 0px;
   padding:20px;
   background:#fff;
	border-top: 1px solid #eee;
}

.respond h5{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   padding-bottom:10px;
   border-bottom:1px dashed #eee;
   margin-bottom:10px;
   font-size:16px;
}

/* Countdown */

.countdown{
	width:500px;
	margin:10px auto;
}

.countdown .hasCountdown {
	border: 0px solid #ccc !important;
	background-color:transparent !important;
}

.countdown_section {
	color: #777;
	padding: 10px;
	margin: 0px;
	text-transform: uppercase;
	background:#fcfcfc;
	border-radius:5px;
	border:1px solid #ddd;
}

.countdown_amount {
	display: inline-block;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	color: #888;
	margin: 0px;
}

/* Support */

.filter-area{
   background:#fff;
   padding:18px;
   border:1px solid #ddd;
   border-radius:10px;
   margin-bottom:10px;
}

.filter-area h4{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   color:#777;
}

.filter-area input{
   padding:3px 7px !important;
   margin:10px 0px;
   border-radius:3px;
   box-shadow:0px;
   border:1px solid #ccc;
}

#slist{
   padding-left:15px;
}

#slist p{
   display:none;
   margin:5px 0px;
   padding:10px 10px;
   background:#fff;
   line-height: 25px;
   border:1px solid #eee;
}

#slist li a{
	display: block;
	font-size: 13px !important;
	margin-bottom: 10px;
   border:0px;
}

.scontact{
   background:#fff;
   padding:18px;
   border:1px solid #ddd;
   border-radius:10px;
}

.scontact h4{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   color:#777;
}

.scontact p{
	margin-bottom: 7px;
}

/* Checkout */

.checkout h4{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   font-size:16px;
   color:#777;
   margin-bottom:8px;
   padding-bottom:8px;
   border-bottom:1px solid #eee;
}

/* View Cart */

.view-cart img{
   max-height:50px;
}

.view-cart .input-group{
   max-width:120px;
}

/* FAQ */

.faq *{
   box-shadow:none !important;
}

.faq .panel-heading{
   padding:15px 10px;
}

.faq h4{
   font-family:"Open Sans", sans-serif;
   font-weight:600;
   font-size:13px;
}

.faq h4 a{
   color:#777;
   border:0px;
}

/* Careers */

.careers h5{
   font-size:16px;
   font-weight:600;
   margin-top:20px;
}


/* Coming soon */

.c-soon{
	margin: 90px 0px;
	padding: 40px;
	text-align: center;
   background:#fff;
   border-radius:10px;
   border:1px solid #ddd;
}

.soon-med{
   font-size:22px;
   line-height:30px;
}

.soon-big{
   font-size:70px;
   line-height:90px;
   font-family:"Open Sans Condensed", sans-serif;
}

.soon-small{
   font-size:14px;
   line-height:25px;
   max-width:600px;
   margin:10px auto;
}

/* Sitemap */

.sitemap h4{
   font-family:"Open Sans",sans-serif;
   font-weight:600;
   font-size:14px;
   border-bottom:1px dashed #eee;
   margin-bottom:10px;
   padding-bottom:10px;
}

.sitemap ul{
   padding-left:15px;
}

/* Components */

.components h5{
   font-weight:600;
}

/* Contact us */

.cwell{
	padding:20px;
	background: #fff;
	margin-top: 10px;
	border:1px solid #eee;
   border-radius:10px;
}

.cwell h5{
   border-bottom: 1px solid #eee;
   padding-bottom: 10px;
   font-size:17px;
   font-weight:600;
}

.cwell h6{
	font-size: 14px;
   font-weight:600;
}

.gmap iframe{
   width:100%;
   margin-bottom: 10px;
   padding-bottom:0px !important;
   border-bottom:1px solid #ccc;
}



/* Register & Login */

.reg-login-info h2{
   font-family:"Open Sans", sans-serif;
   font-size:22px;
   padding-bottom:12px;
   margin-bottom:12px;
}

.reg-login-info img{
   margin-bottom:5px;
}

.register-login{
   max-width:480px;
   margin:30px auto;
}

.register-login h3{
   margin:0px;
   font-size:18px;
   line-height:25px;
   color:#888;
   margin-bottom:20px;
   padding-bottom:15px;
   border-bottom:1px solid #eee;
   font-weight:bold;
   font-family:"Open Sans",sans-serif;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: #000000; 
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* Footer */

footer{
   background:#333 url("../images/footer-back.png") repeat;
   border-top:3px solid #ddd; 
   box-shadow:inset 0px 0px 3px #111;
   color:#ccc;
   font-size:14px;
   line-height:25px;
   padding:35px 0px 10px 0px;
}

footer a{
   color:#eee;
   text-decoration:none;
}

footer a:hover{
   color:#aaa;
   text-decoration:none;
   border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .social{
   margin-top:10px;
}

footer .social a i{
   width:30px;
   height:30px;
   font-size:13px !important;
   line-height:30px;
   box-shadow:1px 1px 3px #000;
}

footer .fwidget{
   font-style:italic;
   margin-bottom:30px;
}

footer .fwidget h4{
   font-size:26px;
   color:#eee;
   font-style:normal;
}

footer .fwidget ul{
   margin-left:0px;
   padding-left:0px;
   list-style-type:none;
}

footer .fwidget ul li{
   margin-bottom:10px;
}

footer  i.contact-icon{
   background:#545453;
   width:30px;
   height:30px;
   line-height:30px;
   text-align:center;
   display:inline-block;
   border-radius:100px;
   color:#fff;
   font-size:12px;
   margin-right:7px;
}

footer .address p{
   margin-bottom:6px;
}

footer .copy{
   font-size:13px;
   margin:15px 0px;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){
   .carousel .carousel-caption{
      top:20px !important;
      bottom:0px !important;
   }
   .carousel .carousel-caption h2{
      font-size:13px !important;
   }
   .carousel .carousel-caption p{
      display:none;
      font-size:18px !important;
   } 
   .carousel .carousel-caption .btn{
      display:none;
   }
   .carousel .carousel-control span{
      display:inline-block;
      background:#111;
      border-radius:50px;
      height:50px;
      width:50px;
      line-height:45px;
      text-align:center;
   }     
	.countdown{
		width:250px !important;
	}
	
	.countdown_amount {
		font-size:20px !important;
	}
	
	.countdown_section{
		font-size:10px !important;
	}   
   .carousel-indicators{
      display:none;
   }
}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100%;
   }
   .carousel .carousel-caption{
      bottom:30px !important;
   }
   .carousel .carousel-caption h2{
      font-size:25px !important;
   }
   .carousel .carousel-caption p{
      font-size:18px !important;
      display:none;
   } 
   .carousel .carousel-control span{
      display:inline !important;
      background:transparent;
      border-radius:0px;
      height:0px;
      width:0px;
      line-height:0;
      text-align:right;
   }  
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .cta h5{
      line-height:30px;
      margin-bottom:15px;
   }
   .cta .cta-buttons{
      float:none !important;
   }
   .cta .btn{
      margin-bottom:0px !important;
      max-width:150px;
   }   
   .catchy .report-data{
      margin-bottom:15px;
      padding-bottom:15px;
      border-bottom:1px dashed #eee;
   }
	.countdown{
		width:350px;
	}
	
	.countdown_amount {
		font-size:30px;	
	}
}

/* Desktop */

@media (max-width: 991px){
	.navi{
		display:none;
	}
	.navis{
		width:60%;
		margin:18px auto;
	}
	.navis select { 
        display: inline-block; 
		width:100%;
   }
   .carousel .carousel-caption{
      bottom:20px;
   }
   .carousel .carousel-caption h2{
      font-size:40px;
   }
   .carousel .carousel-caption p{
      font-size:22px;
   }   
   .cta .btn{
      margin-bottom:10px;
   }
   .catchy .report{
      margin:20px 0px 0px 0px; 
   }
   .sidey{
      margin-top:50px;
   }
}

.logo img {
	z-index: 9999999;
	position: absolute;/*
-moz-box-shadow: 0 0 7px #000;
-webkit-box-shadow: 0 0 7px #000;
box-shadow: 0 0 7px #000;*/
}

.options {
border: 1px solid grey;
border-top:none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    float:right;
}



/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */

.qmaze-lightbox-full {}

.qmaze-list-option {
    display: inline-block;
    border: #fff 1px solid;
    margin: 0 0.25rem;
}


}
.qmaze-lightbox-thumb {
	height: 50px;
    width: auto;
}

.dni{display:none;
	border:1px dotted red;
    background-color:#fff;
    padding:2px 3px;
    margin:0 1px;
    font-size:10px
    }
    
.dni-bar {
		display:none}

.q-debug{display:none;}
.q-debug-window{display:none;}


#top {
	padding-top: 20px;
	background-color: #e7e7e7;
}

#logoImg {
	width: 100%;
    height: auto;
}

.btn-primary {
	padding: 10px;
	background-color: #bad1f5;
    border-color: #bad1f5;
}

.btn-primary:hover{
	background-color:#6c757d;
    border-color:#6c757d;
}

.qmazeButtons {
	position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.nav-link {
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
/*    color: rgba(3, 17, 28, 0.951) !important; */
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.navz-link {
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    color: rgba(100,125,144,.7) !important;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-right: .5rem;
    padding-left: .5rem;
        padding: .5rem 1rem;
}

.nav-link:hover:after {
    width: 100%;
    float: left;
    left: 0;
}

.nav-link:after {
    float: right;
    margin-top: 3px;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgba(100,125,144,.7);
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}    

.configure-navbar {
    background-color: #000096;
    color: white;
}

h3 {
	font-size:15px!important;
   font-family: "Montserrat",sans-serif;  
   font-weight: 10;  
   letter-spacing: 0.3em;

}

body {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 2 !important;
    font-size: 14px!important;
}

.qmaze_Page {
	font-size:16px;
    font-weight:700;
}

.card-qmaze {
    background-clip: border-box;
    border: 0px;
    border-right:none;
    cursor:pointer;
    /*border-radius: .25rem;*/
    text-transform: uppercase;
    color: #6c757d;
    font-family: "Montserrat",sans-serif;  
        font-weight: 10;  
    letter-spacing: 0.3em;
}

.qmaze-navigation-previous {
    border-right:none;
    border-left:none;
}

.qmaze-navigation-next {
    border-left:none;
}

.qmaze_PageSection {
    color:#6c757d;
 /*   opacity:0.1; */
 /*   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;  */
}

.qmaze_Variable {
	padding-left: 10px !important;
    padding-right: 10px !important;		
}

.q-button-action {
 margin-right:5px;
 border: 1px solid #6c757d;
 font-size:16px;
}

.qmaze_Variable:hover {
	/* background-color: #F8F9FA;   */
   cursor: pointer;
}

.qmazeNavigation {
	/* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
}

.qmaze_PageSection a {
	cursor:pointer;
}

.qmaze_Variable.qmaze-variable.active {
	/*background-color:#C31B1B;*/
}

textarea.richtext {
    width: 100%;
}

input {
    padding: 5px;
}

textarea {
	padding:5px;
}

#qmaze-navigation-container {
   background-color: rgba(255,255,255,0)
}
.bs-tooltip-right {
   display: none !important;
}

