/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/contact-form-7/includes/css

file-relative URI  : ../../images/ajax-loader.gif
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
docroot stripped   : /wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
traversals removed : /wp-content/plugins/contact-form-7/images/ajax-loader.gif

*/

/* styles.css */

/* 1   */ div.wpcf7 {
/* 2   */ 	margin: 0;
/* 3   */ 	padding: 0;
/* 4   */ }
/* 5   */ 
/* 6   */ div.wpcf7 .screen-reader-response {
/* 7   */ 	position: absolute;
/* 8   */ 	overflow: hidden;
/* 9   */ 	clip: rect(1px, 1px, 1px, 1px);
/* 10  */ 	height: 1px;
/* 11  */ 	width: 1px;
/* 12  */ 	margin: 0;
/* 13  */ 	padding: 0;
/* 14  */ 	border: 0;
/* 15  */ }
/* 16  */ 
/* 17  */ div.wpcf7-response-output {
/* 18  */ 	margin: 2em 0.5em 1em;
/* 19  */ 	padding: 0.2em 1em;
/* 20  */ 	border: 2px solid #ff0000;
/* 21  */ }
/* 22  */ 
/* 23  */ div.wpcf7-mail-sent-ok {
/* 24  */ 	border: 2px solid #398f14;
/* 25  */ }
/* 26  */ 
/* 27  */ div.wpcf7-mail-sent-ng,
/* 28  */ div.wpcf7-aborted {
/* 29  */ 	border: 2px solid #ff0000;
/* 30  */ }
/* 31  */ 
/* 32  */ div.wpcf7-spam-blocked {
/* 33  */ 	border: 2px solid #ffa500;
/* 34  */ }
/* 35  */ 
/* 36  */ div.wpcf7-validation-errors,
/* 37  */ div.wpcf7-acceptance-missing {
/* 38  */ 	border: 2px solid #f7e700;
/* 39  */ }
/* 40  */ 
/* 41  */ .wpcf7-form-control-wrap {
/* 42  */ 	position: relative;
/* 43  */ }
/* 44  */ 
/* 45  */ span.wpcf7-not-valid-tip {
/* 46  */ 	color: #f00;
/* 47  */ 	font-size: 1em;
/* 48  */ 	font-weight: normal;
/* 49  */ 	display: block;
/* 50  */ }

/* styles.css */

/* 51  */ 
/* 52  */ .use-floating-validation-tip span.wpcf7-not-valid-tip {
/* 53  */ 	position: absolute;
/* 54  */ 	top: 20%;
/* 55  */ 	left: 20%;
/* 56  */ 	z-index: 100;
/* 57  */ 	border: 1px solid #ff0000;
/* 58  */ 	background: #fff;
/* 59  */ 	padding: .2em .8em;
/* 60  */ }
/* 61  */ 
/* 62  */ span.wpcf7-list-item {
/* 63  */ 	display: inline-block;
/* 64  */ 	margin: 0 0 0 1em;
/* 65  */ }
/* 66  */ 
/* 67  */ span.wpcf7-list-item-label::before,
/* 68  */ span.wpcf7-list-item-label::after {
/* 69  */ 	content: " ";
/* 70  */ }
/* 71  */ 
/* 72  */ .wpcf7-display-none {
/* 73  */ 	display: none;
/* 74  */ }
/* 75  */ 
/* 76  */ div.wpcf7 .ajax-loader {
/* 77  */ 	visibility: hidden;
/* 78  */ 	display: inline-block;
/* 79  */ 	background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
/* 80  */ 	width: 16px;
/* 81  */ 	height: 16px;
/* 82  */ 	border: none;
/* 83  */ 	padding: 0;
/* 84  */ 	margin: 0 0 0 4px;
/* 85  */ 	vertical-align: middle;
/* 86  */ }
/* 87  */ 
/* 88  */ div.wpcf7 .ajax-loader.is-active {
/* 89  */ 	visibility: visible;
/* 90  */ }
/* 91  */ 
/* 92  */ div.wpcf7 div.ajax-error {
/* 93  */ 	display: none;
/* 94  */ }
/* 95  */ 
/* 96  */ div.wpcf7 .placeheld {
/* 97  */ 	color: #888;
/* 98  */ }
/* 99  */ 
/* 100 */ div.wpcf7 .wpcf7-recaptcha iframe {

/* styles.css */

/* 101 */ 	margin-bottom: 0;
/* 102 */ }
/* 103 */ 
/* 104 */ div.wpcf7 input[type="file"] {
/* 105 */ 	cursor: pointer;
/* 106 */ }
/* 107 */ 
/* 108 */ div.wpcf7 input[type="file"]:disabled {
/* 109 */ 	cursor: default;
/* 110 */ }
/* 111 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/siteorigin-panels/css

*/

/* front-flex.css */

/* 1  */ .panel-grid.panel-no-style,
/* 2  */ .panel-grid.panel-has-style > .panel-row-style {
/* 3  */   display: -webkit-flex;
/* 4  */   display: flex;
/* 5  */   -ms-flex-wrap: wrap;
/* 6  */   -webkit-flex-wrap: wrap;
/* 7  */   flex-wrap: nowrap;
/* 8  */   -ms-justify-content: space-between;
/* 9  */   -webkit-justify-content: space-between;
/* 10 */   justify-content: space-between;
/* 11 */ }
/* 12 */ .panel-layout.panel-is-rtl .panel-grid.panel-no-style,
/* 13 */ .panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style {
/* 14 */   -ms-flex-direction: row-reverse;
/* 15 */   -webkit-flex-direction: row-reverse;
/* 16 */   flex-direction: row-reverse;
/* 17 */ }
/* 18 */ .panel-grid-cell {
/* 19 */   -ms-box-sizing: border-box;
/* 20 */   -moz-box-sizing: border-box;
/* 21 */   -webkit-box-sizing: border-box;
/* 22 */   box-sizing: border-box;
/* 23 */ }
/* 24 */ .panel-grid-cell .panel-cell-style {
/* 25 */   height: 100%;
/* 26 */ }
/* 27 */ .panel-grid-cell .so-panel {
/* 28 */   zoom: 1;
/* 29 */ }
/* 30 */ .panel-grid-cell .so-panel:before {
/* 31 */   content: '';
/* 32 */   display: block;
/* 33 */ }
/* 34 */ .panel-grid-cell .so-panel:after {
/* 35 */   content: '';
/* 36 */   display: table;
/* 37 */   clear: both;
/* 38 */ }
/* 39 */ .panel-grid-cell .panel-last-child {
/* 40 */   margin-bottom: 0;
/* 41 */ }
/* 42 */ .panel-grid-cell .widget-title {
/* 43 */   margin-top: 0;
/* 44 */ }
/* 45 */ body.siteorigin-panels-before-js {
/* 46 */   overflow-x: hidden;
/* 47 */ }
/* 48 */ body.siteorigin-panels-before-js .siteorigin-panels-stretch {
/* 49 */   margin-right: -1000px !important;
/* 50 */   margin-left: -1000px !important;

/* front-flex.css */

/* 51 */   padding-right: 1000px !important;
/* 52 */   padding-left: 1000px !important;
/* 53 */ }
/* 54 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/so-widgets-bundle/css/slider

file-relative URI  : fonts/slider.eot?8p86w5
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?8p86w5
docroot stripped   : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?8p86w5
traversals removed : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?8p86w5

file-relative URI  : fonts/slider.eot?#iefix8p86w5
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?#iefix8p86w5
docroot stripped   : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?#iefix8p86w5
traversals removed : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?#iefix8p86w5

file-relative URI  : fonts/slider.woff?8p86w5
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff?8p86w5
docroot stripped   : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff?8p86w5
traversals removed : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff?8p86w5

file-relative URI  : fonts/slider.ttf?8p86w5
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.ttf?8p86w5
docroot stripped   : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.ttf?8p86w5
traversals removed : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.ttf?8p86w5

file-relative URI  : fonts/slider.svg?8p86w5#slider
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.svg?8p86w5#slider
docroot stripped   : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.svg?8p86w5#slider
traversals removed : /wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.svg?8p86w5#slider

*/

/* slider.css */

/* 1   */ @font-face {
/* 2   */   font-family: 'so-slider-pointers';
/* 3   */   src: url('/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?8p86w5');
/* 4   */   src: url('/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?#iefix8p86w5') format('embedded-opentype'), url('/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff?8p86w5') format('woff'), url('/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.ttf?8p86w5') format('truetype'), url('/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.svg?8p86w5#slider') format('svg');
/* 5   */   font-weight: normal;
/* 6   */   font-style: normal;
/* 7   */ }
/* 8   */ .sow-slider-base {
/* 9   */   position: relative;
/* 10  */   overflow: hidden;
/* 11  */   /* Some jQuery Cycle Specific CSS */
/* 12  */   /* Icon fonts for the left and right slider images */
/* 13  */ }
/* 14  */ .sow-slider-base ul.sow-slider-images {
/* 15  */   list-style: none;
/* 16  */   margin: 0;
/* 17  */   overflow: hidden;
/* 18  */ }
/* 19  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image {
/* 20  */   width: 100%;
/* 21  */   margin: 0;
/* 22  */   list-style: none;
/* 23  */   position: relative;
/* 24  */   overflow: hidden;
/* 25  */ }
/* 26  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
/* 27  */   background-position: center center;
/* 28  */   background-size: cover;
/* 29  */ }
/* 30  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
/* 31  */   background-repeat: repeat;
/* 32  */ }
/* 33  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
/* 34  */   position: absolute;
/* 35  */   top: 0;
/* 36  */   left: 0;
/* 37  */   width: 100%;
/* 38  */   z-index: 2;
/* 39  */ }
/* 40  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
/* 41  */   margin: 0 auto;
/* 42  */   z-index: 2;
/* 43  */   -ms-box-sizing: border-box;
/* 44  */   -moz-box-sizing: border-box;
/* 45  */   -webkit-box-sizing: border-box;
/* 46  */   box-sizing: border-box;
/* 47  */ }
/* 48  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:first-child {
/* 49  */   margin-top: 0;
/* 50  */ }

/* slider.css */

/* 51  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:last-child {
/* 52  */   margin-bottom: 0;
/* 53  */ }
/* 54  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay {
/* 55  */   position: absolute;
/* 56  */   top: 0;
/* 57  */   left: 0;
/* 58  */   bottom: 0;
/* 59  */   right: 0;
/* 60  */ }
/* 61  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
/* 62  */   background-position: center center;
/* 63  */   background-size: cover;
/* 64  */ }
/* 65  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
/* 66  */   background-repeat: repeat;
/* 67  */ }
/* 68  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image > img,
/* 69  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image > a > img,
/* 70  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper > img,
/* 71  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper > a > img {
/* 72  */   display: block;
/* 73  */   width: 100%;
/* 74  */   height: auto;
/* 75  */   border: none;
/* 76  */ }
/* 77  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-background-element {
/* 78  */   position: absolute;
/* 79  */   top: 50%;
/* 80  */   left: 50%;
/* 81  */   width: auto;
/* 82  */   height: auto;
/* 83  */   z-index: 1;
/* 84  */   overflow: hidden;
/* 85  */ }
/* 86  */ .sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-full-element {
/* 87  */   display: block;
/* 88  */   width: 100%;
/* 89  */   height: auto;
/* 90  */ }
/* 91  */ .sow-slider-base .sow-slider-pagination {
/* 92  */   list-style: none;
/* 93  */   margin: 0;
/* 94  */   text-align: right;
/* 95  */   position: absolute;
/* 96  */   bottom: 20px;
/* 97  */   left: 0;
/* 98  */   width: 100%;
/* 99  */   z-index: 1001;
/* 100 */   -ms-box-sizing: border-box;

/* slider.css */

/* 101 */   -moz-box-sizing: border-box;
/* 102 */   -webkit-box-sizing: border-box;
/* 103 */   box-sizing: border-box;
/* 104 */   padding-right: 30px;
/* 105 */   line-height: 11px;
/* 106 */   -webkit-user-select: none;
/* 107 */   -moz-user-select: none;
/* 108 */   -ms-user-select: none;
/* 109 */   user-select: none;
/* 110 */ }
/* 111 */ .sow-slider-base .sow-slider-pagination li {
/* 112 */   text-align: left;
/* 113 */   margin: 0;
/* 114 */   display: inline-block;
/* 115 */ }
/* 116 */ .sow-slider-base .sow-slider-pagination li a {
/* 117 */   display: block;
/* 118 */   text-indent: -9999px;
/* 119 */   width: 11px;
/* 120 */   height: 11px;
/* 121 */   background: #FFFFFF;
/* 122 */   -webkit-border-radius: 6px;
/* 123 */   -moz-border-radius: 6px;
/* 124 */   border-radius: 6px;
/* 125 */   opacity: 0.45;
/* 126 */ }
/* 127 */ .sow-slider-base .sow-slider-pagination li.sow-active a {
/* 128 */   opacity: 0.85;
/* 129 */ }
/* 130 */ .sow-slider-base .sow-slide-nav {
/* 131 */   list-style: none;
/* 132 */   z-index: 1001;
/* 133 */   position: absolute;
/* 134 */   top: 50%;
/* 135 */   opacity: 0.75;
/* 136 */   font-size: 25px;
/* 137 */   margin-top: -0.5em;
/* 138 */   -webkit-user-select: none;
/* 139 */   -moz-user-select: none;
/* 140 */   -ms-user-select: none;
/* 141 */   user-select: none;
/* 142 */ }
/* 143 */ .sow-slider-base .sow-slide-nav a {
/* 144 */   display: block;
/* 145 */   height: 1em;
/* 146 */   text-align: center;
/* 147 */   text-decoration: none;
/* 148 */   color: #FFFFFF;
/* 149 */ }
/* 150 */ .sow-slider-base .sow-slide-nav a em {

/* slider.css */

/* 151 */   display: block;
/* 152 */ }
/* 153 */ .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
/* 154 */   right: 20px;
/* 155 */ }
/* 156 */ .sow-slider-base .sow-slide-nav.sow-slide-nav-next a {
/* 157 */   background-position: top right;
/* 158 */ }
/* 159 */ .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
/* 160 */   left: 20px;
/* 161 */ }
/* 162 */ .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a {
/* 163 */   background-position: top left;
/* 164 */ }
/* 165 */ .sow-slider-base .cycle-sentinal {
/* 166 */   overflow: hidden;
/* 167 */ }
/* 168 */ .sow-slider-base.sow-slider-is-mobile .sow-slide-nav,
/* 169 */ .sow-slider-base.sow-slider-is-mobile .sow-slider-pagination {
/* 170 */   /* display: none; */
/* 171 */ }
/* 172 */ .sow-slider-base.sow-slider-is-mobile video.sow-background-element {
/* 173 */   visibility: hidden;
/* 174 */ }
/* 175 */ .sow-slider-base [class^="sow-sld-icon-"],
/* 176 */ .sow-slider-base [class*=" sow-sld-icon-"] {
/* 177 */   font-family: 'so-slider-pointers';
/* 178 */   speak: none;
/* 179 */   font-style: normal;
/* 180 */   font-weight: normal;
/* 181 */   font-variant: normal;
/* 182 */   text-transform: none;
/* 183 */   line-height: 1;
/* 184 */   /* Better Font Rendering =========== */
/* 185 */   -webkit-font-smoothing: antialiased;
/* 186 */   -moz-osx-font-smoothing: grayscale;
/* 187 */ }
/* 188 */ .sow-slider-base .sow-sld-icon-ultra-thin-rounded-left:before {
/* 189 */   content: "\e600";
/* 190 */ }
/* 191 */ .sow-slider-base .sow-sld-icon-ultra-thin-rounded-right:before {
/* 192 */   content: "\e601";
/* 193 */ }
/* 194 */ .sow-slider-base .sow-sld-icon-thin-rounded-left:before {
/* 195 */   content: "\e602";
/* 196 */ }
/* 197 */ .sow-slider-base .sow-sld-icon-thin-rounded-right:before {
/* 198 */   content: "\e603";
/* 199 */ }
/* 200 */ .sow-slider-base .sow-sld-icon-medium-rounded-left:before {

/* slider.css */

/* 201 */   content: "\e604";
/* 202 */ }
/* 203 */ .sow-slider-base .sow-sld-icon-medium-rounded-right:before {
/* 204 */   content: "\e605";
/* 205 */ }
/* 206 */ .sow-slider-base .sow-sld-icon-thick-rounded-left:before {
/* 207 */   content: "\e606";
/* 208 */ }
/* 209 */ .sow-slider-base .sow-sld-icon-thick-rounded-right:before {
/* 210 */   content: "\e607";
/* 211 */ }
/* 212 */ .sow-slider-base .sow-sld-icon-ultra-thin-left:before {
/* 213 */   content: "\e608";
/* 214 */ }
/* 215 */ .sow-slider-base .sow-sld-icon-ultra-thin-right:before {
/* 216 */   content: "\e609";
/* 217 */ }
/* 218 */ .sow-slider-base .sow-sld-icon-thin-left:before {
/* 219 */   content: "\e60a";
/* 220 */ }
/* 221 */ .sow-slider-base .sow-sld-icon-thin-right:before {
/* 222 */   content: "\e60b";
/* 223 */ }
/* 224 */ .sow-slider-base .sow-sld-icon-medium-left:before {
/* 225 */   content: "\e60c";
/* 226 */ }
/* 227 */ .sow-slider-base .sow-sld-icon-medium-right:before {
/* 228 */   content: "\e60d";
/* 229 */ }
/* 230 */ .sow-slider-base .sow-sld-icon-thick-left:before {
/* 231 */   content: "\e60e";
/* 232 */ }
/* 233 */ .sow-slider-base .sow-sld-icon-thick-right:before {
/* 234 */   content: "\e60f";
/* 235 */ }
/* 236 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/ultimate-accordion/css

*/

/* style.css */

/* 1   */ /*Accordion Style One Start CSS*/
/* 2   */ .accordionStyle-one .panel{
/* 3   */   border: 1px solid #e4e4e4;
/* 4   */     box-shadow: none;
/* 5   */     border-radius: 0px;
/* 6   */     margin-bottom: 5px;
/* 7   */ }
/* 8   */ .accordionStyle-one .panel-group .panel-heading {
/* 9   */ background: #fff none repeat scroll 0 0;
/* 10  */ border-radius: 0;
/* 11  */ color: #373737;
/* 12  */ font-size: 24px;
/* 13  */ padding: 13px 15px;
/* 14  */ position: relative;
/* 15  */ }
/* 16  */ .accordionStyle-one h4.panel-title a {
/* 17  */   display: block;
/* 18  */ }
/* 19  */ .accordionStyle-one .panel-group  h4.panel-title a.collapsed:after{
/* 20  */     font-family: FontAwesome;
/* 21  */     color: #000;
/* 22  */     font-size: 14px;
/* 23  */     right: 0px;
/* 24  */     position: absolute;
/* 25  */     z-index: 111;
/* 26  */     width: 40px;
/* 27  */     height: 40px;
/* 28  */     line-height: 40px;
/* 29  */     top: 0px;
/* 30  */     text-align: center;
/* 31  */     content: "";
/* 32  */ }
/* 33  */ .accordionStyle-one .panel-group  h4.panel-title a:after {
/* 34  */     font-family: FontAwesome;
/* 35  */     color: #000;
/* 36  */     font-size: 14px;
/* 37  */     right: 0px;
/* 38  */     position: absolute;
/* 39  */     z-index: 111;
/* 40  */     width: 40px;
/* 41  */     height: 40px;
/* 42  */     line-height: 40px;
/* 43  */     top: 0px;
/* 44  */     text-align: center;
/* 45  */     content: "";
/* 46  */ }
/* 47  */ /*Accordion Style One END CSS*/
/* 48  */ 
/* 49  */ /*Accordion Style Two Start CSS*/
/* 50  */ .accordionStyle-two .panel{

/* style.css */

/* 51  */ 
/* 52  */     box-shadow: none;
/* 53  */     border-radius: 0px;
/* 54  */     margin-bottom: 10px;
/* 55  */ }
/* 56  */ .accordionStyle-two .panel-group .panel-heading {
/* 57  */ background: #f8f8f8 none repeat scroll 0 0;
/* 58  */ border-radius: 0;
/* 59  */ color: #373737;
/* 60  */ font-size: 24px;
/* 61  */ padding: 13px 37px;
/* 62  */ position: relative;
/* 63  */ }
/* 64  */ .accordionStyle-two .panel-group .panel-heading:hover{background:#F2F2F2}
/* 65  */ .accordionStyle-two h4.panel-title a {
/* 66  */   display: block;
/* 67  */ }
/* 68  */ .accordionStyle-two #accordiontwo .panel {
/* 69  */   background: #f8f8f8;
/* 70  */ }
/* 71  */ .accordionStyle-two .panel-group  h4.panel-title a.collapsed:after{
/* 72  */     font-family: FontAwesome;
/* 73  */     color: #AFAFAF;
/* 74  */     font-size: 14px;
/* 75  */     right: 0px;
/* 76  */     position: absolute;
/* 77  */     z-index: 111;
/* 78  */     width: 40px;
/* 79  */     height: 40px;
/* 80  */     line-height: 40px;
/* 81  */     top: 0px;
/* 82  */     text-align: center;
/* 83  */     content: "";
/* 84  */ }
/* 85  */ .accordionStyle-two .panel-group  h4.panel-title a:after {
/* 86  */     font-family: FontAwesome;
/* 87  */     color: #AFAFAF;
/* 88  */     font-size: 14px;
/* 89  */     left: 0px;
/* 90  */     position: absolute;
/* 91  */     z-index: 111;
/* 92  */     width: 40px;
/* 93  */     height: 40px;
/* 94  */     line-height: 40px;
/* 95  */     top: 0px;
/* 96  */     text-align: center;
/* 97  */     content: "";
/* 98  */ }
/* 99  */ /*Accordion Style Two END CSS*/
/* 100 */ 

/* style.css */

