@charset "UTF-8";
:root {
--iti-hover-color: rgba(0, 0, 0, 0.05);
--iti-border-color: #ccc;
--iti-dialcode-color: #999;
--iti-dropdown-bg: white;
--iti-spacer-horizontal: 8px;
--iti-flag-height: 12px;
--iti-flag-width: 16px;
--iti-border-width: 1px;
--iti-arrow-height: 4px;
--iti-arrow-width: 6px;
--iti-triangle-border: calc(var(--iti-arrow-width) / 2);
--iti-arrow-padding: 6px;
--iti-arrow-color: #555;
--iti-path-flags-1x: url(//www.smartouch.com.my/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/flags.webp);
--iti-path-flags-2x: url(//www.smartouch.com.my/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/flags@2x.webp);
--iti-path-globe-1x: url(//www.smartouch.com.my/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/globe.webp);
--iti-path-globe-2x: url(//www.smartouch.com.my/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/globe@2x.webp);
--iti-flag-sprite-width: 3904px;
--iti-flag-sprite-height: 12px;
--iti-mobile-popup-margin: 30px;
}
.iti {
position: relative;
display: inline-block;
}
.iti * {
box-sizing: border-box;
}
.iti__hide {
display: none;
}
.iti__v-hide {
visibility: hidden;
}
.iti__a11y-text {
width: 1px;
height: 1px;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
position: relative;
z-index: 0;
margin: 0 !important;
}
.iti__country-container {
position: absolute;
top: 0;
bottom: 0;
padding: var(--iti-border-width);
}
.iti__selected-country {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
background: none;
border: 0;
margin: 0;
padding: 0;
font-family: inherit;
font-size: inherit;
color: inherit;
border-radius: 0;
font-weight: inherit;
line-height: inherit;
text-decoration: none;
}
.iti__selected-country-primary {
display: flex;
align-items: center;
height: 100%;
padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
margin-left: var(--iti-arrow-padding);
width: 0;
height: 0;
border-left: var(--iti-triangle-border) solid transparent;
border-right: var(--iti-triangle-border) solid transparent;
border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
margin-right: var(--iti-arrow-padding);
margin-left: 0;
}
.iti__arrow--up {
border-top: none;
border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
border-radius: 3px;
background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
position: absolute;
z-index: 2;
margin-top: 3px;
margin-left: calc(var(--iti-border-width) * -1);
border: var(--iti-border-width) solid var(--iti-border-color);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
width: 100%;
border-width: 0;
border-radius: 3px;
}
.iti__search-input + .iti__country-list {
border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
list-style: none;
padding: 0;
margin: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
white-space: nowrap;
}
@media (max-width: 500px) {
.iti--flexible-dropdown-width .iti__country-list {
white-space: normal;
}
}
.iti__country {
display: flex;
align-items: center;
padding: 8px var(--iti-spacer-horizontal);
outline: none;
}
.iti__dial-code {
color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
margin-right: 0;
margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
margin-left: 0;
margin-right: 4px;
}
.iti--container {
position: fixed;
top: -1000px;
left: -1000px;
z-index: 99999;
font-size:12px;
padding: var(--iti-border-width);
}
.iti--container:hover {
cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
background-color: rgba(0, 0, 0, 0.5);
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
padding: var(--iti-mobile-popup-margin);
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
display: flex;
flex-direction: column;
max-height: 100%;
position: relative;
}
.iti--fullscreen-popup .iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.iti__flag {
--iti-flag-offset: 100px;
height: var(--iti-flag-height);
width: var(--iti-flag-width);
border-radius: 1px;
box-shadow: 0px 0px 1px 0px #888;
background-image: var(--iti-path-flags-1x);
background-repeat: no-repeat;
background-position: var(--iti-flag-offset) 0;
background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__ac {
--iti-flag-offset: 0px;
}
.iti__ad {
--iti-flag-offset: -16px;
}
.iti__ae {
--iti-flag-offset: -32px;
}
.iti__af {
--iti-flag-offset: -48px;
}
.iti__ag {
--iti-flag-offset: -64px;
}
.iti__ai {
--iti-flag-offset: -80px;
}
.iti__al {
--iti-flag-offset: -96px;
}
.iti__am {
--iti-flag-offset: -112px;
}
.iti__ao {
--iti-flag-offset: -128px;
}
.iti__ar {
--iti-flag-offset: -144px;
}
.iti__as {
--iti-flag-offset: -160px;
}
.iti__at {
--iti-flag-offset: -176px;
}
.iti__au {
--iti-flag-offset: -192px;
}
.iti__aw {
--iti-flag-offset: -208px;
}
.iti__ax {
--iti-flag-offset: -224px;
}
.iti__az {
--iti-flag-offset: -240px;
}
.iti__ba {
--iti-flag-offset: -256px;
}
.iti__bb {
--iti-flag-offset: -272px;
}
.iti__bd {
--iti-flag-offset: -288px;
}
.iti__be {
--iti-flag-offset: -304px;
}
.iti__bf {
--iti-flag-offset: -320px;
}
.iti__bg {
--iti-flag-offset: -336px;
}
.iti__bh {
--iti-flag-offset: -352px;
}
.iti__bi {
--iti-flag-offset: -368px;
}
.iti__bj {
--iti-flag-offset: -384px;
}
.iti__bl {
--iti-flag-offset: -400px;
}
.iti__bm {
--iti-flag-offset: -416px;
}
.iti__bn {
--iti-flag-offset: -432px;
}
.iti__bo {
--iti-flag-offset: -448px;
}
.iti__bq {
--iti-flag-offset: -464px;
}
.iti__br {
--iti-flag-offset: -480px;
}
.iti__bs {
--iti-flag-offset: -496px;
}
.iti__bt {
--iti-flag-offset: -512px;
}
.iti__bw {
--iti-flag-offset: -528px;
}
.iti__by {
--iti-flag-offset: -544px;
}
.iti__bz {
--iti-flag-offset: -560px;
}
.iti__ca {
--iti-flag-offset: -576px;
}
.iti__cc {
--iti-flag-offset: -592px;
}
.iti__cd {
--iti-flag-offset: -608px;
}
.iti__cf {
--iti-flag-offset: -624px;
}
.iti__cg {
--iti-flag-offset: -640px;
}
.iti__ch {
--iti-flag-offset: -656px;
}
.iti__ci {
--iti-flag-offset: -672px;
}
.iti__ck {
--iti-flag-offset: -688px;
}
.iti__cl {
--iti-flag-offset: -704px;
}
.iti__cm {
--iti-flag-offset: -720px;
}
.iti__cn {
--iti-flag-offset: -736px;
}
.iti__co {
--iti-flag-offset: -752px;
}
.iti__cr {
--iti-flag-offset: -768px;
}
.iti__cu {
--iti-flag-offset: -784px;
}
.iti__cv {
--iti-flag-offset: -800px;
}
.iti__cw {
--iti-flag-offset: -816px;
}
.iti__cx {
--iti-flag-offset: -832px;
}
.iti__cy {
--iti-flag-offset: -848px;
}
.iti__cz {
--iti-flag-offset: -864px;
}
.iti__de {
--iti-flag-offset: -880px;
}
.iti__dj {
--iti-flag-offset: -896px;
}
.iti__dk {
--iti-flag-offset: -912px;
}
.iti__dm {
--iti-flag-offset: -928px;
}
.iti__do {
--iti-flag-offset: -944px;
}
.iti__dz {
--iti-flag-offset: -960px;
}
.iti__ec {
--iti-flag-offset: -976px;
}
.iti__ee {
--iti-flag-offset: -992px;
}
.iti__eg {
--iti-flag-offset: -1008px;
}
.iti__eh {
--iti-flag-offset: -1024px;
}
.iti__er {
--iti-flag-offset: -1040px;
}
.iti__es {
--iti-flag-offset: -1056px;
}
.iti__et {
--iti-flag-offset: -1072px;
}
.iti__fi {
--iti-flag-offset: -1088px;
}
.iti__fj {
--iti-flag-offset: -1104px;
}
.iti__fk {
--iti-flag-offset: -1120px;
}
.iti__fm {
--iti-flag-offset: -1136px;
}
.iti__fo {
--iti-flag-offset: -1152px;
}
.iti__fr {
--iti-flag-offset: -1168px;
}
.iti__ga {
--iti-flag-offset: -1184px;
}
.iti__gb {
--iti-flag-offset: -1200px;
}
.iti__gd {
--iti-flag-offset: -1216px;
}
.iti__ge {
--iti-flag-offset: -1232px;
}
.iti__gf {
--iti-flag-offset: -1248px;
}
.iti__gg {
--iti-flag-offset: -1264px;
}
.iti__gh {
--iti-flag-offset: -1280px;
}
.iti__gi {
--iti-flag-offset: -1296px;
}
.iti__gl {
--iti-flag-offset: -1312px;
}
.iti__gm {
--iti-flag-offset: -1328px;
}
.iti__gn {
--iti-flag-offset: -1344px;
}
.iti__gp {
--iti-flag-offset: -1360px;
}
.iti__gq {
--iti-flag-offset: -1376px;
}
.iti__gr {
--iti-flag-offset: -1392px;
}
.iti__gt {
--iti-flag-offset: -1408px;
}
.iti__gu {
--iti-flag-offset: -1424px;
}
.iti__gw {
--iti-flag-offset: -1440px;
}
.iti__gy {
--iti-flag-offset: -1456px;
}
.iti__hk {
--iti-flag-offset: -1472px;
}
.iti__hn {
--iti-flag-offset: -1488px;
}
.iti__hr {
--iti-flag-offset: -1504px;
}
.iti__ht {
--iti-flag-offset: -1520px;
}
.iti__hu {
--iti-flag-offset: -1536px;
}
.iti__id {
--iti-flag-offset: -1552px;
}
.iti__ie {
--iti-flag-offset: -1568px;
}
.iti__il {
--iti-flag-offset: -1584px;
}
.iti__im {
--iti-flag-offset: -1600px;
}
.iti__in {
--iti-flag-offset: -1616px;
}
.iti__io {
--iti-flag-offset: -1632px;
}
.iti__iq {
--iti-flag-offset: -1648px;
}
.iti__ir {
--iti-flag-offset: -1664px;
}
.iti__is {
--iti-flag-offset: -1680px;
}
.iti__it {
--iti-flag-offset: -1696px;
}
.iti__je {
--iti-flag-offset: -1712px;
}
.iti__jm {
--iti-flag-offset: -1728px;
}
.iti__jo {
--iti-flag-offset: -1744px;
}
.iti__jp {
--iti-flag-offset: -1760px;
}
.iti__ke {
--iti-flag-offset: -1776px;
}
.iti__kg {
--iti-flag-offset: -1792px;
}
.iti__kh {
--iti-flag-offset: -1808px;
}
.iti__ki {
--iti-flag-offset: -1824px;
}
.iti__km {
--iti-flag-offset: -1840px;
}
.iti__kn {
--iti-flag-offset: -1856px;
}
.iti__kp {
--iti-flag-offset: -1872px;
}
.iti__kr {
--iti-flag-offset: -1888px;
}
.iti__kw {
--iti-flag-offset: -1904px;
}
.iti__ky {
--iti-flag-offset: -1920px;
}
.iti__kz {
--iti-flag-offset: -1936px;
}
.iti__la {
--iti-flag-offset: -1952px;
}
.iti__lb {
--iti-flag-offset: -1968px;
}
.iti__lc {
--iti-flag-offset: -1984px;
}
.iti__li {
--iti-flag-offset: -2000px;
}
.iti__lk {
--iti-flag-offset: -2016px;
}
.iti__lr {
--iti-flag-offset: -2032px;
}
.iti__ls {
--iti-flag-offset: -2048px;
}
.iti__lt {
--iti-flag-offset: -2064px;
}
.iti__lu {
--iti-flag-offset: -2080px;
}
.iti__lv {
--iti-flag-offset: -2096px;
}
.iti__ly {
--iti-flag-offset: -2112px;
}
.iti__ma {
--iti-flag-offset: -2128px;
}
.iti__mc {
--iti-flag-offset: -2144px;
}
.iti__md {
--iti-flag-offset: -2160px;
}
.iti__me {
--iti-flag-offset: -2176px;
}
.iti__mf {
--iti-flag-offset: -2192px;
}
.iti__mg {
--iti-flag-offset: -2208px;
}
.iti__mh {
--iti-flag-offset: -2224px;
}
.iti__mk {
--iti-flag-offset: -2240px;
}
.iti__ml {
--iti-flag-offset: -2256px;
}
.iti__mm {
--iti-flag-offset: -2272px;
}
.iti__mn {
--iti-flag-offset: -2288px;
}
.iti__mo {
--iti-flag-offset: -2304px;
}
.iti__mp {
--iti-flag-offset: -2320px;
}
.iti__mq {
--iti-flag-offset: -2336px;
}
.iti__mr {
--iti-flag-offset: -2352px;
}
.iti__ms {
--iti-flag-offset: -2368px;
}
.iti__mt {
--iti-flag-offset: -2384px;
}
.iti__mu {
--iti-flag-offset: -2400px;
}
.iti__mv {
--iti-flag-offset: -2416px;
}
.iti__mw {
--iti-flag-offset: -2432px;
}
.iti__mx {
--iti-flag-offset: -2448px;
}
.iti__my {
--iti-flag-offset: -2464px;
}
.iti__mz {
--iti-flag-offset: -2480px;
}
.iti__na {
--iti-flag-offset: -2496px;
}
.iti__nc {
--iti-flag-offset: -2512px;
}
.iti__ne {
--iti-flag-offset: -2528px;
}
.iti__nf {
--iti-flag-offset: -2544px;
}
.iti__ng {
--iti-flag-offset: -2560px;
}
.iti__ni {
--iti-flag-offset: -2576px;
}
.iti__nl {
--iti-flag-offset: -2592px;
}
.iti__no {
--iti-flag-offset: -2608px;
}
.iti__np {
--iti-flag-offset: -2624px;
}
.iti__nr {
--iti-flag-offset: -2640px;
}
.iti__nu {
--iti-flag-offset: -2656px;
}
.iti__nz {
--iti-flag-offset: -2672px;
}
.iti__om {
--iti-flag-offset: -2688px;
}
.iti__pa {
--iti-flag-offset: -2704px;
}
.iti__pe {
--iti-flag-offset: -2720px;
}
.iti__pf {
--iti-flag-offset: -2736px;
}
.iti__pg {
--iti-flag-offset: -2752px;
}
.iti__ph {
--iti-flag-offset: -2768px;
}
.iti__pk {
--iti-flag-offset: -2784px;
}
.iti__pl {
--iti-flag-offset: -2800px;
}
.iti__pm {
--iti-flag-offset: -2816px;
}
.iti__pr {
--iti-flag-offset: -2832px;
}
.iti__ps {
--iti-flag-offset: -2848px;
}
.iti__pt {
--iti-flag-offset: -2864px;
}
.iti__pw {
--iti-flag-offset: -2880px;
}
.iti__py {
--iti-flag-offset: -2896px;
}
.iti__qa {
--iti-flag-offset: -2912px;
}
.iti__re {
--iti-flag-offset: -2928px;
}
.iti__ro {
--iti-flag-offset: -2944px;
}
.iti__rs {
--iti-flag-offset: -2960px;
}
.iti__ru {
--iti-flag-offset: -2976px;
}
.iti__rw {
--iti-flag-offset: -2992px;
}
.iti__sa {
--iti-flag-offset: -3008px;
}
.iti__sb {
--iti-flag-offset: -3024px;
}
.iti__sc {
--iti-flag-offset: -3040px;
}
.iti__sd {
--iti-flag-offset: -3056px;
}
.iti__se {
--iti-flag-offset: -3072px;
}
.iti__sg {
--iti-flag-offset: -3088px;
}
.iti__sh {
--iti-flag-offset: -3104px;
}
.iti__si {
--iti-flag-offset: -3120px;
}
.iti__sj {
--iti-flag-offset: -3136px;
}
.iti__sk {
--iti-flag-offset: -3152px;
}
.iti__sl {
--iti-flag-offset: -3168px;
}
.iti__sm {
--iti-flag-offset: -3184px;
}
.iti__sn {
--iti-flag-offset: -3200px;
}
.iti__so {
--iti-flag-offset: -3216px;
}
.iti__sr {
--iti-flag-offset: -3232px;
}
.iti__ss {
--iti-flag-offset: -3248px;
}
.iti__st {
--iti-flag-offset: -3264px;
}
.iti__sv {
--iti-flag-offset: -3280px;
}
.iti__sx {
--iti-flag-offset: -3296px;
}
.iti__sy {
--iti-flag-offset: -3312px;
}
.iti__sz {
--iti-flag-offset: -3328px;
}
.iti__tc {
--iti-flag-offset: -3344px;
}
.iti__td {
--iti-flag-offset: -3360px;
}
.iti__tg {
--iti-flag-offset: -3376px;
}
.iti__th {
--iti-flag-offset: -3392px;
}
.iti__tj {
--iti-flag-offset: -3408px;
}
.iti__tk {
--iti-flag-offset: -3424px;
}
.iti__tl {
--iti-flag-offset: -3440px;
}
.iti__tm {
--iti-flag-offset: -3456px;
}
.iti__tn {
--iti-flag-offset: -3472px;
}
.iti__to {
--iti-flag-offset: -3488px;
}
.iti__tr {
--iti-flag-offset: -3504px;
}
.iti__tt {
--iti-flag-offset: -3520px;
}
.iti__tv {
--iti-flag-offset: -3536px;
}
.iti__tw {
--iti-flag-offset: -3552px;
}
.iti__tz {
--iti-flag-offset: -3568px;
}
.iti__ua {
--iti-flag-offset: -3584px;
}
.iti__ug {
--iti-flag-offset: -3600px;
}
.iti__us {
--iti-flag-offset: -3616px;
}
.iti__uy {
--iti-flag-offset: -3632px;
}
.iti__uz {
--iti-flag-offset: -3648px;
}
.iti__va {
--iti-flag-offset: -3664px;
}
.iti__vc {
--iti-flag-offset: -3680px;
}
.iti__ve {
--iti-flag-offset: -3696px;
}
.iti__vg {
--iti-flag-offset: -3712px;
}
.iti__vi {
--iti-flag-offset: -3728px;
}
.iti__vn {
--iti-flag-offset: -3744px;
}
.iti__vu {
--iti-flag-offset: -3760px;
}
.iti__wf {
--iti-flag-offset: -3776px;
}
.iti__ws {
--iti-flag-offset: -3792px;
}
.iti__xk {
--iti-flag-offset: -3808px;
}
.iti__ye {
--iti-flag-offset: -3824px;
}
.iti__yt {
--iti-flag-offset: -3840px;
}
.iti__za {
--iti-flag-offset: -3856px;
}
.iti__zm {
--iti-flag-offset: -3872px;
}
.iti__zw {
--iti-flag-offset: -3888px;
}
.iti__globe {
background-image: var(--iti-path-globe-1x);
background-size: contain;
background-position: right;
box-shadow: none;
height: 19px;
}
@media (min-resolution: 2x) {
.iti__flag {
background-image: var(--iti-path-flags-2x);
}
.iti__globe {
background-image: var(--iti-path-globe-2x);
}
}*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container{
max-width: 1170px;
width: 100%;
margin: 0 auto;
}
.or_wrap-video-bg {
height: 100%;
left: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
img
{
max-width:100%;}
.or-video-bg .or_column{
position: relative;
}
.align-left{
text-align: left;
}
.align-center{
text-align: center;
}
.align-right{
text-align: right;
}
.or_row{
clear: both; width: 100%;
}
.or_wrapper{
}
[class*="or_col-lg-"],
[class*="or_col-md-"],
[class*="or_col-sm-"],
[class*="or_col-of-"],
[class*="or_col-xs-"]{
min-height: 1px;
position: relative;
padding-right: 15px;
padding-left: 15px;
}
div.or_row, .or_column_inner, .or_column{
width: 100%;
float: left;
}
.originbuilder div.or_column_inner, .originbuilder div.or_column{
clear: none;	
}
.or_clfw{
width: 100% !important;
clear: both !important;
display: block !important;
height: 0px !important;
padding: 0px !important;
margin: 0px !important;
}
@media screen and (min-width: 1000px){
body div[data-or-equalheight="true"], body div[data-or-equalheight="true"]>.container{
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
div[data-or-fullheight="middle-content"]{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
}
div[data-or-fullheight]{
min-height: 100vh;
}
.or_row_inner div[class*="or_col-lg-"],
.or_row_inner div[class*="or_col-md-"],
.or_row_inner div[class*="or_col-sm-"],
.or_row_inner div[class*="or_col-of-"],
.or_row_inner div[class*="or_col-xs-"]{
}
.or_col-sm-1{
width: 8.33333%;
}
.or_col-sm-2{
width: 16.6667%;
}
div.or_col-of-5{
width: 20%;
float: left;
}
.or_col-sm-3{
width: 25%;
}
.or_col-sm-4{
width: 33.3333%;
}
.or_col-sm-5{
width: 41.6667%;
}
.or_col-sm-6{
width: 50%;
}
.or_col-sm-7{
width: 58.3333%;
}
.or_col-sm-8{
width: 66.6667%;
}
.or_col-sm-9{
width: 75%;
}
.or_col-sm-10{
width: 83.3333%;
}
.or_col-sm-11{
width: 91.6667%;
}
.or_col-sm-12{
width: 100%;
}
@media screen and (max-width: 768px){
div[class*="or_col-lg-"],
div[class*="or_col-md-"],
div[class*="or_col-sm-"],
div[class*="or_col-of-"],
div[class*="or_col-xs-"]{
width: 100% !important;
}
div.or_row{
display: block;
}
}
div[data-or-bgfull="true"]{
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}
div[data-or-parallax="true"]{
background-position: 50% 0px;
}
div[data-or-fullwidth]{
margin-left: 0px !important;
margin-right: 0px !important;
position: relative;
box-sizing: content-box;
}
.or_text_block{
text-align: justify;
} .or_tabs{
display: inline-block;
width: 100%;
}
.or_wrapper.ui-tabs{
width: 100%;
border: 1px solid #e0e0e0;
display: inline-block;
}
.or_vertical_tabs>.or_wrapper.ui-tabs{
border: none;
}
.or_tabs.or-tabs-slider ul.or-tabs-slider-nav{
margin: 0px;
}
ul.or-tabs-slider-nav li{
display: inline-block;
cursor: pointer;
padding: 8px 15px;
}
ul.or-tabs-slider-nav li.or-title-active{
background: #ddd;
}
.or_tabs_nav,
.nav-pills {
*zoom: 1;
line-height: 45px;
margin: 0;
padding:0;
}
.or_tabs_nav:before,
.nav-pills:before,
.or_tabs_nav:after,
.nav-pills:after {
display: table;
line-height: 0;
content: "";
}
.or_tabs_nav:after,
.nav-pills:after {
clear: both;
}
.or_tabs_nav ~ .or_tab{
overflow: hidden;
float: left;
width: 100%;
height: 0px;
}
.or_tabs_nav ~ .or_tab.ui-tabs-body-active{padding: 20px;height: inherit !important;}
.or_tabs_nav > li,
.nav-pills > li {
float: left;
}
.or_tabs_nav > li > a,
.nav-pills > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
text-decoration: none;
outline: none;
}
.or_tabs>.or_wrapper>.or_tabs_nav {
background: #eee;
width: 100%;
height: 50px;
margin: 0px;
}
.or_tabs_nav > li {
margin-bottom: -1px;
list-style: none;
border-right: 1px solid #fff;
}
.or_tabs_nav > li{
line-height: 50px;
height: 50px;
display: inline-block;
margin: 0px;
float: left;
padding: 0 20px;
color: #333;
box-shadow: none;
font-weight: 300;
cursor: pointer;
}
.or_tabs_nav > li a,
.or_tabs_nav > li p{
line-height: inherit;
}
.or_tabs_nav > li:hover,
.or_tabs_nav > li > a:hover,
.or_tabs_nav > li > a:focus {
background-color: #ddd;
}
.or_tabs_nav > .ui-tabs-active,
.or_tabs_nav > .ui-tabs-active:hover,
.or_tabs_nav > .ui-tabs-active > a,
.or_tabs_nav > .ui-tabs-active > a:hover,
.or_tabs_nav > .ui-tabs-active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
}
.or_vertical_tabs>.or_wrapper>ul.ui-tabs-nav{
float: left;
margin: 0;
padding: 0px;
position: relative;
width: 25%;
z-index: 10;
border-right: 1px solid #ddd;
right: -1px;
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav{
border-right: none;
border-left: 1px solid #ddd;
right: 0px;
left: -1px;
}
.or_vertical_tabs>.or_wrapper>ul.ui-tabs-nav ~ div.or_tab{
float: left;
width: 75%;
border-left: 1px solid #ddd;
height: 0px;
overflow: hidden;
}
.or_vertical_tabs>.or_wrapper>ul.ui-tabs-nav ~ div.or_tab.ui-tabs-body-active{
padding: 20px;
height: inherit;
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav ~ div.or_tab{
border-left: none;
border-right: 1px solid #ddd;
}
.or_vertical_tabs>.or_wrapper>ul.ui-tabs-nav>li{
list-style: outside none none;
}
.or_vertical_tabs>.or_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a,
.or_vertical_tabs>.or_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a:hover{
border: none;
border-right: 3px solid #888;
background: #f0f0f0;
margin-left: 0px;
margin-right: -1px;
}
.or_vertical_tabs>.or_wrapper>ul.ui-tabs-nav>li>a{
display: block;
padding: 12px 0 12px 20px;
outline: none;
text-decoration: none;
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav{
float: right;
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav>li{
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav>li>a{}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a{
border: none;
border-right: none;
border-left: 3px solid #888;
background: #f0f0f0;
margin-left: -1px;
margin-right: 0px;
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a:hover{
background: #f0f0f0;
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav>li>a:hover{
background-color: #fafafa;
}
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav > .ui-tabs-active > a,
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav > .ui-tabs-active > a:hover,
.or_vertical_tabs.tabs_right>.or_wrapper>ul.ui-tabs-nav > .ui-tabs-active > a:focus {
border: none;
border-left: 3px solid #888;
background: #f0f0f0;
margin-left: -1px;
}
.or-video-inner iframe{
margin-bottom: 0px;
} .or_accordion_content {
padding-bottom: 0px;
padding-bottom: 0px;
border-left: 1px solid #eaeaea;
color: #727272;
border-right: 1px solid #eaeaea;
color: #727272;
display: none;
}
.or_accordion_content.ui-state-body-active{
height: inherit !important;
}
div.or_accordion_wrapper>div.or_accordion_section:last-child>.or_accordion_content{
border-bottom: 1px solid #f0f0f0;
}
.or_accordion_section > .or_accordion_header{
position: relative;
cursor: pointer;
min-height: 30px;
line-height: 30px;
font-weight: bold;
font-size: inherit;
margin-top: 0px;
margin-bottom: -1px;
clear: both;
border: 1px solid #e0e0e0;
}
.or_accordion_section > .ui-state-active{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0px;
}
.or_accordion_header > span.ui-accordion-header-icon{
float: right;
font-family: 'simple-line-icons';
margin: 17px;
color: #aaa;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.or_accordion_header > span.ui-accordion-header-icon:before{
content: "\e604";
}
.or_accordion_header.ui-state-active > span.ui-accordion-header-icon:before{
content: "\e607";
}
.or_accordion_header > a {
display: block;
font-size: 15px;
padding: 10px 15px;
text-decoration: none;
outline: none;
font-weight: normal;
border: none;
}
.or_accordion_header > a {
cursor: pointer;
}
.or_accordion_content .or-panel-body{
padding: 15px;
display: inline-block;
width: 100%;
}div{
display: block;
}
.or_shortcode .or_title, .or_shortcode .or-widget-title{
margin-bottom: 20px;
}
.or_shortcode ul{
margin: 0;
padding: 0;
}
.or_shortcode ul li{
list-style: none;
}
.or_shortcode h3, .or_shortcode h4, .or_shortcode h5{
font-size: 18px;
margin: 0;
padding: 0;
font-weight: 600;
}
.or_shortcode h4{
font-size: 16px;
line-height: 26px;
margin-bottom: 15px;
}
.or_shortcode h5{
font-size: 16px;
}
.or_accordion_wrapper, .or_tabs{
margin-bottom: 24px;
}
.or_tabs .or_tabs{
margin-bottom: 0px;
} .or_google_maps{
position: relative;
overflow: hidden;
width: 100%;
min-height: 100px;
}
.or_google_maps img{
max-width: inherit;
max-height: inherit;
}
.or_google_maps .map_popup_contact_form{
position: absolute;
z-index: 999;
top: 0;
overflow-y: auto;
padding: 50px 60px 0;
height: 100%;
-webkit-transform: translate( 0, 0 );
-moz-transform: translate( 0, 0 );
-o-transform: translate( 0, 0 );
transform: translate( 0, 0 );
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition:    -moz-transform 400ms ease;
-o-transition:      -o-transform 400ms ease;
transition:         transform 400ms ease;
-webkit-transition-property: -webkit-transform, left, right;
-webkit-backface-visibility: hidden;
}
.map_popup_contact_form input[type="text"],
.map_popup_contact_form input[type="email"],
.map_popup_contact_form textarea{
width: 100%;
border: 1px solid #999;
background: none;
color: #FFFFFF;
}
.map_popup_contact_form input[type="text"],
.map_popup_contact_form input[type="email"]{
}
.map_popup_contact_form textarea{
height: 100px;
}
.map_popup_contact_form p{
margin-bottom: 10px;
}
.map_popup_contact_form .close{
position: absolute;
top: 10px;
right: 10px;
}
.map_popup_contact_form .wpcf7-submit{
text-transform: uppercase;
width: 100%;
padding: 15px 0;
transition: all 0.3s ease;
font-weight: 500;
-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.or_google_maps .show_contact_form{
position: absolute;
left: 10px;
top: 110px;
z-index: 99;
font-size: 20px;
height: 33px;
line-height: 20px;
color: #F75850;
display: none;
background: #FFF;
padding: 0 10px;
border-radius: 3px;
box-shadow: 0 1px 1px #BEBEBE;
transition: all 0.2s ease;
}
.or_google_maps .show_contact_form i{
margin-top: 7px;
}
.or_google_maps .show_contact_form:hover{
background: #EBEBEB;
color: #000;
}
.map_popup_contact_form.left{
}
.map_popup_contact_form.left.hidden{
-ms-transform: translate(-100%,0)!important;
-webkit-transform: translate(-100%,0)!important;
-moz-transform: translate(-100%,0)!important;
-o-transform: translate(-100%,0)!important;
transform: translate(-100%,0)!important;
}
.map_popup_contact_form.right.hidden{
-ms-transform: translate(100%,0)!important;
-webkit-transform: translate(100%,0)!important;
-moz-transform: translate(100%,0)!important;
-o-transform: translate(100%,0)!important;
transform: translate(100%,0)!important;
}
.map_popup_contact_form.right{
float: right;
right: 0;
}
.map_popup_contact_form.right+a{
right: 10px;
float: right;
left: auto;
top: 50px;
}
.map_popup_contact_form .close{
text-decoration: none;
box-shadow: none;
color: #FFFFFF;
}
.map_popup_contact_form .close i{
font-weight: 100;
font-size: 25px;
} .or_image_gallery.or-grid{
width: 100%;
}
.or_image_gallery.or-grid .item-grid{
float: left;
}
.or_image_gallery.or-grid .item-grid{
width: 25%;
}
.or_image_gallery.or-grid .item-grid img{
max-width: 100%;
}
.or_image_gallery{
clear: both;
} body .or_button{
transition: all 0.3s ease;
white-space: nowrap;
text-decoration: none;
display: inline-block;
}
body .or_button:hover{
}
body .button_size_small{
padding: 10px 25px;
}
body .button_size_normal{
padding: 14px 35px;
font-size: 18px;
}
body .button_size_large{
padding: 18px 50px;
font-size: 22px;
} .or-countdown-timer span.group{
background: #2e2b26;
border-radius: 5px;
padding: 10px 20px;
color: #FFF;
margin-right: 10px;
float: left;
text-align: center;
}
.or-countdown-timer .group .timer{
font-size: 20px;
font-weight: bold;
}
.or-countdown-timer .countdown-style2 .timer, .or-countdown-timer .countdown-style2 .unit{
display: inline-block;
width: 100%;
}
.or-countdown-timer .countdown-style2 .group{
padding: 10px;
}    @-webkit-keyframes animate-stripes {
from {
background-position: 0 0;
}
to {
background-position: 44px 0;
}
}
.or_progress_bars  .progress-item{
display: inline-block;
width: 100%;
}
.or_progress_bars  div.progress-item:first-child{
margin-top: 0px !important;
}
.or_progress_bars  div.progress-item:last-child{
margin-bottom: 0px !important;
}
.or-ui-progress-bar {
position: relative;
background: #888;
}
.or-ui-progress {
position: relative;
display: block;
height: 10px;
z-index: 2;
background: #ACB7E3;
overflow: initial !important;
}
.or-progress-radius, .or-progress-radius .or-ui-progress{
border-radius: 20px;
}
.or-ui-progress-bar:after{
background: #888;
}
.or-ui-progress div.ui-label {
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
color: #272727;
position: absolute;
right: 0;
padding-right: 12px;
white-space: nowrap;
bottom: 100%;
}
.or_progress_bars .progress-item span.label {
margin-bottom: 6px;
font-size: 14px;
font-weight: 500;
}
.or-ui-progress2 span.value {
float: left;
width: 40px;
height: 40px;
line-height: 30px;
text-align: center;
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/frontend/images/tooltop-graph.png) no-repeat center top;
background-size: 90%;
}
.or-ui-progress3 div.ui-label {
bottom: 0px;
font-size: 1em;
height: 100%;
display: flex;
align-items: center;
} .pie-chart-wrapper{
text-align: center;
}
.or-pie-chart-holder{
}
.or_piechart {
display: inline-block;
position: relative;
text-align: center;
width: 100px;
}
.or_piechart .percent:after {
content: "%";
font-size: 0.8em;
margin-left: 0.1em;
}
.or_piechart .percent {
z-index: 2;
top: 50%;
line-height: 0px;
position: absolute;
left: 0%;
width: 100%;
text-align: center;
font-size: 14px;
height: 100%;
}
.or_piechart.auto_width .percent {
top: inherit;
}
.or_piechart canvas {
left: 0;
position: absolute;
top: 0;
}
.pie_chart_text{
margin: 20px 0;
}  .or-flip-container {
perspective: 1000;
-webkit-perspective: 1000;
} .or-flip-container:hover .flipper, .or-flip-container.hover .flipper, .or-flip-container.flip .flipper {
transform: rotateY(180deg);
}
.or-flip-container.flip-vertical:hover .flipper, .or-flip-container.flip-vertical.hover .flipper, .or-flip-container.flip-vertical.flip .flipper  {
transform: rotateX(180deg) rotateY(0deg);
}
.or-flip-container {
min-height: 50px;
float: left;
}
.or-flip-container .front, .or-flip-container .back {
width: 100%;
height: 100%;
} .or-flip-container  .flipper {
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
height: 100%;
float: left;
width: 100%;
} .or-flip-container .front, .or-flip-container .back {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
} .or-flip-container .front {
z-index: 2; transform: rotateY(0deg);
float: left;
width: 100%;
position: relative;
}
.or-flip-container .front img{
width: 100%;
float: left;
max-width: 100%;
} .or-flip-container .back {
background: #b96464;
transform: rotateY(180deg);
}
.or-flip-container.flip-vertical .back {
transform: rotateX(180deg) rotateY(0deg); 
}
.or-flip-container .back .des{
padding: 15px;
width: 100%;
max-height: 100%;
overflow-y: auto;
}
.or-flip-container .back .des p{
margin-bottom: 30px;	
}
.or-flip-container .back .button{
border-radius: 3px;
padding: 5px 16px;
color: #FFFFFF;
text-decoration: none;
transition: all 0.3s ease;
line-height: 22px;
height: 20px;
display: inline-block;
box-sizing: content-box;
}
.or-flip-container .back h3{
padding: 0;
margin: 0 0 15px 0;
}
.or_wrap_instagram{
overflow: hidden;
clear: both;
}
.or_wrap_instagram ul{
margin: 0;
padding-left: 0;
}
.or_wrap_instagram ul li{
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/frontend/images/loading.gif) no-repeat center center transparent;
border: 1px solid #e9e9e9;
float: left;
list-style: none;
margin: 0 10px 10px 0;
}
.or_wrap_instagram ul li.el-end{
margin-right: 0;
}
.or_wrap_instagram ul li.el-start{
clear: left;
}
.ins_mark_thumbnail, .ins_mark_low_resolution, .ins_mark_standard_resolution{
padding: 25px 10px;
}
.or_ins_col_1 ul li{
width: calc(100% - 10px);
}
.or_ins_col_2 ul li{
width: calc(50% - 10px);
}
.or_ins_col_3 ul li{
width: calc(33.3% - 10px);
}
.or_ins_col_4 ul li{
width: calc(25% - 10px);
}
.or_ins_col_5 ul li{
width: calc(20% - 10px);
}
.or_ins_col_6 ul li{
width: calc(16.666% - 10px);
}
.or_wrap_instagram ul li.loaded img{
width: 100%;
}
.or_wrap_instagram ul li.loaded{
background-image: none;
} .or_facebook_recent_post ul li.fb_mark_cls{
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/frontend/images/fb_loading.gif) no-repeat left 20px center transparent;
height: 60px;
border: 1px dashed #E6E6E6;
margin-bottom: 15px;
z-index: 2;
background-size: 16px;
}
.or_facebook_recent_post ul{
max-height: 300px;
overflow-y: auto;
padding-right: 5px;
}
.or_facebook_recent_post ul li{
border-bottom: 1px solid #E6E6E6;
padding: 0;
margin-bottom: 20px;
padding-bottom: 20px;
}
.or_facebook_recent_post ul li:last-child{
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.or_facebook_recent_post .fb-post-info span{
margin-right: 15px;
}
.or_facebook_recent_post .fb-post-info a {
font-size: 12px;
box-shadow: none;
border-bottom: 0;
color: #7f7f7f;
}
.or_facebook_recent_post img{
margin-bottom: 10px;
max-width: 100%;
}
.or_facebook_recent_post .fb-message{
margin: 0px;
font-size: 13px;
font-weight: normal;
line-height: 1.38;
overflow: hidden;
}
.or_shortcode .fb-button-profile{
background-color: #4e69a2;
border-color: #435a8b #3c5488 #334c83;
border-radius: 2px;
border: 1px solid;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
margin-top: 15px;
display: inline-block;
text-align: center;
color: #FFFFFF;
padding: 5px 20px;
text-decoration: none;
}
.or_shortcode .fb-button-profile:hover, .or_shortcode .fb-button-profile:active{
background-color: #4e69a2;
color: #FFFFFF;
box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15);
outline: none;
}
.or_shortcode .fb-button-profile:visited{
color: #FFFFFF;
}
.or_facebook_recent_post ul{
background: #f6f7f8;
border: 1px solid #e9eaed;
border-top: 0;
padding: 8px;
}
.or_facebook_recent_post ul li {
background: #fff;
padding: 5px;
margin-bottom: 20px;
}
.fb-header {
width: 100%;
height: 130px;
background-size: cover;
position: relative;
}
.fb-header .fb-line-1 {
z-index: 11;
position: relative;
color: #fff;
text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
width:100%;
float: left;
}
.fb-header .fb-line-2 {
z-index: 11;
position: relative;
display: block;
float: left;
width: 100%;
}
.fb-line-1 .img-profile {
width: 54px;
height: auto;
margin: 7px 0 0 7px;
border: 2px solid #fff;
float: left;
margin-right: 10px;
}
.fb-line-1 .username {
font-size: 18px;
font-weight: 500;
display: inline-block;
line-height: 35px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.fb-line-1 .likes {
font-size: 12px;
line-height: 1.358;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
margin-left: 65px;
}
.fb-line-2 .like_page, .fb-line-2 .share_page {
background: #f6f7f8;
padding: 0px 10px;
margin-left: 10px;
margin-top: 30px;
display: inline-block;
font-size: 12px;
line-height: 22px;
color: #4e5665;
border-radius: 1px;
text-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
font-weight: bold;
box-sizing: content-box;
text-align: center;
font-family: helvetica, arial, sans-serif;
}
.fb-line-2 .share_page {
margin-right: 10px;
margin-left: inherit;
float: right;
}
.fb-line-2 .share_page i {
font-size: 13px;
}
.fb-line-2 .like_page i {
font-size: 13px;
color: #3A5897;
}
.overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.5);
z-index: 10;
} .or_wrap_twitter .button_follow_wrap{
padding: 10px;
background: #F5F8FA;
}
.or_twitter_feed .owl-item{
text-align: center;
}
.or_twitter_feed ul li{
margin-bottom: 24px;
padding-bottom: 10px;
border-bottom: 1px solid #E6E6E6;
}
.or_twitter_feed ul li:last-child{
border-bottom: none;
}
.or_twitter_feed .or_tweet_icon i{
display: block;
margin-bottom: 10px;
}
.or_twitter_feed .twitter-footer{
font-size: 12px;
font-style: italic;
margin-top: 20px;
margin-bottom: 10px;
}
.or_twitter_style-1 .twitter-footer.show_avatar{
margin-left: 58px;
}
.or_twitter_feed .twitter-footer > span{
margin-right: 15px;
}
.or_twitter_feed .twitter-footer > span:last-child {
margin-right: 0;
}
.or_twitter_feed .tweet_user a{
position: relative;
line-height: 21px;
font-weight: 500;
color: #333;
cursor: pointer;
background-color: #eee;
border-radius: 3px;
box-sizing: border-box;
text-decoration: none;
font-size: 13px;
font-weight: bold;
display: inline-block;
border: #ccc solid 1px;
background-image: linear-gradient(#fff,#dedede);
}
.or_twitter_feed .tweet_user a:hover{
color: #333;
background-color: #d9d9d9;
background-image: linear-gradient(#f8f8f8,#d9d9d9);
border-color: #bbb;
}
.or_twitter_feed .or_tweet_icon{
font-size: 40px;
display: block;
}
.or_twitter_feed .tweet_desc .user_twitter{
width: 48px;
height: 48px;
display: inline-block;
float: left;
}
.or_twitter_feed .description{
display: block;
}
.or_twitter_follow i{
margin-right: 5px;
color: #1b95e0;
font-size: 20px;
}
.or_twitter_feed .or_twitter_follow{
line-height: 25px;
float: right;
padding: 2px 5px;
}
.tweet_reply a i, .tweet_retweet a i {
font-size: 17px;
} .or_twitter_feed.or_twitter_style-1 .or_tweet_icon{
float: left;
}
.or_twitter_feed.or_twitter_style-1 .tweet_desc.show_avatar{
margin-left: 58px;
}
.or_twitter_feed.or_twitter_style-1 .tweet_desc .user_twitter{
margin-left: -58px;
}
.or_twitter_feed .user_twitter{
text-align: left;
}
.or_twitter_feed .user_twitter img{
float: left;
margin-right: 10px;
border-radius: 5px;
border: 1px solid #ccc;
}
.or_twitter_feed .user_twitter span{
display: block;
}
.or_twitter_feed .tweet_desc .name{
font-weight: 800;
}
.or_twitter_feed .tweet_desc .screen_name{
color: #8899a6;
}
.or_twitter_feed .tweet_user{
display: inline-block;
width: 100%;
margin-bottom: 0px;
padding-bottom: 20px;
}
.or_wrap_twitter .result_twitter_feed{
overflow-y: auto;
padding-right: 10px;
padding-top: 20px;
padding-left: 10px;
border: 1px solid #e9eaed;
border-top: none;
}
.or_twitter_style-2 .button_follow_wrap{
display: none;
} .or_twitter_feed.or_twitter_style-2 .tweet_desc .user_twitter{
float: none;
display: block;
margin-right: 0;
text-align: center;
width: 100%;
}
.or_twitter_feed.or_twitter_style-2 .tweet_desc .user_twitter img{
margin-right: 0;
float: none;
}
.or_twitter_feed.or_twitter_style-2  .tweet_desc span{
display: block;
}
.or_twitter_feed.or_twitter_style-2 .tweet_desc{
text-align: center;
}
.or_twitter_feed.or_twitter_style-2 .tweet_user{
text-align: center;
margin-top: 20px;
border: none;
}
.or_twitter_feed.or_twitter_style-2 .or_twitter_follow{
float: none;
} .or-pie-chart-wrapper{
text-align: center;
} .or-box-counter-1{
text-align: center;
}
.or-box-counter-1 .counterup{
font-size: 40px;
font-weight: bold;
line-height: 40px;
margin-bottom: 20px;
display: block;
}
.or-box-counter-2{
text-align: center;
background: #E2E2E2;
padding: 35px 25px;
border-radius: 5px;
}
.or-box-counter-2 i{
display: block;
font-size: 45px;
margin-bottom: 15px;
}
.or-box-counter-2 .counterup{
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
display: inline-block;
}
.or-box-counter-2 h4{
margin-bottom: 15px;
}
.or-box-counter-3{
text-align: center;
}
.or-box-counter-3 i, .or-box-counter-3 span{
display: block;
}
.or-box-counter-3 h4{
margin-bottom: 15px;
}
.or-box-counter-3 i{
font-size: 30px;
margin-bottom: 15px;
}
.or-box-counter-3 .counterup{
font-size: 45px;
line-height: 45px;
margin-bottom: 15px;
}
.or_box_wrap{
clear: both;
}
.or_box_wrap .one-third, .or_box_wrap .one-second, .or_box_wrap .two-third{
float: left;
padding-left: 15px;
padding-right: 15px;
}
.or_box_wrap .one-third{
width: 33.3%;
}
.or_box_wrap .one-second{
width: 50%;
}
.or_box_wrap .two-third{
width: 66.7%;
} .or-owl-post-carousel{
}
.or-owl-post-carousel .owl-item{
padding-right: 20px;
}
.or-owl-post-carousel .owl-item .read-more{
font-size: 13px;
padding: 9px 30px;
border-radius: 25px;
white-space: nowrap;
border: 1px solid #e3e3e3;
transition: all 0.3s ease;
}
.or-owl-post-carousel .owl-item .read-more:hover{
background: #ccc;
border: 0;
}
.or-owl-post-carousel .owl-item .footer-button{
padding: 15px 0;
text-align: center;
}
.or-owl-post-carousel .owl-item .list-item{
box-shadow: 0px 0px 0px 1px rgba(224,224,224,0.5) inset;
text-align: center;
padding-bottom: 25px;
}
.or-owl-post-carousel .in-post-content {
text-align: justify;
}
.or-owl-post-carousel .owl-item .image{
margin-bottom: 20px;
position: relative;
}
.or-owl-post-carousel .owl-item .title{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.or-owl-post-carousel .owl-item .image .caption{
background: rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
left: 0;
bottom: 0;
padding: 5px 10px;
margin: 0;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.or-owl-post-carousel .owl-item .image .caption a{
color: #FFFFFF;
font-size: 16px;
}
.or-owl-post-carousel .owl-item .title{
padding: 20px 12px 0;
}
.or-owl-post-carousel .owl-item .in-post-content{
padding: 0 15px;
}
.or-owl-post-carousel .owl-item .or-entry_meta{
margin-bottom: 10px;
font-size: 80%;
} .list-post-type .list-item{
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid #dbdbdb;
}
.list-post-type .list-item img{
margin-bottom: 15px;
}
.or-entry_meta > span{
margin-right: 10px;
}
.or-carousel-images .progressBar{
width: 100%;
background: #EDEDED;
}
.or-carousel-images .progressBar .bar{
width: 0%;
max-width: 100%;
height: 4px;
background: #7fc242;
} .or_accordion_section.group{
padding-bottom: 8px;
}
.entry-content a{
box-shadow: none;
}
.or_accordion_content {
border-bottom: 1px solid #eaeaea;
} .or_single_image{
max-width: 100%;
}
.or_single_image > a {
display: inline-block;
max-width: 100%;
}
.or_single_image p{
margin: 10px 0;
}
.or_image_empty{
max-width: 100%
} .list-post-type .or-entry_meta span.tags-links {
display: inline !important;
}
.or-entry_meta {
font-size: 80%;
padding-bottom: 10px;
} .or-sync2.owl-carousel.owl-theme {
margin-top: 10px;
}
.or-sync2 .owl-item .item img{
width: 50px;
height: 45px;
}
.or-sync2 .owl-item.synced .item img{
border: 1px solid #869791;
} .or_video_wrapper{
clear: both;
}html, body{
overflow: initial !important;
}
body{
position: relative;
margin: 0px;
display: inline-block;
width: 100%;
background: #fff;
}
body.or-disable-inspect #or-footers, body.or-disable-inspect .or-element.drag-helper, body.or-disable-inspect #or-frame-scroll-pad{
display: none !important;
}
.noneuser{
-moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
div[data-model].or_shortcode:not(.or_column){
clear: both;
} #or-footers .empty_guide {
max-height: inherit;
max-width: 100%;
}
*[data-model] ~ #or-footers .empty_guide {
display: none !important;
}
.disable-view-element{
width: 100%;
text-align: center;
display: flex;
align-items: center;
background: #eee;
max-width: 100%;
}
.disable-view-element h3{
width: 100%;
text-align: center;
margin: 0 20px;
font-weight: 500;
}
#or-ui-handle-image, #or-ui-handle-image-copy {
position: absolute;
top: -100000px;
left: -100000px;
opacity: 0.75;
max-width: 50px;
}
or.fix-to-get-rect, or.or-ui-placeholder {
width: 100%;
float: left;
display: block;
}
#or-overlay-placeholder{
background: rgba(22, 137, 202, 0.2);
border: 1px dashed rgba(22, 137, 202, 0.5);
position: absolute;
top: -10000px;
left: -10000px;
z-index: 1000;
}
king ~ div {
clear: both;
}
.or_row{
display: flex;
position: relative;
}
.or_row_inner:before,.or_row_inner:after{
content: "";
height: 20px;
width: 100%;
position: absolute;
top: -20px;
left: 0px;
}
.or_row_inner:after{
top: auto;
bottom: -20px;
}
div.or-element.or-loadElement-via-ajax{
text-align: center;
border: none;
background: #fafafa;
}
.or-loadElement-via-ajax>span{
padding: 30px 0;
display: inline-block;
color: #888;
}
.or-loadElement-via-ajax>span h3{
color: #aaa;
font-weight: 300;
text-transform: uppercase;
font-size: 15px;
}
.or-ui-placeholder {
border-color: transparent !important;
background: #fff url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/images/bg-placeholder.png) !important;
background-size: 35px 20px !important;
text-align: center !important;
position: relative;
z-index: 10000;
max-height: 425px;
color: #fff;
overflow: hidden;
}
.or-element.drag-helper a:hover {
color: #1589c9 !important;
}
.or-ui-placeholder:after {
height: calc(100% - 2px);
width: calc(100% - 2px);
position: absolute;
content: "Origin Builder";
top: 0px;
left: 0px;
border-radius: 2px;
border: 1px dashed #42BCE2 !important;
color: rgba(0,0,0,0.05);
font-weight: bold;
font-family: 'Open Sans';
font-size: 1.2em;
line-height: 25px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: hidden;
}
.or-ui-placeholder.or-quick-copy {
outline: none;
background: rgba(135, 199, 37, 0.75) url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/images/bg-placeholder-white.png) repeat !important;
background-size: 35px 20px !important;
}
.or-ui-placeholder.or-quick-copy
.or-column.or-ui-placeholder,
.or-column-inner.or-ui-placeholder {
max-height: inherit;
}
.or-element>*, .or-row-inner>*, .or-views-sections>* {
position: relative;
z-index: 2;
}
.or-element:before, .or-row-inner:before, .or-views-sections:before {
position: absolute;
left: 0px;
width: 100%;
content: "";
z-index: 1;
}
.or-element:before {
top: -10px;
height: calc(100% + 20px);
height: -webkit-calc(100% + 20px);
height: -moz-calc(100% + 20px);
}
.or-row-inner:before {
top: -40px;
height: calc(100% + 50px);
height: -webkit-calc(100% + 50px);
height: -moz-calc(100% + 50px);
}
.or-views-sections:before {
top: -25px;
height: calc(100% + 40px);
height: -webkit-calc(100% + 40px);
height: -moz-calc(100% + 40px);
}
.or-ui-placeholder .or-element-control {
background: rgba(0,0,0,0) !important;
}
.or-ui-placeholder * {
visibility: hidden;
}
.or-ui-helper .or-element-control {
visibility: hidden !important;
}
#or-ui-handle-image, #or-ui-handle-image-copy {
position: absolute;
top: -100000px;
left: -100000px;
opacity: 0.75;
max-width: 50px;
}
body .or-ui-placeholder {
background-color: transparent !important;
border-radius: 0px !important;
}
div.or_text_block {
display: block;
clear: both;
}
.or-boxholder {
position: absolute;
z-index: 9998;
height: 0px;
left: -10000px;
top: -10000px;
}
div.or-element.drag-helper{
min-height: 100px;
background: #fff;
}
.or-element.drag-helper a{
margin-top: 40px;
color: #333 !important;
font-size: 14px !important;
}	
.or-element.drag-helper a i{
color: #333 !important;
font-size: 14px !important;	
}
#or-element-placeholder, .or-boxholder:hover {
z-index: 10000;
}
.or-boxholder > .mpb-tooltip {
min-width: 10px;
height: 20px;
background: rgba(255, 0, 0, 0.5);
color: #fff;
margin-top: -20px;
float: right;
padding: 0 8px;
font-size: 13px;
line-height: 20px;
font-weight: 300;
position: relative;
}
.or-boxholder > .mpb-tooltip ul, .or-boxholder > .mpb-tooltip .delete, .or-boxholder > .mpb ul {
display: none;
}
#or-element-placeholder.or-boxholder > .mpb-tooltip {
background: #3fbafd none repeat scroll 0 0 !important;
border-radius: 5px;
box-shadow: none;
cursor: move;
padding-left: 6px;
padding-right: 0;
}
#or-element-placeholder.or-boxholder > .mpb-tooltip:hover {
background:  #3fbafd;
}
.or-boxholder > .mpb {
position: absolute; width: 0px;
height: 0px;
top: 0px;
left: 0px;
}
.or-boxholder > .mpb.mpb-top{
border-top: 1px dashed #42BCE2;
}
.or-boxholder > .mpb.mpb-bottom{
border-bottom: 1px dashed #42BCE2;
}
.or-boxholder > .mpb.mpb-left{
border-left: 1px dashed #42BCE2;
}
.or-boxholder > .mpb.mpb-right{
border-right: 1px dashed #42BCE2;
}
div[data-col-index] > .mpb.mpb-top:before{
top: -27px;
background: transparent;
}
.or-resizing-cols #or-sections-placeholder,
.or-resizing-cols #or-section-placeholder,
.or-resizing-cols #or-element-placeholder,
.or-resizing-cols #or-row-placeholder{
display: none;
}
.or-resizing-cols #or-column-0-placeholder.or-boxholder .mpb.mpb-left{
display: block;
}
.or-boxholder > .mpb .handle-resize{
position: absolute;
top: 0px;
left: -2px;
cursor: col-resize;
height: 100%;
width: 4px;
}
.or-boxholder > .mpb .handle-resize:after {
height: 8px;
width: 8px;
content: "";
position: absolute;
margin: -4px 0 0 0px;
border: 1px solid #888;
box-shadow: 0px 0px 2px 0px rgba(66,188,226,0.4) !important;
background: #FFF;
z-index: 2;
top: 50%;
left: -2px;
}
.or-boxholder > .mpb .handle-resize:hover:before {
content: "";
height: 100%;
width: 10px;
top: 0px;
left: -5px;
position: absolute;
z-index: 0;
}
.or-boxholder > .mpb .handle-resize:hover:after {
background: #42BCE2;
width: 1px;
height: 100%;
box-shadow: none;
border: none;
margin: 0px;
top: 0px;
left: 1px;
}
.or-boxholder > .mpb .handle-resize i{
position: absolute;
top: 50%;
font-size: 14px;
left: -65px;
padding: 5px 10px;
margin-top: -11px;
z-index: 1;
color: #555;
background: #fff;
border: 1px solid #ccc;
border-radius: 2px;
display: none;
cursor: pointer;
}
.or-boxholder > .mpb .handle-resize i:hover{
background: #333;
color: #fff;
border-color: #333;
}
.or-boxholder > .mpb .handle-resize i.fa-arrow-right{
left: auto;
right: -60px;
}
.or-boxholder > .mpb .handle-resize:hover i{
display: block;
}	
.or-boxholder > .mpb .handle-resize i.fa-exchange{
left: -16px;
z-index: 10;
}
#or-element-placeholder.or-boxholder > .mpb {
border-color:#3fbafd;
}
#or-element-placeholder.or-boxholder > .mpb .marginer {
background: rgba(0, 0, 0, 0) url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/assets/cur.png) repeat scroll 0 0 / 100% auto;
border: 1px solid #fff;
border-radius: 100%;
cursor: ns-resize;
height: 10px;
left: 50%;
margin-left: -5px;
position: absolute;
top: -5px;
transition: all 200ms ease 0s;
width: 10px;
z-index: 10;
}
.mpb .marginer:after{
position: absolute;
top: -25px;
width: 40px;
height: 20px;
text-align: center;
font-size: 10px;
background: rgba(251, 236, 196, 0.8);
border: 1px solid rgba(206, 200, 185, 0.38);
content: attr(data-value);
color: rgba(45, 45, 45, 0.72);
font-weight: 300;
left: 50%;
margin-left: -20px;
}
.mpb-bottom.mpb .marginer:after{
top: auto;
bottom: -25px;	
}
#or-element-placeholder.or-boxholder > .mpb .marginer:hover {
background: rgba(0, 0, 0, 0) url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/assets/cur.png) repeat scroll 0 0 / 100% auto;
border: medium none;
height: 30px;
margin-left: -15px;
top: -15px;
width: 30px;
}
.or-boxholder > .mpb-left {
left: -1px;
}
.or-boxholder > .mpb-tooltip {
background: #42BCE2;
color: #fff;
height: 28px;
margin-top: -27px;
padding: 0 12px;
line-height: 27px;
cursor: move;
z-index: 1;
}
#or-element-placeholder > .mpb-tooltip {
margin-top: -13px;
z-index: 1;
}
.or-boxholder > .mpb-tooltip ul, .or-boxholder > .mpb ul {
float: left;
display: block;
border-right: none;
box-shadow: none !important;
position: absolute;
z-index: 2;
right: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.or-boxholder > .mpb ul.center {
margin-left: -100px;
position: relative;
border: none;
top: 0px;
left: 50%;
width: 200px;
text-align: center;
margin-right: 0px;
margin-top: 0px;
line-height: 0px;
}
.or-boxholder > .mpb ul.center.top {
top: -26px;
}
.or-boxholder > .mpb ul.center.top li{
border-radius: 0px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.or-boxholder > .mpb ul.center.top li.col-info{
cursor: default;
background: rgba(255,255,255,0.1);
color: #888;
font-size: 10px;
font-weight: 300;
padding: 0 5px;	
margin-right: -35px;
}
.or-boxholder > .mpb ul.center li.delete{
background: #EB5354;
}
.or-boxholder > .mpb ul.center li {
background: #42BCE2;
color: #fff;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border: none;
margin-right: 1px;
height: 26px;
text-shadow: none;
font-size: 13px;
font-weight: 300;
line-height: 26px;
}
.or-boxholder > .mpb ul.center li i{
font-size: 13px;
}
.or-boxholder > .mpb ul.center li:last-child {
border: none;
}
.or-boxholder > .mpb ul {
margin-left: 0px;
margin-top: 1px;
line-height: initial;
}
.or-boxholder > .mpb-tooltip ul li, .or-boxholder > .mpb ul li {
color: #fff;
padding: 0 12px;
background: #333;
display: inline-block;
cursor: pointer;
border-right: 1px solid #5F5F5F;
position: relative;
height: 28px;
line-height: 28px;
}
.tip {
position: relative;
}
.or-boxholder > .mpb-tooltip ul li span.tips, .tip .tips {
background: #555;
color: #fff;
padding: 3px 8px;
position: absolute;
top: 125%;
left: 0px;
white-space: nowrap;
display: none;
z-index: 1;
font-weight: 300;
font-size: 12px;
}
.or-boxholder > .mpb-tooltip ul li span.tips a, .tip .tips a{
color: #42BCE2;
text-decoration: none;
font-weight: 400;
}
.or-boxholder > .mpb-tooltip ul li span.tips a:hover, .tip .tips a:hover{
text-decoration: underline;
}
.or-boxholder > .mpb-tooltip ul li:hover span.tips, .tip:hover .tips {
display: block;
}
.or-boxholder > .mpb-tooltip ul li span.tips:before, .tip .tips:before {
content: "";
position: absolute;
height: 20px;
width: 100%;
left: 0px;
top: -10px;
}
.or-boxholder > .mpb-tooltip ul li span.tips:after, .tip .tips:after {
content: "";
height: 10px;
width: 10px;
background: #555;
position: absolute;
top: -4px;
left: 13px;
z-index: 1;
transform: rotate(45deg);
}
.or-boxholder > .mpb-tooltip ul li:hover, .tip:hover {
background: #555 !important;
color: #fff !important;
}
.or-boxholder > .mpb-tooltip .delete:hover {
color: #333;
}
.or-boxholder > .mpb-tooltip .delete {
margin: 0 0 0 5px;
line-height: inherit;
cursor: pointer;
float: right; padding: 0 8px 1px;
display: block;
background: #206faa none repeat scroll 0 0;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
body #or-footers{
border: none;
box-shadow: none;
margin-bottom: 30px;
text-align: center;
position: relative;
float: left;
width: 100%;
}
body #or-footers > ul{
border: 1px solid #E4E4E4;
max-width: 1024px;
margin: 0 auto;
display: inline-block;
float: none;
}
body *[data-model] ~ #or-footers{
margin-top: 50px;	
}
#or-footers ul li .m-a-tips{
box-shadow: none;
border: 1px solid #E4E4E4;
background: #F9F9F9;
}
#or-footers ul li .m-a-tips:after{
border: 1px solid #E4E4E4;
border-bottom: none;
border-right: none;
top: -6px;
background: #F9F9F9;
}
#or-footers ul li.or-add-sections{
padding: 11px 10px 11px 40px;
margin: -1px -1px -1px 0;
border-radius: 0 2px 2px 0;
}
.or-params-popup .button-group.button-large .button, .or-params-popup .button.button-large {
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
}
.or-params-popup .button, .or-params-popup .button-secondary {
color: #555;
border-color: #ccc;
background: #f7f7f7;
-webkit-box-shadow: 0 1px 0 #ccc;
box-shadow: 0 1px 0 #ccc;
vertical-align: top;
}
.or-params-popup .button, .or-params-popup .button-primary, .or-params-popup .button-secondary {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
-webkit-border-radius: 3px;
border-radius: 3px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.or-params-popup .button-secondary:focus, .or-params-popup .button-secondary:hover, .or-params-popup .button.focus, .or-params-popup .button.hover, .button:focus, .or-params-popup .button:hover {
background: #fafafa;
border-color: #999;
color: #23282d;
}
body .wp-pointer-content p{
font-size: 13px;
line-height: 0.5;
margin: 1em 0;
}
.or-element:before, .or-row:before, .or-row-inner:before, .or_column_inner:before, .or_column:before, .or-views-sections:before {
position: absolute;
left: 0px;
width: 100%;
content: "";
z-index: 1;
top: -10px; 
height: calc(100% + 20px);
height: -webkit-calc(100% + 20px);
height: -moz-calc(100% + 20px);
}
.or-element:hover, .or_row:hover, .or-row-inner:hover, .or_column_inner:hover, .or_column:hover, .or-views-sections:hover {
z-index: 3;
position: relative;
} 
@-webkit-keyframes locked {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.2;
}
}
@keyframes locked {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.2;
}
}
.or-bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: originbounceIn;
animation-name: originbounceIn;
}
@-webkit-keyframes originbounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.9);
transform: scale(.9)
}
50% {
opacity: 1;
-webkit-transform: scale(1.01);
transform: scale(1.01)
}
70% {
-webkit-transform: scale(.99);
transform: scale(.99)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes originbounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9)
}
50% {
opacity: 1;
-webkit-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01)
}
70% {
-webkit-transform: scale(.99);
-ms-transform: scale(.99);
transform: scale(.99)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes notice {
0%, 50%, 100% {
color: rgba(255,255,255,1);
}
25%, 75% {
color: rgba(255,255,255,0);
}
}
@keyframes notice {
0%, 50%, 100% {
color: rgba(255,255,255,1);
}
25%, 75% {
color: rgba(255,255,255,0);
}
}
.or-ui-placeholder{content:""!important;}
#or-ui-handle-image svg {
width: 45px;
display: block;
margin: 6px auto;
}
#or-ui-handle-image{
background: #fff none repeat scroll 0 0;
border-radius: 10px;
box-shadow: 0 1px 7px 4px rgba(0, 0, 0, 0.1); 
-webkit-box-shadow: 0 1px 7px 4px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 7px 4px rgba(0, 0, 0, 0.1); 
height: 65px;
max-width: 127px !important;
opacity: 1;
position: absolute;
width: 86px; border: none;
opacity:1;
}@font-face {
font-family: 'bradley_hand_itc_tt_bold';
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/assets/fonts/bradley_hand_itc_tt_bold.ttf); src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/assets/fonts/BradleyHandITCTTBold.otf);
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/assets/fonts/BradleyHandITCTTBold.woff); 
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
img
{
max-width:100%;}
.or-boxholder > .mpb ul.center.top li.col-info {
display: none;
}
body
{
font-family:"Open Sans",sans-serif!important;
font-weight:300;}
.footer_width {
background: #1b1e27 none repeat scroll 0 0;
clear: both;
color: #fff;
font-family: "open sans",sans-serif;
margin-top: 20px;
padding: 20px 20px 25px;
}
.tip > img {
vertical-align: sub;
width: 15px;
}
.left_device.fix_width {
display: inline-block;
}
.or-ui-placeholder {
background: #fff url(//www.smartouch.com.my/wp-content/plugins/origin_pro//includes/frontend/builder/assets/move_placeholder.png)!important;
background-repeat:  repeat!important ;
background-position:0 0 !important;
}
.or-ui-placeholder::after {
content: ""!important;
}
.or-element.drag-helper a:hover {
color: #1589c9 !important;
}
.right_device {
display: inline-block;
float: right;
text-transform: capitalize;
}
.start_img {
position: relative;
}
.start_img  img {
border: 1px dashed #d1d1d1;
margin-bottom: -3px !important;
max-width: 100% !important;
}
.or-boxholder > .mpb .handle-resize i
{
display:none;}
.fa-exchange::before {
content: "";
}
.or-boxholder > .mpb .handle-resize i {
background: none;
border: none;
}
.or-boxholder > .mpb .handle-resize i:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: transparent;
color: #fff;
}
.or-boxholder > .mpb .handle-resize .fa-exchange {
display: none !important;
}
.or-boxholder > .mpb ul.center li {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-left: 1px dashed #42bce2;
border-right: 1px dashed #42bce2;
border-top: 1px dashed #42bce2;
}
.or-boxholder .mpb.mpb-bottom .tip
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-left: 1px dashed #42bce2!important;
border-right: 1px dashed #42bce2!important;
border-bottom: 1px dashed #42bce2!important;
}
.tip .sl-plus.black_img,.tip:hover .sl-plus.blue_img {
display: none;
}
.tip:hover .sl-plus.black_img, .sl-plus.blue_img
{
display:inline-block;}
.tip:hover {
background: #1589c9 none repeat scroll 0 0 !important;
border: medium none !important;
}
.or-boxholder .mpb.mpb-bottom .tip:hover{
border:none!important;}  .start_img > h2 {
display: block;
font-family: "open sans",sans-serif;
font-size: 20px !important;
font-weight: 300;
line-height: 25px;
margin: 0;
position: absolute;
text-align: center;
top: 42%;
width: 100%;
}
.start_img > span {
color: #000;
display: block;
font-size: 16px;
position: absolute;
text-align: center;
top: 53%;
width: 100%;
} .start_img {
margin-bottom: 35px;
position: relative;
} .or-boxholder > .mpb-tooltip ul li span.tips, .tip .tips {
background: #000 none repeat scroll 0 0;
border-radius: 5px;
color: #ddd;
display: none;
font-family: "Open Sans",sans-serif;
font-size: 13px;
font-weight: 300;
left: 50%;
padding: 2px 8px;
position: absolute;
top: 125%;
transform: translateX(-50%);
white-space: nowrap;
z-index: 2;
}
.or-boxholder > .mpb-tooltip ul li:hover {
background: #000 none repeat scroll 0 0 !important;
}
.or-boxholder > .mpb-tooltip ul li span.tips::after, .tip .tips::after {
background: #000 none repeat scroll 0 0;
content: "";
height: 20px;
left: 50%;
position: absolute;
top: -4px;
border-radius:6px;
transform:translateX(-50%) rotate(45deg);
width: 20px;
-webkit-transform: translateX(-50%) rotate(45deg);
z-index: -1;
}
#or-footers ul li .m-a-tips {
border: medium none !important;
border-radius: 5px !important;
bottom: -40px !important;   box-shadow:0 4px 4px 0px rgba(0, 0, 0, 0.1) !important;
color: #555 !important;
left:50%!important;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
padding: 3px 12px !important;
z-index: 1 !important;
}
#or-footers ul li .m-a-tips::after {
display:none!important;
}
#or-footers ul li::after {
background: #fff none repeat scroll 0 0;
content: "";
height: 10px;
left: 30px;
position: absolute;
top: -6px;
transform: rotate(45deg);
width: 10px;
}
#or-footers ul li {
display: inline-block;
float: none!important;
} #or-footers ul li::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
box-shadow: 2px 1px 6px 3px rgba(0, 0, 0, 0.11) !important;
}
#or-footers ul li::after {
border-radius: 5px !important;
display: none;
height: 20px !important;
left: 50% !important;
top: 46px !important;
transform: translateX(-50%) rotate(45deg) !important;
width: 20px !important;
z-index: 0 !important;
}  #or-footers ul li:hover::after{
display: block;
}
.or-boxholder > .mpb-tooltip ul li span.tips::before, .tip .tips::before {
left: 50% !important;
transform: translateX(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) rotate(45deg);
}
.or-boxholder > .mpb-tooltip ul li span.tips::after, .tip .tips::after {
left: 50%;
transform: translateX(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) rotate(45deg);
}
.mpb .marginer::after {
background: #3fbafd none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
font-size: 12px;
height: 25px;
line-height: 22px;
top: -30px;
}
.or-boxholder > .mpb .handle-resize::after {
background: #fff url(http://beta.brstdev.com/origin/wp-content/plugins/origin/assets/images/blue_dots.png);
background-repeat:  no-repeat;
background-position: 0 8px ;
background-size: 100% auto;
border: medium none;
box-shadow: none !important;
content: "";
height: 39px;
left: -1px;
margin: -20px 0 0;
position: absolute;
top: 50%;
width: 4px;
z-index: 1;
}
.svg_arrow > span {
font-family: bradley_hand_itc_tt_bold;
font-size: 16px;
font-weight: bold;
left: 58%;
position: absolute;
top: 137px;
color: #000;
}
.mpb-bottom.mpb .marginer::after {
bottom: -30px;
top: auto;
}
#or-footers ul {
background: #fff none repeat scroll 0 0 !important;
width: auto !important;
}
#or-footers::before {
background:#ddd none repeat scroll 0 0;
content: "";
display: block;
height: 1px;
left: 0;
position: absolute;
top: 22px;
width: 100%;
}
#or-footers {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
box-shadow: none;
position: relative;
text-align: center;
}
#or-footers ul li:hover {
box-shadow: none!important;
}
#or-footers ul li .grp-column {
background: #d6d6d6 none repeat scroll 0 0!important;
}
#or-footers ul li .grp-column {
background: #d6d6d6 none repeat scroll 0 0!important;
}
.basic-add {
display: none!important;
}
body #or-footers > ul {
border: medium none;
}
#or-footers ul li:hover span.grp-column{
background-color: #000 !important;
color: #000 !important;
}
#or-footers ul li {
z-index:inherit !important;
}
.or-footers.or_foot ul li .grp-column{
height: 30px;
width: 30px!important;
}
#or-footers ul li {
padding: 8px 4px!important;
}
.or-footers.or_foot::before {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.or-footers.or_foot ul li.two-columns .grp-column {
width: 24px!important;
}
.or-footers.or_foot ul li.three-columns .grp-column {
width: 18px!important;
}
.or-footers.or_foot ul li.four-columns .grp-column {
width: 13px!important;
}
#or-element-placeholder.or-boxholder > .mpb .marginer:hover {
background: rgba(0, 0, 0, 0) url(http://beta.brstdev.com/origin/wp-content/plugins/origin/assets/images/cur.png) repeat scroll 0 0 / 100% auto;
border: medium none;
height: 30px;
margin-left: -15px;
top: -15px;
width: 30px;
}
#or-element-placeholder.or-boxholder > .mpb .marginer {
background: rgba(0, 0, 0, 0) url(http://beta.brstdev.com/origin/wp-content/plugins/origin/assets/images/cur.png) repeat scroll 0 0 / 100% auto;
border: 1px solid #fff;
border-radius: 100%;
cursor: ns-resize;
height: 10px;
left: 50%;
margin-left: -5px;
position: absolute;
top: -5px;
transition: all 200ms ease 0s;
width: 10px;
z-index: 10;
}
.or-params-popup.wp-pointer-top.or_column_wrpop.or-sidebar-popup {
width: 465px!important;
}
.or-footers.or_foottab ul li.two-columns .grp-column {
width: 22px!IMPORTANT;
}
.or-footers.or_foottab ul li.one-column .grp-column {
width: 30px!important;
}
.or-footers.or_foot ul li {
display: inline-block;
float: none!important;
}

.noneuser {
-moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
html {
height: 100%;
position: relative;
}
#or-container {
display: block;
margin-top: 30px;
}
#postdivrich.first-load:after {
content: "";
height: 120px;
width: 150px;
visibility: visible;
position: absolute;
top: 100px;
left: 50%;
margin-left: -75px;
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/logo_medium.png) no-repeat center center;
background-size: cover;
animation: fadeInFromNone 500ms ease 0s infinite alternate;
-webkit-animation: fadeInFromNone 500ms ease 0s infinite alternate;
}
#or-container.hideTips .mtips .mt-mes,#or-container.hideTips .mtips:after {
display: none !important;
} #or-controls {
display: block;
margin-bottom: 10px;
background: rgba(255, 255, 255, 0.75);
padding: 10px;
border-radius: 1px;
box-shadow: 0 1px 1px rgba(0,0,0,.035);
}
button#or-switch-builder {
background: #42BCE2;
color: #fff;
border: 1px solid #42BCE2;
cursor: pointer;
float: left;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
top: 1px;
cursor: pointer;
font: 13px/19px "Open Sans",sans-serif;
height: 20px;
margin: 5px 0 0 5px;
padding: 3px 8px 4px;
}
button#or-switch-builder:hover {
background: #27A6CE;
border-color: #27A6CE;
} .or-row {
display: inline-block !important;
width: 100%;
max-width: 100%;
clear: both;
margin: 50px 0px 0px 0px;
position: relative;
background: #fff;
box-shadow: 0 1px 1px rgba(0,0,0,.09);
}
.or-row.ui-sortable-helper {
max-width: inherit;
}
.or-row-placeholder {
margin-top: 50px;
display: inline-block;
width: 100%;
border: 1px dashed #aaa;
}
.or-row-wrap {
position: relative;
float: left;
width: 100%;
}
.or-row.collapse .or-row-wrap {
overflow: hidden;
height: 32px;
}
.or-row-inner.collapse .or-row-wrap {
overflow: hidden;
height: 25px;
}
.or-row.collapse>ul>li>.sl-arrow-down:before, .or-row-inner.collapse>ul>li>.sl-arrow-down:before {
content: "\e607";
}
.or-row-inner {
display: inline-block !important;
width: calc(100% - 26px);
width: -webkit-calc(100% - 26px);
width: -moz-calc(100% - 26px);
padding: 0 12px;
background: #e5e5e5;
border: 1px solid transparent;
margin-top: 40px !important;
margin-bottom: 10px;
position: relative;
}
.or-row-inner:before, .or-row-inner:after {
content: "";
position: absolute;
top: -31px;
left: 0px;
width: 100%;
height: 30px;
z-index: 0;
}
.or-row-inner:after {
top: auto;
bottom: 0px;
height: 30px;
}
.or-row-admin-view {
display: inline-block;
position: absolute;
top: -24px;
color: #999;
font-size: 14px;
width: 100%;
text-align: center;
left: 0px;
font-weight: 300;
}
.or-row-control {
float: right;
clear: both;
margin: 0px;
height: 30px;
margin-top: -31px;
background: #fefefe;
border-bottom: none;
position: relative;
z-index: 4;
box-shadow: 0 0px 1px rgba(0,0,0,.09);
}
.or-row-control:hover {
z-index: 3 !important;
}
.or-row-inner .or-row-control {
margin-right: -13px;
background-color: #e5e5e5;
box-shadow: none;
}
.or-row-inner .or-row-control.pos-left {
margin-right: 0px;
margin-left: -13px;
}
.or-row-control.pos-left {
float: left;
margin-right: 0px;
}
.or-row-control li {
float: right;
padding: 5px 12px;
margin: 0px;
cursor: pointer;
}
.or-row-control.pos-left li {
float: left;
}
.or-row-control li {
color: #888;
}
.or-row-control li.copy i.sl-doc:after {
content: "+";
top: -5px;
position: relative;
}
.or-row-control li.close i.sl-close {
color: #B42222;
}
.or-row:hover .or-row-control li {
color: #555;
}
.or-row .or-row-control li.copyRowInner.copied:after {
content: "Copied";
position: absolute;
right: -20px !important;
top: 5px;
color: #42BCE2;
transform: none;
background: transparent;
left: inherit;
display: block !important;
}
.or-row .row-container-control .copy.copied {
font: normal normal normal 14px/1 FontAwesome;
min-width: 23px;
text-align: center;
}
.or-row .row-container-control .copy.copied *,.or-row .row-container-control .copy.copied:after {
display: none;
}
.or-row .or-row-control li.copyRowInner.copied i:before, .or-row .row-container-control .copy.copied:before {
content: "\f00c";
color: #42BCE2;
font: normal normal normal 14px/1 FontAwesome;
}
.or-row-control li:hover i {
font-weight: bold;
color: #222;
}
.or-row-control .delete i {
color: #EF6161 !important;
}
.or-row:hover>.or-row-control,.or-row.collapse>.or-row-control {
}
.or-row-control .rowStatus {   height: 30px;
padding: 0 10px 0 0;
}
.or-row-control .rowStatus i, #wpwrap i.toggle {
display: inline-block;
height: 18px;
width: 34px;
margin-top: 6px;
margin-left: 10px;
background: #1589c9;
border-radius: 50px;
position: relative;
cursor: pointer;
}
.or-row-control .rowStatus i:hover, #wpwrap i.toggle:hover {
background: #2EA9D0;
}
.or-row-control .rowStatus i:after, #wpwrap i.toggle:after {
content: "";
position: absolute;
left: 1px;
top: 1px;
height: 16px;
width: 16px;
background: #fafafa;
border-radius: 100%;
}
.or-row-control .rowStatus.disabled i, #wpwrap i.disable.toggle {
background: #bababa;
}
.or-row-control .rowStatus.disabled i:hover, #wpwrap i.disable.toggle:hover {
background: #A2A2A2;
}
.or-row-control .rowStatus.disabled i:after, #wpwrap i.disable.toggle:after {
left: auto;
right: 1px;
content: "Unpublish";
text-indent: 40px;
color: #888;
font-style: initial;
font-size: 12px;
font-weight: 300;
line-height: 20px;
} .or-row-wrap>.or-column {
position: relative;
display: block !important;
}
.or-row-wrap>.or-column:before, .or-row-wrap>.or-column:after,
.or-row-wrap>.or-column-inner:before, .or-row-wrap>.or-column-inner:after {
height: 100%;
position: absolute;
top: 0px;
left: 0px;
width: 1px;
background: #e5e5e5;
cursor: col-resize;
content: "";
}
.or-column.or-model::before {
background: rgba(0, 0, 0, 0) url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/dots.png);
background-repeat:  no-repeat ;
background-position: 0 0 ;
background-size: 100% auto;
content: "";
height: 44px;
left: -2px;
position: absolute;
top: 56px;
width: 4px;
}
.or-column.or-model::after
{
background:none;
}
.or-row-wrap .or-column-wrap {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.or-row-wrap>.or-column:after, .or-row-wrap>.or-column-inner:after {
left: auto;
right: -1px;
}
.or-row-wrap>.or-column:first-child:before, .or-row-wrap>.or-column-inner:first-child:before {
display: none;
}
.or-row-wrap>.or-column:last-child:after, .or-row-wrap>.or-column-inner:last-child:after {
display: none;
}
.or-column,.or-column-inner {
float: left;
min-height: 1px;
position: relative;
display: block !important;
}
.or-column[style*="width: 20%"] .or-element-icon {
height: 46px;
}
.or-column-inner[style*="width: 20%"] .or-element-label {
display: none !important;
}
.or-column-inner[style*="width: 20%"] .or-element-icon {
height: 46px;
}
.or-column[style*="width: 16.6667%"] .or-element-label {
display: none !important;
}
.or-column[style*="width: 16.6667%"] .or-element-icon {
height: 46px;
}
.or-column-inner[style*="width: 16.6667%"] .or-element-label {
display: none !important;
}
.or-column-inner[style*="width: 16.6667%"] .or-element-icon {
height: 46px;
}
.or-row-wrap>.or-column.forceHide, .or-column-inner.forceHide {
display: none !important;
}
.or-column-wrap {
background: #fff;
padding: 5px 15px;
padding-bottom: 5px;
clear: both;
float: left;
width: 100%;
box-sizing: border-box;
min-height: 60px;
}
.or-column-inner .or-column-wrap {
padding: 15px;
padding-bottom: 5px;
}
.or-column .or-column-control {
float: left;
width: 97%;
margin: 0px 1.5%;
text-align: center;
height: 25px;
cursor: move;
position: relative;
z-index: 1;
}
.or-column .or-column-control:hover {
z-index: 3;
}
.or-column .or-column-control.pos-bottom {
height: 16px;
}
div>.or-column:last-child>.or-column-control,
div>.or-column-inner:last-child>.or-column-control {
margin-right: 0px;
width: 98.5%;
}
div>.or-column:first-child>.or-column-control,
div>.or-column-inner:first-child>.or-column-control {
margin-left: 0px;
width: 98.5%;
}
div>.or-column:only-child>.or-column-control,
div>.or-column-inner:only-child>.or-column-control {
width: 100%;
}
div>.or-column:last-child>.or-column-control .arrow-right,
div>.or-column:last-child>.column-resize.cr-right,
div>.or-column-inner:last-child>.or-column-control .arrow-right {
display: none;
}
div>.or-column:first-child>.or-column-control .arrow-left,
div>.or-column:first-child>.column-resize.cr-left,
div>.or-column-inner:first-child>.or-column-control .arrow-left {
display: none;
}
div>.or-column:only-child>.or-column-control .close,
div>.or-column-inner:only-child>.or-column-control .close {
display: none;
}
.or-column .or-cols-info{
position: absolute;
color: #AFAFAF;
font-weight: 300;
font-size: 10px;
top: 8px;
left: 15px;
width: 50px;
text-align: left;
}
.or-row-wrap>.or-column:only-child>.or-cols-info{
display: none;
}
.or-column .or-column-control .or-column-add:hover i {
font-weight: bold;
}
.or-column .or-column-control li {
display: inline-block;
padding: 8px 5px;
margin: 0px;
cursor: pointer;
}
.or-column .or-column-control.pos-bottom li, .or-column .or-column-control.column-inner-control li {
padding: 4px 5px;
position: relative;
z-index: 3;
}
div.or-column ul.or-column-control.pos-bottom li {
padding: 0px;
height: 16px;
line-height: 18px;
width: 19px;
}
.or-column-control i {
color: #888;
}
.or-column:hover .or-column-control i {
color: #555;
}
.or-column .column-resize {
position: absolute;
height: 100%;
top: 0px;
left: -5px;
width: 10px;
cursor: col-resize;
}
.or-column .column-resize.cr-right {
left: auto;
right: -5px;
}
body .or-column-control li.close i {
color: #EF6161 !important;
}
.or-column .or-column-control li:hover i {
font-weight: bolder;
color: #222;
}
.or-column>.or-column-control.pos-bottom {
height: 10px;
}
.or-column>.or-column-control.pos-bottom li {
padding: 2px 5px;
position: relative;
bottom: 0px;
background-color: #fff;
border-radius: 100%;
height: 20px !important;
line-height: 23px !important;
text-align: center;
}
.or-column-placeholder {
float: left;
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/bg-placeholder.png);
background-size: 35px 20px;
border: none !important;
}
.column-dragging {
border: none !important;
background-color: #fff !important;
}
.column-dragging:before,.column-dragging:after {
display: block !important;
}
.column-dragging .or-column-control {
opacity: 0;
}
.or-element {
margin: 5px 0;
padding: 10px;
background: #f8f8f8;
float: left;
width: 100%;
min-height: 30px;
border-radius: 0px;
position: relative;
z-index: 1;
display: block !important;
padding-bottom: 0px;
border: 1px solid #ddd;
box-sizing: border-box;
}
.or-model:hover {
z-index: 5;
position: relative;
}
html body .forceHide {
display: none !important;
}
html body .forceShow {
display: block !important;
}
.or-element.or_undefined {
background-color: #fff;
border: 1px dashed #ccc;
padding: 9px;
}
.or-element.or_undefined .or-element-icon, .or-element.or_undefined .or-element-label, .or-element.or_undefined br {
display: none;
}
.or-row-inner .or-element {
margin: 0 0 10px 0;
}
.or-element-placeholder {
border: 1px dashed #555;
margin: 5px 0;
padding: 9px 0;
width: calc(100% - 2px);
width: -webkit-calc(100% - 2px);
width: -moz-calc(100% - 2px);
float: left;
border-radius: 3px;
}
.or-row-inner .or-element-placeholder {
margin: 0 0 10px 0;
}
.or-element-placeholder.placeholder-for-views_sections {
margin-top: 25px;
margin-bottom: 5px;
}
.placeholder-for-or_row_inner {
margin-top: 39px !important;
padding: 0px 0 !important;
margin-bottom: 20px;
}
.or-row-inner .placeholder-for-views_sections {
}
.limited-height {
max-height: 200px;
}
.or-element-helper {
float: left;
padding: 10px 10px;
background: #86c724;
margin: 0px;
color: #fff;
cursor: pointer;
border-right: 1px solid #8fd625;
max-width: 120px;
max-height: 20px;
border-radius: 3px;
}
.or-element-helper i {
margin-right: 5px;
}
.or-element-helper.or-helper-for-or_row_inner {
margin-top: 42px;
}
.or-element-helper.or-helper-views_sections {
margin-top: 25px;
}
.or-element.drag-helper {
width: 100%;
height: 0px;
background-color: transparent;
border: 1px dashed #ccc;
padding: 0px;
display: none !important;
text-align: center;
line-height: 60px;
box-shadow: none;
}
.or-column-wrap>div:only-child,
.or-column-wrap.show-drag-helper>.or-element.drag-helper,
div.drag-helper:only-child {
min-height: 60px;
display: block !important;
}
.or-element.drag-helper a {
text-decoration: none;
position: relative;
z-index: 5;
line-height: 20px;
display: inline-block;
margin-top: 10px;
}
#or-switch-builder img {
margin-bottom: -3px;
margin-right: 2px;
} .or-ui-placeholder {
border-color: transparent ;
background: #fff url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/bg-placeholder.png);
background-size: 35px 20px ;
text-align: center ;
position: relative;
z-index: 10000;
max-height: 425px;
color: #fff;
}
.or-ui-placeholder:after {
height: calc(100% - 2px);
width: calc(100% - 2px);
position: absolute;
content: "Origin Builder";
top: 0px;
left: 0px;
background: rgba(255,255,255,0.25);
border-radius: 2px;
border: 1px dashed #42BCE2 !important;
color: rgba(0,0,0,0.05);
font-weight: bold;
font-family: 'Open Sans', 'Raleway', sans-serif;
font-size: 1.2em;
display: flex !important;
align-items: center !important;
justify-content: center !important;
line-height: inherit;
overflow: hidden;
}
.or-ui-placeholder.or-quick-copy {
outline: none;
background: rgba(135, 199, 37, 0.75) url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/bg-placeholder-white.png) repeat !important;
background-size: 35px 20px !important;
}
.or-ui-placeholder.or-quick-copy
.or-column.or-ui-placeholder,
.or-column-inner.or-ui-placeholder {
max-height: inherit;
}
.or-element>*, .or-row-inner>*, .or-views-sections>* {
position: relative;
z-index: 2;
}
.or-element:before, .or-row-inner:before, .or_column_inner:before, .or_column:before, .or-views-sections:before {
position: absolute;
left: 0px;
width: 100%;
content: "";
z-index: -1;
top: -10px;
height: calc(100% + 20px);
height: -webkit-calc(100% + 20px);
height: -moz-calc(100% + 20px);
}
.or-row-inner:before {
top: -40px;
height: calc(100% + 50px);
height: -webkit-calc(100% + 50px);
height: -moz-calc(100% + 50px);
}
.or-views-sections:before {
top: -25px;
height: calc(100% + 40px);
height: -webkit-calc(100% + 40px);
height: -moz-calc(100% + 40px);
}
.or-ui-placeholder .or-element-control {
background: rgba(0,0,0,0) !important;
}
.or-ui-placeholder * {
visibility: hidden;
}
.or-ui-helper .or-element-control {
visibility: hidden !important;
}
#or-ui-handle-image, #or-ui-handle-image-copy {
position: absolute;
top: -100000px;
left: -100000px;
opacity: 0.75;
max-width: 120px;
}
.or-element .or-element-control {
position: absolute;
z-index: 5;
top: -1px;
left: -1px;
background: rgba(0,0,0,0.5);
opacity: 0;
width: 100%;
height: 100%;
border-radius: 2px;
text-align: center;
transition: opacity 100ms;
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
padding: 1px;
}
.or-element:hover .or-element-control,
.or-element.editting .or-element-control {
opacity: 1;
}
.or-element>div.or-element-control {
cursor: move;
}
.or-element.or-undefined:hover {
border-color: transparent;
}
ul.or-controls {
position: absolute;
top: 50%;
left: 0;
margin: -9px 0 0 0;
padding: 0px;
min-width: 180px;
width: 100%;
text-align: center;
min-width: 210px;
z-index: 5;
}
ul.or-controls li {
display: inline;
padding: 6px 10px;
background: #000;
color: #fff;
cursor: pointer;
border-right: 1px solid #d6d6d6;
margin: 0px;
position: relative;
} ul.or-controls li:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
ul.or-controls li:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border: none;
}
ul.or-controls li.more .mme-more-actions {
position: absolute;
bottom: -65px;
left: 50%;
margin-left: -160px;
width: 320px;
display: none;
padding-bottom: 30px;
z-index: 11;
}
ul.or-controls li.more.active .mme-more-actions {
display: block;
}
ul.or-controls li.more .mme-more-actions ul {
box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.75);
border-radius: 3px;
background-color: #fff;
display: inline-block;
position: relative;
top: 10px;
}
ul.or-controls li.more .mme-more-actions li {
float: left;
background-color: #fff;
border-right: 1px solid #eee;
color: #555;
font-size: 12px;
}
ul.or-controls li.more .mme-more-actions li:last-child {
border: none;
}
ul.or-controls li.more .mme-more-actions li:hover {
background: #ddd;
color: #333;
position: relative;
z-index: 3;
}
ul.or-controls li.more div.mme-more-actions:before {
position: absolute;
width: 10px;
height: 10px;
background: #FFF;
top: 6px;
left: 50%;
content: "";
z-index: 1;
margin-left: -5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
ul.or-controls li.more .mme-more-actions li.delete {
background: #d54e21;
color: #fff;
}
ul.or-controls li.more .mme-more-actions li.delete:hover {
background: #b33e17;
}
ul.or-controls-2 {
position: absolute;
top: 0px;
left: 50%;
margin-left: -66px;
padding: 0px;
margin-top: 0px;
}
ul.or-controls-2 li {
float: left;
padding: 6px 10px;
margin: 0px;
color: #555;
cursor: pointer;
}
ul.or-controls-2 li:hover {
color: #000;
}
ul.or-controls-2 li.delete {
color: #d54e21;
}
ul.or-controls-2 li.delete:hover {
color: #b33e17;
}
ul.or-controls-2 li:hover i {
font-weight: bold;
}
.or-views-sections {
position: relative;
min-height: 50px;
width: calc(100% - 24px);
width: -webkit-calc(100% - 24px);
width: -moz-calc(100% - 24px);
margin-top: 25px;
margin-bottom: 15px;
float: left;
background-color: #e5e5e5;
padding: 0 12px 12px 12px;
border-radius: 2px;
display: block !important;
z-index: 1;
}
.placeholder-for-views_sections {
padding: 5px 0px !important;
}
.or-views-sections .or-views-sections-control {
top: -2px;
}
.m-p-body .or-param-row.field-textarea_html .m-p-r-content {
width: 100%;
clear: both;
display: inline-block;
}
.or-views-sections-wrap {
float: left;
width: 100%;
margin: 60px 0px 0px;
}
.or-views-sections-wrap .or-views-section {
height: 0px;
padding: 0px;
position: relative;
background: #fff;
float: left;
width: calc(100% - 30px);
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
overflow: hidden;
}
.or-views-sections-wrap .or-views-section.or-section-active {
height: inherit !important;
overflow: inherit;
padding: 30px 15px 10px 15px;
}
.or-views-sections .or-views-sections-label {
width: 100%;
float: left;
margin-top: -33px;
text-align: center;
}
.or-views-sections .or-views-sections-label>div:only-child {
float: none;
display: inline-block;
margin: 0 auto;
border-radius: 3px;
}
.or-views-sections .or-views-sections-label .section-label,.or-views-sections-label .add-section,.or-vs-placeholder {
float: left;
margin: 0px 5px 0 0;
background: #ccc;
padding: 8px 15px;
cursor: pointer;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 1px solid transparent;
color: #333;
white-space: nowrap;
height: 15px;
}
.or-vs-placeholder {
border: 1px dashed #ccc;
background: transparent;
height: 18px;
}
.or-views-sections .section-label:hover,.or-views-sections .section-label.sl-active {
background: #fff;
color: #333;
font-family: "Open Sans" !important;
font-weight: 500 !important;
line-height: inherit !important;
}
.or-views-sections-label .add-section:hover {
background: #bababa;
}
.or-views-or_tabs>.or-views-sections-wrap>.or-views-sections-label .add-section span {
display: none;
}
.or-views-section-wrap.or-column-wrap {
width: 100%;
padding: 0px;
margin: 0px;
}
.or-views-sections.or-views-vertical {
border: none;
background: #e5e5e5;
}
.or-views-vertical>.or-views-sections-wrap {
margin-top: 25px;
width: 100%;
border: none;
position: relative;
padding-bottom: 40px;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-sections-label {
position: absolute;
bottom: 5px;
left: 0px;
width: 100%;
height: 30px;
text-align: center;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-sections-label .add-section {
display: inline-block;
float: none;
margin: 0 auto;
border-radius: 3px;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-sections-label .section-label {
display: none;
}
.or-views-sections-wrap .or-views-section h3.or-vertical-label {
float: left;
width: calc(100% - 24px);
width: -webkit-calc(100% - 24px);
width: -moz-calc(100% - 24px);
height: 30px;
line-height: 30px !important;
background: #fff;
display: none;
border-radius: 3px;
cursor: pointer;
font-size: 15px !important;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin: 0px;
padding: 10px 12px;
}
.or-vsc-placeholder {
width: 100%;
float: left;
margin-bottom: 6px;
border-radius: 3px;
background: transparent;
border: 1px dashed #888;
}
.or-views-sections-wrap .or-views-section h3.or-vertical-label:hover,
.or-views-sections-wrap .or-views-section.or-section-active h3.or-vertical-label {
background: #f8f8f8;
}
h3.or-vertical-label:before {
margin-right: 10px;
color: #888;
}
.or-views-section.or-section-active>h3.or-vertical-label:before {
content: "\e607";
}
.or-views-section.or-section-active>h3.or-vertical-label {
border-bottom: 1px solid #eee;
border-radius: 0px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-section>h3.or-vertical-label {
display: inline-block;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-section {
padding: 0px;
margin: 0px 0px 8px 0px;
width: 100%;
background-color: transparent;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-section>.or-vs-control {
position: relative;
left: 0px;
top: 0px;
margin: 0px;
text-align: center;
width: 100%;
display: inline-block;
background-color: #fff;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-section>.or-vs-control li {
float: none;
display: inline-block;
}
.or-views-vertical>.or-views-sections-wrap .or-views-section-wrap.or-column-wrap {
padding: 0 15px 15px 15px;
width: calc(100% - 30px);
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
}
.or-views-vertical>.or-views-sections-wrap>.or-views-section {
display: block !important;
height: 50px;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-section.forceHide {
display: none !important;
}
.or-views-vertical>.or-views-sections-wrap>div.or-views-section:not(.or-section-active)>.or-vs-control,
.or-views-vertical>.or-views-sections-wrap>div.or-views-section:not(.or-section-active)>.or-views-section-wrap {
position: absolute;
top: -10000px;
left: -10000px;
overflow: hidden;
height: 0px;
width: 100%;
}
.or-views-vertical>.or-views-sections-wrap>.or-views-section.or-section-active>.or-vs-control,
.or-views-vertical>.or-views-sections-wrap>.or-views-section.or-section-active>.or-views-section-wrap {
display: inline-block !important;
}
.mtips, #wpadminbar .mtips {
position: relative;
z-index: 1000;
}
.mtips span.mt-mes, #wpadminbar .mtips span.mt-mes {
position: absolute !important;
background: #000;
white-space: nowrap;
color: #ddd;
padding: 8px 12px !important;
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
top: 110%;
font-weight: 300;
left: calc(50% - 5px);
margin-top: 4px;
display: none;
left: -webkit-calc(50% - 5px);
left: -moz-calc(50% - 5px);
margin-left: -12px;
border-radius: 2px;
font-size: 13px;
height: 15px;
line-height: 15px;
}
#wpadminbar #or-top-toolbar .mtips span.mt-mes {
left: auto;
right: -webkit-calc(50% - 25px);
right: -moz-calc(50% - 25px);
}
.mtips.copied span.mt-mes, #wpadminbar .mtips.copied span.mt-mes {
display: none !important;
}
.mtips.mtips-right span.mt-mes, #wpadminbar .mtips.mtips-right span.mt-mes {
top: 50%;
left: 130%;
margin-top: -15px;
box-sizing: content-box;
}
.mtips:after, #wpadminbar .mtips:after {
content: "";
position: absolute;
top: 110%;
left: calc(50% - 5px);
left: -webkit-calc(50% - 5px);
left: -moz-calc(50% - 5px);
background: #000;
height: 10px;
width: 10px;
display: none;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.mtips.mtips-right:after, #wpadminbar .mtips.mtips-right:after {
top: 50%;
left: 100%;
margin-top: -5px;
}
.mtips:hover, #wpadminbar .mtips:hover {
z-index: 1001;
}
#wpadminbar .mtips:hover span.mt-mes, #wpadminbar .mtips:hover:after, .mtips:hover:after, .mtips:hover span.mt-mes {
display: block;
}
#or-editor-wrap-textarea_html .wp-editor-tools>div *,
.m-p-body .or-param-row.field-textarea_html .m-p-r-label {
display: none;
}
#or-editor-wrap-textarea_html .wp-editor-tools .add_media,
#or-editor-wrap-textarea_html .wp-editor-tools .switch-tmce,
#or-editor-wrap-textarea_html .wp-editor-tools .switch-html {
display: block;
}
.admin-view {
display: inline;
margin-bottom: 0px;
font-size: 12px;
font-style: italic;
color: #999;
margin-right: 5px;
max-width: 100%;
overflow: hidden;
}
.or-element>div.admin-view:last-child{
clear: both;
}
.or-element>div.admin-view:last-child:after{
margin-bottom: 10px;
content: "";
display: inline-flex;
clear: both;
}
.viewEditable.or-element>div.admin-view:last-child {
margin-bottom: 0px;
}
.admin-view.images {
display: block !important;
clear: both;
top: 10px;
margin-bottom: 10px;
}
.or-undefined .admin-view {
overflow: hidden;
max-width: 100%;
}
.admin-view.image {
clear: both;
width: 100%;
margin-left: -10px;
padding: 10px;
text-align: center;
background: #fff;
display: block;
}
.admin-view.image img, .admin-view.images img {
max-width: 100%;
max-height: 200px;
margin: 0 auto;
}
.admin-view.images img {
max-height: 120px;
max-width: 24%;
display: inline-block;
margin-right: 1%;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.admin-view * {
max-width: 100%;
line-height: normal;
}
.admin-view strong {
text-transform: capitalize;
}
.admin-view strong.prime {
color: #444;
font-style: normal;
}
.or-undefined .admin-view {
color: #555;
font-size: 13px;
font-style: inherit;
}
.admin-view.icon i {
font-size: 30px;
margin: 10px;
}
.admin-view.icon_color span {
height: 20px;
border-radius: 100%;
border: 1px solid #e0e0e0;
width: 20px;
display: inline-block;
margin-bottom: -5px;
}
.or_column_text .admin-view.custom-admin-view {
background: #fefefe;
color: #444;
font-size: 13px;
line-height: 1.4em;
font-style: inherit;
padding: 10px;
margin: 0 0 1px -10px !important;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
width: 100%;
display: block;
}
div.admin-view.content + div.admin-view {
margin-top: 20px;
display: inline-block;
}
.or_column_text .admin-view.text h3 {
padding-left: 0px !important;
}
.or-element-icon {
float: left;
margin: -10px 10px 0px -10px;
overflow: hidden;
background: #fff;
border-radius: 1px;
height: 60px;
}
.viewEditable .or-element-icon {
height: 50px;
}
.or-element-icon .cpicon {
width: 70px;
position: relative;
float: left;
background-image: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/icons.min.png);
background-repeat: no-repeat;
background-size: 500px 800px;
height: 60px;
transform: scale(0.8) translateX(-5px);
}
.or-element-icon .cpicon:before {
font-size: 40px;
width: 70px;
height: 60px;
text-align: center;
display: inline-block;
line-height: 60px;
color: #42BCE2;
}
.or-element-label {
font-weight: 600;
color: #444;
font-size: 14px;
display: inline-block;
margin-bottom: 2px;
margin-top: 0px;
}
.or_single_image .or-element-label {
margin-top: 8px;
display: inline-block;
}
.or-element.or_box .admin-view.data {
background: #fff;
width: 100%;
float: left;
margin-left: -10px;
padding: 10px;
font-style: inherit;
text-align: center;
margin-bottom: 0px;
}
.or-element.or_box .admin-view.data icon {
font-size: 30px;
}
.or-element.or_box .admin-view.data div {
display: table;
width: 100%;
vertical-align: middle;
}
.or-element.or_box .admin-view.data column { width: 48%;
margin: 1%;
display: table-cell;
vertical-align: middle;
height: 100%;
}
.or-element.or_box .admin-view.data img {
max-height: 150px;
}
.or-element.or_box .admin-view.data column icon {
font-size: 30px;
margin: 0 10px;
}
.or-element.or_box .admin-view.data column a icon {
font-size: inherit;
margin: inherit;
}
.or-element.or_box .admin-view.data column column icon {
font-size: 25px;
}
.or-element.or_box .admin-view.data column column column icon {
font-size: 20px;
}
.or-element.or_box .admin-view.data column.one-one {
width: 100%;
margin: 0px;
}
.or-element.or_box .admin-view.data column.one-third {
width: 31.33%;
}
.or-element.or_box .admin-view.data column.two-third {
width: 64.66%;
}
.or-element.or_box .or-element-label, .or-element.viewEditable .or-element-label {
margin-top: 7px;
display: inline-block;
}
#or-controls .button {
margin-right: 10px;
box-shadow: none;
border-radius: 2px;
border: none;
height: 35px;
position: relative;
padding-left: 50px;
}
#or-controls .button i{
position: absolute;
height: 35px;
width: 40px;
top: 0px;
left: 0px;
line-height: 35px;
border-radius: 2px;
background: rgba(0,0,0,0.076);
}
#or-controls .button.post-settings:hover {
background: #2CA9D0;
}
#or-controls .button.red {
background: #EF6161;
color: #fff;
border-radius: 1px;
}
#or-controls .button.red:hover {
background: #DC4D4D;
}
#or-controls .button.green {
background: #86C724;
color: #fff;
border-radius: 1px;
}
#or-controls .button.green:hover {
background: #74B11A;
}
#or-controls .button.alignright {
margin-right: 0px;
}
#or-controls .button.post-settings {
background: #42BCE2;
color: #fff;
border-radius: 1px;
}
#or-controls .inss {
padding: 9px 10px;
color: #888;
}
#or-rows {
margin-bottom: 11px;
position: relative;
z-index: 2;
}
.or-sorting > div {
position: relative;
}
#or-rows.sorting > div.or-row:after,
.or-row-wrap.sorting > div.or-model:after,
.or-sorting > div:after {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100% !important;
height: 100% !important;
background: transparent !important;
z-index: 5;
display: block !important;
}
#or-footers {
display: inline-block;
width: 100%;
margin-top: 29px;
border-radius: 2px;
background: #fff;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
font-size: 13px;
}
#or-rows img.empty_guide{
max-width: 938px;
display: inline-block;
margin-top: 40px;
margin-bottom: -40px;
}
#or-rows .empty_guide:first-child {
display: none !important;
}
#or-rows .empty_guide:only-child {
display: block !important;
}
#or-footers ul {
background: #f1f1f1 none repeat scroll 0 0;
float: none;
list-style: outside none none;
margin: 0 auto;
padding: 0;
width: 420px;
position:relative;
}
#or-footers ul li {
float: left;
padding: 10px 8px;
line-height: 28px;
margin: 0px;
height: 28px;
cursor: pointer;
position: relative;
z-index: 1;
box-sizing: content-box;
}
#or-footers ul li .grp-column {
float: left;
height: 30px;
width: 45px;
background-color: #eee;
margin: 0 1px;
}
#or-footers ul li.two-columns .grp-column {
width: 30px;
}
#or-footers ul li.three-columns .grp-column {
width: 20px;
}
#or-footers ul li.four-columns .grp-column {
width: 15px;
}
#or-footers ul li i {
font-size: 25px;
margin: 3px 10px;
color: #ababab;
}
#or-footers ul li:hover i {
color: #555;
}
#or-footers ul li .m-a-tips {
position: absolute;
bottom: -60px;
left: 0px;
padding: 8px 12px;
border-radius: 3px;
background: #fff;
display: none;
white-space: nowrap;
color: #555;
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.08);
}
#or-footers ul li .m-a-tips:after {
position: absolute;
top: -6px;
left: 30px;
content: "";
background: #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
height: 10px;
width: 10px;
}
#or-footers ul li:hover .m-a-tips {
display: block;
}
#or-footers ul li.basic-add {
position: relative;
width: 30px;
cursor: pointer;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
margin-right: 8px;
border-right: 1px solid #eee;
}
#or-footers ul li.basic-add .m-a-tips:after {
left: 20px;
}
#or-footers ul li:hover {
box-shadow: 0px 0px 5px 0 rgba(0,0,0,.28);
border-color: transparent;
}
#or-footers ul li.basic-add:after, #or-footers ul li.basic-add:before {
content: "";
position: absolute;
height: 1px;
width: 20px;
background: #888;
top: 25px;
left: 15px;
}
#or-footers ul li.basic-add:before {
top: 15px;
left: 25px;
width: 1px;
height: 20px;
}
#or-footers ul li.or-add-sections {
float: right;
background: #42BCE2;
color: #fff;
cursor: pointer;
border-top-right-radius: 1px;
border-bottom-right-radius: 1px;
position: relative;
padding-left: 40px;
}
#or-footers ul li.or-add-sections i {
font-size: 25px;
color: #fff;
margin: 0;
position: absolute;
left: 15px;
top: 12px;
}
#or-footers ul li.or-add-sections:hover {
box-shadow: 0px 0px 5px 0 rgba(0,0,0,.28);
}
#or-footers ul li.or-add-sections .m-a-tips {
left: auto;
right: 0px;
}
#or-footers ul li.or-add-sections .m-a-tips:after {
left: auto;
right: 60px;
} .or-params-popup {
position: absolute;
top: 0px;
left: 0px;
height: auto !important;
margin-bottom: 30px;
z-index: 10000;
opacity: 0;
transition: opacity 100ms;
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
}
.or-params-popup .wp-pointer-content .m-p-body .button-primary {
background: #42BCE2;
border: none;
box-shadow: none;
height: 35px;
line-height: 35px;
padding: 0 15px;
text-shadow: none;
box-sizing: content-box;
color: #fff;
display: inline-block;
}
.or-params-popup .wp-pointer-content .m-p-body .button-primary:hover {
background: #148aad;
}
.or-params-popup.transparent-mode .wp-pointer-content .m-p-body {
background-color: transparent;
}
.or-params-popup.transparent-mode .wp-pointer-content {
border: 1px dashed rgba(0, 0, 0, 0.35);
background: rgba(0, 0, 0, 0.06);
border-radius: 2px;
box-shadow: none;
}
.or-params-popup textarea {
border: 1px solid #ccc;
color: #666;
}
.or-params-popup input[type="checkbox"] {
border: 1px solid #b4b9be;
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 16px;
margin: -4px 4px 0 0;
outline: 0;
padding: 0!important;
text-align: center;
vertical-align: middle;
width: 16px;
min-width: 16px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
-webkit-transition: .05s border-color ease-in-out;
transition: .05s border-color ease-in-out;
}
.or-params-popup * {
opacity: 1;
transition: opacity 200ms, background 200ms;
-webkit-transition: opacity 200ms, background 200ms;
-moz-transition: opacity 200ms, background 200ms;
}
.or-params-popup.transparent-mode .m-p-header,
.or-params-popup.transparent-mode #or-clipboard .ms-funcs,
.or-params-popup.transparent-mode #or-clipboard .ms-tips,
.or-params-popup.transparent-mode #or-clipboard .ms-list li,
.or-params-popup.transparent-mode .or-components-categories,
.or-params-popup.transparent-mode .wp-pointer-arrow {
opacity: 0;
}
.or-params-popup.transparent-mode #or-clipboard .ms-list li.ui-sortable-helper {
opacity: 1;
}
.or-params-popup .m-p-wrap {
padding-bottom: 0px;
box-shadow: 1px 1px 3px rgba(0,0,0,.2);
border-left: 1px solid #d5d5d5;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
}
.or-params-popup .m-p-wrap .m-p-overlay {
position: absolute;
background: #86C724;
height: 47px;
width: 100%;
top: -1px;
left: -1px;
color: #fff;
line-height: 47px;
font-size: 14px;
font-weight: 400;
text-align: center;
border: 1px solid #86C724;
display: none;
border-bottom-color: #619A0A; border-bottom-width: 1px;
border-top-color: #A1EC2D;
z-index: 2;
}
.or-params-popup .m-p-footer .m-p-overlay {
height: 66px;
line-height: 68px;
}
.wp-pointer-content h3.m-p-header {
width: calc(100% - 78px);
width: -webkit-calc(100% - 78px);
width: -moz-calc(100% - 78px);
margin: -1px 0px 0 -1px !important;
padding: 15px 18px 14px 60px !important;
box-sizing: content-box !important;
font-weight: 500;
position: relative;
z-index: 10;
}
.wp-pointer-content h3.or-ui-draggable.m-p-header{
cursor: move;
}
.wp-pointer-content h3.m-p-header:before {
content: "\f108";
}
.wp-pointer-content h3.m-p-header .sl-func {
position: absolute;
top: 14px;
right: 13px;
color: #fff;
cursor: pointer;
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/icons.min.png) no-repeat;
background-size: 500px 800px;
height: 20px;
width: 30px;
transition: all 200ms;
}
.wp-pointer-content h3.m-p-header .sl-func:before {
content: "";
}
.wp-pointer-content h3.m-p-header .sl-check {
right: 55px;
background-position: -25px -749px;
}
.wp-pointer-content h3.m-p-header .sl-close {
background-position: -69px -749px;
}
.wp-pointer-content h3.m-p-header .sl-help {
background-position: -110px -744px;
right: 95px;
height: 28px;
top: 10px;
text-decoration: none;
}
.or-params-popup.no-footer h3.m-p-header .sl-help {
right: 50px;
}
.no-footer h3.m-p-header .sl-check {
display: none;
}
.wp-pointer-content h3.m-p-header .sl-func:hover {
font-weight: bold;
}
.wp-pointer-content h3.m-p-header .sl-magnifier {
right: 202px;
color: #eee;
font-size: 12px;
top: 19px;
position: absolute;
}
.wp-pointer-content h3.m-p-header .or-components-search {
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 20px;
color: rgba(255, 255, 255, 0.6);
font-size: 12px;
font-weight: normal;
padding: 4px 10px 4px 30px;
position: absolute;
right: 55px;
top: 10px;
width: 170px;
line-height: 20px;
}
.wp-pointer-content input[type=search]::-webkit-input-placeholder {
text-overflow: ellipsis;
line-height: inherit;
color: #ddd;
font-size: inherit;
font-style: italic;
font-weight: 300;
}
.wp-pointer-content input[type=search]::-moz-placeholder {
text-overflow: ellipsis;
line-height: inherit;
color: #ddd;
font-size: inherit;
font-style: italic;
font-size: 12px;
font-weight: 400;
}
.wp-pointer-content h3.m-p-header .or-components-search:focus {
border-color: #fff;
color: #fff;
}
.or-params-popup .m-p-body .or-row-columns a {
text-decoration: none;
font-weight: bold;
}
.or-params-popup .m-p-body .or-row-columns .or-col-btns{
display: flex;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.or-params-popup .m-p-body .or-row-columns .or-col-btns button{
display: flex;
flex-grow: 3;
}
.or-params-popup .m-p-body .or-row-columns .button {
background-color: #f5f5f5;
margin-bottom: 10px;
margin: 4px;
border-radius: 2px;
box-shadow: inset 0 2px 5px -3px rgba(255,255,255,1);
box-sizing: content-box;
font-size: 13px;
}
.or-params-popup .m-p-body .or-row-columns .button.active {
border: 1px solid #3592b6;
color: #fff;
background: #00a0d2;
}
.or-params-popup .m-p-body .or-row-columns .or-col-custom{
display: flex;
padding: 15px 5px 0 5px;
border-top: 1px solid #ccc;
}
.or-params-popup .m-p-body .or-row-columns .or-col-custom input{
height: 35px;	
width: 100%;
}
.or-params-popup .m-p-body .or-row-columns .or-col-custom button{
margin: 0 0 0 10px;
height: 35px;
line-height: 31px;
padding: 0 10px;
}
.or-params-popup .m-p-footer {
padding: 12px 15px;
clear: both;
border-top: 1px solid #ddd;
background: #f5f5f5;
position: relative;
}
.or-params-popup.no-footer h3.m-p-header {
margin-bottom: 0px;
}
.or-params-popup.no-footer .m-p-footer {
display: none;
}
.or-params-popup.posbottom .wp-pointer-arrow {
top: auto;
bottom: -12px;
border: none;
height: 24px;
width: 24px;
background-color: #f5f5f5;
transform: rotate(45deg);
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15);
}
.or-params-popup.posbottom.no-footer .wp-pointer-arrow {
background-color: #fff;
}
.or-params-popup.posbottom .wp-pointer-arrow * {
display: none;
}
.or-params-popup.bg-blur-style .pop-btn {
height: 40px;
line-height: 40px;
float: right;
margin: 0px 0 20px;
box-shadow: none;
padding: 0px 20px 0 40px;
background: #42BCE2;
color: #fff;
cursor: pointer;
border: none;
position: relative;
}
.or-params-popup.bg-blur-style .pop-btn:after {
content: "";
position: absolute;
top: 9px;
left: 10px;
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/icons.min.png) no-repeat;
background-size: 500px 800px;
background-position: -25px -749px;
height: 30px;
width: 30px;
}
.or-params-popup.bg-blur-style .pop-btn:hover {
background: #167e9d;
color: #fff;
}
#or-components {
margin-top: -25px;
max-height: 540px;
}
#or-components ul.or-components-categories {
list-style: none;
margin: 0px 0px 18px -15px;
padding: 0 15px;
width: 100%;
display: inline-block;
background: #e5e5e5;
box-sizing: content-box;
}
#or-components ul.or-components-categories li {
float: left;
padding: 12px 20px;
margin: 0px;
font-size: 13px;
color: #777;
cursor: pointer;
font-weight: bold;
}
#or-components ul.or-components-categories li:hover {
color: #222;
}
#or-components ul.or-components-categories li.active {
color: #42BCE2;
background: #fff;
position: relative;
}
#or-components ul.or-components-categories li i {
font-size: 20px;
margin-bottom: -2px;
float: left;
margin-right: 5px;
}
#or-components ul.or-components-list {
margin: 0px;
padding: 0px;
list-style: none;
display: inline-block;
width: 100%;
border-top: 1px solid #f2f2f2;
border-left: 1px solid #f2f2f2;
overflow: auto;
max-height: 455px;
}
#or-components ul.or-components-list li {
float: left;
width: calc(16.6666% - 21px);
width: -webkit-calc(16.6666% - 21px);
width: -moz-calc(16.6666% - 21px);
text-align: left;
padding: 3px 10px;
border-right: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
margin: 0px;
cursor: pointer;
box-sizing: content-box;
}
#or-components ul.or-components-list li:hover {
background: #f5f5f5;
}
#or-components ul.or-components-list li>div {
display: block;
text-align: center;
width: 100%;
}
#or-components ul.or-components-list li span.cpicon {
font-size: 20px;
color: #aaa;
margin: 5px auto;
display: inline-block;
vertical-align: middle;
white-space: normal;
width: 80px;
position: relative;
background-image: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/icons.min.png);
background-repeat: no-repeat;
background-size: 500px 800px;
height: 60px;
}
#or-components ul.or-components-list li span.cpicon:before {
border: 1px solid #ccc;
padding: 8px;
border-radius: 100%;
width: 20px;
display: inline-block;
text-align: center;
height: 20px;
}
#or-components ul.or-components-list li span.cpdes {
width: 100%;
display: inline-block;
clear: both;
text-align: center;
white-space: normal;
}
#or-components ul.or-components-list li span.cpdes strong {
width: 100%;
clear: both;
display: inline-block;
font-weight: 600;
font-size: 13px;
margin-bottom: 15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#or-components ul.or-components-list li span.cpdes i {
color: #bbb;
font-size: 12px;
font-weight: 400;
max-height: 35px;
overflow: hidden;
display: none;
}
span.cpicon {
background-position: 100px 100px;
}
span.cpicon.or-icon-row {
background-position: -35px -38px;
}
span.cpicon.or-icon-box {
background-position: -150px -38px;
}
span.cpicon.or-icon-tabs {
background-position: -272px -38px;
}
span.cpicon.or-icon-accordion {
background-position: -386px -38px;
}
span.cpicon.or-icon-text {
background-position: -37px -130px;
}
span.cpicon.or-icon-code {
background-position: -155px -130px;
}
span.cpicon.or-icon-image {
background-position: -270px -130px;
}
span.cpicon.or-icon-icon {
background-position: -387px -130px;
}
span.cpicon.or-icon-title {
background-position: -35px -220px;
}
span.cpicon.or-icon-map {
background-position: -153px -220px;
}
span.cpicon.or-icon-twitter {
background-position: -270px -225px;
}
span.cpicon.or-icon-instagram {
background-position: -387px -225px;
}
span.cpicon.or-icon-facebook {
background-position: -34px -313px;
}
span.cpicon.or-icon-flip {
background-position: -154px -313px;
}
span.cpicon.or-icon-pie {
background-position: -268px -313px;
}
span.cpicon.or-icon-progress {
background-position: -386px -313px;
}
span.cpicon.or-icon-button {
background-position: -37px -406px;
}
span.cpicon.or-icon-play {
background-position: -153px -406px;
}
span.cpicon.or-icon-counter {
background-position: -270px -406px;
}
span.cpicon.or-icon-post {
background-position: -387px -406px;
}
span.cpicon.or-icon-icarousel {
background-position: -37px -517px;
}
span.cpicon.or-icon-pcarousel {
background-position: -155px -517px;
}
span.cpicon.or-icon-gallery {
background-position: -270px -519px;
}
span.cpicon.or-icon-coundown {
background-position: -387px -519px;
}
span.cpicon.or-icon-wordpress {
background-position: -35px -610px;
}
span.cpicon.or-icon-spacing {
background-position: -153px -610px;
}
.or-ui-cb-placeholder {
background: #fff !important;
border: 1px dashed #aaa !important;
}
.or-ui-cb-placeholder * {
visibility: hidden;
}
#or-clipboard ul.ms-funcs {
width: 100%;
display: inline-block;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 20px;
}
#or-clipboard ul.ms-funcs li.button {
float: right;
padding: 0px 10px;
margin-bottom: 15px;
margin-left: 10px;
box-shadow: none;
background-color: transparent;
border: 1px solid #ddd;
border-radius: 2px;
font-size: 12px;
color: #555;
line-height: 26px;
height: 28px;
cursor: pointer;
}
#or-clipboard ul.ms-funcs li.button:hover {
background: #e5e5e5;
color: #222;
}
#or-clipboard ul.ms-funcs li.button.prime {
background: #42BCE2;
color: #fff;
border-color: #00a0d2;
float: right;
margin-left: 10px;
margin-right: 0px;
}
#or-clipboard ul.ms-funcs li.button.left {
float: left;
margin-left: 0px;
margin-right: 10px;
}
#or-clipboard ul.ms-funcs li.button.prime:hover {
background: #00a0d2;
}
#or-clipboard ul.ms-funcs li.button.delete {
background: #EF6161;
border-color: #cd4343;
color: #fff;
}
#or-clipboard ul.ms-funcs li.button.delete:hover {
background: #cd4343;
}
#or-clipboard ul.ms-funcs li.button i {
margin: 0 0 0 3x;
}
#or-clipboard span.ms-tips {
display: inline-block;
font-size: 12px;
color: #888;
border-top: 1px solid #eee;
padding: 15px 0;
margin-top: 20px;
width: 100%;
}
.ntips {
color: #888;
font-size: 12px;
}
#or-clipboard ul.ms-list {
margin: 0px;
padding: 15px 0px;
display: inline-block;
width: 100%;
max-width: 100%;
overflow: hidden;
min-height: 138px;
}
#or-clipboard ul.ms-list li {
margin: 0px;
padding: 8px 8px;
float: left;
width: 100px;
height: 120px;
background-color: #fefefe;
color: #555;
margin-right: -38px;
position: relative;
z-index: 2;
cursor: pointer;
border-radius: 1px;
transform: perspective( 230px ) rotateY( 45deg ) scale(0.9);
transition: all 250ms;
border: 1px solid rgba(93, 93, 93, 0.3);
}
#or-clipboard ul.ms-list li:hover {
z-index: 2;
background-color: #fafafa;
margin-right: -10px;
transform: rotateY( 0deg ) scale(1);
perspective: inherit;
}
#or-clipboard ul.ms-list li.active {
background: rgb(134, 199, 36);
color: #fff;
}
#or-clipboard ul.ms-list li.ui-sortable-helper {
transition: none;
transform: none;
}
#or-clipboard ul.ms-list li.or-clipboard-placeholder {
background: #fff;
border: 1px dashed #aaa;
visibility: visible !important;
margin-right: -10px;
outline: none;
height: 120px;
}
div.or-column-wrap>li.or-clipboard-placeholder {
background: #fff;
border: 1px dashed #ccc;
display: inline-block;
width: 100%;
height: 52px;
margin-top: 10px;
border-radius: 3px;
position: relative;
}
div.or-column-wrap>li.or-clipboard-placeholder:after {
content: "Drop item(s) to paste here";
text-align: center;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
line-height: 52px;
color: #42BCE2;
}
#or-clipboard ul.ms-list li:after {
content: "";
position: absolute;
bottom: -30px;
left: 0px;
width: 120px;
z-index: 0;
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/stack_shadow.png) repeat-x;
height: 30px;
transform: skewX(75deg) translateX(45%);
opacity: 0.12;
}
#or-clipboard ul.ms-list li:hover:after {
transform: skewX(25deg) translateX(5%);
}
#or-clipboard ul.ms-list li:last-child:before {
content: "latest";
position: absolute;
top: -10px;
right: -10px;
padding: 0px 5px;
background: #88D415;
border-radius: 2px;
color: #fff;
font-size: 10px;
border: 1px solid rgba(255,255,255,0.35);
}
#or-clipboard ul.ms-list li span.ms-icon {
width: 70px;
position: absolute;
float: left;
background-image: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/icons.min.png);
background-repeat: no-repeat;
background-size: 500px 800px;
height: 60px;
transform: scale(0.5);
left: -15px;
top: -15px;
}
#or-clipboard ul.ms-list li span {
text-transform: capitalize;
font-size: 11px;
line-height: 12px;
}
#or-clipboard ul.ms-list li span.ms-title {
font-weight: bold;
height: 30px;
display: inline;
vertical-align: middle;
padding-left: 35px;
}
#or-clipboard ul.ms-list li span.ms-des i {
margin: 3px 0;
}
#or-clipboard ul.ms-list li span.ms-des {
border-top: 1px dotted #ccc;
margin-top: 5px;
padding-top: 3px;
font-size: 10px;
line-height: 15px;
display: inline-block;
width: 100%;
max-height: 75px;
overflow: hidden;
}
#or-clipboard ul.ms-list li span.ms-des img {
max-width: 100%;
}
#or-clipboard ul.ms-list li span i,#or-clipboard ul.ms-list li .ms-page strong {
opacity: 0.75;
}
#or-clipboard ul.ms-list li span i {
display: block;
}
#or-clipboard ul.ms-list li span.actv {
position: absolute;
top: -10px;
left: -10px;
padding: 5px;
z-index: 10;
background: #EF6161;
border: 1px solid #cd4343;
border-radius: 100%;
color: #fff;
width: 10px;
text-align: center;
height: 10px;
line-height: 10px;
font-size: 12px;
}
#or-clipboard ul.ms-list li.dragClips {
max-height: 100px;
background: rgba(134, 199, 36, 0.9);
border: none;
box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.25);
}
#or-clipboard ul.ms-list li.dragClips.dragClips-nd,
#or-clipboard ul.ms-list li.dragClips.dragClips-th {
transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
}
#or-clipboard ul.ms-list li.dragClips * {
display: none;
}
#or-clipboard ul.ms-list li.dragClips span.actv {
display: block;
}
#or-clipboard ul.ms-list li.dragClips-nd:before,
#or-clipboard ul.ms-list li.dragClips-th:before,
#or-clipboard ul.ms-list li.dragClips.dragClips-th:after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(134, 199, 36, 0.9);
border: none;
box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.25);
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
}
#or-clipboard ul.ms-list li.dragClips-nd:after {
background-image: none;
}
#or-clipboard ul.ms-list li.dragClips:after {
content: "Drop in column to paste" !important;
text-align: center;
color: #fff;
background-image: none;
transform: none;
bottom: auto;
top: 0px;
padding-top: 10%;
max-height: 90%;
font-size: 12px;
opacity: 1;
}
#or-clipboard ul.ms-list li.dragClips.dragClips-th:after {
opacity: 1;
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
}
.or-popup-loading {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
text-align: center;
background: rgba(0,0,0,0.75);
color: #fff;
display: none;
}
.or-popup-loading .fa-spin {
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
#or-global-sections {
padding: 20px;
display: inline-block;
width: calc(100% - 90px);
width: -webkit-calc(100% - 90px);
width: -moz-calc(100% - 90px);
min-height: 395px;
float: right;
font-family: "Open Sans",sans-serif;
box-sizing: content-box;
}
#or-global-sections.or-add-sections {
width: calc(100% - 40px);
width: -webkit-calc(100% - 40px);
width: -moz-calc(100% - 40px);
}
#or-global-sections .mgs-create-new {
float: left;
width: 260px;
min-height: 392px;
border-radius: 5px;
background: rgba(255,255,255, 0.55);
position: relative;
}
#or-global-sections .mgs-cn-row {
padding: 15px;
border-bottom: 1px solid rgba(0,0,0,0.1);
position: relative;
}
#or-global-sections .mgs-cn-row h1 {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
color: #666;
letter-spacing: 0.2px;
margin: 0 0 10px 0;
}
#or-global-sections .mgs-cn-row input[type="text"],#or-global-sections .mgs-cn-row select {
background: rgba(255, 255, 255, 0.9);
border-radius: 2px;
height: 40px;
width: 100%;
margin: 0px;
color: #555;
padding-left: 10px;
box-shadow: none;
border: 1px solid rgba(0,0,0,0.15);
}
.mgs-tips {
position: absolute;
top: 0px;
right: -202px;
width: 195px;
background: #444;
border-radius: 3px;
z-index: 10;
display: none;
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
min-height: 80px;
}
.mgs-tips.pos-right {
right: auto;
left: -202px;
box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.2);
}
.show-tips .mgs-tips {
display: block;
}
.mgs-tips:after {
background: #444;
top: 30px;
left: -5px;
content: "";
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
position: absolute;
z-index: 100;
height: 10px;
width: 10px;
z-index: -1;
}
.mgs-tips.pos-right:after {
left: auto;
right: -5px;
top: 15px;
}
.mgs-tips ul {
max-height: 250px;
overflow: auto;
margin: 0px;
border-radius: 3px;
background: #444;
}
.mgs-tips ul li {
line-height: 22px;
color: #ddd;
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
padding: 10px 15px;
margin: 0px;
cursor: pointer;
font-size: 13px;
text-align: left;
text-transform: capitalize;
}
.mgs-tips ul li:hover {
background-color: #555;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mgs-download-main {
max-height: 340px;
overflow: auto;
width: 100%;
}
.mgs-download-main ul {
display: inline-block;
width: 100%;
margin: 0px;
}
.mgs-download-main ul li {
display: inline-block;
width: 31.3%;
min-height: 130px;
float: left;
background: rgba(255, 255, 255, 0.75);
margin-right: 3%;
margin-bottom: 4%;
box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.1);
position: relative;
}
.mgs-download-main ul li.active {
position: relative;
overflow: hidden;
background: rgb(66, 188, 226);
color: #fff;
}
.mgs-download-main ul li.active:before {
position: absolute;
right: -30px;
top: -30px;
height: 60px;
width: 60px;
background: #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
content: "";
}
.mgs-download-main ul li.active:hover:before {
background: #42BCE2;
}
.mgs-download-main ul li.active:hover:after {
color: #fff;
}
.mgs-download-main ul li.active:after {
content: "\f00c";
position: absolute;
right: 6px;
top: 6px;
color: #42BCE2;
font: normal normal normal 14px/1 FontAwesome;
}
.mgs-download-main ul li:hover {
background: #fff;
color: #333;
}
.mgs-download-main ul li:nth-child(3n) {
margin-right: 0px;
}
.mgs-download-main ul li span {
display: block;
text-align: center;
font-size: 15px;
text-transform: uppercase;
padding: 0px 20px;
line-height: 100px;
font-weight: 600;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
}
.mgs-download-main ul li span.msg-download-action {
position: absolute;
opacity: 0;
top: 0px;
left: 0px;
background: #42BCE2;
height: calc(100% - 80px);
height: -webkit-calc(100% - 80px);
height: -moz-calc(100% - 80px);
width: 100%;
padding: 0px;
color: #fff;
font-size: 15px;
font-weight: 300;
text-transform: uppercase;
padding-top: 30px;
letter-spacing: 0.03em;
cursor: pointer;
line-height: 25px;
box-sizing: content-box;
}
.mgs-download-main ul li span.msg-download-action:hover {
opacity: 1;
}
.mgs-download-main ul li.active span.msg-download-action {
opacity: 0;
display: none;
}
.mgs-download-main ul li a.mgs-download-direct, .mgs-download-main ul li a.mgs-delete-profile, .mgs-download-main ul li.active .mgs-refresh-profile {
position: absolute;
right: 10px;
bottom: 10px;
background-image: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/icons.min.png);
background-repeat: no-repeat;
background-size: 500px 800px;
height: 30px;
width: 30px;
border-radius: 100%;
background-position: -357px -745px;
opacity: 0;
}
.mgs-download-main ul li a.mgs-download-direct:hover, .mgs-download-main ul li a.mgs-delete-profile:hover,.mgs-download-main ul li a.mgs-refresh-profile:hover, .mgs-download-main ul li a.mgs-edit-profile:hover {
border-radius: 100%;
box-shadow: 0 0 1px 0 rgba(0,0,0,0.5);
}
.mgs-download-main ul li a.mgs-delete-profile {
background: none;
right: auto;
left: 10px;
}
.mgs-delete {
position: relative;
height: 25px;
width: 20px;
display: inline-block;
padding-left: 15px;
}
.mgs-download-main ul li a.mgs-delete-profile:after, .mgs-download-main ul li a.mgs-delete-profile:before, .mgs-download-main ul li a.mgs-delete-profile:after, .mgs-delete:after, .mgs-delete:before {
content: "";
height: 20px;
width: 1px;
background: #C72F2F;
position: absolute;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
top: 5px;
}
.mgs-download-main ul li a.mgs-delete-profile:before, .mgs-delete:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
}
.mgs-download-main ul li .msg-external {
position: absolute;
left: 15px;
bottom: 15px;
color: #888;
opacity: 0.25;
}
.mgs-download-main ul li:hover a.mgs-download-direct,.mgs-download-main ul li:hover a.mgs-delete-profile,
.mgs-download-main ul li:hover .msg-external,.mgs-download-main ul li:hover a.mgs-edit-profile {
opacity: 0.75;
}
div.mgs-download-main ul li a.mgs-refresh-profile, .mgs-download-main ul li .mgs-edit-profile {
float: left;
text-decoration: none;
right: inherit;
left: 10px;
background: none !important;
font-size: 20px;
line-height: 34px;
color: #777;
border-radius: 100%;
}
.mgs-download-main ul li .mgs-edit-profile {
left: inherit;
right: 60px;
position: absolute;
bottom: 10px;
color: #000;
opacity: 0;
font-size: 18px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.mgs-download-main ul li:hover .mgs-refresh-profile {
opacity: 1;
}
.mgs-download-main ul li.active a.mgs-delete-profile, .mgs-download-main ul li.active .msg-external, .mgs-download-main ul li .mgs-refresh-profile {
display: none;
}
.mgs-download-main ul li.active .mgs-refresh-profile {
display: block;
}
.mgs-confirmation, .mgs-download-section, .mgs-upload-section, .mgs-settings-section {
display: none;
text-align: center;
max-height: 360px;
float: left;
width: 100%;
}
.mgs-upload-main .mgs-left-side, .mgs-upload-main .mgs-right-side {
float: left;
width: 50%;
margin-top: 50px;
padding-top: 50px;
position: relative;
}
.mgs-upload-main .mgs-left-side:after {
position: absolute;
content: "";
right: 0px;
top: 0px;
width: 1px;
height: 280px;
background: #aaa;
}
#or-global-sections .mgs-download-section h1.mgs-t01 {
font-size: 18px;
font-weight: 300;
color: #444;
float: left;
clear: none;
}
#or-global-sections .mgs-download-section a.mgs-add-prof {
text-decoration: none;
float: left;
margin: 3px 15px;
background: #42BCE2;
color: #fff;
padding: 5px 10px;
border-radius: 4px;
}
#or-global-sections .mgs-download-section span.mgs-4rs2 {
float: right;
color: #797979;
margin-top: 8px;
}
#or-global-sections .mgs-download-section a.mgs-add-prof:hover {
background: #268EAF;
}
.mgs-settings-section {
overflow: auto;
max-height: 370px;
}
.mgs-download-section select,
.mgs-upload-section input[type="text"],
input[type="text"].inp-wa0 {
box-shadow: none;
border: none;
height: 40px;
display: inline-block;
width: 250px;
border-radius: 3px;
padding-left: 15px;
}
.mgs-download-section button.button,
.mgs-upload-section button.button {
height: 40px !important;
padding: 0 20px;
box-shadow: none;
border: none;
display: inline-block;
margin: 1px 0 0 5px;
}
.mgs-upload-section input[type="file"]::-webkit-file-upload-button {
height: 35px;
box-shadow: none;
border: none;
padding: 0 20px;
color: #555;
background: rgba(255,255,255,0.75);
border-radius: 2px;
cursor: pointer;
}
.mgs-upload-section input[type="file"]::-webkit-file-upload-button:hover {
background: #fff;
}
.mgs-upload-profiles {
display: inline-block;
position: relative;
}
.mgs-sub-confirmation {
display: none;
}
#or-global-sections .mgs-c-status {
display: inline-block;
font-size: 45px;
color: #555;
margin: 50px 0 20px;
}
.msg-profile-label-display {
text-transform: capitalize;
background: rgba(255,255,255,0.2);
padding: 3px 10px;
border-radius: 2px;
}
.mgs-confirmation .mgs-c-status i {
display: none;
}
#or-global-sections h1.mgs-t01 {
font-size: 18px;
margin-bottom: 16px;
line-height: 37px;
font-weight: 300;
text-transform: uppercase;
float: left;
margin-top: 0px;
}
#or-global-sections h2, #or-global-sections h2 select {
font-weight: 300;
font-size: 16px;
color: #777;
line-height: normal;
}
#or-global-sections h2 select {
height: 40px;
box-shadow: none;
border: 1px solid #FFF;
background: transparent;
}
#or-global-sections h1.mgs-t02 {
font-size: 25px;
font-weight: 300;
text-align: center;
margin-bottom: 10px;
}
.mgs-confirmation .btns {
margin: 50px 0;
}
.mgs-confirmation .btns .button {
box-shadow: none;
margin: 0 10px;
padding: 0 20px;
height: 40px !important;
cursor: pointer;
display: none;
}
.mgs-confirmation .btns .button.button-primary {
background-color: #42BCE2;
border: 1px solid #00A0D2;
}
.mgs-confirmation .btns .button.button-primary:hover {
background: #00A0D2;
border: 1px solid #0e83a6;
}
.mgs-confirmation.success .mgs-c-status i.et-happy,
.mgs-confirmation.success .btns .close,
.mgs-confirmation.fail .mgs-c-status i.et-sad,
.mgs-confirmation.fail .btns .back,
.mgs-confirmation.noticed .mgs-c-status i.et-caution,
.mgs-confirmation.noticed .btns .apply,
.mgs-confirmation.noticed .btns .back
{
display: inline-block !important;
}
#or-global-sections .mgs-create-new .mgc-cn-screenshot {
text-align: center;
max-height: 210px;
overflow: hidden;
}
body .mgc-cn-screenshot .img-sizes {
position: absolute;
top: 50px;
opacity: 0;
}
body .mgc-cn-screenshot:hover .img-sizes {
opacity: 1;
}
body .mgc-cn-screenshot .button.media {
margin-top: 70px;
}
body .mgc-cn-screenshot .img-wrp {
margin-right: 0px;
width: 100%;
text-align: center;
}
body .mgc-cn-screenshot .img-sizes button {
margin: 5px 5px 0px !important;
border: none;
background-color: rgba(255, 255, 255, 0.9) !important;
padding: 0px;
color: #353535;
max-height: 25px;
padding-left: 10px;
padding-right: 10px;
}
body .mgc-cn-screenshot .img-sizes button:focus {
box-shadow: none !important;
}
body .mgc-cn-screenshot .img-sizes button.button-primary,body .mgc-cn-screenshot .img-sizes button:hover {
background-color: rgb(66, 188, 226) !important;
color: #FFFFFF !important;
}
#or-global-sections .mgs-create-new .create-section {
position: absolute;
width: 100%;
height: 50px;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
color: #f5f5f5;
letter-spacing: 0.2px;
text-align: center;
background-color: #42BCE2;
border: none;
bottom: 0px;
cursor: pointer;
border-top: 1px solid rgba(0,0,0,0.2);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#or-global-sections .mgs-create-new .create-section:hover {
background: #00a0d2;
}
#or-global-sections .mgs-create-new .create-section i {
font-size: 20px;
margin-left: 5px;
vertical-align: middle;
margin-top: -3px;
display: inline-block;
}
#or-global-sections.or-install-sections .mgs-select-section {
float: right;
width: 720px;
}
#or-global-sections .mgs-select-section {
float: left;
width: 498px;
min-height: 350px;
}
.mgs-select-section h1 {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
color: #444;
letter-spacing: 0.6px;
float: left;
line-height: 0px;
margin-left: 20px;
}
.mgs-select-section select,.mgs-select-section input[type="text"],.mgs-select-section input[type="search"] {
background: rgba(255, 255, 255, 0.8);
border-radius: 0px;
height: 30px;
max-width: 200px;
margin: 0 0px 0 10px;
color: #555;
box-shadow: none;
border-radius: 3px;
border: none;
padding: 0 10px;
float: right;
}
.mgs-select-section input[type="search"]::-webkit-input-placeholder {
color: #aaa;
}
.mgs-select-section .mgs-layout-btns {
float: right;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 3px;
height: 30px;
padding-left: 15px;
color: #555;
}
.mgs-select-section .mgs-layout-btns i {
float: left;
font-size: 15px;
cursor: pointer;
margin-top: 8px;
margin-right: 15px;
}
.mgs-select-section .mgs-layout-btns i:hover, .mgs-select-section .mgs-layout-btns i.active {
color: #42BCE2
}
.mgs-select-section .mgs-select-wrp {
padding-left: 20px;
float: left;
overflow: auto;
height: 337px;
width: calc(100% - 20px);
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
}
.mgs-select-wrp::-webkit-scrollbar, .mgs-tips ul::-webkit-scrollbar, .or-scroll::-webkit-scrollbar {
width: 5px;
}
.or-add-sections .mgs-select-section .mgs-select-wrp, .or-add-sections .mgs-select-section h1.mgs-t01 {
margin-left: 0px;
padding-left: 0px;
}
.or-add-sections .mgs-select-section .filter-by-category {
margin-right: 20px;
}
.mgs-select-wrp::-webkit-scrollbar-track,
.or-scroll::-webkit-scrollbar-track {
background: rgba(255,255,255,0.1);
border-radius: 20px;
}
.mgs-tips ul::-webkit-scrollbar-track {
background: rgba(255,255,255,0);
border-radius: 20px;
}
.mgs-select-wrp:hover::-webkit-scrollbar-track,
.or-scroll:hover::-webkit-scrollbar-track {
background: rgba(255,255,255,0.3);
}
.mgs-select-wrp::-webkit-scrollbar-thumb, .mgs-tips ul::-webkit-scrollbar-thum, .or-scroll::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.2);
border-radius: 20px;
}
.mgs-tips ul::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.05);
}
.mgs-select-wrp:hover::-webkit-scrollbar-thumb,
.mgs-tips ul:hover::-webkit-scrollbar-thumb,
.or-scroll:hover::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.8);
}
.mgs-select-section .mgs-section-item {
display: inline-block;
margin-bottom: 4%;
margin-right: 3.5%;
width: 46%;
background: rgba(255, 255, 255, 0.9);
position: relative;
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
transition: all 250ms;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.mgs-select-section .mgs-section-item.clipboard {
float: left;
}
.mgs-scale-min {
opacity: 0 !important;
transform: scale(0.7) !important;
-webkit-transform: scale(0.7) !important;
-moz-transform: scale(0.7) !important;
}
.mgs-select-section .mgs-section-item:hover {
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
}
.msg-emptylist {
display: inline-block;
width: 80%;
text-align: center;
font-size: 18px;
font-weight: 300;
color: #333;
margin: 50px 10% 0;
line-height: 25px;
}
div.mgs-select-wrp>div.msg-emptylist:only-child {
margin-top: 100px;
}
.or-add-sections .msg-emptylist {
display: none;
}
.hidden {
display: none;
}
.mgs-select-section .mgs-section-item img {
max-width: 100%;
width: 100%;
min-height: 30px;
float: left;
opacity: 1;
will-change: transform;
transition: .4s cubic-bezier(.175,.885,.32,1.275);
transition-property: opacity,-webkit-transform;
transition-property: opacity,transform;
}
.mgs-section-item .mgs-si-sceenshot:hover img {
-webkit-transform: scale(1.015);
transform: scale(1.015);
}
.layout-grid .mgs-section-item img {
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.layout-list .mgs-section-item img {
border-right: 1px solid #eee;
}
.mgs-select-section .mgs-section-item .clipboard {
background: url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/clipboard.png) no-repeat center;
background-size: 80px;
width: 100%;
height: 150px;
display: inline-block;
opacity: 0.5;
}
.mgs-select-section .mgs-section-item button.clear-clipboard {
position: absolute;
top: 10px;
right: 10px;
display: none;
}
.mgs-select-section .mgs-section-item:hover button.clear-clipboard {
display: block;
}
.mgs-select-section .mgs-section-item .mgs-si-info {
float: left;
width: calc(100% - 30px);
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
padding: 10px 15px;
}
#or-global-sections.or-install-sections .mgs-select-section .mgs-section-item .mgs-si-info {
width: calc(100% - 90px);
width: -webkit-calc(100% - 90px);
width: -moz-calc(100% - 90px);
}
.mgs-section-item .mgs-si-sceenshot {
position: relative;
display: inline-block;
width: 100%;
float: left;
overflow: hidden;
}
.mgs-section-item .mgs-si-sceenshot span {
position: absolute;
top: 50%;
left: 50%;
height: 40px;
width: 150px;
text-align: center;
color: #fff;
background-color: rgba(0,0,0,0.5);
line-height: 40px;
margin: -20px 0 0 -75px;
border-radius: 2px;
will-change: transform,opacity;
transition: .2s cubic-bezier(.445,.05,.55,.95);
transition-property: -webkit-transform,opacity;
transition-property: transform,opacity;
pointer-events: none;
opacity: 0;
-webkit-transform: scale(.825);
transform: scale(.825);
}
.mgs-section-item .mgs-si-sceenshot:hover span {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mgs-section-item .mgs-si-sceenshot span.success {
opacity: 1;
font-size: 25px;
color: #FFFFFF;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.mgs-si-info span {
display: block;
font-size: 14px;
}
#or-sections-manager .mgs-si-info span {
text-transform: uppercase;
}
.mgs-si-info i {
color: #aaa;
font-size: 13px;
text-transform: capitalize;
}
.layout-grid .mgs-si-info span, .layout-grid .mgs-si-info i {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.layout-list .mgs-si-info span {
font-size: 14px;
font-weight: bold;
margin-top: 10px;
}
.layout-list .mgs-si-info i {
font-size: 13px;
margin-top: 5px;
display: inline-block;
}
.mgs-section-item .mgs-si-funcs {
position: absolute;
right: 0px;
bottom: 15px;
display: none;
}
.layout-list .mgs-section-item .mgs-si-funcs {
right: inherit;
position: relative;
clear: both;
width: 100%;
top: 10px;
}
.or-install-sections .mgs-section-item .mgs-si-funcs {
display: block;
}
.mgs-section-item .mgs-si-funcs a {
text-decoration: none;
}
.mgs-section-item .mgs-si-funcs a.mgs-delete {
display: none;
}
#or-sections-manager .mgs-section-item .mgs-si-funcs a.edit-section {
display: none;
}
#or-sections-manager .mgs-section-item .mgs-si-funcs a.mgs-delete {
margin-right: 15px;
height: 30px;
width: 16px;
margin-top: 10px;
float: right;
border-radius: 100%;
display: block;
opacity: 0;
}
#or-sections-manager .mgs-section-item:hover .mgs-si-funcs a.mgs-delete {
opacity: 1;
}
#or-sections-manager .mgs-section-item .mgs-si-funcs a.mgs-delete:hover {
box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
}
.mgs-section-item .mgs-si-funcs a {
margin-right: 15px;
}
.mgs-section-item .mgs-si-funcs i {
cursor: pointer;
color: #888;
font-size: 13px;
}
.mgs-section-item .mgs-si-funcs i:hover {
font-weight: bold;
color: #555;
}
#or-global-sections .mgs-select-section .mgs-select-wrp.layout-list .mgs-section-item {
width: 96%;
margin-right: 0px;
clear: both;
}
.mgs-select-wrp.layout-list .mgs-section-item .mgs-si-sceenshot {
float: left;
width: 75%;
}
.mgs-select-wrp.layout-list .mgs-section-item .mgs-si-clipboard {
width: 100%;
}
#or-global-sections.or-install-sections .mgs-select-wrp.layout-list .mgs-section-item .mgs-si-info {
float: left;
width: calc(25% - 30px);
width: -webkit-calc(25% - 30px);
width: -moz-calc(25% - 30px);
margin-top: 15px;
text-align: center;
}
#or-global-sections .mgs-menus {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0px;
top: 0px;
width: 50px;
height: 100%;
border-bottom-left-radius: 5px;
color: rgba(255,255,255,0.75);
}
.mgs-select-wrp button.load-more {
clear: both;
display: inline-block;
width: 96%;
margin: 30px auto 50px;
border: 1px dashed #fff;
background: rgba(255,255,255,0.3);
box-shadow: none;
color: #555;
height: 40px;
}
.mgs-menus ul {
width: 100%;
position: absolute;
top: 50%;
margin: -144px 0 0 0;
padding: 0px;
}
.mgs-menus ul li {
float: left;
width: 100%;
height: 70px;
margin: 0px;
border-top: 1px solid rgba(255, 255, 255, 0.15);
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
cursor: pointer;
text-align: center;
line-height: 70px;
font-size: 20px;
position: relative;
margin-top: -1px;
}
.mgs-menus ul li:hover,.mgs-menus ul li.active {
background: #42BCE2;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.mgs-menus ul li.active:before {
position: absolute;
top: 50%;
margin-top: -5px;
width: 10px;
height: 10px;
content: "";
background: #42BCE2;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
right: -5px;
}
.or-params-popup.bg-blur-style .wp-pointer-content {
float: left;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
width: 100%;
}
.or-params-popup.bg-blur-style .m-p-body {
background: #CDDDD8 url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/bgblur.jpg);
background-size: cover;
opacity: 1;
float: left;
position: relative;
z-index: 1000;
padding: 0px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
width: 100%;
}
.or-params-popup.posbottom.no-footer.bg-blur-style .wp-pointer-arrow {
background: #849699;
border: none;
bottom: -11px;
}
.m-p-controls {
margin: 0px;
text-align: left;
}
.m-p-controls li {
display: inline-block;
margin-right: 10px;
}
.m-p-footer .m-p-controls li .button {
box-shadow: none;
border-radius: 0px;
border: 1px solid #ccc;
height: 36px;
padding: 3px 18px;
font-size: 13px;
background: #ededed;
cursor: pointer;
}
.m-p-footer .m-p-controls li .button:hover {
background: #ddd;
}
.m-p-footer .m-p-controls li .button i {
margin-right: 2px;
}
.m-p-footer .m-p-controls li .button.save {
color: #fff;
background: #00a0d2;
border: 1px solid #3592b6;
}
.m-p-footer .m-p-controls li .button.save:hover {
background: #006e8f;
border: 1px solid #197193;
}
.m-p-footer .m-p-controls li.pop-tips {
float: right;
}
.m-p-footer .m-p-controls li.pop-tips i {
margin-top: 10px;
float: left;
color: #aaa;
}
.or-pop-tabs {
float: left;
margin: 0px;
padding: 0 14px;
list-style: none;
width: calc(100% - 28px);
width: -webkit-calc(100% - 28px);
width: -moz-calc(100% - 28px);
background: #e5e5e5;
border-bottom: 1px solid #fff;
box-sizing: content-box !important;
}
.or-pop-tabs li {
float: left;
padding: 10px 20px 5px;
text-align: center;
margin: 0px;
color: #a5a5a5;
cursor: pointer;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
font-family: "Open Sans",sans-serif;
box-sizing: content-box;
}
.or-pop-tabs li i {
font-size: 22px;
color: #333;
margin-bottom: 5px;
display: block;
}
.or-pop-tabs li:hover {
background: #ccc;
color: #333;
}
.or-pop-tabs li.active, .or-pop-tabs li.active i {
background-color: #fff;
color: #42BCE2;
}
#or-undo-deleted-element {
position: fixed;
top: -132px;
left: 0px;
height: 30px;
width: 100%;
z-index: 1000000000;
text-align: center;
background-color: #fcf8e3;
line-height: 30px;
border-bottom: 1px solid #F1E2C2;
box-shadow: 0 2px 3px 0 rgba(85, 85, 85, 0.05);
}
#or-undo-deleted-element.drop-to-delete {
top: 0px !important;
transition: top 250ms;
height: 31px;
background: transparent;
border: none;
box-shadow: none;
}
#or-undo-deleted-element.drop-to-delete a,
#or-undo-deleted-element.drop-to-delete i {
display: none;
}
#or-undo-deleted-element a {
text-decoration: none;
}
#or-undo-deleted-element a:focus, #or-undo-deleted-element a:active {
outline: none;
box-shadow: none;
}
#or-undo-deleted-element a span.amount {
background-color: #EF6161;
color: #fff;
padding: 3px;
border-radius: 100%;
height: 10px;
line-height: 10px;
width: 10px;
display: inline-block;
font-size: 10px;
text-align: center;
border: 1px solid #D24F4F;
}
#or-undo-deleted-element .sl-close {
float: right;
margin: 8px;
cursor: pointer;
}
#or-undo-deleted-element .sl-close:hover {
font-weight: bold;
}
#drop-to-delete {
display: none;
}
.drop-to-delete #drop-to-delete {
display: inline-block;
}
#drop-to-delete span {
background: #fff url(//www.smartouch.com.my/wp-content/plugins/origin_pro//assets/images/trash.png) no-repeat center center;
background-size: 25px;
display: inline-block;
transition: all 150ms;
height: 60px;
width: 60px;
border-radius: 100%;
margin-top: 5px;
box-shadow: 0 0 1px 0 rgba(0,0,0,0.35);
}
#drop-to-delete.over span, #drop-to-delete span:hover {
height: 100px;
width: 100px;
margin-top: 10px;
background-color: #d54e21;
background-size: 0px;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
position: relative;
}
#drop-to-delete.over span:after {
position: absolute;
top: 33px;
left: 10%;
width: 80%;
text-align: center;
color: #fff;
font-size: 13px;
content: "Drop to Delete";
line-height: initial;
}
.m-settings-row {
display: inline-block;
text-align: left;
width: 100%;
background: rgba(255, 255, 255, 0.35);
border-radius: 3px;
margin-bottom: 5px;
position: relative;
}
.m-settings-row .msr-left {
float: left;
width: calc(60% - 41px);
width: -webkit-calc(60% - 41px);
width: -moz-calc(60% - 41px);
padding: 15px 20px;
text-align: left;
border-right: 1px solid rgba(0,0,0,0.1);
}
.m-settings-row .msr-left.msr-single {
width: calc(100% - 41px);
width: -webkit-calc(100% - 41px);
width: -moz-calc(100% - 41px);
border: none;
}
.m-settings-row .msr-left label {
font-size: 18px;
font-weight: 300;
}
.m-settings-row .msr-right {
float: left;
width: calc(40% - 40px);
width: -webkit-calc(40% - 40px);
width: -moz-calc(40% - 40px);
padding: 15px 20px;
}
.m-settings-row .msr-right .msr-content input,
.m-settings-row textarea {
background: rgba(255, 255, 255, 0.75);
height: 38px;
border: none;
border-radius: 2px;
width: 100%;
padding-left: 13px;
box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.31);
}
.m-settings-row .msr-right .msr-content input:focus,
.m-settings-row textarea:focus {
box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.31);
}
.m-settings-row textarea.rt03 {
width: 100%;
height: 250px;
margin-top: 20px;
padding-top: 10px;
}
.m-settings-row .msr-left span {
color: #999;
margin-top: 10px;
display: block;
}
.or-params-popup h1.mgs-t02 {
text-align: left;
margin-top: 0px;
font-size: 22px;
margin-bottom: 30px;
font-weight: 300;
}
#or-global-sections .mgs-settings-section h1.mgs-t02 span {
font-size: 14px;
color: #888;
}
.or-el-ui {
float: left;
}
.or-el-ui.meu-radio, .or-el-ui.meu-boolen {
display: inline-block;
}
.meu-radio ul, .meu-boolen ul {
padding: 1px;
margin: 0px;
float: left;
border-radius: 30px;
box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.1) inset;
background: rgba(0,0,0,0.5);
}
.meu-radio ul:hover, .meu-boolen ul:hover {
background: rgba(0,0,0,0.55);
}
.meu-radio ul li {
float: left;
padding: 6px 20px;
margin: 0px;
color: rgba(255, 255, 255, 0.75);
position: relative;
cursor: pointer;
border-left: 1px solid rgba(0,0,0,0.2);
}
.meu-radio ul li:hover {
color: #fff;
}
.meu-radio ul li:first-child,
.meu-radio ul li.active + li {
border: none;
padding-left: 21px;
}
.meu-radio ul li.active {
background: #47D3FF;
color: #fff;
border-radius: 30px;
}
.meu-radio ul li input {
display: none;
}
.meu-boolen ul li {
float: left;
background: rgba(255, 255, 255, 0);
margin: 0px;
cursor: pointer;
height: 30px;
width: 30px;
border-radius: 30px;
position: relative;
}
.meu-boolen ul li.active {
height: 30px;
width: 30px;
background: #fff;
position: relative;
box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.1) inset;
color: #999;
}
.meu-boolen ul li.active:after,.meu-boolen ul li.active:before {
width: 1px;
height: 15px;
background: #707270;
content: "";
position: absolute;
top: 8px;
left: 15px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.meu-boolen ul li.active:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
}
.meu-boolen ul li:first-child.active {
background: #47D3FF;
}
.meu-boolen ul li:first-child.active:after {
background: #fff;
left: 18px;
transform: rotate(35deg);
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
}
.meu-boolen ul li:first-child.active:before {
background: #fff;
transform: rotate(-35deg);
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
height: 10px;
left: 11px;
top: 12px;
}
.meu-boolen ul li input {
display: none;
}
.or-el-ui.meu-select {
display: inline-block;
border-radius: 30px;
background: rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.1);
padding: 0 10px;
color: #fff;
}
.or-el-ui.meu-select select {
height: 30px;
min-width: 70px;
border: none;
background: transparent;
box-shadow: none;
color: #fff;
}
.or-el-ui.meu-select select option {
background: #333;
color: #fff;
}
.or-sections-manager #or-container {
margin-top: 10px;
}
.or-section-meta {
margin-top: 29px;
position: relative;
}
.or-section-meta #or-save-success {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #fafafa;
color: #333;
display: none;
text-align: center;
}
#or-save-success .mss-wrp {
padding: 0px;
display: table-cell;
top: 50%;
left: 6%;
width: 88%;
position: absolute;
margin-top: -101px;
}
#or-save-success .mss-wrp>i.fa {
font-size: 50px;
color: #86C724;
}
#or-save-success .mss-wrp h3 {
font-size: 20px;
padding: 0 0 10px;
}
#or-save-success .mss-wrp span {
margin-bottom: 30px;
display: inline-block;
}
.or-section-meta input[type="text"] {
border: 1px solid #ddd;
margin: 0 2%;
width: 96%;
border-radius: 2px;
background: #fefefe;
padding-left: 10px;
}
.or-section-meta .misc-pub-section {
padding: 20px 10px;
position: relative;
text-align: center;
border-bottom: 1px solid #F1F1F1;
}
.or-section-meta .misc-pub-section label {
display: block;
text-align: left;
color: #888;
margin: 0px 2% 5px;
font-size: 13px;
}
.or-section-meta .misc-pub-section:nth-child(even) {
background: #fafafa;
}
.or-section-meta div.misc-pub-section.last {
border: none;
}
.or-section-meta .misc-pub-section:nth-child(even) input[type="text"] {
background: #fff;
}
.or-section-meta div.misc-pub-section .button-primary {
background: #42BCE2;
border: none;
box-shadow: none;
height: 30px;
line-height: 30px;
padding: 0 15px;
margin-top: 10px;
}
.or-section-meta div.misc-pub-section .button-primary:hover {
background: #148aad;
}
.or-section-meta .or-attach-field-wrp {
min-height: 50px;
padding-bottom: 10px;
}
.or-section-meta .or-attach-field-wrp .img-sizes .button {
background: transparent;
border: none;
box-shadow: none;
padding: 0px 6px;
height: auto;
margin: 10px 0 5px;
line-height: inherit;
}
.or-section-meta .or-attach-field-wrp .img-sizes .button:hover {
color: #42BCE2;
background: transparent;
}
.or-section-meta .or-attach-field-wrp .img-sizes .button-primary {
color: #42BCE2;
}
.or-section-meta .mgs-tips {
top: 45px;
}
#or-sections-manager {
margin: 50px 0 0 0;
}
#or-sections-manager .mgs-select-section .mgs-select-wrp {
overflow: inherit;
height: inherit;
margin-top: 20px;
}
#or-sections-manager .mgs-select-section h1 {
line-height: 25px;
margin-bottom: 20px;
font-size: 15px;
}
#or-sections-manager .mgs-select-section h1 a {
text-decoration: none;
background: #e0e0e0;
text-transform: capitalize;
padding: 4px 8px;
text-shadow: none;
font-weight: 600;
font-size: 13px;
margin-left: 4px;
}
#or-sections-manager .mgs-select-section h1 a:hover {
background: #00a0d2;
color: #fff;
}
#or-sections-manager select.filter-by-category {
margin-right: 3.3%;
margin-bottom: 10px;
}
#or-sections-manager .mgs-section-item .mgs-si-sceenshot span {
font-size: 15px;
}
#or-sections-manager .mgs-section-item .mgs-si-funcs {
display: block;
}
#or-sections-manager .mgs-select-section select,
#or-sections-manager .mgs-select-section input[type="text"],
#or-sections-manager .mgs-select-section input[type="search"] {
height: 35px;
padding: 0 15px;
border-radius: 4px;
border: 1px solid rgba(0,0,0,0.2);
}
#or-sections-manager .mgs-select-section .mgs-section-item {
margin-bottom: 3%;
margin-right: 3%;
width: 30%;
}
#or-sections-manager .load-more {
border: 1px solid #e5e5e5;
background: #fff;
width: 97%;
}
.or-sections-manager #or-controls,
.or-sections-manager #or-footers ul li.or-add-sections {
display: none;
}
.or-sections-manager #or-controls h3 {
float: right;
color: #fff;
font-size: 15px;
line-height: 30px;
font-weight: 300;
padding: 0px;
margin-right: 10px;
text-transform: capitalize;
}
a.or-backtoList {
text-decoration: none;
display: inline-block;
line-height: 30px;
}
#or-section-settings {
float: right;
background: #fff;
border: 1px solid rgba(0,0,0,0.2);
padding: 7px 13px;
border-radius: 3px;
font-size: 18px;
color: #888;
cursor: pointer;
}
#or-section-settings:hover {
color: #333;
background: #eee;
}
#or-page-settings {
margin: 30px 20px;
}
#instantSaving {
background: rgba(0,0,0,0.8);
position: fixed;
top: 0px;
left: 0px;
z-index: 10000000;
width: 100%;
height: 100%;
color: #eee;
text-align: center;
}
#instantSaving span {
position: absolute;
left: 50%;
top: 50%;
height: 80px;
width: 400px;
margin: -40px 0 0 -200px;
}
#instantSaving span i {
}
.or-params-popup #or-page-settings h1.mgs-t02 {
text-align: left;
margin-top: 10px;
margin-bottom: 20px;
float: left;
}
.sys-colorPicker {
margin-top: 5px;
background: #fefefe !important;
}
.sys-colorPicker .extendRGBA {
bottom: 12px;
;
left: 10px;
position: absolute;
}
.sys-colorPicker .extendRGBA select {
height: 22px;
line-height: 22px;
margin-top: 10px;
padding: 2px;
width: 99%;
}
.sys-colorPicker .extendRGBA select option {
padding: 15px 10px;
}
.sys-colorPicker .extendRGBA button {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
border: none;
border-radius: 2px;
cursor: pointer;
padding: 3px 7px;
color: #fff;
}
.sys-colorPicker .extendRGBA button:hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
.sys-colorPicker .extendRGBA input {
font-size: 12px;
padding: 1px;
height: 20px;
width: 25px;
background: none;
border: none;
}
input::-webkit-input-placeholder {
font-size: 13px;
color: #bbb;
}
.float_publish_action {
position: fixed;
top: 35px;
width: 257px;
border: 1px solid #ddd;
z-index: 10;
margin-left: -1px;
background: #fff !important;
}
.bum-effs {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: bum;
animation-name: bum;
}
@-webkit-keyframes bum {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
font-weight: bold;
color: #000;
}
60% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
font-weight: bold;
color: #000;
}
}
@keyframes bum {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
40% {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
font-weight: bold;
color: #000;
}
60% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
font-weight: bold;
color: #000;
}
}
.or-bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: originbounceIn;
animation-name: originbounceIn;
}
@-webkit-keyframes originbounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.9);
transform: scale(.9)
}
50% {
opacity: 1;
-webkit-transform: scale(1.01);
transform: scale(1.01)
}
70% {
-webkit-transform: scale(.99);
transform: scale(.99)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes originbounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9)
}
50% {
opacity: 1;
-webkit-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01)
}
70% {
-webkit-transform: scale(.99);
-ms-transform: scale(.99);
transform: scale(.99)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes notice {
0%, 50%, 100% {
color: rgba(255,255,255,1);
}
25%, 75% {
color: rgba(255,255,255,0);
}
}
@keyframes notice {
0%, 50%, 100% {
color: rgba(255,255,255,1);
}
25%, 75% {
color: rgba(255,255,255,0);
}
} .pika-single {
z-index: 9999;
position: relative;
color: #333;
background: #f5f5f5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 1px solid #ddd;
border-top: none;
} .pika-single:before,
.pika-single:after {
content: " ";
display: table;
}
.pika-single:after {
clear: both
}
.pika-single {
*zoom: 1 }
.pika-single.is-hidden {
display: none;
}
.pika-single.is-bound {
position: absolute;
box-shadow: 0 5px 10px -5px rgba(0,0,0,.75);
z-index: 10000;
}
.pika-lendar {
float: left;
width: 300px;
margin: 15px;
}
.pika-title {
position: relative;
text-align: center;
}
.pika-label {
display: inline-block;
*
display: inline;
position: relative;
z-index: 9999;
overflow: hidden;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
}
.pika-title select {
cursor: pointer;
position: absolute;
z-index: 9998;
margin: 0;
left: 0;
top: 5px;
filter: alpha(opacity=0);
opacity: 0;
}
.pika-prev,
.pika-next {
display: block;
cursor: pointer;
position: relative;
outline: none;
border: 0;
padding: 0;
width: 20px;
height: 30px; text-indent: 20px;
white-space: nowrap;
overflow: hidden;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% 75%;
opacity: .5;
*position: absolute;
*top: 0;
}
.pika-prev:hover,
.pika-next:hover {
opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
float: left;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
*left: 0;
}
.pika-next,
.is-rtl .pika-prev {
float: right;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
*right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
cursor: default;
opacity: .2;
}
.pika-select {
display: inline-block;
*display: inline;
}
.pika-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 0;
}
.pika-table th,
.pika-table td {
width: 14.285714285714286%;
border: 1px solid rgba(255, 255, 255, 0.35);
text-align: center;
}
.pika-table th {
color: #555;
font-size: 12px;
line-height: 30px;
font-weight: bold;
text-align: center;
background: #eaeaea;
}
.pika-button {
cursor: pointer;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
border: 0;
margin: 0;
width: 100%;
padding: 5px;
color: #666;
font-size: 12px;
line-height: 20px;
text-align: center;
background: #f5f5f5;
}
.pika-week {
font-size: 11px;
color: #999;
}
.is-today .pika-button {
color: #33aaff;
font-weight: bold;
}
.is-selected .pika-button {
color: #fff;
font-weight: bold;
background: #33aaff;
border-radius: 1px;
}
.is-inrange .pika-button {
background: #D5E9F7;
}
.is-startrange .pika-button {
color: #fff;
background: #6CB31D;
box-shadow: none;
border-radius: 3px;
}
.is-endrange .pika-button {
color: #fff;
background: #33aaff;
box-shadow: none;
border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
pointer-events: none;
cursor: default;
color: #999;
opacity: .3;
}
.pika-button:hover {
color: #fff;
background: #ff8000;
box-shadow: none;
border-radius: 1px;
} .pika-table abbr {
border-bottom: none;
cursor: help;
}
#or-ui-handle-image svg {
width: 45px;
display: block;
margin: 6px auto;
}
#or-ui-handle-image{
background: #fff none repeat scroll 0 0;
border-radius: 10px;
box-shadow: 0 1px 7px 4px rgba(0, 0, 0, 0.1); 
-webkit-box-shadow: 0 1px 7px 4px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 7px 4px rgba(0, 0, 0, 0.1); 
height: 65px;
max-width: 127px !important;
opacity: 1;
position: absolute;
width: 86px; border: none;
opacity:1;
}@font-face {
font-family: 'simple-line-icons';
src:url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Simple-Line-Icons.eot?-i3a2kk);
src:url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format('embedded-opentype'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Simple-Line-Icons.ttf?-i3a2kk) format('truetype'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Simple-Line-Icons.woff?-i3a2kk) format('woff'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'et-line';
src:url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/et-line.eot);
src:url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/et-line.eot?#iefix) format('embedded-opentype'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/et-line.woff) format('woff'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/et-line.ttf) format('truetype'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/et-line.svg#et-line) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/fontawesome-webfont.eot?-i3a2kk);
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/fontawesome-webfont.eot?#iefix&-i3a2kk) format('embedded-opentype'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/fontawesome-webfont.woff?-i3a2kk) format('woff'),
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/fontawesome-webfont.woff2?-i3a2kk) format('woff2'), 
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/fontawesome-webfont.ttf?-i3a2kk) format('truetype'), 
url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/fontawesome-webfont.svg?-i3a2kk#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Lato-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Roboto-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Oswald';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Oswald-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Raleway-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'SourceSansPro';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/SourceSansPro-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Lora';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Lora-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Ubuntu';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Ubuntu-Regular.ttf) format('truetype');
}@font-face {
font-family: 'DroidSans';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/DroidSans.ttf) format('truetype');
}@font-face {
font-family: 'DroidSerif';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/DroidSerif.ttf) format('truetype');
}@font-face {
font-family: 'Slabo';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Slabo27px-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Anton';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Anton.ttf) format('truetype');
}@font-face {
font-family: 'Webdings';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Webdings.ttf) format('truetype');
}@font-face {
font-family: 'Caliban';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Caliban.ttf) format('truetype');
}@font-face {
font-family: 'Arimo';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Arimo-Regular.ttf) format('truetype');
}@font-face {
font-family: 'TitilliumWeb';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/TitilliumWeb-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Anke';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Anke.ttf) format('truetype');
}
@font-face {
font-family: 'NotoSans';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/NotoSans-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'AllertaStencil';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/AllertaStencil-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'ArchitectsDaughter';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/ArchitectsDaughter.ttf) format('truetype');
}@font-face {
font-family: 'Arvo';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Arvo-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Limelight';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Limelight-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Monda';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Monda-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Montez';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Montez-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Orbitron';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Orbitron-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Rancho';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Rancho-Regular.ttf) format('truetype');
}@font-face {
font-family: 'PT Sans Caption Web';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/PT_Sans-Caption-Web-Regular.ttf) format('truetype');
}@font-face {
font-family: 'Righteous';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/Righteous-Regular.ttf) format('truetype');
}@font-face{
font-family: 'ShadowsIntoLight';
font-style: normal;
src: url(//www.smartouch.com.my/wp-content/plugins/origin_pro/assets/css/fonts/ShadowsIntoLight.ttf) format('truetype');
}     [class^="et-"], [class*=" et-"] {
font-family: 'et-line' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
}
.et-mobile:before{content:"\e000"}.et-laptop:before{content:"\e001"}.et-desktop:before{content:"\e002"}.et-tablet:before{content:"\e003"}.et-phone:before{content:"\e004"}.et-document:before{content:"\e005"}.et-documents:before{content:"\e006"}.et-search:before{content:"\e007"}.et-clipboard:before{content:"\e008"}.et-newspaper:before{content:"\e009"}.et-notebook:before{content:"\e00a"}.et-book-open:before{content:"\e00b"}.et-browser:before{content:"\e00c"}.et-calendar:before{content:"\e00d"}.et-presentation:before{content:"\e00e"}.et-picture:before{content:"\e00f"}.et-pictures:before{content:"\e010"}.et-video:before{content:"\e011"}.et-camera:before{content:"\e012"}.et-printer:before{content:"\e013"}.et-toolbox:before{content:"\e014"}.et-briefcase:before{content:"\e015"}.et-wallet:before{content:"\e016"}.et-gift:before{content:"\e017"}.et-bargraph:before{content:"\e018"}.et-grid:before{content:"\e019"}.et-expand:before{content:"\e01a"}.et-focus:before{content:"\e01b"}.et-edit:before{content:"\e01c"}.et-adjustments:before{content:"\e01d"}.et-ribbon:before{content:"\e01e"}.et-hourglass:before{content:"\e01f"}.et-lock:before{content:"\e020"}.et-megaphone:before{content:"\e021"}.et-shield:before{content:"\e022"}.et-trophy:before{content:"\e023"}.et-flag:before{content:"\e024"}.et-map:before{content:"\e025"}.et-puzzle:before{content:"\e026"}.et-basket:before{content:"\e027"}.et-envelope:before{content:"\e028"}.et-streetsign:before{content:"\e029"}.et-telescope:before{content:"\e02a"}.et-gears:before{content:"\e02b"}.et-key:before{content:"\e02c"}.et-paperclip:before{content:"\e02d"}.et-attachment:before{content:"\e02e"}.et-pricetags:before{content:"\e02f"}.et-lightbulb:before{content:"\e030"}.et-layers:before{content:"\e031"}.et-pencil:before{content:"\e032"}.et-tools:before{content:"\e033"}.et-tools-2:before{content:"\e034"}.et-scissors:before{content:"\e035"}.et-paintbrush:before{content:"\e036"}.et-magnifying-glass:before{content:"\e037"}.et-circle-compass:before{content:"\e038"}.et-linegraph:before{content:"\e039"}.et-mic:before{content:"\e03a"}.et-strategy:before{content:"\e03b"}.et-beaker:before{content:"\e03c"}.et-caution:before{content:"\e03d"}.et-recycle:before{content:"\e03e"}.et-anchor:before{content:"\e03f"}.et-profile-male:before{content:"\e040"}.et-profile-female:before{content:"\e041"}.et-bike:before{content:"\e042"}.et-wine:before{content:"\e043"}.et-hotairballoon:before{content:"\e044"}.et-globe:before{content:"\e045"}.et-genius:before{content:"\e046"}.et-map-pin:before{content:"\e047"}.et-dial:before{content:"\e048"}.et-chat:before{content:"\e049"}.et-heart:before{content:"\e04a"}.et-cloud:before{content:"\e04b"}.et-upload:before{content:"\e04c"}.et-download:before{content:"\e04d"}.et-target:before{content:"\e04e"}.et-hazardous:before{content:"\e04f"}.et-piechart:before{content:"\e050"}.et-speedometer:before{content:"\e051"}.et-global:before{content:"\e052"}.et-compass:before{content:"\e053"}.et-lifesaver:before{content:"\e054"}.et-clock:before{content:"\e055"}.et-aperture:before{content:"\e056"}.et-quote:before{content:"\e057"}.et-scope:before{content:"\e058"}.et-alarmclock:before{content:"\e059"}.et-refresh:before{content:"\e05a"}.et-happy:before{content:"\e05b"}.et-sad:before{content:"\e05c"}.et-facebook:before{content:"\e05d"}.et-twitter:before{content:"\e05e"}.et-googleplus:before{content:"\e05f"}.et-rss:before{content:"\e060"}.et-tumblr:before{content:"\e061"}.et-linkedin:before{content:"\e062"}.et-dribbble:before{content:"\e063"} [class^="sl-"], [class*=" sl-"] {
font-family: 'simple-line-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sl-user:before{content:"\e005"}.sl-people:before{content:"\e001"}.sl-user-female:before{content:"\e000"}.sl-user-follow:before{content:"\e002"}.sl-user-following:before{content:"\e003"}.sl-user-unfollow:before{content:"\e004"}.sl-login:before{content:"\e066"}.sl-logout:before{content:"\e065"}.sl-emotsmile:before{content:"\e021"}.sl-phone:before{content:"\e600"}.sl-call-end:before{content:"\e048"}.sl-call-in:before{content:"\e047"}.sl-call-out:before{content:"\e046"}.sl-map:before{content:"\e033"}.sl-location-pin:before{content:"\e096"}.sl-direction:before{content:"\e042"}.sl-directions:before{content:"\e041"}.sl-compass:before{content:"\e045"}.sl-layers:before{content:"\e034"}.sl-menu:before{content:"\e601"}.sl-list:before{content:"\e067"}.sl-options-vertical:before{content:"\e602"}.sl-options:before{content:"\e603"}.sl-arrow-down:before{content:"\e604"}.sl-arrow-left:before{content:"\e605"}.sl-arrow-right:before{content:"\e606"}.sl-arrow-up:before{content:"\e607"}.sl-arrow-up-circle:before{content:"\e078"}.sl-arrow-left-circle:before{content:"\e07a"}.sl-arrow-right-circle:before{content:"\e079"}.sl-arrow-down-circle:before{content:"\e07b"}.sl-check:before{content:"\e080"}.sl-clock:before{content:"\e081"}.sl-plus:before{content:"\e095"}.sl-close:before{content:"\e082"}.sl-trophy:before{content:"\e006"}.sl-screen-smartphone:before{content:"\e010"}.sl-screen-desktop:before{content:"\e011"}.sl-plane:before{content:"\e012"}.sl-notebook:before{content:"\e013"}.sl-mustache:before{content:"\e014"}.sl-mouse:before{content:"\e015"}.sl-magnet:before{content:"\e016"}.sl-energy:before{content:"\e020"}.sl-disc:before{content:"\e022"}.sl-cursor:before{content:"\e06e"}.sl-cursor-move:before{content:"\e023"}.sl-crop:before{content:"\e024"}.sl-chemistry:before{content:"\e026"}.sl-speedometer:before{content:"\e007"}.sl-shield:before{content:"\e00e"}.sl-screen-tablet:before{content:"\e00f"}.sl-magic-wand:before{content:"\e017"}.sl-hourglass:before{content:"\e018"}.sl-graduation:before{content:"\e019"}.sl-ghost:before{content:"\e01a"}.sl-game-controller:before{content:"\e01b"}.sl-fire:before{content:"\e01c"}.sl-eyeglass:before{content:"\e01d"}.sl-envelope-open:before{content:"\e01e"}.sl-envolope-letter:before{content:"\e01f"}.sl-bell:before{content:"\e027"}.sl-badge:before{content:"\e028"}.sl-anchor:before{content:"\e029"}.sl-wallet:before{content:"\e02a"}.sl-vector:before{content:"\e02b"}.sl-speech:before{content:"\e02c"}.sl-puzzle:before{content:"\e02d"}.sl-printer:before{content:"\e02e"}.sl-present:before{content:"\e02f"}.sl-playlist:before{content:"\e030"}.sl-pin:before{content:"\e031"}.sl-picture:before{content:"\e032"}.sl-handbag:before{content:"\e035"}.sl-globe-alt:before{content:"\e036"}.sl-globe:before{content:"\e037"}.sl-folder-alt:before{content:"\e039"}.sl-folder:before{content:"\e089"}.sl-film:before{content:"\e03a"}.sl-feed:before{content:"\e03b"}.sl-drop:before{content:"\e03e"}.sl-drawar:before{content:"\e03f"}.sl-docs:before{content:"\e040"}.sl-doc:before{content:"\e085"}.sl-diamond:before{content:"\e043"}.sl-cup:before{content:"\e044"}.sl-calculator:before{content:"\e049"}.sl-bubbles:before{content:"\e04a"}.sl-briefcase:before{content:"\e04b"}.sl-book-open:before{content:"\e04c"}.sl-basket-loaded:before{content:"\e04d"}.sl-basket:before{content:"\e04e"}.sl-bag:before{content:"\e04f"}.sl-action-undo:before{content:"\e050"}.sl-action-redo:before{content:"\e051"}.sl-wrench:before{content:"\e052"}.sl-umbrella:before{content:"\e053"}.sl-trash:before{content:"\e054"}.sl-tag:before{content:"\e055"}.sl-support:before{content:"\e056"}.sl-frame:before{content:"\e038"}.sl-size-fullscreen:before{content:"\e057"}.sl-size-actual:before{content:"\e058"}.sl-shuffle:before{content:"\e059"}.sl-share-alt:before{content:"\e05a"}.sl-share:before{content:"\e05b"}.sl-rocket:before{content:"\e05c"}.sl-question:before{content:"\e05d"}.sl-pie-chart:before{content:"\e05e"}.sl-pencil:before{content:"\e05f"}.sl-note:before{content:"\e060"}.sl-loop:before{content:"\e064"}.sl-home:before{content:"\e069"}.sl-grid:before{content:"\e06a"}.sl-graph:before{content:"\e06b"}.sl-microphone:before{content:"\e063"}.sl-music-tone-alt:before{content:"\e061"}.sl-music-tone:before{content:"\e062"}.sl-earphones-alt:before{content:"\e03c"}.sl-earphones:before{content:"\e03d"}.sl-equalizer:before{content:"\e06c"}.sl-like:before{content:"\e068"}.sl-dislike:before{content:"\e06d"}.sl-control-start:before{content:"\e06f"}.sl-control-rewind:before{content:"\e070"}.sl-control-play:before{content:"\e071"}.sl-control-pause:before{content:"\e072"}.sl-control-forward:before{content:"\e073"}.sl-control-end:before{content:"\e074"}.sl-volume-1:before{content:"\e09f"}.sl-volume-2:before{content:"\e0a0"}.sl-volume-off:before{content:"\e0a1"}.sl-calender:before{content:"\e075"}.sl-bulb:before{content:"\e076"}.sl-chart:before{content:"\e077"}.sl-ban:before{content:"\e07c"}.sl-bubble:before{content:"\e07d"}.sl-camrecorder:before{content:"\e07e"}.sl-camera:before{content:"\e07f"}.sl-cloud-download:before{content:"\e083"}.sl-cloud-upload:before{content:"\e084"}.sl-envolope:before{content:"\e086"}.sl-eye:before{content:"\e087"}.sl-flag:before{content:"\e088"}.sl-heart:before{content:"\e08a"}.sl-info:before{content:"\e08b"}.sl-key:before{content:"\e08c"}.sl-link:before{content:"\e08d"}.sl-lock:before{content:"\e08e"}.sl-lock-open:before{content:"\e08f"}.sl-magnifier:before{content:"\e090"}.sl-magnifier-add:before{content:"\e091"}.sl-magnifier-remove:before{content:"\e092"}.sl-paper-clip:before{content:"\e093"}.sl-paper-plane:before{content:"\e094"}.sl-power:before{content:"\e097"}.sl-refresh:before{content:"\e098"}.sl-reload:before{content:"\e099"}.sl-settings:before{content:"\e09a"}.sl-star:before{content:"\e09b"}.sl-symble-female:before{content:"\e09c"}.sl-symbol-male:before{content:"\e09d"}.sl-target:before{content:"\e09e"}.sl-credit-card:before{content:"\e025"}.sl-paypal:before{content:"\e608"}.sl-social-tumblr:before{content:"\e00a"}.sl-social-twitter:before{content:"\e009"}.sl-social-facebook:before{content:"\e00b"}.sl-social-instagram:before{content:"\e609"}.sl-social-linkedin:before{content:"\e60a"}.sl-social-pintarest:before{content:"\e60b"}.sl-social-github:before{content:"\e60c"}.sl-social-gplus:before{content:"\e60d"}.sl-social-reddit:before{content:"\e60e"}.sl-social-skype:before{content:"\e60f"}.sl-social-dribbble:before{content:"\e00d"}.sl-social-behance:before{content:"\e610"}.sl-social-foursqare:before{content:"\e611"}.sl-social-soundcloud:before{content:"\e612"}.sl-social-spotify:before{content:"\e613"}.sl-social-stumbleupon:before{content:"\e614"}.sl-social-youtube:before{content:"\e008"}.sl-social-dropbox:before{content:"\e00c"}  [class^="fa-"], [class*=" fa-"] {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-family: FontAwesome !important;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-pull-left,.pull-left{margin-right:.3em}.fa-fw,.fa-li{text-align:center}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-pull-right,.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}