/*
	Theme Name: History
	Created : 
	Updated : 
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*
	+ Shortcodes
		- Welcome section
		- Onview Section
		- Client Section
		- Portfolio Section
		- Call To Action
		- Events Block
		- Upcoming Events
		- Single Events
		- Blog
		- Blog Single
		- Contact
		- Testimonial Section
	
		
	+ Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/


/* + Shortcodes */
/* - Slider */
.slider-section {
	position: relative;
}
.slider-section .slide-btn > a {
	background-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 12px !important;
    letter-spacing: 0.84px !important;
    padding: 12px 37px !important;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.slider-section .slide-btn > a:hover {
	background-color: #fff;
	color: #000;
}
.slider-section .icon-img > span > img{
	padding: 0 20px;
	margin-top: -16px;
}
.slider-section .uranus.tparrows {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    height: 72px;
    width: 72px;
	line-height: 72px;
}
.slider-section .uranus.tparrows::before {
	color: #000;
	font-size: 30px;
	height: 72px;
    width: 72px;
	line-height: 72px;
}
.slider-section .uranus.tparrows:hover {
	background-color: rgba(218, 168, 60, 0.9);
}
.slider-section .uranus.tparrows:hover::before {
	color: #fff;
}
.goto-next {
	display: inline-block;
	width: 100%;
	bottom: 25px;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.goto-next a {
	color: #fff;
	text-decoration: none;
}
.goto-next a i {
	display: block;
	font-size: 30px;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
}
.slider-section2 .icon-img > span {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 40px;
	padding: 5px 20px;
}
.slider-section2 .icon-img > span > img {
	margin-top: 0;
}
.slider-section2 .uranus.tparrows {
	background-color: rgba(14, 20, 33, 0.9);
	border-radius: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.slider-section2 .uranus.tparrows::before {
	color: #fff;
	font-size: 20px;
	height: 50px;
    width: 50px;
	line-height: 50px;
}

/* - Welcome section */
.welcome-section .container {
	position: relative;
}
.welcome-section {
	padding-top:60px;
	padding-bottom:80px;
}
.welcome-section .carousel .carousel-inner {
	padding-bottom: 20px;
}
.welcome-section .content-block p {
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.28px;
	margin-bottom: 30px; text-align:justify;
}
.welcome-section .content-block > a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
}
.welcome-section .content-block > a::before {
	background-color: #e2b13c;
	border-right: 4px solid #222222;
	-webkit-box-shadow: -3px 0 0 0 #fff inset;
	-moz-box-shadow: -3px 0 0 0 #fff inset;
	box-shadow: -3px 0 0 0 #fff inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.welcome-section .content-block > a:hover {
	color: #e2b13c;
}
.welcome-section .img-block {
	text-align: right;
}
.welcome-section .img-block i {	
	display: inline-block;
	position: relative;
}
.welcome-section .img-block i::after {
	border: 2px solid #d4d4d4;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -20px;
	top: 20px;
	display: inline-block;
	z-index: -1;
}
.welcome-section .wc-controls {
	position: relative;
	margin-top: 50px;
	margin-left: 15px;
	display: inline-block;
}
.welcome-section .wc-controls::before {
	background-color: #4e4e4e;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	width: 1px;
	height: 11px;
	margin: 0 auto;
	display: block;
	z-index: 1;
}
.welcome-section .carousel-control {
	top: 70px;
	left: 0;
	width: auto;
	position: relative;
	width: 60px;
	height: 50px;
	background-color: #333333;
	opacity: 1;
	text-align: center;
	float: left;
	line-height: 50px;
}
.welcome-section .carousel-control span {
	width: 10px;
	height: 12px;
	background-image: url("../images/wc-arrow.png");
	background-repeat: no-repeat;
	display: inline-block;
}
.welcome-section .carousel-control.left span {
	background-position: top left;
}
.welcome-section .carousel-control.right {
	right: auto;
}
.welcome-section .carousel-control.right span {
	background-position: top right;
}
.welcome-section .carousel-control.left:hover span {
	background-position: bottom left;
}
.welcome-section .carousel-control.right:hover span {
	background-position: bottom right;
}
/* - Welcome Section 2 */
.welcome-section2 {
	padding-bottom: 60px;
	padding-top: 60px;
}
.welcome-section2 .img-block {
	text-align: center;
}
.welcome-section2 .img-block i {
	padding-left: 55px;
	padding-right: 55px;
	position: relative;
	display: inline-block;
}
.welcome-section2 .img-block i::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 85px;
	bottom: 35px;
	display: inline-block;
	border: 8px solid #ededed;
	z-index: -1;
}
.welcome-section2 .content-block {
	text-align: center;
	padding-top:30px;
}
.welcome-section2 .content-block p {
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.28px;
	margin-bottom: 30px;
}
.welcome-section2 .content-block > a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
}
.welcome-section2 .content-block > a::before {
	background-color: #e2b13c;
	border-right: 4px solid #222222;
	-webkit-box-shadow: -3px 0 0 0 #fff inset;
	-moz-box-shadow: -3px 0 0 0 #fff inset;
	box-shadow: -3px 0 0 0 #fff inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.welcome-section2 .content-block > a:hover {
	color: #e2b13c;
}

/* - Onview Section */
.onview-section {
	background-image: url("../images/onview-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 84px;
	padding-top: 84px;
}
.onview-section::before{
	background-color: rgba(255,255,255,0.9);
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: inline-block;
}
.onview-section .container {
	position: relative;
}
.onview-section .container::before {
	content: "";
	border: 6px solid #e2b13c;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 66px;
	bottom: 90px;
	display: inline-block;
}
.onview-section .img-block {
	text-align: center;
}
.onview-content {
	padding-top: 110px;
	padding-bottom: 110px;
}
.onview-content .section-header .section-title-border::before {
	border-color: #e4e4e4;
}
.onview-section .onview-content p {
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.28px;
}
.onview-section .onview-content ul {
	padding-left: 0;
	list-style: none;
	margin-top: 15px;
}
.onview-section .onview-content ul li {
	position: relative;
	color: #777777;
	padding-left: 20px;
	line-height: 32px;
	letter-spacing: 0.28px;
}
.onview-section .onview-content ul li::before {
	font-family: FontAwesome;
	content: "\f0e3";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 12px;
	color: #e2b13c;
}
.onview-section2 {
	background-color: #121212;
}
.onview-section2 .onview-left {
	width: 39.0625%;
	padding: 150px;
	background-color: #121212;
	text-align: center;
	color: #fff;
}
.onview-section2 .section-header2 h2 {
	color: #fff;
}
.onview-section2 .onview-left p {
	line-height: 26px;
	letter-spacing: 0.28px;
	margin-bottom: 20px;
}
.onview-section2 .onview-left > a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.8px;
}
.onview-section2 .onview-left > a::before {
	background-color: #e2b13c;
	border-right: 4px solid #ffffff;
	-webkit-box-shadow: -3px 0 0 0 #121212 inset;
	-moz-box-shadow: -3px 0 0 0 #121212 inset;
	box-shadow: -3px 0 0 0 #121212 inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.onview-section2 .onview-left > a:hover {
	color: #e2b13c;
}
.onview-section2 .onview-right {
	background-image: url("../images/onview-bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 60.9375%;
	padding: 150px;
}
.onview-section2 .onview-right .onview-content {
	padding: 15px;
	border: 2px solid #e2b13c;
	display: inline-block;
	width: 100%;
}
.onview-section2 .onview-right .onview-content ul {
	background-color: rgba(255,255,255,0.9);
	display: inline-block;
	width: 100%;
	padding: 80px;
	list-style: none;
	margin-bottom: 0;
}
.onview-section2 .onview-right .onview-content ul li {
	position: relative;
	color: #222222;
	padding-left: 20px;
	line-height: 32px;
	letter-spacing: 0.28px;
}
.onview-section2 .onview-right .onview-content ul li::before {
	font-family: FontAwesome;
	content: "\f0e3";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 12px;
	color: #e2b13c;
}

/* - Client Section */
.client-carousel .item {
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	height: 210px;
	background-color: #f6f6f6;
	text-align: center;
}
.client-carousel .item-bg {
	background-color: #fafafa;
}
.client-carousel .item a  {
	display: inline-block;
	line-height: 210px;
}
.client-carousel .item a > img {
	width: auto;
	line-height: 210px;
	display: inline-block;
}
.client-carousel .owl-controls {
	display: none;
}
.client-section2 {
	padding-top: 50px;
}
.client-section2 .client-carousel .item {
	background-color: transparent;
	height: 90px;
}
.client-section2 .client-carousel .item a  {
	line-height: 90px;
}
.client-section2 .client-carousel .owl-controls {
	display: block;
}
.client-section2 .client-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background-color: transparent;
	font-size: 0;
	position: relative;
	width: 11px;
	height: 17px;
	margin: 0 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 0;
	display: inline-block;
}
.client-section2 .client-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
	color: #d8d8d8;
	content: "\f104";
    font-family: FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	font-size: 30px;
}
.client-section2 .client-carousel.owl-theme .owl-controls .owl-nav .owl-next::before {
	content: "\f105";
}
.client-section2 .client-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover::before {
	color: #565656;
}