/* 101 */ /*Accordion Style Three Start CSS*/
/* 102 */ .accordionStyle-three .panel{
/* 103 */   border: 1px solid #e4e4e4;
/* 104 */     box-shadow: none;
/* 105 */     border-radius: 0px;
/* 106 */     margin-bottom: 5px;
/* 107 */ }
/* 108 */ .accordionStyle-three .panel-group .panel-heading {
/* 109 */ background: #f8f8f8 none repeat scroll 0 0;
/* 110 */ border-radius: 0;
/* 111 */ color: #373737;
/* 112 */ font-size: 24px;
/* 113 */ padding: 13px 37px;
/* 114 */ position: relative;
/* 115 */ }
/* 116 */ .accordionStyle-three .panel-group .panel-heading:hover{background:#F2F2F2}
/* 117 */ .accordionStyle-three h4.panel-title a {
/* 118 */   display: block;
/* 119 */ }
/* 120 */ .accordionStyle-three #accordiontwo .panel {
/* 121 */   background: #f8f8f8;
/* 122 */ }
/* 123 */ .accordionStyle-three .panel-group  h4.panel-title a.collapsed:after{
/* 124 */ background: #262626 none repeat scroll 0 0;
/* 125 */ color: #fff;
/* 126 */ content: "";
/* 127 */ font-family: FontAwesome;
/* 128 */ font-size: 14px;
/* 129 */ height: 25px;
/* 130 */ left: 3px;
/* 131 */ line-height: 26px;
/* 132 */ position: absolute;
/* 133 */ text-align: center;
/* 134 */ top: 10px;
/* 135 */ width: 25px;
/* 136 */ z-index: 111;
/* 137 */ }
/* 138 */ .accordionStyle-three .panel-group  h4.panel-title a:after {
/* 139 */ background: #444444 none repeat scroll 0 0;
/* 140 */ border-radius: 100%;
/* 141 */ color: #fff;
/* 142 */ content: "";
/* 143 */ font-family: FontAwesome;
/* 144 */ font-size: 14px;
/* 145 */ height: 25px;
/* 146 */ left: 0;
/* 147 */ line-height: 26px;
/* 148 */ position: absolute;
/* 149 */ text-align: center;
/* 150 */ top: 10px;

/* style.css */

/* 151 */ width: 25px;
/* 152 */ z-index: 111;
/* 153 */ left: 3px;
/* 154 */ }
/* 155 */ /*Accordion Style Three END CSS*/
/* 156 */ 
/* 157 */ /*Accordion Style Four Start CSS*/
/* 158 */ .accordionStyle-four .panel{
/* 159 */ border-radius: 0;
/* 160 */ box-shadow: none;
/* 161 */ margin-bottom: -6px;
/* 162 */ }
/* 163 */ .accordionStyle-four .panel-group .panel-heading {
/* 164 */ background: #fff none repeat scroll 0 0;
/* 165 */ border-color:#f0f0f0;
/* 166 */ border-radius: 0;
/* 167 */ color: #373737;
/* 168 */ font-size: 24px;
/* 169 */ padding: 13px 37px;
/* 170 */ position: relative;
/* 171 */ }
/* 172 */ .accordionStyle-four .panel-group .panel-heading:hover{background:#F2F2F2}
/* 173 */ .accordionStyle-four h4.panel-title a {
/* 174 */   display: block;
/* 175 */ }
/* 176 */ .accordionStyle-four #accordiontwo .panel {
/* 177 */   background: #f8f8f8;
/* 178 */ }
/* 179 */ .accordionStyle-four .panel-group  h4.panel-title a.collapsed:after{
/* 180 */ background: #262626 none repeat scroll 0 0;
/* 181 */ color: #fff;
/* 182 */ content: "\f0d7";
/* 183 */ font-family: FontAwesome;
/* 184 */ font-size: 14px;
/* 185 */ height: 25px;
/* 186 */ line-height: 25px;
/* 187 */ position: absolute;
/* 188 */ right: 3px;
/* 189 */ text-align: center;
/* 190 */ top: 10px;
/* 191 */ width: 25px;
/* 192 */ z-index: 111;
/* 193 */ }
/* 194 */ .accordionStyle-four .panel-group  h4.panel-title a:after {
/* 195 */ background: #444444 none repeat scroll 0 0;
/* 196 */ border-radius: 100%;
/* 197 */ color: #fff;
/* 198 */ content: "\f0d8";
/* 199 */ font-family: FontAwesome;
/* 200 */ font-size: 14px;

/* style.css */

/* 201 */ height: 25px;
/* 202 */ line-height: 25px;
/* 203 */ position: absolute;
/* 204 */ text-align: center;
/* 205 */ top: 10px;
/* 206 */ width: 25px;
/* 207 */ z-index: 111;
/* 208 */ right: 3px;
/* 209 */ }
/* 210 */ /*Accordion Style Four END CSS*/
/* 211 */ 
/* 212 */ /*Accordion Style Five Start CSS*/
/* 213 */ .accordionStyle-five .panel{
/* 214 */ border:none
/* 215 */ }
/* 216 */ .accordionStyle-five .panel-group .panel-heading {
/* 217 */ background: #F0F0F0 none repeat scroll 0 0;
/* 218 */ border-radius: 0;
/* 219 */ color: #373737;
/* 220 */ font-size: 24px;
/* 221 */ padding: 13px 16px;
/* 222 */ position: relative;
/* 223 */ }
/* 224 */ #accordionsix .panel-body {
/* 225 */   background: #F2F2F2;
/* 226 */ }
/* 227 */ #accordionsix h4.panel-title a span {
/* 228 */   margin-right: 10px;
/* 229 */ }
/* 230 */ #accordionfive h4.panel-title a span i {
/* 231 */   color: #666666;
/* 232 */ }
/* 233 */ .accordionStyle-five .panel-group .panel-heading:hover{background:#F2F2F2}
/* 234 */ .accordionStyle-five h4.panel-title a {
/* 235 */   display: block;
/* 236 */ }
/* 237 */ .accordionStyle-five #accordionfive .panel {
/* 238 */   background: #f8f8f8;
/* 239 */ }
/* 240 */ .accordionStyle-five .panel-group  h4.panel-title a.collapsed:after{
/* 241 */ color: #666666;
/* 242 */ content: "\f0d7";
/* 243 */ font-family: FontAwesome;
/* 244 */ font-size: 14px;
/* 245 */ height: 30px;
/* 246 */ line-height: 30px;
/* 247 */ position: absolute;
/* 248 */ right: 3px;
/* 249 */ text-align: center;
/* 250 */ top: 5px;

/* style.css */

/* 251 */ width: 30px;
/* 252 */ z-index: 111;
/* 253 */ }
/* 254 */ .accordionStyle-five .panel-group  h4.panel-title a:after {
/* 255 */ border-radius: 100%;
/* 256 */ color: #666666;
/* 257 */ content: "\f0d8";
/* 258 */ font-family: FontAwesome;
/* 259 */ font-size: 14px;
/* 260 */ height: 30px;
/* 261 */ line-height: 30px;
/* 262 */ position: absolute;
/* 263 */ text-align: center;
/* 264 */ top: 5px;
/* 265 */ width: 30px;
/* 266 */ z-index: 111;
/* 267 */ right: 3px;
/* 268 */ }
/* 269 */ /*Accordion Style Five END CSS*/
/* 270 */ 
/* 271 */ /*Accordion Style Six Start CSS*/
/* 272 */ .accordionStyle-six .panel{
/* 273 */ border:none
/* 274 */ }
/* 275 */ .accordionStyle-six .panel-group .panel-heading {
/* 276 */ background: #F0F0F0 none repeat scroll 0 0;
/* 277 */ border-radius: 0;
/* 278 */ color: #373737;
/* 279 */ font-size: 24px;
/* 280 */ padding: 13px 16px;
/* 281 */ position: relative;
/* 282 */ }
/* 283 */ .accordionfive .panel-body {
/* 284 */   background: #F2F2F2;
/* 285 */ }
/* 286 */ .accordionfive h4.panel-title a span {
/* 287 */   margin-right: 10px;
/* 288 */ }
/* 289 */ .accordionStyle-six .panel-group .panel-heading:hover{background:#F2F2F2}
/* 290 */ .accordionStyle-six h4.panel-title a {
/* 291 */   display: block;
/* 292 */ }
/* 293 */ .accordionStyle-six #accordionsix .panel {
/* 294 */   background: #f8f8f8;
/* 295 */ }
/* 296 */ .accordionStyle-six .panel-group  h4.panel-title a.collapsed:after{
/* 297 */ color: #666666;
/* 298 */ content: "\f0d7";
/* 299 */ font-family: FontAwesome;
/* 300 */ font-size: 14px;

/* style.css */

/* 301 */ height: 30px;
/* 302 */ line-height: 30px;
/* 303 */ position: absolute;
/* 304 */ right: 3px;
/* 305 */ text-align: center;
/* 306 */ top: 5px;
/* 307 */ width: 30px;
/* 308 */ z-index: 111;
/* 309 */ }
/* 310 */ .accordionStyle-six .panel-group  h4.panel-title a:after {
/* 311 */ border-radius: 100%;
/* 312 */ color: #666666;
/* 313 */ content: "\f0da";
/* 314 */ font-family: FontAwesome;
/* 315 */ font-size: 14px;
/* 316 */ height: 30px;
/* 317 */ line-height: 30px;
/* 318 */ position: absolute;
/* 319 */ text-align: center;
/* 320 */ top: 5px;
/* 321 */ width: 30px;
/* 322 */ z-index: 111;
/* 323 */ right: 3px;
/* 324 */ }
/* 325 */ /*Accordion Style six END CSS*/
/* 326 */ 
/* 327 */ /*Accordion Style Seven Start CSS*/
/* 328 */ .accordionStyle-seven .panel{
/* 329 */ border:none
/* 330 */ }
/* 331 */ .accordionStyle-seven .panel-group .panel-heading {
/* 332 */ background: #ef4836 none repeat scroll 0 0;
/* 333 */ border-radius: 0;
/* 334 */ color: #fff;
/* 335 */ font-size: 24px;
/* 336 */ padding: 13px 16px;
/* 337 */ position: relative;
/* 338 */ }
/* 339 */ .accordionStyle-seven #accordionseven .panel-body {
/* 340 */   background: #EF4836;
/* 341 */ } 
/* 342 */ .accordionStyle-seven #accordionseven .panel-body p{color:#fff}
/* 343 */ .accordionseven h4.panel-title a span {
/* 344 */   margin-right: 10px;
/* 345 */ }
/* 346 */ .accordionStyle-seven .panel-group .panel-heading:hover{background:#F2F2F2;color:#000}
/* 347 */ .accordionStyle-seven h4.panel-title a {
/* 348 */   display: block;
/* 349 */ }
/* 350 */ .accordionStyle-seven .panel {

/* style.css */

/* 351 */   background: #f8f8f8;
/* 352 */ }
/* 353 */ 
/* 354 */ .accordionStyle-seven .panel-group  h4.panel-title a.collapsed:after{
/* 355 */ color: #fff;
/* 356 */ content: "\f0d7";
/* 357 */ font-family: FontAwesome;
/* 358 */ font-size: 14px;
/* 359 */ height: 30px;
/* 360 */ line-height: 30px;
/* 361 */ position: absolute;
/* 362 */ right: 3px;
/* 363 */ text-align: center;
/* 364 */ top: 5px;
/* 365 */ width: 30px;
/* 366 */ z-index: 111;
/* 367 */ }
/* 368 */ .accordionStyle-seven .panel-group  h4.panel-title a:after {
/* 369 */ border-radius: 100%;
/* 370 */ color: #fff;
/* 371 */ content: "\f0da";
/* 372 */ font-family: FontAwesome;
/* 373 */ font-size: 14px;
/* 374 */ height: 30px;
/* 375 */ line-height: 30px;
/* 376 */ position: absolute;
/* 377 */ text-align: center;
/* 378 */ top: 5px;
/* 379 */ width: 30px;
/* 380 */ z-index: 111;
/* 381 */ right: 3px;
/* 382 */ }
/* 383 */ /*Accordion Style Seven END CSS*/
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css

file-relative URI  : ../fonts/fontawesome-webfont.eot?v=4.7.0
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.eot?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.eot?v=4.7.0
traversals removed : /wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.eot?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
docroot stripped   : /wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
traversals removed : /wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.woff2?v=4.7.0
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.woff2?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.woff2?v=4.7.0
traversals removed : /wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.woff2?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.woff?v=4.7.0
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.woff?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.woff?v=4.7.0
traversals removed : /wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.woff?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.ttf?v=4.7.0
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.ttf?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.ttf?v=4.7.0
traversals removed : /wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.ttf?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
path prepended     : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
docroot stripped   : /wp-content/plugins/wp-live-chat-support/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
traversals removed : /wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular

*/

/* font-awesome.min.css */

/* 1    */ /*!
/* 2    *|  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3    *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4    *|  */
/* 5    */ /* FONT PATH
/* 6    *|  * -------------------------- */
/* 7    */ @font-face {
/* 8    */   font-family: 'FontAwesome';
/* 9    */   src: url('/wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.eot?v=4.7.0');
/* 10   */   src: url('/wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/wp-content/plugins/wp-live-chat-support/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
/* 11   */   font-weight: normal;
/* 12   */   font-style: normal;
/* 13   */ }
/* 14   */ .fa {
/* 15   */   display: inline-block;
/* 16   */   font: normal normal normal 14px/1 FontAwesome;
/* 17   */   font-size: inherit;
/* 18   */   text-rendering: auto;
/* 19   */   -webkit-font-smoothing: antialiased;
/* 20   */   -moz-osx-font-smoothing: grayscale;
/* 21   */ }
/* 22   */ /* makes the font 33% larger relative to the icon container */
/* 23   */ .fa-lg {
/* 24   */   font-size: 1.33333333em;
/* 25   */   line-height: 0.75em;
/* 26   */   vertical-align: -15%;
/* 27   */ }
/* 28   */ .fa-2x {
/* 29   */   font-size: 2em;
/* 30   */ }
/* 31   */ .fa-3x {
/* 32   */   font-size: 3em;
/* 33   */ }
/* 34   */ .fa-4x {
/* 35   */   font-size: 4em;
/* 36   */ }
/* 37   */ .fa-5x {
/* 38   */   font-size: 5em;
/* 39   */ }
/* 40   */ .fa-fw {
/* 41   */   width: 1.28571429em;
/* 42   */   text-align: center;
/* 43   */ }
/* 44   */ .fa-ul {
/* 45   */   padding-left: 0;
/* 46   */   margin-left: 2.14285714em;
/* 47   */   list-style-type: none;
/* 48   */ }
/* 49   */ .fa-ul > li {
/* 50   */   position: relative;

/* font-awesome.min.css */

/* 51   */ }
/* 52   */ .fa-li {
/* 53   */   position: absolute;
/* 54   */   left: -2.14285714em;
/* 55   */   width: 2.14285714em;
/* 56   */   top: 0.14285714em;
/* 57   */   text-align: center;
/* 58   */ }
/* 59   */ .fa-li.fa-lg {
/* 60   */   left: -1.85714286em;
/* 61   */ }
/* 62   */ .fa-border {
/* 63   */   padding: .2em .25em .15em;
/* 64   */   border: solid 0.08em #eeeeee;
/* 65   */   border-radius: .1em;
/* 66   */ }
/* 67   */ .fa-pull-left {
/* 68   */   float: left;
/* 69   */ }
/* 70   */ .fa-pull-right {
/* 71   */   float: right;
/* 72   */ }
/* 73   */ .fa.fa-pull-left {
/* 74   */   margin-right: .3em;
/* 75   */ }
/* 76   */ .fa.fa-pull-right {
/* 77   */   margin-left: .3em;
/* 78   */ }
/* 79   */ /* Deprecated as of 4.4.0 */
/* 80   */ .pull-right {
/* 81   */   float: right;
/* 82   */ }
/* 83   */ .pull-left {
/* 84   */   float: left;
/* 85   */ }
/* 86   */ .fa.pull-left {
/* 87   */   margin-right: .3em;
/* 88   */ }
/* 89   */ .fa.pull-right {
/* 90   */   margin-left: .3em;
/* 91   */ }
/* 92   */ .fa-spin {
/* 93   */   -webkit-animation: fa-spin 2s infinite linear;
/* 94   */   animation: fa-spin 2s infinite linear;
/* 95   */ }
/* 96   */ .fa-pulse {
/* 97   */   -webkit-animation: fa-spin 1s infinite steps(8);
/* 98   */   animation: fa-spin 1s infinite steps(8);
/* 99   */ }
/* 100  */ @-webkit-keyframes fa-spin {

/* font-awesome.min.css */

/* 101  */   0% {
/* 102  */     -webkit-transform: rotate(0deg);
/* 103  */     transform: rotate(0deg);
/* 104  */   }
/* 105  */   100% {
/* 106  */     -webkit-transform: rotate(359deg);
/* 107  */     transform: rotate(359deg);
/* 108  */   }
/* 109  */ }
/* 110  */ @keyframes fa-spin {
/* 111  */   0% {
/* 112  */     -webkit-transform: rotate(0deg);
/* 113  */     transform: rotate(0deg);
/* 114  */   }
/* 115  */   100% {
/* 116  */     -webkit-transform: rotate(359deg);
/* 117  */     transform: rotate(359deg);
/* 118  */   }
/* 119  */ }
/* 120  */ .fa-rotate-90 {
/* 121  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
/* 122  */   -webkit-transform: rotate(90deg);
/* 123  */   -ms-transform: rotate(90deg);
/* 124  */   transform: rotate(90deg);
/* 125  */ }
/* 126  */ .fa-rotate-180 {
/* 127  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
/* 128  */   -webkit-transform: rotate(180deg);
/* 129  */   -ms-transform: rotate(180deg);
/* 130  */   transform: rotate(180deg);
/* 131  */ }
/* 132  */ .fa-rotate-270 {
/* 133  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
/* 134  */   -webkit-transform: rotate(270deg);
/* 135  */   -ms-transform: rotate(270deg);
/* 136  */   transform: rotate(270deg);
/* 137  */ }
/* 138  */ .fa-flip-horizontal {
/* 139  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
/* 140  */   -webkit-transform: scale(-1, 1);
/* 141  */   -ms-transform: scale(-1, 1);
/* 142  */   transform: scale(-1, 1);
/* 143  */ }
/* 144  */ .fa-flip-vertical {
/* 145  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
/* 146  */   -webkit-transform: scale(1, -1);
/* 147  */   -ms-transform: scale(1, -1);
/* 148  */   transform: scale(1, -1);
/* 149  */ }
/* 150  */ :root .fa-rotate-90,

/* font-awesome.min.css */

/* 151  */ :root .fa-rotate-180,
/* 152  */ :root .fa-rotate-270,
/* 153  */ :root .fa-flip-horizontal,
/* 154  */ :root .fa-flip-vertical {
/* 155  */   filter: none;
/* 156  */ }
/* 157  */ .fa-stack {
/* 158  */   position: relative;
/* 159  */   display: inline-block;
/* 160  */   width: 2em;
/* 161  */   height: 2em;
/* 162  */   line-height: 2em;
/* 163  */   vertical-align: middle;
/* 164  */ }
/* 165  */ .fa-stack-1x,
/* 166  */ .fa-stack-2x {
/* 167  */   position: absolute;
/* 168  */   left: 0;
/* 169  */   width: 100%;
/* 170  */   text-align: center;
/* 171  */ }
/* 172  */ .fa-stack-1x {
/* 173  */   line-height: inherit;
/* 174  */ }
/* 175  */ .fa-stack-2x {
/* 176  */   font-size: 2em;
/* 177  */ }
/* 178  */ .fa-inverse {
/* 179  */   color: #ffffff;
/* 180  */ }
/* 181  */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* 182  *|    readers do not read off random characters that represent icons */
/* 183  */ .fa-glass:before {
/* 184  */   content: "\f000";
/* 185  */ }
/* 186  */ .fa-music:before {
/* 187  */   content: "\f001";
/* 188  */ }
/* 189  */ .fa-search:before {
/* 190  */   content: "\f002";
/* 191  */ }
/* 192  */ .fa-envelope-o:before {
/* 193  */   content: "\f003";
/* 194  */ }
/* 195  */ .fa-heart:before {
/* 196  */   content: "\f004";
/* 197  */ }
/* 198  */ .fa-star:before {
/* 199  */   content: "\f005";
/* 200  */ }

/* font-awesome.min.css */

/* 201  */ .fa-star-o:before {
/* 202  */   content: "\f006";
/* 203  */ }
/* 204  */ .fa-user:before {
/* 205  */   content: "\f007";
/* 206  */ }
/* 207  */ .fa-film:before {
/* 208  */   content: "\f008";
/* 209  */ }
/* 210  */ .fa-th-large:before {
/* 211  */   content: "\f009";
/* 212  */ }
/* 213  */ .fa-th:before {
/* 214  */   content: "\f00a";
/* 215  */ }
/* 216  */ .fa-th-list:before {
/* 217  */   content: "\f00b";
/* 218  */ }
/* 219  */ .fa-check:before {
/* 220  */   content: "\f00c";
/* 221  */ }
/* 222  */ .fa-remove:before,
/* 223  */ .fa-close:before,
/* 224  */ .fa-times:before {
/* 225  */   content: "\f00d";
/* 226  */ }
/* 227  */ .fa-search-plus:before {
/* 228  */   content: "\f00e";
/* 229  */ }
/* 230  */ .fa-search-minus:before {
/* 231  */   content: "\f010";
/* 232  */ }
/* 233  */ .fa-power-off:before {
/* 234  */   content: "\f011";
/* 235  */ }
/* 236  */ .fa-signal:before {
/* 237  */   content: "\f012";
/* 238  */ }
/* 239  */ .fa-gear:before,
/* 240  */ .fa-cog:before {
/* 241  */   content: "\f013";
/* 242  */ }
/* 243  */ .fa-trash-o:before {
/* 244  */   content: "\f014";
/* 245  */ }
/* 246  */ .fa-home:before {
/* 247  */   content: "\f015";
/* 248  */ }
/* 249  */ .fa-file-o:before {
/* 250  */   content: "\f016";

/* font-awesome.min.css */

/* 251  */ }
/* 252  */ .fa-clock-o:before {
/* 253  */   content: "\f017";
/* 254  */ }
/* 255  */ .fa-road:before {
/* 256  */   content: "\f018";
/* 257  */ }
/* 258  */ .fa-download:before {
/* 259  */   content: "\f019";
/* 260  */ }
/* 261  */ .fa-arrow-circle-o-down:before {
/* 262  */   content: "\f01a";
/* 263  */ }
/* 264  */ .fa-arrow-circle-o-up:before {
/* 265  */   content: "\f01b";
/* 266  */ }
/* 267  */ .fa-inbox:before {
/* 268  */   content: "\f01c";
/* 269  */ }
/* 270  */ .fa-play-circle-o:before {
/* 271  */   content: "\f01d";
/* 272  */ }
/* 273  */ .fa-rotate-right:before,
/* 274  */ .fa-repeat:before {
/* 275  */   content: "\f01e";
/* 276  */ }
/* 277  */ .fa-refresh:before {
/* 278  */   content: "\f021";
/* 279  */ }
/* 280  */ .fa-list-alt:before {
/* 281  */   content: "\f022";
/* 282  */ }
/* 283  */ .fa-lock:before {
/* 284  */   content: "\f023";
/* 285  */ }
/* 286  */ .fa-flag:before {
/* 287  */   content: "\f024";
/* 288  */ }
/* 289  */ .fa-headphones:before {
/* 290  */   content: "\f025";
/* 291  */ }
/* 292  */ .fa-volume-off:before {
/* 293  */   content: "\f026";
/* 294  */ }
/* 295  */ .fa-volume-down:before {
/* 296  */   content: "\f027";
/* 297  */ }
/* 298  */ .fa-volume-up:before {
/* 299  */   content: "\f028";
/* 300  */ }

/* font-awesome.min.css */

/* 301  */ .fa-qrcode:before {
/* 302  */   content: "\f029";
/* 303  */ }
/* 304  */ .fa-barcode:before {
/* 305  */   content: "\f02a";
/* 306  */ }
/* 307  */ .fa-tag:before {
/* 308  */   content: "\f02b";
/* 309  */ }
/* 310  */ .fa-tags:before {
/* 311  */   content: "\f02c";
/* 312  */ }
/* 313  */ .fa-book:before {
/* 314  */   content: "\f02d";
/* 315  */ }
/* 316  */ .fa-bookmark:before {
/* 317  */   content: "\f02e";
/* 318  */ }
/* 319  */ .fa-print:before {
/* 320  */   content: "\f02f";
/* 321  */ }
/* 322  */ .fa-camera:before {
/* 323  */   content: "\f030";
/* 324  */ }
/* 325  */ .fa-font:before {
/* 326  */   content: "\f031";
/* 327  */ }
/* 328  */ .fa-bold:before {
/* 329  */   content: "\f032";
/* 330  */ }
/* 331  */ .fa-italic:before {
/* 332  */   content: "\f033";
/* 333  */ }
/* 334  */ .fa-text-height:before {
/* 335  */   content: "\f034";
/* 336  */ }
/* 337  */ .fa-text-width:before {
/* 338  */   content: "\f035";
/* 339  */ }
/* 340  */ .fa-align-left:before {
/* 341  */   content: "\f036";
/* 342  */ }
/* 343  */ .fa-align-center:before {
/* 344  */   content: "\f037";
/* 345  */ }
/* 346  */ .fa-align-right:before {
/* 347  */   content: "\f038";
/* 348  */ }
/* 349  */ .fa-align-justify:before {
/* 350  */   content: "\f039";

/* font-awesome.min.css */

/* 351  */ }
/* 352  */ .fa-list:before {
/* 353  */   content: "\f03a";
/* 354  */ }
/* 355  */ .fa-dedent:before,
/* 356  */ .fa-outdent:before {
/* 357  */   content: "\f03b";
/* 358  */ }
/* 359  */ .fa-indent:before {
/* 360  */   content: "\f03c";
/* 361  */ }
/* 362  */ .fa-video-camera:before {
/* 363  */   content: "\f03d";
/* 364  */ }
/* 365  */ .fa-photo:before,
/* 366  */ .fa-image:before,
/* 367  */ .fa-picture-o:before {
/* 368  */   content: "\f03e";
/* 369  */ }
/* 370  */ .fa-pencil:before {
/* 371  */   content: "\f040";
/* 372  */ }
/* 373  */ .fa-map-marker:before {
/* 374  */   content: "\f041";
/* 375  */ }
/* 376  */ .fa-adjust:before {
/* 377  */   content: "\f042";
/* 378  */ }
/* 379  */ .fa-tint:before {
/* 380  */   content: "\f043";
/* 381  */ }
/* 382  */ .fa-edit:before,
/* 383  */ .fa-pencil-square-o:before {
/* 384  */   content: "\f044";
/* 385  */ }
/* 386  */ .fa-share-square-o:before {
/* 387  */   content: "\f045";
/* 388  */ }
/* 389  */ .fa-check-square-o:before {
/* 390  */   content: "\f046";
/* 391  */ }
/* 392  */ .fa-arrows:before {
/* 393  */   content: "\f047";
/* 394  */ }
/* 395  */ .fa-step-backward:before {
/* 396  */   content: "\f048";
/* 397  */ }
/* 398  */ .fa-fast-backward:before {
/* 399  */   content: "\f049";
/* 400  */ }

/* font-awesome.min.css */

/* 401  */ .fa-backward:before {
/* 402  */   content: "\f04a";
/* 403  */ }
/* 404  */ .fa-play:before {
/* 405  */   content: "\f04b";
/* 406  */ }
/* 407  */ .fa-pause:before {
/* 408  */   content: "\f04c";
/* 409  */ }
/* 410  */ .fa-stop:before {
/* 411  */   content: "\f04d";
/* 412  */ }
/* 413  */ .fa-forward:before {
/* 414  */   content: "\f04e";
/* 415  */ }
/* 416  */ .fa-fast-forward:before {
/* 417  */   content: "\f050";
/* 418  */ }
/* 419  */ .fa-step-forward:before {
/* 420  */   content: "\f051";
/* 421  */ }
/* 422  */ .fa-eject:before {
/* 423  */   content: "\f052";
/* 424  */ }
/* 425  */ .fa-chevron-left:before {
/* 426  */   content: "\f053";
/* 427  */ }
/* 428  */ .fa-chevron-right:before {
/* 429  */   content: "\f054";
/* 430  */ }
/* 431  */ .fa-plus-circle:before {
/* 432  */   content: "\f055";
/* 433  */ }
/* 434  */ .fa-minus-circle:before {
/* 435  */   content: "\f056";
/* 436  */ }
/* 437  */ .fa-times-circle:before {
/* 438  */   content: "\f057";
/* 439  */ }
/* 440  */ .fa-check-circle:before {
/* 441  */   content: "\f058";
/* 442  */ }
/* 443  */ .fa-question-circle:before {
/* 444  */   content: "\f059";
/* 445  */ }
/* 446  */ .fa-info-circle:before {
/* 447  */   content: "\f05a";
/* 448  */ }
/* 449  */ .fa-crosshairs:before {
/* 450  */   content: "\f05b";

/* font-awesome.min.css */

/* 451  */ }
/* 452  */ .fa-times-circle-o:before {
/* 453  */   content: "\f05c";
/* 454  */ }
/* 455  */ .fa-check-circle-o:before {
/* 456  */   content: "\f05d";
/* 457  */ }
/* 458  */ .fa-ban:before {
/* 459  */   content: "\f05e";
/* 460  */ }
/* 461  */ .fa-arrow-left:before {
/* 462  */   content: "\f060";
/* 463  */ }
/* 464  */ .fa-arrow-right:before {
/* 465  */   content: "\f061";
/* 466  */ }
/* 467  */ .fa-arrow-up:before {
/* 468  */   content: "\f062";
/* 469  */ }
/* 470  */ .fa-arrow-down:before {
/* 471  */   content: "\f063";
/* 472  */ }
/* 473  */ .fa-mail-forward:before,
/* 474  */ .fa-share:before {
/* 475  */   content: "\f064";
/* 476  */ }
/* 477  */ .fa-expand:before {
/* 478  */   content: "\f065";
/* 479  */ }
/* 480  */ .fa-compress:before {
/* 481  */   content: "\f066";
/* 482  */ }
/* 483  */ .fa-plus:before {
/* 484  */   content: "\f067";
/* 485  */ }
/* 486  */ .fa-minus:before {
/* 487  */   content: "\f068";
/* 488  */ }
/* 489  */ .fa-asterisk:before {
/* 490  */   content: "\f069";
/* 491  */ }
/* 492  */ .fa-exclamation-circle:before {
/* 493  */   content: "\f06a";
/* 494  */ }
/* 495  */ .fa-gift:before {
/* 496  */   content: "\f06b";
/* 497  */ }
/* 498  */ .fa-leaf:before {
/* 499  */   content: "\f06c";
/* 500  */ }

/* font-awesome.min.css */

/* 501  */ .fa-fire:before {
/* 502  */   content: "\f06d";
/* 503  */ }
/* 504  */ .fa-eye:before {
/* 505  */   content: "\f06e";
/* 506  */ }
/* 507  */ .fa-eye-slash:before {
/* 508  */   content: "\f070";
/* 509  */ }
/* 510  */ .fa-warning:before,
/* 511  */ .fa-exclamation-triangle:before {
/* 512  */   content: "\f071";
/* 513  */ }
/* 514  */ .fa-plane:before {
/* 515  */   content: "\f072";
/* 516  */ }
/* 517  */ .fa-calendar:before {
/* 518  */   content: "\f073";
/* 519  */ }
/* 520  */ .fa-random:before {
/* 521  */   content: "\f074";
/* 522  */ }
/* 523  */ .fa-comment:before {
/* 524  */   content: "\f075";
/* 525  */ }
/* 526  */ .fa-magnet:before {
/* 527  */   content: "\f076";
/* 528  */ }
/* 529  */ .fa-chevron-up:before {
/* 530  */   content: "\f077";
/* 531  */ }
/* 532  */ .fa-chevron-down:before {
/* 533  */   content: "\f078";
/* 534  */ }
/* 535  */ .fa-retweet:before {
/* 536  */   content: "\f079";
/* 537  */ }
/* 538  */ .fa-shopping-cart:before {
/* 539  */   content: "\f07a";
/* 540  */ }
/* 541  */ .fa-folder:before {
/* 542  */   content: "\f07b";
/* 543  */ }
/* 544  */ .fa-folder-open:before {
/* 545  */   content: "\f07c";
/* 546  */ }
/* 547  */ .fa-arrows-v:before {
/* 548  */   content: "\f07d";
/* 549  */ }
/* 550  */ .fa-arrows-h:before {

/* font-awesome.min.css */

/* 551  */   content: "\f07e";
/* 552  */ }
/* 553  */ .fa-bar-chart-o:before,
/* 554  */ .fa-bar-chart:before {
/* 555  */   content: "\f080";
/* 556  */ }
/* 557  */ .fa-twitter-square:before {
/* 558  */   content: "\f081";
/* 559  */ }
/* 560  */ .fa-facebook-square:before {
/* 561  */   content: "\f082";
/* 562  */ }
/* 563  */ .fa-camera-retro:before {
/* 564  */   content: "\f083";
/* 565  */ }
/* 566  */ .fa-key:before {
/* 567  */   content: "\f084";
/* 568  */ }
/* 569  */ .fa-gears:before,
/* 570  */ .fa-cogs:before {
/* 571  */   content: "\f085";
/* 572  */ }
/* 573  */ .fa-comments:before {
/* 574  */   content: "\f086";
/* 575  */ }
/* 576  */ .fa-thumbs-o-up:before {
/* 577  */   content: "\f087";
/* 578  */ }
/* 579  */ .fa-thumbs-o-down:before {
/* 580  */   content: "\f088";
/* 581  */ }
/* 582  */ .fa-star-half:before {
/* 583  */   content: "\f089";
/* 584  */ }
/* 585  */ .fa-heart-o:before {
/* 586  */   content: "\f08a";
/* 587  */ }
/* 588  */ .fa-sign-out:before {
/* 589  */   content: "\f08b";
/* 590  */ }
/* 591  */ .fa-linkedin-square:before {
/* 592  */   content: "\f08c";
/* 593  */ }
/* 594  */ .fa-thumb-tack:before {
/* 595  */   content: "\f08d";
/* 596  */ }
/* 597  */ .fa-external-link:before {
/* 598  */   content: "\f08e";
/* 599  */ }
/* 600  */ .fa-sign-in:before {

/* font-awesome.min.css */

/* 601  */   content: "\f090";
/* 602  */ }
/* 603  */ .fa-trophy:before {
/* 604  */   content: "\f091";
/* 605  */ }
/* 606  */ .fa-github-square:before {
/* 607  */   content: "\f092";
/* 608  */ }
/* 609  */ .fa-upload:before {
/* 610  */   content: "\f093";
/* 611  */ }
/* 612  */ .fa-lemon-o:before {
/* 613  */   content: "\f094";
/* 614  */ }
/* 615  */ .fa-phone:before {
/* 616  */   content: "\f095";
/* 617  */ }
/* 618  */ .fa-square-o:before {
/* 619  */   content: "\f096";
/* 620  */ }
/* 621  */ .fa-bookmark-o:before {
/* 622  */   content: "\f097";
/* 623  */ }
/* 624  */ .fa-phone-square:before {
/* 625  */   content: "\f098";
/* 626  */ }
/* 627  */ .fa-twitter:before {
/* 628  */   content: "\f099";
/* 629  */ }
/* 630  */ .fa-facebook-f:before,
/* 631  */ .fa-facebook:before {
/* 632  */   content: "\f09a";
/* 633  */ }
/* 634  */ .fa-github:before {
/* 635  */   content: "\f09b";
/* 636  */ }
/* 637  */ .fa-unlock:before {
/* 638  */   content: "\f09c";
/* 639  */ }
/* 640  */ .fa-credit-card:before {
/* 641  */   content: "\f09d";
/* 642  */ }
/* 643  */ .fa-feed:before,
/* 644  */ .fa-rss:before {
/* 645  */   content: "\f09e";
/* 646  */ }
/* 647  */ .fa-hdd-o:before {
/* 648  */   content: "\f0a0";
/* 649  */ }
/* 650  */ .fa-bullhorn:before {

/* font-awesome.min.css */

/* 651  */   content: "\f0a1";
/* 652  */ }
/* 653  */ .fa-bell:before {
/* 654  */   content: "\f0f3";
/* 655  */ }
/* 656  */ .fa-certificate:before {
/* 657  */   content: "\f0a3";
/* 658  */ }
/* 659  */ .fa-hand-o-right:before {
/* 660  */   content: "\f0a4";
/* 661  */ }
/* 662  */ .fa-hand-o-left:before {
/* 663  */   content: "\f0a5";
/* 664  */ }
/* 665  */ .fa-hand-o-up:before {
/* 666  */   content: "\f0a6";
/* 667  */ }
/* 668  */ .fa-hand-o-down:before {
/* 669  */   content: "\f0a7";
/* 670  */ }
/* 671  */ .fa-arrow-circle-left:before {
/* 672  */   content: "\f0a8";
/* 673  */ }
/* 674  */ .fa-arrow-circle-right:before {
/* 675  */   content: "\f0a9";
/* 676  */ }
/* 677  */ .fa-arrow-circle-up:before {
/* 678  */   content: "\f0aa";
/* 679  */ }
/* 680  */ .fa-arrow-circle-down:before {
/* 681  */   content: "\f0ab";
/* 682  */ }
/* 683  */ .fa-globe:before {
/* 684  */   content: "\f0ac";
/* 685  */ }
/* 686  */ .fa-wrench:before {
/* 687  */   content: "\f0ad";
/* 688  */ }
/* 689  */ .fa-tasks:before {
/* 690  */   content: "\f0ae";
/* 691  */ }
/* 692  */ .fa-filter:before {
/* 693  */   content: "\f0b0";
/* 694  */ }
/* 695  */ .fa-briefcase:before {
/* 696  */   content: "\f0b1";
/* 697  */ }
/* 698  */ .fa-arrows-alt:before {
/* 699  */   content: "\f0b2";
/* 700  */ }

/* font-awesome.min.css */

/* 701  */ .fa-group:before,
/* 702  */ .fa-users:before {
/* 703  */   content: "\f0c0";
/* 704  */ }
/* 705  */ .fa-chain:before,
/* 706  */ .fa-link:before {
/* 707  */   content: "\f0c1";
/* 708  */ }
/* 709  */ .fa-cloud:before {
/* 710  */   content: "\f0c2";
/* 711  */ }
/* 712  */ .fa-flask:before {
/* 713  */   content: "\f0c3";
/* 714  */ }
/* 715  */ .fa-cut:before,
/* 716  */ .fa-scissors:before {
/* 717  */   content: "\f0c4";
/* 718  */ }
/* 719  */ .fa-copy:before,
/* 720  */ .fa-files-o:before {
/* 721  */   content: "\f0c5";
/* 722  */ }
/* 723  */ .fa-paperclip:before {
/* 724  */   content: "\f0c6";
/* 725  */ }
/* 726  */ .fa-save:before,
/* 727  */ .fa-floppy-o:before {
/* 728  */   content: "\f0c7";
/* 729  */ }
/* 730  */ .fa-square:before {
/* 731  */   content: "\f0c8";
/* 732  */ }
/* 733  */ .fa-navicon:before,
/* 734  */ .fa-reorder:before,
/* 735  */ .fa-bars:before {
/* 736  */   content: "\f0c9";
/* 737  */ }
/* 738  */ .fa-list-ul:before {
/* 739  */   content: "\f0ca";
/* 740  */ }
/* 741  */ .fa-list-ol:before {
/* 742  */   content: "\f0cb";
/* 743  */ }
/* 744  */ .fa-strikethrough:before {
/* 745  */   content: "\f0cc";
/* 746  */ }
/* 747  */ .fa-underline:before {
/* 748  */   content: "\f0cd";
/* 749  */ }
/* 750  */ .fa-table:before {

/* font-awesome.min.css */

/* 751  */   content: "\f0ce";
/* 752  */ }
/* 753  */ .fa-magic:before {
/* 754  */   content: "\f0d0";
/* 755  */ }
/* 756  */ .fa-truck:before {
/* 757  */   content: "\f0d1";
/* 758  */ }
/* 759  */ .fa-pinterest:before {
/* 760  */   content: "\f0d2";
/* 761  */ }
/* 762  */ .fa-pinterest-square:before {
/* 763  */   content: "\f0d3";
/* 764  */ }
/* 765  */ .fa-google-plus-square:before {
/* 766  */   content: "\f0d4";
/* 767  */ }
/* 768  */ .fa-google-plus:before {
/* 769  */   content: "\f0d5";
/* 770  */ }
/* 771  */ .fa-money:before {
/* 772  */   content: "\f0d6";
/* 773  */ }
/* 774  */ .fa-caret-down:before {
/* 775  */   content: "\f0d7";
/* 776  */ }
/* 777  */ .fa-caret-up:before {
/* 778  */   content: "\f0d8";
/* 779  */ }
/* 780  */ .fa-caret-left:before {
/* 781  */   content: "\f0d9";
/* 782  */ }
/* 783  */ .fa-caret-right:before {
/* 784  */   content: "\f0da";
/* 785  */ }
/* 786  */ .fa-columns:before {
/* 787  */   content: "\f0db";
/* 788  */ }
/* 789  */ .fa-unsorted:before,
/* 790  */ .fa-sort:before {
/* 791  */   content: "\f0dc";
/* 792  */ }
/* 793  */ .fa-sort-down:before,
/* 794  */ .fa-sort-desc:before {
/* 795  */   content: "\f0dd";
/* 796  */ }
/* 797  */ .fa-sort-up:before,
/* 798  */ .fa-sort-asc:before {
/* 799  */   content: "\f0de";
/* 800  */ }

/* font-awesome.min.css */

/* 801  */ .fa-envelope:before {
/* 802  */   content: "\f0e0";
/* 803  */ }
/* 804  */ .fa-linkedin:before {
/* 805  */   content: "\f0e1";
/* 806  */ }
/* 807  */ .fa-rotate-left:before,
/* 808  */ .fa-undo:before {
/* 809  */   content: "\f0e2";
/* 810  */ }
/* 811  */ .fa-legal:before,
/* 812  */ .fa-gavel:before {
/* 813  */   content: "\f0e3";
/* 814  */ }
/* 815  */ .fa-dashboard:before,
/* 816  */ .fa-tachometer:before {
/* 817  */   content: "\f0e4";
/* 818  */ }
/* 819  */ .fa-comment-o:before {
/* 820  */   content: "\f0e5";
/* 821  */ }
/* 822  */ .fa-comments-o:before {
/* 823  */   content: "\f0e6";
/* 824  */ }
/* 825  */ .fa-flash:before,
/* 826  */ .fa-bolt:before {
/* 827  */   content: "\f0e7";
/* 828  */ }
/* 829  */ .fa-sitemap:before {
/* 830  */   content: "\f0e8";
/* 831  */ }
/* 832  */ .fa-umbrella:before {
/* 833  */   content: "\f0e9";
/* 834  */ }
/* 835  */ .fa-paste:before,
/* 836  */ .fa-clipboard:before {
/* 837  */   content: "\f0ea";
/* 838  */ }
/* 839  */ .fa-lightbulb-o:before {
/* 840  */   content: "\f0eb";
/* 841  */ }
/* 842  */ .fa-exchange:before {
/* 843  */   content: "\f0ec";
/* 844  */ }
/* 845  */ .fa-cloud-download:before {
/* 846  */   content: "\f0ed";
/* 847  */ }
/* 848  */ .fa-cloud-upload:before {
/* 849  */   content: "\f0ee";
/* 850  */ }

/* font-awesome.min.css */

/* 851  */ .fa-user-md:before {
/* 852  */   content: "\f0f0";
/* 853  */ }
/* 854  */ .fa-stethoscope:before {
/* 855  */   content: "\f0f1";
/* 856  */ }
/* 857  */ .fa-suitcase:before {
/* 858  */   content: "\f0f2";
/* 859  */ }
/* 860  */ .fa-bell-o:before {
/* 861  */   content: "\f0a2";
/* 862  */ }
/* 863  */ .fa-coffee:before {
/* 864  */   content: "\f0f4";
/* 865  */ }
/* 866  */ .fa-cutlery:before {
/* 867  */   content: "\f0f5";
/* 868  */ }
/* 869  */ .fa-file-text-o:before {
/* 870  */   content: "\f0f6";
/* 871  */ }
/* 872  */ .fa-building-o:before {
/* 873  */   content: "\f0f7";
/* 874  */ }
/* 875  */ .fa-hospital-o:before {
/* 876  */   content: "\f0f8";
/* 877  */ }
/* 878  */ .fa-ambulance:before {
/* 879  */   content: "\f0f9";
/* 880  */ }
/* 881  */ .fa-medkit:before {
/* 882  */   content: "\f0fa";
/* 883  */ }
/* 884  */ .fa-fighter-jet:before {
/* 885  */   content: "\f0fb";
/* 886  */ }
/* 887  */ .fa-beer:before {
/* 888  */   content: "\f0fc";
/* 889  */ }
/* 890  */ .fa-h-square:before {
/* 891  */   content: "\f0fd";
/* 892  */ }
/* 893  */ .fa-plus-square:before {
/* 894  */   content: "\f0fe";
/* 895  */ }
/* 896  */ .fa-angle-double-left:before {
/* 897  */   content: "\f100";
/* 898  */ }
/* 899  */ .fa-angle-double-right:before {
/* 900  */   content: "\f101";

/* font-awesome.min.css */

/* 901  */ }
/* 902  */ .fa-angle-double-up:before {
/* 903  */   content: "\f102";
/* 904  */ }
/* 905  */ .fa-angle-double-down:before {
/* 906  */   content: "\f103";
/* 907  */ }
/* 908  */ .fa-angle-left:before {
/* 909  */   content: "\f104";
/* 910  */ }
/* 911  */ .fa-angle-right:before {
/* 912  */   content: "\f105";
/* 913  */ }
/* 914  */ .fa-angle-up:before {
/* 915  */   content: "\f106";
/* 916  */ }
/* 917  */ .fa-angle-down:before {
/* 918  */   content: "\f107";
/* 919  */ }
/* 920  */ .fa-desktop:before {
/* 921  */   content: "\f108";
/* 922  */ }
/* 923  */ .fa-laptop:before {
/* 924  */   content: "\f109";
/* 925  */ }
/* 926  */ .fa-tablet:before {
/* 927  */   content: "\f10a";
/* 928  */ }
/* 929  */ .fa-mobile-phone:before,
/* 930  */ .fa-mobile:before {
/* 931  */   content: "\f10b";
/* 932  */ }
/* 933  */ .fa-circle-o:before {
/* 934  */   content: "\f10c";
/* 935  */ }
/* 936  */ .fa-quote-left:before {
/* 937  */   content: "\f10d";
/* 938  */ }
/* 939  */ .fa-quote-right:before {
/* 940  */   content: "\f10e";
/* 941  */ }
/* 942  */ .fa-spinner:before {
/* 943  */   content: "\f110";
/* 944  */ }
/* 945  */ .fa-circle:before {
/* 946  */   content: "\f111";
/* 947  */ }
/* 948  */ .fa-mail-reply:before,
/* 949  */ .fa-reply:before {
/* 950  */   content: "\f112";

/* font-awesome.min.css */

/* 951  */ }
/* 952  */ .fa-github-alt:before {
/* 953  */   content: "\f113";
/* 954  */ }
/* 955  */ .fa-folder-o:before {
/* 956  */   content: "\f114";
/* 957  */ }
/* 958  */ .fa-folder-open-o:before {
/* 959  */   content: "\f115";
/* 960  */ }
/* 961  */ .fa-smile-o:before {
/* 962  */   content: "\f118";
/* 963  */ }
/* 964  */ .fa-frown-o:before {
/* 965  */   content: "\f119";
/* 966  */ }
/* 967  */ .fa-meh-o:before {
/* 968  */   content: "\f11a";
/* 969  */ }
/* 970  */ .fa-gamepad:before {
/* 971  */   content: "\f11b";
/* 972  */ }
/* 973  */ .fa-keyboard-o:before {
/* 974  */   content: "\f11c";
/* 975  */ }
/* 976  */ .fa-flag-o:before {
/* 977  */   content: "\f11d";
/* 978  */ }
/* 979  */ .fa-flag-checkered:before {
/* 980  */   content: "\f11e";
/* 981  */ }
/* 982  */ .fa-terminal:before {
/* 983  */   content: "\f120";
/* 984  */ }
/* 985  */ .fa-code:before {
/* 986  */   content: "\f121";
/* 987  */ }
/* 988  */ .fa-mail-reply-all:before,
/* 989  */ .fa-reply-all:before {
/* 990  */   content: "\f122";
/* 991  */ }
/* 992  */ .fa-star-half-empty:before,
/* 993  */ .fa-star-half-full:before,
/* 994  */ .fa-star-half-o:before {
/* 995  */   content: "\f123";
/* 996  */ }
/* 997  */ .fa-location-arrow:before {
/* 998  */   content: "\f124";
/* 999  */ }
/* 1000 */ .fa-crop:before {

/* font-awesome.min.css */

/* 1001 */   content: "\f125";
/* 1002 */ }
/* 1003 */ .fa-code-fork:before {
/* 1004 */   content: "\f126";
/* 1005 */ }
/* 1006 */ .fa-unlink:before,
/* 1007 */ .fa-chain-broken:before {
/* 1008 */   content: "\f127";
/* 1009 */ }
/* 1010 */ .fa-question:before {
/* 1011 */   content: "\f128";
/* 1012 */ }
/* 1013 */ .fa-info:before {
/* 1014 */   content: "\f129";
/* 1015 */ }
/* 1016 */ .fa-exclamation:before {
/* 1017 */   content: "\f12a";
/* 1018 */ }
/* 1019 */ .fa-superscript:before {
/* 1020 */   content: "\f12b";
/* 1021 */ }
/* 1022 */ .fa-subscript:before {
/* 1023 */   content: "\f12c";
/* 1024 */ }
/* 1025 */ .fa-eraser:before {
/* 1026 */   content: "\f12d";
/* 1027 */ }
/* 1028 */ .fa-puzzle-piece:before {
/* 1029 */   content: "\f12e";
/* 1030 */ }
/* 1031 */ .fa-microphone:before {
/* 1032 */   content: "\f130";
/* 1033 */ }
/* 1034 */ .fa-microphone-slash:before {
/* 1035 */   content: "\f131";
/* 1036 */ }
/* 1037 */ .fa-shield:before {
/* 1038 */   content: "\f132";
/* 1039 */ }
/* 1040 */ .fa-calendar-o:before {
/* 1041 */   content: "\f133";
/* 1042 */ }
/* 1043 */ .fa-fire-extinguisher:before {
/* 1044 */   content: "\f134";
/* 1045 */ }
/* 1046 */ .fa-rocket:before {
/* 1047 */   content: "\f135";
/* 1048 */ }
/* 1049 */ .fa-maxcdn:before {
/* 1050 */   content: "\f136";

/* font-awesome.min.css */

/* 1051 */ }
/* 1052 */ .fa-chevron-circle-left:before {
/* 1053 */   content: "\f137";
/* 1054 */ }
/* 1055 */ .fa-chevron-circle-right:before {
/* 1056 */   content: "\f138";
/* 1057 */ }
/* 1058 */ .fa-chevron-circle-up:before {
/* 1059 */   content: "\f139";
/* 1060 */ }
/* 1061 */ .fa-chevron-circle-down:before {
/* 1062 */   content: "\f13a";
/* 1063 */ }
/* 1064 */ .fa-html5:before {
/* 1065 */   content: "\f13b";
/* 1066 */ }
/* 1067 */ .fa-css3:before {
/* 1068 */   content: "\f13c";
/* 1069 */ }
/* 1070 */ .fa-anchor:before {
/* 1071 */   content: "\f13d";
/* 1072 */ }
/* 1073 */ .fa-unlock-alt:before {
/* 1074 */   content: "\f13e";
/* 1075 */ }
/* 1076 */ .fa-bullseye:before {
/* 1077 */   content: "\f140";
/* 1078 */ }
/* 1079 */ .fa-ellipsis-h:before {
/* 1080 */   content: "\f141";
/* 1081 */ }
/* 1082 */ .fa-ellipsis-v:before {
/* 1083 */   content: "\f142";
/* 1084 */ }
/* 1085 */ .fa-rss-square:before {
/* 1086 */   content: "\f143";
/* 1087 */ }
/* 1088 */ .fa-play-circle:before {
/* 1089 */   content: "\f144";
/* 1090 */ }
/* 1091 */ .fa-ticket:before {
/* 1092 */   content: "\f145";
/* 1093 */ }
/* 1094 */ .fa-minus-square:before {
/* 1095 */   content: "\f146";
/* 1096 */ }
/* 1097 */ .fa-minus-square-o:before {
/* 1098 */   content: "\f147";
/* 1099 */ }
/* 1100 */ .fa-level-up:before {

/* font-awesome.min.css */

/* 1101 */   content: "\f148";
/* 1102 */ }
/* 1103 */ .fa-level-down:before {
/* 1104 */   content: "\f149";
/* 1105 */ }
/* 1106 */ .fa-check-square:before {
/* 1107 */   content: "\f14a";
/* 1108 */ }
/* 1109 */ .fa-pencil-square:before {
/* 1110 */   content: "\f14b";
/* 1111 */ }
/* 1112 */ .fa-external-link-square:before {
/* 1113 */   content: "\f14c";
/* 1114 */ }
/* 1115 */ .fa-share-square:before {
/* 1116 */   content: "\f14d";
/* 1117 */ }
/* 1118 */ .fa-compass:before {
/* 1119 */   content: "\f14e";
/* 1120 */ }
/* 1121 */ .fa-toggle-down:before,
/* 1122 */ .fa-caret-square-o-down:before {
/* 1123 */   content: "\f150";
/* 1124 */ }
/* 1125 */ .fa-toggle-up:before,
/* 1126 */ .fa-caret-square-o-up:before {
/* 1127 */   content: "\f151";
/* 1128 */ }
/* 1129 */ .fa-toggle-right:before,
/* 1130 */ .fa-caret-square-o-right:before {
/* 1131 */   content: "\f152";
/* 1132 */ }
/* 1133 */ .fa-euro:before,
/* 1134 */ .fa-eur:before {
/* 1135 */   content: "\f153";
/* 1136 */ }
/* 1137 */ .fa-gbp:before {
/* 1138 */   content: "\f154";
/* 1139 */ }
/* 1140 */ .fa-dollar:before,
/* 1141 */ .fa-usd:before {
/* 1142 */   content: "\f155";
/* 1143 */ }
/* 1144 */ .fa-rupee:before,
/* 1145 */ .fa-inr:before {
/* 1146 */   content: "\f156";
/* 1147 */ }
/* 1148 */ .fa-cny:before,
/* 1149 */ .fa-rmb:before,
/* 1150 */ .fa-yen:before,

/* font-awesome.min.css */

/* 1151 */ .fa-jpy:before {
/* 1152 */   content: "\f157";
/* 1153 */ }
/* 1154 */ .fa-ruble:before,
/* 1155 */ .fa-rouble:before,
/* 1156 */ .fa-rub:before {
/* 1157 */   content: "\f158";
/* 1158 */ }
/* 1159 */ .fa-won:before,
/* 1160 */ .fa-krw:before {
/* 1161 */   content: "\f159";
/* 1162 */ }
/* 1163 */ .fa-bitcoin:before,
/* 1164 */ .fa-btc:before {
/* 1165 */   content: "\f15a";
/* 1166 */ }
/* 1167 */ .fa-file:before {
/* 1168 */   content: "\f15b";
/* 1169 */ }
/* 1170 */ .fa-file-text:before {
/* 1171 */   content: "\f15c";
/* 1172 */ }
/* 1173 */ .fa-sort-alpha-asc:before {
/* 1174 */   content: "\f15d";
/* 1175 */ }
/* 1176 */ .fa-sort-alpha-desc:before {
/* 1177 */   content: "\f15e";
/* 1178 */ }
/* 1179 */ .fa-sort-amount-asc:before {
/* 1180 */   content: "\f160";
/* 1181 */ }
/* 1182 */ .fa-sort-amount-desc:before {
/* 1183 */   content: "\f161";
/* 1184 */ }
/* 1185 */ .fa-sort-numeric-asc:before {
/* 1186 */   content: "\f162";
/* 1187 */ }
/* 1188 */ .fa-sort-numeric-desc:before {
/* 1189 */   content: "\f163";
/* 1190 */ }
/* 1191 */ .fa-thumbs-up:before {
/* 1192 */   content: "\f164";
/* 1193 */ }
/* 1194 */ .fa-thumbs-down:before {
/* 1195 */   content: "\f165";
/* 1196 */ }
/* 1197 */ .fa-youtube-square:before {
/* 1198 */   content: "\f166";
/* 1199 */ }
/* 1200 */ .fa-youtube:before {

/* font-awesome.min.css */

/* 1201 */   content: "\f167";
/* 1202 */ }
/* 1203 */ .fa-xing:before {
/* 1204 */   content: "\f168";
/* 1205 */ }
/* 1206 */ .fa-xing-square:before {
/* 1207 */   content: "\f169";
/* 1208 */ }
/* 1209 */ .fa-youtube-play:before {
/* 1210 */   content: "\f16a";
/* 1211 */ }
/* 1212 */ .fa-dropbox:before {
/* 1213 */   content: "\f16b";
/* 1214 */ }
/* 1215 */ .fa-stack-overflow:before {
/* 1216 */   content: "\f16c";
/* 1217 */ }
/* 1218 */ .fa-instagram:before {
/* 1219 */   content: "\f16d";
/* 1220 */ }
/* 1221 */ .fa-flickr:before {
/* 1222 */   content: "\f16e";
/* 1223 */ }
/* 1224 */ .fa-adn:before {
/* 1225 */   content: "\f170";
/* 1226 */ }
/* 1227 */ .fa-bitbucket:before {
/* 1228 */   content: "\f171";
/* 1229 */ }
/* 1230 */ .fa-bitbucket-square:before {
/* 1231 */   content: "\f172";
/* 1232 */ }
/* 1233 */ .fa-tumblr:before {
/* 1234 */   content: "\f173";
/* 1235 */ }
/* 1236 */ .fa-tumblr-square:before {
/* 1237 */   content: "\f174";
/* 1238 */ }
/* 1239 */ .fa-long-arrow-down:before {
/* 1240 */   content: "\f175";
/* 1241 */ }
/* 1242 */ .fa-long-arrow-up:before {
/* 1243 */   content: "\f176";
/* 1244 */ }
/* 1245 */ .fa-long-arrow-left:before {
/* 1246 */   content: "\f177";
/* 1247 */ }
/* 1248 */ .fa-long-arrow-right:before {
/* 1249 */   content: "\f178";
/* 1250 */ }

/* font-awesome.min.css */

/* 1251 */ .fa-apple:before {
/* 1252 */   content: "\f179";
/* 1253 */ }
/* 1254 */ .fa-windows:before {
/* 1255 */   content: "\f17a";
/* 1256 */ }
/* 1257 */ .fa-android:before {
/* 1258 */   content: "\f17b";
/* 1259 */ }
/* 1260 */ .fa-linux:before {
/* 1261 */   content: "\f17c";
/* 1262 */ }
/* 1263 */ .fa-dribbble:before {
/* 1264 */   content: "\f17d";
/* 1265 */ }
/* 1266 */ .fa-skype:before {
/* 1267 */   content: "\f17e";
/* 1268 */ }
/* 1269 */ .fa-foursquare:before {
/* 1270 */   content: "\f180";
/* 1271 */ }
/* 1272 */ .fa-trello:before {
/* 1273 */   content: "\f181";
/* 1274 */ }
/* 1275 */ .fa-female:before {
/* 1276 */   content: "\f182";
/* 1277 */ }
/* 1278 */ .fa-male:before {
/* 1279 */   content: "\f183";
/* 1280 */ }
/* 1281 */ .fa-gittip:before,
/* 1282 */ .fa-gratipay:before {
/* 1283 */   content: "\f184";
/* 1284 */ }
/* 1285 */ .fa-sun-o:before {
/* 1286 */   content: "\f185";
/* 1287 */ }
/* 1288 */ .fa-moon-o:before {
/* 1289 */   content: "\f186";
/* 1290 */ }
/* 1291 */ .fa-archive:before {
/* 1292 */   content: "\f187";
/* 1293 */ }
/* 1294 */ .fa-bug:before {
/* 1295 */   content: "\f188";
/* 1296 */ }
/* 1297 */ .fa-vk:before {
/* 1298 */   content: "\f189";
/* 1299 */ }
/* 1300 */ .fa-weibo:before {

/* font-awesome.min.css */

/* 1301 */   content: "\f18a";
/* 1302 */ }
/* 1303 */ .fa-renren:before {
/* 1304 */   content: "\f18b";
/* 1305 */ }
/* 1306 */ .fa-pagelines:before {
/* 1307 */   content: "\f18c";
/* 1308 */ }
/* 1309 */ .fa-stack-exchange:before {
/* 1310 */   content: "\f18d";
/* 1311 */ }
/* 1312 */ .fa-arrow-circle-o-right:before {
/* 1313 */   content: "\f18e";
/* 1314 */ }
/* 1315 */ .fa-arrow-circle-o-left:before {
/* 1316 */   content: "\f190";
/* 1317 */ }
/* 1318 */ .fa-toggle-left:before,
/* 1319 */ .fa-caret-square-o-left:before {
/* 1320 */   content: "\f191";
/* 1321 */ }
/* 1322 */ .fa-dot-circle-o:before {
/* 1323 */   content: "\f192";
/* 1324 */ }
/* 1325 */ .fa-wheelchair:before {
/* 1326 */   content: "\f193";
/* 1327 */ }
/* 1328 */ .fa-vimeo-square:before {
/* 1329 */   content: "\f194";
/* 1330 */ }
/* 1331 */ .fa-turkish-lira:before,
/* 1332 */ .fa-try:before {
/* 1333 */   content: "\f195";
/* 1334 */ }
/* 1335 */ .fa-plus-square-o:before {
/* 1336 */   content: "\f196";
/* 1337 */ }
/* 1338 */ .fa-space-shuttle:before {
/* 1339 */   content: "\f197";
/* 1340 */ }
/* 1341 */ .fa-slack:before {
/* 1342 */   content: "\f198";
/* 1343 */ }
/* 1344 */ .fa-envelope-square:before {
/* 1345 */   content: "\f199";
/* 1346 */ }
/* 1347 */ .fa-wordpress:before {
/* 1348 */   content: "\f19a";
/* 1349 */ }
/* 1350 */ .fa-openid:before {

/* font-awesome.min.css */

/* 1351 */   content: "\f19b";
/* 1352 */ }
/* 1353 */ .fa-institution:before,
/* 1354 */ .fa-bank:before,
/* 1355 */ .fa-university:before {
/* 1356 */   content: "\f19c";
/* 1357 */ }
/* 1358 */ .fa-mortar-board:before,
/* 1359 */ .fa-graduation-cap:before {
/* 1360 */   content: "\f19d";
/* 1361 */ }
/* 1362 */ .fa-yahoo:before {
/* 1363 */   content: "\f19e";
/* 1364 */ }
/* 1365 */ .fa-google:before {
/* 1366 */   content: "\f1a0";
/* 1367 */ }
/* 1368 */ .fa-reddit:before {
/* 1369 */   content: "\f1a1";
/* 1370 */ }
/* 1371 */ .fa-reddit-square:before {
/* 1372 */   content: "\f1a2";
/* 1373 */ }
/* 1374 */ .fa-stumbleupon-circle:before {
/* 1375 */   content: "\f1a3";
/* 1376 */ }
/* 1377 */ .fa-stumbleupon:before {
/* 1378 */   content: "\f1a4";
/* 1379 */ }
/* 1380 */ .fa-delicious:before {
/* 1381 */   content: "\f1a5";
/* 1382 */ }
/* 1383 */ .fa-digg:before {
/* 1384 */   content: "\f1a6";
/* 1385 */ }
/* 1386 */ .fa-pied-piper-pp:before {
/* 1387 */   content: "\f1a7";
/* 1388 */ }
/* 1389 */ .fa-pied-piper-alt:before {
/* 1390 */   content: "\f1a8";
/* 1391 */ }
/* 1392 */ .fa-drupal:before {
/* 1393 */   content: "\f1a9";
/* 1394 */ }
/* 1395 */ .fa-joomla:before {
/* 1396 */   content: "\f1aa";
/* 1397 */ }
/* 1398 */ .fa-language:before {
/* 1399 */   content: "\f1ab";
/* 1400 */ }

/* font-awesome.min.css */

/* 1401 */ .fa-fax:before {
/* 1402 */   content: "\f1ac";
/* 1403 */ }
/* 1404 */ .fa-building:before {
/* 1405 */   content: "\f1ad";
/* 1406 */ }
/* 1407 */ .fa-child:before {
/* 1408 */   content: "\f1ae";
/* 1409 */ }
/* 1410 */ .fa-paw:before {
/* 1411 */   content: "\f1b0";
/* 1412 */ }
/* 1413 */ .fa-spoon:before {
/* 1414 */   content: "\f1b1";
/* 1415 */ }
/* 1416 */ .fa-cube:before {
/* 1417 */   content: "\f1b2";
/* 1418 */ }
/* 1419 */ .fa-cubes:before {
/* 1420 */   content: "\f1b3";
/* 1421 */ }
/* 1422 */ .fa-behance:before {
/* 1423 */   content: "\f1b4";
/* 1424 */ }
/* 1425 */ .fa-behance-square:before {
/* 1426 */   content: "\f1b5";
/* 1427 */ }
/* 1428 */ .fa-steam:before {
/* 1429 */   content: "\f1b6";
/* 1430 */ }
/* 1431 */ .fa-steam-square:before {
/* 1432 */   content: "\f1b7";
/* 1433 */ }
/* 1434 */ .fa-recycle:before {
/* 1435 */   content: "\f1b8";
/* 1436 */ }
/* 1437 */ .fa-automobile:before,
/* 1438 */ .fa-car:before {
/* 1439 */   content: "\f1b9";
/* 1440 */ }
/* 1441 */ .fa-cab:before,
/* 1442 */ .fa-taxi:before {
/* 1443 */   content: "\f1ba";
/* 1444 */ }
/* 1445 */ .fa-tree:before {
/* 1446 */   content: "\f1bb";
/* 1447 */ }
/* 1448 */ .fa-spotify:before {
/* 1449 */   content: "\f1bc";
/* 1450 */ }

/* font-awesome.min.css */

/* 1451 */ .fa-deviantart:before {
/* 1452 */   content: "\f1bd";
/* 1453 */ }
/* 1454 */ .fa-soundcloud:before {
/* 1455 */   content: "\f1be";
/* 1456 */ }
/* 1457 */ .fa-database:before {
/* 1458 */   content: "\f1c0";
/* 1459 */ }
/* 1460 */ .fa-file-pdf-o:before {
/* 1461 */   content: "\f1c1";
/* 1462 */ }
/* 1463 */ .fa-file-word-o:before {
/* 1464 */   content: "\f1c2";
/* 1465 */ }
/* 1466 */ .fa-file-excel-o:before {
/* 1467 */   content: "\f1c3";
/* 1468 */ }
/* 1469 */ .fa-file-powerpoint-o:before {
/* 1470 */   content: "\f1c4";
/* 1471 */ }
/* 1472 */ .fa-file-photo-o:before,
/* 1473 */ .fa-file-picture-o:before,
/* 1474 */ .fa-file-image-o:before {
/* 1475 */   content: "\f1c5";
/* 1476 */ }
/* 1477 */ .fa-file-zip-o:before,
/* 1478 */ .fa-file-archive-o:before {
/* 1479 */   content: "\f1c6";
/* 1480 */ }
/* 1481 */ .fa-file-sound-o:before,
/* 1482 */ .fa-file-audio-o:before {
/* 1483 */   content: "\f1c7";
/* 1484 */ }
/* 1485 */ .fa-file-movie-o:before,
/* 1486 */ .fa-file-video-o:before {
/* 1487 */   content: "\f1c8";
/* 1488 */ }
/* 1489 */ .fa-file-code-o:before {
/* 1490 */   content: "\f1c9";
/* 1491 */ }
/* 1492 */ .fa-vine:before {
/* 1493 */   content: "\f1ca";
/* 1494 */ }
/* 1495 */ .fa-codepen:before {
/* 1496 */   content: "\f1cb";
/* 1497 */ }
/* 1498 */ .fa-jsfiddle:before {
/* 1499 */   content: "\f1cc";
/* 1500 */ }

/* font-awesome.min.css */

/* 1501 */ .fa-life-bouy:before,
/* 1502 */ .fa-life-buoy:before,
/* 1503 */ .fa-life-saver:before,
/* 1504 */ .fa-support:before,
/* 1505 */ .fa-life-ring:before {
/* 1506 */   content: "\f1cd";
/* 1507 */ }
/* 1508 */ .fa-circle-o-notch:before {
/* 1509 */   content: "\f1ce";
/* 1510 */ }
/* 1511 */ .fa-ra:before,
/* 1512 */ .fa-resistance:before,
/* 1513 */ .fa-rebel:before {
/* 1514 */   content: "\f1d0";
/* 1515 */ }
/* 1516 */ .fa-ge:before,
/* 1517 */ .fa-empire:before {
/* 1518 */   content: "\f1d1";
/* 1519 */ }
/* 1520 */ .fa-git-square:before {
/* 1521 */   content: "\f1d2";
/* 1522 */ }
/* 1523 */ .fa-git:before {
/* 1524 */   content: "\f1d3";
/* 1525 */ }
/* 1526 */ .fa-y-combinator-square:before,
/* 1527 */ .fa-yc-square:before,
/* 1528 */ .fa-hacker-news:before {
/* 1529 */   content: "\f1d4";
/* 1530 */ }
/* 1531 */ .fa-tencent-weibo:before {
/* 1532 */   content: "\f1d5";
/* 1533 */ }
/* 1534 */ .fa-qq:before {
/* 1535 */   content: "\f1d6";
/* 1536 */ }
/* 1537 */ .fa-wechat:before,
/* 1538 */ .fa-weixin:before {
/* 1539 */   content: "\f1d7";
/* 1540 */ }
/* 1541 */ .fa-send:before,
/* 1542 */ .fa-paper-plane:before {
/* 1543 */   content: "\f1d8";
/* 1544 */ }
/* 1545 */ .fa-send-o:before,
/* 1546 */ .fa-paper-plane-o:before {
/* 1547 */   content: "\f1d9";
/* 1548 */ }
/* 1549 */ .fa-history:before {
/* 1550 */   content: "\f1da";

/* font-awesome.min.css */

/* 1551 */ }
/* 1552 */ .fa-circle-thin:before {
/* 1553 */   content: "\f1db";
/* 1554 */ }
/* 1555 */ .fa-header:before {
/* 1556 */   content: "\f1dc";
/* 1557 */ }
/* 1558 */ .fa-paragraph:before {
/* 1559 */   content: "\f1dd";
/* 1560 */ }
/* 1561 */ .fa-sliders:before {
/* 1562 */   content: "\f1de";
/* 1563 */ }
/* 1564 */ .fa-share-alt:before {
/* 1565 */   content: "\f1e0";
/* 1566 */ }
/* 1567 */ .fa-share-alt-square:before {
/* 1568 */   content: "\f1e1";
/* 1569 */ }
/* 1570 */ .fa-bomb:before {
/* 1571 */   content: "\f1e2";
/* 1572 */ }
/* 1573 */ .fa-soccer-ball-o:before,
/* 1574 */ .fa-futbol-o:before {
/* 1575 */   content: "\f1e3";
/* 1576 */ }
/* 1577 */ .fa-tty:before {
/* 1578 */   content: "\f1e4";
/* 1579 */ }
/* 1580 */ .fa-binoculars:before {
/* 1581 */   content: "\f1e5";
/* 1582 */ }
/* 1583 */ .fa-plug:before {
/* 1584 */   content: "\f1e6";
/* 1585 */ }
/* 1586 */ .fa-slideshare:before {
/* 1587 */   content: "\f1e7";
/* 1588 */ }
/* 1589 */ .fa-twitch:before {
/* 1590 */   content: "\f1e8";
/* 1591 */ }
/* 1592 */ .fa-yelp:before {
/* 1593 */   content: "\f1e9";
/* 1594 */ }
/* 1595 */ .fa-newspaper-o:before {
/* 1596 */   content: "\f1ea";
/* 1597 */ }
/* 1598 */ .fa-wifi:before {
/* 1599 */   content: "\f1eb";
/* 1600 */ }

/* font-awesome.min.css */

/* 1601 */ .fa-calculator:before {
/* 1602 */   content: "\f1ec";
/* 1603 */ }
/* 1604 */ .fa-paypal:before {
/* 1605 */   content: "\f1ed";
/* 1606 */ }
/* 1607 */ .fa-google-wallet:before {
/* 1608 */   content: "\f1ee";
/* 1609 */ }
/* 1610 */ .fa-cc-visa:before {
/* 1611 */   content: "\f1f0";
/* 1612 */ }
/* 1613 */ .fa-cc-mastercard:before {
/* 1614 */   content: "\f1f1";
/* 1615 */ }
/* 1616 */ .fa-cc-discover:before {
/* 1617 */   content: "\f1f2";
/* 1618 */ }
/* 1619 */ .fa-cc-amex:before {
/* 1620 */   content: "\f1f3";
/* 1621 */ }
/* 1622 */ .fa-cc-paypal:before {
/* 1623 */   content: "\f1f4";
/* 1624 */ }
/* 1625 */ .fa-cc-stripe:before {
/* 1626 */   content: "\f1f5";
/* 1627 */ }
/* 1628 */ .fa-bell-slash:before {
/* 1629 */   content: "\f1f6";
/* 1630 */ }
/* 1631 */ .fa-bell-slash-o:before {
/* 1632 */   content: "\f1f7";
/* 1633 */ }
/* 1634 */ .fa-trash:before {
/* 1635 */   content: "\f1f8";
/* 1636 */ }
/* 1637 */ .fa-copyright:before {
/* 1638 */   content: "\f1f9";
/* 1639 */ }
/* 1640 */ .fa-at:before {
/* 1641 */   content: "\f1fa";
/* 1642 */ }
/* 1643 */ .fa-eyedropper:before {
/* 1644 */   content: "\f1fb";
/* 1645 */ }
/* 1646 */ .fa-paint-brush:before {
/* 1647 */   content: "\f1fc";
/* 1648 */ }
/* 1649 */ .fa-birthday-cake:before {
/* 1650 */   content: "\f1fd";

/* font-awesome.min.css */

/* 1651 */ }
/* 1652 */ .fa-area-chart:before {
/* 1653 */   content: "\f1fe";
/* 1654 */ }
/* 1655 */ .fa-pie-chart:before {
/* 1656 */   content: "\f200";
/* 1657 */ }
/* 1658 */ .fa-line-chart:before {
/* 1659 */   content: "\f201";
/* 1660 */ }
/* 1661 */ .fa-lastfm:before {
/* 1662 */   content: "\f202";
/* 1663 */ }
/* 1664 */ .fa-lastfm-square:before {
/* 1665 */   content: "\f203";
/* 1666 */ }
/* 1667 */ .fa-toggle-off:before {
/* 1668 */   content: "\f204";
/* 1669 */ }
/* 1670 */ .fa-toggle-on:before {
/* 1671 */   content: "\f205";
/* 1672 */ }
/* 1673 */ .fa-bicycle:before {
/* 1674 */   content: "\f206";
/* 1675 */ }
/* 1676 */ .fa-bus:before {
/* 1677 */   content: "\f207";
/* 1678 */ }
/* 1679 */ .fa-ioxhost:before {
/* 1680 */   content: "\f208";
/* 1681 */ }
/* 1682 */ .fa-angellist:before {
/* 1683 */   content: "\f209";
/* 1684 */ }
/* 1685 */ .fa-cc:before {
/* 1686 */   content: "\f20a";
/* 1687 */ }
/* 1688 */ .fa-shekel:before,
/* 1689 */ .fa-sheqel:before,
/* 1690 */ .fa-ils:before {
/* 1691 */   content: "\f20b";
/* 1692 */ }
/* 1693 */ .fa-meanpath:before {
/* 1694 */   content: "\f20c";
/* 1695 */ }
/* 1696 */ .fa-buysellads:before {
/* 1697 */   content: "\f20d";
/* 1698 */ }
/* 1699 */ .fa-connectdevelop:before {
/* 1700 */   content: "\f20e";

/* font-awesome.min.css */

/* 1701 */ }
/* 1702 */ .fa-dashcube:before {
/* 1703 */   content: "\f210";
/* 1704 */ }
/* 1705 */ .fa-forumbee:before {
/* 1706 */   content: "\f211";
/* 1707 */ }
/* 1708 */ .fa-leanpub:before {
/* 1709 */   content: "\f212";
/* 1710 */ }
/* 1711 */ .fa-sellsy:before {
/* 1712 */   content: "\f213";
/* 1713 */ }
/* 1714 */ .fa-shirtsinbulk:before {
/* 1715 */   content: "\f214";
/* 1716 */ }
/* 1717 */ .fa-simplybuilt:before {
/* 1718 */   content: "\f215";
/* 1719 */ }
/* 1720 */ .fa-skyatlas:before {
/* 1721 */   content: "\f216";
/* 1722 */ }
/* 1723 */ .fa-cart-plus:before {
/* 1724 */   content: "\f217";
/* 1725 */ }
/* 1726 */ .fa-cart-arrow-down:before {
/* 1727 */   content: "\f218";
/* 1728 */ }
/* 1729 */ .fa-diamond:before {
/* 1730 */   content: "\f219";
/* 1731 */ }
/* 1732 */ .fa-ship:before {
/* 1733 */   content: "\f21a";
/* 1734 */ }
/* 1735 */ .fa-user-secret:before {
/* 1736 */   content: "\f21b";
/* 1737 */ }
/* 1738 */ .fa-motorcycle:before {
/* 1739 */   content: "\f21c";
/* 1740 */ }
/* 1741 */ .fa-street-view:before {
/* 1742 */   content: "\f21d";
/* 1743 */ }
/* 1744 */ .fa-heartbeat:before {
/* 1745 */   content: "\f21e";
/* 1746 */ }
/* 1747 */ .fa-venus:before {
/* 1748 */   content: "\f221";
/* 1749 */ }
/* 1750 */ .fa-mars:before {

/* font-awesome.min.css */

/* 1751 */   content: "\f222";
/* 1752 */ }
/* 1753 */ .fa-mercury:before {
/* 1754 */   content: "\f223";
/* 1755 */ }
/* 1756 */ .fa-intersex:before,
/* 1757 */ .fa-transgender:before {
/* 1758 */   content: "\f224";
/* 1759 */ }
/* 1760 */ .fa-transgender-alt:before {
/* 1761 */   content: "\f225";
/* 1762 */ }
/* 1763 */ .fa-venus-double:before {
/* 1764 */   content: "\f226";
/* 1765 */ }
/* 1766 */ .fa-mars-double:before {
/* 1767 */   content: "\f227";
/* 1768 */ }
/* 1769 */ .fa-venus-mars:before {
/* 1770 */   content: "\f228";
/* 1771 */ }
/* 1772 */ .fa-mars-stroke:before {
/* 1773 */   content: "\f229";
/* 1774 */ }
/* 1775 */ .fa-mars-stroke-v:before {
/* 1776 */   content: "\f22a";
/* 1777 */ }
/* 1778 */ .fa-mars-stroke-h:before {
/* 1779 */   content: "\f22b";
/* 1780 */ }
/* 1781 */ .fa-neuter:before {
/* 1782 */   content: "\f22c";
/* 1783 */ }
/* 1784 */ .fa-genderless:before {
/* 1785 */   content: "\f22d";
/* 1786 */ }
/* 1787 */ .fa-facebook-official:before {
/* 1788 */   content: "\f230";
/* 1789 */ }
/* 1790 */ .fa-pinterest-p:before {
/* 1791 */   content: "\f231";
/* 1792 */ }
/* 1793 */ .fa-whatsapp:before {
/* 1794 */   content: "\f232";
/* 1795 */ }
/* 1796 */ .fa-server:before {
/* 1797 */   content: "\f233";
/* 1798 */ }
/* 1799 */ .fa-user-plus:before {
/* 1800 */   content: "\f234";

/* font-awesome.min.css */

/* 1801 */ }
/* 1802 */ .fa-user-times:before {
/* 1803 */   content: "\f235";
/* 1804 */ }
/* 1805 */ .fa-hotel:before,
/* 1806 */ .fa-bed:before {
/* 1807 */   content: "\f236";
/* 1808 */ }
/* 1809 */ .fa-viacoin:before {
/* 1810 */   content: "\f237";
/* 1811 */ }
/* 1812 */ .fa-train:before {
/* 1813 */   content: "\f238";
/* 1814 */ }
/* 1815 */ .fa-subway:before {
/* 1816 */   content: "\f239";
/* 1817 */ }
/* 1818 */ .fa-medium:before {
/* 1819 */   content: "\f23a";
/* 1820 */ }
/* 1821 */ .fa-yc:before,
/* 1822 */ .fa-y-combinator:before {
/* 1823 */   content: "\f23b";
/* 1824 */ }
/* 1825 */ .fa-optin-monster:before {
/* 1826 */   content: "\f23c";
/* 1827 */ }
/* 1828 */ .fa-opencart:before {
/* 1829 */   content: "\f23d";
/* 1830 */ }
/* 1831 */ .fa-expeditedssl:before {
/* 1832 */   content: "\f23e";
/* 1833 */ }
/* 1834 */ .fa-battery-4:before,
/* 1835 */ .fa-battery:before,
/* 1836 */ .fa-battery-full:before {
/* 1837 */   content: "\f240";
/* 1838 */ }
/* 1839 */ .fa-battery-3:before,
/* 1840 */ .fa-battery-three-quarters:before {
/* 1841 */   content: "\f241";
/* 1842 */ }
/* 1843 */ .fa-battery-2:before,
/* 1844 */ .fa-battery-half:before {
/* 1845 */   content: "\f242";
/* 1846 */ }
/* 1847 */ .fa-battery-1:before,
/* 1848 */ .fa-battery-quarter:before {
/* 1849 */   content: "\f243";
/* 1850 */ }

/* font-awesome.min.css */

/* 1851 */ .fa-battery-0:before,
/* 1852 */ .fa-battery-empty:before {
/* 1853 */   content: "\f244";
/* 1854 */ }
/* 1855 */ .fa-mouse-pointer:before {
/* 1856 */   content: "\f245";
/* 1857 */ }
/* 1858 */ .fa-i-cursor:before {
/* 1859 */   content: "\f246";
/* 1860 */ }
/* 1861 */ .fa-object-group:before {
/* 1862 */   content: "\f247";
/* 1863 */ }
/* 1864 */ .fa-object-ungroup:before {
/* 1865 */   content: "\f248";
/* 1866 */ }
/* 1867 */ .fa-sticky-note:before {
/* 1868 */   content: "\f249";
/* 1869 */ }
/* 1870 */ .fa-sticky-note-o:before {
/* 1871 */   content: "\f24a";
/* 1872 */ }
/* 1873 */ .fa-cc-jcb:before {
/* 1874 */   content: "\f24b";
/* 1875 */ }
/* 1876 */ .fa-cc-diners-club:before {
/* 1877 */   content: "\f24c";
/* 1878 */ }
/* 1879 */ .fa-clone:before {
/* 1880 */   content: "\f24d";
/* 1881 */ }
/* 1882 */ .fa-balance-scale:before {
/* 1883 */   content: "\f24e";
/* 1884 */ }
/* 1885 */ .fa-hourglass-o:before {
/* 1886 */   content: "\f250";
/* 1887 */ }
/* 1888 */ .fa-hourglass-1:before,
/* 1889 */ .fa-hourglass-start:before {
/* 1890 */   content: "\f251";
/* 1891 */ }
/* 1892 */ .fa-hourglass-2:before,
/* 1893 */ .fa-hourglass-half:before {
/* 1894 */   content: "\f252";
/* 1895 */ }
/* 1896 */ .fa-hourglass-3:before,
/* 1897 */ .fa-hourglass-end:before {
/* 1898 */   content: "\f253";
/* 1899 */ }
/* 1900 */ .fa-hourglass:before {

/* font-awesome.min.css */

/* 1901 */   content: "\f254";
/* 1902 */ }
/* 1903 */ .fa-hand-grab-o:before,
/* 1904 */ .fa-hand-rock-o:before {
/* 1905 */   content: "\f255";
/* 1906 */ }
/* 1907 */ .fa-hand-stop-o:before,
/* 1908 */ .fa-hand-paper-o:before {
/* 1909 */   content: "\f256";
/* 1910 */ }
/* 1911 */ .fa-hand-scissors-o:before {
/* 1912 */   content: "\f257";
/* 1913 */ }
/* 1914 */ .fa-hand-lizard-o:before {
/* 1915 */   content: "\f258";
/* 1916 */ }
/* 1917 */ .fa-hand-spock-o:before {
/* 1918 */   content: "\f259";
/* 1919 */ }
/* 1920 */ .fa-hand-pointer-o:before {
/* 1921 */   content: "\f25a";
/* 1922 */ }
/* 1923 */ .fa-hand-peace-o:before {
/* 1924 */   content: "\f25b";
/* 1925 */ }
/* 1926 */ .fa-trademark:before {
/* 1927 */   content: "\f25c";
/* 1928 */ }
/* 1929 */ .fa-registered:before {
/* 1930 */   content: "\f25d";
/* 1931 */ }
/* 1932 */ .fa-creative-commons:before {
/* 1933 */   content: "\f25e";
/* 1934 */ }
/* 1935 */ .fa-gg:before {
/* 1936 */   content: "\f260";
/* 1937 */ }
/* 1938 */ .fa-gg-circle:before {
/* 1939 */   content: "\f261";
/* 1940 */ }
/* 1941 */ .fa-tripadvisor:before {
/* 1942 */   content: "\f262";
/* 1943 */ }
/* 1944 */ .fa-odnoklassniki:before {
/* 1945 */   content: "\f263";
/* 1946 */ }
/* 1947 */ .fa-odnoklassniki-square:before {
/* 1948 */   content: "\f264";
/* 1949 */ }
/* 1950 */ .fa-get-pocket:before {

/* font-awesome.min.css */

/* 1951 */   content: "\f265";
/* 1952 */ }
/* 1953 */ .fa-wikipedia-w:before {
/* 1954 */   content: "\f266";
/* 1955 */ }
/* 1956 */ .fa-safari:before {
/* 1957 */   content: "\f267";
/* 1958 */ }
/* 1959 */ .fa-chrome:before {
/* 1960 */   content: "\f268";
/* 1961 */ }
/* 1962 */ .fa-firefox:before {
/* 1963 */   content: "\f269";
/* 1964 */ }
/* 1965 */ .fa-opera:before {
/* 1966 */   content: "\f26a";
/* 1967 */ }
/* 1968 */ .fa-internet-explorer:before {
/* 1969 */   content: "\f26b";
/* 1970 */ }
/* 1971 */ .fa-tv:before,
/* 1972 */ .fa-television:before {
/* 1973 */   content: "\f26c";
/* 1974 */ }
/* 1975 */ .fa-contao:before {
/* 1976 */   content: "\f26d";
/* 1977 */ }
/* 1978 */ .fa-500px:before {
/* 1979 */   content: "\f26e";
/* 1980 */ }
/* 1981 */ .fa-amazon:before {
/* 1982 */   content: "\f270";
/* 1983 */ }
/* 1984 */ .fa-calendar-plus-o:before {
/* 1985 */   content: "\f271";
/* 1986 */ }
/* 1987 */ .fa-calendar-minus-o:before {
/* 1988 */   content: "\f272";
/* 1989 */ }
/* 1990 */ .fa-calendar-times-o:before {
/* 1991 */   content: "\f273";
/* 1992 */ }
/* 1993 */ .fa-calendar-check-o:before {
/* 1994 */   content: "\f274";
/* 1995 */ }
/* 1996 */ .fa-industry:before {
/* 1997 */   content: "\f275";
/* 1998 */ }
/* 1999 */ .fa-map-pin:before {
/* 2000 */   content: "\f276";

/* font-awesome.min.css */

/* 2001 */ }
/* 2002 */ .fa-map-signs:before {
/* 2003 */   content: "\f277";
/* 2004 */ }
/* 2005 */ .fa-map-o:before {
/* 2006 */   content: "\f278";
/* 2007 */ }
/* 2008 */ .fa-map:before {
/* 2009 */   content: "\f279";
/* 2010 */ }
/* 2011 */ .fa-commenting:before {
/* 2012 */   content: "\f27a";
/* 2013 */ }
/* 2014 */ .fa-commenting-o:before {
/* 2015 */   content: "\f27b";
/* 2016 */ }
/* 2017 */ .fa-houzz:before {
/* 2018 */   content: "\f27c";
/* 2019 */ }
/* 2020 */ .fa-vimeo:before {
/* 2021 */   content: "\f27d";
/* 2022 */ }
/* 2023 */ .fa-black-tie:before {
/* 2024 */   content: "\f27e";
/* 2025 */ }
/* 2026 */ .fa-fonticons:before {
/* 2027 */   content: "\f280";
/* 2028 */ }
/* 2029 */ .fa-reddit-alien:before {
/* 2030 */   content: "\f281";
/* 2031 */ }
/* 2032 */ .fa-edge:before {
/* 2033 */   content: "\f282";
/* 2034 */ }
/* 2035 */ .fa-credit-card-alt:before {
/* 2036 */   content: "\f283";
/* 2037 */ }
/* 2038 */ .fa-codiepie:before {
/* 2039 */   content: "\f284";
/* 2040 */ }
/* 2041 */ .fa-modx:before {
/* 2042 */   content: "\f285";
/* 2043 */ }
/* 2044 */ .fa-fort-awesome:before {
/* 2045 */   content: "\f286";
/* 2046 */ }
/* 2047 */ .fa-usb:before {
/* 2048 */   content: "\f287";
/* 2049 */ }
/* 2050 */ .fa-product-hunt:before {

/* font-awesome.min.css */

/* 2051 */   content: "\f288";
/* 2052 */ }
/* 2053 */ .fa-mixcloud:before {
/* 2054 */   content: "\f289";
/* 2055 */ }
/* 2056 */ .fa-scribd:before {
/* 2057 */   content: "\f28a";
/* 2058 */ }
/* 2059 */ .fa-pause-circle:before {
/* 2060 */   content: "\f28b";
/* 2061 */ }
/* 2062 */ .fa-pause-circle-o:before {
/* 2063 */   content: "\f28c";
/* 2064 */ }
/* 2065 */ .fa-stop-circle:before {
/* 2066 */   content: "\f28d";
/* 2067 */ }
/* 2068 */ .fa-stop-circle-o:before {
/* 2069 */   content: "\f28e";
/* 2070 */ }
/* 2071 */ .fa-shopping-bag:before {
/* 2072 */   content: "\f290";
/* 2073 */ }
/* 2074 */ .fa-shopping-basket:before {
/* 2075 */   content: "\f291";
/* 2076 */ }
/* 2077 */ .fa-hashtag:before {
/* 2078 */   content: "\f292";
/* 2079 */ }
/* 2080 */ .fa-bluetooth:before {
/* 2081 */   content: "\f293";
/* 2082 */ }
/* 2083 */ .fa-bluetooth-b:before {
/* 2084 */   content: "\f294";
/* 2085 */ }
/* 2086 */ .fa-percent:before {
/* 2087 */   content: "\f295";
/* 2088 */ }
/* 2089 */ .fa-gitlab:before {
/* 2090 */   content: "\f296";
/* 2091 */ }
/* 2092 */ .fa-wpbeginner:before {
/* 2093 */   content: "\f297";
/* 2094 */ }
/* 2095 */ .fa-wpforms:before {
/* 2096 */   content: "\f298";
/* 2097 */ }
/* 2098 */ .fa-envira:before {
/* 2099 */   content: "\f299";
/* 2100 */ }

/* font-awesome.min.css */

/* 2101 */ .fa-universal-access:before {
/* 2102 */   content: "\f29a";
/* 2103 */ }
/* 2104 */ .fa-wheelchair-alt:before {
/* 2105 */   content: "\f29b";
/* 2106 */ }
/* 2107 */ .fa-question-circle-o:before {
/* 2108 */   content: "\f29c";
/* 2109 */ }
/* 2110 */ .fa-blind:before {
/* 2111 */   content: "\f29d";
/* 2112 */ }
/* 2113 */ .fa-audio-description:before {
/* 2114 */   content: "\f29e";
/* 2115 */ }
/* 2116 */ .fa-volume-control-phone:before {
/* 2117 */   content: "\f2a0";
/* 2118 */ }
/* 2119 */ .fa-braille:before {
/* 2120 */   content: "\f2a1";
/* 2121 */ }
/* 2122 */ .fa-assistive-listening-systems:before {
/* 2123 */   content: "\f2a2";
/* 2124 */ }
/* 2125 */ .fa-asl-interpreting:before,
/* 2126 */ .fa-american-sign-language-interpreting:before {
/* 2127 */   content: "\f2a3";
/* 2128 */ }
/* 2129 */ .fa-deafness:before,
/* 2130 */ .fa-hard-of-hearing:before,
/* 2131 */ .fa-deaf:before {
/* 2132 */   content: "\f2a4";
/* 2133 */ }
/* 2134 */ .fa-glide:before {
/* 2135 */   content: "\f2a5";
/* 2136 */ }
/* 2137 */ .fa-glide-g:before {
/* 2138 */   content: "\f2a6";
/* 2139 */ }
/* 2140 */ .fa-signing:before,
/* 2141 */ .fa-sign-language:before {
/* 2142 */   content: "\f2a7";
/* 2143 */ }
/* 2144 */ .fa-low-vision:before {
/* 2145 */   content: "\f2a8";
/* 2146 */ }
/* 2147 */ .fa-viadeo:before {
/* 2148 */   content: "\f2a9";
/* 2149 */ }
/* 2150 */ .fa-viadeo-square:before {

/* font-awesome.min.css */

/* 2151 */   content: "\f2aa";
/* 2152 */ }
/* 2153 */ .fa-snapchat:before {
/* 2154 */   content: "\f2ab";
/* 2155 */ }
/* 2156 */ .fa-snapchat-ghost:before {
/* 2157 */   content: "\f2ac";
/* 2158 */ }
/* 2159 */ .fa-snapchat-square:before {
/* 2160 */   content: "\f2ad";
/* 2161 */ }
/* 2162 */ .fa-pied-piper:before {
/* 2163 */   content: "\f2ae";
/* 2164 */ }
/* 2165 */ .fa-first-order:before {
/* 2166 */   content: "\f2b0";
/* 2167 */ }
/* 2168 */ .fa-yoast:before {
/* 2169 */   content: "\f2b1";
/* 2170 */ }
/* 2171 */ .fa-themeisle:before {
/* 2172 */   content: "\f2b2";
/* 2173 */ }
/* 2174 */ .fa-google-plus-circle:before,
/* 2175 */ .fa-google-plus-official:before {
/* 2176 */   content: "\f2b3";
/* 2177 */ }
/* 2178 */ .fa-fa:before,
/* 2179 */ .fa-font-awesome:before {
/* 2180 */   content: "\f2b4";
/* 2181 */ }
/* 2182 */ .fa-handshake-o:before {
/* 2183 */   content: "\f2b5";
/* 2184 */ }
/* 2185 */ .fa-envelope-open:before {
/* 2186 */   content: "\f2b6";
/* 2187 */ }
/* 2188 */ .fa-envelope-open-o:before {
/* 2189 */   content: "\f2b7";
/* 2190 */ }
/* 2191 */ .fa-linode:before {
/* 2192 */   content: "\f2b8";
/* 2193 */ }
/* 2194 */ .fa-address-book:before {
/* 2195 */   content: "\f2b9";
/* 2196 */ }
/* 2197 */ .fa-address-book-o:before {
/* 2198 */   content: "\f2ba";
/* 2199 */ }
/* 2200 */ .fa-vcard:before,

/* font-awesome.min.css */

/* 2201 */ .fa-address-card:before {
/* 2202 */   content: "\f2bb";
/* 2203 */ }
/* 2204 */ .fa-vcard-o:before,
/* 2205 */ .fa-address-card-o:before {
/* 2206 */   content: "\f2bc";
/* 2207 */ }
/* 2208 */ .fa-user-circle:before {
/* 2209 */   content: "\f2bd";
/* 2210 */ }
/* 2211 */ .fa-user-circle-o:before {
/* 2212 */   content: "\f2be";
/* 2213 */ }
/* 2214 */ .fa-user-o:before {
/* 2215 */   content: "\f2c0";
/* 2216 */ }
/* 2217 */ .fa-id-badge:before {
/* 2218 */   content: "\f2c1";
/* 2219 */ }
/* 2220 */ .fa-drivers-license:before,
/* 2221 */ .fa-id-card:before {
/* 2222 */   content: "\f2c2";
/* 2223 */ }
/* 2224 */ .fa-drivers-license-o:before,
/* 2225 */ .fa-id-card-o:before {
/* 2226 */   content: "\f2c3";
/* 2227 */ }
/* 2228 */ .fa-quora:before {
/* 2229 */   content: "\f2c4";
/* 2230 */ }
/* 2231 */ .fa-free-code-camp:before {
/* 2232 */   content: "\f2c5";
/* 2233 */ }
/* 2234 */ .fa-telegram:before {
/* 2235 */   content: "\f2c6";
/* 2236 */ }
/* 2237 */ .fa-thermometer-4:before,
/* 2238 */ .fa-thermometer:before,
/* 2239 */ .fa-thermometer-full:before {
/* 2240 */   content: "\f2c7";
/* 2241 */ }
/* 2242 */ .fa-thermometer-3:before,
/* 2243 */ .fa-thermometer-three-quarters:before {
/* 2244 */   content: "\f2c8";
/* 2245 */ }
/* 2246 */ .fa-thermometer-2:before,
/* 2247 */ .fa-thermometer-half:before {
/* 2248 */   content: "\f2c9";
/* 2249 */ }
/* 2250 */ .fa-thermometer-1:before,

/* font-awesome.min.css */

/* 2251 */ .fa-thermometer-quarter:before {
/* 2252 */   content: "\f2ca";
/* 2253 */ }
/* 2254 */ .fa-thermometer-0:before,
/* 2255 */ .fa-thermometer-empty:before {
/* 2256 */   content: "\f2cb";
/* 2257 */ }
/* 2258 */ .fa-shower:before {
/* 2259 */   content: "\f2cc";
/* 2260 */ }
/* 2261 */ .fa-bathtub:before,
/* 2262 */ .fa-s15:before,
/* 2263 */ .fa-bath:before {
/* 2264 */   content: "\f2cd";
/* 2265 */ }
/* 2266 */ .fa-podcast:before {
/* 2267 */   content: "\f2ce";
/* 2268 */ }
/* 2269 */ .fa-window-maximize:before {
/* 2270 */   content: "\f2d0";
/* 2271 */ }
/* 2272 */ .fa-window-minimize:before {
/* 2273 */   content: "\f2d1";
/* 2274 */ }
/* 2275 */ .fa-window-restore:before {
/* 2276 */   content: "\f2d2";
/* 2277 */ }
/* 2278 */ .fa-times-rectangle:before,
/* 2279 */ .fa-window-close:before {
/* 2280 */   content: "\f2d3";
/* 2281 */ }
/* 2282 */ .fa-times-rectangle-o:before,
/* 2283 */ .fa-window-close-o:before {
/* 2284 */   content: "\f2d4";
/* 2285 */ }
/* 2286 */ .fa-bandcamp:before {
/* 2287 */   content: "\f2d5";
/* 2288 */ }
/* 2289 */ .fa-grav:before {
/* 2290 */   content: "\f2d6";
/* 2291 */ }
/* 2292 */ .fa-etsy:before {
/* 2293 */   content: "\f2d7";
/* 2294 */ }
/* 2295 */ .fa-imdb:before {
/* 2296 */   content: "\f2d8";
/* 2297 */ }
/* 2298 */ .fa-ravelry:before {
/* 2299 */   content: "\f2d9";
/* 2300 */ }

/* font-awesome.min.css */

/* 2301 */ .fa-eercast:before {
/* 2302 */   content: "\f2da";
/* 2303 */ }
/* 2304 */ .fa-microchip:before {
/* 2305 */   content: "\f2db";
/* 2306 */ }
/* 2307 */ .fa-snowflake-o:before {
/* 2308 */   content: "\f2dc";
/* 2309 */ }
/* 2310 */ .fa-superpowers:before {
/* 2311 */   content: "\f2dd";
/* 2312 */ }
/* 2313 */ .fa-wpexplorer:before {
/* 2314 */   content: "\f2de";
/* 2315 */ }
/* 2316 */ .fa-meetup:before {
/* 2317 */   content: "\f2e0";
/* 2318 */ }
/* 2319 */ .sr-only {
/* 2320 */   position: absolute;
/* 2321 */   width: 1px;
/* 2322 */   height: 1px;
/* 2323 */   padding: 0;
/* 2324 */   margin: -1px;
/* 2325 */   overflow: hidden;
/* 2326 */   clip: rect(0, 0, 0, 0);
/* 2327 */   border: 0;
/* 2328 */ }
/* 2329 */ .sr-only-focusable:active,
/* 2330 */ .sr-only-focusable:focus {
/* 2331 */   position: static;
/* 2332 */   width: auto;
/* 2333 */   height: auto;
/* 2334 */   margin: 0;
/* 2335 */   overflow: visible;
/* 2336 */   clip: auto;
/* 2337 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css

*/

/* wplcstyle.css */

/* 1   */ 
/* 2   */ .wplc-chat-alert {
/* 3   */     display: none;
/* 4   */     width: 30px;
/* 5   */     height: 30px;
/* 6   */     position: absolute;
/* 7   */     top: -10px;
/* 8   */     right: -10px;
/* 9   */     background-color: #666;
/* 10  */     border-radius: 15px;
/* 11  */ }
/* 12  */ 
/* 13  */ .wplc-chat-alert--theme-3 {
/* 14  */     background-color: #5a0031;
/* 15  */ }
/* 16  */ 
/* 17  */ .wplc-chat-alert.is-active {
/* 18  */     display: inline-block;
/* 19  */ }
/* 20  */ 
/* 21  */ .wplc-chat-alert:after {
/* 22  */     content: '\f0a2';
/* 23  */     position: absolute;
/* 24  */     left: 7px;
/* 25  */     font-family: FontAwesome;
/* 26  */     color: #fff;
/* 27  */     line-height: 30px;
/* 28  */ }
/* 29  */ 
/* 30  */ 
/* 31  */ 
/* 32  */ .bleeper-edit-message {
/* 33  */     display:none;
/* 34  */     cursor: pointer;
/* 35  */     margin-left:10px;
/* 36  */     font-style: italic;
/* 37  */     text-decoration: underline;
/* 38  */ 
/* 39  */ }
/* 40  */ 
/* 41  */ 
/* 42  */ 
/* 43  */ /**
/* 44  *|  * Mobile Responsiveness (Jarek)
/* 45  *|  */
/* 46  */ @media (max-width: 767px) {
/* 47  */     #wp-live-chat-2 {
/* 48  */         min-height: 420px;
/* 49  */         top: 2px;
/* 50  */     }

/* wplcstyle.css */

/* 51  */ 
/* 52  */     #wp-live-chat.classic {
/* 53  */         right: 30px !important;
/* 54  */     }
/* 55  */ 
/* 56  */     #wp-live-chat.classic.wplc_right {
/* 57  */         right: 0 !important;
/* 58  */     }
/* 59  */ 
/* 60  */     #wp-live-chat.classic.wplc_left {
/* 61  */         right: auto !important;
/* 62  */     }
/* 63  */ 
/* 64  */     #wp-live-chat.classic.is-active {
/* 65  */         top: 2px;
/* 66  */     }
/* 67  */ 
/* 68  */     #wp-live-chat.mobile-active #wp-live-chat-2 {
/* 69  */         min-height: auto;
/* 70  */         top: auto;
/* 71  */     }
/* 72  */ 
/* 73  */     #wp-live-chat-inner {
/* 74  */         overflow-y: scroll;
/* 75  */     }
/* 76  */ 
/* 77  */     #wp-live-chat-4 {
/* 78  */         top: 2px !important;
/* 79  */         bottom: 150px !important;
/* 80  */     }
/* 81  */ 
/* 82  */     .wplc_left #wp-live-chat-4 {
/* 83  */         bottom: 80px !important;
/* 84  */     }
/* 85  */ 
/* 86  */     #wp-live-chat-4.is-full-height {
/* 87  */         bottom: 70px !important;
/* 88  */     }
/* 89  */ 
/* 90  */     #wp-live-chat.is-full-height.classic {
/* 91  */         top: -40px;
/* 92  */     }
/* 93  */ 
/* 94  */     .wplc_left #wp-live-chat-4 {
/* 95  */         width: 225px;
/* 96  */     }
/* 97  */ 
/* 98  */     .modern[original_pos="bottom_left"] #wp-live-chat-4 {
/* 99  */         width: 310px;
/* 100 */     }

