
/* #Custom Fonts
================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);




.touch input[type=email], .touch input[type=password], .touch input[type=search], .touch input[type=text] {
	-webkit-appearance: caret;
	-moz-appearance: caret
}
/* #Site Styles
================================================== */

.loader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999;background:#fff}
.bubblingG{position:absolute;top:50%;left:50%;text-align:center;margin:-36px 0 0 -57px;width:115px;height:73px}
.bubblingG span{display:inline-block;vertical-align:middle;width:14px;height:14px;margin:36px auto;background:#ffa800;-moz-border-radius:72px;-moz-animation:bubblingG 1.7s infinite alternate;-webkit-border-radius:72px;-webkit-animation:bubblingG 1.7s infinite alternate;-ms-border-radius:72px;-ms-animation:bubblingG 1.7s infinite alternate;-o-border-radius:72px;-o-animation:bubblingG 1.7s infinite alternate;border-radius:72px;animation:bubblingG 1.7s infinite alternate}
#bubblingG_1 span{background:#ffa800;}#bubblingG_1{-moz-animation-delay:0s;-webkit-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}
#bubblingG_2{-moz-animation-delay:.51s;-webkit-animation-delay:.51s;-ms-animation-delay:.51s;-o-animation-delay:.51s;animation-delay:.51s}
#bubblingG_3{-moz-animation-delay:1.02s;-webkit-animation-delay:1.02s;-ms-animation-delay:1.02s;-o-animation-delay:1.02s;animation-delay:1.02s}@-moz-keyframes bubblingG{0%{width:14px;height:14px;background-color:#ffa800;-moz-transform:translateY(0)}100%{width:35px;height:35px;background-color:#fff;-moz-transform:translateY(-30px)}}@-webkit-keyframes bubblingG{0%{width:14px;height:14px;background-color:#ffa800;-webkit-transform:translateY(0)}100%{width:35px;height:35px;background-color:#fff;-webkit-transform:translateY(-30px)}}@-ms-keyframes bubblingG{0%{width:14px;height:14px;background-color:#ffa800;-ms-transform:translateY(0)}100%{width:35px;height:35px;background-color:#fff;-ms-transform:translateY(-30px)}}@-o-keyframes bubblingG{0%{width:14px;height:14px;background-color:#ffa800;-o-transform:translateY(0)}100%{width:35px;height:35px;background-color:#fff;-o-transform:translateY(-30px)}}@keyframes bubblingG{0%{width:14px;height:14px;background-color:#ffa800;transform:translateY(0)}100%{width:35px;height:35px;background-color:#fff;transform:translateY(-30px)}}


html, html a {
	-webkit-font-smoothing: antialiased
}
html {
	-ms-overflow-style: scrollbar
}
body {
	font: 14px/19px 'Roboto Slab', serif;
	color: #000;
	background-color: #fff;
}

a, a:active, a:focus, a:hover, a:visited {
	color: #000;
	outline: 0
}
a:active, a:focus, a:visited {
	text-decoration: none
}
p {
	margin-bottom: 15px;
	padding: 0;
}


::selection {
  background: #ffa800;
  color: #fff;
}
::-moz-selection {
  background: #ffa800;
  color: #fff;
}
::-webkit-selection {
  background: #ffa800;
  color: #fff;
}


.media{
	padding-bottom: 10px;
}
.media>.pull-left{
	margin-right: 19px;
}

@media (max-width:530px) {
	.media .media-body{
		width: 100%;
		padding-top: 15px;
	}
}


/* title
================================================== */

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #403025;	
	font-size: 30px;
	line-height: 1.1em;
	padding-bottom: 20px;

	 
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #403025;	
	-moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
	color: #ffa800;
	text-decoration: none;	
}







/* end title
================================================== */




.form-control {
	-webkit-box-shadow: none;
	box-shadow: none
	color: #3b312a;
	font-family: 'Roboto Slab', serif;
	padding: 6px 12px;
	height: 40px;
	border-top:1px solid #f6f6f6;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #e8e8e8l    	
}


input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}   






:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}





.divider-xxs {
	height: 1px;
	line-height: 1px;
	clear: both
}
.divider-xs {
	height: 10px;
	line-height: 10px;
	clear: both
}
.divider-sm {
	height: 20px;
	clear: both;	
}
.divider-md {
	height: 34px;
	clear: both;	
}
.divider-lg {
	height: 40px;
	clear: both
}




/* btn
================================================== */

