
/* captions.css */

/* 1   */ @import url('/fonts.googleapis.com/css__q_676ce02150/index.bin');
/* 2   */ 
/* 3   */ .tp-caption.big_yellow{
/* 4   */             position: absolute; 
/* 5   */ 			color: #ffd658; 
/* 6   */ 			text-shadow: none; 
/* 7   */ 			font-weight: 400; 
/* 8   */ 			font-size: 100px; 
/* 9   */ 			line-height: 36px; 
/* 10  */ 			font-family: "Open Sans"; 
/* 11  */ 			padding: 0px 4px; 
/* 12  */ 			padding-top: 1px;
/* 13  */ 			margin: 0px; 
/* 14  */ 			border-width: 0px; 
/* 15  */ 			border-style: none; 
/* 16  */ 			background-color:transparent;	
/* 17  */ 								
/* 18  */ 		}
/* 19  */ 
/* 20  */ .tp-caption.big_bluee{
/* 21  */             position: absolute; 
/* 22  */ 			color: blue; 
/* 23  */ 			text-shadow: none; 
/* 24  */ 			font-weight: 400; 
/* 25  */ 			font-size: 78px; 
/* 26  */ 			line-height: 36px; 
/* 27  */ 			font-family: "Open Sans"; 
/* 28  */ 			padding: 0px 4px; 
/* 29  */ 			padding-top: 1px;
/* 30  */ 			margin: 0px; 
/* 31  */ 			border-width: 0px; 
/* 32  */ 			border-style: none; 
/* 33  */ 			background-color:transparent;	
/* 34  */ 								
/* 35  */ 		}
/* 36  */ .tp-caption.big_white{
/* 37  */ 			position: absolute; 
/* 38  */ 			color: #fff; 
/* 39  */ 			text-shadow: none; 
/* 40  */ 			font-weight: 700; 
/* 41  */ 			font-size: 36px; 
/* 42  */ 			line-height: 36px; 
/* 43  */ 			font-family: Arial; 
/* 44  */ 			padding: 0px 4px; 
/* 45  */ 			padding-top: 1px;
/* 46  */ 			margin: 0px; 
/* 47  */ 			border-width: 0px; 
/* 48  */ 			border-style: none; 
/* 49  */ 			background-color:#000;	
/* 50  */ 			letter-spacing: -1.5px;										

/* captions.css */

/* 51  */ 		}
/* 52  */ 
/* 53  */ .tp-caption.big_orange{
/* 54  */ 			position: absolute; 
/* 55  */ 			color: #ff7302; 
/* 56  */ 			text-shadow: none; 
/* 57  */ 			font-weight: 700; 
/* 58  */ 			font-size: 36px; 
/* 59  */ 			line-height: 36px; 
/* 60  */ 			font-family: Arial; 
/* 61  */ 			padding: 0px 4px; 
/* 62  */ 			margin: 0px; 
/* 63  */ 			border-width: 0px; 
/* 64  */ 			border-style: none; 
/* 65  */ 			background-color:#fff;	
/* 66  */ 			letter-spacing: -1.5px;															
/* 67  */ 		}	
/* 68  */ 					
/* 69  */ .tp-caption.big_black{
/* 70  */ 			position: absolute; 
/* 71  */ 			color: #000; 
/* 72  */ 			text-shadow: none; 
/* 73  */ 			font-weight: 700; 
/* 74  */ 			font-size: 36px; 
/* 75  */ 			line-height: 36px; 
/* 76  */ 			font-family: Arial; 
/* 77  */ 			padding: 0px 4px; 
/* 78  */ 			margin: 0px; 
/* 79  */ 			border-width: 0px; 
/* 80  */ 			border-style: none; 
/* 81  */ 			background-color:#fff;	
/* 82  */ 			letter-spacing: -1.5px;															
/* 83  */ 		}		
/* 84  */ 
/* 85  */ .tp-caption.medium_grey{
/* 86  */ 			position: absolute; 
/* 87  */ 			color: #fff; 
/* 88  */ 			text-shadow: none; 
/* 89  */ 			font-weight: 700; 
/* 90  */ 			font-size: 20px; 
/* 91  */ 			line-height: 20px; 
/* 92  */ 			font-family: Arial; 
/* 93  */ 			padding: 2px 4px; 
/* 94  */ 			margin: 0px; 
/* 95  */ 			border-width: 0px; 
/* 96  */ 			border-style: none; 
/* 97  */ 			background-color:#888;		
/* 98  */ 			white-space:nowrap;	
/* 99  */ 			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
/* 100 */ 		}	

/* captions.css */

/* 101 */ 					
/* 102 */ .tp-caption.small_text{
/* 103 */ 			position: absolute; 
/* 104 */ 			color: #fff; 
/* 105 */ 			text-shadow: none; 
/* 106 */ 			font-weight: 700; 
/* 107 */ 			font-size: 14px; 
/* 108 */ 			line-height: 20px; 
/* 109 */ 			font-family: Arial; 
/* 110 */ 			margin: 0px; 
/* 111 */ 			border-width: 0px; 
/* 112 */ 			border-style: none; 
/* 113 */ 			white-space:nowrap;	
/* 114 */ 			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
/* 115 */ 		}
/* 116 */ 					
/* 117 */ .tp-caption.medium_text{
/* 118 */ 			position: absolute; 
/* 119 */ 			color: #fff; 
/* 120 */ 			text-shadow: none; 
/* 121 */ 			font-weight: 700; 
/* 122 */ 			font-size: 20px; 
/* 123 */ 			line-height: 20px; 
/* 124 */ 			font-family: Arial; 
/* 125 */ 			margin: 0px; 
/* 126 */ 			border-width: 0px; 
/* 127 */ 			border-style: none; 
/* 128 */ 			white-space:nowrap;	
/* 129 */ 			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
/* 130 */ 		}
/* 131 */ 					
/* 132 */ .tp-caption.large_text{
/* 133 */ 			position: absolute; 
/* 134 */ 			color: #fff; 
/* 135 */ 			text-shadow: none; 
/* 136 */ 			font-weight: 700; 
/* 137 */ 			font-size: 40px; 
/* 138 */ 			line-height: 40px; 
/* 139 */ 			font-family: Arial; 
/* 140 */ 			margin: 0px; 
/* 141 */ 			border-width: 0px; 
/* 142 */ 			border-style: none; 
/* 143 */ 			white-space:nowrap;	
/* 144 */ 			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
/* 145 */ 		}	
/* 146 */ 					
/* 147 */ .tp-caption.very_large_text{
/* 148 */ 			position: absolute; 
/* 149 */ 			color: #fff; 
/* 150 */ 			text-shadow: none; 

/* captions.css */

/* 151 */ 			font-weight: 700; 
/* 152 */ 			font-size: 60px; 
/* 153 */ 			line-height: 60px; 
/* 154 */ 			font-family: Arial; 
/* 155 */ 			margin: 0px; 
/* 156 */ 			border-width: 0px; 
/* 157 */ 			border-style: none; 
/* 158 */ 			white-space:nowrap;	
/* 159 */ 			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
/* 160 */ 			letter-spacing: -2px;		
/* 161 */ 		}
/* 162 */ 					
/* 163 */ .tp-caption.very_big_white{
/* 164 */ 			position: absolute; 
/* 165 */ 			color: #fff; 
/* 166 */ 			text-shadow: none; 
/* 167 */ 			font-weight: 800; 
/* 168 */ 			font-size: 60px; 
/* 169 */ 			line-height: 60px; 
/* 170 */ 			font-family: Arial; 
/* 171 */ 			margin: 0px; 
/* 172 */ 			border-width: 0px; 
/* 173 */ 			border-style: none; 
/* 174 */ 			white-space:nowrap;	
/* 175 */ 			padding: 0px 4px; 
/* 176 */ 			padding-top: 1px;
/* 177 */ 			background-color:#000;		
/* 178 */ 					}	
/* 179 */ 					
/* 180 */ .tp-caption.very_big_black{
/* 181 */ 			position: absolute; 
/* 182 */ 			color: #000; 
/* 183 */ 			text-shadow: none; 
/* 184 */ 			font-weight: 700; 
/* 185 */ 			font-size: 60px; 
/* 186 */ 			line-height: 60px; 
/* 187 */ 			font-family: Arial; 
/* 188 */ 			margin: 0px; 
/* 189 */ 			border-width: 0px; 
/* 190 */ 			border-style: none; 
/* 191 */ 			white-space:nowrap;	
/* 192 */ 			padding: 0px 4px; 
/* 193 */ 			padding-top: 1px;
/* 194 */ 			background-color:#fff;		
/* 195 */ 					}
/* 196 */ 					
/* 197 */ .tp-caption.modern_medium_fat{
/* 198 */ 			position: absolute; 
/* 199 */ 			color: #000; 
/* 200 */ 			text-shadow: none; 

/* captions.css */

/* 201 */ 			font-weight: 800; 
/* 202 */ 			font-size: 24px; 
/* 203 */ 			line-height: 20px; 
/* 204 */ 			font-family: 'Open Sans', sans-serif; 
/* 205 */ 			margin: 0px; 
/* 206 */ 			border-width: 0px; 
/* 207 */ 			border-style: none; 
/* 208 */ 			white-space:nowrap;		
/* 209 */ 		}
/* 210 */ .tp-caption.modern_medium_fat_white{
/* 211 */ 			position: absolute; 
/* 212 */ 			color: #fff; 
/* 213 */ 			text-shadow: none; 
/* 214 */ 			font-weight: 800; 
/* 215 */ 			font-size: 24px; 
/* 216 */ 			line-height: 20px; 
/* 217 */ 			font-family: 'Open Sans', sans-serif; 
/* 218 */ 			margin: 0px; 
/* 219 */ 			border-width: 0px; 
/* 220 */ 			border-style: none; 
/* 221 */ 			white-space:nowrap;		
/* 222 */ 		}
/* 223 */ .tp-caption.modern_medium_light{
/* 224 */ 			position: absolute; 
/* 225 */ 			color: #000; 
/* 226 */ 			text-shadow: none; 
/* 227 */ 			font-weight: 300; 
/* 228 */ 			font-size: 24px; 
/* 229 */ 			line-height: 20px; 
/* 230 */ 			font-family: 'Open Sans', sans-serif; 
/* 231 */ 			margin: 0px; 
/* 232 */ 			border-width: 0px; 
/* 233 */ 			border-style: none; 
/* 234 */ 			white-space:nowrap;		
/* 235 */ 		}
/* 236 */ .tp-caption.modern_big_bluebg{
/* 237 */ 			position: absolute; 
/* 238 */ 			color: #fff; 
/* 239 */ 			text-shadow: none; 
/* 240 */ 			font-weight: 800; 
/* 241 */ 			font-size: 30px; 
/* 242 */ 			line-height: 36px; 
/* 243 */ 			font-family: 'Open Sans', sans-serif; 
/* 244 */ 			padding: 3px 10px; 
/* 245 */ 			margin: 0px; 
/* 246 */ 			border-width: 0px; 
/* 247 */ 			border-style: none; 
/* 248 */ 			background-color:#4e5b6c;	
/* 249 */ 			letter-spacing: 0;										
/* 250 */ 		}

/* captions.css */

/* 251 */ .tp-caption.modern_big_redbg{
/* 252 */ 			position: absolute; 
/* 253 */ 			color: #fff; 
/* 254 */ 			text-shadow: none; 
/* 255 */ 			font-weight: 300; 
/* 256 */ 			font-size: 30px; 
/* 257 */ 			line-height: 36px; 
/* 258 */ 			font-family: 'Open Sans', sans-serif; 
/* 259 */ 			padding: 3px 10px; 
/* 260 */   			padding-top: 1px;
/* 261 */ 			margin: 0px; 
/* 262 */ 			border-width: 0px; 
/* 263 */ 			border-style: none; 
/* 264 */ 			background-color:#de543e;	
/* 265 */ 			letter-spacing: 0;										
/* 266 */ 		}
/* 267 */ .tp-caption.modern_small_text_dark{
/* 268 */ 			position: absolute; 
/* 269 */ 			color: #555; 
/* 270 */ 			text-shadow: none; 
/* 271 */ 			font-size: 14px; 
/* 272 */ 			line-height: 22px; 
/* 273 */ 			font-family: Arial; 
/* 274 */ 			margin: 0px; 
/* 275 */ 			border-width: 0px; 
/* 276 */ 			border-style: none; 
/* 277 */ 			white-space:nowrap;		
/* 278 */ 		}
/* 279 */ 
/* 280 */ .tp-caption.boxshadow{
/* 281 */ 		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
/* 282 */ 		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
/* 283 */ 		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
/* 284 */ 	}
/* 285 */ 											
/* 286 */ .tp-caption.black{
/* 287 */ 		color: #000; 
/* 288 */ 		text-shadow: none;		
/* 289 */ 	}	
/* 290 */ 					
/* 291 */ .tp-caption.noshadow {
/* 292 */ 		text-shadow: none;		
/* 293 */ 	}	
/* 294 */ 					
/* 295 */ .tp-caption a { 
/* 296 */ 	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	 
/* 297 */ }			
/* 298 */ 	
/* 299 */ .tp-caption a:hover { 
/* 300 */ 	color: #ffa902; 

/* captions.css */

/* 301 */ }

/* jquery.fileupload-ui.css */

