@charset "UTF-8";
@media only screen and (min-width: 768px) {
.megamenu-parent *,
.megamenu-parent *:before,
.megamenu-parent *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.megamenu-parent[data-width='full'],
.megamenu-parent.mm-width-full {
position: static!important; }
.megamenu-parent > .megamenu-sub-menu {
display: block;
visibility: hidden;
position: absolute;
}
.megamenu-parent:hover > .megamenu-sub-menu {
left: 0;
right: auto;
visibility: visible;
} .megamenu-parent:hover:after {
position: absolute;
border-color: transparent transparent transparent;
border-style: inset inset solid;
border-width: 6px;
content: "";
display: block;
height: 0;
width: 0;
margin-left: 40px;
margin-top: -11px;
} .megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu > li {
width: 100%;
float: left;
clear: both;
} .megamenu-inner-sub-menu .megamenu-inner-sub-menu > li li {
padding-left: 10px;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu > li > a {
width: 100%;
display: block;
padding-left: 0;
padding-right: 0;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-column {
float: left;
width: 100%;
}
.megamenu-parent.megamenu-columns-2 > .megamenu-sub-menu > .megamenu-column {
width: 50%;
}
.megamenu-parent.megamenu-columns-3 > .megamenu-sub-menu > .megamenu-column {
width: 33.2%;
}
.megamenu-parent.megamenu-columns-4 > .megamenu-sub-menu > .megamenu-column {
width: 25%;
}
.megamenu-parent.megamenu-columns-5 > .megamenu-sub-menu > .megamenu-column {
width: 20%;
}
.megamenu-parent.megamenu-columns-6 > .megamenu-sub-menu > .megamenu-column {
width: 16.66%;
}
.megamenu-parent.megamenu-columns-7 > .megamenu-sub-menu > .megamenu-column {
width: 14.2%;
}
.megamenu-parent.megamenu-columns-8 > .megamenu-sub-menu > .megamenu-column {
width: 12.5%;
}
.megamenu-parent .megamenu-column > a,
.megamenu-parent .megamenu-column a.parent-link {
display: none!important;
} .megamenu-parent .megamenu-column,
.megamenu-parent > .megamenu-sub-menu > .megamenu-content {
padding: 30px;
} .megamenu-parent .megamenu-column.no-padding,
.megamenu-parent > .megamenu-sub-menu > .megamenu-content.no-padding {
padding: 0;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-column:hover {
background: transparent;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-column > a {
display: none;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-column .megamenu-inner-sub-menu { left: auto;
position: relative;
display: block;
}
.megamenu-parent:hover > .megamenu-sub-menu .megamenu-column .megamenu-inner-sub-menu {
visibility: visible;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu li:not(.megamenu-content) > a {
padding: 3px 0;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu li:not(.megamenu-content):not(.megamenu-heading) > a {
padding-left: 13px;
}
.megamenu-parent > .megamenu-sub-menu .megamenu-inner-sub-menu li:hover > a {
background: none;
}
.megamenu-parent .megamenu-heading > a:after {
display: none;
}
.megamenu-parent .megamenu-heading:hover,
.megamenu-parent .megamenu-heading > a:hover,
.megamenu-parent .megamenu-content:hover,
.megamenu-parent .megamenu-content > a:hover {
background: none;
} .megamenu-parent .megamenu-content {
width: 100%;
} .megamenu-content [class*="mm-icon-"] {
margin-right: 6px;
} .megamenu-content .rtw_main {
font-size: 16px;
font-weight: 300;
}
.megamenu-content a {
line-height: 1.6!important;
} .megamenu-parent:not(.no-styling) input[type="text"],
.megamenu-parent:not(.no-styling) input[type="password"],
.megamenu-parent:not(.no-styling) input[type="date"],
.megamenu-parent:not(.no-styling) input[type="datetime"],
.megamenu-parent:not(.no-styling) input[type="email"],
.megamenu-parent:not(.no-styling) input[type="number"],
.megamenu-parent:not(.no-styling) input[type="search"],
.megamenu-parent:not(.no-styling) input[type="tel"],
.megamenu-parent:not(.no-styling) input[type="time"],
.megamenu-parent:not(.no-styling) input[type="url"] {
height: 34px;
line-height: 34px;
padding: 6px;
border-radius: 4px;
}
.megamenu-parent:not(.no-styling) textarea {
padding: 6px;
border-radius: 4px;
}
.megamenu-parent:not(.no-styling) input[type="submit"] {
border: medium none;
border-radius: 3px 3px 3px 3px;
height: 40px;
line-height: 40px;
padding: 8px 16px;
} .megamenu-parent:not(.no-styling) > .megamenu-sub-menu,
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu .megamenu-inner-sub-menu { background: #2A2C2C;
color: #ADADAD;
} .megamenu-parent:hover:after {
border-color: transparent transparent #2A2C2C;
}
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu .megamenu-inner-sub-menu:after {
content: '';
display: table;
clear:both;
}
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-content):not(.megamenu-heading) > a,
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-content):not(.megamenu-heading) {
font-size: 13px;
line-height: 1.6;
}
.megamenu-parent:not(.no-styling) .megamenu-content a {
padding: 0;
}
.megamenu-parent:not(.no-styling) .megamenu-content p:last-child {
margin-bottom: 0;
}
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu a {
color: #E3E3E3!important;
}
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu a:hover {
color: #FFF!important;
}
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading):hover > a {
color: #FFF;
} .megamenu-parent:not(.no-styling) > .megamenu-sub-menu .has-dropdown > a:after {
display: none;
}
.megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading):not(.megamenu-content) > a:before {
font-family: 'mm-iconfont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "";
margin-left: -17px;
margin-right: 4px;
opacity: .5;
} .megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading) li:not(.megamenu-heading)  li:not(.megamenu-heading) > a:before {
content: "";
} .megamenu-parent:not(.no-styling) > .megamenu-sub-menu li:not(.megamenu-heading) li:not(.megamenu-heading)  li:not(.megamenu-heading) > a:before {
opacity: .3;
} .megamenu-parent:not(.no-styling) h1, .megamenu-parent:not(.no-styling) h2, .megamenu-parent:not(.no-styling) h3,
.megamenu-parent:not(.no-styling) h4, .megamenu-parent:not(.no-styling) h5, .megamenu-parent:not(.no-styling) h6,
.megamenu-parent:not(.no-styling) .megamenu-heading > a {
color: #F4F5F5!important;
}
.megamenu-parent:not(.no-styling) .megamenu-heading > a {
padding: 0 0 20px 0;
margin-top: 20px;
font-size: 16px;
cursor: default;
}
.megamenu-parent:not(.no-styling) .first-submenu-header > a {
margin-top: 0;
} .map-canvas {
margin-bottom: 20px;
}
.megamenu-content .map-canvas:last-child {
margin-bottom: 0;
} .megamenu-parent:not(.no-styling) input[type="text"],
.megamenu-parent:not(.no-styling) input[type="password"],
.megamenu-parent:not(.no-styling) input[type="date"],
.megamenu-parent:not(.no-styling) input[type="datetime"],
.megamenu-parent:not(.no-styling) input[type="email"],
.megamenu-parent:not(.no-styling) input[type="number"],
.megamenu-parent:not(.no-styling) input[type="search"],
.megamenu-parent:not(.no-styling) input[type="tel"],
.megamenu-parent:not(.no-styling) input[type="time"],
.megamenu-parent:not(.no-styling) input[type="url"] ,
.megamenu-parent:not(.no-styling) textarea {
background: #232323;
border: 1px solid #000000;
color: #C4C5C5;
}
.megamenu-parent:not(.no-styling) input[type="text"]:focus,
.megamenu-parent:not(.no-styling) input[type="password"]:focus,
.megamenu-parent:not(.no-styling) input[type="date"]:focus,
.megamenu-parent:not(.no-styling) input[type="datetime"]:focus,
.megamenu-parent:not(.no-styling) input[type="email"]:focus,
.megamenu-parent:not(.no-styling) input[type="number"]:focus,
.megamenu-parent:not(.no-styling) input[type="search"]:focus,
.megamenu-parent:not(.no-styling) input[type="tel"]:focus,
.megamenu-parent:not(.no-styling) input[type="time"]:focus,
.megamenu-parent:not(.no-styling) input[type="url"] :focus,
.megamenu-parent:not(.no-styling) textarea:focus {
background-color: #343434;
border-color: #4A4949;
}
.megamenu-parent:not(.no-styling) input[type="submit"] {
background-color: #D0D0D0;
box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.5) inset;
}
.megamenu-parent:not(.no-styling) input[type="submit"]:hover,
.megamenu-parent:not(.no-styling) input[type="submit"]:focus {
background-color: #EFEBEB;
box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.9) inset;
} .megamenu-parent.skin-white > .megamenu-sub-menu,
.megamenu-parent.skin-white > .megamenu-sub-menu .megamenu-inner-sub-menu { background: #FBFBFB;
color: #848484;
} .megamenu-parent.skin-white:hover:after {
border-color: transparent transparent #FBFBFB;
} .megamenu-parent.skin-white > .megamenu-sub-menu a {
color: #060606!important;
}
.megamenu-parent.skin-white > .megamenu-sub-menu a:hover {
color: #000!important;
}
.megamenu-parent.skin-white > .megamenu-sub-menu li:not(.megamenu-heading):hover > a {
color: #000;
} .megamenu-parent.skin-white h1, .megamenu-parent.skin-white h2, .megamenu-parent.skin-white h3,
.megamenu-parent.skin-white h4, .megamenu-parent.skin-white h5, .megamenu-parent.skin-white h6,
.megamenu-parent.skin-white .megamenu-heading > a {
color: #959595!important;
} .megamenu-parent.skin-white input[type="text"],
.megamenu-parent.skin-white input[type="password"],
.megamenu-parent.skin-white input[type="date"],
.megamenu-parent.skin-white input[type="datetime"],
.megamenu-parent.skin-white input[type="email"],
.megamenu-parent.skin-white input[type="number"],
.megamenu-parent.skin-white input[type="search"],
.megamenu-parent.skin-white input[type="tel"],
.megamenu-parent.skin-white input[type="time"],
.megamenu-parent.skin-white input[type="url"] ,
.megamenu-parent.skin-white textarea {
background: #F1F1F1;
border: 1px solid #DADADA;
color: #454545;
}
.megamenu-parent.skin-white input[type="text"]:focus,
.megamenu-parent.skin-white input[type="password"]:focus,
.megamenu-parent.skin-white input[type="date"]:focus,
.megamenu-parent.skin-white input[type="datetime"]:focus,
.megamenu-parent.skin-white input[type="email"]:focus,
.megamenu-parent.skin-white input[type="number"]:focus,
.megamenu-parent.skin-white input[type="search"]:focus,
.megamenu-parent.skin-white input[type="tel"]:focus,
.megamenu-parent.skin-white input[type="time"]:focus,
.megamenu-parent.skin-white input[type="url"] :focus,
.megamenu-parent.skin-white textarea:focus {
background-color: #FFFFFF;
border-color: #CCCCCC;
}
.megamenu-parent.skin-white input[type="submit"] {
background-color: #E8E8E8;
box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.34) inset;
color: #787878;
}
.megamenu-parent.skin-white input[type="submit"]:hover,
.megamenu-parent.skin-white input[type="submit"]:focus {
background-color: #EFEFEF;
box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.66) inset, 0 1px 2px 0px rgba(69, 68, 68, 0.35);
}
}
@media only screen and (max-width: 767px) {
.megamenu-parent {
display: none;
}
}@font-face {
font-family: 'mm-iconfont';
src:url(//foreveryoungandtrim.com/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.eot);
src:url(//foreveryoungandtrim.com/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.eot?#iefix) format('embedded-opentype'),
url(//foreveryoungandtrim.com/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.woff) format('woff'),
url(//foreveryoungandtrim.com/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.ttf) format('truetype'),
url(//foreveryoungandtrim.com/wp-content/plugins/tfingi-megamenu/iconfont/fonts/mm-iconfont.svg#mm-iconfont) format('svg');
font-weight: normal;
font-style: normal;
}     .mm-icon-github, .mm-icon-flickr, .mm-icon-vimeo, .mm-icon-twitter, .mm-icon-facebook, .mm-icon-googleplus, .mm-icon-pinterest, .mm-icon-tumblr, .mm-icon-linkedin, .mm-icon-dribbble, .mm-icon-stumbleupon, .mm-icon-lastfm, .mm-icon-rdio, .mm-icon-spotify, .mm-icon-instagram, .mm-icon-skype, .mm-icon-paypal, .mm-icon-picasa, .mm-icon-soundcloud, .mm-icon-behance, .mm-icon-circles, .mm-icon-vk, .mm-icon-arrow-right, .mm-icon-arrow-right-2, .mm-icon-untitled, .mm-icon-dot, .mm-icon-arrow-right-3, .mm-icon-reddit, .mm-icon-github-2, .mm-icon-wordpress, .mm-icon-youtube, .mm-icon-youtube-2, .mm-icon-feed, .mm-icon-forrst, .mm-icon-apple, .mm-icon-android, .mm-icon-windows8, .mm-icon-stackoverflow, .mm-icon-phone, .mm-icon-mobile, .mm-icon-directions, .mm-icon-mail, .mm-icon-paperplane, .mm-icon-feather, .mm-icon-paperclip, .mm-icon-user, .mm-icon-users, .mm-icon-vcard, .mm-icon-location, .mm-icon-map, .mm-icon-compass, .mm-icon-location-2, .mm-icon-target, .mm-icon-share, .mm-icon-sharable, .mm-icon-heart, .mm-icon-heart-2, .mm-icon-star, .mm-icon-star-2, .mm-icon-thumbs-up, .mm-icon-chat, .mm-icon-comment, .mm-icon-house, .mm-icon-popup, .mm-icon-search, .mm-icon-link, .mm-icon-cog, .mm-icon-tools, .mm-icon-camera, .mm-icon-megaphone, .mm-icon-tag, .mm-icon-leaf, .mm-icon-palette, .mm-icon-music, .mm-icon-new, .mm-icon-graduation, .mm-icon-book, .mm-icon-newspaper, .mm-icon-bag, .mm-icon-lifebuoy, .mm-icon-clock, .mm-icon-microphone, .mm-icon-calendar, .mm-icon-bolt, .mm-icon-briefcase, .mm-icon-gauge, .mm-icon-language, .mm-icon-network, .mm-icon-key, .mm-icon-drive, .mm-icon-rocket, .mm-icon-cone, .mm-icon-suitcase, .mm-icon-earth, .mm-icon-keyboard, .mm-icon-code, .mm-icon-screen, .mm-icon-credit-card, .mm-icon-database, .mm-icon-light-bulb, .mm-icon-cart, .mm-icon-ticket, .mm-icon-rss, .mm-icon-signal, .mm-icon-untitled-2, .mm-icon-statistics, .mm-icon-pie, .mm-icon-bars, .mm-icon-graph, .mm-icon-lock, .mm-icon-lock-open, .mm-icon-logout, .mm-icon-login, .mm-icon-cross, .mm-icon-info, .mm-icon-info-2, .mm-icon-question, .mm-icon-help, .mm-icon-warning, .mm-icon-layout, .mm-icon-list, .mm-icon-pictures, .mm-icon-landscape, .mm-icon-folder, .mm-icon-archive, .mm-icon-install, .mm-icon-cloud, .mm-icon-bookmark, .mm-icon-bookmarks, .mm-icon-quill, .mm-icon-play, .mm-icon-podcast, .mm-icon-credit, .mm-icon-coin, .mm-icon-cart-2, .mm-icon-stack, .mm-icon-bubbles, .mm-icon-bubbles-2, .mm-icon-dashboard, .mm-icon-fire, .mm-icon-checkmark, .mm-icon-close, .mm-icon-checkmark-2, .mm-icon-enter, .mm-icon-exit, .mm-icon-table {
font-family: 'mm-iconfont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.mm-icon-github:before {
content: "\e000";
}
.mm-icon-flickr:before {
content: "\e001";
}
.mm-icon-vimeo:before {
content: "\e002";
}
.mm-icon-twitter:before {
content: "\e003";
}
.mm-icon-facebook:before {
content: "\e004";
}
.mm-icon-googleplus:before {
content: "\e005";
}
.mm-icon-pinterest:before {
content: "\e006";
}
.mm-icon-tumblr:before {
content: "\e007";
}
.mm-icon-linkedin:before {
content: "\e008";
}
.mm-icon-dribbble:before {
content: "\e009";
}
.mm-icon-stumbleupon:before {
content: "\e00a";
}
.mm-icon-lastfm:before {
content: "\e00b";
}
.mm-icon-rdio:before {
content: "\e00c";
}
.mm-icon-spotify:before {
content: "\e00d";
}
.mm-icon-instagram:before {
content: "\e00e";
}
.mm-icon-skype:before {
content: "\e00f";
}
.mm-icon-paypal:before {
content: "\e010";
}
.mm-icon-picasa:before {
content: "\e011";
}
.mm-icon-soundcloud:before {
content: "\e012";
}
.mm-icon-behance:before {
content: "\e013";
}
.mm-icon-circles:before {
content: "\e014";
}
.mm-icon-vk:before {
content: "\e015";
}
.mm-icon-arrow-right:before {
content: "\e016";
}
.mm-icon-arrow-right-2:before {
content: "\e017";
}
.mm-icon-untitled:before {
content: "\e018";
}
.mm-icon-dot:before {
content: "\e019";
}
.mm-icon-arrow-right-3:before {
content: "\e01a";
}
.mm-icon-reddit:before {
content: "\e01b";
}
.mm-icon-github-2:before {
content: "\e01c";
}
.mm-icon-wordpress:before {
content: "\e01d";
}
.mm-icon-youtube:before {
content: "\e01e";
}
.mm-icon-youtube-2:before {
content: "\e01f";
}
.mm-icon-feed:before {
content: "\e020";
}
.mm-icon-forrst:before {
content: "\e021";
}
.mm-icon-apple:before {
content: "\e022";
}
.mm-icon-android:before {
content: "\e023";
}
.mm-icon-windows8:before {
content: "\e024";
}
.mm-icon-stackoverflow:before {
content: "\e025";
}
.mm-icon-phone:before {
content: "\e026";
}
.mm-icon-mobile:before {
content: "\e027";
}
.mm-icon-directions:before {
content: "\e028";
}
.mm-icon-mail:before {
content: "\e029";
}
.mm-icon-paperplane:before {
content: "\e02a";
}
.mm-icon-feather:before {
content: "\e02b";
}
.mm-icon-paperclip:before {
content: "\e02c";
}
.mm-icon-user:before {
content: "\e02d";
}
.mm-icon-users:before {
content: "\e02e";
}
.mm-icon-vcard:before {
content: "\e02f";
}
.mm-icon-location:before {
content: "\e030";
}
.mm-icon-map:before {
content: "\e031";
}
.mm-icon-compass:before {
content: "\e032";
}
.mm-icon-location-2:before {
content: "\e033";
}
.mm-icon-target:before {
content: "\e034";
}
.mm-icon-share:before {
content: "\e035";
}
.mm-icon-sharable:before {
content: "\e036";
}
.mm-icon-heart:before {
content: "\e037";
}
.mm-icon-heart-2:before {
content: "\e038";
}
.mm-icon-star:before {
content: "\e039";
}
.mm-icon-star-2:before {
content: "\e03a";
}
.mm-icon-thumbs-up:before {
content: "\e03b";
}
.mm-icon-chat:before {
content: "\e03c";
}
.mm-icon-comment:before {
content: "\e03d";
}
.mm-icon-house:before {
content: "\e03e";
}
.mm-icon-popup:before {
content: "\e03f";
}
.mm-icon-search:before {
content: "\e040";
}
.mm-icon-link:before {
content: "\e041";
}
.mm-icon-cog:before {
content: "\e042";
}
.mm-icon-tools:before {
content: "\e043";
}
.mm-icon-camera:before {
content: "\e044";
}
.mm-icon-megaphone:before {
content: "\e045";
}
.mm-icon-tag:before {
content: "\e046";
}
.mm-icon-leaf:before {
content: "\e047";
}
.mm-icon-palette:before {
content: "\e048";
}
.mm-icon-music:before {
content: "\e049";
}
.mm-icon-new:before {
content: "\e04a";
}
.mm-icon-graduation:before {
content: "\e04b";
}
.mm-icon-book:before {
content: "\e04c";
}
.mm-icon-newspaper:before {
content: "\e04d";
}
.mm-icon-bag:before {
content: "\e04e";
}
.mm-icon-lifebuoy:before {
content: "\e04f";
}
.mm-icon-clock:before {
content: "\e050";
}
.mm-icon-microphone:before {
content: "\e051";
}
.mm-icon-calendar:before {
content: "\e052";
}
.mm-icon-bolt:before {
content: "\e053";
}
.mm-icon-briefcase:before {
content: "\e054";
}
.mm-icon-gauge:before {
content: "\e055";
}
.mm-icon-language:before {
content: "\e056";
}
.mm-icon-network:before {
content: "\e057";
}
.mm-icon-key:before {
content: "\e058";
}
.mm-icon-drive:before {
content: "\e059";
}
.mm-icon-rocket:before {
content: "\e05a";
}
.mm-icon-cone:before {
content: "\e05b";
}
.mm-icon-suitcase:before {
content: "\e05c";
}
.mm-icon-earth:before {
content: "\e05d";
}
.mm-icon-keyboard:before {
content: "\e05e";
}
.mm-icon-code:before {
content: "\e05f";
}
.mm-icon-screen:before {
content: "\e060";
}
.mm-icon-credit-card:before {
content: "\e061";
}
.mm-icon-database:before {
content: "\e062";
}
.mm-icon-light-bulb:before {
content: "\e063";
}
.mm-icon-cart:before {
content: "\e064";
}
.mm-icon-ticket:before {
content: "\e065";
}
.mm-icon-rss:before {
content: "\e066";
}
.mm-icon-signal:before {
content: "\e067";
}
.mm-icon-untitled-2:before {
content: "\e068";
}
.mm-icon-statistics:before {
content: "\e069";
}
.mm-icon-pie:before {
content: "\e06a";
}
.mm-icon-bars:before {
content: "\e06b";
}
.mm-icon-graph:before {
content: "\e06c";
}
.mm-icon-lock:before {
content: "\e06d";
}
.mm-icon-lock-open:before {
content: "\e06e";
}
.mm-icon-logout:before {
content: "\e06f";
}
.mm-icon-login:before {
content: "\e070";
}
.mm-icon-cross:before {
content: "\e071";
}
.mm-icon-info:before {
content: "\e072";
}
.mm-icon-info-2:before {
content: "\e073";
}
.mm-icon-question:before {
content: "\e074";
}
.mm-icon-help:before {
content: "\e075";
}
.mm-icon-warning:before {
content: "\e076";
}
.mm-icon-layout:before {
content: "\e077";
}
.mm-icon-list:before {
content: "\e078";
}
.mm-icon-pictures:before {
content: "\e079";
}
.mm-icon-landscape:before {
content: "\e07a";
}
.mm-icon-folder:before {
content: "\e07b";
}
.mm-icon-archive:before {
content: "\e07c";
}
.mm-icon-install:before {
content: "\e07d";
}
.mm-icon-cloud:before {
content: "\e07e";
}
.mm-icon-bookmark:before {
content: "\e07f";
}
.mm-icon-bookmarks:before {
content: "\e080";
}
.mm-icon-quill:before {
content: "\e081";
}
.mm-icon-play:before {
content: "\e082";
}
.mm-icon-podcast:before {
content: "\e083";
}
.mm-icon-credit:before {
content: "\e084";
}
.mm-icon-coin:before {
content: "\e085";
}
.mm-icon-cart-2:before {
content: "\e086";
}
.mm-icon-stack:before {
content: "\e087";
}
.mm-icon-bubbles:before {
content: "\e088";
}
.mm-icon-bubbles-2:before {
content: "\e089";
}
.mm-icon-dashboard:before {
content: "\e08a";
}
.mm-icon-fire:before {
content: "\e08b";
}
.mm-icon-checkmark:before {
content: "\e08c";
}
.mm-icon-close:before {
content: "\e08d";
}
.mm-icon-checkmark-2:before {
content: "\e08e";
}
.mm-icon-enter:before {
content: "\e08f";
}
.mm-icon-exit:before {
content: "\e090";
}
.mm-icon-table:before {
content: "\e091";
}
 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}100%{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.upb_bg_overlay{
color: inherit;
position: absolute;
width: 100%;
height: 100%;
} .vc-row-translate {
overflow:hidden;
}
.wpb_row,
.wpb_column,
.upb_video_class {
position: relative;	
}
.upb_video_class {
overflow: hidden;
}
.upb_row_bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow: hidden;
}
.upb_bg_img {
display: none !important;
} .vcpb-default {	
background-attachment: initial;
background-size: cover;
background-repeat: no-repeat;	
} .vcpb-fix {
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;		
} .vertical_layer_parallax{
background-attachment: fixed;
background-repeat: no-repeat;	
background-position: 50% 0;
}
.vcpb-vz-jquery {
background-repeat: no-repeat;	
background-position: 50% 0;
background-attachment: fixed;
} .vcpb-hz-jquery {
background-repeat: no-repeat;	
background-position: 0 50%;
} .vcpb-fs-jquery {
overflow: hidden;
} .upb_video-wrapper {
display: block;
max-width: 100%;
height: 100%;
}
.upb_video-text {
position: relative;
z-index: 9;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.upb-background-text-wrapper, .upb_video-text-wrapper {
position:relative;
}
.video-browser-size .upb_video-text, .full-browser-size .upb-background-text {
position: absolute;
bottom: auto;
top: 50%;
right: 0;
left: 0;
height:auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.upb_video-bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow: hidden;
} .upb_video-src {
max-width: none;
max-height: none;
width: 100%;
height: 100%;
position: absolute;
} .upb_utube_iframe,
.upb_vimeo_iframe {
max-width: none;
max-height: none;
width: 100%;
height: 100%;
position: absolute;
}
.mbYTP_wrapper iframe {
margin-left:0 !important;
margin-top:-50px !important;
}
.video-controls {
position:absolute;
bottom: 0;
right: 0.5%;
cursor:pointer;
width:auto !important;
min-width: 15px !important;
height:auto !important;
}
.video-controls i {
font-size: 25px;
}.smile_icon_list_wrap, .smile_icon_list_wrap *,
.aio-icon-component, .aio-icon-component *,
.ult_pricing_table_wrap, .ult_pricing_table_wrap *,
.ult-new-ib, .ult-new-ib *,
.align-icon, .align-icon *,
.flip-box-wrap, .flip-box-wrap *,
.banner-block, .banner-block *,
.uvc-heading, .uvc-heading *,
.ult-animation, .ult-animation *,
.ubtn, .ubtn *,
.stats-block, .stats-block *,
.smile-icon-timeline-wrap, .smile-icon-timeline-wrap *,
.ult-overlay, .ult-overlay *,
.ultimate-map-wrapper, .ultimate-map-wrapper *,
.ultimate-google-trends, .ultimate-google-trends *,
.ult_countdown, .ult_countdown  *,
.info-circle-wrapper, .info-circle-wrapper *,
.uavc-icons, .uavc-icons *,
.uavc-list-icon, .uavc-list-icon * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;	
box-sizing: border-box;
} .aio-icon {
display: inline-block;
font-size: 32px;
height: 2em;
width: 2em;
text-align: center;
line-height: 2em;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important; } .aio-icon.none {
display: inline-block;
font-size: 32px;
height: 1em;
width: 1em;
text-align: center;
line-height: 1em; } .aio-icon.circle {
border-radius: 50%;
} .aio-icon-img  {
display: block;
font-size: 48px;
width: 1em;
max-width: 100%;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important; } .aio-icon-img.uavc-circle  {
width: 1em;
min-height: 1em;
background: rgba(214, 214, 214, 0.44);
border-radius: 50%;
padding: 0.5em;
} .aio-icon-img.uavc-square  {
width: 1em;
min-height: 1em;
background: rgba(214, 214, 214, 0.44);
border-radius: 0;
padding: 0.5em;
}
.aio-icon-img .img-icon
{
width: 1em;	
max-width: 100% !important;
border-radius: 0 !important;
box-shadow:none !important;
display: block;
} .aio-tooltip {
display: inline-block;
text-align: center;
width: auto;
max-width: 100%;
}  .smile_icon_list_wrap,
.wpb_row .wpb_column .wpb_wrapper .smile_icon_list_wrap  {
margin-bottom: 30px;
}
.smile_icon_list {
list-style: none !important;
padding: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.smile_icon_list li.icon_list_item {
padding: 0 !important;
list-style: none !important;
clear: both !important;
position: relative !important;
min-height: 1em !important;
margin: 0 0 30px !important;
line-height: 100%;
overflow: visible;
}
.smile_icon_list li.icon_list_item:last-child {
margin: 0 !important;
}
.smile_icon_list li .icon_list_icon {
font-size: 24px;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
float: left;
background: #FFF;
z-index: 9;
position: relative;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important; }
.smile_icon_list .list-img-icon {
display: block;
margin: 0 auto;
max-height: 100% !important;
max-width: 100% !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.smile_icon_list li .icon_description h3  {
font-size: 17px;
line-height: 1.846153846;
font-weight: bold;
margin-top: 0;
margin-bottom: 0em;
clear: none !important;
}
.smile_icon_list li .icon_description p {
font-size: 14px;
line-height: 1.714285714;
}
.smile_icon_list li .icon_description span.icon_description_text
{
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-size: 14px;
line-height: 1.714285714;
display: block;
}
.smile_icon_list li .icon_list_connector {
height: 100%;	
position: absolute;
top: 1em;
z-index: 1;
}
.smile_icon_list li:last-child .icon_list_connector {
display: none;
}
.smile_icon_list.no_bg .icon_list_icon { border: 2px solid #0183CC;
color: #0183CC;
}
.smile_icon_list.square .icon_list_icon { border-color: inherit;
}
.smile_icon_list.circle .icon_list_icon {
border-radius: 50%;
border-color: inherit;
overflow: hidden;
}
.smile_icon_list.with_bg .icon_list_icon {
background: #0183CC;
color: #fff;
} .smile_icon_list.left li .icon_list_connector {
left: 0.5em;
border-right-width: 1px;
border-right-style: dashed;
}
.smile_icon_list.left li .icon_description {
margin-left: 1em;
padding-left: 25px;
} .smile_icon_list.right {
text-align: right;
}
.smile_icon_list.right li .icon_list_icon {
float: right;
position: relative;
}
.smile_icon_list.right li .icon_list_connector {
right: 0.5em;
border-left-width: 1px;
border-left-style: dashed;
}
.smile_icon_list.right li .icon_description {
margin-right: 1em;
padding-right: 25px;
} .smile_icon_list.top,
.smile_icon_list.top:before,
.smile_icon_list.top:after {
content: " ";
display: table;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.smile_icon_list.top {
display: block;
}
.smile_icon_list.top li {
display: table-cell;
width: 1%;
float: none;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.smile_icon_list.top li .icon_list_icon {
margin: 0 auto;
float: none;
}
.smile_icon_list.top li .icon_description {
text-align: center;
margin: 15px;
padding-bottom:0;
}
.smile_icon_list.top li .icon_list_connector {
position: absolute;
top: 0.5em;
left: 50%;
width: 100%;
height: 10px;
border-top-width: 1px;
border-top-style: dashed;
margin-left: 0.5em;
}
@media only screen and (max-width : 768px) {
.smile_icon_list_wrap .smile_icon_list.top {
display: inline-block;
width: 100%;
}
.smile_icon_list.top li.icon_list_item {
display: block;
width: 100%;
float: left;
}
.smile_icon_list.top li .icon_list_connector {
display: none;
}
} .hexagon li .icon_list_icon:before {
content: "";
position: absolute;
top: -1em;
left: 0;
border-left: 1.5em solid rgba(0, 0, 0, 0);
border-right: 1.5em solid rgba(0, 0, 0, 0);
border-bottom: 1em solid;
border-bottom-color: inherit !important;
}
.hexagon li .icon_list_icon {
width: 3em !important;
height: 1.5em !important;
line-height: 1.5em !important;
background: #0183CC;
border-color: #0183CC;
color: #FFF;
position: absolute;
top: 1em;
overflow:inherit;
}
.hexagon li .icon_list_icon:after {
content: "";
position: absolute;
bottom: -1em;
left: 0;
border-left: 1.5em solid rgba(0, 0, 0, 0);
border-right: 1.5em solid rgba(0, 0, 0, 0);
border-top: 1em solid;
border-top-color: inherit !important;
}
.smile_icon_list.top.hexagon .icon_list_icon {
position: relative;
margin-bottom: 2em;
}
.smile_icon_list.top.hexagon .icon_list_connector {
top: 0.55em;
} .full-width-content.wpb-js-composer .site-inner {
overflow: visible !important;
} .smile_icon_list.circle {
float:none;
border:0;
width:auto;
margin:0;
cursor: inherit;
} .ult-animation.ult-animate-viewport {
-webkit-transition: opacity 900ms linear;
-moz-transition: opacity 900ms linear;
transition: opacity 900ms linear;
}  .uavc-list-icon ul {
list-style: none !important;
padding: 0 !important;
margin: 0 0 30px !important;
position: relative !important;
}
.uavc-list-icon ul:last-child {
margin: 0 !important;
}
.uavc-list-icon li {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
clear: both !important;
line-height: 1.6em;
overflow: visible;
}
.uavc-list-content {
display: block;
width: 100%;
margin-bottom: 7px;
}
.uavc-list-content .aio-icon,
.uavc-list-content span.uavc-list-desc {
display: table-cell;
padding: 0;
margin: 0;
vertical-align: top;
} .uavc-icons, 
.wpb_column .wpb_wrapper .uavc-icons {
display: block;
margin-bottom: 15px;
line-height: 1;
}
.uavc-icons:last-child, 
.wpb_column .wpb_wrapper .uavc-icons:last-child {
margin-bottom: 0;
}
.uavc-icons-left.uavc-icons {
text-align: left;
}
.uavc-icons-center.uavc-icons {
text-align: center;
}
.uavc-icons-right.uavc-icons {
text-align: right;
}