html, body {
	margin:0;
	padding:0;
}
body {
	background:#121212 url(../images/dots_bg.gif) 0 0 repeat;
	/*background-color:#121212;*/
	color:#efefef;
	font-family:"Lato", Helvetica, Arial, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}


#main {
	clear:both;
}

#page-header {
	/*height:140px;*/
	padding-top:30px;
	padding-bottom: 30px;
	background-color:#121212;
	margin-bottom:40px;
}
#page-header h1, #page-header h2 {
	font-family:"Lato", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
#page-header h1 {
	color:#efefef;
	font-weight:300;
	margin:0px;
	font-size:2.8em;
}
#page-header h2 {
	color:#787878;
	letter-spacing:2px;
	margin-top:2px;
}


.theme_name {
	text-align:center;
	font-size:1.4em;
	font-weight:700;
	margin-top:10px;
	margin-bottom:20px;
	display:block;
	padding:6px auto;
	color:#222;
}



#filter #option.sort.btn-group button.btn.btn-default a {
	text-transform:uppercase;
	text-decoration:none;
}
.sortby, .searchby, .filterby {
	padding-top:6px;
	margin-right:8px;
	color:#444;
	font-size:12px;
}
.searchby {
	margin-left:12px;
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left;
	height: 40px;
}
.sort .btn:active, .sort .btn.active {
	background:#D3D3D3;
	color:#428bca;
}

.input-lg {
	height: 36px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px;
	margin: 0 0 1rem;
}
#search {
	outline:none;
	border:1px solid #c9c9c9;
	box-shadow:none;
}



#footer {
	margin-top:40px;
	width:100%;
	height:120px;
	padding-top:40px;
	text-align:center;
	background-color:#121212;
	background: #2a2d30;
}
#footer .backToTop {
	color:#999;
	text-align:center;
	font-size:14px;
}
#footer a.backToTop {
	text-decoration:none;
	padding:14px 18px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.1);
}
#footer a.backToTop:hover {
	background-color:rgba(255,255,255,0.6);
	color:#000;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	-ms-transition: all linear .2s;
	transition: all linear .2s;
}


.top5 {margin-top:5px;}
.top20 {margin-top:20px;}
.top40 {margin-top:40px;}


.btn-lg {
	display: inline-block;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 rgba(0,0,0,0.2);
	background-color: #3a84c7;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	padding: 10px 16px 10px 16px;
	font-weight:400;
	font-family:"Lato", Helvetica, Arial, sans-serif !important;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	-ms-transition: all linear .1s;
	transition: all linear .1s
}
.btn-lg:hover {
	background-color: #5aa3e5;
}






.theme_img {
	margin-top:40px;
	overflow:hidden;
	border:8px solid rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 8px 6px -6px #111;
	-moz-box-shadow: 0 8px 6px -6px #111;
	box-shadow: 2px 8px 6px -6px #111;
}
.theme_img:hover {
	border:8px solid #fff;
}

/*.thumbnail {
	background-color:#fff;
	display:inline-block;
	border:1px solid #fff;
	margin-top:20px;
	padding:0px !important;
	height:100%;
	max-width:auto !important;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
*/
.thumbnail {
	background-color:transparent !important;
	display:inline-block;
	border:none !important;
	margin-top:20px;
	padding:0px !important;
/*	height:150px;
	width:150px;*/
	max-width:auto !important;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}






/* OVERLAYER */
.overlayer h3 {
	color:#3e8fda;
	letter-spacing:1px;
	text-shadow:0px -1px 1px #111;
	font-size:2.7em;
	font-weight:700;
	padding-bottom:8px;
	padding-top:10px;
}
p.visible-lg {color:#999;}



.overlayer {
	width:100%;
	height:100%;
}

.thumbnail .overlayer {
	display:inline-block;
}

.overlayer .overlay {visibility:hidden;}
.overlayer .overlay-default {
	background:url(../images/overlay-zoom.png) 50% 50% no-repeat;
	background-color:rgba(0,0,0,0.4);
	border:2px solid #f9f9f9;
	height:100%;
}

.overlayer .overlay {
	padding:0px;
	text-align:center;
	background:#111;
	background:url(../images/overlay-ie.png) 0 0 repeat;
	background:none rgba(0,0,0,0.8);
	text-shadow:none;
	z-index:99;
}
.overlayer .overlay,
.overlayer .overlay a {color:#fff;}
.overlayer .overlay a {text-decoration:none;}
.overlayer .overlay > div {
	padding:0px;
	text-align:center;
	border:0px;
	height:100%;
}







/* LIGHTBOX */
#lightbox-loading {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	background-image:url("../images/loader.gif");
	background-position:center center;
	background-repeat:no-repeat;
	display:none;
	height:64px;
	left:50%;
	margin:-32px 0 0 -32px;
	overflow:hidden;
	position:fixed;
	top:50%;
	width:64px;
	z-index:1104;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#lightbox-loading div {
	display:none;
}
#lightbox-overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1100;
}
#lightbox-tmp {
	display:none;
	padding:0;
	margin:0;
	border:0;
	overflow:auto;
}
#lightbox-wrap {
	display:none;
	position:absolute;
	top:0;
	left:0;
	/*padding:20px;*/
	z-index:1101;
	outline:0;
}
#lightbox-outer {
	position:relative;
	width:100%;
	height:100%;

}
#lightbox-content {
	background:#FFF;
	position:relative;
	width:0;
	height:0;
	padding:0;
	outline:0;
	overflow:hidden;
	z-index:1102;
	text-shadow:none;
	color:#000;
}
#lightbox-error {
	margin:0;
	padding:14px;
	font:normal 12px/20px Arial;
	color:#444;
}
#lightbox-img {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:8px solid #fff;
	outline:0;
	line-height:0;
	vertical-align:top;
}
#lightbox-frame {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#lightbox-left,
#lightbox-right,
#lightbox-close {
	background:url(../images/overlay-ie.png) 0 0 repeat;
	background:rgba(0,0,0,0.5);
	cursor:pointer;
	outline:medium none;
	padding:5px;
	position:absolute;
	top:20px;
	z-index:1102;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:none;
}
#lightbox-left {
	left:20px;
}
#lightbox-right {
	left:60px;
}
#lightbox-close {
	background:rgba(0,0,0,0.6);
	right:40px;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
}
#lightbox-left:hover,#lightbox-right:hover,#lightbox-close:hover {
	background:#000;
}
#lightbox-left-ico,#lightbox-right-ico,#lightbox-close span {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/sprite.png) 0 0 no-repeat;
}
#lightbox-right-ico {
	background-position:0 -20px;
}
#lightbox-left-ico {
	background-position:0 -40px;
}
#lightbox-title {
	font-size:12px;
	z-index:1102;
	text-shadow:none;
}
#lightbox-title.lightbox-title-float {
	padding:5px 10px;
	position:absolute;
	left:0;
	bottom:-20px;
	background:#000;
	background:rgba(0,0,0,0.7);
	color:#FFF;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#lightbox-title.lightbox-title-inside {
	padding-bottom:10px;
	text-align:center;
	color:#fff;
	position:relative;
}
#lightbox-title.lightbox-title-outside {
	padding-top:10px;
	color:#FFF;
}
#lightbox-title.lightbox-title-over {
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
	text-align:center;
	background:#000;
	background:rgba(0,0,0,0.5);
}
#lightbox-title-over {
	padding:10px;
}