/* 1  */ @charset "UTF-8";
/* 2  */ /*
/* 3  *|  * jQuery File Upload UI Plugin CSS 9.0.0
/* 4  *|  * https://github.com/blueimp/jQuery-File-Upload
/* 5  *|  *
/* 6  *|  * Copyright 2010, Sebastian Tschan
/* 7  *|  * https://blueimp.net
/* 8  *|  *
/* 9  *|  * Licensed under the MIT license:
/* 10 *|  * http://www.opensource.org/licenses/MIT
/* 11 *|  */
/* 12 */ 
/* 13 */ 
/* 14 */ #UseyourDrive .fileinput-button {
/* 15 */   position: relative;
/* 16 */   overflow: hidden;
/* 17 */ }
/* 18 */ #UseyourDrive .fileinput-button input {
/* 19 */   position: absolute;
/* 20 */   top: 0;
/* 21 */   right: 0;
/* 22 */   margin: 0;
/* 23 */   opacity: 0;
/* 24 */   -ms-filter: 'alpha(opacity=0)';
/* 25 */   font-size: 100px;
/* 26 */   direction: ltr;
/* 27 */   cursor: pointer;
/* 28 */ }
/* 29 */ 
/* 30 */ /* Fixes for IE < 8 */
/* 31 */ @media screen\9 {
/* 32 */   #UseyourDrive .fileinput-button input {
/* 33 */     filter: alpha(opacity=0);
/* 34 */     font-size: 100%;
/* 35 */     height: 100%;
/* 36 */   }
/* 37 */ }
/* 38 */ 
/* 39 */ #UseyourDrive .fileupload-buttonbar .btn,
/* 40 */ #UseyourDrive .fileupload-buttonbar .toggle {
/* 41 */   margin-bottom: 5px;
/* 42 */ }
/* 43 */ #UseyourDrive .progress-animated .progress-bar,
/* 44 */ #UseyourDrive .progress-animated .bar {
/* 45 */   background: url('/wp-content/plugins/use-your-drive/includes/jquery-file-upload/img/progressbar.gif') !important;
/* 46 */   filter: none;
/* 47 */ }
/* 48 */ #UseyourDrive .fileupload-process {
/* 49 */   float: right;
/* 50 */   display: none;

/* jquery.fileupload-ui.css */

/* 51 */ }
/* 52 */ #UseyourDrive .fileupload-processing .fileupload-process,
/* 53 */ #UseyourDrive .files .processing .preview {
/* 54 */   display: block;
/* 55 */   width: 32px;
/* 56 */   height: 32px;
/* 57 */   background: url('/wp-content/plugins/use-your-drive/includes/jquery-file-upload/img/loading.gif') center no-repeat;
/* 58 */   background-size: contain;
/* 59 */ }
/* 60 */ #UseyourDrive .files audio,
/* 61 */ #UseyourDrive .files video {
/* 62 */   max-width: 300px;
/* 63 */ }
/* 64 */ 
/* 65 */ @media (max-width: 767px) {
/* 66 */   #UseyourDrive .fileupload-buttonbar .toggle,
/* 67 */   #UseyourDrive .files .toggle,
/* 68 */   #UseyourDrive .files .btn span {
/* 69 */     display: none;
/* 70 */   }
/* 71 */   #UseyourDrive .files .name {
/* 72 */     width: 80px;
/* 73 */     word-wrap: break-word;
/* 74 */   }
/* 75 */   #UseyourDrive .files audio,
/* 76 */   #UseyourDrive .files video {
/* 77 */     max-width: 80px;
/* 78 */   }
/* 79 */   #UseyourDrive .files img,
/* 80 */   #UseyourDrive .files canvas {
/* 81 */     max-width: 100%;
/* 82 */   }
/* 83 */ }
/* 84 */ 

/* colorbox.css */

/* 1  */ /*
/* 2  *|     Colorbox Core Style:
/* 3  *|     The following CSS is consistent between example themes and should not be altered.
/* 4  *| */
/* 5  */ #colorbox.UseyourDrive, #cboxOverlay.UseyourDrive, #cboxWrapper.UseyourDrive{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
/* 6  */ #cboxOverlay.UseyourDrive{position:fixed; width:100%; height:100%;}
/* 7  */ #colorbox.UseyourDrive #cboxMiddleLeft, #colorbox.UseyourDrive #cboxBottomLeft{clear:left;}
/* 8  */ #colorbox.UseyourDrive #cboxContent{position:relative;}
/* 9  */ #colorbox.UseyourDrive #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
/* 10 */ #colorbox.UseyourDrive #cboxTitle{margin:0;}
/* 11 */ #colorbox.UseyourDrive #cboxLoadingOverlay, #colorbox.UseyourDrive #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
/* 12 */ #colorbox.UseyourDrive #cboxPrevious, #colorbox.UseyourDrive #cboxNext, #colorbox.UseyourDrive #cboxClose, #colorbox.UseyourDrive #cboxSlideshow{cursor:pointer;}
/* 13 */ #colorbox.UseyourDrive .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
/* 14 */ #colorbox.UseyourDrive .cboxIframe{width:100%; height:100%; display:block; border:0;}
/* 15 */ #colorbox.UseyourDrive, #colorbox.UseyourDrive #cboxContent, #colorbox.UseyourDrive #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 16 */ 
/* 17 */ /*
/* 18 *|     User Style:
/* 19 *|     Change the following styles to modify the appearance of Colorbox.  They are
/* 20 *|     ordered & tabbed in a way that represents the nesting of the generated HTML.
/* 21 *| */
/* 22 */ #cboxOverlay.UseyourDrive{background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/overlay.png') repeat 0 0;}
/* 23 */ #colorbox.UseyourDrive #colorbox{outline:0;}
/* 24 */ #colorbox.UseyourDrive #cboxTopLeft{width:21px; height:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') no-repeat -101px 0;}
/* 25 */ #colorbox.UseyourDrive #cboxTopRight{width:21px; height:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') no-repeat -130px 0;}
/* 26 */ #colorbox.UseyourDrive #cboxBottomLeft{width:21px; height:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') no-repeat -101px -29px;}
/* 27 */ #colorbox.UseyourDrive #cboxBottomRight{width:21px; height:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') no-repeat -130px -29px;}
/* 28 */ #colorbox.UseyourDrive #cboxMiddleLeft{width:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') left top repeat-y;}
/* 29 */ #colorbox.UseyourDrive #cboxMiddleRight{width:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') right top repeat-y;}
/* 30 */ #colorbox.UseyourDrive #cboxTopCenter{height:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/border.png') 0 0 repeat-x;}
/* 31 */ #colorbox.UseyourDrive #cboxBottomCenter{height:21px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/border.png') 0 -29px repeat-x;}
/* 32 */ #colorbox.UseyourDrive #cboxContent{background:#fff; overflow:hidden;}
/* 33 */ #colorbox.UseyourDrive .cboxIframe{background:#fff;}
/* 34 */ #colorbox.UseyourDrive #cboxError{padding:50px; border:1px solid #ccc;}
/* 35 */ #colorbox.UseyourDrive #cboxLoadedContent{margin-bottom:28px;}
/* 36 */ #colorbox.UseyourDrive #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
/* 37 */ #colorbox.UseyourDrive #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
/* 38 */ #colorbox.UseyourDrive #cboxLoadingOverlay{}
/* 39 */ #colorbox.UseyourDrive #cboxLoadingGraphic{background:url('/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_32.gif') no-repeat right 15px top 12px;}
/* 40 */ 
/* 41 */ /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* 42 */ #colorbox.UseyourDrive #cboxPrevious, #colorbox.UseyourDrive #cboxNext, #colorbox.UseyourDrive #cboxSlideshow, #colorbox.UseyourDrive #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* 43 */ 
/* 44 */ /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* 45 */ #colorbox.UseyourDrive #cboxPrevious:active, #colorbox.UseyourDrive #cboxNext:active, #colorbox.UseyourDrive #cboxSlideshow:active, #colorbox.UseyourDrive #cboxClose:active {outline:0;}
/* 46 */ 
/* 47 */ #colorbox.UseyourDrive #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
/* 48 */ #colorbox.UseyourDrive #cboxPrevious{position:absolute; bottom:0; left:0; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
/* 49 */ #colorbox.UseyourDrive #cboxPrevious:hover{background-position:-75px -25px;}
/* 50 */ #colorbox.UseyourDrive #cboxNext{position:absolute; bottom:0; left:27px; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

/* colorbox.css */

/* 51 */ #colorbox.UseyourDrive #cboxNext:hover{background-position:-50px -25px;}
/* 52 */ #colorbox.UseyourDrive #cboxClose{position:absolute; bottom:0; right:0; background:url('/wp-content/plugins/use-your-drive/includes/colorbox/images/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
/* 53 */ #colorbox.UseyourDrive #cboxClose:hover{background-position:-25px -25px;}
/* 54 */ 
/* 55 */ /*
/* 56 *|   The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
/* 57 *|   when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
/* 58 *|   See: http://jacklmoore.com/notes/ie-transparency-problems/
/* 59 *| */
/* 60 */ #colorbox.UseyourDrive .cboxIE #cboxTopLeft,
/* 61 */ #colorbox.UseyourDrive .cboxIE #cboxTopCenter,
/* 62 */ #colorbox.UseyourDrive .cboxIE #cboxTopRight,
/* 63 */ #colorbox.UseyourDrive .cboxIE #cboxBottomLeft,
/* 64 */ #colorbox.UseyourDrive .cboxIE #cboxBottomCenter,
/* 65 */ #colorbox.UseyourDrive .cboxIE #cboxBottomRight,
/* 66 */ #colorbox.UseyourDrive .cboxIE #cboxMiddleLeft,
/* 67 */ #colorbox.UseyourDrive .cboxIE #cboxMiddleRight {
/* 68 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
/* 69 */ }

/* simple.mediabox.css */

/* 1   */ #UseyourDrive .jp-jplayer {
/* 2   */   background: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_system_128.png') center no-repeat;
/* 3   */ }
/* 4   */ 
/* 5   */ #UseyourDrive .jp-video {
/* 6   */   position:relative;
/* 7   */   margin-bottom: 20px;
/* 8   */   min-width: 300px
/* 9   */ }
/* 10  */ 
/* 11  */ #UseyourDrive .jp-video-100 {
/* 12  */   max-width: 100%;
/* 13  */ }
/* 14  */ 
/* 15  */ #UseyourDrive .jp-video-270p {
/* 16  */   max-width:480px;
/* 17  */ }
/* 18  */ 
/* 19  */ #UseyourDrive .jp-video-360p {
/* 20  */   max-width:570px;
/* 21  */ }
/* 22  */ 
/* 23  */ #UseyourDrive .jp-video-full {
/* 24  */   /*width:480px;
/* 25  *|   height:270px;*/
/* 26  */   width:100%!important;
/* 27  */   position:static !important;
/* 28  */   position:relative;
/* 29  */ }
/* 30  */ #UseyourDrive.jp-video-full .jp-jplayer {
/* 31  */   top: 0;
/* 32  */   left: 0;
/* 33  */   position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
/* 34  */   overflow: hidden;
/* 35  */   z-index:1000;
/* 36  */ }
/* 37  */ 
/* 38  */ #UseyourDrive .jp-video-full .jp-gui {
/* 39  */   position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
/* 40  */   top: 0;
/* 41  */   left: 0;
/* 42  */   width:100%;
/* 43  */   height:100%;
/* 44  */   z-index:1000;
/* 45  */ }
/* 46  */ 
/* 47  */ #UseyourDrive .jp-video-full .jp-interface {
/* 48  */   position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
/* 49  */   bottom: 0;
/* 50  */   left: 0;

/* simple.mediabox.css */

/* 51  */   z-index:1000;
/* 52  */ }
/* 53  */ 
/* 54  */ #UseyourDrive .jp-video-full .jp-playlist{
/* 55  */   display:none;
/* 56  */ }
/* 57  */ 
/* 58  */ #UseyourDrive .jp-video img{
/* 59  */   position:absolute;
/* 60  */   border-radius: 0 !important;
/* 61  */ }
/* 62  */ #UseyourDrive .jp-video-full img{
/* 63  */   position: fixed;
/* 64  */   left: 0;
/* 65  */   top: 0;
/* 66  */ }
/* 67  */ 
/* 68  */ #UseyourDrive .jp-gui {
/* 69  */   height:35px;
/* 70  */ }
/* 71  */ #UseyourDrive .jp-interface {
/* 72  */   position: relative;
/* 73  */   width:100%;
/* 74  */   height: 35px;
/* 75  */ 
/* 76  */   background-image: -webkit-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
/* 77  */   background-image: -moz-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
/* 78  */   background-image: -o-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
/* 79  */   background-image: -ms-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
/* 80  */   background-image: linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
/* 81  */   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f2f2f2', EndColorStr='#d1d1d1');
/* 82  */ 
/* 83  */   -webkit-box-shadow:
/* 84  */     inset 0px 1px 0px #f7f7f7,
/* 85  */     inset 0px -1px 0px #e2e2e2;
/* 86  */   -moz-box-shadow:
/* 87  */     inset 0px 1px 0px #f7f7f7,
/* 88  */     inset 0px -1px 0px #e2e2e2;
/* 89  */   box-shadow:
/* 90  */     inset 0px 1px 0px #f7f7f7,
/* 91  */     inset 0px -1px 0px #e2e2e2;
/* 92  */ }
/* 93  */ 
/* 94  */ #UseyourDrive div.jp-controls-holder {
/* 95  */   /*overflow: hidden;*/
/* 96  */   position: relative;
/* 97  */   width: 100%;
/* 98  */   height: 100%;
/* 99  */ }
/* 100 */ 

/* simple.mediabox.css */

/* 101 */ #UseyourDrive a.jp-play,
/* 102 */ #UseyourDrive a.jp-pause {
/* 103 */   width:40px;
/* 104 */   height:35px;
/* 105 */   float:left;
/* 106 */   text-indent:-9999px;
/* 107 */   outline:none;
/* 108 */   position: absolute;
/* 109 */   top:0;
/* 110 */   left:0;
/* 111 */ }
/* 112 */ 
/* 113 */ #UseyourDrive a.jp-play {
/* 114 */   background: url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/sprite.png') 0 0 no-repeat;
/* 115 */ }
/* 116 */ 
/* 117 */ #UseyourDrive a.jp-pause {
/* 118 */   background: url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/sprite.png') -40px 0 no-repeat;
/* 119 */   display: none;
/* 120 */ }
/* 121 */ 
/* 122 */ #UseyourDrive .jp-progress {
/* 123 */   background: #FAFAFA;;
/* 124 */ 
/* 125 */   -webkit-border-radius:5px;
/* 126 */   -moz-border-radius:5px;
/* 127 */   border-radius:5px;
/* 128 */ 
/* 129 */   -webkit-box-shadow:
/* 130 */     inset 0px 1px 4px rgba(0,0,0,.4),
/* 131 */     0px 1px 0px rgba(255,255,255,.4);
/* 132 */   -moz-box-shadow:
/* 133 */     inset 0px 1px 4px rgba(0,0,0,.4),
/* 134 */     0px 1px 0px rgba(255,255,255,.4);
/* 135 */   box-shadow:
/* 136 */     inset 0px 1px 4px rgba(0,0,0,.4),
/* 137 */     0px 1px 0px rgba(255,255,255,.4);
/* 138 */   height:10px;
/* 139 */   margin-top: 13px !important;
/* 140 */   position: absolute;
/* 141 */   left: 90px;
/* 142 */   right:170px
/* 143 */ }
/* 144 */ 
/* 145 */ #UseyourDrive .jp-seek-bar {
/* 146 */   width:0px;
/* 147 */   height:100%;
/* 148 */   cursor: pointer;
/* 149 */   background-color: #C7D8E4;
/* 150 */   -webkit-border-radius:5px;

