/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/plugins/wp-pagenavi

*/

/* pagenavi-css.css */

/* 1  */ /*
/* 2  *| Default style for WP-PageNavi plugin
/* 3  *| 
/* 4  *| http://wordpress.org/extend/plugins/wp-pagenavi/
/* 5  *| */
/* 6  */ 
/* 7  */ .wp-pagenavi {
/* 8  */ 	clear: both;
/* 9  */ }
/* 10 */ 
/* 11 */ .wp-pagenavi a, .wp-pagenavi span {
/* 12 */ 	text-decoration: none;
/* 13 */ 	border: 1px solid #BFBFBF;
/* 14 */ 	padding: 3px 5px;
/* 15 */ 	margin: 2px;
/* 16 */ }
/* 17 */ 
/* 18 */ .wp-pagenavi a:hover, .wp-pagenavi span.current {
/* 19 */ 	border-color: #000;
/* 20 */ }
/* 21 */ 
/* 22 */ .wp-pagenavi span.current {
/* 23 */ 	font-weight: bold;
/* 24 */ }
/* 25 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

*/

/* bootstrap.css */

/* 1   */ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,500,500italic,700,700italic);
/* 2   */ /*!
/* 3   *|  * Bootstrap v3.2.0 (http://getbootstrap.com)
/* 4   *|  * Copyright 2011-2014 Twitter, Inc.
/* 5   *|  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/* 6   *|  */
/* 7   */ html {
/* 8   */     font-family: sans-serif;
/* 9   */     -webkit-text-size-adjust: 100%;
/* 10  */     -ms-text-size-adjust: 100%;
/* 11  */ }
/* 12  */ body { margin: 0; }
/* 13  */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block;font-weight: 300; }
/* 14  */ audio, canvas, progress, video {
/* 15  */     display: inline-block;
/* 16  */     vertical-align: baseline;
/* 17  */ }
/* 18  */ audio:not([controls]) {
/* 19  */     display: none;
/* 20  */     height: 0;
/* 21  */ }
/* 22  */ [hidden], template { display: none; }
/* 23  */ abbr[title] { border-bottom: 1px dotted; }
/* 24  */ b, strong { font-weight: bold; }
/* 25  */ dfn { font-style: italic; }
/* 26  */ h1 {
/* 27  */     margin: .67em 0;
/* 28  */     font-size: 2em;
/* 29  */ }
/* 30  */ 
/* 31  */ a {
/* 32  */     font-weight: 300;
/* 33  */ }
/* 34  */ mark {
/* 35  */     background: #ff0;
/* 36  */     color: #000;
/* 37  */ }
/* 38  */ small { font-size: 80%; }
/* 39  */ sub, sup {
/* 40  */     position: relative;
/* 41  */     vertical-align: baseline;
/* 42  */     font-size: 75%;
/* 43  */     line-height: 0;
/* 44  */ }
/* 45  */ sup { top: -.5em; }
/* 46  */ sub { bottom: -.25em; }
/* 47  */ img { border: 0; }
/* 48  */ svg:not(:root) { overflow: hidden; }
/* 49  */ figure { margin: 1em 40px; }
/* 50  */ hr {

/* bootstrap.css */

/* 51  */     -moz-box-sizing: content-box;
/* 52  */     box-sizing: content-box;
/* 53  */     height: 0;
/* 54  */ }
/* 55  */ pre { overflow: auto; }
/* 56  */ code, kbd, pre, samp {
/* 57  */     font-size: 1em;
/* 58  */     font-family: monospace, monospace;
/* 59  */ }
/* 60  */ button, input, optgroup, select, textarea {
/* 61  */     margin: 0;
/* 62  */     color: inherit;
/* 63  */     font: inherit;
/* 64  */ }
/* 65  */ 
/* 66  */ button { overflow: visible; }
/* 67  */ button, select { text-transform: none; }
/* 68  */ button, html input[type="button"], input[type="reset"], input[type="submit"] {
/* 69  */     display: inline-block;
/* 70  */     padding: 7px;
/* 71  */     border: none;
/* 72  */     border: 1px;
/* 73  */     border-style:  solid;
/* 74  */     background: inherit;
/* 75  */     color: #fff;
/* 76  */     text-transform: uppercase;
/* 77  */     font-weight: 300;
/* 78  */     cursor: pointer;
/* 79  */     transition: all 250ms linear;
/* 80  */     -webkit-appearance: button;
/* 81  */ }
/* 82  */ button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
/* 83  */     background: #fff;
/* 84  */ }
/* 85  */ input:focus, select:focus, textarea:focus {
/* 86  */     border: 1px solid #bbb;
/* 87  */     color: #555;
/* 88  */ }
/* 89  */ button[disabled], html input[disabled] { cursor: default; }
/* 90  */ button::-moz-focus-inner, input::-moz-focus-inner {
/* 91  */     padding: 0;
/* 92  */     border: 0;
/* 93  */ }
/* 94  */ input { line-height: normal; }
/* 95  */ input[type="checkbox"], input[type="radio"] {
/* 96  */     box-sizing: border-box;
/* 97  */     padding: 0;
/* 98  */     height: auto;
/* 99  */ }
/* 100 */ input[type="checkbox"] {

/* bootstrap.css */

/* 101 */     height: auto;
/* 102 */ }
/* 103 */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
/* 104 */ input[type="search"] {
/* 105 */     -webkit-box-sizing: content-box;
/* 106 */     -moz-box-sizing: content-box;
/* 107 */     box-sizing: content-box;
/* 108 */     -webkit-appearance: textfield;
/* 109 */ }
/* 110 */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* 111 */ fieldset {
/* 112 */     margin: 0;
/* 113 */     padding:0;
/* 114 */     border: 1px solid transparent;
/* 115 */ }
/* 116 */ legend {
/* 117 */     padding: 0;
/* 118 */     border: 0;
/* 119 */ }
/* 120 */ textarea { overflow: auto; }
/* 121 */ optgroup { font-weight: bold; }
/* 122 */ table {
/* 123 */     border-spacing: 2px;
/* 124 */     border-collapse: inherit;
/* 125 */ }
/* 126 */ td, th { padding: 0; text-align: left; }
/* 127 */ @media print { 
/* 128 */     * {
/* 129 */         background: transparent !important;
/* 130 */         box-shadow: none !important;
/* 131 */         color: #000 !important;
/* 132 */         text-shadow: none !important;
/* 133 */     }
/* 134 */     a, a:visited { text-decoration: underline; }
/* 135 */     a[href]:after { content: " (" attr(href) ")"; }
/* 136 */     abbr[title]:after { content: " (" attr(title) ")"; }
/* 137 */     a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
/* 138 */     pre, blockquote {
/* 139 */         border: 1px solid #999;
/* 140 */         page-break-inside: avoid;
/* 141 */     }
/* 142 */     thead { display: table-header-group; }
/* 143 */     tr, img { page-break-inside: avoid; }
/* 144 */     img { max-width: 100% !important; }
/* 145 */     p, h2, h3 {
/* 146 */         orphans: 3;
/* 147 */         widows: 3;
/* 148 */     }
/* 149 */     h2, h3 { page-break-after: avoid; }
/* 150 */     select { background: #fff !important; }

/* bootstrap.css */

/* 151 */     .navbar { display: none; }
/* 152 */     .table td, .table th { background-color: #fff !important; }
/* 153 */     .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
/* 154 */     .label { border: 1px solid #000; }
/* 155 */     .table { border-collapse: collapse !important; }
/* 156 */     .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; }
/* 157 */ }
/* 158 */ * {
/* 159 */     -webkit-box-sizing: border-box;
/* 160 */     -moz-box-sizing: border-box;
/* 161 */     box-sizing: border-box;
/* 162 */ }
/* 163 */ *:before, *:after {
/* 164 */     -webkit-box-sizing: border-box;
/* 165 */     -moz-box-sizing: border-box;
/* 166 */     box-sizing: border-box;
/* 167 */ }
/* 168 */ html {
/* 169 */     font-size: 62.5%;
/* 170 */ }
/* 171 */ body {
/* 172 */     background-color: #f7f7f7;
/* 173 */     color: #444;
/* 174 */     font-size: 14px;
/* 175 */     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 176 */     line-height: 1.75;
/* 177 */     -webkit-backface-visibility: hidden;
/* 178 */     -webkit-font-smoothing: subpixel-antialiased;
/* 179 */     text-rendering: optimizeLegibility;
/* 180 */     font-weight: 300;
/* 181 */ }
/* 182 */ input, button, textarea {
/* 183 */     height: 40px;
/* 184 */     outline: none;
/* 185 */     border:1px solid #eee;
/* 186 */     font-size: inherit;
/* 187 */     font-family: inherit;
/* 188 */     line-height: inherit;
/* 189 */     padding: 6px 14px;
/* 190 */ }
/* 191 */ select {
/* 192 */     outline: none;
/* 193 */     border:1px solid #eee;
/* 194 */     font-size: inherit;
/* 195 */     font-family: inherit;
/* 196 */     line-height: inherit;
/* 197 */ }
/* 198 */ a:focus {
/* 199 */     outline: none;
/* 200 */ }

/* bootstrap.css */

/* 201 */ a:active, a:hover { outline: 0;}
/* 202 */ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #FF9E0E; }
/* 203 */ a {
/* 204 */     color: #444;
/* 205 */     text-decoration: none;
/* 206 */     -webkit-transition: all 0.2s linear;
/* 207 */     -moz-transition: all 0.2s linear;
/* 208 */     -o-transition: all 0.2s linear;
/* 209 */     transition: all 0.2s linear;
/* 210 */ }
/* 211 */ a:hover {
/* 212 */     color: #FF9E0E;
/* 213 */     text-decoration: none;
/* 214 */     -webkit-transition: all 0.2s linear;
/* 215 */     -moz-transition: all 0.2s linear;
/* 216 */     -o-transition: all 0.2s linear;
/* 217 */     transition: all 0.2s linear;
/* 218 */ }
/* 219 */ 
/* 220 */ 
/* 221 */ figure { margin: 0; }
/* 222 */ img { max-width: 100%; vertical-align: middle ;}
/* 223 */ .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
/* 224 */     display: block;
/* 225 */     max-width: 100%;
/* 226 */     height: auto;
/* 227 */ }
/* 228 */ div.updated, div.error {
/* 229 */     margin-left: 0px !important;
/* 230 */ }
/* 231 */ .img-rounded { border-radius: 6px; }
/* 232 */ .img-thumbnail {
/* 233 */     display: inline-block;
/* 234 */     padding: 4px;
/* 235 */     max-width: 100%;
/* 236 */     height: auto;
/* 237 */     border: 1px solid #ddd;
/* 238 */     border-radius: 4px;
/* 239 */     background-color: #fff;
/* 240 */     line-height: 1.42857143;
/* 241 */     -webkit-transition: all .2s ease-in-out;
/* 242 */     transition: all .2s ease-in-out;
/* 243 */ }
/* 244 */ .img-circle { border-radius: 50%; }
/* 245 */ hr {
/* 246 */     margin-top: 20px;
/* 247 */     margin-bottom: 20px;
/* 248 */     border: 0;
/* 249 */     border-top:1px solid #eee;
/* 250 */ }

/* bootstrap.css */

/* 251 */ form {
/* 252 */     position: relative;
/* 253 */     margin: 0;
/* 254 */     padding: 0;
/* 255 */ }
/* 256 */ .marg25 {margin-top:25px;}
/* 257 */ .marg50 {margin-top:50px;}
/* 258 */ .marg75 {margin-top:75px;}
/* 259 */ .marg100 {margin-top:100px;}
/* 260 */ .marg125 {margin-top:120px;}
/* 261 */ .marg150 {margin-top:150px;}
/* 262 */ .sr-only {
/* 263 */     position: absolute;
/* 264 */     overflow: hidden;
/* 265 */     clip: rect(0, 0, 0, 0);
/* 266 */     margin: -1px;
/* 267 */     padding: 0;
/* 268 */     width: 1px;
/* 269 */     height: 1px;
/* 270 */     border: 0;
/* 271 */ }
/* 272 */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/* 273 */     color: inherit;
/* 274 */     color: #444;
/* 275 */     font-weight: 300;
/* 276 */     font-family: inherit;
/* 277 */     font-family: 'Open Sans', sans-serif;
/* 278 */     line-height: 1.3;
/* 279 */ }
/* 280 */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a{
/* 281 */    font-weight: bold;
/* 282 */    font-family: 'Open Sans', sans-serif;
/* 283 */ }
/* 284 */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
/* 285 */     color: #999;
/* 286 */     font-weight: normal;
/* 287 */     line-height: 1;
/* 288 */ }
/* 289 */ h1, .h1, h2, .h2, h3, .h3 {
/* 290 */     margin: 10px 0;
/* 291 */ }
/* 292 */ h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; }
/* 293 */ h4, .h4, h5, .h5, h6, .h6 {
/* 294 */     margin-top: 10px;
/* 295 */     margin-bottom: 10px;
/* 296 */ }
/* 297 */ h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; }
/* 298 */ h1, .h1 { font-size: 36px; }
/* 299 */ h2, .h2 { font-size: 30px; }
/* 300 */ h3, .h3 { font-size: 24px; }

/* bootstrap.css */

/* 301 */ h4, .h4 { font-size: 18px; }
/* 302 */ h5, .h5 { font-size: 14px; }
/* 303 */ h6, .h6 { font-size: 12px; }
/* 304 */ p { margin: 0 0 15px; font-weight: 300; line-height: 1.75;}
/* 305 */ @media (min-width: 768px) { 
/* 306 */     .lead { font-size: 21px; }
/* 307 */ }
/* 308 */ small, .small { font-size: 85%; }
/* 309 */ cite { font-style: normal; }
/* 310 */ ul, ol {
/* 311 */     margin-top: 0;
/* 312 */     margin-bottom: 10px;
/* 313 */     font-weight:bold;
/* 314 */ }
/* 315 */ ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }
/* 316 */ .list-unstyled {
/* 317 */     padding-left: 0;
/* 318 */     list-style: none;
/* 319 */ }
/* 320 */ .list-inline {
/* 321 */     margin-left: -5px;
/* 322 */     padding-left: 0;
/* 323 */     list-style: none;
/* 324 */ }
/* 325 */ .list-inline > li {
/* 326 */     display: inline-block;
/* 327 */     padding-right: 5px;
/* 328 */     padding-left: 5px;
/* 329 */ }
/* 330 */ dl {
/* 331 */     margin-top: 0;
/* 332 */     margin-bottom: 20px;
/* 333 */ }
/* 334 */ dt, dd { line-height: 1.42857143; }
/* 335 */ dt { font-weight: bold; }
/* 336 */ dd { margin-left: 0; }
/* 337 */ abbr[title], abbr[data-original-title] {
/* 338 */     border-bottom: 1px dotted #999;
/* 339 */     cursor: help;
/* 340 */ }
/* 341 */ .initialism {
/* 342 */     text-transform: uppercase;
/* 343 */     font-size: 90%;
/* 344 */ }
/* 345 */ blockquote {
/* 346 */     margin: 0 0 20px;
/* 347 */     padding: 10px 20px;
/* 348 */     border-left: 5px solid #f1f1f1;
/* 349 */     font-size: 17.5px;
/* 350 */ }

/* bootstrap.css */

/* 351 */ blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
/* 352 */ blockquote footer, blockquote small, blockquote .small {
/* 353 */     display: block;
/* 354 */     color: #999;
/* 355 */     font-size: 80%;
/* 356 */     line-height: 1.42857143;
/* 357 */ }
/* 358 */ blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }
/* 359 */ .blockquote-reverse, blockquote.pull-right {
/* 360 */     padding-right: 15px;
/* 361 */     padding-left: 0;
/* 362 */     border-right: 5px solid #f1f1f1;
/* 363 */     border-left: 0;
/* 364 */     text-align: right;
/* 365 */ }
/* 366 */ .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; }
/* 367 */ .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }
/* 368 */ blockquote:before, blockquote:after { content: ""; }
/* 369 */ address {
/* 370 */     margin-bottom: 20px;
/* 371 */     font-style: normal;
/* 372 */     line-height: 1.42857143;
/* 373 */ }
/* 374 */ code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
/* 375 */ code {
/* 376 */     padding: 2px 4px;
/* 377 */     border-radius: 4px;
/* 378 */     background-color: #f9f2f4;
/* 379 */     color: #c7254e;
/* 380 */     white-space: nowrap;
/* 381 */     font-size: 90%;
/* 382 */ }
/* 383 */ kbd {
/* 384 */     padding: 2px 4px;
/* 385 */     border-radius: 3px;
/* 386 */     background-color: #444;
/* 387 */     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
/* 388 */     color: #fff;
/* 389 */     font-size: 90%;
/* 390 */ }
/* 391 */ pre {
/* 392 */     display: block;
/* 393 */     margin: 0 0 10px;
/* 394 */     padding: 9.5px;
/* 395 */     border: 1px solid #ccc;
/* 396 */     border-radius: 4px;
/* 397 */     background-color: #f5f5f5;
/* 398 */     color: #444;
/* 399 */     word-wrap: break-word;
/* 400 */     word-break: break-all;

/* bootstrap.css */

/* 401 */     font-size: 13px;
/* 402 */     line-height: 1.42857143;
/* 403 */ }
/* 404 */ pre code {
/* 405 */     padding: 0;
/* 406 */     border-radius: 0;
/* 407 */     background-color: transparent;
/* 408 */     color: inherit;
/* 409 */     white-space: pre-wrap;
/* 410 */     font-size: inherit;
/* 411 */ }
/* 412 */ .pre-scrollable {
/* 413 */     overflow-y: scroll;
/* 414 */     max-height: 340px;
/* 415 */ }
/* 416 */ .container {
/* 417 */     margin-right: auto;
/* 418 */     margin-left: auto;
/* 419 */     padding-right: 25px;
/* 420 */     padding-left: 25px;
/* 421 */ }
/* 422 */ .container-fluid {
/* 423 */     margin-right: auto;
/* 424 */     margin-left: auto;
/* 425 */     padding-right: 25px;
/* 426 */     padding-left: 25px;
/* 427 */ }
/* 428 */ .row {
/* 429 */     margin-right: -25px;
/* 430 */     margin-left: -25px;
/* 431 */ }
/* 432 */ 
/* 433 */ .col-xs-1, .col-sm-1, .col-md-1, .col-cus-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-cus-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-cus-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-cus-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-cus-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-cus-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-cus-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-cus-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-cus-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-cus-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-cus-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-cus-12, .col-lg-12 {
/* 434 */     position: relative;
/* 435 */     padding-right: 25px;
/* 436 */     padding-left: 25px;
/* 437 */     min-height: 1px;
/* 438 */ }
/* 439 */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
/* 440 */ .col-xs-12 { width: 100%; }
/* 441 */ .col-xs-11 { width: 91.66666667%; }
/* 442 */ .col-xs-10 { width: 83.33333333%; }
/* 443 */ .col-xs-9 { width: 75%; }
/* 444 */ .col-xs-8 { width: 66.66666667%; }
/* 445 */ .col-xs-7 { width: 58.33333333%; }
/* 446 */ .col-xs-6 { width: 50%; }
/* 447 */ .col-xs-5 { width: 41.66666667%; }
/* 448 */ .col-xs-4 { width: 33.33333333%; }
/* 449 */ .col-xs-3 { width: 25%; }
/* 450 */ .col-xs-2 { width: 16.66666667%; }

/* bootstrap.css */

/* 451 */ .col-xs-1 { width: 8.33333333%; }
/* 452 */ .col-xs-pull-12 { right: 100%; }
/* 453 */ .col-xs-pull-11 { right: 91.66666667%; }
/* 454 */ .col-xs-pull-10 { right: 83.33333333%; }
/* 455 */ .col-xs-pull-9 { right: 75%; }
/* 456 */ .col-xs-pull-8 { right: 66.66666667%; }
/* 457 */ .col-xs-pull-7 { right: 58.33333333%; }
/* 458 */ .col-xs-pull-6 { right: 50%; }
/* 459 */ .col-xs-pull-5 { right: 41.66666667%; }
/* 460 */ .col-xs-pull-4 { right: 33.33333333%; }
/* 461 */ .col-xs-pull-3 { right: 25%; }
/* 462 */ .col-xs-pull-2 { right: 16.66666667%; }
/* 463 */ .col-xs-pull-1 { right: 8.33333333%; }
/* 464 */ .col-xs-pull-0 { right: 0; }
/* 465 */ .col-xs-push-12 { left: 100%; }
/* 466 */ .col-xs-push-11 { left: 91.66666667%; }
/* 467 */ .col-xs-push-10 { left: 83.33333333%; }
/* 468 */ .col-xs-push-9 { left: 75%; }
/* 469 */ .col-xs-push-8 { left: 66.66666667%; }
/* 470 */ .col-xs-push-7 { left: 58.33333333%; }
/* 471 */ .col-xs-push-6 { left: 50%; }
/* 472 */ .col-xs-push-5 { left: 41.66666667%; }
/* 473 */ .col-xs-push-4 { left: 33.33333333%; }
/* 474 */ .col-xs-push-3 { left: 25%; }
/* 475 */ .col-xs-push-2 { left: 16.66666667%; }
/* 476 */ .col-xs-push-1 { left: 8.33333333%; }
/* 477 */ .col-xs-push-0 { left: 0; }
/* 478 */ .col-xs-offset-12 { margin-left: 100%; }
/* 479 */ .col-xs-offset-11 { margin-left: 91.66666667%; }
/* 480 */ .col-xs-offset-10 { margin-left: 83.33333333%; }
/* 481 */ .col-xs-offset-9 { margin-left: 75%; }
/* 482 */ .col-xs-offset-8 { margin-left: 66.66666667%; }
/* 483 */ .col-xs-offset-7 { margin-left: 58.33333333%; }
/* 484 */ .col-xs-offset-6 { margin-left: 50%; }
/* 485 */ .col-xs-offset-5 { margin-left: 41.66666667%; }
/* 486 */ .col-xs-offset-4 { margin-left: 33.33333333%; }
/* 487 */ .col-xs-offset-3 { margin-left: 25%; }
/* 488 */ .col-xs-offset-2 { margin-left: 16.66666667%; }
/* 489 */ .col-xs-offset-1 { margin-left: 8.33333333%; }
/* 490 */ .col-xs-offset-0 { margin-left: 0; }
/* 491 */ .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
/* 492 */     display: table;
/* 493 */     content: " ";
/* 494 */ }
/* 495 */ .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; }
/* 496 */ .center-block {
/* 497 */     display: block;
/* 498 */     margin-right: auto;
/* 499 */     margin-left: auto;
/* 500 */ }

/* bootstrap.css */

/* 501 */ .right-row {
/* 502 */     margin-right: -15px;
/* 503 */     margin-left: -15px;
/* 504 */ }
/* 505 */ .right-col {
/* 506 */     padding-right: 15px;
/* 507 */     padding-left: 15px;
/* 508 */ }
/* 509 */ .pull-right { float: right !important; }
/* 510 */ .pull-left { float: left !important; }
/* 511 */ .bypostauthor { }
/* 512 */ .gallery-caption { }
/* 513 */ @media (max-width: 480px) { 
/* 514 */     .container { width: 100%;}
/* 515 */     .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 { float: left; }
/* 516 */     .col-ms-12 { width: 100%; }
/* 517 */     .col-ms-11 { width: 91.66666667%; }
/* 518 */     .col-ms-10 { width: 83.33333333%; }
/* 519 */     .col-ms-9 { width: 75%; }
/* 520 */     .col-ms-8 { width: 66.66666667%; }
/* 521 */     .col-ms-7 { width: 58.33333333%; }
/* 522 */     .col-ms-6 { width: 50%; }
/* 523 */     .col-ms-5 { width: 41.66666667%; }
/* 524 */     .col-ms-4 { width: 33.33333333%; }
/* 525 */     .col-ms-3 { width: 25%; }
/* 526 */     .col-ms-2 { width: 16.66666667%; }
/* 527 */     .col-ms-1 { width: 8.33333333%; }
/* 528 */ }
/* 529 */ @media (min-width: 768px) { 
/* 530 */     .container { width: 750px; }
/* 531 */     .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
/* 532 */     .col-sm-12 { width: 100%; }
/* 533 */     .col-sm-11 { width: 91.66666667%; }
/* 534 */     .col-sm-10 { width: 83.33333333%; }
/* 535 */     .col-sm-9 { width: 75%; }
/* 536 */     .col-sm-8 { width: 66.66666667%; }
/* 537 */     .col-sm-7 { width: 58.33333333%; }
/* 538 */     .col-sm-6 { width: 50%; }
/* 539 */     .col-sm-5 { width: 41.66666667%; }
/* 540 */     .col-sm-4 { width: 33.33333333%; }
/* 541 */     .col-sm-3 { width: 25%; }
/* 542 */     .col-sm-2 { width: 16.66666667%; }
/* 543 */     .col-sm-1 { width: 8.33333333%; }
/* 544 */     .col-sm-pull-12 { right: 100%; }
/* 545 */     .col-sm-pull-11 { right: 91.66666667%; }
/* 546 */     .col-sm-pull-10 { right: 83.33333333%; }
/* 547 */     .col-sm-pull-9 { right: 75%; }
/* 548 */     .col-sm-pull-8 { right: 66.66666667%; }
/* 549 */     .col-sm-pull-7 { right: 58.33333333%; }
/* 550 */     .col-sm-pull-6 { right: 50%; }

/* bootstrap.css */

/* 551 */     .col-sm-pull-5 { right: 41.66666667%; }
/* 552 */     .col-sm-pull-4 { right: 33.33333333%; }
/* 553 */     .col-sm-pull-3 { right: 25%; }
/* 554 */     .col-sm-pull-2 { right: 16.66666667%; }
/* 555 */     .col-sm-pull-1 { right: 8.33333333%; }
/* 556 */     .col-sm-pull-0 { right: 0; }
/* 557 */     .col-sm-push-12 { left: 100%; }
/* 558 */     .col-sm-push-11 { left: 91.66666667%; }
/* 559 */     .col-sm-push-10 { left: 83.33333333%; }
/* 560 */     .col-sm-push-9 { left: 75%; }
/* 561 */     .col-sm-push-8 { left: 66.66666667%; }
/* 562 */     .col-sm-push-7 { left: 58.33333333%; }
/* 563 */     .col-sm-push-6 { left: 50%; }
/* 564 */     .col-sm-push-5 { left: 41.66666667%; }
/* 565 */     .col-sm-push-4 { left: 33.33333333%; }
/* 566 */     .col-sm-push-3 { left: 25%; }
/* 567 */     .col-sm-push-2 { left: 16.66666667%; }
/* 568 */     .col-sm-push-1 { left: 8.33333333%; }
/* 569 */     .col-sm-push-0 { left: 0; }
/* 570 */     .col-sm-offset-12 { margin-left: 100%; }
/* 571 */     .col-sm-offset-11 { margin-left: 91.66666667%; }
/* 572 */     .col-sm-offset-10 { margin-left: 83.33333333%; }
/* 573 */     .col-sm-offset-9 { margin-left: 75%; }
/* 574 */     .col-sm-offset-8 { margin-left: 66.66666667%; }
/* 575 */     .col-sm-offset-7 { margin-left: 58.33333333%; }
/* 576 */     .col-sm-offset-6 { margin-left: 50%; }
/* 577 */     .col-sm-offset-5 { margin-left: 41.66666667%; }
/* 578 */     .col-sm-offset-4 { margin-left: 33.33333333%; }
/* 579 */     .col-sm-offset-3 { margin-left: 25%; }
/* 580 */     .col-sm-offset-2 { margin-left: 16.66666667%; }
/* 581 */     .col-sm-offset-1 { margin-left: 8.33333333%; }
/* 582 */     .col-sm-offset-0 { margin-left: 0; }
/* 583 */     .dl-horizontal dt {
/* 584 */         float: left;
/* 585 */         clear: left;
/* 586 */         overflow: hidden;
/* 587 */         width: 160px;
/* 588 */         text-align: right;
/* 589 */         text-overflow: ellipsis;
/* 590 */         white-space: nowrap;
/* 591 */     }
/* 592 */     .dl-horizontal dd { margin-left: 180px; }
/* 593 */ }
/* 594 */ @media (min-width: 992px) { 
/* 595 */     .container { width: 970px; }
/* 596 */     .col-cus-1, .col-cus-2, .col-cus-3, .col-cus-4, .col-cus-5, .col-cus-6, .col-cus-7, .col-cus-8, .col-cus-9, .col-cus-10, .col-cus-11, .col-cus-12 { float: left; }
/* 597 */     .col-cus-12 { width: 100%; }
/* 598 */     .col-cus-11 { width: 91.66666667%; }
/* 599 */     .col-cus-10 { width: 83.33333333%; }
/* 600 */     .col-cus-9 { width: 75%; }

/* bootstrap.css */

/* 601 */     .col-cus-8 { width: 66.66666667%; }
/* 602 */     .col-cus-7 { width: 58.33333333%; }
/* 603 */     .col-cus-6 { width: 50%; }
/* 604 */     .col-cus-5 { width: 41.66666667%; }
/* 605 */     .col-cus-4 { width: 33.33333333%; }
/* 606 */     .col-cus-3 { width: 25%; }
/* 607 */     .col-cus-2 { width: 16.66666667%; }
/* 608 */     .col-cus-1 { width: 8.33333333%; }
/* 609 */     .col-cus-pull-12 { right: 100%; }
/* 610 */     .col-cus-pull-11 { right: 91.66666667%; }
/* 611 */     .col-cus-pull-10 { right: 83.33333333%; }
/* 612 */     .col-cus-pull-9 { right: 75%; }
/* 613 */     .col-cus-pull-8 { right: 66.66666667%; }
/* 614 */     .col-cus-pull-7 { right: 58.33333333%; }
/* 615 */     .col-cus-pull-6 { right: 50%; }
/* 616 */     .col-cus-pull-5 { right: 41.66666667%; }
/* 617 */     .col-cus-pull-4 { right: 33.33333333%; }
/* 618 */     .col-cus-pull-3 { right: 25%; }
/* 619 */     .col-cus-pull-2 { right: 16.66666667%; }
/* 620 */     .col-cus-pull-1 { right: 8.33333333%; }
/* 621 */     .col-cus-pull-0 { right: 0; }
/* 622 */     .col-cus-push-12 { left: 100%; }
/* 623 */     .col-cus-push-11 { left: 91.66666667%; }
/* 624 */     .col-cus-push-10 { left: 83.33333333%; }
/* 625 */     .col-cus-push-9 { left: 75%; }
/* 626 */     .col-cus-push-8 { left: 66.66666667%; }
/* 627 */     .col-cus-push-7 { left: 58.33333333%; }
/* 628 */     .col-cus-push-6 { left: 50%; }
/* 629 */     .col-cus-push-5 { left: 41.66666667%; }
/* 630 */     .col-cus-push-4 { left: 33.33333333%; }
/* 631 */     .col-cus-push-3 { left: 25%; }
/* 632 */     .col-cus-push-2 { left: 16.66666667%; }
/* 633 */     .col-cus-push-1 { left: 8.33333333%; }
/* 634 */     .col-cus-push-0 { left: 0; }
/* 635 */     .col-cus-offset-12 { margin-left: 100%; }
/* 636 */     .col-cus-offset-11 { margin-left: 91.66666667%; }
/* 637 */     .col-cus-offset-10 { margin-left: 83.33333333%; }
/* 638 */     .col-cus-offset-9 { margin-left: 75%; }
/* 639 */     .col-cus-offset-8 { margin-left: 66.66666667%; }
/* 640 */     .col-cus-offset-7 { margin-left: 58.33333333%; }
/* 641 */     .col-cus-offset-6 { margin-left: 50%; }
/* 642 */     .col-cus-offset-5 { margin-left: 41.66666667%; }
/* 643 */     .col-cus-offset-4 { margin-left: 33.33333333%; }
/* 644 */     .col-cus-offset-3 { margin-left: 25%; }
/* 645 */     .col-cus-offset-2 { margin-left: 16.66666667%; }
/* 646 */     .col-cus-offset-1 { margin-left: 8.33333333%; }
/* 647 */     .col-cus-offset-0 { margin-left: 0; }
/* 648 */     .hidden-cus {display: none;}
/* 649 */ }
/* 650 */ @media (min-width: 1170px) { 

/* bootstrap.css */

/* 651 */     .container { width: 1170px; }
/* 652 */     .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
/* 653 */     .col-md-12 { width: 100%; }
/* 654 */     .col-md-11 { width: 91.66666667%; }
/* 655 */     .col-md-10 { width: 83.33333333%; }
/* 656 */     .col-md-9 { width: 75%; }
/* 657 */     .col-md-8 { width: 66.66666667%; }
/* 658 */     .col-md-7 { width: 58.33333333%; }
/* 659 */     .col-md-6 { width: 50%; }
/* 660 */     .col-md-5 { width: 41.66666667%; }
/* 661 */     .col-md-4 { width: 33.33333333%; }
/* 662 */     .col-md-3 { width: 25%; }
/* 663 */     .col-md-2 { width: 16.66666667%; }
/* 664 */     .col-md-1 { width: 8.33333333%; }
/* 665 */     .col-md-pull-12 { right: 100%; }
/* 666 */     .col-md-pull-11 { right: 91.66666667%; }
/* 667 */     .col-md-pull-10 { right: 83.33333333%; }
/* 668 */     .col-md-pull-9 { right: 75%; }
/* 669 */     .col-md-pull-8 { right: 66.66666667%; }
/* 670 */     .col-md-pull-7 { right: 58.33333333%; }
/* 671 */     .col-md-pull-6 { right: 50%; }
/* 672 */     .col-md-pull-5 { right: 41.66666667%; }
/* 673 */     .col-md-pull-4 { right: 33.33333333%; }
/* 674 */     .col-md-pull-3 { right: 25%; }
/* 675 */     .col-md-pull-2 { right: 16.66666667%; }
/* 676 */     .col-md-pull-1 { right: 8.33333333%; }
/* 677 */     .col-md-pull-0 { right: 0; }
/* 678 */     .col-md-push-12 { left: 100%; }
/* 679 */     .col-md-push-11 { left: 91.66666667%; }
/* 680 */     .col-md-push-10 { left: 83.33333333%; }
/* 681 */     .col-md-push-9 { left: 75%; }
/* 682 */     .col-md-push-8 { left: 66.66666667%; }
/* 683 */     .col-md-push-7 { left: 58.33333333%; }
/* 684 */     .col-md-push-6 { left: 50%; }
/* 685 */     .col-md-push-5 { left: 41.66666667%; }
/* 686 */     .col-md-push-4 { left: 33.33333333%; }
/* 687 */     .col-md-push-3 { left: 25%; }
/* 688 */     .col-md-push-2 { left: 16.66666667%; }
/* 689 */     .col-md-push-1 { left: 8.33333333%; }
/* 690 */     .col-md-push-0 { left: 0; }
/* 691 */     .col-md-offset-12 { margin-left: 100%; }
/* 692 */     .col-md-offset-11 { margin-left: 91.66666667%; }
/* 693 */     .col-md-offset-10 { margin-left: 83.33333333%; }
/* 694 */     .col-md-offset-9 { margin-left: 75%; }
/* 695 */     .col-md-offset-8 { margin-left: 66.66666667%; }
/* 696 */     .col-md-offset-7 { margin-left: 58.33333333%; }
/* 697 */     .col-md-offset-6 { margin-left: 50%; }
/* 698 */     .col-md-offset-5 { margin-left: 41.66666667%; }
/* 699 */     .col-md-offset-4 { margin-left: 33.33333333%; }
/* 700 */     .col-md-offset-3 { margin-left: 25%; }

/* bootstrap.css */

/* 701 */     .col-md-offset-2 { margin-left: 16.66666667%; }
/* 702 */     .col-md-offset-1 { margin-left: 8.33333333%; }
/* 703 */     .col-md-offset-0 { margin-left: 0; }
/* 704 */     .hidden-cus {display: block;}
/* 705 */ }
/* 706 */ @media (min-width: 1290px) { 
/* 707 */     .container { width: 1290px; }
/* 708 */     .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
/* 709 */     .col-lg-12 { width: 100%; }
/* 710 */     .col-lg-11 { width: 91.66666667%; }
/* 711 */     .col-lg-10 { width: 83.33333333%; }
/* 712 */     .col-lg-9 { width: 75%; }
/* 713 */     .col-lg-8 { width: 66.66666667%; }
/* 714 */     .col-lg-7 { width: 58.33333333%; }
/* 715 */     .col-lg-6 { width: 50%; }
/* 716 */     .col-lg-5 { width: 41.66666667%; }
/* 717 */     .col-lg-4 { width: 33.33333333%; }
/* 718 */     .col-lg-3 { width: 25%; }
/* 719 */     .col-lg-2 { width: 16.66666667%; }
/* 720 */     .col-lg-1 { width: 8.33333333%; }
/* 721 */     .col-lg-pull-12 { right: 100%; }
/* 722 */     .col-lg-pull-11 { right: 91.66666667%; }
/* 723 */     .col-lg-pull-10 { right: 83.33333333%; }
/* 724 */     .col-lg-pull-9 { right: 75%; }
/* 725 */     .col-lg-pull-8 { right: 66.66666667%; }
/* 726 */     .col-lg-pull-7 { right: 58.33333333%; }
/* 727 */     .col-lg-pull-6 { right: 50%; }
/* 728 */     .col-lg-pull-5 { right: 41.66666667%; }
/* 729 */     .col-lg-pull-4 { right: 33.33333333%; }
/* 730 */     .col-lg-pull-3 { right: 25%; }
/* 731 */     .col-lg-pull-2 { right: 16.66666667%; }
/* 732 */     .col-lg-pull-1 { right: 8.33333333%; }
/* 733 */     .col-lg-pull-0 { right: 0; }
/* 734 */     .col-lg-push-12 { left: 100%; }
/* 735 */     .col-lg-push-11 { left: 91.66666667%; }
/* 736 */     .col-lg-push-10 { left: 83.33333333%; }
/* 737 */     .col-lg-push-9 { left: 75%; }
/* 738 */     .col-lg-push-8 { left: 66.66666667%; }
/* 739 */     .col-lg-push-7 { left: 58.33333333%; }
/* 740 */     .col-lg-push-6 { left: 50%; }
/* 741 */     .col-lg-push-5 { left: 41.66666667%; }
/* 742 */     .col-lg-push-4 { left: 33.33333333%; }
/* 743 */     .col-lg-push-3 { left: 25%; }
/* 744 */     .col-lg-push-2 { left: 16.66666667%; }
/* 745 */     .col-lg-push-1 { left: 8.33333333%; }
/* 746 */     .col-lg-push-0 { left: 0; }
/* 747 */     .col-lg-offset-12 { margin-left: 100%; }
/* 748 */     .col-lg-offset-11 { margin-left: 91.66666667%; }
/* 749 */     .col-lg-offset-10 { margin-left: 83.33333333%; }
/* 750 */     .col-lg-offset-9 { margin-left: 75%; }

/* bootstrap.css */

/* 751 */     .col-lg-offset-8 { margin-left: 66.66666667%; }
/* 752 */     .col-lg-offset-7 { margin-left: 58.33333333%; }
/* 753 */     .col-lg-offset-6 { margin-left: 50%; }
/* 754 */     .col-lg-offset-5 { margin-left: 41.66666667%; }
/* 755 */     .col-lg-offset-4 { margin-left: 33.33333333%; }
/* 756 */     .col-lg-offset-3 { margin-left: 25%; }
/* 757 */     .col-lg-offset-2 { margin-left: 16.66666667%; }
/* 758 */     .col-lg-offset-1 { margin-left: 8.33333333%; }
/* 759 */     .col-lg-offset-0 { margin-left: 0; }
/* 760 */     .hidden-cus {display: block;}
/* 761 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

file-relative URI  : ../fonts/Simple-Line-Icons.eot
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.eot
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.eot
traversals removed : /wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.eot

file-relative URI  : ../fonts/Simple-Line-Icons.eot?#iefix
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.eot?#iefix
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.eot?#iefix
traversals removed : /wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.eot?#iefix

file-relative URI  : ../fonts/Simple-Line-Icons.woff
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.woff
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.woff
traversals removed : /wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.woff

file-relative URI  : ../fonts/Simple-Line-Icons.ttf
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.ttf
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.ttf
traversals removed : /wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.ttf

file-relative URI  : ../fonts/Simple-Line-Icons.svg#Simple-Line-Icons
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.svg#Simple-Line-Icons
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/Simple-Line-Icons.svg#Simple-Line-Icons
traversals removed : /wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.svg#Simple-Line-Icons

*/

/* simple-line-icons.css */

/* 1   */ @font-face {
/* 2   */ 	font-family: 'Simple-Line-Icons';
/* 3   */ 	src:url('/wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.eot');
/* 4   */ 	src:url('/wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
/* 5   */ 		url('/wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.woff') format('woff'),
/* 6   */ 		url('/wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.ttf') format('truetype'),
/* 7   */ 		url('/wp-content/themes/univermag/assets/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
/* 8   */ 	font-weight: normal;
/* 9   */ 	font-style: normal;
/* 10  */ }
/* 11  */ 
/* 12  */ /* Use the following CSS code if you want to use data attributes for inserting your icons */
/* 13  */ [data-icon]:before {
/* 14  */ 	font-family: 'Simple-Line-Icons';
/* 15  */ 	content: attr(data-icon);
/* 16  */ 	speak: none;
/* 17  */ 	font-weight: normal;
/* 18  */ 	font-variant: normal;
/* 19  */ 	text-transform: none;
/* 20  */ 	line-height: 1;
/* 21  */ 	-webkit-font-smoothing: antialiased;
/* 22  */ 	-moz-osx-font-smoothing: grayscale;
/* 23  */ }
/* 24  */ 
/* 25  */ /* Use the following CSS code if you want to have a class per icon */
/* 26  */ /*
/* 27  *| Instead of a list of all class selectors,
/* 28  *| you can use the generic selector below, but it's slower:
/* 29  *| [class*="icon-"] {
/* 30  *| */
/* 31  */ .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
/* 32  */ 	font-family: 'Simple-Line-Icons';
/* 33  */ 	speak: none;
/* 34  */ 	font-style: normal;
/* 35  */ 	font-weight: normal;
/* 36  */ 	font-variant: normal;
/* 37  */ 	text-transform: none;
/* 38  */ 	line-height: 1;
/* 39  */ 	-webkit-font-smoothing: antialiased;
/* 40  */ 	-moz-osx-font-smoothing: grayscale;
/* 41  */ }
/* 42  */ .icon-user-female:before {
/* 43  */ 	content: "\e000";
/* 44  */ }
/* 45  */ .icon-user-follow:before {
/* 46  */ 	content: "\e002";
/* 47  */ }
/* 48  */ .icon-user-following:before {
/* 49  */ 	content: "\e003";
/* 50  */ }

/* simple-line-icons.css */

/* 51  */ .icon-user-unfollow:before {
/* 52  */ 	content: "\e004";
/* 53  */ }
/* 54  */ .icon-trophy:before {
/* 55  */ 	content: "\e006";
/* 56  */ }
/* 57  */ .icon-screen-smartphone:before {
/* 58  */ 	content: "\e010";
/* 59  */ }
/* 60  */ .icon-screen-desktop:before {
/* 61  */ 	content: "\e011";
/* 62  */ }
/* 63  */ .icon-plane:before {
/* 64  */ 	content: "\e012";
/* 65  */ }
/* 66  */ .icon-notebook:before {
/* 67  */ 	content: "\e013";
/* 68  */ }
/* 69  */ .icon-moustache:before {
/* 70  */ 	content: "\e014";
/* 71  */ }
/* 72  */ .icon-mouse:before {
/* 73  */ 	content: "\e015";
/* 74  */ }
/* 75  */ .icon-magnet:before {
/* 76  */ 	content: "\e016";
/* 77  */ }
/* 78  */ .icon-energy:before {
/* 79  */ 	content: "\e020";
/* 80  */ }
/* 81  */ .icon-emoticon-smile:before {
/* 82  */ 	content: "\e021";
/* 83  */ }
/* 84  */ .icon-disc:before {
/* 85  */ 	content: "\e022";
/* 86  */ }
/* 87  */ .icon-cursor-move:before {
/* 88  */ 	content: "\e023";
/* 89  */ }
/* 90  */ .icon-crop:before {
/* 91  */ 	content: "\e024";
/* 92  */ }
/* 93  */ .icon-credit-card:before {
/* 94  */ 	content: "\e025";
/* 95  */ }
/* 96  */ .icon-chemistry:before {
/* 97  */ 	content: "\e026";
/* 98  */ }
/* 99  */ .icon-user:before {
/* 100 */ 	content: "\e005";

/* simple-line-icons.css */

/* 101 */ }
/* 102 */ .icon-speedometer:before {
/* 103 */ 	content: "\e007";
/* 104 */ }
/* 105 */ .icon-social-youtube:before {
/* 106 */ 	content: "\e008";
/* 107 */ }
/* 108 */ .icon-social-twitter:before {
/* 109 */ 	content: "\e009";
/* 110 */ }
/* 111 */ .icon-social-tumblr:before {
/* 112 */ 	content: "\e00a";
/* 113 */ }
/* 114 */ .icon-social-facebook:before {
/* 115 */ 	content: "\e00b";
/* 116 */ }
/* 117 */ .icon-social-dropbox:before {
/* 118 */ 	content: "\e00c";
/* 119 */ }
/* 120 */ .icon-social-dribbble:before {
/* 121 */ 	content: "\e00d";
/* 122 */ }
/* 123 */ .icon-shield:before {
/* 124 */ 	content: "\e00e";
/* 125 */ }
/* 126 */ .icon-screen-tablet:before {
/* 127 */ 	content: "\e00f";
/* 128 */ }
/* 129 */ .icon-magic-wand:before {
/* 130 */ 	content: "\e017";
/* 131 */ }
/* 132 */ .icon-hourglass:before {
/* 133 */ 	content: "\e018";
/* 134 */ }
/* 135 */ .icon-graduation:before {
/* 136 */ 	content: "\e019";
/* 137 */ }
/* 138 */ .icon-ghost:before {
/* 139 */ 	content: "\e01a";
/* 140 */ }
/* 141 */ .icon-game-controller:before {
/* 142 */ 	content: "\e01b";
/* 143 */ }
/* 144 */ .icon-fire:before {
/* 145 */ 	content: "\e01c";
/* 146 */ }
/* 147 */ .icon-eyeglasses:before {
/* 148 */ 	content: "\e01d";
/* 149 */ }
/* 150 */ .icon-envelope-open:before {

/* simple-line-icons.css */

/* 151 */ 	content: "\e01e";
/* 152 */ }
/* 153 */ .icon-envelope-letter:before {
/* 154 */ 	content: "\e01f";
/* 155 */ }
/* 156 */ .icon-bell:before {
/* 157 */ 	content: "\e027";
/* 158 */ }
/* 159 */ .icon-badge:before {
/* 160 */ 	content: "\e028";
/* 161 */ }
/* 162 */ .icon-anchor:before {
/* 163 */ 	content: "\e029";
/* 164 */ }
/* 165 */ .icon-wallet:before {
/* 166 */ 	content: "\e02a";
/* 167 */ }
/* 168 */ .icon-vector:before {
/* 169 */ 	content: "\e02b";
/* 170 */ }
/* 171 */ .icon-speech:before {
/* 172 */ 	content: "\e02c";
/* 173 */ }
/* 174 */ .icon-puzzle:before {
/* 175 */ 	content: "\e02d";
/* 176 */ }
/* 177 */ .icon-printer:before {
/* 178 */ 	content: "\e02e";
/* 179 */ }
/* 180 */ .icon-present:before {
/* 181 */ 	content: "\e02f";
/* 182 */ }
/* 183 */ .icon-playlist:before {
/* 184 */ 	content: "\e030";
/* 185 */ }
/* 186 */ .icon-pin:before {
/* 187 */ 	content: "\e031";
/* 188 */ }
/* 189 */ .icon-picture:before {
/* 190 */ 	content: "\e032";
/* 191 */ }
/* 192 */ .icon-map:before {
/* 193 */ 	content: "\e033";
/* 194 */ }
/* 195 */ .icon-layers:before {
/* 196 */ 	content: "\e034";
/* 197 */ }
/* 198 */ .icon-handbag:before {
/* 199 */ 	content: "\e035";
/* 200 */ }

/* simple-line-icons.css */

/* 201 */ .icon-globe-alt:before {
/* 202 */ 	content: "\e036";
/* 203 */ }
/* 204 */ .icon-globe:before {
/* 205 */ 	content: "\e037";
/* 206 */ }
/* 207 */ .icon-frame:before {
/* 208 */ 	content: "\e038";
/* 209 */ }
/* 210 */ .icon-folder-alt:before {
/* 211 */ 	content: "\e039";
/* 212 */ }
/* 213 */ .icon-film:before {
/* 214 */ 	content: "\e03a";
/* 215 */ }
/* 216 */ .icon-feed:before {
/* 217 */ 	content: "\e03b";
/* 218 */ }
/* 219 */ .icon-earphones-alt:before {
/* 220 */ 	content: "\e03c";
/* 221 */ }
/* 222 */ .icon-earphones:before {
/* 223 */ 	content: "\e03d";
/* 224 */ }
/* 225 */ .icon-drop:before {
/* 226 */ 	content: "\e03e";
/* 227 */ }
/* 228 */ .icon-drawer:before {
/* 229 */ 	content: "\e03f";
/* 230 */ }
/* 231 */ .icon-docs:before {
/* 232 */ 	content: "\e040";
/* 233 */ }
/* 234 */ .icon-directions:before {
/* 235 */ 	content: "\e041";
/* 236 */ }
/* 237 */ .icon-direction:before {
/* 238 */ 	content: "\e042";
/* 239 */ }
/* 240 */ .icon-diamond:before {
/* 241 */ 	content: "\e043";
/* 242 */ }
/* 243 */ .icon-cup:before {
/* 244 */ 	content: "\e044";
/* 245 */ }
/* 246 */ .icon-compass:before {
/* 247 */ 	content: "\e045";
/* 248 */ }
/* 249 */ .icon-call-out:before {
/* 250 */ 	content: "\e046";

/* simple-line-icons.css */

/* 251 */ }
/* 252 */ .icon-call-in:before {
/* 253 */ 	content: "\e047";
/* 254 */ }
/* 255 */ .icon-call-end:before {
/* 256 */ 	content: "\e048";
/* 257 */ }
/* 258 */ .icon-calculator:before {
/* 259 */ 	content: "\e049";
/* 260 */ }
/* 261 */ .icon-bubbles:before {
/* 262 */ 	content: "\e04a";
/* 263 */ }
/* 264 */ .icon-briefcase:before {
/* 265 */ 	content: "\e04b";
/* 266 */ }
/* 267 */ .icon-book-open:before {
/* 268 */ 	content: "\e04c";
/* 269 */ }
/* 270 */ .icon-basket-loaded:before {
/* 271 */ 	content: "\e04d";
/* 272 */ }
/* 273 */ .icon-basket:before {
/* 274 */ 	content: "\e04e";
/* 275 */ }
/* 276 */ .icon-bag:before {
/* 277 */ 	content: "\e04f";
/* 278 */ }
/* 279 */ .icon-action-undo:before {
/* 280 */ 	content: "\e050";
/* 281 */ }
/* 282 */ .icon-action-redo:before {
/* 283 */ 	content: "\e051";
/* 284 */ }
/* 285 */ .icon-wrench:before {
/* 286 */ 	content: "\e052";
/* 287 */ }
/* 288 */ .icon-umbrella:before {
/* 289 */ 	content: "\e053";
/* 290 */ }
/* 291 */ .icon-trash:before {
/* 292 */ 	content: "\e054";
/* 293 */ }
/* 294 */ .icon-tag:before {
/* 295 */ 	content: "\e055";
/* 296 */ }
/* 297 */ .icon-support:before {
/* 298 */ 	content: "\e056";
/* 299 */ }
/* 300 */ .icon-size-fullscreen:before {

/* simple-line-icons.css */

/* 301 */ 	content: "\e057";
/* 302 */ }
/* 303 */ .icon-size-actual:before {
/* 304 */ 	content: "\e058";
/* 305 */ }
/* 306 */ .icon-shuffle:before {
/* 307 */ 	content: "\e059";
/* 308 */ }
/* 309 */ .icon-share-alt:before {
/* 310 */ 	content: "\e05a";
/* 311 */ }
/* 312 */ .icon-share:before {
/* 313 */ 	content: "\e05b";
/* 314 */ }
/* 315 */ .icon-rocket:before {
/* 316 */ 	content: "\e05c";
/* 317 */ }
/* 318 */ .icon-question:before {
/* 319 */ 	content: "\e05d";
/* 320 */ }
/* 321 */ .icon-pie-chart:before {
/* 322 */ 	content: "\e05e";
/* 323 */ }
/* 324 */ .icon-pencil:before {
/* 325 */ 	content: "\e05f";
/* 326 */ }
/* 327 */ .icon-note:before {
/* 328 */ 	content: "\e060";
/* 329 */ }
/* 330 */ .icon-music-tone-alt:before {
/* 331 */ 	content: "\e061";
/* 332 */ }
/* 333 */ .icon-music-tone:before {
/* 334 */ 	content: "\e062";
/* 335 */ }
/* 336 */ .icon-microphone:before {
/* 337 */ 	content: "\e063";
/* 338 */ }
/* 339 */ .icon-loop:before {
/* 340 */ 	content: "\e064";
/* 341 */ }
/* 342 */ .icon-logout:before {
/* 343 */ 	content: "\e065";
/* 344 */ }
/* 345 */ .icon-login:before {
/* 346 */ 	content: "\e066";
/* 347 */ }
/* 348 */ .icon-list:before {
/* 349 */ 	content: "\e067";
/* 350 */ }

/* simple-line-icons.css */

/* 351 */ .icon-like:before {
/* 352 */ 	content: "\e068";
/* 353 */ }
/* 354 */ .icon-home:before {
/* 355 */ 	content: "\e069";
/* 356 */ }
/* 357 */ .icon-grid:before {
/* 358 */ 	content: "\e06a";
/* 359 */ }
/* 360 */ .icon-graph:before {
/* 361 */ 	content: "\e06b";
/* 362 */ }
/* 363 */ .icon-equalizer:before {
/* 364 */ 	content: "\e06c";
/* 365 */ }
/* 366 */ .icon-dislike:before {
/* 367 */ 	content: "\e06d";
/* 368 */ }
/* 369 */ .icon-cursor:before {
/* 370 */ 	content: "\e06e";
/* 371 */ }
/* 372 */ .icon-control-start:before {
/* 373 */ 	content: "\e06f";
/* 374 */ }
/* 375 */ .icon-control-rewind:before {
/* 376 */ 	content: "\e070";
/* 377 */ }
/* 378 */ .icon-control-play:before {
/* 379 */ 	content: "\e071";
/* 380 */ }
/* 381 */ .icon-control-pause:before {
/* 382 */ 	content: "\e072";
/* 383 */ }
/* 384 */ .icon-control-forward:before {
/* 385 */ 	content: "\e073";
/* 386 */ }
/* 387 */ .icon-control-end:before {
/* 388 */ 	content: "\e074";
/* 389 */ }
/* 390 */ .icon-calendar:before {
/* 391 */ 	content: "\e075";
/* 392 */ }
/* 393 */ .icon-bulb:before {
/* 394 */ 	content: "\e076";
/* 395 */ }
/* 396 */ .icon-bar-chart:before {
/* 397 */ 	content: "\e077";
/* 398 */ }
/* 399 */ .icon-arrow-up:before {
/* 400 */ 	content: "\e078";

/* simple-line-icons.css */

/* 401 */ }
/* 402 */ .icon-arrow-right:before {
/* 403 */ 	content: "\e079";
/* 404 */ }
/* 405 */ .icon-arrow-left:before {
/* 406 */ 	content: "\e07a";
/* 407 */ }
/* 408 */ .icon-arrow-down:before {
/* 409 */ 	content: "\e07b";
/* 410 */ }
/* 411 */ .icon-ban:before {
/* 412 */ 	content: "\e07c";
/* 413 */ }
/* 414 */ .icon-bubble:before {
/* 415 */ 	content: "\e07d";
/* 416 */ }
/* 417 */ .icon-camcorder:before {
/* 418 */ 	content: "\e07e";
/* 419 */ }
/* 420 */ .icon-camera:before {
/* 421 */ 	content: "\e07f";
/* 422 */ }
/* 423 */ .icon-check:before {
/* 424 */ 	content: "\e080";
/* 425 */ }
/* 426 */ .icon-clock:before {
/* 427 */ 	content: "\e081";
/* 428 */ }
/* 429 */ .icon-close:before {
/* 430 */ 	content: "\e082";
/* 431 */ }
/* 432 */ .icon-cloud-download:before {
/* 433 */ 	content: "\e083";
/* 434 */ }
/* 435 */ .icon-cloud-upload:before {
/* 436 */ 	content: "\e084";
/* 437 */ }
/* 438 */ .icon-doc:before {
/* 439 */ 	content: "\e085";
/* 440 */ }
/* 441 */ .icon-envelope:before {
/* 442 */ 	content: "\e086";
/* 443 */ }
/* 444 */ .icon-eye:before {
/* 445 */ 	content: "\e087";
/* 446 */ }
/* 447 */ .icon-flag:before {
/* 448 */ 	content: "\e088";
/* 449 */ }
/* 450 */ .icon-folder:before {

/* simple-line-icons.css */

/* 451 */ 	content: "\e089";
/* 452 */ }
/* 453 */ .icon-heart:before {
/* 454 */ 	content: "\e08a";
/* 455 */ }
/* 456 */ .icon-info:before {
/* 457 */ 	content: "\e08b";
/* 458 */ }
/* 459 */ .icon-key:before {
/* 460 */ 	content: "\e08c";
/* 461 */ }
/* 462 */ .icon-link:before {
/* 463 */ 	content: "\e08d";
/* 464 */ }
/* 465 */ .icon-lock:before {
/* 466 */ 	content: "\e08e";
/* 467 */ }
/* 468 */ .icon-lock-open:before {
/* 469 */ 	content: "\e08f";
/* 470 */ }
/* 471 */ .icon-magnifier:before {
/* 472 */ 	content: "\e090";
/* 473 */ }
/* 474 */ .icon-magnifier-add:before {
/* 475 */ 	content: "\e091";
/* 476 */ }
/* 477 */ .icon-magnifier-remove:before {
/* 478 */ 	content: "\e092";
/* 479 */ }
/* 480 */ .icon-paper-clip:before {
/* 481 */ 	content: "\e093";
/* 482 */ }
/* 483 */ .icon-paper-plane:before {
/* 484 */ 	content: "\e094";
/* 485 */ }
/* 486 */ .icon-plus:before {
/* 487 */ 	content: "\e095";
/* 488 */ }
/* 489 */ .icon-pointer:before {
/* 490 */ 	content: "\e096";
/* 491 */ }
/* 492 */ .icon-power:before {
/* 493 */ 	content: "\e097";
/* 494 */ }
/* 495 */ .icon-refresh:before {
/* 496 */ 	content: "\e098";
/* 497 */ }
/* 498 */ .icon-reload:before {
/* 499 */ 	content: "\e099";
/* 500 */ }

/* simple-line-icons.css */

/* 501 */ .icon-settings:before {
/* 502 */ 	content: "\e09a";
/* 503 */ }
/* 504 */ .icon-star:before {
/* 505 */ 	content: "\e09b";
/* 506 */ }
/* 507 */ .icon-symbol-female:before {
/* 508 */ 	content: "\e09c";
/* 509 */ }
/* 510 */ .icon-symbol-male:before {
/* 511 */ 	content: "\e09d";
/* 512 */ }
/* 513 */ .icon-target:before {
/* 514 */ 	content: "\e09e";
/* 515 */ }
/* 516 */ .icon-volume-1:before {
/* 517 */ 	content: "\e09f";
/* 518 */ }
/* 519 */ .icon-volume-2:before {
/* 520 */ 	content: "\e0a0";
/* 521 */ }
/* 522 */ .icon-volume-off:before {
/* 523 */ 	content: "\e0a1";
/* 524 */ }
/* 525 */ .icon-users:before {
/* 526 */ 	content: "\e001";
/* 527 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

file-relative URI  : ../fonts/fontawesome-webfont.eot?v=4.2.0
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.eot?v=4.2.0
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.eot?v=4.2.0
traversals removed : /wp-content/themes/univermag/assets/fonts/fontawesome-webfont.eot?v=4.2.0

file-relative URI  : ../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0
traversals removed : /wp-content/themes/univermag/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0

file-relative URI  : ../fonts/fontawesome-webfont.woff?v=4.2.0
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.woff?v=4.2.0
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.woff?v=4.2.0
traversals removed : /wp-content/themes/univermag/assets/fonts/fontawesome-webfont.woff?v=4.2.0

file-relative URI  : ../fonts/fontawesome-webfont.ttf?v=4.2.0
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.ttf?v=4.2.0
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.ttf?v=4.2.0
traversals removed : /wp-content/themes/univermag/assets/fonts/fontawesome-webfont.ttf?v=4.2.0

file-relative URI  : ../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular
docroot stripped   : /wp-content/themes/univermag/assets/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular
traversals removed : /wp-content/themes/univermag/assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular

*/

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/univermag/assets/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('/wp-content/themes/univermag/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/wp-content/themes/univermag/assets/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/wp-content/themes/univermag/assets/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/wp-content/themes/univermag/assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook: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-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

*/

/* animate.css */

/* 1    */ @charset "UTF-8";
/* 2    */ 
/* 3    */ /*!
/* 4    *| Animate.css - http://daneden.me/animate
/* 5    *| Licensed under the MIT license
/* 6    *| 
/* 7    *| Copyright (c) 2013 Daniel Eden
/* 8    *| 
/* 9    *| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
/* 10   *| 
/* 11   *| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
/* 12   *| 
/* 13   *| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/* 14   *| */
/* 15   */ 
/* 16   */ .animated {
/* 17   */   -webkit-animation-duration: 1s;
/* 18   */   animation-duration: 1s;
/* 19   */   -webkit-animation-fill-mode: both;
/* 20   */   animation-fill-mode: both;
/* 21   */ }
/* 22   */ 
/* 23   */ .animated.infinite {
/* 24   */   -webkit-animation-iteration-count: infinite;
/* 25   */   animation-iteration-count: infinite;
/* 26   */ }
/* 27   */ 
/* 28   */ .animated.hinge {
/* 29   */   -webkit-animation-duration: 2s;
/* 30   */   animation-duration: 2s;
/* 31   */ }
/* 32   */ 
/* 33   */ @-webkit-keyframes bounce {
/* 34   */   0%, 20%, 50%, 80%, 100% {
/* 35   */     -webkit-transform: translateY(0);
/* 36   */     transform: translateY(0);
/* 37   */   }
/* 38   */ 
/* 39   */   40% {
/* 40   */     -webkit-transform: translateY(-30px);
/* 41   */     transform: translateY(-30px);
/* 42   */   }
/* 43   */ 
/* 44   */   60% {
/* 45   */     -webkit-transform: translateY(-15px);
/* 46   */     transform: translateY(-15px);
/* 47   */   }
/* 48   */ }
/* 49   */ 
/* 50   */ @keyframes bounce {

/* animate.css */

/* 51   */   0%, 20%, 50%, 80%, 100% {
/* 52   */     -webkit-transform: translateY(0);
/* 53   */     -ms-transform: translateY(0);
/* 54   */     transform: translateY(0);
/* 55   */   }
/* 56   */ 
/* 57   */   40% {
/* 58   */     -webkit-transform: translateY(-30px);
/* 59   */     -ms-transform: translateY(-30px);
/* 60   */     transform: translateY(-30px);
/* 61   */   }
/* 62   */ 
/* 63   */   60% {
/* 64   */     -webkit-transform: translateY(-15px);
/* 65   */     -ms-transform: translateY(-15px);
/* 66   */     transform: translateY(-15px);
/* 67   */   }
/* 68   */ }
/* 69   */ 
/* 70   */ .bounce {
/* 71   */   -webkit-animation-name: bounce;
/* 72   */   animation-name: bounce;
/* 73   */ }
/* 74   */ 
/* 75   */ @-webkit-keyframes flash {
/* 76   */   0%, 50%, 100% {
/* 77   */     opacity: 1;
/* 78   */   }
/* 79   */ 
/* 80   */   25%, 75% {
/* 81   */     opacity: 0;
/* 82   */   }
/* 83   */ }
/* 84   */ 
/* 85   */ @keyframes flash {
/* 86   */   0%, 50%, 100% {
/* 87   */     opacity: 1;
/* 88   */   }
/* 89   */ 
/* 90   */   25%, 75% {
/* 91   */     opacity: 0;
/* 92   */   }
/* 93   */ }
/* 94   */ 
/* 95   */ .flash {
/* 96   */   -webkit-animation-name: flash;
/* 97   */   animation-name: flash;
/* 98   */ }
/* 99   */ 
/* 100  */ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* animate.css *|

/* 101  *| 
/* 102  *| @-webkit-keyframes pulse {
/* 103  *|   0% {
/* 104  *|     -webkit-transform: scale(1);
/* 105  *|     transform: scale(1);
/* 106  *|   }
/* 107  *| 
/* 108  *|   50% {
/* 109  *|     -webkit-transform: scale(1.1);
/* 110  *|     transform: scale(1.1);
/* 111  *|   }
/* 112  *| 
/* 113  *|   100% {
/* 114  *|     -webkit-transform: scale(1);
/* 115  *|     transform: scale(1);
/* 116  *|   }
/* 117  *| }
/* 118  *| 
/* 119  *| @keyframes pulse {
/* 120  *|   0% {
/* 121  *|     -webkit-transform: scale(1);
/* 122  *|     -ms-transform: scale(1);
/* 123  *|     transform: scale(1);
/* 124  *|   }
/* 125  *| 
/* 126  *|   50% {
/* 127  *|     -webkit-transform: scale(1.1);
/* 128  *|     -ms-transform: scale(1.1);
/* 129  *|     transform: scale(1.1);
/* 130  *|   }
/* 131  *| 
/* 132  *|   100% {
/* 133  *|     -webkit-transform: scale(1);
/* 134  *|     -ms-transform: scale(1);
/* 135  *|     transform: scale(1);
/* 136  *|   }
/* 137  *| }
/* 138  *| 
/* 139  *| .pulse {
/* 140  *|   -webkit-animation-name: pulse;
/* 141  *|   animation-name: pulse;
/* 142  *| }
/* 143  *| 
/* 144  *| @-webkit-keyframes rubberBand {
/* 145  *|   0% {
/* 146  *|     -webkit-transform: scale(1);
/* 147  *|     transform: scale(1);
/* 148  *|   }
/* 149  *| 
/* 150  *|   30% {

/* animate.css *|

/* 151  *|     -webkit-transform: scaleX(1.25) scaleY(0.75);
/* 152  *|     transform: scaleX(1.25) scaleY(0.75);
/* 153  *|   }
/* 154  *| 
/* 155  *|   40% {
/* 156  *|     -webkit-transform: scaleX(0.75) scaleY(1.25);
/* 157  *|     transform: scaleX(0.75) scaleY(1.25);
/* 158  *|   }
/* 159  *| 
/* 160  *|   60% {
/* 161  *|     -webkit-transform: scaleX(1.15) scaleY(0.85);
/* 162  *|     transform: scaleX(1.15) scaleY(0.85);
/* 163  *|   }
/* 164  *| 
/* 165  *|   100% {
/* 166  *|     -webkit-transform: scale(1);
/* 167  *|     transform: scale(1);
/* 168  *|   }
/* 169  *| }
/* 170  *| 
/* 171  *| @keyframes rubberBand {
/* 172  *|   0% {
/* 173  *|     -webkit-transform: scale(1);
/* 174  *|     -ms-transform: scale(1);
/* 175  *|     transform: scale(1);
/* 176  *|   }
/* 177  *| 
/* 178  *|   30% {
/* 179  *|     -webkit-transform: scaleX(1.25) scaleY(0.75);
/* 180  *|     -ms-transform: scaleX(1.25) scaleY(0.75);
/* 181  *|     transform: scaleX(1.25) scaleY(0.75);
/* 182  *|   }
/* 183  *| 
/* 184  *|   40% {
/* 185  *|     -webkit-transform: scaleX(0.75) scaleY(1.25);
/* 186  *|     -ms-transform: scaleX(0.75) scaleY(1.25);
/* 187  *|     transform: scaleX(0.75) scaleY(1.25);
/* 188  *|   }
/* 189  *| 
/* 190  *|   60% {
/* 191  *|     -webkit-transform: scaleX(1.15) scaleY(0.85);
/* 192  *|     -ms-transform: scaleX(1.15) scaleY(0.85);
/* 193  *|     transform: scaleX(1.15) scaleY(0.85);
/* 194  *|   }
/* 195  *| 
/* 196  *|   100% {
/* 197  *|     -webkit-transform: scale(1);
/* 198  *|     -ms-transform: scale(1);
/* 199  *|     transform: scale(1);
/* 200  *|   }

/* animate.css *|

/* 201  *| }
/* 202  *| 
/* 203  *| .rubberBand {
/* 204  *|   -webkit-animation-name: rubberBand;
/* 205  *|   animation-name: rubberBand;
/* 206  *| }
/* 207  *| 
/* 208  *| @-webkit-keyframes shake {
/* 209  *|   0%, 100% {
/* 210  *|     -webkit-transform: translateX(0);
/* 211  *|     transform: translateX(0);
/* 212  *|   }
/* 213  *| 
/* 214  *|   10%, 30%, 50%, 70%, 90% {
/* 215  *|     -webkit-transform: translateX(-10px);
/* 216  *|     transform: translateX(-10px);
/* 217  *|   }
/* 218  *| 
/* 219  *|   20%, 40%, 60%, 80% {
/* 220  *|     -webkit-transform: translateX(10px);
/* 221  *|     transform: translateX(10px);
/* 222  *|   }
/* 223  *| }
/* 224  *| 
/* 225  *| @keyframes shake {
/* 226  *|   0%, 100% {
/* 227  *|     -webkit-transform: translateX(0);
/* 228  *|     -ms-transform: translateX(0);
/* 229  *|     transform: translateX(0);
/* 230  *|   }
/* 231  *| 
/* 232  *|   10%, 30%, 50%, 70%, 90% {
/* 233  *|     -webkit-transform: translateX(-10px);
/* 234  *|     -ms-transform: translateX(-10px);
/* 235  *|     transform: translateX(-10px);
/* 236  *|   }
/* 237  *| 
/* 238  *|   20%, 40%, 60%, 80% {
/* 239  *|     -webkit-transform: translateX(10px);
/* 240  *|     -ms-transform: translateX(10px);
/* 241  *|     transform: translateX(10px);
/* 242  *|   }
/* 243  *| }
/* 244  *| 
/* 245  *| .shake {
/* 246  *|   -webkit-animation-name: shake;
/* 247  *|   animation-name: shake;
/* 248  *| }
/* 249  *| 
/* 250  *| @-webkit-keyframes swing {

/* animate.css *|

/* 251  *|   20% {
/* 252  *|     -webkit-transform: rotate(15deg);
/* 253  *|     transform: rotate(15deg);
/* 254  *|   }
/* 255  *| 
/* 256  *|   40% {
/* 257  *|     -webkit-transform: rotate(-10deg);
/* 258  *|     transform: rotate(-10deg);
/* 259  *|   }
/* 260  *| 
/* 261  *|   60% {
/* 262  *|     -webkit-transform: rotate(5deg);
/* 263  *|     transform: rotate(5deg);
/* 264  *|   }
/* 265  *| 
/* 266  *|   80% {
/* 267  *|     -webkit-transform: rotate(-5deg);
/* 268  *|     transform: rotate(-5deg);
/* 269  *|   }
/* 270  *| 
/* 271  *|   100% {
/* 272  *|     -webkit-transform: rotate(0deg);
/* 273  *|     transform: rotate(0deg);
/* 274  *|   }
/* 275  *| }
/* 276  *| 
/* 277  *| @keyframes swing {
/* 278  *|   20% {
/* 279  *|     -webkit-transform: rotate(15deg);
/* 280  *|     -ms-transform: rotate(15deg);
/* 281  *|     transform: rotate(15deg);
/* 282  *|   }
/* 283  *| 
/* 284  *|   40% {
/* 285  *|     -webkit-transform: rotate(-10deg);
/* 286  *|     -ms-transform: rotate(-10deg);
/* 287  *|     transform: rotate(-10deg);
/* 288  *|   }
/* 289  *| 
/* 290  *|   60% {
/* 291  *|     -webkit-transform: rotate(5deg);
/* 292  *|     -ms-transform: rotate(5deg);
/* 293  *|     transform: rotate(5deg);
/* 294  *|   }
/* 295  *| 
/* 296  *|   80% {
/* 297  *|     -webkit-transform: rotate(-5deg);
/* 298  *|     -ms-transform: rotate(-5deg);
/* 299  *|     transform: rotate(-5deg);
/* 300  *|   }

/* animate.css *|

/* 301  *| 
/* 302  *|   100% {
/* 303  *|     -webkit-transform: rotate(0deg);
/* 304  *|     -ms-transform: rotate(0deg);
/* 305  *|     transform: rotate(0deg);
/* 306  *|   }
/* 307  *| }
/* 308  *| 
/* 309  *| .swing {
/* 310  *|   -webkit-transform-origin: top center;
/* 311  *|   -ms-transform-origin: top center;
/* 312  *|   transform-origin: top center;
/* 313  *|   -webkit-animation-name: swing;
/* 314  *|   animation-name: swing;
/* 315  *| }
/* 316  *| 
/* 317  *| @-webkit-keyframes tada {
/* 318  *|   0% {
/* 319  *|     -webkit-transform: scale(1);
/* 320  *|     transform: scale(1);
/* 321  *|   }
/* 322  *| 
/* 323  *|   10%, 20% {
/* 324  *|     -webkit-transform: scale(0.9) rotate(-3deg);
/* 325  *|     transform: scale(0.9) rotate(-3deg);
/* 326  *|   }
/* 327  *| 
/* 328  *|   30%, 50%, 70%, 90% {
/* 329  *|     -webkit-transform: scale(1.1) rotate(3deg);
/* 330  *|     transform: scale(1.1) rotate(3deg);
/* 331  *|   }
/* 332  *| 
/* 333  *|   40%, 60%, 80% {
/* 334  *|     -webkit-transform: scale(1.1) rotate(-3deg);
/* 335  *|     transform: scale(1.1) rotate(-3deg);
/* 336  *|   }
/* 337  *| 
/* 338  *|   100% {
/* 339  *|     -webkit-transform: scale(1) rotate(0);
/* 340  *|     transform: scale(1) rotate(0);
/* 341  *|   }
/* 342  *| }
/* 343  *| 
/* 344  *| @keyframes tada {
/* 345  *|   0% {
/* 346  *|     -webkit-transform: scale(1);
/* 347  *|     -ms-transform: scale(1);
/* 348  *|     transform: scale(1);
/* 349  *|   }
/* 350  *| 

/* animate.css *|

/* 351  *|   10%, 20% {
/* 352  *|     -webkit-transform: scale(0.9) rotate(-3deg);
/* 353  *|     -ms-transform: scale(0.9) rotate(-3deg);
/* 354  *|     transform: scale(0.9) rotate(-3deg);
/* 355  *|   }
/* 356  *| 
/* 357  *|   30%, 50%, 70%, 90% {
/* 358  *|     -webkit-transform: scale(1.1) rotate(3deg);
/* 359  *|     -ms-transform: scale(1.1) rotate(3deg);
/* 360  *|     transform: scale(1.1) rotate(3deg);
/* 361  *|   }
/* 362  *| 
/* 363  *|   40%, 60%, 80% {
/* 364  *|     -webkit-transform: scale(1.1) rotate(-3deg);
/* 365  *|     -ms-transform: scale(1.1) rotate(-3deg);
/* 366  *|     transform: scale(1.1) rotate(-3deg);
/* 367  *|   }
/* 368  *| 
/* 369  *|   100% {
/* 370  *|     -webkit-transform: scale(1) rotate(0);
/* 371  *|     -ms-transform: scale(1) rotate(0);
/* 372  *|     transform: scale(1) rotate(0);
/* 373  *|   }
/* 374  *| }
/* 375  *| 
/* 376  *| .tada {
/* 377  *|   -webkit-animation-name: tada;
/* 378  *|   animation-name: tada;
/* 379  *| }
/* 380  *| 
/* 381  *| /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* 382  *| 
/* 383  *| @-webkit-keyframes wobble {
/* 384  *|   0% {
/* 385  *|     -webkit-transform: translateX(0%);
/* 386  *|     transform: translateX(0%);
/* 387  *|   }
/* 388  *| 
/* 389  *|   15% {
/* 390  *|     -webkit-transform: translateX(-25%) rotate(-5deg);
/* 391  *|     transform: translateX(-25%) rotate(-5deg);
/* 392  *|   }
/* 393  *| 
/* 394  *|   30% {
/* 395  *|     -webkit-transform: translateX(20%) rotate(3deg);
/* 396  *|     transform: translateX(20%) rotate(3deg);
/* 397  *|   }
/* 398  *| 
/* 399  *|   45% {
/* 400  *|     -webkit-transform: translateX(-15%) rotate(-3deg);

/* animate.css *|

/* 401  *|     transform: translateX(-15%) rotate(-3deg);
/* 402  *|   }
/* 403  *| 
/* 404  *|   60% {
/* 405  *|     -webkit-transform: translateX(10%) rotate(2deg);
/* 406  *|     transform: translateX(10%) rotate(2deg);
/* 407  *|   }
/* 408  *| 
/* 409  *|   75% {
/* 410  *|     -webkit-transform: translateX(-5%) rotate(-1deg);
/* 411  *|     transform: translateX(-5%) rotate(-1deg);
/* 412  *|   }
/* 413  *| 
/* 414  *|   100% {
/* 415  *|     -webkit-transform: translateX(0%);
/* 416  *|     transform: translateX(0%);
/* 417  *|   }
/* 418  *| }
/* 419  *| 
/* 420  *| @keyframes wobble {
/* 421  *|   0% {
/* 422  *|     -webkit-transform: translateX(0%);
/* 423  *|     -ms-transform: translateX(0%);
/* 424  *|     transform: translateX(0%);
/* 425  *|   }
/* 426  *| 
/* 427  *|   15% {
/* 428  *|     -webkit-transform: translateX(-25%) rotate(-5deg);
/* 429  *|     -ms-transform: translateX(-25%) rotate(-5deg);
/* 430  *|     transform: translateX(-25%) rotate(-5deg);
/* 431  *|   }
/* 432  *| 
/* 433  *|   30% {
/* 434  *|     -webkit-transform: translateX(20%) rotate(3deg);
/* 435  *|     -ms-transform: translateX(20%) rotate(3deg);
/* 436  *|     transform: translateX(20%) rotate(3deg);
/* 437  *|   }
/* 438  *| 
/* 439  *|   45% {
/* 440  *|     -webkit-transform: translateX(-15%) rotate(-3deg);
/* 441  *|     -ms-transform: translateX(-15%) rotate(-3deg);
/* 442  *|     transform: translateX(-15%) rotate(-3deg);
/* 443  *|   }
/* 444  *| 
/* 445  *|   60% {
/* 446  *|     -webkit-transform: translateX(10%) rotate(2deg);
/* 447  *|     -ms-transform: translateX(10%) rotate(2deg);
/* 448  *|     transform: translateX(10%) rotate(2deg);
/* 449  *|   }
/* 450  *| 

/* animate.css *|

/* 451  *|   75% {
/* 452  *|     -webkit-transform: translateX(-5%) rotate(-1deg);
/* 453  *|     -ms-transform: translateX(-5%) rotate(-1deg);
/* 454  *|     transform: translateX(-5%) rotate(-1deg);
/* 455  *|   }
/* 456  *| 
/* 457  *|   100% {
/* 458  *|     -webkit-transform: translateX(0%);
/* 459  *|     -ms-transform: translateX(0%);
/* 460  *|     transform: translateX(0%);
/* 461  *|   }
/* 462  *| }
/* 463  *| 
/* 464  *| .wobble {
/* 465  *|   -webkit-animation-name: wobble;
/* 466  *|   animation-name: wobble;
/* 467  *| }
/* 468  *| 
/* 469  *| @-webkit-keyframes bounceIn {
/* 470  *|   0% {
/* 471  *|     opacity: 0;
/* 472  *|     -webkit-transform: scale(.3);
/* 473  *|     transform: scale(.3);
/* 474  *|   }
/* 475  *| 
/* 476  *|   50% {
/* 477  *|     opacity: 1;
/* 478  *|     -webkit-transform: scale(1.05);
/* 479  *|     transform: scale(1.05);
/* 480  *|   }
/* 481  *| 
/* 482  *|   70% {
/* 483  *|     -webkit-transform: scale(.9);
/* 484  *|     transform: scale(.9);
/* 485  *|   }
/* 486  *| 
/* 487  *|   100% {
/* 488  *|     opacity: 1;
/* 489  *|     -webkit-transform: scale(1);
/* 490  *|     transform: scale(1);
/* 491  *|   }
/* 492  *| }
/* 493  *| 
/* 494  *| @keyframes bounceIn {
/* 495  *|   0% {
/* 496  *|     opacity: 0;
/* 497  *|     -webkit-transform: scale(.3);
/* 498  *|     -ms-transform: scale(.3);
/* 499  *|     transform: scale(.3);
/* 500  *|   }

/* animate.css *|

/* 501  *| 
/* 502  *|   50% {
/* 503  *|     opacity: 1;
/* 504  *|     -webkit-transform: scale(1.05);
/* 505  *|     -ms-transform: scale(1.05);
/* 506  *|     transform: scale(1.05);
/* 507  *|   }
/* 508  *| 
/* 509  *|   70% {
/* 510  *|     -webkit-transform: scale(.9);
/* 511  *|     -ms-transform: scale(.9);
/* 512  *|     transform: scale(.9);
/* 513  *|   }
/* 514  *| 
/* 515  *|   100% {
/* 516  *|     opacity: 1;
/* 517  *|     -webkit-transform: scale(1);
/* 518  *|     -ms-transform: scale(1);
/* 519  *|     transform: scale(1);
/* 520  *|   }
/* 521  *| }
/* 522  *| 
/* 523  *| .bounceIn {
/* 524  *|   -webkit-animation-name: bounceIn;
/* 525  *|   animation-name: bounceIn;
/* 526  *| }
/* 527  *| 
/* 528  *| @-webkit-keyframes bounceInDown {
/* 529  *|   0% {
/* 530  *|     opacity: 0;
/* 531  *|     -webkit-transform: translateY(-2000px);
/* 532  *|     transform: translateY(-2000px);
/* 533  *|   }
/* 534  *| 
/* 535  *|   60% {
/* 536  *|     opacity: 1;
/* 537  *|     -webkit-transform: translateY(30px);
/* 538  *|     transform: translateY(30px);
/* 539  *|   }
/* 540  *| 
/* 541  *|   80% {
/* 542  *|     -webkit-transform: translateY(-10px);
/* 543  *|     transform: translateY(-10px);
/* 544  *|   }
/* 545  *| 
/* 546  *|   100% {
/* 547  *|     -webkit-transform: translateY(0);
/* 548  *|     transform: translateY(0);
/* 549  *|   }
/* 550  *| }

/* animate.css *|

/* 551  *| 
/* 552  *| @keyframes bounceInDown {
/* 553  *|   0% {
/* 554  *|     opacity: 0;
/* 555  *|     -webkit-transform: translateY(-2000px);
/* 556  *|     -ms-transform: translateY(-2000px);
/* 557  *|     transform: translateY(-2000px);
/* 558  *|   }
/* 559  *| 
/* 560  *|   60% {
/* 561  *|     opacity: 1;
/* 562  *|     -webkit-transform: translateY(30px);
/* 563  *|     -ms-transform: translateY(30px);
/* 564  *|     transform: translateY(30px);
/* 565  *|   }
/* 566  *| 
/* 567  *|   80% {
/* 568  *|     -webkit-transform: translateY(-10px);
/* 569  *|     -ms-transform: translateY(-10px);
/* 570  *|     transform: translateY(-10px);
/* 571  *|   }
/* 572  *| 
/* 573  *|   100% {
/* 574  *|     -webkit-transform: translateY(0);
/* 575  *|     -ms-transform: translateY(0);
/* 576  *|     transform: translateY(0);
/* 577  *|   }
/* 578  *| }
/* 579  *| 
/* 580  *| .bounceInDown {
/* 581  *|   -webkit-animation-name: bounceInDown;
/* 582  *|   animation-name: bounceInDown;
/* 583  *| }
/* 584  *| 
/* 585  *| @-webkit-keyframes bounceInLeft {
/* 586  *|   0% {
/* 587  *|     opacity: 0;
/* 588  *|     -webkit-transform: translateX(-2000px);
/* 589  *|     transform: translateX(-2000px);
/* 590  *|   }
/* 591  *| 
/* 592  *|   60% {
/* 593  *|     opacity: 1;
/* 594  *|     -webkit-transform: translateX(30px);
/* 595  *|     transform: translateX(30px);
/* 596  *|   }
/* 597  *| 
/* 598  *|   80% {
/* 599  *|     -webkit-transform: translateX(-10px);
/* 600  *|     transform: translateX(-10px);

/* animate.css *|

/* 601  *|   }
/* 602  *| 
/* 603  *|   100% {
/* 604  *|     -webkit-transform: translateX(0);
/* 605  *|     transform: translateX(0);
/* 606  *|   }
/* 607  *| }
/* 608  *| 
/* 609  *| @keyframes bounceInLeft {
/* 610  *|   0% {
/* 611  *|     opacity: 0;
/* 612  *|     -webkit-transform: translateX(-2000px);
/* 613  *|     -ms-transform: translateX(-2000px);
/* 614  *|     transform: translateX(-2000px);
/* 615  *|   }
/* 616  *| 
/* 617  *|   60% {
/* 618  *|     opacity: 1;
/* 619  *|     -webkit-transform: translateX(30px);
/* 620  *|     -ms-transform: translateX(30px);
/* 621  *|     transform: translateX(30px);
/* 622  *|   }
/* 623  *| 
/* 624  *|   80% {
/* 625  *|     -webkit-transform: translateX(-10px);
/* 626  *|     -ms-transform: translateX(-10px);
/* 627  *|     transform: translateX(-10px);
/* 628  *|   }
/* 629  *| 
/* 630  *|   100% {
/* 631  *|     -webkit-transform: translateX(0);
/* 632  *|     -ms-transform: translateX(0);
/* 633  *|     transform: translateX(0);
/* 634  *|   }
/* 635  *| }
/* 636  *| 
/* 637  *| .bounceInLeft {
/* 638  *|   -webkit-animation-name: bounceInLeft;
/* 639  *|   animation-name: bounceInLeft;
/* 640  *| }
/* 641  *| 
/* 642  *| @-webkit-keyframes bounceInRight {
/* 643  *|   0% {
/* 644  *|     opacity: 0;
/* 645  *|     -webkit-transform: translateX(2000px);
/* 646  *|     transform: translateX(2000px);
/* 647  *|   }
/* 648  *| 
/* 649  *|   60% {
/* 650  *|     opacity: 1;

/* animate.css *|

/* 651  *|     -webkit-transform: translateX(-30px);
/* 652  *|     transform: translateX(-30px);
/* 653  *|   }
/* 654  *| 
/* 655  *|   80% {
/* 656  *|     -webkit-transform: translateX(10px);
/* 657  *|     transform: translateX(10px);
/* 658  *|   }
/* 659  *| 
/* 660  *|   100% {
/* 661  *|     -webkit-transform: translateX(0);
/* 662  *|     transform: translateX(0);
/* 663  *|   }
/* 664  *| }
/* 665  *| 
/* 666  *| @keyframes bounceInRight {
/* 667  *|   0% {
/* 668  *|     opacity: 0;
/* 669  *|     -webkit-transform: translateX(2000px);
/* 670  *|     -ms-transform: translateX(2000px);
/* 671  *|     transform: translateX(2000px);
/* 672  *|   }
/* 673  *| 
/* 674  *|   60% {
/* 675  *|     opacity: 1;
/* 676  *|     -webkit-transform: translateX(-30px);
/* 677  *|     -ms-transform: translateX(-30px);
/* 678  *|     transform: translateX(-30px);
/* 679  *|   }
/* 680  *| 
/* 681  *|   80% {
/* 682  *|     -webkit-transform: translateX(10px);
/* 683  *|     -ms-transform: translateX(10px);
/* 684  *|     transform: translateX(10px);
/* 685  *|   }
/* 686  *| 
/* 687  *|   100% {
/* 688  *|     -webkit-transform: translateX(0);
/* 689  *|     -ms-transform: translateX(0);
/* 690  *|     transform: translateX(0);
/* 691  *|   }
/* 692  *| }
/* 693  *| 
/* 694  *| .bounceInRight {
/* 695  *|   -webkit-animation-name: bounceInRight;
/* 696  *|   animation-name: bounceInRight;
/* 697  *| }
/* 698  *| 
/* 699  *| @-webkit-keyframes bounceInUp {
/* 700  *|   0% {

/* animate.css *|

/* 701  *|     opacity: 0;
/* 702  *|     -webkit-transform: translateY(2000px);
/* 703  *|     transform: translateY(2000px);
/* 704  *|   }
/* 705  *| 
/* 706  *|   60% {
/* 707  *|     opacity: 1;
/* 708  *|     -webkit-transform: translateY(-30px);
/* 709  *|     transform: translateY(-30px);
/* 710  *|   }
/* 711  *| 
/* 712  *|   80% {
/* 713  *|     -webkit-transform: translateY(10px);
/* 714  *|     transform: translateY(10px);
/* 715  *|   }
/* 716  *| 
/* 717  *|   100% {
/* 718  *|     -webkit-transform: translateY(0);
/* 719  *|     transform: translateY(0);
/* 720  *|   }
/* 721  *| }
/* 722  *| 
/* 723  *| @keyframes bounceInUp {
/* 724  *|   0% {
/* 725  *|     opacity: 0;
/* 726  *|     -webkit-transform: translateY(2000px);
/* 727  *|     -ms-transform: translateY(2000px);
/* 728  *|     transform: translateY(2000px);
/* 729  *|   }
/* 730  *| 
/* 731  *|   60% {
/* 732  *|     opacity: 1;
/* 733  *|     -webkit-transform: translateY(-30px);
/* 734  *|     -ms-transform: translateY(-30px);
/* 735  *|     transform: translateY(-30px);
/* 736  *|   }
/* 737  *| 
/* 738  *|   80% {
/* 739  *|     -webkit-transform: translateY(10px);
/* 740  *|     -ms-transform: translateY(10px);
/* 741  *|     transform: translateY(10px);
/* 742  *|   }
/* 743  *| 
/* 744  *|   100% {
/* 745  *|     -webkit-transform: translateY(0);
/* 746  *|     -ms-transform: translateY(0);
/* 747  *|     transform: translateY(0);
/* 748  *|   }
/* 749  *| }
/* 750  *| 

/* animate.css *|

/* 751  *| .bounceInUp {
/* 752  *|   -webkit-animation-name: bounceInUp;
/* 753  *|   animation-name: bounceInUp;
/* 754  *| }
/* 755  *| 
/* 756  *| @-webkit-keyframes bounceOut {
/* 757  *|   0% {
/* 758  *|     -webkit-transform: scale(1);
/* 759  *|     transform: scale(1);
/* 760  *|   }
/* 761  *| 
/* 762  *|   25% {
/* 763  *|     -webkit-transform: scale(.95);
/* 764  *|     transform: scale(.95);
/* 765  *|   }
/* 766  *| 
/* 767  *|   50% {
/* 768  *|     opacity: 1;
/* 769  *|     -webkit-transform: scale(1.1);
/* 770  *|     transform: scale(1.1);
/* 771  *|   }
/* 772  *| 
/* 773  *|   100% {
/* 774  *|     opacity: 0;
/* 775  *|     -webkit-transform: scale(.3);
/* 776  *|     transform: scale(.3);
/* 777  *|   }
/* 778  *| }
/* 779  *| 
/* 780  *| @keyframes bounceOut {
/* 781  *|   0% {
/* 782  *|     -webkit-transform: scale(1);
/* 783  *|     -ms-transform: scale(1);
/* 784  *|     transform: scale(1);
/* 785  *|   }
/* 786  *| 
/* 787  *|   25% {
/* 788  *|     -webkit-transform: scale(.95);
/* 789  *|     -ms-transform: scale(.95);
/* 790  *|     transform: scale(.95);
/* 791  *|   }
/* 792  *| 
/* 793  *|   50% {
/* 794  *|     opacity: 1;
/* 795  *|     -webkit-transform: scale(1.1);
/* 796  *|     -ms-transform: scale(1.1);
/* 797  *|     transform: scale(1.1);
/* 798  *|   }
/* 799  *| 
/* 800  *|   100% {

/* animate.css *|

/* 801  *|     opacity: 0;
/* 802  *|     -webkit-transform: scale(.3);
/* 803  *|     -ms-transform: scale(.3);
/* 804  *|     transform: scale(.3);
/* 805  *|   }
/* 806  *| }
/* 807  *| 
/* 808  *| .bounceOut {
/* 809  *|   -webkit-animation-name: bounceOut;
/* 810  *|   animation-name: bounceOut;
/* 811  *| }
/* 812  *| 
/* 813  *| @-webkit-keyframes bounceOutDown {
/* 814  *|   0% {
/* 815  *|     -webkit-transform: translateY(0);
/* 816  *|     transform: translateY(0);
/* 817  *|   }
/* 818  *| 
/* 819  *|   20% {
/* 820  *|     opacity: 1;
/* 821  *|     -webkit-transform: translateY(-20px);
/* 822  *|     transform: translateY(-20px);
/* 823  *|   }
/* 824  *| 
/* 825  *|   100% {
/* 826  *|     opacity: 0;
/* 827  *|     -webkit-transform: translateY(2000px);
/* 828  *|     transform: translateY(2000px);
/* 829  *|   }
/* 830  *| }
/* 831  *| 
/* 832  *| @keyframes bounceOutDown {
/* 833  *|   0% {
/* 834  *|     -webkit-transform: translateY(0);
/* 835  *|     -ms-transform: translateY(0);
/* 836  *|     transform: translateY(0);
/* 837  *|   }
/* 838  *| 
/* 839  *|   20% {
/* 840  *|     opacity: 1;
/* 841  *|     -webkit-transform: translateY(-20px);
/* 842  *|     -ms-transform: translateY(-20px);
/* 843  *|     transform: translateY(-20px);
/* 844  *|   }
/* 845  *| 
/* 846  *|   100% {
/* 847  *|     opacity: 0;
/* 848  *|     -webkit-transform: translateY(2000px);
/* 849  *|     -ms-transform: translateY(2000px);
/* 850  *|     transform: translateY(2000px);

/* animate.css *|

/* 851  *|   }
/* 852  *| }
/* 853  *| 
/* 854  *| .bounceOutDown {
/* 855  *|   -webkit-animation-name: bounceOutDown;
/* 856  *|   animation-name: bounceOutDown;
/* 857  *| }
/* 858  *| 
/* 859  *| @-webkit-keyframes bounceOutLeft {
/* 860  *|   0% {
/* 861  *|     -webkit-transform: translateX(0);
/* 862  *|     transform: translateX(0);
/* 863  *|   }
/* 864  *| 
/* 865  *|   20% {
/* 866  *|     opacity: 1;
/* 867  *|     -webkit-transform: translateX(20px);
/* 868  *|     transform: translateX(20px);
/* 869  *|   }
/* 870  *| 
/* 871  *|   100% {
/* 872  *|     opacity: 0;
/* 873  *|     -webkit-transform: translateX(-2000px);
/* 874  *|     transform: translateX(-2000px);
/* 875  *|   }
/* 876  *| }
/* 877  *| 
/* 878  *| @keyframes bounceOutLeft {
/* 879  *|   0% {
/* 880  *|     -webkit-transform: translateX(0);
/* 881  *|     -ms-transform: translateX(0);
/* 882  *|     transform: translateX(0);
/* 883  *|   }
/* 884  *| 
/* 885  *|   20% {
/* 886  *|     opacity: 1;
/* 887  *|     -webkit-transform: translateX(20px);
/* 888  *|     -ms-transform: translateX(20px);
/* 889  *|     transform: translateX(20px);
/* 890  *|   }
/* 891  *| 
/* 892  *|   100% {
/* 893  *|     opacity: 0;
/* 894  *|     -webkit-transform: translateX(-2000px);
/* 895  *|     -ms-transform: translateX(-2000px);
/* 896  *|     transform: translateX(-2000px);
/* 897  *|   }
/* 898  *| }
/* 899  *| 
/* 900  *| .bounceOutLeft {

/* animate.css *|

/* 901  *|   -webkit-animation-name: bounceOutLeft;
/* 902  *|   animation-name: bounceOutLeft;
/* 903  *| }
/* 904  *| 
/* 905  *| @-webkit-keyframes bounceOutRight {
/* 906  *|   0% {
/* 907  *|     -webkit-transform: translateX(0);
/* 908  *|     transform: translateX(0);
/* 909  *|   }
/* 910  *| 
/* 911  *|   20% {
/* 912  *|     opacity: 1;
/* 913  *|     -webkit-transform: translateX(-20px);
/* 914  *|     transform: translateX(-20px);
/* 915  *|   }
/* 916  *| 
/* 917  *|   100% {
/* 918  *|     opacity: 0;
/* 919  *|     -webkit-transform: translateX(2000px);
/* 920  *|     transform: translateX(2000px);
/* 921  *|   }
/* 922  *| }
/* 923  *| 
/* 924  *| @keyframes bounceOutRight {
/* 925  *|   0% {
/* 926  *|     -webkit-transform: translateX(0);
/* 927  *|     -ms-transform: translateX(0);
/* 928  *|     transform: translateX(0);
/* 929  *|   }
/* 930  *| 
/* 931  *|   20% {
/* 932  *|     opacity: 1;
/* 933  *|     -webkit-transform: translateX(-20px);
/* 934  *|     -ms-transform: translateX(-20px);
/* 935  *|     transform: translateX(-20px);
/* 936  *|   }
/* 937  *| 
/* 938  *|   100% {
/* 939  *|     opacity: 0;
/* 940  *|     -webkit-transform: translateX(2000px);
/* 941  *|     -ms-transform: translateX(2000px);
/* 942  *|     transform: translateX(2000px);
/* 943  *|   }
/* 944  *| }
/* 945  *| 
/* 946  *| .bounceOutRight {
/* 947  *|   -webkit-animation-name: bounceOutRight;
/* 948  *|   animation-name: bounceOutRight;
/* 949  *| }
/* 950  *| 

/* animate.css *|

/* 951  *| @-webkit-keyframes bounceOutUp {
/* 952  *|   0% {
/* 953  *|     -webkit-transform: translateY(0);
/* 954  *|     transform: translateY(0);
/* 955  *|   }
/* 956  *| 
/* 957  *|   20% {
/* 958  *|     opacity: 1;
/* 959  *|     -webkit-transform: translateY(20px);
/* 960  *|     transform: translateY(20px);
/* 961  *|   }
/* 962  *| 
/* 963  *|   100% {
/* 964  *|     opacity: 0;
/* 965  *|     -webkit-transform: translateY(-2000px);
/* 966  *|     transform: translateY(-2000px);
/* 967  *|   }
/* 968  *| }
/* 969  *| 
/* 970  *| @keyframes bounceOutUp {
/* 971  *|   0% {
/* 972  *|     -webkit-transform: translateY(0);
/* 973  *|     -ms-transform: translateY(0);
/* 974  *|     transform: translateY(0);
/* 975  *|   }
/* 976  *| 
/* 977  *|   20% {
/* 978  *|     opacity: 1;
/* 979  *|     -webkit-transform: translateY(20px);
/* 980  *|     -ms-transform: translateY(20px);
/* 981  *|     transform: translateY(20px);
/* 982  *|   }
/* 983  *| 
/* 984  *|   100% {
/* 985  *|     opacity: 0;
/* 986  *|     -webkit-transform: translateY(-2000px);
/* 987  *|     -ms-transform: translateY(-2000px);
/* 988  *|     transform: translateY(-2000px);
/* 989  *|   }
/* 990  *| }
/* 991  *| 
/* 992  *| .bounceOutUp {
/* 993  *|   -webkit-animation-name: bounceOutUp;
/* 994  *|   animation-name: bounceOutUp;
/* 995  *| }
/* 996  *| 
/* 997  *| @-webkit-keyframes fadeIn {
/* 998  *|   0% {
/* 999  *|     opacity: 0;
/* 1000 *|   }

/* animate.css *|

/* 1001 *| 
/* 1002 *|   100% {
/* 1003 *|     opacity: 1;
/* 1004 *|   }
/* 1005 *| }
/* 1006 *| 
/* 1007 *| @keyframes fadeIn {
/* 1008 *|   0% {
/* 1009 *|     opacity: 0;
/* 1010 *|   }
/* 1011 *| 
/* 1012 *|   100% {
/* 1013 *|     opacity: 1;
/* 1014 *|   }
/* 1015 *| }
/* 1016 *| 
/* 1017 *| .fadeIn {
/* 1018 *|   -webkit-animation-name: fadeIn;
/* 1019 *|   animation-name: fadeIn;
/* 1020 *| }
/* 1021 *| 
/* 1022 *| @-webkit-keyframes fadeInDown {
/* 1023 *|   0% {
/* 1024 *|     opacity: 0;
/* 1025 *|     -webkit-transform: translateY(-20px);
/* 1026 *|     transform: translateY(-20px);
/* 1027 *|   }
/* 1028 *| 
/* 1029 *|   100% {
/* 1030 *|     opacity: 1;
/* 1031 *|     -webkit-transform: translateY(0);
/* 1032 *|     transform: translateY(0);
/* 1033 *|   }
/* 1034 *| }
/* 1035 *| 
/* 1036 *| @keyframes fadeInDown {
/* 1037 *|   0% {
/* 1038 *|     opacity: 0;
/* 1039 *|     -webkit-transform: translateY(-20px);
/* 1040 *|     -ms-transform: translateY(-20px);
/* 1041 *|     transform: translateY(-20px);
/* 1042 *|   }
/* 1043 *| 
/* 1044 *|   100% {
/* 1045 *|     opacity: 1;
/* 1046 *|     -webkit-transform: translateY(0);
/* 1047 *|     -ms-transform: translateY(0);
/* 1048 *|     transform: translateY(0);
/* 1049 *|   }
/* 1050 *| }

/* animate.css *|

/* 1051 *| 
/* 1052 *| .fadeInDown {
/* 1053 *|   -webkit-animation-name: fadeInDown;
/* 1054 *|   animation-name: fadeInDown;
/* 1055 *| }
/* 1056 *| 
/* 1057 *| @-webkit-keyframes fadeInDownBig {
/* 1058 *|   0% {
/* 1059 *|     opacity: 0;
/* 1060 *|     -webkit-transform: translateY(-2000px);
/* 1061 *|     transform: translateY(-2000px);
/* 1062 *|   }
/* 1063 *| 
/* 1064 *|   100% {
/* 1065 *|     opacity: 1;
/* 1066 *|     -webkit-transform: translateY(0);
/* 1067 *|     transform: translateY(0);
/* 1068 *|   }
/* 1069 *| }
/* 1070 *| 
/* 1071 *| @keyframes fadeInDownBig {
/* 1072 *|   0% {
/* 1073 *|     opacity: 0;
/* 1074 *|     -webkit-transform: translateY(-2000px);
/* 1075 *|     -ms-transform: translateY(-2000px);
/* 1076 *|     transform: translateY(-2000px);
/* 1077 *|   }
/* 1078 *| 
/* 1079 *|   100% {
/* 1080 *|     opacity: 1;
/* 1081 *|     -webkit-transform: translateY(0);
/* 1082 *|     -ms-transform: translateY(0);
/* 1083 *|     transform: translateY(0);
/* 1084 *|   }
/* 1085 *| }
/* 1086 *| 
/* 1087 *| .fadeInDownBig {
/* 1088 *|   -webkit-animation-name: fadeInDownBig;
/* 1089 *|   animation-name: fadeInDownBig;
/* 1090 *| }
/* 1091 *| 
/* 1092 *| @-webkit-keyframes fadeInLeft {
/* 1093 *|   0% {
/* 1094 *|     opacity: 0;
/* 1095 *|     -webkit-transform: translateX(-20px);
/* 1096 *|     transform: translateX(-20px);
/* 1097 *|   }
/* 1098 *| 
/* 1099 *|   100% {
/* 1100 *|     opacity: 1;

/* animate.css *|

/* 1101 *|     -webkit-transform: translateX(0);
/* 1102 *|     transform: translateX(0);
/* 1103 *|   }
/* 1104 *| }
/* 1105 *| 
/* 1106 *| @keyframes fadeInLeft {
/* 1107 *|   0% {
/* 1108 *|     opacity: 0;
/* 1109 *|     -webkit-transform: translateX(-20px);
/* 1110 *|     -ms-transform: translateX(-20px);
/* 1111 *|     transform: translateX(-20px);
/* 1112 *|   }
/* 1113 *| 
/* 1114 *|   100% {
/* 1115 *|     opacity: 1;
/* 1116 *|     -webkit-transform: translateX(0);
/* 1117 *|     -ms-transform: translateX(0);
/* 1118 *|     transform: translateX(0);
/* 1119 *|   }
/* 1120 *| }
/* 1121 *| 
/* 1122 *| .fadeInLeft {
/* 1123 *|   -webkit-animation-name: fadeInLeft;
/* 1124 *|   animation-name: fadeInLeft;
/* 1125 *| }
/* 1126 *| 
/* 1127 *| @-webkit-keyframes fadeInLeftBig {
/* 1128 *|   0% {
/* 1129 *|     opacity: 0;
/* 1130 *|     -webkit-transform: translateX(-2000px);
/* 1131 *|     transform: translateX(-2000px);
/* 1132 *|   }
/* 1133 *| 
/* 1134 *|   100% {
/* 1135 *|     opacity: 1;
/* 1136 *|     -webkit-transform: translateX(0);
/* 1137 *|     transform: translateX(0);
/* 1138 *|   }
/* 1139 *| }
/* 1140 *| 
/* 1141 *| @keyframes fadeInLeftBig {
/* 1142 *|   0% {
/* 1143 *|     opacity: 0;
/* 1144 *|     -webkit-transform: translateX(-2000px);
/* 1145 *|     -ms-transform: translateX(-2000px);
/* 1146 *|     transform: translateX(-2000px);
/* 1147 *|   }
/* 1148 *| 
/* 1149 *|   100% {
/* 1150 *|     opacity: 1;

/* animate.css *|

/* 1151 *|     -webkit-transform: translateX(0);
/* 1152 *|     -ms-transform: translateX(0);
/* 1153 *|     transform: translateX(0);
/* 1154 *|   }
/* 1155 *| }
/* 1156 *| 
/* 1157 *| .fadeInLeftBig {
/* 1158 *|   -webkit-animation-name: fadeInLeftBig;
/* 1159 *|   animation-name: fadeInLeftBig;
/* 1160 *| }
/* 1161 *| 
/* 1162 *| @-webkit-keyframes fadeInRight {
/* 1163 *|   0% {
/* 1164 *|     opacity: 0;
/* 1165 *|     -webkit-transform: translateX(20px);
/* 1166 *|     transform: translateX(20px);
/* 1167 *|   }
/* 1168 *| 
/* 1169 *|   100% {
/* 1170 *|     opacity: 1;
/* 1171 *|     -webkit-transform: translateX(0);
/* 1172 *|     transform: translateX(0);
/* 1173 *|   }
/* 1174 *| }
/* 1175 *| 
/* 1176 *| @keyframes fadeInRight {
/* 1177 *|   0% {
/* 1178 *|     opacity: 0;
/* 1179 *|     -webkit-transform: translateX(20px);
/* 1180 *|     -ms-transform: translateX(20px);
/* 1181 *|     transform: translateX(20px);
/* 1182 *|   }
/* 1183 *| 
/* 1184 *|   100% {
/* 1185 *|     opacity: 1;
/* 1186 *|     -webkit-transform: translateX(0);
/* 1187 *|     -ms-transform: translateX(0);
/* 1188 *|     transform: translateX(0);
/* 1189 *|   }
/* 1190 *| }
/* 1191 *| 
/* 1192 *| .fadeInRight {
/* 1193 *|   -webkit-animation-name: fadeInRight;
/* 1194 *|   animation-name: fadeInRight;
/* 1195 *| }
/* 1196 *| 
/* 1197 *| @-webkit-keyframes fadeInRightBig {
/* 1198 *|   0% {
/* 1199 *|     opacity: 0;
/* 1200 *|     -webkit-transform: translateX(2000px);

/* animate.css *|

/* 1201 *|     transform: translateX(2000px);
/* 1202 *|   }
/* 1203 *| 
/* 1204 *|   100% {
/* 1205 *|     opacity: 1;
/* 1206 *|     -webkit-transform: translateX(0);
/* 1207 *|     transform: translateX(0);
/* 1208 *|   }
/* 1209 *| }
/* 1210 *| 
/* 1211 *| @keyframes fadeInRightBig {
/* 1212 *|   0% {
/* 1213 *|     opacity: 0;
/* 1214 *|     -webkit-transform: translateX(2000px);
/* 1215 *|     -ms-transform: translateX(2000px);
/* 1216 *|     transform: translateX(2000px);
/* 1217 *|   }
/* 1218 *| 
/* 1219 *|   100% {
/* 1220 *|     opacity: 1;
/* 1221 *|     -webkit-transform: translateX(0);
/* 1222 *|     -ms-transform: translateX(0);
/* 1223 *|     transform: translateX(0);
/* 1224 *|   }
/* 1225 *| }
/* 1226 *| 
/* 1227 *| .fadeInRightBig {
/* 1228 *|   -webkit-animation-name: fadeInRightBig;
/* 1229 *|   animation-name: fadeInRightBig;
/* 1230 *| }
/* 1231 *| 
/* 1232 *| @-webkit-keyframes fadeInUp {
/* 1233 *|   0% {
/* 1234 *|     opacity: 0;
/* 1235 *|     -webkit-transform: translateY(20px);
/* 1236 *|     transform: translateY(20px);
/* 1237 *|   }
/* 1238 *| 
/* 1239 *|   100% {
/* 1240 *|     opacity: 1;
/* 1241 *|     -webkit-transform: translateY(0);
/* 1242 *|     transform: translateY(0);
/* 1243 *|   }
/* 1244 *| }
/* 1245 *| 
/* 1246 *| @keyframes fadeInUp {
/* 1247 *|   0% {
/* 1248 *|     opacity: 0;
/* 1249 *|     -webkit-transform: translateY(20px);
/* 1250 *|     -ms-transform: translateY(20px);

/* animate.css *|

/* 1251 *|     transform: translateY(20px);
/* 1252 *|   }
/* 1253 *| 
/* 1254 *|   100% {
/* 1255 *|     opacity: 1;
/* 1256 *|     -webkit-transform: translateY(0);
/* 1257 *|     -ms-transform: translateY(0);
/* 1258 *|     transform: translateY(0);
/* 1259 *|   }
/* 1260 *| }
/* 1261 *| 
/* 1262 *| .fadeInUp {
/* 1263 *|   -webkit-animation-name: fadeInUp;
/* 1264 *|   animation-name: fadeInUp;
/* 1265 *| }
/* 1266 *| 
/* 1267 *| @-webkit-keyframes fadeInUpBig {
/* 1268 *|   0% {
/* 1269 *|     opacity: 0;
/* 1270 *|     -webkit-transform: translateY(2000px);
/* 1271 *|     transform: translateY(2000px);
/* 1272 *|   }
/* 1273 *| 
/* 1274 *|   100% {
/* 1275 *|     opacity: 1;
/* 1276 *|     -webkit-transform: translateY(0);
/* 1277 *|     transform: translateY(0);
/* 1278 *|   }
/* 1279 *| }
/* 1280 *| 
/* 1281 *| @keyframes fadeInUpBig {
/* 1282 *|   0% {
/* 1283 *|     opacity: 0;
/* 1284 *|     -webkit-transform: translateY(2000px);
/* 1285 *|     -ms-transform: translateY(2000px);
/* 1286 *|     transform: translateY(2000px);
/* 1287 *|   }
/* 1288 *| 
/* 1289 *|   100% {
/* 1290 *|     opacity: 1;
/* 1291 *|     -webkit-transform: translateY(0);
/* 1292 *|     -ms-transform: translateY(0);
/* 1293 *|     transform: translateY(0);
/* 1294 *|   }
/* 1295 *| }
/* 1296 *| 
/* 1297 *| .fadeInUpBig {
/* 1298 *|   -webkit-animation-name: fadeInUpBig;
/* 1299 *|   animation-name: fadeInUpBig;
/* 1300 *| }

/* animate.css *|

/* 1301 *| 
/* 1302 *| @-webkit-keyframes fadeOut {
/* 1303 *|   0% {
/* 1304 *|     opacity: 1;
/* 1305 *|   }
/* 1306 *| 
/* 1307 *|   100% {
/* 1308 *|     opacity: 0;
/* 1309 *|   }
/* 1310 *| }
/* 1311 *| 
/* 1312 *| @keyframes fadeOut {
/* 1313 *|   0% {
/* 1314 *|     opacity: 1;
/* 1315 *|   }
/* 1316 *| 
/* 1317 *|   100% {
/* 1318 *|     opacity: 0;
/* 1319 *|   }
/* 1320 *| }
/* 1321 *| 
/* 1322 *| .fadeOut {
/* 1323 *|   -webkit-animation-name: fadeOut;
/* 1324 *|   animation-name: fadeOut;
/* 1325 *| }
/* 1326 *| 
/* 1327 *| @-webkit-keyframes fadeOutDown {
/* 1328 *|   0% {
/* 1329 *|     opacity: 1;
/* 1330 *|     -webkit-transform: translateY(0);
/* 1331 *|     transform: translateY(0);
/* 1332 *|   }
/* 1333 *| 
/* 1334 *|   100% {
/* 1335 *|     opacity: 0;
/* 1336 *|     -webkit-transform: translateY(20px);
/* 1337 *|     transform: translateY(20px);
/* 1338 *|   }
/* 1339 *| }
/* 1340 *| 
/* 1341 *| @keyframes fadeOutDown {
/* 1342 *|   0% {
/* 1343 *|     opacity: 1;
/* 1344 *|     -webkit-transform: translateY(0);
/* 1345 *|     -ms-transform: translateY(0);
/* 1346 *|     transform: translateY(0);
/* 1347 *|   }
/* 1348 *| 
/* 1349 *|   100% {
/* 1350 *|     opacity: 0;

/* animate.css *|

/* 1351 *|     -webkit-transform: translateY(20px);
/* 1352 *|     -ms-transform: translateY(20px);
/* 1353 *|     transform: translateY(20px);
/* 1354 *|   }
/* 1355 *| }
/* 1356 *| 
/* 1357 *| .fadeOutDown {
/* 1358 *|   -webkit-animation-name: fadeOutDown;
/* 1359 *|   animation-name: fadeOutDown;
/* 1360 *| }
/* 1361 *| 
/* 1362 *| @-webkit-keyframes fadeOutDownBig {
/* 1363 *|   0% {
/* 1364 *|     opacity: 1;
/* 1365 *|     -webkit-transform: translateY(0);
/* 1366 *|     transform: translateY(0);
/* 1367 *|   }
/* 1368 *| 
/* 1369 *|   100% {
/* 1370 *|     opacity: 0;
/* 1371 *|     -webkit-transform: translateY(2000px);
/* 1372 *|     transform: translateY(2000px);
/* 1373 *|   }
/* 1374 *| }
/* 1375 *| 
/* 1376 *| @keyframes fadeOutDownBig {
/* 1377 *|   0% {
/* 1378 *|     opacity: 1;
/* 1379 *|     -webkit-transform: translateY(0);
/* 1380 *|     -ms-transform: translateY(0);
/* 1381 *|     transform: translateY(0);
/* 1382 *|   }
/* 1383 *| 
/* 1384 *|   100% {
/* 1385 *|     opacity: 0;
/* 1386 *|     -webkit-transform: translateY(2000px);
/* 1387 *|     -ms-transform: translateY(2000px);
/* 1388 *|     transform: translateY(2000px);
/* 1389 *|   }
/* 1390 *| }
/* 1391 *| 
/* 1392 *| .fadeOutDownBig {
/* 1393 *|   -webkit-animation-name: fadeOutDownBig;
/* 1394 *|   animation-name: fadeOutDownBig;
/* 1395 *| }
/* 1396 *| 
/* 1397 *| @-webkit-keyframes fadeOutLeft {
/* 1398 *|   0% {
/* 1399 *|     opacity: 1;
/* 1400 *|     -webkit-transform: translateX(0);

/* animate.css *|

/* 1401 *|     transform: translateX(0);
/* 1402 *|   }
/* 1403 *| 
/* 1404 *|   100% {
/* 1405 *|     opacity: 0;
/* 1406 *|     -webkit-transform: translateX(-20px);
/* 1407 *|     transform: translateX(-20px);
/* 1408 *|   }
/* 1409 *| }
/* 1410 *| 
/* 1411 *| @keyframes fadeOutLeft {
/* 1412 *|   0% {
/* 1413 *|     opacity: 1;
/* 1414 *|     -webkit-transform: translateX(0);
/* 1415 *|     -ms-transform: translateX(0);
/* 1416 *|     transform: translateX(0);
/* 1417 *|   }
/* 1418 *| 
/* 1419 *|   100% {
/* 1420 *|     opacity: 0;
/* 1421 *|     -webkit-transform: translateX(-20px);
/* 1422 *|     -ms-transform: translateX(-20px);
/* 1423 *|     transform: translateX(-20px);
/* 1424 *|   }
/* 1425 *| }
/* 1426 *| 
/* 1427 *| .fadeOutLeft {
/* 1428 *|   -webkit-animation-name: fadeOutLeft;
/* 1429 *|   animation-name: fadeOutLeft;
/* 1430 *| }
/* 1431 *| 
/* 1432 *| @-webkit-keyframes fadeOutLeftBig {
/* 1433 *|   0% {
/* 1434 *|     opacity: 1;
/* 1435 *|     -webkit-transform: translateX(0);
/* 1436 *|     transform: translateX(0);
/* 1437 *|   }
/* 1438 *| 
/* 1439 *|   100% {
/* 1440 *|     opacity: 0;
/* 1441 *|     -webkit-transform: translateX(-2000px);
/* 1442 *|     transform: translateX(-2000px);
/* 1443 *|   }
/* 1444 *| }
/* 1445 *| 
/* 1446 *| @keyframes fadeOutLeftBig {
/* 1447 *|   0% {
/* 1448 *|     opacity: 1;
/* 1449 *|     -webkit-transform: translateX(0);
/* 1450 *|     -ms-transform: translateX(0);

/* animate.css *|

/* 1451 *|     transform: translateX(0);
/* 1452 *|   }
/* 1453 *| 
/* 1454 *|   100% {
/* 1455 *|     opacity: 0;
/* 1456 *|     -webkit-transform: translateX(-2000px);
/* 1457 *|     -ms-transform: translateX(-2000px);
/* 1458 *|     transform: translateX(-2000px);
/* 1459 *|   }
/* 1460 *| }
/* 1461 *| 
/* 1462 *| .fadeOutLeftBig {
/* 1463 *|   -webkit-animation-name: fadeOutLeftBig;
/* 1464 *|   animation-name: fadeOutLeftBig;
/* 1465 *| }
/* 1466 *| 
/* 1467 *| @-webkit-keyframes fadeOutRight {
/* 1468 *|   0% {
/* 1469 *|     opacity: 1;
/* 1470 *|     -webkit-transform: translateX(0);
/* 1471 *|     transform: translateX(0);
/* 1472 *|   }
/* 1473 *| 
/* 1474 *|   100% {
/* 1475 *|     opacity: 0;
/* 1476 *|     -webkit-transform: translateX(20px);
/* 1477 *|     transform: translateX(20px);
/* 1478 *|   }
/* 1479 *| }
/* 1480 *| 
/* 1481 *| @keyframes fadeOutRight {
/* 1482 *|   0% {
/* 1483 *|     opacity: 1;
/* 1484 *|     -webkit-transform: translateX(0);
/* 1485 *|     -ms-transform: translateX(0);
/* 1486 *|     transform: translateX(0);
/* 1487 *|   }
/* 1488 *| 
/* 1489 *|   100% {
/* 1490 *|     opacity: 0;
/* 1491 *|     -webkit-transform: translateX(20px);
/* 1492 *|     -ms-transform: translateX(20px);
/* 1493 *|     transform: translateX(20px);
/* 1494 *|   }
/* 1495 *| }
/* 1496 *| 
/* 1497 *| .fadeOutRight {
/* 1498 *|   -webkit-animation-name: fadeOutRight;
/* 1499 *|   animation-name: fadeOutRight;
/* 1500 *| }

/* animate.css *|

/* 1501 *| 
/* 1502 *| @-webkit-keyframes fadeOutRightBig {
/* 1503 *|   0% {
/* 1504 *|     opacity: 1;
/* 1505 *|     -webkit-transform: translateX(0);
/* 1506 *|     transform: translateX(0);
/* 1507 *|   }
/* 1508 *| 
/* 1509 *|   100% {
/* 1510 *|     opacity: 0;
/* 1511 *|     -webkit-transform: translateX(2000px);
/* 1512 *|     transform: translateX(2000px);
/* 1513 *|   }
/* 1514 *| }
/* 1515 *| 
/* 1516 *| @keyframes fadeOutRightBig {
/* 1517 *|   0% {
/* 1518 *|     opacity: 1;
/* 1519 *|     -webkit-transform: translateX(0);
/* 1520 *|     -ms-transform: translateX(0);
/* 1521 *|     transform: translateX(0);
/* 1522 *|   }
/* 1523 *| 
/* 1524 *|   100% {
/* 1525 *|     opacity: 0;
/* 1526 *|     -webkit-transform: translateX(2000px);
/* 1527 *|     -ms-transform: translateX(2000px);
/* 1528 *|     transform: translateX(2000px);
/* 1529 *|   }
/* 1530 *| }
/* 1531 *| 
/* 1532 *| .fadeOutRightBig {
/* 1533 *|   -webkit-animation-name: fadeOutRightBig;
/* 1534 *|   animation-name: fadeOutRightBig;
/* 1535 *| }
/* 1536 *| 
/* 1537 *| @-webkit-keyframes fadeOutUp {
/* 1538 *|   0% {
/* 1539 *|     opacity: 1;
/* 1540 *|     -webkit-transform: translateY(0);
/* 1541 *|     transform: translateY(0);
/* 1542 *|   }
/* 1543 *| 
/* 1544 *|   100% {
/* 1545 *|     opacity: 0;
/* 1546 *|     -webkit-transform: translateY(-20px);
/* 1547 *|     transform: translateY(-20px);
/* 1548 *|   }
/* 1549 *| }
/* 1550 *| 

/* animate.css *|

/* 1551 *| @keyframes fadeOutUp {
/* 1552 *|   0% {
/* 1553 *|     opacity: 1;
/* 1554 *|     -webkit-transform: translateY(0);
/* 1555 *|     -ms-transform: translateY(0);
/* 1556 *|     transform: translateY(0);
/* 1557 *|   }
/* 1558 *| 
/* 1559 *|   100% {
/* 1560 *|     opacity: 0;
/* 1561 *|     -webkit-transform: translateY(-20px);
/* 1562 *|     -ms-transform: translateY(-20px);
/* 1563 *|     transform: translateY(-20px);
/* 1564 *|   }
/* 1565 *| }
/* 1566 *| 
/* 1567 *| .fadeOutUp {
/* 1568 *|   -webkit-animation-name: fadeOutUp;
/* 1569 *|   animation-name: fadeOutUp;
/* 1570 *| }
/* 1571 *| 
/* 1572 *| @-webkit-keyframes fadeOutUpBig {
/* 1573 *|   0% {
/* 1574 *|     opacity: 1;
/* 1575 *|     -webkit-transform: translateY(0);
/* 1576 *|     transform: translateY(0);
/* 1577 *|   }
/* 1578 *| 
/* 1579 *|   100% {
/* 1580 *|     opacity: 0;
/* 1581 *|     -webkit-transform: translateY(-2000px);
/* 1582 *|     transform: translateY(-2000px);
/* 1583 *|   }
/* 1584 *| }
/* 1585 *| 
/* 1586 *| @keyframes fadeOutUpBig {
/* 1587 *|   0% {
/* 1588 *|     opacity: 1;
/* 1589 *|     -webkit-transform: translateY(0);
/* 1590 *|     -ms-transform: translateY(0);
/* 1591 *|     transform: translateY(0);
/* 1592 *|   }
/* 1593 *| 
/* 1594 *|   100% {
/* 1595 *|     opacity: 0;
/* 1596 *|     -webkit-transform: translateY(-2000px);
/* 1597 *|     -ms-transform: translateY(-2000px);
/* 1598 *|     transform: translateY(-2000px);
/* 1599 *|   }
/* 1600 *| }

/* animate.css *|

/* 1601 *| 
/* 1602 *| .fadeOutUpBig {
/* 1603 *|   -webkit-animation-name: fadeOutUpBig;
/* 1604 *|   animation-name: fadeOutUpBig;
/* 1605 *| }
/* 1606 *| 
/* 1607 *| @-webkit-keyframes flip {
/* 1608 *|   0% {
/* 1609 *|     -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
/* 1610 *|     transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
/* 1611 *|     -webkit-animation-timing-function: ease-out;
/* 1612 *|     animation-timing-function: ease-out;
/* 1613 *|   }
/* 1614 *| 
/* 1615 *|   40% {
/* 1616 *|     -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
/* 1617 *|     transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
/* 1618 *|     -webkit-animation-timing-function: ease-out;
/* 1619 *|     animation-timing-function: ease-out;
/* 1620 *|   }
/* 1621 *| 
/* 1622 *|   50% {
/* 1623 *|     -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
/* 1624 *|     transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
/* 1625 *|     -webkit-animation-timing-function: ease-in;
/* 1626 *|     animation-timing-function: ease-in;
/* 1627 *|   }
/* 1628 *| 
/* 1629 *|   80% {
/* 1630 *|     -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
/* 1631 *|     transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
/* 1632 *|     -webkit-animation-timing-function: ease-in;
/* 1633 *|     animation-timing-function: ease-in;
/* 1634 *|   }
/* 1635 *| 
/* 1636 *|   100% {
/* 1637 *|     -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
/* 1638 *|     transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
/* 1639 *|     -webkit-animation-timing-function: ease-in;
/* 1640 *|     animation-timing-function: ease-in;
/* 1641 *|   }
/* 1642 *| }
/* 1643 *| 
/* 1644 *| @keyframes flip {
/* 1645 *|   0% {
/* 1646 *|     -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
/* 1647 *|     -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
/* 1648 *|     transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
/* 1649 *|     -webkit-animation-timing-function: ease-out;
/* 1650 *|     animation-timing-function: ease-out;

/* animate.css *|

/* 1651 *|   }
/* 1652 *| 
/* 1653 *|   40% {
/* 1654 *|     -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
/* 1655 *|     -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
/* 1656 *|     transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
/* 1657 *|     -webkit-animation-timing-function: ease-out;
/* 1658 *|     animation-timing-function: ease-out;
/* 1659 *|   }
/* 1660 *| 
/* 1661 *|   50% {
/* 1662 *|     -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
/* 1663 *|     -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
/* 1664 *|     transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
/* 1665 *|     -webkit-animation-timing-function: ease-in;
/* 1666 *|     animation-timing-function: ease-in;
/* 1667 *|   }
/* 1668 *| 
/* 1669 *|   80% {
/* 1670 *|     -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
/* 1671 *|     -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
/* 1672 *|     transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
/* 1673 *|     -webkit-animation-timing-function: ease-in;
/* 1674 *|     animation-timing-function: ease-in;
/* 1675 *|   }
/* 1676 *| 
/* 1677 *|   100% {
/* 1678 *|     -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
/* 1679 *|     -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
/* 1680 *|     transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
/* 1681 *|     -webkit-animation-timing-function: ease-in;
/* 1682 *|     animation-timing-function: ease-in;
/* 1683 *|   }
/* 1684 *| }
/* 1685 *| 
/* 1686 *| .animated.flip {
/* 1687 *|   -webkit-backface-visibility: visible;
/* 1688 *|   -ms-backface-visibility: visible;
/* 1689 *|   backface-visibility: visible;
/* 1690 *|   -webkit-animation-name: flip;
/* 1691 *|   animation-name: flip;
/* 1692 *| }
/* 1693 *| 
/* 1694 *| @-webkit-keyframes flipInX {
/* 1695 *|   0% {
/* 1696 *|     -webkit-transform: perspective(400px) rotateX(90deg);
/* 1697 *|     transform: perspective(400px) rotateX(90deg);
/* 1698 *|     opacity: 0;
/* 1699 *|   }
/* 1700 *| 

/* animate.css *|

/* 1701 *|   40% {
/* 1702 *|     -webkit-transform: perspective(400px) rotateX(-10deg);
/* 1703 *|     transform: perspective(400px) rotateX(-10deg);
/* 1704 *|   }
/* 1705 *| 
/* 1706 *|   70% {
/* 1707 *|     -webkit-transform: perspective(400px) rotateX(10deg);
/* 1708 *|     transform: perspective(400px) rotateX(10deg);
/* 1709 *|   }
/* 1710 *| 
/* 1711 *|   100% {
/* 1712 *|     -webkit-transform: perspective(400px) rotateX(0deg);
/* 1713 *|     transform: perspective(400px) rotateX(0deg);
/* 1714 *|     opacity: 1;
/* 1715 *|   }
/* 1716 *| }
/* 1717 *| 
/* 1718 *| @keyframes flipInX {
/* 1719 *|   0% {
/* 1720 *|     -webkit-transform: perspective(400px) rotateX(90deg);
/* 1721 *|     -ms-transform: perspective(400px) rotateX(90deg);
/* 1722 *|     transform: perspective(400px) rotateX(90deg);
/* 1723 *|     opacity: 0;
/* 1724 *|   }
/* 1725 *| 
/* 1726 *|   40% {
/* 1727 *|     -webkit-transform: perspective(400px) rotateX(-10deg);
/* 1728 *|     -ms-transform: perspective(400px) rotateX(-10deg);
/* 1729 *|     transform: perspective(400px) rotateX(-10deg);
/* 1730 *|   }
/* 1731 *| 
/* 1732 *|   70% {
/* 1733 *|     -webkit-transform: perspective(400px) rotateX(10deg);
/* 1734 *|     -ms-transform: perspective(400px) rotateX(10deg);
/* 1735 *|     transform: perspective(400px) rotateX(10deg);
/* 1736 *|   }
/* 1737 *| 
/* 1738 *|   100% {
/* 1739 *|     -webkit-transform: perspective(400px) rotateX(0deg);
/* 1740 *|     -ms-transform: perspective(400px) rotateX(0deg);
/* 1741 *|     transform: perspective(400px) rotateX(0deg);
/* 1742 *|     opacity: 1;
/* 1743 *|   }
/* 1744 *| }
/* 1745 *| 
/* 1746 *| .flipInX {
/* 1747 *|   -webkit-backface-visibility: visible !important;
/* 1748 *|   -ms-backface-visibility: visible !important;
/* 1749 *|   backface-visibility: visible !important;
/* 1750 *|   -webkit-animation-name: flipInX;

/* animate.css *|

/* 1751 *|   animation-name: flipInX;
/* 1752 *| }
/* 1753 *| 
/* 1754 *| @-webkit-keyframes flipInY {
/* 1755 *|   0% {
/* 1756 *|     -webkit-transform: perspective(400px) rotateY(90deg);
/* 1757 *|     transform: perspective(400px) rotateY(90deg);
/* 1758 *|     opacity: 0;
/* 1759 *|   }
/* 1760 *| 
/* 1761 *|   40% {
/* 1762 *|     -webkit-transform: perspective(400px) rotateY(-10deg);
/* 1763 *|     transform: perspective(400px) rotateY(-10deg);
/* 1764 *|   }
/* 1765 *| 
/* 1766 *|   70% {
/* 1767 *|     -webkit-transform: perspective(400px) rotateY(10deg);
/* 1768 *|     transform: perspective(400px) rotateY(10deg);
/* 1769 *|   }
/* 1770 *| 
/* 1771 *|   100% {
/* 1772 *|     -webkit-transform: perspective(400px) rotateY(0deg);
/* 1773 *|     transform: perspective(400px) rotateY(0deg);
/* 1774 *|     opacity: 1;
/* 1775 *|   }
/* 1776 *| }
/* 1777 *| 
/* 1778 *| @keyframes flipInY {
/* 1779 *|   0% {
/* 1780 *|     -webkit-transform: perspective(400px) rotateY(90deg);
/* 1781 *|     -ms-transform: perspective(400px) rotateY(90deg);
/* 1782 *|     transform: perspective(400px) rotateY(90deg);
/* 1783 *|     opacity: 0;
/* 1784 *|   }
/* 1785 *| 
/* 1786 *|   40% {
/* 1787 *|     -webkit-transform: perspective(400px) rotateY(-10deg);
/* 1788 *|     -ms-transform: perspective(400px) rotateY(-10deg);
/* 1789 *|     transform: perspective(400px) rotateY(-10deg);
/* 1790 *|   }
/* 1791 *| 
/* 1792 *|   70% {
/* 1793 *|     -webkit-transform: perspective(400px) rotateY(10deg);
/* 1794 *|     -ms-transform: perspective(400px) rotateY(10deg);
/* 1795 *|     transform: perspective(400px) rotateY(10deg);
/* 1796 *|   }
/* 1797 *| 
/* 1798 *|   100% {
/* 1799 *|     -webkit-transform: perspective(400px) rotateY(0deg);
/* 1800 *|     -ms-transform: perspective(400px) rotateY(0deg);

/* animate.css *|

/* 1801 *|     transform: perspective(400px) rotateY(0deg);
/* 1802 *|     opacity: 1;
/* 1803 *|   }
/* 1804 *| }
/* 1805 *| 
/* 1806 *| .flipInY {
/* 1807 *|   -webkit-backface-visibility: visible !important;
/* 1808 *|   -ms-backface-visibility: visible !important;
/* 1809 *|   backface-visibility: visible !important;
/* 1810 *|   -webkit-animation-name: flipInY;
/* 1811 *|   animation-name: flipInY;
/* 1812 *| }
/* 1813 *| 
/* 1814 *| @-webkit-keyframes flipOutX {
/* 1815 *|   0% {
/* 1816 *|     -webkit-transform: perspective(400px) rotateX(0deg);
/* 1817 *|     transform: perspective(400px) rotateX(0deg);
/* 1818 *|     opacity: 1;
/* 1819 *|   }
/* 1820 *| 
/* 1821 *|   100% {
/* 1822 *|     -webkit-transform: perspective(400px) rotateX(90deg);
/* 1823 *|     transform: perspective(400px) rotateX(90deg);
/* 1824 *|     opacity: 0;
/* 1825 *|   }
/* 1826 *| }
/* 1827 *| 
/* 1828 *| @keyframes flipOutX {
/* 1829 *|   0% {
/* 1830 *|     -webkit-transform: perspective(400px) rotateX(0deg);
/* 1831 *|     -ms-transform: perspective(400px) rotateX(0deg);
/* 1832 *|     transform: perspective(400px) rotateX(0deg);
/* 1833 *|     opacity: 1;
/* 1834 *|   }
/* 1835 *| 
/* 1836 *|   100% {
/* 1837 *|     -webkit-transform: perspective(400px) rotateX(90deg);
/* 1838 *|     -ms-transform: perspective(400px) rotateX(90deg);
/* 1839 *|     transform: perspective(400px) rotateX(90deg);
/* 1840 *|     opacity: 0;
/* 1841 *|   }
/* 1842 *| }
/* 1843 *| 
/* 1844 *| .flipOutX {
/* 1845 *|   -webkit-animation-name: flipOutX;
/* 1846 *|   animation-name: flipOutX;
/* 1847 *|   -webkit-backface-visibility: visible !important;
/* 1848 *|   -ms-backface-visibility: visible !important;
/* 1849 *|   backface-visibility: visible !important;
/* 1850 *| }

/* animate.css *|

/* 1851 *| 
/* 1852 *| @-webkit-keyframes flipOutY {
/* 1853 *|   0% {
/* 1854 *|     -webkit-transform: perspective(400px) rotateY(0deg);
/* 1855 *|     transform: perspective(400px) rotateY(0deg);
/* 1856 *|     opacity: 1;
/* 1857 *|   }
/* 1858 *| 
/* 1859 *|   100% {
/* 1860 *|     -webkit-transform: perspective(400px) rotateY(90deg);
/* 1861 *|     transform: perspective(400px) rotateY(90deg);
/* 1862 *|     opacity: 0;
/* 1863 *|   }
/* 1864 *| }
/* 1865 *| 
/* 1866 *| @keyframes flipOutY {
/* 1867 *|   0% {
/* 1868 *|     -webkit-transform: perspective(400px) rotateY(0deg);
/* 1869 *|     -ms-transform: perspective(400px) rotateY(0deg);
/* 1870 *|     transform: perspective(400px) rotateY(0deg);
/* 1871 *|     opacity: 1;
/* 1872 *|   }
/* 1873 *| 
/* 1874 *|   100% {
/* 1875 *|     -webkit-transform: perspective(400px) rotateY(90deg);
/* 1876 *|     -ms-transform: perspective(400px) rotateY(90deg);
/* 1877 *|     transform: perspective(400px) rotateY(90deg);
/* 1878 *|     opacity: 0;
/* 1879 *|   }
/* 1880 *| }
/* 1881 *| 
/* 1882 *| .flipOutY {
/* 1883 *|   -webkit-backface-visibility: visible !important;
/* 1884 *|   -ms-backface-visibility: visible !important;
/* 1885 *|   backface-visibility: visible !important;
/* 1886 *|   -webkit-animation-name: flipOutY;
/* 1887 *|   animation-name: flipOutY;
/* 1888 *| }
/* 1889 *| 
/* 1890 *| @-webkit-keyframes lightSpeedIn {
/* 1891 *|   0% {
/* 1892 *|     -webkit-transform: translateX(100%) skewX(-30deg);
/* 1893 *|     transform: translateX(100%) skewX(-30deg);
/* 1894 *|     opacity: 0;
/* 1895 *|   }
/* 1896 *| 
/* 1897 *|   60% {
/* 1898 *|     -webkit-transform: translateX(-20%) skewX(30deg);
/* 1899 *|     transform: translateX(-20%) skewX(30deg);
/* 1900 *|     opacity: 1;

/* animate.css *|

/* 1901 *|   }
/* 1902 *| 
/* 1903 *|   80% {
/* 1904 *|     -webkit-transform: translateX(0%) skewX(-15deg);
/* 1905 *|     transform: translateX(0%) skewX(-15deg);
/* 1906 *|     opacity: 1;
/* 1907 *|   }
/* 1908 *| 
/* 1909 *|   100% {
/* 1910 *|     -webkit-transform: translateX(0%) skewX(0deg);
/* 1911 *|     transform: translateX(0%) skewX(0deg);
/* 1912 *|     opacity: 1;
/* 1913 *|   }
/* 1914 *| }
/* 1915 *| 
/* 1916 *| @keyframes lightSpeedIn {
/* 1917 *|   0% {
/* 1918 *|     -webkit-transform: translateX(100%) skewX(-30deg);
/* 1919 *|     -ms-transform: translateX(100%) skewX(-30deg);
/* 1920 *|     transform: translateX(100%) skewX(-30deg);
/* 1921 *|     opacity: 0;
/* 1922 *|   }
/* 1923 *| 
/* 1924 *|   60% {
/* 1925 *|     -webkit-transform: translateX(-20%) skewX(30deg);
/* 1926 *|     -ms-transform: translateX(-20%) skewX(30deg);
/* 1927 *|     transform: translateX(-20%) skewX(30deg);
/* 1928 *|     opacity: 1;
/* 1929 *|   }
/* 1930 *| 
/* 1931 *|   80% {
/* 1932 *|     -webkit-transform: translateX(0%) skewX(-15deg);
/* 1933 *|     -ms-transform: translateX(0%) skewX(-15deg);
/* 1934 *|     transform: translateX(0%) skewX(-15deg);
/* 1935 *|     opacity: 1;
/* 1936 *|   }
/* 1937 *| 
/* 1938 *|   100% {
/* 1939 *|     -webkit-transform: translateX(0%) skewX(0deg);
/* 1940 *|     -ms-transform: translateX(0%) skewX(0deg);
/* 1941 *|     transform: translateX(0%) skewX(0deg);
/* 1942 *|     opacity: 1;
/* 1943 *|   }
/* 1944 *| }
/* 1945 *| 
/* 1946 *| .lightSpeedIn {
/* 1947 *|   -webkit-animation-name: lightSpeedIn;
/* 1948 *|   animation-name: lightSpeedIn;
/* 1949 *|   -webkit-animation-timing-function: ease-out;
/* 1950 *|   animation-timing-function: ease-out;

/* animate.css *|

/* 1951 *| }
/* 1952 *| 
/* 1953 *| @-webkit-keyframes lightSpeedOut {
/* 1954 *|   0% {
/* 1955 *|     -webkit-transform: translateX(0%) skewX(0deg);
/* 1956 *|     transform: translateX(0%) skewX(0deg);
/* 1957 *|     opacity: 1;
/* 1958 *|   }
/* 1959 *| 
/* 1960 *|   100% {
/* 1961 *|     -webkit-transform: translateX(100%) skewX(-30deg);
/* 1962 *|     transform: translateX(100%) skewX(-30deg);
/* 1963 *|     opacity: 0;
/* 1964 *|   }
/* 1965 *| }
/* 1966 *| 
/* 1967 *| @keyframes lightSpeedOut {
/* 1968 *|   0% {
/* 1969 *|     -webkit-transform: translateX(0%) skewX(0deg);
/* 1970 *|     -ms-transform: translateX(0%) skewX(0deg);
/* 1971 *|     transform: translateX(0%) skewX(0deg);
/* 1972 *|     opacity: 1;
/* 1973 *|   }
/* 1974 *| 
/* 1975 *|   100% {
/* 1976 *|     -webkit-transform: translateX(100%) skewX(-30deg);
/* 1977 *|     -ms-transform: translateX(100%) skewX(-30deg);
/* 1978 *|     transform: translateX(100%) skewX(-30deg);
/* 1979 *|     opacity: 0;
/* 1980 *|   }
/* 1981 *| }
/* 1982 *| 
/* 1983 *| .lightSpeedOut {
/* 1984 *|   -webkit-animation-name: lightSpeedOut;
/* 1985 *|   animation-name: lightSpeedOut;
/* 1986 *|   -webkit-animation-timing-function: ease-in;
/* 1987 *|   animation-timing-function: ease-in;
/* 1988 *| }
/* 1989 *| 
/* 1990 *| @-webkit-keyframes rotateIn {
/* 1991 *|   0% {
/* 1992 *|     -webkit-transform-origin: center center;
/* 1993 *|     transform-origin: center center;
/* 1994 *|     -webkit-transform: rotate(-200deg);
/* 1995 *|     transform: rotate(-200deg);
/* 1996 *|     opacity: 0;
/* 1997 *|   }
/* 1998 *| 
/* 1999 *|   100% {
/* 2000 *|     -webkit-transform-origin: center center;

/* animate.css *|

/* 2001 *|     transform-origin: center center;
/* 2002 *|     -webkit-transform: rotate(0);
/* 2003 *|     transform: rotate(0);
/* 2004 *|     opacity: 1;
/* 2005 *|   }
/* 2006 *| }
/* 2007 *| 
/* 2008 *| @keyframes rotateIn {
/* 2009 *|   0% {
/* 2010 *|     -webkit-transform-origin: center center;
/* 2011 *|     -ms-transform-origin: center center;
/* 2012 *|     transform-origin: center center;
/* 2013 *|     -webkit-transform: rotate(-200deg);
/* 2014 *|     -ms-transform: rotate(-200deg);
/* 2015 *|     transform: rotate(-200deg);
/* 2016 *|     opacity: 0;
/* 2017 *|   }
/* 2018 *| 
/* 2019 *|   100% {
/* 2020 *|     -webkit-transform-origin: center center;
/* 2021 *|     -ms-transform-origin: center center;
/* 2022 *|     transform-origin: center center;
/* 2023 *|     -webkit-transform: rotate(0);
/* 2024 *|     -ms-transform: rotate(0);
/* 2025 *|     transform: rotate(0);
/* 2026 *|     opacity: 1;
/* 2027 *|   }
/* 2028 *| }
/* 2029 *| 
/* 2030 *| .rotateIn {
/* 2031 *|   -webkit-animation-name: rotateIn;
/* 2032 *|   animation-name: rotateIn;
/* 2033 *| }
/* 2034 *| 
/* 2035 *| @-webkit-keyframes rotateInDownLeft {
/* 2036 *|   0% {
/* 2037 *|     -webkit-transform-origin: left bottom;
/* 2038 *|     transform-origin: left bottom;
/* 2039 *|     -webkit-transform: rotate(-90deg);
/* 2040 *|     transform: rotate(-90deg);
/* 2041 *|     opacity: 0;
/* 2042 *|   }
/* 2043 *| 
/* 2044 *|   100% {
/* 2045 *|     -webkit-transform-origin: left bottom;
/* 2046 *|     transform-origin: left bottom;
/* 2047 *|     -webkit-transform: rotate(0);
/* 2048 *|     transform: rotate(0);
/* 2049 *|     opacity: 1;
/* 2050 *|   }

/* animate.css *|

/* 2051 *| }
/* 2052 *| 
/* 2053 *| @keyframes rotateInDownLeft {
/* 2054 *|   0% {
/* 2055 *|     -webkit-transform-origin: left bottom;
/* 2056 *|     -ms-transform-origin: left bottom;
/* 2057 *|     transform-origin: left bottom;
/* 2058 *|     -webkit-transform: rotate(-90deg);
/* 2059 *|     -ms-transform: rotate(-90deg);
/* 2060 *|     transform: rotate(-90deg);
/* 2061 *|     opacity: 0;
/* 2062 *|   }
/* 2063 *| 
/* 2064 *|   100% {
/* 2065 *|     -webkit-transform-origin: left bottom;
/* 2066 *|     -ms-transform-origin: left bottom;
/* 2067 *|     transform-origin: left bottom;
/* 2068 *|     -webkit-transform: rotate(0);
/* 2069 *|     -ms-transform: rotate(0);
/* 2070 *|     transform: rotate(0);
/* 2071 *|     opacity: 1;
/* 2072 *|   }
/* 2073 *| }
/* 2074 *| 
/* 2075 *| .rotateInDownLeft {
/* 2076 *|   -webkit-animation-name: rotateInDownLeft;
/* 2077 *|   animation-name: rotateInDownLeft;
/* 2078 *| }
/* 2079 *| 
/* 2080 *| @-webkit-keyframes rotateInDownRight {
/* 2081 *|   0% {
/* 2082 *|     -webkit-transform-origin: right bottom;
/* 2083 *|     transform-origin: right bottom;
/* 2084 *|     -webkit-transform: rotate(90deg);
/* 2085 *|     transform: rotate(90deg);
/* 2086 *|     opacity: 0;
/* 2087 *|   }
/* 2088 *| 
/* 2089 *|   100% {
/* 2090 *|     -webkit-transform-origin: right bottom;
/* 2091 *|     transform-origin: right bottom;
/* 2092 *|     -webkit-transform: rotate(0);
/* 2093 *|     transform: rotate(0);
/* 2094 *|     opacity: 1;
/* 2095 *|   }
/* 2096 *| }
/* 2097 *| 
/* 2098 *| @keyframes rotateInDownRight {
/* 2099 *|   0% {
/* 2100 *|     -webkit-transform-origin: right bottom;

/* animate.css *|

/* 2101 *|     -ms-transform-origin: right bottom;
/* 2102 *|     transform-origin: right bottom;
/* 2103 *|     -webkit-transform: rotate(90deg);
/* 2104 *|     -ms-transform: rotate(90deg);
/* 2105 *|     transform: rotate(90deg);
/* 2106 *|     opacity: 0;
/* 2107 *|   }
/* 2108 *| 
/* 2109 *|   100% {
/* 2110 *|     -webkit-transform-origin: right bottom;
/* 2111 *|     -ms-transform-origin: right bottom;
/* 2112 *|     transform-origin: right bottom;
/* 2113 *|     -webkit-transform: rotate(0);
/* 2114 *|     -ms-transform: rotate(0);
/* 2115 *|     transform: rotate(0);
/* 2116 *|     opacity: 1;
/* 2117 *|   }
/* 2118 *| }
/* 2119 *| 
/* 2120 *| .rotateInDownRight {
/* 2121 *|   -webkit-animation-name: rotateInDownRight;
/* 2122 *|   animation-name: rotateInDownRight;
/* 2123 *| }
/* 2124 *| 
/* 2125 *| @-webkit-keyframes rotateInUpLeft {
/* 2126 *|   0% {
/* 2127 *|     -webkit-transform-origin: left bottom;
/* 2128 *|     transform-origin: left bottom;
/* 2129 *|     -webkit-transform: rotate(90deg);
/* 2130 *|     transform: rotate(90deg);
/* 2131 *|     opacity: 0;
/* 2132 *|   }
/* 2133 *| 
/* 2134 *|   100% {
/* 2135 *|     -webkit-transform-origin: left bottom;
/* 2136 *|     transform-origin: left bottom;
/* 2137 *|     -webkit-transform: rotate(0);
/* 2138 *|     transform: rotate(0);
/* 2139 *|     opacity: 1;
/* 2140 *|   }
/* 2141 *| }
/* 2142 *| 
/* 2143 *| @keyframes rotateInUpLeft {
/* 2144 *|   0% {
/* 2145 *|     -webkit-transform-origin: left bottom;
/* 2146 *|     -ms-transform-origin: left bottom;
/* 2147 *|     transform-origin: left bottom;
/* 2148 *|     -webkit-transform: rotate(90deg);
/* 2149 *|     -ms-transform: rotate(90deg);
/* 2150 *|     transform: rotate(90deg);

/* animate.css *|

/* 2151 *|     opacity: 0;
/* 2152 *|   }
/* 2153 *| 
/* 2154 *|   100% {
/* 2155 *|     -webkit-transform-origin: left bottom;
/* 2156 *|     -ms-transform-origin: left bottom;
/* 2157 *|     transform-origin: left bottom;
/* 2158 *|     -webkit-transform: rotate(0);
/* 2159 *|     -ms-transform: rotate(0);
/* 2160 *|     transform: rotate(0);
/* 2161 *|     opacity: 1;
/* 2162 *|   }
/* 2163 *| }
/* 2164 *| 
/* 2165 *| .rotateInUpLeft {
/* 2166 *|   -webkit-animation-name: rotateInUpLeft;
/* 2167 *|   animation-name: rotateInUpLeft;
/* 2168 *| }
/* 2169 *| 
/* 2170 *| @-webkit-keyframes rotateInUpRight {
/* 2171 *|   0% {
/* 2172 *|     -webkit-transform-origin: right bottom;
/* 2173 *|     transform-origin: right bottom;
/* 2174 *|     -webkit-transform: rotate(-90deg);
/* 2175 *|     transform: rotate(-90deg);
/* 2176 *|     opacity: 0;
/* 2177 *|   }
/* 2178 *| 
/* 2179 *|   100% {
/* 2180 *|     -webkit-transform-origin: right bottom;
/* 2181 *|     transform-origin: right bottom;
/* 2182 *|     -webkit-transform: rotate(0);
/* 2183 *|     transform: rotate(0);
/* 2184 *|     opacity: 1;
/* 2185 *|   }
/* 2186 *| }
/* 2187 *| 
/* 2188 *| @keyframes rotateInUpRight {
/* 2189 *|   0% {
/* 2190 *|     -webkit-transform-origin: right bottom;
/* 2191 *|     -ms-transform-origin: right bottom;
/* 2192 *|     transform-origin: right bottom;
/* 2193 *|     -webkit-transform: rotate(-90deg);
/* 2194 *|     -ms-transform: rotate(-90deg);
/* 2195 *|     transform: rotate(-90deg);
/* 2196 *|     opacity: 0;
/* 2197 *|   }
/* 2198 *| 
/* 2199 *|   100% {
/* 2200 *|     -webkit-transform-origin: right bottom;

/* animate.css *|

/* 2201 *|     -ms-transform-origin: right bottom;
/* 2202 *|     transform-origin: right bottom;
/* 2203 *|     -webkit-transform: rotate(0);
/* 2204 *|     -ms-transform: rotate(0);
/* 2205 *|     transform: rotate(0);
/* 2206 *|     opacity: 1;
/* 2207 *|   }
/* 2208 *| }
/* 2209 *| 
/* 2210 *| .rotateInUpRight {
/* 2211 *|   -webkit-animation-name: rotateInUpRight;
/* 2212 *|   animation-name: rotateInUpRight;
/* 2213 *| }
/* 2214 *| 
/* 2215 *| @-webkit-keyframes rotateOut {
/* 2216 *|   0% {
/* 2217 *|     -webkit-transform-origin: center center;
/* 2218 *|     transform-origin: center center;
/* 2219 *|     -webkit-transform: rotate(0);
/* 2220 *|     transform: rotate(0);
/* 2221 *|     opacity: 1;
/* 2222 *|   }
/* 2223 *| 
/* 2224 *|   100% {
/* 2225 *|     -webkit-transform-origin: center center;
/* 2226 *|     transform-origin: center center;
/* 2227 *|     -webkit-transform: rotate(200deg);
/* 2228 *|     transform: rotate(200deg);
/* 2229 *|     opacity: 0;
/* 2230 *|   }
/* 2231 *| }
/* 2232 *| 
/* 2233 *| @keyframes rotateOut {
/* 2234 *|   0% {
/* 2235 *|     -webkit-transform-origin: center center;
/* 2236 *|     -ms-transform-origin: center center;
/* 2237 *|     transform-origin: center center;
/* 2238 *|     -webkit-transform: rotate(0);
/* 2239 *|     -ms-transform: rotate(0);
/* 2240 *|     transform: rotate(0);
/* 2241 *|     opacity: 1;
/* 2242 *|   }
/* 2243 *| 
/* 2244 *|   100% {
/* 2245 *|     -webkit-transform-origin: center center;
/* 2246 *|     -ms-transform-origin: center center;
/* 2247 *|     transform-origin: center center;
/* 2248 *|     -webkit-transform: rotate(200deg);
/* 2249 *|     -ms-transform: rotate(200deg);
/* 2250 *|     transform: rotate(200deg);

/* animate.css *|

/* 2251 *|     opacity: 0;
/* 2252 *|   }
/* 2253 *| }
/* 2254 *| 
/* 2255 *| .rotateOut {
/* 2256 *|   -webkit-animation-name: rotateOut;
/* 2257 *|   animation-name: rotateOut;
/* 2258 *| }
/* 2259 *| 
/* 2260 *| @-webkit-keyframes rotateOutDownLeft {
/* 2261 *|   0% {
/* 2262 *|     -webkit-transform-origin: left bottom;
/* 2263 *|     transform-origin: left bottom;
/* 2264 *|     -webkit-transform: rotate(0);
/* 2265 *|     transform: rotate(0);
/* 2266 *|     opacity: 1;
/* 2267 *|   }
/* 2268 *| 
/* 2269 *|   100% {
/* 2270 *|     -webkit-transform-origin: left bottom;
/* 2271 *|     transform-origin: left bottom;
/* 2272 *|     -webkit-transform: rotate(90deg);
/* 2273 *|     transform: rotate(90deg);
/* 2274 *|     opacity: 0;
/* 2275 *|   }
/* 2276 *| }
/* 2277 *| 
/* 2278 *| @keyframes rotateOutDownLeft {
/* 2279 *|   0% {
/* 2280 *|     -webkit-transform-origin: left bottom;
/* 2281 *|     -ms-transform-origin: left bottom;
/* 2282 *|     transform-origin: left bottom;
/* 2283 *|     -webkit-transform: rotate(0);
/* 2284 *|     -ms-transform: rotate(0);
/* 2285 *|     transform: rotate(0);
/* 2286 *|     opacity: 1;
/* 2287 *|   }
/* 2288 *| 
/* 2289 *|   100% {
/* 2290 *|     -webkit-transform-origin: left bottom;
/* 2291 *|     -ms-transform-origin: left bottom;
/* 2292 *|     transform-origin: left bottom;
/* 2293 *|     -webkit-transform: rotate(90deg);
/* 2294 *|     -ms-transform: rotate(90deg);
/* 2295 *|     transform: rotate(90deg);
/* 2296 *|     opacity: 0;
/* 2297 *|   }
/* 2298 *| }
/* 2299 *| 
/* 2300 *| .rotateOutDownLeft {

/* animate.css *|

/* 2301 *|   -webkit-animation-name: rotateOutDownLeft;
/* 2302 *|   animation-name: rotateOutDownLeft;
/* 2303 *| }
/* 2304 *| 
/* 2305 *| @-webkit-keyframes rotateOutDownRight {
/* 2306 *|   0% {
/* 2307 *|     -webkit-transform-origin: right bottom;
/* 2308 *|     transform-origin: right bottom;
/* 2309 *|     -webkit-transform: rotate(0);
/* 2310 *|     transform: rotate(0);
/* 2311 *|     opacity: 1;
/* 2312 *|   }
/* 2313 *| 
/* 2314 *|   100% {
/* 2315 *|     -webkit-transform-origin: right bottom;
/* 2316 *|     transform-origin: right bottom;
/* 2317 *|     -webkit-transform: rotate(-90deg);
/* 2318 *|     transform: rotate(-90deg);
/* 2319 *|     opacity: 0;
/* 2320 *|   }
/* 2321 *| }
/* 2322 *| 
/* 2323 *| @keyframes rotateOutDownRight {
/* 2324 *|   0% {
/* 2325 *|     -webkit-transform-origin: right bottom;
/* 2326 *|     -ms-transform-origin: right bottom;
/* 2327 *|     transform-origin: right bottom;
/* 2328 *|     -webkit-transform: rotate(0);
/* 2329 *|     -ms-transform: rotate(0);
/* 2330 *|     transform: rotate(0);
/* 2331 *|     opacity: 1;
/* 2332 *|   }
/* 2333 *| 
/* 2334 *|   100% {
/* 2335 *|     -webkit-transform-origin: right bottom;
/* 2336 *|     -ms-transform-origin: right bottom;
/* 2337 *|     transform-origin: right bottom;
/* 2338 *|     -webkit-transform: rotate(-90deg);
/* 2339 *|     -ms-transform: rotate(-90deg);
/* 2340 *|     transform: rotate(-90deg);
/* 2341 *|     opacity: 0;
/* 2342 *|   }
/* 2343 *| }
/* 2344 *| 
/* 2345 *| .rotateOutDownRight {
/* 2346 *|   -webkit-animation-name: rotateOutDownRight;
/* 2347 *|   animation-name: rotateOutDownRight;
/* 2348 *| }
/* 2349 *| 
/* 2350 *| @-webkit-keyframes rotateOutUpLeft {

/* animate.css *|

/* 2351 *|   0% {
/* 2352 *|     -webkit-transform-origin: left bottom;
/* 2353 *|     transform-origin: left bottom;
/* 2354 *|     -webkit-transform: rotate(0);
/* 2355 *|     transform: rotate(0);
/* 2356 *|     opacity: 1;
/* 2357 *|   }
/* 2358 *| 
/* 2359 *|   100% {
/* 2360 *|     -webkit-transform-origin: left bottom;
/* 2361 *|     transform-origin: left bottom;
/* 2362 *|     -webkit-transform: rotate(-90deg);
/* 2363 *|     transform: rotate(-90deg);
/* 2364 *|     opacity: 0;
/* 2365 *|   }
/* 2366 *| }
/* 2367 *| 
/* 2368 *| @keyframes rotateOutUpLeft {
/* 2369 *|   0% {
/* 2370 *|     -webkit-transform-origin: left bottom;
/* 2371 *|     -ms-transform-origin: left bottom;
/* 2372 *|     transform-origin: left bottom;
/* 2373 *|     -webkit-transform: rotate(0);
/* 2374 *|     -ms-transform: rotate(0);
/* 2375 *|     transform: rotate(0);
/* 2376 *|     opacity: 1;
/* 2377 *|   }
/* 2378 *| 
/* 2379 *|   100% {
/* 2380 *|     -webkit-transform-origin: left bottom;
/* 2381 *|     -ms-transform-origin: left bottom;
/* 2382 *|     transform-origin: left bottom;
/* 2383 *|     -webkit-transform: rotate(-90deg);
/* 2384 *|     -ms-transform: rotate(-90deg);
/* 2385 *|     transform: rotate(-90deg);
/* 2386 *|     opacity: 0;
/* 2387 *|   }
/* 2388 *| }
/* 2389 *| 
/* 2390 *| .rotateOutUpLeft {
/* 2391 *|   -webkit-animation-name: rotateOutUpLeft;
/* 2392 *|   animation-name: rotateOutUpLeft;
/* 2393 *| }
/* 2394 *| 
/* 2395 *| @-webkit-keyframes rotateOutUpRight {
/* 2396 *|   0% {
/* 2397 *|     -webkit-transform-origin: right bottom;
/* 2398 *|     transform-origin: right bottom;
/* 2399 *|     -webkit-transform: rotate(0);
/* 2400 *|     transform: rotate(0);

/* animate.css *|

/* 2401 *|     opacity: 1;
/* 2402 *|   }
/* 2403 *| 
/* 2404 *|   100% {
/* 2405 *|     -webkit-transform-origin: right bottom;
/* 2406 *|     transform-origin: right bottom;
/* 2407 *|     -webkit-transform: rotate(90deg);
/* 2408 *|     transform: rotate(90deg);
/* 2409 *|     opacity: 0;
/* 2410 *|   }
/* 2411 *| }
/* 2412 *| 
/* 2413 *| @keyframes rotateOutUpRight {
/* 2414 *|   0% {
/* 2415 *|     -webkit-transform-origin: right bottom;
/* 2416 *|     -ms-transform-origin: right bottom;
/* 2417 *|     transform-origin: right bottom;
/* 2418 *|     -webkit-transform: rotate(0);
/* 2419 *|     -ms-transform: rotate(0);
/* 2420 *|     transform: rotate(0);
/* 2421 *|     opacity: 1;
/* 2422 *|   }
/* 2423 *| 
/* 2424 *|   100% {
/* 2425 *|     -webkit-transform-origin: right bottom;
/* 2426 *|     -ms-transform-origin: right bottom;
/* 2427 *|     transform-origin: right bottom;
/* 2428 *|     -webkit-transform: rotate(90deg);
/* 2429 *|     -ms-transform: rotate(90deg);
/* 2430 *|     transform: rotate(90deg);
/* 2431 *|     opacity: 0;
/* 2432 *|   }
/* 2433 *| }
/* 2434 *| 
/* 2435 *| .rotateOutUpRight {
/* 2436 *|   -webkit-animation-name: rotateOutUpRight;
/* 2437 *|   animation-name: rotateOutUpRight;
/* 2438 *| }
/* 2439 *| 
/* 2440 *| @-webkit-keyframes slideInDown {
/* 2441 *|   0% {
/* 2442 *|     opacity: 0;
/* 2443 *|     -webkit-transform: translateY(-2000px);
/* 2444 *|     transform: translateY(-2000px);
/* 2445 *|   }
/* 2446 *| 
/* 2447 *|   100% {
/* 2448 *|     -webkit-transform: translateY(0);
/* 2449 *|     transform: translateY(0);
/* 2450 *|   }

/* animate.css *|

/* 2451 *| }
/* 2452 *| 
/* 2453 *| @keyframes slideInDown {
/* 2454 *|   0% {
/* 2455 *|     opacity: 0;
/* 2456 *|     -webkit-transform: translateY(-2000px);
/* 2457 *|     -ms-transform: translateY(-2000px);
/* 2458 *|     transform: translateY(-2000px);
/* 2459 *|   }
/* 2460 *| 
/* 2461 *|   100% {
/* 2462 *|     -webkit-transform: translateY(0);
/* 2463 *|     -ms-transform: translateY(0);
/* 2464 *|     transform: translateY(0);
/* 2465 *|   }
/* 2466 *| }
/* 2467 *| 
/* 2468 *| .slideInDown {
/* 2469 *|   -webkit-animation-name: slideInDown;
/* 2470 *|   animation-name: slideInDown;
/* 2471 *| }
/* 2472 *| 
/* 2473 *| @-webkit-keyframes slideInLeft {
/* 2474 *|   0% {
/* 2475 *|     opacity: 0;
/* 2476 *|     -webkit-transform: translateX(-2000px);
/* 2477 *|     transform: translateX(-2000px);
/* 2478 *|   }
/* 2479 *| 
/* 2480 *|   100% {
/* 2481 *|     -webkit-transform: translateX(0);
/* 2482 *|     transform: translateX(0);
/* 2483 *|   }
/* 2484 *| }
/* 2485 *| 
/* 2486 *| @keyframes slideInLeft {
/* 2487 *|   0% {
/* 2488 *|     opacity: 0;
/* 2489 *|     -webkit-transform: translateX(-2000px);
/* 2490 *|     -ms-transform: translateX(-2000px);
/* 2491 *|     transform: translateX(-2000px);
/* 2492 *|   }
/* 2493 *| 
/* 2494 *|   100% {
/* 2495 *|     -webkit-transform: translateX(0);
/* 2496 *|     -ms-transform: translateX(0);
/* 2497 *|     transform: translateX(0);
/* 2498 *|   }
/* 2499 *| }
/* 2500 *| 

/* animate.css *|

/* 2501 *| .slideInLeft {
/* 2502 *|   -webkit-animation-name: slideInLeft;
/* 2503 *|   animation-name: slideInLeft;
/* 2504 *| }
/* 2505 *| 
/* 2506 *| @-webkit-keyframes slideInRight {
/* 2507 *|   0% {
/* 2508 *|     opacity: 0;
/* 2509 *|     -webkit-transform: translateX(2000px);
/* 2510 *|     transform: translateX(2000px);
/* 2511 *|   }
/* 2512 *| 
/* 2513 *|   100% {
/* 2514 *|     -webkit-transform: translateX(0);
/* 2515 *|     transform: translateX(0);
/* 2516 *|   }
/* 2517 *| }
/* 2518 *| 
/* 2519 *| @keyframes slideInRight {
/* 2520 *|   0% {
/* 2521 *|     opacity: 0;
/* 2522 *|     -webkit-transform: translateX(2000px);
/* 2523 *|     -ms-transform: translateX(2000px);
/* 2524 *|     transform: translateX(2000px);
/* 2525 *|   }
/* 2526 *| 
/* 2527 *|   100% {
/* 2528 *|     -webkit-transform: translateX(0);
/* 2529 *|     -ms-transform: translateX(0);
/* 2530 *|     transform: translateX(0);
/* 2531 *|   }
/* 2532 *| }
/* 2533 *| 
/* 2534 *| .slideInRight {
/* 2535 *|   -webkit-animation-name: slideInRight;
/* 2536 *|   animation-name: slideInRight;
/* 2537 *| }
/* 2538 *| 
/* 2539 *| @-webkit-keyframes slideOutLeft {
/* 2540 *|   0% {
/* 2541 *|     -webkit-transform: translateX(0);
/* 2542 *|     transform: translateX(0);
/* 2543 *|   }
/* 2544 *| 
/* 2545 *|   100% {
/* 2546 *|     opacity: 0;
/* 2547 *|     -webkit-transform: translateX(-2000px);
/* 2548 *|     transform: translateX(-2000px);
/* 2549 *|   }
/* 2550 *| }

/* animate.css *|

/* 2551 *| 
/* 2552 *| @keyframes slideOutLeft {
/* 2553 *|   0% {
/* 2554 *|     -webkit-transform: translateX(0);
/* 2555 *|     -ms-transform: translateX(0);
/* 2556 *|     transform: translateX(0);
/* 2557 *|   }
/* 2558 *| 
/* 2559 *|   100% {
/* 2560 *|     opacity: 0;
/* 2561 *|     -webkit-transform: translateX(-2000px);
/* 2562 *|     -ms-transform: translateX(-2000px);
/* 2563 *|     transform: translateX(-2000px);
/* 2564 *|   }
/* 2565 *| }
/* 2566 *| 
/* 2567 *| .slideOutLeft {
/* 2568 *|   -webkit-animation-name: slideOutLeft;
/* 2569 *|   animation-name: slideOutLeft;
/* 2570 *| }
/* 2571 *| 
/* 2572 *| @-webkit-keyframes slideOutRight {
/* 2573 *|   0% {
/* 2574 *|     -webkit-transform: translateX(0);
/* 2575 *|     transform: translateX(0);
/* 2576 *|   }
/* 2577 *| 
/* 2578 *|   100% {
/* 2579 *|     opacity: 0;
/* 2580 *|     -webkit-transform: translateX(2000px);
/* 2581 *|     transform: translateX(2000px);
/* 2582 *|   }
/* 2583 *| }
/* 2584 *| 
/* 2585 *| @keyframes slideOutRight {
/* 2586 *|   0% {
/* 2587 *|     -webkit-transform: translateX(0);
/* 2588 *|     -ms-transform: translateX(0);
/* 2589 *|     transform: translateX(0);
/* 2590 *|   }
/* 2591 *| 
/* 2592 *|   100% {
/* 2593 *|     opacity: 0;
/* 2594 *|     -webkit-transform: translateX(2000px);
/* 2595 *|     -ms-transform: translateX(2000px);
/* 2596 *|     transform: translateX(2000px);
/* 2597 *|   }
/* 2598 *| }
/* 2599 *| 
/* 2600 *| .slideOutRight {

/* animate.css *|

/* 2601 *|   -webkit-animation-name: slideOutRight;
/* 2602 *|   animation-name: slideOutRight;
/* 2603 *| }
/* 2604 *| 
/* 2605 *| @-webkit-keyframes slideOutUp {
/* 2606 *|   0% {
/* 2607 *|     -webkit-transform: translateY(0);
/* 2608 *|     transform: translateY(0);
/* 2609 *|   }
/* 2610 *| 
/* 2611 *|   100% {
/* 2612 *|     opacity: 0;
/* 2613 *|     -webkit-transform: translateY(-2000px);
/* 2614 *|     transform: translateY(-2000px);
/* 2615 *|   }
/* 2616 *| }
/* 2617 *| 
/* 2618 *| @keyframes slideOutUp {
/* 2619 *|   0% {
/* 2620 *|     -webkit-transform: translateY(0);
/* 2621 *|     -ms-transform: translateY(0);
/* 2622 *|     transform: translateY(0);
/* 2623 *|   }
/* 2624 *| 
/* 2625 *|   100% {
/* 2626 *|     opacity: 0;
/* 2627 *|     -webkit-transform: translateY(-2000px);
/* 2628 *|     -ms-transform: translateY(-2000px);
/* 2629 *|     transform: translateY(-2000px);
/* 2630 *|   }
/* 2631 *| }
/* 2632 *| 
/* 2633 *| .slideOutUp {
/* 2634 *|   -webkit-animation-name: slideOutUp;
/* 2635 *|   animation-name: slideOutUp;
/* 2636 *| }
/* 2637 *| 
/* 2638 *| @-webkit-keyframes slideInUp {
/* 2639 *|   0% {
/* 2640 *|     opacity: 0;
/* 2641 *|     -webkit-transform: translateY(2000px);
/* 2642 *|     transform: translateY(2000px);
/* 2643 *|   }
/* 2644 *| 
/* 2645 *|   100% {
/* 2646 *|     opacity: 1;
/* 2647 *|     -webkit-transform: translateY(0);
/* 2648 *|     transform: translateY(0);
/* 2649 *|   }
/* 2650 *| }

/* animate.css *|

/* 2651 *| 
/* 2652 *| @keyframes slideInUp {
/* 2653 *|   0% {
/* 2654 *|     opacity: 0;
/* 2655 *|     -webkit-transform: translateY(2000px);
/* 2656 *|     -ms-transform: translateY(2000px);
/* 2657 *|     transform: translateY(2000px);
/* 2658 *|   }
/* 2659 *| 
/* 2660 *|   100% {
/* 2661 *|     opacity: 1;
/* 2662 *|     -webkit-transform: translateY(0);
/* 2663 *|     -ms-transform: translateY(0);
/* 2664 *|     transform: translateY(0);
/* 2665 *|   }
/* 2666 *| }
/* 2667 *| 
/* 2668 *| .slideInUp {
/* 2669 *|   -webkit-animation-name: slideInUp;
/* 2670 *|   animation-name: slideInUp;
/* 2671 *| }
/* 2672 *| 
/* 2673 *| @-webkit-keyframes slideOutDown {
/* 2674 *|   0% {
/* 2675 *|     -webkit-transform: translateY(0);
/* 2676 *|     transform: translateY(0);
/* 2677 *|   }
/* 2678 *| 
/* 2679 *|   100% {
/* 2680 *|     opacity: 0;
/* 2681 *|     -webkit-transform: translateY(2000px);
/* 2682 *|     transform: translateY(2000px);
/* 2683 *|   }
/* 2684 *| }
/* 2685 *| 
/* 2686 *| @keyframes slideOutDown {
/* 2687 *|   0% {
/* 2688 *|     -webkit-transform: translateY(0);
/* 2689 *|     -ms-transform: translateY(0);
/* 2690 *|     transform: translateY(0);
/* 2691 *|   }
/* 2692 *| 
/* 2693 *|   100% {
/* 2694 *|     opacity: 0;
/* 2695 *|     -webkit-transform: translateY(2000px);
/* 2696 *|     -ms-transform: translateY(2000px);
/* 2697 *|     transform: translateY(2000px);
/* 2698 *|   }
/* 2699 *| }
/* 2700 *| 

/* animate.css *|

/* 2701 *| .slideOutDown {
/* 2702 *|   -webkit-animation-name: slideOutDown;
/* 2703 *|   animation-name: slideOutDown;
/* 2704 *| }
/* 2705 *| 
/* 2706 *| @-webkit-keyframes hinge {
/* 2707 *|   0% {
/* 2708 *|     -webkit-transform: rotate(0);
/* 2709 *|     transform: rotate(0);
/* 2710 *|     -webkit-transform-origin: top left;
/* 2711 *|     transform-origin: top left;
/* 2712 *|     -webkit-animation-timing-function: ease-in-out;
/* 2713 *|     animation-timing-function: ease-in-out;
/* 2714 *|   }
/* 2715 *| 
/* 2716 *|   20%, 60% {
/* 2717 *|     -webkit-transform: rotate(80deg);
/* 2718 *|     transform: rotate(80deg);
/* 2719 *|     -webkit-transform-origin: top left;
/* 2720 *|     transform-origin: top left;
/* 2721 *|     -webkit-animation-timing-function: ease-in-out;
/* 2722 *|     animation-timing-function: ease-in-out;
/* 2723 *|   }
/* 2724 *| 
/* 2725 *|   40% {
/* 2726 *|     -webkit-transform: rotate(60deg);
/* 2727 *|     transform: rotate(60deg);
/* 2728 *|     -webkit-transform-origin: top left;
/* 2729 *|     transform-origin: top left;
/* 2730 *|     -webkit-animation-timing-function: ease-in-out;
/* 2731 *|     animation-timing-function: ease-in-out;
/* 2732 *|   }
/* 2733 *| 
/* 2734 *|   80% {
/* 2735 *|     -webkit-transform: rotate(60deg) translateY(0);
/* 2736 *|     transform: rotate(60deg) translateY(0);
/* 2737 *|     -webkit-transform-origin: top left;
/* 2738 *|     transform-origin: top left;
/* 2739 *|     -webkit-animation-timing-function: ease-in-out;
/* 2740 *|     animation-timing-function: ease-in-out;
/* 2741 *|     opacity: 1;
/* 2742 *|   }
/* 2743 *| 
/* 2744 *|   100% {
/* 2745 *|     -webkit-transform: translateY(700px);
/* 2746 *|     transform: translateY(700px);
/* 2747 *|     opacity: 0;
/* 2748 *|   }
/* 2749 *| }
/* 2750 *| 

/* animate.css *|

/* 2751 *| @keyframes hinge {
/* 2752 *|   0% {
/* 2753 *|     -webkit-transform: rotate(0);
/* 2754 *|     -ms-transform: rotate(0);
/* 2755 *|     transform: rotate(0);
/* 2756 *|     -webkit-transform-origin: top left;
/* 2757 *|     -ms-transform-origin: top left;
/* 2758 *|     transform-origin: top left;
/* 2759 *|     -webkit-animation-timing-function: ease-in-out;
/* 2760 *|     animation-timing-function: ease-in-out;
/* 2761 *|   }
/* 2762 *| 
/* 2763 *|   20%, 60% {
/* 2764 *|     -webkit-transform: rotate(80deg);
/* 2765 *|     -ms-transform: rotate(80deg);
/* 2766 *|     transform: rotate(80deg);
/* 2767 *|     -webkit-transform-origin: top left;
/* 2768 *|     -ms-transform-origin: top left;
/* 2769 *|     transform-origin: top left;
/* 2770 *|     -webkit-animation-timing-function: ease-in-out;
/* 2771 *|     animation-timing-function: ease-in-out;
/* 2772 *|   }
/* 2773 *| 
/* 2774 *|   40% {
/* 2775 *|     -webkit-transform: rotate(60deg);
/* 2776 *|     -ms-transform: rotate(60deg);
/* 2777 *|     transform: rotate(60deg);
/* 2778 *|     -webkit-transform-origin: top left;
/* 2779 *|     -ms-transform-origin: top left;
/* 2780 *|     transform-origin: top left;
/* 2781 *|     -webkit-animation-timing-function: ease-in-out;
/* 2782 *|     animation-timing-function: ease-in-out;
/* 2783 *|   }
/* 2784 *| 
/* 2785 *|   80% {
/* 2786 *|     -webkit-transform: rotate(60deg) translateY(0);
/* 2787 *|     -ms-transform: rotate(60deg) translateY(0);
/* 2788 *|     transform: rotate(60deg) translateY(0);
/* 2789 *|     -webkit-transform-origin: top left;
/* 2790 *|     -ms-transform-origin: top left;
/* 2791 *|     transform-origin: top left;
/* 2792 *|     -webkit-animation-timing-function: ease-in-out;
/* 2793 *|     animation-timing-function: ease-in-out;
/* 2794 *|     opacity: 1;
/* 2795 *|   }
/* 2796 *| 
/* 2797 *|   100% {
/* 2798 *|     -webkit-transform: translateY(700px);
/* 2799 *|     -ms-transform: translateY(700px);
/* 2800 *|     transform: translateY(700px);

/* animate.css *|

/* 2801 *|     opacity: 0;
/* 2802 *|   }
/* 2803 *| }
/* 2804 *| 
/* 2805 *| .hinge {
/* 2806 *|   -webkit-animation-name: hinge;
/* 2807 *|   animation-name: hinge;
/* 2808 *| }
/* 2809 *| 
/* 2810 *| /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* 2811 *| 
/* 2812 *| @-webkit-keyframes rollIn {
/* 2813 *|   0% {
/* 2814 *|     opacity: 0;
/* 2815 *|     -webkit-transform: translateX(-100%) rotate(-120deg);
/* 2816 *|     transform: translateX(-100%) rotate(-120deg);
/* 2817 *|   }
/* 2818 *| 
/* 2819 *|   100% {
/* 2820 *|     opacity: 1;
/* 2821 *|     -webkit-transform: translateX(0px) rotate(0deg);
/* 2822 *|     transform: translateX(0px) rotate(0deg);
/* 2823 *|   }
/* 2824 *| }
/* 2825 *| 
/* 2826 *| @keyframes rollIn {
/* 2827 *|   0% {
/* 2828 *|     opacity: 0;
/* 2829 *|     -webkit-transform: translateX(-100%) rotate(-120deg);
/* 2830 *|     -ms-transform: translateX(-100%) rotate(-120deg);
/* 2831 *|     transform: translateX(-100%) rotate(-120deg);
/* 2832 *|   }
/* 2833 *| 
/* 2834 *|   100% {
/* 2835 *|     opacity: 1;
/* 2836 *|     -webkit-transform: translateX(0px) rotate(0deg);
/* 2837 *|     -ms-transform: translateX(0px) rotate(0deg);
/* 2838 *|     transform: translateX(0px) rotate(0deg);
/* 2839 *|   }
/* 2840 *| }
/* 2841 *| 
/* 2842 *| .rollIn {
/* 2843 *|   -webkit-animation-name: rollIn;
/* 2844 *|   animation-name: rollIn;
/* 2845 *| }
/* 2846 *| 
/* 2847 *| /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* 2848 *| 
/* 2849 *| @-webkit-keyframes rollOut {
/* 2850 *|   0% {

/* animate.css *|

/* 2851 *|     opacity: 1;
/* 2852 *|     -webkit-transform: translateX(0px) rotate(0deg);
/* 2853 *|     transform: translateX(0px) rotate(0deg);
/* 2854 *|   }
/* 2855 *| 
/* 2856 *|   100% {
/* 2857 *|     opacity: 0;
/* 2858 *|     -webkit-transform: translateX(100%) rotate(120deg);
/* 2859 *|     transform: translateX(100%) rotate(120deg);
/* 2860 *|   }
/* 2861 *| }
/* 2862 *| 
/* 2863 *| @keyframes rollOut {
/* 2864 *|   0% {
/* 2865 *|     opacity: 1;
/* 2866 *|     -webkit-transform: translateX(0px) rotate(0deg);
/* 2867 *|     -ms-transform: translateX(0px) rotate(0deg);
/* 2868 *|     transform: translateX(0px) rotate(0deg);
/* 2869 *|   }
/* 2870 *| 
/* 2871 *|   100% {
/* 2872 *|     opacity: 0;
/* 2873 *|     -webkit-transform: translateX(100%) rotate(120deg);
/* 2874 *|     -ms-transform: translateX(100%) rotate(120deg);
/* 2875 *|     transform: translateX(100%) rotate(120deg);
/* 2876 *|   }
/* 2877 *| }
/* 2878 *| 
/* 2879 *| .rollOut {
/* 2880 *|   -webkit-animation-name: rollOut;
/* 2881 *|   animation-name: rollOut;
/* 2882 *| }
/* 2883 *| 
/* 2884 *| @-webkit-keyframes zoomIn {
/* 2885 *|   0% {
/* 2886 *|     opacity: 0;
/* 2887 *|     -webkit-transform: scale(.3);
/* 2888 *|     transform: scale(.3);
/* 2889 *|   }
/* 2890 *| 
/* 2891 *|   50% {
/* 2892 *|     opacity: 1;
/* 2893 *|   }
/* 2894 *| }
/* 2895 *| 
/* 2896 *| @keyframes zoomIn {
/* 2897 *|   0% {
/* 2898 *|     opacity: 0;
/* 2899 *|     -webkit-transform: scale(.3);
/* 2900 *|     -ms-transform: scale(.3);

/* animate.css *|

/* 2901 *|     transform: scale(.3);
/* 2902 *|   }
/* 2903 *| 
/* 2904 *|   50% {
/* 2905 *|     opacity: 1;
/* 2906 *|   }
/* 2907 *| }
/* 2908 *| 
/* 2909 *| .zoomIn {
/* 2910 *|   -webkit-animation-name: zoomIn;
/* 2911 *|   animation-name: zoomIn;
/* 2912 *| }
/* 2913 *| 
/* 2914 *| @-webkit-keyframes zoomInDown {
/* 2915 *|   0% {
/* 2916 *|     opacity: 0;
/* 2917 *|     -webkit-transform: scale(.1) translateY(-2000px);
/* 2918 *|     transform: scale(.1) translateY(-2000px);
/* 2919 *|     -webkit-animation-timing-function: ease-in-out;
/* 2920 *|     animation-timing-function: ease-in-out;
/* 2921 *|   }
/* 2922 *| 
/* 2923 *|   60% {
/* 2924 *|     opacity: 1;
/* 2925 *|     -webkit-transform: scale(.475) translateY(60px);
/* 2926 *|     transform: scale(.475) translateY(60px);
/* 2927 *|     -webkit-animation-timing-function: ease-out;
/* 2928 *|     animation-timing-function: ease-out;
/* 2929 *|   }
/* 2930 *| }
/* 2931 *| 
/* 2932 *| @keyframes zoomInDown {
/* 2933 *|   0% {
/* 2934 *|     opacity: 0;
/* 2935 *|     -webkit-transform: scale(.1) translateY(-2000px);
/* 2936 *|     -ms-transform: scale(.1) translateY(-2000px);
/* 2937 *|     transform: scale(.1) translateY(-2000px);
/* 2938 *|     -webkit-animation-timing-function: ease-in-out;
/* 2939 *|     animation-timing-function: ease-in-out;
/* 2940 *|   }
/* 2941 *| 
/* 2942 *|   60% {
/* 2943 *|     opacity: 1;
/* 2944 *|     -webkit-transform: scale(.475) translateY(60px);
/* 2945 *|     -ms-transform: scale(.475) translateY(60px);
/* 2946 *|     transform: scale(.475) translateY(60px);
/* 2947 *|     -webkit-animation-timing-function: ease-out;
/* 2948 *|     animation-timing-function: ease-out;
/* 2949 *|   }
/* 2950 *| }

/* animate.css *|

/* 2951 *| 
/* 2952 *| .zoomInDown {
/* 2953 *|   -webkit-animation-name: zoomInDown;
/* 2954 *|   animation-name: zoomInDown;
/* 2955 *| }
/* 2956 *| 
/* 2957 *| @-webkit-keyframes zoomInLeft {
/* 2958 *|   0% {
/* 2959 *|     opacity: 0;
/* 2960 *|     -webkit-transform: scale(.1) translateX(-2000px);
/* 2961 *|     transform: scale(.1) translateX(-2000px);
/* 2962 *|     -webkit-animation-timing-function: ease-in-out;
/* 2963 *|     animation-timing-function: ease-in-out;
/* 2964 *|   }
/* 2965 *| 
/* 2966 *|   60% {
/* 2967 *|     opacity: 1;
/* 2968 *|     -webkit-transform: scale(.475) translateX(48px);
/* 2969 *|     transform: scale(.475) translateX(48px);
/* 2970 *|     -webkit-animation-timing-function: ease-out;
/* 2971 *|     animation-timing-function: ease-out;
/* 2972 *|   }
/* 2973 *| }
/* 2974 *| 
/* 2975 *| @keyframes zoomInLeft {
/* 2976 *|   0% {
/* 2977 *|     opacity: 0;
/* 2978 *|     -webkit-transform: scale(.1) translateX(-2000px);
/* 2979 *|     -ms-transform: scale(.1) translateX(-2000px);
/* 2980 *|     transform: scale(.1) translateX(-2000px);
/* 2981 *|     -webkit-animation-timing-function: ease-in-out;
/* 2982 *|     animation-timing-function: ease-in-out;
/* 2983 *|   }
/* 2984 *| 
/* 2985 *|   60% {
/* 2986 *|     opacity: 1;
/* 2987 *|     -webkit-transform: scale(.475) translateX(48px);
/* 2988 *|     -ms-transform: scale(.475) translateX(48px);
/* 2989 *|     transform: scale(.475) translateX(48px);
/* 2990 *|     -webkit-animation-timing-function: ease-out;
/* 2991 *|     animation-timing-function: ease-out;
/* 2992 *|   }
/* 2993 *| }
/* 2994 *| 
/* 2995 *| .zoomInLeft {
/* 2996 *|   -webkit-animation-name: zoomInLeft;
/* 2997 *|   animation-name: zoomInLeft;
/* 2998 *| }
/* 2999 *| 
/* 3000 *| @-webkit-keyframes zoomInRight {

/* animate.css *|

/* 3001 *|   0% {
/* 3002 *|     opacity: 0;
/* 3003 *|     -webkit-transform: scale(.1) translateX(2000px);
/* 3004 *|     transform: scale(.1) translateX(2000px);
/* 3005 *|     -webkit-animation-timing-function: ease-in-out;
/* 3006 *|     animation-timing-function: ease-in-out;
/* 3007 *|   }
/* 3008 *| 
/* 3009 *|   60% {
/* 3010 *|     opacity: 1;
/* 3011 *|     -webkit-transform: scale(.475) translateX(-48px);
/* 3012 *|     transform: scale(.475) translateX(-48px);
/* 3013 *|     -webkit-animation-timing-function: ease-out;
/* 3014 *|     animation-timing-function: ease-out;
/* 3015 *|   }
/* 3016 *| }
/* 3017 *| 
/* 3018 *| @keyframes zoomInRight {
/* 3019 *|   0% {
/* 3020 *|     opacity: 0;
/* 3021 *|     -webkit-transform: scale(.1) translateX(2000px);
/* 3022 *|     -ms-transform: scale(.1) translateX(2000px);
/* 3023 *|     transform: scale(.1) translateX(2000px);
/* 3024 *|     -webkit-animation-timing-function: ease-in-out;
/* 3025 *|     animation-timing-function: ease-in-out;
/* 3026 *|   }
/* 3027 *| 
/* 3028 *|   60% {
/* 3029 *|     opacity: 1;
/* 3030 *|     -webkit-transform: scale(.475) translateX(-48px);
/* 3031 *|     -ms-transform: scale(.475) translateX(-48px);
/* 3032 *|     transform: scale(.475) translateX(-48px);
/* 3033 *|     -webkit-animation-timing-function: ease-out;
/* 3034 *|     animation-timing-function: ease-out;
/* 3035 *|   }
/* 3036 *| }
/* 3037 *| 
/* 3038 *| .zoomInRight {
/* 3039 *|   -webkit-animation-name: zoomInRight;
/* 3040 *|   animation-name: zoomInRight;
/* 3041 *| }
/* 3042 *| 
/* 3043 *| @-webkit-keyframes zoomInUp {
/* 3044 *|   0% {
/* 3045 *|     opacity: 0;
/* 3046 *|     -webkit-transform: scale(.1) translateY(2000px);
/* 3047 *|     transform: scale(.1) translateY(2000px);
/* 3048 *|     -webkit-animation-timing-function: ease-in-out;
/* 3049 *|     animation-timing-function: ease-in-out;
/* 3050 *|   }

/* animate.css *|

/* 3051 *| 
/* 3052 *|   60% {
/* 3053 *|     opacity: 1;
/* 3054 *|     -webkit-transform: scale(.475) translateY(-60px);
/* 3055 *|     transform: scale(.475) translateY(-60px);
/* 3056 *|     -webkit-animation-timing-function: ease-out;
/* 3057 *|     animation-timing-function: ease-out;
/* 3058 *|   }
/* 3059 *| }
/* 3060 *| 
/* 3061 *| @keyframes zoomInUp {
/* 3062 *|   0% {
/* 3063 *|     opacity: 0;
/* 3064 *|     -webkit-transform: scale(.1) translateY(2000px);
/* 3065 *|     -ms-transform: scale(.1) translateY(2000px);
/* 3066 *|     transform: scale(.1) translateY(2000px);
/* 3067 *|     -webkit-animation-timing-function: ease-in-out;
/* 3068 *|     animation-timing-function: ease-in-out;
/* 3069 *|   }
/* 3070 *| 
/* 3071 *|   60% {
/* 3072 *|     opacity: 1;
/* 3073 *|     -webkit-transform: scale(.475) translateY(-60px);
/* 3074 *|     -ms-transform: scale(.475) translateY(-60px);
/* 3075 *|     transform: scale(.475) translateY(-60px);
/* 3076 *|     -webkit-animation-timing-function: ease-out;
/* 3077 *|     animation-timing-function: ease-out;
/* 3078 *|   }
/* 3079 *| }
/* 3080 *| 
/* 3081 *| .zoomInUp {
/* 3082 *|   -webkit-animation-name: zoomInUp;
/* 3083 *|   animation-name: zoomInUp;
/* 3084 *| }
/* 3085 *| 
/* 3086 *| @-webkit-keyframes zoomOut {
/* 3087 *|   0% {
/* 3088 *|     opacity: 1;
/* 3089 *|     -webkit-transform: scale(1);
/* 3090 *|     transform: scale(1);
/* 3091 *|   }
/* 3092 *| 
/* 3093 *|   50% {
/* 3094 *|     opacity: 0;
/* 3095 *|     -webkit-transform: scale(.3);
/* 3096 *|     transform: scale(.3);
/* 3097 *|   }
/* 3098 *| 
/* 3099 *|   100% {
/* 3100 *|     opacity: 0;

/* animate.css *|

/* 3101 *|   }
/* 3102 *| }
/* 3103 *| 
/* 3104 *| @keyframes zoomOut {
/* 3105 *|   0% {
/* 3106 *|     opacity: 1;
/* 3107 *|     -webkit-transform: scale(1);
/* 3108 *|     -ms-transform: scale(1);
/* 3109 *|     transform: scale(1);
/* 3110 *|   }
/* 3111 *| 
/* 3112 *|   50% {
/* 3113 *|     opacity: 0;
/* 3114 *|     -webkit-transform: scale(.3);
/* 3115 *|     -ms-transform: scale(.3);
/* 3116 *|     transform: scale(.3);
/* 3117 *|   }
/* 3118 *| 
/* 3119 *|   100% {
/* 3120 *|     opacity: 0;
/* 3121 *|   }
/* 3122 *| }
/* 3123 *| 
/* 3124 *| .zoomOut {
/* 3125 *|   -webkit-animation-name: zoomOut;
/* 3126 *|   animation-name: zoomOut;
/* 3127 *| }
/* 3128 *| 
/* 3129 *| @-webkit-keyframes zoomOutDown {
/* 3130 *|   40% {
/* 3131 *|     opacity: 1;
/* 3132 *|     -webkit-transform: scale(.475) translateY(-60px);
/* 3133 *|     transform: scale(.475) translateY(-60px);
/* 3134 *|     -webkit-animation-timing-function: linear;
/* 3135 *|     animation-timing-function: linear;
/* 3136 *|   }
/* 3137 *| 
/* 3138 *|   100% {
/* 3139 *|     opacity: 0;
/* 3140 *|     -webkit-transform: scale(.1) translateY(2000px);
/* 3141 *|     transform: scale(.1) translateY(2000px);
/* 3142 *|     -webkit-transform-origin: center bottom;
/* 3143 *|     transform-origin: center bottom;
/* 3144 *|   }
/* 3145 *| }
/* 3146 *| 
/* 3147 *| @keyframes zoomOutDown {
/* 3148 *|   40% {
/* 3149 *|     opacity: 1;
/* 3150 *|     -webkit-transform: scale(.475) translateY(-60px);

/* animate.css *|

/* 3151 *|     -ms-transform: scale(.475) translateY(-60px);
/* 3152 *|     transform: scale(.475) translateY(-60px);
/* 3153 *|     -webkit-animation-timing-function: linear;
/* 3154 *|     animation-timing-function: linear;
/* 3155 *|   }
/* 3156 *| 
/* 3157 *|   100% {
/* 3158 *|     opacity: 0;
/* 3159 *|     -webkit-transform: scale(.1) translateY(2000px);
/* 3160 *|     -ms-transform: scale(.1) translateY(2000px);
/* 3161 *|     transform: scale(.1) translateY(2000px);
/* 3162 *|     -webkit-transform-origin: center bottom;
/* 3163 *|     -ms-transform-origin: center bottom;
/* 3164 *|     transform-origin: center bottom;
/* 3165 *|   }
/* 3166 *| }
/* 3167 *| 
/* 3168 *| .zoomOutDown {
/* 3169 *|   -webkit-animation-name: zoomOutDown;
/* 3170 *|   animation-name: zoomOutDown;
/* 3171 *| }
/* 3172 *| 
/* 3173 *| @-webkit-keyframes zoomOutLeft {
/* 3174 *|   40% {
/* 3175 *|     opacity: 1;
/* 3176 *|     -webkit-transform: scale(.475) translateX(42px);
/* 3177 *|     transform: scale(.475) translateX(42px);
/* 3178 *|     -webkit-animation-timing-function: linear;
/* 3179 *|     animation-timing-function: linear;
/* 3180 *|   }
/* 3181 *| 
/* 3182 *|   100% {
/* 3183 *|     opacity: 0;
/* 3184 *|     -webkit-transform: scale(.1) translateX(-2000px);
/* 3185 *|     transform: scale(.1) translateX(-2000px);
/* 3186 *|     -webkit-transform-origin: left center;
/* 3187 *|     transform-origin: left center;
/* 3188 *|   }
/* 3189 *| }
/* 3190 *| 
/* 3191 *| @keyframes zoomOutLeft {
/* 3192 *|   40% {
/* 3193 *|     opacity: 1;
/* 3194 *|     -webkit-transform: scale(.475) translateX(42px);
/* 3195 *|     -ms-transform: scale(.475) translateX(42px);
/* 3196 *|     transform: scale(.475) translateX(42px);
/* 3197 *|     -webkit-animation-timing-function: linear;
/* 3198 *|     animation-timing-function: linear;
/* 3199 *|   }
/* 3200 *| 

/* animate.css *|

/* 3201 *|   100% {
/* 3202 *|     opacity: 0;
/* 3203 *|     -webkit-transform: scale(.1) translateX(-2000px);
/* 3204 *|     -ms-transform: scale(.1) translateX(-2000px);
/* 3205 *|     transform: scale(.1) translateX(-2000px);
/* 3206 *|     -webkit-transform-origin: left center;
/* 3207 *|     -ms-transform-origin: left center;
/* 3208 *|     transform-origin: left center;
/* 3209 *|   }
/* 3210 *| }
/* 3211 *| 
/* 3212 *| .zoomOutLeft {
/* 3213 *|   -webkit-animation-name: zoomOutLeft;
/* 3214 *|   animation-name: zoomOutLeft;
/* 3215 *| }
/* 3216 *| 
/* 3217 *| @-webkit-keyframes zoomOutRight {
/* 3218 *|   40% {
/* 3219 *|     opacity: 1;
/* 3220 *|     -webkit-transform: scale(.475) translateX(-42px);
/* 3221 *|     transform: scale(.475) translateX(-42px);
/* 3222 *|     -webkit-animation-timing-function: linear;
/* 3223 *|     animation-timing-function: linear;
/* 3224 *|   }
/* 3225 *| 
/* 3226 *|   100% {
/* 3227 *|     opacity: 0;
/* 3228 *|     -webkit-transform: scale(.1) translateX(2000px);
/* 3229 *|     transform: scale(.1) translateX(2000px);
/* 3230 *|     -webkit-transform-origin: right center;
/* 3231 *|     transform-origin: right center;
/* 3232 *|   }
/* 3233 *| }
/* 3234 *| 
/* 3235 *| @keyframes zoomOutRight {
/* 3236 *|   40% {
/* 3237 *|     opacity: 1;
/* 3238 *|     -webkit-transform: scale(.475) translateX(-42px);
/* 3239 *|     -ms-transform: scale(.475) translateX(-42px);
/* 3240 *|     transform: scale(.475) translateX(-42px);
/* 3241 *|     -webkit-animation-timing-function: linear;
/* 3242 *|     animation-timing-function: linear;
/* 3243 *|   }
/* 3244 *| 
/* 3245 *|   100% {
/* 3246 *|     opacity: 0;
/* 3247 *|     -webkit-transform: scale(.1) translateX(2000px);
/* 3248 *|     -ms-transform: scale(.1) translateX(2000px);
/* 3249 *|     transform: scale(.1) translateX(2000px);
/* 3250 *|     -webkit-transform-origin: right center;

/* animate.css *|

/* 3251 *|     -ms-transform-origin: right center;
/* 3252 *|     transform-origin: right center;
/* 3253 *|   }
/* 3254 *| }
/* 3255 *| 
/* 3256 *| .zoomOutRight {
/* 3257 *|   -webkit-animation-name: zoomOutRight;
/* 3258 *|   animation-name: zoomOutRight;
/* 3259 *| }
/* 3260 *| 
/* 3261 *| @-webkit-keyframes zoomOutUp {
/* 3262 *|   40% {
/* 3263 *|     opacity: 1;
/* 3264 *|     -webkit-transform: scale(.475) translateY(60px);
/* 3265 *|     transform: scale(.475) translateY(60px);
/* 3266 *|     -webkit-animation-timing-function: linear;
/* 3267 *|     animation-timing-function: linear;
/* 3268 *|   }
/* 3269 *| 
/* 3270 *|   100% {
/* 3271 *|     opacity: 0;
/* 3272 *|     -webkit-transform: scale(.1) translateY(-2000px);
/* 3273 *|     transform: scale(.1) translateY(-2000px);
/* 3274 *|     -webkit-transform-origin: center top;
/* 3275 *|     transform-origin: center top;
/* 3276 *|   }
/* 3277 *| }
/* 3278 *| 
/* 3279 *| @keyframes zoomOutUp {
/* 3280 *|   40% {
/* 3281 *|     opacity: 1;
/* 3282 *|     -webkit-transform: scale(.475) translateY(60px);
/* 3283 *|     -ms-transform: scale(.475) translateY(60px);
/* 3284 *|     transform: scale(.475) translateY(60px);
/* 3285 *|     -webkit-animation-timing-function: linear;
/* 3286 *|     animation-timing-function: linear;
/* 3287 *|   }
/* 3288 *| 
/* 3289 *|   100% {
/* 3290 *|     opacity: 0;
/* 3291 *|     -webkit-transform: scale(.1) translateY(-2000px);
/* 3292 *|     -ms-transform: scale(.1) translateY(-2000px);
/* 3293 *|     transform: scale(.1) translateY(-2000px);
/* 3294 *|     -webkit-transform-origin: center top;
/* 3295 *|     -ms-transform-origin: center top;
/* 3296 *|     transform-origin: center top;
/* 3297 *|   }
/* 3298 *| }
/* 3299 *| 
/* 3300 *| .zoomOutUp {

/* animate.css *|

/* 3301 *|   -webkit-animation-name: zoomOutUp;
/* 3302 *|   animation-name: zoomOutUp;
/* 3303 *| }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

file-relative URI  : ../images/grabbing.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/grabbing.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/grabbing.png
traversals removed : /wp-content/themes/univermag/assets/images/grabbing.png

*/

/* owl.carousel.css */

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

/* owl.carousel.css */

/* 51  */ 	-ms-user-select: none;
/* 52  */ 	user-select: none;
/* 53  */ 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* 54  */ }
/* 55  */ 
/* 56  */ /* mouse grab icon */
/* 57  */ .grabbing { 
/* 58  */     cursor:url(/wp-content/themes/univermag/assets/images/grabbing.png) 8 8, move;
/* 59  */ }
/* 60  */ 
/* 61  */ /* fix */
/* 62  */ .owl-carousel  .owl-wrapper,
/* 63  */ .owl-carousel  .owl-item{
/* 64  */ 	-webkit-backface-visibility: hidden;
/* 65  */ 	-moz-backface-visibility:    hidden;
/* 66  */ 	-ms-backface-visibility:     hidden;
/* 67  */   -webkit-transform: translate3d(0,0,0);
/* 68  */   -moz-transform: translate3d(0,0,0);
/* 69  */   -ms-transform: translate3d(0,0,0);
/* 70  */ }
/* 71  */ 
/* 72  */ /* CSS3 Transitions */
/* 73  */ 
/* 74  */ .owl-origin {
/* 75  */ 	-webkit-perspective: 1200px;
/* 76  */ 	-webkit-perspective-origin-x : 50%;
/* 77  */ 	-webkit-perspective-origin-y : 50%;
/* 78  */ 	-moz-perspective : 1200px;
/* 79  */ 	-moz-perspective-origin-x : 50%;
/* 80  */ 	-moz-perspective-origin-y : 50%;
/* 81  */ 	perspective : 1200px;
/* 82  */ }
/* 83  */ /* fade */
/* 84  */ .owl-fade-out {
/* 85  */   z-index: 10;
/* 86  */   -webkit-animation: fadeOut .7s both ease;
/* 87  */   -moz-animation: fadeOut .7s both ease;
/* 88  */   animation: fadeOut .7s both ease;
/* 89  */ }
/* 90  */ .owl-fade-in {
/* 91  */   -webkit-animation: fadeIn .7s both ease;
/* 92  */   -moz-animation: fadeIn .7s both ease;
/* 93  */   animation: fadeIn .7s both ease;
/* 94  */ }
/* 95  */ /* backSlide */
/* 96  */ .owl-backSlide-out {
/* 97  */   -webkit-animation: backSlideOut 1s both ease;
/* 98  */   -moz-animation: backSlideOut 1s both ease;
/* 99  */   animation: backSlideOut 1s both ease;
/* 100 */ }

/* owl.carousel.css */

/* 101 */ .owl-backSlide-in {
/* 102 */   -webkit-animation: backSlideIn 1s both ease;
/* 103 */   -moz-animation: backSlideIn 1s both ease;
/* 104 */   animation: backSlideIn 1s both ease;
/* 105 */ }
/* 106 */ /* goDown */
/* 107 */ .owl-goDown-out {
/* 108 */   -webkit-animation: scaleToFade .7s ease both;
/* 109 */   -moz-animation: scaleToFade .7s ease both;
/* 110 */   animation: scaleToFade .7s ease both;
/* 111 */ }
/* 112 */ .owl-goDown-in {
/* 113 */   -webkit-animation: goDown .6s ease both;
/* 114 */   -moz-animation: goDown .6s ease both;
/* 115 */   animation: goDown .6s ease both;
/* 116 */ }
/* 117 */ /* scaleUp */
/* 118 */ .owl-fadeUp-in {
/* 119 */   -webkit-animation: scaleUpFrom .5s ease both;
/* 120 */   -moz-animation: scaleUpFrom .5s ease both;
/* 121 */   animation: scaleUpFrom .5s ease both;
/* 122 */ }
/* 123 */ 
/* 124 */ .owl-fadeUp-out {
/* 125 */   -webkit-animation: scaleUpTo .5s ease both;
/* 126 */   -moz-animation: scaleUpTo .5s ease both;
/* 127 */   animation: scaleUpTo .5s ease both;
/* 128 */ }
/* 129 */ /* Keyframes */
/* 130 */ /*empty*/
/* 131 */ @-webkit-keyframes empty {
/* 132 */   0% {opacity: 1}
/* 133 */ }
/* 134 */ @-moz-keyframes empty {
/* 135 */   0% {opacity: 1}
/* 136 */ }
/* 137 */ @keyframes empty {
/* 138 */   0% {opacity: 1}
/* 139 */ }
/* 140 */ @-webkit-keyframes fadeIn {
/* 141 */   0% { opacity:0; }
/* 142 */   100% { opacity:1; }
/* 143 */ }
/* 144 */ @-moz-keyframes fadeIn {
/* 145 */   0% { opacity:0; }
/* 146 */   100% { opacity:1; }
/* 147 */ }
/* 148 */ @keyframes fadeIn {
/* 149 */   0% { opacity:0; }
/* 150 */   100% { opacity:1; }

/* owl.carousel.css */

/* 151 */ }
/* 152 */ @-webkit-keyframes fadeOut {
/* 153 */   0% { opacity:1; }
/* 154 */   100% { opacity:0; }
/* 155 */ }
/* 156 */ @-moz-keyframes fadeOut {
/* 157 */   0% { opacity:1; }
/* 158 */   100% { opacity:0; }
/* 159 */ }
/* 160 */ @keyframes fadeOut {
/* 161 */   0% { opacity:1; }
/* 162 */   100% { opacity:0; }
/* 163 */ }
/* 164 */ @-webkit-keyframes backSlideOut {
/* 165 */   25% { opacity: .5; -webkit-transform: translateZ(-500px); }
/* 166 */   75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
/* 167 */   100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
/* 168 */ }
/* 169 */ @-moz-keyframes backSlideOut {
/* 170 */   25% { opacity: .5; -moz-transform: translateZ(-500px); }
/* 171 */   75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
/* 172 */   100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
/* 173 */ }
/* 174 */ @keyframes backSlideOut {
/* 175 */   25% { opacity: .5; transform: translateZ(-500px); }
/* 176 */   75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
/* 177 */   100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
/* 178 */ }
/* 179 */ @-webkit-keyframes backSlideIn {
/* 180 */   0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
/* 181 */   75% { opacity: .5; -webkit-transform: translateZ(-500px); }
/* 182 */   100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
/* 183 */ }
/* 184 */ @-moz-keyframes backSlideIn {
/* 185 */   0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
/* 186 */   75% { opacity: .5; -moz-transform: translateZ(-500px); }
/* 187 */   100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
/* 188 */ }
/* 189 */ @keyframes backSlideIn {
/* 190 */   0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
/* 191 */   75% { opacity: .5; transform: translateZ(-500px); }
/* 192 */   100% { opacity: 1; transform: translateZ(0) translateX(0); }
/* 193 */ }
/* 194 */ @-webkit-keyframes scaleToFade {
/* 195 */   to { opacity: 0; -webkit-transform: scale(.8); }
/* 196 */ }
/* 197 */ @-moz-keyframes scaleToFade {
/* 198 */   to { opacity: 0; -moz-transform: scale(.8); }
/* 199 */ }
/* 200 */ @keyframes scaleToFade {

/* owl.carousel.css */

/* 201 */   to { opacity: 0; transform: scale(.8); }
/* 202 */ }
/* 203 */ @-webkit-keyframes goDown {
/* 204 */   from { -webkit-transform: translateY(-100%); }
/* 205 */ }
/* 206 */ @-moz-keyframes goDown {
/* 207 */   from { -moz-transform: translateY(-100%); }
/* 208 */ }
/* 209 */ @keyframes goDown {
/* 210 */   from { transform: translateY(-100%); }
/* 211 */ }
/* 212 */ 
/* 213 */ @-webkit-keyframes scaleUpFrom {
/* 214 */   from { opacity: 0; -webkit-transform: scale(1.5); }
/* 215 */ }
/* 216 */ @-moz-keyframes scaleUpFrom {
/* 217 */   from { opacity: 0; -moz-transform: scale(1.5); }
/* 218 */ }
/* 219 */ @keyframes scaleUpFrom {
/* 220 */   from { opacity: 0; transform: scale(1.5); }
/* 221 */ }
/* 222 */ 
/* 223 */ @-webkit-keyframes scaleUpTo {
/* 224 */   to { opacity: 0; -webkit-transform: scale(1.5); }
/* 225 */ }
/* 226 */ @-moz-keyframes scaleUpTo {
/* 227 */   to { opacity: 0; -moz-transform: scale(1.5); }
/* 228 */ }
/* 229 */ @keyframes scaleUpTo {
/* 230 */   to { opacity: 0; transform: scale(1.5); }
/* 231 */ }
/* 232 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

file-relative URI  : AjaxLoader.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/AjaxLoader.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/AjaxLoader.gif
traversals removed : /wp-content/themes/univermag/assets/css/AjaxLoader.gif

*/

/* owl.theme.css */

/* 1  */ /*
/* 2  *| * 	Owl Carousel Owl Demo Theme 
/* 3  *| *	v1.3.3
/* 4  *| */
/* 5  */ 
/* 6  */ .owl-theme .owl-controls{
/* 7  */ 	margin-top: 10px;
/* 8  */ 	text-align: center;
/* 9  */ }
/* 10 */ 
/* 11 */ /* Styling Next and Prev buttons */
/* 12 */ 
/* 13 */ .owl-theme .owl-controls .owl-buttons div{
/* 14 */ 	color: #FFF;
/* 15 */ 	display: inline-block;
/* 16 */ 	zoom: 1;
/* 17 */ 	*display: inline;/*IE7 life-saver */
/* 18 */ 	margin: 5px;
/* 19 */ 	padding: 3px 10px;
/* 20 */ 	font-size: 12px;
/* 21 */ 	-webkit-border-radius: 30px;
/* 22 */ 	-moz-border-radius: 30px;
/* 23 */ 	border-radius: 30px;
/* 24 */ 	background: #FF9E0E;
/* 25 */ 	filter: Alpha(Opacity=50);/*IE7 fix*/
/* 26 */ 	opacity: 0.5;
/* 27 */ }
/* 28 */ /* Clickable class fix problem with hover on touch devices */
/* 29 */ /* Use it for non-touch hover action */
/* 30 */ .owl-theme .owl-controls.clickable .owl-buttons div:hover{
/* 31 */ 	filter: Alpha(Opacity=100);/*IE7 fix*/
/* 32 */ 	opacity: 1;
/* 33 */ 	text-decoration: none;
/* 34 */ }
/* 35 */ 
/* 36 */ /* Styling Pagination*/
/* 37 */ 
/* 38 */ .owl-theme .owl-controls .owl-page{
/* 39 */ 	display: inline-block;
/* 40 */ 	zoom: 1;
/* 41 */ 	*display: inline;/*IE7 life-saver */
/* 42 */ }
/* 43 */ .owl-theme .owl-controls .owl-page span{
/* 44 */ 	display: block;
/* 45 */ 	width: 12px;
/* 46 */ 	height: 12px;
/* 47 */ 	margin: 5px 7px;
/* 48 */ 	filter: Alpha(Opacity=50);/*IE7 fix*/
/* 49 */ 	opacity: 0.5;
/* 50 */ 	-webkit-border-radius: 20px;

/* owl.theme.css */

/* 51 */ 	-moz-border-radius: 20px;
/* 52 */ 	border-radius: 20px;
/* 53 */ 	background: #FF9E0E;
/* 54 */ }
/* 55 */ 
/* 56 */ .owl-theme .owl-controls .owl-page.active span,
/* 57 */ .owl-theme .owl-controls.clickable .owl-page:hover span{
/* 58 */ 	filter: Alpha(Opacity=100);/*IE7 fix*/
/* 59 */ 	opacity: 1;
/* 60 */ }
/* 61 */ 
/* 62 */ /* If PaginationNumbers is true */
/* 63 */ 
/* 64 */ .owl-theme .owl-controls .owl-page span.owl-numbers{
/* 65 */ 	height: auto;
/* 66 */ 	width: auto;
/* 67 */ 	color: #FFF;
/* 68 */ 	padding: 2px 10px;
/* 69 */ 	font-size: 12px;
/* 70 */ 	-webkit-border-radius: 30px;
/* 71 */ 	-moz-border-radius: 30px;
/* 72 */ 	border-radius: 30px;
/* 73 */ }
/* 74 */ 
/* 75 */ /* preloading images */
/* 76 */ .owl-item.loading{
/* 77 */ 	min-height: 150px;
/* 78 */ 	background: url(/wp-content/themes/univermag/assets/css/AjaxLoader.gif) no-repeat center center
/* 79 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite_x.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_x.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_x.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_x.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite_y.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_y.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_y.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_y.png

file-relative URI  : ../images/prettyPhoto/default/sprite_y.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_y.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_y.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_y.png

file-relative URI  : ../images/prettyPhoto/default/sprite_next.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_next.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_next.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_next.png

file-relative URI  : ../images/prettyPhoto/default/sprite_prev.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_prev.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_prev.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_prev.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/default_thumb.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/default_thumb.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/default_thumb.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/default_thumb.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/sprite_x.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_x.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite_x.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_x.png

file-relative URI  : ../images/prettyPhoto/default/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png

file-relative URI  : ../images/prettyPhoto/default/loader.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/loader.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/default/loader.gif
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/default/loader.gif

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/btnNext.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnNext.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnNext.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnNext.png

file-relative URI  : ../images/prettyPhoto/light_rounded/btnPrevious.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnPrevious.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnPrevious.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnPrevious.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/light_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/contentPattern.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/contentPattern.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/contentPattern.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/contentPattern.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/btnNext.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/btnNext.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/btnNext.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/btnNext.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/btnPrevious.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/btnPrevious.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/btnPrevious.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/btnPrevious.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_rounded/loader.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/loader.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/loader.gif
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/loader.gif

file-relative URI  : ../images/prettyPhoto/dark_square/loader.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/loader.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/loader.gif
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/loader.gif

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png

file-relative URI  : ../images/prettyPhoto/dark_square/btnNext.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/btnNext.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/btnNext.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/btnNext.png

file-relative URI  : ../images/prettyPhoto/dark_square/btnPrevious.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/btnPrevious.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_square/btnPrevious.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/btnPrevious.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png

file-relative URI  : ../images/prettyPhoto/light_square/btnNext.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/btnNext.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/btnNext.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/btnNext.png

file-relative URI  : ../images/prettyPhoto/light_square/btnPrevious.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/btnPrevious.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_square/btnPrevious.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_square/btnPrevious.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/contentPatternTop.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternTop.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternTop.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternTop.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/contentPatternLeft.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternLeft.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternLeft.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternLeft.png

file-relative URI  : ../images/prettyPhoto/facebook/contentPatternRight.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternRight.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternRight.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternRight.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/loader.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/loader.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/loader.gif
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/loader.gif

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/btnNext.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/btnNext.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/btnNext.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/btnNext.png

file-relative URI  : ../images/prettyPhoto/facebook/btnPrevious.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/btnPrevious.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/btnPrevious.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/btnPrevious.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/contentPatternBottom.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternBottom.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/contentPatternBottom.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternBottom.png

file-relative URI  : ../images/prettyPhoto/facebook/sprite.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/sprite.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png

file-relative URI  : ../images/prettyPhoto/facebook/default_thumbnail.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/default_thumbnail.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/facebook/default_thumbnail.gif
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/facebook/default_thumbnail.gif

file-relative URI  : ../images/prettyPhoto/light_rounded/btnNext.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnNext.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnNext.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnNext.png

file-relative URI  : ../images/prettyPhoto/light_rounded/btnNext.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnNext.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/btnNext.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnNext.png

file-relative URI  : ../images/prettyPhoto/light_rounded/loader.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/loader.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/light_rounded/loader.gif
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/loader.gif

file-relative URI  : ../images/prettyPhoto/dark_rounded/contentPattern.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png
traversals removed : /wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/contentPattern.png

*/

/* prettyPhoto.css */

/* 1   */ .ppt {display: none !important;}
/* 2   */ div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
/* 3   */ div.pp_default .pp_top .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
/* 4   */ div.pp_default .pp_top .pp_middle{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
/* 5   */ div.pp_default .pp_top .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
/* 6   */ div.pp_default .pp_content .ppt{color:#f8f8f8}
/* 7   */ div.pp_default .pp_content_container .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
/* 8   */ div.pp_default .pp_content_container .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
/* 9   */ div.pp_default .pp_next:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
/* 10  */ div.pp_default .pp_previous:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
/* 11  */ div.pp_default .pp_expand{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
/* 12  */ div.pp_default .pp_expand:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
/* 13  */ div.pp_default .pp_contract{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
/* 14  */ div.pp_default .pp_contract:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
/* 15  */ div.pp_default .pp_close{width:30px;height:30px;background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
/* 16  */ div.pp_default .pp_gallery ul li a{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
/* 17  */ div.pp_default .pp_social{margin-top:7px}
/* 18  */ div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
/* 19  */ div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
/* 20  */ div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
/* 21  */ div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
/* 22  */ div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
/* 23  */ div.pp_default .pp_content_container .pp_details{margin-top:5px}
/* 24  */ div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
/* 25  */ div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
/* 26  */ div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
/* 27  */ div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
/* 28  */ div.pp_default .pp_bottom .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
/* 29  */ div.pp_default .pp_bottom .pp_middle{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
/* 30  */ div.pp_default .pp_bottom .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
/* 31  */ div.pp_default .pp_loaderIcon{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/default/loader.gif) center center no-repeat}
/* 32  */ div.light_rounded .pp_top .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
/* 33  */ div.light_rounded .pp_top .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
/* 34  */ div.light_rounded .pp_next:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
/* 35  */ div.light_rounded .pp_previous:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 36  */ div.light_rounded .pp_expand{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 37  */ div.light_rounded .pp_expand:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 38  */ div.light_rounded .pp_contract{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 39  */ div.light_rounded .pp_contract:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 40  */ div.light_rounded .pp_close{width:75px;height:22px;background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 41  */ div.light_rounded .pp_nav .pp_play{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 42  */ div.light_rounded .pp_nav .pp_pause{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 43  */ div.light_rounded .pp_arrow_previous{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
/* 44  */ div.light_rounded .pp_arrow_next{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
/* 45  */ div.light_rounded .pp_bottom .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
/* 46  */ div.light_rounded .pp_bottom .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
/* 47  */ div.dark_rounded .pp_top .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
/* 48  */ div.dark_rounded .pp_top .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
/* 49  */ div.dark_rounded .pp_content_container .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
/* 50  */ div.dark_rounded .pp_content_container .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}

/* prettyPhoto.css */

/* 51  */ div.dark_rounded .pp_next:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
/* 52  */ div.dark_rounded .pp_previous:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 53  */ div.dark_rounded .pp_expand{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 54  */ div.dark_rounded .pp_expand:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 55  */ div.dark_rounded .pp_contract{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 56  */ div.dark_rounded .pp_contract:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 57  */ div.dark_rounded .pp_close{width:75px;height:22px;background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 58  */ div.dark_rounded .pp_description{margin-right:85px;color:#fff}
/* 59  */ div.dark_rounded .pp_nav .pp_play{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 60  */ div.dark_rounded .pp_nav .pp_pause{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 61  */ div.dark_rounded .pp_arrow_previous{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
/* 62  */ div.dark_rounded .pp_arrow_next{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
/* 63  */ div.dark_rounded .pp_bottom .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
/* 64  */ div.dark_rounded .pp_bottom .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
/* 65  */ div.dark_rounded .pp_loaderIcon{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
/* 66  */ div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
/* 67  */ div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
/* 68  */ div.dark_square .pp_loaderIcon{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
/* 69  */ div.dark_square .pp_expand{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 70  */ div.dark_square .pp_expand:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 71  */ div.dark_square .pp_contract{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 72  */ div.dark_square .pp_contract:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 73  */ div.dark_square .pp_close{width:75px;height:22px;background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 74  */ div.dark_square .pp_nav{clear:none}
/* 75  */ div.dark_square .pp_nav .pp_play{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 76  */ div.dark_square .pp_nav .pp_pause{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 77  */ div.dark_square .pp_arrow_previous{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
/* 78  */ div.dark_square .pp_arrow_next{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
/* 79  */ div.dark_square .pp_next:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
/* 80  */ div.dark_square .pp_previous:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 81  */ div.light_square .pp_expand{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 82  */ div.light_square .pp_expand:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 83  */ div.light_square .pp_contract{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 84  */ div.light_square .pp_contract:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 85  */ div.light_square .pp_close{width:23px;height:25px;background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) -2px -2px no-repeat;cursor:pointer}
/* 86  */ div.light_square .pp_nav .pp_play{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) -1px -101px no-repeat;height:15px;width:14px; margin-top:2px;}
/* 87  */ div.light_square .pp_nav .pp_pause{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px; margin-top:2px;}
/* 88  */ div.light_square .pp_arrow_previous{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) -27px -1px no-repeat}
/* 89  */ div.light_square .pp_arrow_next{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/sprite.png) -49px -1px no-repeat}
/* 90  */ div.light_square .pp_next:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
/* 91  */ div.light_square .pp_previous:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 92  */ div.facebook .pp_top .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
/* 93  */ div.facebook .pp_top .pp_middle{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
/* 94  */ div.facebook .pp_top .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
/* 95  */ div.facebook .pp_content_container .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
/* 96  */ div.facebook .pp_content_container .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
/* 97  */ div.facebook .pp_expand{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 98  */ div.facebook .pp_expand:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 99  */ div.facebook .pp_contract{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 100 */ div.facebook .pp_contract:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}

/* prettyPhoto.css */

/* 101 */ div.facebook .pp_close{width:22px;height:22px;background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 102 */ div.facebook .pp_description{margin:0 37px 0 0}
/* 103 */ div.facebook .pp_loaderIcon{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
/* 104 */ div.facebook .pp_arrow_previous{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
/* 105 */ div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
/* 106 */ div.facebook .pp_arrow_next{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
/* 107 */ div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
/* 108 */ div.facebook .pp_nav{margin-top:0}
/* 109 */ div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
/* 110 */ div.facebook .pp_nav .pp_play{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
/* 111 */ div.facebook .pp_nav .pp_pause{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
/* 112 */ div.facebook .pp_next:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
/* 113 */ div.facebook .pp_previous:hover{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 114 */ div.facebook .pp_bottom .pp_left{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
/* 115 */ div.facebook .pp_bottom .pp_middle{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
/* 116 */ div.facebook .pp_bottom .pp_right{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
/* 117 */ div.pp_pic_holder a:focus{outline:none}
/* 118 */ div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}
/* 119 */ div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
/* 120 */ .pp_content{height:40px;min-width:40px}
/* 121 */ * html .pp_content{width:40px}
/* 122 */ .pp_content_container{position:relative;text-align:left;width:100%}
/* 123 */ .pp_content_container .pp_left{padding-left:20px}
/* 124 */ .pp_content_container .pp_right{padding-right:20px}
/* 125 */ .pp_content_container .pp_details{float:left;margin:10px 0 2px}
/* 126 */ .pp_description{display:none;margin:0}
/* 127 */ .pp_social{position:absolute; top:1px; right:0; width:100px;}
/* 128 */ .pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
/* 129 */ .pp_social .twitter{float:left}
/* 130 */ .pp_nav{clear:right;float:left;margin:0px 15px 0 0}
/* 131 */ .pp_nav p{float:left;white-space:nowrap;margin:0px 6px}
/* 132 */ .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
/* 133 */ a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:21px;margin-top:0;overflow:hidden;text-indent:-10000px;width:21px}
/* 134 */ .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
/* 135 */ .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
/* 136 */ .pp_gallery div{float:left;overflow:hidden;position:relative}
/* 137 */ .pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
/* 138 */ .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
/* 139 */ .pp_gallery ul a img{border:0}
/* 140 */ .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
/* 141 */ .pp_gallery li.default a{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
/* 142 */ .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
/* 143 */ a.pp_next{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
/* 144 */ a.pp_previous{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
/* 145 */ a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
/* 146 */ a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
/* 147 */ .pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
/* 148 */ #pp_full_res{line-height:1!important}
/* 149 */ #pp_full_res .pp_inline{text-align:left}
/* 150 */ #pp_full_res .pp_inline p{margin:0 0 15px}

/* prettyPhoto.css */

/* 151 */ div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
/* 152 */ div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
/* 153 */ div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
/* 154 */ div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
/* 155 */ div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
/* 156 */ div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
/* 157 */ div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
/* 158 */ div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:8px!important}
/* 159 */ div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
/* 160 */ div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
/* 161 */ div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
/* 162 */ div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/wp-content/themes/univermag/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
/* 163 */ div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
/* 164 */ div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
/* 165 */ .pp_top,.pp_bottom{height:20px;position:relative}
/* 166 */ * html .pp_top,* html .pp_bottom{padding:0 20px}
/* 167 */ .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
/* 168 */ .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
/* 169 */ * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
/* 170 */ .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
/* 171 */ .pp_fade,.pp_gallery li.default a img{display:none}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

file-relative URI  : ../images/bx_loader.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/bx_loader.gif
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/bx_loader.gif
traversals removed : /wp-content/themes/univermag/assets/images/bx_loader.gif

file-relative URI  : ../images/controls.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/controls.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/controls.png
traversals removed : /wp-content/themes/univermag/assets/images/controls.png

file-relative URI  : ../images/controls.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/controls.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/controls.png
traversals removed : /wp-content/themes/univermag/assets/images/controls.png

*/

/* jquery.bxslider.css */

/* 1   */ /**
/* 2   *|  * BxSlider v4.1.2 - Fully loaded, responsive content slider
/* 3   *|  * http://bxslider.com
/* 4   *|  *
/* 5   *|  * Written by: Steven Wanderski, 2014
/* 6   *|  * http://stevenwanderski.com
/* 7   *|  * (while drinking Belgian ales and listening to jazz)
/* 8   *|  *
/* 9   *|  * CEO and founder of bxCreative, LTD
/* 10  *|  * http://bxcreative.com
/* 11  *|  */
/* 12  */ 
/* 13  */ 
/* 14  */ /** RESET AND LAYOUT
/* 15  *| ===================================*/
/* 16  */ 
/* 17  */ .bx-wrapper {
/* 18  */ 	position: relative;
/* 19  */ 	margin: 0 auto;
/* 20  */ 	padding: 0;
/* 21  */ 	*zoom: 1;
/* 22  */ }
/* 23  */ 
/* 24  */ .bx-wrapper img {
/* 25  */ 	width: 100%;
/* 26  */ 	display: block;
/* 27  */ 	height: 200px;
/* 28  */ }
/* 29  */ 
/* 30  */ /** THEME
/* 31  *| ===================================*/
/* 32  */ 
/* 33  */ .bx-wrapper .bx-viewport {	
/* 34  */ 	/*fix other elements on the page moving (on Chrome)*/
/* 35  */ 	-webkit-transform: translatez(0);
/* 36  */ 	-moz-transform: translatez(0);
/* 37  */     	-ms-transform: translatez(0);
/* 38  */     	-o-transform: translatez(0);
/* 39  */     	transform: translatez(0);
/* 40  */ }
/* 41  */ 
/* 42  */ .bx-wrapper .bx-pager,
/* 43  */ .bx-wrapper .bx-controls-auto {
/* 44  */ 	width: 100%;
/* 45  */ }
/* 46  */ 
/* 47  */ /* LOADER */
/* 48  */ 
/* 49  */ .bx-wrapper .bx-loading {
/* 50  */ 	min-height: 50px;

/* jquery.bxslider.css */

/* 51  */ 	background: url(/wp-content/themes/univermag/assets/images/bx_loader.gif) center center no-repeat #fff;
/* 52  */ 	height: 100%;
/* 53  */ 	width: 100%;
/* 54  */ 	position: absolute;
/* 55  */ 	top: 0;
/* 56  */ 	left: 0;
/* 57  */ 	z-index: 2000;
/* 58  */ }
/* 59  */ 
/* 60  */ /* PAGER */
/* 61  */ 
/* 62  */ .bx-wrapper .bx-pager {
/* 63  */ 	text-align: center;
/* 64  */ 	color: rgba(0,0,0,0.54);
/* 65  */ 	padding-top: 20px;
/* 66  */ 	line-height: 1;
/* 67  */ }
/* 68  */ 
/* 69  */ .bx-wrapper .bx-pager .bx-pager-item,
/* 70  */ .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
/* 71  */ 	display: inline-block;
/* 72  */ 	*zoom: 1;
/* 73  */ 	*display: inline;
/* 74  */ }
/* 75  */ 
/* 76  */ .bx-wrapper .bx-pager.bx-default-pager a {
/* 77  */ 	background: #666;
/* 78  */ 	text-indent: -9999px;
/* 79  */ 	display: block;
/* 80  */ 	width: 10px;
/* 81  */ 	height: 10px;
/* 82  */ 	margin: 0 5px;
/* 83  */ 	outline: 0;
/* 84  */ 	-moz-border-radius: 5px;
/* 85  */ 	-webkit-border-radius: 5px;
/* 86  */ 	border-radius: 5px;
/* 87  */ }
/* 88  */ 
/* 89  */ .bx-wrapper .bx-pager.bx-default-pager a:hover,
/* 90  */ .bx-wrapper .bx-pager.bx-default-pager a.active {
/* 91  */ 	background: #000;
/* 92  */ }
/* 93  */ 
/* 94  */ /* DIRECTION CONTROLS (NEXT / PREV) */
/* 95  */ 
/* 96  */ .bx-wrapper .bx-prev {
/* 97  */ 	left: -40px;
/* 98  */ 	display: inline-block;
/* 99  */ 	font-family: FontAwesome;
/* 100 */ 	font-style: normal;

/* jquery.bxslider.css */

/* 101 */ 	font-weight: normal;
/* 102 */ 	line-height: 1;
/* 103 */ 	-webkit-font-smoothing: antialiased;
/* 104 */ 	-moz-osx-font-smoothing: grayscale;
/* 105 */ 	font-size: 50px;
/* 106 */ 	color: rgba(0,0,0,0.54);
/* 107 */ 	top: 18px;
/* 108 */ }
/* 109 */ .bx-wrapper .bx-prev:before {
/* 110 */ 	content: "\f104";
/* 111 */ }
/* 112 */ .bx-wrapper .bx-next {
/* 113 */ 	right: -40px;
/* 114 */ 	display: inline-block;
/* 115 */ 	font-family: FontAwesome;
/* 116 */ 	font-style: normal;
/* 117 */ 	font-weight: normal;
/* 118 */ 	line-height: 1;
/* 119 */ 	-webkit-font-smoothing: antialiased;
/* 120 */ 	-moz-osx-font-smoothing: grayscale;
/* 121 */ 	font-size: 50px;
/* 122 */ 	color: rgba(0,0,0,0.54);
/* 123 */ 	top: 18px;
/* 124 */ }
/* 125 */ .bx-wrapper .bx-next:before {
/* 126 */ 	content: "\f105";
/* 127 */ }
/* 128 */ 
/* 129 */ 
/* 130 */ .bx-wrapper .bx-controls-direction a {
/* 131 */ 	position: absolute;
/* 132 */ 	z-index: 999;
/* 133 */ }
/* 134 */ 
/* 135 */ .bx-wrapper .bx-controls-direction a.disabled {
/* 136 */ 	display: none;
/* 137 */ }
/* 138 */ 
/* 139 */ /* AUTO CONTROLS (START / STOP) */
/* 140 */ 
/* 141 */ .bx-wrapper .bx-controls-auto {
/* 142 */ 	text-align: center;
/* 143 */ }
/* 144 */ 
/* 145 */ .bx-wrapper .bx-controls-auto .bx-start {
/* 146 */ 	display: block;
/* 147 */ 	text-indent: -9999px;
/* 148 */ 	width: 10px;
/* 149 */ 	height: 11px;
/* 150 */ 	outline: 0;

/* jquery.bxslider.css */

/* 151 */ 	background: url(/wp-content/themes/univermag/assets/images/controls.png) -86px -11px no-repeat;
/* 152 */ 	margin: 0 3px;
/* 153 */ }
/* 154 */ 
/* 155 */ .bx-wrapper .bx-controls-auto .bx-start:hover,
/* 156 */ .bx-wrapper .bx-controls-auto .bx-start.active {
/* 157 */ 	background-position: -86px 0;
/* 158 */ }
/* 159 */ 
/* 160 */ .bx-wrapper .bx-controls-auto .bx-stop {
/* 161 */ 	display: block;
/* 162 */ 	text-indent: -9999px;
/* 163 */ 	width: 9px;
/* 164 */ 	height: 11px;
/* 165 */ 	outline: 0;
/* 166 */ 	background: url(/wp-content/themes/univermag/assets/images/controls.png) -86px -44px no-repeat;
/* 167 */ 	margin: 0 3px;
/* 168 */ }
/* 169 */ 
/* 170 */ .bx-wrapper .bx-controls-auto .bx-stop:hover,
/* 171 */ .bx-wrapper .bx-controls-auto .bx-stop.active {
/* 172 */ 	background-position: -86px -33px;
/* 173 */ }
/* 174 */ 
/* 175 */ /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* 176 */ 
/* 177 */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
/* 178 */ 	text-align: left;
/* 179 */ 	width: 80%;
/* 180 */ }
/* 181 */ 
/* 182 */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
/* 183 */ 	right: 0;
/* 184 */ 	width: 35px;
/* 185 */ }
/* 186 */ 
/* 187 */ /* IMAGE CAPTIONS */
/* 188 */ 
/* 189 */ .bx-wrapper .bx-caption {
/* 190 */ 	position: absolute;
/* 191 */ 	bottom: 0;
/* 192 */ 	left: 0;
/* 193 */ 	background: #666\9;
/* 194 */ 	background: rgba(80, 80, 80, 0.75);
/* 195 */ 	width: 100%;
/* 196 */ }
/* 197 */ 
/* 198 */ .bx-wrapper .bx-caption span {
/* 199 */ 	color: #fff;
/* 200 */ 	font-family: Arial;

/* jquery.bxslider.css */

/* 201 */ 	display: block;
/* 202 */ 	font-size: .85em;
/* 203 */ 	padding: 10px;
/* 204 */ }
/* 205 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

*/

/* jquery.smartmenus.bootstrap.css */

/* 1   */ /*
/* 2   *|  You probably do not need to edit this at all.
/* 3   *| 
/* 4   *|  Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
/* 5   *|  These are theme independent and should work with any Bootstrap 3 theme mod.
/* 6   *| */
/* 7   */ /* sub menus arrows */
/* 8   */ .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow, .navbar-nav ul .sub-arrow {
/* 9   */     padding-left: 13px;
/* 10  */ 	color: #fff;
/* 11  */ 	text-transform: none;
/* 12  */ 	font-weight: normal;
/* 13  */ 	font-style: normal;
/* 14  */ 	font-variant: normal;
/* 15  */ 	font-size: 13px;
/* 16  */ 	font-family: 'FontAwesome';
/* 17  */ 	speak: none;
/* 18  */ 	-webkit-font-smoothing: antialiased;
/* 19  */ 	-moz-osx-font-smoothing: grayscale;
/* 20  */ }
/* 21  */ .navbar-nav .sub-arrow:before, .navbar-nav .collapsible .sub-arrow:before {
/* 22  */ 	content: "\f107";
/* 23  */ }
/* 24  */ .navbar-nav ul .sub-arrow:before {
/* 25  */ 	content: "\f105";
/* 26  */ }
/* 27  */ .navbar-fixed-bottom .sub-arrow {
/* 28  */ 	margin-top:-5px;
/* 29  */ 	border-top:4px dashed transparent;
/* 30  */ 	border-bottom:4px solid;
/* 31  */ }
/* 32  */ .navbar-nav ul .sub-arrow {
/* 33  */ 	position:absolute;
/* 34  */ 	right:0;
/* 35  */ 	margin-right:15px;
/* 36  */ }
/* 37  */ .navbar-nav ul a.has-submenu {
/* 38  */ 	padding-right:30px;
/* 39  */ }
/* 40  */ /* scrolling arrows for tall menus */
/* 41  */ .navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
/* 42  */ 	position:absolute;
/* 43  */ 	display:none;
/* 44  */ 	visibility:hidden;
/* 45  */ 	height:20px;
/* 46  */ 	overflow:hidden;
/* 47  */ 	text-align:center;
/* 48  */ }
/* 49  */ .navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
/* 50  */ 	position:absolute;

/* jquery.smartmenus.bootstrap.css */

/* 51  */ 	top:-2px;
/* 52  */ 	left:50%;
/* 53  */ 	margin-left:-8px;
/* 54  */ 	width:0;
/* 55  */ 	height:0;
/* 56  */ 	overflow:hidden;
/* 57  */ 	border-top:7px dashed transparent;
/* 58  */ 	border-right:7px dashed transparent;
/* 59  */ 	border-bottom:7px solid;
/* 60  */ 	border-left:7px dashed transparent;
/* 61  */ }
/* 62  */ .navbar-nav span.scroll-down-arrow {
/* 63  */ 	top:6px;
/* 64  */ 	border-top:7px solid;
/* 65  */ 	border-right:7px dashed transparent;
/* 66  */ 	border-bottom:7px dashed transparent;
/* 67  */ 	border-left:7px dashed transparent;
/* 68  */ }
/* 69  */ /* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
/* 70  */ .navbar-nav .collapsible ul .dropdown-menu > li > a,
/* 71  */ .navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
/* 72  */ 	padding-left:35px;
/* 73  */ }
/* 74  */ .navbar-nav .collapsible ul ul .dropdown-menu > li > a,
/* 75  */ .navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
/* 76  */ 	padding-left:45px;
/* 77  */ }
/* 78  */ .navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
/* 79  */ .navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
/* 80  */ 	padding-left:55px;
/* 81  */ }
/* 82  */ .navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
/* 83  */ .navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
/* 84  */ 	padding-left:65px;
/* 85  */ }
/* 86  */ /* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
/* 87  */ .navbar-nav .dropdown-menu > li > a {
/* 88  */ 	white-space:normal;
/* 89  */ }
/* 90  */ .navbar-nav ul.sm-nowrap > li > a {
/* 91  */ 	white-space:nowrap;
/* 92  */ }
/* 93  */ /* fix .navbar-right subs alignment */
/* 94  */ .navbar-right ul.dropdown-menu {
/* 95  */ 	left:0;
/* 96  */ 	right:auto;
/* 97  */ }
/* 98  */ /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
/* 99  */ .navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
/* 100 */ .navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}

/* jquery.smartmenus.bootstrap.css */

/* 101 */ .navbar-nav .collapsible iframe{display:none;}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

*/

/* nav.css */

/* 1   */ .sr-only {
/* 2   */     position: absolute;
/* 3   */     width: 1px;
/* 4   */     height: 1px;
/* 5   */     margin: -1px;
/* 6   */     padding: 0;
/* 7   */     overflow: hidden;
/* 8   */     clip: rect(0, 0, 0, 0);
/* 9   */     border: 0;
/* 10  */ }
/* 11  */ .sr-only-focusable:active,
/* 12  */ .sr-only-focusable:focus {
/* 13  */     position: static;
/* 14  */     width: auto;
/* 15  */     height: auto;
/* 16  */     margin: 0;
/* 17  */     overflow: visible;
/* 18  */     clip: auto;
/* 19  */ }
/* 20  */ .fade {
/* 21  */     opacity: 0;
/* 22  */     -webkit-transition: opacity 0.15s linear;
/* 23  */     -o-transition: opacity 0.15s linear;
/* 24  */     transition: opacity 0.15s linear;
/* 25  */ }
/* 26  */ .fade.in { opacity: 1 }
/* 27  */ .collapse {
/* 28  */     display: none;
/* 29  */     visibility: hidden;
/* 30  */ }
/* 31  */ .collapse.in {
/* 32  */     display: block;
/* 33  */     visibility: visible;
/* 34  */ }
/* 35  */ tr.collapse.in { display: table-row }
/* 36  */ tbody.collapse.in { display: table-row-group }
/* 37  */ .collapsing {
/* 38  */     position: relative;
/* 39  */     height: 0;
/* 40  */     overflow: hidden;
/* 41  */     -webkit-transition-property: height, visibility;
/* 42  */     -o-transition-property: height, visibility;
/* 43  */     transition-property: height, visibility;
/* 44  */     -webkit-transition-duration: 0.35s;
/* 45  */     -o-transition-duration: 0.35s;
/* 46  */     transition-duration: 0.35s;
/* 47  */     -webkit-transition-timing-function: ease;
/* 48  */     -o-transition-timing-function: ease;
/* 49  */     transition-timing-function: ease;
/* 50  */ }

/* nav.css */

/* 51  */ .caret {
/* 52  */     display: inline-block;
/* 53  */     width: 0;
/* 54  */     height: 0;
/* 55  */     margin-left: 2px;
/* 56  */     vertical-align: middle;
/* 57  */     border-top: 4px solid;
/* 58  */     border-right: 4px solid transparent;
/* 59  */     border-left: 4px solid transparent;
/* 60  */ }
/* 61  */ .dropdown { position: relative }
/* 62  */ .dropdown-toggle:focus { outline: 0 }
/* 63  */ .sub-menu {
/* 64  */     position: absolute;
/* 65  */     top: 100%;
/* 66  */     left: 0;
/* 67  */     z-index: 1000;
/* 68  */     display: none;
/* 69  */     float: left;
/* 70  */     min-width: 180px;
/* 71  */     padding: 0;
/* 72  */     list-style: none;
/* 73  */     font-size: 14px;
/* 74  */     text-align: left;
/* 75  */     border-radius: 0;
/* 76  */     -webkit-background-clip: padding-box;
/* 77  */     background-clip: padding-box;
/* 78  */ }
/* 79  */ .sub-menu li {
/* 80  */     background: #FF9E0E;
/* 81  */     border-top: 1px solid rgba(255,255,255,0.6);
/* 82  */     border-left: 1px solid rgba(255,255,255,0.6);
/* 83  */     border-right: 1px solid rgba(255,255,255,0.6);
/* 84  */     -webkit-backface-visibility: hidden;
/* 85  */ }
/* 86  */ .sub-menu.pull-right {
/* 87  */     right: 0;
/* 88  */     left: auto;
/* 89  */ }
/* 90  */ .sub-menu .divider {
/* 91  */     height: 1px;
/* 92  */     margin: 9px 0;
/* 93  */     overflow: hidden;
/* 94  */     background-color: #e5e5e5;
/* 95  */ }
/* 96  */ .sub-menu > li > a {
/* 97  */     clear: both;
/* 98  */     font-weight: normal;
/* 99  */     white-space: nowrap;
/* 100 */     display: block;

/* nav.css */

/* 101 */     padding: 10px;
/* 102 */     color: #fff;
/* 103 */     font-weight: 300;
/* 104 */     min-width: 180px;
/* 105 */ }
/* 106 */ .sub-menu > li > a:hover,
/* 107 */ .sub-menu > li > a:focus {
/* 108 */     text-decoration: none;
/* 109 */     background-color: rgba(0,0,0,0.1);
/* 110 */ }
/* 111 */ .sub-menu > .active > a,
/* 112 */ .sub-menu > .active > a:hover,
/* 113 */ .sub-menu > .active > a:focus {
/* 114 */     color: #ffffff;
/* 115 */     text-decoration: none;
/* 116 */     outline: 0;
/* 117 */     background-color: #337ab7;
/* 118 */ }
/* 119 */ .sub-menu > .disabled > a,
/* 120 */ .sub-menu > .disabled > a:hover,
/* 121 */ .sub-menu > .disabled > a:focus { color: #777777 }
/* 122 */ .sub-menu > .disabled > a:hover,
/* 123 */ .sub-menu > .disabled > a:focus {
/* 124 */     text-decoration: none;
/* 125 */     background-color: transparent;
/* 126 */     background-image: none;
/* 127 */     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 128 */     cursor: not-allowed;
/* 129 */ }
/* 130 */ .open > .sub-menu { display: block }
/* 131 */ .open > a { outline: 0 }
/* 132 */ .sub-menu-right {
/* 133 */     left: auto;
/* 134 */     right: 0;
/* 135 */ }
/* 136 */ .sub-menu-left {
/* 137 */     left: 0;
/* 138 */     right: auto;
/* 139 */ }
/* 140 */ .dropdown-header {
/* 141 */     display: block;
/* 142 */     padding: 3px 20px;
/* 143 */     font-size: 12px;
/* 144 */     line-height: 1.42857143;
/* 145 */     color: #555;
/* 146 */     white-space: nowrap;
/* 147 */ }
/* 148 */ .dropdown-backdrop {
/* 149 */     position: fixed;
/* 150 */     left: 0;

/* nav.css */

/* 151 */     right: 0;
/* 152 */     bottom: 0;
/* 153 */     top: 0;
/* 154 */     z-index: 990;
/* 155 */ }
/* 156 */ .pull-right > .sub-menu {
/* 157 */     right: 0;
/* 158 */     left: auto;
/* 159 */ }
/* 160 */ .dropup .caret,
/* 161 */ .navbar-fixed-bottom .dropdown .caret {
/* 162 */     border-top: 0;
/* 163 */     border-bottom: 4px solid;
/* 164 */     content: "";
/* 165 */ }
/* 166 */ .dropup .sub-menu,
/* 167 */ .navbar-fixed-bottom .dropdown .sub-menu {
/* 168 */     top: auto;
/* 169 */     bottom: 100%;
/* 170 */     margin-bottom: 1px;
/* 171 */ }
/* 172 */ @media (min-width: 991px) { 
/* 173 */     .navbar-right .sub-menu {
/* 174 */         left: auto;
/* 175 */         right: 0;
/* 176 */     }
/* 177 */     .navbar-right .sub-menu-left {
/* 178 */         left: 0;
/* 179 */         right: auto;
/* 180 */     }
/* 181 */ }
/* 182 */ .nav {
/* 183 */     margin-bottom: 0;
/* 184 */     padding-left: 0;
/* 185 */     list-style: none;
/* 186 */ }
/* 187 */ .nav > li {
/* 188 */     position: relative;
/* 189 */     display: block;
/* 190 */ }
/* 191 */ .nav > li > a {
/* 192 */     position: relative;
/* 193 */     display: block;
/* 194 */     padding: 10px 15px;
/* 195 */ }
/* 196 */ .nav > li > a:hover,
/* 197 */ .nav > li > a:focus {
/* 198 */     text-decoration: none;
/* 199 */     background-color: rgba(0,0,0,0.10);
/* 200 */ }

/* nav.css */

/* 201 */ .nav > li.disabled > a { color: #555 }
/* 202 */ .nav > li.disabled > a:hover,
/* 203 */ .nav > li.disabled > a:focus {
/* 204 */     color: #555;
/* 205 */     text-decoration: none;
/* 206 */     background-color: transparent;
/* 207 */     cursor: not-allowed;
/* 208 */ }
/* 209 */ .nav .open > a,
/* 210 */ .nav .open > a:hover,
/* 211 */ .nav .open > a:focus { background-color: rgba(0,0,0,0.10) !important }
/* 212 */ .nav .nav-divider {
/* 213 */     height: 1px;
/* 214 */     margin: 9px 0;
/* 215 */     overflow: hidden;
/* 216 */     background-color: #e5e5e5;
/* 217 */ }
/* 218 */ .nav > li > a > img { max-width: none }
/* 219 */ .nav-tabs { border-bottom: 1px solid #dddddd }
/* 220 */ .nav-tabs > li {
/* 221 */     float: left;
/* 222 */     margin-bottom: -1px;
/* 223 */ }
/* 224 */ .nav-tabs > li > a {
/* 225 */     margin-right: 2px;
/* 226 */     border: 1px solid transparent;
/* 227 */     border-radius: 4px 4px 0 0;
/* 228 */ }
/* 229 */ .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd }
/* 230 */ .nav-tabs > li.active > a,
/* 231 */ .nav-tabs > li.active > a:hover,
/* 232 */ .nav-tabs > li.active > a:focus {
/* 233 */     color: #555555;
/* 234 */     background-color: #ffffff;
/* 235 */     border: 1px solid #dddddd;
/* 236 */     border-bottom-color: transparent;
/* 237 */     cursor: default;
/* 238 */ }
/* 239 */ .nav-tabs.nav-justified {
/* 240 */     width: 100%;
/* 241 */     border-bottom: 0;
/* 242 */ }
/* 243 */ .nav-tabs.nav-justified > li { float: none }
/* 244 */ .nav-tabs.nav-justified > li > a {
/* 245 */     text-align: center;
/* 246 */     margin-bottom: 5px;
/* 247 */ }
/* 248 */ .nav-tabs.nav-justified > .dropdown .sub-menu {
/* 249 */     top: auto;
/* 250 */     left: auto;

/* nav.css */

/* 251 */ }
/* 252 */ @media (min-width: 991px) { 
/* 253 */     .nav-tabs.nav-justified > li {
/* 254 */         display: table-cell;
/* 255 */         width: 1%;
/* 256 */     }
/* 257 */     .nav-tabs.nav-justified > li > a { margin-bottom: 0 }
/* 258 */ }
/* 259 */ .nav-tabs.nav-justified > li > a {
/* 260 */     margin-right: 0;
/* 261 */     border-radius: 4px;
/* 262 */ }
/* 263 */ .nav-tabs.nav-justified > .active > a,
/* 264 */ .nav-tabs.nav-justified > .active > a:hover,
/* 265 */ .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd }
/* 266 */ @media (min-width: 991px) { 
/* 267 */     .nav-tabs.nav-justified > li > a {
/* 268 */         border-bottom: 1px solid #dddddd;
/* 269 */         border-radius: 4px 4px 0 0;
/* 270 */     }
/* 271 */     .nav-tabs.nav-justified > .active > a,
/* 272 */     .nav-tabs.nav-justified > .active > a:hover,
/* 273 */     .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff }
/* 274 */ }
/* 275 */ .nav-pills > li { float: left }
/* 276 */ .nav-pills > li > a { border-radius: 4px }
/* 277 */ .nav-pills > li + li { margin-left: 2px }
/* 278 */ .nav-pills > li.active > a,
/* 279 */ .nav-pills > li.active > a:hover,
/* 280 */ .nav-pills > li.active > a:focus {
/* 281 */     color: #ffffff;
/* 282 */     background-color: #337ab7;
/* 283 */ }
/* 284 */ .nav-stacked > li { float: none }
/* 285 */ .nav-stacked > li + li {
/* 286 */     margin-top: 2px;
/* 287 */     margin-left: 0;
/* 288 */ }
/* 289 */ .nav-justified { width: 100% }
/* 290 */ .nav-justified > li { float: none }
/* 291 */ .nav-justified > li > a {
/* 292 */     text-align: center;
/* 293 */     margin-bottom: 5px;
/* 294 */ }
/* 295 */ .nav-justified > .dropdown .sub-menu {
/* 296 */     top: auto;
/* 297 */     left: auto;
/* 298 */ }
/* 299 */ @media (min-width: 991px) { 
/* 300 */     .nav-justified > li {

/* nav.css */

/* 301 */         display: table-cell;
/* 302 */         width: 1%;
/* 303 */     }
/* 304 */     .nav-justified > li > a { margin-bottom: 0 }
/* 305 */ }
/* 306 */ .nav-tabs-justified { border-bottom: 0 }
/* 307 */ .nav-tabs-justified > li > a {
/* 308 */     margin-right: 0;
/* 309 */     border-radius: 4px;
/* 310 */ }
/* 311 */ .nav-tabs-justified > .active > a,
/* 312 */ .nav-tabs-justified > .active > a:hover,
/* 313 */ .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd }
/* 314 */ @media (min-width: 991px) { 
/* 315 */     .nav-tabs-justified > li > a {
/* 316 */         border-bottom: 1px solid #dddddd;
/* 317 */         border-radius: 4px 4px 0 0;
/* 318 */     }
/* 319 */     .nav-tabs-justified > .active > a,
/* 320 */     .nav-tabs-justified > .active > a:hover,
/* 321 */     .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff }
/* 322 */ }
/* 323 */ .tab-content > .tab-pane {
/* 324 */     display: none;
/* 325 */     visibility: hidden;
/* 326 */ }
/* 327 */ .tab-content > .active {
/* 328 */     display: block;
/* 329 */     visibility: visible;
/* 330 */ }
/* 331 */ .nav-tabs .sub-menu {
/* 332 */     margin-top: -1px;
/* 333 */     border-top-right-radius: 0;
/* 334 */     border-top-left-radius: 0;
/* 335 */ }
/* 336 */ .navbar {
/* 337 */     position: relative;
/* 338 */     float: left;
/* 339 */ }
/* 340 */ @media (min-width: 991px) { 
/* 341 */     .navbar {
/* 342 */         border-radius: 0px;
/* 343 */         float: left;
/* 344 */     }
/* 345 */ }
/* 346 */ @media (min-width: 991px) { 
/* 347 */     .navbar-header { float: left }
/* 348 */ }
/* 349 */ .navbar-collapse {
/* 350 */     -webkit-overflow-scrolling: touch;

/* nav.css */

/* 351 */ }
/* 352 */ .navbar-collapse.in { overflow-y: auto }
/* 353 */ @media (min-width: 991px) { 
/* 354 */     .navbar-collapse {
/* 355 */         width: auto;
/* 356 */         border-top: 0;
/* 357 */         -webkit-box-shadow: none;
/* 358 */         box-shadow: none;
/* 359 */     }
/* 360 */     .navbar-collapse.collapse {
/* 361 */         display: block !important;
/* 362 */         visibility: visible !important;
/* 363 */         height: auto !important;
/* 364 */         padding-bottom: 0;
/* 365 */         overflow: visible !important;
/* 366 */     }
/* 367 */     .navbar-collapse.in { overflow-y: visible }
/* 368 */     .navbar-fixed-top .navbar-collapse,
/* 369 */     .navbar-static-top .navbar-collapse,
/* 370 */     .navbar-fixed-bottom .navbar-collapse {
/* 371 */         padding-left: 0;
/* 372 */         padding-right: 0;
/* 373 */     }
/* 374 */ }
/* 375 */ .navbar-fixed-top .navbar-collapse,
/* 376 */ .navbar-fixed-bottom .navbar-collapse { max-height: 340px }
/* 377 */ @media (max-device-width: 480px) and (orientation: landscape) { 
/* 378 */     .navbar-fixed-top .navbar-collapse,
/* 379 */     .navbar-fixed-bottom .navbar-collapse { max-height: 200px }
/* 380 */ }
/* 381 */ .container > .navbar-header,
/* 382 */ .container-fluid > .navbar-header,
/* 383 */ .container > .navbar-collapse,
/* 384 */ .container-fluid > .navbar-collapse {
/* 385 */     margin-right: -15px;
/* 386 */     margin-left: -15px;
/* 387 */ }
/* 388 */ @media (min-width: 991px) { 
/* 389 */     .container > .navbar-header,
/* 390 */     .container-fluid > .navbar-header,
/* 391 */     .container > .navbar-collapse,
/* 392 */     .container-fluid > .navbar-collapse {
/* 393 */         margin-right: 0;
/* 394 */         margin-left: 0;
/* 395 */     }
/* 396 */ }
/* 397 */ .navbar-static-top {
/* 398 */     z-index: 1000;
/* 399 */     border-width: 0 0 1px;
/* 400 */ }

/* nav.css */

/* 401 */ @media (min-width: 991px) { 
/* 402 */     .navbar-static-top { border-radius: 0 }
/* 403 */ }
/* 404 */ .navbar-fixed-top,
/* 405 */ .navbar-fixed-bottom {
/* 406 */     position: fixed;
/* 407 */     right: 0;
/* 408 */     left: 0;
/* 409 */     z-index: 1030;
/* 410 */ }
/* 411 */ @media (min-width: 991px) { 
/* 412 */     .navbar-fixed-top,
/* 413 */     .navbar-fixed-bottom { border-radius: 0 }
/* 414 */ }
/* 415 */ .navbar-fixed-top {
/* 416 */     top: 0;
/* 417 */     border-width: 0 0 1px;
/* 418 */ }
/* 419 */ .navbar-fixed-bottom {
/* 420 */     bottom: 0;
/* 421 */     margin-bottom: 0;
/* 422 */     border-width: 1px 0 0;
/* 423 */ }
/* 424 */ .navbar-brand {
/* 425 */     float: left;
/* 426 */     padding: 15px 15px;
/* 427 */     font-size: 18px;
/* 428 */     line-height: 20px;
/* 429 */     height: 50px;
/* 430 */ }
/* 431 */ .navbar-brand:hover,
/* 432 */ .navbar-brand:focus { text-decoration: none }
/* 433 */ .navbar-brand > img { display: block }
/* 434 */ @media (min-width: 991px) { 
/* 435 */     .navbar > .container .navbar-brand,
/* 436 */     .navbar > .container-fluid .navbar-brand { margin-left: -15px }
/* 437 */ }
/* 438 */ .navbar-toggle {
/* 439 */     position: relative;
/* 440 */     float: left;
/* 441 */     padding: 18px 14px;
/* 442 */     background-color: transparent;
/* 443 */     background-image: none;
/* 444 */     border: none;
/* 445 */     border-radius: 0;
/* 446 */     height: 54px;
/* 447 */     width: 54px;
/* 448 */     border-right: 1px solid rgba(255,255,255,0.6);
/* 449 */     border-left: 1px solid rgba(255,255,255,0.6);
/* 450 */ }

/* nav.css */

/* 451 */ .navbar-toggle:focus { outline: 0 }
/* 452 */ .navbar-toggle .icon-bar {
/* 453 */     display: block;
/* 454 */     width: 27px;
/* 455 */     height: 3px;
/* 456 */     border-radius: 1px;
/* 457 */     background: #fff;
/* 458 */ }
/* 459 */ .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px }
/* 460 */ @media (min-width: 991px) { 
/* 461 */     .navbar-toggle { display: none }
/* 462 */ }
/* 463 */ .navbar-nav > li > a {
/* 464 */     padding: 14px 25px;
/* 465 */     color: #fff;
/* 466 */     text-transform: uppercase;
/* 467 */     font-size: 15px;
/* 468 */     border-left: 1px solid rgba(255,255,255,0.6);
/* 469 */     -webkit-transition: all 0.2s linear;
/* 470 */     -moz-transition: all 0.2s linear;
/* 471 */     -o-transition: all 0.2s linear;
/* 472 */     transition: all 0.2s linear;
/* 473 */     position: relative;
/* 474 */ }
/* 475 */ .navbar-nav > li:last-child > a { border-right: 1px solid rgba(255,255,255,0.6) }
/* 476 */ @media (max-width: 991px) { 
/* 477 */     .navbar-nav .open .sub-menu {
/* 478 */         position: static;
/* 479 */         float: none;
/* 480 */         width: auto;
/* 481 */         margin-top: 0;
/* 482 */         background-color: transparent;
/* 483 */         border: 0;
/* 484 */         -webkit-box-shadow: none;
/* 485 */         box-shadow: none;
/* 486 */     }
/* 487 */     .navbar-nav .open .sub-menu > li > a,
/* 488 */     .navbar-nav .open .sub-menu .dropdown-header { padding: 5px 15px 5px 25px }
/* 489 */     .navbar-nav .open .sub-menu > li > a { line-height: 20px }
/* 490 */     .navbar-nav .open .sub-menu > li > a:hover,
/* 491 */     .navbar-nav .open .sub-menu > li > a:focus { background-image: none }
/* 492 */ }
/* 493 */ @media (min-width: 991px) { 
/* 494 */     .navbar-nav {
/* 495 */         float: left;
/* 496 */         margin: 0;
/* 497 */     }
/* 498 */     .navbar-nav > li { float: left }
/* 499 */ }
/* 500 */ .navbar-form {

/* nav.css */

/* 501 */     margin-left: -15px;
/* 502 */     margin-right: -15px;
/* 503 */     padding: 10px 15px;
/* 504 */     border-top: 1px solid transparent;
/* 505 */     border-bottom: 1px solid transparent;
/* 506 */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
/* 507 */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
/* 508 */     margin-top: 8px;
/* 509 */     margin-bottom: 8px;
/* 510 */ }
/* 511 */ @media (min-width: 991px) { 
/* 512 */     .navbar-form .form-group {
/* 513 */         display: inline-block;
/* 514 */         margin-bottom: 0;
/* 515 */         vertical-align: middle;
/* 516 */     }
/* 517 */     .navbar-form .form-control {
/* 518 */         display: inline-block;
/* 519 */         width: auto;
/* 520 */         vertical-align: middle;
/* 521 */     }
/* 522 */     .navbar-form .form-control-static { display: inline-block }
/* 523 */     .navbar-form .input-group {
/* 524 */         display: inline-table;
/* 525 */         vertical-align: middle;
/* 526 */     }
/* 527 */     .navbar-form .input-group .input-group-addon,
/* 528 */     .navbar-form .input-group .input-group-btn,
/* 529 */     .navbar-form .input-group .form-control { width: auto }
/* 530 */     .navbar-form .input-group > .form-control { width: 100% }
/* 531 */     .navbar-form .control-label {
/* 532 */         margin-bottom: 0;
/* 533 */         vertical-align: middle;
/* 534 */     }
/* 535 */     .navbar-form .radio,
/* 536 */     .navbar-form .checkbox {
/* 537 */         display: inline-block;
/* 538 */         margin-top: 0;
/* 539 */         margin-bottom: 0;
/* 540 */         vertical-align: middle;
/* 541 */     }
/* 542 */     .navbar-form .radio label,
/* 543 */     .navbar-form .checkbox label { padding-left: 0 }
/* 544 */     .navbar-form .radio input[type="radio"],
/* 545 */     .navbar-form .checkbox input[type="checkbox"] {
/* 546 */         position: relative;
/* 547 */         margin-left: 0;
/* 548 */     }
/* 549 */     .navbar-form .has-feedback .form-control-feedback { top: 0 }
/* 550 */ }

/* nav.css */

/* 551 */ @media (max-width: 991px) { 
/* 552 */     .navbar-form .form-group { margin-bottom: 5px }
/* 553 */     .navbar-form .form-group:last-child { margin-bottom: 0 }
/* 554 */ }
/* 555 */ @media (min-width: 991px) { 
/* 556 */     .navbar-form {
/* 557 */         width: auto;
/* 558 */         border: 0;
/* 559 */         margin-left: 0;
/* 560 */         margin-right: 0;
/* 561 */         padding-top: 0;
/* 562 */         padding-bottom: 0;
/* 563 */         -webkit-box-shadow: none;
/* 564 */         box-shadow: none;
/* 565 */     }
/* 566 */ }
/* 567 */ .navbar-nav > li > .sub-menu {
/* 568 */     margin-top: 0;
/* 569 */     border-top-right-radius: 0;
/* 570 */     border-top-left-radius: 0;
/* 571 */ }
/* 572 */ .navbar-fixed-bottom .navbar-nav > li > .sub-menu {
/* 573 */     border-top-right-radius: 4px;
/* 574 */     border-top-left-radius: 4px;
/* 575 */     border-bottom-right-radius: 0;
/* 576 */     border-bottom-left-radius: 0;
/* 577 */ }
/* 578 */ .navbar-btn {
/* 579 */     margin-top: 8px;
/* 580 */     margin-bottom: 8px;
/* 581 */ }
/* 582 */ .navbar-btn.btn-sm {
/* 583 */     margin-top: 10px;
/* 584 */     margin-bottom: 10px;
/* 585 */ }
/* 586 */ .navbar-btn.btn-xs {
/* 587 */     margin-top: 14px;
/* 588 */     margin-bottom: 14px;
/* 589 */ }
/* 590 */ .navbar-text {
/* 591 */     margin-top: 15px;
/* 592 */     margin-bottom: 15px;
/* 593 */ }
/* 594 */ @media (min-width: 991px) { 
/* 595 */     .navbar-text {
/* 596 */         float: left;
/* 597 */         margin-left: 15px;
/* 598 */         margin-right: 15px;
/* 599 */     }
/* 600 */ }

/* nav.css */

/* 601 */ @media (min-width: 991px) { 
/* 602 */     .navbar-left { float: left !important }
/* 603 */     .navbar-right {
/* 604 */         float: right !important;
/* 605 */         margin-right: -15px;
/* 606 */     }
/* 607 */     .navbar-right ~ .navbar-right { margin-right: 0 }
/* 608 */ }
/* 609 */ .navbar-default {
/* 610 */     background-color: #f8f8f8;
/* 611 */     border-color: #e7e7e7;
/* 612 */ }
/* 613 */ .navbar-default .navbar-brand { color: #777777 }
/* 614 */ .navbar-default .navbar-brand:hover,
/* 615 */ .navbar-default .navbar-brand:focus {
/* 616 */     color: #5e5e5e;
/* 617 */     background-color: transparent;
/* 618 */ }
/* 619 */ .navbar-default .navbar-text { color: #777777 }
/* 620 */ .navbar-default .navbar-nav > li > a { color: #777777 }
/* 621 */ .navbar-default .navbar-nav > li > a:hover,
/* 622 */ .navbar-default .navbar-nav > li > a:focus {
/* 623 */     color: #333333;
/* 624 */     background-color: transparent;
/* 625 */ }
/* 626 */ .navbar-default .navbar-nav > .active > a,
/* 627 */ .navbar-default .navbar-nav > .active > a:hover,
/* 628 */ .navbar-default .navbar-nav > .active > a:focus {
/* 629 */     color: #555555;
/* 630 */     background-color: #e7e7e7;
/* 631 */ }
/* 632 */ .navbar-default .navbar-nav > .disabled > a,
/* 633 */ .navbar-default .navbar-nav > .disabled > a:hover,
/* 634 */ .navbar-default .navbar-nav > .disabled > a:focus {
/* 635 */     color: #cccccc;
/* 636 */     background-color: transparent;
/* 637 */ }
/* 638 */ .navbar-default .navbar-toggle { border-color: #dddddd }
/* 639 */ .navbar-default .navbar-toggle:hover,
/* 640 */ .navbar-default .navbar-toggle:focus { background-color: #dddddd }
/* 641 */ .navbar-default .navbar-toggle .icon-bar { background-color: #888888 }
/* 642 */ .navbar-default .navbar-collapse,
/* 643 */ .navbar-default .navbar-form { border-color: #e7e7e7 }
/* 644 */ .navbar-default .navbar-nav > .open > a,
/* 645 */ .navbar-default .navbar-nav > .open > a:hover,
/* 646 */ .navbar-default .navbar-nav > .open > a:focus {
/* 647 */     background-color: #e7e7e7;
/* 648 */     color: #555555;
/* 649 */ }
/* 650 */ @media (max-width: 991px) { 

/* nav.css */

/* 651 */     .navbar-default .navbar-nav .open .sub-menu > li > a { color: #777777 }
/* 652 */     .navbar-default .navbar-nav .open .sub-menu > li > a:hover,
/* 653 */     .navbar-default .navbar-nav .open .sub-menu > li > a:focus {
/* 654 */         color: #333333;
/* 655 */         background-color: transparent;
/* 656 */     }
/* 657 */     .navbar-default .navbar-nav .open .sub-menu > .active > a,
/* 658 */     .navbar-default .navbar-nav .open .sub-menu > .active > a:hover,
/* 659 */     .navbar-default .navbar-nav .open .sub-menu > .active > a:focus {
/* 660 */         color: #555555;
/* 661 */         background-color: #e7e7e7;
/* 662 */     }
/* 663 */     .navbar-default .navbar-nav .open .sub-menu > .disabled > a,
/* 664 */     .navbar-default .navbar-nav .open .sub-menu > .disabled > a:hover,
/* 665 */     .navbar-default .navbar-nav .open .sub-menu > .disabled > a:focus {
/* 666 */         color: #cccccc;
/* 667 */         background-color: transparent;
/* 668 */     }
/* 669 */ }
/* 670 */ .navbar-default .navbar-link { color: #777777 }
/* 671 */ .navbar-default .navbar-link:hover { color: #333333 }
/* 672 */ .navbar-default .btn-link { color: #777777 }
/* 673 */ .navbar-default .btn-link:hover,
/* 674 */ .navbar-default .btn-link:focus { color: #333333 }
/* 675 */ .navbar-default .btn-link[disabled]:hover,
/* 676 */ fieldset[disabled] .navbar-default .btn-link:hover,
/* 677 */ .navbar-default .btn-link[disabled]:focus,
/* 678 */ fieldset[disabled] .navbar-default .btn-link:focus { color: #cccccc }
/* 679 */ .navbar-inverse {
/* 680 */     background-color: #222222;
/* 681 */     border-color: #080808;
/* 682 */ }
/* 683 */ .navbar-inverse .navbar-brand { color: #9d9d9d }
/* 684 */ .navbar-inverse .navbar-brand:hover,
/* 685 */ .navbar-inverse .navbar-brand:focus {
/* 686 */     color: #ffffff;
/* 687 */     background-color: transparent;
/* 688 */ }
/* 689 */ .navbar-inverse .navbar-text { color: #9d9d9d }
/* 690 */ .navbar-inverse .navbar-nav > li > a { color: #9d9d9d }
/* 691 */ .navbar-inverse .navbar-nav > li > a:hover,
/* 692 */ .navbar-inverse .navbar-nav > li > a:focus {
/* 693 */     color: #ffffff;
/* 694 */     background-color: transparent;
/* 695 */ }
/* 696 */ .navbar-inverse .navbar-nav > .active > a,
/* 697 */ .navbar-inverse .navbar-nav > .active > a:hover,
/* 698 */ .navbar-inverse .navbar-nav > .active > a:focus {
/* 699 */     color: #ffffff;
/* 700 */     background-color: #080808;

/* nav.css */

/* 701 */ }
/* 702 */ .navbar-inverse .navbar-nav > .disabled > a,
/* 703 */ .navbar-inverse .navbar-nav > .disabled > a:hover,
/* 704 */ .navbar-inverse .navbar-nav > .disabled > a:focus {
/* 705 */     color: #444444;
/* 706 */     background-color: transparent;
/* 707 */ }
/* 708 */ .navbar-inverse .navbar-toggle { border-color: #333333 }
/* 709 */ .navbar-inverse .navbar-toggle:hover,
/* 710 */ .navbar-inverse .navbar-toggle:focus { background-color: #333333 }
/* 711 */ .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff }
/* 712 */ .navbar-inverse .navbar-collapse,
/* 713 */ .navbar-inverse .navbar-form { border-color: #101010 }
/* 714 */ .navbar-inverse .navbar-nav > .open > a,
/* 715 */ .navbar-inverse .navbar-nav > .open > a:hover,
/* 716 */ .navbar-inverse .navbar-nav > .open > a:focus {
/* 717 */     background-color: #080808;
/* 718 */     color: #ffffff;
/* 719 */ }
/* 720 */ @media (max-width: 991px) { 
/* 721 */     .navbar-inverse .navbar-nav .open .sub-menu > .dropdown-header { border-color: #080808 }
/* 722 */     .navbar-inverse .navbar-nav .open .sub-menu .divider { background-color: #080808 }
/* 723 */     .navbar-inverse .navbar-nav .open .sub-menu > li > a { color: #9d9d9d }
/* 724 */     .navbar-inverse .navbar-nav .open .sub-menu > li > a:hover,
/* 725 */     .navbar-inverse .navbar-nav .open .sub-menu > li > a:focus {
/* 726 */         color: #ffffff;
/* 727 */         background-color: transparent;
/* 728 */     }
/* 729 */     .navbar-inverse .navbar-nav .open .sub-menu > .active > a,
/* 730 */     .navbar-inverse .navbar-nav .open .sub-menu > .active > a:hover,
/* 731 */     .navbar-inverse .navbar-nav .open .sub-menu > .active > a:focus {
/* 732 */         color: #ffffff;
/* 733 */         background-color: #080808;
/* 734 */     }
/* 735 */     .navbar-inverse .navbar-nav .open .sub-menu > .disabled > a,
/* 736 */     .navbar-inverse .navbar-nav .open .sub-menu > .disabled > a:hover,
/* 737 */     .navbar-inverse .navbar-nav .open .sub-menu > .disabled > a:focus {
/* 738 */         color: #444444;
/* 739 */         background-color: transparent;
/* 740 */     }
/* 741 */ }
/* 742 */ .navbar-inverse .navbar-link { color: #9d9d9d }
/* 743 */ .navbar-inverse .navbar-link:hover { color: #ffffff }
/* 744 */ .navbar-inverse .btn-link { color: #9d9d9d }
/* 745 */ .navbar-inverse .btn-link:hover,
/* 746 */ .navbar-inverse .btn-link:focus { color: #ffffff }
/* 747 */ .navbar-inverse .btn-link[disabled]:hover,
/* 748 */ fieldset[disabled] .navbar-inverse .btn-link:hover,
/* 749 */ .navbar-inverse .btn-link[disabled]:focus,
/* 750 */ fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444444 }

/* nav.css */

/* 751 */ .clearfix:before,
/* 752 */ .clearfix:after,
/* 753 */ .form-horizontal .form-group:before,
/* 754 */ .form-horizontal .form-group:after,
/* 755 */ .nav:before,
/* 756 */ .nav:after,
/* 757 */ .navbar:before,
/* 758 */ .navbar:after,
/* 759 */ .navbar-header:before,
/* 760 */ .navbar-header:after,
/* 761 */ .navbar-collapse:before,
/* 762 */ .navbar-collapse:after,
/* 763 */ .modal-footer:before,
/* 764 */ .modal-footer:after {
/* 765 */     content: " ";
/* 766 */     display: table;
/* 767 */ }
/* 768 */ .clearfix:after,
/* 769 */ .form-horizontal .form-group:after,
/* 770 */ .nav:after,
/* 771 */ .navbar:after,
/* 772 */ .navbar-header:after,
/* 773 */ .navbar-collapse:after,
/* 774 */ .modal-footer:after { clear: both }
/* 775 */ .current-menu-item.current_page_item {
/* 776 */     background: rgba(0,0,0,0.10);
/* 777 */ }
/* 778 */ .current-menu-item {
/* 779 */     background: rgba(0,0,0,0.10);
/* 780 */ }
/* 781 */ .current_page_item {
/* 782 */     background: rgba(0,0,0,0.10);
/* 783 */ }
/* 784 */ .navbar-toggle:hover .icon-bar {
/* 785 */     background: #FF9E0E;
/* 786 */         -webkit-transition: all 0.2s linear;
/* 787 */     -moz-transition: all 0.2s linear;
/* 788 */     -o-transition: all 0.2s linear;
/* 789 */     transition: all 0.2s linear;
/* 790 */ }
/* 791 */ .navbar-toggle {
/* 792 */         -webkit-transition: all 0.2s linear;
/* 793 */     -moz-transition: all 0.2s linear;
/* 794 */     -o-transition: all 0.2s linear;
/* 795 */     transition: all 0.2s linear;
/* 796 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

file-relative URI  : ../images/plus.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/plus.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/plus.png
traversals removed : /wp-content/themes/univermag/assets/images/plus.png

file-relative URI  : ../images/minus.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/minus.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/minus.png
traversals removed : /wp-content/themes/univermag/assets/images/minus.png

file-relative URI  : ../images/plus.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/plus.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/plus.png
traversals removed : /wp-content/themes/univermag/assets/images/plus.png

file-relative URI  : ../images/minus.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/minus.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/minus.png
traversals removed : /wp-content/themes/univermag/assets/images/minus.png

file-relative URI  : ../images/dotted.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/dotted.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/dotted.png
traversals removed : /wp-content/themes/univermag/assets/images/dotted.png

file-relative URI  : ../images/dashed.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/dashed.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/dashed.png
traversals removed : /wp-content/themes/univermag/assets/images/dashed.png

file-relative URI  : ../images/double-line.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css/../images/double-line.png
docroot stripped   : /wp-content/themes/univermag/assets/css/../images/double-line.png
traversals removed : /wp-content/themes/univermag/assets/images/double-line.png

*/

/* shortcodes.css */

/* 1   */ /*
/* 2   *|  * Plugin: Symple Shortcodes Plugin
/* 3   *|  * Author: AJ Clarke : http://wpexplorer.com
/* 4   *|  * Copyright: Copyright (c) 2012, AJ Clarke
/* 5   *| */
/* 6   */ /* Global Styles
/* 7   *| ================================================== */
/* 8   */ .symple-clear-floats { clear: both; }
/* 9   */ .symple-clearfix:after {
/* 10  */     display: block;
/* 11  */     visibility: hidden;
/* 12  */     clear: both;
/* 13  */     height: 0;
/* 14  */     content: ".";
/* 15  */     line-height: 0;
/* 16  */ }
/* 17  */ .symple-fadein { opacity: 0; }
/* 18  */ /* Spacing
/* 19  *| ================================================== */
/* 20  */ .symple-spacing {
/* 21  */     display: block;
/* 22  */     margin: 0 !important;
/* 23  */     padding: 0 !important;
/* 24  */     height: auto;
/* 25  */     outline: none !important;
/* 26  */     border: none !important;
/* 27  */     background: none !important;
/* 28  */ }
/* 29  */ /* Divider
/* 30  *| ================================================== */
/* 31  */ .symple-divider {
/* 32  */     display: block;
/* 33  */     margin: 0;
/* 34  */     width: 100%;
/* 35  */     height: 0;
/* 36  */     background: none !important;
/* 37  */ }
/* 38  */ .symple-divider.solid { border-top: 1px solid #eee; }
/* 39  */ .symple-divider.dashed { border-top: 2px dashed #eee; }
/* 40  */ .symple-divider.dotted { border-top: 3px dotted #eee; }
/* 41  */ .symple-divider.double {
/* 42  */     height: 5px;
/* 43  */     border-top: 1px solid #eee;
/* 44  */     border-bottom: 1px solid #eee;
/* 45  */ }
/* 46  */ .symple-divider.fadeout {
/* 47  */     margin-top: 12px;
/* 48  */     margin-right: auto;
/* 49  */     margin-bottom: 42px;
/* 50  */     margin-left: auto;

/* shortcodes.css */

/* 51  */     width: 100%;
/* 52  */     height: 1px;
/* 53  */     border: none;
/* 54  */     background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important;
/* 55  */     background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 56  */     background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 57  */     background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 58  */     background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 59  */     background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 60  */ }
/* 61  */ .symple-divider.fadein {
/* 62  */     margin-top: 12px;
/* 63  */     margin-right: auto;
/* 64  */     margin-bottom: 42px;
/* 65  */     margin-left: auto;
/* 66  */     width: 100%;
/* 67  */     height: 1px;
/* 68  */     border: none;
/* 69  */     background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important;
/* 70  */     background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 71  */     background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 72  */     background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 73  */     background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 74  */     background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
/* 75  */ }
/* 76  */ /* Social
/* 77  *| ================================================== */
/* 78  */ .symple-social-icon {
/* 79  */     display: inline-block;
/* 80  */     margin-right: 5px;
/* 81  */ }
/* 82  */ .symple-social-icon img {
/* 83  */     display: inline;
/* 84  */     margin: 0;
/* 85  */     padding: 0;
/* 86  */     outline: none;
/* 87  */     border: none;
/* 88  */     box-shadow: none !important;
/* 89  */ }
/* 90  */ .symple-social-icon img:hover { opacity: 0.8; }
/* 91  */ /* Columns
/* 92  *| ================================================== */
/* 93  */ .symple-one-half { width: 48%; }
/* 94  */ .symple-one-third { width: 30.66%; }
/* 95  */ .symple-two-third { width: 65.33%; }
/* 96  */ .symple-one-fourth { width: 22%; }
/* 97  */ .symple-three-fourth { width: 74%; }
/* 98  */ .symple-one-fifth { width: 16.8%; }
/* 99  */ .symple-two-fifth { width: 37.6%; }
/* 100 */ .symple-three-fifth { width: 58.4%; }

/* shortcodes.css */

/* 101 */ .symple-four-fifth { width: 67.2%; }
/* 102 */ .symple-one-sixth { width: 13.33%; }
/* 103 */ .symple-five-sixth { width: 82.67%; }
/* 104 */ .symple-one-half,
/* 105 */ .symple-one-third,
/* 106 */ .symple-two-third,
/* 107 */ .symple-three-fourth,
/* 108 */ .symple-one-fourth,
/* 109 */ .symple-one-fifth,
/* 110 */ .symple-two-fifth,
/* 111 */ .symple-three-fifth,
/* 112 */ .symple-four-fifth,
/* 113 */ .symple-one-sixth,
/* 114 */ .symple-five-sixth {
/* 115 */     position: relative;
/* 116 */     float: left;
/* 117 */     -webkit-box-sizing: border-box;
/* 118 */     -moz-box-sizing: border-box;
/* 119 */     box-sizing: border-box;
/* 120 */     margin-right: 4%;
/* 121 */     margin-bottom: 2em;
/* 122 */ }
/* 123 */ .symple-column-last {
/* 124 */     clear: right;
/* 125 */     margin-right: 0!important;
/* 126 */ }
/* 127 */ .symple-column-last:after {
/* 128 */     display: block;
/* 129 */     visibility: hidden;
/* 130 */     clear: both;
/* 131 */     height: 0;
/* 132 */     content: ".";
/* 133 */     line-height: 0;
/* 134 */ }
/* 135 */ .symple-one-half,
/* 136 */ .symple-one-third,
/* 137 */ .symple-two-third,
/* 138 */ .symple-three-fourth,
/* 139 */ .symple-one-fourth,
/* 140 */ .symple-one-fifth,
/* 141 */ .symple-two-fifth,
/* 142 */ .symple-three-fifth,
/* 143 */ .symple-four-fifth,
/* 144 */ .symple-one-sixth,
/* 145 */ .symple-five-sixth { }
/* 146 */ /* Buttons
/* 147 *| ================================================== */
/* 148 */ .symple-button {
/* 149 */     display: inline-block;
/* 150 */     margin: 5px 5px 5px 0;

/* shortcodes.css */

/* 151 */     outline: none;
/* 152 */     border: 1px solid #7e7e7e;
/* 153 */     background: #aaaaaa;
/* 154 */     background: #7e7e7e;
/* 155 */     text-align: center;
/* 156 */     text-decoration: none !important;
/* 157 */     white-space: nowrap;
/* 158 */     cursor: pointer;
/* 159 */     nowhitespace: afterproperty;
/* 160 */ }
/* 161 */ .symple-button span.symple-button-inner {
/* 162 */     display: block;
/* 163 */     padding: 9px;
/* 164 */     color: #fff;
/* 165 */     text-align: center;
/* 166 */     text-decoration: none;
/* 167 */     text-transform: uppercase;
/* 168 */     white-space: nowrap;
/* 169 */     font-weight: 400;
/* 170 */ }
/* 171 */ .symple-button:active {
/* 172 */     background: #7e7e7e;
/* 173 */     background: -moz-linear-gradient(top,  #7e7e7e 0%, #aaaaaa 100%);
/* 174 */     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#aaaaaa));
/* 175 */     background: -webkit-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
/* 176 */     background: -o-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
/* 177 */     background: -ms-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
/* 178 */     background: linear-gradient(to bottom,  #7e7e7e 0%,#aaaaaa 100%);
/* 179 */     text-decoration: none;
/* 180 */     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#aaaaaa',GradientType=0 );
/* 181 */ }
/* 182 */ .symple-button:hover { text-decoration: none; }
/* 183 */ .symple-button.black {
/* 184 */     border: 1px solid #444;
/* 185 */     background: #444;
/* 186 */ }
/* 187 */ .symple-button.black:active {
/* 188 */     border: 1px solid #444;
/* 189 */     background: #fff;
/* 190 */ }
/* 191 */ .symple-button.black:hover {
/* 192 */     border: 1px solid #444;
/* 193 */     background: #fff;
/* 194 */ }
/* 195 */ .symple-button.black span.symple-button-inner:hover { color: #444; }
/* 196 */ .symple-button.red {
/* 197 */     border: 1px solid #d01d10;
/* 198 */     background: #d01d10;
/* 199 */ }
/* 200 */ .symple-button.red:active {

/* shortcodes.css */

/* 201 */     border: 1px solid #d01d10;
/* 202 */     background: #fff;
/* 203 */ }
/* 204 */ .symple-button.red:hover {
/* 205 */     border: 1px solid #d01d10;
/* 206 */     background: #fff;
/* 207 */ }
/* 208 */ .symple-button.red span.symple-button-inner:hover { color: #d01d10; }
/* 209 */ .symple-button.orange {
/* 210 */     border: 1px solid #FF9E0E;
/* 211 */     background: #FF9E0E;
/* 212 */ }
/* 213 */ .symple-button.orange:active {
/* 214 */     border: 1px solid #FF9E0E;
/* 215 */     background: #fff;
/* 216 */ }
/* 217 */ .symple-button.orange:hover {
/* 218 */     border: 1px solid #FF9E0E;
/* 219 */     background: #fff;
/* 220 */ }
/* 221 */ .symple-button.orange span.symple-button-inner:hover { color: #FF9E0E; }
/* 222 */ .symple-button.blue {
/* 223 */     border: 1px solid #39C2EC;
/* 224 */     background: #39C2EC;
/* 225 */ }
/* 226 */ .symple-button.blue:active {
/* 227 */     border: 1px solid #39C2EC;
/* 228 */     background: #fff;
/* 229 */ }
/* 230 */ .symple-button.blue:hover {
/* 231 */     border: 1px solid #39C2EC;
/* 232 */     background: #fff;
/* 233 */ }
/* 234 */ .symple-button.blue span.symple-button-inner:hover { color: #39C2EC; }
/* 235 */ .symple-button.rosy {
/* 236 */     border: 1px solid #f295a2;
/* 237 */     background: #f295a2;
/* 238 */ }
/* 239 */ .symple-button.rosy:active {
/* 240 */     border: 1px solid #f295a2;
/* 241 */     background: #fff;
/* 242 */ }
/* 243 */ .symple-button.rosy:hover {
/* 244 */     border: 1px solid #f295a2;
/* 245 */     background: #fff;
/* 246 */ }
/* 247 */ .symple-button.rosy span.symple-button-inner:hover { color: #f295a2; }
/* 248 */ .symple-button.pink {
/* 249 */     border: 1px solid #e3618d;
/* 250 */     background: #e3618d;

/* shortcodes.css */

/* 251 */ }
/* 252 */ .symple-button.pink:active {
/* 253 */     border: 1px solid #e3618d;
/* 254 */     background: #fff;
/* 255 */ }
/* 256 */ .symple-button.pink:hover {
/* 257 */     border: 1px solid #e3618d;
/* 258 */     background: #fff;
/* 259 */ }
/* 260 */ .symple-button.pink span.symple-button-inner:hover { color: #e3618d; }
/* 261 */ .symple-button.green {
/* 262 */     border: 1px solid #09C668;
/* 263 */     background: #09C668;
/* 264 */ }
/* 265 */ .symple-button.green:active {
/* 266 */     border: 1px solid #09C668;
/* 267 */     background: #fff;
/* 268 */ }
/* 269 */ .symple-button.green:hover {
/* 270 */     border: 1px solid #09C668;
/* 271 */     background: #fff;
/* 272 */ }
/* 273 */ .symple-button.green span.symple-button-inner:hover { color: #09C668; }
/* 274 */ .symple-button.gold {
/* 275 */     border: 1px solid #ffc750;
/* 276 */     background: #ffc750;
/* 277 */ }
/* 278 */ .symple-button.gold:active {
/* 279 */     border: 1px solid #ffc750;
/* 280 */     background: #fff;
/* 281 */ }
/* 282 */ .symple-button.gold:hover {
/* 283 */     border: 1px solid #ffc750;
/* 284 */     background: #fff;
/* 285 */ }
/* 286 */ .symple-button.gold span.symple-button-inner:hover { color: #ffc750; }
/* 287 */ .symple-button.brown {
/* 288 */     border: 1px solid #876565;
/* 289 */     background: #876565;
/* 290 */ }
/* 291 */ .symple-button.brown:active {
/* 292 */     border: 1px solid #876565;
/* 293 */     background: #fff;
/* 294 */ }
/* 295 */ .symple-button.brown:hover {
/* 296 */     border: 1px solid #876565;
/* 297 */     background: #fff;
/* 298 */ }
/* 299 */ .symple-button.brown span.symple-button-inner:hover { color: #876565; }
/* 300 */ .symple-button.purple {

/* shortcodes.css */

/* 301 */     border: 1px solid #524656;
/* 302 */     background: #524656;
/* 303 */ }
/* 304 */ .symple-button.purple:active {
/* 305 */     border: 1px solid #524656;
/* 306 */     background: #fff;
/* 307 */ }
/* 308 */ .symple-button.purple:hover {
/* 309 */     border: 1px solid #524656;
/* 310 */     background: #fff;
/* 311 */ }
/* 312 */ .symple-button.purple span.symple-button-inner:hover { color: #524656; }
/* 313 */ .symple-button.teal {
/* 314 */     border: 1px solid #3c9091;
/* 315 */     background: #3c9091;
/* 316 */ }
/* 317 */ .symple-button.teal:active {
/* 318 */     border: 1px solid #3c9091;
/* 319 */     background: #fff;
/* 320 */ }
/* 321 */ .symple-button.teal:hover {
/* 322 */     border: 1px solid #3c9091;
/* 323 */     background: #fff;
/* 324 */ }
/* 325 */ .symple-button.teal span.symple-button-inner:hover { color: #3c9091; }
/* 326 */ .symple-button.navy {
/* 327 */     border: 1px solid #2c76cf;
/* 328 */     background: #2c76cf;
/* 329 */ }
/* 330 */ .symple-button.navy:active {
/* 331 */     border: 1px solid #2c76cf;
/* 332 */     background: #fff;
/* 333 */ }
/* 334 */ .symple-button.navy:hover {
/* 335 */     border: 1px solid #2c76cf;
/* 336 */     background: #fff;
/* 337 */ }
/* 338 */ .symple-button.navy span.symple-button-inner:hover { color: #2c76cf; }
/* 339 */ .symple-button { font-size: 14px; }
/* 340 */ .symple-button.small { font-size: 12px; }
/* 341 */ .symple-button.medium { font-size: 16px; }
/* 342 */ .symple-button.large { font-size: 18px; }
/* 343 */ .symple-button.left { float: left; }
/* 344 */ .symple-button.right {
/* 345 */     float: right;
/* 346 */     margin-right: 0;
/* 347 */     margin-left: 5px;
/* 348 */ }
/* 349 */ .symple-button.aligncenter {
/* 350 */     display: block;

/* shortcodes.css */

/* 351 */     margin: 0 auto;
/* 352 */ }
/* 353 */ .symple-button-icon-left { margin-right: 7px; }
/* 354 */ .symple-button-icon-right { margin-left: 7px; }
/* 355 */ /* Testimonial
/* 356 *| ================================================== */
/* 357 */ .symple-testimonial-content {
/* 358 */     position: relative;
/* 359 */     padding: 15px;
/* 360 */     background: #f3f3f3;
/* 361 */     font-style: italic;
/* 362 */ }
/* 363 */ .symple-testimonial-content:after {
/* 364 */     position: absolute;
/* 365 */     bottom: -15px;
/* 366 */     left: 12px;
/* 367 */     width: 0px;
/* 368 */     height: 0px;
/* 369 */     border-top: 15px solid rgba(255,255,255,0);
/* 370 */     border-right: 15px solid #f5f5f5;
/* 371 */     border-bottom: 15px solid rgba(255,255,255,0);
/* 372 */     content: "";
/* 373 */     font-size: 0px;
/* 374 */     line-height: 0px;
/* 375 */ }
/* 376 */ .symple-testimonial-content p:last-child { margin: 0; }
/* 377 */ .symple-testimonial-author {
/* 378 */     margin-top: 25px;
/* 379 */     margin-left: 15px;
/* 380 */     color: #000;
/* 381 */     font-size: 1em;
/* 382 */ }
/* 383 */ /* Highlights
/* 384 *| ================================================== */
/* 385 */ .symple-highlight-yellow,
/* 386 */ .symple-highlight-yellow a {
/* 387 */     background-color: #FFF7A8;
/* 388 */     color: #695D43;
/* 389 */ }
/* 390 */ .symple-highlight-blue,
/* 391 */ .symple-highlight-blue a {
/* 392 */     background: #e9f7fe;
/* 393 */     color: #5091b2;
/* 394 */ }
/* 395 */ .symple-highlight-green,
/* 396 */ .symple-highlight-green a {
/* 397 */     background: #ebf6e0;
/* 398 */     color: #5f9025;
/* 399 */ }
/* 400 */ .symple-highlight-red,

/* shortcodes.css */

/* 401 */ .symple-highlight-red a {
/* 402 */     background: #ffe9e9;
/* 403 */     color: #de5959;
/* 404 */ }
/* 405 */ .symple-highlight-gray,
/* 406 */ .symple-highlight-gray a {
/* 407 */     background: #f9f9f9;
/* 408 */     color: #666;
/* 409 */ }
/* 410 */ /* Boxes
/* 411 *| ================================================== */
/* 412 */ /*main*/
/* 413 */ .symple-box {
/* 414 */     display: block;
/* 415 */     -webkit-box-sizing: border-box;
/* 416 */     -moz-box-sizing: border-box;
/* 417 */     box-sizing: border-box;
/* 418 */     margin: 10px 0;
/* 419 */     padding: 15px;
/* 420 */     font-size: 1em;
/* 421 */ }
/* 422 */ .symple-box p:last-child { margin: 0; }
/* 423 */ /*aligns*/
/* 424 */ .symple-box.center {
/* 425 */     margin-right: auto;
/* 426 */     margin-left: auto;
/* 427 */ }
/* 428 */ .symple-box.left { float: left; }
/* 429 */ .symple-box.right { float: right; }
/* 430 */ /*colors*/
/* 431 */ .symple-box.gray {
/* 432 */     background: #f9f9f9;
/* 433 */     color: #666;
/* 434 */     border: 1px solid #ddd;
/* 435 */ }
/* 436 */ .symple-box.red {
/* 437 */     background: #ffe9e9;
/* 438 */     color: #de5959;
/* 439 */     border: 1px solid #fbc4c4;
/* 440 */ }
/* 441 */ .symple-box.green {
/* 442 */     background: #ebf6e0;
/* 443 */     color: #5f9025;
/* 444 */     border: 1px solid #b3dc82;
/* 445 */ }
/* 446 */ .symple-box.blue {
/* 447 */     background: #e9f7fe;
/* 448 */     color: #5091b2;
/* 449 */     border: 1px solid #b6d7e8;
/* 450 */ }

/* shortcodes.css */

/* 451 */ .symple-box.yellow {
/* 452 */     border: 1px solid #f2dfa4;
/* 453 */     background: #fffdf3;
/* 454 */     color: #c4690e;
/* 455 */ }
/* 456 */ .symple-box.black {
/* 457 */     background: #000;
/* 458 */     color: #fff;
/* 459 */ }
/* 460 */ .symple-box.black a {
/* 461 */     color: #fff;
/* 462 */     text-decoration: underline;
/* 463 */ }
/* 464 */ /* Toggle
/* 465 *| ================================================== */
/* 466 */ .symple-toggle .symple-toggle-trigger {
/* 467 */     display: block;
/* 468 */     display: block;
/* 469 */     margin: 0;
/* 470 */     margin-top: 10px;
/* 471 */     padding: 15px 15px 15px 37px;
/* 472 */     outline: 0;
/* 473 */     border: 1px solid #eee;
/* 474 */     background: #f3f3f3 url("/wp-content/themes/univermag/assets/images/plus.png") no-repeat 15px center;
/* 475 */     color: #444;
/* 476 */     text-transform: none;
/* 477 */     letter-spacing: normal;
/* 478 */     font-weight: normal;
/* 479 */     font-size: 1em;
/* 480 */     line-height: 1.5em;
/* 481 */     cursor: pointer;
/* 482 */ }
/* 483 */ .symple-toggle .symple-toggle-trigger:hover {
/* 484 */     background-color: #eee;
/* 485 */     text-decoration: none;
/* 486 */ }
/* 487 */ .symple-toggle .symple-toggle-trigger.active,
/* 488 */ .symple-toggle .symple-toggle-trigger.active:hover {
/* 489 */     background-color: #eee;
/* 490 */     background-image: url("/wp-content/themes/univermag/assets/images/minus.png");
/* 491 */     color: #000;
/* 492 */     text-decoration: none;
/* 493 */ }
/* 494 */ .symple-toggle .symple-toggle-container {
/* 495 */     display: none;
/* 496 */     overflow: hidden;
/* 497 */     padding: 15px;
/* 498 */     border: 1px solid #eee;
/* 499 */     border-top: 0px;
/* 500 */     font-weight: 300;

/* shortcodes.css */

/* 501 */ }
/* 502 */ /* Accordion
/* 503 *| ================================================== */
/* 504 */ .symple-accordion h3.symple-accordion-trigger {
/* 505 */     display: block;
/* 506 */     display: block;
/* 507 */     margin: 10px 0 0 !important;
/* 508 */     padding: 15px 15px 15px 37px;
/* 509 */     outline: 0;
/* 510 */     border: 1px solid #eee;
/* 511 */     background: #f3f3f3 url("/wp-content/themes/univermag/assets/images/plus.png") no-repeat 15px center;
/* 512 */     color: #444;
/* 513 */     text-transform: none;
/* 514 */     letter-spacing: normal;
/* 515 */     font-weight: normal;
/* 516 */     font-size: 1em;
/* 517 */     line-height: 1.5em;
/* 518 */     cursor: pointer;
/* 519 */ }
/* 520 */ .symple-accordion h3.symple-accordion-trigger a {
/* 521 */     color: #444;
/* 522 */     text-decoration: none !important;
/* 523 */ }
/* 524 */ .symple-accordion .ui-state-focus { outline: none; }
/* 525 */ .symple-accordion .symple-accordion-trigger:hover {
/* 526 */     background-color: #eee;
/* 527 */     text-decoration: none;
/* 528 */ }
/* 529 */ .symple-accordion .symple-accordion-trigger.ui-state-active {
/* 530 */     background-color: #eee;
/* 531 */     background-image: url("/wp-content/themes/univermag/assets/images/minus.png");
/* 532 */     text-decoration: none;
/* 533 */ }
/* 534 */ .symple-accordion .symple-accordion-trigger.ui-state-active a { color: #000; }
/* 535 */ .symple-accordion .ui-accordion-content {
/* 536 */     padding: 15px;
/* 537 */     border: 1px solid #eee;
/* 538 */     border-top: 0px;
/* 539 */     background-color: #fff;
/* 540 */     font-weight: 300;
/* 541 */ }
/* 542 */ .symple-accordion .ui-accordion-content p:last-child { margin: 0px; }
/* 543 */ .symple-accordion .ui-icon { margin-right: 7px; }
/* 544 */ /* Tabs
/* 545 *| ================================================== */
/* 546 */ .symple-tabs ul.ui-tabs-nav {
/* 547 */     display: block;
/* 548 */     margin: 0;
/* 549 */     margin-left: 1px;
/* 550 */     padding: 0;

/* shortcodes.css */

/* 551 */     border-bottom: solid 1px #eee;
/* 552 */ }
/* 553 */ .symple-tabs ul.ui-tabs-nav li {
/* 554 */     display: block;
/* 555 */     float: left !important;
/* 556 */     margin: 0 !important;
/* 557 */     padding: 0 !important;
/* 558 */     width: auto;
/* 559 */     height: 40px;
/* 560 */     outline: none;
/* 561 */ }
/* 562 */ .symple-tabs ul.ui-tabs-nav li a {
/* 563 */     display: block;
/* 564 */     margin: 0;
/* 565 */     padding: 0px 20px;
/* 566 */     width: auto;
/* 567 */     height: 40px;
/* 568 */     outline: none;
/* 569 */     border: solid 1px #eee;
/* 570 */     border-width: 1px 1px 0 0;
/* 571 */     background-color: #f3f3f3;
/* 572 */     color: #444;
/* 573 */     text-decoration: none;
/* 574 */     font-size: 1em;
/* 575 */     line-height: 40px;
/* 576 */ }
/* 577 */ .symple-tabs ul.ui-tabs-nav li a:hover {
/* 578 */     background: #eee;
/* 579 */     color: #333;
/* 580 */ }
/* 581 */ .symple-tabs ul.ui-tabs-nav .ui-state-active a {
/* 582 */     position: relative;
/* 583 */     margin: 0 0 0 -1px;
/* 584 */     height: 40px;
/* 585 */     border-left-width: 1px;
/* 586 */     background: #fff;
/* 587 */     color: #111 !important;
/* 588 */ }
/* 589 */ .symple-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #fff; }
/* 590 */ .symple-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0; }
/* 591 */ .symple-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px; }
/* 592 */ .symple-tabs .tab-content {
/* 593 */     padding: 20px;
/* 594 */     border-right: solid 1px #eee;
/* 595 */     border-bottom: solid 1px #eee;
/* 596 */     border-left: solid 1px #eee;
/* 597 */     background: #fff;
/* 598 */     font-weight: 300;
/* 599 */ }
/* 600 */ .symple-tabs ul.tabs:before,

/* shortcodes.css */

/* 601 */ ul.tabs:after {
/* 602 */     display: block;
/* 603 */     visibility: hidden;
/* 604 */     overflow: hidden;
/* 605 */     width: 0;
/* 606 */     height: 0;
/* 607 */     content: '\0020';
/* 608 */ }
/* 609 */ .symple-tabs ul.tabs:after { clear: both; }
/* 610 */ .symple-tabs ul.tabs { zoom: 1; }
/* 611 */ .symple-tabs .ui-tabs-hide { display: none; }
/* 612 */ .symple-tabs:before,
/* 613 */ ul.symple-tabs:after {
/* 614 */     display: block;
/* 615 */     visibility: hidden;
/* 616 */     overflow: hidden;
/* 617 */     width: 0;
/* 618 */     height: 0;
/* 619 */     content: '\0020';
/* 620 */ }
/* 621 */ .symple-tabs:after { clear: both; }
/* 622 */ .symple-tabs { zoom: 1; }
/* 623 */ .symple-tabs .ui-tabs-hide { display: none; }
/* 624 */ /* Pricing Table
/* 625 *| ================================================== */
/* 626 */ .symple-pricing-table {
/* 627 */     margin: 0;
/* 628 */     padding: 0;
/* 629 */     list-style: none;
/* 630 */     font-size: 16px;
/* 631 */ }
/* 632 */ .symple-pricing-table div { list-style: none; }
/* 633 */ .symple-pricing-table > div {
/* 634 */     margin-right: 4%;
/* 635 */     margin-bottom: 0;
/* 636 */     border: 1px solid #eee;
/* 637 */     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* 638 */     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* 639 */     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* 640 */     list-style: none;
/* 641 */     text-shadow: none;
/* 642 */ }
/* 643 */ .symple-pricing-table .symple-pricing-header {
/* 644 */     padding: 20px 0;
/* 645 */     border-bottom: 1px solid #111;
/* 646 */     background: #333;
/* 647 */     text-align: center;
/* 648 */ }
/* 649 */ .symple-pricing-table .symple-pricing-header h5 {
/* 650 */     margin: 0;

/* shortcodes.css */

/* 651 */     padding: 0 20px 10px;
/* 652 */     border-bottom: 1px solid #111;
/* 653 */     color: #fff;
/* 654 */     font-weight: bold;
/* 655 */     font-size: 1.313em;
/* 656 */ }
/* 657 */ .symple-pricing-table .symple-pricing-cost {
/* 658 */     padding-top: 20px;
/* 659 */     border-top: 1px solid #444;
/* 660 */     color: #fff;
/* 661 */     font-size: 1.500em;
/* 662 */     line-height: 1em;
/* 663 */ }
/* 664 */ .symple-pricing-table .featured .symple-pricing-header {
/* 665 */     margin: -1px;
/* 666 */     border-bottom: 1px solid #e72302;
/* 667 */     background: #fd5c41;
/* 668 */     color: #fff;
/* 669 */ }
/* 670 */ .symple-pricing-table .featured .symple-pricing-header h5 {
/* 671 */     border-bottom: 1px solid #e72302;
/* 672 */     color: #fff;
/* 673 */ }
/* 674 */ .symple-pricing-table .featured .symple-pricing-cost { border-top: 1px solid #fe8773; }
/* 675 */ .symple-pricing-table .symple-pricing-per {
/* 676 */     color: #fff;
/* 677 */     font-size: 0.786em;
/* 678 */ }
/* 679 */ .symple-pricing-table .symple-pricing-content {
/* 680 */     background: #fff;
/* 681 */     text-align: center;
/* 682 */     font-size: 0.857em;
/* 683 */ }
/* 684 */ .symple-pricing-table .symple-pricing-content ul {
/* 685 */     margin: 0 !important;
/* 686 */     list-style: none !important;
/* 687 */ }
/* 688 */ .symple-pricing-table .symple-pricing-content ul li {
/* 689 */     margin: 0 !important;
/* 690 */     padding: 10px 20px !important;
/* 691 */     border-bottom: 1px solid #eee;
/* 692 */     list-style: none !important;
/* 693 */ }
/* 694 */ .symple-pricing-table .symple-pricing-content ul li:nth-child(2n+2) { background: #f9f9f9; }
/* 695 */ .symple-pricing-table .symple-pricing-button {
/* 696 */     padding: 20px;
/* 697 */     border-top: 1px solid #fff;
/* 698 */     background: #fff;
/* 699 */     text-align: center;
/* 700 */ }

/* shortcodes.css */

/* 701 */ .symple-pricing-table .symple-pricing-button .symple-button {
/* 702 */     float: none;
/* 703 */     margin: 0 auto;
/* 704 */ }
/* 705 */ /* Heading - v1.1
/* 706 *| ================================================== */
/* 707 */ .symple-heading {
/* 708 */     padding-bottom: 20px;
/* 709 */     border-bottom: 1px solid #eee;
/* 710 */     font-size: 16px;
/* 711 */ }
/* 712 */ .symple-heading span { background: transparent; }
/* 713 */ .symple-heading-dotted-line {
/* 714 */     padding: 0 !important;
/* 715 */     height: 40px !important;
/* 716 */     border-bottom: none;
/* 717 */     background: url("/wp-content/themes/univermag/assets/images/dotted.png") center center repeat-x;
/* 718 */     line-height: 40px !important;
/* 719 */ }
/* 720 */ .symple-heading-dashed-line {
/* 721 */     padding: 0 !important;
/* 722 */     height: 40px !important;
/* 723 */     border-bottom: none;
/* 724 */     background: url("/wp-content/themes/univermag/assets/images/dashed.png") center center repeat-x;
/* 725 */     line-height: 40px !important;
/* 726 */ }
/* 727 */ .symple-heading-double-line {
/* 728 */     padding: 0 !important;
/* 729 */     height: 40px !important;
/* 730 */     border-bottom: none;
/* 731 */     background: url("/wp-content/themes/univermag/assets/images/double-line.png") center center repeat-x;
/* 732 */     line-height: 40px !important;
/* 733 */ }
/* 734 */ .symple-heading.text-align-center { text-align: center; }
/* 735 */ .symple-heading.text-align-center span {
/* 736 */     padding-right: 15px;
/* 737 */     padding-left: 15px;
/* 738 */ }
/* 739 */ .symple-heading.text-align-left { text-align: left; }
/* 740 */ .symple-heading.text-align-left span { padding-right: 15px; }
/* 741 */ .symple-heading.text-align-right { text-align: right; }
/* 742 */ .symple-heading.text-align-right span { padding-left: 15px; }
/* 743 */ .symple-heading-icon-left { margin-right: 10px; }
/* 744 */ .symple-heading-icon-right { margin-left: 10px; }
/* 745 */ /* Googlemap - v1.1
/* 746 *| ================================================== */
/* 747 */ .googlemap {
/* 748 */     position: relative;
/* 749 */     max-width: inherit;
/* 750 */ }

/* shortcodes.css */

/* 751 */ .googlemap .map_canvas {
/* 752 */     width: 100%;
/* 753 */     height: 100%;
/* 754 */ }
/* 755 */ .googlemap .map_canvas h3 {
/* 756 */     margin: 0 0 10px;
/* 757 */     font-size: 14px;
/* 758 */ }
/* 759 */ .map_canvas img { max-width: none !important; }
/* 760 */ /* Divider - v1.1
/* 761 *| ================================================== */
/* 762 */ .symple-divider {
/* 763 */     display: block;
/* 764 */     margin: 0;
/* 765 */     width: 100%;
/* 766 */     height: 0;
/* 767 */     background: none;
/* 768 */ }
/* 769 */ .symple-divider.solid { border-top: 1px solid #eee; }
/* 770 */ .symple-divider.dashed { border-top: 2px dashed #eee; }
/* 771 */ .symple-divider.dotted { border-top: 3px dotted #eee; }
/* 772 */ .symple-divider.double {
/* 773 */     height: 5px;
/* 774 */     border-top: 1px solid #eee;
/* 775 */     border-bottom: 1px solid #eee;
/* 776 */ }
/* 777 */ .symple-divider.fadeout {
/* 778 */     width: 100%;
/* 779 */     height: 1px;
/* 780 */     border: none;
/* 781 */     margin-bottom: 42px;
/* 782 */     margin-top: 12px;
/* 783 */     margin-right: auto;
/* 784 */     margin-left: auto;
/* 785 */     background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#eeeeee), to(#ffffff));
/* 786 */     background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff);
/* 787 */     background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff);
/* 788 */     background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff);
/* 789 */     background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff);
/* 790 */     background-image: radial-gradient(50% 50%, #eeeeee, #ffffff);
/* 791 */ }
/* 792 */ .symple-divider.fadein {
/* 793 */     width: 100%;
/* 794 */     height: 1px;
/* 795 */     border: none;
/* 796 */     margin-bottom: 42px;
/* 797 */     margin-top: 12px;
/* 798 */     margin-right: auto;
/* 799 */     margin-left: auto;
/* 800 */     background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#ffffff), to(#eeeeee));

/* shortcodes.css */

/* 801 */     background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee);
/* 802 */     background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee);
/* 803 */     background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee);
/* 804 */     background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee);
/* 805 */     background-image: radial-gradient(50% 50%, #ffffff, #eeeeee);
/* 806 */ }
/* 807 */ /* Skillbars - 1.3
/* 808 *| ================================================== */
/* 809 */ .symple-skillbar {
/* 810 */     position: relative;
/* 811 */     display: block;
/* 812 */     margin-bottom: 15px;
/* 813 */     width: 100%;
/* 814 */     height: 35px;
/* 815 */     -webkit-border-radius: 3px;
/* 816 */     -moz-border-radius: 3px;
/* 817 */     border-radius: 3px;
/* 818 */     background: #f3f3f3;
/* 819 */     -webkit-transition: 0.4s linear;
/* 820 */     -moz-transition: 0.4s linear;
/* 821 */     -ms-transition: 0.4s linear;
/* 822 */     -o-transition: 0.4s linear;
/* 823 */     transition: 0.4s linear;
/* 824 */     -webkit-transition-property: width, background-color;
/* 825 */     -moz-transition-property: width, background-color;
/* 826 */     -ms-transition-property: width, background-color;
/* 827 */     -o-transition-property: width, background-color;
/* 828 */     transition-property: width, background-color;
/* 829 */ }
/* 830 */ .symple-skillbar-title {
/* 831 */     position: absolute;
/* 832 */     top: 0;
/* 833 */     left: 0;
/* 834 */     -webkit-border-top-left-radius: 3px;
/* 835 */     -moz-border-radius-topleft: 3px;
/* 836 */     border-top-left-radius: 3px;
/* 837 */     -webkit-border-bottom-left-radius: 4px;
/* 838 */     -moz-border-radius-bottomleft: 3px;
/* 839 */     border-bottom-left-radius: 3px;
/* 840 */     background: #6adcfa;
/* 841 */     color: #fff;
/* 842 */     font-weight: 300;
/* 843 */     font-size: 14px;
/* 844 */ }
/* 845 */ .symple-skillbar-title span {
/* 846 */     display: block;
/* 847 */     padding: 0 20px;
/* 848 */     height: 35px;
/* 849 */     -webkit-border-top-left-radius: 3px;
/* 850 */     -moz-border-radius-topleft: 3px;

/* shortcodes.css */

/* 851 */     border-top-left-radius: 3px;
/* 852 */     -webkit-border-bottom-left-radius: 3px;
/* 853 */     -moz-border-radius-bottomleft: 3px;
/* 854 */     border-bottom-left-radius: 3px;
/* 855 */     background: rgba(0,0,0,0.1);
/* 856 */     line-height: 35px;
/* 857 */ }
/* 858 */ .symple-skillbar-bar {
/* 859 */     width: 0px;
/* 860 */     height: 35px;
/* 861 */     -webkit-border-radius: 3px;
/* 862 */     -moz-border-radius: 3px;
/* 863 */     border-radius: 3px;
/* 864 */     background: #6adcfa;
/* 865 */ }
/* 866 */ .symple-skill-bar-percent {
/* 867 */     position: absolute;
/* 868 */     top: 0;
/* 869 */     right: 10px;
/* 870 */     height: 35px;
/* 871 */     color: #444;
/* 872 */     color: rgba(0,0,0,0.4);
/* 873 */     font-size: 11px;
/* 874 */     line-height: 35px;
/* 875 */ }
/* 876 */ /* Callout - 1.4
/* 877 *| ================================================== */
/* 878 */ .symple-callout {
/* 879 */     position: relative;
/* 880 */     padding: 20px;
/* 881 */     border-radius: 0px;
/* 882 */     background: #f3f3f3;
/* 883 */ }
/* 884 */ .symple-callout-caption {
/* 885 */     color: #444;
/* 886 */     font-weight: 400;
/* 887 */     font-weight: 300;
/* 888 */     font-size: 1.6em;
/* 889 */     line-height: 1.3em;
/* 890 */ }
/* 891 */ .symple-callout-button {
/* 892 */     float: right;
/* 893 */     margin-bottom: 0;
/* 894 */     margin-left: 20px;
/* 895 */ }
/* 896 */ .symple-callout-button .button {
/* 897 */     height: 40px;
/* 898 */     line-height: 40px;
/* 899 */ }
/* 900 */ /* Provide some responsive support for the Symple Shortcodes

/* shortcodes.css *|

/* 901 *| ================================================== */
/* 902 */ @media only screen and (max-width: 520px) { 
/* 903 */     .symple-one-half,
/* 904 */     .symple-one-third,
/* 905 */     .symple-two-third,
/* 906 */     .symple-three-fourth,
/* 907 */     .symple-one-fourth,
/* 908 */     .symple-one-fifth,
/* 909 */     .symple-two-fifth,
/* 910 */     .symple-three-fifth,
/* 911 */     .symple-four-fifth,
/* 912 */     .symple-one-sixth,
/* 913 */     .symple-five-sixth {
/* 914 */         float: none;
/* 915 */         margin-right: 0;
/* 916 */         margin-bottom: 20px;
/* 917 */         width: 100%;
/* 918 */     }
/* 919 */     .symple-pricing-table > div { margin-bottom: 25px; }
/* 920 */     .symple-box,
/* 921 */     .symple-box.left,
/* 922 */     .symple-box.right {
/* 923 */         float: none;
/* 924 */         width: 100% !important;
/* 925 */     }
/* 926 */     .symple-tabs ul.ui-tabs-nav { margin-left: 0; }
/* 927 */     .symple-tabs ul.ui-tabs-nav li { width: 100%; }
/* 928 */     .symple-tabs ul.ui-tabs-nav li a { border-left-width: 1px; }
/* 929 */     .symple-tabs ul.ui-tabs-nav .ui-state-active a,
/* 930 */     .symple-tabs ul.ui-tabs-nav .ui-state-active a:hover {
/* 931 */         top: auto;
/* 932 */         margin-left: 0;
/* 933 */         padding-top: 0;
/* 934 */         height: 39px;
/* 935 */         background-color: #eee;
/* 936 */         color: #000;
/* 937 */         font-weight: bold;
/* 938 */     }
/* 939 */     .symple-callout-caption { text-align: center; }
/* 940 */     .symple-callout-button {
/* 941 */         display: block;
/* 942 */         float: none;
/* 943 */         margin-bottom: 20px;
/* 944 */         text-align: center;
/* 945 */     }
/* 946 */     .symple-callout-button .symple-button { display: inline-block; }
/* 947 */ }
/* 948 */ /*Visibility
/* 949 *| ================================================== */
/* 950 */ .symple-hidden-desktop,

/* shortcodes.css */

/* 951 */ .symple-visible-phone,
/* 952 */ .symple-visible-tablet { display: none; }
/* 953 */ @media only screen and (max-width: 959px) { 
/* 954 */     .symple-hidden-desktop { display: block; }
/* 955 */     .symple-visible-desktop { display: none; }
/* 956 */ }
/* 957 */ @media only screen and (min-width: 768px) and (max-width: 959px) { 
/* 958 */     .symple-hidden-desktop { display: block; }
/* 959 */     .symple-visible-desktop { display: none; }
/* 960 */     .symple-hidden-tablet { display: none; }
/* 961 */ }
/* 962 */ @media only screen and (max-width: 767px) { 
/* 963 */     .symple-hidden-desktop { display: block; }
/* 964 */     .symple-visible-desktop { display: none; }
/* 965 */     .symple-hidden-phone { display: none; }
/* 966 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

*/

/* buddypress.css */

/* 1   */ #buddypress { margin-top: 50px; }
/* 2   */ #buddypress form#whats-new-form textarea {
/* 3   */     width: 100%;
/* 4   */     height: 34px;
/* 5   */     border: 1px solid #eee;
/* 6   */     color: #444;
/* 7   */     font-weight: 300;
/* 8   */     font-size: 100%;
/* 9   */ }
/* 10  */ #buddypress #whats-new:focus {
/* 11  */     outline-color: #ddd;
/* 12  */     border-color: #ddd !important;
/* 13  */ }
/* 14  */ #whats-new-post-in-box { font-weight: 300; }
/* 15  */ #buddypress form#whats-new-form #whats-new-options select {
/* 16  */     border: 1px solid #eee;
/* 17  */     background: #fff;
/* 18  */     font-size: 13px;
/* 19  */ }
/* 20  */ #buddypress button,
/* 21  */ #buddypress a.button,
/* 22  */ #buddypress input[type=submit],
/* 23  */ #buddypress input[type=button],
/* 24  */ #buddypress input[type=reset],
/* 25  */ #buddypress ul.button-nav li a,
/* 26  */ #buddypress div.generic-button a,
/* 27  */ #buddypress .comment-reply-link,
/* 28  */ a.bp-title-button {
/* 29  */     display: inline-block;
/* 30  */     padding: 9px;
/* 31  */     border: none;
/* 32  */     border: 1px;
/* 33  */     border-style: solid;
/* 34  */     border-color: #FF9E0E;
/* 35  */     background: inherit;
/* 36  */     background: #FF9E0E;
/* 37  */     color: #fff;
/* 38  */     text-transform: uppercase;
/* 39  */     font-weight: 400;
/* 40  */     cursor: pointer;
/* 41  */     transition: all 250ms linear;
/* 42  */ }
/* 43  */ #buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type=button], #buddypress input[type=reset], #buddypress input[type=submit], #buddypress ul.button-nav li a, a.bp-title-button {
/* 44  */         display: inline-block;
/* 45  */     padding: 9px;
/* 46  */     border: none;
/* 47  */     border: 1px;
/* 48  */     border-style: solid;
/* 49  */     border-color: #FF9E0E;
/* 50  */     background: inherit;

/* buddypress.css */

/* 51  */     background: #FF9E0E;
/* 52  */     color: #fff;
/* 53  */     text-transform: uppercase;
/* 54  */     font-weight: 400;
/* 55  */     cursor: pointer;
/* 56  */     transition: all 250ms linear;
/* 57  */     font-size: 14px;
/* 58  */ }
/* 59  */ #buddypress button:hover,
/* 60  */ #buddypress a.button:hover,
/* 61  */ #buddypress a.button:focus,
/* 62  */ #buddypress input[type=submit]:hover,
/* 63  */ #buddypress input[type=button]:hover,
/* 64  */ #buddypress input[type=reset]:hover,
/* 65  */ #buddypress ul.button-nav li a:hover,
/* 66  */ #buddypress ul.button-nav li.current a,
/* 67  */ #buddypress div.generic-button a:hover,
/* 68  */ #buddypress .comment-reply-link:hover {
/* 69  */     outline: none;
/* 70  */     border-color: #FF9E0E;
/* 71  */     background: #fff;
/* 72  */     color: #FF9E0E;
/* 73  */     text-decoration: none;
/* 74  */ }
/* 75  */ #whats-new-submit #aw-whats-new-submit { font-size: 13px; }
/* 76  */ #buddypress #whats-new-options { height: 60px !important; }
/* 77  */ #buddypress div.item-list-tabs ul li a,
/* 78  */ #buddypress div.item-list-tabs ul li span {
/* 79  */     display: block;
/* 80  */     padding: 8px 10px;
/* 81  */     text-decoration: none;
/* 82  */ }
/* 83  */ #buddypress div.item-list-tabs ul li.selected a,
/* 84  */ #buddypress div.item-list-tabs ul li.current a {
/* 85  */     background-color: #FF9E0E;
/* 86  */     color: #fff;
/* 87  */     font-weight: 300;
/* 88  */     font-size: 14px;
/* 89  */     opacity: 1;
/* 90  */ }
/* 91  */ #buddypress div.item-list-tabs.activity-type-tabs ul {
/* 92  */     display: table;
/* 93  */     margin: auto;
/* 94  */ }
/* 95  */ #buddypress div.item-list-tabs#subnav ul li.last {
/* 96  */     display: inline-block;
/* 97  */     float: right;
/* 98  */     margin-top: 6px;
/* 99  */     font-weight: 300;
/* 100 */ }

/* buddypress.css */

/* 101 */ #buddypress div.item-list-tabs ul li.last select {
/* 102 */     max-width: 175px;
/* 103 */     border: 1px solid #eee;
/* 104 */     background: #fff;
/* 105 */ }
/* 106 */ #buddypress div.activity-meta a {
/* 107 */     margin-right: 15px;
/* 108 */     padding: 4px 0px;
/* 109 */     border: none;
/* 110 */     background: none;
/* 111 */     color: #444;
/* 112 */     text-transform: none;
/* 113 */     font-size: 12px;
/* 114 */ }
/* 115 */ #buddypress div.item-list-tabs ul li a span { border: none; }
/* 116 */ #buddypress div.item-list-tabs#subnav ul li.feed a {
/* 117 */     padding: 8px 0px;
/* 118 */     color: #FF9E0E;
/* 119 */     font-weight: 400;
/* 120 */ }
/* 121 */ #buddypress div.activity-meta a:hover { border: none; }
/* 122 */ #buddypress ul.item-list li {
/* 123 */     border-bottom: 1px solid #eee;
/* 124 */ }
/* 125 */ #buddypress #activity-stream p { margin: 0px 0; }
/* 126 */ @-webkit-keyframes loader-pulsate { 
/* 127 */     from {
/* 128 */         border-color: #fff;
/* 129 */         -webkit-box-shadow: none;
/* 130 */         box-shadow: none;
/* 131 */     }
/* 132 */     to {
/* 133 */         border-color: #ccc;
/* 134 */         -webkit-box-shadow: none;
/* 135 */         box-shadow: none;
/* 136 */     }
/* 137 */ }
/* 138 */ @-moz-keyframes loader-pulsate { 
/* 139 */     from {
/* 140 */         border-color: #fff;
/* 141 */         -webkit-box-shadow: none;
/* 142 */         box-shadow: none;
/* 143 */     }
/* 144 */     to {
/* 145 */         border-color: #ccc;
/* 146 */         -webkit-box-shadow: none;
/* 147 */         box-shadow: none;
/* 148 */     }
/* 149 */ }
/* 150 */ #buddypress ul.item-list { border-top: 1px solid #eee; }

/* buddypress.css */

/* 151 */ #buddypress .activity-header a,
/* 152 */ #buddypress .comment-meta a,
/* 153 */ #buddypress .acomment-meta a {
/* 154 */     color: #FF9E0E;
/* 155 */     text-decoration: none;
/* 156 */ }
/* 157 */ #buddypress a.bp-primary-action,
/* 158 */ #buddypress #reply-title small a {
/* 159 */     margin-right: 0px;
/* 160 */     text-decoration: none;
/* 161 */     font-size: 80%;
/* 162 */ }
/* 163 */ #buddypress .activity-list li.load-more,
/* 164 */ #buddypress .activity-list li.load-newest {
/* 165 */     margin: 15px 0;
/* 166 */     padding: 10px 15px;
/* 167 */     background: #eee;
/* 168 */     text-align: center;
/* 169 */     font-size: 110%;
/* 170 */ }
/* 171 */ #buddypress div.dir-search {
/* 172 */     float: right;
/* 173 */     margin: 0;
/* 174 */ }
/* 175 */ #buddypress div.dir-search,
/* 176 */ #buddypress div.message-search {
/* 177 */     position: relative;
/* 178 */     z-index: 1;
/* 179 */     margin: 0 0 -40px;
/* 180 */ }
/* 181 */ #buddypress div.dir-search input[type=text],
/* 182 */ #buddypress li.groups-members-search input[type=text] {
/* 183 */     margin: 0px -4px 0 0;
/* 184 */     padding: 0.7em 1em;
/* 185 */     height: 40px;
/* 186 */     border: 0;
/* 187 */     border: 1px solid #eee;
/* 188 */     background: transparent;
/* 189 */     font-weight: 300;
/* 190 */     font-size: 14px;
/* 191 */     line-height: 1.4em;
/* 192 */ }
/* 193 */ #buddypress input[type=submit] {
/* 194 */     padding: 9px;
/* 195 */     font-size: 14px;
/* 196 */ }
/* 197 */ #buddypress div.item-list-tabs#subnav {
/* 198 */     overflow: hidden;
/* 199 */     margin: 15px 0 15px;
/* 200 */     background: transparent;

/* buddypress.css */

/* 201 */ }
/* 202 */ #buddypress ul.item-list li div.item-title span {
/* 203 */     color: inherit;
/* 204 */     font-weight: 300;
/* 205 */     font-size: 14px;
/* 206 */ }
/* 207 */ #buddypress ul.item-list li div.item-title,
/* 208 */ #buddypress ul.item-list li h4 {
/* 209 */     width: 100%;
/* 210 */     font-weight: 300;
/* 211 */     font-size: 100%;
/* 212 */ }
/* 213 */ #buddypress ul.item-list li div.item-title a { color: #FF9E0E; }
/* 214 */ #buddypress div.pagination {
/* 215 */     color: inherit;
/* 216 */     font-weight: 300;
/* 217 */     font-size: 100%;
/* 218 */ }
/* 219 */ .widget.buddypress div.item-options {
/* 220 */     text-align: center;
/* 221 */     font-size: 100%;
/* 222 */ }
/* 223 */ #bp-login-widget-user-login {
/* 224 */     padding: 9px;
/* 225 */     width: 100%;
/* 226 */     border: 1px solid #eee;
/* 227 */ }
/* 228 */ #bp-login-widget-user-pass {
/* 229 */     padding: 9px;
/* 230 */     width: 100%;
/* 231 */     border: 1px solid #eee;
/* 232 */ }
/* 233 */ .button.group-create.bp-title-button {
/* 234 */     float: right;
/* 235 */ }
/* 236 */ #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search], #buddypress .groups-members-search input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=password], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form textarea {
/* 237 */     border-color:#eee;
/* 238 */     background: transparent;
/* 239 */ }
/* 240 */ #buddypress .standard-form label, #buddypress .standard-form span.label {
/* 241 */ display: block;
/* 242 */ font-weight: 300;
/* 243 */ margin: 15px 0 5px;
/* 244 */ width: auto;
/* 245 */ font-size: 13px;
/* 246 */ }
/* 247 */ #buddypress input, button, textarea {height: auto;}
/* 248 */ #buddypress div#item-header div#item-actions {
/* 249 */ float: right;
/* 250 */ margin: 0 0 15px 15px;

/* buddypress.css */

/* 251 */ text-align: right;
/* 252 */ width: auto;
/* 253 */ }
/* 254 */ 
/* 255 */ 
/* 256 */     div.bbp-template-notice.info {
/* 257 */         border: #cee1ef 1px solid;
/* 258 */         background-color: #f0f8ff;
/* 259 */     }
/* 260 */     div.bbp-template-notice.important {
/* 261 */         border: #e6db55 1px solid;
/* 262 */         background-color: #fffbcc;
/* 263 */     }
/* 264 */     div.bbp-template-notice.error,
/* 265 */     div.bbp-template-notice.warning {
/* 266 */         background-color: #ffebe8;
/* 267 */         border-color: #c00;
/* 268 */     }
/* 269 */     div.bbp-template-notice.error a,
/* 270 */     div.bbp-template-notice.warning a {
/* 271 */         color: #c00;
/* 272 */     }
/* 273 */     div.bbp-template-notice p {
/* 274 */         margin: 0.5em 0 6px 0 !important;
/* 275 */         padding: 2px;
/* 276 */         font-size: 12px;
/* 277 */         line-height: 140%;
/* 278 */     }
/* 279 */ 
/* 280 */ 
/* 281 */     #buddypress div#message.error p {
/* 282 */ background-color: #ffebe8;
/* 283 */ border: 1px solid #c00;
/* 284 */ clear: left;
/* 285 */ color: #c00;
/* 286 */ }
/* 287 */ 
/* 288 */ 
/* 289 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/css

*/

/* bbpress.css */

/* 1   */ #bbpress-forums #bbp-search-form #bbp_search {
/* 2   */     margin: 0;
/* 3   */     padding: 10px;
/* 4   */     height: 40px;
/* 5   */     border: 1px solid #eee;
/* 6   */     font-weight: 300;
/* 7   */     font-size: 14px;
/* 8   */ }
/* 9   */ #bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
/* 10  */     margin-bottom: 0px;
/* 11  */ }
/* 12  */ #bbpress-forums div.bbp-topic-tags {
/* 13  */     margin-bottom: 0px;
/* 14  */ }
/* 15  */ div.bbp-breadcrumb, div.bbp-topic-tags {
/* 16  */     font-size: 13px;
/* 17  */     width: 100%;
/* 18  */     background: #fff;
/* 19  */       
/* 20  */     margin-bottom: 25px;
/* 21  */ }
/* 22  */ #bbpress-forums #bbp-search-form #bbp_search_submit { margin-left: -3px; }
/* 23  */ div.bbp-template-notice,
/* 24  */ div.indicator-hint {
/* 25  */     padding: 5px 15px;
/* 26  */     margin: 0 0 15px 0;
/* 27  */     display: inline-block;
/* 28  */ width: 100%;
/* 29  */ }
/* 30  */ .bbp-logged-in img.avatar {
/* 31  */ width: 40px;
/* 32  */ }
/* 33  */ .bbp-login-form .bbp-login-links a {
/* 34  */     line-height: 1.5;
/* 35  */     font-size: 13px;
/* 36  */ }
/* 37  */ #bbpress-forums ul.bbp-lead-topic,
/* 38  */ #bbpress-forums ul.bbp-topics,
/* 39  */ #bbpress-forums ul.bbp-forums,
/* 40  */ #bbpress-forums ul.bbp-replies,
/* 41  */ #bbpress-forums ul.bbp-search-results {
/* 42  */     display: inline-block;
/* 43  */     clear: both;
/* 44  */     overflow: hidden;
/* 45  */     margin-bottom: 50px;
/* 46  */     width: 100%;
/* 47  */     font-size: 14px;
/* 48  */     background: #fff;
/* 49  */       
/* 50  */     border: none;

/* bbpress.css */

/* 51  */ }
/* 52  */ #bbpress-forums li.bbp-header {
/* 53  */     background: transparent;
/* 54  */     padding: 0;
/* 55  */     border: none;
/* 56  */     border-bottom: 1px solid #eee;
/* 57  */ }
/* 58  */ #bbpress-forums div.reply {width: auto;}
/* 59  */ .bbp-footer {display: none; }
/* 60  */ #bbpress-forums div.odd { background-color: #fff;}
/* 61  */ #bbpress-forums ul.odd { background-color: #fff;}
/* 62  */ #bbpress-forums div.even,
/* 63  */ #bbpress-forums ul.even { background-color: #fff;}
/* 64  */ .bbp-forum-info a {
/* 65  */     color: #FF9E0E;
/* 66  */     font-size: 18px;
/* 67  */ }
/* 68  */ #bbpress-forums .bbp-forum-info .bbp-forum-content,
/* 69  */ #bbpress-forums p.bbp-topic-meta {
/* 70  */     margin: 5px 0 5px;
/* 71  */     padding: 0;
/* 72  */     word-wrap: normal;
/* 73  */     font-weight: 300;
/* 74  */     font-size: 13px;
/* 75  */ }
/* 76  */ .bbp-body .bbp-forum-topic-count {
/* 77  */     font-weight: 300;
/* 78  */     font-size: 13px;
/* 79  */ }
/* 80  */ .bbp-body .bbp-forum-reply-count {
/* 81  */     font-weight: 300;
/* 82  */     font-size: 13px;
/* 83  */ }
/* 84  */ .bbp-body .bbp-forum-freshness {
/* 85  */     font-weight: 300;
/* 86  */     font-size: 13px;
/* 87  */ }
/* 88  */ #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
/* 89  */     margin: 0;
/* 90  */     width: 100%;
/* 91  */     border-right: 1px solid #eee;
/* 92  */     border-bottom: 1px solid #eee;
/* 93  */     border-left: 1px solid #eee;
/* 94  */     font-size: 13px;
/* 95  */     height: 250px;
/* 96  */ }
/* 97  */ #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
/* 98  */ border-top: none;
/* 99  */ padding: 25px 0;
/* 100 */ border-bottom: 1px solid #eee;

/* bbpress.css */

/* 101 */ }
/* 102 */ #bbp_topic_title {
/* 103 */     padding: 5px;
/* 104 */     border: 1px solid #eee;
/* 105 */ }
/* 106 */ #bbp_topic_tags {
/* 107 */     padding: 5px;
/* 108 */     border: 1px solid #eee;
/* 109 */ }
/* 110 */ #bbp_stick_topic_select {
/* 111 */     border: 1px solid #eee;
/* 112 */     background: #fff;
/* 113 */ }
/* 114 */ #bbp_topic_status_select {
/* 115 */     border: 1px solid #eee;
/* 116 */     background: #fff;
/* 117 */ }
/* 118 */ #bbpress-forums p.bbp-topic-meta img.avatar,
/* 119 */ #bbpress-forums ul.bbp-reply-revision-log img.avatar,
/* 120 */ #bbpress-forums ul.bbp-topic-revision-log img.avatar,
/* 121 */ #bbpress-forums div.bbp-template-notice img.avatar,
/* 122 */ #bbpress-forums .widget_display_topics img.avatar,
/* 123 */ #bbpress-forums .widget_display_replies img.avatar {
/* 124 */     margin-bottom: 0px;
/* 125 */     border: none;
/* 126 */ }
/* 127 */ #bbpress-forums li.bbp-header ul {
/* 128 */ overflow: hidden;
/* 129 */ padding-bottom: 8px;
/* 130 */ }
/* 131 */ .bbp-body .bbp-topic-title > a {
/* 132 */     color: #FF9E0E;
/* 133 */     font-size: 16px;
/* 134 */ }
/* 135 */ .bbp-body .bbp-topic-reply-count {
/* 136 */     font-weight: 300;
/* 137 */     font-size: 13px;
/* 138 */ }
/* 139 */ .bbp-body .bbp-topic-freshness {
/* 140 */     font-weight: 300;
/* 141 */     font-size: 13px;
/* 142 */ }
/* 143 */ .bbp-body .bbp-topic-voice-count {
/* 144 */     font-weight: 300;
/* 145 */     font-size: 13px;
/* 146 */ }
/* 147 */ .bbp-pagination {
/* 148 */     font-weight: 300;
/* 149 */     font-size: 13px;
/* 150 */     background: #fff;

/* bbpress.css */

/* 151 */       
/* 152 */ }
/* 153 */ #bbpress-forums div.bbp-search-form {
/* 154 */     display: none;
/* 155 */ 
/* 156 */ }
/* 157 */ #subscription-toggle { float: right; }
/* 158 */ #bbpress-forums div.bbp-forum-header,
/* 159 */ #bbpress-forums div.bbp-topic-header,
/* 160 */ #bbpress-forums div.bbp-reply-header { background-color: #fafafa; }
/* 161 */ .bbp-reply-post-date {
/* 162 */     font-weight: 300;
/* 163 */     font-size: 13px;
/* 164 */ }
/* 165 */ span.bbp-admin-links a {
/* 166 */     color: #aaa;
/* 167 */     font-weight: 300;
/* 168 */ }
/* 169 */ #bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a {
/* 170 */ background: none;
/* 171 */ border: none;
/* 172 */ display: inline;
/* 173 */ font-weight: bold;
/* 174 */ margin: 0;
/* 175 */ padding: 0;
/* 176 */ }
/* 177 */ div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
/* 178 */ padding: 10px 25px;
/* 179 */ border: none;
/* 180 */ }
/* 181 */ div.bbp-forum-header,
/* 182 */ div.bbp-topic-header,
/* 183 */ div.bbp-reply-header { border-top: none; }
/* 184 */ div.bbp-forum-header,
/* 185 */ div.bbp-topic-header,
/* 186 */ div.bbp-reply-header,
/* 187 */ li.bbp-body div.hentry { padding: 8px 20px; }
/* 188 */ .bbp-forum-header a.bbp-forum-permalink,
/* 189 */ .bbp-topic-header a.bbp-topic-permalink,
/* 190 */ .bbp-reply-header a.bbp-reply-permalink {
/* 191 */     margin-top: 1px;
/* 192 */     color: #555;
/* 193 */     font-size: 13px;
/* 194 */ }
/* 195 */ #bbp_search {
/* 196 */     padding: 9px;
/* 197 */     width: 226px;
/* 198 */     height: 40px;
/* 199 */     border: 1px solid #eee;
/* 200 */ }

/* bbpress.css */

/* 201 */ #bbp_search_submit { margin-left: -3px; }
/* 202 */ #bbp_stats_widget-2.widget_display_stats dt {
/* 203 */     padding: 0.6em 0;
/* 204 */     font-weight: 300;
/* 205 */     font-size: 14px;
/* 206 */ }
/* 207 */ #bbp_stats_widget-2.widget_display_stats dd {
/* 208 */     display: inline-block;
/* 209 */     float: right;
/* 210 */     font-weight: 300;
/* 211 */ }
/* 212 */ .button.logout-link {
/* 213 */     background: transparent;
/* 214 */     color: #FF9E0E;
/* 215 */ }
/* 216 */ .bbp-logged-in h4 {
/* 217 */     clear: none;
/* 218 */     margin-bottom: 5px;
/* 219 */     font-weight: 400;
/* 220 */     font-size: 16px;
/* 221 */ }
/* 222 */ .bbp_widget_login fieldset {
/* 223 */     margin: 0px;
/* 224 */     padding: 0px;
/* 225 */     border: none;
/* 226 */ }
/* 227 */ .bbp-login-form .bbp-username input,
/* 228 */ .bbp-login-form .bbp-email input,
/* 229 */ .bbp-login-form .bbp-password input {
/* 230 */     padding: 9px;
/* 231 */     width: 100%;
/* 232 */     border: 1px solid #eee;
/* 233 */ }
/* 234 */ .bbp-login-form .bbp-remember-me { margin-bottom: 10px; }
/* 235 */ .bbp-login-form .bbp-submit-wrapper { margin: 0; }
/* 236 */ .bbp-login-form .bbp-username {margin-top: 0px;}
/* 237 */ .forum-php {margin: 50px 0;}
/* 238 */ #subscription-toggle {
/* 239 */ display: none;
/* 240 */ }
/* 241 */ .bbp-reply-form div.bbp-template-notice, div.indicator-hint {
/* 242 */     box-shadow: none;
/* 243 */ }
/* 244 */ div.bbp-template-notice, div.indicator-hint {
/* 245 */ }
/* 246 */ 
/* 247 */ 
/* 248 */ .bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
/* 249 */     clear: left;
/* 250 */     background: #fff;

/* bbpress.css */

/* 251 */       
/* 252 */     margin-top: 50px;
/* 253 */     overflow: visible;
/* 254 */ 
/* 255 */ }
/* 256 */ #bbpress-forums {
/* 257 */ background: transparent;
/* 258 */ clear: both;
/* 259 */ overflow: visible;
/* 260 */ font-size: 13px;
/* 261 */ }
/* 262 */ 
/* 263 */ .col-content .bbp-login-form .bbp-submit-wrapper {margin-top: 15px;}
/* 264 */ 
/* 265 */ .single-topic #bbpress-forums li.bbp-header {
/* 266 */     border-bottom: none;
/* 267 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider

file-relative URI  : grab.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/grab.png
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/grab.png
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/grab.png

file-relative URI  : grabbing.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/grabbing.png
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/grabbing.png
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/grabbing.png

file-relative URI  : blank.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/blank.gif
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/blank.gif
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/blank.gif

file-relative URI  : rs-default.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png

file-relative URI  : rs-default.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png

file-relative URI  : rs-default.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png

file-relative URI  : rs-default.png
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png

file-relative URI  : preloader-white.gif
path prepended     : /home/thetipsg/public_html/wp-content/themes/univermag/assets/plugins/royalslider/preloader-white.gif
docroot stripped   : /wp-content/themes/univermag/assets/plugins/royalslider/preloader-white.gif
traversals removed : /wp-content/themes/univermag/assets/plugins/royalslider/preloader-white.gif

*/

/* royalslider.css */

/* 1   */ .royalSlider {
/* 2   */     position: relative;
/* 3   */     height: 339px;
/* 4   */     direction: ltr;
/* 5   */ }
/* 6   */ .royalSlider > * { float: left }
/* 7   */ .rsWebkit3d .rsSlide { -webkit-transform: translateZ() }
/* 8   */ .rsWebkit3d .rsSlide,
/* 9   */ .rsWebkit3d .rsContainer,
/* 10  */ .rsWebkit3d .rsThumbs,
/* 11  */ .rsWebkit3d .rsPreloader,
/* 12  */ .rsWebkit3d img,
/* 13  */ .rsWebkit3d .rsOverflow,
/* 14  */ .rsWebkit3d .rsBtnCenterer,
/* 15  */ .rsWebkit3d .rsAbsoluteEl,
/* 16  */ .rsWebkit3d .rsABlock,
/* 17  */ .rsWebkit3d .rsLink { -webkit-backface-visibility: hidden }
/* 18  */ .rsFade.rsWebkit3d .rsSlide,
/* 19  */ .rsFade.rsWebkit3d img,
/* 20  */ .rsFade.rsWebkit3d .rsContainer { -webkit-transform: none }
/* 21  */ .rsOverflow {
/* 22  */     position: relative;
/* 23  */     float: left;
/* 24  */     overflow: hidden;
/* 25  */     width: 100%;
/* 26  */     height: 100%;
/* 27  */     -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 28  */ }
/* 29  */ .rsVisibleNearbyWrap {
/* 30  */     position: relative;
/* 31  */     top: 0;
/* 32  */     left: 0;
/* 33  */     overflow: hidden;
/* 34  */     width: 100%;
/* 35  */     height: 100%;
/* 36  */     -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 37  */ }
/* 38  */ .rsVisibleNearbyWrap .rsOverflow {
/* 39  */     position: absolute;
/* 40  */     top: 0;
/* 41  */     left: 0;
/* 42  */ }
/* 43  */ .rsContainer {
/* 44  */     position: relative;
/* 45  */     width: 100%;
/* 46  */     height: 100%;
/* 47  */     -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 48  */ }
/* 49  */ .rsArrow,
/* 50  */ .rsThumbsArrow { cursor: pointer }

/* royalslider.css */

/* 51  */ .rsThumb {
/* 52  */     position: relative;
/* 53  */     float: left;
/* 54  */ }
/* 55  */ .rsArrow,
/* 56  */ .rsNav,
/* 57  */ .rsThumbsArrow {
/* 58  */     opacity: 1;
/* 59  */     -webkit-transition: opacity 0.3s linear;
/* 60  */     -moz-transition: opacity 0.3s linear;
/* 61  */     -o-transition: opacity 0.3s linear;
/* 62  */     transition: opacity 0.3s linear;
/* 63  */ }
/* 64  */ .rsHidden {
/* 65  */     visibility: hidden;
/* 66  */     opacity: 0;
/* 67  */     -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
/* 68  */     -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
/* 69  */     -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
/* 70  */     transition: visibility 0s linear 0.3s,opacity 0.3s linear;
/* 71  */ }
/* 72  */ .rsGCaption {
/* 73  */     float: left;
/* 74  */     width: 100%;
/* 75  */     text-align: center;
/* 76  */ }
/* 77  */ /* Fullscreen options, very important ^^ */
/* 78  */ .royalSlider.rsFullscreen {
/* 79  */     position: fixed !important;
/* 80  */     top: 0 !important;
/* 81  */     right: 0 !important;
/* 82  */     bottom: 0 !important;
/* 83  */     left: 0 !important;
/* 84  */     z-index: 2147483647 !important;
/* 85  */     margin: 0 !important;
/* 86  */     padding: 0 !important;
/* 87  */     width: auto !important;
/* 88  */     height: auto !important;
/* 89  */ }
/* 90  */ .royalSlider .rsSlide.rsFakePreloader {
/* 91  */     display: none;
/* 92  */     opacity: 1 !important;
/* 93  */     -webkit-transition: 0s;
/* 94  */     -moz-transition: 0s;
/* 95  */     -o-transition: 0s;
/* 96  */     transition: 0s;
/* 97  */ }
/* 98  */ .rsSlide {
/* 99  */     position: absolute;
/* 100 */     top: 0;

/* royalslider.css */

/* 101 */     left: 0;
/* 102 */     display: block;
/* 103 */     overflow: hidden;
/* 104 */     width: 100%;
/* 105 */     height: 100%;
/* 106 */ }
/* 107 */ .royalSlider.rsAutoHeight,
/* 108 */ .rsAutoHeight .rsSlide { height: auto }
/* 109 */ .rsContent {
/* 110 */     position: relative;
/* 111 */     width: 100%;
/* 112 */     height: 100%;
/* 113 */ }
/* 114 */ .rsPreloader {
/* 115 */     position: absolute;
/* 116 */     z-index: 0;
/* 117 */ }
/* 118 */ .rsNav {
/* 119 */     -moz-user-select: -moz-none;
/* 120 */     -webkit-user-select: none;
/* 121 */     user-select: none;
/* 122 */ }
/* 123 */ .rsNavItem { -webkit-tap-highlight-color: rgba(0,0,0,0.25) }
/* 124 */ .rsThumbs {
/* 125 */     position: relative;
/* 126 */     z-index: 22;
/* 127 */     float: left;
/* 128 */     overflow: hidden;
/* 129 */     cursor: pointer;
/* 130 */ }
/* 131 */ .rsTabs {
/* 132 */     float: left;
/* 133 */     background: none !important;
/* 134 */ }
/* 135 */ .rsTabs,
/* 136 */ .rsThumbs {
/* 137 */     -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 138 */     -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 139 */ }
/* 140 */ .rsVideoContainer {
/* 141 */     position: relative;
/* 142 */     width: auto;
/* 143 */     height: auto;
/* 144 */     line-height: 0;
/* 145 */ }
/* 146 */ .rsVideoFrameHolder {
/* 147 */     position: absolute;
/* 148 */     top: 0;
/* 149 */     left: 0;
/* 150 */     background: #141414;

/* royalslider.css */

/* 151 */     opacity: 0;
/* 152 */     -webkit-transition: .3s;
/* 153 */ }
/* 154 */ .rsVideoFrameHolder.rsVideoActive { opacity: 1 }
/* 155 */ .rsVideoContainer iframe,
/* 156 */ .rsVideoContainer video,
/* 157 */ .rsVideoContainer embed,
/* 158 */ .rsVideoContainer .rsVideoObj {
/* 159 */     position: absolute;
/* 160 */     top: 0;
/* 161 */     left: 0;
/* 162 */     z-index: 50;
/* 163 */     width: 100%;
/* 164 */     height: 100%;
/* 165 */ }
/* 166 */ /* ios controls over video bug, shifting video */
/* 167 */ .rsVideoContainer.rsIOSVideo iframe,
/* 168 */ .rsVideoContainer.rsIOSVideo video,
/* 169 */ .rsVideoContainer.rsIOSVideo embed {
/* 170 */     -webkit-box-sizing: border-box;
/* 171 */     -moz-box-sizing: border-box;
/* 172 */     box-sizing: border-box;
/* 173 */     padding-right: 44px;
/* 174 */ }
/* 175 */ img.rsImg {
/* 176 */ margin-left: 0px !important;
/* 177 */ }
/* 178 */ .grab-cursor { cursor: url(/wp-content/themes/univermag/assets/plugins/royalslider/grab.png) 8 8, move }
/* 179 */ .grabbing-cursor { cursor: url(/wp-content/themes/univermag/assets/plugins/royalslider/grabbing.png) 8 8, move }
/* 180 */ .rsNoDrag { cursor: auto }
/* 181 */ .rsLink {
/* 182 */     position: absolute;
/* 183 */     top: 0;
/* 184 */     left: 0;
/* 185 */     z-index: 20;
/* 186 */     display: block;
/* 187 */     width: 100%;
/* 188 */     height: 100%;
/* 189 */     background: url(/wp-content/themes/univermag/assets/plugins/royalslider/blank.gif);
/* 190 */ }
/* 191 */ /* Background */
/* 192 */ .rsDefault,
/* 193 */ .rsDefault .rsOverflow,
/* 194 */ .rsDefault .rsSlide,
/* 195 */ .rsDefault .rsVideoFrameHolder,
/* 196 */ .rsDefault .rsThumbs {
/* 197 */     background-color: #fff;
/* 198 */     color: #FFF;
/* 199 */ }
/* 200 */ /***************

/* royalslider.css *|

/* 201 *| *
/* 202 *| *  1. Arrows
/* 203 *| *
/* 204 *| ****************/
/* 205 */ .rsDefault .rsArrow {
/* 206 */     position: absolute;
/* 207 */     z-index: 21;
/* 208 */     display: block;
/* 209 */     width: 44px;
/* 210 */     height: 80%;
/* 211 */     cursor: pointer;
/* 212 */ }
/* 213 */ .rsDefault.rsVer .rsArrow {
/* 214 */     width: 100%;
/* 215 */     height: 44px;
/* 216 */ }
/* 217 */ .rsDefault.rsVer .rsArrowLeft {
/* 218 */     top: 0;
/* 219 */     left: 0;
/* 220 */ }
/* 221 */ .rsDefault.rsVer .rsArrowRight {
/* 222 */     bottom: 0;
/* 223 */     left: 0;
/* 224 */ }
/* 225 */ .rsDefault.rsHor .rsArrowLeft {
/* 226 */     top: 0;
/* 227 */     left: 0;
/* 228 */ }
/* 229 */ .rsDefault.rsHor .rsArrowRight {
/* 230 */     top: 0;
/* 231 */     right: 0;
/* 232 */ }
/* 233 */ .rsDefault .rsArrowIcn {
/* 234 */     position: absolute;
/* 235 */     top: 55%;
/* 236 */     left: 50%;
/* 237 */     margin-top: -16px;
/* 238 */     margin-left: -16px;
/* 239 */     width: 32px;
/* 240 */     height: 32px;
/* 241 */     border-radius: 2px;
/* 242 */     background: url('/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png');
/* 243 */     background-color: rgba(53,53,53,0.85);
/* 244 */     cursor: pointer;
/* 245 */ }
/* 246 */ .rsDefault .rsArrowIcn:hover { background-color: rgba(53,53,53,1) }
/* 247 */ .rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px }
/* 248 */ .rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px }
/* 249 */ .rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px }
/* 250 */ .rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px }

/* royalslider.css */

/* 251 */ .rsDefault .rsArrowDisabled .rsArrowIcn {
/* 252 */     opacity: .2;
/* 253 */     filter: alpha(opacity=20);
/* 254 */     *display: none;
/* 255 */ }
/* 256 */ /***************
/* 257 *| *
/* 258 *| *  2. Bullets
/* 259 *| *
/* 260 *| ****************/
/* 261 */ .rsDefault .rsBullets {
/* 262 */     position: absolute;
/* 263 */     bottom: 0;
/* 264 */     left: 0;
/* 265 */     z-index: 35;
/* 266 */     overflow: hidden;
/* 267 */     margin: 0 auto;
/* 268 */     width: 100%;
/* 269 */     height: auto;
/* 270 */     background: #000;
/* 271 */     background: rgba(0,0,0,0.75);
/* 272 */     text-align: center;
/* 273 */     line-height: 8px;
/* 274 */ }
/* 275 */ .rsDefault .rsBullet {
/* 276 */     display: inline-block;
/* 277 */     padding: 6px 5px 6px;
/* 278 */     width: 8px;
/* 279 */     height: 8px;
/* 280 */     *display: inline;
/* 281 */     *zoom: 1;
/* 282 */ }
/* 283 */ .rsDefault .rsBullet span {
/* 284 */     display: block;
/* 285 */     width: 8px;
/* 286 */     height: 8px;
/* 287 */     border-radius: 50%;
/* 288 */     background: #777;
/* 289 */     background: rgba(255,255,255,0.5);
/* 290 */ }
/* 291 */ .rsDefault .rsBullet.rsNavSelected span { background-color: #FFF }
/* 292 */ /***************
/* 293 *| *
/* 294 *| *  3. Thumbnails
/* 295 *| *
/* 296 *| ****************/
/* 297 */ .rsDefault .rsThumbsHor {
/* 298 */     width: 100%;
/* 299 */     height: 72px;
/* 300 */ }

/* royalslider.css */

/* 301 */ .rsDefault .rsThumbsVer {
/* 302 */     position: absolute;
/* 303 */     top: 0;
/* 304 */     right: 0;
/* 305 */     width: 250px;
/* 306 */     height: 100%;
/* 307 */ }
/* 308 */ .rsDefault.rsWithThumbsHor .rsThumbsContainer {
/* 309 */     position: relative;
/* 310 */     height: 100%;
/* 311 */ }
/* 312 */ .rsDefault.rsWithThumbsVer .rsThumbsContainer {
/* 313 */     position: relative;
/* 314 */     width: 100%;
/* 315 */ }
/* 316 */ .rsDefault .rsThumb { float: left}
/* 317 */ .rsDefault .rsThumb img {
/* 318 */     float: right;
/* 319 */     width: 100%;
/* 320 */     height: 100%;
/* 321 */ }
/* 322 */ .rsDefault .rsTmb { display: block }
/* 323 */ /* Thumbnails with text */
/* 324 */ .rsDefault .rsTmb h5 {
/* 325 */     margin: 0;
/* 326 */     padding: 0;
/* 327 */     padding-right: 80px;
/* 328 */     color: #fff;
/* 329 */     text-transform: none;
/* 330 */     letter-spacing: normal;
/* 331 */     font-size: 16px;
/* 332 */     display: none;
/* 333 */ }
/* 334 */ .rsDefault .rsTmb:hover h5 {
/* 335 */     color: #fff;
/* 336 */ }
/* 337 */ .rsDefault .rsTmb span {
/* 338 */     margin: 0;
/* 339 */     padding: 0;
/* 340 */     color: #eee;
/* 341 */     font-size: 13px;
/* 342 */     line-height: 18px;
/* 343 */ }
/* 344 */ /* Thumbnails arrow icons */
/* 345 */ .rsDefault .rsThumbsArrow {
/* 346 */     position: absolute;
/* 347 */     z-index: 21;
/* 348 */     display: block;
/* 349 */     width: 20px;
/* 350 */     height: 100%;

/* royalslider.css */

/* 351 */     background: rgba(255,255,255,0.75);
/* 352 */     cursor: pointer;
/* 353 */     transition: all 250ms linear;
/* 354 */     color:#555;
/* 355 */ }
/* 356 */ .rsDefault .rsThumbsArrow:hover {
/* 357 */     background: rgba(255,255,255,0.90);
/* 358 */     transition: all 250ms linear;
/* 359 */ }
/* 360 */ .rsDefault.rsWithThumbsVer .rsThumbsArrow {
/* 361 */     width: 100%;
/* 362 */     height: 20px;
/* 363 */     display: none;
/* 364 */ }
/* 365 */ .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
/* 366 */     top: 0;
/* 367 */     left: 0;
/* 368 */ }
/* 369 */ .rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
/* 370 */     bottom: 0;
/* 371 */     left: 0;
/* 372 */ }
/* 373 */ .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
/* 374 */     top: 0;
/* 375 */     left: 0;
/* 376 */ }
/* 377 */ .rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
/* 378 */     top: 0;
/* 379 */     right: 0;
/* 380 */ }
/* 381 */ .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px }
/* 382 */ .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px }
/* 383 */ .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
/* 384 */     position: relative;
/* 385 */     top: -2px;
/* 386 */     color: #555;
/* 387 */     text-align: center;
/* 388 */     font-size: 15px;
/* 389 */     font-family: 'FontAwesome';
/* 390 */     -webkit-font-smoothing: antialiased;
/* 391 */     -moz-osx-font-smoothing: grayscale;
/* 392 */ }
/* 393 */ .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before { content: "\f106" }
/* 394 */ .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
/* 395 */     position: relative;
/* 396 */     top: -2px;
/* 397 */     color: #555;
/* 398 */     text-align: center;
/* 399 */     font-size: 15px;
/* 400 */     font-family: 'FontAwesome';

/* royalslider.css */

/* 401 */     -webkit-font-smoothing: antialiased;
/* 402 */     -moz-osx-font-smoothing: grayscale;
/* 403 */ }
/* 404 */ .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before { content: "\f107" }
/* 405 */ .rsDefault .rsThumbsArrowDisabled { display: none !important }
/* 406 */ /* Thumbnails resizing on smaller screens */
/* 407 */ @media screen and (min-width: 0px) and (max-width: 800px) { 
/* 408 */     .rsDefault .rsThumb {
/* 409 */         width: 59px;
/* 410 */         height: 44px;
/* 411 */     }
/* 412 */     .rsDefault .rsThumbsHor { height: 44px }
/* 413 */     .rsDefault .rsThumbsVer { width: 59px }
/* 414 */ }
/* 415 */ /***************
/* 416 *| *
/* 417 *| *  4. Tabs
/* 418 *| *
/* 419 *| ****************/
/* 420 */ .rsDefault .rsTabs {
/* 421 */     position: relative;
/* 422 */     overflow: hidden;
/* 423 */     margin: 0 auto;
/* 424 */     padding-top: 12px;
/* 425 */     width: 100%;
/* 426 */     height: auto;
/* 427 */     text-align: center;
/* 428 */ }
/* 429 */ .rsDefault .rsTab {
/* 430 */     display: inline-block;
/* 431 */     padding: 5px 13px 6px;
/* 432 */     min-width: 72px;
/* 433 */     width: auto;
/* 434 */     height: auto;
/* 435 */     border: 1px solid #D9D9DD;
/* 436 */     border-right: 1px solid #f5f5f5;
/* 437 */     background-color: #FFF;
/* 438 */     background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
/* 439 */     background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
/* 440 */     background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
/* 441 */     -webkit-box-shadow: inset 1px 0 0 #fff;
/* 442 */     box-shadow: inset 1px 0 0 #fff;
/* 443 */     color: #555;
/* 444 */     text-align: center;
/* 445 */     text-decoration: none;
/* 446 */     cursor: pointer;
/* 447 */     *display: inline;
/* 448 */     *zoom: 1;
/* 449 */ }
/* 450 */ .rsDefault .rsTab:first-child {

/* royalslider.css */

/* 451 */     -webkit-border-top-left-radius: 4px;
/* 452 */     border-top-left-radius: 4px;
/* 453 */     -webkit-border-bottom-left-radius: 4px;
/* 454 */     border-bottom-left-radius: 4px;
/* 455 */ }
/* 456 */ .rsDefault .rsTab:last-child {
/* 457 */     border-right: 1px solid #cfcfcf;
/* 458 */     -webkit-border-top-right-radius: 4px;
/* 459 */     border-top-right-radius: 4px;
/* 460 */     -webkit-border-bottom-right-radius: 4px;
/* 461 */     border-bottom-right-radius: 4px;
/* 462 */ }
/* 463 */ .rsDefault .rsTab:active {
/* 464 */     border: 1px solid #D9D9DD;
/* 465 */     background-color: #f4f4f4;
/* 466 */     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
/* 467 */ }
/* 468 */ .rsDefault .rsTab.rsNavSelected {
/* 469 */     border: 1px solid #999;
/* 470 */     background: #ACACAC;
/* 471 */     background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
/* 472 */     background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
/* 473 */     background-image: linear-gradient(to bottom, #ACACAC, #BBB);
/* 474 */     box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
/* 475 */     color: #FFF;
/* 476 */     text-shadow: 1px 1px #838383;
/* 477 */ }
/* 478 */ /***************
/* 479 *| *
/* 480 *| *  5. Fullscreen button
/* 481 *| *
/* 482 *| ****************/
/* 483 */ .rsDefault .rsFullscreenBtn {
/* 484 */     position: absolute;
/* 485 */     top: 0;
/* 486 */     right: 0;
/* 487 */     z-index: 22;
/* 488 */     display: block;
/* 489 */     width: 44px;
/* 490 */     height: 44px;
/* 491 */     cursor: pointer;
/* 492 */ }
/* 493 */ .rsDefault .rsFullscreenIcn {
/* 494 */     display: block;
/* 495 */     margin: 6px;
/* 496 */     width: 32px;
/* 497 */     height: 32px;
/* 498 */     border-radius: 2px;
/* 499 */     background: url('/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png') 0 0;
/* 500 */     background-color: #000;

/* royalslider.css */

/* 501 */     background-color: rgba(0,0,0,0.75);
/* 502 */     *background-color: #000;
/* 503 */ }
/* 504 */ .rsDefault .rsFullscreenIcn:hover { background-color: rgba(0,0,0,0.9) }
/* 505 */ .rsDefault.rsFullscreen .rsFullscreenIcn { background-position: -32px 0 }
/* 506 */ /***************
/* 507 *| *
/* 508 *| *  6. Play/close video button
/* 509 *| *
/* 510 *| ****************/
/* 511 */ .rsDefault .rsPlayBtn {
/* 512 */     margin-top: -32px;
/* 513 */     margin-left: -32px;
/* 514 */     width: 64px;
/* 515 */     height: 64px;
/* 516 */     cursor: pointer;
/* 517 */     -webkit-tap-highlight-color: rgba(0,0,0,0.3);
/* 518 */ }
/* 519 */ .rsDefault .rsPlayBtnIcon {
/* 520 */     display: block;
/* 521 */     width: 64px;
/* 522 */     height: 64px;
/* 523 */     -webkit-border-radius: 4px;
/* 524 */     border-radius: 4px;
/* 525 */     background: url(/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png) no-repeat 0 -32px;
/* 526 */     background-color: #000;
/* 527 */     background-color: rgba(0,0,0,0.75);
/* 528 */     -webkit-transition: .3s;
/* 529 */     -moz-transition: .3s;
/* 530 */     transition: .3s;
/* 531 */     *background-color: #000;
/* 532 */ }
/* 533 */ .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon { background-color: rgba(0,0,0,0.9) }
/* 534 */ .rsDefault .rsBtnCenterer {
/* 535 */     position: absolute;
/* 536 */     top: 50%;
/* 537 */     left: 50%;
/* 538 */ }
/* 539 */ .rsDefault .rsCloseVideoBtn {
/* 540 */     position: absolute;
/* 541 */     top: 0;
/* 542 */     right: 0;
/* 543 */     z-index: 500;
/* 544 */     width: 44px;
/* 545 */     height: 44px;
/* 546 */     cursor: pointer;
/* 547 */     -webkit-transform: translateZ();
/* 548 */     -webkit-backface-visibility: hidden;
/* 549 */ }
/* 550 */ .rsDefault .rsCloseVideoBtn.rsiOSBtn {

/* royalslider.css */

/* 551 */     top: -38px;
/* 552 */     right: -6px;
/* 553 */ }
/* 554 */ .rsDefault .rsCloseVideoIcn {
/* 555 */     margin: 6px;
/* 556 */     width: 32px;
/* 557 */     height: 32px;
/* 558 */     background: url('/wp-content/themes/univermag/assets/plugins/royalslider/rs-default.png') -64px 0;
/* 559 */     background-color: #000;
/* 560 */     background-color: rgba(0,0,0,0.75);
/* 561 */     *background-color: #000;
/* 562 */ }
/* 563 */ .rsDefault .rsCloseVideoIcn:hover { background-color: rgba(0,0,0,0.9) }
/* 564 */ /***************
/* 565 *| *
/* 566 *| *  7. Preloader
/* 567 *| *
/* 568 *| ****************/
/* 569 */ .rsDefault .rsPreloader {
/* 570 */     top: 50%;
/* 571 */     left: 50%;
/* 572 */     margin-top: -10px;
/* 573 */     margin-left: -10px;
/* 574 */     width: 20px;
/* 575 */     height: 20px;
/* 576 */     background-image: url('/wp-content/themes/univermag/assets/plugins/royalslider/preloader-white.gif');
/* 577 */ }
/* 578 */ /***************
/* 579 *| *
/* 580 *| *  8. Global caption
/* 581 *| *
/* 582 *| ****************/
/* 583 */ .rsDefault .rsGCaption {
/* 584 */     position: absolute;
/* 585 */     bottom: 6px;
/* 586 */     left: 6px;
/* 587 */     float: none;
/* 588 */     padding: 2px 8px;
/* 589 */     width: auto;
/* 590 */     border-radius: 2px;
/* 591 */     background: rgb(0, 0, 0);
/* 592 */     background: rgba(0, 0, 0, 0.75);
/* 593 */     color: #FFF;
/* 594 */     text-align: left;
/* 595 */     font-size: 12px;
/* 596 */ }
/* 597 */ #dankov-video-gallery {
/* 598 */     width: 100%;
/* 599 */ }
/* 600 */ .videoGallery .rsTmb { padding: 0;}

/* royalslider.css */

/* 601 */ .videoGallery .rsThumbs .rsThumb {
/* 602 */     width: 100%;
/* 603 */     height: 85px;
/* 604 */     background: #fff;
/* 605 */     border-left: 1px solid #fff;
/* 606 */     display: inline-block;
/* 607 */     transition: background 0.25s ease; 
/* 608 */ 
/* 609 */ }
/* 610 */ .videoGallery .rsThumbs .rsThumb:last-child {
/* 611 */     border-bottom: 1px solid #555;
/* 612 */ 
/* 613 */ }
/* 614 */ .videoGallery .rsThumbs .rsThumb:hover {
/* 615 */     bbackground: #F8F8F8;
/* 616 */     transition: background 0.25s ease; 
/* 617 */ 
/* 618 */ }
/* 619 */ .videoGallery .rsThumbs {
/* 620 */     padding: 0;
/* 621 */     width: 85px;
/* 622 */ }
/* 623 */ .slider-main {margin-top: 50px;}
/* 624 */ .videoGallery .rsThumb:hover {  background: #F8F8F8;}
/* 625 */ .videoGallery .rsThumb:hover h5 { color:#fff;}
/* 626 */ .videoGallery .rsThumb.rsNavSelected { background: #F8F8F8;}
/* 627 */ .videoGallery .rsThumb.rsNavSelected h5 { color: #fff; }
/* 628 */ .rsABlock {
/* 629 */     position: absolute;
/* 630 */     z-index: 15;
/* 631 */     width: 585px;
/* 632 */     background: rgba(255,255,255,100);
/* 633 */     left: 5px;
/* 634 */     bottom: 5px;
/* 635 */ }
/* 636 */ .videoGallery .rsThumbs .rsThumb:first-child {
/* 637 */     border-top: none;
/* 638 */     /* border-bottom: none; */
/* 639 */ }
/* 640 */ .videoGallery .rsThumbs .rsThumb:last-child {
/* 641 */     border-bottom: none;
/* 642 */ }
/* 643 */ 
/* 644 */ .videoGallery .rsThumbs .rsThumb{
/* 645 */     opacity: 0.4;
/* 646 */     -webkit-transition: opacity 0.35s linear;
/* 647 */     -moz-transition: opacity 0.35s linear;
/* 648 */     -o-transition: opacity 0.35s linear;
/* 649 */     transition: opacity 0.35s linear;
/* 650 */ }

/* royalslider.css */

/* 651 */ .videoGallery .rsThumb.rsNavSelected {
/* 652 */     opacity: 1;
/* 653 */     -webkit-transition: opacity 0.35s linear;
/* 654 */     -moz-transition: opacity 0.35s linear;
/* 655 */     -o-transition: opacity 0.35s linear;
/* 656 */     transition: opacity 0.35s linear;
/* 657 */ }
/* 658 */ .videoGallery .rsThumbs .rsThumb:hover {
/* 659 */     opacity: 1;
/* 660 */     -webkit-transition: opacity 0.35s linear;
/* 661 */     -moz-transition: opacity 0.35s linear;
/* 662 */     -o-transition: opacity 0.35s linear;
/* 663 */     transition: opacity 0.35s linear;
/* 664 */ }
/* 665 */ 
/* 666 */ .slider-text p,
/* 667 */ .slider-text h3 {
/* 668 */     overflow: hidden;
/* 669 */     margin: 0px;
/* 670 */     padding: 15px 15px 0px 25px;
/* 671 */     text-overflow: ellipsis;
/* 672 */     white-space: nowrap;
/* 673 */     color: #555;
/* 674 */ }
/* 675 */ .slider-text h3 a {
/* 676 */     color: #555;
/* 677 */     text-transform: none;
/* 678 */     letter-spacing: normal;
/* 679 */     font-weight: 300;
/* 680 */     font-size: 24px;
/* 681 */ }
/* 682 */ .slider-text h3 a:hover { color: #FF9E0E }
/* 683 */ .rsBlock-meta {
/* 684 */     display: inline-block;
/* 685 */     margin: 13px 0px 5px 25px;
/* 686 */     padding: 0;
/* 687 */ }
/* 688 */ .rsBlock-meta li {
/* 689 */     float: left;
/* 690 */     margin-right: 15px;
/* 691 */     list-style: none;
/* 692 */ }
/* 693 */ .rsBlock-meta li a {
/* 694 */     color: #555;
/* 695 */     letter-spacing: normal;
/* 696 */     font-weight: 300;
/* 697 */     font-size: 12px;
/* 698 */ }
/* 699 */ .rsBlock-meta li i {
/* 700 */     position: relative;

/* royalslider.css */

/* 701 */     top: 2px;
/* 702 */     padding-right: 7px;
/* 703 */     color: #fff;
/* 704 */     color: #FF9E0E;
/* 705 */     font-size: 16px;
/* 706 */     opacity: 1;
/* 707 */     -webkit-transform: none;
/* 708 */ }
/* 709 */ .text-block-content {
/* 710 */     padding: 15px 25px 0px 25px;
/* 711 */     color: #555;
/* 712 */     width: 440px;
/* 713 */     max-height: 135px;
/* 714 */     overflow: hidden;
/* 715 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/thetipsg/public_html
currentDir : /home/thetipsg/public_html/wp-content/themes/univermag

*/

/* style.css */

/* 1    */ /* 
/* 2    *|     Theme Name: UniverMag
/* 3    *|     Theme URI: http://wordpress.dankov-theme.com/univermag/
/* 4    *|     Author: Dankov
/* 5    *|     Author URI: http://themeforest.net/user/Dankov
/* 6    *|     Description: This elegant and professional news theme is great for anyone looking display a lot of content in a clean and userfriendly manner. Featuring a 3-column grid and many homepage content outlets, this theme gives you the opportunity to feature tons of content without making your website feel cramped or messy. UniverMag is compatible with bbPress, BuddyPress plugins.
/* 7    *|     Tags: ad ready, adsense, bbpress, clean, flexible, magazine, modern, news, newspaper, responsive, retina, seo optimized, social, translation ready, buddypress
/* 8    *|     Version: 1.0.7
/* 9    *|     License: GPL2
/* 10   *|     License URI: http://themeforest.net/user/Dankov
/* 11   *|     Text Domain: dankov
/* 12   *| */
/* 13   */ /*------------------------------------------------------------------
/* 14   *| 
/* 15   *| 1. Wrapper / #wrapper 
/* 16   *| 
/* 17   *|     1.1 Boxed mode / .boxed
/* 18   *| 
/* 19   *| 2. Header / #header
/* 20   *|     2.1 Search / #search
/* 21   *|     2.2 Social Icons / .social-icon
/* 22   *| 
/* 23   *| 3. Main Menu / .menu-wrapper
/* 24   *| 
/* 25   *| 4. Sticky Post (Featured Post) / #sticky
/* 26   *| 
/* 27   *| 5. Content / Sidebar / .col-contentEntry Meta
/* 28   *|     4.1 Post class left image / .left-image-post
/* 29   *|     4.2 Standart Post / .standard-post
/* 30   *|     4.4 Entry Meta (Meta data) / .entry-data
/* 31   *|     4.5 Paper Button / .paper-button
/* 32   *|     4.6 Single Content / .single
/* 33   *|     4.7 UI Post Content 
/* 34   *| 
/* 35   *| 6. Comments / .comments
/* 36   *| 
/* 37   *| 7. Widgets / #widget
/* 38   *| 
/* 39   *| 8. Page Navi / #wp-pagenavi
/* 40   *| 
/* 41   *| 9. Footer / #footer
/* 42   *| 
/* 43   *| 10. Other style
/* 44   *| 
/* 45   *| -------------------------------------------------------------------*/
/* 46   */ 
/* 47   */ /*------------------------------------------------------------------
/* 48   *| [1. Wrapper / #wrapper]
/* 49   *| */
/* 50   */ .cont-wide { background: #fff }

/* style.css */

/* 51   */ .wrapper {
/* 52   */     overflow: hidden;
/* 53   */     margin: 0 auto;
/* 54   */     width: 100%;
/* 55   */ }
/* 56   */ /*------------------------------------------------------------------
/* 57   *| [1.1 Boxed / .boxed]
/* 58   *| */
/* 59   */ .boxed {
/* 60   */     box-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
/* 61   */     width: 1290px;
/* 62   */ }
/* 63   */ /*------------------------------------------------------------------
/* 64   *| [2.0 Header / .header]
/* 65   *| */
/* 66   */ .header { background: transparent }
/* 67   */ .header-white {
/* 68   */     background: #fff;
/* 69   */     width: 1290px;
/* 70   */     margin: auto;
/* 71   */ }
/* 72   */ .logo {
/* 73   */     margin: 35px 0px 15px 0px;
/* 74   */     height: 105px;
/* 75   */     line-height: 80px;
/* 76   */     overflow: hidden;
/* 77   */ }
/* 78   */ .logo a {
/* 79   */     font-size: 35px;
/* 80   */     display: inline-block;
/* 81   */ }
/* 82   */ .banner-area {
/* 83   */     margin: 35px 0px 8px 0;
/* 84   */     height: 80px;
/* 85   */     text-align: left;
/* 86   */     line-height: 80px;
/* 87   */ }
/* 88   */ .soc-area {
/* 89   */     margin: 35px 0px 10px 0;
/* 90   */     height: 30px;
/* 91   */     line-height: 30px;
/* 92   */ }
/* 93   */ .search-area {
/* 94   */     margin: 0px 0px 8px 0;
/* 95   */     height: 40px;
/* 96   */ }
/* 97   */ .search-area form > div {
/* 98   */     padding: 10px 44px 10px 10px;
/* 99   */     height: 40px;
/* 100  */     border: 1px solid #eee;

/* style.css */

/* 101  */     background: #fff;
/* 102  */ }
/* 103  */ .search-area form > div:before {
/* 104  */     position: absolute;
/* 105  */     top: 11px;
/* 106  */     left: 243px;
/* 107  */     color: #FF9E0E;
/* 108  */     content: "\e090";
/* 109  */     text-transform: none;
/* 110  */     font-weight: normal;
/* 111  */     font-style: normal;
/* 112  */     font-variant: normal;
/* 113  */     font-size: 19px;
/* 114  */     font-family: 'Simple-Line-Icons';
/* 115  */     speak: none;
/* 116  */     -webkit-font-smoothing: antialiased;
/* 117  */     -moz-osx-font-smoothing: grayscale;
/* 118  */     line-height: 19px;
/* 119  */ }
/* 120  */ .search-area form label { display: none }
/* 121  */ .search-area input[name="s"] {
/* 122  */     float: left;
/* 123  */     padding: 0;
/* 124  */     width: 100%;
/* 125  */     height: 20px;
/* 126  */     border: none;
/* 127  */     font-weight: 300;
/* 128  */ }
/* 129  */ .search-area input[type="submit"] {
/* 130  */     position: relative;
/* 131  */     float: right;
/* 132  */     margin: -5px -39px 0 0;
/* 133  */     padding: 0;
/* 134  */     width: 30px !important;
/* 135  */     height: 30px;
/* 136  */     border: none !important;
/* 137  */     background: none !important;
/* 138  */     text-indent: -9999px;
/* 139  */ }
/* 140  */ /*------------------------------------------------------------------
/* 141  *| [2.1 Head Search / .head-search ]
/* 142  *| */
/* 143  */ .head-search input[name="s"] {
/* 144  */     height: 50px;
/* 145  */     font-size: 13px;
/* 146  */     text-transform: uppercase;
/* 147  */     font-weight: 300;
/* 148  */     width: 100%;
/* 149  */     padding: 15px 45px 15px 15px;
/* 150  */     border-top: none;

/* style.css */

/* 151  */ }
/* 152  */ .head-search input[name="s"]:focus { border: 1px solid #eee }
/* 153  */ .head-search input[type="submit"] {
/* 154  */     padding: 0;
/* 155  */     float: right;
/* 156  */     margin-top: -15px;
/* 157  */     position: relative;
/* 158  */     background: transparent;
/* 159  */     color: rgba(0,0,0,0.54);
/* 160  */     border: none;
/* 161  */     width: 45px;
/* 162  */     height: 50px;
/* 163  */     margin-right: -14px;
/* 164  */ }
/* 165  */ .head-search input[type="submit"]:hover {
/* 166  */     background: transparent;
/* 167  */     transition: background 200ms linear;
/* 168  */ }
/* 169  */ .head-search span:hover:before {
/* 170  */     color: #FF9E0E;
/* 171  */     transition: color 200ms linear;
/* 172  */ }
/* 173  */ .head-search span {
/* 174  */     float: right;
/* 175  */     margin-top: -35px;
/* 176  */     position: relative;
/* 177  */     margin-right: 15px;
/* 178  */ }
/* 179  */ .head-search span:before {
/* 180  */     font-family: 'Simple-Line-Icons';
/* 181  */     speak: none;
/* 182  */     font-style: normal;
/* 183  */     font-weight: normal;
/* 184  */     font-variant: normal;
/* 185  */     text-transform: none;
/* 186  */     line-height: 1;
/* 187  */     -webkit-font-smoothing: antialiased;
/* 188  */     -moz-osx-font-smoothing: grayscale;
/* 189  */     content: "\e090";
/* 190  */     font-size: 20px;
/* 191  */     color: rgba(0,0,0,0.54);
/* 192  */     position: relative;
/* 193  */     left: 33px;
/* 194  */ }
/* 195  */ .search-title {
/* 196  */     padding-top: 0px;
/* 197  */     margin-top: 0px;
/* 198  */ }
/* 199  */ /*------------------------------------------------------------------
/* 200  *| [2.2 Icons Social / .icons-social ]

/* style.css *|

/* 201  *| */
/* 202  */ .icons-social {
/* 203  */     display: block;
/* 204  */     float: right;
/* 205  */     overflow: hidden;
/* 206  */     width: 198px;
/* 207  */     height: 30px;
/* 208  */ }
/* 209  */ .icons-social a {
/* 210  */     float: left;
/* 211  */     transition: all 200ms linear;
/* 212  */     font-family: 'FontAwesome';
/* 213  */     -webkit-font-smoothing: antialiased;
/* 214  */     -moz-osx-font-smoothing: grayscale;
/* 215  */     font-size: 16px;
/* 216  */     width: 30px;
/* 217  */     height: 30px;
/* 218  */     text-align: center;
/* 219  */     line-height: 30px;
/* 220  */     color: #fff;
/* 221  */     margin-left: 3px;
/* 222  */ }
/* 223  */ .icons-social a:hover {
/* 224  */     transition: all 250ms linear;
/* 225  */     background: transparent;
/* 226  */ }
/* 227  */ #icon-dribbble:before { content: "\f17d" }
/* 228  */ #icon-dribbble { background: #ea4c89 }
/* 229  */ #icon-dribbble:hover {
/* 230  */     color: #ea4c89;
/* 231  */     background: transparent;
/* 232  */ }
/* 233  */ #icon-facebook { background: #3b5998 }
/* 234  */ #icon-facebook:hover {
/* 235  */     color: #3b5998;
/* 236  */     background: transparent;
/* 237  */ }
/* 238  */ #icon-facebook:before { content: "\f09a" }
/* 239  */ #icon-flickr:before { content: "\f16e" }
/* 240  */ #icon-flickr { background: #005FDF }
/* 241  */ #icon-flickr:hover {
/* 242  */     color: #005FDF;
/* 243  */     background: transparent;
/* 244  */ }
/* 245  */ #icon-github:before { content: "\f113" }
/* 246  */ #icon-github { background: #171515 }
/* 247  */ #icon-github:hover {
/* 248  */     color: #171515;
/* 249  */     background: transparent;
/* 250  */ }

/* style.css */

/* 251  */ #icon-googleplus { background: #d34836 }
/* 252  */ #icon-googleplus:hover {
/* 253  */     color: #d34836;
/* 254  */     background: transparent;
/* 255  */ }
/* 256  */ #icon-googleplus:before { content: "\f0d5" }
/* 257  */ #icon-instagram:before { content: "\f16d" }
/* 258  */ #icon-instagram { background: #3C719D }
/* 259  */ #icon-instagram:hover {
/* 260  */     color: #3C719D;
/* 261  */     background: transparent;
/* 262  */ }
/* 263  */ #icon-linkedin { background: #0075AA }
/* 264  */ #icon-linkedin:hover {
/* 265  */     color: #0075AA;
/* 266  */     background: transparent;
/* 267  */ }
/* 268  */ #icon-linkedin:before { content: "\f0e1" }
/* 269  */ #icon-pinterest:before { content: "\f0d2" }
/* 270  */ #icon-pinterest { background: #CA2025 }
/* 271  */ #icon-pinterest:hover {
/* 272  */     color: #CA2025;
/* 273  */     background: transparent;
/* 274  */ }
/* 275  */ #icon-rss { background: #F0801E }
/* 276  */ #icon-rss:hover {
/* 277  */     color: #F0801E;
/* 278  */     background: transparent;
/* 279  */ }
/* 280  */ #icon-rss:before { content: "\f09e" }
/* 281  */ #icon-tumblr:before { content: "\f173" }
/* 282  */ #icon-tumblr { background: #335170 }
/* 283  */ #icon-tumblr:hover {
/* 284  */     color: #335170;
/* 285  */     background: transparent;
/* 286  */ }
/* 287  */ #icon-skype:before { content: "\f17e" }
/* 288  */ #icon-skype { background: #00AEF3 }
/* 289  */ #icon-skype:hover {
/* 290  */     color: #00AEF3;
/* 291  */     background: transparent;
/* 292  */ }
/* 293  */ #icon-twitter { background: #50ABF1 }
/* 294  */ #icon-twitter:hover {
/* 295  */     color: #50ABF1;
/* 296  */     background: transparent;
/* 297  */ }
/* 298  */ #icon-twitter:before { content: "\f099" }
/* 299  */ #icon-vimeo { background: #3BBAFF }
/* 300  */ #icon-vimeo:hover {

/* style.css */

/* 301  */     color: #3BBAFF;
/* 302  */     background: transparent;
/* 303  */ }
/* 304  */ #icon-vimeo:before { content: "\f194" }
/* 305  */ #icon-youtube { background: #C62E24 }
/* 306  */ #icon-youtube:hover {
/* 307  */     color: #C62E24;
/* 308  */     background: transparent;
/* 309  */ }
/* 310  */ #icon-youtube:before { content: "\f16a" }
/* 311  */ #icon-foursquare { background: #0071B3 }
/* 312  */ #icon-foursquare:hover {
/* 313  */     color: #0071B3;
/* 314  */     background: transparent;
/* 315  */ }
/* 316  */ #icon-foursquare:before { content: "\f180" }
/* 317  */ #icon-apple { background: #BFBEBE }
/* 318  */ #icon-apple:hover {
/* 319  */     color: #BFBEBE;
/* 320  */     background: transparent;
/* 321  */ }
/* 322  */ #icon-apple:before { content: "\f179" }
/* 323  */ #icon-android { background: #A3C828 }
/* 324  */ #icon-android:hover {
/* 325  */     color: #A3C828;
/* 326  */     background: transparent;
/* 327  */ }
/* 328  */ #icon-android:before { content: "\f17b" }
/* 329  */ #icon-vk { background: #436590 }
/* 330  */ #icon-vk:hover {
/* 331  */     color: #436590;
/* 332  */     background: transparent;
/* 333  */ }
/* 334  */ #icon-vk:before { content: "\f189" }
/* 335  */ #icon-windows { background: #00BBF5 }
/* 336  */ #icon-windows:hover {
/* 337  */     color: #00BBF5;
/* 338  */     background: transparent;
/* 339  */ }
/* 340  */ #icon-windows:before { content: "\f17a" }
/* 341  */ #icon-behance { background: #0763FF }
/* 342  */ #icon-behance:hover {
/* 343  */     color: #0763FF;
/* 344  */     background: transparent;
/* 345  */ }
/* 346  */ #icon-behance:before { content: "\f1b4" }
/* 347  */ #icon-delicious:before { content: "\f1a5" }
/* 348  */ #icon-delicious { background: #2A96FF }
/* 349  */ #icon-delicious:hover {
/* 350  */     color: #2A96FF;

/* style.css */

/* 351  */     background: transparent;
/* 352  */ }
/* 353  */ /*------------------------------------------------------------------
/* 354  *| [3. Main Menu /.menu-wrapper ]
/* 355  *| */
/* 356  */ .menu-wrapper {
/* 357  */     width: 1290px;
/* 358  */     height: 54px;
/* 359  */     background: #FF9E0E;
/* 360  */     margin: auto;
/* 361  */     position: relative;
/* 362  */     top: 27px;
/* 363  */     border-radius: 0;
/* 364  */     border: 0;
/* 365  */ }
/* 366  */ .menu-wrapper .menu {
/* 367  */     position: relative;
/* 368  */     z-index: 9999;
/* 369  */     width: 100%;
/* 370  */     height: 54px;
/* 371  */     background: #FF9E0E;
/* 372  */ }
/* 373  */ .menu-wrapper .menu.sticky-menu {
/* 374  */     position: fixed;
/* 375  */     top: 0;
/* 376  */     width: 1290px;
/* 377  */     transition: 0;
/* 378  */ }
/* 379  */ .boxed .sticky-menu {
/* 380  */     width: 1250px;
/* 381  */     left: auto;
/* 382  */     transition: none !important;
/* 383  */ }
/* 384  */ .menu.non-sticky { position: relative!important }
/* 385  */ .sf-menu,
/* 386  */ .sf-menu * {
/* 387  */     margin: 0;
/* 388  */     padding: 0;
/* 389  */     list-style: none;
/* 390  */ }
/* 391  */ .sf-menu li { position: relative }
/* 392  */ .sf-menu > li { float: left }
/* 393  */ .sf-menu ul {
/* 394  */     position: absolute;
/* 395  */     top: 100%;
/* 396  */     left: 0px;
/* 397  */     z-index: 99;
/* 398  */     display: none;
/* 399  */ }
/* 400  */ ul#main-nav {

/* style.css */

/* 401  */     position: relative;
/* 402  */     z-index: 1001;
/* 403  */     display: block;
/* 404  */     float: left;
/* 405  */ }
/* 406  */ ul#main-nav li {
/* 407  */     position: relative;
/* 408  */     z-index: 1000;
/* 409  */     display: inline-block;
/* 410  */     float: left;
/* 411  */ }
/* 412  */ ul#main-nav > li:first-child > a { border-left: 1px solid rgba(255,255,255,0.6) }
/* 413  */ ul#main-nav > li > a {
/* 414  */     z-index: 100;
/* 415  */     display: inline-block;
/* 416  */     padding: 14px 25px;
/* 417  */     color: #fff;
/* 418  */     text-transform: uppercase;
/* 419  */     font-size: 15px;
/* 420  */     border-right: 1px solid rgba(255,255,255,0.6);
/* 421  */     -webkit-transition: all 0.2s linear;
/* 422  */     -moz-transition: all 0.2s linear;
/* 423  */     -o-transition: all 0.2s linear;
/* 424  */     transition: all 0.2s linear;
/* 425  */     position: relative;
/* 426  */ }
/* 427  */ ul#main-nav > li a:hover {
/* 428  */     background: rgba(0,0,0,0.10);
/* 429  */     color: #fff;
/* 430  */     -webkit-transition: all 0.2s linear;
/* 431  */     -moz-transition: all 0.2s linear;
/* 432  */     -o-transition: all 0.2s linear;
/* 433  */     transition: all 0.2s linear;
/* 434  */ }
/* 435  */ ul#main-nav li ul {
/* 436  */     position: absolute;
/* 437  */     z-index: 10;
/* 438  */     width: 182px;
/* 439  */     margin-left: -1px;
/* 440  */     box-shadow: 0;
/* 441  */ }
/* 442  */ ul#main-nav li ul:first-child { margin-left: 0px }
/* 443  */ ul#main-nav li ul li ul { margin-left: 0 }
/* 444  */ ul#main-nav li ul li {
/* 445  */     background: #FF9E0E;
/* 446  */     border-top: 1px solid rgba(255,255,255,0.6);
/* 447  */     border-left: 1px solid rgba(255,255,255,0.6);
/* 448  */     border-right: 1px solid rgba(255,255,255,0.6);
/* 449  */ }
/* 450  */ ul#main-nav li ul li:last-child {

/* style.css */

/* 451  */     background: #FF9E0E;
/* 452  */     border-bottom: 1px solid rgba(255,255,255,0.6);
/* 453  */ }
/* 454  */ ul#main-nav li ul li a {
/* 455  */     display: block;
/* 456  */     padding: 10px;
/* 457  */     width: 180px;
/* 458  */     color: #fff;
/* 459  */     font-weight: 300;
/* 460  */ }
/* 461  */ ul#main-nav li ul li a:hover {
/* 462  */     color: #fff;
/* 463  */     background: rgba(0,0,0,0.10);
/* 464  */     -webkit-transition: all 0.2s linear;
/* 465  */     -moz-transition: all 0.2s linear;
/* 466  */     -o-transition: all 0.2s linear;
/* 467  */     transition: all 0.2s linear;
/* 468  */ }
/* 469  */ #main-nav li.menu-item-has-children > a:after {
/* 470  */     padding-left: 13px;
/* 471  */     color: #fff;
/* 472  */     content: "\f107";
/* 473  */     text-transform: none;
/* 474  */     font-weight: normal;
/* 475  */     font-style: normal;
/* 476  */     font-variant: normal;
/* 477  */     font-size: 13px;
/* 478  */     font-family: 'FontAwesome';
/* 479  */     speak: none;
/* 480  */     -webkit-font-smoothing: antialiased;
/* 481  */     -moz-osx-font-smoothing: grayscale;
/* 482  */ }
/* 483  */ #main-nav li.menu-item-has-children > a { font-weight: 300 }
/* 484  */ #main-nav > li.current-menu-item > a,
/* 485  */ #main-nav > li.current_page_item > a {
/* 486  */     color: #fff;
/* 487  */     background: rgba(0,0,0,0.10);
/* 488  */ }
/* 489  */ ul#main-nav li ul li.dl-back { display: none }
/* 490  */ .sub-menu { background: #FF9E0E }
/* 491  */ ul#main-nav li ul li ul {
/* 492  */     left: 180px;
/* 493  */     top: -1px;
/* 494  */ }
/* 495  */ #main-nav li.menu-item-has-children ul li.menu-item-has-children > a:after {
/* 496  */     content: "\f105";
/* 497  */     float: right;
/* 498  */ }
/* 499  */ /*------------------------------------------------------------------
/* 500  *| [5. Content / Sidebar /.col-content ]

/* style.css *|

/* 501  *| */
/* 502  */ .content { margin-top: 27px }
/* 503  */ .col-left { width: 210px }
/* 504  */ .col-content { width: 730px }
/* 505  */ .col-sidebar { width: 350px }
/* 506  */ .wrap-content { padding-bottom: 50px }
/* 507  */ .col-content.full-cont { width: 100% }
/* 508  */ .posts .widget-title {
/* 509  */     margin-top: 0;
/* 510  */     margin-bottom: 1em;
/* 511  */     padding-bottom: 5px;
/* 512  */     text-transform: uppercase;
/* 513  */     font-size: 16px;
/* 514  */     padding-top: 0px;
/* 515  */     border-bottom: 1px solid #FF9E0E;
/* 516  */     display: inline-block;
/* 517  */     margin-bottom: -1px;
/* 518  */ }
/* 519  */ .posts .widget > h5 {
/* 520  */     margin-top: 0;
/* 521  */     margin-bottom: 1em;
/* 522  */     padding-bottom: 5px;
/* 523  */     text-transform: uppercase;
/* 524  */     font-size: 16px;
/* 525  */     padding-top: 0px;
/* 526  */     border-bottom: 2px solid #FF9E0E;
/* 527  */     display: inline-block;
/* 528  */ }
/* 529  */ .posts .widget > h3:before,
/* 530  */ .posts .widget > h5:before { border-bottom: 1px solid #eee }
/* 531  */ .posts .widget-line {
/* 532  */     border-bottom: 1px solid #eee;
/* 533  */     margin-bottom: 25px;
/* 534  */ }
/* 535  */ .page .wrap-content {
/* 536  */     min-height: 500px;
/* 537  */     background: #ffffff;
/* 538  */     margin: 50px 0;
/* 539  */     padding: 0;
/* 540  */ }
/* 541  */ .page.page-template .wrap-content {
/* 542  */     min-height: 500px;
/* 543  */     box-shadow: none;
/* 544  */     background: transparent;
/* 545  */     padding: 0;
/* 546  */     margin: 50px 0;
/* 547  */ }
/* 548  */ .post-thumbnail {
/* 549  */     position: relative;
/* 550  */     overflow: hidden;

/* style.css */

/* 551  */     height: 260px;
/* 552  */ }
/* 553  */ .post-hover { overflow: hidden }
/* 554  */ .post-hover img {
/* 555  */     -webkit-transition: all 1s ease;
/* 556  */     -moz-transition: all 1s ease;
/* 557  */     -o-transition: all 1s ease;
/* 558  */     -ms-transition: all 1s ease;
/* 559  */     transition: all 1s ease;
/* 560  */     position: relative;
/* 561  */     overflow: hidden;
/* 562  */ }
/* 563  */ .post-hover img:hover {
/* 564  */     -webkit-transform: scale(1.1, 1.1);
/* 565  */     -moz-transform: scale(1.1, 1.1);
/* 566  */     -ms-transform: scale(1.1, 1.1);
/* 567  */     transform: scale(1.1, 1.1);
/* 568  */ }
/* 569  */ .col-content.sidebar-left { float: right }
/* 570  */ .col-content.sidebar-right { float: left }
/* 571  */ .percent-sidebar { float: left }
/* 572  */ .sidebar-left { float: left }
/* 573  */ .sidebar-right { float: right }
/* 574  */ .sidebar .widget-title {
/* 575  */     margin-top: 0;
/* 576  */     margin-bottom: 1em;
/* 577  */     padding-bottom: 5px;
/* 578  */     text-transform: uppercase;
/* 579  */     font-size: 16px;
/* 580  */     padding-top: 0px;
/* 581  */     border-bottom: 1px solid #FF9E0E;
/* 582  */     display: inline-block;
/* 583  */     margin-bottom: -1px;
/* 584  */ }
/* 585  */ .sidebar .widget > h5 {
/* 586  */     margin-top: 0;
/* 587  */     margin-bottom: 1em;
/* 588  */     padding-bottom: 5px;
/* 589  */     text-transform: uppercase;
/* 590  */     font-size: 16px;
/* 591  */     padding-top: 0px;
/* 592  */     border-bottom: 2px solid #FF9E0E;
/* 593  */     display: inline-block;
/* 594  */ }
/* 595  */ .sidebar .widget > h3:before,
/* 596  */ .sidebar .widget > h5:before { border-bottom: 1px solid #eee }
/* 597  */ .sidebar .widget-line {
/* 598  */     border-bottom: 1px solid #EEE;
/* 599  */     margin-bottom: 25px;
/* 600  */ }

/* style.css */

/* 601  */ .sidebar-mini .widget-title {
/* 602  */     margin-top: 0;
/* 603  */     margin-bottom: 1em;
/* 604  */     padding-bottom: 5px;
/* 605  */     text-transform: uppercase;
/* 606  */     font-size: 16px;
/* 607  */     padding-top: 0px;
/* 608  */     border-bottom: 1px solid #FF9E0E;
/* 609  */     display: inline-block;
/* 610  */     margin-bottom: -1px;
/* 611  */ }
/* 612  */ .sidebar-mini .widget > h5 {
/* 613  */     margin-top: 0;
/* 614  */     margin-bottom: 1em;
/* 615  */     padding-bottom: 5px;
/* 616  */     text-transform: uppercase;
/* 617  */     font-size: 16px;
/* 618  */     padding-top: 0px;
/* 619  */     border-bottom: 2px solid #FF9E0E;
/* 620  */     display: inline-block;
/* 621  */ }
/* 622  */ .sidebar-mini .widget > h3:before,
/* 623  */ .sidebar .widget > h5:before { border-bottom: 1px solid #eee }
/* 624  */ .sidebar-mini .widget-line {
/* 625  */     border-bottom: 1px solid #EEE;
/* 626  */     margin-bottom: 25px;
/* 627  */ }
/* 628  */ .sidebar a { color: #FF9E0E }
/* 629  */ .sidebar a:hover { color: #444 }
/* 630  */ .sidebar { padding: 50px 0 }
/* 631  */ .sidebar-mini { padding: 50px 0 }
/* 632  */ .sidebar ul li {
/* 633  */     padding: 0 0 15px 0;
/* 634  */     list-style: none;
/* 635  */     font-weight: 300;
/* 636  */ }
/* 637  */ .sidebar ul li:last-child { padding: 0px !important }
/* 638  */ .sidebar ul {
/* 639  */     padding: 0;
/* 640  */     margin: 0px;
/* 641  */ }
/* 642  */ .archive-header {
/* 643  */     background: #ffffff;
/* 644  */     margin: 50px 0 25px 0;
/* 645  */ }
/* 646  */ .archive-title {
/* 647  */     text-transform: uppercase;
/* 648  */     font-weight: 300;
/* 649  */     font-size: 16px;
/* 650  */     margin: 0;

/* style.css */

/* 651  */     border-bottom: 1px solid #eee;
/* 652  */     padding-bottom: 5px;
/* 653  */ }
/* 654  */ .archive-tags:before {
/* 655  */     position: relative;
/* 656  */     top: 2px;
/* 657  */     display: inline-block;
/* 658  */     margin: 0 10px 0 0;
/* 659  */     color: #FF9E0E;
/* 660  */     content: "\e055";
/* 661  */     font-size: 19px;
/* 662  */     font-family: 'Simple-Line-Icons';
/* 663  */     -webkit-font-smoothing: antialiased;
/* 664  */     margin-top: -3px;
/* 665  */ }
/* 666  */ .archive-date:before {
/* 667  */     position: relative;
/* 668  */     top: 2px;
/* 669  */     display: inline-block;
/* 670  */     margin: 0 10px 0 0;
/* 671  */     color: #FF9E0E;
/* 672  */     content: "\e075";
/* 673  */     font-size: 19px;
/* 674  */     font-family: 'Simple-Line-Icons';
/* 675  */     -webkit-font-smoothing: antialiased;
/* 676  */     margin-top: -3px;
/* 677  */ }
/* 678  */ .archive-search:before {
/* 679  */     position: relative;
/* 680  */     top: 2px;
/* 681  */     display: inline-block;
/* 682  */     margin: 0 10px 0 0;
/* 683  */     color: #FF9E0E;
/* 684  */     content: "\e090";
/* 685  */     font-size: 19px;
/* 686  */     font-family: 'Simple-Line-Icons';
/* 687  */     -webkit-font-smoothing: antialiased;
/* 688  */     margin-top: -3px;
/* 689  */ }
/* 690  */ .archive-404:before {
/* 691  */     position: relative;
/* 692  */     top: 2px;
/* 693  */     display: inline-block;
/* 694  */     margin: 0 10px 0 0;
/* 695  */     color: #FF9E0E;
/* 696  */     content: "\e090";
/* 697  */     font-size: 19px;
/* 698  */     font-family: 'Simple-Line-Icons';
/* 699  */     -webkit-font-smoothing: antialiased;
/* 700  */     margin-top: -3px;

/* style.css */

/* 701  */ }
/* 702  */ .archive-category:before {
/* 703  */     position: relative;
/* 704  */     top: 2px;
/* 705  */     display: inline-block;
/* 706  */     margin: 0 10px 0 0;
/* 707  */     color: #FF9E0E;
/* 708  */     content: "\e05f";
/* 709  */     font-size: 19px;
/* 710  */     font-family: 'Simple-Line-Icons';
/* 711  */     -webkit-font-smoothing: antialiased;
/* 712  */     margin-top: -3px;
/* 713  */ }
/* 714  */ .archive-shop:before {
/* 715  */     position: relative;
/* 716  */     top: 2px;
/* 717  */     display: inline-block;
/* 718  */     margin: 0 10px 0 0;
/* 719  */     color: #FF9E0E;
/* 720  */     content: "\e035";
/* 721  */     font-size: 19px;
/* 722  */     font-family: 'Simple-Line-Icons';
/* 723  */     -webkit-font-smoothing: antialiased;
/* 724  */     margin-top: -3px;
/* 725  */ }
/* 726  */ /*------------------------------------------------------------------
/* 727  *| [5.1 Post class left image / .left-image-post]
/* 728  *| */
/* 729  */ .post-category { float: right }
/* 730  */ .post-category li {
/* 731  */     list-style: none;
/* 732  */     float: left;
/* 733  */     padding-left: 15px;
/* 734  */ }
/* 735  */ .post-category li a { }
/* 736  */ .post-category .active { position: relative }
/* 737  */ .post-category a {
/* 738  */     display: inline-block;
/* 739  */     font-size: 13px;
/* 740  */ }
/* 741  */ .post-category .active { color: #FF9E0E }
/* 742  */ .post-category .active:before,
/* 743  */ .post-category .active:after {
/* 744  */     border-left: 7px dotted transparent;
/* 745  */     border-right: 7px dotted transparent;
/* 746  */     border-top: 7px solid #e4e4e4;
/* 747  */     bottom: -10px;
/* 748  */     content: "";
/* 749  */     height: 0;
/* 750  */     left: 50%;

/* style.css */

/* 751  */     margin-left: -7px;
/* 752  */     position: absolute;
/* 753  */     width: 0;
/* 754  */ }
/* 755  */ .post-category .active:after {
/* 756  */     border-top-color: #fff;
/* 757  */     bottom: -9px;
/* 758  */ }
/* 759  */ .left-image-post .post-thumbnail {
/* 760  */     display: block;
/* 761  */     float: left;
/* 762  */     margin: 0 0 0 -337px;
/* 763  */     width: 337px;
/* 764  */     height: 208px;
/* 765  */     margin-right: 25px;
/* 766  */ }
/* 767  */ .left-image-post.no-thumbnail { padding-left: 0px }
/* 768  */ .left-image-post.no-thumbnail .paper-button { display: none }
/* 769  */ .left-image-post.no-thumbnail .post-thumbnail {
/* 770  */     display: none;
/* 771  */     float: left;
/* 772  */     margin: 0;
/* 773  */     width: 337px;
/* 774  */     height: 245px;
/* 775  */ }
/* 776  */ .left-image-post .video-content {
/* 777  */     display: block;
/* 778  */     float: left;
/* 779  */     margin: 0 0 0 -337px;
/* 780  */     width: 337px;
/* 781  */ }
/* 782  */ .post-content {overflow: hidden;}
/* 783  */ .left-image-post .post-content > p:first-child {
/* 784  */     min-height: 50px;
/* 785  */     max-height: 70px;
/* 786  */     text-overflow: ellipsis;
/* 787  */     display: block;
/* 788  */     overflow: hidden;
/* 789  */ }
/* 790  */ .left-image-post .post-content > p, .left-image-post .post-content > pre, .left-image-post .post-content > table {
/* 791  */ display: none;
/* 792  */ }
/* 793  */ 
/* 794  */ .format-video.left-image-post .post-content > p:first-child {
/* 795  */     min-height: 100%;
/* 796  */     max-height: 100%;
/* 797  */     text-overflow: ellipsis;
/* 798  */     display: block;
/* 799  */     overflow: hidden;
/* 800  */ }

/* style.css */

/* 801  */ .format-video.left-image-post .post-content > p {
/* 802  */ display: none;
/* 803  */ }
/* 804  */ .format-video.left-image-post .post-content > p:first-child > embed{
/* 805  */ min-height: 100%;
/* 806  */ max-height: 100%;
/* 807  */ }
/* 808  */ .format-video.left-image-post.no-thumbnail .post-content {
/* 809  */     min-height: 100%;
/* 810  */     max-height: 100%;
/* 811  */ }
/* 812  */ .left-image-post .paper-button:before,
/* 813  */ .left-image-post .paper-button:after { left: 5px }
/* 814  */ .left-image-post.no-thumbnail .post-content {
/* 815  */     min-height: 100%;
/* 816  */     max-height: 205px;
/* 817  */ }
/* 818  */ .left-image-post .title {
/* 819  */     font-size: 21px;
/* 820  */     text-transform: none;
/* 821  */     font-weight: 300;
/* 822  */     line-height: 1.35;
/* 823  */     margin: 0;
/* 824  */     padding: 0 0 15px 0;
/* 825  */ }
/* 826  */ .left-image-post .title a:hover {
/* 827  */     color: #FF9E0E;
/* 828  */     -webkit-transition: all 0.2s linear;
/* 829  */     -moz-transition: all 0.2s linear;
/* 830  */     -o-transition: all 0.2s linear;
/* 831  */     transition: all 0.2s linear;
/* 832  */ }
/* 833  */ .left-image-post .entry-meta { padding: 0px; margin-left: 25px }
/* 834  */ .no-thumbnail.left-image-post .entry-meta { padding: 0px; margin-left: 0px }
/* 835  */ .left-image-post { padding-left: 337px }
/* 836  */ .left-image-post.first_big_post { padding-left: 0px }
/* 837  */ .post-set {
/* 838  */     position: relative;
/* 839  */     margin-bottom: 25px;
/* 840  */     padding-bottom: 25px;
/* 841  */     border-bottom: 1px solid #eee;
/* 842  */ }
/* 843  */ .post.post-set:last-child { border: none }
/* 844  */ li.tags span a { margin-left: 10px }
/* 845  */ li.tags span i {
/* 846  */     position: relative;
/* 847  */     top: 3px;
/* 848  */     right: 2px;
/* 849  */     display: inline-block;
/* 850  */ }

/* style.css */

/* 851  */ .left-image-post .attachment-post-thumbnail {
/* 852  */     padding-bottom: 0px;
/* 853  */     height: 208px;
/* 854  */ }
/* 855  */ .first_big_post.left-image-post .attachment-post-thumbnail {
/* 856  */     padding-bottom: 0px;
/* 857  */     height: auto;
/* 858  */ }
/* 859  */ /*------------------------------------------------------------------
/* 860  *| [5.2 Standart Post / .standart-post]
/* 861  *| */
/* 862  */ .standart-post .title {
/* 863  */     font-size: 22px;
/* 864  */     text-transform: none;
/* 865  */     font-weight: 300;
/* 866  */     letter-spacing: normal;
/* 867  */     white-space: nowrap;
/* 868  */     overflow: hidden;
/* 869  */     text-overflow: ellipsis;
/* 870  */     line-height: 1.3;
/* 871  */     padding: 25px 25px 15px 25px;
/* 872  */     margin: 0;
/* 873  */ }
/* 874  */ .standart-post .title:hover a,
/* 875  */ .standart-post .title:hover {
/* 876  */     color: #FF9E0E;
/* 877  */     -webkit-transition: all 0.2s linear;
/* 878  */     -moz-transition: all 0.2s linear;
/* 879  */     -o-transition: all 0.2s linear;
/* 880  */     transition: all 0.2s linear;
/* 881  */ }
/* 882  */ .standart-post.no-thumbnail .title { padding-top: 0px }
/* 883  */ .standart-post .post-content {
/* 884  */     height: auto;
/* 885  */     min-height: 100%;
/* 886  */     max-height: 100%;
/* 887  */ }
/* 888  */ .standart-post .entry-meta { padding: 15px 0px }
/* 889  */ .standart-post .title { font-size: 27px }
/* 890  */ .standart-post .post-thumbnail {
/* 891  */     width: 100%;
/* 892  */     margin: 0;
/* 893  */     height: auto;
/* 894  */ }
/* 895  */ .standart-post .attachment-post-thumbnail {
/* 896  */     padding-bottom: 0px;
/* 897  */     height: auto;
/* 898  */ }
/* 899  */ .standart-post .title {
/* 900  */     font-size: 22px;

/* style.css */

/* 901  */     text-transform: none;
/* 902  */     font-weight: 300;
/* 903  */     letter-spacing: normal;
/* 904  */     white-space: nowrap;
/* 905  */     overflow: hidden;
/* 906  */     text-overflow: ellipsis;
/* 907  */     line-height: 1.3;
/* 908  */     padding: 25px 0px 15px 0px;
/* 909  */     margin: 0;
/* 910  */ }
/* 911  */ .standart-post .entry-meta { padding: 15px 0px }
/* 912  */ /*------------------------------------------------------------------
/* 913  *| [5.4 Entry Meta (Meta data) /.entry-meta ]
/* 914  *| */
/* 915  */ .entry-meta {
/* 916  */     margin-top: 15px;
/* 917  */     overflow: hidden;
/* 918  */ }
/* 919  */ .entry-meta ul {
/* 920  */     margin: 0;
/* 921  */     padding: 0;
/* 922  */ }
/* 923  */ .entry-meta ul li {
/* 924  */     display: inline-block;
/* 925  */     margin-right: 14px;
/* 926  */     list-style: none;
/* 927  */ }
/* 928  */ .entry-meta ul li i {
/* 929  */     color: #FF9E0E;
/* 930  */     font-size: 16px;
/* 931  */ }
/* 932  */ .entry-meta ul li a { }
/* 933  */ .entry-meta ul li span {
/* 934  */     position: relative;
/* 935  */     top: -2px;
/* 936  */     padding-left: 7px;
/* 937  */     font-weight: 300;
/* 938  */     font-size: 12px;
/* 939  */ }
/* 940  */ .entry-meta ul li span:hover {
/* 941  */     -webkit-transition: all 0.2s linear;
/* 942  */     -moz-transition: all 0.2s linear;
/* 943  */     -o-transition: all 0.2s linear;
/* 944  */     transition: all 0.2s linear;
/* 945  */ }
/* 946  */ /*------------------------------------------------------------------
/* 947  *| [5.5 Paper Button / .paper-button ]
/* 948  *| */
/* 949  */ .btn-next {
/* 950  */     background: rgba(255,255,255,0.95);

/* style.css */

/* 951  */     color: #000;
/* 952  */     display: block;
/* 953  */     left: 0;
/* 954  */     pointer-events: all;
/* 955  */     position: absolute;
/* 956  */     right: 0;
/* 957  */     top: 0;
/* 958  */     z-index: 99;
/* 959  */ }
/* 960  */ .btn-next:before { background: #fff }
/* 961  */ .paper-button:before {
/* 962  */     -moz-box-shadow: 0;
/* 963  */     -webkit-box-shadow: 0;
/* 964  */     box-shadow: 0;
/* 965  */ }
/* 966  */ .paper-button:hover:before,
/* 967  */ .paper-button:hover:after {
/* 968  */     background: #FF9E0E;
/* 969  */     color: #fff;
/* 970  */     transition: all 0.25s ease;
/* 971  */ }
/* 972  */ .paper-button:before,
/* 973  */ .paper-button:after {
/* 974  */     height: 35px;
/* 975  */     position: absolute;
/* 976  */     right: 5px;
/* 977  */     top: 5px;
/* 978  */     width: 35px;
/* 979  */     background: rgba(255,255,255,0.95);
/* 980  */     font-family: 'Simple-Line-Icons';
/* 981  */     speak: none;
/* 982  */     font-style: normal;
/* 983  */     font-weight: normal;
/* 984  */     font-variant: normal;
/* 985  */     text-transform: none;
/* 986  */     -webkit-font-smoothing: antialiased;
/* 987  */     -moz-osx-font-smoothing: grayscale;
/* 988  */     font-size: 17px;
/* 989  */     color: #FF9E0E;
/* 990  */     text-align: center;
/* 991  */     line-height: 35px;
/* 992  */     transition: all 0.25s ease;
/* 993  */ }
/* 994  */ .paper-button.pencil:before,
/* 995  */ .paper-button.pencil:after { content: "\e05f" }
/* 996  */ .paper-button.video:before,
/* 997  */ .paper-button.video:after { content: "\e03a" }
/* 998  */ .paper-button.quote:before,
/* 999  */ .paper-button.quote:after { content: "\e02c" }
/* 1000 */ .paper-button.link:before,

/* style.css */

/* 1001 */ .paper-button.link:after { content: "\e08d" }
/* 1002 */ .paper-button.image:before,
/* 1003 */ .paper-button.image:after { content: "\e07f" }
/* 1004 */ .paper-button.gallery:before,
/* 1005 */ .paper-button.gallery:after { content: "\e032" }
/* 1006 */ .paper-button.audio:before,
/* 1007 */ .paper-button.audio:after { content: "\e061" }
/* 1008 */ /*------------------------------------------------------------------
/* 1009 *| [5.6 Single Post /.single ]
/* 1010 *| */
/* 1011 */ .single .entry-meta ul li {
/* 1012 */     display: inline-block;
/* 1013 */     margin-right: 15px;
/* 1014 */     margin-bottom: 5px;
/* 1015 */     list-style: none;
/* 1016 */ }
/* 1017 */ .single .wrap-content {
/* 1018 */     min-height: 500px;
/* 1019 */     box-shadow: 0;
/* 1020 */     background: #ffffff;
/* 1021 */     margin: 50px 0;
/* 1022 */     width: 100%;
/* 1023 */     float: right;
/* 1024 */ }
/* 1025 */ #rel-post.format-quote .single-action span a i:before { content: "\e02c" }
/* 1026 */ #rel-post.format-standard .single-action span a i:before { content: "\e05f" }
/* 1027 */ #rel-post.format-image .single-action span a i:before { content: "\e07f" }
/* 1028 */ #rel-post.format-video .single-action span a i:before { content: "\e03a" }
/* 1029 */ #rel-post.format-audio .single-action span a i:before { content: "\e061" }
/* 1030 */ #rel-post.format-link .single-action span a i:before { content: "\e08d" }
/* 1031 */ #rel-post.format-gallery .single-action span a i:before { content: "\e032" }
/* 1032 */ .single .post { height: 100% !important }
/* 1033 */ .single .entry-meta ul li {
/* 1034 */     display: inline-block;
/* 1035 */     margin-right: 15px;
/* 1036 */     margin-bottom: 5px;
/* 1037 */     list-style: none;
/* 1038 */ }
/* 1039 */ #rel-post.format-quote .single-action span a i:before { content: "\e02c" }
/* 1040 */ #rel-post.format-standard .single-action span a i:before { content: "\e05f" }
/* 1041 */ #rel-post.format-image .single-action span a i:before { content: "\e07f" }
/* 1042 */ #rel-post.format-video .single-action span a i:before { content: "\e03a" }
/* 1043 */ #rel-post.format-audio .single-action span a i:before { content: "\e061" }
/* 1044 */ #rel-post.format-link .single-action span a i:before { content: "\e08d" }
/* 1045 */ #rel-post.format-gallery .single-action span a i:before { content: "\e032" }
/* 1046 */ #related-post-thumb .post-thumbnail {
/* 1047 */     position: relative;
/* 1048 */     overflow: hidden;
/* 1049 */     margin-bottom: 0;
/* 1050 */     width: 100%;

/* style.css */

/* 1051 */     height: auto;
/* 1052 */ }
/* 1053 */ #related-post-thumb .title {
/* 1054 */     padding-top: 5px;
/* 1055 */     text-transform: none;
/* 1056 */     letter-spacing: normal;
/* 1057 */     font-size: 16px;
/* 1058 */ }
/* 1059 */ #related-post-thumb .title a { font-weight: 300 }
/* 1060 */ #related-post-thumb { margin-bottom: 50px }
/* 1061 */ .related-posts { margin-top: 50px }
/* 1062 */ .related-posts h3 {
/* 1063 */     margin-top: 0px;
/* 1064 */     padding-bottom: 5px;
/* 1065 */     font-size: 20px;
/* 1066 */ }
/* 1067 */ .single .post-thumbnail {
/* 1068 */     margin-bottom: 15px;
/* 1069 */     height: auto;
/* 1070 */ }
/* 1071 */ .single .post-thumbnail img { height: auto }
/* 1072 */ .single .post-thumbnail {
/* 1073 */     margin-bottom: 15px;
/* 1074 */     height: auto;
/* 1075 */ }
/* 1076 */ .single .related-posts .post-thumbnail img { height: 200px;}
/* 1077 */ .single-post h1 {
/* 1078 */     padding-top: 0px;
/* 1079 */     padding-bottom: 10px;
/* 1080 */     text-transform: uppercase;
/* 1081 */     font-weight: 300;
/* 1082 */     font-size: 31px;
/* 1083 */ }
/* 1084 */ .breadcrumbs {
/* 1085 */     margin-bottom: 20px;
/* 1086 */     text-transform: capitalize;
/* 1087 */     font-weight: 300;
/* 1088 */     font-size: 13px;
/* 1089 */ }
/* 1090 */ #authorarea { }
/* 1091 */ #authorarea h3 {
/* 1092 */     text-transform: capitalize;
/* 1093 */     font-size: 16px;
/* 1094 */     margin-top: 0;
/* 1095 */     text-align: center;
/* 1096 */ }
/* 1097 */ #authorarea img {
/* 1098 */     display: block;
/* 1099 */     float: left;
/* 1100 */     width: 100%;

/* style.css */

/* 1101 */     height: auto;
/* 1102 */     border-radius: 50%;
/* 1103 */ }
/* 1104 */ .authorinfo {
/* 1105 */     text-align: center;
/* 1106 */     font-weight: 300;
/* 1107 */     margin-top: 15px;
/* 1108 */     display: inline-block;
/* 1109 */ }
/* 1110 */ .hidden { opacity: 0 }
/* 1111 */ .visible { opacity: 1 }
/* 1112 */ .single .wp-post-image:hover {
/* 1113 */     -webkit-transform: none;
/* 1114 */     -moz-transform: none;
/* 1115 */     -ms-transform: none;
/* 1116 */     -o-transform: none;
/* 1117 */     transform: none;
/* 1118 */ }
/* 1119 */ .nav-previous a {
/* 1120 */     display: inline-block;
/* 1121 */     padding: 10px 15px;
/* 1122 */     width: 100%;
/* 1123 */     background: #f7f7f7;
/* 1124 */     text-align: center;
/* 1125 */ }
/* 1126 */ .nav-previous a:hover {
/* 1127 */     background: #FF9E0E;
/* 1128 */     color: #fff;
/* 1129 */     -webkit-transition: all 0.2s linear;
/* 1130 */     -moz-transition: all 0.2s linear;
/* 1131 */     -o-transition: all 0.2s linear;
/* 1132 */     transition: all 0.2s linear;
/* 1133 */ }
/* 1134 */ .nav-next a {
/* 1135 */     display: inline-block;
/* 1136 */     padding: 10px 15px;
/* 1137 */     width: 100%;
/* 1138 */     background: #f7f7f7;
/* 1139 */     text-align: center;
/* 1140 */ }
/* 1141 */ .nav-next a:hover {
/* 1142 */     background: #FF9E0E;
/* 1143 */     color: #fff;
/* 1144 */     -webkit-transition: all 0.2s linear;
/* 1145 */     -moz-transition: all 0.2s linear;
/* 1146 */     -o-transition: all 0.2s linear;
/* 1147 */     transition: all 0.2s linear;
/* 1148 */ }
/* 1149 */ .post-video iframe,
/* 1150 */ .post-video embed,

/* style.css */

/* 1151 */ .post-video object {
/* 1152 */     width: 100%;
/* 1153 */     height: 400px;
/* 1154 */ }
/* 1155 */ .single-video { background: #000 }
/* 1156 */ .image-slider a.video-thumb { opacity: 1 }
/* 1157 */ .image-slider a.video-thumb:hover:before,
/* 1158 */ .image-slider a.video-thumb:hover:after {
/* 1159 */     color: #fff;
/* 1160 */     background: #FF9E0E;
/* 1161 */     border-radius: 50%;
/* 1162 */     -webkit-transition: all 0.25s linear;
/* 1163 */     -moz-transition: all 0.25s linear;
/* 1164 */     -o-transition: all 0.25s linear;
/* 1165 */     transition: all 0.25s linear;
/* 1166 */ }
/* 1167 */ .image-slider a.video-thumb:before {
/* 1168 */     position: absolute;
/* 1169 */     display: block;
/* 1170 */     top: 50%;
/* 1171 */     left: 50%;
/* 1172 */     font-family: 'Simple-Line-Icons';
/* 1173 */     font-size: 32px;
/* 1174 */     text-align: center;
/* 1175 */     line-height: 70px;
/* 1176 */     color: #FF9E0E;
/* 1177 */     width: 70px;
/* 1178 */     height: 70px;
/* 1179 */     margin: -35px 0 0 -35px;
/* 1180 */     z-index: 2;
/* 1181 */     -webkit-font-smoothing: antialiased;
/* 1182 */     -moz-osx-font-smoothing: grayscale;
/* 1183 */     -webkit-transition: all 0.25s linear;
/* 1184 */     -moz-transition: all 0.25s linear;
/* 1185 */     -o-transition: all 0.25s linear;
/* 1186 */     transition: all 0.25s linear;
/* 1187 */ }
/* 1188 */ .format-video.image-slider a.video:before { content: "\e03a" }
/* 1189 */ .format-audio.image-slider a.video:before { content: "\e061" }
/* 1190 */ .image-slider a.video-thumb:after {
/* 1191 */     content: '';
/* 1192 */     position: absolute;
/* 1193 */     display: block;
/* 1194 */     top: 50%;
/* 1195 */     left: 50%;
/* 1196 */     font-size: 32px;
/* 1197 */     line-height: 70px;
/* 1198 */     width: 70px;
/* 1199 */     height: 70px;
/* 1200 */     margin: -35px 0 0 -35px;

/* style.css */

/* 1201 */     border-radius: 50%;
/* 1202 */     background: rgba(255,255,255,1);
/* 1203 */     z-index: 1;
/* 1204 */     -webkit-transition: all 0.25s linear;
/* 1205 */     -moz-transition: all 0.25s linear;
/* 1206 */     -o-transition: all 0.25s linear;
/* 1207 */     transition: all 0.25s linear;
/* 1208 */ }
/* 1209 */ .image-slider {
/* 1210 */     width: 100%;
/* 1211 */     display: block !important;
/* 1212 */ }
/* 1213 */ .title-slider {
/* 1214 */     width: 105px;
/* 1215 */     float: right;
/* 1216 */     font-size: 16px;
/* 1217 */     line-height: 1.32;
/* 1218 */     height: 65px;
/* 1219 */     overflow: hidden;
/* 1220 */ }
/* 1221 */ .title-slider a { font-weight: 300 }
/* 1222 */ .not-found {
/* 1223 */     margin-top: 50px;
/* 1224 */     border-bottom: 1px solid #eee;
/* 1225 */     padding-bottom: 2px;
/* 1226 */ }
/* 1227 */ .meta-slider {
/* 1228 */     display: inline-block;
/* 1229 */     margin-left: 20px;
/* 1230 */ }
/* 1231 */ .meta-slider i {
/* 1232 */     color: #FF9E0E;
/* 1233 */     font-size: 14px;
/* 1234 */     position: relative;
/* 1235 */     top: 2px;
/* 1236 */     padding-right: 5px;
/* 1237 */ }
/* 1238 */ .meta-slider span {
/* 1239 */     font-weight: 300;
/* 1240 */     font-size: 12px;
/* 1241 */ }
/* 1242 */ .pal { padding-left: 0px }
/* 1243 */ .par { padding-right: 0px }
/* 1244 */ .slide {
/* 1245 */     display: inline-block;
/* 1246 */     width: 250px;
/* 1247 */ }
/* 1248 */ .title-above {
/* 1249 */     text-align: center;
/* 1250 */     font-size: 25px;

/* style.css */

/* 1251 */     margin-bottom: 50px;
/* 1252 */ }
/* 1253 */ .avatar-widget {
/* 1254 */     display: inline-block;
/* 1255 */     width: 100%;
/* 1256 */     margin-top: 0px;
/* 1257 */     margin-bottom: 15px;
/* 1258 */ }
/* 1259 */ /*------------------------------------------------------------------
/* 1260 *| [5.6 UI Post  ]
/* 1261 *| */
/* 1262 */ .link-format {
/* 1263 */     margin-bottom: 15px;
/* 1264 */     padding: 25px 75px;
/* 1265 */     border: 1px solid #eee;
/* 1266 */ }
/* 1267 */ .link-format a {
/* 1268 */     padding: 0 0 0 15px;
/* 1269 */     border-left: 1px solid #eee;
/* 1270 */     font-size: 30px;
/* 1271 */ }
/* 1272 */ .link-format a:before {
/* 1273 */     display: inline-block;
/* 1274 */     margin: 0 31px 0 -65px;
/* 1275 */     color: #FF9E0E;
/* 1276 */     content: "\e08d";
/* 1277 */     font-size: 32px;
/* 1278 */     font-family: 'Simple-Line-Icons';
/* 1279 */     -webkit-font-smoothing: antialiased;
/* 1280 */     -moz-osx-font-smoothing: grayscale;
/* 1281 */ }
/* 1282 */ .quote-format {
/* 1283 */     position: relative;
/* 1284 */     padding: 20px;
/* 1285 */     border: 1px solid #eee;
/* 1286 */     font-size: 16px;
/* 1287 */     background: #fff;
/* 1288 */ }
/* 1289 */ .quote-format:before {
/* 1290 */     position: absolute;
/* 1291 */     bottom: -15px;
/* 1292 */     left: 10px;
/* 1293 */     border-width: 15px 55px 0 55px;
/* 1294 */     border-style: solid;
/* 1295 */     border-color: #fff transparent transparent transparent;
/* 1296 */     content: '';
/* 1297 */ }
/* 1298 */ .quote-author {
/* 1299 */     display: inline-block;
/* 1300 */     margin-bottom: 15px;

/* style.css */

/* 1301 */     padding: 25px 25px 20px 25px;
/* 1302 */     width: 100%;
/* 1303 */     background: #444;
/* 1304 */     color: #fff;
/* 1305 */     font-size: 21px;
/* 1306 */ }
/* 1307 */ /*------------------------------------------------------------------
/* 1308 *| [6. Commetns Form / .comment ]
/* 1309 *| */
/* 1310 */ .form-allowed-tags { display: none }
/* 1311 */ .button,
/* 1312 */ html input[type="button"],
/* 1313 */ input[type="reset"],
/* 1314 */ input[type="submit"] {
/* 1315 */     border-color: #FF9E0E;
/* 1316 */     background: #FF9E0E;
/* 1317 */ }
/* 1318 */ button:hover,
/* 1319 */ html input[type="button"]:hover,
/* 1320 */ input[type="reset"]:hover,
/* 1321 */ input[type="submit"]:hover {
/* 1322 */     background: #fff;
/* 1323 */     color: #FF9E0E;
/* 1324 */ }
/* 1325 */ .comment-form-comment label { display: none }
/* 1326 */ .comment-form-comment textarea {
/* 1327 */     overflow: hidden;
/* 1328 */     padding: 10px;
/* 1329 */     width: 100%;
/* 1330 */     height: 150px;
/* 1331 */     border-color: #f1f1f1;
/* 1332 */ }
/* 1333 */ #reply-title {
/* 1334 */     font-size: 20px;
/* 1335 */     padding-top: 0;
/* 1336 */     margin-top: 0;
/* 1337 */ }
/* 1338 */ .logged-in-as a { color: #FF9E0E }
/* 1339 */ .commentlist {
/* 1340 */     margin: 0;
/* 1341 */     padding: 0;
/* 1342 */     list-style-type: none;
/* 1343 */ }
/* 1344 */ .commentlist li {
/* 1345 */     margin-bottom: 25px;
/* 1346 */     padding-bottom: 25px;
/* 1347 */     width: 100%;
/* 1348 */     border-bottom: 1px solid #eee;
/* 1349 */ }
/* 1350 */ .comment .avatar {

/* style.css */

/* 1351 */     display: inline-block;
/* 1352 */     float: left;
/* 1353 */     margin-right: 35px;
/* 1354 */ }
/* 1355 */ .comment-top-level .comment-box {
/* 1356 */     margin-bottom: 25px;
/* 1357 */     padding-left: 108px;
/* 1358 */ }
/* 1359 */ .comment-box { font-weight: 300 }
/* 1360 */ .author-card {
/* 1361 */     color: #FF9E0E;
/* 1362 */     text-transform: capitalize;
/* 1363 */     font-weight: 300;
/* 1364 */     font-size: 20px;
/* 1365 */ }
/* 1366 */ .comment-time {
/* 1367 */     margin-top: 7px;
/* 1368 */     margin-bottom: 1em;
/* 1369 */     font-size: 13px;
/* 1370 */     opacity: 0.7;
/* 1371 */ }
/* 1372 */ .comment-content {
/* 1373 */     margin-top: 5px;
/* 1374 */     margin-left: 110px;
/* 1375 */ }
/* 1376 */ .comments-title {
/* 1377 */     margin: 25px 0 25px 0;
/* 1378 */     padding: 0px 0 5px;
/* 1379 */     border-bottom: 1px solid #eee;
/* 1380 */     color: #444;
/* 1381 */     font-size: 20px;
/* 1382 */ }
/* 1383 */ .comment-reply-title small a {
/* 1384 */     font-weight: 300;
/* 1385 */     font-size: 13px;
/* 1386 */ }
/* 1387 */ .commentlist .children {
/* 1388 */     margin: 0;
/* 1389 */     margin-top: 25px;
/* 1390 */     padding: 0;
/* 1391 */     list-style-type: none;
/* 1392 */ }
/* 1393 */ .children .comment .avatar {
/* 1394 */     margin-right: 30px;
/* 1395 */     margin-left: 30px;
/* 1396 */     width: 50px;
/* 1397 */     height: 50px;
/* 1398 */ }
/* 1399 */ ol.children  li {
/* 1400 */     margin-bottom: 0px;

/* style.css */

/* 1401 */     padding-bottom: 0px;
/* 1402 */     width: 100%;
/* 1403 */     border-bottom: none;
/* 1404 */ }
/* 1405 */ .comment-form-author input {
/* 1406 */     padding: 5px 10px;
/* 1407 */     border: 1px solid #eee;
/* 1408 */ }
/* 1409 */ .comment-form-email input {
/* 1410 */     padding: 5px 10px;
/* 1411 */     border: 1px solid #eee;
/* 1412 */ }
/* 1413 */ .comment-form-url input {
/* 1414 */     padding: 5px 10px;
/* 1415 */     border: 1px solid #eee;
/* 1416 */ }
/* 1417 */ .comment-notes { display: none }
/* 1418 */ .edit-link {
/* 1419 */     display: inline-block;
/* 1420 */     float: left;
/* 1421 */     margin-right: 15px;
/* 1422 */ }
/* 1423 */ #commentform label {
/* 1424 */     width: 65px;
/* 1425 */     display: inline-block;
/* 1426 */ }
/* 1427 */ .comment-reply-link { color: #FF9E0E }
/* 1428 */ /*------------------------------------------------------------------
/* 1429 *| [7. Widget /.widget ]
/* 1430 *| */
/* 1431 */ .widget {
/* 1432 */     display: inline-block;
/* 1433 */     margin: 0 auto 50px;
/* 1434 */     width: 100%;
/* 1435 */ }
/* 1436 */ .widget:last-child {
/* 1437 */     margin-bottom: 0px;
/* 1438 */     margin-bottom: -5px;
/* 1439 */ }
/* 1440 */ .widget_search form > div {
/* 1441 */     padding: 10px 44px 10px 10px;
/* 1442 */     height: 40px;
/* 1443 */     border: 1px solid #eee;
/* 1444 */     background: #fff;
/* 1445 */ }
/* 1446 */ .widget_search form > div:before {
/* 1447 */     position: absolute;
/* 1448 */     top: 11px;
/* 1449 */     right: 15px;
/* 1450 */     color: #FF9E0E;

/* style.css */

/* 1451 */     content: "\e090";
/* 1452 */     text-transform: none;
/* 1453 */     font-weight: normal;
/* 1454 */     font-style: normal;
/* 1455 */     font-variant: normal;
/* 1456 */     font-size: 19px;
/* 1457 */     font-family: 'Simple-Line-Icons';
/* 1458 */     line-height: 1;
/* 1459 */     speak: none;
/* 1460 */     -webkit-font-smoothing: antialiased;
/* 1461 */     -moz-osx-font-smoothing: grayscale;
/* 1462 */ }
/* 1463 */ .widget_search form label { display: none }
/* 1464 */ .widget_search input[name="s"] {
/* 1465 */     float: left;
/* 1466 */     padding: 0;
/* 1467 */     width: 100%;
/* 1468 */     height: 20px;
/* 1469 */     border: none;
/* 1470 */     font-weight: 300;
/* 1471 */ }
/* 1472 */ .widget_search input[type="submit"] {
/* 1473 */     position: relative;
/* 1474 */     float: right;
/* 1475 */     margin: -5px -39px 0 0;
/* 1476 */     padding: 0;
/* 1477 */     width: 30px !important;
/* 1478 */     height: 30px;
/* 1479 */     border: none !important;
/* 1480 */     background: none !important;
/* 1481 */     text-indent: -9999px;
/* 1482 */ }
/* 1483 */ .tagcloud a {
/* 1484 */     display: inline-block;
/* 1485 */     float: left;
/* 1486 */     overflow: hidden;
/* 1487 */     margin: 0 5px 5px 0;
/* 1488 */     padding: 4px 9px;
/* 1489 */     background: #FF9E0E;
/* 1490 */     color: #FFF !important;
/* 1491 */     text-transform: lowercase;
/* 1492 */     font-weight: 300;
/* 1493 */     font-size: 13px !important;
/* 1494 */ }
/* 1495 */ .tagcloud a:hover {
/* 1496 */     background: #fff;
/* 1497 */     color: #FF9E0E !important;
/* 1498 */ }
/* 1499 */ #wp-calendar {
/* 1500 */     margin: 0;

/* style.css */

/* 1501 */     width: 100%;
/* 1502 */     line-height: 1.846153846;
/* 1503 */ }
/* 1504 */ #wp-calendar caption {
/* 1505 */     text-align: right;
/* 1506 */     margin-bottom: 5px;
/* 1507 */     font-size: 13px;
/* 1508 */ }
/* 1509 */ #wp-calendar tbody td {
/* 1510 */     background: #f7f7f7;
/* 1511 */     text-align: center;
/* 1512 */     height: 40px;
/* 1513 */ }
/* 1514 */ #wp-calendar tbody .pad { background: none }
/* 1515 */ #wp-calendar thead th {
/* 1516 */     background: #f3f3f3;
/* 1517 */     text-align: center;
/* 1518 */     height: 40px;
/* 1519 */     font-weight: 400;
/* 1520 */     color: #222;
/* 1521 */ }
/* 1522 */ #wp-calendar #next {
/* 1523 */     padding-right: 24px;
/* 1524 */     text-align: right;
/* 1525 */ }
/* 1526 */ .posts-by-vies-widget ul li {
/* 1527 */     padding: 0px 0 15px 0 !important;
/* 1528 */     list-style: none;
/* 1529 */     font-weight: 300;
/* 1530 */     float: left;
/* 1531 */     width: 100%;
/* 1532 */ }
/* 1533 */ .dankov_image_wrapper {
/* 1534 */     float: left;
/* 1535 */     margin: 0px 15px 0 0;
/* 1536 */     width: 65px;
/* 1537 */     height: 65px;
/* 1538 */     background: #FF9E0E;
/* 1539 */ }
/* 1540 */ .sidebar-mini .dankov_image_wrapper {
/* 1541 */     margin: 0 0 10px 0;
/* 1542 */     width: 100%;
/* 1543 */     height: auto;
/* 1544 */ }
/* 1545 */ .sidebar-mini .dankov_image_wrapper .attachment-post-thumbnail {
/* 1546 */     height: auto;
/* 1547 */     width: 100%;
/* 1548 */ }
/* 1549 */ .sidebar-mini .dankov_post_content { display: inline-block }
/* 1550 */ .sidebar-mini .dankov_post_content h3 { font-size: 15px }

/* style.css */

/* 1551 */ .dankov_post_meta { margin-top: 5px }
/* 1552 */ .footer-area .dankov_post_content a {
/* 1553 */     color: #444;
/* 1554 */     font-size: 15px;
/* 1555 */     font-weight: 300;
/* 1556 */ }
/* 1557 */ .footer-widget { margin: 35px 0px 0px 0 }
/* 1558 */ .footer .widget-title {
/* 1559 */     margin: 0;
/* 1560 */     margin-bottom: 15px;
/* 1561 */     padding-top: 0px;
/* 1562 */     padding-bottom: 10px;
/* 1563 */     color: #444;
/* 1564 */     text-transform: uppercase;
/* 1565 */     font-size: 16px;
/* 1566 */     font-weight: 300;
/* 1567 */ }
/* 1568 */ .footer .flickr-photos a {
/* 1569 */     float: left;
/* 1570 */     margin: 0 15px 15px 0;
/* 1571 */     padding: 0;
/* 1572 */     border: 0 none;
/* 1573 */     list-style: none;
/* 1574 */ }
/* 1575 */ .footer .flickr-photos img {
/* 1576 */     display: block;
/* 1577 */     width: 75px;
/* 1578 */     height: 75px;
/* 1579 */ }
/* 1580 */ .widget select { width: 100% }
/* 1581 */ .widget .sticky { position: relative }
/* 1582 */ .attachment-post-thumbnail { height: 208px }
/* 1583 */ .dankov_image_wrapper .attachment-post-thumbnail { height: 65px }
/* 1584 */ .tweet_list {
/* 1585 */     margin: 0;
/* 1586 */     list-style: none;
/* 1587 */     font-weight: 300;
/* 1588 */ }
/* 1589 */ .tweet_list {
/* 1590 */     margin: 0;
/* 1591 */     padding: 0;
/* 1592 */     list-style: none;
/* 1593 */ }
/* 1594 */ .tweet_list li { position: relative }
/* 1595 */ .tweet_list li span.content {
/* 1596 */     padding-left: 40px;
/* 1597 */     display: inline-block;
/* 1598 */     margin: 0px;
/* 1599 */ }
/* 1600 */ .tweet_list li:before {

/* style.css */

/* 1601 */     position: absolute;
/* 1602 */     overflow: hidden;
/* 1603 */     color: #FF9E0E;
/* 1604 */     content: "\e009";
/* 1605 */     font-size: 22px;
/* 1606 */     font-family: 'Simple-Line-Icons';
/* 1607 */     -webkit-font-smoothing: antialiased;
/* 1608 */     -moz-osx-font-smoothing: grayscale;
/* 1609 */ }
/* 1610 */ .tweet_text a { color: #FF9E0E }
/* 1611 */ .loading-tweet {
/* 1612 */     font-weight: 300;
/* 1613 */     font-size: 14px;
/* 1614 */ }
/* 1615 */ .tweet_text {
/* 1616 */     font-weight: 300;
/* 1617 */     font-size: 14px;
/* 1618 */ }
/* 1619 */ .flickr-photos a {
/* 1620 */     float: left;
/* 1621 */     margin: 0px 5px 5px 0px;
/* 1622 */     padding: 0;
/* 1623 */     border: 0 none;
/* 1624 */     list-style: none;
/* 1625 */ }
/* 1626 */ .flickr-photos img {
/* 1627 */     display: block;
/* 1628 */     width: 70px;
/* 1629 */     height: 70px;
/* 1630 */ }
/* 1631 */ .flickr-photos a img { border: none }
/* 1632 */ .widget_recent_entries ul {
/* 1633 */     padding: 0;
/* 1634 */     margin: 0;
/* 1635 */     list-style: none;
/* 1636 */ }
/* 1637 */ .footer-widget .widget ul {
/* 1638 */     padding: 0;
/* 1639 */     margin: 0;
/* 1640 */     list-style: none;
/* 1641 */ }
/* 1642 */ .footer-widget .widget ul li {
/* 1643 */     border-bottom: 1px solid rgba(0,0,0,0.05);
/* 1644 */     padding: 10px 0px;
/* 1645 */ }
/* 1646 */ .screen-reader-text { display: none }
/* 1647 */ #navigation.desktop { display: block !important }
/* 1648 */ .wpcf7-form-control {
/* 1649 */     padding: 10px;
/* 1650 */     height: auto;

/* style.css */

/* 1651 */     border: 1px solid #eee;
/* 1652 */ }
/* 1653 */ .wpcf7-textarea {
/* 1654 */     width: 80%;
/* 1655 */     height: 125px;
/* 1656 */ }
/* 1657 */ .dankov_image_wrapper {
/* 1658 */     float: left;
/* 1659 */     margin: 0px 15px 0 0;
/* 1660 */     width: 65px;
/* 1661 */     height: 65px;
/* 1662 */     background: #f7f7f7;
/* 1663 */ }
/* 1664 */ .dankov_post_content h3 {
/* 1665 */     margin: 0;
/* 1666 */     color: #444;
/* 1667 */     font-weight: 300;
/* 1668 */     font-size: 15px;
/* 1669 */     font-family: 'Open Sans';
/* 1670 */ }
/* 1671 */ .dankov_post_content h3 a { color: #444 }
/* 1672 */ .dankov_post_content a:hover { color: #FF9E0E }
/* 1673 */ .dankov_post_meta { margin-top: 5px }
/* 1674 */ .dankov_post_meta span {
/* 1675 */     position: relative;
/* 1676 */     top: -2px;
/* 1677 */     padding-left: 7px;
/* 1678 */     font-weight: 300;
/* 1679 */     font-size: 12px;
/* 1680 */ }
/* 1681 */ .dankov_post_meta i {
/* 1682 */     color: #FF9E0E;
/* 1683 */     font-size: 16px;
/* 1684 */ }
/* 1685 */ .footer-widget .dankov_post_meta i {
/* 1686 */     color: #FF9E0E;
/* 1687 */     font-size: 16px;
/* 1688 */ }
/* 1689 */ .nav-btn {
/* 1690 */     margin: -1px;
/* 1691 */     overflow: hidden;
/* 1692 */     position: absolute;
/* 1693 */     width: 1px;
/* 1694 */     height: 1px;
/* 1695 */ }
/* 1696 */ .posts-by-vies-widget ul {
/* 1697 */     margin: 0px;
/* 1698 */     padding: 0px;
/* 1699 */ }
/* 1700 */ .post-content .wp-caption img {

/* style.css */

/* 1701 */     max-width: 100%;
/* 1702 */     height: 100%;
/* 1703 */ }
/* 1704 */ .wp-caption img {
/* 1705 */     max-width: 100% !important;
/* 1706 */     height: 100%;
/* 1707 */ }
/* 1708 */ .wp-caption { max-width: 100% !important }
/* 1709 */ .wrap-content p img { height: 100% }
/* 1710 */ .post-content  img {
/* 1711 */     max-width: 100%;
/* 1712 */     height: 100%;
/* 1713 */ }
/* 1714 */ .post-content .wp-caption { max-width: 100% !important; width: 100% !important}
/* 1715 */ .post-content iframe { width: 100% !important }
/* 1716 */ .three-blocks #related-post-thumb .post-thumbnail {
/* 1717 */     width: 100%;
/* 1718 */     height: 180px;
/* 1719 */ }
/* 1720 */ .three-blocks  #related-post-thumb .title { font-size: 16px }
/* 1721 */ .widget select { width: 100% }
/* 1722 */ .size-large { height: 100% }
/* 1723 */ .widget .sticky { position: relative }
/* 1724 */ .widget_nav_menu {  }
/* 1725 */ /*------------------------------------------------------------------
/* 1726 *| [8. Page Navi / #wp-pagenavibox ]
/* 1727 *| */
/* 1728 */ #wp-pagenavibox {
/* 1729 */     display: inline-block;
/* 1730 */     background: #fff;
/* 1731 */     width: 100%;
/* 1732 */     text-align: center;
/* 1733 */     margin: 0px 0 25px 0;
/* 1734 */ }
/* 1735 */ .wp-pagenavi {
/* 1736 */     display: inline-block;
/* 1737 */     margin-bottom: -7px;
/* 1738 */ }
/* 1739 */ .wp-pagenavi a,
/* 1740 */ .wp-pagenavi span {
/* 1741 */     margin: 0 !important;
/* 1742 */     padding: 0 !important;
/* 1743 */ }
/* 1744 */ .wp-pagenavi span.current {
/* 1745 */     background: #f7f7f7;
/* 1746 */     font-weight: 300 !important;
/* 1747 */ }
/* 1748 */ .wp-pagenavi a:hover,
/* 1749 */ .wp-pagenavi span.current {
/* 1750 */     background: #f7f7f7;

/* style.css */

/* 1751 */     font-weight: 300 !important;
/* 1752 */     color: #444;
/* 1753 */ }
/* 1754 */ .wp-pagenavi a,
/* 1755 */ .wp-pagenavi span {
/* 1756 */     display: block;
/* 1757 */     float: left;
/* 1758 */     padding: 5px 12px !important;
/* 1759 */     border: none !important;
/* 1760 */     text-align: center;
/* 1761 */     white-space: nowrap;
/* 1762 */     font-weight: 300;
/* 1763 */ }
/* 1764 */ /*------------------------------------------------------------------
/* 1765 *| [9. Footer / .footer]
/* 1766 *| */
/* 1767 */ .footer {
/* 1768 */     background: #f7f7f7;
/* 1769 */     color: #444;
/* 1770 */     margin-top: 0px;
/* 1771 */ }
/* 1772 */ .footer-area-cont {
/* 1773 */     min-height: 250px;
/* 1774 */     background: #f7f7f7;
/* 1775 */ }
/* 1776 */ .footer-area .textwidget {
/* 1777 */     color: #444;
/* 1778 */     font-weight: 300;
/* 1779 */ }
/* 1780 */ .footer-area ul li:first-child { padding-top: 0px !important }
/* 1781 */ .footer-area .widget {
/* 1782 */     margin: 0 auto 25px;
/* 1783 */     box-shadow: none;
/* 1784 */     background: transparent;
/* 1785 */     padding: 0;
/* 1786 */     color: #444;
/* 1787 */ }
/* 1788 */ .footer-area .widget_search form > div {
/* 1789 */     border: none;
/* 1790 */     background: rgba(255,255,255,0.25);
/* 1791 */ }
/* 1792 */ .footer-area .widget_search input[name="s"] {
/* 1793 */     background: transparent;
/* 1794 */     color: #fff;
/* 1795 */     font-weight: 300;
/* 1796 */ }
/* 1797 */ .footer-area .posts-by-vies-widget ul li {
/* 1798 */     padding: 15px 0 14px;
/* 1799 */     list-style: none;
/* 1800 */     font-weight: 300;

/* style.css */

/* 1801 */     color: #aaa;
/* 1802 */     float: left;
/* 1803 */     width: 100%;
/* 1804 */     border-bottom: 1px solid rgba(255,255,255,0.15);
/* 1805 */ }
/* 1806 */ .footer-area .tagcloud a {
/* 1807 */     display: inline-block;
/* 1808 */     float: left;
/* 1809 */     overflow: hidden;
/* 1810 */     margin: 0 7px 7px 0;
/* 1811 */     padding: 3px 7px;
/* 1812 */     background: #FF9E0E;
/* 1813 */     color: #fff !important;
/* 1814 */     text-transform: lowercase;
/* 1815 */     font-weight: 300;
/* 1816 */     font-size: 13px !important;
/* 1817 */     border: 1px solid #FF9E0E;
/* 1818 */ }
/* 1819 */ .footer-area .tagcloud a:hover {
/* 1820 */     background: #fff;
/* 1821 */     color: #FF9E0E !important;
/* 1822 */     border: 1px solid #FF9E0E;
/* 1823 */ }
/* 1824 */ .footer-copyright {
/* 1825 */     margin: 0 auto;
/* 1826 */     padding: 7px 0;
/* 1827 */     width: 1290px;
/* 1828 */     background: #fff;
/* 1829 */     color: #444;
/* 1830 */     font-size: 13px;
/* 1831 */ }
/* 1832 */ .footer-copyright p {
/* 1833 */     margin: 0;
/* 1834 */     padding: 0;
/* 1835 */     font-weight: 300;
/* 1836 */ }
/* 1837 */ .footer-area a {
/* 1838 */     color: #555;
/* 1839 */     font-weight: 300;
/* 1840 */ }
/* 1841 */ .footer-copyright a {
/* 1842 */     color: #444;
/* 1843 */     font-weight: 300;
/* 1844 */ }
/* 1845 */ .footer-copyright a:hover { text-decoration: underline }
/* 1846 */ .developer-info {
/* 1847 */     text-align: right;
/* 1848 */     font-weight: 300;
/* 1849 */ }
/* 1850 */ /*------------------------------------------------------------------

/* style.css *|

/* 1851 *| [10. Other styles ]
/* 1852 *| */
/* 1853 */ .clear {
/* 1854 */     float: none !important;
/* 1855 */     clear: both !important;
/* 1856 */     margin: 0 !important;
/* 1857 */     padding: 0 !important;
/* 1858 */     width: 0 !important;
/* 1859 */     height: 0 !important;
/* 1860 */     font-size: 0 !important;
/* 1861 */     line-height: 0 !important;
/* 1862 */ }
/* 1863 */ .wp-caption.alignnone { width: 100% !important }
/* 1864 */ .alignleft {
/* 1865 */     float: left;
/* 1866 */     margin-right: 15px;
/* 1867 */     margin-bottom: 15px;
/* 1868 */ }
/* 1869 */ .aligncenter {
/* 1870 */     float: none;
/* 1871 */     clear: both;
/* 1872 */     display: table;
/* 1873 */     margin-left: auto;
/* 1874 */     margin-right: auto;
/* 1875 */ }
/* 1876 */ .alignright {
/* 1877 */     float: right;
/* 1878 */     margin-left: 15px;
/* 1879 */     margin-bottom: 15px;
/* 1880 */ }
/* 1881 */ .hidden-livtile-el { display: none }
/* 1882 */ .phoenix-livetile-extended { display: none !important }
/* 1883 */ .flex-active-slide { display: block !important }
/* 1884 */ .oi_cat_count {
/* 1885 */     float: right;
/* 1886 */     background: #f7f7f7;
/* 1887 */     width: 24px;
/* 1888 */     text-align: center;
/* 1889 */     font-size: 13px;
/* 1890 */ }
/* 1891 */ .login-panel {
/* 1892 */     border-left: 1px solid rgba(255,255,255,0.6);
/* 1893 */     height: 54px;
/* 1894 */     float: right;
/* 1895 */     padding: 0 17px;
/* 1896 */     transition: all 0.25s linear;
/* 1897 */ }
/* 1898 */ .login-panel:hover {
/* 1899 */     background: #fff;
/* 1900 */     transition: all 0.25s linear;

/* style.css */

/* 1901 */ }
/* 1902 */ .login-panel:hover i {
/* 1903 */     color: #FF9E0E;
/* 1904 */     transition: all 0.25s linear;
/* 1905 */ }
/* 1906 */ .login-panel i {
/* 1907 */     font-size: 28px;
/* 1908 */     color: #fff;
/* 1909 */     line-height: 50px;
/* 1910 */     transition: all 0.25s linear;
/* 1911 */ }
/* 1912 */ .post-commetns {
/* 1913 */     margin-top: 20px;
/* 1914 */ }
/* 1915 */ .no-icons {margin-top: 56px}