/* - Portfolio Section */
.portfolio-section {
	padding:0px 0 0;
}
.portfolio-list {
	position: relative;
	margin-top: 35px;
}
.portfolio-categories {
	text-align: center;
}
.portfolio-categories ul {
	display: inline-block;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 0;
	padding-bottom: 25px;
	margin-top: 20px;
}
.portfolio-categories ul li {
	display: inline-block;
	padding: 0 24px;
	position: relative;
}
.portfolio-categories ul li + li::before {
	content: "|";
	position: absolute;
	left: -1px;
	top: 0;
}
.portfolio-categories ul li a {
	color: #777777;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
	letter-spacing: 0.56px;
	position: relative;
}
.portfolio-categories ul li a,
.portfolio-categories ul li a::before {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.portfolio-categories ul li a::before {
	background-color: #e2b13c;
	content: "";
	width: 7px;
	height: 7px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	border-radius: 100%;
	opacity: 0;
}
.portfolio-categories ul li a.active::before,
.portfolio-categories ul li a:hover::before {
	opacity: 1;
}
.portfolio-categories ul li a.active,
.portfolio-categories ul li a:hover {
	color: #e2b13c;
}
.portfolio-box a {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}
.portfolio-box a::before {
	background-color: rgba(255,255,255,0.9);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio-box a:hover::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.portfolio-content {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.portfolio-content i {
	font-size: 25px;
	color: #222222;
}
.portfolio-content h3 {
	color: #222222;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
	margin: 25px 0;
}
.portfolio-content i,
.portfolio-content span {
	display: block;
}
.portfolio-content span {
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.6px;
	color: #777777;
}
.portfolio-box a:hover .portfolio-content {
	opacity: 1;
	top: 50%;
	visibility: visible;
}

/* - Call To Action */
.cta-section  {
	background-color: #e2b13c;
	padding: 50px 0 40px;
}
.cta-section  h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.8px;
	margin: 0;
	text-transform: uppercase;
	float: left;
}
.cta-section  h3 img {
	position: relative;
	top: -10px;
	margin-right: 15px;
}
.cta-section a {
	float: right;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
	margin: 16px 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.8px;
}
.cta-section a::before {
	
	border-right: 4px solid #ffffff;
	-webkit-box-shadow: -3px 0 0 0 #e2b13c inset;
	-moz-box-shadow: -3px 0 0 0 #e2b13c inset;
	box-shadow: -3px 0 0 0 #e2b13c inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.cta-section a:hover {
	color: #111111;
}

/* - Events Block */
.event-block {
	background-color: #fafafa;
	margin-bottom: 50px;
}
.event-block .event-cover {
	padding-left: 0;
}
.event-block .event-cover a {
	float: left;
}
.event-block .event-content {
	padding: 65px 25px 61px;
}
.event-block .event-content .post-date {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #e2b13c;
	padding: 18px 10px;
}
.event-block .event-content .post-date span {
	font-family: 'Poppins', sans-serif;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 26px;
}
.event-block .event-content .post-date span:first-child {
	font-size: 30px;
}
.event-block .event-content h3 { 
	color: #222222;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 32px;
}
.event-block .event-content h3 a,
.event-block .event-content h4 a { 
	color: #222222;
	text-decoration: none;
}
.event-block .event-content h4 {
	color: #222222;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.event-block .event-content h4 a { 
	float: left; 
}
.event-block .event-content h4 a + a { 
	margin-left: 30px;
}
.event-block .event-content h4 a i {	
	color: #e2b13c;
	margin-right: 10px;
}
.event-block .event-content h3 a:hover,
.event-block .event-content h4 a:hover { 
	color: #e2b13c;
}
.event-block .event-content p {
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.28px;
	margin-bottom: 14px;
}
.event-block .event-content > a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.8px;
}
.event-block .event-content > a::before {
	background-color: #e2b13c;
	border-right: 4px solid #222222;
	-webkit-box-shadow: -3px 0 0 0 #fff inset;
	-moz-box-shadow: -3px 0 0 0 #fff inset;
	box-shadow: -3px 0 0 0 #fff inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.event-block .event-content > a:hover {
	color: #e2b13c;
}

/* - Upcoming Events */
.upcoming-event {
	position: relative;
	background-image: url("../images/upcoming-event-bg.jpg");
	background-size: cover;
	background-position: center center;
}
.upcoming-event .section-header {
	margin-bottom: 65px;
}
.upcoming-event .event-block  {
	background-color: transparent;
	padding-left: 60px;
	margin-bottom: 40px;
}
.upcoming-event .event-cover {
	position: absolute;
	left: 60px;
	right: 0;
	top: 0;
	bottom: 0;
}
.upcoming-event .event-cover img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.upcoming-event .event-block .event-content {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.8);
}
.upcoming-event .event-block .event-content .post-date {
	left: -60px;
	right: auto;
}
.upcoming-event .event-block .event-content h3 {
	float: left;
	margin-right: 30px;
	font-size: 14px;
	line-height: 26px;
}
.upcoming-event .event-block .event-content h4 {
	width: auto;
	line-height: 26px;
	margin-bottom: 18px;
}
.upcoming-event .event-block .event-content h3 a,
.upcoming-event .event-block .event-content h4 a {
	color: #fff;
}
.upcoming-event .event-block .event-content h3 a:hover,
.upcoming-event .event-block .event-content h4 a:hover {
	color: #e2b13c;
}
.upcoming-event .event-block .event-content p {
	float: left;
	width: 100%;
	color: #ebebeb;
}
.upcoming-event .col-md-8 > a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.8px;
}
.upcoming-event .col-md-8 > a::before {
	background-color: #e2b13c;
	border-right: 4px solid #222222;
	-webkit-box-shadow: -3px 0 0 0 #fff inset;
	-moz-box-shadow: -3px 0 0 0 #fff inset;
	box-shadow: -3px 0 0 0 #fff inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.upcoming-event .col-md-8 > a:hover {
	color: #e2b13c;
}

/* - Upcoming Section 2 */
.upcoming-event2 {
	background-image: url("../images/event-section-bg.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 150px 0;
}

/* - Single Events */
.events-single .event-block {
	background-color: transparent;
	margin-bottom: 0;
}
.events-single .event-block .event-content {
	padding-top: 45px;
	padding-left: 100px;
	padding-bottom: 50px;
	padding-right: 0;
}
.events-single .event-block .event-content .post-date {
	left: 0;
	right: auto;
	top: 50px;
}
.events-single .map-section {
    float: left;
    width: 100%;
}
.events-single .map-section .map-canvas {
    height: 300px;
    width: 100%;
}

/* + Widgets */
.widget-area .widget {
	margin-bottom: 40px;
}
.widget-area h3.widget-title {
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	color: #030303;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.64px;
	font-weight: 600;
	word-wrap: break-word;
	border-bottom: 1px solid #e8e8e8;
	line-height: 30px;
	margin-bottom: 30px;
}
/* - Widget : Search */
.widget_search .input-group {
	border: 1px solid #ddd;
}
.widget_search .input-group .form-control,
.widget_search .btn-default {
	height: 38px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
}
.widget_search .input-group .form-control {
	text-transform: capitalize;
	letter-spacing: 0.84px;
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	padding: 10px 18px;
	color: #c1c1c1;
}
.widget_search .form-control::-webkit-input-placeholder {
   color: #c1c1c1; 
}
.widget_search .form-control:-moz-placeholder { /* Firefox 18- */
   color: #c1c1c1; 
}
.widget_search .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #c1c1c1;	
}
.widget_search .form-control:-ms-input-placeholder {  
   color: #c1c1c1;
}
.widget_search .btn-default {
    color: #c1c1c1;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 22px 11px 0;
}
.widget_search .btn-default,
.widget_search .btn-default:hover,
.widget_search .btn-default:focus {
	background-color: transparent;
}

/* - Widget : Categories */
.widget_categories ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.widget_categories ul  li {
	margin-bottom:6px; text-align:justify;
}
.widget_categories ul  li:last-of-type {
	margin-bottom: 0;
}
.widget_categories li a {
	      color: #777;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 0.98px;
    text-transform: capitalize;
    line-height: 26px;
    word-wrap: break-word;
    display: block;
    background: rgba(242, 242, 242, 0.41);
    padding: 5px 0;
    margin-bottom: 15px;

}
.widget_categories span {
	background-color: #555555;
	color: #fff;
	float: left;
	font-size: 12px;
	min-width: 26px;
	min-height: 26px;
	text-align: center;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	margin-right:15px;
}
.widget_categories li a:hover {
	color: #e2b13c;
}
.widget_categories li a:hover span {
	background-color: #e2b13c;
}

/* - Widget : Latest Post */
.widget_latestpost .latestpost-content {
	position: relative;	
	padding-left: 95px;
	margin-bottom: 25px;
	min-height: 82px;
}
.widget_latestpost .latestpost-content img {
	position: absolute;
	left: 0px;
	top: 0;
}
.widget_latestpost .latestpost-content h3{
	font-size: 13px;
	letter-spacing: 0.39px;
	margin-top: 0;
	padding-top: 5px;
	line-height: 18px;
}
.widget_latestpost .latestpost-content a {
	color: #555555;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
}
.widget_latestpost .latestpost-content a:hover {
	color: #e2b13c;
	text-decoration: none;
}
.widget_latestpost .latestpost-content span {
	color: #e2b13c;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.77px;
}