/* simple.mediabox.css */

/* 151 */   -moz-border-radius:5px;
/* 152 */   border-radius:5px;
/* 153 */ }
/* 154 */ 
/* 155 */ #UseyourDrive .jp-play-bar {
/* 156 */   background: url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/play-bar.png') left repeat-x;
/* 157 */   width:0px;
/* 158 */   height:10px;
/* 159 */   position:relative;
/* 160 */   z-index: 9999;
/* 161 */ 
/* 162 */   -webkit-border-radius:5px;
/* 163 */   -moz-border-radius:5px;
/* 164 */   border-radius:5px;
/* 165 */ }
/* 166 */ 
/* 167 */ #UseyourDrive .jp-play-bar span {
/* 168 */   position:absolute;
/* 169 */   top: -3px;
/* 170 */   right: -12px;
/* 171 */   background:url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/handle.png') no-repeat center;
/* 172 */   width: 16px;
/* 173 */   height: 17px;
/* 174 */ }
/* 175 */ 
/* 176 */ #UseyourDrive .jp-current-time,
/* 177 */ #UseyourDrive .jp-duration {
/* 178 */   font-size:14px;
/* 179 */   font-family:Arial;
/* 180 */   color:#444444;
/* 181 */   width: 50px;
/* 182 */   line-height: 36px;
/* 183 */   position: absolute;
/* 184 */ }
/* 185 */ #UseyourDrive .jp-current-time {
/* 186 */   display:inline;
/* 187 */   left: 45px;
/* 188 */ }
/* 189 */ #UseyourDrive .jp-duration {
/* 190 */   text-align: right;
/* 191 */   right: 120px;
/* 192 */ }
/* 193 */ 
/* 194 */ #UseyourDrive .jp-video a.jp-mute,
/* 195 */ #UseyourDrive .jp-video a.jp-unmute {
/* 196 */   text-indent:-9999px;
/* 197 */   position: absolute;
/* 198 */   right:80px;
/* 199 */   width:40px;
/* 200 */   margin-top: 1px;

/* simple.mediabox.css */

/* 201 */   height: 35px;
/* 202 */   outline:none;
/* 203 */ }
/* 204 */ 
/* 205 */ #UseyourDrive .jp-mute {
/* 206 */   float:right;
/* 207 */   background: url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/sprite.png') -80px 0 no-repeat;
/* 208 */   width: 35px;
/* 209 */ }
/* 210 */ 
/* 211 */ #UseyourDrive a.jp-unmute {
/* 212 */   background: url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/sprite.png') -115px 0 no-repeat;
/* 213 */   display: none;
/* 214 */   width: 38px;
/* 215 */ }
/* 216 */ 
/* 217 */ #UseyourDrive .jp-volume-bar {
/* 218 */   position: absolute;
/* 219 */   right:40px;
/* 220 */   width:40px;
/* 221 */   margin-top: 13px !important;
/* 222 */   overflow:hidden;
/* 223 */   height:10px;
/* 224 */   cursor: pointer;
/* 225 */ 
/* 226 */   background: #FAFAFA;
/* 227 */ 
/* 228 */   -webkit-border-radius:5px;
/* 229 */   -moz-border-radius:5px;
/* 230 */   border-radius:5px;
/* 231 */ 
/* 232 */   -webkit-box-shadow:
/* 233 */     inset 0px 1px 4px rgba(0,0,0,.4),
/* 234 */     0px 1px 0px rgba(255,255,255,.4);
/* 235 */   -moz-box-shadow:
/* 236 */     inset 0px 1px 4px rgba(0,0,0,.4),
/* 237 */     0px 1px 0px rgba(255,255,255,.4);
/* 238 */   box-shadow:
/* 239 */     inset 0px 1px 4px rgba(0,0,0,.4),
/* 240 */     0px 1px 0px rgba(255,255,255,.4);
/* 241 */ }
/* 242 */ 
/* 243 */ #UseyourDrive .jp-volume-bar-value {
/* 244 */   background: rgba(112,109,109,0.1);
/* 245 */   width:0px;
/* 246 */   height:10px;
/* 247 */   position: relative;
/* 248 */ }
/* 249 */ 
/* 250 */ #UseyourDrive .jp-volume-bar-value span {

/* simple.mediabox.css */

/* 251 */   position:absolute;
/* 252 */   top: 0px;
/* 253 */   right: 0px;
/* 254 */ 
/* 255 */   background:url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/volume.png') no-repeat center;
/* 256 */   width: 11px;
/* 257 */   height: 10px;
/* 258 */ }
/* 259 */ 
/* 260 */ #UseyourDrive .jp-full-screen {
/* 261 */   background: url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/sprite.png') -150px 0 no-repeat;
/* 262 */   width: 40px;
/* 263 */   height: 35px;
/* 264 */   text-indent:-9999px;
/* 265 */   outline:none;
/* 266 */   position: absolute;
/* 267 */   right:0;
/* 268 */ }
/* 269 */ 
/* 270 */ #UseyourDrive .jp-restore-screen {
/* 271 */   background: url('/wp-content/plugins/use-your-drive/css/skin/simple.mediabox/sprite.png') -150px 0 no-repeat;
/* 272 */   width: 40px;
/* 273 */   height: 35px;
/* 274 */   text-indent:-9999px;
/* 275 */   outline:none;
/* 276 */   position: absolute;
/* 277 */   right:0;
/* 278 */ }
/* 279 */ 
/* 280 */ /* @group playlist */
/* 281 */ #UseyourDrive div.jp-playlist-loading{
/* 282 */   background: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_32.gif') center no-repeat;
/* 283 */   height: 25px;
/* 284 */   width: 100%;
/* 285 */   margin-top: 7px;
/* 286 */   background-color: transparent !important;
/* 287 */ }
/* 288 */ 
/* 289 */ #UseyourDrive div.jp-title {
/* 290 */   font-weight:bold;
/* 291 */   text-align:center;
/* 292 */ }
/* 293 */ 
/* 294 */ #UseyourDrive div.jp-title,
/* 295 */ #UseyourDrive div.jp-playlist {
/* 296 */   width:100%;
/* 297 */   background-color: #EEE;
/* 298 */ }
/* 299 */ #UseyourDrive div.jp-type-single div.jp-title,
/* 300 */ #UseyourDrive div.jp-title,

/* simple.mediabox.css */

/* 301 */ #UseyourDrive div.jp-type-single div.jp-playlist {
/* 302 */   border-top:none;
/* 303 */ }
/* 304 */ #UseyourDrive div.jp-title ul,
/* 305 */ #UseyourDrive div.jp-playlist ul {
/* 306 */   list-style-type:none;
/* 307 */   margin:0;
/* 308 */   padding:0;
/* 309 */   font-size:.72em;
/* 310 */ }
/* 311 */ 
/* 312 */ #UseyourDrive li:before{
/* 313 */   content: none !important;
/* 314 */ }
/* 315 */ #UseyourDrive div.jp-title li {
/* 316 */   padding:5px 0;
/* 317 */   font-weight:bold;
/* 318 */ }
/* 319 */ #UseyourDrive div.jp-playlist li {
/* 320 */   padding:5px 0 4px 20px;
/* 321 */   border-bottom:1px solid #CECECE;
/* 322 */   word-wrap: break-word;
/* 323 */   margin:0;
/* 324 */ }
/* 325 */ 
/* 326 */ #UseyourDrive div.jp-playlist li div {
/* 327 */   display:inline;
/* 328 */ }
/* 329 */ 
/* 330 */ /* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
/* 331 */ 
/* 332 */ #UseyourDrive div.jp-playlist li:last-child {
/* 333 */   padding:5px 0 5px 20px;
/* 334 */   border-bottom:none;
/* 335 */ }
/* 336 */ #UseyourDrive div.jp-playlist li.jp-playlist-current {
/* 337 */   font-weight: bold;
/* 338 */ }
/* 339 */ 
/* 340 */ #UseyourDrive div.jp-playlist a {
/* 341 */   font-size: 130%;
/* 342 */ }
/* 343 */ 
/* 344 */ #UseyourDrive span.jp-artist {
/* 345 */   font-size:.8em;
/* 346 */   color:#666;
/* 347 */ }
/* 348 */ 
/* 349 */ /* Audio player */
/* 350 */ #UseyourDrive .audio .jp-progress {

/* simple.mediabox.css */

/* 351 */   right:140px;
/* 352 */ }
/* 353 */ #UseyourDrive .audio .jp-duration {
/* 354 */   right:90px;
/* 355 */ }
/* 356 */ #UseyourDrive .audio .jp-video a.jp-mute,
/* 357 */ #UseyourDrive .audio .jp-video a.jp-unmute {
/* 358 */   right:50px;
/* 359 */ }
/* 360 */ #UseyourDrive .audio .jp-volume-bar{
/* 361 */   right:10px;
/* 362 */ }
/* 363 */ #UseyourDrive .audio .jp-full-screen {
/* 364 */   display: none !important;
/* 365 */ }
/* 366 */ #UseyourDrive .audio .jp-restore-screen {
/* 367 */   display: none !important;
/* 368 */ }

/* jquery-ui-1.10.3.custom.css */

/* 1   */ /*! jQuery UI - v1.10.3 - 2013-10-23
/* 2   *| * http://jqueryui.com
/* 3   *| * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.tooltip.css, jquery.ui.theme.css
/* 4   *| * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23444444&iconColorHeader=%23444444&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23666666&iconColorContent=%23666666&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23444&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23444&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
/* 5   *| * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* 6   */ 
/* 7   */ /* Layout helpers
/* 8   *| ----------------------------------*/
/* 9   */ .UseyourDrive .ui-helper-hidden {
/* 10  */ 	display: none;
/* 11  */ }
/* 12  */ .UseyourDrive .ui-helper-hidden-accessible {
/* 13  */ 	border: 0;
/* 14  */ 	clip: rect(0 0 0 0);
/* 15  */ 	height: 1px;
/* 16  */ 	margin: -1px;
/* 17  */ 	overflow: hidden;
/* 18  */ 	padding: 0;
/* 19  */ 	position: absolute;
/* 20  */ 	width: 1px;
/* 21  */ }
/* 22  */ .UseyourDrive .ui-helper-reset {
/* 23  */ 	margin: 0;
/* 24  */ 	padding: 0;
/* 25  */ 	border: 0;
/* 26  */ 	outline: 0;
/* 27  */ 	line-height: 1.3;
/* 28  */ 	text-decoration: none;
/* 29  */ 	font-size: 100%;
/* 30  */ 	list-style: none;
/* 31  */ }
/* 32  */ .UseyourDrive .ui-helper-clearfix:before,
/* 33  */ .UseyourDrive .ui-helper-clearfix:after {
/* 34  */ 	content: "";
/* 35  */ 	display: table;
/* 36  */ 	border-collapse: collapse;
/* 37  */ }
/* 38  */ .UseyourDrive .ui-helper-clearfix:after {
/* 39  */ 	clear: both;
/* 40  */ }
/* 41  */ .UseyourDrive .ui-helper-clearfix {
/* 42  */ 	min-height: 0; /* support: IE7 */
/* 43  */ }
/* 44  */ .UseyourDrive .ui-helper-zfix {
/* 45  */ 	width: 100%;
/* 46  */ 	height: 100%;
/* 47  */ 	top: 0;
/* 48  */ 	left: 0;
/* 49  */ 	position: absolute;
/* 50  */ 	opacity: 0;

/* jquery-ui-1.10.3.custom.css */

/* 51  */ 	filter:Alpha(Opacity=0);
/* 52  */ }
/* 53  */ 
/* 54  */ .UseyourDrive .ui-front {
/* 55  */ 	z-index: 100;
/* 56  */ }
/* 57  */ 
/* 58  */ 
/* 59  */ /* Interaction Cues
/* 60  *| ----------------------------------*/
/* 61  */ .UseyourDrive .ui-state-disabled {
/* 62  */ 	cursor: default !important;
/* 63  */ }
/* 64  */ 
/* 65  */ 
/* 66  */ /* Icons
/* 67  *| ----------------------------------*/
/* 68  */ 
/* 69  */ /* states and images */
/* 70  */ .UseyourDrive .ui-icon {
/* 71  */ 	display: block;
/* 72  */ 	text-indent: -99999px;
/* 73  */ 	overflow: hidden;
/* 74  */ 	background-repeat: no-repeat;
/* 75  */ }
/* 76  */ 
/* 77  */ 
/* 78  */ /* Misc visuals
/* 79  *| ----------------------------------*/
/* 80  */ 
/* 81  */ /* Overlays */
/* 82  */ .ui-widget-overlay {
/* 83  */ 	position: fixed;
/* 84  */ 	top: 0;
/* 85  */ 	left: 0;
/* 86  */ 	width: 100%;
/* 87  */ 	height: 100%;
/* 88  */ }
/* 89  */ .UseyourDrive .ui-resizable {
/* 90  */ 	position: relative;
/* 91  */ }
/* 92  */ .UseyourDrive .ui-resizable-handle {
/* 93  */ 	position: absolute;
/* 94  */ 	font-size: 0.1px;
/* 95  */ 	display: block;
/* 96  */ }
/* 97  */ .UseyourDrive .ui-resizable-disabled .ui-resizable-handle,
/* 98  */ .UseyourDrive .ui-resizable-autohide .ui-resizable-handle {
/* 99  */ 	display: none;
/* 100 */ }

/* jquery-ui-1.10.3.custom.css */