.btn {
	display: inline-block;
	padding: 0.84em 1.1em 0.80em;
	font-size: 14px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-weight: bold;	
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: #ffa800;
	color: #3b312a;
	text-transform: uppercase;

	-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;

	 -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:focus {
	outline: none;
}
.btn > span {
	vertical-align: middle;
}



.btn::before,
.btn::after {
	content: '';
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn::before {
	border: 2px solid #3b312a;
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.btn::after {
	background: #ffa800;
}


.btn:hover{
	color: #3b312a;
}
.btn:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.btn:hover::after {
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}



.btn-sm{
	font-size: 14px;
	padding: 0.65em 0.85em 0.74em;
}

.btn-md{
	font-size: 18px;
	padding: 0.66em 1em 0.75em;
}


.btn-top{
	margin-top: 17px;
}

.btn-top1{
	margin-top: 80px;
}

.btn.btn-select{
	color:#ffffff !important; 
}
.btn.btn-select:after{
	background:#3b312a !important;	
}





.btn-empty {
	display: inline-block;
	padding: 0.84em 2.35em 0.80em;	
	font-size: 14px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-weight: bold;	
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: #dddddd;
	color: #9e9e9e;
	text-transform: uppercase;
	cursor: default;
	text-decoration: none;
	
	

	 -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-empty:hover{
	text-decoration: none;
	color: #9e9e9e;	
}



/* End btn
================================================== */





/* style form
================================================== */
input,
textarea,
select{
	font-weight: lighter;	
	font-size: 12px;
	line-height: 1.2em;
}
.form-group{
	margin-bottom: 10px;
	position: relative;
}

.form-group{
	position: relative;
}
.form-control{
	border: 1px solid #e8e8e8;
	color: #000000;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;	
	font-size: 12px;

	-webkit-box-shadow: 1px 1px 2px rgba(1, 1, 1, 0.12);
  -moz-box-shadow: 1px 1px 2px rgba(1, 1, 1, 0.12);
  box-shadow: 1px 1px 2px rgba(1, 1, 1, 0.12);

	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

.form-control:focus{
	border:1px solid #ffa800; 
	box-shadow: 0 0 4px rgba(255,168,0,.9) !important;
}

.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"], 
.radio input[type="radio"], 
.radio-inline input[type="radio"]{
	margin-left: 0;
	margin-right: 10px;
}

label {
	font-weight: 300;
	margin-bottom: 3px;
	font-size: 15px;
	font-family: Lora;
	color: #4d4d4d;
}
label.error{
	color: #ff505f;
}
.form-label {
	display: inline-block;
	margin-bottom: 7px
}

.row-checkbox label{
	display: inline-block;
	position: relative;
}

.checkbox label, .radio label{
	font-weight: 300;
}




/*******************************************************************
*  Header
*******************************************************************/

header{
	position: relative;
	z-index: 1;
}
header .wrappertop{
	min-height: 153px;	
}
header .background{
	background: #51443b url("../images/wrapper-header.jpg")  center top repeat;
}

/* logo */
header .navbar-logo {
	margin-top: 21px;
	color: #fff;
	font-size: 38px;
	line-height: 1.2em;
	font-weight: bold;
	position: relative;	
	text-transform: capitalize;
	padding:3px 0 0 68px;
	letter-spacing: -0.03em;

	-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
header .navbar-logo img{
	position: absolute;
	top: -6px;
	left: 0;
}
header .navbar-logo  a{
	color: #fff;
}
header .navbar-logo  a:hover{
	text-decoration: none;	
}

/* /logo */


/* navbar-time  */

header .navbar-time {
	padding: 4px 49px 0 48px;
	top: 26px;
	position: relative;

	-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
header .navbar-time .icon{
	position: absolute;
	left: -1px;
	top: 0px;
	font-size: 36px;
	line-height: 1.2em;
	color: #ffa800;
}
header .navbar-time  b{
	color: #ded3ab;
	display: block;
	font-size: 18px;	
}
header .navbar-time  span{
	display: block;
	color: #c1bdad;
	font-size: 12px;
}
/* /navbar-time  */


/* navbar-tel */
header .navbar-tel{
	font-size: 26px;	
	position: relative;
	top: 24px;
	padding:11px 4px 0 45px;
	color: #ded3ab;
	font-weight: bold;	

	-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);		
}
header .navbar-tel .icon{
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 36px;
	line-height: 1.2em;
	color: #ffa800;
}


/* /navbar-tel */



header .container{
	position: relative;
}

header .wrapperbottom{
	background: #d4b68d url("../images/wrapper-menu.jpg")  center top repeat-x;
	min-height: 57px;
	position: absolute;
	margin-top: -57px;
	width: 100%;
	display: none;

}



@media (max-width:991px) {
	header .wrappertop{
		min-height: 190px;
	}
	header .navbar-logo{
		text-align: center;
		width: 100%;
		margin-top: 17px;
		font-size: 30px;
		padding: 0;
	}
	
	header .navbar-logo img{
		position: relative;
		max-width: 35px;
		margin-right: 10px;
		margin-top: 5px;
		
	}
	header .navbar-tel{
		text-align: center;
		width: 100%;		
		top: 0px;
		padding: 10px 0;
		font-size: 22px;
	}
	header .navbar-tel p{
		 padding-top: 15px;
		 left: auto;
	}
	header .navbar-tel .icon{
		position: relative;
		top: 3px;
		font-size: 27px;
	}
	header .navbar-time{
		width: 100%;
		float: none !important;
		text-align: center;
		top: 0;						
	}
	header .navbar-time .icon{
		position: relative;
	}
	header .navbar-time b{
		display: inline-block;		
	}
	header .navbar-time span{
		display: block;
		text-align: center;		
	}
	header .navbar-time span.icon{
		display: inline-block;
		top: 12px;
		margin-right: 5px;
		
	}
}

@media (max-width:345px) {
	header .navbar-logo img,	
	header .navbar-time .icon,
	header .navbar-tel .icon{
		display: none !important;		
	}
	header .navbar-tel {
		padding:17px 0; 
	}
}





/* main-menu
================================================== */



/* top menu */
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none
}
.sf-menu {
	z-index:10;
	padding:10px 0 0;
	clear:both;
	list-style-type:none;
	position:relative;
}
.sf-menu li {
	position:relative
}





.sf-menu > li > a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.sf-menu > li > a::before {
    background:#ffa800 url(../images/nav_active.png) center top repeat-x;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    height: 0px;    
    z-index: -1;

     -moz-transition: all 0.2s ease-out;
 -o-transition: all 0.2s ease-out;
 -webkit-transition: all 0.2s ease-out;
}
.sf-menu > li > a:hover, .sf-menu > li > a:focus, .sf-menu > li > a:active {
    color: #403025;
}
.sf-menu > li > a:hover:before, .sf-menu > li > a:focus:before, .sf-menu > li > a:active:before {
    height: 5px;  
}



.sf-menu > li.current > a:before
{
	 background:#ffa800 url(../images/nav_active.png) center bottom repeat-x;
     height: 56px;  
}









.sf-menu ul {
	position:absolute;
	display:none;
	top:100%;
	left:0;
	margin-top:-3px;
	z-index:99
}
.sf-menu>li {
	float:left;
}
.sf-menu li.sfHover>ul, .sf-menu li:hover>ul {
	display:block
}
.sf-menu a {
	display:block;
	position:relative;

	 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
}
.sf-menu ul ul {
	top:0;
	left:100%
}
.sf-menu>li {
	display:block;
	position:relative;
	padding-bottom:18px;
	height:40px;	
}
.wrapperbottom dd{
	display: none;
	
}
.wrapperbottom dd,
.wrapperbottom li{
	float: left;
}

.sf-menu>li>a {
	text-decoration:none;
	position:relative;
	display:block;
	font-size: 17px;
	text-transform:uppercase;
	color:#403025;	

	-webkit-text-shadow: 0px 1px 1px #f2dfa2;
  -moz-text-shadow: 0px 1px 1px #f2dfa2;
  text-shadow: 0px 1px 1px #f2dfa2;
}
.sf-menu>li:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 50%;
	margin-top: -13px;
	width: 1px;
	height: 27px;
	background: #ffa800;
}
.sf-menu>li:last-child:before{
	display: none;
	
}

.navbar-main-menu .sf-menu dt:last-child >li:before{
	display: none;	
}




.sf-menu ul {
	min-width:16em;
	background:#f3f3f3;
	border-top: 5px solid #ffa800;
	padding: 15px 20px;
}
.sf-menu ul ul {
	margin-top:-1px;

}
.sf-menu ul li{
	border-bottom: 1px solid #e7e7e7;
	float: none;
}
.sf-menu ul li:hover{
	border-bottom: 1px solid #ffa800;
}
.sf-menu ul li:last-child{
	border-bottom:none; 
}
.sf-menu ul li a {
	display:block;
	padding:10px 5px 10px 0;
	font-weight: normal;
	
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
}
.sf-menu ul li a:hover{
	color: #ffa800;
}

.sf-menu ul ul li a {
	text-transform:none
}
.sf-menu ul .sf-arrows .sf-with-ul {
	padding-right:2.5em;
*padding-right:1em
}
.sf-arrows ul .sf-with-ul:after {
	content:'\e077';
	position:absolute;
	top:45%;
	right:20px;
	height:0;
	width:0;
	font-family:icomoon;
	font-size:10px
}
.sf-arrows>.sfHover>.sf-with-ul:after, .sf-arrows>li:hover>.sf-with-ul:after, .sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color:#fff
}
.sf-arrows ul .sf-with-ul:after {
	margin-top:-5px;
	margin-right:-3px;
	border-color:transparent;
	border-left-color:#dFeEFF;
	border-left-color:rgba(255, 255, 255, .5)
}
.sf-arrows ul .sfHover>.sf-with-ul:after, .sf-arrows ul li:hover>.sf-with-ul:after, .sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color:#fff
}
.navbar-main-menu .sf-menu {
	padding:0;
	margin:0
}
.navbar-main-menu .sf-menu>li {
	height:55px;
	background:url(../images/menu_sep.png) right 16px no-repeat; 
}
.navbar-main-menu .item.lastItem .sf-menu>li{
	background: none !important;
}

.navbar-main-menu .sf-menu>li.lastItem{
	background:none; 
}

.navbar-compact .navbar-main-menu .sf-menu>li {
	height:32px;
	margin-bottom:10px
}

.navbar-main-menu .sf-menu>li:first-child>a {
	padding:17px 40px 15px;
}
.navbar-main-menu .item-home a{
	font-size: 18px;
	border:none !important; 
	padding:16px 25px 15px 0px!important;
	-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
}
.navbar-main-menu .item-home a:hover{
	color: #ffa800;

	-webkit-text-shadow: 0px 1px 1px #403025;
  -moz-text-shadow: 0px 1px 1px #403025;
  text-shadow: 0px 1px 1px #403025;
}
.navbar-main-menu .item-home a:hover:before{
	display: none;	
}



.offscreen_fix {
   left:-90% !important;
   top: 1px !important;
}


@media (max-width:1200px) {
	.navbar-main-menu .sf-menu > li:first-child > a {
	    padding-left: 17px;
	    padding-right: 17px;
	}

}



.ie11 .navbar-main-menu .sf-menu>li:first-child>a {
	padding:17px 35px 20px;
}



/* / End top menu */




.navbar-main-menu {
	z-index: 10;
	padding: 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	list-style-type: none;
	position: relative;

}
.navbar-main-menu .item {
	float: left;
	height: 38px;
	padding: 0;
	margin: 0 0 -6px 0;
	position: relative;
}


.navbar {
	width: 100%;
	border-radius: 0;
	background: 0 0;
	top: 0;
	margin-bottom: 0;
	z-index: 9990;
	border: 0!important
}



/* End main-menu
================================================== */


/* Mobile menu
================================================== */


.expander-list, .expander-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.expander-list li {
	margin: 0;
}
.expander-list .expander {
	cursor: pointer;
	float: right;
	padding: 0 8px;
}
.expander-list .name {
	border-bottom: 1px dotted #fff;
	display: block;
	padding: 7px 0 6px 0;
}
.expander-list ul .name {
	padding-left: 21px;
}
.expander-list ul ul .name {
	padding-left: 42px;
}
.expander-list ul ul ul .name {
	padding-left: 63px;
}
.expander-list .last>.name {
	border: none;
}



#outer {
	overflow: hidden;
}
#outer-canvas, #off-canvas-menu {
	width: 100%;
}
body.off-canvas-menu-open #outer-canvas {
	margin-left: 0;
	overflow: hidden;
	position: relative;
}
body.off-canvas-menu-open.notouch #outer-canvas {
	margin-left: 280px;
}
#outer-canvas:before {
	background-color: #fff;
	content: " ";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#off-canvas-menu {
	background: #ffa800;
	display: block;
	left: -280px;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 280px;
	z-index: 10001;
}
#off-canvas-menu .expander-list {
	list-style-type: none;
	margin: 42px;
}
#off-canvas-menu .expander-list ul {
	margin-left: 10px;
}
#off-canvas-menu .expander-list .expander {
	color:#fff;
	font-size: 15px;
	margin-top: 3px;
}
#off-canvas-menu .expander-list .name {
	padding: 10px 0;

	-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
}
#off-canvas-menu .expander-list .name:hover{
	padding-left: 10px;
}
#off-canvas-menu .expander-list ul .name {
	padding:4px 0;
}
#off-canvas-menu ul li span.icon {
	font-size: 18px;
	line-height: 22px;
	padding: 0 10px 0 0;
}
#off-canvas-menu ul li li li {
	padding-left: 15px;
}
#off-canvas-menu ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
}
#off-canvas-menu-close {
	background: #ffa800;
	display: none;
	height: 59px;
	right: -57px;
	top: 17px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 57px;
	z-index: 2;
	color: #fff;
	cursor: pointer;
	font-size: 32px;
}
 #off-canvas-menu-close [class^="icon-"]:before, #off-canvas-menu-close [class*=" icon-"]:before {
margin:0;
width: auto;
line-height:58px;
}
body.off-canvas-menu-open #off-canvas-menu-close {
	display: block;
}
body.off-canvas-menu-open #off-canvas-menu {
	display: block;
	left: 0;
}
body.off-canvas-menu-open #outer-overlay {
	background: none repeat scroll 0 0 #000;
	display: block;
	height: 100%;
	left: 0;
	min-height: 100%!important;
	opacity: .5;
	position: absolute!important;
	top: 0;
	width: 100%!important;
	z-index: 10000;
}
#outer-overlay {
	opacity: 0;
	z-index: 0;
}
.mobile-block{
	z-index: 777;
}
.mobile-block,
#off-canvas-menu{
	position: fixed;
}
.expand-nav {
	left: 0;
	position: absolute;
	top: 85px;
	z-index: 777;
}
.expand-nav .nav-item>a {
	background: #ffa800;
	display: block;
	float: left;
	width: 57px;
	height: 59px;
	left: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	
	z-index: 2;
}
.expand-nav .nav-item.active>a {
	background: #686868;
}
.expand-nav .nav-item>a .icon {
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 50px;
	margin-top: 5px;
	position: relative;
}




#off-canvas-menu, #outer-canvas {
-o-transition:all .2s ease;
-moz-transition:all .2s ease;
-webkit-transition:all .2s ease;
-ms-transition:all .2s ease;
transition:all .2s ease
}


/* End Mobile menu
================================================== */




/* Sticky
================================================== */

.navbar-switcher-container{
	position: fixed;
	z-index: 777777;
	width: 100%;
	top: 0;
	display: none;	
}


.navbar-switcher {
	display: block;
	z-index: 77777;
	width: 59px;
	height: 57px;
	top:0px;
	right: 0;
	float: right;
	margin-bottom: 0px;
	background: #ffa800;
	padding: 0px 7px;
	cursor: pointer;
	color: #fff;
	radius:0;
}
.navbar-switcher img{
	width: 100%;
	height: auto;
	max-width: 56px;
}
.navbar-switcher.active {
	background: #333
}
.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
	display: none
}
.navbar-switcher.active .i-active {
	display: inline;
	font-size: 1.8em;
	line-height: 1.5em
}
.main-menu-fix{
	display: none;
	background: #51443b url("../images/wrapper-menu.jpg")  center top repeat;
	width: 100%;
	min-height: 55px;	


}
.navbar-main-menu{
	width: 100%;
	float: none;	
}

