.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  
.btn {
  background: #2879fe;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 31px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  @media (max-width: 575px) {
    .btn {
      font-size: 12px;
      padding-left: 25px;
      padding-right: 25px;
      height: 39px; } }

.btn:active,
.btn:visited,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.btn:hover {
  background: #2267d8;
  color: #ffffff;
  outline: none; }

.btn-lg {
  height: 50px;
  padding: 5px 31px 4px; }

@media (min-width: 1101px) {
  .btn-xl {
    height: 50px;
    padding: 2px 41px 0px; } }

@media (min-width: 790px) and (max-width: 1100px) {
  .btn-xl {
    height: 40px;
    padding-top: 2px;
    padding-bottom: 0; } }

@media (max-width: 789px) {
  .btn-xl {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    padding-bottom: 0; } }

.btn:focus, .btn.focus {
  box-shadow: none; }

/* color text */
.tt-base-color {
  color: #b704eb; }

.tt-base-dark-color {
  color: #191919; }

.tt-white-color {
  color: #ffffff; }

.tt-light-green-color {
  color: #08da97; }

/* .pt125-owl-news */
.pt125-owl-product .owl-carousel {
	overflow:hidden;
}
.pt125-item{
	/*background:#f4f4f4;*/
	/*-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom:2px solid #ccc;*/
	margin-bottom:20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	overflow: hidden;
	padding: 0px;
	position: relative;
	
	}
.pt125-title{margin-bottom:0px;margin-top:6px;padding:6px 4px 0px 4px;font-size:13px;letter-spacing:0.1rem;text-align:center;}
.pt125-title a{color:#34495e;text-decoration:none;font-weight:bold;}
.pt125-title a:hover{/*color:#fff;*/}
.pt125-post-text{margin-bottom:0px;padding:10px 10px 0;color:#777;font-size:13px;font-weight:300;text-align:center;}
.pt125-readmore{padding:0 0 10px 12px;;}
.pt125-readmore .button2:hover{background:#111;}
.pt125-item:hover .pt125-post-text{/*color:rgba(255,255,255,1);*/}
.pt125-item:hover{/*background:#2ecc71;border-bottom:2px solid #17974d;*/}
.pt125-item:hover .pt125-title a{/*color:#fff;*/}
.pt125-item > .pt-img-zoom2 {
position:relative;
/*overflow:hidden;
height:200px;*/
}

.pt125-owl-product .owl-buttons{position:static;}
.pt125-owl-product .owl-prev,
.pt125-owl-product .owl-next{opacity:0;display:block;position:absolute;top:40%;margin-top:-50px;width:105px;height:105px;line-height:105px;font-size:16px;text-align:center;color:#fff;z-index:6;-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt125-owl-product .owl-prev{left:-50px;}
.pt125-owl-product .owl-next{right:-50px;}
.pt125-owl-product .owl-prev:before,
.pt125-owl-product .owl-next:before{content:"";display:block;width:66%;height:66%;position:absolute;top:17px;left:0;background:#121212;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt125-owl-product .owl-next:before{left:auto;right:0;}
.pt125-owl-product .owl-prev .fa,
.pt125-owl-product .owl-next .fa{position:relative;top:40px;}
.pt125-owl-product .owl-prev:hover,
.pt125-owl-product .owl-next:hover{-webkit-transition:0 none !important;-moz-transition:0 none !important;-ms-transition:0 none !important;-o-transition:0 none !important;transition:0 none !important;}
.pt125-owl-product .owl-prev:hover:before,
.owl-next:hover:before{opacity:0.87;}
.pt125-owl-product .owl-prev:active:before,
.pt125-owl-product .owl-next:active:before{opacity:0.6;}
.pt125-owl-product .owl-carousel:hover .owl-prev{opacity:1;left:-35px;}
.pt125-owl-product .owl-carousel:hover .owl-next{opacity:1;right:-35px;}


.pt125-item .pt-btn-border{
	border-radius:0px;
}


/* pt121-featured-banner */
.pt121-featured-banner .col-md-6{
	padding-top:0;padding-bottom:0
}

.pt121-right {
	padding-right:0;
}

.pt121-left {
	padding-left:0;
}

.pt121-item-big{
  position: relative;
}

.pt121-item-big .pt121-img:before{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255,102,51,0.8);
  opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pt121-item-big:hover .pt121-img:before{
  opacity: 1;
    filter: alpha(opacity=100);
}
.pt121-item-big .pt121-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
    color: #fff;
}
.pt121-item-big .pt121-content .pt121-title{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.pt121-item-big .pt121-content .pt121-title span{
  display: block;
}
.pt121-item-big .pt121-content .pt121-sub-title{
  display: inline-block;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 600;
}
.pt121-item-big .pt121-content .pt121-sub-title span{
  display: block;
}
.pt121-item-big .pt121-content .pt121-sub-title span:first-child:after{
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 3px;
}
.pt121-item-big .pt121-content .pt121-sub-title span:last-child{
  font-size: 14px;
  font-weight: normal;
}
.pt121-item-big .pt121-button{
  margin-top: 45px;
}
.pt121-item-big .pt121-button a{
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.pt121-item-big .pt121-button a.border{
  background-color: transparent;
  color: #fff;
}

.pt121-item-small{
  position: relative;
  background:#fff;
}
.pt121-item-small .pt121-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
}
.pt121-item-small .pt121-img:before{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255,102,51,0.8);
  opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pt121-item-small .pt121-content .pt121-title{
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.pt121-item-small .pt121-content .pt121-title:after{
  content: '';
  height: 2px;
  background: #333;
  width: 50px;
  display: inline-block;
  margin: 0  auto 0 auto;
  margin-top: 3px;
}
.pt121-item-small .pt121-content .pt121-title span{
  display: block;
}
.pt121-item-small .pt121-content .pt121-sub-title{
  font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    margin-top: 5px;
    display: inline-block;
}

.pt121-item-small.pt121-style1 .pt121-content{
  display: none;
}
.pt121-item-small.pt121-style1:hover .pt121-content,
.pt121-item-small:hover .pt121-button{
  display: block;
}
.pt121-item-small:hover .pt121-img:before{
  opacity: 1;
    filter: alpha(opacity=100);
}
.pt121-item-small.pt121-style1 .pt121-content .pt121-sub-title,
.pt121-item-small.pt121-style1 .pt121-content .pt121-title{
  color: #fff;
}
.pt121-item-small.pt121-style1 .pt121-content .pt121-title:after{
  background-color: #fff;
}
.pt121-item-small .pt121-button{
  position: absolute;
  bottom: 43px;
  left: 50%;
  -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.pt121-item-small .pt121-button a{
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  color:#fff;
}

.pt121-item-small .pt121-button a:hover{
	opacity:0.6;
}

.pt121-item-small.pt121-style2 img{
  opacity: 0;
    filter: alpha(opacity=0);
}

.pt121-item-small.pt121-style2:hover img{
  opacity: 1;
    filter: alpha(opacity=100);
}
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-title,
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-sub-title{
  color: #fff;
}
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-title:after{
  background-color: #fff;
}
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-price del{
  color: #eaeaea;
}
.pt121-item-small .pt121-price{
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}
.pt121-item-small .pt121-price ins{
  text-decoration: none;
}
.pt121-item-small .pt121-price del{
  font-size: 14px;
  margin-left: 15px;
  color: #999999;
  font-weight: normal;
}

@media (max-width: 767px){
	.pt121-featured-banner {
		margin-top:80px !important;
	}
	.pt121-featured-banner .col-md-6{
	padding-top:15px;padding-bottom:15px
	}

	.pt121-right {
		padding-right:15px;
	}

	.pt121-left {
		padding-left:15px;
	}
	.pt121-featured-banner img{
		width:100%;
	}
}
/* eof */


/* .pt107-owl-products */
.pt107-owl-products .row{margin:0 !important;}
.pt107-owl-products .owl-carousel{list-style:none;overflow:hidden;}

.pt107-item{
  border: 1px solid transparent;
  padding-bottom: 20px;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: relative;
}
.pt107-thumb{
  position: relative;
  overflow: hidden;
}
.pt107-thumb img{
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: inherit;
}
.pt107-secondary-img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pt107-item:hover .pt107-secondary-img{
  opacity: 1;
}
.pt107-add-to-cart{
  padding: 12px 0;
  background-color: rgba(207,161,69,0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 17px;
  right: 17px;
  font-weight: 300;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.pt107-add-to-cart i.fa {
margin-right:5px;	
}
.pt107-add-to-cart:hover{
  background-color: #cfa145;
  color: #fff;
}
.pt107-item:hover .pt107-add-to-cart{
  bottom: 0;
}
.pt107-button-control{
  width: auto;
  position: absolute;
  top: 14px;
  right: 17px;
}

.pt107-button-control a{
  width: 39px;
  height: 34px;
  display: block;
  margin-top: 10px;
  background-color: #ddd;
  line-height: 34px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #d6d6d6;
	box-sizing:border-box;
	padding:0px 8px;
	color:#121212;
}
.pt107-button-control a:hover{
  background-color: #cfa145;
  color: #fff;
}
.pt107-item:hover .pt107-button-control a{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pt107-status{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.pt107-sale{
  background-color: #ff6666;
  top: 15px;
  left: 15px;
}
.pt107-new{
  background-color: #cc9933;
  top: 15px;
  left: 15px;
}

.pt107-product-name{font-size: 14px;margin-bottom: 10px;letter-spacing:0.1rem;}
.pt107-product-name a{color:#34495e;text-decoration:none;font-weight:bold;}
.pt107-product-name a:hover{color:#cfa145;}
.pt107-info{
  padding-top: 25px;
}
.pt107-price{
  font-size: 16px;
  color: #333;
}
.pt107-price ins{
  text-decoration: none;
  margin-right: 5px;
}
.pt107-price del{
  color: #999;
}
.pt107-item:hover{ border-color: #cc9933;
  background-color: #eee;}
.pt107-item:hover .pt107-info{text-align:center;}

.pt107-owl-products .owl-buttons{position:static;}
.pt107-owl-products .owl-prev,
.pt107-owl-products .owl-next{opacity:0;display:block;position:absolute;top:40%;margin-top:-50px;width:105px;height:105px;line-height:105px;font-size:16px;text-align:center;color:#fff;z-index:6;-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt107-owl-products .owl-prev{left:-50px;}
.pt107-owl-products .owl-next{right:-50px;}
.pt107-owl-products .owl-prev:before,
.pt107-owl-products .owl-next:before{content:"";display:block;width:66%;height:66%;position:absolute;top:17px;left:0;background:#121212;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt107-owl-products .owl-next:before{left:auto;right:0;}
.pt107-owl-products .owl-prev .fa,
.pt107-owl-products .owl-next .fa{position:relative;top:40px;}
.pt107-owl-products .owl-prev:hover,
.pt107-owl-products .owl-next:hover{-webkit-transition:0 none !important;-moz-transition:0 none !important;-ms-transition:0 none !important;-o-transition:0 none !important;transition:0 none !important;}
.pt107-owl-products .owl-prev:hover:before,
.owl-next:hover:before{opacity:0.87;}
.pt107-owl-products .owl-prev:active:before,
.pt107-owl-products .owl-next:active:before{opacity:0.6;}
.pt107-owl-products .owl-carousel:hover .owl-prev{opacity:1;left:-35px;}
.pt107-owl-products .owl-carousel:hover .owl-next{opacity:1;right:-35px;}
/* eof */


/* .pt110-owl-news */
.pt110-section-title{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}
.pt110-section-title:before{
  content: '';
  width: 20px;
  height: 2px;
  background-color: #333333;
  display: block;
}
.pt110-sub-title{
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #999999;
}


.pt110-item{
	border: 1px solid #eee;
	display: table;
	width: 100%;
	
	}
.pt110-thumb,
.pt110-desc{
  width: 50%;
  float: left;
}
.pt110-desc{
  padding: 25px;
  position: relative;
}
.pt110-date{
  padding: 5px 12px;
  display: inline-block;
  background-color: #ff3366;
  color: #fff;
  font-size: 16px;
}
.pt110-blog-title{
  font-size: 24px;
  padding-top: 30px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.pt110-blog-title a{
  color: #333;
}

.pt110-blog-title a:hover{
  color: #ff3366;
}

.pt110-item > .pt-img-zoom2 {
position:relative;
overflow:hidden;
}
.pt110-readmore{
  font-weight: 300;
  text-transform: uppercase;
  color:#ccc;
}
.pt110-readmore:hover{
 color: #ff3366;
}
.pt110-readmore:before{
  content: '';
  width: 20px;
  height: 2px;
  background-color: #999;
  display: block;
}

.pt110-owl-news .owl-carousel{list-style:none;overflow:visible;}

.pt110-owl-news .owl-controls .owl-prev, 
.pt110-owl-news .owl-controls .owl-next{
   background: #fff;
  border: 1px solid #eee;
   position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  width: 26px;
    height: 26px;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ccc;
	 text-align: center;
    line-height: 20px;
    top: -40px;
}
.pt110-owl-news .owl-controls .owl-prev{
  left: inherit;
  right: 36px;
}
.pt110-owl-news .owl-controls .owl-next{
    right: 0;
}


.pt110-owl-news .owl-controls .owl-prev .fa,
.pt110-owl-news .owl-controls .owl-next .fa{
    font-weight: bold;
	padding-top:3px;
}

.pt110-owl-news .owl-controls .owl-prev:hover,
.pt110-owl-news .owl-controls .owl-next:hover{
    background: #ff3366;
	border:1px solid #ff3366;
    color: #fff;
}

.pt110-owl-news .owl-controls .owl-dots{
  position: absolute;
  left: 0;
  bottom: -30px;
  text-align: center;
  width: 100%;
}
.pt110-owl-news .owl-controls .owl-dots .owl-dot{
  width: 14px;
  height: 14px;
  background: #adadad;
  display: inline-block;
  margin: 0 6px;
  border-radius: 90%;
}
.pt110-owl-news .owl-controls .owl-dots .owl-dot.active{
  background: #ff3366;
}
@media(max-width: 767px){
  .pt110-owl-news .owl-controls .owl-prev{
    left: -12px;
  }
  
	.pt110-owl-news .owl-controls .owl-prev, 
  .pt110-owl-news .owl-controls .owl-next{
    top: 50%;
  }
  
  .pt110-thumb,
.pt110-desc{
  width: 100%;
  float: left;
}
  
}
/* eof */

/*pt063-owl-portfolio*/
.pt063-owl-portfolio{
	 color:#000;
	position: relative;
overflow: hidden;
padding: 80px 0px 80px;
background:#faf3f1 url(../images/food_bg.png);
    background-size: auto;
background-size: cover;
}

.pt063-owl-portfolio .row{
	margin:0 !important;
}

.pt063-owl-portfolio .owl-carousel{
	list-style:none;
	/*border-bottom:1px solid #eee;*/
	padding-bottom:10px;
}

.pt063-item {
background:#fff;
padding-bottom:20px;
box-shadow:0px 0px 10px rgba(0,0,0,0.20);
}


.pt063-seperator {
	height:1px;
	background:#ebebeb;
	width:100%;
}

.pt063-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 1.4;
margin-top:-13px;
}

.pt063-section-title span{
background:#fff;
padding:0 15px;
}

.pt063-section-title>a,.pt063-section-title>a:visited,.pt063-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt063-section-title>a:hover {
color:#111;
text-decoration:underline;
}

.pt063-title{
    margin-bottom: 6px;
	margin-top: 20px;
	padding-left:10px;
    font-size: 16px;
    letter-spacing: 0.1em;
	
}
.pt063-title a{
    color: #333;
    text-decoration: none;
}
.pt063-title a:hover{
    color: #111;
}
.pt063-post-meta,
.pt063-post-meta a{
    margin-bottom: 20px;
	padding-left:5px;
    font-size: 14px;
    text-decoration: none;
    color: #aaa;
	letter-spacing:1px;
}
.pt063-post-meta a:hover{
    color: #111;
}
.pt063-post-text{
    margin-bottom: 0px;
	padding:10px;
    color: #777;
    font-size: 15px;
    font-weight: 300;
}

.pt063-readmore{
	padding-left:10px;
	padding-bottom:20px;
	margin-top:5px;
}
.pt063-readmore a{
	border-radius:0px;
}
.pt063-readmore a:hover{
	background:#ccc;
	color:#111 !important;
}

.pt063-owl-portfolio .owl-buttons{
	position: static;
}
.pt063-owl-portfolio .owl-prev,
.pt063-owl-portfolio .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-prev{
	left: -50px;
}
.pt063-owl-portfolio .owl-next{
	right: -50px;
}
.pt063-owl-portfolio .owl-prev:before,
.pt063-owl-portfolio .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-next:before{
    left: auto;
    right: 0;
}
.pt063-owl-portfolio .owl-prev .fa,
.pt063-owl-portfolio .owl-next .fa{
    position: relative;
	top:40px;
}
.pt063-owl-portfolio .owl-prev:hover,
.pt063-owl-portfolio .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt063-owl-portfolio .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt063-owl-portfolio .owl-prev:active:before,
.pt063-owl-portfolio .owl-next:active:before{	
	opacity: 0.6;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}


.pt063-owl-portfolio .owl-carousel .owl-stage-outer{
	overflow:inherit;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.sec-title h2 {
    position: relative;
    color: 
    #161616;
    font-weight: 700;
   /* font-size: 40px;*/
    line-height: 1.2em;

}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    color: 
    #161616;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}

.sec-title .theme-btn {
    margin-top: 40px;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: 
#ffffff;
padding: 10px 38px;
font-weight: 400;
overflow: hidden;
background-color:
    #262626;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

.btn-style-one::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #c6b781;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
}


/*pt143-owl-news*/
.pt143-owl-news{
	 color:#111;
}
.pt143-owl-news .row{
	margin:0 !important;
}

.pt143-owl-news .owl-carousel{
	list-style:none;
	overflow:hidden;
}

.pt143-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5em;
line-height: 1.4;
}

.pt143-section-title>a,.pt143-section-title>a:visited,.pt143-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt143-section-title>a:hover {
color:#111;
text-decoration:underline;
}


.pt143-img {
    text-align: center; }
	
	
.pt143-img img {
      max-width: 100%;
      height: auto; }
.pt143-img + .pt143-desc {
    margin-top: -70px; }
.pt143-desc {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 23px 15px 0px;
    text-align: center;
    min-height: 80px;
    color: #777777;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
    .pt143-background {
      content: '';
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: #ffffff;
      -webkit-border-top-left-radius: 6px;
      -webkit-border-top-right-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
	.pt143-desc > *:not(.pt143-background) {
      position: relative; }
   .pt143-cat {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      margin-top: -2px;
      margin-left: -5px;
      letter-spacing: 0.03em;
      color: #2879fe; }
      .pt143-cat a {
        display: inline-block;
        padding: 2px 5px;
        color: #2879fe;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
    .pt143-cat a:hover {
        color: #191919; }
   .pt143-title {
      font-size: 15px;
      line-height: 30px;
      font-weight: 500;
      letter-spacing: 0.1em;
      position: relative;
      margin: 7px 0 0 0;
      color: #333; }
      .pt143-title a {
        color: #333;
        display: inline-block;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
 .pt143-title a:hover {
        color: #2879fe; }
  .pt143-desc p {
      margin-top: 13px; 
	font-size:14px;
	  }
  .pt143-meta {
      width: 100%;
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
      color: #999999;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
     .pt143-meta > div {
        padding: 0 10px; }
      .pt143-author {
        letter-spacing: 0.01em;
        margin-top: 4px; }
        .pt143-author a {
          color: #191919;
          text-decoration: none; }
       .pt143-author a:hover {
          text-decoration: underline; }
   .pt143-eye a {
        display: inline-block;
        color: #999999;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }

      .pt143-eye a:hover {
        color: #2879fe; }

.pt143-desc > *:nth-child(1) {
      margin-top: 0; }
  @media (max-width: 575px) {
    .pt143-item {
      margin-top: 18px; }
    .pt143-desc {
        padding-top: 16px; }
       .pt143-title {
          margin-top: 6px; } }

.pt143-item:hover .pt143-background {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px); }

html:not(.ie) .pt143-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.pt143-owl-news .owl-buttons{
	position: static;
}
.pt143-owl-news .owl-prev,
.pt143-owl-news .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt143-owl-news .owl-prev{
	left: -50px;
}
.pt143-owl-news .owl-next{
	right: -50px;
}
.pt143-owl-news .owl-prev:before,
.pt143-owl-news .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt143-owl-news .owl-next:before{
    left: auto;
    right: 0;
}
.pt143-owl-news .owl-prev .fa,
.pt143-owl-news .owl-next .fa{
    position: relative;
	top:40px;
}
.pt143-owl-news .owl-prev:hover,
.pt143-owl-news .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt143-owl-news .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt143-owl-news .owl-prev:active:before,
.pt143-owl-news .owl-next:active:before{	
	opacity: 0.6;
}
.pt143-owl-news .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt143-owl-news .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}

/*eof*/


/*pt144-promo*/
.pt144-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt144-promo-box > img {
    width: 100%;
    height: auto; }
 .pt144-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt144-title {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt144-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt144-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt144-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt144-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt144-text {
	 

  padding: 10px 50px 10px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt144-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*background: rgba(255, 255, 255, 1);*/
    border-radius: 0px; 
	border:3px solid #fff;}
.pt144-text > *:not(.pt144-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt144-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt144-text {
    padding: 13px 15px 11px; } }

.pt144-promo-box:hover .pt144-bg {
  /*background: rgba(40, 121, 254, 1); */
  background:#fff;

 }
 
 .pt144-promo-box:hover .pt144-title {
  color:#141414;
 }
 /*eof*/
 
 /*pt145-owl-hotspot*/
.pt145-owl-hotspot{
	 color:#111;
}

.pt145-owl-hotspot .row{
	margin:0 !important;
}

.pt145-owl-hotspot .owl-carousel{
	list-style:none;
	border-bottom:1px solid #eee;
	padding-bottom:30px;
	overflow:hidden;
}
.pt145-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 1.4;
margin-top:-13px;
}

.pt145-owl-hotspot .owl-buttons{
	position: static;
}
.pt145-owl-hotspot .owl-prev,
.pt145-owl-hotspot .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt145-owl-hotspot .owl-prev{
	left: -50px;
}
.pt145-owl-hotspot .owl-next{
	right: -50px;
}
.pt145-owl-hotspot .owl-prev:before,
.pt145-owl-hotspot .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt145-owl-hotspot .owl-next:before{
    left: auto;
    right: 0;
}
.pt145-owl-hotspot .owl-prev .fa,
.pt145-owl-hotspot .owl-next .fa{
    position: relative;
	top:40px;
}
.pt145-owl-hotspot .owl-prev:hover,
.pt145-owl-hotspot .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt145-owl-hotspot .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt145-owl-hotspot .owl-prev:active:before,
.pt145-owl-hotspot .owl-next:active:before{	
	opacity: 0.6;
}
.pt145-owl-hotspot .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt145-owl-hotspot .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}


/*---------------------------------------*/
/*-------  14. Lookbook module      -----*/
/*---------------------------------------*/
.pt145-lookbook {
  text-align: center;
  position: relative; }
  .pt145-lookbook img {
    width: 100%;
    height: auto; }
  .pt145-lookbook .pt145-hotspot {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: 38px;
    height: 38px; }
    .pt145-lookbook .pt145-hotspot .pt145-btn {
      width: 38px;
      height: 38px;
      padding: 4px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      -moz-transition: padding 0.2s linear;
      -o-transition: padding 0.2s linear;
      -webkit-transition: padding 0.2s linear;
      transition: padding 0.2s linear; }
    .pt145-lookbook .pt145-hotspot .pt145-btn:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: attr(data-style-top);
      background-color: #2879fe;
      border-radius: 50%;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear; }
    .pt145-lookbook .pt145-hotspot .pt145-btn:before {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      font-family: "fontawesome";
      font-size: 14px;
      content: "\f067";
      line-height: 1;
      font-weight: normal;
      width: 38px;
      height: 38px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
    .pt145-lookbook .pt145-hotspot .pt145-img a {
      display: block; }
    .pt145-lookbook .pt145-hotspot .pt145-content-parent {
      display: none; }

    @media (max-width: 789px) {
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content {
        position: relative; }
        .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description .pt145-title {
          padding-right: 16px; } }
    @media (max-width: 575px) {
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description .pt145-title {
        margin-top: -3px;
        line-height: 17px; }
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description .pt145-price {
        margin-top: 4px; }
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description [class^="pt-btn"] {
        margin-top: 10px; } }
  .pt145-lookbook .pt145-hotspot.active .pt145-btn {
    padding: 9px; }
  .pt145-lookbook .pt145-hotspot.active .pt145-btn:after {
    background-color: #191919; }
  .pt145-lookbook .pt145-hotspot.active .pt145-btn:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  @media (max-width: 789px) {
    .pt145-lookbook .pt145-hotspot.active {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 7; }
      .pt145-lookbook .pt145-hotspot.active .pt145-btn {
        z-index: 0; }
      .pt145-lookbook .pt145-hotspot.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.8); }
      .pt145-lookbook .pt145-hotspot.active .pt145-hotspot-content {
        position: relative;
        z-index: 8;
        left: 0; }
        .pt145-lookbook .pt145-hotspot.active .pt145-hotspot-content .pt145-img {
          width: 28%;
          min-width: 28%; } }

body:not(.touch-device) .pt145-hotspot .pt145-btn:hover:after {
  background-color: #191919; }

.pt145-hotspot-content {
  background-color: #ffffff;
  z-index: -1;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px; }
  .pt145-hotspot-content img {
    max-width: 100%;
    height: auto; }
  .pt145-hotspot-content .pt145-btn-close {
    position: absolute;
    display: block;
    right: 14px;
    top: 8px;
    font-family: "fontawesome";
    font-size: 14px;
    color: #191919;
    z-index: 1;
    padding: 5px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .pt145-hotspot-content .pt145-btn-close:before {
    content: "\f00d"; }
  .pt145-hotspot-content .pt145-btn-close:hover {
    color: #2879fe; }
  .pt145-hotspot-content .pt145-img {
    width: 99px;
    min-width: 99px; }
  .pt145-hotspot-content .pt145-img + .pt145-description {
    margin-left: 19px; }
  .pt145-hotspot-content .pt145-description {
    text-align: left; }
    .pt145-hotspot-content .pt145-description .pt145-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #191919;
      margin-top: -5px;
      padding-right: 12px; 
	  margin-bottom:8px;}
      .pt145-hotspot-content .pt145-description .pt145-title a {
        color: #191919; }
        .pt145-hotspot-content .pt145-description .pt145-title a:hover {
          color: #2879fe; }
    .pt145-hotspot-content .pt145-description .pt145-price {
      color: #191919;
      font-weight: 500;
      font-size: 16px;
      padding-right: 12px; 
	  margin-bottom:10px;}
	  
	   .pt145-hotspot-content .pt145-description .pt145-price i {
		   margin-top:5px;
	   }
      .pt145-hotspot-content .pt145-description .pt145-price .new-price {
        color: #f8353e;
        margin-right: 7px; }
      .pt145-hotspot-content .pt145-description .pt145-price .old-price {
        color: #191919;
        text-decoration: line-through; }
    .pt145-hotspot-content .pt145-description [class^="pt-btn"] {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0px;
      width: 100%;
text-align:center;  }
    .pt145-hotspot-content .pt145-description > *:nth-child(1):not(.pt145-title) {
      margin-top: 0; }
  @media (min-width: 790px) {
    .pt145-hotspot-content {
      width: 300px; } }
  @media (max-width: 798px) {
    .pt145-hotspot-content {
      max-width: 300px; } }

.pt145-lookbook-popup {
  position: absolute;
  z-index: 21;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }  
  /*eom*/
  
    
  /* pt147-fullwidth-banner */
  .no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  
.pt147-fullwidth-banner {
  display: block;
  position: relative;
  overflow: hidden; }
  .pt147-fullwidth-banner > img {
    width: 100%;
    height: auto; }
  .pt147-fullwidth-banner .pt147-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191919;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
      max-width: 700px;
      text-align: center; }
    .pt147-fullwidth-banner .pt147-description .pt147-title-small {
      color: #191919;
      font-size: 50px;
      line-height: 60px;
      font-weight: 500;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description .pt147-title-large {
      color: #191919;
      font-size: 90px;
      line-height: 90px;
      font-weight: 500;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description p {
      font-size: 16px;
      line-height: 22px;
      margin-top: 20px;
      font-weight: 300;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description [class^="btn"] {
      margin-top: 34px; }
    .pt147-fullwidth-banner .pt147-description img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 1701px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 17.6%; } }
    @media (min-width: 1401px) and (max-width: 1700px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 8%; } }
    @media (max-width: 1400px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 5%; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 40px;
          line-height: 50px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 65px;
          line-height: 75px; }
        .pt147-fullwidth-banner .pt147-description p {
          margin-top: 15px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 27px; } }
    @media (max-width: 1100px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 5%; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 35px;
          line-height: 45px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 50px;
          line-height: 60px; }
        .pt147-fullwidth-banner .pt147-description p {
          margin-top: 10px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 20px; } }
    @media (max-width: 900px) {
      .pt147-fullwidth-banner .pt147-description .pt147-title-small {
        font-size: 20px;
        line-height: 30px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-large {
        font-size: 37px;
        line-height: 44px; }
      .pt147-fullwidth-banner .pt147-description p {
        margin-top: 5px; }
      .pt147-fullwidth-banner .pt147-description [class^="btn"] {
        margin-top: 15px; }
      .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
        max-width: 332px; } }
    @media (max-width: 789px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 5% 3%; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 17px;
          line-height: 25px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 30px;
          line-height: 35px; }
        .pt147-fullwidth-banner .pt147-description p {
          line-height: 20px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 15px; }
        .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
          max-width: 283px; } }
    @media (max-width: 657px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 5% 10px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 15px;
          line-height: 20px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 25px;
          line-height: 30px; }
        .pt147-fullwidth-banner .pt147-description p {
          font-size: 14px;
          line-height: 18px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 10px; }
        .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
          max-width: 251px; } }
    @media (max-width: 575px) {
      .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 200px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-small {
        font-size: 14px;
        line-height: 16px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-large {
        font-size: 21px;
        line-height: 24px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large br {
          display: none; }
      .pt147-fullwidth-banner .pt147-description p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 0; }
      .pt147-fullwidth-banner .pt147-description [class^="btn"] {
        margin-top: 5px; } }
    @media (max-width: 450px) {
      .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
        padding-left: 5px;
        padding-right: 0px;
        max-width: 160px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-large {
        font-size: 17px;
        line-height: 20px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-small {
        font-size: 12px;
        line-height: 12px; }
      .pt147-fullwidth-banner .pt147-description p {
        font-size: 12px;
        line-height: 14px; } }
    .pt147-fullwidth-banner .pt147-description *:nth-child(1) {
      margin-top: 0; }
  @media (max-width: 450px) {
    .pt147-fullwidth-banner .pt147-description:not(.pt147-point-r):not(.pt147-point-l) .pt147-description-wrapper {
      max-width: 270px; } }




@media (min-width: 1701px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 10% 10%; } }

@media (min-width: 1401px) and (max-width: 1700px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 10% 10%; } }

@media (max-width: 1400px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 10% 12%; } }

@media (max-width: 790px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 5% 5%; } }

	
.pt147-fullwidth-banner .pt147-point-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.pt147-fullwidth-banner .pt147-point-r{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  

.btn {
  background: #2879fe;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 31px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  @media (max-width: 575px) {
    .btn {
      font-size: 12px;
      padding-left: 25px;
      padding-right: 25px;
      height: 39px; } }

@media (min-width: 576px) {
  .btn:not(.tt-icon-right) [class^="icon-"] {
    font-size: 20px;
    margin-right: 10px; } }

.btn:active,
.btn:visited,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.btn:hover {
  background: #2267d8;
  color: #ffffff;
  outline: none; }

.btn-lg {
  height: 50px;
  padding: 5px 31px 4px; }

@media (min-width: 1101px) {
  .btn-xl {
    height: 50px;
    padding: 2px 41px 0px; } }

@media (min-width: 790px) and (max-width: 1100px) {
  .btn-xl {
    height: 40px;
    padding-top: 2px;
    padding-bottom: 0; } }

@media (max-width: 789px) {
  .btn-xl {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    padding-bottom: 0; } }

.btn:focus, .btn.focus {
  box-shadow: none; }
/*eom*/

/*pt148-promo*/
.pt148-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt148-promo-box > img {
    width: 100%;
    height: auto; }
 .pt148-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt148-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt148-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt148-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt148-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt148-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt148-text {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt148-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt148-text > *:not(.pt148-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt148-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt148-text {
    padding: 13px 15px 11px; } }

.pt148-promo-box:hover .pt148-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt148-promo-box:hover .pt148-title {
  color:#fff;
 }

.pt148-flex-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}
.pt148-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }
 /*eof*/
 
 /*pt149-promo*/
.pt149-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt149-promo-box > img {
    width: 100%;
    height: auto; }
 .pt149-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt149-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt149-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt149-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt149-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt149-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt149-text {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt149-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt149-text > *:not(.pt149-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt149-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt149-text {
    padding: 13px 15px 11px; } }

.pt149-promo-box:hover .pt149-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt149-promo-box:hover .pt149-title-large {
  color:#08da97;
 }
 
  .pt149-promo-box:hover .pt149-title-large span {
  color:#08da97;
 }

.pt149-flex-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.pt149-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }

    .pt149-text .pt149-title-small {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
     .pt149-text .pt149-title-small span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
    .pt149-text .pt149-title-large {
      color: #191919;
      font-size: 26px;
      line-height: 34px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .pt149-text .pt149-title-large span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
 /*eof*/
 
/*pt150-promo*/
.pt150-promo {
background:  #292a2e;
padding: 100px 0 60px;
  }
.pt150-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt150-promo-box > img {
    width: 100%;
    height: auto; }
 .pt150-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt150-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt150-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt150-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt150-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt150-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt150-text {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt150-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt150-text > *:not(.pt150-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt150-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt150-text {
    padding: 13px 15px 11px; } }

.pt150-promo-box:hover .pt150-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt150-promo-box:hover .pt150-title-large {
  color:#08da97;
 }
 
  .pt150-promo-box:hover .pt150-title-large span {
  color:#08da97;
 }

.pt150-flex-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.pt150-flex-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}

.pt150-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }

    .pt150-text .pt150-title-small {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
     .pt150-text .pt150-title-small span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
    .pt150-text .pt150-title-large {
      color: #191919;
      font-size: 26px;
      line-height: 34px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .pt150-text .pt150-title-large span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
		
		
.pt150-sec-title{color:#fff;
	
	margin-bottom:0px;margin-top:6px;padding:6px 4px 0px 4px;font-size:16px;letter-spacing:0.1rem;}

.pt150-post-text{
	width:60%;
	margin:0 auto;
	margin-bottom:30px;padding:10px 10px 0;color:#ccc;font-size:13px;font-weight:300;text-align:center;}

@media (max-width: 992px){
	.pt150-post-text{
width:100%;
	}	
}
.pt150-readmore{padding:0 0 10px 12px;}
.pt150-readmore .pt-btn-border{border-color:#fff;color:#fff;}

.pt150-readmore a:hover{border-color:#000;}
 /*eof*/
 
/*pt151-promo*/
.pt151-promo {
background:  #eee;
	 color:#121212;
padding: 100px 0 60px;
  }
.pt151-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt151-promo-box > img {
    width: 100%;
    height: auto; }
 .pt151-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt151-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt151-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt151-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt151-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt151-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt151-text {

  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt151-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt151-text > *:not(.pt151-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt151-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt151-text {
    padding: 13px 15px 11px; } }

.pt151-promo-box:hover .pt151-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt151-promo-box:hover .pt151-title-large {
  color:#08da97;
 }
 
  .pt151-promo-box:hover .pt151-title-large span {
  color:#08da97;
 }

.pt151-flex-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.pt151-flex-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}

.pt151-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }

    .pt151-text .pt151-title-small {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
     .pt151-text .pt151-title-small span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
    .pt151-text .pt151-title-large {
      color: #191919;
      font-size: 26px;
      line-height: 34px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .pt151-text .pt151-title-large span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
		
		
.pt151-sec-title{
	
	margin-bottom:0px;margin-top:6px;padding:6px 4px 0px 4px;font-size:3rem;letter-spacing:0.1rem;}

.pt151-post-text{
	width:60%;
	margin:0 auto;
	margin-bottom:30px;padding:10px 10px 0;
	font-size:13px;font-weight:300;text-align:center;}

@media (max-width: 992px){
	.pt151-post-text{
width:100%;
	}	
}
 /*eom*/

 
 /*pt152-promo*/
 .pt152-wrapper {
	 	 background:#e7e7e7;
		 padding-bottom:60px;
 } 
 .pt152-promo [class*="col-"].pt152-col-right {
	 padding-right:0px;
 }
 
  .pt152-promo [class*="col-"].pt152-col-left {
	 padding-left:0px;
 }
 
   .pt152-promo [class*="col-"].pt152-border-right {
	 border-right:1px solid #fff;
 }
 
    .pt152-promo [class*="col-"].pt152-border-top {
	 border-top:1px solid #fff;
 }
 
  .pt152-desc {
	 margin-top:20px;	 
 } 

 .pt152-promo h3{
	 font-size:32px;
	 letter-spacing:1px;
	 font-weight:300;

 }
 .pt152-wrapper:hover{
	background:#f5f5f5;
 }
 
 @media (max-width: 992px) {
	.pt152-promo [class*="col-"].pt152-col-right {
	 padding-right:15px;
	}
 
	.pt152-promo [class*="col-"].pt152-col-left {
	 padding-left:15px;
	}
 }
 /*eom*/
 
 
 /*pt153-promo*/
.pt153-promo h3.pt153-title{
	margin-top:30px;
	padding:6px 4px 0px 4px;
	letter-spacing:1px;
	margin-bottom:10px;
	font-size:3rem;color:#111;text-decoration:none;font-weight:bold;
	}
.pt153-post-text{
	width:60%;
		margin:0 auto;
	margin-bottom:0px;
	padding:10px 10px 0;
	font-size:14px;
	line-height:22px;
}
.pt153-readmore a{
	text-decoration:underline;
	color:#111;
	font-weight:600;
}

.pt153-readmore a:hover{
	text-decoration:none;
	color:#ff0000;

}

 @media (max-width: 992px) {
	.pt153-post-text{

	width:100%;
	}
 }
 /*eom*/
 
 

/*pt154-banner*/

.mac-band-01 {
	padding:80px 0;
	
	background: #e87d1d;
background-position: bottom left;
}
.pt154-img-full img{
	width:100%;
}

.pt154-banner {
	position:relative;
	margin-bottom:30px;
	margin-top:30px;
}

.pt154-caption{
position: absolute;
z-index: 10;
top: 0;
right: 0;

color:#aaaeb0;
background:#121212;
width:50%;
height:100%;
padding:50px 15px 80px;
}

.pt154-caption a.pt-btn{
	font-size: 16px;
font-weight: 700;

position: relative;
text-transform: uppercase;
}

.pt154-vert-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.pt154-vert {
    display: table-cell;
    vertical-align: top;
	
}

.pt154-vert p{
	color:#fff;
	font-size:.9em;
	width:100%;
	font-weight:300;	
}

.pt154-vert a{

}

.pt154-banner .pt154-text-4 {
	font-family:'Oswald',sans-serif;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    /*text-transform: uppercase;*/
    margin-bottom: .5em;
	font-size: 1.4em;
	font-weight:400;
}

.pt154-banner .pt154-text-4 span {
color:rgba(0,0,0,0.5);
font-weight:300;
letter-spacing:0.6px;
}

@media (max-width: 992px){  
  .pt154-vert {
	padding-left:0px;
	}
  .pt154-vert p{
	width:100%;
	}
}
/*eom*/

/*.pt155-news*/
.pt155-news h2{
	color: #6e5c79;
	letter-spacing:.2rem;
	font-weight:400;
}

.pt155-news h3{
font-size:3rem;
line-height:3.5rem;
color:#484848;
}

.pt155-readmore a{
padding:5px 30px;
margin-top:30px;
font-weight:600;
}
/*eom*/


.pt156-subslide {
	background:#121212;
	padding:20px 0 10px;
}
.pt156-item {
	padding:30px 0;
}

.pt156-item i {
	font-size:4rem;
	margin-bottom:10px;
	color:#999;
}
.pt156-item h3{
color:#fff;
letter-spacing:2px;
font-weight:400;
	
}
.pt156-item h4{
	font-weight:400;
	color:#fff;
	letter-spacing:1px;
	font-size:1.6rem;
	margin-bottom:10px;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,1);*/
}
.pt156-item h4 a{
	color:#fff;
}
.pt156-item p{
	
	color: #ccc;
		font-size: 1.3rem;
		font-weight: 400;
opacity: 1;
letter-spacing:0.1rem;
/*text-shadow: 1px 1px 0 rgba(255,255,255,1);*/
width:80%;
margin:0 auto;
}
.pt156-border-right {
	border-right:1px solid rgba(30,30,30,.1);
}
/*eom*/

.pt157-intro,.pt157_v2-intro {
	padding:100px 0 40px;
}

.pt157-intro h1,.pt157_v2-intro h1{
    margin-bottom: 0.57em;
    font-size: 3.0rem;
	letter-spacing:1px;
    position: relative;
    word-wrap: break-word;
    line-height: 1em;
}
.small-text {

    margin-bottom: 20px;
    letter-spacing: 0.8em;

	
	font-size: 1.5rem;
text-transform: uppercase;

line-height: 1.5em;
}

.pt157-intro p.lead,.pt157_v2-intro p.lead{
	
	font-weight: 300;
line-height: 2.0em;
font-size: 16px;
overflow-wrap: break-word;	
}


@media (max-width: 993px){
	.pt157-intro,.pt157_v2-intro {
		padding:20px 0 10px;
	}
}

.pt157_v2-right {
	color:#fff;
	padding:80px 0 0 20px;
}



/*pt097_r2-accordion*/
.pt097_r2-panel-group {padding-top:8px;}
.pt097_r2-accordion-wrapper .panel{margin-top:0px;}
.pt097_r2-accordion-wrapper .panel-heading{padding: 10px 15px;
/*border:1px solid #333;border-left:40px solid #333;padding-left:0;border-radius:3px;*/

background:transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top: 1px solid #e4e4e4;
padding:20px 0px 15px;
}

.pt097_r2-accordion-wrapper .panel-heading:hover{background:transparent;}

.pt097_r2-accordion-wrapper .panel-heading.pt-panel-active{background:rgba(46,204,113,0.8);}

.pt097_r2-accordion-wrapper .panel-heading .panel-title{
	margin-bottom:2px !important;
	font-size:1.5rem;
	padding-top:2px;
	padding-left:0px;
	margin-left:0px;/*border-bottom:1px solid #17b1f9;*/}
.pt097_r2-accordion-wrapper .panel-heading .panel-title i{color:#141414;margin-left:-25px;margin-right:20px;}
.pt097_r2-accordion-wrapper .panel-heading .panel-title a{
	display:block;
width:100%;
position:relative;color:#141414;
font-size: 1.1em;font-weight:400;}
.pt097_r2-accordion-wrapper .panel-heading .panel-title a:after{
	font-family:"FontAwesome";
	content:'\f106';
	position:absolute;
	top:12%;
	right:0;
	font-size:18px;
	-webkit-transition:all 0.3s;
transition:all 0.3s;
color:#141414;
}
.pt097_r2-accordion-wrapper .panel-heading .panel-title a.collapsed:after{content:'\f107';}
.pt097_r2-accordion-wrapper .panel-heading + .panel-collapse{border-top:0;}
.pt097_r2-accordion-wrapper .panel-heading + .panel-collapse > .panel-body{border-top:0;padding:15px;}

.pt097_r2-accordion-wrapper .panel {
    margin-bottom: 5px;
    background-color: #fff;
    border: 0px solid #778692;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 1px 1px rgba(0,0,0,0);
	padding:0px 0px;

}

.pt097_r2-accordion-wrapper .panel-body {
    padding: 0px 0;
}

.pt097_r2-accordion-wrapper .panel-body a {
border-bottom: 1px dotted #eaeaea;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #000;
}

.pt097_r2-accordion-wrapper .panel-body{
 font-size: 15px;
 line-height:24px;
}
.pt097_r2-accordion-wrapper .panel-body p{
	
	color:#000;
	font-size:0.9em;
}
.gallery-item {
	position: relative;
    float: left;
    text-align: center;
    width: 50%;
}
.gallery-item {
    margin-bottom: 0;
    border-left: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.gallery-item .gallery-icon a {
    display: block;
    padding-bottom: 0;
    border: 0 !important;
}

.gallery-item .gallery-icon a img {
border-radius:8px;
}

.bg-graphic {
	background:url('../images/french-stucco.png');
}

#pt009-breadcrumb{
	position:relative;
	/*font-family: 'Lato',sans-serif;*/

	background: url('../images/breadcrumb-content.jpg') no-repeat center top #e4e4e4;
	background-size: cover;
	padding:15px 0px;
	font-weight:400;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	/*padding: 52px 0px;*/
	height:120px;
color:#fff;
margin-top: 0px;
	
	}

#pt009-breadcrumb .breadcrumb { background: none repeat scroll 0 0 transparent; list-style: none outside none;margin:30px 0 0;padding:0px 0px;}
#pt009-breadcrumb .breadcrumb li {font-size: 14px;font-weight: normal;/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/}
#pt009-breadcrumb .breadcrumb li a {/*color: rgba(154,137,120,1);*/color:#fff;/*text-shadow: 1px 1px #fff !important;*/}
#pt009-breadcrumb .breadcrumb li a:hover {color:#e30613;}

#pt009-breadcrumb .breadcrumb > li + li:before {
  padding: 0 0px;
  /*color: rgba(178,162,146,1);*/
  color:#fff;
  content: "\002f";
}

#pt009-top-date{padding-top:30px;font-size:14px;}
#pt009-mday{background:#000;padding:3px 2px 3px 5px;margin-right:5px;color:#fff;/*text-shadow: 1px 1px #000 !important;*/}


/*pt066-portfolio*/
.pt066-portfolio{
	 font-family: 'Oswald', arial, sans-serif;
	 color:#111;
}

.pt066-portfolio .row{
	margin:0 !important;
}

.pt066-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5em;
line-height: 1.4;
}

.pt066-section-title>a,.pt066-section-title>a:visited,.pt066-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt066-section-title>a:hover {
color:#111;
text-decoration:underline;
}
.pt066-portfolio{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	padding: 140px 0;
}

.pt066-works-filter{
	list-style: none;
	padding: 0;
	margin: 0 0 45px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
	color: #555;
	cursor: default;
}
.pt066-works-filter a{
	display: inline-block;
	margin: 0 27px;
	color: #999;
	text-decoration: none;
	
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	
	cursor: pointer;
}
.pt066-works-filter a:hover{
	color: #111;
	text-decoration: none;
}
.pt066-works-filter a.active{
	color: #111;
	cursor: default;
}
.pt066-works-filter a.active:hover{
	color: #111;
}

.pt066-works-grid{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pt066-item{
	width: 25%;
	float: left;
	margin: 0;
    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pt066-grid-2 .pt066-item{
	width: 50%;
}
.pt066-grid-3 .pt066-item{
	width: 33.333%;
}
.container .pt066-grid-3 .pt066-item{
	width: 33.2%;
}
.pt066-grid-5 .pt066-item{
	width: 20%;
}

.pt066-works-grid.pt066-grid-gut{
    margin: 0 0 0 -10px;
}
.pt066-works-grid.pt066-grid-gut .pt066-item{
    padding: 0 0 10px 10px;
}

.pt066-item > a{
	display: block;	
	padding: 0 0 84px 0;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.pt066-item a,
.pt066-item a:hover{
	color: #111;
	border: none;
}
.pt066-work-img{
	position: relative;
	overflow: hidden;
}
.pt066-work-img img{
	width: 100%;
	display: block;
	overflow: hidden;
}
.pt066-work-intro{
	width: 100%;
	height: 84px;
	padding: 20px 20px 0 20px;
    
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
}
.pt066-work-title{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 13px;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.pt066-work-desc{	
	font-size: 11px;
	text-align: center;
    text-transform: uppercase;
	color: #aaa;
	line-height: 1.2;
}
.pt066-works-grid.pt066-hide-titles .pt066-item > a{
	overflow: hidden;	
	padding: 0;
}
.pt066-works-grid.pt066-hide-titles .pt066-item .pt066-work-intro{
	opacity: 0;
	bottom: -94px;
}
.pt066-works-grid.pt066-hide-titles .pt066-item:hover .pt066-work-intro{
	opacity: 1;
}

.pt066-work-intro{
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.pt066-item:hover .pt066-work-intro{
	/*bottom: auto;*/
	/*top: 50%;*/
	color: #fff;
	
	-webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);	
	
	z-index: 3; 
}
.pt066-item:hover .pt066-work-title{
	color: #ccc;
}
.pt066-item:hover .pt066-work-desc{
	color: #999;
}
.pt066-item .pt066-work-img:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(250,250,250, 0);
	
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	
}
.pt066-item:hover .pt066-work-img:after{	
	background: rgba(20,20,20, .85);
}

.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-intro,
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-title,
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-desc{
	color: #fff;
}
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-img:after{	
	background: #e41919;
	opacity: .73;
}
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-intro,
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-title,
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-desc{
	color: #000;
}
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-img:after{	
	background: rgba(250,250,250, .9);
}

.pt066-item .pt066-work-img > img{
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.pt066-item:hover .pt066-work-img > img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


@media only screen and (max-width: 1024px) {	
    .pt066-portfolio{
        padding: 120px 0;
        
    }

}
  
@media only screen and (max-width: 992px) {
    .pt066-item,
	.pt066-grid-3 .pt066-item,
    .container .pt066-grid-3 .pt066-item,
    .pt066-grid-5 .pt066-item{
        width: 50%;
    }
}  
  
 
@media only screen and (max-width: 768px) {

	.pt066-portfolio {
        padding: 80px 0;
    }	

	.pt066-works-filter a{
		padding-left: 10px;
		padding-right: 10px;
		margin: 4px;
	}
}
  
@media only screen and (max-width: 480px) {
    
    .pt066-works-filter a{
		width: 100%;
        margin-left: 0;
        margin-right: 0;
	}	
	
	.pt066-item,
    .pt066-grid-2 .pt066-item,
	.pt066-grid-3 .pt066-item,
    .container .pt066-grid-3 .pt066-item,
    .pt066-grid-5 .pt066-item {
        width: 100%;
    }	
}


ol {
    list-style-type: decimal;
	list-style-position: inside;
}
.pt-content-wrapper ul {
    list-style-type: disc;
	list-style-position: inside;
}

ol li, ul li{
	margin-bottom:10px;
}


.pt010-widget{
margin-bottom:30px;
padding:0px;
/*background:#fcfcfc;*/
/*border-bottom: 2px solid #d5d2d2;*/
border-radius: 0 0 0px 0px;
margin-top:25px;
}

.pt010-widget ul{
padding:0;
}

.pt010-widget-title{
 font-family: "Poppins",arial,sans-serif;
  margin-bottom:8px;
  font-size:20px;
  padding:12px 0px;
  color:#000;
  font-weight:normal; 
  letter-spacing:0px;
}

.pt010-widget-title span:after {
 background-color: rgba(46,204,113,0.8);
   background-color:#e87d1d;
  bottom: 0;
  content: "";
  margin-top: 8px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;
}

.pt010-widget-title{
/*background-color:#55846b;*/

}

.pt010-widget-title span{
 padding:0px;
  
}

.pt010-widget .pt-std-price {font-size:0.8em;color:#bc945e;}



.pt010-widget-list li {
  /*min-height: 56px;*/
  position: relative;
  margin-bottom: 10px;
  padding: 4px 0 14px;
  border-bottom: 1px dotted #000;
}
.pt010-widget-list li img {
	margin-bottom:25px;
	clear:both;
}

.pt010-widget-list li h5{
margin:0px;
padding:0px;
}

.pt010-widget-list li h5 a{
	font-family: "Poppins",arial,sans-serif;
font-size:1em;
line-height:1.4em;
font-weight:400;
}

.pt010-widget-list li:last-child  {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.pt010-widget-list h5 a {
  margin-top: 0;
  color:#000;
}

.pt010-widget-list h5 a:hover {
color:#e87d1d;
}

.pt010-widget-list li img {
opacity:.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
margin-left:0px;
}

.pt010-widget-list li:hover img {
border-color:#17b1f9;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition: opacity .15s ease-in-out;
-webkit-transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-ms-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
}

.pt010-widget-list li:hover span{
color:#000;
}

.pt010-widget-list i {
  color: #999;
}

.pt010-widget-list img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90px;
  border:1px solid #ccc;
}

.pt010-widget-list .cont_current a h5{
 /*color:#55846b;*/
  color:#121212;
 }

.pt010-widget-list .cont_current img{
 border-color:#55846b;
 opacity:1 !important;
 filter:alpha(opacity=100); /* For IE8 and earlier */
 }
.pt010-widget-list .cont_current span{
color:#000;
 }
  li.cont_current h5 {
	  font-weight:normal;
  }
 
 li.cont_current h5 a{
	 color:#e87d1d !important;
 }
 #green_bar {
	 position:relative;
	  background: url('../images/green_bar_1.png') no-repeat top center;
	  height:75px;
	  margin-top:-74px;
	  z-index:200 !important;
 }
 #atlantis1 {
	   background:#000;
	

	  color: #fff;
	  padding:80px 0 60px;
 }
 
  #atlantis1 p {
	  font-size:15px;
  }
 .section-title {
    font-size: 36px;
    line-height: 54px;
    /*text-transform: uppercase;*/
    float: left;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-weight: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}


.process-box {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 25px 0;
    position: relative;
}
.process-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    height: 8px;
    background: #337d70;
}

.process-box h3, .bold-title {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0px;
}

.creat-list {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.creat-list li {
    float: left;
    margin-right: 10px;
}

.creat-list li a, .text-link {
    float: left;
    padding-left: 30px;
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    padding-left: 63px;
    position: relative;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
	text-decoration:underline;
}

.creat-list li a::before, .text-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.creat-list li a:hover {
	color:#337d70;
}

.creat-list li a:hover:before , .text-link:hover:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*pt056-services*/

.pt056-services {
	color:#ccc;
}
.pt056-title {
	letter-spacing: 0em;
	font-size:32px;
	color:#d1c28b;
	font-weight: 700;
	padding-top:100px;

	margin-bottom:30px;
}

.pt056-icon {
	line-height: 40px;
text-align: center;
font-size: 28px;
color: #111;

}
.pt056-services .media{
	margin-top:30px;
}
.pt056-services h4.media-heading{
   margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
	 letter-spacing: 1px;	
}

.pt056-services .media-body {
	padding-left:30px;
	padding-right:30px;
	font-size: 13px;
font-weight: 300;
color: #222;
}

.pt-count-number {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
	 color: rgba(255,255,255,1);
}

.pt056-count-desc{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
	padding-top:140px;
	padding-bottom:40px;
}

.pt056-count-title {
    font-family: Dosis, arial, sans-serif;
    font-size: 28px;
    letter-spacing: 0.2em;
}

.pt056-number-title {
	color: rgba(255,255,255,0.8);
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4em;
	margin-top:15px;
}

#count-down{
	padding:120px 0;
	background:#000;
	color:#fff;
	
}
ul#countdown-list li{
	display:inline;
	background:#337d70;
	padding:60px 30px;
	border-radius:5px;
	margin-left:20px;
	 
}

ul#countdown-list li span{
font-size:56px;
font-weight:600;
}

/*pt053-services*/
.mob-ml-120 {
	margin-left:200px;
}
.mob-mr-120 {
	margin-right:200px;
}

@media (max-width: 992px){ 
.mob-ml-120 {
	margin-left:0px;
}
.mob-mr-120 {
	margin-right:0px;
}
}

.pt053-services{
	 color: #fff;
	 padding:100px 0 100px;
	 background:#fff;
	 background: linear-gradient(
90deg, #fa6e3d 0%, #f63068 100%);
}
.pt053-section-title {
font-size: 32px;
font-weight: 700;
letter-spacing: 0em;
line-height: 1.4;
}
.pt053-box {
	margin-top:30px;
}
.pt053-icon {
    padding-top: 10px;
    font-size: 48px;
    line-height: 1.3;
	max-width:380px;
	margin:0 auto;

}
.pt053-title {
    margin-bottom: 21px;
    font-size: 20px;
	line-height:26px;
    font-weight: 400;
    letter-spacing: 0em;

}

.pt053-title a{
	color:#000;
}

.pt053-title a:hover{
	color:#61cef7;
}

.pt053-desc {

    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
}

/*pt057-services*/
.pt057-services{
	width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pt057-title {
	font-family: Dosis, arial, sans-serif;
	letter-spacing: 0.2em;
	font-size:28px;
	color:#111;
	font-weight: 400;
	padding-top:110px;
	margin-bottom:40px;
}

.pt057-icon {
	line-height: 40px;
text-align: center;
font-size: 28px;
color: #111;

}
.pt057-services .media{
	margin-top:30px;
}
.pt057-services h4.media-heading{
    font-family: Dosis, arial, sans-serif;
   margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #111;
	 letter-spacing: 0.2em;	
}

.pt057-services .media-body {
	padding-left:30px;
	padding-right:30px;
	font-size: 13px;
font-weight: 300;
color: #999;
}

.pt057-section-heading{    
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pt057-table-display{
    width: 100%;
    min-height: 400px;
    display: table;
	height:490px;
}
.pt057-cell-display{
    display: table-cell;    
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pt057-section-content{
    width: 50%;
    position: relative;
    overflow: hidden;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(max-width:991px) {
	.pt057-section-heading{    
		width: 100%;
	}
	.pt057-section-content{
    width: 100%;
	padding-bottom:60px;
	}
}

.ts-exp-content {
    /*max-width: 560px;*/
    padding: 100px 80px;
    position: relative;
    z-index: 1;
	 color: 
    #fff;
}

.column-title {
    color: 
    #fff;
    font-weight: 600;
    margin-bottom: 10px;
	line-height: 42px;
text-align: left;
font-size: 36px;
position: relative;
padding-bottom: 30px;
}

.column-title span {
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
}


/*pt097-accordion*/
.pt097-accordion-wrapper .panel{margin-bottom:5px;border:1px solid #8e58cd;padding:0px;}
.pt097-accordion-wrapper .panel-heading{border-bottom:0px solid #95c300;border-left:0px solid #95c300;padding-left:0;border-bottom-left-radius:0px;}
.pt097-accordion-wrapper .panel-heading .panel-title{margin-bottom:10px !important;font-size:1.2rem;padding-top:10px;padding-left:40px;margin-left:-40px;font-weight:300;}
.pt097-accordion-wrapper .panel-heading .panel-title i{color:#d9f3fa;margin-left:-25px;margin-right:20px;}
.pt097-accordion-wrapper .panel-heading .panel-title a{display:block;width:100%;position:relative;color:#222;}
.pt097-accordion-wrapper .panel-heading .panel-title a:after{font-family:"FontAwesome";content:'\f106';position:absolute;top:30%;right:0;font-size:15px;-webkit-transition:all 0.3s;transition:all 0.3s;}
.pt097-accordion-wrapper .panel-heading .panel-title a.collapsed:after{content:'\f107';}
.pt097-accordion-wrapper .panel-heading + .panel-collapse{border-top:0;}
.pt097-accordion-wrapper .panel-heading + .panel-collapse > .panel-body{border-top:0;}

.pt097-accordion-wrapper .panel-body {
	padding:20px;
}

.csi-panel .csi-single-schedule {
    display: flex;
    padding: 2rem 1.5rem;
}

.csi-panel .csi-single-schedule .author {
    max-width: 100px;
    margin-right: 1rem;
}

.csi-panel .csi-single-schedule .author img {
    border-radius: 50%;
    margin-bottom: .4rem;
    border: 2px solid #b21e8e;
}

.csi-panel .collapsed .author img {
    border: 2px solid transparent !important;
}

.csi-panel .schedule-info .author-info span {
    color: 
    #b21e8e;
}

.csi-panel .schedule-info {
    width: 100%;
    background: #f1f1f1;
    padding: 1rem 2rem;
    border-radius: 6px;
}

.csi-panel .schedule-info .time {
    font-family: Oswald,sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.csi-panel .schedule-info .time span {
    color: 
    #16aced;
}

.csi-panel .panel-body .text {
    margin-bottom: 1.6rem;
	margin-top:0rem;
}

.csi-panel .panel-body .location {
    font-family: Oswald,sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 1.6rem;
}

.csi-panel .schedule-info .title {
    font-family: Oswald,sans-serif;
    font-size: 2.6rem;
    line-height: 4.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.csi-panel .panel-body .location strong {
    font-weight: 700;
    color: 
    #b21e8e;
}

.pt079-modal-demo .modal-aside {
	/*padding:50px 25px !important;*/
}

.creat-list_r1 {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.creat-list_r1 li {
    float: left;
    margin-right: 10px;
}

.creat-list_r1 li a {
    float: left;
    font-size: 14px;
    line-height: 12px;
    text-transform: uppercase;
    padding-right: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    color: #c4b57f;
}


.creat-list_r1 li a:hover {
	text-decoration:underline;
}

#footer_logo {
	padding:60px 0;
	background:#000;
}

footer {
padding-top:20px;

	color:#b3b3b3 !important;
	letter-spacing:0px;
	font-size:16px;


}




hr.space {
    border: none !important;
    clear: both;
    margin: 0;
	height: 30px;
}


 footer  a{
		color:#b3b3b3 !important; 
 }
 
 .social-group i {
    font-size: 17px;
    display: block !important;
    float: left;

    cursor: pointer;

}

 
 .social-group a i {
    padding: 10px 12px;
    width: 52px;
    text-align: center;
    font-weight: 400 !important;
}


 .social-group i:hover {
   background:#ff0000;
color:#fff;
}

.copy-row {
    padding: 15px 0;
    border-top: 1px solid 
    #eee;
}

#contact_home {
	/*
	font-family:"Playfair Display", sans-serif;
padding:100px 0 120px;
	background-image: url('../images/contact_bg.jpg');
	background-position: center center;
background-size: cover;
background-repeat: no-repeat;

color:#737373;

-webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);*/
}

#contact_shadow {
	padding:40px 0 100px;
	/*
-webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);	
*/
}

.title-base {
	color:#000;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
	text-align: center;
position: relative;
}

.title-base h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    margin-top: 0;
}

.title-base p {
	font-family:"Playfair Display", sans-serif;
    margin: auto;
        margin-bottom: auto;
    padding-bottom: 5px;
    font-size: 15px;
    opacity: .8;
    font-style: italic;
	line-height: 25px;
font-weight: 300;
color:#737373;
letter-spacing:1px;
}

.list-texts {
	margin-top:60px;
}

.list-texts strong{
	color:#000;
}
.form-box {
	margin-top:40px;
}

.form-box [class*="col-md-"] {
    padding: 0 6.5px;
}


.form-box input[type="text"], .form-box input[type="password"], .form-box textarea {
font-size:13px;
border:none;
    border-bottom: 1px solid 
    #d4d4d4;
}

.form-control {
    border-radius: 0;
    font-size: 13px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid 
    #d4d4d4;
    background: none;
	
	
box-shadow: inset 0 1px 1px rgba(0, 0, 0,0);
}

.form-box > .space.xs {
    height: 12px;
}


/*.pt159-services*/
.calc-height-fix {
	min-height:680px;
}

.min-height-600 {
	min-height:600px;
}

.pt159-text {
	padding:100px 20px 100px 170px;
}
.pt159-text p.lead{
	border-top: 1px solid
#ddd;
border-bottom: 1px solid
#ddd;
padding:8px 0;
font-size:18px;
	
}


@media (max-width: 992px){
	.pt159-text {
	padding-left:15px;
}
}


/*pt053_2-services*/
.pt053_2-services{
	padding:60px 0 60px;
	 color: #9c9c9c;
	 background:#1c1c1c;
}
.pt053_2-section-title {
	font-weight: 700;
	color: #fff;
font-size: 36px;
line-height: 46px;
}

.pt053_2-title {
	color:#fff;
	margin-bottom: 21px;
	margin-top:30px;
    font-size: 20px;
	 line-height: 20px;
    font-weight: 700;
    letter-spacing:0px;

}
.pt053_2-desc {
    font-size: 16px;
	line-height:22px;
    font-weight: 600;
	margin-bottom:30px;
}

.pt053_2-subtitle {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    line-height: 34px;
    letter-spacing: 0;
    color: #ff8f3c;
    white-space: nowrap;
}

.pt053_2-services p.lead{
	margin:0 auto;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}

.pt053_2-services .pt-img-zoom2 {
	border-radius:8px !important;
	margin-bottom:15px;
}




.tzRow-ruler {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: url(../images/ruler.png);
    background-repeat: repeat-x;
}

.sp-spotlight {
	 position: relative;
	padding:80px 0 80px;
	
	opacity
}

.sp-spotlight:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -60px;
  top: 0;
  width: 40%;
  height: 100%;
  opacity: 0.6;
 background: url('../images/gray-dark-bottom-left.svg') no-repeat;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.sp-spotlight h3{
	color:#e87d1d;
		font-family: 'Poppins', arial, sans-serif;
	font-weight:400;
	margin-bottom:40px;
}

.sp-spotlight h1{
	font-family: 'Poppins', arial, sans-serif;
color:#fff;
line-height:5rem;
margin-left: calc(200px + ((100% - 402px) / 12 * 1));
float: left;
font-weight:400;
}
.sp-spotlight h1 a{
color:#fff;
}

.sp-spotlight-txt {
	color:#fff;

	margin-right: calc(200px + ((100% - 402px) / 12 * 1));
}

.sp-spotlight-more a{
	color:#fff;
	transition: .2s all;
font-size: 16px;
font-weight: 700;
line-height: 13px;
position: relative;
text-transform: uppercase;
}

.sp-spotlight-more a:hover{
	color:#e87d1d;	
}

.sp-spotlight-more a::after {
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/triangle.svg') no-repeat;
}

/*pt062_r1-owl-news*/
#bfe-events {
  background:#fff;
  padding:80px 0;
}

#bfe-events h3{

	font-family:'Poppins',arial,sans-serif;
		color:#e87d1d;
	font-weight: 400;
margin-bottom: 60px;

}

.pt062_r1-owl-news{
	 color:#333;
}

.pt062_r1-owl-news .row{
	margin:0 !important;
}

.pt062_r1-owl-news .owl-carousel{
	list-style:none;
	overflow:hidden;
}

.pt062_r1-item {
	background:rgba(0,0,0,0.6);
	background:#fff;
	/*border: 1px solid #ebecf0;*/
	border-radius: 0px 0 4px 4px;
	border-bottom:2px solid #ccc;
}


.pt062_r1-section-title {
	/*font-family: 'Lato', arial, sans-serif;*/
position: relative;
color:#333;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0em;
line-height: 1.4;
text-align:center;
padding: 0 30px;
margin-bottom:10px;
}

.dash{
	margin-bottom:30px;
}

.dash::after {
    content: ' ';
    clear: both;
    display: block;
    margin: 0;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-width: 0 0 3px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    width: 6.5em;
    margin-bottom: 2.1em;
    color: #11965a;
}

/*
h2.pt062_r1-section-title::before {
	color: #333;
content: "...";
position:relative;
top: -10px;
}
h2.pt062_r1-section-title::after {
	color: #333;
content: "...";
position:relative;
top: -10px;
}
*/

.pt062_r1-section-title>a,.pt062_r1-section-title>a:visited,.pt062_r1-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt062_r1-section-title>a:hover {
color:#111;
text-decoration:underline;
}


.pt062_r1-content-wrapper {
	padding: 15px;
}

.pt062_r1-box-border {
	border: 0px solid #eee;
	padding: 0px;
}


.pt062_r1-title{
    /*font-family: 'Lato', arial, sans-serif;*/

	margin-bottom: 6px;
	margin-top: 6px;
	padding-left:10px;
    font-size: 16px;
    letter-spacing: 0em;
min-height:40px;
}
.pt062_r1-title a{
	color:#333;
    text-decoration: none;
}
.pt062_r1-title a:hover{
    color: #11965a;
}
.pt062_r1-post-meta,
.pt062_r1-post-meta a{
    margin-bottom: 0px;
	padding-left:10px;
    font-size: 11px;
    text-decoration: none;
    color: #aaa;
}
.pt062_r1-post-meta a:hover{
    color: #111;
}
.pt062_r1-post-text{
    margin-bottom: 0px;
	padding:0 10px;
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.pt062_r1-readmore{
	padding-left:0px;
	padding-bottom:20px;
	margin-top:5px;
}
/*
.pt062_r1-readmore a{
	border-radius:0px;
}
.pt062_r1-readmore a:hover{
	background:#e30613;
	color:#fff !important;
}

*/

.pt062_r1-readmore .button2 {
	background:#7cb908;
}

.pt062_r1-readmore {
	text-align: center;
border: 1px solid #1a1a26;
height: 32px;
width: 32px;
border-radius: 16px;
margin-top: 20px;
}

.pt062_r1-readmore a {
	color: ##1a1a26;
font-size: 22px;
}

/*
.pt062_r1-readmore a .fa {
	font-size:1.3rem;
	padding:4px 5px;
	width:24px;
	height:24px;
    border: 2px solid #11965a;
	border-radius:50%;
	margin-right:5px;
}
*/
/*
.pt062_r1-readmore:hover a{
	color: #000;
}

.pt062_r1-readmore:hover a .fa{
	border: 2px solid #000;
}
*/

.pt062_r1-readmore {
    text-align: center;
    border: 1px solid #000;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    margin-top: 20px;
}

.pt062_r1-readmore a {
    color: #000;
    font-size: 22px;
}

.pt062_r1-readmore a:hover, .pt062_r1-readmore a:hover .pt062_r1-readmore {
    color: #136fd2;
}

.pt062_r1-readmore a:hover .pt062_r1-readmore {
   border: 1px solid #136fd2;
}

.pt062_r1-readmore a > i {
    margin-top: 2px;
    margin-left: 2px;
}


.pt062_r1-owl-news .owl-buttons{
	position: static;
}
.pt062_r1-owl-news .owl-prev,
.pt062_r1-owl-news .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #111;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt062_r1-owl-news .owl-prev{
	left: -50px;
}
.pt062_r1-owl-news .owl-next{
	right: -50px;
}
.pt062_r1-owl-news .owl-prev:before,
.pt062_r1-owl-news .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt062_r1-owl-news .owl-next:before{
    left: auto;
    right: 0;
}
.pt062_r1-owl-news .owl-prev .fa,
.pt062_r1-owl-news .owl-next .fa{
    position: relative;
	top:45px;
	color:#fff;
}
.pt062_r1-owl-news .owl-prev:hover,
.pt062_r1-owl-news .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt062_r1-owl-news .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt062_r1-owl-news .owl-prev:active:before,
.pt062_r1-owl-news .owl-next:active:before{	
	opacity: 0.6;
}
.pt062_r1-owl-news .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt062_r1-owl-news .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}


.post_item {
	padding:10px;
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 30px 0px;
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}
.post_info {
    z-index: 1;
}

.padding20 {
    padding: 20px;
}
.full-row {
    width: 100%;
    position: relative;
}

.color-gray {
    color: #bdbdbd;
}
.post_date {
    color:#666;
	font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: -15px;
}
.post_title {
 font-size:1.1em;/*
   white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;*/
    padding: 5px 0;
}
.post_title a{
	font-size: 15px;
font-family: poppins,sans-serif;
font-weight: 600;
color: #1a1a26;
line-height: 24px;
padding-bottom: 12px;
}
.post_title a:hover{
	color:#e87d1d;
}

.post_info p{
	font-size:0.9em;
}

.post_info::after {
    background: #fff;
}
.post_info::after {
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: -25px;
    transform: rotate(-6deg);
    width: 130%;
    z-index: -1;
}

#rsn_footer_section {
    background-color: #2d3a49;
    color: #fff;
    padding: 60px 0 60px;
    border-bottom: 1px solid #000;
}

#rsn_footer_section h3 {
    font-family:'Poppins',arial,sans-serif;
	font-weight:400;
	font-size:2.2rem;
	color: #fff;
}

#rsn_footer_section {
    color: #fff;
}

.custom-post-widget ul li {
    color: #fff;
    font-size: 14px;
}

.custom-post-widget ul li a {
    color: #fff;
    font-size: 14px;
}
.custom-post-widget ul li a:hover{
	color:#e87d1d;
}

.pt007-footer {
    background-color: #12181f;
    border-top: 1px solid #304153;
}

.pt007-footer .copyrights p {
    padding: 10px 0 10px;
    color: rgba(255,255,255,.6);
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.custom-post-widget ul li i {
    margin-top: 8px;
    margin-right: 8px;
}


.sp-featured {
	padding:80px 0 0px;
	background: url('../images/gray-light-bottom-left.svg') no-repeat left bottom #f5f5f5;

}

.sp-featured img {
	margin-bottom:-1px;
	margin-left: calc(80px + ((100% - 402px) / 12 * 1));
}

.sp-featured .quote {
	position:relative;
}


.sp-featured blockquote {
	margin-top:120px;
	max-width:90%;
}

.quoter .name{
	font-size:2rem;
	font-weight:400;
}

.ref-img {
	border-radius:6px;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2); 
box-shadow: 0px 2px 5x 2px rgba(0,0,0,0.2);
margin-bottom:30px;
}

.sm-profiles a {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
}

.sm-profiles a .fa {
    padding-top: 8px;
}

.sm-profiles a:hover {
    background: #17b1f9;
    color: #fff;
    border: 2px solid #17b1f9;
}

.logo-box-shadow {
box-shadow: 14px 27px 19px -7px rgba(0,0,0,0.2);
-webkit-box-shadow: 14px 27px 19px -7px rgba(0,0,0,0.2);
-moz-box-shadow: 14px 27px 19px -7px rgba(0,0,0,0.2);
}

.gn01-about {
	padding:100px 0px;
}

h6.gn01-heading__pre-title {
	color:#ff6833;
	font-size:1.5rem;
}

h1.gn01-heading__title {
	font-size:36px;
	color:#414b61;
	font-weight:500;
	line-height:48px;
}

@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 30px); }
  to   { transform: translate(0, -0px); }    
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.align-items-center {
	align-items: center!important;
}


.gn03-solutions {
	padding:100px 0;
}

.about-area-v1 .about-img-box {
    position: relative;
    height: 670px;
}

.about-area-v1 .about-img-box:after {
    position: absolute;
    bottom: 60px;
    left: 30px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 175px solid #fd6350;
    border-right: 195px solid transparent;
    z-index: -1;
}
.experience-box{
    background: -webkit-gradient(linear, left top, right top, from(#fd6151), to(#ff774a));
    background: linear-gradient(
90deg, #fd6151 0%, #ff774a 100%);
}

.about-img-box .experience-box h4 {
    color: #fff;
    font-size: 70px;
    line-height: 20px;
}
.about-img-box .experience-box h4 span.sign {
    font-size: 24px;
}

.about-area-v1 .about-img-box .experience-box h4 span.text {
    font-size: 18px;
}

.about-img-box .experience-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: 0.9;
    padding: 20px;
    z-index: 1;
}

.about-area-v1 .about-img-box .about-img-one {
    padding-top: 70px;
    margin-left: 70px;
}

.about-area-v1 .about-img-box .about-img-one img {
    max-width: 450px;
    max-height: 500px;
}
.about-area-v1 .about-img-box .about-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-area-v1 .about-img-box .about-img-two img {
    width: 240px;
    height: 240px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}

.gn04-sectors {
	background:#f5f5f5;
	padding:100px 0px;
}

@media (max-width: 992px){
	.about-img-box .experience-box h4 {
    color: #fff;
    font-size: 48px;
    line-height: 20px;
	}
	
	.about-area-v1 .about-img-box:after {
		bottom: 20px;
		left: 0px;
	}
	
	.about-img-box .experience-box {
		
		width: 240px;
		height: 120px;
		opacity: 0.9;
		padding: 10px;

	}
	
	.about-area-v1 .about-img-box .about-img-one {
		padding-top: 70px;
		margin-left: 15px;
	}
	
	.about-area-v1 .about-img-box .about-img-one img {
		max-width: 320px;
		max-height: 356px;
	}
}