/* wplcstyle.css */

/* 101 */ }
/* 102 */ 
/* 103 */ /* Gutenberg styles */
/* 104 */ #wplc-chat-box.disabled {
/* 105 */     display: none;
/* 106 */ }
/* 107 */ 
/* 108 */ .wplc_live_chat_support_shortcode .wp-live-chat-wraper {
/* 109 */     position: relative;
/* 110 */     z-index: 0;
/* 111 */     display: block;
/* 112 */ }
/* 113 */ 
/* 114 */ .wplc_live_chat_support_shortcode #wp-live-chat-4 {
/* 115 */     position: relative;
/* 116 */     height: 500px;
/* 117 */     z-index: 0;
/* 118 */     bottom: unset;
/* 119 */     right: unset;
/* 120 */     left: 70px;
/* 121 */     top: -80px;
/* 122 */ }
/* 123 */ 
/* 124 */ .wplc_live_chat_support_shortcode #wplc_hovercard {
/* 125 */     position: absolute;
/* 126 */     top: 0;
/* 127 */     left: 70px;
/* 128 */     bottom: unset;
/* 129 */     z-index: 0;
/* 130 */ }
/* 131 */ 
/* 132 */ .wplc_live_chat_support_shortcode #wp-live-chat {
/* 133 */     position: relative;
/* 134 */     z-index: 0;
/* 135 */ }
/* 136 */ 
/* 137 */ .wplc_live_chat_support_shortcode {
/* 138 */     position: relative;
/* 139 */     transition: all .3s ease-in-out;
/* 140 */     z-index: 10;
/* 141 */ }
/* 142 */ 
/* 143 */ .wplc_live_chat_support_shortcode #wp-live-chat-2 {
/* 144 */     position: relative;
/* 145 */     left: 70px;
/* 146 */     z-index: 5;
/* 147 */ }
/* 148 */ 
/* 149 */ @media screen and (max-width: 500px) {
/* 150 */   .wplc_live_chat_support_shortcode #wp-live-chat-4 {    

/* wplcstyle.css */

/* 151 */     max-width: 280px;
/* 152 */   }
/* 153 */   .wplc_live_chat_support_shortcode #wp-live-chat-2 {    
/* 154 */     left: 0px !important;
/* 155 */   }
/* 156 */   .wplc_live_chat_support_shortcode #wplc_hovercard {    
/* 157 */     top: 80px !important;    
/* 158 */     left: -20px !important;
/* 159 */   }
/* 160 */ }
/* 161 */ 
/* 162 */ @media screen and (max-width: 400px) {
/* 163 */   .wplc_live_chat_support_shortcode #wp-live-chat-4 {    
/* 164 */     max-width: 240px;
/* 165 */   }
/* 166 */ }
/* 167 */ 
/* 168 */ 
/* 169 */ 
/* 170 */ .wplc_live_chat_support_shortcode #wp-live-chat-4 {
/* 171 */     margin-bottom: 65px !important;
/* 172 */ }
/* 173 */ /* WPLC Gutenberg style: Wide */
/* 174 */ .wplc_live_chat_support_shortcode.wplc_wide #wp-live-chat-4 {
/* 175 */     width: 100%;
/* 176 */     left: 0;
/* 177 */     top: 0px;
/* 178 */ }
/* 179 */ 
/* 180 */ .wplc_live_chat_support_shortcode.wplc_wide #wplc_hovercard {
/* 181 */     top: 0px;
/* 182 */     left: 0;
/* 183 */     margin: 0 auto;
/* 184 */     width: 70%;
/* 185 */ }
/* 186 */ 
/* 187 */ .wplc_live_chat_support_shortcode.wplc_wide #wp-live-chat-2 {
/* 188 */     top: 0;
/* 189 */     width: 100%;
/* 190 */     left: 0;
/* 191 */ }
/* 192 */ 
/* 193 */ /* WPLC Gutenberg style: Center */
/* 194 */ .wplc_live_chat_support_shortcode.wplc_center #wp-live-chat-header {
/* 195 */     margin: 0 auto;
/* 196 */     left: 0;
/* 197 */     top: 0px;
/* 198 */     margin-bottom: 10px;
/* 199 */ }
/* 200 */ 

