
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
@media screen{/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: miniplayer.new.css                                                                                                                         _
 _ last modified: 09/07/14 23.09                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matbicoc@gmail.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/

@font-face {
  font-family: 'mb_audio_fontRegular';
  src: url('/wp-content/plugins/wp-miniaudioplayer/css/font/mbAudioFont/mbaudio_font.eot');
  src: local('?'), url('/wp-content/plugins/wp-miniaudioplayer/css/font/mbAudioFont/mbaudio_font.woff') format('woff'),
  url('/wp-content/plugins/wp-miniaudioplayer/css/font/mbAudioFont/mbaudio_font.ttf') format('truetype'),
  url('/wp-content/plugins/wp-miniaudioplayer/css/font/mbAudioFont/mbaudio_font.svg#webfontywr4YLri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSansMonoRegular';
  src: url('/wp-content/plugins/wp-miniaudioplayer/css/font/DroidSansMono/DroidSansMono.eot');
  src: local('?'), url('/wp-content/plugins/wp-miniaudioplayer/css/font/DroidSansMono/DroidSansMono.woff') format('woff'),
  url('/wp-content/plugins/wp-miniaudioplayer/css/font/DroidSansMono/DroidSansMono.ttf')  format('truetype'),
  url('/wp-content/plugins/wp-miniaudioplayer/css/font/DroidSansMono/DroidSansMono.svg#webfontGzFJ3WpO') format('svg');
  font-weight: normal;
  font-style: normal;
}

.map_params{
  display: none!important;
}

a.audio{
  display:none;
}

.mbMiniPlayer{}

.mbMiniPlayer:focus{
  outline: none;
}

.mbMiniPlayer *{
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mbMiniPlayer{
  vertical-align: baseline!important;
}

.mbMiniPlayer span{
  font-family: "mb_audio_fontRegular"!important;
  font-size:20px;
  line-height: 20px!important;
}

.mbMiniPlayer .playerTable{
  border-radius:5px !important;
  margin:0 !important;
  padding:0 !important;
  border: 1px solid white !important;
  color: #777;
  background: #fff;
  line-height: 0 !important;
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.mbMiniPlayer:focus .playerTable{
  box-shadow: 0 0 5px rgba(93, 146, 192, 0.8) !important;
}

.mbMiniPlayer.shadow .playerTable{
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

.mbMiniPlayer .playerTable > div{
  margin:0 !important;
  padding:0 !important;
  line-height: 0 !important;
  border: none!important;
  vertical-align: middle;
  display: table-cell;
}

.jp-progress{
  position:relative;
  background-color: #fff;
  height:8px;
  margin: 0 2px 2px;
  top:-2px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor:pointer;
}

.jp-load-bar{
  background-color: #e9e6e6;
  height:6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.jp-play-bar{
  background-color:black;
  height:6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mbMiniPlayer div.map_controlsBar{
  background-color:#ccc;

  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 60%, #DBDBDB 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 60%, #DBDBDB 100%);
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 60%, #DBDBDB 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(0.6, #FFFFFF), color-stop(1, #DBDBDB));
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFFFFF 60%, #DBDBDB 100%);
  background-image: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 60%, #DBDBDB 100%);

  margin:0;
  padding:0;
  cursor:default !important;
  box-shadow:inset 1px 1px 2px #999;
}

.mbMiniPlayer .map_controls{
  position: relative;
  margin:1px;
  display:none;
  width:1px;
  height:100%;
  overflow:hidden;
  white-space:nowrap;
}

.mbMiniPlayer .playerTable span{
  margin:0 !important;
  display:inline-block !important;
  padding:3px !important;
  height:20px !important;
  color:white;
  text-align:center!important;
  text-transform:none!important;
  vertical-align: middle;
}

.mbMiniPlayer.gradientOverlay .playerTable span{
  background-image:linear-gradient(180deg, rgba(255, 255, 255,0.3) 0%,transparent 100%) !important;
}

.mbMiniPlayer .playerTable span.map_title *{
  box-sizing: border-box;
}

.mbMiniPlayer .playerTable span.map_title{
  position:relative;
  color:#333;
  font:10px/12px "DroidSansMonoRegular", sans-serif !important;
  text-shadow: none !important;
  letter-spacing:0 !important;
  width:100% !important;
  height:17px !important;
  top:-2px !important;
  background:transparent !important;
  text-align:left !important;
  cursor:default !important;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.mbMiniPlayer .map_info{
  display: none;
  background: rgb(48, 48, 48);
  color: #D1D1D1;
  padding: 1px 4px;
  position: absolute;
  z-index: 10;
}

.mbMiniPlayer .playerTable span.map_rew{
  cursor:pointer !important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel{
  white-space: nowrap;
  overflow: hidden;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a{
  position:relative !important;
  display:inline-block !important;
  margin:0 ;
  border-right:1px solid rgba(0,0,0,0.4) ;
  width:2px;
  padding:0 ;
  background-color:white ;
  height:0 ;
  vertical-align:middle !important;
  opacity:.1 ;
  cursor:pointer !important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a:hover{
  opacity:1!important;
}

.mbMiniPlayer .playerTable span.map_volumeLevel a.sel{}

.mbMiniPlayer .playerTable span.map_time{
  width:1px;
  font:11px/20px "DroidSansMonoRegular", sans-serif !important;
  overflow:hidden;
  white-space:nowrap;
  cursor:default !important;
  text-shadow: 1px -1px 1px rgba(0,0,0,.6)!important;
}

.mbMiniPlayer .playerTable span.map_play{
  border-radius:0 4px 4px 0 !important;
  cursor:pointer !important;
}

.mbMiniPlayer[isplaying=true] .playerTable span.map_play{
  -webkit-animation: playing .7s infinite alternate;
  animation: playing .7s infinite alternate;
}

@keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}

@-webkit-keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}
@-moz-keyframes playing {
  from {
    opacity:1;
  }
  to {
    opacity:.5;
  }
}

.mbMiniPlayer .playerTable span.map_volume{
  border-radius:4px 0 0 4px !important;
  cursor:pointer !important;
  padding-left:6px !important;
  padding-right:0 !important;
}

.mbMiniPlayer .copy{
  font: 10px/12px "DroidSansMonoRegular", sans-serif !important;
  color: #e0e0e0;
  padding-left: 10px;
  display: none;
}

.mbMiniPlayer span.map_download{
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 5px !important;
  font-family: "mb_audio_fontRegular" !important;
  font-size: 50px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
}

.mbMiniPlayer a.map_download{
  text-decoration: none;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 5px !important;
  font-family: "mb_audio_fontRegular" !important;
  font-size: 50px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}


/*BLACK ----------------------------------------*/
.mbMiniPlayer.black .playerTable span{
  background-color:#333;
}

.mbMiniPlayer.black .playerTable span.map_play{
  border-left:1px solid #000;
}

.mbMiniPlayer.black .playerTable span.map_volume{
  border-right:1px solid #333;
}

.mbMiniPlayer.black .playerTable span.map_volume.mute{
  color: rgba(255, 255, 255, 0.50);
}

.mbMiniPlayer.black .map_download:hover{
  color: #000;
}

.mbMiniPlayer.black .jp-load-bar{
  background-color: rgba(0, 0, 0, 0.10);
}

.mbMiniPlayer.black .jp-play-bar {
  background-color: #000;
}

/*GRAY ----------------------------------------*/
.mbMiniPlayer.gray .playerTable span{
  background-color:#ccc;
}

.mbMiniPlayer.gray .playerTable span.map_play{
  border-left:1px solid #9f9f9f;
}

.mbMiniPlayer.gray .playerTable span.map_volume{
  border-right:1px solid #bdbcbc;
}

.mbMiniPlayer.gray .playerTable span.map_volume.mute{
  color: rgba(255, 255, 255, 0.50);
}
.mbMiniPlayer.gray .map_download:hover{
  color: #666 ;
}

.mbMiniPlayer.gray .jp-load-bar{
  background-color: rgba(102, 102, 102, 0.20);
}

.mbMiniPlayer.gray .jp-play-bar {
  background-color: #9f9f9f;
}

/*BLUE ----------------------------------------*/
.mbMiniPlayer.blue .playerTable span{
  background-color: #0099ff;
}

.mbMiniPlayer.blue .playerTable span.map_play{
  border-left:1px solid #034383;
}

.mbMiniPlayer.blue .playerTable span.map_volume{
  border-right:1px solid #18a2fe;
}

.mbMiniPlayer.blue .playerTable span.map_volume.mute{
  color: rgba(255, 255, 255, 0.50);
}

.mbMiniPlayer.blue .map_download:hover{
  color: #0099ff ;
}

.mbMiniPlayer.blue .jp-load-bar{
  background-color: rgba(0, 153, 255, 0.10);
}

.mbMiniPlayer.blue .jp-play-bar {
  background-color: #0099ff;
}

/*ORANGE ----------------------------------------*/
.mbMiniPlayer.orange .playerTable span{
  background-color: #ff9900;
}

.mbMiniPlayer.orange .playerTable span.map_play{
  border-left:1px solid #8c5002;
}

.mbMiniPlayer.orange .playerTable span.map_volume{
  border-right:1px solid #fea827;
}

.mbMiniPlayer.orange .playerTable span.map_volume.mute{
  color: rgba(255, 255, 255, 0.50);
}

.mbMiniPlayer.orange .map_download:hover{
  color: #ff9900;
}

.mbMiniPlayer.orange .jp-load-bar{
  background-color: rgba(255, 153, 0, 0.20);
}

.mbMiniPlayer.orange .jp-play-bar {
  background-color: #ff9900;
}

/*RED ----------------------------------------*/
.mbMiniPlayer.red .playerTable span{
  background-color: #990000;
}

.mbMiniPlayer.red .playerTable span.map_play{
  border-left:1px solid #5f0000;
}

.mbMiniPlayer.red .playerTable span.map_volume{
  border-right:1px solid #990000;
}

.mbMiniPlayer.red .playerTable span.map_volume.mute{
  color: rgba(255, 255, 255, 0.50);
}
.mbMiniPlayer.red .map_download:hover{
  color: #990000 !important;
}

.mbMiniPlayer.red .jp-load-bar{
  background-color: rgba(153, 0, 0, 0.21);
}

.mbMiniPlayer.red .jp-play-bar {
  background-color: #990000;
}

/*GREEN ----------------------------------------*/
.mbMiniPlayer.green .playerTable span{
  background-color: #339900;
}

.mbMiniPlayer.green .playerTable span.map_play{
  border-left:1px solid #336600;
}

.mbMiniPlayer.green .playerTable span.map_volume{
  border-right:1px solid #38a700;
}

.mbMiniPlayer.green .playerTable span.map_volume.mute{
  color: rgba(255, 255, 255, 0.50);
}

.mbMiniPlayer.green .map_download:hover{
  color: #339900 !important;
}

.mbMiniPlayer.green .jp-load-bar{
  background-color: rgba(51, 153, 0, 0.20);
}

.mbMiniPlayer.green .jp-play-bar {
  background-color: #339900;
}

/* Wordpress Playlist (needed only by wordpress) ---------------------------------------*/

.map_pl_container{
  margin: 10px 0;
  padding-left: 5px;
  border-left: 3px dotted rgba(0, 0, 0, 0.10);
}

.map_pl_container .pl_items_container{
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  width: 99%;
}

.map_pl_container .pl_item{
  position: relative;
  margin: 5px 0;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  font: 14px/14px "DroidSansMonoRegular", sans-serif !important;
  display: block;
}

.map_pl_container .pl_item:hover{
  color: #999;
}

.map_pl_container .pl_item span.map_download, .map_pl_container .pl_item a.map_download{
  position: absolute;
  right: 5px;
  top: 2px;
  display: block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 2px !important;
  font-family: "mb_audio_fontRegular" !important;
  font-size: 34px !important;
  line-height: 22px !important;
  color: rgba(0,0,0,.2);

  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}

.map_pl_container .pl_item span.map_download:hover, .map_pl_container .pl_item a.map_download:hover{
  color: rgba(0,0,0,.8);

  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.map_pl_container .pl_item.sel{
  color: #666;
  background: rgba(0, 0, 0, 0.10);
  border-radius: 8px;
}

.map_album_infobox{
  margin-bottom: 10px;
}

.map_item_title{
  font-weight: 600;
}

.map_item_album{
  font-style: italic;
}

.map_item_artist{
  display: block;
}

}

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--vce-acc: #ff0000;--wp--preset--color--vce-meta: #636363;--wp--preset--color--vce-txt: #333333;--wp--preset--color--vce-bg: #ffffff;--wp--preset--color--vce-cat-0: ;--wp--preset--color--vce-cat-56: #00b5a0;--wp--preset--color--vce-cat-85: #ce1126;--wp--preset--color--vce-cat-53: #0066ff;--wp--preset--color--vce-cat-104: #e10600;--wp--preset--color--vce-cat-105: #008751;--wp--preset--color--vce-cat-1835: #2a2a2a;--wp--preset--color--vce-cat-108: #fed100;--wp--preset--color--vce-cat-1613: #152999;--wp--preset--color--vce-cat-1: #6ed624;--wp--preset--color--vce-cat-6415: #79009e;--wp--preset--color--vce-cat-84: #6a0dad;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 16px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 26px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 20px;--wp--preset--font-size--huge: 34px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-vce-acc-color{color: var(--wp--preset--color--vce-acc) !important;}.has-vce-meta-color{color: var(--wp--preset--color--vce-meta) !important;}.has-vce-txt-color{color: var(--wp--preset--color--vce-txt) !important;}.has-vce-bg-color{color: var(--wp--preset--color--vce-bg) !important;}.has-vce-cat-0-color{color: var(--wp--preset--color--vce-cat-0) !important;}.has-vce-cat-56-color{color: var(--wp--preset--color--vce-cat-56) !important;}.has-vce-cat-85-color{color: var(--wp--preset--color--vce-cat-85) !important;}.has-vce-cat-53-color{color: var(--wp--preset--color--vce-cat-53) !important;}.has-vce-cat-104-color{color: var(--wp--preset--color--vce-cat-104) !important;}.has-vce-cat-105-color{color: var(--wp--preset--color--vce-cat-105) !important;}.has-vce-cat-1835-color{color: var(--wp--preset--color--vce-cat-1835) !important;}.has-vce-cat-108-color{color: var(--wp--preset--color--vce-cat-108) !important;}.has-vce-cat-1613-color{color: var(--wp--preset--color--vce-cat-1613) !important;}.has-vce-cat-1-color{color: var(--wp--preset--color--vce-cat-1) !important;}.has-vce-cat-6415-color{color: var(--wp--preset--color--vce-cat-6415) !important;}.has-vce-cat-84-color{color: var(--wp--preset--color--vce-cat-84) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-vce-acc-background-color{background-color: var(--wp--preset--color--vce-acc) !important;}.has-vce-meta-background-color{background-color: var(--wp--preset--color--vce-meta) !important;}.has-vce-txt-background-color{background-color: var(--wp--preset--color--vce-txt) !important;}.has-vce-bg-background-color{background-color: var(--wp--preset--color--vce-bg) !important;}.has-vce-cat-0-background-color{background-color: var(--wp--preset--color--vce-cat-0) !important;}.has-vce-cat-56-background-color{background-color: var(--wp--preset--color--vce-cat-56) !important;}.has-vce-cat-85-background-color{background-color: var(--wp--preset--color--vce-cat-85) !important;}.has-vce-cat-53-background-color{background-color: var(--wp--preset--color--vce-cat-53) !important;}.has-vce-cat-104-background-color{background-color: var(--wp--preset--color--vce-cat-104) !important;}.has-vce-cat-105-background-color{background-color: var(--wp--preset--color--vce-cat-105) !important;}.has-vce-cat-1835-background-color{background-color: var(--wp--preset--color--vce-cat-1835) !important;}.has-vce-cat-108-background-color{background-color: var(--wp--preset--color--vce-cat-108) !important;}.has-vce-cat-1613-background-color{background-color: var(--wp--preset--color--vce-cat-1613) !important;}.has-vce-cat-1-background-color{background-color: var(--wp--preset--color--vce-cat-1) !important;}.has-vce-cat-6415-background-color{background-color: var(--wp--preset--color--vce-cat-6415) !important;}.has-vce-cat-84-background-color{background-color: var(--wp--preset--color--vce-cat-84) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vce-acc-border-color{border-color: var(--wp--preset--color--vce-acc) !important;}.has-vce-meta-border-color{border-color: var(--wp--preset--color--vce-meta) !important;}.has-vce-txt-border-color{border-color: var(--wp--preset--color--vce-txt) !important;}.has-vce-bg-border-color{border-color: var(--wp--preset--color--vce-bg) !important;}.has-vce-cat-0-border-color{border-color: var(--wp--preset--color--vce-cat-0) !important;}.has-vce-cat-56-border-color{border-color: var(--wp--preset--color--vce-cat-56) !important;}.has-vce-cat-85-border-color{border-color: var(--wp--preset--color--vce-cat-85) !important;}.has-vce-cat-53-border-color{border-color: var(--wp--preset--color--vce-cat-53) !important;}.has-vce-cat-104-border-color{border-color: var(--wp--preset--color--vce-cat-104) !important;}.has-vce-cat-105-border-color{border-color: var(--wp--preset--color--vce-cat-105) !important;}.has-vce-cat-1835-border-color{border-color: var(--wp--preset--color--vce-cat-1835) !important;}.has-vce-cat-108-border-color{border-color: var(--wp--preset--color--vce-cat-108) !important;}.has-vce-cat-1613-border-color{border-color: var(--wp--preset--color--vce-cat-1613) !important;}.has-vce-cat-1-border-color{border-color: var(--wp--preset--color--vce-cat-1) !important;}.has-vce-cat-6415-border-color{border-color: var(--wp--preset--color--vce-cat-6415) !important;}.has-vce-cat-84-border-color{border-color: var(--wp--preset--color--vce-cat-84) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;}
/*# sourceURL=global-styles-inline-css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
@media screen{@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.eot');
	src:url('/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.woff') format('woff'),
		url('/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('/wp-content/plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}
.icon-close:before {
	content: "\e082";
}
}@media screen{/*--------------------------------------------------
					SEPARATOR
---------------------------------------------------*/
.mks_separator {
	clear: both;
	display: block;
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
/*--------------------------------------------------
					HIGHLIGHT
---------------------------------------------------*/
.mks_highlight {
	padding: 0 2px;
}
/*--------------------------------------------------
					DROPCAPS
---------------------------------------------------*/
.mks_dropcap_letter{
	float: left;
	font-size: 52px;
	line-height: 1em;
	margin: 0px 10px 0 0;
	font-weight: bold;
}
.mks_dropcap{
	display: block;
	float: left;
	font-size: 52px;
	line-height: 1em;
	margin: 5px 10px 0 0;
	padding: 10px 20px;
	text-align: center;
}
.mks_dropcap_circle {
	border-radius: 50%;
}

.mks_dropcap_rounded {
	border-radius: 20%;
}
/*--------------------------------------------------
					PULL QUOTE
---------------------------------------------------*/
.mks_pullquote {
	display: block;
	padding: 25px;
	font-size: 24px;
	line-height: 1.4em;
	position: relative;
	margin: 0 0 20px;
}
.mks_pullquote_left{
	float: left;
	margin: 0 20px 0 0;
}
.mks_pullquote_right{
	float: right;
	margin: 0 0 0 20px;
}
/*--------------------------------------------------
					BUTTONS
---------------------------------------------------*/
a.mks_button{
		display: inline-block;
		text-decoration: none;
		background: #ffa226;
		line-height: 18px;
		position: relative;
		margin: 0 10px 10px 0;
		color: #FFF;
		text-decoration: none;
		border: 1px solid transparent;
		transition: background 1s ease 0s;
		-webkit-transition: background 1s ease 0s;
		-moz-transition: background 1s ease 0s;
		-o-transition: background 1s ease 0s;
}
.mks_button:hover{
	text-decoration: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.mks_button_small {
	padding: 10px 15px;
}
.mks_button_medium {
	padding: 16px 24px;
}
.mks_button_large {
	padding: 22px 36px;
}
.mks_button.rounded{
	border-radius: 10px;
}
.mks_button i{
	margin: 0 5px 0 0;
}
/*--------------------------------------------------
					COLUMNS
---------------------------------------------------*/
.mks_col{
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.mks_col{
	display: block;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}


.mks_col .mks_one_half,
.mks_col .mks_one_third,
.mks_col .mks_one_quarter,
.mks_col .mks_two_thirds{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: 30px;
	margin-left: 2.564102564102564%;
}
.mks_col .mks_one_half{
	width: 48.717948717948715%;
}
.mks_col .mks_one_third{
	width: 31.623931623931625%;
}
.mks_col .mks_two_thirds{
	width: 63.24786324786324%;
}
.mks_col .mks_one_quarter{
	width: 23.076923076923077%;
}
.mks_col [class*="mks_"]:first-child{
	margin-left: 0;	
}
/*--------------------------------------------------
					SOCIAL ICONS
---------------------------------------------------*/
.mks_ico{
	display: block;
	height: 48px;
	width: 48px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	margin-bottom: 5px;
	position: relative;
}
.mks_ico.rounded{
	border-radius: 20%;	
}
.mks_ico.circle{
	border-radius: 50%;	
}
.mks_ico:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*--------------------------------------------------
					SOCIAL ICONS STYLES
---------------------------------------------------*/
.mks_ico.aim_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/aim_ico.png') no-repeat 0 0;
}
.mks_ico.apple_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/apple_ico.png') no-repeat 0 0;
}
.mks_ico.behance_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/behance_ico.png') no-repeat 0 0;
}
.mks_ico.blogger_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/blogger_ico.png') no-repeat 0 0;
}
.mks_ico.cargo_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/cargo_ico.png') no-repeat 0 0;
}
.mks_ico.envato_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/envato_ico.png') no-repeat 0 0;
}
.mks_ico.delicious_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/delicious_ico.png') no-repeat 0 0;
}
.mks_ico.deviantart_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/deviantart_ico.png') no-repeat 0 0;
}
.mks_ico.digg_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/digg_ico.png') no-repeat 0 0;
}
.mks_ico.dribbble_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/dribbble_ico.png') no-repeat 0 0;
}
.mks_ico.evernote_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/evernote_ico.png') no-repeat 0 0;
}
.mks_ico.facebook_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/facebook_ico.png') no-repeat 0 0;
}
.mks_ico.flickr_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/flickr_ico.png') no-repeat 0 0;
}
.mks_ico.forrst_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/forrst_ico.png') no-repeat 0 0;
}
.mks_ico.github_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/github_ico.png') no-repeat 0 0;
}
.mks_ico.google_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/google_ico.png') no-repeat 0 0;
}
.mks_ico.googleplus_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/googleplus_ico.png') no-repeat 0 0;
}
.mks_ico.grooveshark_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/grooveshark_ico.png') no-repeat 0 0;
}
.mks_ico.icloud_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/icloud_ico.png') no-repeat 0 0;
}
.mks_ico.lastfm_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/lastfm_ico.png') no-repeat 0 0;
}
.mks_ico.linkedin_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/linkedin_ico.png') no-repeat 0 0;
}
.mks_ico.myspace_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/myspace_ico.png') no-repeat 0 0;
}
.mks_ico.picasa_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/picasa_ico.png') no-repeat 0 0;
}
.mks_ico.pinterest_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/pinterest_ico.png') no-repeat 0 0;
}
.mks_ico.posterous_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/posterous_ico.png') no-repeat 0 0;
}
.mks_ico.reddit_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/reddit_ico.png') no-repeat 0 0;
}
.mks_ico.rss_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/rss_ico.png') no-repeat 0 0;
}
.mks_ico.skype_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/skype_ico.png') no-repeat 0 0;
}
.mks_ico.stumbleupon_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/stumbleupon_ico.png') no-repeat 0 0;
}
.mks_ico.soundcloud_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/soundcloud_ico.png') no-repeat 0 0;
}
.mks_ico.tumblr_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/tumblr_ico.png') no-repeat 0 0;
}
.mks_ico.twitter_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/twitter_ico.png') no-repeat 0 0;
}
.mks_ico.vimeo_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/vimeo_ico.png') no-repeat 0 0;
}
.mks_ico.wordpress_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/wordpress_ico.png') no-repeat 0 0;
}
.mks_ico.yahoo_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/yahoo_ico.png') no-repeat 0 0;
}
.mks_ico.youtube_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/youtube_ico.png') no-repeat 0 0;
}
.mks_ico.zerply_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/zerply_ico.png') no-repeat 0 0;
}
.mks_ico.instagram_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/instagram_ico.png') no-repeat 0 0;
}
.mks_ico.vine_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/vine_ico.png') no-repeat 0 0;
}
.mks_ico.spotify_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/spotify_ico.png') no-repeat 0 0;
}
.mks_ico.fh_px_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/fh_px_ico.png') no-repeat 0 0;
}
.mks_ico.xing_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/xing_ico.png') no-repeat 0 0;
}
.mks_ico.weibo_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/weibo_ico.png') no-repeat 0 0;
}
.mks_ico.tencent_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/tencent_ico.png') no-repeat 0 0;
}
.mks_ico.me2day_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/me2day_ico.png') no-repeat 0 0;
}
.mks_ico.twitch_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/twitch_ico.png') no-repeat 0 0;
}
.mks_ico.itunes_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/itunes_ico.png') no-repeat 0 0;
}
.mks_ico.vk_ico{
	background: url('/wp-content/plugins/meks-flexible-shortcodes/img/social_icons/vk_ico.png') no-repeat 0 0;
}
.mks_ico.aim_ico{
	background-color: #e95a00;
}
.mks_ico.apple_ico{
	background-color: #606060;
}
.mks_ico.behance_ico{
	background-color: #18a3fe;
}
.mks_ico.blogger_ico{
	background-color: #fb913f;
}
.mks_ico.cargo_ico{
	background-color: #00c462;
}
.mks_ico.envato_ico{
	background-color: #a9cf58;
}
.mks_ico.delicious_ico{
	background-color: #3274d1;
}
.mks_ico.deviantart_ico{
	background-color: #d0de21;
}
.mks_ico.digg_ico{
	background-color: #2882c6;
}
.mks_ico.dribbble_ico{
	background-color: #ef5b92;
}
.mks_ico.evernote_ico{
	background-color: #77ba2f;
}
.mks_ico.facebook_ico{
	background-color: #3b5998;
}
.mks_ico.flickr_ico{
	background-color: #f1628b;
}
.mks_ico.forrst_ico{
	background-color: #5b9a68;
}
.mks_ico.github_ico{
	background-color: #7292a2; 
}
.mks_ico.google_ico{
	background-color: #dd4b39; 
}
.mks_ico.googleplus_ico{
	background-color: #d94a39; 
}
.mks_ico.grooveshark_ico{
	background-color: #f88e00; 
}
.mks_ico.icloud_ico{
	background-color: #fb913f; 
}
.mks_ico.lastfm_ico{
	background-color: #d21309;
}
.mks_ico.linkedin_ico{
	background-color: #71b2d0; 
}
.mks_ico.myspace_ico{
	background-color: #003398; 
}
.mks_ico.picasa_ico{
	background-color: #444; 
}
.mks_ico.pinterest_ico{
	background-color: #cb2027; 
}
.mks_ico.posterous_ico{
	background-color: #f9d560; 
}
.mks_ico.reddit_ico{
	background-color: #bfd0e2;
}
.mks_ico.rss_ico{
	background-color: #fe9900; 
}
.mks_ico.skype_ico{
	background-color: #18b7f1; 
}
.mks_ico.stumbleupon_ico{
	background-color: #eb4924; 
}
.mks_ico.soundcloud_ico{
	background-color: #f60000; 
}
.mks_ico.tumblr_ico{
	background-color: #3a5976; 
}
.mks_ico.twitter_ico{
	background-color: #48c4d2; 
}
.mks_ico.vimeo_ico{
	background-color: #62a0ad; 
}
.mks_ico.wordpress_ico{
	background-color: #464646;
}
.mks_ico.yahoo_ico{
	background-color: #ab64bc; 
}
.mks_ico.youtube_ico{
	background-color: #f45750; 
}
.mks_ico.zerply_ico{
	background-color: #8db259; 
}
.mks_ico.instagram_ico{
	background-color: #306088; 
}
.mks_ico.vine_ico{
	background-color: #00bf8f; 
}
.mks_ico.spotify_ico{
	background-color: #95ba1a; 
}
.mks_ico.fh_px_ico{
	background-color: #02adea; 
}
.mks_ico.xing_ico{
	background-color: #126567; 
}
.mks_ico.weibo_ico{
	background-color: #E6162C;  
}
.mks_ico.tencent_ico{
	background-color: #389FDA;
}
.mks_ico.me2day_ico{
	background-color: #4e28ac;
}
.mks_ico.twitch_ico{
	background-color: #6441A5;
}
.mks_ico.itunes_ico{
	background-color: #FA332F;
}
.mks_ico.vk_ico{
	background-color: #45668e;
}
.mks_ico.square,
.mks_ico.rounded,
.mks_ico.circle{
	background-position: center center;
}
/*--------------------------------------------------
					PROGRESS BAR
---------------------------------------------------*/
.mks_progress_bar{
	margin: 0 0 20px;
}
.mks_progress_label{
	line-height: 1.2em;
	margin: 0 0 5px;
}
.mks_progress_name {
	opacity: 0.5;
	float: right;
}
.mks_progress_level {
	display: inline-block;
	background: #EEE;
	width: 100%;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.mks_progress_level.rounded,
.mks_progress_level.rounded .mks_progress_level_set{
	border-radius: 5px;
}
.mks_progress_level_set {
	display: block;
	height: 100%;
	background: #DDD;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/*--------------------------------------------------
					ACCORDION AND TOGGLE
---------------------------------------------------*/

.mks_accordion_item,
.mks_toggle{
	margin: 0;
	display: block;
	border: 1px solid;
	border-bottom: none;
}
.mks_accordion,
.mks_toggle{
	border-bottom: 1px solid;
}
.mks_accordion,
.mks_toggle{
	margin: 0 0 20px 0;
}
.mks_accordion_active{
	border-bottom: none;
}
.mks_accordion_heading,
.mks_toggle_heading {
	cursor: pointer;
	display: block;
	line-height: 1.2em;
	position: relative;
	padding: 15px 60px 15px 20px;
	margin: 0px;
	font-weight: normal;
}
.mks_accordion > p,
.mks_toggle > p{
	display: none;
}

.mks_accordion_content,
.mks_toggle_content{
	display: none;
	border-top: 1px solid;
	padding: 20px 20px 20px 20px;
}
.mks_accordion_active .mks_toggle_content,
.mks_toggle_active .mks_toggle_content{
	display: block;
}


.mks_accordion_content p:last-child,
.mks_toggle_content p:last-child{
	margin-bottom: 0;
}
.mks_accordion_active .fa-minus,
.mks_toggle_active .fa-minus{
	display: block;
}
.mks_accordion .fa-plus,
.mks_toggle .fa-plus{
	display: block;
}
.mks_accordion_active .fa-plus,
.mks_toggle_active .fa-plus{
	display: none;
}
.mks_accordion_heading i,
.mks_toggle_heading i{
	display: none;
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	margin: -10px 0 0 0;
	top: 50%;
	right: 20px;
}
/*--------------------------------------------------
					TABS
---------------------------------------------------*/
.mks_tabs{
	display: none;
	overflow: hidden;
	padding: 40px 0 0 0;
	position: relative;
	margin: 0 0 20px 0;
}
.mks_tabs_nav{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 41px;
	display: block;
	width: 100%;
	z-index: 1;
}
.mks_tab_item{
	position: relative;
	display: block;
	padding: 20px 20px 20px 20px;
	border: 1px solid;
}
.mks_tab_nav_item.active{
	border-bottom: 1px solid #FFF;
}
.mks_tab_nav_item{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid;
	border-bottom: 1px solid;
	height: 39px;
	line-height: 39px;
	padding: 0 20px;
	text-decoration: none;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	box-sizing:content-box;
}
.mks_tab_nav_item:hover{
	cursor: pointer;
}
.mks_tabs.vertical{
	padding: 0 0 0 19.9%;
}
.mks_tabs.vertical .mks_tab_nav_item{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid;
	margin: 0 0 -1px 0;
	min-height: 39px;
}
.mks_tabs.vertical .mks_tabs_nav{
	width: 20%;
	height: 100%;
}
.mks_tabs.vertical .mks_tab_nav_item.active{
	border-bottom:1px solid;
	border-right: 1px solid #FFF;
}
.mks_tabs.vertical .mks_tab_item{
	border-left: 1px solid;
	min-height: 200px;
}
.mks_tab_item .mks_col {
	float: none;
}
.mks_tab_item .mks_col:before {
	content: '';
	display:block;
	clear:both;
}
.mks_col:after,
.mks_tab_item .mks_col:after {
	content: '';
	display:block;
	clear:both;
}

@media only screen and (max-width: 479px) {
.mks_col .mks_one_half, .mks_col .mks_one_third, .mks_col .mks_one_quarter, .mks_col .mks_two_thirds{
width: 100%;
margin-left: 0;
margin-bottom: 1em;
}
.mks_pullquote{width: 100% !important;}
.mks_tab_nav_item{padding: 0 10px;}
}
}@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/worksans/v24/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNig.ttf) format('truetype');
}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}big,html,small{padding:0;vertical-align:baseline}a,abbr,acronym,applet,body,caption,cite,code,del,dfn,div,dl,dt,em,fieldset,font,form,iframe,kbd,label,legend,li,object,q,s,samp,span,strike,strong,tbody,tfoot,thead,tr,tt,var{border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}address,dd,h1,h2,h3,h4,h5,h6,ol,p,table,ul{border:0;font-size:100%;outline:0;padding:0;vertical-align:baseline}blockquote{padding:0}blockquote,pre{border:0;outline:0;vertical-align:baseline}ins,pre{font-size:100%}big,html,ins,small,sub,sup,td,th{border:0;margin:0;outline:0}ins,sub,sup{padding:0}td,th{font-size:100%;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;overflow-x:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,table{background:#fff}body{font-style:inherit;font-weight:inherit;font-family:inherit;-webkit-font-smoothing:antialiased;text-rendering:auto}.main-navigation li:hover .vce-mega-menu-wrapper .vce-mega-subcats,article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:collapse;border-spacing:0;margin:0 0 1.5em;width:100%;border-top:1px solid#e6e6e6;border-left:1px solid rgba(0,0,0,.07)}caption,td{font-weight:400}caption,td,th{text-align:left}td{padding:10px 15px;border-bottom:1px solid rgba(0,0,0,.07);border-right:1px solid rgba(0,0,0,.07)}td.pad{border-right:none}blockquote:before,q:before{content:"\f10e";font-family:"FontAwesome";font-size:24px;position:absolute;top:-2px;left:-35px;line-height:41px;z-index:0;color:#666}blockquote,q{quotes:""""}a:focus{outline:0}a:active,a:hover{outline:0}a,ins,mark{text-decoration:none}.entry-content a:hover{text-decoration:underline}.wp-block-table thead,a img{border:0}.container{margin:0 auto;max-width:1140px}.container-full{width:100%}.container-fix{margin:0 -15px}.container:after{content:"";display:table;clear:both}[class*=bit-]{float:left;padding:15px}[class*=bit-]:last-of-type{float:right}.bit-1{width:100%}.bit-2{width:50%}.bit-3{width:33.33%}.bit-4{width:25%}.bit-5{width:20%}.bit-6{width:16.6666666667%}.bit-7{width:14.2857142857%}.bit-8{width:12.5%}.bit-9{width:11.1111111111%}.bit-10{width:10%}.bit-11{width:9.09090909091%}.bit-12{width:8.33%}.bit-23{width:66.66%}.sidebar{width:300px;position:relative;min-height:1px}.sidebar,.vce-sid-left .sidebar{float:left;padding-top:15px}.vce-main-content{float:left;width:840px;padding:15px 30px 0 0}.vce-sid-left .vce-main-content{float:right;padding:15px 0 15px 30px}.vce-sid-none .vce-main-content{padding:15px 0 0}.bit-no-top-bottom{padding:0}.vce-sticky{-webkit-transition:top .2s ease;-o-transition:top .2s ease;transition:top .2s ease}.vce-sticky .widget:last-child{margin-bottom:0}.error404 .vce-main-content,.vce-sid-none .vce-main-content,.widget select{width:100%}.vce-sid-none .vce-lay-b{width:540px;float:left;min-height:130px;margin:0 20px 20px 0}.vce-sid-none .vce-slider-pagination .vce-lay-b{width:539px}.vce-sid-none .vce-lay-b:nth-child(2n){margin:0 0 20px}.vce-sid-none .vce-lay-b .meta-image{width:250px;min-width:250px}.vce-sid-none .vce-lay-b .entry-header{padding:10px 0 0 265px}.vce-sid-none .vce-lay-b .meta-image{margin-right:15px}.vce-sid-none .vce-lay-b:last-child{margin-bottom:20px}.vce-sid-none .vce-lay-c,.vce-sid-none .vce-lay-d,.vce-sid-none .vce-lay-f,.vce-sid-none .vce-lay-h{width:353px}.vce-sid-none .vce-slider-pagination .vce-lay-c,.vce-sid-none .vce-slider-pagination .vce-lay-d,.vce-sid-none .vce-slider-pagination .vce-lay-f{width:323px;margin:0 20px 20px 2px!important}.vce-sid-none .vce-slider-pagination .vce-lay-h{width:100%;margin:0 0 20px 2px!important}body,input{line-height:1.63}h1,h2,h3,h4,h5,h6,p{-ms-word-wrap:break-word;word-wrap:break-word}h1,h2,h3,h4,h5,h6{font-style:normal}h1{line-height:1.22}h2{line-height:1.25}h1,h2,h3,h4,h5,h6{margin:0 0 10px}h3{line-height:1.29;-webkit-font-smoothing:antialiased}h4,h5,h6{line-height:1.4}h5,h6{line-height:1.5}h6{line-height:1.56}p{margin:0 0 30px}b,dt,strong,th{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 0 0 37px;font-size:22px;line-height:30px;position:relative}address,pre{margin:0 0 1.5em}pre{background:#f6f6f6;line-height:1.5em;max-width:100%;overflow:auto;padding:30px;border-radius:4px}code,kbd,pre,tt,var{font-family:"Monaco","Consolas","Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}.wp-block-pullquote.alignleft cite,.wp-block-pullquote.alignright cite,small{font-size:75%}big{font-size:125%}hr,img{border:0}hr{background-color:#ccc;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 30px 30px}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dd{margin:0 1.5em 1.5em}img{max-width:100%;height:auto;vertical-align:middle;-ms-interpolation-mode:bicubic}.vce-featured-grid .owl-item img{width:auto}th{padding:10px 15px;border-bottom:1px solid rgba(0,0,0,.07);border-right:1px solid rgba(0,0,0,.07)}.wp-block-table td,.wp-block-table th{border:1px solid rgba(0,0,0,.07);padding:.5em}button,figure{margin:0}button,input,select{vertical-align:baseline}input,select,textarea{font-size:100%;margin:0}button,input[type=button],input[type=reset]{border-radius:4px;font-size:14px;line-height:22px;color:#fff;text-align:center;display:inline-block;width:auto;padding:5px 10px;text-decoration:none;border:0;min-width:90px;background-position:center center;-webkit-appearance:none}.vce-button,button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.vce-button{min-width:90px}#vce-pagination .next.page-numbers,#vce-pagination .prev.page-numbers,.vce-button,input[type=submit]{display:inline-block}#vce-pagination .page-numbers,.vce-button,input[type=submit]{border-radius:4px;font-size:14px;line-height:22px;color:#fff;text-align:center;width:auto;padding:5px 10px;text-decoration:none;border:0;background-position:center center;-webkit-appearance:none}#vce-pagination .next.page-numbers,#vce-pagination .page-numbers.current,#vce-pagination .prev.page-numbers,.mks_author_link,.mks_themeforest_widget .more,body div.wpforms-container-full .wpforms-form .wpforms-page-button,body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form input[type=submit]{border-radius:4px;font-size:14px;line-height:22px;color:#fff;text-align:center;width:auto;padding:5px 10px;text-decoration:none;border:0;background-position:center center;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-appearance:none}#vce-pagination a,.bbp-pagination-links a,.bbp-pagination-links span.current,.pagination-wapper a,.sidebar .bbp_widget_login .button,.vce-404-menu a,.vce-link-pages a,.vce-load-more a,.vce-mega-menu-posts-wrap .owl-nav>div,.vce-slider-pagination .owl-nav>div,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce ul.products li.product .added_to_cart,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{border-radius:4px;font-size:14px;line-height:22px;color:#fff;text-align:center;display:inline-block;width:auto;padding:5px 10px;text-decoration:none;border:0;min-width:90px;background-position:center center;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-appearance:none}body div.wpforms-container-full .wpforms-form .wpforms-page-button,body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form input[type=submit]{display:inline-block}.vce-custom-cart .fa-shopping-cart{font-size:18px}.vce-custom-cart .vce-cart-count{font-size:13px}#vce-pagination .next.page-numbers:hover,#vce-pagination .page-numbers:hover,#vce-pagination .prev.page-numbers:hover,#vce-pagination a:hover,.mks_author_link:hover,.mks_themeforest_widget .more:hover,.pagination-wapper a:hover,.sidebar .bbp_widget_login .button:hover,.vce-404-menu a:hover,.vce-button:hover,.vce-featured-section a:hover,.vce-lay-g .vce-featured-info .meta-category a:hover,.vce-lay-h .meta-category a:hover,.vce-link-pages a:hover,.vce-load-more a:hover,.vce-mega-menu-posts-wrap .owl-nav>div:hover,.vce-post-big .meta-category a:hover,.vce-post-slider .meta-category a:hover,.vce-slider-pagination .owl-nav>div:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce a.button:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover,.woocommerce input.button.alt:hover,.woocommerce input.button:hover,.woocommerce ul.products li.product .added_to_cart:hover,a.mks_button:hover,body .vce-share-items .meks_ess a:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{cursor:pointer;text-decoration:none;background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%)}.vce-share-items .meks_ess a{background-size:400% 400%;background-position:center center;-webkit-transition:background-size .3s ease-in-out;-o-transition:background-size .3s ease-in-out;transition:background-size .3s ease-in-out;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}#vce-pagination .vce-action-link,#vce-pagination.vce-load-more a{margin:0 auto;min-width:130px}body div.wpforms-container-full .wpforms-form .wpforms-page-button,body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form input[type=submit],input[type=submit]{min-width:140px}body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover{border:0}body div.wpforms-container-full .wpforms-form .wpforms-field-label{font-weight:400;font-size:inherit;margin:0 0 2px}body div.wpforms-container-full .wpforms-form .wpforms-field{margin-bottom:10px}body div.wpforms-container-full .wpforms-form input,body div.wpforms-container-full .wpforms-form select{height:42px!important}#vce-pagination .page-numbers.current{min-width:34px;display:inline-block}.mks_author_link,.mks_themeforest_widget .more{display:inline-block;min-width:130px}#vce-pagination a.vce-loader,#vce-pagination.vce-infinite-scroll a,#vce-pagination.vce-infinite-scroll-single a{background:url(/wp-content/themes/voice/assets/img/loader.gif) no-repeat center center;background-size:initial;-webkit-box-shadow:none;box-shadow:none;margin:0 auto;color:#333;text-indent:-9999px;display:inline-block}#vce-pagination.vce-infinite-scroll-single{border:0;background:0 0}.vce-mega-menu-wrapper.vce-loader{background-image:url(/wp-content/themes/voice/assets/img/loader.gif);background-repeat:no-repeat;background-position:center center}#vce-pagination.vce-infinite-scroll,#vce-pagination.vce-infinite-scroll-single{opacity:0;height:0;padding:0}.vce-action-link{margin:0 auto}a.mks_button{font-size:16px;line-height:22px}.mks_button:hover,.mks_ico:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.sidebar .mks_author_widget .mks_autor_link_wrap,.sidebar .mks_themeforest_widget .mks_read_more{position:relative;text-align:center;display:block;width:100%;padding:10px;background:#f3f3f3;border-top:1px solid rgba(0,0,0,.07)}.sidebar td,input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=text],input[type=url],textarea{color:#666;border:1px solid #ccc;border-radius:4px}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}input[type=search]{padding:3px}textarea{overflow:auto;vertical-align:top}.widget .vce-post-list .meta-category a:hover,a:hover{text-decoration:underline}a:active,a:focus{text-decoration:none}.main-navigation{clear:both;display:block;float:left;width:100%}.main-navigation ul{text-align:center}.main-navigation ul,.top-nav-menu{list-style:none;margin:0;padding:0}.main-navigation li,.top-nav-menu li{display:inline-block;vertical-align:top;position:relative}.top-nav-menu li{margin:0 10px 0 0}.top-nav-menu li:last-child{margin-right:0}.main-navigation li{font-size:16px}.main-navigation a{display:block;text-decoration:none;line-height:1.25;padding:15px}.nav-menu ul{-o-transition-delay:.1s;transition-delay:.1s;-webkit-transition-delay:.1s;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.nav-menu>li>a{-webkit-box-shadow:-1px 0 0 0 rgba(0,0,0,.05);box-shadow:-1px 0 0 0 rgba(0,0,0,.05)}.header-2-wrapper .nav-menu>li:last-child>a,.nav-menu>li:last-child a{-webkit-box-shadow:-1px 0 0 0 rgba(0,0,0,.05),1px 0 0 0 rgba(0,0,0,.05);box-shadow:-1px 0 0 0 rgba(0,0,0,.05),1px 0 0 0 rgba(0,0,0,.05)}.header-left-nav .nav-menu>li>a{-webkit-box-shadow:1px 0 0 0 rgba(0,0,0,.05);box-shadow:1px 0 0 0 rgba(0,0,0,.05)}.header-left-nav .nav-menu>.current-menu-ancestor>a .header-left-nav .nav-menu>.current_page_item>a,.header-left-nav .nav-menu>.current-menu-item>a{-webkit-box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 2px 2px rgba(0,0,0,.1)}.header-left-nav .nav-menu>li:first-child>a,.header-left-nav .nav-menu>li:last-child>a{-webkit-box-shadow:-1px 0 0 0 rgba(0,0,0,.05),1px 0 0 0 rgba(0,0,0,.05);box-shadow:-1px 0 0 0 rgba(0,0,0,.05),1px 0 0 0 rgba(0,0,0,.05)}.main-navigation li.fa a{padding:15px 10px 15px 25px}.main-navigation a:hover{cursor:pointer}.main-navigation li.fa:before{position:absolute;left:5px;top:17px}.main-navigation ul ul{position:absolute;top:100%;opacity:0;visibility:hidden;display:block;z-index:99999}.vce-mega-menu-wrapper .vce-mega-subcats{opacity:0;visibility:hidden;display:none}.main-navigation li:active>ul,.main-navigation li:focus>ul,.main-navigation li:hover .vce-mega-menu-wrapper .vce-mega-subcats,.main-navigation li:hover>ul,.main-navigation li:hover>ul.vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul{visibility:visible;opacity:1;pointer-events:auto}.main-navigation li:hover>ul.vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul{position:relative}.main-navigation .sub-menu,.search-header-form-ul,.vce-mega-menu-wrapper{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.2);box-shadow:0 3px 6px rgba(0,0,0,.2)}.main-navigation ul ul ul{top:0}.main-navigation ul ul a{width:250px;text-align:left;font-size:14px}.main-navigation ul ul li{border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation ul ul li:last-child,.sidr ul li ul li:last-child,.widget li:last-child{border-bottom:none}.nav-menu .vce-mega-cat>a:after,.nav-menu>.menu-item-has-children>a:after{content:"\f107";font-family:"FontAwesome";float:right;margin:2px 0 0 5px}.nav-menu ul .menu-item-has-children>a:after{content:"\f105";font-family:"FontAwesome";float:right}.main-navigation ul li.search-header-wrap>ul{display:block;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.main-navigation ul li.search-header-wrap.vce-zoomed>ul.search-header-form-ul{display:block;opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.vce-mega-menu-posts-wrap .owl-controls{text-align:center;border-top:1px solid rgba(0,0,0,.05);padding:10px 0;margin:0 -20px}.vce-mega-menu-posts-wrap.vce-has-subcats .owl-controls{margin:0 -20px 0 -10px}.search-header-wrap ul{padding:10px;width:295px;right:0;border-radius:2px}.search-header-form .search-input,.search-header-form .search-input:focus{height:36px;font-size:14px;border:0}.search-header-wrap{width:50px}.search-header-form-ul li{float:left;width:100%}.main-navigation ul ul li>ul{left:100%}.main-navigation a.vce-item-selected,.nav-menu>.current-menu-ancestor>a,.nav-menu>.current-menu-item>a,.nav-menu>.current_page_item>a,.nav-menu>li:hover>a{-webkit-box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 2px 2px rgba(0,0,0,.1)}.header-3-wrapper .nav-menu li a{-webkit-box-shadow:none!important;box-shadow:none!important}.header-sticky{position:fixed;top:0;left:0;width:100%;z-index:2000;height:50px;-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);will-change:transform;-webkit-transition:transform 300ms linear;-o-transition:transform 300ms linear;-webkit-transition:-webkit-transform 300ms linear;transition:transform 300ms linear;transition:transform 300ms linear,-webkit-transform 300ms linear}.header-is-sticky{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.header-sticky .site-title{float:left;padding:4px 0 0}.header-sticky .main-navigation{clear:none;float:right;width:auto}.admin-bar .header-sticky{top:32px}.sidr-open .header-is-sticky{left:260px}.header-sticky .nav-menu{position:static}.header-sticky .container{position:relative}.header-sticky .site-title img{max-height:28px}.header-sticky .main-navigation a.vce-item-selected,.header-sticky .nav-menu>.current-menu-ancestor>a,.header-sticky .nav-menu>.current-menu-item>a,.header-sticky .nav-menu>.current_page_item>a{-webkit-box-shadow:none;box-shadow:none;background-color:transparent;border-left:1px solid rgba(0,0,0,.1)}.top-nav-menu li a{font-size:13px;line-height:40px}.top-nav-menu li .sub-menu{display:none;position:absolute;left:0;top:100%;z-index:100;margin:0;width:150px}.top-nav-menu li .sub-menu li{display:block;text-align:left;margin:0;padding:0 10px}.top-nav-menu li .sub-menu li a{line-height:30px}.top-nav-menu li:hover .sub-menu{display:block;z-index:100}.top-nav-menu li.menu-item-has-children:after{font-family:"FontAwesome";content:"\f107"}.nav-menu>li>.sub-menu .sub-menu.vce-rev{left:initial;right:100%}.sub-menu.vce-rev{-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.nav-menu ul.owl-carousel{-webkit-transition:none;-o-transition:none;transition:none;-o-transition-delay:0;transition-delay:0;-webkit-transition-delay:0}.alignleft{display:inline;float:left;margin-right:20px}.alignright{display:inline;float:right;margin-left:20px}.aligncenter{clear:both;display:block;margin:0 auto 30px}.vce-wrap-left{float:left}.vce-wrap-right{float:right}.vce-wrap-center{margin:0 auto;width:33%;text-align:center;height:40px}.vce-wrap-center>div,.vce-wrap-center>ul{display:inline-block}.vce-wrap-right>div,.vce-wrap-right>ul{float:right}.vce-wrap-left>div,.vce-wrap-left>ul{float:left}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:'';display:table}.clear:after,.comment-content:after,.entry-content:after,.simple-clear,.site-content:after,.site-footer:after,.site-header:after{clear:both}.sidebar .widget{line-height:1.57;margin:0 0 30px}.sidebar .widget-title,.sidebar .widget-title a{line-height:1.56;padding:12px;text-align:center;margin-bottom:0}.sidebar .widget-title a{background:#fff;font-size:20px;color:#232323;line-height:27px}.widget li,.widget ul{margin:0;list-style:none}.widget p,.widget>div,.widget>form,.widget>ul{padding:20px}.widget li{border-bottom:1px solid rgba(0,0,0,.07);padding:12px 20px}.widget li a{-ms-word-wrap:break-word;word-wrap:break-word;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}.mks_author_widget h3 a,.site-footer .widget li a:hover,.widget li a,.widget li a:hover{text-decoration:none}.widget.vce-no-padding,.widget.vce-no-padding iframe,.widget.vce-no-padding li,.widget.vce-no-padding p,.widget.vce-no-padding>div,.widget.vce-no-padding>form,.widget.vce-no-padding>ul{padding:0!important}.admin-bar .vce-sticky.is_stuck{top:60px}.vce-sticky.is_stuck{top:30px}.sticky-active .vce-sticky.is_stuck{top:80px}.sticky-active.admin-bar .vce-sticky.is_stuck{top:100px}.sidebar .widget_archive select,.sidebar .widget_categories select{max-width:86%;margin:20px}.nav-menu .vce-mega-menu ul a:after,.vce-post-big .meta-category span,.vce-post-slider .meta-category span,.widget_archive label,.widget_categories label,.widget_search .search-submit{display:none}.widget ul{padding:0;display:inline-block;width:100%}.widget_categories li{padding:0;border:0;margin-bottom:0;position:relative}.sidebar .mks_themeforest_widget .mks_themeforest_widget_ul li,.widget>div.clear,.widget_categories ul,.widget_rss .widget-title a{padding:0}.widget_categories a{padding:0 0 0 20px;display:block;position:relative;line-height:42px;color:#787878;text-decoration:none}.count-hidden{float:right;width:42px;text-align:center}.widget_categories a .count,.widget_categories li:before{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:absolute}.widget_categories a .count{float:right;height:42px;width:42px;text-align:center;display:inline-block;color:#fff;right:0}.widget_categories li:before{content:"";width:2px;height:100%}.widget_categories li:hover:before{width:100%}.widget_categories a .category-text{-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.widget.widget_categories a:hover,.widget_categories a:hover .category-text{color:#fff;text-decoration:none}.widget_categories .category-text{position:relative;z-index:2}.widget ul.flickr{width:100%;float:left;margin:0;padding:20px 10px 10px 20px}.sidebar .widget ul.flickr li{margin:0 10px 10px 0;border:0;padding:0}.sidebar .vce_posts_widget,.sidebar .widget.mks_social_widget{line-height:11px}.sidebar .vce_posts_widget p,.sidebar .widget.mks_social_widget p{line-height:22px}.mks_social_widget p{margin-bottom:0;padding:20px 20px 0}ul.mks_social_widget_ul{padding:20px 15px 15px 20px}.mks_social_widget ul.mks_social_widget_ul li a.soc_rounded{border-radius:4px}ul.mks_social_widget_ul li{float:left}.mks_themeforest_widget .mks_themeforest_widget_ul li{float:left;border:0;margin:0 10px 10px 0}.site-footer .mks_themeforest_widget .mks_themeforest_widget_ul li{float:none}.mks_themeforest_widget .mks_themeforest_widget_ul li:nth-child(3n){margin:0 0 5px}.mks_themeforest_widget p{margin:0;padding-bottom:0}.mks_themeforest_widget p.mks_read_more{margin:0;padding:0}.mks_themeforest_widget .mks_themeforest_widget_ul{padding:20px 20px 0}.widget>div p,.widget>form p,.widget_text p{padding:0;margin-bottom:10px}.widget .aligncenter{margin:0 auto}.widget .alignleft,.widget .alignright{margin-right:10px}.widget .textwidget li{padding:12px}.nav-menu .vce-mega-menu .sub-menu .sub-menu a,.widget .vce-post-list .meta-category a{font-size:14px}.widget .wp-video{background:0 0;min-height:auto}.widget div.mejs-container .mejs-controls,body .widget .mejs-container.wp-audio-shortcode{height:30px!important}.vce-main-content .meta-media .mejs-container{left:0}.widget .mejs-overlay-button{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}body .widget .mejs-container .mejs-controls .mejs-button button{height:16px}#wp-calendar tbody .pad,.widget .mejs-container{background:0 0}.widget .wp-audio-shortcode{min-height:auto;max-width:100%}.widget_media_gallery .gallery-columns-2 .owl-carousel .owl-item,.widget_media_gallery .vce-gallery-big{height:auto}.widget .meks-instagram-follow-link{margin-top:0;text-align:center;width:100%;padding:10px;border-top:1px solid rgba(0,0,0,.07)}.widget .meks-instagram-follow-link a{max-width:130px}.nav-menu{position:relative}.nav-menu .vce-mega-cat,.nav-menu .vce-mega-menu{position:initial}.nav-menu .vce-mega-menu .sub-menu,.nav-menu .vce-mega-menu-wrapper,.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul{left:0;width:100.2%;padding:0 10px;margin:0 0 0 -.1%}.nav-menu .vce-mega-menu-wrapper,.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap{min-height:210px}.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul{min-height:200px;background:0 0}.nav-menu .vce-mega-menu .sub-menu ul{display:block;position:relative;width:auto;padding:0;min-height:initial;-webkit-box-shadow:none;box-shadow:none;opacity:1!important;visibility:visible!important}.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap>ul>li{display:block;padding:20px 10px;text-align:center;float:left;width:20%;border-bottom:none}.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap{float:left;position:relative;width:100%}.nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats ul{width:100%;float:none;position:initial}.nav-menu .vce-mega-cat:hover .vce-mega-menu-wrapper>li.vce-mega-subcats ul{visibility:visible;opacity:1}.nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats ul li{display:block;float:none}.nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats>ul>li>a{display:block;width:100%}.vce-mega-menu-wrapper>li.mega-menu-slider{width:80%}.vce-mega-menu-wrapper>li.mega-menu-slider>ul{float:none;position:initial;visibility:visible;opacity:1}.vce-mega-menu-posts-wrap .owl-item{width:22%}.vce-mega-menu-wrapper>li.mega-menu-slider>ul>li{width:25%;padding:20px 10px;border-bottom:none}.nav-menu .vce-mega-menu>.sub-menu{display:none;table-layout:fixed;padding:0}.nav-menu .vce-mega-menu:hover>.sub-menu{display:table}.nav-menu .vce-mega-menu>.sub-menu>li{display:table-cell;padding:20px;text-align:center;border-left:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box}.nav-menu .vce-mega-menu>.sub-menu>li:first-child{border-left:none}.nav-menu .vce-mega-menu-wrapper>li .mega-menu-img,.nav-menu .vce-mega-menu-wrapper>li>ul.vce-mega-menu-wrapper>.mega-menu-img{padding:0;width:auto;position:relative;height:104px;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.nav-menu .vce-mega-menu-wrapper>li .mega-menu-link{display:block;border:1px solid rgba(0,0,0,.05);padding:10px;width:auto;text-align:center;font-size:14px;line-height:22px}.nav-menu .vce-mega-menu .sub-menu .sub-menu li{width:auto;padding:0 0 8px}.nav-menu .vce-mega-menu .sub-menu a{padding:0;width:auto}.nav-menu .vce-mega-menu .sub-menu .sub-menu{padding:15px 0 0}.nav-menu .vce-mega-menu .sub-menu .sub-menu li:last-child{padding:0}.nav-menu .vce-mega-menu .sub-menu .sub-menu a:before{font-family:"FontAwesome";content:"\f105";font-size:10px;margin:3px 10px 0 5px;line-height:16px;float:left}.main-navigation .vce-mega-menu ul ul li{display:block;width:100%;border-bottom:none}.header-sticky .nav-menu .vce-mega-menu .sub-menu,.header-sticky .nav-menu .vce-mega-menu-wrapper{margin-top:-1px}.vce-mega-menu-posts-wrap .owl-carousel .owl-item{padding:20px 10px}.vce-mega-menu-wrapper .vce-mega-subcats{width:20%;float:left;border:0}.nav-menu .vce-mega-menu-wrapper>.vce-mega-menu-posts-wrap.vce-has-subcats{width:80%;border-left:1px solid rgba(0,0,0,.05)}.vce-mega-subcats>ul{padding:20px 0 0}.vce-mega-subcats>ul>li a{padding:10px}.main-navigation .vce-mega-subcats>ul>li:last-child,.vce-mega-subcats>ul>li,.vce-mega-subcats>ul>li:first-child{border-bottom:1px solid rgba(0,0,0,.05)}.post-date{font-size:14px;line-height:20px;display:block;font-style:italic;margin-top:5px}#calendar_wrap,.vce_video_widget .video-widget-inside,.widget_nav_menu>div{padding:0}.widget.vce_video_widget p{padding:10px 20px 0;margin-bottom:20px}#wp-calendar{width:100%}#wp-calendar caption{font-size:14px;margin-top:10px;padding:0 20px 10px;text-align:center}#wp-calendar thead{font-size:10px}#wp-calendar tbody td,#wp-calendar thead th{border-bottom:1px solid rgba(0,0,0,.1);text-align:center}#wp-calendar thead th{color:#aaa;padding:10px;font-size:14px}#wp-calendar tbody td{padding:8px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-right:1px solid rgba(0,0,0,.1)}#wp-calendar tbody td a,.tagcloud a{border-radius:4px;text-decoration:none}#wp-calendar tbody td a{color:#fff;background:#cf4d35;padding:2px 3px}#wp-calendar tbody td:hover{background:#fff;-webkit-box-shadow:-1px -1px 1px rgba(0,0,0,.1);box-shadow:-1px -1px 1px rgba(0,0,0,.1)}#wp-calendar tfoot #next{font-size:14px;text-transform:uppercase;text-align:right}#wp-calendar tfoot #prev{font-size:14px;text-transform:uppercase;padding:10px 20px}.mks_author_widget{text-align:center}.widget.mks_author_widget img{border-radius:50%;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.07);box-shadow:0 3px 6px 0 rgba(0,0,0,.07);border:5px solid #fff;margin:15px auto 0;float:none}.mks_author_widget h3{font-size:20px;margin:10px 0;text-align:center;display:block;width:100%;clear:both;line-height:30px}.mks_author_widget .vce-author-links{float:left;padding:0 20px;display:block;height:auto;width:100%;text-align:center;margin-bottom:8px}.mks_author_widget .vce-author-links a:hover{opacity:.75}.mks_author_widget .vce-author-links a{display:inline-block;vertical-align:top;float:none}.mks_author_widget h3 a:hover,.widget_nav_menu li.menu-item-has-children:hover>span,.widget_pages li.page_item_has_children:hover>span{color:#cf4d35;text-decoration:underline}.mks_author_widget p{text-align:left;padding:0 20px 20px;margin-bottom:0;line-height:1.7}.tagcloud a{font-size:14px!important;padding:2px 7px;display:inline-block;vertical-align:top;margin:0 2px 2px 0}.tagcloud a:before{content:"#"}.tagcloud a:hover{color:#fff}.mks_adswidget_ul.small,.site-footer .mks_adswidget_ul.small{padding-bottom:15px;text-align:center}.mks_adswidget_ul.small li,.site-footer .mks_adswidget_ul.small li{border:0;padding:15px 15px 0;margin-right:0!important}.mks_adswidget_ul.small li:nth-child(2n),.site-footer .mks_adswidget_ul.small li:nth-child(2n){padding:15px 15px 0 0}.mks_adswidget_ul.large li,.site-footer .mks_adswidget_ul.large li{padding:0;text-align:center}.site-footer .widget_recent_comments .recentcomments:before{left:10px}.vce-search-form,.widget ul.vce-post-list{padding:20px}.search #post-0 .vce-search-form .vce-search-input,.vce-search-form .vce-search-input,.vce-search-form .vce-search-input:focus{width:200px;display:inline-block;vertical-align:top}.vce-search-submit{vertical-align:top;display:inline-block;width:50px;min-width:50px;height:40px;margin-left:3px;font-size:18px;margin-top:1px;color:#fff}#post-0 .vce-search-form{padding:0;margin:0 auto 30px;text-align:center}#post-0 .vce-search-form .vce-search-input,#post-0 .vce-search-form .vce-search-input:focus{width:640px}.vce_posts_widget li{border-bottom:none;text-align:center;padding:0;margin-bottom:20px;float:left;width:100%}.vce-post-link{font-size:20px;line-height:26px}.vce-post-big .vce-posts-wrap,.vce-post-slider .vce-posts-wrap{-ms-word-wrap:break-word;word-wrap:break-word;display:block;float:left;width:100%;text-align:center;text-shadow:1px 1px 3px rgba(0,0,0,.7);opacity:1!important;z-index:9999;color:#fff;position:absolute;padding:0 20px}.vce-post-img{overflow:hidden;float:left;width:100%;display:block}.vce-post-slider{height:205px;overflow:hidden}.vce-post-big li a.featured_image_sidebar,.vce-post-slider li a.featured_image_sidebar{position:relative;float:left}.vce-post-big .vce-posts-wrap .entry-meta,.vce-post-slider .vce-posts-wrap .entry-meta{margin-top:10px}.vce-posts-wrap .entry-meta div,.vce-posts-wrap .entry-meta div a,.vce-posts-wrap .fn,.vce-posts-wrap .fn a{font-size:13px}.site-footer #wp-calendar caption,.site-footer .mks_author_widget h3,.vce-post-big .entry-meta div,.vce-post-big .entry-meta div a,.vce-post-big .fn,.vce-post-big .fn a,.vce-post-slider .entry-meta div,.vce-post-slider .entry-meta div a,.vce-post-slider .fn,.vce-post-slider .fn a{color:#fff}.vce-post-big .vce-post-img:after,.vce-post-slider .vce-post-img:after{position:absolute;height:100%;width:100%;opacity:.5;background:#000;content:"";top:0;left:0;-webkit-backface-visibility:hidden}.vce-post-slider .vce-post-img:after{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sidebar .vce-post-big li a,.sidebar .vce-post-slider li a,.site-footer .vce-post-big li a,.site-footer .vce-post-slider li a{color:#fff!important}.vce-post-big li:hover .vce-post-img:after,.vce-post-slider li:hover .vce-post-img:after{opacity:.8}.vce-post-big li,.vce-post-slider li{position:relative;float:left;width:100%;margin-bottom:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vce-post-big li:last-child,.vce-post-slider li:last-child,.vce-single .entry-content p:last-child,.vce_posts_widget .vce-post-list li:last-child{margin-bottom:0}.vce-post-list .vce-post-img{width:100px;margin-right:13px}.vce-post-list .vce-post-link{font-size:14px;line-height:20px;text-align:left;-ms-word-wrap:break-word;word-wrap:break-word;padding:5px 10px 0 0;display:block}.vce-post-list .vce-posts-wrap{width:56%;float:left}.vce-post-list .featured_image_sidebar{width:44%;float:left}.site-footer .widget_categories li a:hover,.vce_posts_widget .vce-post-list a:hover{text-decoration:none}.vce_posts_widget .vce-post-list li{text-align:left;margin-bottom:20px}.vce-post-big .meta-category,.vce-post-slider .meta-category{display:block;margin-bottom:5px;text-align:center}.vce-post-big .meta-category a,.vce-post-slider .meta-category a{font-size:13px;line-height:23px;position:relative;z-index:2000;text-decoration:none;padding:0 10px;border-radius:4px;margin:0 2px;display:inline-block;text-shadow:none;width:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.vce-post-big .vce-post-link,.vce-post-slider .vce-post-link,.vce-post-slider .vce-posts-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden}.widget_nav_menu .menu-item-has-children ul.sub-menu,.widget_pages .page_item_has_children ul.children{display:none;padding:0 0 0 20px;float:left;border-top:1px solid #eee;margin-bottom:-1px}.site-footer .widget_nav_menu .menu-item-has-children ul.sub-menu,.site-footer .widget_nav_menu li.menu-item-has-children li:last-child,.site-footer .widget_pages .page_item_has_children ul.children,.site-footer .widget_pages li.page_item_has_children li:last-child{border-top:none;border-bottom:none}.widget_nav_menu li,.widget_pages li{position:relative;padding:0;width:100%;float:left}.widget_nav_menu li a,.widget_pages li a{padding:10px 20px;float:left}.widget_nav_menu .menu-item-has-children:after,.widget_pages li.page_item_has_children:after{font-family:"FontAwesome";content:"\f107";float:right;position:absolute;right:10px;top:10px}.widget_nav_menu li.menu-item-has-children li:last-child,.widget_pages li.page_item_has_children li:last-child{border-bottom:1px solid #eee}.widget .tiled-gallery{margin-bottom:0}.widget_facebook_likebox .widget-title{margin-bottom:5px}.widget_twitter_timeline iframe{padding:10px 10px 0}.vce_adsense_wrapper{text-align:center}.site-footer .vce_posts_widget .vce-post-list li,.site-footer .widget p,.site-footer .widget>div,.site-footer .widget>ul,.vce_adsense_expand .vce_adsense_wrapper{padding:0}.vce_adsense_expand .vce_adsense_wrapper iframe,.vce_adsense_expand .vce_adsense_wrapper ins,.widget embed,.widget iframe,.widget object,ins{vertical-align:middle}.site-footer .widget_recent_comments .recentcomments,.widget_recent_comments .recentcomments{position:relative;padding:12px 20px 12px 45px}.widget_recent_comments .recentcomments:before{content:"\f0e5";font-family:"FontAwesome";font-size:18px;margin:0;position:absolute;top:13px;left:20px}.site-footer .widget-title{font-size:18px;color:#fff;line-height:24px;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:15px;text-align:center;margin:0 -20px 20px;background:rgba(0,0,0,.15);padding-top:14px}.site-footer .widget.mks_author_widget img{margin:10px auto 0}#footer.site-footer .mks_autor_link_wrap,#footer.site-footer p.mks_read_more{padding:10px 20px;margin:20px -20px -20px;border-top:1px solid rgba(0,0,0,.2);background:rgba(0,0,0,.1)}.site-footer .widget{color:#fff;margin-bottom:30px;background:rgba(0,0,0,.2);padding:0 20px 15px;border-radius:4px;border:1px solid rgba(0,0,0,.1);font-size:14px;line-height:22px}.site-footer [class*=bit-] .widget:last-child{margin-bottom:15px}.site-footer .widget li a{-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;color:#fff}.site-footer .widget li{border-bottom:none;padding:5px 0}.site-footer .vce-search-form,.site-footer .widget_categories li,.site-footer .widget_nav_menu li a,.site-footer .widget_pages li a{padding:0}.site-footer .tagcloud a{background:rgba(0,0,0,.09)}.site-footer table{background:0 0;color:#fff;border-color:#333}.site-footer td{border-color:#333}.site-footer #wp-calendar tbody td:hover{background:rgba(0,0,0,.5);-webkit-box-shadow:-1px -1px 1px rgba(0,0,0,.1);box-shadow:-1px -1px 1px rgba(0,0,0,.1)}.site-footer .widget.mks_social_widget{padding:0 20px 12px}.site-footer .bit-4 .vce-post-list .vce-posts-wrap{margin-left:20px;width:60%;max-width:100px}.site-footer .bit-3 .vce-post-list .vce-posts-wrap{margin-left:20px;width:60%;max-width:190px}.site-footer .bit-2 .vce-post-list .vce-posts-wrap{margin-left:20px;width:70%;max-width:350px}.site-footer .bit-1 .vce-post-list .vce-posts-wrap{margin-left:20px;width:80%;max-width:80%}.site-footer .vce-post-list .featured_image_sidebar{width:auto;float:none}.site-footer .vce-post-list .vce-post-img{margin-right:0}.comment-content a{word-wrap:break-word}.author-box .main-box-inside,.bypostauthor{display:block}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:0;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1em}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}#sidr-id-vce_main_navigation_menu .soc-nav-menu,.wp-caption-text{text-align:center}.vce-gallery,.vce-lay-a p,.wp-block-gallery{margin-bottom:15px}.vce-gallery .gallery-item{display:inline-block;float:left;text-align:center;vertical-align:top;margin-top:0!important;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:1}.vce-gallery .gallery-item img{border:0!important}.vce-gallery .gallery-size-thumbnail .gallery-item{width:auto}.gallery-caption,.widget_rss .rss-date{display:block}body.blog .vce-post.sticky .meta-image:before{content:"\f08d";font-family:"FontAwesome";height:24px;width:24px;left:0;top:0;position:absolute;color:#fff;z-index:2000;text-align:center}#sidr-id-vce_main_navigation_menu .soc-nav-menu li a .vce-social-name,.widget_rss .rsswidget img{display:none}.gallery-columns-5 .gallery-item,.vce-lay-g .meta-image a img{width:100%}.top-header{font-size:13px;line-height:19px;height:40px}.header-bottom-wrapper{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1);background:#fcfcfc}.header-bottom-wrapper .main-navigation>li>a{height:50px}.soc-nav-menu{margin:0;padding:0}.soc-nav-menu li{float:left;list-style:none}.soc-nav-menu li:last-child{margin-right:0}.soc-nav-menu a:before{font-family:"FontAwesome";text-decoration:none}.soc-nav-menu a,.vce-social-name{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.soc-nav-menu a{position:relative;font-size:14px;line-height:40px;height:40px;width:40px;padding:0 8px;text-decoration:none;display:block}.vce-social-name{opacity:0;display:none;color:#fff;float:right;font-size:12px;margin:0 4px 0 8px;-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}#sidr-id-vce_main_navigation_menu .soc-nav-menu li{border-bottom:none;padding:5px 0;float:none;display:inline-block}#sidr-id-vce_main_navigation_menu .soc-nav-menu li a{padding-left:13px}.soc-nav-menu li a[href*="/feed"]::before,.soc-nav-menu li a[href*="/rss"]::before,.soc-nav-menu li a[href*=feedburner]::before{content:"\f09e"}.soc-nav-menu li a[href*="@"]::before{content:"\f0e0"}.soc-nav-menu li a[href*="codepen."]::before{content:"\f1cb"}.soc-nav-menu li a[href*="digg."]::before{content:"\f1a6"}.soc-nav-menu li a[href*="dribbble."]::before{content:"\f17d"}.soc-nav-menu li a[href*="dropbox."]::before{content:"\f16b"}.soc-nav-menu li a[href*="facebook."]::before{content:"\f09a"}.soc-nav-menu li a[href*="flickr."]::before{content:"\f16e"}.soc-nav-menu li a[href*="foursquare."]::before{content:"\f180"}.soc-nav-menu li a[href*="google."]::before{content:"\f0d5"}.soc-nav-menu li a[href*="github."]::before{content:"\f09b"}.soc-nav-menu li a[href*="instagram."]::before{content:"\f16d"}.soc-nav-menu li a[href*="linkedin."]::before{content:"\f0e1"}.soc-nav-menu li a[href*="last."]::before{content:"\f202"}.soc-nav-menu li a[href*="pinterest."]::before{content:"\f0d2"}.soc-nav-menu li a[href*="reddit."]::before{content:"\f1a1"}.soc-nav-menu li a[href*="soundcloud."]::before{content:"\f1be"}.soc-nav-menu li a[href*="spotify."]::before{content:"\f1bc"}.soc-nav-menu li a[href*="stumbleupon."]::before{content:"\f1a4"}.soc-nav-menu li a[href*="tumblr."]::before{content:"\f173"}.soc-nav-menu li a[href*="twitter."]::before{content:"\f099"}.soc-nav-menu li a[href*="vimeo."]::before{content:"\f194"}.soc-nav-menu li a[href*="vine."]::before{content:"\f1ca"}.soc-nav-menu li a[href*="vk."]::before{content:"\f189"}.soc-nav-menu li a[href*="wordpress."]::before{content:"\f19a"}.soc-nav-menu li a[href*="xing."]::before{content:"\f168"}.soc-nav-menu li a[href*="youtube."]::before{content:"\f16a"}.soc-nav-menu li a[href*="medium."]::before{content:"\f23a"}.soc-nav-menu li a[href*="buysellads."]::before{content:"\f20d"}.soc-nav-menu li a[href*="behance."]::before{content:"\f1b4"}.soc-nav-menu li a[href*="slack."]::before{content:"\f198"}.soc-nav-menu li a[href*="weibo."]::before{content:"\f18a"}.soc-nav-menu li a[href*="tel:"]::before{content:"\f095"}.soc-nav-menu li a[href*="t.me"]::before,.soc-nav-menu li a[href*="telegram."]::before,.soc-nav-menu li a[href*="tg:"]::before{content:"\f2c6"}.soc-nav-menu li a[href*="snapchat."]::before{content:"\f2ac"}.soc-nav-menu li a[href*="500px."]::before{content:"\f26e"}.soc-nav-menu li a[href*="amazon."]::before{content:"\f270"}.soc-nav-menu li a[href*="mixcloud."]::before{content:"\f289"}.soc-nav-menu li a[href*="ok.ru"]::before{content:"\f263"}.soc-nav-menu li a[href*="tiktok."]::before{content:"\e900"}.soc-nav-menu li a[href*="mastodon."]::before{content:"\e902"}.soc-nav-menu li a[href*="truth."]::before{content:"\e901"}.soc-nav-menu li a[href*="/feed"]:hover,.soc-nav-menu li a[href*="/rss"]:hover{background-color:#fa9b39}.soc-nav-menu li a[href*="@"]:hover{background-color:#aaa}.soc-nav-menu li a[href*="codepen."]:hover,.soc-nav-menu li a[href*="digg."]:hover{background-color:#fff}.soc-nav-menu li a[href*="dribbble."]:hover{background-color:#ea4c89}.soc-nav-menu li a[href*="dropbox."]:hover{background-color:#007ee5}.soc-nav-menu li a[href*="facebook."]:hover{background-color:#3b5998}.soc-nav-menu li a[href*="flickr."]:hover{background-color:#ff0084}.soc-nav-menu li a[href*="foursquare."]:hover{background-color:#0732a2}.soc-nav-menu li a[href*="google."]:hover{background-color:#dd4b39}.soc-nav-menu li a[href*="github."]:hover{background-color:#4183c4}.soc-nav-menu li a[href*="instagram."]:hover{background-color:#3f729b}.soc-nav-menu li a[href*="linkedin."]:hover{background-color:#0e76a8}.soc-nav-menu li a[href*="last.fm"]:hover{background-color:#e31b23}.soc-nav-menu li a[href*="pinterest."]:hover{background-color:#c8232c}.soc-nav-menu li a[href*="reddit."]:hover{background-color:#369}.soc-nav-menu li a[href*="soundcloud."]:hover{background-color:#f50}.soc-nav-menu li a[href*="spotify."]:hover{background-color:#81b900}.soc-nav-menu li a[href*="stumbleupon."]:hover{background-color:#ff2618}.soc-nav-menu li a[href*="tumblr."]:hover{background-color:#34526f}.soc-nav-menu li a[href*="twitter."]:hover{background-color:#3cf}.soc-nav-menu li a[href*="vimeo."]:hover{background-color:#1ab7ea}.soc-nav-menu li a[href*="vine."]:hover{background-color:#00d9a3}.soc-nav-menu li a[href*="vk."]:hover{background-color:#4e729a}.soc-nav-menu li a[href*="wordpress."]:hover{background-color:#21759b}.soc-nav-menu li a[href*="xing."]:hover{background-color:#026466}.soc-nav-menu li a[href*="youtube."]:hover{background-color:#c4302b}.soc-nav-menu li a[href*="medium."]:hover{background-color:#57ad68}.soc-nav-menu li a[href*="buysellads."]:hover{background-color:#c90100}.soc-nav-menu li a[href*="behance."]:hover{background-color:#1769ff}.soc-nav-menu li a[href*="slack."]:hover{background-color:#6ecadc}.soc-nav-menu li a[href*="weibo."]:hover{background-color:#b53434}.soc-nav-menu li a[href*="tel:"]:hover{background-color:#cf4d35}.soc-nav-menu li a[href*="snapchat."]:hover{background-color:#fffc00}.soc-nav-menu li a[href*="500px."]:hover{background-color:#0099e5}.soc-nav-menu li a[href*="amazon."]:hover{background-color:#f90}.soc-nav-menu li a[href*="mixcloud."]:hover{background-color:#314359}.soc-nav-menu li a[href*="ok.ru"]:hover{background-color:#ed812b}.soc-nav-menu li a[href*="steamcommunity."]:hover{background-color:#1b2838}.soc-nav-menu li a[href*="steamcommunity."]::before{content:"\f1b6"}.soc-nav-menu li a[href*="t.me"]:hover,.soc-nav-menu li a[href*="tg:"]:hover,.soc-nav-menu li a[href*=telegram]:hover{background-color:#32a9df}.top-header .vce-search-form{padding:0;position:relative}.top-header .vce-search-form .vce-search-input{height:30px;margin:5px 0;width:auto;border:0;padding:0 30px 0 10px}.top-header .vce-search-submit{background:0 0;height:30px;padding:0;margin:5px 0 0 -30px;width:20px;min-width:20px;font-size:14px;position:absolute;right:8px;top:0}.main-header .site-title,.main-header .site-title a{font-size:80px;line-height:80px;text-decoration:none;margin-bottom:0;display:inline-block}.main-header .header-3-wrapper .site-title a{line-height:58px;font-size:60px}.main-header .header-2-wrapper .site-title,.main-header .header-2-wrapper .site-title a.has-logo{line-height:40px}.main-header .header-2-wrapper .site-title a{line-height:61px;font-size:70px}.main-header .header-2-wrapper .site-title{font-size:40px}.main-header .header-3-wrapper .site-title{font-size:initial;line-height:initial}.main-header .header-3-wrapper .site-title a.has-logo{line-height:50px}.header-sticky .site-title a{font-size:36px;line-height:40px;text-decoration:none}.header-sticky .site-title a.has-logo{line-height:33px}.site-branding,.soc-nav-menu a{text-align:center}.site-description{font-size:16px;line-height:24px;margin:5px 0 0;display:block}.header-left-nav .main-navigation ul{text-align:left}.vce-header-ads{position:absolute;right:0;width:728px}.vce-header-ads .aligncenter,.vce-header-ads .alignleft,.vce-header-ads .alignright{margin:0}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{float:left;text-align:left}.header-left-nav .search-header-wrap{width:45px;float:right}.header-3-wrapper .main-navigation{float:right;width:auto;clear:none}.header-main-area{position:relative}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{position:absolute}.header-3-wrapper .nav-menu{position:static}.comment-respond,.main-box{padding:0}#disqus_thread,.comment-respond,.main-box{margin-bottom:30px;float:left;width:100%}.vce-module-columns .main-box-half{width:395px}.vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),.vce-sid-right .vce-module-columns .main-box-half:nth-child(2n){margin-left:20px}.vce-sid-none .vce-module-columns .main-box-half{width:366px;margin-right:20px}.vce-sid-none .main-box-half:nth-child(3n){margin-right:0}.main-box-half .vce-lay-c,.main-box-half .vce-lay-d,.main-box-half .vce-lay-f,.main-box-half .vce-lay-h{width:100%!important;margin:0 0 20px!important}.main-box-half .vce-lay-f{margin-bottom:10px!important}.main-box-inside{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:20px 20px 0}.main-box-nopad{padding:0}.main-box-nopad .vce-lay-a,.main-box-nopad .vce-lay-g{margin-bottom:0;-webkit-box-shadow:none;box-shadow:none}.vce-lay-a.vce-post{margin-bottom:20px}.main-box-nopad .vce-lay-a.vce-post{margin-bottom:0}.mbi-inside{padding:20px 20px 0}.comment-reply-title,.main-box-title{line-height:1.14;text-align:center;margin-bottom:0;padding:15px 15px 18px}.main-box-title a:after{font-family:"FontAwesome";content:"\f105";margin-left:8px}.main-box-title a:hover{text-decoration:none}.site-content{padding:15px 0 0}.content-inside{padding:20px}#disqus_thread,.comment-reply-title,.comment-respond,.comments-holder .navigation,.header-sticky,.main-box,.main-box-head,.main-box-title,.main-header,.mks-bredcrumbs-container,.sidebar .widget,.sidebar .widget-title,.vce-author-card,.vce-post,ul.comment-list>li.comment,ul.comment-list>li.pingback,ul.comment-list>li.trackback{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.search-header-form-ul .vce-search-submit,.sidr-class-vce-search-form .sidr-class-vce-search-submit{display:none}.search-header-form-ul .vce-search-form{padding:0}.search-header-form-ul .vce-search-form .vce-search-input,.search-header-form-ul .vce-search-form .vce-search-input:focus{width:100%;border:0;height:36px;font-size:14px}.vce-lay-a,.vce-lay-a img{width:100%;float:left}.vce-lay-a .entry-header{text-align:center;margin-bottom:14px;float:left;width:100%}.vce-lay-a .entry-content{padding:0;text-align:center;max-width:600px;margin:0 auto}.site-info .bottom-nav-menu li:hover .sub-menu,.vce-lay-a .meta-category{display:block}.vce-lay-a .meta-image{margin-bottom:20px;float:left;width:100%}.vce-slider-pagination .vce-lay-a .meta-image{max-height:500px;overflow:hidden}.vce-lay-a .post-title{padding:0 50px;margin:0 0 5px}.vce-lay-a .post-title a{font-size:36px;line-height:48px}.vce-lay-a{padding-bottom:15px}.vce-slider-pagination .vce-lay-a{width:767px;margin-right:19px;margin-left:-1px}.vce-sid-none .vce-slider-pagination .vce-lay-a{width:1097px}.vce-lay-a .entry-content.lay-a-content{text-align:left}.vce-featured-info .meta-category span,.vce-lay-a .entry-content.lay-a-content .more-link,.vce-lay-e .entry-meta>div:before,.vce-lay-h .meta-category span{display:none}.vce-lay-a .vce-read-more{border:1px solid;border-radius:4px;padding:6px 0 7px;margin:15px auto 20px;display:block;width:130px;text-align:center;text-decoration:none;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.vce-lay-a .vce-read-more:hover{color:#fff}.vce-lay-b{margin:0 0 20px;padding:0 20px 0 0;min-height:195px;width:769px}.vce-slider-pagination .vce-lay-b{margin:0 20px 20px 0}.vce-lay-b .meta-image{float:left;margin-right:20px;display:block}.vce-sid-left .vce-lay-b .meta-image,.vce-sid-right .vce-lay-b .meta-image{min-height:195px;min-width:375px}.vce-lay-b img{float:left;width:375px;max-height:195px}.vce-lay-b .entry-header{margin:0 0 5px;padding:10px 0 0}.vce-lay-b .meta-category a{font-size:14px}.vce-lay-b .entry-title,.vce-lay-h .entry-title{margin-bottom:3px;line-height:1.25;margin-top:2px}.vce-sid-none .vce-lay-b .entry-title{line-height:26px;font-size:18px}.vce-lay-b .entry-content{margin-left:395px;padding-bottom:0}.vce-sid-none .vce-lay-b .entry-content{margin-left:initial}.vce-lay-b .entry-content p{margin-bottom:0;font-size:14px;line-height:20px}.vce-lay-b .owl-item{margin-left:-2px}.vce-lay-c{width:375px;float:left;padding-bottom:10px}.vce-sid-left .vce-slider-pagination .vce-lay-c,.vce-sid-left .vce-slider-pagination .vce-lay-d,.vce-sid-right .vce-slider-pagination .vce-lay-c,.vce-sid-right .vce-slider-pagination .vce-lay-d{width:370px;margin:0 20px 20px 0!important}.vce-sid-left .vce-lay-c,.vce-sid-left .vce-lay-d,.vce-sid-left .vce-lay-e,.vce-sid-none .vce-lay-c,.vce-sid-none .vce-lay-d,.vce-sid-none .vce-lay-e,.vce-sid-none .vce-lay-h,.vce-sid-right .vce-lay-c,.vce-sid-right .vce-lay-d,.vce-sid-right .vce-lay-e{margin:0 20px 20px 0}.vce-sid-none .vce-lay-f{margin:0 20px 10px 0}.vce-sid-left .vce-lay-c:nth-child(2n),.vce-sid-left .vce-lay-d:nth-child(2n),.vce-sid-left .vce-lay-e:nth-child(5n),.vce-sid-none .vce-lay-c:nth-child(3n),.vce-sid-none .vce-lay-d:nth-child(3n),.vce-sid-none .vce-lay-e:nth-child(7n),.vce-sid-right .vce-lay-c:nth-child(2n),.vce-sid-right .vce-lay-d:nth-child(2n),.vce-sid-right .vce-lay-e:nth-child(5n){margin:0 0 20px}.vce-sid-left article.vce-lay-c:nth-of-type(n),.vce-sid-left article.vce-lay-d:nth-of-type(n),.vce-sid-left article.vce-lay-e:nth-of-type(n),.vce-sid-none article.vce-lay-c:nth-of-type(n),.vce-sid-none article.vce-lay-d:nth-of-type(n),.vce-sid-none article.vce-lay-e:nth-of-type(n),.vce-sid-none article.vce-lay-h:nth-of-type(n),.vce-sid-right article.vce-lay-c:nth-of-type(n),.vce-sid-right article.vce-lay-d:nth-of-type(n),.vce-sid-right article.vce-lay-e:nth-of-type(n){margin:0 20px 20px 0}.vce-sid-left article.vce-lay-c:nth-of-type(2n),.vce-sid-left article.vce-lay-d:nth-of-type(2n),.vce-sid-left article.vce-lay-e:nth-of-type(5n),.vce-sid-none article.vce-lay-c:nth-of-type(3n),.vce-sid-none article.vce-lay-d:nth-of-type(3n),.vce-sid-none article.vce-lay-e:nth-of-type(7n),.vce-sid-right article.vce-lay-c:nth-of-type(2n),.vce-sid-right article.vce-lay-d:nth-of-type(2n),.vce-sid-right article.vce-lay-e:nth-of-type(5n){margin:0 0 20px}.vce-sid-left .vce-lay-f:nth-child(2n),.vce-sid-none .vce-lay-f:nth-child(3n),.vce-sid-right .vce-lay-f:nth-child(2n){margin:0 0 10px}.vce-sid-left .vce-lay-h:nth-child(2n),.vce-sid-right .vce-lay-h:nth-child(2n){margin:0 0 20px 20px}.vce-sid-none .vce-lay-h:nth-child(3n){margin:0 0 20px}.vce-sid-left article.vce-lay-h:nth-of-type(n),.vce-sid-right article.vce-lay-h:nth-of-type(n){margin:0 0 20px}.vce-sid-left article.vce-lay-h:nth-of-type(2n),.vce-sid-right article.vce-lay-h:nth-of-type(2n){margin:0 0 20px 20px}.vce-sid-none article.vce-lay-h:nth-of-type(3n){margin:0 0 20px}.vce-sid-left .vce-lay-f,.vce-sid-right .vce-lay-f{margin:0 20px 0 0}.vce-sid-left .vce-lay-f:last-child,.vce-sid-right .vce-lay-f:last-child{margin-bottom:20px}.vce-lay-c .meta-image{margin-bottom:12px;width:100%}.vce-lay-c .meta-category{text-align:center;display:block}.vce-lay-c .meta-category a{font-size:14px;line-height:26px;display:inline-block}.vce-lay-c .entry-title{text-align:center;padding:0 20px;margin-bottom:4px;line-height:1.3;font-size:22px}.vce-sid-none .vce-lay-c .entry-title{line-height:1.27}.vce-lay-c .entry-meta{text-align:center}.vce-lay-c img{float:left;max-height:195px;width:375px}.vce-lay-c .entry-header{margin-bottom:10px;width:100%}.vce-lay-c .entry-content{padding:0 30px}.vce-lay-c .entry-content,.vce-lay-h .entry-content{text-align:center;line-height:22px}.vce-404-menu li,.vce-lay-c p{margin-bottom:10px}.vce-lay-c .vce-read-more{padding:3px 0 4px;width:100px;border-radius:4px;margin:10px auto;display:block;text-decoration:none;text-align:center;font-size:14px;clear:both;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.vce-lay-c .vce-read-more:hover{color:#fff}.vce-lay-d .meta-image{float:left;margin-right:15px;height:100%}.vce-lay-d,.vce-lay-d img{float:left;min-height:100px}.vce-lay-d img{max-height:100px;max-width:145px}.vce-lay-d .entry-content{margin-left:395px;padding-bottom:20px}.vce-lay-d .entry-content p,.vce-lay-h .entry-content p{margin-bottom:0}.vce-lay-d{width:375px;padding:0 10px 0 0}.vce-lay-d .entry-header{padding:3px 0 0;margin:0}.vce-lay-d .entry-title{margin-bottom:0;line-height:1.35}.vce-lay-d .entry-meta{line-height:19px}.vce-lay-d .entry-meta div,.vce-lay-d .entry-meta div a,.vce-lay-d .meta-category a,.vce-lay-e .entry-meta div,.vce-lay-e .entry-meta div a,.vce-lay-e .fn{line-height:1.46}.vce-lay-d .meta-category{display:block;line-height:1;margin-top:4px;margin-bottom:2px}.vce-lay-d .entry-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vce-lay-d .entry-meta div a{font-size:1.2rem}.vce-lay-e{float:left}.vce-lay-e .entry-title{line-height:1.36;padding:10px;text-align:center;margin-bottom:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.vce-sid-left .vce-lay-e,.vce-sid-right .vce-lay-e{width:138px}.vce-sid-left .vce-slider-pagination .vce-lay-e,.vce-sid-right .vce-slider-pagination .vce-lay-e{width:137.5px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.vce-sid-none .vce-lay-e{width:140px}.vce-lay-e .entry-meta{text-align:center}.vce-lay-e .entry-meta>div{display:block;margin-bottom:2px}.vce-lay-e .entry-meta div:last-child{margin-bottom:8px}.vce-lay-f.vce-post{background:0 0;-webkit-box-shadow:none;box-shadow:none}.vce-lay-f{padding:0 20px 0 15px;display:inline-block;float:left;width:375px;vertical-align:top}.vce-lay-f .entry-title{line-height:1.43;margin:0 0 0 17px;padding:0;display:block}.vce-lay-g{position:relative;margin-bottom:20px;width:100%;min-height:177px}.vce-sid-none .vce-slider-pagination .vce-lay-g{width:1100px}.vce-sid-left .vce-slider-pagination .vce-lay-g,.vce-sid-right .vce-slider-pagination .vce-lay-g{width:770px;max-height:500px;overflow:hidden}.vce-lay-g .vce-featured-section a{font-size:18px}.vce-lay-g .entry-title{margin:0 auto 7px;max-width:600px;line-height:1}.vce-lay-g .entry-meta div,.vce-lay-g .entry-meta div a,.vce-lay-g .entry-title a,.vce-lay-g .entry-title a:hover,.vce-lay-h .img-wrap .entry-header .entry-meta span,.vce-lay-h .img-wrap .entry-header .meta-category a{color:#fff}.vce-lay-g .vce-featured-header{position:absolute;bottom:0;text-align:center;width:100%;padding:20px 0;z-index:20}.vce-lay-g .entry-meta{line-height:24px}.vce-lay-g .vce-format-icon{top:50%;margin-top:-90px}.vce-slider-pagination .vce-lay-g .vce-format-icon{top:160px;margin-top:0}.vce-lay-g .vce-featured-info{z-index:2;position:relative;-webkit-backface-visibility:hidden}.vce-lay-g .meta-category{margin-bottom:4px;display:block}.vce-loop-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.vce-square{height:5px;width:5px;display:inline-block;float:left;margin:7px 12px 0 0;border-radius:50%}.entry-title a,.main-box-title a{text-decoration:none;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.entry-title a:hover,.meta-category a,.vce-prev-next-link:hover{text-decoration:none}.vce-lay-a .entry-title{margin:0 auto 10px;max-width:600px;line-height:1.18}.header-separator{height:1px;width:100%;background:#eaeaea;clear:both;float:left}.meta-category a{font-size:16px}.entry-meta div a:hover,.meta-category a:hover{text-decoration:underline}.meta-category span{font-size:12px;line-height:12px}.entry-meta div,.entry-meta div a{line-height:1.29;display:inline-block;text-decoration:none}.entry-meta div,.entry-meta div a,.entry-meta span{white-space:nowrap}.entry-meta .meta-item.author span{white-space:normal}.entry-meta>div:first-child:before{content:"";margin:0}.entry-meta>div:before{content:"\2022";margin:0 5px;font-size:12px}.vce-lay-h{float:left;width:375px;margin-bottom:20px}.vce-lay-h .entry-content{padding:20px 30px}.vce-lay-h .img-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:260px;width:100%;overflow:hidden}.vce-lay-h .img-wrap .meta-image,.vce-lay-h .img-wrap .vce-overlay{position:absolute;top:0;left:0;width:100%;z-index:0;height:100%}.vce-lay-h .img-wrap .meta-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vce-lay-h .img-wrap .vce-overlay{opacity:.5;background:#000;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.vce-lay-h .img-wrap:hover .vce-overlay{opacity:.8}.vce-lay-h .img-wrap .entry-header{z-index:2;margin:auto;position:absolute;text-align:center;-webkit-backface-visibility:hidden}.vce-lay-h .img-wrap .entry-header .entry-title a{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7);padding:0 40px;display:block}.vce-lay-h .img-wrap .entry-header .entry-meta a{color:#fff}.vce-lay-h .vce-format-icon{z-index:10;top:20px;margin:0;width:50px;right:20px}.vce-lay-h .meta-category{display:block;margin-bottom:6px}.vce-single .entry-header{margin:30px 0;text-align:center}h1.entry-title{line-height:1.22;margin:0 auto 15px;padding:0;width:700px}.vce-single .meta-author{display:block;text-align:center;position:relative;z-index:11}.meta-author-img{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:5px solid #fff;margin:-57px 0 10px;vertical-align:middle;box-shadow:0 1px 3px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);position:relative;z-index:11;display:inline-block;overflow:hidden;max-width:100px;max-height:100px}.meta-author-wrapped{display:block;font-size:16px}.meta-author-wrapped .fn a,body .vce-share-items .meks_ess a span{font-size:16px}.error404 .entry-content,.vce-page .entry-content,.vce-single .entry-content,.vce-single .entry-footer,.vce-single .entry-headline{margin:30px auto;width:600px}.vce-single .entry-content blockquote p:last-child{margin-bottom:30px}.vce-single .entry-headline p{line-height:1.35}.prev-next-nav{border-top:1px solid rgba(0,0,0,.05);padding:20px 20px 0;text-align:center;float:left;width:100%}.prev-next-nav a,.vce-prev-next-link{text-decoration:none}.vce-prev-next-link{font-size:18px;line-height:24px;display:block;text-align:center;padding:0 50px}.vce-prev-link{position:relative;width:374px;margin:0 15px 20px 0}.data-links a,.vce-next-link,.vce-prev-link{display:inline-block;vertical-align:top}.vce-next-link{position:relative;width:374px;margin:0 0 20px}.vce-pn-ico{position:absolute;display:block;text-align:center;top:50%;margin-top:-40px;width:100%}.vce-gallery-big .gallery-icon a:after,.vce-image-format:after,.vce-pn-ico .fa{background:rgba(74,74,74,.5);border:5px solid rgba(255,255,255,.9);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2);display:inline-block;border-radius:50%;z-index:1000;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2);height:80px;width:80px;padding:18px 0 0;font-size:35px;line-height:37px}.vce-pn-ico .fa-chevron-left:before{margin:0 5px 0 0}.vce-pn-ico .fa-chevron-right:before{margin:0 0 0 5px}.img-wrp{position:relative;float:left;overflow:hidden;margin-bottom:10px;width:100%}.img-wrp img{max-height:195px;width:100%}h1.entry-title-page{font-size:45px;line-height:55px;margin:0 auto;width:600px;padding:40px 0 10px}.data-image{float:left;margin-right:20px;margin-bottom:20px}.data-image img{border-radius:50%;width:112px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15);border:5px solid #fff}.author-title{font-size:24px;line-height:34px}.vce-content-outside{position:relative;text-align:center;float:left;width:100%;border-top:1px solid rgba(0,0,0,.05);padding:13px 20px}.meta-image{position:relative;overflow:hidden;z-index:10;max-width:100%}.data-links a{font-size:14px;text-decoration:none;margin:0 15px 0 0;min-width:130px}.data-content{margin:0 0 0 145px}.vce-gallery-slider{margin-top:1px}.vce-gallery-slider .owl-nav>div,.wp-block-gallery .owl-nav>div{position:absolute;top:0;z-index:1000;height:100%}.vce-gallery-slider .owl-nav .owl-next,.wp-block-gallery .owl-nav .owl-next{right:0}.vce-gallery-slider .owl-nav .owl-next,.vce-gallery-slider .owl-nav .owl-prev,.wp-block-gallery .owl-nav .owl-next,.wp-block-gallery .owl-nav .owl-prev{position:absolute;background:#fff;opacity:.4;filter:alpha(opacity=40);-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear;height:100%;width:32px;text-align:center;font-size:20px}.vce-featured-full-slider .owl-nav .owl-next:hover,.vce-featured-full-slider .owl-nav .owl-prev:hover,.vce-gallery-slider .owl-nav .owl-next:hover,.vce-gallery-slider .owl-nav .owl-prev:hover,.wp-block-gallery .owl-nav .owl-next:hover,.wp-block-gallery .owl-nav .owl-prev:hover{opacity:.7;filter:alpha(opacity=70)}.vce-gallery-slider .fa,.wp-block-gallery .fa{position:absolute;top:50%;margin-top:-13px;font-size:26px}.vce-gallery-slider .fa-angle-left,.wp-block-gallery .fa-angle-left{margin-left:-5px}.vce-gallery-slider .fa-angle-right,.wp-block-gallery .fa-angle-right{right:10px}.meta-media{position:relative}.meta-media iframe[src*="soundcloud.com"]{position:absolute;bottom:20px;max-height:150px;padding:0 30px}.single-format-video .meta-media{min-height:150px}.meta-media .vce-gallery-big,.vce-gallery-big{height:450px;overflow:hidden;position:relative}.single-format-audio .meta-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.single-format-audio .meta-media .wp-block-audio{padding:20px 20px 0}.vce-custom-content .vce-gallery-big,.vce-sid-none .meta-media .vce-gallery-big{height:600px}.format-audio .meta-media{min-height:150px}.vce-gallery-big{height:350px}.vce-gallery-big img,.vce-page .meta-image img,.vce-single .meta-image img{width:100%}.vce-author-website span,.vce-gallery-slider .gallery-caption{display:none}.vce-gallery-big .gallery-caption{position:absolute;width:100%;bottom:0;z-index:1000;display:block;background:rgba(0,0,0,.5);color:#fff;padding:15px 30px;text-align:left}.gallery-caption{font-size:14px;line-height:24px}#vce_pagination,.vce-contnet-none,.vce-link-pages{text-align:center}.vce-contnet-none .entry-content .search-field{width:100%;margin-bottom:20px}.vce-contnet-none .entry-content .search-submit{display:inline-block}.vce-gallery-big .gallery-icon a:after,.vce-image-format:after{font-family:"FontAwesome";content:"\f002";padding:17px 0 0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:absolute;z-index:100;top:50%;left:50%;text-align:center;margin:-40px 0 0 -40px;opacity:0}.meta-image:hover .vce-image-format:after,.vce-gallery-big .gallery-icon a:hover:after{opacity:1}.vce-link-pages{border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);padding:20px;position:relative}.main-box .vce-link-pages a{display:inline-block;vertical-align:top;margin:0 90px;position:absolute;top:17px;min-width:90px;max-width:100px;left:15px}.main-box .vce-link-pages a:last-child{right:15px;left:auto}.vce-single .vce-related-box .entry-content{width:auto;margin:auto}.vce-related-box .vce-lay-b{margin:0 0 20px}.vce-related-box .vce-lay-a.vce-post{margin-bottom:20px}.meta-tags a{margin-right:5px}.meta-tags a:before{content:"#"}.data-links{float:left}.vce-author-links{float:right}.vce-author-links a{text-decoration:none;font-size:20px;float:left;margin:0 5px;line-height:32px;color:#888;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.data-content .author-title{font-size:24px;line-height:32px;margin-bottom:15px;margin-top:10px;display:inline-block;vertical-align:top}.vce-format-icon{display:block;top:50%;text-align:center;position:absolute;width:100%;margin-top:-60px}.vce-lay-b .vce-format-icon,.vce-lay-c .vce-format-icon{margin-top:-40px}.vce-lay-d .vce-format-icon,.vce-lay-e .vce-format-icon,.vce-mega-menu-wrapper .vce-format-icon{margin-top:-23px}.vce-format-icon i{background:rgba(74,74,74,.5);border:5px solid #fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2);display:inline-block;border-radius:50%;z-index:1000;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-backface-visibility:hidden}.vce-lay-a .vce-format-icon i,.vce-lay-g .vce-format-icon i{height:120px;width:120px;padding:25px 0 0;line-height:61px;font-size:59px}.vce-lay-a .vce-format-icon .fa-music:before,.vce-lay-g .vce-format-icon .fa-music:before{margin:0 0 0 -11px}.vce-lay-a .vce-format-icon .fa-play:before,.vce-lay-g .vce-format-icon .fa-play:before{margin:0 0 0 12px}.vce-lay-b .vce-format-icon .fa-music:before,.vce-lay-c .vce-format-icon .fa-music:before,.vce-lay-h .vce-format-icon .fa-music:before{margin:0 0 0 -7px}.vce-lay-b .vce-format-icon .fa-play:before,.vce-lay-c .vce-format-icon .fa-play:before,.vce-lay-d .vce-format-icon .fa-play:before,.vce-lay-e .vce-format-icon .fa-play:before,.vce-lay-h .vce-format-icon .fa-play:before,.vce-mega-menu-wrapper .vce-format-icon .fa-play:before{margin:0 0 0 5px}.vce-mega-menu-wrapper img{height:auto}.vce-lay-b .vce-format-icon i,.vce-lay-c .vce-format-icon i{height:80px;width:80px;padding:18px 0 0;font-size:35px;line-height:37px}.vce-lay-d .vce-format-icon i,.vce-lay-e .vce-format-icon i,.vce-lay-h .vce-format-icon i,.vce-mega-menu-wrapper .vce-format-icon i{height:46px;width:46px;padding:10px 0 0;font-size:18px;line-height:22px;border:3px solid #fff}.pagination-wapper{width:100%;padding:0 20px;margin:20px 0}.older_entries{float:left}.newer_entries{float:right}.pagination-wapper .page-numbers{width:42px;display:inline-block}.pagination-wapper a.next,.pagination-wapper a.prev{width:100px}.vce-slider-pagination .owl-item{padding:0 2px}#vce-pagination,.vce-slider-pagination .owl-controls{text-align:center;float:left;width:100%;padding:13px 20px;margin:0 -20px}#vce-pagination,.comments-holder .navigation,.vce-slider-pagination .owl-controls{position:relative;border-top:1px solid rgba(0,0,0,.05);-webkit-box-sizing:content-box;box-sizing:content-box}.vce-slider-pagination .owl-nav{text-align:center}.vce-mega-menu-posts-wrap .owl-nav .owl-next,.vce-mega-menu-posts-wrap .owl-nav .owl-prev,.vce-slider-pagination .owl-nav .owl-next,.vce-slider-pagination .owl-nav .owl-prev{width:34px;min-width:34px;margin:0 2px;display:inline-block}.comments-holder .navigation,.vce-slider-pagination{display:block;float:left;width:100%}.comments-holder .navigation{padding:20px 0;text-align:center;margin:0}.comments-holder .navigation .page-numbers.current{color:#fff}#vce-pagination .page-numbers,.comments-holder .navigation .page-numbers{background:0 0;-webkit-box-shadow:none;box-shadow:none;min-width:34px;display:inline-block;vertical-align:top;margin:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.comments-holder .navigation .page-numbers{height:34px;width:34px;border-radius:4px;padding:3px 11px;text-decoration:none}.comments-holder .navigation .page-numbers.next,.comments-holder .navigation .page-numbers.prev{width:auto}.comments-holder a.next:before,.comments-holder a.prev:before{display:none}#vce-pagination .page-numbers:hover,.bbp-pagination-links a:hover,.comments-holder .navigation .page-numbers:hover,.vce-featured-grid .vce-featured-section span{color:#fff}#vce-pagination .next.page-numbers,#vce-pagination .prev.page-numbers{position:absolute;top:14px;min-width:90px}#vce-pagination .prev.page-numbers{left:20px}#vce-pagination .next.page-numbers{right:20px}#vce-pagination .next,#vce-pagination .prev,.vce-next a,.vce-prev a{width:100px;margin:0;float:right;display:inline-block;vertical-align:top}#vce-pagination .prev,.vce-next a,.vce-prev a{float:left}.vce-next a,.vce-prev a{float:right}.vce-prev a{float:left}.main-box .vce-link-pages a:after,.main-box .vce-link-pages a:before,.vce-next a:after,.vce-prev a:before,a.next:after,a.prev:before{font-size:18px;font-family:"FontAwesome"}.main-box .vce-link-pages a:last-child:after,.vce-next a:after,a.next:after{content:"\f105";margin-left:6px}.main-box .vce-link-pages a:before,.vce-prev a:before,a.prev:before{content:"\f104";margin-right:6px}.main-box .vce-link-pages a:last-child:before{display:none}.site-footer{width:100%;float:left;padding:0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.site-footer [class*=bit-]{margin-top:20px}.site-info{background:rgba(0,0,0,.35);padding:15px 0}.site-info p{margin-bottom:0;font-size:13px}.site-info .container{width:100%}.bottom-nav-menu li{list-style:none;position:relative;float:left;margin:0 10px 0 0;line-height:17px}.bottom-nav-menu li:last-child{margin:0}.bottom-nav-menu a{font-size:13px}.bottom-nav-menu{margin:0;padding:0}.site-info .bottom-nav-menu .sub-menu{background:rgba(0,0,0,.35);display:none;position:absolute;bottom:100%;left:0;margin:0;padding:10px}.site-info .bottom-nav-menu .sub-menu li{float:left;display:block;width:200px}.site-footer .soc-nav-menu{margin-top:-5px;float:left;margin-bottom:-13px}.site-footer .vce-wrap-center{height:auto}.owl-height{will-change:height;-webkit-transition:height .3s ease-in-out;-o-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.vce-featured-grid.owl-carousel .owl-stage{max-height:259px;overflow:hidden}.vce-featured-grid .owl-item img{height:260px;-o-object-fit:cover;object-fit:cover}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded,.owl-carousel.owl-loaded .vce-featured,.owl-carousel.owl-loaded .vce-grid-item{display:block}.vce-featured-full-slider .vce-featured,.vce-featured-grid .vce-grid-item{display:none}.owl-carousel.owl-loading,.vce-featured-full-slider.owl-carousel.owl-loading .vce-featured,.vce-featured-grid.owl-carousel.owl-loading .vce-grid-item{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-backface-visibility:hidden}.vce-grid-item .owl-carousel .owl-item img{height:433px}.gallery-columns-2 .owl-carousel .owl-item{height:260px;overflow:hidden}.vce-sid-none .gallery-columns-3 .owl-carousel .owl-item{height:250px;overflow:hidden}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.comment-form,.comments-main{float:left;width:100%;clear:both}.comment-form{padding:20px}.comment-form-author,.comment-form-email,.comment-form-url{float:left;width:33.33%;padding:0 15px 0 0}.comment-form-url{padding:0}.comment-form-comment{margin-bottom:20px}.comment-notes{font-style:italic;font-size:14px}.form-submit,.vce-featured-info .entry-content p{margin-bottom:0}.comment-list{list-style:none;padding:0;margin:0}.comment{list-style:none;float:left;width:100%}.comment .avatar{border-radius:50%;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15);border:5px solid #fff;float:left;margin:0 20px 0 0}.comment-metadata a,.fn,.fn a,.says{font-size:14px}.vce-lay-d .comment-metadata a,.vce-lay-d .fn,.vce-lay-d .fn a,.vce-lay-d .says{font-size:13px}ul.comment-list>li.comment,ul.comment-list>li.pingback{padding:20px;margin-bottom:20px;position:relative}.comment-list .comment-content p:last-child,.vce-custom-content p:last-child,ul.comment-list>li.comment:last-child,ul.comment-list>li.pingback:last-child{margin-bottom:0}ul.comment-list .pingback{float:left;width:100%}.mfp-figure figure,.pingback .comment-reply-link{margin:0}li.comment .comment-body{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.05)}li.comment .comment-body:last-child{margin-bottom:0;padding-bottom:0;border:0}ul.comment-list .fn,ul.comment-list .fn a{display:inline-block}ul.comment-list .fn,ul.comment-list .fn a,ul.comment-list .says{font-size:16px;margin:6px 0 0;line-height:24px}.comment-list .comment-edit-link:hover{text-decoration:underline}.comment-list .comment-content{display:block;clear:both;margin:0 0 20px 95px;position:relative}.comment-list .pingback .comment-content{margin:0 0 20px}.comment-body .edit-link{position:absolute;top:0;right:0}.comment-body .edit-link a{color:#333;background:#ddd;text-decoration:none;padding:2px 13px;font-size:11px;text-transform:uppercase;-webkit-box-shadow:1px -1px 2px 0 rgba(0,0,0,.1) inset;box-shadow:1px -1px 2px 0 rgba(0,0,0,.1) inset;line-height:20px;float:right}.comment-respond{z-index:1000;position:relative}.comment-content a:hover{text-decoration:underline}.comment-content p{margin-bottom:15px}.comment-reply-link{padding:2px 10px;line-height:18px;font-size:12px;border-radius:4px;text-decoration:none;margin:0 0 0 95px;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.comment-reply-link:hover{color:#fff;text-decoration:none}#respond #cancel-comment-reply-link,#respond h3 .cancel-comment-reply{display:inline-block;margin-left:10px;padding-left:10px;position:relative;border-left:1px solid #ddd;float:right;text-decoration:none}.comment-form-author label,.comment-form-comment label,.comment-form-email label,.comment-form-url label{width:100%;float:left;margin:0 0 2px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select{line-height:normal;width:100%;background:rgba(255,255,255,.2);border:1px solid rgba(0,0,0,.1);height:42px;padding:0 20px 0 10px}#comment,textarea{line-height:normal;width:100%;background:rgba(255,255,255,.2);border:1px solid rgba(0,0,0,.1)}#comment:focus,input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border:1px solid rgba(0,0,0,.2);outline:0;-webkit-box-shadow:none;box-shadow:none}#comment,textarea{height:150px;padding:10px}input[type=range]{width:100%}#comment{resize:vertical}.vce-featured-section span,ul.comment-list .says{display:none}.comment-subscription-form{margin-bottom:0;margin-top:10px}.must-log-in{padding:30px 20px 0}#wp-comment-cookies-consent{margin-right:7px;position:relative;top:2px}.vce-featured{margin:0;position:relative;display:block;height:100%;max-width:100%;overflow:hidden;max-height:500px;min-height:500px;opacity:1}.vce-featured>a img,.vce-featured>img,.vce-lay-g>a img,.vce-lay-g>img{position:absolute;top:-9999px;bottom:-9999px;left:-9999px;right:-9999px;margin:auto;z-index:1;min-width:100%;height:100%;width:auto;max-width:initial}.vce-featured>.size-vce-fa-full,.vce-featured>a .size-vce-fa-full{-o-object-fit:cover;object-fit:cover}.vce-featured .vce-featured-header{position:absolute;bottom:0;text-align:center;width:100%;padding:0;z-index:2;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vce-featured .vce-featured-info{z-index:2;position:absolute;width:790px;opacity:1}.vce-featured-info .entry-content{max-width:600px;margin:0 auto;color:#fff}.vce-featured .entry-meta{margin-bottom:3px}.vce-lay-g .vce-featured-info .entry-content{margin-top:10px}.vce-featured-header-background{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);background:#000;-webkit-backface-visibility:hidden;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.vce-featured-section a,.vce-lay-g .vce-featured-info .meta-category a,.vce-lay-h header .meta-category a{font-size:13px;line-height:23px;text-decoration:none;padding:0 10px;border-radius:4px;margin:0 2px;display:inline-block}.vce-featured .entry-meta .meta-item,.vce-featured .entry-meta .meta-item a,.vce-featured .entry-meta .reviews span,.vce-featured-grid .reviews i,.vce-featured-info .reviews i,.vce-featured-section a,.vce-grid-text .vce-featured-info .meta-item,.vce-grid-text .vce-featured-info .meta-item a,.vce-lay-g .vce-featured-info .meta-category a,.vce-lay-h .reviews i,.vce-lay-h header .meta-category a{color:#fff!important;-webkit-backface-visibility:hidden}.vce-grid-text .fn,.vce-grid-text .vce-featured-info .meta-item,.vce-grid-text .vce-featured-info .meta-item a{font-size:13px}.vce-featured-section{margin-bottom:5px;-webkit-backface-visibility:hidden}.vce-featured-link-article{line-height:1.15;color:#fff;text-decoration:none;display:block;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.vce-featured-link-article:hover,.wp-caption .wp-caption-text a:hover{text-decoration:none}.vce-featured-title{margin:0 auto 7px;-webkit-backface-visibility:hidden}.vce-featured-full-slider .owl-item img{width:auto}.vce-featured-full-slider{max-height:500px;overflow:hidden}.vce-featured-grid{margin-top:1px;display:-webkit-box;display:-ms-flexbox;display:flex}.vce-grid-item{position:relative;display:block;width:380px;-webkit-box-flex:0;-ms-flex:0 0 380px;flex:0 0 380px;overflow:hidden;-webkit-backface-visibility:hidden;opacity:1}.vce-grid-text{position:absolute;bottom:0;text-align:center;width:100%;padding:15px 0;z-index:2;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vce-grid-text .vce-featured-info{z-index:1000;position:relative}.vce-grid-text .vce-featured-info.vce-vertical-center{margin-top:15px;width:100%}.vce-featured-grid .vce-featured-link-article{line-height:1.3}.vce-featured-grid .vce-featured-section a{font-size:13px;line-height:23px;position:relative;z-index:2000}.vce-featured-grid .vce-featured-section{margin-bottom:5px}.vce-featured-grid .vce-featured-title{padding:0 30px;line-height:14px;margin:0 auto}.vce-featured-grid .owl-controls .owl-next,.vce-featured-grid .owl-controls .owl-prev,.vce-post-slider .owl-controls .owl-next,.vce-post-slider .owl-controls .owl-prev{opacity:0;-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.vce-featured-grid:hover .owl-next,.vce-featured-grid:hover .owl-prev,.vce-post-slider:hover .owl-next,.vce-post-slider:hover .owl-prev{opacity:.4;filter:alpha(opacity=40)}.vce-featured-grid .owl-next,.vce-featured-grid .owl-prev,.vce-post-slider .owl-next,.vce-post-slider .owl-prev{position:absolute;top:0;background:#fff;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear;height:100%;width:50px;text-align:center;font-size:32px}.vce-featured-grid .vce-featured-link-article,.vce-featured-grid .vce-featured-section,.vce-featured-grid .vce-featured-section a,.vce-featured-grid .vce-featured-title{-webkit-backface-visibility:visible}.vce-featured-grid i,.vce-post-slider i{position:absolute;top:50%;margin-top:-16px}.vce-featured-grid i.fa-angle-left,.vce-post-slider i.fa-angle-left{left:19px}.vce-featured-grid i.fa-angle-right,.vce-post-slider i.fa-angle-right{right:19px}.vce-featured-grid .owl-next:hover,.vce-featured-grid .owl-prev:hover,.vce-post-slider .owl-next:hover,.vce-post-slider .owl-prev:hover{opacity:.6;filter:alpha(opacity=60)}.vce-featured-grid .owl-prev,.vce-post-slider .owl-prev{left:0}.vce-featured-grid .owl-next,.vce-post-slider .owl-next{right:0}.vce-featured-grid-big .vce-grid-item{width:634px;-webkit-box-flex:0;-ms-flex:0 0 634px;flex:0 0 634px}.vce-featured-grid-big.vce-featured-grid.owl-carousel .owl-stage{max-height:432px;overflow:hidden}.vce-featured-grid-big.vce-featured-grid,.vce-featured-grid-big.vce-featured-grid .owl-item img{height:433px}.vce-featured-grid-big.vce-featured-grid{overflow:hidden}.vce-featured-grid-big .vce-grid-text .vce-featured-info{margin-top:0;position:absolute;width:100%;padding:0 40px}.vce-featured-grid-big.vce-featured-grid .vce-featured-link-article{line-height:1.18;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.vce-featured-grid-big .vce-grid-text .vce-featured-info .meta-item{font-size:14px;line-height:18px}.vce-featured-full-slider .owl-nav .owl-next,.vce-featured-full-slider .owl-nav .owl-prev{position:absolute;top:50%;background:#fff;opacity:.5;z-index:1000;display:block;width:50px;height:80px;outline:0;text-align:left;cursor:pointer;margin-top:-40px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.vce-featured-full-slider .owl-nav .owl-prev{left:0}.vce-featured-full-slider .owl-nav .owl-next{right:0}.vce-featured-full-slider .owl-nav i{position:relative;display:block;width:100%;height:100%;font-size:50px;text-align:center;padding-top:15px}.vce-featured-full-slider .owl-nav .owl-prev i:before{margin-left:-7px}.vce-featured-full-slider .owl-nav .owl-next i:before{margin-right:-7px}.vce-hover-effect{width:790px;margin:0 auto;position:relative;padding:20px 30px}.wp-caption{max-width:100%;padding:0;text-align:center}.wp-caption img{margin:0;padding:0;border:0;height:auto}.entry-content .wp-caption img{width:100%}.wp-block-image figcaption,.wp-caption .wp-caption-text{margin:0;padding:5px;font-size:14px;font-style:italic;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15)}.wp-caption .wp-caption-text a{text-decoration:underline}.wp-smiley{max-height:13px;margin:0}.vce-photo-caption{position:absolute;bottom:0;right:0;width:auto;padding:5px 12px;background:rgba(0,0,0,.15);color:#fff;font-size:14px;text-align:right;font-style:italic;text-shadow:1px 1px 3px rgba(0,0,0,.7);max-width:40%;line-height:22px;z-index:2}.meta-media .wp-playlist{width:80%;margin:15px auto;border:0}.meta-media .wp-playlist-item{padding:5px}.wp-video{width:100%!important;background:#000;margin-bottom:30px}.entry-content .wp-video{background:0 0;margin-bottom:0}.wp-audio-shortcode{min-height:100px}.entry-content .wp-audio-shortcode{margin-bottom:30px}.mejs-controls button{min-width:initial}.vce-main-content .mejs-container .mejs-controls,.vce-main-content .mejs-controls .mejs-volume-button .mejs-volume-slider{background:rgba(0,0,0,.5)}.vce-main-content .mejs-controls .mejs-button button:focus{outline:0}.vce-main-content .mejs-container .mejs-controls{height:100px}.vce-main-content .mejs-container .mejs-controls>div,.vce-main-content .mejs-container .mejs-horizontal-volume-slider{margin-top:35px}.vce-main-content .mejs-container .mejs-controls>div:first-child{margin-left:30px}.vce-main-content .mejs-container .mejs-controls>div:last-child{margin-right:30px}.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222;height:100px!important}.mfp-bg{z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-container,.mfp-wrap{width:100%;height:100%;left:0;top:0}.mfp-wrap{z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before,.mfp-content{display:inline-block;vertical-align:middle}.mfp-container:before{content:'';height:100%}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-zoom-out-cur #sticky_header{z-index:100;-webkit-backface-visibility:hidden;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%)}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-b{top:0}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{display:block;width:auto;height:auto}img.mfp-img{-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:.001;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}#back-top:hover i,.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content,.wp-block-video video,img.mfp-img{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.vce-featured-grid .owl-item img{-webkit-transition:-webkit-transform .2s ease 0s;-o-transition:-o-transform .2s ease 0s;-o-transition:transform .2s ease 0s;transition:transform .2s ease 0s;transition:transform .2s ease 0s,-webkit-transform .2s ease 0s}.vce-featured a img,.vce-featured-full-slider .owl-item.active img{-webkit-transition:-webkit-transform 15s ease-in-out 0s;-o-transition:-o-transform 15s ease-in-out 0s;-o-transition:transform 15s ease-in-out 0s;transition:transform 15s ease-in-out 0s;transition:transform 15s ease-in-out 0s,-webkit-transform 15s ease-in-out 0s}.vce-featured-full-slider .owl-item.active img,.vce-featured:hover a img{-webkit-transform:translateX(-15px) translateY(13px) scale(1.1);-ms-transform:translateX(-15px) translateY(13px) scale(1.1);transform:translateX(-15px) translateY(13px) scale(1.1)}.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background{opacity:.8}.img-wrp img,.mega-menu-img img,.meta-image img,.vce-gallery .gallery-item img,.vce-gallery-big img,.vce-lay-g img,.vce-post img,.vce-post-img img,.wp-block-gallery .blocks-gallery-item img{-webkit-transition:-webkit-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;will-change:transform}.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background,.vce-post-big .vce-post-img:after{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.vce-lay-a.vce-post .meta-image:hover a img,.vce-lay-g .meta-image:hover a img{-webkit-transform:none;-ms-transform:none;transform:none}.vce-post-big .vce-post-img img{width:100%}.vce-share-bar,.vce-share-items{padding:0;width:100%;text-align:center}.vce-share-bar{display:block;max-width:100%;margin:0 auto 10px;float:none}.vce-share-items{list-style:none;margin:0;display:inline-block}body .vce-share-items .meks_ess{margin-right:0 -4px 0 0}.vce-share-items a{display:inline-block;margin-right:5px;margin-top:5px}.mks_separator{border-bottom-color:rgba(0,0,0,.05)!important}.mks_button.rounded,.mks_dropcap.mks_dropcap_rounded,.mks_ico.rounded,.mks_progress_level,.mks_pullquote,a.mks_button{border-radius:4px}a.mks_button.mks_button_small{padding:5px 10px;min-width:100px;text-align:center}a.mks_button.mks_button_large,a.mks_button.mks_button_medium{padding:10px 30px;min-width:100px;text-align:center}a.mks_button.mks_button_large{padding:20px 40px}.mks_tabs.horizontal .mks_tab_nav_item{border-color:rgba(0,0,0,.1);border-radius:4px 4px 0 0;background:rgba(0,0,0,.05)}.mks_tabs.horizontal .mks_tab_nav_item.active{background:rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.5)}.mks_tabs.horizontal .mks_tab_item{border-color:rgba(0,0,0,.1);border-radius:0 4px 4px 4px}.mks_tabs.vertical .mks_tab_nav_item{border-color:rgba(0,0,0,.1);border-radius:4px 0 0 4px;background:rgba(0,0,0,.05)}.mks_tabs.vertical .mks_tab_nav_item.active{background:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.mks_tabs.vertical .mks_tab_item{border-color:rgba(0,0,0,.1);border-radius:0 4px 4px 4px}.mks_accordion{border-radius:0 0 4px 4px}.mks_accordion,.mks_toggle{border-bottom:1px solid rgba(0,0,0,.1)}.mks_accordion_item,.mks_toggle{border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1)}.mks_accordion_content,.mks_toggle_content{border-top:1px solid rgba(0,0,0,.1);background:0 0}.mks_accordion_item:nth-child(1){border-radius:4px 4px 0 0}.mks_toggle,body .vce-share-items .meks_ess.rounded a{border-radius:4px}.mks_col:after{content:"";clear:both;display:table}.mks_accordion_item:last-child,.mks_toggle_active .mks_toggle_content{border-radius:0 0 4px 4px;display:inline-block;vertical-align:top;margin:0 5px 0 0;width:100%}body .vce-share-items .meks_ess a{font-size:18px}body .vce-share-items .meks_ess.rounded.no-labels a{border-radius:4px;min-width:50px;height:40px;text-align:center;color:#fff;text-decoration:none}body .vce-share-items .meks_ess.rectangle.no-labels a{min-width:50px}.no-modules-msg{text-align:center;margin-bottom:20px}#back-top{position:fixed;right:20px;bottom:0;z-index:1041;width:40px;height:40px;background:0 0;text-indent:0;-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;color:#e8e8e8;font-size:32px;line-height:26px;padding:4px 0 0;text-align:center;border-radius:5px 5px 0 0;display:none}#back-top:hover{text-decoration:none}#back-top i{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;opacity:.7}.twitter-tweet{margin:0 auto!important}.fb_iframe_widget{text-align:center;width:100%!important;margin-bottom:30px}.archive .main-box-title{-webkit-box-shadow:none;box-shadow:none}.main-box-subtitle{width:600px;margin:-5px auto 0;font-size:14px;line-height:22px;display:block;text-align:center;padding-bottom:18px}.main-box-subtitle p,.mks-bredcrumbs-container p,.vce-author-card p{margin-bottom:0}.vce-responsive-nav{display:none;font-size:32px;line-height:26px;float:left;position:relative;z-index:5000;cursor:pointer}.vce-menu-parent{content:"\f107";display:inline-block;font-size:16px;line-height:48px;font-family:'FontAwesome';position:absolute;right:0;top:0;border-left:1px solid rgba(0,0,0,.1);border-radius:0}.vce-menu-parent:hover{cursor:pointer}.vce-404-menu{list-style:none;margin:0;padding:0}.vce-404-menu li{float:left;margin-right:10px}.error404 .entry-title{width:auto}.sidr{display:none;z-index:999999;position:fixed;top:0;width:260px;height:100%;overflow-x:none;overflow-y:auto;font-size:15px}body.sidr-main-open{top:0}.sidr .sidr-inner{padding:0 0 15px}.sidr.right{right:-260px;left:auto}.sidr.left{right:auto;left:-260px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.4);box-shadow:0 0 15px 0 rgba(0,0,0,.4)}.sidr ul{display:block;margin:0 0 15px;padding:0}.sidr ul li{display:block;margin:0;line-height:48px;position:relative;border-bottom:1px solid rgba(0,0,0,.1)}.sidr-class-sub-menu{border-top:1px solid rgba(0,0,0,.1)}.sidr ul li a,.sidr ul li span{display:block;padding:0 15px;text-decoration:none}.sidr ul li span{padding:0 20px;line-height:48px}.sidr ul li ul{margin:0;border-bottom:none}.sidr ul li ul li a{padding-left:30px}.sidr form{margin:9px 15px}#wpstats,.sidr .sidr-class-sub-menu{display:none}.sidr input[type=text]{border:0;-webkit-appearance:none}#disqus_thread{padding:20px}.wpcf7-submit:hover{cursor:pointer}.wpcf7-form-control-wrap{width:100%}.s2_form_widget input[type=submit]{min-width:120px}.vce-author-card{margin-bottom:20px;float:left;width:100%}.vce-author-card .data-image{margin:10px 20px 20px}.vce-author-card .data-content{padding-right:20px;margin:0 0 20px 155px}.vce-author-card .data-content .author-title{margin-top:15px}.vce-custom-content{margin-top:30px}.vce-custom-content.vce-post{padding:20px}.vce-content-bottom .vce-custom-content{margin-top:0;margin-bottom:30px}body.safari.iphone.sidr-main-open{position:fixed!important;z-index:0;top:0;-webkit-overflow-scrolling:touch}.wp-review-total-star [class*=" mts-icon-"]:before,.wp-review-total-star [class^=mts-icon-]:before{margin-left:0}.mks-bredcrumbs-container{margin-top:30px;padding:10px 20px;font-size:14px;clear:both}div.wpcf7-response-output{margin:0;padding:10px 20px;border:0;font-size:14px;border-radius:4px}.error,div.wpcf7-validation-errors{background:#e74c3c;color:#fff}.success,div.wpcf7-mail-sent-ok{background:#27ae60;color:#fff}.error,.success{padding:10px 20px;display:block;margin:0;border-radius:4px;float:left;width:100%}span.wpcf7-not-valid-tip{display:none;border:0;padding:5px 10px;background:#f1c40f;color:#fff;top:0;left:auto;right:0}input[type=email].wpcf7-not-valid,input[type=number].wpcf7-not-valid,input[type=password].wpcf7-not-valid,input[type=tel].wpcf7-not-valid,input[type=text].wpcf7-not-valid,input[type=url].wpcf7-not-valid,textarea.wpcf7-not-valid{border-color:#f1c40f}@media screen and (min-width:0\0){.nav-menu .menu-item-has-children a,.nav-menu .vce-mega-cat a{padding-right:20px}.nav-menu .menu-item-has-children a:after{position:absolute;right:7px;top:10}.nav-menu .vce-mega-cat a:after,.nav-menu .vce-mega-menu a:after{position:static;float:right;margin:0 -15px 0 0}body .nav-menu .vce-mega-cat,body .nav-menu .vce-mega-menu{position:static}}.ie9 .nav-menu .menu-item-has-children a,.ie9 .nav-menu .vce-mega-cat a{padding-right:20px}.ie9 .nav-menu .menu-item-has-children a:after{position:absolute;right:7px;top:10px}.ie9 .nav-menu .vce-mega-cat a:after{position:static;float:right;margin:0 -15px 0 0}.ie .header-sticky .main-navigation a{padding:15px 20px 15px 10px}.ie8 .vce-lay-c .meta-image,.ie9 .vce-lay-c .meta-image{width:100%}.ie9 .vce-lay-g .vce-featured-header{padding-bottom:0}.ie9 .vce-lay-g .vce-featured-header .entry-meta{margin-bottom:20px}.ie8 .header-sticky,.ie9 .header-sticky,.wp-block-pullquote blockquote:before{display:none}.ie8 .header-sticky.header-is-sticky,.ie9 .header-sticky.header-is-sticky{display:block}.ie8 .vce-mega-menu-wrapper{width:1100px;left:-500px}.ie9 .vce-mega-menu-wrapper{width:1150px;left:0}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.nav-menu .vce-mega-menu-wrapper>li.vce-mega-subcats ul{left:auto}.nav-menu .vce-mega-menu-wrapper>li.vce-mega-menu-posts-wrap{float:right}}.entry-meta .percentage-icon{top:0;font-size:inherit}.meta-item .review-total-star{margin:0;float:none}.meta-item .review-total-star i{font-size:14px}.review-list li span{font-size:12px}.review-percentage .review-result-wrapper,.review-point .review-result-wrapper{border-radius:4px;overflow:hidden}.entry-content .review-total-wrapper span.review-total-box{padding:15px 0 0}.vce-featured-grid .reviews i{position:relative;top:auto;margin-top:0;font-size:13px}.vce-ad-container{margin:30px auto;display:block;clear:both;width:728px;position:relative;max-width:100%}.vce-ad-above-footer{margin-top:0}.vce-ad-below-header{margin-bottom:0}@media only screen and (max-width:1200px) and (min-width:1024px){.vce-ad-container{width:630px}.vce-ad-above-footer,.vce-ad-below-header{width:728px}}@media only screen and (max-width:1023px){.vce-ad-above-footer,.vce-ad-below-header,.vce-ad-container{width:728px}ul.sidr-class-soc-nav-menu li{display:inline-block}}@media (max-width:767px){.vce-ad-container{width:375px}}@media (max-width:400px){.vce-ad-container{width:300px}}@media (max-width:320px){.vce-ad-container{width:280px;max-width:100%}}_:-o-prefocus,body .nav-menu .vce-mega-cat,body .nav-menu .vce-mega-menu{position:static}:root .main-navigation ul ul,_::-moz-svg-foreign-content{opacity:1}:root .nav-menu>li>.sub-menu .sub-menu.vce-rev,_:-ms-input-placeholder{left:initial;right:auto}.vce-featured .vce-info-opacity,.vce-featured-opacity{opacity:1}.vce-lay-g .entry-meta-count{text-align:center;color:#fff;margin-top:-5px;margin-bottom:5px}.vce-lay-c .entry-header,.vce-lay-c .meta-image{float:none}.vce-lay-c .entry-meta-count,.vce-lay-e .entry-meta-count{text-align:center;font-size:15px;margin-top:-10px;margin-bottom:3px}.vce-lay-e .entry-meta-count{margin-top:-13px;margin-bottom:4px}.wp-block-separator{max-width:200px;border-bottom-width:0;margin-top:30px;clear:both}.wp-block-separator.is-style-wide{max-width:100%;border-bottom-width:0}.wp-block-preformatted{white-space:nowrap;overflow:auto}.vce-main-content .wp-block-quote.is-large,.vce-main-content .wp-block-quote.is-style-large{margin-left:37px;padding:0}.vce-main-content .wp-block-quote.is-style-large p,.vce-main-content.wp-block-quote.is-large p{font-style:normal;line-height:1.4;font-size:3rem}.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer{font-size:1.6rem}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-gallery.aligncenter,.wp-block-gallery.alignnone{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image h2{position:relative;z-index:2}.wp-block-cover-image.aligncenter{margin:0 0 1.5em;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-cover{margin-bottom:2rem}.wp-block-gallery{margin-left:0;margin-right:0}.wp-block-gallery .blocks-gallery-item{overflow:hidden}.wp-block-gallery.owl-carousel .blocks-gallery-item,.wp-block-pullquote blockquote{margin:0}.wp-block-gallery.alignleft{margin-right:30px}.wp-block-gallery.alignright{margin-left:30px}.wp-block-pullquote{padding:30px 50px;border-bottom:2px solid;border-top:2px solid}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:initial;margin-right:initial;text-align:center;max-width:100%}.wp-block-pullquote p,.wp-block-pullquote.is-style-solid-color blockquote p{font-size:22px;line-height:36px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,.wp-block-pullquote.alignright p,.wp-block-pullquote.alignright.is-style-solid-color blockquote p{font-size:18px;line-height:32px;text-align:left}.wp-block-pullquote.alignleft.is-style-solid-color blockquote,.wp-block-pullquote.alignright.is-style-solid-color blockquote,.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{text-align:left}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{padding:30px 35px 35px;margin-top:8px}.wp-block-audio.aligncenter,.wp-block-pullquote.aligncenter{text-align:center}.wp-block-pullquote.aligncenter:before{left:50%;margin-left:-11px}.wp-block-pullquote.aligncenter{padding:40px 80px}.wp-block-pullquote.alignleft{text-align:left;margin-right:30px;margin-bottom:10px}.wp-block-pullquote.alignright{text-align:left;margin-left:30px;margin-bottom:10px}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:280px}.wp-block-pullquote.alignright:before{left:auto;right:-35px}blockquote.alignright:after{margin-left:auto}.wp-block-pullquote cite,.wp-block-quote cite{font-size:80%;font-style:normal}.wp-block-pullquote p,.wp-block-pullquote.is-style-solid-color blockquote p,.wp-block-quote p{margin-bottom:15px}.entry-content .wp-block-categories ul,.entry-content .wp-block-latest-posts,.entry-content .wp-block-latest-posts.is-grid{padding:0;list-style:outside;margin-left:20px}p.wp-block-subhead{font-style:normal;opacity:1;line-height:1.35}p.has-drop-cap:not(:focus)::first-letter{font-size:12.5rem;margin:.085em .085em 0 0}.wp-block-button__link{font-size:14px;line-height:22px;text-align:center;display:inline-block;width:auto;padding:5px 20px;text-decoration:none;border:0;min-width:90px;background-position:center center;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-appearance:none;border-radius:4px}.is-style-outline .wp-block-button__link:hover{border-color:inherit;background:0 0;opacity:.7}.wp-block-button__link:hover{background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%)}.is-style-outline .wp-block-button__link{border:1px solid}.entry-content .wp-block-button__link:hover{text-decoration:none}.wp-block-categories-list{list-style:inside}.wp-block-image .alignleft{margin-right:20px}.wp-block-image .alignright{margin-left:20px}blockquote p+cite{display:block;opacity:.5}.wp-block-table.is-style-stripes{border:0}.alignnone,.entry-content .fluid-width-video-wrapper,.entry-content .wp-block-quote,.gallery.gallery-columns-1,.wp-audio-shortcode,.wp-block-audio,.wp-block-categories,.wp-block-column,.wp-block-embed,.wp-block-image,.wp-block-media-text,.wp-block-pullquote,.wp-block-search,.wp-block-separator,.wp-block-table,.wp-block-video{margin-bottom:30px}@media (min-width:600px){.wp-block-column:nth-child(odd){margin-right:15px}.wp-block-column:nth-child(even){margin-left:15px}.wp-block-column:not(:first-child){margin-left:15px}.wp-block-column:not(:last-child){margin-right:15px}}.wp-block-column p:only-of-type{margin-bottom:0}@media (max-width:782px){.wp-block-columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:660px){.wp-block-columns{-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-block-columns .wp-block-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0!important;margin-right:0!important}.alignnone,.entry-content .fluid-width-video-wrapper,.entry-content .wp-block-quote,.gallery.gallery-columns-1,.wp-audio-shortcode,.wp-block-audio,.wp-block-categories,.wp-block-column,.wp-block-embed,.wp-block-image,.wp-block-media-text,.wp-block-pullquote,.wp-block-search,.wp-block-separator,.wp-block-table,.wp-block-video{margin-bottom:20px}.wp-block-gallery{margin-bottom:4px}}.wp-block-latest-comments{margin-left:0}.wp-block-archives,.wp-block-categories{list-style:disc inside;margin-left:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.has-huge-font-size,.has-large-font-size,.has-medium-font-size,.has-small-font-size{line-height:1.4}.wp-block-latest-comments__comment-excerpt p{font-size:16px}.wp-block-tag-cloud a{font-size:16px!important}.wp-block-tag-cloud a:before{content:"#"}.wp-block-audio audio{min-width:270px}ul.wp-block-rss{list-style:none;padding:0;margin-left:0}ul.wp-block-rss li{margin-bottom:20px}.wp-block-calendar table{border:0;border-collapse:collapse}.vce-sid-none .alignwide{max-width:140%;margin-left:-20%;width:140%}@media only screen and (min-width:1024px) and (max-width:1200px){.container{max-width:1000px}.vce-main-content{width:700px}.vce-featured{max-height:400px;min-height:400px}.main-navigation ul ul{display:none}.main-navigation ul li:hover ul{display:block}.top-header{overflow:hidden}.header-sticky .main-navigation a{padding:15px 10px}.main-navigation a{padding:15px 9px}.search-header-wrap a{padding:15px}.vce-lay-a .entry-content,h1.entry-title{width:540px}.vce-lay-a .entry-title{max-width:540px}.vce-lay-b{width:100%;min-height:155px}.vce-sid-left .vce-lay-b .meta-image,.vce-sid-right .vce-lay-b .meta-image{min-height:initial;width:300px;min-width:initial}.vce-lay-b img{max-height:initial;width:100%}body .vce-lay-b .entry-title{line-height:28px;font-size:22px}.vce-sid-none .vce-lay-b{width:470px}.vce-sid-none .vce-lay-c,.vce-sid-none .vce-lay-d,.vce-sid-none .vce-lay-f{width:306px}.vce-lay-c,.vce-lay-h,.vce-sid-none .vce-lay-h{width:305px}.vce-lay-h .img-wrap,.vce-sid-none .vce-lay-h .img-wrap{height:220px}body .main-box-inside .vce-lay-h .entry-title{font-size:18px;line-height:1.4em}.vce-next-link,.vce-prev-link{width:304px}.vce-lay-d{min-height:76px}.vce-lay-d img{max-width:120px;min-height:initial}.vce-lay-d .entry-header{padding:0}body .vce-lay-d .entry-title{font-size:13px;line-height:17px}body .vce-lay-d .entry-meta div,body .vce-lay-d .entry-meta div a,body .vce-lay-d .meta-category a{font-size:12px;line-height:16px}.vce-sid-left .vce-lay-e,.vce-sid-right .vce-lay-e{max-width:110px;min-height:initial;max-height:initial}body .vce-lay-e .entry-title{font-size:13px;line-height:18px;padding:5px 5px 10px}.vce-lay-d,.vce-lay-f{width:305px}.vce-module-columns .main-box-half{width:325px}.vce-sid-none .vce-module-columns .main-box-half{width:32%;margin-right:2%}.vce-sid-none .main-box-half:nth-child(3n){margin-right:0}.vce-slider-pagination .vce-lay-a,.vce-slider-pagination .vce-lay-b{width:100%}.vce-sid-left .vce-slider-pagination .vce-lay-c,.vce-sid-left .vce-slider-pagination .vce-lay-d,.vce-sid-right .vce-slider-pagination .vce-lay-c,.vce-sid-right .vce-slider-pagination .vce-lay-d{width:301px}.vce-sid-left .vce-slider-pagination .vce-lay-e,.vce-sid-right .vce-slider-pagination .vce-lay-e{width:138px}.vce-sid-left .vce-slider-pagination .vce-lay-g,.vce-sid-right .vce-slider-pagination .vce-lay-g{width:630px}.nav-menu .vce-mega-menu-wrapper>li .mega-menu-img{height:90px}.nav-menu .vce-mega-menu-wrapper{min-height:230px}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{max-width:300px}.vce-wrap-center .top-nav-menu li{margin:0 5px 0 0}.container-fix{margin:0 -5px}[class*=bit-]{padding:10px}.entry-title{display:block}.vce-slider-pagination .vce-lay-a .meta-image{max-height:450px}.main-box .vce-link-pages a{margin:0 20px}.vce-page .entry-content,.vce-single .entry-content,.vce-single .entry-footer,.vce-single .entry-headline{max-width:630px}.vce-lay-b .entry-content{margin-left:0}.error404 .entry-content,.vce-sid-none .vce-page .entry-content,.vce-sid-none .vce-page .entry-title-page{max-width:100%;padding-left:20px;padding-right:20px}.main-navigation li{pointer-events:auto}.site-footer .vce-post-list .vce-posts-wrap{width:55%!important}}@media only screen and (max-width:1200px){body .vce-featured-grid-big.vce-featured-grid .vce-featured-link-article{font-size:24px!important;line-height:30px}}@media only screen and (min-width:1024px) and (max-width:1088px){.vce-grid-item{width:341px}}@media only screen and (min-width:670px) and (max-width:1023px){.vce-module-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.vce-featured{max-height:300px;min-height:300px}.vce-featured-link-article{font-size:36px!important;line-height:46px}.header-sticky .main-navigation a{padding:15px 10px}.vce-sid-left .vce-lay-b .meta-image,.vce-sid-right .vce-lay-b .meta-image{min-height:165px;max-height:195px;max-width:383px;min-width:100px}.vce-lay-b{min-height:165px}.vce-lay-b img{max-height:165px;width:auto}.vce-sid-left .vce-lay-c,.vce-sid-right .vce-lay-c{width:48.5%;margin:0 3% 20px 0}.vce-next-link,.vce-prev-link{width:48%}.prev-next-nav>div:last-child{margin-right:0}.vce-sid-left article.vce-lay-c:nth-of-type(n),.vce-sid-left article.vce-lay-e:nth-of-type(n),.vce-sid-none article.vce-lay-c:nth-of-type(n),.vce-sid-none article.vce-lay-e:nth-of-type(n),.vce-sid-none article.vce-lay-h:nth-of-type(n),.vce-sid-right article.vce-lay-c:nth-of-type(n),.vce-sid-right article.vce-lay-e:nth-of-type(n){margin:0 3% 20px 0}.vce-sid-left article.vce-lay-c:nth-of-type(2n),.vce-sid-left article.vce-lay-e:nth-of-type(5n),.vce-sid-none article.vce-lay-c:nth-of-type(3n),.vce-sid-none article.vce-lay-e:nth-of-type(7n),.vce-sid-right article.vce-lay-c:nth-of-type(2n),.vce-sid-right article.vce-lay-e:nth-of-type(5n){margin:0 0 20px}.vce-sid-left article.vce-lay-d:nth-of-type(3n),.vce-sid-left article.vce-lay-d:nth-of-type(n) .vce-sid-none article.vce-lay-d:nth-of-type(3n),.vce-sid-right article.vce-lay-d:nth-of-type(3n),.vce-sid-right article.vce-lay-d:nth-of-type(n){margin:0 3% 20px 0!important}.vce-sid-left article.vce-lay-d:nth-of-type(2n),.vce-sid-none article.vce-lay-d,.vce-sid-right article.vce-lay-d:nth-of-type(2n){margin:0 0 20px!important}.vce-sid-left .vce-lay-f,.vce-sid-right .vce-lay-f{margin:0 3% 0 0}.vce-sid-left .main-box-half .vce-post,.vce-sid-left .vce-lay-e img,.vce-sid-right .main-box-half .vce-post,.vce-sid-right .vce-lay-e img{width:100%}.vce-lay-c .meta-image{width:100%;text-align:center;height:auto}.vce-lay-c img{width:100%;height:auto;max-height:initial}.vce-sid-left .vce-lay-d,.vce-sid-right .vce-lay-d{width:48.5%;min-height:76px;margin:0 3% 20px 0}body .vce-lay-d .entry-title{font-size:14px;line-height:18px;max-width:400px}.vce-lay-d .meta-category{margin-top:8px}.vce-loop-wrap .vce-lay-d{padding:0}.vce-lay-d+.vce-loop-wrap .vce-lay-d .meta-image,.vce-sid-none .vce-loop-wrap .vce-lay-d .meta-image{margin-right:15px;height:100%;width:auto}.vce-lay-d+.vce-loop-wrap .vce-lay-d .meta-image img,.vce-sid-none .vce-loop-wrap .vce-lay-d .meta-image img{max-width:135px}.vce-lay-d+.vce-loop-wrap .vce-lay-d .entry-header,.vce-sid-none .vce-loop-wrap .vce-lay-d .entry-header{clear:none;width:auto}.vce-sid-left .vce-lay-e,.vce-sid-right .vce-lay-e{width:17.4%}.vce-sid-none .vce-lay-e{width:17.2%}.vce-lay-f,.vce-module-columns .main-box-half{width:48.5%}.vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),.vce-sid-right .vce-module-columns .main-box-half:nth-child(2n){margin-left:3%}.vce-sid-none .vce-lay-c,.vce-sid-none .vce-lay-d,.vce-sid-none .vce-lay-f{width:100%;margin:0 0 20px!important}.vce-sid-none .vce-module-columns .main-box-half{width:100%;margin-right:0}.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c{margin-right:0!important;width:100%;float:left;min-height:130px;margin:0 20px 20px 0;padding:0 20px 0 0}.nav-menu .vce-mega-menu-wrapper>li .mega-menu-img{height:90px}.nav-menu .vce-mega-menu-wrapper{min-height:230px}.vce-header-ads{margin:0 auto;float:left;display:block;clear:both;width:100%}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{max-width:300px}.header-3-wrapper .nav-menu>li>a{padding:0 15px}.vce-wrap-center .top-nav-menu li{margin:0 5px 0 0}.container-fix{margin:0 -10px}[class*=bit-]{padding:10px}.vce-grid-item{width:100%}.vce-featured-grid .owl-item img{min-height:initial}.vce-lay-h{float:none;display:inline-block;vertical-align:top;margin-left:20px}h1.entry-title{width:540px}.entry-title{display:block}body .vce-featured-grid .vce-featured-link-article{font-size:18px!important;line-height:22px}.vce-featured-grid .vce-featured-title{padding:0 30px}.vce-lay-c .entry-title{padding:0 40px}.vce-sid-left .vce-slider-pagination .vce-lay-c,.vce-sid-right .vce-slider-pagination .vce-lay-c,.vce-slider-pagination .vce-lay-a{width:100%;margin:0 0 20px}.vce-sid-left .vce-slider-pagination .vce-lay-g,.vce-sid-right .vce-slider-pagination .vce-lay-g{width:auto}.vce-sid-left .vce-slider-pagination .vce-lay-d,.vce-sid-right .vce-slider-pagination .vce-lay-d{width:100%}.vce-gallery-big{height:200px}.vce-post-slider .vce-posts-wrap{padding:0 40px}.vce-post-link{font-size:18px;line-height:24px}.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .meta-image{width:250px;min-width:250px;margin-right:15px;float:left;height:100%;margin-bottom:0;max-height:155px}.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .meta-image img{height:100%;-o-object-fit:cover;object-fit:cover}.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .entry-header{padding:10px 0 0 265px;margin:0 0 5px}.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .entry-content,.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .entry-meta,.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .meta-category{text-align:left}.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .entry-title{padding:0;text-align:left}.vce-sid-none .main-box-half .main-box-inside>.vce-lay-c .entry-content{padding-left:265px}}@media only screen and (max-width:1023px){.container{max-width:90%}.vce-main-content{width:100%;padding:15px 0!important}.main-navigation ul ul{display:none}.vce-res-nav{float:left;position:absolute;left:0}.vce-sid-none .vce-lay-b{width:100%}body .vce-lay-e .entry-title{font-size:13px;line-height:18px;padding:10px}.header-1-wrapper,.header-2-wrapper,.header-3-wrapper{height:50px!important;padding-top:0!important;text-align:center}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{position:relative;float:none;top:0!important;left:initial!important;text-align:center;max-width:initial;padding:3px 0 7px}.site-branding{padding:4px 0 7px;display:inline-block}.site-branding img{max-width:120px;max-height:28px}.header-sticky .site-title{float:none;display:inline-block;padding:0}.header-sticky .vce-responsive-nav{position:absolute;left:0}.header-sticky{text-align:center}.main-header .header-2-wrapper .site-title,.main-header .header-2-wrapper .site-title a.has-logo,.main-header .header-3-wrapper .site-title,.main-header .header-3-wrapper .site-title a.has-logo{line-height:40px!important;font-size:26px!important}.nav-menu .vce-mega-menu>.sub-menu>li{display:block;padding:0;text-align:left}.nav-menu .vce-mega-menu .sub-menu a{padding:10px 10px 10px 20px}.nav-menu .vce-mega-menu .sub-menu .sub-menu,.nav-menu .vce-mega-menu .sub-menu .sub-menu li{padding:0}.sidebar{margin:0 auto 20px;float:none!important;display:block;clear:both;padding-top:0!important;width:100%;max-width:300px}#mc_embed_signup,h1.entry-title{max-width:100%}.vce-responsive-nav{display:block;margin:10px 0 9px}#vce-pagination .page-numbers,.mm-list li a.search_header,.nav-menu,.nav-menu .vce-mega-menu-wrapper,.site-description,.top-header{display:none}.main-header .site-title,.main-header .site-title a{line-height:36px!important;font-size:40px!important}.main-header .header-1-wrapper .site-title{line-height:36px!important}.main-header .header-2-wrapper .site-title a{line-height:45px!important}.admin-bar .header-sticky{top:0}.gallery-item:hover img,.img-wrp:hover img,.mega-menu-img:hover img,.meta-image:hover a img,.vce-featured-grid .owl-item:hover img,.vce-gallery-big:hover img,.vce-post-img:hover img,.vce_posts_widget .vce-post-big li:hover img{-webkit-transform:none;-ms-transform:none;transform:none}.comment-list .comment-content{width:100%;margin:0 0 20px 20px}footer.comment-meta{margin-bottom:20px}.comment-reply-link{margin:0 0 0 10px}li>ol,li>ul{margin:0}.vce-lay-b,.vce-sid-left .vce-slider-pagination .vce-lay-e,.vce-sid-right .vce-slider-pagination .vce-lay-e{width:100%}body .vce-lay-a .entry-title,body .vce-lay-a .entry-title a{line-height:1.4;font-size:26px}.vce-slider-a .owl-item,.vce-slider-b .owl-item{padding:0 2px}.vce-sid-left .vce-lay-b .meta-image,.vce-sid-right .vce-lay-b .meta-image{min-height:initial;width:300px;min-width:initial}.vce-lay-b{min-height:155px}.vce-lay-b img{max-height:initial;width:100%}body .vce-lay-b .entry-title{line-height:28px;font-size:22px}.site-footer .widget,.vce-blank-module p{margin-bottom:20px}.site-footer [class*=bit-]{max-width:360px;width:100%;clear:both;margin:0 auto;float:none;padding:0}.site-footer [class*=bit-]:first-child .widget{margin-top:20px}.vce-featured-grid .owl-item img{min-height:initial}.vce-share-items{width:100%;min-width:initial;display:inline}.vce-lay-b .entry-content,.vce-lay-h{margin-left:0}.vce-sid-none .vce-single .entry-content,.vce-sid-none .vce-single .entry-footer,.vce-sid-none .vce-single .entry-headline{width:100%!important;padding:0 20px;margin:20px auto}.error404 .entry-content,.vce-sid-none .vce-page .entry-content,.vce-sid-none .vce-page .entry-title-page{width:100%!important;margin:20px auto}#vce-pagination .next.page-numbers,#vce-pagination .prev.page-numbers{top:11px}#vce-pagination .prev.page-numbers{left:5px}#vce-pagination .next.page-numbers,.vce-featured-grid i.fa-angle-right,.vce-post-slider i.fa-angle-right{right:5px}.error404 .entry-content,.vce-page .entry-content,.vce-single .entry-content,.vce-single .entry-footer,.vce-single .entry-headline{max-width:630px}.vce-featured-grid .owl-next,.vce-featured-grid .owl-prev,.vce-post-slider .owl-next,.vce-post-slider .owl-prev{width:30px;height:60px;top:50%;margin-top:-30px}#vce-featured-grid .owl-controls .owl-next,#vce-featured-grid .owl-controls .owl-prev,.vce-post-slider .owl-controls .owl-next,.vce-post-slider .owl-controls .owl-prev{opacity:.4;filter:alpha(opacity=40)}#vce-featured-grid .owl-controls .owl-next:active,#vce-featured-grid .owl-controls .owl-next:hover,#vce-featured-grid .owl-controls .owl-prev:active,#vce-featured-grid .owl-controls .owl-prev:hover,.vce-post-slider .owl-controls .owl-next:active,.vce-post-slider .owl-controls .owl-next:hover,.vce-post-slider .owl-controls .owl-prev:active,.vce-post-slider .owl-controls .owl-prev:hover{opacity:.8}.vce-featured-grid i.fa-angle-left,.vce-post-slider i.fa-angle-left{left:5px}.vce-lay-h{float:none;display:inline-block;vertical-align:top;width:48%}body .vce-lay-h .entry-title{font-size:20px;line-height:1.4em}.vce-loop-wrap{word-spacing:-1px}.vce-sid-none .vce-lay-h{width:31%}.vce-sid-none article.vce-lay-h:nth-of-type(3n){margin:0 3% 3% 0}.vce-sid-left article.vce-lay-h:nth-of-type(n),.vce-sid-none .main-box-half article.vce-lay-h:nth-of-type(n),.vce-sid-right article.vce-lay-h:nth-of-type(n){margin:0 3% 20px 0!important}.vce-sid-left article.vce-lay-h:nth-of-type(2n),.vce-sid-right article.vce-lay-h:nth-of-type(2n){margin:0 0 3%!important}.vce-sid-none .main-box-half article.vce-lay-h:nth-of-type(2n){margin:0 0 20px!important}.vce-sid-none .main-box-half .vce-lay-h{max-width:48%;margin-bottom:20px!important}.vce-sid-none .vce-slider-pagination .vce-lay-h,.vce-slider-pagination .vce-lay-h{width:100%}.vce-lay-a img,.vce-lay-b img,.vce-lay-c img,.vce-lay-d img,.vce-lay-e img,.vce-lay-f img,.vce-lay-g img,.vce-lay-h img{-o-object-fit:cover;object-fit:cover}.vce-lay-a .meta-image{margin-bottom:10px}.error404 .entry-content,.vce-sid-none .vce-page .entry-content,.vce-sid-none .vce-page .entry-title-page{padding:0 20px}.vce-page .entry-content,.vce-page .entry-title-page{padding-left:20px;padding-right:20px}.vce-lay-e .meta-image{max-height:90px}.vce-sid-left .vce-lay-e img,.vce-sid-right .vce-lay-e img{max-height:90px;-o-object-fit:cover;object-fit:cover;width:100%}.vce-post-list .vce-post-link{padding-right:0}.vce-lay-d .meta-image{height:auto}.vce-sid-none .vce-slider-pagination .vce-lay-d,.vce-slider-pagination .vce-lay-c{width:100%!important}.vce-header-ads{position:relative;margin:20px auto!important}.vce-lay-c .meta-category a{line-height:1}.sidr-class-fa-shopping-cart{font-family:FontAwesome;font-style:normal;display:inline-block;position:relative}.sidr-class-fa-shopping-cart:before{content:"\f07a"}.sidr-class-vce-custom-cart .sidr-class-fa-shopping-cart{font-size:18px}.sidr-class-vce-custom-cart .sidr-class-vce-cart-count{display:inline-block;padding:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;position:absolute;top:7px;right:-9px;color:#fff;width:15px;height:15px;border-radius:50%;font-size:10px;line-height:15px;text-align:center;z-index:100}.sidr-class-vce-mega-menu-wrapper .sidr-class-vce-mega-menu-posts-wrap li a{line-height:22px;padding:13px 15px 14px 30px}.sidr-class-vce-mega-menu-wrapper .sidr-class-vce-mega-menu-posts-wrap li .sidr-class-mega-menu-img{display:none;padding:0;width:0;height:0}.sidr-class-vce-mega-cat.sidr-class-current_page_item>a:nth-child(1){border-bottom:1px solid rgba(0,0,0,.1)}}@media only screen and (min-width:200px) and (max-width:670px){html{margin-top:0!important;overflow-x:visible}button,html body,input,select,textarea{font-size:14px;line-height:22px}.container{max-width:95%}.vce-featured{max-height:300px;min-height:300px}.vce-main-content{padding:0 0 10px!important}body .vce-featured-grid .vce-featured-link-article,body .vce-featured-grid-big.vce-featured-grid .vce-featured-link-article,body .vce-featured-link-article{font-size:20px!important;line-height:26px}body .vce-lay-g .entry-title,body .vce-lay-g .entry-title a,body .vce-lay-g .entry-title a:hover,body .vce-lay-h .entry-title{font-size:18px;line-height:1.4}.vce-featured-section a,.vce-lay-g .vce-featured-info .meta-category a,.vce-lay-h header .meta-category a{font-size:12px;line-height:20px}.vce-lay-g .entry-title{padding:0 20px;margin-top:5px}.vce-lay-a .entry-title{line-height:34px}.vce-featured-full-slider .owl-nav i{font-size:30px}.vce-featured-full-slider .owl-nav .owl-next,.vce-featured-full-slider .owl-nav .owl-prev{width:30px;height:60px;margin-top:-30px}.vce-hover-effect{width:100%;left:0;text-align:center;max-width:300px;margin:0 auto}.vce-featured .vce-featured-info{width:100%;margin:0;left:0;text-align:center}.vce-featured-grid-big .vce-grid-text .vce-featured-info{width:80%;padding:0 80px}.vce-lay-g .vce-featured-header{padding:10px 0}.main-box-inside{padding:10px 10px 0}.comment-respond,.main-box,.sidebar .widget{margin-bottom:10px}.vce-lay-b,.vce-lay-c{padding:0 0 10px;margin:0 0 10px}.vce-lay-b img,.vce-lay-c,.vce-lay-c img,.vce-sid-left .vce-lay-b .meta-image,.vce-sid-right .vce-lay-b .meta-image{width:100%;min-height:initial;min-width:initial;max-height:initial;margin-right:0}.vce-lay-c .meta-image,.vce-lay-d,.vce-post-big li a,.vce-post-img img,.vce-post-slider li a{width:100%}.vce-lay-d{min-height:initial}.vce-lay-c .meta-image{margin-bottom:10px}.vce-prev-next-link{margin:0 0 10px;display:inline-block;padding:0 5px;vertical-align:top;max-width:300px}.vce-module-columns .main-box-half,.vce-sid-none .vce-module-columns .main-box-half{width:100%}.vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),.vce-sid-right .vce-module-columns .main-box-half:nth-child(2n){margin-left:0}.vce-lay-e .meta-image{text-align:center;background:rgba(0,0,0,.1)}.vce-lay-d img{max-width:120px;min-height:initial;max-height:initial}.vce-lay-d .meta-image{margin-right:12px}body .vce-lay-d .entry-title{font-size:13px;line-height:1.4;max-width:350px}body .vce-lay-e .entry-title,body .vce-lay-f .entry-title{font-size:14px;line-height:1.4;max-width:300px}body .vce-lay-d .entry-meta div,body .vce-lay-d .entry-meta div a,body .vce-lay-d .meta-category a{font-size:12px;line-height:16px}.vce-sid-none .vce-lay-b,.vce-sid-none .vce-lay-c,.vce-sid-none .vce-lay-f{width:100%;margin:0 0 20px!important}.vce-sid-none .vce-lay-b .meta-image,.vce-sid-none .vce-lay-b img,.vce-sid-none .vce-lay-c .meta-image,.vce-sid-none .vce-lay-c img{width:100%;min-height:initial;min-width:initial;max-height:initial;margin-right:0}.mks_adswidget_ul.large li,.site-footer .mks_adswidget_ul.large li,.vce-sid-none .vce-lay-b .entry-header{padding:0}.vce-sid-left .vce-lay-c,.vce-sid-left .vce-lay-c:nth-child(2n),.vce-sid-left .vce-lay-d,.vce-sid-left .vce-lay-d:nth-child(2n),.vce-sid-none .main-box-inside .vce-lay-c,.vce-sid-none .vce-lay-c:nth-child(3n),.vce-sid-none .vce-lay-d,.vce-sid-none .vce-lay-d:nth-child(3n),.vce-sid-none .vce-lay-e:nth-child(7n),.vce-sid-right .vce-lay-c,.vce-sid-right .vce-lay-c:nth-child(2n),.vce-sid-right .vce-lay-d,.vce-sid-right .vce-lay-d:nth-child(2n){margin:0 0 10px!important}.vce-sid-left .vce-lay-e,.vce-sid-left .vce-lay-e:nth-child(5n),.vce-sid-none .vce-lay-e,.vce-sid-right .vce-lay-e,.vce-sid-right .vce-lay-e:nth-child(5n){margin:0 10px 10px 0}.vce-sid-left .vce-lay-e:nth-child(2n),.vce-sid-right .vce-lay-e:nth-child(2n){margin:0 0 10px}.vce-sid-left .vce-lay-e,.vce-sid-right .vce-lay-e{width:47.7%}.vce-sid-left article.vce-lay-e:nth-of-type(n),.vce-sid-none article.vce-lay-e:nth-of-type(n),.vce-sid-none article.vce-lay-h:nth-of-type(n),.vce-sid-right article.vce-lay-e:nth-of-type(n){margin:0 10px 10px 0}.vce-sid-left article.vce-lay-e:nth-of-type(2n),.vce-sid-none article.vce-lay-e:nth-of-type(2n),.vce-sid-right article.vce-lay-e:nth-of-type(2n){margin:0 0 10px}.vce-lay-b .entry-header{text-align:center}.vce-lay-b .meta-image{margin-bottom:12px}.vce-lay-a .entry-content,.vce-lay-c .entry-content,.vce-lay-c .entry-title{padding:0 20px;max-width:100%;clear:both}.vce-sid-left .vce-lay-f,.vce-sid-right .vce-lay-f{width:100%;margin:0 0 10px}.vce-lay-g .entry-meta{display:none}.error404 .entry-content,.vce-page .entry-content,.vce-page .entry-title-page,.vce-sid-none .vce-page .entry-content,.vce-sid-none .vce-page .entry-title-page,.vce-sid-none .vce-single .entry-content,.vce-sid-none .vce-single .entry-footer,.vce-sid-none .vce-single .entry-headline,.vce-single .entry-content,.vce-single .entry-footer,.vce-single .entry-headline{width:100%!important;padding-left:20px;padding-right:20px;margin:20px auto}.vce-share-items .meks_ess a{width:100%;float:none;display:block;margin-bottom:10px}.vce-share-items .meks_ess{width:100%;display:block;min-width:initial;max-width:initial}body .vce-share-items .meks_ess.rounded a{width:100%;max-width:100%;text-align:center}.vce-wrap-center,.vce-wrap-left,.vce-wrap-right{width:100%;max-width:100%}.vce-next-link,.vce-prev-link{width:48%}.img-wrp{float:none;max-height:195px;display:inline-block;margin-bottom:5px}.img-wrp img{-o-object-fit:cover;object-fit:cover}.vce-single .entry-header{margin:20px 0}.vce-share-bar{padding:0 20px;width:100%!important}.data-image,.vce-wrap-center,.vce-wrap-left,.vce-wrap-right{text-align:center}.data-image{float:left;margin-right:0;margin-bottom:0;display:block;width:100%}.data-content{margin:0;text-align:center}.data-links{float:none;margin-bottom:10px}.vce-author-links{text-align:center;width:100%}.vce-author-links a{float:none;display:inline-block}.comment-form-author,.comment-form-email,.comment-form-url,.main-box-subtitle{width:100%}.container-fix{margin:0}#vce-pagination,.vce-slider-pagination .owl-controls{padding:10px;margin:0 -10px}.mks_ads_widget .small li,.mks_ads_widget ul.custom li,.mks_adswidget_ul.custom li,.mks_adswidget_ul.small li,.mks_adswidget_ul.small li:nth-child(2n),.site-footer .mks_adswidget_ul.small li:nth-child(2n){padding:10px}.entry-content{font-size:14px}body h1.entry-title{font-size:24px;line-height:1.4;padding:0 20px;max-width:80%;margin-top:5px;margin-bottom:5px}.vce-single .entry-headline p{font-size:16px;line-height:24px}body p{margin-bottom:20px}body h1,body h2,body h3{font-size:24px;line-height:34px;margin-bottom:10px}body h2,body h3{font-size:22px;line-height:32px}body h3{font-size:20px;line-height:30px;-webkit-font-smoothing:antialiased}body h4,body h5,body h6{font-size:18px;line-height:28px;margin-bottom:10px}body h5,body h6{font-size:16px;line-height:26px}body h6{font-size:14px;line-height:24px}body blockquote{font-size:18px;line-height:26px;margin:0 0 0 27px}body blockquote:before,q:before{top:-5px;font-size:18px;left:-27px}.entry-content,.sidebar .widget-title{line-height:22px}.bit-1,.bit-10,.bit-11,.bit-12,.bit-2,.bit-3,.bit-4,.bit-5,.bit-6,.bit-7,.bit-8,.bit-9{width:100%;padding:0;margin-bottom:10px}body .comment-reply-title,body .main-box-title{font-size:16px;line-height:22px;text-align:center;margin-bottom:0;padding:10px 10px 12px}.vce-sid-left .vce-slider-pagination .vce-lay-c,.vce-sid-right .vce-slider-pagination .vce-lay-c,.vce-slider-pagination .vce-lay-a{width:auto;margin:0 0 10px!important}.vce-sid-left .vce-slider-pagination .vce-lay-g,.vce-sid-right .vce-slider-pagination .vce-lay-g{width:auto}.vce-sid-left .vce-slider-pagination .vce-lay-d,.vce-sid-right .vce-slider-pagination .vce-lay-d{width:100%;margin:0 10px 10px 0!important}.vce-sid-left .vce-slider-pagination .vce-lay-g,.vce-sid-right .vce-slider-pagination .vce-lay-g{max-height:300px}.vce-slider-pagination .vce-lay-b{margin:0 10px 20px!important;text-align:center;padding:0 0 10px;width:auto}.vce-slider-pagination .vce-lay-a .meta-image{max-height:250px}.vce-gallery-big{height:200px!important}.wp-caption{width:100%!important}.mks_col .mks_one_half,.mks_col .mks_one_third{width:100%;margin:0 0 10px}.site-info .container>div{display:block;width:100%}.comment-reply-link,.data-image img,.data-links a,.main-box .vce-link-pages a{margin:0}.vce-paginated-num{display:none}.comment-list .comment-content,.vce-lay-a.vce-post{margin:0 0 10px}body .vce-lay-a .vce-format-icon i,body .vce-lay-g .vce-format-icon i{height:80px;width:80px;padding:18px 0 0;font-size:35px;line-height:37px}.vce-wrap-right>div,.vce-wrap-right>ul{float:none;display:inline-block;margin:10px 0 0}.vce-author-card .data-image{margin:10px 0;text-align:center}.vce-author-card .data-content{margin:0;padding-right:0}.data-entry-content{padding:0 10px;margin-bottom:20px}.alignleft,.alignright{margin:0 0 20px}.vce-lay-b .entry-content{padding:0 10px}.header-sticky{-webkit-transition:transform 100ms ease-in-out;-o-transition:transform 100ms ease-in-out;-webkit-transition:-webkit-transform 100ms ease-in-out;transition:transform 100ms ease-in-out;transition:transform 100ms ease-in-out,-webkit-transform 100ms ease-in-out}.wp-video{min-height:initial}#vce-featured-grid .owl-controls .owl-next,#vce-featured-grid .owl-controls .owl-prev,.vce-post-slider .owl-controls .owl-next,.vce-post-slider .owl-controls .owl-prev{opacity:.4;filter:alpha(opacity=40)}.vce-featured-grid .owl-next,.vce-featured-grid .owl-prev,.vce-post-slider .owl-next,.vce-post-slider .owl-prev{width:30px;height:60px;top:50%;margin-top:-30px}.vce-featured-grid i.fa-angle-right,.vce-post-slider i.fa-angle-right{right:5px}.vce-featured-grid i.fa-angle-left,.vce-post-slider i.fa-angle-left{left:5px}.bbp-reply-content{margin:auto!important}.vce-lay-h .img-wrap{max-height:initial;height:195px;min-height:initial}.vce-lay-h .entry-meta{display:none}.site-footer .vce-post-list .vce-posts-wrap{width:50%!important;max-width:100%!important;margin-left:10px!important}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-ordering .orderby,.woocommerce .woocommerce-ordering .orderby span,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce-page[class*=columns-] ul.products li.product,.woocommerce[class*=columns-] ul.products li.product{width:100%!important}.vce-sid-none .vce-slider-pagination .vce-lay-h{width:100%;margin-left:0!important}.vce-lay-h .img-wrap .entry-header .entry-title a{padding:0 30px;max-width:80%;margin:0 auto}.mks_pullquote{margin-bottom:20px}.mks_tabs.vertical .mks_tab_nav_item{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.comment-list{width:100%;margin-bottom:10px}.vce-prev-next-link{line-height:1.4}.meta-category a{font-size:14px}.vce-lay-a img{height:190px}.entry-meta div,.entry-meta div a,.vce-lay-c .meta-item,.vce-lay-g .meta-item{font-size:1.2rem!important}#post-0 .vce-search-form .vce-search-input,#post-0 .vce-search-form .vce-search-input:focus{width:100%}#post-0 .vce-search-form{position:relative}.vce-search-submit{position:absolute;right:0}}@media only screen and (max-width:670px){body .vce-lay-a .entry-title,body .vce-lay-b .entry-title{text-align:center;padding:0 20px;max-width:450px;margin:0 auto}.vce-format-icon,.vce-pn-ico{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.main-box .vce-link-pages a{top:4px}}@media (max-width:1023px){.vce-sid-none .vce-lay-h{width:48%;display:inline-block}.vce-sid-none article.vce-lay-h:nth-of-type(3n){margin:0 3% 3% 0}.vce-sid-none article.vce-lay-h:nth-of-type(2n){margin:0 0 3%}}@media screen and (max-width:930px){.vce-sid-none .alignwide{max-width:100%;margin-left:0;width:100%}}@media (max-width:800px){.vce-header-ads{width:728px}}@media (max-width:728px){.vce-header-ads{margin:0 auto;float:left;display:block;clear:both;width:100%}.vce-slider-pagination .vce-lay-g .vce-format-icon{top:25%}}@media (max-width:420px){.vce-header-ads{width:100%}.vce-post-list .vce-post-link{font-size:13px;line-height:18px;padding:0}.mks_themeforest_widget .mks_themeforest_widget_ul li{margin:0 2px 4px 0}.mks_themeforest_widget .mks_themeforest_widget_ul li:nth-child(3n){margin:0 0 4px}.widget ul.flickr{padding:10px 5px 5px 12px}.meta-author-img{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);margin:-57px 0 -10px}.vce-sid-left article.vce-lay-h:nth-of-type(n),.vce-sid-right article.vce-lay-h:nth-of-type(n){margin-bottom:10px!important;margin-right:0!important}.nav-menu .vce-mega-menu .sub-menu .sub-menu a,.widget .vce-post-list .meta-category a{font-size:12px}.vce-posts-wrap .meta-category{margin-bottom:4px}}@media (max-width:540px){.vce-lay-h,.vce-sid-none .vce-lay-h{width:100%;display:block}.vce-lay-h .img-wrap{max-height:initial}.vce-lay-h .img-wrap,.vce-sid-none .vce-lay-h .img-wrap{min-height:200px;height:200px}.vce-next-link,.vce-prev-link{width:100%;margin:0 0 5px}.vce-grid-item{width:320px}.vce-lay-c .entry-title,body .vce-lay-a .entry-title,body .vce-lay-a .entry-title a,body .vce-lay-b .entry-title{line-height:1.4;font-size:18px}body .vce-lay-a .entry-title,body .vce-lay-b .entry-title{text-align:center;padding:0 20px;max-width:300px;margin:0 auto}.vce-sid-none .vce-lay-c .entry-title,body .vce-lay-c .entry-title{line-height:1.3;font-size:18px;max-width:300px;margin:0 auto}}@media only screen and (max-width:1023px) and (min-width:500px){.vce-sid-none .vce-lay-c,.vce-sid-none .vce-lay-c:nth-child(3n){width:48.5%;margin:0 3% 3% 0!important}.vce-sid-none .vce-lay-c:nth-child(2n){margin:0 0 10px!important}}@media screen and (min-width:601px){.admin-bar .header-sticky,.admin-bar .sidr,body.admin-bar.sidr-main-open{top:46px}}@media screen and (min-width:783px){.admin-bar .header-sticky,.admin-bar .sidr,body.admin-bar.sidr-main-open{top:32px}}@media screen and (max-width:670px) and (min-width:360px){.vce-lay-e .meta-image:hover a img{-webkit-transform:none;-ms-transform:none;transform:none}}@media screen and (max-width:470px){.review-total-wrapper,.review-total-wrapper span.review-total-box{text-align:center}}@media (min-width:600px){.wp-block-gallery.columns-2.owl-carousel .blocks-gallery-image,.wp-block-gallery.columns-2.owl-carousel .blocks-gallery-item,.wp-block-gallery.columns-3.owl-carousel .blocks-gallery-image,.wp-block-gallery.columns-3.owl-carousel .blocks-gallery-item,.wp-block-gallery.columns-4.owl-carousel .blocks-gallery-image,.wp-block-gallery.columns-4.owl-carousel .blocks-gallery-item,.wp-block-gallery.columns-5.owl-carousel .blocks-gallery-image,.wp-block-gallery.columns-5.owl-carousel .blocks-gallery-item,.wp-block-gallery.columns-6.owl-carousel .blocks-gallery-image,.wp-block-gallery.columns-6.owl-carousel .blocks-gallery-item{width:100%;margin-right:0;padding-right:1px}}@media (max-width:767px){.wp-block-pullquote p,.wp-block-pullquote.is-style-solid-color blockquote p{font-size:20px;line-height:32px}blockquote.wp-block-quote,blockquote.wp-block-quote.is-style-large{margin-left:30px}.wp-block-pullquote{padding:0}.wp-block-pullquote blockquote{padding:30px}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:100%;margin-left:0;padding:0;margin-right:0}.wp-block-quote,.wp-block-quote.is-style-large{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media (max-width:670px){.wp-block-image .alignleft,.wp-block-image .alignright{float:none;margin-left:0;margin-right:0;margin-top:0}}@media (max-width:480px){.single .instagram-media{min-width:98%!important;width:98%!important}}@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;font-display:swap}.fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.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)}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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{-webkit-filter:none;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-pp: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,.fa-resistance: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,.fa-battery: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
body, button, input, select, textarea {font-size: 2.0rem;}.vce-single .entry-headline p{font-size: 2.0rem;}.main-navigation a{font-size: 1.5rem;}.sidebar .widget-title{font-size: 1.8rem;}.sidebar .widget, .vce-lay-c .entry-content, .vce-lay-h .entry-content {font-size: 1.5rem;}.vce-featured-link-article{font-size: 4.8rem;}.vce-featured-grid-big.vce-featured-grid .vce-featured-link-article{font-size: 3.2rem;}.vce-featured-grid .vce-featured-link-article{font-size: 2.0rem;}h1 { font-size: 4.4rem; }h2 { font-size: 3.2rem; }h3 { font-size: 2.6rem; }h4 { font-size: 2.2rem; }h5 { font-size: 2.0rem; }h6 { font-size: 1.8rem; }.comment-reply-title, .main-box-title{font-size: 2.6rem;}h1.entry-title{font-size: 4.4rem;}.vce-lay-a .entry-title a{font-size: 3.2rem;}.vce-lay-b .entry-title{font-size: 2.4rem;}.vce-lay-c .entry-title, .vce-sid-none .vce-lay-c .entry-title{font-size: 2.2rem;}.vce-lay-d .entry-title{font-size: 1.6rem;}.vce-lay-e .entry-title{font-size: 1.6rem;}.vce-lay-f .entry-title{font-size: 1.6rem;}.vce-lay-g .entry-title a, .vce-lay-g .entry-title a:hover{font-size: 3.0rem;}.vce-lay-h .entry-title{font-size: 2.4rem;}.entry-meta div,.entry-meta div a,.vce-lay-g .meta-item,.vce-lay-c .meta-item{font-size: 1.4rem;}.vce-lay-d .meta-category a,.vce-lay-d .entry-meta div,.vce-lay-d .entry-meta div a,.vce-lay-e .entry-meta div,.vce-lay-e .entry-meta div a,.vce-lay-e .fn,.vce-lay-e .meta-item{font-size: 1.3rem;}body {background-color:#ffffff;background-size:contain;background-attachment:fixed;}body,.mks_author_widget h3,.site-description,.meta-category a,textarea {font-family: 'Times New Roman', Times,serif;font-weight: 400;}h1,h2,h3,h4,h5,h6,blockquote,.vce-post-link,.site-title,.site-title a,.main-box-title,.comment-reply-title,.entry-title a,.vce-single .entry-headline p,.vce-prev-next-link,.author-title,.mks_pullquote,.widget_rss ul li .rsswidget,#bbpress-forums .bbp-forum-title,#bbpress-forums .bbp-topic-permalink {font-family: 'Work Sans';font-weight: 700;}.main-navigation a,.sidr a{font-family: 'Roboto Slab';font-weight: 400;}.vce-single .entry-content,.vce-single .entry-headline,.vce-single .entry-footer,.vce-share-bar {width: 730px;}.vce-lay-a .lay-a-content{width: 730px;max-width: 730px;}.vce-page .entry-content,.vce-page .entry-title-page {width: 760px;}.vce-sid-none .vce-single .entry-content,.vce-sid-none .vce-single .entry-headline,.vce-sid-none .vce-single .entry-footer {width: 700px;}.vce-sid-none .vce-page .entry-content,.vce-sid-none .vce-page .entry-title-page,.error404 .entry-content {width: 900px;max-width: 900px;}body, button, input, select, textarea{color: #333333;}h1,h2,h3,h4,h5,h6,.entry-title a,.prev-next-nav a,#bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink,.woocommerce ul.products li.product .price .amount{color: #000000;}a,.entry-title a:hover,.vce-prev-next-link:hover,.vce-author-links a:hover,.required,.error404 h4,.prev-next-nav a:hover,#bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover,.woocommerce ul.products li.product h3:hover,.woocommerce ul.products li.product h3:hover mark,.main-box-title a:hover{color: #ff0000;}.vce-square,.vce-main-content .mejs-controls .mejs-time-rail .mejs-time-current,button,input[type="button"],input[type="reset"],input[type="submit"],.vce-button,.pagination-wapper a,#vce-pagination .next.page-numbers,#vce-pagination .prev.page-numbers,#vce-pagination .page-numbers,#vce-pagination .page-numbers.current,.vce-link-pages a,#vce-pagination a,.vce-load-more a,.vce-slider-pagination .owl-nav > div,.vce-mega-menu-posts-wrap .owl-nav > div,.comment-reply-link:hover,.vce-featured-section a,.vce-lay-g .vce-featured-info .meta-category a,.vce-404-menu a,.vce-post.sticky .meta-image:before,#vce-pagination .page-numbers:hover,#bbpress-forums .bbp-pagination .current,#bbpress-forums .bbp-pagination a:hover,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce ul.products li.product .added_to_cart,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce ul.products li.product .added_to_cart:hover,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce span.onsale,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.comments-holder .navigation .page-numbers.current,.vce-lay-a .vce-read-more:hover,.vce-lay-c .vce-read-more:hover,body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button,body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,.wp-block-search__button {background-color: #ff0000;}#vce-pagination .page-numbers,.comments-holder .navigation .page-numbers{background: transparent;color: #ff0000;border: 1px solid #ff0000;}.comments-holder .navigation .page-numbers:hover{background: #ff0000;border: 1px solid #ff0000;}.bbp-pagination-links a{background: transparent;color: #ff0000;border: 1px solid #ff0000 !important;}#vce-pagination .page-numbers.current,.bbp-pagination-links span.current,.comments-holder .navigation .page-numbers.current{border: 1px solid #ff0000;}.widget_categories .cat-item:before,.widget_categories .cat-item .count{background: #ff0000;}.comment-reply-link,.vce-lay-a .vce-read-more,.vce-lay-c .vce-read-more{border: 1px solid #ff0000;}.entry-meta div,.entry-meta-count,.entry-meta div a,.comment-metadata a,.meta-category span,.meta-author-wrapped,.wp-caption .wp-caption-text,.widget_rss .rss-date,.sidebar cite,.site-footer cite,.sidebar .vce-post-list .entry-meta div,.sidebar .vce-post-list .entry-meta div a,.sidebar .vce-post-list .fn,.sidebar .vce-post-list .fn a,.site-footer .vce-post-list .entry-meta div,.site-footer .vce-post-list .entry-meta div a,.site-footer .vce-post-list .fn,.site-footer .vce-post-list .fn a,#bbpress-forums .bbp-topic-started-by,#bbpress-forums .bbp-topic-started-in,#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta,span.bbp-admin-links a,.bbp-reply-post-date,#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer,.woocommerce .woocommerce-result-count,.woocommerce .product_meta{color: #636363;}.main-box-title, .comment-reply-title, .main-box-head{background: #ffffff;color: #000000;}.main-box-title a{color: #000000;}.sidebar .widget .widget-title a{color: #000000;}.main-box,.comment-respond,.prev-next-nav{background: #ffffff;}.vce-post,ul.comment-list > li.comment,.main-box-single,.ie8 .vce-single,#disqus_thread,.vce-author-card,.vce-author-card .vce-content-outside,.mks-bredcrumbs-container,ul.comment-list > li.pingback{background: #ffffff;}.mks_tabs.horizontal .mks_tab_nav_item.active{border-bottom: 1px solid #ffffff;}.mks_tabs.horizontal .mks_tab_item,.mks_tabs.vertical .mks_tab_nav_item.active,.mks_tabs.horizontal .mks_tab_nav_item.active{background: #ffffff;}.mks_tabs.vertical .mks_tab_nav_item.active{border-right: 1px solid #ffffff;}#vce-pagination,.vce-slider-pagination .owl-controls,.vce-content-outside,.comments-holder .navigation{background: #ffffff;}.sidebar .widget-title{background: #ffd800;color: #000000;}.sidebar .widget{background: #f9f9f9;}.sidebar .widget,.sidebar .widget li a,.sidebar .mks_author_widget h3 a,.sidebar .mks_author_widget h3,.sidebar .vce-search-form .vce-search-input,.sidebar .vce-search-form .vce-search-input:focus{color: #333333;}.sidebar .widget li a:hover,.sidebar .widget a,.widget_nav_menu li.menu-item-has-children:hover:after,.widget_pages li.page_item_has_children:hover:after{color: #000000;}.sidebar .tagcloud a {border: 1px solid #000000;}.sidebar .mks_author_link,.sidebar .tagcloud a:hover,.sidebar .mks_themeforest_widget .more,.sidebar button,.sidebar input[type="button"],.sidebar input[type="reset"],.sidebar input[type="submit"],.sidebar .vce-button,.sidebar .bbp_widget_login .button{background-color: #000000;}.sidebar .mks_author_widget .mks_autor_link_wrap,.sidebar .mks_themeforest_widget .mks_read_more,.widget .meks-instagram-follow-link {background: #f3f3f3;}.sidebar #wp-calendar caption,.sidebar .recentcomments,.sidebar .post-date,.sidebar #wp-calendar tbody{color: rgba(51,51,51,0.7);}.site-footer{background: #000000;}.site-footer .widget-title{color: #ffd700;}.site-footer,.site-footer .widget,.site-footer .widget li a,.site-footer .mks_author_widget h3 a,.site-footer .mks_author_widget h3,.site-footer .vce-search-form .vce-search-input,.site-footer .vce-search-form .vce-search-input:focus{color: #ffffff;}.site-footer .widget li a:hover,.site-footer .widget a,.site-info a{color: #ffd700;}.site-footer .tagcloud a {border: 1px solid #ffd700;}.site-footer .mks_author_link,.site-footer .mks_themeforest_widget .more,.site-footer button,.site-footer input[type="button"],.site-footer input[type="reset"],.site-footer input[type="submit"],.site-footer .vce-button,.site-footer .tagcloud a:hover{background-color: #ffd700;}.site-footer #wp-calendar caption,.site-footer .recentcomments,.site-footer .post-date,.site-footer #wp-calendar tbody,.site-footer .site-info{color: rgba(255,255,255,0.7);}.top-header,.top-nav-menu li .sub-menu{background: #0c0c0c;}.top-header,.top-header a{color: #f9f9f9;}.top-header .vce-search-form .vce-search-input,.top-header .vce-search-input:focus,.top-header .vce-search-submit{color: #f9f9f9;}.top-header .vce-search-form .vce-search-input::-webkit-input-placeholder { color: #f9f9f9;}.top-header .vce-search-form .vce-search-input:-moz-placeholder { color: #f9f9f9;}.top-header .vce-search-form .vce-search-input::-moz-placeholder { color: #f9f9f9;}.top-header .vce-search-form .vce-search-input:-ms-input-placeholder { color: #f9f9f9;}.header-1-wrapper{height: 95px;padding-top: 0px;}.header-2-wrapper,.header-3-wrapper{height: 95px;}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{top: 0px;left: 0px;}.site-title a, .site-title a:hover{color: #000000;}.site-description{color: #aaaaaa;}.main-header{background-color: #ffffff;}.header-bottom-wrapper{background: #ffffff;}.vce-header-ads{margin: 2px 0;}.header-3-wrapper .nav-menu > li > a{padding: 37px 15px;}.header-sticky,.sidr{background: rgba(255,255,255,0.95);}.ie8 .header-sticky{background: #ffffff;}.main-navigation a,.nav-menu .vce-mega-menu > .sub-menu > li > a,.sidr li a,.vce-menu-parent{color: #000000;}.nav-menu > li:hover > a,.nav-menu > .current_page_item > a,.nav-menu > .current-menu-item > a,.nav-menu > .current-menu-ancestor > a,.main-navigation a.vce-item-selected,.main-navigation ul ul li:hover > a,.nav-menu ul .current-menu-item a,.nav-menu ul .current_page_item a,.vce-menu-parent:hover,.sidr li a:hover,.sidr li.sidr-class-current_page_item > a,.main-navigation li.current-menu-item.fa:before,.vce-responsive-nav{color: #000000;}#sidr-id-vce_main_navigation_menu .soc-nav-menu li a:hover {color: #f9f9f9;}.nav-menu > li:hover > a,.nav-menu > .current_page_item > a,.nav-menu > .current-menu-item > a,.nav-menu > .current-menu-ancestor > a,.main-navigation a.vce-item-selected,.main-navigation ul ul,.header-sticky .nav-menu > .current_page_item:hover > a,.header-sticky .nav-menu > .current-menu-item:hover > a,.header-sticky .nav-menu > .current-menu-ancestor:hover > a,.header-sticky .main-navigation a.vce-item-selected:hover{background-color: #ffffff;}.search-header-wrap ul {border-top: 2px solid #000000;}.vce-cart-icon a.vce-custom-cart span,.sidr-class-vce-custom-cart .sidr-class-vce-cart-count {background: #000000;font-family: 'Times New Roman', Times,serif;}.vce-border-top .main-box-title{border-top: 2px solid #ff0000;}.tagcloud a:hover,.sidebar .widget .mks_author_link,.sidebar .widget.mks_themeforest_widget .more,.site-footer .widget .mks_author_link,.site-footer .widget.mks_themeforest_widget .more,.vce-lay-g .entry-meta div,.vce-lay-g .fn,.vce-lay-g .fn a{color: #FFF;}.vce-featured-header .vce-featured-header-background{opacity: 0.9}.vce-featured-grid .vce-featured-header-background,.vce-post-big .vce-post-img:after,.vce-post-slider .vce-post-img:after{opacity: 0.5}.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background,.vce-post-big li:hover .vce-post-img:after,.vce-post-slider li:hover .vce-post-img:after {opacity: 0.8}.vce-featured-grid.vce-featured-grid-big .vce-featured-header-background,.vce-post-big .vce-post-img:after,.vce-post-slider .vce-post-img:after{opacity: 0.5}.vce-featured-grid.vce-featured-grid-big .owl-item:hover .vce-grid-text .vce-featured-header-background,.vce-post-big li:hover .vce-post-img:after,.vce-post-slider li:hover .vce-post-img:after {opacity: 0.8}#back-top {background: #323232}.sidr input[type=text]{background: rgba(0,0,0,0.1);color: rgba(0,0,0,0.5);}.is-style-solid-color{background-color: #ff0000;color: #ffffff;}.wp-block-image figcaption{color: #636363;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2,p.has-drop-cap:not(:focus)::first-letter,p.wp-block-subhead{font-family: 'Work Sans';font-weight: 700;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2{font-size: 2.2rem;}p.wp-block-subhead{font-size: 2.0rem;}.wp-block-button__link{background: #ff0000}.wp-block-search .wp-block-search__button{color: #ffffff}.meta-image:hover a img,.vce-lay-h .img-wrap:hover .meta-image > img,.img-wrp:hover img,.vce-gallery-big:hover img,.vce-gallery .gallery-item:hover img,.wp-block-gallery .blocks-gallery-item:hover img,.vce_posts_widget .vce-post-big li:hover img,.vce-featured-grid .owl-item:hover img,.vce-post-img:hover img,.mega-menu-img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;padding: 0.79104477%;}.gallery-columns-2 .gallery-item {max-width: 50%;}.gallery-columns-3 .gallery-item {max-width: 33.33%;}.gallery-columns-4 .gallery-item {max-width: 25%;}.gallery-columns-5 .gallery-item {max-width: 20%;}.gallery-columns-6 .gallery-item {max-width: 16.66%;}.gallery-columns-7 .gallery-item {max-width: 14.28%;}.gallery-columns-8 .gallery-item {max-width: 12.5%;}.gallery-columns-9 .gallery-item {max-width: 11.11%;}.has-small-font-size{ font-size: 1.2rem;}.has-large-font-size{ font-size: 1.9rem;}.has-huge-font-size{ font-size: 2.3rem;}@media(min-width: 671px){.has-small-font-size{ font-size: 1.6rem;}.has-normal-font-size{ font-size: 2.0rem;}.has-large-font-size{ font-size: 2.6rem;}.has-huge-font-size{ font-size: 3.4rem;}}.has-vce-acc-background-color{ background-color: #ff0000;}.has-vce-acc-color{ color: #ff0000;}.has-vce-meta-background-color{ background-color: #636363;}.has-vce-meta-color{ color: #636363;}.has-vce-txt-background-color{ background-color: #333333;}.has-vce-txt-color{ color: #333333;}.has-vce-bg-background-color{ background-color: #ffffff;}.has-vce-bg-color{ color: #ffffff;}.has-vce-cat-0-background-color{ background-color: ;}.has-vce-cat-0-color{ color: ;}.has-vce-cat-56-background-color{ background-color: #00b5a0;}.has-vce-cat-56-color{ color: #00b5a0;}.has-vce-cat-85-background-color{ background-color: #ce1126;}.has-vce-cat-85-color{ color: #ce1126;}.has-vce-cat-53-background-color{ background-color: #0066ff;}.has-vce-cat-53-color{ color: #0066ff;}.has-vce-cat-104-background-color{ background-color: #e10600;}.has-vce-cat-104-color{ color: #e10600;}.has-vce-cat-105-background-color{ background-color: #008751;}.has-vce-cat-105-color{ color: #008751;}.has-vce-cat-1835-background-color{ background-color: #2a2a2a;}.has-vce-cat-1835-color{ color: #2a2a2a;}.has-vce-cat-108-background-color{ background-color: #fed100;}.has-vce-cat-108-color{ color: #fed100;}.has-vce-cat-1613-background-color{ background-color: #152999;}.has-vce-cat-1613-color{ color: #152999;}.has-vce-cat-1-background-color{ background-color: #6ed624;}.has-vce-cat-1-color{ color: #6ed624;}.has-vce-cat-6415-background-color{ background-color: #79009e;}.has-vce-cat-6415-color{ color: #79009e;}.has-vce-cat-84-background-color{ background-color: #6a0dad;}.has-vce-cat-84-color{ color: #6a0dad;}a.category-56, .sidebar .widget .vce-post-list a.category-56{ color: #00b5a0;}body.category-56 .main-box-title, .main-box-title.cat-56 { border-top: 2px solid #00b5a0;}.widget_categories li.cat-item-56 .count { background: #00b5a0;}.widget_categories li.cat-item-56:before { background:#00b5a0;}.vce-featured-section .category-56, .vce-post-big .meta-category a.category-56, .vce-post-slider .meta-category a.category-56{ background-color: #00b5a0;}.vce-lay-g .vce-featured-info .meta-category a.category-56{ background-color: #00b5a0;}.vce-lay-h header .meta-category a.category-56{ background-color: #00b5a0;}.main-navigation li.vce-cat-56:hover > a { color: #00b5a0;}.main-navigation li.vce-cat-56.current-menu-item > a { color: #00b5a0;}a.category-85, .sidebar .widget .vce-post-list a.category-85{ color: #ce1126;}body.category-85 .main-box-title, .main-box-title.cat-85 { border-top: 2px solid #ce1126;}.widget_categories li.cat-item-85 .count { background: #ce1126;}.widget_categories li.cat-item-85:before { background:#ce1126;}.vce-featured-section .category-85, .vce-post-big .meta-category a.category-85, .vce-post-slider .meta-category a.category-85{ background-color: #ce1126;}.vce-lay-g .vce-featured-info .meta-category a.category-85{ background-color: #ce1126;}.vce-lay-h header .meta-category a.category-85{ background-color: #ce1126;}.main-navigation li.vce-cat-85:hover > a { color: #ce1126;}.main-navigation li.vce-cat-85.current-menu-item > a { color: #ce1126;}a.category-53, .sidebar .widget .vce-post-list a.category-53{ color: #0066ff;}body.category-53 .main-box-title, .main-box-title.cat-53 { border-top: 2px solid #0066ff;}.widget_categories li.cat-item-53 .count { background: #0066ff;}.widget_categories li.cat-item-53:before { background:#0066ff;}.vce-featured-section .category-53, .vce-post-big .meta-category a.category-53, .vce-post-slider .meta-category a.category-53{ background-color: #0066ff;}.vce-lay-g .vce-featured-info .meta-category a.category-53{ background-color: #0066ff;}.vce-lay-h header .meta-category a.category-53{ background-color: #0066ff;}.main-navigation li.vce-cat-53:hover > a { color: #0066ff;}.main-navigation li.vce-cat-53.current-menu-item > a { color: #0066ff;}a.category-104, .sidebar .widget .vce-post-list a.category-104{ color: #e10600;}body.category-104 .main-box-title, .main-box-title.cat-104 { border-top: 2px solid #e10600;}.widget_categories li.cat-item-104 .count { background: #e10600;}.widget_categories li.cat-item-104:before { background:#e10600;}.vce-featured-section .category-104, .vce-post-big .meta-category a.category-104, .vce-post-slider .meta-category a.category-104{ background-color: #e10600;}.vce-lay-g .vce-featured-info .meta-category a.category-104{ background-color: #e10600;}.vce-lay-h header .meta-category a.category-104{ background-color: #e10600;}.main-navigation li.vce-cat-104:hover > a { color: #e10600;}.main-navigation li.vce-cat-104.current-menu-item > a { color: #e10600;}a.category-105, .sidebar .widget .vce-post-list a.category-105{ color: #008751;}body.category-105 .main-box-title, .main-box-title.cat-105 { border-top: 2px solid #008751;}.widget_categories li.cat-item-105 .count { background: #008751;}.widget_categories li.cat-item-105:before { background:#008751;}.vce-featured-section .category-105, .vce-post-big .meta-category a.category-105, .vce-post-slider .meta-category a.category-105{ background-color: #008751;}.vce-lay-g .vce-featured-info .meta-category a.category-105{ background-color: #008751;}.vce-lay-h header .meta-category a.category-105{ background-color: #008751;}.main-navigation li.vce-cat-105:hover > a { color: #008751;}.main-navigation li.vce-cat-105.current-menu-item > a { color: #008751;}a.category-1835, .sidebar .widget .vce-post-list a.category-1835{ color: #2a2a2a;}body.category-1835 .main-box-title, .main-box-title.cat-1835 { border-top: 2px solid #2a2a2a;}.widget_categories li.cat-item-1835 .count { background: #2a2a2a;}.widget_categories li.cat-item-1835:before { background:#2a2a2a;}.vce-featured-section .category-1835, .vce-post-big .meta-category a.category-1835, .vce-post-slider .meta-category a.category-1835{ background-color: #2a2a2a;}.vce-lay-g .vce-featured-info .meta-category a.category-1835{ background-color: #2a2a2a;}.vce-lay-h header .meta-category a.category-1835{ background-color: #2a2a2a;}.main-navigation li.vce-cat-1835:hover > a { color: #2a2a2a;}.main-navigation li.vce-cat-1835.current-menu-item > a { color: #2a2a2a;}a.category-108, .sidebar .widget .vce-post-list a.category-108{ color: #fed100;}body.category-108 .main-box-title, .main-box-title.cat-108 { border-top: 2px solid #fed100;}.widget_categories li.cat-item-108 .count { background: #fed100;}.widget_categories li.cat-item-108:before { background:#fed100;}.vce-featured-section .category-108, .vce-post-big .meta-category a.category-108, .vce-post-slider .meta-category a.category-108{ background-color: #fed100;}.vce-lay-g .vce-featured-info .meta-category a.category-108{ background-color: #fed100;}.vce-lay-h header .meta-category a.category-108{ background-color: #fed100;}.main-navigation li.vce-cat-108:hover > a { color: #fed100;}.main-navigation li.vce-cat-108.current-menu-item > a { color: #fed100;}a.category-1613, .sidebar .widget .vce-post-list a.category-1613{ color: #152999;}body.category-1613 .main-box-title, .main-box-title.cat-1613 { border-top: 2px solid #152999;}.widget_categories li.cat-item-1613 .count { background: #152999;}.widget_categories li.cat-item-1613:before { background:#152999;}.vce-featured-section .category-1613, .vce-post-big .meta-category a.category-1613, .vce-post-slider .meta-category a.category-1613{ background-color: #152999;}.vce-lay-g .vce-featured-info .meta-category a.category-1613{ background-color: #152999;}.vce-lay-h header .meta-category a.category-1613{ background-color: #152999;}.main-navigation li.vce-cat-1613:hover > a { color: #152999;}.main-navigation li.vce-cat-1613.current-menu-item > a { color: #152999;}a.category-1, .sidebar .widget .vce-post-list a.category-1{ color: #6ed624;}body.category-1 .main-box-title, .main-box-title.cat-1 { border-top: 2px solid #6ed624;}.widget_categories li.cat-item-1 .count { background: #6ed624;}.widget_categories li.cat-item-1:before { background:#6ed624;}.vce-featured-section .category-1, .vce-post-big .meta-category a.category-1, .vce-post-slider .meta-category a.category-1{ background-color: #6ed624;}.vce-lay-g .vce-featured-info .meta-category a.category-1{ background-color: #6ed624;}.vce-lay-h header .meta-category a.category-1{ background-color: #6ed624;}.main-navigation li.vce-cat-1:hover > a { color: #6ed624;}.main-navigation li.vce-cat-1.current-menu-item > a { color: #6ed624;}a.category-6415, .sidebar .widget .vce-post-list a.category-6415{ color: #79009e;}body.category-6415 .main-box-title, .main-box-title.cat-6415 { border-top: 2px solid #79009e;}.widget_categories li.cat-item-6415 .count { background: #79009e;}.widget_categories li.cat-item-6415:before { background:#79009e;}.vce-featured-section .category-6415, .vce-post-big .meta-category a.category-6415, .vce-post-slider .meta-category a.category-6415{ background-color: #79009e;}.vce-lay-g .vce-featured-info .meta-category a.category-6415{ background-color: #79009e;}.vce-lay-h header .meta-category a.category-6415{ background-color: #79009e;}.main-navigation li.vce-cat-6415:hover > a { color: #79009e;}.main-navigation li.vce-cat-6415.current-menu-item > a { color: #79009e;}a.category-84, .sidebar .widget .vce-post-list a.category-84{ color: #6a0dad;}body.category-84 .main-box-title, .main-box-title.cat-84 { border-top: 2px solid #6a0dad;}.widget_categories li.cat-item-84 .count { background: #6a0dad;}.widget_categories li.cat-item-84:before { background:#6a0dad;}.vce-featured-section .category-84, .vce-post-big .meta-category a.category-84, .vce-post-slider .meta-category a.category-84{ background-color: #6a0dad;}.vce-lay-g .vce-featured-info .meta-category a.category-84{ background-color: #6a0dad;}.vce-lay-h header .meta-category a.category-84{ background-color: #6a0dad;}.main-navigation li.vce-cat-84:hover > a { color: #6a0dad;}.main-navigation li.vce-cat-84.current-menu-item > a { color: #6a0dad;}.nav-menu li a{text-transform: uppercase;}.main-box-title{text-transform: uppercase;}.sidebar .widget-title{text-transform: uppercase;}.site-footer .widget-title{text-transform: uppercase;}
/*# sourceURL=vce-style-inline-css */
.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.small li,
.mks_adswidget_ul.custom li{
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
}
.mks_ads_widget ul.large img,
.mks_adswidget_ul.large img{
	width: 300px;
	height: 250px;
}
.mks_ads_widget ul.small img,
.mks_adswidget_ul.small img{
	width: 125px;
	height: 125px;
}

.mks_ads_widget ul li a{
	padding: 0;
	margin: 0;
}
.mks_adswidget_ul li img {
	width: auto;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}
.widget_mks_widget_hidden{
	display: none;
}
.widget_mks_widget_hidden{
	background: red;
	color: #FFF;
}.meks-instagram-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: stretch;
}

.meks-instagram-widget a {
	-moz-box-shadow:  none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	display: block;
	font-size: 0;
	border: none;
	outline: 0;
	margin: 0;
	padding: 0;
}
.meks-instagram-widget a img {
	-moz-box-shadow:  none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	border: none;
	outline: 0;
	margin: 0;
	padding: 0;
}

.meks-instagram-follow-link {
	display: block;
	margin: 20px 0 0 0;
}

.meks-instagram-follow-link a{
	width: 100%;
}
.mks_ig_likes{
	font-size: 11px;
	display:block;
	opacity: .8;
	margin-bottom: 5px;
}ul.flickr{
    list-style-type: none;
    padding: 0;
}
ul.flickr li, 
.widget ul.flickr li {
	width: auto;
	float: left;
	margin: 10px 10px 0 0;
}

ul.flickr a {
	display: block;
}
ul.flickr img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
ul.flickr a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}
.clear{
	clear: both;
}.mks_author_widget img{
	float: left;
	margin: 0 20px 0 0;
}

.mks_author_widget .mks_autor_link_wrap{ margin: 0; padding: 0;}
.mks-co-authors-wrapper {
	margin-bottom: 30px;
}
.mks-co-authors-wrapper:last-child {
	margin-bottom: 0;
}

.wp-block-legacy-widget__edit-preview .mks_author_widget > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.howto {
	font-size: 12px;
}
.widget-inside ul {
	padding: 0 !important;
	margin: 5px 0 !important;
}
.widget-inside ul li::marker {
	content: none !important;
}@font-face {
    font-family: "socicon";
    src: url("/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot");
    src: url("/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.woff") format("woff"), url("/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.ttf") format("truetype"), url("/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.svg#socicon") format("svg");
    font-weight: normal;
    font-style: normal;
}

ul.mks_social_widget_ul li a:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.mks_social_widget_ul li:before,
ul.mks_social_widget_ul li:after{
    display: none;
}


ul.mks_social_widget_ul li a {
    background: none;
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    font-size: 0px;
    margin-bottom: 5px;
    position: relative;
    border: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: normal;
}

ul.mks_social_widget_ul li a span {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

ul.mks_social_widget_ul li a:before {
    color: #FFF;
}

ul.mks_social_widget_ul li a.soc_rounded {
    border-radius: 20%;
}

ul.mks_social_widget_ul li a.soc_circle {
    border-radius: 50%;
}

ul.mks_social_widget_ul li:hover a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

ul.mks_social_widget_ul li {
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 0;
}


/*--------------------------------------------------
			    OLD ICONS STYLES
---------------------------------------------------*/

ul.mks_social_widget_ul .socicon-aim {
    background-color: #e95a00;
}

ul.mks_social_widget_ul .socicon-evernote {
    background-color: #77ba2f;
}

ul.mks_social_widget_ul .socicon-cargo {
    background-color: #00c462;
}

ul.mks_social_widget_ul .socicon-icloud {
    background-color: #fb913f;
}

ul.mks_social_widget_ul .socicon-picasa {
    background-color: #444;
}

ul.mks_social_widget_ul .socicon-posterous {
    background-color: #f9d560;
}

ul.mks_social_widget_ul .socicon-tencent {
    background-color: #389FDA;
}

ul.mks_social_widget_ul .socicon-me2day {
    background-color: #4e28ac;
}

/* Old social icons that don't have font */
ul.mks_social_widget_ul .socicon-aim {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/aim_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-cargo {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/cargo_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-evernote {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/evernote_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-icloud {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/icloud_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-picasa {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/picasa_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-posterous {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/posterous_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-tencent {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/tencent_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-me2day {
    background-image: url('/wp-content/plugins/meks-smart-social-widget/img/social_icons/me2day_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}



/*--------------------------------------------------
			    NEW ICONS STYLES
---------------------------------------------------*/

ul.mks_social_widget_ul .socicon-500px {
	background: #58a9de;
}

ul.mks_social_widget_ul .socicon-500px:before {
	content: "\e000"
}

ul.mks_social_widget_ul .socicon-8tracks {
	background: #122c4b;
}

ul.mks_social_widget_ul .socicon-8tracks:before {
	content: "\e001"
}

ul.mks_social_widget_ul .socicon-airbnb {
	background: #ff5a5f;
}

ul.mks_social_widget_ul .socicon-airbnb:before {
	content: "\e002"
}

ul.mks_social_widget_ul .socicon-alliance {
	background: #144587;
}

ul.mks_social_widget_ul .socicon-alliance:before {
	content: "\e003"
}

ul.mks_social_widget_ul .socicon-amazon {
	background: #ff9900;
}

ul.mks_social_widget_ul .socicon-amazon:before {
	content: "\e004"
}

ul.mks_social_widget_ul .socicon-amplement {
	background: #0996c3;
}

ul.mks_social_widget_ul .socicon-amplement:before {
	content: "\e005"
}

ul.mks_social_widget_ul .socicon-android {
	background: #8ec047;
}

ul.mks_social_widget_ul .socicon-android:before {
	content: "\e006"
}

ul.mks_social_widget_ul .socicon-angellist {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-angellist:before {
	content: "\e007"
}

ul.mks_social_widget_ul .socicon-apple {
	background: #B9BFC1;
}

ul.mks_social_widget_ul .socicon-apple:before {
	content: "\e008"
}

ul.mks_social_widget_ul .socicon-appnet {
	background: #494949;
}

ul.mks_social_widget_ul .socicon-appnet:before {
	content: "\e009"
}

ul.mks_social_widget_ul .socicon-baidu {
	background: #2629d9;
}

ul.mks_social_widget_ul .socicon-baidu:before {
	content: "\e00a"
}

ul.mks_social_widget_ul .socicon-bandcamp {
	background: #619aa9;
}

ul.mks_social_widget_ul .socicon-bandcamp:before {
	content: "\e00b"
}

ul.mks_social_widget_ul .socicon-battlenet {
	background: #0096CD;
}

ul.mks_social_widget_ul .socicon-battlenet:before {
	content: "\e00c"
}

ul.mks_social_widget_ul .socicon-mixer {
	background: #1FBAED;
}

ul.mks_social_widget_ul .socicon-mixer:before {
	content: "\e00d"
}

ul.mks_social_widget_ul .socicon-bebee {
	background: #f28f16;
}

ul.mks_social_widget_ul .socicon-bebee:before {
	content: "\e00e"
}

ul.mks_social_widget_ul .socicon-bebo {
	background: #EF1011;
}

ul.mks_social_widget_ul .socicon-bebo:before {
	content: "\e00f"
}

ul.mks_social_widget_ul .socicon-behance {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-behance:before {
	content: "\e010"
}

ul.mks_social_widget_ul .socicon-blizzard {
	background: #01B2F1;
}

ul.mks_social_widget_ul .socicon-blizzard:before {
	content: "\e011"
}

ul.mks_social_widget_ul .socicon-blogger {
	background: #ec661c;
}

ul.mks_social_widget_ul .socicon-blogger:before {
	content: "\e012"
}

ul.mks_social_widget_ul .socicon-buffer {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-buffer:before {
	content: "\e013"
}

ul.mks_social_widget_ul .socicon-chrome {
	background: #757575;
}

ul.mks_social_widget_ul .socicon-chrome:before {
	content: "\e014"
}

ul.mks_social_widget_ul .socicon-coderwall {
	background: #3E8DCC;
}

ul.mks_social_widget_ul .socicon-coderwall:before {
	content: "\e015"
}

ul.mks_social_widget_ul .socicon-curse {
	background: #f26522;
}

ul.mks_social_widget_ul .socicon-curse:before {
	content: "\e016"
}

ul.mks_social_widget_ul .socicon-dailymotion {
	background: #004e72;
}

ul.mks_social_widget_ul .socicon-dailymotion:before {
	content: "\e017"
}

ul.mks_social_widget_ul .socicon-deezer {
	background: #32323d;
}

ul.mks_social_widget_ul .socicon-deezer:before {
	content: "\e018"
}

ul.mks_social_widget_ul .socicon-delicious {
	background: #020202;
}

ul.mks_social_widget_ul .socicon-delicious:before {
	content: "\e019"
}

ul.mks_social_widget_ul .socicon-deviantart {
	background: #c5d200;
}

ul.mks_social_widget_ul .socicon-deviantart:before {
	content: "\e01a"
}

ul.mks_social_widget_ul .socicon-diablo {
	background: #8B1209;
}

ul.mks_social_widget_ul .socicon-diablo:before {
	content: "\e01b"
}

ul.mks_social_widget_ul .socicon-digg {
	background: #1d1d1b;
}

ul.mks_social_widget_ul .socicon-digg:before {
	content: "\e01c"
}

ul.mks_social_widget_ul .socicon-discord {
	background: #7289da;
}

ul.mks_social_widget_ul .socicon-discord:before {
	content: "\e01d"
}

ul.mks_social_widget_ul .socicon-disqus {
	background: #2e9fff;
}

ul.mks_social_widget_ul .socicon-disqus:before {
	content: "\e01e"
}

ul.mks_social_widget_ul .socicon-douban {
	background: #3ca353;
}

ul.mks_social_widget_ul .socicon-douban:before {
	content: "\e01f"
}

ul.mks_social_widget_ul .socicon-draugiem {
	background: #ffa32b;
}

ul.mks_social_widget_ul .socicon-draugiem:before {
	content: "\e020"
}

ul.mks_social_widget_ul .socicon-dribbble {
	background: #e84d88;
}

ul.mks_social_widget_ul .socicon-dribbble:before {
	content: "\e021"
}

ul.mks_social_widget_ul .socicon-drupal {
	background: #00598e;
}

ul.mks_social_widget_ul .socicon-drupal:before {
	content: "\e022"
}

ul.mks_social_widget_ul .socicon-ebay {
	background: #333333;
}

ul.mks_social_widget_ul .socicon-ebay:before {
	content: "\e023"
}

ul.mks_social_widget_ul .socicon-ello {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-ello:before {
	content: "\e024"
}

ul.mks_social_widget_ul .socicon-endomondo {
	background: #86ad00;
}

ul.mks_social_widget_ul .socicon-endomondo:before {
	content: "\e025"
}

ul.mks_social_widget_ul .socicon-envato {
	background: #597c3a;
}

ul.mks_social_widget_ul .socicon-envato:before {
	content: "\e026"
}

ul.mks_social_widget_ul .socicon-etsy {
	background: #F56400;
}

ul.mks_social_widget_ul .socicon-etsy:before {
	content: "\e027"
}

ul.mks_social_widget_ul .socicon-facebook {
	background: #3e5b98;
}

ul.mks_social_widget_ul .socicon-facebook:before {
	content: "\e028"
}

ul.mks_social_widget_ul .socicon-feedburner {
	background: #ffcc00;
}

ul.mks_social_widget_ul .socicon-feedburner:before {
	content: "\e029"
}

ul.mks_social_widget_ul .socicon-filmweb {
	background: #ffc404;
}

ul.mks_social_widget_ul .socicon-filmweb:before {
	content: "\e02a"
}

ul.mks_social_widget_ul .socicon-firefox {
	background: #484848;
}

ul.mks_social_widget_ul .socicon-firefox:before {
	content: "\e02b"
}

ul.mks_social_widget_ul .socicon-flattr {
	background: #F67C1A;
}

ul.mks_social_widget_ul .socicon-flattr:before {
	content: "\e02c"
}

ul.mks_social_widget_ul .socicon-flickr {
	background: #1e1e1b;
}

ul.mks_social_widget_ul .socicon-flickr:before {
	content: "\e02d"
}

ul.mks_social_widget_ul .socicon-formulr {
	background: #ff5a60;
}

ul.mks_social_widget_ul .socicon-formulr:before {
	content: "\e02e"
}

ul.mks_social_widget_ul .socicon-forrst {
	background: #5B9A68;
}

ul.mks_social_widget_ul .socicon-forrst:before {
	content: "\e02f"
}

ul.mks_social_widget_ul .socicon-foursquare {
	background: #f94877;
}

ul.mks_social_widget_ul .socicon-foursquare:before {
	content: "\e030"
}

ul.mks_social_widget_ul .socicon-friendfeed {
	background: #2F72C4;
}

ul.mks_social_widget_ul .socicon-friendfeed:before {
	content: "\e031"
}

ul.mks_social_widget_ul .socicon-github {
	background: #221e1b;
}

ul.mks_social_widget_ul .socicon-github:before {
	content: "\e032"
}

ul.mks_social_widget_ul .socicon-goodreads {
	background: #463020;
}

ul.mks_social_widget_ul .socicon-goodreads:before {
	content: "\e033"
}

ul.mks_social_widget_ul .socicon-google {
	background: #4285f4;
}

ul.mks_social_widget_ul .socicon-google:before {
	content: "\e034"
}

ul.mks_social_widget_ul .socicon-googlegroups {
	background: #4F8EF5;
}

ul.mks_social_widget_ul .socicon-googlegroups:before {
	content: "\e036"
}

ul.mks_social_widget_ul .socicon-googlephotos {
	background: #212121;
}

ul.mks_social_widget_ul .socicon-googlephotos:before {
	content: "\e037"
}

ul.mks_social_widget_ul .socicon-googleplus {
	background: #dd4b39;
}

ul.mks_social_widget_ul .socicon-googleplus:before {
	content: "\e038"
}

ul.mks_social_widget_ul .socicon-googlescholar {
	background: #4285f4;
}

ul.mks_social_widget_ul .socicon-googlescholar:before {
	content: "\e035"
}

ul.mks_social_widget_ul .socicon-grooveshark {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-grooveshark:before {
	content: "\e039"
}

ul.mks_social_widget_ul .socicon-hackerrank {
	background: #2ec866;
}

ul.mks_social_widget_ul .socicon-hackerrank:before {
	content: "\e03a"
}

ul.mks_social_widget_ul .socicon-hearthstone {
	background: #EC9313;
}

ul.mks_social_widget_ul .socicon-hearthstone:before {
	content: "\e03b"
}

ul.mks_social_widget_ul .socicon-hellocoton {
	background: #d30d66;
}

ul.mks_social_widget_ul .socicon-hellocoton:before {
	content: "\e03c"
}

ul.mks_social_widget_ul .socicon-heroes {
	background: #2397F7;
}

ul.mks_social_widget_ul .socicon-heroes:before {
	content: "\e03d"
}

ul.mks_social_widget_ul .socicon-hitbox {
	background: #99CC00;
}

ul.mks_social_widget_ul .socicon-hitbox:before {
	content: "\e03e"
}

ul.mks_social_widget_ul .socicon-horde {
	background: #84121C;
}

ul.mks_social_widget_ul .socicon-horde:before {
	content: "\e03f"
}

ul.mks_social_widget_ul .socicon-houzz {
	background: #7CC04B;
}

ul.mks_social_widget_ul .socicon-houzz:before {
	content: "\e040"
}

ul.mks_social_widget_ul .socicon-icq {
	background: #7EBD00;
}

ul.mks_social_widget_ul .socicon-icq:before {
	content: "\e041"
}

ul.mks_social_widget_ul .socicon-identica {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-identica:before {
	content: "\e042"
}

ul.mks_social_widget_ul .socicon-imdb {
	background: #E8BA00;
}

ul.mks_social_widget_ul .socicon-imdb:before {
	content: "\e043"
}

ul.mks_social_widget_ul .socicon-instagram {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-instagram:before {
	content: "\e044"
}

ul.mks_social_widget_ul .socicon-issuu {
	background: #F26F61;
}

ul.mks_social_widget_ul .socicon-issuu:before {
	content: "\e045"
}

ul.mks_social_widget_ul .socicon-istock {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-istock:before {
	content: "\e046"
}

ul.mks_social_widget_ul .socicon-itunes {
	background: #ff5e51;
}

ul.mks_social_widget_ul .socicon-itunes:before {
	content: "\e047"
}

ul.mks_social_widget_ul .socicon-keybase {
	background: #FF7100;
}

ul.mks_social_widget_ul .socicon-keybase:before {
	content: "\e048"
}

ul.mks_social_widget_ul .socicon-lanyrd {
	background: #3c80c9;
}

ul.mks_social_widget_ul .socicon-lanyrd:before {
	content: "\e049"
}

ul.mks_social_widget_ul .socicon-lastfm {
	background: #d41316;
}

ul.mks_social_widget_ul .socicon-lastfm:before {
	content: "\e04a"
}

ul.mks_social_widget_ul .socicon-line {
	background: #00B901;
}

ul.mks_social_widget_ul .socicon-line:before {
	content: "\e04b"
}

ul.mks_social_widget_ul .socicon-linkedin {
	background: #3371b7;
}

ul.mks_social_widget_ul .socicon-linkedin:before {
	content: "\e04c"
}

ul.mks_social_widget_ul .socicon-livejournal {
	background: #0099CC;
}

ul.mks_social_widget_ul .socicon-livejournal:before {
	content: "\e04d"
}

ul.mks_social_widget_ul .socicon-lyft {
	background: #FF00BF;
}

ul.mks_social_widget_ul .socicon-lyft:before {
	content: "\e04e"
}

ul.mks_social_widget_ul .socicon-macos {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-macos:before {
	content: "\e04f"
}

ul.mks_social_widget_ul .socicon-mail {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-mail:before {
	content: "\e050"
}

ul.mks_social_widget_ul .socicon-medium {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-medium:before {
	content: "\e051"
}

ul.mks_social_widget_ul .socicon-meetup {
	background: #e2373c;
}

ul.mks_social_widget_ul .socicon-meetup:before {
	content: "\e052"
}

ul.mks_social_widget_ul .socicon-mixcloud {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-mixcloud:before {
	content: "\e053"
}

ul.mks_social_widget_ul .socicon-modelmayhem {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-modelmayhem:before {
	content: "\e054"
}

ul.mks_social_widget_ul .socicon-mumble {
	background: #5AB5D1;
}

ul.mks_social_widget_ul .socicon-mumble:before {
	content: "\e055"
}

ul.mks_social_widget_ul .socicon-myspace {
	background: #323232;
}

ul.mks_social_widget_ul .socicon-myspace:before {
	content: "\e056"
}

ul.mks_social_widget_ul .socicon-newsvine {
	background: #075B2F;
}

ul.mks_social_widget_ul .socicon-newsvine:before {
	content: "\e057"
}

ul.mks_social_widget_ul .socicon-nintendo {
	background: #F58A33;
}

ul.mks_social_widget_ul .socicon-nintendo:before {
	content: "\e058"
}

ul.mks_social_widget_ul .socicon-npm {
	background: #C12127;
}

ul.mks_social_widget_ul .socicon-npm:before {
	content: "\e059"
}

ul.mks_social_widget_ul .socicon-odnoklassniki {
	background: #f48420;
}

ul.mks_social_widget_ul .socicon-odnoklassniki:before {
	content: "\e05a"
}

ul.mks_social_widget_ul .socicon-openid {
	background: #f78c40;
}

ul.mks_social_widget_ul .socicon-openid:before {
	content: "\e05b"
}

ul.mks_social_widget_ul .socicon-opera {
	background: #FF1B2D;
}

ul.mks_social_widget_ul .socicon-opera:before {
	content: "\e05c"
}

ul.mks_social_widget_ul .socicon-outlook {
	background: #0072C6;
}

ul.mks_social_widget_ul .socicon-outlook:before {
	content: "\e05d"
}

ul.mks_social_widget_ul .socicon-overwatch {
	background: #9E9E9E;
}

ul.mks_social_widget_ul .socicon-overwatch:before {
	content: "\e05e"
}

ul.mks_social_widget_ul .socicon-patreon {
	background: #F96854;
}

ul.mks_social_widget_ul .socicon-patreon:before {
	content: "\e05f"
}

ul.mks_social_widget_ul .socicon-paypal {
	background: #009cde;
}

ul.mks_social_widget_ul .socicon-paypal:before {
	content: "\e060"
}

ul.mks_social_widget_ul .socicon-periscope {
	background: #3AA4C6;
}

ul.mks_social_widget_ul .socicon-periscope:before {
	content: "\e061"
}

ul.mks_social_widget_ul .socicon-persona {
	background: #e6753d;
}

ul.mks_social_widget_ul .socicon-persona:before {
	content: "\e062"
}

ul.mks_social_widget_ul .socicon-pinterest {
	background: #c92619;
}

ul.mks_social_widget_ul .socicon-pinterest:before {
	content: "\e063"
}

ul.mks_social_widget_ul .socicon-play {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-play:before {
	content: "\e064"
}

ul.mks_social_widget_ul .socicon-player {
	background: #6E41BD;
}

ul.mks_social_widget_ul .socicon-player:before {
	content: "\e065"
}

ul.mks_social_widget_ul .socicon-playstation {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-playstation:before {
	content: "\e066"
}

ul.mks_social_widget_ul .socicon-pocket {
	background: #ED4055;
}

ul.mks_social_widget_ul .socicon-pocket:before {
	content: "\e067"
}

ul.mks_social_widget_ul .socicon-qq {
	background: #4297d3;
}

ul.mks_social_widget_ul .socicon-qq:before {
	content: "\e068"
}

ul.mks_social_widget_ul .socicon-quora {
	background: #cb202d;
}

ul.mks_social_widget_ul .socicon-quora:before {
	content: "\e069"
}

ul.mks_social_widget_ul .socicon-raidcall {
	background: #073558;
}

ul.mks_social_widget_ul .socicon-raidcall:before {
	content: "\e06a"
}

ul.mks_social_widget_ul .socicon-ravelry {
	background: #B6014C;
}

ul.mks_social_widget_ul .socicon-ravelry:before {
	content: "\e06b"
}

ul.mks_social_widget_ul .socicon-reddit {
	background: #e74a1e;
}

ul.mks_social_widget_ul .socicon-reddit:before {
	content: "\e06c"
}

ul.mks_social_widget_ul .socicon-renren {
	background: #2266b0;
}

ul.mks_social_widget_ul .socicon-renren:before {
	content: "\e06d"
}

ul.mks_social_widget_ul .socicon-researchgate {
	background: #00CCBB;
}

ul.mks_social_widget_ul .socicon-researchgate:before {
	content: "\e06e"
}

ul.mks_social_widget_ul .socicon-residentadvisor {
	background: #B3BE1B;
}

ul.mks_social_widget_ul .socicon-residentadvisor:before {
	content: "\e06f"
}

ul.mks_social_widget_ul .socicon-reverbnation {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-reverbnation:before {
	content: "\e070"
}

ul.mks_social_widget_ul .socicon-rss {
	background: #f26109;
}

ul.mks_social_widget_ul .socicon-rss:before {
	content: "\e071"
}

ul.mks_social_widget_ul .socicon-sharethis {
	background: #01bf01;
}

ul.mks_social_widget_ul .socicon-sharethis:before {
	content: "\e072"
}

ul.mks_social_widget_ul .socicon-skype {
	background: #28abe3;
}

ul.mks_social_widget_ul .socicon-skype:before {
	content: "\e073"
}

ul.mks_social_widget_ul .socicon-slideshare {
	background: #4ba3a6;
}

ul.mks_social_widget_ul .socicon-slideshare:before {
	content: "\e074"
}

ul.mks_social_widget_ul .socicon-smugmug {
	background: #ACFD32;
}

ul.mks_social_widget_ul .socicon-smugmug:before {
	content: "\e075"
}

ul.mks_social_widget_ul .socicon-snapchat {
	background: #fffa37;
}

ul.mks_social_widget_ul .socicon-snapchat:before {
	content: "\e076"
}

ul.mks_social_widget_ul .socicon-songkick {
	background: #F80046;
}

ul.mks_social_widget_ul .socicon-songkick:before {
	content: "\e077"
}

ul.mks_social_widget_ul .socicon-soundcloud {
	background: #fe3801;
}

ul.mks_social_widget_ul .socicon-soundcloud:before {
	content: "\e078"
}

ul.mks_social_widget_ul .socicon-spotify {
	background: #7bb342;
}

ul.mks_social_widget_ul .socicon-spotify:before {
	content: "\e079"
}

ul.mks_social_widget_ul .socicon-stackexchange {
	background: #2f2f2f;
}

ul.mks_social_widget_ul .socicon-stackexchange:before {
	content: "\e07a"
}

ul.mks_social_widget_ul .socicon-stackoverflow {
	background: #FD9827;
}

ul.mks_social_widget_ul .socicon-stackoverflow:before {
	content: "\e07b"
}

ul.mks_social_widget_ul .socicon-starcraft {
	background: #002250;
}

ul.mks_social_widget_ul .socicon-starcraft:before {
	content: "\e07c"
}

ul.mks_social_widget_ul .socicon-stayfriends {
	background: #F08A1C;
}

ul.mks_social_widget_ul .socicon-stayfriends:before {
	content: "\e07d"
}

ul.mks_social_widget_ul .socicon-steam {
	background: #171a21;
}

ul.mks_social_widget_ul .socicon-steam:before {
	content: "\e07e"
}

ul.mks_social_widget_ul .socicon-storehouse {
	background: #25B0E6;
}

ul.mks_social_widget_ul .socicon-storehouse:before {
	content: "\e07f"
}

ul.mks_social_widget_ul .socicon-strava {
	background: #FC4C02;
}

ul.mks_social_widget_ul .socicon-strava:before {
	content: "\e080"
}

ul.mks_social_widget_ul .socicon-streamjar {
	background: #503a60;
}

ul.mks_social_widget_ul .socicon-streamjar:before {
	content: "\e081"
}

ul.mks_social_widget_ul .socicon-stumbleupon {
	background: #e64011;
}

ul.mks_social_widget_ul .socicon-stumbleupon:before {
	content: "\e082"
}

ul.mks_social_widget_ul .socicon-swarm {
	background: #FC9D3C;
}

ul.mks_social_widget_ul .socicon-swarm:before {
	content: "\e083"
}

ul.mks_social_widget_ul .socicon-teamspeak {
	background: #465674;
}

ul.mks_social_widget_ul .socicon-teamspeak:before {
	content: "\e084"
}

ul.mks_social_widget_ul .socicon-teamviewer {
	background: #168EF4;
}

ul.mks_social_widget_ul .socicon-teamviewer:before {
	content: "\e085"
}

ul.mks_social_widget_ul .socicon-technorati {
	background: #5cb030;
}

ul.mks_social_widget_ul .socicon-technorati:before {
	content: "\e086"
}

ul.mks_social_widget_ul .socicon-telegram {
	background: #0088cc;
}

ul.mks_social_widget_ul .socicon-telegram:before {
	content: "\e087"
}

ul.mks_social_widget_ul .socicon-tripadvisor {
	background: #4B7E37;
}

ul.mks_social_widget_ul .socicon-tripadvisor:before {
	content: "\e088"
}

ul.mks_social_widget_ul .socicon-tripit {
	background: #1982C3;
}

ul.mks_social_widget_ul .socicon-tripit:before {
	content: "\e089"
}

ul.mks_social_widget_ul .socicon-triplej {
	background: #E53531;
}

ul.mks_social_widget_ul .socicon-triplej:before {
	content: "\e08a"
}

ul.mks_social_widget_ul .socicon-tumblr {
	background: #45556c;
}

ul.mks_social_widget_ul .socicon-tumblr:before {
	content: "\e08b"
}

ul.mks_social_widget_ul .socicon-twitch {
	background: #6441a5;
}

ul.mks_social_widget_ul .socicon-twitch:before {
	content: "\e08c"
}

ul.mks_social_widget_ul .socicon-twitter {
	background: #222222;
}

ul.mks_social_widget_ul .socicon-twitter:before {
	content: "\e959"
}

ul.mks_social_widget_ul .socicon-uber {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-uber:before {
	content: "\e08e"
}

ul.mks_social_widget_ul .socicon-ventrilo {
	background: #77808A;
}

ul.mks_social_widget_ul .socicon-ventrilo:before {
	content: "\e08f"
}

ul.mks_social_widget_ul .socicon-viadeo {
	background: #e4a000;
}

ul.mks_social_widget_ul .socicon-viadeo:before {
	content: "\e090"
}

ul.mks_social_widget_ul .socicon-viber {
	background: #7b519d;
}

ul.mks_social_widget_ul .socicon-viber:before {
	content: "\e091"
}

ul.mks_social_widget_ul .socicon-viewbug {
	background: #2B9FCF;
}

ul.mks_social_widget_ul .socicon-viewbug:before {
	content: "\e092"
}

ul.mks_social_widget_ul .socicon-vimeo {
	background: #51b5e7;
}

ul.mks_social_widget_ul .socicon-vimeo:before {
	content: "\e093"
}

ul.mks_social_widget_ul .socicon-vine {
	background: #00b389;
}

ul.mks_social_widget_ul .socicon-vine:before {
	content: "\e094"
}

ul.mks_social_widget_ul .socicon-vkontakte {
	background: #5a7fa6;
}

ul.mks_social_widget_ul .socicon-vkontakte:before {
	content: "\e095"
}

ul.mks_social_widget_ul .socicon-warcraft {
	background: #1EB10A;
}

ul.mks_social_widget_ul .socicon-warcraft:before {
	content: "\e096"
}

ul.mks_social_widget_ul .socicon-wechat {
	background: #09b507;
}

ul.mks_social_widget_ul .socicon-wechat:before {
	content: "\e097"
}

ul.mks_social_widget_ul .socicon-weibo {
	background: #e31c34;
}

ul.mks_social_widget_ul .socicon-weibo:before {
	content: "\e098"
}

ul.mks_social_widget_ul .socicon-whatsapp {
	background: #20B038;
}

ul.mks_social_widget_ul .socicon-whatsapp:before {
	content: "\e099"
}

ul.mks_social_widget_ul .socicon-wikipedia {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-wikipedia:before {
	content: "\e09a"
}

ul.mks_social_widget_ul .socicon-windows {
	background: #00BDF6;
}

ul.mks_social_widget_ul .socicon-windows:before {
	content: "\e09b"
}

ul.mks_social_widget_ul .socicon-wordpress {
	background: #464646;
}

ul.mks_social_widget_ul .socicon-wordpress:before {
	content: "\e09c"
}

ul.mks_social_widget_ul .socicon-wykop {
	background: #328efe;
}

ul.mks_social_widget_ul .socicon-wykop:before {
	content: "\e09d"
}

ul.mks_social_widget_ul .socicon-xbox {
	background: #92C83E;
}

ul.mks_social_widget_ul .socicon-xbox:before {
	content: "\e09e"
}

ul.mks_social_widget_ul .socicon-xing {
	background: #005a60;
}

ul.mks_social_widget_ul .socicon-xing:before {
	content: "\e09f"
}

ul.mks_social_widget_ul .socicon-yahoo {
	background: #6e2a85;
}

ul.mks_social_widget_ul .socicon-yahoo:before {
	content: "\e0a0"
}

ul.mks_social_widget_ul .socicon-yammer {
	background: #1175C4;
}

ul.mks_social_widget_ul .socicon-yammer:before {
	content: "\e0a1"
}

ul.mks_social_widget_ul .socicon-yandex {
	background: #FF0000;
}

ul.mks_social_widget_ul .socicon-yandex:before {
	content: "\e0a2"
}

ul.mks_social_widget_ul .socicon-yelp {
	background: #c83218;
}

ul.mks_social_widget_ul .socicon-yelp:before {
	content: "\e0a3"
}

ul.mks_social_widget_ul .socicon-younow {
	background: #61C03E;
}

ul.mks_social_widget_ul .socicon-younow:before {
	content: "\e0a4"
}

ul.mks_social_widget_ul .socicon-youtube {
	background: #e02a20;
}

ul.mks_social_widget_ul .socicon-youtube:before {
	content: "\e0a5"
}

ul.mks_social_widget_ul .socicon-zapier {
	background: #FF4A00;
}

ul.mks_social_widget_ul .socicon-zapier:before {
	content: "\e0a6"
}

ul.mks_social_widget_ul .socicon-zerply {
	background: #9DBC7A;
}

ul.mks_social_widget_ul .socicon-zerply:before {
	content: "\e0a7"
}

ul.mks_social_widget_ul .socicon-zomato {
	background: #cb202d;
}

ul.mks_social_widget_ul .socicon-zomato:before {
	content: "\e0a8"
}

ul.mks_social_widget_ul .socicon-zynga {
	background: #DC0606;
}

ul.mks_social_widget_ul .socicon-zynga:before {
	content: "\e0a9"
}

ul.mks_social_widget_ul .socicon-spreadshirt {
	background: #00b2a6;
}

ul.mks_social_widget_ul .socicon-spreadshirt:before {
	content: "\e900"
}

ul.mks_social_widget_ul .socicon-trello {
	background: #0079bf;
}

ul.mks_social_widget_ul .socicon-trello:before {
	content: "\e902"
}

ul.mks_social_widget_ul .socicon-gamejolt {
	background: #191919;
}

ul.mks_social_widget_ul .socicon-gamejolt:before {
	content: "\e901"
}

ul.mks_social_widget_ul .socicon-tunein {
	background: #36b4a7;
}

ul.mks_social_widget_ul .socicon-tunein:before {
	content: "\e903"
}

ul.mks_social_widget_ul .socicon-bloglovin {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-bloglovin:before {
	content: "\e904"
}

ul.mks_social_widget_ul .socicon-gamewisp {
	background: #F8A853;
}

ul.mks_social_widget_ul .socicon-gamewisp:before {
	content: "\e905"
}

ul.mks_social_widget_ul .socicon-messenger {
	background: #0084ff;
}

ul.mks_social_widget_ul .socicon-messenger:before {
	content: "\e906"
}

ul.mks_social_widget_ul .socicon-pandora {
	background: #224099;
}

ul.mks_social_widget_ul .socicon-pandora:before {
	content: "\e907"
}

ul.mks_social_widget_ul .socicon-microsoft {
	background: #666666;
}

ul.mks_social_widget_ul .socicon-microsoft:before {
	content: "\e90e"
}

ul.mks_social_widget_ul .socicon-mobcrush {
	background: #FFEE00;
}

ul.mks_social_widget_ul .socicon-mobcrush:before {
	content: "\e90d"
}

ul.mks_social_widget_ul .socicon-sketchfab {
	background: #00A5D6;
}

ul.mks_social_widget_ul .socicon-sketchfab:before {
	content: "\e90c"
}

ul.mks_social_widget_ul .socicon-yt-gaming {
	background: #E91D00;
}

ul.mks_social_widget_ul .socicon-yt-gaming:before {
	content: "\e90b"
}

ul.mks_social_widget_ul .socicon-fyuse {
	background: #FF3143;
}

ul.mks_social_widget_ul .socicon-fyuse:before {
	content: "\e90a"
}

ul.mks_social_widget_ul .socicon-bitbucket {
	background: #243759;
}

ul.mks_social_widget_ul .socicon-bitbucket:before {
	content: "\e909"
}

ul.mks_social_widget_ul .socicon-augment {
	background: #E71204;
}

ul.mks_social_widget_ul .socicon-augment:before {
	content: "\e908"
}

ul.mks_social_widget_ul .socicon-toneden {
	background: #777BF9;
}

ul.mks_social_widget_ul .socicon-toneden:before {
	content: "\e93a"
}

ul.mks_social_widget_ul .socicon-niconico {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-niconico:before {
	content: "\e939"
}

ul.mks_social_widget_ul .socicon-zillow {
	background: #0074e4;
}

ul.mks_social_widget_ul .socicon-zillow:before {
	content: "\e938"
}

ul.mks_social_widget_ul .socicon-googlemaps {
	background: #4285F4;
}

ul.mks_social_widget_ul .socicon-googlemaps:before {
	content: "\e937"
}

ul.mks_social_widget_ul .socicon-booking {
	background: #003580;
}

ul.mks_social_widget_ul .socicon-booking:before {
	content: "\e936"
}

ul.mks_social_widget_ul .socicon-fundable {
	background: #1d181f;
}

ul.mks_social_widget_ul .socicon-fundable:before {
	content: "\e935"
}

ul.mks_social_widget_ul .socicon-upwork {
	background: #5BBC2F;
}

ul.mks_social_widget_ul .socicon-upwork:before {
	content: "\e934"
}

ul.mks_social_widget_ul .socicon-ghost {
	background: #33393C;
}

ul.mks_social_widget_ul .socicon-ghost:before {
	content: "\e933"
}

ul.mks_social_widget_ul .socicon-loomly {
	background: #00425f;
}

ul.mks_social_widget_ul .socicon-loomly:before {
	content: "\e932"
}

ul.mks_social_widget_ul .socicon-trulia {
	background: #20BF63;
}

ul.mks_social_widget_ul .socicon-trulia:before {
	content: "\e931"
}

ul.mks_social_widget_ul .socicon-ask {
	background: #CF0000;
}

ul.mks_social_widget_ul .socicon-ask:before {
	content: "\e930"
}

ul.mks_social_widget_ul .socicon-gust {
	background: #1E2E3E;
}

ul.mks_social_widget_ul .socicon-gust:before {
	content: "\e92f"
}

ul.mks_social_widget_ul .socicon-toptal {
	background: #4C73AA;
}

ul.mks_social_widget_ul .socicon-toptal:before {
	content: "\e92e"
}

ul.mks_social_widget_ul .socicon-squarespace {
	background: #121212;
}

ul.mks_social_widget_ul .socicon-squarespace:before {
	content: "\e92d"
}

ul.mks_social_widget_ul .socicon-bonanza {
	background: #62764A;
}

ul.mks_social_widget_ul .socicon-bonanza:before {
	content: "\e92c"
}

ul.mks_social_widget_ul .socicon-doodle {
	background: #0064DC;
}

ul.mks_social_widget_ul .socicon-doodle:before {
	content: "\e92b"
}

ul.mks_social_widget_ul .socicon-bing {
	background: #008485;
}

ul.mks_social_widget_ul .socicon-bing:before {
	content: "\e92a"
}

ul.mks_social_widget_ul .socicon-seedrs {
	background: #7FBB31;
}

ul.mks_social_widget_ul .socicon-seedrs:before {
	content: "\e929"
}

ul.mks_social_widget_ul .socicon-freelancer {
	background: #0088CA;
}

ul.mks_social_widget_ul .socicon-freelancer:before {
	content: "\e928"
}

ul.mks_social_widget_ul .socicon-shopify {
	background: #5C6AC4;
}

ul.mks_social_widget_ul .socicon-shopify:before {
	content: "\e927"
}

ul.mks_social_widget_ul .socicon-googlecalendar {
	background: #3D81F6;
}

ul.mks_social_widget_ul .socicon-googlecalendar:before {
	content: "\e926"
}

ul.mks_social_widget_ul .socicon-redfin {
	background: #C82022;
}

ul.mks_social_widget_ul .socicon-redfin:before {
	content: "\e925"
}

ul.mks_social_widget_ul .socicon-wix {
	background: #0096FF;
}

ul.mks_social_widget_ul .socicon-wix:before {
	content: "\e924"
}

ul.mks_social_widget_ul .socicon-craigslist {
	background: #561A8B;
}

ul.mks_social_widget_ul .socicon-craigslist:before {
	content: "\e923"
}

ul.mks_social_widget_ul .socicon-alibaba {
	background: #FF6A00;
}

ul.mks_social_widget_ul .socicon-alibaba:before {
	content: "\e922"
}

ul.mks_social_widget_ul .socicon-zoom {
	background: #2D8CFF;
}

ul.mks_social_widget_ul .socicon-zoom:before {
	content: "\e921"
}

ul.mks_social_widget_ul .socicon-homes {
	background: #F7841B;
}

ul.mks_social_widget_ul .socicon-homes:before {
	content: "\e920"
}

ul.mks_social_widget_ul .socicon-appstore {
	background: #007AFF;
}

ul.mks_social_widget_ul .socicon-appstore:before {
	content: "\e91f"
}

ul.mks_social_widget_ul .socicon-guru {
	background: #4C81C0;
}

ul.mks_social_widget_ul .socicon-guru:before {
	content: "\e91e"
}

ul.mks_social_widget_ul .socicon-aliexpress {
	background: #E92C00;
}

ul.mks_social_widget_ul .socicon-aliexpress:before {
	content: "\e91d"
}

ul.mks_social_widget_ul .socicon-gotomeeting {
	background: #FD7A2B;
}

ul.mks_social_widget_ul .socicon-gotomeeting:before {
	content: "\e91c"
}

ul.mks_social_widget_ul .socicon-fiverr {
	background: #0DB62A;
}

ul.mks_social_widget_ul .socicon-fiverr:before {
	content: "\e91b"
}

ul.mks_social_widget_ul .socicon-logmein {
	background: #45B6F3;
}

ul.mks_social_widget_ul .socicon-logmein:before {
	content: "\e91a"
}

ul.mks_social_widget_ul .socicon-openaigym {
	background: #29A8B3;
}

ul.mks_social_widget_ul .socicon-openaigym:before {
	content: "\e919"
}

ul.mks_social_widget_ul .socicon-slack {
	background: #4B6BC6;
}

ul.mks_social_widget_ul .socicon-slack:before {
	content: "\e918"
}

ul.mks_social_widget_ul .socicon-codepen {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-codepen:before {
	content: "\e917"
}

ul.mks_social_widget_ul .socicon-angieslist {
	background: #299F37;
}

ul.mks_social_widget_ul .socicon-angieslist:before {
	content: "\e916"
}

ul.mks_social_widget_ul .socicon-homeadvisor {
	background: #EF8B1D;
}

ul.mks_social_widget_ul .socicon-homeadvisor:before {
	content: "\e915"
}

ul.mks_social_widget_ul .socicon-unsplash {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-unsplash:before {
	content: "\e914"
}

ul.mks_social_widget_ul .socicon-mastodon {
	background: #2986D6;
}

ul.mks_social_widget_ul .socicon-mastodon:before {
	content: "\e913"
}

ul.mks_social_widget_ul .socicon-natgeo {
	background: #222222;
}

ul.mks_social_widget_ul .socicon-natgeo:before {
	content: "\e912"
}

ul.mks_social_widget_ul .socicon-qobuz {
	background: #298FBF;
}

ul.mks_social_widget_ul .socicon-qobuz:before {
	content: "\e911"
}

ul.mks_social_widget_ul .socicon-tidal {
	background: #01FFFF;
}

ul.mks_social_widget_ul .socicon-tidal:before {
	content: "\e910"
}

ul.mks_social_widget_ul .socicon-realtor {
	background: #D52228;
}

ul.mks_social_widget_ul .socicon-realtor:before {
	content: "\e90f"
}

ul.mks_social_widget_ul .socicon-calendly {
	background: #00a3fa;
}

ul.mks_social_widget_ul .socicon-calendly:before {
	content: "\e93d"
}

ul.mks_social_widget_ul .socicon-homify {
	background: #7DCDA3;
}

ul.mks_social_widget_ul .socicon-homify:before {
	content: "\e93c"
}

ul.mks_social_widget_ul .socicon-crunchbase {
	background: #0288d1;
}

ul.mks_social_widget_ul .socicon-crunchbase:before {
	content: "\e93b"
}

ul.mks_social_widget_ul .socicon-livemaster {
	background: #e76d00;
}

ul.mks_social_widget_ul .socicon-livemaster:before {
	content: "\e93e"
}

ul.mks_social_widget_ul .socicon-udemy {
	background: #17aa1c;
}

ul.mks_social_widget_ul .socicon-udemy:before {
	content: "\e93f"
}

ul.mks_social_widget_ul .socicon-nextdoor {
	background: #01B247;
}

ul.mks_social_widget_ul .socicon-nextdoor:before {
	content: "\e942"
}

ul.mks_social_widget_ul .socicon-origin {
	background: #F56C2E;
}

ul.mks_social_widget_ul .socicon-origin:before {
	content: "\e941"
}

ul.mks_social_widget_ul .socicon-codered {
	background: #FF033B;
}

ul.mks_social_widget_ul .socicon-codered:before {
	content: "\e940"
}

ul.mks_social_widget_ul .socicon-portfolio {
	background: #54AFFF;
}

ul.mks_social_widget_ul .socicon-portfolio:before {
	content: "\e943"
}

ul.mks_social_widget_ul .socicon-instructables {
	background: #f8b514;
}

ul.mks_social_widget_ul .socicon-instructables:before {
	content: "\e944"
}

ul.mks_social_widget_ul .socicon-gitlab {
	background: #e65228;
}

ul.mks_social_widget_ul .socicon-gitlab:before {
	content: "\e945"
}

ul.mks_social_widget_ul .socicon-mailru {
	background: #FDA840;
}

ul.mks_social_widget_ul .socicon-mailru:before {
	content: "\e94a"
}

ul.mks_social_widget_ul .socicon-bookbub {
	background: #E70005;
}

ul.mks_social_widget_ul .socicon-bookbub:before {
	content: "\e949"
}

ul.mks_social_widget_ul .socicon-kobo {
	background: #BF0000;
}

ul.mks_social_widget_ul .socicon-kobo:before {
	content: "\e948"
}

ul.mks_social_widget_ul .socicon-smashwords {
	background: #4181C3;
}

ul.mks_social_widget_ul .socicon-smashwords:before {
	content: "\e947"
}

ul.mks_social_widget_ul .socicon-hackernews {
	background: #FF6601;
}

ul.mks_social_widget_ul .socicon-hackernews:before {
	content: "\e946"
}

ul.mks_social_widget_ul .socicon-hackerone {
	background: #ec1075;
}

ul.mks_social_widget_ul .socicon-hackerone:before {
	content: "\e956"
}

ul.mks_social_widget_ul .socicon-beatport {
	background: #94d500;
}

ul.mks_social_widget_ul .socicon-beatport:before {
	content: "\e955"
}

ul.mks_social_widget_ul .socicon-napster {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-napster:before {
	content: "\e954"
}

ul.mks_social_widget_ul .socicon-spip {
	background: #E00D6F;
}

ul.mks_social_widget_ul .socicon-spip:before {
	content: "\e953"
}

ul.mks_social_widget_ul .socicon-wickr {
	background: #F29100;
}

ul.mks_social_widget_ul .socicon-wickr:before {
	content: "\e952"
}

ul.mks_social_widget_ul .socicon-blackberry {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-blackberry:before {
	content: "\e951"
}

ul.mks_social_widget_ul .socicon-myanimelist {
	background: #2E51A2;
}

ul.mks_social_widget_ul .socicon-myanimelist:before {
	content: "\e950"
}

ul.mks_social_widget_ul .socicon-pixiv {
	background: #049CFF;
}

ul.mks_social_widget_ul .socicon-pixiv:before {
	content: "\e94f"
}

ul.mks_social_widget_ul .socicon-gamefor {
	background: #506F82;
}

ul.mks_social_widget_ul .socicon-gamefor:before {
	content: "\e94e"
}

ul.mks_social_widget_ul .socicon-traxsource {
	background: #40A0FF;
}

ul.mks_social_widget_ul .socicon-traxsource:before {
	content: "\e94d"
}

ul.mks_social_widget_ul .socicon-indiedb {
	background: #77C628;
}

ul.mks_social_widget_ul .socicon-indiedb:before {
	content: "\e94c"
}

ul.mks_social_widget_ul .socicon-moddb {
	background: #CC0300;
}

ul.mks_social_widget_ul .socicon-moddb:before {
	content: "\e94b"
}

ul.mks_social_widget_ul .socicon-internet {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-internet:before {
	content: "\e957"
}

ul.mks_social_widget_ul .socicon-tiktok {
	background: #00f2ea;
}

ul.mks_social_widget_ul .socicon-tiktok:before {
	content: "\e958"
}ul.mks_themeforest_widget_ul li{
	width: 80px !important;
	height: 80px;
	display: inline-block !important;
	margin: 0 2px 4px 0;
	padding: 0;
	vertical-align: top;
}

ul.mks_themeforest_widget_ul li img{
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}
.mks_read_more{
	text-align: center;
}
.mks_read_more{margin-top: 10px;}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.essb_links.essb_button_animation_legacy1 a,.essb_links.essb_button_animation_legacy2 a,.essb_links.essb_button_animation_legacy3 a,.essb_links.essb_button_animation_legacy4 a,.essb_links.essb_button_animation_legacy5 a,.essb_links.essb_button_animation_legacy6 a{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.essb_links.essb_button_animation_legacy1 a:hover{transform:translateY(-5px);-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-o-transform:translateY(-5px)}.essb_links.essb_button_animation_legacy2 a:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2)}.essb_links.essb_button_animation_legacy3 a:hover{transform:rotateZ(360deg);-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg)}.essb_links.essb_button_animation_legacy4 a:hover{padding-left:30px!important}.essb_links.essb_button_animation_legacy5 a:hover{padding-right:30px!important}.essb_links.essb_button_animation_legacy6 a:hover{padding-left:30px!important;padding-right:30px!important}@-webkit-keyframes essb_animate_fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes essb_animate_fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes essb_animate_fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes essb_animate_fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes essb_animate_fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes essb_animate_fadeOut{0%{opacity:1}100%{opacity:0}}@-o-keyframes essb_animate_fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes essb_animate_fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes essb_animate_fadeInLeft{0%{opacity:0;-webkit-transform:translateX(30%)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes essb_animate_fadeInLeft{0%{opacity:0;-moz-transform:translateX(30%)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes essb_animate_fadeInLeft{0%{opacity:0;-o-transform:translateX(30%)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes essb_animate_fadeInLeft{from{opacity:0;transform:translateX(30%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes essb_animate_fadeInRight{0%{opacity:0;-webkit-transform:translateX(-30%)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes essb_animate_fadeInRight{0%{opacity:0;-moz-transform:translateX(-30%)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes essb_animate_fadeInRight{0%{opacity:0;-o-transform:translateX(-30%)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes essb_animate_fadeInRight{from{opacity:0;transform:translateX(-30%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes essb_animate_fadeInBottom{0%{opacity:0;-webkit-transform:translateY(-30%)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes essb_animate_fadeInBottom{0%{opacity:0;-moz-transform:translateY(-30%)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes essb_animate_fadeInBottom{0%{opacity:0;-o-transform:translateY(-30%)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes essb_animate_fadeInBottom{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes essb_animate_fadeInTop{0%{opacity:0;-webkit-transform:translateY(30%)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes essb_animate_fadeInTop{0%{opacity:0;-moz-transform:translateY(30%)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes essb_animate_fadeInTop{0%{opacity:0;-o-transform:translateY(30%)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes essb_animate_fadeInTop{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes essb_animate_slideTop{0%,100%{-webkit-transform:translateY(0)}}@-moz-keyframes essb_animate_slideTop{0%,100%{-moz-transform:translateY(0)}}@-o-keyframes essb_animate_slideTop{0%,100%{-o-transform:translateY(0)}}@keyframes essb_animate_slideTop{0%,100%{transform:translateY(0)}}/*! The following animations courtesy of Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2014 Daniel Eden */@-webkit-keyframes essb_animate_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes essb_animate_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@-webkit-keyframes essb_animate_tada{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes essb_animate_tada{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@-webkit-keyframes essb_animate_bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes essb_animate_bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-webkit-keyframes essb_animate_flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes essb_animate_flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes essb_animate_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes essb_animate_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes essb_animate_lightSpeedIn{0%{-webkit-transform:translate3d(30%,0,0) skewX(-10deg);transform:translate3d(30%,0,0) skewX(-10deg);opacity:0}60%{-webkit-transform:skewX(5deg);transform:skewX(5deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes essb_animate_lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes essb_animate_flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes essb_animate_flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes essb_animate_shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes essb_animate_shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-webkit-keyframes essb_animate_rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes essb_animate_rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@-webkit-keyframes essb_animation_wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes essb_animation_wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.essb_links.essb_icon_animation1 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_lightSpeedIn .25s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_lightSpeedIn .25s 1 cubic-bezier(.77,0,.175,1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.essb_links.essb_icon_animation2 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_zoomIn .25s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_zoomIn .25s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_animation3 a:hover .essb_icon{opacity:1;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation:essb_animate_flipInX .7s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_flipInX .7s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_animation4 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_bounce .4s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_bounce .4s 1 cubic-bezier(.77,0,.175,1);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}.essb_links.essb_icon_animation5 a:hover .essb_icon{opacity:1;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation:essb_animate_swing .35s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_swing .35s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_animation6 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_tada .7s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_tada .7s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_animation7 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_fadeInLeft .7s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInLeft .7s 1 cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInLeft .25s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInLeft .25s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_animation8 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_fadeInRight .35s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInRight .35s .35s cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInRight .25s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInRight .25s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_animation9 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_fadeInBottom .35s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInBottom .35s 1 cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInBottom .25s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInBottom .25s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_aimation10 a:hover .essb_icon{opacity:1;-webkit-animation:essb_animate_fadeInTop .3s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInTop .3s 1 cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInTop .35s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInTop .3s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_icon_animation11 a:hover .essb_icon{opacity:1;-webkit-animation-name:essb_animate_flash;animation-name:essb_animate_flash;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_links.essb_icon_animation12 a:hover .essb_icon{opacity:1;-webkit-animation-name:essb_animate_shake;animation-name:essb_animate_shake;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_links.essb_icon_animation13 a:hover .essb_icon{opacity:1;-webkit-animation-name:essb_animate_rubberBand;animation-name:essb_animate_rubberBand;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_links.essb_icon_animation14 a:hover .essb_icon{opacity:1;-webkit-animation-name:essb_animation_wobble;animation-name:essb_animation_wobble;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_links.essb_button_animation1 li:hover a{opacity:1;-webkit-animation:essb_animate_lightSpeedIn .25s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_lightSpeedIn .25s 1 cubic-bezier(.77,0,.175,1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.essb_links.essb_button_animation2 li:hover a{opacity:1;-webkit-animation:essb_animate_zoomIn .4s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_zoomIn .4s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation3 li:hover a{opacity:1;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation:essb_animate_flipInX .8s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_flipInX .8s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation4 li:hover a{opacity:1;-webkit-animation:essb_animate_bounce .4s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_bounce .4s 1 cubic-bezier(.77,0,.175,1);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}.essb_links.essb_button_animation5 li:hover a{opacity:1;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation:essb_animate_swing .35s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_swing .35s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation6 li:hover a{opacity:1;-webkit-animation:essb_animate_tada .7s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_tada .7s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation7 li:hover a{opacity:1;-webkit-animation:essb_animate_fadeInLeft .3s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInLeft .3s 1 cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInLeft .3s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInLeft .3s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation8 li:hover a{opacity:1;-webkit-animation:essb_animate_fadeInRight .3s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInRight .3s 1 cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInRight .3s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInRight .3s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation9 li:hover a{opacity:1;-webkit-animation:essb_animate_fadeInBottom .3s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInBottom .3s 1 cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInBottom .3s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInBottom .3s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation10 li:hover a{opacity:1;-webkit-animation:essb_animate_fadeInTop .3s 1 cubic-bezier(.77,0,.175,1);-moz-animation:essb_animate_fadeInTop .3s 1 cubic-bezier(.77,0,.175,1);-o-animation:essb_animate_fadeInTop .3s 1 cubic-bezier(.77,0,.175,1);animation:essb_animate_fadeInTop .3s 1 cubic-bezier(.77,0,.175,1)}.essb_links.essb_button_animation11 li:hover a{opacity:1;-webkit-animation-name:essb_animate_flash;animation-name:essb_animate_flash;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_links.essb_button_animation12 li:hover a{opacity:1;-webkit-animation-name:essb_animate_shake;animation-name:essb_animate_shake;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_links.essb_button_animation13 li:hover a{opacity:1;-webkit-animation-name:essb_animate_rubberBand;animation-name:essb_animate_rubberBand;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_links.essb_button_animation14 li:hover a{opacity:1;-webkit-animation-name:essb_animation_wobble;animation-name:essb_animation_wobble;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.essb_clear{clear:both!important}.essb_links{word-wrap:normal!important;clear:both;margin:1em 0}.essb_links li,.essb_links li a,.essb_links li a .essb_icon,.essb_links li a .essb_network_name,.essb_links ul{font-size:100%;background-image:none;line-height:1em;text-transform:none;font-weight:400;margin:0;padding:0;border:0;outline:0;box-sizing:content-box;transform:translate3d(0,0,0);-webkit-font-smoothing:antialiased}.essb_links li,.essb_links ul{padding:0!important;margin:0!important;list-style:none!important}.essb_links li,.essb_links li a,.essb_links li a .essb_icon,.essb_links li a .essb_network_name{display:inline-block;vertical-align:middle}.essb_links li a{margin:2px 5px 2px 0;color:#fff!important;text-decoration:none;font-size:100%;background-clip:padding-box;transition:.2s linear}.essb_links .essb_icon{width:36px;height:36px;background-position:center;background-repeat:no-repeat}.essb_links .essb_vertical_name li a,.essb_links.essb_counter_modern_bottom.essb_counters .essb_icon,.essb_links.essb_links_center,.essb_links.essb_links_center li,.essb_links.essb_links_center li a,.essb_links.essb_network_align_center{text-align:center}.essb_links .essb_vertical_name li a .essb_network_name{display:block;margin:0 10px 8px}.essb-forced-hidden-always,.essb_links .essb_force_hide_name .essb_network_name,.essb_links .essb_hide_icon .essb_icon,.essb_links .essb_hide_icon .essb_svg_icon{display:none!important}.essb_links .essb_force_hide_name .essb_icon,.essb_links .essb_force_hide_name .essb_svg_icon,.essb_links.essb_width_flex li:last-of-type{margin-right:0!important}.essb_links .essb_hide_icon .essb_network_name{padding:10px 15px;margin-right:0!important}.essb_links .essb_hide_name a .essb_network_name{max-width:0;white-space:nowrap!important;overflow:hidden;transition:.2s ease-in-out;margin-right:0}.essb_links .essb_hide_name a .essb_icon,.essb_links li a .essb_network_name.essb_noname{margin-right:0}.essb_links .essb_hide_name a:hover .essb_network_name,.essb_links.essb_sharebtn_button .essb_hide_name .essb_link_sharebtn a .essb_network_name,.essb_links.essb_sharebtn_text .essb_hide_name .essb_link_sharebtn a .essb_network_name{max-width:420px;margin-right:10px}.essb_links li a:hover .essb_counter_insidehover,.essb_links.essb_sharebtn_button .essb_force_hide_name .essb_link_sharebtn .essb_network_name,.essb_links.essb_sharebtn_text .essb_force_hide_name .essb_link_sharebtn .essb_network_name{display:inline-block}.essb_links.essb_sharebtn_counter_bottom .essb_link_sharebtn .essb_network_name{display:block!important;text-align:center;margin-right:0!important;font-size:10px;margin-bottom:5px}.essb_links.essb_sharebtn_text .essb_link_sharebtn .essb_icon{visibility:hidden;width:10px}.essb_links.essb_sharebtn_icon .essb_hide_icon .essb_link_sharebtn .essb_icon{display:inline-block;margin-right:0}.essb_links.essb_sharebtn_icon .essb_hide_icon .essb_link_sharebtn .essb_network_name{padding:0}.essb_links .essb_icon:before{font-size:18px!important;text-align:center;position:absolute;top:9px;left:9px}.essb_links li a .essb_network_name{margin-right:15px;font-size:14px}.essb_links.essb_network_align_right .essb_network_name{float:right;margin-top:10px}.essb_links.essb_links_right{text-align:right}.essb_links.essb_width_columns_4 li{width:25%}.essb_links.essb_width_columns_5 li{width:20%}.essb_links.essb_width_columns_6 li{width:16.6666%}.essb_links.essb_width_columns_7 li{width:14.285%}.essb_links.essb_width_columns_8 li{width:12.5%}.essb_links.essb_width_columns_9 li{width:11.1111%}.essb_links.essb_width_columns_10 li{width:10%}.essb_links.essb_width_columns_3 li{width:33.3333%}.essb_links.essb_width_columns_2 li{width:50%}.essb_links.essb_nospace.essb_width_columns_1 li a,.essb_links.essb_nospace.essb_width_columns_10 li a,.essb_links.essb_nospace.essb_width_columns_2 li a,.essb_links.essb_nospace.essb_width_columns_3 li a,.essb_links.essb_nospace.essb_width_columns_4 li a,.essb_links.essb_nospace.essb_width_columns_5 li a,.essb_links.essb_nospace.essb_width_columns_6 li a,.essb_links.essb_nospace.essb_width_columns_7 li a,.essb_links.essb_nospace.essb_width_columns_8 li a,.essb_links.essb_nospace.essb_width_columns_9 li a,.essb_links.essb_width_columns_1 li{width:100%}.essb_links.essb_width_columns_1 li a,.essb_links.essb_width_columns_2 li a,.essb_links.essb_width_columns_3 li a,.essb_links.essb_width_columns_4 li a,.essb_links.essb_width_columns_5 li a{width:98%}.essb_links.essb_width_columns_10 li a,.essb_links.essb_width_columns_6 li a,.essb_links.essb_width_columns_7 li a,.essb_links.essb_width_columns_8 li a,.essb_links.essb_width_columns_9 li a{width:96%}.essb_nospace li a{margin-right:0!important;margin-bottom:0!important}.essb_links.essb_width_flex ul{display:flex;flex-direction:row;-webkit-flex-direction:row;align-items:stretch;-webkit-align-items:stretch}.essb_links.essb_width_flex li{flex:1;-webkit-flex:1;transition:flex .1s ease-in-out}.essb_links.essb_width_flex li:not(.essb_totalcount_item):hover{flex:1.3;-webkit-flex:1.3}.essb_links.essb_width_flex li:not(.essb_totalcount_item){margin-right:8px!important}.essb_links.essb_width_flex li a{width:100%;white-space:nowrap!important}.essb_links.essb_width_flex.essb_nospace li a{width:100%!important}.essb_links.essb_width_flex li.essb_link_less,.essb_links.essb_width_flex li.essb_link_more,.essb_links.essb_width_flex li.essb_link_more_dots,.essb_links.essb_width_flex li.essb_totalcount_item{width:inherit}.essb_links.essb_width_flex li.essb_link_less,.essb_links.essb_width_flex li.essb_totalcount_item{margin:auto 0!important;flex:none!important;-webkit-flex:none!important}.essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big,.essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_r_big{margin-right:0;margin-left:0;padding:0 10px}.essb_links.essb_fixed{position:fixed;top:0;background:#fff;display:block;padding-top:10px;padding-bottom:10px;padding-right:10px;z-index:2000}.essb-forced-hidden,.essb_links .essb_after_more,.essb_links .essb_link_less a .essb_network_name,.essb_links .essb_link_more a .essb_network_name,.essb_links .essb_link_more_dots a .essb_network_name{display:none}.essb_links .essb-s-c-light,.essb_links .essb-s-ch-light:hover{color:#fff!important;fill:#fff}.essb_links .essb-s-c-dark,.essb_links .essb-s-ch-dark:hover{color:#212121!important;fill:#212121}.essb_links .essb-s-bgh-dark,.essb_links.essb_template_clear-retina li a:focus .essb_icon,.essb_links.essb_template_clear-retina li a:hover .essb_icon,.essb_links.essb_template_grey-round-retina li a:focus,.essb_links.essb_template_grey-round-retina li a:hover{background-color:#212121!important}.essb_links .essb-s-bh-dark:hover{border-color:#212121}.essb_links .essb_link_svg_icon .essb_icon{display:inline-flex;align-items:center;justify-content:center}.essb_links .essb_link_svg_icon svg{height:18px;width:auto;fill:currentColor}.essb_links .essb-s-bg-network,.essb_links .essb-s-bgh-network:hover{background-color:var(--essb-network)!important}.essb_links .essb-s-c-network,.essb_links .essb-s-ch-network:hover{color:var(--essb-network)!important;fill:var(--essb-network)}.essb_links .essb-s-b-network{border-color:var(--essb-network)}.essb_links .essb-s-bh-network:hover{border-color:var(--essb-network)!important}.essb_links .essb_counter:after,.essb_links .essb_counter_right:before{top:50%;margin-top:-4px;border-bottom:4px solid transparent;border-top:4px solid transparent;content:"";position:absolute}.essb_links .essb_link_facebook{--essb-network:#0866FF}.essb_links .essb_link_del{--essb-network:#3398fc}.essb_links .essb_link_twitter{--essb-network:#00abf0}.essb_links .essb_link_twitter_x{--essb-network:#0f1419}.essb_links .essb_link_pinterest{--essb-network:#cd1c1f}.essb_links .essb_link_linkedin{--essb-network:#007bb6}.essb_links .essb_link_digg{--essb-network:#1b5791}.essb_links .essb_link_tumblr{--essb-network:#32506d}.essb_links .essb_link_vk{--essb-network:#45668e}.essb_links .essb_link_copy,.essb_links .essb_link_fintel,.essb_links .essb_link_instapaper,.essb_links .essb_link_mail,.essb_links .essb_link_print{--essb-network:#404040}.essb_links .essb_link_flattr{--essb-network:#8CB55B}.essb_links .essb_link_reddit{--essb-network:#FF5700}.essb_links .essb_link_amazon,.essb_links .essb_link_aol,.essb_links .essb_link_buffer{--essb-network:#111111}.essb_links .essb_link_love,.essb_links .essb_link_weibo{--essb-network:#ED1C24}.essb_links .essb_link_pocket{--essb-network:#EE4055}.essb_links .essb_link_xing{--essb-network:#135a5b}.essb_links .essb_link_ok{--essb-network:#F4731C}.essb_links .essb_link_less,.essb_links .essb_link_more{--essb-network:#c5c5c5}.essb_links .essb_link_whatsapp{--essb-network:#1D9E11}.essb_links .essb_link_meneame{--essb-network:#FF7D12}.essb_links .essb_link_blogger{--essb-network:#f59038}.essb_links .essb_link_yahoomail{--essb-network:#511295}.essb_links .essb_link_gmail{--essb-network:#dd4b39}.essb_links .essb_link_newsvine{--essb-network:#0d642e}.essb_links .essb_link_hackernews{--essb-network:#f08641}.essb_links .essb_link_evernote{--essb-network:#7cbf4b}.essb_links .essb_link_myspace{--essb-network:#3a5998}.essb_links .essb_link_mailru{--essb-network:#FAA519}.essb_links .essb_link_viadeo{--essb-network:#222222}.essb_links .essb_link_line{--essb-network:#2CBF13}.essb_links .essb_link_flipboard{--essb-network:#B31F17}.essb_links .essb_link_comments{--essb-network:#444}.essb_links .essb_link_yummly{--essb-network:#e26326}.essb_links .essb_link_sms{--essb-network:#4ea546}.essb_links .essb_link_viber{--essb-network:#7d539d}.essb_links .essb_link_telegram{--essb-network:#0088cc}.essb_links .essb_link_subscribe{--essb-network:#2c9ab7}.essb_links .essb_link_messenger{--essb-network:#0d87ff}.essb_links .essb_link_kakaotalk{--essb-network:#FBE600}.essb_links .essb_link_share,.essb_links .essb_link_sharebtn{--essb-network:#2B6A94}.essb_links .essb_link_livejournal{--essb-network:#0ca8ec}.essb_links .essb_link_yammer{--essb-network:#3469BA}.essb_links .essb_link_meetedgar{--essb-network:#6cbdc5}.essb_links .essb_link_mix{--essb-network:#ff8226}.essb_links .essb_hide_name .essb_link_less a:focus .essb_icon,.essb_links .essb_hide_name .essb_link_less a:hover .essb_icon,.essb_links .essb_hide_name .essb_link_more a:focus .essb_icon,.essb_links .essb_hide_name .essb_link_more a:hover .essb_icon,.essb_links .essb_hide_name .essb_link_more_dots a:focus .essb_icon,.essb_links .essb_hide_name .essb_link_more_dots a:hover .essb_icon,.essb_links .essb_link_less a .essb_icon,.essb_links .essb_link_more a .essb_icon,.essb_links .essb_link_more_dots a .essb_icon{margin-right:0!important;margin-left:0!important;padding:0}.essb_links .essb_counter_insidename{margin-left:5px;font-weight:700}.essb_links .essb_counter,.essb_links .essb_counter_right{position:relative;display:inline-block;border:1px solid #ddd;vertical-align:0;font-size:11px;color:#999;background:#fff;border-radius:4px;z-index:2;min-width:10px;padding:0 5px;line-height:24px;text-align:center}.essb_links .essb_counter:after{right:-4px;border-left:4px solid #fff}.essb_links .essb_counter_right{right:5px}.essb_links .essb_counter_right:before{left:-4px;border-right:4px solid #fff}.essb_links.essb_counter_modern_left .essb_counter{right:-5px;margin-right:10px!important;border-radius:4px;min-width:24px;text-align:center;background:#e6e7e9;color:#666;border:0}.essb_links.essb_counter_modern_right .essb_counter_right{right:0;margin-left:5px;margin-right:10px;border-radius:4px;min-width:24px;text-align:center;background:#e6e7e9;color:#666;border:0}.essb_links.essb_counter_modern_right .essb_counter_right:before{border-right:6px solid #e6e7e9}.essb_links.essb_counter_modern_left .essb_counter:after{border-left:6px solid #e6e7e9}.essb_links.essb_counter_modern_top .essb_counter{right:0;margin-bottom:7px;border-radius:4px;max-width:30px;text-align:center;background:#e6e7e9;color:#666;border:0;display:block}.essb_links.essb_counter_modern_top .essb_counter:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #e6e7e9;top:100%;left:50%;right:6px;margin-top:-2px;margin-left:-6px;margin-right:6px}.essb_links.essb_counter_modern_top_mini .essb_counter{position:absolute;top:-5px;right:10px;line-height:1;padding:4px;border-radius:4px;font-size:10px;background:#000638;color:#fff;border:0}.essb_links.essb_counter_modern_top_mini .essb_counter:after{border-left:0 solid #e6e7e9}.essb_links .essb_counter_topn{display:block;font-weight:700;text-align:center;margin-left:0;margin-right:0;margin-top:5px}.essb_links.essb_counter_modern_bottom.essb_counters .essb_network_name{display:block;font-weight:700;text-align:center;width:100%;margin-bottom:8px}.essb_links .essb_counter_insidebeforename{margin-right:5px;font-weight:700}.essb_links .essb_vertical_name .essb_counter_insidebeforename{margin-right:0;font-size:12px;display:block}.essb_links.essb_counter_inside_mini .essb_counter_inside,.essb_links.essb_counter_inside_mini .essb_counter_insidebeforename,.essb_links.essb_counter_inside_mini .essb_counter_insidename{background:rgba(0,0,0,.4);font-size:11px;padding:0 6px;line-height:18px;font-weight:400;display:inline-block;border-radius:5px}.essb_links.essb_counter_inside_mini .essb_counter_insidename{margin-left:10px}.essb_links .essb_counter_insidehover{display:none;font-size:14px;font-weight:700;margin-right:10px}.essb_links .essb-tc-block{display:flex;align-items:center;justify-content:center;margin:0 10px}.essb_links .essb-tc-style-text{font-size:15px;line-height:1em}.essb_links .essb-tc-style-text .essb-tc-block-text{margin-right:.25em}.essb_links .essb-tc-style-text .essb-tc-block-number{font-weight:600}.essb_links .essb-tc-style-text-big,.essb_links .essb-tc-style-text-big-icon .essb-tc-block-values{display:flex;flex-direction:column;align-items:center;justify-content:center}.essb_links .essb-tc-style-text-big .essb-tc-block-number,.essb_links .essb-tc-style-text-big-icon .essb-tc-block-values .essb-tc-block-number{font-size:18px;line-height:18px;font-weight:700;text-align:center}.essb_links .essb-tc-style-text-big .essb-tc-block-text,.essb_links .essb-tc-style-text-big-icon .essb-tc-block-values .essb-tc-block-text{font-size:11px;text-transform:uppercase;line-height:11px;font-weight:400;margin-top:.2em}.essb_links .essb-tc-style-text-big-icon .essb-svg-icon{width:18px;height:18px;margin-right:.4em}.essb_links.essb_template_bold-retina li a{border-radius:4px;-webkit-border-radius:4px}.essb_links.essb_template_bold-retina li a:focus,.essb_links.essb_template_bold-retina li a:hover,.essb_links.essb_template_copy-retina a:focus,.essb_links.essb_template_copy-retina a:hover,.essb_links.essb_template_default-retina a:focus,.essb_links.essb_template_default-retina a:hover,.essb_links.essb_template_deluxe-retina a:focus,.essb_links.essb_template_deluxe-retina a:hover,.essb_links.essb_template_fancy-bold-retina li a:focus,.essb_links.essb_template_fancy-bold-retina li a:hover,.essb_links.essb_template_fancy-retina a:focus,.essb_links.essb_template_fancy-retina a:hover,.essb_links.essb_template_flat-retina a:focus,.essb_links.essb_template_flat-retina a:hover,.essb_links.essb_template_jumbo-retina a:focus,.essb_links.essb_template_jumbo-retina a:hover,.essb_links.essb_template_metro-bold-retina li a:focus,.essb_links.essb_template_metro-bold-retina li a:hover,.essb_links.essb_template_tiny-retina a:focus,.essb_links.essb_template_tiny-retina a:hover{color:#fff!important;background:linear-gradient(to bottom,rgba(0,0,0,.05) 0,rgba(0,0,0,.3) 100%);background-clip:padding-box;-webkit-transition:background 50ms linear;-moz-transition:background 50ms linear;-ms-transition:background 50ms linear;-o-transition:background 50ms linear;transition:background 50ms linear}.essb_links.essb_template_bold-retina .essb_icon{background-color:rgba(0,0,0,.15);border-radius:4px}.essb_links.essb_template_bold-retina .essb_network_name,.essb_links.essb_template_fancy-bold-retina .essb_network_name,.essb_links.essb_template_metro-bold-retina .essb_network_name{font-weight:700}.essb_links.essb_template_bold-retina .essb_hide_name a:hover .essb_icon,.essb_links.essb_template_bold-retina li a .essb_icon,.essb_links.essb_template_fancy-bold-retina .essb_hide_name a:hover .essb_icon,.essb_links.essb_template_fancy-bold-retina li a .essb_icon{margin-right:8px}.essb_links.essb_template_default-retina li a{box-shadow:inset 0 -4px 0 rgba(0,0,0,.15);border-radius:3px}.essb_links.essb_template_default-retina .essb_links_list:hover li a{opacity:.5}.essb_links.essb_template_default-retina .essb_links_list:hover li a:hover,.essb_links.essb_template_flow-jump-retina li a:focus .essb_network_name,.essb_links.essb_template_flow-jump-retina li a:hover .essb_network_name{opacity:1}.essb_links.essb_template_dark-retina a{background-color:#111!important}.essb_links.essb_template_color-leafs .essb_link_kakaotalk a:focus,.essb_links.essb_template_color-leafs .essb_link_kakaotalk a:hover,.essb_links.essb_template_dark-retina .essb_link_kakaotalk a,.essb_links.essb_template_grey-fill-retina .essb_link_kakaotalk a,.essb_links.essb_template_grey-leafs .essb_link_kakaotalk a,.essb_links.essb_template_grey-round-retina .essb_link_kakaotalk a,.essb_links.essb_template_modern-retina li a:focus,.essb_links.essb_template_modern-retina li a:hover,.essb_links.essb_template_round-retina li a:focus,.essb_links.essb_template_round-retina li a:hover{color:#fff!important}.essb_links.essb_template_metro-retina a:focus,.essb_links.essb_template_metro-retina a:hover{color:#fff!important;background:linear-gradient(to bottom,rgba(255,255,255,.35) 0,rgba(255,255,255,0) 100%);background-clip:padding-box}.essb_links.essb_template_big-retina li a{border-radius:5px;background-image:linear-gradient(to top,rgba(255,255,255,0) 0,rgba(255,255,255,.26) 100%)}.essb_links.essb_template_big-retina a:focus,.essb_links.essb_template_big-retina a:hover{color:#fff!important;background-image:linear-gradient(to top,rgba(155,155,155,0) 0,rgba(155,155,155,.46) 100%);box-shadow:0 1px 1px rgba(0,0,0,.19),inset 0 0 5px rgba(155,155,155,.38);background-clip:padding-box}.essb_links.essb_template_circles-retina a,.essb_links.essb_template_clear-retina a,.essb_links.essb_template_clear-retina a:focus,.essb_links.essb_template_clear-retina a:hover,.essb_links.essb_template_clear-retina li a:focus,.essb_links.essb_template_clear-retina li a:hover,.essb_links.essb_template_grey-circles-outline-retina li a:focus,.essb_links.essb_template_grey-circles-outline-retina li a:hover,.essb_links.essb_template_light-retina a,.essb_links.essb_template_light-retina a:focus,.essb_links.essb_template_light-retina a:hover,.essb_links.essb_template_round-retina a{background-color:transparent!important}.essb_links.essb_template_flat-retina li a{box-shadow:inset 0 -4px 0 rgba(0,0,0,.15);border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:inset 0 -4px 0 rgba(0,0,0,.2)}.essb_links.essb_template_copy-retina .essb_icon,.essb_links.essb_template_tiny-retina .essb_icon{width:28px;height:28px}.essb_links.essb_template_copy-retina .essb_icon:before,.essb_links.essb_template_tiny-retina .essb_icon:before{font-size:14px!important;top:7px;left:7px}.essb_links.essb_template_copy-retina li a .essb_network_name,.essb_links.essb_template_tiny-retina li a .essb_network_name{font-size:13px}.essb_links.essb_template_round-retina li a{border-radius:18px;-webkit-border-radius:18px;box-shadow:1px 1px 3px 0 rgba(0,0,0,.2)}.essb_links.essb_template_clear-retina li a:focus,.essb_links.essb_template_clear-retina li a:hover,.essb_links.essb_template_round-retina li.essb_link_less a,.essb_links.essb_template_round-retina li.essb_link_more a,.essb_links.essb_template_round-retina li.essb_link_more_dots a{color:#212121!important}.essb_links.essb_template_modern-retina li a{border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:1px 1px 3px 0 rgba(0,0,0,.2)}.essb_links.essb_template_modern-retina a{background-color:transparent!important;border-bottom-width:3px;border-bottom-style:solid}.essb_links.essb_template_circles-retina li a{border-radius:18px;border-width:2px;border-style:solid}.essb_links.essb_template_blocks-retina li a,.essb_links.essb_template_grey-blocks-outline-retina li a{border-radius:0}.essb_links.essb_template_grey-circles-retina li a{border:1px solid #bfbfbf;color:#666!important;background-color:transparent!important;border-radius:18px}.essb_links.essb_template_grey-blocks-retina li a:focus,.essb_links.essb_template_grey-blocks-retina li a:hover,.essb_links.essb_template_grey-circles-retina li a:focus,.essb_links.essb_template_grey-circles-retina li a:hover{color:#fff!important;border:1px solid transparent}.essb_links.essb_template_grey-blocks-retina li a{border:1px solid #bfbfbf;color:#666!important;background-color:transparent!important}.essb_links.essb_template_clear-retina li a{color:#343434!important;background-color:transparent!important;font-weight:700}.essb_links.essb_template_clear-retina a .essb_network_name,.essb_links.essb_template_deluxe-retina .essb_network_name{margin-left:5px}.essb_links.essb_template_clear-retina a .essb_icon{color:#fff!important;border-radius:18px}.essb_links.essb_template_copy-retina a{border-radius:3px}.essb_links.essb_template_copy-retina .essb_counter_right{position:relative;right:6px;top:0;display:inline-block;padding:6px 7px;border:2px solid #ddd;border-left-width:0;vertical-align:0;font-size:11px;color:#999;background:#fff;border-radius:0 4px 4px 0}.essb_links.essb_template_copy-retina .essb_counter_right:before{content:"";position:absolute;left:0;top:50%;margin-top:0;border-right:0px solid #fff;border-bottom:0 solid transparent;border-top:0 solid transparent}.essb_links.essb_template_dimmed-retina a{background-color:transparent!important;border-radius:3px;opacity:.7}.essb_links.essb_template_dimmed-retina li a:focus,.essb_links.essb_template_dimmed-retina li a:hover{color:#fff!important;opacity:1}.essb_links.essb_template_grey-retina a{background-color:transparent!important;color:#454545!important;opacity:.5}.essb_links.essb_template_grey-retina li a:focus,.essb_links.essb_template_grey-retina li a:hover{background-color:transparent!important;color:#323232!important;opacity:1}.essb_links.essb_template_color-circles-retina .essb_icon,.essb_links.essb_template_jumbo-retina .essb_icon{width:48px;height:48px}.essb_links.essb_template_jumbo-retina .essb_icon:before{font-size:24px!important;top:12px;left:12px}.essb_links.essb_template_jumbo-retina li a .essb_network_name{font-size:15px}.essb_links.essb_template_jumbo-round-retina a{border-radius:5px}.essb_links.essb_template_classic-round-retina li a,.essb_links.essb_template_deluxe-retina a,.essb_links.essb_template_fancy-bold-retina li a,.essb_links.essb_template_fancy-retina a{border-radius:4px}.essb_links.essb_template_fancy-retina a .essb_icon{background-color:rgba(0,0,0,.2);width:28px;height:28px;border-radius:14px;margin:5px}.essb_links.essb_template_deluxe-retina a:focus .essb_icon,.essb_links.essb_template_deluxe-retina a:hover .essb_icon,.essb_links.essb_template_fancy-bold-retina a:hover .essb_icon,.essb_links.essb_template_fancy-retina a:focus .essb_icon,.essb_links.essb_template_fancy-retina a:hover .essb_icon{background-color:rgba(0,0,0,.4)}.essb_links.essb_template_fancy-retina .essb_icon:before{font-size:14px!important;text-align:center;position:absolute;top:7px;left:7px}.essb_links.essb_template_deluxe-retina a .essb_icon{background-color:rgba(0,0,0,.2);border-radius:4px;width:32px;height:32px}.essb_links.essb_template_deluxe-retina .essb_icon:before,.essb_links.essb_template_fancy-bold-retina .essb_icon:before{font-size:16px!important;text-align:center;position:absolute;top:8px;left:8px}.essb_links.essb_template_fancy-bold-retina a .essb_icon{background-color:rgba(0,0,0,.2);width:32px;height:32px;border-radius:16px;margin:5px}.essb_links.essb_template_retro-retina{font-family:Oswald,helvetica,arial,sans-serif}.essb_links.essb_template_retro-retina li a{box-shadow:1px 1px 2px 0 rgba(94,65,47,.2);background-color:#fdefc6!important;opacity:.8;color:#363636!important}.essb_links.essb_template_retro-retina a:focus,.essb_links.essb_template_retro-retina a:hover{background-clip:padding-box;opacity:1;background-color:#fef8e7!important;box-shadow:inset 1px 1px 2px 0 rgba(94,65,47,.2)}.essb_links.essb_template_default4-retina a{box-shadow:inset 0 -4px 0 rgba(0,0,0,.15);border-radius:4px;font-weight:700}.essb_links.essb_template_default4-retina a:focus,.essb_links.essb_template_default4-retina a:hover{background-color:#363636!important}.essb_links.essb_template_clear-rounded-retina a .essb_icon{color:#fff!important;border-radius:4px}.essb_links.essb_template_grey-fill-retina a{background-color:#454545!important}.essb_links.essb_template_grey-fill-retina a:focus,.essb_links.essb_template_grey-fill-retina a:hover{background-color:#717171!important}.essb_links.essb_template_white-fill-retina a{background-color:#fff!important;color:#656565!important}.essb_links.essb_template_white-fill-retina a:focus,.essb_links.essb_template_white-fill-retina a:hover{background-color:#fff!important;color:#121212!important}.essb_links.essb_template_white-retina a{background-color:transparent!important;color:#f3f4f5!important}.essb_links.essb_template_white-retina a:focus,.essb_links.essb_template_white-retina a:hover{background-color:transparent!important;color:#e3e4e5!important}.essb_links.essb_template_grey-round-retina li a{background-color:#616161!important;border-radius:18px}.essb_links.essb_template_modern-slim-retina li a{border-top-left-radius:0;border-top-right-radius:0;box-shadow:none!important;border-bottom-width:2px!important}.essb_links.essb_template_color-leafs li a{border-radius:14px 0}.essb_links.essb_template_color-leafs li a:focus,.essb_links.essb_template_color-leafs li a:hover{background-color:#353535!important}.essb_links.essb_template_grey-leafs li a{border-radius:14px 0;background-color:#353535!important}.essb_links.essb_tempate_color-blocks-outline-retina li a:focus,.essb_links.essb_tempate_color-blocks-outline-retina li a:hover,.essb_links.essb_tempate_color-circles-outline-retina li a:focus,.essb_links.essb_tempate_color-circles-outline-retina li a:hover{background-color:transparent!important;color:#515151!important;border-color:#515151!important}.essb_links.essb_template_grey-circles-outline-retina li a{background-color:transparent!important;color:#969696!important;border:2px solid #969696!important;border-radius:18px}.essb_links.essb_template_dark-outline-retina li a{background-color:transparent!important;opacity:.5;color:#454545!important;border:2px solid #454545!important}.essb_links.essb_template_dark-outline-retina li a:focus,.essb_links.essb_template_dark-outline-retina li a:hover{background-color:transparent!important;opacity:1;color:#454545!important;border:2px solid #454545!important}.essb_links.essb_template_dark-round-outline-retina li a{border-radius:18px}.essb_links.essb_template_classic-retina li a{background:#fafbfc;background:linear-gradient(to bottom,#fafbfc 0,#efefee 100%);border:1px solid #e1e1e1}.essb_links.essb_template_classic-fancy-retina li a{background-color:#fafafa!important;box-shadow:none!important;border-radius:4px}.essb_links.essb_template_classic-fancy-retina li a:focus,.essb_links.essb_template_classic-fancy-retina li a:hover{box-shadow:inset 0 4px 3px 0 rgba(0,0,0,.2)!important}.essb_links.essb_template_color-circles-retina li a{border-radius:24px}.essb_links.essb_template_color-circles-retina .essb_icon:before{font-size:22px!important;top:13px;left:13px}.essb_links.essb_template_massive-retina .essb_icon{width:55px;height:55px}.essb_links.essb_template_massive-retina .essb_icon:before{font-size:35px!important;top:10px;left:10px}.essb_links.essb_template_massive-retina .essb_network_name{font-size:11px}.essb_links.essb_template_massive-retina .essb_vertical_name li a .essb_network_name{margin:0 10px 12px}.essb_links.essb_template_cutoff-fill-retina,.essb_links.essb_template_cutoff-retina{overflow:hidden}.essb_links.essb_template_cutoff-fill-retina li a .essb_icon:before,.essb_links.essb_template_cutoff-retina li a .essb_icon:before{font-size:24px!important}.essb_links.essb_template_cutoff-fill-retina li a .essb_icon,.essb_links.essb_template_cutoff-retina li a .essb_icon{width:40px!important;height:40px!important;top:8px!important;left:8px!important}.essb_links.essb_template_cutoff-retina li a{border-radius:3px;box-shadow:none;transition:.1s cubic-bezier(.42, 0, .58, 1);top:16px;position:relative}.essb_links.essb_template_cutoff-fill-retina li a:hover,.essb_links.essb_template_cutoff-retina li a:hover{top:0}.essb_links.essb_template_cutoff-fill-retina li a{border-radius:4px;box-shadow:none;transition:.1s cubic-bezier(.42, 0, .58, 1);top:16px;position:relative}.essb_links.essb_template_modern-light-retina li a{background-color:#fff!important;border-radius:4px;box-shadow:none;transition-property:background-color;transition-duration:.2s;transition-timing-function:linear}.essb_links.essb_template_modern-light-retina li a .essb_icon{width:36px!important;height:36px!important;top:8px!important;left:8px!important}.essb_links.essb_template_modern-light-retina li a .essb_icon:before{font-size:20px!important}.essb_links.essb_template_modern-light-retina li a .essb_network_name{font-size:13px;text-transform:uppercase}.essb_links.essb_template_tiny-color-circles-retina li a{border-radius:16px}.essb_links.essb_template_tiny-color-circles-retina .essb_icon{width:32px;height:32px}.essb_links.essb_template_tiny-color-circles-retina .essb_icon:before{font-size:16px!important;top:8px;left:8px}.essb_links.essb_template_tiny-color-circles-retina li a .essb_network_name{font-size:12px;text-transform:uppercase;font-weight:400}.essb_links.essb_template_rainbow-retina li a{color:#fff!important;background:#e12f67;background:linear-gradient(224.65793970864146deg,#8043af,#8442aa 2.9%,#8740a9 2.9%,#8842a8 4.2%,#8d3fa7 5.9%,#8d41a4 6.7%,#9d3d9c 16.4%,#9f3c9a 16.4%,#a63b96 20.2%,#a73a97 20.2%,#a83b96 23%,#aa3a92 23%,#ac3990 25.3%,#b63a8b 31.2%,#b93a88 35%,#bb3986 35%,#bc3986 37.4%,#be3884 37.4%,#c03a83 39.7%,#c13c83 40.3%,#c4397f 41.2%,#c63b7a 44.3%,#ca3d75 46.9%,#cb3c75 47.5%,#ca3e74 49.4%,#cc3d74 49.4%,#ce3e75 50.3%,#cf3d74 50.3%,#d84466 59.1%,#d94367 59.1%,#ef6744 90.4%,#f26a43 95.1%,#f26c42 95.1%,#f3703f 97.8%,#f46f40 97.8%,#f57041 99.7%,#f47141 99.7%,#f47141);font-size:11px;text-transform:uppercase}.essb_links.essb_template_rainbow-retina li a:hover{box-shadow:0 5px 10px rgba(0,0,0,.16)!important;transform:translateY(-5px)!important}.essb_links.essb_template_flow-retina li a .essb_icon{width:18px!important;height:42px!important}.essb_links.essb_template_flow-retina li a .essb_icon:before{font-size:36px!important;top:3px!important;left:9px!important;opacity:.1}.essb_links.essb_template_flow-jump-retina li a:hover .essb_icon{width:36px!important}.essb_links.essb_template_flow-retina li a:focus .essb_icon:before,.essb_links.essb_template_flow-retina li a:hover .essb_icon:before{opacity:1;font-size:24px!important;top:9px!important}.essb_links.essb_template_flow-retina li a:focus .essb_network_name,.essb_links.essb_template_flow-retina li a:hover .essb_network_name{opacity:.25}.essb_links.essb_template_glow-retina li a:focus,.essb_links.essb_template_glow-retina li a:hover{transform:translateY(-3px);box-shadow:0 5px 20px rgba(0,0,0,.25)!important}.essb_links.essb_template_glow-retina a{box-shadow:none;font-weight:600;margin:5px 5px 5px 0}.essb_links.essb_template_glow-retina .essb_icon{height:42px;width:38px}.essb_links.essb_template_glow-retina .essb_icon:before{font-size:20px!important;top:11px!important}.essbasc-popup .essbasc-popup-header{line-height:48px;padding:0 15px;font-size:16px;font-weight:400;box-shadow:0 0 4px 0 rgba(0,0,0,.2)}@media (max-width:600px){.essb_morepopup.essb_morepopup_modern .essb_morepopup_content{padding:0 18px 0 0}}@media (max-width:768px){.essb_mobile_hidden,.essb_responsive_adaptive .essb_network_name{display:none!important}}@media (min-width:769px) and (max-width:1100px){.essb_responsive_adaptive li .essb_network_name,.essb_tablet_hidden{display:none!important}.essb_responsive_adaptive li a:hover .essb_network_name{display:inline-block!important}}@media (min-width:1101px){.essb_desktop_hidden,.essb_displayed_postfloat .essb_item.essb_desktop_hidden,.essb_displayed_sidebar .essb_item.essb_desktop_hidden{display:none!important}}@media (max-width:960px){.essb_links.essb_content_responsive .essb_counter_left,.essb_links.essb_content_responsive .essb_counter_right,.essb_links.essb_content_responsive li a .essb_network_name{display:none}}
.essb_links .essb_link_mastodon { --essb-network: #6364ff;}@media (max-width: 768px){.essb-mobile-sharebar, .essb-mobile-sharepoint, .essb-mobile-sharebottom, .essb-mobile-sharebottom .essb_links, .essb-mobile-sharebar-window .essb_links, .essb-mobile-sharepoint .essb_links{display:block;}.essb-mobile-sharebar .essb_native_buttons, .essb-mobile-sharepoint .essb_native_buttons, .essb-mobile-sharebottom .essb_native_buttons, .essb-mobile-sharebottom .essb_native_item, .essb-mobile-sharebar-window .essb_native_item, .essb-mobile-sharepoint .essb_native_item{display:none;}}@media (min-width: 768px){.essb-mobile-sharebar, .essb-mobile-sharepoint, .essb-mobile-sharebottom{display:none;}}
/*# sourceURL=easy-social-share-buttons-inline-css */
.essb_mailform_shadow{position:fixed;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,.4);z-index:1100;display:none}.essb_mailform{background-color:#fff;z-index:1101;-webkit-box-shadow:0 0 20px rgba(0,0,0,.3);box-shadow:0 0 20px rgba(0,0,0,.3);display:none;color:#111;-webkit-border-radius:3px;border-radius:3px;width:300px}.essb_mailform_header{background:#3b5897;color:#fff;line-height:60px}.essb_mailform_header div{font-size:16px;font-weight:600;padding:0 15px}.essb_mailform_content{padding:20px;margin:0}.essb_mailform_content p{margin-bottom:20px}.essb_mailform_content .essb_mailform_content_label{font-size:14px;line-height:20px;display:block}.essb_mailform_content .essb_mailform_content_input{background:#fff;border:1px solid #d9d9d9;border-radius:4px;box-shadow:none;font-size:14px;line-height:16px;padding:8px;margin-bottom:15px;width:100%;display:block}.essb_mailform_content .essb_mailform_content_input:focus{border:1px solid #2980b9}.essb_mailform_content .essb_mailform_content_button{font-weight:700;padding:8px 20px;text-align:center;background-color:#3b5897;color:#fff;font-size:13px;line-height:16px;border:0;box-shadow:none;border-radius:16px}.essb_mailform_content .essb_mailform_content_button:first-child{margin-right:10px}.essb_mailform_content .essb_mailform_content_buttons{border-top:1px solid #e3e3e3;padding-top:10px;text-align:center}.essb_mailform_content .essb_mailform_content_button:focus,.essb_mailform_content .essb_mailform_content_button:hover{background:#34495e!important}.essb_mailform_preview{font-size:12px;margin-bottom:10px}.essb-pin{position:relative!important;display:block!important;line-height:0!important;cursor:pointer}.essb-pin.aligncenter img{display:block;margin:0 auto 20px}.essb-pin .essb_links{margin:0!important;display:none;position:absolute;top:20px;left:20px;z-index:99}.essb-pin .essb_links.essb_always_visible,.essb-pin:hover .essb_links,.woocommerce-product-gallery__image .essb-pin .essb_links{display:block}.essb-pin .essb_links.essb_pos_top-right{left:auto;right:20px}.essb-pin .essb_links.essb_pos_top-middle{left:50%;margin-left:-40px!important}.essb-pin .essb_links.essb_pos_middle-right{left:auto;right:20px;top:50%;margin-top:-20px!important}.essb-pin .essb_links.essb_pos_middle-middle{left:50%;margin-left:-40px!important;top:50%;margin-top:-20px!important}.essb-pin .essb_links.essb_pos_middle-left{top:50%;margin-top:-20px!important}.essb-pin .essb_links.essb_pos_bottom-left{top:auto;bottom:20px}.essb-pin .essb_links.essb_pos_bottom-right{left:auto;right:20px;top:auto;bottom:20px}.essb-pin .essb_links.essb_pos_bottom-middle{left:50%;margin-left:-40px!important;top:auto;bottom:20px}.essb-pin .essb_links .essb-location-customize{display:none!important}.envira-lazy .essb-pin.envira-gallery-image img{opacity:1!important}@media screen and (max-width:1100px){.essb-pin .essb_links{display:block}.essb-pin .essb_links.essb_mobilepos_below{position:static}.essb-pin .essb_links.essb_mobilepos_hidden{display:none}}
       /* DO NOT REMOVE OR MODIFY */
/*{'skinName': 'mySkin', 'borderRadius': 5, 'main': 'rgb(255, 217, 102)', 'secondary': 'rgb(68, 68, 68)', 'playerPadding': 0}*/
/* END - DO NOT REMOVE OR MODIFY */
/*++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);
http://pupunzi.com/mb.components/mb.miniAudioPlayer/demo/skinMaker.html

Skin name: mySkin
borderRadius: 5
background: rgb(255, 217, 102)
icons: rgb(68, 68, 68)
border: rgb(55, 55, 55)
borderLeft: rgb(255, 230, 153)
borderRight: rgb(255, 204, 51)
mute: rgba(68, 68, 68, 0.4)
download: rgba(255, 217, 102, 0.4)
downloadHover: rgb(255, 217, 102)
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Older browser (IE8) - not supporting rgba() */
.mbMiniPlayer.mySkin .playerTable span{background-color:#ffd966}
.mbMiniPlayer.mySkin .playerTable span.map_play{border-left:1px solid #ffd966;}
.mbMiniPlayer.mySkin .playerTable span.map_volume{border-right:1px solid #ffd966;}
.mbMiniPlayer.mySkin .playerTable span.map_volume.mute{color: #444444;}
.mbMiniPlayer.mySkin .map_download{color: #444444;}
.mbMiniPlayer.mySkin .map_download:hover{color: #444444;}
.mbMiniPlayer.mySkin .playerTable span{color: #444444;}
.mbMiniPlayer.mySkin .playerTable {border: 1px solid #444444 !important;}

/*++++++++++++++++++++++++++++++++++++++++++++++++*/

.mbMiniPlayer.mySkin .playerTable{background-color:transparent; border-radius:5px !important;}
.mbMiniPlayer.mySkin .playerTable span{background-color:rgb(255, 217, 102); padding:3px !important; font-size: 20px;}
.mbMiniPlayer.mySkin .playerTable span.map_time{ font-size: 12px !important; width: 50px !important}
.mbMiniPlayer.mySkin .playerTable span.map_title{ padding:4px !important}
.mbMiniPlayer.mySkin .playerTable span.map_play{border-left:1px solid rgb(255, 204, 51); border-radius:0 4px 4px 0 !important;}
.mbMiniPlayer.mySkin .playerTable span.map_volume{padding-left:6px !important}
.mbMiniPlayer.mySkin .playerTable span.map_volume{border-right:1px solid rgb(255, 230, 153); border-radius:4px 0 0 4px !important;}
.mbMiniPlayer.mySkin .playerTable span.map_volume.mute{color: rgba(68, 68, 68, 0.4);}
.mbMiniPlayer.mySkin .map_download{color: rgba(255, 217, 102, 0.4);}
.mbMiniPlayer.mySkin .map_download:hover{color: rgb(255, 217, 102);}
.mbMiniPlayer.mySkin .playerTable span{color: rgb(68, 68, 68);text-shadow: none!important;}
.mbMiniPlayer.mySkin .playerTable span{color: rgb(68, 68, 68);}
.mbMiniPlayer.mySkin .playerTable {border: 1px solid rgb(55, 55, 55) !important;}
.mbMiniPlayer.mySkin .playerTable span.map_title{color: #000; text-shadow:none!important}
.mbMiniPlayer.mySkin .playerTable .jp-load-bar{background-color:rgba(255, 217, 102, 0.3);}
.mbMiniPlayer.mySkin .playerTable .jp-play-bar{background-color:#ffd966;}
.mbMiniPlayer.mySkin .playerTable span.map_volumeLevel a{background-color:rgb(94, 94, 94); height:80%!important }
.mbMiniPlayer.mySkin .playerTable span.map_volumeLevel a.sel{background-color:#444444;}
.mbMiniPlayer.mySkin  span.map_download{font-size:50px !important;}
/* Wordpress playlist select */
.map_pl_container .pl_item.sel{background-color:#ffd966 !important; color: #444444}
/*++++++++++++++++++++++++++++++++++++++++++++++++*/
       img#wpstats{display:none}.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
#footer .widget_text .widget-title {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 12px;
}

#footer .widget_text .textwidget {
font-size: 15px;
line-height: 1.7;
color: #ccc;
}

@media (max-width: 768px) {
#footer .widget_text .textwidget {
padding: 0 20px;
font-size: 14px;
}

#footer .widget_text .widget-title {
font-size: 16px;
text-align: center;
}
}

#footer .widget_text {
margin-bottom: 25px;
}

#footer .tagcloud a {
margin: 5px 4px;
display: inline-block;
}


.breadcrumb, .yoast-breadcrumb {
display: none !important;
}






.archive-header,
.page-header,
.category-header {
border-top: 3px solid #FFD800 !important;
}




.wpforms-form button[type=submit] {
background: #e63946 !important;
color: white !important;
border: none !important;
border-radius: 6px !important;
padding: 12px 24px !important;
font-weight: 600 !important;
font-size: 16px !important;
}


/* Force DJ MIXTAPE divider line to red */
.main-box.vce-border-top,
.main-box-title,
#main-box-1,
#main-box-2,
#main-box-3 {
border-top: 3px solid #ff0202 !important;
}

/* Kill any black borders on that section */
.vce-border-top.red-heading-bar.module-title {
border-top: 3px solid #FFD700 !important;
}

/* Force category/archive header line to 3px - keep existing color */
.vce-border-top {
border-top-width: 3px !important;
}

/* Catch it if it's on the main-box instead */
.category .main-box.vce-border-top,
.archive .main-box.vce-border-top,
.vce-main-content .main-box.vce-border-top {
border-top-width: 3px !important;
}

/* Backup selector for Voice theme */
body.category .main-box-title,
body.archive .main-box-title {
border-top-width: 3px !important;
}

/* Enable copy + auto add source link */
* {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}


/* ===== BIGX BUTTONS BLACK TEXT ===== */
.bigx-module .btn,
.bigx-module .button,
.bigx-module a.button,
input[type="submit"],
.comment-form .submit {
background: #FFD600 !important;
color: #000 !important;
font-weight: 800 !important;
border: none !important;
border-radius: 6px !important;
padding: 12px 24px !important;
text-transform: uppercase !important;
}

.bigx-module .btn:hover,
.bigx-module .button:hover,
.bigx-module a.button:hover,
input[type="submit"]:hover {
background: #000 !important;
color: #FFD600 !important;
}

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvDFR.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt65qV.ttf) format('truetype');
}

.bigx-social-buttons {
display: flex;
flex-direction: column;
gap: 12px;
margin: 20px 0;
}
.bigx-btn {
background: #FFD700;
color: #000 !important;
text-decoration: none;
font-family: 'PT Serif', serif; /* CHANGED TO PT SERIF */
font-weight: 900;
font-size: 15px;
text-align: center;
padding: 14px 20px;
border: 2px dashed #000;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: 0.3s;
}
.bigx-btn:hover {
background: #000;
color: #FFD700 !important;
border: 2px dashed #FFD700;
}
.bigx-btn svg {
fill: #000;
}
.bigx-btn:hover svg {
fill: #FFD700;
}

			:root {
				-webkit-user-select: none;
				-webkit-touch-callout: none;
				-ms-user-select: none;
				-moz-user-select: none;
				user-select: none;
			}
		.essb-copylink-shadow{display:none;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:1300;background-color:rgba(0,0,0,0.2);width:100%;height:100%}.essb-copylink-window{width:90%;max-width:600px;display:none;align-items:center;justify-content:center;flex-direction:column;overflow.:hidden;z-index:1310;background-color:#fff;border-radius:5px;overflow:hidden}.essb-copylink-window-header{width:100%;display:flex;align-items:center;justify-content:space-between;overflow:hidden;font-size:16px;padding:10px;background-color:#1b84ff;color:#fff}.essb-copylink-window-content{width:100%;padding:20px}.essb-copylink-window-close{fill:#fff}