﻿@charset "utf-8";
/* CSS Document */

/* USING BOOTSTRAP 3.0.3 */
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.banner {
	text-align: center;
}
.banner img {
	width: 100%;
	text-align: center;
}
.middle {
	padding: 40px 0px;
}

.footer {
	background: #da8500;
	    padding: 8px 0px 0px;
}
.footer-design {
	text-align: center;
	padding-top: 50px;
}
.footer-design img {
	text-align: center;
	float: none;
	display: inline-block;
}
.breadcrumb {
	padding: 20px 15px 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	font-size: 12px;
}
.breadcrumb a {
    color: #432508;
	text-decoration: none;
}
.breadcrumb a:hover {
    color: #da8500;
}
.breadcrumb>.active {
    color: #da8500;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(1.334em) translateZ(0);
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes fadeInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(1.334em) translateZ(0);
}
 100% {
 opacity: 1;
}
}
@keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(1.334em) translateZ(0);
 -moz-transform: translateX(1.334em) translateZ(0);
 -ms-transform: translateX(1.334em) translateZ(0);
 -o-transform: translateX(1.334em) translateZ(0);
 transform: translateX(1.334em) translateZ(0);
}
 100% {
 opacity: 1;
}
}

@media screen and (max-width: 767px) {
.social-cont {
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
	min-width: calc(100% + 30px);
	overflow: hidden;
}
}

@media screen and (max-width:348px) {
.social-cont .social-icon {
	height: 29px;
	width: 29px;
	font-size: 18px;
}
}

.drop-btn {
    color: #fff;
    background-color: #2a1a00;
    border-color: #000000;
}
.drop-btn:hover {
    color: #fff;
    background-color: #563a0d;
    border-color: #000000;
}



.drop-btn:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.drop-btn:hover {
    color: #fff;
     background-color: #563a0d;
    border-color: #000000;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.top-btn
{
	background: #432508;
	color: #ebc470
}
.top-btn:hover
{
	background: #452404;
	color: #ebc470 !important;
}
.top-btn.active
{
	background: #432508 ;
	color: #ebc470
}

.gallery-main
{
	padding: 0;
	margin: 0;
	
}
.bottom-margin30
{
	margin-bottom: 0px;
}
.svr-img {
	position: relative;
	overflow: hidden;
    
    /*height:174px;*/

}



.svr-img img::after {
                background: rgba(255, 255, 255, 0.61) none repeat scroll 0 0;
                content: "";
                display: block;
                height: 0;
                position: absolute;
                top: 0;
                transition: all 0.5s ease-in-out 0s;
                width: 100%;
                pointer-events: none;
}
.quick-view {
                left: 0;
                position: absolute;
                right: 0;
                text-align: center;
                top: 38%;
                transform: translateY(-50%);
                z-index: 999;
                transition: all .5s ease 0s;
                opacity: 0;
}
.quick-view a {
                background-color: #fff;
                border-radius: 100px;
                color: #f07c29;
                display: inline-block;
                font-size: 22px;
                height: 45px;
                line-height: 43px;
                width: 45px;
                transform: scale(0);
                transition: all .5s ease 0s;
}




.svr-img img {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	height: 174px;
	width: 100%;
	overflow: hidden;
}

.svr-img video {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	height: 174px;
	width: 100%;
	overflow: hidden;
}


.svr-img img:hover {
	opacity: .5;
}

.svr-img video:hover {
	opacity: .5;
}

.svr-img:after {
	top: calc(50% - 13px);
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-width: 13px;
	z-index: 99;
}
figure img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
figure:hover img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.box-shadow-books {
	    -webkit-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	    -moz-box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	    box-shadow: 0px 0px 27px -2px rgba(232,229,232,1);
	    padding: 5px;
	    transition-duration: 500ms;
	    position: relative;
	    margin-bottom: 30px;
        padding-bottom:20px;
        clear:both;
}


figure video {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
figure:hover video {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

	.header-part {
	background: #f2f2f2;
	border-top: 4px solid #ff9b00;
}
	
.bottom-link p {
	font-size: 12px;
	color: #FFF;
}	
.bottom-link p a {
    font-size: 12px;
    color: #FFF;
}

.pageheading{
        box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
            background: #f2f2f2;
    margin-bottom: 15px;
}
.ActiveFiltter{
    background :#f7c307;
}