/* wplcstyle.css */

/* 201 */ .wplc_live_chat_support_shortcode.wplc_center #wp-live-chat-4 {
/* 202 */     margin: 0 auto;
/* 203 */     left: 0;
/* 204 */     top: 0px;
/* 205 */ }
/* 206 */ 
/* 207 */ .wplc_live_chat_support_shortcode.wplc_center #wplc_hovercard {
/* 208 */     left: 0;
/* 209 */     margin: 0 auto;
/* 210 */     top: 75px;
/* 211 */ }
/* 212 */ 
/* 213 */ .wplc_live_chat_support_shortcode.wplc_center #wp-live-chat-2 {
/* 214 */     left: 0px;
/* 215 */     margin: 0px auto;
/* 216 */     top: 0px;
/* 217 */ }
/* 218 */ 
/* 219 */ /* Link override */
/* 220 */ #wplc_chatbox .wplc-user-message a, 
/* 221 */ #wplc_chatbox .wplc-admin-message a {
/* 222 */     color: #fff !important;
/* 223 */     text-decoration:underline !important;
/* 224 */ }
/* 225 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/themes

*/

/* theme-default.css */

/* 1  */ .wplc-color-1 { color: #ED832F !important; }
/* 2  */ .wplc-color-2 { color: #FFF !important; }
/* 3  */ .wplc-color-3 { color: #EEE !important; }
/* 4  */ .wplc-color-4 { color: #666 !important; }
/* 5  */ 
/* 6  */ 
/* 7  */ 
/* 8  */ 
/* 9  */ .wplc-color-bg-1 { background-color: #ED832F !important; }
/* 10 */ .wplc-color-bg-2 { background-color: #FFF !important; }
/* 11 */ .wplc-color-bg-3 { background-color: #EEE !important; }
/* 12 */ .wplc-color-bg-4 { background-color: #666 !important; }
/* 13 */ 
/* 14 */ 
/* 15 */ 
/* 16 */ 
/* 17 */ .wplc-color-border-1 { border-color: #ED832F !important; }
/* 18 */ .wplc-color-border-2 { border-color: #FFF !important; }
/* 19 */ .wplc-color-border-3 { border-color: #EEE !important; }
/* 20 */ .wplc-color-border-4 { border-color: #666 !important; }
/* 21 */ 
/* 22 */ 
/* 23 */ 
/* 24 */ .wplc-color-border-1:before { border-color: transparent #ED832F !important; }
/* 25 */ .wplc-color-border-2:before { border-color: transparent #FFF !important; }
/* 26 */ .wplc-color-border-3:before { border-color: transparent #EEE !important; }
/* 27 */ .wplc-color-border-4:before { border-color: transparent #666 !important; }
/* 28 */ 
/* 29 */ span.wplc_system_notification {
/* 30 */     display: block;
/* 31 */     padding: 8px;
/* 32 */     clear:both;
/* 33 */     font-style: italic;
/* 34 */     text-align: left;
/* 35 */     color: grey !important;
/* 36 */ }
/* 37 */ 
/* 38 */ .wplc_doc_suggestion {
/* 39 */ 
/* 40 */ 	
/* 41 */ }
/* 42 */ button.wplc_retry_chat {
/* 43 */     margin: 10px;
/* 44 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/themes

*/

/* modern.css */

/* 1    */ #wplc_chatmsg { 
/* 2    */     background-color: #fff !important;
/* 3    */     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 4    */     font-size: 15px;
/* 5    */     line-height: 32px;
/* 6    */     color: #60686e;
/* 7    */     /* width: 100%; */
/* 8    */     width: 268px !important;
/* 9    */     height: 40px;
/* 10   */     /* margin-bottom: 10px; */
/* 11   */     border: 0;
/* 12   */     border-radius: 5px;
/* 13   */     background: #fff;
/* 14   */     resize: none;
/* 15   */     border: none;
/* 16   */     white-space: pre-wrap;
/* 17   */     word-wrap: break-word;
/* 18   */     padding-left: 30px;
/* 19   */     padding-right: 100px;
/* 20   */     box-sizing: border-box;
/* 21   */     min-height: 35px;
/* 22   */     overflow-y: hidden;
/* 23   */     padding: 5px !important;
/* 24   */     margin-top: 10px;
/* 25   */     background-color: #fff !important;
/* 26   */     padding-left: 30px !important;
/* 27   */ }
/* 28   */ #wplc_chatmsg:focus {
/* 29   */     outline: none !important;
/* 30   */     background-color: #fff;
/* 31   */     box-shadow: none !important;
/* 32   */ }
/* 33   */ 
/* 34   */ #wp-live-chat-inner-container textarea {
/* 35   */     width: 100%;
/* 36   */     height: 100px;
/* 37   */ }
/* 38   */ #wp-live-chat input, #wp-live-chat textarea {
/* 39   */     color: #2b2b2b;
/* 40   */     padding: 8px 10px 7px;
/* 41   */     margin-bottom: 10px;
/* 42   */     border: 0;
/* 43   */     border-radius: 5px;
/* 44   */     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 45   */     font-weight:normal;
/* 46   */     font-size:12px;
/* 47   */     
/* 48   */ 
/* 49   */     background-color: #fafafa;
/* 50   */     resize: none;

/* modern.css */

/* 51   */     border: none;
/* 52   */     transition: background-color .2s ease,box-shadow .2s ease;
/* 53   */ }
/* 54   */ #wp-live-chat input:focus {
/* 55   */     outline: none;
/* 56   */     background-color: #fff;
/* 57   */     box-shadow: 0 0 40px 0 rgba(150,165,190,.14);
/* 58   */ }
/* 59   */ #wp-live-chat textarea:focus {
/* 60   */     outline: none;
/* 61   */     background-color: #fff;
/* 62   */     box-shadow: 0 0 40px 0 rgba(150,165,190,.14);
/* 63   */ }
/* 64   */ #wp-live-chat select:focus {
/* 65   */     outline: none;
/* 66   */     background-color: #fff;
/* 67   */     box-shadow: 0 0 40px 0 rgba(150,165,190,.14);
/* 68   */ }
/* 69   */ 
/* 70   */ #wplc_chatbox {
/* 71   */     top: 35px;
/* 72   */     bottom: 113px;
/* 73   */     /* height: 100%; */
/* 74   */     z-index: 99998;
/* 75   */     position: absolute;
/* 76   */     overflow-y: auto;
/* 77   */     padding:10px;
/* 78   */     width:100%;
/* 79   */     overflow-y: scroll;
/* 80   */ }
/* 81   */ #wp-live-chat-inner-container {
/* 82   */     /* padding:16px; */
/* 83   */ 
/* 84   */ }
/* 85   */ 
/* 86   */ #wp-live-chat td {
/* 87   */     padding: 5px;
/* 88   */     padding-left: 10px;
/* 89   */ }
/* 90   */ 
/* 91   */ #wp-live-chat table {
/* 92   */     border: 0 !important;
/* 93   */ }
/* 94   */ 
/* 95   */ #wp-live-chat table td {
/* 96   */     border: 0 !important;
/* 97   */ }
/* 98   */ #wplc_user_message_div {
/* 99   */     min-height: 60px;
/* 100  */     max-height: 60px;

/* modern.css */

/* 101  */     position: absolute;
/* 102  */     bottom: -60px;
/* 103  */     width: 100%;
/* 104  */     background-color:#fff;
/* 105  */     border-bottom-right-radius: 10px;
/* 106  */     border-bottom-left-radius: 10px;
/* 107  */     box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
/* 108  */ }
/* 109  */ 
/* 110  */ 
/* 111  */ #wp-live-chat h4 {
/* 112  */     font-size: 20px;
/* 113  */     margin: 3px;
/* 114  */ }
/* 115  */ 
/* 116  */ #wp-live-chat p {
/* 117  */     font-size: 14px;
/* 118  */     margin: 3px;
/* 119  */ }
/* 120  */ 
/* 121  */ #wp-live-chat #wplc-sb {
/* 122  */     font-size: 14px;
/* 123  */     font-weight: 700;
/* 124  */ }
/* 125  */ 
/* 126  */ #wp-live-chat-4 {
/* 127  */     position: fixed;
/* 128  */     bottom: 150px;
/* 129  */     right: 20px;
/* 130  */     /* min-height: 350px; */
/* 131  */     /* max-height: 500px; */
/* 132  */     width: 368px;
/* 133  */     max-width: 100%;
/* 134  */     /* height: 80%; */
/* 135  */     top: 10%;
/* 136  */     border-top-left-radius: 15px;
/* 137  */     border-top-right-radius: 15px;
/* 138  */     box-shadow: 0 0 40px 0 rgba(150,165,190,.14);
/* 139  */     z-index:28000000;
/* 140  */ }
/* 141  */ #wp-live-chat-3 {
/* 142  */     padding: 10px;
/* 143  */     text-align: center;
/* 144  */ }
/* 145  */ 
/* 146  */ #wp-live-chat {
/* 147  */     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 148  */     position: fixed;
/* 149  */     z-index: 28000000;
/* 150  */     display: block;

