/* Logo and Header
------------------------------------*/
.header-v7 .logo img {
    width: 205px;
}

.logo-respond {
	width:100%;
  	height:130px;
  	z-index:100;
	background: url(../img/logo.png) no-repeat center top;
	background-size: 205px;
    }


@media (max-width: 767px) {
.logo-respond {
	width:205px;
  	height:53px;
  	z-index:100;
	background: url(../img/logo2.png) no-repeat left top;
	background-size: 205px;
    }
	
	.header-v7 .logo {
        padding: 23px 0 23px 0;
		text-align:left !important;
    }
}

@media (min-width: 768px) {
    .header-v7 .logo {
        padding: 20px 20px 5px 20px;
		text-align:center;
    }

    .header-v7 .logo img {
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
	
	.header-v7 .logo p{
		margin-top:10px;
		color:#b5a268 !important;
		font-size:16px;
		font-weight:300;
		
    }
	
	
}

@media (max-width: 992px) {
.header-v7 .logo p{
		display:none;
    }
}
@media (max-width: 767px) {
   .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #272625 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
} 
	
	.header-v7 .logo img {
        margin: 12px 0 11px;
    }

    .header-v7 .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        border: none;
        box-shadow: none;
        background: none;
    }
    .header-v7 .navbar-nav .dropdown-menu a {
        border-bottom: 1px solid #eee;
        display: block;
        padding: 5px 15px 5px 25px;
    }
}

/* Top and Contact bar
------------------------------------*/
/*Mobile Top Bar
------------------------------------*/
.topbar {
	z-index: 12;
	padding: 8px 0;
	position: relative;
	padding-bottom: 30px;
	padding-right:30px;
	background: #252525;
	display:none;
}


.topbar ul.loginbar {
	margin: 0;
	float:left;
}

.topbar ul.loginbar > li {
	display: inline;
	list-style: none;
	position: relative;
	padding-bottom: 15px;
	color: #b5a268 !important;
}

.topbar ul.loginbar > li > a {
	color: #cccccc !important;
	font-size: 14px;
	font-weight: 400; 
  font-family: "Open Sans", Arial, sans-serif;
}

.topbar ul.loginbar > li > a:hover {
	color: #b5a268 !important;
	font-size: 14px;
	font-weight: 400; 
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
}



.topbar ul.loginbar li.topbar-devider { 
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 9px 0 5px;
	font-family: Tahoma;
	border-right: solid 1px #b5a268 !important;
}


/*Desktop Top Bar
------------------------------------*/

@media (min-width: 768px)  {
    .content-side-right .hd-desktop .container {
        width: 95%;
    }
}

.hd-desktop{
	background: rgba(37,37,37,0.7);
	position: fixed;
    top: 0;
    width: 100%;
	height:70px;
    z-index:12;
	color:#ffffff;
	margin-left: -270px;

}
.hd-desktop .telno{
	float:right;
	margin-right:30px;
	padding-top:15px;
}

.hd-desktop .mailadd{
	float:right;
	margin-right:30px;
	padding-top:15px;
}

.hd-desktop .socialnav{
	float:right;
}


.hd-desktop h3{
	color:#b5a268 !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight:400 !important;	
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;
}

.hd-desktop a{
	color:#cccccc;
	font-weight:400;	
}

.hd-desktop a:hover{
	color:#b5a268;
	text-decoration:none;
	font-weight:400;	
}

.hd-desktop .telno h3:after {
  right: -15px;
  z-index: 1;
  width: 1px;
  height: 25px;
  content: " ";
  top: 2px;
  text-align: center;
  position: absolute;
  background: #b5a268;
}

.header-fixed-shrink {
		background: #252525 !important;
		height:50px;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	}

/*Transition*/
	.header-fixed-shrink, .header-fixed-shrink .social-icon-list, .header-fixed-shrink .telno, .header-fixed-shrink .mailadd {
  	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
	}


.header-fixed-shrink .telno{
	float:right;
	margin-right:30px;
	padding-top:5px;
}

.header-fixed-shrink .mailadd{
	float:right;
	margin-right:30px;
	padding-top:5px;
}

/*Topbar changeover
------------------------------------*/

@media (max-width: 992px) {
.hd-desktop {
	display:none;
}

.topbar {
	display:block;
}
}

@media (max-width: 490px) {

.tbhide {
	display:none !important;
}

.topbar {
    padding-bottom: 8px;
    padding-left: 0;
	padding-right: 0;
}

.topbar ul.loginbar {
	margin: 0;
	float:none;
	text-align:center;
	padding-left: 0;
}

.loginbar span {
	display:none !important;
}

.topbar ul.loginbar li.topbar-devider { 
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 8px 0 2px;
	font-family: Tahoma;
	border-right: solid 1px #b5a268;
}

}

