/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/themes/russels/css

file-relative URI  : images/downArrow.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/images/downArrow.png
docroot stripped   : /wp-content/themes/russels/css/images/downArrow.png
traversals removed : /wp-content/themes/russels/css/images/downArrow.png

*/

/* menu-style.css */

/* 1  */ body, nav, ul, li, a  {margin: 0; padding: 0;}
/* 2  */ a {text-decoration: none;}
/* 3  */ 
/* 4  */ .toggleMenu {
/* 5  */     display:  none;
/* 6  */     background: #666;
/* 7  */     padding: 10px 15px;
/* 8  */     color: #fff;
/* 9  */ }
/* 10 */ .nav {
/* 11 */     list-style: none;
/* 12 */      *zoom: 1;
/* 13 */ }
/* 14 */ .nav:before,
/* 15 */ .nav:after {
/* 16 */     content: " "; 
/* 17 */     display: table; 
/* 18 */ }
/* 19 */ .nav:after {
/* 20 */     clear: both;
/* 21 */ }
/* 22 */ .nav ul {
/* 23 */     list-style: none;
/* 24 */ 
/* 25 */ }
/* 26 */ .nav a {
/* 27 */ 
/* 28 */ }
/* 29 */ .nav li {
/* 30 */     position: relative;
/* 31 */ }
/* 32 */ .nav > li {
/* 33 */     float: left;
/* 34 */ 
/* 35 */ }
/* 36 */ 
/* 37 */ .nav > li > a {
/* 38 */     display: block;
/* 39 */ }
/* 40 */ .nav li  ul {
/* 41 */     position: absolute;
/* 42 */     left: -9999px;
/* 43 */ 	display:none;
/* 44 */ }
/* 45 */ .nav > li.hover > ul {
/* 46 */     left: 0;
/* 47 */ }
/* 48 */ .nav li li.hover ul {
/* 49 */     left: 100%;
/* 50 */     top: 0;

/* menu-style.css */

/* 51 */ }
/* 52 */ .nav li li a {
/* 53 */     display: block;
/* 54 */     background: #1d7a62;
/* 55 */     position: relative;
/* 56 */     z-index:100;
/* 57 */     border-top: 1px solid #175e4c;
/* 58 */ }
/* 59 */ .nav li li li a {
/* 60 */     background:#249578;
/* 61 */     z-index:200;
/* 62 */     border-top: 1px solid #1d7a62;
/* 63 */ }
/* 64 */ 
/* 65 */ @media screen and (max-width: 768px) {
/* 66 */     .active {
/* 67 */         display: block;
/* 68 */     }
/* 69 */     .nav > li {
/* 70 */         float: none;
/* 71 */     }
/* 72 */     .nav > li > .parent {
/* 73 */         background-position: 95% 50%;
/* 74 */     }
/* 75 */     .nav li li .parent {
/* 76 */         background-image: url("/wp-content/themes/russels/css/images/downArrow.png");
/* 77 */         background-repeat: no-repeat;
/* 78 */         background-position: 95% 50%;
/* 79 */     }
/* 80 */     .nav ul {
/* 81 */         display: block;
/* 82 */         width: 100%;
/* 83 */     }
/* 84 */    .nav > li.hover > ul , .nav li li.hover ul {
/* 85 */         position: static;
/* 86 */     }
/* 87 */ 
/* 88 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/themes/russels/css

file-relative URI  : grabbing.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/grabbing.png
docroot stripped   : /wp-content/themes/russels/css/grabbing.png
traversals removed : /wp-content/themes/russels/css/grabbing.png

*/

/* owl.carousel.css */

/* 1  */ /* 
/* 2  *|  * 	Core Owl Carousel CSS File
/* 3  *|  *	v1.3.3
/* 4  *|  */
/* 5  */ 
/* 6  */ /* clearfix */
/* 7  */ .owl-carousel .owl-wrapper:after {
/* 8  */ 	content: ".";
/* 9  */ 	display: block;
/* 10 */ 	clear: both;
/* 11 */ 	visibility: hidden;
/* 12 */ 	line-height: 0;
/* 13 */ 	height: 0;
/* 14 */ }
/* 15 */ /* display none until init */
/* 16 */ .owl-carousel{
/* 17 */ 	display: none;
/* 18 */ 	position: relative;
/* 19 */ 	width: 100%;
/* 20 */ 	-ms-touch-action: pan-y;
/* 21 */ }
/* 22 */ .owl-carousel .owl-wrapper{
/* 23 */ 	display: none;
/* 24 */ 	position: relative;
/* 25 */ 	-webkit-transform: translate3d(0px, 0px, 0px);
/* 26 */ }
/* 27 */ .owl-carousel .owl-wrapper-outer{
/* 28 */ 	overflow: hidden;
/* 29 */ 	position: relative;
/* 30 */ 	width: 100%;
/* 31 */ }
/* 32 */ .owl-carousel .owl-wrapper-outer.autoHeight{
/* 33 */ 	-webkit-transition: height 500ms ease-in-out;
/* 34 */ 	-moz-transition: height 500ms ease-in-out;
/* 35 */ 	-ms-transition: height 500ms ease-in-out;
/* 36 */ 	-o-transition: height 500ms ease-in-out;
/* 37 */ 	transition: height 500ms ease-in-out;
/* 38 */ }
/* 39 */ 	
/* 40 */ .owl-carousel .owl-item{
/* 41 */ 	float: left;
/* 42 */ }
/* 43 */ .owl-controls .owl-page,
/* 44 */ .owl-controls .owl-buttons div{
/* 45 */ 	cursor: pointer;
/* 46 */ }
/* 47 */ .owl-controls {
/* 48 */ 	-webkit-user-select: none;
/* 49 */ 	-khtml-user-select: none;
/* 50 */ 	-moz-user-select: none;

/* owl.carousel.css */

/* 51 */ 	-ms-user-select: none;
/* 52 */ 	user-select: none;
/* 53 */ 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* 54 */ }
/* 55 */ 
/* 56 */ /* mouse grab icon */
/* 57 */ .grabbing { 
/* 58 */     cursor:url(/wp-content/themes/russels/css/grabbing.png) 8 8, move;
/* 59 */ }
/* 60 */ 
/* 61 */ /* fix */
/* 62 */ .owl-carousel  .owl-wrapper,
/* 63 */ .owl-carousel  .owl-item{
/* 64 */ 	-webkit-backface-visibility: hidden;
/* 65 */ 	-moz-backface-visibility:    hidden;
/* 66 */ 	-ms-backface-visibility:     hidden;
/* 67 */   -webkit-transform: translate3d(0,0,0);
/* 68 */   -moz-transform: translate3d(0,0,0);
/* 69 */   -ms-transform: translate3d(0,0,0);
/* 70 */ }
/* 71 */ 
/* 72 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/wp-testimonials/css

*/

/* wp-testimonials-style.css */

/* 1  */ /* CSS for WP-Testimonials */
/* 2  */ #sfstest-form label {
/* 3  */ float: left;
/* 4  */ width: 200px;
/* 5  */ font-weight: bold;
/* 6  */ }
/* 7  */ 
/* 8  */ #sfstest-form input {
/* 9  */ width: 250px;
/* 10 */ margin-bottom: 5px;
/* 11 */ border: 1px solid #ccc;
/* 12 */ }
/* 13 */ 
/* 14 */ #sfstest-form br {
/* 15 */ 	clear: left;
/* 16 */ }
/* Minify_CSS_UriRewriter::$debugText

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

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

/* styles.css */

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

/* styles.css */

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

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css

file-relative URI  : ../images/ajax_loader.gif
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/../images/ajax_loader.gif
docroot stripped   : /wp-content/plugins/photo-gallery/css/../images/ajax_loader.gif
traversals removed : /wp-content/plugins/photo-gallery/images/ajax_loader.gif

file-relative URI  : ../images/ajax_loader.gif
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/../images/ajax_loader.gif
docroot stripped   : /wp-content/plugins/photo-gallery/css/../images/ajax_loader.gif
traversals removed : /wp-content/plugins/photo-gallery/images/ajax_loader.gif

file-relative URI  : ../images/blank.gif
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/../images/blank.gif
docroot stripped   : /wp-content/plugins/photo-gallery/css/../images/blank.gif
traversals removed : /wp-content/plugins/photo-gallery/images/blank.gif

file-relative URI  : ../images/captcha_refresh.png
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/../images/captcha_refresh.png
docroot stripped   : /wp-content/plugins/photo-gallery/css/../images/captcha_refresh.png
traversals removed : /wp-content/plugins/photo-gallery/images/captcha_refresh.png

*/

/* bwg_frontend.css */

/* 1   */ div[id^="bwg_container"] p {
/* 2   */   padding: 0 !important;
/* 3   */   margin: 0 !important;
/* 4   */ }
/* 5   */ 
/* 6   */ div[id^="bwg_container"] img {
/* 7   */   box-shadow: none !important;
/* 8   */ }
/* 9   */ 
/* 10  */ div[id^="bwg_container"] .SumoSelect > .CaptionCont,
/* 11  */ div[id^="bwg_container"] .SumoSelect:focus > .CaptionCont,
/* 12  */ div[id^="bwg_container"] .SumoSelect:hover > .CaptionCont,
/* 13  */ div[id^="bwg_container"] .SumoSelect.open > .CaptionCont {
/* 14  */   border: none;
/* 15  */   box-shadow: none;
/* 16  */ }
/* 17  */ 
/* 18  */ #bwg_tag_wrap {
/* 19  */   background-color: #FFFFFF;
/* 20  */   width: 100%;
/* 21  */   font-family: inherit;
/* 22  */   margin: 0 -5px 20px 5px;
/* 23  */   z-index: 200;
/* 24  */   position: relative;
/* 25  */ }
/* 26  */ 
/* 27  */ .bwg_search_loupe_container,
/* 28  */ .bwg_search_reset_container {
/* 29  */   font-size: 18px;
/* 30  */   color: #CCCCCC;
/* 31  */   cursor: pointer;
/* 32  */   position: relative;
/* 33  */   top: -4px;
/* 34  */ }
/* 35  */ 
/* 36  */ #bwg_tag_container p {
/* 37  */   text-align: center;
/* 38  */ }
/* 39  */ 
/* 40  */ #bwg_tag_container {
/* 41  */   border: 1px solid #CCCCCC;
/* 42  */   box-shadow: 0 0 3px 1px #CCCCCC;
/* 43  */   border-radius: 4px;
/* 44  */   width: 256px;
/* 45  */   float: right;
/* 46  */ }
/* 47  */ 
/* 48  */ #spider_popup_wrap a {
/* 49  */   border: none;
/* 50  */ }

/* bwg_frontend.css */

/* 51  */ 
/* 52  */ div[id^="bwg_container"] a {
/* 53  */   border: none;
/* 54  */   box-shadow: none !important;
/* 55  */   outline: none;
/* 56  */   font-size: 0;
/* 57  */   cursor: pointer;
/* 58  */   text-decoration: none;
/* 59  */ }
/* 60  */ 
/* 61  */ div[id^="bwg_container"] div[id^="bwg_container"] .bwg_img_clear {
/* 62  */   max-height: none !important;
/* 63  */   max-width: none !important;
/* 64  */   padding: 0 !important;
/* 65  */ }
/* 66  */ 
/* 67  */ .tag_cloud_link {
/* 68  */   font-size: inherit !important;
/* 69  */ }
/* 70  */ 
/* 71  */ @media print {
/* 72  */   #spider_popup_left,
/* 73  */   #spider_popup_right,
/* 74  */   .bwg_image_info,
/* 75  */   [id^="bwg_slideshow_play_pause_"],
/* 76  */   [class^="bwg_slideshow_title_text_"],
/* 77  */   [id^="spider_slideshow_left_"],
/* 78  */   [id^="spider_slideshow_right_"] {
/* 79  */     background: none;
/* 80  */   }
/* 81  */ }
/* 82  */ 
/* 83  */ .bwg_spider_popup_loading,
/* 84  */ .footer-list-block .bwp_gallery .bwg_spider_popup_loading,
/* 85  */ .footer-list-block .bwp_gallery_tags .bwg_spider_popup_loading {
/* 86  */   /*background: url("/wp-content/plugins/photo-gallery/images/ajax_loader.gif") no-repeat scroll 0 0 / 50px 50px rgba(0, 0, 0, 0);*/
/* 87  */   background-image: url("/wp-content/plugins/photo-gallery/images/ajax_loader.gif");
/* 88  */   background-color: rgba(0, 0, 0, 0);
/* 89  */   background-repeat: no-repeat;
/* 90  */   background-position: 0 0;
/* 91  */   background-size: 30px 30px;
/* 92  */   border: none !important;
/* 93  */   display: none;
/* 94  */   height: 30px;
/* 95  */   left: 50%;
/* 96  */   margin-left: -20px;
/* 97  */   margin-top: -20px;
/* 98  */   overflow: hidden;
/* 99  */   position: fixed;
/* 100 */   top: 50%;

/* bwg_frontend.css */

/* 101 */   width: 30px;
/* 102 */   z-index: 10102;
/* 103 */  /* animation: spin 2.5s infinite linear;
/* 104 *|   -moz-animation: spin 2.5s infinite linear;
/* 105 *|   -o-animation: spin 2.5s infinite linear;
/* 106 *|   -webkit-animation: spin 2.5s infinite linear;*/
/* 107 */ }
/* 108 */ 
/* 109 */ img[class^="bwg_filmstrip_thumbnail_img"],
/* 110 */ .bwg_filmstrip_thumbnail_img {
/* 111 */   max-width: none;
/* 112 */ }
/* 113 */ .bwg_spider_ajax_loading {
/* 114 */   border: none !important;
/* 115 */   margin-top: 200px;
/* 116 */   width: 30px;
/* 117 */   /*animation: spin 2.5s infinite linear;
/* 118 *|   -moz-animation: spin 2.5s infinite linear;
/* 119 *|   -o-animation: spin 2.5s infinite linear;
/* 120 *|   -webkit-animation: spin 2.5s infinite linear;*/
/* 121 */ }
/* 122 */ 
/* 123 */ .spider_popup_overlay,
/* 124 */ .footer-list-block .bwp_gallery .spider_popup_overlay,
/* 125 */ .footer-list-block .bwp_gallery_tags .spider_popup_overlay {
/* 126 */   cursor: pointer;
/* 127 */   display: none;
/* 128 */   height: 100%;
/* 129 */   left: 0;
/* 130 */   position: fixed;
/* 131 */   top: 0;
/* 132 */   width: 100%;
/* 133 */   z-index: 10100;
/* 134 */ }
/* 135 */ 
/* 136 */ .spider_popup_close,
/* 137 */ .spider_popup_close_fullscreen {
/* 138 */   -moz-box-sizing: content-box !important;
/* 139 */   box-sizing: content-box !important;
/* 140 */   cursor: pointer;
/* 141 */   display: table;
/* 142 */   line-height: 0;
/* 143 */   position: absolute;
/* 144 */   z-index: 11100;
/* 145 */ }
/* 146 */ 
/* 147 */ #spider_popup_left {
/* 148 */   left: 0;
/* 149 */ }
/* 150 */ 

/* bwg_frontend.css */

/* 151 */ #spider_popup_right {
/* 152 */   right: 0;
/* 153 */ }
/* 154 */ 
/* 155 */ #spider_popup_left:hover,
/* 156 */ #spider_popup_right:hover {
/* 157 */   visibility: visible;
/* 158 */ }
/* 159 */ 
/* 160 */ #spider_popup_left:hover span {
/* 161 */   left: 20px;
/* 162 */ }
/* 163 */ 
/* 164 */ #spider_popup_right:hover span {
/* 165 */   left: auto;
/* 166 */   right: 20px;
/* 167 */ }
/* 168 */ 
/* 169 */ #spider_popup_left,
/* 170 */ #spider_popup_right {
/* 171 */   background: transparent url("/wp-content/plugins/photo-gallery/images/blank.gif") repeat scroll 0 0;
/* 172 */   bottom: 35%;
/* 173 */   cursor: pointer;
/* 174 */   display: inline;
/* 175 */   height: 30%;
/* 176 */   outline: medium none;
/* 177 */   position: absolute;
/* 178 */   width: 35%;
/* 179 */   z-index: 10130;
/* 180 */ }
/* 181 */ 
/* 182 */ #spider_popup_left-ico,
/* 183 */ #spider_popup_right-ico {
/* 184 */   -moz-box-sizing: border-box;
/* 185 */   box-sizing: border-box;
/* 186 */   cursor: pointer;
/* 187 */   display: table;
/* 188 */   line-height: 0;
/* 189 */   margin-top: -15px;
/* 190 */   position: absolute;
/* 191 */   top: 50%;
/* 192 */   z-index: 10135;
/* 193 */ }
/* 194 */ 
/* 195 */ .bwg_captcha_refresh {
/* 196 */   background-image: url("/wp-content/plugins/photo-gallery/images/captcha_refresh.png");
/* 197 */   background-position: center center;
/* 198 */   background-repeat: no-repeat;
/* 199 */   background-size: 100% 100%;
/* 200 */   border-width: 0;

/* bwg_frontend.css */

/* 201 */   cursor: pointer;
/* 202 */   display: inline-block;
/* 203 */   height: 20px;
/* 204 */   width: 20px;
/* 205 */   margin: 0;
/* 206 */   padding: 0;
/* 207 */   vertical-align: middle;
/* 208 */ }
/* 209 */ 
/* 210 */ .bwg_captcha_input {
/* 211 */   vertical-align: middle;
/* 212 */   width: 75px !important;
/* 213 */ }
/* 214 */ 
/* 215 */ .bwg_captcha_img {
/* 216 */   cursor: pointer;
/* 217 */   margin: 0 5px 0 5px;
/* 218 */   vertical-align: middle;
/* 219 */ }
/* 220 */ 
/* 221 */ .bwg_comment_error {
/* 222 */   color: #FF0000;
/* 223 */   display: block;
/* 224 */ }
/* 225 */ 
/* 226 */ .bwg_image_info_container1,
/* 227 */ .bwg_image_rate_container1,
/* 228 */ .bwg_image_hit_container1 {
/* 229 */   height: 100%;
/* 230 */   margin: 0 auto;
/* 231 */   position: absolute;
/* 232 */   width: 100%;
/* 233 */ }
/* 234 */ 
/* 235 */ .bwg_image_rate_container1 {
/* 236 */   display: none;
/* 237 */ }
/* 238 */ 
/* 239 */ .bwg_image_info_container2,
/* 240 */ .bwg_image_rate_container2,
/* 241 */ .bwg_image_hit_container2 {
/* 242 */   display: table;
/* 243 */   height: 100%;
/* 244 */   margin: 0 auto;
/* 245 */   position: absolute;
/* 246 */   width: 100%;
/* 247 */ }
/* 248 */ 
/* 249 */ .bwg_image_info_spun,
/* 250 */ .bwg_image_rate_spun,

/* bwg_frontend.css */