/* - Widget : Tags */
.widget_tag .tags > a {
    background-color: #717171;
    font-size: 11px;
	padding: 8px 13px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	letter-spacing: 0.44px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.widget_tag .tags > a:hover {
   background-color: #e2b13c;
}

/* - Blog */
.type-post,
.type-post .entry-cover{
	margin-bottom: 40px;	
}
.type-post,
.type-post .entry-cover,
.type-post .entry-header,
.type-post .entry-content  {
	float: left;
	width: 100%;
}
.type-post .entry-cover a {
	float: left;
}
.type-post .entry-header,
.type-post .entry-content  {
	padding-left: 40px;
}
.type-post .entry-header .post-date {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 100px;
}
.type-post .entry-header .post-date b {
	font-family: 'Poppins', sans-serif;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 1.4px;
	line-height: 65px;
	position: absolute;
	left: 0;
	top: 0;
}
.type-post .entry-header .post-date span {
	color: #777777;
	display: block;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.4px;
	text-transform: capitalize;
}
.type-post .entry-title {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 35px;
}
.type-post .entry-title a {
	color: #222222;
	text-decoration: none;
}
.type-post .entry-meta {
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
}
.type-post .entry-meta > div {
	float: left;
	margin-right: 20px;
}
.type-post .entry-meta > div a {
	color: #222222;
	text-transform: capitalize;
	letter-spacing: 0.56px;
	text-decoration: none;
}
.type-post .entry-meta > div a i {
	color: #e2b13c;
	margin-right: 10px;
}
.type-post .entry-title:hover a, 
.type-post .entry-meta > div a:hover {
	color: #e2b13c;
}
.type-post .entry-content p {
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.28px;
	margin-bottom: 20px;
}
.type-post .entry-content > a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 5px;
	display: inline-block;
}
.type-post .entry-content > a::before {
	background-color: #e2b13c;
	border-right: 4px solid #222222;
	-webkit-box-shadow: -3px 0 0 0 #fff inset;
	-moz-box-shadow: -3px 0 0 0 #fff inset;
	box-shadow: -3px 0 0 0 #fff inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.type-post .entry-content > a:hover {
	color: #e2b13c;
}

.latest-blog {
	background-color: #fafafa;
}
.latest-blog .row > .col-md-6 > p {
	color: #777777;
	letter-spacing: 0.28px;
	line-height: 26px;
	margin-top: 10px;
}
.latest-blog .type-post,
.latest-blog .type-post .entry-cover {
	margin-bottom: 0;
}
.latest-blog .type-post .entry-header,
.latest-blog .type-post .entry-content {
	padding-left: 0;
}
.latest-blog .type-post .entry-header {
	margin-bottom: 10px;
}
.latest-blog .type-post .entry-header .post-date {
	margin-top: 40px;
}
.latest-blog .blog-carousel {
	margin-top: 60px;
}
.latest-blog .row > .col-md-2 {
	text-align: right;
}
.latest-blog .wc-controls {
	position: relative;
	margin-left: 15px;
	display: inline-block;
	background-color: #333333;
}
.latest-blog .wc-controls::before {
	background-color: #4e4e4e;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	width: 1px;
	height: 11px;
	margin: 0 auto;
	display: block;
	z-index: 1;
}
.latest-blog .row > .col-md-2 .wc-controls a {
	top: auto;
	left: 0;
	width: auto;
	position: relative;
	width: 60px;
	height: 50px;
	background-color: #333333;
	opacity: 1;
	text-align: center;
	display: inline-block;
	line-height: 50px;
}
.latest-blog a span {
	width: 10px;
	height: 12px;
	background-image: url("../images/wc-arrow.png");
	background-repeat: no-repeat;
	display: inline-block;
}
.latest-blog a.left span {
	background-position: top left;
}
.latest-blog a.right {
	right: auto;
}
.latest-blog a.right span {
	background-position: top right;
}
.latest-blog a.left:hover span {
	background-position: bottom left;
}
.latest-blog a.right:hover span {
	background-position: bottom right;
}

/* - Blog Single */
.blog-single .type-post {
	border-bottom: 1px solid #e1e1e1;
}
.type-post blockquote {
	border-left: 2px solid #e2b13c;
	padding: 25px 20px;
	margin-top: 45px;
	margin-bottom: 40px;
}
.type-post .entry-content blockquote p {
	position: relative;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 0;
	color: #222222;
	font-style: italic;
}
.type-post blockquote p::before {
	content: "\f10e";
	color: #dedede;
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -10px;
	font-style: normal;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.type-post blockquote p::after {
	content: "\f10e";
	color: #dedede;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	position: relative;
	top: 10px;
	left: 10px;
}
.type-post .entry-content .social {
	float: left;
	width: 100%;
	margin: 20px 0 35px;
}
.type-post .entry-content .social h3 {
	font-family: 'Poppins', sans-serif;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.52px;
	margin: 14px 15px 14px 0;
}
.type-post .entry-content .social ul {
	float: left;
	padding-left: 0;
}
.type-post .entry-content .social ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
.type-post .entry-content .social ul li a {
	width: 39px;
	height: 39px;
	float: left;
	border-radius: 100%;
	background-color: #000;
	text-align: center;
	line-height: 39px;
	color: #a5a5a5;
}
.type-post .entry-content .social ul li a:hover {
	background-color: #e2b13c;
	color: #111111;
}

/* - Comment Section */
.comment-section {
	display: inline-block;	
	text-align: left;
	margin-top: 40px;
}
.comment-section h3,
.comment-form h3 {
	font-size: 20px;
	color: #222222;
	margin: 0 0 35px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.comment-section .media-left {
	float: left;
	clear: both; 
	border-radius: 100%;
}
.comment-section .media-left img {
	border-radius: 100%;
	display: inline-block;
}
.comment-section .media-heading {
	text-transform: uppercase;
	font-size: 15px;
	color: #111;
	margin-right: 5px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.6px;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.comment-section .media-heading b {
	font-weight: 600;
	letter-spacing: 0.6px;
	float: left;
}
.comment-section .media-heading span {
	color: #777777;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	letter-spacing: 0.847px;
	font-family: 'PT Serif', serif;
	margin-left: 12px;
}
.comment-section .media-heading a {
	font-size: 14px;
	color: #e2b13c;
	text-transform: capitalize;
	text-decoration: none;
	margin-left: 30px;
	font-weight: 500;
	font-family: 'PT Serif', serif;
	float: right;
}
.comment-section .media-heading a i {
	margin-right: 5px;
}
.comment-section .media-heading a:hover {
	color: #777;
}
.comment-section .media-list {
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 15px;
}
.comment-section .media-content {	
	margin-left: 24px;
	position: relative;
	display: inline-block;	
	padding-bottom: 27px;
}
.comment-section .media-content p {
    color: #777777;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 26px;
    margin-top: 15px;
}
.comment-section .media.media-even {
	margin-left: 50px;
}

.blog-single .comment-form {
	margin-top: 30px;
}
.blog-single .comment-form .widget-heading.col-md-12{
	margin-bottom: 40px;
}
.blog-single .comment-form .form-control {
	padding: 13px 22px;
	height: 50px;
	outline: none;
	-webkit-box-shadow: none;
	 -webkit-appearance: none;
	 box-shadow: none;
	border-radius: 0;
	border: 1px solid #cacaca;
	background-color: transparent;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #898989;
	font-weight: 300;
}
.blog-single .comment-form textarea.form-control { 
	height: 130px;
	margin-bottom: 20px;
}
.blog-single .comment-form  input[type="submit"] { 
	color: #fff;
	font-size: 12px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	font-weight: 700;
	background-color: #e2b13c;
	padding: 10px 26px 8px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	text-decoration: none;
	margin: 10px 0 0;
	letter-spacing: 2px;
	letter-spacing: 1.12px;
	border: 2px solid transparent;
}
.blog-single .comment-form  input[type="submit"]:hover {
	border-color: #e2b13c;
	color: #e2b13c;
	background-color: transparent;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-single .comment-form .form-control::-webkit-input-placeholder {
   color: #898989;
}
.blog-single .comment-form .form-control:-moz-placeholder { /* Firefox 18- */
   color: #898989; 
}
.blog-single .comment-form .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #898989;
}
.blog-single .comment-form .form-control:-ms-input-placeholder {  
   color: #898989; 
}

/* - Contact */
.contact-info {
	text-align: center;
	float: left;
	width: 100%;
}
.contact-info .col-md-4 + .col-md-4 {
	border-left: 1px dotted #777777;
}
.contact-info .col-md-4 > i { 
	width: 65px;
	height: 65px;
	border: 2px solid #e2b13c;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	line-height: 61px;
}
.contact-info .col-md-4 > h3 { 
	letter-spacing: 1.26px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contact-info .col-md-4 > p,
.contact-info .col-md-4 > p > a {
	color: #777777;
}
.contact-form {
	    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    padding: 20px; background:url(../images/map.jpg) no-repeat top center; background-size:100%;
}
.contact-form h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #222222;
}
.contact-form p {
	text-transform: uppercase;
	letter-spacing: 2.6px;
	color: #777777;
}
.contact-form form {
	margin-top: 40px;
}
.contact-form .form-control {
	height: 40px;
	border:1px solid #e2b13c;
	color: #d0d0d0;
	border-radius: 0;
	font-size: 11px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0.77px;
}
.contact-form .form-control:last-child {
	margin-bottom: 0;
}
.contact-form textarea.form-control {
	height: 180px;
	margin-bottom: 30px;
}
.contact-form input.moreac {
	width: 100%;
	background-color: #e2b13c;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;	
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 11px;
}
.contact-form button:hover {
	background-color: #000;
}
.contact-form .form-control::-webkit-input-placeholder {
	color: #d0d0d0;
	text-transform: uppercase;
}
.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #d0d0d0;
	text-transform: uppercase;
}
.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #d0d0d0;
	text-transform: uppercase;
}
.contact-form .form-control:-ms-input-placeholder {  
	color: #d0d0d0;
	text-transform: uppercase;
}
/* + Alert Msg */
.alert-msg {
	color: #ccc;
	width: 100%;
	margin: 10px 15px;
	text-align: left;
	display: inline-block;
	z-index: 1;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

.map-section .map-canvas {
	width: 100%;
	height: 650px;
}

/* - 404 */
.error-page .error-content {
	text-align: center;
}
.error-page .error-content h3 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 80px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.error-page .error-content h3 span {
	font-weight: 600;
}
.error-page .error-content .form-control {
	border-color: #cdcdcd;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 14px;
	height: 50px;
	padding: 6px 30px;
	letter-spacing: 0.98px;
}
.error-page .error-content .form-control::-webkit-input-placeholder {
   color: #c2c2c2;
}
.error-page .error-content .form-control:-moz-placeholder { /* Firefox 18- */
   color: #c2c2c2; 
}
.error-page .error-content .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #c2c2c2;
}
.error-page .error-content .form-control:-ms-input-placeholder {  
   color: #c2c2c2; 
}
.error-page .error-content .form-control:focus {
	border-color: #cdcdcd;
}
.error-content .input-group .input-group-btn button.btn {
	background-color: #e2b13c;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 14.5px 70px;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.error-content .input-group .input-group-btn button.btn:hover {
	background-color: #111;
}

/* - Testimonial Section */
.testimonial-section .container .col-md-8 {
	overflow: hidden;
	float: none;
	margin: 0 auto;
	padding: 10px 0 150px;
}
.testimonial-section .mis-content-block p {
	color: #777;
	font-size: 16px;
	font-style: italic;
	font-family: 'PT Serif', serif;
	padding: 30px 0;
	line-height: 28px;
	letter-spacing: 0.32px;
}
.testimonial-section .mis-content-block i {
	color: #e2b13c;
	font-size: 30px;
}
.testimonial-section .mis-content-block h3 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.testimonial-section .mis-content-block span {
	color: #777;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.84px;
	text-transform: uppercase;
}
.testimonial-section .mis-prev {
	display: none !important;
}
.testimonial-section .mis-next {
	display: none !important;
}
.testimonial-section .mis-nav-buttons a.mis-prev::before, 
.testimonial-section .mis-nav-buttons a.mis-next::after {
	font-size: 60px;
}
.testimonial-slider .mis-stage {
	background-color: transparent;
	padding-top: 35px;
	overflow: visible;
	margin-bottom: 50px;
}
.testimonial-slider .mis-slider {
	margin-top: 0;
}
.testimonial-slider .mis-slide {
	height: auto;
	padding: 20px 0;
}
.testimonial-section .mis-slider li img {
	width: 95px;
	max-width: 95px;
	margin: 0 auto;
	border: 3px solid transparent;
    border-radius: 100%;
    display: inline-block;
	opacity: 0.7;
}
.testimonial-section .mis-slider li.mis-slide.mis-current img {
	border: 3px solid #e2b13c;
	opacity: 1;
}
.testimonial-slider .mis-nav-list {
	bottom: -50px;
}
.testimonial-slider .mis-nav-list li a {
	border-radius: 100%;
	border: none;
	background-color: #e2b13c;
	border: 1px solid transparent;
	box-shadow: none;
	height: 9px;
	width: 9px;
	opacity: 1;
}
.testimonial-slider .mis-nav-list li {
	position: relative;
	top: -2px;
}
.testimonial-slider .mis-nav-list li.mis-current {
	margin-top: 3px;
	top: 0;
}
.testimonial-slider .mis-nav-list li.mis-current a {
	box-shadow: 0 0 0 1.5px #fff inset;
	border: 1px solid #e2b13c;
	height: 13px;
	width: 13px;
}

/* - Intro Video */
.video-section{
	position: relative;
	display: inline-block;
}
.video-section::before {
	background-color: rgba(0, 0, 0,0.6);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;	
}
.video-section-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.video-section-content h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin: 0;
	text-transform: uppercase;
}
.video-section-content > a {
	background-color: #000;
	border-radius: 100%;
	display: inline-block;
	height: 69px;
	width: 69px;
	line-height: 69px;
	margin: 30px 0;
	font-size: 25px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-align: center;
}
.video-section-content p {
	color: #fff;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.28px;
	padding: 0 20%;
	margin-bottom: 0;
}