/* modern.css */

/* 151  */     border-radius: 5px 5px 0 0 ;
/* 152  */     color:#999;
/* 153  */ }
/* 154  */ 
/* 155  */ #wp-live-chat-1 {
/* 156  */     padding: 5px;
/* 157  */     padding-left: 20px;
/* 158  */     padding-right: 20px;
/* 159  */     color: #000;
/* 160  */     text-align:center;
/* 161  */     padding-top:18px;
/* 162  */ }
/* 163  */ 
/* 164  */ #wp-live-chat-minimize {
/* 165  */     position: absolute;
/* 166  */     right: 3px;
/* 167  */     top: 7px;
/* 168  */     cursor: pointer;
/* 169  */     height: 20px;
/* 170  */     padding: 2px 3px;
/* 171  */     border-radius: 2px;
/* 172  */     background-color: rgba(0, 0, 0, 0.4);
/* 173  */     font-size: 17px;
/* 174  */     -webkit-box-sizing: border-box;
/* 175  */     -moz-box-sizing: border-box;
/* 176  */     box-sizing: border-box;
/* 177  */     width: 20px;
/* 178  */     padding-top: 6px;
/* 179  */     color: #FFF;
/* 180  */     font-weight: normal;
/* 181  */     z-index: 92354389047593475893475;
/* 182  */ }
/* 183  */ 
/* 184  */ #wp-live-chat-close {
/* 185  */     position: absolute;
/* 186  */     right: 5px;
/* 187  */     top: 4px;
/* 188  */     cursor: pointer;
/* 189  */     border-radius: 2px;
/* 190  */     background-color: rgba(0, 0, 0, 0.4);
/* 191  */     font-size: 12px;
/* 192  */     vertical-align: middle;
/* 193  */     height: 14px;
/* 194  */     width: 14px;
/* 195  */     text-align: center;
/* 196  */     vertical-align: bottom;
/* 197  */     padding-top: 1px;
/* 198  */     -webkit-box-sizing: border-box;
/* 199  */     -moz-box-sizing: border-box;
/* 200  */     box-sizing: border-box; 

/* modern.css */

/* 201  */ }
/* 202  */ 
/* 203  */ 
/* 204  */ #wp-live-chat-2-info {
/* 205  */     font-size: 1em;
/* 206  */     display: block;
/* 207  */     width: 100%;
/* 208  */     overflow: hidden;
/* 209  */     text-align: center;
/* 210  */     margin: 0 auto;
/* 211  */     padding-bottom: 10px;
/* 212  */     padding: 16px;
/* 213  */     color: #fff;
/* 214  */     padding-top:5px;
/* 215  */ }
/* 216  */ #wp-live-chat-2-inner {
/* 217  */     padding: 20px 12px 26px;
/* 218  */     background-color: #fff;
/* 219  */     overflow: hidden;
/* 220  */ }
/* 221  */ 
/* 222  */ #wp-live-chat-2-img {
/* 223  */     padding-bottom: 5px;
/* 224  */ }
/* 225  */ 
/* 226  */ .wplc_offline {
/* 227  */     
/* 228  */     
/* 229  */ }
/* 230  */ .wplc_agent_involved {
/* 231  */     margin-top:5px;
/* 232  */ }
/* 233  */ .wplc_agent_info {
/* 234  */     display:block;
/* 235  */     overflow:auto;
/* 236  */     
/* 237  */ }
/* 238  */ .wplc_agent_name { 
/* 239  */     font-weight: bold;
/* 240  */     margin-top: 18px;
/* 241  */     display: block;
/* 242  */     float: left;
/* 243  */     margin-left: 10px;
/* 244  */     font-size: 1.2em;
/* 245  */ }
/* 246  */ 
/* 247  */ .wplc_logo_class {
/* 248  */     max-width: 250px;
/* 249  */     max-height:180px;
/* 250  */ }

