/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@import url(shoppingcart.css);
html,body{height:100%}

body{
	margin:0;
	font-family: 'Assistant', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14pt ;
	line-height: 1.5em;
	font-size:#222222;
}



body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

a {
    color: #C09543;
}

a:hover, a:focus {
    color: #C09543; /*gold*/
    text-decoration: underline;
}

a h2{
	color: #999999;
}
.gallery_items{
		clear:left;
	overflow:auto;
}
.paginator{
	border:none;
	text-align:right;
	margin-right:20px;
	font-size:0.9em;
	margin-top:25px;
	clear:left;
}
.paginator a{
	display: inline-block;
	border:solid 1px #cccc;
	padding: 2px 9px ;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav{
	padding:35px 0px;
}

.navbar-brand {
    padding: 0;
   margin: 10px 0 0 0;
	height:90px;
}

.navbar-brand img
{
    max-height: 100%;
}
.navbar-inverse .navbar-nav > li{
	margin-left:10px;
	text-transform: uppercase;
	font-weight:300;
}
.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
	font-size:1.2em;
	padding:10px;
	border:solid 1px  #222; /*gold*/
	margin-left:5px;
}

.navbar-inverse .navbar-nav> li:hover > a{
	 
	border:solid 1px  #eeeeee; /*gold*/
}

.navbar-inverse .navbar-nav > .active > a{
	 color: #C09543; /*gold*/
	border:solid 1px  #C09543; /*gold*/
}
.navbar-right .dropdown-menu {
	right:auto !important;
	left:0;
}

.navbar-right .dropdown:hover > .dropdown-menu {
	display:block;
}
.navbar-right .dropdown-menu  .dropdown-menu{
	right:auto !important;
	left:100px;
	top:0;
}
.btn{
	border-radius: 0px;
	
}

.btn-default {
    color: #C09543;
    background-color: transparent;
    border: solid 1px #C09543;
}

.btn-primary,.btn-primary:active {
	background-color: #C09543;
    color: #ffffff;
    border: solid 1px #C09543;
}

.btn-primary:hover,.btn-primary:active {
    background-color: #9C7834;
    border: solid 1px #C09543;
}

#cartBtn_bhind {
    /* position: absolute; */
    float: right;
    margin-top: 35px;
    padding: 4px;
}

#cartBtn {
    color: #ffffff;
    font-size: 1.3em;
}

.nopadding{
	padding:0px;
}

.social {
    margin-top: 35px;
    text-align: center;
}
.social ul{
	padding:0;
}
.social ul li{
	list-style:none;
	display:inline-block;
	margin: 0 12px;
}
.social ul li a span {
    background: url(../images/social.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.social ul li a span:hover{
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.social ul li a span.fb{
	background-position:0px 0px;
}
.social ul li a span.twit{
	background-position:-20px 0px;
}
.social ul li a span.google{
	background-position:-40px 0px;
}
/*--header-end--*/
/*--banner-starts--*/
.banner{
	margin-top:110px;
}
.banner img{

	width: 100%;
}
.logo h1{
	margin:0;
}
.logo h1 a {
    font-size: 1.8em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
	text-decoration:none;
}
.logo h1 a img {
    display: block;
    margin: 0 auto;
}
/*--banner-end--*/
/*--bnr-starts--*/
.bnr-left img{
	width:100%;
}
.bnr-left{
	padding:0;
}


/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia  .title {
	position: relative;
	
	padding: 0.5em 0;
	opacity: 0;
}

figure.effect-julia:hover .title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-660px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.69);
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;

}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h3 {
    font-size: 1em;
    margin: 5% 0 0 0;
}
.grid figure h3 span {
	font-weight: 800;
}
.grid figure p {
    font-size: 16px;
    margin-top: 3px;
}
/*--bnr-end--*/
/*--welcome-starts--*/
.welcome {
    padding-top: 3em;
	padding-bottom:2em;
}
.welcomr-top{
	text-align:center;
}
.heading h3,.heading h2{
	font-size:3.2em;
	color:#C09543;
	margin:0;
	font-family: 'Montserrat', sans-serif;
}
.welcomr-top p,.services-top  p,.blog-top p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 10px auto 0;
    width: 70%;
    color: #999;
}
.welcomr-bottom{
	margin-top:4%;
}
.welcome-left img{
	width:100%;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	zoom:2;
	
}
img.zoom-img:hover {
    -webkit-transform: scale(1.12);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(1.12);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
    overflow: hidden;
	cursor:pointer;
}