/* 101 */ .UseyourDrive .ui-resizable-n {
/* 102 */ 	cursor: n-resize;
/* 103 */ 	height: 7px;
/* 104 */ 	width: 100%;
/* 105 */ 	top: -5px;
/* 106 */ 	left: 0;
/* 107 */ }
/* 108 */ .UseyourDrive .ui-resizable-s {
/* 109 */ 	cursor: s-resize;
/* 110 */ 	height: 7px;
/* 111 */ 	width: 100%;
/* 112 */ 	bottom: -5px;
/* 113 */ 	left: 0;
/* 114 */ }
/* 115 */ .UseyourDrive .ui-resizable-e {
/* 116 */ 	cursor: e-resize;
/* 117 */ 	width: 7px;
/* 118 */ 	right: -5px;
/* 119 */ 	top: 0;
/* 120 */ 	height: 100%;
/* 121 */ }
/* 122 */ .UseyourDrive .ui-resizable-w {
/* 123 */ 	cursor: w-resize;
/* 124 */ 	width: 7px;
/* 125 */ 	left: -5px;
/* 126 */ 	top: 0;
/* 127 */ 	height: 100%;
/* 128 */ }
/* 129 */ .UseyourDrive .ui-resizable-se {
/* 130 */ 	cursor: se-resize;
/* 131 */ 	width: 12px;
/* 132 */ 	height: 12px;
/* 133 */ 	right: 1px;
/* 134 */ 	bottom: 1px;
/* 135 */ }
/* 136 */ .UseyourDrive .ui-resizable-sw {
/* 137 */ 	cursor: sw-resize;
/* 138 */ 	width: 9px;
/* 139 */ 	height: 9px;
/* 140 */ 	left: -5px;
/* 141 */ 	bottom: -5px;
/* 142 */ }
/* 143 */ .UseyourDrive .ui-resizable-nw {
/* 144 */ 	cursor: nw-resize;
/* 145 */ 	width: 9px;
/* 146 */ 	height: 9px;
/* 147 */ 	left: -5px;
/* 148 */ 	top: -5px;
/* 149 */ }
/* 150 */ .UseyourDrive .ui-resizable-ne {

/* jquery-ui-1.10.3.custom.css */

/* 151 */ 	cursor: ne-resize;
/* 152 */ 	width: 9px;
/* 153 */ 	height: 9px;
/* 154 */ 	right: -5px;
/* 155 */ 	top: -5px;
/* 156 */ }
/* 157 */ .UseyourDrive .ui-selectable-helper {
/* 158 */ 	position: absolute;
/* 159 */ 	z-index: 100;
/* 160 */ 	border: 1px dotted black;
/* 161 */ }
/* 162 */ .UseyourDrive .ui-button {
/* 163 */ 	display: inline-block;
/* 164 */ 	position: relative;
/* 165 */ 	padding: 0;
/* 166 */ 	line-height: normal;
/* 167 */ 	margin-right: .1em;
/* 168 */ 	cursor: pointer;
/* 169 */ 	vertical-align: middle;
/* 170 */ 	text-align: center;
/* 171 */ 	overflow: visible; /* removes extra width in IE */
/* 172 */ }
/* 173 */ .UseyourDrive .ui-button,
/* 174 */ .UseyourDrive .ui-button:link,
/* 175 */ .UseyourDrive .ui-button:visited,
/* 176 */ .UseyourDrive .ui-button:hover,
/* 177 */ .UseyourDrive .ui-button:active {
/* 178 */ 	text-decoration: none;
/* 179 */ }
/* 180 */ /* to make room for the icon, a width needs to be set here */
/* 181 */ .UseyourDrive .ui-button-icon-only {
/* 182 */ 	width: 2.2em;
/* 183 */ }
/* 184 */ /* button elements seem to need a little more width */
/* 185 */ button.UseyourDrive .ui-button-icon-only {
/* 186 */ 	width: 2.4em;
/* 187 */ }
/* 188 */ .UseyourDrive .ui-button-icons-only {
/* 189 */ 	width: 3.4em;
/* 190 */ }
/* 191 */ button.UseyourDrive .ui-button-icons-only {
/* 192 */ 	width: 3.7em;
/* 193 */ }
/* 194 */ 
/* 195 */ /* button text element */
/* 196 */ .UseyourDrive .ui-button .ui-button-text {
/* 197 */ 	display: block;
/* 198 */ 	line-height: normal;
/* 199 */ }
/* 200 */ .UseyourDrive .ui-button-text-only .ui-button-text {

/* jquery-ui-1.10.3.custom.css */

/* 201 */ 	padding: .4em 1em;
/* 202 */ }
/* 203 */ .UseyourDrive .ui-button-icon-only .ui-button-text,
/* 204 */ .UseyourDrive .ui-button-icons-only .ui-button-text {
/* 205 */ 	padding: .4em;
/* 206 */ 	text-indent: -9999999px;
/* 207 */ }
/* 208 */ .UseyourDrive .ui-button-text-icon-primary .ui-button-text,
/* 209 */ .UseyourDrive .ui-button-text-icons .ui-button-text {
/* 210 */ 	padding: .4em 1em .4em 2.1em;
/* 211 */ }
/* 212 */ .UseyourDrive .ui-button-text-icon-secondary .ui-button-text,
/* 213 */ .UseyourDrive .ui-button-text-icons .ui-button-text {
/* 214 */ 	padding: .4em 2.1em .4em 1em;
/* 215 */ }
/* 216 */ .UseyourDrive .ui-button-text-icons .ui-button-text {
/* 217 */ 	padding-left: 2.1em;
/* 218 */ 	padding-right: 2.1em;
/* 219 */ }
/* 220 */ /* no icon support for input elements, provide padding by default */
/* 221 */ input.UseyourDrive .ui-button {
/* 222 */ 	padding: .4em 1em;
/* 223 */ }
/* 224 */ 
/* 225 */ /* button icon element(s) */
/* 226 */ .UseyourDrive .ui-button-icon-only .ui-icon,
/* 227 */ .UseyourDrive .ui-button-text-icon-primary .ui-icon,
/* 228 */ .UseyourDrive .ui-button-text-icon-secondary .ui-icon,
/* 229 */ .UseyourDrive .ui-button-text-icons .ui-icon,
/* 230 */ .UseyourDrive .ui-button-icons-only .ui-icon {
/* 231 */ 	position: absolute;
/* 232 */ 	top: 50%;
/* 233 */ 	margin-top: -8px;
/* 234 */ }
/* 235 */ .UseyourDrive .ui-button-icon-only .ui-icon {
/* 236 */ 	left: 50%;
/* 237 */ 	margin-left: -8px;
/* 238 */ }
/* 239 */ .UseyourDrive .ui-button-text-icon-primary .ui-button-icon-primary,
/* 240 */ .UseyourDrive .ui-button-text-icons .ui-button-icon-primary,
/* 241 */ .UseyourDrive .ui-button-icons-only .ui-button-icon-primary {
/* 242 */ 	left: .5em;
/* 243 */ }
/* 244 */ .UseyourDrive .ui-button-text-icon-secondary .ui-button-icon-secondary,
/* 245 */ .UseyourDrive .ui-button-text-icons .ui-button-icon-secondary,
/* 246 */ .UseyourDrive .ui-button-icons-only .ui-button-icon-secondary {
/* 247 */ 	right: .5em;
/* 248 */ }
/* 249 */ 
/* 250 */ /* button sets */

/* jquery-ui-1.10.3.custom.css */

/* 251 */ .UseyourDrive .ui-buttonset {
/* 252 */ 	margin-right: 7px;
/* 253 */ }
/* 254 */ .UseyourDrive .ui-buttonset .ui-button {
/* 255 */ 	margin-left: 0;
/* 256 */ 	margin-right: -.3em;
/* 257 */ }
/* 258 */ 
/* 259 */ /* workarounds */
/* 260 */ /* reset extra padding in Firefox, see h5bp.com/l */
/* 261 */ input.UseyourDrive .ui-button::-moz-focus-inner,
/* 262 */ button.UseyourDrive .ui-button::-moz-focus-inner {
/* 263 */ 	border: 0;
/* 264 */ 	padding: 0;
/* 265 */ }
/* 266 */ .UseyourDrive .ui-dialog {
/* 267 */ 	position: absolute;
/* 268 */ 	top: 0;
/* 269 */ 	left: 0;
/* 270 */ 	padding: .2em;
/* 271 */ 	outline: 0;
/* 272 */ }
/* 273 */ .UseyourDrive .ui-dialog .ui-dialog-titlebar {
/* 274 */ 	padding: .4em 1em;
/* 275 */ 	position: relative;
/* 276 */ }
/* 277 */ .UseyourDrive .ui-dialog .ui-dialog-title {
/* 278 */ 	float: left;
/* 279 */ 	margin: .1em 0;
/* 280 */ 	white-space: nowrap;
/* 281 */ 	width: 90%;
/* 282 */ 	overflow: hidden;
/* 283 */ 	text-overflow: ellipsis;
/* 284 */ }
/* 285 */ .UseyourDrive .ui-dialog .ui-dialog-titlebar-close {
/* 286 */ 	position: absolute;
/* 287 */ 	right: .3em;
/* 288 */ 	top: 50%;
/* 289 */ 	width: 21px;
/* 290 */ 	margin: -10px 0 0 0;
/* 291 */ 	padding: 1px;
/* 292 */ 	height: 20px;
/* 293 */ }
/* 294 */ .UseyourDrive .ui-dialog .ui-dialog-content {
/* 295 */ 	position: relative;
/* 296 */ 	border: 0;
/* 297 */ 	padding: .5em 1em;
/* 298 */ 	background: none;
/* 299 */ 	overflow: auto;
/* 300 */ }

/* jquery-ui-1.10.3.custom.css */

/* 301 */ .UseyourDrive .ui-dialog .ui-dialog-buttonpane {
/* 302 */ 	text-align: left;
/* 303 */ 	border-width: 1px 0 0 0;
/* 304 */ 	background-image: none;
/* 305 */ 	margin-top: .5em;
/* 306 */ 	padding: .3em 1em .5em .4em;
/* 307 */ }
/* 308 */ .UseyourDrive .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
/* 309 */ 	float: right;
/* 310 */ }
/* 311 */ .UseyourDrive .ui-dialog .ui-dialog-buttonpane button {
/* 312 */ 	margin: .5em .4em .5em 0;
/* 313 */ 	cursor: pointer;
/* 314 */ }
/* 315 */ .UseyourDrive .ui-dialog .ui-resizable-se {
/* 316 */ 	width: 12px;
/* 317 */ 	height: 12px;
/* 318 */ 	right: -5px;
/* 319 */ 	bottom: -5px;
/* 320 */ 	background-position: 16px 16px;
/* 321 */ }
/* 322 */ .UseyourDrive .ui-draggable .ui-dialog-titlebar {
/* 323 */ 	cursor: move;
/* 324 */ }
/* 325 */ .UseyourDrive .ui-progressbar {
/* 326 */ 	height: 2em;
/* 327 */ 	text-align: left;
/* 328 */ 	overflow: hidden;
/* 329 */ }
/* 330 */ .UseyourDrive .ui-progressbar .ui-progressbar-value {
/* 331 */ 	margin: -1px;
/* 332 */ 	height: 100%;
/* 333 */ }
/* 334 */ .UseyourDrive .ui-progressbar .ui-progressbar-overlay {
/* 335 */ 	background: url('/wp-content/plugins/use-your-drive/css/images/animated-overlay.gif');
/* 336 */ 	height: 100%;
/* 337 */ 	filter: alpha(opacity=25);
/* 338 */ 	opacity: 0.25;
/* 339 */ }
/* 340 */ .UseyourDrive .ui-progressbar-indeterminate .ui-progressbar-value {
/* 341 */ 	background-image: none;
/* 342 */ }
/* 343 */ .UseyourDrive .ui-tooltip {
/* 344 */ 	padding: 8px;
/* 345 */ 	position: absolute;
/* 346 */ 	z-index: 9999;
/* 347 */ 	max-width: 300px;
/* 348 */ 	-webkit-box-shadow: 0 0 5px #aaa;
/* 349 */ 	box-shadow: 0 0 5px #aaa;
/* 350 */ }

/* jquery-ui-1.10.3.custom.css */