/* modern.css */

/* 251  */ #wplc_logo {
/* 252  */     /* position: absolute; */
/* 253  */     width: 100%;
/* 254  */     /* top: 16px; */
/* 255  */     padding-top: 13px;
/* 256  */ }
/* 257  */ #wp-live-chat-header{
/* 258  */ 
/* 259  */     margin-bottom:14px;
/* 260  */     border-radius: 62px 62px;
/* 261  */     position:relative;
/* 262  */     width:62px;
/* 263  */     height:62px;
/* 264  */     -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
/* 265  */     -moz-box-shadow:    0 5px 40px rgba(0,0,0,.16)!important;
/* 266  */     box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
/* 267  */     cursor:pointer;
/* 268  */ 
/* 269  */      transform: rotate(0deg);
/* 270  */     -o-transform: rotate(0deg);
/* 271  */     -ms-transform: rotate(0deg);
/* 272  */     -moz-transform: rotate(0deg);
/* 273  */     -webkit-transform: rotate(0deg);
/* 274  */ 
/* 275  */     transition: all 300ms ease;
/* 276  */     -webkit-transition: all 300ms ease;
/* 277  */     -moz-transition: all 300ms ease;
/* 278  */     -ms-transition: all 300ms ease;;
/* 279  */     -o-transition: all 300ms ease;    
/* 280  */ 
/* 281  */ }
/* 282  */ #wp-live-chat-header.active {
/* 283  */     transform: rotate(-90deg);
/* 284  */     -o-transform: rotate(-90deg);
/* 285  */     -ms-transform: rotate(-90deg);
/* 286  */     -moz-transform: rotate(-90deg);
/* 287  */     -webkit-transform: rotate(-90deg);
/* 288  */ 
/* 289  */     transition: all 300ms ease;
/* 290  */     -webkit-transition: all 300ms ease;
/* 291  */     -moz-transition: all 300ms ease;
/* 292  */     -ms-transition: all 300ms ease;;
/* 293  */     -o-transition: all 300ms ease;
/* 294  */ }
/* 295  */ 
/* 296  */ #wp-live-chat-2 {
/* 297  */ z-index: 2147483000;
/* 298  */     position: fixed;
/* 299  */     /* min-height: 350px; */
/* 300  */     

/* modern.css */

/* 301  */     width: 368px;
/* 302  */     max-width: 100%;
/* 303  */     bottom: 90px;
/* 304  */     right: 20px;
/* 305  */     background: #fff;
/* 306  */     box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
/* 307  */     overflow: auto;
/* 308  */     display: block;
/* 309  */     border-radius: 10px;
/* 310  */     border-radius: 10px;
/* 311  */ }
/* 312  */ #wp-live-chat-2 input{
/* 313  */     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 314  */     font-size: 15px;
/* 315  */     line-height: 32px;
/* 316  */     color: #60686e;
/* 317  */     width: 100%;
/* 318  */     margin-bottom: 10px;
/* 319  */     border: 0;
/* 320  */     border-radius: 5px;
/* 321  */ }
/* 322  */ .wplc-clear-float-message{
/* 323  */     clear: both;
/* 324  */ }
/* 325  */ 
/* 326  */ #wplc_message {
/* 327  */     background: #fff;
/* 328  */     font-weight: 400;
/* 329  */     color: #455a64;
/* 330  */     resize: none;
/* 331  */     border: none;
/* 332  */     margin-bottom:10px;
/* 333  */ }
/* 334  */ 
/* 335  */ 
/* 336  */ #wplc_message_div{
/* 337  */     text-align: center;
/* 338  */     padding:16px;
/* 339  */ }
/* 340  */ #wp-live-chat-inner-image-div{
/* 341  */     overflow: hidden;
/* 342  */     height: 32px;
/* 343  */ }
/* 344  */ /*
/* 345  *| .wplc_close.wplc_left #wp-live-chat-1{
/* 346  *|     -ms-transform: rotate(90deg);
/* 347  *|     -moz-transform: rotate(90deg);
/* 348  *|     -webkit-transform: rotate(90deg);
/* 349  *|     transform: rotate(90deg);
/* 350  *|     -ms-transform-origin: left top 0;

/* modern.css *|

/* 351  *|     -moz-transform-origin: left top 0;
/* 352  *|     -webkit-transform-origin: left top 0;
/* 353  *|     transform-origin: left top 0;
/* 354  *|     float: left;
/* 355  *|     width: 195px;
/* 356  *|     position: absolute;
/* 357  *|     top: 27px;
/* 358  *|     padding-left: 0;
/* 359  *|     left: 39px;
/* 360  *| }
/* 361  *| .wplc_left #wp-live-chat-header{
/* 362  *|     border-radius: 62px 62px;
/* 363  *| }
/* 364  *| 
/* 365  *| .wplc_close.wplc_left #wp-live-chat-header{
/* 366  *|     position: absolute;
/* 367  *|     top: 0;
/* 368  *|     width: 62px;
/* 369  *|     bottom: 0;
/* 370  *|     right: 0;
/* 371  *|     left: 15px;
/* 372  *| }
/* 373  *| .wplc_open.wplc_left #wp-live-chat-header{
/* 374  *|     border-radius: 62px;
/* 375  *| }
/* 376  *| 
/* 377  *| .wplc_close.wplc_left .wp-live-chat-wrapper, .wplc_close.wplc_right .wp-live-chat-wrapper{
/* 378  *|     position: relative;
/* 379  *|     height: 250px;
/* 380  *| }
/* 381  *| .wplc_left{
/* 382  *|     border-radius: 0px 5px 5px 0 !important;
/* 383  *| }
/* 384  *| .wplc_close.wplc_left{
/* 385  *|     padding-right: 45px;
/* 386  *|     height: 120px;
/* 387  *| }
/* 388  *| 
/* 389  *| 
/* 390  *| .wplc_close.wplc_right #wp-live-chat-1{
/* 391  *|     -ms-transform: rotate(-90deg);
/* 392  *|     -moz-transform: rotate(-90deg);
/* 393  *|     -webkit-transform: rotate(-90deg);
/* 394  *|     transform: rotate(-90deg);
/* 395  *|     -ms-transform-origin: 0 0 0;
/* 396  *|     -moz-transform-origin: 0 0 0;
/* 397  *|     -webkit-transform-origin: 0 0 0;
/* 398  *|     transform-origin: 0 0 0;
/* 399  *|     float: left;
/* 400  *|     width: 180px;

/* modern.css *|

/* 401  *|     padding:0 !important;
/* 402  *|     bottom: 0;
/* 403  *|     position: absolute;
/* 404  *|     left: 8px;
/* 405  *| }
/* 406  *| 
/* 407  *| .wplc_close.wplc_right #wp-live-chat-header{
/* 408  *|     position: absolute;
/* 409  *|     top: 0;
/* 410  *|     bottom: 0;
/* 411  *|     left: 0;
/* 412  *| }
/* 413  *| 
/* 414  *| .wplc_close.wplc_right{
/* 415  *|     padding-left: 75px;
/* 416  *|     height: 120px;
/* 417  *|     border-radius: 5px 0px 0px 5px !important;
/* 418  *| }
/* 419  *| .wplc_right{
/* 420  *|     border-radius: 5px 0px 0px 5px !important;
/* 421  *| }
/* 422  *| .wplc_close.wplc_left #wp-live-chat-image{
/* 423  *|     top: 25px;
/* 424  *|     left: 35px;
/* 425  *| }
/* 426  *| .wplc_close.wplc_right #wp-live-chat-image {
/* 427  *|     bottom: 18px;
/* 428  *|     left: initial;
/* 429  *|     right: 38px;
/* 430  *|     top: initial;
/* 431  *| }
/* 432  *| */
/* 433  */ 
/* 434  */ 
/* 435  */ .wplc-admin-message { 
/* 436  */     
/* 437  */     padding:10px;
/* 438  */     -webkit-border-radius: 2px;
/* 439  */     -moz-border-radius: 2px;
/* 440  */     border-radius: 2px;
/* 441  */     border: 1px solid #666;
/* 442  */     margin-top:2px;
/* 443  */     background-color:#666;
/* 444  */     display: inline-block;
/* 445  */     float: left;
/* 446  */     clear:both;
/* 447  */     margin-bottom: 3px;
/* 448  */     position:relative;   
/* 449  */     left:32px; 
/* 450  */     color:#FFF;

/* modern.css */

/* 451  */     max-width: 82%;
/* 452  */     word-wrap: break-word;
/* 453  */ }
/* 454  */ .wplc-admin-message-avatar {
/* 455  */     position: absolute;
/* 456  */     left: -38px;
/* 457  */     border-radius: 15px;
/* 458  */     max-width: 30px;
/* 459  */     max-height: 30px;
/* 460  */ }
/* 461  */ 
/* 462  */ 
/* 463  */ .wplc-shrink .wplc_agent_involved {
/* 464  */     float: left;
/* 465  */     margin-left: 30px;
/* 466  */     margin-top: 3px;
/* 467  */     width:40px;
/* 468  */     height:40px;
/* 469  */ 
/* 470  */ }
/* 471  */ .wplc-shrink {
/* 472  */     /*height: 50px !important;*/
/* 473  */ }
/* 474  */ 
/* 475  */ .wplc-shrink .wplc_agent_name {
/* 476  */     float: left;
/* 477  */     margin-left: 10px;
/* 478  */     margin-top: -10px;
/* 479  */ }
/* 480  */ 
/* 481  */ .wplc-shrink .wplc_agent_infosection {
/* 482  */     display: none;
/* 483  */ }
/* 484  */ 
/* 485  */ .wplc_agent_infosection {
/* 486  */     display: block;
/* 487  */     clear: both;
/* 488  */     float: left;
/* 489  */     margin-left: 45px;
/* 490  */     margin-top: 20px;
/* 491  */     font-weight: 100;
/* 492  */     text-align:left;
/* 493  */ }
/* 494  */ 
/* 495  */ 
/* 496  */ .wplc_agent_tagline {
/* 497  */     display: block;
/* 498  */     clear: both;
/* 499  */     float: left;
/* 500  */     margin-left: 45px;

/* modern.css */

/* 501  */     font-weight: 100;
/* 502  */ 
/* 503  */ }
/* 504  */ 
/* 505  */ #wplc_chatbox {
/* 506  */     transition:all 0.2s ease;
/* 507  */ }
/* 508  */ 
/* 509  */ #wplc_chatbox_header {
/* 510  */     /* position: absolute; */
/* 511  */     /* background-color: #FFF; */
/* 512  */     /* background: rgba(255,255,255,.98); */
/* 513  */     top: 0;
/* 514  */     right: 0;
/* 515  */     /* height: 60px; */
/* 516  */     /* width: 367px; */
/* 517  */     /* border-bottom: 1px solid #eee; */
/* 518  */     border-top-left-radius: 10px;
/* 519  */     border-top-right-radius: 10px;
/* 520  */     box-shadow: 0 5px 20px -2px rgba(0,0,0,.16) !important;
/* 521  */     margin-top:0px;
/* 522  */     opacity:0.90;
/* 523  */     transition: top 0.7s ease;
/* 524  */     padding-bottom:18px;
/* 525  */     
/* 526  */ }
/* 527  */ #wplc_chatbox_header_bg {
/* 528  */     border-top-left-radius: 10px;
/* 529  */     border-top-right-radius: 10px;
/* 530  */     z-index: 99999 !important;
/* 531  */     position: relative;
/* 532  */ }
/* 533  */ 
/* 534  */ .wplc-admin-message:before {
/* 535  */     display: block;
/* 536  */     width: 0;
/* 537  */     top: 20px;
/* 538  */     bottom: auto;
/* 539  */     left: auto;
/* 540  */     left: -7px;
/* 541  */     border-width: 6px 7px 6px 0;
/* 542  */     border-color: transparent #666;
/* 543  */     content: "";
/* 544  */     position: absolute;
/* 545  */     border-style: solid;
/* 546  */ }
/* 547  */ 
/* 548  */ .wplc-user-message { 
/* 549  */     
/* 550  */     padding:10px;

/* modern.css */

/* 551  */     -webkit-border-radius: 26x;
/* 552  */     -moz-border-radius: 26x;
/* 553  */     border-radius: 6px;
/* 554  */     border: 1px solid #ffdb99;
/* 555  */     margin-top:2px;
/* 556  */     background-color:#ffdb99;
/* 557  */     color:#000;
/* 558  */     display: inline-block;
/* 559  */     float: right;
/* 560  */     clear:both;
/* 561  */     margin-bottom: 3px;
/* 562  */     position: relative;
/* 563  */     right:30px;
/* 564  */     max-width:82%;
/* 565  */     word-wrap: break-word;
/* 566  */ 
/* 567  */ }
/* 568  */ 
/* 569  */ .chat_time {
/* 570  */     display: block;
/* 571  */     /* width: 100%; */
/* 572  */     /* text-align: center; */
/* 573  */     font-size: 0.8em;
/* 574  */     color: #ccc;
/* 575  */     clear: both;
/* 576  */     position: relative;
/* 577  */     right: 30px;
/* 578  */     text-align: right;
/* 579  */ }
/* 580  */ 
/* 581  */ .wplc-user-message hr, .wplc-admin-message hr{
/* 582  */     margin-bottom: 0px !important;
/* 583  */ }
/* 584  */ .wplc-user-message-avatar {
/* 585  */     position: absolute;
/* 586  */     right: -38px;
/* 587  */     border-radius: 15px;
/* 588  */     max-width: 30px;
/* 589  */     max-height: 30px;
/* 590  */ }
/* 591  */ 
/* 592  */ 
/* 593  */ .wplc-user-message:before {
/* 594  */     display: block;
/* 595  */     width: 0;
/* 596  */     top: 20px;
/* 597  */     bottom: auto;
/* 598  */     left: auto;
/* 599  */     right: -7px;
/* 600  */     border-width: 6px 0 6px 7px;

/* modern.css */

/* 601  */     border-color: transparent #ffdb99;
/* 602  */     content: "";
/* 603  */     position: absolute;
/* 604  */     border-style: solid;
/* 605  */ }
/* 606  */ 
/* 607  */ #wplc_hovercard { 
/* 608  */     -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
/* 609  */     -moz-box-shadow:    0 5px 40px rgba(0,0,0,.16)!important;
/* 610  */     box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
/* 611  */     position: fixed;
/* 612  */     bottom: 110px;
/* 613  */     right: 20px;
/* 614  */     width: 300px;
/* 615  */     height: 145px;
/* 616  */     background-color: #FFF;
/* 617  */     border-radius: 5px;
/* 618  */     z-index: 9999999;
/* 619  */     height:auto;
/* 620  */ }
/* 621  */ /*
/* 622  *| #wplc_hovercard:before {
/* 623  *|     content: "";
/* 624  *|     position: absolute;
/* 625  *|     bottom: -9px;
/* 626  *|     left: 240px;
/* 627  *|     border-width: 9px 9px 0;
/* 628  *|     border-style: solid;
/* 629  *|     border-color: #ccc transparent;
/* 630  *|     display: block;
/* 631  *|     width: 0;}
/* 632  *| #wplc_hovercard:after {
/* 633  *|     content: "";
/* 634  *|     position: absolute;
/* 635  *|     bottom: -8px;
/* 636  *|     left: 241px;
/* 637  *|     border-width: 8px 8px 0;
/* 638  *|     border-style: solid;
/* 639  *|     border-color: #fafafb transparent;
/* 640  *|     display: block;
/* 641  *|     width: 0;
/* 642  *| }*/
/* 643  */ 
/* 644  */ .wplc_button_standard {
/* 645  */     border: 1px solid #ED832F;
/* 646  */     background-color: #ED832F;
/* 647  */     opacity:0.9;
/* 648  */ 
/* 649  */ }
/* 650  */ .wplc_button_standard:hover {

/* modern.css */

/* 651  */     border: 1px solid #ED832F;
/* 652  */     background-color: #ED832F;
/* 653  */     opacity:0.7;
/* 654  */ }
/* 655  */ 
/* 656  */ .wplc_button_standard:focus {
/* 657  */     border: 1px solid #ED832F;
/* 658  */     background-color: #ED832F;
/* 659  */     opacity:0.7;
/* 660  */ }
/* 661  */ 
/* 662  */ 
/* 663  */ #wplc_hovercard_min {
/* 664  */     position: absolute;
/* 665  */     width: 61px;
/* 666  */     height: 18px;
/* 667  */     right: 0px;
/* 668  */     top: -25px;
/* 669  */     font-size: 9px;
/* 670  */     text-align: center;
/* 671  */     border-radius: 9px;
/* 672  */     color: #fff;
/* 673  */     cursor: pointer;
/* 674  */     line-height: 16px;
/* 675  */ }
/* 676  */ #wplc_hovercard_bottom{ 
/* 677  */     
/* 678  */     padding-top: 10px;
/* 679  */     height: 43px;
/* 680  */     border-bottom-right-radius: 5px;
/* 681  */     background-color: #fafafb;
/* 682  */     border-bottom-left-radius: 5px;
/* 683  */ }
/* 684  */ #wplc_hovercard_content { 
/* 685  */     padding:15px;
/* 686  */     height:100px;
/* 687  */     box-shadow: 0 1px 1px #f0f0f1;
/* 688  */     display:flex;
/* 689  */     height:auto;
/* 690  */ }
/* 691  */ 
/* 692  */ /* named after the famous words uttered by The Dylan at Code Cabin */
/* 693  */ #speeching_button {
/* 694  */     padding: 5px;
/* 695  */     font-size: 12px;
/* 696  */     text-transform: none;
/* 697  */     float: right;
/* 698  */     margin-right: 15px;
/* 699  */     border-style: none;
/* 700  */     line-height: 12px;

/* modern.css */

/* 701  */     font-weight: normal;
/* 702  */ }
/* 703  */ 
/* 704  */ #wplc_first_message {
/* 705  */     display:block;
/* 706  */ 
/* 707  */ 
/* 708  */ }
/* 709  */ #wplc_first_message strong {
/* 710  */     display:block;
/* 711  */     clear:right;
/* 712  */ }
/* 713  */ 
/* 714  */ .wplc_hovercard_content_left {
/* 715  */     float: left;
/* 716  */     display: block;
/* 717  */     /*height: 60px;*/
/* 718  */     padding-left: 10px;
/* 719  */     padding-right: 10px;
/* 720  */     width: 80px;
/* 721  */     font-weight:normal;
/* 722  */ }
/* 723  */ .wplc_hovercard_content_right {
/* 724  */     float: left;
/* 725  */     display: block;
/* 726  */     /* margin-left: 30px; */
/* 727  */     /* padding-left: 20px; */
/* 728  */     font-size: 0.8em;
/* 729  */     word-wrap: break-word;
/* 730  */     /*height: 70px;*/
/* 731  */     width: 188px;
/* 732  */ }
/* 733  */ .wplc_left_logo {
/* 734  */     width: 60px;
/* 735  */     height: 60px;
/* 736  */     border-radius: 30px;
/* 737  */ }
/* 738  */ 
/* 739  */ .wplc_hovercard_content_right .wplc_offline {
/* 740  */     
/* 741  */     
/* 742  */ }
/* 743  */ 
/* 744  */ #wplc_message_div {
/* 745  */     margin-top: 20px;
/* 746  */ }
/* 747  */ #wp-live-chat-2-inner #wplc_start_chat_btn {
/* 748  */     margin-left: auto;
/* 749  */     margin-right: auto;
/* 750  */     display: block;

/* modern.css */

/* 751  */     padding-left: 30px;
/* 752  */     padding-right: 30px;
/* 753  */ }
/* 754  */ #wp-live-chat-2-inner #wplc_na_msg_btn {
/* 755  */     margin-left: auto;
/* 756  */     margin-right: auto;
/* 757  */     display: block;
/* 758  */     padding-left: 30px;
/* 759  */     padding-right: 30px;
/* 760  */ }
/* 761  */ #wplc_social_holder {
/* 762  */     position: absolute;
/* 763  */     width: 40px;
/* 764  */     z-index: 9999999999 !important;
/* 765  */     bottom: 0px;
/* 766  */     right: 2px !important;
/* 767  */     left: 330px !important;
/* 768  */     font-size: 15px;
/* 769  */ }
/* 770  */ 
/* 771  */ .wplc_social_icon {
/* 772  */     margin-left: 3px;
/* 773  */ }
/* 774  */ 
/* 775  */ .nifty_tedit_icon{
/* 776  */     font-size: 12px !important;
/* 777  */     padding-left: 6px;
/* 778  */ }
/* 779  */ 
/* 780  */ #nifty_text_editor_holder{
/* 781  */    display:none; 
/* 782  */ 
/* 783  */     
/* 784  */ }
/* 785  */ .nifty_attach_icon {
/* 786  */     position: absolute;
/* 787  */     top: 19px;
/* 788  */     right: 65px;
/* 789  */     color:#999;
/* 790  */     font-size:20px;
/* 791  */ }
/* 792  */ .nifty_rating_icon {
/* 793  */     margin-right: 10px;
/* 794  */     color:#999;
/* 795  */         font-size: 17px;
/* 796  */ }
/* 797  */ #nifty_ratings_holder {
/* 798  */     position: absolute;
/* 799  */     z-index: 9999999;
/* 800  */     right: 6px;

/* modern.css */

/* 801  */     top: 16px;
/* 802  */ }
/* 803  */ #nifty_ratings_form {
/* 804  */     position: absolute;
/* 805  */     left: -165px;
/* 806  */     top: -52px;
/* 807  */     width: 220px;
/* 808  */     padding: 2px;
/* 809  */     border-radius: 2px;
/* 810  */ }
/* 811  */ #nifty_rating_thanks {
/* 812  */     position: absolute;
/* 813  */     width: 200px;
/* 814  */     margin-left: 5px;
/* 815  */     position: absolute;
/* 816  */     top: -22px;
/* 817  */     right: 0px;
/* 818  */     text-align: right;
/* 819  */ }
/* 820  */     
/* 821  */ input#nifty_ratings_comment {
/* 822  */     width: 70%;
/* 823  */     margin-bottom: 0px;
/* 824  */     line-height: inherit;
/* 825  */     font-size: 12px;
/* 826  */     top: 0px;
/* 827  */     position: relative;
/* 828  */     float: left;
/* 829  */ }
/* 830  */ /*
/* 831  *| #nifty_ratings_form:after {
/* 832  *|     top: 28px;
/* 833  *|     left: 128px;
/* 834  *|     border-width: 6px 6px 0 6;
/* 835  *|     border-color: transparent #666;
/* 836  *|     content: "";
/* 837  *|     position: absolute;
/* 838  *|     border-style: solid;
/* 839  *| }
/* 840  *| */
/* 841  */ #nifty_ratings_comment {
/* 842  */     height: 25px !important;
/* 843  */     margin-left: 2px;
/* 844  */ }
/* 845  */ 
/* 846  */ #nifty_rating_button {
/* 847  */     float: right;
/* 848  */     border-style: none;
/* 849  */     width: 27%;
/* 850  */     border-radius: 2px;

/* modern.css */

/* 851  */     text-align: center;
/* 852  */     font-size: 12px;
/* 853  */     padding: 1px;
/* 854  */     top: 2px;
/* 855  */     right: 2px;
/* 856  */     position: relative;
/* 857  */ }
/* 858  */ 
/* 859  */ #nifty_recording {
/* 860  */     margin-left: 5px;
/* 861  */     position: absolute;
/* 862  */     top: -21px;
/* 863  */     right: 22px;
/* 864  */ }
/* 865  */ .wplc_powered_by_link {
/* 866  */     font-size: 10px;
/* 867  */     padding: 5px;
/* 868  */ }
/* 869  */ 
/* 870  */ #wplc_msg_notice {
/* 871  */  margin-left:4px !important;
/* 872  */  display:none;
/* 873  */ }
/* 874  */ .typing_indicator {
/* 875  */     display: none;
/* 876  */ 
/* 877  */     /* width: 100%; */
/* 878  */     position: absolute;
/* 879  */     padding: 3px;
/* 880  */     padding-left: 6px;
/* 881  */     padding-right: 6px;
/* 882  */     border-radius: 6px;
/* 883  */     top: 65px;
/* 884  */     z-index: 99;
/* 885  */     opacity: 0;
/* 886  */     font-size: 0.8em;
/* 887  */     font-style: italic;
/* 888  */     margin-left: 4px;
/* 889  */     transition: all 0.1s ease;
/* 890  */     -webkit-transition: all 0.1s ease;
/* 891  */     -moz-transition: all 0.1s ease;
/* 892  */     -o-transition: all 0.1s ease;
/* 893  */     left: 6px;
/* 894  */ }
/* 895  */ .typing_indicator_active {
/* 896  */     display: block;
/* 897  */     opacity:0.7;
/* 898  */     transition: all 0.1s ease;
/* 899  */     -webkit-transition: all 0.1s ease;
/* 900  */     -moz-transition: all 0.1s ease;

/* modern.css */

/* 901  */     -o-transition: all 0.1s ease;
/* 902  */ 
/* 903  */ }
/* 904  */ 
/* 905  */ #wp-live-chat-2 select {
/* 906  */     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 907  */     font-size: 15px;
/* 908  */     line-height: 32px;
/* 909  */     width: 100%;
/* 910  */     height: 49px;
/* 911  */     color: #60686e;
/* 912  */     border: 1px solid #e4e5e7;
/* 913  */     border-radius: 2px;
/* 914  */     margin-bottom: 5px;
/* 915  */ }
/* 916  */ 
/* 917  */ span.wplc_system_notification {
/* 918  */     display: block;
/* 919  */     padding: 8px;
/* 920  */     clear:both;
/* 921  */     font-style: italic;
/* 922  */     text-align: left;
/* 923  */ }
/* 924  */ 
/* 925  */ .wplc_doc_suggestion {
/* 926  */ 
/* 927  */     
/* 928  */ }
/* 929  */ button.wplc_retry_chat {
/* 930  */     margin: 10px;
/* 931  */ }
/* 932  */ 
/* 933  */ 
/* 934  */ #wplc_start_chat_btn, #wplc_na_msg_btn {
/* 935  */     min-height: 40px;
/* 936  */ }
/* 937  */ 
/* 938  */ #speeching_button, #wplc_start_chat_btn, #wplc_na_msg_btn {
/* 939  */     font-weight:normal !important;
/* 940  */     border-radius:40px !important;
/* 941  */     padding-top: 7px !important;
/* 942  */     padding-bottom: 7px !important;
/* 943  */     padding-left:10px !important;
/* 944  */     padding-right:10px !important;
/* 945  */ 
/* 946  */     -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.16)!important;
/* 947  */     -moz-box-shadow: 0 3px 15px rgba(0,0,0,.16)!important;
/* 948  */     -o-box-shadow: 0 3px 15px rgba(0,0,0,.16)!important;
/* 949  */     box-shadow: 0 3px 15px rgba(0,0,0,.16)!important;
/* 950  */ 

/* modern.css */

/* 951  */     -webkit-transition: all 0.3s ease;
/* 952  */     -moz-transition: all 0.3s ease;
/* 953  */     -o-transition: all 0.3s ease;
/* 954  */     transition: all 0.3s ease;
/* 955  */ }
/* 956  */ 
/* 957  */ #speeching_button:hover, #wplc_start_chat_btn:hover, #wplc_na_msg_btn:hover {
/* 958  */     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.19)!important;
/* 959  */     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.19)!important;
/* 960  */     -o-box-shadow: 0 4px 10px rgba(0,0,0,.19)!important;
/* 961  */     box-shadow: 0 5px 10px rgba(0,0,0,.19)!important;
/* 962  */ }
/* 963  */ 
/* 964  */ .wplc_thumb16_stacked{
/* 965  */     border-radius: 16px;
/* 966  */     height: 32px;
/* 967  */     float: left;
/* 968  */     margin-top:35px;
/* 969  */     margin-left: -15px;
/* 970  */ }
/* 971  */ 
/* 972  */ .wplc_thumb16_stacked:first-child{
/* 973  */     margin-left:35px;
/* 974  */ }
/* 975  */ 
/* 976  */ .wplc_thumb32 {
/* 977  */     border-radius:32px;
/* 978  */     float: left;
/* 979  */     height: 60px;
/* 980  */     margin-left: 45px;
/* 981  */     margin-top: 20px;
/* 982  */ }
/* 983  */ 
/* 984  */ 
/* 985  */ #wplc_chatbox span.timedate {
/* 986  */     clear: both;
/* 987  */     position: relative;
/* 988  */     font-size: 0.8em;
/* 989  */     font-style:italic
/* 990  */ }
/* 991  */ .wplc-msg-float-left {
/* 992  */     left: 32px;
/* 993  */     float:left;
/* 994  */ }
/* 995  */ .wplc-msg-float-right {
/* 996  */     right: 32px;
/* 997  */     float:right;
/* 998  */ }
/* 999  */ 
/* 1000 */ /* iPhone X */