/* 251 */ .bwg_image_hit_spun {
/* 252 */   display: table-cell;
/* 253 */   height: 100%;
/* 254 */   left: 0;
/* 255 */   top: 0;
/* 256 */   width: 100%;
/* 257 */   overflow: hidden;
/* 258 */   position: relative;
/* 259 */ }
/* 260 */ 
/* 261 */ .bwg_image_info,
/* 262 */ .bwg_image_rate,
/* 263 */ .bwg_image_hit {
/* 264 */   display: inline-block;
/* 265 */   position: relative;
/* 266 */   text-decoration: none;
/* 267 */   word-wrap: break-word;
/* 268 */   z-index: 11;
/* 269 */ }
/* 270 */ 
/* 271 */ .bwg_image_rate {
/* 272 */   z-index: 999 !important;
/* 273 */ }
/* 274 */ 
/* 275 */ @media screen and (max-width: 465px) {
/* 276 */   .bwg_ctrl_btn {
/* 277 */     margin-bottom:0 !important;
/* 278 */   }
/* 279 */   
/* 280 */   .bwg_ctrl_btn_container {
/* 281 */     height:auto !important;
/* 282 */   }
/* 283 */ }
/* 284 */ 
/* 285 */ /* search */
/* 286 */ .bwg_search_container_1 {
/* 287 */   display: inline-block;
/* 288 */   width: 100%;
/* 289 */   text-align: right;
/* 290 */   margin: 0 5px 20px 5px;
/* 291 */   background-color: rgba(0,0,0,0);
/* 292 */ }
/* 293 */ .bwg_search_container_2 {
/* 294 */   display: inline-block;
/* 295 */   position: relative;
/* 296 */   border-radius: 4px;
/* 297 */   box-shadow: 0 0 3px 1px #CCCCCC;
/* 298 */   background-color: #FFFFFF;
/* 299 */   border: 1px solid #CCCCCC;
/* 300 */   max-width: 100%;

/* bwg_frontend.css */

/* 301 */ }
/* 302 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input_container {
/* 303 */   display: block;
/* 304 */   margin-right: 45px;
/* 305 */ }
/* 306 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_loupe_container {
/* 307 */   display: inline-block; 
/* 308 */   margin-right: 1px;
/* 309 */   vertical-align: middle;
/* 310 */   float: right;
/* 311 */   padding-top: 3px;
/* 312 */ }
/* 313 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_reset_container {
/* 314 */   display: inline-block;
/* 315 */   margin-right: 5px;
/* 316 */   vertical-align: middle;
/* 317 */   float: right;
/* 318 */   padding-top: 3px;
/* 319 */ }
/* 320 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search,
/* 321 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_reset {
/* 322 */   font-size: 18px;
/* 323 */   color: #CCCCCC;
/* 324 */   cursor: pointer;
/* 325 */ }
/* 326 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input,
/* 327 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input:focus {
/* 328 */   color: hsl(0, 1%, 3%);
/* 329 */   outline: none;
/* 330 */   border: none;
/* 331 */   box-shadow: none;
/* 332 */   background: none;
/* 333 */   padding: 0 5px;
/* 334 */   font-family: inherit;
/* 335 */   width: 100%;
/* 336 */ }
/* 337 */ /* end search */
/* 338 */ 
/* 339 */ /* sort */
/* 340 */ .bwg_order_cont {
/* 341 */   background-color: rgba(0,0,0,0);
/* 342 */   display: block;
/* 343 */   margin: 0 5px 20px 5px;
/* 344 */   text-align: right;
/* 345 */   width: 100%;
/* 346 */ }
/* 347 */ .bwg_order_label {
/* 348 */   border: none;
/* 349 */   box-shadow: none;
/* 350 */   color: #BBBBBB;

/* bwg_frontend.css */

/* 351 */   font-family: inherit;
/* 352 */   font-weight: bold;
/* 353 */   outline: none;
/* 354 */ }
/* 355 */ .bwg_order {
/* 356 */   background-color: #FFFFFF;
/* 357 */   border: 1px solid #CCCCCC;
/* 358 */   box-shadow: 0 0 3px 1px #CCCCCC;
/* 359 */   border-radius: 4px;
/* 360 */   height: initial;
/* 361 */   max-width: 100%;
/* 362 */ }
/* 363 */ /* end sort */
/* 364 */ 
/* 365 */ .spider_popup_wrap .wd_error {
/* 366 */   color: #CCCCCC;
/* 367 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/font-awesome

file-relative URI  : fonts/fontawesome-webfont.eot?v=4.6.3
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3
docroot stripped   : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3
traversals removed : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3

file-relative URI  : fonts/fontawesome-webfont.eot?#iefix&v=4.6.3
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3
docroot stripped   : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3
traversals removed : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3

file-relative URI  : fonts/fontawesome-webfont.woff2?v=4.6.3
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3
docroot stripped   : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3
traversals removed : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3

file-relative URI  : fonts/fontawesome-webfont.woff?v=4.6.3
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3
docroot stripped   : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3
traversals removed : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3

file-relative URI  : fonts/fontawesome-webfont.ttf?v=4.6.3
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3
docroot stripped   : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3
traversals removed : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3

file-relative URI  : fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular
docroot stripped   : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular
traversals removed : /wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular

*/

/* font-awesome.css */

/* 1    */ /*!
/* 2    *|  *  Font Awesome 4.6.3 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/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
/* 10   */   src: url('/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/wp-content/plugins/photo-gallery/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
/* 11   */   font-weight: normal;
/* 12   */   font-style: normal;
/* 13   */ }
/* 14   */ #spider_popup_wrap .fa,
/* 15   */ div[id^="bwg_container"] .fa,
/* 16   */ #bwg_rotate_image .fa {
/* 17   */   display: inline-block;
/* 18   */   font-family: FontAwesome !important;
/* 19   */   font-style: normal;
/* 20   */   font-weight: normal;
/* 21   */   text-rendering: auto;
/* 22   */   line-height: 1 !important;
/* 23   */   -webkit-font-smoothing: antialiased !important;
/* 24   */   -moz-osx-font-smoothing: grayscale !important;
/* 25   */ }
/* 26   */ /* makes the font 33% larger relative to the icon container */
/* 27   */ .fa-lg {
/* 28   */   font-size: 1.33333333em;
/* 29   */   line-height: 0.75em;
/* 30   */   vertical-align: -15%;
/* 31   */ }
/* 32   */ .fa-2x {
/* 33   */   font-size: 2em;
/* 34   */ }
/* 35   */ .fa-3x {
/* 36   */   font-size: 3em;
/* 37   */ }
/* 38   */ .fa-4x {
/* 39   */   font-size: 4em;
/* 40   */ }
/* 41   */ .fa-5x {
/* 42   */   font-size: 5em;
/* 43   */ }
/* 44   */ .fa-fw {
/* 45   */   width: 1.28571429em;
/* 46   */   text-align: center;
/* 47   */ }
/* 48   */ .fa-ul {
/* 49   */   padding-left: 0;
/* 50   */   margin-left: 2.14285714em;

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

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

/* font-awesome.css */

/* 2151 */ }
/* 2152 */ .fa-low-vision:before {
/* 2153 */   content: "\f2a8";
/* 2154 */ }
/* 2155 */ .fa-viadeo:before {
/* 2156 */   content: "\f2a9";
/* 2157 */ }
/* 2158 */ .fa-viadeo-square:before {
/* 2159 */   content: "\f2aa";
/* 2160 */ }
/* 2161 */ .fa-snapchat:before {
/* 2162 */   content: "\f2ab";
/* 2163 */ }
/* 2164 */ .fa-snapchat-ghost:before {
/* 2165 */   content: "\f2ac";
/* 2166 */ }
/* 2167 */ .fa-snapchat-square:before {
/* 2168 */   content: "\f2ad";
/* 2169 */ }
/* 2170 */ .fa-pied-piper:before {
/* 2171 */   content: "\f2ae";
/* 2172 */ }
/* 2173 */ .fa-first-order:before {
/* 2174 */   content: "\f2b0";
/* 2175 */ }
/* 2176 */ .fa-yoast:before {
/* 2177 */   content: "\f2b1";
/* 2178 */ }
/* 2179 */ .fa-themeisle:before {
/* 2180 */   content: "\f2b2";
/* 2181 */ }
/* 2182 */ .fa-google-plus-circle:before,
/* 2183 */ .fa-google-plus-official:before {
/* 2184 */   content: "\f2b3";
/* 2185 */ }
/* 2186 */ .fa-fa:before,
/* 2187 */ .fa-font-awesome:before {
/* 2188 */   content: "\f2b4";
/* 2189 */ }
/* 2190 */ .sr-only {
/* 2191 */   position: absolute;
/* 2192 */   width: 1px;
/* 2193 */   height: 1px;
/* 2194 */   padding: 0;
/* 2195 */   margin: -1px;
/* 2196 */   overflow: hidden;
/* 2197 */   clip: rect(0, 0, 0, 0);
/* 2198 */   border: 0;
/* 2199 */ }
/* 2200 */ .sr-only-focusable:active,

/* font-awesome.css */

/* 2201 */ .sr-only-focusable:focus {
/* 2202 */   position: static;
/* 2203 */   width: auto;
/* 2204 */   height: auto;
/* 2205 */   margin: 0;
/* 2206 */   overflow: visible;
/* 2207 */   clip: auto;
/* 2208 */ }
/* 2209 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css

*/

/* jquery.mCustomScrollbar.css */

/* 1   */ /* basic scrollbar styling */
/* 2   */ /* vertical scrollbar */
/* 3   */ .mCSB_container{
/* 4   */ 	width: auto;
/* 5   */ 	margin-right: 15px;
/* 6   */ 	overflow: hidden;
/* 7   */ }
/* 8   */ .mCSB_container.mCS_no_scrollbar{
/* 9   */ 	margin-right: 0;
/* 10  */ }
/* 11  */ .mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
/* 12  */ .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
/* 13  */ 	margin-right:15px;
/* 14  */ }
/* 15  */ .mCustomScrollBox>.mCSB_scrollTools{
/* 16  */ 	width:16px;
/* 17  */ 	height:100%;
/* 18  */ 	top:0;
/* 19  */ 	right:0;
/* 20  */ }
/* 21  */ .mCSB_scrollTools .mCSB_draggerContainer{
/* 22  */ 	position:absolute;
/* 23  */ 	top:0;
/* 24  */ 	left:0;
/* 25  */ 	bottom:0;
/* 26  */ 	right:0; 
/* 27  */ 	height:auto;
/* 28  */ }
/* 29  */ .mCSB_scrollTools a+.mCSB_draggerContainer{
/* 30  */ 	margin:20px 0;
/* 31  */ }
/* 32  */ .mCSB_scrollTools .mCSB_draggerRail{
/* 33  */ 	width:2px;
/* 34  */ 	height:100%;
/* 35  */ 	margin:0 auto;
/* 36  */ 	-webkit-border-radius:10px;
/* 37  */ 	-moz-border-radius:10px;
/* 38  */ 	border-radius:10px;
/* 39  */ }
/* 40  */ .mCSB_scrollTools .mCSB_dragger{
/* 41  */ 	cursor:pointer;
/* 42  */ 	width:100%;
/* 43  */ 	height:30px;
/* 44  */ }
/* 45  */ .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 46  */ 	width:4px;
/* 47  */ 	height:100%;
/* 48  */ 	margin:0 auto;
/* 49  */ 	-webkit-border-radius:10px;
/* 50  */ 	-moz-border-radius:10px;

/* jquery.mCustomScrollbar.css */

/* 51  */ 	border-radius:10px;
/* 52  */ 	text-align:center;
/* 53  */ }
/* 54  */ .mCSB_scrollTools .mCSB_buttonUp,
/* 55  */ .mCSB_scrollTools .mCSB_buttonDown{
/* 56  */ 	display:block;
/* 57  */ 	position:relative;
/* 58  */ 	height:20px;
/* 59  */ 	overflow:hidden;
/* 60  */ 	margin:0 auto;
/* 61  */ 	cursor:pointer;
/* 62  */ }
/* 63  */ .mCSB_scrollTools .mCSB_buttonDown{
/* 64  */ 	top:100%;
/* 65  */ 	margin-top:-40px;
/* 66  */ }
/* 67  */ /* horizontal scrollbar */
/* 68  */ .mCSB_horizontal>.mCSB_container{
/* 69  */ 	height:auto;
/* 70  */ 	margin-right:0;
/* 71  */ 	margin-bottom:30px;
/* 72  */ 	overflow:hidden;
/* 73  */ }
/* 74  */ .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
/* 75  */ 	margin-bottom:0;
/* 76  */ }
/* 77  */ .mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
/* 78  */ .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
/* 79  */ 	margin-right:0;
/* 80  */ 	margin-bottom:30px;
/* 81  */ }
/* 82  */ .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
/* 83  */ 	width:100%;
/* 84  */ 	height:16px;
/* 85  */ 	top:auto;
/* 86  */ 	right:auto;
/* 87  */ 	bottom:0;
/* 88  */ 	left:0;
/* 89  */ 	overflow:hidden;
/* 90  */ }
/* 91  */ .mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
/* 92  */ 	margin:0 20px;
/* 93  */ }
/* 94  */ .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
/* 95  */ 	width:100%;
/* 96  */ 	height:2px;
/* 97  */ 	margin:7px 0;
/* 98  */ 	-webkit-border-radius:10px;
/* 99  */ 	-moz-border-radius:10px;
/* 100 */ 	border-radius:10px;

/* jquery.mCustomScrollbar.css */

/* 101 */ }
/* 102 */ .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
/* 103 */ 	width:30px;
/* 104 */ 	height:100%;
/* 105 */ }
/* 106 */ .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 107 */ 	width:100%;
/* 108 */ 	height:4px;
/* 109 */ 	margin:6px auto;
/* 110 */ 	-webkit-border-radius:10px;
/* 111 */ 	-moz-border-radius:10px;
/* 112 */ 	border-radius:10px;
/* 113 */ }
/* 114 */ .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
/* 115 */ .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
/* 116 */ 	display:block;
/* 117 */ 	position:relative;
/* 118 */ 	width:20px;
/* 119 */ 	height:100%;
/* 120 */ 	overflow:hidden;
/* 121 */ 	margin:0 auto;
/* 122 */ 	cursor:pointer;
/* 123 */ 	float:left;
/* 124 */ }
/* 125 */ .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
/* 126 */ 	margin-left:-40px;
/* 127 */ 	float:right;
/* 128 */ }
/* 129 */ .mCustomScrollBox{
/* 130 */ 	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
/* 131 */ }
/* 132 */ 
/* 133 */ /* default scrollbar colors and backgrounds (default theme) */
/* 134 */ .mCustomScrollBox>.mCSB_scrollTools{
/* 135 */ 	opacity:0.75;
/* 136 */ 	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
/* 137 */ }
/* 138 */ .mCustomScrollBox:hover>.mCSB_scrollTools{
/* 139 */ 	opacity:1;
/* 140 */ 	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
/* 141 */ }
/* 142 */ .mCSB_scrollTools .mCSB_draggerRail{
/* 143 */ 	background:#000; /* rgba fallback */
/* 144 */ 	background:rgba(0,0,0,0.4);
/* 145 */ 	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
/* 146 */ }
/* 147 */ .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 148 */ 	background:#fff; /* rgba fallback */
/* 149 */ 	background:rgba(255,255,255,0.75);
/* 150 */ 	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */

/* jquery.mCustomScrollbar.css */

/* 151 */ }
/* 152 */ .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
/* 153 */ 	background:rgba(255,255,255,0.85);
/* 154 */ 	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
/* 155 */ }
/* 156 */ .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
/* 157 */ .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
/* 158 */ 	background:rgba(255,255,255,0.9);
/* 159 */ 	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
/* 160 */ }
/* 161 */ .mCSB_scrollTools .mCSB_buttonUp,
/* 162 */ .mCSB_scrollTools .mCSB_buttonDown,
/* 163 */ .mCSB_scrollTools .mCSB_buttonLeft,
/* 164 */ .mCSB_scrollTools .mCSB_buttonRight{
/* 165 */ 	background-repeat:no-repeat;
/* 166 */ 	opacity:0.4;
/* 167 */ 	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
/* 168 */ }
/* 169 */ .mCSB_scrollTools .mCSB_buttonUp{
/* 170 */ 	background-position:0 0;
/* 171 */ 	/* 
/* 172 *| 	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
/* 173 *| 	*/
/* 174 */ }
/* 175 */ .mCSB_scrollTools .mCSB_buttonDown{
/* 176 */ 	background-position:0 -20px;
/* 177 */ 	/* 
/* 178 *| 	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
/* 179 *| 	*/
/* 180 */ }
/* 181 */ .mCSB_scrollTools .mCSB_buttonLeft{
/* 182 */ 	background-position:0 -40px;
/* 183 */ 	/* 
/* 184 *| 	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
/* 185 *| 	*/
/* 186 */ }
/* 187 */ .mCSB_scrollTools .mCSB_buttonRight{
/* 188 */ 	background-position:0 -56px;
/* 189 */ 	/* 
/* 190 *| 	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
/* 191 *| 	*/
/* 192 */ }
/* 193 */ .mCSB_scrollTools .mCSB_buttonUp:hover,
/* 194 */ .mCSB_scrollTools .mCSB_buttonDown:hover,
/* 195 */ .mCSB_scrollTools .mCSB_buttonLeft:hover,
/* 196 */ .mCSB_scrollTools .mCSB_buttonRight:hover{
/* 197 */ 	opacity:0.75;
/* 198 */ 	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
/* 199 */ }
/* 200 */ .mCSB_scrollTools .mCSB_buttonUp:active,

/* jquery.mCustomScrollbar.css */

/* 201 */ .mCSB_scrollTools .mCSB_buttonDown:active,
/* 202 */ .mCSB_scrollTools .mCSB_buttonLeft:active,
/* 203 */ .mCSB_scrollTools .mCSB_buttonRight:active{
/* 204 */ 	opacity:0.9;
/* 205 */ 	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
/* 206 */ }
/* 207 */ 
/* 208 */ /*scrollbar themes*/
/* 209 */ /*dark (dark colored scrollbar)*/
/* 210 */ .mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
/* 211 */ 	background:#000; /* rgba fallback */
/* 212 */ 	background:rgba(0,0,0,0.15);
/* 213 */ }
/* 214 */ .mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 215 */ 	background:#000; /* rgba fallback */
/* 216 */ 	background:rgba(0,0,0,0.75);
/* 217 */ }
/* 218 */ .mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
/* 219 */ 	background:rgba(0,0,0,0.85);
/* 220 */ }
/* 221 */ .mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
/* 222 */ .mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
/* 223 */ 	background:rgba(0,0,0,0.9);
/* 224 */ }
/* 225 */ .mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
/* 226 */ 	background-position:-80px 0;
/* 227 */ }
/* 228 */ .mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
/* 229 */ 	background-position:-80px -20px;
/* 230 */ }
/* 231 */ .mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
/* 232 */ 	background-position:-80px -40px;
/* 233 */ }
/* 234 */ .mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
/* 235 */ 	background-position:-80px -56px;
/* 236 */ }
/* 237 */ /*light-2*/
/* 238 */ .mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
/* 239 */ 	width:4px;
/* 240 */ 	background:#fff; /* rgba fallback */
/* 241 */ 	background:rgba(255,255,255,0.1);
/* 242 */ 	-webkit-border-radius:1px;
/* 243 */ 	-moz-border-radius:1px;
/* 244 */ 	border-radius:1px;
/* 245 */ }
/* 246 */ .mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 247 */ 	width:4px;
/* 248 */ 	background:#fff; /* rgba fallback */
/* 249 */ 	background:rgba(255,255,255,0.75);
/* 250 */ 	-webkit-border-radius:1px;

/* jquery.mCustomScrollbar.css */

/* 251 */ 	-moz-border-radius:1px;
/* 252 */ 	border-radius:1px;
/* 253 */ }
/* 254 */ .mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
/* 255 */ 	width:100%;
/* 256 */ 	height:4px;
/* 257 */ 	margin:6px 0;
/* 258 */ }
/* 259 */ .mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 260 */ 	width:100%;
/* 261 */ 	height:4px;
/* 262 */ 	margin:6px auto;
/* 263 */ }
/* 264 */ .mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
/* 265 */ 	background:rgba(255,255,255,0.85);
/* 266 */ }
/* 267 */ .mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
/* 268 */ .mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
/* 269 */ 	background:rgba(255,255,255,0.9);
/* 270 */ }
/* 271 */ .mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
/* 272 */ 	background-position:-32px 0;
/* 273 */ }
/* 274 */ .mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
/* 275 */ 	background-position:-32px -20px;
/* 276 */ }
/* 277 */ .mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
/* 278 */ 	background-position:-40px -40px;
/* 279 */ }
/* 280 */ .mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
/* 281 */ 	background-position:-40px -56px;
/* 282 */ }
/* 283 */ /*dark-2*/
/* 284 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
/* 285 */ 	width:4px;
/* 286 */ 	background:#000; /* rgba fallback */
/* 287 */ 	background:rgba(0,0,0,0.1);
/* 288 */ 	-webkit-border-radius:1px;
/* 289 */ 	-moz-border-radius:1px;
/* 290 */ 	border-radius:1px;
/* 291 */ }
/* 292 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 293 */ 	width:4px;
/* 294 */ 	background:#000; /* rgba fallback */
/* 295 */ 	background:rgba(0,0,0,0.75);
/* 296 */ 	-webkit-border-radius:1px;
/* 297 */ 	-moz-border-radius:1px;
/* 298 */ 	border-radius:1px;
/* 299 */ }
/* 300 */ .mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{

/* jquery.mCustomScrollbar.css */

/* 301 */ 	width:100%;
/* 302 */ 	height:4px;
/* 303 */ 	margin:6px 0;
/* 304 */ }
/* 305 */ .mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 306 */ 	width:100%;
/* 307 */ 	height:4px;
/* 308 */ 	margin:6px auto;
/* 309 */ }
/* 310 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
/* 311 */ 	background:rgba(0,0,0,0.85);
/* 312 */ }
/* 313 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
/* 314 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
/* 315 */ 	background:rgba(0,0,0,0.9);
/* 316 */ }
/* 317 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
/* 318 */ 	background-position:-112px 0;
/* 319 */ }
/* 320 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
/* 321 */ 	background-position:-112px -20px;
/* 322 */ }
/* 323 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
/* 324 */ 	background-position:-120px -40px;
/* 325 */ }
/* 326 */ .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
/* 327 */ 	background-position:-120px -56px;
/* 328 */ }
/* 329 */ /*light-thick*/
/* 330 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
/* 331 */ 	width:4px;
/* 332 */ 	background:#fff; /* rgba fallback */
/* 333 */ 	background:rgba(255,255,255,0.1);
/* 334 */ 	-webkit-border-radius:2px;
/* 335 */ 	-moz-border-radius:2px;
/* 336 */ 	border-radius:2px;
/* 337 */ }
/* 338 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 339 */ 	width:6px;
/* 340 */ 	background:#fff; /* rgba fallback */
/* 341 */ 	background:rgba(255,255,255,0.75);
/* 342 */ 	-webkit-border-radius:2px;
/* 343 */ 	-moz-border-radius:2px;
/* 344 */ 	border-radius:2px;
/* 345 */ }
/* 346 */ .mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
/* 347 */ 	width:100%;
/* 348 */ 	height:4px;
/* 349 */ 	margin:6px 0;
/* 350 */ }