.main-menu-fix .sf-menu li:hover ul{
	display: block !important;
	
}
.mobile-nav{
	display: none;
	
}
@media screen and (max-width: 767px) {
	.mobile-nav{
		display: block;			
	}
}

.main-menu-fix .navbar-main-menu{
	position: relative;
	z-index: 99999;
}



.navbar-switcher.active {
	background: #333!important
}
.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
	display: none
}
.navbar-switcher.active .i-active {
	display: inline;
	font-size: 1.8em;
	line-height: 1.5em
}


@media screen and (max-width: 992px) {
	.navbar-switcher-container{
		display: none !important;			
	}
}

/* End Sticky
================================================== */



/* social-widgets
================================================== */


.social-widgets {
	position: fixed;
	z-index: 10000;
	top: 39%;
	height: 0;
	width: 0;
	left: -310px;
}
.social-widgets .item, .social-widgets .items {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.social-widgets .items {
	top: -125px;
	position: relative
}
.social-widgets .item {
	position: absolute;
	top: 0;
	left: 120px;


-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
}
.social-widgets .active {
	z-index: 100;
	left: -310px
}
.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
	left: 0;
}
.social-widgets .item-01 {
	top: 0;
	z-index: 99
}
.social-widgets .item-02 {
	top: 66px;
	z-index: 98
}
.social-widgets .item-03 {
	top: 132px;
	z-index: 97
}
.social-widgets .item-04 {
	top: 198px;
	z-index: 96
}
.social-widgets .item-05 {
	top: 264px;
	z-index: 95
}
.social-widgets .item-06 {
	top: 330px;
	z-index: 94
}
.social-widgets .item-07 {
	top: 396px;
	z-index: 93
}
.social-widgets .item-08 {
	top: 462px;
	z-index: 92
}
.social-widgets .item-09 {
	top: 528px;
	z-index: 91
}
.social-widgets .tab-icon {
	position: absolute;
	top: 0;
	right: -57px;
	display: block;
	width: 57px;
	height: 59px;
	background: rgba(64, 48, 37, 1);	
	border-right: 0;
	text-align: center;
	font-size: 1.54em;
	line-height: 2.9em;

	-webkit-box-shadow: 0px 3px 4px rgba(1, 1, 1, 0.2);
  -moz-box-shadow: 0px 3px 4px rgba(1, 1, 1, 0.2);
  box-shadow: 0px 3px 4px rgba(1, 1, 1, 0.2);
}
.social-widgets .tab-icon span{
	color: #ded3ab;
}
.social-widgets .facebook .tab-icon{
	border-left:3px solid #4664b7; 
}
.social-widgets .twitter .tab-icon{
	border-left:3px solid #00b6e4; 
}
.social-widgets .youtube .tab-icon{
	border-left:3px solid #d80000; 
}


.social-widgets .tab-icon:hover {
	text-decoration: none
}

.social-widgets .tab-content {
	background: #fff;
	width: 310px;
	padding: 10px 15px
}
.social-widgets .active .tab-content {
	box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}
.social-widgets .title {
	padding: 4px 0 11px;
	font: 1.23em Mavenpro, Arial, Helvetica, sans-serif;
	text-transform: uppercase
}
.social-widgets .facebook.active {
	left: 310px
}
.social-widgets .facebook .tab-content {
	width: -310px
}
.social-widgets .twitter.active {
	left: 310px
}
.social-widgets .twitter .tab-content {
	width: -310px
}
.social-widgets .twitter-widget {
	padding-top: 10px
}
.social-widgets .youtube.active {
	left: 305px
}
.social-widgets .youtube .tab-content {
	width: -305px;
	padding-left: 18px;
}
.social-widgets .loading {
	min-height: 200px;
	position: relative;
	z-index: 1000;
}
.social-widgets .loading img.ajaxloader {
	position: absolute;
	top: 45%;
	left: 45%;
	width: 32px;
	height: 32px
}



.icon-facebook-3 {
	color: #4664b7
}
.icon-twitter-3 {
	color: #00b6e4
}
.icon-linkedin-2 {
	color: #0073a5
}
.icon-youtube-3 {
	color: #a21616
}
.icon-pinterest-2 {
	color: #cb2027
}
.icon-googleplus-2 {
	color: #363636
}


.live-chat {
	position: fixed;
	bottom: -293px;
	right: 0;
	z-index: 5000;
	cursor: pointer;
	width: 306px;
	height: 325px
}
.live-chat.active {
	bottom: -3px
}
.live-chat .head {
	height: 32px;
	background: #ee3b27;
	font: 1.23em/2.2em Mavenpro-medium, Arial, Helvetica, sans-serif;
	color: #fff
}
.live-chat .head span.icon-left {
	display: block;
	float: left;
	height: 32px;
	line-height: 2em;
	text-align: center;
	color: #db3624;
	background: #a01d0e;
	width: 32px;
	border-right: 1px solid #f7513e;
	margin-right: 11px;
	padding-right: 2px
}
.live-chat .head span.caret {
	display: block;
	float: right;
	height: 32px;
	color: #fff;
	margin-right: 30px;
	border: none
}
.live-chat .head span.caret:before {
	font-family: icomoon;
	font-size: 1.4em;
	content: "\e076"
}
.live-chat.active span.caret:before {
	content: "\e075"
}
.live-chat .tab-content {
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	background: #FFF;
	height: 290px
}
.live-chat .tab-content .form-group {
	margin: 0 0 9px
}
.live-chat .tab-content .form-group textarea {
	height: 95px
}
.live-chat .tab-content .form-control {
	box-shadow: none!important;
	color: #494949!important;
	display: block;
	font-size: 1em;
	height: 25px;
	padding: 5px 6px;
	border-radius: 2px
}
.live-chat .tab-content .btn-mega {
	height: 26px;
	width: 100%;
	padding: 2px 0
}


.social-widgets .item, .social-widgets .tab-content, .social-widgets .tab-icon {
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}


/* End social-widgets
================================================== */


/* back-to-top
================================================== */
.back-to-top {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 111;
	background: transparent;
	width: 52px;
	height: 52px;
	text-align: center;
	font-size: 25px;
	line-height: 2.3em;
	background-color: #ffa800;
	color: #fff;

	 -moz-transition:all 0.5s ease-out;
 -o-transition:all 0.5s ease-out;
 -webkit-transition:all 0.5s ease-out;

}

.back-to-top:hover{
	animation:hover-arrow alternate infinite 0.7s;
-moz-animation:hover-arrow alternate infinite 0.7s;
-webkit-animation:hover-arrow alternate infinite 0.7s;
}


/* arrow animation */
@-webkit-keyframes hover-arrow {
	0% {line-height: 2.3em;}
	0% {line-height: 2em;}
	100% {line-height: 2.3em;}
}
@-moz-keyframes hover-arrow {
	0% {line-height: 2.3em;}
	0% {line-height: 2em;}
	100% {line-height: 2.3em;}
}
@-ms-keyframes hover-arrow {
	0% {line-height: 2.3em;}
	0% {line-height: 2em;}
	100% {line-height: 2.3em;}
}
@-o-keyframes hover-arrow {
	0% {line-height: 2.3em;}
	0% {line-height: 2em;}
	100% {line-height: 2.3em;}
}
@keyframes hover-arrow {
	0% {line-height: 2.3em;}
	0% {line-height: 2em;}
	100% {line-height: 2.3em;}
}
/* /arrow animation */


/* End back-to-top
================================================== */






/*******************************************************************
* // End header
*******************************************************************/


/*******************************************************************
* // slider
*******************************************************************/
#slider{
	position: relative;
	z-index: 0;
}

#slider{
	position: relative;
	z-index: 0;
}



/* slider-round-box */
.slider-round-box{
	width: 458px;
	height: 458px;
	border:8px solid #ded3ab;
	display: block;
	

	 background-color: rgba(25, 15, 6, 0.8);

	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-round-box:before{
	content:"\e06a";
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom:0.25em;
	font-size: 86px;
	line-height: 1.2em;
	color: #fff;
	margin-left: -0.5em;	
	font-family:icomoon;

	

	animation:rollIn alternate infinite 0.7s;
-moz-animation:rollIn alternate infinite 0.7s;
-webkit-animation:rollIn alternate infinite 0.7s;

}
.slider-round-box .text{
	position: absolute;
	display: block;	
	width: 100%;
	text-align: center;
	margin-top: -1.1em;
padding-right: 20px;

   top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.9);
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.9);
	
}
.slider-round-box b{
	color: #fcf7e6;
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 1.1em;
	padding-bottom: 15px;
	
	letter-spacing:-0.03em; 	
}
.slider-round-box strong{
	color: #ffa800;
	font-size: 72px;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing:-0.03em; 
}