/* 351 */ body .UseyourDrive .ui-tooltip {
/* 352 */ 	border-width: 2px;
/* 353 */ }
/* 354 */ 
/* 355 */ /* Component containers
/* 356 *| ----------------------------------*/
/* 357 */ .UseyourDrive .ui-widget {
/* 358 */ 	font-family: Arial,sans-serif;
/* 359 */ 	font-size: 1.1em;
/* 360 */ }
/* 361 */ .UseyourDrive .ui-widget .ui-widget {
/* 362 */ 	font-size: 1em;
/* 363 */ }
/* 364 */ .UseyourDrive .ui-widget input,
/* 365 */ .UseyourDrive .ui-widget select,
/* 366 */ .UseyourDrive .ui-widget textarea,
/* 367 */ .UseyourDrive .ui-widget button {
/* 368 */ 	font-family: Verdana,Arial,sans-serif;
/* 369 */ 	font-size: 1em;
/* 370 */ }
/* 371 */ .UseyourDrive .ui-widget-content {
/* 372 */ 	/*border: 1px solid #aaaaaa;*/
/* 373 */ 	background: #ffffff url('/wp-content/plugins/use-your-drive/css/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
/* 374 */ 	color: #666666;
/* 375 */ }
/* 376 */ 
/* 377 */ .UseyourDrive .ui-widget-header {
/* 378 */ 	border: 1px solid #aaaaaa;
/* 379 */ 	background: #cccccc url('/wp-content/plugins/use-your-drive/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
/* 380 */ 	color: #444444;
/* 381 */ 	font-weight: bold;
/* 382 */ }
/* 383 */ 
/* 384 */ /* Interaction states
/* 385 *| ----------------------------------*/
/* 386 */ .UseyourDrive .ui-state-default,
/* 387 */ .UseyourDrive .ui-widget-content .ui-state-default,
/* 388 */ .UseyourDrive .ui-widget-header .ui-state-default {
/* 389 */ 	border: 1px solid #d3d3d3;
/* 390 */ 	background: #e6e6e6 url('/wp-content/plugins/use-your-drive/css/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
/* 391 */ 	font-weight: normal;
/* 392 */ 	color: #555555;
/* 393 */ }
/* 394 */ 
/* 395 */ .UseyourDrive .ui-state-hover,
/* 396 */ .UseyourDrive .ui-widget-content .ui-state-hover,
/* 397 */ .UseyourDrive .ui-widget-header .ui-state-hover,
/* 398 */ .UseyourDrive .ui-state-focus,
/* 399 */ .UseyourDrive .ui-widget-content .ui-state-focus,
/* 400 */ .UseyourDrive .ui-widget-header .ui-state-focus {

/* jquery-ui-1.10.3.custom.css */

/* 401 */ 	border: 1px solid #999999;
/* 402 */ 	background: #dadada url('/wp-content/plugins/use-your-drive/css/images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
/* 403 */ 	font-weight: normal;
/* 404 */ 	color: #444;
/* 405 */ }
/* 406 */ 
/* 407 */ .UseyourDrive .ui-state-active,
/* 408 */ .UseyourDrive .ui-widget-content .ui-state-active,
/* 409 */ .UseyourDrive .ui-widget-header .ui-state-active {
/* 410 */ 	border: 1px solid #aaaaaa;
/* 411 */ 	background: #ffffff url('/wp-content/plugins/use-your-drive/css/images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
/* 412 */ 	font-weight: normal;
/* 413 */ 	color: #444;
/* 414 */ }
/* 415 */ 
/* 416 */ 
/* 417 */ /* Interaction Cues
/* 418 *| ----------------------------------*/
/* 419 */ .UseyourDrive .ui-state-highlight,
/* 420 */ .UseyourDrive .ui-widget-content .ui-state-highlight,
/* 421 */ .UseyourDrive .ui-widget-header .ui-state-highlight {
/* 422 */ 	border: 1px solid #fcefa1;
/* 423 */ 	background: #fbf9ee url('/wp-content/plugins/use-your-drive/css/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;
/* 424 */ 	color: #363636;
/* 425 */ }
/* 426 */ 
/* 427 */ .UseyourDrive .ui-state-error,
/* 428 */ .UseyourDrive .ui-widget-content .ui-state-error,
/* 429 */ .UseyourDrive .ui-widget-header .ui-state-error {
/* 430 */ 	border: 1px solid #cd0a0a;
/* 431 */ 	background: #fef1ec url('/wp-content/plugins/use-your-drive/css/images/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;
/* 432 */ 	color: #cd0a0a;
/* 433 */ }
/* 434 */ 
/* 435 */ .UseyourDrive .ui-state-error-text,
/* 436 */ .UseyourDrive .ui-widget-content .ui-state-error-text,
/* 437 */ .UseyourDrive .ui-widget-header .ui-state-error-text {
/* 438 */ 	color: #cd0a0a;
/* 439 */ }
/* 440 */ .UseyourDrive .ui-priority-primary,
/* 441 */ .UseyourDrive .ui-widget-content .ui-priority-primary,
/* 442 */ .UseyourDrive .ui-widget-header .ui-priority-primary {
/* 443 */ 	font-weight: bold;
/* 444 */ }
/* 445 */ .UseyourDrive .ui-priority-secondary,
/* 446 */ .UseyourDrive .ui-widget-content .ui-priority-secondary,
/* 447 */ .UseyourDrive .ui-widget-header .ui-priority-secondary {
/* 448 */ 	opacity: .7;
/* 449 */ 	filter:Alpha(Opacity=70);
/* 450 */ 	font-weight: normal;

/* jquery-ui-1.10.3.custom.css */

/* 451 */ }
/* 452 */ .UseyourDrive .ui-state-disabled,
/* 453 */ .UseyourDrive .ui-widget-content .ui-state-disabled,
/* 454 */ .UseyourDrive .ui-widget-header .ui-state-disabled {
/* 455 */ 	opacity: .35;
/* 456 */ 	filter:Alpha(Opacity=35);
/* 457 */ 	background-image: none;
/* 458 */ }
/* 459 */ .UseyourDrive .ui-state-disabled .ui-icon {
/* 460 */ 	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
/* 461 */ }
/* 462 */ 
/* 463 */ /* Icons
/* 464 *| ----------------------------------*/
/* 465 */ 
/* 466 */ /* states and images */
/* 467 */ .UseyourDrive .ui-icon {
/* 468 */ 	width: 16px;
/* 469 */ 	height: 16px;
/* 470 */ }
/* 471 */ .UseyourDrive .ui-icon,
/* 472 */ .UseyourDrive .ui-widget-content .ui-icon {
/* 473 */ 	background-image: url('/wp-content/plugins/use-your-drive/css/images/ui-icons_666666_256x240.png');
/* 474 */ }
/* 475 */ .UseyourDrive .ui-widget-header .ui-icon {
/* 476 */ 	background-image: url('/wp-content/plugins/use-your-drive/css/images/ui-icons_444444_256x240.png');
/* 477 */ }
/* 478 */ .UseyourDrive .ui-state-default .ui-icon {
/* 479 */ 	background-image: url('/wp-content/plugins/use-your-drive/css/images/ui-icons_888888_256x240.png');
/* 480 */ }
/* 481 */ .UseyourDrive .ui-state-hover .ui-icon,
/* 482 */ .UseyourDrive .ui-state-focus .ui-icon {
/* 483 */ 	background-image: url('/wp-content/plugins/use-your-drive/css/images/ui-icons_454545_256x240.png');
/* 484 */ }
/* 485 */ .UseyourDrive .ui-state-active .ui-icon {
/* 486 */ 	background-image: url('/wp-content/plugins/use-your-drive/css/images/ui-icons_454545_256x240.png');
/* 487 */ }
/* 488 */ .UseyourDrive .ui-state-highlight .ui-icon {
/* 489 */ 	background-image: url('/wp-content/plugins/use-your-drive/css/images/ui-icons_2e83ff_256x240.png');
/* 490 */ }
/* 491 */ .UseyourDrive .ui-state-error .ui-icon,
/* 492 */ .UseyourDrive .ui-state-error-text .ui-icon {
/* 493 */ 	background-image: url('/wp-content/plugins/use-your-drive/css/images/ui-icons_cd0a0a_256x240.png');
/* 494 */ }
/* 495 */ 
/* 496 */ /* positioning */
/* 497 */ .UseyourDrive .ui-icon-blank { background-position: 16px 16px; }
/* 498 */ .UseyourDrive .ui-icon-carat-1-n { background-position: 0 0; }
/* 499 */ .UseyourDrive .ui-icon-carat-1-ne { background-position: -16px 0; }
/* 500 */ .UseyourDrive .ui-icon-carat-1-e { background-position: -32px 0; }

/* jquery-ui-1.10.3.custom.css */

/* 501 */ .UseyourDrive .ui-icon-carat-1-se { background-position: -48px 0; }
/* 502 */ .UseyourDrive .ui-icon-carat-1-s { background-position: -64px 0; }
/* 503 */ .UseyourDrive .ui-icon-carat-1-sw { background-position: -80px 0; }
/* 504 */ .UseyourDrive .ui-icon-carat-1-w { background-position: -96px 0; }
/* 505 */ .UseyourDrive .ui-icon-carat-1-nw { background-position: -112px 0; }
/* 506 */ .UseyourDrive .ui-icon-carat-2-n-s { background-position: -128px 0; }
/* 507 */ .UseyourDrive .ui-icon-carat-2-e-w { background-position: -144px 0; }
/* 508 */ .UseyourDrive .ui-icon-triangle-1-n { background-position: 0 -16px; }
/* 509 */ .UseyourDrive .ui-icon-triangle-1-ne { background-position: -16px -16px; }
/* 510 */ .UseyourDrive .ui-icon-triangle-1-e { background-position: -32px -16px; }
/* 511 */ .UseyourDrive .ui-icon-triangle-1-se { background-position: -48px -16px; }
/* 512 */ .UseyourDrive .ui-icon-triangle-1-s { background-position: -64px -16px; }
/* 513 */ .UseyourDrive .ui-icon-triangle-1-sw { background-position: -80px -16px; }
/* 514 */ .UseyourDrive .ui-icon-triangle-1-w { background-position: -96px -16px; }
/* 515 */ .UseyourDrive .ui-icon-triangle-1-nw { background-position: -112px -16px; }
/* 516 */ .UseyourDrive .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
/* 517 */ .UseyourDrive .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
/* 518 */ .UseyourDrive .ui-icon-arrow-1-n { background-position: 0 -32px; }
/* 519 */ .UseyourDrive .ui-icon-arrow-1-ne { background-position: -16px -32px; }
/* 520 */ .UseyourDrive .ui-icon-arrow-1-e { background-position: -32px -32px; }
/* 521 */ .UseyourDrive .ui-icon-arrow-1-se { background-position: -48px -32px; }
/* 522 */ .UseyourDrive .ui-icon-arrow-1-s { background-position: -64px -32px; }
/* 523 */ .UseyourDrive .ui-icon-arrow-1-sw { background-position: -80px -32px; }
/* 524 */ .UseyourDrive .ui-icon-arrow-1-w { background-position: -96px -32px; }
/* 525 */ .UseyourDrive .ui-icon-arrow-1-nw { background-position: -112px -32px; }
/* 526 */ .UseyourDrive .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
/* 527 */ .UseyourDrive .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
/* 528 */ .UseyourDrive .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
/* 529 */ .UseyourDrive .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
/* 530 */ .UseyourDrive .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
/* 531 */ .UseyourDrive .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
/* 532 */ .UseyourDrive .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
/* 533 */ .UseyourDrive .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
/* 534 */ .UseyourDrive .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
/* 535 */ .UseyourDrive .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
/* 536 */ .UseyourDrive .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
/* 537 */ .UseyourDrive .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
/* 538 */ .UseyourDrive .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
/* 539 */ .UseyourDrive .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
/* 540 */ .UseyourDrive .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
/* 541 */ .UseyourDrive .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
/* 542 */ .UseyourDrive .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
/* 543 */ .UseyourDrive .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
/* 544 */ .UseyourDrive .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
/* 545 */ .UseyourDrive .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
/* 546 */ .UseyourDrive .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
/* 547 */ .UseyourDrive .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
/* 548 */ .UseyourDrive .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
/* 549 */ .UseyourDrive .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
/* 550 */ .UseyourDrive .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

/* jquery-ui-1.10.3.custom.css */

/* 551 */ .UseyourDrive .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
/* 552 */ .UseyourDrive .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
/* 553 */ .UseyourDrive .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
/* 554 */ .UseyourDrive .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
/* 555 */ .UseyourDrive .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
/* 556 */ .UseyourDrive .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
/* 557 */ .UseyourDrive .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
/* 558 */ .UseyourDrive .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
/* 559 */ .UseyourDrive .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
/* 560 */ .UseyourDrive .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
/* 561 */ .UseyourDrive .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
/* 562 */ .UseyourDrive .ui-icon-arrow-4 { background-position: 0 -80px; }
/* 563 */ .UseyourDrive .ui-icon-arrow-4-diag { background-position: -16px -80px; }
/* 564 */ .UseyourDrive .ui-icon-extlink { background-position: -32px -80px; }
/* 565 */ .UseyourDrive .ui-icon-newwin { background-position: -48px -80px; }
/* 566 */ .UseyourDrive .ui-icon-refresh { background-position: -64px -80px; }
/* 567 */ .UseyourDrive .ui-icon-shuffle { background-position: -80px -80px; }
/* 568 */ .UseyourDrive .ui-icon-transfer-e-w { background-position: -96px -80px; }
/* 569 */ .UseyourDrive .ui-icon-transferthick-e-w { background-position: -112px -80px; }
/* 570 */ .UseyourDrive .ui-icon-folder-collapsed { background-position: 0 -96px; }
/* 571 */ .UseyourDrive .ui-icon-folder-open { background-position: -16px -96px; }
/* 572 */ .UseyourDrive .ui-icon-document { background-position: -32px -96px; }
/* 573 */ .UseyourDrive .ui-icon-document-b { background-position: -48px -96px; }
/* 574 */ .UseyourDrive .ui-icon-note { background-position: -64px -96px; }
/* 575 */ .UseyourDrive .ui-icon-mail-closed { background-position: -80px -96px; }
/* 576 */ .UseyourDrive .ui-icon-mail-open { background-position: -96px -96px; }
/* 577 */ .UseyourDrive .ui-icon-suitcase { background-position: -112px -96px; }
/* 578 */ .UseyourDrive .ui-icon-comment { background-position: -128px -96px; }
/* 579 */ .UseyourDrive .ui-icon-person { background-position: -144px -96px; }
/* 580 */ .UseyourDrive .ui-icon-print { background-position: -160px -96px; }
/* 581 */ .UseyourDrive .ui-icon-trash { background-position: -176px -96px; }
/* 582 */ .UseyourDrive .ui-icon-locked { background-position: -192px -96px; }
/* 583 */ .UseyourDrive .ui-icon-unlocked { background-position: -208px -96px; }
/* 584 */ .UseyourDrive .ui-icon-bookmark { background-position: -224px -96px; }
/* 585 */ .UseyourDrive .ui-icon-tag { background-position: -240px -96px; }
/* 586 */ .UseyourDrive .ui-icon-home { background-position: 0 -112px; }
/* 587 */ .UseyourDrive .ui-icon-flag { background-position: -16px -112px; }
/* 588 */ .UseyourDrive .ui-icon-calendar { background-position: -32px -112px; }
/* 589 */ .UseyourDrive .ui-icon-cart { background-position: -48px -112px; }
/* 590 */ .UseyourDrive .ui-icon-pencil { background-position: -64px -112px; }
/* 591 */ .UseyourDrive .ui-icon-clock { background-position: -80px -112px; }
/* 592 */ .UseyourDrive .ui-icon-disk { background-position: -96px -112px; }
/* 593 */ .UseyourDrive .ui-icon-calculator { background-position: -112px -112px; }
/* 594 */ .UseyourDrive .ui-icon-zoomin { background-position: -128px -112px; }
/* 595 */ .UseyourDrive .ui-icon-zoomout { background-position: -144px -112px; }
/* 596 */ .UseyourDrive .ui-icon-search { background-position: -160px -112px; }
/* 597 */ .UseyourDrive .ui-icon-wrench { background-position: -176px -112px; }
/* 598 */ .UseyourDrive .ui-icon-gear { background-position: -192px -112px; }
/* 599 */ .UseyourDrive .ui-icon-heart { background-position: -208px -112px; }
/* 600 */ .UseyourDrive .ui-icon-star { background-position: -224px -112px; }

/* jquery-ui-1.10.3.custom.css */

