/* general css */
body {
    background: #fff!important;
}
#sp-top-bar {
    color: #fff!important;
    border-bottom: 1px dotted #fff;
}
#sp-top-bar a {
    color: #fff!important;
}
/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}
/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}
/* Sticky menu */
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}
/*** Logo ***/
#sp-header {
  background-color:rgba(255, 255, 255, 0.8)!important; 
}
.header-area .logo {
	   padding: 14px 0;
}
/*** Menu ***/
.sp-megamenu-parent > li > a {
    color:#4A4A4A!important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
.sp-megamenu-parent > li > a:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    border: 3px solid transparent;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	  border-color: #ffccf9;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
/*** Canvas Menu ***/
#offcanvas-toggler > .fa {
   color: #b5b9ff!important;
}
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	   border-top: 1px solid #E8EEF3;	
}

/**** Button ****/
.tp-caption a.btn-slider {
    display: inline-block;
    padding:10px 50px;
    border-radius: 50px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tp-caption a.btn-slider {
    background-color: #fff;
    color:#fff!important;
}
.tp-caption a.btn-slider {
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
}
.sppb-btn {
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 50px!important;

}
a.sppb-btn:hover, a.sppb-btn-custom:hover {
  background-color:#BC9380!important;
  border:1px solid #BC9380!important;
}
  /***** General title ***/
.at-title h3 {
    font-weight: 400;
    font-style: normal;
    color: #BC9380;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.at-about-right::before,
.at-feature-sub::before {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.at-about-right:hover::before,
.at-feature-sub:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
/*** Slider ***/
.at-slider-color span {
	   color: #fff;
}
.at-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/**** Feature *****/
.at-feature-sub {
    border: 10px solid #f3f3f3;
}
.at-feature-left h3,
.at-feature-right h3 {
    color: #f03b3c;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
.at-feature-left h4,
.at-feature-right h4 {
    font-size: 27px;
    font-weight: 300;
}
/*** Countdown *****/
.at-coutdown:before {
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0.85;
    z-index: -1;
    position: absolute;
}
.at-countdown-img-wrap .sppb-column-addons > div {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.at-countdown-img-wrap .sppb-column-addons > div:last-child {
    margin-right: 0;
}
.at-countdown-img {
    margin: 100px 0 0;
    display: inline-block;
    margin-right: -13px;
    animation-name: dance;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -moz-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

/*** About ****/
.at-about-item {
    margin-bottom: 30px;
}
.at-about-item h3.sppb-addon-title {
    font-size: 30px;
    line-height: 50px;
}
.at-about-right::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.at-about-right:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/**** Coming ****/
#at-coming {
    position: relative;
    top:-70px;
}
.at-coming-content h3 {
    font-size: 63px;
    font-weight: 700;
}
.at-coming-content p {
    font-size: 24px;
}
/*** Shop Now ***/
.at-shop-now h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 12px;
}
.at-shop-now p {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}
#at-shop-now .sppb-btn,
.at-gift-sub .sppb-btn {
    border-radius: 50px!important;
}
/**** Gift ****/
#at-gift .sppb-btn {
    border-radius: 50px!important;
}
.at-gift-content {
    padding-top: 70px;
}
.at-gift-content h4 {
    font-weight: 400;
    font-style: normal;
    color: #0c0b0b;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.at-gift-content h3 {
    font-weight: 700;
    font-style: normal;
    color: #0c0b0b;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.at-title-center h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 58px;
}
.at-gift-sub  {
    padding: 40px;
}
.at-gift-sub h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}
.at-gift-sub {
    border: 5px solid #212529;
    border-inline-end-style: dashed;
}
.at-gift-item .sppb-img-responsive {
   border-radius: 100%;
}
.at-gift-item h3 {
  padding-top: 35px;
}
.at-gift-item::before {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.at-gift-item:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/**** Get ****/
.at-get h3 {
  font-size: 40px;
  font-weight: 700;
}

/*** Intro ***/
.at-intro-title h3 {
    width: 25%;
    float: left;
}
.at-intro-title .sppb-addon-content {
    width: 75%;
    float: left;
    position: relative;
    padding-left: 90px;
    margin-top: 20px;
}
.at-intro-title .sppb-addon-content:before {
    position: absolute;
    top: 0px;
    left: 30px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 60px;
    margin-right: 40px;
}
.at-intro-item .sppb-icon {
    padding: 20px;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-intro-item:hover .sppb-icon {
    background-color: #002937;
    color: #FFE401;
}
.at-intro-item .sppb-icon i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*** About ***/
.at-about {
	 position: relative;
}
.at-about:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: #002937;
    position: absolute;
}
.at-about .sppb-row > div:first-child {
	  padding: 0;
}
.at-about-img .sppb-addon-single-image-container,
.at-about-img .sppb-addon-single-image-container img {
	   width: 100%;
}
/*** Team ***/
.at-team-item .sppb-img-container,
.at-team-item .sppb-img-container img {
	  width: 100%;
}
.at-team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.at-team-item ul {
    padding: 0;
    position: absolute;
    bottom: 94px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-team-item:hover ul {
    bottom: 113px;
    opacity: 1;
    visibility: inherit;
}
.at-team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.at-team-item ul li:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.at-team-item ul li:nth-child(2):before {
	  background: rgba(0,0,0,.1);
}
.at-team-item ul li:nth-child(3):before {
	  background: rgba(0,0,0,.2);
}
.at-team-item ul li a {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.at-team-item ul li em {
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-team-item ul li a:hover em {
	  color: #000;
}
.at-team-item ul li strong {
	   display: none;
}
/*** Testimonial ***/
.at-testimonial {
    position: relative;
    z-index: 1;
}
.at-testimonial:before {
  	content: "";
  	bottom: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 60%;
  	position: absolute;
  	z-index: -1;
}
/*** Portfolio ***/
#at-portfolio .sppb-row > div:first-child {
	  padding: 0;
}
.at-portfolio p {
	  color: #fff;
}
.at-portfolio-top {
	  padding: 40px;
}
.at-portfolio-top p {
	  color: #000;
}
.at-portfolio-top ul {
	padding-left: 0;
}
.at-portfolio-top ul li {
	list-style: none;
}
.at-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}
/*** Blog ***/
.at-blog p {
	color: #fff;
}
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 49%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
    color: #dfd9d9;
}
div.k2ItemsBlock ul li:nth-child(2n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333
    font-weight:700;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}
/*** Contact ***/
.at-contact-us ul {
  	padding-left: 0;
}
.at-contact-form-detail {
    text-align|:center;
}
.at-contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.contact .contact-form input[type="text"], .contact .contact-form input[type="email"], .contact .contact-form textarea {
    width: 100%;
    max-width: 100%;
}
.at-contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.at-contact-us ul li strong {
  	display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
.creativecontactform_footer {
    padding: 0px 13px 15px 2px !important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_field_name {
  	color: #000!important;
}
.creativecontactform_submit_wrapper, 
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner, 
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 32%;
  	float: left;
  	margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
  	margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover, 
.creativecontactform_wrapper input.creativecontactform_send, 
.creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: none;
    border: medium none;
    color: #151515;
    font-size: 18px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
  	z-index: 1;
}
#sp-bottom:before {
    content:"";
    z-index: -1;
    top: 0;
    left: 0;
  	right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #F6D3D7;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 30px;
}
#sp-footer a, #sp-bottom a {
    color: #4a4a4a!important;
}

/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 50%;
	}
	.at-slider-color i {
		width: 45px;
		height: 45px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 7px!important;
    font-size: 13px!important;
  }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
	.at-slider-color i {
		width: 35px;
		height: 35px;
	}
    .tp-caption a.btn-slider {
         font-size:12px!important;
  }
}
  /* Screen min 767px */
