/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Arvo);
@import url(font-awesome/css/font-awesome.css);

/* GLOBAL */


.dotgreen {
  height: 25px;
  width: 25px;
  background-color: #0f0;
  border-radius: 50%;
  display: inline-block;
}
.dotorange {
  height: 25px;
  width: 25px;
  background-color: #f84;
  border-radius: 50%;
  display: inline-block;
}
.dotred {
  height: 25px;
  width: 25px;
  background-color: #f00;
  border-radius: 50%;
  display: inline-block;
}

body
{
   /* background: #AAA; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
	letter-spacing: 0px;
    line-height: 20px; 
    font-weight: 400; 
    -webkit-font-smoothing: antialiased; 
  /*   color: #FFF; */
}

@media only screen and (max-width: 767px) 
{
	body {
		padding: 0;
	}
}


h1, h2, h3, h4, h5, h6
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 /*	color: #FFF; */
}

a
{
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    color: #333;
}

a:hover
{
    color: #AAA; 
    -o-transition: .3s; 
    -ms-transition: .3s; 
    -moz-transition: .3s; 
    -webkit-transition: .3s; 
    transition: .35s;
}
.nav>li>a {
    position: relative;
    display: block;
    color: #333;
}

img {
	max-width: 100%;
}

.center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 16px;
	margin-bottom: -120px;
}

#featuregrid {
	position: absolute;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
  
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* HEADER */
header {
    padding: 0;
	position: relative;
	width: 100%;
	z-index: 1026;
	top: 0;
}

header .navbar-default {
    padding: 0; 
    border: 0; 
    border-radius: 0;
  min-height: 100px; 
    background: transparent;
    margin-bottom: 0;
}

header .navbar-header {
	float: none;
}

header .navbar-header img {
	display: block;
    	margin-left: auto;
    	margin-right: auto
}

header .navbar-header .logo-top {
	top: 0;
	position: absolute;
	z-index: 999;
}

header .navbar-header .logo-scroll {
}

header .navbar-brand
{
    padding: 0 15px; 
    margin-top: 14px; 
    border: 1px solid transparent; 
    border-radius: 3px;
}

header .navbar-brand:hover
{
    border-color: #eee;
}

header.non-scroll {
	height: 50px;
}

header.non-scroll .navbar-default {
	height: 50px;
}

header.non-scroll .logo-top {
	display: none;
}

.progressbar {
	background: transparent;
}

.progressbar .info {
	color: #fff;
}

.progressbar .totalbar {
	border: 1px solid #fff;
}

.progressbar .totalbar .bar {
	background-color: rgb(99,81,53);
}

.scroll-active {
	/*position: relative;
	width: 100%;
	z-index: 1026;
	display: block;*/
}

.scroll-background
{
    background: rgba(69, 69, 69, 0.6);
}


.navbar-right {
	margin-right: 15px;
}