/* - Call Out */
.call-out {
	background-image: url("../images/callout-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1;
}
.call-out::before {
	background-color: rgba(0, 0, 0,0.8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;	
	z-index: -1;
}
.call-out .call-out-content {
	display: inline-block;
	padding: 100px 0;
}
.call-out .call-out-content h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin: 0;
}
.call-out .call-out-content h5 {
	color: #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.12px;
	margin-bottom: 32px;
	margin-top: 32px;
}
.call-out .call-out-content p {
	display: inline-block;
	padding-right: 20px;
	font-family: 'PT Serif', serif;
	font-size: 15px;
	letter-spacing: 0.68px;
}
.call-out .call-out-content p > a {
	color: #e2b13c;
	font-size: 17px;
	font-weight: 700;
}
.call-out .call-out-content a.callout-info {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding-left: 80px;
	letter-spacing: 1.8px;
}
.call-out .call-out-content a.callout-info::after {
	background-color: #e2b13c;
    border-right: 4px solid #fff;
    box-shadow: -3px 0 0 0 #111 inset;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 60px;
}
.call-out .call-out-img img {
	position: absolute;
    top: -65px;
	right: -100px;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1200px */
@media (min-width: 1200px) {
	/* - Onview Section */
	.onview-section2 .onview-right .onview-content ul li:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Call To Action */
	.cta-section h3 img {
		margin-right: 150px;
	}
	
	/* - Events */
	.upcoming-event .event-block  {
		padding-left: 80px;
	}
	.upcoming-event .event-cover {
		left: 80px;
	}
	.upcoming-event .event-block .event-content .post-date { 
		left: -80px;
	}
	
	/* - Blog */
	.blog-listing .content-area .type-post {
		padding-right: 11px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Welcome Section */
	.welcome-section .section-header {
		width: 50%;
		position: absolute;
		left: 15px;
		top: 60px;
		z-index: 1;
	}
	.welcome-section .carousel .carousel-inner .item {
		padding-top: 195px;
	}
	.welcome-section .img-block {
		margin-top: -195px;
	}
	
	/* - Onview Section */
	.onview-section .onview-content ul li:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Client Section */
	.client-section2 .client-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%); 
	}
	.client-section2 .client-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
		left: -50px;
	}
	.client-section2 .client-carousel.owl-theme .owl-controls .owl-nav .owl-next {
		right: -50px;
	}
	
	/* - Content Area */
	.content-area {
		width: 70.9401%;
	}
	.widget-area {
		width: 29.0598%;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Welcome section */
	.welcome-section .wc-controls {
		position: absolute;
		bottom: 0;
		left: 0;
		display: inline-block;
	}
}

/* - max-width: 1600px */
@media (max-width: 1600px) {
	.onview-section2 .onview-left,
	.onview-section2 .onview-right {
		padding: 75px;
		padding: 75px;
	}
}

/* - max-width: 1366px */
@media (max-width: 1366px) {
	/* - Onview Section */
	.onview-section2 .onview-left,
	.onview-section2 .onview-right {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Onview Section */
	.onview-section2 .onview-right .onview-content ul {
		padding-left: 40px;
		padding-right: 40px;
	}
	.onview-section2 .onview-right .onview-content ul li {
		width: 50%;
	}
	.onview-section2 .onview-right .onview-content ul li:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Events */
	.events-single .event-block .event-content {
		padding-left: 80px;
	}
	
	/* - Contact Section */
	.contact-form .row {
		margin: 0;
	}
	
	.video-section-content p {
		padding: 0 7%;
	}
	
	/* - Call Out */
	.call-out .call-out-img img {
		right: -30px;
	}
}	

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Portfolio Section */
	.portfolio-categories ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* - Events */
	.event-block .event-content {
		padding: 50px 15px 30px;
	}
	.event-block .event-content .post-date {
		width: 60px;
		height: 60px;
		padding: 10px;
	}
	.event-block .event-content .post-date span {
		line-height: 22px;
	}
	.event-block .event-content .post-date span:first-child {
		font-size: 23px;
	}
	.event-block .event-content h3,
	.event-block .event-content h4 {
		margin-bottom: 10px;
	}
	.event-block .event-content p {
		line-height: 21px;
	}
	
	/* - Latest Blog */
	.latest-blog .row > .col-md-2 .wc-controls a {
		width: 50px;
	}
	.latest-blog .type-post .entry-header .post-date {
		margin-top: 0;
	}
	.latest-blog .type-post .entry-header {
		margin-bottom: 0;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Slider Section */ 
	.slider-section .slide-btn > a { 
		line-height: 30px !important;
		padding: 8px 20px !important;
	}
	
	/* - Onview Section */
	.onview-section .onview-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.onview-section .onview-content ul li:nth-child(2n+1) {
		clear: both;
	}	
	.onview-section2 .onview-left,
	.onview-section2 .onview-right {
		width: 100%;
	}
	
	/* - Events */
	.event-block .event-cover {
		padding: 0;
	}
	.event-block .event-content .post-date {
		width: 60px;
		height: 60px;
		padding: 10px;
	}
	.event-block .event-content .post-date span {
		line-height: 22px;
	}
	.event-block .event-content .post-date span:first-child {
		font-size: 23px;
	}
	.upcoming-event2 .col-md-10 {
		padding: 0;
	}
	.upcoming-event2 .event-block {
		max-width: 490px;
		display: block;
		margin: 0 auto;
		float: none !important;
	}
	.upcoming-event2 .event-block .event-content { 
		background-color: #fafafa;
	}
	
	/* - Cta Section */
	.cta-section a {
		float: left;
	}
	
	/* - Blog */
	.type-post .entry-header,
	.type-post .entry-content {
		padding-left: 0;
	}
	.latest-blog .row > .col-md-2 {
		text-align: center;
		margin-top: 30px;
	}
	.latest-blog .type-post {
		max-width: 570px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	/* - Blog single */
	.comment-section .media-heading {
		text-align: left;
	}
	.comment-section .media-heading b,
	.comment-section .media-heading span {
		width: 100%;
	}
	.comment-section .media-heading span,
	.comment-section .media-heading a {
		float: left;
		margin-left: 0;
		margin-top: 10px;
	}
	
	/* - Call Out */
	.call-out .call-out-img img {
		top: -22px;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	/* - Welcome section */
	.welcome-section .img-block { 
		margin-top: 50px;
		text-align: center;
	}
	
	/* - Onview Section */
	.onview-section2 .onview-left, .onview-section2 .onview-right {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* - Portfolio Section */
	.portfolio-categories ul li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.portfolio-box {
		position: relative !important;
		top: auto !important; 
		left: auto !important
	}
	.portfolio-box a {
		max-width: 480px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	/* - Events */
	.events-single .event-block .event-content h4 a + a {
		margin-left: 15px;
	}
	
	/* - Cotact Section */
	.contact-info .col-md-4 {
		margin-bottom: 30px;
	}
	.contact-info .col-md-4:last-child {
		margin-bottom: 0;
	}
	.contact-info .col-md-4 + .col-md-4 {
		border: none;
	}
	
	.intro-video .section-padding {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.intro-video .col-xs-6 {
		width: 100%;
	}
	/* - Call Out */
	.call-out .call-out-img img {
		right: 0;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Slider Section */
	.slider-section .uranus.tparrows {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.slider-section .uranus.tparrows::before {
		font-size: 20px;
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	
	/* - Onview Section */
	.onview-section .onview-content ul li,
	.onview-section2 .onview-right .onview-content ul li {
		width: 100%;
	}
	/* - Portfolio Section */
	.portfolio-categories ul {
		border-bottom: none;
	}
	.portfolio-categories ul li a::before {
		display: none;
	}
	
	/* - Events */
	.event-block .event-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-area,
	.widget-area {
		width: 100%;
	}
	.widget-area {
		margin-top: 50px;
	}
	.event-block .event-cover {
		text-align: center;
	}
	.event-block .event-cover a {
		float: none;
	}
	.event-block .event-content h4 a + a {
		margin-left: 20px;
	}
	.event-block .event-content h4 a {
		margin-bottom: 10px;
	}
	.event-block .event-content h4 a {
		float: left;
		margin-left: 0;
	}
	
	/* - 404 */
	.error-page .error-content h3 {
		font-size: 30px;
	}
	
	/* - Testimonial Section  */	
	.testimonial-section .container .col-md-8 {
		padding-bottom: 100px;
	}
	/* - Call Out */
	.call-out .col-xs-7.call-out-content {
		width: 100%;
	}
	.call-out .col-xs-5.call-out-img {
		width: 100%;
		text-align: center;
	}
	.call-out .call-out-img img {
		position: relative;
		top: 0;
		right: 0;
	}
	
	/* - Upcoming Events 2 */
	.upcoming-event2 {
		padding: 75px 0;
	}
}
/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Slider Section */
	.goto-next {
		bottom: 5px;
	}
	.goto-next a i {
		font-size: 20px;
	}
	
	/* - Welcome section */
	.welcome-section .img-block i::after { 
		left: -13px;
	}
	
	/* -  Events */
	.events-single .event-block .event-content h4 a {
		width: 100%;
	}
	.events-single .event-block .event-content h4 a + a {
		float: left;
		margin-left: 0;
	} 
	.upcoming-event .event-block .event-content h3 {
		margin-bottom: 0;
		margin-right: 0;
	}
	.upcoming-event .event-block .event-content h3 a, 
	.upcoming-event .event-block .event-content h4 a {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	/* - 404 */
	.error-content .input-group .input-group-btn button.btn {
		padding: 14.5px 30px;
	}
	
	.video-section-content > a {
		margin: 0;
		height: 60px;
		font-size: 20px;
		width: 60px;
		line-height: 60px;
	}
	.video-section-content p {
		line-height: 20px;
	}
}

.col-sm-5.img-first{ position:relative; z-index:1;}
.col-sm-5.img-first img{ position:absolute; top:-135px;}

.subcribe {
	background-repeat:no-repeat;
	padding:100px 0
}
.subcribe .frm-subcribe {
	margin-top:40px
}
.input-text-subcribe {
	border:none;
	background:#fff;
	padding:15px;
	margin-bottom:10px;
	font-size:14px;
	width:100%
}
.input-text-subcribe:focus {
	outline:none
}
@media(min-width:992px) {
.subcribe .frm-subcribe .col-md-6, .subcribe .frm-subcribe .col-md-12 {
padding-right:0
}
}
.subcribe .frm-subcribe .btn-subcribe {
	margin-top:28px
}
.subcribe .container {
	position:relative
}
.subcribe .main-images {
	position:absolute;
	right:15px;
	bottom:-100px
}
.subcribe-with-image [class^=col-] {
position:static
}
@media(min-width:1025px) {
.subcribe .frm-subcribe .btn-subcribe:hover {
background:#000;
opacity:1;
color:#fff
}
}
@media(max-width:991px) {
.subcribe .main-images {
display:none
}
}
.our-experts {
	padding:100px 0 0
}
.our-experts .people {
	margin-top:40px;
	padding-bottom:5px
}
.person-our-expert {
	position:relative;
	margin-bottom:100px
}
.person-our-expert .info {
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:100px
}
.person-our-expert .info .bg {
	background:#14adf4;
	opacity:.7;
	filter:alpha(opacity=70);
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	top:0;
	bottom:0
}
.person-our-expert .info .text {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	padding:0 20px;
	display:table;
	width:100%;
	height:100%
}
.person-our-expert .info .text .left {
	display:table-cell;
	vertical-align:middle;
	width:41.666%
}
.person-our-expert .info .text .left h2, .person-our-expert .info .text .left span {
	text-transform:uppercase
}
.person-our-expert .info .text .left h2 {
	font-size:14px;
	font-weight:700;
	margin:0
}
.person-our-expert .info .text .social {
	display:table-cell;
	vertical-align:middle;
	width:58.333%;
	margin:0;
	text-align:right
}
.person-our-expert .info .text .social li>a {
	display:block;
	color:#fff;
	width:29px;
	height:29px;
	text-align:center;
	line-height:26px;
	border:2px solid #fff;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px
}
.btn-yellow, .btn-blue, .btn-black, .btn-green {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    height: 39px;
    background-color: #fcd200;
    text-transform: uppercase;
    padding: 0 30px;
    font-weight: 700;
    margin: 0;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}
style.min.css:1
input[type=text], button, select:not(.switcher-select-form), textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.parallax {
    /* The image used */
    background-image:url(../images/portfolio-6.jpg);

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding:100px 0;
}
.parallax{ position:relative; text-align:center;}
.parallax .overfull{ position:absolute;  width:100%; overflow:hidden; height:100%; background:rgba(0, 0, 0, 0.3); z-index:1; top:0;} 
.parallax .iframe-12{   margin:0 auto; padding-top:30px; width:750px; height:450px; position:relative; z-index:2; background:url(../images/video-decoration.png) no-repeat center center; padding-top:40px; }
.parallax .iframe-12 iframe{ border:10px solid rgba(0, 0, 0, 0.6);}

.section--featured-product .section--single-title{  font-size:24px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
    color: #003259;
    font-weight: 700;
    font-family: Bitter, serif;
    border: 1px solid #f2f2f2;
    padding-bottom: 5px;
    background: rgba(242, 242, 242, 0.32);}
.txt_aling .title--section{  font-size:24px;
    line-height: 50px;
    text-align: center;
    margin-bottom:20px;
    color: #003259;
    font-weight: 700;
    font-family: Bitter, serif;
    border: 1px solid #f2f2f2;
    padding-bottom: 5px;
    background: rgba(242, 242, 242, 0.32);}
.js__isotope_item .item--portfolio{ border:3px solid #ddd; min-height:580px; }
.js__isotope_item .item--portfolio .item--thumbnail img{ border:5px solid #fff; margin-top:10px; border-radius:100%;}
.js__isotope_item .item--portfolio .item--thumbnail .item--category	{ line-height:25px; text-align:justify;}
.js__isotope_item .item--portfolio a{ padding:0 20px; display:block;}
.tesxr-aslid h3{ font-family: Bitter, serif; font-size:16px; font-weight:bold; color:#1e579e; line-height:30px;}
.tesxr-aslid h4{ font-family: Bitter, serif; font-size:16px;  color:#1e579e; line-height:30px;}
.tesxr-aslid h4 i{ margin-top:6px;}
.tesxr-aslid p strong{color:#1e579e; font-weight:normal;}
.tesxr-aslid .tsfecs{  margin-bottom:30px;}
.tesxr-aslid p{ font-family: Bitter, serif; font-size:14px; font-weight:normal; line-height:28px; padding-right:100px;}
.tesxr-aslid .col-md-6{  min-height:150px; border:1px solid #f2f2f2;  }
.tesxr-aslid .col-md-3{ background:rgba(242, 242, 242, 0.46); padding-right:0;  }
.tesxr-aslid .col-md-9{ padding-left:0;}
.tsdec_last .js__isotope_item .item--portfolio{ min-height:200px;}
.tsdec_last .item--portfolio .item--thumbnail{ min-height:inherit;}

.item--404 {
	color:#fff;
	max-width:450px;
	display:block;
	margin:0 auto;
	float:none;
	padding:40px 0
}
.item--404 .item--title {
	line-height:40px;
	font-weight:700;
	padding:22px 0 10px;
	text-transform:uppercase
}
.item--404 p {
	font-family:Bitter, serif;
	margin-bottom:46px
}
.item--404 .form--common span {
	color:#666;
	margin-bottom:23px;
	display:block
}
.item--404 .form--common .last {
	margin-bottom:0
}
.item--404 .form--common a {
	color:#94c618
}
.item--404 .item--controls {
	position:relative;
	margin-bottom:13px
}
.item--404 .item--controls .button--icon {
	font-size:14px;
	line-height:44px;
	height:44px
}
.item--404 .item--controls .button--icon .icon {
	line-height:46px
}
.item--404 .item--controls .input--common {
	height:50px;
	line-height:16px;
	padding-top:17px;
	padding-bottom:17px
}
.item--404 .item--controls .input--common::-webkit-input-placeholder {
color:#666
}
.item--404 .item--controls .input--common:-moz-placeholder {
color:#666
}
.item--404 .item--controls .input--common::-moz-placeholder {
color:#666
}
.item--404 .item--controls .input--common:-ms-input-placeholder {
color:#666
}
.item--about-content {
	background:#fbfbfb;
	padding:50px 15px 40px;
	margin-top:-25px; margin-bottom:50px;
}
.item--about-content p {
	color:#666;
	margin-bottom:24px
}
.item--about-content .icon {
	color:#666
}
.item--about-content .item--logo {
	margin-bottom:30px
}
.item--about-content .item--title {
	line-height:40px;
	font-family:Bitter, serif;
	max-width:400px;
	display:block;
	margin:0 auto 15px; color:#003259;
	float:none
}
.item--about-content .item--p-top {
	font-family:Bitter, serif;
	color:#333; line-height:24px;
	margin-bottom:40px
}
@media(max-width:991px) {
.item--about-content {
margin-top:0
}
}
.item--about-us {
	padding-top:115px;
	padding-bottom:50px
}
.item--about-us:after {
	content:"";
	width:20px;
	height:2px;
	background:#000;
	display:inline-block
}
.item--about-us .item--title {
	font-size:40px;
	line-height:50px;
	margin-bottom:70px;
	font-family:Bitter, serif
}
.item--about-us .item--quote {
	font-family:Bitter, serif;
	line-height:40px;
	margin-bottom:24px
}
.item--about-us .item--author {
	text-transform:uppercase;
	font-weight:700;
	font-style:normal;
	font-family:Roboto, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#666;
	margin-bottom:24px;
	display:block
}
.item--adv {
	padding:30px 15px;
	display:block
}
.item--adv h1, .item--adv h2, .item--adv h3, .item--adv h4, .item--adv h5 {
	font-family:Bitter, serif;
	margin-bottom:15px
}
.item--adv h2 {
	line-height:40px
}
.item--adv .icon {
	font-size:20px;
	line-height:40px
}
.item--adv .button--common {
	margin-top:20px;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--adv.style--white {
	color:#fff
}
.item--blog-index {
	padding-top:25px;
	padding-bottom:25px;
	min-height:320px;
	color:#fff;
	display:block
}
.item--blog-index .item--title {
	font-style:italic;
	font-family:Bitter, serif;
	line-height:35px;
	color:#fff;
	margin-bottom:30px;
	word-wrap:break-word
}
.item--blog-index .link--read-more {
	color:#fff;
	font-size:12px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:700
}
.item--blog-index .link--read-more .fa {
	line-height:21px;
	font-weight:400;
	margin-left:10px
}
.item--blog-index .link--hover-line-bottom-to-top:before {
	background:#fff;
	height:2px
}
.item--featured-blog {
	border:1px solid #e3e3e3;
	border-top:none;
	padding-bottom:30px;
	display:inline-block
}
.item--featured-blog .item--thumbnail {
	margin:0 -1px 16px
}
.item--featured-blog .item--title {
	color:#262e31;
	font-family:Bitter, serif;
	font-weight:400;
	font-style:italic;
	font-size:40px;
	line-height:60px;
	margin-bottom:8px;
	max-width:350px
}
.item--featured-blog p {
	color:#666;
	font-size:14px;
	line-height:24px;
	display:block;
	margin:0 auto 36px;
	float:none;
	max-width:200px
}
.item--featured-blog .button--common {
	min-width:150px
}
.item--brand .icon {
	font-size:20px;
	line-height:17px;
	color:#000;
	display:inline-block;
	margin-bottom:13px;
	height:18px
}
.item--brand .brand--title {
	width:100%;
	max-width:230px;
	display:block;
	margin:0 auto 30px;
	float:none;
	line-height:28px;
	padding:5px 0;
	white-space:nowrap;
	text-align:center;
	font-family:Bitter, serif;
	font-weight:400;
	position:relative;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#000
}
.item--brand .brand--title:before, .item--brand .brand--title:after {
	content:"";
	position:absolute;
	top:-1px;
	width:15px;
	height:40px
}
.item--brand .brand--title:before {
	left:-15px;
	background:url(../images/brand-left.png) 0 0 no-repeat
}
.item--brand .brand--title:after {
	right:-15px;
	background:url(../images/brand-right.png) 0 0 no-repeat
}
.item--counter .item--number {
	font-size:60px;
	line-height:80px;
	margin-bottom:6px
}
.item--counter .item--title {
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	line-height:21px;
	color:#666
}
.item--farmer .item--bottom .item--title {
	line-height:1.5em;
	font-family:Bitter, serif;
	color:#1c1c1c;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--farmer .item--bottom .item--title:hover {
	color:#94c618
}
.item--farmer .item--bottom span {
	text-transform:uppercase;
	color:#666;
	font-size:12px;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--farmer .item--bottom span:hover {
	color:#94c618
}
.item--farmer .item--images {
	position:relative;
	overflow:hidden;
	margin-bottom:25px
}
.item--farmer .item--images:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity:.6;
	-khtml-opacity:.6;
	opacity:.6;
	display:block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--farmer .item--overlay {
	position:absolute;
	top:21px;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	z-index:10;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--farmer .item--overlay p {
	font-size:14px;
	line-height:21px;
	display:inline-block;
	max-width:285px
}
.item--farmer .item--overlay .list--social-blog {
	padding-top:40px
}
.item--farmer .item--overlay .list--social-blog a {
	color:#fff
}
@media(min-width:1025px) {
.item--farmer .item--images:hover:before {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
-moz-opacity:.6;
-khtml-opacity:.6;
opacity:.6
}
.item--farmer .item--images:hover .item--overlay {
top:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1
}
.item--farmer .item--overlay .list--social-blog a:hover {
color:#94c618
}
}
.item--logo {
	text-align:center
}
.item--logo img {
	opacity:.7;
	filter:alpha(opacity=70);
-webkit-transition-duration:.3s;
-moz-transition-duration:.3s;
-ms-transition-duration:.3s;
-o-transition-duration:.3s;
transition-duration:.3s;
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter:gray;
	filter:grayscale(1);
	-webkit-filter:grayscale(100%);
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	cursor:pointer
}
.item--logo img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(0)
}
.item--logo img:hover {
	filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter:grayscale(0);
	filter:grayscale(0)
}
.item--lookbook .item--content {
	background:#fff;
	display:block; padding:10px 10px 0 10px;
	margin:0;
	float:none; background:#fbfbfb;
	
	
	
	    max-width:85%;
    background: #fff;
    display: block;
    margin: -80px auto 0;
    float: none;
    position: relative;
    z-index: 20;
   
	
	

	
}
.item--lookbook .item--content .item--title {
	font-family:Bitter, serif;
	line-height:1.5em;
	margin-bottom:20px; font-size:20px; color:#003259;
}
.item--lookbook .item--content .item--title a {
	color:#1c1c1c
}
.item--lookbook .item--content .item--title a:hover {
	color:#94c618
}
.item--lookbook .item--content p {
	color:#666;
	display:block;
	margin:0 auto 24px;
	float:none;
	max-width:500px; line-height:24px; 
}
@media(min-width:1025px) {
.item--lookbook .item--images {
position:relative;
display:block
}
.item--lookbook .item--images:before {
content:"";
z-index:10;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, .7);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity:0;
-khtml-opacity:0;
opacity:0;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--lookbook .item--images:after {
content:"\f0fe";
font-family:FA;
position:absolute;
top:50%;
left:0;
width:100%;
font-size:36px;
line-height:36px;
margin-top:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity:0;
-khtml-opacity:0;
opacity:0;
z-index:20;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
color:#fff;
text-align:center
}
.item--lookbook .item--images:hover:before {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1
}
.item--lookbook .item--images:hover:after {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
margin-top:-18px
}
}
@media(max-width:715px) {
.item--lookbook .item--content {
margin-top:0
}
}
.item--lookbook-header {
	padding:60px 0 25px;
	border-top:1px solid #e3e3e3;
	position:relative;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:20px
}
.item--lookbook-header .item--nav {
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:700
}
.item--lookbook-header .item--nav a {
	color:#1c1c1c;
	position:absolute;
	top:50%;
	margin-top:10px
}
.item--lookbook-header .item--nav a:hover {
	color:#94c618
}
.item--lookbook-header .item--nav .fa {
	font-size:10px;
	line-height:20px;
	margin:0 3px
}
.item--lookbook-header .item--nav .item--next {
	right:0
}
.item--lookbook-header .item--nav .item--prev {
	left:0
}
.item--lookbook-header .item--title {
	line-height:40px;
	font-family:Bitter, serif
}
@media(max-width:767px) {
.item--lookbook-header .item--nav {
padding-top:20px
}
.item--lookbook-header .item--nav li {
display:inline-block;
padding:0 10px
}
.item--lookbook-header .item--nav a {
display:inline-block;
position:relative;
top:0
}
}
.item--policy .icon .fa {
	font-size:42px;
	line-height:42px
}
.item--policy .info--policy, .item--policy .icon {
	display:inline-block;
	padding:0 10px
}
.item--policy .info--title {
	color:#000;
	line-height:22px;
	font-family:Bitter, serif;
	font-weight:400
}
.item--policy .desc {
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:700
}
.item--policy span.desc {
	color:#666
}
@media(max-width:1199px) {
.item--policy .icon {
display:block;
margin-bottom:10px
}
}
@media(max-width:767px) {
.item--policy {
height:100px
}
.item--policy .icon {
margin-bottom:0;
padding:0;
top:50%;
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
position:relative
}
.item--policy .info--policy {
display:none
}
}
.item--flex-popup .item--caption {
	padding:13px 0
}
.item--flex-popup .item--num {
	font-family:Bitter, serif;
	color:#fff;
	font-style:italic;
	font-size:12px;
	line-height:24px
}
.item--flex-popup .item--title {
	color:#fff;
	font-size:14px;
	line-height:24px
}
.item--flex-slider {
	position:relative
}
.item--flex-slider .flex-direction-nav a {
	position:absolute;
	top:50%;
	display:block;
	width:30px;
	height:30px;
	font-size:0;
	text-align:center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	visibility:hidden;
	z-index:20;
	color:#666;
	margin-top:-15px
}
.item--flex-slider .flex-direction-nav a:hover {
	color:#1c1c1c
}
.item--flex-slider .flex-direction-nav a:before {
	font-size:18px;
	line-height:30px
}
.item--flex-slider .flex-next {
	left:10px
}
.item--flex-slider .flex-next:before {
	content:"\f053";
	font-family:FA
}
.item--flex-slider .flex-prev {
	right:10px
}
.item--flex-slider .flex-prev:before {
	content:"\f054";
	font-family:FA
}
@media(min-width:1025px) {
.item--flex-slider:hover .flex-direction-nav a {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible
}
}
@media(max-width:1024px) {
.item--flex-slider .flex-direction-nav a {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible
}
}
.item--portfolio {
	padding-bottom:30px
}
.item--portfolio .item--thumbnail {
	display:block;
	position:relative;
	background:#f7f7f7;
	margin-bottom:20px
}
.tsdec_last  .txt_aling .title--section{ color:#fff;}
.tsdec_last .col-mid-6{ margin-bottom:30px;}
.tsdec_last .item--portfolio .item--thumbnail .item--category h1{ color:#fff; font-size:20px; margin:0 0 10px 0; font-weight:bold; text-align:center;}
.tsdec_last .item--portfolio .item--thumbnail .item--category{ color:#fff; font-size:14px; padding:0 30px; text-transform:none; text-align:center; text-align:center; line-height:23px;}
.tsdec_last .js__isotope_item .item--portfolio .item--thumbnail .item--category{ text-align:center;}

.tsdec_last .item--portfolio .item--thumbnail:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%; border:5px solid #71b53e; border-radius:5px;
	height:100%; min-height:220px;
	background:#6bb43e;
	visibility:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}

.item--portfolio .item--thumbnail:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
	visibility:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--portfolio .item--thumbnail span {
	visibility:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:absolute;
	top:50%;
	left:0;
	font-size:10px;
	line-height:20px;
	color:#fff;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	margin-top:0;
	width:100%;
	text-transform:uppercase
}
.tsdec_last .item--portfolio{ padding:0; margin:0;}
.tsdec_last .js__isotope_item .item--portfolio a{ padding:0; margin:0;}
.tsdec_last .x-face-title{ margin:0 0 10px 0; font-family: Bitter, serif; color:#fff; font-weight:bold;  font-size:24px; padding:10% 10% 0 10%;}
.tsdec_last .x-face-text{ font-size:16px; padding:0 10%; color:#fff; line-height:25px;}

.tsdec_last .js__isotope_item .item--portfolio{     background: rgba(0, 114, 184, 0.7);
    border: 4px solid rgba(0, 68, 110, 0.2); border-radius:10px;}
.tsdec_last .item--portfolio .item--thumbnail{ background:none;}
.tsdec_last .item--portfolio .item--thumbnail span {
	visibility:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:absolute;
	top:10%;
	left:0;
	font-size:10px;
	line-height:20px;
	color:#fff;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	margin-top:0;
	width:100%;
	text-transform:uppercase
}
.item--portfolio .item--thumbnail span .icon {
	display:block;
	color:#94c618;
	font-size:20px;
	line-height:20px;
	z-index:20
}
@media(min-width:1025px) {
.item--portfolio .item--thumbnail:hover:before {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible
}
.item--portfolio .item--thumbnail:hover span {
margin-top:-20px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible
}
}
.item--portfolio .item--title {
	line-height:1.5em;
	margin-bottom:8px;
	color:#1c1c1c;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	font-family:Bitter, serif
}
.item--portfolio .item--title:hover {
	color:#94c618
}
.item--portfolio .item--category {
	font-size:14px; padding:0 15px;    font-family: Bitter, serif;
	line-height:25px; text-align:justify;
	color:#666;
}
.item--portfolio.style--bottom {
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:0
}
.item--portfolio.style--bottom .item--thumbnail {
	margin:0
}
.item--portfolio.style--bottom .item--thumbnail:before, .item--portfolio.style--bottom .item--thumbnail span {
	display:none
}
.item--portfolio.style--bottom .item--content {
	position:absolute;
	bottom:0;
	right:0;
	background:rgba(0, 0, 0, .6);
	width:100%;
	padding:6px 0 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	visibility:hidden;
	transform:translate(0, 110%);
	-webkit-transform:translate(0, 110%);
	-moz-transform:translate(0, 110%);
	-o-transform:translate(0, 110%);
	-ms-transform:translate(0, 110%);
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--portfolio.style--bottom .item--content .item--title {
	color:#fff;
	margin-bottom:4px
}
.item--portfolio.style--bottom .item--content .item--category {
	color:#fff
}
@media(min-width:1025px) {
.item--portfolio.style--bottom:hover .item--content {
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-o-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible
}
}
@media(max-width:1024px) {
.item--portfolio.style--bottom .item--content {
transform:translate(0, 0);
-webkit-transform:translate(0, 0);
-moz-transform:translate(0, 0);
-o-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible
}
}
.item--price-column {
	background:#fff;
	padding:30px 15px
}
.item--price-column .item--top {
	margin-bottom:35px
}
.item--price-column .item--top:after {
	content:"";
	background:#e3e3e3;
	width:100%;
	height:1px;
	display:block;
	margin:0 auto;
	float:none
}
.item--price-column .item--icon {
	margin-bottom:15px;
	font-size:20px;
	color:#000
}
.item--price-column .item--title {
	color:#1c1c1c;
	line-height:37px;
	font-style:italic;
	font-family:Bitter, serif;
	display:block;
	margin:0 auto 35px;
	float:none;
	font-weight:400
}
.item--price-column .item--price {
	line-height:24px;
	color:#1c1c1c;
	font-family:Bitter, serif;
	margin-bottom:40px;
	display:block
}
.item--price-column .item--price span {
	color:#666
}
.item--price-column .item--price-list {
	padding-bottom:10px
}
.item--price-column .button--common {
	min-width:170px
}
@media(min-width:1025px) {
.item--price-column .item--top:after, .item--price-column .item--title {
max-width:230px
}
}
.item--price-list .item--status {
	margin-bottom:26px;
	font-size:14px;
	line-height:24px;
	color:#1c1c1c
}
.item--price-list .item--status:before {
	margin-right:12px;
	display:inline-block;
	font-size:14px;
	line-height:24px
}
.item--price-list .status--ok:before {
	content:"\f00c";
	font-family:FA;
	color:#94c618
}
.item--price-list .status--error:before {
	content:"\f00d";
	font-family:FA;
	color:#f30a0b
}
.item--banner-product {
	color:#fff;
	padding-top:100px;
	padding-bottom:100px;
	height:100%
}
.item--banner-product .item--title {
	font-family:Bitter, serif;
	font-style:italic;
	line-height:52px;
	margin-bottom:12px
}
.item--banner-product p {
	font-size:14px;
	line-height:22px;
	margin-bottom:35px
}
.item--featured-product {
	height:100%;
	color:#fff;
	padding-top:75px;
	padding-bottom:75px;
	display:block
}
.item--featured-product:hover {
	color:#fff
}
.item--featured-product .item--title {
	font-family:Bitter, serif;
	font-style:italic;
	line-height:45px;
	margin-bottom:4px;
	padding-top:6px
}
.item--featured-product p {
	font-size:14px;
	line-height:22px;
	margin-bottom:44px;
	font-family:Lato, serif;
	color:#fff
}
.item--featured-product .link--read-more {
	color:#fff;
	font-size:12px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:5px
}
.item--featured-product .link--read-more .fa {
	line-height:21px;
	font-weight:400;
	margin-left:10px
}
.item--featured-product .link--hover-line-bottom-to-top:before {
	background:#fff;
	height:2px
}
.item--featured-product .icon {
	font-size:20px;
	line-height:17px
}
.item--product-flex {
	display:inline-block;
	position:relative;
	text-align:center;
	padding-bottom:90px;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	max-width:100%; border:1px solid #f2f2f2;
}
.item--product-flex .item--onsale {
	position:absolute;
	top:20px;
	left:0;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:20px;
	z-index:20
}
.item--product-flex .item--onsale li {
	width:80px;
	text-align:center;
	padding:5px 0;
	margin-bottom:10px
}
.item--product-flex .item--onsale .item--new {
	background:#94c618
}
.item--product-flex .item--onsale .item--sold-out {
	background:#000
}
.item--product-flex .item--onsale .item--hot {
	background:#e5452b
}
.item--product-flex .item--product-content {
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	display:block
}
.item--product-flex .item--product-content img {
	border-bottom:1px solid transparent;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--product-flex h3 {
	font-family:Bitter, serif;
	font-weight:400;
	color:#1c1c1c;
	margin-top:24px;
	margin-bottom:7px;
	font-size:15px
}
.item--product-flex .price {
	font-size:20px;
	line-height:24px;
	color:#000;
	text-decoration:none;
	display:block;
	margin-bottom:15px
}
.item--product-flex .price:after {
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
	overflow:hidden
}
.item--product-flex .price span {
	text-decoration:none
}
.item--product-flex .price del {
	color:#666;
	margin:0 4px;
	vertical-align:bottom;
	font-size:14px;
	line-height:24px;
	position:relative;
	top:1px;
	font-family:Bitter, serif
}
.item--product-flex .price ins {
	text-decoration:none
}
.item--product-flex .add_to_cart_button {
	position:absolute;
	bottom:50px;
	left:50%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	-moz-transform:scale(1, 1);
	-o-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	margin-left:-78px;
	visibility:visible
}
.item--product-flex .list--hover {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	visibility:hidden
}
.item--product-flex .list--hover li {
	margin:0 18px
}
.item--product-flex .item--flex-slider {
	border-bottom:1px solid transparent;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--product-flex .item--images {
	border-bottom:1px solid transparent;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	display:block
}
@media(min-width:1025px) {
.item--product-flex:hover {
-webkit-box-shadow:0 4px 16px 0 rgba(0, 0, 0, .1);
-moz-box-shadow:0 4px 16px 0 rgba(0, 0, 0, .1);
box-shadow:0 4px 16px 0 rgba(0, 0, 0, .1)
}
.item--product-flex:hover .item--product-content img {
border-bottom-color:#e3e3e3
}
.item--product-flex:hover .item--flex-slider, .item--product-flex:hover .item--images {
border-bottom-color:#e3e3e3
}
.item--product-flex:hover .list--hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible;
bottom:13px
}
}
@media(max-width:1024px) {
.item--product-flex {
margin-bottom:30px
}
.item--product-flex .list--hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
visibility:visible;
bottom:13px
}
}
.item--product-grid {
	display:inline-block;
	position:relative
}
.item--product-grid .item--onsale {
	position:absolute;
	top:20px;
	left:0;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:20px;
	z-index:20
}
.item--product-grid .item--onsale li {
	width:80px;
	text-align:center;
	padding:5px 0 3px;
	margin-bottom:10px
}
.item--product-grid .item--onsale .item--new {
	background:#94c618
}
.item--product-grid .item--onsale .item--sold-out {
	background:#000
}
.item--product-grid .item--onsale .item--hot {
	background:#e5452b
}
.item--product-grid .item--images-container {
	position:relative;
	margin-bottom:20px
}
.item--product-grid .item--images-container .list--hover {
	visibility:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:22px;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	margin-top:-11px
}
.item--product-grid .item--images-container .list--hover i {
	color:#fff;
	margin:0 15px;
	font-size:20px;
	line-height:22px
}
.item--product-grid .item--images-container .list--hover i:hover {
	color:#94c618
}
.item--product-grid .item--images-container .list--hover .list--icon-cart {
	background:url(../images/icon-cart-medium-white.png) 0 0 no-repeat
}
.item--product-grid .item--images-container .list--hover .list--icon-cart:hover {
	background-image:url(../images/icon-cart-medium-main.png)
}
@media(min-width:1025px) {
.item--product-grid .item--images-container .images--wrap {
display:block;
position:relative
}
.item--product-grid .item--images-container .images--wrap:before {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, .8);
content:"";
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity:0;
-khtml-opacity:0;
opacity:0;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--product-grid .item--images-container:hover .images--wrap:before {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1
}
.item--product-grid .item--images-container:hover .list--hover {
visibility:visible;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity:1;
-khtml-opacity:1;
opacity:1
}
}
.item--product-grid .item--link {
	color:#1c1c1c;
	line-height:32px;
	font-family:Bitter, serif
}
.item--product-grid .item--title {
	color:#1c1c1c;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--product-grid .item--title:hover {
	color:#94c618
}
.item--product-grid .price {
	font-size:20px;
	line-height:32px
}
.item--product-grid .price ins {
	text-decoration:none;
	display:inline-block;
	vertical-align:baseline
}
.item--product-grid .price del {
	font-size:14px;
	color:#666;
	display:inline-block;
	vertical-align:baseline
}
.item--product-list {
	margin:0 -15px
}
.item--product-list:after {
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
	overflow:hidden
}
.item--product-list .item--onsale {
	position:absolute;
	top:20px;
	left:15px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:20px;
	z-index:20
}
.item--product-list .item--onsale li {
	width:80px;
	text-align:center;
	padding:5px 0 3px;
	margin-bottom:10px
}
.item--product-list .item--onsale .item--new {
	background:#94c618
}
.item--product-list .item--onsale .item--sold-out {
	background:#000
}
.item--product-list .item--onsale .item--hot {
	background:#e5452b
}
.item--product-list .item--images-container {
	width:calc(400%/9);
	float:left;
	padding:0 15px;
	text-align:center;
	position:relative
}
.item--product-list .item--info-container {
	width:100%;
	float:left;
	padding:0 15px
}
.item--product-list .item--link {
	color:#1c1c1c;
	line-height:32px;
	font-family:Bitter, serif
}
.item--product-list .item--title {
	color:#1c1c1c;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	margin-bottom:10px
}
.item--product-list .item--title:hover {
	color:#94c618
}
.item--product-list .price {
	font-size:20px;
	line-height:32px
}
.item--product-list .price ins {
	text-decoration:none
}
.item--product-list .price del {
	font-size:14px;
	color:#666
}
.item--product-list .star-rating {
	font-size:0;
	position:relative;
	background:url(../images/star-empty.png) 0 0 no-repeat;
	width:85px;
	height:15px;
	display:block;
	margin-bottom:10px
}
.item--product-list .star-rating>span {
	position:absolute;
	top:0;
	left:0;
	height:15px;
	background:url(../images/star-full.png) 0 0 no-repeat
}
.item--product-list .desc {
	font-size:14px;
	line-height:21px;
	color:#666;
	margin-top:10px;
	font-family:Roboto, sans-serif;
	margin-bottom:21px
}
.item--product-list .button--common {
	width:160px;
	font-size:12px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	display:inline-block;
	margin-right:20px;
	margin-bottom:20px
}
.item--product-list .wishlist_button {
	border:1px solid #1c1c1c;
	height:40px
}
.item--product-list .wishlist_button:hover {
	border-color:#94c618
}
@media(min-width:768px) and (max-width:991px) {
.item--product-list .item--images-container {
width:100%;
margin-bottom:20px
}
.item--product-list .item--info-container {
width:100%
}
}
@media(max-width:479px) {
.item--product-list .item--images-container {
width:100%;
margin-bottom:20px
}
.item--product-list .item--info-container {
width:100%
}
}
.item--product-top-rated {
	display:block;
	text-decoration:none!important;
	color:#1c1c1c;
	position:relative
}
.item--product-top-rated:after {
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
	overflow:hidden
}
.item--product-top-rated img {
	float:left;
	margin-right:15px
}
.item--product-top-rated h3, .item--product-top-rated .star-rating, .item--product-top-rated>.price {
	float:left;
	width:calc(100% - 85px)
}
.item--product-top-rated h3 {
	font-size:14px;
	line-height:22px;
	font-family:Bitter, serif;
	margin-bottom:5px
}
@media(min-width:1025px) {
.item--product-top-rated h3 {
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease
}
.item--product-top-rated h3:hover {
color:#94c618
}
}
.item--product-top-rated .star-rating {
	font-size:0;
	position:relative;
	background:url(../images/star-empty.png) 0 0 no-repeat;
	width:85px;
	height:15px;
	display:block
}
.item--product-top-rated .star-rating>span {
	position:absolute;
	top:0;
	left:0;
	height:15px;
	background:url(../images/star-full.png) 0 0 no-repeat
}
.item--product-top-rated .price {
	font-size:14px;
	line-height:22px;
	margin-top:5px;
	font-family:Bitter, serif
}
.item--product-top-rated .price del {
	font-size:12px;
	color:#666;
	display:inline-block;
	vertical-align:baseline
}
.item--product-top-rated .price ins {
	text-decoration:none;
	margin-left:6px;
	display:inline-block;
	vertical-align:baseline
}
.item--product-top-rated .item--onsale {
	position:absolute;
	top:5px;
	left:0;
	color:#fff;
	text-transform:uppercase;
	font-size:6px;
	line-height:10px;
	z-index:10
}
.item--product-top-rated .item--onsale li {
	width:30px;
	text-align:center;
	padding:2px 0;
	margin-bottom:4px
}
.item--product-top-rated .item--onsale .item--new {
	background:#94c618
}
.item--product-top-rated .item--onsale .item--sold-out {
	background:#000
}
.item--product-top-rated .item--onsale .item--hot {
	background:#e5452b
}
.item--tooltip-wrap {
	position:relative
}

.section--featured-product.text-center ul li{ list-style:none; margin-bottom:20px;}
.item--product-flex .price ins {
	text-decoration:none
}
.item--product-flex .add_to_cart_button {
	position:absolute;
	bottom:50px;
	left:50%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	-moz-transform:scale(1, 1);
	-o-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	margin-left:-78px;
	visibility:visible
}
.item--product-flex .list--hover {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
-webkit-transition:all .4s ease;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	visibility:hidden
}
.button--main {
    background:#e2b13c;
    color: #fff;
}
.button--main:hover{ text-decoration:none; color:#fff;}
.button--common {
    border: none;
    outline: none;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 9px 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-block .list-list li{ list-style:none;     color: #777777;
    line-height:22px;
    letter-spacing: 0.28px;
    margin-bottom:10px;}
	.content-block .list-list li span{ border: 1px solid #ddd;
    border-radius: 50%;
    color: #444;
    line-height: 22px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
	}
	.ft-contact-info .content p{ margin-top:20px;}
	
	.widget.widget_categories h3{ font-size:20px;}
	.widget.widget_categories li{ color:#666;} 
	.widget.widget_categories p{ text-align:justify;}