/* 601 */ .UseyourDrive .ui-icon-link { background-position: -240px -112px; }
/* 602 */ .UseyourDrive .ui-icon-cancel { background-position: 0 -128px; }
/* 603 */ .UseyourDrive .ui-icon-plus { background-position: -16px -128px; }
/* 604 */ .UseyourDrive .ui-icon-plusthick { background-position: -32px -128px; }
/* 605 */ .UseyourDrive .ui-icon-minus { background-position: -48px -128px; }
/* 606 */ .UseyourDrive .ui-icon-minusthick { background-position: -64px -128px; }
/* 607 */ .UseyourDrive .ui-icon-close { background-position: -80px -128px; }
/* 608 */ .UseyourDrive .ui-icon-closethick { background-position: -96px -128px; }
/* 609 */ .UseyourDrive .ui-icon-key { background-position: -112px -128px; }
/* 610 */ .UseyourDrive .ui-icon-lightbulb { background-position: -128px -128px; }
/* 611 */ .UseyourDrive .ui-icon-scissors { background-position: -144px -128px; }
/* 612 */ .UseyourDrive .ui-icon-clipboard { background-position: -160px -128px; }
/* 613 */ .UseyourDrive .ui-icon-copy { background-position: -176px -128px; }
/* 614 */ .UseyourDrive .ui-icon-contact { background-position: -192px -128px; }
/* 615 */ .UseyourDrive .ui-icon-image { background-position: -208px -128px; }
/* 616 */ .UseyourDrive .ui-icon-video { background-position: -224px -128px; }
/* 617 */ .UseyourDrive .ui-icon-script { background-position: -240px -128px; }
/* 618 */ .UseyourDrive .ui-icon-alert { background-position: 0 -144px; }
/* 619 */ .UseyourDrive .ui-icon-info { background-position: -16px -144px; }
/* 620 */ .UseyourDrive .ui-icon-notice { background-position: -32px -144px; }
/* 621 */ .UseyourDrive .ui-icon-help { background-position: -48px -144px; }
/* 622 */ .UseyourDrive .ui-icon-check { background-position: -64px -144px; }
/* 623 */ .UseyourDrive .ui-icon-bullet { background-position: -80px -144px; }
/* 624 */ .UseyourDrive .ui-icon-radio-on { background-position: -96px -144px; }
/* 625 */ .UseyourDrive .ui-icon-radio-off { background-position: -112px -144px; }
/* 626 */ .UseyourDrive .ui-icon-pin-w { background-position: -128px -144px; }
/* 627 */ .UseyourDrive .ui-icon-pin-s { background-position: -144px -144px; }
/* 628 */ .UseyourDrive .ui-icon-play { background-position: 0 -160px; }
/* 629 */ .UseyourDrive .ui-icon-pause { background-position: -16px -160px; }
/* 630 */ .UseyourDrive .ui-icon-seek-next { background-position: -32px -160px; }
/* 631 */ .UseyourDrive .ui-icon-seek-prev { background-position: -48px -160px; }
/* 632 */ .UseyourDrive .ui-icon-seek-end { background-position: -64px -160px; }
/* 633 */ .UseyourDrive .ui-icon-seek-start { background-position: -80px -160px; }
/* 634 */ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* 635 */ .UseyourDrive .ui-icon-seek-first { background-position: -80px -160px; }
/* 636 */ .UseyourDrive .ui-icon-stop { background-position: -96px -160px; }
/* 637 */ .UseyourDrive .ui-icon-eject { background-position: -112px -160px; }
/* 638 */ .UseyourDrive .ui-icon-volume-off { background-position: -128px -160px; }
/* 639 */ .UseyourDrive .ui-icon-volume-on { background-position: -144px -160px; }
/* 640 */ .UseyourDrive .ui-icon-power { background-position: 0 -176px; }
/* 641 */ .UseyourDrive .ui-icon-signal-diag { background-position: -16px -176px; }
/* 642 */ .UseyourDrive .ui-icon-signal { background-position: -32px -176px; }
/* 643 */ .UseyourDrive .ui-icon-battery-0 { background-position: -48px -176px; }
/* 644 */ .UseyourDrive .ui-icon-battery-1 { background-position: -64px -176px; }
/* 645 */ .UseyourDrive .ui-icon-battery-2 { background-position: -80px -176px; }
/* 646 */ .UseyourDrive .ui-icon-battery-3 { background-position: -96px -176px; }
/* 647 */ .UseyourDrive .ui-icon-circle-plus { background-position: 0 -192px; }
/* 648 */ .UseyourDrive .ui-icon-circle-minus { background-position: -16px -192px; }
/* 649 */ .UseyourDrive .ui-icon-circle-close { background-position: -32px -192px; }
/* 650 */ .UseyourDrive .ui-icon-circle-triangle-e { background-position: -48px -192px; }

/* jquery-ui-1.10.3.custom.css */

/* 651 */ .UseyourDrive .ui-icon-circle-triangle-s { background-position: -64px -192px; }
/* 652 */ .UseyourDrive .ui-icon-circle-triangle-w { background-position: -80px -192px; }
/* 653 */ .UseyourDrive .ui-icon-circle-triangle-n { background-position: -96px -192px; }
/* 654 */ .UseyourDrive .ui-icon-circle-arrow-e { background-position: -112px -192px; }
/* 655 */ .UseyourDrive .ui-icon-circle-arrow-s { background-position: -128px -192px; }
/* 656 */ .UseyourDrive .ui-icon-circle-arrow-w { background-position: -144px -192px; }
/* 657 */ .UseyourDrive .ui-icon-circle-arrow-n { background-position: -160px -192px; }
/* 658 */ .UseyourDrive .ui-icon-circle-zoomin { background-position: -176px -192px; }
/* 659 */ .UseyourDrive .ui-icon-circle-zoomout { background-position: -192px -192px; }
/* 660 */ .UseyourDrive .ui-icon-circle-check { background-position: -208px -192px; }
/* 661 */ .UseyourDrive .ui-icon-circlesmall-plus { background-position: 0 -208px; }
/* 662 */ .UseyourDrive .ui-icon-circlesmall-minus { background-position: -16px -208px; }
/* 663 */ .UseyourDrive .ui-icon-circlesmall-close { background-position: -32px -208px; }
/* 664 */ .UseyourDrive .ui-icon-squaresmall-plus { background-position: -48px -208px; }
/* 665 */ .UseyourDrive .ui-icon-squaresmall-minus { background-position: -64px -208px; }
/* 666 */ .UseyourDrive .ui-icon-squaresmall-close { background-position: -80px -208px; }
/* 667 */ .UseyourDrive .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
/* 668 */ .UseyourDrive .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
/* 669 */ .UseyourDrive .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
/* 670 */ .UseyourDrive .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
/* 671 */ .UseyourDrive .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
/* 672 */ .UseyourDrive .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* 673 */ 
/* 674 */ 
/* 675 */ /* Misc visuals
/* 676 *| ----------------------------------*/
/* 677 */ 
/* 678 */ /* Corner radius */
/* 679 */ .UseyourDrive .ui-corner-all,
/* 680 */ .UseyourDrive .ui-corner-top,
/* 681 */ .UseyourDrive .ui-corner-left,
/* 682 */ .UseyourDrive .ui-corner-tl {
/* 683 */ 	border-top-left-radius: 4px;
/* 684 */ }
/* 685 */ .UseyourDrive .ui-corner-all,
/* 686 */ .UseyourDrive .ui-corner-top,
/* 687 */ .UseyourDrive .ui-corner-right,
/* 688 */ .UseyourDrive .ui-corner-tr {
/* 689 */ 	border-top-right-radius: 4px;
/* 690 */ }
/* 691 */ .UseyourDrive .ui-corner-all,
/* 692 */ .UseyourDrive .ui-corner-bottom,
/* 693 */ .UseyourDrive .ui-corner-left,
/* 694 */ .UseyourDrive .ui-corner-bl {
/* 695 */ 	border-bottom-left-radius: 4px;
/* 696 */ }
/* 697 */ .UseyourDrive .ui-corner-all,
/* 698 */ .UseyourDrive .ui-corner-bottom,
/* 699 */ .UseyourDrive .ui-corner-right,
/* 700 */ .UseyourDrive .ui-corner-br {

/* jquery-ui-1.10.3.custom.css */

/* 701 */ 	border-bottom-right-radius: 4px;
/* 702 */ }
/* 703 */ 
/* 704 */ /* Overlays */
/* 705 */ .ui-widget-overlay {
/* 706 */ 	background: #aaaaaa url('/wp-content/plugins/use-your-drive/css/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
/* 707 */ 	opacity: .3;
/* 708 */ 	filter: Alpha(Opacity=30);
/* 709 */ }
/* 710 */ .UseyourDrive .ui-widget-shadow {
/* 711 */ 	margin: -8px 0 0 -8px;
/* 712 */ 	padding: 8px;
/* 713 */ 	background: #aaaaaa url('/wp-content/plugins/use-your-drive/css/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
/* 714 */ 	opacity: .3;
/* 715 */ 	filter: Alpha(Opacity=30);
/* 716 */ 	border-radius: 8px;
/* 717 */ }
/* 718 */ 

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.0.3 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/use-your-drive/includes/font-awesome/fonts/fontawesome-webfont.eot');src:url('/wp-content/plugins/use-your-drive/includes/font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('/wp-content/plugins/use-your-drive/includes/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),url('/wp-content/plugins/use-your-drive/includes/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'),url('/wp-content/plugins/use-your-drive/includes/font-awesome/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;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.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.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-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-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{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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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-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-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc: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-reply-all:before{content:"\f122"}.fa-mail-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{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"}

/* useyourdrive.css */

/* 1   */ @charset "UTF-8";
/* 2   */ 
/* 3   */ /* Colors CSS */
/* 4   */ #UseyourDrive a{color: #666;}
/* 5   */ 
/* 6   */ #UseyourDrive .list-container {border-color: #DDD;   background-color: #f9f9f9;}
/* 7   */ #UseyourDrive .loading{background-color: #f9f9f9;}
/* 8   */ 
/* 9   */ /* ---Header */
/* 10  */ #UseyourDrive .nav-header{  border-bottom-color: #d1d1d1;  background: #DDD;}
/* 11  */ #UseyourDrive .nav-header a:hover,
/* 12  */ #UseyourDrive .nextimages a:hover,
/* 13  */ #UseyourDrive .column_names a:hover{color: #0e92c7;}
/* 14  */ #UseyourDrive .nav-search.inuse{  color: #29ADE2;}
/* 15  */ #UseyourDrive .column_names{  background-color: #EEE;}
/* 16  */ 
/* 17  */ /* ---File/Pictures entries */
/* 18  */ #UseyourDrive .entry.hasfocus, #UseyourDrive .entry.hasfocus a,
/* 19  */ #UseyourDrive .entry:hover ,#UseyourDrive .entry:hover a{color: #FFF;}
/* 20  */ #UseyourDrive .entry:hover{  background-color: #29ADE2;}
/* 21  */ #UseyourDrive .entry.hasfocus {  background-color: #0e92c7;}
/* 22  */ 
/* 23  */ /* ---Load more button */
/* 24  */ #UseyourDrive .nextimages{border-color: #0e92c7;}
/* 25  */ #UseyourDrive .nextimages a:hover{color: #0e92c7;}
/* 26  */ 
/* 27  */ /* ---Menus*/
/* 28  */ #UseyourDrive .uyd-grid .entry_edit_menu{ background-color: #29ADE2; border-color: #FFF;}
/* 29  */ #UseyourDrive .gridgallery .entry_edit_menu {background-color: #FFF;}
/* 30  */ #UseyourDrive .gridgallery a.entry_edit_menu{color: #333;}
/* 31  */ 
/* 32  */ .UseyourDrive .download-zip-menu li >a:hover,
/* 33  */ .UseyourDrive .uyd-dropdown-menu li > a:hover {
/* 34  */   background-color: #0e92c7;
/* 35  */   color: #FFF;
/* 36  */ }
/* 37  */ /* ---Upload rows */
/* 38  */ #UseyourDrive .template-upload,
/* 39  */ #UseyourDrive .template-download{
/* 40  */   border: 1px solid #EBEBEB;
/* 41  */   background-color: #EEE;
/* 42  */ }
/* 43  */ 
/* 44  */ /* ---Drag and Drop */
/* 45  */ #UseyourDrive .ajax-filelist.in {background: #DDD;}
/* 46  */ #UseyourDrive .ajax-filelist.hover {background: #CEE0E7;}
/* 47  */ 
/* 48  */ /* End Color CSS */
/* 49  */ 
/* 50  */ 

/* useyourdrive.css */

/* 51  */ /* Basic layout */
/* 52  */ #UseyourDrive{
/* 53  */   font-size:1.1em;
/* 54  */   font-family:Verdana, Arial, sans-serif;
/* 55  */   line-height:1.6;
/* 56  */   color: #666;
/* 57  */   text-align: left;
/* 58  */   margin-bottom: 10px;
/* 59  */ }
/* 60  */ 
/* 61  */ #UseyourDrive div{
/* 62  */   margin:0;
/* 63  */   padding:0;
/* 64  */ }
/* 65  */ #UseyourDrive div, #UseyourDrive input{
/* 66  */   box-sizing:border-box;
/* 67  */   -moz-box-sizing: border-box;
/* 68  */ }
/* 69  */ 
/* 70  */ #UseyourDrive a{
/* 71  */   text-decoration: none;
/* 72  */ }
/* 73  */ #UseyourDrive a:hover{
/* 74  */   text-decoration: none;
/* 75  */ }
/* 76  */ 
/* 77  */ #UseyourDrive .jsdisabled{
/* 78  */   display: none;
/* 79  */ }
/* 80  */ #UseyourDrive-nojsmessage{
/* 81  */   font-style:italic;
/* 82  */ }
/* 83  */ 
/* 84  */ /* Container */
/* 85  */ #UseyourDrive .list-container{
/* 86  */   min-height: 240px;
/* 87  */   position: relative;
/* 88  */   padding: 0;
/* 89  */   border-radius: 10px;
/* 90  */ }
/* 91  */ #UseyourDrive .list-container{
/* 92  */   border-width: 3px;
/* 93  */   border-style: solid;
/* 94  */ }
/* 95  */ #UseyourDrive .ajax-filelist{
/* 96  */   font-size: 75%;
/* 97  */   min-height: 32px;
/* 98  */   overflow: hidden;
/* 99  */   padding: 5px;
/* 100 */ }

/* useyourdrive.css */