/* jquery.mCustomScrollbar.css */

/* 351 */ .mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 352 */ 	width:100%;
/* 353 */ 	height:6px;
/* 354 */ 	margin:5px auto;
/* 355 */ }
/* 356 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
/* 357 */ 	background:rgba(255,255,255,0.85);
/* 358 */ }
/* 359 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
/* 360 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
/* 361 */ 	background:rgba(255,255,255,0.9);
/* 362 */ }
/* 363 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
/* 364 */ 	background-position:-16px 0;
/* 365 */ }
/* 366 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
/* 367 */ 	background-position:-16px -20px;
/* 368 */ }
/* 369 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
/* 370 */ 	background-position:-20px -40px;
/* 371 */ }
/* 372 */ .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
/* 373 */ 	background-position:-20px -56px;
/* 374 */ }
/* 375 */ /*dark-thick*/
/* 376 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
/* 377 */ 	width:4px;
/* 378 */ 	background:#000; /* rgba fallback */
/* 379 */ 	background:rgba(0,0,0,0.1);
/* 380 */ 	-webkit-border-radius:2px;
/* 381 */ 	-moz-border-radius:2px;
/* 382 */ 	border-radius:2px;
/* 383 */ }
/* 384 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 385 */ 	width:6px;
/* 386 */ 	background:#000; /* rgba fallback */
/* 387 */ 	background:rgba(0,0,0,0.75);
/* 388 */ 	-webkit-border-radius:2px;
/* 389 */ 	-moz-border-radius:2px;
/* 390 */ 	border-radius:2px;
/* 391 */ }
/* 392 */ .mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
/* 393 */ 	width:100%;
/* 394 */ 	height:4px;
/* 395 */ 	margin:6px 0;
/* 396 */ }
/* 397 */ .mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 398 */ 	width:100%;
/* 399 */ 	height:6px;
/* 400 */ 	margin:5px auto;

/* jquery.mCustomScrollbar.css */

/* 401 */ }
/* 402 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
/* 403 */ 	background:rgba(0,0,0,0.85);
/* 404 */ }
/* 405 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
/* 406 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
/* 407 */ 	background:rgba(0,0,0,0.9);
/* 408 */ }
/* 409 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
/* 410 */ 	background-position:-96px 0;
/* 411 */ }
/* 412 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
/* 413 */ 	background-position:-96px -20px;
/* 414 */ }
/* 415 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
/* 416 */ 	background-position:-100px -40px;
/* 417 */ }
/* 418 */ .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
/* 419 */ 	background-position:-100px -56px;
/* 420 */ }
/* 421 */ /*light-thin*/
/* 422 */ .mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
/* 423 */ 	background:#fff; /* rgba fallback */
/* 424 */ 	background:rgba(255,255,255,0.1);
/* 425 */ }
/* 426 */ .mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 427 */ 	width:2px;
/* 428 */ }
/* 429 */ .mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
/* 430 */ 	width:100%;
/* 431 */ }
/* 432 */ .mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 433 */ 	width:100%;
/* 434 */ 	height:2px;
/* 435 */ 	margin:7px auto;
/* 436 */ }
/* 437 */ /*dark-thin*/
/* 438 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
/* 439 */ 	background:#000; /* rgba fallback */
/* 440 */ 	background:rgba(0,0,0,0.15);
/* 441 */ }
/* 442 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
/* 443 */ 	width:2px;
/* 444 */ 	background:#000; /* rgba fallback */
/* 445 */ 	background:rgba(0,0,0,0.75);
/* 446 */ }
/* 447 */ .mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
/* 448 */ 	width:100%;
/* 449 */ }
/* 450 */ .mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{

/* jquery.mCustomScrollbar.css */

/* 451 */ 	width:100%;
/* 452 */ 	height:2px;
/* 453 */ 	margin:7px auto;
/* 454 */ }
/* 455 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
/* 456 */ 	background:rgba(0,0,0,0.85);
/* 457 */ }
/* 458 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
/* 459 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
/* 460 */ 	background:rgba(0,0,0,0.9);
/* 461 */ }
/* 462 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
/* 463 */ 	background-position:-80px 0;
/* 464 */ }
/* 465 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
/* 466 */ 	background-position:-80px -20px;
/* 467 */ }
/* 468 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
/* 469 */ 	background-position:-80px -40px;
/* 470 */ }
/* 471 */ .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
/* 472 */ 	background-position:-80px -56px;
/* 473 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/photo-gallery/css

*/

/* sumoselect.css */

/* 1   */ .SumoSelect p {margin: 0;}
/* 2   */ .SumoSelect{width: 200px;}
/* 3   */ 
/* 4   */ .SelectBox {padding: 5px 8px;}
/* 5   */ 
/* 6   */ .sumoStopScroll{overflow:hidden;}
/* 7   */ 
/* 8   */ /* Filtering style */
/* 9   */ .SumoSelect .hidden { display:none; }
/* 10  */ .SumoSelect .search-txt{display:none;outline:none;}
/* 11  */ .SumoSelect .no-match{display:none;padding: 6px;}
/* 12  */ .SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
/* 13  */ .SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}
/* 14  */ 
/* 15  */ /*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
/* 16  */ .SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
/* 17  */ .SelectClass{z-index: 1;}
/* 18  */ 
/* 19  */     .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
/* 20  */ 
/* 21  */ .SumoSelect { display: inline-block; position: relative;outline:none;}
/* 22  */ .SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {box-shadow: 0 0 2px #7799D0;border-color: #7799D0;}
/* 23  */     .SumoSelect > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #fff;border-radius:2px;margin:0;}
/* 24  */         .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default;}
/* 25  */             /*placeholder style*/
/* 26  */             .SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }
/* 27  */ 
/* 28  */         .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
/* 29  */             .SumoSelect > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
/* 30  */                 background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;opacity: 0.8;}
/* 31  */ 
/* 32  */     .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden;}
/* 33  */         .SumoSelect.open > .optWrapper {top:35px; display:block;}
/* 34  */         .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}
/* 35  */ 
/* 36  */         .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
/* 37  */         .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
/* 38  */          /*Set the height of pop up here (only for desktop mode)*/
/* 39  */             max-height: 250px;
/* 40  */              /*height*/ }
/* 41  */         .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
/* 42  */         .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
/* 43  */         .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
/* 44  */         .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
/* 45  */         .SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px; position: relative;border-bottom: 1px solid #f5f5f5;}
/* 46  */             .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
/* 47  */             .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
/* 48  */             .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
/* 49  */             .SumoSelect > .optWrapper > .options li.opt.sel{background-color: #a1c0e4; border-bottom: 1px solid #a1c0e4;}
/* 50  */ 

/* sumoselect.css */

/* 51  */             .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
/* 52  */             .SumoSelect > .optWrapper > .options li span { display: none; }
/* 53  */             .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}
/* 54  */ 
/* 55  */         /*Floating styles*/
/* 56  */         .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }
/* 57  */ 
/* 58  */     /*disabled state*/
/* 59  */     .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
/* 60  */         .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }
/* 61  */ 
/* 62  */ 
/* 63  */     /*styling for multiple select*/
/* 64  */     .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
/* 65  */         .SumoSelect > .optWrapper.multiple > .options li.opt span,
/* 66  */         .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
/* 67  */             .SumoSelect > .optWrapper.multiple > .options li.opt span i,
/* 68  */             .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
/* 69  */ .SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
/* 70  */     .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }
/* 71  */ 
/* 72  */     .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
/* 73  */         .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
/* 74  */ 
/* 75  */     .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
/* 76  */         .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
/* 77  */         .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
/* 78  */         .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
/* 79  */     /*styling for select on popup mode*/
/* 80  */     .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }
/* 81  */ 
/* 82  */     /*styling for only multiple select on popup mode*/
/* 83  */     .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
/* 84  */     .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
/* 85  */ 
/* 86  */     .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
/* 87  */     .SumoSelect .select-all.selected > span i,
/* 88  */     .SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
/* 89  */     /*disabled state*/
/* 90  */     .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
/* 91  */      .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}
/* 92  */ 
/* 93  */     /**Select all button**/
/* 94  */     .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
/* 95  */     .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
/* 96  */     .SumoSelect .select-all.partial > span i{background-color:#ccc;}
/* 97  */ 
/* 98  */ 
/* 99  */      /*styling for optgroups*/
/* 100 */     .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }

/* sumoselect.css */

/* 101 */ 
/* 102 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css

*/

/* slick.css */

/* 1   */ /* Slider */
/* 2   */ .slick-slider
/* 3   */ {
/* 4   */     position: relative;
/* 5   */ 
/* 6   */     display: block;
/* 7   */     box-sizing: border-box;
/* 8   */ 
/* 9   */     -webkit-user-select: none;
/* 10  */        -moz-user-select: none;
/* 11  */         -ms-user-select: none;
/* 12  */             user-select: none;
/* 13  */ 
/* 14  */     -webkit-touch-callout: none;
/* 15  */     -khtml-user-select: none;
/* 16  */     -ms-touch-action: pan-y;
/* 17  */         touch-action: pan-y;
/* 18  */     -webkit-tap-highlight-color: transparent;
/* 19  */ }
/* 20  */ 
/* 21  */ .slick-list
/* 22  */ {
/* 23  */     position: relative;
/* 24  */ 
/* 25  */     display: block;
/* 26  */     overflow: hidden;
/* 27  */ 
/* 28  */     margin: 0;
/* 29  */     padding: 0;
/* 30  */ }
/* 31  */ .slick-list:focus
/* 32  */ {
/* 33  */     outline: none;
/* 34  */ }
/* 35  */ .slick-list.dragging
/* 36  */ {
/* 37  */     cursor: pointer;
/* 38  */     cursor: hand;
/* 39  */ }
/* 40  */ 
/* 41  */ .slick-slider .slick-track,
/* 42  */ .slick-slider .slick-list
/* 43  */ {
/* 44  */     -webkit-transform: translate3d(0, 0, 0);
/* 45  */        -moz-transform: translate3d(0, 0, 0);
/* 46  */         -ms-transform: translate3d(0, 0, 0);
/* 47  */          -o-transform: translate3d(0, 0, 0);
/* 48  */             transform: translate3d(0, 0, 0);
/* 49  */ }
/* 50  */ 

/* slick.css */

/* 51  */ .slick-track
/* 52  */ {
/* 53  */     position: relative;
/* 54  */     top: 0;
/* 55  */     left: 0;
/* 56  */ 
/* 57  */     display: block;
/* 58  */ }
/* 59  */ .slick-track:before,
/* 60  */ .slick-track:after
/* 61  */ {
/* 62  */     display: table;
/* 63  */ 
/* 64  */     content: '';
/* 65  */ }
/* 66  */ .slick-track:after
/* 67  */ {
/* 68  */     clear: both;
/* 69  */ }
/* 70  */ .slick-loading .slick-track
/* 71  */ {
/* 72  */     visibility: hidden;
/* 73  */ }
/* 74  */ 
/* 75  */ .slick-slide
/* 76  */ {
/* 77  */     display: none;
/* 78  */     float: left;
/* 79  */ 
/* 80  */     height: 100%;
/* 81  */     min-height: 1px;
/* 82  */ }
/* 83  */ [dir='rtl'] .slick-slide
/* 84  */ {
/* 85  */     float: right;
/* 86  */ }
/* 87  */ .slick-slide img
/* 88  */ {
/* 89  */     display: block;
/* 90  */ }
/* 91  */ .slick-slide.slick-loading img
/* 92  */ {
/* 93  */     display: none;
/* 94  */ }
/* 95  */ .slick-slide.dragging img
/* 96  */ {
/* 97  */     pointer-events: none;
/* 98  */ }
/* 99  */ .slick-initialized .slick-slide
/* 100 */ {

/* slick.css */

/* 101 */     display: block;
/* 102 */ }
/* 103 */ .slick-loading .slick-slide
/* 104 */ {
/* 105 */     visibility: hidden;
/* 106 */ }
/* 107 */ .slick-vertical .slick-slide
/* 108 */ {
/* 109 */     display: block;
/* 110 */ 
/* 111 */     height: auto;
/* 112 */ 
/* 113 */     border: 1px solid transparent;
/* 114 */ }
/* 115 */ .slick-arrow.slick-hidden {
/* 116 */     display: none;
/* 117 */ }
/* 118 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css

file-relative URI  : ../fonts/fontawesome-webfont.eot?v=4.7.0
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0
traversals removed : /wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.eot?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
docroot stripped   : /wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
traversals removed : /wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.woff2?v=4.7.0
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0
traversals removed : /wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.woff2?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.woff?v=4.7.0
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0
traversals removed : /wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.woff?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.ttf?v=4.7.0
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0
docroot stripped   : /wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0
traversals removed : /wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.ttf?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
path prepended     : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
docroot stripped   : /wp-content/plugins/wp-carousel-free/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
traversals removed : /wp-content/plugins/wp-carousel-free/assets/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 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/wp-carousel-free/assets/css

*/

/* style.css */