@media (max-width: 767px) {
	.at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   .tp-caption a.btn-slider {
      font-size: 9px!important;
      padding: 10px 8px!important;
      top: 10px!important;
  }
   .header-area .logo {
      padding: 21px 0!important;
   }
   div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
  #at-coming {
    position: relative;
    top:0px!important;
  }
   ul.social-icons > li {
    display: inline-block;
    margin: 5px 6px!important;
  }
  .small_light_white, .small_light_white,
  .tp-caption.small_light_white_left, .small_light_white_left {
    font-size: 10px!important;
    line-height: 14px!important;
  }
}
 /* Screen min 480px */
@media (max-width: 480px) {
   .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   .tp-caption a.btn-slider {
      font-size: 9px!important;
      padding: 10px 8px!important;
      top: 10px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
  #at-coming {
    position: relative;
    top:0px!important;
  }
  ul.social-icons > li {
    display: inline-block;
    margin: 5px 6px!important;
  }
  .small_light_white, .small_light_white,
  .tp-caption.small_light_white_left, .small_light_white_left {
    font-size: 10px!important;
    line-height: 14px!important;
  }
}
 /* Screen min 360px */
@media (max-width: 360px) {
  .tp-caption a.btn-slider {
      font-size:12px!important;
      top: 10px!important;
  }
   .header-area .logo {
      padding: 21px 0!important;
  }
  .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
  #at-coming {
    position: relative;
    top:0px!important;
  }
  .small_light_white, .small_light_white,
  .tp-caption.small_light_white_left, .small_light_white_left {
    font-size: 10px!important;
    line-height: 14px!important;
  }
}
 /* Screen min 320px */
@media (max-width: 320px) {
   .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   #at-coming {
      position: relative;
      top:0px!important;
  } 
  .tp-caption a.btn-slider {
      font-size:12px!important;
      top: 10px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
  .small_light_white, .small_light_white,
  .tp-caption.small_light_white_left, .small_light_white_left {
    font-size: 10px!important;
    line-height: 14px!important; 
  }
}