a[data-lightbox] {
	max-width:100%;
}



.size-auto {
	max-width:100%;
	height:auto;
}


/* =============================================================== */
/* Media Queries
================================================================ */


@media screen and (max-width: 991px) {
	
		#filter .sortby {display: block;width: 100%;}
		#filter #search {  width: 150px;}
	}
	

@media screen and (max-width: 718px) {
		#filter .sortby {display: block;width: 100%; padding-bottom: 4px;}
		#filter .searchby { display: none;}
		#filter #search {  display: none;}
	}	

@media screen and (max-width: 466px) {
	
		.btn-group>.btn { font-size: 13px; }
	
	}
	
@media screen and (max-width: 442px) {
	
		.btn-group>.btn { font-size: 12px; }
	
	}			
@media screen and (max-width: 416px) {
	
		.btn-group>.btn {font-size: 10px;padding: 6px 5px;max-height: 36px;	}	
		h2 small, .h2 small {line-height: 40px;}


	}	


/*VERTPAN*/
.vertpan img {
  margin-top: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
 
.vertpan img:hover {
  margin-top: -500px;
}

.pic {
    float: left;
    height: 420px;
    overflow: hidden;
    width: auto;
}
.theme_img img{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: auto;
        display: block;
        transition:  top 4s ease-out 0s;
        -webkit-transition:  top 4s ease-out 0s;
        -moz-transition:  top 4s ease-out 0s;
        -o-transition:  top 4s ease-out 0s;
		}


/*new css*/


    .demoArea{
        color: #fff;
		
    }
    .demoArea ul{
        margin: 0;
        padding: 0;
    }
    .demoArea li{
        display: block;
        float: left;
        width: 50%;
		padding-bottom: 40px;
    }
    .demoArea li a.scroll-image-a{
        height: 450px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,0.3);
        display: block;
        position: relative;
		border:8px solid rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 8px 6px -6px #111;
	-moz-box-shadow: 0 8px 6px -6px #111;
	box-shadow: 2px 8px 6px -6px #111;
	
    }
    
    
    .demoArea ul img.scroll-image {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: auto;
        display: block;
        transition:  top 4s ease-out 0s;
        -webkit-transition:  top 4s ease-out 0s;
        -moz-transition:  top 4s ease-out 0s;
        -o-transition:  top 4s ease-out 0s;
		
    }

@media (max-width:1024px){
	.demoArea li a.scroll-image-a{
        height: 350px;
		}
}

@media (max-width:768px){
	.demoArea li a.scroll-image-a{
        height: 250px;
		}
}
@media (max-width:580px){
	.demoArea li a.scroll-image-a{
        height: 200px;
		}
}

.text-black{
	color:#000000;
}

.pt-widget {
    margin: 10% 0px 20%;
}

.pt-widget a {
    text-decoration: none;
}

.pt-widget .pt-widget-tile {
    padding: 40px 0px;
    text-align: center;
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
}

.pt-widget .pt-widget-tile:hover {
    background-color: #000;
    color: #ffffff;
}

.coming-soon{
	line-height: 85px;
    position: absolute;
    z-index: 111;
    left: 32px;
    top: 20px;
    background: #db4b07;
    padding: 9px 10px 10px 10px;
    border-radius: 50%;
    height: 110px;
}

.demoArea li{
	float: left;
	/*display: none;*/
}


/********************************/
/* Filters classes */
/********************************/
select{
	text-align: left;
	border: 1px solid #c9c9c9;
	padding: 6px 4px;
	width: 250px;
	margin: 0 0 1rem;
	border-radius:4px;
}
.box{
	display: inline-block ;
	overflow: hidden ;
}
.showgallery{
	display: block;
}
.corporate-rentcaffeine-theme .alert{
	padding-left:0;
	padding-right:0;
}
.show{
	display: block;
}