/*
| ----------------------------------------------------
| Text colors variation
| ----------------------------------------------------
*/
.text-white { color: #fff; }
.text-black { color: #000; }
.text-red { color: #e74c3c; }
.text-green { color: #486a00; }
.text-glary{color: #959595;}
.text-primary-d{color: #b28850;}

/** Dark colors variation for text */
.text-dark { color: #414145; }
.text-dark.dk { color: #333; }
.text-dark.dker { color: #222; }
.text-dark.lt { color: #666; }
.text-dark.lter { color: #7e7e7e; }
/** Light colors variation for text */
.text-dwhite{color: #bfbfbf;}
.text-light { color: #888893; }
.text-light.dk { color: #626266; }
.text-light.dker { color: #505057; }
.text-light.lt { color: #b5b5bf; }
.text-light.lter { color: #d0d0dc; }


.bg-f4{background-color: #f4f4f4;}
.bg-dwhite{ background-color: #eeeeee; }
.bg-white { background: #fff; }
.bg-dark { background: #2d2a2f; }
.bg-dark.dk { background: #201e21; }
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6,
.bg-dark .h1, .bg-dark .h2, .bg-dark .h3, .bg-dark .h4, .bg-dark .h5, .bg-dark .h6,
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.bg-primary .h1, .bg-primary .h2, .bg-primary .h3, .bg-primary .h4, .bg-primary .h5, .bg-primary .h6, .bg-primary {
	color: #fff;
}
.bg-primaryl{background-color: #cfa972;}
.bg-primaryd{background-color: #b28850;}

/*
| ----------------------------------------------------
| Font weight
| ----------------------------------------------------
*/
.font-thin { font-weight: 100; }
.font-extralight { font-weight: 200; }
.font-light { font-weight: 300; }
.font-regular { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700;}
.font-extrabold { font-weight: 800;}
.font-uc { text-transform: uppercase; }
.font-italic { font-style: italic; }


/*
| ----------------------------------------------------
| Font size
| ----------------------------------------------------
*/
.xs-small{font-size: 1.2rem;}
.big { font-size: 1.125em; }
.small { font-size: 0.9125em; }
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f24{font-size: 24px;}
.f30{font-size: 30px;}

/*
| ----------------------------------------------------
| Gap
| ----------------------------------------------------
*/
.gap-10 { height: 10px; }
.gap-15 { height: 15px; }
.gap-20 { height: 20px; }
.gap-30 { height: 30px; }
.gap-40 { height: 40px; }
.gap-50 { height: 50px; }
.gap-60 { height: 60px; }
.gap-70 { height: 70px; }
.gap-80 { height: 80px; }
.gap-90 { height: 90px; }
.gap-100 { height: 100px; }
.gap-120 { height: 120px; }


/*
| ----------------------------------------------------
| padding
| ----------------------------------------------------
*/
.pd0{padding:0;}
.pd20{padding:20px;}

.pt { padding-top: 30px; }
.pt-xs { padding-top: 5px; }
.pt-sm { padding-top: 20px; }
.pt-lg { padding-top: 40px; }

.pb { padding-bottom: 30px; }
.pb-xs { padding-bottom: 5px; }
.pb-sm { padding-bottom: 20px; }
.pb-lg { padding-bottom: 40px; }

.pr0 { padding-right: 0px; }
.pr { padding-right: 30px; }
.pr-xs { padding-right: 5px; }
.pr-sm { padding-right: 20px; }
.pr-lg { padding-right: 40px; }

.pl0{padding-left: 0px;}
.pl { padding-left: 30px; }
.pl-xs { padding-left: 5px; }
.pl-sm { padding-left: 20px; }
.pl-lg { padding-left: 40px; }


/*
| ----------------------------------------------------
| Margin
| ----------------------------------------------------
*/
.mt-10{ margin-top:10px;}
.mt { margin-top: 30px; }
.mt-xs { margin-top: 5px; }
.mt-sm { margin-top: 20px; }
.mt-lg { margin-top: 40px; }

.mb { margin-bottom: 30px; }
.mb-xs { margin-bottom: 5px; }
.mb-sm { margin-bottom: 20px; }
.mb-lg { margin-bottom: 40px; }

.mr0{margin-right: 0px;}
.mr { margin-right: 30px; }
.mr-xs { margin-right: 5px; }
.mr-sm { margin-right: 20px; }
.mr-lg { margin-right: 40px; }

.ml0{margin-left: 0px;}
.ml15{margin-left: 15px;}
.ml { margin-left: 30px; }
.ml-xs { margin-left: 5px; }
.ml-sm { margin-left: 20px; }
.ml--sm { margin-left: -20px; }
.ml-lg { margin-left: 40px; }




/*
| ----------------------------------------------------
| Some handy styles
| ----------------------------------------------------
*/
.no-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.tbl > .td { display: table-cell; }
.td.vtop { vertical-align: top; }
.td.vmid { vertical-align: middle; }
.td.vbot { vertical-align: bottom; }


/*
| ----------------------------------------------------
| Circle Icons
| ----------------------------------------------------
*/
.circle-icon {
	position: relative;
	display: table;
	border-radius: 50%;
	font-size: 16px;
	width: 2.25em;
	height: 2.25em;
	text-align: center;
	background: #414145;
	border-color: #888893;
	color: #fff;
	z-index: 2;
	cursor: pointer;
}
.circle-icon.text-center {
	margin: 0 auto;
}
.circle-icon.circle-xs {
	width: 28px;
	height: 28px;
	font-size: 14px;
}
.circle-icon.circle-sm {
	width: 42px;
	height: 42px;
	font-size: 18px;
}
.circle-icon.circle-md {
	width: 90px;
	height: 90px;
	font-size: 40px;
}
.circle-icon.circle-lg {
	width: 150px;
	height: 150px;
	font-size: 75px;
}
.circle-icon > i {
	display: table-cell;
	vertical-align: middle;
}

.icon-effect.circle-icon > i:after {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.icon-effect.circle-icon {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.icon-effect.circle-icon > i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
.no-touch .icon-effect.circle-icon:hover > i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.no-touch .icon-effect.circle-icon:hover {
	background: transparent;
}
.circle-icon.no-fill {
	border: 2px solid;
	background: transparent;
}

.img-cover {
	max-width: 100%;
	height: auto;
}
.img-contain {
	max-height: 100%;
	width: auto;
}
img.align-left {
	float: left;
	margin: 0 30px 30px 0;
}
img.align-right {
	float: right;
	margin: 0 0 30px 30px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}