/* modern.css */

/* 1001 */ @media only screen 
/* 1002 */     and (device-width : 375px) 
/* 1003 */     and (device-height : 812px) 
/* 1004 */     and (-webkit-device-pixel-ratio : 3) {
/* 1005 */ 
/* 1006 */     #wplc_chatmsg {
/* 1007 */         font-size:16px !important;
/* 1008 */     }
/* 1009 */ }
/* 1010 */ 
/* 1011 */ @media screen and (max-width: 400px) {
/* 1012 */ 
/* 1013 */     #wplc_chatmsg {
/* 1014 */         font-size:16px !important;
/* 1015 */     }
/* 1016 */ 
/* 1017 */     #wp-live-chat-4 {
/* 1018 */         bottom: 150px;
/* 1019 */         right: 2%;
/* 1020 */         left: 2%;
/* 1021 */         top: 2%;
/* 1022 */         width:auto;
/* 1023 */     }
/* 1024 */ 
/* 1025 */     #wp-live-chat-2 {
/* 1026 */         bottom: 150px;
/* 1027 */         right: 2%;
/* 1028 */         left: 2%;
/* 1029 */         
/* 1030 */         width:auto;
/* 1031 */     }    
/* 1032 */ 
/* 1033 */     #wplc_chatbox {
/* 1034 */         top:65px !important;
/* 1035 */     }
/* 1036 */ 
/* 1037 */     .wplc_agent_involved {
/* 1038 */         float: left;
/* 1039 */         margin-left: 30px;
/* 1040 */         margin-top: 3px;
/* 1041 */         width:40px;
/* 1042 */         height:40px;
/* 1043 */ 
/* 1044 */     }
/* 1045 */ 
/* 1046 */     .wplc_agent_name {
/* 1047 */         float: left;
/* 1048 */         margin-left: 10px;
/* 1049 */         margin-top: -10px;
/* 1050 */     }

/* modern.css */

/* 1051 */ 
/* 1052 */     .wplc_agent_infosection {
/* 1053 */         display: none;
/* 1054 */     }
/* 1055 */     .wplc_agent_infosection {
/* 1056 */         display: none;
/* 1057 */     }
/* 1058 */ }
/* 1059 */ 
/* 1060 */ .wdt-emoji-popup.open{
/* 1061 */     z-index: 99999;
/* 1062 */ }
/* 1063 */ 
/* 1064 */ .wdt-emoji-picker {
/* 1065 */     right: 10px;
/* 1066 */     bottom: 25px !important;
/* 1067 */     font-size: 17px;
/* 1068 */     text-align: center;
/* 1069 */     line-height: 50px;
/* 1070 */ }
/* 1071 */ 
/* 1072 */ .wdt-credit{
/* 1073 */     z-index: 999999;
/* 1074 */     position: absolute;
/* 1075 */     right: 5px;
/* 1076 */     bottom: 5px;
/* 1077 */     font-size: 9px;
/* 1078 */     color: #cecece;
/* 1079 */ }
/* 1080 */ 
/* 1081 */ #chat_drag_zone {
/* 1082 */     background: rgba(51, 51, 51, 0.35);
/* 1083 */     position: absolute;
/* 1084 */     top: 0;
/* 1085 */     left: 0;
/* 1086 */     right: 0;
/* 1087 */     bottom: 0;
/* 1088 */     z-index: 9999999;
/* 1089 */     border-top-left-radius: 11px;
/* 1090 */     border-top-right-radius: 11px;
/* 1091 */ }
/* 1092 */ 
/* 1093 */ #chat_drag_zone_inner {
/* 1094 */     position: absolute;
/* 1095 */     top: 10%;
/* 1096 */     left: 5%;
/* 1097 */     right: 5%;
/* 1098 */     bottom: 10%;
/* 1099 */     border: 3px dashed #ffffff;
/* 1100 */ }

/* modern.css */

/* 1101 */ 
/* 1102 */ #chat_drag_zone_inner span {
/* 1103 */     color: #fff;
/* 1104 */     position: absolute;
/* 1105 */     width: 100%;
/* 1106 */     height: 50px;
/* 1107 */     text-align: center;
/* 1108 */     font-size: 30px;
/* 1109 */     margin-top: auto;
/* 1110 */     margin-bottom: auto;
/* 1111 */     top: 50%;
/* 1112 */     transform: translate(0, -50%);
/* 1113 */ }
/* 1114 */ 
/* 1115 */ 
/* 1116 */ .wplc_agent_involved {
/* 1117 */     transition: all 0.4s ease;
/* 1118 */ }
/* 1119 */ 
/* 1120 */ .wplc-shrink .wplc_agent_involved {
/* 1121 */     transition: none !important;
/* 1122 */ }
/* 1123 */ 
/* 1124 */ .wplc_agent_info .wplc_agent_name{
/* 1125 */     transition: all 0.4s ease;
/* 1126 */ }
/* 1127 */ 
/* 1128 */ .wplc-shrink .wplc_agent_name{
/* 1129 */     transition: none !important;
/* 1130 */ }
/* 1131 */ 
/* 1132 */ 
/* 1133 */ span.bleeper_pullup {
/* 1134 */     position: absolute;
/* 1135 */     /* top: 11px; */
/* 1136 */     bottom: 5px;
/* 1137 */     color: rgba(255, 255, 255, 0.68);
/* 1138 */     right: 15px;
/* 1139 */     font-size: 2em;
/* 1140 */     cursor: pointer;
/* 1141 */ }
/* 1142 */ a.bleeper_restart_chat {
/* 1143 */     text-align: center;
/* 1144 */     margin-top: 15px;
/* 1145 */     display: block;
/* 1146 */ }
/* 1147 */ div#bleeper_chat_ended {
/* 1148 */     min-height: 60px;
/* 1149 */     max-height: 60px;
/* 1150 */     position: absolute;

/* modern.css */

/* 1151 */     bottom: -60px;
/* 1152 */     width: 100%;
/* 1153 */     z-index: 99999999999999999;
/* 1154 */     background-color: #fff;
/* 1155 */     border-bottom-right-radius: 10px;
/* 1156 */     border-bottom-left-radius: 10px;
/* 1157 */     box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
/* 1158 */ }
/* 1159 */ 
/* 1160 */ /* System notification message style */
/* 1161 */ #bleeper_notification_message {
/* 1162 */     position: absolute;
/* 1163 */     border-radius: 3px;
/* 1164 */     padding: 3px 6px;
/* 1165 */     top: -5px;
/* 1166 */     animation: wplc_notification_slide_in .2s forwards;
/* 1167 */ }
/* 1168 */ 
/* 1169 */ @keyframes wplc_notification_slide_in {
/* 1170 */   from {
/* 1171 */     top: -5px;
/* 1172 */     opacity: 0;
/* 1173 */   }
/* 1174 */   to {
/* 1175 */     
/* 1176 */     top: -35px;
/* 1177 */     opacity: .8;
/* 1178 */   }
/* 1179 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/css/themes

*/

/* position-bottom-right.css */

/* 1 */ #wplc_social_holder {
/* 2 */     left: -18px;
/* 3 */ }
/* 4 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/plugins/wp-live-chat-support/includes/blocks/wplc-chat-box

*/

/* wplc_gutenberg_template_styles.css */

/* 1   */ /* WPLC Gutenber Template Styles */
/* 2   */ 
/* 3   */ #wplc-chat-box {
/* 4   */ 	width: fit-content;
/* 5   */ 	position: relative;
/* 6   */ 	cursor: pointer;
/* 7   */ }
/* 8   */ 
/* 9   */ .wplc_block {
/* 10  */ 	position: relative;
/* 11  */     display:inline-block;
/* 12  */ 	background: #32373c;
/* 13  */ 	color: #eee;
/* 14  */ 	border-radius: 3px;
/* 15  */ 	height: 35px;
/* 16  */ 	padding-left: 45px;
/* 17  */ 	margin: 5px 0 5px 0;
/* 18  */ 	transition: all .2s ease-in-out;
/* 19  */     cursor: pointer;
/* 20  */     border-bottom: 0px solid #111;
/* 21  */     font-size: 17px;
/* 22  */     line-height: 35px;
/* 23  */ }
/* 24  */ 
/* 25  */ 
/* 26  */ .wplc_block:hover {
/* 27  */     transform: translateY(-2px);
/* 28  */ }
/* 29  */ 
/* 30  */ .wplc_block:after {
/* 31  */     content: "";
/* 32  */     position: absolute;
/* 33  */     display: block;
/* 34  */     height: 0px;
/* 35  */     bottom: 0;
/* 36  */     left: 0;
/* 37  */     width: 100%;
/* 38  */     background-color: #000;
/* 39  */     opacity: 0;
/* 40  */     transition: all .2s ease-in-out;
/* 41  */ }
/* 42  */ 
/* 43  */ .wplc_block:hover:after {
/* 44  */     height: 3px;
/* 45  */     opacity: .2;
/* 46  */ }
/* 47  */ 
/* 48  */ #wplc-chat-box.disabled:first-child:after {
/* 49  */     content: "Disabled";
/* 50  */     color:#fff;

/* wplc_gutenberg_template_styles.css */

/* 51  */     font-size: 17px;
/* 52  */     text-transform: uppercase;
/* 53  */     text-align: center;
/* 54  */     display: block;
/* 55  */     position: absolute;
/* 56  */     height: 100%;
/* 57  */     width: 100%;
/* 58  */     bottom: 0;
/* 59  */     left: 0;
/* 60  */     background: #ED832F;
/* 61  */     opacity: .9;
/* 62  */ }
/* 63  */ 
/* 64  */ .wplc_block_logo {
/* 65  */     width: 35px;
/* 66  */     height: 35px;
/* 67  */     position: absolute;
/* 68  */     left: 0;
/* 69  */     background: #e7e7e7;
/* 70  */     display: inline-block;
/* 71  */     margin:0;
/* 72  */     background-size: cover;
/* 73  */     background-position: center;
/* 74  */     background-color:#ED832F !important;
/* 75  */     transition: all .2s ease-in-out;
/* 76  */     box-sizing: border-box;
/* 77  */     box-shadow: inset -2px 0px 0px 0px rgba(0,0,0,0.28);
/* 78  */     -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0,0,0,0.28);
/* 79  */ 	-moz-box-shadow: inset -2px 0px 0px 0px rgba(0,0,0,0.28);
/* 80  */ }
/* 81  */ 
/* 82  */ .wplc_block_text {
/* 83  */     display: inline-block;
/* 84  */     height: 100%;
/* 85  */     margin-right: 7px;
/* 86  */ }
/* 87  */ 
/* 88  */ .wplc_block_icon {
/* 89  */  	height: 100%;
/* 90  */     width: 35px;
/* 91  */     background: transparent;
/* 92  */     display: inline-block;
/* 93  */ }
/* 94  */ 
/* 95  */ .wplc_block_icon.disabled {
/* 96  */ 	display: none;
/* 97  */ }
/* 98  */ 
/* 99  */ /* Block size styles: small */
/* 100 */ .wplc_block.sm {

/* wplc_gutenberg_template_styles.css */

/* 101 */     height: 25px;
/* 102 */     line-height: 25px;
/* 103 */     padding-left: 30px;
/* 104 */     font-size: 12px;
/* 105 */ }
/* 106 */ 
/* 107 */ .wplc_block.sm:hover:after {
/* 108 */     height: 2px;
/* 109 */     opacity: .2;
/* 110 */ }
/* 111 */ 
/* 112 */ .wplc_block.sm .wplc_block_logo {
/* 113 */     height: 25px;
/* 114 */     width: 25px;
/* 115 */ }
/* 116 */ 
/* 117 */ .wplc_block.sm .wplc_block_text {
/* 118 */     margin-right: 7px;
/* 119 */ }
/* 120 */ 
/* 121 */ .wplc_block.sm .wplc_block_icon  {
/* 122 */ 	margin-right: 7px;
/* 123 */ 	width: 13px;
/* 124 */ }
/* 125 */ 
/* 126 */ /* Block size styles: large */
/* 127 */ .wplc_block.lg {
/* 128 */     height: 80px;
/* 129 */     line-height: 80px;
/* 130 */     padding-left: 100px;
/* 131 */     font-size: 25px;
/* 132 */ }
/* 133 */ 
/* 134 */ .wplc_block.lg:hover:after {
/* 135 */     height: 6px;
/* 136 */     opacity: .2;
/* 137 */ }
/* 138 */ 
/* 139 */ .wplc_block.lg .wplc_block_logo {
/* 140 */     height: 80px;
/* 141 */     width: 80px;
/* 142 */ }
/* 143 */ 
/* 144 */ .wplc_block.lg .wplc_block_text {
/* 145 */     margin-right: 13px;
/* 146 */ }
/* 147 */ 
/* 148 */ .wplc_block.lg .wplc_block_icon  {
/* 149 */ 	margin-right: 13px;   
/* 150 */ }

/* wplc_gutenberg_template_styles.css */

/* 151 */ /* Custom Templates: Default - Light */
/* 152 */ .wplc_block.light {
/* 153 */ 	background: #ECEFF1;
/* 154 */ 	color: #555;
/* 155 */ 	border: 1px solid #ccc;
/* 156 */ }
/* 157 */ 
/* 158 */ /*  Custom Templates: Circle */
/* 159 */ .wplc_block.circle {
/* 160 */ 	background: transparent; 
/* 161 */ 	width: 50px;
/* 162 */ 	height: 50px;
/* 163 */ 	padding: 0;
/* 164 */ 	position: relative;
/* 165 */ }
/* 166 */ 
/* 167 */ .wplc_block.circle:after {
/* 168 */ 	display: none; 
/* 169 */ }
/* 170 */ 
/* 171 */ .wplc_block.circle .wplc_block_logo {
/* 172 */     position: relative;
/* 173 */ 	width: 50px;
/* 174 */ 	height: 50px;
/* 175 */ 	padding: 0;
/* 176 */ 	border-radius: 50%;
/* 177 */ }
/* 178 */ 
/* 179 */ .wplc_block.sm.circle {
/* 180 */ 	background: transparent; 
/* 181 */ 	width: 35px;
/* 182 */ 	height: 35px;
/* 183 */ 	padding: 0;
/* 184 */ }
/* 185 */ 
/* 186 */ .wplc_block.sm.circle:after {
/* 187 */ 	display: none; 
/* 188 */ }
/* 189 */ 
/* 190 */ .wplc_block.sm.circle .wplc_block_logo {
/* 191 */     position: relative;
/* 192 */ 	width: 35px;
/* 193 */ 	height: 35px;
/* 194 */ 	padding: 0;
/* 195 */ 	border-radius: 50%;
/* 196 */ }
/* 197 */ 
/* 198 */ .wplc_block.lg.circle {
/* 199 */ 	background: transparent; 
/* 200 */ 	width: 65px;

/* wplc_gutenberg_template_styles.css */

/* 201 */ 	height: 65px;
/* 202 */ 	padding: 0;
/* 203 */ }
/* 204 */ 
/* 205 */ .wplc_block.lg.circle:after {
/* 206 */ 	display: none; 
/* 207 */ }
/* 208 */ 
/* 209 */ .wplc_block.lg.circle .wplc_block_logo {
/* 210 */     position: relative;
/* 211 */ 	width: 65px;
/* 212 */ 	height: 65px;
/* 213 */ 	padding: 0;
/* 214 */ 	border-radius: 50%;
/* 215 */ }
/* 216 */ 
/* 217 */ /* Custom Templates: Tooltip */
/* 218 */ .wplc_block:hover .wplc_block_tooltip {
/* 219 */     top: -62px;
/* 220 */     background: #333;
/* 221 */     color: #fff;
/* 222 */     opacity: .85;
/* 223 */     display: inline-block;
/* 224 */ }
/* 225 */ 
/* 226 */ .wplc_block_tooltip {
/* 227 */     min-width: 100px;
/* 228 */     border-radius: 3px;
/* 229 */     color: transparent;
/* 230 */     position: absolute;
/* 231 */     line-height: 25px;
/* 232 */     padding: 10px;
/* 233 */     top: -50px;
/* 234 */     left: 0;
/* 235 */     opacity: 0;
/* 236 */     transition: opacity .2s ease-in-out, top .2s ease-in-out;
/* 237 */ }
/* 238 */ 
/* 239 */ .wplc_block.circle:hover .wplc_block_tooltip {
/* 240 */     top: -75px;
/* 241 */     display: block;
/* 242 */ }
/* 243 */ .wplc_block.circle.sm:hover .wplc_block_tooltip {
/* 244 */     top: -50px;
/* 245 */ }
/* 246 */ 
/* 247 */ .wplc_block.circle.lg:hover .wplc_block_tooltip {
/* 248 */     top: -100px;
/* 249 */ }
/* 250 */ 

/* wplc_gutenberg_template_styles.css */

/* 251 */ /* Custom Templates: Chat Bubble */
/* 252 */ .wplc_block.chat_bubble:before {
/* 253 */     content: '';
/* 254 */ 	position: absolute;
/* 255 */ 	width: 0;
/* 256 */ 	height: 0;
/* 257 */ 	left: 0px;
/* 258 */ 	bottom: -10px;
/* 259 */ 	border: 8px solid;
/* 260 */ 	border-color: #32373c transparent transparent #32373c;
/* 261 */ }
/* 262 */ 
/* 263 */ .wplc_block.chat_bubble:hover:after {
/* 264 */     content: '';
/* 265 */     position: absolute;
/* 266 */ 	width: 0;
/* 267 */ 	height: 0;
/* 268 */ }
/* 269 */ 
/* 270 */ .wplc_block.chat_bubble {
/* 271 */ 	padding-left: 10px;
/* 272 */ 	padding-right: 40px;
/* 273 */ 	border-radius: 7px 7px 7px 0;
/* 274 */ }
/* 275 */ 
/* 276 */ .wplc_block.chat_bubble .wplc_block_logo {
/* 277 */ 	border:none;
/* 278 */ 	right: 0px;
/* 279 */ 	left: initial;
/* 280 */ 	border-radius: 0 7px 7px 0;
/* 281 */ }
/* 282 */ 
/* 283 */ .wplc_block.chat_bubble.sm {
/* 284 */     padding-left: 10px;
/* 285 */     padding-right: 25px;
/* 286 */ }
/* 287 */ 
/* 288 */ .wplc_block.chat_bubble.lg {
/* 289 */     padding-left: 20px;
/* 290 */     padding-right: 80px;
/* 291 */ }
/* 292 */ 
/* 293 */ /* Custom Templates: Rotating circle */
/* 294 */ .wplc_block.rotate {
/* 295 */     transform:rotate(0deg);
/* 296 */ }
/* 297 */ 
/* 298 */ .wplc_block.rotate:hover {
/* 299 */     transition: all .3s ease-in-out;
/* 300 */     transform:rotate(-90deg);

/* wplc_gutenberg_template_styles.css */

/* 301 */ }
/* 302 */ 
/* 303 */ .wplc_block.rotate .wplc_block_icon {
/* 304 */ 	position: relative;  
/* 305 */ 	height: 100%;
/* 306 */ 	width: 100%;
/* 307 */ 	text-align: center;
/* 308 */ 	font-size: 30px;
/* 309 */ 	transform: rotate(90deg);
/* 310 */ 	line-height: 150%;
/* 311 */ }
/* 312 */ 
/* 313 */ .wplc_block.rotate .wplc_block_logo {
/* 314 */     z-index: 10;
/* 315 */     position: absolute;
/* 316 */ }
/* 317 */ .wplc_block.rotate {
/* 318 */     border-radius: 50%;
/* 319 */ 	background: #32373c;
/* 320 */ }
/* 321 */ 
/* 322 */ .wplc_block.rotate .wplc_block_logo:hover {
/* 323 */     opacity: 0;
/* 324 */ }
/* 325 */ 
/* 326 */ .wplc_block.circle.rotate.lg .wplc_block_logo {
/* 327 */     padding: 0;
/* 328 */     margin: 0;
/* 329 */     position:absolute;
/* 330 */ }
/* 331 */ 
/* 332 */ .wplc_block.circle.rotate.lg {
/* 333 */     background: #32373c;
/* 334 */ }
/* 335 */ 
/* 336 */ .wplc_block.rotate.lg .wplc_block_icon {
/* 337 */     position: relative;  
/* 338 */ 	height: 100%;
/* 339 */ 	width: 100%;
/* 340 */ 	text-align: center;
/* 341 */ 	font-size: 30px;
/* 342 */ 	transform: rotate(90deg);
/* 343 */ 	line-height: 225%;
/* 344 */     padding-right: 10px;
/* 345 */ }
/* 346 */ 
/* 347 */ .wplc_block.circle.rotate.sm .wplc_block_logo {
/* 348 */     padding: 0;
/* 349 */     margin: 0;
/* 350 */     position:absolute;

/* wplc_gutenberg_template_styles.css */

/* 351 */ }
/* 352 */ 
/* 353 */ .wplc_block.circle.rotate.sm {
/* 354 */     background: #32373c;
/* 355 */ }
/* 356 */ 
/* 357 */ .wplc_block.rotate.sm .wplc_block_icon {
/* 358 */     position: relative;  
/* 359 */     height: 100%;
/* 360 */ 	width: 100%;
/* 361 */ 	text-align: center;
/* 362 */ 	font-size: 20px;
/* 363 */ 	transform: rotate(90deg);
/* 364 */ 	line-height: 100%;
/* 365 */     right:5px;
/* 366 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/ftw1mbu8vcqh/public_html
currentDir : /home/ftw1mbu8vcqh/public_html/wp-content/uploads/maxmegamenu

*/

/* style.css */

/* 1   */ /** Monday 12th of February 2018 06:55:34 AM (core) **/
/* 2   */ 
/* 3   */ #mega-menu-wrap-top, #mega-menu-wrap-top #mega-menu-top, #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link {
/* 4   */   -moz-transition: none;
/* 5   */   -o-transition: none;
/* 6   */   -webkit-transition: none;
/* 7   */   transition: none;
/* 8   */   -webkit-border-radius: 0 0 0 0;
/* 9   */   -moz-border-radius: 0 0 0 0;
/* 10  */   -ms-border-radius: 0 0 0 0;
/* 11  */   -o-border-radius: 0 0 0 0;
/* 12  */   border-radius: 0 0 0 0;
/* 13  */   -webkit-box-shadow: none;
/* 14  */   -moz-box-shadow: none;
/* 15  */   -ms-box-shadow: none;
/* 16  */   -o-box-shadow: none;
/* 17  */   box-shadow: none;
/* 18  */   background: none;
/* 19  */   border: 0;
/* 20  */   bottom: auto;
/* 21  */   box-sizing: border-box;
/* 22  */   clip: auto;
/* 23  */   color: #666;
/* 24  */   display: block;
/* 25  */   float: none;
/* 26  */   font-family: inherit;
/* 27  */   font-size: 14px;
/* 28  */   height: auto;
/* 29  */   left: auto;
/* 30  */   line-height: 1.7;
/* 31  */   list-style-type: none;
/* 32  */   margin: 0;
/* 33  */   min-height: 0;
/* 34  */   opacity: 1;
/* 35  */   outline: none;
/* 36  */   overflow: visible;
/* 37  */   padding: 0;
/* 38  */   position: relative;
/* 39  */   right: auto;
/* 40  */   text-align: left;
/* 41  */   text-decoration: none;
/* 42  */   text-transform: none;
/* 43  */   top: auto;
/* 44  */   vertical-align: baseline;
/* 45  */   visibility: inherit;
/* 46  */   width: auto;
/* 47  */ }
/* 48  */ #mega-menu-wrap-top:before, #mega-menu-wrap-top #mega-menu-top:before, #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu:before, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:before, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link:before, #mega-menu-wrap-top:after, #mega-menu-wrap-top #mega-menu-top:after, #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu:after, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item:after, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link:after {
/* 49  */   display: none;
/* 50  */ }

/* style.css */

/* 51  */ #mega-menu-wrap-top {
/* 52  */   background: #fff;
/* 53  */   -webkit-border-radius: 0px 0px 0px 0px;
/* 54  */   -moz-border-radius: 0px 0px 0px 0px;
/* 55  */   -ms-border-radius: 0px 0px 0px 0px;
/* 56  */   -o-border-radius: 0px 0px 0px 0px;
/* 57  */   border-radius: 0px 0px 0px 0px;
/* 58  */ }
/* 59  */ #mega-menu-wrap-top.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-top.mega-keyboard-navigation #mega-menu-top a:focus, #mega-menu-wrap-top.mega-keyboard-navigation #mega-menu-top input:focus {
/* 60  */   -webkit-box-shadow: inset 0px 0px 3px 1px #0ff;
/* 61  */   -moz-box-shadow: inset 0px 0px 3px 1px #0ff;
/* 62  */   -ms-box-shadow: inset 0px 0px 3px 1px #0ff;
/* 63  */   -o-box-shadow: inset 0px 0px 3px 1px #0ff;
/* 64  */   box-shadow: inset 0px 0px 3px 1px #0ff;
/* 65  */ }
/* 66  */ #mega-menu-wrap-top #mega-menu-top {
/* 67  */   visibility: visible;
/* 68  */   text-align: left;
/* 69  */   padding: 0px 0px 0px 0px;
/* 70  */ }
/* 71  */ @media only screen and (max-width: 600px) {
/* 72  */   #mega-menu-wrap-top #mega-menu-top {
/* 73  */     padding: 0;
/* 74  */   }
/* 75  */ }
/* 76  */ #mega-menu-wrap-top #mega-menu-top a.mega-menu-link {
/* 77  */   cursor: pointer;
/* 78  */   display: inline;
/* 79  */ }
/* 80  */ #mega-menu-wrap-top #mega-menu-top a.mega-menu-link .mega-description-group {
/* 81  */   vertical-align: middle;
/* 82  */   display: inline-block;
/* 83  */ }
/* 84  */ #mega-menu-wrap-top #mega-menu-top a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link .mega-description-group .mega-menu-description {
/* 85  */   line-height: 1.5;
/* 86  */   display: block;
/* 87  */ }
/* 88  */ #mega-menu-wrap-top #mega-menu-top a.mega-menu-link .mega-description-group .mega-menu-description {
/* 89  */   font-style: italic;
/* 90  */   font-size: 0.8em;
/* 91  */   text-transform: none;
/* 92  */   font-weight: normal;
/* 93  */ }
/* 94  */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-top > a.mega-menu-link {
/* 95  */   display: table-cell;
/* 96  */   vertical-align: middle;
/* 97  */   line-height: initial;
/* 98  */ }
/* 99  */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
/* 100 */   display: block;

/* style.css */

/* 101 */   margin: 0 0 6px 0;
/* 102 */   text-align: center;
/* 103 */ }
/* 104 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
/* 105 */   display: inline-block;
/* 106 */ }
/* 107 */ @media only screen and (max-width: 600px) {
/* 108 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
/* 109 */     display: block;
/* 110 */     line-height: 40px;
/* 111 */   }
/* 112 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
/* 113 */     display: inline-block;
/* 114 */     margin: 0 6px 0 0;
/* 115 */     text-align: left;
/* 116 */   }
/* 117 */ }
/* 118 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
/* 119 */   float: right;
/* 120 */   margin: 0 0 0 6px;
/* 121 */ }
/* 122 */ #mega-menu-wrap-top #mega-menu-top > li.mega-animating > ul.mega-sub-menu {
/* 123 */   pointer-events: none;
/* 124 */ }
/* 125 */ #mega-menu-wrap-top #mega-menu-top li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
/* 126 */   cursor: default;
/* 127 */ }
/* 128 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
/* 129 */   cursor: pointer;
/* 130 */ }
/* 131 */ #mega-menu-wrap-top #mega-menu-top p {
/* 132 */   margin-bottom: 10px;
/* 133 */ }
/* 134 */ #mega-menu-wrap-top #mega-menu-top input, #mega-menu-wrap-top #mega-menu-top img {
/* 135 */   max-width: 100%;
/* 136 */ }
/* 137 */ #mega-menu-wrap-top #mega-menu-top .widget_media_image figure, #mega-menu-wrap-top #mega-menu-top .widget_media_image .wp-caption {
/* 138 */   width: auto !important;
/* 139 */ }
/* 140 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item > ul.mega-sub-menu {
/* 141 */   display: block;
/* 142 */   visibility: hidden;
/* 143 */   opacity: 1;
/* 144 */ }
/* 145 */ #mega-menu-wrap-top #mega-menu-top[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
/* 146 */   opacity: 0;
/* 147 */   transition-duration: 200ms;
/* 148 */   transition-timing-function: ease-in;
/* 149 */   transition-property: opacity, visibility;
/* 150 */ }