.navbar-default .navbar-nav > li > a
{
  /*  color: #FFF;  */
    padding: 12px;
    font-size: 15px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{ color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus 
{
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus 
{
    color: #ccc;
    background-color: transparent;
}


.dropdown-form
{
    min-width: 400px; 
    z-index: 500;
}

.dropdown-cart
{
    min-width: 400px; 
    padding: 15px;
}

.dropdown-menu h4
{
    font-size: 14px; 
    color: #4c4c4c;
}

.navbar-default .navbar-toggle {
	border-color: #333;
}

.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}

.navbar-default .dropdown-menu
{
    margin-top: 19px;
  
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 80px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.open>.dropdown-menu {
    display: inline;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover 
{
    background-color: #454545;;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
  }  

.navbar-default .dropdown-menu:after, .arrow_box:before 
{
    bottom: 100%; 
    left: 86%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.navbar-default .dropdown-menu:after
{
    border-color: rgba(255, 255, 255, 0); 
    border-bottom-color: #fff; 
    border-width: 10px;
    margin-left: -10px;
}

.navbar-default .dropdown-menu:before 
{
    border-color: rgba(255, 255, 255, 0); 
    border-bottom-color: #fff; 
    border-width: 10px;
    margin-left: -10px;
}

.navbar-default .dropdown-menu > li
{
 
}

.navbar-default .dropdown-menu > li:last-child
{
    border: 0;
}

.navbar-default .dropdown-menu > li > a
{
    padding: 8px 15px;
}

.navbar-default .dropdown-menu > li > a:hover
{
	background-color: #999;
}

.dropdown-menu>.active>a {
   	background-color: #454545;
}

.navbar-nav  .dropdown.open (.btn-three) 
{
	background: transparent;
}

.btn-default {
   
    background-color: #ccc;
}

.q-search {
	width: 250px;
     padding-top: 12px;
}

.q-search .input-group {
	float: none;
   
}

.q-search .q-search-input {
	background: transparent;
	border-color: transparent;
	/*border-bottom: 2px solid rgb(100,100,100);*/
	border-radius: 0 !important;
	color: #333;
	box-shadow: none;
        margin-top: -5px;
}


/* smartphone navigation */
@media only screen and (max-width: 1200px) {
	.navbar-header .logo-top {
		display: none;
	}
    
	.navbar-collapse {
		margin-top: 60px;
		background-color: #FFF;
	}
	
	.navbar-collapse .navbar-left {
		margin: 16px 0px 0px 0px;
	}
	
	.navbar-collapse .navbar-right {
		margin: 4px 0px 16px 0px;
	}
	.navbar-collapse .navbar-left .navbar-right li a {
		color: #000;
	}
	
	.navbar-collapse .navbar-left .navbar-right li a:hover {
		color: #333;
	}
    
	.navbar-collapse .navbar-left .navbar-right li a:active {
		color: #FFF;
	}
	
	.navbar-collapse .q-search {
		box-shadow: none;
		border-color: transparent;
	}
	
	.navbar-collapse .q-search a {
		color: #000;
	}
	
	.navbar-collapse .q-search input {
		width: 80%;
		background: #fff;
		color: #000;
		border: 2px solid rgb(128, 128, 128);
        float: none;
        margin-left: 6px;
	}
	
	.navbar-collapse .input-group {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
    background-color: #FFF;
	}    
  
}

.navBar {
	margin-bottom: 0;
	background: rgb(212, 197, 166);
	border: 0;
	border-bottom: 3px solid #000;
	border-radius: 0;
}

.badge {
    background-color: #666;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}

/* Add here all your css styles (customizations) */

.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* SECTIONS */

section.slice
{
    padding: 30px 0; 
    position: relative;
}


section .row
{
    margin-left: 15px;
}

.product-carousel
{
    padding: 15px;
}

.home-banner, .default-banner
{
    background-color: #d4c5a6;
    padding: 30px;
}

.home-banner h1
    {
        font-size: 20px;
        color: #fff;
    }

.default-banner h1
    {
        font-size: 28px;
        color: #fff;
        text-align: center;
    }

.default-banner p
    {
        color: #fff;
        text-align: center;
    }

/* TABLE CART */

.table-cart
{
    border: 1px solid #ddd;
}

.table-cart td
{
    vertical-align: middle;
}

.table-cart td:first-child
{
    border-right: 1px solid #ddd;
}

.table-cart img
{
    width: 80px;
}

.dropdown-cart .table-cart img
{
    width: 50px;
}

.table-cart .cart-remove
{
    display: block; 
    text-align: center; 
    color: #e80e1d;
}

.table-totals td:nth-child(even)
{
    padding: 5px 15px;
}


/* PAGE INFO */

.pg-opt
{
    border-bottom: 1px solid #e0eded; 
    background: #b1965e;
}

.pg-opt.fixed
{
    width: 100%; 
    position: fixed; 
    top: 0px; 
    background: rgba(250, 250, 250, 0.9); 
    border-bottom: 1px solid #e1e1e1; 
    z-index: 900;
}

    .pg-opt .row
    {
        padding: 5px 15px;
    }

.pg-opt h2
{
    margin: 0; 
    padding: 14px 0; 
    font-size: 22px; 
    line-height: 100%;
	color: #fff;
}

.pg-opt.fixed h2
{
    margin-bottom: 15px;
}

.pg-opt hr
{
    margin: 0; 
    border-top-color: #dde1e6;
    -webkit-box-shadow: 0 1px 0 #fbfbfc;
    -moz-box-shadow: 0 1px 0 #fbfbfc; 
    box-shadow: 0 1px 0 #fbfbfc;
}

.pg-opt.fixed hr
{
    display: none;
}

.pg-opt .breadcrumb
{
    float: right; 
    margin: 0; 
    padding: 16px 0; 
    background: none; 
    border-radius: 0;
}

.pg-opt .breadcrumb a
{
    color: #b1965e;
}

.breadcrumb a, .breadcrumb i {
    color: #666;
}

@media only screen and (max-width: 767px) 
{
	.pg-opt .pg-nav
    {
        float: left; 
        margin-bottom: 10px;
	}

	.pg-opt h2
    {
        padding: 20px 0 0 0;
	}
}

.separator {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #CCC;
	position: relative;
	border: 1px solid #CCC;
}
.separator:after {
	width: 30px;
	height: 5px;
	background: #666;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}
.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #CCC;
	position: relative;
}
.separator-2.right {
	margin-left: auto;
}
.sidebar .separator {
	width: 30px;
	height: 5px;
	margin: 15px 0 20px;
	background-color: #666;
	border-color: #666;
}
.sidebar .separator:after {
	content: "";
	background-color: transparent;
}
.dark-bg .separator-2 {
	background-color: #998f78;
}
.default-bg .separator-2 {
	background-color: #ebebeb;
}

.gray-bg .separator-2 {
	background-color: #AAA;
}


.page-top {
	padding: 40px 0;
}
.main-container {
	padding: 20px 40px;
	min-height: 1024px;
}
.full-height .main-container {
	padding-top: 80px;
}
.section {
	padding: 25px 0;
}

/* Full Width Content
---------------------------------- */
.full-width-section {
	position: relative;
}
.full-text-container {
	position: absolute;
	top: 30%;
	padding: 20px 40px;
	width: 100%;
}

/* Large devices */
@media (min-width: 1200px) { 
	.full-width-section {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.full-image-container {
		width: 50%;
		display: table-cell;
	}
	.full-text-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding: 0 50px;
		position: static;
	}
	.full-text-container * {
		max-width: 700px;
	}
	.full-text-container.left {
		text-align: right;
	}
	.full-text-container.left * {
		margin-left: auto;
	}
	.full-text-container p {
		margin-bottom: 10px;
	}
}

@media (max-width: 1199px) { 
	.full-width-section .separator-2.right {
		margin-left: 0;	
	}
}

@media (max-width: 991px) { 
	.full-text-container {
		top: 0;
		height: 100%;
		padding: 0 20px;
	    background-color: rgba(255,255,255,0.6);
	}
	.full-text-container h1 {
		font-size: 28px;
	}
}
@media (max-width: 767px) { 
	.full-text-container { 
		position: static;
		padding: 20px;
	}
}

/* Backgrounds
---------------------------------- */

.white-bg {
	background-color: #ffffff !important;
	border: none !important;
    color: #000;
}

.white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4, .white-bg h5, .white-bg h6 {
	color: #000;
}

.light-gray-bg {
	background-color: #EEE;
}

.header-top {
	font-size: 12px;
}
.header-top.white-bg {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #dadada !important;
}
.gray-bg {
	background-color: #AAA;
	position: relative;
}

.brown-bg {
	background-color: #635135;
	position: relative;
}

.gray-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	height: 5px;
	content: "";
	width: 100%;
}

/* Image Boxes
---------------------------------- */
.image-box {
	background-color: transparent;
 
}
.grid-space-0 .image-box {
	border: none;
}
.image-box h3.title {
	margin-top: 0;
}
.image-box .btn {
	white-space: normal;
	border-color: transparent;
}
.image-box .btn-block {
	margin: 0;
}
.image-box-body {
	padding: 20px 15px 15px;
}

/* Images and Images overlay
---------------------------------- */

.image {
    width: 65%;
    height: 100%;
    position: absolute;
    display: inline-block;
}

.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
    background: no-repeat center center scroll;
	height: 400px;
	max-width: 100%;
}

.fixed-image2 {
	background-position: center center;
	background-repeat: no-repeat;
	height: 600px;
}

.fixed-image3 {
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
}

.no-touch .fixed-image {
	background-attachment: fixed;
}

.no-touch .fixed-image2 {
	background-attachment: fixed;
}

.no-touch .fixed-image3 {
	background-attachment: fixed;
}

.fixed-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fixed-image2 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fixed-image3 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(241, 241, 241, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #454545;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.overlay a:nth-child(1) {
	left: 30%;
}
.overlay a:nth-child(2) {
	left: 70%;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-style: italic;
}
.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -50px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-moz-transition: all 0.25s linear 0.05s;
	-ms-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
}
.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #B1965E;
}
.overlay a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.overlay i {
	line-height: 50px;
}
.box-style-1 .overlay i {
	font-size: 26px;
	margin: 0;
}
a.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
a.overlay:hover {
	text-decoration: none;
}
.listing-item a.overlay {
	-webkit-transition: linear 0.25s;
	-o-transition: linear 0.25s;
	transition: linear 0.25s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.listing-item a.overlay:hover {
	text-decoration: none;
}
a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #B1965E;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}
a.overlay.small i {
	font-size: 18px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -8px;
}
.overlay .social-links {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.overlay .social-links li {
	margin: 0 auto;
}
.overlay .social-links li a {
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	position: static;
}
.overlay .social-links li a:hover {
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.overlay .social-links li a i {
	line-height: 38px;
	font-size: 24px;
	margin: 0;
}
.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Parallax effect
---------------------------------- */
.no-touch .light-translucent-bg,
.no-touch .dark-translucent-bg,
.no-touch .default-translucent-bg,
.no-touch .parallax {
	background-attachment: fixed !important;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.parallax {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	color: #FFF;
}
.parallax {
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	padding: 50px 0;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg {
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.light-translucent-bg {
	color: #333;
}

.light-translucent-bg .separator-2 {
	background-color: #d4c5a6;
}
.light-translucent-bg:after {
	background-color: rgba(212, 197, 166, 0.7);
}
.dark-translucent-bg:after {
	background-color: rgba(99, 81, 53, 0.7);
}
.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6,
.dark-translucent-bg p {
	color: #ffffff;
}
.dark-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #ffffff;
}
.dark-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #ffffff;
}
.default-translucent-bg:after {
	background-color: rgba(99, 81, 53, 0.3);
}
.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
	color: #000;
}
.default-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #000;
}
.default-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #000;
}
.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
	z-index: 3;
	position: relative;
}
.parallax-bg {
	background: url("../images/parallax-bg.jpg") 50% 0px no-repeat;
}
.parallax-bg-2 {
	background: url("../images/parallax-bg-2.jpg") 50% 0px no-repeat;
}
.parallax-bg-3 {
	background: url("../images/parallax-bg-3.jpg") 50% 0px no-repeat;
}
.parallax-bg-4 {
	background: url("../images/parallax-bg-4.jpg") 50% 0px no-repeat;
}
 
.parallax-bg-5 {
	background: url("../images/parallax-bg-5.jpg") 50% 0px no-repeat;
}/* PANEL */

.panel-group .panel
{
    border-radius: 0;
	background-color: #EFE9DA;
}

.panel-group .panel + .panel
    {
        border-top: 0 none;
        margin-top: 0;
    }

.panel
{
    box-shadow: none;
}
.panel a:hover
    {
        text-decoration: none;
    }

.panel-default
{
    border-color: #ddd;
}

.panel-default > .panel-heading {
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
	
.panel-dark > .panel-heading > .panel-collapse {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #635135;
    color: #000;
}

.panel-heading a {
	font-weight: 400;
	display: inline-block;
	width: 100%;
	background-color: transparent;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
	padding: 15px 12px 15px 12px;
	background-color: #635135;
	color: #FFF;
}
.panel-dark .panel-heading a.collapsed {
	padding: 15px 12px 15px 12px;
	background-color: #d4c5a6;
	color: #000;
}

.panel-dark .panel-text {
	padding: 1px 15px 1px 15px;
	color: #000;
}

.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background-color: transparent;
	color: #000;
}
.panel-transparent .panel-heading a {
	padding: 15px 12px 15px 12px;
	border: 1px solid #d4c5a6;
	color: #635135;
}
.panel-transparent .panel-heading a.collapsed {
	padding: 15px 12px 15px 12px;
	color: #635135;
	background-color: #d4c5a6;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: transparent;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}

.panel-dark .panel-heading a:after {
	content: "\f147";
}
	
.panel-dark .panel-heading a.collapsed:after {
	content: "\f196";
}

.panel-transparent .panel-heading a:after {
	content: "\f147";
}
	
.panel-transparent .panel-heading a.collapsed:after {
	content: "\f196";
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #635135;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}


/* Tabs
---------------------------------- */
.nav-tabs {
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #CCC;
	margin-top: 15px;
}
.nav-tabs > li > a {
	font-size: 16px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 12px;
	position: relative;
	color: #3E3E3E;
}
.nav-tabs > li > a:hover {
	border-color: #f0f0f0 #f0f0f0 #ebebeb;
	background-color: #fafafa;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #3E3E3E;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a:after {
	width: 3px;
	content: "";
	background-color: #454545;
	height: 103%;
	position: absolute;
	left: 0;
	top: 0;
}
.tab-content {
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-top: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background-color: #fafafa;
	margin-bottom: 15px;
}
.tab-content h1 {
	font-size: 34px;
}
.tab-content:after {
	width: 3px;
	content: "";
	background-color: #b1965e;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tab-content.clear-style {
	border: none;
	padding: 10px 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.tab-content.clear-style:after {
	width: 0;
	background-color: transparent;
	height: 100%;
}

/* Small devices (tablets, smartphones) */
@media (min-width:481px) and (max-width:767px) {
	.nav-tabs > li > a {
		padding: 12px 10px;
		font-size: 11px;
		margin-right: 0;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.nav-tabs {
		background-color: #999999;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-tabs > li a {
		color: #ffffff;
		margin-right: 0;
		border-bottom: 1px solid #8f8f8f;
	}
	.nav-tabs > li > a:hover {
		color: #666666;
	}
	.nav-tabs > li > a:hover:after {
		width: 3px;
		content: "";
		background-color: #f58220;
		height: 102%;
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #b1965e;
}
.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #635135;
	background-color: #635135;
	color: #fff;
}
.tabs-style-2 .nav-tabs > li.active > a:after {
	width: 0;
	height: 0;
	background-color: transparent;
}
.tabs-style-2 .tab-content {
	border: none;
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.tabs-style-2 .tab-content:after {
	width: 0px;
	background-color: transparent;
	height: 0;
}
.tabs-style-2 .nav-tabs > li > a:hover:after {
	width: 0;
	background-color: transparent;
	height: 0;
}

/* vertical tabs */
.vertical {
	margin: 20px 0;
}
.vertical.hc-tabs {
	margin: 40px 0;
}
.vertical .nav-tabs,
.vertical .tab-content {
	display: table-cell;
	margin: 0;
	vertical-align: top
}
.vertical .nav-tabs {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent;
	background-color: #999999;
}
.vertical .nav-tabs > li {
	float: none;
}
.vertical .nav-tabs > li a {
	margin: 0;
	padding: 15px 40px;
	white-space: nowrap;
	color: #ffffff;
	border-bottom: 1px solid #8f8f8f;
}
.vertical .nav-tabs > li > a:hover {
	border-color: #f0f0f0 #f0f0f0 #d4c5a6;
	border-right-color: transparent;
	color: #3E3E3E;
	z-index: 2;
}
.vertical .nav-tabs > li > a:hover:after {
	width: 3px;
	content: "";
	background-color: #b1965e;
	height: 102%;
	position: absolute;
	left: 0;
	top: 0;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
	-webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	border-right-color: transparent;
	border-bottom-color: #f0f0f0;
	color: #666666;
	z-index: 2;
	width: 101%;
}
.vertical .tab-content {
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	left: -1px;
	z-index: 1;
	padding: 20px 30px;
}
.vertical .tab-content:after {
	background-color: transparent;
}
.arrow {
	display: block;
	position: relative;
}
.arrow i {
	font-size: 96px;
	top: -62px;
	position: absolute;
	line-height: 1;
	z-index: 2;
	left: 50%;
	margin-left: -27px;
}
.arrow i:before {
	color: #fafafa;
	text-shadow: 0px -1px 1px #E9E9E9;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.vertical .nav-tabs,
	.vertical .tab-content {
		display: block;
	}
}

/* hc-tabs */
.hc-tabs .hc-tabs-top img {
	display: none;
}

/* Nav pills
---------------------------------- */
.nav-pills > li > a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #666666;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.nav-pills.nav-stacked > li + li {
	margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #635135;
	background-color: #fafafa;
}
.nav-pills.nav-stacked > li > a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #d1d1d1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
	color: #b1965e;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #b1965e;
	right: 10px;
}
.footer-content .nav-pills > li > a {
	padding: 4px 0px;
	border-color: transparent;
	color: #999;
	font-weight: 400;
}
.footer-content .nav-pills > li:last-child > a {
	border-bottom: none;
}
.footer-content .nav-pills > li.active > a,
.footer-content .nav-pills > li.active > a:focus,
.footer-content .nav-pills > li > a:focus {
	color: #999;
	background-color: transparent;
	border-color: transparent;
}
.footer-content .nav-pills > li.active > a:hover,
.footer-content .nav-pills > li > a:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.footer-content .nav-pills.nav-stacked > li > a:after {
	top: 3px;
}
.footer-content .nav-pills.nav-stacked > li > a:after,
.footer-content .nav-pills > li.active > a:after,
.footer-content .nav-pills > li.active > a:hover:after,
.footer-content .nav-pills > li.active > a:focus:after,
.footer-content .nav-pills > li > a:hover:after,
.footer-content .nav-pills > li > a:focus:after {
	color: #999
}
.light .footer-content .nav-pills > li > a,
.light .footer-content .nav-pills > li.active > a,
.light .footer-content .nav-pills > li.active > a:focus,
.light .footer-content .nav-pills > li > a:focus {
	color: #666;
}
.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
	color: #635135;
}
.light .footer-content .nav-pills.nav-stacked > li > a:after,
.light .footer-content .nav-pills > li.active > a:after,
.light .footer-content .nav-pills > li.active > a:hover:after,
.light .footer-content .nav-pills > li.active > a:focus:after,
.light .footer-content .nav-pills > li > a:hover:after,
.light .footer-content .nav-pills > li > a:focus:after {
	color: #666
}
.nav-pills > .active > a > .badge {
	color: #b1965e;
	background-color: #fff;
	border-color: #b1965e;	
}

/* Process pills */
.process .nav-pills > li + li {
	margin-left: 60px;
	position: relative;
}
.process .nav-pills > li + li:after {
	font-family: "FontAwesome";
	content: "\f101";
	position: absolute;
	top: 10px;
	left: -35px;
	width: 10px;
	background-color: #fff;
}

/* Isotope filtering
---------------------------------- */
.isotope-container {
	display: none;
	margin-bottom: 30px;
}
.boxed .isotope-container.grid-space-0 .image-box img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.isotope-item {
	margin-bottom: 15px;
	min-height: 350px;	
}
.grid-space-20 .isotope-item {
	margin-bottom: 20px;
}
.grid-space-10 .isotope-item {
	margin-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.isotope-item {
		max-width: 100%;
	}
}

/* Boxes
---------------------------------- */
.box {
	text-align: center;
	margin: 0 10px 10px 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 0;
	float: left;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box i {
	font-size: 36px;
	line-height: 60px;
}
.box.small {
	margin: 0 5px 5px 0;
	width: 45px;
	height: 45px;
}
.box.small i {
	font-size: 24px;
	line-height: 45px;
}
.box.gray-bg:hover {
	color: #B1965E;
}
.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #B1965E;
}
.box.default-bg:hover * {
	color: #B1965E;
}
.box.dark-bg:hover {
	background-color: #fff;
	border: 1px solid #666;
}
.box.dark-bg:hover * {
	color: #666;
}
.box-style-1 {
	text-align: center;
	padding: 20px;
	margin: 20px 0;
	min-height: 340px;
}
.grid-space-10 .box-style-1 {
	margin: 10px 0;
}
.box-style-1 i {
	font-size: 90px;
	margin: 15px 0 5px;
	text-align: center;
}
.box-style-1:not(.team-member):hover i {
	color: #B1965E;
	-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;
}
.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}
.box-style-2 {
	margin-top: 20px;
	padding: 20px;
}
.box-style-2 i {
	font-size: 36px;
	line-height: 60px;
}
.box-style-2 .icon-container {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-style-2 .body {
	margin-left: 80px;
}
.box-style-2 h2 {
	font-size: 24px;
	margin-top: 0;
}
.box-style-2:hover .icon-container {
	border: 1px solid #666;
}
.box-style-2:hover .default-bg {
	background-color: #999;
	border: 1px solid #CCC;
}
.box-style-2:hover .default-bg * {
	color: #FFF;
}
.box-style-2:hover .dark-bg {
	background-color: #CCC;
	border: 1px solid #666;
}
.box-style-2:hover .dark-bg * {
	color: #666;
}
.box-style-2:hover .white-bg * {
	color: #CCC;
}
.box-style-3 {
	text-align: center;
	padding: 20px;
	margin: 20px 0;
	height: 620px;
}
.box-style-3 i {
	font-size: 22px;
	line-height: 45px;
}
.box-style-3 .icon-container {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-style-3 .body {
	margin-left: 80px;
}
.box-style-3 h2 {
	font-size: 20px;
	margin-top: 0;
}
.box-style-3:hover .icon-container {
	border: 1px solid #666;
}
.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid #3E3E3E;
}
.box-style-3:hover .default-bg * {
	color: #3E3E3E;
}
.box-style-3:hover .dark-bg {
	background-color: #fff;
	border: 1px solid #666;
}
.box-style-3:hover .dark-bg * {
	color: #666;
}
.box-style-3:hover .white-bg * {
	color: #3E3E3E;
}
.panel-body i {
	width: 35px;
	text-align: center;
}

/* BUTTONS */

.btn-two 
{
    color: #fff; 
    background-color: #666; 
    border: 0; 
  
}

.btn-two:hover,
.btn-two:focus,
.btn-two:active,
.btn-two.active,
.open .dropdown-toggle.btn-two 
{
    color: #fff; 
    background-color: #999; 
    border-color: #3E3E3E;
}

.btn-two:active,
.btn-two.active,
.open .dropdown-toggle.btn-two
{
    background-image: none;
}

.btn-three
{
    color: #fff; 
    background-color: #454545; 
    border: 0; 
}

.btn-three:hover,
.btn-three:focus,
.btn-three:active,
.btn-three.active,
.open .dropdown-toggle.btn-three 
{
    color: #fff; 
    background-color: #635135; 
    border-color: #0F2B3C;
}

.btn-three:active,
.btn-three.active,
.open .dropdown-toggle.btn-three 
{
    background-image: none;
}

.btn-four 
{
    background-color: #F2DEDE; 
    border: 2px solid #EED3D7; 
    color: #B94A48;
}

.btn-four:hover,
.btn-four:focus,
.btn-four:active,
.btn-four.active,
.open .dropdown-toggle.btn-four 
{
    color: #FFF; 
    background-color: #b1965e;
}

.btn-four:active,
.btn-four.active,
.open .dropdown-toggle.btn-four 
{
    background-image: none;
}

/* PAGE & SECTION TITLES */

.section-title
{
    margin: 0 0 15px 0; 
    padding: 0 0 8px 0; 
    font-size: 18px; 
    font-weight: 500; 
    color: #333; 
    text-transform: capitalize; 
    position: relative; 
    overflow: hidden;
}

.section-title strong
{
    color: #b1965e;
    font-weight:500;
}

.section-title:after 
{
    content: ""; 
    height: 1px; 
    background: #333; 
    width: 80px; 
    position: absolute; 
    top: 26px; 
    left: 0;
}

.section-title.white
{
    color: #fff; 
    background: none;
}

.section-title.white:after
{
    background: #fff;
}

/* FOOTER */

footer
{
	position: relative;    
	clear: both;
    	background-color: #FFF;
    	padding: 15px;
}

footer .social-media-icons span
    {
        background: none repeat scroll 0 0 #AAA;
        border-radius: 2px;
        color: #000;
        display: inline-block;
        font-size: 18px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 10px;
        text-align: center;
    }

footer .row
    {
        margin-left: -15px;
    }

footer h5 {
        font-weight: bold;
    }

footer p {
        color: #000;
        margin: 2px 0;
		position: relative;
    }
	
	footer span {
		position: relative;
	}

	
	
	footer p a:hover {
		color: rgb(100,100,100);
		text-decoration: none;
	}
	
	@media (max-width: 768px) {
		footer {
			text-align: center;
		}
		
		footer img {
			margin-bottom: 25px;
		}
	}
/* ASIDE */

aside.cta-quote {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: no-repeat center center scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

aside.cta-quote span.quote {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	color: #FFF;
}

@media(min-width:768px) {
    aside.cta-quote {
        padding: 150px 0;
        background-attachment: scroll;
    }

    aside.cta-quote span.quote {
        font-size: 36px;
        line-height: 38px;
    }
}

@media(min-width:992px) {
    aside.cta-quote {
        padding: 200px 0;
    }

    aside.cta-quote span.quote {
        font-size: 40px;
        line-height: 42px;
    }
}

@media(min-width:1025px) {
    aside.cta-quote {
        background-attachment: fixed;
    }
}		

/* CATEGORIES */

ul.categories
{
    border: 1px solid #ddd;
    list-style: none outside none;
    margin: 0;
    padding: 0 !important;
}

    ul.categories li
    {
        margin: 0;
    }

    ul.categories li a
    {
        display: block;
        padding: 9px 15px;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
    }

        ul.categories li:last-child a
        {
            border-bottom: 0;
        }

        ul.categories li a:hover
        {
            background-color: #13364b;
            color: #fff;
        }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Blog Masonry layout
---------------------------------- */
.masonry-grid {
}

.masonry-grid-item {
    	max-height: 500px;
}

.masonry-grid .blogpost {
	margin-bottom: 30px;
}

.masonry-grid .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}

.masonry-grid .blogpost h2.title {
	font-size: 24px;
}

.masonry-grid .blogpost .submitted {
	margin: 15px 0 10px;
}

.masonry-grid .blogpost .blogpost-content {
	margin-left: 0;
}

.masonry-grid .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}

.masonry-grid .blogpost .post-info .day {
	font-size: 20px;
}

.masonry-grid .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
	.masonry-grid .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.masonry-grid-item {
		max-width: 100%;
	}
}

/* Blog pages
---------------------------------- */
.blogpost {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	margin: 0 0 70px;
	position: relative;
}
.blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}
.blogpost h2.title {
	margin-bottom: 0;
	margin-top: 0;
}
.blogpost .submitted {
	font-size: 12px;
	margin: 10px 0;
}
.blogpost .side {
	float: left;
	width: 80px;
}
.blogpost .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 80px;
	height: 90px;
	padding: 10px 15px;
	background-color: #e84c3d;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.blogpost .side .post-info {
	float: none;
}
.blogpost .post-info .day {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.blogpost .post-info .month {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}
.blogpost .side span.share {
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	padding-top: 20px;
	display: block;
}
.blogpost .side .social-links {
	margin-top: 0;
}
.blogpost .side .social-links li {
	display: block;
	margin: 0;
}
.blogpost .side .social-links li a {
	width: 100%;
	height: auto;
	display: block;
	font-size: 20px;
	margin-bottom: 0;
	text-align: right;
	background-color: transparent;
	border-color: transparent;
	color: #e84c3d;
}
.blogpost .side .social-links li.twitter a:hover {
	background-color: transparent;
	color: #55acee;
	border-color: transparent;
}
.blogpost .side .social-links li.facebook a:hover {
	background-color: transparent;
	color: #3b5998;
	border-color: transparent;
}
.blogpost .side .social-links li.googleplus a:hover {
	background-color: transparent;
	color: #dd4b39;
	border-color: transparent;
}
.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 100px;
}
.blogpost footer {
	background-color: #b1965e;
	padding: 12px 20px;
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 2;
	clear: both;
}
.blogpost ul.links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.blogpost ul.links li {
	display: inline-block;
}
.blogpost ul.links li a {
	color: #666666;
	display: inline-block;
}
.blogpost ul.links li a:hover {
	color: #e84c3d;
}
.blogpost.full {
	background-color: transparent;
	border: none;
}
.blogpost.full footer {
	border: 1px solid #e8e8e8;
}
.blogpost.full .blogpost-body {
	padding: 20px 0;
}
.blogpost.full .submitted {
	margin: 0 0 20px 0;
}
.blogpost.full .overlay-container {
	margin-bottom: 20px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.blogpost .blogpost-content {
		margin-left: 70px;
	}
	.blogpost .side {
		width: 50px;
	}
	.blogpost .post-info {
		width: 50px;
		height: 60px;
		padding: 8px 8px;
		margin: 0 20px 5px 0;
	}
	.blogpost .post-info .day {
		font-size: 20px;
	}
	.blogpost .post-info .month {
		font-size: 11px;
		line-height: 1.2;
	}
}

