@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. property
9. teams
10. effect 
11. utilities
12. widgets layout
13. widgets 
14. responsive
-------------------------------------------------------------------*/

.mphb-guest-name-wrapper {
	display:none !important;
}


/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/****/
.animated-underline {
  position: relative;
}

.animated-underline:after {
  bottom: 0;
  content: "";
  background-color: #dcc397;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 100%, 50%;
  -moz-transform-origin: 100%, 50%;
  -ms-transform-origin: 100%, 50%;
  transform-origin: 100%, 50%;
  -webkit-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s;
  -o-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s;
}

.animated-underline:hover, .animated-underline:focus, .animated-underline:active {
  background-color: transparent;
}

.animated-underline:hover:after, .animated-underline:focus:after, .animated-underline:active:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform-origin: 0, 50%;
  -moz-transform-origin: 0, 50%;
  -ms-transform-origin: 0, 50%;
  transform-origin: 0, 50%;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s;
  -o-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s;
}

.animated-underline-center {
  position: relative;
}

.animated-underline-center:before, .animated-underline-center:after {
  content: '';
  position: absolute;
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

.animated-underline-center:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dcc397;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.animated-underline-center:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-left-11 {
  margin-left: 11px !important;
}

.margin-bottom-11 {
  margin-bottom: 11px !important;
}

.margin-right-11 {
  margin-right: 11px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-left-13 {
  margin-left: 13px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-right-13 {
  margin-right: 13px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-left-14 {
  margin-left: 14px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.margin-right-14 {
  margin-right: 14px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-left-16 {
  margin-left: 16px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-left-17 {
  margin-left: 17px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px !important;
}

.margin-right-17 {
  margin-right: 17px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-left-18 {
  margin-left: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-left-19 {
  margin-left: 19px !important;
}

.margin-bottom-19 {
  margin-bottom: 19px !important;
}

.margin-right-19 {
  margin-right: 19px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-left-21 {
  margin-left: 21px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-right-21 {
  margin-right: 21px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-left-22 {
  margin-left: 22px !important;
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

.margin-right-22 {
  margin-right: 22px !important;
}

.margin-top-23 {
  margin-top: 23px !important;
}

.margin-left-23 {
  margin-left: 23px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.margin-right-23 {
  margin-right: 23px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-left-24 {
  margin-left: 24px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-top-26 {
  margin-top: 26px !important;
}

.margin-left-26 {
  margin-left: 26px !important;
}

.margin-bottom-26 {
  margin-bottom: 26px !important;
}

.margin-right-26 {
  margin-right: 26px !important;
}

.margin-top-27 {
  margin-top: 27px !important;
}

.margin-left-27 {
  margin-left: 27px !important;
}

.margin-bottom-27 {
  margin-bottom: 27px !important;
}

.margin-right-27 {
  margin-right: 27px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-left-28 {
  margin-left: 28px !important;
}

.margin-bottom-28 {
  margin-bottom: 28px !important;
}

.margin-right-28 {
  margin-right: 28px !important;
}

.margin-top-29 {
  margin-top: 29px !important;
}

.margin-left-29 {
  margin-left: 29px !important;
}

.margin-bottom-29 {
  margin-bottom: 29px !important;
}

.margin-right-29 {
  margin-right: 29px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-top-31 {
  margin-top: 31px !important;
}

.margin-left-31 {
  margin-left: 31px !important;
}

.margin-bottom-31 {
  margin-bottom: 31px !important;
}

.margin-right-31 {
  margin-right: 31px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-left-32 {
  margin-left: 32px !important;
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

.margin-right-32 {
  margin-right: 32px !important;
}

.margin-top-33 {
  margin-top: 33px !important;
}

.margin-left-33 {
  margin-left: 33px !important;
}

.margin-bottom-33 {
  margin-bottom: 33px !important;
}

.margin-right-33 {
  margin-right: 33px !important;
}

.margin-top-34 {
  margin-top: 34px !important;
}

.margin-left-34 {
  margin-left: 34px !important;
}

.margin-bottom-34 {
  margin-bottom: 34px !important;
}

.margin-right-34 {
  margin-right: 34px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-left-36 {
  margin-left: 36px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-right-36 {
  margin-right: 36px !important;
}

.margin-top-37 {
  margin-top: 37px !important;
}

.margin-left-37 {
  margin-left: 37px !important;
}

.margin-bottom-37 {
  margin-bottom: 37px !important;
}

.margin-right-37 {
  margin-right: 37px !important;
}

.margin-top-38 {
  margin-top: 38px !important;
}

.margin-left-38 {
  margin-left: 38px !important;
}

.margin-bottom-38 {
  margin-bottom: 38px !important;
}

.margin-right-38 {
  margin-right: 38px !important;
}

.margin-top-39 {
  margin-top: 39px !important;
}

.margin-left-39 {
  margin-left: 39px !important;
}

.margin-bottom-39 {
  margin-bottom: 39px !important;
}

.margin-right-39 {
  margin-right: 39px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-41 {
  margin-top: 41px !important;
}

.margin-left-41 {
  margin-left: 41px !important;
}

.margin-bottom-41 {
  margin-bottom: 41px !important;
}

.margin-right-41 {
  margin-right: 41px !important;
}

.margin-top-42 {
  margin-top: 42px !important;
}

.margin-left-42 {
  margin-left: 42px !important;
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

.margin-right-42 {
  margin-right: 42px !important;
}

.margin-top-43 {
  margin-top: 43px !important;
}

.margin-left-43 {
  margin-left: 43px !important;
}

.margin-bottom-43 {
  margin-bottom: 43px !important;
}

.margin-right-43 {
  margin-right: 43px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-left-44 {
  margin-left: 44px !important;
}

.margin-bottom-44 {
  margin-bottom: 44px !important;
}

.margin-right-44 {
  margin-right: 44px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-top-46 {
  margin-top: 46px !important;
}

.margin-left-46 {
  margin-left: 46px !important;
}

.margin-bottom-46 {
  margin-bottom: 46px !important;
}

.margin-right-46 {
  margin-right: 46px !important;
}

.margin-top-47 {
  margin-top: 47px !important;
}

.margin-left-47 {
  margin-left: 47px !important;
}

.margin-bottom-47 {
  margin-bottom: 47px !important;
}

.margin-right-47 {
  margin-right: 47px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-left-48 {
  margin-left: 48px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-right-48 {
  margin-right: 48px !important;
}

.margin-top-49 {
  margin-top: 49px !important;
}

.margin-left-49 {
  margin-left: 49px !important;
}

.margin-bottom-49 {
  margin-bottom: 49px !important;
}

.margin-right-49 {
  margin-right: 49px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-top-51 {
  margin-top: 51px !important;
}

.margin-left-51 {
  margin-left: 51px !important;
}

.margin-bottom-51 {
  margin-bottom: 51px !important;
}

.margin-right-51 {
  margin-right: 51px !important;
}

.margin-top-52 {
  margin-top: 52px !important;
}

.margin-left-52 {
  margin-left: 52px !important;
}

.margin-bottom-52 {
  margin-bottom: 52px !important;
}

.margin-right-52 {
  margin-right: 52px !important;
}

.margin-top-53 {
  margin-top: 53px !important;
}

.margin-left-53 {
  margin-left: 53px !important;
}

.margin-bottom-53 {
  margin-bottom: 53px !important;
}

.margin-right-53 {
  margin-right: 53px !important;
}

.margin-top-54 {
  margin-top: 54px !important;
}

.margin-left-54 {
  margin-left: 54px !important;
}

.margin-bottom-54 {
  margin-bottom: 54px !important;
}

.margin-right-54 {
  margin-right: 54px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-top-56 {
  margin-top: 56px !important;
}

.margin-left-56 {
  margin-left: 56px !important;
}

.margin-bottom-56 {
  margin-bottom: 56px !important;
}

.margin-right-56 {
  margin-right: 56px !important;
}

.margin-top-57 {
  margin-top: 57px !important;
}

.margin-left-57 {
  margin-left: 57px !important;
}

.margin-bottom-57 {
  margin-bottom: 57px !important;
}

.margin-right-57 {
  margin-right: 57px !important;
}

.margin-top-58 {
  margin-top: 58px !important;
}

.margin-left-58 {
  margin-left: 58px !important;
}

.margin-bottom-58 {
  margin-bottom: 58px !important;
}

.margin-right-58 {
  margin-right: 58px !important;
}

.margin-top-59 {
  margin-top: 59px !important;
}

.margin-left-59 {
  margin-left: 59px !important;
}

.margin-bottom-59 {
  margin-bottom: 59px !important;
}

.margin-right-59 {
  margin-right: 59px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-top-61 {
  margin-top: 61px !important;
}

.margin-left-61 {
  margin-left: 61px !important;
}

.margin-bottom-61 {
  margin-bottom: 61px !important;
}

.margin-right-61 {
  margin-right: 61px !important;
}

.margin-top-62 {
  margin-top: 62px !important;
}

.margin-left-62 {
  margin-left: 62px !important;
}

.margin-bottom-62 {
  margin-bottom: 62px !important;
}

.margin-right-62 {
  margin-right: 62px !important;
}

.margin-top-63 {
  margin-top: 63px !important;
}

.margin-left-63 {
  margin-left: 63px !important;
}

.margin-bottom-63 {
  margin-bottom: 63px !important;
}

.margin-right-63 {
  margin-right: 63px !important;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-left-64 {
  margin-left: 64px !important;
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

.margin-right-64 {
  margin-right: 64px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-top-66 {
  margin-top: 66px !important;
}

.margin-left-66 {
  margin-left: 66px !important;
}

.margin-bottom-66 {
  margin-bottom: 66px !important;
}

.margin-right-66 {
  margin-right: 66px !important;
}

.margin-top-67 {
  margin-top: 67px !important;
}

.margin-left-67 {
  margin-left: 67px !important;
}

.margin-bottom-67 {
  margin-bottom: 67px !important;
}

.margin-right-67 {
  margin-right: 67px !important;
}

.margin-top-68 {
  margin-top: 68px !important;
}

.margin-left-68 {
  margin-left: 68px !important;
}

.margin-bottom-68 {
  margin-bottom: 68px !important;
}

.margin-right-68 {
  margin-right: 68px !important;
}

.margin-top-69 {
  margin-top: 69px !important;
}

.margin-left-69 {
  margin-left: 69px !important;
}

.margin-bottom-69 {
  margin-bottom: 69px !important;
}

.margin-right-69 {
  margin-right: 69px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-top-71 {
  margin-top: 71px !important;
}

.margin-left-71 {
  margin-left: 71px !important;
}

.margin-bottom-71 {
  margin-bottom: 71px !important;
}

.margin-right-71 {
  margin-right: 71px !important;
}

.margin-top-72 {
  margin-top: 72px !important;
}

.margin-left-72 {
  margin-left: 72px !important;
}

.margin-bottom-72 {
  margin-bottom: 72px !important;
}

.margin-right-72 {
  margin-right: 72px !important;
}

.margin-top-73 {
  margin-top: 73px !important;
}

.margin-left-73 {
  margin-left: 73px !important;
}

.margin-bottom-73 {
  margin-bottom: 73px !important;
}

.margin-right-73 {
  margin-right: 73px !important;
}

.margin-top-74 {
  margin-top: 74px !important;
}

.margin-left-74 {
  margin-left: 74px !important;
}

.margin-bottom-74 {
  margin-bottom: 74px !important;
}

.margin-right-74 {
  margin-right: 74px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-top-76 {
  margin-top: 76px !important;
}

.margin-left-76 {
  margin-left: 76px !important;
}

.margin-bottom-76 {
  margin-bottom: 76px !important;
}

.margin-right-76 {
  margin-right: 76px !important;
}

.margin-top-77 {
  margin-top: 77px !important;
}

.margin-left-77 {
  margin-left: 77px !important;
}

.margin-bottom-77 {
  margin-bottom: 77px !important;
}

.margin-right-77 {
  margin-right: 77px !important;
}

.margin-top-78 {
  margin-top: 78px !important;
}

.margin-left-78 {
  margin-left: 78px !important;
}

.margin-bottom-78 {
  margin-bottom: 78px !important;
}

.margin-right-78 {
  margin-right: 78px !important;
}

.margin-top-79 {
  margin-top: 79px !important;
}

.margin-left-79 {
  margin-left: 79px !important;
}

.margin-bottom-79 {
  margin-bottom: 79px !important;
}

.margin-right-79 {
  margin-right: 79px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-top-81 {
  margin-top: 81px !important;
}

.margin-left-81 {
  margin-left: 81px !important;
}

.margin-bottom-81 {
  margin-bottom: 81px !important;
}

.margin-right-81 {
  margin-right: 81px !important;
}

.margin-top-82 {
  margin-top: 82px !important;
}

.margin-left-82 {
  margin-left: 82px !important;
}

.margin-bottom-82 {
  margin-bottom: 82px !important;
}

.margin-right-82 {
  margin-right: 82px !important;
}

.margin-top-83 {
  margin-top: 83px !important;
}

.margin-left-83 {
  margin-left: 83px !important;
}

.margin-bottom-83 {
  margin-bottom: 83px !important;
}

.margin-right-83 {
  margin-right: 83px !important;
}

.margin-top-84 {
  margin-top: 84px !important;
}

.margin-left-84 {
  margin-left: 84px !important;
}

.margin-bottom-84 {
  margin-bottom: 84px !important;
}

.margin-right-84 {
  margin-right: 84px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

.margin-top-86 {
  margin-top: 86px !important;
}

.margin-left-86 {
  margin-left: 86px !important;
}

.margin-bottom-86 {
  margin-bottom: 86px !important;
}

.margin-right-86 {
  margin-right: 86px !important;
}

.margin-top-87 {
  margin-top: 87px !important;
}

.margin-left-87 {
  margin-left: 87px !important;
}

.margin-bottom-87 {
  margin-bottom: 87px !important;
}

.margin-right-87 {
  margin-right: 87px !important;
}

.margin-top-88 {
  margin-top: 88px !important;
}

.margin-left-88 {
  margin-left: 88px !important;
}

.margin-bottom-88 {
  margin-bottom: 88px !important;
}

.margin-right-88 {
  margin-right: 88px !important;
}

.margin-top-89 {
  margin-top: 89px !important;
}

.margin-left-89 {
  margin-left: 89px !important;
}

.margin-bottom-89 {
  margin-bottom: 89px !important;
}

.margin-right-89 {
  margin-right: 89px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-top-91 {
  margin-top: 91px !important;
}

.margin-left-91 {
  margin-left: 91px !important;
}

.margin-bottom-91 {
  margin-bottom: 91px !important;
}

.margin-right-91 {
  margin-right: 91px !important;
}

.margin-top-92 {
  margin-top: 92px !important;
}

.margin-left-92 {
  margin-left: 92px !important;
}

.margin-bottom-92 {
  margin-bottom: 92px !important;
}

.margin-right-92 {
  margin-right: 92px !important;
}

.margin-top-93 {
  margin-top: 93px !important;
}

.margin-left-93 {
  margin-left: 93px !important;
}

.margin-bottom-93 {
  margin-bottom: 93px !important;
}

.margin-right-93 {
  margin-right: 93px !important;
}

.margin-top-94 {
  margin-top: 94px !important;
}

.margin-left-94 {
  margin-left: 94px !important;
}

.margin-bottom-94 {
  margin-bottom: 94px !important;
}

.margin-right-94 {
  margin-right: 94px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

.margin-top-96 {
  margin-top: 96px !important;
}

.margin-left-96 {
  margin-left: 96px !important;
}

.margin-bottom-96 {
  margin-bottom: 96px !important;
}

.margin-right-96 {
  margin-right: 96px !important;
}

.margin-top-97 {
  margin-top: 97px !important;
}

.margin-left-97 {
  margin-left: 97px !important;
}

.margin-bottom-97 {
  margin-bottom: 97px !important;
}

.margin-right-97 {
  margin-right: 97px !important;
}

.margin-top-98 {
  margin-top: 98px !important;
}

.margin-left-98 {
  margin-left: 98px !important;
}

.margin-bottom-98 {
  margin-bottom: 98px !important;
}

.margin-right-98 {
  margin-right: 98px !important;
}

.margin-top-99 {
  margin-top: 99px !important;
}

.margin-left-99 {
  margin-left: 99px !important;
}

.margin-bottom-99 {
  margin-bottom: 99px !important;
}

.margin-right-99 {
  margin-right: 99px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-top-101 {
  margin-top: 101px !important;
}

.margin-left-101 {
  margin-left: 101px !important;
}

.margin-bottom-101 {
  margin-bottom: 101px !important;
}

.margin-right-101 {
  margin-right: 101px !important;
}

.margin-top-102 {
  margin-top: 102px !important;
}

.margin-left-102 {
  margin-left: 102px !important;
}

.margin-bottom-102 {
  margin-bottom: 102px !important;
}

.margin-right-102 {
  margin-right: 102px !important;
}

.margin-top-103 {
  margin-top: 103px !important;
}

.margin-left-103 {
  margin-left: 103px !important;
}

.margin-bottom-103 {
  margin-bottom: 103px !important;
}

.margin-right-103 {
  margin-right: 103px !important;
}

.margin-top-104 {
  margin-top: 104px !important;
}

.margin-left-104 {
  margin-left: 104px !important;
}

.margin-bottom-104 {
  margin-bottom: 104px !important;
}

.margin-right-104 {
  margin-right: 104px !important;
}

.margin-top-105 {
  margin-top: 105px !important;
}

.margin-left-105 {
  margin-left: 105px !important;
}

.margin-bottom-105 {
  margin-bottom: 105px !important;
}

.margin-right-105 {
  margin-right: 105px !important;
}

.margin-top-106 {
  margin-top: 106px !important;
}

.margin-left-106 {
  margin-left: 106px !important;
}

.margin-bottom-106 {
  margin-bottom: 106px !important;
}

.margin-right-106 {
  margin-right: 106px !important;
}

.margin-top-107 {
  margin-top: 107px !important;
}

.margin-left-107 {
  margin-left: 107px !important;
}

.margin-bottom-107 {
  margin-bottom: 107px !important;
}

.margin-right-107 {
  margin-right: 107px !important;
}

.margin-top-108 {
  margin-top: 108px !important;
}

.margin-left-108 {
  margin-left: 108px !important;
}

.margin-bottom-108 {
  margin-bottom: 108px !important;
}

.margin-right-108 {
  margin-right: 108px !important;
}

.margin-top-109 {
  margin-top: 109px !important;
}

.margin-left-109 {
  margin-left: 109px !important;
}

.margin-bottom-109 {
  margin-bottom: 109px !important;
}

.margin-right-109 {
  margin-right: 109px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-left-110 {
  margin-left: 110px !important;
}

.margin-bottom-110 {
  margin-bottom: 110px !important;
}

.margin-right-110 {
  margin-right: 110px !important;
}

.margin-top-111 {
  margin-top: 111px !important;
}

.margin-left-111 {
  margin-left: 111px !important;
}

.margin-bottom-111 {
  margin-bottom: 111px !important;
}

.margin-right-111 {
  margin-right: 111px !important;
}

.margin-top-112 {
  margin-top: 112px !important;
}

.margin-left-112 {
  margin-left: 112px !important;
}

.margin-bottom-112 {
  margin-bottom: 112px !important;
}

.margin-right-112 {
  margin-right: 112px !important;
}

.margin-top-113 {
  margin-top: 113px !important;
}

.margin-left-113 {
  margin-left: 113px !important;
}

.margin-bottom-113 {
  margin-bottom: 113px !important;
}

.margin-right-113 {
  margin-right: 113px !important;
}

.margin-top-114 {
  margin-top: 114px !important;
}

.margin-left-114 {
  margin-left: 114px !important;
}

.margin-bottom-114 {
  margin-bottom: 114px !important;
}

.margin-right-114 {
  margin-right: 114px !important;
}

.margin-top-115 {
  margin-top: 115px !important;
}

.margin-left-115 {
  margin-left: 115px !important;
}

.margin-bottom-115 {
  margin-bottom: 115px !important;
}

.margin-right-115 {
  margin-right: 115px !important;
}

.margin-top-116 {
  margin-top: 116px !important;
}

.margin-left-116 {
  margin-left: 116px !important;
}

.margin-bottom-116 {
  margin-bottom: 116px !important;
}

.margin-right-116 {
  margin-right: 116px !important;
}

.margin-top-117 {
  margin-top: 117px !important;
}

.margin-left-117 {
  margin-left: 117px !important;
}

.margin-bottom-117 {
  margin-bottom: 117px !important;
}

.margin-right-117 {
  margin-right: 117px !important;
}

.margin-top-118 {
  margin-top: 118px !important;
}

.margin-left-118 {
  margin-left: 118px !important;
}

.margin-bottom-118 {
  margin-bottom: 118px !important;
}

.margin-right-118 {
  margin-right: 118px !important;
}

.margin-top-119 {
  margin-top: 119px !important;
}

.margin-left-119 {
  margin-left: 119px !important;
}

.margin-bottom-119 {
  margin-bottom: 119px !important;
}

.margin-right-119 {
  margin-right: 119px !important;
}

.margin-top-120 {
  margin-top: 120px !important;
}

.margin-left-120 {
  margin-left: 120px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.margin-right-120 {
  margin-right: 120px !important;
}

.margin-top-121 {
  margin-top: 121px !important;
}

.margin-left-121 {
  margin-left: 121px !important;
}

.margin-bottom-121 {
  margin-bottom: 121px !important;
}

.margin-right-121 {
  margin-right: 121px !important;
}

.margin-top-122 {
  margin-top: 122px !important;
}

.margin-left-122 {
  margin-left: 122px !important;
}

.margin-bottom-122 {
  margin-bottom: 122px !important;
}

.margin-right-122 {
  margin-right: 122px !important;
}

.margin-top-123 {
  margin-top: 123px !important;
}

.margin-left-123 {
  margin-left: 123px !important;
}

.margin-bottom-123 {
  margin-bottom: 123px !important;
}

.margin-right-123 {
  margin-right: 123px !important;
}

.margin-top-124 {
  margin-top: 124px !important;
}

.margin-left-124 {
  margin-left: 124px !important;
}

.margin-bottom-124 {
  margin-bottom: 124px !important;
}

.margin-right-124 {
  margin-right: 124px !important;
}

.margin-top-125 {
  margin-top: 125px !important;
}

.margin-left-125 {
  margin-left: 125px !important;
}

.margin-bottom-125 {
  margin-bottom: 125px !important;
}

.margin-right-125 {
  margin-right: 125px !important;
}

.margin-top-126 {
  margin-top: 126px !important;
}

.margin-left-126 {
  margin-left: 126px !important;
}

.margin-bottom-126 {
  margin-bottom: 126px !important;
}

.margin-right-126 {
  margin-right: 126px !important;
}

.margin-top-127 {
  margin-top: 127px !important;
}

.margin-left-127 {
  margin-left: 127px !important;
}

.margin-bottom-127 {
  margin-bottom: 127px !important;
}

.margin-right-127 {
  margin-right: 127px !important;
}

.margin-top-128 {
  margin-top: 128px !important;
}

.margin-left-128 {
  margin-left: 128px !important;
}

.margin-bottom-128 {
  margin-bottom: 128px !important;
}

.margin-right-128 {
  margin-right: 128px !important;
}

.margin-top-129 {
  margin-top: 129px !important;
}

.margin-left-129 {
  margin-left: 129px !important;
}

.margin-bottom-129 {
  margin-bottom: 129px !important;
}

.margin-right-129 {
  margin-right: 129px !important;
}

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-left-130 {
  margin-left: 130px !important;
}

.margin-bottom-130 {
  margin-bottom: 130px !important;
}

.margin-right-130 {
  margin-right: 130px !important;
}

.margin-top-131 {
  margin-top: 131px !important;
}

.margin-left-131 {
  margin-left: 131px !important;
}

.margin-bottom-131 {
  margin-bottom: 131px !important;
}

.margin-right-131 {
  margin-right: 131px !important;
}

.margin-top-132 {
  margin-top: 132px !important;
}

.margin-left-132 {
  margin-left: 132px !important;
}

.margin-bottom-132 {
  margin-bottom: 132px !important;
}

.margin-right-132 {
  margin-right: 132px !important;
}

.margin-top-133 {
  margin-top: 133px !important;
}

.margin-left-133 {
  margin-left: 133px !important;
}

.margin-bottom-133 {
  margin-bottom: 133px !important;
}

.margin-right-133 {
  margin-right: 133px !important;
}

.margin-top-134 {
  margin-top: 134px !important;
}

.margin-left-134 {
  margin-left: 134px !important;
}

.margin-bottom-134 {
  margin-bottom: 134px !important;
}

.margin-right-134 {
  margin-right: 134px !important;
}

.margin-top-135 {
  margin-top: 135px !important;
}

.margin-left-135 {
  margin-left: 135px !important;
}

.margin-bottom-135 {
  margin-bottom: 135px !important;
}

.margin-right-135 {
  margin-right: 135px !important;
}

.margin-top-136 {
  margin-top: 136px !important;
}

.margin-left-136 {
  margin-left: 136px !important;
}

.margin-bottom-136 {
  margin-bottom: 136px !important;
}

.margin-right-136 {
  margin-right: 136px !important;
}

.margin-top-137 {
  margin-top: 137px !important;
}

.margin-left-137 {
  margin-left: 137px !important;
}

.margin-bottom-137 {
  margin-bottom: 137px !important;
}

.margin-right-137 {
  margin-right: 137px !important;
}

.margin-top-138 {
  margin-top: 138px !important;
}

.margin-left-138 {
  margin-left: 138px !important;
}

.margin-bottom-138 {
  margin-bottom: 138px !important;
}

.margin-right-138 {
  margin-right: 138px !important;
}

.margin-top-139 {
  margin-top: 139px !important;
}

.margin-left-139 {
  margin-left: 139px !important;
}

.margin-bottom-139 {
  margin-bottom: 139px !important;
}

.margin-right-139 {
  margin-right: 139px !important;
}

.margin-top-140 {
  margin-top: 140px !important;
}

.margin-left-140 {
  margin-left: 140px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}

.margin-right-140 {
  margin-right: 140px !important;
}

.margin-top-141 {
  margin-top: 141px !important;
}

.margin-left-141 {
  margin-left: 141px !important;
}

.margin-bottom-141 {
  margin-bottom: 141px !important;
}

.margin-right-141 {
  margin-right: 141px !important;
}

.margin-top-142 {
  margin-top: 142px !important;
}

.margin-left-142 {
  margin-left: 142px !important;
}

.margin-bottom-142 {
  margin-bottom: 142px !important;
}

.margin-right-142 {
  margin-right: 142px !important;
}

.margin-top-143 {
  margin-top: 143px !important;
}

.margin-left-143 {
  margin-left: 143px !important;
}

.margin-bottom-143 {
  margin-bottom: 143px !important;
}

.margin-right-143 {
  margin-right: 143px !important;
}

.margin-top-144 {
  margin-top: 144px !important;
}

.margin-left-144 {
  margin-left: 144px !important;
}

.margin-bottom-144 {
  margin-bottom: 144px !important;
}

.margin-right-144 {
  margin-right: 144px !important;
}

.margin-top-145 {
  margin-top: 145px !important;
}

.margin-left-145 {
  margin-left: 145px !important;
}

.margin-bottom-145 {
  margin-bottom: 145px !important;
}

.margin-right-145 {
  margin-right: 145px !important;
}

.margin-top-146 {
  margin-top: 146px !important;
}

.margin-left-146 {
  margin-left: 146px !important;
}

.margin-bottom-146 {
  margin-bottom: 146px !important;
}

.margin-right-146 {
  margin-right: 146px !important;
}

.margin-top-147 {
  margin-top: 147px !important;
}

.margin-left-147 {
  margin-left: 147px !important;
}

.margin-bottom-147 {
  margin-bottom: 147px !important;
}

.margin-right-147 {
  margin-right: 147px !important;
}

.margin-top-148 {
  margin-top: 148px !important;
}

.margin-left-148 {
  margin-left: 148px !important;
}

.margin-bottom-148 {
  margin-bottom: 148px !important;
}

.margin-right-148 {
  margin-right: 148px !important;
}

.margin-top-149 {
  margin-top: 149px !important;
}

.margin-left-149 {
  margin-left: 149px !important;
}

.margin-bottom-149 {
  margin-bottom: 149px !important;
}

.margin-right-149 {
  margin-right: 149px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-left-150 {
  margin-left: 150px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.margin-right-150 {
  margin-right: 150px !important;
}

.margin-top-151 {
  margin-top: 151px !important;
}

.margin-left-151 {
  margin-left: 151px !important;
}

.margin-bottom-151 {
  margin-bottom: 151px !important;
}

.margin-right-151 {
  margin-right: 151px !important;
}

.margin-top-152 {
  margin-top: 152px !important;
}

.margin-left-152 {
  margin-left: 152px !important;
}

.margin-bottom-152 {
  margin-bottom: 152px !important;
}

.margin-right-152 {
  margin-right: 152px !important;
}

.margin-top-153 {
  margin-top: 153px !important;
}

.margin-left-153 {
  margin-left: 153px !important;
}

.margin-bottom-153 {
  margin-bottom: 153px !important;
}

.margin-right-153 {
  margin-right: 153px !important;
}

.margin-top-154 {
  margin-top: 154px !important;
}

.margin-left-154 {
  margin-left: 154px !important;
}

.margin-bottom-154 {
  margin-bottom: 154px !important;
}

.margin-right-154 {
  margin-right: 154px !important;
}

.margin-top-155 {
  margin-top: 155px !important;
}

.margin-left-155 {
  margin-left: 155px !important;
}

.margin-bottom-155 {
  margin-bottom: 155px !important;
}

.margin-right-155 {
  margin-right: 155px !important;
}

.margin-top-156 {
  margin-top: 156px !important;
}

.margin-left-156 {
  margin-left: 156px !important;
}

.margin-bottom-156 {
  margin-bottom: 156px !important;
}

.margin-right-156 {
  margin-right: 156px !important;
}

.margin-top-157 {
  margin-top: 157px !important;
}

.margin-left-157 {
  margin-left: 157px !important;
}

.margin-bottom-157 {
  margin-bottom: 157px !important;
}

.margin-right-157 {
  margin-right: 157px !important;
}

.margin-top-158 {
  margin-top: 158px !important;
}

.margin-left-158 {
  margin-left: 158px !important;
}

.margin-bottom-158 {
  margin-bottom: 158px !important;
}

.margin-right-158 {
  margin-right: 158px !important;
}

.margin-top-159 {
  margin-top: 159px !important;
}

.margin-left-159 {
  margin-left: 159px !important;
}

.margin-bottom-159 {
  margin-bottom: 159px !important;
}

.margin-right-159 {
  margin-right: 159px !important;
}

.margin-top-160 {
  margin-top: 160px !important;
}

.margin-left-160 {
  margin-left: 160px !important;
}

.margin-bottom-160 {
  margin-bottom: 160px !important;
}

.margin-right-160 {
  margin-right: 160px !important;
}

.margin-top-161 {
  margin-top: 161px !important;
}

.margin-left-161 {
  margin-left: 161px !important;
}

.margin-bottom-161 {
  margin-bottom: 161px !important;
}

.margin-right-161 {
  margin-right: 161px !important;
}

.margin-top-162 {
  margin-top: 162px !important;
}

.margin-left-162 {
  margin-left: 162px !important;
}

.margin-bottom-162 {
  margin-bottom: 162px !important;
}

.margin-right-162 {
  margin-right: 162px !important;
}

.margin-top-163 {
  margin-top: 163px !important;
}

.margin-left-163 {
  margin-left: 163px !important;
}

.margin-bottom-163 {
  margin-bottom: 163px !important;
}

.margin-right-163 {
  margin-right: 163px !important;
}

.margin-top-164 {
  margin-top: 164px !important;
}

.margin-left-164 {
  margin-left: 164px !important;
}

.margin-bottom-164 {
  margin-bottom: 164px !important;
}

.margin-right-164 {
  margin-right: 164px !important;
}

.margin-top-165 {
  margin-top: 165px !important;
}

.margin-left-165 {
  margin-left: 165px !important;
}

.margin-bottom-165 {
  margin-bottom: 165px !important;
}

.margin-right-165 {
  margin-right: 165px !important;
}

.margin-top-166 {
  margin-top: 166px !important;
}

.margin-left-166 {
  margin-left: 166px !important;
}

.margin-bottom-166 {
  margin-bottom: 166px !important;
}

.margin-right-166 {
  margin-right: 166px !important;
}

.margin-top-167 {
  margin-top: 167px !important;
}

.margin-left-167 {
  margin-left: 167px !important;
}

.margin-bottom-167 {
  margin-bottom: 167px !important;
}

.margin-right-167 {
  margin-right: 167px !important;
}

.margin-top-168 {
  margin-top: 168px !important;
}

.margin-left-168 {
  margin-left: 168px !important;
}

.margin-bottom-168 {
  margin-bottom: 168px !important;
}

.margin-right-168 {
  margin-right: 168px !important;
}

.margin-top-169 {
  margin-top: 169px !important;
}

.margin-left-169 {
  margin-left: 169px !important;
}

.margin-bottom-169 {
  margin-bottom: 169px !important;
}

.margin-right-169 {
  margin-right: 169px !important;
}

.margin-top-170 {
  margin-top: 170px !important;
}

.margin-left-170 {
  margin-left: 170px !important;
}

.margin-bottom-170 {
  margin-bottom: 170px !important;
}

.margin-right-170 {
  margin-right: 170px !important;
}

.margin-top-171 {
  margin-top: 171px !important;
}

.margin-left-171 {
  margin-left: 171px !important;
}

.margin-bottom-171 {
  margin-bottom: 171px !important;
}

.margin-right-171 {
  margin-right: 171px !important;
}

.margin-top-172 {
  margin-top: 172px !important;
}

.margin-left-172 {
  margin-left: 172px !important;
}

.margin-bottom-172 {
  margin-bottom: 172px !important;
}

.margin-right-172 {
  margin-right: 172px !important;
}

.margin-top-173 {
  margin-top: 173px !important;
}

.margin-left-173 {
  margin-left: 173px !important;
}

.margin-bottom-173 {
  margin-bottom: 173px !important;
}

.margin-right-173 {
  margin-right: 173px !important;
}

.margin-top-174 {
  margin-top: 174px !important;
}

.margin-left-174 {
  margin-left: 174px !important;
}

.margin-bottom-174 {
  margin-bottom: 174px !important;
}

.margin-right-174 {
  margin-right: 174px !important;
}

.margin-top-175 {
  margin-top: 175px !important;
}

.margin-left-175 {
  margin-left: 175px !important;
}

.margin-bottom-175 {
  margin-bottom: 175px !important;
}

.margin-right-175 {
  margin-right: 175px !important;
}

.margin-top-176 {
  margin-top: 176px !important;
}

.margin-left-176 {
  margin-left: 176px !important;
}

.margin-bottom-176 {
  margin-bottom: 176px !important;
}

.margin-right-176 {
  margin-right: 176px !important;
}

.margin-top-177 {
  margin-top: 177px !important;
}

.margin-left-177 {
  margin-left: 177px !important;
}

.margin-bottom-177 {
  margin-bottom: 177px !important;
}

.margin-right-177 {
  margin-right: 177px !important;
}

.margin-top-178 {
  margin-top: 178px !important;
}

.margin-left-178 {
  margin-left: 178px !important;
}

.margin-bottom-178 {
  margin-bottom: 178px !important;
}

.margin-right-178 {
  margin-right: 178px !important;
}

.margin-top-179 {
  margin-top: 179px !important;
}

.margin-left-179 {
  margin-left: 179px !important;
}

.margin-bottom-179 {
  margin-bottom: 179px !important;
}

.margin-right-179 {
  margin-right: 179px !important;
}

.margin-top-180 {
  margin-top: 180px !important;
}

.margin-left-180 {
  margin-left: 180px !important;
}

.margin-bottom-180 {
  margin-bottom: 180px !important;
}

.margin-right-180 {
  margin-right: 180px !important;
}

.margin-top-181 {
  margin-top: 181px !important;
}

.margin-left-181 {
  margin-left: 181px !important;
}

.margin-bottom-181 {
  margin-bottom: 181px !important;
}

.margin-right-181 {
  margin-right: 181px !important;
}

.margin-top-182 {
  margin-top: 182px !important;
}

.margin-left-182 {
  margin-left: 182px !important;
}

.margin-bottom-182 {
  margin-bottom: 182px !important;
}

.margin-right-182 {
  margin-right: 182px !important;
}

.margin-top-183 {
  margin-top: 183px !important;
}

.margin-left-183 {
  margin-left: 183px !important;
}

.margin-bottom-183 {
  margin-bottom: 183px !important;
}

.margin-right-183 {
  margin-right: 183px !important;
}

.margin-top-184 {
  margin-top: 184px !important;
}

.margin-left-184 {
  margin-left: 184px !important;
}

.margin-bottom-184 {
  margin-bottom: 184px !important;
}

.margin-right-184 {
  margin-right: 184px !important;
}

.margin-top-185 {
  margin-top: 185px !important;
}

.margin-left-185 {
  margin-left: 185px !important;
}

.margin-bottom-185 {
  margin-bottom: 185px !important;
}

.margin-right-185 {
  margin-right: 185px !important;
}

.margin-top-186 {
  margin-top: 186px !important;
}

.margin-left-186 {
  margin-left: 186px !important;
}

.margin-bottom-186 {
  margin-bottom: 186px !important;
}

.margin-right-186 {
  margin-right: 186px !important;
}

.margin-top-187 {
  margin-top: 187px !important;
}

.margin-left-187 {
  margin-left: 187px !important;
}

.margin-bottom-187 {
  margin-bottom: 187px !important;
}

.margin-right-187 {
  margin-right: 187px !important;
}

.margin-top-188 {
  margin-top: 188px !important;
}

.margin-left-188 {
  margin-left: 188px !important;
}

.margin-bottom-188 {
  margin-bottom: 188px !important;
}

.margin-right-188 {
  margin-right: 188px !important;
}

.margin-top-189 {
  margin-top: 189px !important;
}

.margin-left-189 {
  margin-left: 189px !important;
}

.margin-bottom-189 {
  margin-bottom: 189px !important;
}

.margin-right-189 {
  margin-right: 189px !important;
}

.margin-top-190 {
  margin-top: 190px !important;
}

.margin-left-190 {
  margin-left: 190px !important;
}

.margin-bottom-190 {
  margin-bottom: 190px !important;
}

.margin-right-190 {
  margin-right: 190px !important;
}

.margin-top-191 {
  margin-top: 191px !important;
}

.margin-left-191 {
  margin-left: 191px !important;
}

.margin-bottom-191 {
  margin-bottom: 191px !important;
}

.margin-right-191 {
  margin-right: 191px !important;
}

.margin-top-192 {
  margin-top: 192px !important;
}

.margin-left-192 {
  margin-left: 192px !important;
}

.margin-bottom-192 {
  margin-bottom: 192px !important;
}

.margin-right-192 {
  margin-right: 192px !important;
}

.margin-top-193 {
  margin-top: 193px !important;
}

.margin-left-193 {
  margin-left: 193px !important;
}

.margin-bottom-193 {
  margin-bottom: 193px !important;
}

.margin-right-193 {
  margin-right: 193px !important;
}

.margin-top-194 {
  margin-top: 194px !important;
}

.margin-left-194 {
  margin-left: 194px !important;
}

.margin-bottom-194 {
  margin-bottom: 194px !important;
}

.margin-right-194 {
  margin-right: 194px !important;
}

.margin-top-195 {
  margin-top: 195px !important;
}

.margin-left-195 {
  margin-left: 195px !important;
}

.margin-bottom-195 {
  margin-bottom: 195px !important;
}

.margin-right-195 {
  margin-right: 195px !important;
}

.margin-top-196 {
  margin-top: 196px !important;
}

.margin-left-196 {
  margin-left: 196px !important;
}

.margin-bottom-196 {
  margin-bottom: 196px !important;
}

.margin-right-196 {
  margin-right: 196px !important;
}

.margin-top-197 {
  margin-top: 197px !important;
}

.margin-left-197 {
  margin-left: 197px !important;
}

.margin-bottom-197 {
  margin-bottom: 197px !important;
}

.margin-right-197 {
  margin-right: 197px !important;
}

.margin-top-198 {
  margin-top: 198px !important;
}

.margin-left-198 {
  margin-left: 198px !important;
}

.margin-bottom-198 {
  margin-bottom: 198px !important;
}

.margin-right-198 {
  margin-right: 198px !important;
}

.margin-top-199 {
  margin-top: 199px !important;
}

.margin-left-199 {
  margin-left: 199px !important;
}

.margin-bottom-199 {
  margin-bottom: 199px !important;
}

.margin-right-199 {
  margin-right: 199px !important;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.margin-left-200 {
  margin-left: 200px !important;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}

.margin-right-200 {
  margin-right: 200px !important;
}

.margin-top-201 {
  margin-top: 201px !important;
}

.margin-left-201 {
  margin-left: 201px !important;
}

.margin-bottom-201 {
  margin-bottom: 201px !important;
}

.margin-right-201 {
  margin-right: 201px !important;
}

.margin-top-202 {
  margin-top: 202px !important;
}

.margin-left-202 {
  margin-left: 202px !important;
}

.margin-bottom-202 {
  margin-bottom: 202px !important;
}

.margin-right-202 {
  margin-right: 202px !important;
}

.margin-top-203 {
  margin-top: 203px !important;
}

.margin-left-203 {
  margin-left: 203px !important;
}

.margin-bottom-203 {
  margin-bottom: 203px !important;
}

.margin-right-203 {
  margin-right: 203px !important;
}

.margin-top-204 {
  margin-top: 204px !important;
}

.margin-left-204 {
  margin-left: 204px !important;
}

.margin-bottom-204 {
  margin-bottom: 204px !important;
}

.margin-right-204 {
  margin-right: 204px !important;
}

.margin-top-205 {
  margin-top: 205px !important;
}

.margin-left-205 {
  margin-left: 205px !important;
}

.margin-bottom-205 {
  margin-bottom: 205px !important;
}

.margin-right-205 {
  margin-right: 205px !important;
}

.margin-top-206 {
  margin-top: 206px !important;
}

.margin-left-206 {
  margin-left: 206px !important;
}

.margin-bottom-206 {
  margin-bottom: 206px !important;
}

.margin-right-206 {
  margin-right: 206px !important;
}

.margin-top-207 {
  margin-top: 207px !important;
}

.margin-left-207 {
  margin-left: 207px !important;
}

.margin-bottom-207 {
  margin-bottom: 207px !important;
}

.margin-right-207 {
  margin-right: 207px !important;
}

.margin-top-208 {
  margin-top: 208px !important;
}

.margin-left-208 {
  margin-left: 208px !important;
}

.margin-bottom-208 {
  margin-bottom: 208px !important;
}

.margin-right-208 {
  margin-right: 208px !important;
}

.margin-top-209 {
  margin-top: 209px !important;
}

.margin-left-209 {
  margin-left: 209px !important;
}

.margin-bottom-209 {
  margin-bottom: 209px !important;
}

.margin-right-209 {
  margin-right: 209px !important;
}

.margin-top-210 {
  margin-top: 210px !important;
}

.margin-left-210 {
  margin-left: 210px !important;
}

.margin-bottom-210 {
  margin-bottom: 210px !important;
}

.margin-right-210 {
  margin-right: 210px !important;
}

.margin-top-211 {
  margin-top: 211px !important;
}

.margin-left-211 {
  margin-left: 211px !important;
}

.margin-bottom-211 {
  margin-bottom: 211px !important;
}

.margin-right-211 {
  margin-right: 211px !important;
}

.margin-top-212 {
  margin-top: 212px !important;
}

.margin-left-212 {
  margin-left: 212px !important;
}

.margin-bottom-212 {
  margin-bottom: 212px !important;
}

.margin-right-212 {
  margin-right: 212px !important;
}

.margin-top-213 {
  margin-top: 213px !important;
}

.margin-left-213 {
  margin-left: 213px !important;
}

.margin-bottom-213 {
  margin-bottom: 213px !important;
}

.margin-right-213 {
  margin-right: 213px !important;
}

.margin-top-214 {
  margin-top: 214px !important;
}

.margin-left-214 {
  margin-left: 214px !important;
}

.margin-bottom-214 {
  margin-bottom: 214px !important;
}

.margin-right-214 {
  margin-right: 214px !important;
}

.margin-top-215 {
  margin-top: 215px !important;
}

.margin-left-215 {
  margin-left: 215px !important;
}

.margin-bottom-215 {
  margin-bottom: 215px !important;
}

.margin-right-215 {
  margin-right: 215px !important;
}

.margin-top-216 {
  margin-top: 216px !important;
}

.margin-left-216 {
  margin-left: 216px !important;
}

.margin-bottom-216 {
  margin-bottom: 216px !important;
}

.margin-right-216 {
  margin-right: 216px !important;
}

.margin-top-217 {
  margin-top: 217px !important;
}

.margin-left-217 {
  margin-left: 217px !important;
}

.margin-bottom-217 {
  margin-bottom: 217px !important;
}

.margin-right-217 {
  margin-right: 217px !important;
}

.margin-top-218 {
  margin-top: 218px !important;
}

.margin-left-218 {
  margin-left: 218px !important;
}

.margin-bottom-218 {
  margin-bottom: 218px !important;
}

.margin-right-218 {
  margin-right: 218px !important;
}

.margin-top-219 {
  margin-top: 219px !important;
}

.margin-left-219 {
  margin-left: 219px !important;
}

.margin-bottom-219 {
  margin-bottom: 219px !important;
}

.margin-right-219 {
  margin-right: 219px !important;
}

.margin-top-220 {
  margin-top: 220px !important;
}

.margin-left-220 {
  margin-left: 220px !important;
}

.margin-bottom-220 {
  margin-bottom: 220px !important;
}

.margin-right-220 {
  margin-right: 220px !important;
}

.margin-top-221 {
  margin-top: 221px !important;
}

.margin-left-221 {
  margin-left: 221px !important;
}

.margin-bottom-221 {
  margin-bottom: 221px !important;
}

.margin-right-221 {
  margin-right: 221px !important;
}

.margin-top-222 {
  margin-top: 222px !important;
}

.margin-left-222 {
  margin-left: 222px !important;
}

.margin-bottom-222 {
  margin-bottom: 222px !important;
}

.margin-right-222 {
  margin-right: 222px !important;
}

.margin-top-223 {
  margin-top: 223px !important;
}

.margin-left-223 {
  margin-left: 223px !important;
}

.margin-bottom-223 {
  margin-bottom: 223px !important;
}

.margin-right-223 {
  margin-right: 223px !important;
}

.margin-top-224 {
  margin-top: 224px !important;
}

.margin-left-224 {
  margin-left: 224px !important;
}

.margin-bottom-224 {
  margin-bottom: 224px !important;
}

.margin-right-224 {
  margin-right: 224px !important;
}

.margin-top-225 {
  margin-top: 225px !important;
}

.margin-left-225 {
  margin-left: 225px !important;
}

.margin-bottom-225 {
  margin-bottom: 225px !important;
}

.margin-right-225 {
  margin-right: 225px !important;
}

.margin-top-226 {
  margin-top: 226px !important;
}

.margin-left-226 {
  margin-left: 226px !important;
}

.margin-bottom-226 {
  margin-bottom: 226px !important;
}

.margin-right-226 {
  margin-right: 226px !important;
}

.margin-top-227 {
  margin-top: 227px !important;
}

.margin-left-227 {
  margin-left: 227px !important;
}

.margin-bottom-227 {
  margin-bottom: 227px !important;
}

.margin-right-227 {
  margin-right: 227px !important;
}

.margin-top-228 {
  margin-top: 228px !important;
}

.margin-left-228 {
  margin-left: 228px !important;
}

.margin-bottom-228 {
  margin-bottom: 228px !important;
}

.margin-right-228 {
  margin-right: 228px !important;
}

.margin-top-229 {
  margin-top: 229px !important;
}

.margin-left-229 {
  margin-left: 229px !important;
}

.margin-bottom-229 {
  margin-bottom: 229px !important;
}

.margin-right-229 {
  margin-right: 229px !important;
}

.margin-top-230 {
  margin-top: 230px !important;
}

.margin-left-230 {
  margin-left: 230px !important;
}

.margin-bottom-230 {
  margin-bottom: 230px !important;
}

.margin-right-230 {
  margin-right: 230px !important;
}

.margin-top-231 {
  margin-top: 231px !important;
}

.margin-left-231 {
  margin-left: 231px !important;
}

.margin-bottom-231 {
  margin-bottom: 231px !important;
}

.margin-right-231 {
  margin-right: 231px !important;
}

.margin-top-232 {
  margin-top: 232px !important;
}

.margin-left-232 {
  margin-left: 232px !important;
}

.margin-bottom-232 {
  margin-bottom: 232px !important;
}

.margin-right-232 {
  margin-right: 232px !important;
}

.margin-top-233 {
  margin-top: 233px !important;
}

.margin-left-233 {
  margin-left: 233px !important;
}

.margin-bottom-233 {
  margin-bottom: 233px !important;
}

.margin-right-233 {
  margin-right: 233px !important;
}

.margin-top-234 {
  margin-top: 234px !important;
}

.margin-left-234 {
  margin-left: 234px !important;
}

.margin-bottom-234 {
  margin-bottom: 234px !important;
}

.margin-right-234 {
  margin-right: 234px !important;
}

.margin-top-235 {
  margin-top: 235px !important;
}

.margin-left-235 {
  margin-left: 235px !important;
}

.margin-bottom-235 {
  margin-bottom: 235px !important;
}

.margin-right-235 {
  margin-right: 235px !important;
}

.margin-top-236 {
  margin-top: 236px !important;
}

.margin-left-236 {
  margin-left: 236px !important;
}

.margin-bottom-236 {
  margin-bottom: 236px !important;
}

.margin-right-236 {
  margin-right: 236px !important;
}

.margin-top-237 {
  margin-top: 237px !important;
}

.margin-left-237 {
  margin-left: 237px !important;
}

.margin-bottom-237 {
  margin-bottom: 237px !important;
}

.margin-right-237 {
  margin-right: 237px !important;
}

.margin-top-238 {
  margin-top: 238px !important;
}

.margin-left-238 {
  margin-left: 238px !important;
}

.margin-bottom-238 {
  margin-bottom: 238px !important;
}

.margin-right-238 {
  margin-right: 238px !important;
}

.margin-top-239 {
  margin-top: 239px !important;
}

.margin-left-239 {
  margin-left: 239px !important;
}

.margin-bottom-239 {
  margin-bottom: 239px !important;
}

.margin-right-239 {
  margin-right: 239px !important;
}

.margin-top-240 {
  margin-top: 240px !important;
}

.margin-left-240 {
  margin-left: 240px !important;
}

.margin-bottom-240 {
  margin-bottom: 240px !important;
}

.margin-right-240 {
  margin-right: 240px !important;
}

.margin-top-241 {
  margin-top: 241px !important;
}

.margin-left-241 {
  margin-left: 241px !important;
}

.margin-bottom-241 {
  margin-bottom: 241px !important;
}

.margin-right-241 {
  margin-right: 241px !important;
}

.margin-top-242 {
  margin-top: 242px !important;
}

.margin-left-242 {
  margin-left: 242px !important;
}

.margin-bottom-242 {
  margin-bottom: 242px !important;
}

.margin-right-242 {
  margin-right: 242px !important;
}

.margin-top-243 {
  margin-top: 243px !important;
}

.margin-left-243 {
  margin-left: 243px !important;
}

.margin-bottom-243 {
  margin-bottom: 243px !important;
}

.margin-right-243 {
  margin-right: 243px !important;
}

.margin-top-244 {
  margin-top: 244px !important;
}

.margin-left-244 {
  margin-left: 244px !important;
}

.margin-bottom-244 {
  margin-bottom: 244px !important;
}

.margin-right-244 {
  margin-right: 244px !important;
}

.margin-top-245 {
  margin-top: 245px !important;
}

.margin-left-245 {
  margin-left: 245px !important;
}

.margin-bottom-245 {
  margin-bottom: 245px !important;
}

.margin-right-245 {
  margin-right: 245px !important;
}

.margin-top-246 {
  margin-top: 246px !important;
}

.margin-left-246 {
  margin-left: 246px !important;
}

.margin-bottom-246 {
  margin-bottom: 246px !important;
}

.margin-right-246 {
  margin-right: 246px !important;
}

.margin-top-247 {
  margin-top: 247px !important;
}

.margin-left-247 {
  margin-left: 247px !important;
}

.margin-bottom-247 {
  margin-bottom: 247px !important;
}

.margin-right-247 {
  margin-right: 247px !important;
}

.margin-top-248 {
  margin-top: 248px !important;
}

.margin-left-248 {
  margin-left: 248px !important;
}

.margin-bottom-248 {
  margin-bottom: 248px !important;
}

.margin-right-248 {
  margin-right: 248px !important;
}

.margin-top-249 {
  margin-top: 249px !important;
}

.margin-left-249 {
  margin-left: 249px !important;
}

.margin-bottom-249 {
  margin-bottom: 249px !important;
}

.margin-right-249 {
  margin-right: 249px !important;
}

.margin-top-250 {
  margin-top: 250px !important;
}

.margin-left-250 {
  margin-left: 250px !important;
}

.margin-bottom-250 {
  margin-bottom: 250px !important;
}

.margin-right-250 {
  margin-right: 250px !important;
}

.margin-top-251 {
  margin-top: 251px !important;
}

.margin-left-251 {
  margin-left: 251px !important;
}

.margin-bottom-251 {
  margin-bottom: 251px !important;
}

.margin-right-251 {
  margin-right: 251px !important;
}

.margin-top-252 {
  margin-top: 252px !important;
}

.margin-left-252 {
  margin-left: 252px !important;
}

.margin-bottom-252 {
  margin-bottom: 252px !important;
}

.margin-right-252 {
  margin-right: 252px !important;
}

.margin-top-253 {
  margin-top: 253px !important;
}

.margin-left-253 {
  margin-left: 253px !important;
}

.margin-bottom-253 {
  margin-bottom: 253px !important;
}

.margin-right-253 {
  margin-right: 253px !important;
}

.margin-top-254 {
  margin-top: 254px !important;
}

.margin-left-254 {
  margin-left: 254px !important;
}

.margin-bottom-254 {
  margin-bottom: 254px !important;
}

.margin-right-254 {
  margin-right: 254px !important;
}

.margin-top-255 {
  margin-top: 255px !important;
}

.margin-left-255 {
  margin-left: 255px !important;
}

.margin-bottom-255 {
  margin-bottom: 255px !important;
}

.margin-right-255 {
  margin-right: 255px !important;
}

.margin-top-256 {
  margin-top: 256px !important;
}

.margin-left-256 {
  margin-left: 256px !important;
}

.margin-bottom-256 {
  margin-bottom: 256px !important;
}

.margin-right-256 {
  margin-right: 256px !important;
}

.margin-top-257 {
  margin-top: 257px !important;
}

.margin-left-257 {
  margin-left: 257px !important;
}

.margin-bottom-257 {
  margin-bottom: 257px !important;
}

.margin-right-257 {
  margin-right: 257px !important;
}

.margin-top-258 {
  margin-top: 258px !important;
}

.margin-left-258 {
  margin-left: 258px !important;
}

.margin-bottom-258 {
  margin-bottom: 258px !important;
}

.margin-right-258 {
  margin-right: 258px !important;
}

.margin-top-259 {
  margin-top: 259px !important;
}

.margin-left-259 {
  margin-left: 259px !important;
}

.margin-bottom-259 {
  margin-bottom: 259px !important;
}

.margin-right-259 {
  margin-right: 259px !important;
}

.margin-top-260 {
  margin-top: 260px !important;
}

.margin-left-260 {
  margin-left: 260px !important;
}

.margin-bottom-260 {
  margin-bottom: 260px !important;
}

.margin-right-260 {
  margin-right: 260px !important;
}

.margin-top-261 {
  margin-top: 261px !important;
}

.margin-left-261 {
  margin-left: 261px !important;
}

.margin-bottom-261 {
  margin-bottom: 261px !important;
}

.margin-right-261 {
  margin-right: 261px !important;
}

.margin-top-262 {
  margin-top: 262px !important;
}

.margin-left-262 {
  margin-left: 262px !important;
}

.margin-bottom-262 {
  margin-bottom: 262px !important;
}

.margin-right-262 {
  margin-right: 262px !important;
}

.margin-top-263 {
  margin-top: 263px !important;
}

.margin-left-263 {
  margin-left: 263px !important;
}

.margin-bottom-263 {
  margin-bottom: 263px !important;
}

.margin-right-263 {
  margin-right: 263px !important;
}

.margin-top-264 {
  margin-top: 264px !important;
}

.margin-left-264 {
  margin-left: 264px !important;
}

.margin-bottom-264 {
  margin-bottom: 264px !important;
}

.margin-right-264 {
  margin-right: 264px !important;
}

.margin-top-265 {
  margin-top: 265px !important;
}

.margin-left-265 {
  margin-left: 265px !important;
}

.margin-bottom-265 {
  margin-bottom: 265px !important;
}

.margin-right-265 {
  margin-right: 265px !important;
}

.margin-top-266 {
  margin-top: 266px !important;
}

.margin-left-266 {
  margin-left: 266px !important;
}

.margin-bottom-266 {
  margin-bottom: 266px !important;
}

.margin-right-266 {
  margin-right: 266px !important;
}

.margin-top-267 {
  margin-top: 267px !important;
}

.margin-left-267 {
  margin-left: 267px !important;
}

.margin-bottom-267 {
  margin-bottom: 267px !important;
}

.margin-right-267 {
  margin-right: 267px !important;
}

.margin-top-268 {
  margin-top: 268px !important;
}

.margin-left-268 {
  margin-left: 268px !important;
}

.margin-bottom-268 {
  margin-bottom: 268px !important;
}

.margin-right-268 {
  margin-right: 268px !important;
}

.margin-top-269 {
  margin-top: 269px !important;
}

.margin-left-269 {
  margin-left: 269px !important;
}

.margin-bottom-269 {
  margin-bottom: 269px !important;
}

.margin-right-269 {
  margin-right: 269px !important;
}

.margin-top-270 {
  margin-top: 270px !important;
}

.margin-left-270 {
  margin-left: 270px !important;
}

.margin-bottom-270 {
  margin-bottom: 270px !important;
}

.margin-right-270 {
  margin-right: 270px !important;
}

.margin-top-271 {
  margin-top: 271px !important;
}

.margin-left-271 {
  margin-left: 271px !important;
}

.margin-bottom-271 {
  margin-bottom: 271px !important;
}

.margin-right-271 {
  margin-right: 271px !important;
}

.margin-top-272 {
  margin-top: 272px !important;
}

.margin-left-272 {
  margin-left: 272px !important;
}

.margin-bottom-272 {
  margin-bottom: 272px !important;
}

.margin-right-272 {
  margin-right: 272px !important;
}

.margin-top-273 {
  margin-top: 273px !important;
}

.margin-left-273 {
  margin-left: 273px !important;
}

.margin-bottom-273 {
  margin-bottom: 273px !important;
}

.margin-right-273 {
  margin-right: 273px !important;
}

.margin-top-274 {
  margin-top: 274px !important;
}

.margin-left-274 {
  margin-left: 274px !important;
}

.margin-bottom-274 {
  margin-bottom: 274px !important;
}

.margin-right-274 {
  margin-right: 274px !important;
}

.margin-top-275 {
  margin-top: 275px !important;
}

.margin-left-275 {
  margin-left: 275px !important;
}

.margin-bottom-275 {
  margin-bottom: 275px !important;
}

.margin-right-275 {
  margin-right: 275px !important;
}

.margin-top-276 {
  margin-top: 276px !important;
}

.margin-left-276 {
  margin-left: 276px !important;
}

.margin-bottom-276 {
  margin-bottom: 276px !important;
}

.margin-right-276 {
  margin-right: 276px !important;
}

.margin-top-277 {
  margin-top: 277px !important;
}

.margin-left-277 {
  margin-left: 277px !important;
}

.margin-bottom-277 {
  margin-bottom: 277px !important;
}

.margin-right-277 {
  margin-right: 277px !important;
}

.margin-top-278 {
  margin-top: 278px !important;
}

.margin-left-278 {
  margin-left: 278px !important;
}

.margin-bottom-278 {
  margin-bottom: 278px !important;
}

.margin-right-278 {
  margin-right: 278px !important;
}

.margin-top-279 {
  margin-top: 279px !important;
}

.margin-left-279 {
  margin-left: 279px !important;
}

.margin-bottom-279 {
  margin-bottom: 279px !important;
}

.margin-right-279 {
  margin-right: 279px !important;
}

.margin-top-280 {
  margin-top: 280px !important;
}

.margin-left-280 {
  margin-left: 280px !important;
}

.margin-bottom-280 {
  margin-bottom: 280px !important;
}

.margin-right-280 {
  margin-right: 280px !important;
}

.margin-top-281 {
  margin-top: 281px !important;
}

.margin-left-281 {
  margin-left: 281px !important;
}

.margin-bottom-281 {
  margin-bottom: 281px !important;
}

.margin-right-281 {
  margin-right: 281px !important;
}

.margin-top-282 {
  margin-top: 282px !important;
}

.margin-left-282 {
  margin-left: 282px !important;
}

.margin-bottom-282 {
  margin-bottom: 282px !important;
}

.margin-right-282 {
  margin-right: 282px !important;
}

.margin-top-283 {
  margin-top: 283px !important;
}

.margin-left-283 {
  margin-left: 283px !important;
}

.margin-bottom-283 {
  margin-bottom: 283px !important;
}

.margin-right-283 {
  margin-right: 283px !important;
}

.margin-top-284 {
  margin-top: 284px !important;
}

.margin-left-284 {
  margin-left: 284px !important;
}

.margin-bottom-284 {
  margin-bottom: 284px !important;
}

.margin-right-284 {
  margin-right: 284px !important;
}

.margin-top-285 {
  margin-top: 285px !important;
}

.margin-left-285 {
  margin-left: 285px !important;
}

.margin-bottom-285 {
  margin-bottom: 285px !important;
}

.margin-right-285 {
  margin-right: 285px !important;
}

.margin-top-286 {
  margin-top: 286px !important;
}

.margin-left-286 {
  margin-left: 286px !important;
}

.margin-bottom-286 {
  margin-bottom: 286px !important;
}

.margin-right-286 {
  margin-right: 286px !important;
}

.margin-top-287 {
  margin-top: 287px !important;
}

.margin-left-287 {
  margin-left: 287px !important;
}

.margin-bottom-287 {
  margin-bottom: 287px !important;
}

.margin-right-287 {
  margin-right: 287px !important;
}

.margin-top-288 {
  margin-top: 288px !important;
}

.margin-left-288 {
  margin-left: 288px !important;
}

.margin-bottom-288 {
  margin-bottom: 288px !important;
}

.margin-right-288 {
  margin-right: 288px !important;
}

.margin-top-289 {
  margin-top: 289px !important;
}

.margin-left-289 {
  margin-left: 289px !important;
}

.margin-bottom-289 {
  margin-bottom: 289px !important;
}

.margin-right-289 {
  margin-right: 289px !important;
}

.margin-top-290 {
  margin-top: 290px !important;
}

.margin-left-290 {
  margin-left: 290px !important;
}

.margin-bottom-290 {
  margin-bottom: 290px !important;
}

.margin-right-290 {
  margin-right: 290px !important;
}

.margin-top-291 {
  margin-top: 291px !important;
}

.margin-left-291 {
  margin-left: 291px !important;
}

.margin-bottom-291 {
  margin-bottom: 291px !important;
}

.margin-right-291 {
  margin-right: 291px !important;
}

.margin-top-292 {
  margin-top: 292px !important;
}

.margin-left-292 {
  margin-left: 292px !important;
}

.margin-bottom-292 {
  margin-bottom: 292px !important;
}

.margin-right-292 {
  margin-right: 292px !important;
}

.margin-top-293 {
  margin-top: 293px !important;
}

.margin-left-293 {
  margin-left: 293px !important;
}

.margin-bottom-293 {
  margin-bottom: 293px !important;
}

.margin-right-293 {
  margin-right: 293px !important;
}

.margin-top-294 {
  margin-top: 294px !important;
}

.margin-left-294 {
  margin-left: 294px !important;
}

.margin-bottom-294 {
  margin-bottom: 294px !important;
}

.margin-right-294 {
  margin-right: 294px !important;
}

.margin-top-295 {
  margin-top: 295px !important;
}

.margin-left-295 {
  margin-left: 295px !important;
}

.margin-bottom-295 {
  margin-bottom: 295px !important;
}

.margin-right-295 {
  margin-right: 295px !important;
}

.margin-top-296 {
  margin-top: 296px !important;
}

.margin-left-296 {
  margin-left: 296px !important;
}

.margin-bottom-296 {
  margin-bottom: 296px !important;
}

.margin-right-296 {
  margin-right: 296px !important;
}

.margin-top-297 {
  margin-top: 297px !important;
}

.margin-left-297 {
  margin-left: 297px !important;
}

.margin-bottom-297 {
  margin-bottom: 297px !important;
}

.margin-right-297 {
  margin-right: 297px !important;
}

.margin-top-298 {
  margin-top: 298px !important;
}

.margin-left-298 {
  margin-left: 298px !important;
}

.margin-bottom-298 {
  margin-bottom: 298px !important;
}

.margin-right-298 {
  margin-right: 298px !important;
}

.margin-top-299 {
  margin-top: 299px !important;
}

.margin-left-299 {
  margin-left: 299px !important;
}

.margin-bottom-299 {
  margin-bottom: 299px !important;
}

.margin-right-299 {
  margin-right: 299px !important;
}

.margin-top-300 {
  margin-top: 300px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-bottom-300 {
  margin-bottom: 300px !important;
}

.margin-right-300 {
  margin-right: 300px !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-left-1 {
  padding-left: 1px !important;
}

.padding-bottom-1 {
  padding-bottom: 1px !important;
}

.padding-right-1 {
  padding-right: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-left-2 {
  padding-left: 2px !important;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.padding-right-2 {
  padding-right: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-left-3 {
  padding-left: 3px !important;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

.padding-right-3 {
  padding-right: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-left-4 {
  padding-left: 4px !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-right-4 {
  padding-right: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-bottom-6 {
  padding-bottom: 6px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-bottom-7 {
  padding-bottom: 7px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-bottom-9 {
  padding-bottom: 9px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-top-11 {
  padding-top: 11px !important;
}

.padding-left-11 {
  padding-left: 11px !important;
}

.padding-bottom-11 {
  padding-bottom: 11px !important;
}

.padding-right-11 {
  padding-right: 11px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-left-12 {
  padding-left: 12px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.padding-top-13 {
  padding-top: 13px !important;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-bottom-13 {
  padding-bottom: 13px !important;
}

.padding-right-13 {
  padding-right: 13px !important;
}

.padding-top-14 {
  padding-top: 14px !important;
}

.padding-left-14 {
  padding-left: 14px !important;
}

.padding-bottom-14 {
  padding-bottom: 14px !important;
}

.padding-right-14 {
  padding-right: 14px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.padding-top-17 {
  padding-top: 17px !important;
}

.padding-left-17 {
  padding-left: 17px !important;
}

.padding-bottom-17 {
  padding-bottom: 17px !important;
}

.padding-right-17 {
  padding-right: 17px !important;
}

.padding-top-18 {
  padding-top: 18px !important;
}

.padding-left-18 {
  padding-left: 18px !important;
}

.padding-bottom-18 {
  padding-bottom: 18px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.padding-top-19 {
  padding-top: 19px !important;
}

.padding-left-19 {
  padding-left: 19px !important;
}

.padding-bottom-19 {
  padding-bottom: 19px !important;
}

.padding-right-19 {
  padding-right: 19px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-top-21 {
  padding-top: 21px !important;
}

.padding-left-21 {
  padding-left: 21px !important;
}

.padding-bottom-21 {
  padding-bottom: 21px !important;
}

.padding-right-21 {
  padding-right: 21px !important;
}

.padding-top-22 {
  padding-top: 22px !important;
}

.padding-left-22 {
  padding-left: 22px !important;
}

.padding-bottom-22 {
  padding-bottom: 22px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.padding-top-23 {
  padding-top: 23px !important;
}

.padding-left-23 {
  padding-left: 23px !important;
}

.padding-bottom-23 {
  padding-bottom: 23px !important;
}

.padding-right-23 {
  padding-right: 23px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-left-24 {
  padding-left: 24px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-right-24 {
  padding-right: 24px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-top-26 {
  padding-top: 26px !important;
}

.padding-left-26 {
  padding-left: 26px !important;
}

.padding-bottom-26 {
  padding-bottom: 26px !important;
}

.padding-right-26 {
  padding-right: 26px !important;
}

.padding-top-27 {
  padding-top: 27px !important;
}

.padding-left-27 {
  padding-left: 27px !important;
}

.padding-bottom-27 {
  padding-bottom: 27px !important;
}

.padding-right-27 {
  padding-right: 27px !important;
}

.padding-top-28 {
  padding-top: 28px !important;
}

.padding-left-28 {
  padding-left: 28px !important;
}

.padding-bottom-28 {
  padding-bottom: 28px !important;
}

.padding-right-28 {
  padding-right: 28px !important;
}

.padding-top-29 {
  padding-top: 29px !important;
}

.padding-left-29 {
  padding-left: 29px !important;
}

.padding-bottom-29 {
  padding-bottom: 29px !important;
}

.padding-right-29 {
  padding-right: 29px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-31 {
  padding-top: 31px !important;
}

.padding-left-31 {
  padding-left: 31px !important;
}

.padding-bottom-31 {
  padding-bottom: 31px !important;
}

.padding-right-31 {
  padding-right: 31px !important;
}

.padding-top-32 {
  padding-top: 32px !important;
}

.padding-left-32 {
  padding-left: 32px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-right-32 {
  padding-right: 32px !important;
}

.padding-top-33 {
  padding-top: 33px !important;
}

.padding-left-33 {
  padding-left: 33px !important;
}

.padding-bottom-33 {
  padding-bottom: 33px !important;
}

.padding-right-33 {
  padding-right: 33px !important;
}

.padding-top-34 {
  padding-top: 34px !important;
}

.padding-left-34 {
  padding-left: 34px !important;
}

.padding-bottom-34 {
  padding-bottom: 34px !important;
}

.padding-right-34 {
  padding-right: 34px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-top-36 {
  padding-top: 36px !important;
}

.padding-left-36 {
  padding-left: 36px !important;
}

.padding-bottom-36 {
  padding-bottom: 36px !important;
}

.padding-right-36 {
  padding-right: 36px !important;
}

.padding-top-37 {
  padding-top: 37px !important;
}

.padding-left-37 {
  padding-left: 37px !important;
}

.padding-bottom-37 {
  padding-bottom: 37px !important;
}

.padding-right-37 {
  padding-right: 37px !important;
}

.padding-top-38 {
  padding-top: 38px !important;
}

.padding-left-38 {
  padding-left: 38px !important;
}

.padding-bottom-38 {
  padding-bottom: 38px !important;
}

.padding-right-38 {
  padding-right: 38px !important;
}

.padding-top-39 {
  padding-top: 39px !important;
}

.padding-left-39 {
  padding-left: 39px !important;
}

.padding-bottom-39 {
  padding-bottom: 39px !important;
}

.padding-right-39 {
  padding-right: 39px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-top-41 {
  padding-top: 41px !important;
}

.padding-left-41 {
  padding-left: 41px !important;
}

.padding-bottom-41 {
  padding-bottom: 41px !important;
}

.padding-right-41 {
  padding-right: 41px !important;
}

.padding-top-42 {
  padding-top: 42px !important;
}

.padding-left-42 {
  padding-left: 42px !important;
}

.padding-bottom-42 {
  padding-bottom: 42px !important;
}

.padding-right-42 {
  padding-right: 42px !important;
}

.padding-top-43 {
  padding-top: 43px !important;
}

.padding-left-43 {
  padding-left: 43px !important;
}

.padding-bottom-43 {
  padding-bottom: 43px !important;
}

.padding-right-43 {
  padding-right: 43px !important;
}

.padding-top-44 {
  padding-top: 44px !important;
}

.padding-left-44 {
  padding-left: 44px !important;
}

.padding-bottom-44 {
  padding-bottom: 44px !important;
}

.padding-right-44 {
  padding-right: 44px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-top-46 {
  padding-top: 46px !important;
}

.padding-left-46 {
  padding-left: 46px !important;
}

.padding-bottom-46 {
  padding-bottom: 46px !important;
}

.padding-right-46 {
  padding-right: 46px !important;
}

.padding-top-47 {
  padding-top: 47px !important;
}

.padding-left-47 {
  padding-left: 47px !important;
}

.padding-bottom-47 {
  padding-bottom: 47px !important;
}

.padding-right-47 {
  padding-right: 47px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.padding-left-48 {
  padding-left: 48px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-right-48 {
  padding-right: 48px !important;
}

.padding-top-49 {
  padding-top: 49px !important;
}

.padding-left-49 {
  padding-left: 49px !important;
}

.padding-bottom-49 {
  padding-bottom: 49px !important;
}

.padding-right-49 {
  padding-right: 49px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-top-51 {
  padding-top: 51px !important;
}

.padding-left-51 {
  padding-left: 51px !important;
}

.padding-bottom-51 {
  padding-bottom: 51px !important;
}

.padding-right-51 {
  padding-right: 51px !important;
}

.padding-top-52 {
  padding-top: 52px !important;
}

.padding-left-52 {
  padding-left: 52px !important;
}

.padding-bottom-52 {
  padding-bottom: 52px !important;
}

.padding-right-52 {
  padding-right: 52px !important;
}

.padding-top-53 {
  padding-top: 53px !important;
}

.padding-left-53 {
  padding-left: 53px !important;
}

.padding-bottom-53 {
  padding-bottom: 53px !important;
}

.padding-right-53 {
  padding-right: 53px !important;
}

.padding-top-54 {
  padding-top: 54px !important;
}

.padding-left-54 {
  padding-left: 54px !important;
}

.padding-bottom-54 {
  padding-bottom: 54px !important;
}

.padding-right-54 {
  padding-right: 54px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-top-56 {
  padding-top: 56px !important;
}

.padding-left-56 {
  padding-left: 56px !important;
}

.padding-bottom-56 {
  padding-bottom: 56px !important;
}

.padding-right-56 {
  padding-right: 56px !important;
}

.padding-top-57 {
  padding-top: 57px !important;
}

.padding-left-57 {
  padding-left: 57px !important;
}

.padding-bottom-57 {
  padding-bottom: 57px !important;
}

.padding-right-57 {
  padding-right: 57px !important;
}

.padding-top-58 {
  padding-top: 58px !important;
}

.padding-left-58 {
  padding-left: 58px !important;
}

.padding-bottom-58 {
  padding-bottom: 58px !important;
}

.padding-right-58 {
  padding-right: 58px !important;
}

.padding-top-59 {
  padding-top: 59px !important;
}

.padding-left-59 {
  padding-left: 59px !important;
}

.padding-bottom-59 {
  padding-bottom: 59px !important;
}

.padding-right-59 {
  padding-right: 59px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-top-61 {
  padding-top: 61px !important;
}

.padding-left-61 {
  padding-left: 61px !important;
}

.padding-bottom-61 {
  padding-bottom: 61px !important;
}

.padding-right-61 {
  padding-right: 61px !important;
}

.padding-top-62 {
  padding-top: 62px !important;
}

.padding-left-62 {
  padding-left: 62px !important;
}

.padding-bottom-62 {
  padding-bottom: 62px !important;
}

.padding-right-62 {
  padding-right: 62px !important;
}

.padding-top-63 {
  padding-top: 63px !important;
}

.padding-left-63 {
  padding-left: 63px !important;
}

.padding-bottom-63 {
  padding-bottom: 63px !important;
}

.padding-right-63 {
  padding-right: 63px !important;
}

.padding-top-64 {
  padding-top: 64px !important;
}

.padding-left-64 {
  padding-left: 64px !important;
}

.padding-bottom-64 {
  padding-bottom: 64px !important;
}

.padding-right-64 {
  padding-right: 64px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.padding-top-66 {
  padding-top: 66px !important;
}

.padding-left-66 {
  padding-left: 66px !important;
}

.padding-bottom-66 {
  padding-bottom: 66px !important;
}

.padding-right-66 {
  padding-right: 66px !important;
}

.padding-top-67 {
  padding-top: 67px !important;
}

.padding-left-67 {
  padding-left: 67px !important;
}

.padding-bottom-67 {
  padding-bottom: 67px !important;
}

.padding-right-67 {
  padding-right: 67px !important;
}

.padding-top-68 {
  padding-top: 68px !important;
}

.padding-left-68 {
  padding-left: 68px !important;
}

.padding-bottom-68 {
  padding-bottom: 68px !important;
}

.padding-right-68 {
  padding-right: 68px !important;
}

.padding-top-69 {
  padding-top: 69px !important;
}

.padding-left-69 {
  padding-left: 69px !important;
}

.padding-bottom-69 {
  padding-bottom: 69px !important;
}

.padding-right-69 {
  padding-right: 69px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-top-71 {
  padding-top: 71px !important;
}

.padding-left-71 {
  padding-left: 71px !important;
}

.padding-bottom-71 {
  padding-bottom: 71px !important;
}

.padding-right-71 {
  padding-right: 71px !important;
}

.padding-top-72 {
  padding-top: 72px !important;
}

.padding-left-72 {
  padding-left: 72px !important;
}

.padding-bottom-72 {
  padding-bottom: 72px !important;
}

.padding-right-72 {
  padding-right: 72px !important;
}

.padding-top-73 {
  padding-top: 73px !important;
}

.padding-left-73 {
  padding-left: 73px !important;
}

.padding-bottom-73 {
  padding-bottom: 73px !important;
}

.padding-right-73 {
  padding-right: 73px !important;
}

.padding-top-74 {
  padding-top: 74px !important;
}

.padding-left-74 {
  padding-left: 74px !important;
}

.padding-bottom-74 {
  padding-bottom: 74px !important;
}

.padding-right-74 {
  padding-right: 74px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.padding-top-76 {
  padding-top: 76px !important;
}

.padding-left-76 {
  padding-left: 76px !important;
}

.padding-bottom-76 {
  padding-bottom: 76px !important;
}

.padding-right-76 {
  padding-right: 76px !important;
}

.padding-top-77 {
  padding-top: 77px !important;
}

.padding-left-77 {
  padding-left: 77px !important;
}

.padding-bottom-77 {
  padding-bottom: 77px !important;
}

.padding-right-77 {
  padding-right: 77px !important;
}

.padding-top-78 {
  padding-top: 78px !important;
}

.padding-left-78 {
  padding-left: 78px !important;
}

.padding-bottom-78 {
  padding-bottom: 78px !important;
}

.padding-right-78 {
  padding-right: 78px !important;
}

.padding-top-79 {
  padding-top: 79px !important;
}

.padding-left-79 {
  padding-left: 79px !important;
}

.padding-bottom-79 {
  padding-bottom: 79px !important;
}

.padding-right-79 {
  padding-right: 79px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.padding-top-81 {
  padding-top: 81px !important;
}

.padding-left-81 {
  padding-left: 81px !important;
}

.padding-bottom-81 {
  padding-bottom: 81px !important;
}

.padding-right-81 {
  padding-right: 81px !important;
}

.padding-top-82 {
  padding-top: 82px !important;
}

.padding-left-82 {
  padding-left: 82px !important;
}

.padding-bottom-82 {
  padding-bottom: 82px !important;
}

.padding-right-82 {
  padding-right: 82px !important;
}

.padding-top-83 {
  padding-top: 83px !important;
}

.padding-left-83 {
  padding-left: 83px !important;
}

.padding-bottom-83 {
  padding-bottom: 83px !important;
}

.padding-right-83 {
  padding-right: 83px !important;
}

.padding-top-84 {
  padding-top: 84px !important;
}

.padding-left-84 {
  padding-left: 84px !important;
}

.padding-bottom-84 {
  padding-bottom: 84px !important;
}

.padding-right-84 {
  padding-right: 84px !important;
}

.padding-top-85 {
  padding-top: 85px !important;
}

.padding-left-85 {
  padding-left: 85px !important;
}

.padding-bottom-85 {
  padding-bottom: 85px !important;
}

.padding-right-85 {
  padding-right: 85px !important;
}

.padding-top-86 {
  padding-top: 86px !important;
}

.padding-left-86 {
  padding-left: 86px !important;
}

.padding-bottom-86 {
  padding-bottom: 86px !important;
}

.padding-right-86 {
  padding-right: 86px !important;
}

.padding-top-87 {
  padding-top: 87px !important;
}

.padding-left-87 {
  padding-left: 87px !important;
}

.padding-bottom-87 {
  padding-bottom: 87px !important;
}

.padding-right-87 {
  padding-right: 87px !important;
}

.padding-top-88 {
  padding-top: 88px !important;
}

.padding-left-88 {
  padding-left: 88px !important;
}

.padding-bottom-88 {
  padding-bottom: 88px !important;
}

.padding-right-88 {
  padding-right: 88px !important;
}

.padding-top-89 {
  padding-top: 89px !important;
}

.padding-left-89 {
  padding-left: 89px !important;
}

.padding-bottom-89 {
  padding-bottom: 89px !important;
}

.padding-right-89 {
  padding-right: 89px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.padding-top-91 {
  padding-top: 91px !important;
}

.padding-left-91 {
  padding-left: 91px !important;
}

.padding-bottom-91 {
  padding-bottom: 91px !important;
}

.padding-right-91 {
  padding-right: 91px !important;
}

.padding-top-92 {
  padding-top: 92px !important;
}

.padding-left-92 {
  padding-left: 92px !important;
}

.padding-bottom-92 {
  padding-bottom: 92px !important;
}

.padding-right-92 {
  padding-right: 92px !important;
}

.padding-top-93 {
  padding-top: 93px !important;
}

.padding-left-93 {
  padding-left: 93px !important;
}

.padding-bottom-93 {
  padding-bottom: 93px !important;
}

.padding-right-93 {
  padding-right: 93px !important;
}

.padding-top-94 {
  padding-top: 94px !important;
}

.padding-left-94 {
  padding-left: 94px !important;
}

.padding-bottom-94 {
  padding-bottom: 94px !important;
}

.padding-right-94 {
  padding-right: 94px !important;
}

.padding-top-95 {
  padding-top: 95px !important;
}

.padding-left-95 {
  padding-left: 95px !important;
}

.padding-bottom-95 {
  padding-bottom: 95px !important;
}

.padding-right-95 {
  padding-right: 95px !important;
}

.padding-top-96 {
  padding-top: 96px !important;
}

.padding-left-96 {
  padding-left: 96px !important;
}

.padding-bottom-96 {
  padding-bottom: 96px !important;
}

.padding-right-96 {
  padding-right: 96px !important;
}

.padding-top-97 {
  padding-top: 97px !important;
}

.padding-left-97 {
  padding-left: 97px !important;
}

.padding-bottom-97 {
  padding-bottom: 97px !important;
}

.padding-right-97 {
  padding-right: 97px !important;
}

.padding-top-98 {
  padding-top: 98px !important;
}

.padding-left-98 {
  padding-left: 98px !important;
}

.padding-bottom-98 {
  padding-bottom: 98px !important;
}

.padding-right-98 {
  padding-right: 98px !important;
}

.padding-top-99 {
  padding-top: 99px !important;
}

.padding-left-99 {
  padding-left: 99px !important;
}

.padding-bottom-99 {
  padding-bottom: 99px !important;
}

.padding-right-99 {
  padding-right: 99px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.padding-top-101 {
  padding-top: 101px !important;
}

.padding-left-101 {
  padding-left: 101px !important;
}

.padding-bottom-101 {
  padding-bottom: 101px !important;
}

.padding-right-101 {
  padding-right: 101px !important;
}

.padding-top-102 {
  padding-top: 102px !important;
}

.padding-left-102 {
  padding-left: 102px !important;
}

.padding-bottom-102 {
  padding-bottom: 102px !important;
}

.padding-right-102 {
  padding-right: 102px !important;
}

.padding-top-103 {
  padding-top: 103px !important;
}

.padding-left-103 {
  padding-left: 103px !important;
}

.padding-bottom-103 {
  padding-bottom: 103px !important;
}

.padding-right-103 {
  padding-right: 103px !important;
}

.padding-top-104 {
  padding-top: 104px !important;
}

.padding-left-104 {
  padding-left: 104px !important;
}

.padding-bottom-104 {
  padding-bottom: 104px !important;
}

.padding-right-104 {
  padding-right: 104px !important;
}

.padding-top-105 {
  padding-top: 105px !important;
}

.padding-left-105 {
  padding-left: 105px !important;
}

.padding-bottom-105 {
  padding-bottom: 105px !important;
}

.padding-right-105 {
  padding-right: 105px !important;
}

.padding-top-106 {
  padding-top: 106px !important;
}

.padding-left-106 {
  padding-left: 106px !important;
}

.padding-bottom-106 {
  padding-bottom: 106px !important;
}

.padding-right-106 {
  padding-right: 106px !important;
}

.padding-top-107 {
  padding-top: 107px !important;
}

.padding-left-107 {
  padding-left: 107px !important;
}

.padding-bottom-107 {
  padding-bottom: 107px !important;
}

.padding-right-107 {
  padding-right: 107px !important;
}

.padding-top-108 {
  padding-top: 108px !important;
}

.padding-left-108 {
  padding-left: 108px !important;
}

.padding-bottom-108 {
  padding-bottom: 108px !important;
}

.padding-right-108 {
  padding-right: 108px !important;
}

.padding-top-109 {
  padding-top: 109px !important;
}

.padding-left-109 {
  padding-left: 109px !important;
}

.padding-bottom-109 {
  padding-bottom: 109px !important;
}

.padding-right-109 {
  padding-right: 109px !important;
}

.padding-top-110 {
  padding-top: 110px !important;
}

.padding-left-110 {
  padding-left: 110px !important;
}

.padding-bottom-110 {
  padding-bottom: 110px !important;
}

.padding-right-110 {
  padding-right: 110px !important;
}

.padding-top-111 {
  padding-top: 111px !important;
}

.padding-left-111 {
  padding-left: 111px !important;
}

.padding-bottom-111 {
  padding-bottom: 111px !important;
}

.padding-right-111 {
  padding-right: 111px !important;
}

.padding-top-112 {
  padding-top: 112px !important;
}

.padding-left-112 {
  padding-left: 112px !important;
}

.padding-bottom-112 {
  padding-bottom: 112px !important;
}

.padding-right-112 {
  padding-right: 112px !important;
}

.padding-top-113 {
  padding-top: 113px !important;
}

.padding-left-113 {
  padding-left: 113px !important;
}

.padding-bottom-113 {
  padding-bottom: 113px !important;
}

.padding-right-113 {
  padding-right: 113px !important;
}

.padding-top-114 {
  padding-top: 114px !important;
}

.padding-left-114 {
  padding-left: 114px !important;
}

.padding-bottom-114 {
  padding-bottom: 114px !important;
}

.padding-right-114 {
  padding-right: 114px !important;
}

.padding-top-115 {
  padding-top: 115px !important;
}

.padding-left-115 {
  padding-left: 115px !important;
}

.padding-bottom-115 {
  padding-bottom: 115px !important;
}

.padding-right-115 {
  padding-right: 115px !important;
}

.padding-top-116 {
  padding-top: 116px !important;
}

.padding-left-116 {
  padding-left: 116px !important;
}

.padding-bottom-116 {
  padding-bottom: 116px !important;
}

.padding-right-116 {
  padding-right: 116px !important;
}

.padding-top-117 {
  padding-top: 117px !important;
}

.padding-left-117 {
  padding-left: 117px !important;
}

.padding-bottom-117 {
  padding-bottom: 117px !important;
}

.padding-right-117 {
  padding-right: 117px !important;
}

.padding-top-118 {
  padding-top: 118px !important;
}

.padding-left-118 {
  padding-left: 118px !important;
}

.padding-bottom-118 {
  padding-bottom: 118px !important;
}

.padding-right-118 {
  padding-right: 118px !important;
}

.padding-top-119 {
  padding-top: 119px !important;
}

.padding-left-119 {
  padding-left: 119px !important;
}

.padding-bottom-119 {
  padding-bottom: 119px !important;
}

.padding-right-119 {
  padding-right: 119px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

.padding-left-120 {
  padding-left: 120px !important;
}

.padding-bottom-120 {
  padding-bottom: 120px !important;
}

.padding-right-120 {
  padding-right: 120px !important;
}

.padding-top-121 {
  padding-top: 121px !important;
}

.padding-left-121 {
  padding-left: 121px !important;
}

.padding-bottom-121 {
  padding-bottom: 121px !important;
}

.padding-right-121 {
  padding-right: 121px !important;
}

.padding-top-122 {
  padding-top: 122px !important;
}

.padding-left-122 {
  padding-left: 122px !important;
}

.padding-bottom-122 {
  padding-bottom: 122px !important;
}

.padding-right-122 {
  padding-right: 122px !important;
}

.padding-top-123 {
  padding-top: 123px !important;
}

.padding-left-123 {
  padding-left: 123px !important;
}

.padding-bottom-123 {
  padding-bottom: 123px !important;
}

.padding-right-123 {
  padding-right: 123px !important;
}

.padding-top-124 {
  padding-top: 124px !important;
}

.padding-left-124 {
  padding-left: 124px !important;
}

.padding-bottom-124 {
  padding-bottom: 124px !important;
}

.padding-right-124 {
  padding-right: 124px !important;
}

.padding-top-125 {
  padding-top: 125px !important;
}

.padding-left-125 {
  padding-left: 125px !important;
}

.padding-bottom-125 {
  padding-bottom: 125px !important;
}

.padding-right-125 {
  padding-right: 125px !important;
}

.padding-top-126 {
  padding-top: 126px !important;
}

.padding-left-126 {
  padding-left: 126px !important;
}

.padding-bottom-126 {
  padding-bottom: 126px !important;
}

.padding-right-126 {
  padding-right: 126px !important;
}

.padding-top-127 {
  padding-top: 127px !important;
}

.padding-left-127 {
  padding-left: 127px !important;
}

.padding-bottom-127 {
  padding-bottom: 127px !important;
}

.padding-right-127 {
  padding-right: 127px !important;
}

.padding-top-128 {
  padding-top: 128px !important;
}

.padding-left-128 {
  padding-left: 128px !important;
}

.padding-bottom-128 {
  padding-bottom: 128px !important;
}

.padding-right-128 {
  padding-right: 128px !important;
}

.padding-top-129 {
  padding-top: 129px !important;
}

.padding-left-129 {
  padding-left: 129px !important;
}

.padding-bottom-129 {
  padding-bottom: 129px !important;
}

.padding-right-129 {
  padding-right: 129px !important;
}

.padding-top-130 {
  padding-top: 130px !important;
}

.padding-left-130 {
  padding-left: 130px !important;
}

.padding-bottom-130 {
  padding-bottom: 130px !important;
}

.padding-right-130 {
  padding-right: 130px !important;
}

.padding-top-131 {
  padding-top: 131px !important;
}

.padding-left-131 {
  padding-left: 131px !important;
}

.padding-bottom-131 {
  padding-bottom: 131px !important;
}

.padding-right-131 {
  padding-right: 131px !important;
}

.padding-top-132 {
  padding-top: 132px !important;
}

.padding-left-132 {
  padding-left: 132px !important;
}

.padding-bottom-132 {
  padding-bottom: 132px !important;
}

.padding-right-132 {
  padding-right: 132px !important;
}

.padding-top-133 {
  padding-top: 133px !important;
}

.padding-left-133 {
  padding-left: 133px !important;
}

.padding-bottom-133 {
  padding-bottom: 133px !important;
}

.padding-right-133 {
  padding-right: 133px !important;
}

.padding-top-134 {
  padding-top: 134px !important;
}

.padding-left-134 {
  padding-left: 134px !important;
}

.padding-bottom-134 {
  padding-bottom: 134px !important;
}

.padding-right-134 {
  padding-right: 134px !important;
}

.padding-top-135 {
  padding-top: 135px !important;
}

.padding-left-135 {
  padding-left: 135px !important;
}

.padding-bottom-135 {
  padding-bottom: 135px !important;
}

.padding-right-135 {
  padding-right: 135px !important;
}

.padding-top-136 {
  padding-top: 136px !important;
}

.padding-left-136 {
  padding-left: 136px !important;
}

.padding-bottom-136 {
  padding-bottom: 136px !important;
}

.padding-right-136 {
  padding-right: 136px !important;
}

.padding-top-137 {
  padding-top: 137px !important;
}

.padding-left-137 {
  padding-left: 137px !important;
}

.padding-bottom-137 {
  padding-bottom: 137px !important;
}

.padding-right-137 {
  padding-right: 137px !important;
}

.padding-top-138 {
  padding-top: 138px !important;
}

.padding-left-138 {
  padding-left: 138px !important;
}

.padding-bottom-138 {
  padding-bottom: 138px !important;
}

.padding-right-138 {
  padding-right: 138px !important;
}

.padding-top-139 {
  padding-top: 139px !important;
}

.padding-left-139 {
  padding-left: 139px !important;
}

.padding-bottom-139 {
  padding-bottom: 139px !important;
}

.padding-right-139 {
  padding-right: 139px !important;
}

.padding-top-140 {
  padding-top: 140px !important;
}

.padding-left-140 {
  padding-left: 140px !important;
}

.padding-bottom-140 {
  padding-bottom: 140px !important;
}

.padding-right-140 {
  padding-right: 140px !important;
}

.padding-top-141 {
  padding-top: 141px !important;
}

.padding-left-141 {
  padding-left: 141px !important;
}

.padding-bottom-141 {
  padding-bottom: 141px !important;
}

.padding-right-141 {
  padding-right: 141px !important;
}

.padding-top-142 {
  padding-top: 142px !important;
}

.padding-left-142 {
  padding-left: 142px !important;
}

.padding-bottom-142 {
  padding-bottom: 142px !important;
}

.padding-right-142 {
  padding-right: 142px !important;
}

.padding-top-143 {
  padding-top: 143px !important;
}

.padding-left-143 {
  padding-left: 143px !important;
}

.padding-bottom-143 {
  padding-bottom: 143px !important;
}

.padding-right-143 {
  padding-right: 143px !important;
}

.padding-top-144 {
  padding-top: 144px !important;
}

.padding-left-144 {
  padding-left: 144px !important;
}

.padding-bottom-144 {
  padding-bottom: 144px !important;
}

.padding-right-144 {
  padding-right: 144px !important;
}

.padding-top-145 {
  padding-top: 145px !important;
}

.padding-left-145 {
  padding-left: 145px !important;
}

.padding-bottom-145 {
  padding-bottom: 145px !important;
}

.padding-right-145 {
  padding-right: 145px !important;
}

.padding-top-146 {
  padding-top: 146px !important;
}

.padding-left-146 {
  padding-left: 146px !important;
}

.padding-bottom-146 {
  padding-bottom: 146px !important;
}

.padding-right-146 {
  padding-right: 146px !important;
}

.padding-top-147 {
  padding-top: 147px !important;
}

.padding-left-147 {
  padding-left: 147px !important;
}

.padding-bottom-147 {
  padding-bottom: 147px !important;
}

.padding-right-147 {
  padding-right: 147px !important;
}

.padding-top-148 {
  padding-top: 148px !important;
}

.padding-left-148 {
  padding-left: 148px !important;
}

.padding-bottom-148 {
  padding-bottom: 148px !important;
}

.padding-right-148 {
  padding-right: 148px !important;
}

.padding-top-149 {
  padding-top: 149px !important;
}

.padding-left-149 {
  padding-left: 149px !important;
}

.padding-bottom-149 {
  padding-bottom: 149px !important;
}

.padding-right-149 {
  padding-right: 149px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-left-150 {
  padding-left: 150px !important;
}

.padding-bottom-150 {
  padding-bottom: 150px !important;
}

.padding-right-150 {
  padding-right: 150px !important;
}

.padding-top-151 {
  padding-top: 151px !important;
}

.padding-left-151 {
  padding-left: 151px !important;
}

.padding-bottom-151 {
  padding-bottom: 151px !important;
}

.padding-right-151 {
  padding-right: 151px !important;
}

.padding-top-152 {
  padding-top: 152px !important;
}

.padding-left-152 {
  padding-left: 152px !important;
}

.padding-bottom-152 {
  padding-bottom: 152px !important;
}

.padding-right-152 {
  padding-right: 152px !important;
}

.padding-top-153 {
  padding-top: 153px !important;
}

.padding-left-153 {
  padding-left: 153px !important;
}

.padding-bottom-153 {
  padding-bottom: 153px !important;
}

.padding-right-153 {
  padding-right: 153px !important;
}

.padding-top-154 {
  padding-top: 154px !important;
}

.padding-left-154 {
  padding-left: 154px !important;
}

.padding-bottom-154 {
  padding-bottom: 154px !important;
}

.padding-right-154 {
  padding-right: 154px !important;
}

.padding-top-155 {
  padding-top: 155px !important;
}

.padding-left-155 {
  padding-left: 155px !important;
}

.padding-bottom-155 {
  padding-bottom: 155px !important;
}

.padding-right-155 {
  padding-right: 155px !important;
}

.padding-top-156 {
  padding-top: 156px !important;
}

.padding-left-156 {
  padding-left: 156px !important;
}

.padding-bottom-156 {
  padding-bottom: 156px !important;
}

.padding-right-156 {
  padding-right: 156px !important;
}

.padding-top-157 {
  padding-top: 157px !important;
}

.padding-left-157 {
  padding-left: 157px !important;
}

.padding-bottom-157 {
  padding-bottom: 157px !important;
}

.padding-right-157 {
  padding-right: 157px !important;
}

.padding-top-158 {
  padding-top: 158px !important;
}

.padding-left-158 {
  padding-left: 158px !important;
}

.padding-bottom-158 {
  padding-bottom: 158px !important;
}

.padding-right-158 {
  padding-right: 158px !important;
}

.padding-top-159 {
  padding-top: 159px !important;
}

.padding-left-159 {
  padding-left: 159px !important;
}

.padding-bottom-159 {
  padding-bottom: 159px !important;
}

.padding-right-159 {
  padding-right: 159px !important;
}

.padding-top-160 {
  padding-top: 160px !important;
}

.padding-left-160 {
  padding-left: 160px !important;
}

.padding-bottom-160 {
  padding-bottom: 160px !important;
}

.padding-right-160 {
  padding-right: 160px !important;
}

.padding-top-161 {
  padding-top: 161px !important;
}

.padding-left-161 {
  padding-left: 161px !important;
}

.padding-bottom-161 {
  padding-bottom: 161px !important;
}

.padding-right-161 {
  padding-right: 161px !important;
}

.padding-top-162 {
  padding-top: 162px !important;
}

.padding-left-162 {
  padding-left: 162px !important;
}

.padding-bottom-162 {
  padding-bottom: 162px !important;
}

.padding-right-162 {
  padding-right: 162px !important;
}

.padding-top-163 {
  padding-top: 163px !important;
}

.padding-left-163 {
  padding-left: 163px !important;
}

.padding-bottom-163 {
  padding-bottom: 163px !important;
}

.padding-right-163 {
  padding-right: 163px !important;
}

.padding-top-164 {
  padding-top: 164px !important;
}

.padding-left-164 {
  padding-left: 164px !important;
}

.padding-bottom-164 {
  padding-bottom: 164px !important;
}

.padding-right-164 {
  padding-right: 164px !important;
}

.padding-top-165 {
  padding-top: 165px !important;
}

.padding-left-165 {
  padding-left: 165px !important;
}

.padding-bottom-165 {
  padding-bottom: 165px !important;
}

.padding-right-165 {
  padding-right: 165px !important;
}

.padding-top-166 {
  padding-top: 166px !important;
}

.padding-left-166 {
  padding-left: 166px !important;
}

.padding-bottom-166 {
  padding-bottom: 166px !important;
}

.padding-right-166 {
  padding-right: 166px !important;
}

.padding-top-167 {
  padding-top: 167px !important;
}

.padding-left-167 {
  padding-left: 167px !important;
}

.padding-bottom-167 {
  padding-bottom: 167px !important;
}

.padding-right-167 {
  padding-right: 167px !important;
}

.padding-top-168 {
  padding-top: 168px !important;
}

.padding-left-168 {
  padding-left: 168px !important;
}

.padding-bottom-168 {
  padding-bottom: 168px !important;
}

.padding-right-168 {
  padding-right: 168px !important;
}

.padding-top-169 {
  padding-top: 169px !important;
}

.padding-left-169 {
  padding-left: 169px !important;
}

.padding-bottom-169 {
  padding-bottom: 169px !important;
}

.padding-right-169 {
  padding-right: 169px !important;
}

.padding-top-170 {
  padding-top: 170px !important;
}

.padding-left-170 {
  padding-left: 170px !important;
}

.padding-bottom-170 {
  padding-bottom: 170px !important;
}

.padding-right-170 {
  padding-right: 170px !important;
}

.padding-top-171 {
  padding-top: 171px !important;
}

.padding-left-171 {
  padding-left: 171px !important;
}

.padding-bottom-171 {
  padding-bottom: 171px !important;
}

.padding-right-171 {
  padding-right: 171px !important;
}

.padding-top-172 {
  padding-top: 172px !important;
}

.padding-left-172 {
  padding-left: 172px !important;
}

.padding-bottom-172 {
  padding-bottom: 172px !important;
}

.padding-right-172 {
  padding-right: 172px !important;
}

.padding-top-173 {
  padding-top: 173px !important;
}

.padding-left-173 {
  padding-left: 173px !important;
}

.padding-bottom-173 {
  padding-bottom: 173px !important;
}

.padding-right-173 {
  padding-right: 173px !important;
}

.padding-top-174 {
  padding-top: 174px !important;
}

.padding-left-174 {
  padding-left: 174px !important;
}

.padding-bottom-174 {
  padding-bottom: 174px !important;
}

.padding-right-174 {
  padding-right: 174px !important;
}

.padding-top-175 {
  padding-top: 175px !important;
}

.padding-left-175 {
  padding-left: 175px !important;
}

.padding-bottom-175 {
  padding-bottom: 175px !important;
}

.padding-right-175 {
  padding-right: 175px !important;
}

.padding-top-176 {
  padding-top: 176px !important;
}

.padding-left-176 {
  padding-left: 176px !important;
}

.padding-bottom-176 {
  padding-bottom: 176px !important;
}

.padding-right-176 {
  padding-right: 176px !important;
}

.padding-top-177 {
  padding-top: 177px !important;
}

.padding-left-177 {
  padding-left: 177px !important;
}

.padding-bottom-177 {
  padding-bottom: 177px !important;
}

.padding-right-177 {
  padding-right: 177px !important;
}

.padding-top-178 {
  padding-top: 178px !important;
}

.padding-left-178 {
  padding-left: 178px !important;
}

.padding-bottom-178 {
  padding-bottom: 178px !important;
}

.padding-right-178 {
  padding-right: 178px !important;
}

.padding-top-179 {
  padding-top: 179px !important;
}

.padding-left-179 {
  padding-left: 179px !important;
}

.padding-bottom-179 {
  padding-bottom: 179px !important;
}

.padding-right-179 {
  padding-right: 179px !important;
}

.padding-top-180 {
  padding-top: 180px !important;
}

.padding-left-180 {
  padding-left: 180px !important;
}

.padding-bottom-180 {
  padding-bottom: 180px !important;
}

.padding-right-180 {
  padding-right: 180px !important;
}

.padding-top-181 {
  padding-top: 181px !important;
}

.padding-left-181 {
  padding-left: 181px !important;
}

.padding-bottom-181 {
  padding-bottom: 181px !important;
}

.padding-right-181 {
  padding-right: 181px !important;
}

.padding-top-182 {
  padding-top: 182px !important;
}

.padding-left-182 {
  padding-left: 182px !important;
}

.padding-bottom-182 {
  padding-bottom: 182px !important;
}

.padding-right-182 {
  padding-right: 182px !important;
}

.padding-top-183 {
  padding-top: 183px !important;
}

.padding-left-183 {
  padding-left: 183px !important;
}

.padding-bottom-183 {
  padding-bottom: 183px !important;
}

.padding-right-183 {
  padding-right: 183px !important;
}

.padding-top-184 {
  padding-top: 184px !important;
}

.padding-left-184 {
  padding-left: 184px !important;
}

.padding-bottom-184 {
  padding-bottom: 184px !important;
}

.padding-right-184 {
  padding-right: 184px !important;
}

.padding-top-185 {
  padding-top: 185px !important;
}

.padding-left-185 {
  padding-left: 185px !important;
}

.padding-bottom-185 {
  padding-bottom: 185px !important;
}

.padding-right-185 {
  padding-right: 185px !important;
}

.padding-top-186 {
  padding-top: 186px !important;
}

.padding-left-186 {
  padding-left: 186px !important;
}

.padding-bottom-186 {
  padding-bottom: 186px !important;
}

.padding-right-186 {
  padding-right: 186px !important;
}

.padding-top-187 {
  padding-top: 187px !important;
}

.padding-left-187 {
  padding-left: 187px !important;
}

.padding-bottom-187 {
  padding-bottom: 187px !important;
}

.padding-right-187 {
  padding-right: 187px !important;
}

.padding-top-188 {
  padding-top: 188px !important;
}

.padding-left-188 {
  padding-left: 188px !important;
}

.padding-bottom-188 {
  padding-bottom: 188px !important;
}

.padding-right-188 {
  padding-right: 188px !important;
}

.padding-top-189 {
  padding-top: 189px !important;
}

.padding-left-189 {
  padding-left: 189px !important;
}

.padding-bottom-189 {
  padding-bottom: 189px !important;
}

.padding-right-189 {
  padding-right: 189px !important;
}

.padding-top-190 {
  padding-top: 190px !important;
}

.padding-left-190 {
  padding-left: 190px !important;
}

.padding-bottom-190 {
  padding-bottom: 190px !important;
}

.padding-right-190 {
  padding-right: 190px !important;
}

.padding-top-191 {
  padding-top: 191px !important;
}

.padding-left-191 {
  padding-left: 191px !important;
}

.padding-bottom-191 {
  padding-bottom: 191px !important;
}

.padding-right-191 {
  padding-right: 191px !important;
}

.padding-top-192 {
  padding-top: 192px !important;
}

.padding-left-192 {
  padding-left: 192px !important;
}

.padding-bottom-192 {
  padding-bottom: 192px !important;
}

.padding-right-192 {
  padding-right: 192px !important;
}

.padding-top-193 {
  padding-top: 193px !important;
}

.padding-left-193 {
  padding-left: 193px !important;
}

.padding-bottom-193 {
  padding-bottom: 193px !important;
}

.padding-right-193 {
  padding-right: 193px !important;
}

.padding-top-194 {
  padding-top: 194px !important;
}

.padding-left-194 {
  padding-left: 194px !important;
}

.padding-bottom-194 {
  padding-bottom: 194px !important;
}

.padding-right-194 {
  padding-right: 194px !important;
}

.padding-top-195 {
  padding-top: 195px !important;
}

.padding-left-195 {
  padding-left: 195px !important;
}

.padding-bottom-195 {
  padding-bottom: 195px !important;
}

.padding-right-195 {
  padding-right: 195px !important;
}

.padding-top-196 {
  padding-top: 196px !important;
}

.padding-left-196 {
  padding-left: 196px !important;
}

.padding-bottom-196 {
  padding-bottom: 196px !important;
}

.padding-right-196 {
  padding-right: 196px !important;
}

.padding-top-197 {
  padding-top: 197px !important;
}

.padding-left-197 {
  padding-left: 197px !important;
}

.padding-bottom-197 {
  padding-bottom: 197px !important;
}

.padding-right-197 {
  padding-right: 197px !important;
}

.padding-top-198 {
  padding-top: 198px !important;
}

.padding-left-198 {
  padding-left: 198px !important;
}

.padding-bottom-198 {
  padding-bottom: 198px !important;
}

.padding-right-198 {
  padding-right: 198px !important;
}

.padding-top-199 {
  padding-top: 199px !important;
}

.padding-left-199 {
  padding-left: 199px !important;
}

.padding-bottom-199 {
  padding-bottom: 199px !important;
}

.padding-right-199 {
  padding-right: 199px !important;
}

.padding-top-200 {
  padding-top: 200px !important;
}

.padding-left-200 {
  padding-left: 200px !important;
}

.padding-bottom-200 {
  padding-bottom: 200px !important;
}

.padding-right-200 {
  padding-right: 200px !important;
}

.padding-top-201 {
  padding-top: 201px !important;
}

.padding-left-201 {
  padding-left: 201px !important;
}

.padding-bottom-201 {
  padding-bottom: 201px !important;
}

.padding-right-201 {
  padding-right: 201px !important;
}

.padding-top-202 {
  padding-top: 202px !important;
}

.padding-left-202 {
  padding-left: 202px !important;
}

.padding-bottom-202 {
  padding-bottom: 202px !important;
}

.padding-right-202 {
  padding-right: 202px !important;
}

.padding-top-203 {
  padding-top: 203px !important;
}

.padding-left-203 {
  padding-left: 203px !important;
}

.padding-bottom-203 {
  padding-bottom: 203px !important;
}

.padding-right-203 {
  padding-right: 203px !important;
}

.padding-top-204 {
  padding-top: 204px !important;
}

.padding-left-204 {
  padding-left: 204px !important;
}

.padding-bottom-204 {
  padding-bottom: 204px !important;
}

.padding-right-204 {
  padding-right: 204px !important;
}

.padding-top-205 {
  padding-top: 205px !important;
}

.padding-left-205 {
  padding-left: 205px !important;
}

.padding-bottom-205 {
  padding-bottom: 205px !important;
}

.padding-right-205 {
  padding-right: 205px !important;
}

.padding-top-206 {
  padding-top: 206px !important;
}

.padding-left-206 {
  padding-left: 206px !important;
}

.padding-bottom-206 {
  padding-bottom: 206px !important;
}

.padding-right-206 {
  padding-right: 206px !important;
}

.padding-top-207 {
  padding-top: 207px !important;
}

.padding-left-207 {
  padding-left: 207px !important;
}

.padding-bottom-207 {
  padding-bottom: 207px !important;
}

.padding-right-207 {
  padding-right: 207px !important;
}

.padding-top-208 {
  padding-top: 208px !important;
}

.padding-left-208 {
  padding-left: 208px !important;
}

.padding-bottom-208 {
  padding-bottom: 208px !important;
}

.padding-right-208 {
  padding-right: 208px !important;
}

.padding-top-209 {
  padding-top: 209px !important;
}

.padding-left-209 {
  padding-left: 209px !important;
}

.padding-bottom-209 {
  padding-bottom: 209px !important;
}

.padding-right-209 {
  padding-right: 209px !important;
}

.padding-top-210 {
  padding-top: 210px !important;
}

.padding-left-210 {
  padding-left: 210px !important;
}

.padding-bottom-210 {
  padding-bottom: 210px !important;
}

.padding-right-210 {
  padding-right: 210px !important;
}

.padding-top-211 {
  padding-top: 211px !important;
}

.padding-left-211 {
  padding-left: 211px !important;
}

.padding-bottom-211 {
  padding-bottom: 211px !important;
}

.padding-right-211 {
  padding-right: 211px !important;
}

.padding-top-212 {
  padding-top: 212px !important;
}

.padding-left-212 {
  padding-left: 212px !important;
}

.padding-bottom-212 {
  padding-bottom: 212px !important;
}

.padding-right-212 {
  padding-right: 212px !important;
}

.padding-top-213 {
  padding-top: 213px !important;
}

.padding-left-213 {
  padding-left: 213px !important;
}

.padding-bottom-213 {
  padding-bottom: 213px !important;
}

.padding-right-213 {
  padding-right: 213px !important;
}

.padding-top-214 {
  padding-top: 214px !important;
}

.padding-left-214 {
  padding-left: 214px !important;
}

.padding-bottom-214 {
  padding-bottom: 214px !important;
}

.padding-right-214 {
  padding-right: 214px !important;
}

.padding-top-215 {
  padding-top: 215px !important;
}

.padding-left-215 {
  padding-left: 215px !important;
}

.padding-bottom-215 {
  padding-bottom: 215px !important;
}

.padding-right-215 {
  padding-right: 215px !important;
}

.padding-top-216 {
  padding-top: 216px !important;
}

.padding-left-216 {
  padding-left: 216px !important;
}

.padding-bottom-216 {
  padding-bottom: 216px !important;
}

.padding-right-216 {
  padding-right: 216px !important;
}

.padding-top-217 {
  padding-top: 217px !important;
}

.padding-left-217 {
  padding-left: 217px !important;
}

.padding-bottom-217 {
  padding-bottom: 217px !important;
}

.padding-right-217 {
  padding-right: 217px !important;
}

.padding-top-218 {
  padding-top: 218px !important;
}

.padding-left-218 {
  padding-left: 218px !important;
}

.padding-bottom-218 {
  padding-bottom: 218px !important;
}

.padding-right-218 {
  padding-right: 218px !important;
}

.padding-top-219 {
  padding-top: 219px !important;
}

.padding-left-219 {
  padding-left: 219px !important;
}

.padding-bottom-219 {
  padding-bottom: 219px !important;
}

.padding-right-219 {
  padding-right: 219px !important;
}

.padding-top-220 {
  padding-top: 220px !important;
}

.padding-left-220 {
  padding-left: 220px !important;
}

.padding-bottom-220 {
  padding-bottom: 220px !important;
}

.padding-right-220 {
  padding-right: 220px !important;
}

.padding-top-221 {
  padding-top: 221px !important;
}

.padding-left-221 {
  padding-left: 221px !important;
}

.padding-bottom-221 {
  padding-bottom: 221px !important;
}

.padding-right-221 {
  padding-right: 221px !important;
}

.padding-top-222 {
  padding-top: 222px !important;
}

.padding-left-222 {
  padding-left: 222px !important;
}

.padding-bottom-222 {
  padding-bottom: 222px !important;
}

.padding-right-222 {
  padding-right: 222px !important;
}

.padding-top-223 {
  padding-top: 223px !important;
}

.padding-left-223 {
  padding-left: 223px !important;
}

.padding-bottom-223 {
  padding-bottom: 223px !important;
}

.padding-right-223 {
  padding-right: 223px !important;
}

.padding-top-224 {
  padding-top: 224px !important;
}

.padding-left-224 {
  padding-left: 224px !important;
}

.padding-bottom-224 {
  padding-bottom: 224px !important;
}

.padding-right-224 {
  padding-right: 224px !important;
}

.padding-top-225 {
  padding-top: 225px !important;
}

.padding-left-225 {
  padding-left: 225px !important;
}

.padding-bottom-225 {
  padding-bottom: 225px !important;
}

.padding-right-225 {
  padding-right: 225px !important;
}

.padding-top-226 {
  padding-top: 226px !important;
}

.padding-left-226 {
  padding-left: 226px !important;
}

.padding-bottom-226 {
  padding-bottom: 226px !important;
}

.padding-right-226 {
  padding-right: 226px !important;
}

.padding-top-227 {
  padding-top: 227px !important;
}

.padding-left-227 {
  padding-left: 227px !important;
}

.padding-bottom-227 {
  padding-bottom: 227px !important;
}

.padding-right-227 {
  padding-right: 227px !important;
}

.padding-top-228 {
  padding-top: 228px !important;
}

.padding-left-228 {
  padding-left: 228px !important;
}

.padding-bottom-228 {
  padding-bottom: 228px !important;
}

.padding-right-228 {
  padding-right: 228px !important;
}

.padding-top-229 {
  padding-top: 229px !important;
}

.padding-left-229 {
  padding-left: 229px !important;
}

.padding-bottom-229 {
  padding-bottom: 229px !important;
}

.padding-right-229 {
  padding-right: 229px !important;
}

.padding-top-230 {
  padding-top: 230px !important;
}

.padding-left-230 {
  padding-left: 230px !important;
}

.padding-bottom-230 {
  padding-bottom: 230px !important;
}

.padding-right-230 {
  padding-right: 230px !important;
}

.padding-top-231 {
  padding-top: 231px !important;
}

.padding-left-231 {
  padding-left: 231px !important;
}

.padding-bottom-231 {
  padding-bottom: 231px !important;
}

.padding-right-231 {
  padding-right: 231px !important;
}

.padding-top-232 {
  padding-top: 232px !important;
}

.padding-left-232 {
  padding-left: 232px !important;
}

.padding-bottom-232 {
  padding-bottom: 232px !important;
}

.padding-right-232 {
  padding-right: 232px !important;
}

.padding-top-233 {
  padding-top: 233px !important;
}

.padding-left-233 {
  padding-left: 233px !important;
}

.padding-bottom-233 {
  padding-bottom: 233px !important;
}

.padding-right-233 {
  padding-right: 233px !important;
}

.padding-top-234 {
  padding-top: 234px !important;
}

.padding-left-234 {
  padding-left: 234px !important;
}

.padding-bottom-234 {
  padding-bottom: 234px !important;
}

.padding-right-234 {
  padding-right: 234px !important;
}

.padding-top-235 {
  padding-top: 235px !important;
}

.padding-left-235 {
  padding-left: 235px !important;
}

.padding-bottom-235 {
  padding-bottom: 235px !important;
}

.padding-right-235 {
  padding-right: 235px !important;
}

.padding-top-236 {
  padding-top: 236px !important;
}

.padding-left-236 {
  padding-left: 236px !important;
}

.padding-bottom-236 {
  padding-bottom: 236px !important;
}

.padding-right-236 {
  padding-right: 236px !important;
}

.padding-top-237 {
  padding-top: 237px !important;
}

.padding-left-237 {
  padding-left: 237px !important;
}

.padding-bottom-237 {
  padding-bottom: 237px !important;
}

.padding-right-237 {
  padding-right: 237px !important;
}

.padding-top-238 {
  padding-top: 238px !important;
}

.padding-left-238 {
  padding-left: 238px !important;
}

.padding-bottom-238 {
  padding-bottom: 238px !important;
}

.padding-right-238 {
  padding-right: 238px !important;
}

.padding-top-239 {
  padding-top: 239px !important;
}

.padding-left-239 {
  padding-left: 239px !important;
}

.padding-bottom-239 {
  padding-bottom: 239px !important;
}

.padding-right-239 {
  padding-right: 239px !important;
}

.padding-top-240 {
  padding-top: 240px !important;
}

.padding-left-240 {
  padding-left: 240px !important;
}

.padding-bottom-240 {
  padding-bottom: 240px !important;
}

.padding-right-240 {
  padding-right: 240px !important;
}

.padding-top-241 {
  padding-top: 241px !important;
}

.padding-left-241 {
  padding-left: 241px !important;
}

.padding-bottom-241 {
  padding-bottom: 241px !important;
}

.padding-right-241 {
  padding-right: 241px !important;
}

.padding-top-242 {
  padding-top: 242px !important;
}

.padding-left-242 {
  padding-left: 242px !important;
}

.padding-bottom-242 {
  padding-bottom: 242px !important;
}

.padding-right-242 {
  padding-right: 242px !important;
}

.padding-top-243 {
  padding-top: 243px !important;
}

.padding-left-243 {
  padding-left: 243px !important;
}

.padding-bottom-243 {
  padding-bottom: 243px !important;
}

.padding-right-243 {
  padding-right: 243px !important;
}

.padding-top-244 {
  padding-top: 244px !important;
}

.padding-left-244 {
  padding-left: 244px !important;
}

.padding-bottom-244 {
  padding-bottom: 244px !important;
}

.padding-right-244 {
  padding-right: 244px !important;
}

.padding-top-245 {
  padding-top: 245px !important;
}

.padding-left-245 {
  padding-left: 245px !important;
}

.padding-bottom-245 {
  padding-bottom: 245px !important;
}

.padding-right-245 {
  padding-right: 245px !important;
}

.padding-top-246 {
  padding-top: 246px !important;
}

.padding-left-246 {
  padding-left: 246px !important;
}

.padding-bottom-246 {
  padding-bottom: 246px !important;
}

.padding-right-246 {
  padding-right: 246px !important;
}

.padding-top-247 {
  padding-top: 247px !important;
}

.padding-left-247 {
  padding-left: 247px !important;
}

.padding-bottom-247 {
  padding-bottom: 247px !important;
}

.padding-right-247 {
  padding-right: 247px !important;
}

.padding-top-248 {
  padding-top: 248px !important;
}

.padding-left-248 {
  padding-left: 248px !important;
}

.padding-bottom-248 {
  padding-bottom: 248px !important;
}

.padding-right-248 {
  padding-right: 248px !important;
}

.padding-top-249 {
  padding-top: 249px !important;
}

.padding-left-249 {
  padding-left: 249px !important;
}

.padding-bottom-249 {
  padding-bottom: 249px !important;
}

.padding-right-249 {
  padding-right: 249px !important;
}

.padding-top-250 {
  padding-top: 250px !important;
}

.padding-left-250 {
  padding-left: 250px !important;
}

.padding-bottom-250 {
  padding-bottom: 250px !important;
}

.padding-right-250 {
  padding-right: 250px !important;
}

.padding-top-251 {
  padding-top: 251px !important;
}

.padding-left-251 {
  padding-left: 251px !important;
}

.padding-bottom-251 {
  padding-bottom: 251px !important;
}

.padding-right-251 {
  padding-right: 251px !important;
}

.padding-top-252 {
  padding-top: 252px !important;
}

.padding-left-252 {
  padding-left: 252px !important;
}

.padding-bottom-252 {
  padding-bottom: 252px !important;
}

.padding-right-252 {
  padding-right: 252px !important;
}

.padding-top-253 {
  padding-top: 253px !important;
}

.padding-left-253 {
  padding-left: 253px !important;
}

.padding-bottom-253 {
  padding-bottom: 253px !important;
}

.padding-right-253 {
  padding-right: 253px !important;
}

.padding-top-254 {
  padding-top: 254px !important;
}

.padding-left-254 {
  padding-left: 254px !important;
}

.padding-bottom-254 {
  padding-bottom: 254px !important;
}

.padding-right-254 {
  padding-right: 254px !important;
}

.padding-top-255 {
  padding-top: 255px !important;
}

.padding-left-255 {
  padding-left: 255px !important;
}

.padding-bottom-255 {
  padding-bottom: 255px !important;
}

.padding-right-255 {
  padding-right: 255px !important;
}

.padding-top-256 {
  padding-top: 256px !important;
}

.padding-left-256 {
  padding-left: 256px !important;
}

.padding-bottom-256 {
  padding-bottom: 256px !important;
}

.padding-right-256 {
  padding-right: 256px !important;
}

.padding-top-257 {
  padding-top: 257px !important;
}

.padding-left-257 {
  padding-left: 257px !important;
}

.padding-bottom-257 {
  padding-bottom: 257px !important;
}

.padding-right-257 {
  padding-right: 257px !important;
}

.padding-top-258 {
  padding-top: 258px !important;
}

.padding-left-258 {
  padding-left: 258px !important;
}

.padding-bottom-258 {
  padding-bottom: 258px !important;
}

.padding-right-258 {
  padding-right: 258px !important;
}

.padding-top-259 {
  padding-top: 259px !important;
}

.padding-left-259 {
  padding-left: 259px !important;
}

.padding-bottom-259 {
  padding-bottom: 259px !important;
}

.padding-right-259 {
  padding-right: 259px !important;
}

.padding-top-260 {
  padding-top: 260px !important;
}

.padding-left-260 {
  padding-left: 260px !important;
}

.padding-bottom-260 {
  padding-bottom: 260px !important;
}

.padding-right-260 {
  padding-right: 260px !important;
}

.padding-top-261 {
  padding-top: 261px !important;
}

.padding-left-261 {
  padding-left: 261px !important;
}

.padding-bottom-261 {
  padding-bottom: 261px !important;
}

.padding-right-261 {
  padding-right: 261px !important;
}

.padding-top-262 {
  padding-top: 262px !important;
}

.padding-left-262 {
  padding-left: 262px !important;
}

.padding-bottom-262 {
  padding-bottom: 262px !important;
}

.padding-right-262 {
  padding-right: 262px !important;
}

.padding-top-263 {
  padding-top: 263px !important;
}

.padding-left-263 {
  padding-left: 263px !important;
}

.padding-bottom-263 {
  padding-bottom: 263px !important;
}

.padding-right-263 {
  padding-right: 263px !important;
}

.padding-top-264 {
  padding-top: 264px !important;
}

.padding-left-264 {
  padding-left: 264px !important;
}

.padding-bottom-264 {
  padding-bottom: 264px !important;
}

.padding-right-264 {
  padding-right: 264px !important;
}

.padding-top-265 {
  padding-top: 265px !important;
}

.padding-left-265 {
  padding-left: 265px !important;
}

.padding-bottom-265 {
  padding-bottom: 265px !important;
}

.padding-right-265 {
  padding-right: 265px !important;
}

.padding-top-266 {
  padding-top: 266px !important;
}

.padding-left-266 {
  padding-left: 266px !important;
}

.padding-bottom-266 {
  padding-bottom: 266px !important;
}

.padding-right-266 {
  padding-right: 266px !important;
}

.padding-top-267 {
  padding-top: 267px !important;
}

.padding-left-267 {
  padding-left: 267px !important;
}

.padding-bottom-267 {
  padding-bottom: 267px !important;
}

.padding-right-267 {
  padding-right: 267px !important;
}

.padding-top-268 {
  padding-top: 268px !important;
}

.padding-left-268 {
  padding-left: 268px !important;
}

.padding-bottom-268 {
  padding-bottom: 268px !important;
}

.padding-right-268 {
  padding-right: 268px !important;
}

.padding-top-269 {
  padding-top: 269px !important;
}

.padding-left-269 {
  padding-left: 269px !important;
}

.padding-bottom-269 {
  padding-bottom: 269px !important;
}

.padding-right-269 {
  padding-right: 269px !important;
}

.padding-top-270 {
  padding-top: 270px !important;
}

.padding-left-270 {
  padding-left: 270px !important;
}

.padding-bottom-270 {
  padding-bottom: 270px !important;
}

.padding-right-270 {
  padding-right: 270px !important;
}

.padding-top-271 {
  padding-top: 271px !important;
}

.padding-left-271 {
  padding-left: 271px !important;
}

.padding-bottom-271 {
  padding-bottom: 271px !important;
}

.padding-right-271 {
  padding-right: 271px !important;
}

.padding-top-272 {
  padding-top: 272px !important;
}

.padding-left-272 {
  padding-left: 272px !important;
}

.padding-bottom-272 {
  padding-bottom: 272px !important;
}

.padding-right-272 {
  padding-right: 272px !important;
}

.padding-top-273 {
  padding-top: 273px !important;
}

.padding-left-273 {
  padding-left: 273px !important;
}

.padding-bottom-273 {
  padding-bottom: 273px !important;
}

.padding-right-273 {
  padding-right: 273px !important;
}

.padding-top-274 {
  padding-top: 274px !important;
}

.padding-left-274 {
  padding-left: 274px !important;
}

.padding-bottom-274 {
  padding-bottom: 274px !important;
}

.padding-right-274 {
  padding-right: 274px !important;
}

.padding-top-275 {
  padding-top: 275px !important;
}

.padding-left-275 {
  padding-left: 275px !important;
}

.padding-bottom-275 {
  padding-bottom: 275px !important;
}

.padding-right-275 {
  padding-right: 275px !important;
}

.padding-top-276 {
  padding-top: 276px !important;
}

.padding-left-276 {
  padding-left: 276px !important;
}

.padding-bottom-276 {
  padding-bottom: 276px !important;
}

.padding-right-276 {
  padding-right: 276px !important;
}

.padding-top-277 {
  padding-top: 277px !important;
}

.padding-left-277 {
  padding-left: 277px !important;
}

.padding-bottom-277 {
  padding-bottom: 277px !important;
}

.padding-right-277 {
  padding-right: 277px !important;
}

.padding-top-278 {
  padding-top: 278px !important;
}

.padding-left-278 {
  padding-left: 278px !important;
}

.padding-bottom-278 {
  padding-bottom: 278px !important;
}

.padding-right-278 {
  padding-right: 278px !important;
}

.padding-top-279 {
  padding-top: 279px !important;
}

.padding-left-279 {
  padding-left: 279px !important;
}

.padding-bottom-279 {
  padding-bottom: 279px !important;
}

.padding-right-279 {
  padding-right: 279px !important;
}

.padding-top-280 {
  padding-top: 280px !important;
}

.padding-left-280 {
  padding-left: 280px !important;
}

.padding-bottom-280 {
  padding-bottom: 280px !important;
}

.padding-right-280 {
  padding-right: 280px !important;
}

.padding-top-281 {
  padding-top: 281px !important;
}

.padding-left-281 {
  padding-left: 281px !important;
}

.padding-bottom-281 {
  padding-bottom: 281px !important;
}

.padding-right-281 {
  padding-right: 281px !important;
}

.padding-top-282 {
  padding-top: 282px !important;
}

.padding-left-282 {
  padding-left: 282px !important;
}

.padding-bottom-282 {
  padding-bottom: 282px !important;
}

.padding-right-282 {
  padding-right: 282px !important;
}

.padding-top-283 {
  padding-top: 283px !important;
}

.padding-left-283 {
  padding-left: 283px !important;
}

.padding-bottom-283 {
  padding-bottom: 283px !important;
}

.padding-right-283 {
  padding-right: 283px !important;
}

.padding-top-284 {
  padding-top: 284px !important;
}

.padding-left-284 {
  padding-left: 284px !important;
}

.padding-bottom-284 {
  padding-bottom: 284px !important;
}

.padding-right-284 {
  padding-right: 284px !important;
}

.padding-top-285 {
  padding-top: 285px !important;
}

.padding-left-285 {
  padding-left: 285px !important;
}

.padding-bottom-285 {
  padding-bottom: 285px !important;
}

.padding-right-285 {
  padding-right: 285px !important;
}

.padding-top-286 {
  padding-top: 286px !important;
}

.padding-left-286 {
  padding-left: 286px !important;
}

.padding-bottom-286 {
  padding-bottom: 286px !important;
}

.padding-right-286 {
  padding-right: 286px !important;
}

.padding-top-287 {
  padding-top: 287px !important;
}

.padding-left-287 {
  padding-left: 287px !important;
}

.padding-bottom-287 {
  padding-bottom: 287px !important;
}

.padding-right-287 {
  padding-right: 287px !important;
}

.padding-top-288 {
  padding-top: 288px !important;
}

.padding-left-288 {
  padding-left: 288px !important;
}

.padding-bottom-288 {
  padding-bottom: 288px !important;
}

.padding-right-288 {
  padding-right: 288px !important;
}

.padding-top-289 {
  padding-top: 289px !important;
}

.padding-left-289 {
  padding-left: 289px !important;
}

.padding-bottom-289 {
  padding-bottom: 289px !important;
}

.padding-right-289 {
  padding-right: 289px !important;
}

.padding-top-290 {
  padding-top: 290px !important;
}

.padding-left-290 {
  padding-left: 290px !important;
}

.padding-bottom-290 {
  padding-bottom: 290px !important;
}

.padding-right-290 {
  padding-right: 290px !important;
}

.padding-top-291 {
  padding-top: 291px !important;
}

.padding-left-291 {
  padding-left: 291px !important;
}

.padding-bottom-291 {
  padding-bottom: 291px !important;
}

.padding-right-291 {
  padding-right: 291px !important;
}

.padding-top-292 {
  padding-top: 292px !important;
}

.padding-left-292 {
  padding-left: 292px !important;
}

.padding-bottom-292 {
  padding-bottom: 292px !important;
}

.padding-right-292 {
  padding-right: 292px !important;
}

.padding-top-293 {
  padding-top: 293px !important;
}

.padding-left-293 {
  padding-left: 293px !important;
}

.padding-bottom-293 {
  padding-bottom: 293px !important;
}

.padding-right-293 {
  padding-right: 293px !important;
}

.padding-top-294 {
  padding-top: 294px !important;
}

.padding-left-294 {
  padding-left: 294px !important;
}

.padding-bottom-294 {
  padding-bottom: 294px !important;
}

.padding-right-294 {
  padding-right: 294px !important;
}

.padding-top-295 {
  padding-top: 295px !important;
}

.padding-left-295 {
  padding-left: 295px !important;
}

.padding-bottom-295 {
  padding-bottom: 295px !important;
}

.padding-right-295 {
  padding-right: 295px !important;
}

.padding-top-296 {
  padding-top: 296px !important;
}

.padding-left-296 {
  padding-left: 296px !important;
}

.padding-bottom-296 {
  padding-bottom: 296px !important;
}

.padding-right-296 {
  padding-right: 296px !important;
}

.padding-top-297 {
  padding-top: 297px !important;
}

.padding-left-297 {
  padding-left: 297px !important;
}

.padding-bottom-297 {
  padding-bottom: 297px !important;
}

.padding-right-297 {
  padding-right: 297px !important;
}

.padding-top-298 {
  padding-top: 298px !important;
}

.padding-left-298 {
  padding-left: 298px !important;
}

.padding-bottom-298 {
  padding-bottom: 298px !important;
}

.padding-right-298 {
  padding-right: 298px !important;
}

.padding-top-299 {
  padding-top: 299px !important;
}

.padding-left-299 {
  padding-left: 299px !important;
}

.padding-bottom-299 {
  padding-bottom: 299px !important;
}

.padding-right-299 {
  padding-right: 299px !important;
}

.padding-top-300 {
  padding-top: 300px !important;
}

.padding-left-300 {
  padding-left: 300px !important;
}

.padding-bottom-300 {
  padding-bottom: 300px !important;
}

.padding-right-300 {
  padding-right: 300px !important;
}

@-webkit-keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@-webkit-keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes autofill {
  to {
    color: #555555;
    background: transparent;
  }
}

.hover-zoom {
  position: relative;
  overflow: hidden;
}

.hover-zoom img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .hover-zoom img {
    will-change: transform;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.hover-zoom:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .hover-zoom:hover img {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
}

.hover-zoom > * {
  overflow: hidden;
}

.hover-zoom-bg {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .hover-zoom-bg > div {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .hover-zoom-bg:hover > div {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hover-zoom-bg > div {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .hover-zoom-bg:hover > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

/* 10. effect */
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes apus-pulse {
  0% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  33% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
}

.effect-1 {
  position: relative;
}

.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  margin: auto;
}

.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: #dcc397;
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center, center;
  -moz-transform-origin: center, center;
  -ms-transform-origin: center, center;
  transform-origin: center, center;
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.filter-grayscale, .widget .widget_sp_image-image-link img {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.tab-pane {
  outline: none;
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  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;
}

.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
  right: 0;
  left: auto;
}

.image-overlay-1:after {
  top: -100%;
}

.image-overlay-1:before {
  bottom: -100%;
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-plus-1 {
  position: relative;
}

.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  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;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}

.rtl .image-plus-1::before {
  right: 0;
  left: auto;
}

.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.image-plus-2 {
  position: relative;
}

.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
}

.rtl .image-plus-2::before {
  right: 0;
  left: auto;
}

.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
}

.image-plus-3 {
  position: relative;
}

.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  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;
  background: rgba(0, 0, 0, 0.8);
}

.rtl .image-plus-3::before {
  right: 0;
  left: auto;
}

.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}

.icon-effect-1 {
  position: relative;
}

.icon-effect-1:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}

.icon-effect-1:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* 1. base */
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

embed,
iframe,
object {
  max-width: 100%;
}

svg {
  fill: currentColor;
  -webkit-transition: fill 0.5s ease-in-out;
  -o-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}

.custom-logo-link {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .custom-logo-link {
  display: inline;
  zoom: 1;
}

blockquote cite {
  font-size: 18px;
  font-style: normal;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

pre {
  font-size: 18px;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.625;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 16px;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  background: transparent;
  color: #53585a;
}

abbr,
acronym {
  border-bottom: 1px dotted #53585a;
  cursor: help;
  text-decoration: none;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

figcaption {
  margin-top: 15px;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

::-moz-selection {
  background-color: #53585a;
}

::selection {
  background-color: #53585a;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 30px 0;
}

hr {
  background-color: #e6e6e6;
  border: 0;
  height: 2px;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

figure {
  margin: 0;
}

blockquote {
  margin-left: 0;
  padding: 0 0 0 30px;
}

blockquote > p {
  margin: 0 0 10px;
  text-transform: none;
}

blockquote cite {
  color: #777777;
}

ul,
ol {
  padding-left: 22px;
}

.rtl ul, .rtl
ol {
  padding-right: 22px;
  padding-left: inherit;
}

ul {
  list-style: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.8;
}

li > ul,
li > ol {
  padding-left: 20px;
}

.rtl li > ul, .rtl
li > ol {
  padding-right: 20px;
  padding-left: inherit;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 30px 30px;
}

table {
  margin: 0 0 40px;
  border-collapse: collapse;
  width: 100%;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

table td,
table th {
  padding: 0.5em;
  word-break: normal;
  border: 1px solid #e6e6e6;
}

table > thead > tr > th,
table > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.col-header-left .logo-in-theme {
  max-width: 92px;
  margin: 0px;
}

@media only screen and (min-width: 768px) {
  .col-header-left .logo-in-theme {
    margin-right: 92px;
  }
  .rtl .col-header-left .logo-in-theme {
    margin-left: 92px;
    margin-right: inherit;
  }
}

fieldset {
  clear: both;
  overflow: hidden;
}

.woocommerce input.button {
  background: #d4edda;
  color: #fff;
  padding: 15px 20px;
  border: none;
}

.woocommerce input.button:hover, .woocommerce input.button:active {
  color: #fff;
  background: #b0debb;
}

.site-logo {
  display: inline-block;
  line-height: 1;
  font-size: 33px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.site-logo a {
  display: inline-block;
  color: #000 !important;
  line-height: 1;
}

.post-password-form p:before, .post-password-form p:after {
  content: " ";
  display: table;
}

.post-password-form p:after {
  clear: both;
}

.post-password-form p label {
  margin-bottom: 10px;
  float: left;
}

.rtl .post-password-form p label {
  float: right;
}

@media only screen and (min-width: 768px) {
  .post-password-form p label {
    margin-bottom: 0;
  }
}

.post-password-form input[type="submit"] {
  float: none;
}

@media only screen and (min-width: 768px) {
  .post-password-form input[type="submit"] {
    float: left;
  }
  .rtl .post-password-form input[type="submit"] {
    float: right;
  }
}

.post-password-form input[type="submit"]:hover {
  color: #fff;
  background-color: #dcc397;
}

.post-password-form input[type="submit"]:focus {
  color: #fff;
  background-color: #dcc397;
}

.post-password-form input[type="submit"]:focus-within {
  color: #fff;
  background-color: #dcc397;
}

.post-password-form input[type="submit"]:active {
  color: #fff;
  background-color: #dcc397;
}

.btn-search-top {
  cursor: pointer;
  display: inline-block;
}

.input-group .btn, .input-group .viewmore-products-btn {
  border-width: 1px;
}

a:focus,
.btn:focus,
.viewmore-products-btn:focus {
  outline: none !important;
}

.list,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-body {
  width: 10000px;
}

::-moz-selection {
  color: #fff;
  background: #1b251f;
}

::selection {
  color: #fff;
  background: #1b251f;
}

.pswp__item {
  cursor: move;
}

.no-border {
  border: none !important;
}

.no-border:before {
  display: none !important;
}

.wpb_widgetised_column {
  margin: 0;
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle;
}

.topmenu-menu-line li .space {
  margin: 0 3px;
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px;
}

.top-menu-mobile .navbar-nav > li > a {
  padding: 2px 15px;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}

.action[aria-expanded="true"] b {
  border: none;
}

.action[aria-expanded="true"] b:before {
  font-family: "FontAwesome";
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

ul.list-square {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list-square > li {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}

ul.list-square > li.active > a, ul.list-square > li:hover > a {
  color: #dcc397;
}

ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: #dcc397;
}

ul.list-square > li > a {
  display: block;
  padding-left: 21px;
  position: relative;
}

.rtl ul.list-square > li > a {
  padding-right: 21px;
  padding-left: inherit;
}

ul.list-square > li > a:before {
  content: '';
  background: #53585a;
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rtl ul.list-square > li > a:before {
  right: 0;
  left: auto;
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  color: #fff;
}

.apus-breadscrumb {
  color: #fff;
  margin: 0 0 58px 0;
  position: relative;
  background-color: #53585a;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1168px) {
  .apus-breadscrumb {
    margin: 0 0 110px 0;
    background-attachment: fixed;
  }
}

.apus-breadscrumb .page-bread-title {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 8px 0;
  color: inherit;
  letter-spacing: normal;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .apus-breadscrumb .page-bread-title {
    margin: 0 0 15px 0;
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .page-bread-title {
    font-size: 48px;
    line-height: 60px;
    padding: 0px;
  }
}

.apus-breadscrumb .page-bread-title span {
  position: relative;
  background-image: linear-gradient(#dcc397, #dcc397);
  background-position: 0% 98%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.apus-breadscrumb i {
  margin-right: 5px;
}

.rtl .apus-breadscrumb i {
  margin-left: 5px;
  margin-right: inherit;
}

.apus-breadscrumb.has_bg {
  color: #fff;
  overflow: hidden;
}

.apus-breadscrumb.has_bg:before {
  content: "";
  background-color: rgba(37, 37, 37, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}

.rtl .apus-breadscrumb.has_bg:before {
  right: 0;
  left: auto;
}

.apus-breadscrumb.has_bg .breadcrumb {
  color: #fff;
}

.apus-breadscrumb.has_bg .breadcrumb > a + li:before,
.apus-breadscrumb.has_bg .breadcrumb > li + a:before,
.apus-breadscrumb.has_bg .breadcrumb > li + li:before {
  color: #fff !important;
}

.apus-breadscrumb.has_bg .breadcrumb .active {
  color: #fff;
}

.apus-breadscrumb.has_bg .breadcrumb a {
  color: #fff;
}

.apus-breadscrumb.has_bg .breadcrumb a:hover {
  color: #dcc397;
}

.apus-breadscrumb.has_bg .breadcrumb a:focus {
  color: #dcc397;
}

.apus-breadscrumb.has_bg .breadcrumb a:focus-within {
  color: #dcc397;
}

.apus-breadscrumb.has_bg .breadcrumb a:active {
  color: #dcc397;
}

.apus-breadscrumb.has_bg .page-bread-title {
  color: #fff;
}

.apus-breadscrumb.has_bg a {
  color: #fff;
}

.apus-breadscrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-align: center;
}

.apus-breadscrumb .breadcrumb .active {
  color: #fff;
}

.apus-breadscrumb .breadcrumb a {
  color: #fff;
}

.apus-breadscrumb .breadcrumb a:hover {
  color: #dcc397;
}

.apus-breadscrumb .breadcrumb a:focus {
  color: #dcc397;
}

.apus-breadscrumb .breadcrumb a:focus-within {
  color: #dcc397;
}

.apus-breadscrumb .breadcrumb a:active {
  color: #dcc397;
}

.apus-breadscrumb .wrapper-breads {
  height: 180px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .apus-breadscrumb .wrapper-breads {
    height: 200px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .wrapper-breads {
    height: 356px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-breadscrumb.no-title .wrapper-breads {
    padding: 30px 0;
  }
}

.apus-breadscrumb .bread-title {
  text-transform: capitalize;
  margin: 0 0 10px 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.41667;
}

@media only screen and (min-width: 768px) {
  .apus-breadscrumb .bread-title {
    font-size: 30px;
    line-height: 1.33333;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .bread-title {
    font-size: 80px;
    line-height: 90px;
    margin: 0 0 26px 0;
  }
}

.search-form input,
.search-form .btn,
.search-form .viewmore-products-btn {
  background: #ebedee;
  border-color: #ebedee;
  color: #53585a;
}

.search-form .btn, .search-form .viewmore-products-btn {
  padding: 10px 15px;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  width: 293px !important;
  background: #fff;
}

.ui-autocomplete.ui-widget-content li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.ui-autocomplete.ui-widget-content li img {
  width: 60px;
}

.main-content {
  display: block;
  padding-bottom: 58px;
}

@media only screen and (min-width: 1168px) {
  .main-content {
    padding-bottom: 116px;
  }
}

.bg-dark {
  background: #272727;
  color: #fff;
}

.text-purple {
  color: #6c58bd !important;
}

.text-red {
  color: #c32322 !important;
}

.text-red-1 {
  color: #ff0000 !important;
}

.text-orange {
  color: #f66000 !important;
}

.text-yellow {
  color: #e2d951 !important;
}

.text-black {
  color: #000 !important;
}

.text-white,
.text-light {
  color: #FFFFFF !important;
}

.text-darker {
  color: #333 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50% !important;
}

.radius-1x {
  border-radius: 10px !important;
}

.radius-2x {
  border-radius: 20px !important;
}

.radius-3x {
  border-radius: 30px !important;
}

.radius-4x {
  border-radius: 40px !important;
}

.radius-5x {
  border-radius: 5px !important;
}

.radius-6x {
  border-radius: 3px !important;
}

.owl-carousel-play {
  position: relative;
}

.owl-carousel-play .owl-item:last-child .product-wrapper {
  border: none;
}

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.add-fix-top {
  position: fixed;
  z-index: 9;
  bottom: 50px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  right: 10px;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  background: #d6b884;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.lt-ie8 .add-fix-top {
  display: inline;
  zoom: 1;
}

.add-fix-top:hover, .add-fix-top:focus, .add-fix-top:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.rtl .add-fix-top {
  left: 10px;
  right: auto;
}

.add-fix-top:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 12px;
}

@media only screen and (min-width: 1168px) {
  .add-fix-top {
    right: 30px;
  }
  .rtl .add-fix-top {
    left: 30px;
    right: auto;
  }
}

.add-fix-top i {
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .add-fix-top i {
  display: inline;
  zoom: 1;
}

.add-fix-top.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.add-fix-top.active:hover {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.add-fix-top.active:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.add-fix-top.active:focus-within {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.add-fix-top.active:active {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.add-fix-top:hover {
  border-color: #cfad71;
  background-color: #cfad71;
}

.add-fix-top:focus {
  border-color: #cfad71;
  background-color: #cfad71;
}

.add-fix-top:focus-within {
  border-color: #cfad71;
  background-color: #cfad71;
}

.add-fix-top:active {
  border-color: #cfad71;
  background-color: #cfad71;
}

.menu li {
  list-style: none;
}

.menu li > ul,
.menu li > ol {
  outline: none;
}

.apus-body-loading {
  overflow: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.apus-page-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.apus-loader-inner {
  margin: 0 auto;
  width: 150px;
  height: 75px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.apus-loader-inner > div {
  width: 8px;
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.apus-loader-inner .loader1 {
  background-color: #e39505;
}

.apus-loader-inner .loader2 {
  background-color: #ff5395;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.apus-loader-inner .loader3 {
  background-color: #84b813;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.apus-loader-inner .loader4 {
  background-color: #f38ca3;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.apus-loader-inner .loader5 {
  background-color: #da5800;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

@-webkit-keyframes delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes delay {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.tab-v1 .tabs-list {
  border: none;
  text-align: center;
  padding: 30px 0 50px;
}

.tab-v1 .tabs-list li {
  padding: 0 22px;
  margin: 0;
  display: inline-block;
  float: none;
}

.tab-v1 .tabs-list li a {
  padding: 5px 0;
  color: #777777;
  border-width: 0 0 1px !important;
  border-color: #cccccc;
  border-style: dashed;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
}

.tab-v1 .tabs-list li.active > a:active,
.tab-v1 .tabs-list li.active > a:focus,
.tab-v1 .tabs-list li.active > a, .tab-v1 .tabs-list li:hover > a:active,
.tab-v1 .tabs-list li:hover > a:focus,
.tab-v1 .tabs-list li:hover > a {
  border-color: transparent;
  color: #dcc397;
  background: transparent;
}

.tab-v1.style1 .tabs-list {
  padding: 10px 0 70px;
  text-align: right;
}

.rtl .tab-v1.style1 .tabs-list {
  text-align: left;
}

.tab-v1.style1 .tabs-list li.active, .tab-v1.style1 .tabs-list li:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.tab-v1.style1 .tabs-list li.active > a:active,
.tab-v1.style1 .tabs-list li.active > a:focus,
.tab-v1.style1 .tabs-list li.active > a, .tab-v1.style1 .tabs-list li:hover > a:active,
.tab-v1.style1 .tabs-list li:hover > a:focus,
.tab-v1.style1 .tabs-list li:hover > a {
  color: #53585a;
}

@media (min-width: 992px) {
  .tab-v1.style1 {
    padding: 0 70px;
  }
}

.tab-product-center .nav-tabs {
  border: none;
  margin: 0 0 30px;
  text-align: center;
}

.tab-product-center .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 !important;
}

.tab-product-center .nav-tabs > li > a {
  border: none !important;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
  color: #53585a;
  outline: none !important;
}

.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
  color: #dcc397;
}

.tab-product-center .tab-content {
  position: relative;
}

.tab-product-center .tab-content.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}

.page-links .page-links-title {
  font-weight: normal;
  color: #53585a;
}

.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  padding: 0;
  border: none;
  line-height: 46px;
  color: #53585a;
  width: 46px;
  text-align: center;
  font-weight: 400;
  background-color: #f9f9f9;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.lt-ie8 .page-links > span:not(.page-links-title), .lt-ie8
.page-links > a {
  display: inline;
  zoom: 1;
}

.page-links > span:not(.page-links-title):hover,
.page-links > a:hover {
  color: #fff;
  background: #dcc397;
  border-color: #dcc397;
}

.page-links > span:not(.page-links-title):focus,
.page-links > a:focus {
  color: #fff;
  background: #dcc397;
  border-color: #dcc397;
}

.page-links > span:not(.page-links-title):focus-within,
.page-links > a:focus-within {
  color: #fff;
  background: #dcc397;
  border-color: #dcc397;
}

.page-links > span:not(.page-links-title):active,
.page-links > a:active {
  color: #fff;
  background: #dcc397;
  border-color: #dcc397;
}

.page-links > span:not(.page-links-title) {
  color: #fff;
  background: #dcc397;
  border-color: #dcc397;
}

option {
  padding: 5px;
}

.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent {
  position: relative;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  color: #fff;
  background: #f8d7da;
  text-transform: capitalize;
  font-size: 14px;
  width: 80px;
  height: 36px;
  text-indent: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  left: -5px;
  right: auto;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
  background: #f4c1c6;
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
}

.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-lazy-loading .image-wrapper.image-loaded {
  background: none;
}

.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.scrollbar {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #dcc397 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFDCC397', GradientType=1);
  font-size: 50px;
  display: inline-block;
  border: 6px solid #ffffff;
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  position: relative;
  z-index: 9;
}

.scrollbar:hover, .scrollbar:active {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #dcc397 0%, #1b251f 100%);
  background-image: -o-linear-gradient(left, #dcc397 0%, #1b251f 100%);
  background-image: linear-gradient(to right, #dcc397 0%, #1b251f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDCC397', endColorstr='#FF1B251F', GradientType=1);
}

.rtl .navbar-nav {
  float: right;
}

.rtl .apus-topcart .dropdown-menu-right {
  right: auto;
  left: 0;
}

.rtl .dropdown-menu {
  text-align: right;
}

.rtl .widget-mailchimp .btn, .rtl .widget-mailchimp .viewmore-products-btn {
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
}

.rtl .widget-mailchimp .form-control {
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
}

.rtl .main-search .media-left,
.rtl .main-search .media > .pull-left {
  padding: 0 0 0 15px;
}

.rtl .widget-process .proces-item .line-space {
  left: inherit;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.rtl .form-abolire-ppp select,
.rtl .apus-filter select {
  background-position: left 10px center;
}

.show-search {
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
}

.show-search:hover, .show-search:active, .show-search:focus {
  color: #dcc397;
}

.apus-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: none !important;
  padding: 4px 25px 6px 0;
  background: transparent !important;
  color: #707070 !important;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  border: 1px solid #e6e6e6;
  min-width: 114px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #e6e6e6;
  padding: 9px 10px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: #53585a;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover, .apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
  color: #dcc397;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border: none;
}

.apus-header .wpml-ls-legacy-dropdown {
  width: auto;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 0;
  border: none;
  background: transparent;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 5px 10px;
  border-bottom: 1px solid #e6e6e6;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
  border: none;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 400;
  color: #707070;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
  font-weight: 400;
  color: #dcc397;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  min-width: 80px;
  text-align: inherit;
  z-index: 99;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
  font-size: 11px;
}

.apus-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 155px;
}

.search-header {
  position: fixed;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.search-header.active {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  visibility: visible;
}

.social-top {
  list-style: none;
  padding: 0 30px;
}

.social-top li {
  display: inline-block;
  margin-right: 10px;
}

.rtl .social-top li {
  margin-left: 10px;
  margin-right: inherit;
}

.social-top li:last-child {
  margin: 0;
}

.select2-container {
  outline: none !important;
}

.select2-search--dropdown {
  padding: 10px 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e6e6e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 33px;
  font-size: 14px;
  padding: 5px 10px;
}

.select2-results__option {
  padding: 5px 10px;
  font-size: 14px;
  outline: none !important;
}

.select2-dropdown {
  border: none;
  margin-top: 1px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.select2-results {
  padding: 0 15px 15px;
}

.type-lead {
  font-size: 18px;
  line-height: 28px;
  color: #53585a;
  font-weight: 400;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1168px) {
  .type-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

.label-float {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 30px;
  position: relative;
  padding: 0px;
  background: transparent;
}

.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  padding: 0;
  margin: 0 0 26px 0;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.38462;
}

@media only screen and (min-width: 768px) {
  .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
    font-size: 42px;
    margin: 0 0 50px 0;
    line-height: 1.2381;
  }
}

.wp-caption {
  margin-bottom: 30px !important;
}

.wp-caption div.wp-caption-text, .wp-caption p.wp-caption-text {
  color: #808080 !important;
  font-size: 12px !important;
  font-family: "Lora", Helvetica, Arial, sans-serif !important;
  margin: 0 !important;
  text-align: center !important;
  padding: 5px !important;
  line-height: 22px !important;
}

.sidebar p,
.apus-sidebar p {
  margin: 0 0 10px;
}

.sidebar .widget,
.apus-sidebar .widget {
  padding: 30px;
  margin: 0 0 30px 0;
  overflow: hidden;
  background-color: #f9f9f9;
}

.sidebar .widget .widget-title, .sidebar .widget .widgettitle, .sidebar .widget .widget-heading,
.apus-sidebar .widget .widget-title,
.apus-sidebar .widget .widgettitle,
.apus-sidebar .widget .widget-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}

.rtl .sidebar .widget .widget-title, .rtl .sidebar .widget .widgettitle, .rtl .sidebar .widget .widget-heading, .rtl
.apus-sidebar .widget .widget-title, .rtl
.apus-sidebar .widget .widgettitle, .rtl
.apus-sidebar .widget .widget-heading {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .sidebar .widget .widget-title, .sidebar .widget .widgettitle, .sidebar .widget .widget-heading,
  .apus-sidebar .widget .widget-title,
  .apus-sidebar .widget .widgettitle,
  .apus-sidebar .widget .widget-heading {
    font-size: 24px;
    line-height: 1.41667;
  }
}

.sidebar .widget:last-child,
.apus-sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .wp-caption,
.apus-sidebar .wp-caption {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
}

.sidebar .wp-caption.alignnone,
.apus-sidebar .wp-caption.alignnone {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.sidebar .widget-search form,
.apus-sidebar .widget-search form {
  background-color: #fff;
}

.sidebar .widget-search .btn, .sidebar .widget-search .viewmore-products-btn,
.apus-sidebar .widget-search .btn,
.apus-sidebar .widget-search .viewmore-products-btn {
  padding: 0 20px;
  background-color: transparent;
  border: none;
  color: #53585a;
  font-size: 16px;
  border-left: 0;
}

.rtl .sidebar .widget-search .btn, .rtl .sidebar .widget-search .viewmore-products-btn, .rtl
.apus-sidebar .widget-search .btn, .rtl
.apus-sidebar .widget-search .viewmore-products-btn {
  border-right: 0;
  border-left: inherit;
}

.sidebar .widget-search .btn:hover, .sidebar .widget-search .viewmore-products-btn:hover,
.apus-sidebar .widget-search .btn:hover,
.apus-sidebar .widget-search .viewmore-products-btn:hover {
  background: transparent;
}

.sidebar .widget-search .btn:focus, .sidebar .widget-search .viewmore-products-btn:focus,
.apus-sidebar .widget-search .btn:focus,
.apus-sidebar .widget-search .viewmore-products-btn:focus {
  background: transparent;
}

.sidebar .widget-search .btn:focus-within, .sidebar .widget-search .viewmore-products-btn:focus-within,
.apus-sidebar .widget-search .btn:focus-within,
.apus-sidebar .widget-search .viewmore-products-btn:focus-within {
  background: transparent;
}

.sidebar .widget-search .btn:active, .sidebar .widget-search .viewmore-products-btn:active,
.apus-sidebar .widget-search .btn:active,
.apus-sidebar .widget-search .viewmore-products-btn:active {
  background: transparent;
}

.sidebar .widget-search .btn:before, .sidebar .widget-search .viewmore-products-btn:before,
.apus-sidebar .widget-search .btn:before,
.apus-sidebar .widget-search .viewmore-products-btn:before {
  display: none;
}

.sidebar .widget-search .btn > *:before, .sidebar .widget-search .viewmore-products-btn > *:before,
.apus-sidebar .widget-search .btn > *:before,
.apus-sidebar .widget-search .viewmore-products-btn > *:before {
  margin: 0;
  font-size: 18px;
}

.sidebar .widget-search .form-control,
.apus-sidebar .widget-search .form-control {
  border: 0;
  color: #808080;
  border-color: #e6e6e6;
  background: #fff;
  border-color: #fff;
  padding-left: 50px;
  padding-right: 20px;
}

.rtl .sidebar .widget-search .form-control, .rtl
.apus-sidebar .widget-search .form-control {
  padding-right: 50px;
  padding-left: inherit;
}

.rtl .sidebar .widget-search .form-control, .rtl
.apus-sidebar .widget-search .form-control {
  padding-left: 20px;
  padding-right: inherit;
}

.sidebar .widget-search .form-control::-moz-placeholder,
.apus-sidebar .widget-search .form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.sidebar .widget-search .form-control:-ms-input-placeholder,
.apus-sidebar .widget-search .form-control:-ms-input-placeholder {
  color: #808080;
}

.sidebar .widget-search .form-control::-webkit-input-placeholder,
.apus-sidebar .widget-search .form-control::-webkit-input-placeholder {
  color: #808080;
}

.sidebar .widget-search .form-control:hover,
.apus-sidebar .widget-search .form-control:hover {
  color: #808080;
}

.sidebar .widget-search .form-control:focus,
.apus-sidebar .widget-search .form-control:focus {
  color: #808080;
}

.sidebar .widget-search .form-control:focus-within,
.apus-sidebar .widget-search .form-control:focus-within {
  color: #808080;
}

.sidebar .widget-search .form-control:active,
.apus-sidebar .widget-search .form-control:active {
  color: #808080;
}

.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0 1px 1px;
}

.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
  padding: 20px;
  margin: 0;
}

.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
  margin-left: -6px;
  margin-right: -6px;
}

.sidebar .row.instagram-pics > [class*="col-md"],
.apus-sidebar .row.instagram-pics > [class*="col-md"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
  margin-bottom: 30px;
}

.page-shop .sidebar .widget .widget-title, .page-shop .sidebar .widget .widgettitle, .page-shop .sidebar .widget .widget-heading,
.page-shop .apus-sidebar .widget .widget-title,
.page-shop .apus-sidebar .widget .widgettitle,
.page-shop .apus-sidebar .widget .widget-heading {
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#apus-topbar .info-topbar .textwidget > span {
  padding-right: 10px;
  margin-right: 10px;
  float: left;
  border-right: 1px solid #e6e6e6;
}

.rtl #apus-topbar .info-topbar .textwidget > span {
  padding-left: 10px;
  padding-right: inherit;
}

.rtl #apus-topbar .info-topbar .textwidget > span {
  margin-left: 10px;
  margin-right: inherit;
}

.rtl #apus-topbar .info-topbar .textwidget > span {
  float: right;
}

.rtl #apus-topbar .info-topbar .textwidget > span {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}

#apus-topbar .info-topbar .textwidget > span:last-child {
  border: 0;
}

#apus-topbar .info-topbar .fa {
  margin-right: 8px;
}

.rtl #apus-topbar .info-topbar .fa {
  margin-left: 8px;
  margin-right: inherit;
}

.apus-footer {
  color: #babcbd;
}

.apus-footer .widget-title, .apus-footer .widgettitle, .apus-footer .widget-heading {
  color: #FFFFFF;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.6;
  text-align: left;
}

.rtl .apus-footer .widget-title, .rtl .apus-footer .widgettitle, .rtl .apus-footer .widget-heading {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-title, .apus-footer .widgettitle, .apus-footer .widget-heading {
    font-size: 24px;
    line-height: 1.41667;
    margin-bottom: 30px;
  }
}

.apus-footer .widget-footer-contact {
  margin-bottom: 0;
  margin-left: 0;
}

.rtl .apus-footer .widget-footer-contact {
  margin-right: 0;
  margin-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-footer-contact {
    margin-left: 40px;
  }
  .rtl .apus-footer .widget-footer-contact {
    margin-right: 40px;
    margin-left: inherit;
  }
}

.apus-footer .widget-footer-contact ul li {
  color: #fff;
  margin-bottom: 10px;
  line-height: 26px;
  line-height: 1.625rem;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-footer-contact ul li {
    margin-bottom: 15px;
  }
}

.apus-footer .widget-footer-contact ul li span {
  color: #babcbd;
}

.apus-footer .widget-footer-contact ul li .theme-color {
  color: #dcc397;
}

.apus-footer .widget-footer-contact ul li:last-child {
  margin-bottom: 0;
}

.apus-footer .widget-footer-contact.dark .widget-title {
  color: #53585a;
}

.apus-footer .widget-footer-contact.dark ul li {
  color: #babcbd;
}

.apus-footer .widget-footer-contact.dark ul li span {
  color: #53585a;
}

.apus-footer .widget-footer-contact.dark ul li span.theme-color {
  color: #dcc397;
}

.apus-footer .wpb_button, .apus-footer .wpb_content_element, .apus-footer ul.wpb_thumbnails-fluid > li {
  margin-bottom: 20px;
}

.apus-footer.dark {
  background: #000000;
  color: #999999;
}

.apus-footer.dark .widget-title, .apus-footer.dark .widgettitle, .apus-footer.dark .widget-heading {
  color: #fff;
}

.apus-footer.dark a {
  color: #999999;
}

.apus-footer.dark a:hover, .apus-footer.dark a:focus {
  color: #fff;
}

.apus-copyright .wpb_content_element,
.apus-copyright .widget {
  margin-bottom: 0 !important;
}

.apus-copyright .menu li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.rtl .apus-copyright .menu li {
  margin-left: 10px;
  margin-right: inherit;
}

.apus-copyright .menu li:last-child {
  margin: 0;
}

/* 3. form */
button, input, select, optgroup, textarea {
  color: #808080;
  font-weight: 400;
  line-height: 1.625;
  text-rendering: optimizeLegibility;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #dcc397;
  border: 1px solid #dcc397;
  color: #fff;
  font-size: 16px;
  padding: 0px 34px;
  line-height: 44px;
  min-width: 50px;
  overflow: hidden;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.lt-ie8 .button, .lt-ie8 button, .lt-ie8 input[type="button"], .lt-ie8 input[type="reset"], .lt-ie8 input[type="submit"] {
  display: inline;
  zoom: 1;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .button:hover:before, button:hover:before, input[type="button"]:hover:before, input[type="reset"]:hover:before, input[type="submit"]:hover:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .button:focus:before, button:focus:before, input[type="button"]:focus:before, input[type="reset"]:focus:before, input[type="submit"]:focus:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.button:focus-within, button:focus-within, input[type="button"]:focus-within, input[type="reset"]:focus-within, input[type="submit"]:focus-within {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .button:focus-within:before, button:focus-within:before, input[type="button"]:focus-within:before, input[type="reset"]:focus-within:before, input[type="submit"]:focus-within:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .button:active:before, button:active:before, input[type="button"]:active:before, input[type="reset"]:active:before, input[type="submit"]:active:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  text-decoration: none;
}

.button.disabled, .button[disabled],
fieldset[disabled] .button, button.disabled, button[disabled],
fieldset[disabled] button, input[type="button"].disabled, input[type="button"][disabled],
fieldset[disabled] input[type="button"], input[type="reset"].disabled, input[type="reset"][disabled],
fieldset[disabled] input[type="reset"], input[type="submit"].disabled, input[type="submit"][disabled],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit][disabled=disabled], button[disabled=disabled],
input[type=submit]:disabled, button:disabled {
  pointer-events: none;
}

label {
  font-weight: 600;
  cursor: pointer;
  color: #808080;
}

.btn.btn-donate, .btn-donate.viewmore-products-btn {
  font-size: 14px;
  color: #53585a;
  line-height: 1;
  padding: 14px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #dcc397;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  background-color: #dcc397;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.lt-ie8 .btn.btn-donate, .lt-ie8 .btn-donate.viewmore-products-btn {
  display: inline;
  zoom: 1;
}

.btn.btn-donate:hover, .btn-donate.viewmore-products-btn:hover {
  color: #dcc397;
  background-color: transparent;
}

.btn.btn-donate:focus, .btn-donate.viewmore-products-btn:focus {
  color: #dcc397;
  background-color: transparent;
}

.btn.btn-donate:focus-within, .btn-donate.viewmore-products-btn:focus-within {
  color: #dcc397;
  background-color: transparent;
}

.btn.btn-donate:active, .btn-donate.viewmore-products-btn:active {
  color: #dcc397;
  background-color: transparent;
}

.btn-search-icon i:before {
  margin: 0;
}

.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}

.open .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}

.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}

.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}

.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}

.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-shop {
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f43434;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline.btn-default:hover {
  color: #dcc397;
  border-color: #fff;
  background: #fff;
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #000;
  color: #000;
}

.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-outline.btn-success {
  background: transparent;
  border-color: #d4edda;
  color: #d4edda;
}

.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #d4edda;
  background: #d4edda;
}

.btn-outline.btn-info {
  background: transparent;
  border-color: #d1ecf1;
  color: #d1ecf1;
}

.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #d1ecf1;
  background: #d1ecf1;
}

.btn-outline.btn-danger {
  background: transparent;
  border-color: #f8d7da;
  color: #f8d7da;
}

.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #f8d7da;
  background: #f8d7da;
}

.btn-outline.btn-warning {
  background: transparent;
  border-color: #fff3cd;
  color: #fff3cd;
}

.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #fff3cd;
  background: #fff3cd;
}

.btn-inverse.btn-primary:hover {
  color: #000;
  background: #FFFFFF;
}

.btn-inverse.btn-success:hover {
  color: #d4edda;
  background: #FFFFFF;
}

.btn-inverse.btn-info:hover {
  color: #d1ecf1;
  background: #FFFFFF;
}

.btn-inverse.btn-danger:hover {
  color: #f8d7da;
  background: #FFFFFF;
}

.btn-inverse.btn-warning:hover {
  color: #fff3cd;
  background: #FFFFFF;
}

.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover {
  color: #dcc397;
  background: #FFFFFF;
}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 44px;
}

.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c;
}

.reamore {
  font-size: 14px;
  font-weight: 600;
  color: #dcc397 !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid #dcc397;
}

.reamore i {
  margin-left: 8px;
}

.rtl .reamore i {
  margin-right: 8px;
  margin-left: inherit;
}

.apus-loadmore-btn {
  font-size: 14px;
  font-weight: 600;
  background: #dcc397;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.lt-ie8 .apus-loadmore-btn {
  display: inline;
  zoom: 1;
}

.apus-loadmore-btn:hover {
  color: #fff;
  background: #000;
}

.apus-loadmore-btn:active {
  color: #fff;
  background: #000;
}

.viewmore-products-btn {
  position: relative;
}

.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center center/20px auto;
}

.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:hover, .btn:hover, .viewmore-products-btn:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button:focus, .btn:focus, .viewmore-products-btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button:focus-within, .btn:focus-within, .viewmore-products-btn:focus-within {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-link {
  font-weight: 700;
}

.radius-0 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.radius-circle {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

.btn-3d {
  -webkit-box-shadow: 0 0 10px 0 rgba(220, 195, 151, 0.8);
  box-shadow: 0 0 10px 0 rgba(220, 195, 151, 0.8);
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #dcc397;
}

.btn-white {
  background: #fff;
  color: #dcc397;
  border-color: #fff;
}

.btn-white:active, .btn-white:hover {
  color: #dcc397;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-white.btn-br-white {
  background: #fff;
  color: #53585a;
  border-color: #fff;
}

.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: #53585a;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-gradient {
  border: none !important;
  overflow: hidden;
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #dcc397 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFDCC397', GradientType=1);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px 30px;
}

.btn-gradient:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: -webkit-linear-gradient(left, #050806 0%, #cfad71 100%);
  background-image: -o-linear-gradient(left, #050806 0%, #cfad71 100%);
  background-image: linear-gradient(to right, #050806 0%, #cfad71 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF050806', endColorstr='#FFCFAD71', GradientType=1);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.btn-gradient > * {
  position: relative;
  z-index: 2;
}

.btn-gradient:hover, .btn-gradient:active {
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #dcc397 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFDCC397', GradientType=1);
}

.btn-gradient:hover:before, .btn-gradient:active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-gradient.btn-white {
  color: #53585a;
}

.btn-gradient.btn-white:before {
  content: '';
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: auto;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
  color: #fff !important;
}

.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-readmore {
  color: #53585a;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  position: relative;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  background-color: #dcc397;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.lt-ie8 .btn-readmore {
  display: inline;
  zoom: 1;
}

.btn-readmore:hover {
  color: #dcc397;
  background: #fff;
  border-color: #dcc397;
}

.btn-readmore:focus {
  color: #dcc397;
  background: #fff;
  border-color: #dcc397;
}

.btn-readmore:focus-within {
  color: #dcc397;
  background: #fff;
  border-color: #dcc397;
}

.btn-readmore:active {
  color: #dcc397;
  background: #fff;
  border-color: #dcc397;
}

@media only screen and (min-width: 768px) {
  .btn-readmore {
    padding: 9px 30px;
  }
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline.btn-white {
  background: transparent;
  color: #53585a;
  border-color: #dcc397;
}

.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: #dcc397;
  border-color: #dcc397;
}

.btn-pink {
  color: #fff;
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active,
.open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d77c7b;
  border-color: #d77c7b;
}

.btn-pink:active, .btn-pink.active,
.open > .btn-pink.dropdown-toggle {
  background-image: none;
}

.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}

.btn-pink .badge {
  color: #e3a3a2;
  background-color: #fff;
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.btn-theme, .viewmore-products-btn {
  color: #53585a;
  background-color: #dcc397;
  border-color: #dcc397;
}

.btn-theme:hover, .viewmore-products-btn:hover, .btn-theme:focus, .viewmore-products-btn:focus, .btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn,
.open > .btn-theme.dropdown-toggle,
.open > .dropdown-toggle.viewmore-products-btn {
  color: #53585a;
  background-color: #cfad71;
  border-color: #cfad71;
}

.btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn,
.open > .btn-theme.dropdown-toggle,
.open > .dropdown-toggle.viewmore-products-btn {
  background-image: none;
}

.btn-theme.disabled, .disabled.viewmore-products-btn, .btn-theme.disabled:hover, .disabled.viewmore-products-btn:hover, .btn-theme.disabled:focus, .disabled.viewmore-products-btn:focus, .btn-theme.disabled:active, .disabled.viewmore-products-btn:active, .btn-theme.disabled.active, .disabled.active.viewmore-products-btn, .btn-theme[disabled], [disabled].viewmore-products-btn, .btn-theme[disabled]:hover, [disabled].viewmore-products-btn:hover, .btn-theme[disabled]:focus, [disabled].viewmore-products-btn:focus, .btn-theme[disabled]:active, [disabled].viewmore-products-btn:active, .btn-theme[disabled].active, [disabled].active.viewmore-products-btn,
fieldset[disabled] .btn-theme,
fieldset[disabled] .viewmore-products-btn,
fieldset[disabled] .btn-theme:hover,
fieldset[disabled] .viewmore-products-btn:hover,
fieldset[disabled] .btn-theme:focus,
fieldset[disabled] .viewmore-products-btn:focus,
fieldset[disabled] .btn-theme:active,
fieldset[disabled] .viewmore-products-btn:active,
fieldset[disabled] .btn-theme.active,
fieldset[disabled] .active.viewmore-products-btn {
  background-color: #dcc397;
  border-color: #dcc397;
}

.btn-theme .badge, .viewmore-products-btn .badge {
  color: #dcc397;
  background-color: #53585a;
}

.btn-theme:hover, .viewmore-products-btn:hover {
  background-color: #dcc397;
  border-color: #dcc397;
}

.btn-theme:focus, .viewmore-products-btn:focus {
  background-color: #dcc397;
  border-color: #dcc397;
}

.btn-theme:focus-within, .viewmore-products-btn:focus-within {
  background-color: #dcc397;
  border-color: #dcc397;
}

.btn-theme:active, .viewmore-products-btn:active {
  background-color: #dcc397;
  border-color: #dcc397;
}

.btn-dark {
  color: #252525;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  color: #252525;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  background-image: none;
}

.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-dark .badge {
  color: #cccccc;
  background-color: #252525;
}

.btn-dark:active, .btn-dark:hover {
  color: #181818 !important;
}

.btn-theme-second {
  color: #fff;
  background-color: #1b251f;
  border-color: #1b251f;
}

.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active,
.open > .btn-theme-second.dropdown-toggle {
  color: #fff;
  background-color: #050806;
  border-color: #050806;
}

.btn-theme-second:active, .btn-theme-second.active,
.open > .btn-theme-second.dropdown-toggle {
  background-image: none;
}

.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active,
fieldset[disabled] .btn-theme-second,
fieldset[disabled] .btn-theme-second:hover,
fieldset[disabled] .btn-theme-second:focus,
fieldset[disabled] .btn-theme-second:active,
fieldset[disabled] .btn-theme-second.active {
  background-color: #1b251f;
  border-color: #1b251f;
}

.btn-theme-second .badge {
  color: #1b251f;
  background-color: #fff;
}

.btn-theme-second:active, .btn-theme-second:hover {
  color: #fff;
}

.btn-theme.btn-outline, .btn-outline.viewmore-products-btn {
  color: #dcc397;
  border-color: #dcc397;
  background: transparent;
}

.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active {
  color: #fff;
  background: #dcc397;
  border-color: #dcc397;
}

.more-link {
  color: #dcc397;
  display: inline-block;
  font-weight: normal;
  margin: 10px 0;
  text-transform: capitalize;
}

.more-link:hover {
  text-decoration: none;
}

.btn-shaded-sm {
  position: relative;
}

.btn-shaded-sm:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 20px 10px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-animation: autofill 0s forwards;
  -o-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::-moz-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea::-webkit-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::-moz-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea:focus::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.btn-action {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5;
}

.rtl .searchform .input-search {
  border-left: 0;
  border-right: inherit;
}

.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 8px;
}

.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .btn, .search-category .viewmore-products-btn {
  margin-left: 10px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn {
  margin-right: 10px !important;
  margin-left: inherit;
}

.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 600;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}

.input-group-form .form-control-reversed {
  border: 0px;
  background: #222222;
  color: #cccccc;
  line-height: 1.71429;
  height: 34px;
}

.input-group-form .form-control-reversed:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-form .form-control-reversed:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-form .input-group-addon {
  border: 0;
  background: #222222;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  cursor: pointer;
  color: #808080;
  background-color: #f9f9f9;
  border: solid 1px #f9f9f9;
  outline: none;
  height: 46px;
  padding: 5px 20px;
  filter: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #808080;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080;
}

input[type="text"]:-moz-autofill, input[type="text"]:-moz-autofill-preview,
input[type="email"]:-moz-autofill,
input[type="email"]:-moz-autofill-preview,
input[type="url"]:-moz-autofill,
input[type="url"]:-moz-autofill-preview,
input[type="password"]:-moz-autofill,
input[type="password"]:-moz-autofill-preview,
input[type="search"]:-moz-autofill,
input[type="search"]:-moz-autofill-preview,
input[type="number"]:-moz-autofill,
input[type="number"]:-moz-autofill-preview,
input[type="tel"]:-moz-autofill,
input[type="tel"]:-moz-autofill-preview,
input[type="range"]:-moz-autofill,
input[type="range"]:-moz-autofill-preview,
input[type="date"]:-moz-autofill,
input[type="date"]:-moz-autofill-preview,
input[type="month"]:-moz-autofill,
input[type="month"]:-moz-autofill-preview,
input[type="week"]:-moz-autofill,
input[type="week"]:-moz-autofill-preview,
input[type="time"]:-moz-autofill,
input[type="time"]:-moz-autofill-preview,
input[type="datetime"]:-moz-autofill,
input[type="datetime"]:-moz-autofill-preview,
input[type="datetime-local"]:-moz-autofill,
input[type="datetime-local"]:-moz-autofill-preview,
input[type="color"]:-moz-autofill,
input[type="color"]:-moz-autofill-preview,
textarea:-moz-autofill,
textarea:-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
  border-color: #dcc397;
  background-color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #dcc397;
  background-color: #fff;
}

input[type="text"]:focus-within,
input[type="email"]:focus-within,
input[type="url"]:focus-within,
input[type="password"]:focus-within,
input[type="search"]:focus-within,
input[type="number"]:focus-within,
input[type="tel"]:focus-within,
input[type="range"]:focus-within,
input[type="date"]:focus-within,
input[type="month"]:focus-within,
input[type="week"]:focus-within,
input[type="time"]:focus-within,
input[type="datetime"]:focus-within,
input[type="datetime-local"]:focus-within,
input[type="color"]:focus-within,
textarea:focus-within {
  border-color: #dcc397;
  background-color: #fff;
}

input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
  border-color: #dcc397;
  background-color: #fff;
}

input[type="text"]:required, input[type="text"]:optional, input[type="text"]:invalid,
input[type="email"]:required,
input[type="email"]:optional,
input[type="email"]:invalid,
input[type="url"]:required,
input[type="url"]:optional,
input[type="url"]:invalid,
input[type="password"]:required,
input[type="password"]:optional,
input[type="password"]:invalid,
input[type="search"]:required,
input[type="search"]:optional,
input[type="search"]:invalid,
input[type="number"]:required,
input[type="number"]:optional,
input[type="number"]:invalid,
input[type="tel"]:required,
input[type="tel"]:optional,
input[type="tel"]:invalid,
input[type="range"]:required,
input[type="range"]:optional,
input[type="range"]:invalid,
input[type="date"]:required,
input[type="date"]:optional,
input[type="date"]:invalid,
input[type="month"]:required,
input[type="month"]:optional,
input[type="month"]:invalid,
input[type="week"]:required,
input[type="week"]:optional,
input[type="week"]:invalid,
input[type="time"]:required,
input[type="time"]:optional,
input[type="time"]:invalid,
input[type="datetime"]:required,
input[type="datetime"]:optional,
input[type="datetime"]:invalid,
input[type="datetime-local"]:required,
input[type="datetime-local"]:optional,
input[type="datetime-local"]:invalid,
input[type="color"]:required,
input[type="color"]:optional,
input[type="color"]:invalid,
textarea:required,
textarea:optional,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

select {
  color: #999999;
  cursor: pointer;
  outline: none;
  border: solid 1px #e6e6e6;
  padding: 9px 20px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>") no-repeat;
  background-size: 14px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select:hover {
  outline: none;
  border-color: #dcc397;
  background-color: #fff;
}

select:focus {
  outline: none;
  border-color: #dcc397;
  background-color: #fff;
}

select:focus-within {
  outline: none;
  border-color: #dcc397;
  background-color: #fff;
}

select:active {
  outline: none;
  border-color: #dcc397;
  background-color: #fff;
}

select option {
  color: inherit;
  font-size: 16px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #999999;
  -webkit-text-shadow: 0 0 0 #999999;
  -moz-text-shadow: 0 0 0 #999999;
  -ms-text-shadow: 0 0 0 #999999;
  -o-text-shadow: 0 0 0 #999999;
}

textarea,
textarea.form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  line-height: 1.5 !important;
  min-height: 120px;
  padding-left: 23px;
  padding-right: 23px;
  border-color: #f9f9f9;
  background-color: #f9f9f9;
}

textarea:hover,
textarea.form-control:hover {
  border-color: #dcc397;
  background-color: #fff;
}

textarea:focus,
textarea.form-control:focus {
  border-color: #dcc397;
  background-color: #fff;
}

textarea:focus-within,
textarea.form-control:focus-within {
  border-color: #dcc397;
  background-color: #fff;
}

textarea:active,
textarea.form-control:active {
  border-color: #dcc397;
  background-color: #fff;
}

form p {
  margin: 30px 0;
}

form p:first-child {
  margin-top: 0px;
}

form p:last-child {
  margin-bottom: 0px;
}

.min-contact-form {
  padding: 30px 20px 10px;
  background-color: #464545;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(83, 88, 90, 0.35);
  box-shadow: 0px 0px 30px 0px rgba(83, 88, 90, 0.35);
}

@media only screen and (min-width: 768px) {
  .min-contact-form {
    padding: 38px;
  }
}

.min-contact-form ul {
  margin-bottom: 0px;
}

.min-contact-form ul li {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  padding-left: 80px;
}

.rtl .min-contact-form ul li {
  padding-right: 80px;
  padding-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .min-contact-form ul li {
    margin-bottom: 54px;
  }
}

.min-contact-form ul li:before {
  position: absolute;
  top: 0px;
  content: "";
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  left: 0;
}

.rtl .min-contact-form ul li:before {
  right: 0;
  left: auto;
}

.min-contact-form ul li:last-child {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1168px) {
  .min-contact-form ul li:last-child {
    margin-bottom: 48px;
  }
}

.min-contact-form ul li a {
  color: #949494;
}

.min-contact-form ul li a:hover {
  color: #dcc397;
}

.min-contact-form ul li a:focus {
  color: #dcc397;
}

.min-contact-form ul li a:focus-within {
  color: #dcc397;
}

.min-contact-form ul li a:active {
  color: #dcc397;
}

.min-contact-form ul li.mail-icon > * {
  display: block;
}

.min-contact-form ul li.mail-icon:before {
  background-image: url("../images/icon-mail.png");
  width: 50px;
  height: 45px;
}

.min-contact-form ul li.tel-icon {
  font-size: 18px;
  padding-top: 6px;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  .min-contact-form ul li.tel-icon {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .min-contact-form ul li.tel-icon {
    font-size: 22px;
    padding-bottom: 0px;
  }
}

.min-contact-form ul li.tel-icon:before {
  background-image: url("../images/icon-tel.png");
  width: 61px;
  height: 46px;
}

.min-contact-form ul li.tel-icon a {
  color: #fff;
}

.min-contact-form ul li.tel-icon a:hover {
  color: #dcc397;
}

.min-contact-form ul li.tel-icon a:focus {
  color: #dcc397;
}

.min-contact-form ul li.tel-icon a:focus-within {
  color: #dcc397;
}

.min-contact-form ul li.tel-icon a:active {
  color: #dcc397;
}

.min-contact-form .title {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  text-align: left;
}

.rtl .min-contact-form .title {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .min-contact-form .title {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1168px) {
  .min-contact-form .title {
    text-align: center;
  }
}

.min-contact-form .title:after {
  content: "";
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 0;
  position: absolute;
  background-color: #dcc397;
  width: 49px;
  height: 1px;
}

@media only screen and (min-width: 1168px) {
  .min-contact-form .title:after {
    margin: 0 auto;
  }
}

.apus_login_register_form {
  background-color: #fff;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.apus_login_register_form .title-account {
  text-align: center;
  margin: 0px;
  font-size: 24px;
  letter-spacing: 0;
}

.apus_login_register_form .bottom-login {
  padding: 0px 20px 20px 20px;
}

.apus_login_register_form .form-acount,
.apus_login_register_form .form-register {
  outline: none;
  padding: 25px 15px 15px;
}

@media only screen and (min-width: 768px) {
  .apus_login_register_form .form-acount,
  .apus_login_register_form .form-register {
    padding: 40px 40px 20px 40px;
  }
}

.apus_login_register_form .form-acount:hover,
.apus_login_register_form .form-register:hover {
  outline: none;
}

.apus_login_register_form .form-acount:focus,
.apus_login_register_form .form-register:focus {
  outline: none;
}

.apus_login_register_form .form-acount:focus-within,
.apus_login_register_form .form-register:focus-within {
  outline: none;
}

.apus_login_register_form .form-acount:active,
.apus_login_register_form .form-register:active {
  outline: none;
}

.apus_login_register_form .form-acount .form-control,
.apus_login_register_form .form-register .form-control {
  height: 55px;
}

.apus_login_register_form .form-acount .btn, .apus_login_register_form .form-acount .viewmore-products-btn,
.apus_login_register_form .form-register .btn,
.apus_login_register_form .form-register .viewmore-products-btn {
  padding: 19px 34px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.apus_login_register_form .form-acount .btn:hover, .apus_login_register_form .form-acount .viewmore-products-btn:hover,
.apus_login_register_form .form-register .btn:hover,
.apus_login_register_form .form-register .viewmore-products-btn:hover {
  color: #53585a;
  border-color: #dcc397;
  background-color: #dcc397;
}

.apus_login_register_form .form-acount .btn:focus, .apus_login_register_form .form-acount .viewmore-products-btn:focus,
.apus_login_register_form .form-register .btn:focus,
.apus_login_register_form .form-register .viewmore-products-btn:focus {
  color: #53585a;
  border-color: #dcc397;
  background-color: #dcc397;
}

.apus_login_register_form .form-acount .btn:focus-within, .apus_login_register_form .form-acount .viewmore-products-btn:focus-within,
.apus_login_register_form .form-register .btn:focus-within,
.apus_login_register_form .form-register .viewmore-products-btn:focus-within {
  color: #53585a;
  border-color: #dcc397;
  background-color: #dcc397;
}

.apus_login_register_form .form-acount .btn:active, .apus_login_register_form .form-acount .viewmore-products-btn:active,
.apus_login_register_form .form-register .btn:active,
.apus_login_register_form .form-register .viewmore-products-btn:active {
  color: #53585a;
  border-color: #dcc397;
  background-color: #dcc397;
}

.apus_login_register_form .action-login {
  padding-bottom: 15px;
}

.apus_login_register_form .action-login .form-group {
  margin: 0px;
}

.apus_login_register_form .action-login .form-group label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rtl .apus_login_register_form .action-login .form-group label {
  padding-right: 25px;
  padding-left: inherit;
}

.apus_login_register_form .action-login .form-group label input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
}

.apus_login_register_form .action-login .form-group label input:checked ~ span:after {
  display: block;
}

.apus_login_register_form .action-login .form-group label input:checked ~ span:before {
  border-color: #dcc397;
}

.apus_login_register_form .action-login .form-group label span {
  position: relative;
}

.apus_login_register_form .action-login .form-group label span:before {
  content: "";
  top: 2px;
  position: absolute;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  left: -25px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .apus_login_register_form .action-login .form-group label span:before {
  right: -25px;
  left: auto;
}

.apus_login_register_form .action-login .form-group label span:after {
  content: "";
  top: 4px;
  display: none;
  position: absolute;
  border: solid #808080;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -19px;
  width: 5px;
  height: 10px;
}

.rtl .apus_login_register_form .action-login .form-group label span:after {
  right: -19px;
  left: auto;
}

.apus_login_register_form .ali-right {
  text-align: right;
}

.rtl .apus_login_register_form .ali-right {
  text-align: left;
}

.apus_login_register_form .ali-right p {
  margin: 0px;
}

.apus_login_register_form .clear-submit {
  margin-bottom: 0;
}

.apus_login_register_form .nav {
  border-bottom: 0px;
  margin-bottom: 40px;
}

.apus_login_register_form .nav:before, .apus_login_register_form .nav:after {
  content: " ";
  display: table;
}

.apus_login_register_form .nav:after {
  clear: both;
}

.apus_login_register_form .nav li {
  float: left;
  text-align: center;
  width: 50%;
  margin: 0px;
  padding: 0px;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.rtl .apus_login_register_form .nav li {
  float: right;
}

.apus_login_register_form .nav li a {
  margin: 0px;
  border: none;
  outline: none;
  padding: 12px;
  background-color: white;
  color: #53585a;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.apus_login_register_form .nav li a:hover {
  border: none;
  background-color: transparent;
}

.apus_login_register_form .nav li a:focus {
  border: none;
  background-color: transparent;
}

.apus_login_register_form .nav li a:focus-within {
  border: none;
  background-color: transparent;
}

.apus_login_register_form .nav li a:active {
  border: none;
  background-color: transparent;
}

.apus_login_register_form .nav li.active a {
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}

.apus_login_register_form .nav li:first-child a {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.apus_login_register_form .nav li:last-child a {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.apus_login_register_form .mfp-close {
  top: -25px;
  text-indent: -99999px;
  background-color: #dcc397;
  display: block;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  right: -25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.rtl .apus_login_register_form .mfp-close {
  left: -25px;
  right: auto;
}

.apus_login_register_form .mfp-close:before {
  content: '';
  background: url('data:image/svg+xml;utf8,<svg height="329pt" viewBox="0 0 329.26933 329" width="329pt" xmlns="http://www.w3.org/2000/svg"><path style="fill: white" d="m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.wpcf7-response-output {
  padding: 10px 30px;
  border-color: #f8d7da;
  background-color: #f8d7da;
  color: #e15562;
  margin: 10px 0 0 0;
}

.btn-width-icon .elementor-button-link .elementor-button-icon {
  color: #dcc397;
  font-size: 12px;
}

.page-form-contact > div {
  margin-bottom: 20px;
}

.page-form-contact > div:last-child {
  margin-bottom: 0;
}

.page-form-contact .button, .page-form-contact button,
.page-form-contact input[type="button"],
.page-form-contact input[type="reset"],
.page-form-contact input[type="submit"] {
  padding: 0 30px;
  font-size: 14px;
  width: 100%;
  line-height: 46px;
}

@media only screen and (min-width: 1168px) {
  .page-form-contact .button, .page-form-contact button,
  .page-form-contact input[type="button"],
  .page-form-contact input[type="reset"],
  .page-form-contact input[type="submit"] {
    font-size: 16px;
    padding: 0px 40px;
    line-height: 44px;
  }
}

.page-form-contact .button:hover, .page-form-contact button:hover,
.page-form-contact input[type="button"]:hover,
.page-form-contact input[type="reset"]:hover,
.page-form-contact input[type="submit"]:hover {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

.page-form-contact .button:focus, .page-form-contact button:focus,
.page-form-contact input[type="button"]:focus,
.page-form-contact input[type="reset"]:focus,
.page-form-contact input[type="submit"]:focus {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

.page-form-contact .button:focus-within, .page-form-contact button:focus-within,
.page-form-contact input[type="button"]:focus-within,
.page-form-contact input[type="reset"]:focus-within,
.page-form-contact input[type="submit"]:focus-within {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

.page-form-contact .button:active, .page-form-contact button:active,
.page-form-contact input[type="button"]:active,
.page-form-contact input[type="reset"]:active,
.page-form-contact input[type="submit"]:active {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

.page-form-contact .ajax-loader {
  display: block !important;
  margin: 10px auto 0 auto !important;
}

.page-form-contact textarea {
  max-height: 240px;
  background-color: #fff;
  border-color: transparent;
}

.page-form-contact input[type="text"],
.page-form-contact input[type="email"],
.page-form-contact input[type="url"],
.page-form-contact input[type="password"] {
  border-color: transparent;
  background-color: #fff;
}

.page-form-contact input[type="text"]:hover,
.page-form-contact input[type="email"]:hover,
.page-form-contact input[type="url"]:hover,
.page-form-contact input[type="password"]:hover {
  border-color: #dcc397;
}

.page-form-contact input[type="text"]:focus,
.page-form-contact input[type="email"]:focus,
.page-form-contact input[type="url"]:focus,
.page-form-contact input[type="password"]:focus {
  border-color: #dcc397;
}

.page-form-contact input[type="text"]:focus-within,
.page-form-contact input[type="email"]:focus-within,
.page-form-contact input[type="url"]:focus-within,
.page-form-contact input[type="password"]:focus-within {
  border-color: #dcc397;
}

.widget-search form {
  position: relative;
}

.widget-search form .btn, .widget-search form .viewmore-products-btn {
  top: 0;
  position: absolute;
  left: 0;
}

.rtl .widget-search form .btn, .rtl .widget-search form .viewmore-products-btn {
  right: 0;
  left: auto;
}

/*------------------------------------*    search
\*------------------------------------*/
.apus-search-form .select-category {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  padding-right: 12px;
  outline: none !important;
}

.rtl .apus-search-form .select-category {
  float: right;
}

.rtl .apus-search-form .select-category {
  padding-left: 12px;
  padding-right: inherit;
}

.apus-search-form .select-category:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background: #dddddd;
  width: 1px;
  height: 20px;
}

.rtl .apus-search-form .select-category:after {
  left: 0px;
  right: auto;
}

.apus-search-form .select-category .dropdown_product_cat {
  border: 0;
  outline: none !important;
  width: calc(100% + 38px);
  height: 48px;
  padding: 0 20px;
}

.apus-search-form .title-top-search {
  font-size: 24px;
  color: #53585a;
}

.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #f8d7da;
  cursor: pointer;
}

.apus-search-form .close-search-fix:hover, .apus-search-form .close-search-fix:active {
  color: #f0acb2;
}

.apus-search-form .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: #53585a;
  outline: none !important;
}

.apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.rtl .apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: inherit;
}

.apus-search-form form {
  border: 1px solid #e6e6e6;
  width: 100%;
  position: relative;
}

.apus-search-form form .btn i, .apus-search-form form .viewmore-products-btn i {
  font-size: 18px;
}

.apus-search-form form .btn i + span, .apus-search-form form .viewmore-products-btn i + span {
  margin-left: 5px;
}

.rtl .apus-search-form form .btn i + span, .rtl .apus-search-form form .viewmore-products-btn i + span {
  margin-right: 5px;
  margin-left: inherit;
}

.apus-search-form form .btn.st_small, .apus-search-form form .st_small.viewmore-products-btn {
  padding-left: 15px;
  padding-right: 15px;
}

.apus-search-form form .form-control {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.apus-search-form form .form-control {
  height: 46px;
}

.apus-search-form form .form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.apus-search-form form .form-control:-ms-input-placeholder {
  color: #808080;
}

.apus-search-form form .form-control::-webkit-input-placeholder {
  color: #808080;
}

.apus-search-form form .form-control:focus {
  color: #53585a;
}

.apus-search-form .hidden-search {
  cursor: pointer;
  float: right;
  font-size: 35px;
  line-height: 1.4;
  color: #f8d7da;
  display: inline-block;
  margin-left: 30px;
}

.rtl .apus-search-form .hidden-search {
  float: left;
}

.rtl .apus-search-form .hidden-search {
  margin-right: 30px;
  margin-left: inherit;
}

.apus-search-form .main-search {
  width: 100%;
  position: relative;
}

.apus-search-form .main-search .autocomplete-list {
  text-align: left;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto;
}

.rtl .apus-search-form .main-search .autocomplete-list {
  text-align: right;
}

.apus-search-form div.twitter-typeahead {
  width: 100%;
  position: relative;
}

.apus-search-form div.twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%;
}

.apus-search-form div.twitter-typeahead:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  width: 18px;
  height: 100%;
  background: url(../images/loading-quick.gif) no-repeat scroll 0 0/18px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}

.rtl .apus-search-form div.twitter-typeahead:before {
  left: 10px;
  right: auto;
}

.apus-search-form div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 1px;
}

.apus-search-form .tt-menu > * {
  position: relative;
  z-index: 9;
}

.apus-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 12px;
}

.apus-search-form .tt-menu a.media img {
  max-width: 60px;
}

.apus-search-form .tt-menu h4 {
  font-size: 14px;
  margin: 0;
}

.apus-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: #dcc397;
}

.apus-search-form .tt-menu .price {
  font-size: 13px;
  margin: 0;
}

.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
  display: none;
}

.apus-search-form.style2 form {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
  padding-right: 40px;
}

.rtl .apus-search-form.style2 form {
  padding-left: 40px;
  padding-right: inherit;
}

.apus-search-form.style2 form .form-control {
  border: none !important;
  height: 45px;
  background-color: transparent;
  color: #fff;
}

.apus-search-form.style2 form .form-control:focus {
  color: #fff;
}

.apus-search-form.style2 form .btn, .apus-search-form.style2 form .viewmore-products-btn {
  line-height: 32px;
  height: 35px;
  font-size: 16px;
  position: absolute;
  top: 6px;
  padding: 0 9px;
  right: 5px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.rtl .apus-search-form.style2 form .btn, .rtl .apus-search-form.style2 form .viewmore-products-btn {
  left: 5px;
  right: auto;
}

.apus-search-form.style2 form .btn i, .apus-search-form.style2 form .viewmore-products-btn i {
  font-size: 16px;
}

.apus-search-form .autocomplete-list {
  padding: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list {
    padding: 20px;
  }
}

.apus-search-form .autocomplete-list-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list-item {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}

.apus-search-form .autocomplete-list-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.apus-search-form .autocomplete-list-item .autocompleate-media {
  display: block;
}

.apus-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: #53585a;
}

.apus-search-form .autocomplete-list-item img {
  width: 60px;
  max-width: none;
}

.apus-search-form .autocomplete-list-item .price {
  color: #808080;
}

.apus-search-form .autocomplete-list-item .name-product {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 15px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #808080;
  text-transform: capitalize;
}

.apus-search-form .autocomplete-list-item .name-product strong {
  color: #f8d7da;
}

.apus-search-nocategory {
  background: #f9f9f9;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn, .apus-search-nocategory .viewmore-products-btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: #53585a;
  font-size: 16px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border: none;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .viewmore-products-btn:hover, .apus-search-nocategory .btn:active, .apus-search-nocategory .viewmore-products-btn:active {
  color: #fff;
  background: #dcc397;
}

.apus-search-nocategory {
  background: #f9f9f9;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn, .apus-search-nocategory .viewmore-products-btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: #53585a;
  font-size: 16px;
  border: none;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .viewmore-products-btn:hover, .apus-search-nocategory .btn:active, .apus-search-nocategory .viewmore-products-btn:active {
  color: #fff;
  background: #dcc397;
}

.apus-search-form {
  width: 46px;
  min-height: 46px;
  overflow: hidden;
  top: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rtl .apus-search-form {
  left: 0;
  right: auto;
}

.apus-search-form:before, .apus-search-form:after {
  content: " ";
  display: table;
}

.apus-search-form:after {
  clear: both;
}

.apus-search-form:hover {
  width: 290px;
}

.apus-search-form:hover > .inner-search {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: auto;
}

.apus-search-form.ali-right form .btn i, .apus-search-form.ali-right form .viewmore-products-btn i {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.apus-search-form.ali-right form .btn i + span, .apus-search-form.ali-right form .viewmore-products-btn i + span {
  margin-right: 10px;
  margin-left: 0;
}

.rtl .apus-search-form.ali-right form .btn i + span, .rtl .apus-search-form.ali-right form .viewmore-products-btn i + span {
  margin-left: 10px;
  margin-right: inherit;
}

.rtl .apus-search-form.ali-right form .btn i + span, .rtl .apus-search-form.ali-right form .viewmore-products-btn i + span {
  margin-right: 0;
  margin-left: inherit;
}

.apus-search-form.ali-left .text {
  margin-left: 10px;
}

.rtl .apus-search-form.ali-left .text {
  margin-right: 10px;
  margin-left: inherit;
}

.apus-search-form > a {
  top: 0px;
  color: #53585a;
  position: absolute;
  min-width: auto;
  width: 46px;
  height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  right: 0;
}

.rtl .apus-search-form > a {
  left: 0;
  right: auto;
}

.apus-search-form > .inner-search {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .apus-search-form > .inner-search {
  left: 0;
  right: auto;
}

.apus-search-form.active form {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.apus-search-form.active form:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-form form {
  border: none;
  background-color: transparent;
}

.apus-search-form form .btn, .apus-search-form form .viewmore-products-btn {
  padding: 0px;
  border: none;
  color: #dcc397;
  background-color: transparent;
  position: absolute;
  top: 0px;
  min-width: auto;
  width: 46px;
  height: 46px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 46px;
  line-height: 2.875rem;
}

.rtl .apus-search-form form .btn, .rtl .apus-search-form form .viewmore-products-btn {
  left: 0;
  right: auto;
}

.apus-search-form form .btn:hover, .apus-search-form form .viewmore-products-btn:hover {
  border: none;
  background-color: transparent;
}

.apus-search-form form .btn:focus, .apus-search-form form .viewmore-products-btn:focus {
  border: none;
  background-color: transparent;
}

.apus-search-form form .btn:focus-within, .apus-search-form form .viewmore-products-btn:focus-within {
  border: none;
  background-color: transparent;
}

.apus-search-form form .btn:active, .apus-search-form form .viewmore-products-btn:active {
  border: none;
  background-color: transparent;
}

.apus-search-form form .btn i:before, .apus-search-form form .viewmore-products-btn i:before {
  font-size: 21px;
  margin: 0px;
}

.apus-search-form form .btn:before, .apus-search-form form .viewmore-products-btn:before {
  display: none;
}

.apus-search-form form input[type=text], .apus-search-form form input[type=email] {
  color: #555555;
  height: 44px;
  background-color: #fff;
  padding-right: 46px;
}

.apus-search-form form input[type=text]::-moz-placeholder, .apus-search-form form input[type=email]::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

.apus-search-form form input[type=text]:-ms-input-placeholder, .apus-search-form form input[type=email]:-ms-input-placeholder {
  color: #555555;
}

.apus-search-form form input[type=text]::-webkit-input-placeholder, .apus-search-form form input[type=email]::-webkit-input-placeholder {
  color: #555555;
}

.rtl .apus-search-form form input[type=text], .rtl .apus-search-form form input[type=email] {
  padding-left: 46px;
  padding-right: inherit;
}

/* 4. layout */
#page {
  width: 100%;
}

.site-content {
  overflow: hidden;
}

/*------------------------------------*    Topbar
\*------------------------------------*/
.setting-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.setting-account .user-log li a {
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.setting-account .profile-info .fa {
  margin: 0 5px;
}

.profile-avarta {
  cursor: pointer;
}

.profile-avarta .avatar {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.top-wrapper-menu {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: max-content max-content;
  margin-right: 30px;
}

.rtl .top-wrapper-menu {
  margin-left: 30px;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .top-wrapper-menu {
    margin-right: 65px;
  }
  .rtl .top-wrapper-menu {
    margin-left: 65px;
    margin-right: inherit;
  }
}

.top-wrapper-menu.style2 {
  grid-gap: 5px;
  margin-right: 0px;
}

.rtl .top-wrapper-menu.style2 {
  margin-left: 0px;
  margin-right: inherit;
}

.top-wrapper-menu.style2 .wel-user {
  padding: 0 0 5px 0;
  border-width: 0 0 2px 0;
  border-color: #dcc397;
  background-color: transparent;
}

.top-wrapper-menu.style2 .wel-user:hover {
  background-color: transparent;
}

.top-wrapper-menu.style2 .wel-user:focus {
  background-color: transparent;
}

.top-wrapper-menu.style2 .wel-user:focus-within {
  background-color: transparent;
}

.top-wrapper-menu.style2 .wel-user:active {
  background-color: transparent;
}

.wel-user {
  padding: 14px 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  color: #53585a;
  font-size: 16px;
  line-height: 1;
  justify-self: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.lt-ie8 .wel-user {
  display: inline;
  zoom: 1;
}

.rtl .wel-user {
  margin-right: 10px;
  margin-left: inherit;
}

.wel-user:hover {
  color: #fff;
  border-color: #dcc397;
  background-color: #dcc397;
}

.wel-user:first-child {
  margin-left: 0px;
}

.rtl .wel-user:first-child {
  margin-right: 0px;
  margin-left: inherit;
}

.wrapper-container {
  position: relative;
  overflow: hidden;
}

.wrapper-large {
  max-width: 1770px;
  margin: auto;
  float: none;
}

.apus-topbar {
  padding: 12px 0px;
  margin: 0 !important;
  background: #f2f3f5;
  color: #707070;
  font-size: 12px;
}

.apus-topbar a {
  color: #707070;
}

.apus-topbar a:active, .apus-topbar a:hover {
  color: #dcc397;
}

.apus-topbar .dropdown-menu a {
  color: #53585a;
}

.apus-topbar .dropdown-menu a:active, .apus-topbar .dropdown-menu a:hover {
  color: #dcc397;
}

.apus-topbar .topbar-left .item {
  display: inline-block;
}

.apus-topbar .topbar-left .item + .item {
  margin-left: 40px;
}

.rtl .apus-topbar .topbar-left .item + .item {
  margin-right: 40px;
  margin-left: inherit;
}

.apus-topbar .topbar-right {
  margin-top: 5px;
  line-height: 1;
}

.apus-topbar .topbar-right > * {
  float: right;
  padding-left: 30px;
  margin-left: 20px !important;
  border-left: 1px solid #dcdcdc;
}

.rtl .apus-topbar .topbar-right > * {
  float: left;
}

.rtl .apus-topbar .topbar-right > * {
  padding-right: 30px;
  padding-left: inherit;
}

.rtl .apus-topbar .topbar-right > * {
  margin-right: 20px !important;
  margin-left: inherit;
}

.rtl .apus-topbar .topbar-right > * {
  border-right: 1px solid #dcdcdc;
  border-left: inherit;
}

.apus-topbar .topbar-right > *:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.apus-topbar .topbar-right .woocommerce-currency-switcher-form .dd-selected {
  padding: 0 !important;
}

.apus-topbar .wrapper-account {
  margin-right: 25px;
}

.rtl .apus-topbar .wrapper-account {
  margin-left: 25px;
  margin-right: inherit;
}

.apus-topbar .drop-dow {
  font-size: 16px;
  line-height: 1;
  color: #53585a;
}

.apus-topbar .drop-dow:hover, .apus-topbar .drop-dow:active {
  color: #dcc397;
}

/*------------------------------------*    apus-topbar
\*------------------------------------*/
.apus-topbar .widget {
  margin: 0;
}

.topbar-right-inner > * {
  display: inline-block;
  vertical-align: middle;
}

.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
  border: none !important;
  padding-top: 0;
  padding-bottom: 2px;
  background: transparent !important;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 5px 10px;
}

.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
  width: auto;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 140px;
}

.topbar-right {
  text-align: right;
}

.rtl .topbar-right {
  text-align: left;
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  line-height: 1.4;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #e6e6e6;
  width: auto;
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  padding-right: 18px;
  padding-left: inherit;
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  margin-right: 18px;
  margin-left: inherit;
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  border-right: 1px solid #e6e6e6;
  border-left: inherit;
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer):first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.topbar-right .top-wrapper-menu .login i, .topbar-right .top-wrapper-menu .drop-dow i {
  font-size: 14px;
}

.topbar-right .language-wrapper .dropdown-menu-right {
  right: -20px;
}

.header-right {
  text-align: right;
}

.rtl .header-right {
  text-align: left;
}

.header-right .elementor-widget:not(.elementor-widget-spacer) {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  max-width: 75%;
  vertical-align: middle;
  width: auto;
}

.rtl .header-right .elementor-widget:not(.elementor-widget-spacer) {
  margin-right: 15px;
  margin-left: inherit;
}

.header-right .elementor-widget:not(.elementor-widget-spacer):first-child {
  margin: 0;
}

/*------------------------------------*    Header
\*------------------------------------*/
.logo.custom-logo {
  max-width: 119px;
}

.logo img {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .logo img {
  display: inline;
  zoom: 1;
}

.logo a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.logo .transparent-logo {
  display: none;
}

.logo.logo-theme {
  max-width: 119px;
  margin: 0px;
  padding: 0px;
}

.header_customer_login {
  padding: 30px;
}

.header_customer_login .title {
  margin: 0 0 10px;
  font-size: 25px;
}

.header-left [class*="icon"] {
  font-size: 16px;
}

.header-left .btn-search-top {
  margin-top: 4px;
}

.header-left .icon-menu-top [class*="icon"] {
  font-size: 30px;
}

.header-left > div {
  margin-right: 22px;
}

.rtl .header-left > div {
  margin-left: 22px;
  margin-right: inherit;
}

.header-left > div:last-child {
  margin-right: 0px;
}

.rtl .header-left > div:last-child {
  margin-left: 0px;
  margin-right: inherit;
}

.header-right [class*="icon"] {
  font-size: 16px;
}

.header-right > div {
  margin-left: 25px;
}

.rtl .header-right > div {
  margin-right: 25px;
  margin-left: inherit;
}

.header-right > div:last-child {
  margin-left: 0px;
}

.rtl .header-right > div:last-child {
  margin-right: 0px;
  margin-left: inherit;
}

.header-default {
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (min-width: 1168px) {
  .header-default {
    padding: 27px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .header-default .megamenu > li {
    margin-right: 26px;
  }
  .rtl .header-default .megamenu > li {
    margin-left: 26px;
    margin-right: inherit;
  }
}

.header-default .megamenu > li:last-child {
  margin-right: 0px;
}

.rtl .header-default .megamenu > li:last-child {
  margin-left: 0px;
  margin-right: inherit;
}

.header-default .header-right {
  margin-left: auto;
}

.rtl .header-default .header-right {
  margin-right: auto;
  margin-left: inherit;
}

.header-default + #apus-main-content .wrapper-breads {
  border: none;
}

body.home .home-page-default {
  padding-top: 50px;
}

@media only screen and (min-width: 1379px) {
  body.home .home-page-default {
    padding-top: 110px;
  }
}

.header-mobile {
  padding: 15px;
  background-color: #fff;
  position: relative;
}

.header-mobile .logo {
  line-height: 1;
  max-width: 82px;
}

@media only screen and (min-width: 480px) {
  .header-mobile .logo {
    max-width: 92px;
  }
}

.header-mobile .ali-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: auto;
}

.rtl .header-mobile .ali-right {
  margin-right: auto;
  margin-left: inherit;
}

.header-mobile .ali-right .schedule-visit-btn {
  color: #53585a;
}

.header-mobile .ali-right .schedule-visit-btn:hover {
  color: #53585a;
}

.header-mobile .ali-right .schedule-visit-btn:focus {
  color: #53585a;
}

.header-mobile .ali-right .schedule-visit-btn:focus-within {
  color: #53585a;
}

.header-mobile .ali-right .schedule-visit-btn:active {
  color: #53585a;
}

.header-mobile .ali-right .schedule-visit-btn > *:before {
  font-size: 21px;
  margin: 0;
}

.header-mobile .ali-right > * {
  margin-right: 5px;
}

.rtl .header-mobile .ali-right > * {
  margin-left: 5px;
  margin-right: inherit;
}

.header-mobile .ali-right > *:last-child {
  margin-right: 0;
}

.rtl .header-mobile .ali-right > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.header-mobile .box-search {
  position: static;
}

.header-mobile .box-search.active .search-mobile {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header-mobile .top-wrapper-menu {
  margin-right: 0;
}

.rtl .header-mobile .top-wrapper-menu {
  margin-left: 0;
  margin-right: inherit;
}

.header-mobile .login-account, .header-mobile .user-log {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.header-mobile .login-account:before, .header-mobile .login-account:after, .header-mobile .user-log:before, .header-mobile .user-log:after {
  content: " ";
  display: table;
}

.header-mobile .login-account:after, .header-mobile .user-log:after {
  clear: both;
}

.header-mobile .login-account > li.space, .header-mobile .user-log > li.space {
  display: none;
}

.header-mobile .login-account > li > a, .header-mobile .user-log > li > a {
  font-weight: 400;
  padding-bottom: 10px;
}

.header-mobile .login-account > li > a.apus-user-login, .header-mobile .login-account > li > a.apus-user-register, .header-mobile .user-log > li > a.apus-user-login, .header-mobile .user-log > li > a.apus-user-register {
  padding-bottom: 15px;
}

.header-mobile .login-account > li > a.apus-user-register, .header-mobile .user-log > li > a.apus-user-register {
  padding-bottom: 0px;
}

.header-mobile .btn-showmenu {
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  min-width: auto;
  line-height: 1;
  color: #53585a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 40px;
  height: 43px;
}

.header-mobile .btn-showmenu:hover {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-showmenu:focus {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-showmenu:focus-within {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-showmenu:active {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-showmenu > * {
  margin: 0px;
  padding: 0px;
}

.header-mobile .btn-showmenu > *:before {
  margin: 0px;
  font-size: 28px;
}

.header-mobile .btn-search-icon {
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  font-size: 22px;
  color: #53585a;
  width: 40px;
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.header-mobile .btn-search-icon:hover {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-search-icon:focus {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-search-icon:focus-within {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-search-icon:active {
  outline: none;
  color: #53585a;
  background-color: transparent;
}

.header-mobile .btn-search-icon > *:before {
  margin: 0px;
  font-size: 100%;
}

.header-mobile > .btn-offcanvas {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}

.header-mobile .btn.dropdown-toggle, .header-mobile .dropdown-toggle.viewmore-products-btn,
.header-mobile .btn.offcanvas,
.header-mobile .offcanvas.viewmore-products-btn {
  border: none;
  padding: 0;
  font-size: 18px;
  color: #000;
  background: transparent;
}

.header-mobile .btn.dropdown-toggle:hover, .header-mobile .dropdown-toggle.viewmore-products-btn:hover, .header-mobile .btn.dropdown-toggle:active, .header-mobile .dropdown-toggle.viewmore-products-btn:active, .header-mobile .btn.dropdown-toggle:focus, .header-mobile .dropdown-toggle.viewmore-products-btn:focus,
.header-mobile .btn.offcanvas:hover,
.header-mobile .offcanvas.viewmore-products-btn:hover,
.header-mobile .btn.offcanvas:active,
.header-mobile .offcanvas.viewmore-products-btn:active,
.header-mobile .btn.offcanvas:focus,
.header-mobile .offcanvas.viewmore-products-btn:focus {
  color: #dcc397;
  background: transparent;
}

.header-mobile .apus-search-form {
  min-width: 270px;
  position: static;
  overflow: visible;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .header-mobile .apus-search-form {
    min-width: 300px;
  }
}

.header-mobile .apus-search-form .select-category {
  display: none;
}

.header-mobile .apus-search-form form {
  border: 0;
  padding: 15px;
  width: 100%;
  position: relative;
  background: #f9f9f9;
}

.header-mobile .apus-search-form form .main-search {
  display: block !important;
}

.header-mobile .apus-search-form form .btn, .header-mobile .apus-search-form form .viewmore-products-btn {
  font-size: 16px;
  text-transform: none;
  line-height: 46px;
  padding: 0 20px;
  font-weight: 600;
  border: none;
  position: absolute;
  top: 15px;
  color: #fff;
  background-color: #dcc397;
  width: auto;
  height: 46px;
  right: 15px;
}

.rtl .header-mobile .apus-search-form form .btn, .rtl .header-mobile .apus-search-form form .viewmore-products-btn {
  left: 15px;
  right: auto;
}

.header-mobile .apus-search-form form .btn:hover, .header-mobile .apus-search-form form .viewmore-products-btn:hover {
  border: none;
  background-color: #dcc397;
}

.header-mobile .apus-search-form form .btn:focus, .header-mobile .apus-search-form form .viewmore-products-btn:focus {
  border: none;
  background-color: #dcc397;
}

.header-mobile .apus-search-form form .btn:focus-within, .header-mobile .apus-search-form form .viewmore-products-btn:focus-within {
  border: none;
  background-color: #dcc397;
}

.header-mobile .apus-search-form form .btn:active, .header-mobile .apus-search-form form .viewmore-products-btn:active {
  border: none;
  background-color: #dcc397;
}

.header-mobile .apus-search-form form input[type=text],
.header-mobile .apus-search-form form input[type=email] {
  color: #555555;
  background-color: #fff;
}

.header-mobile .apus-search-form form input[type=text]::-moz-placeholder,
.header-mobile .apus-search-form form input[type=email]::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

.header-mobile .apus-search-form form input[type=text]:-ms-input-placeholder,
.header-mobile .apus-search-form form input[type=email]:-ms-input-placeholder {
  color: #555555;
}

.header-mobile .apus-search-form form input[type=text]::-webkit-input-placeholder,
.header-mobile .apus-search-form form input[type=email]::-webkit-input-placeholder {
  color: #555555;
}

.header-mobile .top-cart {
  margin-right: 5px;
}

.rtl .header-mobile .top-cart {
  margin-left: 5px;
  margin-right: inherit;
}

.header-mobile .total-minicart {
  display: none;
}

.header-mobile .search-mobile {
  padding: 0;
  display: block;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header-mobile .box-right {
  margin-left: 15px;
}

.rtl .header-mobile .box-right {
  margin-right: 15px;
  margin-left: inherit;
}

.header-mobile .box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.header-mobile .apus-search-form .tt-menu a.media {
  padding: 12px;
}

.table-visiable {
  display: table;
  width: 100%;
}

.table-visiable > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .table-visiable-dk {
    display: table;
    width: 100%;
  }
  .table-visiable-dk > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}

.sticky-header {
  position: fixed !important;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_transparent .apus-header {
  top: 0px;
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
}

.rtl .header_transparent .apus-header {
  right: 0;
  left: auto;
}

.header_transparent .apus-header .wel-user {
  color: #53585a;
}

.header_transparent .apus-header .apus-header-custom-toplink {
  color: #53585a;
}

.header_transparent .apus-header .apus-header-custom-toplink .custom-toplink-btn {
  color: inherit;
}

.header_transparent .apus-header .apus-header-cta-2 .apus-header-call-to-action .phone-icon {
  background-position: 0 0;
}

.header_transparent .apus-header .widget-social.st_small .social a {
  color: #53585a;
}

.header_transparent .apus-header .widget-social.st_small .social a:hover {
  color: #dcc397;
}

.header_transparent .apus-header .widget-social.st_small .social a:focus {
  color: #dcc397;
}

.header_transparent .apus-header .widget-social.st_small .social a:focus-within {
  color: #dcc397;
}

.header_transparent .apus-header .widget-social.st_small .social a:active {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .user-log li a {
  color: #53585a;
  border-color: #e6e6e6;
}

.header_transparent .apus-header section.elementor-element.has-bkg .user-log li a:hover {
  color: #dcc397 !important;
  background-color: transparent;
  border-color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .user-log li a:focus {
  color: #dcc397 !important;
  background-color: transparent;
  border-color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .user-log li a:focus-within {
  color: #dcc397 !important;
  background-color: transparent;
  border-color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .user-log li a:active {
  color: #dcc397 !important;
  background-color: transparent;
  border-color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .widget-social.st_small .social > li {
  margin-right: 25px;
}

.rtl .header_transparent .apus-header section.elementor-element.has-bkg .widget-social.st_small .social > li {
  margin-left: 25px;
  margin-right: inherit;
}

.header_transparent .apus-header section.elementor-element.has-bkg .widget-social.st_small .social a {
  color: #808080;
}

.header_transparent .apus-header section.elementor-element.has-bkg .widget-social.st_small .social a:hover {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .widget-social.st_small .social a:focus {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .widget-social.st_small .social a:focus-within {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .widget-social.st_small .social a:active {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .wel-user {
  color: #53585a;
}

.header_transparent .apus-header section.elementor-element.has-bkg .wel-user:hover {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .wel-user:focus {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .wel-user:focus-within {
  color: #dcc397;
}

.header_transparent .apus-header section.elementor-element.has-bkg .wel-user:active {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-schedule-visit a,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-schedule-visit a {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-schedule-visit a:hover,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-schedule-visit a:hover {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-search-form > .inner-search,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-search-form > .inner-search {
  border-color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-header-call-to-action a,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-header-call-to-action a {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .wel-user,
.header_transparent .main-sticky-header:not(.sticky-header) .wel-user {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .wel-user:hover,
.header_transparent .main-sticky-header:not(.sticky-header) .wel-user:hover {
  color: #53585a;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .logo .logo-main.has-transparent-logo,
.header_transparent .main-sticky-header:not(.sticky-header) .logo .logo-main.has-transparent-logo {
  display: none;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .logo .transparent-logo,
.header_transparent .main-sticky-header:not(.sticky-header) .logo .transparent-logo {
  display: block;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .profile-info,
.header_transparent .main-sticky-header:not(.sticky-header) .profile-info {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .profile-info .fa,
.header_transparent .main-sticky-header:not(.sticky-header) .profile-info .fa {
  font-size: 12px;
  margin: 0px 5px;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .user-log li a,
.header_transparent .main-sticky-header:not(.sticky-header) .user-log li a {
  font-weight: 400;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-search-form > a,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-search-form > a {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-header-custom-toplink,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-header-custom-toplink {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-header-custom-toplink .custom-toplink-btn,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-header-custom-toplink .custom-toplink-btn {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .has-bkg .apus-header-custom-toplink,
.header_transparent .main-sticky-header:not(.sticky-header) .has-bkg .apus-header-custom-toplink {
  color: #53585a;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .has-bkg .apus-header-custom-toplink .custom-toplink-btn,
.header_transparent .main-sticky-header:not(.sticky-header) .has-bkg .apus-header-custom-toplink .custom-toplink-btn {
  color: #53585a;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .widget-social.st_small .social a,
.header_transparent .main-sticky-header:not(.sticky-header) .widget-social.st_small .social a {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li.active > a,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li.active > a {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li:hover > a,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li:hover > a {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li:focus > a,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li:focus > a {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li:focus-within > a,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li:focus-within > a {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li:active > a,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li:active > a {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li > a,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li > a:hover .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a:hover .caret {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li > a:focus .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a:focus .caret {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li > a:focus-within .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a:focus-within .caret {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li > a:active .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a:active .caret {
  color: #dcc397;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li > a .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a .caret {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .megamenu > li > a .caret:before,
.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a .caret:before {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .main-menu.main-menu-2 .megamenu > li > a,
.header_transparent .main-sticky-header:not(.sticky-header) .main-menu.main-menu-2 .megamenu > li > a {
  color: #53585a;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .main-menu.main-menu-2 .megamenu > li > a:hover,
.header_transparent .main-sticky-header:not(.sticky-header) .main-menu.main-menu-2 .megamenu > li > a:hover {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .highlight-color .main-menu .megamenu > li.active > a,
.header_transparent .main-sticky-header:not(.sticky-header) .highlight-color .main-menu .megamenu > li.active > a {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .highlight-color .main-menu .megamenu > li.active > a .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .highlight-color .main-menu .megamenu > li.active > a .caret {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .highlight-color .main-menu .megamenu > li > a,
.header_transparent .main-sticky-header:not(.sticky-header) .highlight-color .main-menu .megamenu > li > a {
  color: #53585a;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .highlight-color .main-menu .megamenu > li > a .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .highlight-color .main-menu .megamenu > li > a .caret {
  color: #53585a;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .highlight-color .main-menu .megamenu > li:hover > a,
.header_transparent .main-sticky-header:not(.sticky-header) .highlight-color .main-menu .megamenu > li:hover > a {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .highlight-color .main-menu .megamenu > li:hover > a .caret,
.header_transparent .main-sticky-header:not(.sticky-header) .highlight-color .main-menu .megamenu > li:hover > a .caret {
  color: #fff;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header .apus-header-call-to-action .phone-icon,
.header_transparent .main-sticky-header:not(.sticky-header) .apus-header-call-to-action .phone-icon {
  background-position: left bottom;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header section.elementor-element,
.header_transparent .main-sticky-header:not(.sticky-header) section.elementor-element {
  outline: none;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header section.elementor-element.has-bkg,
.header_transparent .main-sticky-header:not(.sticky-header) section.elementor-element.has-bkg {
  background-color: #fff !important;
}

.header_transparent:not(.has-header-sticky):not(.error404) .apus-header section.elementor-element.highlight-color,
.header_transparent .main-sticky-header:not(.sticky-header) section.elementor-element.highlight-color {
  outline: none;
}

.apus-header-404 {
  padding: 27px 30px;
  border-bottom: 0px;
}

@media only screen and (min-width: 1168px) {
  .apus-header-404 {
    padding: 27px 85px;
  }
}

.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.5);
}

.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

.apus-header {
  z-index: 10;
  position: relative;
}

.apus-header .widget-social.st_small .social a {
  color: #53585a;
}

.apus-header .widget-social.st_small .social a:hover {
  color: #dcc397;
}

.apus-header .widget-social.st_small .social a:focus {
  color: #dcc397;
}

.apus-header .widget-social.st_small .social a:focus-within {
  color: #dcc397;
}

.apus-header .widget-social.st_small .social a:active {
  color: #dcc397;
}

.apus-header .elementor-widget.elementor-widget-apus_element_search_form {
  height: 46px;
}

.apus-header .show-main-menu {
  font-size: 30px;
  line-height: 1;
  color: #53585a;
}

.apus-header .show-main-menu:hover {
  color: #dcc397;
}

.apus-header .show-main-menu:focus {
  color: #dcc397;
}

.apus-header .show-main-menu:focus-within {
  color: #dcc397;
}

.apus-header .show-main-menu:active {
  color: #dcc397;
}

.apus-header section.elementor-element.has-bkg .apus-header-custom-toplink {
  color: #808080;
}

.apus-header section.elementor-element.has-bkg .apus-header-custom-toplink .custom-toplink-btn:after {
  height: 2px;
}

.apus-header section.elementor-element.has-bkg .apus-header-custom-toplink > * {
  margin-right: 85px;
}

.rtl .apus-header section.elementor-element.has-bkg .apus-header-custom-toplink > * {
  margin-left: 85px;
  margin-right: inherit;
}

.apus-header section.elementor-element.has-bkg .apus-header-custom-toplink > *:last-child {
  margin-right: 0;
}

.rtl .apus-header section.elementor-element.has-bkg .apus-header-custom-toplink > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  z-index: 9;
  width: 100%;
  height: 10px;
}

.rtl .apus-header .wrapper-topmenu:before {
  right: 0;
  left: auto;
}

.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

.apus-header .apus-header-404 .apus-schedule-visit a {
  color: #53585a !important;
}

.apus-header .apus-header-404 .apus-search-form > a {
  color: #53585a !important;
}

.apus-header .apus-header-space-1 {
  padding: 0 30px;
}

@media only screen and (min-width: 1168px) {
  .apus-header .apus-header-space-1 {
    padding: 0 85px;
  }
}

.apus-header .apus-header-custom-logo-1 {
  padding-right: 100px;
}

.rtl .apus-header .apus-header-custom-logo-1 {
  padding-left: 100px;
  padding-right: inherit;
}

.header-button-woo > div {
  margin-left: 25px;
}

.rtl .header-button-woo > div {
  margin-right: 25px;
  margin-left: inherit;
}

.header-button-woo > div:last-child {
  margin-left: 0;
}

.rtl .header-button-woo > div:last-child {
  margin-right: 0;
  margin-left: inherit;
}

.header-sidebar {
  position: fixed;
  width: 100px;
  z-index: 91;
  left: 0;
  top: 0;
  min-height: 100vh;
  background: #000;
  color: #fff;
}

.header-sidebar a {
  color: #fff;
}

.header-sidebar a:hover, .header-sidebar a:active {
  color: #dcc397;
}

.header-sidebar .show-main-menu {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-width: 0 0 1px;
  border-color: #e6e6e6;
  color: #fff;
  background: #000000;
}

.header-sidebar .apus-topcart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333333;
}

.header-sidebar .apus-topcart .count {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.header-sidebar .apus-topcart .dropdown-menu {
  bottom: 0;
  top: inherit;
  left: 100%;
}

.header-sidebar .service {
  color: #999999;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  left: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0, 11px;
  -moz-transform-origin: 0, 11px;
  -ms-transform-origin: 0, 11px;
  transform-origin: 0, 11px;
}

.header-sidebar .service > * {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-sidebar .service p {
  margin: 0;
}

.over-dark {
  cursor: auto;
  cursor: url("../images/close-icon.png") 20 20, auto;
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  right: 0;
}

.rtl .over-dark {
  left: 0;
  right: auto;
}

.over-dark.active {
  display: block;
}

.menu-center .navbar-nav.megamenu {
  float: none;
  text-align: center;
}

/*------------------------------------*    Breadcrumb
\*------------------------------------*/
.apus-breadcrumb {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 0 30px;
  text-align: left;
  font-size: 16px;
}

.apus-breadcrumb .breadcrumb-title {
  color: #ccc;
  margin: 0;
  font-weight: 300;
  font-size: 48px;
}

.apus-breadcrumb nav {
  text-align: left;
  line-height: 30px;
}

.rtl .apus-breadcrumb nav {
  text-align: right;
}

.apus-breadcrumb nav a {
  color: #000;
}

/*------------------------------------*    Container
\*------------------------------------*/
.apus-mainbody {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*------------------------------------*    Content
\*------------------------------------*/
.apus-content {
  background: #fff;
}

.apus-content:before, .apus-content:after {
  content: " ";
  display: table;
}

.apus-content:after {
  clear: both;
}

/*------------------------------------*    Pagination
\*------------------------------------*/
.navigation {
  display: block;
  clear: both;
}

.apus-pagination {
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.apus-pagination:before, .apus-pagination:after {
  content: " ";
  display: table;
}

.apus-pagination:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .apus-pagination {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-pagination {
    padding: 30px 0 0 0;
  }
}

.apus-pagination > *:first-child {
  padding-left: 0;
  margin-left: 0;
}

.rtl .apus-pagination > *:first-child {
  padding-right: 0;
  padding-left: inherit;
}

.rtl .apus-pagination > *:first-child {
  margin-right: 0;
  margin-left: inherit;
}

.apus-pagination > *:last-child {
  padding-right: 0;
  margin-right: 0;
}

.rtl .apus-pagination > *:last-child {
  padding-left: 0;
  padding-right: inherit;
}

.rtl .apus-pagination > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.apus-pagination .page-numbers li,
.apus-pagination .pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.apus-pagination .page-numbers li > span, .apus-pagination .page-numbers li > a,
.apus-pagination .pagination li > span,
.apus-pagination .pagination li > a {
  text-align: center;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 6px 10px;
  display: inline-block;
  float: none;
  color: #53585a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #f9f9f9;
  min-width: 40px;
  margin-right: 5px;
}

.rtl .apus-pagination .page-numbers li > span, .rtl .apus-pagination .page-numbers li > a, .rtl
.apus-pagination .pagination li > span, .rtl
.apus-pagination .pagination li > a {
  margin-left: 5px;
  margin-right: inherit;
}

.apus-pagination .page-numbers li > span:hover, .apus-pagination .page-numbers li > span.current, .apus-pagination .page-numbers li > a:hover, .apus-pagination .page-numbers li > a.current,
.apus-pagination .pagination li > span:hover,
.apus-pagination .pagination li > span.current,
.apus-pagination .pagination li > a:hover,
.apus-pagination .pagination li > a.current {
  color: #fff;
  background: #dcc397;
}

.apus-pagination > span, .apus-pagination > a {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  float: none;
  line-height: 46px;
  color: #53585a;
  background: #f9f9f9;
  margin-right: 0;
  min-width: 46px;
  overflow: visible;
  float: none;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-right: 5px;
  margin-left: 5px;
}

.lt-ie8 .apus-pagination > span, .lt-ie8 .apus-pagination > a {
  display: inline;
  zoom: 1;
}

.rtl .apus-pagination > span, .rtl .apus-pagination > a {
  margin-left: 5px;
  margin-right: inherit;
}

.rtl .apus-pagination > span, .rtl .apus-pagination > a {
  margin-right: 5px;
  margin-left: inherit;
}

.apus-pagination > span:hover, .apus-pagination > a:hover {
  color: #fff;
  background: #dcc397;
}

.apus-pagination > span:focus, .apus-pagination > a:focus {
  color: #fff;
  background: #dcc397;
}

.apus-pagination > span:focus-within, .apus-pagination > a:focus-within {
  color: #fff;
  background: #dcc397;
}

.apus-pagination > span:active, .apus-pagination > a:active {
  color: #fff;
  background: #dcc397;
}

.apus-pagination > span.next, .apus-pagination > span.prev, .apus-pagination > a.next, .apus-pagination > a.prev {
  font-size: 0;
  width: auto;
  padding: 0 15px;
  color: transparent;
  position: relative;
}

.apus-pagination > span.next:before, .apus-pagination > span.prev:before, .apus-pagination > a.next:before, .apus-pagination > a.prev:before {
  color: #53585a;
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 10px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.apus-pagination > span.next:hover:before, .apus-pagination > span.prev:hover:before, .apus-pagination > a.next:hover:before, .apus-pagination > a.prev:hover:before {
  color: #fff;
}

.apus-pagination > span.next:focus:before, .apus-pagination > span.prev:focus:before, .apus-pagination > a.next:focus:before, .apus-pagination > a.prev:focus:before {
  color: #fff;
}

.apus-pagination > span.next:focus-within:before, .apus-pagination > span.prev:focus-within:before, .apus-pagination > a.next:focus-within:before, .apus-pagination > a.prev:focus-within:before {
  color: #fff;
}

.apus-pagination > span.next:active:before, .apus-pagination > span.prev:active:before, .apus-pagination > a.next:active:before, .apus-pagination > a.prev:active:before {
  color: #fff;
}

.apus-pagination > span.next:before, .apus-pagination > a.next:before {
  content: "";
}

.apus-pagination > span.prev:before, .apus-pagination > a.prev:before {
  content: "";
}

.apus-pagination > span.current, .apus-pagination > a.current {
  color: #fff;
  background: #dcc397;
  pointer-events: none;
}

.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*    Footer
\*------------------------------------*/
.apus-footer-mobile {
  display: none;
}

.apus-footer {
  position: relative;
  z-index: 1;
  font-weight: 400;
  background: #fff;
  color: #babcbd;
  font-size: 16px;
}

.apus-footer a {
  color: #babcbd;
}

.apus-footer a:hover {
  color: #dcc397;
}

.apus-footer a:focus {
  color: #dcc397;
}

.apus-footer a:focus-within {
  color: #dcc397;
}

.apus-footer a:active {
  color: #dcc397;
}

.apus-footer a.apus-copyright-link {
  color: #fff;
}

.apus-footer a.apus-copyright-link:hover {
  color: #dcc397;
}

.apus-footer a.apus-copyright-link:focus {
  color: #dcc397;
}

.apus-footer a.apus-copyright-link:focus-within {
  color: #dcc397;
}

.apus-footer a.apus-copyright-link:active {
  color: #dcc397;
}

.apus-footer .apus-copyright-label {
  text-align: left;
}

.rtl .apus-footer .apus-copyright-label {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .apus-copyright-label {
    text-align: center;
  }
}

.apus-footer .apus-copyright-label.dark a {
  color: #53585a;
}

.apus-footer .apus-copyright-label.dark a:hover {
  color: #dcc397;
}

.apus-footer .apus-copyright-label.dark a:focus {
  color: #dcc397;
}

.apus-footer .apus-copyright-label.dark a:focus-within {
  color: #dcc397;
}

.apus-footer .apus-copyright-label.dark a:active {
  color: #dcc397;
}

.apus-footer .widget-social .social a {
  color: #fff;
}

.apus-footer .widget-mailchimp {
  padding-left: 0;
}

.rtl .apus-footer .widget-mailchimp {
  padding-right: 0;
  padding-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-mailchimp {
    padding-left: 100px;
  }
  .rtl .apus-footer .widget-mailchimp {
    padding-right: 100px;
    padding-left: inherit;
  }
}

.apus-footer .widget-mailchimp .title {
  color: #fff;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .apus-footer .widget-mailchimp .title {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-mailchimp .title {
    margin-bottom: 30px;
  }
}

.apus-footer .widget-mailchimp .sub-title {
  margin-bottom: 10px;
  text-align: left;
}

.rtl .apus-footer .widget-mailchimp .sub-title {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-mailchimp .sub-title {
    margin-bottom: 24px;
  }
}

.apus-footer .widget-mailchimp .btn, .apus-footer .widget-mailchimp .viewmore-products-btn, .apus-footer .widget-mailchimp .viewmore-products-btn {
  color: #75797a;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-mailchimp .btn, .apus-footer .widget-mailchimp .viewmore-products-btn, .apus-footer .widget-mailchimp .viewmore-products-btn {
    color: #fff;
  }
}

.apus-footer .widget-mailchimp.dark .title {
  color: #53585a;
}

.apus-footer .widget-mailchimp.dark form {
  border-color: #e6e6e6;
}

.apus-footer .widget-mailchimp.dark .btn, .apus-footer .widget-mailchimp.dark .viewmore-products-btn, .apus-footer .widget-mailchimp.dark .viewmore-products-btn {
  color: #808080;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .widget-mailchimp.dark .btn, .apus-footer .widget-mailchimp.dark .viewmore-products-btn, .apus-footer .widget-mailchimp.dark .viewmore-products-btn {
    color: #53585a;
  }
}

.apus-footer .apus-footer-social {
  margin-top: 6px;
  text-align: left;
}

.rtl .apus-footer .apus-footer-social {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .apus-footer-social {
    text-align: center;
  }
}

.apus-footer .apus-footer-social.dark .social {
  width: 100%;
  text-align: left;
}

.rtl .apus-footer .apus-footer-social.dark .social {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .apus-footer-social.dark .social {
    text-align: center;
  }
}

.apus-footer .apus-footer-social.dark .social a {
  color: #53585a;
}

.apus-footer .apus-footer-social.dark .social a:hover {
  color: #dcc397;
}

.apus-footer .apus-footer-social.dark .social a:focus {
  color: #dcc397;
}

.apus-footer .apus-footer-social.dark .social a:focus-within {
  color: #dcc397;
}

.apus-footer .apus-footer-social.dark .social a:active {
  color: #dcc397;
}

.apus-footer .post-list-item-small {
  position: relative;
  border-bottom: 0;
  padding-right: 30px;
}

.rtl .apus-footer .post-list-item-small {
  padding-left: 30px;
  padding-right: inherit;
}

.apus-footer .post-list-item-small:after {
  content: '';
  width: 75%;
  height: 1px;
  bottom: 0;
  position: absolute;
  background-color: #4c4a4a;
  left: 0;
}

.rtl .apus-footer .post-list-item-small:after {
  right: 0;
  left: auto;
}

.apus-footer .post-list-item-small .entry-title {
  font-weight: 700;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.apus-footer .layout-blog div[class*="col-"]:last-child .post-list-item-small {
  padding-bottom: 25px;
}

.apus-footer .logo.custom-logo {
  margin-bottom: 0;
}

@media only screen and (min-width: 1168px) {
  .apus-footer .logo.custom-logo {
    margin-bottom: 10px;
  }
}

.apus-footer .elementor-element.footer-builder-home-2 {
  color: #aeaeae;
}

.apus-footer .elementor-element.footer-builder-home-2 .widget-mailchimp .btn, .apus-footer .elementor-element.footer-builder-home-2 .widget-mailchimp .viewmore-products-btn, .apus-footer .elementor-element.footer-builder-home-2 .widget-mailchimp .viewmore-products-btn {
  background-color: #f9f9f9;
}

.apus-footer .elementor-element.footer-builder-home-2 .widget-mailchimp form input[type="email"] {
  color: #aeaeae;
}

.apus-footer .elementor-element.footer-builder-home-2 .widget-mailchimp form input[type="email"]::-moz-placeholder {
  color: #aeaeae;
  opacity: 1;
}

.apus-footer .elementor-element.footer-builder-home-2 .widget-mailchimp form input[type="email"]:-ms-input-placeholder {
  color: #aeaeae;
}

.apus-footer .elementor-element.footer-builder-home-2 .widget-mailchimp form input[type="email"]::-webkit-input-placeholder {
  color: #aeaeae;
}

.apus-footer .elementor-element.footer-builder-home-2 .widget-footer-contact.dark ul li {
  color: #aeaeae;
}

.apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li {
  color: #aeaeae;
}

.apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li span, .apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li a {
  color: #aeaeae;
}

.apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li span:hover, .apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li a:hover {
  color: #dcc397;
}

.apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li span:focus, .apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li a:focus {
  color: #dcc397;
}

.apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li span:focus-within, .apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li a:focus-within {
  color: #dcc397;
}

.apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li span:active, .apus-footer .elementor-element.footer-builder-home-2 .apus-footer-custom-text ul.dark li a:active {
  color: #dcc397;
}

.footer-default {
  outline: none;
}

.apus-footer.full-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

/*------------------------------------*    Copyright
\*------------------------------------*/
.apus-copyright {
  color: #53585a;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.apus-copyright a {
  color: #babcbd;
}

.apus-copyright a:hover {
  color: #dcc397;
}

.apus-copyright a:focus {
  color: #dcc397;
}

.apus-copyright a:focus-within {
  color: #dcc397;
}

.apus-copyright a:active {
  color: #dcc397;
}

.apus-copyright .widget-social {
  text-align: right;
}

.rtl .apus-copyright .widget-social {
  text-align: left;
}

.apus-copyright .widget-social a {
  color: #53585a;
}

.apus-copyright .widget-social a:hover {
  color: #dcc397;
}

/*------------------------------------*    Top bar
\*------------------------------------*/
.apus-offcanvas {
  visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fff;
  overflow-x: auto;
  width: 100%;
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rtl .apus-offcanvas {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) {
  .apus-offcanvas {
    width: 400px;
  }
}

.apus-offcanvas .apus-offcanvas-body {
  position: relative;
}

.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
  height: 20%;
}

.apus-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden;
}

.apus-offcanvas.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}

.apus-offcanvas .offcanvas-head {
  cursor: pointer;
  background-color: transparent;
}

.apus-offcanvas .offcanvas-head i {
  font-size: 15px;
  margin-right: 10px;
}

.rtl .apus-offcanvas .offcanvas-head i {
  margin-left: 10px;
  margin-right: inherit;
}

.apus-offcanvas .offcanvas-head a {
  color: #fff;
}

.apus-offcanvas .logo-in-theme {
  margin-bottom: 30px;
}

.apus-offcanvas .header-right > div {
  margin-left: 30px;
}

.rtl .apus-offcanvas .header-right > div {
  margin-right: 30px;
  margin-left: inherit;
}

.apus-offcanvas .header-right > div:last-child {
  margin-left: 0px;
}

.rtl .apus-offcanvas .header-right > div:last-child {
  margin-right: 0px;
  margin-left: inherit;
}

.apus-offcanvas .elementor-column {
  width: 100% !important;
}

.apus-offcanvas .elementor-column .elementor-column-wrap, .apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}

.apus-offcanvas .elementor-column .widget {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .topbar-mobile {
    padding: 10px;
  }
  .topbar-mobile .btn, .topbar-mobile .viewmore-products-btn {
    margin-right: 10px;
    padding: 6px 10px;
  }
  .rtl .topbar-mobile .btn, .rtl .topbar-mobile .viewmore-products-btn {
    margin-left: 10px;
    margin-right: inherit;
  }
  .topbar-mobile .top-cart .dropdown-menu {
    left: 0;
    right: inherit;
  }
  .topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
    display: none;
  }
}

.open-text {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  background: #d4edda;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.open-text:hover, .open-text:active {
  color: #fff;
  background: #c2e5cb;
}

#mobile-offcanvas-sidebar {
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 270px;
  height: 100%;
  max-width: 80%;
  background: #fff;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
  left: 100%;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
  right: 100%;
}

#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  padding: 0 15px;
}

#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
  display: block;
}

#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
  position: absolute;
  top: 100px;
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-sidebar-panel-overlay.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 998;
  cursor: url("../images/close-icon.png"), auto;
}

.apus-footer-mobile {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.apus-footer-mobile .footer-search-mobile {
  position: absolute;
  z-index: 999;
  left: 0;
  top: -60px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-footer-mobile .footer-search-mobile.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.apus-footer-mobile > ul > li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  position: relative;
}

.apus-footer-mobile > ul > li span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.apus-footer-mobile > ul > li .wishlist-icon, .apus-footer-mobile > ul > li .mini-cart {
  line-height: 1.625;
}

.apus-footer-mobile > ul > li .wrapper-morelink {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.apus-footer-mobile > ul > li .wrapper-morelink li {
  padding: 3px 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: left;
}

.rtl .apus-footer-mobile > ul > li .wrapper-morelink li {
  text-align: right;
}

.apus-footer-mobile > ul > li .wrapper-morelink.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile .mini-cart i {
  font-size: 15px;
}

.apus-footer-mobile .mini-cart .count {
  top: 2px;
}

.apus-footer-mobile .apus-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}

.apus-footer-mobile .apus-search-form .select-category {
  display: none;
}

.apus-footer-mobile .apus-search-form form {
  border: none;
  margin: 0;
}

.apus-footer-mobile .apus-search-form form .form-control {
  border: 1px solid #e6e6e6;
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .close-sidebar-btn, .lt-ie8
.mobile-sidebar-btn {
  display: inline;
  zoom: 1;
}

.mobile-sidebar-btn {
  margin: 0 0 25px;
  color: #808080;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.mobile-sidebar-btn:hover {
  color: #dcc397;
}

.mobile-sidebar-btn:focus {
  color: #dcc397;
}

.mobile-sidebar-btn:focus-within {
  color: #dcc397;
}

.mobile-sidebar-btn:active {
  color: #dcc397;
}

.mobile-sidebar-btn > * {
  font-size: 13px;
  margin: 0 10px 0 0;
}

.rtl .mobile-sidebar-btn > * {
  margin: 0 0 0 10px;
}

.mobile-sidebar-btn > *:before {
  margin: 0;
  font-size: 21px;
}

.close-sidebar-btn:hover {
  color: #53585a;
}

.close-sidebar-btn:focus {
  color: #53585a;
}

.close-sidebar-btn:focus-within {
  color: #53585a;
}

.close-sidebar-btn:active {
  color: #53585a;
}

.close-sidebar-btn {
  cursor: pointer;
  padding: 8px 30px;
  margin: 0px;
  display: block;
  font-size: 20px;
  background: #dcc397;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: 400;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-align: left;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.rtl .close-sidebar-btn {
  text-align: right;
}

.close-sidebar-btn:hover {
  background: #dcc397;
  color: #fff;
}

.close-sidebar-btn:focus {
  background: #dcc397;
  color: #fff;
}

.close-sidebar-btn:focus-within {
  background: #dcc397;
  color: #fff;
}

.close-sidebar-btn:active {
  background: #dcc397;
  color: #fff;
}

.close-sidebar-btn > * {
  margin-right: 5px;
}

.rtl .close-sidebar-btn > * {
  margin-left: 5px;
  margin-right: inherit;
}

.close-sidebar-btn > *:before {
  margin: 0;
  font-size: 16px;
}

.close-sidebar-btn > *:last-child {
  margin: 0;
}

.apus-topbar .wrapper-topmenu:hover > a {
  color: #fff;
}

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 98;
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.wrapper-top-cart > .dropdown-menu-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  right: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
  margin: 0 0 20px;
  font-size: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  cursor: pointer;
  color: #f8d7da;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.wrapper-top-cart .cart_list .variation {
  margin: 0;
}

.wrapper-top-cart .cart_list .variation > * {
  display: inline-block;
  vertical-align: middle;
}

.wrapper-top-cart .cart_list .variation > * p {
  margin: 0;
}

.wrapper-top-cart .buttons .btn-block {
  margin-bottom: 10px;
}

.rtl .wrapper-top-cart > .dropdown-menu-right {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.rtl .wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.apus-footer-custom-text {
  color: #b3b3b3;
  padding-right: 0;
}

.rtl .apus-footer-custom-text {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .apus-footer-custom-text {
    padding-right: 60px;
  }
  .rtl .apus-footer-custom-text {
    padding-left: 60px;
    padding-right: inherit;
  }
}

.apus-footer-custom-text ul li {
  color: #fff;
  margin-bottom: 10px;
  line-height: 26px;
  line-height: 1.625rem;
}

@media only screen and (min-width: 1168px) {
  .apus-footer-custom-text ul li {
    margin-bottom: 15px;
  }
}

.apus-footer-custom-text ul li span, .apus-footer-custom-text ul li a {
  color: #babcbd;
}

.apus-footer-custom-text ul li:last-child {
  margin-bottom: 0;
}

.apus-footer-custom-text ul.dark li {
  color: #babcbd;
}

.apus-footer-custom-text ul.dark li span {
  color: #53585a;
}

.apus-footer-custom-text p {
  margin-bottom: 0;
}

@media only screen and (min-width: 1168px) {
  .apus-footer-custom-text p {
    margin-bottom: 30px;
  }
}

.text-copyright a {
  color: #c2974b;
}

.text-copyright a:hover {
  text-decoration: underline;
  color: #c2974b;
}

.text-copyright a:focus {
  text-decoration: underline;
  color: #c2974b;
}

.text-copyright a:focus-within {
  text-decoration: underline;
  color: #c2974b;
}

.text-copyright a:active {
  text-decoration: underline;
  color: #c2974b;
}

/* 5. menu */
.main-menu.main-menu-1 menu > li:after {
  bottom: -20px;
  height: 20px;
}

@media only screen and (min-width: 1168px) {
  .main-menu.main-menu-1 .megamenu > li {
    margin-right: 30px;
  }
  .rtl .main-menu.main-menu-1 .megamenu > li {
    margin-left: 30px;
    margin-right: inherit;
  }
}

.main-menu.main-menu-1 .megamenu > li:last-child {
  margin-right: 0;
}

.rtl .main-menu.main-menu-1 .megamenu > li:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.main-menu.main-menu-1 .megamenu > li .dropdown-menu {
  margin-top: 20px;
}

.main-menu.main-menu-1 .megamenu > li > a {
  padding-top: 24px;
  padding-bottom: 23px;
  line-height: normal;
}

.main-menu.main-menu-1 .megamenu > li > a .caret:before {
  top: calc(50% - 5px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-menu.main-menu-1 .megamenu > li:hover > a {
  color: #c2974b;
}

.main-menu.main-menu-1 .megamenu > li:focus > a {
  color: #c2974b;
}

.main-menu.main-menu-1 .megamenu > li:focus-within > a {
  color: #c2974b;
}

.main-menu.main-menu-1 .megamenu > li:active > a {
  color: #c2974b;
}

.main-menu.main-menu-1 .megamenu > li.active > a {
  outline: none;
}

.main-menu.main-menu-2 .megamenu > li:after {
  height: 20px;
  bottom: -20px;
}

.main-menu.main-menu-2 .megamenu > li.active > a {
  color: #fff;
}

.main-menu.main-menu-2 .megamenu > li > a {
  line-height: normal;
}

.main-menu.main-menu-2 .megamenu > li > a > .caret {
  display: none;
}

.main-menu.main-menu-2 .megamenu > li .dropdown-menu {
  margin-top: 20px;
}

.main-menu.main-menu-2 .megamenu > li:hover > a {
  color: #fff;
}

.main-menu.main-menu-2 .megamenu > li:focus > a {
  color: #fff;
}

.main-menu.main-menu-2 .megamenu > li:focus-within > a {
  color: #fff;
}

.main-menu.main-menu-2 .megamenu > li:active > a {
  color: #fff;
}

.highlight-color .main-menu .megamenu > li .active > a {
  outline: none;
}

.highlight-color .main-menu .megamenu > li > a {
  color: #53585a;
}

.highlight-color .main-menu .megamenu > li:hover > a {
  color: #fff;
}

.highlight-color .main-menu .megamenu > li:focus > a {
  color: #fff;
}

.highlight-color .main-menu .megamenu > li:focus-within > a {
  color: #fff;
}

.highlight-color .main-menu .megamenu > li:active > a {
  color: #fff;
}

.navbar.apus-megamenu {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.megamenu {
  padding: 0;
}

.megamenu .menu-item-description {
  text-transform: capitalize;
  padding: 15px 20px 15px 0px;
}

.rtl .megamenu .menu-item-description {
  padding: 15px 0px 15px 20px;
}

.megamenu li.aligned-fullwidth {
  position: static;
}

.megamenu li.aligned-fullwidth > .dropdown-menu {
  width: calc(100% - 20px);
  left: 10px !important;
}

.megamenu > li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 20px;
}

.rtl .megamenu > li {
  margin-left: 20px;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .megamenu > li {
    margin-right: 26px;
  }
  .rtl .megamenu > li {
    margin-left: 26px;
    margin-right: inherit;
  }
}

.megamenu > li:after {
  content: '';
  background-color: transparent;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
}

.rtl .megamenu > li:after {
  right: 0;
  left: auto;
}

.rtl .megamenu > li:after {
  left: 0;
  right: auto;
}

.megamenu > li.active > a {
  color: #fff;
}

.megamenu > li:last-child {
  margin-right: 0px;
}

.rtl .megamenu > li:last-child {
  margin-left: 0px;
  margin-right: inherit;
}

.megamenu > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #53585a;
  position: relative;
  text-transform: capitalize;
  background: transparent !important;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  float: left;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 15px 20px 15px 0px;
}

.rtl .megamenu > li > a {
  float: right;
}

.rtl .megamenu > li > a {
  padding: 15px 0px 15px 20px;
}

.megamenu > li > a > .caret {
  margin: 0;
  border: none;
}

.megamenu > li > a > .caret:before {
  font-size: 13px;
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  line-height: 1;
  border: none;
  margin-top: 0;
  color: inherit;
  top: -moz-calc(50% - 6px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  right: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 13px;
  height: 13px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .megamenu > li > a > .caret:before {
  left: 5px;
  right: auto;
}

.megamenu > li > a .fa, .megamenu > li > a img {
  max-width: 50px;
  margin-right: 8px;
}

.rtl .megamenu > li > a .fa, .rtl .megamenu > li > a img {
  margin-left: 8px;
  margin-right: inherit;
}

.megamenu > li > a > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #d1ecf1;
  color: #fff;
  position: absolute;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  right: -15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.rtl .megamenu > li > a > .text-label {
  left: -15px;
  right: auto;
}

.megamenu > li > a > .text-label.label-hot {
  background: #f8d7da;
}

.megamenu > li > a > .text-label.label-hot:before {
  border-color: #f8d7da transparent transparent #f8d7da;
}

.megamenu > li > a > .text-label.label-new {
  background: #d4edda;
}

.megamenu > li > a > .text-label.label-new:before {
  border-color: #d4edda transparent transparent #d4edda;
}

.megamenu > li > a > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #d1ecf1 transparent transparent #d1ecf1;
}

.rtl .megamenu > li > a > .text-label:before {
  right: 7px;
  left: auto;
}

.megamenu > li > a:hover {
  color: #c2974b;
}

.megamenu > li > a:focus {
  color: #c2974b;
}

.megamenu > li > a:focus-within {
  color: #c2974b;
}

.megamenu > li > a:active {
  color: #c2974b;
}

.megamenu > li:hover > a {
  color: #c2974b;
}

.megamenu > li:hover > a:before {
  width: 100%;
  left: 0;
}

.rtl .megamenu > li:hover > a:before {
  right: 0;
  left: auto;
}

.megamenu > li:focus > a {
  color: #c2974b;
}

.megamenu > li:focus > a:before {
  width: 100%;
  left: 0;
}

.rtl .megamenu > li:focus > a:before {
  right: 0;
  left: auto;
}

.megamenu > li:focus-within > a {
  color: #c2974b;
}

.megamenu > li:focus-within > a:before {
  width: 100%;
  left: 0;
}

.rtl .megamenu > li:focus-within > a:before {
  right: 0;
  left: auto;
}

.megamenu > li:active > a {
  color: #c2974b;
}

.megamenu > li:active > a:before {
  width: 100%;
  left: 0;
}

.rtl .megamenu > li:active > a:before {
  right: 0;
  left: auto;
}

.megamenu > li.active > a {
  color: #c2974b;
}

.megamenu > li.active > a:before {
  width: 100%;
  left: 0;
}

.rtl .megamenu > li.active > a:before {
  right: 0;
  left: auto;
}

.megamenu > li:hover > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.megamenu > li:focus > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.megamenu > li:focus-within > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.megamenu > li:active > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.megamenu > li.aligned-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.rtl .megamenu > li.aligned-right > .dropdown-menu {
  left: 0;
  right: auto;
}

.rtl .megamenu > li.aligned-right > .dropdown-menu {
  right: auto;
  left: auto;
}

.megamenu .aligned-fullwidth > .dropdown-menu {
  padding: 50px 30px 30px;
}

.megamenu .dropdown-menu li {
  margin: 0 0 8px;
  line-height: inherit;
}

.megamenu .dropdown-menu li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.megamenu .dropdown-menu li > a {
  position: relative;
  font-size: inherit;
  color: #53585a;
  font-weight: 400;
  padding: 0;
  width: 100%;
  background: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.lt-ie8 .megamenu .dropdown-menu li > a {
  display: inline;
  zoom: 1;
}

.megamenu .dropdown-menu li > a:hover {
  color: #c2974b;
}

.megamenu .dropdown-menu li > a:focus {
  color: #c2974b;
}

.megamenu .dropdown-menu li > a:focus-within {
  color: #c2974b;
}

.megamenu .dropdown-menu li > a:active {
  color: #c2974b;
}

.megamenu .dropdown-menu li > a .caret {
  position: absolute;
  margin: 0;
  border: none;
  font-size: 8px;
  right: 0;
  top: -moz-calc(100% - 20px);
  top: -webkit-calc(100% - 20px);
  top: calc(100% - 20px);
}

.rtl .megamenu .dropdown-menu li > a .caret {
  left: 0;
  right: auto;
}

.megamenu .dropdown-menu li > a .caret:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

.megamenu .dropdown-menu li.open > a, .megamenu .dropdown-menu li.active > a, .megamenu .dropdown-menu li.current-menu-item > a {
  color: #53585a;
}

.megamenu .dropdown-menu li.active > a {
  color: #c2974b;
}

.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  color: #c2974b;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  margin-left: 5px;
}

.rtl .megamenu .dropdown-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}

.megamenu .dropdown-menu .text-label.label-hot {
  color: #f8d7da;
}

.megamenu .dropdown-menu .text-label.label-new {
  color: #d4edda;
}

.megamenu .dropdown-menu .current-menu-item > a {
  color: #fff;
}

.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  text-align: left;
}

.rtl .megamenu .dropdown-menu .widget-title, .rtl
.megamenu .dropdown-menu .widgettitle {
  text-align: right;
}

.megamenu .dropdown-menu .widget-title:before, .megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
  display: none;
}

.megamenu .dropdown-menu .dropdown-menu {
  visibility: hidden;
  padding: 20px 30px;
  border: none;
  position: absolute;
  display: block;
  top: -20px;
  background-color: #f9f9f9;
  min-width: 220px;
  left: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0, 0;
  -moz-transform-origin: 0, 0;
  -ms-transform-origin: 0, 0;
  transform-origin: 0, 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0 0 0 30px;
  -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.05);
}

.rtl .megamenu .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}

.rtl .megamenu .dropdown-menu .dropdown-menu {
  margin: 0 30px 0 0;
}

.megamenu .apus-container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.megamenu.megamenu-404 > li:hover > a {
  color: #fff;
}

.megamenu.megamenu-404 > li:focus > a {
  color: #fff;
}

.megamenu.megamenu-404 > li:focus-within > a {
  color: #fff;
}

.megamenu.megamenu-404 > li:active > a {
  color: #fff;
}

.megamenu > li > .dropdown-menu {
  display: block;
  min-width: 220px;
  background: #fff;
  visibility: hidden;
  border: none;
  position: absolute;
  top: 100%;
  z-index: -1;
  margin-top: 28px;
  padding: 20px 30px;
  pointer-events: none;
  -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.rtl .megamenu > li > .dropdown-menu {
  right: 0;
  left: auto;
}

.megamenu > li > .dropdown-menu li .menu-item-description {
  padding: 0;
}

.megamenu > li:hover > .dropdown-menu {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.megamenu > li:focus > .dropdown-menu {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.megamenu > li:focus-within > .dropdown-menu {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.navbar-offcanvas .navbar-nav {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}

.navbar-offcanvas .navbar-nav li {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}

.navbar-offcanvas .navbar-nav li:last-child {
  border-bottom: 0;
}

.navbar-offcanvas .navbar-nav li > .icon-toggle {
  position: absolute;
  top: 0;
  z-index: 2;
  cursor: pointer;
  padding: 0;
  color: #53585a;
  font-size: 14px;
  border: none;
  cursor: pointer;
  background-color: #f9f9f9;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.rtl .navbar-offcanvas .navbar-nav li > .icon-toggle {
  left: 0;
  right: auto;
}

.navbar-offcanvas .navbar-nav li > .icon-toggle:focus {
  outline: none;
}

.navbar-offcanvas .navbar-nav li > .icon-toggle > *:before {
  margin: 0;
  font-size: 100%;
}

.navbar-offcanvas .navbar-nav li > a {
  display: block;
  background: transparent !important;
  line-height: 24px;
}

.navbar-offcanvas .navbar-nav li.open > a, .navbar-offcanvas .navbar-nav li.open > a:focus, .navbar-offcanvas .navbar-nav li.open > a:hover, .navbar-offcanvas .navbar-nav li.active > a, .navbar-offcanvas .navbar-nav li.active > a:focus, .navbar-offcanvas .navbar-nav li.active > a:hover {
  color: #c2974b;
  background: transparent;
}

.navbar-offcanvas .dropdown-menu {
  margin: 0;
}

.navbar-offcanvas .dropdown-menu > li a {
  background: transparent !important;
}

.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
  color: #53585a;
  text-decoration: underline;
}

.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
  width: 100%;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
  padding: 0 30px;
}

.navbar-offcanvas .dropdown-menu .widgettitle {
  font-weight: 600;
  margin: 0 0 10px;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}

.rtl .navbar-offcanvas .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}

.navbar-offcanvas li:hover .dropdown-menu {
  display: block;
}

.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
  width: 100%;
}

.mobile-vertical-menu .navbar-nav li {
  border-bottom: 1px dashed #e6e6e6;
}

.mobile-vertical-menu .navbar-nav li:last-child {
  border-bottom: 0;
}

.mobile-vertical-menu .navbar-nav li > a {
  padding: 5px 0;
}

.mobile-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  color: #c2974b;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  margin-left: 5px;
}

.rtl .mobile-vertical-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}

.mobile-vertical-menu .text-label.label-hot {
  color: #f8d7da;
}

.mobile-vertical-menu .text-label.label-new {
  color: #d4edda;
}

.main-mobile-menu .has-submenu > .sub-menu {
  list-style: none;
  display: none;
  border-top: 1px solid #e6e6e6;
  padding-left: 0;
}

.rtl .main-mobile-menu .has-submenu > .sub-menu {
  padding-right: 0;
  padding-left: inherit;
}

.main-mobile-menu .has-submenu > .sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 0;
}

.rtl .main-mobile-menu .has-submenu > .sub-menu li a {
  padding-right: 30px;
  padding-left: inherit;
}

.rtl .main-mobile-menu .has-submenu > .sub-menu li a {
  padding-left: 0;
  padding-right: inherit;
}

.main-mobile-menu .has-submenu > .sub-menu li > .sub-menu li a {
  padding-left: 45px;
}

.rtl .main-mobile-menu .has-submenu > .sub-menu li > .sub-menu li a {
  padding-right: 45px;
  padding-left: inherit;
}

.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px;
  text-align: inherit;
}

.main-mobile-menu .sub-menu {
  max-width: 100%;
}

.main-mobile-menu .shop-list-small {
  margin-bottom: 10px;
}

.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #c2974b;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

.rtl .main-mobile-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}

.main-mobile-menu .text-label.label-hot {
  color: #f8d7da;
}

.main-mobile-menu .text-label.label-new {
  color: #d4edda;
}

#apus-mobile-menu .btn-toggle-canvas {
  cursor: pointer;
  padding: 8px 15px;
  display: block;
  font-size: 20px;
  background: #dcc397;
  color: #fff;
  text-align: center;
  border: 0;
  width: 100%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#apus-mobile-menu .btn-toggle-canvas:hover {
  background-color: #c2974b;
  color: #fff;
}

#apus-mobile-menu .btn-toggle-canvas:focus {
  background-color: #c2974b;
  color: #fff;
}

#apus-mobile-menu .btn-toggle-canvas:focus-within {
  background-color: #c2974b;
  color: #fff;
}

#apus-mobile-menu .btn-toggle-canvas:active {
  background-color: #c2974b;
  color: #fff;
}

#apus-mobile-menu .btn-toggle-canvas > *:before {
  font-size: 100%;
  margin: 0;
}

#apus-mobile-menu .offcanvas-head strong {
  margin: 0 5px;
}

#apus-mobile-menu .navbar {
  border: none;
}

#apus-mobile-menu .navbar-collapse {
  border-top: 0;
  padding: 15px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-setting-menu-container .apus-menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}

.menu-setting-menu-container .apus-menu-top li a {
  padding: 0 15px;
  width: 100%;
}

.menu-setting-menu-container .apus-menu-top ul {
  padding-left: 15px;
}

.rtl .menu-setting-menu-container .apus-menu-top ul {
  padding-right: 15px;
  padding-left: inherit;
}

.wrapper-topmenu .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.topmenu-menu {
  font-size: 15px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu i {
  margin-right: 7px;
}

.rtl .topmenu-menu i {
  margin-left: 7px;
  margin-right: inherit;
}

.topmenu-menu > li {
  float: none;
  white-space: nowrap;
}

.topmenu-menu > li > a {
  background: transparent !important;
  padding: 0;
}

.topmenu-menu > li.active > a {
  color: #c2974b;
}

.mm-menu {
  background: #fff !important;
}

.mm-menu .mm-listview .mm-next::before {
  border: none;
}

.mm-menu .mm-listview > li .mm-next:hover:after, .mm-menu .mm-listview > li .mm-next:active:after {
  border-color: #000;
}

.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
  color: #000;
}

.mm-menu .mm-listview > li > a .text-label, .mm-menu .mm-listview > li > span .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #d1ecf1;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.rtl .mm-menu .mm-listview > li > a .text-label, .rtl .mm-menu .mm-listview > li > span .text-label {
  left: 50px;
  right: auto;
}

.mm-menu .mm-listview > li > a .text-label.label-hot, .mm-menu .mm-listview > li > span .text-label.label-hot {
  background: #f8d7da;
}

.mm-menu .mm-listview > li > a .text-label.label-hot:before, .mm-menu .mm-listview > li > span .text-label.label-hot:before {
  border-color: #f8d7da transparent transparent #f8d7da;
}

.mm-menu .mm-listview > li > a .text-label.label-new, .mm-menu .mm-listview > li > span .text-label.label-new {
  background: #d4edda;
}

.mm-menu .mm-listview > li > a .text-label.label-new:before, .mm-menu .mm-listview > li > span .text-label.label-new:before {
  border-color: #d4edda transparent transparent #d4edda;
}

.mm-menu .mm-listview > li > a .text-label:before, .mm-menu .mm-listview > li > span .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #d1ecf1 transparent transparent #d1ecf1;
}

.rtl .mm-menu .mm-listview > li > a .text-label:before, .rtl .mm-menu .mm-listview > li > span .text-label:before {
  right: 7px;
  left: auto;
}

.mm-menu .mm-listview .menu-item-description {
  font-size: 10px;
}

.mm-menu .mm-title {
  color: #000  !important;
  font-size: 18px;
}

.mm-menu .wpb_column {
  width: 100%;
}

.mm-menu .widget .widget-title, .mm-menu .widget .widgettitle, .mm-menu .widget .widget-heading {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.mm-menu .widget .widget-title:before, .mm-menu .widget .widgettitle:before, .mm-menu .widget .widget-heading:before {
  display: none;
}

html .mm-menu ~ .mm-slideout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: -100;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

html.mm-opening .mm-menu ~ .mm-slideout:before {
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: not-allowed;
}

html.mm-opened {
  position: static !important;
}

.top-menu > li > a {
  padding: 0 15px;
  text-transform: capitalize;
}

.mm-menu.mm-offcanvas {
  z-index: 999 !important;
}

.mm-menu.mm-offcanvas .social-top:after {
  display: none;
}

.mm-menu.mm-offcanvas .social-top a {
  display: inline-block;
  font-size: 16px;
}

.mm-menu.mm-offcanvas .social-top a:hover, .mm-menu.mm-offcanvas .social-top a:active {
  color: #c2974b;
}

.mm-menu.mm-offcanvas .widget {
  margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper {
  padding: 10px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
  margin-bottom: 15px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
  margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
  display: none;
}

.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
  margin-top: 0;
}

.mm-menu.mm-offcanvas {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mm-menu.mm-offcanvas.mm-opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.header-mobile .mobile-vertical-menu-title {
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-mobile .mobile-vertical-menu-title i {
  font-size: 24px;
}

.header-mobile .mobile-vertical-menu-title:hover, .header-mobile .mobile-vertical-menu-title.active {
  color: #c2974b;
}

.header-mobile .apus-search-form .btn, .header-mobile .apus-search-form .viewmore-products-btn {
  padding: 5px 13px;
  height: 42px;
}

.header-mobile .apus-search-form form .form-control {
  height: 46px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 105px;
}

.rtl .header-mobile .apus-search-form form .form-control {
  padding-left: 105px;
  padding-right: inherit;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
  font-weight: 400;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  min-width: 20px;
  margin-right: 5px;
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-left: 5px;
  margin-right: inherit;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
  color: #c2974b;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
  max-width: 100%;
  display: none;
  padding: 0 15px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
  display: none;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-left: 20px;
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-right: 20px;
  padding-left: inherit;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
  padding: 0;
  font-size: 14px;
}

.mobile-vertical-menu .widget {
  margin-bottom: 10px;
}

.dark-menu-sidebar {
  background: #fff;
  color: #808080;
  padding: 40px;
  min-height: 100vh;
  font-size: 15px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(40, 52, 54, 0.2);
  box-shadow: 0 5px 10px 0 rgba(40, 52, 54, 0.2);
}

.dark-menu-sidebar a {
  color: #808080;
}

.dark-menu-sidebar a:hover, .dark-menu-sidebar a:focus {
  color: #c2974b;
}

.dark-menu-sidebar .top-wrapper-menu .inner-top-menu a {
  color: #53585a;
}

.dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:hover, .dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:focus {
  color: #c2974b;
}

.dark-menu-sidebar .navbar-collapse {
  padding: 0;
}

.dark-menu-sidebar .navbar-offcanvas .navbar-nav > li > a {
  padding: 12px 0;
}

.dark-menu-sidebar .navbar-offcanvas .navbar-nav li .icon-toggle {
  top: 15px;
}

.dark-menu-sidebar .navbar-offcanvas .navbar-nav li:hover > .icon-toggle,
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li:hover > a, .dark-menu-sidebar .navbar-offcanvas .navbar-nav li.active > .icon-toggle,
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li.active > a {
  color: #c2974b;
}

.dark-menu-sidebar .sidebar-center {
  margin-top: 60px;
}

.dark-menu-sidebar .wishlist-sidebar > a,
.dark-menu-sidebar .login-topbar > a {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.dark-menu-sidebar .wishlist-sidebar > a i,
.dark-menu-sidebar .wrapper-account i {
  margin-right: 15px;
}

.rtl .dark-menu-sidebar .wishlist-sidebar > a i, .rtl
.dark-menu-sidebar .wrapper-account i {
  margin-left: 15px;
  margin-right: inherit;
}

.dark-menu-sidebar .wrapper-topmenu {
  margin-bottom: 8px;
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu {
  padding: 10px;
  margin-top: 0;
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu a {
  color: #999999;
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu a:hover, .dark-menu-sidebar .wrapper-topmenu .dropdown-menu a:focus {
  color: #c2974b;
}

.dark-menu-sidebar .wrapper-topmenu .dropdown-menu .active > a {
  color: #c2974b;
}

.dark-menu-sidebar .wrapper-topmenu:hover .dropdown-menu {
  display: block;
}

.dark-menu-sidebar .top-wrapper-menu .inner-top-menu,
.dark-menu-sidebar .top-wrapper-menu .header_customer_login {
  right: inherit;
  left: 0;
}

.user-log {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.user-log li:before, .user-log li:after {
  content: " ";
  display: table;
}

.user-log li:after {
  clear: both;
}

.user-log li a {
  float: left;
  padding: 0 20px 5px 20px;
  width: 100%;
  font-size: 16px;
}

.rtl .user-log li a {
  float: right;
}

.profile-info {
  cursor: pointer;
  padding: 2px 0 2px 10px;
  font-weight: 600;
}

.profile-menus {
  outline: none;
}

.user-account {
  position: absolute;
  background: #fff;
  top: 100%;
  min-width: 190px;
  visibility: hidden;
  border: none;
  z-index: 1;
  margin: 29px 0 0 0;
  padding: 15px 0;
  pointer-events: none;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0, 0;
  -moz-transform-origin: 0, 0;
  -ms-transform-origin: 0, 0;
  transform-origin: 0, 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}

.rtl .user-account {
  left: 0;
  right: auto;
}

@media only screen and (min-width: 1168px) {
  .user-account {
    margin: 12px 0 0 0;
  }
}

.user-account:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -8px;
  content: none;
  margin-top: 0px;
  position: absolute;
  right: 42px;
  width: 0;
  height: 0;
}

.rtl .user-account:after {
  left: 42px;
  right: auto;
}

@media only screen and (min-width: 1168px) {
  .user-account:after {
    content: "";
  }
}

.user-account:before {
  content: "";
  position: absolute;
  top: -43px;
  pointer-events: none;
  background-color: transparent;
  width: 100%;
  height: 43px;
  right: 0;
  left: 0;
}

.rtl .user-account:before {
  left: 0;
  right: auto;
}

.rtl .user-account:before {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .user-account:before {
    top: -23px;
    height: 23px;
  }
}

.top-wrapper-menu:hover .user-account {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.top-wrapper-menu:hover .user-account:before {
  pointer-events: auto;
}

/* 6. pages */
@media (min-width: 1501px) {
  .col-md-cl-5 {
    width: 20%;
  }
  .col-md-cl-5.first {
    clear: both;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .col-md-cl-5 {
    width: 25%;
  }
  .col-md-cl-5.first:nth-child(4n + 1) {
    clear: both;
  }
  div.product.col-md-cl-5:nth-child(4n + 1) {
    clear: both;
  }
}

.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  margin: 0;
}

.main-page #comments {
  margin-top: 30px;
  clear: both;
}

.wrapper-80 {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1200px) {
  .wrapper-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .wrapper-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

div.wpcf7-validation-errors {
  padding: 15px;
}

.contact-form-content {
  padding: 30px;
  background: white;
  min-height: 260px;
}

.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #cccccc;
}

.rtl .contact-form-content .rounded {
  margin-left: 10px;
  margin-right: inherit;
}

.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px;
}

.contact-form-content small {
  color: #4d4d4d;
}

.user {
  max-width: 570px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.user > div {
  display: none;
}

.user > div.active {
  display: block;
}

.user form {
  margin-bottom: 25px !important;
}

.user .title {
  font-size: 30px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .user .title {
    font-size: 48px;
  }
}

.user .create {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .user .create {
    margin-bottom: 50px;
  }
}

.user .create a {
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}

body.error404 {
  background-color: #fff;
}

@media only screen and (min-width: 1168px) {
  body.error404 {
    background-color: #dcc397;
  }
}

body.error404 .apus-footer {
  position: static;
  background: transparent;
  padding: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 1168px) {
  body.error404 .apus-footer {
    position: fixed;
    padding: 30px 0;
  }
}

body.error404 .apus-footer a.apus-copyright-link {
  color: #dcc397;
}

body.error404 .apus-footer a.apus-copyright-link:hover {
  color: #dcc397;
}

body.error404 .apus-footer a.apus-copyright-link:focus {
  color: #dcc397;
}

body.error404 .apus-footer a.apus-copyright-link:focus-within {
  color: #dcc397;
}

body.error404 .apus-footer a.apus-copyright-link:active {
  color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  body.error404 .apus-footer a.apus-copyright-link {
    color: #fff;
  }
  body.error404 .apus-footer a.apus-copyright-link:hover {
    color: #fff;
  }
  body.error404 .apus-footer a.apus-copyright-link:focus {
    color: #fff;
  }
  body.error404 .apus-footer a.apus-copyright-link:focus-within {
    color: #fff;
  }
  body.error404 .apus-footer a.apus-copyright-link:active {
    color: #fff;
  }
}

body.error404 .apus-footer .widget-social .social a {
  color: #53585a;
}

body.error404 .apus-footer .widget-social .social a:hover {
  color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  body.error404 .apus-footer .widget-social .social a:hover {
    color: #fff;
  }
}

body.error404 .apus-footer .widget-social .social a:focus {
  color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  body.error404 .apus-footer .widget-social .social a:focus {
    color: #fff;
  }
}

body.error404 .apus-footer .widget-social .social a:focus-within {
  color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  body.error404 .apus-footer .widget-social .social a:focus-within {
    color: #fff;
  }
}

body.error404 .apus-footer .widget-social .social a:active {
  color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  body.error404 .apus-footer .widget-social .social a:active {
    color: #fff;
  }
}

body.error404 .apus-copyright {
  padding: 0;
  border-top: 0;
  color: #53585a;
}

body.error404 .apus-copyright .text-copyright a {
  color: #fff;
}

body.error404 .apus-copyright .text-copyright a:hover {
  color: #fff;
}

body.error404 .apus-copyright .text-copyright a:focus {
  color: #fff;
}

body.error404 .apus-copyright .text-copyright a:focus-within {
  color: #fff;
}

.page-404 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/404_bg.png");
}

.page-404 .not-found {
  display: block;
  margin: 33.3% 0;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .page-404 .not-found {
    margin: 30% 0;
  }
}

@media only screen and (min-width: 1168px) {
  .page-404 .not-found {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.page-404 .btn, .page-404 .viewmore-products-btn {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #dcc397;
  border: 1px solid #dcc397;
  color: #fff;
  font-size: 16px;
  padding: 0px 34px;
  line-height: 44px;
  min-width: 50px;
  overflow: hidden;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 60px;
  line-height: 3.75rem;
  padding-left: 50px;
  padding-right: 50px;
}

.lt-ie8 .page-404 .btn, .lt-ie8 .page-404 .viewmore-products-btn {
  display: inline;
  zoom: 1;
}

.page-404 .btn:hover, .page-404 .viewmore-products-btn:hover {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .page-404 .btn:hover:before, .page-404 .viewmore-products-btn:hover:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.page-404 .btn:focus, .page-404 .viewmore-products-btn:focus {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .page-404 .btn:focus:before, .page-404 .viewmore-products-btn:focus:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.page-404 .btn:focus-within, .page-404 .viewmore-products-btn:focus-within {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .page-404 .btn:focus-within:before, .page-404 .viewmore-products-btn:focus-within:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.page-404 .btn:active, .page-404 .viewmore-products-btn:active {
  outline: none;
  background: transparent;
  color: #dcc397;
  border-color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  .page-404 .btn:active:before, .page-404 .viewmore-products-btn:active:before {
    -webkit-transform: translatez(0) skewy(0) scaley(1);
    -moz-transform: translatez(0) skewy(0) scaley(1);
    -ms-transform: translatez(0) skewy(0) scaley(1);
    -o-transform: translatez(0) skewy(0) scaley(1);
    transform: translatez(0) skewy(0) scaley(1);
  }
}

.page-404 .btn:visited, .page-404 .viewmore-products-btn:visited {
  text-decoration: none;
}

.page-404 .btn.disabled, .page-404 .disabled.viewmore-products-btn, .page-404 .btn[disabled], .page-404 [disabled].viewmore-products-btn,
fieldset[disabled] .page-404 .btn,
fieldset[disabled] .page-404 .viewmore-products-btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-404 .btn:before, .page-404 .viewmore-products-btn:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  z-index: -1;
  will-change: transform;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform: translatez(0) skewy(-30deg) scaley(0);
  -moz-transform: translatez(0) skewy(-30deg) scaley(0);
  -ms-transform: translatez(0) skewy(-30deg) scaley(0);
  -o-transform: translatez(0) skewy(-30deg) scaley(0);
  transform: translatez(0) skewy(-30deg) scaley(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform 0.15s, opacity 0.15s;
  -o-transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.rtl .page-404 .btn:before, .rtl .page-404 .viewmore-products-btn:before {
  right: 0;
  left: auto;
}

.page-404 .btn:hover:before, .page-404 .viewmore-products-btn:hover:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.page-404 .btn:focus:before, .page-404 .viewmore-products-btn:focus:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.page-404 .btn:focus-within:before, .page-404 .viewmore-products-btn:focus-within:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.page-404 .btn:active:before, .page-404 .viewmore-products-btn:active:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.page-404 .description {
  font-size: 16px;
  margin: 0;
  padding: 15px;
  font-size: 20px;
  padding: 40px 15%;
  color: #53585a;
  line-height: 1.625;
}

@media only screen and (min-width: 1168px) {
  .page-404 .description {
    line-height: 1.5;
  }
}

.page-404 .title-big {
  font-size: 150px;
  text-transform: uppercase;
  margin: 0;
  line-height: 302px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .page-404 .title-big {
    font-size: 300px;
  }
}

.page-404 .sub-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-transform: capitalize;
  line-height: 1.41667;
}

@media only screen and (min-width: 1168px) {
  .page-404 .sub-title {
    line-height: 1.26316;
  }
}

@media only screen and (min-width: 1379px) {
  .page-404 .sub-title {
    font-size: 42px;
    line-height: 1.2381;
  }
}

.page-404 .widget-search {
  max-width: 500px;
  margin: auto;
}

.page-404 .page-content {
  margin-bottom: 0;
}

body.home-coming-soon {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #252525;
  background-image: url("../images/coming-soon-bkg.jpg");
}

body.home-coming-soon:after {
  content: "";
  background-color: rgba(37, 37, 37, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

@media only screen and (min-width: 1168px) {
  body.home-coming-soon:after {
    top: 0;
    height: 100vh;
  }
}

body.home-coming-soon .apus-footer {
  position: fixed;
  background: #fff;
  padding: 0;
  width: 100%;
  color: #babcbd;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 1168px) {
  body.home-coming-soon .apus-footer {
    padding: 30px 0;
    color: #fff;
    background: transparent;
  }
}

body.home-coming-soon .apus-footer .apus-copyright-link {
  color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  body.home-coming-soon .apus-footer .apus-copyright-link {
    color: #fff;
  }
}

body.home-coming-soon .apus-footer .widget-social .social a {
  color: #53585a;
}

body.home-coming-soon .apus-footer .widget-social .social a:hover {
  color: #dcc397;
}

@media only screen and (min-width: 1168px) {
  body.home-coming-soon .apus-footer .widget-social .social a {
    color: #fff;
  }
}

body.home-coming-soon .header-mobile {
  z-index: 1;
}

body.elementor-editor-active .box-relative .elementor-row .elementor-widget,
body.elementor-editor-active .box-relative .elementor-row .elementor-column,
body.elementor-editor-active .box-relative .elementor-row .elementor-column-wrap,
body.elementor-editor-active .box-relative .elementor-row .elementor-widget-wrap {
  position: relative;
}

.list-contact-form-7 li {
  line-height: 36px;
  position: relative;
  padding-left: 30px;
}

.rtl .list-contact-form-7 li {
  padding-right: 30px;
  padding-left: inherit;
}

.list-contact-form-7 li a {
  color: #808080;
}

.list-contact-form-7 li a:hover {
  color: #dcc397;
}

.list-contact-form-7 li a:focus {
  color: #dcc397;
}

.list-contact-form-7 li a:focus-within {
  color: #dcc397;
}

.list-contact-form-7 li a:active {
  color: #dcc397;
}

.list-contact-form-7 li .fa {
  color: #808080;
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
}

.rtl .list-contact-form-7 li .fa {
  right: 0;
  left: auto;
}

.lt-ie8 .list-contact-form-7 li .fa {
  display: inline;
  zoom: 1;
}

.apus-list-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .apus-list-contact {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.apus-list-contact ul {
  margin: 0;
  padding-right: 70px;
}

.rtl .apus-list-contact ul {
  padding-left: 70px;
  padding-right: inherit;
}

.apus-list-contact ul li {
  margin-bottom: 5px;
}

.apus-list-contact ul li strong {
  color: #53585a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

.apus-list-contact ul li a {
  color: #808080;
  display: block;
}

.apus-list-contact ul li a:hover {
  color: #dcc397;
}

.apus-list-contact ul li a:focus {
  color: #dcc397;
}

.apus-list-contact ul li a:focus-within {
  color: #dcc397;
}

.apus-list-contact ul li a:active {
  color: #dcc397;
}

.privacy-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media only screen and (min-width: 1168px) {
  .privacy-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.privacy-title:first-child {
  margin-top: 0px;
}

.privacy-sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media only screen and (min-width: 1168px) {
  .privacy-sub-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.privacy-sub-title:last-child {
  margin-bottom: 0;
}

.elementor-element.elementor-element-5502a7b8 .elementor-text-editor p {
  margin: 15px 0;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.elementor-element-5502a7b8 .elementor-text-editor p {
    margin: 30px 0;
  }
}

body.apus-faq-page {
  background-color: #f9f9f9;
}

body.single-apartment .main-content {
  padding-bottom: 0;
}

body.apartment-style1 {
  background-color: #f9f9f9;
}

.apus-term-page .elementor-widget-heading h1.elementor-heading-title, .apus-term-page .elementor-widget-heading h2.elementor-heading-title, .apus-term-page .elementor-widget-heading h3.elementor-heading-title, .apus-term-page .elementor-widget-heading h4.elementor-heading-title, .apus-term-page .elementor-widget-heading h5.elementor-heading-title, .apus-term-page .elementor-widget-heading h6.elementor-heading-title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .apus-term-page .elementor-widget-heading h1.elementor-heading-title, .apus-term-page .elementor-widget-heading h2.elementor-heading-title, .apus-term-page .elementor-widget-heading h3.elementor-heading-title, .apus-term-page .elementor-widget-heading h4.elementor-heading-title, .apus-term-page .elementor-widget-heading h5.elementor-heading-title, .apus-term-page .elementor-widget-heading h6.elementor-heading-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-term-page .elementor-widget-heading h1.elementor-heading-title, .apus-term-page .elementor-widget-heading h2.elementor-heading-title, .apus-term-page .elementor-widget-heading h3.elementor-heading-title, .apus-term-page .elementor-widget-heading h4.elementor-heading-title, .apus-term-page .elementor-widget-heading h5.elementor-heading-title, .apus-term-page .elementor-widget-heading h6.elementor-heading-title {
    margin-bottom: 40px;
  }
}

/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
.site-info,
#cancel-comment-reply-link {
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

p.no-comments {
  font-weight: 400 !important;
  font-family: "Muli", Helvetica, Arial, sans-serif !important;
  border-bottom: 1px dotted;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 p.no-comments {
  display: inline;
  zoom: 1;
}

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.avatar {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .avatar {
    width: 120px;
    height: 120px;
  }
}

.page-title {
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size {
    font-size: 17px;
  }
}

.has-regular-font-size,
.has-large-font-size,
.comments-title {
  font-size: 34px;
  line-height: 1.29412;
  font-weight: 400;
}

.site-title,
.site-description,
.main-navigation,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio {
  font-size: 16px;
}

.pagination .nav-links,
.comment-content {
  font-size: 18px;
}

.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after {
  font-size: 14px;
}

.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title, .not-found .page-title,
.error-404 .page-title,
.comments-title, blockquote {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/* Block styles */
.post .entry-content > *,
.post .entry-summary > *,
.post .entry-description > * {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .post .entry-content > *,
  .post .entry-summary > *,
  .post .entry-description > * {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.post .entry-content > * figcaption,
.post .entry-summary > * figcaption,
.post .entry-description > * figcaption {
  margin-top: 15px;
}

.post .entry-content > *:first-child,
.post .entry-summary > *:first-child,
.post .entry-description > *:first-child {
  margin-top: 0;
}

.post .entry-content > *:last-child,
.post .entry-summary > *:last-child,
.post .entry-description > *:last-child {
  margin-bottom: 0;
}

.post .entry-content > *.alignfull,
.post .entry-summary > *.alignfull,
.post .entry-description > *.alignfull {
  outline: none;
}

.post .entry-content blockquote,
.post .entry-summary blockquote,
.post .entry-description blockquote {
  color: #53585a;
  font-size: 18px;
  border: none;
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  line-height: 1.55556;
  padding: 0 0 5px 45px;
}

.rtl .post .entry-content blockquote, .rtl
.post .entry-summary blockquote, .rtl
.post .entry-description blockquote {
  padding: 0 45px 5px 0;
}

@media only screen and (min-width: 768px) {
  .post .entry-content blockquote,
  .post .entry-summary blockquote,
  .post .entry-description blockquote {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 30px 5px 45px;
  }
  .rtl .post .entry-content blockquote, .rtl
  .post .entry-summary blockquote, .rtl
  .post .entry-description blockquote {
    padding: 0 45px 5px 30px;
  }
}

.post .entry-content blockquote:before,
.post .entry-summary blockquote:before,
.post .entry-description blockquote:before {
  color: #dcc397;
  font-size: 30px;
  position: absolute;
  top: 6px;
  content: "";
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  left: 0;
}

.rtl .post .entry-content blockquote:before, .rtl
.post .entry-summary blockquote:before, .rtl
.post .entry-description blockquote:before {
  right: 0;
  left: auto;
}

.post .entry-content blockquote cite,
.post .entry-summary blockquote cite,
.post .entry-description blockquote cite {
  text-transform: none !important;
}

.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6,
.post .entry-summary h1,
.post .entry-summary h2,
.post .entry-summary h3,
.post .entry-summary h4,
.post .entry-summary h5,
.post .entry-summary h6,
.post .entry-description h1,
.post .entry-description h2,
.post .entry-description h3,
.post .entry-description h4,
.post .entry-description h5,
.post .entry-description h6 {
  font-weight: 400;
}

.post .entry-content .wp-block-separator, .post .entry-content hr,
.post .entry-summary .wp-block-separator,
.post .entry-summary hr,
.post .entry-description .wp-block-separator,
.post .entry-description hr {
  background-color: #e6e6e6;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
}

.rtl .post .entry-content .wp-block-separator, .rtl .post .entry-content hr, .rtl
.post .entry-summary .wp-block-separator, .rtl
.post .entry-summary hr, .rtl
.post .entry-description .wp-block-separator, .rtl
.post .entry-description hr {
  text-align: right;
}

.post .entry-content .wp-block-separator.is-style-wide, .post .entry-content hr.is-style-wide,
.post .entry-summary .wp-block-separator.is-style-wide,
.post .entry-summary hr.is-style-wide,
.post .entry-description .wp-block-separator.is-style-wide,
.post .entry-description hr.is-style-wide {
  max-width: 100%;
}

.post .entry-content .wp-block-separator.is-style-dots, .post .entry-content hr.is-style-dots,
.post .entry-summary .wp-block-separator.is-style-dots,
.post .entry-summary hr.is-style-dots,
.post .entry-description .wp-block-separator.is-style-dots,
.post .entry-description hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.post .entry-content .wp-block-separator.is-style-dots:before, .post .entry-content hr.is-style-dots:before,
.post .entry-summary .wp-block-separator.is-style-dots:before,
.post .entry-summary hr.is-style-dots:before,
.post .entry-description .wp-block-separator.is-style-dots:before,
.post .entry-description hr.is-style-dots:before {
  color: #808080;
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 20px;
}

.rtl .post .entry-content .wp-block-separator.is-style-dots:before, .rtl .post .entry-content hr.is-style-dots:before, .rtl
.post .entry-summary .wp-block-separator.is-style-dots:before, .rtl
.post .entry-summary hr.is-style-dots:before, .rtl
.post .entry-description .wp-block-separator.is-style-dots:before, .rtl
.post .entry-description hr.is-style-dots:before {
  padding-right: 20px;
  padding-left: inherit;
}

.post .entry-content .wp-block-separator + h1:before,
.post .entry-content .wp-block-separator + h2:before, .post .entry-content hr + h1:before,
.post .entry-content hr + h2:before,
.post .entry-summary .wp-block-separator + h1:before,
.post .entry-summary .wp-block-separator + h2:before,
.post .entry-summary hr + h1:before,
.post .entry-summary hr + h2:before,
.post .entry-description .wp-block-separator + h1:before,
.post .entry-description .wp-block-separator + h2:before,
.post .entry-description hr + h1:before,
.post .entry-description hr + h2:before {
  display: none;
}

.entry-date-time {
  color: #fff;
  background-color: #dcc397;
  text-align: center;
  font-size: 14px;
  z-index: 2;
  font-weight: 300;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  line-height: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 56px;
  height: 56px;
}

.rtl .entry-date-time {
  right: 0;
  left: auto;
}

.entry-date-time .entry-date-wrap > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
}

.entry-date-time .entry-date-wrap .day {
  font-size: 24px;
  font-weight: 400;
}

.post.no-results {
  text-align: center;
}

.post.no-results .widget-search {
  margin-top: 30px;
}

.entry-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1.55556;
  word-wrap: break-word;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .entry-title {
    font-size: 20px;
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
  }
}

@media only screen and (min-width: 1168px) {
  .entry-title {
    font-size: 24px;
    line-height: 1.5;
  }
}

.site-main.layout-blog .navigation .apus-pagination {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.entry-thumb-overlay {
  position: relative;
  overflow: hidden;
}

.entry-thumb-overlay:before, .entry-thumb-overlay:after {
  content: " ";
  display: table;
}

.entry-thumb-overlay:after {
  clear: both;
}

.entry-thumb-overlay .btn, .entry-thumb-overlay .viewmore-products-btn {
  border: 1px solid #fff;
  font-size: 18px;
  padding: 10px 26px;
}

.entry-thumb-overlay .entry-thumb {
  margin-bottom: 0 !important;
}

.entry-thumb-overlay .entry-thumb a {
  position: relative;
  display: inline-block;
}

.entry-thumb-overlay .entry-thumb a:before {
  top: 0;
  position: absolute;
  visibility: hidden;
  content: "";
  background-color: #dcc397;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .entry-thumb-overlay .entry-thumb a:before {
  right: 0;
  left: auto;
}

.entry-thumb-overlay .entry-thumb a:after {
  content: "";
  z-index: 2;
  background-color: #fff;
  background-image: url("../images/unlink.png");
  background-position: center center;
  background-repeat: no-repeat;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 26px, 24px;
  -moz-background-size: 26px, 24px;
  -ms-background-size: 26px, 24px;
  background-size: 26px, 24px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 55px;
  height: 55px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.entry-thumb-overlay .entry-button-link {
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.rtl .entry-thumb-overlay .entry-button-link {
  right: 0;
  left: auto;
}

.rtl .entry-thumb-overlay .entry-button-link {
  left: 0;
  right: auto;
}

.entry-create {
  font-size: 13px;
  margin: 0 0 15px;
}

.entry-create > * {
  margin-right: 2px;
}

.rtl .entry-create > * {
  margin-left: 2px;
  margin-right: inherit;
}

.entry-create .author {
  font-style: italic;
  text-transform: capitalize;
}

.comment-form-cookies-consent {
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rtl .comment-form-cookies-consent {
  padding-right: 25px;
  padding-left: inherit;
}

.comment-form-cookies-consent [type="checkbox"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
}

.comment-form-cookies-consent [type="checkbox"]:checked ~ label:after {
  display: block;
}

.comment-form-cookies-consent [type="checkbox"]:checked ~ label:before {
  border-color: #dcc397;
}

.comment-form-cookies-consent label {
  position: relative;
  margin: 0px;
}

.comment-form-cookies-consent label:before {
  content: "";
  top: 8px;
  position: absolute;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  left: -25px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .comment-form-cookies-consent label:before {
  right: -25px;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .comment-form-cookies-consent label:before {
    top: 5px;
  }
}

.comment-form-cookies-consent label:after {
  content: "";
  top: 10px;
  display: none;
  position: absolute;
  border: solid #808080;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -19px;
  width: 5px;
  height: 10px;
}

.rtl .comment-form-cookies-consent label:after {
  right: -19px;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .comment-form-cookies-consent label:after {
    top: 7px;
  }
}

.entry-link {
  margin-top: 20px;
}

.entry-link .readmore {
  color: #dcc397;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.entry-link .readmore:hover {
  color: #000;
}

.entry-meta {
  margin: 0;
}

.entry-meta .fa, .entry-meta .icon {
  margin-right: 3px;
}

.rtl .entry-meta .fa, .rtl .entry-meta .icon {
  margin-left: 3px;
  margin-right: inherit;
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px;
}

.rtl .entry-vote {
  left: 20px;
  right: auto;
}

.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}

.entry-vote.vote-perfect .entry-vote-inner {
  color: #ff003a;
}

.entry-vote.vote-good .entry-vote-inner {
  color: #fdff39;
}

.entry-vote.vote-average .entry-vote-inner {
  color: #91e536;
}

.entry-vote.vote-bad .entry-vote-inner {
  color: #e93434;
}

.entry-vote.vote-poor .entry-vote-inner {
  color: #78ae00;
}

.type-post {
  margin-top: 30px;
}

@media only screen and (min-width: 1168px) {
  .type-post {
    margin-top: 40px;
  }
}

.type-post:first-of-type {
  margin-top: 0;
}

.blog-title {
  margin-bottom: 30px;
}

#commentform p.form-submit {
  margin-bottom: 0;
  text-align: center;
}

#commentform .form-control {
  height: 46px;
  background-color: #fff;
  border-color: #fff;
}

#commentform .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

#commentform .form-control:-ms-input-placeholder {
  color: #999999;
}

#commentform .form-control::-webkit-input-placeholder {
  color: #999999;
}

#commentform .form-control:hover {
  border-color: #dcc397;
  background-color: #fff;
}

#commentform .form-control:focus {
  border-color: #dcc397;
  background-color: #fff;
}

#commentform .form-control:focus-within {
  border-color: #dcc397;
  background-color: #fff;
}

#commentform .form-control:active {
  border-color: #dcc397;
  background-color: #fff;
}

#commentform textarea.form-control {
  height: 130px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  #commentform textarea.form-control {
    height: 160px;
    padding: 15px 20px;
  }
}

#commentform .form-group {
  margin: 0 0 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #commentform .form-group {
    text-align: left;
  }
  .rtl #commentform .form-group {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  #commentform .form-group.h-info {
    margin-top: -7px;
  }
}

#commentform .space-comment {
  margin: 0 0 30px;
}

#commentform #cancel-comment-reply-link {
  color: #f8d7da;
}

/*
* using for new, magazine
*/
.post-specail .entry-title {
  font-size: 16px;
}

.post-specail .entry-date {
  font-style: italic;
}

.post-specail .entry-create {
  margin: 0 0 18px;
}

.post-title {
  font-size: 18px;
}

.post-thumb {
  position: relative;
}

.blog-meta {
  top: 0;
  position: absolute;
  right: 0px;
}

.rtl .blog-meta {
  left: 0px;
  right: auto;
}

/** Post blog style **/
.blog.style1 .blog-date {
  top: 0;
  position: absolute;
  right: 0;
}

.rtl .blog.style1 .blog-date {
  left: 0;
  right: auto;
}

.blog.style2 {
  border: 1px solid #e6e6e6;
}

.blog.style2 .blog-date {
  float: left;
  margin: -1px 30px 0px 0px;
}

.rtl .blog.style2 .blog-date {
  float: right;
}

.rtl .blog.style2 .blog-date {
  margin: -1px 0px 0px 30px;
}

.blog.style2 .entry-title {
  padding-left: 65px;
  padding-right: 20px;
}

.rtl .blog.style2 .entry-title {
  padding-right: 65px;
  padding-left: inherit;
}

.rtl .blog.style2 .entry-title {
  padding-left: 20px;
  padding-right: inherit;
}

.blog.style2 .entry-description {
  padding-left: 65px;
  padding-right: 20px;
}

.rtl .blog.style2 .entry-description {
  padding-right: 65px;
  padding-left: inherit;
}

.rtl .blog.style2 .entry-description {
  padding-left: 20px;
  padding-right: inherit;
}

.blog.style2 .entry-content {
  border: 0px;
  margin-bottom: 20px;
}

.blog.style2 .entry-content:before, .blog.style2 .entry-content:after {
  content: " ";
  display: table;
}

.blog.style2 .entry-content:after {
  clear: both;
}

.blog .blog-date {
  display: table;
  background: #e93434;
  text-align: center !important;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: normal;
}

.blog .blog-date .blog-date-inner {
  display: table-cell;
  vertical-align: middle;
}

.blog .blog-date span {
  display: block;
  margin: 2px 0 3px 0;
  line-height: 25px;
  font-size: 24px;
  font-weight: 400;
}

.blog .blog-date--grids {
  position: absolute;
  top: 0;
  right: 15px;
}

.rtl .blog .blog-date--grids {
  left: 15px;
  right: auto;
}

.blog .entry-content--info {
  overflow: hidden;
  padding: 30px 0;
}

.post .entry-description {
  margin: 0 0 30px;
  clear: both;
  overflow: hidden;
}

.post .entry-description p:last-child {
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .post .entry-description p:last-child {
    text-align: left;
  }
  .rtl .post .entry-description p:last-child {
    text-align: right;
  }
}

.post .entry-description .entry-description-content .blog-metalist {
  padding-left: 16px;
}

.rtl .post .entry-description .entry-description-content .blog-metalist {
  padding-right: 16px;
  padding-left: inherit;
}

.post .entry-description .entry-description-content .blog-metalist > li {
  margin-bottom: 30px;
}

.post .entry-description .entry-description-content .blog-metalist > li:last-child {
  margin-bottom: 0;
}

.post .entry-description .entry-description-content .blog-meta-title-block {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding: 0 0 6px 0;
}

@media only screen and (min-width: 768px) {
  .post .entry-description .entry-description-content .blog-meta-title-block {
    font-size: 25px;
    line-height: 30px;
  }
}

.post .entry-description .entry-description-content .blog-meta-title-block:after {
  content: "";
  background-color: #dcc397;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
}

.rtl .post .entry-description .entry-description-content .blog-meta-title-block:after {
  right: 0;
  left: auto;
}

.post.sticky .entry-title {
  position: relative;
}

.post.sticky .entry-title a {
  color: #c2974b;
  text-decoration: underline;
}

.post.sticky .entry-title:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  color: #c2974b;
  margin-right: 3px;
}

.rtl .post.sticky .entry-title:before {
  margin-left: 3px;
  margin-right: inherit;
}

.post.sticky .description {
  outline: none;
}

.post:hover .entry-thumb-overlay .entry-thumb a:before {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 0.84;
  filter: alpha(opacity=84);
}

.post:hover .entry-thumb-overlay .entry-thumb a:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.post:hover .entry-thumb-overlay .entry-button-link {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.grid-half.owl-carousel .owl-controls {
  top: 100%;
  -webkit-transform: translate(50px, -80px);
  -ms-transform: translate(50px, -80px);
  -o-transform: translate(50px, -80px);
  transform: translate(50px, -80px);
  left: 50%;
}

.rtl .grid-half.owl-carousel .owl-controls {
  right: 50%;
  left: auto;
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
  margin-left: 5px;
}

.rtl .grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
  margin-right: 5px;
  margin-left: inherit;
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next {
  background: #e1e4e6;
  border-color: #e1e4e6;
  color: #53585a;
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:active {
  background: #dcc397;
  border-color: #dcc397;
  color: #fff;
}

.grid-half.style_img.owl-carousel .owl-controls {
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.rtl .grid-half.style_img.owl-carousel .owl-controls {
  right: 0;
  left: auto;
}

.layout-half {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background: #dcc397;
  color: #fff;
}

.layout-half .entry-content {
  max-width: 650px;
  padding-bottom: 120px;
  padding-top: 50px;
}

.layout-half .entry-content[class*='-6'] {
  padding-left: 50px;
  padding-right: 50px;
}

.layout-half > div {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1024px) {
  .layout-half .entry-content[class*='-6'] {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    max-width: none;
  }
}

.layout-half .entry-title {
  font-size: 50px;
  margin: 0 0 20px;
  line-height: 1.1;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.layout-half .entry-title a {
  color: #fff !important;
}

.layout-half .entry-description {
  margin: 0 0 40px;
  font-size: 17px;
  font-weight: 400;
}

.layout-dark {
  background: #eff1f2 !important;
  color: #808080;
}

.layout-dark .meta {
  font-size: 20px;
  font-weight: 400;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 35px;
}

.layout-dark .meta:before {
  content: '';
  width: 80px;
  height: 2px;
  background: #53585a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rtl .layout-dark .meta:before {
  right: 0;
  left: auto;
}

.layout-dark .entry-title {
  margin: 0 0 10px;
}

.layout-dark .entry-title a {
  color: #53585a !important;
  font-size: 30px;
}

.layout-dark .entry-description {
  font-size: 15px;
  font-weight: 300;
}

.layout-halfimg {
  position: relative;
  background: transparent;
  margin-bottom: 60px;
}

.layout-halfimg .entry-content {
  padding: 40px 40px 80px;
  background: #dcc397;
  color: #fff;
}

.layout-halfimg .entry-content .entry-title {
  font-size: 35px;
  line-height: 1.1;
  margin: 0 0 10px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.layout-halfimg .entry-content .entry-title a {
  color: #fff !important;
}

@media (min-width: 768px) {
  .layout-halfimg .half-img {
    width: 75%;
  }
  .layout-halfimg .entry-content {
    max-width: 500px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .rtl .layout-halfimg .entry-content {
    left: 0;
    right: auto;
  }
}

/* Post type: List widget list*/
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.posts-list li {
  margin: 0 0 15px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.posts-list li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.posts-list .entry-content > * {
  margin: 0px;
}

.posts-list .content-info {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

.posts-list .image {
  width: 90px;
  padding-right: 20px;
}

.rtl .posts-list .image {
  padding-left: 20px;
  padding-right: inherit;
}

.posts-list .entry-title {
  text-transform: inherit;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
}

.posts-list .top-info {
  font-size: 14px;
  line-height: normal;
}

.posts-list .top-info a {
  color: #808080;
}

.posts-list .top-info a:hover {
  color: #dcc397;
}

.posts-list .top-info a:focus {
  color: #dcc397;
}

.posts-list .top-info a:focus-within {
  color: #dcc397;
}

.posts-list .top-info a:active {
  color: #dcc397;
}

.entry-button-link > * {
  float: none;
  margin-bottom: 0;
  margin-right: 0;
}

.rtl .entry-button-link > * {
  margin-left: 0;
  margin-right: inherit;
}

.entry-button-link .top-info {
  margin-top: 0 !important;
}

.top-info-post-detail {
  padding-bottom: 10px;
  color: #808080;
}

.top-info-post-detail:before, .top-info-post-detail:after {
  content: " ";
  display: table;
}

.top-info-post-detail:after {
  clear: both;
}

.top-info-post-detail .date,
.top-info-post-detail .entry-date {
  position: relative;
}

.top-info-post-detail .date:before,
.top-info-post-detail .entry-date:before {
  font-size: 16px;
  content: "";
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 5px;
}

.rtl .top-info-post-detail .date:before, .rtl
.top-info-post-detail .entry-date:before {
  margin-left: 5px;
  margin-right: inherit;
}

.top-info-post-detail > a {
  color: inherit;
  text-transform: capitalize;
  position: relative;
}

.top-info-post-detail > a:hover {
  color: #dcc397;
}

.top-info-post-detail > a:focus {
  color: #dcc397;
}

.top-info-post-detail > a:focus-within {
  color: #dcc397;
}

.top-info-post-detail > a:active {
  color: #dcc397;
}

.top-info-post-detail > a:before {
  content: "";
  font-size: 14px;
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 1px;
}

.rtl .top-info-post-detail > a:before {
  margin-left: 1px;
  margin-right: inherit;
}

.top-info-post-detail > * {
  padding-right: 15px;
  float: left;
}

.rtl .top-info-post-detail > * {
  padding-left: 15px;
  padding-right: inherit;
}

.rtl .top-info-post-detail > * {
  float: right;
}

.top-info-post-detail > *:last-child {
  padding-right: 0;
}

.rtl .top-info-post-detail > *:last-child {
  padding-left: 0;
  padding-right: inherit;
}

.top-info-post-detail .post-sticky {
  position: relative;
}

.top-info-post-detail .post-sticky:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 15px;
  margin-right: 4px;
}

.rtl .top-info-post-detail .post-sticky:before {
  margin-left: 4px;
  margin-right: inherit;
}

.top-info-post-detail .comments {
  position: relative;
}

.top-info-post-detail .comments:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 4px;
}

.rtl .top-info-post-detail .comments:before {
  margin-left: 4px;
  margin-right: inherit;
}

.entry-author {
  position: relative;
  color: inherit;
  text-transform: capitalize;
}

.entry-author:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 14px;
  margin-right: 3px;
}

.rtl .entry-author:before {
  margin-left: 3px;
  margin-right: inherit;
}

.post-grid {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1168px) {
  .post-grid {
    margin-bottom: 50px;
  }
}

.post-grid .entry-thumb .image-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.post-grid .entry-thumb .image-wrapper img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .post-grid .entry-thumb .image-wrapper img {
    will-change: transform;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.post-grid .entry-thumb .image-wrapper:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .post-grid .entry-thumb .image-wrapper:hover img {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
}

.post-grid .entry-thumb .image-wrapper:before {
  content: none;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(37, 37, 37, 0.3);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .post-grid .entry-thumb .image-wrapper:before {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .post-grid .entry-thumb .image-wrapper:before {
    content: "";
  }
}

.post-grid .entry-thumb .image-wrapper:hover:before {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 1168px) {
  .post-grid .entry-thumb .image-wrapper {
    margin-bottom: 26px;
  }
}

.post-grid .entry-thumb.no-thumb .image-wrapper {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .post-grid .entry-thumb.no-thumb .image-wrapper {
    margin-bottom: 0px;
  }
}

.post-layout .post-sticky {
  background: #f8d7da;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 5px 0;
  font-size: 14px;
}

.post-layout .entry-title {
  font-size: 21px;
}

.post-layout .top-info {
  overflow: hidden;
  color: #4d4d4d;
  line-height: 1.625;
}

.post-layout .top-info a {
  color: #4d4d4d;
}

.post-layout .top-info a:hover {
  color: #dcc397;
}

.post-layout .top-info a:focus {
  color: #dcc397;
}

.post-layout .top-info a:focus-within {
  color: #dcc397;
}

.post-layout .top-info > * {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
}

.lt-ie8 .post-layout .top-info > * {
  display: inline;
  zoom: 1;
}

.rtl .post-layout .top-info > * {
  padding-left: 12px;
  padding-right: inherit;
}

.post-layout .top-info > *:last-child {
  border: none;
  margin: 0;
  position: relative;
  padding: 0 0 0 22px;
}

.rtl .post-layout .top-info > *:last-child {
  padding: 0 22px 0 0;
}

.post-layout .top-info > *:last-child:before {
  top: 1px;
  position: absolute;
  content: "\f114";
  color: #dcc397;
  font-family: "FontAwesome";
  left: 0;
  margin-right: 5px;
}

.rtl .post-layout .top-info > *:last-child:before {
  right: 0;
  left: auto;
}

.rtl .post-layout .top-info > *:last-child:before {
  margin-left: 5px;
  margin-right: inherit;
}

.post-layout .top-info > *.list-categories {
  border: none;
  padding: 0 0 0 22px;
  margin: 0;
  position: relative;
}

.rtl .post-layout .top-info > *.list-categories {
  padding: 0 22px 0 0;
}

.post-layout .top-info > *.list-categories:before {
  top: 1px;
  position: absolute;
  color: #dcc397;
  content: "\f114";
  font-family: "FontAwesome";
  left: 0;
  margin-right: 5px;
}

.rtl .post-layout .top-info > *.list-categories:before {
  right: 0;
  left: auto;
}

.rtl .post-layout .top-info > *.list-categories:before {
  margin-left: 5px;
  margin-right: inherit;
}

.post-layout .top-info > *.comments {
  position: relative;
  padding-left: 20px;
}

.rtl .post-layout .top-info > *.comments {
  padding-right: 20px;
  padding-left: inherit;
}

.post-layout .top-info > *.comments:before {
  top: 2px;
  position: absolute;
  content: '\f0e5';
  color: #dcc397;
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 14px;
  left: 0;
}

.rtl .post-layout .top-info > *.comments:before {
  right: 0;
  left: auto;
}

.post-layout iframe {
  max-width: 100%;
}

.post-grid-v1 {
  margin-bottom: 30px;
  margin-top: 0;
  padding-top: 0;
}

.post-grid-v1 .no-image {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .post-grid-v1 .no-image {
    margin-bottom: 20px;
  }
}

.post-grid-v1 .space {
  margin: 0 3px;
}

.post-grid-v1 .entry-thumb {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .post-grid-v1 .entry-thumb {
    margin-bottom: 25px;
  }
}

.post-grid-v1 .entry-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px 0;
}

@media only screen and (min-width: 1168px) {
  .post-grid-v1 .entry-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.post-grid-v1 .description {
  margin-bottom: 0;
}

.post-grid-v1 .entry-button-link {
  margin-top: 26px;
}

.post-grid-v1 .top-info {
  margin-bottom: 15px;
  color: #808080;
}

.post-grid-v1 .top-info a {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .post-grid-v1 .top-info {
    margin-bottom: 10px;
  }
}

.post-grid-v1 .top-image {
  position: relative;
}

.post-grid-v1 .top-image .list-categories {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}

.rtl .post-grid-v1 .top-image .list-categories {
  right: 0;
  left: auto;
}

.post-grid-v2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.post-grid-v2 .title {
  font-size: 18px;
  margin: 0;
  line-height: 1.25;
}

@media only screen and (min-width: 1168px) {
  .post-grid-v2 .title {
    font-size: 24px;
  }
}

.post-grid-v2 .post-thumbnail {
  display: block;
  position: relative;
}

.post-grid-v2 .post-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.post-grid-v2 .bottom-info {
  color: #b2b2b2;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-grid-v2 .bottom-info a {
  color: #b2b2b2;
}

.post-grid-v2 .bottom-info a:hover, .post-grid-v2 .bottom-info a:focus {
  color: #53585a;
}

.post-grid-v2 .bottom-info i {
  margin-right: 5px;
}

.rtl .post-grid-v2 .bottom-info i {
  margin-left: 5px;
  margin-right: inherit;
}

.post-grid-v2 .bottom-info > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.rtl .post-grid-v2 .bottom-info > * {
  margin-left: 15px;
  margin-right: inherit;
}

.post-grid-v2 .bottom-info > *:last-child {
  margin-right: 0;
}

.rtl .post-grid-v2 .bottom-info > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.post-grid-v2 .content {
  position: absolute;
  padding: 10px;
  background: #fff;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

@media only screen and (min-width: 1168px) {
  .post-grid-v2 .content {
    padding: 20px 30px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

.post-grid-v2:hover .post-thumbnail:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.post-grid-v3 {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.post-grid-v3:hover {
  border-color: #dcc397;
}

.post-grid-v3 .title {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 28px;
}

.post-grid-v3 .content {
  text-align: center;
  padding: 30px 20px 40px 30px;
}

.rtl .post-grid-v3 .content {
  padding: 30px 30px 40px 20px;
}

@media only screen and (min-width: 768px) {
  .post-grid-v3 .content {
    text-align: left;
  }
  .rtl .post-grid-v3 .content {
    text-align: right;
  }
}

.post-grid-v3 .content .entry-date {
  color: #808080;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .post-grid-v3 .content .entry-date {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.post-grid-v3 .content .entry-date i {
  color: #dcc397;
  font-size: 14px;
  margin: 0 8px 0 0;
}

.rtl .post-grid-v3 .content .entry-date i {
  margin: 0 0 0 8px;
}

.post-grid-v3 .content .entry-date a {
  color: inherit;
}

.post-grid-v3 .content .entry-button-link {
  margin-top: 24px;
}

.list-small {
  overflow: hidden;
}

.list-small .entry-title {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 20px;
  font-weight: 400;
}

.list-small .date {
  font-size: 12px;
}

.list-small .image {
  float: left;
  padding-right: 15px;
}

.rtl .list-small .image {
  float: right;
}

.rtl .list-small .image {
  padding-left: 15px;
  padding-right: inherit;
}

.list-small .image img {
  min-width: 62px;
}

.list-small .info {
  overflow: hidden;
}

.post-list-item {
  margin-bottom: 30px;
  overflow: hidden;
}

@media only screen and (min-width: 1168px) {
  .post-list-item {
    margin-bottom: 60px;
    margin-top: 56px;
  }
}

.post-list-item .list-inner .image {
  margin-bottom: 20px;
  position: relative;
}

.post-list-item .list-inner .image .slick-carousel .slick-prev {
  margin-left: 30px;
}

.rtl .post-list-item .list-inner .image .slick-carousel .slick-prev {
  margin-right: 30px;
  margin-left: inherit;
}

.post-list-item .list-inner .image .slick-carousel .slick-next {
  margin-right: 30px;
}

.rtl .post-list-item .list-inner .image .slick-carousel .slick-next {
  margin-left: 30px;
  margin-right: inherit;
}

.post-list-item .list-inner .image .slick-carousel .gallery-item img {
  width: 100%;
}

.post-list-item .top-info {
  margin-top: 6px;
}

.post-list-item:last-child {
  border: none;
  padding: 0;
}

.post-list-item .entry-title {
  font-size: 20px;
  margin: 0 0 15px 0;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (min-width: 1168px) {
  .post-list-item .entry-title {
    font-size: 28px;
    line-height: 1.35714;
  }
}

.post-list-item .description {
  outline: none;
}

.post-list-item .btn-readmore {
  display: block;
  float: left;
  margin: 0 30px 0 0;
}

.rtl .post-list-item .btn-readmore {
  float: right;
}

.rtl .post-list-item .btn-readmore {
  margin: 0 0 0 30px;
}

.post-grid-related .post-thumbnail .image-wrapper {
  margin-bottom: 26px;
}

.post-list-item-small {
  padding: 15px 0;
  border-bottom: 1px solid #4c4a4a;
}

@media only screen and (min-width: 1168px) {
  .post-list-item-small {
    padding: 25px 0;
  }
}

.post-list-item-small .entry-title {
  margin: 0px;
  line-height: 1.7;
  font-size: 16px;
}

.post-list-item-small .entry-title a {
  color: #babcbd;
}

.post-list-item-small .entry-title a:hover {
  color: #dcc397;
}

.post-list-item-small .entry-title a:focus {
  color: #dcc397;
}

.post-list-item-small .entry-title a:focus-within {
  color: #dcc397;
}

.post-list-item-small .entry-title a:active {
  color: #dcc397;
}

.post-list-item-large .entry-post-image {
  outline: none;
}

.post-list-item-large .entry-post-content {
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .post-list-item-large .entry-post-content {
    padding: 30px;
  }
}

.layout-posts-list .post-grid-v1 {
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.layout-posts-list .post-grid-v1 .post-list-item-large {
  margin: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .layout-posts-list .post-grid-v1 .post-list-item-large {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.layout-posts-list .post-grid-v1 .post-list-item-large > div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.layout-posts-list .post-list-item .image {
  position: relative;
  margin-bottom: 26px;
}

.layout-posts-list .post-list-item.format-video .entry-date-time {
  bottom: 7px;
}

.layout-blog div[class*="col-"]:last-child .post-list-item-small {
  border-bottom: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .layout-blog .row div[class*="col-"]:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1168px) {
  .layout-blog .row div[class*="col-"]:nth-child(2n+1) {
    clear: none;
  }
}

/* Post type: By Category */
.posts-grid-category {
  overflow: hidden;
}

.top-blog-info {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.top-blog-info i {
  margin-right: 10px;
}

.rtl .top-blog-info i {
  margin-left: 10px;
  margin-right: inherit;
}

.top-blog-info .categories {
  margin-right: 35px;
}

.rtl .top-blog-info .categories {
  margin-left: 35px;
  margin-right: inherit;
}

.top-blog-info .author a {
  color: #dcc397;
}

.top-blog-info a {
  color: #808080;
}

.top-blog-info a:hover, .top-blog-info a:active {
  color: #dcc397;
}

.list-default {
  margin-bottom: 45px;
}

.list-default .entry-title {
  font-size: 30px;
  margin: 0 0 10px;
}

.list-default .description {
  margin: 0 0 15px;
}

.category-posts {
  position: relative;
}

.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #e6e6e6;
}

.rtl .category-posts::after {
  left: 0;
  right: auto;
}

.category-posts .post {
  border-bottom: 1px solid #e6e6e6;
}

.category-posts .category-posts-label {
  padding: 1px 3px;
  background: #dcc397;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
}

.category-posts .category-posts-label a {
  color: #fff;
}

.category-posts .entry-meta::after {
  display: none;
}

.category-posts .posts-more .post:last-child {
  border: 0px;
}

.category-posts .posts-more .entry-title {
  font-size: 10px;
}

.category-posts .posts-more .entry-title a {
  color: #777777;
}

.category-posts .posts-more .entry-title a:hover {
  color: #dcc397;
}

/*------------------------------------*    Post detail
\*------------------------------------*/
.list-categories {
  position: relative;
}

.list-categories:before {
  content: "\f114";
  font-family: "FontAwesome";
  font-size: 15px;
  margin-right: 0;
}

.rtl .list-categories:before {
  margin-left: 0;
  margin-right: inherit;
}

.list-categories .categories-name {
  margin: 0;
  border: 0;
  color: inherit;
  background-color: transparent;
  padding: 0 0 0 4px;
}

.rtl .list-categories .categories-name {
  padding: 0 4px 0 0;
}

.list-categories .categories-name:hover {
  color: #dcc397;
}

.list-categories .categories-name:focus {
  color: #dcc397;
}

.list-categories .categories-name:focus-within {
  color: #dcc397;
}

.list-categories .categories-name:active {
  color: #dcc397;
}

.sharebox {
  margin-bottom: 30px;
}

.sharebox .sharebox-title {
  margin: 10px 0;
}

.top-info-detail {
  position: relative;
}

.top-info-detail .entry-thumb .image-wrapper {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .top-info-detail .entry-thumb .image-wrapper {
    margin-bottom: 50px;
  }
}

.top-info-detail .list-categories {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}

.rtl .top-info-detail .list-categories {
  right: 0;
  left: auto;
}

.entry-title-detail {
  font-size: 26px;
  line-height: 1.38462;
  margin: 0 0 30px 0;
  font-weight: 400;
  word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  .entry-title-detail {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1168px) {
  .entry-title-detail {
    font-size: 34px;
    line-height: 1.35294;
  }
}

.entry-content-detail .top-info {
  color: #c5c5c5;
  font-style: italic;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .entry-content-detail .top-info {
    margin-bottom: 0;
  }
}

.entry-content-detail .top-info > a {
  position: relative;
  padding-left: 20px;
}

.rtl .entry-content-detail .top-info > a {
  padding-right: 20px;
  padding-left: inherit;
}

.entry-content-detail .top-info > a:before {
  top: 2px;
  position: absolute;
  content: '\f133';
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 14px;
  color: #dcc397;
  left: 0;
}

.rtl .entry-content-detail .top-info > a:before {
  right: 0;
  left: auto;
}

.entry-content-detail .top-info .entry-date {
  position: relative;
  padding-left: 20px;
}

.rtl .entry-content-detail .top-info .entry-date {
  padding-right: 20px;
  padding-left: inherit;
}

.entry-content-detail .top-info .entry-date:before {
  top: 2px;
  position: absolute;
  content: '\f133';
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 14px;
  color: #dcc397;
  left: 0;
}

.rtl .entry-content-detail .top-info .entry-date:before {
  right: 0;
  left: auto;
}

.entry-content-detail .top-info .comments {
  position: relative;
  padding-left: 20px;
}

.rtl .entry-content-detail .top-info .comments {
  padding-right: 20px;
  padding-left: inherit;
}

.entry-content-detail .top-info .comments:before {
  top: 2px;
  position: absolute;
  content: '\f0e5';
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 14px;
  left: 0;
}

.rtl .entry-content-detail .top-info .comments:before {
  right: 0;
  left: auto;
}

.entry-content-detail .top-info .list-categories {
  margin-right: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.rtl .entry-content-detail .top-info .list-categories {
  margin-left: 12px;
  margin-right: inherit;
}

@media only screen and (min-width: 768px) {
  .entry-content-detail .top-info .list-categories {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.entry-content-detail .top-info .list-categories a {
  color: #808080;
}

.entry-content-detail .top-info .list-categories a:hover {
  color: #dcc397;
  text-decoration: none;
}

.entry-content-detail .top-info .list-categories a:focus {
  color: #dcc397;
  text-decoration: none;
}

.entry-content-detail .top-info .list-categories a:focus-within {
  color: #dcc397;
  text-decoration: none;
}

.entry-content-detail .top-info .list-categories a:active {
  color: #dcc397;
  text-decoration: none;
}

.entry-content-detail .top-info .list-categories:before {
  font-style: normal;
  margin-right: 8px;
}

.rtl .entry-content-detail .top-info .list-categories:before {
  margin-left: 8px;
  margin-right: inherit;
}

.entry-content-detail .top-info a {
  color: #c5c5c5;
}

.entry-content-detail .top-info a:hover {
  color: #dcc397;
  text-decoration: none;
}

.entry-content-detail .top-info a:focus {
  color: #dcc397;
  text-decoration: none;
}

.entry-content-detail .top-info a:focus-within {
  color: #dcc397;
  text-decoration: none;
}

.entry-content-detail .top-info a:active {
  color: #dcc397;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .entry-content-detail .top-info {
    margin-bottom: 30px;
  }
}

.social-networks li {
  padding-left: 10px;
  padding-right: 10px;
}

.social-networks li:last-child a {
  margin-right: 0;
}

.social-networks li a {
  font-size: 14px;
}

.social-networks li a:hover {
  color: #dcc397;
}

.tag-links,
.post-share {
  margin-bottom: 10px;
}

.tag-links span i,
.post-share span i {
  margin-right: 5px;
}

.rtl .tag-links span i, .rtl
.post-share span i {
  margin-left: 5px;
  margin-right: inherit;
}

/*------------------------------------*    Comment List
\*------------------------------------*/
#respond .comment-reply-title {
  margin: 0;
}

#respond .comment-reply-title #cancel-comment-reply-link {
  color: #dcc397;
}

#respond .title {
  font-size: 20px;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #respond .title {
    margin: 0 0 40px 0;
    font-size: 28px;
    line-height: 1.35714;
  }
}

.comment-respond {
  margin: 20px 0;
  padding: 20px 30px 30px 30px;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 768px) {
  .comment-respond {
    padding: 44px 50px 50px 50px;
  }
}

.comment-respond small {
  display: block;
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .comment-respond small {
    margin: -10px 0 0 0;
    text-align: left;
  }
  .rtl .comment-respond small {
    text-align: right;
  }
}

.comment-respond #commentform {
  margin-top: 10px;
}

.comment-list {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.comment-list > li:first-child .the-comment {
  padding-top: 0px;
}

.comment-list > li:last-child .the-comment {
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-list #cancel-comment-reply-link {
  font-size: inherit;
  color: #cfad71;
}

.comment-list .comment-author {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .comment-list .comment-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.comment-list .comment-author .comment-author-right {
  margin-left: auto;
}

.rtl .comment-list .comment-author .comment-author-right {
  margin-right: auto;
  margin-left: inherit;
}

.comment-list .comment-author .comment-author-left {
  margin-bottom: 5px;
  margin-top: -6px;
  grid-column-gap: 50px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .comment-list .comment-author .comment-author-left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

@media only screen and (min-width: 768px) {
  .comment-list .comment-author .comment-author-left > * {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.comment-list .comment-author strong {
  color: #53585a;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  line-height: 30px;
  line-height: 1.875rem;
  margin-right: 20px;
}

.rtl .comment-list .comment-author strong {
  margin-left: 20px;
  margin-right: inherit;
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.rtl .comment-list .children {
  padding-right: 15px;
  padding-left: inherit;
}

@media only screen and (min-width: 768px) {
  .comment-list .children {
    padding-left: 70px;
  }
  .rtl .comment-list .children {
    padding-right: 70px;
    padding-left: inherit;
  }
}

.comment-list .children:last-child li:last-child .the-comment {
  border-bottom: 0px;
  padding-bottom: 0;
}

.comment-list div.avatar {
  float: left;
  margin-right: 20px;
}

.rtl .comment-list div.avatar {
  float: right;
}

.rtl .comment-list div.avatar {
  margin-left: 20px;
  margin-right: inherit;
}

@media only screen and (min-width: 768px) {
  .comment-list div.avatar {
    margin-right: 25px;
  }
  .rtl .comment-list div.avatar {
    margin-left: 25px;
    margin-right: inherit;
  }
}

.comment-list .comment-edit-link {
  color: #dcc397;
  font-size: 14px;
  padding: 3px 10px;
  margin-bottom: 0;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #dcc397;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.lt-ie8 .comment-list .comment-edit-link {
  display: inline;
  zoom: 1;
}

.comment-list .comment-edit-link:hover {
  background-color: #dcc397;
  color: #fff;
}

.comment-list .comment-edit-link:focus {
  background-color: #dcc397;
  color: #fff;
}

.comment-list .comment-edit-link:focus-within {
  background-color: #dcc397;
  color: #fff;
}

.comment-list .comment-edit-link:active {
  background-color: #dcc397;
  color: #fff;
}

@media only screen and (min-width: 1168px) {
  .comment-list .comment-edit-link {
    margin-bottom: 5px;
  }
}

.comment-list .date {
  font-size: 14px;
  color: #808080;
}

.comment-list strong {
  font-size: 18px;
  color: #53585a;
  font-weight: 400;
}

.comment-list .comment-reply-link {
  color: #dcc397;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .comment-list .comment-reply-link {
  display: inline;
  zoom: 1;
}

.comment-list .comment-reply-link:hover {
  color: #53585a;
}

.comment-list .comment-reply-link:focus {
  color: #53585a;
}

.comment-list .comment-reply-link:focus-within {
  color: #53585a;
}

.comment-list .comment-reply-link:active {
  color: #53585a;
}

.comment-list .comment-box {
  overflow: hidden;
}

.comment-list .comment-text {
  margin: 8px 0 5px 0;
}

.comment-list .comment-text em {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .comment-list .comment-text em {
  display: inline;
  zoom: 1;
}

.comment-list .comment-text p {
  margin-bottom: 5px;
}

.comment-list .comment-text p img {
  margin: 15px 0;
}

.comment-list .comment-text p:last-child {
  margin-bottom: 0px;
}

.comment-list img.avatar {
  margin-top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.comment-list .the-comment {
  padding: 20px 0;
}

.comment-list .the-comment:before, .comment-list .the-comment:after {
  content: " ";
  display: table;
}

.comment-list .the-comment:after {
  clear: both;
}

.commentform {
  outline: none;
}

.commentform .title {
  margin: 0;
  font-weight: 400;
}

.commentform .comment-notes {
  display: none;
}

.comment-form #submit {
  font-size: 16px;
  padding: 0 24px;
  width: 100%;
}

.comment-form #submit:hover {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

.comment-form #submit:focus {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

.comment-form #submit:focus-within {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

.comment-form #submit:active {
  color: #fff;
  background-color: #cfad71;
  border-color: #cfad71;
}

@media only screen and (min-width: 1168px) {
  .comment-form #submit {
    padding: 0 30px;
  }
}

.post-navigation a {
  color: #808080;
}

.post-navigation a:hover, .post-navigation a:active {
  color: #53585a;
}

.post-navigation .navi {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.post-navigation .navi i {
  font-size: 12px;
  margin-right: 5px;
}

.rtl .post-navigation .navi i {
  margin-left: 5px;
  margin-right: inherit;
}

.post-navigation .post-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
  display: block;
}

.post-navigation .nav-next .navi i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .post-navigation .nav-next .navi i {
  margin-left: 0;
  margin-right: inherit;
}

.rtl .post-navigation .nav-next .navi i {
  margin-right: 5px;
  margin-left: inherit;
}

/*------------------------------------*    Single post
\*------------------------------------*/
.detail-post #comments {
  margin-top: 0;
  padding: 0;
}

.detail-post #comments .comments-title {
  font-size: 20px;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .detail-post #comments .comments-title {
    margin: 0 0 40px 0;
    font-size: 28px;
    line-height: 1.35714;
  }
}

.post-navigation {
  position: relative;
}

.post-navigation .nav-links {
  border-top: 1px solid #e6e6e6;
}

.post-navigation .nav-links:before, .post-navigation .nav-links:after {
  content: " ";
  display: table;
}

.post-navigation .nav-links:after {
  clear: both;
}

.post-navigation .nav-links > * {
  width: 100%;
  float: none;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links > * {
    width: 50%;
    float: left;
  }
  .rtl .post-navigation .nav-links > * {
    float: right;
  }
}

.post-navigation .nav-links > *.nav-next {
  margin-top: 15px;
  float: right;
  text-align: right;
}

.rtl .post-navigation .nav-links > *.nav-next {
  float: left;
}

.rtl .post-navigation .nav-links > *.nav-next {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links > *.nav-next {
    margin-top: 0px;
  }
}

.post-navigation .nav-links > *.nav-next a {
  padding-right: 60px;
}

.rtl .post-navigation .nav-links > *.nav-next a {
  padding-left: 60px;
  padding-right: inherit;
}

.post-navigation .nav-links > *.nav-next a:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  background-color: #dcc397;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.rtl .post-navigation .nav-links > *.nav-next a:before {
  left: 0;
  right: auto;
}

.post-navigation .nav-links .meta-nav {
  display: none;
}

.post-navigation .nav-links a {
  color: #53585a;
  font-size: 18px;
  position: relative;
  display: block;
  padding-top: 30px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  line-height: 1.55556;
}

.post-navigation .nav-links a:after {
  top: -1px;
  content: normal;
  background: #dcc397;
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rtl .post-navigation .nav-links a:after {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links a:after {
    content: '';
  }
}

.post-navigation .nav-links a:hover {
  color: #dcc397;
}

.post-navigation .nav-links a:hover:after {
  width: 100%;
}

.post-navigation .nav-links a:focus {
  color: #dcc397;
}

.post-navigation .nav-links a:focus:after {
  width: 100%;
}

.post-navigation .nav-links a:focus-within {
  color: #dcc397;
}

.post-navigation .nav-links a:focus-within:after {
  width: 100%;
}

.post-navigation .nav-links a:active {
  color: #dcc397;
}

.post-navigation .nav-links a:active:after {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links a {
    font-size: 20px;
    padding-top: 40px;
    line-height: 1.5;
  }
}

.post-navigation .nav-links .nav-previous a {
  padding-left: 60px;
}

.rtl .post-navigation .nav-links .nav-previous a {
  padding-right: 60px;
  padding-left: inherit;
}

.post-navigation .nav-links .nav-previous a:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  background-color: #dcc397;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.rtl .post-navigation .nav-links .nav-previous a:before {
  right: 0;
  left: auto;
}

.post-navigation .nav-links .nav-next a:after {
  left: auto;
  right: 0;
}

.rtl .post-navigation .nav-links .nav-next a:after {
  right: auto;
  left: auto;
}

.rtl .post-navigation .nav-links .nav-next a:after {
  left: 0;
  right: auto;
}

.author-info {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1168px) {
  .author-info {
    margin-bottom: 65px;
  }
}

.author-info .author-title {
  font-size: 20px;
  margin: 0 0 3px;
  font-weight: 400;
  line-height: 1.5;
}

.author-info .avatar-img {
  padding-right: 20px;
}

.rtl .author-info .avatar-img {
  padding-left: 20px;
  padding-right: inherit;
}

.author-info .avatar-img .avatar {
  overflow: hidden;
  max-width: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.related-posts {
  padding: 0;
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 768px) {
  .related-posts {
    margin: 0 0 45px 0;
  }
}

.related-posts .post {
  margin-bottom: 0;
}

.related-posts .title {
  font-size: 20px;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .related-posts .title {
    margin: 0 0 40px 0;
    font-size: 28px;
    line-height: 1.35714;
  }
}

.related-posts .slick-carousel .slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 1168px) {
  .related-posts .slick-carousel .slick-arrow {
    display: block !important;
  }
}

.related-posts .slick-carousel .slick-dots {
  margin-bottom: 40px;
  display: block !important;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .related-posts .slick-carousel .slick-dots {
    display: none !important;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.blog-post-icon {
  display: table;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #dcc397;
  opacity: 0.9;
  filter: alpha(opacity=90);
  left: 0;
  width: 50px;
  height: 50px;
}

.rtl .blog-post-icon {
  right: 0;
  left: auto;
}

.blog-post-icon .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}

/*------------------------------------*    Blog Masonry Page
\*------------------------------------*/
.blog-masonry .entry-thumb {
  margin-bottom: 0;
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

@media only screen and (min-width: 1168px) {
  .gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gallery .gallery-item {
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.rtl .gallery .gallery-item {
  float: right;
}

.gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px;
}

.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery.gallery-columns-9 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 11%;
  }
}

.gallery.gallery-columns-8 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}

.gallery.gallery-columns-7 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 14%;
  }
}

.gallery.gallery-columns-6 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.5%;
  }
}

.gallery.gallery-columns-5 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
}

.gallery.gallery-columns-4 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-3 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-1 .gallery-item {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}

.comment-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-weight: 700;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}

.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}

.comment-navigation .nav-next {
  text-align: right;
}

.rtl .comment-navigation .nav-next {
  text-align: left;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  margin-bottom: 10px;
}

.list-check i {
  color: #dcc397;
  margin-right: 10px;
}

.rtl .list-check i {
  margin-left: 10px;
  margin-right: inherit;
}

.detail-post iframe {
  max-width: 100%;
}

.detail-post .font-second {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 20px;
}

.detail-post .bottom-info {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.detail-post .bottom-info .suffix {
  font-style: italic;
}

.detail-post .bottom-info .author {
  text-transform: uppercase;
}

.detail-post .bottom-info > div {
  display: inline-block;
  vertical-align: middle;
}

.detail-post .bottom-info a {
  color: #808080;
}

.detail-post .bottom-info a:hover, .detail-post .bottom-info a:active {
  color: #dcc397;
}

.detail-post .apus-social-share {
  float: none;
  display: none;
}

@media only screen and (min-width: 768px) {
  .detail-post .apus-social-share {
    float: right;
  }
  .rtl .detail-post .apus-social-share {
    float: left;
  }
}

.detail-post .apus-social-share .title {
  font-weight: 600;
  color: #53585a;
  display: none;
  margin-right: 12px;
}

.rtl .detail-post .apus-social-share .title {
  margin-left: 12px;
  margin-right: inherit;
}

.detail-post .apus-social-share a {
  color: #53585a;
  font-size: 14px;
  margin-right: 13px;
}

.rtl .detail-post .apus-social-share a {
  margin-left: 13px;
  margin-right: inherit;
}

.detail-post .apus-social-share a:last-child {
  margin-right: 0;
}

.rtl .detail-post .apus-social-share a:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.detail-post .apus-social-share a i, .detail-post .apus-social-share a .fa {
  outline: none;
}

.detail-post .apus-social-share a .bo-social-text {
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  padding-bottom: 1px;
}

.detail-post .apus-social-share a .bo-social-text:after {
  bottom: 0;
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .detail-post .apus-social-share a .bo-social-text:after {
  right: 0;
  left: auto;
}

.detail-post .apus-social-share a:hover {
  color: #53585a;
}

.detail-post .apus-social-share a:hover .bo-social-text:after {
  background-color: #dcc397;
}

.detail-post .apus-social-share a:focus {
  color: #53585a;
}

.detail-post .apus-social-share a:focus .bo-social-text:after {
  background-color: #dcc397;
}

.detail-post .apus-social-share a:focus-within {
  color: #53585a;
}

.detail-post .apus-social-share a:focus-within .bo-social-text:after {
  background-color: #dcc397;
}

.detail-post .apus-social-share a:active {
  color: #53585a;
}

.detail-post .apus-social-share a:active .bo-social-text:after {
  background-color: #dcc397;
}

.detail-post .tag-social {
  margin-bottom: 20px;
  margin-top: 40px;
  clear: both;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .detail-post .tag-social {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .detail-post .tag-social {
    text-align: left;
  }
  .rtl .detail-post .tag-social {
    text-align: right;
  }
}

.detail-post .entry-description {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .detail-post .entry-description {
    margin-bottom: 30px;
  }
}

.detail-post .entry-tags-list {
  position: relative;
  float: none;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .detail-post .entry-tags-list {
  display: inline;
  zoom: 1;
}

@media only screen and (min-width: 768px) {
  .detail-post .entry-tags-list {
    display: block;
    margin-bottom: 0;
    float: left;
  }
  .rtl .detail-post .entry-tags-list {
    float: right;
  }
}

.detail-post .entry-tags-list strong {
  display: none;
}

.detail-post .entry-tags-list a {
  text-transform: none;
  font-size: 16px !important;
  padding: 0 10px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #53585a;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lt-ie8 .detail-post .entry-tags-list a {
  display: inline;
  zoom: 1;
}

.rtl .detail-post .entry-tags-list a {
  margin-left: 10px;
  margin-right: inherit;
}

.detail-post .entry-tags-list a:before {
  content: '';
  position: absolute;
  background-color: #dcc397;
  top: 0;
  z-index: -1;
  will-change: transform;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform: translatez(0) skewy(-30deg) scaley(0);
  -moz-transform: translatez(0) skewy(-30deg) scaley(0);
  -ms-transform: translatez(0) skewy(-30deg) scaley(0);
  -o-transform: translatez(0) skewy(-30deg) scaley(0);
  transform: translatez(0) skewy(-30deg) scaley(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform 0.15s, opacity 0.15s;
  -o-transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.rtl .detail-post .entry-tags-list a:before {
  right: 0;
  left: auto;
}

.detail-post .entry-tags-list a:hover:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.detail-post .entry-tags-list a:focus:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.detail-post .entry-tags-list a:focus-within:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.detail-post .entry-tags-list a:active:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.detail-post .entry-tags-list a:hover {
  color: #fff;
}

.detail-post .entry-tags-list a:focus {
  color: #fff;
}

.detail-post .entry-tags-list a:focus-within {
  color: #fff;
}

.detail-post .entry-tags-list a:active {
  color: #fff;
}

.detail-post .post-navigation {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .detail-post .post-navigation {
    margin: 0 0 55px;
    padding-bottom: 0;
  }
}

.detail-post .nav-links .navi {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #000;
}

.detail-post .nav-links .navi:hover, .detail-post .nav-links .navi:active {
  text-decoration: underline;
}

.detail-post .nav-links .navi i {
  line-height: 1;
  vertical-align: middle;
  font-size: 42px;
}

.detail-post .entry-content-detail .entry-title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 5px;
}

.detail-post .sub-title {
  font-size: 21px;
}

.author-post .avatar {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.author-post .avatar-img {
  float: left;
  padding-right: 8px;
}

.rtl .author-post .avatar-img {
  float: right;
}

.rtl .author-post .avatar-img {
  padding-left: 8px;
  padding-right: inherit;
}

.author-post .name-author {
  display: inline-block;
  margin-top: 9px;
}

.post-password-form input[type="password"] {
  margin-left: 15px;
}

.rtl .post-password-form input[type="password"] {
  margin-right: 15px;
  margin-left: inherit;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.8;
}

.has-dates .wp-block-latest-comments__comment .avatar,
.has-excerpts .wp-block-latest-comments__comment .avatar {
  margin-top: 6px;
  margin-right: 15px;
}

.rtl .has-dates .wp-block-latest-comments__comment .avatar, .rtl
.has-excerpts .wp-block-latest-comments__comment .avatar {
  margin-left: 15px;
  margin-right: inherit;
}

.widget-blogs {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1168px) {
  .widget-blogs {
    margin-bottom: 30px;
  }
}

.widget-blogs.carousel .slick-carousel .slick-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media only screen and (min-width: 1168px) {
  .widget-blogs.carousel .slick-carousel .slick-arrow {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.widget-blogs.carousel .slick-carousel .slick-dots {
  width: 100%;
  margin-top: 20px;
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 1168px) {
  .widget-blogs.carousel .slick-carousel .slick-dots {
    display: none !important;
    width: auto;
    padding-top: 10px;
    margin-top: 0px;
  }
}

.main-content div[class~="col-md-12"] .layout-blog .layout-posts-list {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .main-content div[class~="col-md-12"] .layout-blog .layout-posts-list {
    padding: 0 34px;
  }
}

@media only screen and (min-width: 1168px) {
  .main-content div[class~="col-md-12"] .layout-blog .layout-posts-list {
    padding: 0 95px;
  }
}

.top-info-detail-v1 {
  color: #fff;
  background-color: #252525;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  min-height: 400px;
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 58px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.rtl .top-info-detail-v1 {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .top-info-detail-v1 {
    height: 100vh;
    min-height: auto;
    padding-bottom: 102px;
    margin-bottom: 116px;
  }
}

@media only screen and (min-width: 1379px) {
  .top-info-detail-v1 {
    height: auto;
    min-height: 800px;
  }
}

.top-info-detail-v1 > div {
  z-index: 1;
  position: relative;
}

.top-info-detail-v1:before {
  content: "";
  background-color: rgba(37, 37, 37, 0.5);
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

.rtl .top-info-detail-v1:before {
  right: 0;
  left: auto;
}

.top-info-detail-v1 .entry-title-detail {
  font-size: 34px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.29412;
  padding-right: 0;
}

.rtl .top-info-detail-v1 .entry-title-detail {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 1379px) {
  .top-info-detail-v1 .entry-title-detail {
    font-size: 80px;
    margin-bottom: 46px;
    line-height: 1.125;
    padding-right: 10%;
  }
  .rtl .top-info-detail-v1 .entry-title-detail {
    padding-left: 10%;
    padding-right: inherit;
  }
}

.top-info-detail-v1 .top-info-post-detail {
  color: inherit;
}

.top-info-detail-v1 .top-info-post-detail > * {
  position: relative;
  padding: 7px 0;
  width: 100%;
  text-align: left;
}

.rtl .top-info-detail-v1 .top-info-post-detail > * {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .top-info-detail-v1 .top-info-post-detail > * {
    width: 50%;
  }
}

@media only screen and (min-width: 1168px) {
  .top-info-detail-v1 .top-info-post-detail > * {
    width: auto;
    padding: 0 50px;
  }
}

.top-info-detail-v1 .top-info-post-detail > *:after {
  content: none;
  background-color: #fff;
  width: 1px;
  height: 85%;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rtl .top-info-detail-v1 .top-info-post-detail > *:after {
  left: 0;
  right: auto;
}

@media only screen and (min-width: 1168px) {
  .top-info-detail-v1 .top-info-post-detail > *:after {
    content: "";
  }
}

.top-info-detail-v1 .top-info-post-detail > *:first-child {
  padding-left: 0px;
}

.rtl .top-info-detail-v1 .top-info-post-detail > *:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

.top-info-detail-v1 .top-info-post-detail > *:last-child {
  padding-right: 0px;
}

.rtl .top-info-detail-v1 .top-info-post-detail > *:last-child {
  padding-left: 0px;
  padding-right: inherit;
}

.top-info-detail-v1 .top-info-post-detail > *:last-child:after {
  content: normal;
}

.top-info-detail-v1 .top-info-post-detail a {
  color: inherit;
}

.top-info-detail-v1 .top-info-post-detail a:hover {
  color: #dcc397;
}

.top-info-detail-v1 .top-info-post-detail a:focus {
  color: #dcc397;
}

.top-info-detail-v1 .top-info-post-detail a:focus-within {
  color: #dcc397;
}

.top-info-detail-v1 .top-info-post-detail a:active {
  color: #dcc397;
}

.top-info-detail-v1 .top-info-post-detail .entry-item .entry-item-label {
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 1.5;
}

.top-info-detail-v1 .top-info-post-detail .entry-item .entry-item-value .apus-social-share a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.lt-ie8 .top-info-detail-v1 .top-info-post-detail .entry-item .entry-item-value .apus-social-share a {
  display: inline;
  zoom: 1;
}

.rtl .top-info-detail-v1 .top-info-post-detail .entry-item .entry-item-value .apus-social-share a {
  margin-left: 15px;
  margin-right: inherit;
}

.top-info-detail-v1 .top-info-post-detail .entry-item .entry-item-value .apus-social-share a:last-child {
  margin-right: 0;
}

.rtl .top-info-detail-v1 .top-info-post-detail .entry-item .entry-item-value .apus-social-share a:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.top-info-detail-v1 .top-info-post-detail .entry-item .entry-item-value .apus-social-share .title {
  display: none;
}

/* 8. property */
.widget-tabs.style1 .widget-content .tab-content {
  padding: 0;
}

.widget-tabs.style2 .widget-content .no-template-message {
  padding: 0;
  text-align: center;
}

.widget-tabs.style2 .widget-content .nav-tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.widget-tabs.style2 .widget-content .nav-tabs > li {
  max-width: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs.style2 .widget-content .nav-tabs > li {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.widget-tabs.style2 .widget-content .nav-tabs > li > a {
  width: 100%;
  line-height: normal;
  min-height: 46px;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-right: 1px solid #e6e6e6;
}

.rtl .widget-tabs.style2 .widget-content .nav-tabs > li > a {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}

@media only screen and (min-width: 768px) {
  .widget-tabs.style2 .widget-content .nav-tabs > li > a {
    line-height: 60px;
    line-height: 3.75rem;
    min-height: auto;
    display: block;
  }
}

.widget-tabs.style2 .widget-content .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #dcc397;
  border-color: #dcc397;
}

.widget-tabs.style2 .widget-content .nav-tabs > li.active > a {
  border-color: #dcc397;
}

.widget-tabs.style2 .widget-content .nav-tabs > li:last-child > a {
  border-right: 0;
}

.rtl .widget-tabs.style2 .widget-content .nav-tabs > li:last-child > a {
  border-left: 0;
  border-right: inherit;
}

.widget-tabs.style2 .widget-content .tab-content {
  padding: 0;
}

.widget-tabs.style2 .widget-content .tab-content .tabs-inner > .image {
  padding-top: 0;
}

.widget-tabs.style2 .widget-content .tab-content .tabs-inner > .image .image_bg {
  outline: none;
}

.widget-tabs.style2 .widget-content .tab-content .tabs-inner > .image .image-wrapper {
  padding-left: 70px;
}

.rtl .widget-tabs.style2 .widget-content .tab-content .tabs-inner > .image .image-wrapper {
  padding-right: 70px;
  padding-left: inherit;
}

.widget-tabs.style2 .widget-content .tab-content .tabs-inner > .content .title {
  display: none;
}

.widget-tabs.style2 .widget-content .tab-content .tabs-inner > .content .content {
  padding-bottom: 30px;
  padding-right: 0;
}

.rtl .widget-tabs.style2 .widget-content .tab-content .tabs-inner > .content .content {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs.style2 .widget-content .tab-content .tabs-inner > .content .content {
    padding-bottom: 0;
    padding-right: 15%;
  }
  .rtl .widget-tabs.style2 .widget-content .tab-content .tabs-inner > .content .content {
    padding-left: 15%;
    padding-right: inherit;
  }
}

.widget-tabs.style3 {
  padding: 0 15px;
}

@media only screen and (min-width: 1379px) {
  .widget-tabs.style3 {
    padding: 0 95px;
  }
}

.widget-tabs.style3 .widget-title {
  color: #fff;
  text-align: left;
}

.rtl .widget-tabs.style3 .widget-title {
  text-align: right;
}

.widget-tabs.style3 .widget-content .no-template-message {
  padding: 0;
}

.widget-tabs.style3 .widget-content .apartment-info-list li {
  color: #fff;
}

.widget-tabs.style3 .widget-content .apartment-info-list li:hover {
  color: #dcc397;
}

.widget-tabs.style3 .widget-content .apartment-info-list.columns-2 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .widget-tabs.style3 .widget-content .apartment-info-list.columns-2 {
    width: 64%;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs.style3 .widget-content .apartment-info-list.columns-2 {
    width: 68%;
  }
}

.widget-tabs.style3 .widget-content .apartment-info-list.columns-2 li {
  width: 100%;
  float: none;
}

@media only screen and (min-width: 768px) {
  .widget-tabs.style3 .widget-content .apartment-info-list.columns-2 li {
    width: 50%;
    float: left;
  }
  .rtl .widget-tabs.style3 .widget-content .apartment-info-list.columns-2 li {
    float: right;
  }
}

.widget-tabs.style3 .widget-content .nav-tabs {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.rtl .widget-tabs.style3 .widget-content .nav-tabs {
  text-align: right;
}

.widget-tabs.style3 .widget-content .nav-tabs > li > a {
  color: #fff;
}

.widget-tabs.style3 .widget-content .nav-tabs > li > a:hover {
  color: #dcc397;
}

.widget-tabs.style3 .widget-content .tab-content {
  background-color: transparent;
  padding: 0;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content, .widget-tabs.style3 .widget-content .tab-content .tabs-inner > .image {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content .title {
  display: none;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content .content {
  padding-right: 0;
}

.rtl .widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content .content {
  padding-left: 0;
  padding-right: inherit;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content .content ul li {
  color: #fff;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content .content ul li:hover {
  color: #dcc397;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content .content ul li:first-child {
  color: #fff !important;
}

.widget-tabs.style3 .widget-content .tab-content .tabs-inner > .content .content ul li:first-child:hover {
  color: #dcc397 !important;
}

.widget-tabs.style3 .list-property-wrap .list-property-info {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%;
}

.widget-tabs.style4 .widget-content .tab-content {
  padding: 0;
}

.widget-tabs.style4 .widget-content .tab-content .tabs-inner > .image {
  padding: 0;
}

.widget-tabs.style4 .widget-content .tab-content .tabs-inner > .image .image_bg {
  width: 100%;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  .widget-tabs.style4 .widget-content .tab-content .tabs-inner > .image .image_bg {
    height: 300px;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs.style4 .widget-content .tab-content .tabs-inner > .image .image_bg {
    height: 100%;
  }
}

.widget-tabs.style4 .widget-content .tab-content .tabs-inner > .content {
  padding: 15px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs.style4 .widget-content .tab-content .tabs-inner > .content {
    padding: 44px 50px 50px 50px;
  }
}

.widget-tabs.style4 .widget-content .tab-content .tabs-inner > .content .content {
  padding: 0;
}

.widget-tabs.style4 .widget-content .tab-content .tabs-inner > .image, .widget-tabs.style4 .widget-content .tab-content .tabs-inner > .content {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs.style4 .widget-content .tab-content .tabs-inner > .image, .widget-tabs.style4 .widget-content .tab-content .tabs-inner > .content {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.widget-tabs .house-size {
  color: #fff;
  text-align: center;
  background-color: #dcc397;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  margin: 0;
  bottom: 0;
  cursor: text;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.875;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lt-ie8 .widget-tabs .house-size {
  display: inline;
  zoom: 1;
}

.widget-tabs .widget-title {
  padding: 0;
  margin: 0 0 26px 0;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.38462;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-title {
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-title {
    font-size: 42px;
    margin: 0 0 50px 0;
    line-height: 1.2381;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-title {
    margin-bottom: 40px;
  }
}

.widget-tabs .widget-content .nav-tabs {
  border: none;
  text-align: center;
  min-height: 46px;
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: move;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .nav-tabs {
    margin-bottom: 50px;
    overflow-x: hidden;
    cursor: default;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.widget-tabs .widget-content .nav-tabs > li {
  border: none;
  float: none;
  display: block;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-content .nav-tabs > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .nav-tabs > li {
    display: block;
  }
}

.widget-tabs .widget-content .nav-tabs > li > a {
  background-color: transparent;
  padding: 0 15px;
  font-size: 18px;
  margin: 0;
  margin-bottom: 0;
  color: #53585a;
  font-weight: 600;
  border: none;
  display: block;
  line-height: normal;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-content .nav-tabs > li > a {
    font-size: 16px;
    height: auto;
    padding: 0 25px;
    display: block;
    line-height: 1.625;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .nav-tabs > li > a {
    line-height: 2.875;
  }
}

.widget-tabs .widget-content .nav-tabs > li > a:hover {
  color: #dcc397;
  background-color: #fff;
}

.widget-tabs .widget-content .nav-tabs > li > a:focus {
  color: #dcc397;
  background-color: #fff;
}

.widget-tabs .widget-content .nav-tabs > li > a:focus-within {
  color: #dcc397;
  background-color: #fff;
}

.widget-tabs .widget-content .nav-tabs > li > a:active {
  color: #dcc397;
  background-color: #fff;
}

.widget-tabs .widget-content .nav-tabs > li.active > a {
  color: #fff;
  pointer-events: none;
  background-color: #dcc397;
}

.widget-tabs .widget-content .tab-content {
  background-color: #fff;
  padding: 20px;
}

.widget-tabs .widget-content .tab-content:before, .widget-tabs .widget-content .tab-content:after {
  content: " ";
  display: table;
}

.widget-tabs .widget-content .tab-content:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-content .tab-content {
    padding: 25px;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content {
    padding: 35px;
  }
}

.widget-tabs .widget-content .tab-content .tabs-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content .tabs-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.widget-tabs .widget-content .tab-content .tabs-inner > .image {
  max-width: 100%;
  padding-top: 0;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .image {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .image {
    padding-top: 66px;
    margin-top: 0;
    max-width: 56%;
    -webkit-flex-basis: 56%;
    -moz-flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
}

.widget-tabs .widget-content .tab-content .tabs-inner > .image .image_bg {
  width: 100%;
  height: 357px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.widget-tabs .widget-content .tab-content .tabs-inner > .content {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .content {
    max-width: 44%;
    -webkit-flex-basis: 44%;
    -moz-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}

.widget-tabs .widget-content .tab-content .tabs-inner > .content .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .content .title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.35714;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .content .title {
    margin-bottom: 30px;
  }
}

.widget-tabs .widget-content .tab-content .tabs-inner > .content .content {
  color: #808080;
  padding-right: 0;
}

.rtl .widget-tabs .widget-content .tab-content .tabs-inner > .content .content {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .content .content {
    padding-right: 20%;
  }
  .rtl .widget-tabs .widget-content .tab-content .tabs-inner > .content .content {
    padding-left: 20%;
    padding-right: inherit;
  }
}

.widget-tabs .widget-content .tab-content .tabs-inner > .content .content ul {
  margin: 0px;
}

.widget-tabs .widget-content .tab-content .tabs-inner > .content .content ul li {
  color: #53585a;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  line-height: 1.875;
}

.widget-tabs .widget-content .tab-content .tabs-inner > .content .content ul li:hover {
  color: #dcc397;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .content .content ul li {
    line-height: 2.25;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content .tabs-inner > .content .content ul li {
    line-height: 42px;
    line-height: 2.625rem;
  }
}

.widget-tabs .widget-content .tab-content .apus-property-container {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .widget-content .tab-content .apus-property-container {
    margin-bottom: 0;
  }
}

.widget-tabs .widget-content .tab-content .apus-property-container p {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .widget-content .tab-content .apus-property-container p {
    margin-bottom: 30px;
  }
}

.widget-tabs .carousel-controls {
  top: -42px;
}

.widget-tabs .list-property-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .widget-tabs .list-property-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.widget-tabs .list-property-wrap .list-property-info {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 1168px) {
  .widget-tabs .list-property-wrap .list-property-info {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.widget-tabs .no-template-message {
  width: 100%;
  padding: 30px;
}

.widget-tabs .elementor-widget-heading h1.elementor-heading-title, .widget-tabs .elementor-widget-heading h2.elementor-heading-title, .widget-tabs .elementor-widget-heading h3.elementor-heading-title, .widget-tabs .elementor-widget-heading h4.elementor-heading-title, .widget-tabs .elementor-widget-heading h5.elementor-heading-title, .widget-tabs .elementor-widget-heading h6.elementor-heading-title {
  margin-bottom: 0;
}

.apartment-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.apartment-info-list:before, .apartment-info-list:after {
  content: " ";
  display: table;
}

.apartment-info-list:after {
  clear: both;
}

.apartment-info-list li {
  color: #53585a;
  padding: 7px 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.apartment-info-list li:hover {
  color: #dcc397;
}

.apartment-info-list.columns-1 li {
  width: 100%;
}

.apartment-info-list.columns-2 li {
  width: 100%;
  float: none;
}

@media only screen and (min-width: 1168px) {
  .apartment-info-list.columns-2 li {
    width: 50%;
    float: left;
  }
  .rtl .apartment-info-list.columns-2 li {
    float: right;
  }
}

.apartment-info-list.columns-3 li {
  width: 100%;
  float: none;
}

@media only screen and (min-width: 1168px) {
  .apartment-info-list.columns-3 li {
    width: 33%;
    float: left;
  }
  .rtl .apartment-info-list.columns-3 li {
    float: right;
  }
}

.layout-apartment .apartment {
  margin-bottom: 30px;
  background-color: #fff;
}

@media only screen and (min-width: 1168px) {
  .layout-apartment .apartment {
    margin-bottom: 43px;
  }
}

.layout-apartment .row .style1 .apartment {
  margin-bottom: 30px;
}

.layout-apartment .row .style1 .apartment .apartment-content-box {
  padding: 15px 20px;
  min-height: auto;
}

@media only screen and (min-width: 768px) {
  .layout-apartment .row .style1 .apartment .apartment-content-box {
    padding: 20px 25px;
    min-height: 190px;
  }
}

@media only screen and (min-width: 1168px) {
  .layout-apartment .row .style1 .apartment .apartment-content-box {
    padding: 23px 30px;
    min-height: auto;
  }
}

.layout-apartment .row .style1 .apartment .apartment-content-box .entry-title {
  margin-top: 0;
}

.layout-apartment .row .style2 .apartment {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.layout-apartment .row .style2 .apartment:hover .apartment-content-box > * {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.layout-apartment .row .style2 .apartment:hover .apartment-content-box > *.entry-title {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.layout-apartment .row .style2 .apartment:hover .apartment-content-box > *.description {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.layout-apartment .row .style2 .apartment .apartment-content-box {
  position: static;
  bottom: 0;
  color: #53585a;
  width: 100%;
  z-index: 3;
  padding: 0;
  left: 0;
}

.rtl .layout-apartment .row .style2 .apartment .apartment-content-box {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .layout-apartment .row .style2 .apartment .apartment-content-box {
    position: absolute;
    color: #fff;
    padding: 0 30px 23px 30px;
  }
  .rtl .layout-apartment .row .style2 .apartment .apartment-content-box {
    padding: 0 30px 23px 30px;
  }
}

.layout-apartment .row .style2 .apartment .apartment-content-box > * {
  display: block;
  position: relative;
  top: 120px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.layout-apartment .row .style2 .apartment .apartment-content-box > *.description {
  display: none;
  position: static;
}

@media only screen and (min-width: 768px) {
  .layout-apartment .row .style2 .apartment .apartment-content-box > *.description {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-width: 1168px) {
  .layout-apartment .row .style2 .apartment .apartment-content-box > *.description {
    position: relative;
  }
}

.layout-apartment .row .style2 .apartment .apartment-thumb .post-thumbnail:before {
  background-color: rgba(37, 37, 37, 0.7);
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.layout-apartment .row .style2 .apartment .entry-title {
  margin: 10px 0 0 0;
  position: static;
  font-size: 18px;
  text-align: center;
  line-height: 1.55556;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 768px) {
  .layout-apartment .row .style2 .apartment .entry-title {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5px;
  }
  .rtl .layout-apartment .row .style2 .apartment .entry-title {
    text-align: right;
  }
}

@media only screen and (min-width: 1168px) {
  .layout-apartment .row .style2 .apartment .entry-title {
    margin-top: 0;
    margin-bottom: 3px;
    position: relative;
    font-size: 24px;
    line-height: 1.5;
  }
}

.layout-apartment .row .style2 .apartment .entry-title a {
  color: #dcc397;
}

.layout-apartment .row div[class*="col-"]:nth-child(2n+1) {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .layout-apartment .row div[class*="col-"]:nth-child(2n+1) {
    clear: none;
  }
}

.layout-apartment .row div[class*="col-"]:nth-last-child(-n+3) .apartment {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .layout-apartment .row div[class*="col-"]:nth-last-child(-n+3) .apartment {
    margin-bottom: 0;
  }
}

.apartment .entry-title {
  margin: 23px 0 13px 0;
  line-height: 28px;
  line-height: 1.75rem;
}

@media only screen and (min-width: 768px) {
  .apartment .entry-title {
    line-height: 30px;
    line-height: 1.875rem;
  }
}

@media only screen and (min-width: 1168px) {
  .apartment .entry-title {
    line-height: 34px;
    line-height: 2.125rem;
  }
}

.apartment .apartment-thumb {
  position: relative;
}

.apartment .apartment-thumb .post-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}

.apartment .apartment-thumb .post-thumbnail img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .apartment .apartment-thumb .post-thumbnail img {
    will-change: transform;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.apartment .apartment-thumb .post-thumbnail:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .apartment .apartment-thumb .post-thumbnail:hover img {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
}

.apartment .apartment-thumb .post-thumbnail:before {
  content: none;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(37, 37, 37, 0.3);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .apartment .apartment-thumb .post-thumbnail:before {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .apartment .apartment-thumb .post-thumbnail:before {
    content: "";
  }
}

.apartment .apartment-thumb .apartment-up {
  color: #fff;
  background-color: #dcc397;
  position: absolute;
  top: 15px;
  z-index: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 15px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .apartment .apartment-thumb .apartment-up {
  right: 15px;
  left: auto;
}

@media only screen and (min-width: 768px) {
  .apartment .apartment-thumb .apartment-up {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1168px) {
  .apartment .apartment-thumb .apartment-up {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 50px;
    height: 50px;
    pointer-events: none;
  }
}

.apartment .apartment-thumb .apartment-up i:before {
  margin: 0;
  font-size: 16px;
}

.apartment .apartment-thumb:hover .post-thumbnail:before {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apartment .apartment-thumb:hover .apartment-up {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}

.apartment-info-detail .entry-address {
  font-size: 16px;
  line-height: 1.75;
}

@media only screen and (min-width: 768px) {
  .apartment-info-detail .entry-address {
    font-size: 18px;
    line-height: 1.66667;
  }
}

@media only screen and (min-width: 1168px) {
  .apartment-info-detail .entry-address {
    font-size: 20px;
    line-height: 1.6;
  }
}

.apartment-info-detail .entry-title-detail {
  margin-bottom: 5px;
  line-height: 80px;
  line-height: 5rem;
}

@media only screen and (min-width: 1168px) {
  .apartment-info-detail .entry-title-detail {
    margin-bottom: 30px;
  }
}

.detail-apartment .apartment-auto {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .detail-apartment .apartment-auto {
    padding-left: 47px;
    padding-right: 47px;
  }
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .apartment-auto {
    padding-left: 95px;
    padding-right: 95px;
  }
}

.detail-apartment .apartment-auto .flex-middle {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .detail-apartment .apartment-auto .flex-middle {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .apartment-auto .flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.detail-apartment .apartment-auto .padding-right-65 {
  padding-right: 0 !important;
}

.rtl .detail-apartment .apartment-auto .padding-right-65 {
  padding-left: 0 !important;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .apartment-auto .padding-right-65 {
    padding-right: 65px !important;
  }
  .rtl .detail-apartment .apartment-auto .padding-right-65 {
    padding-left: 65px !important;
    padding-right: inherit;
  }
}

.detail-apartment .apartment-auto p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .apartment-auto p:last-child {
    margin-bottom: 30px;
  }
}

.detail-apartment .entry-description > * {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .detail-apartment .entry-description > * {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.detail-apartment .entry-description > *:first-child {
  margin-top: 0;
}

.detail-apartment .entry-description > *:last-child {
  margin-bottom: 0;
}

.detail-apartment .entry-description {
  margin: 0 0 58px 0;
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .entry-description {
    margin: -7px 0 112px 0;
  }
}

.detail-apartment .apartment-heading-detail {
  font-size: 18px;
  line-height: 1.55556;
  font-weight: 400;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  .detail-apartment .apartment-heading-detail {
    font-size: 20px;
    line-height: 1.5;
    margin: 46px 0 41px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .apartment-heading-detail {
    font-size: 24px;
    line-height: 1.41667;
  }
}

.detail-apartment .apartment-info-list {
  margin: 0px;
}

.detail-apartment .apartment-info-list li {
  color: #53585a;
  margin-bottom: 5px;
  line-height: 1.625;
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .apartment-info-list li {
    margin-bottom: 5px;
    line-height: 1.625;
  }
}

.detail-apartment .apartment-info-list li:last-child {
  margin-bottom: 0;
}

.detail-apartment .recent-apartment {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 48px;
  padding-bottom: 58px;
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .recent-apartment {
    padding-top: 106px;
    padding-bottom: 116px;
  }
}

.detail-apartment .recent-apartment:before, .detail-apartment .recent-apartment:after {
  content: "";
  top: 0;
  height: 100%;
  background-color: #f9f9f9;
  position: absolute;
  width: 100vw;
}

.detail-apartment .recent-apartment:before {
  left: 100%;
}

.rtl .detail-apartment .recent-apartment:before {
  right: 100%;
  left: auto;
}

.detail-apartment .recent-apartment:after {
  right: 100%;
}

.rtl .detail-apartment .recent-apartment:after {
  left: 100%;
  right: auto;
}

.detail-apartment .recent-apartment .title {
  padding: 0;
  margin: 0 0 26px 0;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.38462;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .detail-apartment .recent-apartment .title {
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .recent-apartment .title {
    font-size: 42px;
    margin: 0 0 50px 0;
    line-height: 1.2381;
  }
}

.detail-apartment .recent-apartment .slick-carousel .slick-prev {
  margin-left: 30px;
}

.rtl .detail-apartment .recent-apartment .slick-carousel .slick-prev {
  margin-right: 30px;
  margin-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .recent-apartment .slick-carousel .slick-prev {
    margin-left: -10px;
  }
  .rtl .detail-apartment .recent-apartment .slick-carousel .slick-prev {
    margin-right: -10px;
    margin-left: inherit;
  }
}

.detail-apartment .recent-apartment .slick-carousel .slick-next {
  margin-right: 30px;
}

.rtl .detail-apartment .recent-apartment .slick-carousel .slick-next {
  margin-left: 30px;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .detail-apartment .recent-apartment .slick-carousel .slick-next {
    margin-right: -10px;
  }
  .rtl .detail-apartment .recent-apartment .slick-carousel .slick-next {
    margin-left: -10px;
    margin-right: inherit;
  }
}

.recent-apartment-content .apartment {
  background-color: #fff;
}

.recent-apartment-content .apartment .apartment-content-box {
  padding: 23px 30px;
}

.recent-apartment-content .apartment .apartment-content-box .entry-title {
  margin-top: 0;
}

.wrap_svl_center_box {
  display: block;
}

#powerTip {
  color: #53585a;
  border: none;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  line-height: 1.55556;
  -webkit-box-shadow: 0px 0px 16.8px 4.2px rgba(37, 37, 37, 0.19);
  box-shadow: 0px 0px 16.8px 4.2px rgba(37, 37, 37, 0.19);
}

#powerTip.n:before {
  border-top: 10px solid #fff;
  border-left-width: 10px !important;
  border-right-width: 10px !important;
  margin-left: -10px !important;
}

.rtl #powerTip.n:before {
  margin-right: -10px !important;
  margin-left: inherit;
}

#powerTip .box_view_html {
  color: inherit;
  font-weight: 400;
  max-width: 320px;
  border: none;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #powerTip .box_view_html {
    margin: 0;
    max-width: 210px;
  }
}

#powerTip .box_view_html p {
  margin-bottom: 10px;
  margin-top: 0;
}

#powerTip .box_view_html p:last-child {
  margin-bottom: 0;
}

#powerTip .box_view_html img {
  margin: 0px;
}

.mfp-wrap.schedule-mfp-wrapper .mfp-close {
  cursor: pointer;
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 58px;
  height: 58px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.mfp-wrap.schedule-mfp-wrapper .mfp-close:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #53585a;
  content: "";
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.mfp-wrap.schedule-mfp-wrapper .mfp-close:hover:before {
  color: #dcc397;
}

.mfp-wrap.schedule-mfp-wrapper .mfp-close:focus:before {
  color: #dcc397;
}

.mfp-wrap.schedule-mfp-wrapper .mfp-close:focus-within:before {
  color: #dcc397;
}

.mfp-wrap.schedule-mfp-wrapper .mfp-close:active:before {
  color: #dcc397;
}

.schedule-visit-form-wrapper {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 730px;
  margin: 20px auto;
  cursor: grab;
  overflow: hidden;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

@media only screen and (min-width: 768px) {
  .schedule-visit-form-wrapper {
    padding: 30px;
  }
}

@media only screen and (min-width: 1168px) {
  .schedule-visit-form-wrapper {
    padding: 50px;
  }
}

.schedule-visit-form-wrapper .btn:hover, .schedule-visit-form-wrapper .viewmore-products-btn:hover {
  color: #fff;
  background-color: #d2b178;
  border-color: #d2b178;
}

.schedule-visit-form-wrapper .btn:focus, .schedule-visit-form-wrapper .viewmore-products-btn:focus {
  color: #fff;
  background-color: #d2b178;
  border-color: #d2b178;
}

.schedule-visit-form-wrapper .btn:focus-within, .schedule-visit-form-wrapper .viewmore-products-btn:focus-within {
  color: #fff;
  background-color: #d2b178;
  border-color: #d2b178;
}

.schedule-visit-form-wrapper .btn:active, .schedule-visit-form-wrapper .viewmore-products-btn:active {
  color: #fff;
  background-color: #d2b178;
  border-color: #d2b178;
}

.schedule-visit-form-wrapper textarea {
  min-height: 160px;
}

.schedule-visit-form-wrapper .input-text {
  width: 100%;
}

.schedule-visit-form-wrapper input[type="date"] {
  padding-top: 0px;
  padding-bottom: 0px;
}

.schedule-visit-form-wrapper h4 {
  font-size: 24px;
  line-height: 1.41667;
  margin: 0 0 20px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .schedule-visit-form-wrapper h4 {
    font-size: 34px;
    line-height: 1.29412;
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .schedule-visit-form-wrapper h4 {
    margin: -10px 0 40px 0;
  }
}

.schedule-visit-form-wrapper h1, .schedule-visit-form-wrapper h2, .schedule-visit-form-wrapper h3, .schedule-visit-form-wrapper h4 {
  font-weight: 400;
}

.schedule-visit-form-wrapper .form-schedule-wrap {
  grid-gap: 0;
  margin-bottom: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 480px) {
  .schedule-visit-form-wrapper .form-schedule-wrap {
    grid-gap: 20px;
    margin-bottom: 20px;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

.schedule-visit-form-wrapper .form-schedule-wrap p {
  margin: 0;
}

.schedule-visit-form-wrapper .form-schedule-wrap-end {
  margin-bottom: 20px;
}

.elementor-element.thumb-tab-block:after {
  content: "";
  background-color: #e6e6e6;
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  right: 0;
}

.rtl .elementor-element.thumb-tab-block:after {
  left: 0;
  right: auto;
}

.elementor-element.thumb-tab-icon .elementor-image {
  position: relative;
}

.elementor-element.thumb-tab-icon .elementor-image:before {
  content: normal;
  z-index: -1;
  cursor: pointer;
  pointer-events: none;
  visibility: hidden;
  background-color: #53585a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media only screen and (min-width: 1168px) {
  .elementor-element.thumb-tab-icon .elementor-image:before {
    content: "";
  }
}

.elementor-element.thumb-tab-icon .elementor-image:after {
  color: #fff;
  content: normal;
  cursor: pointer;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.thumb-tab-icon .elementor-image:after {
    content: "";
  }
}

.elementor-element.thumb-tab-icon:hover .elementor-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.elementor-element.thumb-tab-icon:hover .elementor-image:before, .elementor-element.thumb-tab-icon:hover .elementor-image:after {
  z-index: 1;
  visibility: visible;
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 9. teams */
.widget-team {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.widget-team.horizontal {
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 80%;
  grid-template-columns: 20% 80%;
}

@media only screen and (min-width: 768px) {
  .widget-team.horizontal {
    -ms-grid-columns: 15% 85%;
    grid-template-columns: 15% 85%;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-team.horizontal {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }
}

.widget-team.horizontal .content {
  padding: 15px 0 0 0;
  text-align: left;
  -webkit-align-self: self-start;
  -moz-align-self: self-start;
  -ms-flex-item-align: self-start;
  align-self: self-start;
  padding: 0 0 0 30px;
}

.rtl .widget-team.horizontal .content {
  text-align: right;
}

.rtl .widget-team.horizontal .content {
  padding: 0 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .widget-team.horizontal .content {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 0 0 30px;
  }
  .rtl .widget-team.horizontal .content {
    padding: 0 30px 0 0;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-team.horizontal .content {
    padding: 0 0 0 20px;
  }
  .rtl .widget-team.horizontal .content {
    padding: 0 20px 0 0;
  }
}

.widget-team.horizontal .team-image {
  -ms-grid-column-align: start;
  justify-self: start;
}

.widget-team.horizontal .team-image .image-wrapper {
  width: 80px;
  height: 80px;
}

@media only screen and (min-width: 768px) {
  .widget-team.horizontal .team-image .image-wrapper {
    width: 120px;
    height: 120px;
  }
}

.widget-team.horizontal .team-image .image-wrapper:before, .widget-team.horizontal .team-image .image-wrapper:after {
  content: none;
}

.widget-team.horizontal .team-image .image-wrapper img {
  width: 100%;
}

.widget-team .name-team {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  margin: 0 0 2px 0;
}

@media only screen and (min-width: 768px) {
  .widget-team .name-team {
    font-size: 18px;
    line-height: 1.55556;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-team .name-team {
    font-size: 20px;
    line-height: 1.7;
  }
}

.widget-team .team-image {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .widget-team .team-image {
    margin: 0;
    width: auto;
    height: auto;
  }
}

.widget-team .team-image img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.widget-team .team-image .team-url {
  content: '';
  color: #fff;
  line-height: 36px;
  background-color: #dcc397;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  pointer-events: auto;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 1168px) {
  .widget-team .team-image .team-url {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.widget-team .team-image .team-url i:before, .widget-team .team-image .team-url i:after {
  font-size: 16px;
  margin: 0px;
}

.widget-team .team-image .image-wrapper {
  position: relative;
}

.widget-team .team-image .image-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: auto;
  background-color: rgba(37, 37, 37, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 1168px) {
  .widget-team .team-image .image-wrapper:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
  }
}

.widget-team .job {
  font-size: 16px;
  color: #808080;
}

.widget-team .bottom-info {
  padding-top: 15px;
}

.widget-team .description {
  margin-top: 15px;
}

.widget-team .content {
  padding-top: 15px;
}

.widget-team .content a {
  color: #808080;
}

.widget-team .content a:hover {
  color: #dcc397;
}

.widget-team .content a:focus {
  color: #dcc397;
}

.widget-team .content a:focus-within {
  color: #dcc397;
}

.widget-team .content a:active {
  color: #dcc397;
}

.widget-team .top-image {
  position: relative;
}

.widget-team .top-image:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
}

.rtl .widget-team .top-image:before {
  right: 0;
  left: auto;
}

.widget-team .top-image .social {
  margin: 0;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5, 0);
  -ms-transform: scale(0.5, 0);
  -o-transform: scale(0.5, 0);
  transform: scale(0.5, 0);
  left: 0;
}

.rtl .widget-team .top-image .social {
  right: 0;
  left: auto;
}

.widget-team .top-image .social li {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .widget-team .top-image .social li {
  display: inline;
  zoom: 1;
}

.widget-team .top-image .social a {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
}

.lt-ie8 .widget-team .top-image .social a {
  display: inline;
  zoom: 1;
}

.widget-team:hover .top-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-team:hover .social {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.widget-team:hover .team-image .team-url {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}

.widget-team:hover .team-image .image-wrapper:after {
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-team:focus .top-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-team:focus .social {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.widget-team:focus .team-image .team-url {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}

.widget-team:focus .team-image .image-wrapper:after {
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-team:focus-within .top-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-team:focus-within .social {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.widget-team:focus-within .team-image .team-url {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}

.widget-team:focus-within .team-image .image-wrapper:after {
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-team:active .top-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-team:active .social {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.widget-team:active .team-image .team-url {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}

.widget-team:active .team-image .image-wrapper:after {
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.team-popup-inner {
  position: relative;
  background: #fff;
  padding: 15px;
  width: auto;
  overflow: hidden;
  max-width: none;
  margin: auto;
  grid-gap: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: none;
  grid-template-columns: none;
}

@media only screen and (min-width: 320px) {
  .team-popup-inner {
    grid-gap: 20px;
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
  }
}

@media only screen and (min-width: 768px) {
  .team-popup-inner {
    grid-gap: 20px;
    padding: 20px;
    max-width: 630px;
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
  }
}

@media only screen and (min-width: 1168px) {
  .team-popup-inner {
    padding: 50px;
    grid-gap: 30px;
    max-width: 730px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.team-popup-inner .team-image {
  position: relative;
}

.team-popup-inner .team-image img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.team-popup-inner .content {
  -ms-grid-row-align: center;
  align-self: center;
}

.team-popup-inner .name-team {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .team-popup-inner .name-team {
    font-size: 24px;
    line-height: 1.41667;
  }
}

.team-popup-inner .job {
  margin-bottom: 10px;
}

.team-popup-inner .contact-info > *,
.team-popup-inner .social-info > * {
  margin: 0;
  font-weight: 400;
}

.team-popup-inner .contact-info h4,
.team-popup-inner .social-info h4 {
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1.55556;
}

.team-popup-inner .social-info a {
  font-size: 15px;
  padding-right: 3px;
}

.rtl .team-popup-inner .social-info a {
  padding-left: 3px;
  padding-right: inherit;
}

.team-popup-inner .description,
.team-popup-inner .contact-info {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .team-popup-inner .description,
  .team-popup-inner .contact-info {
    margin-bottom: 20px;
  }
}

.team-popup-inner .contact-info a {
  color: #808080;
}

.team-popup-inner .contact-info a:hover {
  color: #dcc397;
}

.team-popup-inner .contact-info a:focus {
  color: #dcc397;
}

.team-popup-inner .contact-info a:focus-within {
  color: #dcc397;
}

.team-popup-inner .contact-info a:active {
  color: #dcc397;
}

.team-popup-inner button.mfp-close {
  width: 40px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #53585a;
  font-size: 28px;
  line-height: 1.42857;
  min-width: auto;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .team-popup-inner button.mfp-close {
    font-size: 38px;
    width: 50px;
    height: 50px;
    line-height: 1.31579;
  }
}

.team-popup-inner button.mfp-close:hover {
  color: #dcc397;
}

.team-popup-inner button.mfp-close:focus {
  color: #dcc397;
}

.team-popup-inner button.mfp-close:focus-within {
  color: #dcc397;
}

.team-popup-inner button.mfp-close:active {
  color: #dcc397;
}

/* 11. utilities */
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #53585a;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px 23px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.rtl .screen-reader-text:focus {
  right: 5px;
  left: auto;
}

.rtl .screen-reader-text:focus {
  padding: 15px 23px 14px 23px;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.text-underline {
  text-decoration: underline !important;
}

.text-large {
  font-size: 18px;
  line-height: 1.55556;
  font-weight: 400;
  color: #53585a;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  .text-large {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1168px) {
  .text-large {
    font-size: 24px;
    line-height: 1.41667;
  }
}

.text-extra-large {
  margin: 0;
  color: #53585a;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.4375;
}

@media only screen and (min-width: 1168px) {
  .text-extra-large {
    color: #fff;
    font-size: 200px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1379px) {
  .text-extra-large {
    font-size: 300px;
    line-height: 1.04667;
  }
}

.md-clearfix {
  clear: none;
}

@media only screen and (min-width: 768px) {
  .md-clearfix {
    clear: both !important;
  }
}

/*-------------------------------------------
    No Margin
-------------------------------------------*/
.no-margin {
  margin: 0 !important;
}

.no-margin .pagination {
  margin: 0;
}

/*-------------------------------------------
    No Padding
-------------------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-position {
  position: static !important;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .inline-block {
  display: inline;
  zoom: 1;
}

.no-background {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}

.no-effect a:before {
  content: none !important;
}

/*------------------------------------*    Clear List Style
\*------------------------------------*/
.clear-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*-------------------------------------------
    Text Transform
-------------------------------------------*/
.text-uppercase {
  text-transform: uppercase !important;
}

/*-------------------------------------------
    Align
-------------------------------------------*/
.separator_align_center {
  text-align: center !important;
}

.vc_align_right,
.separator_align_right {
  text-align: right !important;
}

.separator_align_left {
  text-align: left !important;
}

/*------------------------------------*    Font size heading title
\*------------------------------------*/
.font-size-lg {
  font-size: 20px;
}

.font-size-md {
  font-size: 30px;
}

.font-size-sm {
  font-size: 14px;
}

.font-size-xs {
  font-size: 16px;
}

/*------------------------------------*    Border
\*------------------------------------*/
.no-border {
  border: 0px !important;
}

/*------------------------------------*    No background
\*------------------------------------*/
.bg-transparent {
  background: transparent !important;
}

.flex-right {
  margin-left: auto;
}

.rtl .flex-right {
  margin-right: auto;
  margin-left: inherit;
}

.flex-float-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* 12. widgets layout */
.widget-text-heading {
  margin: 0;
}

.widget-text-heading .title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 5px;
}

.widget-text-heading .des {
  font-size: 13px;
}

.widget-text-heading.center {
  text-align: center;
}

.elementor-widget-abolire_heading .abolire-heading-title {
  margin: 0 0 15px;
}

.elementor-column.margin-left-65 {
  margin-left: 0 !important;
}

.rtl .elementor-column.margin-left-65 {
  margin-right: 0 !important;
  margin-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .elementor-column.margin-left-65 {
    margin-left: 65px !important;
  }
  .rtl .elementor-column.margin-left-65 {
    margin-right: 65px !important;
    margin-left: inherit;
  }
}

.elementor-column.margin-right-100 {
  margin-right: 0;
}

.rtl .elementor-column.margin-right-100 {
  margin-left: 0;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .elementor-column.margin-right-100 {
    margin-right: 100px !important;
  }
  .rtl .elementor-column.margin-right-100 {
    margin-left: 100px !important;
    margin-right: inherit;
  }
}

.elementor-element.has-lighter .elementor-counter:before {
  top: -39px;
}

.elementor-element.padding-left-60 {
  padding-left: 0 !important;
}

.rtl .elementor-element.padding-left-60 {
  padding-right: 0 !important;
  padding-left: inherit;
}

@media only screen and (min-width: 768px) {
  .elementor-element.padding-left-60 {
    padding-left: 40px !important;
  }
  .rtl .elementor-element.padding-left-60 {
    padding-right: 40px !important;
    padding-left: inherit;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.padding-left-60 {
    padding-left: 60px !important;
  }
  .rtl .elementor-element.padding-left-60 {
    padding-right: 60px !important;
    padding-left: inherit;
  }
}

.elementor-element .elementor-counter {
  position: relative;
}

.elementor-element .elementor-counter:before {
  top: -51px;
  position: absolute;
  content: normal;
  background-color: #dcc397;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  width: 0;
  height: 2px;
}

.rtl .elementor-element .elementor-counter:before {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .elementor-element .elementor-counter:before {
    content: "";
  }
}

.elementor-element .elementor-counter:hover:before {
  width: 106%;
}

.vertical-wrapper {
  position: relative;
}

.vertical-wrapper .title-vertical {
  color: #fff;
  background: #dcc397;
  font-size: 18px;
  text-transform: capitalize;
  padding: 13px 20px;
  margin: 0;
  cursor: pointer;
}

.vertical-wrapper .title-vertical i {
  font-size: 16px;
  margin-right: 15px;
}

.rtl .vertical-wrapper .title-vertical i {
  margin-left: 15px;
  margin-right: inherit;
}

.vertical-wrapper .title-vertical .show-down {
  font-size: 18px;
  margin: 3px 0 0;
  float: right;
}

.rtl .vertical-wrapper .title-vertical .show-down {
  float: left;
}

.vertical-wrapper .content-vertical {
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  z-index: 8;
}

.vertical-wrapper.show-always .content-vertical {
  display: block;
}

body.home .vertical-wrapper.show-in-home .content-vertical {
  display: block;
}

.apus-vertical-menu {
  padding: 14px;
  background: #fff;
  margin: 0;
  list-style: none;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.apus-vertical-menu > li {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #e6e6e6;
}

.apus-vertical-menu > li:last-child {
  border: none;
}

.apus-vertical-menu > li > a {
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  background: transparent !important;
}

.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
  font-size: 22px;
  margin-right: 15px;
  width: 18px;
  display: inline-block;
  color: #dcc397;
}

.rtl .apus-vertical-menu > li > a > i, .rtl
.apus-vertical-menu > li > a > img {
  margin-left: 15px;
  margin-right: inherit;
}

.apus-vertical-menu > li > a .caret {
  float: right;
  margin: 22px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.rtl .apus-vertical-menu > li > a .caret {
  float: left;
}

.apus-vertical-menu > li .apus-container {
  padding: 10px 35px;
}

.apus-vertical-menu > li:hover > a, .apus-vertical-menu > li.active > a {
  color: #dcc397;
}

.apus-vertical-menu li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.apus-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #dcc397;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

.rtl .apus-vertical-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}

.apus-vertical-menu .text-label.label-hot {
  color: #f8d7da;
}

.apus-vertical-menu .text-label.label-new {
  color: #d4edda;
}

.apus-vertical-menu .dropdown-menu {
  min-width: 240px;
  visibility: hidden;
  padding: 20px;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.apus-vertical-menu .dropdown-menu > li > a {
  color: #53585a;
  background: transparent !important;
  padding: 0;
}

.apus-vertical-menu .dropdown-menu > li > a > i,
.apus-vertical-menu .dropdown-menu > li > a > img {
  font-size: 20px;
  margin-right: 10px;
  width: 15px;
  display: inline-block;
}

.rtl .apus-vertical-menu .dropdown-menu > li > a > i, .rtl
.apus-vertical-menu .dropdown-menu > li > a > img {
  margin-left: 10px;
  margin-right: inherit;
}

.apus-vertical-menu .dropdown-menu > li > a .caret {
  float: right;
  margin: 12px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.rtl .apus-vertical-menu .dropdown-menu > li > a .caret {
  float: left;
}

.apus-vertical-menu .dropdown-menu > li:hover > a, .apus-vertical-menu .dropdown-menu > li.active > a, .apus-vertical-menu .dropdown-menu > li:active > a {
  color: #dcc397;
}

.apus-vertical-menu .dropdown-menu .wpb_button,
.apus-vertical-menu .dropdown-menu .wpb_content_element,
.apus-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid > li,
.apus-vertical-menu .dropdown-menu .widget {
  margin: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title,
.apus-vertical-menu .dropdown-menu .widget .widgettitle,
.apus-vertical-menu .dropdown-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title:after, .apus-vertical-menu .dropdown-menu .widget .widget-title:before,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:after,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:before,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:after,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
  display: none;
}

.apus-vertical-menu .aligned-left > a:hover .caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.apus-vertical-menu .aligned-left > .dropdown-menu {
  top: -10px;
  left: 100%;
}

.apus-vertical-menu .aligned-right > a:hover .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.apus-vertical-menu .aligned-right > .dropdown-menu {
  top: -10px;
  right: 100%;
  left: inherit;
}

.apus_custom_menu.center {
  text-align: center;
}

.apus_custom_menu.center li {
  display: inline-block;
  margin: 0 15px;
}

.apus_custom_menu.left {
  text-align: left;
}

.apus_custom_menu.right {
  text-align: right;
}

.apus_custom_menu.inline li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
}

.rtl .apus_custom_menu.inline li {
  margin-left: 20px;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .apus_custom_menu.inline li {
    margin-right: 40px;
  }
  .rtl .apus_custom_menu.inline li {
    margin-left: 40px;
    margin-right: inherit;
  }
}

.apus_custom_menu.inline li:last-child {
  margin: 0;
}

.slick-carousel {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.slick-carousel .slick-arrow {
  background-color: #dcc397;
  padding: 0;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 3;
  text-align: center;
  border: none;
  min-width: auto;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.lt-ie8 .slick-carousel .slick-arrow {
  display: inline;
  zoom: 1;
}

@media only screen and (min-width: 1168px) {
  .slick-carousel .slick-arrow {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 50px;
    height: 50px;
  }
}

.slick-carousel .slick-arrow .textnav {
  display: none;
}

.slick-carousel .slick-arrow:hover {
  background-color: #53585a;
  color: #fff;
}

.slick-carousel .slick-arrow:focus {
  background-color: #53585a;
  color: #fff;
}

.slick-carousel .slick-arrow:focus-within {
  background-color: #53585a;
  color: #fff;
}

.slick-carousel .slick-arrow:active {
  background-color: #53585a;
  color: #fff;
}

.slick-carousel .slick-arrow > *:before {
  margin: 0;
  font-size: 14px;
}

.slick-carousel .slick-prev {
  left: 0;
  margin-left: -10px;
}

.rtl .slick-carousel .slick-prev {
  right: 0;
  left: auto;
}

.rtl .slick-carousel .slick-prev {
  margin-right: -10px;
  margin-left: inherit;
}

.slick-carousel .slick-next {
  right: 0;
  margin-right: -10px;
}

.rtl .slick-carousel .slick-next {
  left: 0;
  right: auto;
}

.rtl .slick-carousel .slick-next {
  margin-left: -10px;
  margin-right: inherit;
}

.slick-carousel:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-carousel:focus .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-carousel:focus-within .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-carousel:active .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-carousel .slick-slide {
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
}

.slick-carousel.show-text .textnav {
  display: inline-block;
  margin: 0 2px;
}

.slick-carousel.show-text .slick-arrow {
  width: auto;
  height: auto;
  background: transparent !important;
  font-weight: 600;
  font-size: 12px;
  color: #53585a;
}

.slick-carousel.show-text .slick-arrow:hover {
  color: #dcc397;
}

.slick-carousel.show-text .slick-arrow:focus {
  color: #dcc397;
}

.slick-carousel.show-text .slick-arrow:focus-within {
  color: #dcc397;
}

.slick-carousel.show-text .slick-arrow:active {
  color: #dcc397;
}

.slick-carousel.show-text .slick-prev {
  left: 15px;
  right: inherit;
}

.rtl .slick-carousel.show-text .slick-prev {
  right: 15px;
  left: auto;
}

.rtl .slick-carousel.show-text .slick-prev {
  left: inherit;
  right: auto;
}

.slick-carousel.show-text .slick-next {
  right: 15px;
  left: inherit;
}

.rtl .slick-carousel.show-text .slick-next {
  left: 15px;
  right: auto;
}

.rtl .slick-carousel.show-text .slick-next {
  right: inherit;
  left: auto;
}

.slick-carousel.p-bottom .slick-list {
  padding-bottom: 5px;
}

.slick-carousel.p-bottom .slick-arrow {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slick-carousel .slick-track {
  margin: inherit;
}

.slick-carousel .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  line-height: 1;
}

.slick-carousel .slick-dots li {
  margin: 0 10px;
  position: relative;
  border: 1px solid transparent;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.lt-ie8 .slick-carousel .slick-dots li {
  display: inline;
  zoom: 1;
}

@media only screen and (min-width: 1168px) {
  .slick-carousel .slick-dots li {
    margin: 0 3px;
  }
}

.slick-carousel .slick-dots li.slick-active {
  border-color: #dcc397;
}

.slick-carousel .slick-dots li button {
  display: block;
  text-indent: -9999em;
  padding: 0;
  min-width: auto;
  line-height: 1;
  background: transparent;
  border: 1px solid #53585a;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.slick-carousel .slick-dots li button:before {
  content: normal;
}

.slick-carousel .slick-dots li.slick-active button {
  background: #dcc397;
  width: 6px;
  height: 6px;
  border-color: transparent;
}

.slick-carousel-top .slick-arrow {
  top: -75px;
  margin: 0 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-carousel-top .slick-next {
  right: 15px;
}

.slick-carousel-top .slick-prev {
  left: inherit;
  right: 45px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #aaaaaa;
  border: none;
  color: #fff;
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
  background: #222222;
  color: #fff;
}

.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
  top: -70px;
  width: 108px;
  right: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.rtl .owl-carousel-top .owl-carousel .owl-controls, .rtl
.owl-carousel-top.owl-carousel .owl-controls {
  left: 0;
  right: auto;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin-right: -15px;
  margin-left: -15px;
  cursor: pointer;
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-controls .owl-dots {
  text-align: center;
}

.owl-controls .owl-dots .owl-dot {
  cursor: pointer;
  margin: 0 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  border: 2px solid #646a7c;
  background: #646a7c;
}

.owl-controls .owl-dots .owl-dot.active {
  border-color: #dcc397;
  background: #dcc397;
}

.nav-bottom.owl-carousel {
  padding-bottom: 55px;
}

.nav-bottom.owl-carousel .owl-controls {
  top: 100%;
}

.nav-white .owl-controls .owl-dots .owl-dot {
  border-color: #dcc397;
  background: transparent;
}

.nav-white .owl-controls .owl-dots .owl-dot:hover, .nav-white .owl-controls .owl-dots .owl-dot.active {
  background: #fff;
  border-color: #dcc397;
}

.nav-small .owl-controls .owl-nav .owl-prev,
.nav-small .owl-controls .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-width: 1px;
  font-size: 18px;
}

.nav-white .owl-controls .owl-nav .owl-prev,
.nav-white .owl-controls .owl-nav .owl-next {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.nav-white .owl-controls .owl-nav .owl-prev:hover, .nav-white .owl-controls .owl-nav .owl-prev:active,
.nav-white .owl-controls .owl-nav .owl-next:hover,
.nav-white .owl-controls .owl-nav .owl-next:active {
  border-color: #dcc397;
  background-color: #dcc397;
  color: #fff;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  cursor: pointer;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #dcc397;
  top: 50%;
  left: 15px;
  z-index: 99;
  color: #dcc397;
  font-size: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 42px;
  background: transparent;
}

.owl-controls .owl-nav .owl-prev:active, .owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:hover {
  background: #dcc397;
  color: #fff;
  border-color: #dcc397;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  left: inherit;
  right: 15px;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 15px;
  padding-left: 15px;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.wpb_gmaps_widget.wpb_content_element {
  margin: 0;
}

.widget-maps .map-popup .map-popup-box {
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 24px;
  background-color: #53585a;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 0 0 8px rgba(83, 88, 90, 0.1);
  box-shadow: 0 0 0 8px rgba(83, 88, 90, 0.1);
}

.widget-maps .map-popup .pin {
  display: block;
  background-color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.widget-maps .map-popup .pulse {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: apus-pulse 2s infinite;
  -o-animation: apus-pulse 2s infinite;
  animation: apus-pulse 2s infinite;
  border-radius: 200%;
  -webkit-border-radius: 200%;
  -moz-border-radius: 200%;
  -ms-border-radius: 200%;
  -o-border-radius: 200%;
  -webkit-box-shadow: 0 0 0 8px rgba(83, 88, 90, 0.1);
  box-shadow: 0 0 0 8px rgba(83, 88, 90, 0.1);
}

.widget-maps .leaflet-popup-content-wrapper,
.widget-maps .leaflet-popup-tip {
  -webkit-box-shadow: 0px 0px 16.8px 4.2px rgba(37, 37, 37, 0.19);
  box-shadow: 0px 0px 16.8px 4.2px rgba(37, 37, 37, 0.19);
}

.widget-maps .leaflet-popup-content-wrapper {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.widget-maps .leaflet-popup-content {
  margin: 15px;
}

.widget-maps .leaflet-popup-content .pin-image {
  width: 210px;
}

.widget-maps .leaflet-popup-content .pin-image img {
  width: 100%;
}

.widget-maps .leaflet-container a.leaflet-popup-close-button {
  background-color: #dcc397;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  top: -15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 30px;
  height: 30px;
  line-height: 30px;
  line-height: 1.875rem;
  right: -15px;
}

.rtl .widget-maps .leaflet-container a.leaflet-popup-close-button {
  left: -15px;
  right: auto;
}

.widget-maps .leaflet-container a.leaflet-popup-close-button:hover {
  color: #fff;
}

.widget-maps .leaflet-container a.leaflet-popup-close-button:focus {
  color: #fff;
}

.widget-maps .leaflet-container a.leaflet-popup-close-button:focus-within {
  color: #fff;
}

.widget-maps .leaflet-container a.leaflet-popup-close-button:active {
  color: #fff;
}

.widget-maps .pin-title {
  margin: 10px 0 5px 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.44444;
}

.widget-googlemap {
  position: relative;
}

.widget-googlemap .apus-google-map {
  z-index: 1;
}

.widget-googlemap .map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-googlemap .content-info {
  position: relative;
  z-index: 9;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px;
}

@media (min-width: 1024px) {
  .widget-googlemap .content-info {
    padding: 65px 65px 40px;
  }
}

.widget-googlemap .description {
  margin: 0 0 35px;
}

.widget-googlemap .info-wrapper {
  margin: 0 0 40px;
}

.widget-googlemap .info-wrapper:nth-child(2n) {
  font-weight: normal;
}

.widget-googlemap .info-wrapper .icon {
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  border: 2px dashed #3f4143;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.rtl .widget-googlemap .info-wrapper .icon {
  float: right;
}

.rtl .widget-googlemap .info-wrapper .icon {
  margin-left: 20px;
  margin-right: inherit;
}

.widget-googlemap .info-wrapper .icon i {
  font-size: 28px;
}

.widget-googlemap .info-wrapper .des {
  color: #fff;
  overflow: hidden;
  margin: 6px 0 0;
}

.widget-googlemap .info-top {
  border-bottom: 2px dashed #414445;
  overflow: hidden;
}

.widget-googlemap .info-bottom {
  margin: 40px 0;
}

.widget-googlemap .info-bottom a {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #101416;
  background: #3f4143;
}

.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #dcc397 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFDCC397', GradientType=1);
  color: #0e1113;
}

.widget-googlemap .info-bottom a + a {
  margin-left: 12px;
}

.rtl .widget-googlemap .info-bottom a + a {
  margin-right: 12px;
  margin-left: inherit;
}

.widget-social .title {
  font-size: 14px;
  padding-right: 25px;
  color: #191919;
  margin: 0;
}

.rtl .widget-social .title {
  padding-left: 25px;
  padding-right: inherit;
}

.widget-social > * {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .widget-social > * {
  display: inline;
  zoom: 1;
}

.widget-social .social {
  padding: 0;
  list-style: none;
  margin: 0;
}

.widget-social .social > li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.lt-ie8 .widget-social .social > li {
  display: inline;
  zoom: 1;
}

.rtl .widget-social .social > li {
  margin-left: 10px;
  margin-right: inherit;
}

.widget-social .social > li:last-child {
  margin: 0;
}

.widget-social .social a {
  font-size: 14px;
  text-align: center;
  color: #53585a;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 20px;
  height: 20px;
  line-height: 1.42857;
}

.lt-ie8 .widget-social .social a {
  display: inline;
  zoom: 1;
}

@media only screen and (min-width: 1168px) {
  .widget-social .social a {
    font-size: 16px;
  }
}

.widget-social .social a:hover {
  color: #dcc397;
  background-color: transparent;
  border-color: transparent;
}

.widget-social .social a:focus {
  color: #dcc397;
  background-color: transparent;
  border-color: transparent;
}

.widget-social .social a:focus-within {
  color: #dcc397;
  background-color: transparent;
  border-color: transparent;
}

.widget-social .social a:active {
  color: #dcc397;
  background-color: transparent;
  border-color: transparent;
}

.widget-social.left {
  text-align: left;
}

.rtl .widget-social.left {
  text-align: right;
}

.widget-social.right {
  text-align: right;
}

.rtl .widget-social.right {
  text-align: left;
}

.widget-social.center {
  text-align: center;
}

.widget-social.st_small .social a {
  font-size: 16px;
  line-height: inherit;
  background: transparent;
  color: #c9c8c8;
  width: auto;
  height: auto;
}

.widget-social.st_small .social a:hover {
  color: #dcc397;
}

.widget-social.st_small .social a:focus {
  color: #dcc397;
}

.widget-social.st_small .social a:focus-within {
  color: #dcc397;
}

.widget-social.st_small .social a:active {
  color: #dcc397;
}

.widget-social.st_small .social > li {
  margin-right: 15px;
}

.rtl .widget-social.st_small .social > li {
  margin-left: 15px;
  margin-right: inherit;
}

.widget-social.st_small .social > li:last-child {
  margin-right: 0;
}

.rtl .widget-social.st_small .social > li:last-child {
  margin-left: 0;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .widget-social.st_small .social > li {
    margin-right: 28px;
  }
  .rtl .widget-social.st_small .social > li {
    margin-left: 28px;
    margin-right: inherit;
  }
}

.phone_header {
  font-size: 22px;
  line-height: 1;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  color: #53585a;
}

.phone_header img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.rtl .phone_header img {
  margin: 0 0 0 10px;
}

.contact-us {
  text-align: center;
}

.contact-us .title {
  margin: 0 0 10px;
  font-size: 26px;
}

@media only screen and (min-width: 1168px) {
  .contact-us .title {
    font-size: 36px;
  }
}

.contact-us .des {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1168px) {
  .contact-us .des {
    margin-bottom: 50px;
  }
}

.contact-us .form-control {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1168px) {
  .contact-us .form-control {
    margin-bottom: 30px;
  }
}

.contact-us textarea {
  height: 150px;
  resize: none;
}

.widget-process {
  padding-top: 35px;
}

.widget-process .title {
  color: #dcc397;
  margin: 0;
  font-size: 14px;
}

.widget-process .des {
  font-size: 18px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: normal;
}

@media only screen and (min-width: 1168px) {
  .widget-process .des {
    font-size: 20px;
  }
}

.widget-process .top-img {
  margin-bottom: 12px;
}

@media only screen and (min-width: 1168px) {
  .widget-process .top-img {
    margin-bottom: 20px;
  }
}

.widget-process .proces-item {
  position: relative;
}

.widget-process .proces-item .line-space {
  position: absolute;
  width: 190px;
  height: 35px;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
}

.widget-process .proces-item:last-child .line-space {
  display: none;
}

.language-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.language-wrapper:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
}

.language-wrapper .selected .language-current > img {
  margin: 0 10px 0 0;
  vertical-align: sub;
}

.rtl .language-wrapper .selected .language-current > img {
  margin: 0 0 0 10px;
}

.language-wrapper .selected .language-current > i {
  margin-left: 10px;
}

.rtl .language-wrapper .selected .language-current > i {
  margin-right: 10px;
  margin-left: inherit;
}

.language-wrapper .dropdown-menu {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  font-size: 12px;
  margin-top: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 13px 18px;
  min-width: 130px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}

.language-wrapper:hover .dropdown-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.language-wrapper .list-language {
  list-style: none;
  padding: 0;
  margin: 0;
}

.language-wrapper .list-language li {
  margin-bottom: 10px;
}

.language-wrapper .list-language li:last-child {
  margin-bottom: 0;
}

.language-wrapper .list-language a:hover, .language-wrapper .list-language a:focus {
  color: #dcc397;
}

.language-wrapper .list-language img {
  margin-right: 6px;
  margin-bottom: 0;
}

.rtl .language-wrapper .list-language img {
  margin-left: 6px;
  margin-right: inherit;
}

.top-info {
  line-height: 1.4;
}

.top-info .item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #e6e6e6;
}

.top-info .item i {
  margin-right: 5px;
}

.rtl .top-info .item i {
  margin-left: 5px;
  margin-right: inherit;
}

.rtl .top-info .item {
  padding-left: 18px;
  padding-right: inherit;
}

.rtl .top-info .item {
  margin-left: 18px;
  margin-right: inherit;
}

.rtl .top-info .item {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}

.top-info .item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.social-link {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.social-link li {
  display: inline-block;
  margin: 0 5px;
}

.social-link li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 100%;
  color: #808080;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #e6e6e6;
}

.social-link.lighten li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.widget-gallery.style1 .title {
  text-align: left;
}

.rtl .widget-gallery.style1 .title {
  text-align: right;
}

.widget-gallery.style1 .row {
  margin-left: 0px;
  margin-right: 0px;
}

.widget-gallery.style1 .row > div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.widget-gallery.carousel.style1 .slick-carousel {
  margin-left: 0;
  margin-right: 0;
}

.widget-gallery.carousel.style1 .slick-carousel a {
  padding-left: 0;
  padding-right: 0;
}

.widget-gallery.carousel .slick-carousel .slick-dots {
  position: static;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .widget-gallery.carousel .slick-carousel .slick-dots {
    top: -55px;
    position: absolute;
    margin-top: 0;
    right: 0;
    margin-right: 0;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    left: 0;
    right: auto;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    margin-left: 0;
    margin-right: inherit;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-gallery.carousel .slick-carousel .slick-dots {
    top: -85px;
    right: 15%;
    margin-right: 6px;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    left: 15%;
    right: auto;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    margin-left: 6px;
    margin-right: inherit;
  }
}

.widget-gallery.carousel .slick-carousel .slick-prev {
  margin-left: 30px;
}

.rtl .widget-gallery.carousel .slick-carousel .slick-prev {
  margin-right: 30px;
  margin-left: inherit;
}

.widget-gallery.carousel .slick-carousel .slick-next {
  margin-right: 30px;
}

.rtl .widget-gallery.carousel .slick-carousel .slick-next {
  margin-left: 30px;
  margin-right: inherit;
}

.widget-gallery a {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget-gallery a img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .widget-gallery a img {
    will-change: transform;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.widget-gallery a:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-width: 1168px) {
  .widget-gallery a:hover img {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
}

.widget-gallery a:before {
  top: 0;
  position: absolute;
  visibility: visible;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .widget-gallery a:before {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1168px) {
  .widget-gallery a:before {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.widget-gallery a:after {
  content: "";
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  z-index: 2;
  background-color: #dcc397;
  visibility: visible;
  pointer-events: auto;
  position: absolute;
  top: 15px;
  color: #fff;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  left: 15px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 36px;
  height: 36px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .widget-gallery a:after {
  right: 15px;
  left: auto;
}

@media only screen and (min-width: 768px) {
  .widget-gallery a:after {
    top: 20px;
    width: 40px;
    height: 40px;
    left: 20px;
  }
  .rtl .widget-gallery a:after {
    right: 20px;
    left: auto;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-gallery a:after {
    top: 30px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 50px;
    height: 50px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    left: 30px;
  }
  .rtl .widget-gallery a:after {
    right: 30px;
    left: auto;
  }
}

.widget-gallery a:hover:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.widget-gallery a:hover:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-gallery a:focus:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.widget-gallery a:focus:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-gallery a:focus-within:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.widget-gallery a:focus-within:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-gallery a:active:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.widget-gallery a:active:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-gallery .row > div {
  margin-bottom: 30px;
}

.widget-gallery .title {
  text-align: center;
  padding: 0;
  margin: 0 0 26px 0;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.38462;
}

@media only screen and (min-width: 768px) {
  .widget-gallery .title {
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-gallery .title {
    font-size: 42px;
    margin: 0 0 50px 0;
    line-height: 1.2381;
  }
}

.widget-features-box .slick-carousel .slick-dots {
  padding-top: 50px;
  display: block;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 1168px) {
  .widget-features-box .slick-carousel .slick-dots {
    display: none;
    padding-top: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.widget-features-box .slick-carousel .slick-arrow {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .widget-features-box .slick-carousel .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.widget-features-box .slick-carousel .slick-prev {
  margin-left: 30px;
}

.rtl .widget-features-box .slick-carousel .slick-prev {
  margin-right: 30px;
  margin-left: inherit;
}

@media only screen and (min-width: 768px) {
  .widget-features-box .slick-carousel .slick-prev {
    margin-left: -9px;
  }
  .rtl .widget-features-box .slick-carousel .slick-prev {
    margin-right: -9px;
    margin-left: inherit;
  }
}

.widget-features-box .slick-carousel .slick-next {
  margin-right: 30px;
}

.rtl .widget-features-box .slick-carousel .slick-next {
  margin-left: 30px;
  margin-right: inherit;
}

@media only screen and (min-width: 768px) {
  .widget-features-box .slick-carousel .slick-next {
    margin-right: -9px;
  }
  .rtl .widget-features-box .slick-carousel .slick-next {
    margin-left: -9px;
    margin-right: inherit;
  }
}

.widget-features-box .features-box-image {
  outline: none;
}

.widget-features-box .features-box-image.icon {
  color: #dcc397;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.lt-ie8 .widget-features-box .features-box-image.icon {
  display: inline;
  zoom: 1;
}

.widget-features-box .features-box-image.icon:hover, .widget-features-box .features-box-image.icon:focus, .widget-features-box .features-box-image.icon:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.widget-features-box .features-box-image.icon i:before {
  font-size: 50px;
  margin: 0px;
}

.widget-features-box .features-box-content a {
  color: #53585a;
}

.widget-features-box .features-box-content a .title {
  color: inherit;
}

.widget-features-box .features-box-content a:hover .title {
  color: #dcc397;
}

.widget-features-box .features-box-content a:focus .title {
  color: #dcc397;
}

.widget-features-box .features-box-content a:focus-within .title {
  color: #dcc397;
}

.widget-features-box .features-box-content a:active .title {
  color: #dcc397;
}

.widget-features-box .features-box-content .title {
  font-size: 18px;
  font-weight: 400;
  margin: 3px 0 12px 0;
  text-transform: capitalize;
  line-height: 1.55556;
}

@media only screen and (min-width: 768px) {
  .widget-features-box .features-box-content .title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.widget-features-box .features-box-content .description {
  margin-top: 8px;
}

.widget-features-box .item .item-inner:last-child {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1168px) {
  .widget-features-box .item .item-inner:last-child {
    margin-bottom: 0;
  }
}

.widget-features-box .item-inner {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .widget-features-box .item-inner {
    margin-bottom: 0;
  }
}

.widget-features-box.left .item-inner {
  text-align: left;
}

.rtl .widget-features-box.left .item-inner {
  text-align: right;
}

.widget-features-box.right .item-inner {
  text-align: right;
}

.rtl .widget-features-box.right .item-inner {
  text-align: left;
}

.widget-features-box.center .item-inner {
  text-align: center;
}

.widget-features-box.style1 .item:last-child .item-inner {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .widget-features-box.style1 .item:last-child .item-inner {
    margin-bottom: 0;
  }
}

.widget-features-box.style2 .title {
  color: #fff;
}

.widget-features-box.style2 .item-inner {
  padding-bottom: 0;
  padding-right: 0;
}

.rtl .widget-features-box.style2 .item-inner {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 768px) {
  .widget-features-box.style2 .item-inner {
    padding-bottom: 30px;
    padding-right: 35px;
  }
  .rtl .widget-features-box.style2 .item-inner {
    padding-left: 35px;
    padding-right: inherit;
  }
}

.widget-features-box.style2 .item:nth-last-of-type(-n+2) .item-inner {
  padding-bottom: 0;
}

.widget-story {
  border: 1px solid #e6e6e6;
  padding: 30px;
}

@media only screen and (min-width: 1168px) {
  .widget-story {
    padding: 38px 53px 43px 33px;
  }
  .rtl .widget-story {
    padding: 38px 33px 43px 53px;
  }
}

.widget-story .row div[class*="col-"] {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1168px) {
  .widget-story .row div[class*="col-"] {
    margin-bottom: 0;
  }
}

.widget-story .row div[class*="col-"]:last-child {
  margin-bottom: 0px;
}

.widget-story .title {
  font-size: 27px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0px 0 10px 0;
  text-align: center;
  padding-left: 0;
}

.rtl .widget-story .title {
  padding-right: 0;
  padding-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .widget-story .title {
    margin: 2px 0 10px 0;
    text-align: left;
    padding-left: 15px;
  }
  .rtl .widget-story .title {
    text-align: right;
  }
  .rtl .widget-story .title {
    padding-right: 15px;
    padding-left: inherit;
  }
}

.widget-story .subtitle,
.widget-story .desc {
  font-size: 16px;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 1168px) {
  .widget-story .subtitle,
  .widget-story .desc {
    text-align: left;
    padding-left: 15px;
  }
  .rtl .widget-story .subtitle, .rtl
  .widget-story .desc {
    text-align: right;
  }
  .rtl .widget-story .subtitle, .rtl
  .widget-story .desc {
    padding-right: 15px;
    padding-left: inherit;
  }
}

.widget-story .image-wrapper img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.widget-story .desc {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1168px) {
  .widget-story .desc {
    margin-bottom: 55px;
  }
}

.widget-story .btn, .widget-story .viewmore-products-btn {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  display: block;
}

@media only screen and (min-width: 1168px) {
  .widget-story .btn, .widget-story .viewmore-products-btn {
    margin-top: 45px;
    padding: 0 30px;
  }
}

.widget-story .days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.rtl .widget-story .days {
  padding-right: 0;
  padding-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .widget-story .days {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .rtl .widget-story .days {
    padding-right: 15px;
    padding-left: inherit;
  }
}

.widget-story .days > * {
  margin-right: 10px;
}

.rtl .widget-story .days > * {
  margin-left: 10px;
  margin-right: inherit;
}

.widget-story .days > *:last-child {
  margin-right: 0;
}

.rtl .widget-story .days > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.widget-story .days .fa {
  font-size: 20px;
}

.apus-countdown .times {
  width: 100%;
  margin: 0 auto;
  max-height: 83px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .apus-countdown .times {
    width: 645px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-countdown .times {
    width: 700px;
  }
}

.apus-countdown .times > div {
  border: none;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.apus-countdown .times > div:after {
  content: normal;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80px;
}

.rtl .apus-countdown .times > div:after {
  left: 0;
  right: auto;
}

@media only screen and (min-width: 768px) {
  .apus-countdown .times > div:after {
    content: '';
  }
}

.apus-countdown .times > div:first-child {
  padding-left: 0;
}

.rtl .apus-countdown .times > div:first-child {
  padding-right: 0;
  padding-left: inherit;
}

.apus-countdown .times > div:last-child {
  padding-right: 0;
}

.rtl .apus-countdown .times > div:last-child {
  padding-left: 0;
  padding-right: inherit;
}

.apus-countdown .times > div:last-child:after {
  content: normal;
}

.apus-countdown .times > div.day:after {
  right: -5px;
}

.rtl .apus-countdown .times > div.day:after {
  left: -5px;
  right: auto;
}

.apus-countdown .times > div > span {
  color: inherit;
  display: block;
  font-size: 24px;
  font-weight: 400;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  line-height: 1.41667;
}

@media only screen and (min-width: 768px) {
  .apus-countdown .times > div > span {
    font-size: 48px;
    line-height: 1.20833;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-countdown .times > div > span {
    font-size: 48px;
    line-height: 1.20833;
  }
}

@media only screen and (min-width: 1379px) {
  .apus-countdown .times > div > span {
    font-size: 60px;
    line-height: 1;
  }
}

.apus-countdown-dark .times {
  font-size: 11px;
  font-size: "Muli", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.apus-countdown-dark .times > div {
  line-height: 1;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #eaeff4;
}

@media only screen and (min-width: 1168px) {
  .apus-countdown-dark .times > div {
    padding: 10px;
  }
}

.apus-countdown-dark .times > div > span {
  color: #dcc397;
  display: block;
  font-size: 18px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
}

@media only screen and (min-width: 1168px) {
  .apus-countdown-dark .times > div > span {
    font-size: 24px;
  }
}

.widget-countdown .price {
  font-size: 18px;
}

.widget-countdown .price strong {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

@media only screen and (min-width: 1168px) {
  .widget-countdown .price strong {
    font-size: 30px;
  }
}

.widget-countdown .title {
  font-size: 30px;
  margin: 0 0 10px;
}

@media only screen and (min-width: 1168px) {
  .widget-countdown .title {
    font-size: 44px;
  }
}

.widget-countdown .des {
  margin-bottom: 10px;
  line-height: 1.6;
}

@media only screen and (min-width: 1168px) {
  .widget-countdown .des {
    margin-bottom: 30px;
  }
}

.widget-countdown.style2 .apus-countdown .times > div {
  border-color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.widget-countdown.style3 .apus-countdown .times > div {
  border-color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  min-width: 60px;
}

@media only screen and (min-width: 1168px) {
  .widget-countdown.style3 .apus-countdown .times > div {
    min-width: 79px;
  }
  .widget-countdown.style3 .apus-countdown .times > div span {
    margin: 4px 0;
  }
}

.widget-countdown.style3 .title {
  position: relative;
  padding-bottom: 5px;
}

.widget-countdown.style3 .title:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #dcc397;
  position: absolute;
  top: 100%;
  left: 0;
}

.rtl .widget-countdown.style3 .title:before {
  right: 0;
  left: auto;
}

.widget-countdown .url-bottom {
  margin-top: 10px;
}

@media only screen and (min-width: 1168px) {
  .widget-countdown .url-bottom {
    margin-top: 35px;
  }
}

.widget-countdown .btn, .widget-countdown .viewmore-products-btn {
  border-width: 2px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.widget-banner {
  overflow: hidden;
}

.widget-banner .btn, .widget-banner .viewmore-products-btn {
  border-width: 2px;
}

.widget-banner .image-wrapper img {
  width: auto;
}

.widget-banner .banner-content img {
  margin: 0;
}

.widget-banner .flex-top .banner-image {
  margin-top: 10px;
}

@media only screen and (min-width: 1168px) {
  .widget-banner .flex-top .banner-image {
    margin-top: 25px;
  }
}

.widget-banner .flex-top .banner-content {
  margin-top: 20px;
}

@media only screen and (min-width: 1168px) {
  .widget-banner .flex-top .banner-content {
    margin-top: 45px;
  }
}

.widget-banner.style1 .inner {
  position: relative;
  height: 200px;
}

.widget-banner.style1 .banner-image img {
  max-height: 150px;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style1 .inner {
    height: 450px;
  }
  .widget-banner.style1 .banner-image img {
    max-height: 300px;
  }
}

.widget-banner.style1 .btn, .widget-banner.style1 .viewmore-products-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  padding: 8px 25px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style1 .btn, .widget-banner.style1 .viewmore-products-btn {
    font-size: 16px;
  }
}

.widget-banner.style1:hover .btn, .widget-banner.style1:hover .viewmore-products-btn {
  bottom: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-banner.style2 {
  background-color: #dcc397;
}

.widget-banner.style2 .inner {
  height: 150px;
}

.widget-banner.style2 .banner-image img {
  max-height: 180px;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style2 .inner {
    height: 235px;
  }
  .widget-banner.style2 .banner-image img {
    max-height: 200px;
  }
}

.widget-banner.style2 .banner-content {
  font-size: 20px;
  color: #252525;
  line-height: 1.3;
}

.widget-banner.style2 .banner-content strong {
  font-weight: normal;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style2 .banner-content {
    font-size: 30px;
  }
}

.widget-banner.style3 {
  background-color: #dcc397;
}

.widget-banner.style3 .inner {
  height: 200px;
}

.widget-banner.style3 .banner-image img {
  max-height: 180px;
}

.widget-banner.style3 .link-bottom {
  padding-top: 5px;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style3 .link-bottom {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style3 .inner {
    height: 286px;
  }
  .widget-banner.style3 .banner-image img {
    max-height: 250px;
  }
}

.widget-banner.style3 .banner-content {
  font-size: 20px;
  color: #252525;
  line-height: 1.2;
}

.widget-banner.style3 .banner-content strong {
  font-weight: normal;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style3 .banner-content {
    font-size: 30px;
  }
}

.widget-banner.style4 {
  background-color: #dcc397;
}

.widget-banner.style4 .inner {
  height: 120px;
}

.widget-banner.style4 .banner-image img {
  max-height: 100px;
}

.widget-banner.style4 .link-bottom {
  padding-top: 5px;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style4 .inner {
    height: 180px;
  }
  .widget-banner.style4 .banner-image img {
    max-height: 150px;
  }
}

.widget-banner.style4 .banner-content {
  font-size: 18px;
  color: #252525;
  line-height: 1.2;
}

.widget-banner.style4 .banner-content strong {
  font-weight: normal;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1168px) {
  .widget-banner.style4 .banner-content {
    font-size: 24px;
  }
}

.widget-banner.style4 .btn, .widget-banner.style4 .viewmore-products-btn {
  font-size: 12px;
  padding: 6px 25px;
}

.widget-testimonials {
  padding: 0;
  margin: 0;
}

.widget-testimonials img {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .widget-testimonials img {
  display: inline;
  zoom: 1;
}

.widget-testimonials .job {
  color: #808080;
}

.widget-testimonials .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.widget-testimonials .info > div {
  margin-right: 15px;
}

.rtl .widget-testimonials .info > div {
  margin-left: 15px;
  margin-right: inherit;
}

.widget-testimonials .info > div:last-child {
  margin-right: 0;
}

.rtl .widget-testimonials .info > div:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.widget-testimonials .info .name-client {
  color: #fff;
  font-size: 22px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0;
}

.widget-testimonials .info .job {
  font-size: 16px;
  font-weight: 600;
}

.widget-testimonials .info .testimonial-info-content {
  text-align: left;
}

.rtl .widget-testimonials .info .testimonial-info-content {
  text-align: right;
}

.widget-testimonials .slick-dots {
  margin-top: 40px;
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials .slick-dots {
    display: none !important;
  }
}

.widget-testimonials .slick-dots li {
  background-color: transparent;
}

.widget-testimonials .slick-dots li button {
  background-color: transparent;
}

.widget-testimonials .avarta {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  width: 70px;
  height: 70px;
}

.rtl .widget-testimonials .avarta {
  margin-left: 20px;
  margin-right: inherit;
}

.widget-testimonials .avarta:before {
  content: '';
  bottom: -30px;
  margin: 0;
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #595959;
  padding: 0;
  font-size: 0;
  line-height: 0;
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials .avarta:before {
    bottom: -40px;
  }
}

.widget-testimonials .avarta img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.widget-testimonials .name-client {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.widget-testimonials .description {
  font-style: italic;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #808080;
  line-height: 1.625;
}

.widget-testimonials .rating {
  margin: 10px 0 0;
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials .rating {
    margin: 20px 0 0;
  }
}

.widget-testimonials .testimonials-top {
  margin: 22px 0 0 0;
  padding: 0;
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials .testimonials-top {
    margin: 44px 0 0 0;
  }
}

.widget-testimonials .testimonial-box {
  padding: 30px 32px;
  background-color: #fff;
  position: relative;
}

.widget-testimonials .testimonial-box:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  color: #dcc397;
  font-size: 30px;
  margin-bottom: 24px;
}

.widget-testimonials.style1 .name-client {
  color: #fff;
}

.widget-testimonials.style1 .testimonials-top {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget-testimonials.style1 .testimonials-top .avarta {
  padding: 0;
  margin: 0 0 12px 0;
}

.widget-testimonials.style1 .testimonial-box {
  padding: 0;
  text-align: center;
  background-color: transparent;
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials.style1 .testimonial-box {
    padding: 0 20px;
  }
}

.widget-testimonials.style1 .slick-dots li.slick-active button {
  border-color: #dcc397;
}

.widget-testimonials.style1 .slick-dots li button {
  border-color: #fff;
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials.style1 .slick-dots li button {
    border-color: #53585a;
  }
}

.widget-testimonials.style2 {
  color: #fff;
  text-align: center;
}

.widget-testimonials.style2 .description {
  font-size: 16px;
  line-height: 1.625;
  color: inherit;
  padding: 15px 0 50px 0;
  font-weight: 400;
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials.style2 .description {
    padding: 30px 10% 94px 10%;
    font-size: 24px;
    line-height: 1.41667;
  }
}

.widget-testimonials.style2 .name-client {
  color: inherit;
}

.widget-testimonials.style2 .slick-carousel .slick-dots li button {
  border-color: #fff;
}

.widget-testimonials.style2 .slick-carousel .slick-dots li.slick-active button {
  border-color: #dcc397;
}

.widget-testimonials.style2 .avarta {
  margin: 0 0 12px 0;
}

.rtl .widget-testimonials.style2 .avarta {
  margin: 0 0 12px 0;
}

.widget-testimonials.style2 .job {
  color: inherit;
}

.widget-testimonials.style2 .testimonials-top {
  margin: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.widget-testimonials.style2 .testimonial-box {
  padding: 0;
  min-height: 230px;
  background-color: transparent;
}

.widget-testimonials.style2 .testimonial-box:before {
  font-size: 30px;
  margin: 0;
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1168px) {
  .widget-testimonials.style2 .testimonial-box:before {
    font-size: 50px;
  }
}

.widget-nav-menu .widget-title {
  font-size: 16px;
  margin: 0 0 10px;
}

@media only screen and (min-width: 1168px) {
  .widget-nav-menu .widget-title {
    margin-bottom: 20px;
  }
}

.widget-nav-menu .menu {
  margin: 0px;
  padding: 0px;
}

.widget-nav-menu .menu li {
  font-size: 12px;
  margin: 0 0 7px;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.widget-nav-menu .menu li:before, .widget-nav-menu .menu li:after {
  content: " ";
  display: table;
}

.widget-nav-menu .menu li:after {
  clear: both;
}

@media only screen and (min-width: 1168px) {
  .widget-nav-menu .menu li {
    font-size: 15px;
  }
}

.widget-nav-menu .menu li:last-child {
  margin: 0;
}

.widget-nav-menu .menu li a {
  color: #939393;
  float: left;
}

.rtl .widget-nav-menu .menu li a {
  float: right;
}

.widget-nav-menu .menu li a:hover {
  color: #dcc397;
}

.widget-nav-menu .menu li a:focus {
  color: #dcc397;
}

.widget-nav-menu .menu li a:focus-within {
  color: #dcc397;
}

.widget-nav-menu .menu li a:active {
  color: #dcc397;
}

.widget-nav-menu.horizontal .menu {
  text-align: center;
}

@media only screen and (min-width: 1168px) {
  .widget-nav-menu.horizontal .menu {
    text-align: left;
  }
  .rtl .widget-nav-menu.horizontal .menu {
    text-align: right;
  }
}

.widget-nav-menu.horizontal .menu li {
  margin: 0px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.lt-ie8 .widget-nav-menu.horizontal .menu li {
  display: inline;
  zoom: 1;
}

@media only screen and (min-width: 768px) {
  .widget-nav-menu.horizontal .menu li {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-nav-menu.horizontal .menu li {
    margin-bottom: 0;
  }
}

.widget-nav-menu.horizontal .menu li:first-child {
  margin-left: 0;
}

.rtl .widget-nav-menu.horizontal .menu li:first-child {
  margin-right: 0;
  margin-left: inherit;
}

.widget-nav-menu.horizontal .menu li:last-child {
  margin-right: 0;
}

.rtl .widget-nav-menu.horizontal .menu li:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.widget-action-box {
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1870px) {
  .widget-action-box {
    padding: 64px 0;
  }
  .widget-action-box .action-inner {
    padding: 25px;
  }
}

.widget-action-box .action-inner {
  width: 50%;
  float: right;
}

.rtl .widget-action-box .action-inner {
  float: left;
}

.widget-action-box .title {
  margin: 0 0 8px;
  font-size: 24px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.widget-action-box .description {
  margin: 0 0 30px;
}

.widget-action-box:hover {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
}

.widget-action-box.style2 {
  padding: 0;
}

.widget-action-box.style2:hover {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.widget-action-box.style2 .box-img {
  text-align: center;
}

.widget-action-box.style2 .action-v2 {
  padding: 15px 0 40px;
  display: table;
  width: 100%;
}

.widget-action-box.style2 .action-v2 > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.widget-mailchimp.st_white, .widget-mailchimp.st_white .title {
  color: #fff;
}

.widget-mailchimp.st_white input {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.widget-mailchimp.st_white input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.widget-mailchimp.st_white input:-ms-input-placeholder {
  color: #fff;
}

.widget-mailchimp.st_white input::-webkit-input-placeholder {
  color: #fff;
}

.widget-mailchimp.st_white input:focus {
  color: #fff;
  border-color: #fff;
}

.widget-mailchimp.default .btn, .widget-mailchimp.default .viewmore-products-btn {
  background-color: transparent;
  color: #dcc397;
  border: none;
  font-size: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 7px 0px 12px 10px;
}

.rtl .widget-mailchimp.default .btn, .rtl .widget-mailchimp.default .viewmore-products-btn {
  padding: 7px 10px 12px 0px;
}

.widget-mailchimp.default input[type="email"] {
  border: 0px;
  color: #9a9999;
  font-size: 16px;
  font-style: italic;
  min-width: 320px;
  background-color: transparent;
  padding-left: 0;
}

.rtl .widget-mailchimp.default input[type="email"] {
  padding-right: 0;
  padding-left: inherit;
}

.widget-mailchimp.default input[type="email"]::-moz-placeholder {
  color: #9a9999;
  opacity: 1;
}

.widget-mailchimp.default input[type="email"]:-ms-input-placeholder {
  color: #9a9999;
}

.widget-mailchimp.default input[type="email"]::-webkit-input-placeholder {
  color: #9a9999;
}

.widget-mailchimp .title {
  color: #53585a;
  font-size: 20px;
  margin: 0 0 30px 0;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}

.rtl .widget-mailchimp .title {
  text-align: right;
}

@media only screen and (min-width: 1168px) {
  .widget-mailchimp .title {
    font-size: 24px;
    line-height: 1.41667;
  }
}

.widget-mailchimp .des {
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.widget-mailchimp .form-control {
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-right: 0;
}

.rtl .widget-mailchimp .form-control {
  border-left: 0;
  border-right: inherit;
}

.widget-mailchimp .btn, .widget-mailchimp .viewmore-products-btn {
  margin: 0;
  padding: 0;
  color: #53585a;
  border: none;
  background-color: #53585a;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 46px;
  height: 46px;
  margin-left: auto;
}

.rtl .widget-mailchimp .btn, .rtl .widget-mailchimp .viewmore-products-btn {
  left: 0;
  right: auto;
}

.rtl .widget-mailchimp .btn, .rtl .widget-mailchimp .viewmore-products-btn {
  margin-right: auto;
  margin-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .widget-mailchimp .btn, .widget-mailchimp .viewmore-products-btn {
    position: static;
    background-color: transparent;
  }
}

.widget-mailchimp .btn:before, .widget-mailchimp .viewmore-products-btn:before {
  display: none;
}

.widget-mailchimp .btn i:before, .widget-mailchimp .viewmore-products-btn i:before {
  font-size: 16px;
  margin: 0;
  margin-right: 1px;
}

.rtl .widget-mailchimp .btn i:before, .rtl .widget-mailchimp .viewmore-products-btn i:before {
  margin-left: 1px;
  margin-right: inherit;
}

.widget-mailchimp form {
  border-bottom: 1px solid #64686a;
}

@media only screen and (min-width: 1168px) {
  .widget-mailchimp form {
    border-bottom: 1px solid #f0f0f0;
  }
}

.widget-mailchimp form input[type="text"], .widget-mailchimp form input[type="email"], .widget-mailchimp form input[type="tel"], .widget-mailchimp form input[type="password"], .widget-mailchimp form input[type="search"] {
  background-color: transparent;
  border: none;
  color: #808080;
  width: 100%;
  min-width: auto;
  top: 0;
  position: absolute;
  text-align: left;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

.rtl .widget-mailchimp form input[type="text"], .rtl .widget-mailchimp form input[type="email"], .rtl .widget-mailchimp form input[type="tel"], .rtl .widget-mailchimp form input[type="password"], .rtl .widget-mailchimp form input[type="search"] {
  text-align: right;
}

.rtl .widget-mailchimp form input[type="text"], .rtl .widget-mailchimp form input[type="email"], .rtl .widget-mailchimp form input[type="tel"], .rtl .widget-mailchimp form input[type="password"], .rtl .widget-mailchimp form input[type="search"] {
  right: 0;
  left: auto;
}

.rtl .widget-mailchimp form input[type="text"], .rtl .widget-mailchimp form input[type="email"], .rtl .widget-mailchimp form input[type="tel"], .rtl .widget-mailchimp form input[type="password"], .rtl .widget-mailchimp form input[type="search"] {
  padding-right: 0;
  padding-left: inherit;
}

.rtl .widget-mailchimp form input[type="text"], .rtl .widget-mailchimp form input[type="email"], .rtl .widget-mailchimp form input[type="tel"], .rtl .widget-mailchimp form input[type="password"], .rtl .widget-mailchimp form input[type="search"] {
  padding-left: 0;
  padding-right: inherit;
}

.widget-mailchimp form input[type="text"]::-moz-placeholder, .widget-mailchimp form input[type="email"]::-moz-placeholder, .widget-mailchimp form input[type="tel"]::-moz-placeholder, .widget-mailchimp form input[type="password"]::-moz-placeholder, .widget-mailchimp form input[type="search"]::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.widget-mailchimp form input[type="text"]:-ms-input-placeholder, .widget-mailchimp form input[type="email"]:-ms-input-placeholder, .widget-mailchimp form input[type="tel"]:-ms-input-placeholder, .widget-mailchimp form input[type="password"]:-ms-input-placeholder, .widget-mailchimp form input[type="search"]:-ms-input-placeholder {
  color: #808080;
}

.widget-mailchimp form input[type="text"]::-webkit-input-placeholder, .widget-mailchimp form input[type="email"]::-webkit-input-placeholder, .widget-mailchimp form input[type="tel"]::-webkit-input-placeholder, .widget-mailchimp form input[type="password"]::-webkit-input-placeholder, .widget-mailchimp form input[type="search"]::-webkit-input-placeholder {
  color: #808080;
}

@media only screen and (min-width: 1168px) {
  .widget-mailchimp form input[type="text"], .widget-mailchimp form input[type="email"], .widget-mailchimp form input[type="tel"], .widget-mailchimp form input[type="password"], .widget-mailchimp form input[type="search"] {
    position: static;
  }
}

.widget-mailchimp form .flex-top {
  display: block;
  position: relative;
  height: 46px;
}

@media only screen and (min-width: 1168px) {
  .widget-mailchimp form .flex-top {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

.widget-mailchimp .mc4wp-form-fields p {
  margin: 0px;
}

.instagram-pics {
  margin-left: 0;
  margin-right: 0;
}

.instagram-pics > div {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.rtl .instagram-pics > div {
  float: right;
}

.instagram-pics .col-xs-cus-5 {
  width: 25%;
}

@media (min-width: 768px) {
  .instagram-pics .col-xs-cus-5 {
    width: 20%;
  }
}

.item-instagram {
  position: relative;
}

.item-instagram .like-comments {
  position: absolute;
  z-index: 9;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.item-instagram .like-comments i {
  margin-right: 5px;
}

.rtl .item-instagram .like-comments i {
  margin-left: 5px;
  margin-right: inherit;
}

.item-instagram .like-comments > span + span {
  margin-left: 30px;
}

.rtl .item-instagram .like-comments > span + span {
  margin-right: 30px;
  margin-left: inherit;
}

.item-instagram a {
  display: block;
  position: relative;
}

.item-instagram a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.item-instagram a:active:before, .item-instagram a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.item-instagram:hover a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.item-instagram:hover .like-comments {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-instagram.style_large .widget-title {
  text-align: center;
  font-size: 32px;
}

@media only screen and (min-width: 1168px) {
  .widget-instagram.style_large .instagram-pics {
    margin-left: -15px;
    margin-right: -15px;
  }
  .widget-instagram.style_large .instagram-pics > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.widget-instagram.style_small .instagram-pics {
  margin-left: -4px;
  margin-right: -4px;
}

.widget-instagram.style_small .instagram-pics > div {
  padding-left: 4px;
  padding-right: 4px;
}

.widget-instagram.style_small .instagram-pics a {
  margin-bottom: 8px;
}

.widget-brand {
  text-align: center;
  padding: 15px 10px;
}

.widget-brand.dark {
  background: #f5f5f5;
}

.widget-brand .slick-slide img {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-brand:hover img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.widget-brand:hover img:hover, .widget-brand:hover img:focus {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 1168px) {
  .widget-brand {
    padding: 30px;
  }
}

.widget-brand.default {
  border: 1px solid #e6e6e6;
}

.no-space {
  margin: 0 !important;
}

.no-space > .apus-container > .vc_fluid {
  padding: 0;
}

.no-space .row {
  margin: 0;
}

.no-space .row > [class*="col"] {
  padding: 0;
}

.no-margin .widget {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .bg-hidden-md {
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  .bg-hidden-sm {
    background-image: none !important;
  }
  .bg-hidden-sm > .vc_column-inner {
    background-image: none !important;
  }
}

@media only screen and (min-width: 1168px) {
  .padding-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.flow-hidden {
  overflow: hidden;
}

.skew-light {
  position: relative;
}

.skew-light:before {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: skewX(20deg);
  /* IE 9 */
  -webkit-transform: skewX(20deg);
  /* Safari */
  transform: skewX(20deg);
  /* Standard syntax */
}

.skew-theme-right {
  position: relative;
  background: #dcc397;
}

.skew-theme-right > * {
  position: relative;
  z-index: 2;
}

.skew-theme-right:before {
  content: '';
  background: #dcc397;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
  -ms-transform: skewX(20deg);
  /* IE 9 */
  -webkit-transform: skewX(20deg);
  /* Safari */
  transform: skewX(20deg);
  /* Standard syntax */
}

.skew-theme-left {
  position: relative;
  background: #dcc397;
}

.skew-theme-left > * {
  position: relative;
  z-index: 2;
}

.skew-theme-left:before {
  content: '';
  background: #dcc397;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
  -ms-transform: skewX(-20deg);
  /* IE 9 */
  -webkit-transform: skewX(-20deg);
  /* Safari */
  transform: skewX(-20deg);
  /* Standard syntax */
}

.flow-theme-top-bottom-right:before {
  height: calc(100% + 172px);
  top: -110px;
}

.flow-theme-top-bottom-right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #dcc397;
  right: 10%;
  top: -110px;
  height: calc(100% + 172px);
  width: 500%;
}

.style-white {
  color: #fff !important;
}

.style-white .widget-title {
  color: #fff !important;
}

.border-top-theme {
  border-top: 3px solid #dcc397;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.text-upper {
  text-transform: uppercase !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

.hr {
  border-top: 1px solid #e6e6e6;
  min-height: 1px;
  width: 100%;
}

.no-float {
  float: none !important;
}

.no-padding-left {
  padding-left: 0;
}

.rtl .no-padding-left {
  padding-right: 0;
  padding-left: inherit;
}

.no-padding-right {
  padding-right: 0;
}

.rtl .no-padding-right {
  padding-left: 0;
  padding-right: inherit;
}

@media (min-width: 1024px) {
  .padding-lr-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1168px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-50 .vc_column_container > .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gutter-50 .vc_row,
  .gutter-50 .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.text-theme {
  color: #dcc397 !important;
}

.bg-theme {
  background: #dcc397;
}

.border-theme {
  border-color: #dcc397;
}

.radius-3x {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

.radius-50 {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.deleted_wpb_single_image {
  position: relative;
  overflow: hidden;
}

.deleted_wpb_single_image:before {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  background: #dcc397;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
}

.deleted_wpb_single_image:after {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.deleted_wpb_single_image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.deleted_wpb_single_image:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.list-contact {
  list-style: none;
  padding: 0;
  margin: 17px 0 0 !important;
}

.list-contact li {
  margin: 0 0 3px;
}

.list-contact li i {
  margin-right: 5px;
}

.rtl .list-contact li i {
  margin-left: 5px;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .gutter-medium-left > .vc_column-inner {
    padding-left: 5px;
  }
  .rtl .gutter-medium-left > .vc_column-inner {
    padding-right: 5px;
    padding-left: inherit;
  }
}

@media (min-width: 768px) {
  .gutter-medium-left .vc_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-medium-left .vc_row .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.abolire-counter {
  overflow: hidden;
}

.abolire-counter .image-icon {
  padding-right: 20px;
}

.rtl .abolire-counter .image-icon {
  padding-left: 20px;
  padding-right: inherit;
}

.abolire-counter .counter-wrapper {
  overflow: hidden;
  font-size: 48px;
  line-height: 1.2;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  color: #53585a;
}

.abolire-counter .abolire-counter-title {
  color: #707070;
  font-size: 16px;
}

.widget_apus_vertical_menu {
  border-left: 4px solid #2e2d2d;
}

.widget_apus_vertical_menu .widget-title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 15px 30px 0;
}

.rtl .widget_apus_vertical_menu {
  border-right: 4px solid #2e2d2d;
  border-left: inherit;
}

.widget_apus_vertical_menu .apus-vertical-menu {
  border: none;
}

.widget_apus_vertical_menu .apus-vertical-menu > li {
  margin-left: -4px;
}

.rtl .widget_apus_vertical_menu .apus-vertical-menu > li {
  margin-right: -4px;
  margin-left: inherit;
}

.widget_apus_vertical_menu .apus-vertical-menu > li > a {
  border-left: 4px solid transparent;
  font-size: 16px;
  padding: 0 30px;
}

.rtl .widget_apus_vertical_menu .apus-vertical-menu > li > a {
  border-right: 4px solid transparent;
  border-left: inherit;
}

.widget_apus_vertical_menu .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu .apus-vertical-menu > li:hover > a {
  border-color: #dcc397;
}

.widget_apus_vertical_menu.darken .apus-vertical-menu {
  background: transparent;
}

.widget_apus_vertical_menu.darken .apus-vertical-menu > li > a {
  color: #eeeae2;
  padding: 0 20px;
}

.widget_apus_vertical_menu.darken .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu.darken .apus-vertical-menu > li:hover > a {
  color: #dcc397;
}

.widget_apus_vertical_menu.darken .widget-title {
  color: #eeeae2;
  border: none;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.widget_apus_vertical_menu.darken .widget-title:before {
  display: none;
}

.tabs-v1 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1168px) {
  .tabs-v1 {
    margin-bottom: 50px;
  }
}

.tabs-v1 .ps-container {
  position: relative;
}

.tabs-v1 .nav-tabs {
  border: none;
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

.tabs-v1 .nav-tabs > li {
  width: 100%;
  border-right: 1px solid #fff;
  margin: 0;
}

.rtl .tabs-v1 .nav-tabs > li {
  border-left: 1px solid #fff;
  border-right: inherit;
}

.tabs-v1 .nav-tabs > li:last-child {
  border: none;
}

.tabs-v1 .nav-tabs > li > a {
  text-align: center;
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  padding: 10px;
  margin: 0;
  background: #eceff6;
  text-transform: uppercase;
  white-space: nowrap;
  color: #53585a;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tabs-v1 .nav-tabs > li.active > a {
  background-color: #dcc397;
  color: #fff;
}

.tabs-v1 .tab-content {
  max-width: 1460px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 1168px) {
  .tabs-v1 .tab-content {
    margin: 60px auto 0;
  }
}

.nav.tabs-product {
  border: none;
}

.nav.tabs-product.has-border {
  border-bottom: 1px solid #e6e6e6;
}

.nav.tabs-product.has-border > li {
  margin-bottom: -2px;
}

.nav.tabs-product > li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.nav.tabs-product > li > a {
  border: none !important;
  font-size: 18px;
  color: #808080;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  background: transparent;
  position: relative;
  padding: 0 0 8px;
}

.nav.tabs-product > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #dcc397;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.nav.tabs-product > li.active > a, .nav.tabs-product > li.active > a:hover, .nav.tabs-product > li.active > a:focus {
  color: #dcc397;
}

.nav.tabs-product > li.active > a:before, .nav.tabs-product > li.active > a:hover:before, .nav.tabs-product > li.active > a:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.nav.tabs-product.center {
  text-align: center;
  margin-bottom: 25px;
}

.nav.tabs-product.center > li {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 1168px) {
  .nav.tabs-product.center > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1168px) {
  .nav.tabs-product.center {
    margin-bottom: 35px;
  }
}

.nav.tabs-product.right {
  text-align: right;
}

.nav.tabs-product.right > li {
  margin-right: 20px;
}

.rtl .nav.tabs-product.right > li {
  margin-left: 20px;
  margin-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .nav.tabs-product.right > li {
    margin-right: 40px;
  }
  .rtl .nav.tabs-product.right > li {
    margin-left: 40px;
    margin-right: inherit;
  }
}

.nav.tabs-product.right > li:last-child {
  margin-right: 0;
}

.rtl .nav.tabs-product.right > li:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.nav.tabs-product.left {
  text-align: left;
}

.nav.tabs-product.left > li {
  margin-left: 20px;
}

.rtl .nav.tabs-product.left > li {
  margin-right: 20px;
  margin-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .nav.tabs-product.left > li {
    margin-left: 50px;
  }
  .rtl .nav.tabs-product.left > li {
    margin-right: 50px;
    margin-left: inherit;
  }
}

.nav.tabs-product.left > li:last-child {
  margin-left: 0;
}

.rtl .nav.tabs-product.left > li:last-child {
  margin-right: 0;
  margin-left: inherit;
}

@media (min-width: 768px) {
  .flex-middle-sm {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .flex-top-sm {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}

.flex-middle {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.flex-top {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.flex-bottom {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.max-1800 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.cl-3,
.cl-2 {
  float: left;
}

.rtl .cl-3, .rtl
.cl-2 {
  float: right;
}

.cl-3 > .row,
.cl-2 > .row {
  margin: 0;
}

.cl-3 .widget,
.cl-2 .widget {
  padding-left: 15px;
  padding-right: 15px;
}

.cl-3 {
  width: 58.3333%;
}

.cl-2 {
  width: 41.6667%;
}

.font-second {
  font-family: "Muli", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

.max-1770 {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
}

.updow:hover .top-img img,
.updow:hover .img img,
.updow:hover .image-wrapper img {
  -webkit-animation: updow 0.8s ease-in-out 0s infinite;
  animation: updow 0.8s ease-in-out 0s infinite;
}

.updow-infinite img {
  -webkit-animation: updow 1s ease-in-out 0s infinite;
  animation: updow 1s ease-in-out 0s infinite;
}

@-webkit-keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@-webkit-keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.apus-header-custom-toplink {
  font-size: 16px;
}

.apus-header-custom-toplink > * {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.lt-ie8 .apus-header-custom-toplink > * {
  display: inline;
  zoom: 1;
}

.rtl .apus-header-custom-toplink > * {
  margin-left: 30px;
  margin-right: inherit;
}

.apus-header-custom-toplink > *:last-child {
  margin-right: 0px;
}

.rtl .apus-header-custom-toplink > *:last-child {
  margin-left: 0px;
  margin-right: inherit;
}

.apus-header-custom-toplink span {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.apus-header-custom-toplink .custom-toplink-btn {
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  color: #53585a;
}

.apus-header-custom-toplink .custom-toplink-btn:after {
  content: "";
  background-color: #dcc397;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
}

.rtl .apus-header-custom-toplink .custom-toplink-btn:after {
  right: 0;
  left: auto;
}

.apus-header-custom-toplink .custom-toplink-btn:hover {
  color: #dcc397 !important;
}

.apus-header-custom-toplink .custom-toplink-btn:focus {
  color: #dcc397 !important;
}

.apus-header-custom-toplink .custom-toplink-btn:focus-within {
  color: #dcc397 !important;
}

.apus-header-custom-toplink .custom-toplink-btn:active {
  color: #dcc397 !important;
}

.apus-header-call-to-action {
  font-size: 16px;
  margin-left: 20px;
}

.rtl .apus-header-call-to-action {
  margin-right: 20px;
  margin-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .apus-header-call-to-action {
    font-size: 20px;
  }
}

.apus-header-call-to-action > * {
  font-size: inherit;
  display: block;
  margin-bottom: 5px;
}

.apus-header-call-to-action > *:last-child {
  margin-bottom: 0;
}

.apus-header-call-to-action a {
  color: #53585a;
  font-weight: 600;
  padding: 0 0 3px 0;
  display: block;
}

.apus-header-call-to-action a:hover {
  color: #dcc397;
}

.apus-header-call-to-action a:focus {
  color: #dcc397;
}

.apus-header-call-to-action a:focus-within {
  color: #dcc397;
}

.apus-header-call-to-action a:active {
  color: #dcc397;
}

.elementor-element.upline .elementor-counter:before {
  top: -39px;
}

.elementor-element.upline .elementor-counter:hover:before {
  width: 175px;
}

.elementor-element.angle {
  padding-top: 35px;
}

.elementor-element.angle:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -35px;
  background-color: #fff;
  left: -15px;
  width: 105%;
  height: 70px;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.rtl .elementor-element.angle:before {
  right: -15px;
  left: auto;
}

.elementor-element.padding-left-65 {
  padding-left: 0 !important;
}

.rtl .elementor-element.padding-left-65 {
  padding-right: 0 !important;
  padding-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.padding-left-65 {
    padding-left: 65px !important;
  }
  .rtl .elementor-element.padding-left-65 {
    padding-right: 65px !important;
    padding-left: inherit;
  }
}

.elementor-element.padding-left-65 .elementor-image {
  height: 200px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .elementor-element.padding-left-65 .elementor-image {
    height: 300px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.padding-left-65 .elementor-image {
    height: auto;
  }
}

.elementor-element.padding-right-32 {
  padding-right: 0 !important;
}

.rtl .elementor-element.padding-right-32 {
  padding-left: 0 !important;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.padding-right-32 {
    padding-right: 32px !important;
  }
  .rtl .elementor-element.padding-right-32 {
    padding-left: 32px !important;
    padding-right: inherit;
  }
}

.elementor-element.padding-right-32 .elementor-image {
  height: 200px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .elementor-element.padding-right-32 .elementor-image {
    height: 300px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.padding-right-32 .elementor-image {
    height: auto;
  }
}

.elementor-element.margin-left-32 {
  margin-left: 0 !important;
}

.rtl .elementor-element.margin-left-32 {
  margin-right: 0 !important;
  margin-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.margin-left-32 {
    margin-left: 32px !important;
  }
  .rtl .elementor-element.margin-left-32 {
    margin-right: 32px !important;
    margin-left: inherit;
  }
}

.elementor-element.margin-left-32 h2.elementor-heading-title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.margin-left-32 h2.elementor-heading-title {
    margin-bottom: 30px;
  }
}

.elementor-element.apus-about-intro-photo .elementor-image {
  height: 345px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-about-intro-photo .elementor-image {
    height: auto;
    overflow: visible;
  }
}

.elementor-element.apus-tab-apartment .widget-tabs .widget-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-tab-apartment .widget-tabs .widget-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-tab-apartment .widget-tabs .widget-title {
    margin-bottom: 50px;
  }
}

.elementor-element.clear-flex .elementor-counter .elementor-counter-number-prefix,
.elementor-element.clear-flex .elementor-counter .elementor-counter-number-suffix {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.elementor-element.coming-soon-block {
  outline: none;
}

.elementor-element.apus-heading-coming h1.elementor-heading-title {
  margin-bottom: 15px;
  padding: 0;
  font-size: 36px;
  line-height: 1.11111;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-heading-coming h1.elementor-heading-title {
    padding: 0 50px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.20833;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-heading-coming h1.elementor-heading-title {
    padding: 0 12%;
    margin-bottom: 30px;
    font-size: 80px;
    line-height: 1.075;
  }
}

@media only screen and (min-width: 1379px) {
  .elementor-element.apus-heading-coming h1.elementor-heading-title {
    padding: 0 20%;
    font-size: 100px;
    margin-bottom: 50px;
    line-height: 1.1;
  }
}

.elementor-element.apus-sub-coming .elementor-heading-title {
  margin-bottom: 15px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-sub-coming .elementor-heading-title {
    padding: 0 50px;
    font-size: 20px;
    margin-bottom: 43px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-sub-coming .elementor-heading-title {
    padding: 0 10%;
  }
}

@media only screen and (min-width: 1379px) {
  .elementor-element.apus-sub-coming .elementor-heading-title {
    padding: 0 15%;
  }
}

.elementor-element.apus-heading-about .elementor-heading-title {
  margin-bottom: 15px;
  padding-right: 0;
}

.rtl .elementor-element.apus-heading-about .elementor-heading-title {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-heading-about .elementor-heading-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-heading-about .elementor-heading-title {
    padding-right: 130px;
  }
  .rtl .elementor-element.apus-heading-about .elementor-heading-title {
    padding-left: 130px;
    padding-right: inherit;
  }
}

.elementor-element.apus-about-video {
  height: 200px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-about-video {
    height: 350px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-about-video {
    height: 700px;
  }
}

.elementor-element.apus-property-info .elementor-image {
  height: 200px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-property-info .elementor-image {
    height: 300px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-property-info .elementor-image {
    height: auto;
  }
}

.elementor-element.apus-property-info-2 .elementor-widget-wrap {
  padding: 15px;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-property-info-2 .elementor-widget-wrap {
    padding: 0 35px;
  }
}

.elementor-element.elementor-widget-button.icon-color i {
  color: #dcc397;
  font-size: 12px;
}

.elementor-element.apus-faq-auto > .elementor-column-wrap > .elementor-widget-wrap {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-faq-auto > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 43px;
    padding-right: 43px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-faq-auto > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 95px;
    padding-right: 95px;
  }
}

.elementor-element.apus-faq-auto .elementor-heading-title {
  margin-bottom: 28px;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-faq-auto .elementor-heading-title {
    margin-bottom: 38px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-faq-auto .elementor-heading-title {
    margin-bottom: 48px;
  }
}

.elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media only screen and (min-width: 1379px) {
  .elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 110px;
    padding-right: 110px;
  }
}

.elementor-element.apus-paragraph-builder .elementor-text-editor {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .elementor-element.apus-paragraph-builder .elementor-text-editor {
    padding: 0 9%;
  }
}

.elementor-element.apus-featured-content .elementor-widget-wrap {
  padding-left: 95px;
  padding-right: 85px;
}

.rtl .elementor-element.apus-featured-content .elementor-widget-wrap {
  padding-right: 95px;
  padding-left: inherit;
}

.rtl .elementor-element.apus-featured-content .elementor-widget-wrap {
  padding-left: 85px;
  padding-right: inherit;
}

.elementor-element.apus-featured-properties .elementor-row {
  padding: 0;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.apus-featured-properties .elementor-row {
    padding: 0 85px;
  }
}

@media only screen and (min-width: 1379px) {
  .elementor-element.apus-featured-properties .elementor-row {
    padding: 0 100px;
  }
}

.elementor-element.apus-heading-featured .elementor-heading-title {
  margin-bottom: 30px;
  padding-right: 60px;
}

.rtl .elementor-element.apus-heading-featured .elementor-heading-title {
  padding-left: 60px;
  padding-right: inherit;
}

.elementor-element.elementor-widget-image-carousel {
  outline: none;
}

.elementor-element.elementor-widget-image-carousel .swiper-pagination-bullets {
  height: 20px;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.elementor-element.elementor-widget-image-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 18px;
  height: 18px;
  margin: 0 3px;
  position: relative;
  overflow: hidden;
  outline: none;
  border: none;
  background-color: transparent;
}

.elementor-element.elementor-widget-image-carousel .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #fff;
}

.elementor-element.elementor-widget-image-carousel .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: transparent;
}

.elementor-element.elementor-widget-image-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  height: 100%;
  border-color: #dcc397;
}

.elementor-element.elementor-widget-image-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #dcc397;
}

.elementor-element.padding-left-95 {
  padding-left: 0 !important;
}

.rtl .elementor-element.padding-left-95 {
  padding-right: 0 !important;
  padding-left: inherit;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.padding-left-95 {
    padding-left: 15px !important;
  }
  .rtl .elementor-element.padding-left-95 {
    padding-right: 15px !important;
    padding-left: inherit;
  }
}

@media only screen and (min-width: 1379px) {
  .elementor-element.padding-left-95 {
    padding-left: 95px !important;
  }
  .rtl .elementor-element.padding-left-95 {
    padding-right: 95px !important;
    padding-left: inherit;
  }
}

.elementor-element.padding-right-140 {
  padding-right: 0 !important;
}

.rtl .elementor-element.padding-right-140 {
  padding-left: 0 !important;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .elementor-element.padding-right-140 {
    padding-right: 15px !important;
  }
  .rtl .elementor-element.padding-right-140 {
    padding-left: 15px !important;
    padding-right: inherit;
  }
}

@media only screen and (min-width: 1379px) {
  .elementor-element.padding-right-140 {
    padding-right: 140px !important;
  }
  .rtl .elementor-element.padding-right-140 {
    padding-left: 140px !important;
    padding-right: inherit;
  }
}

.elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title, .elementor-widget-heading h5.elementor-heading-title, .elementor-widget-heading h6.elementor-heading-title {
  padding: 0;
  margin: 0 0 26px 0;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.38462;
}

@media only screen and (min-width: 768px) {
  .elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title, .elementor-widget-heading h5.elementor-heading-title, .elementor-widget-heading h6.elementor-heading-title {
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title, .elementor-widget-heading h5.elementor-heading-title, .elementor-widget-heading h6.elementor-heading-title {
    font-size: 42px;
    margin: 0 0 50px 0;
    line-height: 1.2381;
  }
}

.elementor-widget-heading.cta-heading .elementor-heading-title {
  padding: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading.cta-heading .elementor-heading-title {
    margin-bottom: 40px;
    padding: 0 14%;
  }
}

.elementor-widget-heading.cta-paragraph .elementor-heading-title {
  padding: 0;
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading.cta-paragraph .elementor-heading-title {
    padding: 0 9%;
  }
}

.elementor-widget-heading.cta-heading-video .elementor-heading-title {
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: none;
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading.cta-heading-video .elementor-heading-title {
    padding: 0 25%;
  }
}

.elementor-widget-heading.cta-sub-heading-video .elementor-heading-title {
  padding: 0;
  text-transform: none;
  text-align: center;
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading.cta-sub-heading-video .elementor-heading-title {
    padding: 0 12%;
  }
}

@media only screen and (min-width: 1379px) {
  .elementor-widget-heading.cta-sub-heading-video .elementor-heading-title {
    padding: 0 25%;
  }
}

.elementor-widget-heading.apus-heading-property .elementor-heading-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .elementor-widget-heading.apus-heading-property .elementor-heading-title {
    margin-bottom: 40px;
  }
}

.elementor-widget-heading.apus-heading-title-sm .elementor-heading-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading.apus-heading-title-sm .elementor-heading-title {
    margin-bottom: 35px;
  }
}

.elementor-widget-heading.apus-heading-builder .elementor-heading-title {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .elementor-widget-heading.apus-heading-builder .elementor-heading-title {
    padding: 0 14%;
  }
}

.elementor-widget-heading.apus-heading-discover .elementor-heading-title {
  margin-bottom: 30px;
  padding: 0;
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading.apus-heading-discover .elementor-heading-title {
    margin-bottom: 42px;
    padding: 0 28% 0 0;
  }
  .rtl .elementor-widget-heading.apus-heading-discover .elementor-heading-title {
    padding: 0 0 0 28%;
  }
}

.elementor-widget-heading.apus-heading-list-discover .elementor-heading-title {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1168px) {
  .elementor-widget-heading.apus-heading-list-discover .elementor-heading-title {
    margin-bottom: 26px;
  }
}

.apus-list-discover li {
  color: #53585a;
  line-height: 40px;
  line-height: 2.5rem;
}

.apus-heading .heading-title {
  padding: 0;
  margin: 0 0 26px 0;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.38462;
}

@media only screen and (min-width: 768px) {
  .apus-heading .heading-title {
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-heading .heading-title {
    font-size: 42px;
    margin: 0 0 50px 0;
    line-height: 1.2381;
  }
}

.apus-heading .sub {
  margin-bottom: 20px;
}

.apus-heading-cause .sub-heading-title {
  padding-left: 15px;
  padding-right: 15px;
}

.rtl .apus-heading-cause .sub-heading-title {
  padding-right: 15px;
  padding-left: inherit;
}

.rtl .apus-heading-cause .sub-heading-title {
  padding-left: 15px;
  padding-right: inherit;
}

@media only screen and (min-width: 768px) {
  .apus-heading-cause .sub-heading-title {
    padding-left: 8%;
    padding-right: 8%;
  }
  .rtl .apus-heading-cause .sub-heading-title {
    padding-right: 8%;
    padding-left: inherit;
  }
  .rtl .apus-heading-cause .sub-heading-title {
    padding-left: 8%;
    padding-right: inherit;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-heading-cause .sub-heading-title {
    padding-left: 23%;
    padding-right: 23%;
  }
  .rtl .apus-heading-cause .sub-heading-title {
    padding-right: 23%;
    padding-left: inherit;
  }
  .rtl .apus-heading-cause .sub-heading-title {
    padding-left: 23%;
    padding-right: inherit;
  }
}

.apus-heading-event .sub-heading-title {
  padding-left: 15px;
  padding-right: 15px;
}

.rtl .apus-heading-event .sub-heading-title {
  padding-right: 15px;
  padding-left: inherit;
}

.rtl .apus-heading-event .sub-heading-title {
  padding-left: 15px;
  padding-right: inherit;
}

@media only screen and (min-width: 768px) {
  .apus-heading-event .sub-heading-title {
    padding-left: 8%;
    padding-right: 8%;
  }
  .rtl .apus-heading-event .sub-heading-title {
    padding-right: 8%;
    padding-left: inherit;
  }
  .rtl .apus-heading-event .sub-heading-title {
    padding-left: 8%;
    padding-right: inherit;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-heading-event .sub-heading-title {
    padding-left: 18%;
    padding-right: 18%;
  }
  .rtl .apus-heading-event .sub-heading-title {
    padding-right: 18%;
    padding-left: inherit;
  }
  .rtl .apus-heading-event .sub-heading-title {
    padding-left: 18%;
    padding-right: inherit;
  }
}

.apus-heading-style2 .elementor-heading-title {
  position: relative;
}

.apus-heading-style3 .elementor-heading-title {
  position: relative;
}

.apus-heading-style4 .elementor-heading-title {
  padding-right: 0;
}

.rtl .apus-heading-style4 .elementor-heading-title {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .apus-heading-style4 .elementor-heading-title {
    padding-right: 40%;
  }
  .rtl .apus-heading-style4 .elementor-heading-title {
    padding-left: 40%;
    padding-right: inherit;
  }
}

.apus-heading-style5 .elementor-heading-title {
  margin-bottom: 0;
  padding-right: 0;
}

.rtl .apus-heading-style5 .elementor-heading-title {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 768px) {
  .apus-heading-style5 .elementor-heading-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-heading-style5 .elementor-heading-title {
    margin-bottom: 35px;
    padding-right: 40px;
  }
  .rtl .apus-heading-style5 .elementor-heading-title {
    padding-left: 40px;
    padding-right: inherit;
  }
}

.apus-heading-style6 .elementor-heading-title {
  position: relative;
  padding-bottom: 30px;
  padding-right: 54%;
}

.rtl .apus-heading-style6 .elementor-heading-title {
  padding-left: 54%;
  padding-right: inherit;
}

.apus-heading-style6 .elementor-heading-title:before {
  content: '';
  background-color: #dcc397;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 4px;
}

.rtl .apus-heading-style6 .elementor-heading-title:before {
  right: 0;
  left: auto;
}

.apus-paragraph-style1 .elementor-heading-title {
  padding-right: 10%;
}

.rtl .apus-paragraph-style1 .elementor-heading-title {
  padding-left: 10%;
  padding-right: inherit;
}

.apus-paragraph-style2 .elementor-heading-title {
  padding-right: 53%;
}

.rtl .apus-paragraph-style2 .elementor-heading-title {
  padding-left: 53%;
  padding-right: inherit;
}

.apus-about-home > div > div.elementor-widget-wrap {
  padding-left: 0;
  padding-right: 0;
}

.rtl .apus-about-home > div > div.elementor-widget-wrap {
  padding-right: 0;
  padding-left: inherit;
}

.rtl .apus-about-home > div > div.elementor-widget-wrap {
  padding-left: 0;
  padding-right: inherit;
}

@media only screen and (min-width: 768px) {
  .apus-about-home > div > div.elementor-widget-wrap {
    padding-left: 40%;
    padding-right: 0;
  }
  .rtl .apus-about-home > div > div.elementor-widget-wrap {
    padding-right: 40%;
    padding-left: inherit;
  }
  .rtl .apus-about-home > div > div.elementor-widget-wrap {
    padding-left: 0;
    padding-right: inherit;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-about-home > div > div.elementor-widget-wrap {
    padding-left: 45%;
    padding-right: 15%;
  }
  .rtl .apus-about-home > div > div.elementor-widget-wrap {
    padding-right: 45%;
    padding-left: inherit;
  }
  .rtl .apus-about-home > div > div.elementor-widget-wrap {
    padding-left: 15%;
    padding-right: inherit;
  }
}

.apus-about-column > div > div.elementor-widget-wrap {
  padding-left: 18.8%;
}

.rtl .apus-about-column > div > div.elementor-widget-wrap {
  padding-right: 18.8%;
  padding-left: inherit;
}

.abolire-latest-cause {
  padding-left: 30px;
  padding-right: 30px;
}

.rtl .abolire-latest-cause {
  padding-right: 30px;
  padding-left: inherit;
}

.rtl .abolire-latest-cause {
  padding-left: 30px;
  padding-right: inherit;
}

@media only screen and (min-width: 1168px) {
  .abolire-latest-cause {
    padding-left: 175px;
    padding-right: 175px;
  }
  .rtl .abolire-latest-cause {
    padding-right: 175px;
    padding-left: inherit;
  }
  .rtl .abolire-latest-cause {
    padding-left: 175px;
    padding-right: inherit;
  }
}

.elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: none;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: 0;
  padding: 15px 20px;
}

@media only screen and (min-width: 768px) {
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 25px 30px;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 45px 50px;
  }
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #53585a;
  background-color: #fff;
  padding: 15px;
  line-height: 1.625;
}

@media only screen and (min-width: 768px) {
  .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    font-size: 18px;
    padding: 15px 30px;
    line-height: 1.55556;
  }
}

@media only screen and (min-width: 1168px) {
  .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 27px 30px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  color: #dcc397;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon {
  color: #dcc397;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon svg path {
  fill: #dcc397 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:hover > * {
  color: #dcc397;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:hover svg path {
  fill: #dcc397 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  color: inherit;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1.85714;
  width: 16px;
  height: 16px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media only screen and (min-width: 1168px) {
  .elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
    margin-top: 5px;
  }
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon svg path {
  fill: #53585a !important;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon svg:hover path {
  fill: #dcc397 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon svg:focus path {
  fill: #dcc397 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon svg:focus-within path {
  fill: #dcc397 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon svg:active path {
  fill: #dcc397 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon.elementor-accordion-icon-left {
  margin-right: 10px;
}

.rtl .elementor-accordion .elementor-accordion-item .elementor-accordion-icon.elementor-accordion-icon-left {
  margin-left: 10px;
  margin-right: inherit;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon.elementor-accordion-icon-right {
  margin-left: 10px;
}

.rtl .elementor-accordion .elementor-accordion-item .elementor-accordion-icon.elementor-accordion-icon-right {
  margin-right: 10px;
  margin-left: inherit;
}

.apus-heading-cta .elementor-heading-title {
  position: relative;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .apus-heading-cta .elementor-heading-title {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-heading-cta .elementor-heading-title {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.apus-heading-cta .elementor-heading-title:after {
  content: "";
  background-color: #dcc397;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
}

@media only screen and (min-width: 600px) {
  .apus-heading-cta .elementor-heading-title:after {
    width: 58px;
    height: 4px;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-paragraph-cta .elementor-heading-title {
    padding-left: 18%;
    padding-right: 18%;
  }
}

.apus-cta {
  position: relative;
}

.apus-cta-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
}

.apus-cta-phone a {
  color: #fff;
}

.apus-cta-phone a:hover {
  color: #dcc397;
}

.apus-cta-phone a:focus {
  color: #dcc397;
}

.apus-cta-phone a:focus-within {
  color: #dcc397;
}

.apus-cta-phone a:active {
  color: #dcc397;
}

.apus-cta-phone .apus-icon {
  margin-right: 20px;
}

.rtl .apus-cta-phone .apus-icon {
  margin-left: 20px;
  margin-right: inherit;
}

.apus-cta-phone .apus-icon.apus-icon-phone {
  display: block;
  background: url("../images/phone.png") no-repeat 0 0 transparent;
  width: 58px;
  height: 58px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.apus-form-mission {
  overflow: hidden;
}

.apus-form-mission:before, .apus-form-mission:after {
  content: " ";
  display: table;
}

.apus-form-mission:after {
  clear: both;
}

.apus-form-mission .form-mission-wrap {
  margin: 0px;
  position: relative;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .apus-form-mission .form-mission-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.apus-form-mission .form-mission-wrap > * {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}

.rtl .apus-form-mission .form-mission-wrap > * {
  margin: 0 0 20px 0;
}

@media only screen and (min-width: 768px) {
  .apus-form-mission .form-mission-wrap > * {
    width: 50%;
    margin: 0 30px 30px 0;
  }
  .rtl .apus-form-mission .form-mission-wrap > * {
    margin: 0 0 30px 30px;
  }
  .apus-form-mission .form-mission-wrap > *:last-child {
    margin-right: 0;
  }
  .rtl .apus-form-mission .form-mission-wrap > *:last-child {
    margin-left: 0;
    margin-right: inherit;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-form-mission .form-mission-wrap > * {
    margin-bottom: 40px;
  }
}

.apus-form-mission .form-mission-wrap select,
.apus-form-mission .form-mission-wrap input[type="text"],
.apus-form-mission .form-mission-wrap input[type="email"],
.apus-form-mission .form-mission-wrap input[type="url"],
.apus-form-mission .form-mission-wrap input[type="password"],
.apus-form-mission .form-mission-wrap input[type="search"],
.apus-form-mission .form-mission-wrap input[type="number"],
.apus-form-mission .form-mission-wrap input[type="tel"],
.apus-form-mission .form-mission-wrap input[type="range"],
.apus-form-mission .form-mission-wrap input[type="date"],
.apus-form-mission .form-mission-wrap input[type="month"],
.apus-form-mission .form-mission-wrap input[type="week"],
.apus-form-mission .form-mission-wrap input[type="time"],
.apus-form-mission .form-mission-wrap input[type="datetime"],
.apus-form-mission .form-mission-wrap input[type="datetime-local"],
.apus-form-mission .form-mission-wrap input[type="color"] {
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  border-color: #e6e6e6;
  color: #adabae;
}

.apus-form-mission .form-mission-wrap select::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="text"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="email"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="url"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="password"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="search"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="number"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="tel"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="range"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="date"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="month"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="week"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="time"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="datetime"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="datetime-local"]::-moz-placeholder,
.apus-form-mission .form-mission-wrap input[type="color"]::-moz-placeholder {
  color: #adabae;
  opacity: 1;
}

.apus-form-mission .form-mission-wrap select:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="text"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="email"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="url"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="password"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="search"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="number"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="tel"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="range"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="date"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="month"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="week"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="time"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="datetime"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="datetime-local"]:-ms-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="color"]:-ms-input-placeholder {
  color: #adabae;
}

.apus-form-mission .form-mission-wrap select::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="text"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="email"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="url"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="password"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="search"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="number"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="tel"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="range"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="date"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="month"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="week"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="time"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="datetime"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="datetime-local"]::-webkit-input-placeholder,
.apus-form-mission .form-mission-wrap input[type="color"]::-webkit-input-placeholder {
  color: #adabae;
}

.apus-form-mission .form-mission-wrap select:hover,
.apus-form-mission .form-mission-wrap input[type="text"]:hover,
.apus-form-mission .form-mission-wrap input[type="email"]:hover,
.apus-form-mission .form-mission-wrap input[type="url"]:hover,
.apus-form-mission .form-mission-wrap input[type="password"]:hover,
.apus-form-mission .form-mission-wrap input[type="search"]:hover,
.apus-form-mission .form-mission-wrap input[type="number"]:hover,
.apus-form-mission .form-mission-wrap input[type="tel"]:hover,
.apus-form-mission .form-mission-wrap input[type="range"]:hover,
.apus-form-mission .form-mission-wrap input[type="date"]:hover,
.apus-form-mission .form-mission-wrap input[type="month"]:hover,
.apus-form-mission .form-mission-wrap input[type="week"]:hover,
.apus-form-mission .form-mission-wrap input[type="time"]:hover,
.apus-form-mission .form-mission-wrap input[type="datetime"]:hover,
.apus-form-mission .form-mission-wrap input[type="datetime-local"]:hover,
.apus-form-mission .form-mission-wrap input[type="color"]:hover {
  border-color: #dcc397;
}

.apus-form-mission .form-mission-wrap select:focus,
.apus-form-mission .form-mission-wrap input[type="text"]:focus,
.apus-form-mission .form-mission-wrap input[type="email"]:focus,
.apus-form-mission .form-mission-wrap input[type="url"]:focus,
.apus-form-mission .form-mission-wrap input[type="password"]:focus,
.apus-form-mission .form-mission-wrap input[type="search"]:focus,
.apus-form-mission .form-mission-wrap input[type="number"]:focus,
.apus-form-mission .form-mission-wrap input[type="tel"]:focus,
.apus-form-mission .form-mission-wrap input[type="range"]:focus,
.apus-form-mission .form-mission-wrap input[type="date"]:focus,
.apus-form-mission .form-mission-wrap input[type="month"]:focus,
.apus-form-mission .form-mission-wrap input[type="week"]:focus,
.apus-form-mission .form-mission-wrap input[type="time"]:focus,
.apus-form-mission .form-mission-wrap input[type="datetime"]:focus,
.apus-form-mission .form-mission-wrap input[type="datetime-local"]:focus,
.apus-form-mission .form-mission-wrap input[type="color"]:focus {
  border-color: #dcc397;
}

.apus-form-mission .form-mission-wrap select:focus-within,
.apus-form-mission .form-mission-wrap input[type="text"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="email"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="url"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="password"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="search"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="number"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="tel"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="range"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="date"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="month"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="week"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="time"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="datetime"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="datetime-local"]:focus-within,
.apus-form-mission .form-mission-wrap input[type="color"]:focus-within {
  border-color: #dcc397;
}

.apus-form-mission .form-mission-wrap select:active,
.apus-form-mission .form-mission-wrap input[type="text"]:active,
.apus-form-mission .form-mission-wrap input[type="email"]:active,
.apus-form-mission .form-mission-wrap input[type="url"]:active,
.apus-form-mission .form-mission-wrap input[type="password"]:active,
.apus-form-mission .form-mission-wrap input[type="search"]:active,
.apus-form-mission .form-mission-wrap input[type="number"]:active,
.apus-form-mission .form-mission-wrap input[type="tel"]:active,
.apus-form-mission .form-mission-wrap input[type="range"]:active,
.apus-form-mission .form-mission-wrap input[type="date"]:active,
.apus-form-mission .form-mission-wrap input[type="month"]:active,
.apus-form-mission .form-mission-wrap input[type="week"]:active,
.apus-form-mission .form-mission-wrap input[type="time"]:active,
.apus-form-mission .form-mission-wrap input[type="datetime"]:active,
.apus-form-mission .form-mission-wrap input[type="datetime-local"]:active,
.apus-form-mission .form-mission-wrap input[type="color"]:active {
  border-color: #dcc397;
}

.apus-form-mission .form-mission-wrap input[type="submit"] {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
  line-height: 53px;
  font-size: 18px;
}

@media only screen and (min-width: 600px) {
  .apus-form-mission .form-mission-wrap input[type="submit"] {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .apus-form-mission .form-mission-wrap input[type="submit"] {
    width: auto;
  }
}

@media only screen and (min-width: 1168px) {
  .apus-form-mission .form-mission-wrap input[type="submit"] {
    width: auto;
    margin: 33px 0 0 0;
  }
}

.apus-form-mission .form-mission-wrap .ajax-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.rtl .apus-form-mission .form-mission-wrap .ajax-loader {
  left: 0;
  right: auto;
}

.rtl .apus-form-mission .form-mission-wrap .ajax-loader {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) {
  .apus-form-mission .form-mission-wrap .ajax-loader {
    top: 60%;
    margin: 0;
    bottom: auto;
    left: 110px;
    right: auto;
  }
  .rtl .apus-form-mission .form-mission-wrap .ajax-loader {
    right: 110px;
    left: auto;
  }
  .rtl .apus-form-mission .form-mission-wrap .ajax-loader {
    left: auto;
    right: auto;
  }
}

.widget-video {
  position: relative;
}

.widget-video.style1 .widget-video-bg {
  min-height: 200px;
}

@media only screen and (min-width: 768px) {
  .widget-video.style1 .widget-video-bg {
    min-height: 300px;
  }
}

@media only screen and (min-width: 1168px) {
  .widget-video.style1 .widget-video-bg {
    min-height: 785px;
  }
}

.widget-video.style2 {
  outline: none;
}

.widget-video.style3 {
  outline: none;
}

.widget-video .video-content {
  min-height: 50px;
}

@media only screen and (min-width: 1168px) {
  .widget-video .video-content {
    min-height: 80px;
  }
}

.widget-video .video-content .title-video {
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 34px;
}

.widget-video .video-content .description {
  outline: none;
}

.widget-video .widget-video-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 350px;
}

.widget-video .video-wrapper-inner .image-wrapper {
  background-color: #53585a;
}

.apus-gallery-h1 {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1168px) {
  .apus-gallery-h1 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.elementor-image-gallery .gallery .gallery-item a {
  position: relative;
  display: block;
}

.elementor-image-gallery .gallery .gallery-item a:before {
  top: 0;
  position: absolute;
  visibility: hidden;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .elementor-image-gallery .gallery .gallery-item a:before {
  right: 0;
  left: auto;
}

.elementor-image-gallery .gallery .gallery-item a:after {
  content: "";
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  z-index: 2;
  background-color: #dcc397;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 30px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  left: 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 50px;
  height: 50px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rtl .elementor-image-gallery .gallery .gallery-item a:after {
  right: 30px;
  left: auto;
}

.elementor-image-gallery .gallery .gallery-item a:hover:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.elementor-image-gallery .gallery .gallery-item a:hover:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.elementor-image-gallery .gallery .gallery-item a:focus:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.elementor-image-gallery .gallery .gallery-item a:focus:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.elementor-image-gallery .gallery .gallery-item a:focus-within:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.elementor-image-gallery .gallery .gallery-item a:focus-within:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.elementor-image-gallery .gallery .gallery-item a:active:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}

.elementor-image-gallery .gallery .gallery-item a:active:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.list-property-info {
  margin-bottom: 0;
}

.list-property-info > li {
  color: #53585a;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2.25;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.list-property-info > li:hover {
  color: #dcc397;
}

@media only screen and (min-width: 768px) {
  .list-property-info > li {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.71429;
  }
}

@media only screen and (min-width: 1168px) {
  .list-property-info > li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2.6875;
  }
}

.apus-schedule-visit a i:before {
  margin: 0;
  font-size: 19px;
  margin-right: 70px;
}

.rtl .apus-schedule-visit a i:before {
  margin-left: 70px;
  margin-right: inherit;
}

/* 13. widgets */
/*------------------------------------*    Widget
\*------------------------------------*/
.widget ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.widget label {
  font-weight: 400;
}

.widget.widget-give {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .widget.widget-give {
    margin-bottom: 30px;
  }
}

.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}

.widget .widget_sp_image-image-link img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.widget.widget_custom_html .widget-title {
  border-bottom: 0;
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}

.widget.widget_custom_html .widget-custom-button {
  text-align: center;
  padding-top: 5px;
}

@media only screen and (min-width: 1168px) {
  .widget.widget_custom_html .widget-custom-button {
    text-align: right;
  }
  .rtl .widget.widget_custom_html .widget-custom-button {
    text-align: left;
  }
}

.widget.widget_custom_html .widget-custom-button .btn, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn {
  color: #53585a;
  text-decoration: none;
  position: relative;
  border: none;
  padding: 0 20px 0px 0px;
}

.rtl .widget.widget_custom_html .widget-custom-button .btn, .rtl .widget.widget_custom_html .widget-custom-button .viewmore-products-btn {
  padding: 0 0px 0px 20px;
}

.widget.widget_custom_html .widget-custom-button .btn:after, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:after {
  content: '\f061';
  font-family: "FontAwesome";
  color: #dcc397;
  font-size: 12px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rtl .widget.widget_custom_html .widget-custom-button .btn:after, .rtl .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:after {
  left: 0;
  right: auto;
}

.widget.widget_custom_html .widget-custom-button .btn:hover, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:hover {
  color: #dcc397;
}

.widget.widget_custom_html .widget-custom-button .btn:focus, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:focus {
  color: #dcc397;
}

.widget.widget_custom_html .widget-custom-button .btn:focus-within, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:focus-within {
  color: #dcc397;
}

.widget.widget_custom_html .widget-custom-button .btn:active, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:active {
  color: #dcc397;
}

.widget.widget_meta ul li:not(:last-child) {
  margin: 0 0 18px;
}

.widget.widget_meta ul li a abbr {
  border-bottom: 1px dashed;
  text-decoration: none;
}

.widget.widget_text .textwidget p {
  margin-bottom: 15px;
}

.widget.widget_text .textwidget p:last-of-type {
  margin-bottom: 0;
}

.widget.widget_rss ul, .widget.widget_rss ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
  top: 24px;
}

.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}

.widget.widget_rss .rsswidget {
  color: #53585a;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

.widget.widget_rss .rsswidget img {
  margin: 10px 0 0 0;
}

.widget.widget_rss ul li {
  margin-bottom: 28px;
}

.widget.widget_rss ul li a {
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.widget.widget_rss ul li a:hover {
  color: #dcc397;
}

.widget.widget_rss ul li a:focus {
  color: #dcc397;
}

.widget.widget_rss ul li a:focus-within {
  color: #dcc397;
}

.widget.widget_rss ul li a:active {
  color: #dcc397;
}

.widget.widget_rss ul li .rss-date {
  display: block;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding-left: 22px;
}

.rtl .widget.widget_rss ul li .rss-date {
  padding-right: 22px;
  padding-left: inherit;
}

.widget.widget_rss ul li .rss-date:before {
  content: '\f133';
  font-family: "FontAwesome";
  color: #dcc397;
  font-size: 14px;
  margin: -1px 0 0 0;
  left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rtl .widget.widget_rss ul li .rss-date:before {
  right: 1px;
  left: auto;
}

.widget.widget_rss ul li .rssSummary {
  margin: .75rem 0 1.75rem 0;
}

.widget.widget_rss ul li cite {
  font-size: inherit;
  text-transform: none;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #dcc397;
}

.widget.widget_rss ul li cite:before {
  content: '\2014 \0020';
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
  top: 24px;
}

.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}

.widget.widget_recent_comments .recentcomments {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.rtl .widget.widget_recent_comments .recentcomments {
  padding-right: 30px;
  padding-left: inherit;
}

.widget.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}

.widget.widget_recent_comments .recentcomments:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #808080;
  font-size: 16px;
  position: absolute;
  top: 8px;
  content: "";
  left: 0;
}

.rtl .widget.widget_recent_comments .recentcomments:before {
  right: 0;
  left: auto;
}

.widget.widget_recent_comments .recentcomments .comment-author-link + a {
  font-style: normal;
  font-size: 16px;
  display: block !important;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  line-height: 24px;
  line-height: 1.5rem;
}

.widget.widget_recent_comments .recentcomments .comment-author-link + a:hover {
  color: #dcc397;
}

.widget.widget_recent_comments .recentcomments .comment-author-link + a:focus {
  color: #dcc397;
}

.widget.widget_recent_comments .recentcomments .comment-author-link + a:focus-within {
  color: #dcc397;
}

.widget.widget_recent_comments .recentcomments .comment-author-link + a:active {
  color: #dcc397;
}

.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none;
}

.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden;
}

.widget.widget_recent_reviews ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: left;
  margin-right: 10px;
}

.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
  float: right;
}

.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
  margin-left: 10px;
  margin-right: inherit;
}

.widget.widget_product_search .woocommerce-product-search {
  padding: 20px 15px;
}

.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  display: none;
}

.widget.yith-woocompare-widget .products-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.widget.yith-woocompare-widget a.clear-all {
  margin-bottom: 20px;
  margin-left: 15px;
}

.rtl .widget.yith-woocompare-widget a.clear-all {
  margin-right: 15px;
  margin-left: inherit;
}

.widget.yith-woocompare-widget a.compare {
  margin-bottom: 20px;
  margin-right: 15px;
}

.rtl .widget.yith-woocompare-widget a.compare {
  margin-left: 15px;
  margin-right: inherit;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px 15px;
  overflow: hidden;
}

.widget.widget_recent_entries ul li {
  position: relative;
  display: block;
  margin-bottom: 18px;
  padding-left: 25px;
}

.rtl .widget.widget_recent_entries ul li {
  padding-right: 25px;
  padding-left: inherit;
}

.widget.widget_recent_entries ul li:before {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f016";
}

.rtl .widget.widget_recent_entries ul li:before {
  right: 0;
  left: auto;
}

.widget.widget_recent_entries ul li a {
  display: block;
  color: #53585a;
  line-height: 1.7;
}

.widget.widget_recent_entries ul li a:hover {
  color: #dcc397;
}

.widget.widget_recent_entries ul li a:focus {
  color: #dcc397;
}

.widget.widget_recent_entries ul li a:focus-within {
  color: #dcc397;
}

.widget.widget_recent_entries ul li a:active {
  color: #dcc397;
}

.widget.widget_mc4wp_widget .mc4wp-form {
  padding: 20px;
}

.widget.widget-timework strong {
  color: #000;
  font-weight: 600;
}

.widget.widget_calendar table {
  margin: 0;
}

.calendar_wrap caption {
  background: #53585a;
  color: #fff;
  padding: 10px;
}

.calendar_wrap th {
  color: #53585a;
  font-weight: 700;
  font-family: "Lora", Helvetica, Arial, sans-serif;
}

.calendar_wrap td, .calendar_wrap th {
  text-align: center;
  padding: 8px;
  color: #808080;
}

.calendar_wrap th {
  color: #53585a;
}

.calendar_wrap tfoot {
  display: none;
}

.calendar_wrap #today {
  font-weight: normal;
  color: #53585a;
  font-weight: 600;
  background-color: #dcc397;
  border-color: #dcc397;
}

.form-contact .title {
  font-size: 17px;
  margin: 11.5px 0 28px;
}

.form-contact input:not(.btn):not(.viewmore-products-btn),
.form-contact textarea {
  padding: 10px 30px;
  width: 100%;
  color: #808080;
}

.form-contact .contant-inner > * {
  margin: 0 0 20px;
}

.contact-topbar > * {
  margin-right: 30px;
}

.rtl .contact-topbar > * {
  margin-left: 30px;
  margin-right: inherit;
}

.contact-topbar > *:last-child {
  margin: 0;
}

.contact-topbar > * i {
  margin-right: 6px;
}

.rtl .contact-topbar > * i {
  margin-left: 6px;
  margin-right: inherit;
}

.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul {
  list-style: none;
  padding-left: 18px;
}

.rtl .widget_meta ul ul, .rtl
.widget_archive ul ul, .rtl
.widget_recent_entries ul ul, .rtl
.widget_categories ul ul, .rtl
.widget_pages ul ul, .rtl
.widget_nav_menu ul ul {
  padding-right: 18px;
  padding-left: inherit;
}

.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  margin-bottom: 16px;
  color: #4d4d4d;
}

.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.widget_meta ul li.current-cat-parent:hover, .widget_meta ul li.current-cat:hover, .widget_meta ul li a:hover,
.widget_archive ul li.current-cat-parent:hover,
.widget_archive ul li.current-cat:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li.current-cat-parent:hover,
.widget_recent_entries ul li.current-cat:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li.current-cat-parent:hover,
.widget_categories ul li.current-cat:hover,
.widget_categories ul li a:hover,
.widget_pages ul li.current-cat-parent:hover,
.widget_pages ul li.current-cat:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li.current-cat-parent:hover,
.widget_nav_menu ul li.current-cat:hover,
.widget_nav_menu ul li a:hover {
  color: #dcc397;
}

.widget_meta ul li.current-cat-parent:focus, .widget_meta ul li.current-cat:focus, .widget_meta ul li a:focus,
.widget_archive ul li.current-cat-parent:focus,
.widget_archive ul li.current-cat:focus,
.widget_archive ul li a:focus,
.widget_recent_entries ul li.current-cat-parent:focus,
.widget_recent_entries ul li.current-cat:focus,
.widget_recent_entries ul li a:focus,
.widget_categories ul li.current-cat-parent:focus,
.widget_categories ul li.current-cat:focus,
.widget_categories ul li a:focus,
.widget_pages ul li.current-cat-parent:focus,
.widget_pages ul li.current-cat:focus,
.widget_pages ul li a:focus,
.widget_nav_menu ul li.current-cat-parent:focus,
.widget_nav_menu ul li.current-cat:focus,
.widget_nav_menu ul li a:focus {
  color: #dcc397;
}

.widget_meta ul li.current-cat-parent:focus-within, .widget_meta ul li.current-cat:focus-within, .widget_meta ul li a:focus-within,
.widget_archive ul li.current-cat-parent:focus-within,
.widget_archive ul li.current-cat:focus-within,
.widget_archive ul li a:focus-within,
.widget_recent_entries ul li.current-cat-parent:focus-within,
.widget_recent_entries ul li.current-cat:focus-within,
.widget_recent_entries ul li a:focus-within,
.widget_categories ul li.current-cat-parent:focus-within,
.widget_categories ul li.current-cat:focus-within,
.widget_categories ul li a:focus-within,
.widget_pages ul li.current-cat-parent:focus-within,
.widget_pages ul li.current-cat:focus-within,
.widget_pages ul li a:focus-within,
.widget_nav_menu ul li.current-cat-parent:focus-within,
.widget_nav_menu ul li.current-cat:focus-within,
.widget_nav_menu ul li a:focus-within {
  color: #dcc397;
}

.widget_meta ul li.current-cat-parent:active, .widget_meta ul li.current-cat:active, .widget_meta ul li a:active,
.widget_archive ul li.current-cat-parent:active,
.widget_archive ul li.current-cat:active,
.widget_archive ul li a:active,
.widget_recent_entries ul li.current-cat-parent:active,
.widget_recent_entries ul li.current-cat:active,
.widget_recent_entries ul li a:active,
.widget_categories ul li.current-cat-parent:active,
.widget_categories ul li.current-cat:active,
.widget_categories ul li a:active,
.widget_pages ul li.current-cat-parent:active,
.widget_pages ul li.current-cat:active,
.widget_pages ul li a:active,
.widget_nav_menu ul li.current-cat-parent:active,
.widget_nav_menu ul li.current-cat:active,
.widget_nav_menu ul li a:active {
  color: #dcc397;
}

.widget_meta ul li .children,
.widget_meta ul li .sub-menu,
.widget_archive ul li .children,
.widget_archive ul li .sub-menu,
.widget_recent_entries ul li .children,
.widget_recent_entries ul li .sub-menu,
.widget_categories ul li .children,
.widget_categories ul li .sub-menu,
.widget_pages ul li .children,
.widget_pages ul li .sub-menu,
.widget_nav_menu ul li .children,
.widget_nav_menu ul li .sub-menu {
  margin-top: 16px;
}

.special .post-info {
  position: relative;
}

.special .post-info:before {
  border-width: 14px 20px;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}

.special .special-items > div:nth-child(2n) .post-info {
  position: relative;
}

.special .special-items > div:nth-child(2n) .post-info:before {
  border-color: transparent transparent #f4f4f4;
  top: inherit;
  bottom: 100%;
}

/*------------------------------------*    Widget Contact Us
\*------------------------------------*/
.contact {
  margin: 0;
  padding: 0;
}

.contact:before, .contact:after {
  content: " ";
  display: table;
}

.contact:after {
  clear: both;
}

.contact dt {
  float: left;
  width: 30px;
  height: auto;
}

.rtl .contact dt {
  float: right;
}

.contact dd {
  overflow: hidden;
  margin-bottom: 5px;
}

.contact .contact-icon {
  display: block;
  text-align: center;
  background: #dcc397;
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.rtl .contact .contact-icon {
  float: right;
}

.contact .contact-icon .fa {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 4px;
}

.rtl .contact .contact-icon .fa {
  margin: 0 4px 0 0;
}

.form7-style1 .input-group-btn > .btn, .form7-style1 .input-group-btn > .viewmore-products-btn {
  border-left: none;
}

.rtl .form7-style1 .input-group-btn > .btn, .rtl .form7-style1 .input-group-btn > .viewmore-products-btn {
  border-right: none;
  border-left: inherit;
}

.form7-style2 .btn, .form7-style2 .viewmore-products-btn,
.form7-style2 input.form-control {
  background: #f7f7f7;
  border-color: #f7f7f7;
}

/*------------------------------------*    Widget mailchip
\*------------------------------------*/
.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
  line-height: inherit;
}

.mc4wp-form-basic .form-control {
  max-width: 100% !important;
}

.mail-form .input-group {
  width: 100%;
  margin: 0 0 10px;
}

.widget-newletter {
  overflow: hidden;
  max-width: 570px;
  margin: auto;
  text-align: center;
}

.widget-newletter .widget-title {
  color: #252525;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 10px;
}

.widget-newletter .description {
  margin-bottom: 25px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .widget-newletter .description {
    margin-bottom: 45px;
  }
}

.widget-newletter .form-control {
  background: #fff;
  border-color: #f9f9f9;
  color: #b3b3b3;
}

.widget-newletter .form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.widget-newletter .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.widget-newletter .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.widget-newletter .form-control:focus {
  background: #fff;
  border-color: #f9f9f9;
  color: #b3b3b3;
}

.widget-newletter.style2 {
  overflow: hidden;
  max-width: 100%;
  text-align: inherit;
}

.widget-newletter.style2 .widget-title {
  margin: 0 0 5px;
}

.widget-newletter.style2 .description {
  margin: 0;
}

.widget-newletter.style2 .content {
  margin-top: 9px;
}

@media (min-width: 768px) {
  .widget-newletter.style2 > * {
    width: 50%;
    float: left;
  }
  .rtl .widget-newletter.style2 > * {
    float: right;
  }
}

.widget-newletter.style2 form {
  width: 600px;
  float: right;
  max-width: 100%;
}

.rtl .widget-newletter.style2 form {
  float: left;
}

/*------------------------------------*    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select, .apus-sidebar table {
  width: 100%;
}

.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.widget-search .btn, .widget-search .viewmore-products-btn {
  padding-left: 17px;
  padding-right: 17px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #53585a;
  height: 46px;
  font-size: 18px;
  border-left: 0;
}

.rtl .widget-search .btn, .rtl .widget-search .viewmore-products-btn {
  border-right: 0;
  border-left: inherit;
}

.widget-search .btn:hover, .widget-search .viewmore-products-btn:hover {
  color: #53585a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.widget-search .btn:focus, .widget-search .viewmore-products-btn:focus {
  color: #53585a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.widget-search .btn:focus-within, .widget-search .viewmore-products-btn:focus-within {
  color: #53585a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.widget-search .btn:active, .widget-search .viewmore-products-btn:active {
  color: #53585a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.widget-search .form-control {
  border: 0;
  height: 46px;
  color: #999999;
  background-color: #f5f5f5;
  font-size: 16px;
  padding-right: 0;
  border-right: 0;
}

.rtl .widget-search .form-control {
  padding-left: 0;
  padding-right: inherit;
}

.rtl .widget-search .form-control {
  border-left: 0;
  border-right: inherit;
}

.widget-search .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.widget-search .form-control:-ms-input-placeholder {
  color: #999999;
}

.widget-search .form-control::-webkit-input-placeholder {
  color: #999999;
}

/*------------------------------------*    Tags Widget
\*------------------------------------*/
.tagcloud a {
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 16px !important;
  padding: 6px 15px;
  background: #f9f9f9;
  color: #4d4d4d;
  border: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  float: left;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-right: 8px;
}

.tagcloud a:before {
  content: '';
  position: absolute;
  background-color: #dcc397;
  top: 0;
  z-index: -1;
  will-change: transform;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform: translatez(0) skewy(-30deg) scaley(0);
  -moz-transform: translatez(0) skewy(-30deg) scaley(0);
  -ms-transform: translatez(0) skewy(-30deg) scaley(0);
  -o-transform: translatez(0) skewy(-30deg) scaley(0);
  transform: translatez(0) skewy(-30deg) scaley(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform 0.15s, opacity 0.15s;
  -o-transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.rtl .tagcloud a:before {
  right: 0;
  left: auto;
}

.tagcloud a:hover:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.tagcloud a:focus:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.tagcloud a:focus-within:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.tagcloud a:active:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}

.lt-ie8 .tagcloud a {
  display: inline;
  zoom: 1;
}

.rtl .tagcloud a {
  float: right;
}

.rtl .tagcloud a {
  margin-left: 8px;
  margin-right: inherit;
}

.tagcloud a:hover {
  color: #fff;
  background: #dcc397;
}

.tagcloud a:focus {
  color: #fff;
  background: #dcc397;
}

.tagcloud a:focus-within {
  color: #fff;
  background: #dcc397;
}

.tagcloud a:active {
  color: #fff;
  background: #dcc397;
}

.widget-brand-logo {
  padding: 30px;
}

.widget-brand-logo .item-brand > a {
  display: block;
}

.widget-brand-logo .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget-brand-logo:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*-----------------------------*        Widget Contact 
\*-----------------------------*/
.widget-infor .heding {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.widget-infor .infor-inner {
  margin: 0 0 20px;
}

.apus-search-top .button-show-search {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #808080;
  line-height: 1;
  padding: 0 5px;
  background: transparent !important;
}

.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
  color: #dcc397;
}

.apus-search-top .content-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 280px;
}

/*-----------------------------*        Widget video
\*-----------------------------*/
@-webkit-keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
}

/* Standard syntax */
@keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
}

.video-wrapper-inner {
  position: relative;
  min-height: 120px;
}

@media only screen and (min-width: 768px) {
  .video-wrapper-inner {
    min-height: 140px;
  }
}

@media only screen and (min-width: 1168px) {
  .video-wrapper-inner {
    min-height: 160px;
  }
}

@media only screen and (min-width: 1379px) {
  .video-wrapper-inner {
    min-height: 180px;
  }
}

.video-wrapper-inner .popup-video {
  z-index: 2;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.lt-ie8 .video-wrapper-inner .popup-video {
  display: inline;
  zoom: 1;
}

@media only screen and (min-width: 768px) {
  .video-wrapper-inner .popup-video {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1168px) {
  .video-wrapper-inner .popup-video {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 1379px) {
  .video-wrapper-inner .popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.video-wrapper-inner .popup-video i:before {
  margin: 0px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .video-wrapper-inner .popup-video i:before {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1168px) {
  .video-wrapper-inner .popup-video i:before {
    font-size: 24px;
  }
}

.video-wrapper-inner .popup-video .player-wave {
  padding: 0;
  z-index: -1;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .video-wrapper-inner .popup-video .player-wave {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (min-width: 1168px) {
  .video-wrapper-inner .popup-video .player-wave {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (min-width: 1379px) {
  .video-wrapper-inner .popup-video .player-wave {
    width: 180px;
    height: 180px;
  }
}

.video-wrapper-inner .popup-video .player-wave .waves {
  background: #dcc397;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
  -o-animation: 3s ease-in-out 0s normal none infinite running waves;
  animation: 3s ease-in-out 0s normal none infinite running waves;
}

@media only screen and (min-width: 768px) {
  .video-wrapper-inner .popup-video .player-wave .waves {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (min-width: 1168px) {
  .video-wrapper-inner .popup-video .player-wave .waves {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-width: 1379px) {
  .video-wrapper-inner .popup-video .player-wave .waves {
    width: 140px;
    height: 140px;
  }
}

.video-wrapper-inner .popup-video .player-wave .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-wrapper-inner .popup-video .player-wave .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-wrapper-inner .popup-video .player-wave .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*-----------------------------*    Widget Vertical Menu
\*-----------------------------*/
.vertical-menu {
  display: none !important;
  padding: 0;
  background: #fff;
  z-index: 999;
}

.vertical-menu > .nav {
  position: relative;
  width: 100%;
  height: auto;
}

.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
  color: #dcc397;
}

.vertical-menu > .nav > li {
  float: none;
  position: static;
  border-bottom: 1px solid #e6e6e6;
}

.vertical-menu > .nav > li.active > a {
  color: #dcc397;
  background: #fafafa;
}

.vertical-menu > .nav > li > a {
  color: #414141;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.vertical-menu > .nav > li > a:hover {
  color: #dcc397;
  background: #fafafa;
}

.vertical-menu > .nav > li > a .fa {
  font-size: 15px;
  min-width: 15px;
  margin-right: 12px;
}

.rtl .vertical-menu > .nav > li > a .fa {
  margin-left: 12px;
  margin-right: inherit;
}

.vertical-menu > .nav > li .dropdown-menu {
  min-width: 230px;
  min-height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.vertical-menu > .nav .product-block {
  padding: 0 !important;
  overflow: hidden;
  display: block;
}

.vertical-menu .dropdown-menu {
  margin: 0;
  padding: 30px;
  border: none;
  top: 0;
}

.vertical-menu .dropdown-menu:before, .vertical-menu .dropdown-menu:after {
  content: " ";
  display: table;
}

.vertical-menu .dropdown-menu:after {
  clear: both;
}

.vertical-menu .dropdown-menu ul {
  padding: 0;
  list-style: none;
}

.vertical-menu .dropdown-menu ul li {
  line-height: 34px;
}

.vertical-menu .dropdown-menu ul li a {
  color: #414141;
}

.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
  color: #dcc397;
}

.vertical-menu .dropdown-menu ul ul {
  padding-left: 15px;
}

.rtl .vertical-menu .dropdown-menu ul ul {
  padding-right: 15px;
  padding-left: inherit;
}

.vertical-menu .dropdown-menu .widget-title {
  border: none;
  font-size: 16px;
  padding: 0 0 15px;
  color: #53585a;
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.vertical-menu.menu-left .dropdown-menu {
  left: 100% !important;
  right: auto !important;
}

.rtl .vertical-menu.menu-left .dropdown-menu {
  right: 100% !important;
  left: auto;
}

.rtl .vertical-menu.menu-left .dropdown-menu {
  left: auto !important;
  right: auto;
}

.vertical-menu.menu-right .dropdown-menu {
  left: auto !important;
  right: 100% !important;
}

.rtl .vertical-menu.menu-right .dropdown-menu {
  right: auto !important;
  left: auto;
}

.rtl .vertical-menu.menu-right .dropdown-menu {
  left: 100% !important;
  right: auto;
}

.vertical-menu .icon-ver {
  margin-right: 10px;
}

.rtl .vertical-menu .icon-ver {
  margin-left: 10px;
  margin-right: inherit;
}

.recentcomments a {
  display: inline;
  padding: 0;
  margin: 0;
}

.widget-quicklink-menu {
  background-color: #f6f6f6;
  line-height: 35px;
}

.widget-quicklink-menu .quicklink-heading {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 20px 0 0;
  padding: 12px 15px 12px 25px;
  position: relative;
  text-transform: uppercase;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.rtl .widget-quicklink-menu .quicklink-heading {
  margin: 0 0 0 20px;
}

.widget-quicklink-menu .quicklink-heading:before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #333;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
  border-right: 10px solid #333;
  border-left: inherit;
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
  left: -10px;
  right: auto;
}

.widget-quicklink-menu a {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}

.widget-quicklink-menu a:hover {
  color: #dcc397;
}

.woo-onsale .onsale {
  display: none;
}

.woo-onsale .product-sale-label {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fb4949;
  color: #fff;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
}

.rtl .woo-onsale .product-sale-label {
  left: 10px;
  right: auto;
}

.widget-infor .media .fa, .widget-infor .media .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #dcc397;
  background: #252525;
}

.contant-info .title {
  margin: 0 0 20px;
  font-size: 30px;
}

.contant-info .info-description {
  margin: 0 0 30px;
}

.contant-info .media-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}

.contant-info .media {
  margin-top: 30px;
}

.contant-info .media:hover .fa {
  border-color: #f8d7da;
  color: #f8d7da;
}

.contant-info .media-left {
  padding-right: 20px;
}

.rtl .contant-info .media-left {
  padding-left: 20px;
  padding-right: inherit;
}

.contant-info .media-left .fa {
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  width: 58px;
}

.widget_categories select,
.widget_archive select {
  width: 100%;
}

.widget_pages ul {
  list-style: none;
}

.widget_pages > ul {
  padding: 0;
  margin: 0;
}

.textwidget select {
  max-width: 100%;
}

.widget-twitter .twitter-timeline {
  display: block !important;
}

.widget-twitter .timeline-Tweet-media {
  display: none;
}

.widget_apus_instagram {
  margin: 0;
}

.widget_apus_instagram .widget-title {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  text-transform: inherit;
}

.widget_apus_instagram .widget-title a {
  font-weight: 400;
  color: #dcc397;
}

.widget_apus_instagram .instagram-pics a {
  display: block;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.widget_apus_instagram .instagram-pics a:hover, .widget_apus_instagram .instagram-pics a:active {
  outline: 8px solid #dcc397;
  outline-offset: -8px;
}

.widget_apus_instagram .instagram-pics a:hover:before, .widget_apus_instagram .instagram-pics a:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget_apus_instagram .instagram-pics a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget_apus_instagram .style2 .widget-title {
  padding: 60px 0;
  margin: 0;
  background: #eff1f2;
}

.widget_apus_instagram .style2 .row {
  margin: 0;
}

.widget_apus_instagram .style2 .row > div {
  padding: 0;
}

.wpcf7-form {
  position: relative;
}

.contact-form {
  padding: 30px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  .contact-form {
    padding: 60px 70px;
  }
}

.contact-form label {
  font-size: 18px;
  color: #1b251f;
  margin: 0 0 12px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 30px 38px;
  margin: 0 0 30px;
  background: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  color: #1b251f;
  border: 2px solid #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1b251f;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1b251f;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b251f;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #1b251f;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1b251f;
}

.contact-form input {
  height: 83px;
}

.contact-form textarea {
  height: 165px;
  resize: none;
  margin: 0 0 56px;
}

.contact-form .btn[type="submit"], .contact-form [type="submit"].viewmore-products-btn {
  padding: 10px 90px;
  height: auto;
  width: auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 10px 0 rgba(220, 195, 151, 0.8);
  box-shadow: 0 0 10px 0 rgba(220, 195, 151, 0.8);
  float: right;
}

.rtl .contact-form .btn[type="submit"], .rtl .contact-form [type="submit"].viewmore-products-btn {
  float: left;
}

.contact-form + .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
}

.rtl .contact-form + .wpcf7-response-output {
  right: 30px;
  left: auto;
}

.contact-form.style2 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.contact-form.style2 .sub {
  font-size: 18px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.contact-form.style2 .title {
  font-size: 45px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 10px;
}

.contact-form.style2 .des {
  font-size: 14px;
  margin: 0 0 25px;
}

.contact-form.style2 .btn[type="submit"], .contact-form.style2 [type="submit"].viewmore-products-btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-color: #1b251f;
  background: #1b251f;
}

.contact-form.style2 .btn[type="submit"]:hover, .contact-form.style2 [type="submit"].viewmore-products-btn:hover, .contact-form.style2 .btn[type="submit"]:active, .contact-form.style2 [type="submit"].viewmore-products-btn:active {
  background: #101613;
  border-color: #101613;
}

.widget-ticket-pricing {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #e6e6e6;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .widget-ticket-pricing .product-block-pricing {
    max-width: 170px;
    margin: auto;
  }
}

.widget-ticket-pricing .column {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border: 2px dashed #e6e6e6;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: -2px 0;
  padding: 0 10px !important;
}

.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
  border: none;
  margin: 0;
}

.widget-ticket-pricing.style-style2 {
  border: 1px solid #e6e6e6;
  overflow: visible;
}

.widget-ticket-pricing.style-style2 .column {
  border: 1px solid #e6e6e6;
  margin: -1px 0;
}

.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
  margin: 0;
  border: none;
}

.widget-ticket-pricing.style-style2 .column:hover {
  border-color: #dcc397;
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #dcc397;
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #dcc397;
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #e6e6e6;
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #e6e6e6;
}

.widget-ticket-pricing.style-style3 {
  border: none;
  overflow: visible;
}

.widget-ticket-pricing.style-style3 .column {
  border: none;
  overflow: visible;
  margin: 20px 0;
}

.product-block-pricing .name {
  font-size: 22px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  margin: 37px 0 30px;
  font-weight: 400;
  text-align: center;
}

.product-block-pricing .wrapper-pricing {
  text-align: center;
  position: relative;
}

.product-block-pricing .wrapper-pricing:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1000px;
  height: 2px;
  border-bottom: 2px dashed #e6e6e6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -150px;
  z-index: 1;
  content: '';
}

.product-block-pricing .wrapper-pricing .price {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #e6e6e6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 8px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.product-block-pricing .woocommerce-Price-amount {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #53585a;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.product-block-pricing .woocommerce-Price-amount > span {
  font-weight: 300;
}

.product-block-pricing .block-inner-content .desc {
  margin: 20px 0 35px;
}

.product-block-pricing .block-inner-content .desc strong {
  color: #53585a;
}

.product-block-pricing .block-inner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-block-pricing .block-inner-content ul li {
  margin: 0 0 5px;
}

.product-block-pricing .block-inner-content ul i {
  margin-right: 15px;
  color: #dcc397;
}

.rtl .product-block-pricing .block-inner-content ul i {
  margin-left: 15px;
  margin-right: inherit;
}

.product-block-pricing .button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-block-pricing .groups-button {
  margin: 40px 0 45px;
}

.product-block-pricing .groups-button .button.added {
  display: none;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward {
  display: inline-block;
  padding: 12px 30px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #dcc397 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFDCC397', GradientType=1);
  color: #fff;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward:hover, .product-block-pricing .groups-button .added_to_cart.wc-forward:active {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #dcc397 0%, #1b251f 100%);
  background-image: -o-linear-gradient(left, #dcc397 0%, #1b251f 100%);
  background-image: linear-gradient(to right, #dcc397 0%, #1b251f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDCC397', endColorstr='#FF1B251F', GradientType=1);
}

.product-block-pricing:hover .woocommerce-Price-amount {
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #dcc397 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #dcc397 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFDCC397', GradientType=1);
  color: #fff;
}

.product-block-pricing:hover .button {
  color: #fff !important;
}

.product-block-pricing:hover .button:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-block-pricing3 {
  text-align: center;
  padding: 80px 10px 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}

.product-block-pricing3 .name {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 8px;
}

.product-block-pricing3 .desc strong {
  color: #53585a;
}

.product-block-pricing3 .price {
  font-size: 40px;
  font-weight: 900;
  color: #dcc397;
}

.product-block-pricing3 .price .woocommerce-Price-currencySymbol {
  font-size: 20px;
  vertical-align: text-top;
  font-weight: 600;
}

.product-block-pricing3 .wrapper-pricing {
  max-width: 310px;
  margin: auto;
  padding: 5px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.product-block-pricing3 .block-inner-content > ul {
  list-style: none;
  margin: 40px 0 42px;
  padding: 0;
}

.product-block-pricing3 .block-inner-content > ul li {
  margin: 0 0 5px;
}

.product-block-pricing3 .block-inner-content > ul li > i {
  display: none;
}

.product-block-pricing3 .thumbnail-wrapper {
  margin: 50px 0 54px;
}

.product-block-pricing3 .button {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #53585a;
}

.product-block-pricing3 .button:before {
  display: none !important;
}

.product-block-pricing3 .button:hover {
  background: #dcc397;
  color: #fff !important;
}

.product-block-pricing3 .label {
  position: absolute;
  left: -37px;
  margin-left: 100%;
  top: -10px;
  padding: 10px 25px;
  background: #dcc397;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0, 0;
  -moz-transform-origin: 0, 0;
  -ms-transform-origin: 0, 0;
  transform-origin: 0, 0;
}

.product-block-pricing3 .label:after {
  content: '';
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 10px;
  height: 6px;
  border-width: 3px 5px;
  border-style: solid;
  border-color: transparent #c9a25e #c9a25e transparent;
}

.product-block-pricing3 .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 17px;
  border-style: solid;
  border-color: #dcc397 transparent #dcc397 #dcc397;
}

.product-block-pricing3.is-featured, .product-block-pricing3:hover {
  z-index: 1;
}

.product-block-pricing3.is-featured .button, .product-block-pricing3:hover .button {
  background: #dcc397;
  color: #fff !important;
}

.product-block-pricing3.is-featured {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

/* 14. responsive */
/*
*  Responsive
*/
@media (max-width: 1440px) {
  .apus-header .apus-header-space-1 {
    padding: 0 15px;
  }
  .apus-header .apus-header-custom-logo-1 {
    padding-right: 65px;
  }
  .rtl .apus-header .apus-header-custom-logo-1 {
    padding-left: 65px;
    padding-right: inherit;
  }
  .apus-header .apus-search-form:hover {
    width: 230px;
  }
  .main-menu.main-menu-1 .megamenu > li {
    margin-right: 15px;
  }
  .rtl .main-menu.main-menu-1 .megamenu > li {
    margin-left: 15px;
    margin-right: inherit;
  }
  .elementor-column.margin-left-65 {
    margin-left: 30px !important;
  }
  .rtl .elementor-column.margin-left-65 {
    margin-right: 30px !important;
    margin-left: inherit;
  }
  .elementor-column.margin-right-100 {
    margin-right: 70px !important;
  }
  .rtl .elementor-column.margin-right-100 {
    margin-left: 70px !important;
    margin-right: inherit;
  }
  .apus-gallery-h1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .widget-tabs.style3 {
    padding: 0 15px;
  }
  .widget-tabs.style3 .list-property-wrap .list-property-info {
    max-width: 43%;
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
  }
  .widget-tabs .widget-content .nav-tabs {
    margin-bottom: 35px;
  }
  .elementor-element.padding-left-95 {
    padding-right: 15px !important;
  }
  .rtl .elementor-element.padding-left-95 {
    padding-left: 15px !important;
    padding-right: inherit;
  }
  .elementor-element.padding-right-140 {
    padding-left: 15px !important;
  }
  .rtl .elementor-element.padding-right-140 {
    padding-right: 15px !important;
    padding-left: inherit;
  }
  .elementor-element.apus-heading-about .elementor-heading-title {
    padding-right: 110px;
  }
  .rtl .elementor-element.apus-heading-about .elementor-heading-title {
    padding-left: 110px;
    padding-right: inherit;
  }
  .elementor-element.apus-about-video {
    height: 580px;
  }
  .elementor-element.apus-heading-featured .elementor-heading-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.41667;
    padding-right: 0;
  }
  .rtl .elementor-element.apus-heading-featured .elementor-heading-title {
    padding-left: 0;
    padding-right: inherit;
  }
  .elementor-element.apus-featured-content .elementor-widget-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-widget-heading.cta-heading-video .elementor-heading-title {
    padding: 0 12%;
  }
  .elementor-widget-heading.cta-sub-heading-video .elementor-heading-title {
    padding: 0 12%;
  }
  .top-info-detail-v1 {
    height: 100vh;
    min-height: auto;
  }
  .top-info-detail-v1 .entry-title-detail {
    font-size: 78px;
    line-height: 1.12821;
  }
  .widget-gallery.padding-left-100 {
    padding-left: 80px !important;
  }
  .rtl .widget-gallery.padding-left-100 {
    padding-right: 80px !important;
    padding-left: inherit;
  }
  .widget-gallery.padding-right-100 {
    padding-right: 80px !important;
  }
  .rtl .widget-gallery.padding-right-100 {
    padding-left: 80px !important;
    padding-right: inherit;
  }
  .elementor-6420 .elementor-element.elementor-element-cb87c47 > .elementor-widget-container {
    margin: 0px 0px 20px 0px;
  }
  .widget-gallery.carousel .slick-carousel .slick-dots {
    top: -85px;
    right: 20px;
    margin-right: 0;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    left: 20px;
    right: auto;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    margin-left: 0;
    margin-right: inherit;
  }
  .elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
  .rtl .elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
    padding-right: 55px;
    padding-left: inherit;
  }
  .rtl .elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 55px;
    padding-right: inherit;
  }
  .elementor-element.apus-heading-coming h1.elementor-heading-title {
    padding: 0 18%;
  }
  .elementor-element.apus-sub-coming .elementor-heading-title {
    padding: 0 13%;
  }
  .main-menu.main-menu-1 .megamenu > li .dropdown-menu {
    margin-top: 19px;
  }
}

@media (min-width: 1200px) {
  .lg-clearfix {
    clear: both;
  }
  .hidden-lg-dot .slick-dots {
    display: none;
  }
}

@media (max-width: 1168px) {
  .widget-gallery.padding-left-100 {
    padding-left: 58px !important;
  }
  .rtl .widget-gallery.padding-left-100 {
    padding-right: 58px !important;
    padding-left: inherit;
  }
  .widget-gallery.padding-right-100 {
    padding-right: 58px !important;
  }
  .rtl .widget-gallery.padding-right-100 {
    padding-left: 58px !important;
    padding-right: inherit;
  }
  .elementor-6280 .elementor-element.elementor-element-b1516f0 > .elementor-element-populated {
    padding-bottom: 58px;
  }
  .elementor-element.apus-heading-about .elementor-heading-title {
    padding-right: 0;
  }
  .rtl .elementor-element.apus-heading-about .elementor-heading-title {
    padding-left: 0;
    padding-right: inherit;
  }
  .elementor-6420 .elementor-element.elementor-element-30ea12a {
    margin-top: 0;
  }
  .widget-gallery.carousel .slick-carousel .slick-dots {
    top: -56px;
    right: 0;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    left: 0;
    right: auto;
  }
}

@media (max-width: 991px) {
  .sidebar.ps-container {
    z-index: 999;
    top: 0px;
    max-width: 80%;
    background: #fff;
    position: fixed;
    padding: 0;
    width: 400px;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .sidebar.ps-container .widget {
    margin: 30px;
    padding: 24px 30px 30px 30px;
  }
  .sidebar.ps-container .widget .posts-list .top-info {
    font-size: 11px;
  }
  .sidebar.ps-container .widget .widget-title, .sidebar.ps-container .widget .widgettitle, .sidebar.ps-container .widget .widget-heading {
    margin-bottom: 20px;
  }
  .sidebar.sidebar-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .rtl .sidebar.sidebar-left {
    right: 0;
    left: auto;
  }
  .sidebar.sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar.sidebar-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .rtl .sidebar.sidebar-right {
    left: 0;
    right: auto;
  }
  .sidebar.sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar .entry-title {
    text-align: left;
  }
  .rtl .sidebar .entry-title {
    text-align: right;
  }
  .elementor-6984 .elementor-element.elementor-element-bd14100 > .elementor-element-populated {
    height: 100vh;
  }
}

/* Portrait */
@media (min-width: 768px) and (max-width: 1024px) {
  body.admin-bar .apus-offcanvas, body.admin-bar .sidebar {
    top: 46px;
  }
  body.admin-bar.home-coming-soon:after {
    height: calc(100vh + 46px);
  }
  .text-extra-large {
    font-size: 160px;
    line-height: 1.3125;
  }
  .page-404 .sub-title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.3125;
  }
  .page-404 .not-found {
    margin: 27% 0;
  }
  .apus-breadscrumb {
    padding-top: 0 !important;
  }
  .top-info-detail-v1 {
    height: auto;
    padding-top: 50px;
  }
  .top-info-detail-v1 .entry-title-detail {
    font-size: 40px;
    margin-bottom: 10px;
    padding-right: 0;
    line-height: 1.25;
    text-align: left;
  }
  .rtl .top-info-detail-v1 .entry-title-detail {
    padding-left: 0;
    padding-right: inherit;
  }
  .rtl .top-info-detail-v1 .entry-title-detail {
    text-align: right;
  }
  .apus-gallery-h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-column.margin-left-65 {
    margin-left: 0 !important;
  }
  .rtl .elementor-column.margin-left-65 {
    margin-right: 0 !important;
    margin-left: inherit;
  }
  .elementor-column.margin-left-65 h2.elementor-heading-title {
    margin-bottom: 5px;
  }
  .elementor-column.margin-right-100 {
    margin-right: 0 !important;
  }
  .rtl .elementor-column.margin-right-100 {
    margin-left: 0 !important;
    margin-right: inherit;
  }
  .elementor-column.margin-right-100 h3.elementor-heading-title {
    margin-bottom: 15px;
  }
  .elementor-widget-heading.cta-heading-video .elementor-heading-title, .elementor-widget-heading.cta-sub-heading-video .elementor-heading-title {
    padding: 0;
  }
  .elementor-288 .elementor-element.elementor-element-0135763 .elementor-heading-title {
    font-size: 14px;
    line-height: 1.85714;
  }
  .widget-tabs.style3 {
    padding: 0;
  }
  .widget-tabs .widget-content .nav-tabs {
    margin-bottom: 25px;
  }
  #widget-maps-init {
    height: 500px !important;
  }
  .widget-gallery.padding-left-100 {
    padding-left: 15px !important;
  }
  .rtl .widget-gallery.padding-left-100 {
    padding-right: 15px !important;
    padding-left: inherit;
  }
  .widget-gallery.padding-right-100 {
    padding-right: 15px !important;
  }
  .rtl .widget-gallery.padding-right-100 {
    padding-left: 15px !important;
    padding-right: inherit;
  }
  .elementor-element.apus-about-video {
    height: 350px;
  }
  .widget-gallery.carousel .slick-carousel .slick-dots {
    top: -57px;
    right: 0;
  }
  .rtl .widget-gallery.carousel .slick-carousel .slick-dots {
    left: 0;
    right: auto;
  }
  .apus-list-contact ul {
    max-width: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-right: 50px;
  }
  .rtl .apus-list-contact ul {
    padding-left: 50px;
    padding-right: inherit;
  }
  .apus-list-contact ul:last-child {
    padding-right: 0px;
  }
  .rtl .apus-list-contact ul:last-child {
    padding-left: 0px;
    padding-right: inherit;
  }
  .elementor-303 .elementor-element .elementor-element-98b0262 iframe {
    height: 415px;
  }
  .elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-element.apus-map-form .elementor-widget-heading h2.elementor-heading-title {
    margin-bottom: 10px;
  }
  .elementor-element.apus-heading-coming h1.elementor-heading-title {
    padding: 0;
  }
  .widget-tabs.style2 .widget-content .nav-tabs > li > a {
    line-height: normal;
  }
  .widget-tabs .widget-content .nav-tabs > li {
    margin-bottom: 6px;
  }
  .widget-tabs .widget-content .nav-tabs > li > a {
    padding: 10px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .widget-tabs.style2 .widget-content .nav-tabs > li > a {
    line-height: normal;
  }
  .widget-tabs .widget-content .nav-tabs > li {
    margin-bottom: 6px;
  }
  .widget-tabs .widget-content .nav-tabs > li > a {
    padding: 10px 15px;
  }
  .page-404 .not-found {
    margin: 7.9% 0;
  }
  .layout-blog .row div[class*="col-"]:nth-child(2n+1) {
    clear: none;
  }
  .main-content div[class~="col-md-12"] .layout-blog .layout-posts-list {
    padding: 0 24px;
  }
  .elementor-column.margin-left-65 {
    margin-left: 0 !important;
  }
  .rtl .elementor-column.margin-left-65 {
    margin-right: 0 !important;
    margin-left: inherit;
  }
  .elementor-column.margin-left-65 h2.elementor-heading-title {
    margin-bottom: 15px;
  }
  .elementor-288 .elementor-element.elementor-element-0135763 .elementor-heading-title {
    font-size: 16px;
    line-height: 1.625;
  }
  .elementor-element.padding-left-65 .elementor-image img, .elementor-element.apus-property-info .elementor-image img {
    width: 100%;
  }
}

/* Ipad Pro Portrait + 1024×1366 */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .apus-breadscrumb {
    padding-top: 0 !important;
  }
}

/* Ipad Pro Landscape + Desktop 1280x800 */
@media (max-width: 767px) {
  body.admin-bar .apus-offcanvas, body.admin-bar .sidebar {
    top: 46px;
  }
  body.admin-bar.home-coming-soon:after {
    height: calc(100vh + 46px);
  }
  .apus-breadscrumb {
    padding-top: 0 !important;
  }
  .top-info-detail-v1 {
    height: auto;
    padding-top: 60px;
  }
  .top-info-detail-v1 .entry-title-detail {
    font-size: 34px;
    line-height: 1.29412;
  }
  .elementor-element.apus-about-video {
    height: 200px;
  }
  .elementor-column.margin-left-65 {
    margin-left: 0 !important;
  }
  .rtl .elementor-column.margin-left-65 {
    margin-right: 0 !important;
    margin-left: inherit;
  }
  .elementor-column.margin-right-100 {
    margin-right: 0 !important;
  }
  .rtl .elementor-column.margin-right-100 {
    margin-left: 0 !important;
    margin-right: inherit;
  }
  .apus-gallery-h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .widget-tabs .widget-content .nav-tabs {
    margin-bottom: 20px;
  }
  .widget-tabs.style3 {
    padding: 0;
  }
  .widget-tabs.style3 .list-property-wrap .list-property-info {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .elementor-widget-heading.cta-heading-video .elementor-heading-title, .elementor-widget-heading.cta-sub-heading-video .elementor-heading-title {
    padding: 0;
  }
  #widget-maps-init {
    height: 350px !important;
  }
  .widget-blogs.carousel .slick-carousel .post-grid {
    margin-bottom: 15px;
  }
  div#powerTip {
    width: 100vw;
    height: 100vh !important;
  }
  div#powerTip > .box_view_html {
    max-width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .widget-features-box.style2 .item:last-child .item-inner {
    margin-bottom: 0;
  }
  .widget-gallery.padding-left-100 {
    padding-left: 15px !important;
  }
  .rtl .widget-gallery.padding-left-100 {
    padding-right: 15px !important;
    padding-left: inherit;
  }
  .widget-gallery.padding-right-100 {
    padding-right: 15px !important;
  }
  .rtl .widget-gallery.padding-right-100 {
    padding-left: 15px !important;
    padding-right: inherit;
  }
  .elementor-widget-heading.apus-heading-builder .elementor-heading-title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .elementor-element.apus-heading-featured .elementor-heading-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .widget-gallery.carousel.style1 .slick-carousel .slick-dots li {
    margin: 10px;
  }
  .elementor-303 .elementor-element .elementor-element-98b0262 iframe {
    height: 200px;
  }
  .widget-team.horizontal .team-image {
    margin: 0;
    width: auto;
    height: auto;
  }
  .elementor-element.apus-map-form > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-element.apus-heading-coming h1.elementor-heading-title {
    padding: 0;
  }
  .elementor-element.apus-sub-coming .elementor-heading-title {
    padding: 0;
    font-size: 16px;
    line-height: 1.625;
  }
  .widget-tabs.style2 .widget-content .nav-tabs > li > a {
    line-height: normal;
  }
  .widget-tabs .widget-content .nav-tabs > li {
    margin-bottom: 6px;
  }
  .widget-tabs .widget-content .nav-tabs > li > a {
    padding: 10px 15px;
  }
}

@media (max-width: 640px) {
  .detail-apartment .apartment-auto > * {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 479px) {
  .sidebar.ps-container {
    width: 100%;
    max-width: 100%;
  }
  .schedule-visit-form-wrapper .form-schedule-wrap p {
    margin-bottom: 20px;
  }
  .layout-apartment .row .style1 {
    width: 100%;
  }
  .layout-apartment .row .style1 .apartment {
    margin-bottom: 15px !important;
  }
  .widget-features-box .row .item {
    width: 100%;
    float: none;
  }
}

@media (max-width: 320px) {
  .page-404 .not-found {
    margin: 0;
  }
  .entry-title {
    font-size: 18px;
    line-height: 1.55556;
  }
  .apus-breadscrumb .wrapper-breads {
    height: 150px;
  }
  .close-sidebar-btn {
    padding: 8px 15px;
  }
  .sidebar.ps-container .widget {
    margin: 15px;
    padding: 12px 15px 15px 15px;
  }
  .apus-footer .apus-copyright-label {
    text-align: center;
  }
  .apus-footer .apus-copyright-label .elementor-text-editor {
    line-height: 30px;
    line-height: 1.875rem;
  }
  .top-info-detail-v1 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .top-info-detail-v1 .entry-title-detail {
    font-size: 28px;
    line-height: 1.35714;
  }
  .avatar {
    width: 60px;
    height: 60px;
  }
  .comment-list div.avatar {
    margin-right: 15px;
  }
  .rtl .comment-list div.avatar {
    margin-left: 15px;
    margin-right: inherit;
  }
  .comment-respond {
    padding: 20px;
  }
  .add-fix-top {
    display: none;
  }
  .page-404 .not-found {
    margin: 6% 0;
  }
  .team-popup-inner {
    grid-gap: 0px;
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  .team-popup-inner .team-image .image-wrapper {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
  .team-popup-inner .content {
    margin-top: 20px;
    text-align: center;
  }
}