/* 1  */ div.wordpress-carousel-free-section {
/* 2  */     display: none;
/* 3  */     margin-right: -20px;
/* 4  */ }
/* 5  */ 
/* 6  */ div.wordpress-carousel-free-section.slick-initialized {
/* 7  */     display: block;
/* 8  */ }
/* 9  */ 
/* 10 */ div.wordpress-carousel-free-section .single_wcf_item:focus {
/* 11 */     outline: none;
/* 12 */ }
/* 13 */ 
/* 14 */ div.wordpress-carousel-free-section .single_wcf_item {
/* 15 */     margin: 0 10px;
/* 16 */     display: inline-block;
/* 17 */     vertical-align: middle;
/* 18 */     float: none;
/* 19 */ }
/* 20 */ 
/* 21 */ div.wordpress-carousel-free-section .single_wcf_item img {
/* 22 */     margin: 0 auto;
/* 23 */     display: block;
/* 24 */     max-width: 100%;
/* 25 */ }
/* 26 */ 
/* 27 */ div.wordpress-carousel-free-section .slick-prev {
/* 28 */     left: 0;
/* 29 */     text-align: left;
/* 30 */ }
/* 31 */ 
/* 32 */ div.wordpress-carousel-free-section .slick-next {
/* 33 */     right: 0;
/* 34 */     text-align: right;
/* 35 */ }
/* 36 */ 
/* 37 */ div.wordpress-carousel-free-section .slick-prev,
/* 38 */ div.wordpress-carousel-free-section .slick-next {
/* 39 */     position: absolute;
/* 40 */     z-index: 22;
/* 41 */     top: 50%;
/* 42 */     width: 14px;
/* 43 */     height: 30px;
/* 44 */     font-size: 30px;
/* 45 */     -webkit-transition: ease all 0.3s;
/* 46 */     -moz-transition: ease all 0.3s;
/* 47 */     -ms-transition: ease all 0.3s;
/* 48 */     -o-transition: ease all 0.3s;
/* 49 */     transition: ease all 0.3s;
/* 50 */     line-height: 30px;

/* style.css */

/* 51 */     margin-top: -15px;
/* 52 */     cursor: pointer;
/* 53 */     opacity: .5;
/* 54 */ }
/* 55 */ 
/* 56 */ div.wordpress-carousel-free-section .slick-prev:hover,
/* 57 */ div.wordpress-carousel-free-section .slick-next:hover {
/* 58 */     opacity: 1;
/* 59 */ }
/* 60 */ 
/* 61 */ /* Dots */
/* 62 */ div.wordpress-carousel-free-section ul.slick-dots {
/* 63 */     list-style: none;
/* 64 */     padding: 0;
/* 65 */     margin: 0;
/* 66 */     text-align: center;
/* 67 */     margin-top: 22px;
/* 68 */ }
/* 69 */ 
/* 70 */ div.wordpress-carousel-free-section ul.slick-dots li {
/* 71 */     display: inline;
/* 72 */ }
/* 73 */ 
/* 74 */ div.wordpress-carousel-free-section ul.slick-dots li button {
/* 75 */     border: 0 solid;
/* 76 */     overflow: hidden;
/* 77 */     width: 12px;
/* 78 */     height: 12px;
/* 79 */     border-radius: 50%;
/* 80 */     text-indent: -999px;
/* 81 */     background-color: #cccccc;
/* 82 */     margin: 3px;
/* 83 */ }
/* 84 */ 
/* 85 */ div.wordpress-carousel-free-section ul.slick-dots li button:focus {
/* 86 */     outline: none;
/* 87 */ }
/* 88 */ 
/* 89 */ div.wordpress-carousel-free-section ul.slick-dots li.slick-active button {
/* 90 */     background-color: #666;
/* 91 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/wp-opening-hours/dist/styles

*/

/* main.css */

/* 1 */ input[type=text].input-gray,input[type=date].input-gray,input[type=time].input-gray{background:#efefef;border:1px solid #ccc;box-shadow:none;color:#333}.widget .extended-settings .collapse-toggle{cursor:pointer}.widget .op-widget-description{display:block;font-size:11px;line-height:17px;color:#666}.post-type-op-set .ui-timepicker{background:#444;margin-top:5px}.post-type-op-set .ui-timepicker .ui-timepicker-table .ui-timepicker-title{color:#fff;text-align:center;font-weight:700}.post-type-op-set .ui-timepicker .ui-timepicker-table .ui-timepicker-hours{border-right:1px solid #fff}.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker th.periods{color:#fff;font-weight:700;padding-right:5px}.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-hour-cell a,.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-minute-cell a{color:#fff;cursor:pointer;display:inline-block;padding-left:3px;padding-right:3px;border:1px solid transparent}.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-hour-cell a:hover,.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-minute-cell a:hover{border-color:#0074a2}.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-hour-cell a.ui-state-active,.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-hour-cell a.ui-state-active:hover,.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-minute-cell a.ui-state-active,.post-type-op-set .ui-timepicker .ui-timepicker-table table.ui-timepicker td.ui-timepicker-minute-cell a.ui-state-active:hover{background:#0074a2;border-color:transparent}.post-type-op-set .ui-datepicker{background:#444;margin-top:5px}.post-type-op-set .ui-datepicker .ui-datepicker-calendar thead th{color:#fff}.post-type-op-set .ui-datepicker .ui-datepicker-header{position:relative}.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{display:inline-block;position:absolute;cursor:pointer;top:0;color:transparent;width:22px}.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-next:before,.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before{color:#fff;background:#0074a2;display:inline-block;padding:2px 7px}.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{left:5px}.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before{content:'<'}.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-next{right:5px}.post-type-op-set .ui-datepicker .ui-datepicker-header a.ui-datepicker-next:before{content:'>'}.post-type-op-set .ui-datepicker .ui-datepicker-header .ui-datepicker-title{display:block;text-align:center;margin-top:5px;color:#fff}.post-type-op-set .ui-datepicker .ui-state-default{display:inline-block;width:25px;padding-top:3px;padding-bottom:3px;color:#fff;text-decoration:none;text-align:center;border:1px solid transparent}.post-type-op-set .ui-datepicker .ui-state-default:hover{border-color:#0074a2}.post-type-op-set .ui-datepicker .ui-state-default.ui-state-active{background:#0074a2}.post-type-op-set .ui-datepicker .ui-datepicker-today a.ui-state-highlight{background:#2b2b2b}.post-type-op-set .ui-datepicker .ui-datepicker-unselectable span.ui-state-default{background:#333;cursor:default}.post-type-op-set .ui-datepicker .ui-datepicker-unselectable span.ui-state-default:hover{border-color:transparent}table.form-opening-hours{width:100%;max-width:500px;margin:auto}table.form-opening-hours tbody td{padding-left:0;padding-right:0}table.form-opening-hours tbody td.col-times{width:60%}table.form-opening-hours tbody td.col-times table.period-table{width:100%}table.form-opening-hours tbody td.col-times table.period-table tr.period .input-timepicker{width:70px;box-shadow:none;background:#efefef;border:1px solid #ccc;text-align:center}table.form-opening-hours tbody td.col-times table.period-table tr.period .col-time-end,table.form-opening-hours tbody td.col-times table.period-table tr.period .col-time-start{width:40%;text-align:center}table.form-opening-hours tbody td.col-times table.period-table tr.period .col-delete-period{width:20%;text-align:left}table.form-opening-hours tbody td.col-times table.period-table tr.period .col-delete-period .delete-period{color:red;border:1px solid red;background:#fbe9e9;box-shadow:none;padding-top:3px}table.form-opening-hours tbody td.col-name{width:20%;font-weight:700}table.form-opening-hours tbody td.col-options{width:10%}table.form-opening-hours tbody td.col-options .add-period{color:green;border:1px solid green;background:#bef4be;box-shadow:none;padding-top:4px}@media (max-width:782px){table.form-opening-hours td,table.form-opening-hours th{display:table-cell}}span.op-next-period,span.op-period-time,span.op-today{display:block}@media (max-width:530px){table.form-opening-hours .input-timepicker{font-size:12px}table.form-opening-hours .button{padding:3px 5px}}table.op-holidays .col-remove .remove-holiday,table.op-irregular-openings .op-irregular-opening .col-remove .button-remove{color:red;border:1px solid red;background:#fbe9e9;box-shadow:none;padding-top:3px}.field h4.heading{margin-bottom:0}.field h4.heading+p{margin-top:5px}.button.add-holiday,.button.add-io{margin:5px 3px}.field h4.heading+p>small{font-size:12px}table.op-holidays{width:100%}table.op-holidays .col-name{width:50%}table.op-holidays .col-date-end,table.op-holidays .col-date-start{width:20%}table.op-holidays .col-remove{width:10%}table.op-irregular-openings{width:100%}table.op-irregular-openings .op-irregular-opening .col-date,table.op-irregular-openings .op-irregular-opening .col-name,table.op-irregular-openings .op-irregular-opening .col-time-end,table.op-irregular-openings .op-irregular-opening .col-time-start{width:18%}table.op-irregular-openings .op-irregular-opening .col-remove{width:10%}#ui-timepicker-div,.ui-timepicker-hours,.ui-timepicker-minutes{padding:.2em}.op-list-overview .highlighted,span.op-period-time.highlighted,tr.op-row-day.highlighted td,tr.op-row-day.highlighted th{color:green}span.op-closed{color:red}.op-holiday.highlighted td,.op-irregular-openings dd.highlighted,.op-irregular-openings dt.highlighted,.op-irregular-openings tr.op-irregular-opening.highlighted td,.op-irregular-openings tr.op-irregular-opening.highlighted th,.op-list-holidays .highlighted,span.op-open{color:green}.op-admin-notice-buttons{margin-top:10px}.op-admin-notice-buttons a.button{display:inline-block;margin:0 5px 0 0}.ui-timepicker-inline{display:inline}.ui-timepicker-table{display:inline-table;width:0}.ui-timepicker-table table{margin:.15em 0 0;border-collapse:collapse}.ui-timepicker-table .ui-timepicker-title{line-height:1.8em;text-align:center}.ui-timepicker-table td,.ui-timepicker-table th.periods{padding:.1em;width:2.2em}.ui-timepicker-table td a,.ui-timepicker-table td span{display:block;padding:.2em .3em .2em .5em;width:1.2em;text-align:right;text-decoration:none}.ui-timepicker-table td a{cursor:pointer}.ui-timepicker .ui-timepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-timepicker .ui-timepicker-buttonpane button{margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-timepicker .ui-timepicker-close{float:right}.ui-timepicker .ui-timepicker-deselect,.ui-timepicker .ui-timepicker-now{float:left}
/* 2 */ /*# sourceMappingURL=main.css.map */
/* 3 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/themes/russels/genericons

file-relative URI  : font/genericons-regular-webfont.eot
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/genericons/font/genericons-regular-webfont.eot
docroot stripped   : /wp-content/themes/russels/genericons/font/genericons-regular-webfont.eot
traversals removed : /wp-content/themes/russels/genericons/font/genericons-regular-webfont.eot

file-relative URI  : font/genericons-regular-webfont.ttf
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/genericons/font/genericons-regular-webfont.ttf
docroot stripped   : /wp-content/themes/russels/genericons/font/genericons-regular-webfont.ttf
traversals removed : /wp-content/themes/russels/genericons/font/genericons-regular-webfont.ttf

file-relative URI  : font/genericons-regular-webfont.svg#genericonsregular
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/genericons/font/genericons-regular-webfont.svg#genericonsregular
docroot stripped   : /wp-content/themes/russels/genericons/font/genericons-regular-webfont.svg#genericonsregular
traversals removed : /wp-content/themes/russels/genericons/font/genericons-regular-webfont.svg#genericonsregular

*/

/* genericons.css */

/* 1   */ /**
/* 2   *| 
/* 3   *| 	Genericons Helper CSS
/* 4   *| 
/* 5   *| */
/* 6   */ 
/* 7   */ 
/* 8   */ /**
/* 9   *|  * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
/* 10  *|  */
/* 11  */ 
/* 12  */ @font-face {
/* 13  */     font-family: 'Genericons';
/* 14  */     src: url('/wp-content/themes/russels/genericons/font/genericons-regular-webfont.eot');
/* 15  */ }
/* 16  */ 
/* 17  */ @font-face {
/* 18  */     font-family: 'Genericons';
/* 19  */     src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
/* 20  */          url('/wp-content/themes/russels/genericons/font/genericons-regular-webfont.ttf') format('truetype'),
/* 21  */          url('/wp-content/themes/russels/genericons/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
/* 22  */     font-weight: normal;
/* 23  */     font-style: normal;
/* 24  */ }
/* 25  */ 
/* 26  */ 
/* 27  */ /**
/* 28  *|  * All Genericons
/* 29  *|  */
/* 30  */ 
/* 31  */ .genericon {
/* 32  */ 	display: inline-block;
/* 33  */ 	width: 16px;
/* 34  */ 	height: 16px;
/* 35  */ 	-webkit-font-smoothing: antialiased;
/* 36  */ 	-moz-osx-font-smoothing: grayscale;
/* 37  */ 	font-size: 16px;
/* 38  */ 	line-height: 1;
/* 39  */ 	font-family: 'Genericons';
/* 40  */ 	text-decoration: inherit;
/* 41  */ 	font-weight: normal;
/* 42  */ 	font-style: normal;
/* 43  */ 	vertical-align: top;
/* 44  */ }
/* 45  */ 
/* 46  */ /**
/* 47  *|  * IE7 and IE6 hacks
/* 48  *|  */
/* 49  */ 
/* 50  */ .genericon {

/* genericons.css */

/* 51  */ 	*overflow: auto;
/* 52  */ 	*zoom: 1;
/* 53  */ 	*display: inline;
/* 54  */ }
/* 55  */ 
/* 56  */ /**
/* 57  *|  * Individual icons
/* 58  *|  */
/* 59  */ 
/* 60  */ /* Post formats */
/* 61  */ .genericon-standard:before {        content: '\f100'; }
/* 62  */ .genericon-aside:before {           content: '\f101'; }
/* 63  */ .genericon-image:before {           content: '\f102'; }
/* 64  */ .genericon-gallery:before {         content: '\f103'; }
/* 65  */ .genericon-video:before {           content: '\f104'; }
/* 66  */ .genericon-status:before {          content: '\f105'; }
/* 67  */ .genericon-quote:before {           content: '\f106'; }
/* 68  */ .genericon-link:before {            content: '\f107'; }
/* 69  */ .genericon-chat:before {            content: '\f108'; }
/* 70  */ .genericon-audio:before {           content: '\f109'; }
/* 71  */ 
/* 72  */ /* Social icons */
/* 73  */ .genericon-github:before {          content: '\f200'; }
/* 74  */ .genericon-dribbble:before {        content: '\f201'; }
/* 75  */ .genericon-twitter:before {         content: '\f202'; }
/* 76  */ .genericon-facebook:before {        content: '\f203'; }
/* 77  */ .genericon-facebook-alt:before {    content: '\f204'; }
/* 78  */ .genericon-wordpress:before {       content: '\f205'; }
/* 79  */ .genericon-googleplus:before {      content: '\f206'; }
/* 80  */ .genericon-linkedin:before {        content: '\f207'; }
/* 81  */ .genericon-linkedin-alt:before {    content: '\f208'; }
/* 82  */ .genericon-pinterest:before {       content: '\f209'; }
/* 83  */ .genericon-pinterest-alt:before {   content: '\f210'; }
/* 84  */ .genericon-flickr:before {          content: '\f211'; }
/* 85  */ .genericon-vimeo:before {           content: '\f212'; }
/* 86  */ .genericon-youtube:before {         content: '\f213'; }
/* 87  */ .genericon-tumblr:before {          content: '\f214'; }
/* 88  */ .genericon-instagram:before {       content: '\f215'; }
/* 89  */ .genericon-codepen:before {         content: '\f216'; }
/* 90  */ .genericon-polldaddy:before {       content: '\f217'; }
/* 91  */ .genericon-googleplus-alt:before {  content: '\f218'; }
/* 92  */ .genericon-path:before {            content: '\f219'; }
/* 93  */ .genericon-skype:before {           content: '\f220'; }
/* 94  */ .genericon-digg:before {            content: '\f221'; }
/* 95  */ .genericon-reddit:before {          content: '\f222'; }
/* 96  */ .genericon-stumbleupon:before {     content: '\f223'; }
/* 97  */ .genericon-pocket:before {          content: '\f224'; }
/* 98  */ .genericon-dropbox:before {         content: '\f225'; }
/* 99  */ 
/* 100 */ /* Meta icons */

/* genericons.css */

/* 101 */ .genericon-comment:before {         content: '\f300'; }
/* 102 */ .genericon-category:before {        content: '\f301'; }
/* 103 */ .genericon-tag:before {             content: '\f302'; }
/* 104 */ .genericon-time:before {            content: '\f303'; }
/* 105 */ .genericon-user:before {            content: '\f304'; }
/* 106 */ .genericon-day:before {             content: '\f305'; }
/* 107 */ .genericon-week:before {            content: '\f306'; }
/* 108 */ .genericon-month:before {           content: '\f307'; }
/* 109 */ .genericon-pinned:before {          content: '\f308'; }
/* 110 */ 
/* 111 */ /* Other icons */
/* 112 */ .genericon-search:before {          content: '\f400'; }
/* 113 */ .genericon-unzoom:before {          content: '\f401'; }
/* 114 */ .genericon-zoom:before {            content: '\f402'; }
/* 115 */ .genericon-show:before {            content: '\f403'; }
/* 116 */ .genericon-hide:before {            content: '\f404'; }
/* 117 */ .genericon-close:before {           content: '\f405'; }
/* 118 */ .genericon-close-alt:before {       content: '\f406'; }
/* 119 */ .genericon-trash:before {           content: '\f407'; }
/* 120 */ .genericon-star:before {            content: '\f408'; }
/* 121 */ .genericon-home:before {            content: '\f409'; }
/* 122 */ .genericon-mail:before {            content: '\f410'; }
/* 123 */ .genericon-edit:before {            content: '\f411'; }
/* 124 */ .genericon-reply:before {           content: '\f412'; }
/* 125 */ .genericon-feed:before {            content: '\f413'; }
/* 126 */ .genericon-warning:before {         content: '\f414'; }
/* 127 */ .genericon-share:before {           content: '\f415'; }
/* 128 */ .genericon-attachment:before {      content: '\f416'; }
/* 129 */ .genericon-location:before {        content: '\f417'; }
/* 130 */ .genericon-checkmark:before {       content: '\f418'; }
/* 131 */ .genericon-menu:before {            content: '\f419'; }
/* 132 */ .genericon-refresh:before {         content: '\f420'; }
/* 133 */ .genericon-minimize:before {        content: '\f421'; }
/* 134 */ .genericon-maximize:before {        content: '\f422'; }
/* 135 */ .genericon-404:before {             content: '\f423'; }
/* 136 */ .genericon-spam:before {            content: '\f424'; }
/* 137 */ .genericon-summary:before {         content: '\f425'; }
/* 138 */ .genericon-cloud:before {           content: '\f426'; }
/* 139 */ .genericon-key:before {             content: '\f427'; }
/* 140 */ .genericon-dot:before {             content: '\f428'; }
/* 141 */ .genericon-next:before {            content: '\f429'; }
/* 142 */ .genericon-previous:before {        content: '\f430'; }
/* 143 */ .genericon-expand:before {          content: '\f431'; }
/* 144 */ .genericon-collapse:before {        content: '\f432'; }
/* 145 */ .genericon-dropdown:before {        content: '\f433'; }
/* 146 */ .genericon-dropdown-left:before {   content: '\f434'; }
/* 147 */ .genericon-top:before {             content: '\f435'; }
/* 148 */ .genericon-draggable:before {       content: '\f436'; }
/* 149 */ .genericon-phone:before {           content: '\f437'; }
/* 150 */ .genericon-send-to-phone:before {   content: '\f438'; }

/* genericons.css */

/* 151 */ .genericon-plugin:before {          content: '\f439'; }
/* 152 */ .genericon-cloud-download:before {  content: '\f440'; }
/* 153 */ .genericon-cloud-upload:before {    content: '\f441'; }
/* 154 */ .genericon-external:before {        content: '\f442'; }
/* 155 */ .genericon-document:before {        content: '\f443'; }
/* 156 */ .genericon-book:before {            content: '\f444'; }
/* 157 */ .genericon-cog:before {             content: '\f445'; }
/* 158 */ .genericon-unapprove:before {       content: '\f446'; }
/* 159 */ .genericon-cart:before {            content: '\f447'; }
/* 160 */ .genericon-pause:before {           content: '\f448'; }
/* 161 */ .genericon-stop:before {            content: '\f449'; }
/* 162 */ .genericon-skip-back:before {       content: '\f450'; }
/* 163 */ .genericon-skip-ahead:before {      content: '\f451'; }
/* 164 */ .genericon-play:before {            content: '\f452'; }
/* 165 */ .genericon-tablet:before {          content: '\f453'; }
/* 166 */ .genericon-send-to-tablet:before {  content: '\f454'; }
/* 167 */ .genericon-info:before {            content: '\f455'; }
/* 168 */ .genericon-notice:before {          content: '\f456'; }
/* 169 */ .genericon-help:before {            content: '\f457'; }
/* 170 */ .genericon-fastforward:before {     content: '\f458'; }
/* 171 */ .genericon-rewind:before {          content: '\f459'; }
/* 172 */ .genericon-portfolio:before {       content: '\f460'; }
/* 173 */ .genericon-heart:before {           content: '\f461'; }
/* 174 */ .genericon-code:before {            content: '\f462'; }
/* 175 */ .genericon-subscribe:before {       content: '\f463'; }
/* 176 */ .genericon-unsubscribe:before {     content: '\f464'; }
/* 177 */ .genericon-subscribed:before {      content: '\f465'; }
/* 178 */ .genericon-reply-alt:before {       content: '\f466'; }
/* 179 */ .genericon-reply-single:before {    content: '\f467'; }
/* 180 */ .genericon-flag:before {            content: '\f468'; }
/* 181 */ .genericon-print:before {           content: '\f469'; }
/* 182 */ .genericon-lock:before {            content: '\f470'; }
/* 183 */ .genericon-bold:before {            content: '\f471'; }
/* 184 */ .genericon-italic:before {          content: '\f472'; }
/* 185 */ .genericon-picture:before {         content: '\f473'; }
/* 186 */ .genericon-fullscreen:before {      content: '\f474'; }
/* 187 */ 
/* 188 */ /* Generic shapes */
/* 189 */ .genericon-uparrow:before {         content: '\f500'; }
/* 190 */ .genericon-rightarrow:before {      content: '\f501'; }
/* 191 */ .genericon-downarrow:before {       content: '\f502'; }
/* 192 */ .genericon-leftarrow:before {       content: '\f503'; }
/* 193 */ 
/* 194 */ 
/* 195 */ 
/* 196 */ 
/* 197 */ 
/* 198 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/themes/russels

file-relative URI  : Helvetica-Condensed-regular.eot
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/Helvetica-Condensed-regular.eot
docroot stripped   : /wp-content/themes/russels/Helvetica-Condensed-regular.eot
traversals removed : /wp-content/themes/russels/Helvetica-Condensed-regular.eot

file-relative URI  : Helvetica-Condensed-regular.eot?#iefix
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/Helvetica-Condensed-regular.eot?#iefix
docroot stripped   : /wp-content/themes/russels/Helvetica-Condensed-regular.eot?#iefix
traversals removed : /wp-content/themes/russels/Helvetica-Condensed-regular.eot?#iefix

file-relative URI  : Helvetica-Condensed-regular.woff
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/Helvetica-Condensed-regular.woff
docroot stripped   : /wp-content/themes/russels/Helvetica-Condensed-regular.woff
traversals removed : /wp-content/themes/russels/Helvetica-Condensed-regular.woff

file-relative URI  : Helvetica-Condensed-regular.ttf
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/Helvetica-Condensed-regular.ttf
docroot stripped   : /wp-content/themes/russels/Helvetica-Condensed-regular.ttf
traversals removed : /wp-content/themes/russels/Helvetica-Condensed-regular.ttf

file-relative URI  : Helvetica-Condensed-regular.svg#Helvetica-Condensed-regular
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/Helvetica-Condensed-regular.svg#Helvetica-Condensed-regular
docroot stripped   : /wp-content/themes/russels/Helvetica-Condensed-regular.svg#Helvetica-Condensed-regular
traversals removed : /wp-content/themes/russels/Helvetica-Condensed-regular.svg#Helvetica-Condensed-regular

file-relative URI  : HelveticaLT-Condensed-Bold.eot
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot
docroot stripped   : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot
traversals removed : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot

file-relative URI  : HelveticaLT-Condensed-Bold.eot?#iefix
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot?#iefix
docroot stripped   : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot?#iefix
traversals removed : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot?#iefix

file-relative URI  : HelveticaLT-Condensed-Bold.woff
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/HelveticaLT-Condensed-Bold.woff
docroot stripped   : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.woff
traversals removed : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.woff

file-relative URI  : HelveticaLT-Condensed-Bold.ttf
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/HelveticaLT-Condensed-Bold.ttf
docroot stripped   : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.ttf
traversals removed : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.ttf

file-relative URI  : HelveticaLT-Condensed-Bold.svg#HelveticaLT-Condensed-Bold
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/HelveticaLT-Condensed-Bold.svg#HelveticaLT-Condensed-Bold
docroot stripped   : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.svg#HelveticaLT-Condensed-Bold
traversals removed : /wp-content/themes/russels/HelveticaLT-Condensed-Bold.svg#HelveticaLT-Condensed-Bold

file-relative URI  : DINPro-Bold.eot
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Bold.eot
docroot stripped   : /wp-content/themes/russels/DINPro-Bold.eot
traversals removed : /wp-content/themes/russels/DINPro-Bold.eot

file-relative URI  : DINPro-Bold.eot?#iefix
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Bold.eot?#iefix
docroot stripped   : /wp-content/themes/russels/DINPro-Bold.eot?#iefix
traversals removed : /wp-content/themes/russels/DINPro-Bold.eot?#iefix

file-relative URI  : DINPro-Bold.woff
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Bold.woff
docroot stripped   : /wp-content/themes/russels/DINPro-Bold.woff
traversals removed : /wp-content/themes/russels/DINPro-Bold.woff

file-relative URI  : DINPro-Bold.ttf
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Bold.ttf
docroot stripped   : /wp-content/themes/russels/DINPro-Bold.ttf
traversals removed : /wp-content/themes/russels/DINPro-Bold.ttf

file-relative URI  : DINPro-Bold.svg#DINPro-Bold
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Bold.svg#DINPro-Bold
docroot stripped   : /wp-content/themes/russels/DINPro-Bold.svg#DINPro-Bold
traversals removed : /wp-content/themes/russels/DINPro-Bold.svg#DINPro-Bold

file-relative URI  : DINPro-Regular.eot
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Regular.eot
docroot stripped   : /wp-content/themes/russels/DINPro-Regular.eot
traversals removed : /wp-content/themes/russels/DINPro-Regular.eot

file-relative URI  : DINPro-Regular.eot?#iefix
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Regular.eot?#iefix
docroot stripped   : /wp-content/themes/russels/DINPro-Regular.eot?#iefix
traversals removed : /wp-content/themes/russels/DINPro-Regular.eot?#iefix

file-relative URI  : DINPro-Regular.woff
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Regular.woff
docroot stripped   : /wp-content/themes/russels/DINPro-Regular.woff
traversals removed : /wp-content/themes/russels/DINPro-Regular.woff

file-relative URI  : DINPro-Regular.ttf
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/DINPro-Regular.ttf
docroot stripped   : /wp-content/themes/russels/DINPro-Regular.ttf
traversals removed : /wp-content/themes/russels/DINPro-Regular.ttf

file-relative URI  : HDINPro-Regular.svg#DINPro-Regular
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/HDINPro-Regular.svg#DINPro-Regular
docroot stripped   : /wp-content/themes/russels/HDINPro-Regular.svg#DINPro-Regular
traversals removed : /wp-content/themes/russels/HDINPro-Regular.svg#DINPro-Regular

file-relative URI  : images/ph-icon.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/ph-icon.png
docroot stripped   : /wp-content/themes/russels/images/ph-icon.png
traversals removed : /wp-content/themes/russels/images/ph-icon.png

file-relative URI  : images/search-icon.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/search-icon.png
docroot stripped   : /wp-content/themes/russels/images/search-icon.png
traversals removed : /wp-content/themes/russels/images/search-icon.png

file-relative URI  : images/menu-bg.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/menu-bg.png
docroot stripped   : /wp-content/themes/russels/images/menu-bg.png
traversals removed : /wp-content/themes/russels/images/menu-bg.png

file-relative URI  : images/menu-bg.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/menu-bg.png
docroot stripped   : /wp-content/themes/russels/images/menu-bg.png
traversals removed : /wp-content/themes/russels/images/menu-bg.png

file-relative URI  : images/banner-cont.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/banner-cont.png
docroot stripped   : /wp-content/themes/russels/images/banner-cont.png
traversals removed : /wp-content/themes/russels/images/banner-cont.png

file-relative URI  : images/home1.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/home1.png
docroot stripped   : /wp-content/themes/russels/images/home1.png
traversals removed : /wp-content/themes/russels/images/home1.png

file-relative URI  : images/home2.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/home2.png
docroot stripped   : /wp-content/themes/russels/images/home2.png
traversals removed : /wp-content/themes/russels/images/home2.png

file-relative URI  : images/home3.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/home3.png
docroot stripped   : /wp-content/themes/russels/images/home3.png
traversals removed : /wp-content/themes/russels/images/home3.png

file-relative URI  : images/home1.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/home1.png
docroot stripped   : /wp-content/themes/russels/images/home1.png
traversals removed : /wp-content/themes/russels/images/home1.png

file-relative URI  : images/home2.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/home2.png
docroot stripped   : /wp-content/themes/russels/images/home2.png
traversals removed : /wp-content/themes/russels/images/home2.png

file-relative URI  : images/home3.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/home3.png
docroot stripped   : /wp-content/themes/russels/images/home3.png
traversals removed : /wp-content/themes/russels/images/home3.png

file-relative URI  : images/contact1.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/contact1.png
docroot stripped   : /wp-content/themes/russels/images/contact1.png
traversals removed : /wp-content/themes/russels/images/contact1.png

file-relative URI  : images/contact2.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/contact2.png
docroot stripped   : /wp-content/themes/russels/images/contact2.png
traversals removed : /wp-content/themes/russels/images/contact2.png

file-relative URI  : images/how-we-work1.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/how-we-work1.png
docroot stripped   : /wp-content/themes/russels/images/how-we-work1.png
traversals removed : /wp-content/themes/russels/images/how-we-work1.png

file-relative URI  : images/how-we-work2.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/how-we-work2.png
docroot stripped   : /wp-content/themes/russels/images/how-we-work2.png
traversals removed : /wp-content/themes/russels/images/how-we-work2.png

file-relative URI  : images/how-we-work3.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/how-we-work3.png
docroot stripped   : /wp-content/themes/russels/images/how-we-work3.png
traversals removed : /wp-content/themes/russels/images/how-we-work3.png

file-relative URI  : images/how-we-work4.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/how-we-work4.png
docroot stripped   : /wp-content/themes/russels/images/how-we-work4.png
traversals removed : /wp-content/themes/russels/images/how-we-work4.png

file-relative URI  : images/li-bg.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/li-bg.png
docroot stripped   : /wp-content/themes/russels/images/li-bg.png
traversals removed : /wp-content/themes/russels/images/li-bg.png

file-relative URI  : images/regency_bg.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/regency_bg.png
docroot stripped   : /wp-content/themes/russels/images/regency_bg.png
traversals removed : /wp-content/themes/russels/images/regency_bg.png

file-relative URI  : images/select.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/select.png
docroot stripped   : /wp-content/themes/russels/images/select.png
traversals removed : /wp-content/themes/russels/images/select.png

file-relative URI  : images/select.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/select.png
docroot stripped   : /wp-content/themes/russels/images/select.png
traversals removed : /wp-content/themes/russels/images/select.png

file-relative URI  : images/select.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/images/select.png
docroot stripped   : /wp-content/themes/russels/images/select.png
traversals removed : /wp-content/themes/russels/images/select.png

*/

/* style.css */

/* 1   */ @charset "utf-8";
/* 2   */ /* CSS Document */
/* 3   */ @charset "utf-8";
/* 4   */ /* CSS Document */
/* 5   */ body, p, h1, h2, h3, h4,h5,h6,span, ul,ol, li,dl,dt,dd,form
/* 6   */ {
/* 7   */ 	padding:0;
/* 8   */ 	margin:0;
/* 9   */ }
/* 10  */ html, body 
/* 11  */ {
/* 12  */     padding: 0;
/* 13  */     margin: 0;
/* 14  */ 	height:auto;
/* 15  */ }
/* 16  */ input
/* 17  */ {
/* 18  */ 	border:none;
/* 19  */ 	outline:none;
/* 20  */ 	
/* 21  */ }
/* 22  */ textarea
/* 23  */ {
/* 24  */ 	border:none;
/* 25  */ 	outline:none;
/* 26  */ 	overflow:auto;
/* 27  */ 	
/* 28  */ }
/* 29  */ input.button
/* 30  */ {
/* 31  */ 	border:none;
/* 32  */ 	outline:none;
/* 33  */ }
/* 34  */ input[type=checkbox] 
/* 35  */ {
/* 36  */ 	border:none;
/* 37  */ 	outline:none;
/* 38  */ }
/* 39  */ img
/* 40  */ {
/* 41  */ 	outline:none;
/* 42  */ 	border:none;
/* 43  */ }
/* 44  */ li
/* 45  */ {
/* 46  */ 	list-style:none;
/* 47  */ }
/* 48  */ a
/* 49  */ {
/* 50  */ 	text-decoration:none;

/* style.css */

/* 51  */ }
/* 52  */ a:focus { outline: none; }
/* 53  */ /*clearfix*/
/* 54  */ .clearfix:after
/* 55  */  {
/* 56  */ 	content: ".";
/* 57  */ 	display: block;
/* 58  */ 	clear: both;
/* 59  */ 	visibility: hidden;
/* 60  */ 	line-height: 0;
/* 61  */ 	height: 0;
/* 62  */ }
/* 63  */  
/* 64  */ .clearfix 
/* 65  */ {
/* 66  */ 	display: inline-block;
/* 67  */ }
/* 68  */  
/* 69  */ html[xmlns] .clearfix 
/* 70  */ {
/* 71  */ 	display: block;
/* 72  */ }
/* 73  */  
/* 74  */ * html .clearfix 
/* 75  */ {
/* 76  */ 	height: 1%;
/* 77  */ }
/* 78  */ .clsFloatLeft {float : left;}
/* 79  */ .clsFloatRight {float : right;}
/* 80  */ 
/* 81  */ @font-face {
/* 82  */     font-family: 'Helvetica-Condensed-regular';
/* 83  */     src: url('/wp-content/themes/russels/Helvetica-Condensed-regular.eot');
/* 84  */     src: url('/wp-content/themes/russels/Helvetica-Condensed-regular.eot?#iefix') format('embedded-opentype'),
/* 85  */          url('/wp-content/themes/russels/Helvetica-Condensed-regular.woff') format('woff'),
/* 86  */          url('/wp-content/themes/russels/Helvetica-Condensed-regular.ttf') format('truetype'),
/* 87  */          url('/wp-content/themes/russels/Helvetica-Condensed-regular.svg#Helvetica-Condensed-regular') format('svg');
/* 88  */     font-weight: normal;
/* 89  */     font-style: normal;
/* 90  */ 
/* 91  */ }
/* 92  */ @font-face {
/* 93  */     font-family: 'HelveticaLT-Condensed-Bold';
/* 94  */     src: url('/wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot');
/* 95  */     src: url('/wp-content/themes/russels/HelveticaLT-Condensed-Bold.eot?#iefix') format('embedded-opentype'),
/* 96  */          url('/wp-content/themes/russels/HelveticaLT-Condensed-Bold.woff') format('woff'),
/* 97  */          url('/wp-content/themes/russels/HelveticaLT-Condensed-Bold.ttf') format('truetype'),
/* 98  */          url('/wp-content/themes/russels/HelveticaLT-Condensed-Bold.svg#HelveticaLT-Condensed-Bold') format('svg');
/* 99  */     font-weight: normal;
/* 100 */     font-style: normal;

/* style.css */

/* 101 */ 
/* 102 */ }
/* 103 */ @font-face {
/* 104 */     font-family: 'DINPro-Bold';
/* 105 */     src: url('/wp-content/themes/russels/DINPro-Bold.eot');
/* 106 */     src: url('/wp-content/themes/russels/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
/* 107 */          url('/wp-content/themes/russels/DINPro-Bold.woff') format('woff'),
/* 108 */          url('/wp-content/themes/russels/DINPro-Bold.ttf') format('truetype'),
/* 109 */          url('/wp-content/themes/russels/DINPro-Bold.svg#DINPro-Bold') format('svg');
/* 110 */     font-weight: normal;
/* 111 */     font-style: normal;
/* 112 */ 
/* 113 */ }
/* 114 */ @font-face {
/* 115 */     font-family: 'DINPro-Regular';
/* 116 */     src: url('/wp-content/themes/russels/DINPro-Regular.eot');
/* 117 */     src: url('/wp-content/themes/russels/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
/* 118 */          url('/wp-content/themes/russels/DINPro-Regular.woff') format('woff'),
/* 119 */          url('/wp-content/themes/russels/DINPro-Regular.ttf') format('truetype'),
/* 120 */          url('/wp-content/themes/russels/HDINPro-Regular.svg#DINPro-Regular') format('svg');
/* 121 */     font-weight: normal;
/* 122 */     font-style: normal;
/* 123 */ 
/* 124 */ }
/* 125 */ body{ margin:0;}
/* 126 */ .header{ background:#042659; width:100%; z-index:10;}
/* 127 */ .header .header-top{ width:960px; margin:0 auto; display:block; padding:20px 0;}
/* 128 */ .header .header-top .top-logo{ display:inline-block; float:left;}
/* 129 */ .header .header-top .top-phone{ float:right;}
/* 130 */ .header .header-top .top-phone .ph-blk{ background:url(/wp-content/themes/russels/images/ph-icon.png) no-repeat left bottom; padding:0 0 0 44px; display:inline-block;}
/* 131 */ .header .header-top .top-phone .ph-blk p{ margin:0 0 2px; font:14px 'Helvetica-Condensed-regular'; text-transform:uppercase; color:#fff;}
/* 132 */ .header .header-top .top-phone .ph-blk h3{ font:29px/27px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase; color:#fff; margin:0;}
/* 133 */ .header .header-bottom{ display:block; width:100%; background:#54585a;}
/* 134 */ .header .header-bottom .menu-blk{ display:block; width:960px; margin:0 auto;}
/* 135 */ .header .header-bottom .menu-blk .top-menu{ display:inline-block;}
/* 136 */ .header .header-bottom .menu-blk .top-menu ul li a{ padding:15px 18px; font:14px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase; color:#fff; display:inline-block;}
/* 137 */ .header .header-bottom .menu-blk .top-menu ul li{ display:inline-block; float:none;}
/* 138 */ .header .header-bottom .menu-blk .top-menu ul li:hover a{ background:#ff5d23;}
/* 139 */ .header .header-bottom .menu-blk .top-menu ul li.current-menu-item a{ background:#ff5d23;}
/* 140 */ .header .header-bottom .menu-blk .top-search{ float:right; width:205px;}
/* 141 */ .header .header-bottom .menu-blk .top-search .search-field{ height:48px;  -webkit-appearance: none; background:#696e71; font:14px 'Helvetica-Condensed-regular'; text-transform:uppercase; color:#fff; padding:0 40px 0 20px; width:100%;-webkit-appearance: none; border:none;}
/* 142 */ .header .header-bottom .menu-blk .top-search .search-box{ position:relative;}
/* 143 */ .header .header-bottom .menu-blk .top-search .search-submit{ position:absolute; -webkit-appearance: none; top:14px; right:15px; background:url(/wp-content/themes/russels/images/search-icon.png) no-repeat left top; height:20px; width:20px; border:none; text-indent:-9999em;}
/* 144 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu{ background:#696e71; display:block; border-left:5px solid #ff5d23; min-width:195px; z-index:10;}
/* 145 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu li a{ padding:12px 0; background:none; border:none; display:block;}
/* 146 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu li{ padding-left:15px; display:block;}
/* 147 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu li:hover { background:#54585a;}
/* 148 */ .header .header-bottom .menu-blk .sub-menu .menu-item-has-children{ background:url(/wp-content/themes/russels/images/menu-bg.png) no-repeat 90% center;}
/* 149 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu .menu-item-has-children:hover{ background:url(/wp-content/themes/russels/images/menu-bg.png) no-repeat 90% center #54585a;}
/* 150 */ @media screen and (min-width:767px){

/* style.css */

/* 151 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu li.hover .sub-menu li .sub-menu{ display:none;}
/* 152 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu li.hover .sub-menu li.hover .sub-menu{ display:block;}
/* 153 */ }
/* 154 */ /*footer*/
/* 155 */ .footer { width:100%; margin:60px 0 0;}
/* 156 */ .footer .footer-top{ width:960px; margin:0 auto; padding:40px 0; border-top:1px solid #dbdbdb; }
/* 157 */ .footer-top > div{ display:inline-block; vertical-align:top; margin:0 0 0 33px;}
/* 158 */ .footer-top > div:first-child{ margin:0;}
/* 159 */ .footer-top .foot-links h1{ font:19px/19px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase; color:#464646; margin:0 0 25px;}
/* 160 */ .footer-top .foot-links .menu li a{ font:15px 'Helvetica-Condensed-regular'; text-transform:capitalize; color:#464646; margin:0 0 8px; display:block;}
/* 161 */ .footer-top .foot-links .menu li a:hover{ color:#ff5d23;}
/* 162 */ .footer .footer-bottom{ padding:25px 0; width:100%; background:#f0f0f0; text-align:center;}
/* 163 */ .footer .footer-bottom p{ font:14px 'Helvetica-Condensed-regular'; text-transform:uppercase; color:#909090;}
/* 164 */ 
/* 165 */ .main-content{ margin:0 auto; display:block; width:960px;}
/* 166 */ .banner-item{ position:relative;}
/* 167 */ .banner-content{ /* background:url(/wp-content/themes/russels/images/banner-cont.png) */ repeat-y top left; padding:15px 20px; position:absolute; bottom:6px; left:0; width:96%;}
/* 168 */ .banner-content h3{ color:#fff; font:20px/20px 'DINPro-Bold'; text-transform:uppercase;}
/* 169 */ .banner-content p{font:20px/20px 'DINPro-Regular'; color:#fff;}
/* 170 */ .home-main-cont{ margin:20px 0 0; width:100%; display:inline-block;}
/* 171 */ .home-main-cont .home-left{ width:620px; display:inline-block; vertical-align:top;}
/* 172 */ .home-main-cont .home-left h2{ font:37px/37px 'HelveticaLT-Condensed-Bold'; color:#333333; text-transform:capitalize; margin:0 0 20px;}
/* 173 */ .home-main-cont .home-left p{ font:16px/20px 'Helvetica-Condensed-regular'; color:#333333; padding:0 0 15px; text-align:justify;}
/* 174 */ .home-right{ display:inline-block; vertical-align:top; float:right; width:300px;}
/* 175 */ .home-right a{ text-align:left; font:20px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase; color:#fff; background:#042659; margin:0 0 6px; display:block; padding:15px 0 15px 70px;}
/* 176 */ .home-right a.home-test{ background:url(/wp-content/themes/russels/images/home1.png) no-repeat 10% center #042659;}
/* 177 */ .home-right a.home-photo{ background:url(/wp-content/themes/russels/images/home2.png) no-repeat 10% center #042659;}
/* 178 */ .home-right a.home-contact{ background:url(/wp-content/themes/russels/images/home3.png) no-repeat 10% center #042659;}
/* 179 */ .home-right a.home-test:hover{ background:url(/wp-content/themes/russels/images/home1.png) no-repeat 10% center #54585a;}
/* 180 */ .home-right a.home-photo:hover{ background:url(/wp-content/themes/russels/images/home2.png) no-repeat 10% center #54585a;}
/* 181 */ .home-right a.home-contact:hover{ background:url(/wp-content/themes/russels/images/home3.png) no-repeat 10% center #54585a;}
/* 182 */ .home-categories{ margin:30px 0 0;}
/* 183 */ .home-categories .cate-blk{ display:inline-block; width:303px; vertical-align:top; margin:0 20px 0 0; background:#eaeaea;}
/* 184 */ .home-categories .cate-blk .cate-content{ padding:15px 20px;}
/* 185 */ .home-categories .cate-blk  p{ font:16px/20px 'Helvetica-Condensed-regular'; color:#333333;}
/* 186 */ .home-categories .cate-blk .cate-content a{ font:15px 'Helvetica-Condensed-regular'; color:#ff5d23; text-decoration:underline; margin:10px 0 0; display:block;}
/* 187 */ .home-categories .cate-blk h3{ background:#042659; display:block; padding:15px 18px; color:#fff; font:25px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase;}
/* 188 */ .home-categories .cate-blk h3 a{ color:#fff;}
/* 189 */ .home-iframe { margin:60px 0;}
/* 190 */ 
/* 191 */ /*about us*/
/* 192 */ .main-content .bread-crumb{ padding:20px 0; display:block; border-bottom:1px solid #dbdbdb; margin:0 0 35px;}
/* 193 */ .main-content .bread-crumb ul li{ font:14px 'Helvetica-Condensed-regular'; color:#686868;}
/* 194 */ .main-content .bread-crumb ul li a{ color:#686868; padding:0 6px 0 0;}
/* 195 */ .main-content .bread-crumb ul li span{ color:#ff5d23; padding:0 6px; text-transform:capitalize; display:inline-block;}
/* 196 */ .bread-list{ display:block; }
/* 197 */ .main-content .bread-crumb ul li span:first-child{ padding:0; text-transform:capitalize;}
/* 198 */ .innerpage-content h1{ font:37px 'HelveticaLT-Condensed-Bold'; color:#333333; text-transform:capitalize; margin:0 0 23px;}
/* 199 */ .innerpage-content p{ font:15px/20px  'Helvetica-Condensed-regular'; color:#686868; padding:0 0 22px; text-align:left;}
/* 200 */ .innerpage-content .about-show h2{ font:37px 'HelveticaLT-Condensed-Bold'; color:#042659; margin:20px 0 23px;}

/* style.css */

/* 201 */ .innerpage-content .about-show .about-blk{ display:inline-block; vertical-align:top; margin:0 15px 0 0;}
/* 202 */ .innerpage-content .about-show  .about-blk h4{ font:17px 'HelveticaLT-Condensed-Bold'; color:#686868; text-transform:capitalize; margin:0 0 12px;}
/* 203 */ .innerpage-content .about-show  .about-blk p{ padding:0 0 10px; color:#686868;}
/* 204 */ .innerpage-content .about-show .about-img{ display:inline-block; vertical-align:top; border:6px solid #e3e3e3; margin:0 0 0 21px;}
/* 205 */ .innerpage-content .about-show .about-img img{ max-width:100%; display:block;}
/* 206 */ .page-header h1{ font:37px 'HelveticaLT-Condensed-Bold'; color:#333333; text-transform:capitalize; margin:0 0 23px;}
/* 207 */ /*contact*/
/* 208 */ .contact-left{ display:inline-block; vertical-align:top; width:465px;}
/* 209 */ .contact-right{ display:inline-block; vertical-align:top; width:460px; margin:0 0 0 30px;}
/* 210 */ .contact-map{ margin:90px 0 0;}
/* 211 */ .contact-top{ text-align:center; margin:70px 0 0;}
/* 212 */ .contact-addr{ display:inline-block; text-align:left; width:170px; vertical-align:top; padding:70px 0 0 ; background:url(/wp-content/themes/russels/images/contact1.png) no-repeat 27% top;}
/* 213 */ .opening-hour{ display:inline-block; text-align:left; width:170px; vertical-align:top; margin:0 0 0 25px; padding:70px 0 0; background:url(/wp-content/themes/russels/images/contact2.png) no-repeat 18% 5px;}
/* 214 */ .contact-top h1{ font:17px 'HelveticaLT-Condensed-Bold'; color:#686868; margin:0 0 10px;}
/* 215 */ .contact-top p{ padding:0 0 4px;}
/* 216 */ .contact-left .contact-form{ margin:30px 0 0;}
/* 217 */ .contact-left .contact-form .form-field{ margin:0 0 18px;}
/* 218 */ .contact-left .contact-form .form-field label{ font:15px 'Helvetica-Condensed-regular'; color:#333333; text-transform:capitalize; display:block; margin:0 0 10px;}
/* 219 */ .contact-left .contact-form .form-field label span{ color:#ff0000;}
/* 220 */ .contact-left .contact-form .form-field br{ display:none;}
/* 221 */ .contact-left .contact-form .form-field input{ background:#efefef; height:40px; width:95%; padding:0 10px; border:none; font:15px 'Helvetica-Condensed-regular';}
/* 222 */ .contact-left .contact-form .form-field select{ background:#efefef; height:40px; width:99%; padding:0 10px; border:none; font:15px 'Helvetica-Condensed-regular';}
/* 223 */ .contact-left .contact-form .form-field textarea{ background:#efefef;width:95%; resize:none; padding:10px; height:120px; font:15px 'Helvetica-Condensed-regular';}
/* 224 */ .contact-left .contact-form .form-field .wpcf7-not-valid{ border:1px solid #ff0000;}
/* 225 */ .contact-left .contact-form .form-field .wpcf7-not-valid-tip{ display:none;}
/* 226 */ .contact-left .contact-form .form-field input.wpcf7-submit{ background:#ff5d23; font:20px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase; color:#fff; width:100%; padding:0; height:50px;}
/* 227 */ .contact-map .google-map-placeholder{ border:none !important;}
/* 228 */ 
/* 229 */ /*How we work*/
/* 230 */ .how-work-blk{ margin:30px 0 50px; padding-bottom:0 0 40px; border-bottom:1px solid #dbdbdb;}
/* 231 */ .how-work-blk .how-work-col{ display:inline-block; vertical-align:top; text-align:center; width:220px; margin:0 0 0 15px; padding:85px 0 0;}
/* 232 */ .how-work-blk .how-work-col p{ text-align:center; color:#686868;}
/* 233 */ .how-work-blk .how-work-col h3{ font:18px 'HelveticaLT-Condensed-Bold'; margin:0 0 15px;}
/* 234 */ .how-work-blk .how-work-col:first-child{ margin:0;}
/* 235 */ .how-col1{ background:url(/wp-content/themes/russels/images/how-we-work1.png) no-repeat center top;}
/* 236 */ .how-col1 h3{ color:#333333;}
/* 237 */ .how-col2{ background:url(/wp-content/themes/russels/images/how-we-work2.png) no-repeat center top;}
/* 238 */ .how-col2 h3{ color:#ff5d23;}
/* 239 */ .how-col3{ background:url(/wp-content/themes/russels/images/how-we-work3.png) no-repeat center top;}
/* 240 */ .how-col3 h3{ color:#042659;}
/* 241 */ .how-col4{ background:url(/wp-content/themes/russels/images/how-we-work4.png) no-repeat center top;}
/* 242 */ .how-col4 h3{ color:#44a9dc;}
/* 243 */ .innerpage-content ul li{ background:url(/wp-content/themes/russels/images/li-bg.png) no-repeat left top; margin:0 0 23px; display:block; font:15px 'Helvetica-Condensed-regular'; color:#686868; padding:0 0 0 35px;}
/* 244 */ 
/* 245 */ /*cooling*/
/* 246 */ .archive-header{ margin:0 0 20px;}
/* 247 */ .archive-header  h1{ font:37px 'HelveticaLT-Condensed-Bold'; color:#333333; text-transform:capitalize; margin:0 0 23px;}
/* 248 */ .taxonomy-description p{font:15px/20px  'Helvetica-Condensed-regular'; color:#686868; padding:0 0 22px; text-align:justify; }
/* 249 */ .taxonomy-description ul li{ font:15px/20px  'Helvetica-Condensed-regular'; color:#686868; margin-bottom:10px;}
/* 250 */ .taxonomy-description a{ color:#ff5d23;}

/* style.css */

/* 251 */ .post.status-publish{ display:inline-block; vertical-align:top; width:300px; margin:0 25px 25px 0;}
/* 252 */ .post.status-publish:nth-child(3n+4){ margin:0 0 25px;}
/* 253 */ .post.status-publish .entry-header h1{ background:#042659; display:block; padding:15px 18px; color:#fff; font:20px 'HelveticaLT-Condensed-Bold'; text-transform:capitalize;}
/* 254 */ .post.status-publish .entry-header h1 a{ color:#fff;}
/* 255 */ .post.status-publish .entry-content{ background:#eaeaea;}
/* 256 */ .cate-main-content p{font:15px/20px  'Helvetica-Condensed-regular'; color:#333333; padding:20px ; text-align:justify; min-height:70px;}
/* 257 */ 
/* 258 */ 
/* 259 */ .sub-cate-blk{ display:inline-block; vertical-align:top; width:300px; margin:0 25px 25px 0;  background:#eaeaea;}
/* 260 */ .sub-cate-blk h3 a{ background:#042659; display:block; padding:15px 18px; color:#fff; font:20px 'HelveticaLT-Condensed-Bold'; text-transform:capitalize; color:#fff;}
/* 261 */ .sub-cate-blk:nth-child(3n+3){ margin:0 0 25px;}
/* 262 */ .sub-cate-blk .cate-cont{ font:15px/20px  'Helvetica-Condensed-regular'; color:#333333; padding:20px;}
/* 263 */ .sub-cate-blk .cate-cont p{  font:15px/20px  'Helvetica-Condensed-regular'; color:#333333;}
/* 264 */ .sub-cate-blk a.read{ background:#333333; text-align:center; display:block; padding:15px 0; font:16px 'HelveticaLT-Condensed-Bold'; color:#fff; text-transform:uppercase;}
/* 265 */ .sub-cate-blk:hover a.read{ background:#ff5d23;}
/* 266 */ 
/* 267 */ .regency-blk{ display:inline-block; vertical-align:top; width:300px; margin:0 25px 25px 0;}
/* 268 */ .regency-blk:nth-child(3n+3){ margin:0 0 25px;}
/* 269 */ .regency-blk .entry-header h1{ background:#042659; display:block; padding:15px 18px; color:#fff; font:20px 'HelveticaLT-Condensed-Bold'; text-transform:capitalize;}
/* 270 */ .regency-blk .entry-header h1 a{ color:#fff;}
/* 271 */ .regency-blk{ position:relative;}
/* 272 */ .regency-blk h1{ display:block;}
/* 273 */ .regency-blk h1 img{ opacity:0.7; filter: alpha(opacity=70); max-width:100%; height:100%;}
/* 274 */ .regency-blk .entry-content{ background:url(/wp-content/themes/russels/images/regency_bg.png) repeat left top; padding:15px 20px; position:absolute; bottom:4px; font:18px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase; color:#333333; width:87%; text-align:right; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; opacity:0; visibility:hidden;}
/* 275 */ .regency-blk:hover a img {  opacity:1; filter: alpha(opacity=100); }
/* 276 */ .regency-blk:hover .entry-content{opacity:1; visibility:visible;}
/* 277 */ .pagination { text-align:center; margin:25px 0 0;}
/* 278 */ .pagination .page-numbers{ padding:8px 13px; background:#54585a; text-transform:uppercase; color:#fff; font:15px 'HelveticaLT-Condensed-Bold'; display:inline-block; margin:0 0 0 1px;}
/* 279 */ .pagination .page-numbers:hover{ background:#ff5d23;}
/* 280 */ .pagination .page-numbers.current{ background:#ff5d23;}
/* 281 */ .pagination .page-numbers.dots{ background:none; color:#54585a;}
/* 282 */ 
/* 283 */ /*testimonials*/
/* 284 */ .testimonials-content  #user-submitted-posts label{ display:block; color: #333333;display: block;font: 15px "Helvetica-Condensed-regular";margin: 0 0 10px;text-transform: capitalize;}
/* 285 */ .testimonials-content  #user-submitted-posts input {background: #efefef none repeat scroll 0 0;border: medium none;font: 15px "Helvetica-Condensed-regular";height: 40px;padding: 0 10px;width: 420px !important;}
/* 286 */ 
/* 287 */ .testimonials-content  #user-submitted-posts textarea {background: #efefef none repeat scroll 0 0;font: 15px "Helvetica-Condensed-regular";height: 120px;padding: 10px; resize: none; width: 420px !important;}
/* 288 */ 
/* 289 */ .testimonials-content  #user-submitted-posts .exclude{background: #ff5d23 none repeat scroll 0 0;color: #fff;font: 20px "HelveticaLT-Condensed-Bold";height: 50px;padding: 0;text-transform: uppercase;width: 420px;}
/* 290 */ .testimonials-content  #user-submitted-posts select {background: #efefef none repeat scroll 0 0;border: medium none;font: 15px "Helvetica-Condensed-regular";height: 40px;padding: 0 10px;width: 420px !important;}
/* 291 */ .testimonials-content #usp-success-message { font:20px 'HelveticaLT-Condensed-Bold'; text-transform:capitalize; color: #333333;}
/* 292 */ .testimonials-content #sfstest-page blockquote{ margin:0 0 20px; padding: 15px; border:1px solid #ededed}
/* 293 */ .testimonials-content #sfstest-page p cite{ color:#ff5d23 ;}
/* 294 */ .testimonials-content #sfstest-page p cite a{ color:#042659 ;}
/* 295 */ /*gallery content*/ 
/* 296 */ .gallery-content .clear{ display:none;}
/* 297 */ .gallery-content .view9_container{ display:inline-block; margin:0 7px; width:300px; vertical-align:top;}
/* 298 */ .gallery-content .view9_container img{ max-width:100%;}
/* 299 */ .single_content .single_img{ float:left; width:55%;}
/* 300 */ .single_content .single_img #pro_img{ display:block; margin-bottom:15px;}

/* style.css */

/* 301 */ .single_content .single_img #pro_img img{ max-width:100%; margin:0 15px 10px 0;}
/* 302 */ .single_content .single_img .single_thump{ display:inline-block; width:100%; }
/* 303 */ .single_content .single_img .single_thump img{ max-width:100%;}
/* 304 */ .single_content .single_img .single_thump a{ float:left; margin-left:15px; width:31%;} 
/* 305 */ .single_content .single_img .single_thump a img{ background:#FFFFFF; opacity:0.4;}
/* 306 */ .single_content .single_img .single_thump a:hover img{ opacity:1; cursor:pointer;}
/* 307 */ .single_content .single_img .single_thump a:first-child{ margin-left:0;}
/* 308 */ .single_content{ display:block;}
/* 309 */ .single_content .single_cont{  width:41%; float:right;}
/* 310 */ .single_content h1{ color:#333333;  font:35px/35px 'HelveticaLT-Condensed-Bold'; margin-bottom:20px;}
/* 311 */ .single_content h3{ font:20px/20px 'HelveticaLT-Condensed-Bold'; color:#ff5d23; margin:20px 0;}
/* 312 */ .single_content p,.single_bottom p{ font: 15px/20px "Helvetica-Condensed-regular"; color:#686868; margin-bottom:15px; }
/* 313 */ .single_content ul{ margin-left:15px;}
/* 314 */ .single_content ul li{font: 15px/20px "Helvetica-Condensed-regular"; color:#686868; margin-bottom:10px; list-style:disc; }
/* 315 */ .single_bottom{ margin:15px 0; width:97%;}
/* 316 */ .single_bottom ul{ margin-left:15px;}
/* 317 */ .single_bottom ul li{font: 15px/20px "Helvetica-Condensed-regular"; color:#686868; margin-bottom:10px; list-style:disc;}
/* 318 */ .single_bottom h3{ font:20px/20px 'HelveticaLT-Condensed-Bold'; color:#ff5d23; margin:20px 0;}
/* 319 */ .subcategory_wrap{ display:block;}
/* 320 */ .subcategory_wrap .subcat_left{ float:left; width:27%;}
/* 321 */ .subcategory_wrap .subcat_right{ float:right; width:68%;}
/* 322 */ .subcategory_wrap .subcat_left ul li{ margin-bottom:2px; width:100%; }
/* 323 */ .subcategory_wrap .subcat_left ul li a{ padding:17px; background:#e3e3e3; color:#333333; font:18px/18px 'HelveticaLT-Condensed-Bold'; width:87%; display:block;}
/* 324 */ .subcategory_wrap .subcat_left ul li a:hover{ background:#ff5d23; color:#FFFFFF;}
/* 325 */ .subcategory_wrap .subcat_right h1{ font:37px/35px 'HelveticaLT-Condensed-Bold'; color:#333333; margin-bottom:27px;}
/* 326 */ .subcategory_wrap .subcat_right .cat_desc{ display:inline-block; width:100%;}
/* 327 */ .subcategory_wrap .subcat_right .cat_desc ul li{ font:15px/20px "Helvetica-Condensed-regular"; color:#686868;}
/* 328 */ .subcategory_wrap .subcat_right .cat_desc img{ float:left; width:44%;}
/* 329 */ .subcategory_wrap .subcat_right .cat_desc .taxonomy-description{ float:right; width:52%;}
/* 330 */ .subcategory_wrap .subcat_right .post_filter{ margin:25px 0 0; background:#e3e3e3; padding:12px;}
/* 331 */ .subcategory_wrap .subcat_right .post_filter select{ border:none;}
/* 332 */ .subcategory_wrap .subcat_right .post_filter .select_box1{ font:15px/20px "Helvetica-Condensed-regular"; color:#686868; padding:7px; width:135px;  background: #FFFFFF url(/wp-content/themes/russels/images/select.png) no-repeat 87% center;  appearance: none;  -moz-appearance: none;  -webkit-appearance: none;}
/* 333 */ .subcategory_wrap .subcat_right .post_filter .select_box2{ font:15px/20px "Helvetica-Condensed-regular"; color:#686868; padding:7px; width:75px;  background: #FFFFFF url(/wp-content/themes/russels/images/select.png) no-repeat 87% center;  appearance: none;  -moz-appearance: none;  -webkit-appearance: none;}
/* 334 */ .subcategory_wrap .subcat_right .post_filter .select_box3{ font:15px/20px "Helvetica-Condensed-regular"; color:#686868;  padding:7px; width:75px;  background: #FFFFFF url(/wp-content/themes/russels/images/select.png) no-repeat 87% center;  appearance: none;  -moz-appearance: none;  -webkit-appearance: none;}
/* 335 */ .subcategory_wrap .subcat_right .post_filter label{ color:#333333; font:16px/18px 'HelveticaLT-Condensed-Bold'; padding:0 7px;}
/* 336 */ .subcategory_wrap .subcat_right .post_sub{ background:#ff5d23; color:#FFFFFF; font:16px/18px 'HelveticaLT-Condensed-Bold'; padding:7px; margin-left:10px;}
/* 337 */ .subcategory_wrap .subcat_right .post_lists{ border:1px solid #e3e3e3;}
/* 338 */ .subcategory_wrap .subcat_right .post_lists .post_single_item{ border-top:1px solid #e3e3e3; padding:20px 15px; display:block;}
/* 339 */ .subcategory_wrap .subcat_right .post_lists .post_single_item:first-child{ border:none;}
/* 340 */ .subcategory_wrap .subcat_right .post_lists .post_single_item h2 a{ color:#333333; font:20px/18px 'HelveticaLT-Condensed-Bold';}
/* 341 */ .subcategory_wrap .subcat_right .post_lists .post_single_item h2{ margin-bottom:20px;}
/* 342 */ .subcategory_wrap .subcat_right .post_lists .post_single_item p{ color:#686868; font:15px/20px "Helvetica-Condensed-regular"; text-align:justify;}
/* 343 */ .subcategory_wrap .subcat_right .post_lists .post_single_item .post_single_item_img{ float:left; width:29%;}
/* 344 */ .subcategory_wrap .subcat_right .post_lists .post_single_item .post_single_item_img img{ max-width:100%;}
/* 345 */ .subcategory_wrap .subcat_right .post_lists .post_single_item .post_single_item_cont{ float:right; width:67%;}
/* 346 */ .subcategory_wrap .subcat_right .post_lists .post_single_item ul{ margin-left:15px;}
/* 347 */ .subcategory_wrap .subcat_right .post_lists .post_single_item ul li{ color:#686868; font:15px/20px "Helvetica-Condensed-regular"; list-style:disc; margin-bottom:5px;}
/* 348 */ .subcategory_wrap .subcat_right .post_lists .post_single_item h3{ font:18px/18px 'HelveticaLT-Condensed-Bold'; color:#ff5d23; margin:15px 0;}
/* 349 */ .innerpage-content.gallery-content ul li{ background:none; padding:0; text-align:center; display:inline-block; width:49%; margin-bottom:35px;}
/* 350 */ .innerpage-content.gallery-content ul li:nth-child(even){ background:none; display:inline-block; width:49%; }

/* style.css */

/* 351 */ .innerpage-content.gallery-content ul li img{ max-width:100%; height:auto; vertical-align:middle;}
/* 352 */ .innerpage-content.gallery-content ul { display:inline-block; width:100%;}
/* 353 */ .testimonials-content .pagination{ display:inline-block; width:100%;}
/* 354 */ .testimonials-content .pagination li{ float:left; background:#042659; padding:0; margin-right:5px;}
/* 355 */ .testimonials-content .pagination li a{ font:14px "HelveticaLT-Condensed-Bold"; padding:7px 12px; display:block; color:#fff;}
/* 356 */ .testimonials-content .pagination li:hover{ background:#ff5d23;}
/* 357 */ 
/* 358 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; height: auto !important; width:1150px!important; left:0!important; right:0!important;}
/* 359 */ .single	#cboxLoadedContent{ width:1150px!important; height:auto!important;}
/* 360 */ .single .cboxPhoto{width: 99% !important; height: auto !important;}
/* 361 */ @media screen and (max-width:1200px){
/* 362 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; height: auto !important; width:900px!important; left:0!important; right:0!important;}
/* 363 */ .single	#cboxLoadedContent{ width:900px!important; height:auto!important;}
/* 364 */ .single .cboxPhoto{width: 98% !important; height: auto !important;}
/* 365 */ }
/* 366 */ @media screen and (max-width:980px){
/* 367 */ .header .header-top{ width:100%;}
/* 368 */ .header .header-bottom .menu-blk{ width:100%;}
/* 369 */ .main-content{ width:97.5%; padding:0 10px;}
/* 370 */ .footer .footer-top{ width:100%;}
/* 371 */ .home-iframe iframe{ width:100%;}
/* 372 */ .home-main-cont .home-left{ width:65%;}
/* 373 */ .home-right{ width:30%;}
/* 374 */ .home-categories .cate-blk{ width:31%; text-align:left;}
/* 375 */ .home-categories .cate-blk img{ max-width:100%;}
/* 376 */ .home-categories{ text-align:center;}
/* 377 */ .header .header-bottom .menu-blk .top-menu ul li a{ font-size:12px;}
/* 378 */ .header .header-bottom .menu-blk .top-search .search-field{ height:45px;}
/* 379 */ .banner-img > img{ max-width:100%;}
/* 380 */ 
/* 381 */ /*about us*/
/* 382 */ .innerpage-content .about-show .about-img{ width:22%;}
/* 383 */ 
/* 384 */ /*contact us*/
/* 385 */ .contact-left{ width:48%;}
/* 386 */ .contact-right{ width:48%;}
/* 387 */ 
/* 388 */ .how-work-blk .how-work-col{ width:23%;}
/* 389 */ .how-work-blk .how-work-col{ width:45%;}
/* 390 */ .how-work-blk{ text-align:center;}
/* 391 */ 
/* 392 */ .gallery-content .view9_container{ width:30%;}
/* 393 */ #video_view9_cont_list2{ text-align:center;}
/* 394 */ 
/* 395 */ /*categories*/
/* 396 */ .sub-cate-wrap{ text-align:center;}
/* 397 */ .sub-cate-blk{ text-align:left; width:30%;}
/* 398 */ .sub-cate-blk img{ max-width:100%;}
/* 399 */ .sub-cate-blk h3 a{ font-size:17px;}
/* 400 */ .regency-cont{ text-align:center;}

/* style.css */

/* 401 */ .regency-blk{ text-align:left; width:30%;}
/* 402 */ .regency-blk img{ max-width:100%;}
/* 403 */ .single_content .single_cont{ width:40%;}
/* 404 */ .single_content .single_img{ float:left; width:56%;}
/* 405 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; height: auto !important; width:800px!important; left:0!important; right:0!important;}
/* 406 */ .single	#cboxLoadedContent{ width:800px!important; height:auto!important;}
/* 407 */ .single .cboxPhoto{width: 98% !important; height: auto !important;}
/* 408 */ }
/* 409 */ @media screen and (max-width:925px){
/* 410 */ .subcategory_wrap .subcat_right .post_filter label{ font:15px/18px "HelveticaLT-Condensed-Bold"; padding:0 4px;}
/* 411 */ .subcategory_wrap .subcat_right .post_filter{ padding:10px;}
/* 412 */ .subcategory_wrap .subcat_left ul li a{ font:17px/20px "HelveticaLT-Condensed-Bold";}
/* 413 */ }
/* 414 */ @media screen and (max-width:910px){
/* 415 */ .footer-top{ text-align:center;}
/* 416 */ .foot-links{ text-align:left;}
/* 417 */ .footer-top > div{ margin:0 0 0 20px;}
/* 418 */ .home-main-cont .home-left h2{ font-size:33px; line-height:33px;}
/* 419 */ .subcategory_wrap .subcat_right .post_filter .select_box1{ width:110px; font:14px/18px "Helvetica-Condensed-regular";}
/* 420 */ .subcategory_wrap .subcat_right .post_filter .select_box3{ width:50px;}
/* 421 */ .subcategory_wrap .subcat_left{ width:29%!important;}
/* 422 */ }
/* 423 */ @media screen and (max-width:870px){
/* 424 */ .header .header-bottom .menu-blk .top-menu ul li a{ padding:12px 15px;}
/* 425 */ .header .header-bottom .menu-blk .top-search .search-field{ height:39px;}
/* 426 */ .footer-top > div:first-child{ width:17%;}
/* 427 */ .foot-logo img{ max-width:100%;}
/* 428 */ 
/* 429 */ /*contact us*/
/* 430 */ .contact-left{ width:46%;}
/* 431 */ .contact-right{ width:46%;}
/* 432 */ .contact-addr{ width:150px;}
/* 433 */ .opening-hour{ width:140px;}
/* 434 */ /*categories*/
/* 435 */ .sub-cate-blk h3 a{ font-size:15px;}
/* 436 */ .regency-blk h1{ font-size:15px;}
/* 437 */ }
/* 438 */ @media screen and (max-width:830px){
/* 439 */ .header .header-bottom .menu-blk .top-menu ul li a{ font-size:10px;}
/* 440 */ .header .header-bottom .menu-blk .top-search .search-field{ height:37px;}
/* 441 */ .home-right a{ font-size:20px;}
/* 442 */ .header .header-bottom .menu-blk .top-search .search-submit{ top:9px;}
/* 443 */ .home-categories .cate-blk h3{ font-size:20px; padding:10px 15px;}
/* 444 */ .home-categories .cate-blk .cate-content p{ font-size:15px;}
/* 445 */ .innerpage-content .about-show .about-img{ width:20%;}
/* 446 */ .single_content h1{ font:30px/30px "HelveticaLT-Condensed-Bold";}
/* 447 */ .subcategory_wrap .subcat_right .post_filter label{ padding:0 2px;}
/* 448 */ .subcategory_wrap .subcat_right .post_sub{ margin-left:3px;}
/* 449 */ .subcategory_wrap .subcat_right .post_filter{ padding:5px;}
/* 450 */ .subcategory_wrap .subcat_left ul li a{ padding:17px 12px; width:90%;}

/* style.css */

/* 451 */ .subcategory_wrap .subcat_left{ width:30%!important;}
/* 452 */ .main-content{ width:97%; padding:0 10px;}
/* 453 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; height: auto !important; width:700px!important; left:0!important; right:0!important;}
/* 454 */ .single	#cboxLoadedContent{ width:700px!important; height:auto!important;}
/* 455 */ .single .cboxPhoto{width: 98% !important; height: auto !important;}
/* 456 */ }
/* 457 */ @media screen and (max-width:766px){
/* 458 */ .header .header-top .top-logo{ float:none; display:block; margin:0 auto 15px; width:280px;}
/* 459 */ .header .header-top .top-phone {display: block;float: none;margin: 0 auto 15px;text-align: center;width: 280px;}
/* 460 */ .top-menu .toggleMenu{ background:#ff5d23; color:#fff; font:14px "HelveticaLT-Condensed-Bold"; text-transform:uppercase; display:block !important; text-align:center;}
/* 461 */ .header .header-bottom .menu-blk .top-menu { display:block;}
/* 462 */ .header .header-bottom .menu-blk .top-menu ul li{ display:block; margin:0 0 10px;}
/* 463 */ .header .header-bottom .menu-blk .top-menu ul li a{ display:block; font-size:14px; text-align:center;}
/* 464 */ .nav{ margin:10px 0 0;}
/* 465 */ .header{ position:static !important; height:auto !important;}
/* 466 */ .sticky-wrapper{ height:auto !important;}
/* 467 */ .header .header-bottom{ background:none;}
/* 468 */ .header .header-bottom .menu-blk .top-search{ float:none; display:block; margin:0 auto 15px;}
/* 469 */ .main-menu{ background:#54585a ;}
/* 470 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu{ background:none; border:none;}
/* 471 */ .home-main-cont .home-left{ width:100%; margin:0 0 15px;}
/* 472 */ .home-right{ width:280px; margin:0 auto 15px; display:block; float:none;}
/* 473 */ .home-categories .cate-blk{ width:280px; margin:0 auto 15px !important; display:block;}
/* 474 */ .footer-top > div{ width:280px !important; display:block; margin:0 auto 20px !important; text-align:center;}
/* 475 */ .banner-content p{ font-size:17px;}
/* 476 */ .banner-content h3{ font-size:16px; line-height:16px;}
/* 477 */ 
/* 478 */ .innerpage-content .about-show .about-img {margin: 0 auto 15px;max-width: 228px;width: auto; display:block;}
/* 479 */ .innerpage-content .about-show .about-blk{ display: block;margin: 0 auto 15px;max-width: 280px;text-align: center;vertical-align: top;}
/* 480 */ .innerpage-content .about-show .about-blk p{ text-align:center;}
/* 481 */ 
/* 482 */ /*contact*/
/* 483 */ .contact-left{ width:100%; margin:0 0 15px;}
/* 484 */ .contact-right{ width:100%; margin:0 0 15px;}
/* 485 */ 
/* 486 */ .gallery-content .view9_container{ width:45%;}
/* 487 */ /*categories*/
/* 488 */ .sub-cate-blk{ width:40%; margin:0 25px 25px 0 !important;}
/* 489 */ .sub-cate-blk h3 a{ font-size:17px;}
/* 490 */ .regency-blk{ width:40%; margin:0 25px 25px 0 !important;}
/* 491 */ .regency-blk h1{ font-size:17px;}
/* 492 */ .single_content .single_img{ float:none; margin:20px auto; width:63%!important;}
/* 493 */ .single_content .single_cont{ float:none; width:58%; margin:20px auto;}
/* 494 */ .single_content .single_img .single_thump a{ margin-left:13px;}
/* 495 */ .single_content .single_img .single_thump a:first-child{ width:30.5%;}
/* 496 */ .subcategory_wrap .subcat_left{ width:262px!important; float:none; margin:20px auto;}
/* 497 */ .subcategory_wrap .subcat_right{ width:95%; margin:20px auto; float:none;}
/* 498 */ .subcategory_wrap .subcat_left ul li a{ text-align:center;}
/* 499 */ .subcategory_wrap .subcat_right .post_filter .select_box3{ width:14%;}
/* 500 */ .subcategory_wrap .subcat_right .post_filter .select_box2{ width:14%;}

/* style.css */

/* 501 */ .subcategory_wrap .subcat_right .post_filter .select_box1{ width:22%;}
/* 502 */ .subcategory_wrap .subcat_right .post_filter label{ font:16px/18px "HelveticaLT-Condensed-Bold"; padding:0 4px;}
/* 503 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; height: auto !important; width:600px!important; left:0!important; right:0!important;}
/* 504 */ .single	#cboxLoadedContent{ width:600px!important; height:auto!important;}
/* 505 */ .single .cboxPhoto{width: 98% !important; height: auto !important;}
/* 506 */ }
/* 507 */ /*added by webdeveloper starts here*/
/* 508 */ .numtitle{text-decoration: underline;}
/* 509 */ .notfound .search-field{ height:48px;  -webkit-appearance: none; background:#696e71; font:14px 'Helvetica-Condensed-regular'; text-transform:uppercase; color:#fff; padding:0 40px 0 20px; width:70%;-webkit-appearance: none; border:none;}
/* 510 */ .notfound .search-submit{height:48px;  -webkit-appearance: none; background:#696e71; font:14px 'Helvetica-Condensed-regular'; text-transform:uppercase; color:#fff; padding:0 40px 0 20px; }
/* 511 */ .innerpage-content ul.firstlevel li{background: none !important;margin:0 0 16px;}
/* 512 */ .innerpage-content ul.secondlevel li{background: none !important;margin:0 0 16px;}
/* 513 */ .innerpage-content ul.thirdlevel li{background: none !important;margin:0 0 16px;}
/* 514 */ ul.secondlevel{padding-top:12px;}
/* 515 */ ul.thirdlevel{padding-top:12px;}
/* 516 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu li.hover .sub-menu li .sub-menu li .sub-menu {display:none}
/* 517 */ .header .header-bottom .menu-blk .top-menu ul li.hover .sub-menu li.hover .sub-menu li.hover .sub-menu li.hover .sub-menu {display:block}
/* 518 */ /*added by webdeveloper ends here*/
/* 519 */ @media screen and (max-width:640px){
/* 520 */ .sub-cate-blk h3 a{ font-size:15px;}
/* 521 */ .regency-blk h1{ font-size:15px;}
/* 522 */ .single_content .single_img{ float:none; margin:20px auto; width:78%!important;}
/* 523 */ .single_content .single_cont{ float:none; width:75%; margin:20px auto;}
/* 524 */ .subcategory_wrap .subcat_right .post_filter .select_box3{ width:10%;}
/* 525 */ .subcategory_wrap .subcat_right .post_filter .select_box2{ width:12%;}
/* 526 */ .subcategory_wrap .subcat_right .post_filter .select_box1{ width:20%;}
/* 527 */ .subcategory_wrap .subcat_right h1{ font:30px/35px "HelveticaLT-Condensed-Bold";}
/* 528 */ .main-content{ width:96%; padding:0 10px;}
/* 529 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; height: auto !important; width:500px!important; left:0!important; right:0!important;}
/* 530 */ .single	#cboxLoadedContent{ width:500px!important; height:auto!important;}
/* 531 */ .single .cboxPhoto{width: 98% !important; height: auto !important;}
/* 532 */ }
/* 533 */ @media screen and (max-width:550px){
/* 534 */ .banner-content h3{ font-size:12px; line-height:12px;}
/* 535 */ .banner-content p{ font-size:13px; line-height:13px;}
/* 536 */ .contact-left .contact-form .form-field input{ width:90%;}
/* 537 */ .contact-left .contact-form .form-field textarea{ width:90%;}
/* 538 */ .gallery-content .view9_container{ width:280px; display:block; margin:0 auto 15px;}
/* 539 */ .subcategory_wrap .subcat_right .post_filter .select_box3{ width:50px;}
/* 540 */ .subcategory_wrap .subcat_right .post_filter .select_box2{ width:70px;}
/* 541 */ .subcategory_wrap .subcat_right .post_filter .select_box1{ width:140px;}
/* 542 */ /*categories*/
/* 543 */ .sub-cate-blk{ width:280px; margin:0 auto 15px !important; display:block;}
/* 544 */ .sub-cate-blk h3 a{ font-size:17px;}
/* 545 */ .regency-blk{ width:280px; margin:0 auto 15px !important; display:block;}
/* 546 */ .regency-blk h1{ font-size:17px;}
/* 547 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; width:400px!important; left:0!important; right:0!important;}
/* 548 */ .single	#cboxLoadedContent{ width:400px!important; height:auto!important;}
/* 549 */ .single .cboxPhoto{width: 98% !important; height: auto !important;}
/* 550 */ }

/* style.css */

/* 551 */ @media screen and (max-width:520px){
/* 552 */ .single_content .single_img{ float:none; margin:20px auto; width:90%!important;}
/* 553 */ .single_content .single_cont{ float:none; width:90%; margin:20px auto;}
/* 554 */ .subcategory_wrap .subcat_right .cat_desc img{ float:none; margin:20px auto; width:65%;}
/* 555 */ .subcategory_wrap .subcat_right .cat_desc .taxonomy-description{ float:none; margin:20px auto; width:80%;}
/* 556 */ .subcategory_wrap .subcat_right .post_lists .post_single_item .post_single_item_img{ float:none; margin:20px auto; width:45%;}
/* 557 */ .subcategory_wrap .subcat_right .post_lists .post_single_item .post_single_item_cont{float:none; margin:20px auto; width:85%;}
/* 558 */ .subcategory_wrap .subcat_right .cat_desc{ text-align:center;}
/* 559 */ .subcategory_wrap .subcat_right .taxonomy-description ul{ text-align:left;}
/* 560 */ .main-content{ width:95%; padding:0 10px;}
/* 561 */ }
/* 562 */ @media screen and (max-width:446px){
/* 563 */ .single_content .single_img .single_thump a:first-child{ width:29.5%;}
/* 564 */ .subcategory_wrap .subcat_right .cat_desc img{ float:none; margin:20px auto; width:75%;}
/* 565 */ .subcategory_wrap .subcat_right .cat_desc .taxonomy-description{ float:none; margin:20px auto; width:90%;}
/* 566 */ .subcategory_wrap .subcat_right h1{ font:24px/28px "HelveticaLT-Condensed-Bold";}
/* 567 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; width:350px!important; left:0!important; right:0!important;}
/* 568 */ .single	#cboxLoadedContent{ width:350px!important; height:auto!important;}
/* 569 */ .single .cboxPhoto{width: 97% !important; height: auto !important;}
/* 570 */ }
/* 571 */ @media screen and (max-width:395px){
/* 572 */ .single_content .single_img .single_thump a:first-child{ width:28.5%;}
/* 573 */ .main-content{ width:94%; padding:0 10px;}
/* 574 */ .single #colorbox,.single #cboxWrapper,.single #cboxContent{ margin:0 auto; width:280px!important; left:0!important; right:0!important;}
/* 575 */ .single	#cboxLoadedContent{ width:280px!important; height:auto!important;}
/* 576 */ .single .cboxPhoto{width: 97% !important; height: auto !important;}
/* 577 */ }
/* 578 */ @media screen and (max-width:355px){
/* 579 */ .single_content .single_img .single_thump a:first-child{ width:27.5%;}
/* 580 */ }
/* 581 */ /*added by web developer starts here*/
/* 582 */ .popup-title{font:15px 'Helvetica-Condensed-regular';}
/* 583 */ .popup-content{font:15px 'Helvetica-Condensed-regular';}
/* 584 */ .popup-content .form-field input.wpcf7-submit{ background:#ff5d23; font:20px 'HelveticaLT-Condensed-Bold'; text-transform:uppercase; color:#fff; width:100%; padding:0; height:50px;max-width:100%;}
/* 585 */ .popup-content .form-field input{ background:#efefef; height:40px; width:95%; padding:0 10px; border:none; font:15px 'Helvetica-Condensed-regular';}
/* 586 */ .popup-content .form-field {margin: 0 0 18px;}
/* 587 */ .popup-content .form-field textarea{ background:#efefef;width:95%; resize:none; padding:10px; height:120px; font:15px 'Helvetica-Condensed-regular';}
/* 588 */ .popup-content #hourse_plan{padding: 13px 10px 0px 10px !important;}
/* 589 */ /*added 2018-02-12*/
/* 590 */ /*.custom-products{min-height: 408px;}*/
/* 591 */ .custom-products{margin-bottom: 15px !important;}
/* 592 */ .custom-products .cate-content{padding: 0px 20px 20px 20px !important;}
/* 593 */ .custom-products img{width: 100%;margin-bottom:15px !important;}
/* 594 */ .custom-products h3{font: 16px 'HelveticaLT-Condensed-Bold' !important;overflow: hidden;}
/* 595 */ span.regular-price { font-weight: 600; font-size: 22px; color: #ff5d23;padding-right:12px;}
/* 596 */ del.sales-price {text-decoration:line-through;font-size:12px;color: #ff5d23;}
/* 597 */ .home-categories.top{margin:20px 0 0}
/* 598 */ .home-categories.top .cat-img{padding: 0px 4px 0px 4px;}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/plugins/sticky-popup/css

*/

/* sticky-popup.css */

/* 1   */ body
/* 2   */ {
/* 3   */     -ms-overflow-style: scrollbar;
/* 4   */ }
/* 5   */ .sticky-popup
/* 6   */ {
/* 7   */ 	position: fixed;	
/* 8   */ 	width: 350px;
/* 9   */ 	visibility: hidden;	
/* 10  */     z-index: 999999;
/* 11  */ }
/* 12  */ .sticky-popup .popup-header
/* 13  */ {   
/* 14  */     padding: 10px 5px 5px 10px;
/* 15  */     border:1px solid #2C5A85;   
/* 16  */     cursor:pointer;
/* 17  */ }
/* 18  */ 
/* 19  */ .popup-title
/* 20  */ {
/* 21  */     color: #ffffff; 
/* 22  */     font-size: 18px;
/* 23  */     font-weight: bold;
/* 24  */ }
/* 25  */     
/* 26  */ .popup-image 
/* 27  */ {
/* 28  */     float: right;
/* 29  */     padding: 0 15px 0 0;
/* 30  */     margin: 0px;
/* 31  */     width:25px;
/* 32  */ }
/* 33  */ 
/* 34  */ .popup-image img
/* 35  */ {
/* 36  */     max-width: 20px;
/* 37  */     max-height: 20px;    
/* 38  */ }
/* 39  */ .popup-content
/* 40  */ {
/* 41  */     width: 100%;
/* 42  */     max-width: 100%;
/* 43  */     overflow-x: hidden;
/* 44  */     overflow-y:auto;
/* 45  */     height: 400px;
/* 46  */     background-color: #fefefe;
/* 47  */     border: 1px solid hsl(0, 0%, 92%);
/* 48  */ }
/* 49  */ 
/* 50  */ .popup-content input, textarea, select

/* sticky-popup.css */

/* 51  */ {
/* 52  */     max-width: 95%;
/* 53  */ }
/* 54  */ .popup-content p
/* 55  */ {
/* 56  */     margin: 5px 0 5px 0px;
/* 57  */ }
/* 58  */ .popup-content-pad
/* 59  */ {
/* 60  */     padding: 10px;
/* 61  */ }
/* 62  */ /*Right Bottom and Left bottom side popup style*/
/* 63  */ .right-bottom
/* 64  */ {   
/* 65  */     right: 2%;
/* 66  */     bottom: 0;  
/* 67  */ }
/* 68  */ .left-bottom .popup-header
/* 69  */ {
/* 70  */     border-radius: 4px 4px 0 0;
/* 71  */ }
/* 72  */ .right-bottom .popup-header
/* 73  */ {
/* 74  */     border-radius: 4px 4px 0 0;
/* 75  */ }
/* 76  */ .left-bottom
/* 77  */ {   
/* 78  */     left: 2%;
/* 79  */     bottom: 0;  
/* 80  */ }
/* 81  */ .open_sticky_popup {
/* 82  */     -webkit-transition: bottom .8s;
/* 83  */     -moz-transition: bottom .8s;
/* 84  */     -o-transition: bottom .8s;
/* 85  */     transition: bottom .8s;
/* 86  */ }
/* 87  */ @-webkit-keyframes popup_content_bounce_in_up{
/* 88  */     0%{opacity:0;-webkit-transform:translateY(2000px)}
/* 89  */     60%{opacity:1;-webkit-transform:translateY(-30px)}
/* 90  */     80%{-webkit-transform:translateY(10px)}
/* 91  */     100%{-webkit-transform:translateY(0)}
/* 92  */ }
/* 93  */ @-moz-keyframes popup_content_bounce_in_up{
/* 94  */     0%{opacity:0;-moz-transform:translateY(2000px)}
/* 95  */     60%{opacity:1;-moz-transform:translateY(-30px)}
/* 96  */     80%{-moz-transform:translateY(10px)}
/* 97  */     100%{-moz-transform:translateY(0)}
/* 98  */ }
/* 99  */ @-o-keyframes popup_content_bounce_in_up{
/* 100 */     0%{opacity:0;-o-transform:translateY(2000px)}

/* sticky-popup.css */

/* 101 */     60%{opacity:1;-o-transform:translateY(-30px)}
/* 102 */     80%{-o-transform:translateY(10px)}
/* 103 */     100%{-o-transform:translateY(0)}
/* 104 */ }
/* 105 */ @keyframes popup_content_bounce_in_up{
/* 106 */     0%{opacity:0;transform:translateY(2000px)}
/* 107 */     60%{opacity:1;transform:translateY(-30px)}
/* 108 */     80%{transform:translateY(10px)}
/* 109 */     100%{transform:translateY(0)}
/* 110 */ }
/* 111 */ .popup-content-bounce-in-up{    
/* 112 */     -webkit-animation-name:popup_content_bounce_in_up;
/* 113 */     -moz-animation-name:popup_content_bounce_in_up;
/* 114 */     -o-animation-name:popup_content_bounce_in_up;
/* 115 */     animation-name:popup_content_bounce_in_up;
/* 116 */     -webkit-animation-duration: 2s;
/* 117 */     animation-duration: 2s;
/* 118 */     -webkit-animation-fill-mode: both;
/* 119 */     animation-fill-mode: both;
/* 120 */ }
/* 121 */ /*Right side popup style*/
/* 122 */ .sticky-popup-right
/* 123 */ {
/* 124 */     /*top:25%;*/
/* 125 */     right:0;    
/* 126 */ }
/* 127 */ .sticky-popup-right .popup-header
/* 128 */ {
/* 129 */     width: 35px;
/* 130 */     margin-top: 35%;
/* 131 */     float: left;
/* 132 */     height: 160px;
/* 133 */     border-radius: 4px 0 0 4px;
/* 134 */     padding: 0px;  
/* 135 */ }
/* 136 */ .sticky-popup-right .popup-title
/* 137 */ {
/* 138 */     writing-mode:tb-rl;
/* 139 */     -webkit-transform:rotate(90deg);
/* 140 */     -moz-transform:rotate(90deg);
/* 141 */     -o-transform: rotate(90deg);
/* 142 */     white-space:nowrap;
/* 143 */     display: block;
/* 144 */     padding:5px;    
/* 145 */ }
/* 146 */ .sticky-popup-right .popup-image
/* 147 */ {
/* 148 */     margin:7px -135px 0 0;
/* 149 */ margin-right:-16px\9 !important;
/* 150 */ padding-right:15px\9 !important;

/* sticky-popup.css */

/* 151 */     width: 40px;
/* 152 */     padding: 0px;
/* 153 */     -webkit-transform:rotate(90deg);
/* 154 */     -moz-transform:rotate(90deg);
/* 155 */     -o-transform: rotate(90deg);
/* 156 */ }
/* 157 */ .sticky-popup-right .ie10 .popup-image
/* 158 */ {
/* 159 */     margin-right:-16px !important;
/* 160 */ }
/* 161 */ .sticky-popup-right .ie11 .popup-image
/* 162 */ {
/* 163 */     margin-right:-16px !important;
/* 164 */ }
/* 165 */ .sticky-popup-right .popup-content
/* 166 */ {    
/* 167 */     width: auto;
/* 168 */ }
/* 169 */ .open_sticky_popup_right{
/* 170 */     -webkit-transition: right .8s;
/* 171 */     -moz-transition: right .8s;
/* 172 */     -o-transition: right .8s;
/* 173 */     transition: right .8s;
/* 174 */ }
/* 175 */ @-webkit-keyframes popup_content_bounce_in_right {
/* 176 */     0% {
/* 177 */         opacity: 0;
/* 178 */         -webkit-transform: translateX(2000px);
/* 179 */         transform: translateX(2000px);
/* 180 */     }
/* 181 */ 
/* 182 */     60% {
/* 183 */         opacity: 1;
/* 184 */         -webkit-transform: translateX(-30px);
/* 185 */         transform: translateX(-30px);
/* 186 */     }
/* 187 */ 
/* 188 */     80% {
/* 189 */         -webkit-transform: translateX(10px);
/* 190 */         transform: translateX(10px);
/* 191 */     }
/* 192 */ 
/* 193 */     100% {
/* 194 */         -webkit-transform: translateX(0);
/* 195 */         transform: translateX(0);
/* 196 */     }
/* 197 */ }
/* 198 */ 
/* 199 */ @keyframes popup_content_bounce_in_right {
/* 200 */     0% {

/* sticky-popup.css */

/* 201 */         opacity: 0;
/* 202 */         -webkit-transform: translateX(2000px);
/* 203 */         -ms-transform: translateX(2000px);
/* 204 */         transform: translateX(2000px);
/* 205 */     }
/* 206 */ 
/* 207 */     60% {
/* 208 */         opacity: 1;
/* 209 */         -webkit-transform: translateX(-30px);
/* 210 */         -ms-transform: translateX(-30px);
/* 211 */         transform: translateX(-30px);
/* 212 */     }
/* 213 */ 
/* 214 */     80% {
/* 215 */         -webkit-transform: translateX(10px);
/* 216 */         -ms-transform: translateX(10px);
/* 217 */         transform: translateX(10px);
/* 218 */     }
/* 219 */ 
/* 220 */     100% {
/* 221 */         -webkit-transform: translateX(0);
/* 222 */         -ms-transform: translateX(0);
/* 223 */         transform: translateX(0);
/* 224 */     }
/* 225 */ }
/* 226 */ .popup-content-bounce-in-right{ 
/* 227 */     -webkit-animation-name:popup_content_bounce_in_right;
/* 228 */     -moz-animation-name:popup_content_bounce_in_right;
/* 229 */     -o-animation-name:popup_content_bounce_in_right;
/* 230 */     animation-name:popup_content_bounce_in_right;
/* 231 */     -webkit-animation-duration: 2s;
/* 232 */     animation-duration: 2s;
/* 233 */     -webkit-animation-fill-mode: both;
/* 234 */     animation-fill-mode: both;
/* 235 */ }
/* 236 */ /*Left side popup style*/
/* 237 */ .sticky-popup-left
/* 238 */ {
/* 239 */ 	/*top:25%;*/
/* 240 */ 	left:0;    
/* 241 */ }
/* 242 */ .sticky-popup-left .popup-header
/* 243 */ {
/* 244 */     width: 40px;
/* 245 */     padding: 0px; 
/* 246 */     margin: 35% 0 0 0;
/* 247 */     float: right;
/* 248 */     height: 160px;
/* 249 */     border-radius: 0 4px 4px 0;    
/* 250 */ }

/* sticky-popup.css */

/* 251 */ .sticky-popup-left .popup-title
/* 252 */ {
/* 253 */     padding:10px;
/* 254 */     writing-mode:tb-rl;
/* 255 */     -webkit-transform:rotate(90deg);
/* 256 */     -moz-transform:rotate(90deg);
/* 257 */     -o-transform: rotate(90deg);
/* 258 */     white-space:nowrap;
/* 259 */     display: block;    
/* 260 */ }
/* 261 */ .sticky-popup-left .popup-image
/* 262 */ {
/* 263 */     margin:7px -135px 0 0;
/* 264 */     margin-right:-20px\9 !important;
/* 265 */     padding-right:20px\9 !important;
/* 266 */     width: 40px;
/* 267 */     padding: 0px;    
/* 268 */     -webkit-transform:rotate(90deg);
/* 269 */     -moz-transform:rotate(90deg);
/* 270 */     -o-transform: rotate(90deg);    
/* 271 */ }
/* 272 */ 
/* 273 */ .sticky-popup-left .ie8 .popup-image
/* 274 */ {
/* 275 */     margin-right:-16px !important;
/* 276 */ }
/* 277 */ .sticky-popup-left .ie9 .popup-image
/* 278 */ {
/* 279 */     margin-right:-16px !important;
/* 280 */ }
/* 281 */ .sticky-popup-left .ie10 .popup-image
/* 282 */ {
/* 283 */     margin-right:-16px !important;
/* 284 */ }
/* 285 */ .sticky-popup-left .ie11 .popup-image
/* 286 */ {
/* 287 */     margin-right:-16px !important;
/* 288 */ }
/* 289 */ .sticky-popup-left .popup-content
/* 290 */ {    
/* 291 */     width: auto;
/* 292 */     padding:0px;
/* 293 */     margin:0px;    
/* 294 */ }
/* 295 */ .open_sticky_popup_left{
/* 296 */     -webkit-transition: left .8s;
/* 297 */     -moz-transition: left .8s;
/* 298 */     -o-transition: left .8s;
/* 299 */     transition: left .8s;
/* 300 */ }

/* sticky-popup.css */

/* 301 */ @-webkit-keyframes popup_content_bounce_in_right_left {
/* 302 */     0% {
/* 303 */         opacity: 0;
/* 304 */         -webkit-transform: translateX(-2000px);
/* 305 */         transform: translateX(-2000px);
/* 306 */     }
/* 307 */ 
/* 308 */     60% {
/* 309 */         opacity: 1;
/* 310 */         -webkit-transform: translateX(30px);
/* 311 */         transform: translateX(30px);
/* 312 */     }
/* 313 */ 
/* 314 */     80% {
/* 315 */         -webkit-transform: translateX(-10px);
/* 316 */         transform: translateX(-10px);
/* 317 */     }
/* 318 */ 
/* 319 */     100% {
/* 320 */         -webkit-transform: translateX(0);
/* 321 */         transform: translateX(0);
/* 322 */     }
/* 323 */ }
/* 324 */ 
/* 325 */ @keyframes popup_content_bounce_in_right_left {
/* 326 */     0% {
/* 327 */         opacity: 0;
/* 328 */         -webkit-transform: translateX(-2000px);
/* 329 */         -ms-transform: translateX(-2000px);
/* 330 */         transform: translateX(-2000px);
/* 331 */     }
/* 332 */ 
/* 333 */     60% {
/* 334 */         opacity: 1;
/* 335 */         -webkit-transform: translateX(30px);
/* 336 */         -ms-transform: translateX(30px);
/* 337 */         transform: translateX(30px);
/* 338 */     }
/* 339 */ 
/* 340 */     80% {
/* 341 */         -webkit-transform: translateX(-10px);
/* 342 */         -ms-transform: translateX(-10px);
/* 343 */         transform: translateX(-10px);
/* 344 */     }
/* 345 */ 
/* 346 */     100% {
/* 347 */         -webkit-transform: translateX(0);
/* 348 */         -ms-transform: translateX(0);
/* 349 */         transform: translateX(0);
/* 350 */     }

/* sticky-popup.css */

/* 351 */ }
/* 352 */ .popup-content-bounce-in-left {
/* 353 */     -webkit-animation-name:popup_content_bounce_in_right_left;
/* 354 */     -moz-animation-name:popup_content_bounce_in_right_left;
/* 355 */     -o-animation-name:popup_content_bounce_in_right_left;
/* 356 */     animation-name:popup_content_bounce_in_right_left;
/* 357 */     -webkit-animation-duration: 2s;
/* 358 */     animation-duration: 2s;
/* 359 */     -webkit-animation-fill-mode: both;
/* 360 */     animation-fill-mode: both;
/* 361 */ }
/* 362 */ /* Top Left and Top Right style */
/* 363 */ .top-left .popup-header
/* 364 */ {
/* 365 */    border-radius:0 0 4px 4px;
/* 366 */ }
/* 367 */ .top-right .popup-header
/* 368 */ {
/* 369 */    border-radius:0 0 4px 4px;
/* 370 */ }
/* 371 */ .open_sticky_popup_top {
/* 372 */     -webkit-transition: top .8s;
/* 373 */     -moz-transition: top .8s;
/* 374 */     -o-transition: top .8s;
/* 375 */     transition: top .8s;
/* 376 */ }
/* 377 */ @-webkit-keyframes popup_content_bounce_in_down{
/* 378 */     0%{opacity:0;-webkit-transform:translateY(2000px)}
/* 379 */     60%{opacity:1;-webkit-transform:translateY(-30px)}
/* 380 */     80%{-webkit-transform:translateY(10px)}
/* 381 */     100%{-webkit-transform:translateY(0)}
/* 382 */ }
/* 383 */ @-moz-keyframes popup_content_bounce_in_down{
/* 384 */     0%{opacity:0;-moz-transform:translateY(2000px)}
/* 385 */     60%{opacity:1;-moz-transform:translateY(-30px)}
/* 386 */     80%{-moz-transform:translateY(10px)}
/* 387 */     100%{-moz-transform:translateY(0)}
/* 388 */ }
/* 389 */ @-o-keyframes popup_content_bounce_in_down{
/* 390 */     0%{opacity:0;-o-transform:translateY(2000px)}
/* 391 */     60%{opacity:1;-o-transform:translateY(-30px)}
/* 392 */     80%{-o-transform:translateY(10px)}
/* 393 */     100%{-o-transform:translateY(0)}
/* 394 */ }
/* 395 */ @keyframes popup_content_bounce_in_down{
/* 396 */     0%{opacity:0;transform:translateY(50px)}
/* 397 */     60%{opacity:1;transform:translateY(-30px)}
/* 398 */     80%{transform:translateY(10px)}
/* 399 */     100%{transform:translateY(0)}
/* 400 */ }

/* sticky-popup.css */

/* 401 */ .popup-content-bounce-in-down{    
/* 402 */     -webkit-animation-name:popup_content_bounce_in_down;
/* 403 */     -moz-animation-name:popup_content_bounce_in_down;
/* 404 */     -o-animation-name:popup_content_bounce_in_down;
/* 405 */     animation-name:popup_content_bounce_in_down;
/* 406 */     -webkit-animation-duration: 2s;
/* 407 */     animation-duration: 2s;
/* 408 */     -webkit-animation-fill-mode: both;
/* 409 */     animation-fill-mode: both;
/* 410 */ }
/* 411 */ 
/* 412 */ .top-left
/* 413 */ {
/* 414 */     left: 2%;
/* 415 */ }
/* 416 */ .top-right
/* 417 */ {
/* 418 */     right : 2%;
/* 419 */ }
/* 420 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/russellsftg7382/public_html
currentDir : /home/russellsftg7382/public_html/wp-content/themes/russels/css

file-relative URI  : ../images/loading.gif
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/../images/loading.gif
docroot stripped   : /wp-content/themes/russels/css/../images/loading.gif
traversals removed : /wp-content/themes/russels/images/loading.gif

file-relative URI  : ../images/whiteleftarrow.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/../images/whiteleftarrow.png
docroot stripped   : /wp-content/themes/russels/css/../images/whiteleftarrow.png
traversals removed : /wp-content/themes/russels/images/whiteleftarrow.png

file-relative URI  : ../images/greenleft.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/../images/greenleft.png
docroot stripped   : /wp-content/themes/russels/css/../images/greenleft.png
traversals removed : /wp-content/themes/russels/images/greenleft.png

file-relative URI  : ../images/whiterightarrow.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/../images/whiterightarrow.png
docroot stripped   : /wp-content/themes/russels/css/../images/whiterightarrow.png
traversals removed : /wp-content/themes/russels/images/whiterightarrow.png

file-relative URI  : ../images/greenarrow.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/../images/greenarrow.png
docroot stripped   : /wp-content/themes/russels/css/../images/greenarrow.png
traversals removed : /wp-content/themes/russels/images/greenarrow.png

file-relative URI  : ../images/close.png
path prepended     : /home/russellsftg7382/public_html/wp-content/themes/russels/css/../images/close.png
docroot stripped   : /wp-content/themes/russels/css/../images/close.png
traversals removed : /wp-content/themes/russels/images/close.png

*/

/* colorbox.css */

/* 1  */ /*
/* 2  *|     Colorbox Core Style:
/* 3  *|     The following CSS is consistent between example themes and should not be altered.
/* 4  *| */
/* 5  */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:100011; }
/* 6  */ #cboxWrapper {max-width:none;}
/* 7  */ #cboxOverlay{position:fixed; width:100%; height:100%;}
/* 8  */ #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
/* 9  */ #cboxContent{position:relative;}
/* 10 */ #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
/* 11 */ #cboxTitle{margin:0;}
/* 12 */ #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
/* 13 */ #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 14 */ .cboxPhoto{float:left; margin:auto; border:5px solid #fff; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
/* 15 */ .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
/* 16 */ #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 17 */ 
/* 18 */ /* 
/* 19 *|     User Style:
/* 20 *|     Change the following styles to modify the appearance of Colorbox.  They are
/* 21 *|     ordered & tabbed in a way that represents the nesting of the generated HTML.
/* 22 *| */
/* 23 */ #cboxOverlay{ background:#000000; opacity: 0.8!important; filter: alpha(opacity = 90);}
/* 24 */ #colorbox{outline:0;}
/* 25 */     
/* 26 */     #cboxContent{background:#fff; }
/* 27 */         .cboxIframe{background:#fff;}
/* 28 */         #cboxError{padding:50px; border:1px solid #ccc;}
/* 29 */         #cboxLoadedContent{/*margin-bottom:28px;*/}
/* 30 */         #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
/* 31 */         #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494; display:none!important;}
/* 32 */         #cboxLoadingOverlay{ opacity:0.8; background:#000000;}
/* 33 */         #cboxLoadingGraphic{background:url(/wp-content/themes/russels/images/loading.gif) no-repeat center center;}
/* 34 */ 
/* 35 */         /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* 36 */         #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* 37 */         
/* 38 */         /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* 39 */         #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
/* 40 */ 
/* 41 */         #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
/* 42 */         #cboxPrevious{position:absolute; top:40%; left:-55px; background:url(/wp-content/themes/russels/images/whiteleftarrow.png) no-repeat; width:25px; height:66px; text-indent:-9999px;}
/* 43 */         #cboxPrevious:hover{background:url(/wp-content/themes/russels/images/greenleft.png) no-repeat;}
/* 44 */         #cboxNext{position:absolute; top:40%; right:-55px; background:url(/wp-content/themes/russels/images/whiterightarrow.png) ; width:25px; height:66px; text-indent:-9999px;}
/* 45 */         #cboxNext:hover{background:url(/wp-content/themes/russels/images/greenarrow.png) no-repeat;}
/* 46 */         #cboxClose{position:absolute; top:-12px; right:-18px; background:url(/wp-content/themes/russels/images/close.png) no-repeat; width:37px; height:37px; text-indent:-9999px;}
/* 47 */         #cboxClose:hover{}
/* 48 */ 
/* 49 */ /*
/* 50 *|   The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

/* colorbox.css *|

/* 51 *|   when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
/* 52 *|   See: http://jacklmoore.com/notes/ie-transparency-problems/
/* 53 *| */
/* 54 */ .cboxIE #cboxTopLeft,
/* 55 */ .cboxIE #cboxTopCenter,
/* 56 */ .cboxIE #cboxTopRight,
/* 57 */ .cboxIE #cboxBottomLeft,
/* 58 */ .cboxIE #cboxBottomCenter,
/* 59 */ .cboxIE #cboxBottomRight,
/* 60 */ .cboxIE #cboxMiddleLeft,
/* 61 */ .cboxIE #cboxMiddleRight {
/* 62 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
/* 63 */ }