/* Affix */
#affix.affix {
	position: static;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	#affix.affix {
		position: fixed;
		top: 65px;
		width: 80px;
	}
	#affix.affix-bottom {
		position: absolute;
		width: 80px;
	}
}

/* Affix Menu - Sidebar */
.sidebar.affix {
	position: static;
}

/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 293px;
	}
	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 213px;
	}
	.sidebar.affix {
		position: fixed;
		top: 20px;
	}
	.fixed-header-on .sidebar.affix {
		top: 65px;
	}
	.sidebar.affix-bottom {
		position: absolute;
	}
	.sidebar.affix-bottom .affix-menu,
	.sidebar.affix .affix-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
	.affix-menu {
		padding-top: 20px;
	}
	h3.title ~ .affix-menu {
		padding-top: 0px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 390px;
	}
	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 263px;
	}
}
/* Blog Masonry layout
---------------------------------- */
.masonry-grid .blogpost {
	margin-bottom: 30px;
}
.masonry-grid .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}
.masonry-grid .blogpost h2.title {
	font-size: 24px;
}
.masonry-grid .blogpost .submitted {
	margin: 15px 0 10px;
}
.masonry-grid .blogpost .blogpost-content {
	margin-left: 0;
}
.blogpost-content h2, .blogpost-content p, .blogpost-content a {
	color: #000;
}
.masonry-grid .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}
.masonry-grid .blogpost .post-info .day {
	font-size: 20px;
}
.masonry-grid .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width:992px) and (max-width:1199px) {
	.masonry-grid .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.masonry-grid-item {
		max-width: 100%;
	}
}