/* arrow animation */
@-webkit-keyframes rollIn {
	0% { bottom:0.25em; color: #fff;}
	0% { bottom:0.12em; color: #ffa800;}
	100% { bottom:0.25em; color: #fff;}
}
@-moz-keyframes rollIn {
	0% { bottom:0.25em; color: #fff;}
	0% { bottom:0.12em; color: #ffa800;}
	100% { bottom:0.25em; color: #fff;}
}
@-ms-keyframes rollIn {
	0% { bottom:0.25em; color: #fff;}
	0% { bottom:0.12em; color: #ffa800;}
	100% { bottom:0.25em; color: #fff;}
}
@-o-keyframes rollIn {
	0% { bottom:0.25em; color: #fff;}
	0% { bottom:0.12em; color: #ffa800;}
	100% { bottom:0.25em; color: #fff;}
}
@keyframes rollIn {
	0% { bottom:0.25em; color: #fff;}
	0% { bottom:0.12em; color: #ffa800;}
	100% { bottom:0.25em; color: #fff;}
}
/* /arrow animation */



/* /slider-round-box */



/* arrow */

.tp-leftarrow.default,
.tp-rightarrow.default{
	width: 29px;
	height: 29px;
	background:#fff;
	display: block;
	color: #000000 !important;
	text-align: center;
	line-height: 1.8em !important;
	background: none !important;	   
 
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
}
.tp-leftarrow.default,
.tp-rightarrow.default {

  -webkit-transition: 200ms -webkit-transform linear;
  transition: 200ms transform linear;
  color: #d2d2d2;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {  
  color: #ffa800 !important;
}
.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
  font-family: 'icomoon';
  font-size: 39px;
  line-height: 32px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tp-leftarrow.default:before {
  content: "\e078";
}
.tp-rightarrow.default:before {
  content: "\e07b";
}


/* /arrow */



/*******************************************************************
* // End slider
*******************************************************************/


/*******************************************************************
* Content
*******************************************************************/


/* fill */

.fill-dark{
	background-color: #5a514a;

	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);	
}
.fill-light{
	background-color: #f8f6ef;

	  -webkit-box-shadow: inset 0px 0px 6px rgba(1, 1, 1, 0.05);
  -moz-box-shadow: inset 0px 0px 6px rgba(1, 1, 1, 0.05);
  box-shadow: inset 0px 0px 6px rgba(1, 1, 1, 0.05);	
}
.fill-light-1{
	background-color: #f1ede0;

	  -webkit-box-shadow: inset 0px 0px 6px rgba(1, 1, 1, 0.05);
  -moz-box-shadow: inset 0px 0px 6px rgba(1, 1, 1, 0.05);
  box-shadow: inset 0px 0px 6px rgba(1, 1, 1, 0.05);	
}



.fill-inner{
	padding:58px 0 38px 0;
}
.fill-light-inner{
	padding:44px 0 48px 0;
}
.fill-light-1-inner{
	padding:53px 0 82px 0;
}
/* End fill */


/* content-inner */
.content-inner{
	padding-top: 54px;
	padding-bottom: 80px;
}
.content-inner-top{
	padding-top: 54px;
}

.content-inner-subpage{
	padding-top: 24px;
	padding-bottom: 80px;
}
/* /content-inner */






/* responsive video
==================================== */

.video-indent{
	max-width: 541px;
	margin:0 auto;
	overflow: hidden;
}
.myvideo {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border:1px solid transparent;
}
.myvideo iframe,.myvideo object,.myvideo embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* /responsive video
==================================== */




/* categories-box
================================================== */
.categories-box{
	color: #ded3ab;
	text-align: center;	
}



/* figure */
figure{
	margin-bottom: 27px;
}
figure img{
	width: 100%;
	height: auto;
	display: block;			
}
.categories-box figure{
	border: 7px solid #3b312a;
	background-color: #3b312a;
	width: 154px;
	height: 154px;
	display: block;
	margin:0 auto;
	text-align: center;	  
	
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow:0px 3px rgba(1, 1, 1, 0.2);
  -moz-box-shadow:0px 3px rgba(1, 1, 1, 0.2);
  box-shadow:0px 3px rgba(1, 1, 1, 0.2);

  -moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
}

.categories-box .icon1{
	font-size: 48px;
	line-height: 3em;
	color: #ffa800;

	-webkit-text-shadow: 0px 1px 1px #3b312a;
  -moz-text-shadow: 0px 1px 1px #3b312a;
  text-shadow: 0px 1px 1px #3b312a;

  -moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
}
.categories-box .row {
	margin-left: -14px;
	margin-right: -14px;
}
/* /figure */


/* hover */
.categories-box:hover{
	cursor: pointer;
}
.categories-box:hover figure{
	background-color: #ffa800;

	-webkit-box-shadow:0px 3px #48413b;
  -moz-box-shadow:0px 3px #48413b;
  box-shadow:0px 3px #48413b;
}
.categories-box:hover figure .icon1{
	cursor: pointer;
	color: #3b312a;

	-webkit-text-shadow: 0px 1px 1px #ffdf82;
  -moz-text-shadow: 0px 1px 1px #ffdf82;
  text-shadow: 0px 1px 1px #ffdf82;
}
/* /hover */


.categories-box h2{
	color: #fcf7e6;
	font-size: 18px;
	line-height: 1.2em;
	text-transform: uppercase;
	padding-bottom: 0;
}
.categories-box  p{
	font-size: 13px;
	line-height: 18px;	
}


@media (max-width:1199px) {
	.categories-box figure{
		width:145px;
		height:145px;
	}
	.categories-box .icon1{
		font-size: 45px;
    	line-height: 2.8em;
	}
}


@media (max-width:398px) {
	.categories-box figure{
		width:100px;
		height:100px;
	}
	.categories-box .icon1{
		font-size: 34px;
    	line-height: 2.em;
	}
	.categories-box h2{
		font-size: 16px;
	}
	.categories-box p{
		font-size: 12px;
	}
}



/* End categories-box
================================================== */


/* banner-box
================================================== */
.banner-box{
	background-color: #3b312a;
	position: relative;
	color: #fff;
	cursor: pointer;

	-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
}
.banner-box-top{
	margin-top: 26px;
}
.banner-box h6{
	color: #fcf7e6;
	font-size: 23px;
	line-height: 1.07em;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: -0.02em;
}
.banner-box figure{
	margin-bottom:7px;
}
.banner-box .inner{
	padding:0 13px 0 23px;
	overflow: hidden; 
}
.banner-box .btn:before,
.banner-box .btn:after{
	display: none;	
}

.banner-box:hover{
	background-color: #ffa800;
}
.banner-box:hover .btn{
	background-color: #3b312a;
	color: #fcf7e6;
}





/* End banner-box
================================================== */


/* row-sm
==================================== */
@media (max-width:787px) {
	.row-sm{
		margin-left: 15px;
		margin-right: 15px;
	}
}
/* End row-sm
==================================== */


/* testimonials-carousel
================================================== */

.wrapper-testimonials{
	background-color: #fff;
	border-left:4px solid #ffa800;
	position: relative;
	margin-bottom: 25px;


	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
.show-3 .wrapper-testimonials,
.show-2 .wrapper-testimonials{ margin: 0 15px;}
.wrapper-testimonials:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -14px;
	left:17px;
	z-index: 1;

	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-left: 36px solid #e9e8e1;
	border-bottom: 13px solid transparent;
}
.wrapper-testimonials:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -13px;
	left:17px;
	z-index:2;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-left: 36px solid #fff;
	border-bottom: 13px solid transparent;
}

.shadow-wrapper{	
	-webkit-box-shadow:0px 0px 1px rgba(1, 1, 1, 0.08);
  -moz-box-shadow:0px 0px 1px rgba(1, 1, 1, 0.08);
  box-shadow:0px 0px 1px rgba(1, 1, 1, 0.08);
}

.shadow-wrapper.table{	
	-webkit-box-shadow:0px 4px 11px rgba(1, 1, 1, 0.05);
  -moz-box-shadow:0px 4px 11px rgba(1, 1, 1, 0.05);
  box-shadow:0px 4px 11px rgba(1, 1, 1, 0.05);
}


.box-testimonials {
	position: relative;
	min-height: 168px;
	padding:34px 21px 22px 23px;	
}
.box-testimonials:before{
	content:"\e0cd";
	font-family:icomoon;
	display: block;
	position: absolute;
	color: #f1f0ec;
	font-size: 42px;
	right: 16px;
	top: 10px;
	font-weight: normal;
	z-index: 7777;
	
}
.box-testimonials .pull-left{
	margin-right: 15px;
}

.box-testimonials .img {
	text-align: center;	
	position: relative;	
	width: 120px;
	height: 120px;
	margin:0 auto 32px auto;
}
.box-testimonials .img img{
		width: 100%;
		height: auto;
		max-width: 120px;
		height: 120px;
		display: inline-block;		
		border: 7px solid #fff;	

	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-testimonials p{
	margin-bottom: 11px;
}


/* End testimonials-carousel
================================================== */



/* brands-carousel{
==================================== */

.content-indent-brands{
	padding-top: 78px;
	padding-bottom: 65px;
}
.fill-light-1 h3{
	margin-bottom: 13px;
}
.brands-carousel-inner{
	padding: 0px 38px;
}
.brands-carousel a img {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;

  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
 
}
.brands-carousel a:hover img {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


.brands-carousel .slick-prev,
.brands-carousel .slick-next{	
	width: 42px;
	height: 42px;

	 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
	 
}

.brands-carousel .slick-prev::before,
.brands-carousel .slick-next::before{
	color: #000000;
	font-size: 26px;
}

.brands-carousel .slick-prev{
	margin-left: -10px;
	margin-top: -19px;
}
.brands-carousel .slick-prev::before{
	position: relative;
	left: -1px;
	top: 1px;
}
.brands-carousel .slick-next{
	margin-right: -10px;
	margin-top: -19px;
}
.brands-carousel .slick-next::before{
	position: relative;
	right: -1px;
	top: 1px;
}

.brands-carousel .slick-prev:hover,
.brands-carousel .slick-next:hover{
	background-color: #ffa800;
}
.brands-carousel .slick-prev:hover::before,
.brands-carousel .slick-next:hover::before{
	color: #fff;
}

.brands-carousel li{
	text-align: center;	
}
.brands-carousel li img{
	display: inline-block;	
}



@media (max-width: 1329px) {
	.brands-carousel .slick-prev{
		margin-left: 0px;
	}
	.brands-carousel .slick-next{
		margin-right: 0px;
	}

}



.brands-carousel .max-width-1 img{
	max-width: 174px;
}
.brands-carousel .max-width-2 img{
	max-width: 131px;
}
.brands-carousel .max-width-3 img{
	max-width: 168px;
}
.brands-carousel .max-width-4 img{
	max-width: 135px;
}
.brands-carousel .max-width-5 img{
	max-width: 144px;
}
.brands-carousel .max-width-6 img{
	max-width: 150px;
}




/* /brands-carousel{
==================================== */




/* social-navbar
==================================== */
.padding-left-none{
	padding-left: 0;
}

.social-navbar{
	background:url("../images/social-navbar.jpg") no-repeat center top;
	padding: 32px 0 18px 0;
	color: #403025;
}
.social-navbar p{
	margin-bottom: 18px;
}


.social-navbar  h3{
	font-size: 22px;
	line-height: 1.1em;
	text-transform: inherit;
	padding: 0 0 20px 0;
	margin: 0;

	-webkit-text-shadow: 0px 1px rgba(255, 241, 173, 0.75);
  -moz-text-shadow: 0px 1px rgba(255, 241, 173, 0.75);
  text-shadow: 0px 1px rgba(255, 241, 173, 0.75);
}

.social-navbar p{
	font-size: 13px;
	line-height: 1.1em;
}


/* col-newsletter */
.form-group{
	position: relative;
}
.social-navbar form .button {
    background: rgba(0, 0, 0, 0) repeat 0 0;
    border: medium none;
    top:0px;
    color: #353535;    
    font-size: 16px;
    height: 34px;
   
    outline: 0 none;
    position: absolute;
    right: 7px;

    -moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
}
.social-navbar form .button:hover{
	color: #ffa800;
}
.social-navbar form .form-group{
	display: block;	
}

#TabBlock-1{
	padding-top: 8px;
}

#TabBlock-1 .form-control{
	font-size: 12px;
	border:1px solid rgba(0, 0, 0, 0.1);
	height: 36px; 

	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


@media (max-width: 1199px) {
	#TabBlock-1{
		padding-left: 0px
	}
}
/* /col-newsletter */


/* social-icon */
.social-icon{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.social-icon li{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.social-icon li:last-child{
	margin-right: 0;
}
.social-icon li a{
	display: inline-block;
	width: 47px;
	height: 47px;
	text-align: center;
	font-size: 22px;
	line-height: 2.3em;	
	text-decoration: none;

	 -webkit-box-shadow: 0px 1px rgba(255, 241, 173, 0.75);
  -moz-box-shadow: 0px 1px rgba(255, 241, 173, 0.75);
  box-shadow: 0px 1px rgba(255, 241, 173, 0.75);

	 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;	


	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;	
}
.social-icon li a span{
	color: #fff;

	-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;	
}

.bgcolor-1 a{background-color: #4664b7;}
.bgcolor-2 a{background-color: #00b6e4;}
.bgcolor-3 a{background-color: #0073a5;}
.bgcolor-4 a{background-color: #a21616;}
.bgcolor-5 a{background-color: #cb2027;}
.bgcolor-6 a{background-color: #202020;}


.social-icon li a:hover{
	background-color: #ffa800;
}



@media (max-width: 991px) {
	.social-icon li{
		margin-right: 7px;
	}
	.social-icon li a{
		width: 47px;
		height: 47px;
		border: 2px solid #fff;
		font-size: 20px;
		line-height: 2.4em;	
	}
}

/* /social-icon */


/* /social-navbar
==================================== */


/* rating */
.rating{
	font-size: 0;
}
.rating .icon-star{
	color: #ffa800;
	font-size: 14px;
}
/* /rating */



/* blog-widget
================================================== */
.content--parallax{
    background:url("../images/parallax-bg-01.jpg") no-repeat fixed 50% 50%;

  background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}


/* blog-widget-item */
.blog-widget{
	text-align: center;
	padding:24px 0 97px 0;
	color: #ded3ab;		
}
.blog-widget .media{
	max-width: 460px;
}
.blog-widget h3{
	color: #ffffff;
	padding-bottom: 40px;
}
.blog-widget h6{
	color: #ffffff;
	padding-bottom: 7px;
	font-size: 18px;
	line-height: 1.2em;
}
.blog-widget h6 a{
	color: #fff;
}
.blog-widget .link-commet{
	color: #ffffff;
	margin-left: 14px;
	font-size: 13px;
}
.blog-widget .media-object{
	border:5px solid #ded3ab; 
}
.blog-widget .media-body{
	text-align: left;
}
.blog-widget .media-body p{
	padding-top: 16px;
}
/* /blog-widget-item */






/* slick slider */
.blog-widget .slick-prev, .blog-widget .slick-next {
    color: #fff; 

    -moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;  
}

.blog-widget .slick-prev {
    margin-left: -29px;
}

.blog-widget .slick-next {
    margin-right: -29px;
}
.blog-widget .slick-next::before {
    position: relative;
    right: -1px;
    top: 1px;
}
.blog-widget .slick-prev:hover::before, .blog-widget .slick-next:hover::before {
    color: #ffa800;
}



.blog-widget .slick-dots li button{ 
    background-color: #ffffff;
}
.blog-widget  .slick-dots li button:hover,
.blog-widget .slick-dots li button:focus,
.blog-widget  .slick-dots li.slick-active button
{
    outline: none;
    background: #ffa800;
}


@media (max-width:756px) {
	.blog-widget .slick-next,
	.blog-widget .slick-prev{
		display: none !important;
		
	}	
}

/* End slick slider */
@media (max-width: 1343px) {
	.blog-widget .slick-prev {
	    margin-left: 0;
	}
	.blog-widget .slick-next {
	    margin-right: 0;
	}
}
@media (max-width: 1288px) {
	.blog-widget .slick-prev {
	    margin-left: 49px;
	}
	.blog-widget .slick-next {
	    margin-right: 49px;
	}
}
@media (max-width: 634px) {
	.blog-widget-img {
	    display: none;
	}
	.blog-widget-content {
	    float: none;
	    width: 100%;
	}
	.blog-widget-content .inner {
	    padding: 30px 25px 5px 30px;
	}
	.blog-widget h2 {
	    margin-bottom: 0;
	}
}
@media (max-width: 634px) {
	.blog-widget-content::before {
	    display: none;
	}
}

/* End blog-widget
================================================== */




/* filters-by-category
==================================== */

.filters-by-category ul{
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-bottom: 0px;	
}
.filters-by-category ul li{
	display: inline-block;
	margin:0 5px 35px;		
}
.filters-by-category ul li a{
	font-size: 16px;
	line-height: 1.2em;
	padding:11px 22px 10px;
	text-decoration: none;

	 -moz-transition: background-color 0.5s ease-out;
 -o-transition: background-color 0.5s ease-out;
 -webkit-transition: background-color 0.5s ease-out;	
}
.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected{
	background-color: #ffa800;
	color: #fff;
}


/* gallery */
.filters-by-category{
	margin-top: 24px;
	margin-bottom: 12px;
}
.gallery{
	max-width: 1700px;
	margin:0 auto; 
}
.gallery img{
	width: 100%;
	height: auto;
	
}

.gallery  .product-preview{ width: 25%; }


.gallery a{
	display:block;
	position: relative;
}

.gallery a:before{
	content: "";
	color: #fff;
	text-align: center;
	font-size: 40px;	
	display: block;
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 776;
	background: rgba(0, 0, 0, 0);	

	-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
}
.gallery a:after{
	content: "\e048";
	font-family:icomoon;
	color: #fff;
	text-align: center;
	font-size: 40px;	
	display: block;
	position: absolute;
	margin-left: 0;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 777;

	-webkit-transform:scale(0.96);
    -moz-transform:scale(0.96);
    -ms-transform:scale(0.96);
    -o-transform:scale(0.96);
    transform:scale(0.96);

	-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; 

}

.gallery a:hover:before{
	background: rgba(0, 0, 0, 0.48);
	border:4px solid #ffa800; 
}
.gallery a:hover:after{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; 

  -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}



@media (max-width: 638px) {
	.gallery a:after{
		font-size: 25px;	
		display: block;
		position: absolute;
		margin-left: 0;
		left: 0;
		top: 50%;
		margin-top: -8px;
	


	}
}

/* /filters-by-category
==================================== */


/* map
==================================== */
#map {
    height: 401px;
    width: 100%;
}
#map {
    border: 0 none;
    height: 401px;
    margin: 0 0 0px;
    overflow: hidden;
    width: 100%;
}
/* End map
==================================== */




/* indent */
.row-top{
	padding-top: 23px;
}
.row-top1{
	padding-top: 37px;
}
/* /End indent */


/* table
==================================== */
.table>thead>tr>th{
	vertical-align: middle;	
}



.table{
	text-transform: uppercase;
	font-family: Cinzel;
}
.table thead{	
	color: #fff;
}
.table thead{
	border-bottom: none;
}
.table thead th{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	background-color: #3b312a;
	border:1px solid #e4e4e4 !important; 	
}
.table thead th:first-child{
	text-align: left;
	padding-left: 24px;
}
.table thead td{
	border:1px solid #e4e4e4;
}
.table td{
	border:1px solid #e4e4e4;
	background-color: #fff;
	font-size: 16px;
}
.table td{
	text-align: center;	
	font-size: 14px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	
}
.table td:first-child{
	text-align: left;
	padding-left: 24px;
}
.note{
	color: #a4a4a4;
	font-size: 12px;
	padding: 0 0 0 35px;
}
/* /table
==================================== */


/* list
==================================== */

/* list-decimal */
.list-decimal{
	list-style: none; 
	counter-reset: point;
	padding: 0;
	margin: 0; 
}
.list-decimal li {
	margin-bottom: 20px;
	padding-left: 65px;
	position: relative;
}
.list-decimal li:before {
	content: counter(point); 
	counter-increment: point 1; 
	font-size: 18px; 
	line-height: 2.5em;
	position: absolute;
	left: 0;
	top: 0px;
	background: #ffa800;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;

	 -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* /list-decimal */


/* /list
==================================== */


/* img-row-box
==================================== */
.img-row-box{
	padding-bottom: 42px;
}
.img-row-box figure{
	width: 159px;
	height: 159px;
	border:5px solid #ded3ab;
	display: inline-block;
	

	 -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.img-row-box b{
	text-align: center;
	display: block;			
}
.img-row-box figure img{
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width:1199px) {
	.img-row-box figure{
		width:145px;
		height:145px;
	}
	.img-row-box .icon1{
		font-size: 45px;
    	line-height: 2.8em;
	}
}
@media (max-width:400px) {
	.img-row-box figure{
		width:120px;
		height:120px;
	}
	.img-row-box .icon1{
		font-size: 45px;
    	line-height: 2.8em;
	}
}

/* /img-row-box
==================================== */



/* list-categories
==================================== */

.list-categories{
	padding-top: 21px;
}
.list-categories .media{
	border-top: 1px solid #edecec;
	padding:31px 0;
}

.list-categories .media figure{
	border: 7px solid #5a514a;
	background-color: #5a514a;
	width: 154px;
	height: 154px;
	display: block;
	margin:0 auto;
	text-align: center;	  
	
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow:0px 3px rgba(1, 1, 1, 0.2);
  -moz-box-shadow:0px 3px rgba(1, 1, 1, 0.2);
  box-shadow:0px 3px rgba(1, 1, 1, 0.2);

  -moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
}
.list-categories .media .icon1{
	font-size: 48px;
	line-height: 3em;
	color: #ffa800;

	-webkit-text-shadow: 0px 1px 1px #3b312a;
  -moz-text-shadow: 0px 1px 1px #3b312a;
  text-shadow: 0px 1px 1px #3b312a;

  -moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
}

.list-categories .media-body {
	padding:4px 0 0 10px; 
}
.list-categories .media h2{
	padding: 0 0 14px 0;
	margin: 0;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
}
.list-categories .media .btn{
	margin-right: 6px;
	margin-bottom: 6px;
}


/* hover */
.list-categories .media .pull-left:hover{
	text-decoration: none;	
}
.list-categories .media .pull-left:hover figure{
	background-color: #ffa800;

	-webkit-box-shadow:0px 3px #48413b;
  -moz-box-shadow:0px 3px #48413b;
  box-shadow:0px 3px #48413b;
}

.list-categories .media .pull-left:hover figure .icon1{
	cursor: pointer;
	color: #3b312a;

	-webkit-text-shadow: 0px 1px 1px #ffdf82;
  -moz-text-shadow: 0px 1px 1px #ffdf82;
  text-shadow: 0px 1px 1px #ffdf82;
}
/* /hover */





@media (max-width:991px) {
	.list-categories .media .pull-left{
		width: 100%;
		padding-bottom: 14px;
	}
	.list-categories .media .media-body{
		text-align: center;		
	}
}



/* /list-categories
==================================== */



/* breadcrumbs
==================================== */
.breadcrumbs {
	margin-bottom: 0px;	
	overflow: hidden;
	background-color:#f8f6ef;
	padding: 15px 0 9px 0;
	border-bottom:1px solid #ececec;  
}
.breadcrumbs ul{
	margin: 0;
	padding: 0;
}
.breadcrumbs li{
	display: inline-block;
	padding: 0 12px 7px 24px;
	position: relative;	
	font-size: 14px;
	line-height: 1.1em;
	color: #000000; 	
}
.breadcrumbs li:before{
	font-family: 'icomoon';
	content: "\e07b";
	color: #ffa800;
	font-size: 7px;
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.breadcrumbs li:first-child{
	padding-left: 0;
}
.breadcrumbs li:first-child:before{
	display: none;	
}
.breadcrumbs a{
	color: #000000;
	position: relative;
}
.breadcrumbs a:hover{
	color:#ffa800;
	text-decoration: none;	  
}
.breadcrumbs span.divider{
	display: inline-block;
	font-size: 7px;	
	color: #aaaaaa;
}
.breadcrumbs .divider {
	padding: 0 10px
}





/* /breadcrumbs
==================================== */


/* box-img
==================================== */
.box-img{
	border-top: 1px solid #edecec;
	padding-top: 25px;
}
.box-img h2{
	font-size: 26px;
	line-height: 32px;
}
/* /box-img
==================================== */



/* media-box-img
==================================== */
.title-bottom{
	margin-bottom: 20px;
}

.media-box-img{
	padding-bottom: 62px;
	overflow: hidden;
}
.media-box-img .pull-left{
	padding-top: 25px;
	margin-right: 26px;
	position: relative;
}
.media-box-img .pull-left figure{
	width: 166px;
	height: 166px;
	overflow: hidden;
	border:5px solid #ded3ab;
	display: inline-block;
	  

	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.media-box-img .pull-left:before{
	content:"\e0cd";
	font-family:icomoon;
	display: block;
	position: absolute;
	color: #f1f0ec;
	font-size: 64px;
	left: 0px;
	top: 22px;
	font-weight: normal;
	z-index: 7;
	
}


.media-box-img .media-body h3{
	font-size: 16px;
	padding:0 0 15px 0;
	margin-bottom: 18px; 
	border-bottom: 1px solid #edecec;
} 
.media-box-img .media-body p{
	padding-right: 10px;
}



@media (max-width: 600px) {
	.media-box-img {
		padding-bottom: 15px;
	}
	.media-box-img .pull-left figure{
		margin-bottom: 0px;
	}
	.media-box-img .pull-left,
	.media-box-img .media-body{
		width: 100%;
		float: none;
		text-align: center;		
	}	
}



/* /media-box-img
==================================== */






/* timeline
==================================== */
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline > .container {
	padding: 0;
}

@media only screen and (min-width: 768px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: 13px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 0 0;
}
.cd-timeline-block{
	margin-bottom: 5px !important;
}
@media only screen and (min-width: 768px) {

.cd-timeline-block:nth-child(even) {
	margin-top: -316px;
}
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-block {    
    padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-block {
    margin:  0;
  }
}


#cd-timeline:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 95%;
    background-color: #edecec;
}




.cd-container .timeline-wrapper{
	background: #f8f6ef;
	display: inline-block;
	position: relative;
	width: 43.6%;	
  	z-index: 1111;
  	cursor: pointer;
  
   -moz-transition:all 0.5s ease-out;
 -o-transition:all 0.5s ease-out;
 -webkit-transition:all 0.5s ease-out;
}
.cd-container .timeline-wrapper:hover .cd-timeline-img img{
	border-color:#ffa800;
}
.cd-container .timeline-wrapper:hover .title{
	color: #ffa800;
}






.cd-container .cd-timeline-img{
	float: left;
	width: 175px;
	text-align: center;
	padding-top: 32px;	
}

.cd-container .cd-timeline-img a{
	display: inline-block;

	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
	
}
.cd-container .cd-timeline-img img{
	width: 100%;
	height: auto;
	border:5px solid #ded3ab; 

	-moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;

	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
	
}





/* cd-timeline-content */
.cd-timeline-content {
   padding: 22px 0 15px 7px;
  
 }
 .cd-timeline-content .title span{
 	height: 60px;
 	display: table-cell;
 	vertical-align: middle; 	 	 	
 	overflow: hidden;
 	font-size: 18px;
 	line-height: 1.2em;

 	  -moz-transition:all 0.5s ease-out;
 -o-transition:all 0.5s ease-out;
 -webkit-transition:all 0.5s ease-out;
 }
.cd-container .cd-timeline-content{
	float: left;
	width: 327px;	
}



/* /cd-timeline-content */




/* list-data */
.list-data{
	list-style: none;
	padding: 10px 0 21px 0;
	margin: 0;
}
.list-data li{
	display: inline-block;
	padding-right: 10px;	
	font-size: 13px;	
}
.list-data li span{
	color: #ffa800;
	font-size: 14px;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	float: left;
}
.list-data li .rating span{
	display: inline-block;
	position: relative;
	top: 2px;
}

/* /list-data */



.cd-timeline-date {
  position: absolute;
  top: 10px;
  left: -5px;
  width: 76px;
  height: 76px;
  color: #fff;
  background:#ffa800;
  border: 5px solid #ded3ab;
  text-align: center;
  z-index: 1000; 
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cd-timeline-date::before {
    content: "";
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 32px;
    z-index: 0;
    margin-right: 5px;
    background:#edecec; 
}
.cd-timeline-block:nth-child(even) .cd-timeline-date::before {
	 margin-left: 5px !important;
}

.cd-timeline-date span {
	display: block;
}
.cd-timeline-date span.day-month {
	font-size: 15px;
	line-height: 1em;
	padding-top: 17px;
	font-weight: bold;	
}
.cd-timeline-date span.year {
	font-size: 15px;
	font-weight: bold;	
	position: relative;
	display: inline-block;
	top: 1px;	
}
.timeline-wrapper {
  position: relative;
  margin-left: 100px;
  position: relative;

}
.timeline-wrapper .list-info {
	overflow: hidden;
}
.timeline-wrapper .list-info li {
    display: inline-block;
    float: left;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-date {
    width: 76px;
    height: 76px;
    left: 50%;
    margin-left: -38px;
    margin-top: -3px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-date {   
    top: 50%;
	margin-top: -18px;
  }
 
}

.cd-timeline-block.under {
	z-index: 1000;
}
.timeline-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-wrapper::before {
  content: '';
  position: absolute;
  top: 36px;
  right: 100%;
  height: 0;
  width: 0;
  margin-left:0px;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
.cd-timeline-block:nth-child(even) .timeline-wrapper::after {
  top: 50%;
  left: -47px;
  right: auto;
 }
}
@media only screen and (max-width: 767px) {
.timeline-wrapper .image-cell {
	margin: -30px -30px 20px -30px;
}
}

@media only screen and (min-width: 768px) {
.timeline-wrapper .image-cell {
	margin: -40px -40px 20px -40px;
}
.cd-timeline-block:nth-child(even) .timeline-wrapper .image-cell {
	margin: -40px -40px 20px -40px;
}
}
.timeline-wrapper .image-cell img {
	width: 100%;
}
.timeline-wrapper .post-comment, .timeline-wrapper .post-comment a {
	color: #000;
}
@media only screen and (min-width: 768px) {
  .timeline-wrapper {
    margin-left: 0;
    width: 43%;
  }
  .timeline-wrapper::before {
    top: 38px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f8f6ef;
  }
  .timeline-wrapper .cd-read-more {
    float: left;
  }
  .timeline-wrapper .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .timeline-wrapper{
    float: right;
  }
 
 
  
  .cd-timeline-block:nth-child(even):before{
  	right: 20px;
  	left: auto;
  } 
  .cd-timeline-block:nth-child(even) .timeline-wrapper::before {
    top: 50%;
	margin-top: 38px;
	margin-left:0;
	margin-right: 0px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f2f2f2;
  }

   .cd-timeline-block:nth-child(even) .cd-timeline-date::before {
	    left: 100%;
	    right: auto;
	}

	.cd-timeline-block:nth-child(even) time{	
		bottom:54px;
	   
	}

}



@media screen and (max-width: 1199px) {
	.cd-container .cd-timeline-img{
		float: none;
		width: 100%;
	}
	.cd-timeline-content{
		float: none;
		width: 100% !important;
		padding: 0;
	}
	.cd-timeline-content .title{
		height: auto;
		display: block;
		padding: 32px 10px 10px 32px;
		margin: 0;
		width: 100%;		
	}
	.cd-timeline-content{
		padding-bottom: 20px;
	}
	.cd-timeline-content p{
		padding-left: 32px;
		padding-right: 15px;
	}
	.list-data{
		padding-left: 32px;
		padding-bottom: 20px;
	}
	#cd-timeline:before{
		height: 144%;
	}

	.cd-timeline-block:nth-child(2n) {
	    margin-top: -485px;
	}
}

@media screen and (max-width: 991px) {
	.cd-timeline-block:nth-child(2n) {
	    margin-top: -535px;
	}
}

@media screen and (max-width: 767px) {
	.cd-container .timeline-wrapper{
		width: 70% !important;
		margin:0 auto;
		display: block;
		position: relative;
		z-index: 2;		
	}
	.cd-container .time{
		width: 70% !important;
		margin:0 auto;
		display: block;
		text-align: left;	
	}
	.cd-container .time time{
		position: relative;
		bottom: 0;
		z-index: 77777;
	}
	
	.cd-timeline-date{
		left: 17.5%;
	}
	.cd-timeline-date:before{
		display: none;
		
	}	
	.cd-container .cd-timeline-content{
		width: 100%;
		float: none;
	}
	.cd-timeline-block::before{
		right: 20%;
		left: auto;
	}
	.cd-timeline-block:nth-child(2n){
		margin-top: 0 !important;
	}
}

.btn-timeline{
	margin-left: 2.3%;
}
/* End timeline
==================================== */





/* blog_single_post
==================================== */
@media (max-width:787px) {
	.row-sm{
		margin-left: 0px;
		margin-right: 0px;
	}
}

.content--fill{
	background-color: #f8f6ef;
}
.inner-fill{
	padding:3px 45px 37px 43px; 
	overflow: hidden;
}
.title-post{
	font-size: 36px;
	line-height: 1.2em;
	padding-bottom: 7px;
}
.icon-right {
	margin-right: 10px !important;
	display: inline-block;	
}
.post-single{
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 63px;
}
.post-single .list-data{
	padding-bottom: 23px;
}
.post-single .list-data .icon{
	font-size: 15px;
}
.post-single .list-data li{
	margin-right: 5px;
	position: relative;
	top: 2px;	
}


.post-single blockquote{
	border-left: 4px solid #ffa800;
	padding: 19px 51px 19px 35px;
	background-color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	position: relative;
	

	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-single blockquote:before {
    content: "\e0cd";
    font-family: icomoon;
    display: block;
    position: absolute;
    color: #f1f0ec;
    font-size: 42px;
    right: 14px;
    top: 14px;
    font-weight: normal;
    z-index: 7777;
}


.post-single  h3{
	font-size: 24px;
	line-height: 1em;
	padding-top: 24px;
	padding-bottom: 14px;
}



/* tags-list */
.tags-list {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.tags-list li {
	margin: 0;
	padding: 0 3px 4px;
	display: inline-block;
	float: left;
}
.tags-list li a {
	display: inline-block;
	margin-left: -2px;
	border: 1px solid #ffa800;
	border-radius: 3px;
	padding: 3px 8px;
	color: #000000;
	font-size: 13px;
	background-color: #fff;

	-moz-transition: all 0.5s ease-out;
	 -o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
}
.tags-list li a:hover {
	text-decoration: none;
	color: #fff;
	background: #ffa800;
}
.title-top{
	margin-top: 34px;
}
/* /tags-list */


/* comments */

.comments{
	padding-bottom: 20px;
}
.comments h4{
	font-size: 24px;
	line-height: 1.2em;
	padding-bottom: 0;
}
.comment {
	position: relative;
	font-size: 14px;	
}
.comment .text-small{
	font-size: 13px;
}
.comment-level-2{
	margin:0 0 0 99px; 
}
.comment .username{
	display: block;
	padding:5px 0 0 0; 	
}
.comment .inside {
	padding: 10px 15px 10px 103px;
	position: relative;
}
.comment .inside :before {
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	color: #e1ded3;
	text-align: center;
	content: '\e0c9';
	font-family: icomoon;
	font-size: 54px;
	line-height: 1.5em;
	width: 92px;
	height: 92px;
}
.comment a {
	color: #ffa800;
	text-decoration: underline;
}
.comment a:hover {
	text-decoration: none
}
.comment p {
	margin-bottom: .7em
}
.comments .comment {
	position: relative;
}
.comments .icon{
	position: absolute;
	top: 10px;
	left: 5px;
	color: #cecece;
	font-size: 30px;
}
.comments>.comment:first-child {
	padding-left: 0
}
.comments>.comment:first-child .inside {
	border: none
}
/* /comments */


/* container-widget */
.container-widget {
	padding: 0 0 16px 0;
}
.container-widget h3{
	font-size: 24px;
}

.simple-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.simple-list li{
	font-size: 16px;
	padding-bottom: 13px;
}
.simple-list li span span{
	color: #ffa800;
}
/* /container-widget */


/* recent-post */
.recent-post .item{
	border-bottom: 1px solid #edecec;
	padding-bottom: 8px;
	margin-bottom: 22px;
}
.recent-post .item:last-child{
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom: 0; 
}
.recent-post .media  h6{
	font-size: 18px;
	line-height: 1.25em;
	padding: 0 0 10px 0;
	margin: 0;
}
.rating span{
	color: #ffa800;
}
.recent-post .media .pull-left{
	margin-right: 10px;
}
.recent-post .media .pull-left img{
	border: 5px solid #ded3ab;

	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.recent-post .media .list-data{
	padding: 0;
	margin: 0;
}
.recent-post .media .list-data li{
	margin-right: 5px;
	padding-right: 0;
} 
.recent-post .media .list-data li:last-child{
	margin-right: 0;
} 
/* /recent-post */


/* End blog_single_post
==================================== */


/* list-icon
==================================== */

.list-icon{
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-icon li{
	position: relative;
	padding:14px 0 10px 60px;
	margin-bottom: 7px;
	min-height: 43px;
	font-size: 16px;
}
.list-icon .icon{
	width: 43px;
	height: 43px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 2.2em;
	border: 2px solid #ffa800;
	text-align: center;
	color: #ffa800;

	 -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* End list-icon
==================================== */






/* banner-box-small
================================================== */
.banner-box-small{
	background-color: #3b312a;
	position: relative;
	color: #fff;
	cursor: pointer;

	-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
}
.banner-box-small-top{
	margin-top: 32px;
}
.banner-box-small h6{
	color: #fcf7e6;
	font-size: 23px;
	line-height: 1.07em;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: -0.02em;
}
.banner-box-small figure{
	margin-bottom:7px;
	position: relative;
}
.banner-box-small figure .btn{
	position: absolute;
	bottom: 0;
}
.banner-box-small .inner{
	padding:0 13px 0 23px;
	overflow: hidden; 
}
.banner-box-small .btn:before,
.banner-box-small .btn:after{
	display: none;	
}

.banner-box-small:hover{
	background-color: #ffa800;
}
.banner-box-small:hover .btn{
	background-color: #3b312a;
	color: #fcf7e6;
}





/* End banner-box-small
================================================== */


/* hover-img
================================================== */
.hover-img{
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.hover-img:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:4px solid transparent; 	

	-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
}
.hover-img:hover:before{
	border:4px solid #ffa800; 	
}
/* End hover-img
================================================== */


/*******************************************************************
* // End Content
*******************************************************************/


/*******************************************************************
* Footer
*******************************************************************/

/* footer-navbar 
==================================== */
.footer-navbar{
	background:url("../images/footer-bottom.jpg") center top repeat; 
	color: #ded3ab;
	padding: 32px 0 41px 0;
}

.footer-navbar h3{
	font-size: 18px;
	line-height: 1.2em;
	margin: 0;
	padding:7px 0 18px 0;
	text-transform: capitalize;	
	color: #ffffff;	
}
.footer-navbar h3 a{
	color: #fff;
}
.footer-navbar h3 span{
	font-size: 23px;
}
.footer-navbar .col-block{
	padding-left: 0;
}
.footer-navbar .col-block1{
	padding-right: 0;
}
.text-slogan{
	color: #2b2b2b;
	font-size: 14px;
	line-height: 1em;
	font-style: italic;
	padding-top: 5px;			
}

/* logo */
a.logo-footer {
	margin-top: 6px;
	display: inline-block;	
	color: #fff;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 600;
	position: relative;	
	text-transform: capitalize;
	padding:3px 0 0 54px;
	letter-spacing: -0.03em;

	-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
a.logo-footer:hover{
	text-decoration: none;
	color: #ffa800;	
}
.logo-footer img{
	position: absolute;
	top: -2px;
	left: 0;
	width:45px;
	height: auto;	
}
/* /logo */



/* menu */
.menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li{
	padding: 0 0 7px 0;
	margin: 0;
	line-height: 1.2em;
	font-size: 13px;
	color: #ded3ab;
}
.menu li a{
	color: #ded3ab;
	text-decoration: none;		
}
.menu li a:hover{
	text-decoration: underline;	
}
.menu li span{
	display: inline-block;
	margin-right: 8px;
	font-size: 12px;
	color: #fff;
}
/* /menu */

/* col */
.footer-navbar .col-logo{
	float: left;
	width: 31%;
}
.footer-navbar .col-list-left{
	float: left;
	width: 13%;
	margin-left: 7.3%;
}
.footer-navbar .col-list-center{
	float: left;
	width: 13%;
	margin-left: 6.6%;
}
.footer-navbar .col-list-right{
	float: left;
	width: 21%;
	margin-left: 7.5%;
	font-size: 13px;
}
@media (max-width: 991px) {
	.footer-navbar .col-logo{
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-navbar .col-list-left{
		float: none;
		width: 100%;
		margin-left:0%;
		margin-bottom: 15px;
	}
	.footer-navbar .col-list-center{
		float: none;
		width: 100%;
		margin-left:0%;
		margin-bottom: 15px;
	}
	.footer-navbar .col-right{
		float: none;
		width: 100%;
		margin-left:0%;
		margin-bottom: 15px;
	}	
}
/* /col */

/* End footer-navbar 
==================================== */



/* footer-bottom 
==================================== */
.footer-bottom{
	padding:19px 0;
	font-size: 14px;
	line-height: 1.2em;

}

.copyright-text{
	font-size: 14px;
	padding-top: 3px;
	font-family: Lora;
}
.payment-list{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.payment-list li{
	display: inline-block;
	margin:0 0 0 5px;
	
}

@media screen and (max-width: 991px) {
	.copyright-text{
		text-align: center;		
	}
	.payment-list{
		text-align: center;
		float: none !important;		
		display:block;		
		width: 100%;
		padding-top: 15px;
	}
}
/* End footer-bottom 
==================================== */






.collapsed-block .expander {
	float: right;
	cursor: pointer;
	padding: 0 8px;
	margin-top: 0px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;

}
.collapsed-block .expander:hover{
	text-decoration: none;	
}


@media screen and (max-width: 991px) {
	.footer-navbar .container {
		
	}
	.footer-navbar {
		padding:0; 
	}	
	.tabBlock {
		display: none;
	}
	.collapsed-block {
		padding: 15px;
		margin: 0;
		border-bottom:1px solid #fff; 
	}
	.collapsed-block h3{
		padding: 0;
	}
	.footer-navbar .col-newsletter,
	.footer-navbar .col-list-left,
	.footer-navbar .col-list-right{
		margin-bottom: 0;		
	}
	
	.collapsed-block #TabBlock-6{
		padding-right: 15px;
	}



	.footer-navbar .col-list-right{
		margin-left: 0;
	}
	h3.extra-inner-title{
		padding-left: 0;
	}

	.footer-navbar .col-list-right{
		width: 100%;
	}

	
	/* social-navbar */
	.social-navbar{
		padding-top: 0;
		padding-bottom: 0;
	}
	.padding-left-none{
		padding-left: 15px;
	}
	#TabBlock-1{
		padding-left: 15px;
		padding-top: 15px;
	}
	#TabBlock-1 p{
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.tabBlock{
		padding-top: 15px;
	}
	/* /social-navbar */


	
}




@media (max-width: 991px) {
footer .visible-xs,
.social-navbar .visible-xs {
    display: block !important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row !important;
}
td.visible-xs, th.visible-xs {
    display: table-cell !important;
}
}







/*******************************************************************
* // End Footer
*******************************************************************/



/* mobile */

@media (max-width:600px) {
	#slider,
	#map,
	.loader{
		display: none;
		
	}	
}
/* end mobile */


















/*------------------------------------------------------------------
  Magnific Popup CSS]
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1111092;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;

}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  z-index: 1111092;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.boxHidded {
  visibility: hidden;
}
.boxVisible {
  visibility: visible !important;
}


.boxVisible1 {
  visibility: visible !important;
}

.center-content1 {
    display: flex;
    justify-content: center;
}

.row1 {
    display: flex;
    flex-wrap: wrap; /* Aby se při menších displejích prvky zalamovaly */
 justify-content: space-between; /* Rovnoměrně rozprostře prvky */
    width: 100%; /* Zajistí, že řada zabere celou dostupnou šířku */
}

/*------------------------------------------------------------------
finish / Magnific Popup CSS]
*/








/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding:0;
	margin:0;
	border:0;
	outline:0;
	vertical-align:top
}
.fancybox-wrap {
	position:absolute;
	top:0;
	left:0;
	z-index:80020
}
.fancybox-skin {
	position:relative;
	background:#fff;
	color:#565656;
	text-shadow:none;
	border:4px solid #ebebeb;
}
.fancybox-newsletter .fancybox-skin {
	border: none;
}
.fancybox-opened {
	z-index:80030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow:0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 10px 25px rgba(0, 0, 0, .5);
	box-shadow:0 10px 25px rgba(0, 0, 0, .5)
}
.fancybox-inner, .fancybox-outer {
	position:relative
}
.fancybox-inner {
	overflow:hidden !important
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling:touch
}
.fancybox-error {
	color:#444;
	font:14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:15px;
	white-space:nowrap
}
.fancybox-iframe, .fancybox-image {
	display:block;
	width:100%;
	height:100%
}
.fancybox-image {
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%
}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image:url(../images/fancybox_close-mega.png)
}
#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
	background-position:0 -108px;
	opacity:.8;
	cursor:pointer;
	z-index:80060
}
#fancybox-loading div {
	width:44px;
	height:44px;
	background:url(../images/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
	position:absolute;
	top:4px;
	right:4px;
	width:20px;
	height:20px;
	cursor:pointer;
	z-index:80040;
}


.fancybox-close:hover {
	background-position:0 right!important
}
.fancybox-nav {
	position:absolute;
	top:0;
	width:40%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	background:transparent url(../images/blank.gif);
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	z-index:80040
}
.fancybox-prev {
	left:0
}
.fancybox-next {
	right:0
}
.fancybox-nav span {
	position:absolute;
	top:50%;
	width:36px;
	height:34px;
	margin-top:-18px;
	cursor:pointer;
	z-index:80040;
	visibility:hidden
}
.fancybox-prev span {
	left:10px;
	background-position:0 -36px
}
.fancybox-next span {
	right:10px;
	background-position:0 -72px
}
.fancybox-nav:hover span {
	visibility:visible
}
.fancybox-tmp {
	position:absolute;
	top:-99999px;
	left:-99999px;
	visibility:hidden;
	max-width:99999px;
	max-height:99999px;
	overflow:visible!important
}
.fancybox-lock {
/*	overflow:hidden!important;
	width:auto
*/}
.fancybox-lock body {
/*	overflow:hidden!important
*/}
.fancybox-lock-test {
/*	overflow-y:hidden!important
*/}
.fancybox-overlay {
	position:absolute;
	top:0;
	left:0;
	/*	overflow:hidden;
*/	display:none;
	z-index:80010;
	background:url(../images/fancybox_overlay.png)
}
.notouch .fancybox-overlay {
	z-index:10000;
}
.fancybox-overlay-fixed {
	position:fixed;
	bottom:0;
	right:0
}
.fancybox-lock .fancybox-overlay {
/*	overflow:auto;
	overflow-y:scroll;
*/}
.fancybox-title {
	visibility:hidden;
	font:400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position:relative;
	text-shadow:none;
	z-index:80050
}
.fancybox-opened .fancybox-title {
	visibility:visible
}
.fancybox-title-float-wrap {
	position:absolute;
	bottom:0;
	right:50%;
	margin-bottom:-35px;
	z-index:80050;
	text-align:center
}
.fancybox-title-float-wrap .child {
	display:inline-block;
	margin-right:-100%;
	padding:2px 20px;
	background:0 0;
	background:rgba(0, 0, 0, .8);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-shadow:0 1px 2px #222;
	color:#FFF;
	font-weight:700;
	line-height:24px;
	white-space:nowrap
}
.fancybox-title-outside-wrap {
	position:relative;
	margin-top:10px;
	color:#fff
}
.fancybox-title-inside-wrap {
	padding-top:10px
}
.fancybox-title-over-wrap {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	padding:10px;
	background:#000;
	background:rgba(0, 0, 0, .8)
}
.product-preview-popup .fancybox-close {
	display:none!important
}









/*******************************************************************
* Css animate style
*******************************************************************/

.boxHidded {
  visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}



/*
==============================================
fadeInLeft
==============================================
*/



@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}






/*
==============================================
fadeInRight
==============================================
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
/*
==============================================
fadeInUp
==============================================
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
/*
==============================================
fadeInDown
==============================================
*/
.fadeInDown {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*
==============================================
zoomIn
==============================================
*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
/*
==============================================
zoomInLeft
==============================================
*/
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
/*
==============================================
zoomInRight
==============================================
*/
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}



/*
==============================================
fadeIn
==============================================
*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*******************************************************************
* // End Css animate style
*******************************************************************/




/*******************************************************************
* // slick
*******************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0 ;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}




/* =======================================================theme */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 200;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 22px;

    color: #ccc;
    cursor: pointer;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -45px;
}
[dir='rtl'] .slick-prev
{
    right: -45px;
    left: auto;
}
.slick-prev:before
{
    content: "\e078";
}
[dir='rtl'] .slick-prev:before
{
    content: "\e078";
}

.slick-next
{
    right: -45px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -45px;
}
.slick-next:before
{
    content: "\e07b";
}
[dir='rtl'] .slick-next:before
{
    content: "\e07b";
}



/* Dots */
.slick-slider
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.slick-slider.nav-dot
{
    margin-bottom: 75px;
}
@media (max-width: 767px) {
    .slick-slider
    {
        margin-bottom: 30px;
    }
}
.slick-dots
{
    position: absolute;
    bottom: -44px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 4px;
    height: 4px;
    margin: 0 8px;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    background-color: #403025;

    display: inline-block;

    width: 7px;
    height: 7px;
    padding: 4px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;

    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: #ffa800;
}
.slick-dots li.slick-active button{
    background: #ffa800;
}


/*Arrow Top - not for mobile */

.slick-slider.slick-vertical .slick-track {
    top: 1px;
}
.slick-slider.slick-vertical
{
    margin-bottom: -1px;
}
.nav-top .slick-prev,
.nav-top .slick-next {
    position: absolute;
    top: 0;
    margin-top: -52px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.nav-top .slick-prev:before,
.nav-top .slick-next:before {
    font-size: 16px;
}
.nav-top .slick-next {
    right: 0;
}
.nav-top .slick-prev {
    left: auto;
    right: 25px;
}
.nav-mobile .slick-prev,
.nav-mobile .slick-next
{
    top: 50% !important;
    width: 22px !important;
    height: 50px !important;
    margin-top: -25px !important;
    background: rgba(0,0,0,0.1);
}
.nav-mobile .slick-next {
    right: 0 !important;
}
.nav-mobile .slick-prev {
    left: 0 !important;
}
@media (min-width: 768px) {
    .nav-inside, body.fullwidth  .slick-slider:not(.nav-top) {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .nav-inside .slick-prev , body.fullwidth  .slick-slider:not(.nav-top)  .slick-prev{
        left: -35px;
    }
    .nav-inside .slick-next , body.fullwidth  .slick-slider:not(.nav-top)  .slick-next{
        right: -35px;
    }
}
@media (min-width: 768px) {
    .single-slider .nav-inside, body.fullwidth  .aside-column .slick-slider:not(.nav-top) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    body.fullwidth .aside-column .slick-slider:not(.nav-top)  .slick-prev{
        left: 15px;
    }
    body.fullwidth  .aside-column .slick-slider:not(.nav-top)  .slick-next{
        right: 15px;
    }
}
@media (max-width: 767px) {
    .nav-inside .slick-prev,
    .nav-inside .slick-next,
    .nav-inside .slick-prev:hover,
    .nav-inside .slick-prev:focus,
    .nav-inside .slick-next:hover,
    .nav-inside .slick-next:focus
    {
        width: 50px;
        height: 124px;
        margin-top: -62px !important;
        padding: 0;
        background: inherit;
    }
    .nav-inside .slick-prev {
        left: 0px;
    }
    .nav-inside .slick-next {
        right: 0px;
    }
    .nav-inside .slick-prev,
    .nav-inside .slick-prev:hover,
    .nav-inside .slick-prev:focus {
        background:  rgba(0,0,0,0.1);
        border-radius: 5px;
    }
    .nav-inside .slick-next,    
    .nav-inside .slick-next:hover,
    .nav-inside .slick-next:focus   {
        background:   rgba(0,0,0,0.1);
        border-radius: 5px;
    }
    .nav-inside .slick-prev:before,
    .nav-inside .slick-next:before  { 
        display: none;
    }   
}

/*******************************************************************
* // End slick
*******************************************************************/