/* style.css */

/* 151 */ #mega-menu-wrap-top #mega-menu-top[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
/* 152 */   opacity: 1;
/* 153 */ }
/* 154 */ #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
/* 155 */   opacity: 0;
/* 156 */   margin-top: 10px;
/* 157 */   transition-duration: 200ms;
/* 158 */   transition-timing-function: ease-in;
/* 159 */   transition-property: opacity, margin-top, visibility;
/* 160 */ }
/* 161 */ #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
/* 162 */   opacity: 1;
/* 163 */   margin-top: 0;
/* 164 */ }
/* 165 */ #mega-menu-wrap-top #mega-menu-top[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
/* 166 */   margin-top: 10px;
/* 167 */   transition-duration: 200ms;
/* 168 */   transition-timing-function: ease-in;
/* 169 */   transition-property: margin-top, visibility;
/* 170 */ }
/* 171 */ #mega-menu-wrap-top #mega-menu-top[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
/* 172 */   margin-top: 0;
/* 173 */ }
/* 174 */ #mega-menu-wrap-top #mega-menu-top.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
/* 175 */   visibility: visible;
/* 176 */ }
/* 177 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
/* 178 */   visibility: inherit;
/* 179 */   opacity: 1;
/* 180 */ }
/* 181 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item a[class^='dashicons']:before {
/* 182 */   font-family: dashicons;
/* 183 */ }
/* 184 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item a.mega-menu-link:before {
/* 185 */   display: inline-block;
/* 186 */   font: inherit;
/* 187 */   font-family: dashicons;
/* 188 */   position: static;
/* 189 */   margin: 0 6px 0 0px;
/* 190 */   vertical-align: top;
/* 191 */   -webkit-font-smoothing: antialiased;
/* 192 */   -moz-osx-font-smoothing: grayscale;
/* 193 */   color: inherit;
/* 194 */ }
/* 195 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
/* 196 */   margin: 0;
/* 197 */ }
/* 198 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
/* 199 */   margin: 0 6px 0 0;
/* 200 */ }

/* style.css */

/* 201 */ #mega-menu-wrap-top #mega-menu-top li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
/* 202 */   -webkit-border-radius: 0px 0px 0 0;
/* 203 */   -moz-border-radius: 0px 0px 0 0;
/* 204 */   -ms-border-radius: 0px 0px 0 0;
/* 205 */   -o-border-radius: 0px 0px 0 0;
/* 206 */   border-radius: 0px 0px 0 0;
/* 207 */ }
/* 208 */ #mega-menu-wrap-top #mega-menu-top li.mega-align-bottom-right > ul.mega-sub-menu {
/* 209 */   right: 0;
/* 210 */ }
/* 211 */ #mega-menu-wrap-top #mega-menu-top li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
/* 212 */   -webkit-border-radius: 0px 0px 0 0;
/* 213 */   -moz-border-radius: 0px 0px 0 0;
/* 214 */   -ms-border-radius: 0px 0px 0 0;
/* 215 */   -o-border-radius: 0px 0px 0 0;
/* 216 */   border-radius: 0px 0px 0 0;
/* 217 */ }
/* 218 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu.mega-menu-item {
/* 219 */   position: static;
/* 220 */ }
/* 221 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
/* 222 */   margin: 0 0px 0 0;
/* 223 */   display: inline-block;
/* 224 */   height: auto;
/* 225 */   vertical-align: middle;
/* 226 */ }
/* 227 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-item-align-right {
/* 228 */   float: right;
/* 229 */ }
/* 230 */ @media only screen and (min-width: 601px) {
/* 231 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-item-align-right {
/* 232 */     margin: 0 0 0 0px;
/* 233 */   }
/* 234 */ }
/* 235 */ @media only screen and (min-width: 601px) {
/* 236 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-item-align-float-left {
/* 237 */     float: left;
/* 238 */   }
/* 239 */ }
/* 240 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
/* 241 */   background: #fff;
/* 242 */   color: #f1f1f1;
/* 243 */   font-weight: normal;
/* 244 */   text-decoration: none;
/* 245 */   border-color: #fff;
/* 246 */ }
/* 247 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
/* 248 */   background: #fff;
/* 249 */   color: #f1f1f1;
/* 250 */   font-weight: normal;

/* style.css */

/* 251 */   text-decoration: none;
/* 252 */   border-color: #fff;
/* 253 */ }
/* 254 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
/* 255 */   border-top: 0px solid #fff;
/* 256 */   border-left: 0px solid #fff;
/* 257 */   border-right: 0px solid #fff;
/* 258 */   border-bottom: 0px solid #fff;
/* 259 */   outline: none;
/* 260 */   text-decoration: none;
/* 261 */   padding: 0px 10px 0px 10px;
/* 262 */   line-height: 40px;
/* 263 */   font-weight: normal;
/* 264 */   height: 40px;
/* 265 */   vertical-align: baseline;
/* 266 */   text-align: center;
/* 267 */   width: auto;
/* 268 */   display: block;
/* 269 */   color: #5f5f5f;
/* 270 */   text-transform: none;
/* 271 */   text-decoration: none;
/* 272 */   background: rgba(0, 0, 0, 0);
/* 273 */   -webkit-border-radius: 0px 0px 0px 0px;
/* 274 */   -moz-border-radius: 0px 0px 0px 0px;
/* 275 */   -ms-border-radius: 0px 0px 0px 0px;
/* 276 */   -o-border-radius: 0px 0px 0px 0px;
/* 277 */   border-radius: 0px 0px 0px 0px;
/* 278 */   font-family: inherit;
/* 279 */   font-size: 14px;
/* 280 */ }
/* 281 */ @media only screen and (max-width: 600px) {
/* 282 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
/* 283 */     text-align: left;
/* 284 */     color: #000;
/* 285 */     font-size: 14px;
/* 286 */   }
/* 287 */ }
/* 288 */ @media only screen and (min-width: 601px) {
/* 289 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
/* 290 */     line-height: inherit;
/* 291 */     display: table-cell;
/* 292 */     vertical-align: middle;
/* 293 */   }
/* 294 */ }
/* 295 */ @media only screen and (max-width: 600px) {
/* 296 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
/* 297 */     display: none;
/* 298 */   }
/* 299 */ }
/* 300 */ @media only screen and (max-width: 600px) {

/* style.css */

/* 301 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
/* 302 */     display: list-item;
/* 303 */     margin: 0;
/* 304 */     clear: both;
/* 305 */     border: 0;
/* 306 */   }
/* 307 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-item-align-right {
/* 308 */     float: none;
/* 309 */   }
/* 310 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
/* 311 */     -webkit-border-radius: 0 0 0 0 0 0 0;
/* 312 */     -moz-border-radius: 0 0 0 0 0 0 0;
/* 313 */     -ms-border-radius: 0 0 0 0 0 0 0;
/* 314 */     -o-border-radius: 0 0 0 0 0 0 0;
/* 315 */     border-radius: 0 0 0 0 0 0 0;
/* 316 */     border: 0;
/* 317 */     margin: 0;
/* 318 */     line-height: 40px;
/* 319 */     height: 40px;
/* 320 */     padding: 0 10px;
/* 321 */   }
/* 322 */ }
/* 323 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
/* 324 */   width: 100%;
/* 325 */   float: left;
/* 326 */ }
/* 327 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
/* 328 */   float: left;
/* 329 */   min-height: 1px;
/* 330 */ }
/* 331 */ @media only screen and (min-width: 601px) {
/* 332 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
/* 333 */     width: 8.33333%;
/* 334 */   }
/* 335 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
/* 336 */     width: 16.66667%;
/* 337 */   }
/* 338 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
/* 339 */     width: 25%;
/* 340 */   }
/* 341 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
/* 342 */     width: 33.33333%;
/* 343 */   }
/* 344 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
/* 345 */     width: 41.66667%;
/* 346 */   }
/* 347 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
/* 348 */     width: 50%;
/* 349 */   }
/* 350 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {

/* style.css */

/* 351 */     width: 58.33333%;
/* 352 */   }
/* 353 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
/* 354 */     width: 66.66667%;
/* 355 */   }
/* 356 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
/* 357 */     width: 75%;
/* 358 */   }
/* 359 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
/* 360 */     width: 83.33333%;
/* 361 */   }
/* 362 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
/* 363 */     width: 91.66667%;
/* 364 */   }
/* 365 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
/* 366 */     width: 100%;
/* 367 */   }
/* 368 */ }
/* 369 */ @media only screen and (max-width: 600px) {
/* 370 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
/* 371 */     width: 100%;
/* 372 */     clear: both;
/* 373 */   }
/* 374 */ }
/* 375 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
/* 376 */   padding: 15px 15px 15px 15px;
/* 377 */   width: 100%;
/* 378 */ }
/* 379 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
/* 380 */   z-index: 999;
/* 381 */   -webkit-border-radius: 0px 0px 0px 0px;
/* 382 */   -moz-border-radius: 0px 0px 0px 0px;
/* 383 */   -ms-border-radius: 0px 0px 0px 0px;
/* 384 */   -o-border-radius: 0px 0px 0px 0px;
/* 385 */   border-radius: 0px 0px 0px 0px;
/* 386 */   background: #f1f1f1;
/* 387 */   padding: 0px 0px 0px 0px;
/* 388 */   position: absolute;
/* 389 */   width: 100%;
/* 390 */   border-top: 0px solid #fff;
/* 391 */   border-left: 0px solid #fff;
/* 392 */   border-right: 0px solid #fff;
/* 393 */   border-bottom: 0px solid #fff;
/* 394 */   max-width: none;
/* 395 */   left: 0;
/* 396 */ }
/* 397 */ @media only screen and (max-width: 600px) {
/* 398 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
/* 399 */     float: left;
/* 400 */     position: static;

/* style.css */

/* 401 */     width: 100%;
/* 402 */   }
/* 403 */ }
/* 404 */ @media only screen and (min-width: 601px) {
/* 405 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
/* 406 */     width: 100%;
/* 407 */   }
/* 408 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
/* 409 */     width: 50%;
/* 410 */   }
/* 411 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
/* 412 */     width: 100%;
/* 413 */   }
/* 414 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
/* 415 */     width: 33.33333%;
/* 416 */   }
/* 417 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
/* 418 */     width: 66.66667%;
/* 419 */   }
/* 420 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
/* 421 */     width: 100%;
/* 422 */   }
/* 423 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
/* 424 */     width: 25%;
/* 425 */   }
/* 426 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
/* 427 */     width: 50%;
/* 428 */   }
/* 429 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
/* 430 */     width: 75%;
/* 431 */   }
/* 432 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
/* 433 */     width: 100%;
/* 434 */   }
/* 435 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
/* 436 */     width: 20%;
/* 437 */   }
/* 438 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
/* 439 */     width: 40%;
/* 440 */   }
/* 441 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
/* 442 */     width: 60%;
/* 443 */   }
/* 444 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
/* 445 */     width: 80%;
/* 446 */   }
/* 447 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
/* 448 */     width: 100%;
/* 449 */   }
/* 450 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {

/* style.css */

/* 451 */     width: 16.66667%;
/* 452 */   }
/* 453 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
/* 454 */     width: 33.33333%;
/* 455 */   }
/* 456 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
/* 457 */     width: 50%;
/* 458 */   }
/* 459 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
/* 460 */     width: 66.66667%;
/* 461 */   }
/* 462 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
/* 463 */     width: 83.33333%;
/* 464 */   }
/* 465 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
/* 466 */     width: 100%;
/* 467 */   }
/* 468 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
/* 469 */     width: 14.28571%;
/* 470 */   }
/* 471 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
/* 472 */     width: 28.57143%;
/* 473 */   }
/* 474 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
/* 475 */     width: 42.85714%;
/* 476 */   }
/* 477 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
/* 478 */     width: 57.14286%;
/* 479 */   }
/* 480 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
/* 481 */     width: 71.42857%;
/* 482 */   }
/* 483 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
/* 484 */     width: 85.71429%;
/* 485 */   }
/* 486 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
/* 487 */     width: 100%;
/* 488 */   }
/* 489 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
/* 490 */     width: 12.5%;
/* 491 */   }
/* 492 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
/* 493 */     width: 25%;
/* 494 */   }
/* 495 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
/* 496 */     width: 37.5%;
/* 497 */   }
/* 498 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
/* 499 */     width: 50%;
/* 500 */   }

/* style.css */

/* 501 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
/* 502 */     width: 62.5%;
/* 503 */   }
/* 504 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
/* 505 */     width: 75%;
/* 506 */   }
/* 507 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
/* 508 */     width: 87.5%;
/* 509 */   }
/* 510 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
/* 511 */     width: 100%;
/* 512 */   }
/* 513 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
/* 514 */     width: 11.11111%;
/* 515 */   }
/* 516 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
/* 517 */     width: 22.22222%;
/* 518 */   }
/* 519 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
/* 520 */     width: 33.33333%;
/* 521 */   }
/* 522 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
/* 523 */     width: 44.44444%;
/* 524 */   }
/* 525 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
/* 526 */     width: 55.55556%;
/* 527 */   }
/* 528 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
/* 529 */     width: 66.66667%;
/* 530 */   }
/* 531 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
/* 532 */     width: 77.77778%;
/* 533 */   }
/* 534 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
/* 535 */     width: 88.88889%;
/* 536 */   }
/* 537 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
/* 538 */     width: 100%;
/* 539 */   }
/* 540 */ }
/* 541 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
/* 542 */   margin: 5px 0;
/* 543 */ }
/* 544 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
/* 545 */   clear: both;
/* 546 */ }
/* 547 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
/* 548 */   margin-left: 10px;
/* 549 */ }
/* 550 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {

/* style.css */

/* 551 */   margin-left: 20px;
/* 552 */ }
/* 553 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
/* 554 */   color: #666;
/* 555 */   font-family: inherit;
/* 556 */   font-size: 14px;
/* 557 */   display: block;
/* 558 */   float: left;
/* 559 */   clear: none;
/* 560 */   padding: 15px 15px 15px 15px;
/* 561 */   vertical-align: top;
/* 562 */ }
/* 563 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
/* 564 */   clear: left;
/* 565 */ }
/* 566 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
/* 567 */   color: #555;
/* 568 */   font-family: inherit;
/* 569 */   font-size: 16px;
/* 570 */   text-transform: uppercase;
/* 571 */   text-decoration: none;
/* 572 */   font-weight: bold;
/* 573 */   margin: 0px 0px 0px 0px;
/* 574 */   padding: 0px 0px 5px 0px;
/* 575 */   vertical-align: top;
/* 576 */   display: block;
/* 577 */   border-top: 0px solid #555;
/* 578 */   border-left: 0px solid #555;
/* 579 */   border-right: 0px solid #555;
/* 580 */   border-bottom: 0px solid #555;
/* 581 */ }
/* 582 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
/* 583 */   color: #5f5f5f;
/* 584 */   font-family: inherit;
/* 585 */   font-size: 20px;
/* 586 */   text-transform: uppercase;
/* 587 */   text-decoration: none;
/* 588 */   font-weight: bold;
/* 589 */   margin: 0px 0px 0px 0px;
/* 590 */   padding: 0px 0px 0px 0px;
/* 591 */   vertical-align: top;
/* 592 */   display: block;
/* 593 */   border-top: 0px solid #555;
/* 594 */   border-left: 0px solid #555;
/* 595 */   border-right: 0px solid #555;
/* 596 */   border-bottom: 0px solid #555;
/* 597 */ }
/* 598 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
/* 599 */   color: #000;
/* 600 */   font-weight: normal;

/* style.css */

/* 601 */   text-decoration: none;
/* 602 */   background: #fff;
/* 603 */ }
/* 604 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
/* 605 */   color: #000;
/* 606 */   font-family: inherit;
/* 607 */   font-size: 20px;
/* 608 */   text-transform: none;
/* 609 */   text-decoration: none;
/* 610 */   font-weight: normal;
/* 611 */   margin: 0;
/* 612 */   padding: 0px 0px 0px 0px;
/* 613 */   vertical-align: top;
/* 614 */   display: block;
/* 615 */ }
/* 616 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
/* 617 */   color: #000;
/* 618 */   font-weight: normal;
/* 619 */   text-decoration: none;
/* 620 */   background: #fff;
/* 621 */ }
/* 622 */ @media only screen and (max-width: 600px) {
/* 623 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
/* 624 */     border: 0;
/* 625 */     padding: 10px;
/* 626 */     -webkit-border-radius: 0 0 0 0;
/* 627 */     -moz-border-radius: 0 0 0 0;
/* 628 */     -ms-border-radius: 0 0 0 0;
/* 629 */     -o-border-radius: 0 0 0 0;
/* 630 */     border-radius: 0 0 0 0;
/* 631 */   }
/* 632 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
/* 633 */     width: 100%;
/* 634 */     clear: both;
/* 635 */   }
/* 636 */ }
/* 637 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
/* 638 */   color: #000;
/* 639 */   font-family: inherit;
/* 640 */   font-size: 20px;
/* 641 */   text-transform: none;
/* 642 */   text-decoration: none;
/* 643 */   font-weight: normal;
/* 644 */   margin: 0;
/* 645 */   border: 0;
/* 646 */   padding: 0px 0px 0px 0px;
/* 647 */   vertical-align: top;
/* 648 */   display: block;
/* 649 */ }
/* 650 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {

/* style.css */

/* 651 */   color: #000;
/* 652 */   font-weight: normal;
/* 653 */   text-decoration: none;
/* 654 */   background: #fff;
/* 655 */ }
/* 656 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
/* 657 */   z-index: 999;
/* 658 */   position: absolute;
/* 659 */   width: 150px;
/* 660 */   border-top: 0px solid #fff;
/* 661 */   border-left: 0px solid #fff;
/* 662 */   border-right: 0px solid #fff;
/* 663 */   border-bottom: 0px solid #fff;
/* 664 */   padding: 0px 0px 0px 0px;
/* 665 */   background: #f1f1f1;
/* 666 */   max-width: none;
/* 667 */ }
/* 668 */ @media only screen and (max-width: 600px) {
/* 669 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
/* 670 */     float: left;
/* 671 */     position: static;
/* 672 */     width: 100%;
/* 673 */     padding: 0;
/* 674 */     border: 0;
/* 675 */   }
/* 676 */ }
/* 677 */ @media only screen and (max-width: 600px) {
/* 678 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
/* 679 */     clear: both;
/* 680 */   }
/* 681 */ }
/* 682 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
/* 683 */   display: block;
/* 684 */   background: #f1f1f1;
/* 685 */   color: #666;
/* 686 */   font-family: inherit;
/* 687 */   font-size: 14px;
/* 688 */   font-weight: normal;
/* 689 */   padding: 0px 10px 0px 10px;
/* 690 */   line-height: 35px;
/* 691 */   text-decoration: none;
/* 692 */   text-transform: none;
/* 693 */   vertical-align: baseline;
/* 694 */ }
/* 695 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
/* 696 */   border-top-left-radius: 0px;
/* 697 */   border-top-right-radius: 0px;
/* 698 */ }
/* 699 */ @media only screen and (max-width: 600px) {
/* 700 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {

/* style.css */

/* 701 */     border-top-left-radius: 0;
/* 702 */     border-top-right-radius: 0;
/* 703 */   }
/* 704 */ }
/* 705 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
/* 706 */   border-bottom-right-radius: 0px;
/* 707 */   border-bottom-left-radius: 0px;
/* 708 */ }
/* 709 */ @media only screen and (max-width: 600px) {
/* 710 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
/* 711 */     border-bottom-right-radius: 0;
/* 712 */     border-bottom-left-radius: 0;
/* 713 */   }
/* 714 */ }
/* 715 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
/* 716 */   background: #ddd;
/* 717 */   font-weight: normal;
/* 718 */   text-decoration: none;
/* 719 */   color: #666;
/* 720 */ }
/* 721 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
/* 722 */   position: absolute;
/* 723 */   left: 100%;
/* 724 */   top: 0;
/* 725 */ }
/* 726 */ @media only screen and (max-width: 600px) {
/* 727 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
/* 728 */     position: static;
/* 729 */     left: 0;
/* 730 */     width: 100%;
/* 731 */   }
/* 732 */   #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
/* 733 */     padding-left: 20px;
/* 734 */   }
/* 735 */ }
/* 736 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item-has-children > a.mega-menu-link:after {
/* 737 */   content: '\f140';
/* 738 */   display: inline-block;
/* 739 */   font-family: dashicons;
/* 740 */   margin: 0 0 0 6px;
/* 741 */   vertical-align: top;
/* 742 */   -webkit-font-smoothing: antialiased;
/* 743 */   -moz-osx-font-smoothing: grayscale;
/* 744 */   -webkit-transform: rotate(0);
/* 745 */   -moz-transform: rotate(0);
/* 746 */   -ms-transform: rotate(0);
/* 747 */   -o-transform: rotate(0);
/* 748 */   transform: rotate(0);
/* 749 */   color: inherit;
/* 750 */ }

/* style.css */

/* 751 */ @media only screen and (max-width: 600px) {
/* 752 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item-has-children a.mega-menu-link:after {
/* 753 */     float: right;
/* 754 */   }
/* 755 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {
/* 756 */     content: '\f142';
/* 757 */   }
/* 758 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after {
/* 759 */     display: none;
/* 760 */   }
/* 761 */ }
/* 762 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {
/* 763 */   display: none;
/* 764 */ }
/* 765 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
/* 766 */   content: '\f139';
/* 767 */   float: right;
/* 768 */   margin: 0;
/* 769 */ }
/* 770 */ @media only screen and (max-width: 600px) {
/* 771 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
/* 772 */     content: '\f140';
/* 773 */   }
/* 774 */ }
/* 775 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
/* 776 */   text-align: right;
/* 777 */ }
/* 778 */ @media only screen and (max-width: 600px) {
/* 779 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
/* 780 */     text-align: left;
/* 781 */   }
/* 782 */ }
/* 783 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
/* 784 */   float: right;
/* 785 */   margin: 0 0 0 6px;
/* 786 */ }
/* 787 */ @media only screen and (max-width: 600px) {
/* 788 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
/* 789 */     float: left;
/* 790 */     margin: 0 6px 0 0;
/* 791 */   }
/* 792 */ }
/* 793 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
/* 794 */   content: '\f141';
/* 795 */   float: left;
/* 796 */   margin: 0;
/* 797 */ }
/* 798 */ @media only screen and (max-width: 600px) {
/* 799 */   #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
/* 800 */     content: '\f140';

/* style.css */

/* 801 */     float: right;
/* 802 */   }
/* 803 */ }
/* 804 */ #mega-menu-wrap-top #mega-menu-top li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
/* 805 */   left: -100%;
/* 806 */   top: 0;
/* 807 */ }
/* 808 */ #mega-menu-wrap-top #mega-menu-top li[class^='mega-lang-item'] > a.mega-menu-link > img {
/* 809 */   display: inline;
/* 810 */ }
/* 811 */ #mega-menu-wrap-top #mega-menu-top a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link > img.iclflag {
/* 812 */   display: inline;
/* 813 */   margin-right: 8px;
/* 814 */ }
/* 815 */ @media only screen and (max-width: 600px) {
/* 816 */   #mega-menu-wrap-top #mega-menu-top li.mega-hide-on-mobile, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile {
/* 817 */     display: none;
/* 818 */   }
/* 819 */ }
/* 820 */ @media only screen and (min-width: 601px) {
/* 821 */   #mega-menu-wrap-top #mega-menu-top li.mega-hide-on-desktop, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop {
/* 822 */     display: none;
/* 823 */   }
/* 824 */ }
/* 825 */ #mega-menu-wrap-top .mega-menu-toggle {
/* 826 */   display: none;
/* 827 */   z-index: 1;
/* 828 */   cursor: pointer;
/* 829 */   background: #ff5722;
/* 830 */   -webkit-border-radius: 2px 2px 2px 2px;
/* 831 */   -moz-border-radius: 2px 2px 2px 2px;
/* 832 */   -ms-border-radius: 2px 2px 2px 2px;
/* 833 */   -o-border-radius: 2px 2px 2px 2px;
/* 834 */   border-radius: 2px 2px 2px 2px;
/* 835 */   line-height: 40px;
/* 836 */   height: 40px;
/* 837 */   text-align: center;
/* 838 */   -webkit-touch-callout: none;
/* 839 */   -webkit-user-select: none;
/* 840 */   -khtml-user-select: none;
/* 841 */   -moz-user-select: none;
/* 842 */   -ms-user-select: none;
/* 843 */   outline: none;
/* 844 */ }
/* 845 */ @media only screen and (max-width: 600px) {
/* 846 */   #mega-menu-wrap-top .mega-menu-toggle {
/* 847 */     display: block;
/* 848 */   }
/* 849 */ }
/* 850 */ #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block {

/* style.css */

/* 851 */   text-align: left;
/* 852 */   display: inline-block;
/* 853 */   height: 100%;
/* 854 */ }
/* 855 */ #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-left {
/* 856 */   float: left;
/* 857 */   margin-left: 6px;
/* 858 */ }
/* 859 */ #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-center {
/* 860 */   float: none;
/* 861 */   margin-left: 3px;
/* 862 */   margin-right: 3px;
/* 863 */ }
/* 864 */ #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-right {
/* 865 */   float: right;
/* 866 */   margin-right: 6px;
/* 867 */ }
/* 868 */ @media only screen and (max-width: 600px) {
/* 869 */   #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top {
/* 870 */     display: none;
/* 871 */   }
/* 872 */   #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top li.mega-menu-item > ul.mega-sub-menu {
/* 873 */     display: none;
/* 874 */     visibility: visible;
/* 875 */     opacity: 1;
/* 876 */   }
/* 877 */   #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
/* 878 */     display: block;
/* 879 */   }
/* 880 */   #mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top {
/* 881 */     display: block;
/* 882 */   }
/* 883 */ }
/* 884 */ #mega-menu-wrap-top .mega-menu-toggle {
/* 885 */   /** Push menu onto new line **/
/* 886 */ }
/* 887 */ #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1:before {
/* 888 */   content: '\f333';
/* 889 */   font-family: 'dashicons';
/* 890 */   font-size: 24px;
/* 891 */   margin: 0 0 0 5px;
/* 892 */   color: #fff;
/* 893 */ }
/* 894 */ #mega-menu-wrap-top .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before {
/* 895 */   content: '\f153';
/* 896 */ }
/* 897 */ #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1:after {
/* 898 */   content: 'MENU';
/* 899 */   color: #fff;
/* 900 */   float: left;

/* style.css */

/* 901 */ }
/* 902 */ #mega-menu-wrap-top .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
/* 903 */   content: 'MENU';
/* 904 */ }
/* 905 */ #mega-menu-wrap-top {
/* 906 */   clear: both;
/* 907 */ }
/* 908 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover {
/* 909 */   background: none;
/* 910 */   color: #000 !important;
/* 911 */ }
/* 912 */ .text-center {
/* 913 */   margin-bottom: -27px;
/* 914 */ }
/* 915 */ .mega-menu-wrap {
/* 916 */   margin-top: -44px !important;
/* 917 */   margin-left: 24em !important;
/* 918 */ }
/* 919 */ #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
/* 920 */   box-shadow: 0 -5px 5px -5px #333;
/* 921 */   width: 85em;
/* 922 */   top: 3em;
/* 923 */   left: -21em;
/* 924 */ }
/* 925 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover {
/* 926 */   color: #f75802 !important;
/* 927 */ }
/* 928 */ #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
/* 929 */   color: #f75802 !important;
/* 930 */ }
/* 931 */ h4.mega-block-title {
/* 932 */   font-size: 12px !important;
/* 933 */ }
/* 934 */ a.mega-menu-link {
/* 935 */   font-size: 12px !important;
/* 936 */ }
/* 937 */ #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
/* 938 */   padding: 0px 5px 0px 10px !important;
/* 939 */ }
/* 940 */ @media screen and (max-width: 980px) {
/* 941 */   .mega-menu-wrap {
/* 942 */     margin-top: 0px !important;
/* 943 */     margin-left: 0em !important;
/* 944 */   }
/* 945 */ }
/* 946 */ @media only screen and (max-width: 768px) {
/* 947 */   #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
/* 948 */     overflow-y: scroll !important;
/* 949 */     height: 200px !important;
/* 950 */     padding-bottom: 2em !important;

/* style.css */

/* 951 */     max-width: 285px !important;
/* 952 */   }
/* 953 */   #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
/* 954 */     height: 200px;
/* 955 */     overflow-y: scroll;
/* 956 */     width: 100%;
/* 957 */   }
/* 958 */ }
/* 959 */ 