/* W-BOX */

.w-box{	margin:0 0 15px 0; 
		background:#FFF; 
		-webkit-transition:all 0.3s linear; 
		transition:all 0.3s linear; 
		position:relative; 
		overflow:hidden; 
		cursor:default; 
		}
.w-box:before, .w-box:after{
		display:table; content:"";}
.w-box:after{clear:both;}

.w-box h1{	margin:0; 
			padding:10px 15px; 
			font-weight:500; 
			font-size:20px;
			}
.w-box h2{	margin:0; 
			padding:12px 15px 0px 15px; 
			font-weight:500; 
			font-size:16px; 
			color:#333;
			}
.w-box.inner h2{padding:10px 0;}
.w-box small{display:block; font-size:12px; margin-top:3px;}
.w-box p{margin:6px 0; padding:0 15px; padding-bottom:8px;}
.w-box p.social-icons{margin:0; padding:5px 15px; border-top:1px solid #f1f1f1;}
.w-box p.social-icons a{display:inline-block; margin-right:5px; width:38px; padding:6px 0; text-align:center; font-size:14px; background:none; color:#7a92ac; border-radius:2px; border:1px solid #7a92ac;}
.w-box p.social-icons a:hover{background:#7a92ac; color:#fff;}
.w-box time{display:block; padding:8px 15px 0 15px;}
.w-box .w-footer{padding:10px 15px; border-top:1px solid #f1f1f1;}
.w-box .w-footer:before, .w-box .w-footer:after{display:table; content:"";}
.w-box .w-footer:after{clear:both;}
.w-box .w-footer small{font-size:12px;}
.w-box .w-box-parent{-webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.w-box .date-over{padding:10px; background:rgb(255, 255, 255); color:#7a92ac; position:absolute; top:15px; right:15px; text-align:center;}
.w-box .date-over.small{padding:4px 8px; font-size:12px;}
.w-box .date-over strong{font-size:12px; display:block;}
.w-box .plan-bg
{
	background-color: #ed0302;
}

.w-box .plan-bg h2, .w-box .plan-bg h3, .w-box .plan-bg small
{
	color: #fff;
	text-align: center;
}

.w-box .plan-bg h3
{
	font-size: 48pt;
}

.w-box .plan-info
{
	padding: 8px;
	text-align: center;
}

.w-box.product {
		background:#fff; 
		padding:0 0 0 10px;
		text-align:left;
		height:120px;
		 }
.w-box.product .figure{
		padding:15px; 
		text-align: center;
		}
.w-box.product p{
		text-align:left;
		}
.w-box.product .img{
		text-align:center;
		}
.w-box.product h2{
		border-bottom:0; 
		text-align:center;
		}
.w-box.product .thmb-img{
		text-align:center; 
		padding:15px 0;
		}
.w-box.product .thmb-img i{
		font-size:64px; color:#616161;
		}
.w-box.product .price{
		font-weight:500; 
		font-size: 22px;
		margin:10px;
		}

/* CHECK-LIST */

ul.list-check {list-style:none; margin:0; margin-bottom:15px; padding:0;}
ul.list-check li{padding:4px 0; margin:0; display:block; width:100%;}
ul.list-check li i{color:#b1965e; font-style:normal; margin-right:4px;}
ul.list-check li a{font-weight:500;}
ul.list-check li a:hover{text-decoration:none; color:#a1a1a1;}
ul.list-check li span{font-size: 14px;}

.menuBlock ul.submenu
{
    padding: 0;
    margin: 0;
}

.notVisible
{
    display: none !important;
}

.portfolio-carousel {
    padding: 0;
    color: #fff;
    background-color: #222;
}

.portfolio-carousel .item {
    padding: 50px 55px;
    text-align: center;
    background: no-repeat center center scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio-carousel .item .portfolio-image {
    margin-top: 50px;
}

.portfolio-carousel .item .project-details {
    padding: 0;
}

.portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px;
}

.portfolio-carousel .item .project-details .project-name {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
}

.portfolio-carousel .item .project-details .project-description {
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.portfolio-carousel .owl-controls {
    margin-top: 0;
}

.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 75px;
    margin: auto 0!important;
    border-radius: 0!important;
    text-align: center;
    font-size: 30px!important;
    line-height: 70px;
    color: #fff!important;
    background-color: #d4c5a6!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
    opacity: 1;
}

.portfolio-carousel .owl-controls .owl-prev {
    left: 0;
}

.portfolio-carousel .owl-controls .owl-next {
    right: 0;
}

@media(min-width:992px) {
    .portfolio-carousel .item {
        padding: 155px 55px;
        min-height: 100%;
        text-align: left;
    }

    .portfolio-carousel .item .portfolio-image {
        margin-top: 0;
    }

    .portfolio-carousel .item .project-details {
        padding: 15% 0 0;
    }

    .portfolio-carousel .item .project-details img.client-logo {
        margin: 0 auto 25px 0;
    }

    .portfolio-carousel .item .project-details .project-name {
        display: block;
        font-size: 50px;
        line-height: 50px;
    }

    .portfolio-carousel .item .project-details .project-description {
        font-size: 20px;
        line-height: 20px;
    }

    .portfolio-carousel .item hr.colored {
        margin: 20px auto 20px 0;
    }
}

.portfolio-gallery .item {
    padding: 15px;
}

.portfolio-modal {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio-modal .modal-backdrop {
    display: none;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background: 0 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 46px;
}

.portfolio-modal .modal-content img {
    margin: 30px auto;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-filter {
    display: inline-block;
}

.portfolio-filter #filters {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.portfolio-filter #filters li {
    display: inline-block;
}

.portfolio-filter #filters li .filter {
    display: block;
    margin: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FFF;
    background: 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.portfolio-filter #filters li .filter.active {
    border-color: #CCC;
    color: #fff;
    background-color: #AAA;
}

#portfoliolist .portfolio {
    display: none;
    float: left;
    width: 31%;
    margin: 1%;
    overflow: hidden;
}

#portfoliolist .portfolio .portfolio-wrapper {
    position: relative !important;
    overflow: hidden;
    background: #222;
    cursor: pointer;
}

#portfoliolist .portfolio .portfolio-wrapper img {
    position: relative;
    max-width: 100%;
}

#portfoliolist .portfolio .portfolio-wrapper .caption {
    position: absolute;
    bottom: -75px;
    width: 100%;
    height: 75px;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d4c5a6;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
    z-index: 500;
    position: relative;
    padding: 15px 8px;
    color: #fff;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
    color: #fff;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
    display: block;
    font-size: 12px;
}

@media only screen and (max-width:767px) {
    #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }
}

.featureWindow {
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

.featureWindow .panel-heading {
	background: rgb(79, 48, 22);
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-weight: bold;
}

.featureWindow .panel-body {
	background: rgba(255, 255, 255, 0.6);
}

.featureWindow .panel-heading .draggable {
	color: #fff;
}

.f01-menu.custom {
	margin-top: 20px;
	margin-top: 2rem;
}

.f01-menu.custom .menuBlock {
	background: transparent;
	border: 0;
}

.f01-menu.custom .panel-heading {
	border: 0;
	border-bottom: 1px solid #fff;
	background: rgb(79, 48, 22);
	border-radius: 0;
}

.f01-menu.custom .panel-heading a {
	font-weight: bold;
	color: #fff;
}

.f01-menu.custom .panel-body {
	background: rgba(255, 255, 255, 0.6);
	border: 0 !important;
}

.f05-feature-area #featuregrid {
	margin-top: 20px;
	margin-top: 2rem;
}

.f05-feature-area canvas {
	margin-bottom: -7px;
}

.f05-feature-area .q-bg-next-prev {
	position: absolute;
	top: 7rem;
	top: 70px;
	right: 0rem;
	right: 0px;
}

.f08-threejs.custom { 
	height: 750px;
}

.modal-content {
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.9);
}

.modal-header {
	background: #454545;
	border-bottom: 1px solid #fff;
}

.modal-header h4 {
	color: #fff;
}

.checkOut {
	margin-top: 2rem;
	margin-top: 20px;
}

.checkOut .well {
	border-radius: 0;
	border: 1px solid rgb(90, 90, 90);
	background-color: rgb(244,244,244);
}

.checkOut hr {
	border-top-color: rgb(20,20,20);
}

.p01-checkout .q-pay-action td {
	border: none !important;
}
/* Pricing tables
---------------------------------- */
.pricing-tables {
	margin: 60px 0 0;
}
.plan {
	text-align: center;
	border: 1px solid #c5c5c5;
	border-top: none;
	margin-bottom: 40px !important;
}
.plan + .plan {
	border-left: none;
}
.plan .header {
	padding: 10px 0;
	margin: 0 -1px;
}
.plan .header h3 {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #494949;
}
.plan .header .price {
	display: inline-block;
	font-size: 16px;
	padding: 10px 0 0;
	font-weight: 400;
	color: inherit;
}
.plan .header .price span {
	text-transform: uppercase;
}
.plan ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.plan ul li {
	padding: 12px 0px;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #fff;
}
.plan ul li a.pt-popover {
	color: #000;
	border-bottom: 1px dashed #000;
	position: relative;
}
.plan ul li a.pt-popover:hover {
	text-decoration: none;
}
.plan ul li a.pt-popover:after {
	position: absolute;
	top: 0px;
	left: -15px;
	font-family: "FontAwesome";
	content: "\f059";
	color: #DDDDDD;
	font-size: 12px;
}
.best-value.plan ul li {
	padding: 15px 0;
}
.plan .popover {
	width: 250px;
	font-size: 13px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.plan .popover-title {
	background-color: #e84c3d;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.plan .popover-content {
	font-size: 12px;
}
.plan .btn {
	text-shadow: none;
}
.gray .plan {
	border-top: 1px solid #c5c5c5;
	background-color: #f1f1f1;
	-webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}
.gray .col-sm-3>.plan,
.gray .col-sm-4>.plan {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.gray .plan .header {
	background: #fafafa;
	border: 1px solid #cacaca;
	width: 150px;
	height: 150px;
	margin: 15px auto;
	border-radius: 100%;
}
.gray .plan .header h3 {
	color: #e84c3d;
	display: block;
	margin-top: 30px;
}
.gray .plan .header .price {
	font-size: 24px;
	padding-top: 5px;
}
.gray .plan ul {
	background: #f1f1f1;
	border-top: 1px solid #e4e4e4;
}
.gray .plan ul li {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #f8f8f8;
	color: #333333;
}
.white .plan {
	border-color: #f3f3f3;
}
.white .plan .header {
	color: #fff;
	background: #e84c3d;
}
.white .plan .header h3 {
	color: #fff;
}
.white .plan ul {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #fbfbfb;
}
.white .plan ul li {
	border-bottom: 1px solid #f5f5f5;
}
.stripped .header {
	background: #e84c3d;
	border: none;
	-webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
	-moz-box-shadow: 0px 0px 60px #cd3c2e inset;
	box-shadow: 0px 0px 60px #cd3c2e inset;
	color: #fff;
}
.stripped .header h3 {
	color: #fff;
}
.stripped .plan ul {
	-webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
	-moz-box-shadow: 0px 0px 32px 0px #cacaca inset;
	box-shadow: 0px 0px 32px 0px #cacaca inset;
	background: #fdfdfd;
}
.stripped .plan ul li {
	border: 1px solid #ececec;
	border-top: none;
	color: #666;
}
.stripped .plan ul li:nth-child(even) {
	-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
	-moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
	box-shadow: 0px 0px 40px #e4e4e4 inset;
	background: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.w-koole-leather strong {
	color: #000;
}

.w-koole-top strong {
	color: #000;
}