/* 101 */ 
/* 102 */ /* Loading Divs*/
/* 103 */ #UseyourDrive .loading{
/* 104 */   width: 100%;
/* 105 */   height: 100%;
/* 106 */   min-height: 180px;
/* 107 */   position: absolute;
/* 108 */   z-index: 1000;
/* 109 */   text-align: center;
/* 110 */   padding-top: 5px;
/* 111 */   background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_128.gif');
/* 112 */   background-position: 50% 30px;
/* 113 */   background-repeat: no-repeat;
/* 114 */ }
/* 115 */ #UseyourDrive .loading.initialize{  background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_system_128.png');}
/* 116 */ #UseyourDrive .loading.upload{    background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_upload_128.gif');  }
/* 117 */ #UseyourDrive .loading.search{  background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_inspect_128.png');}
/* 118 */ #UseyourDrive .loading.error{  background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_sad_128.png');}
/* 119 */ #UseyourDrive .gridgallery img.preloading,
/* 120 */ #UseyourDrive .uyd-grid .entry_thumbnail img.preloading{
/* 121 */   background: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_64.gif') 50% 50% no-repeat;
/* 122 */ }
/* 123 */ 
/* 124 */ /* Header */
/* 125 */ #UseyourDrive .nav-header{
/* 126 */   min-height:38px;
/* 127 */   padding: 5px 15px;
/* 128 */   clear: both;
/* 129 */   overflow: visible;
/* 130 */   position: relative;
/* 131 */   border-width:0;
/* 132 */   border-bottom-width: 1px;
/* 133 */   border-style: solid;
/* 134 */ 
/* 135 */ }
/* 136 */ #UseyourDrive .nav-header a:hover,
/* 137 */ #UseyourDrive .column_names a:hover{
/* 138 */   font-weight: bold;
/* 139 */ }
/* 140 */ #UseyourDrive .nav-title{
/* 141 */   margin-left: 26px;
/* 142 */   margin-right: 180px;
/* 143 */   margin-top: 3px;
/* 144 */   font-size: 14px;
/* 145 */   position: relative;
/* 146 */ }
/* 147 */ 
/* 148 */ /* Header buttons */
/* 149 */ #UseyourDrive .nav-home{
/* 150 */   float:left;

/* useyourdrive.css */

/* 151 */ }
/* 152 */ 
/* 153 */ #UseyourDrive .nav-home i{
/* 154 */   font-size: 1.5em;
/* 155 */   cursor: pointer;
/* 156 */ }
/* 157 */ #UseyourDrive .download-zip i,
/* 158 */ #UseyourDrive .nav-upload i,
/* 159 */ #UseyourDrive .nav-refresh i,
/* 160 */ #UseyourDrive .nav-layout i,
/* 161 */ #UseyourDrive .nav-search i {
/* 162 */   margin-top: 3px;
/* 163 */   font-size: 1.2em;
/* 164 */   margin-left: .5em;
/* 165 */   cursor: pointer;
/* 166 */ }
/* 167 */ 
/* 168 */ #UseyourDrive .search-div{
/* 169 */   display: none;
/* 170 */ }
/* 171 */ 
/* 172 */ #UseyourDrive .download-zip{
/* 173 */   position: relative;
/* 174 */   right:0px;
/* 175 */   float: right;
/* 176 */ }
/* 177 */ 
/* 178 */ #UseyourDrive .zip-status{
/* 179 */   font-size: 80%;
/* 180 */ }
/* 181 */ 
/* 182 */ #UseyourDrive .zip-status .zip-bytes{
/* 183 */   margin-left:10px;
/* 184 */   font-style: italic;
/* 185 */ }
/* 186 */ 
/* 187 */ /* Files and folders*/
/* 188 */ #UseyourDrive .files .entry,
/* 189 */ #UseyourDrive .files .column_names{
/* 190 */   padding: 5px 15px 5px 15px;
/* 191 */   margin: 0px;
/* 192 */   clear: both;
/* 193 */   min-height: 30px;
/* 194 */   cursor: pointer;
/* 195 */   position: relative;
/* 196 */   overflow: hidden;
/* 197 */ }
/* 198 */ 
/* 199 */ #UseyourDrive .uyd-grid .entry{
/* 200 */   padding: 5px 0px;

/* useyourdrive.css */

/* 201 */   display: -moz-inline-stack;
/* 202 */   display: inline-block;
/* 203 */   vertical-align: top;
/* 204 */   zoom: 1;
/* 205 */   *display: inline;
/* 206 */   position: relative;
/* 207 */   border-radius: 5px;
/* 208 */   margin: 5px;
/* 209 */   box-shadow: 0px 0px 4px #bbb;
/* 210 */ }
/* 211 */ #UseyourDrive .uyd-grid .entry .entry_block{
/* 212 */   opacity:0;
/* 213 */   padding: 5px;
/* 214 */   width:200px;
/* 215 */ }
/* 216 */ #UseyourDrive .uyd-grid .entry_thumbnail{
/* 217 */   width: 100%;
/* 218 */   height:179px;
/* 219 */   margin: 0 auto;
/* 220 */   position: relative;
/* 221 */   border: 1px solid transparent;
/* 222 */ }
/* 223 */ #UseyourDrive .uyd-grid .entry_thumbnail-view-bottom{
/* 224 */   bottom: 0;
/* 225 */   left: 0;
/* 226 */   position: absolute;
/* 227 */   width: 100%;
/* 228 */ }
/* 229 */ #UseyourDrive .uyd-grid .entry_thumbnail-view-center{
/* 230 */   text-align: center;
/* 231 */   position: relative;
/* 232 */ }
/* 233 */ #UseyourDrive .uyd-grid .entry_thumbnail img{
/* 234 */   max-width: 100%;
/* 235 */   max-height: 100%;
/* 236 */   min-width: 100px;
/* 237 */   min-height: 100px;
/* 238 */   padding: 1px;
/* 239 */   vertical-align: top;
/* 240 */   transition: opacity .3s ease-in;
/* 241 */   -ms-interpolation-mode: bicubic;
/* 242 */   box-shadow: none;
/* 243 */ }
/* 244 */ 
/* 245 */ #UseyourDrive .uyd-grid .entry.hasfocus .entry_link,
/* 246 */ #UseyourDrive .uyd-grid .entry:hover .entry_link{
/* 247 */   font-weight: bold;
/* 248 */ }
/* 249 */ 
/* 250 */ #UseyourDrive .uyd-list .entry_name{

/* useyourdrive.css */

/* 251 */   margin-left: 6px;
/* 252 */   margin-right: 5px;
/* 253 */   text-align: left;
/* 254 */   float: left;
/* 255 */   word-wrap: break-word;
/* 256 */   width: 40%;
/* 257 */ }
/* 258 */ 
/* 259 */ #UseyourDrive .uyd-grid .entry_name{
/* 260 */   line-height: 21px;
/* 261 */   text-align: center;
/* 262 */ }
/* 263 */ 
/* 264 */ #UseyourDrive .uyd-grid .entry_name .entry-name-view{
/* 265 */   display: inline-block;
/* 266 */   max-width: 80%;
/* 267 */   padding-top: 1px;
/* 268 */   padding-left: 0;
/* 269 */   padding-right: 0;
/* 270 */   text-align: center;
/* 271 */   text-overflow: ellipsis;
/* 272 */   -o-text-overflow: ellipsis;
/* 273 */   white-space: nowrap;
/* 274 */   vertical-align: top;
/* 275 */   overflow: hidden;
/* 276 */ }
/* 277 */ #UseyourDrive .uyd-grid .entry_name .entry-name-view span,
/* 278 */ #UseyourDrive .uyd-grid .entry_name .entry-name-view span strong{
/* 279 */   white-space: nowrap;
/* 280 */ }
/* 281 */ 
/* 282 */ #UseyourDrive .entry_link{
/* 283 */   display: block;
/* 284 */   width:100%;
/* 285 */ }
/* 286 */ 
/* 287 */ #UseyourDrive .entry_size{
/* 288 */   float: right;
/* 289 */   font-size: 95%;
/* 290 */   width: 75px;
/* 291 */   text-align: right;
/* 292 */ }
/* 293 */ 
/* 294 */ #UseyourDrive .entry_checkbox input[type="checkbox"]{
/* 295 */   display: none;
/* 296 */ }
/* 297 */ #UseyourDrive .uyd-list .entry_checkbox,
/* 298 */ #UseyourDrive .uyd-list .entry_checkallbox{
/* 299 */   float:right;
/* 300 */   height: 16px;

/* useyourdrive.css */

/* 301 */   width: 16px;
/* 302 */   margin-left: 10px;
/* 303 */   z-index: 10;
/* 304 */   margin-top: 2px;
/* 305 */ }
/* 306 */ #UseyourDrive .gridgallery .entry_checkbox,
/* 307 */ #UseyourDrive .uyd-grid .entry_checkbox{
/* 308 */   position: absolute;
/* 309 */   right: 15px;
/* 310 */   top: 3px;
/* 311 */ }
/* 312 */ #UseyourDrive .entry_lastedit{
/* 313 */   font-size: 95%;
/* 314 */   min-width: 10%;
/* 315 */   width: 180px;
/* 316 */   text-align: left;
/* 317 */   float:right;
/* 318 */ }
/* 319 */ 
/* 320 */ #UseyourDrive .entry_foundpath{
/* 321 */   font-size: 95%;
/* 322 */ }
/* 323 */ 
/* 324 */ #UseyourDrive .no_results{
/* 325 */   background:url('/wp-content/plugins/use-your-drive/css/clouds/cloud_status_128.png') center top no-repeat;
/* 326 */   padding-top: 120px;
/* 327 */   text-align: center;
/* 328 */   font-style: italic;
/* 329 */   height: 140px;
/* 330 */ }
/* 331 */ 
/* 332 */ /* Column Sorting */
/* 333 */ #UseyourDrive .column_names {
/* 334 */   font-size: 80% !important;
/* 335 */ }
/* 336 */ #UseyourDrive .files.uyd-grid .column_names {
/* 337 */   display:none;
/* 338 */ }
/* 339 */ 
/* 340 */ #UseyourDrive .column_names .sortable{
/* 341 */   cursor: pointer;
/* 342 */ }
/* 343 */ 
/* 344 */ #UseyourDrive .column_names .entry_name,
/* 345 */ #UseyourDrive .column_names .entry_size,
/* 346 */ #UseyourDrive .column_names .entry_lastedit{
/* 347 */   font-size: 100%;
/* 348 */ }
/* 349 */ 
/* 350 */ #UseyourDrive .sort_icon{

/* useyourdrive.css */

/* 351 */   width: 21px;
/* 352 */   height: 4px;
/* 353 */   top: 8px;
/* 354 */   display: -moz-inline-stack;
/* 355 */   display: inline-block;
/* 356 */   vertical-align: top;
/* 357 */   zoom: 1;
/* 358 */   *display: inline;
/* 359 */   position: relative;
/* 360 */ }
/* 361 */ #UseyourDrive .column_names .desc .sort_icon{
/* 362 */   background-image:  url('/wp-content/plugins/use-your-drive/css/images/desc.gif');
/* 363 */ }
/* 364 */ #UseyourDrive .column_names .asc .sort_icon{
/* 365 */   background-image:  url('/wp-content/plugins/use-your-drive/css/images/asc.gif');
/* 366 */ }
/* 367 */ 
/* 368 */ /* Search Form */
/* 369 */ .UseyourDrive .search-remove{
/* 370 */   position: absolute;
/* 371 */   cursor: pointer;
/* 372 */   right: 15px;
/* 373 */   top: 20px;
/* 374 */   font-size: 150%;
/* 375 */ }
/* 376 */ 
/* 377 */ .UseyourDrive .search-input{
/* 378 */   width: 200px;
/* 379 */   margin: 0 !important;
/* 380 */   background:white url('/wp-content/plugins/use-your-drive/css/images/search.png') 5px center no-repeat;
/* 381 */   color:#666;
/* 382 */   border: 1px solid #d1d1d1;
/* 383 */   padding: 6px 25px;
/* 384 */   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
/* 385 */   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
/* 386 */   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
/* 387 */   font-size: 150%;
/* 388 */ }
/* 389 */ .UseyourDrive .search-div{
/* 390 */   margin: 10px;
/* 391 */ }
/* 392 */ 
/* 393 */ /* Menus*/
/* 394 */ #UseyourDrive .uyd-list .entry_edit {
/* 395 */   float:right;
/* 396 */   margin-left: 10px;
/* 397 */   width: 10px;
/* 398 */   height: 13px;
/* 399 */ }
/* 400 */ #UseyourDrive .uyd-grid .entry_edit,

/* useyourdrive.css */