@media (max-width: 390px) {
.topbar ul.loginbar li.topbar-devider {
	display:none;
}
.topbar ul.loginbar li.topbar-mail {
	display:none;
}
}

/* Main Services */
.service-img-wrapper {
	position: relative;
	overflow: hidden;
}
.service-img-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.service img {
	width: 100%;
	transition: all .3s;
}
.service:hover img {
	transform: scale(1.1,1.1);
}
.service .service-text {
	padding: 35px 40px 35px;
	border-left: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	background: transparent;
}

@media (max-width: 1440px) {
.service .service-text {
	padding: 35px 20px 35px;
	border-left: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	background: transparent;
}
}
.service .service-text--noborder {
	border-left: none;
}
.service-text h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height:22px;
	font-weight: 600;
	margin: 0 0 15px;
}
.service-text p {
	margin-bottom: 25px;
	color:#555;
}
.service-text .service__more {
	color: #b5a268;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing:1px;
}

/*Miscellaneous
------------------------------------*/
.nopadding
{
	margin:0 !important;
	padding:0 !important;
}

.no-padding {
  padding: 0 !important;
}
@media (max-width: 1024px) {
.parallax-counter-v4 {
	display:none;
}
}
/* cleaners */
.cleaner { clear: both; width:100%; height: 30px;}
.cleaner2 { clear: both; width:100%; height: 40px;}

/*Table blocks
------------------------------------*/


.g-pad-l {
	padding-left:50px;
}

.g-pad-r {
	padding-right:50px;
}

@media (max-width: 1100px) {
	.g-pad-l {
	padding-left:30px;
}

.g-pad-r {
	padding-right:30px;
}
}

@media (max-width: 992px) {
	.equal-height-column {
		width: 100%;
		height: auto !important;
	}
	
	.g-pad-l {
	padding-left:0;
}

.g-pad-r {
	padding-right:0;
}
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%; 
	height: 400px;
	
}

.map:after {
  top: -1px;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #272625 transparent transparent transparent;
}



#map .contact-details {
  width: 210px;
  height: auto;
  color: #58595b;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight:400;
  font-size: 14px;
  line-height:1.4em;
  padding: 0.5em;
  overflow: hidden;
}

#map .contact-details a{
	color:#272625;
	font-weight:bold;
}


#map .contact-details a:hover{
	color:#b5a268;
	font-weight:bold;
}

@media (max-width: 992px) {
	.map {
	width: 100%; 
	height: 300px;
}
		
}

.gm-style-iw {
	/*overflow: inherit !important;*/
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}


.camra {
	max-width:111px;
	display:block;
	margin:-20px auto 20px;
}

.camra img:hover {
	opacity:0.7;
	
}

/* bottom: More Articles Bar */

.outside-more-articles {
	background: #2a2b2b;
  position: fixed;
  width: 100%;
  bottom: 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
  padding: 20px 0;
  z-index: 999;
  visibility: hidden;
  transition: all 500ms cubic-bezier(.265,.365,.26,.865);
  -webkit-transition-timing-function: cubic-bezier(.265,.365,.26,.865);
  -moz-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  -o-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
}

.outside-more-articles p{
	color:#fff;
	margin-bottom:0;
}
.outside-more-articles .fa{
  color: #fff;
}

.outside-more-articles--bottom {
	bottom: -65px;
}


.outside-more-articles--show {
	visibility: visible;
}

.outside-more-articles--bottom.outside-more-articles--show {
	bottom: 0;
}

.outside-more-articles__close {
	color: #cccccc;
	position: absolute;
	top: 20px;
	right: 23px;
}




.outside-more-articles ul {
	margin-bottom:0;
}

.outside-more-articles .dark-social li i {
    color: #fff;
}

.outside-more-articles .bold {
    color: #cccccc;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.outside-more-articles .mob-rev {
    color: #cccccc;
    font-size: 16px;
	margin-bottom: 0;
	display:none;
}

.outside-more-articles a {
    color: #fff;
    font-size: 16px;
}

.outside-more-articles a:hover {
    text-decoration: none;
    color: #b3a079;
}

@media (max-width: 991px) {
.outside-more-articles .nds {
	display:none;
}

}

@media (max-width: 767px) {
.outside-more-articles .nds2 {
	display:none;
}
}

@media (max-width: 600px) {
.outside-more-articles .bold {
	display:none;
}
.outside-more-articles .mob-rev {
   display:inline-block;
}

.mob-kill {
   display:none;
}
}