.welcome .fill-img{
	height:280px;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
/*--welcome-end--*/
/*--fashion-starts--*/
.fashion{
	padding:6em 0px;
}
.fashion-right p{
	font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    color: #999;
}
.f-btn{
	margin-top:28px;
}
.f-btn a {
    color: #fff;
    padding: 8px 16px;
    background: #000;
    font-size: 16px;
}
.f-btn a:hover{
	background:#C09543;
}
.fashion-right{
    margin-top: 8%;
}
/*--fashion-end--*/
/*--profile-starts--*/
.profile-left{
	padding:0;
}
.profile-left img{
	width:100%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
	background: #C09543;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 234, 207, 0.34);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-----------------*/
/*--Common-style--*/
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
/*--profile-end--*/
/*--footer-starts--*/
.footer {
    background: url(../images/f-banner.jpg) no-repeat;
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
    min-height: 550px;
	color:#ffffff;
}

.footer a{
	 color: #cccccc;
}

.ft-left{
	text-align:left;
}
.footer-center {
    text-align: center;
}

.footer-right {
    text-align: right;
}
.footer-text {
    margin-top: 8%;
}
.footer-main {
    margin-top: 8%;
}

.ft-right p{
	font-size:16px;
	color:#fff;
}
.ft-right p a{
	color:#fff;
}
.ft-right p a:hover{
	text-decoration:none;
	color:#C09543;
}
.footer h4{
	font-size:1.8em;
    color: #fff;
    margin: 0 0 14% 0;
    font-family: 'Montserrat', sans-serif;
}
.footer ul {
    padding: 0;
    margin-top: 0;
}
.footer ul li{
	list-style:none;
	margin-bottom:10px;
}
.footer ul li a {
    font-size: 16px;
    color: #fff;
}
.footer ul li a:hover{
	color: #C09543;
}
.footer ul li a span{
	margin-right:7px;
}

.social-buttons{
	margin:2em 0;
	font-size:2em;
	text-align: center;
}
.f-left{
	width:33.3%;
	float:left;
	padding:2px;
}
.flickr{
	background:#fff;
	margin-top:5%;
}
.f-left img{
	width:100%;
}
/*--footer-end--*/
/*--add-starts--*/

.bhind_teasers_list .teaser-header{
	text-align:center;
}
.bhind_teasers_list .teaser-content{
	margin-top:4%;
}
.ad-left{
	width:35%;
	float:left;
}
.ad-right {
    width: 61%;
    float: right;
    margin-top: 2.3%;
}
.bhind_teaser_item {
    border-right: 2px solid #C09543;
    position: relative;
    padding: 0 ;
	background-color: #eeeeee;
	margin-bottom:5px;
}
.bhind_teaser_item:hover  .ad-right span.arrow{
	background-position:-22px 0px;
}
.ad-right span.arrow {
    position: absolute;
    right: -2px;
    top: 40%;
    background: url(../images/s-arw.png) no-repeat;
    width: 22px;
    height: 29px;
    display: block;
}
.ad-left img{
	width:100%;
}
.ad-right h4 {
    font-size: 1.4em;
    color: #C09543;
    margin: 0;
}
.ad-right h4:hover{
	color:#000;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.ad-right p{
	font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    color: #999;
	width: 95%;
}

.btn a:hover{
	background:#C09543;
	color:#ffffff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
/*--add-end--*/
/*--gallery-starts--*/
.gallery{
	padding:6em 0px;
}
.gallery-top{
	text-align:center;
}
.g-left img,.g-right img{
	width:100%;
}
.g-left,.g-right{
	padding:0 2px;
}
.gallery-bottom{
	margin-top:4%;
}

.gallery-item{
	padding:0px;
}
.g-2,.g1{
	padding-top: 4px;
}
/*--gallery-end--*/
/*--contact-starts--*/
.contact{
	padding:6em 0px;
}
.contact-top{
	text-align:center;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
    margin-bottom: 15px;
    color: #999;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #C7C5C5;
    font-size: 14px;
}
.contact-bottom input[type="text"]:nth-child(1), .contact-bottom input[type="text"]:nth-child(2) {
    width: 48.99%;
}
.contact-bottom input[type="text"]:nth-child(1) {
    margin-right: 10px;
}
.contact-bottom textarea {
    resize: none;
    height: 10.4em;
    width: 100%;
}
.contact-bottom input[type="text"]:nth-child(3) {
    width: 100%;
}
.submit-btn input[type=submit], .submit-btn input[type=reset] {
    color: #fff;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
    margin: 15px 5px 0 5px;
    border: none;
    background: #000;
    outline: none;
}
.submit-btn input[type=submit]:hover,.submit-btn input[type=reset]:hover  {
    background: #C09543;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.submit-btn {
    text-align: center;
}
.map iframe{
	width:100%;
	height:400px;
}
.grid-address{
	padding: 2em 0 0;
}
.contact-in p {
  	font-size: 16px;
  	color: #A1A1A1;
  	line-height: 1.8em;
}
.address-grid h5{
	color:#C09543;
	font-size:1.7em;
	margin:0.5em 0;
	font-family: 'Montserrat', sans-serif;
}
.address-grid a{
	font-size: 1em;
  	color: #A1A1A1;
  	line-height: 1.8em;
  	text-decoration: none;
}
.address-grid a:hover{
	color:#C09543;
}
.contact-in h3 {
    color: #C09543;
    font-size: 2em;
    margin: 0 0 0.4em;
    font-family: 'Montserrat', sans-serif;
}
.contact-top-top {
    margin-top: 5%;
}
/*--contact-end--*/
/*--typo-start--*/
.pages {
	padding: 6em 0px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}

.pages-top{
	text-align:center;
}
.typo-bottom{
	margin-top:4%;
}
.table tr th {
    width: 50%;
}
/*--typo-end--*/
/*--about-starts--*/
.about{
	padding:6em 0px;
}
.about-top{
	text-align:center;
}
.about-bottom,.services-bottom,.team-bottom {
	margin-top:4%;	
}
.services-top{
	text-align:center;
}
.services-left ul{
	padding:0;
}
.services-left ul li{
	list-style:none;
	margin-bottom:6px;
}
.services-left ul li a{
	font-size: 16px;
    color: #999;
}
.services-left ul li a:hover{
	text-decoration:none;
	color:#C09543;
}
.services-left ul li a span {
    margin-right: 7px;
}
.team{
	padding:6em 0px;
}
.team {
    padding-bottom: 0 !important;
}
.team-top{
	text-align:center;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   width: 100%;
}
.view-fifth .mask {
   background-color: #000;
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view-fifth:hover img {
   -webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
}
.view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.view {
	width: 281px;
    height: 237px;
    margin: 2px;
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff;
}
.view .mask,.view .content {
   width: 261px;
   height: 216px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 21px;
    padding: 10px;
    background: #C09543;
    margin: 60px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 15px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

/*--blog-starts--*/
.blog-top{
	text-align:center;
}
.blog{
	padding:6em 0px;
}
.blog-bottom{
	margin-top:4%;
}
.blog-left img{
	width:100%;
}
.blog-right h3{
    margin: 0;
}
.blog-right h3 a{
	font-size: 18px;
    color: #C09543;
    font-family: 'Montserrat', sans-serif;;
}
.blog-right h3 a:hover{
	text-decoration:none;
	color:#000;
}
.blog-right ul,.single-bottom ul{
	padding:0;
	margin-top:10px;
}
.blog-right ul li,.single-bottom ul li{
	list-style:none;
	display:inline-block;
	margin-right:20px;
}
.blog-right ul li span,.single-bottom ul li span{
	color:#C09543;
	font-size:18px;
	vertical-align:middle;
	display:inline-block;
	margin-right: 10px;
}
.blog-right ul li p,.blog-right ul li p a,.single-bottom ul li p,.single-bottom ul li p a{
	font-size:16px;
	color:#999;
	vertical-align:middle;
	display:inline-block;
	margin-top: 0;
}
.blog-right ul li p a:hover,.single-bottom ul li a:hover{
	color:#C09543;
	text-decoration:none;
}
.blog-right p{
	font-size:16px;
	color:#999;
	line-height:1.8em;
	margin-top:15px;
}
.b-btn {
    margin-top: 30px;
}
.blog-left,.blog-right{
	padding:0;
}
.blog-right {
    border: 1px solid #999;
    padding: 18px 20px 29px 20px;
}
.b-btn a{
	color: #fff;
    padding: 8px 13px;
    background: #000;
    font-size: 14px;
}
.b-btn a:hover{
	background: #C09543;
	text-decoration:none;
}
.blog2{
	margin-top:4%;
}
.page {
    text-align: center;
    margin-top: 5%;
}
.pagination {
    margin: 0;
}
.pagination > li > a:hover, .pagination > .active > a {
    color: #FFFFFF;
    border-color: #C09543;
    background: #C09543;
}
.pagination > li > a, .pagination > li > span {
    color: #000;
    font-size: 17px;
}
/*--blog-end--*/
/*--single-starts--*/
.single-top img{
	width:100%;
}
.single-bottom{
	margin-top:20px;
}
.single-bottom h2{
	font-size: 20px;
    color: #C09543;
    font-family: 'Montserrat', sans-serif;
	margin:0;
}
.single-bottom p{
	font-size:16px;
	color:#999;
	line-height:1.8em;
	margin-top:15px;
}
.comments {
    margin-top: 4%;
}
.comments-bottom {
    margin-top: 3%;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
	font-size:20px;
	color: #C09543;
    font-family: 'Montserrat', sans-serif;;
}
h4.media-heading a {
    text-decoration: none;
	font-size:20px;
	color: #666666;
    font-family: 'Montserrat', sans-serif;;
}
.media {
    margin-top: 30px;
}
.media-body p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6em;
    color: #999;
}
.reply input[type="text"], .reply textarea {
    margin-bottom: 15px;
    color: #999;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #C7C5C5;
    font-size: 14px;
}
.reply input[type="text"] {
    width: 32.58%;
}
.reply textarea {
    resize: none;
    height: 10.4em;
    width: 100%;
}
.reply input[type="text"]:nth-child(2) {
    margin:0 10px;
}
.reply{
    margin-top: 4%;
}
.reply-btm{
	margin-top:3%;
}
/*--single-end--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 35px;
    border: none;
	font-size:1.8em;    
}
/*--media-quaries-starts-here--*/
@media (max-width:1440px){


	.grid figure h3{
		margin: 6% 0 0 0;
	}
}
@media (max-width:1366px){


	.grid figure h3 {
		margin: 4% 0 0 0;
	}
	.welcome {
		padding-top: 5em;
	}
	.fashion,.add,.about,.team,.gallery,.blog,.pages,.contact {
		padding: 5em 0px;
	}
	.footer-main {
		margin-top: 7%;
	}
	.footer-text {
		margin-top: 6%;
	}
	.footer {
		min-height: 485px;
	}
	.heading h3, .heading h2 {
		font-size: 3.1em;
	}
}
@media (max-width:1280px){

.social {
    margin-top: 28px;
}
.grid figure p {
    font-size: 15px;
}
.grid figure h3 {
    margin: 2.5% 0 0 0;
    font-size: 1.4em;
}
.heading h3, .heading h2 {
    font-size: 3em;
}
.welcomr-top p, .services-top p, .blog-top p {
    margin: 5px auto 0;
    width: 65%;
}
.welcomr-bottom {
    margin-top: 3%;
}
.fashion-left img {
    width: 88%;
}
.add-bottom {
    margin-top: 3%;
}
.ad-right h4 {
    font-size: 1.35em;
}
.footer-left h4 {
    font-size: 2em;
}
.footer-left ul {
    margin-top: 8%;
}
.flickr {
    margin-top: 10%;
}
.footer-text {
    margin-top: 4%;
}
.footer-main {
    margin-top: 6%;
}
.footer {
    min-height: 455px;
}
.fashion-right {
    margin-top: 7%;
}
.map iframe {
    height: 360px;
}
.gallery-bottom {
    margin-top: 3%;
}
.about-bottom, .services-bottom, .team-bottom {
    margin-top: 3%;
}
.blog-bottom {
    margin-top: 3%;
}
.comments-bottom {
    margin-top: 2%;
}
.reply-btm {
    margin-top: 2.5%;
}
.typo-bottom {
    margin-top: 3%;
}
}
@media (max-width:1024px){

	.grid .fill-img{
			/*height:150px;*/
		height:auto;
		}


.social {
    margin-top: 20px;
}
.grid figure p {
    font-size: 14px;
	margin-top: 1px;
}
.grid figure h3 {
    margin: 0% 0 0 0;
    font-size: 1.2em;
}
figure.effect-oscar figcaption::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
.heading h3, .heading h2 {
    font-size: 2.7em;
}
.welcomr-top p, .services-top p, .blog-top p {
    width: 77%;
    font-size: 15px;
}
.fashion, .add, .about, .team, .gallery, .blog, .pages, .contact {
    padding: 4em 0px;
}
.fashion-right p {
    font-size: 15px;
    margin-top: 5px;
}
.fashion-right {
    margin-top: 5%;
}
.ad-right h4 {
    font-size: 1.2em;
}
.add-left {
    padding: 0 18px;
}
.ad-right p {
    font-size: 15px;
    margin-top: 6px;
}
.ad-btn a {
    font-size: 13px;
}
.ad-right span {
    right: -2px;
    top: 42%;
    width: 20px;
    height: 25px;
    background-size: 200%;
}
.add-left:hover .ad-right span {
    background-position: -20px 0px;
}
.f-btn a {
    font-size: 15px;
}
.footer-left h4 {
    font-size: 1.58em;
}
.footer-left ul li a {
    font-size: 15px;
}
.footer-left ul li a span {
    margin-right: 3px;
}
.footer-left {
    padding: 0 5px;
}
.ft-right p {
    font-size: 15px;
}
.footer {
    min-height: 395px;
}
.ft-left input[type="text"] {
    padding: 8px 10px;
}
.ft-left form input[type=submit] {
    padding: 6px 20px;
}
.welcome {
    padding-top: 4em;
}
.map iframe {
    height: 300px;
}
.about-left h4 {
    font-size: 1.1em;
}
.about-left p {
    font-size: 15px;
    margin-top: 6px;
}
.services-left ul li a {
    font-size: 15px;
}
.services-left {
    padding: 0 10px;
}
.view {
    width: 231px;
    height: 196px;
    margin: 0 2px;
	border: 5px solid #fff;
}
.view h2 {
    font-size: 20px;
    padding: 8px;
    margin: 50px 0 0 0;
}
.view .mask, .view .content {
    width: 221px;
    height: 187px;
}
.view p {
    padding: 10px 10px 10px;
}
.blog-right p {
    font-size: 14px;
    margin-top: 3px;
}
.blog-right h3 a {
    font-size: 15px;
}
.blog-right ul li p, .blog-right ul li p a, .single-bottom ul li p, .single-bottom ul li p a {
    font-size: 14px;
}
.blog-right ul li span, .single-bottom ul li span {
    font-size: 14px;
    margin-right: 5px;
}
.blog-right ul, .single-bottom ul {
    margin-top: 2px;
}
.b-btn {
    margin-top: 10px;
}
.b-btn a {
    color: #fff;
    padding: 5px 13px;
    background: #000;
    font-size: 13px;
}
.blog-right {
    padding: 9px 20px 20px 20px;
}
.single-bottom h2 {
    font-size: 18px;
}
.single-bottom p {
    font-size: 15px;
    margin-top: 6px;
}
.comments {
    margin-top: 3%;
}
.media-heading,h4.media-heading a {
    font-size: 17px;
}
.reply input[type="text"]:nth-child(2) {
    margin: 0 7px;
}
.reply {
    margin-top: 3%;
}
.media-body p {
    font-size: 15px;
    margin-top: 5px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
    padding: 1em 0;
}
h3.ghj {
    font-size: 1.8em;
}
.contact-in h3 {
    font-size: 1.5em;
}
.address-grid h5 {
    font-size: 1.5em;
}
.contact-bottom input[type="text"]:nth-child(1), .contact-bottom input[type="text"]:nth-child(2) {
    width: 48.9%;
}
}

@media (max-width: 768px){
	.navbar-brand {
		padding: 0;
	   margin: 5px ;
		height:55px;
	}
	
	#cartBtn_bhind{
		z-index: 100;
		position:absolute;
		top:0px;
		right:22%;
		margin-top:15px;
		text-align: center;
		font-size:1em;
	
	}
	.navbar-inverse .navbar-nav > li{
		margin:5px;
	}	
	.navbar-toggle{
		margin-top: 15px;
	}
	
	.banner{
		margin-top:60px;
	}


	.welcome .fill-img{
		height:180px;
	}
	
	.bhind_teaser_item{
		padding:10px 0px;
	}


	.social ul li {
		margin: 0 8px;
	}
	.bnr-left {
		padding: 0;
		width: 25%;
		float: left;
	}
	figure.effect-oscar figcaption::before {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	.grid figure h3 {
		font-size: 1.15em;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	.grid figure p {
		font-size: 12px;
	}
	.heading h3, .heading h2 {
		font-size: 2.4em;
	}
	.welcomr-top p, .services-top p, .blog-top p {
		width: 92%;
		margin: 0px auto 0;
	}
	.welcome {
		padding-top: 3em;
	}
	.welcome-left {
		width: 33.3%;
		float: left;
		padding: 0 6px;
	}
	.welcomr-bottom {
		margin-top: 2.5%;
	}
	.fashion-left{
		width: 40%;
		float: left;
		padding: 0;
	}
	.fashion-right {
		width: 60%;
		float: right;
		padding: 0;
		margin-top: 4px;
	}
	.f-btn a {
		font-size: 14px;
		padding: 6px 11px;
	}
	.f-btn {
		margin-top: 18px;
	}

	.social-buttons{
		margin:1em 0;
		font-size:1.5em;
	}

	.fashion, .add, .about, .team, .gallery, .blog, .pages, .contact {
		padding: 3em 0px;
	}
	.profile-left {
		width: 50%;
		float: left;
	}
	.ad-left {
		width: 25%;
	}
	.ad-right {
		width: 70%;
		margin-top: 3.1%;
	}
	.add-left:nth-child(2){
		margin-top:3%;
	}
	.add-two {
		margin-top: 3%;
	}

	.flickr {
		margin-top: 6%;
		width: 67%;
	}
	.ft-left,.ft-right {
		width: 50%;
		float: left;
		padding: 0;
	}
	.ft-left form input[type=submit] {
		padding: 4px 13px;
	}
	.ft-left input[type="text"] {
		padding: 6px 10px;
	}
	.footer-main {
		margin-top: 3%;
	}
	.footer {
		min-height: 570px;
	}
	.footer-text {
		margin-top: 6%;
	}
	.footer {
		min-height: 585px;
	}
	.ft-right {
		margin-top: 4px;
	}

		.hooter h4{
			text-align:center;
		}
	.contact-bottom {
		margin-top: 2.5%;
	}
	.contact-bottom input[type="text"]:nth-child(1) {
		margin-right: 11px;
	}
	.submit-btn input[type=submit], .submit-btn input[type=reset] {
		padding: 6px 25px;
		font-size: 15px;
		margin: 5px 5px 0 5px;
	}
	.map iframe {
		height: 250px;
	}
	.g-left{
		width: 50%;
		float:left;
	}
	.g-right {
		width:25%;
		float:left;
	}
	.about-right {
		margin-top: 3%;
	}
	.services-left ul li a {
		font-size: 14px;
	}
	.services-left {
		padding: 0 5px;
		width: 33.3%;
		float: left;
	}
	.services-left ul li a span {
		margin-right: 1px;
	}
	.view {
		width: 176px;
		height: 148px;
	}
	.view .mask, .view .content {
		width: 166px;
		height: 137px;
	}
	.view h2 {
		font-size: 17px;
		padding: 4px;
		margin: 29px 0 0 0;
	}
	.view p {
		font-size: 12px;
	}
	.blog-right {
		padding: 19px 20px 28px 20px;
	}
	.blog-right p {
		margin-top: 6px;
	}
	.single-bottom h2 {
		font-size: 17px;
	}
	.media-heading, h4.media-heading a {
		font-size: 16px;
	}
	.media {
		margin-top: 20px;
	}
	.reply input[type="text"]:nth-child(2) {
		margin: 0 5px;
	}
	.reply input[type="text"], .reply textarea {
		margin-bottom: 10px;
		padding: 7px 10px;
		font-size: 13px;
	}
	.contact-in {
		margin-top: 3em;
	}
	.footer-left, .footer-right{
		text-align:center;
	}
	.footer h4{
		font-size:1.6em;
		text-align:center;
		margin: 10px 0 10px 0;
	}
	
	.footer ul{
		margin-top:0px;
	}
	
}
@media (max-width:640px){
.welcome .fill-img{
		height:120px;
	}
	.social ul li a span {
		width: 17px;
		height: 17px;
		background-size: 300%;
	}
	.social ul li a span.twit,.social .fa-twitter {
		background-position: -17px 0px;
	}
	.social ul li a span.google {
		background-position: -34px 0px;
	}
	.social ul li {
		margin: 0 5px;
	}
	.social {
		margin-top: 15px;
	}

	figure.effect-oscar figcaption::before {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
	.grid figure h3 {
		font-size: 1.2em;
		margin: 11% 0 0 0;
	}
	.grid figure p {
		font-size: 15px;
	}
	.heading h3, .heading h2 {
		font-size: 2em;
	}
	.fashion-left {
		width: 100%;
		float:none;
		text-align:center;
	}
	.fashion-right {
		width: 100%;
		float:none;
		text-align:center;
		margin-top:20px;
	}
	.fashion-left img {
		width: 50%;
	}
	.ad-right h4 {
		font-size: 1.15em;
	}
	.ad-left {
		width: 28%;
	}
	.ad-right {
		width: 68%;
		margin-top: 2.3%;
	}
	.ad-right p {
		margin-top: 2px;
	}
	.ad-btn {
		margin-top: 13px;
	}
	.ad-right span {
		width: 17px;
		height: 21px;
	}
	.add-left:hover .ad-right span {
		background-position: -17px 0px;
	}
	.welcomr-top p, .services-top p, .blog-top p {
		width: 95%;
	}


	.social-buttons{
		margin:15px 0;
		font-size:1em;
	}

	.flickr {
		width: 75%;
	}
	.ft-left, .ft-right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.ft-right {
		margin-top:20px;
	}
	.ft-left form input[type=submit] {
		margin-left: 5px;
	}
	.ft-left input[type="text"] {
		width: 50%;
	}
	.contact-bottom input[type="text"]:nth-child(1) {
		margin-right: 9px;
	}
	.contact-bottom input[type="text"], .contact-bottom textarea {
		margin-bottom: 11px;
	}
	.map iframe {
		height: 235px;
	}
	.about-bottom, .services-bottom, .team-bottom {
		margin-top: 2.3%;
	}
	.about-left h4 {
		font-size: 1.05em;
	}
	.services-left {
		padding: 0 15px;
		width: 100%;
		float: none;
		margin-top: 3%;
	}
	.view {
		width: 292px;
		height: 245px;
	}
	.view .mask, .view .content {
		width: 282px;
		height: 235px;
	}
	.view p {
		font-size: 15px;
	}
	.view h2 {
		font-size: 19px;
		padding: 6px;
		margin: 77px 0 0 0;
	}
	.single-bottom h2 {
		font-size: 16px;
	}
	.reply input[type="text"]:nth-child(2) {
		margin: 0 3px;
	}
	h3.ghj {
		font-size: 1.6em;
	}
	.label {
		font-size: 60%;
	}
}
@media (max-width:480px){


	.grid figure p {
		font-size: 13px;
	}
	.grid figure h3 {
		font-size: 0.8em;
		margin: 5% 0 0 0;
	}
	.heading h3, .heading h2 {
		font-size: 1.8em;
	}
	.welcomr-top p, .services-top p, .blog-top p {
		width: 100%;
		font-size: 14px;
	}
	.welcome {
		padding-top: 2em;
	}
	.welcome-left {
		padding: 0 4px;
	}
	.fashion, .add, .about, .team, .gallery, .blog, .pages, .contact {
		padding: 2em 0px;
	}
	.fashion-right p {
		font-size: 14px;
		margin-top: 3px;
	}
	.f-btn a {
		font-size: 13px;
		padding: 5px 10px;
	}
	.f-btn {
		margin-top: 13px;
	}
	.ad-right h4 {
		font-size: 1.1em;
	}
	.ad-right p {
		font-size: 14px;
	}
	.ad-btn a {
		font-size: 12px;
		padding: 4px 8px;
	}
	.ad-btn {
		margin-top: 8px;
	}
	.add-left {
		padding: 0 0px 0 0;
	}
	.ad-left {
		width: 29%;
	}
	.ad-right {
		width: 66%;
		margin-top: 2px;
	}
	.add-left:nth-child(2),.add-two {
		margin-top: 5%;
	}
	.add-bottom {
		margin-top: 4%;
	}



	.footer-main {
		margin-top: 5%;
	}
	.flickr {
		width: 60%;
		margin-top: 4%;
	}
	.footer-text {
		margin-top: 8%;
	}
	.ft-left input[type="text"] {
		width: 65%;
	}
	.ft-right p {
		font-size: 14px;
	}
	.footer {
		min-height: 995px;
	}
	.footer-left ul li a {
		font-size: 14px;
	}
	.contact-bottom input[type="text"]:nth-child(1) {
		margin-right: 0;
	}
	.contact-bottom input[type="text"]:nth-child(1), .contact-bottom input[type="text"]:nth-child(2) {
		width: 100%;
	}
	.contact-bottom input[type="text"], .contact-bottom textarea {
		margin-bottom: 11px;
		padding: 8px 10px;
		font-size: 13px;
	}
	.submit-btn input[type=submit], .submit-btn input[type=reset] {
		padding: 5px 20px;
		font-size: 14px;
		margin: 0px 5px 0 5px;
	}
	.map iframe {
		height: 200px;
	}
	.about-left h4 {
		font-size: 1em;
	}
	.about-left p {
		font-size: 14px;
	}
	.services-left {
		margin-top: 3.5%;
	}
	.view {
		width: 212px;
		height: 178px;
	}
	.view .mask, .view .content {
		width: 202px;
		height: 170px;
	}
	.view p {
		font-size: 14px;
	}
	.view h2 {
		font-size: 17px;
		padding: 4px;
		margin: 50px 0 0 0;
	}
	.blog-right h3 a {
		font-size: 14px;
	}
	.blog-right {
		padding: 9px 20px 23px 20px;
	}
	.pagination > li > a, .pagination > li > span {
		font-size: 15px;
	}
	.single-bottom h2 {
		font-size: 15px;
		line-height: 1.5em;
	}
	.single-bottom {
		margin-top: 15px;
	}
	.single-bottom p {
		font-size: 14px;
		margin-top: 5px;
	}
	.media-heading, h4.media-heading a {
		font-size: 15px;
	}
	.media-body p {
		font-size: 14px;
	}
	.reply input[type="text"]:nth-child(2) {
		margin: 0 0px 10px 0;
	}
	.reply input[type="text"] {
		width: 100%;
	}
	.comments-bottom {
		margin-top: 4%;
	}
	.comments {
		margin-top: 5%;
	}
	.reply {
		margin-top: 5%;
	}
	.reply-btm {
		margin-top: 3.5%;
	}
	.label {
		font-size: 43%;
	}
	h1.hd {
		font-size: 33px;
	}
	h3.ghj {
		font-size: 1.4em;
	}
}
@media (max-width:320px){
.logo h1 a {
    font-size: 1em;
}
.logo img {
    width: 50%;
}

.social ul li a span {
    width: 15px;
    height: 15px;
}
.social ul li a span.twit {
    background-position: -15px 0px;
}
.social ul li a span.google {
    background-position: -30px 0px;
}
.social {
    margin-top: 7px;
}
ul.navig {
    margin-top: 10%;
}
.banner {
    min-height: 195px;
}
ul.navig li a {
    font-size: 11px;
}
.grid figure h3 {
    font-size: 1.05em;
    margin: 2px 0 0 0;
}
figure.effect-oscar figcaption::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}
.grid figure p {
    font-size: 12px;
}
.grid figure figcaption {
    padding: 10px;
}
.heading h3, .heading h2 {
    font-size: 1.6em;
}
.welcome-left {
    width: 100%;
    margin-top: 10px;
}
.welcomr-bottom {
    margin-top: 0.5%;
}
.fashion-left img {
    width: 70%;
}
.profile-left {
    width: 100%;
}

.add-left:nth-child(2), .add-two {
    margin-top: 9%;
}
.add-bottom {
    margin-top: 5%;
}
.footer-left h4 {
    font-size: 1.25em;
}
.flickr {
    width: 100%;
    margin-top: 5%;
}
.ft-left form input[type=submit] {
    padding: 3px 10px;
    font-size: 12px;
	margin:10px 0 0 0;
}
.ft-left input[type="text"] {
    padding: 5px 10px;
    font-size: 11px;
	width: 90%;
}
.footer-text {
    margin-top: 10%;
}
.ft-right p {
    font-size: 13px;
}
.footer-main {
    margin-top: 7%;
}
.footer {
    min-height: 960px;
}
.ad-right h4 {
    font-size: 1.07em;
}
.contact-bottom {
    margin-top: 4.5%;
	padding: 0;
}
.contact-in {
    margin-top: 2em;
    padding: 0;
}
.contact-in h3 {
    font-size: 1.4em;
}
.address-grid h5 {
    font-size: 1.3em;
}
.contact-in p {
    font-size: 15px;
	 line-height: 1.7em;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
    margin-bottom: 9px;
}
.contact-bottom textarea {
    height: 10.4em;
}
.submit-btn input[type=submit], .submit-btn input[type=reset] {
    padding: 4px 15px;
    font-size: 14px;
    margin: 0px 2px 0 2px;
}
.map iframe {
    height: 160px;
}
.g-left,.g-right{
    width: 100%;
	float:none;
	padding:2px 2px;
}
.g-2 {
    padding-top: 0px;
}
.view {
    width: 132px;
    height: 112px;
}
.view .mask, .view .content {
    width: 123px;
    height: 103px;
}
.about-left {
    padding: 0;
}
.about-right {
    margin-top: 4%;
    padding: 0;
}
.view h2 {
    font-size: 14px;
    padding: 2px;
    margin: 22px 0 0 0;
}
.view p {
    font-size: 11px;
    padding: 6px 10px 10px;
}
#toTop {
    width: 28px;
    height: 28px;
    background-size: 100%;
}
.about-bottom, .services-bottom, .team-bottom {
    margin-top: 3.3%;
}
.blog-right {
    padding: 5px 15px 17px 15px;
}
.blog-right h3 a {
    font-size: 12px;
}
.blog-right ul li p, .blog-right ul li p a, .single-bottom ul li p, .single-bottom ul li p a {
    font-size: 13px;
}
.blog-right ul li span, .single-bottom ul li span {
    font-size: 11px;
    margin-right: 4px;
}
.blog-right ul li, .single-bottom ul li {
    margin-right: 3px;
}
.b-btn a {
    padding: 4px 8px;
    font-size: 12px;
}
.page {
    margin-top: 8%;
}
.pagination > li > a, .pagination > li > span {
    padding: 6px 10px;
}
.single-bottom h2 {
    font-size: 14px;
}
.media-heading, h4.media-heading a {
    font-size: 14px;
}
.reply-btm {
    margin-top: 5.5%;
}
.reply {
    margin-top: 8%;
}
.label {
    font-size: 26%;
}
h3.ghj {
    font-size: 1.2em;
    margin: 0 0 12px 0;
}
h1.hd {
    font-size: 17px;
}
h2.hd1 {
    font-size: 16px;
}
h3.hd2 {
    font-size: 15px;
}
h4.hd3 {
    font-size: 14px;
}
}
/*--media-quaries-end-here--*/
.productstatus {
	display:none;
}

.langMenu {
	
	display : inline;
}


.langMenu .actif{
	color:#fff;
	display:inline-block;
	padding:2px;
	
}


/*product slider */
#slider-thumbs,#slider{
	padding-right: 0px;
    padding-left: 0px;
}

.hide-bullets {
    list-style:none;
    margin:0px;
}

.thumbnail {
    padding: 0;
	background: #666666;
	border: none;
    border-radius: 0px;
}

a.thumbnail:hover img, a.thumbnail:focus img, a.thumbnail.active img{
    opacity:0.69;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.tag{
	margin-bottom: 4px;
}

.bhind_activiteiten_item .datum{
	display:block;
	color : #7A7A7A;
	font-size:0.7em;
	font-style: italic;
}

.bhind_activiteiten_item .location{
	display:inline-block;
	margin-bottom:5px;
	font-weight:bold;
	color:#C09543;
}

.bhind_activiteiten_thumb{
	float:left !important;
	margin-right:20px;
}

.bhind_thumb img {
	width:auto !important;
}

.blogdatum{
	font-weight: 700;
	color:#C09543;
}

.bhind_blog_item h2,.bhind_blog_item h2 a{
	margin-top:0px;
	color:#333333;
	font-weight:700;
}

.bhind_blog_item {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:solid 1px #eeeeee;
}

.bhind_news_gallery .bhind_news_item .content{
	border:solid 1px #666;
	background-color: #eeeeee;
	margin:7px;
}
.bhind_news_gallery{
	margin:-7px;
}

.bhind_news_gallery .bhind_news_item .bhind_news_info{
	height:200px;
	margin:10px;
}


.bhind_news_gallery .bhind_news_item img{
	width:100%;
	object-fit: cover;
	max-height: 175px;
	object-position: 50% 50%;
}