/* 401 */ #UseyourDrive .gridgallery .entry_edit {
/* 402 */   z-index: 100;
/* 403 */   position: absolute;
/* 404 */   width: 100%;
/* 405 */ }
/* 406 */ #UseyourDrive .entry_edit_menu {
/* 407 */   display: none;
/* 408 */ }
/* 409 */ #UseyourDrive .uyd-grid .entry_edit_menu{
/* 410 */   left: 4px;
/* 411 */   top: 0px;
/* 412 */   position: absolute;
/* 413 */   border-width: 1px;
/* 414 */   border-style: solid;
/* 415 */   border-radius: 3px;
/* 416 */   padding: 3px 5px;
/* 417 */ }
/* 418 */ #UseyourDrive .gridgallery .entry_edit_menu {
/* 419 */   left: 4px;
/* 420 */   top: 1px;
/* 421 */   position: absolute;
/* 422 */   left:0px;
/* 423 */   top:0px;
/* 424 */   padding: 0px 3px;
/* 425 */ }
/* 426 */ 
/* 427 */ .UseyourDrive .download-zip-menu,
/* 428 */ .UseyourDrive .uyd-dropdown-menu{
/* 429 */   display: none;
/* 430 */   font-size: 150%;
/* 431 */ }
/* 432 */ .UseyourDrive .download-zip-menu ul,
/* 433 */ .UseyourDrive .uyd-dropdown-menu ul{
/* 434 */   list-style: none;
/* 435 */   background: #FFF;
/* 436 */   overflow: hidden;
/* 437 */   padding: 4px 0;
/* 438 */   margin: 0;
/* 439 */ }
/* 440 */ .UseyourDrive .download-zip-menu li,
/* 441 */ .UseyourDrive .uyd-dropdown-menu li {
/* 442 */   list-style: none;
/* 443 */   padding: 0 0;
/* 444 */   margin: 0;
/* 445 */   line-height: 18px;
/* 446 */ }
/* 447 */ .UseyourDrive .download-zip-menu li >a,
/* 448 */ .UseyourDrive .uyd-dropdown-menu li > a{
/* 449 */   display: block;
/* 450 */   color: #555;

/* useyourdrive.css */

/* 451 */   text-decoration: none;
/* 452 */   line-height: 18px;
/* 453 */   padding: 6px 15px;
/* 454 */   white-space: nowrap;
/* 455 */   width: 100%;
/* 456 */ }
/* 457 */ .UseyourDrive .download-zip-menu li >a:hover,
/* 458 */ .UseyourDrive .uyd-dropdown-menu li > a:hover {
/* 459 */   cursor: pointer;
/* 460 */ }
/* 461 */ .UseyourDrive .download-zip-menu li i,
/* 462 */ .UseyourDrive .uyd-dropdown-menu li i{
/* 463 */   width:35px;
/* 464 */ }
/* 465 */ 
/* 466 */ 
/* 467 */ /* FileUpload Form */
/* 468 */ #UseyourDrive .fileupload-container{
/* 469 */   font-size: 90%;
/* 470 */   margin-top: 10px;
/* 471 */ }
/* 472 */ 
/* 473 */ #UseyourDrive .fileupload-browse-button{
/* 474 */   width: 100%;
/* 475 */   height: 100%;
/* 476 */   transform:none;
/* 477 */ }
/* 478 */ 
/* 479 */ #UseyourDrive .fileupload-buttonbar{
/* 480 */   margin-bottom: 10px;
/* 481 */ }
/* 482 */ 
/* 483 */ #UseyourDrive .fileupload-buttonbar .ui-button{
/* 484 */   float: none !important; /* overrule jQuery UI CSS */
/* 485 */ }
/* 486 */ #UseyourDrive .ui-button-text, #UseyourDrive .fileupload-browse-button{
/* 487 */   cursor: pointer;
/* 488 */ }
/* 489 */ #UseyourDrive .template-upload,
/* 490 */ #UseyourDrive .template-download{
/* 491 */   overflow: auto;
/* 492 */   padding:5px;
/* 493 */   margin-bottom: 5px;
/* 494 */ }
/* 495 */ 
/* 496 */ #UseyourDrive .upload-name{
/* 497 */   float: left;
/* 498 */   word-wrap: break-word;
/* 499 */   width: 70%;
/* 500 */ }

/* useyourdrive.css */

/* 501 */ 
/* 502 */ #UseyourDrive .file-size{
/* 503 */   font-size: 90%;
/* 504 */   margin-left: 20px;
/* 505 */ }
/* 506 */ 
/* 507 */ #UseyourDrive .upload-status{
/* 508 */   float:right;
/* 509 */   text-transform: uppercase;
/* 510 */   font-size: 90%;
/* 511 */   font-weight: bold;
/* 512 */ }
/* 513 */ 
/* 514 */ #UseyourDrive .upload-status .queue{}
/* 515 */ #UseyourDrive .upload-status .error{}
/* 516 */ #UseyourDrive .upload-status .succes{}
/* 517 */ 
/* 518 */ #UseyourDrive .upload-error{
/* 519 */   clear: both;
/* 520 */   text-decoration: underline;
/* 521 */   float: right;
/* 522 */ }
/* 523 */ 
/* 524 */ #UseyourDrive .upload-buttons{
/* 525 */   display: none;
/* 526 */ }
/* 527 */ 
/* 528 */ #UseyourDrive .upload-progress{
/* 529 */   clear:both;
/* 530 */ }
/* 531 */ 
/* 532 */ #UseyourDrive .upload-progress .progress{
/* 533 */   height: 10px;
/* 534 */ }
/* 535 */ 
/* 536 */ /* UseyourDrive Gallery */
/* 537 */ #UseyourDrive .image-collage{
/* 538 */   /*This is where you set the padding you want between the images*/
/* 539 */   padding:5px !important;
/* 540 */   margin:0 !important;
/* 541 */   border:0 !important;
/* 542 */   font-size: 100% !important;
/* 543 */   position: static;
/* 544 */   overflow: hidden;
/* 545 */   opacity: 0;
/* 546 */ }
/* 547 */ 
/* 548 */ #UseyourDrive .image-collage img{
/* 549 */   margin:0;
/* 550 */   padding:0;

/* useyourdrive.css */

/* 551 */   /*display:inline-block;*/
/* 552 */   vertical-align:bottom;
/* 553 */   opacity:1;
/* 554 */   max-width: none !important;
/* 555 */   border-radius: 0 !important;
/* 556 */   /*This is where you set the border you want for the image*/
/* 557 */   border:0px solid #FFF;
/* 558 */   transition: opacity .3s ease-in;
/* 559 */   -webkit-transition: opacity .3s ease-in-out;
/* 560 */ }
/* 561 */ 
/* 562 */ #UseyourDrive .image-container{
/* 563 */   /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
/* 564 */   opacity:1;
/* 565 */   position: relative;
/* 566 */   -moz-border-radius: 3px;
/* 567 */   -webkit-border-radius: 3px;
/* 568 */   border-radius: 3px;
/* 569 */   float:left;
/* 570 */ }
/* 571 */ 
/* 572 */ #UseyourDrive .image-container.hidden,
/* 573 */ #UseyourDrive .image-container img.hidden{
/* 574 */   display:none;
/* 575 */   opacity:0;
/* 576 */ }
/* 577 */ 
/* 578 */ #UseyourDrive .image-container .entry_checkbox{
/* 579 */   position: absolute;
/* 580 */   right: 0px;
/* 581 */   bottom: 0px;
/* 582 */   margin: 2px;
/* 583 */ }
/* 584 */ 
/* 585 */ #UseyourDrive .image-container.entry{
/* 586 */   padding:0 !important;
/* 587 */ }
/* 588 */ 
/* 589 */ #UseyourDrive .folder-thumb{
/* 590 */   position: absolute;
/* 591 */   background-repeat: no-repeat;
/* 592 */   background-size: cover;
/* 593 */   top: 0px;
/* 594 */   left: 0px;
/* 595 */ }
/* 596 */ 
/* 597 */ #UseyourDrive .image-folder{
/* 598 */   background-color: #808080;
/* 599 */ }
/* 600 */ 

/* useyourdrive.css */

/* 601 */ #UseyourDrive .image-folder:hover{
/* 602 */   background-color: #808080 !important;
/* 603 */   cursor: pointer;
/* 604 */ }
/* 605 */ 
/* 606 */ #UseyourDrive .image-folder img{
/* 607 */   background: none !important;
/* 608 */   z-index: 1;
/* 609 */   position: absolute;
/* 610 */ }
/* 611 */ 
/* 612 */ #UseyourDrive .image-rollover{
/* 613 */   background:url('/wp-content/plugins/use-your-drive/css/images/mag.png') center center no-repeat;
/* 614 */   height: 100%;
/* 615 */   position: absolute;
/* 616 */   width: 100%;
/* 617 */   -webkit-box-shadow: 0px 0px 4px #000;
/* 618 */   -moz-box-shadow: 0px 0px 4px  #000;
/* 619 */   box-shadow: 0px 0px 4px  #000;
/* 620 */ }
/* 621 */ 
/* 622 */ #UseyourDrive .image-folder .folder {
/* 623 */   position: absolute;
/* 624 */   padding: 5px 0px 10px!important;
/* 625 */   bottom: 0;
/* 626 */   color: #FFF;
/* 627 */   background:url('/wp-content/plugins/use-your-drive/css/images/folder-title-bg.png') repeat;
/* 628 */   font-size: 130%;
/* 629 */   width: 100%;
/* 630 */   text-align: center;
/* 631 */   z-index: 2;
/* 632 */ }
/* 633 */ #UseyourDrive .nextimages{
/* 634 */   position:relative;
/* 635 */   text-align: center;
/* 636 */   vertical-align: middle;
/* 637 */   padding: 2px;
/* 638 */   background: #FFF;
/* 639 */   z-index: 100;
/* 640 */   margin: 0 auto;
/* 641 */   border: 1px solid #EFEFEF;
/* 642 */   -webkit-border-radius: 5px;
/* 643 */   -moz-border-radius: 5px;
/* 644 */   border-radius: 5px;
/* 645 */   cursor: pointer;
/* 646 */ }
/* 647 */ #UseyourDrive .nextimages a:hover{
/* 648 */   font-weight: bold;
/* 649 */ }
/* 650 */ /*jQuery UI CSS overrule*/

/* useyourdrive.css */

/* 651 */ .UseyourDrive .ui-widget-content,
/* 652 */ .UseyourDrive .ui-dialog-titlebar{
/* 653 */   padding:5px !important;
/* 654 */ }
/* 655 */ 
/* 656 */ .UseyourDrive .ui-dialog-titlebar-close{
/* 657 */   width: 20px !important;
/* 658 */   height: 20px !important;
/* 659 */ }
/* 660 */ 
/* 661 */ #UseyourDrive .fileupload-list .ui-icon{
/* 662 */   float: right;
/* 663 */   margin-left: 5px;
/* 664 */   margin-top: 1px;
/* 665 */ }
/* 666 */ 
/* 667 */ .ui-dialog.UseyourDrive button{
/* 668 */   float: right !important; /* overrule jQuery UI CSS */
/* 669 */ }
/* 670 */ 
/* 671 */ .ui-front {
/* 672 */   z-index:1000000 !important; /* The default is 100. !important overrides the default. */
/* 673 */ }
/* 674 */ 
/* 675 */ /* qTip custom CSS */
/* 676 */ .UseyourDrive .qtip-content {
/* 677 */   padding: 0 !important;
/* 678 */ }
/* 679 */ .qtip-default.UseyourDrive.thumbnail .qtip-content{
/* 680 */   padding:5px !important;
/* 681 */ }
/* 682 */ .qtip-default.UseyourDrive.thumbnail,
/* 683 */ .qtip-default.UseyourDrive{
/* 684 */   -webkit-box-shadow: 0px 0px 4px #bbb;
/* 685 */   -moz-box-shadow: 0px 0px 4px  #bbb;
/* 686 */   box-shadow: 0px 0px 4px  #bbb;
/* 687 */   border-radius: 3px;
/* 688 */ }
/* 689 */ 
/* 690 */ 
/* 691 */ /* Small screens */
/* 692 */ @media only screen and (max-width: 480px){
/* 693 */ 
/* 694 */   #UseyourDrive .nav-title {
/* 695 */     margin-left: 0;
/* 696 */     margin-right: 0;
/* 697 */     margin-top: 28px;
/* 698 */   }
/* 699 */   #UseyourDrive .uyd-list .entry_name {
/* 700 */     margin-right: 0px;

/* useyourdrive.css */

/* 701 */     width: 60%;
/* 702 */   }
/* 703 */   #UseyourDrive .entry_lastedit {
/* 704 */     clear:both;
/* 705 */     float:left;
/* 706 */     margin-left: 23px;
/* 707 */ 
/* 708 */   }
/* 709 */   #UseyourDrive .entry_size {
/* 710 */     display: none;
/* 711 */   }
/* 712 */ 
/* 713 */   #UseyourDrive .column_names .entry_lastedit{
/* 714 */     display: none;
/* 715 */   }
/* 716 */ }
/* 717 */ 
/* 718 */ @media only screen and (min-width: 480px) and (max-width : 768px) {
/* 719 */   #UseyourDrive .column_names .entry_lastedit{
/* 720 */     display: none;
/* 721 */   }
/* 722 */ 
/* 723 */   #UseyourDrive .entry_lastedit {
/* 724 */     clear:both;
/* 725 */     float:left;
/* 726 */     margin-left: 23px;
/* 727 */   }
/* 728 */ }
/* 729 */ 
/* 730 */ @media (-webkit-min-device-pixel-ratio: 2),
/* 731 */ (min-resolution: 192dpi) {
/* 732 */ 
/* 733 */   #UseyourDrive .loading,
/* 734 */   #UseyourDrive .jp-jplayer {
/* 735 */     background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_256.gif');
/* 736 */     background-size: 128px 128px;
/* 737 */   }
/* 738 */   #UseyourDrive .loading.initialize{
/* 739 */     background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_system_256.png');
/* 740 */   }
/* 741 */   #UseyourDrive .loading.upload{
/* 742 */     background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_upload_128.gif');
/* 743 */   }
/* 744 */   #UseyourDrive .loading.search{
/* 745 */     background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_inspect_256.png');
/* 746 */   }
/* 747 */   #UseyourDrive .loading.error{
/* 748 */     background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_sad_256.png');
/* 749 */   }
/* 750 */   #UseyourDrive .no_results{

/* useyourdrive.css */

/* 751 */     background-image:url('/wp-content/plugins/use-your-drive/css/clouds/cloud_status_256.png');
/* 752 */     background-size: 128px 128px;
/* 753 */   }
/* 754 */   #UseyourDrive .gridgallery img.preloading,
/* 755 */   #UseyourDrive .uyd-grid .entry_thumbnail img.preloading{
/* 756 */     background-image: url('/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_128.gif');
/* 757 */     background-size: 64px 64px;
/* 758 */   }
/* 759 */   #colorbox.UseyourDrive #cboxLoadingGraphic,
/* 760 */   #UseyourDrive div.jp-playlist-loading{
/* 761 */     background-image:  url('/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_64.gif');
/* 762 */     background-size: 32px 32px;
/* 763 */   }
/* 764 */ 
/* 765 */ }
/* 766 */ 
/* 767 */ /* Icons 16x16*/
/* 768 */ #UseyourDrive .entry_icon{
/* 769 */   float: left;
/* 770 */   margin-top: -1px;
/* 771 */   height: 16px;
/* 772 */   width: 16px;
/* 773 */ }
/* 774 */ 
/* 775 */ /* Admin screen*/
/* 776 */ #icon-UseyourDrive {
/* 777 */   background: transparent url('/wp-content/plugins/use-your-drive/css/images/google_drive_logo.png') no-repeat;
/* 778 */ }
/* 779 */ .adminfilebrowser #UseyourDrive .ajax-filelist {
/* 780 */   font-size: 100%;
/* 781 */ }
